@charset "UTF-8";

#teatime_onkancream{
    background-color: #525252;
    color: #FFF;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

*{
    margin: 0;
    padding: 0;
    text-align: center;
}

img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border:none;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

ul,ol{
    list-style: none;
}
p{
    line-height: 1.6;
    font-size: clamp(14px, 12.544px + 0.388vw, 20px);
}
a{
    text-decoration: none;
    color: inherit;
}
#main{
    background-color: #383838;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 100px;
}

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }

    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

.fadeUpTrigger{
        opacity: 0;
    }

    .blur{
        animation-name:blurAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
    }

    @keyframes blurAnime{
      from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
      }

      to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
      }
    }

    .blurTrigger{
        opacity: 0;
    }


/* ================== キービジュアル ここから ============================== */
#key{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/teatime/key_bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header{
    width: 100%;
    position: absolute;
    bottom: 5%;
}
.logo_box{
    width: 15%;
    margin-left: auto;
    margin-right: auto;
}
h2.key_midashi{
    font-size: clamp(15px, 5.049px + 2.654vw, 56px);
    font-size: clamp(16px, 5.091px + 2.909vw, 40px);
    margin-top: 0.5em;
    font-weight: normal;
    line-height: 1.2;
}
h2.key_midashi span{
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    h2.key_midashi {
        display: inline-block;
        position: absolute;
        bottom: 5%;
        text-align: center;
    }
   }


/* ================== メニュー ここから ============================== */

.menu {
 height: 12px;
 right: 24px;
 top: 30px;
 width: 30px;
 z-index: 99;
 position: fixed;
}

.menu__line {
 background: #FFF;
 display: block;
 height: 2px;
 position: absolute;
 -webkit-transition: -webkit-transform .3s;
 transition: -webkit-transform .3s;
 transition: transform .3s;
 transition: transform .3s, -webkit-transform .3s;
 width: 100%;
 box-shadow: #000000 0 0 5px;
}

.menu__line--bottom {
 bottom: 0;
}

.menu__line--bottom.active {
 bottom: 6px;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 background: #FFF;
}

.menu__line--top.active {
 top: 4px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 background: #FFF;
}

.menu__title {
 font-size: 10px;
 font-weight: 600;
 position: absolute;
 bottom: -28px;
 color: #FFF;
 text-shadow: #000000 0px 0px 5px;
 letter-spacing: -.1em;
 font-family: "MS Pゴシック", sans-serif;
 line-height: 1 !important;
 font-size: 10px !important;
}
/*gnav*/

.gnav {
 background-position: center;
 display: none;
 height: 70%;
 position: fixed;
 width: 100%;
 z-index: 98;
 background-color: #707070;
 opacity: 93%;
 top: 0;
 padding: 0;
 margin: 0;
}

.gnav__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: auto;
 margin: auto;
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
 -webkit-transition: .2s;
 transition: .2s;
}

.gnav__menu {
 width: 100%;
 list-style: none;
}

.gnav__menu__item {
 margin: 1rem 0;
}

.gnav__menu__item a {
 color: #FFF;
 font-size: 1.8rem;
 font-weight: bold;
 padding: 0.5rem;
 text-decoration: none;
 -webkit-transition: .2s;
 transition: .2s;
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
 display: block;
 text-align: left;
 padding-left: 1em;
}

.gnav__menu__item a:hover {
 opacity: .8;
}

.gnav__menu__item .sns_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.sns_icon {
 display: inline-block;
 font-weight: normal;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin: 0.2rem;
}

.sns_icon.instagram:before {
 content: '\f16d';
 font-family: FontAwesome;
}

.sns_icon.twitter:before {
 content: '\f099';
 font-family: FontAwesome;
}

#pc_menu>* {
 display: none !important;
}


@media screen and (min-width: 768px) {

 .sp_only {
     display: none;
 }
 /* header_top */
 #sp_menu,
 #sp_menu a {
     display: none;
 }
 #pc_menu>* {
     display: block !important;
 }
 .gnav {
     background-image: none;
     display: block;
     height: auto;
     position: relative;
     background-color: inherit;
 }
 .gnav__wrap {
     width: 80%;
     padding: 0;
     top: auto;
     left: auto;
     -webkit-transform: inherit;
     transform: inherit;
     -webkit-transition: .5s;
     transition: .5s;
     position: relative;
     -webkit-transition: .2s;
     transition: .2s;
 }
 .gnav__menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin: auto;
     align-items: center;
     height: 58px;
     max-width: 1200px;
     list-style: none;
 }
 .gnav__menu__item {
     width: 20%;
 }
 .gnav__menu__item.menu_sns {
     width: 10%;
 }
 .gnav__menu__item a {
     font-size: calc(1.5rem + (1vw - 0.77rem) * 0.5587);
     /* 20-28px */
     line-height: 1.1;
     letter-spacing: .1rem;
     padding-top: .5em;
     padding-bottom: 0.5em;
     padding-left: 0;
     text-align: center;
 }
 .sns_icon {
     margin: 0;
 }
 .pc_none {
     display: none;
 }
}

@media screen and (min-width: 2000px) {
 .gnav__menu {
     height: 80px;
     max-width: 1500px;
 }
}


/* ================== section1 ここから ============================== */

#section1{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
#section1 .sec1-bg{
    width: 100%;
    aspect-ratio: 16/9;
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/teatime/section1-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section1 h2{
    margin-top: 1em;
    font-family: "Dela Gothic One", sans-serif;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: clamp(16px, 3.027px + 3.459vw, 48px);
    color: #FEF2B5;
    color: #e2d7ab;
    text-shadow:1px 1px 0 #623f3f,-1px 1px 0 #623f3f,1px -1px 0 #623f3f,-1px -1px 0 #623f3f;
}
#section1 .sec1-bg p.pc_only{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(18px, 2.571px + 2.571vw, 36px);
    margin-top: 0.5em;
}
#section1 p.sp_only{
    width: 100%;
    font-size: clamp(14px, 10.667px + 0.889vw, 16px);
    font-family: "M PLUS Rounded 1c", sans-serif;
    position: absolute;
    bottom: 16%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#section1 .small{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 10%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

#section1 .small{
margin-top: 0.5em;
font-size: 14px;
}


#section1 .small p{
    font-size: 0.8em;
    text-align: left;

}
#section1 p.sp_only{
    display: none;
}
@media(max-width:767px){
    #section1 .small{
        bottom: 0%;
    }
}

@media(max-width:600px){
    #section1 p.sp_only{
        bottom: 0;
        display: inline-block;
    }
    #section1 p.pc_only{
        display: none;
    }
    #section1 .small.pc_only{
        display: none;
    }
    #section1 .small{
        bottom: -20%;
        font-size: 12px;
    }
}

/* ================== section2 ここから ============================== */

#section2{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 10%;
}
#section2 .w-container{
    width: 80%;
    margin: 0 auto;
}
#section2 .w-container .flex-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
#section2 .w-container .flex-container div{
    flex: 1;
    max-width: 300px;
    margin: 0 10px;
}
#section2 .w-container .flex-container div img{
    filter: drop-shadow(5px 5px 15px #1b1616);
}
@media(max-width:600px){
#section2 {
    margin-top: 0;
    margin-top: 10%;
}
}

/* ================== section3 ここから ============================== */
#section3{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#section3 h2{
    width: 60%;
    margin: 15% auto 5%;
}
#section3 .container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

#section3 .container .item{
    display: flex;
    /* width: 100%; */
    margin: 5% auto;
}

#section3 .container .item .img_box{
    max-width: 300px;
    height: auto;
    position: relative;

}

#section3 .container .item .img_box img{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#section3 .container .item .text_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
#section3 .container .item .text_box div{
    width: 50%;
    max-width: 100px;
    margin-bottom: 8%;
}
#section3 .chuushaku{
    margin: 5% auto;
    display: inline-block;
    font-size: clamp(12px, 10.378px + 0.432vw, 16px);
    text-align: left;
}

/*     湯気     */
@keyframes steam01 {
  0% {
    bottom: 0;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.4
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.2
  }
  100% {
    bottom: 50%;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: 0;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.2
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 30%;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}

.steam01 {
  position: absolute;
  right: 0%;
  animation: steam01 12s infinite linear;
  opacity: 0;
  pointer-events:none;
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0;
  pointer-events:none;
}

.steam01 img {
  width: 80%;
  height: 100%;
  pointer-events:none;
}
.steam02 img {
  width: 45%;
  height: 70%;
  pointer-events:none;
}

/* 湯気ここまで */


  @media screen and (max-width: 767px) {
    #section3 .container{
        flex-wrap: wrap;
    }
    #section3 .container .item{
        display: flex;
        flex-direction: column;
    }
    #section3 .container .item .img_box{
        margin: 5% auto;
    }
    #section3 .container .item .img_box img{
        max-width: 200px;
    }
    #section3 .container .item .text_box .pc_only{
        display: none;
    }
    #section3 .container .item .text_box{
        flex-direction: column-reverse;
    }
    #section3 .container .item .text_box div{
        width: 30%;
        max-width: 100px;
        margin: 15% auto 0;
    }

  }
/* ================== section4 ここから ============================== */

#section4{
    margin-top: 60px;
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
/* #section4 h2{
    font-size: clamp(30px, 25.915px + 3.756vw, 50px);
    margin: 60px auto 50px;
    font-family:  "Fredericka the Great", serif;
    font-weight: normal;
    font-family: "Dela Gothic One", sans-serif;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    color: #f5f5f5;
    text-shadow:1px 1px 0 #623f3f,-1px 1px 0 #623f3f,1px -1px 0 #623f3f,-1px -1px 0 #623f3f;
} */
.section4-1{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.section4-1 h3 {
    margin: 1em 0 0.5em;
    font-size: 1.4em;
    font-weight: bold;
    display: inline-block;
    /* background: linear-gradient(transparent 65%, #8c14014a 90%); */
    /* border-bottom: 2px solid #fec7b5; */
    color: #e2d7ab;
    text-shadow:1px 1px 0 #623f3f,-1px 1px 0 #623f3f,1px -1px 0 #623f3f,-1px -1px 0 #623f3f;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
.section4-1 small.chuushaku{
    display: block;
    margin: 4em auto;
    font-size: 14px;
}
.section4-1 p{
    margin-bottom: 1em;
}

.section4-2{
    width: 80%;
    max-width: 800px;
    margin: 5% auto 5%;
    display: flex;
}
.section4-2 .text_box{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.section4-2 .img_box{
    flex: 1;
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    .section4-1 h3{
        font-size: 1.1em;
    }
    .section4-1 small.chuushaku{
        font-size: 12px;
    }
    .section4-2 {
        padding-top: 60px;
        flex-direction: column;
    }
    .section4-2 .img_box{
        max-width: 300px;
        width: 80%;
        margin: 5% auto;
    }
}
/* ================== section5 ここから ============================== */


#section5{
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 0 10%;
}
#section5 .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#section5 .container .item{
    display: flex;
    aspect-ratio: 16/9;
    justify-content: center;
}
#section5 .container .item.reverse{
    flex-direction: row-reverse;
}
#section5 .container .item .parent{
    position: relative;
    max-height: 450px;
}
#section5 .container .item .parent .img_box{
    height: 100%;

}
#section5 .container .item .parent .img_box img{
    position: relative;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(5px 5px 15px #1b1616);
}
#section5 .container .item .text_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
}

#section5 .container .item .text_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 1em;
    border-bottom: 4px dotted #FEF2B5;
    margin-bottom: 1em;
}
#section5 .container .item .text_box h3{
    margin-bottom: 1em;
}

#section5 .container .item .text_box p{
    margin-bottom: 1em;
}

#section5 .container .item .text_box .detail {
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/detail.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    margin-left: 1em;
}

#section5 .sp_only{
    display: none;
}
#section5 .pc_only{
    display: block;
}


@media screen and (max-width: 768px) {
    #section5 .container .item {
        flex-direction: column;
        margin: 5%;
    }
    #section5 .container .item.reverse {
        flex-direction: column;
    }
    #section5 .container .item{
        aspect-ratio: unset;
    }
    #section5 .container .item .parent .img_box{
        max-height: 300px;
        height: 35vh;
        object-fit: contain;
        margin: 5%;
    }
    #section5 .container .item .text_box{
        padding: 0;
    }
    #section5 .sp_only{
        display: block;
    }
    #section5 .pc_only{
        display: none;
    }

}


/* ==================   #6 キャンペーン   =================== */

#section6{
    width: 100%;
    text-align: center;
}

#section6 h2{
    font-size: clamp(40px, 25.915px + 3.756vw, 80px);
    margin-bottom: 5%;
    font-family:  "Fredericka the Great", serif;
    font-weight: normal;
}

#section6 .container{
    max-width: 1300px;
    width: 80%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    gap: 10%;
}

#section6 .container .campaign_img{
    flex: 1;
    width: 80%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
#section6 .container .campaign_img img{
    border-radius: 10%;
}
#section6 .container .campaign_text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section6 .container .campaign_text p,.campaign_text a{
    margin: 2% 0;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
}


#section6 .container .campaign_text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 1em;
    border-bottom: 4px dotted #FEF2B5;
}

#section6 .container .campaign_text a .detail {
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/detail.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    margin-left: 1em;
}



@media screen and (max-width: 768px){
    #section6{
        margin: 15% 0 0;
    }
    #section6 .container{
        flex-direction: column;
    }
    #section6 .container .campaign_text p,.campaign_text a{
        margin: 2% 0;
        font-size: clamp(16px, 12.183px + 1.018vw, 20px);
    }
}


/* ==================   #7 みんなの声   =================== */

#section7{
    width: 90%;
    max-width: 1300px;
    margin: 10% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#section7 h2{
    font-size: clamp(20px, 10.270px + 2.595vw, 44px);
    margin-bottom: 5%;
}

#section7 .scroll {
    display: flex;
    font-size: 14px;
    margin: 1em auto 40px;
}
#section7 .scroll::after {
    content: '';
    width: 60px;
    height: 15px;
    border-bottom: solid 0.8px;
    border-right: solid 0.8px;
    transform: skew(45deg);
    margin-left: 4px;
}
#section7 .scroll::before {
    content: '';
    width: 60px;
    height: 15px;
    border-bottom: solid 0.8px;
    margin-right: 8px;
}

#section7 div.insta_wrapper{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 10%;
    overflow-x: scroll;
}

#section7 .item_box{
    padding: 0 0 10px;
}

#section7 .item_box blockquote{
    padding: 0;
}

#section7 .item_box blockquote::before{
    display: none;
}

#section7 .item_box iframe {
    margin: auto !important;
  }




/*TOPに戻るボタン*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 150px;
    background: rgb(255 150 90 / 50%);
    border-radius: 50%;
          z-index: 1000;
}
#page_home{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 90px;
    background: rgb(255 150 90 / 50%);
    border-radius: 50%;
    z-index: 1000;
}

#page_top a,#page_home a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -8px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_home a::after{
    content: 'BACK';
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    text-align: center;
    color: #FFF;
}


/*キャンペーンバナー（ボタン）*/
#banner{
    width: 200px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 1000;
    text-align: center;
    text-decoration: none;
    border: #623f3f 2px solid;
    background-color: #fef2b5db;
    color: #623f3f;
    font-size: 16px;
}
#banner .sp_only{
    display: none;
}
#banner .pc_only{
    display: block;
}
@media(max-width:768px){
#banner{
    width: 100vw;
    height: 50px;
    border-radius: 0%;
    bottom: 0;
    border-top: #623f3f 2px solid;
    border-bottom: #623f3f 2px solid;
    border-left: none;
    border-right: none;
    background-color: #fef2b5db;
    font-size: 14px;
}
#banner .sp_only{
    display: block;
    padding: 1em;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
#banner .pc_only{
    display: none;
}
#page_top{
    bottom: 120px;
}
#page_home{
    bottom: 60px;
}
}
