
* {
    margin: 0;
    padding: 0;
    font-family:"Zen Kaku Gothic New", serif;
}

html,body{
    overflow-x: hidden;
    /* color: #434343; */
    color: #000;
    background-color: #F3F4EF;
   }

li {
    list-style: none;
}

.btn {
    transition: all 0.4s;
    cursor: pointer;
}

.btn:hover {
    transform: scale(1.05);
    opacity: 0.7;
}

/* フォント設定 */

h1,h2,h3,h4 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color : inherit;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", serif;
    letter-spacing: 2px;
}

p,td {
    font-family:"Zen Kaku Gothic New", serif;
    letter-spacing: 2px;
    line-height: 1.7;
    font-weight: 500;
}/* 日本語 */

.spList p {
    color: white;
}

h1 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    letter-spacing: 3px;
}/* 日本語 */

h2{
    font-family:"Zen Kaku Gothic New", "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 3.6px;
    font-size: 22px;
}/* 日本語 */

h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.6px;
    font-size: 1.3rem;
}/* 英語 */

h4{
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.6px;
    font-size: 20px;
}/* 英語 */

img{
    width: 100%;
}

section {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1.2s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(50px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

body {
    height: 100%;
    position: relative;
}

 /* headerハンバーガーメニュー部分設定 */

.humbergar_btn {
    width: 27px;
    height: 30px;
} 

#js-nav {
    display: none;
}

#js-nav.is-active {
    display: block;
    z-index: 130;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 330px;
    background: url(../img/common/haikei-1.png);
    background-size: cover;
}

.openBtn {
    position: relative;
    cursor: pointer;
    width: 100%;
    height:100%;
    z-index: 2000;
}

/*ボタン内側*/
.openBtn span{
    display: inline-block;
    transition: all .4s;
    height: 1.2px;
    background: #000;
    width: 100%;
}


.openBtn span:nth-of-type(1) {
    position: absolute;
    top:15px; 
}

.openBtn span:nth-of-type(2) {
    position: absolute;
    top:23px;
}

.openBtn span:nth-of-type(3) {
    position: absolute;
    top:31px;
}

.openBtn.active span:nth-of-type(1) {
    top: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
    background: #fff;
}

.openBtn.active span:nth-of-type(2) {
opacity: 0;/*真ん中の線は透過*/
}

.openBtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
    background: #fff;
}

.headerRight {
    z-index: 777;
}

.header-title {
    width: 234px;
    margin: 0 auto;
}

.spList p, .pcList p{
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    color: #fff;
}


/* レスポンシブ基本制御 */


/* PC/sp分岐・共通設定 */

@media screen and (min-width: 650px) {
    .pc{
        display: block;
    }

    .sp{
        display: none!important;
    }

    .container {
        width: 650px;
        display: block;
        margin: 0 auto;
        padding: 50px 0px;
        position: relative;
        z-index: 20;
    }
}

@media screen and (max-width: 649px) {
    .pc{
        display: none!important;
    }

    .sp{
        display: block;
    }

    .container {
        width: 95%;
        margin: 0px auto;
        padding:40px 0px;
        position: relative;
        z-index: 20;
    }

    h2{
        font-size: 22px;
    }/* 日本語 */

    h3 {
        font-size: 18px;
    }
}

/* 年齢確認test */

.test {
    width: 100%;
    height: 2000px;
    background-color: #DB4B8F;
}

#underCheckWhole {
      display: block;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: url(../img/common/haikei-wh.png);
      z-index: 9999;
      text-align: center;
      padding-top: 100px;
    }

    .underage-caution {
        font-size: 30px;
        letter-spacing: 5px;
        padding-top: 10px;
    }

    .underage-buttons {
      display: flex;
      width: fit-content;
      margin: 30px auto;
    }

    .underage-buttons a {
      width: 200px;
      display: inline-block;
      color: #fff;
    }

    .underage-keep {
      margin-top: 10px;
    }

    .underage-buttons li {
        margin: 0 10px;
    }

    .underage-buttons li span{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2.4px;
    }

    .underage-buttons li div {
        line-height: 0;
    }

    .underage-keep label span{
        padding-left: 5px;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 12px;
    }

    .mlr20 {
        padding-top: 10px;
        font-size: 12px;
    }

    .corpName {
        width: 180px;
        padding-top: 30px;
        margin: 0 auto;
    }

    @media screen and (max-width: 649px) {

    .underage-buttons {
        display: block;
        width: fit-content;
        margin: 30px auto;
    }

    .underage-caution {
        font-size: 21px;
        letter-spacing: 3px;
    }

    .underage-buttons a {
        width: 180px;
    }

    .visible-xs {
        padding-bottom: 20px;
    }

    .underage-memo {
        font-size: 14px;
    }

    .mlr20,.underage-buttons li span{
        font-size: 11px;
    }
}

/* omikuji */

.omikuji {
    position: fixed;
    z-index: 88;
    top: 20vh;
    right: 4%;
    text-align: center;
}

.pc-mikuji {
    display: block;
}

.sp-mikuji {
    display: none;
}

.omikuji-area {
    position: relative;
    padding-bottom: 15px;
    height: 250px;
}

.omikuji-title {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
}

.omikuji-img {
    position: absolute;
    top: 64px;
    right: 30px;
    width: 122px;
}

.omikuji-hand {
    position: absolute;
    top: 192px;
    right: 107px;
    width: 50px;
}

.omikuji p{
    font-size: 12px;
    line-height: 1.5;
}

@media screen and (max-width: 1050px) {

    .omikuji {
        position: fixed;
        z-index: 88;
        bottom: 5vh;
        top: auto;
        right: 5%;
        text-align: center;
        width: 115px;
    }

    .pc-mikuji {
        display: none;
    }

    .sp-mikuji {
        display: block;
    }

}

@media screen and (max-width: 650px) {

    .omikuji {
        width: 80px;
    }

}

/* header */

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

 .header {
    width: 100%;
    position: absolute;
    z-index: 10000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.headerContiner {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.headerLeft {
    top: 15px;
}

.headerLeft a{
    width: 234px;
    margin: 0 auto;
    padding-top: 15px;
    display: block;
}

.logoTop {
    width: 100%;
    display: block;
}

.headerRight {
    position: fixed;
    top: 15px;
    right: 3%;
}

.headrtList {
    margin: 0;
    padding-top: 30px;
    list-style: none;
}

.headrtList p {
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 50px;
    font-weight: 500;
}

.headrtList li:hover{
    color: #000!important;
}

.spList{
    line-height: center;
}

.headrtList li{
    padding-bottom: 15px;
    font-weight: 500;
}

.black_area {
    opacity: 0;
    width: 100%;
    height: 90px;
    background-color: #DB4B8F;
}
.pcList p{
    font-size: 15px;
}

}

@media screen and (max-width: 649px) {

     /* ここからheader */
     .header {
        width: 100%;
        height: 70px;
        position: absolute;
        z-index: 100;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        top: 0;
    }


    .headerContiner {
        width: 100%;
        height: 70px;
        margin: 0 auto;
        position: relative;
    }

    .headerLeft a{
        width: 170px;
        margin: 0 auto;
        padding-top: 5px;
        display: block;
    }

    .header-title {
        display: block;
        width: 170px;
    }

    .headerRight {
        position: fixed;
        top: 15px;
        right: 5%;
    }

    .smHeaderList {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 30vw;
    }

    .headrtList {
        margin: 0;
        padding-top: 20vh;
        list-style: none;
    }

    .headrtList p {
        font-size: 18px;     
        letter-spacing: 2px;
        text-align: center;
        font-weight: 500;
    }

    .spList{
        line-height: center;
    }

    .headrtList li{
        padding-bottom: 15px;
        font-weight: 500;
    }

    .humbergar_btn {
        width: 38px;
        height: 38px;
        padding-left: 3px;
        padding-top: 13px;
    } 
    
    #js-nav {
        display: none;
    }
    
    #js-nav.is-active {
        display: block;
        z-index: 99;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
    }
    
    .openBtn {
        position: relative;
        cursor: pointer;
        width: 100%;
        height:100%;
        z-index: 2000;
    }
    
    /*ボタン内側*/
    .openBtn span{
        display: inline-block;
        transition: all .4s;
        /* position: absolute; */
        left: 20%;
        height: 1.3px;
        background-color: #000;
        width: 60%;
    }
    
    
    .openBtn span:nth-of-type(1) {
        position: absolute;
        top:0px; 
    }
    
    .openBtn span:nth-of-type(2) {
        position: absolute;
        top:6px;
    }
    
    .openBtn span:nth-of-type(3) {
        position: absolute;
        top:12px;
    }
    
    .openBtn.active span:nth-of-type(1) {
        top: 0px;
        transform: translateY(6px) rotate(-45deg);
        width: 80%;
        left: 10%;
        background: #fff;
    }
    
    .openBtn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
    }
    
    .openBtn.active span:nth-of-type(3){
        top: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 80%;
        left: 10%;
        background: #fff;
    }

    /* ここからハンバーガーメニュー中身 */

    .smHeaderList {
        width: 100vw;
        height: 100vh;
        background-color: #000;
        z-index: 9000;
        position: relative;
    }

    .hunUp {
        height: 100px;
    }

    .hunbrgarLeft {
        position: absolute;
        width: 120px;
        top: 34px;
        left: 15px;
    }

    .hunLogo {
        width: 100%;
        display: block;
    }

    .hunbrgarRight {
        position: absolute;
        width: 45px;
        height: 30px;
        top: 34px;
        right: 15px;
    }

    .returnMain {
        width: 45px;
        height: 30px;
    }

    .reTurnImg {
        width: 45px;
        height: 30px;
        display: block;
    }

    .hunbrgarRight span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg);
    }

    .hunbrgarRight span:nth-of-type(2) {
        transform: translateY(-12px) rotate(45deg);
    }

    .headrtList {
        padding-top: 15vh;
    }

    .humList {
        width: 100%;
        height: 100%;
        border-bottom: 0.5px solid #000;
        text-align: center;
    }

    .humList p {
        color: #000;
        font-size: 18px;
        letter-spacing: 4px;
        float: center;
        padding-top: 19px;
        padding-bottom: 7px;
    }

    #js-nav {
        display: none;
        z-index: 99999;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .is-active {
        display: block;
    }

    .is-remove {
        display: none;
    }

}


/* footer */

footer {
    width: 100%;
    background-color: white;
    z-index: 90;
    position: relative;
}

.footer-wrapper {
    padding: 20px 0px;
    text-align: center;
}

.footer-logo {
    width: 130px;
    margin: 10px auto 6px;
    display: block;
}

.footer-wrapper p{
    font-size: 12px;
    line-height: 1.5;
    padding: 0 5px;
}

.footer-bottom {
    width: 100%;
    background: url(../img/common/haikei-1.png);
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.footer-bottom p{
    font-weight: 500;
    font-size: 12px;
}


/* fv */

.fv-container {
    background: url(../img/common/haikei-base.png);
    background-size: 100%;
    padding-bottom: 17px;
}

.fv-logo {
    width: 360px;
    margin: 70px auto 35px;
}

.fv-text {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

.fv-text {
    font-weight: 600;
    letter-spacing: 2.2px;
}

.fv-illust {
    width: 545px;
    margin: 40px auto 0px;
}

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

.fv {
    background: url(../img/common/haikei-top.png);
    background-size: cover;
}

}

@media screen and (max-width: 649px) {

    .fv-container {
        width: 100%!important;
    }

    .fv-logo {
    width: 80%;
    margin: 30px auto;
    }

    .fv-illust {
        width: 100%;
        margin: 60px auto 10px;
    }

    .fv-text {
        width: 90%;
        margin: 0px auto;
        text-align: left;
    }

    .fv-sp {
        width: 100%;
        padding-bottom: 40px;
    }
}

/* product-slider */

.product-slider {
    background-color: #fff;
    position: relative;
    z-index: 98;
}

.product-slider::before {
    content: "";
    position: absolute;
    top: -60px;
    z-index: 40;
    right: 0;
    left: 0;
    height: 100px;
    background-image: url(../img/top/nami-1.png);
    background-size: 100%;
    background-repeat: repeat-x;
}

.product-slider::after {
    content: "";
    position: absolute;
    bottom: -70px;
    z-index: 40;
    right: 0;
    left: 0;
    height: 116px;
    background-image: url(../img/top/nami-2.png);
    background-size: 100%;
    background-repeat: repeat-x;
}

*, *:before, *:after {
    box-sizing: inherit;
}


.ps-slider {
    z-index: 60;   
    position: relative;
}

.slide-items {
    display: flex;
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
}

.slide-items li {
    width: 110px!important;
}

@media screen and (min-width: 650px) and (max-width: 1000px){

    .product-slider::before {
        top: -50px;
    }

    .product-slider::after {
        bottom: -90px;
    }
    
}

@media screen and (max-width: 649px) {

    .fv-container {
        padding-bottom: 60px;
    }

    .product-slider::before {
    content: "";
    position: absolute;
    top: -35px;
    z-index: 40;
    right: 0;
    left: 0;
    height: 100px;
    background-image: url(../img/top/nami-sp.png);
    background-size: 100%;
    background-repeat: repeat-x;
}

.product-slider::after {
    content: "";
    position: absolute;
    bottom: -75px;
    z-index: 40;
    right: 0;
    left: 0;
    height: 116px;
    background-image: url(../img/top/nami-sp.png);
    background-size: 100%;
    background-repeat: repeat-x;
}

.slide-items li {
    width: 70px !important;
}

.slide-items {
    width: auto;
}

}


/* 1. デフォルトの矢印を消す */
.slick-prev:before,
.slick-next:before {
  content: none!important;
}

/* 2. 共通スタイル */
.slick-prev,
.slick-next {
  width: 26px;   /* お好みで */
  height: 26px;  /* お好みで */
  background-size: 100%!important;
  background-repeat: no-repeat;
  background-position: center;
  border: none;  /* デフォルトのボーダーを消す */
  cursor: pointer;
}

/* 3. 左矢印 */
.slick-prev {
  background-image: url(../img/top/arrow.png)!important;
  left: -35px!important;          /* 左からの位置 */
  z-index: 1;
}

/* 4. 右矢印 */
.slick-next {
  background-image: url(../img/top/arrow.png)!important;
  transform: rotate(180deg)!important;
  right: -35px!important;      /* 右からの位置 */
  z-index: 1;
}

.slick-track {
  display: flex!important;
  justify-content: center;
}

.pro-btn{
    transition: transform 0.3s ease;
    display: inline-block;
}

.pro-btn:hover {
    transform: scale(1.05);
    opacity: 0.7;
}

/* top-sec1 */

.top-sec1 {
    background-image:url(../img/common/haikei-1-1.png);
    background-size: 100% 100%;
}

.awa-title {
    width: 356px;
    margin: 80px auto 40px;
}

@media screen and (max-width: 649px) {

    .awa-title {
        width: 85%;
        margin: 40px auto 30px;
    }

    .awa {
        max-width: 400px;
        margin: 0 auto;
    }

}

.item1 {
    width: 110px;
}

.item2 {
    width: 135px;
}

.item3 {
    width: 120px;
}

.item4 {
    width: 130px;
}

.item5 {
    width: 149px;
}

.awa-area {
    position: relative;
    height: 824px;
}

.awa-area li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.awa-area li.show {
    opacity: 1;
    transform: translateY(0);
}

.awa-item {
    position: absolute;
}

.ai-1 {
    top:0;
    left:91px;
}

.ai-2 {
    top:24px;
    left:237px;
}

.ai-3 {
    top:8px;
    right:100px;
}

.ai-4 {
    top:132px;
    left:139px;
}

.ai-5 {
    top: 179px;
    right: 243px;
}

.ai-6 {
    top:154px;
    right:63px;
}

.ai-7 {
    top:210px;
    left:17px;
}

.ai-8 {
    top:285px;
    left:189px;
}

.ai-9 {
    top:302px;
    right:153px;
}

.ai-10 {
    top:379px;
    left:54px;
}

.ai-11 {
    top:432px;
    left:252px;
}

.ai-12 {
    top:532px;
    right:143px;
}

.ai-13 {
    top:620px;
    left:16px;
}

.ai-14 {
    top:404px;
    right:24px;
}

.ai-15 {
    top:661px;
    left:201px;
}

.ai-16 {
    top:520px;
    left:154px;
}

.ai-17 {
    top:714px;
    right:163px;
}

.ai-18 {
    top:623px;
    right:0px;
}

@media screen and (max-width: 649px) {

    .awa-area {
        height: 775px;
    }
    
    .item1 {
        width: 90px;
    }

    .item2 {
        width: 110px;
    }

    .item3 {
        width: 100px;
    }

    .item4 {
        width: 105px;
    }

    .item5 {
        width: 121px;
    }

    .ai-1 {
        top:0;
        left:0px;
    }

    .ai-2 {
        top:24px;
        left: 32%;
    }

    .ai-3 {
        top:8px;
        right:0px;
    }

    .ai-4 {
        top: 99px;
        left: 15px;
    }

    .ai-5 {
        top: 147px;
        right: 37%;
    }

    .ai-6 {
        top: 149px;
        right: 0px;
    }

    .ai-7 {
        top: 222px;
        left: 10%;
    }

    .ai-8 {
        top: 254px;
        left: 48%;
    }

    .ai-9 {
        top: 356px;
        left: 40%;
    }

    .ai-10 {
        top: 338px;
        left: 0px;
    }

    .ai-11 {
        top: 311px;
        right: 0px!important;
        left: auto;
    }

    .ai-12 {
        top: 658px;
        right: 37%;
    }

    .ai-13 {
        top: 458px;
        left: 6%;
    }

    .ai-14 {
        top: 427px;
        right: 3px;
    }

    .ai-15 {
        top: 600px;
        left: 0;
    }

    .ai-16 {
        top: 533px;
        left: 42%;
    }

    .ai-17 {
        top: 557px;
        right: 2%;
    }

    .ai-18 {
        top: 661px;
        right: 2%;
    }


}

.sec1-nami {
    width: 100%;
    margin: 40px 0px;
}

.sec1-text {
    width: 85%;
    max-width: 553px;
    margin: 60px auto 40px;
}

/* pro-box */

.pro-area {
    z-index: 22;
    background: url(../img/common/haikei-base.png);
    background-size: cover;
}

.pro-area1 {
    background: url(../img/common/haikei-base-nami.png);
    background-size: cover;
}

.pro-area h2 {
    width: 570px;
    margin: 0 auto;
}

.pro-area1 h2,.pro-area2 h2{
    padding-top: 150px;
}

.pro-area h3{
    text-align: center;
    padding: 20px 0px;
    font-weight: 600;
}

.pro-line {
    width: 570px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
}

.pro-area p{
    width: 570px;
    padding:30px 0px 40px;
    margin: 0 auto;
}

.pro-box-btn {
    width: 210px;
    margin: 0 auto;
    display: block;
}

.pro-area10 {
    padding-bottom: 80px;
}

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

    .pro-box {
        width: 100%;
        max-width: 1440px;
        position: relative;
        margin: 0 auto;
    }

    .pro-area {
        width: 650px;
        display: block;
        margin: 0 auto;
        position: relative;
    }

    .pro-area2 h2{
        padding-top: 120px;
    }

    .pro-illust {
        position: absolute;
        width: 268px;
        left: 2%;
        z-index: 1;
    }

    .pro-illust1 {
        top:150px;
    }

    .pro-illust2 {
        top:120px;
    }

}

@media screen and (max-width: 649px) {

    .sec1-text {
        margin: 60px auto 0px;
        width: 95%;
    }

    .pro-box {
        width: 95%;
        margin: 0px auto;
        position: relative;
    }

    
    .pro-area h2 {
        width: 100%;
        margin: 0 auto;
    }

    .pro-area1 h2{
        padding-top: 120px;
    }

    .pro-area2 h2{
        padding-top: 90px;
    }

    .pro-area h3{
        text-align: center;
        padding: 20px 0px;
        font-weight: 600;
    }

    .pro-line {
        width: 95%;
        height: 1px;
        background-color: #000;
        margin: 0 auto;
    }

    .pro-area p{
        width: 95%;
        padding:20px 0px 30px;
        margin: 0 auto;
    }

    .pro-box-btn {
        width: 200px;
        margin: 0 auto;
        display: block;
    }

}


/* sukima */

.sukima {
    width: 100%;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sukima1 {
    background: url(../img/common/sukima1.png);
}

.sukima2 {
    background: url(../img/common/sukima2.png);
}

.sukima3 {
    background: url(../img/common/sukima3.png);
}

.sukima4 {
    background: url(../img/common/sukima4.png);
}

.sukima5 {
    background: url(../img/common/sukima5.png);
}

.sukima7 {
    background: url(../img/common/sukima7.png);
}

.sukima8 {
    background: url(../img/common/sukima8.png);
}

.sukima-container{
    height: 130px;
    padding: 0%;
}

.top-sec-haikei {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.top-sec2 {
    background: url(../img/common/haikei-2.png);
}

.top-sec3 {
    background: url(../img/common/haikei-3.png);
}

.top-sec4 {
    background: url(../img/common/haikei-4.png);
}

.top-sec5 {
    background: url(../img/common/haikei-5.png);
}

.top-sec6 {
    background: url(../img/common/haikei-6.png);
    background-size: cover;
}

.top-sec7 {
    background: url(../img/common/haikei-7.png);
    background-size: cover;
}

.top-sec8 {
    background: url(../img/common/haikei-8.png);
    background-size: cover;
}

.top-sec9 {
    background: url(../img/common/haikei-9.png);
    background-size: cover;
}

.top-sec10 {
    background: url(../img/common/haikei-10.png);
    background-size: cover;
}

.pro-area7 {
    padding-bottom: 65px;
}

.pro-area8 {
    padding-top: 65px;
}

.pro-illust8 {
    top:65px;
}


@media screen and (max-width: 649px) {

    .sukima-container{
        height: 90px;
        padding: 0%;
    }

    .pro-area7 {
        padding-bottom: 45px;
    }

    .pro-area8 {
        padding-top: 45px;
    }

}

/* ここから下層ページ */

/* 背景共通 */

.product {
    background-size: 100% auto!important; /* 横は100%、高さは画像本来のサイズ */
    background-repeat: repeat-y!important; /* 縦方向にだけ繰り返す */
    background-position: top center!important;
}

/* 背景各自 */

.product-25,.product-highball {
    background: url(../img/product-1/product-1-back.webp);
}

.product-20 {
    background: url(../img/product-2/product-2-back.webp);
}

.product-silhouette {
    background: url(../img/product-3/product-3-back.webp);
}

.product-super {
    background: url(../img/product-4/product-4-back.webp);
}

.product-flask {
    background: url(../img/product-5/product-5-back.webp);
}

.product-special {
    background: url(../img/product-6/product-6-back.webp);
}

.product-hita {
    background: url(../img/product-7/product-7-back.webp);
}

.product-kuzan {
    background: url(../img/product-8/product-8-back.webp);
}

.product-kuro {
    background: url(../img/product-9/product-9-back.webp);
}



@media screen and (max-width: 649px) {
    .product-25,.product-highball {
        background: url(../img/product-1/product-1-back-sp.webp);
    }

    .product-kuro {
        background: url(../img/product-9/product-9-back-sp.webp);
    }
}


/* 左固定イラスト共通 */

.product-fixed-illust{
    position: fixed;
    z-index: 88;
    top: 20vh;
    left: 4%;
    width: 230px;
}

/* flask */
.product-flask .product-fixed-illust{
    left: 2%;
    width: 276px;
}

.product-silhouette .product-fixed-illust,.product-super .product-fixed-illust,.product-special .product-fixed-illust,.product-kuzan .product-fixed-illust,.product-kuro .product-fixed-illust,.product-highball  .product-fixed-illust{
    left: 3%;
    width: 258px;
}

@media screen and (max-width: 1220px)and (min-width: 1050px) {

    .product-fixed-illust{
        left: 1%;
        width: 210px;
    }

    /*.product-25 .product-fixed-illust,.product-20 .product-fixed-illust{
        left: 1%;
        width: 210px;
    }

    .product-flask .product-fixed-illust{
        left: 1%;
        width: 210px;
    }*/

}

@media screen and (max-width: 1050px) {

    .product-fixed-illust{
        display: none;
    }


}
/* sec-1共通 */

.sec-1 {
    position: relative;
}

.sec-1-fv {
    position: relative;
}

.sec-1-fv-circle {
    width: 340px;
    padding-top: 150px;
    margin: 0 auto;
}

.sec-1-fv-img {
    position: absolute;
    width: 388px;
    left: 49.5%;
    transform: translateX(-50%);
    top:55px;
}

.product-super .sec-1-fv-img,.product-silhouette .sec-1-fv-img,.product-special  .sec-1-fv-img{
    width: 390px;
    left: 49.2%;
    top: 30px;
}

.sec-1-text {
    width: 95%;
    margin: 30px auto;
    z-index: 13;
    position: relative;
}

.text-white {
    color: #F0EBD7;
}

.text-white p{
    font-weight: 600!important;
}

.sec-1-text h3{
    text-align: center;
    margin: 12px 0px 40px;
}

.sec-1-text p{
    font-weight: 500;
}

.point-title {
    width: 230px;
    margin: 40px auto 10px;
}

.point ul{
    width: fit-content;
    margin: 0 auto;
    max-width: 95%;
}

.point ul li{
    font-family: "Zen Kaku Gothic New", serif;
    letter-spacing: 2px;
    line-height: 1.7;
    font-weight: 600;
    position: relative;
    padding-left: 30px; /* アイコンの横幅＋余白を確保 */
    margin-bottom: 12px; /* 行間が欲しい場合 */
    width: fit-content;
}

.point ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em; /* マークの縦位置微調整（文字と合わせる） */
    width: 20px;
    height: 20px;
    background-image: url('../img/common/check-white.png'); /* ← ここにマーク画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
}

.point-black ul li::before {
    background-image: url('../img/common/check-black.png'); /* ← ここにマーク画像のパス */
}


/* sp スライド */

.sp-slider {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 260px;
  z-index: 2;
}

.sp-slider.short {
    top: 285px;
}

.sp-slider.short2 {
    top: 305px;
}

.slider-track {
  display: flex;
  width: calc(400px * 2); /* 画像の幅×枚数 */
  animation: scroll 20s linear infinite;
}

.slider-track img {
  width: 400px; /* 画像サイズ固定（可変にしたい場合は応相談） */
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 画像3枚分左に動かす */
  }
}


@media screen and (max-width: 649px) {

    .sec-1-fv-circle {
        width: 250px;
        padding-top: 150px;
        margin: 0 auto;
        z-index: 11;
        position: relative;
    }

    .sec-1-fv-img {
        position: absolute;
        width: 280px;
        left: 49.5%;
        transform: translateX(-50%);
        top:55px;
        z-index: 12;
    }

    .product-super .sec-1-fv-img,.product-silhouette .sec-1-fv-img,.product-special  .sec-1-fv-img{
        width: 300px;
        left: 49%;
        top: 45px;
    }
    
    .sec-1-text {
        margin-top: 60px;
    }

    .sec-1-text h1{
        width: 80%;
        margin: 10px auto;
    }

    .sec-1-text-big h1{
        width: 95%;
    }

    .sp-big h1{
        width: 95%;
    }
}

/* シーン提案 */

.sec-2-container {
    background: url(../img/common/haikei-base-nami2.png);
    background-size: 100% 100% !important; /* 横は100%、高さは画像本来のサイズ */
    background-repeat: repeat-y!important; /* 縦方向にだけ繰り返す */
    background-position: top center!important;
}

.sec-2-wrapper {
    padding: 100px 50px 40px;
    display: flex;
    flex-wrap: wrap;
}

.scene-box {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
}

.scene-img {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.scene-box p{
    font-weight: 600;
}

.scene-box h3 {
    width: 160px;
    padding-left: 70px;
}

.sec-2-bottom {
    text-align: center;
    padding-bottom: 80px;
}

@media screen and (max-width: 649px) {

    .sec-2-container {
        background: url(../img/common/haikei-base-nami2-sp.png);
    }

    .sec-2-wrapper {
        padding: 80px 50px 40px;
        display: block;
        flex-wrap: none;
    }

    .scene-box {
        width: 100%;
        margin: 0 auto;
    }

    .scene-box h3 {
        margin: 0 auto;
        padding-left: 0px;
    }

    .sec-2-bottom {
        padding: 0px 10px 60px;
    }

    .scene-img {
        padding-bottom: 0px;
        padding-top: 40px;
    }

}

/* sec-3 */

.yasashii {
    width: 71px;
    margin:40px auto 80px;
}

.sec-3-nami {
    width: 100%;
}

.sec-title {
    width: 384px;
    margin:60px auto 15px;
}

.title-area p{
    margin-bottom: 30px;
}

.sec-3-title {
    margin:100px auto 40px;
}

.sec-3-box {
    display: flex;
    padding: 0 10px;
    margin-bottom: 40px;
}

.product-highball.sec-3-box {
    display: block;
}

.kaori-img {
    width: 250px;
    padding-right: 40px;
    flex-shrink: 0;
}

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

    .width463pc {
        width: 463px;
    }

    .product-highball.sec-3-title {
        margin: 100px auto 20px;
    }

}

@media screen and (max-width: 649px) {

    .sec-title {
        width: 80%;
    }

    .sec-3-box {
        display: block;
        margin-bottom: 20px;
    }

    .kaori-img {
        padding: 0px 0px 20px;
        margin: 0 auto;
    }

}

/* sec-4 */

.sec-4 {
    background: url(../img/common/haikei-warikata.png);
    background-size: 100% 100% !important; /* 横は100%、高さは画像本来のサイズ */
    background-position: top center!important;
    z-index: 98!important;
    position: relative;
}

.sec-4-bottom {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    align-items: flex-start;
}

.sec-4-bottom-box {
    width: 25%;
    padding: 0px 10px 10px;
    text-align: center;
}

.sec-4-bottom-box a{
    display: inline;
    border-bottom: 1px solid #000;
    font-weight: 500;
}

.sec-4-bottom-box a:hover{
    opacity: 0.7;
}

.sec-4-img{
    width: 110px;
    margin: 10px auto 0;
    display: block;
}

.title-area p {
        padding: 0 15px;
    }

@media screen and (max-width: 649px) {

    .sec-4 {
        background: none;
        z-index: 2;
    }

    .sec-4-container{
        background: url(../img/common/haikei-base-nami3-sp.png);
        background-size: 100% 100% !important; /* 横は100%、高さは画像本来のサイズ */
        background-position: top center!important;
    }

    .sec-4-bottom {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .sec-4-bottom-box{
        width: calc(45% - 10px);
        padding: 0px 10px 25px;
    }
}

/* sec-5 */

.sec-5-box{
    background-image: url(../img/common/haikei-base.png);
    background-size: cover;
    border-radius: 10px;
    text-align: center;
}

.sec-5-box a h4{
    padding: 5px 0px 10px;
}

.sec-5-img {
    width: 90%;
    margin: 0 auto;
}

.sec-5-arrow{
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px 5px;
}

@media screen and (min-width: 650px) {
.sec-5-area {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.sec-5-box {
    width: calc(45% - 10px);
    padding: 10px 10px 10px;
    margin: 10px 10px 30px;
}

.sec-5-container {
    padding: 40px 0px;
}

}

@media screen and (max-width: 649px) {

    .sec-5-area {
        padding-top: 10px;
    }

    .sec-5-box {
        padding: 10px 10px 10px;
        margin: 10px 10px 40px;
    }

    .sec-5-arrow{
        width: 75%;
    }

    .sec-5-title {
        margin: 20px auto 15px;
    }

    .sec-5-container {
        padding: 40px 0px 10px;
    }

}

/* sec-6 */

.sec-6-box {
    background-image: url(../img/product-1/product-1-sec-6-back.png);
    border: 2px solid #ECE5CB;
    color: #ECE5CC;
}

/* 各ページ別*/
.product-silhouette .sec-6-box {
    background-image: url(../img/product-3/product-3-sec-6-back.png);
}

.product-super .sec-6-box {
    background-image: url(../img/product-4/product-4-sec-6-back.png);
}

.product-flask .sec-6-box {
    background-image: url(../img/product-5/product-5-sec-6-back.png);
}

.product-special .sec-6-box {
    background-image: url(../img/product-6/product-6-sec-6-back.png);
    border: 2px solid #fff;
    color: #DAB65E;
}

.product-hita .sec-6-box,.product-kuzan .sec-6-box {
    background-image: url(../img/product-7/product-7-sec-6-back.png);
}

.product-kuro .sec-6-box {
    background-image: url(../img/product-9/product-9-sec-6-back.png);
}

.sec-6-box h4 {
    line-height: 1.3;
}

.text2 h4 {
    line-height: 1.5;
}

.line1 a h4 {
    line-height: 54px;
}

.noBtn {
    padding: 10px 10px 30px;
}

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

    .sec-6-box{
        width: calc(45% - 12px);
    }

    .sec-6-container{
        padding: 0px 0px 90px;
    }    
    
    .noBtn {
        height: 215px;
    }

}

@media screen and (max-width: 649px) {

    .sec-6-container{
        padding: 0px 0px 10px;
    }

    .sec-6-title{
        margin: 40px auto 15px;
    }

    .title-area p {
        margin-bottom: 15px;
    }
}

/* sec-7 */

.sec-7-container {
    background: url(../img/common/haikei-base-nami3-sp.png);
    background-size: cover;
}

.sec-7-title {
    width: 610px;
}

.sec7-img {
    width: 420px;
    margin: 30px auto 40px;
}

.sec7-line {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}

.sec7-text {
    padding: 30px 18px;
}

.sec7-btn{
    width: 235px;
    margin: 0 auto;
    display: block;
}

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

    .sec-7 {
        background-image: url(../img/common/sec-7-back.png);
        background-size: cover;
        padding: 40px 0px 0px;
        z-index: 90;
        position: relative;
    }

    .sec-7-container {
        padding: 50px 0px 130px;
    }

    .sec-7-frex {
        display: flex;
        justify-content: space-between;
        padding-left: 30px;
    }

    .sec-7-frex .sec-7-title-area .sec-7-title {
        width: 330px;
    }

    .sec-7-frex .sec7-img{
        width: 218px;
        margin: 55px auto 20px;
    }

    .mt6 {
        margin: 66px auto 20px;
    }

}

@media screen and (max-width: 649px) {
    
    .sec-7 {
        background-size: auto 100%;
        z-index: 90!important;
        position: relative;
    }

    .sec-7-container {
        background-size: 100% 100%;
        margin: 20px auto;
    }

    .sec-7-title {
        width: 85%;
    }

    .sec7-img {
        width: 90%;
    }

    .sec-7-title {
        margin: 40px auto 15px;
    }

    .sec7-btn {
        padding-bottom: 40px;
    }

    .sec-7-frex .sec7-img{
        width: 50%;
        margin: 0px auto 25px;
    }

}

/* sec-8 */

.sec-8 {
    background-image: url(../img/product-1/product-1-back-namicolor.webp);
    background-size: cover;
    z-index: 92!important;
    position: relative;
    margin-top: -75px;
}

/* ページ別 */

.product-silhouette .sec-8 {
    background-image: url(../img/product-3/product-3-back-namicolor.webp);
}

.product-super .sec-8 {
    background-image: url(../img/product-4/product-4-back-namicolor.webp);
}

.product-flask .sec-8 {
    background-image: url(../img/product-5/product-5-back-namicolor.webp);
}

.product-special .sec-8 {
    background-image: url(../img/product-6/product-6-back-namicolor.webp);
}

.product-hita .sec-8 {
    background-image: url(../img/product-7/product-7-back-namicolor.webp);
}

.product-kuzan .sec-8 {
    background-image: url(../img/product-8/product-8-back-namicolor.webp);
}

.product-kuro .sec-8 {
    background-image: url(../img/product-9/product-9-back-namicolor.webp);
}




/* 全頁共通 */

.sec-8-title {
    padding-top: 60px;
}

.sec-8-box {
    width: 80%;
    margin: 0 auto 30px;
}

@media screen and (max-width: 649px) {

    .sec-8 {
        z-index: 2;
        top:0px;
        margin-top: 0px;
    }

    .sec-8-title {
        padding-top: 0px;
    }

    .sec-8-box {
        width: 90%;
        margin: 0 auto 20px;
    }

}

/* sec-9 */

.sec-9-title {
    margin: 0px auto 30px;
}

.sec-9-table {
    width: 90%;
    margin: 0 auto;
    background: url(../img/common/haikei-base.png);
    border-radius: 10px;
    padding: 40px;
}

.sec-9-table tbody{
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.tr-title td{
    font-weight: 600;
    border-right: 1.5px solid #000;
    padding-right: 25px;
    margin-right: 25px;
}

.sec-9-table td{
    display: block;
    padding-bottom: 10px;
}

.popup-btn {
    border-bottom: 1px solid #000;
}

.popup {
    background: url(../img/common/haikei-black.png);
    border-radius: 10px;
    z-index: 100;
    position: absolute;
    width: 234px;
    padding: 25px 20px;
    display: none;
}

.popup.show {
    display: block!important;
}

.popup-inner {
    position: relative;
    color: #F0EBD7;
}

.popup-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.closeBtn {
    width: 27px;
    height: 30px;
    position: absolute;
    right: 0px;
}

.closeBtn span {
    display: inline-block;
    height: 1.2px;
    width: 100%;
    background: #F0EBD7;
    position: absolute;
}

.closeBtn span:nth-of-type(1) {
    top: 2px;
    transform: translateY(6px) rotate(-45deg);
}

.closeBtn span:nth-of-type(2) {
    top: 15px;
    transform: translateY(-6px) rotate(45deg);
}

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

    .popup1 {
        bottom:720px;
        left: 20px;
    }

    .popup2 {
        bottom:520px;
        right: 20px;
    }

    .popup3 {
        bottom:30px;
        left: 20px;
    }

    .popup4 {
        bottom:30px;
        right: 20px;
    }


    .src-9-illust-right {
        position: absolute;
        width: 311px;
        bottom: 42px;
        right: -359px;
    }

    .src-9-illust-left {
        position: absolute;
        width: 263px;
        bottom: 42px;
        left: -269px;
    }

    .product-flask .src-9-illust-left{
        width: 273px;
        left: -297px;
    }

    .width190 {
        width: 190px;
        left: -249px;
    }

    .width180 {
        width: 170px;
        left: -236px;
    }

    .bmpc {
        padding-bottom: 41px!important;
    }

}

@media screen and (max-width: 649px) {

    .sec-9-title {
        margin: 0px auto 20px;
    }

    .sec-9-table{
        padding: 20px 10px;
        width: 95%;
    }

    .tr-title td{
        padding-right: 10px;
        margin-right: 15px;
    }

    .sec-9-table td{
         font-size: 14px;
         line-height: 1.5;
    }

    .bm {
        padding-bottom: 32px!important;
    }

    .popup {
        width: 80%;
    }

    .popup1 {
        top:850px;
        left: 20px;
    }

    .popup2 {
        top: 900px;
        left: 20px;
    }

    .popup3 {
        bottom: -110px;
        left: 20px;
    }

    .popup4 {
        bottom: -110px;
        left: 20px;
    }

}


/* sec-10 */

.sec-10 {
    background: url(../img/common/haikei-warikata.png);
    background-size: cover;
    margin-top: 40px;
    position: relative;
}

.sec-10-container {
    width: auto!important;
}

.sec-10-title-area p{
    text-align: center;
}

.sec-10-area {
    display: flex;
    justify-content: center; /* 横方向で中央に */
    align-items: flex-start; /* 縦方向は上揃え */
}

.sec-10-box {
    width: 140px;
    padding: 0 10px;
    text-align: center;
}

.sec-10-img {
    width: 80px;
    margin: 0 auto;
}

.under-line {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    background-image: linear-gradient(to bottom, transparent 94%, #65B885 0%);
    background-size: 100% 1.4em;
    background-repeat: repeat-y;
    font-weight: 500;
}

/* 各ページ対応 */

.product-silhouette .under-line {
    background-image: linear-gradient(to bottom, transparent 94%, #BD886B 0%);
}

.product-super .under-line {
    background-image: linear-gradient(to bottom, transparent 94%, #3A78A6 0%);
}

.product-flask .under-line {
    background-image: linear-gradient(to bottom, transparent 94%, #D78D37 0%);
}

.product-special .under-line {
    background-image: linear-gradient(to bottom, transparent 94%, #DAB65E 0%);
}

.product-hita .under-line,.product-kuzan .under-line {
    background-image: linear-gradient(to bottom, transparent 94%, #DB584F 0%);
}

.product-kuro .under-line {
    background-image: linear-gradient(to bottom, transparent 94%, #74644E 0%);
}


.sec-10-box p{
    font-size: 14px;
}

.small {
    font-size: 11px!important;
}

.go-top-arrow {
    width: 50px;
    position: absolute;
    bottom: 27px;
    right: 34px;
    z-index: 9999; /* でっかくして他要素より上に */
}

.go-top-arrow a{
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 649px) {

    .sec-10-area {
        flex-wrap: wrap;
    }

    .sec-10-box {
        margin: 20px 0px;
    }

    .under-line {
    background-image: linear-gradient(to bottom, transparent 95%, #65B885 0%);
    background-size: 100% 1.5em;
}

}

/* sec-11 */

.sec-11-title {
    margin: 0px auto 15px;
}

.sec-11-area {
    padding-top: 20px;
    text-align: center;
}

.sec-11-img {
    width: 420px;
    margin: 0 auto 5px;
}

.sec-11-box p{
    font-size: 20px;
    padding-bottom: 40px;
}

.sec11-btn {
    width: 170px;
    margin: 0 auto 20px;
    display: block;
}

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

.sec-11-container {
    padding: 0px 0px 50px;
}

.sec-11-title {
    width: 520px;
}

}

@media screen and (max-width: 649px) {
    .sec-11-title {
        width: 100%;
    }

    .sec-11-img {
        width: 90%;
        margin: 0 auto;
    }

    .sec-11-box p{
        font-size: 18px;
        padding-bottom: 30px;
    }
}

/* sec-12 */

.sec-12-box {
    text-align: center;
    padding: 10px 0px 20px;
}

.under-line12 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    display: inline;
}

.sec-12-box h4 {
    font-size: 18px;
}

.pt5 {
    padding-top: 5px;
}

.sec-12-container {
    padding-bottom: 20px;
}

@media screen and (max-width: 649px) {

    .sec-12-title {
        margin: 40px auto 15px;
    }

    .pt5 {
        padding-top: 10px;
    }

    .sec-12-box {
        padding: 0px 0px 20px;
    }

}

/* おみくじ結果表示 */

.omikuji-btn {
  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11000;
  display: none;
}


/* 背景画像（切り替え用） */
.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* コンテンツ内 */
.popup-inner-mi {
  padding: 20px;
  color: #fff;
  position: relative;
  text-align: center;
  width: 400px;
  margin: 30px auto 0px;
  background-size: cover;
}

.popup-inner.moretu {
    background-image: url(../img/omikuji/haikei/haikei-moretu.png);
    background-size: cover;
}

.popup-inner.chozetu {
    background-image: url(../img/omikuji/haikei/haikei-chozetu.png);
    background-size: cover;
}

.popup-content h2 {
    width: 380px;
    margin: 10px auto 20px;
}

.product-info {
    display: flex;
    width: 380px;
    margin: 0 auto;
    border-bottom: 2px solid #EFE9D3;
}

.info-left {
    width: 55%;
}

.info-right {
    width: 45%;
}

body.modal-open {
  overflow: hidden;
}



/* ボタン類 */

.popup-buttons {
    display: flex;
    width: 380px;
    margin: 3px auto 0px;
    border-top: 1px solid #EFE9D3;
}

.popup-buttons a{
    width: 48%;
    margin: 15px 1%;
}

@media screen and (max-width: 649px) {

    .popup-mi {
        width: 95%;
        margin: 0 auto;
    }

    .popup-inner-mi {
        width: 87%;
        padding: 10px;
    }
    
    .info-left {
        width: 59%;
    }

    .popup-content h2,.product-info,.popup-buttons {
        width: 90%;
    }
}

/* 揺れるアニメーション */
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.6s ease;
}

/* スウィング */

 .swing{
    animation: pendulumShake 2s ease-in-out;
    transform-origin: bottom center;
  }

  @keyframes pendulumShake {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(6deg); }
    20%  { transform: rotate(-6deg); }
    30%  { transform: rotate(4deg); }
    40%  { transform: rotate(-4deg); }
    50%  { transform: rotate(3deg); }
    60%  { transform: rotate(-3deg); }
    70%  { transform: rotate(2deg); }
    80%  { transform: rotate(-2deg); }
    90%  { transform: rotate(1deg); }
    100% { transform: rotate(0deg); }
  }

/* 微調整 */


@media screen and (max-width: 649px) {

    .pt0sp {
        padding-top: 0px;
        margin-top: -20px;
    }

    .pt20sp {
        padding-top: 20px;
    }

}