@charset "UTF-8";

/*-----------------------------------------------------	*/
/*	基本設定					                         */
/*-----------------------------------------------------	*/

html {
  -webkit-overflow-scrolling: touch; /* iosバグ回避　スマホスクロールスムーズにする */
  scroll-behavior: smooth; /* スムーススクロール */
    scrollbar-gutter: stable;
      /* 日本語禁則処理 */
  line-break: strict;

  /* 日本語の自然改行 */
  word-break: normal;

  /* はみ出し防止 */
  overflow-wrap: break-word;
}

body {
  font-family: "Hina Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;  
  margin: 0px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.05em;
    color: #e7e4d3;
}

/* スクロール禁止 */
body.is-loading {
    overflow: hidden;
    height: 100vh;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	letter-spacing: -.40em; /* inline-block隙間除去 文字間を詰めて隙間を削除する */
}

ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;    
}

ul li {
	list-style-type: none;
	letter-spacing: normal; /* inline-block隙間除去 文字間を通常に戻す */
}

h1,h2,h3,h4,h5 {
    font-weight: 500;
}

h1,h2,h3,h4,h5,p {
  margin: 0px; /* 初期化 */
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom; /* img隙間をなくす */
	border: 0px; /* IE10以下で画像周りの青い線を非表示 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}

/* 文字詰め */
.relative-spacing01 {
    position: relative;
    left: -4px;
}

.relative-spacing02 {
    position: relative;
    left: -6px;
}

.relative-spacing03 {
    position: relative;
    left: -8px;
}

.letter-spacing01 {
    display: inline-block;
    letter-spacing: -0.1em;
}

.letter-spacing02 {
    display: inline-block;
    letter-spacing: -0.2em;
}

.letter-spacing03 {
    display: inline-block;
    letter-spacing: -0.3em;
}

.letter-spacing04 {
    display: inline-block;
    letter-spacing: -0.4em;
}

.letter-spacing05 {
    display: inline-block;
    letter-spacing: -0.5em;
}

.letter-spacing055 {
    display: inline-block;
    letter-spacing: -0.55em;
}

.letter-spacing06 {
    display: inline-block;
    letter-spacing: -0.6em;
}

.letter-spacing07 {
    display: inline-block;
    letter-spacing: -0.7em;
}

.letter-spacing10 {
    display: inline-block;
    letter-spacing: -1em;
}

.m-spacing04 {
    display: inline-block;
    margin-left:-0.4em;
}

.m-spacing075 {
    display: inline-block;
    margin-left:-0.8em;
}

/* テーブル */
table {
    width: 100%;
}

table th {
    font-weight: 400;
}

table th,table td {
    line-height: 1.4em;
}

/* リンク設定
a:link		{ color:#333333; text-decoration: none; }
a:visited	{ color:#333333; }
a:hover		{ color:#5a5758; }
a:active	{ color:#333333; }

 */

/* フォーカスした際に線が入るのを消す処理 */
*:focus {
  outline: none;
}

/* float 解除 Clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 改行 */
.sp-br {
 display: none;   
}

.br480 {
    display: none;
}

@media screen and (max-width: 480px) {
    .br480 {
        display: inline;
    }    
}

/* 改行させない */
.nowrap{
  white-space: nowrap;
}

/* 中央揃え */
.text-align-out {
    text-align: center;
}

/* 文字詰め */
.tsume0 {
    letter-spacing:0em;
}

.tsume01 {
    letter-spacing:-0.35em;
}

.tsume02 {
    letter-spacing:-0.55em;
}

.tsume03 {
    letter-spacing:-0.6em;
}

.tsume04 {
    letter-spacing:-0.9em;
}

.tsume05 {
    letter-spacing:-0.4em;
}

.m-tsume01 {
    display: inline-block;
    margin-left: -0.1em;
}

.m-tsume02 {
    display: inline-block;
    margin-left: -0.2em;
}

.m-tsume03 {
    display: inline-block;
    margin-left: -0.3em;
}


@media screen and (max-width: 767px) {
    body {
      font-size: 80%;
    }   
    
    .pc-br {
        display: none;
    }
}

/*
.br480 {
    display: none;
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 1em;
    }    
}

@media screen and (max-width: 480px) {
    .sp-br {
     display: inline;   
    }
    
    .br480 {
        display: inline;
    }
}
*/

/* 大見出し01 
.big-title01-out {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.big-title01-out h2 {
    display: inline-block;
    font-size: 180%;
    line-height: 1.3em;
    color: #5ebcdd;
}*/

#side-menu-out {
    text-align: center;
}

#side-menu-out nav ul.main {
    display: block;
}

#side-menu-out nav ul.main li {
    text-align: left;
}

#side-menu-out nav ul.main li .symbol {
    color: white;
    margin-right: 3px;
}

#side-menu-out nav.show ul.main li p {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

#sp-menu-logo {
    position: absolute;
    max-width: 180px;
    top: 43px;
    left: 30px;
    z-index: 99;
}

@media screen and (max-width: 480px) {
    #sp-menu-logo {
        max-width: 100px;
        top: 25px;
        left: 20px;
    }    
}

/* sns */
#menu-sns-out {
    display: inline-block;
    margin-top: 70px;
}

#menu-sns-out li {
    float: left;
}

/* 個人情報保護方針 */
#menu-copyright {
    font-size: 1.4rem;
    margin-top: 10vh;
}

#menu-copyright li {
    margin-bottom: 5px;
}

#menu-copyright li a {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.3em;
}

#menu-copyright .sp-link {
    display: none;
}


@media screen and (max-width: 767px) {
    #menu-copyright .sp-link {
        display: block;
    }
    
    #menu-copyright .pc-link {
        display: none;
    }
}

/* サイドナビ */
#side-navi-out {
    display: none;
    position: fixed;
    top: 40%;
    left: 30px;
}    
    
.navi_list {
position: relative;
}
.navi_list li {
    position: relative;
    z-index: 99;
    margin-bottom: 18px;
}
    
.navi_list a {
    display: block;
    color: white;
    text-decoration: none;
    width: 11px;
    height: 11px;
    background: #e6f9ff;
    border-radius: 60px;
    border: 1px solid #8de2ff;
}

#back-line {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
    height: 100%;
    border-left: 1px solid #8de2ff;;
    z-index: 1;
}
    
.navi_item.now {
    transform: scale(1.25);
}
    
.navi_item.now a {
    background: #8de2ff;
}

/* 中見出し */
.middle-title01 {
    font-size: 102%;
    margin-top: 30px;
    margin-bottom: 10px;
	padding-left:1em;
	text-indent:-1em;
}

/* 改行 */
.br767 {
    display: none;
}

.br1100sh {
    display: none;
}

.br1024 {
    display: none;
}

.br500 {
    display: none;
}

.br480s {
    display: none;
}

.br370 {
    display: none;
}

.br350h {
    display: inline;
}

@media screen and (max-width: 1199px) {
    .br1199h {
        display: none;
    }      
}

@media screen and (max-width: 1100px) {
    .br1100sh {
        display: inline;
    }    
}

@media screen and (max-width: 1024px) {
    .br1024 {
        display: inline;
    }    
}

@media screen and (max-width: 767px) {      
    .br767 {
        display: inline;
    }  
    
    .br767h {
        display: none;
    } 
}

@media screen and (max-width: 650px) {
    .br1100sh {
        display: none;
    } 
}

@media screen and (max-width: 600px) {
.br600 {
    display: none;
}
}

@media screen and (max-width: 510px) {
    .br510h {
        display: none;
    }    
}

@media screen and (max-width: 500px) {
    .br500 {
        display: inline;
    }    
}

@media screen and (max-width: 480px) {
    .br480s {
        display: inline;
    }    
}

@media screen and (max-width: 460px) {
    .br460h {
        display: none;   
    }
}

@media screen and (max-width: 415px) {
    .br415h {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .br400h {
        display: none;
    }
}

@media screen and (max-width: 389px) {
    .br389h {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .br370 {
        display: inline;
    }     
}

@media screen and (max-width: 350px) {
    .br350h {
        display: none;
    }    
}

@media screen and (max-width: 350px) {
    .br340h {
        display: none;
    }     
}

/* 字間 小さめ */
.letter-space-s {
   letter-spacing: 0.04em !important; 
}

/*　文字サイズ */
.font-s {
    font-size: 70%;
}

/* マージン設定 */
.mt0 {
    margin-top: 0px !important; 
}

.mb0 {
    margin-bottom: 0px !important; 
}

.mt10 {
   margin-top: 10px !important;  
}

/* ブロックレベル要素 */
.dispaly-block {
    display: block;
}

/* youtubeレスポンシブ */
.youtube-out {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-out iframe {
  width: 100%;
  height: 100%;
}

.br767sp {
    display: none;
}

.br1100tb {
    display: none;
}

@media screen and (max-width: 1480px) {
    .br1480 {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .br1199h {
        display: none;
    }    
}

@media screen and (max-width: 1100px) {
    .br1100tb {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br767sp {
        display: inline;
    }
    
    .big-title01-out h2 {
        font-size: 130%;
    }
}


/*-----------------------------------------------------	*/
/*	共通					                               */
/*-----------------------------------------------------	*/

.inner-width {
    max-width: 1000px;
    margin: 0px auto;
}

.inline-block {
    display: inline-block;
}

/* 基本リスト01 */
.list01 li {
    font-size:105%;
    padding-left: 2.5em;
    text-indent: -2.5em;
    margin-bottom: 8px;
    line-height: 1.3em;
}


/* 基本リスト02 */
.list02 li {
    padding-left: 2.5em;
    text-indent: -2.5em;
    margin-bottom: 10px;
}

/* 中央揃え */
.align-center {
    text-align: center;   
}

/* 下線 */
.underline01 {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #00a1c2;
    text-decoration-thickness: 2px;
}

/* ヘッダー固定用 
.fixed {
    position: fixed;
    top: 26px;
    width: 100%;
    z-index: 999;
}*/

/* 注意書き */
.cation-text01 {
    display: block;
    font-size: 0.9rem;
}

/*** ヘッダー ***/
#header-out {
    position: fixed;
    width: 100%;
    z-index: 10001;
}

/* メニューボタン */
#trigger-overlay {
    position: absolute;
    top: 55px;
    right: 50px;
}

/* 二本線メニューボタン */
.menu_btn {
	position: relative;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
	width: 70px;
	height: 21px;
	transition: all 1s;
}
.menu_btn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: white;
	transition: all .4s;
}
.menu_btn span:nth-of-type(1) {
	top: 0;
}
.menu_btn span:nth-of-type(2) {
	top: 10px;
}
.menu_btn span:nth-of-type(3) {
	bottom: 0;
}

.menu_btn {
	height: 12px;
}
.menu_btn span:nth-of-type(2) {
	bottom: 0;
	top: auto;
}
.menu_btn.active span {
    background: #859a79;
}

.menu_btn.active span:nth-of-type(1) {
	transform: translateY(6px) rotate(25deg);
}
.menu_btn.active span:nth-of-type(2) {
	transform: translateY(-5px) rotate(-25deg);
}


@media screen and (max-width: 1199px) {
    .overlay #overlay-left {
        width: 40%;
    }
    
    .overlay #overlay-right {
        width: 60%;
        padding-right: 7vw;
    }
}

@media screen and (max-width: 900px) {
    .overlay #overlay-right {
        padding-left: 10px;
    } 
    
    #menu-copyright {
        font-size: 90%;
    }
}

@media screen and (max-width: 767px) {
    /* スマホメニュー未確定　一時スタイル ここから */
    #trigger-overlay {
        right: 20px;
    }
    
    .overlay #overlay-left {
     display: none;
    }
    
    .overlay #overlay-right {
        width: 100%;
        padding-left: 10px;
    }
    
    .overlay ul li {
        margin-bottom: 20px;
    }
    
    .overlay nav a {
        font-size: 150% !important;
    }
    
    #menu-copyright {
        font-size: 80%;
        margin-top: 6vw;
    }
    
    /* スマホメニュー未確定　一時スタイル ここまで　*/
}

@media screen and (max-width: 480px) {
    #trigger-overlay {
        top: 25px;
        right: 20px;
    }
    
    .menu_btn {
        width: 40px;
    }  
    
    .menu_btn span {
        height: 1px;
    }
}



/*** オーバーレイメニュー上書き ***/
.overlay {
    display: flex;
}

#overlay-left {
    display: block;
    width: 50%;
    background: url(../images/common/menu-photo.jpg) no-repeat bottom center;
    background-size: cover;
}

#overlay-right {
    width: 50%;
    display: block;
}

/* ボタン */
.basic-btn01 {
    text-align: center;
}

.basic-btn01 a {
    color: white;
    font-size: 110%;
    padding: 13px 30px;
    line-height: 1.1em;
    border-radius: 60px;
    text-decoration: none;
    background: #5ebcdd;
    display: inline-block;
}

.basic-btn01 a:hover {
    opacity: 0.9;
}

/* しずく */
.drop {
    position: absolute;
    max-width: 132px;
    will-change: transform;
}

#drop01 {
    z-index: 3;
    left: 10vw;
    bottom: -80px;
}

#drop02 {
    z-index: 3;
    bottom:-220px;
    right: 12vw;
    z-index: 99;
}

@media screen and (max-width: 900px) {
    #drop02 {
        right: 0.5vw;
    }    
}

@media screen and (max-width: 767px) {
    .drop {
        max-width: 16vw;
    }
    
    #drop01 {
        left: 0px;
    }
    
    #drop02 {
        right: 5vw;
    }
}

/*** アニメーション ***/
/* フェードイン */
@keyframes fadeIn {
   0% {
     opacity: 0;
     transform-origin: center;
     transform: translateY(30px) scale(1.1);
   }
   100% {
     transition: opacity 1.4s linear 0s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
     opacity: 1;
   }
}

@keyframes fadeIn02 {
   0% {
     opacity: 0;
   }
   100% {
     transition: opacity 1.4s linear 0s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
     opacity: 1;
   }
}

/* フェードアップ */
@keyframes fadeUp01 {
   0% {
     opacity: 0;
     transform: translate(0px, 18px);
   }
   100% {
     opacity: 1;
     transform: translate(0);
   }
}

@keyframes fadeUpmain {
   0% {
     opacity: 0;
     transform: translate(0px, 18px);
   }
   100% {
     opacity: 1;
     transform: translate(0);
   }
}

/* フェードレフト */
@keyframes fadeLeft {
   0% {
     opacity: 0;
     transform: translateX(-100px);
   }
   100% {
     opacity: 1;
     transform: translateX(0);
   }
}

@media screen and (max-width: 1199px) {
    #header-link-menu {
        display: none;
    }
    /*
    #side-menu-btn {
        position: fixed;
    }
    */
}

@media screen and (max-width: 1060px) {
    .inner-width {
        margin-left: 10vw;
        margin-right: 10vw;
    }    
}

@media screen and (max-width: 767px) {  
    .inner-width {
        margin-left: 9vw;
        margin-right: 9vw;
    }
    
    #arax-footer-logo {
        float: none;
        margin-top: 25px;
    }

    #copyright {
        float: none;
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    #header-inner {
        padding-top: 10px;
        padding-bottom: 12px;
    }
    
    .menu-trigger {
        width: 36px;
        height: 28px;
    }
    
    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }
}

/*-----------------------------------------------------	*/
/*	トップ			                            　　　　   */
/*-----------------------------------------------------	*/

.wrapper {
    position: relative;
}

#load-logo {
    max-width: 206px;
}

#load-logo-head,#load-logo-bottom {
    display: block;
    text-align: center;
}

#load-logo-bottom {
    margin-top: 25px;
}

#load-logo-bottom img {
    transition: opacity 0.5s ease-in-out; /* フェード効果を追加 */
}

#load3 {
    max-width: 46px;
}

#load6 {
    max-width: 51px;
    margin-left: 13px;
    margin-right: 11px;
    margin-bottom: 12px;
}

#load5 {
    max-width: 43px;
}

/* 枠 アニメーション */
@keyframes logofade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.start {
	background: #3b75e2;
	position: fixed;
    background-size: cover;
	top: 0px;
	left: 0px;
	top: 0px;
    bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start #start-inner {
	position: fixed;
	top: 0px;
    bottom: 0px;
	left: 0px;
    right: 0px;
	height: 100%;
	width: 100%;
    z-index: 9999;
}

#load-logo-out {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#load-logo-out #load-logo-inner {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #load-logo-inner {
       transform: scale(0.9);
    }
}

/*** SNS ***/
#sns-out {
    color: white;
    margin-top: 300px;
}

#sns-out a {
    display: inline-block;
    text-decoration: none;
}

#sns {
    display: inline-block;
    text-align: center;
}

#sns p {
    font-size: 1.15rem;
    letter-spacing: 0.15em;
}

#sns img {
    margin: 50px 34px 0px;
}

.overlay #insta-icon {
    max-width: 28px;
    margin-right: 30px;
}

.overlay #x-icon {
    max-width: 28px;
}

.sns-text {
    color: #808895;
    font-size: 200%;
    margin-top: 34px;
    letter-spacing: 0.08em;
}

#snap-sp {
    display: none;
}

#insta {
    margin-top: 40px;
}

#x-out {
    padding-left: 105px;
}

#x-icon-white {
    max-width: 23px;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 5px;
    margin-left: 10px;
}

#x-share-btn-out .arrow-icon01 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 25px;
    max-width: 6px;
    margin: auto;
    vertical-align: middle;
}

/*** フッター ***/
#footer-out {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding-bottom: 2px;
    /* background: url(../images/common/footer-back.jpg) no-repeat bottom center; 
    background-size: cover;*/
    overflow: hidden;
    padding-bottom: 10px;
}

#footer-out.no-video {
    background: url(../images/common/footer-back.jpg) no-repeat bottom center;
    background-size: cover;
}
        
#footer-link-out {
    padding: 72px 10px 72px;
}

#footer-link {
    text-align: right;
}

#footer-link-out li {
    display: inline-block;
    margin: 0px 40px;
    vertical-align: middle;
}

#footer-link-out li a {
    color: #000000;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}

#footer-bottom-link-out {
    border-top: 1px solid #a7a7a7;
}

#arax-footer-logo {
    margin-top: 30px;
}

#arax-footer-logo img {
    max-width: 244px;
}

#insta-icon {
    max-width: 55px;
} 

#x-icon {
    max-width: 55px;
}

#arax-footer-logo {
    float: left;
}

#copyright {
    float: right;
    margin-top: 45px;
    font-size: 70%;
}

#footer-out video { 
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bodymilk-wrapper #arax-logo {
    fill: #818895;
}

.premium-wrapper #arax-logo {
    fill: #80808c;
}

#arax-logo {
    max-width: 120px;
    vertical-align: middle;
    fill: white;
}

#footer-link {
    margin-top: 60px;
}

#footer-link li {
    display: inline-block;
    margin-left: 40px;
}

#footer-link li a {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    text-decoration: none;
    color: white;
}

.footer-link-page {
    margin-top: 14px;
}

#footer-link .sp-link {
    display: none;
}

@media screen and (max-width: 767px) {
    #footer-link .pc-link {
        display: none;
    }    
    
    #footer-link .sp-link {
        display: block;
    }
}

#copy-out {
    text-align: right;
    margin-top: 15px;
    padding-bottom: 60px;
    color: white;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}

#footer-bottom {
    display: block;
    margin-top: 27px;
    background-size: cover;
}

/* フッターロゴ */
#footer-logo {
    text-align: right;
    margin-top: 410px;
}

@media screen and (max-width: 1100px) {
    #footer-out #footer-logo {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 35px;
    }
    
    #arax-logo {
        max-width: 80px;
    }
}

@media screen and (max-width: 1024px) {
    #footer-out #footer-logo {
        margin-bottom: 45px;
    }        
}

@media screen and (max-width: 767px) {
    #footer-logo {
        margin-top: 150px;
    }
    
    #footer-out #footer-logo {
        text-align: center;
        margin-top: 140px;
        margin-bottom: 0px;
    }
    
    #footer-out #sns-inner {
        text-align: center;
    }
    
    #footer-out #sns p {
        font-size: 1.1rem;
    }
    
    #footer-out #sns img {
        margin: 34px 22px 0px;
    }
    
    #footer-out #sns #insta-icon {
        max-width: 33px;
    }
    
    #footer-out #sns #x-icon {
        max-width: 32px;
    }
    
    #footer-link {
        text-align: center;
    }
    
    #footer-link li {
        display: block;
        margin-top: 2px;
        margin-left: 0px;
    }
    
    #footer-link li a {
        font-size: 0.8rem;
    }
    
    #copy-out {
        font-size: 0.7rem;
        text-align: center;
        padding-bottom: 3px;
    }
}




/*** 共通 ***/
.inner-width1612 {
    max-width: 1612px;
    margin: 0px auto;
}
.inner-width1400 {
    max-width: 1400px;
    margin: 0px auto;
}
.inner-width1100 {
    max-width: 1100px;
    margin: 0px auto;
}

.inner-width1170 {
    max-width: 1170px;
    margin: 0px auto;
}

.inner-width1060 {
    max-width: 1060px;
    margin: 0px auto;
}

.inner-width1050 {
    max-width: 1050px;
    margin: 0px auto;
}   

.inner-width965 {
    max-width: 965px;
    margin: 0px auto;
}

.inner-width900 {
    max-width: 900px;
    margin: 0px auto;
}    

.inner-width1180 {
    max-width: 1180px;
    margin: 0px auto;    
}

.inner-width660 {
    max-width: 660px;
    margin: 0px auto;
}

@media screen and (max-width:1440px) {
     .inner-width1400 {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    /* フッターのみ */
    #footer-out .inner-width1400 {
        margin-left: 40px;
        margin-right: 40px;
    }
}
    
/*** メインイメージ部分 ***/
#main-img-out {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

#main01-logo {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 20;
    background: url(../images/top/main01-logo.png) no-repeat bottom center;
    background-size: cover;
    width: 440px;
    height: 208px;
    text-indent: -9999px;  
}

@media screen and (max-width:1199px) {
    #main01-logo {
        width: 300px;
        height: 141px; 
    }    
}

@media screen and (max-width:767px) {
    #main01-logo {
        width: 200px;
        height: 95px; 
        bottom: 30px;
    }        
}

@media screen and (max-width:480px) {
    #main01-logo {
        bottom: 20px;
        left: 20px;
    }        
}

#main-logo {
    display: none;
    position: absolute;
    top: 43px;
    left: 43px;
    z-index: 99;
}

#main-logo span {
    display: block;
    background: url(../images/common/header-logo.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 53px;
    text-indent: -9999px;   
}

@media screen and (max-width:767px) {
    #main-logo {
        left: 30px;
    }
    
    #main-logo span {
        width: 180px;
        height: 47px;
    }    
}

@media screen and (max-width:480px) {
    #main-logo {
        top: 25px;
        left: 20px;
    }
    
    #main-logo span {
        width: 100px;
        height: 26px;  
    }    
}

#main-catch {
  position: absolute;
    top: 40%;
    right: 9%;
    z-index: 999;
    color: white;
    letter-spacing: 0.3em;
    letter-spacing: 0.3em;
   font-size: 2.5em;
    line-height: 1.8em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#main-catch span {
    display: block;
}

#main-catch.active *:first-child {
  opacity: 0;
  animation: fadeIn02 3.5s forwards;
  animation-delay: 4s; /* ← ここで2秒遅延 */
}

#main-catch.active *:first-child+* {
  opacity: 0;
  animation: fadeIn02 3.5s forwards;
  animation-delay: 5s; /* ← ここで2秒遅延 */
}

#main-catch.active *:first-child+*+* {
  opacity: 0;
  animation: fadeIn02 3.5s forwards;
  animation-delay: 6s; /* ← ここで2秒遅延 */
}

@media screen and (max-width:767px) {
    #main-catch {
        position: absolute;
        top: auto;
        bottom: 30vw;
        right: 9%;    
    }
}

@media screen and (max-width:480px) {
    #main-catch {
        font-size: 1.2rem;   
    }
}

#main01::before {
    position: absolute;
    background: url(../images/top/main01.jpg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#main02::before {
    position: relative;
    top: 0px;
    background: url(../images/top/main02.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: height: 100dvh;
}

#main03::before {
    position: relative;
    top: 0px;
    background: url(../images/top/main03.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

#main04::before {
    position: relative;
    top: 0px;
    background: url(../images/top/main04.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

#main05::before {
    position: relative;
    top: 0px;
    background: url(../images/top/main05.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

#main06::before {
    position: relative;
    top: 0px;
    background: url(../images/top/main06.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

@media screen and (max-width:480px) {
    #main01::before {
        background: url(../images/top/main01-sp.jpg) no-repeat bottom center;
        background-size: cover;
    }

    #main02::before {
        background: url(../images/top/main02-sp.jpg) top center no-repeat;
        background-size: cover;
    }

    #main03::before {
        background: url(../images/top/main03-sp.jpg) top center no-repeat;
        background-size: cover;
    }

    #main04::before {
        background: url(../images/top/main04-sp.jpg) top center no-repeat;
        background-size: cover;
    }

    #main05::before {
        background: url(../images/top/main05-sp.jpg) top center no-repeat;
        background-size: cover;
    }

    #main06::before {
        background: url(../images/top/main06-sp.jpg) top center no-repeat;
        background-size: cover;
    }
}


/* スライド本体 */
#main-img-out > .main-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease;
}

#main-img-out > .main-slide.active {
    opacity: 1;
    z-index: 2;
}

/* 背景レイヤー */
#main-img-out > .main-slide::before {
    content: "";
    position: absolute;

    /* ← ここが重要（少し大きく敷く） */
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    transform: scale(1.05);        /* 初期少し大きい */
    transform-origin: center;
    transition: transform 4s linear;
}

/* 表示中にゆっくり縮小 */
#main-img-out > .main-slide.active::before {
    transform: scale(1.0);
}

/* メインイメージアニメーション */
.text-anime span {
  display: inline-block;
  opacity: 0;
    animation-delay: 2s;
  animation: fadeIn 0.6s forwards;
}

/***　コンセプト ***/
#concept-out {
    position: relative;
    background: url(../images/top/concept-back.jpg) no-repeat top right;
    background-size: cover;
    padding-top: 245px;
    padding-bottom: 480px;
    color: white;
}

#concept-inner {
    max-width: 1200px;
    margin: auto;
}

#concpt-contents {
    display: flex;
    width: 100%;
}

#concept-text-out {
    padding-right: 30px;
    padding-left: 4.5vw;
    width: 100%;
    font-size: 1.05em;
    line-height: 2em;
}


#concept-text-out.active {
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;  
}

#concept-text-out #mark {
    margin-top: 40px;
}

#concept-text-out #mark img {
    max-width: 38px;
}

#concept-photo {
    position: relative;
    width: 500px;
    text-align: right;
}

#concept-photo01 {
    position: absolute;
    top: 17%;
    right: 10.5vw;
    z-index: 1;
    max-width: 427px;
}

#concept-photo01-sp {
    display: none;
    padding-top: 80px;
}

#concept-photo01-sp {
    max-width: 40vw;
    margin-left: 20vw;
}

#concept-photo01-sp.active {
    animation-name: fadeUp01;
    animation-duration: 1.25s;
    animation-direction: normal;
    animation-delay: 0.75s;
    animation-fill-mode: forwards;    
}

#concept-photo02 {
    position: absolute;
    top: 71%;
    right: 4.5vw;
    max-width: 230px;
    z-index: 2;
}

#concept-photo02-sp {
    display: none;
}

#concept-photo02-sp.active {
    animation-name: fadeUp01;
    animation-duration: 1.5s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;    
}

#concept-photo03 {
    position: absolute;
    top: 116.8%;
    left: -11.7vw;
    z-index: 3;
    max-width: 440px;
}

#concept-photo01.active {
    animation-name: fadeUp01;
    animation-duration: 1.25s;
    animation-direction: normal;
    animation-delay: 0.75s;
    animation-fill-mode: forwards;    
}

#concept-photo02.active {
    animation-name: fadeUp01;
    animation-duration: 1.5s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;    
}

#concept-photo03.active {
    animation-name: fadeUp01;
    animation-duration: 1.75s;
    animation-direction: normal;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;    
}

#concept-last-text {
    font-size: 125%;
    margin-top: 2em;
    line-height: 2em;
}

#concept-last-text #last-text {
    margin-right: 8px;
}

#concept-last-text img {
    display: inline;
    max-width: 76px;
    margin-bottom: 7px;
}

@media screen and (min-width:1921px) {
    #concept-out {
        background: url(../images/top/concept-back.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media screen and (max-width:1700px) {
    #concept-out {
        background: url(../images/top/concept-back.jpg) no-repeat top right;
        background-size: cover;
    }
}

@media screen and (max-width:1400px) {
    #concept-out {
        background: url(../images/top/concept-back.jpg) no-repeat top center;
        background-size: cover;    
    }
}

@media screen and (max-width:1240px) {  
    #concept-inner {
        max-width: 1200px;
        margin: auto 20px;
    }
    
    #concept-text-out {
        padding-left: 60px;
    }  
}

@media screen and (max-width:1100px) {  
    #concept-text-out {
        padding-left: 15px;
    }  
}

@media screen and (max-width:1000px) {  
    #concept-out {
        background: url(../images/top/concept-back-sp.jpg) no-repeat top center;
        background-size: cover;
        padding-top: 20px;
    }    
    
    #concpt-contents {
        display: block;
    }
    
    #concept-text-out {
        position: relative;
        z-index: 105;
        margin-top: 60px;
        padding-left: 15vw;
    }
    
    #concept-text-out #mark img {
        max-width: 41px;
    }
    
    #concept-photo {
        width: 100%;
    }
    
    #concept-photo01-sp {
        display: block;
    }
    
    #concept-photo02-sp {
        position: absolute;
        top: -130px;
        right: -20px;
        display: inline;
        max-width: 36vw;
    }
    
    #concept-photo03 {
        top: 10vw;
        right: 8vw;
        left: auto;
    }
    
    #concept-photo01,#concept-photo02 {
        display: none;
    }
    
    #concept-text-out #mark {
        margin-top: 35px;
    }
}

@media screen and (max-width:767px) { 
     #concept-photo03 {
        max-width: 60vw;
    } 
    
    #concept-photo01-sp {
        max-width: 55vw;
        margin-left: 10vw;
    }
    
    #concept-text-out {
        margin-top: 20px;
    }
    
    #concept-last-text img {
        max-width: 56px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width:650px) { 
    #concept-out {
        background: url(../images/top/concept-back-sp.jpg) no-repeat top left;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 300px;
    }        
    
    #concept-text-out {
        padding-top: 0px;
        padding-left: 5vw;
        padding-left: 0px;
    }
    
    #concept-photo01-sp {
        padding-top: 40px;
    }
}

@media screen and (max-width:480px) { 
    #concept-out {
        background: url(../images/top/concept-back-sp02.jpg) no-repeat top left;
        background-size: 100% auto;
        padding-bottom:66vw;
    }
    
    #concept-photo02-sp {
        top: -75px;
        max-width: 43vw;
    }
    
    #concept-photo03 {
        top: 21vw;
        max-width: 65vw;
    }
}

@media screen and (max-width:410px) { 
    #concept-out {
        background: url(../images/top/concept-back-sp02.jpg) no-repeat top center;
        background-size: cover;
    }
}
    


/*** アバウト ***/
#about-out {
    background: #e7e4d3;
}

#about-out h3.active {
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;     
}

#about01,#about02 {
    display: flex;
}

#about02 .about-text {
    font-feature-settings: "palt";
}

.about-photo {
    display: block;
    width: 50%;
}

#about01 .about-photo {
    position: relative;
    background: url(../images/top/about01.jpg) no-repeat center right;
    background-size: cover;
}

#about02 .about-photo {
    position: relative;
    background: url(../images/top/about02.jpg) no-repeat center left;
    background-size: cover;
}

.about01-product {
    position: absolute;
    max-width: 460px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}

#about01-product-sp {
    display: none;
}

.about01-product.active {
    animation-name: fadeUp01;
    animation-duration: 1.2s;
    animation-direction: normal;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;     
}

.about-text-out {
    position: relative;
    height: 810px;
    width: 50%;
    color: #859a79;
    padding: 60px;
}

#about02 .about-photo.active {
    animation-name: fadeIn02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;        
}

.about-text-out h3 {
    font-size: 1.5em;
    line-height: 1.8em;
}

.about-text-out h3 img {
    max-width: 92px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.about-text-out h3 .towa-text {
    font-size: 1rem;
}

.about-text-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
    margin: auto;
}

#about01 .about-text-inner {
    left: 10vw;
    width: 480px;
}

#about02 .about-text-inner {
    right: 10vw;
    width: 460px;
}

.about-text {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 2.2em;
}

.about-text .about-line-break {
    display: block;
    margin-top: 30px;
}

.about-text .cation-text01 {
    margin-top: 50px;
    line-height: 1.5em;
}

.about-text sup {
    font-size: 70%;
}

.about-text.active
{
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;      
}

#about-cation-text02 {
    margin-top: 0px;
}

@media screen and (max-width:767px) { 
    .about-text-out h3 {
        font-size: 1.05rem;
    }
    
    .about-text {
        margin-top: 30px;
        font-size: 0.9rem;
    }
    
    .about-text-out h3 img {
        max-width: 71px;
        margin-bottom: 2px;
        margin-right: 7px;
    }
}

@media screen and (max-width:600px) {
    .about-text-out {
        padding: 60px 20px;
    }
}

/*** 商品エリア ***/
#product-area {
    background: #859a79;
    font-size: 1.4rem;
    line-height: 1.6em;
}

#product-out {
    position: sticky;
    top: 0;
    display: flex;
    height: 100dvh;
    min-height: 850px;
    padding-top: 100px;
    overflow: hidden;
}

#product-out #scroll01 {
    flex: 0 0 100vw;
    height: 100dvh;
    padding-right: 30px;
}

#product-out #scroll02 {
    padding-right: 30px;
}

#product-out #scroll02 {
    flex: 0 0 73vw;
    height: 100dvh;
}

#product-out #scroll03 {
    flex: 0 0 82vw;
}

#product-out #scroll03 {
    padding-right: 30px;
}

#scroll03-pc-cation {
    position: absolute;
    font-size: 1rem;
    right: 12vw;
    bottom: 40px;
}

#scroll01-text01 {
    margin-top: 100px;
    font-size: 1.55rem;
    line-height: 1.9em;
    letter-spacing: 0.3em;
}

.is-active #scroll01-text01.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;   
}

#scroll-status {
    position: fixed;
    right: 6vw;
    bottom: 30px;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: rgba(255,255,255,0.3);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#scroll-status.is-active {
    opacity: 1;
}

#scroll-status .bar {
    display: block;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 0.1s linear;
}

/* アニメーション用 */
.scroll {
    opacity: 0;
}

@media screen and (max-width:1600px) { 
    #about01 .about-text-inner {
        left: 5vw;
    }

    #about02 .about-text-inner {
        right: 5vw;
    }
    
    #scroll03-pc-cation {
        right: 5vw;
    }
}

@media screen and (max-width:1650px) { 
    #product-out #scroll01 {
        flex: 0 0 120vw;
    }
 
    #product-out {
        padding-top: 50px;
    }
}


@media screen and (max-width:1400px) { 
    #about01 .about-text-inner {
        left: 3vw;
    }

    #about02 .about-text-inner {
        right: 3vw;
    } 
    
    #product-out #scroll01 {
        flex: 0 0 140vw;
    }

    #product-out #scroll02 {
        flex: 0 0 90vw;
    }
    
    #product-out #scroll03 {
        flex: 0 0 90vw;
    }
}

@media screen and (max-width:1300px) { 
    #product-out {
        padding-top: 0px;
    }
    
    #about01 .about-text-inner {
        left: 0px;
        right: 0px;
    }

    #about02 .about-text-inner {
        left: 0px;
        right: 0px;
    }
    
    .about-text-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #scroll03-pc-cation {
        bottom: 11vw;
    }
}

@media screen and (max-width:1199px) { 
    #about01 {
        display: block;
    }    
    
    #about02 {
        flex-flow: column;
    }
    
    .about-photo {
        width: 100%;
        height: 100vw;
    } 
    
    .about-text-out {
        width: 100%;
        height: auto;
    }
    
    .about-text-inner {
        position: static;
        transform: none;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #about02 .about-text-out {
        order: 2;
    }
    
    #about02 .about-photo {
        order: 1;
    }
}

@media screen and (max-width:767px) { 
    #about01 .about-photo {
        background: url(../images/top/about01-sp.jpg) no-repeat right top;
        background-size: cover;
    } 
    
    #about02 .about-photo {
        background: url(../images/top/about02-sp.jpg) no-repeat left top;
        background-size: cover;
    }
    
    #about01-product-sp {
        display: inline;
    }
    
    #about01-product-pc {
        display: none;
    }
    
    .about01-product {
        max-width: 52vw;
    }
    
    .about-text {
        line-height: 1.7em;
    }
    
    .cation-text01 {
        font-size: 0.7rem;
    }
    
    #about01 .cation-text01,#about02 .cation-text01 {
        margin-top: 20px;
    }
    
    #about02 #about-cation-text02 {
        margin-top: 0px;
    }
    
    #about02 .about-text-out {
        padding-bottom: 90px;
    }
}

/* プロダクトスマホ用 */
#product-sp-out {
            background: #859a79;
            padding-bottom: 60px;
}

#product-sp-out #product-title {
    position: static;
}

#product-sp-out #product-title.active {
    opacity: 0;
    animation-name: fadeIn02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;     
}

#product-sp-out #product-title span {
    margin: 0px auto;
}

.product-sp-text {
  font-size: 1.1rem;
    line-height: 1.6em;
    letter-spacing: 0.12em;
}

.product-sp-sub-text {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 0.8rem;
    line-height: 1.5em;
    margin-top: 15px;
    letter-spacing: 0em;
}

@media screen and (max-width:350px) { 
    .product-sp04-text br {
        display: none;
    }
}

.product-sp-list-out {
    display: flex;
}

.product-sp-list {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 0.85rem;
    line-height: 1.4em;
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.product-sp-list li {
    text-indent: -1em;
    padding-left: 1em;  
}

.product-sp-text sup {
    font-size: 0.5rem;
}

#product-sp00 {
    display: flex;
    margin-top: 0px;
}

#product-sp00.active,
#product-sp01.active,
#product-sp02.active,
#product-sp03.active,
#product-sp04.active,
#product-sp05.active
{
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

#product-sp00-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    padding-left: 15px;
    padding-right: 30px;
}

#product-sp00-text.active,
#product-sp01-text.active,
#product-sp02-text.active,
#product-sp03-text.active,
#product-sp04-text.active,
#product-sp05-text.active,
#product-sp06-text.active
{
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;     
}

.product-sp-text .line-break {
    display: block;
}
.product-sp-text .prouduct-num {
    margin-bottom: 10px;
    max-width: 38px;
}

.product-sp-text .prouduct-num img {
    max-width: none !important;
}

#product-sp-photo00 {
    padding-left: 30px;
    margin-top: 27vw;
}

#product-sp-out .product-cation {
    display: block;
    margin-top: 10px;
    font-size: 0.7rem;
}

#product-sp01 {
    position: relative;
    margin-top: 30px;
}

#product-sp01-text {
    left: 5vw;
    z-index: 3;
    padding-left: 30px;
    white-space: nowrap;
}

#product-sp-photo01 {
    text-align: right;
    margin-top: 20px;
}

#product-sp-photo01 img {
    width: 70vw;
}

#product-sp02 {
    display: flex;
    padding-right: 5px;
    margin-top: 60px;
}

#product-sp-photo02 {
    margin-top: 50px;
}

#product-sp-photo02 img {
    position: relative;
    z-index: 3;
    top: -36vw;
    width: 39vw;
}

#product-sp02-text {
    margin-left: 15px;
    width: 61vw;
    padding-right: 10px;
}

#product-sp03 {
    margin-top: 60px;
    margin-left: 5vw;
}


#product-sp-photo03 {
    margin-top: 30px;
    text-align: right;
    margin-right: 30px;
}

#product-sp-photo03 img {
    max-width: 54.5vw;
}

#product-sp04 {
    margin-top: 20px;
}

#product-sp-photo04 {
    margin-top: 30px;
}

#product-sp-photo04 img {
    max-width: 77.5vw;
}

#product-sp04-text {
    width: 70vw;
    margin-left: 15vw;
    padding-right: 5px;
}

.product-sp-sub-text-small {
    display: block;
    margin-top: 20px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

#product-sp05 {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
}

#product-sp-photo05 {
    text-align: right;
    margin-right: 30px;
    margin-top: 40px;
}

#product-sp-photo05 img {
    max-width: 65vw;
}

#product-sp06 {
    margin-top: 30px;
    padding-left: 12vw;
    padding-right: 12vw;
}
        

/*** how to ***/
#howto-out {
    color: #859a79;
    background: #859a79;
    padding-top: 340px;
}

#howto-inner {
    max-width: 970px;
    margin: 0px auto;
    background: #e7e4d3;
    padding: 28px 55px 30px 30px;
    border-radius: 16px;
    cursor: pointer;
}

#howto-inner.active {
    opacity: 0;
    animation-name: fadeIn02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;     
}

#howto-contents-out {
    max-width: 590px;
    margin: 0px auto;
    margin-top: 90px;
    padding-bottom: 50px;
}

#howto-contents {
    letter-spacing: 0.25em;
    line-height: 2.2em;
}

#how-to-use-btn {
    position: relative;
    text-align: center;
    color: #859a79;
    font-size: 1.8em;
}

#how-to-use-btn #how-to-title {
    display: inline-block;
    background: url(../images/top/how-to-use-title.png) no-repeat center center;
    background-size: cover;
    width: 199px;
    height: 35px;
    text-indent: -9999px;  
}

#how-to-img-out {
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
}

#how-to-img-out img {
    display: inline;
}

#how-to-use-img01 {
    max-width: 196px;
    margin-right: 40px;
}

#how-to-use-img02 {
    max-width: 140px;
    margin-left: 40px;
}

.open-close-btn {
    position: absolute;
    top: 7px;
    right: 0px;
    margin: auto;
    padding: 10px 0px 10px 10px;
}
 
.open-close-btn .line01 {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #818c75;
}

.open-close-btn .line02 {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #818c75;
    transform: translate(0px, -80%) rotate(90deg);
    transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

.open-close-btn.active .line02 {
    transform: translate(0px, -80%) rotate(0deg);
    opacity: 0;
}

@media screen and (max-width:1010px) { 
    #howto-inner {
        margin: 0px 20px;
    }
}

@media screen and (max-width:767px) {
    #howto-out {
        padding-top: 70px;
    }
    
    #howto-contents-out {
        max-width: none;
    }
    
    #howto-inner {
        padding: 18px 20px 20px 20px;
    }
    
    #how-to-use-btn {
        vertical-align: middle;
    }
    
    #how-to-use-btn #how-to-title {
        width: 23vw;
        height: 3.8vw;
        background: url(../images/top/how-to-use-title.png) no-repeat bottom center;
        background-size: cover;
    }    
    
    #howto-contents-out {
        margin-top: 70px;
    }
    
    #howto-contents {
        font-size: 0.8rem;
        line-height: 1.8em;
    }
    
    #howto-out .open-close-btn {
        padding: 6px 0px 10px 10px;
        top: 6px;
    }
    
    .open-close-btn .line01 {
        width: 24px;
    }
    
    .open-close-btn .line02 {
        width: 24px;
    }
    
    #product-sp00 {
        margin-top: 30px;
    }
}

@media screen and (max-width:480px) { 
    #product-sp00 {
        margin-top: 0px;
    }    
    
    #how-to-use-btn #how-to-title {
        position: relative;
        top: 1vw;
    }    
    
    .open-close-btn .line01 {
        width: 15px;
        height: 1px;
    }
    
    .open-close-btn .line02 {
        width: 15px;
        height: 1px;
    }
    
    #howto-contents-out {
        margin-top: 40px;
    }
    
    #howto-contents-out {
        padding-bottom: 10px;
    }
    
    #how-to-use-img01 {
        max-width: 34vw;
        margin-right: 15px;
    }
    
    #how-to-use-img02 {
        max-width: 24vw;
        margin-left: 15px;
    }
}

@media screen and (max-width:360px) { 
    #how-to-use-btn #how-to-title {
        position: relative;
        top: 1.5vw;
    }    
}

/*** product-overview-out ***/
#product-overview-out {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    background: #e7e4d3;
    color: #859a79;
    background: #859a79;
    padding-top: 30px;
    padding-top: 295px;
}

#product {
    padding-top: 50px;
}

#product-overview-inner {
    color: #e7e3d2;
}

#product-overview-title {
    text-align: center;
}

#product-overview-inner.active {
    opacity: 0;
    animation-name: fadeIn02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

#product-overview-title span {
    display: inline-block;
    background: url(../images/top/product-info.png) no-repeat bottom center;
    background-size: cover;
    width: 372px;
    height: 44px;
    text-indent: -9999px;
}

#product-overview-contents-out {
    max-width: 970px;
    margin: 0px auto;
}


#product-overview-contents-out.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;    
}

#product-overview-list {
    margin-top: 130px;
}

#product-overview-list li {
    margin-bottom: 5px;
}

#component-con-out {
    margin-top: 80px;
}

#component-con-out.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;     
}

.component-cation-title {
    position: relative;
    border-bottom: 1px solid #e7e3d2;
    padding-bottom: 18px;
    font-size: 1.6rem;
    letter-spacing: 0.25em;
}

.component-cation-title:hover {
    cursor: pointer;
}

.open-close-btn {
    position: absolute;
    top: 7px;
    right: 0px;
    margin: auto;
    padding: 10px 0px 10px 10px;
}

.open-close-btn:hover {
    cursor: pointer;
}
 
#component-con-out .open-close-btn .line01 {
    display: block;
    width: 29px;
    height: 1px;
    background-color: #e7e3d2;
}

#component-con-out .open-close-btn .line02 {
    display: block;
    width: 29px;
    height: 1px;
    background-color: #e7e3d2;
    transform: translate(0px, -80%) rotate(90deg);
    transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

#component-con-out .open-close-btn.active .line02 {
    transform: translate(0px, -80%) rotate(0deg);
    opacity: 0;
}
 
.component-con {
    margin-top: 15px;
}

.component-text {
    font-size: 0.95rem;
    line-height: 1.7em;
    padding-bottom: 55px;
}

@media screen and (max-width:767px) { 
    .component-cation-title {
        padding-bottom: 10px;
    }    
    
    #component-con-out .open-close-btn {
        top: 2px;
    }    

    #component-con-out .open-close-btn .line01 {
        width: 12px;
    }
    
    #component-con-out .component-con {
        margin-top: 10px;
    }

    #component-con-out .open-close-btn .line02 {
        width: 12px;
    }
    
    #component-con-out .component-text {
        margin-top: 10px;
        padding-bottom: 20px;
    }
}



/* 行頭揃える */
#component-con03 .component-text .note-num {
    position: relative;
    left: -7px;
}

@media screen and (max-width:1660px) { 
    #product-overview-inner {
        margin: 0px 9vw;
    }
}

@media screen and (max-width:1199px) { 
    #product-overview-list {
        margin-top: 100px;
    }
    
    #product-overview-out {
        padding-top: 200px;
    }
    
    #product {
        padding-top: 50px;
    }
}

@media screen and (max-width:767px) { 
    #product-overview-inner {
        padding: 20px 0px 30px 0px;
    }
    
    #product-overview-title span {
        background-size: cover;
        width: 44vw;
        height: 5vw;
    }
    
    #product-overview-list {
        margin-top: 60px;
        font-size: 0.95rem;
    }
    
    #product-overview-out {
        padding-top: 80px;
    }
    
    #component-con-out {
        margin-top: 40px;
    }
    
    .component-con h4 {
        font-size: 0.95rem;
    }
    
    .component-con {
        margin-top: 30px;
    }
    
    .component-text {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:480px) { 
    #product-overview-list {
        margin-top: 40px;
    }
}

/*** 成分　***/
#component-out {
     position: relative;
     background: #859a79;
     padding-top: 80px;
     padding-bottom: 80px;
}
 
#component-inner {
    max-width: 980px;
    margin: 0px auto;
}
 
.component-con h3 .en-text {
    margin-left: 15px;
}
 
.component-text {
    margin-top: 25px;
}

#drp02 {
    position: absolute;
    right: 10%;
    bottom: -150px;
    max-width: 120px;
    z-index: 3;
}

/*** product ***/
.scroll-inner {
    display: flex;
}
.scroll-left,.scroll-right {
    width: 50%;
}

.prouduct-num img {
    float: none;
    max-width: 35px !important;
}

.scroll-text {
    margin-left: 40px;
}

/* スクロール01 */
#scroll01 {
    position: relative;
    background: #859a79;
}

#scroll01 .scroll-inner {
    padding-left: 10vw;
}

#product-title {
    position: absolute;
    top: 42px;
    left: 0px;
}

.is-active #product-title.active {
    opacity: 0;
    animation-name: fadeIn02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; 
}

#product-title span {
    display: block;
    background: url(../images/top/product-title.png) no-repeat;
    background-size: contain;
    width: 472px;
    height: 125px;
    text-indent: -9999px;    
}

#scroll02 {
    background: #859a79;
}

#scroll02 img,#scroll03 img {
    max-width: 300px;
}

#scroll03 {
    position: relative;
    background: #859a79;
}

#scroll03 {
    padding-top: 100px;
}

#scroll03-photo.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

#scroll03 #scroll03-photo img {
    max-width: 429px;
}

#scroll03-01 {
    display: flex;
    padding-left: 6.5vw;
}

#scroll03-01 .product-des {
    max-width: 450px;
}

#scroll03-01 .scroll-text-out {
    margin-left: 4vw;
}

.product-line-break {
    display: block;
    margin-top: 1em;
}

#scroll03-01 .scroll-text-out.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

#scroll03-02 {
    display: flex;
    margin-top: 40px;
}

#scroll03-02 .scroll-text-out.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

#scroll03-02 #scroll03-photo {
    margin-left: 13.5vw;
}

#scroll03-02 #scroll03-photo.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;    
}

#scroll03-02 #scroll03-photo img {
    max-width: 341px;
}

 #scroll01 .scroll-left {
     width: 32%;
}

#scroll01 .scroll-right {
     position: relative;
     width: 68%;
     padding-top: 100px;
}

.scroll-float .product-photo {
    float: left;
}

.scroll-float .scroll-text-out {
    float: left;
    padding-left: 60px;
}
.product-text {
    margin-top: 10px;
    letter-spacing: 0.2em;
}
.product-text sup {
    font-size: 0.9rem;
}

#scroll01-con01 {
    padding-top: 40%;
}

.product-cation {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;    
    font-size: 0.9rem;
    margin-top: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

/*
#scroll01-con02,#scroll01-con03 {
    display: flex;
}
*/

#scroll01-con03 {
    position: absolute;
    top: 88%;
    right: 50px;
    z-index: 3;
}

#scroll01-con02 img {
    max-width: 450px;
}

.is-active #scroll01-con02.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;  
}

.is-active #scroll01-con03.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;    
}

/*
.is-active #scroll01-con02 img {
opacity: 1;
transform: translateY(0);
}
*/

#scroll01-con03 img {
    max-width: 320px;
}

/* scroll02 */
#scroll02 {
    padding-top: 100px;
    padding-left: 3vw;
}

#scroll02-01,#scroll02-02 {
    display: flex;
}

#scroll02-01 .scroll-text-out {
    padding-left: 9.5vw;
}

#scroll02-01 .product-photo {
    max-width: 407px;
}

#scroll02-01photo.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

#scroll02-02text.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

#scroll02-01 .scroll-text-out.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1s;
    animation-fill-mode: forwards; 
}

.product-des {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    line-height: 1.6em;
    margin-top: 15px;
}

.product-des sup {
    position: relative;
    top: 1px;
    font-size: 0.5rem;
}

#scroll02-02 {
    padding-top: 40px;
    padding-left: 10vw;
}

#scroll02-02 .product-photo {
    max-width: 480px;
} 

.scroll-list-out {
    display: flex;
}

.scroll-list {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    margin-top: 15px;
    margin-right: 20px;
}

.scroll-list li {
    line-height: 1.3em;
    margin-bottom: 5px;
    white-space: nowrap;
}

#scroll02-02photo {
    position: relative;
    top: -100px;
    padding-left: 5vw;
}

#scroll02-02photo.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;    
}

/* スマホ用プロダクト */
#product-sp-out {
    display: none;
}

#product06-sp-kaisetsu {
    font-size: 0.9rem;
    margin-top: 60px;
}

@media screen and (max-width:1300px) { 
    #product-out #scroll02 {
        flex: 0 0 100vw;
    }
}

@media screen and (max-width:1199px) { 
    #product-out #scroll03 {
        flex: 0 0 100vw;
    }
}

@media screen and (max-width:1100px) { 
    #product-title span {
        width: 360px;
        height: 96px;
    }      
    
    #product-out #scroll01 {
        flex: 0 0 150vw;
    }
    
    #product-out #scroll02 {
        flex: 0 0 110vw;
    }
    
    #scroll01 .scroll-inner {
        padding-left: 30px;
    }
    
    #scroll01 .scroll-left {
        width: 30%;
    }
    
    #scroll01 .scroll-right {
        width: 70%;
    }
}

@media screen and (max-width:1000px) {   
    #product-out #scroll01 {
        flex: 0 0 195vw;
    }
    
    #product-out #scroll02 {
        flex: 0 0 125vw;
    }
    
    #product-out #scroll03 {
        flex: 0 0 110vw;
    }    
}


@media screen and (max-width:900px) {     
    #product-out #scroll01 {
        flex: 0 0 185vw;
    }    
    
    #product-out #scroll02 {
        flex: 0 0 135vw;
    }
    
    #product-out #scroll03 {
        flex: 0 0 125vw;
    }    
}

@media screen and (max-width:850px) { 
    #product-out #scroll01 {
        flex: 0 0 190vw;
    }       
}

@media screen and (max-width:767px) {
    #product-area {
        display: none;
    }
    
    #product-sp-out {
        display: block;
    }
}

@media screen and (max-width:480px) {
    #product-title span {
        width: 100vw;
        height: 156px;
    }
}

/* ※テスト仮入れ 
.is-active #scroll02 img {
    opacity: 1;
    transform: translateY(0);
}*/
    
/*　横スクロール アニメーション用 */  
/* 非active状態 
.yoko-scroll:not(.is-active) .scroll-inner,
.yoko-scroll:not(.is-active) img {
    opacity: 0;
    transform: translateY(30px);
}
        
*/
/* active状態 
.yoko-scroll.is-active .scroll-inner,
.yoko-scroll.is-active img {
    opacity: 1;
    transition: opacity 0.8s ease, transform 0.8s ease;
}*/

/*        
.yoko-scroll.is-active img {
    animation-name: fadeIn02;

    animation-duration:0.1s;

    animation-delay: 0.5s;
    animation-fill-mode:forwards;
    opacity:0;    
}
*/

/*** Q&A ***/
#qa-out {
    background: #859a79;
    padding-top: 230px;
}

#qa {
    padding-top: 40px;
}

#qa-title {
    text-align: center;
    margin-bottom: 70px;
}

#qa-title.active {
    opacity: 0;
    animation-name: fadeUp01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;       
}

#qa-title span {
     display: inline-block;
     background: url(../images/top/qa-title.png) no-repeat bottom center;
     background-size: cover;
     width: 130px;
     height: 44px;
     text-indent: -9999px;         
}

#qa-inner {
    max-width: 970px;
    margin: 0px auto;
}

#qa-section01 {
    border-top: 1px solid #e8e4d3;    
}

#qa-section02 .q-title {
    text-indent: -2.1em;
    padding-left: 2.1em;
}

.qa-section {
    border-bottom: 1px solid #e8e4d3;
    padding-top: 30px;
    padding-bottom: 37px;
}

.qa-section.active {
    opacity: 0;
    animation-name: fadeIn02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; 
}

.q-icon {
    max-width: 38px;
    margin-right: 30px;
}

.q-title {
    font-size: 1.3em;
    letter-spacing: 0.2em;
}

.a-text {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    padding-left: 67px;
    margin-top: 20px;
    letter-spacing: 0.15em;
}

.a-text sup {
    font-size: 50%;
}

.a-text{
  line-break: strict;
  word-break: normal;
}

.a-text .letter-spacing03{
  display:inline-block;
    white-space:nowrap;
}

.a-cation {
    display: block;
    font-size: 0.95rem;
}

@media screen and (max-width:1199px) {
    #qa-out {
        padding-top: 150px;
    }
    
    #qa {
        padding-top: 50px;
    }
}

@media screen and (max-width:1010px) { 
    #qa-inner {
        margin: 0px 20px;
    }    
}

@media screen and (max-width:767px) { 
    #qa-out {
        padding-top: 100px;
    }
    
    #qa {
        padding-top: 30px;
    }
    
    .q-icon {
        max-width: 19px;
        margin-right: 10px;
    }
    
    #qa-title {
        margin-bottom: 55px;
    }
    
    #qa-title span {
         width: 102px;
         height: 35px;       
    }
    
    .q-title {
        font-size: 1rem;
        text-indent: -1.8em;
        padding-left: 1.8em;
    }
    
    .a-text {
        padding-left: 0px;
        margin-top: 10px;
    }
    
    .a-text {
        font-size: 0.9rem;
    }
    
    .a-cation {
        font-size: 0.8rem;
        margin-top: 30px;
    }
}

@media (min-width: 385px) and (max-width: 395px) {
    .a-text {
        letter-spacing: 0.1em;
    }
}

/*** ショップバナー ***/
#shop-ban-out {
    position: relative;
   background: #859a79;
    padding-top: 180px;
    padding-bottom: 240px;
}

#shop-ban-inner {
   max-width: 970px;
   margin: 0px auto;
}

#shop-ban {
    display: flex;
    gap: 0px 50px;
    justify-content: center;
}

#shop-ban img {
    max-width: 263px;
}

#shop-ban-text {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

@media screen and (max-width:1199px) {
    #shop-ban-out {
        padding-top: 120px;
    }
}

@media screen and (max-width:1010px) {
    #shop-ban-inner {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width:767px) {
    #shop-ban-out {
        padding-top: 80px;
        padding-bottom: 160px;
    }
    
    #shop-ban {
        gap: 0px 20px;
    }
    
    #shop-ban-text {
        font-size: 1.1rem;
    }
    
    #shop-ban-text {
        margin-bottom: 30px;
    }
    
    #shop-ban img {
        max-width: 34vw;
    }
    
    #footer-link {
        margin-top: 50px;
    }
    
    #sns-out {
        margin-top: 80px;
    }
}

@media screen and (max-width:480px) {
    #footer-out .inner-width1400 {
        margin-left: 20px;
        margin-right: 20px;
    } 
}

