@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Benne&family=Noto+Serif+JP:wght@200..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: 1100px) {
  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: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  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.8;
  }
}

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: 0.75rem;
  background: url(../../images/common/icon_othersite.svg);
  background-size: cover;
  margin-bottom: -0.1875rem;
}

/*------------------------
  frame
------------------------*/
/*------------------------
  button
------------------------*/
.btn_common a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #659cc6;
  font-weight: 900;
  font-size: 1.25rem !important;
  font-weight: 600;
  letter-spacing: 0.125rem;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 0.9375rem !important;
    letter-spacing: 0rem;
  }
}
.btn_common a .btn_icon {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.125rem #659cc6 solid;
  border-radius: 50%;
  margin-right: 0.75rem;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .btn_common a .btn_icon {
    width: 1.875rem;
    height: 1.875rem;
    border: 0.09375rem #659cc6 solid;
    margin-right: 0.375rem;
  }
}
.btn_common a .plus::before {
  content: "";
  background-image: url(../../images/common/btn_plus.svg);
  width: 1.125rem;
  height: 1.125rem;
  background-position: center;
  display: block;
}
@media screen and (max-width: 576px) {
  .btn_common a .plus::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.btn_common a .right::before {
  content: "";
  background-image: url(../../images/common/btn_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .btn_common a .right::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.btn_common a .left::before {
  content: "";
  background-image: url(../../images/common/btn_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  background-position: center;
}
@media screen and (max-width: 576px) {
  .btn_common a .left::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.btn_common a:hover .btn_icon {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
/*------------------------
  header
------------------------*/
.p-header {
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 600;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 15px rgba(20, 90, 169, 0.05);
          box-shadow: 0px 3px 15px rgba(20, 90, 169, 0.05);
}
.p-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1.5rem;
  height: 100%;
  position: relative;
}
.p-header .p-header__logo {
  width: 12.5rem;
  margin-top: -0.125rem;
}
.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 a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: 4.375rem;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-header .p-header__logo {
    width: 9.375rem;
  }
  .wrapper.home .p-header__logo {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .p-header {
    height: 4.0625rem;
  }
  .p-header .container {
    padding: 0rem 0.75rem;
  }
}
/*------------------------
  global nav
------------------------*/
.p-header .p-header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-header .p-header-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header .p-header-menu__item:not(:first-child)::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../../images/common/menu_snow.svg);
  display: block;
  margin-bottom: 0.25rem;
}
.p-header .p-header-menu__item a {
  padding: 0.75rem 0.75rem 0.375rem;
  color: #121B1E;
  display: block;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  text-align: center;
}
.p-header .p-header-menu__item a .main {
  display: block;
  font-family: "Benne", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
}
.p-header .p-header-menu__item a .sub {
  display: block;
  font-size: 0.5625rem;
  margin-top: -0.5625rem;
  letter-spacing: 0.03125rem;
  color: #5a5a61;
}
.p-header .p-header-menu__item a .sub.special {
  margin-left: 0.75rem;
}
.p-header .p-header-menu__item a:hover {
  color: #659cc6;
}

/*------------------------
  burger
------------------------*/
.menu-btn {
  position: fixed;
  top: 0rem;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  -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.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: #121B1E;
  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 {
  -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; /*メニューを画面内へ*/
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  background: #ffffff;
  background-image: url(../../images/common/bg_ice_blue.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.menu-content::before {
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem #AA9E55 solid;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../images/common/menu_bg_left.png), url(../../images/common/menu_bg_right.png);
  background-size: 30% auto;
  background-position: left center, right center;
  pointer-events: none;
}
.menu-content .burger-logo {
  margin: 0 auto 1.5rem;
  width: 15rem;
  max-width: 90%;
}
.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;
}
.menu-content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.menu-content ul li a {
  color: #121B1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-content ul li a .main {
  font-size: 2rem;
  margin-bottom: -1.25rem;
  font-family: "Benne", serif;
  font-weight: 400;
  font-style: normal;
}
.menu-content ul li a .sub {
  letter-spacing: 0.03125rem;
  font-size: 0.625rem;
  text-align: center;
  font-weight: 600;
}
.menu-content ul li a .sub.special {
  margin-left: 1rem;
}

/*------------------------
  layout
------------------------*/
.main-content {
  margin-top: 5rem;
  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-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  min-height: 60vw;
}
@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 0;
  }
}

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

.wrapper:not(.home) .ly-container {
  padding: 8.125rem 0 12.5rem;
}
@media screen and (max-width: 1100px) {
  .wrapper:not(.home) .ly-container {
    padding: 5rem 0 65vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) .ly-container {
    padding: 5rem 0 92vw;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) .ly-container {
    padding: 5rem 0 120vw;
  }
}

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

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

.wrapper:not(.home) .main-content {
  z-index: 2;
}
.wrapper:not(.home) .main-content section {
  z-index: 2;
}

.wrapper {
  background-image: url(../../images/common/bg_ice.png), url(../../images/common/bg_circle.png), -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), color-stop(27%, rgb(194, 233, 248)), color-stop(62%, rgb(134, 222, 243)));
  background-image: url(../../images/common/bg_ice.png), url(../../images/common/bg_circle.png), linear-gradient(180deg, rgb(252, 252, 252), rgb(194, 233, 248) 27%, rgb(134, 222, 243) 62%);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home.wrapper {
  background-image: url(../../images/common/bg_ice.png), url(../../images/common/bg_circle.png), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(20%, rgb(252, 252, 252)), color-stop(42%, rgb(194, 233, 248)), color-stop(62%, rgb(134, 222, 243)), color-stop(90%, rgb(55, 161, 233)), to(rgb(45, 152, 234)));
  background-image: url(../../images/common/bg_ice.png), url(../../images/common/bg_circle.png), linear-gradient(180deg, rgb(255, 255, 255), rgb(252, 252, 252) 20%, rgb(194, 233, 248) 42%, rgb(134, 222, 243) 62%, rgb(55, 161, 233) 90%, rgb(45, 152, 234));
}

.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: 4.6875rem;
  color: #659cc6;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title {
    margin-bottom: 1.875rem;
  }
}
.sec-title .main {
  font-size: 8.125rem;
  margin-bottom: -3.125rem;
  font-family: "Benne", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 5rem;
    margin-bottom: -1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title .main {
    font-size: 3.4375rem;
    margin-bottom: -1.625rem;
  }
}
.sec-title .main img {
  position: absolute;
  height: 4.375rem;
  left: -3.75rem;
  top: -1.25rem;
  z-index: -1;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
@media screen and (max-width: 767px) {
  .sec-title .main img {
    height: 3.125rem;
    top: -1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title .main img {
    height: 2.25rem;
    top: -1.125rem;
    left: -1.75rem;
  }
}
.sec-title .sub {
  letter-spacing: 0.125rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.625rem;
}
@media screen and (max-width: 576px) {
  .sec-title .sub {
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
  }
}

.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-top: 8.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mainvisual2 {
    padding-top: 6.875rem;
    margin-bottom: -2.5rem;
  }
}
.mainvisual2 .sec-title {
  z-index: 2;
  margin-bottom: 0;
}

.mainvisual2_chara {
  position: absolute;
  bottom: -3vw;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara {
    z-index: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mainvisual2_chara .left, .mainvisual2_chara .right {
  height: calc(100vw - 37.5rem);
  -ms-flex-negative: 100;
      flex-shrink: 100;
  position: relative;
  max-height: 90vh;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara .left, .mainvisual2_chara .right {
    height: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual2_chara .left, .mainvisual2_chara .right {
    height: 100vw;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara .left, .mainvisual2_chara .right {
    height: 120vw;
  }
}
.mainvisual2_chara .left img, .mainvisual2_chara .right img {
  max-width: unset;
  width: auto;
  height: 100%;
}
.mainvisual2_chara .left .chara_main, .mainvisual2_chara .right .chara_main {
  z-index: 2;
  position: relative;
}
.mainvisual2_chara .left .chara_s, .mainvisual2_chara .right .chara_s {
  position: absolute;
  bottom: -2%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mainvisual2_chara .left .chara_s {
  right: 6%;
}
.mainvisual2_chara .right .chara_s {
  left: 6%;
}

@media screen and (max-width: 1100px) {
  .sec-outline {
    margin-bottom: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-outline {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-outline {
    margin-bottom: -7vw;
  }
}

.mainvisual2_chara.schedule .left {
  left: -1%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.schedule .left {
    left: 2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.schedule .left {
    left: 4%;
  }
}
.mainvisual2_chara.schedule .right {
  right: -3%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.schedule .right {
    right: 2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.schedule .right {
    right: 6%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-newslist {
    margin-bottom: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-newslist {
    margin-bottom: -2vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-newslist {
    margin-bottom: -16vw;
  }
}

@media screen and (max-width: 1100px) {
  .mainvisual2_chara.newslist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mainvisual2_chara.newslist .left {
  left: -1%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.newslist .left {
    left: 3%;
  }
  .mainvisual2_chara.newslist .left .chara_s {
    right: auto;
    left: 6%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.newslist .left {
    left: 6%;
  }
}
.mainvisual2_chara.newslist .right {
  right: 0%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.newslist .right {
    right: -2%;
  }
  .mainvisual2_chara.newslist .right .chara_s {
    left: auto;
    right: 6%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.newslist .right {
    right: -10%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-news-single {
    margin-bottom: -22vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-single {
    margin-bottom: -26vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-news-single {
    margin-bottom: -43vw;
  }
}

.mainvisual2_chara.newssingle .left {
  left: 1%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.newssingle .left {
    left: 2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.newssingle .left {
    left: 2%;
  }
}
.mainvisual2_chara.newssingle .right {
  right: 0%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.newssingle .right {
    right: 0%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.newssingle .right {
    right: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-contents {
    margin-bottom: -11vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-contents {
    margin-bottom: -11vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-contents {
    margin-bottom: -23vw;
  }
}

.mainvisual2_chara.contents .left {
  left: -1%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.contents .left {
    left: 0%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.contents .left {
    left: 2%;
  }
}
.mainvisual2_chara.contents .right {
  right: 0%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.contents .right {
    right: 2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.contents .right {
    right: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-goods {
    margin-bottom: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-goods {
    margin-bottom: -11vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-goods {
    margin-bottom: -22vw;
  }
}

.mainvisual2_chara.goods .left {
  left: 1%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.goods .left {
    left: 0%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.goods .left {
    left: 1%;
  }
}
.mainvisual2_chara.goods .right {
  right: 0%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.goods .right {
    right: 2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.goods .right {
    right: 3%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-special {
    margin-bottom: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-special {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-special {
    margin-bottom: -9vw;
  }
}

@media screen and (max-width: 1100px) {
  .mainvisual2_chara.spacial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mainvisual2_chara.spacial .left {
  left: 1%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.spacial .left {
    left: 0%;
  }
  .mainvisual2_chara.spacial .left .chara_s {
    right: auto;
    left: 6%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.spacial .left {
    left: 7%;
  }
}
.mainvisual2_chara.spacial .right {
  right: -5%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.spacial .right {
    right: -5%;
  }
  .mainvisual2_chara.spacial .right .chara_s {
    left: auto;
    right: 6%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.spacial .right {
    right: -12%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-notes {
    margin-bottom: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-notes {
    margin-bottom: -1vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-notes {
    margin-bottom: -11vw;
  }
}

.mainvisual2_chara.notes .left {
  left: 3%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.notes .left {
    left: 0%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.notes .left {
    left: 1%;
  }
}
.mainvisual2_chara.notes .right {
  right: 2%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.notes .right {
    right: 2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.notes .right {
    right: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .sec-ticket {
    margin-bottom: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-ticket {
    margin-bottom: -4vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-ticket {
    margin-bottom: -11vw;
  }
}

.mainvisual2_chara.ticket .left {
  left: 0%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.ticket .left {
    left: -2%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.ticket .left {
    left: 0%;
  }
}
.mainvisual2_chara.ticket .right {
  right: 2%;
}
@media screen and (max-width: 1100px) {
  .mainvisual2_chara.ticket .right {
    right: 6%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2_chara.ticket .right {
    right: 8%;
  }
}

/*------------------------
  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;
  padding: 3.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .coming_soon {
    height: calc(100% - 233px);
  }
}
.coming_soon .ly-wrapper {
  padding: 6.25rem 0 10rem;
}
@media screen and (max-width: 1100px) {
  .coming_soon .ly-wrapper {
    padding: 3.75rem 0 55vw;
  }
}
@media screen and (max-width: 767px) {
  .coming_soon .ly-wrapper {
    padding: 3.125rem 0 80vw;
  }
}
@media screen and (max-width: 576px) {
  .coming_soon .ly-wrapper {
    padding: 3.125rem 0 90vw;
  }
}
.coming_soon img {
  width: 50%;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .coming_soon img {
    width: 80%;
  }
}
.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: #26303A;
  padding: 5rem 0 3.125rem;
  z-index: 1;
  position: relative;
  border-bottom: 0.625rem solid #AA9E55;
}
@media screen and (max-width: 576px) {
  .p-footer {
    border-bottom: 0.3125rem solid #AA9E55;
  }
}
.p-footer::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -7.9vw;
  height: 8vw;
  display: block;
  background-image: url(../../images/common/footer_curve.svg);
  background-size: 100% 100%;
}
.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: -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-banner {
  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;
  margin: 0 auto 5rem;
  max-width: 56.25rem;
}
.p-footer .p-footer-banner__item {
  width: calc(50% - 1.875rem);
  max-width: 18.75rem;
  margin: 0 0.9375rem;
}
.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: 1.875rem;
}

@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 {
    -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: 70%;
    margin: 0 auto;
  }
  .p-footer .p-footer-banner__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  bottom: 1.25rem;
  display: inline-block;
  right: 1.25rem;
  z-index: 10;
  display: none;
  cursor: pointer;
  width: 6.25rem;
}
@media screen and (max-width: 576px) {
  .page-top {
    width: 4.375rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.page-top img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.page-top:hover img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

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

/*------------------------
  snow
------------------------*/
.snow {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.snow .left, .snow .right {
  position: absolute;
  width: 25%;
  top: 0;
  bottom: 0;
}
.snow .small, .snow .large {
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snow .left {
  left: 0;
}
.snow .left .small {
  background-image: url(../../images/common/snow_left_s.png);
}
.snow .left .large {
  background-image: url(../../images/common/snow_left_l.png);
}
.snow .right {
  right: 0;
}
.snow .right .small {
  background-image: url(../../images/common/snow_right_s.png);
}
.snow .right .large {
  background-image: url(../../images/common/snow_right_l.png);
}

/*------------------------
  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;
  background-color: rgb(237, 247, 246);
  background-size: 100% 130%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.loading-animation {
  width: 40%;
  max-width: 37.5rem;
  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;
}
.loading-animation img {
  -webkit-animation: loading_logo 1.5s infinite linear;
          animation: loading_logo 1.5s infinite linear;
}
@media screen and (max-width: 767px) {
  .loading-animation {
    width: 70%;
  }
}

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

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

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

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

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loading_logo {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes loading_logo {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-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 animate__fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animate__fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  -webkit-animation-name: animate__fadeInLeftSmall;
  animation-name: animate__fadeInLeftSmall;
}

@-webkit-keyframes slideInLeftUp {
  0% {
    -webkit-transform: translate3d(-100%, 15%, 0);
    transform: translate3d(-100%, -15%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeftUp {
  0% {
    -webkit-transform: translate3d(-100%, 15%, 0);
    transform: translate3d(-100%, 15%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeftUp {
  -webkit-animation-name: slideInLeftUp;
  animation-name: slideInLeftUp;
}

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

/*------------------------
  box
------------------------*/
.common_box {
  padding: 3.125rem 3.75rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .common_box {
    padding: 1.875rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box {
    padding: 1.25rem 1.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.5rem;
  letter-spacing: 0.125rem;
  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_h4 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.25rem;
  letter-spacing: 0.0625rem;
}
.common_box .common_box_h4:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .common_box .common_box_h4:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.common_box .common_box_item {
  padding: 1.875rem 0 0;
}
.common_box .common_box_item:not(:last-child) {
  border-bottom: 2px dotted #BBBBBB;
  position: relative;
  width: 100%;
  padding: 1.875rem 0;
}
.common_box .common_box_item:first-child {
  padding: 0rem 0 1.875rem;
}
@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 dotted #BBBBBB;
    position: relative;
    width: 100%;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item .label {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
}
.common_box .common_box_item p span.blue {
  color: #659cc6;
}
.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 {
  color: #659cc6;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p a {
    font-size: 0.8125rem;
  }
}
.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.75rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.small {
    font-size: 0.625rem;
  }
}
.common_box .common_box_item .btn_common {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item .btn_common {
    margin-top: 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.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;
  }
}