@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%;
}

.mt13 {
    margin-top: 13%;
}

.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: 12%;
    right: 0;
}

.link_btn4_C1 {
    height: 16%;
    bottom: 0;
}

.link_btn5 {
    width: 60%;
    height: 12%;
    bottom: 2%;
    right: 20%;
}

.link_btn_keiso {
    width: 50%;
    height: 10%;
    bottom: 16%;
    left: 0;
}

.link_btn_denshichi {
    width: 50%;
    height: 10%;
    bottom: 16%;
    right: 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;
    }
}

/* about */
.about_text {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 6px solid #000;
    width: fit-content;
    margin: 0 auto 24px;
}

@media screen and (max-width:768px) {
    .about_text {
        font-size: 32px;
    }
}

/* sns */
.sns_text {
    font-size: 90%;
    margin-top: 5%;
    padding-inline: 3%;
}

@media screen and (max-width:768px) {
    .sns_text {
        font-size: 40%;
    }
}

/* shine */

.shine {
    overflow: hidden;
    z-index: 3;
    display: block;
}

.shine:before {
    content: "";
    width: 200%;
    height: 200%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: -50%;
    left: -50%;
    -webkit-animation-name: shine;
    -moz-animation-name: shine;
    -o-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shine {

    from,
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
        transform: translate3d(-100%, 0, 0) rotate(45deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
        transform: translate3d(-100%, 0, 0) rotate(45deg);
        opacity: 1;
    }

    70% {
        -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(100%, 0, 0) rotate(45deg);
        transform: translate3d(100%, 0, 0) rotate(45deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(100%, 0, 0) rotate(45deg);
        transform: translate3d(100%, 0, 0) rotate(45deg);
        opacity: 0;
    }

    to,
    100% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
        transform: translate3d(-100%, 0, 0) rotate(45deg);
        opacity: 0;
    }
}

@keyframes shine {

    from,
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
        transform: translate3d(-100%, 0, 0) rotate(45deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
        transform: translate3d(-100%, 0, 0) rotate(45deg);
        opacity: 1;
    }

    70% {
        -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(100%, 0, 0) rotate(45deg);
        transform: translate3d(100%, 0, 0) rotate(45deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(100%, 0, 0) rotate(45deg);
        transform: translate3d(100%, 0, 0) rotate(45deg);
        opacity: 0;
    }

    to,
    100% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
        -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
        transform: translate3d(-100%, 0, 0) rotate(45deg);
        opacity: 0;
    }
}