@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;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.086vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
    font-size: 3.865vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  background: #5d3f30;
}
@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;
}

.bg-gray {
  background-color: #f0f0f0;
}

.pc-none {
  display: none;
}

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

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: 0.9375rem;
  height: 0.9375rem;
  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: 767px) {
  i.x {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.instagram {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  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: 767px) {
  i.instagram {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.line {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  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: 0.9375rem;
  height: 0.9375rem;
  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: 0.75rem;
    height: 0.75rem;
  }
}

/*------------------------
  button
------------------------*/
.btn_line a {
  position: relative;
  display: inline-block;
  color: #1c1715;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  padding: 1rem 1rem 1rem 1.875rem;
  transition: 0.2s;
  z-index: 1;
  overflow: hidden;
  border: 0.125rem solid #1c1715;
  border-radius: 3.125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_line a {
    font-size: 0.8125rem;
    padding: 0.625rem 0.625rem 0.625rem 1.5rem;
    border: 0.09375rem solid #1c1715;
  }
}
.btn_line a i {
  transition: 0.1s;
  filter: invert(4%) sepia(19%) saturate(961%) hue-rotate(332deg) brightness(98%) contrast(88%);
}
.btn_line a:hover {
  background: #f2cc2e;
  color: #FFF;
  border: 0.125rem solid #f2cc2e;
}
@media screen and (max-width: 767px) {
  .btn_line a:hover {
    border: 0.09375rem solid #f2cc2e;
  }
}
.btn_line a:hover i {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(337deg) brightness(101%) contrast(103%);
}

/*------------------------
  header
------------------------*/
.p-header {
  width: 100%;
  top: 0;
  text-align: center;
  align-items: center;
  z-index: 600;
}
.p-header .container {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  height: 100%;
}
.p-header .p-header__logo {
  width: 8.75rem;
  padding: 0.5rem;
}
.p-header .p-header__logo a {
  filter: invert(99%) sepia(16%) saturate(135%) hue-rotate(358deg) brightness(98%) contrast(87%);
  display: block;
  font-size: 0;
}
.p-header .p-header__logo a img {
  width: 100%;
  height: auto;
}
.p-header .p-header__logo a:hover {
  filter: invert(80%) sepia(88%) saturate(559%) hue-rotate(333deg) brightness(101%) contrast(90%);
}

@media screen and (max-width: 767px) {
  .p-header {
    position: fixed;
    right: 0;
  }
  .p-header .container {
    height: auto;
    padding: 0.75rem 1.25rem 0.75rem 0.625rem;
  }
  .p-header .p-header__logo {
    width: 4.5rem;
    padding: 0.125rem;
    transition: 0.2s;
  }
  .p-header .p-header__logo.none {
    opacity: 0;
  }
}
/*------------------------
  global nav
------------------------*/
.p-header .p-header-menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.5rem;
}
.p-header .p-header-menu__item:not(:last-child) {
  margin-right: 1.25rem;
}
.p-header .p-header-menu__item a {
  padding: 0.75rem;
  color: #eaeae3;
  display: block;
}
.p-header .p-header-menu__item a:hover {
  color: #f2cc2e;
}
.p-header .p-header-menu__item a .main {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  display: block;
}
.p-header .p-header-menu__item a .sub {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: block;
  letter-spacing: 0.125rem;
}

/*------------------------
  burger
------------------------*/
.menu-btn {
  position: fixed;
  top: 0;
  right: 0.625rem;
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  justify-content: center;
  align-items: center;
  z-index: 1200;
  padding: 0.625rem;
}
.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: #1c1715;
  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.75rem;
}
.menu-btn span::after {
  bottom: 0.75rem;
}

#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 ~ .menu-content {
  bottom: 0; /*メニューを画面内へ*/
  overflow: scroll;
}

.menu-content {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  padding: 2.5rem 2.25rem;
  bottom: 100%;
  left: 0; /*leftの値を変更してメニューを画面外へ*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #FFF;
  background-size: auto 60%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../../images/common/spmenu_bg.svg);
  background-size: auto 23%;
  background-position: left 8% bottom -6%;
}
.menu-content::before, .menu-content::after {
  content: "";
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 0rem;
  bottom: 0rem;
  border: 0.9375rem solid #5d3f30;
  z-index: 1001;
  pointer-events: none;
}
.menu-content::after {
  border-radius: 1.25rem;
}
.menu-content .burger-logo {
  margin: -20% auto 2.25rem;
  width: 15rem;
  max-width: 50%;
}
@media screen and (max-width: 576px) {
  .menu-content .burger-logo {
    margin: -30% auto 1.5rem;
    max-width: 45%;
  }
}
.menu-content .burger-logo a {
  display: block;
}
.menu-content ul {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
.menu-content ul li {
  margin: 0 auto;
  border-top: 2px dashed #c1c1c1;
  width: 160px;
}
.menu-content ul li:last-child {
  border-bottom: 2px dashed #c1c1c1;
}
.menu-content ul li a {
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  color: #1c1715;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.menu-content ul li a .main {
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.menu-content ul li a .sub {
  font-size: 0.8125rem;
  line-height: 0.875rem;
  color: #a8a197;
}

/*------------------------
  layout
------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
}

.grid-container {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.ly-container {
  padding: 8.75rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .ly-container {
    padding: 5rem 0 5rem;
  }
}

.wrapper:not(.home) .ly-container {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) .ly-container {
    padding-top: 3.75rem;
  }
}

.ly-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .ly-wrapper {
    padding: 0 2.25rem;
  }
}

.ly-row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ly-row {
    flex-wrap: wrap;
  }
}

.col2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col2 {
    width: 100%;
  }
}

.col3 {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 50%;
  }
}

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

section {
  position: relative;
}

.wrapper:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wrapper:not(.home) .main-content {
  flex-grow: 100;
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 2;
  background: #eaeae3;
  height: 100%;
}
.wrapper:not(.home) section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5rem;
  top: -4.875rem;
  background-image: url(../../images/common/section_flat_beige.svg);
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) section::before {
    height: 1.875rem;
    top: -1.75rem;
  }
}

.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: 5rem;
  line-height: 5.25rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 3.125rem;
    line-height: 2.625rem;
  }
}
.sec-title .sub {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}

.headline_line {
  margin-bottom: 1.25rem;
  width: 100%;
  border-bottom: 0.125rem solid #1c1715;
}
.headline_line span {
  background: #1c1715;
  display: inline-block;
  padding: 0 2rem;
  color: #FFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
}
.headline_line span b {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .headline_line {
    margin-bottom: 0.9375rem;
    border-bottom: 0.125rem solid #1c1715;
  }
  .headline_line span {
    padding: 0 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0.0625rem;
    margin-bottom: -0.0625rem;
  }
  .headline_line span b {
    font-size: 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;
  }
}

/*------------------------
  mainvisual2
------------------------*/
.mainvisual2 {
  padding: 3.75rem 0 8.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.mainvisual2 .sec-title {
  z-index: 2;
  margin-bottom: 0;
  padding-left: 3.125rem;
  color: #FFF;
}
.mainvisual2 .mainvisual2_chara {
  position: absolute;
  width: 15rem;
  left: 15%;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mainvisual2 {
    padding: 5.625rem 0 3.4375rem;
  }
  .mainvisual2 .mainvisual2_chara {
    position: absolute;
    width: 6.875rem;
    left: 5%;
    bottom: -0.25rem;
  }
}

/*------------------------
  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: #5d3f30;
  padding: 3.75rem 3.125rem 1.25rem;
  position: relative;
}
.p-footer::before {
  background-image: url(../../images/common/section_flat_brown.svg);
}
.p-footer .p-footer-menu {
  margin: 0 auto;
}
.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;
}
.p-footer .p-footer-social .p-footer-social__item {
  margin: 0 1.5625rem;
}
.p-footer .p-footer-social .p-footer-social__item img {
  width: 2.5rem;
  max-width: 40px;
  height: 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-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 7.1875rem;
  max-width: 56.25rem;
}
.p-footer .p-footer-banner__item {
  width: calc(50% - 1.875rem);
}
.p-footer .p-footer-banner__item a {
  display: block;
}
.p-footer .p-footer-banner__item a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-copyright {
  color: #FFF;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.125rem 0 1rem;
  }
  .p-footer .p-footer-social .p-footer-social__item {
    margin: 0 1.25rem;
  }
  .p-footer .p-footer-social .p-footer-social__item img {
    width: 2.25rem;
  }
  .p-footer .p-footer-nav {
    margin-top: 2.5rem;
  }
  .p-footer .p-footer-nav a {
    font-size: 0.75rem;
  }
  .p-footer .p-footer-banner {
    flex-direction: column;
    margin: 0 auto 3.75rem;
    max-width: 25rem;
  }
  .p-footer .p-footer-banner__item {
    width: 100%;
  }
  .p-footer .p-footer-banner__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  display: block;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 7.5rem;
  z-index: 10;
  display: none;
  cursor: pointer;
  transition: transform 0.15s;
}
.page-top:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 0.75rem;
    right: 0.75rem;
    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: 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: #f1961b;
  transition-delay: 0.1s;
}

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

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

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

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

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

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@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;
}
@keyframes lead {
  0% {
    transform: scale(0, 1);
    visibility: visible;
  }
  to {
    transform: scale(1, 1);
  }
}
.animate__lead {
  animation-name: lead;
}

/*------------------------
  なみなみの装飾
------------------------*/
.wave_flat {
  z-index: 2;
}
.wave_flat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3.125rem;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .wave_flat::before {
    height: 1.875rem;
    top: -1.75rem;
  }
}

.wave_diagonal_top {
  z-index: 2;
}
.wave_diagonal_top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5rem;
  top: -4.875rem;
}
@media screen and (max-width: 767px) {
  .wave_diagonal_top::before {
    height: 3.125rem;
    top: -3rem;
  }
}

.wave_diagonal_botom {
  z-index: 2;
}
.wave_diagonal_botom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5rem;
  bottom: -4.875rem;
}
@media screen and (max-width: 767px) {
  .wave_diagonal_botom::after {
    height: 3.125rem;
    bottom: -3rem;
  }
}

/*------------------------
  box
------------------------*/
.common_box {
  background-color: #FFF;
  border-radius: 0.875rem;
  padding: 2.5rem 3.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .common_box {
    padding: 1.5rem 1.875rem;
    border-radius: 0.5rem;
  }
}
.common_box:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .common_box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.common_box .common_box_h3 {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.5rem;
  }
}
.common_box .common_box_h3_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 1.875rem;
  text-align: center;
  color: #FFF;
  padding: 0.75rem 0;
  background-color: #77af9a;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3_bg {
    font-size: 1.5625rem;
  }
}
.common_box .common_box_h3_bg + .common_box_item {
  margin-top: 2.5rem;
}
.common_box .common_box_item {
  padding: 1.875rem 0 0;
}
.common_box .common_box_item:not(:last-child) {
  border-bottom: 2px dashed #c1c1c1;
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item {
    padding: 1rem 0 0;
  }
  .common_box .common_box_item:not(:last-child) {
    border-bottom: 2px dashed #c1c1c1;
    padding: 1rem 0;
  }
}
.common_box .common_box_item p span.green {
  color: #77af9a;
}
.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: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_m {
    font-size: 0.75rem;
  }
}
.common_box .common_box_item p span.text_s {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_s {
    font-size: 0.625rem;
  }
}
.common_box .common_box_item p span.bold {
  font-weight: 700;
}
.common_box .common_box_item p a {
  font-weight: 700;
  text-decoration: underline;
  transition: 0.3s;
  color: #f2cc2e;
}
.common_box .common_box_item p a:hover {
  opacity: 0.5;
}
.common_box .common_box_item p.large {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.large {
    font-size: 1.25rem;
  }
}
.common_box .common_box_item p.small {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.small {
    font-size: 0.625rem;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .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: 0.75rem;
  }
}
.common_box .btn_line {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: -1.25rem;
}
@media screen and (max-width: 767px) {
  .common_box .btn_line {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}/*# sourceMappingURL=common.css.map */