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

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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.875;
  background: #EEDCB3;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 24px;
  z-index: 50;
}
@media screen and (max-width: 750px) {
  .header {
    position: absolute;
    padding-top: 8px;
  }
}
.header_inner {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .header_inner {
    padding: 0 8px;
  }
}
.header_logo {
  display: block;
  width: 188px;
}
@media screen and (max-width: 750px) {
  .header_logo {
    width: 120px;
  }
}
.header_logo img {
  width: 100%;
}

.footer_inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 60px;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .footer_inner {
    max-width: 100%;
  }
}
.footer_logo {
  display: block;
  width: 172px;
  margin: 0 auto;
}
.footer_credit {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 70px;
}

.main {
  position: relative;
  overflow: hidden;
}
.main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 548px;
  background-color: #9A8461;
  z-index: -1;
}
.main_container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #EEDCB3;
}
@media screen and (max-width: 750px) {
  .main_container {
    max-width: 100%;
  }
}
.main_bg {
  position: fixed;
  top: 255px;
  width: calc((100vw - 375px) / 2);
  height: 66.6666666667dvh;
}
@media screen and (max-width: 750px) {
  .main_bg {
    display: none;
  }
}
.main_bg_image {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 2000px) {
  .main_bg_image {
    max-width: 760px;
  }
}
.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 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.main_bg.--left {
  left: 0;
  padding: 0 32px 0 20px;
}
@media screen and (min-width: 2000px) {
  .main_bg.--left .main_bg_image {
    margin-left: auto;
  }
}
.main_bg.--left img {
  border-radius: 30px 0 0 30px;
}
.main_bg.--right {
  right: 0;
  padding: 0 20px 0 32px;
}
@media screen and (min-width: 2000px) {
  .main_bg.--right .main_bg_image {
    margin-right: auto;
  }
}
.main_bg.--right img {
  border-radius: 0 30px 30px 0;
}

.musthead {
  padding-top: 30px;
  padding-bottom: 13px;
}
@media screen and (max-width: 750px) {
  .musthead {
    padding-top: 72px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 750px) {
  .musthead_title {
    width: 88.8vw;
    margin: 0 auto;
  }
}
.musthead_title img {
  display: block;
  margin: 0 auto;
}
.musthead_title_note {
  margin-top: 20px;
  color: #eedcb3;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .musthead_title_note {
    width: 88.8vw;
    margin: 20px auto 0;
    text-align: left;
    line-height: 1.4;
  }
}

.video_block {
  position: relative;
}
.video_block_thumbnail {
  cursor: pointer;
}
.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: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .interview_block {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.interview_block > *:not(.interview_block_title) {
  margin-top: 50px;
}
@media screen and (min-width: 751px) {
  .interview_block > :not([class$=_image]) {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .interview_block > :not([class$=_image]) {
    padding: 0 18px;
  }
}
.interview_block_title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.interview_block_subTitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5384615385;
}
.interview_block_text.--lead {
  font-weight: bold;
}
.interview_block_text_caution {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.interview_block_image img {
  width: 100%;
}
.interview_block_caution {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-top: 30px;
}
.interview_block_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 60px;
  margin: 0 auto;
  background: #9a8461;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .interview_block_btn {
    width: 90.6666666667vw;
    margin-bottom: 50px;
  }
}
.interview_block_btn::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 8px;
  width: 20px;
  height: 16px;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: 20px 16px;
}

.--bg_white {
  padding-left: 17.5px;
  padding-right: 17.5px;
  background: #ffffff;
}

.product_block {
  padding-top: 50px;
}
.product_block_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8571428571;
  margin-top: 62px;
}
.product_block_stop_image {
  width: 95px;
  margin: 62px auto 0;
}
.product_block_stop_text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 22px;
  margin-left: -10px;
  margin-right: -10px;
}
.product_block_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .product_block_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product_block_flex_box {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 750px) {
  .product_block_flex_box {
    max-width: 100%;
  }
}
.product_block_flex_hdg {
  margin-bottom: 5px;
  padding: 2px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
}
.product_block_flex_text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.666;
}
.product_block_flex_text.--center {
  text-align: center;
}

.profile_block {
  padding-top: 60px;
}
.profile_block_title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.profile_block_image {
  width: calc(100% + 35px);
  margin-top: 32px;
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.profile_block_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8571428571;
  margin-top: 58px;
}

.credit_block {
  padding-top: 128px;
}
.credit_block_text {
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: center;
}

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