@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Serif+JP:wght@200..900&family=Viaoda+Libre&display=swap");
:root {
  --font-en: "Viaoda Libre", serif;
}

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.086vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.8125rem;
  }
}

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 (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .tab-none {
    display: none;
  }
  .pc {
    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 {
  display: inline-block;
  width: 0.9375rem;
  height: 1.4375rem;
  margin-left: 1.875rem;
  background: url(../../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  i.arrow {
    width: 0.75rem;
    height: 1.125rem;
  }
}

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 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn_common {
    justify-content: flex-end;
  }
}
.btn_common a {
  color: #000;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .btn_common a {
    font-size: 1.8125rem;
  }
  .btn_common a:hover {
    letter-spacing: 0.31em;
  }
  .btn_common a:hover i.arrow {
    margin-left: 2.6875rem;
  }
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  text-align: center;
  align-items: center;
  z-index: 600;
  position: fixed;
  height: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.9375rem;
  }
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0.625rem 1.75rem 0.625rem 2.25rem;
}
@media screen and (min-width: 768px) {
  .header .header_inner {
    padding: 0.625rem 4.1875rem;
  }
}
.header .header_logo {
  transition: 0.3s;
}
.header .header_logo a {
  display: block;
  font-size: 0;
}
.header .header_logo:hover {
  opacity: 0.5;
}
.header .header_logo img {
  width: 12.375rem;
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu {
    gap: 4.375rem;
  }
}
.header_pc_menu li:not(:last-child) {
  margin-right: 0.75rem;
}
.header_pc_menu li:nth-child(1) {
  width: 8.125rem;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu li:nth-child(1) {
    width: 10rem;
  }
}
.header_pc_menu li:nth-child(2) {
  width: 4.375rem;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu li:nth-child(2) {
    width: 5.4375rem;
  }
}
.header_pc_menu li:nth-child(3) {
  width: 8.125rem;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu li:nth-child(3) {
    width: 10rem;
  }
}
.header_pc_menu li:nth-child(4) {
  width: 5.5rem;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu li:nth-child(4) {
    width: 6.75rem;
  }
}
.header_pc_menu li:nth-child(5) {
  width: 6.125rem;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu li:nth-child(5) {
    width: 7.5rem;
  }
}
.header_pc_menu li a {
  font-family: var(--font-en);
  font-size: 1.5625rem;
  font-weight: 500;
  display: block;
  color: #000;
  display: flex;
  flex-direction: column;
  transition: 0.6s;
}
@media screen and (min-width: 1500px) {
  .header_pc_menu li a {
    font-size: 1.9375rem;
  }
}
.header_pc_menu li a:hover {
  letter-spacing: 0.2em;
  transform: translateX(-0.5em);
}
.header_pc_menu li a .main {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.header_pc_menu li a .sub {
  font-size: 0.75rem;
}
.header_pc_menu li.ticket a {
  color: #FFF;
  background: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  height: 3.3125rem;
  width: 4.8125rem;
  justify-content: center;
  align-items: center;
  z-index: 1200;
  padding: 0;
  cursor: pointer;
}
.menu_btn span {
  position: relative;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 0.3125rem;
  background-color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.menu_btn span::before,
.menu_btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}
.menu_btn span::before {
  top: 1.375rem;
}
.menu_btn span::after {
  bottom: 1.375rem;
}
.menu_btn.is-active span {
  background-color: transparent; /*メニューオープン時は真ん中の線を透明にする*/
}
.menu_btn.is-active span::before, .menu_btn.is-active span::after {
  transform-origin: center;
}
.menu_btn.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu_btn.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.sp_menu_content {
  background: linear-gradient(to bottom, rgb(220, 220, 220) 0%, rgb(250, 250, 250) 100%);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  padding: 3.75rem 0 0;
  bottom: 100%;
  left: 0; /*leftの値を変更してメニューを画面外へ*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #FFF;
  overflow: scroll;
}
.sp_menu_content .sp_menu_content_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 19.625rem;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 7.9375rem;
  max-width: 25rem;
}
.sp_menu_content .burger_logo a {
  display: block;
}
.sp_menu_content .burger_logo img {
  width: 100%;
}
.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: 5.875rem;
}
.sp_menu_content ul.header_sp_menu li a {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
.sp_menu_content ul.header_sp_menu li a .main {
  font-family: var(--font-en);
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1;
}
.sp_menu_content ul.header_sp_menu li a .sub {
  font-size: 1.5625rem;
}
.sp_menu_content ul.header_sp_menu li.ticket {
  max-width: 12.5rem;
  margin: 0 auto;
}
.sp_menu_content ul.header_sp_menu li.ticket a {
  color: #FFF;
  background: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}
.sp_menu_content .sp_menu_img {
  display: block;
  position: absolute;
  right: -2.5rem;
  bottom: -5.75rem;
  width: 24.0625rem;
}
.sp_menu_content .sp_menu_img img {
  width: 100%;
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
  padding-top: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 6.9375rem;
  }
}

.wrapper:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wrapper:not(.home) .main-content {
  flex-grow: 100;
  padding-top: 0;
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper:not(.home) section::before {
  content: "";
}

section {
  position: relative;
}

.ly-container {
  padding: 7.5rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .ly-container {
    padding: 4.375rem 0 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .ly-container {
    padding: 3.75rem 0 5rem;
  }
}

.wrapper:not(.home) .ly-container {
  padding: 4.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .ly-container {
    padding: 8.25rem 0 0;
  }
}

.ly-wrapper {
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  padding: 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .ly-wrapper {
    padding: 0 3.75rem;
  }
}

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

.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.sec-title .main {
  font-family: var(--font-en);
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-title .main {
    font-size: min(7.8125vw, 9.375rem);
  }
}
.sec-title .sub {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.21em;
}
@media screen and (min-width: 768px) {
  .sec-title .sub {
    font-size: min(1.0416666667vw, 1.25rem);
  }
}

.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 {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.page_headline .sec-title {
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_headline .sec-title {
    bottom: min(3.90625vw, 4.6875rem);
  }
}
@media screen and (max-width: 767px) {
  .page_headline .sec-title {
    top: 10.625rem;
  }
}

.page_headline_bg {
  height: 33rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_headline_bg {
    height: 22.86458vw;
  }
}
.page_headline_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  background-color: #FFF;
  flex-grow: 1;
  height: calc(100% - 400px);
  min-height: 31.25rem;
  padding: 3.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .coming_soon {
    height: calc(100% - 233px);
  }
}
.coming_soon img {
  margin-top: -50px;
  width: 70%;
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .coming_soon img {
    width: 80%;
  }
}
.coming_soon.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  side
------------------------*/
.side-txt {
  position: fixed;
  top: calc(50% + 3.84375rem);
  transform: translateY(-50%);
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0.5em;
  writing-mode: sideways-lr;
  white-space: nowrap;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .side-txt {
    top: calc(50% - 3.125rem);
    font-size: 0.875rem;
  }
}
.side-txt.side-txt--left {
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .side-txt.side-txt--left {
    left: 1.375rem;
  }
}
.side-txt.side-txt--right {
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .side-txt.side-txt--right {
    right: 1.375rem;
  }
}

/*------------------------
  footer
------------------------*/
.p-footer {
  width: 100%;
  text-align: center;
  padding: 5.625rem 3.5rem 1.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 9.0625rem 7.875rem 2.5rem;
  }
}
.p-footer .p-footer-menu {
  border-top: 1px solid #000;
  padding-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-menu {
    padding-top: 3.75rem;
  }
}
.p-footer .p-footer-menu__item {
  width: 33.333%;
  margin: 2.8rem auto;
  text-align: center;
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.875rem;
}
.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: 3.125rem;
  }
}
.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 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 3.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-copyright {
    font-size: 0.75rem;
    margin-top: 3.5rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  color: transparent;
  font-size: 0;
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
  cursor: pointer;
}
.page-top::after {
  content: "";
  background: url(../../images/common/icon_page-top.svg) no-repeat right bottom/contain;
  aspect-ratio: 122/200;
  height: 8.5rem;
  display: block;
}

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: 0.75em;
}

.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: 40%;
  max-width: 11.25rem;
  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: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.common_box::before {
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  top: -1px;
  left: -1px;
}
.common_box::after {
  content: "";
  box-sizing: border-box;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  top: -1px;
  right: -1px;
}
.common_box .common_box_h3 {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.17em;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
  transform: translateY(-50%);
  text-align: center;
}
.common_box .common_box_h3.small {
  font-size: 2.125rem;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3.small {
    margin-top: -4.375rem;
    left: 0;
    right: 0;
    position: relative;
    transform: translateY(-0.7em);
    text-align: left;
  }
}
.common_box .common_box_h3.small span {
  padding-inline: 1.0625rem;
}
.common_box .common_box_h3 span {
  display: inline-block;
  background-color: #FFF;
  padding-inline: 1.4375rem;
  max-width: 45rem;
}
.common_box .common_box_inner {
  padding: 4.375rem 3.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_inner {
    padding: 5.625rem 4.75rem 4.6875rem;
  }
}
.common_box .common_box_inner::before {
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.common_box .common_box_inner::after {
  content: "";
  box-sizing: border-box;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.common_box .common_box_item {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  padding: 2.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item {
    font-size: 1rem;
    padding: 1.25rem 0;
  }
}
.common_box .common_box_item:first-child {
  padding-top: 0;
}
.common_box .common_box_item:last-child {
  border-bottom: none;
}
.common_box .common_box_item p span.blue {
  color: #18AEDB;
}
.common_box .common_box_item p span.text_l {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p span.text_l {
    font-size: 1.6875rem;
  }
}
.common_box .common_box_item p span.text_m {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p span.text_m {
    font-size: 1.25rem;
  }
}
.common_box .common_box_item p span.text_s {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p span.text_s {
    font-size: 0.875rem;
  }
}
.common_box .common_box_item p span.bold {
  font-weight: 700;
}
.common_box .common_box_item p a {
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
  transition: 0.3s;
  color: #3d7dd8;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p a {
    font-size: 1.25rem;
  }
  .common_box .common_box_item p a:hover {
    opacity: 0.5;
  }
}
.common_box .common_box_item p.large {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p.large {
    font-size: 1.875rem;
  }
}
.common_box .common_box_item p.small {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p.small {
    font-size: 0.875rem;
  }
}
.common_box .common_box_item p.detail_row {
  margin-bottom: 2.1875rem;
}
.common_box .common_box_item p.detail_row:last-child {
  margin-bottom: 0;
}
.common_box .common_box_item > p:not(:last-child), .common_box .common_box_item > div:not(:last-child), .common_box .common_box_item > img:not(:last-child) {
  margin-bottom: 2.375rem;
}
.common_box .common_box_item .text-note {
  color: #7a7575;
  line-height: 1.8;
}
.common_box .common_box_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.common_box .btn_common {
  justify-content: center;
  margin-top: 2.8125rem;
}

.font-en {
  font-family: var(--font-en);
}/*# sourceMappingURL=common.css.map */