@charset "UTF-8";
html,
body {
  height: 100%;
  position: relative;
 font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 background:#fff;
}
body {
  opacity: 0;
  transition: opacity 0.6s ease;
}

body.is-loaded {
  opacity: 1;
}
/* ハンバーガー本体 */
.hamburger {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 28px;
  height: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  z-index: 100000;
  cursor: pointer;
  
}

/* 表示状態 */
.hamburger.show {
  opacity: 1;
  transform: translateY(0);
}

/* 線（2本） */
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
  transition: all 0.4s ease;
}

/* 上 */
.hamburger span:nth-child(1) {
  top: 0;
}

/* 下 */
.hamburger span:nth-child(2) {
  bottom: 0;
}

/* ✕に変形 */
.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  transform: translateY(-7px) rotate(-45deg);
}

/* メニュー全体 */
.overlay{
  position: fixed;
  inset: 0;
    width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
	display:none;

    z-index: 99999;

}

.overlay.open{
}
.menu {

  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;



}
.menu{
display: flex;
  align-items: center;
  justify-content: center;
	height:100dvh;

}
/* 表示状態 */
.menu.open {


}

/* 中央配置 */
.menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  list-style: none;
  text-align: center;
  padding: 0;
}

/* 各リンク */
.menu li {
  margin: 36px 0;
  opacity: 0;
  transform: translateY(10px);
    font-family: "Work Sans", sans-serif;
	letter-spacing:0.1em;
}

/* テキスト */
.menu a {
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-decoration: none;
      font-family: "Work Sans", sans-serif;
}

/* 開いたときに順番に出る */
.menu.open li {
  animation: fadeUp 0.6s forwards;
}

.menu.open li:nth-child(1){ animation-delay: 0.1s; }
.menu.open li:nth-child(2){ animation-delay: 0.2s; }
.menu.open li:nth-child(3){ animation-delay: 0.3s; }
.menu.open li:nth-child(4){ animation-delay: 0.4s; }
.menu.open li:nth-child(5){ animation-delay: 0.5s; }
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.menu-open {
  overflow: hidden;
}


.yhl_mv {
  height: 100%;
  scroll-snap-align: end;
}

.yhl_catch {
  max-height: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap:wrap;
}

.yhl_catch img {
  max-height: 98vh;
  margin-right: 30px;

}

.tr_1 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.tr_2 {
  padding-right: 50px;
}

.tr_2 ul {
  margin-top: 7vh;

}

.tr_2 .qr_copyright {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 30px;
  font-size: 14px;
  color: #000;
  text-align: right;
}

.tr_2 ul li {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;

  color: #fff;

  text-align: right;

}

.qr_concept{
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
 font-size: 36px;
  font-size: clamp(28px, 4vw, 60px);
  font-style: normal;
text-align: right;
font-weight: 600;
  padding-top: 30px;
font-family: 'Cormorant', serif;
line-height:1.2;
min-height:3.0em;
}
.qr_concept {
  opacity: 0;
}

.qr_concept.ready {
  opacity: 1;
}

.qr_concept .line {
  opacity: 0;
}
.type {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.type.show {
  opacity: 1;
}
.tr_2 ul li a {
  background-color: #fff;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 36px;
  font-size: clamp(28px, 1.8vw, 36px);
}

.type {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.tr_1 img {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.tr_1 img.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.tr_1 img.hero-hide,.type.hero-hide {
  opacity: 0;
}
/* -------------------------- ----------------------- */
/* ------- スクロール ----- */

.type a {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  color: black;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-rl;
  transition: .2s;
  overflow: hidden;
  z-index: 101;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6), -2px 2px 10px rgba(255, 255, 255, 0.6), 2px -2px 10px rgba(255, 255, 255, 0.6), -2px -2px 10px rgba(255, 255, 255, 0.6);
}

.type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.type a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

#type07 a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6), -2px 2px 10px rgba(255, 255, 255, 0.6), 2px -2px 10px rgba(255, 255, 255, 0.6), -2px -2px 10px rgba(255, 255, 255, 0.6);
}

#type07 a::after {
  height: 30px;
  animation: sdl07 1.5s ease infinite;
}

@keyframes sdl07 {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}


/* ------- スクロール ----- */
.curtain {
  position: relative;
}


/* span要素 最初は非表示 */

.curtain span {
  transition: all 0s 1s ease;
  opacity: 0;
  padding: 0 0.2em;
  background-color:#000;

}
.yhl_about_content .curtain span {
  background-color:#fff;
  padding: 0 0;
}

/* .curtainに.activeがついたらspanを表示（この場合は1s後に表示させる） */

.curtain.active span {
  opacity: 1;
  color: #fff;
}
.yhl_about_content .curtain.active span {
  opacity: 1;
  color: #333;
}
/* .curtainに擬似要素を追加して、transformで横幅を0にしておく scaleX(0)
		あと、position→left:0 でスタート位置を左にしておく
*/

.curtain:after {
  display: inline;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-image: linear-gradient(109.6deg, rgba(156, 252, 248, 1) 11.2%, rgba(110, 123, 251, 1) 91.1%);
}


/* .curtainに.activeがついたら擬似要素のアニメーションを開始させる */

.curtain.active:after {
  animation: curtainEffect 0.7s ease-in-out 0.5s 1 normal both running;
}


/* アニメーションname duration 変化の度合い delay 回数 再生方向 アニメーションの開始前、終了後のスタイル アニメーションの再生・停止*/


/*　transform-originで変形における原点を設定（最初は左・上下の中央にセット）
		そのままscaleX(1)で右側いっぱいまで要素を伸ばし、
		伸ばした状態で原点を右・上下中央にセットし直す。
		原点が右に変わったことでscaleX(0)に戻る際、右側に消えるように流れる*/

@keyframes curtainEffect {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  49.999% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}
/* --------------------- PRESS･MEDIA -------------------------- */
.header_logo{
	text-align:left;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:30px;
	border-bottom:0px solid #666;
}
.header_logo img{
	width:180px;
	height:auto;
}

.page h1{
	text-align:center;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
 font-size: 36px;
  font-size: clamp(28px, 1.8vw, 30px);
  font-style: normal;
font-weight: 700;
  letter-spacing: 0.1em;
  margin-top:90px;
}

.page h1{
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 36px;
    font-size: clamp(28px, 4.5vw, 72px);
    color: #000;
    text-align: left;
    text-transform: uppercase;
    width: calc(100% - 140px);
    margin: 0 auto;
	margin-top:60px;
}
.error404 h1{
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 36px;
    font-size: clamp(28px, 4.5vw, 72px);
    color: #000;
    text-align: left;
    text-transform: uppercase;
    width: calc(100% - 140px);
    margin: 0 auto;
	margin-top:60px;
}
/* --------------------- PRESS･MEDIA -------------------------- */
.form-finish p{
	width: calc(100% - 300px);
	text-align:left;
	margin: 0 auto;
	margin-top:100px;
	 font-size: 24px;
	 font-family:'Cormorant', serif;
	 letter-spacing:0.1em;
	
}
.form-confirm {
    zoom: 1;
    margin: auto;
    padding: 10px 5px 10px 15px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
	margin-left:0;
	margin-top:60px;
}
.form-confirm p{
font-size: 16px;
font-family: "Work Sans", sans-serif;
border-bottom: 2px solid #000;
    padding: 0 8px 6px 8px;
	margin-bottom:26px;
	font-weight: 400;
}
.form-confirm p:last-of-type{
font-weight: normal;
}

.form-confirm label{
font-weight: 400;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
}
.form-confirm button{
font-family: "Work Sans", sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: none;
    background: none;
    border: 0px solid #000;
    padding: 0px 0;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    color: #111;
    text-align: left;
    text-transform: uppercase;
	letter-spacing:0.04em;
}
.form-confirm button:hover{
  border-color: #1065e7;
  color: #333;
}
.form-confirm .buttons{
	display:flex;
	width: 100%;
	margin-top:66px;
	margin-left:-10px;
	
}
.form-confirm .buttons div{
    width: 25%;
	padding-left:10px;
	padding-right:10px;
}
button[name="sendform"] {
  /* Send */
  	font-weight:500;
}
button[name="sendform"]:hover {
  transform: translateX(4px);
}
button[name="confirm"] {
  /* Send */
  	font-weight:500;
}
button[name="confirm"]:hover {
  transform: translateX(4px);
}
button[name="back"] {
  /* Edit */
	opacity:0.6;
}
button[name="back"]:hover {
  transform: translateX(-2px);
}

/* --------------------- PRESS･MEDIA -------------------------- */

.card {
  max-width: 100%;
  width: 100%;
  min-width:280px;
  position: relative;
  padding: 3rem 2rem;
  color: white;
  justify-self: center;
  transition: all 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  aspect-ratio: 7 / 5;
}
.card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
   border-radius: 0px;
  overflow: hidden;
  z-index: -1;
}
.card .card-bg .bg-img {
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.card .shadow {
  position: absolute;
  width: 90%;
  height: 100%;
  overflow: hidden;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  z-index: -2;
  border-radius: 20px;
  filter: blur(15px);
  backdrop-filter: blur(15px);
}
.card .shadow {
    position: absolute;
    width: 90%;
    height: 100%;
    overflow: hidden;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -5px;
    z-index: -2;
    border-radius: 0px;
    filter: blur(12px);
    backdrop-filter: blur(12px);
	transition: opacity 0.7s ease;
}
.card .shadow .shadow-img {
  margin-top: 3rem;
  object-fit: cover;
}
a:hover .card .shadow {
	opacity:0.8;
    bottom: -4px;
    filter: blur(11px);
    backdrop-filter: blur(11px);
}


.yhl_top_journal_box_outer{
	display:flex;
	gap:60px;
	justify-content: center;
	padding-top:60px;
	padding-bottom:60px;
	flex-wrap: wrap;
justify-content :flex-start;

}
.yhl_top_journal_box{
	width:calc((100% - 120px) / 3 );
	border:0px solid #666;
	min-height:auto;
}
.notes-index .yhl_top_journal_box{
	width:calc((100% - 120px) / 3 );
	border:0px solid #666;
	min-height:auto;
	width:520px;
	margin-bottom:60px;
}
.notes-index .yhl_top_journal_content {
    width: calc(100% -300px);
    margin: 0 auto;
}

.notes-index .yhl_top_journal_box_outer{
	width:1100px;
	margin:0 auto;
}
.notes-index .yhl_top_journal_content{
font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.12em;
    font-size: 16px;	
}
.error404 .yhl_top_journal_content{
font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.12em;
    font-size: 16px;	
}
.yhl_top_journal_box img {
  width: 100%;
  height: auto;
}
.yhl_journal_area{
	margin-bottom:120px;	
		
}
.yhl_top_journal_content{
	width:calc(100% - 300px);
	margin:0 auto;	
}

.yhl_journal_area p{
font-family:'Work Sans', sans-serif;
letter-spacing:0.12em;
	    font-size: 16px;

}
.yhl_journal_area p a{
	  transition: opacity .2s ease;
}

.yhl_journal_area p a:hover {
  opacity: .7;
}

.yhl_mv_outer{
}
.yhl_top_content{
	padding-top:60px;
}

.yhl_top_content h2{
	font-family:"Work Sans", sans-serif;
    font-optical-sizing: auto;
font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 36px;
    font-size: clamp(28px, 4.5vw, 72px);
    color: #000;
    text-align: left;
	text-transform: uppercase;
	width:calc(100% - 140px);
	margin: 0 auto;
}
.card-title-date{
margin-top:10px;
bottom:-60px;
		left:0px;
	color:#333;		
}
.card-title-date h3{
	    font-size: 16px;
		font-family:'Work Sans', sans-serif;
letter-spacing:0.12em;
line-height:1.4;
}
.card-title-date h3 small{
font-weight:400;
padding-left:10px;
}
.card-title-date span{
font-family:'Work Sans', sans-serif;
letter-spacing:0.12em;
	    font-size: 12px;
}
.yhl_works_area{
	margin-bottom:120px;
}
.work{
margin-bottom:80px;
	width:calc(100% - 300px);
	margin:0 auto;
	display:flex;
	gap:50px;
	align-items: center;
}
.work {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.work.show {
  opacity: 1;
  transform: translateY(0);
}
.work-title{
font-family:'Cormorant', serif;
font-size:clamp(36px,4vw,72px);
letter-spacing:0.02em;
padding-right:50px;
line-height:1.2;
padding-top:25px;
padding-bottom:25px;
}

.work-category{
font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
text-transform:uppercase;
line-height:1.2;
color:#666;
}
.work-year{
font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
text-transform:uppercase;
line-height:1.2;
color:#666;
}

.work-role{
font-family:'Work Sans', sans-serif;
font-size:16px;
color:#000;
}
.work-url{
font-family:'Work Sans', sans-serif;
font-size:16px;
color:#333;
opacity:0.6;
}
.work-url span{
	display:none;
}
.work-title{
transition: transform .35s ease;
}

a:hover .work-title{
transform: translateX(16px);
}

.yhl_philosophy_area{

padding-top:60px;
	margin-bottom:60px;
}
.yhl_philosophy_area h3{
font-family:'Cormorant', serif;
font-size:clamp(36px,4vw,72px);
letter-spacing:-0.01em;
padding-right:50px;
line-height:1.1;

	width:calc(100% - 300px);
	margin:0 auto;
	margin-bottom:30px;
}
.catchcopy {
  min-height: 2.5em; /* 行数分確保（重要） */
}

.catchcopy .line {
  opacity: 0;
}



@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
.yhl_philosophy_area p{
	font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
	width:calc(100% - 300px);
		margin:0 auto;
}
.lang-switch{
	width:calc(100% - 300px);
	margin:0 auto;
		font-family:'Work Sans', sans-serif;
		margin-bottom:30px;
		letter-spacing:0.1em;
}
.lang {

}

.lang.active {


}

.lang-switch button {
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.lang-switch button.active {
  font-weight: 500;
  opacity: 1;
}
/* 少しフェード */
.lang {
  transition: opacity 0.8s ease !important;
   opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.lang.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
p.jp {
font-size:15px;
	  font-family: "Noto Sans JP", sans-serif;
	  line-height:2;
}	
.yhl_about_area{
	margin-bottom:120px;
	padding-bottom:120px;
	padding-top:60px;
}
.yhl_about_content{

	width:calc(100% - 300px);
	margin:0 auto;

display:flex;
gap:120px;
position:relative;

}
.yhl_about_1 p{
line-height: 1.7;
font-family:'Cormorant', serif;
font-size:28px;
letter-spacing:0.12em;
text-align:left;
}

.yhl_about_1{
	width:calc(50% - 0px);
}
.yhl_about_info{
	width:calc(50% - 0px);
	display:flex;
	gap:0px;
}

.yhl_about_2{
	width:calc(50% - 0px);
		font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
}
.yhl_about_3{
	width:calc(50% - 0px);
			font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
}
.yhl_about_2 h3,.yhl_about_3 h3{
			font-family:'Work Sans', sans-serif;
font-size:20px;
letter-spacing:0.12em;
font-weight:500;
}
.yhl_contact_area{
	margin-bottom:120px;
	padding-bottom:120px;
}
.yhl_contact_content{
	
	width:calc(100% - 300px);
	margin:0 auto;
}
.yhl_contact_content p{
			font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
}
.yhl_contact_content a{
 transition: transform 0.3s ease;
 			font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
 display: inline-block;
}
.yhl_contact_content a:hover{
  transform: translateX(6px);
}
.footer{
text-align:right;
padding:120px 0 60px;
	width:calc(100% - 300px);
	margin:0 auto;
font-size:11px;
letter-spacing:.08em;
color:#000;
			font-family:'Work Sans', sans-serif;
font-size:16px;
letter-spacing:0.12em;
padding-bottom:40px;
padding-top:240px;
}

.footer .lead{
display:inline-block;
margin-bottom:12px;
opacity:.8;
}

.footer .copy{
opacity:1.0;
margin-top:10px;
}
/* --------------------- single -------------------------- */

.notes-detail_outer {
	width:calc(100% - 300px);
	margin:0 auto;
	padding-top:60px;
}
.notes-detail {
  max-width: 640px;
  padding: 0px 0px;
  margin:0 auto;
}
.notes-header{
		    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    width: calc(100% - 140px);
	width: 640px;
    margin: 0 auto;	
	    margin-top: 120px;
}
.notes-header h1 {

	    font-size: clamp(28px, 4.5vw, 72px);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
      text-align: left;
}

.notes-header h1 span {
  display: block;
  font-size: 20px;
  opacity: 0.5;
  margin-top: 4px;
font-family: "Noto Sans JP", sans-serif;

}

.notes-header time {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.4;
}

.notes-body {
  margin-top: 40px;
}

.notes-body p {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  		    font-family: "Work Sans", "Noto Sans JP", sans-serif;
color:#2b2b2b;
    font-optical-sizing: auto;
	font-weight:300;
}

.notes-body p:first-of-type {
  font-size: 18px;
  line-height: 2.1;
font-weight: 400;
    margin-bottom: 60px;
}

.notes-body img {
  width: 100%;
  margin: 80px 0;
}
.notes-body img {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.notes-body img.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.notes-related {
  margin-top: 80px;
}

.notes-related-mark {
  margin: 0 0 20px;
  line-height: 1;
  color: #666;
}

.notes-related-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-related-item + .notes-related-item {
  margin-top: 10px;
}

.notes-related a {
  color: #2d2d2d;
  text-decoration: none;
  transition: opacity .2s ease;
}

.notes-related a:hover {
  opacity: .7;
}
.notes-back {
  margin-top: 96px;
  font-size: 12px;
  opacity: 0.6;
}

.notes-back a {
  text-decoration: none;
  color: inherit;
}

.notes-back a:hover {
  opacity: 1 !important;
}
/* ページャー全体 */
.pager {
  margin-top: 80px;
  display: flex;
  justify-content: left;
  width:100%;
}

/* ページ番号 */
.wp-pagenavi {
  display: flex;
  gap: 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* デフォルト状態（弱く） */
.wp-pagenavi a,
.wp-pagenavi span {
  border: none  !important;
  background: none;
  padding: 0;
  opacity: 0.3;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

/* 現在ページ */
.wp-pagenavi .current {
  opacity: 1;
  position: relative;
}

/* うっすらライン（任意） */
.wp-pagenavi .current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.6;
}

/* hover */
.wp-pagenavi a:hover {
  opacity: 0.6;
}
.wp-pagenavi .pages {
  display: none;
}
@media (max-width: 768px) {

  .pager {
    margin-top: 60px;
  }

  .wp-pagenavi {
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    opacity: 0.3;
  }

  .wp-pagenavi .current {
    opacity: 1;
  }

  /* 下線の位置微調整 */
  .wp-pagenavi .current::after {
    bottom: -5px;
  }

}

/* --------------------- single -------------------------- */
/* fadeUp */
.fadeUpTrigger {
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.5s ease;
}
.fadeUp {
  opacity: 1;
  transform: translateY(0);
}

/* stagger */
.yhl_top_journal_box {
  opacity: 0;
  transform: translateY(8px);
  transition: all 1.3s ease;
}
.yhl_top_journal_box.active {
  opacity: 1;
  transform: translateY(0);
}

/* once */
.fadeOnce {
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.6s ease;
}
.fadeOnce.is-visible {
  opacity: 1;
  transform: translateY(0);
}








/* --------------------- single -------------------------- */
.header_container_gmenu {
  display: flex;
  position: absolute;
  width: 100%;
}

.header_container_gmenu .h1_logo {
  width: 300px;
  height: 50px;
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 101;
  padding-right: 10px;
  padding-bottom: 10px;
}
.header_container_gmenu h1{
  width: 70px;
  height: 50px;
  top: 30px;
  left: 40px;
  position: absolute;
  z-index: 101;
  padding-right: 10px;
  padding-bottom: 10px;
}

.header_container_gmenu .h1_logo img {
  width: 100%;
  height: auto;
}
.header_container_gmenu h1 img{
  width: 100%;
  height: auto;
}
.header_container_inner {
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: left;
  position: absolute;
  right: 10px;
  opacity: 1;
  z-index: 99999;
}

.header_container_inner .h1_logo {
  width: 170px;
}
.header_container_inner h1{
  width: 170px;
}
.header_container_inner .h1_logo img {
  width: 100%;
  height: auto;
}
.header_container_inner h1 img{
  width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: visible;
}

.sb_logo {}

.sb_logo {
  filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
  fill: #000;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
}

.menu_outer {
  display: block;
  padding-top: 32px;
}

.stm_r_main_menu {
  font-family: 'Montserrat', sans-serif;
}

.stm_r_main_menu ul {
  padding: 20px;
  text-align: center;
font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: black;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6), -2px 2px 10px rgba(255, 255, 255, 0.6), 2px -2px 10px rgba(255, 255, 255, 0.6), -2px -2px 10px rgba(255, 255, 255, 0.6);
  letter-spacing:0.02em;
}

.stm_r_main_menu ul li {
  text-align: right;
  padding-bottom: 3px;
  font-size: 16px;
  color: #000;
  position: relative;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.stm_r_main_menu ul li span {
  display: none;
}

.stm_r_main_menu ul li a {
  color: #000;
}

.stm_r_main_menu ul li:after {}

.stm_r_main_menu ul li:last-child:after {
  content: "";
}
.menu_mypage a{
	font-size: 12px;
	border:1px solid #666;
	padding:2px 10px;
	bottom: 2px;
	line-height:1;
	position:relative;

}
.menu_mypage a{
	
}
.sb_shopping {}

.stm_r_main_menu ul li:last-child svg {
  width: 12px;
  height: auto;
  filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 1.0));
  -webkit-filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 1.0));
  fill: #000;
  position: relative;
  top: 2px;
}

.stm_r_sub_menu {
  position: fixed;
  top: 50%;
  right: -30px;
  transform: rotate( 90deg);
  opacity: 1;
  z-index: 99999;
}

.stm_r_sub_menu ul li {
  text-align: right;
  padding-bottom: 6px;
  font-size: 12px;
  position: relative;
  letter-spacing: 0.1em;
font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #fff;
  float: left;
  margin-right: 15px;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6), -2px 2px 10px rgba(255, 255, 255, 0.6), 2px -2px 10px rgba(255, 255, 255, 0.6), -2px -2px 10px rgba(255, 255, 255, 0.6);
}

.stm_r_sub_menu ul li:before {
  display: block;
  width: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 10px;
  margin-left: -20px;
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6), -2px 2px 10px rgba(255, 255, 255, 0.6), 2px -2px 10px rgba(255, 255, 255, 0.6), -2px -2px 10px rgba(255, 255, 255, 0.6);
}

.stm_r_sub_menu ul li:not(:first-child) {
  margin-left: 30px;
}

.stm_r_sub_menu ul li a {
  color: #000;
}

.stm_r_sub_menu ul li svg {
  fill: #000;
  display: block;
}


/* ------- メインビデオ部分 ----- */
.stm_mv {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/sb_main_brnd_pc.jpg);
	background-image: url(../img/nsavvo_mainback_pc_4.jpg);
	background-size: cover;
	z-index: 6;
	background-attachment: fixed;
}



.stm_mv_fixed {}

.stm_mv_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.stm_catch {
  display: table;
  font-family: 'Gentium Basic', serif;
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  line-height: 1.1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 100;
}
.stm_catch_model{
	position:absolute;
	bottom:20px;
	right:30px;
font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    text-align: center;	
}
.home .stm_catch {
  overflow: hidden;
}

.home video {
  display: block;
  margin: 0 0 0 auto;
  position: absolute;
  width: 100%;
  min-height: 100%;
  right: 0px;
  z-index: -1;
  object-fit: cover;
  right: 0px;
  z-index: -1;
}





/* -------------------------- TOP ----------------------- */

.stm_top_contents {
  padding-top: 120px;
  padding-bottom: 30px;
}

.stm_top_1 {
  width: 760px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
}
.topics-list .stm_top_1{
padding-top: 60px;
padding-bottom:0px;
}
.stm_top_contents h2 {
  font-size: 24px;
  color: #000;
  position: relative;
  letter-spacing: 0.1em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  text-align: center;
}

.stm_topics_list ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.stm_topics_list ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stm_topics_list ul li {
  margin-top: 80px;
}

.stm_topics_list ul dl {
  width: calc((100% - 30px)/3 * 2);
}

.stm_topics_list ul li img {
  width: calc((100% - 30px)/3 * 1);
  height: auto;
}

.stm_topics_list ul dl dt span {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  font-style: italic;
  color: black;
  font-size: 14px;
}

.stm_topics_list ul dl dt span strong {
  background-color: #000;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}

.stm_topics_list ul dl dt h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  margin-bottom: 20px;
}

.stm_topics_list ul dl dd {
  font-size: 14px;
  line-height: 2.0;
}
.stm_topics_list ul dl dd span{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: black;
  font-size: 12px;
text-decoration:underline;  
}
.stm_top_2 {
  background-color: #FCFCFC;
  padding-bottom: 120px;
  background-image: repeating-linear-gradient(135deg, rgba(240, 240, 240, 0.02) 0px, rgba(240, 240, 240, 0.02) 21px, rgba(224, 224, 224, 0.02) 21px, rgba(224, 224, 224, 0.02) 42px, rgba(208, 208, 208, 0.02) 42px, rgba(208, 208, 208, 0.02) 63px, rgba(192, 192, 192, 0.02) 63px, rgba(192, 192, 192, 0.02) 84px, rgba(175, 175, 175, 0.02) 84px, rgba(175, 175, 175, 0.02) 105px, rgba(159, 159, 159, 0.02) 105px, rgba(159, 159, 159, 0.02) 126px, rgba(143, 143, 143, 0.02) 126px, rgba(143, 143, 143, 0.02) 147px, rgba(127, 127, 127, 0.02) 147px, rgba(127, 127, 127, 0.02) 168px), repeating-linear-gradient(45deg, rgba(232, 232, 232, 0.02) 0px, rgba(232, 232, 232, 0.02) 21px, rgba(209, 209, 209, 0.02) 21px, rgba(209, 209, 209, 0.02) 42px, rgba(185, 185, 185, 0.02) 42px, rgba(185, 185, 185, 0.02) 63px, rgba(162, 162, 162, 0.02) 63px, rgba(162, 162, 162, 0.02) 84px, rgba(138, 138, 138, 0.02) 84px, rgba(138, 138, 138, 0.02) 105px, rgba(115, 115, 115, 0.02) 105px, rgba(115, 115, 115, 0.02) 126px, rgba(91, 91, 91, 0.02) 126px, rgba(91, 91, 91, 0.02) 147px, rgba(68, 68, 68, 0.02) 147px, rgba(68, 68, 68, 0.02) 168px), linear-gradient(90deg, #ffffff, #ffffff);
}

.stm_productnews_list ul li {
  margin-top: 60px;
}

.stm_productnews_list ul li {
  width: 350px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.stm_productnews_list ul {}

.stm_productnews_list ul li img {
  width: 100%;
  height: auto;
}

.stm_productnews_list ul dl dt span {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  font-style: italic;
  color: black;
  font-size: 14px;
}

.stm_productnews_list ul dl dt span strong {
  background-color: #000;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}

.stm_productnews_list ul dl h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  margin-bottom: 20px;
}
.stm_productnews_list ul dl h3 span{
font-size: 10px;	
}
.stm_productnews_list ul dl {
  padding: 30px;
}

.stm_productnews_list {
  overflow: hidden;
  padding-bottom: 15px;
}

.stm_productnews_list .bx-viewport {
  overflow: visible !important;
}

.stm_top_3 {
  background-image: url(../img/sb_top_about_back.jpg);
  background-size: cover;
}

.stm_about_column {
  min-width: 1080px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.stm_about_column_inner {
  margin-top: 60px;
}

.stm_about_column_inner dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about_left dl {
  flex-direction: row;
}

.about_right dl {
  flex-direction: row-reverse;
}

.stm_about_column_inner dl dt {
  width: calc((100% - 30px) / 2);
}

.stm_about_column_inner dl dd {
  width: calc((100% - 60px) / 2);
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  position: relative;
}

.about_center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
}

.stm_about_column_inner dl dd h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: black;
}

.stm_about_column_inner dl dd p:nth-of-type(2) {
  font-size: 14px;
  margin-top: 20px;
}

.stm_about_column_inner dl dd p:nth-of-type(2) span {
  color: #dd3333;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.stm_about_column_inner img {
  width: 100%;
  height: auto;
}


/* ------ ABOUT ------ */



.h2_under_ex {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}


/* ------ ABOUT ------ */

.stm_toppress_list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.stm_toppress_list ul li {
  width: 200px;
  text-align: center;
}

.stm_toppress_list ul {}

.stm_toppress_list ul li img {
  width: 100%;
  height: auto;
}

.stm_toppress_list ul li dl dd {
  text-align: center;
}

.stm_top_5 {
  background-image: url(../img/sb_brandhistory_back.jpg);
  background-size: cover;
  min-height: 500px;
  background-position: center center;
}

.stm_top_5 .h2_under_ex {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.6), -2px 2px 10px rgba(255, 255, 255, 0.6), 2px -2px 10px rgba(255, 255, 255, 0.6), -2px -2px 10px rgba(255, 255, 255, 0.6);
}

.stm_topinterview_list {
  padding-top: 60px;
}

.stm_topinterview_list ul {
  display: flex;
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}

.stm_topinterview_list ul li {
  width: calc((100% - 60px) / 3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding-bottom: 30px;
}

.stm_topinterview_list ul li dl dt img {
  width: 100%;
  height: auto;
}

.stm_topinterview_list ul li dl dd {
  padding-top: 10px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

.stm_topinterview_list ul li dl dd:nth-of-type(2) {
  text-align: center;
  margin-top: 5px;
}
.stm_topinterview_list p{
	margin:0 auto;
	text-align:center;
	margin-bottom:40px;
	
}
.stm_topinterview_list p:last-of-type{
	margin-bottom:0px;
}
.stm_topinterview_list p  + ul{
	margin-top:20px;
	
}
.gradation a {
  background: linear-gradient(-45deg, #f5f4f4, #d6d5d5, #fcfcfc, #efefef);
  background-size: 300% 300%;
  animation: gradient 6s ease infinite;
  display: block;
  width: 110px;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*ホバーしたときに下線矢印も同時に色を変える*/

.moreLinkText:hover .lineArrow {
  border-bottom: 1px solid #41A849;
  border-right: 1px solid #41A849;
}

.moreLinkText:hover {
  color: #41A849;
}

.lineArrow {
  width: 50%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -10px;
}

.stm_top_7 {
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.stm_top_7 h2 span{
	display:inline-block;
	border:1px solid #666;
	padding:5px 15px;
 font-size: 12px;	
	
}

.stm_top_7 h3 {
  padding-top: 60px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.stm_topproduct_list {
  display: flex;
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap:wrap;
}
.product-list .stm_topproduct_list {
justify-content: flex-start;	
}
.stm_topproduct_box {
  width: calc((100% - 60px) / 3);
  margin-bottom:60px;
}
.product-list .stm_topproduct_box {
	margin-right:30px;
}
.product-list .stm_topproduct_box:nth-of-type(3n) {
	margin-right:0px;
}
.home .stm_topproduct_list .stm_topproduct_box:nth-of-type(4) {
  display: none;
}

.stm_topproduct_list dl dt {
  width: 100%;
}

.stm_topproduct_list dl dt img {
  width: 100%;
  height: auto;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #c4c4c4;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.stm_product_catch {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.stm_product_name {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
  font-size: 24px;
  
  
  text-align: center;

}
.stm_product_name em{
font-size: 12px;	
}
.stm_product_name span {
  font-size: 14px;
}
.nounder{
	border-bottom: 1px solid #e2e2e2;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 15px;
  margin-bottom: 15px;	
}
.stm_product_name_under{
	  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
	font-size: 14px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 15px;
  margin-bottom: 15px;
}
.stm_product_price_sub {
  font-size: 14px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
}

.stm_product_price_sub a {
  text-decoration: underline !important;
}

.stm_product_price_main {
  font-size: 14px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  margin-top: 10px;
}

.stm_product_price_main strong, .stm_product_price_main em, .stm_product_price_main i, .stm_product_price_main span {
  color: #000;
}

.stm_product_price_main strong {
  display: inline-block;
  border: 1px solid #000;
  padding: 0px 5px;
  margin-right: 10px;
}

.stm_product_price_main em {
  font-size: 20px;
  display: inline-block;
  top: 3px;
}
.subscription_price_cam strong{
	  border: 1px solid #dd3333;
	  color:#dd3333;
}
.subscription_price_cam em , .subscription_price_cam em i{
	  color:#dd3333;	
}
.subscription_price_cam em b{
	text-decoration: line-through;
	font-size: 16px;
}
.stm_product_price_main i {
  font-size: 14px;
}
.stm_product_price_main span span {
	text-decoration:underline;
}
.stm_product_price_att{
	margin-top:15px;
	
}
.stm_product_price_main a {
 	position:relative;
}

.stm_product_price_main a:nth-of-type(1) {
  background-color: #fff;
  padding: 5px 15px;
  width: 75%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
  border:1px solid #000;
}
.stm_product_price_main a:last-of-type{
  background-color: #000;
  padding: 5px 15px;
  width: 75%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
    color: #fff;
}
.stm_product_detail_right .one_price a{
 color: #000 !important;
background-color: #fff !important; 
}
.one_price{
	margin-bottom:30px;
	margin-top:30px;

}
.stm_topproduct_box dl dt {
  position: relative;
}
.one_price a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1px;
    background: #666;
    width: 60px;
    transform: translate(30px, 0px);
}
.one_price a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1px;
    background: #666;
    width: 15px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(
25deg
);
}
.subscription_price a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1px;
    background: #666;
    width: 60px;
    transform: translate(30px, 0px);
}
.subscription_price a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1px;
    background: #666;
    width: 15px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(
25deg
);
}


.stm_top_8 {
  background-image: url(../img/sb_lessis_back.jpg);
  background-size: cover;
  min-height: 500px;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: 120px;
}

.stm_top_8 h2 {
  width: 100%;
  text-align: center
}

.stm_top_8 h2 img {
  width: 100px;
  height: auto;
}

.stm_top_8 .h2_under_ex {
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6), -2px 2px 10px rgba(0, 0, 0, 0.6), 2px -2px 10px rgba(0, 0, 0, 0.6), -2px -2px 10px rgba(0, 0, 0, 0.6);
}

.stm_toplessis_list {
  padding-top: 60px;
}

.stm_toplessis_list ul {
  display: flex;
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}

.stm_toplessis_list ul li {
  width: calc((100% - 60px) / 3);
  padding-bottom: 30px;
}

.stm_toplessis_list ul li dl dt img {
  width: 100%;
  height: auto;
}

.stm_toplessis_list ul li dl dd {
  padding-top: 10px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7), -2px 2px 10px rgba(0, 0, 0, 0.7), 2px -2px 10px rgba(0, 0, 0, 0.7), -2px -2px 10px rgba(0, 0, 0, 0.7);
}

.stm_toplessis_list ul li dl dd h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.stm_toplessis_list ul li dl dd h3 em {
  text-decoration: underline;
}

.stm_toplessis_list ul li dl dd h3 span {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px 5px;
  width: 150px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7), -2px 2px 10px rgba(0, 0, 0, 0.7), 2px -2px 10px rgba(0, 0, 0, 0.7), -2px -2px 10px rgba(0, 0, 0, 0.7);
}

.stm_toplessis_list ul li dl dd:nth-of-type(2) {
  text-align: center;
  margin-top: 5px;
}

.stm_top_9 {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
}

.stm_top_9 h2 {
  margin-top: -20px;
  margin-bottom: 20px;
}

.stm_top_9 h2 span {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.stm_top2column_box {
  width: calc((100% - 220px) / 2);
  border: 1px solid #333;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}

.stm_top_9_2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stm_top_9_2 ul li {
  width: calc((100% - 20px) / 3);
  line-height: 0;
  margin-bottom: 10px;
}

.stm_top_9_2 ul li img {
  width: 100%;
  height: auto;
}

.stm_top_9_1 h3 {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  margin-top: 5px;
}

.stm_top_9_1 p {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
}

.stm_top_9_1 img {
  width: 100%;
  height: auto;
}

.stm_top_9_1 a, .stm_top_9_2 a {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
  width: calc((100% - 40px) / 1);
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.stm_top_10 {
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
}

.stm_top_10 .stm_top1column_box {
  width: 100%;
}

.stm_top_10 ul li img {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.stm_top_11 {
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
}

.stm_top3column_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stm_top3column_box ul li {
  width: calc((100% - 60px) / 3);
  border: 1px solid #000;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.stm_top3column_box ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.stm_footer {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
}

.stm_topcompany_zone {
  padding-top: 30px;
}

.stm_topcompany_zone p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
}

.stm_topsitemap_zone {
  max-width: 1180px;
  min-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
}

.footer_logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer_logo img {
  width: 200px;
}

.footer_link {
  text-align: center;
}

.footer_link a {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.footer_link a:after {
  content: '/';
  padding-left: 10px;
}

.footer_link a:before {
  content: '';
  padding-right: 10px;
}

.footer_link a:last-of-type:after {
  content: '';
  padding-left: 0px;
}

.footer_copyright {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

.boxlink_wh, .boxlink {
  text-align: center;
  margin-top: 60px;
}

.boxlink a {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  border: 1px solid #333;
  padding: 5px 40px;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

.boxlink_wh a {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  border: 1px solid #333;
  padding: 5px 40px;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.0);
position: relative;
}

.arrow {
  position: relative;
}

.arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -15%;
  height: 1px;
  background: #666;
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}

.stm_top_8 .arrow::after {
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -15%;
  height: 1px;
  background: #666;
  width: 60px;
  transform: translate(30px, 0px);
}

.stm_top_8 .arrow::before {
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.stm_otherpage_content {
  padding-top: 180px;
  padding-bottom: 60px;
}

.stm_product_detail_outer {
  display: flex;
  width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stm_product_detail_left img {
  width: 100%;
  height: auto;
}

.stm_product_detail_right, .stm_product_detail_left {
  width: calc((100% - 60px) / 2);
}
.stm_product_detail_right h4{
padding-top: 30px;	
border-bottom:1px solid #ccc;
margin-bottom:10px;
}
.stm_productdetail_ex {
  padding-top: 0px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Shippori Mincho', serif;
}
.stm_productdetail_att2{
	border:1px solid #ccc;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Shippori Mincho', serif;
padding:15px;  
	margin-top:30px;
}
.stm_product_detail_left .stm_product_camp {
  background-color: #ded7c7;
  position: relative;
  bottom: 20px;
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  width: calc((100% - 20px));
  margin-top: 30px;
}

.stm_product_detail_outer .boxlink {
  text-align: center;
  width: 100%;
}

.stm_product_detail_outer .boxlink a {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  border: 1px solid #333;
  padding: 5px 40px;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  color: #000 !important;
  background-color: #fff;
  position: relative;
}

.arrow_rev::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -50%;
  height: 1px;
  background: #666;
  width: 60px;
  transform: translate(30px, 0px);
}

.arrow_rev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -50%;
  height: 1px;
  background: #666;
  width: 15px;
  transform-origin: right center;
  transform: translate(15px, 0px) rotate(135deg);
}
.arrow_rev_top::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30%;
  height: 1px;
  background: #666;
  width: 60px;
  transform: translate(30px, 0px);
}

.arrow_rev_top::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30%;
  height: 1px;
  background: #666;
  width: 15px;
  transform-origin: right center;
  transform: translate(15px, 0px) rotate(135deg);
}
.pr_d_smalltitle{
	font-weight:bold;
	display:inline-block;
	width:100%;
	margin-top:10px;
}
.stm_productdetail_ex .pr_d_smalltitle:first-of-type{
	margin-top:0px;
}
.pr_d_pt{
	display:inline-block;
	width:100%;
text-decoration:underline;
margin-top:5px;
margin-bottom:5px;
}
.stm_productdetail_ex .pr_d_smalltitle:first-of-type{
	margin-top:0px;
}
.stm_article_detail_outer {
  width: 780px;
  margin: 0 auto;
}

.stm_article_detail_outer h1 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 20px;
}

.stm_article_detail_inner {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
}

.stm_article_detail_inner p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stm_article_detail_inner img {
  max-width: 100%;
  margin-top:10px;
  margin-bottom:10px;
}
.stm_article_detail_inner h3{
	  font-weight: 600;
  font-size: 16px;
  text-align: left;
  letter-spacing:0.05em;
}
.stm_article_detail_inner h3+p {
	  padding-top: 10px; ;
}
.stm_article_detail_inner p a{
	text-decoration:underline;
}
.stm_article_detail_date {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  font-style: italic;
  color: black;
}

.stm_article_detail_outer .boxlink {
  text-align: center;
  width: 100%;
}

.stm_article_detail_outer .boxlink a {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  border: 1px solid #333;
  padding: 5px 40px;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  color: #000 !important;
  background-color: #fff;
  position: relative;
}


/* --------------------- その他ページ共通 -------------------------- */

.stm_otherpage_title dl dt h2 {
  font-size: 24px;
  color: #000;
  position: relative;
  letter-spacing: 0.1em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  text-align: center;
}
.stm_otherpage_title h1{
  font-size: 24px;
  color: #000;
  position: relative;
  letter-spacing: 0.1em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  text-align: center;

}
.stm_otherpage_title dl dd {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;

}
.stm_otherpage_title h1 span {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
      display:block;
}

.stm_otherpage_outer {
  margin: 0 auto;
}

.stm_otherpage_title_sub {
  text-align: center;
}

.stm_otherpage_title_sub dl {
  border: 1px solid #666;
  display: inline-block;
  margin-bottom: 60px;
  padding: 10px 20px;
}

.stm_otherpage_title_sub dl dt h3 {
  font-size: 18px;
  color: #000;
  position: relative;
  letter-spacing: 0.1em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  text-align: center;
}

.stm_otherpage_title_sub dl dd {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
.stm_otherpage_title_under{
	width:640px;
	background-color:#f4f4f3;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin:0 auto;
  margin-top:30px;
  padding:20px;
}

/* --------------------- FAQ -------------------------- */

.stm_faq_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 780px;
  margin: 0 auto;
}

.stm_faq_detail_inner h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.stm_faq_detail_inner dl dt {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  padding-left: 40px;
}

.stm_faq_detail_inner dl dt:before {
  content: "";
  width: 30px;
  background-color: #999;
  height: 1px;
  top: 50%;
  left: 0px;
  position: absolute;
  display: block;
}

.stm_faq_detail_inner dl dd {
  margin-bottom: 30px;
  font-size: 14px;
}

.stm_faq_menu {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FAFAFA;
}

.stm_faq_menu ul {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.stm_faq_menu ul li {
  display: inline-block;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  position: relative;
  border: 1px solid #ccc;
  width: calc((100% - 60px;
  ) / 4);
  text-align: center;
}

.stm_faq_menu ul li a {
  padding: 5px 20px;
}

.stm_faq_detail_inner .wrap {
  margin-bottom: 90px;
}

.stm_faq_detail_inner .wrap:last-of-type {
  margin-bottom: 0px;
}


/* --------------------- 特定商取引法に基づく表記 -------------------------- */

.stm_law_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 780px;
  margin: 0 auto;
}

.stm_law_detail_inner table th, .stm_law_detail_inner table tr {
  border: 1px solid #666;
  padding: 15px 15px;
}

.stm_law_detail_inner table td {
  padding: 15px 15px;
}

.stm_law_detail_inner table th {
  width: 30%;
}


/* --------------------- プライバシーポリシー -------------------------- */

.stm_pp_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 780px;
  margin: 0 auto;
}

.stm_pp_detail_inner p {
  text-align: center;
  margin-bottom: 60px;
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 30px;
}

.stm_pp_detail_inner dl dt {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  padding-left: 40px;
}

.stm_pp_detail_inner dl dd {
  margin-bottom: 30px;
  font-size: 14px;
}

.stm_pp_detail_inner dl dt:before {
  content: "";
  width: 30px;
  background-color: #999;
  height: 1px;
  top: 50%;
  left: 0px;
  position: absolute;
  display: block;
}


/* --------------------- SHOPPING GUIDE -------------------------- */

.stm_sguide_menu {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FAFAFA;
}

.stm_sguide_menu ul {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.stm_sguide_menu ul li {
  display: inline-block;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  position: relative;
  border: 1px solid #ccc;
  width: calc((100% - 60px;
  ) / 5);
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.stm_sguide_menu ul li a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  text-align: center;
}

.stm_sguide_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 780px;
  margin: 0 auto;
}

.stm_sguide_detail_inner h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.stm_sguide_detail_inner h4 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.stm_sguide_detail_inner h4:before {
  content: "";
  width: 30px;
  background-color: #999;
  height: 1px;
  top: 50%;
  left: 0px;
  position: absolute;
  display: block;
}

.stm_sguide_detail_inner p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stm_sguide_detail_inner .wrap {
  margin-bottom: 90px;
}

.stm_sguide_detail_inner .wrap:last-of-type {
  margin-bottom: 0px;
}

.stm_sguide_detail_inner p img {
  width: 50%;
  height: auto;
}


/* --------------------- INTERVIEW ------------------------- */

.stm_interview_no {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

.stm_otherpage_mv_back {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #FAFAFA;
  height: 550px;
  position: relative;
}

.interview_01 {
  background-image: url(../img/int_mv_01.jpg);
  background-size: cover;
  background-position: center 0px;
}

.interview_02 {
  background-image: url(../img/int_mv_02.jpg);
  background-size: cover;
  background-position: center 20px;
}

.interview_03 {
  background-image: url(../img/int_mv_03.jpg);
  background-size: cover;
  background-position: center 20px;
}
.interview_04 {
/*  background-image: url(../img/int_mv_04.jpg);*/
  background-size: cover;
  background-position: center 20px;
}
.stm_otherpage_mv_back::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 670px;
  background-image: linear-gradient(180deg, #FFF 0 5%, transparent 50%, #FFF 90%, #FFF 100%);
}

.stm_interview_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 860px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -600px;
  position: relative;
  z-index: 30;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.stm_interview_detail_header {
  padding: 0px 0px;
}

.stm_interview_detail_header h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.stm_interview_detail_header p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
}

.stm_interview_detail_contents {
  padding-top: 60px;
}

.stm_interview_detail_contents dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 14px;
}

.stm_interview_detail_contents dl dt {
  width: 70px;
}

.stm_interview_detail_contents dl dt:after {
  content: ":";
  display: inline-block;
  margin-left: 5px;
}

.stm_interview_detail_contents dl dd {
  width: calc((100% - 70px));
}

.stm_interview_detail_contents img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.stm_interview_detail_contents h4{
	  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom:40px;
  margin-top:20px;
}
.stm_interview_detail_contents h4 {
  display: flex;
  align-items: center;
}
.stm_interview_detail_contents h4:before {
  content: "";
  width: 70px;
  height: 1px;
background-color: #666;
  margin: 0 1rem 0 0;
}
.stm_interview_detail_contents .interview_writer{
  font-size: 14px;
text-align:right;
padding-bottom:30px; 
font-family: 'Shippori Mincho', serif;
}
.interview__bottom_01{
	border-top:1px dotted #666;
	padding-top:60px;
	

}
.interview__bottom_01 dl{
 width: calc((100% - 0px) / 1);	
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.interview__bottom_01 dt{
	 width: calc((100% - 20px) * 0.4);
}
.interview__bottom_01 dd h4{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
}
.interview__bottom_01 dd p{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
}
.interview__bottom_01 dd span{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
font-style:italic;  
}
.interview__bottom_01 dd{
	 width: calc((100% - 20px) * 0.6);
}
.interview__bottom_02{
	border-top:1px dotted #666;
	padding-top:60px;
	

}
.interview__bottom_02 dl{
	  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
.interview__bottom_02 dl dt{
	margin-bottom:20px;
}
.interview__bottom_02 dl dt span{
  font-size: 18px;
}
.interview_bottom_link ul{
	display:flex;
	justify-content: space-between;
	
}
.interview__bottom_03{
	border-top:1px dotted #666;
	padding-top:60px;
}
.interview__bottom_03 dl{
	  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
.interview__bottom_03 dl dt{
	margin-bottom:10px;
	font-size: 18px;
	font-weight: 400;
}
.interview__bottom_03 dl:nth-of-type(1){
	margin-bottom:40px;
}
.interview__bottom_03 dl dd p span{
	font-size:12px;
	
}
.interview_bottom_link{
	border-top:1px dotted #666;
	margin-top:60px;
	padding-top:60px;
}
.interview_bottom_link ul li{
	width:calc((100% - 40px) /2);
	border:1px solid #000;
	padding:5px;
	text-align:center;
	  font-family: 'Shippori Mincho', serif;
  font-weight: 400;	
}
/* --------------------- USAGE GUIDE -------------------------- */

.usageguide_back {
  background-image: url(../img/pageback_usa-mv-img01@2x.jpg);
  background-size: cover;
  background-position: center 20px;
}

.stm_usageguide_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 860px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -600px;
  position: relative;
  z-index: 30;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.stm_otherpage_usesite {
  padding-top: 90px;
}

.stm_otherpage_usesite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stm_otherpage_usesite ul li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 30px;
  text-align: center;
}
.stm_otherpage_usesite ul li img{
	width:100%;
	height:auto;
	
}
.stm_otherpage_usesite ul li p {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;
}

.movie video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  margin-bottom: 30px;
}

.stm_otherpage_usehow h4 {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}

.stm_otherpage_useplease {
  padding-top: 90px;
}

.stm_otherpage_useplease_content dl {
  display: flex;
  margin-bottom: 60px;
}

.stm_otherpage_useplease_content dl dt {
  width: calc(((100% - 40px) / 10) * 4);
}

.stm_otherpage_useplease_content dl dd {
  width: calc(((100% - 40px) / 10) * 6);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  position: relative;
  top: 30px;
  left: -30px;
}

.stm_otherpage_useplease_content dl dt img {
  width: 100%;
  height: auto;
}

.stm_otherpage_useplease_content h4 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  font-style: italic;
}

.stm_otherpage_useplease_content h4 span {
  font-size: 26px;
  margin-left: 10px;
}

.stm_otherpage_useplease_content h5 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.stm_otherpage_useplease_content dl:nth-of-type(2n) dt {
  order: 2;
  top: 30px;
  left: -30px;
  position: relative;
}

.stm_otherpage_useplease_content dl:nth-of-type(2n) dd {
  order: 1;
  top: 0px;
  left: 0px;
}


/* --------------------- BRAND -------------------------- */

.brand_back {
  background-image: url(../img/pageback_bra-mv-img01@2x.jpg);
  background-size: cover;
  background-position: center 20px;
}
.stm_otherpage_brandconcept{
	padding-bottom:90px;
	 background-image: url(../img/bra-sec01-img01_2@2x.png);
	 background-repeat:no-repeat;
	 background-size:300px;
	 background-position: right bottom;
}
.stm_brand_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 860px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -600px;
  position: relative;
  z-index: 30;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.stm_otherpage_brandconcept p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.stm_otherpage_brand_evidence {
  width: 980px;
  margin: 0 auto;
  margin-top:60px;
  padding-bottom:60px;
}
.stm_otherpage_brand_evidence h4{
	
}
.stm_otherpage_brand_evidence h5{
	font-size: 18px;	
}
.stm_otherpage_brand_evidence p{
  font-size: 14px;	
}
.stm_otherpage_brand_evidence .stm_otherpage_useplease_content dl{
width: calc(100% + 30px);
}
.stm_otherpage_brand_evidence .stm_otherpage_useplease_content dl dt {
  width: calc(((100% + 0px) / 10) * 5);
}

.stm_otherpage_brand_evidence .stm_otherpage_useplease_content dl dd {
  width: calc((((100% + 0px) / 10) * 5) + 30px );
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  position: relative;
  top: 30px;
  left: -30px;
}
.stm_otherpage_brand_evidence .stm_otherpage_useplease_content dl:nth-of-type(2n) dt {
  order: 2;
  top: 30px;
  left: -30px;
  position: relative;
}

.stm_otherpage_brand_evidence .stm_otherpage_useplease_content dl:nth-of-type(2n) dd {
  order: 1;
  top: 0px;
  left: 0px;
}
.stm_otherpage_brand_evidence .stm_otherpage_useplease_content dl {
  display: flex;
  margin-bottom: 100px;
}
.stm_otherpage_booster_evidence{
	width:900px;
	margin:0 auto;
	padding:40px;
	margin-top:30px;
	  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
	}
.stm_otherpage_booster_evidence h3{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  text-align:center;
	
}
.stm_otherpage_booster_evidence dl{
	display:flex;
justify-content: space-between;
margin-top:30px;
	
}
.stm_otherpage_booster_evidence dl dt{
	width:calc((100% - 50px) / 2);
}
.stm_otherpage_booster_evidence dl dt img{
	width:100%;
	height:auto;
}
.stm_otherpage_booster_evidence dl dd{
	width:calc((100% - 50px) / 2);
	padding-top:30px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px;	
}
/* --------------------- ABOUT ------------------------- */
.about_back {
  background-image: url(../img/pageback_abo-mv-img02@2x.jpg);
  background-size: cover;
  background-position: center 20px;
}
.stm_about_detail_inner {
  padding-top: 60px;
  font-weight: 400;
  font-size: 14px;
  width: 860px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -600px;
  position: relative;
  z-index: 30;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.stm_otherpage_aboutcontent h3{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  text-align:center;
  margin-bottom:30px;
}
.stm_otherpage_aboutcontent h3 span{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 50px;
  font-style:italic;
  display:inline-block;
}
.stm_otherpage_aboutcontent h3 em{
	display:inline-block;
	border-bottom:1px solid #666;
}
.stm_otherpage_about_01{
  display: flex;
  justify-content: space-between;
}
.stm_otherpage_about_01 dl{
	width:calc((100% - 30px) /2);
}
.stm_otherpage_about_01 dl dt img{
	width:100%;
	heght:auto;
}
.stm_otherpage_about_01 dl h4{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  text-align:center;	
}
.stm_otherpage_about_02_p{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  text-align:center;
  width:980px;
  margin:0 auto;
}
.stm_otherpage_about_evidence {
  width: 980px;
  margin: 0 auto;
  margin-top:60px;
  padding-bottom:60px;
}
.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl{
width: calc(100% + 0px);
margin-bottom:50px;
}
.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl dt {
  width: calc(((100% - 70px) / 10) * 5);
}

.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl dd {
  width: calc(((100% - 110px) / 10) * 5);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  position: relative;
  top: 0px;
  left: 0px;
  background-image: repeating-linear-gradient(
135deg
, rgba(240, 240, 240, 0.02) 0px, rgba(240, 240, 240, 0.02) 21px, rgba(224, 224, 224, 0.02) 21px, rgba(224, 224, 224, 0.02) 42px, rgba(208, 208, 208, 0.02) 42px, rgba(208, 208, 208, 0.02) 63px, rgba(192, 192, 192, 0.02) 63px, rgba(192, 192, 192, 0.02) 84px, rgba(175, 175, 175, 0.02) 84px, rgba(175, 175, 175, 0.02) 105px, rgba(159, 159, 159, 0.02) 105px, rgba(159, 159, 159, 0.02) 126px, rgba(143, 143, 143, 0.02) 126px, rgba(143, 143, 143, 0.02) 147px, rgba(127, 127, 127, 0.02) 147px, rgba(127, 127, 127, 0.02) 168px), repeating-linear-gradient(
45deg
, rgba(232, 232, 232, 0.02) 0px, rgba(232, 232, 232, 0.02) 21px, rgba(209, 209, 209, 0.02) 21px, rgba(209, 209, 209, 0.02) 42px, rgba(185, 185, 185, 0.02) 42px, rgba(185, 185, 185, 0.02) 63px, rgba(162, 162, 162, 0.02) 63px, rgba(162, 162, 162, 0.02) 84px, rgba(138, 138, 138, 0.02) 84px, rgba(138, 138, 138, 0.02) 105px, rgba(115, 115, 115, 0.02) 105px, rgba(115, 115, 115, 0.02) 126px, rgba(91, 91, 91, 0.02) 126px, rgba(91, 91, 91, 0.02) 147px, rgba(68, 68, 68, 0.02) 147px, rgba(68, 68, 68, 0.02) 168px), linear-gradient(
90deg
, #ffffff, #ffffff);
}
.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl dd h4{
	font-style:normal;
}
.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl:nth-of-type(2n) dt {
  order: 2;
  top: auto;
  left: auto;
  position: relative;
}

.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl:nth-of-type(2n) dd {
  order: 1;
  top: auto;
  left: auto;
}
.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl {
  display: flex;
  margin-bottom: 50px;
 justify-content: space-between;
}
.stm_otherpage_booster_evidence{
	width:900px;
	margin:0 auto;
	padding:40px;
	margin-top:30px;
	  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
	}
.stm_otherpage_about_evidence .stm_otherpage_useplease_content dl dd p{
	font-size:14px;
}
.stm_otherpage_about_03{
	text-align:center;
	padding-bottom:100px;
	padding-top:30px;
}
.stm_about_menu{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	padding-bottom:60px;
	
}
.stm_about_menu li{
	width:calc((100% - 110px) /2);
	border:1px solid #666;
	text-align:center;
	padding:10px 20px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  
}
.stm_about_menu li a{
	text-align:center;
	font-size: 12px;
	color:#000;
}
.stm_about_menu li a span{
	display:inline-block;
	border-bottom:1px solid #666;
	font-size: 16px;
}
/* --------------------- PRODUCT -------------------------- */
.product-list .stm_top_contents {
    padding-top: 0px;
    padding-bottom: 0px;
	
}
.stm_product_list_simple{
max-width: 1180px;
    min-width: 1080px;
    margin: 0 auto;	
}
.stm_product_list_simple h3 {
    padding-top: 60px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1em;
}
.stm_product_list_simple_inner{
display: flex;
    max-width: 1180px;
    min-width: 1080px;
    margin: 0 auto;
    justify-content: flex-start;
    padding-top: 60px;
    flex-wrap: wrap;	
}
.stm_product_box {
width: calc((100% - 60px) / 3);
    margin-bottom: 60px;
	margin-right:30px;
	
}
.stm_product_box dl dt{
	position:relative;
}
.stm_product_box dl dt img{
	width:100%;
	height:auto;
}
.stm_product_box:nth-of-type(3n){
	margin-right:0px;

}

.stm_products_name {
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    color: #000;
    font-size: 22px;
    text-align: center;
    
    line-height: 1.2;
	margin-top:15px;
    
    
}
.stm_products_price{
font-size: 20px;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    color: #000;
}
.stm_products_q{
font-size: 12px;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
	margin-bottom: 15px;
}
.stm_products_detail{
text-align: center;	
}
.stm_products_detail a{
    background-color: #000;
    padding: 5px 15px;
    width: calc(90% - 30px);
    color: #fff !important;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 3px;
	font-size:16px;
	font-family: 'Shippori Mincho', serif;
	letter-spacing:0.1em;
}
.stm_products_catch{
font-size: 14px;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
	margin-bottom: 15px;
}
.stm_product_icon_1 {
  display: block;
  background-color: #FEF4F3;
  color: fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stm_product_icon_2 {
  display: block;
  background-color: #FFFBF4;
  color: fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 95px;
  width: 80px;
  height: 80px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stm_product_icon_1 em,.stm_product_icon_2 em {
  font-size: 20px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  color: #666 !important;
  display: inline-block;
}

.stm_product_camp {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 20px;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  width: calc((100% - 20px));
}

.popuplimited .stm_products_price span{
text-decoration: line-through;
margin-left:5px;
font-size:12px;	
}
.popuplimited .stm_products_price strong{
    display: inline-block;
    border: 1px solid #000;
    padding: 0px 5px;
    margin-right: 10px;
	font-size:11px;
	vertical-align: middle;
	margin-top: -3px;
}
.popuplimited .stm_products_price i{
	font-size:12px;	
}
.popuplimited .stm_product_box .stm_products_detail + .stm_products_price{
	margin-top:20px;
}
/* --------------------- BEFORE AFTER -------------------------- */
.stm_beforeafter_detail_inner{
    max-width: 1180px;
    min-width: 1080px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.stm_beforeafter_detail_inner ul{
	margin-top:60px;
	display:flex;
	justify-content: space-between;
flex-wrap:wrap;		
}
.stm_beforeafter_detail_inner ul li{
width:calc((100% - 60px) /3);
position:relative;
margin-bottom:30px;

}
.stm_beforeafter_detail_inner ul li img{
	width:100%;
	height:auto;
}
.stm_beforeafter_detail_inner ul li p{
	position:absolute;
	bottom:5px;
	left:0px;
	  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
	



/* --------------------- TOPICS -------------------------- */

ul.bxslider_product
{
	margin: 0px;
	padding: 0px;
/**  ▼▼▼　ここから追加 */
	margin-left: 50%;
/**  ▲▲▲ここまで追加 */
}

/**  ▼▼▼　ここから追加 */
ul.bxslider_product li 
{
	margin-right: 215px !important;
	margin-left: -175px ;
}
/**  ▲▲▲ここまで追加 */

#breadcrumbs {
	text-align:center;
	padding-top:30px;
}
#breadcrumbs a{
	text-decoration:underline;
}
#breadcrumbs li {
    display:inline;
}

/* --------------------- BLOG CARD -------------------------- */
.blog-card {
  position: relative;
  border: 1px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 1em 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color:#fefdfe;

}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    display:flex;
  flex-wrap: nowrap;
}

.blog-card a:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 200px;
  line-height:0;

}

.blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
    margin-top:0px;
  margin-bottom:0px;
}

.blog-card-content {
	width:calc(100% - 240px);
  padding: 20px;
  border-left: #e5e5e5 solid 0px;
}

.blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-excerpt {
  display: block;/*消します*/
  font-size:12px;
  margin-top:10px;
}

.blog-card .clear {
  clear: both;
}
/*ブログカードでラベルを付ける*/
.blog-card-label{
    display: inline-block;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    top: 0px;
    left: 0px;
    width: 70px;
    height: 25px;
    color: #333;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
	display:none;
}
/* --------------------- PRESS･MEDIA -------------------------- */
/* --------------------- LESS is MORE -------------------------- */
/* COLORS */
/**** FORM ****/
/* GENERAL */
/* LABELS */
/* HEADINGS */
/* INPUTS */
/* SELECT -- DROPDOWNS */
/* PLACEHOLDERS */
/* TEXTAREA */
/* BUTTONS */
/* RADIO BUTTONS */
/* CHECKBOXES */
/* UNDERLINE */
/* SPINNER ARROWS */
/* FIELD CONTROLS */
body {
  background-color: #fff;
  height: 100%;
}
form {
  padding: 0px 0 80px 0;
}
.form-inner {
  zoom: 1;
  margin: auto;
  margin-left:0;
  padding: 10px 5px 10px 5px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.form-outer {
width: calc(100% - 300px);
    margin: 0 auto;
}
.form-inner:before,
.form-inner:after {
  content: "";
  display: table;
}
.form-inner:after {
  clear: both;
}
.form-inner > h2 {
  font-size: 16px;
    font-family: "Work Sans", sans-serif;
  color: #000;
  margin: 0;
  margin-top: 50px !important;
  margin-bottom: 10px !important;
  margin-left: 10px;
  font-weight: 400;
  display: block;
  position: relative;
  float: left;
  width: 90%;
  letter-spacing:0.1em;
}
.form-confirm > h2 {
  font-size: 16px;
    font-family: "Work Sans", sans-serif;
  color: #000;
  margin: 0;
  margin-top: 50px !important;
  margin-bottom: 10px !important;
  margin-left: 10px;
  font-weight: 400;
  display: block;
  position: relative;
  float: left;
  width: 90%;
  letter-spacing:0.1em;
}
.form-inner > div {
  padding-bottom: 0;
  padding-top: 26px;
  padding-top: 36px;
  width: 100%;
  float: left;
  position: relative;
}
.form-inner > div.half {
  width: 50%;
}
.form-inner > div.quarter {
  width: 25%;
}
@media all and (max-width: 360px) {
  .form-inner > div.half {
    width: 100%;
  }
  .form-inner > div.quarter {
    width: 50%;
  }
}
.form-inner > div.align-right {
  float: right;
}
.form-inner > div.no-label {
  padding-top: 15px;
}
.form-inner > div > select {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.form-inner > div.dropdown {
  cursor: pointer;
}
.form-inner > div.dropdown input {
  cursor: pointer;
}
.form-inner > div.dropdown label {
  cursor: pointer !important;
}
.form-inner > div.dropdown .dropdown-arrow {
  bottom: 6px;
  padding: 12px;
}
.form-inner > div.dropdown .dropdown-arrow > div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 7px solid #bbb;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.form-inner > div.dropdown .dropdown-arrow:active > div {
  border-top: 7px solid #1065e7;
}
.form-inner > div.dropdown.open .dropdown-arrow > div {
  transform: rotate(180deg);
}
.form-inner > div.dropdown.open .underline:before,
.form-inner > div.dropdown.open .underline::before,
.form-inner > div.dropdown.open .underline:after,
.form-inner > div.dropdown.open .underline::after {
  background-color: #1065e7;
  height: 35px;
}
.form-inner > div.dropdown.open .underline label {
  color: #1065e7 !important;
}
.form-inner > div.dropdown.open .underline.float-label:before,
.form-inner > div.dropdown.open .underline.float-label::before {
  height: 45px;
}
.form-inner > div.dropdown.open .dropdown-box {
  padding: 8px;
  padding-top: 0;
  height: auto;
  border: 2px solid #1065e7;
  border-top: none;
}
.form-inner > div.dropdown .dropdown-box {
  background-color: #fff;
  border-bottom: 0px solid transparent;
  border-left: 2px solid #1065e7;
  border-right: 2px solid #1065e7;
  border-top: none;
  width: 100%;
  max-width: 100%;
  height: 0;
  top: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1000;
  position: absolute;
  left: 0;
}
.form-inner > div.dropdown .dropdown-box > .focus-helper {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.form-inner > div.dropdown .dropdown-box > div {
  max-height: 150px;
  overflow: auto;
}
.form-inner > div.dropdown .dropdown-box > div > div {
  width: 100%;
  height: 30px;
}
.form-inner > div.dropdown .dropdown-box > div > div > p {
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.form-inner > div.buttons {
  margin-top: 30px;
}
.form-inner > div.buttons > div {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.form-inner > div.buttons > div > button {
    font-family: "Work Sans", sans-serif;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: none;
  background: none;
  border: 2px solid #000;
  border: 0px solid #000;
  padding: 5px 0;
  padding: 0px 0;
  font-size: 12px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  color: #111;
  text-align:center;
  text-align:left;
  text-transform: uppercase;
	letter-spacing:0.04em;
  
}
.form-inner > div.buttons > div > button:focus {
  border-color: #1065e7;
  color: #333;
}
.form-inner > div.buttons > div > button:active {
  background-color: #1065e7;
  color: #fff !important;
}
.form-inner > div > div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin: 0 10px;
}
.form-inner > div > div.prefixed > input {
  padding-left: 15px;
}
.form-inner > div > div.right-control {
  padding-right: 30px !important;
}
.form-inner > div > div.underline {
  border-bottom: 2px solid #000;
  padding: 0 8px 6px 8px;
}
.form-inner > div > div.underline:before,
.form-inner > div > div.underline::before,
.form-inner > div > div.underline:after,
.form-inner > div > div.underline::after {
  content: "";
  height: 5px;
  height: 0px;
  width: 2px;
  position: absolute;
  bottom: 0;
  background-color: #000;
}
.form-inner > div > div.underline:before,
.form-inner > div > div.underline::before {
  left: 0;
}
.form-inner > div > div.underline:after,
.form-inner > div > div.underline::after {
  right: 0;
}
.form-inner > div > div.underline.dropdown-hint:after,
.form-inner > div > div.underline.dropdown-hint::after {
  width: 0;
  height: 0;
  background-color: transparent;
  border-right: 5px solid #bbb;
  border-bottom: 5px solid #bbb;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}
.form-inner > div > div.underline.focused {
  border-color: #1065e7;
}
.focused #comments{
	height:auto;

}
.form-inner > div > div.underline.focused:before,
.form-inner > div > div.underline.focused::before,
.form-inner > div > div.underline.focused:after,
.form-inner > div > div.underline.focused::after {
  background-color: #1065e7;
}
.form-inner > div > div.float-label > .placeholder {
  opacity: 0 !important;
}
.form-inner > div > div.float-label > label,
.form-inner > div > div.float-label .prefix {
  opacity: 0.99 !important;
}
.form-inner > div > div > textarea {
  border: none;
  color: #111;
  width: 100%;
  resize: none;
  outline: none;
  padding: 0;
  padding-top:5px;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
  overflow: hidden;
  border-image-width: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  background-color: transparent;
  display: block;
}
.form-inner > div > div > textarea:focus ~ label {
  color: #1065e7;
}
.form-inner > div > div > textarea ~ label {
  cursor: text;
}
.form-inner > div > div > input {
  position: relative;
  border: none;
  border-image-width: 0;
  outline: none;
  margin: 0;
  font-size: 16px;
  padding: 0;
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.form-inner > div > div > input ~ label {
  cursor: text;
}
.form-inner > div > div > input[type=checkbox],
.form-inner > div > div > input[type=radio] {
  display: none;
}
.form-inner > div > div > input[type=checkbox] ~ label,
.form-inner > div > div > input[type=radio] ~ label {
  opacity: 1 !important;
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  font-family: "Work Sans", sans-serif;
  top: 0px;
  left: 0;
  box-sizing: border-box;
  width: auto;
  padding-left: 52px;
  line-height: 32px;
}
.form-inner > div > div > input[type=checkbox]:checked ~ label,
.form-inner > div > div > input[type=radio]:checked ~ label {
  color: #333;
}
.form-inner > div > div > input[type=checkbox]:checked ~ .checkbox,
.form-inner > div > div > input[type=radio]:checked ~ .checkbox {
  border-color: #333;
}
.form-inner > div > div > input[type=checkbox]:checked ~ .checkbox > span,
.form-inner > div > div > input[type=radio]:checked ~ .checkbox > span {
  border-color: #333;
}
.form-inner > div > div > input[type=checkbox]:checked ~ .radio,
.form-inner > div > div > input[type=radio]:checked ~ .radio {
  border-color: #333;
}
.form-inner > div > div > input[type=checkbox]:checked ~ .radio > span,
.form-inner > div > div > input[type=radio]:checked ~ .radio > span {
  background-color: #333;
}
.form-inner > div > div > input:focus ~ label {
  color: #1065e7;
}
.form-inner > div > div > label {
  width: 100%;
  padding-bottom: 2px;
  cursor: default;
  font-weight: 400;
  position: absolute;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  top: -14px;
  left: 8px;
  opacity: 0;
  color: #000;
}
.form-inner > div > div > label.invalid {
  color: #d4412c;
  opacity: 1;
}
.form-inner > div > div > .dropdown-arrow,
.form-inner > div > div .spinner-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  z-index: 6;
  cursor: pointer;
}
.form-inner > div > div > .spinner-arrow {
  padding: 0px 12px;
}
.form-inner > div > div > .spinner-arrow.up {
  bottom: 25px;
  padding-top: 12px;
  padding-bottom: 6px;
}
.form-inner > div > div > .spinner-arrow.up > div {
  border-bottom: 7px solid #bbb;
}
.form-inner > div > div > .spinner-arrow.up:active > div {
  border-bottom: 7px solid #1065e7;
}
.form-inner > div > div > .spinner-arrow.down {
  padding-bottom: 12px;
  padding-top: 6px;
  bottom: 0;
}
.form-inner > div > div > .spinner-arrow.down > div {
  border-top: 7px solid #bbb;
}
.form-inner > div > div > .spinner-arrow.down:active > div {
  border-top: 7px solid #1065e7;
}
.form-inner > div > div > .spinner-arrow > div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.form-inner > div > div > span.placeholder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 16px;
  z-index: 0;
  opacity: 0.99;
}
.form-inner > div > div > span.prefix {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  color: #000;
  left: 8px;
  bottom: 8px;
  opacity: 0;
}
.form-inner > div > div > span.checkbox {
  width: 32px;
  height: 32px;
  border: 2px solid #bbb;
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.form-inner > div > div > span.checkbox > span {
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  width: 6px;
  height: 14px;
  position: relative;
  display: block;
  top: 4.17157288px;
  left: 10px;
}
.form-inner > div > div > span.radio {
  width: 32px;
  height: 32px;
  border: 2px solid #bbb;
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.form-inner > div > div > span.radio > span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  display: block;
  top: 6px;
  left: 6px;
}
.form-inner > div > div > span.radio.checked {
  border-color: #333 !important;
}
.form-inner > div > div > span.radio.checked > span {
  background-color: #333 !important;
}
html.no-touch form *,
html.no-touch form :before,
html.no-touch form ::before,
html.no-touch form :after,
html.no-touch form ::after {
  transition: opacity 0.08s ease-out, background 0.08s ease-out, color 0.08s ease-out, border 0.08s ease-out, max-height 0.08s ease-out, height 0.08s ease-out, width 0.08s ease-out;
}
html.no-touch form .checkbox:hover,
html.no-touch form .radio:hover {
  border-color: #000;
}
html.no-touch form .checkbox:hover > span {
  border-color: #bbb;
}
html.no-touch form .checkbox:active,
html.no-touch form .checkbox:focus {
  border-color: #1065e7 !important;
}
html.no-touch form .checkbox:focus ~ label {
  color: #1065e7 !important;
}
html.no-touch form .radio:active,
html.no-touch form .radio:focus {
  border-color: #1065e7 !important;
}
html.no-touch form .radio:hover > span {
  background-color: #bbb;
}
html.no-touch form .input-hover {
  border-color: #000;
}
html.no-touch form .input-hover:before,
html.no-touch form .input-hover::before,
html.no-touch form .input-hover:after,
html.no-touch form .input-hover::after {
  background-color: #000;
}
html.no-touch form .input-hover .spinner-arrow.up > div {
  border-bottom: 7px solid #000;
}
html.no-touch form .input-hover .spinner-arrow.down > div {
  border-top: 7px solid #000;
}
html.no-touch form .input-hover .dropdown-arrow > div {
  border-top: 7px solid #000;
}
html.no-touch form .buttons > div > button:hover {
  border-color: #1065e7;
  color: #333;
}
html.no-touch form .spinner-arrow:hover.up > div {
  border-bottom: 7px solid #000;
}
html.no-touch form .spinner-arrow:hover.down > div {
  border-top: 7px solid #000;
}
html.no-touch form .dropdown-box p:hover {
  color: #1065e7 !important;
}
html.no-touch form button {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
html.no-touch .form-confirm button {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
/* --------------------- 水素ゼリー -------------------------- */