@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  height: 100%;
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll .p-header {
  transform: translateY(0);
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
    font-size: 2.051vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.25rem;
  }
}

b,
strong,
.fw-bold {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

p,
ul,
ol,
table,
dl {
  line-height: 1.8;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 767px) {
  p,
  ul,
  ol,
  table,
  dl {
    letter-spacing: 0rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .tab-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .tab-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
i.othersite {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../../images/common/icon_othersite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.0625rem;
}
@media screen and (max-width: 767px) {
  i.othersite {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }
}

i.arrow::after {
  content: "▼";
}

i.x {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_x_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.x {
    width: 1rem;
    height: 1rem;
  }
}

i.instagram {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_insta_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.instagram {
    width: 1rem;
    height: 1rem;
  }
}

i.line {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_line_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.line {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.youtube {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_youtube_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.youtube {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.homepage {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_home_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.homepage {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

/*------------------------
  button
------------------------*/
.btn_common a {
  background-color: #AB292A;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  height: 2.0625rem;
  width: 12.5rem;
}
.btn_common a:hover {
  opacity: 0.7;
}

.btn_common2 {
  text-align: center;
}
.btn_common2 a {
  border: 1px solid #FFF;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  height: 3.875rem;
  padding: 0 1.625rem;
  min-width: 16.875rem;
}
.btn_common2 a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
  height: 7.5rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}
.header.is-fixed {
  background: #000;
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  height: 100%;
  padding: 0 2.875rem;
}
@media screen and (min-width: 768px) {
  .header .header_inner {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .header .header_inner {
    padding: 0 6.25rem 0 6.125rem;
  }
}
.header .header_logo img {
  width: 21.5rem;
}
@media screen and (min-width: 768px) {
  .header .header_logo img {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .header .header_logo img {
    width: 21.9375rem;
  }
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
}
.header_pc_menu li {
  flex-shrink: 0;
  display: flex;
}
.header_pc_menu li:not(:last-child)::after {
  content: "";
  background-color: #FFF;
  width: 1px;
  height: 2.625rem;
  transform: rotate(35deg) translateZ(0);
  margin: 0 1.5625rem;
}
@media screen and (min-width: 1400px) {
  .header_pc_menu li:not(:last-child)::after {
    height: 3.875rem;
    margin: 0 2.125rem;
  }
}
.header_pc_menu a {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.625rem;
}
.header_pc_menu a:hover {
  opacity: 0.5;
}
.header_pc_menu a img {
  height: 2.5rem;
}
@media screen and (min-width: 1400px) {
  .header_pc_menu a img {
    height: 2.875rem;
  }
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: fixed;
  top: 2.375rem;
  right: 2.1875rem;
  display: flex;
  height: 2.1875rem;
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  z-index: 1200;
  cursor: pointer;
}
.menu_btn span {
  position: relative;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 0.125rem;
  background-color: #FFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 6.25rem;
}
.menu_btn span::before,
.menu_btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}
.menu_btn span::before {
  top: 1.0625rem;
}
.menu_btn span::after {
  bottom: 1.0625rem;
}

#menu_btn_check {
  display: none;
}
#menu_btn_check:checked ~ .menu_btn span {
  background-color: transparent;
  /*メニューオープン時は真ん中の線を透明にする*/
}
#menu_btn_check:checked ~ .menu_btn span::before, #menu_btn_check:checked ~ .menu_btn span::after {
  transform-origin: center;
}
#menu_btn_check:checked ~ .menu_btn span::before {
  top: 0;
  transform: rotate(45deg);
}
#menu_btn_check:checked ~ .menu_btn span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#menu_btn_check:checked ~ .sp_menu_content {
  bottom: 0;
  /*メニューを画面内へ*/
}

.sp_menu_content {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  padding: 2.5rem 0;
  bottom: 100%;
  left: 0;
  /*leftの値を変更してメニューを画面外へ*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #000 url("../../images/common/bg_menu.jpg") no-repeat center top/cover;
  overflow: scroll;
}
.sp_menu_content .sp_menu_scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  min-height: 100%;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 5.75rem;
  max-width: 31.125rem;
  width: 80%;
}
.sp_menu_content .burger_logo a {
  display: block;
}
.sp_menu_content ul.header_sp_menu {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
.sp_menu_content ul.header_sp_menu li:not(:last-child) {
  margin-bottom: 3.375rem;
}
.sp_menu_content ul.header_sp_menu li a img {
  height: 4.5625rem;
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
  padding-top: 6.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 10rem;
  }
}
.main-content::before {
  content: "";
  background: url("../../images/top/bg01.svg") no-repeat center/contain;
  height: 23.5rem;
  position: absolute;
  top: 72.1875rem;
  left: -4.9375rem;
  right: -5.125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main-content::before {
    background-image: url("../../images/common/bg.svg");
    height: 45.8125rem;
    top: 59.0625rem;
    left: -4.5625rem;
    right: -2.0625rem;
  }
}

.wrapper {
  overflow: hidden;
}
.wrapper:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.wrapper:not(.home) .main-content {
  flex-grow: 100;
  padding-top: 0;
}
.wrapper:not(.home) .main-content::before {
  background: url("../../images/common/bg.svg") no-repeat center top/contain;
  left: -5rem;
  right: -3.875rem;
  top: 31.875rem;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .main-content::before {
    left: -4.3125rem;
    right: -4.0625rem;
    top: 43.5rem;
  }
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper:not(.home) section::before {
  content: "";
}

section {
  position: relative;
}

.wrapper:not(.home) .ly-container {
  padding-bottom: 10.3125rem;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .ly-container {
    padding-bottom: 11.25rem;
  }
}

.ly-wrapper {
  margin: 0 auto;
  padding: 0 3.75rem;
  max-width: 70rem;
  width: 100%;
}

/*------------------------
  heading
------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.2;
}

.sec-title {
  text-align: center;
}
.sec-title img {
  width: 34.25rem;
}
@media screen and (min-width: 768px) {
  .sec-title img {
    width: 46.75rem;
  }
}

.heading-large {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-medium {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-medium {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-small {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .heading-small {
    font-size: 1rem;
  }
}

/*------------------------
  page_headline
------------------------*/
.page_headline {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.page_headline::before {
  content: "";
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.page_headline.page_headline--schedule {
  padding-block: 21.6875rem 6.5625rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--schedule {
    padding-block: 19.9375rem 7.4375rem;
  }
}
.page_headline.page_headline--schedule::before {
  background: url("../../images/schedule/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 5.1875rem;
  height: 20.4375rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--schedule::before {
    background-image: url("../../images/schedule/hline_bg.png?ver3");
    top: 7.0625rem;
    height: 36.0625rem;
  }
}
.page_headline.page_headline--contents {
  padding-block: 21.4375rem 6.6875rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--contents {
    padding-block: 19.6875rem 11.875rem;
  }
}
.page_headline.page_headline--contents::before {
  background: url("../../images/contents/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 5.3125rem;
  height: 19.4375rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--contents::before {
    background-image: url("../../images/contents/hline_bg.png?ver3");
    top: 7.625rem;
    height: 38.9375rem;
  }
}
.page_headline.page_headline--goods {
  padding-block: 21.4375rem 6.6875rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--goods {
    padding-block: 19.9375rem 7.4375rem;
  }
}
.page_headline.page_headline--goods::before {
  background: url("../../images/goods/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 4.75rem;
  height: 17.5rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--goods::before {
    background-image: url("../../images/goods/hline_bg.png?ver3");
    top: 4.8125rem;
    height: 31.625rem;
  }
}
.page_headline.page_headline--notes {
  padding-block: 21.4375rem 6.8125rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--notes {
    padding-block: 19.9375rem 7.4375rem;
  }
}
.page_headline.page_headline--notes::before {
  background: url("../../images/notes/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 6.5625rem;
  height: 15.8125rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--notes::before {
    background-image: url("../../images/notes/hline_bg.png?ver3");
    top: 9.0625rem;
    height: 76.625rem;
  }
}
.page_headline.page_headline--special {
  padding-block: 21.4375rem 6.875rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--special {
    padding-block: 19.9375rem 7.4375rem;
  }
}
.page_headline.page_headline--special::before {
  background: url("../../images/special/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 1.875rem;
  height: 19.5rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--special::before {
    background-image: url("../../images/special/hline_bg.png?ver3");
    top: 8.375rem;
    height: 27.375rem;
  }
}
.page_headline.page_headline--ticket {
  padding-block: 21.4375rem 6.875rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--ticket {
    padding-block: 19.9375rem 7.4375rem;
  }
}
.page_headline.page_headline--ticket::before {
  background: url("../../images/ticket/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 4.5rem;
  height: 32.125rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--ticket::before {
    background-image: url("../../images/ticket/hline_bg.png?ver3");
    top: 1.9375rem;
    height: 61.125rem;
  }
}
.page_headline.page_headline--news {
  padding-block: 21.625rem 6.5625rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--news {
    padding-block: 19.9375rem 7.4375rem;
  }
}
.page_headline.page_headline--news::before {
  background: url("../../images/news/hline_bg_sp.png?ver3") no-repeat center top/contain;
  top: 4.875rem;
  height: 17.625rem;
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--news::before {
    background-image: url("../../images/news/hline_bg.png?ver3");
    top: 4.125rem;
    height: 32.8125rem;
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
}
.coming_soon img {
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .coming_soon img {
    width: 80%;
  }
}
.coming_soon.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.25rem solid #CDCECE;
  border-bottom: 0.25rem solid #CDCECE;
  color: #fff;
  font-size: 1.25rem;
  max-width: 62.5rem;
  margin: 0 auto 7.5rem;
  height: 43.125rem !important;
  position: relative;
  width: calc(100% - 7.5rem);
  z-index: 1;
}
.coming_soon.is-active::before {
  content: "";
  border-top: 1px solid #CDCECE;
  border-bottom: 1px solid #CDCECE;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.4375rem;
  bottom: 0.4375rem;
  z-index: -1;
}
.coming_soon.is-active::after {
  content: "";
  background: linear-gradient(to bottom, #858585 0%, #838383 40%, #7c7c7c 55%, #6f6f6f 65%, #5e5e5e 73%, #484848 87%, #2c2c2c 96%, #262626 100%);
  opacity: 0.47;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  background-color: #2B2B2B;
  padding: 2.875rem 3.125rem 2.9375rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 2.875rem 3.125rem 1.625rem;
  }
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.25rem;
}
.p-footer .p-footer-social .p-footer-social__item img {
  height: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social .p-footer-social__item img {
    height: 4.375rem;
  }
}
.p-footer .p-footer-social .p-footer-social__item a {
  display: block;
}
.p-footer .p-footer-social .p-footer-social__item a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-copyright {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-copyright {
    font-size: 0.8125rem;
    margin-top: 2.375rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  background: url("../../images/common/btn_top.svg") no-repeat center/contain;
  height: 7.75rem;
  width: 7.75rem;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  position: fixed;
  right: 1.375rem;
  bottom: 3.5rem;
  z-index: 500;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-top {
    height: 9.375rem;
    width: 9.375rem;
    right: 6.25rem;
    bottom: 7.8125rem;
  }
}
.page-top:hover {
  opacity: 0.7;
}

div [data-remodal-id=modal_recipe] {
  background: none;
}

.slider {
  width: 100%;
}

.n_pad {
  padding-left: 0;
  padding-right: 0;
}

.pad_2 {
  padding-left: 2%;
  padding-right: 2%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.slick-dots li button:before {
  color: #999999;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FFA64D;
}

.remodal-wrapper {
  bottom: 0;
  top: 0;
}

.taxin_text {
  font-size: 1em;
}

.wwimg {
  display: flex;
}

.features .inner .wwimg img {
  width: 50%;
}

.features .inner .chikawa_f_img {
  width: 200px;
  margin: 0 auto;
}

button.btn.btn-success.btn-block.reject {
  background-color: #525252 !important;
  color: #ffffff !important;
}

/*------------------------
  loading
------------------------*/
.loading {
  width: 100vw;
  height: 100%;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.loading::before, .loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition-duration: 0.5s;
}
.loading::before {
  left: 0;
  background-color: #d1d1d1;
  transition-delay: 0.2s;
}
.loading::after {
  left: 0;
  transition-delay: 0.1s;
  background-color: #FFF;
}

.loading-animation {
  width: 40%;
  max-width: 600px;
  height: auto;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .loading-animation {
    width: 70%;
  }
}

.prog-bar {
  width: 60%;
  height: 5px;
  border: 1.5px solid #c2c2c2;
  position: relative;
  overflow: hidden;
}
.prog-bar .bar {
  height: 100%;
  background: #c2c2c2;
  /*バーカラー*/
  position: absolute;
  animation: progress 2.8s normal;
  /*アニメーションスピード*/
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.loading.is-active::before, .loading.is-active::after {
  width: 0%;
}
.loading.is-active .loading-animation {
  opacity: 0;
}

.load_logo {
  width: 50%;
  margin-bottom: 3.125rem;
  display: block;
}

/*------------------------
  wow animation
------------------------*/
@keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: animate__fadeInUpSmall;
}

/*------------------------
  box
------------------------*/
.common_box {
  border-top: 0.25rem solid #CDCECE;
  border-bottom: 0.25rem solid #CDCECE;
  color: #fff;
  font-size: 1.25rem;
  padding: 4.375rem 4.625rem 6.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .common_box {
    font-size: 0.8125rem;
  }
}
.common_box::before {
  content: "";
  border-top: 1px solid #CDCECE;
  border-bottom: 1px solid #CDCECE;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.4375rem;
  bottom: 0.4375rem;
  z-index: -1;
}
.common_box::after {
  content: "";
  background: linear-gradient(to bottom, #858585 0%, #838383 40%, #7c7c7c 55%, #6f6f6f 65%, #5e5e5e 73%, #484848 87%, #2c2c2c 96%, #262626 100%);
  opacity: 0.47;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.common_box:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .common_box:not(:last-child) {
    margin-bottom: 6.875rem;
  }
}
.common_box .common_box_h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_h3 {
    font-size: 1.75rem;
  }
}
.common_box .btn_common {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .common_box .btn_common {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}
.common_box .box-info {
  display: flex;
  gap: 1.6875rem;
  margin-bottom: 1.875rem !important;
}
@media screen and (max-width: 767px) {
  .common_box .box-info {
    gap: 2.4375rem;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2.5rem !important;
  }
}
.common_box .box-info img {
  flex-shrink: 0;
  width: 26rem;
}
.common_box .table {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0 auto 2.5rem !important;
  width: 27rem;
}
.common_box .table.table-fixed {
  margin-bottom: 3.25rem !important;
}
@media screen and (min-width: 768px) {
  .common_box .table.table-fixed {
    margin-bottom: 3.75rem !important;
  }
}
.common_box .table.table-fixed table {
  table-layout: fixed;
}
.common_box .table table {
  width: 100%;
}
.common_box .table th, .common_box .table td {
  border: 1px solid #FFF;
  font-size: 1.25rem;
  padding: 0.75rem 0.625rem 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .common_box .table th, .common_box .table td {
    font-size: 1.0625rem;
  }
}
.common_box .c-box {
  border: 1px solid #FFF;
  margin-bottom: 1.6875rem !important;
  padding: 1rem 0.5625rem 1rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .common_box .c-box {
    margin-bottom: 1.875rem !important;
    padding: 1rem 1.125rem;
  }
}

.common_box_item {
  border-bottom: 0.0625rem solid #FFF;
  padding: 2.1875rem 0;
}
.common_box_item:first-child {
  padding-top: 0;
}
.common_box_item .label {
  font-size: 1.0625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common_box_item .label {
    font-size: 1.25rem;
    text-align: center;
  }
}
.common_box_item .detail {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common_box_item .detail {
    font-size: 1.0625rem;
  }
}
.common_box_item .detail > p:not(:last-child), .common_box_item .detail > div:not(:last-child), .common_box_item .detail > img:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .common_box_item .detail > p:not(:last-child), .common_box_item .detail > div:not(:last-child), .common_box_item .detail > img:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}
.common_box_item p {
  line-height: 1.588;
}
.common_box_item p span.blue {
  color: #18AEDB;
}
.common_box_item p span.text_l {
  font-size: 1.25rem;
  font-weight: 600;
}
.common_box_item p span.text_m {
  font-size: 1.0625rem;
  font-weight: 600;
}
.common_box_item p span.text_s {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box_item p span.text_s {
    font-size: 0.625rem;
  }
}
.common_box_item p span.bold {
  font-weight: 700;
}
.common_box_item p.large {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: -0.5rem;
}
.common_box_item p.small {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box_item p.small {
    font-size: 0.625rem;
  }
}
.common_box_item a {
  text-decoration: underline;
  transition: 0.3s;
  color: #18AEDB;
}
.common_box_item a:hover {
  opacity: 0.5;
}
.common_box_item > p:not(:last-child), .common_box_item > div:not(:last-child), .common_box_item > img:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .common_box_item > p:not(:last-child), .common_box_item > div:not(:last-child), .common_box_item > img:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}/*# sourceMappingURL=common.css.map */