﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "DINcondensed";
    src: url("../font/DIN Condensed Bold.eot"), url("../font/DIN Condensed Bold.ttf") format("truetype")
}

html,
body {
    font-size: 62.5%
}

body {
    background: #fff;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5
}

::selection {
    color: #fff;
    background: #00bfff
}

a {
    color: #00bfff;
    text-decoration: underline;
    cursor: pointer;
    transition: all .4s
}

a:hover {
    color: #66d9ff;
    text-decoration: none
}

a:focus {
    outline: none
}

a:focus,
*:focus {
    outline: none
}

@media print {
    * html body {
        zoom: 0.7
    }
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    vertical-align: bottom
}

.pc {
    display: block
}

.sp {
    display: none
}

body {
    background: #000
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center
}

.cover__item {
    width: 841.9px
}

.cover__item img {
    width: 100%;
    height: auto
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #1f1f1f;
    transform: translate(-50%, -50%);
    z-index: 2001;
    width: 530px
}

.modal__box {
    padding: 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.modal__products .img {
    width: 30%;
    text-align: center
}

.modal__products .img img {
    width: 70%;
    height: auto
}

.modal__products dl {
    width: 65%
}

.modal__products dl dt {
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 0.05em
}

.modal__products dl dd {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph
}

.modal__products dl dd.lead {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px
}

.modal__history .modal__box {
    display: block
}

.modal__history .img {
    text-align: center;
    margin-bottom: 20px
}

.modal__history .img img {
    width: 100%;
    height: auto
}

.modal__history dl dt {
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 0.05em
}

.modal__history dl dd {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px
}

.modal .close a {
    display: inline-block
}

.modal .close a:hover {
    opacity: 0.6
}

.modal__bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 30, 28, 0.95);
    z-index: 2000
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: .4s
}

.header__next {
    top: 0
}

.header h1 {
    margin: 0;
    padding: 0;
    width: 160px
}

.header h1 a {
    display: block
}

.header h1 a:hover {
    opacity: 0.6
}

.header h1 img {
    width: 100%;
    height: auto
}

.nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(31, 30, 28, 0.95);
    z-index: 50
}

.nav__wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav__inner {
    text-align: center;
    width: 100%
}

.nav__list {
    display: inline-block;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 4%
}

.nav__list ul li {
    margin-bottom: 6%
}

.nav__list ul li:last-child {
    margin-bottom: 0
}

.nav__list ul li a {
    display: block;
    font-size: 34px;
    font-size: 3.4rem;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    text-decoration: none;
    color: #bfa248;
    letter-spacing: 0.1em;
    background: rgba(191, 162, 72, 0);
    line-height: 1;
    padding: 15px 30px 5px 33px
}

.nav__list ul li a:hover {
    color: #fff;
    background: #bfa248
}

.nav__sub {
    width: 100%;
    margin-bottom: 4%
}

.nav__sub ul {
    display: flex;
    justify-content: center
}

.nav__sub ul li {
    margin: 0 1.5%
}

.nav__sub ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #bfa248;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.nav__sub ul li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #bfa248;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .4s
}

.nav__sub ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1)
}

.visual {
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #000
}

.visual__item {
    opacity: 0;
    transition: 2s
}

.visual__item__on {
    opacity: 1
}

.visual__slider {
    width: 100%;
    height: 100vh
}

.visual__slider__item {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover
}

.visual__slider #visual__1 {
    background-image: url(../images/v_1_2026.jpg);
    transition: 0.3s;
}

.visual__slider #visual__1:hover{
}

 .visual #visual__item{
    position: absolute;
    bottom: 10vh;
    right: 2.619047619047619%;
    width: 18.928571428571427%;
    z-index: 10000;
 }

.visual:hover #visual__item {
}

.visual #visual__item img {
    width: 100%;
    height: auto;
}

.visual .catch {
    position: absolute;
    bottom: 10vh;
    left: 2.083333333333333%;
    width: 36.13095238095238%;
    z-index: 10;
    transition: 1s
}

.visual .catch__on {
    transform: translate(0, -50%);
    opacity: 1
}

.visual .catch img {
    width: 100%;
    height: auto
}

.visual #visual__text{
    position: absolute;
    top: 2.905952380952381%;
    left: 8.928571428571429%;
    width: 6.309523809523809%;
}

.visual #visual__text img{
    width: 100%;
    height: auto;
}

.logo {
    position: fixed;
    top: 50%;
    left: 10%;
    width: 35%;
    z-index: 10;
    transform: translate(-40px, -50%);
    opacity: 0;
    transition: 1s
}

.logo__on {
    opacity: 1;
    transform: translate(0, -50%)
}

.logo img {
    width: 100%;
    height: auto
}

.main {
    margin-top: 100vh
}

.wrap {
    background: #000;
    padding-bottom: 120px
}

.concept {
    width: 100%;
    padding: 8% 0;
    background: rgba(0, 0, 0, 0.7)
}

.concept__inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.concept__inner .img {
    display: none
}

.concept__inner .txt {
    width: 100%
}

.concept__inner .txt .txt__item {
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

.concept__inner .txt .txt__item img {
    width: 100%;
    height: auto
}

.concept__inner .txt .txt__logo {
    width: 100%;
    max-width: 553px;
    margin: 50px auto 0 auto
}

.concept__inner .txt .txt__logo img {
    width: 100%;
    height: auto
}

.concept__inner .txt ul li {
    text-align: center
}

.concept__inner .txt ul li img {
    width: 100%;
    max-width: 630px;
    height: auto
}

.photos {
    width: 100%;
    position: relative
}

.photos .bg {
    opacity: 0.2;
    background: url(../images/photos_bg.jpg) no-repeat center center;
    background-size: cover
}

.photos .bg img {
    width: 100%;
    height: auto
}

.photos .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54.89%
}

.photos .img .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.photos .img .youtube .photographer {
    position: absolute;
    bottom: -23px;
    right: 0;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em
}

.photos .img .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.photos .img img {
    width: 100%;
    height: auto
}

.ourwhisky {
    padding: 3.5% 0 0 0
}

.ourwhisky h2 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #bfa248;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    margin-bottom: 3%
}

.ourwhisky__new img {
    width: 100%;
    height: auto
}

.ourwhisky__new a {
    display: block;
    background: url(../images/ourwhisky_2026.png) no-repeat center center;
    background-size: cover;
    background-image: image-set(url("../images/ourwhisky_2026.webp") type("image/webp"), url("../images/ourwhisky_2026.png") type("image/png"));
    filter: grayscale(100%);
    transition: 0.3s
}

.ourwhisky__new a:hover {
    filter: grayscale(0%)
}

.ourwhisky__list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ourwhisky__list ul li {
    width: 50%
}

.ourwhisky__list ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.ourwhisky__list ul li img {
    width: 100%;
    height: auto
}

.ourwhisky__list ul li:first-child a::before,
.ourwhisky__list ul li:last-child a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    transition: .4s;
    transform: scale(1);
    filter: grayscale(100%)
}

.ourwhisky__list ul li:first-child a:hover::before,
.ourwhisky__list ul li:last-child a:hover::before {
    transform: scale(1.1);
    filter: grayscale(0%)
}

.ourwhisky__list ul li:first-child a::before {
    background: url(../images/ourwhisky_1.jpg) no-repeat center center;
    background-size: cover
}

.ourwhisky__list ul li:last-child a::before {
    background: url(../images/ourwhisky_2.png) no-repeat center center;
    background-size: cover
}

.page {
    margin-top: 70px
}

.page__header {
    width: 80%;
    margin: 0 auto 5% auto;
    border-bottom: 3px solid #bfa248
}

.page__header h1 {
    font-size: 44px;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #bfa248;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px 0
}

.page__header .sub {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #bfa248;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    margin-bottom: 3.5%
}

.howto {
    position: relative
}

.howto__page {
    padding-top: 5%
}

.howto__box {
    width: 80%;
    margin: 0 auto 6% auto
}

.howto__box .pic {
    margin-top: 4%
}

.howto__box .pic img {
    width: 100%;
    height: auto
}

.howto__box h2 {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #bfa248;
    font-weight: 700;
    margin-bottom: 2%;
    padding: 0 10%
}

.howto__box p {
    padding: 0 10%;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 3%;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-ideograph
}

.howto__box p strong {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
}

.howto .img {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.howto .img::before {
    background: url(../images/howto.jpg?230524) no-repeat center center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    transition: .4s;
    transform: scale(1);
    filter: grayscale(100%);
    transition: 0.4s
}

.howto .img img {
    width: 100%;
    height: auto
}

.howto__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    z-index: 2
}

.howto__inner .btn dl {
    display: inline-block;
    transition: 0.4s
}

.howto__inner .btn dl dt {
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    position: relative
}

.howto__inner .btn dl dt img {
    width: 100%;
    height: auto;
    opacity: 0
}

.howto__inner .btn dl dt.active img {
    animation: passingtxt 0s ease 0.3s 1 normal forwards
}

.howto__inner .btn dl dt.active::after {
    animation: passingbar 0.7s cubic-bezier(0.85, 0, 0.15, 1) 0s 1 normal forwards
}

.howto__inner .btn dl dt::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: #bfa248
}

.howto__inner .btn dl dd {
    padding-right: 3px;
    position: relative
}

.howto__inner .btn dl dd span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    text-align: center;
    background: url(../images/btn_mark.svg) no-repeat 95% center #bfa248;
    padding: 10px 10px 7px 10px;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 1;
    transition: 0.4s;
    opacity: 0
}

.howto__inner .btn dl dd.active span {
    animation: passingtxt 0s ease 0.3s 1 normal forwards
}

.howto__inner .btn dl dd.active::after {
    animation: passingbar 0.7s cubic-bezier(0.85, 0, 0.15, 1) 0s 1 normal forwards
}

.howto__inner .btn dl dd::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: #bfa248
}

.howto a {
    display: block
}

.howto a:hover .img::before {
    transform: scale(1.1);
    filter: grayscale(0%)
}

.howto a:hover .btn dl {
    filter: brightness(130%)
}

.howto a:hover .btn dd span {
    background: url(../images/btn_mark.svg) no-repeat 97% center #bfa248
}

@keyframes passingbar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 100%;
        width: 0
    }
}

@keyframes passingtxt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.history {
    padding: 6% 0 6% 0
}

.history h2 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #bfa248;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    margin-bottom: 2%
}

.history .img {
    width: 80%;
    margin: 0 auto
}

.history .img img {
    width: 100%;
    height: auto
}

.history .img a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.history .img a::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #bfa248;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .4s
}

.history .img a:hover::after {
    animation: linemov 0.7s ease-in-out
}

.history .img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    transition: .4s;
    transform: scale(1);
    background: url(../images/history.jpg) no-repeat center center;
    background-size: cover
}

.history .img a:hover::before {
    transform: scale(1.1)
}

@keyframes linemov {
    0% {
        transform-origin: right top;
        transform: scale(1, 1)
    }

    49% {
        transform-origin: right top;
        transform: scale(0, 1)
    }

    51% {
        transform-origin: left top;
        transform: scale(0, 1)
    }

    100% {
        transform-origin: left top;
        transform: scale(1, 1)
    }
}

.interview {
    position: relative
}

.interview__mb {
    margin-bottom: 50px
}

.interview__header {
    width: 100%;
    padding: 6% 0;
    background: #1f1f1f;
    margin-bottom: 6%;
    text-align: center;
    position: relative
}

.interview__header h1 {
    font-size: 80px;
    font-size: 8rem;
    letter-spacing: 0.05em;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #fff;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1;
    position: relative;
    z-index: 3
}

.interview__header .sub {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #fff;
    line-height: 1.4;
    z-index: 2;
    position: relative
}

.interview__header .catch {
    position: absolute;
    top: 15%;
    left: 17%;
    width: 80%;
    text-align: left;
    z-index: 1
}

.interview__header .catch img {
    width: 230px;
    height: auto
}

.interview__box {
    width: 80%;
    margin: 0 auto 6% auto
}

.interview__box .img {
    margin-bottom: 5%
}

.interview__box h2 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5%;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em
}

.interview__box p {
    padding: 0 10%;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.2;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-ideograph
}

.interview__box p strong {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
}

.interview__box .center {
    text-align: center
}

.interview__box .intervewer {
    color: #bfa248;
    padding-left: 20%;
    position: relative
}

.interview__box .intervewer::after {
    content: "";
    width: 7%;
    height: 1px;
    background: #bfa248;
    position: absolute;
    top: 13px;
    left: 10%
}

.interview .img img {
    width: 100%;
    height: auto
}

.interview .imghome {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.interview .imghome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    transition: .4s;
    transform: scale(1);
    filter: brightness(40%);
    transition: 0.4s
}

.interview .imghome img {
    width: 100%;
    height: auto
}

.interview #interview__img::before {
    background: url(../images/miura.jpg?211018) no-repeat center center;
    background-size: cover
}

.interview #interview__img__pes::before {
    background: url(../images/pes.jpg?211018) no-repeat center center;
    background-size: cover
}

.interview #interview__img__rai::before {
    background: url(../images/rai.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__rina::before {
    background: url(../images/rina.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__ohno::before {
    background: url(../images/ohno.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__ishida::before {
    background: url(../images/ishida.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__babykiy::before {
    background: url(../images/babykiy.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__patricio::before {
    background: url(../images/patricio.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__kamayachi::before {
    background: url(../images/kamayachi.jpg) no-repeat center center;
    background-size: cover
}

.interview #interview__img__reo::before {
    background: url(../images/reo_kanao.png) no-repeat center center;
    background-size: cover
}

.interview #interview__img__mihara::before {
    background: url(../images/mihara_yasuhiro.png) no-repeat center center;
    background-size: cover
}

.interview #interview__img__masuyama::before {
    background: url(../images/masuyama.png) no-repeat center center;
    background-size: cover
}

.interview__inner {
    position: absolute;
    top: 50%;
    left: 8.928571428571429%;
    transform: translateY(-50%);
    width: 60%;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    width: 29.761904761904763%;
    max-width: 500px;
}

.interview__inner .btn {
}

.interview__inner .btn dl {
    display: block;
    transition: 0.4s
}

.interview__inner .btn dl dt {
    line-height: 1;
    text-align: center
}

.interview__inner .btn dl dt span {
    width: 100%;
    display: inline-block;
    margin-bottom: min(1.19vw, 20px);
    position: relative
}

.interview__inner .btn dl dt span:nth-child(1){
    width: 90.8%;
}

.interview__inner .btn dl dt span:nth-child(2){
    width: 100%;
}

.interview__inner .btn dl dt span.active img {
    animation: passingtxt 0s ease 0.3s 1 normal forwards
}

.interview__inner .btn dl dt span.active::after {
    animation: passingbar 0.7s cubic-bezier(0.85, 0, 0.15, 1) 0s 1 normal forwards
}

.interview__inner .btn dl dt span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: #fff
}

.interview__inner .btn dl dt span img {
    width: 100%;
    height: auto;
    opacity: 0
}

.interview__inner .btn dl dd {
    position: relative;
    padding: 0 7.000000000000001%;
}

.interview__inner .btn dl dd.active span {
    animation: passingtxt 0s ease 0.3s 1 normal forwards
}

.interview__inner .btn dl dd.active::after {
    animation: passingbar 0.7s cubic-bezier(0.85, 0, 0.15, 1) 0s 1 normal forwards
}

.interview__inner .btn dl dd span {
    width: 100%;
    display: inline-block;
    font-size: min(1.9vw, 3.2rem);
    color: #000;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    text-align: center;
    background: url(../images/btn_mark.svg) no-repeat 95% center #bfa248;
    padding: 10px 10px 7px 10px;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 1;
    transition: 0.4s;
    opacity: 0
}

.interview__inner .btn dl dd::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: #bfa248
}

.interview a {
    display: block
}

.interview a:hover .img::before {
    transform: scale(1.1);
    filter: brightness(100%)
}

.interview a:hover .btn dl {
    filter: brightness(130%)
}

.interview a:hover .btn dd span {
    background: url(../images/btn_mark.svg) no-repeat 97% center #bfa248
}

.campaign {
    width: 100%;
    background: #000;
    padding: 6% 0
}

.campaign h2 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #bfa248;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    margin-bottom: 2%
}

.campaign__img {
    width: 80%;
    margin: 0 auto
}

.campaign__img img {
    width: 100%;
    height: auto
}

.campaign__img a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.campaign__img a::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #bfa248;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .4s
}

.campaign__img a:hover::after {
    animation: linemov 0.7s ease-in-out
}

.campaign__img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    transition: .4s;
    transform: scale(1);
    opacity: 0.7;
    background: url(../images/campaign_winter.png) no-repeat center center;
    background-size: cover
}

.campaign__img a:hover::before {
    transform: scale(1.1);
    opacity: 1
}

.footer {
    width: 100%;
    padding: 4% 5%;
    background: #1f1f1f
}

.footer__logo {
    width: 235px;
    margin: 0 auto 3% auto
}

.footer__logo a {
    display: block
}

.footer__logo a:hover {
    opacity: 0.6
}

.footer__logo img {
    width: 100%;
    height: auto
}

.footer__nav {
    border-bottom: 1px solid #bfa248;
    padding-bottom: 3%;
    margin-bottom: 2%
}

.footer__nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer__nav ul li {
    margin: 0 1.5%
}

.footer__nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #bfa248;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.footer__nav ul li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #bfa248;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .4s
}

.footer__nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1)
}

.footer__stop {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__stop img {
    width: 100%;
    height: auto
}

.footer__stop .icon__stop {
    width: 24px;
    margin: 0 5px
}

.footer__stop .txt {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 5px
}

.footer__stop .icon__recycle {
    width: 20px;
    margin: 0 5px
}

.footer__others ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer__others ul li {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 1.2;
    margin: 6px 0
}

.footer__others ul li:nth-child(5) {
    margin-left: 100px
}

.footer__others ul li:nth-child(9) {
    margin-right: 100px
}

.footer__others ul li:last-child {
    border-right: none
}

.footer__others ul li a {
    text-decoration: none;
    color: #fff
}

.footer__others ul li a:hover {
    color: #bfa248
}

.menu {
    position: fixed;
    top: 14px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    border: 1px solid #bfa248
}

.menu__trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    height: 40px
}

.menu__trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #bfa248
}

.menu__trigger span:nth-of-type(1) {
    top: 10px
}

.menu__trigger span:nth-of-type(2) {
    top: 18px
}

.menu__trigger span:nth-of-type(3) {
    top: 26px
}

.menu .menu__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

.menu .menu__trigger.active span:nth-of-type(2) {
    opacity: 0
}

.menu .menu__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}

.fade {
    transform: translate(0, 30px);
    opacity: 0;
    transition: 0.7s
}

.fade__on {
    transform: translate(0, 0);
    opacity: 1
}

.txtfade {
    transform: translate(0, 30px);
    opacity: 0;
    transition: 1.5s
}

.txtfade__on {
    transform: translate(0, 0);
    opacity: 1
}

.menufade {
    transform: translate(0, 20px);
    opacity: 0;
    transition: 0.7s
}

.menufade__on {
    transform: translate(0, 0);
    opacity: 1
}

.st0 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 46;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st1 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 34;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st2 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 41;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st3 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 33.5398;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st4 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 19.0059;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st5 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 29.0678;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st6 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 40.2478;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st7 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 15.6519;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st8 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 20.6829;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st9 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 26.8319;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st10 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 22.3599;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st11 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 24.5959;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st12 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 17.8879;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st13 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6.1657;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st14 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 7.3988;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.st15 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 4.9326;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

#sys {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 10000
}

#dg_footer_wrapper {
    background: #1f1c13
}

#dg_footer_wrapper_inner {
    text-align: center;
    width: 1100px
}

#dg_footer_wrapper_inner ul li {
    float: none
}

#dg_footer_wrapper_inner ul li:after {
    content: "|";
    display: inline
}

#dg_footer_wrapper_inner .dg_footer_row_2 a,
#dg_footer_wrapper_inner .dg_footer_row_2 a:hover {
    color: #33511c
}

#dg_footer_wrapper_inner .dg_footer_row_2,
#dg_footer_wrapper_inner ul li span {
    color: #33511c
}

.terms {
    background-color: #fff;
    padding: 40px 5%
}

.terms_title {
    font-size: 30px;
    font-size: 3rem;
    text-align: center
}

.terms_sub {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 40px
}

.terms_index {
    font-size: 16px;
    font-size: 1.6rem
}

.terms_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 20px 0 40px
}

.terms_text a {
    color: #0066cc;
    word-break: break-all
}

.mov {
    padding: 5vh 0
}

.interview__archive__header {
    width: 100%;
    padding: 6% 0;
    background: #1f1f1f;
    margin-bottom: 6%;
    text-align: center;
    position: relative
}

.interview__archive__header h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3
}

.interview__archive__back {
    margin-bottom: 50px
}

.interview__archive__back .inner {
    width: 80%;
    margin: 0 auto
}

.interview__archive__back a {
    display: inline-block;
    width: 100%;
    max-width: 160px
}

.interview__archive__back a:hover {
    opacity: 0.5
}

.interview__archive__back a img {
    width: 100%;
    height: auto
}

.interview__archive__list {
    width: 80%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.interview__archive__list .interview__mb {
    width: 49%
}

.interview__archive__list .interview__mb .interview__inner .btn {
    width: 200px
}

.interview__archive__list .interview__mb .interview__inner .btn dl dt span {
    margin-bottom: 10px
}

@media only screen and (max-width: 769px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }

    .wrap {
        padding-bottom: 10%
    }

    .cover {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .cover__item {
        width: 841.9px
    }

    .modal {
        display: none;
        width: 90%
    }

    .modal__box {
        padding: 8%
    }

    .modal__products .img {
        width: 30%
    }

    .modal__products .img img {
        width: 90%
    }

    .modal__products dl {
        width: 65%
    }

    .modal__products dl dt {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 5%
    }

    .modal__products dl dd {
        font-size: 11px;
        font-size: 1.1rem
    }

    .modal__products dl dd.lead {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 5%
    }

    .modal__history .img {
        margin-bottom: 5%
    }

    .modal__history dl dt {
        font-size: 23px;
        font-size: 2.3rem;
        margin-bottom: 5%
    }

    .modal__history dl dd {
        font-size: 11px;
        font-size: 1.1rem
    }

    .header {
        top: 0;
        height: 70px
    }

    .header h1 {
        width: 160px
    }

    .nav {
        display: none
    }

    .nav__inner {
        padding: 0 10%
    }

    .nav__list {
        margin-top: 20px;
        margin-bottom: 10%
    }

    .nav__list ul li {
        margin-bottom: 3%
    }

    .nav__list ul li a {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 15px 30px 5px 33px
    }

    .nav__sub {
        margin-bottom: 10%
    }

    .nav__sub ul {
        flex-wrap: wrap
    }

    .nav__sub ul li {
        margin: 0 3% 5% 3%
    }

    .nav__sub ul li a {
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: underline
    }

    .nav__sub ul li a::after {
        content: none
    }

    .visual .img {
        width: 40%;
        right: 1%
    }

    .visual #visual__text{
        width: 18%;
        top: 5.471956224350205%;
        left: 50%;
        transform: translateX(-50%);
    }

    .visual .catch {
        display: block;
        width: 64.26666666666667%;
        left: 1.3333333333333335%;
        bottom: 10vh;
    }

    .visual #visual__item{
        filter: grayscale(0);
        width: 31.261333333333337%;
        bottom: 13%;
        right: 3.1386666666666665%;
    }

    .visual__slider #visual__1 {
        filter: grayscale(0);
        background-image: url(../images/v_1_sp_2026.jpg);
    }

    .concept {
        padding: 15% 0 15% 0;
        background: url(../images/concept_bg_sp.png) no-repeat center top;
        background-size: cover
    }

    .concept__inner {
        width: 100%;
        flex-wrap: wrap
    }

    .concept__inner .img {
        width: 100%;
        text-align: center;
        margin-bottom: 5%
    }

    .concept__inner .img img {
        display: inline-block;
        width: 50%;
        height: auto
    }

    .concept__inner .txt {
        width: 100%
    }

    .concept__inner .txt ul li img {
        width: 100%
    }

    .concept__inner .txt .txt__logo {
        width: 90.4%;
        max-width: 550px;
        margin: 30px auto 0 auto
    }

    .photos {
        width: 100%;
        position: relative
    }

    .photos .bg {
        display: none
    }

    .photos .img {
        position: static;
        transform: translate(0, 0);
        width: 100%
    }

    .ourwhisky {
        padding: 7% 0 0 0
    }

    .ourwhisky h2 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 5%
    }

    .ourwhisky__list ul li {
        width: 100%
    }

    .page__header {
        width: 90%;
        margin: 0 auto 10% auto;
        border-bottom: 2px solid #bfa248
    }

    .page__header h1 {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 8px 0
    }

    .page__header .sub {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.2em;
        margin-bottom: 8%
    }

    .howto__page {
        padding-top: 10%
    }

    .howto__box {
        width: 90%;
        margin: 0 auto 10% auto
    }

    .howto__box .pic {
        margin-top: 8%
    }

    .howto__box h2 {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 5%;
        padding: 0
    }

    .howto__box p {
        padding: 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2.2;
        margin-bottom: 5%
    }

    .howto__box p strong {
        font-size: 14px;
        font-size: 1.4rem
    }

    .howto .img::before {
        background: url(../images/howto_sp.jpg?230524) no-repeat center center;
        background-size: cover
    }

    .howto__inner {
        width: 100%
    }

    .howto__inner .btn {
        width: 45%;
        margin-right: 5%
    }

    .howto__inner .btn dl dt {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 12px
    }

    .howto__inner .btn dl dd {
        padding-right: 0
    }

    .howto__inner .btn dl dd span {
        font-size: 12px;
        font-size: 1.2rem;
        background: url(../images/btn_mark.svg) no-repeat 97% center #bfa248
    }

    .history {
        padding: 15% 0 15% 0
    }

    .history h2 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 5%
    }

    .history .img {
        width: 90%
    }

    .history .img a::before {
        background: url(../images/history_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview__mb {
        margin-bottom: 5%
    }

    .interview__header {
        padding: 10% 0;
        margin-bottom: 10%
    }

    .interview__header h1 {
        font-size: 65px;
        font-size: 6.5rem;
        margin: 0 0 4% 0
    }

    .interview__header .sub {
        font-size: 15px;
        font-size: 1.5rem
    }

    .interview__header .catch {
        top: 15%;
        left: 2%;
        width: 40%
    }

    .interview__header .catch img {
        width: 100%
    }

    .interview__box {
        width: 90%;
        margin: 0 auto 8% auto
    }

    .interview__box .img {
        margin-bottom: 8%
    }

    .interview__box h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 7%;
        line-height: 1.8;
        letter-spacing: 0
    }

    .interview__box p {
        padding: 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2.2;
        margin-bottom: 7%
    }

    .interview__box p strong {
        font-size: 14px;
        font-size: 1.4rem
    }

    .interview__box .intervewer {
        padding-left: 0;
        text-indent: 10%
    }

    .interview__box .intervewer::after {
        content: "";
        width: 7%;
        height: 1px;
        background: #bfa248;
        position: absolute;
        top: 13px;
        left: 0
    }

    .interview #interview__img::before {
        background: url(../images/miura_sp.jpg?211018) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__pes::before {
        background: url(../images/pes_sp.jpg?211018) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__rai::before {
        background: url(../images/rai_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__rina::before {
        background: url(../images/rina_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__ohno::before {
        background: url(../images/ohno_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__ishida::before {
        background: url(../images/ishida_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__babykiy::before {
        background: url(../images/babykiy_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__patricio::before {
        background: url(../images/patricio_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__kamayachi::before {
        background: url(../images/kamayachi_sp.jpg) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__reo::before {
        background: url(../images/reo_kanao_sp.png) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__mihara::before {
        background: url(../images/mihara_yasuhiro_sp.png) no-repeat center center;
        background-size: cover
    }

    .interview #interview__img__masuyama::before {
        background: url(../images/masuyama_sp.png) no-repeat center center;
        background-size: cover
    }

    .interview__inner {
        top: 10.67vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .interview__inner .btn {
        width: 100%;
    }

    .interview__inner .btn dl dt {
        margin-bottom: 5px
    }

    .interview__inner .btn dl dt span {
        margin-bottom: 10px
    }

    .interview__inner .btn dl dt span:nth-child(1){
        width: 50.93333333333333%;
    }

    .interview__inner .btn dl dt span:nth-child(2){
        width: 63.33333333333333%;
    }
    .interview__inner .btn dl dd {
        width: 48%;
        margin: 0 auto;
        padding: 0;
    }

    .interview__inner .btn dl dd span {
        font-size: 12px;
        font-size: 1.2rem;
        background: url(../images/btn_mark.svg) no-repeat 97% center #bfa248
    }

    .campaign {
        padding: 15% 0 15% 0
    }

    .campaign h2 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 5%
    }

    .campaign__img {
        width: 90%
    }

    .footer {
        padding: 10% 5%
    }

    .footer__sns {
        margin-bottom: 8%
    }

    .footer__sns ul li {
        margin: 0 1.5%
    }

    .footer__logo {
        width: 50%;
        margin: 0 auto 8% auto
    }

    .footer__nav {
        padding-bottom: 5%;
        margin-bottom: 7%
    }

    .footer__nav ul li {
        margin: 0 4% 4% 4%
    }

    .footer__nav ul li a {
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: underline
    }

    .footer__nav ul li a::after {
        content: none
    }

    .footer__stop .icon__stop {
        width: 24px;
        margin: 0 5px
    }

    .footer__stop .txt {
        font-size: 9px;
        font-size: .9rem;
        margin: 0 5px
    }

    .footer__stop .icon__recycle {
        width: 20px;
        margin: 0 5px
    }

    .footer__others ul li {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0 10px;
        margin: 4px 0
    }

    .footer__others ul li:nth-child(5) {
        margin-left: 0
    }

    .footer__others ul li:nth-child(9) {
        margin-right: 0
    }

    .footer__others ul li:last-child {
        padding-top: 10px;
        line-height: 1.7;
        text-align: center
    }

    .interview__archive__header {
        padding: 11% 0 9% 0;
        margin-bottom: 10%
    }

    .interview__archive__header h1 {
        font-size: 43px;
        font-size: 4.3rem;
        margin: 0
    }

    .interview__archive__back {
        margin-bottom: 10%
    }

    .interview__archive__back .inner {
        width: 90%
    }

    .interview__archive__back a {
        max-width: 160px
    }

    .interview__archive__list {
        width: 100%;
        margin: 0 auto 10% auto
    }

    .interview__archive__list .interview__mb {
        width: 100%
    }

    .interview__archive__list .interview__mb .interview__inner .btn {
        width: 200px
    }

    .interview__archive__list .interview__mb .interview__inner .btn dl dt span {
        margin-bottom: 10px
    }
}

.lineup{
    position: relative;
    padding: min(19.54vw, 254px) 0 150px;
    background: linear-gradient(0deg, #000 37.18%, #666 99.91%);
}

@media only screen and (max-width: 769px){
    .lineup{
        padding: 40vw 4.8vw 21.33vw;
    }
}

.lineup__inner{
    max-width: 1380px;
    margin: 0 auto;
}

@media only screen and (max-width: 769px){
    .lineup__inner{
        max-width: 100%;
    }
}

.lineup__bnr{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    max-width: 700px;
    padding: 0 50px;
    transform: translateY(-50%);

}

@media only screen and (max-width: 769px){
    .lineup__bnr{
        padding: 0 4.8vw;
    }
}

.lineup__bnr a{
    display: block;
    box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.40);
    background-color: #000;

}

@media only screen and (max-width: 769px){
    .lineup__bnr a{
    }
}

.lineup__bnr a picture{
    display: block;
    transition: all 0.3s;
}

.lineup__bnr a picture:hover{
    opacity: 0.7;
}

@media only screen and (max-width: 769px){
    .lineup__bnr a:hover{
    }
}

.lineup__header{
    text-align: center;
    margin-bottom: 56px;
}

@media only screen and (max-width: 769px){
    .lineup__header{
        margin-bottom: 10.67vw;
    }
}

.lineup__title{
    width: 128px;
    margin: 0 auto;
    line-height: 1;
}

@media only screen and (max-width: 769px){
    .lineup__title{
        width: 21.6vw;
    }
}

.lineup__title img{
    width: auto;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 769px){
    .lineup__title img{
    }
}

.lineup__sub{
    margin: 0;
    color: #bfa248;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 769px){
    .lineup__sub{
        font-size: 4vw;
    }
}

.lineup__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

@media only screen and (max-width: 769px){
    .lineup__list{
        gap: 14.93vw;
    }
}

.lineup__card{
    flex: 0 0 400px;
    width: 400px;
    max-width: 100%;
}

@media only screen and (max-width: 769px){
    .lineup__card{
        flex: 0 0 82.13vw;
        width: 82.13vw;
    }
}

.lineup__thumb{
    width: 360px;
    height: 360px;
    margin: 0 20px;
}

@media only screen and (max-width: 769px){
    .lineup__thumb{
        width: 100%;
        height: auto;
        margin: 0 20px;
    }
}

@media only screen and (max-width: 769px){
    #lineup__goldmedal .lineup__thumb{
        width: 15.73vw;
        margin:  0 auto;
    }
}

@media only screen and (max-width: 769px){
    #lineup__iwharper12 .lineup__thumb{
        width: 21.07vw;
        margin:  0 auto;
    }
}

.lineup__thumb picture{
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    text-align: center;
}

@media only screen and (max-width: 769px){
    .lineup__thumb picture{
    }
}

.lineup__thumb picture img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 769px){
    .lineup__thumb picture img{
    }
}

#lineup__iwharper12 .lineup__thumb picture img{
    height: 86.66666666666667%;
}

@media only screen and (max-width: 769px){
    #lineup__iwharper12 .lineup__thumb picture img{
        height: auto;
    }
}

.lineup__body{
    padding: 32px 0 0;
    color: #fff;
}

@media only screen and (max-width: 769px){
    .lineup__body{
        padding: 6.4vw 0 0;
    }
}

.lineup__name{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 16px;
}

@media only screen and (max-width: 769px){
    .lineup__name{
        font-size: 4.8vw;
        margin-bottom: 2.13vw;
    }
}

.lineup__desc{
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

@media only screen and (max-width: 769px){
    .lineup__desc{
        font-size: 4vw;
    }
}
/*# sourceMappingURL=style.css.map */

.modal-video{
    background-color: rgba(0,0,0,0.8);
}

@media only screen and (max-width: 769px){
    .modal-video-body{
        padding: 0 8vw;
    }
}

.modal-video-close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CEAB3F;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 769px){
    .modal-video-close-btn{
        top: -5.33vw;
        right: -5.33vw;
        width: 8vw;
        height: 8vw;
    }
}

.modal-video-close-btn::before,
.modal-video-close-btn::after{
    display: inline-block;
    margin-top: 0;
    width: 60%;
    top: 50%;
    left: 50%;
}

.modal-video-close-btn::before{
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-video-close-btn::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}