@charset "UTF-8";

body {
    font-family: "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    background-color: #fff;
    color: #fff;
    text-align: center;
    min-width: 100px;
    min-height: 100%;
    margin: auto;
}
img {
    width: 100%;
    vertical-align: middle;
}
p{
    color: #312010;
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}

h1{
    margin: 4.5% 0 0;
}
h2{
    padding: 0 10%;
    margin: 0 auto;
}

@media screen and (max-width:760px) {
    h1{
        margin: 14% 0 0;
    }
    h2{
        padding: 0;
        margin: 0 auto;
    }
}


.ma20{
    margin-top: 20px !important;
}

.sp {
    display: block;
    display: none;
}
.pc {
    display: block;
}
.tab{
    display: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width:760px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .tab{
        display: none;
    }
}
@media screen and (min-width:760px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

/* ヘッダー */
header{
    position: fixed;
    top: 0;
    z-index: 1000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.head_box {
    background-color: #fff;
    justify-content: space-between;

    display: flex;

    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.logo{
    margin: 5px 30px;
    width: 11%;
}
.cta{
    margin: 5px 30px;
    width: 14%;
}

@media screen and (max-width:760px) {
    header{
        width: 100%;
    }
    .head_box {
        width: 100%;
    }
    .logo{
        margin: 0 20px 0 5px;
        width: 80%;
    }
    .cta{
        margin: 3px 10px 0 0;
        width: 100%;
    }
}


/* 時間 */
.red {
    color: rgb(214, 0, 0);
}

#Realtime1, #Realtime2, #Realtime3, #Realtime4{
    font-size: 18px;
    margin-top: -10px;
    text-align: center;
}

@media screen and (max-width:750px) {
    #Realtime1, #Realtime2, #Realtime3, #Realtime4{
        font-size: 15px;
        padding: 2% 0 0%;
        margin-top: -15px;
    }
}

/* CTA */
.cta_content{
    max-width: 1000px;
    margin: 3% auto;
}
.cta_box{
    width: 95%;
    margin: 0 auto;
    display: flex;
}
.coupon_back{
    background-color: #f5e2c4;
}
@media screen and (max-width:760px) {
    .cta_box{
        width: 95%;
        display: block;
    }
    .cta_content{
        padding: 0;
    }
    .coupon_back{
    background-color: #fff;
    }
}
.shiny-btn1 {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.coupon{
    width: 95%;
    margin: 0 auto 20px !important;
}

/* スライダー */
.t10{
    margin: 2% auto 1% !important;
}
.voice{
    background-color: #ffe5ca;
    padding-bottom: 20px;
}
.slider {
    width: 70%;
    margin: 0 auto 80px;
}
.slick-slide img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.mypattern {
    max-width: 1100px;
}

@media screen and (min-width:760px) {
    .voice h2{
        background: linear-gradient(160deg, #f0a969 0%, #e77107 30%);
    }
    .voice h2 img{
        max-width: 500px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .mypattern {
        max-width: 800px;
    }
    .voice{
        padding-bottom: 30px;
    }
}

/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
}

/*slick setting*/
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    background: url(../img/right.png)!important;
    background-size: contain!important;
}
.slick-prev:before{
    background: url(../img/left.png)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:50px!important;
    height:50px!important;
}
.slick-next{
    right:-10%!important;
}
.slick-prev{
    left:-10%!important;
}

@media screen and (max-width:1000px) and (min-width:750px) {
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slick-next{
        right:-4%!important;
    }
    .slick-prev{
        left:-4%!important;
    }
}


@media screen and (max-width:760px) {
    .mypattern.one {
        margin-top: -10px;
    }
    .mypattern.two {
        padding-top: 0px;
    }
    .slider {
        width: 100%;
    }
    .slick-slide img {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .mypattern .slick-slide {
        margin: 10px;
    }
    .mypattern .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(100%);
        -moz-filter: opacity(100%);
        -o-filter: opacity(100%);
        -ms-filter: opacity(100%);
        filter: opacity(100%);
        transition: 0.2s linear;
    }
    .slick-next{
        right: 5px!important;
    }
    .slick-prev{
        left: 5px!important;
    }
    .slick-arrow{
        z-index:2!important;
        width:46px!important;
        height:46px!important;
    }

}

/* フロー */
.flowimg{
    overflow: scroll;
    display: flex;
}
.flowimg img{
    width: 250%;
    margin: 0 15px;

}

@media screen and (min-width:760px) {
    .flowimg{
    overflow: none;
    display: block;
}}




/* 全体 */
.ma{
    margin-top: -90px;
}
.ma2{
    margin-top: -50px;
}

.small {
    padding: 0 40px;
}

.plus {
    padding: 90px 40px;
}

.top {
    padding-top: 4%;
}
.bottom {
    padding: 60px 40px 90px;
}

/* 画像サイズ */
.wd7 {
    max-width: 700px;
    margin: auto;
}
.wd8 {
    max-width: 800px;
    margin: auto;
}
.wd9 {
    max-width: 900px;
    margin: auto;
}
.wd10 {
    max-width: 1000px;
    margin: auto;
}
.wd11 {
    max-width: 1100px;
    margin: auto;
}
.wd12 {
    max-width: 1250px;
    margin: auto;
}
/* 背景 */
.b1{
    background-image: url(../img/content01_back_pc.png);
    background-position: center center; /* 中央寄せ */
    background-repeat: no-repeat;
    background-size: auto 100%; /* 高さ100%、横は自動（左右削られる） */
    overflow: hidden; /* はみ出し防止 */
}
.b2{
    background-image: url(../img/content02_back_pc.png);
}
.b3{
    background-color: #ffe5ca;
    padding-bottom: 3%;
}
.b4{
    background-image: url(../img/content03_back_pc.jpg);
}
.b5{
    background-image: url(../img/content04_back01_pc.png);
    background-size: auto 100%; /* 高さ100%、横は自動（左右削られる） */
}
.b6{
    background-image: url(../img/content04_back02_pc.png);
}
.b7{
    background: linear-gradient(160deg, #a69382 0%, #3a2615 30%);
}
.b8{
    background-image: url(../img/content05_back_pc.png);
}
.b9{
    background-image: url(../img/content06_back_pc.png);
    background-size: cover;
}
/* コンテンツ1 */
.t1{
    padding: 4% 5% 2%;
    max-width: 700px;
}
.t2{
    padding: 0 0 300px;
    max-width: 1100px;
}
.img-mask {
    width: 100vw;
    height: 40vh;
    overflow: hidden;
    position: relative;
}
.t3 {
    height: 34vh;
    width: auto;
    object-fit: cover;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20%;
}
.t4{
    margin-top: -5%;
    padding: 0 5% 1% 12%;
    max-width: 1100px;
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
    .t4{
        margin-top: -5%;
        padding: 0 5% 3% 5%;
        max-width: 1100px;
    }
    .t1{
        padding: 12% 5% 5%;
        max-width: 700px;
    }
    .t3 {
        height: 34vh;
        width: auto;
        object-fit: cover;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 20%;
    }
}
/* コンテンツ2 */
.b2 h2{
    max-width: 700px;
    padding-top: 2%;
    margin-bottom: -5px;
}
.con2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3% 5%; /* ← 上下2%、左右3%の余白 */
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    box-sizing: border-box; /* パディングを含めて幅を計算（はみ出し防止） */
}
.con2 img {
    width: 32%; /* 3枚並べるために幅を均等化 */
    height: auto;
    display: block;
}
.b3 h2 img{
    max-width: 1000px;
    margin: -3% auto -1%;
}
/* コンテンツ3 */
.b4 h2{
    max-width: 450px;
    padding-top: 3%;
    padding-bottom: 2%;
}
.con3 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3% 3%; /* ← 上下2%、左右3%の余白 */
    display: flex;
    column-gap: 2%;
    row-gap: 20px; /* ←これで縦の余白ができるにょ */
    flex-wrap: wrap;
    box-sizing: border-box; /* パディングを含めて幅を計算（はみ出し防止） */
}
.con3 img {
    width: 32%; /* 3枚並べるために幅を均等化 */
    height: auto;
    display: block;
}
/* コンテンツ4 */
.b5 h2{
    max-width: 550px;
    padding-top: 1.2%;
    padding-bottom: 1.5%;
}
.con4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 3% 3%;
    display: flex;
    gap: 1%;
    box-sizing: border-box;
    align-items: flex-start;
  }
  
  .con4 > img {
    width: 50%;
    height: auto;
    display: block;
  }
  
  .inner {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 20px; /* ← 縦の余白 */
  }
  
  .inner img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* コンテンツ5 */
  .b7 h2{
    max-width: 700px;
    padding-top: 1.7%;
    padding-bottom: 1.5%;
  }
  .con5 {
    max-width: 1500px;
    width: 100%;  /* ← 追加：親幅に合わせる */
    margin: 0 auto;
    padding: 2% 3% 3%;
    display: flex;
    flex-wrap: wrap; /* ← 横幅足りないときに折り返し */
    column-gap: 2%;
    row-gap: 20px;
    box-sizing: border-box;
}
.con5 img {
    max-height: 280px;        /* 高さを統一！ */
    width: auto;          /* 画像の比率を保つ */
    object-fit: contain;  /* 万が一サイズ制限あっても歪まない */
    display: block;
  }
/* コンテンツ6 */
.b9 h2{
    max-width: 200px;
    padding-top: 4%;
}
.t9{
    margin-top: -90px;
    padding-left: 5%;
    margin-bottom: 10px;
}
/* form ttl */
@media screen and (min-width:760px) {
    h2.form{
        background: linear-gradient(160deg, #f0a969 0%, #e77107 30%);
    }
    h2.form img{
        max-width: 400px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}


/* アコーディオン */
#qa{
    background-image: url(../img/content03_back_pc.jpg);
    background-size: cover;
}
#qa img{
    margin: 70px auto 40px;
    max-width: 300px;
}
@media screen and (max-width:760px) {
    #qa img{
        margin: 40px auto 15px;
        width: 80%;
    }
}
.accordion {
    margin: 0 auto;
    max-width: 800px;
    position: relative;

    padding: 0 40px 50px;
}
.accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    padding: 8px 10px;
    font-weight: bold;
    background-color: #312010;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    position: relative;
    display: flex;
    align-items: flex-start;
}
.accordion-content {
    display: none;
    padding: 10px 10px 0;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 15px;
}
.acc_fl{
    display: flex;
    align-items: flex-start;
}
.accordion-item {
    background-color: #fff;
    border: 3px solid #312010;
    border-radius: 10px;
    margin-bottom: 15px;

    color: #000;
    text-align: left;
}
/* 矢印 */
.accordion-title::before,
.accordion-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.accordion-title::before {
    top: 41%;
    right: 14px;
    transform: rotate(0deg);
}
.accordion-title::after {
    top: 41%;
    right: 14px;
    transform: rotate(90deg);
}
.accordion-title.open::after {
    transform: rotate(0deg);
}
.QA_icon_Q,.QA_icon_A {
    margin: 0 10px 0 0;
}

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

    .accordion-title {
        font-size: 14px;
    }
    .accordion-content {
        font-size: 14px;
    }
    .accordion-title.open::after {
        top: 41%;
    }
    .accordion-title::after {
        top: 41%;
    }
    .accordion {
        width: 90%;
        padding: 0px 0 35px;
    }
    .accordion-item {
        margin-bottom: 10px;
    }
    .QA_icon_Q {
        margin: 0px 10px 5px 5px;
        flex-grow: 0;
        flex-shrink: 0;
        width: 17px;
    }
    .QA_icon_A {
        margin: 0px 10px 11px 5px;
        width: 17px;
        flex-grow: 0;
        flex-shrink: 0;
    }
}


/* フッター */
footer{
    background-color: #342616;
    margin: 0 auto;
    color: #fff;
    padding: 50px 2% 40px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 100;
}
footer a{
    color: #fff;
}
.f_box{
    display: flex;
    justify-content: center;
}
.con{
    text-align: left;
    margin: 20px;
}
@media screen and (max-width:760px) {
    footer p{
        margin: 0;
        padding: 35px 2% 40px;
        line-height: 1.2;
    }
    .f_box{
        display: block;
    }
    .con{
        text-align: center;
    }
}


/* 細かいレスポンシブ */
@media screen and (max-width:1400px) and (min-width:760px) {
.tab{
    display: block;
}
.tabnone{
    display: none;
}

.slider {
    width: 90%;
    margin: 0px auto 80px;
}
}
