@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
/* ------------------------------------------------
 vars
------------------------------------------------ */
:root {
  --nvw: 1vw;
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ------------------------------------------------
 reset
------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  font-size: 1em;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

img {
  vertical-align: top;
}

/* -------------------------------------------------------
 base
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  position: relative;
}
html.is-locked {
  touch-action: none;
  overflow: hidden;
}

#contents {
  color: #303030;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}
#contents a {
  color: #303030;
  text-decoration: none;
}
#contents a:visited {
  color: #303030;
}
#contents a:hover {
  color: #303030;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents sup {
  font-size: 0.5em;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents b {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sp_show {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  body .pc_show {
    display: none;
  }
  body sup {
    font-size: 8px;
  }
}
/* ------------------------------------------------
 font-size
------------------------------------------------ */
body .section {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  body .section {
    font-size: 18px;
  }
}

f .note {
  font-size: 0.5em;
}
f .note > li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------
 basic_btn
------------------------------------------------ */
.basic_btn {
  text-decoration: none !important;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
}

button.basic_btn {
  color: #303030;
  font-size: 1em;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
button.basic_btn[disabled] {
  cursor: default;
}

/* ----------------------------
 arrow_next
------------------------------*/
.basic_btn.arrow_next {
  display: inline-flex;
  align-items: center;
  gap: 1.2em;
}
.basic_btn.arrow_next .txt {
  letter-spacing: 0.25em;
}
@media screen and (any-hover: hover) {
  .basic_btn.arrow_next .arrow::after {
    transition: opacity 0.4s var(--easeOutCubic);
  }
  .basic_btn.arrow_next:hover .arrow::after {
    opacity: 1;
  }
}

.m-pageTop.fadeOut .m-pageTop_btn {
  opacity: 0;
}

/* ------------------------------------------------
 contents
------------------------------------------------ */
#contents .note {
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.5;
}
#contents p.note,
#contents .note li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #contents {
    position: relative;
  }
  #contents > .wrapper {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contents::before {
    content: "";
    background: #fff url(../images/common/wrapper_bg.png) 0% -10px;
    background-attachment: fixed;
    background-size: 594px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

/* ------------------------------------------------
 PCのみ
------------------------------------------------ */
@media screen and (min-width: 768px) {
  #wall::before, #wall::after {
    content: "";
    background-position: 0 0;
    background-repeat: repeat-y;
    background-attachment: fixed;
    width: 50px;
    height: 100%;
    position: fixed;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #wall::before {
    background-color: #185a44;
    background-image: url(../images/common/wrapper_txt_l.png);
    left: 0;
  }
  #wall::after {
    background-color: #fff13f;
    background-image: url(../images/common/wrapper_txt_r.png);
    background-position: 100% 0;
    right: 0;
  }
}
/* ------------------------------------------------
 rayout
------------------------------------------------ */
.section {
  color: #fff;
  background-color: #185a44;
  width: 100%;
  position: relative;
  z-index: 1;
  scroll-snap-align: start;
}
.section img {
  max-width: unset;
  width: 100%;
}
.section .ff_mincho {
  letter-spacing: 0.2em;
}
.section .ff_mincho .kana {
  letter-spacing: 0.05em;
}
.section > .inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}

/* ------------------------------------------------
 slide-in スクロール連動エフェクト
------------------------------------------------ */
.section .js-anime-ready {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
.section .cast-group .cast:nth-child(2) {
  animation-delay: 0.2s;
}
.section .cast-group .cast:nth-child(3) {
  animation-delay: 0.4s;
}
.section .cast-group .cast:nth-child(4) {
  animation-delay: 0.6s;
}
.section .js-anime-start.js-anime-active {
  animation-name: fadein_up;
}
.section .js-anime-start.js-anime-fadein-up {
  animation-name: fadein_up;
}
.section .js-anime-start.js-anime-slidein-up {
  animation-name: fadein_up;
}
.section .js-anime-start.js-anime-fadeout-down {
  animation-name: fadeout_down;
}
.section .js-anime-start.js-anime-jumpin {
  animation-name: jumping;
  transform-origin: 50% 100%;
}

@keyframes fadein_up {
  0% {
    opacity: 0;
    transform: translateY(2.5em);
    filter: blur(1em);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fadeout_down {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2.5em);
    filter: blur(1em);
  }
}
@keyframes jumping {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  40% {
    transform: scale(1.1, 0.9) translate(0%, 8%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    transform: scale(0.95, 1.1) translate(0%, -10%);
  }
  75% {
    transform: scale(0.95, 1.1) translate(0%, -5%);
  }
  85% {
    transform: scale(1.1, 0.9) translate(0%, 3%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
/* ----------------------------
 keyframe-animation
------------------------------*/
/*----- header/footer -----*/
/* ------------------------------------------------
  HEADER
------------------------------------------------ */
#header > .inner {
  background-color: #fff;
}
#header .logo {
  width: 92px;
  display: block;
}
@media screen and (min-width: 768px) {
  #header {
    position: static;
  }
  #header .logo {
    position: fixed;
    left: 110px;
    top: 40px;
    z-index: 1;
  }
  #header .logo::before {
    content: "";
    background-color: #fff;
    width: calc(100% + 40px);
    height: calc(100% + 80px);
    position: absolute;
    left: -20px;
    top: -60px;
    z-index: -1;
    filter: blur(5px);
  }
  #header.sticky .logo {
    position: absolute;
    top: unset;
    bottom: calc(100dvh - 40px - 23px);
  }
}
@media screen and (min-width: 840.1px) and (max-width: 900px) {
  #header .logo {
    left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  #header .logo {
    left: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  #header {
    width: 100%;
  }
  #header > .inner {
    background-color: #fff;
    height: 3.6666666667em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .logo {
    width: 5em;
  }
}

/* ------------------------------------------------
 navi
------------------------------------------------ */
#navi {
  background-color: #fff;
  align-content: center;
  width: 100%;
  min-height: unset;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 2;
  pointer-events: initial;
  align-content: normal;
}
#navi * {
  visibility: inherit;
}
#navi::-webkit-scrollbar {
  display: none;
}
#navi > .inner {
  margin: 0 auto;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 767.9px) {
  #navi {
    height: 100dvh;
  }
  #navi > .inner {
    padding-top: 4em;
    padding-bottom: 2.3333333333em;
  }
  #navi a {
    outline: none !important;
  }
}

/* ----------------------------
 #header.open
------------------------------*/
#header.open .btn_menu i:nth-child(1) {
  top: 50%;
  transform: rotate(30deg) scaleX(1.4);
}
#header.open .btn_menu i:nth-child(2) {
  opacity: 0;
}
#header.open .btn_menu i:nth-child(3) {
  top: 50%;
  transform: rotate(-30deg) scaleX(1.4);
}
#header.open #navi {
  opacity: 1;
  visibility: visible;
}
#header.open #menu_overlay {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------
 #header.fixed
------------------------------*/
#header.fixed .logo {
  position: absolute;
}

/* ------------------------------------------------
  FOOTER
------------------------------------------------ */
.forPC {
  display: none;
}

@media all and (min-width: 768px) {
  .forPC {
    display: inherit;
  }
  .forSP {
    display: none !important;
  }
}
footer.footer {
  letter-spacing: normal;
  background: #c5c7cc;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 768px) {
  footer.footer {
    padding: 0 20px;
  }
}
.footer_container {
  max-width: 1200px;
  margin: auto;
}

@media all and (min-width: 768px) {
  .footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer_commonLinkList {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .footer_commonLinkList {
    display: block;
  }
}
.footer_commonLinkItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 12px;
  background-color: #f8f8fa;
  border-bottom: 1px solid #cdd3d9;
  border-left: 1px solid #cdd3d9;
}

.footer_commonLinkItem:nth-child(1), .footer_commonLinkItem:nth-child(2) {
  border-top: solid 1px #cdd3d9;
}

.footer_commonLinkItem:nth-child(2n) {
  border-right: solid 1px #cdd3d9;
}

.footer_commonLinkItem::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: inline-block;
  content: "";
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: 5px solid #46484b;
}

.footer_commonLinkItem a {
  display: inline-block;
  width: 100%;
  padding: 17px 20px 17px 3.6%;
  font-size: 13px;
  color: black;
}

@media all and (min-width: 768px) {
  .footer_commonLinkItem {
    width: auto;
    margin-right: 20px;
    background-color: transparent;
    border: none !important;
  }
  .footer_commonLinkItem::after {
    position: unset;
    margin-left: -2px;
    content: "＞";
    border: none;
  }
  .footer_commonLinkItem a {
    width: auto;
    padding: 0;
  }
}
@media all and (max-width: 339px) {
  .footer_commonLinkItem a {
    font-size: 3.4666vw;
  }
}
.footer_copyWrap {
  max-width: 375px;
  padding: 20px 0;
  margin: 0 auto;
}
.footer_copyWrap img {
  display: block;
}

@media all and (min-width: 768px) {
  .footer_copyWrap {
    margin: 0;
  }
}
/* ==============================
 購入方法（フッター上部）
 ============================== */
.footer_area {
  background-color: #fff;
  position: relative;
}

.howToBuy {
  letter-spacing: normal;
  max-width: 1000px;
  margin: auto;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "メイリオ", meiryo, verdana, sans-serif;
  background-color: #edeef0;
}

@media all and (min-width: 768px) {
  .howToBuy a {
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .howToBuy a:hover {
    color: #000;
    opacity: 0.7;
  }
}
.howToBuy_title {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #8c8c8c;
}

@media all and (min-width: 768px) {
  .howToBuy_title {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  .howToBuy_boxWrap {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 18px 23px;
  }
}
.howToBuy_box {
  width: 100%;
  padding: 15px 20px;
}

.howToBuy_box:nth-child(2) {
  border: solid #bfc2c9;
  border-width: 2px 0;
}

.howToBuy_box .caption {
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .howToBuy_box {
    width: 31%;
  }
  .howToBuy_box:nth-child(1) {
    padding: 0 3% 0 0;
  }
  .howToBuy_box:nth-child(2) {
    padding: 0 3%;
    border-width: 0 1px;
    width: 36%;
  }
  .howToBuy_box:nth-child(3) {
    padding: 0 0 0 3%;
  }
}
.howToBuy_box_title {
  padding: 5px 0;
  font-size: 13px;
}

.howToBuy_box_title p {
  line-height: 1.3;
}

@media all and (min-width: 768px) {
  .howToBuy_box_title {
    font-size: 14px;
  }
}
.howToBuy_flexBox,
.howToBuy_whiteBox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: black;
  background-color: white;
  border-radius: 6px;
}

.howToBuy_flexBox:visited,
.howToBuy_whiteBox:visited {
  color: black;
}

@media all and (min-width: 768px) {
  .howToBuy_flexBox,
  .howToBuy_whiteBox {
    height: 45px !important;
  }
}
.howToBuy_flexBox {
  padding: 10px;
}

.howToBuy_flexBox div {
  width: 35%;
  padding: 0 15px;
  margin: 0;
}

.howToBuy_flexBox div img {
  width: auto;
  max-width: 100%;
}

.howToBuy_flexBox p {
  width: 65%;
}

@media all and (min-width: 768px) {
  .howToBuy_flexBox div img {
    width: 100%;
  }
}
.howToBuy_whiteBox {
  height: 58px;
  line-height: 1.2;
  text-align: center;
}

.howToBuy_tel {
  display: flex;
  align-items: center;
  color: black;
}

.howToBuy_tel div {
  width: 49px;
  margin-right: 5px;
}

.howToBuy_tel p {
  font-size: 24px;
}

@media all and (min-width: 768px) {
  .howToBuy_tel {
    margin-bottom: 5px;
  }
}
.howToBuy_box2 {
  margin-bottom: 20px;
  border-top: 4px solid white;
}

@media all and (min-width: 768px) {
  .howToBuy_box2 {
    display: flex;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 25px;
    margin-bottom: 60px;
  }
}
.howToBuy_box2Title {
  margin: 24px auto 10px;
  font-size: 15px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .howToBuy_box2Title {
    margin: 0;
  }
}
.howToBuy_box2List {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
  flex-wrap: wrap;
  padding: 10px 0 33px;
  margin: 0 20px;
  font-size: 13px;
}

.howToBuy_box2List a {
  color: black;
  border-bottom: solid 1px;
}

@media all and (min-width: 768px) {
  .howToBuy_box2List {
    justify-content: start;
    -moz-column-gap: 0;
         column-gap: 0;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .howToBuy_box2List div {
    margin: 0 20px;
  }
}