/*----------------------------------

reset

----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  line-height: 1.875;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

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

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

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  vertical-align: middle;
}

#article-end {
  display: none !important;
}

.--beige {
  background-color: #F6F6EF;
}

.header {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .header {
    position: static;
  }
}
.header_inner {
  padding: 5px 34px 0;
}
@media screen and (max-width: 750px) {
  .header_inner {
    padding: 12px 16px 0;
  }
}
.header_credit {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}

.footer {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .footer {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 750px) {
  .footer {
    max-width: 100%;
    padding-bottom: 180px;
  }
}
.footer_inner {
  padding: 0 15px 20px;
}
@media screen and (max-width: 750px) {
  .footer_inner {
    max-width: 100%;
  }
}
.footer_logo {
  display: block;
  width: 172px;
  margin: 0 auto 50px;
}
.footer_credit {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.footer_float_banner {
  position: fixed;
  bottom: 50px;
  right: 0;
  display: block;
  width: 100%;
  max-width: 375px;
}
@media screen and (max-width: 750px) {
  .footer_float_banner {
    bottom: 0;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media screen and (max-width: 750px) {
  .footer_float_banner#floatingBanner {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .footer_float_banner#floatingBanner.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.main {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 35px;
  }
}
.main_container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (min-width: 751px) {
  .main_container {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 750px) {
  .main_container {
    max-width: 100%;
  }
}
.main_bg {
  position: fixed;
  top: 100px;
  width: calc((100vw - 435px) / 2);
  height: 78.7037037037dvh;
}
@media screen and (max-width: 750px) {
  .main_bg {
    display: none;
  }
}
.main_bg_image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 700px;
}
.main_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.main_bg.--left {
  left: 0;
  padding: 0 13px 0 30px;
}
@media screen and (min-width: 2000px) {
  .main_bg.--left .main_bg_image {
    margin-left: auto;
  }
}
.main_bg.--left .whiskey_img {
  display: block;
  height: 65.7407407407dvh;
  width: auto;
  position: fixed;
  top: initial;
  left: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -o-object-fit: initial;
     object-fit: initial;
}
.main_bg.--right {
  right: 0;
  padding: 0 30px 0 13px;
}
.main_bg.--right .main_bg_image {
  margin-left: auto;
}

.musthead_title {
  display: block;
  width: 100%;
  max-width: 435px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .musthead_title {
    max-width: 345px;
    margin-bottom: 45px;
  }
}

.video_block {
  position: relative;
}
.video_block_thumbnail {
  cursor: pointer;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.video_block_product {
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .video_block_product {
    position: fixed;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 663px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
}
@media screen and (max-width: 750px) {
  .video_block_product {
    width: 100%;
    max-width: 375px;
    margin: -166px auto 0;
  }
}

.video_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.video_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.video_modal_film {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.video_modal_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}
.video_modal_close {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 0 16px auto;
}
.video_modal_close::before, .video_modal_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.video_modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video_modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video_modal_youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video_modal_youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interview_block {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .interview_block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.interview_block_title {
  text-align: center;
  padding: 0 17.5px;
}
.interview_block_title span {
  display: inline-block;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #7A1E2C;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
}
.interview_block_title span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E4A800;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.interview_block_subTitle {
  font-size: 2rem;
  text-align: center;
  color: #7A1E2C;
  line-height: 1.8;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  padding: 0 17.5px;
}
.interview_block_subTitle + .interview_block_image {
  margin-top: 40px;
}
.interview_block_text {
  padding: 0 17.5px;
  margin-bottom: 50px;
}
.interview_block_text:last-child {
  margin-bottom: 0;
}
.interview_block_image {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 50px 0;
}
.interview_block_image img {
  width: 100%;
}
.interview_block_parallax {
  display: block;
  height: 113.3dvw;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.interview_block_parallax::before {
  content: "";
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
}
.interview_block_parallax.parallax_01 {
  margin-bottom: 50px;
}
.interview_block_parallax.parallax_01::before {
  background-image: url("../img/img_07.jpg");
}
.interview_block_parallax.parallax_02::before {
  background-image: url("../img/img_08.jpg");
}

.banner_block {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .banner_block {
    padding-top: 50px;
  }
}
.banner_block img {
  width: 100%;
}

.product_block {
  padding: 70px 12px 65px;
}
@media screen and (max-width: 750px) {
  .product_block {
    padding-bottom: 45px;
  }
}
.product_block_image {
  display: block;
  width: 100%;
  max-width: 182px;
  margin: 0 auto 13px;
}
.product_block_title {
  text-align: center;
  line-height: 1.625;
  margin-bottom: 12px;
}
.product_block_text {
  font-size: 1.4rem;
  line-height: 1.714285;
  margin-bottom: 25px;
}
.product_block_stop_image {
  width: 95px;
  margin: 0 auto 15px;
}
.product_block_stop_text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.profile_block {
  padding-bottom: 45px;
}
.profile_block_title {
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background-color: #7A1E2C;
  width: 100%;
  padding: 5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profile_block_image {
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 21px;
}
.profile_block_text {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 14px;
}

.credit_block {
  padding-bottom: 50px;
}
.credit_block_image {
  width: 100%;
  margin-bottom: 50px;
}
.credit_block_song {
  margin-bottom: 17px;
}
.credit_block_support {
  margin-bottom: 16px;
}
.credit_block_info {
  padding-top: 12px;
  position: relative;
}
.credit_block_info::before {
  content: "";
  width: 100%;
  max-width: 260px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.credit_block_text {
  font-size: 10px;
  line-height: 2;
  text-align: center;
}

.main_bg_image img {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.main_bg_image img.is-current {
  opacity: 1;
}