@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1000px;
  background: url(../img/common/bg_grid.png) center top, url(../img/common/bg_moya.png) center top fixed, #fff;
  font-size: 1.6rem;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #393B53;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
  color: currentColor;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

p {
  line-height: 1.75;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    background-size: 12px, cover;
    line-height: 1.7;
  }
  body.fixed {
    overflow: hidden;
    touch-action: none;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  p {
    line-height: 1.7;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.header {
  position: fixed;
  left: 40px;
  top: 0;
  width: calc(100% - 40px);
  box-sizing: border-box;
  letter-spacing: 0;
  transition: top 1.2s, opacity 1.2s;
  z-index: 2001;
}
.header .header__logo {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.header .header_btns {
  position: absolute;
  top: 32px;
  right: 40px;
  margin-left: auto;
  background: #FC50CC;
  border: 1px solid #393B53;
  color: #fff;
}
.header .header__reserve {
  display: block;
  width: 180px;
  height: 78px;
  padding-top: 28px;
  background: #FC50CC;
  border-right: 1px solid #393B53;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (any-hover: hover) {
  .header .header__reserve:hover {
    background: #FCEE5A;
    box-shadow: 0 0 20px #FCEE5A;
    opacity: 1;
  }
}
.header .lang__navi {
  position: relative;
  width: 80px;
  border-right: 1px solid #393B53;
  line-height: 1.5;
  text-align: center;
}
.header .lang__navi .navi__current {
  height: 78px;
  padding-top: 27px;
  cursor: pointer;
  font-weight: bold;
}
.header .lang__navi .navi__current::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 8px 6px 0px 6px;
  border-color: #fff transparent transparent transparent;
  vertical-align: middle;
}
.header .lang__navi .navi__list {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  background: #FC50CC;
  border: 1px solid #393B53;
  text-align: center;
}
.header .lang__navi .navi__list li + li {
  border-top: 1px solid #393B53;
}
.header .lang__navi .navi__list li a {
  padding: 20px 10px;
  display: block;
  font-weight: bold;
}
@media (any-hover: hover) {
  .header .lang__navi .navi__list li a:hover {
    background: #FCEE5A;
    box-shadow: 0 0 20px #FCEE5A;
    opacity: 1;
  }
}
.header .navi__open {
  width: 80px;
  height: 78px;
  padding-top: 38px;
  cursor: pointer;
}
.header .navi__open.active .bar {
  background: transparent;
}
.header .navi__open.active .bar:before {
  transform: rotate(35deg);
}
.header .navi__open.active .bar:after {
  transform: rotate(-35deg);
}
.header .navi__open .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
.header .navi__open .bar:before, .header .navi__open .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
}
.header .navi__open .bar:before {
  top: -10px;
}
.header .navi__open .bar:after {
  top: 10px;
}
.header .navi__open .text {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

.header.open .navi__open .bar {
  background: transparent;
}
.header.open .navi__open .bar > span {
  background: #fff;
}
.header.open .navi__open .bar > span:nth-of-type(1) {
  top: -10px;
  transform: translate(1px, 10px) rotate(35deg);
}
.header.open .navi__open .bar > span:nth-of-type(2) {
  background: transparent;
}
.header.open .navi__open .bar > span:nth-of-type(3) {
  top: 10px;
  transform: translate(1px, -10px) rotate(-35deg);
}
.header.open .globalnavi::before {
  transform: scale(1);
}

@media screen and (max-width: 1180px) {
  .header > .flexbox {
    padding-left: 24px;
    padding-right: 16px;
  }
  .header .header__navi {
    margin-left: 32px;
    gap: 24px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
  .header .header__buttons .header__button__trial,
  .header .header__buttons .header__button__inquiry {
    width: 120px;
  }
}
@media screen and (max-width: 810px) {
  .header {
    left: 24px;
    width: calc(100% - 24px);
    transition: top 1.2s, opacity 1.2s;
  }
  .header .header__logo img {
    width: 169px;
    height: auto;
  }
  .header .header_btns {
    top: 0;
    right: 0;
  }
  .header .header__reserve {
    display: none;
  }
  .header .lang__navi {
    width: 60px;
  }
  .header .lang__navi .navi__current {
    height: 58px;
    padding-top: 17px;
  }
  .header .lang__navi .navi__current::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 8px 6px 0px 6px;
    border-color: #fff transparent transparent transparent;
    vertical-align: middle;
  }
  .header .lang__navi .navi__list li a {
    padding: 20px 10px;
  }
  .header .navi__open {
    width: 60px;
    height: 58px;
    padding-top: 28px;
    cursor: pointer;
  }
  .header .navi__open.active .bar {
    background: transparent;
  }
  .header .navi__open.active .bar:before {
    transform: rotate(35deg);
  }
  .header .navi__open.active .bar:after {
    transform: rotate(-35deg);
  }
  .header .navi__open .bar {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
  }
  .header .navi__open .bar:before, .header .navi__open .bar:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
  }
  .header .navi__open .bar:before {
    top: -10px;
  }
  .header .navi__open .bar:after {
    top: 10px;
  }
  .header .navi__open .text {
    display: block;
    text-align: left;
    text-indent: -9999px;
  }
}
/*  globalnavi
------------------------------------*/
.globalnavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 100;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.globalnavi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 807px;
  height: 807px;
  border-radius: 0 0 0 100%;
  background: #FC50CC;
  transform: scale(0);
  transform-origin: right top;
  transition: all 0.4s;
}
.globalnavi a {
  color: currentColor;
}
.globalnavi .navi__container {
  position: relative;
  width: 260px;
  margin: 0 160px 0 auto;
  padding: 56px 0 0 0;
}
.globalnavi .lang__navi {
  width: 100%;
  border-right: none;
  letter-spacing: 0.2em;
  line-height: 1.5;
  justify-content: flex-start;
}
.globalnavi .lang__navi li::after {
  content: "/";
  padding: 0 2px;
}
.globalnavi .lang__navi li:last-of-type::after {
  content: none;
}
.globalnavi .lang__navi li a {
  font-weight: bold;
}
@media (any-hover: hover) {
  .globalnavi .lang__navi li a:hover {
    color: #00FFE5;
    opacity: 1;
  }
}
.globalnavi .navi__list {
  margin-top: 50px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.globalnavi .navi__list li + li {
  margin-top: 30px;
}
@media (any-hover: hover) {
  .globalnavi .navi__list li a:hover {
    color: #00FFE5;
    opacity: 1;
  }
}
.globalnavi .navi__list li a .en {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.globalnavi .navi__btn {
  margin-top: 40px;
}
.globalnavi .navi__btn .btn {
  background: #393B53;
  color: #fff;
}
@media (any-hover: hover) {
  .globalnavi .navi__btn .btn:hover {
    background: #00FFE5;
    color: #393B53;
  }
  .globalnavi .navi__btn .btn:hover::after {
    background: url(../img/common/icon_arrow.svg) no-repeat;
    background-size: 100%;
  }
}
.globalnavi .navi__btn .btn::after {
  background: url(../img/common/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}
.globalnavi .sns__list {
  margin-top: 48px;
  justify-content: center;
  gap: 16px;
}
.globalnavi .sns__list dd a {
  display: inline-block;
  margin: 0 8px;
}
.globalnavi .navi__close {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 80px;
  height: 78px;
  padding-top: 38px;
  cursor: pointer;
}
.globalnavi .navi__close .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
}
.globalnavi .navi__close .bar:before, .globalnavi .navi__close .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
}
.globalnavi .navi__close .bar:before {
  top: -10px;
  transform: rotate(35deg) translate(7px, 7px);
}
.globalnavi .navi__close .bar:after {
  top: 10px;
  transform: rotate(-35deg) translate(6px, -7px);
}
.globalnavi .navi__close .text {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-width: 810px) {
  .globalnavi {
    min-width: 0;
    height: 100%;
    background: #FC50CC;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .globalnavi::before {
    display: none;
  }
  .globalnavi .navi__container {
    width: 260px;
    margin: 0 auto;
    padding: 80px 0 64px;
  }
  .globalnavi .lang__navi {
    width: 100%;
    border-right: none;
    letter-spacing: 0.2em;
    line-height: 1.5;
    justify-content: flex-start;
  }
  .globalnavi .lang__navi li::after {
    content: "/";
    padding: 0 2px;
  }
  .globalnavi .lang__navi li:last-of-type::after {
    content: none;
  }
  .globalnavi .lang__navi li a {
    font-weight: bold;
  }
  .globalnavi .navi__list {
    margin-top: 50px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .globalnavi .navi__list li + li {
    margin-top: 30px;
  }
  .globalnavi .navi__list li a .en {
    display: inline-block;
    margin-right: 12px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .globalnavi .navi__btn {
    margin-top: 40px;
  }
  .globalnavi .navi__btn .btn {
    background: #393B53;
    color: #fff;
  }
  .globalnavi .navi__btn .btn::after {
    background: url(../img/common/icon_arrow_white.svg) no-repeat;
    background-size: 100%;
  }
  .globalnavi .sns__list {
    margin-top: 48px;
    justify-content: center;
    gap: 16px;
  }
  .globalnavi .sns__list dd a {
    display: inline-block;
    margin: 0 8px;
  }
  .globalnavi .navi__close {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 28px;
  }
  .globalnavi .navi__close .bar {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    margin: 0 auto;
    background: transparent;
  }
  .globalnavi .navi__close .bar:before, .globalnavi .navi__close .bar:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
  }
  .globalnavi .navi__close .bar:before {
    top: -10px;
    transform: rotate(35deg) translate(7px, 7px);
  }
  .globalnavi .navi__close .bar:after {
    top: 10px;
    transform: rotate(-35deg) translate(6px, -7px);
  }
  .globalnavi .navi__close .text {
    display: block;
    text-align: left;
    text-indent: -9999px;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  position: relative;
  width: calc(100% - 40px);
  margin-left: auto;
}

#bg_star {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_star.png) center top;
  transition-duration: 700ms;
  z-index: 10;
}

#sp__fixbtn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: calc(100vw - 24px);
  margin-left: auto;
  z-index: 1000;
}
#sp__fixbtn a {
  display: block;
  width: 100%;
  padding: 18px;
  background: #FC50CC;
  border-radius: 0;
  border-left: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

section > * {
  position: relative;
  z-index: 50;
}

#side {
  position: fixed;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #63CDE3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #63CDE3;
  font-size: 4.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
#side .js-tick-item {
  font-weight: inherit;
  -webkit-text-stroke: 2px #393B53;
  text-stroke: 2px #393B53;
  font-weight: bold;
  paint-order: stroke;
}

.container {
  width: 96%;
  max-width: 1088px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.en__title {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  z-index: 1;
}
.en__title .title {
  font-weight: bold;
}
.en__title .icon {
  margin-right: 8px;
}
.en__title .en {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 2px #393B53;
  text-stroke: 2px #393B53;
  paint-order: stroke;
}

a.btn {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 14px 32px;
  background: #63CDE3;
  border-radius: 100vmax;
  border: 1px solid #393B53;
  color: #393B53;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: left;
  transition: all 0.5s;
  overflow: hidden;
}
a.btn span {
  font-weight: inherit;
}
a.btn .en {
  font-weight: bold;
}
a.btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 7px;
  margin: auto 0;
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
@media (any-hover: hover) {
  a.btn:hover {
    background: #00FFE5;
    box-shadow: 0 0 20px #00FFE5;
    opacity: 1;
  }
  a.btn:hover::before {
    border-radius: 100vmax;
    transform: scale(1);
  }
  a.btn:hover:after {
    opacity: 1;
  }
}
a.btn.no_arrow::after {
  content: none;
}

.text__stroke {
  -webkit-text-stroke: 2px #393B53;
  text-stroke: 2px #393B53;
  paint-order: stroke;
}

@media screen and (max-width: 810px) {
  #wrapper {
    width: calc(100% - 24px);
  }
  #side {
    width: 24px;
    height: 100%;
    font-size: 2.6rem;
    line-height: 24px;
  }
  #bg_star {
    background: url(../img/common/bg_star.png) center top;
    background-size: 1000px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .en__title {
    margin-bottom: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  .en__title .icon {
    margin-right: 8px;
  }
  .en__title .en {
    margin-top: 8px;
    font-size: 5rem;
    letter-spacing: 0.03em;
  }
  section {
    width: 100%;
    border-radius: 0;
  }
  .section__bg {
    border-radius: 32px;
  }
}
/*-------------------------------------------*/
/*
/* search
/*
/*-------------------------------------------*/
.search {
  position: relative;
  width: 90%;
  margin-left: auto;
  padding: 60px 3% 40px;
  background: #fff;
  border: 1px solid #393B53;
  z-index: 50;
}
.search .search__title {
  position: absolute;
  left: 24px;
  top: -20px;
  padding: 3px 16px 2px;
  background: #FC50CC;
  border: 1px solid #393B53;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.search .search__title .en {
  display: inline-block;
  margin-right: 12px;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.search form {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  background: none;
  box-shadow: none;
  line-height: 1.4;
}
.search form .box {
  flex-grow: 1;
}
.search form select,
.search form input[type=text],
.search form input[type=date] {
  height: auto;
  margin: 0 8px;
  padding: 6px 8px;
  background: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
  color: #393B53;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: baseline;
  white-space: nowrap;
}
.search form select::-ms-expand,
.search form input[type=text]::-ms-expand,
.search form input[type=date]::-ms-expand {
  display: none;
}
.search form select:focus,
.search form input[type=text]:focus,
.search form input[type=date]:focus {
  outline: none;
}
.search form select {
  min-width: 48px;
  padding: 6px 8px;
  line-height: 1;
}
.search form input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0 4px 4px 0;
  background: none;
  vertical-align: middle;
}
.search form input:disabled {
  opacity: 0.5;
  cursor: default;
}
.search form select:disabled {
  opacity: 0.5;
}
.search form option {
  padding: 5px;
  color: #000;
}
.search form label {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
.search form button {
  width: 100px;
  height: 40px;
  padding: 12px 5px;
  background: #FC50CC;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
}
.search form button .icon {
  margin-right: 5px;
}
@media (any-hover: hover) {
  .search form button:hover {
    box-shadow: 0 0 10px #FC50CC;
  }
}
.search form button:focus {
  outline: none;
}
.search form input.datepicker {
  width: 170px;
  background: url(../img/common/icon_calendar.svg) no-repeat right 7px center, #fff;
  background-size: 16px;
}

@media screen and (max-width: 1100px) {
  .search {
    width: 97%;
  }
}
@media screen and (max-width: 810px) {
  .search {
    width: 96%;
    margin: 0 auto;
    padding: 40px 30px 24px;
  }
  .search .search__title {
    left: 16px;
    top: -20px;
    padding: 2px 10px 1px;
  }
  .search .search__title .en {
    margin-right: 12px;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
  }
  .search form {
    gap: 8px;
    flex-wrap: wrap;
  }
  .search form .box {
    width: 100%;
  }
  .search form .box_stay {
    text-align: center;
  }
  .search form .box_btn {
    text-align: center;
  }
  .search form select,
  .search form input[type=text],
  .search form input[type=date] {
    height: auto;
    margin: 8px 0;
    padding: 6px 8px;
    background: none;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    cursor: pointer;
    color: #393B53;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    vertical-align: baseline;
    white-space: nowrap;
  }
  .search form select::-ms-expand,
  .search form input[type=text]::-ms-expand,
  .search form input[type=date]::-ms-expand {
    display: none;
  }
  .search form select:focus,
  .search form input[type=text]:focus,
  .search form input[type=date]:focus {
    outline: none;
  }
  .search form select {
    min-width: 48px;
    margin: 8px 8px;
    padding: 6px 8px;
    line-height: 1;
  }
  .search form input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin: 0 4px 4px 0;
    background: none;
    vertical-align: middle;
  }
  .search form input:disabled {
    opacity: 0.5;
    cursor: default;
  }
  .search form select:disabled {
    opacity: 0.5;
  }
  .search form option {
    padding: 5px;
    color: #000;
  }
  .search form label {
    display: inline-block;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  .search form button {
    width: 100px;
    height: 40px;
    margin-top: 8px;
    padding: 12px 5px;
    background: #FC50CC;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    transition: all 0.5s;
    text-align: center;
    vertical-align: middle;
  }
  .search form button .icon {
    margin-right: 5px;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  .search form button:hover {
    box-shadow: 0 0 10px #FC50CC;
  }
}
@media screen and (max-width: 810px) {
  .search form button:focus {
    outline: none;
  }
  .search form input.datepicker {
    width: 100%;
    max-width: 100%;
    background: url(../img/common/icon_calendar.svg) no-repeat right 7px center, #fff;
    background-size: 16px;
  }
}
/*-------------------------------------------*/
/*
/* mv
/*
/*-------------------------------------------*/
.page-mv {
  padding: 80px 0;
}
.page-mv .page__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.page-mv .page__title::before {
  content: "";
  display: block;
  width: 39px;
  height: 28px;
  background: url(../img/common/icon_title.svg) no-repeat;
  background-size: 100%;
  vertical-align: baseline;
}
.page-mv .page__title .en {
  display: block;
  margin-top: 24px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.page-mv .page__title .en + span {
  display: block;
  margin-top: 8px;
  font-weight: 500;
}

.page__navi {
  margin-top: 80px;
  gap: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  justify-content: flex-start;
}
.page__navi li a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
@media (any-hover: hover) {
  .page__navi li a:hover {
    margin-left: 3em;
    color: #C95D89;
    opacity: 1;
    text-decoration: underline;
  }
}
.page__navi li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.325em);
  display: inline-block;
  background: url(../img/common/icon_arrow03.svg) no-repeat;
  background-size: 100%;
  width: 11px;
  height: 13px;
}

@media screen and (max-width: 810px) {
  .page-mv {
    padding: 72px 0 72px;
  }
  .page-mv .page__title {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
  }
  .page-mv .page__title::before {
    width: 28px;
    height: 20px;
  }
  .page-mv .page__title .en {
    margin-top: 20px;
    font-size: 5.4rem;
    letter-spacing: 0.08em;
  }
  .page__navi {
    margin-top: 56px;
    gap: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .page__navi li a {
    padding-right: 20px;
  }
  .page__navi li a::after {
    top: calc(50% - 0.375em);
  }
}
/*-------------------------------------------*/
/*
/*not-found
/*
/*-------------------------------------------*/
.not-found {
  padding: 200px 0;
  text-align: center;
}
.not-found .not-found__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.not-found .not-found__btn {
  margin-top: 50px;
  text-align: center;
}

/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
.footer {
  position: relative;
  background: #393B53;
  color: #fff;
  z-index: 100;
}
.footer .footer__body {
  padding: 80px 0 20px;
}
.footer .footer__navi {
  float: left;
  margin-bottom: 72px;
  gap: 40px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer .footer__navi a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media (any-hover: hover) {
  .footer .footer__navi a:hover {
    color: #00FFE5;
    opacity: 1;
  }
}
.footer .footer__link {
  float: right;
}
.footer .footer__link .btn {
  width: 260px;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer .sns__list {
  margin-top: 40px;
  justify-content: flex-end;
  gap: 16px;
}
.footer .sns__list dd a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 8px;
  background: #63CDE3;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
}
@media (any-hover: hover) {
  .footer .sns__list dd a:hover {
    background: #00FFE5;
    box-shadow: 0 0 20px #00FFE5;
    opacity: 1;
  }
}
.footer .sns__list dd a img {
  vertical-align: middle;
}
.footer .footer__address {
  clear: left;
  float: left;
  gap: 32px;
  margin-bottom: 80px;
}
.footer .footer__address .address__list .list__row {
  justify-content: flex-start;
}
.footer .footer__address .address__list dt {
  padding-right: 4px;
  font-weight: 500;
}
.footer .footer__copyright {
  clear: left;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
}
.footer .footer__copyright small {
  font-size: 1rem;
}
.footer iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: none;
}

@media screen and (max-width: 810px) {
  .footer .footer__body {
    padding: 32px 0 16px;
  }
  .footer .footer__navi {
    display: block;
    float: none;
    margin-bottom: 32px;
    gap: 40px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .footer .footer__navi > li + li {
    margin-top: 16px;
  }
  .footer .footer__navi a {
    position: relative;
    display: inline-block;
    font-weight: bold;
  }
  .footer .footer__link {
    float: none;
    width: 260px;
    margin: 32px 0 0 auto;
  }
  .footer .sns__list {
    margin-top: 8px;
    justify-content: center;
    gap: 16px;
  }
  .footer .sns__list dd a {
    margin: 0 4px;
  }
  .footer .sns__list dd a:last-of-type {
    margin-right: 0;
  }
  .footer .footer__address {
    display: block;
    float: none;
    gap: 32px;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
  }
  .footer .footer__address .address__logo img {
    width: 64px;
    height: auto;
  }
  .footer .footer__address .address__list {
    margin-top: 16px;
  }
  .footer .footer__address .address__list .list__row {
    margin-top: 4px;
    display: block;
  }
  .footer .footer__address .address__list dt {
    display: inline;
    padding-right: 2px;
  }
  .footer .footer__address .address__list dd {
    display: inline;
  }
  .footer .footer__copyright {
    margin-top: 28px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .footer .footer__copyright small {
    font-size: 1rem;
  }
  .footer iframe {
    height: 69.33vw;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.js-tick {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.js-tick-item {
  display: inline-block;
  min-height: 17.5em;
  flex-shrink: 0;
  white-space: nowrap;
}
.js-tick-item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 48s) var(--tick-delay, -24s) infinite linear;
}
.js-tick-item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 48s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 10%) scale(0.8);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .header {
    position: absolute;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}