@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Montserrat", sans-serif;
  --color-main: #3f3426;
}

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: 4.103vw;
  }
}

body {
  background: #f8df65;
  color: var(--color-main);
  margin: 0;
  padding: 0;
  height: 100%;
  font-feature-settings: "palt";
  font-family: var(--font-jp);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

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 !important;
  }
}
@media screen and (max-width: 576px) {
  .tab-none {
    display: block;
  }
  .sp-none {
    display: none !important;
  }
}
.font-en {
  font-family: var(--font-en);
}

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.75rem;
  height: 0.75rem;
  margin-left: 1.25rem;
  background: url(../../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.arrow {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.625rem;
  }
}

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;
  }
}

.cl-main {
  color: #ed903e;
}

/*------------------------
  button
------------------------*/
.btn_common {
  display: flex;
  justify-content: center;
}
.btn_common a {
  background-color: #ed903e;
  border: 2px solid var(--color-main);
  border-radius: 6.25rem;
  color: var(--color-main);
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  width: 15rem;
  position: relative;
  padding: 0.3125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .btn_common a {
    border-width: 0.25rem;
    font-size: 2.25rem;
    min-height: 4.5rem;
    width: 22.5rem;
  }
}
.btn_common a:hover {
  opacity: 0.7;
}
.btn_common a::before {
  content: "";
  border: 1px solid var(--color-main);
  border-radius: 6.25rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .btn_common a::before {
    top: 0.375rem;
    left: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
  }
}
.btn_common.btn_common--jp a {
  font-feature-settings: "palt" 0;
  font-family: var(--font-jp);
  font-size: 0.875rem;
  height: 3.5rem;
  padding: 0.3125rem 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn_common.btn_common--jp a {
    font-size: 1.6875rem;
    height: 6.625rem;
    width: 33.125rem;
  }
}
@media screen and (min-width: 768px) {
  .btn_common.btn_common--jp a::before {
    border-width: 0.125rem;
    top: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  background-color: #f8df65;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}
@media screen and (min-width: 768px) {
  .header.home {
    position: sticky;
  }
}
.header.home .header_logo {
  display: none;
}
.header.home .header_menu {
  justify-content: center;
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .header_inner {
    height: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1.875rem;
    width: 100%;
  }
}
@media (min-width: 1560px) {
  .header .header_menu {
    padding-inline: 7.5rem 3.75rem;
  }
}
.header .header_logo a {
  height: 100%;
  display: block;
  font-size: 0;
  transition: 0.3s;
}
.header .header_logo a:hover {
  opacity: 0.5;
}
.header .header_logo a img {
  width: 15rem;
}
@media screen and (min-width: 1400px) {
  .header .header_logo a img {
    width: 21.125rem;
  }
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3.125rem;
}
.header_pc_menu li a {
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header_pc_menu li a:hover {
  opacity: 0.7;
}
.header_pc_menu li a .main {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .header_pc_menu li a .main {
    font-size: 1.875rem;
  }
}
.header_pc_menu li a .sub {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1400px) {
  .header_pc_menu li a .sub {
    font-size: 0.9375rem;
  }
}
.header_pc_menu li.ticket a {
  opacity: 1;
}
.header_pc_menu li.ticket a:hover img {
  transform: scale(1.3);
}
.header_pc_menu li.ticket img {
  width: 9.625rem;
  height: auto;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  .header_pc_menu li.ticket img {
    width: 10.25rem;
  }
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 3.3125rem;
  width: 3.3125rem;
  justify-content: center;
  align-items: center;
  z-index: 1200;
  padding: 0.5rem;
  cursor: pointer;
}
.menu_btn span {
  position: relative;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 2px;
  background-color: #000;
  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: 0.625rem;
}
.menu_btn span::after {
  bottom: 0.625rem;
}

#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; /*メニューを画面内へ*/
}

.hamburger_menu {
  width: 100%;
}
.hamburger_menu_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 1rem;
}
.hamburger_menu_logo {
  width: 10rem;
}

.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-color: #f8df65;
  overflow: scroll;
}
.sp_menu_content .sp_menu_content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 3.75rem;
  max-width: 17.5rem;
  width: 90%;
}
.sp_menu_content .burger_logo a {
  display: block;
}
.sp_menu_content ul.header_sp_menu li {
  margin-bottom: 2rem;
}
.sp_menu_content ul.header_sp_menu li:last-child {
  margin-bottom: 0;
}
.sp_menu_content ul.header_sp_menu li.ticket img {
  width: 10.25rem;
}
.sp_menu_content ul.header_sp_menu a {
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp_menu_content ul.header_sp_menu a .main {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.sp_menu_content ul.header_sp_menu a .sub {
  font-size: 1rem;
  font-weight: 700;
}
.sp_menu_content .btn_x {
  margin-top: 2rem;
}
.sp_menu_content .btn_x img {
  width: 15rem;
  height: auto;
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
}
.home .main-content {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .home .main-content {
    margin-top: 7.5rem;
  }
}

.wrapper:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wrapper:not(.home) .main-content {
  background: url("../../images/common/bg.jpg") repeat center/1.6875rem;
  flex-grow: 100;
  padding-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .main-content {
    background-size: 4.9375rem;
    padding-top: 7.5rem;
  }
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper:not(.home) section::before {
  content: "";
}

.c-bg {
  background: url("../../images/common/bg.jpg") repeat center/1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-bg {
    background-size: 4.9375rem;
  }
}

section {
  position: relative;
}

.ly-container {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .ly-container {
    padding: 7.5rem 0;
  }
}

.wrapper:not(.home) .ly-container {
  padding-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .ly-container {
    padding-top: 7.5rem;
  }
}

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

/*------------------------
  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;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 2.5rem;
  }
}
.sec-title .main {
  font-size: 4rem;
  line-height: 4.375rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
.sec-title .sub {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.8125rem;
    line-height: 0.875rem;
    margin-bottom: 0.125rem;
  }
}

.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;
  background-color: #f8df65;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .page_headline {
    height: min(22.9166666667vw, 27.5rem);
  }
}
.page_headline__inner {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5.25rem;
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_headline__inner {
    max-width: min(56.875vw, 68.25rem);
    margin: 0 auto;
    padding-bottom: min(2.4479166667vw, 2.9375rem);
  }
}
.page_headline__bg {
  position: absolute;
  top: 0;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_headline__bg {
    bottom: min(5.2083333333vw, 6.25rem);
  }
}
.page_headline__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page_headline__img {
  position: absolute;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_headline__img {
    bottom: max(-4.1666666667vw, -5rem);
    right: 94%;
  }
}
@media screen and (max-width: 767px) {
  .page_headline__img {
    bottom: -4.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page_headline__img img {
  width: 100%;
}
.page_headline .sec-title {
  margin-bottom: 0;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .page_headline .sec-title {
    padding-inline: min(0.8333333333vw, 1rem);
  }
}
.page_headline .sec-title img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_headline .sec-title img {
    width: min(37.2395833333vw, 44.6875rem);
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  flex-grow: 1;
  min-height: 19.5625rem;
  padding-inline: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .coming_soon {
    min-height: 27.0625rem;
  }
}
.coming_soon img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .coming_soon img {
    max-width: 34.875rem;
  }
}
.coming_soon.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  padding: 3.75rem 2rem 2.1875rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social {
    gap: 7.5rem;
  }
}
.p-footer .p-footer-social .p-footer-social__item img {
  height: 3rem;
  width: auto;
}
.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-size: 0.625rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-copyright {
    font-size: 1rem;
    line-height: 1.928;
    margin-top: 4.0625rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  color: transparent;
  cursor: pointer;
  font-size: 0;
  position: fixed;
  bottom: 1.625rem;
  right: 1rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .page-top {
    bottom: 1.5625rem;
    right: 2.5rem;
    z-index: 10000;
  }
}
.page-top:hover::after {
  opacity: 0.7;
}
.page-top::after {
  content: "";
  transition: opacity 0.3s ease;
  background: url("../../images/common/btn_pagetop.png") no-repeat center/contain;
  height: 5.5rem;
  width: 3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-top::after {
    height: 9.1875rem;
    width: 5rem;
  }
}

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: 11.5px;
}

.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: 99999;
  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: #f8df65;
  transition-delay: 0.2s;
}
.loading::after {
  left: 0;
  transition-delay: 0.1s;
  background: #f8df65;
}

.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 #ed903e;
  position: relative;
  overflow: hidden;
}
.prog-bar .bar {
  height: 100%;
  background: #ed903e; /*バーカラー*/
  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: 60%;
  max-width: 18.75rem;
  margin-bottom: 1.875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .load_logo {
    margin-bottom: 3.125rem;
  }
}

/*------------------------
  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 {
  background-color: #FFF;
  border-radius: 0.9375rem;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .common_box {
    border-radius: 1.875rem;
    margin-bottom: 3.75rem;
    padding: 2.5rem 2.5rem 3.125rem;
  }
}
.common_box:last-child {
  margin-bottom: 0;
}
.common_box .common_box_h3 {
  color: #292726;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.common_box .common_box_h3 span {
  background-color: #62a670;
  border: 0.125rem solid #292726;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  height: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_h3 span {
    border-width: 0.1875rem;
    min-width: 22.5rem;
    height: 4.5rem;
  }
}
.common_box .common_box_h3 span::before {
  content: "";
  border-top: 0.125rem solid #292726;
  border-bottom: 0.125rem solid #292726;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_h3 span::before {
    border-top-width: 0.1875rem;
    border-bottom-width: 0.1875rem;
    top: 0.1875rem;
    bottom: 0.1875rem;
  }
}
.common_box .common_box_item {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item {
    padding: 1.875rem 0;
  }
}
.common_box .common_box_item:not(:last-child) {
  background: url("../../images/common/dotted_line.png") repeat-x center bottom/auto 1px;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item:not(:last-child) {
    background-size: auto 0.1875rem;
  }
}
.common_box .common_box_item:last-child {
  padding-bottom: 0;
}
.common_box .common_box_item p {
  line-height: 1.5;
}
.common_box .common_box_item p span.blue {
  color: #18AEDB;
}
.common_box .common_box_item p span.text_l {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_l {
    font-size: 0.9375rem;
  }
}
.common_box .common_box_item p span.text_m {
  font-size: 1.125rem;
  font-weight: 700;
}
.common_box .common_box_item p span.text_s {
  font-size: 0.75rem;
}
.common_box .common_box_item p span.bold {
  font-weight: 700;
}
.common_box .common_box_item p a {
  text-decoration: underline;
  transition: 0.3s;
  color: #62a670;
}
.common_box .common_box_item p a:hover {
  opacity: 0.7;
}
.common_box .common_box_item p.large {
  font-size: 1.5rem;
}
.common_box .common_box_item p.medium {
  font-size: 1.125rem;
  font-weight: 800;
}
.common_box .common_box_item p.small {
  font-size: 0.75rem;
}
.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: 1.25rem;
}/*# sourceMappingURL=common.css.map */