@charset "UTF-8";
/*color*/
/**/
/**/
/*START COMMON STYLE*/
html {
  font-size: 10px;
  scroll-behavior: smooth; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%; }

.content-heading {
  font-family: "Inter", sans-serif;
  font-size: 2.0rem;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin: 36px auto; }

ul {
  list-style: none;
  padding: 0; }

em {
  font-style: normal; }

.red {
  color: #fd1111; }

.bold {
  font-weight: 700; }

.link::after {
  display: inline-block;
  content: "";
  width: 1.0em;
  height: 1.0em;
  background-image: url("../images/common/link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 .2em; }

.line-break {
  margin: 0 0 1em 0; }

.subpage h1,
.item h1 {
  text-align: center;
  margin: 32px auto; }

/*START HEADER*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 13px;
  background-color: #FE651A;
  /*header__nav*/
  /**/ }
  @media (min-width: 1024px) {
    header {
      height: 70px; } }
  header .header__logo {
    width: 35%;
    min-width: 150px; }
    @media (min-width: 900px) {
      header .header__logo {
        width: 286px; } }
  header .header__rightpart {
    width: 156px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header__rightpart .header__buttons {
      width: 72px;
      display: flex;
      justify-content: space-between; }
  header .drawer--hidden {
    display: none; }
  header .drawer--open {
    display: flex;
    height: 60px;
    width: 66px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer; }
  header .drawer--open span,
  header .drawer--open span:before,
  header .drawer--open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute; }
  header .drawer--open span:before {
    bottom: 8px; }
  header .drawer--open span:after {
    top: 8px; }
  header #drawer--input:checked ~ .drawer--open span {
    background: rgba(255, 255, 255, 0); }
  header #drawer--input:checked ~ .drawer--open span::before {
    bottom: 0;
    transform: rotate(45deg); }
  header #drawer--input:checked ~ .drawer--open span::after {
    top: 0;
    transform: rotate(-45deg); }
  header .nav--content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #d9d9d9;
    transition: .5s;
    overflow-y: scroll;
    font-size: .8rem; }
    header .nav--content ul {
      padding: 2rem;
      list-style: none; }
      header .nav--content ul li {
        border-bottom: 1px solid #333; }
        header .nav--content ul li a {
          display: block;
          width: 100%;
          line-height: 3em;
          font-size: 1.5rem;
          color: #333;
          text-decoration: none; }
  header #drawer--input:checked ~ .nav--content {
    left: 0; }
    @media (min-width: 481px) {
      header #drawer--input:checked ~ .nav--content {
        left: calc(100% - 500px); } }

/*END of HEADER*/
/*START of FOOTER*/
footer {
  padding: 38px 12px 20px;
  background: #000;
  color: #fff; }
  footer .footer__banner--mailmagazine {
    margin: 0 auto 28px; }
    @media (min-width: 481px) {
      footer .footer__banner--mailmagazine {
        width: 426px; } }
    @media (min-width: 481px) {
      footer .footer__banner--mailmagazine .sp {
        display: none; } }
    @media (max-width: 480px) {
      footer .footer__banner--mailmagazine .pc {
        display: none; } }
    footer .footer__banner--mailmagazine img {
      width: 100%; }
  footer .footer__caution {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 auto 40px; }
    footer .footer__caution p {
      display: inline-block;
      margin: 0 auto 1.5rem;
      font-size: 2.0rem; }
    footer .footer__caution a {
      display: block;
      width: 100%;
      line-height: 3em;
      text-align: center;
      text-decoration: none;
      color: #000;
      font-size: 2.0rem;
      font-weight: 900;
      background-color: #FE651A; }
    footer .footer__caution div {
      display: inline-block;
      width: 560px;
      max-width: 100%;
      margin: 0 auto; }
  footer .footer__nav ul {
    width: 60%;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
    font-size: .9rem; }
    @media (min-width: 1024px) {
      footer .footer__nav ul {
        min-width: 1024px;
        display: flex;
        justify-content: space-between; } }
    footer .footer__nav ul li a {
      display: block;
      width: 100%;
      line-height: 2.4em;
      text-align: center;
      color: #fff;
      font-size: 1.5rem;
      text-decoration: none; }
  footer .footer__buttonn--sns {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px; }
    footer .footer__buttonn--sns div {
      margin: 0 10px; }
  footer .copyrights p {
    font-size: 0.8rem;
    font-weight: 100;
    color: #fff; }
    @media (min-width: 481px) {
      footer .copyrights p {
        text-align: center; } }

/*END of FOOTER*/
/*START of ASIDE*/
aside {
  padding: 20px 14px 30px;
  background: linear-gradient(180.04deg, rgba(255, 207, 105, 0.98) 0.04%, #FE651A 99.96%); }
  aside section {
    position: relative; }
    @media (min-width: 900px) {
      aside section h3 {
        font-size: min(32px, 2vw) !important; } }
    @media (min-width: 900px) {
      aside section h3 br {
        display: none; } }
    aside section ul {
      border-top: 1px solid #000;
      margin: 0 0 30px 0; }
      @media (min-width: 900px) {
        aside section ul {
          max-width: 1268px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          border-top: 0;
          margin: 0 auto 40px; } }
      aside section ul li {
        border-bottom: 1px solid #000; }
        @media (min-width: 900px) {
          aside section ul li {
            width: 23.5%;
            max-width: 296px;
            aspect-ratio: 298 / 85;
            border-bottom: 0; } }
        aside section ul li a {
          display: flex;
          align-items: center;
          width: 100%;
          height: 50px;
          position: relative;
          font-size: 1.6rem;
          font-weight: 700;
          color: #000;
          text-indent: 1em;
          text-decoration: none; }
          @media (min-width: 900px) {
            aside section ul li a {
              justify-content: center;
              height: 100%;
              font-size: min(1.2vw, 1.6rem);
              color: #fff;
              background-color: #130D0B; } }
          @media (min-width: 1024px) {
            aside section ul li a {
              /*font-size:1.25rem;*/ } }
          aside section ul li a::after {
            content: "";
            display: flex;
            width: 18px;
            height: 100%;
            align-items: center;
            position: absolute;
            right: 0;
            top: calc(50% - 9px);
            background: url("../images/common/polygon-black.svg") no-repeat; }
            @media (min-width: 900px) {
              aside section ul li a::after {
                display: inline-block;
                height: 1em;
                position: relative;
                top: 2px;
                margin-left: 1em;
                background: url("../images/common/polygon.svg") no-repeat; } }
    aside section .view-guide {
      width: 46%;
      aspect-ratio: 124/30;
      margin: 0 auto;
      background-color: #80440D; }
      @media (min-width: 900px) {
        aside section .view-guide {
          width: 169px; } }
      aside section .view-guide a {
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        color: #fff;
        text-decoration: none;
        text-indent: -20px; }
        aside section .view-guide a::after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          right: 8px;
          top: calc(50% - 5.5px);
          background: url("../images/common/polygon.svg") no-repeat; }

/*END of ASIDE*/
/*START of PAGETOP*/
#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

#toTop.show {
  opacity: 1;
  visibility: visible; }

/*END of PAGETOP*/
/*START of MODAL*/
.age-modal {
  position: fixed;
  inset: 0;
  /* top, right, bottom, left: 0 */
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

.age-modal.show {
  opacity: 1;
  visibility: visible; }

.age-modal-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 380px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  .age-modal-content .logo {
    text-align: center;
    margin: 0 0 20px 0; }
  .age-modal-content h2 {
    margin: 0 0 20px 0; }
  .age-modal-content p {
    font-size: 1.6rem;
    margin: 0 0 20px 0; }

.age-modal-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .age-modal-buttons dl {
    width: 45%;
    margin: 0 0 20px 0; }
    .age-modal-buttons dl dt a {
      display: flex;
      width: 100%;
      margin: 0 0 10px 0;
      padding: 10px 25px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      color: #333; }
    .age-modal-buttons dl dd {
      font-size: 1.2rem; }
      @media (min-width: 481px) {
        .age-modal-buttons dl dd br {
          display: none; } }

.age-modal-buttons button {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer; }

/* 年齢確認モーダルをページ全体で最前面にする */
#age-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  /* 32bit 最大値 */ }

#age-modal .age-modal-content {
  position: relative !important;
  z-index: 2147483647 !important; }

/* 年齢確認モーダルの表示不具合修正（viewportを基準にする） */
#age-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important; }

/*END of MODAL*/
