@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
BASE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
  overflow: hidden;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font: 62.5% / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通設定


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  outline: none;
}

a[href^="tel:"] {
  cursor: default;
}



.wrapper {
  overflow: hidden;
  background: #fdce26 none repeat top left/144px 144px;
}

.contents {
  position: relative;
  z-index: 2;
}

/*
  背景テクスチャ
ーーーーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
MODULE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  PCとSPの表示切り替え


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .c-sp {
    display: none;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  .c-inner


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-inner {
  margin: 0 auto;
  width: calc(100% - 48px);
}

@media (max-width: 768px) {
  .c-inner.-pc {
    width: auto;
  }
}

@media (min-width: 769px) {
  .c-inner.-sp {
    width: auto;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  詳しくみる


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-readMore__link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0 57px 13px 5px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(0, #000)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(0, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, #000 0, #000 0), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.1) 0);
  background-image: linear-gradient(0deg, #000 0, #000 0), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.1) 0);
  background-repeat: no-repeat,no-repeat;
  -webkit-transition: none 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: none 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background-size,color;
  transition-property: background-size,color;
  background-position: 0 100%,0 100%;
  background-size: 100% 2px,100% 2px;
  display: inline-block;
}

.c-readMore__link::before,
.c-readMore__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  right: 5px;
  width: 10px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-readMore__link::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-readMore__link:hover {
  background-size: 0 2px,100% 2px;
  background-position: 100% 100%,0 100%;
}

.c-readMore__link:hover::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-readMore__link:hover::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*
  中央寄せ
ーーーーーーーーーーーーーーーーーー*/
.c-readMore.-center {
  text-align: center;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  プラスアイコンの見出し


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-plusHeading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .c-plusHeading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .c-plusHeading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.c-plusHeading span {
  display: block;
}

@media (max-width: 768px) {
  .c-plusHeading .-icon {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 769px) {
  .c-plusHeading .-text {
    margin-left: 24px;
  }
}

@media (max-width: 768px) {
  .c-plusHeading .-text {
    margin-left: 10px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  ドットの見出し


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-dotHeading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  text-align: center;
  font-size: 24px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-width: 3px;
  border-bottom-width: 3px;
  padding: 9px 0 15px;
}

.c-dotHeading__small {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}

.c-dotHeading.-blue {
  border-color: #2861A3;
}

.c-dotHeading.-orange {
  border-color: #F39939;
}

.c-dotHeading.-lightBlue {
  border-color: #76B5D5;
}

.c-dotHeading.-pink {
  border-color: #EC6D88;
}

.c-dotHeading.-green {
  border-color: #218A6E;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  ピンク縦線の見出し


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-lineHeadingPink {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
}

.c-lineHeadingPink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #EC6D88;
  border-radius: 2.5px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  黄色縦線の見出し


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-lineHeadingYellow {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 769px) {
  .c-lineHeadingYellow {
    font-size: 24px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .c-lineHeadingYellow {
    font-size: 18px;
    padding-left: 12px;
  }
}

.c-lineHeadingYellow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFE600;
  border-radius: 2.5px;
}

@media (min-width: 769px) {
  .c-lineHeadingYellow::before {
    width: 5px;
  }
}

@media (max-width: 768px) {
  .c-lineHeadingYellow::before {
    width: 3px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  アンカーリンク


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (min-width: 769px) {
  .c-anchorLink__inner {
    max-width: 970px;
  }
}

@media (max-width: 768px) {
  .c-anchorLink__inner {
    position: relative;
    z-index: 9;
  }
}

@media (max-width: 768px) {
  .c-anchorLink {
    border-radius: 4px;
    background: #FFE600;
    position: relative;
  }
}

.c-anchorLink__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 15px;
  min-height: 47px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 9px 40px 9px 20px;
}

@media (min-width: 769px) {
  .c-anchorLink__title {
    display: none;
  }
}

.c-anchorLink__title:hover {
  cursor: pointer;
}

.c-anchorLink__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 13px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none no-repeat center center/100% auto;
}

@media (min-width: 769px) {
  .c-anchorLink__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .c-anchorLink__list {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    width: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
}

@media (min-width: 769px) {
  .c-anchorLink__item {
    width: 19.4%;
    margin: 0 0.3% 4px;
  }
}

@media (max-width: 768px) {
  .c-anchorLink__item {
    position: relative;
  }
}

.c-anchorLink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  min-height: 47px;
}

@media (min-width: 769px) {
  .c-anchorLink__link {
    border-radius: 4px;
    background: #FFE600;
    padding: 9px 25px 9px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .c-anchorLink__link {
    padding: 9px 20px;
  }
}

.c-anchorLink__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .c-anchorLink__link::after {
    right: 22px;
    display: none;
  }
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  アコーディオン


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-accordion__item {
  background: #fff;
  border-radius: 8px;
}

.c-accordion__item:not(:last-child) {
  margin-bottom: 12px;
}

.c-accordion__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  position: relative;
}

@media (min-width: 769px) {
  .c-accordion__title {
    padding: 26px 60px 23px 44px;
  }
}

@media (max-width: 768px) {
  .c-accordion__title {
    padding: 17px 50px 17px 27px;
  }
}

.c-accordion__title:hover {
  cursor: pointer;
}

.c-accordion__title::before,
.c-accordion__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin: auto;
}

@media (min-width: 769px) {
  .c-accordion__title::before,
  .c-accordion__title::after {
    right: 28px;
  }
}

@media (max-width: 768px) {
  .c-accordion__title::before,
  .c-accordion__title::after {
    right: 20px;
    width: 16px;
  }
}

@media (min-width: 769px) {
  .faq .c-accordion__title::before,
  .faq .c-accordion__title::after {
    margin: inherit;
    top: 35.5px;
  }
}

@media (max-width: 768px) {
  .faq .c-accordion__title::before,
  .faq .c-accordion__title::after {
    margin: inherit;
    top: 28px;
  }
}

.c-accordion__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-accordion__detail {
  display: none;
}

.c-accordion__item.-open .c-accordion__title::before {
  opacity: 0;
}

.c-accordion__item.-open .c-accordion__title::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*
  スキー用アコーディオン(薄い青)
ーーーーーーーーーーーーーーーーーー*/
.c-accordion.-ski .c-accordion__title {
  background: #86c5c5;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 769px) {
  .c-accordion.-ski .c-accordion__title {
    font-size: 18px;
  }
}

.c-accordion.-ski .c-accordion__title::before,
.c-accordion.-ski .c-accordion__title::after {
  background-color: #fff;
}

@media (min-width: 769px) {
  .c-accordion.-ski .c-accordion__detail {
    padding: 102px 96px 75px 96px;
  }
}

.c-accordion__closeBtn {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 15px;
  max-width: 260px;
  height: 50px;
  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;
  background: #86c5c5;
  border-radius: 25px;
  color: #fff;
  margin: 86px auto 0;
  position: relative;
}

.c-accordion__closeBtn:hover {
  cursor: pointer;
}

.c-accordion__closeBtn::before,
.c-accordion__closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-accordion__closeBtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__closeBtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  タブ切り替え


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* タブパネル */
.c-tabPanels {
  position: relative;
}

.c-tabPanel:not(:first-child) {
  display: none;
}

/* セレクトボックス */
.c-select {
  position: relative;
  z-index: 9;
}

@media (min-width: 769px) {
  .c-select {
    max-width: 334px;
    margin: 0 0 0 auto;
  }
}

.c-selectBox {
  position: relative;
  width: 100%;
  height: 47px;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
}

.c-selectBox:hover {
  cursor: pointer;
}

.c-selectBox select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-selectBox__output {
  min-height: 47px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 9px 40px 9px 20px;
  background: #FFE600;
  z-index: 2;
  border-radius: 4px;
}

.c-selectBox__output::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 13px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none no-repeat center center/100% auto;
}

.c-selectBox__selector {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  width: 100%;
  background-color: #fff;
  z-index: 10;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.c-selectBox__selectorItem {
  width: 100%;
  padding: 14px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .c-selectBox__selectorItem:hover {
    background: rgba(255, 230, 0, 0.2);
  }
}

.c-selectBox__selectorItem.-selected {
  display: none;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  基本スライドショー


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-slideShow {
  padding-bottom: 40px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通module
  SPのみスライドショー


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-slideShowSP .slick-next {
  position: relative;
  margin: 28px 0 0 auto;
}

@media (max-width: 768px) {
  .c-slideShowSP .slick-slide {
    margin: 0 9px;
  }
}








/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  フッター


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.footer {
  position: relative;
}

@media (min-width: 769px) {
  .footer {
    padding-bottom: 341px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-bottom: 400px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 85px;
  }
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background: #7633a1;
}

@media (min-width: 769px) {
  .footer__body {
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  .footer .-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .footer .-sp {
    display: none !important;
  }
}

/*
  ページトップへ戻る
ーーーーーーーーーーーーーーーーーー*/
.footerPageTop {
  position: absolute;
  z-index: 1;
}

@media (min-width: 769px) {
  .footerPageTop {
    top: -40px;
    right: 6%;
    width: 164px;
  }
}

@media (max-width: 768px) {
  .footerPageTop {
    width: 160px;
    top: 2.5%;
    right: 0;
  }
}

/*
  背景画像
ーーーーーーーーーーーーーーーーーー*/
.footer__bg {
  position: relative;
}

.footer__bg img {
  width: 100%;
}

/*
  ロゴ
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 769px) {
  .footerSite {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 514px - 14%);
    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;
    padding-top: 7vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footerSite {
    height: calc(100% - 514px - 6%);
  }
}

@media (max-width: 768px) {
  .footerSite {
    position: relative;
  }
}

@media (max-width: 768px) {
  .footerSite__body {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-bottom: 15%;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .footerLogo {
    max-width: 261px;
    margin: 0 auto;
  }
}

.footerIg {
  width: 243px;
  height: 60px;
}

@media (min-width: 769px) {
  .footerIg {
    margin: 47px auto 0;
  }
}

@media (max-width: 768px) {
  .footerIg {
    margin: 22px auto 0;
  }
}

.footerIg__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  border: 2px solid #6d1a96;
  font-family: azo-sans-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  height: 100%;
  color: #6d1a96;
  position: relative;
  padding-left: 84px;
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.footerIg__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../img/icon_instagram.webp") no-repeat center center/100% auto;
  width: 33px;
  height: 33px;
}

.footerIg__link:hover {
  border-color: #bd0945;
}

/*
  サイトマップ
ーーーーーーーーーーーーーーーーーー*/
.footer__box {
  background: #FCFAD4;
  max-width: 1175px;
  margin: 0 auto;
  width: calc(100% - 20px);
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .footer__box {
    padding: 80px 96px 70px 94px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer__box {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 768px) {
  .footer__box {
    border-radius: 4px;
    margin-top: -27%;
    padding: 28px 28px 32px;
  }
}

@media (min-width: 769px) {
  .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .footer__col:first-child {
    max-width: 428px;
    width: 43%;
  }
}

@media (min-width: 769px) {
  .footer__col:last-child {
    max-width: 523px;
    width: 54%;
  }
}

/*
  サイトマップ > 小ボタン
ーーーーーーーーーーーーーーーーーー*/
.footerSmallBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .footerSmallBtn__wrap {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .footerSmallBtn__wrap {
    width: 31%;
  }
}

.footerSmallBtn {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .footerSmallBtn .-base {
    position: relative;
  }
}

@media (max-width: 768px) {
  .footerSmallBtn .-base img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footerSmallBtn .-on {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*
  サイトマップ > 大ボタン
ーーーーーーーーーーーーーーーーーー*/
.footerLargeBtn {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .footerLargeBtn {
    margin-top: 13px;
  }
}

@media (min-width: 769px) {
  .footerLargeBtn__wrap:not(:last-child) {
    margin-bottom: 5%;
  }
}

@media (max-width: 768px) {
  .footerLargeBtn__wrap:not(:last-child) {
    margin-bottom: 13px;
  }
}

.footerLargeBtn img {
  width: 100%;
}

@media (max-width: 768px) {
  .footerLargeBtn .-base {
    position: relative;
  }
}

@media (max-width: 768px) {
  .footerLargeBtn .-on {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

/*
  サイトマップ > テキストボタン
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 769px) {
  .footerTextBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6%;
  }
}

@media (max-width: 768px) {
  .footerTextBtns {
    margin-top: 21px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.footerTextBtn {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 769px) {
  .footerTextBtn {
    max-width: 215px;
    width: 49%;
    max-height: 40px;
    height: 3.2vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footerTextBtn {
    height: 5.3vw;
  }
}

@media (max-width: 768px) {
  .footerTextBtn {
    padding: 12px 0;
  }
}

@media (min-width: 769px) {
  .footerTextBtn:nth-child(-n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 768px) {
  .footerTextBtn::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.footerTextBtn__icon {
  width: 30px;
  margin-right: 10px;
  text-align: center;
}

.footerTextBtn__icon img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media (min-width: 769px) {
  .footerTextBtn__text {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.06em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footerTextBtn__text {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footerTextBtn__text {
    font-size: 16px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
}
}

/*
  会社情報
ーーーーーーーーーーーーーーーーーー*/
.footerInfo {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}

.footerInfoCompany {
	  color: #000;
  }

@media (min-width: 769px) {
  .footerInfo {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footerInfo {
    margin-top: 33px;
  }
}

.footerInfo__link {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.footerInfo__link:hover {
  opacity: 0.3;
}

.footerInfoLogo {
  width: 172px;
}

@media (min-width: 769px) {
  .footerInfoLogo {
    margin-right: 22px;
  }
}

.footerInfoCompany {
  font-size: 14px;
}

@media (min-width: 769px) {
  .footerInfoCompany {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footerInfoCompany {
    margin-top: 12px;
  }
}

.footerInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  .footerInfo__list {
    margin-top: 5px;
  }
}

.footerInfo__item:first-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #000;
  margin: 0 12px 0 0;
}

.footerInfo__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #000;
  margin: 0 12px 0 11px;
}

/*
  コピーライト
ーーーーーーーーーーーーーーーーーー*/
.footer__copyright {
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (min-width: 769px) {
  .footer__copyright {
    margin-top: 7%;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 26px;
    font-size: 10px;
  }
}

/*
  イラスト
ーーーーーーーーーーーーーーーーーー*/
.footerIllust {
  position: absolute;
  z-index: 2;
}

.footerIllust.-illust_1 {
  width: 16.42553%;
  top: -24%;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footerIllust.-illust_1 {
    top: -17%;
  }
}

@media (min-width: 769px) {
  .footerIllust.-illust_2 {
    width: 29.87234%;
    top: -30%;
    right: -7%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footerIllust.-illust_2 {
    top: -15%;
  }
}

@media (max-width: 768px) {
  .footerIllust.-illust_2 {
    width: 41.06667%;
    max-width: 115px;
    left: 0;
    top: 4.5%;
  }
}



/*
  スクロール
ーーーーーーーーーーーーーーーーーー*/
.topFvScroll {
  position: absolute;
  width: 2px;
  overflow: hidden;
  z-index: 3;
}

@media (min-width: 769px) {
  .topFvScroll {
    top: calc(100vh - 75px);
    right: 60px;
    height: 120px;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .topFvScroll {
    height: 65px;
    right: 40px;
    bottom: 100px;
  }
}

.topFvScroll__line {
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

@-webkit-keyframes fvscroll_anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fvscroll_anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/*
  イラスト
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 769px) {
  .fvIllust.-illust_1 {
    width: 25.34722%;
    left: 0;
    top: 15%;
  }
}

@media (max-width: 768px) {
  .fvIllust.-illust_1 {
    width: 31.73333%;
    right: 0;
    top: 51%;
  }
}

@media (min-width: 769px) {
  .fvIllust.-illust_2 {
    width: 28.61111%;
    top: 4.5%;
    left: 31%;
  }
}

@media (min-width: 769px) {
  .fvIllust.-illust_3 {
    width: 23.68056%;
    right: 0;
    top: 18%;
  }
}

@media (max-width: 768px) {
  .fvIllust.-illust_3 {
    width: 34.4%;
    right: 0;
    top: 26%;
  }
}

@media (min-width: 769px) {
  .fvIllust.-illust_4 {
    width: 20.69444%;
    right: 0;
    bottom: 21%;
  }
}

@media (max-width: 768px) {
  .fvIllust.-illust_4 {
    width: 45.06667%;
    right: 0;
    bottom: -2%;
  }
}

@media (min-width: 769px) {
  .fvIllust.-illust_5 {
    width: 26.97917%;
    bottom: 3%;
    right: 23%;
  }
}

@media (max-width: 768px) {
  .fvIllust.-illust_5 {
    width: 60%;
    bottom: 13%;
    left: 0;
  }
}

@media (min-width: 769px) {
  .fvIllust.-illust_6 {
    width: 18.05556%;
    bottom: 10%;
    left: 0;
  }
}

@media (max-width: 768px) {
  .fvIllust.-illust_6 {
    width: 34.66667%;
    top: 2%;
    left: 0;
  }
}



/*
  ロゴのスライドショー
ーーーーーーーーーーーーーーーーーー*/
.topFvLogoSlider {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.topFvLogoSlider p {
  position: relative;
  top: 120%;
}

.topFvLogoSlider:first-child p {
  top: 0%;
}

/*
  右上画像のスライドショー
ーーーーーーーーーーーーーーーーーー*/
.topFv__rightImg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.topFv__rightImg:first-child {
  opacity: 1;
}


/*
  イラスト
ーーーーーーーーーーーーーーーーーー*/
.aboutIllust.-illust_1 {
  right: 0;
}

@media (min-width: 769px) {
  .aboutIllust.-illust_1 {
    width: 11.63194%;
    top: 8%;
  }
}

@media (max-width: 768px) {
  .aboutIllust.-illust_1 {
    width: 30.66667%;
    max-width: 115px;
    top: -4%;
  }
}

.aboutIllust.-illust_2 {
  left: 0;
  width: 24.16667%;
  bottom: 1%;
}

.aboutIllust.-illust_3 {
  right: 14%;
  width: 23.47222%;
  bottom: -4%;
}


/*
  イラスト
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 769px) {
  .lotusIllust.-illust_1 {
    width: 21.80556%;
    top: 16%;
    right: 19%;
  }
}

@media (max-width: 768px) {
  .lotusIllust.-illust_1 {
    width: 55.46667%;
    max-width: 208px;
    top: 20%;
    right: 0;
  }
}

@media (min-width: 769px) {
  .lotusIllust_2_wrap {
    position: absolute;
    width: 68.05556%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0%;
  }
}

@media (min-width: 769px) {
  .lotusIllust.-illust_2 {
    width: 36.22449%;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 768px) {
  .lotusIllust.-illust_2 {
    width: 44%;
    max-width: 165px;
    left: 0;
    bottom: -12%;
  }
}



/*
  イラスト
ーーーーーーーーーーーーーーーーーー*/
.packplanIllust.-illust_1 {
  width: 17.01389%;
  top: 13%;
  right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .packplanIllust.-illust_1 {
    top: 10%;
  }
}

.packplanIllust.-illust_2 {
  width: 19.51389%;
  bottom: 10%;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .packplanIllust.-illust_2 {
    bottom: 3%;
  }
}

.packplanIllust.-illust_3 {
  width: 23.26389%;
  bottom: -2%;
  right: 0;
}


/*
  スライドショー
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 769px) {
  .topActivitySlider {
    max-width: 1278px;
  }
}

.topActivitySlider__lists {
  position: relative;
}

@media (min-width: 769px) {
  .topActivitySlider__lists {
    max-width: 560px;
    width: 43.85759%;
    margin: -100px 0 0 auto;
  }
}

@media (max-width: 768px) {
  .topActivitySlider__lists {
    width: 60.26667%;
    margin: 0 14px 0 auto;
  }
}

.topActivitySlider__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topActivitySlider__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.topActivitySlider__item.-active {
  opacity: 1;
  z-index: 2;
}

.topActivitySlider__item.-leave {
  z-index: 1;
}

.topActivitySlider__base_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}


/*
  スライドショー
ーーーーーーーーーーーーーーーーーー*/
.packPlanDetail .slick-dots li button {
  background: #105B47;
}

.packPlanDetail .slick-dots li {
  opacity: 0.3;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ANIMATION
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ページ読み込み時にfadeIn(下層ページ)


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body:not(.top) .main {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body:not(.top).-loaded .main {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body:not(.top).-loaded .header-fadeInUp {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  下からfadeInするアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.js-fadeInUp {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-fadeInUp.js-action {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  左から順に一文字ずつ表示するアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.js-textSlideUp {
  line-height: 1;
  height: 1.2em;
  overflow: hidden;
}

.js-textSlideUp span {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
}

.js-textSlideUp.js-action span {
  -webkit-animation: 0.9s textSlideUp cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
  animation: 0.9s textSlideUp cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
}

.js-textSlideUp span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.js-textSlideUp span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.js-textSlideUp span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.js-textSlideUp span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.js-textSlideUp span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.js-textSlideUp span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.js-textSlideUp span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.js-textSlideUp span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.js-textSlideUp span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.js-textSlideUp span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.js-textSlideUp span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.js-textSlideUp span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.js-textSlideUp span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.js-textSlideUp span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.js-textSlideUp span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.js-textSlideUp span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.js-textSlideUp span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.js-textSlideUp span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.js-textSlideUp span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.js-textSlideUp span:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*
  2行の場合
ーーーーーーーーーーーーーーーーーー*/
.js-textSlideUp.-lines {
  height: auto;
}

.js-textSlideUp.-lines .-line {
  height: 1.2em;
  overflow: hidden;
}

@-webkit-keyframes textSlideUp {
  0% {
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes textSlideUp {
  0% {
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  画像がバウンスして表示するアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.js-imgBounceIn {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.js-imgBounceIn img {
  display: block;
}

.js-imgBounceIn.js-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  線が左から引かれるアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.js-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.js-line.js-action {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.js-line.-loaded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  画像をホバーした時に拡大する


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.hover-imgScale {
  overflow: hidden;
}

.hover-imgScale img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hover-target:hover .hover-imgScale img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  Y軸回転ホバーアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-hoverY__body {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1.5;
}

.c-hoverY__main {
  position: relative;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.c-hoverY__sub {
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.c-hoverY__jp{
    font-size: 50%;
    font-weight: 600;
	text-align: center;
	margin-left:20px;
}

@media (min-width: 769px) {
  .c-hoverY__trigger:hover .c-hoverY__main {
    -webkit-transform: translate(0px, -130%);
    transform: translate(0px, -130%);
    opacity: 0;
  }
  .c-hoverY__trigger:hover .c-hoverY__sub {
    opacity: 1;
    -webkit-transform: translate(0px, -130%);
    transform: translate(0px, -130%);
  }
.c-hoverY__jp{
	display: block;
    margin-left:0;
}
	.c-anchorLink__link.-en{
		text-align: center;
	}
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ボタンホバーアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-hoverBtn:hover {
  -webkit-animation: 0.2s ease 0s 1 normal forwards running buttonHover;
  animation: 0.2s ease 0s 1 normal forwards running buttonHover;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 8px 16px);
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 8px 16px);
}

@-webkit-keyframes buttonHover {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes buttonHover {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

/*# sourceMappingURL=style.css.map */
