@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;
}

* {
    min-height: 0;
    min-width: 0;
}

.d_none {
    display: none !important;
}

.d_block {
    display: block !important;
}

.wh {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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);
    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,
.slick-slide2,
.slick-slide3 {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

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

.slick-slide img,
.slick-slide2 img,
.slick-slide3 img {
    display: block;
}

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

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

.slick-initialized .slick-slide,
.slick-initialized .slick-slide2,
.slick-initialized .slick-slide3 {
    display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-slide2,
.slick-loading .slick-slide3 {
    visibility: hidden;
}

.slick-vertical .slick-slide,
.slick-vertical .slick-slide2,
.slick-vertical .slick-slide3 {
    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,
.slick-next2,
.slick-prev2,
.slick-next3,
.slick-prev3 {
    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%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}

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

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

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

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

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before,
.slick-next2.slick-disabled:before,
.slick-prev2.slick-disabled:before,
.slick-next3.slick-disabled:before,
.slick-prev3.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-next2:before,
.slick-next3: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,
.slick-prev2,
.slick-prev3 {
    left: -25px;
}

.slick-prev:before,
.slick-prev2:before,
.slick-prev3: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,
[dir=rtl] .slick-prev2,
[dir=rtl] .slick-prev3 {
    left: auto;
    right: -25px;
}

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

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

.slick-next,
.slick-next2,
.slick-next3 {
    right: -25px;
}

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

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

[dir=rtl] .slick-next:before,
[dir=rtl] .slick-next2:before,
[dir=rtl] .slick-next3: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: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.yugo {
    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;
    -webkit-box-sizing: border-box;
    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;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    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-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner {
    max-width: 1094px;
    padding: 0 30px;
    margin: 0 auto;
}

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

.heading p {
    letter-spacing: .015em
}

.tC {
    text-align: center;
}

.po-re {
    position: relative;
}

.illust {
    position: absolute;
}



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

    .inner {
        padding: 0 20px;
        max-width: inherit;
    }
}

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

.inner-small {
    max-width: 800px;
    padding: 0 30px;
    margin: 0 auto;
}

.voice .inner-small {
    max-width: 986px;
    margin: 0 auto;
}

.inner-herb {
    max-width: 744px;
    /*    padding: 0 30px;*/
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

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

    .inner-herb {
        padding: 0 10px;
        max-width: inherit;
    }
}

.delayed-show p,
.delayed-show span,
.delayed-show h4 {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition-property: opacity transform;
    transition-property: opacity transform;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

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

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span,
.delayed-show.is-active h4 {
    opacity: 1;
    -webkit-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) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.delayed-show.is-active img,
.delayed-show.is-active p,
.delayed-show.is-active span {
    opacity: 1;
    -webkit-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) {
    -webkit-transition-delay: 0.3s;
    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);
    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) {
    -webkit-transition-delay: 0.6s;
    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);
    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) {
    -webkit-transition-delay: 0.9s;
    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);
    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) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.voice-fadein .voice__list-item:nth-child(4) p {
    -webkit-transition-delay: 1.7s;
    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);
    transform: translateY(0);
}

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

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

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

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

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

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

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

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

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

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

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

.modallist-fadein .modal-list > li:nth-child(11) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.modallist-fadein .modal-list > li:nth-child(12) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modallist-fadein.is-active .ex > .box {
    opacity: 1;
    -webkit-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);
    transform: translateY(0);
}

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

.footer {
    clear: both;
    border-top: #c8c8c8 solid 1px;
}

.footer * {
    color: #000;
}

.footer img {
    vertical-align: bottom;
}

.footer a:hover {
    -webkit-transition: all .3s;
    -webkit-transition: all 0.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-pt-00 {
        padding-top: 0;
    }
    .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__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-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__list{
    position: relative;
    z-index: 80;

}
.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;
    position: relative;
    z-index: 80;
}

@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;
}

.footer__txt_copyright a {
    text-decoration: none;
}

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

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: 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;
    -webkit-transition: all 0.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;
        -webkit-transition: all 0.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;
        position: relative;
    }
}

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

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

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

.header .hamburger.is-active span:nth-of-type(1) {
    top: 50%;
    -webkit-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);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

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

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

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

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

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    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: #335d15;
        z-index: 999;
        position: fixed;
        top: -100vh;
        left: 0;
        -webkit-transition: top, .5s;
        transition: top, .5s;
        padding: 124px 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: 2rem;
        letter-spacing: .2em;
        position: relative;
        color: #fff;
        line-height: 1.5625em;
        margin: 18px 0 0;
        text-align: left
    }

    .header__nav > li:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -10px;
    }

    .header__nav > li:last-child:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: -10px;
    }
}

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

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

body.index h3 {
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: .14em;
    line-height: 1.724137931em;
}

body.index .text {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 2.4em;
    /* padding: 61px 0; */
    padding: 61px 0 120px;
}

body.index .text2 {
    padding: 60px 0 70px 0;
}

body.index .note {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .2em;
    line-height: 1.888888889em;
    text-align: center;
}

body.index .note span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.666666667em;
    display: block;
    margin-top: 5px;
}

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

body.index .parallax-item {
    position: absolute;
    z-index: 10;
    opacity: 0.9;
}

body.index .parallax-item_water {
    width: 1115px;
    left: 20%;
    top: 20%;
}

body.index .parallax-item_herb01 {
    width: 404px;
    left: 0;
    bottom: -38%;
}

body.index .parallax-item_herb02 {
    width: 333px;
    right: 0;
    bottom: -40%;
}

body.index .parallax-item_01 {
    width: 30%;
    right: 0;
    top: 45em;
}

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

body.index .parallax-item_02 {
    width: 30%;
    left: 0;
    top: 54em;
}

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

body.index .parallax-item_lineup_01 {
    width: 467px;
    right: -190px;
    top: 520px;
}

body.index .parallax-item_lineup_02 {
    width: 333px;
    left: -30px;
    top: 22em;
}

body.index .parallax-item_lineup_berry {
    width: 408px;
    right: 0;
    top: 22em;
}

body.index .parallax-item_lineup_elda {
    width: 364px;
    left: 0;
    top: 110%;
}

body.index .parallax-item_03 {
    width: 297px;
    left: -50px;
    top: 100%;
}

body.index .parallax-item_04 {
    width: 160px;
    right: 10px;
    top: 90%;
}

body.index .parallax-item_05 {
    width: 380px;
    left: -380px;
    top: 40%;
    z-index: 1 !important;
}

body.index .parallax-item_06 {
    width: 380px;
    right: -380px;
    top: 50%;
    z-index: 1 !important;
}

body.index .parallax-item_07 {
    width: 533px;
    left: -230px;
    bottom: 100px;
}

body.index .parallax-item_08 {
    width: 470px;
    left: -520px;
    top: -1740px;
}

body.index .parallax-item_09 {
    width: 345px;
    top: -758px;
    right: -290px;
}

body.index .parallax-item_10 {
    width: 396px;
    top: 0;
    left: -140px;
}

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

    body.index .parallax-item_lineup_elda {
        width: 46%;
        left: 0;
        top: 109%;
    }

    body.index .parallax-item_03 {
        width: 40%;
        left: -50px;
        top: 130%;
    }

    body.index .parallax-item_04 {
        width: 40%;
        right: -50px;
        top: 125%;
    }

    body.index .parallax-item_water {
        width: 100%;
        left: 20%;
        top: 110%;
    }

    body.index .parallax-item_herb01 {
        width: 40%;
        left: -15%;
        bottom: -100%;
    }

    body.index .parallax-item_herb02 {
        width: 40%;
        right: -15%;
        bottom: -100%;
    }

    body.index .parallax-item_lineup_01 {
        width: 50%;
        right: -10%;
        top: 90%;
    }

    body.index .parallax-item_lineup_02 {
        width: 40%;
        left: -30px;
        top: 110%;
    }
}

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

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

body.index .mv {
    position: relative;
}

body.index .mv__text {
    /* width: 280px;
    position: absolute;
    left: 20%;
    top: 17%; */
    width: 191px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -160px;
}

.mv__img img {
    width: 100%;
}

body.index .sub-img {
    max-width: 652px;
    width: 100%;
    margin: 0 auto;
}

body.index .lineup {
    padding: 75px 0 100px;
}

body.index .lineup .inner {
    position: relative;
}

body.index .lineup h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 1em;
    color: #aa8321;
}

body.index .lineup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 20px;
}

body.index .lineup .item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 27%;
}

body.index .lineup .item figure .img {
    width: 62%;
}

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

body.index .lineup .item figure figcaption {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.4em;
    padding-left: 0;
    position: relative;
    bottom: 10px;
}

body.index .lineup .item figure figcaption h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 4em;
    margin-top: 1em;
    margin-left: -1em;
    margin-top: 2em;
}

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

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

#lineup .button {
    margin: 6em auto 0;
    text-align: center;
    color: #335d15;
}

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

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

body.index .voice {
    padding-bottom: 80px;
    background-image: url("../images/voice/bg_pc.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body.index .voice h3 {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    padding: 100px 0 40px;
}

body.index .voice h3 span {
    color: #333;
    padding: 0 0.2em;
}

body.index .voice__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.index .voice__bg_img {
    width: 25%;
}

body.index .voice__bg img {
    width: 100%;
}

body.index .voice__list .inner-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.index .voice__list-item {
    position: relative;
    margin-bottom: 2.5em;
    padding: 1.5em 2em;
    background: rgba(255, 255, 255, .85);
    /* border-radius: 5px; */
    background-repeat: repeat;
}

body.index div.voice__list-item:nth-child(2) {
    /* padding: 0em 2em; */
}

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

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

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

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

body.index .insta {
    padding: 75px 0 100px;
}

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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;
    -webkit-transition: all 0.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: 90%;
    }

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

    body.index .lineup .item figure:nth-child(1) figcaption {
        padding-left: 19vw;
    }
}

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

body.index #modal .bg,
body.index #modal2 .bg,
body.index #modal3 .bg {
    position: fixed;
    /* background: rgba(237, 247, 229, 0.8); */
    background: rgba(235,235,222,0.8);
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

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

body.index #modal #slider,
body.index #modal2 #slider2,
body.index #modal3 #slider3 {
    padding: 40px 40px 0 40px;
    opacity: 0;
    -webkit-transition: opacity 3s linear;
    transition: opacity 3s linear;
}

body.index #modal #slider li,
body.index #modal2 #slider2 li,
body.index #modal3 #slider3 li {
    width: 100%;
}

body.index #modal #slider.slick-initialized,
body.index #modal2 #slider2.slick-initialized,
body.index #modal3 #slider3.slick-initialized {
    opacity: 1;
}

body.index #modal #slider .slick-slide,
body.index #modal2 #slider2 .slick-slide2,
body.index #modal3 #slider3 .slick-slide3 {
    width: 720px;
}

body.index #modal nav #modal-close,
body.index #modal2 nav #modal-close2,
body.index #modal3 nav #modal-close3 {
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px;
    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,
body.index #modal2 nav .btn-slider2,
body.index #modal3 nav .btn-slider3 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 82px;
    width: 34px;
    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,
body.index #modal2 nav .btn-slider2#slider-prev2,
body.index #modal3 nav .btn-slider3#slider-prev3 {
    left: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.index #modal nav .btn-slider#slider-next,
body.index #modal2 nav .btn-slider2#slider-next2,
body.index #modal3 nav .btn-slider3#slider-next3 {
    right: -50px;
}

body.index .item__wrap,
body.index .item__wrap2,
body.index .item__wrap3 {
    padding-top: 30px;
}

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

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

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

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

body.index .item__txt p,
body.index .item__txt2 p,
body.index .item__txt3 p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-top: 1.5em;
    padding: 0;
}

body.index .item__txt h5,
body.index .item__txt2 h5,
body.index .item__txt3 h5 {
    display: block;
    position: relative;
    left: -5px;
}

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

@media only screen and (max-width: 767px) {
    body.index h3 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.676470588em;
    }
}

@media only screen and (max-width: 767px) {
    body.index .text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.857142857em;
        padding: 40px 0;
        text-align: left;
    }
}

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

@media only screen and (max-width: 767px) {
    body.index .note {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2em;
        letter-spacing: 0;
    }
}

@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: 211px;
        right: -110px;
        top: 397px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .parallax-item_02 {
        width: 123.5px;
        left: 0;
        bottom: auto;
        top: 570px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .parallax-item_05 {
        width: 244px;
        left: -58px;
        top: auto;
        bottom: 160px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .parallax-item_07 {
        width: 240px;
        left: -52px;
        bottom: auto;
        top: -1460px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .parallax-item_09 {
        width: 155px;
        top: -1400px;
        right: -43px;
    }
}

@media only screen and (max-width: 767px) {
    body.index .parallax-item_10 {
        width: 162px;
        bottom: 785px;
        top: auto;
        left: -60px;
    }
}

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

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

@media only screen and (max-width: 767px) {
    body.index .mv__text {
        /* width: 38.8%;
        left: 6.67vw;
        top: 8vw; */

        width: 27.8%;
        margin-top: -26%;
        left: 56.67vw;
    }
}

@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%;
    }
}

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

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

@media only screen and (max-width: 767px) {
    body.index .lineup h3 {
        font-size: 2rem;
        letter-spacing: .2em;
        margin-bottom: 30px;
        text-align: left;
        color: #aa8321;
    }
}

@media only screen and (max-width: 767px) {
    body.index .lineup .item {
        margin: 0 0 8px;
        width: 100%;
        /*    display: block; */
        position: relative;
        z-index: 10;
    }
}

@media only screen and (max-width: 767px) {
    body.index .lineup .item figure {
        width: 100%;
        margin-bottom: 1em;
        display: block;
    }

    body.index .lineup .item figure .img {
        width: 65%;
    }

    body.index .lineup .item figure:nth-child(1) .img {
        margin: 0 0 0 auto;
    }

    body.index .lineup .item figure:nth-child(2) .img {
        margin: 0 auto 0 0;
    }

    body.index .lineup .item figure .box2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    body.index .lineup .item figure .box1 {
        -webkit-box-ordinal-group: -1;
        -webkit-flex-order: -1;
        -moz-flex-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media only screen and (max-width: 767px) {
    body.index .lineup .item figure figcaption {
        font-size: 13px;
        font-size: 1.3rem;
        bottom: auto;
        text-align: left;
        margin-top: 13px;
    }

    body.index .lineup .item figure figcaption p {
        text-align: left;
    }

    body.index .lineup .item figure figcaption span {
        display: block;
        text-align: left;
        font-size: 4.5vw;
    }

    body.index .lineup .item figure:nth-child(1) figcaption span {
        padding-left: 4.5vw;
    }

    body.index .lineup .item figure:nth-child(2) figcaption span {
        padding-left: 8.5vw;
    }

    body.index .lineup .item figure:nth-child(1) figcaption p {
        /*        padding-left: 4.5vw;*/
    }

    body.index .lineup .item figure:nth-child(2) figcaption p {
        padding-left: 4.5vw;
    }
}

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

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

@media only screen and (max-width: 767px) {
    #lineup .button {
        margin-top: 0;
    }

    #lineup .button > a {
        max-width: 290px;
        height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 4px;
        border: #246739 solid 1px;
    }
}

@media only screen and (max-width: 767px) {
    #lineup .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 (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 {
        padding-bottom: 2em;
        background-image: url("../images/voice/bg_sp.png");
    }
}

@media only screen and (max-width: 767px) {
    body.index .voice h3 {
        font-size: 18px;
        font-size: 2.8rem;
        letter-spacing: 0;
        padding: 12vw 0 6.67vw;
        z-index: 1;
    }
}

@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);
        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 {
        -webkit-transform: none !important;
        transform: none !important;
        width: 88.67vw;
    }

    body.index .voice__list-item:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    body.index .voice__list-item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    body.index .voice__list-item:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    body.index .voice__list-item:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        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;
        text-align: center;
    }

    body.index div.voice__list-item:nth-child(2) p {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: .18em;
        text-align: center;
    }
}

@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,
    body.index #modal2 .wrapper2,
    body.index #modal3 .wrapper3 {
        max-height: 533px;
    }
}

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

    body.index #modal .wrapper,
    body.index #modal2 .wrapper2,
    body.index #modal3 .wrapper3 {
        width: 245px !important;
        max-width: 245px !important;
        padding-bottom: 20px;
        height: 84%;
    }
}

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

    body.index #modal #slider,
    body.index #modal2 #slider2,
    body.index #modal3 #slider3 {
        padding: 22px 22px 0 22px;
    }
}

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

    body.index #modal nav,
    body.index #modal2 nav,
    body.index #modal3 nav {
        max-width: 190px;
    }
}

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

    body.index #modal nav #modal-close,
    body.index #modal2 nav #modal-close2,
    body.index #modal3 nav #modal-close3 {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

    body.index #modal nav .btn-slider,
    body.index #modal2 nav .btn-slider2,
    body.index #modal3 nav .btn-slider3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) {

    body.index .item__wrap,
    body.index .item__wrap2,
    body.index .item__wrap3 {
        padding-bottom: 30px;
    }
}

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

    body.index .item__wrap,
    body.index .item__wrap2,
    body.index .item__wrap3 {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 768px) {

    body.index .item__img,
    body.index .item__img2,
    body.index .item__img3 {
        float: left;
    }
}

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

    body.index .item__img,
    body.index .item__img2,
    body.index .item__img3 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    body.index .item__txt,
    body.index .item__txt2,
    body.index .item__txt3 {
        float: right;
    }
}

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

    body.index .item__txt,
    body.index .item__txt2,
    body.index .item__txt3 {
        padding: 0 0 10px;
        width: 100%;
    }
}

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

    body.index .item__txt h5,
    body.index .item__txt2 h5,
    body.index .item__txt3 h5 {
        font-size: 16px;
        font-size: 1.6rem;
        text-indent: -1em;
        margin-left: 1em;
    }
}

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

    body.index .item__txt p,
    body.index .item__txt2 p,
    body.index .item__txt3 p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

_::-webkit-full-page-media,
_:future {
    background-size: auto 53px;
    line-height: 53px;
}

:root body.index .herb .desc_heading {
    background-size: auto 53px;
    line-height: 53px;
}

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

    _::-webkit-full-page-media,
    _:future {
        background: 0 0;
    }

    :root body.index .herb .desc_heading {
        background: 0 0;
    }
}

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

#age_block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
    height: 410px;
    background: #f6f3f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -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;
    -webkit-transition: 0.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;
}

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

.taC_pc {
    text-align: center;
}

main p {
    font-size: 1.94rem;
    line-height: 2.4;
    padding: 39px 0;
}

.po-ab {
    position: absolute;
}

.taC {
    text-align: center;
}

.taR {
    text-align: right;
}

.ann {
    padding: 10px 0 0 0;
    line-height: 1.4;
}

#about .bg_grn {
    background: #f2f4ef;
    margin: 0 calc(50% - 50vw);
    padding: 0 0 1px 0;
    width: 100vw;
}

#about .m-none {
    padding: 50px 0 1px 0;
}

#about #about-woods .btshape {
    background-image: url(../images/about/about-woods/btshape_pc.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #f2f4ef;
    margin: 0 calc(50% - 50vw);
    /* padding: 0 0 97px 0; */
    padding: 0 0 107px 0;
    width: 100vw;
}

#about .about-title-set {
    margin-top: 237px;
}
#about .about-title-set.w-98 {
    margin: 237px calc( 50% - 48vw ) 0;
    width: 96vw;
}

#about .m-none .about-title-set {
    margin-top: 0;
}

#about .about-title-set > figure img {
    margin-top: -237px;
}

#about .m-none .about-title-set > figure img {
    margin-top: 0;
}

#about .about-intro-txt {
    max-width: 864px;
    margin: -80px auto 50px;
    padding: 45px 60px 49px;
    background: #fff;
    position: relative;
    z-index: 10;
}

#about .about-intro-txt .taC_pc {
    font-size: 2rem;
    line-height: 2.4;
    padding: 39px 0 0 0;
}

#about .about-intro-txt .taC_pc + figure {
    margin-top: 39px;
}

#about #about-woods .about-intro-txt__title {
    max-width: 744px;
    margin: 0 auto;
    text-align: center;
}

#about #about-woods h3 {
    margin-bottom: 13px;
}

.sec-title {
    margin: 0 calc(50% - 50vw) 50px;
    width: 100vw;
    text-align: center;
    background: #335d15;
    font-size: 3.6rem;
    color: #fff;
    padding: 28px 0;
}

#about .img01 {
    /* top: -20%; */
    top: -18%;
    right: -6%;
    z-index: 100;
}

.graph {
    padding: 130px 0 50px;
    text-align: center;
}

.bln01 {
    top: 6%;
    left: 21%;
}

.bln02 {
    top: 16%;
    right: 21%;
}

.bln03 {
    bottom: 9%;
    left: 21%;
}

.bln04 {
    bottom: -55%;
    left: 16.5%;
}

.bln05 {
    bottom: -55%;
    left: 38.8%;
}

.bln06 {
    bottom: -55%;
    right: 17.5%;
    z-index: 100;
}

#illust01 {
    max-width: 320px;
    top: 400px;
    /* left: 0; */
    left: -50px;
}

#illust02 {
    top: 37%;
    left: 0;
    width: 30%;
}

#illust03 {
    /* top: 527px;
    right: 150px; */
    top: 517px;
    right: 20px;
}

#illust04 {
    width: 40%;
    top: 54%;
    right: 0;
}

#illust05 {
    top: -300px;
    right: -40px;
}

#illust06 {
    top: -24%;
    right: 0;
    width: 25%;
}

#illust07 {
    top: 741px;
    right: 60px;
}

#illust08 {
    top: 42%;
    right: 2%;
    width: 14%;
}

#illust09 {
    /* top: -400px; */
    top: -700px;
    left: 0;
}

#illust10 {
    top: -29%;
    right: 0;
    width: 20%;
    z-index: -1;
}

#illust11 {
    top: 0;
    left: 0;
}

#illust12 {
    top: 0;
    left: 0;
}

#illust13 {
    top: -210px;
    left: 0;
}

#illust14 {
    top: -3%;
    left: 0;
    width: 26%;
}

#illust15 {
    top: -61px;
    left: 60px;
    z-index: -1;
}

#illust16 {
    top: 73%;
    left: 0;
    width: 20%;
    /* z-index: 100; */
    z-index: 10;
}

#illust17 {
    top: -550px;
    right: 0px;
}

#illust18 {
    width: 30%;
    top: 206%;
    right: 0;
    z-index: 20;
}

#illust19 {
    top: -660px;
    left: 60px;
}

#illust20 {
    width: 32%;
    top: 58%;
    left: 0;
}

#illust21 {
    top: -530px;
    /* left: 180px; */
    left: -80px;
}

#illust22 {
    width: 10%;
    top: 60%;
    left: 0;
    z-index: -1;
}

#illust23 {
    top: 470px;
    /* right: 0; */
    right: -60px;
    z-index: 10;
}

#illust24 {
    width: 15%;
    /* top: 131.5%;
    right: 2.5%; */
    top: 151.5%;
    right: 0.5%;
    z-index: 20;
}

#illust25 {
    top: -1180px;
    left: -240px;
}

#illust26 {
    width: 29%;
    top: 102%;
    left: 0;
    z-index: 20;
}

#illust27 {
    top: -630px;
    right: -200px
}

#illust28 {
    width: 20%;
    top: 41%;
    right: 0;
}

#illust29 {
    top: -70px;
    /* left: 0; */
    left: -100px;
}

#illust30 {
    width: 30%;
    top: 118%;
    left: 3%;
}

#illust31 {
    top: -2350px;
    left: 50px;
    opacity: .6;
}

#illust32 {
    width: 27%;
    top: 21%;
    left: 0;
}

#illust33 {
    /* top: 290px; */
    top: -220px;
    left: 0;
    opacity: .7;
}

#illust34 {
    width: 30%;
    top: -168%;
    right: 0;
}

#illust35 {
    top: -1930px;
    right: 130px;
}

#illust36 {
    width: 33%;
    /* top: 40%; */
    top: 9%;
    right: 0;
}

#illust37 {
    top: -1241px;
    left: 50px;
    display: none;
}

#illust38 {
    width: 30%;
    top: -125%;
    right: 0;
}

#illust39 {
    /* top: 1000px; */
    /* top: 820px; */
    top: 680px;
    right: -10px;
    z-index: 10;
}

#illust40 {
    width: 30%;
    /* top: 146%; */
    top: 100%;
    left: 0;
    z-index: 100;
}

#illust41 {
    top: -197px;
    left: 0;
}

#illust42 {
    width: 34%;
    top: -300%;
    right: 3%;
}

#illust43 {
    top: -2721px;
    right: 120px;
    display: none;
}

#about .bg_herbs {
    background: url(../images/about/about-woods/bg_herbs_pc.png) center top repeat-x;
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
    padding: 0 0 93px 0;
}

#about .bg_herbs_title {
    padding: 100px 0 29px 0;
}

#about .modal-list {
    width: 744px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*    padding: 2.5em 3em 2em;*/
}

#about .modal-triger {
    width: 16.6%;
    text-align: center;
    margin: 0 0 25px 0;
}
#about .modal-triger,
#craft-gin .modal-triger2,
#craft-gin .modal-triger3{
    cursor: pointer;
}
#about .fre-img-margin {
    margin-bottom: 436px;
}

#about .bg_herbs .modal-triger .img {
    margin-bottom: 6px;
}

#about .small {
    font-size: 1.4rem;
}

#about .movie {
    margin: 80px 0;
}

#about #modal-overlay {
    display: none;
}

#about #about-water h3 {
    text-align: center;
    margin-top: 80px;
}

#about #about-water .about-water_btm {
    margin-bottom: 80px;
}

#have-fun .sec-ttle_mb {
    margin-bottom: 60px;
}

#have-fun .stack {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#have-fun li {
    width: 450px;
    margin-bottom: 50px;
    z-index: 200;
}

#have-fun li:nth-child(3),
#have-fun li:nth-child(4) {
    margin-bottom: 0;
}

#have-fun .have-fun_imgset {}

#have-fun .have-fun_imgset__icn {
    width: 30%;
    top: 19px;
    left: -21px;
}

#have-fun p {
    font-size: 1.7rem;
    line-height: 2.235;
    padding: 10px 0 0 0;
}

#cocktails h2 {
    margin: 90px calc(50% - 50vw) 50px;
    width: 100vw;
    text-align: center;
    background: url(../images/cocktails/recipe/recipe_h2title_bg_pc.png) center top repeat-x;
    background-size: cover;
    font-size: 3.4rem;
    color: #fff;
    padding: 30px 0 14px;
}

#cocktails h2 span {
    text-align: center;
    color: #fff;
}

#cocktails h2 span:after {
    content: "";
    display: block;
    background: url(../images/cocktails/recipe/recipe_h2title_underline_pc.png) no-repeat;
    width: 236px;
    height: 8px;
    margin: 8px auto 0;
}

#cocktails ul.recipe_stack {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cocktails ul.recipe_stack li {
    width: 473px;
    height: 917px;
    margin-bottom: 30px;
    background: #fbfaf6;
}

#cocktails .recipe_title {
    margin-top: 30px;
}

#cocktails .cock-word {
    padding: 0 0 27px;
}

#cocktails .cock-word .grn {
    font-size: 120%;
    color: #335d15;
}

#cocktails dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 376px;
    margin: 0 auto 15px;
    font-size: 2.1rem;
}

#cocktails dl dt {
    width: 50%;
    border-bottom: 1px solid #b2c79e;
    padding-bottom: 6px;
    text-align: left;
}

#cocktails dl dd {
    width: 50%;
    border-bottom: 1px solid #b2c79e;
    padding-bottom: 6px;
    text-align: right;
}

#cocktails dl .wide {
    width: 80%;
}

#cocktails dl .min {
    width: 20%;
}

#cocktails .small {
    width: 376px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.285;
    padding: 0;
}

#cocktails .bg_gry {
    background: #3c2901;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
    padding: 9px 0;
    margin-bottom: 90px;
}

#cocktails #craft-gin .craft-p {
    padding: 26px 0 0 0;
}

#cocktails #craft-gin-stack01 {
    /*    margin: 90px calc(50% - 50vw) 50px;*/
    width: 100%;
    padding: 60px 0 0 0;
    /*    width: 100vw;*/
    background: url(../images/cocktails/craft-gin/craft-gin-stack01_bg_pc.png) no-repeat;
    background-size: cover;
}

#cocktails #craft-gin-stack02 {
    /*    margin: 90px calc(50% - 50vw) 50px;*/
    width: 100%;
    padding: 0 0 74px 0;
    /*    width: 100vw;*/
    background: url(../images/cocktails/craft-gin/craft-gin-stack02_bg_pc.png) no-repeat;
    background-size: cover;
}

#cocktails #craft-gin-stack03 {
    /*    margin: 90px calc(50% - 50vw) 50px;*/
    width: 100%;
    padding: 0 0 74px 0;
    /*    width: 100vw;*/
    background: url(../images/cocktails/craft-gin/craft-gin-stack03_bg_pc.png) no-repeat;
    background-size: cover;
}

#cocktails #craft-gin-stack01 figure {
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

#cocktails #craft-gin-stack01 .enclosure {
    width: 529px;
    font-size: 2rem;
    color: #fff;
    border: 2px solid #fff;
    padding: 19px 25px;
    top: 147px;
    right: 0;
}

#cocktails #craft-gin-stack01 .enclosure span {
    color: #fff;
}

#cocktails #craft-gin-stack02 h3,
#cocktails #craft-gin-stack03 h3 {
    text-align: center;
    padding: 67px 0 60px;
}

#cocktails #craft-gin .craft-p {
    padding: 26px 0 0 0;
    color: #fff;
}

#cocktails #craft-gin .stack {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#cocktails #craft-gin .stack div.box:nth-child(1) {
    width: 518px;
}

#cocktails #craft-gin .stack div.box:nth-child(2) {
    width: 428px;
    padding: 4px;
    border: 2px solid #7a5956;
    background: rgba(0, 0, 0, .5);
}

#cocktails #craft-gin .stack div.box:nth-child(2) .wrapper {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 2px solid #7a5956;
}

#cocktails #craft-gin .stack div.box:nth-child(2) .wrapper > h4 {
    margin: 10px 0 20px;
    text-align: center;
}

#cocktails #craft-gin .stack div.box:nth-child(2) .wrapper > p {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
}

#cocktails div.stack .modal-list2,
#cocktails div.stack .modal-list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#cocktails div.stack .modal-triger2,
#cocktails div.stack .modal-triger3 {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
}

#cocktails div.stack li.modal-triger2:nth-child(9),
#cocktails div.stack li.modal-triger3:nth-child(9),
#cocktails div.stack li.modal-triger2:nth-child(10),
#cocktails div.stack li.modal-triger3:nth-child(10) {
    margin-bottom: 15px;
}

#cocktails div.stack .img img {
    width: 85%;
}

#cocktails div.stack span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.14;
    padding-top: 5px;
    color: #fff;
}

#lineup {
    padding-top: 100px;
    margin-bottom: 80px;
}

#lineup h2 {
    font-size: 36px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 36px;
}

#lineup .stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 73px;
}

#lineup li {
    width: 33%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    z-index: 100;
}

#lineup li p {
    text-align: left;
    padding: 0;
}

#lineup .itemname {
    font-size: 2.3rem;
    line-height: 1.34;
    margin-top: -13px;
}

#lineup li:nth-child(1) .itemname {
    margin-bottom: 71px;
}

#lineup li:nth-child(2) .itemname {
    margin-bottom: 71px;
}

#lineup li:nth-child(3) .itemname {
    margin-bottom: 15px;
}

#lineup li:nth-child(4) .itemname {
    margin-bottom: 71px;
}

#lineup .itemcapa {
    font-size: 2.2rem;
    line-height: 1.4;
}

#lineup .itemdetail {
    font-size: 1.6rem;
    line-height: 1.6;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px){
    div[id^="illust"]{
        width: 30%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    #about #about-woods .btshape {
        margin: 0;
        width: 100%;
    }
    #about .bg_herbs {
        margin: 0;
        width: 100%;
    }
    #about .bg_grn {
        margin: 0;
        width: 100%;
    }
    div[id^="illust"]{
        width: 20%;
    }
    .sec-title {
        margin: 0;
        width: 100%;
    }
    #cocktails h2 {
        margin: 90px 0 50px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .taC_pc {
        text-align: inherit;
    }

    #about .about-title-set {
        margin-top: 31.6vw;
    }

    #about .about-title-set.w-98 {
    margin: 31.6vw calc( 50% - 50vw ) 0;
    width: 100vw;
}

    #about .about-title-set > figure img {
        margin-top: -31.6vw;
    }

    #about .about-intro-txt {
        max-width: 89.33vw;
        margin: -5.33vw auto 6.67vw;
        padding: 6.6vw 6.67vw 10.67vw;
        background: #fff;
        position: relative;
        z-index: 10;
    }

    #about .about-intro-txt .taC_pc {
        font-size: 1.4rem;
        line-height: 2;
        padding: 6.67vw 0 0 0;
    }

    .sec-title {
        margin: 0 calc(50% - 50vw) 0;
        font-size: 2.6rem;
        line-height: 1.25;
        padding: 3.467vw 0;
    }

    main p {
        font-size: 1.4rem;
        line-height: 2;
        padding: 2vw 0;
    }

    .sp-inner {
        width: 89.33vw;
        margin: 0 auto;
    }

    #about .img01 {
        /* width: 46.93vw;
        top: -19%;
        right: 10%; */
        width: 44.93vw;
        top: -16%;
        right: 8%;
        z-index: 100;
    }

    #about #about-woods .btshape {
        background-image: url(../images/about/about-woods/btshape_sp.png);
        background-size: contain;
        /* padding: 0 0 8vw 0; */
        padding: 0 0 11vw 0;
    }

    .bln01 {
        width: 30.67vw;
        top: 7%;
        left: 2%;
    }

    .bln02 {
        width: 40.27vw;
        top: 17%;
        right: 4%;
    }

    .bln03 {
        width: 33.07vw;
        bottom: 7.5%;
        left: 2%;
    }

    .bln04 {
        width: 28vw;
        bottom: -64%;
        left: 4%;
    }

    .bln05 {
        width: 36.67vw;
        bottom: -64%;
        left: 34.5%;
    }

    .bln06 {
        width: 20.8vw;
        bottom: -64%;
        right: 5.4%;
    }

    .graph {
        padding: 23vw 0 6vw;
    }

    #about .bg_herbs {
        background: url(../images/about/about-woods/bg_herbs_sp.png) center top repeat-x;
        background-size: cover;
        margin: 0 calc(50% - 50vw) 2.67vw;
        padding: 0 0 5vw 0;
    }

    #about .modal-list {
        width: 100%;
    }

    #about .modal-triger {
        width: 25%;
    }

    #about li.modal-triger:nth-child(1),
    #about li.modal-triger:nth-child(2),
    #about li.modal-triger:nth-child(3) {
        width: 33.33%;
    }

    #about .bg_herbs .img img {
        width: 85%;
    }

    #about .modal-triger span {
        font-size: 8px;
    }

    #about .bg_herbs_title {
        padding: 9.33vw 0 8vw 0;
        font-weight: bold;
    }

    #about .sp_kaori-title {
        width: 66.67%;
        margin: 0 auto;
    }

    #about .fre-img-margin {
        width: 93.7%;
        margin: 0 auto 57vw;
    }

    #about .about-intro-txt .taC_pc + figure {
        margin-top: 6.67vw;
    }

    #about .small {
        font-size: 1rem;
    }

    .ann {
        padding: 1vw 0 0 0;
    }

    #about .movie {
        width: 89.33vw;
        margin: 10.6vw auto;
    }

    #about .m-none {
        padding: 0 0 1px 0;
    }

    #about #about-water h3 {
        width: 77.33vw;
        margin: 10.06vw auto 0;
    }

    .sp-inner {
        width: 89.33vw;
        margin: 0 auto;
        padding: 6.67vw 0;
    }

    #about #about-water .about-water_btm {
        margin-bottom: 0;
    }

    #have-fun figure {
        width: 89.33vw;
    }

    #have-fun .stack {
        display: block;
    }

    #have-fun p {
        width: 88%;
        margin: 0 auto;
        line-height: 1.866;
        padding: 8vw 0 0 0;
    }

    #have-fun li {
        width: 100%;
        margin-bottom: 10.06vw;
    }

    #have-fun li:nth-child(3),
    #have-fun li:nth-child(4) {
        margin-bottom: 10.06vw;
    }

    #have-fun .sec-ttle_mb {
        margin-bottom: 10.06vw;
    }

    #have-fun .have-fun_imgset__icn {
        width: 26.13vw;
    }

    #have-fun .sp-icnR {
        top: 5.2vw;
        left: inherit;
        right: 5vw;
    }

    #have-fun .sp-icnL {
        top: 5.2vw;
        left: 5vw;
    }

    #have-fun .sp-poR {
        margin: 0 0 0 auto;
    }

    #cocktails ul.recipe_stack {
        display: block;
    }

    #cocktails ul.recipe_stack li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        background: #f2f3eb;
    }

    #cocktails h2 {
        margin: 10.06vw calc(50% - 50vw) 0;
        background: url(../images/cocktails/recipe/recipe_h2title_bg_sp.png) center top repeat-x;
        background-size: cover;
        font-size: 2.6rem;
        padding: 10.06vw 0 6.67vw;
    }

    #cocktails h2 span:after {
        content: "";
        display: block;
        background: url(../images/cocktails/recipe/recipe_h2title_underline_sp.png) repeat-x;
        width: 50.5vw;
        height: 8px;
        margin: 8px auto 0;
    }

    #cocktails dl {
        width: 77.73vw;
        margin: 0 auto 2.67vw;
        font-size: 1.55rem;
    }

    #cocktails .cock-word {
        padding: 0 0 5.33vw;
    }

    #cocktails .recipe_title {
        width: 77.73vw;
        margin: 5.33vw auto 0;
        margin-top: 30px;
    }

    #cocktails .small {
        width: 77.73vw;
        font-size: 1.05rem;
        line-height: 1.3;
    }

    #cocktails ul.recipe_stack li {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        padding-bottom: 6.67vw;
    }

    #cocktails #recipe .c-inner {
        background: #f2f3eb;
        padding-bottom: 4vw;
    }

    #cocktails .bg_gry {
        width: 89.33vw;
        margin: 0 auto;
        font-size: 1.05rem;
        padding: 4px 0;
        margin-bottom: 0;
    }

    #cocktails #craft-gin {
        background: #000;
    }

    #cocktails #craft-gin-stack01 {
        padding: 8vw 0 0 0;
        background: url(../images/cocktails/craft-gin/craft-gin-stack01_bg_sp.png) no-repeat;
        background-size: cover;
    }

    #cocktails #craft-gin-stack01 h3 {
        width: 89.33vw;
        margin: 0 auto;
    }

    #cocktails #craft-gin-stack01 figure {
        padding-top: 40vw;
    }

    #cocktails #craft-gin-stack01 .enclosure {
        width: 78.4vw;
        font-size: 1.4rem;
        border: 2px solid #fff;
        padding: 4.26vw 5.86vw;
        top: 26.67vw;
        right: 5vw;
        letter-spacing: .031em;
    }

    #cocktails #craft-gin-stack01 .enclosure span {
        display: block;
        margin-left: 2em;
        color: #fff;
    }

    #cocktails #craft-gin-stack02,
    #cocktails #craft-gin-stack03 {
        width: 100%;
        padding: 0 0 0 0;
        /* width: 100vw; */
        background: url(../images/cocktails/craft-gin/craft-gin-stack02_bg_sp.png) no-repeat;
        background-size: cover;
    }

    #cocktails #craft-gin-stack02 h3,
    #cocktails #craft-gin-stack03 h3 {
        width: 89.33vw;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0;
    }

    #cocktails #craft-gin .stack {
        width: 89.33vw;
        margin: 0 auto;
        display: block;
    }

    #cocktails #craft-gin .stack div.box:nth-child(1) {
        width: 100%;
    }

    #cocktails #craft-gin .stack div.box:nth-child(2) {
        width: 100%;
    }

    #cocktails #craft-gin .craft-p {
        padding: 8vw 0;
        color: #fff;
        line-height: 1.86;
        font-size: 1.55rem;
    }

    #cocktails #craft-gin .stack div.box:nth-child(2) .wrapper p {
        font-size: 1.4rem;
    }

    #cocktails div.stack span {
        font-size: 1rem;
    }

    #cocktails div.stack .modal-triger2,
    #cocktails div.stack .modal-triger3 {
        margin-bottom: 3vw;
    }

    #cocktails div.stack li.modal-triger2:nth-child(9),
    #cocktails div.stack li.modal-triger3:nth-child(9),
    #cocktails div.stack li.modal-triger2:nth-child(10),
    #cocktails div.stack li.modal-triger3:nth-child(10) {
        margin-bottom: 2vw;
    }

    #cocktails #craft-gin .c-inner {
        padding-bottom: 8vw;
        margin-bottom: 2.67vw;
    }

    #cocktails #craft-gin .sp_n-margin {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #lineup {
        padding-top: 13.3vw;
        margin-bottom: 12vw;
    }

    #lineup h2 {
        font-size: 2.4rem;
        margin-bottom: 7.46vw;
    }

    #lineup .stack {
        display: block;
        margin-top: 10.4vw;
    }

    #lineup li {
        width: 82%;
        margin: 0 auto;
        font-weight: 600;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #lineup li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    #lineup li figure {
        width: 33%;
    }

    #lineup li .txt_group {
        width: 59%;
    }

    #lineup .itemname {
        font-size: 1.7rem;
        margin-top: 0;
    }

    #lineup li:nth-child(1) .itemname,
    #lineup li:nth-child(2) .itemname,
    #lineup li:nth-child(3) .itemname {
        margin-bottom: 5.33vw;
    }

    #lineup .itemdetail {
        font-size: 1.4rem;
    }

    #lineup .itemcapa {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    #lineup li:nth-child(1) .txt_group {
        padding-top: 18vw;
    }

    #lineup li:nth-child(2) .txt_group {
        padding-top: 10vw;
    }

    #lineup li:nth-child(3) .txt_group {
        padding-top: 12vw;
    }

    #lineup li:nth-child(4) .txt_group {
        padding-top: 10vw;
    }

    #lineup li:nth-child(2) {
        margin-top: -9vw;
    }

    #lineup li:nth-child(3) {
        margin-top: -6vw;
    }

    .sp_m0 {
        padding: 0;
    }

    .sp_ext {
        margin-top: 1em;
        padding: 1em;
    }

    body.index div.voice__list-item:nth-child(2) {
        padding: 1.5em 2em;
        margin: 0 0 2.5em auto;
    }
    #modal-overlay iframe{
        width: 100%;
        height: auto;
    }
    .z-ind{
        position: relative;
        z-index: 10;
    }

    #illust04{
        width: 35%;
        top: 37%;
        right: 0;
    }
    #illust38{
        width: 20%;
        right: -22%;
    }
    #illust42{
        top: -320%;
    }

}
