@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jua&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 {
  -webkit-transform: translateY(0);
          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%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  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: 800;
}

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

/*------------------------
  flame
------------------------*/
.flame {
  border: 0.875rem #e8d3b6 solid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  pointer-events: none;
}
.flame::before {
  content: "";
  border: 0.875rem #e8d3b6 solid;
  position: absolute;
  top: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
  right: -0.875rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .flame {
    border: 0.5rem #e8d3b6 solid;
  }
  .flame::before {
    content: "";
    border: 0.5rem #e8d3b6 solid;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    border-radius: 1.25rem;
  }
}

/*------------------------
  button
------------------------*/
.btn_common a {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  padding: 0.875rem 3.125rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  overflow: hidden;
  border-radius: 3.125rem;
  background: #f3b0a6;
  border: 0.125rem solid #f3b0a6;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
  }
}
.btn_common a i {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(337deg) brightness(101%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(337deg) brightness(101%) contrast(103%);
}
.btn_common a:hover {
  background: #FFF;
  color: #f3b0a6;
}
.btn_common a:hover i {
  -webkit-filter: invert(100%) sepia(95%) saturate(4241%) hue-rotate(292deg) brightness(102%) contrast(91%);
          filter: invert(100%) sepia(95%) saturate(4241%) hue-rotate(292deg) brightness(102%) contrast(91%);
}

/*------------------------
  header
------------------------*/
.p-header {
  width: 20%;
  max-width: 15.625rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 600;
}
.p-header .container {
  height: 100%;
}
.p-header .p-header__logo {
  width: 78%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto 1.25rem;
}
.p-header .p-header__logo a {
  display: block;
  font-size: 0;
}
.p-header .p-header__logo a img {
  width: 100%;
  height: auto;
}
.p-header .p-header__logo:hover {
  opacity: 0.5;
}

@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 {
    display: none;
  }
  .p-header .p-header__logo.none {
    opacity: 0;
  }
}
/*------------------------
  global nav
------------------------*/
.p-header {
  padding: 2.25rem 0rem 2.25rem 2.25rem;
}
.p-header .container {
  background-color: #f3b0a6;
  border-radius: 1.5625rem;
  padding: 2.5rem 0 1.875rem;
  height: auto;
  max-height: 100%;
  overflow: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.p-header .container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header .container {
    background-color: transparent;
  }
}
.p-header .header-menu_title {
  color: #FFF;
  font-size: 1.125rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.0625rem;
}
.p-header .header-menu_title::before, .p-header .header-menu_title::after {
  content: "";
  height: 0.1875rem;
  width: 1.875rem;
  border-top: dotted 0.1875rem #FFF;
  display: block;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header .header-menu_title {
    font-size: 1.875rem;
    margin-bottom: -0.625rem;
  }
}
.p-header .p-header-menu__item a {
  padding: 0.5rem;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 800;
  display: block;
  letter-spacing: 0.125rem;
}
.p-header .p-header-menu__item a .menu_icon {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 52%;
  border-radius: 50%;
  margin: 0 auto;
}
.p-header .p-header-menu__item a .menu_icon img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-header .p-header-menu__item a:hover .menu_icon img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

/*------------------------
  burger
------------------------*/
.menu-btn {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  width: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1200;
  padding: 0.875rem;
  border-radius: 50%;
  background: #f3b0a6;
  cursor: pointer;
}
.menu-btn span {
  position: relative;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  width: 100%;
  display: block;
  height: 0.15625rem;
  background-color: #FFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 6.25rem;
}
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}
.menu-btn span::before {
  top: 0.5rem;
}
.menu-btn span::after {
  bottom: 0.5rem;
}

#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 {
  -webkit-transform-origin: center;
          transform-origin: center;
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
  bottom: 0; /*メニューを画面内へ*/
}

.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: #f3b0a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-content::after {
  background-image: url(../../images/common/bg_check_pink.png);
  max-height: 15%;
}
@media screen and (max-width: 576px) {
  .menu-content {
    background-position: center top -31vw;
  }
}
.menu-content .burger-logo {
  margin: -1.25rem auto 2rem;
  max-width: 25rem;
  width: 75%;
}
.menu-content .burger-logo a {
  display: block;
}
.menu-content ul {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 80%;
  max-width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-content ul li {
  width: 48%;
}
.menu-content ul li a {
  padding: 1rem;
  color: #FFF;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: 800;
  display: block;
  letter-spacing: 0.125rem;
}
.menu-content ul li a .menu_icon {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
  margin: 0 auto;
}
.menu-content ul li a .menu_icon img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-content .menu_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: 0;
}
.menu-content .menu_img img {
  position: absolute;
  width: auto;
  max-width: 60%;
  height: auto;
  max-height: 40%;
}
.menu-content .menu_img img.left {
  left: 0;
}
.menu-content .menu_img img.right {
  right: 0;
}

/*------------------------
  layout
------------------------*/
.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.ly-container {
  padding: 6.25rem 0 8.125rem;
  z-index: 2;
  position: relative;
}
@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-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) .ly-container {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) .ly-container {
    padding-top: 3.75rem;
  }
}

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

.ly-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ly-row {
    -ms-flex-wrap: wrap;
        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;
  padding-left: min(20%, 22.5rem);
  background-color: #fcf5ca;
}
@media screen and (max-width: 767px) {
  section {
    padding-left: 0;
  }
}

.wrapper:not(.home) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.wrapper:not(.home) .main-content {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper:not(.home) section::before {
  content: "";
}

.sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 2.5rem;
  }
}
.sec-title .main {
  font-size: 6.25rem;
  line-height: 0.8;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  border-bottom-style: dotted;
  border-bottom-width: 0.1875rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 3.4375rem;
  }
}
.sec-title .sub {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.9375rem;
    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;
  }
}

/*------------------------
  mainvisual2
------------------------*/
.mainvisual2 {
  padding: 6.25rem 0 2.5rem;
  padding-left: min(20%, 22.5rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .mainvisual2 {
    padding-left: 0;
    padding: 5rem 0 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2 {
    padding: 3.75rem 0 1.875rem;
  }
}
.mainvisual2 .sec-title .main {
  color: #45679b;
}
.mainvisual2 .sec-title .sub {
  color: #45679b;
}
.mainvisual2 .mainvisual2_chara {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 0.875rem;
  left: min(20%, 22.5rem);
  padding: 0 0.625rem 0 1.875rem;
  height: 85%;
  max-width: 100%;
  bottom: 0;
  z-index: 3;
}
.mainvisual2 .mainvisual2_chara .section_sp {
  display: none;
}
.mainvisual2 .mainvisual2_chara .left, .mainvisual2 .mainvisual2_chara .right {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual2 .mainvisual2_chara {
    left: 0.875rem;
    padding: 0 1.25rem 0;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2 .mainvisual2_chara {
    padding: 0 0rem 0;
  }
  .mainvisual2 .mainvisual2_chara .section_sp {
    display: block;
  }
  .mainvisual2 .mainvisual2_chara .section_pc {
    display: none;
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: calc(100% - 400px);
  min-height: 31.25rem;
  position: relative;
}
.coming_soon::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 1.875rem;
  top: -1.8125rem;
  background-repeat: repeat-x;
  background-image: url(../../images/common/cloud_yellow.svg);
}
@media screen and (max-width: 767px) {
  .coming_soon::before {
    height: 1.25rem;
    top: -1.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .coming_soon::before {
    height: 0.9375rem;
    top: -0.875rem;
  }
}
@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: 90%;
  }
}
.coming_soon.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  width: 100%;
  text-align: center;
  background-color: #FFF;
  padding: 1rem 0 1.875rem;
  padding-left: min(20%, 22.5rem);
  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 .footer_share_text {
  color: #f3b0a6;
  font-size: 1.875rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.625rem;
  letter-spacing: 0.125rem;
}
.p-footer .footer_share_text::before, .p-footer .footer_share_text::after {
  content: "";
  height: 0.1875rem;
  width: 1.875rem;
  border-top: dotted 0.1875rem #f3b0a6;
  display: block;
  margin: 0 0.625rem;
}
.p-footer .p-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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-copyright p {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.875rem auto 0;
}
.p-footer .p-footer-copyright img:first-child {
  height: 1.25rem;
}
.p-footer .p-footer-copyright img:last-child {
  height: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.875rem 0 1.875rem;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: 2.25rem;
  right: 0rem;
  padding: 0.4375rem 1.5rem;
  border-radius: 0.75rem 0 0 0.75rem;
  z-index: 10;
  display: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  background: #e8d3b6;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 576px) {
  .page-top {
    padding: 0.375rem 1.125rem;
    border-radius: 0.375rem 0 0 0.375rem;
  }
}
.page-top .page-top_illust {
  position: absolute;
  top: -2.1875rem;
  left: -0.625rem;
  width: 3.75rem;
  -webkit-transform-origin: 20% 110%;
          transform-origin: 20% 110%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 576px) {
  .page-top .page-top_illust {
    width: 2.5rem;
    top: -1.4375rem;
    left: -0.5rem;
  }
}
.page-top .page-top_text {
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8a524b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .page-top .page-top_text {
    font-size: 1rem;
  }
}
.page-top .page-top_text img {
  width: 0.8125rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 576px) {
  .page-top .page-top_text img {
    width: 0.5rem;
    margin-bottom: 0.125rem;
  }
}
.page-top:hover {
  padding-right: 1.875rem;
}
.page-top:hover .page-top_illust {
  -webkit-transform: rotate(-8deg) scale(1.05, 1.05);
          transform: rotate(-8deg) scale(1.05, 1.05);
}

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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.loading::before, .loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.loading::after {
  left: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #f3b0a6;
}

.loading-animation {
  width: 40%;
  max-width: 600px;
  height: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@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, .loading.is-active::after {
  width: 0%;
}
.loading.is-active .loading-animation {
  opacity: 0;
}

.load_text {
  font-size: 1.875rem;
  text-align: center;
  color: #FFF;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: blinking 0.7s ease-in-out infinite alternate;
          animation: blinking 0.7s ease-in-out infinite alternate;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 576px) {
  .load_text {
    font-size: 1.5rem;
    text-align: center;
  }
}

.load_logo {
  width: 100%;
  max-width: 37.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

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

@-webkit-keyframes lead {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    visibility: visible;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes lead {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    visibility: visible;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.animate__lead {
  -webkit-animation-name: lead;
  animation-name: lead;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------
  box
------------------------*/
.common_box {
  background-color: #FFF;
  border-radius: 1.25rem;
  padding: 3.75rem 5rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .common_box {
    padding: 1.5rem 1.875rem;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box {
    padding: 1.5rem 1.875rem;
    border-radius: 1.875rem;
  }
}
.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: 1.875rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #3f2222;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.5rem;
  }
}
.common_box .common_box_item {
  padding: 1.5rem 0 0;
}
.common_box .common_box_item:not(:last-child) {
  border-bottom: 0.1875rem dotted #c1bfb8;
  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: 0.1875rem dotted #c1bfb8;
    padding: 1rem 0;
  }
}
.common_box .common_box_item p span.blue {
  color: #45679b;
}
.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 {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #45679b;
}
.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;
  color: #c1bfb8;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.small {
    font-size: 0.625rem;
  }
}
.common_box .common_box_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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_common {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .common_box .btn_common {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}
.common_box hr {
  border-style: dotted;
  border-width: 0.1875rem;
  border-color: #c1bfb8;
  border-top: none;
  margin: 3.5rem 0;
}

.wave_top {
  position: relative;
}
.wave_top::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 2.5rem;
  top: -2.4375rem;
  background-repeat: repeat-x;
  background-image: url(../../images/common/wave_wh.svg);
}
@media screen and (max-width: 767px) {
  .wave_top::before {
    height: 1.25rem;
    top: -1.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .wave_top::before {
    height: 0.9375rem;
    top: -0.875rem;
  }
}

.cloud_top_ {
  position: relative;
}
.cloud_top_yellow::before, .cloud_top_navy::before, .cloud_top_blue::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 1.875rem;
  top: -1.8125rem;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .cloud_top_yellow::before, .cloud_top_navy::before, .cloud_top_blue::before {
    height: 1.25rem;
    top: -1.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .cloud_top_yellow::before, .cloud_top_navy::before, .cloud_top_blue::before {
    height: 0.9375rem;
    top: -0.875rem;
  }
}
.cloud_top_yellow::before {
  background-image: url(../../images/common/cloud_yellow.svg);
}
.cloud_top_navy::before {
  background-image: url(../../images/common/cloud_navy.svg);
}
.cloud_top_blue::before {
  background-image: url(../../images/common/cloud_blue.svg);
}

.has_check_pink::after, .has_check_blue::after {
  content: "";
  display: block;
  position: absolute;
  height: 10rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: top;
  background-repeat: repeat-x;
  background-size: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .has_check_pink::after, .has_check_blue::after {
    height: 8.75rem;
    background-size: 200%;
  }
}
@media screen and (max-width: 576px) {
  .has_check_pink::after, .has_check_blue::after {
    height: 5.625rem;
    background-size: 200%;
  }
}
.has_check_pink::after {
  background-image: url(../../images/common/bg_check_pink.png);
}
.has_check_blue::after {
  background-image: url(../../images/common/bg_check_blue.png);
  opacity: 0.7;
}

.has_rose::after {
  content: "";
  display: block;
  position: absolute;
  height: 18.75rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../images/common/bg_rose.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 130%;
}
@media screen and (max-width: 767px) {
  .has_rose::after {
    height: 8.75rem;
    background-size: 200%;
  }
}