@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
}

.parent {
    padding: 40px 0;
}

    /*共通設定削除*/
.contents p {
    padding: 0;
}
/*終わり*/


/*<div class="irori">*/
.irori {
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}

.irori-img-wrap {
    width: 100%;
    text-align: center;
}

.irori-h2 {
    text-align: left !important;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blue-line {
    max-width: 16px;
    width: 100%;
}

    /*<section class="irori-01">*/
.irori-h1 {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 8px;
    border-bottom: solid 2px #00befa;
    font-weight: 800;
}

.irori-tag {
    margin-top: 16px;
}

.irori-txt-01 {
    text-align: center;
    font-weight: 600;
    margin: 40px 0 !important;
}

.irori-img-01 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    /*<section class="irori-02">*/
.irori-img-02 {
    margin-top: 40px;
}

    /*<section class="irori-03">*/
.irori-movie-wrap {
    margin-top: 40px;
    text-align: center;
}

    /*<section class="irori-04">*/
.irori-img-03 {
    margin-top: 40px;
}
    
    /*<div class="ranking">*/
.ranking-wrap {
    text-align: center;
}

.ranking-wrap-img {
    max-width: 64px;
    width: 100%;
}

.ranking-swiper {
    margin-top: 40px;
}

.swiper-slide {
    margin-top: 16px;
    text-align: center;
    opacity: 0.7;
}

.ranking-title {
    font-weight: 600;
}

.ranking-img {
    transform: scale(.80);
    transition: .8s;
}

.swiper-slide-active {
    margin-top: 0;
    opacity: 1;
    z-index: 1;
}

.swiper-slide-active .ranking-img {
    transform: scale(1);
}

.swiper-slide-active .ranking-title {
    margin-bottom: 8px;
}

.swiper-slide-active .ranking-txt {
    margin-top: 8px;
}

.ranking-txt {
    font-size: 12px;
    font-weight: 600;
}

.swiper {
    position: relative;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-color: #222;
    width: 40px;
    height: 40px;
}

.swiper .swiper-button-next{
    right: 0;
}

.swiper .swiper-button-prev{
    left: 0;
}

.swiper .swiper-button-next::after{
    content: '→';
    color: #fff;
    font-size: 16px;
}

.swiper .swiper-button-prev::after{
    content: '←';
    color: #fff;
    font-size: 16px;
}

    /*<div class="irori-05">*/
.irori-05 {
    padding: 80px 0 40px 0;
}

.irori-txt-05 {
    text-align: center;
    margin-top: 32px;
}

    /*<section class="irori-06">*/
.alcohol-swiper {
    margin-top: 40px;
}

.alcohol-img {
    transform: scale(.80);
    transition: .8s;
}

.swiper-slide-active .alcohol-img {
    transform: scale(1.05);
}

    /*<section class="irori-07">*/
.irori-instagram-wrap {
    margin-top: 40px;
    text-align: center;
}
    
.instagram-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.Instagram-btn-img {
    max-width: 480px;
    width: 100%;
}

    /*<section class="irori-08">*/
.price-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.price-btn-img {
    max-width: 400px;
    width: 100%;
}

/*終わり*/


/*<footer class="footer">*/
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  
  

/*<header class="header">*/
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .parent {
        padding: 0 0 24px 0;
    }
/*終わり*/ 


/*<div class="irori">*/
    .irori-h2 {
        font-size: 18px !important;
        padding: 44px 0 0 0 !important;
        margin-bottom: 24px !important;
    }

    .blue-line {
        max-width: 10px;
    }

    /*<section class="irori-01">*/
    .irori-h1 {
        font-size: 20px;
    }

    .irori-txt-01 {
        text-align: left;
    }

    /*<section class="irori-03">*/
    .irori-movie-wrap {
        width: 100%;
        height: 480px;
    }

    .irori-movie-wrap video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /*<div class="irori-05">*/
    .irori-05 {
        padding: 40px 0;
    }

    .irori-txt-05 {
        text-align: left;
        margin-top: 32px;
    }

    /*<section class="irori-07">*/
    .Instagram-btn-img {
        max-width: 320px;
    }

    /*<section class="irori-08">*/
    .price-btn-img {
        max-width: 320px;
    }

/*終わり*/

}