@charset "UTF-8";

/* img
-----------------------*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.img_wrap {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
}

/* list
-----------------------*/
ul li {
    list-style-type: none;
}

/* Slick
------------------------*/
#howto,
#faq,
#sns {
    width: 100%;
    max-width: 800px;
}

.slider_area .slick-prev,
.slider_area .slick-next {
    position: absolute;
    top: 50%;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 15px;
    width: 15px;
    z-index: 1;
}

.slider_area .slick-prev {
    left: 2%;
    transform: rotate(-135deg);
}

.slider_area .slick-next {
    right: 2%;
    transform: rotate(45deg);
}

.slider_area .slick-prev:before,
.slider_area .slick-next:before {
    color: transparent;
}

/* 間隔調整
------------------------*/
section {
    margin: 10% auto;
}

.mt3 {
    margin-top: 3%;
}

.mt5 {
    margin-top: 5%;
}

.mt10 {
    margin-top: 10%;
}

.inform01 .inform01_02 {
    margin-top: -5%;
}

.point01_05_wrap {
    text-align: right;
}

.point01_05_wrap img {
    width: 60%;
    margin-top: -5%;
}

.about02 {
    margin-top: -2%;
}

/* flex
------------------------*/

.flex {
    display: flex;
    margin-top: 5%;
}

.flex .flex_box {
    width: 50%;
}

/* プライスゾーン
------------------------*/
#price {
    margin-top: 5%;
}

.link_btn {
    display: block;
    width: 38%;
    height: 12%;
    position: absolute;
    bottom: 43%;
    right: 9%;
    border-radius: 10px;
}

.link_btn:hover {
    background-color: rgba(255, 255, 255, 0.4)
}

.link_btn2 {
    bottom: 6%;
}

.link_btn3 {
    width: 100%;
    height: 20%;
    bottom: 0;
    right: 0;
}

.link_btn4 {
    width: 100%;
    height: 20%;
    bottom: 5%;
    right: 0;
}

.link_btn4_C1 {
    height: 16%;
    bottom: 0;
}

.price_link {
    text-align: center;
    padding-left: 3%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.price_link a:hover {
    opacity: 0.7;
}

/* キャンペーン終了
-------------------------------*/

.end {
    color: #EE6897;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    font-weight: bold;
}

.end_price {
    font-size: 1.2em;
    margin: 30px auto;
}

@media screen and (min-width:769px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .end {
        font-size: 0.8em;
    }

    .end_price {
        font-size: 0.8em;
    }
}

/* contact
-----------------------------*/

.contact {
    text-align: center;
    margin: 2% 0 8%;
}

.contact_container {
    width: 100%;
    padding: 15px;
}

.contact .container01 {
    background-color: #CBE8EE;
    margin-bottom: 5%;
    padding: 15px;
}

.contact_shopname {
    margin: 0 auto 4%;
    display: block;
}

.contact_time {
    font-size: 2rem;
    margin-top: 2%;
}

@media screen and (max-width:768px) {
    .contact_shopname {
        width: 80%;
    }

    .contact_time {
        font-size: 4vw;
        margin-top: 4%;
    }
}

/* YouTube動画
----------------------------------*/
.yt {
    text-align: center;
}

.yt iframe {
    width: 640px;
    height: 400px;
}

@media screen and (max-width:768px) {
    .yt iframe {
        width: 90%;
        height: 50vw;
    }
}

/* 期間表示テキスト追加
----------------------------------*/
.period_text {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #c30d23;
    margin-bottom: 40px;
    line-height: 1.4;
}

@media screen and (max-width:768px) {
    .period_text {
        font-size: 1.4em;
    }
}

@media screen and (min-width:769px) {
    .period_text.large {
        font-size: 2.4em;
    }
}

/***************************************
 日付テキスト化 250729
***************************************/
.day_1 {
    color: #C00F23;
    font-size: 20px;
    font-family: serif;
    font-weight: 600;
    position: relative;
    top: -460px;
    display: inline-block;
    left: 7%;
}

.day_2 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.day_2_sub {
    font-size: 36px;
}

.day_2_sub_2 {
    font-size: 30px;
    display: inline-block;
    margin-left: 1rem;

}

.day_3 {
    font-family: 'Arial', sans-serif;
    color: #C80000;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    font-size: 100px;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.month {
    font-size: 110px;
    margin-right: 10px;
    position: relative;
    top: -100px;
}

.slash {
    width: 3px;
    height: 240px;
    background-color: #C80000;
    transform: rotate(42deg);
    margin-right: 10px;
    margin-bottom: 10px;
}

.day {
    font-size: 140px;
}

@media screen and (max-width:800px) {
    .day_1 {
        top: -57.49999999999999vw;
        font-size: 2.5vw;
    }

    .day_2 {
        font-size: 7vw;
        top: 9vw;
    }

    .day_2_sub {
        font-size: 3.75vw;
    }

    .day_2_sub_2 {
        font-size: 3.75vw;
        margin-left: 1vw;
    }
    .day_3 {
        bottom: 6.25vw;
    }
    .month{
        top: -12.5vw;
        font-size: 13.75vw;
    }
    .slash{
        height: 30vw;
    }
    .day{
        font-size: 17.5vw;
    }
}