@charset "UTF-8";

/* Scss Document */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before {
    content: "";
    content: none;
}

q:after,
q:before {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.mt-30 {
    margin-top: 30px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

area {
    border: none;
    outline: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: slick;
    src: url("https://www.yomeishu.co.jp/herb_liqueur/megumi/css/fonts/slick.eot");
    src: url("https://www.yomeishu.co.jp/herb_liqueur/megumi/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.yomeishu.co.jp/herb_liqueur/megumi/css/fonts/slick.woff") format("woff"), url("https://www.yomeishu.co.jp/herb_liqueur/megumi/css/fonts/slick.ttf") format("truetype"), url("https://www.yomeishu.co.jp/herb_liqueur/megumi/css/fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}

.slick-next:focus,
.slick-next:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}

.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before {
    opacity: 1;
}

.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}

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

    .sp-none {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

#__bs_notify__ {
    display: none !important;
}

html {
    font-size: 62.5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
    padding-top: 92px;
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }
}

.wrap {
    overflow-x: hidden;
}

* {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    box-sizing: border-box;
}

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

a {
    color: inherit;
    text-decoration: none;
}

input[type=email],
input[type=number],
input[type=text] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0;
}

button {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

button::-webkit-search-decoration {
    display: none;
}

input[type=button]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration {
    display: none;
}

button:focus {
    outline-offset: -2px;
}

input[type=button]:focus,
input[type=submit]:focus {
    outline-offset: -2px;
}

.row {
    overflow: hidden;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.inner {
    max-width: 824px;
    margin: 0 auto;
}

sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.5em;
}

sub {
    font-size: 70%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.1em;
}


@media only screen and (max-width: 767px) {
    .inner {
        padding: 0 6.26%;
    }
}

.po-re {
    position: relative;
}

/* -----------
contents
--------------*/
.shippori {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

.heading {
    background-color: #fff;
}

.heading .inner {
    max-width: 100%;
    padding: 0 0;
}

.heading .mv__text {
    width: 280px;
    position: absolute;
    left: 56%;
    top: 25%;
}

h2.common {
    color: #cd0000;
    position: relative;
    text-align: left;
    margin-bottom: 0.8em;
    font-size: 36px;
    line-height: 1.6;
}

h2.common small {
    font-size: 22px;
    color: #cd0000;
}

h2.common span {
    font-size: 0.8em;
    color: #cd0000;
}

h2.common strong {
    color: #fff !important;
    background-color: #cd0000;
    padding: 0 0.2em;
}

h2.common strong span {
    color: #fff !important;
}

p.common {
    text-align: left;
    color: #2c0303;
    font-size: 18px;
    line-height: 2;
}

h2.common_insta {
    color: #333;
    position: relative;
    text-align: left;
    margin-bottom: 2.4em;
    font-size: 1.8em;
    line-height: 1.6em;
    text-align: center
}

h2.common_insta strong {
    font-size: 1.4em;
    color: #333 !important;
    color: #6f0001
}

h2.common_insta:after {
    content: "";
    background-image: url(../images/common/line-3.png);
    height: 6px;
    position: absolute;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -20px;
    left: 0;
    background-position: center
}

.read {
    z-index: -2;
    padding-bottom: calc(10% + 100px);
    background-color: #fff;
    padding-top: 100px;
}

.read .inner {
    position: relative;
}

.read .read_t {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -100px;
}

.read .text{
    position: relative;
    z-index: 2;
}


.read h2 {
    margin-left: 45px;
}

.read p {
    margin-left: 45px;
}

.read .ph {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: right;
}

.taste {
    background: linear-gradient(#ffece8, #ffece8, #ffd9de);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 38%;
    padding-bottom: 400px;
    position: relative;
}

.taste .taste_bg {
    position: absolute;
    top: -10%;
    width: 100%;
}

.taste .taste_bg2 {
    position: absolute;
    top: 100%;
    width: 100%;
}

.taste .taste_bg img,
.taste .taste_bg2 img {
    width: 100%;
}

.taste h2 small {
    color: #cd0000;
}

.taste .taste_box01 {
    margin-bottom: 2em;
    ;
}

.taste .taste_img2 {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 640px;
}

.taste .taste_text {
    position: absolute;
    bottom: -20px;
    left: 90px;
    animation: rotation 18s linear infinite;
    z-index: -3;
}


/*
.taste_image {
    background-image: url("../images/main/taste_img_pc.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
}
*/

.taste_image {
    height: 57vw;
    width: 100%;
}

.taste_image::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/main/taste_img_pc.jpg");
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.herb {
    background: linear-gradient(#ffece8, #ffece8, #ffd9de);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 10%;
    padding-bottom: 100px;
    margin-top: -3%;
    position: relative;
}

.herb .herb_bg {
    position: absolute;
    bottom: 100%;
    width: 100%;
}

.herb .herb_bg2 {
    position: absolute;
    top: 100%;
    width: 100%;
}

.herb .herb_bg img,
.herb .herb_bg2 img {
    width: 100%;
}

.herb p {
    margin-bottom: 1em;
}

.herb .herb_box .txt-tap {
    color: #cd0000;
    font-size: 14px;
    margin-bottom: 1em;
}

.herb .herb_box .modal-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.herb .herb_box .modal-list > li {
    width: 130px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.method {
    padding-top: calc(10% + 60px);
    padding-bottom: 100px;
    background-color: #fff;
}

.method h2 {
    color: #cd0000;
    font-size: 36px;
    margin-bottom: 0.5em;
}

.method p {
    margin-bottom: 40px;
}

.method .metihod_box {
    margin-bottom: 135px;
}

.method .alps {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 34%;
}

.method .text_anime {
    position: absolute;
    top: -107px;
    right: -100px;
    animation: rotation 18s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.method .dento {
    margin-bottom: 50px;
}

.joy {
    background: linear-gradient(#ffece8, #ffece8, #ffd9de);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.joy .joy_bg {
    position: absolute;
    top: 100%;
    width: 100%;
}

.joy .joy_bg img {
    width: 100%;
}

.joy .joy_ttl {
    background-image: url(../images/joy/joy_title_bg_pc.png);
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #cd0000;
    position: relative;
    margin-bottom: 60px;
}

.joy .joy_ttl h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.joy h3 {
    font-size: 30px;
    color: #cd0000;
    letter-spacing: .2em;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}

.joy h3::before {
    content: "";
    width: 15px;
    height: 40px;
    background-image: url(../images/joy/joy_box1_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.joy h3::after {
    content: "";
    width: 15px;
    height: 40px;
    background-image: url(../images/joy/joy_box2_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.joy ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.joy ul li img {
    width: 440px;
}

.joy ul li .text {
    width: 350px;
}

.joy ul li .text p {
    text-align: justify;
}

body.index .joy ul > li:nth-child(1) {
    margin-top: 0;
}

body.index .joy ul > li:nth-child(2n+1) {
    margin-left: 0;
}




.lineup {
    padding: calc(3% + 100px) 0 100px;
    background-color: #fff;
}

.lineup .inner {
    position: relative;
}

.lineup .lineup_t {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(-3.4% - 100px);
}

.lineup h2 {
    font-size: 36px;
    color: #cd0000;
    margin-bottom: 1.5em;
}

.lineup .al p {
    font-size: 16px;
}

.lineup .item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0 auto 40px;
    width: 680px;
}

.lineup .item figure {
    display: -webkit-flex;
    justify-content: center;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-end;
    width: 50%;
}

.lineup .item figure .img img {
    width: 100%;
}

.lineup .item figure figcaption {
    font-size: 18px;
    font-size: 1.7rem;
    width: 39%;
    line-height: 1.4em;
    padding-left: 5%;
    position: relative;
    bottom: 10px;
}

.lineup .item figure figcaption small {
    font-size: 0.8em;
}

.lineup .item figure figcaption span {
    display: inline-block;
    margin-bottom: 5px;
    transition-delay: 0.3s;
}

.lineup .button {
    margin: 30px auto 0;
    text-align: center;
}

.lineup .button > a {
    max-width: 580px;
    background-color: #cd0000;
    color: #fff;
    height: 76px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    letter-spacing: .2em;
    position: relativ -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
    margin: 0 auto;
}

.lineup .button > a:before {
    content: '';
    width: 38px;
    height: 38px;
    background-image: url("../images/common/cart.png");
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
    display: inline-block;
    position: relative;
    right: 15px;
}


.voice {
    padding: 30px 0 50px;
    background-image: url("../images/voice/bg_pc.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.voice h2 {
    font-size: 36px;
    color: #fff;
    padding: 60px 0 40px;
    line-height: 1.3;
}

.voice h2 span {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    color: #ffc4c4;
    opacity: 0.5;
    font-size: 60px;
    margin-bottom: 0.3em;
}

.voice__bg {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.voice__bg_img {
    width: 25%;
}

.voice__bg img {
    width: 100%;
}

.voice__list .inner-large {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.voice__list-item {
    position: relative;
    text-align: center;
    margin-bottom: 3em;
    padding: 2.4em;
    background-color: rgba(255, 255, 255, 0.85);
    background-repeat: repeat;
    border-radius: 30px 0 30px 0;
}

.voice__list-item div.voice-1 {
    position: absolute;
    left: -3%;
    top: -25%;
}

.voice__list-item div.voice-2 {
    position: absolute;
    left: -3%;
    top: -25%;
}

.voice__list-item div.voice-3 {
    position: absolute;
    left: -3%;
    top: -25%;
}

.voice__list-item p {
    line-height: 0;
}


@media only screen and (max-width: 767px) {
    h2.common {
        font-size: 6.67vw;
    }

    h2.common small {
        font-size: 5.33vw;
    }

    p.common {
        font-size: 4vw;
    }

    h2.common_insta {
        color: #333;
        position: relative;
        margin-bottom: 2.4em;
        font-size: 1.3em;
        line-height: 1.6em
    }

    h2.common_insta strong {
        font-size: 1.4em;
        color: #333 !important
    }

    h2.common_insta img {
        width: 60%
    }

    h2.common_insta:after {
        content: "";
        position: absolute;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -20px;
        left: 0
    }

    .heading .mv__text {
        width: 50.53%;
        left: 44%;
        top: 21%;
    }

    .read {
        padding-bottom: 46%;
        padding-top: 14%;
    }

    .read .read_t {
        width: 4vw;
        margin-top: -12.3%;
        margin-left: 1.33vw;
    }


    .read h2 {
        margin-left: 0;
    }

    .read p {
        margin-left: 0;
    }

    .read .ph {
        margin-bottom: 5%;
        text-align: right;
        margin-right: -6.26vw;
    }

    .taste {
        padding-top: 68%;
        padding-bottom: 70%;
    }

    .taste .taste_bg {
        top: -10%;
        width: 100%;
    }

    .taste .taste_bg2 {
        top: 100%;
        width: 100%;
    }

    .taste .taste_box p {
        text-align: left !important;
    }

    .taste .taste_box01 {
        margin-bottom: 4em;
    }

    .taste .taste_img2 {
        bottom: -6%;
        width: 95vw;
    }

    .taste .taste_text {
        bottom: -5%;
        left: 5%;
        width: 90%;
    }


    .taste_image {
        height: 170vw;
    }

    .herb {
        padding-top: 18%;
        padding-bottom: 10%;
        margin-top: -3%;
    }

    .herb .herb_bg {
        position: absolute;
        bottom: 100%;
        width: 100%;
    }

    .herb .herb_bg2 {
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .herb .herb_bg img,
    .herb .herb_bg2 img {
        width: 100%;
    }

    .herb p {
        margin-bottom: 1em;
    }

    .herb .herb_box .txt-tap {
        font-size: 3.2vw;
        margin-bottom: 1em;
    }

    .herb .herb_box .modal-list {
        margin-bottom: 10%;
    }

    .herb .herb_box .modal-list > li {
        width: 32%;
        margin-top: 6%;
    }

    .method {
        padding-top: 20%;
        padding-bottom: 14%;
    }

    .method h2 {
        font-size: 6.67vw;
        margin-bottom: 0.5em;
    }

    .method p {
        text-align: left !important;
        margin-bottom: 40px;
    }

    .method .metihod_box {
        width: 82.32%;
        margin: 0 auto 25%;
    }

    .method .alps {
        right: -8%;
        width: 50%;
    }

    .method .text_anime {
        top: -20%;
        right: -20%;
        width: 34.4vw;
    }

    .method .dento {
        margin-bottom: 14%;
    }

    .joy {
        padding-bottom: 4%;
    }

    .joy .joy_ttl {
        background-image: url(../images/joy/joy_title_bg_sp.png);
        margin-bottom: 8%;
        height: 21.33vw;
    }

    .joy .joy_ttl h2 {
        font-size: 8.67vw;
    }

    .joy .text {
        text-align: center;
    }

    .joy h3 {
        font-size: 7.2vw;
        display: inline-block;
        margin-bottom: 0.5em;
        padding: 0 1em;
    }

    .joy h3::before {
        width: 3.73vw;
        height: 10vw;
        background-image: url(../images/joy/joy_box1_sp.png);
        left: 0;
    }

    .joy h3::after {
        width: 3.73vw;
        height: 10vw;
        background-image: url(../images/joy/joy_box2_sp.png);
        right: 0;
    }

    .joy ul li {
        margin-bottom: 10%;
    }

    .joy ul li img {
        width: 100%;
    }

    .joy ul li .img {
        margin-bottom: 8%;
    }

    .joy ul li:nth-child(1) .img {
        margin-left: -6.26vw;
        margin-right: -2.8vw;
    }

    .joy ul li:nth-child(2) .img {
        margin-right: -6.26vw;
    }

    .joy ul li:nth-child(3) .img {
        margin-left: -6.26vw;
    }

    .joy ul li:nth-child(4) .img {
        margin-right: -6.26vw;
    }


    .joy ul li .text {
        width: 100%;
    }

    body.index .joy ul > li:nth-child(1) {
        margin-top: 0;
    }

    body.index .joy ul > li:nth-child(2n+1) {
        margin-left: 0;
    }



    .lineup {
        padding: 20% 0 15%;
    }

    .lineup .lineup_t {
        width: 4.8vw;
        margin-top: -17vw;
        margin-right: 1.33vw;
    }


    .lineup h2 {
        font-size: 7.47vw;
        margin-bottom: 1.5em;
    }

    .lineup .al p {
        font-size: 4vw;
    }

    .lineup .item {
        margin: 0 auto 8%;
        width: 100%;
    }

    .lineup .item figure {
        flex-direction: column;
        width: 50%;
        align-items: center;
    }

    .lineup .item figure:nth-child(1) .img {
        width: 70.12%;
        justify-content: center;
        display: flex;

    }

    .lineup .item figure:nth-child(2) .img {
        width: 50.61%
    }

    .lineup .item figure .img img {
        width: 100%;
    }

    .lineup .item figure figcaption {
        font-size: 4.53vw;
        width: 100%;
        text-align: center;
        padding-left: 0%;
        bottom: 0;
        margin-top: 1em;
    }

    .lineup .item figure figcaption small {
        font-size: 0.8em;
    }

    .lineup .item figure figcaption span {
        display: inline-block;
        margin-bottom: 5px;
        transition-delay: 0.3s;
    }

    .lineup .button {
        margin: 30px auto 0;
        text-align: center;
    }

    .lineup .button > a {
        height: 10.67vw;
        width: 90%;
        font-size: 4.8vw;
    }

    .lineup .button > a:before {
        width: 5vw;
        height: 5vw;
        background-size: 5vw 5vw;
        right: 2vw;
    }


    .voice {
        padding: 5% 0 10%;
        background-image: url("../images/voice/bg_sp.jpg");
    }

    .voice h2 {
        font-size: 8.67vw;
        padding: 5% 0 9%;
    }

    .voice h2 span {
        font-size: 6.4vw;
        margin-bottom: 0.3em;
    }

    .voice__bg {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .voice__bg_img {
        width: 25%;
    }

    .voice__bg img {
        width: 100%;
    }

    .voice__list-item {
        position: relative;
        text-align: center;
        margin-bottom: 3em;
        padding: 2.4em;
        background-color: rgba(255, 255, 255, 0.85);
        background-repeat: repeat;
        border-radius: 4vw 0 4vw 0;
    }

}

.tC {
    text-align: center !important;
}


/* animation */

.delayed-show p,
.delayed-show span,
.delayed-show h3,
.delayed-show h2,
.delayed-show li {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    transition-property: opacity transform;
    transition-duration: 2s;
}

.delayed-show img {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition-property: opacity transform;
    transition-duration: 1.6s;
}

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span,
.delayed-show.is-active h3,
.delayed-show.is-active h2,
.delayed-show.is-active li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.delayed-show.is-active img:nth-child(1),
.delayed-show.is-active p:nth-child(1),
.delayed-show.is-active span:nth-child(1) {
    transition-delay: 0s;
}

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.delayed-show.is-active img:nth-child(2),
.delayed-show.is-active p:nth-child(2),
.delayed-show.is-active span:nth-child(2) {
    transition-delay: 0.3s;
}

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.delayed-show.is-active img:nth-child(3),
.delayed-show.is-active p:nth-child(3),
.delayed-show.is-active span:nth-child(3) {
    transition-delay: 0.6s;
}

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.delayed-show.is-active img:nth-child(4),
.delayed-show.is-active p:nth-child(4),
.delayed-show.is-active span:nth-child(4) {
    transition-delay: 0.9s;
}

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.delayed-show.is-active img:nth-child(5),
.delayed-show.is-active p:nth-child(5),
.delayed-show.is-active span:nth-child(5) {
    transition-delay: 1.2s;
}

.scale-action {
    position: relative;
    overflow: hidden;
}

.scale-action.scale-action02::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
}

.scale-action.scale-action02.is-active::after{
     -webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
    opacity: 0;
}

.scale-action img {
    opacity: 0.9;
    width: 100%;
}

.scale-action.is-active img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
}

.fadein01 h3 {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 1s;
    -webkit-transition-delay: .5s;
    -moz-transition: all 1s .5s;
    -o-transition: all 1s .5s;
    transition: all 1s 0.5s;
}

.fadein01 .parts {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.fadein01 .parts_01 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 1s;
    -moz-transition: all 1s 1s;
    -o-transition: all 1s 1s;
    transition: all 1s 1s;
}

.fadein01 .parts_02 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 1.3s;
    -moz-transition: all 1s 1.3s;
    -o-transition: all 1s 1.3s;
    transition: all 1s 1.3s;
}

.fadein01 .parts_03 {
    -webkit-transition: all 1.5s;
    -webkit-transition-delay: 1.8s;
    -moz-transition: all 1.5s 1.8s;
    -o-transition: all 1.5s 1.8s;
    transition: all 1.5s 1.8s;
}

.fadein01 .parts_04 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 2.8s;
    -moz-transition: all 1s 2.8s;
    -o-transition: all 1s 2.8s;
    transition: all 1s 2.8s;
}

.fadein01 .parts_05 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 3.1s;
    -moz-transition: all 1s 3.1s;
    -o-transition: all 1s 3.1s;
    transition: all 1s 3.1s;
}

.fadein01 .parts_06 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 3.4s;
    -moz-transition: all 1s 3.4s;
    -o-transition: all 1s 3.4s;
    transition: all 1s 3.4s;
}

.fadein01 .parts_07 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 3.7s;
    -moz-transition: all 1s 3.7s;
    -o-transition: all 1s 3.7s;
    transition: all 1s 3.7s;
}

.fadein01 .parts_08 {
    -webkit-transition: all 1s;
    -webkit-transition-delay: 4s;
    -moz-transition: all 1s 4s;
    -o-transition: all 1s 4s;
    transition: all 1s 4s;
}

.fadein01.is-active .parts,
.fadein01.is-active h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.fadein02 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.5s;
    -webkit-transition-delay: .2s;
    -moz-transition: all 1.5s .2s;
    -o-transition: all 1.5s .2s;
    transition: all 1.5s 0.2s;
}

.fadein02.typeB {
    -webkit-transition: all 1.5s;
    -webkit-transition-delay: .5s;
    -moz-transition: all 1.5s .5s;
    -o-transition: all 1.5s .5s;
    transition: all 1.5s 0.5s;
}

.fadein02.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.fadein03 li {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    transition-property: opacity transform;
    transition-duration: 1.5s;
}

.fadein03 li:after {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    transition-property: opacity transform;
    transition-duration: 1.5s;
}

.fadein03 li:nth-child(2) {
    transition-delay: 0.3s;
}

.fadein03 li:nth-child(2):after {
    transition-delay: 0.6s;
}

.fadein03 li:nth-child(3) {
    transition-delay: 0.9s;
}

.fadein03 li:nth-child(3):after {
    transition-delay: 1.2s;
}

.fadein03.is-active li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.fadein03.is-active li:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.fadein04 {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s;
}

.fadein04.is-active {
    opacity: 1;
}

.voice-fadein .voice__bg {
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.voice-fadein .voice__list p {
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.voice-fadein .voice__list-item {
    text-align: center;
}

.voice-fadein .voice__list-item:nth-child(1) p {
    transition-delay: 1s;
}

.voice-fadein .voice__list-item:nth-child(2) p {
    transition-delay: 1.3s;
}

.voice-fadein .voice__list-item:nth-child(3) p {
    transition-delay: 1.4s;
}

.voice-fadein .voice__list-item:nth-child(4) p {
    transition-delay: 1.7s;
}

.voice-fadein.is-active .voice__bg {
    opacity: 1;
}

.voice-fadein.is-active .voice__list p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modallist-fadein .modal-list > li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s;
}

.modallist-fadein .modal-list > li:nth-child(1) {
    transition-delay: 0.6s;
}

.modallist-fadein .modal-list > li:nth-child(2) {
    transition-delay: 0.8s;
}

.modallist-fadein .modal-list > li:nth-child(3) {
    transition-delay: 1.0s;
}

.modallist-fadein .modal-list > li:nth-child(4) {
    transition-delay: 1.2s;
}

.modallist-fadein .modal-list > li:nth-child(5) {
    transition-delay: 1.4s;
}

.modallist-fadein .modal-list > li:nth-child(6) {
    transition-delay: 1.6s;
}

.modallist-fadein .modal-list > li:nth-child(7) {
    transition-delay: 1.8s;
}

.modallist-fadein .modal-list > li:nth-child(8) {
    transition-delay: 2.0s;
}

.modallist-fadein .modal-list > li:nth-child(9) {
    transition-delay: 2.2s;
}

.modallist-fadein .modal-list > li:nth-child(10) {
    transition-delay: 2.4s;
}

.modallist-fadein .ex-2 > .box {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s;
}

.modallist-fadein .ex-2 > .box:nth-child(1) {
    transition-delay: 0.6s;
}

.modallist-fadein .ex-2 > .box:nth-child(2) {
    transition-delay: 0.8s;
}

.modallist-fadein .ex-2 > .box:nth-child(3) {
    transition-delay: 1.0s;
}

.modallist-fadein .ex-2 > .box:nth-child(4) {
    transition-delay: 1.2s;
}

.modallist-fadein .ex-2 > .box:nth-child(5) {
    transition-delay: 1.4s;
}

.modallist-fadein .ex-2 > .box:nth-child(6) {
    transition-delay: 1.6s;
}

.modallist-fadein .ex > .box {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s;
}

.modallist-fadein .ex > .box:nth-child(1) {
    transition-delay: 0.6s;
}

.modallist-fadein .ex > .box:nth-child(2) {
    transition-delay: 0.8s;
}

.modallist-fadein .ex > .box:nth-child(3) {
    transition-delay: 1.0s;
}

.modallist-fadein .ex > .box:nth-child(4) {
    transition-delay: 1.2s;
}

.modallist-fadein .ex > .box:nth-child(5) {
    transition-delay: 1.4s;
}

.modallist-fadein .ex > .box:nth-child(6) {
    transition-delay: 1.6s;
}

.modallist-fadein .modal-list-2 > li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s;
}

.modallist-fadein .modal-list-2 > li:nth-child(1) {
    transition-delay: 0.2s;
}

.modallist-fadein .modal-list-2 > li:nth-child(2) {
    transition-delay: 0.4s;
}

.modallist-fadein .modal-list-2 > li:nth-child(3) {
    transition-delay: 0.6s;
}

.modallist-fadein .modal-list-2 > li:nth-child(4) {
    transition-delay: 0.8s;
}

.modallist-fadein .modal-list-2 > li:nth-child(5) {
    transition-delay: 1s;
}

.modallist-fadein .modal-list-3 > li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s;
}

.modallist-fadein .modal-list-3 > li:nth-child(1) {
    transition-delay: 0.2s;
}

.modallist-fadein .modal-list-3 > li:nth-child(2) {
    transition-delay: 0.4s;
}

.modallist-fadein .modal-list-3 > li:nth-child(3) {
    transition-delay: 0.6s;
}

.modallist-fadein .modal-list-3 > li:nth-child(4) {
    transition-delay: 0.8s;
}

.modallist-fadein .modal-list-3 > li:nth-child(5) {
    transition-delay: 1s;
}

.modallist-fadein .desc {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1.5s;
}

.modallist-fadein .desc_heading {
    transition-delay: 3.3s;
}

.modallist-fadein .desc_detail {
    transition-delay: 3.6s;
}

.modallist-fadein.is-active .desc,
.modallist-fadein.is-active .modal-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modallist-fadein.is-active .ex-2 > .box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modallist-fadein.is-active .ex > .box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modallist-fadein.is-active .desc,
.modallist-fadein.is-active .modal-list-2 > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modallist-fadein.is-active .desc,
.modallist-fadein.is-active .modal-list-3 > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



/* footer */

.footer {
    clear: both;
    border-top: #c8c8c8 solid 1px;
    background-color: #fff;
    padding-bottom: 50px;
}

.footer * {
    color: #000;
}

.footer img {
    vertical-align: bottom;
}

.footer a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
    .footer a:hover:hover {
        opacity: 0.7;
    }
}

.footer__wrap {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
    .pc-mt-20 {
        margin-top: 2em;
    }

    .pc-mt-30 {
        margin-top: 3em;
    }

    .footer__wrap {
        position: relative;
        margin: 0 auto;
        width: 900px;
        padding-top: 60px;
        clear: both;
        line-height: 1.2;
        text-align: center;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    
    .footer {
    padding-bottom: 4%;    
    }
    
    .footer__wrap {
        margin: 0 10px;
        padding-top: 40px;
        clear: both;
        text-align: center;
        line-height: 1.2;
        font-size: 13px;
    }
}

.footer h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #daae0f;
    padding-bottom: 10px;
    letter-spacing: .1em;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .footer h2 {
        line-height: 1.7;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .footer__list {
        display: table-cell;
        margin: 0;
        width: 100%;
        padding: 0;
        list-style: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer__list {
        margin: 0 -5px 0 -5px;
        padding: 0;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__list:after {
    content: "";
    clear: both;
    display: block;
}

@media only screen and (min-width: 768px) {
    .footer__list > li {
        margin: 0 15px 15px 0;
        width: 210px;
        float: left;
    }

    .footer__list > li:nth-child(4n) {
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer__list > li {
        margin: 0 0 10px 0;
        width: 50%;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) {
    .footer__list > li a {
        display: block;
        min-height: 210px;
        padding: 3px;
        background-color: #f5f5f5;
        color: #333;
        text-align: left;
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer__list > li a {
        display: block;
        margin: 0 5px;
        padding: 3px;
        background-color: #f5f5f5;
        color: #333;
        text-align: left;
        text-decoration: none;
    }
}

.footer__list_txt {
    display: block;
    background-image: url("../images/footer/herb_footer_list_arrow.png");
    background-repeat: no-repeat;
    background-position: 5px 11px;
    background-size: 12px 12px;
    padding: 11px 5px 5px 22px;
}

@media only screen and (max-width: 767px) {
    .footer__list_txt {
        min-height: 3.5em;
        font-size: 10px;
        font-size: 1rem;
    }
}

.footer__shop {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .footer__shop {
        margin-bottom: 10px;
    }

    .footer__shop img {
        max-width: 260px;
        width: 100%;
    }
}

.footer__txt {
    line-height: 1.8;
    font-size: 12px;
}

.footer__txt p {
    margin: 0 0 1em 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .footer__txt {
        font-size: 10px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer__txt p {
        margin: 0;
    }
}

.footer__txt_inruiy {
    padding: 15px 0;
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .footer__txt_inruiy {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 10px 0 !important;
    }
}

.footer__txt_copyright {
    font-family: Arial, sans-serif;
    margin-bottom: 0!important;
}

.footer__txt_copyright a {
    text-decoration: none;
}

.footer__txt_copyright a:hover {
    color: #666;
    text-decoration: underline;
}


/* header */

.header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 27px 40px 27px 37px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
}

.header.fixed {
    padding: 3px 40px 3px 37px;
    background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
    .header a {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all 0.3s;
        white-space: normal;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    .header a:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        padding: 0 0 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    .header.fixed .header__logo {
        max-width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .header.fixed {
        padding: 0 0 0 15px;
    }

    .header.fixed .hamburger {
        height: 40px;
    }

    .header.fixed .hamburger span:nth-of-type(1) {
        top: 10px;
    }

    .header.fixed .hamburger span:nth-of-type(3) {
        bottom: 10px;
    }
}

.header__logo {
    max-width: 147px;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 767px) {
    .header__logo {
        max-width: 107px;
    }
}

.header .hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 15px 12.5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
}

.header .hamburger.is-active {
    z-index: 1000;
}

.header .hamburger.is-active span {
    background-color: #fff;
}

.header .hamburger.is-active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

.header .hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
}

.header .hamburger.is-active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.header .hamburger > span {
    width: 25px;
    height: 2px;
    background-color: #5e4637;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 50%;
}

.header .hamburger > span:nth-of-type(1) {
    top: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .hamburger > span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.header .hamburger > span:nth-of-type(3) {
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header__nav {
    display: -webkit-flex;
    display: flex;
}

.header__nav > li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 25px;
}

.header__nav > li:nth-child(-n+1) {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .header__nav {
        display: block;
        height: 100vh;
        width: 100%;
        background: linear-gradient(125deg, #ac062c 0%, #df3d3d 100%);
        z-index: 999;
        position: fixed;
        top: -100vh;
        left: 0;
        -webkit-transition: top, .5s;
        -moz-transition: top, .5s;
        -o-transition: top, .5s;
        transition: top, .5s;
        padding: 60px 45px;
    }
}

@media only screen and (max-width: 1000px) {
    .header__nav > li {
        font-size: 13px;
        font-size: 1.3rem;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 850px) {
    .header__nav > li {
        font-size: 13px;
        font-size: 1.3rem;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sp-logo {
        margin-top: 8em;
    }

    .header__nav > li {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .2em;
        position: relative;
        color: #fff;
        line-height: 1.5625em;
        margin: 25px 0 0;
    }

    .header__nav > li:before {
        content: '';
        width: 100%;
        height: 3px;
        background-image: url("../images/menu-line.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: -7px;
    }
}

.header .hamburger.is-active ~ .header__nav {
    top: 0;
}

@media only screen and (min-width: 768px) {
    body.index {
        min-width: 1060px;
        width: 100%;
    }
}

body.index {}


body.index .parallax-wrap {
    position: relative;
}

body.index .parallax-item {
    position: absolute;
}


body.index .parallax-item_01 {
    width: 150%;
    margin: 0 auto;
    left: -25%;
    top: -90px;
}

body.index .parallax-item_01 img {
    width: 100%;
}


@media only screen and (max-width: 767px) {
    body.index .parallax-item_02 {
        width: 50%;
        right: 0;
        top: -7%;
    }

    body.index .parallax-item_03 {
        width: 50%;
        left: 0;
        top: 11%;
    }

    body.index .parallax-item_04 {
        width: 50%;
        right: 0;
        top: 45%;
    }

    body.index .parallax-item_05 {
        width: 50%;
        left: 0;
        top: 65%;
    }

    body.index .parallax-item_06 {
        width: 58%;
        right: 0;
        top: -90%;
    }

    body.index .parallax-item_06 img {
        width: 100%;
    }

    body.index .parallax-item_07 {
        width: 48%;
        left: 0;
        top: -30%;
    }

    body.index .parallax-item_07 img {
        width: 100%;
    }
}

body.index .parallax-img {
    overflow: hidden;
}

body.index .parallax-img > img {
    transition-timing-function: ease;
}

body.index .mv {
    position: relative;
}






@media only screen and (min-width: 768px) {
    body.index .joy .box1 {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -webkit-flex-order: -1;
        -moz-flex-order: -1;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        order: -1;
    }

    body.index .joy .text {
        padding-top: 2em;
    }

    body.index .joy .text p.left {
        padding-left: 2em;
    }

    body.index .joy .text p.right {
        padding-right: 2em;
    }

    body.index .joy h4.left {
        margin-left: 2em;
    }

    body.index .joy ul li {
        display: flex;
        justify-content: space-between;
    }
}




body.index .insta {
    padding: 75px 0 100px;
    background-color: #fff;
}

body.index .insta .inner {
    max-width: 986px;
    padding: 0;
    margin: 0 auto;
}

body.index .insta h3 {
    text-align: center;
    margin-bottom: 1.4em;
}

body.index .insta .item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.index .insta .item ul li {
    width: 31%;
    margin-bottom: 2.6em;
}

body.index .insta .item ul li img {
    width: 100%;
    height: auto;
}

body.index .insta .button {
    margin: 6em auto 0;
    text-align: center;
}

body.index .insta .button > a {
    max-width: 580px;
    height: 72px;
    width: 100%;
    display: inline-block;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: .2em;
    border: #5e4637 solid 2px;
    position: relative;
    padding-top: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

body.index .insta .button > a:before {
    content: '';
    width: 44px;
    height: 44px;
    background-image: url("../images/insta/insta-logo.svg");
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 10px;
    right: 10px;
}

@media only screen and (max-width: 767px) {
    body.index .insta {
        padding: 50px 0 65px;
    }

    body.index .insta .inner {
        padding: 0 20px;
    }

    body.index .insta h3 img {
        width: 60%;
    }

    body.index .insta .item ul li {
        width: 48%;
        margin-bottom: 1em;
    }
}

body.index #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 100%;
    width: 100%;
}

body.index #modal .bg {
    position: fixed;
    background: rgba(101, 54, 54, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

body.index #modal .wrapper {
    background: #fff;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 100%;
    width: 800px !important;
    max-width: 800px !important;
    padding-bottom: 40px;
}

body.index #modal #slider {
    padding: 40px 40px 0 40px;
    opacity: 0;
    transition: opacity 3s linear;
}

body.index #modal #slider li {
    width: 100%;
}

body.index #modal #slider.slick-initialized {
    opacity: 1;
}

body.index #modal #slider .slick-slide {
    width: 720px;
}

body.index #modal nav #modal-close {
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -38px;
    width: 31px;
    height: 32px;
    background-size: cover;
    background-image: url("../images/common/close.png");
    background-color: rgba(219, 219, 219, 0);
}

body.index #modal nav .btn-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 82px;
    width: 34px;
    font-size: 0;
    font-size: 0;
    background-image: url("../images/common/arrow.png");
    background-repeat: no-repeat;
    background-size: 34px 82px;
    background-position: center;
    outline: 0;
    cursor: pointer;
    background-color: rgba(219, 219, 219, 0);
}

body.index #modal nav .btn-slider#slider-prev {
    left: -45px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.index #modal nav .btn-slider#slider-next {
    right: -45px;
}

body.index .item__wrap {
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

body.index .item__wrap:after {
    content: '';
    display: block;
    clear: both;
}

body.index .item__img {
    width: 360px;
    opacity: 0;
}

body.index .item__txt {
    padding-left: 10px;
    width: 350px;
    opacity: 0;
}

body.index .item__txt h5 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .2em;
    line-height: 1.7em;
}

body.index .item__txt p {
    font-size: 18px;
    letter-spacing: .2em;
    line-height: 1.6;
    margin-top: 1.5em;
}

body.index .item__txt h5 {
    font-size: 24px;
    display: block;
    position: relative;
    left: -5px;
}

body.index .item__txt p {
    text-align: justify;
}


@media screen and (max-width: 360px) {
    body.index {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    body.index .parallax-item_01 {
        width: 100%;
        left: 0;
        top: 18%;
    }
}

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

    body.index .heading .text {
        padding-left: 30px;
        padding-right: 30px;
        text-align: justify;
    }
}



@media only screen and (max-width: 767px) {
    body.index .sub-img {
        max-width: inherit;
    }
}


@media only screen and (max-width: 767px) {
    body.index .img-sp {
        text-align: center;
        margin-top: 35px;
    }

    body.index .img-sp img {
        max-width: 300px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body.index .step {
        padding: 60px 0 53px;
    }

    body.index .step .text {
        padding: 0;
        font-size: 15px;
        font-size: 1.5rem;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    body.index .step ul {
        max-width: inherit;
        margin: 35px auto 30px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .step ul > li {
        width: calc((100% - 34px)/ 3);
    }
}

@media only screen and (max-width: 767px) {
    body.index .step ul > li:after {
        border-width: 7px 0 7px 12.1px;
        right: -18px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .step .note {
        line-height: 1.615384615em;
        text-align: left;
        letter-spacing: 0.2em;
    }

    body.index .step .note span {
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: .05em;
        line-height: 1.272727273em;
        margin-top: 10px;
    }
}



/*======
ipad
=======*/


@media only screen and (max-width: 767px) {
    body.index .lineup h3 {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: .2em;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    body.index .insta .button {
        margin-top: 4em;
    }

    body.index .insta .button > a:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    body.index .insta .button {
        margin-top: 2em;
    }

    body.index .insta .button > a {
        max-width: 290px;
        height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 4px;
        border: #5e4637 solid 1px;
    }

    body.index .insta .button > a:before {
        width: 21.5px;
        height: 20.5px;
        background-size: 21.5px 20.5px;
        top: 5px;
        margin-right: 3px;
        right: 0;
    }
}


@media only screen and (max-width: 767px) {
    body.index .voice__bg_img {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    body.index .voice__list {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 767px) {
    body.index .voice__list .inner-large {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    body.index .voice__list-item:nth-child(2n+1) {
        margin-left: 0;
    }

    body.index .voice__list-item:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    body.index .voice__list-item {
        transform: none !important;
        width: 100%;
    }

    body.index .voice__list-item:nth-child(1) {
        order: 2;
    }

    body.index .voice__list-item:nth-child(2) {
        order: 1;
        margin-top: 0;
    }

    body.index .voice__list-item:nth-child(3) {
        order: 4;
    }

    body.index .voice__list-item:nth-child(4) {
        order: 3;
    }
}

@media only screen and (min-width: 768px) {
    body.index .voice__list-item p {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: .18em;
    }
}

@media only screen and (max-width: 767px) {
    body.index .voice__list-item p {
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    body.index .instgram {
        padding: 50px 0 90px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .instgram h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    body.index .instgram .insta-list {
        padding: 40px 0 65px;
    }
}

@media all and (-ms-high-contrast: none) {
    body.index .instgram .insta-list li {
        margin-left: 27px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .instgram .insta-list li {
        width: calc((100% - 30px)/ 3);
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .instgram .sns-list {
        max-width: 187.5px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .instgram .sns-list li {
        width: 38px;
    }
}

@media only screen and (min-width: 768px) {
    body.index .instgram .sns-list li > a:hover {
        opacity: 0.7;
    }
}

@media only screen and (min-width: 768px) {
    body.index #modal .wrapper {
        max-height: 533px;
    }
}

@media only screen and (max-width: 767px) {
    body.index #modal .wrapper {
        width: 76% !important;
        max-width: 76% !important;
        padding-bottom: 20px;
        height: 84%;
    }
}

@media only screen and (max-width: 767px) {
    body.index #modal #slider {
        padding: 22px 22px 0 22px;
        overflow-y: scroll;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body.index #modal nav {
        max-width: 190px;
    }
}

@media only screen and (max-width: 767px) {
    body.index #modal nav #modal-close {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    body.index #modal nav .btn-slider {
        flex: 0 0 20px;
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) {
    body.index .item__wrap {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .item__wrap {
        padding-top: 0;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    body.index .item__img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    body.index .item__txt {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    body.index .item__txt {
        padding: 0 0 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body.index .item__txt h5 {
        font-size: 4.27vw;
    }
}

@media only screen and (max-width: 767px) {
    body.index .item__txt p {
        font-size: 3.73vw;
    }
}

#agegate {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none;
}

#age_block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
    height: 410px;
    background: #f6f3f3;
    box-sizing: border-box;
    padding: 50px 20px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

#age_block li {
    display: inline-block;
    margin: 5px 8px 0;
}

#age_block li img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s;
}

#age_block p {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    #age_block {
        width: 90%;
        height: 500px;
    }
}

#age_yes:hover {
    cursor: pointer;
    -moz-opacity: .5;
    opacity: 0.5;
}

#age_check:hover {
    cursor: pointer;
}

#age_block p.logo {
    margin-top: 40px;
}

#age_block p.logo img {
    width: 105px;
    height: auto;
}
