@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400&display=swap');

html, body {font-size: 62.5%;}
figure{margin: 0;padding: 0;}
img{max-width: 100%; vertical-align: middle;}
ul{padding: 0;}
div:after {height: 0px;}

/*** Layout ***/
.sp-release-contents  {
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;
	/*font-family: "Noto Serif JP", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;*/
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-weight: 300;
    width: 100%;
	color: #333;
	background: #FFF;
	letter-spacing: 0.03em;
	}  
.blur1 {
  animation-name: blur1;
  animation-delay: 1.5s;
  animation-duration: 2.0s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -ms-filter: blur(10px);
  filter: blur(10px);
  }
@keyframes blur1 {
  0% {opacity: 0;  filter: blur(10px); transform: translate3d(0, 20px, 0);}
  100% {opacity: 1; filter: blur(0px); transform: translate3d(0, 0, 0);}
  }
@-webkit-keyframes blur1 {
  0% {opacity: 0;  filter: blur(10px); transform: translate3d(0, 20px, 0);}
  100% {opacity: 1; filter: blur(0px); transform: translate3d(0, 0, 0);}
  }

.fade2 {
  animation-name: fade2;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 4.5s;
  animation-fill-mode: both;
  }
@keyframes fade2 {
	0% {opacity: 0; transform: translate3d(0px, 20px, 0);}
	100% {opacity: 1; transform: translate3d(0, 0, 0);}
	}
@-webkit-keyframes fade2 {
	0% {opacity: 0; transform: translate3d(0px, 20px, 0);}
	100% {opacity: 1; transform: translate3d(0, 0, 0);}
	}


/*** contens ***/
/*---------------------------------------------------------
 mainvisual
-----------------------------------------------------------*/
.m_mainVisual {
  position: relative;
}
.m_mainVisual-inner {
  display: flex;
  flex-direction: column-reverse;
}
.m_mainVisual h2 {
  margin: 50px 0;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

/*---------------------------------------------------------
 base
-----------------------------------------------------------*/
.f_main {
  padding: 0 15px 100px;
}
.f_main > :first-child { margin-top: 0; }
.f_main img {
  max-width: 100%;
  vertical-align: top;
}

/*---------------------------------------------------------
 section
-----------------------------------------------------------*/
.m_section {
  margin: 100px 0;
}
.m_section:first-of-type {
  margin-top: 80px;
}
.m_section > :first-child { margin-top: 0; }
.m_section > :last-child { margin-bottom: 0; }

/*---------------------------------------------------------
 column
-----------------------------------------------------------*/
.m_column {
  align-items: center;
  justify-content: space-between;
}
.m_column.-reverse {
  flex-direction: row-reverse;
}
.m_column-context {
}
.m_column-context :first-child { margin-top: 0; }
.m_column-context :last-child { margin-bottom: 0; }

.m_column-img {
  margin-top: 30px;
}

/*---------------------------------------------------------
 heading
-----------------------------------------------------------*/
.m_h3 {
  margin: 30px 0;
  font-size: 24px;
  line-height: 1.2;
}

/*---------------------------------------------------------
 text
-----------------------------------------------------------*/
.m_text {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.5;
}
.m_lead {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.8;
}
.m_commentList {
  display: inline-block;
  text-align: left;
}
.m_commentList > li {
  list-style: none;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}
.m_commentList > li:before {
  content: "※";
}
.m_commentList > li + li {
  margin-top: 5px;
}

/*---------------------------------------------------------
 logo
-----------------------------------------------------------*/
.m_logo.-bering {
  height: 14px;
}
.m_logo.-braun {
  height: 42px;
}
.m_logo img {
  width: auto;
  height: 100%;
}
.m_logo + * {
  margin-top: 15px;
}

/*---------------------------------------------------------
 button
-----------------------------------------------------------*/
a.m_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background: #000;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
}
a.m_btn:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: url("../img/icon_window.png") no-repeat 50% 50%;
  background-size: contain;
  margin: -1px 0 0 6px;
}

/*---------------------------------------------------------
 itemList
-----------------------------------------------------------*/
.m_itemList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
}
.m_itemList > li {
  list-style: none;
  width: calc( calc(100% - 30px) / 2 );
  margin-top: 30px;
  text-align: center;
}
.m_itemList-size {
  margin: 10px 0 0;
  font-size: 16px;
}
.m_itemList-name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.m_itemList-price {
  margin: 5px 0 0;
  font-size: 16px;
}
.m_itemList-btn {
  margin: 12px 0 0;
}

/*---------------------------------------------------------
 information
-----------------------------------------------------------*/
.m_info {
  text-align: center;
}
.m_info-ndf {
  margin: 0 0 20px;
  font-size: 20px;
  color: #8399a7;
  line-height: 1.1;
  font-weight: bold;
  font-family: Brown-bold;
  letter-spacing: 0.05em;
}
.m_info-title {
  margin: 0 0 50px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  font-family: Brown-bold;
}
.m_info-date {
  display: inline-block;
  margin: 0 0 50px;
  border-bottom: 2px solid #333;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  font-family: Brown-bold;
}
.m_info-text {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  font-weight: bold;
}
.m_info-img {
  margin-top: 50px;
}
.m_info-img-caption {
  margin-top: 15px;
}

/*---------------------------------------------------------*/
	

/*** animation ***/
.animation-1{
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 30px);
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	}
.animation-1.animation-delay{
	transition-delay: 0.7s;
	}
.animation-1.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	}
	
.animation-zoomin{
	overflow: hidden;
	}
.animation-zoomin {
	-webkit-transition: all 700ms;
	transition: all 700ms;
	transform: scale(1.2);
	}
.animation-zoomin.animation-delay{
	transition-delay: .7s;
	}
.animation-zoomin.scrollin {
	transform: scale(1);
	}

.animation-cover{
	position: relative;
	}
.animation-cover::after{
	content: '';
	width: 100%;
  height: 100%;
  visibility: visible;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
	}
.animation-cover.scrollin::after{
	width: 0%;
    visibility: hidden;
	}	

.animation-cover2{
  position: relative;
  }
.animation-cover2::after{
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 2.1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 2.1s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transform:scale3d(1.9,1.8,1) rotate3d(0,0,1,-45deg) translate3d(0,16%,0);
  transform:scale3d(1.9,1.8,1) rotate3d(0,0,1,-45deg) translate3d(0,16%,0); 
  }
.animation-cover2.scrollin::after{
  width: 0%;
  -webkit-transform:scale3d(1.9,1.8,1) rotate3d(0,0,1,-45deg) translate3d(0,85%,0);
  transform:scale3d(1.9,1.8,1) rotate3d(0,0,1,-45deg) translate3d(0,85%,0); 
  }