@charset "UTF-8";
@font-face {
  font-family: "UDD";
  src: url("../font/A-OTF-UDShinGoNTPro-DeBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UDB";
  src: url("../font/A-OTF-UDShinGoNTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UDH";
  src: url("../font/A-OTF-UDShinGoNTPro-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOGOG";
  src: url("../font/LOGOG_BG.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "banana";
  src: url("../font/YDWbananaslipplus.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.sp-s {
  display: none;
}
@media only screen and (max-width:374px) {
  .sp-s {
    display: block;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width:960px) {
  .tab {
    display: block;
  }
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body * {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
body a:hover {
  opacity: 0.7;
}
body #wrapper {
  overflow-x: hidden;
}
body .logo a {
  font-size: 25px;
  line-height: 1.32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "LOGOG", sans-serif;
}
body .logo a span {
  font-size: 11px;
  color: #ff821a;
  font-weight: bold;
}
body .menu {
  display: none;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f64b81), to(#f72b52));
  background: linear-gradient(to bottom, #f64b81 0%, #f72b52 100%);
  width: 59px;
  height: 59px;
  padding-bottom: 8px;
}
@media only screen and (max-width:960px) {
  body .menu {
    position: fixed;
    top: 8px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "figtree", sans-serif;
    font-size: 10px;
    color: #fff;
    line-height: 1.3;
    z-index: 9999;
  }
}
body .menu.open .hamb span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .menu.open .hamb span:nth-child(2) {
  opacity: 0;
}
body .menu.open .hamb span:last-child {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .menu .hamb {
  position: absolute;
  top: 11px;
  width: 29px;
  height: 19px;
  margin-bottom: 7px;
}
body .menu .hamb span {
  position: absolute;
  background: #ffec5d;
  width: 100%;
  height: 3px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .menu .hamb span:first-child {
  top: 0;
}
body .menu .hamb span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .menu .hamb span:last-child {
  bottom: 0;
}
body .menu-list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9998;
}
body .menu-list nav {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 71.7%;
  margin: 0 auto;
}
body .menu-list nav > ul > li:not(.logo) a {
  font-size: 24px;
  line-height: 2;
  display: block;
  color: #fff;
}
body .menu-list nav > ul > li:not(.logo) .submenu li a {
  font-size: 22px;
  padding-left: 25px;
  position: relative;
}
body .menu-list nav > ul > li:not(.logo) .submenu li a::before {
  content: "ー";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
body .menu-list nav > ul .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
body .menu-list nav > ul .logo a {
  font-size: 48px;
}
body .menu-list nav > ul .logo a span {
  font-size: 20px;
}
body #sidebar {
  margin-bottom: 150px;
}
@media only screen and (max-width:960px) {
  body #sidebar {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:960px) {
  body main {
    padding-top: 70px;
  }
}
body main .section--comment#comment {
  margin-bottom: 60px;
}
@media only screen and (max-width:960px) {
  body main .section--comment#comment {
    margin-bottom: 57px;
  }
}
body main .section--comment#comment #respond {
  margin-bottom: 0;
}
body main .section--comment#comment h3#reply-title {
  color: #222;
  border-color: #f64b81 !important;
}
body main .section--comment#comment h3#reply-title span::before {
  background-color: #f64b81 !important;
  border-color: #f64b81 !important;
}
body main .section--comment#comment #commentform {
  display: block;
  margin-top: 10px;
}
body main .section--comment#comment #commentform .comment-form-comment {
  width: 100% !important;
}
body main .section--comment#comment #commentform .comment-rating-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body main .section--comment#comment #commentform .comment-rating-input input,
body main .section--comment#comment #commentform .comment-rating-input label {
  cursor: pointer;
}
body main .section--comment#comment #commentform .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main .section--comment#comment #commentform .form-submit input {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
  background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #222222;
  position: relative;
  width: 256px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .section--comment#comment #commentform .form-submit input:hover {
  opacity: 0.7;
}
body main .section--comment#comment #commentform .form-submit input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url("../img/arrow_02.webp");
  width: 28px;
  height: 28px;
}
body .section {
  overflow: hidden;
}
body .section--evaluation#evaluation {
  min-height: auto !important;
  padding-bottom: 50px;
}
body .section--evaluation#evaluation .reactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
body .section--evaluation#evaluation .reactions .js-reaction {
  cursor: pointer;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0;
}
body .section--evaluation#evaluation .reactions .js-reaction__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 100px;
  height: 50px;
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
  background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
  border: 1px solid #fff;
  border-radius: 5px;
}
body .section--evaluation#evaluation .reactions .js-reaction.is-active {
  border-color: #f5b301;
}
body .section--evaluation#evaluation .reactions .js-reaction.is-active .js-reaction__inner {
  background: #ffe9a9;
}
body .section--evaluation#evaluation .reactions .js-reaction img {
  width: 22px;
  margin-bottom: 0;
}
body .section--evaluation#evaluation .reactions p {
  width: 100%;
  text-align: center;
}
body .wpcf7-form-control-wrap input[type=tel] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  margin-bottom: -10px !important;
  -webkit-appearance: none;
}
body .wpcf7-form-control.wpcf7-submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#f64b81), to(#f72b52));
  background: linear-gradient(to bottom, #f64b81 0%, #f72b52 100%);
  border-radius: 5px;
  border: none;
}
body .wpcf7-form-control.wpcf7-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f64b81), to(#f72b52));
  background: linear-gradient(to bottom, #f64b81 0%, #f72b52 100%);
  opacity: 0.7;
  border: none;
}
body #rtoc_return {
  display: none !important;
}
body .cf-turnstile {
  text-align: center;
}

.table-wrap {
  max-width: 100% !important;
  overflow: scroll;
}
.table-wrap table {
  width: 200% !important;
  background-color: transparent !important;
}
.table-wrap table th,
.table-wrap table td {
  white-space: nowrap;
}
.table-wrap table.cps-table03 td {
  text-align: left !important;
}
.table-wrap table.cps-table03 td span {
  text-align: left;
}
.table-wrap table:not(.cps-table03) tr:first-child td {
  font-weight: bold;
}
.table-wrap table:not(.cps-table03) tr:first-child td span {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.header {
  background-color: #000000;
  position: relative;
}
@media only screen and (max-width:960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url("../img/border_01.webp");
}
@media only screen and (max-width:960px) {
  .header::after {
    -o-border-image: url("../img/border_01-sp.webp");
       border-image: url("../img/border_01-sp.webp");
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 24px 4px 30px;
}
@media only screen and (max-width:960px) {
  .header__inner {
    padding-right: 5px;
    padding-left: 10px;
    height: 70px;
  }
}
.header__inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 10px;
}
.header__inner .link select {
  border: 1px solid #ffec5d;
  width: 160px;
  height: 36px;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/arrow_01.svg") no-repeat right 12px center;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 32px;
}
@media only screen and (max-width:960px) {
  .header__inner .link select {
    display: none;
  }
}
.header__inner .link select option {
  font-size: 15px;
  line-height: 1.4;
}
.header__inner .link a {
  border-radius: 5px;
}
.header__inner .link a.expe {
  font-size: 15px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f64b81), to(#f72b52));
  background: linear-gradient(to bottom, #f64b81 0%, #f72b52 100%);
  color: #fff;
  width: 90px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:960px) {
  .header__inner .link a.expe {
    display: none;
  }
}
.header__inner .link a.account {
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
  background: linear-gradient(to bottom, #fff 0%, #d6d6d6 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 59px;
  height: 59px;
  gap: 6px;
}
.header__inner .link a.account img {
  width: 21px;
  height: 21px;
}
.header__inner .link a.account span {
  font-size: 9px;
  font-weight: bold;
  color: #333333;
  line-height: 1.44;
}
.header nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  text-align: center;
}
.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav ul li:first-child a {
  padding-left: 20px;
}
@media only screen and (max-width:960px) {
  .header nav ul li:first-child a {
    padding-left: 10px;
  }
}
@media only screen and (max-width:374px) {
  .header nav ul li:first-child a {
    padding: 5px 5px 10px 0;
  }
}
.header nav ul li:not(:last-child) a {
  margin-right: 20px;
}
@media only screen and (max-width:960px) {
  .header nav ul li:not(:last-child) a {
    margin-right: 10px;
  }
}
@media only screen and (max-width:374px) {
  .header nav ul li:not(:last-child) a {
    margin-right: 5px;
  }
}
.header nav ul li:not(:last-child) a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.header nav ul li a {
  position: relative;
  color: #555;
  font-size: 14px;
  line-height: 1.42;
  padding-right: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:960px) {
  .header nav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 70px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 10px;
  }
}
@media only screen and (max-width:374px) {
  .header nav ul li a {
    padding: 5px 5px 10px 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.01em;
  }
}
.header nav ul li a img {
  vertical-align: middle;
}
.header nav ul li .money img {
  width: 29px;
  margin-right: 11px;
}
@media only screen and (max-width:960px) {
  .header nav ul li .money img {
    margin: 0;
    margin-bottom: 3px;
  }
}
.header nav ul li .heart img {
  width: 30px;
  margin-right: 10px;
}
@media only screen and (max-width:960px) {
  .header nav ul li .heart img {
    margin: 0;
    margin-bottom: 6px;
  }
}
.header nav ul li .clock img {
  width: 26px;
  margin-right: 13px;
}
@media only screen and (max-width:960px) {
  .header nav ul li .clock img {
    margin: 0;
    margin-bottom: 6px;
  }
}
.header nav ul li .coupon img {
  width: 31px;
  margin-right: 13px;
}
@media only screen and (max-width:960px) {
  .header nav ul li .coupon img {
    margin: 0;
    margin-bottom: 6px;
  }
}
.header nav ul li .pin img {
  width: 20px;
  margin-right: 14px;
}
@media only screen and (max-width:960px) {
  .header nav ul li .pin img {
    margin: 0;
    margin-bottom: 4px;
  }
}
.header nav ul li .dot img {
  width: 23px;
  margin-right: 16px;
}
@media only screen and (max-width:960px) {
  .header nav ul li .dot img {
    margin: 0;
    margin-bottom: 16px;
  }
}

.section--banner#banner {
  padding-top: 0;
  padding-bottom: 50px;
}
@media only screen and (max-width:960px) {
  .section--banner#banner {
    padding: 0;
    background-color: #222222;
  }
}
.section--banner#banner .section__inner {
  width: 71.7%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width:1250px) {
  .section--banner#banner .section__inner {
    width: 90.6%;
  }
}
@media only screen and (max-width:960px) {
  .section--banner#banner .section__inner {
    width: 100%;
  }
}
.section--banner#banner .section__inner a:hover {
  opacity: 0.7;
}

.footer {
  background: #333333;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 17px;
}
@media only screen and (max-width:960px) {
  .footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer h2 a {
  font-size: 40px;
  line-height: 1.23;
  color: #fff;
  display: inline-block;
  text-align: left;
  font-family: "LOGOG", sans-serif;
}
@media only screen and (max-width:960px) {
  .footer h2 a {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media only screen and (max-width:374px) {
  .footer h2 a {
    font-size: 40px;
  }
}
.footer h2 a span {
  display: block;
  font-size: 17px;
  color: #ff821a;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .footer h2 a span {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width:374px) {
  .footer h2 a span {
    font-size: 17px;
  }
}
.footer nav {
  margin-top: 18px;
}
@media only screen and (max-width:960px) {
  .footer nav {
    margin-top: 30px;
  }
}
.footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
@media only screen and (max-width:960px) {
  .footer nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 26px;
  }
}
.footer nav ul li a {
  color: #fff;
}
.footer p {
  margin-top: 34px;
  margin-bottom: 0;
}
@media only screen and (max-width:960px) {
  .footer p {
    margin-top: 48px;
  }
}
.footer p small {
  color: #fff;
  font-size: 14px;
  line-height: 1.42;
}
/*# sourceMappingURL=common.css.map */