@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --font-jp: "Noto Serif JP", serif;
  --color-primary: #444347;
}

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

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--font-jp);
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  background: #FFF url("../../images/common/bg.png") repeat center;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body {
    background: #FFF url("../../images/common/bg_sp.png") repeat center/cover;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.2rem;
  }
}

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

.arrow {
  display: block;
  background-color: #1e1e1e;
  height: 1px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow {
    transform: scaleY(0.64);
  }
}
.arrow::after {
  content: "";
  background-color: #1e1e1e;
  height: 1px;
  width: 1.875rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right;
  transform: rotate(45deg) translateZ(0);
}
@media screen and (min-width: 768px) {
  .arrow::after {
    bottom: -0.5px;
    transform: rotate(38deg) translateZ(0);
  }
}

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;
}
.btn_common a {
  color: #444347;
  font-size: 1.3125rem;
  letter-spacing: 0.17em;
  padding: 0 3.75rem 0.8125rem 2.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_common a {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 1.375rem;
  }
}
.btn_common a:hover {
  opacity: 0.5;
}
.btn_common a .arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header:not(.is-fixed).is-white-logo .header_logo img {
  filter: brightness(0) invert(1);
}
.header .header_pc_menu li:not(.ticket) img {
  filter: brightness(0) invert(1);
}
.header.is-fixed .header_pc_menu li:not(.ticket) img {
  filter: none;
}
.header.is-fixed .menu_btn span,
.header.is-fixed .menu_btn span::before,
.header.is-fixed .menu_btn span::after {
  background-color: #000;
}
.header .header_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
.header .header_logo {
  padding: 0.375rem 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .header .header_logo {
    padding: 0.5625rem 0 0 2.4375rem;
  }
}
.header .header_logo img {
  transition: 0.2s ease;
  width: 8.8125rem;
}
@media screen and (min-width: 768px) {
  .header .header_logo img {
    width: 21.5rem;
  }
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_pc_menu li {
  margin-left: 3.4375rem;
}
.header_pc_menu li:first-child {
  margin-left: 0;
}
.header_pc_menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header_pc_menu li a:hover {
  opacity: 0.5;
}
.header_pc_menu li a .main {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header_pc_menu li a .sub {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.17em;
}
.header_pc_menu li img {
  transition: 0.2s ease;
}
.header_pc_menu li.ticket {
  margin-left: 2.5rem;
}
.header_pc_menu li.ticket img {
  width: 10.625rem;
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: fixed;
  top: 1.25rem;
  right: 1.625rem;
  display: flex;
  height: 1.875rem;
  width: 2.5rem;
  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: 1px;
  background-color: #FFF;
  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: 0.875rem;
}
.menu_btn span::after {
  bottom: 0.875rem;
}

#menu_btn_check {
  display: none;
}
#menu_btn_check:checked ~ .menu_btn {
  top: 1.625rem;
  left: 2.375rem;
  right: auto;
}
#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 {
  background-color: #FFF;
  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_wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp_menu_content {
  overflow: scroll;
  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: #9c9c9c url("../../images/common/menu_bg.webp") repeat-y center/100% auto;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 1rem;
  max-width: 9.6875rem;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sp_menu_content .burger_logo {
    max-width: 19.375rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .sp_menu_content .burger_logo {
    margin-bottom: 4rem;
  }
}
.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: 1.875rem;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.sp_menu_content ul.header_sp_menu li a img {
  height: 2.25rem;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li a img {
    height: 4.5rem;
  }
}
.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;
}

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

.wrapper:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wrapper:not(.home) .main-content {
  flex-grow: 100;
  padding-bottom: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .wrapper:not(.home) .main-content {
    padding-bottom: 12.5rem;
  }
}

section {
  position: relative;
}

.wrapper:not(.home) .ly-container {
  padding: 5.75rem 0 0;
}

.ly-wrapper {
  margin: 0 auto;
  max-width: 69rem;
  padding: 0 3.25rem;
  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 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 16.9375rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .page_headline {
    height: 29.271vw;
    padding-bottom: 9.479vw;
  }
}
.page_headline .sec-title {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page_headline .sec-title img {
    height: 7.292vw;
  }
}
@media screen and (max-width: 767px) {
  .page_headline .sec-title img {
    height: 4.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .page_headline .sec-title img {
    height: 5.3125rem;
  }
}
.page_headline.page_headline--schedule {
  background-image: url("../../images/schedule/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--schedule {
    background-image: url("../../images/schedule/hline_bg.webp");
  }
}
.page_headline.page_headline--news {
  background-image: url("../../images/news/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--news {
    background-image: url("../../images/news/hline_bg.webp");
  }
}
.page_headline.page_headline--contents {
  background-image: url("../../images/contents/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--contents {
    background-image: url("../../images/contents/hline_bg.webp");
  }
}
.page_headline.page_headline--special {
  background-image: url("../../images/special/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--special {
    background-image: url("../../images/special/hline_bg.webp");
  }
}
.page_headline.page_headline--notes {
  background-image: url("../../images/notes/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--notes {
    background-image: url("../../images/notes/hline_bg.webp");
  }
}
.page_headline.page_headline--ticket {
  background-image: url("../../images/ticket/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--ticket {
    background-image: url("../../images/ticket/hline_bg.webp");
  }
}
.page_headline.page_headline--goods {
  background-image: url("../../images/goods/hline_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .page_headline.page_headline--goods {
    background-image: url("../../images/goods/hline_bg.webp");
  }
}

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

/*------------------------
  footer
------------------------*/
.p-footer {
  width: 100%;
  text-align: center;
  background-color: #0e010c;
  padding: 1.875rem 3.125rem 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 3.9375rem 3.125rem 2.3125rem;
  }
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social {
    gap: 3.375rem;
  }
}
.p-footer .p-footer-social .p-footer-social__item img {
  height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social .p-footer-social__item img {
    height: 3.0625rem;
  }
}
.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;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-copyright {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-footer .p-footer-copyright img {
    width: 5.625rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  cursor: pointer;
  position: fixed;
  right: 1.25rem;
  bottom: 8.5rem;
  z-index: 500;
  background: url("../../images/common/btn_top.svg") no-repeat center/contain;
  color: transparent;
  font-size: 0;
  height: 6.5rem;
  width: 6.5rem;
}
@media screen and (min-width: 768px) {
  .page-top {
    height: 6.25rem;
    width: 6.25rem;
    right: 3.125rem;
    bottom: 10.625rem;
  }
}

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: 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 {
  background: radial-gradient(ellipse 35% 28% at 88% 45%, rgba(218, 212, 252, 0.75), transparent 75%), radial-gradient(ellipse 60% 45% at 100% 100%, rgba(255, 255, 255, 0.3), transparent 70%), #e4e3ea;
  margin-bottom: 6.25rem;
  padding: 2.5rem 2.5rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .common_box {
    margin-bottom: 5rem;
    padding: 3.875rem 6.25rem 7.9375rem;
  }
}
.common_box:last-child {
  margin-bottom: 0;
}
.common_box .common_box_h3 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box .common_box_h3 {
    font-size: 1.8rem;
  }
}
.common_box .common_box_wrap {
  position: relative;
}
.common_box .common_box_item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 1.125rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item {
    padding: 2.375rem 0;
  }
}
@media screen and (max-width: 576px) {
  .common_box .common_box_item {
    font-size: 1.5rem;
  }
}
.common_box .common_box_item:first-child {
  border-top: 0;
  padding-top: 0;
}
.common_box .common_box_item:last-child {
  padding-bottom: 0;
}
.common_box .common_box_item p {
  letter-spacing: 0.05em;
}
.common_box .common_box_item p span.blue {
  color: #3d7dd7;
}
.common_box .common_box_item p span.text_l {
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_l {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box .common_box_item p span.text_l {
    font-size: 1.625rem;
  }
}
.common_box .common_box_item p span.text_m {
  font-size: 1.25rem;
}
.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 {
  text-decoration: underline;
  transition: 0.3s;
  color: #3d7dd7;
}
.common_box .common_box_item p a:hover {
  opacity: 0.5;
}
.common_box .common_box_item p.large {
  font-size: 1.875rem;
}
.common_box .common_box_item p.medium {
  font-size: 1.25rem;
}
.common_box .common_box_item p.small {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.small {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box .common_box_item p.small {
    font-size: 1.25rem;
  }
}
.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.875rem;
}
@media screen and (min-width: 768px) {
  .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.5rem;
  }
}
.common_box .common_box_item .link a {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item .link a {
    font-size: 1.125rem;
  }
}
.common_box .btn_common {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .common_box .btn_common {
    margin-top: 3.25rem;
  }
}
.common_box .list-dots li {
  display: flex;
  letter-spacing: 0.05em;
}
.common_box .list-dots li::before {
  content: "●";
  flex-shrink: 0;
}/*# sourceMappingURL=common.css.map */