@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'Helvetica Neue','Helvetica Neue','Helvetica','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Noto Sans JP',"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

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

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}

@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-menu {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color .3s;
  z-index: 999;
}

.l-menu .in {
  position: relative;
}

.l-menu .logo {
  text-align: center;
  transition: .2s;
  background-color: rgba(255, 255, 255, 0);
  padding: 17px;
  backdrop-filter: blur(0px);
}

.l-menu .logo .logoImg {
  opacity: 0;
  display: block;
  width: 92px;
  transition: .3s;
  margin: 0 auto;
}

.l-menu .logo .logoImg.show {
  opacity: 1;
}

.l-menu .logo svg {
  width: auto;
  height: 16px;
  fill: #000;
}

.l-menu .menuBtn {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.l-menu .menuBtn span {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #000;
  transition: .3s;
}

.l-menu .menuBtn span:nth-of-type(2) {
  top: 10px;
}

.l-menu .menuBtn span:nth-of-type(3) {
  top: 20px;
}

.l-menu .menuBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.l-menu .menuBox ul {
  text-align: center;
  width: 80%;
  max-width: 500px;
  margin: 35px auto;
}

.l-menu .menuBox ul li {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .l-menu .menuBox ul li {
    font-size: 1.8rem;
  }
}

.l-menu.show {
  height: 100%;
  background-color: white;
}

.l-menu.show .logo {
  background-color: black;
}

.l-menu.show .logo .logoImg {
  opacity: 1;
}

.l-menu.show .logo svg {
  fill: #FFF;
}

.l-menu.show .menuBox {
  display: block;
}

.l-menu.show .menuBtn span {
  background-color: #FFF;
}

.l-menu.show .menuBtn span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 10px;
}

.l-menu.show .menuBtn span:nth-of-type(2) {
  opacity: 0;
}

.l-menu.show .menuBtn span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.l-footer {
  background-color: #000000;
}

.l-footer .u-inner {
  color: #fff;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner {
    max-width: 900px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .u-inner .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner .flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner .flex .logo {
    width: 35%;
    padding-top: 11vw;
    padding-left: 2vw;
  }
}

.l-footer .u-inner .flex .text-R {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner .flex .text-R {
    display: block;
    padding: 0 4vw;
  }
}

.l-footer .u-inner .flex .text-R a:hover {
  opacity: .8;
}

@media screen and (min-width: 768px) {
  .l-footer .u-inner .flex .text-R .txt1 {
    font-size: 1.2rem;
    margin-right: 114px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner .flex .text-R .txt1::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #707070;
    display: block;
    position: relative;
    top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner .flex .text-R .txt1 {
    font-size: 1.1rem;
    color: #B7B7B7;
    margin-top: 13vw;
  }
}

.l-footer .u-inner .flex .text-R .txt2 {
  font-size: 1.1rem;
  color: #707070;
}

@media screen and (max-width: 767px) {
  .l-footer .u-inner .flex .text-R .txt2 {
    font-size: 1rem;
    text-align: center;
    margin-top: 13vw;
    padding-bottom: 6vw;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

.set-anime {
  opacity: 0;
  transition: .5s;
  transition-delay: .2s;
}

.set-anime.show-anime {
  opacity: 1;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50px;
  font-size: 1.4rem;
  height: 40px;
  max-width: 244px;
  padding-right: 10px;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}

.u-btn1:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow.svg");
  position: absolute;
  right: 10px;
}

.u-btn1:hover {
  opacity: .8;
}

.u- {
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 800px;
  }
}

@media screen and (min-width: 768px) {
  .u-inner.sz2 {
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 10.25641vw;
    padding-right: 10.25641vw;
  }
}

.u-ttl1 {
  font-size: 3.0rem;
}

.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}

.u-mainColor {
  background-color: #f00;
}

.u-subColor {
  background-color: #0f0;
}

.u-accentColor {
  background-color: #00f;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 4.74872vw;
    height: 7.69231vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 1.28205vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 1.28205vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.51282vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
body,
html,
.l-cont,
.l-wrapper {
  height: 95%;
}

@media screen and (max-width: 767px) {
  body,
  html,
  .l-cont,
  .l-wrapper {
    height: 96%;
  }
}

.mainZone {
  background-image: url("../img/main/bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  height: 100%;
  overflow: hidden;
  min-height: 750px;
}

@media screen and (max-width: 767px) {
  .mainZone {
    background-image: url("../img/main/bg_sp.jpg");
    background-size: cover;
    background-position: center;
    min-height: 570px;
  }
}

.mainZone .mainWrap {
  height: 100%;
}

.mainZone h1 {
  padding-top: 130px;
  min-height: 554px;
  height: 58%;
  transition-delay: 0s;
  transition-duration: .1s;
}

@media screen and (max-width: 767px) {
  .mainZone h1 {
    display: flex;
    justify-content: center;
    padding: 8vw 0 0 0px;
    min-height: auto;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .mainZone h1 {
    align-items: center;
  }
}

@media screen and (max-height: 500px) {
  .mainZone h1 {
    align-items: flex-start;
  }
  .mainZone h1 img {
    margin-top: -10vw;
  }
}

@media screen and (max-width: 767px) {
  .mainZone h1 {
    height: 100%;
  }
}

.mainZone h1 img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .mainZone h1 img {
    height: auto;
    width: 69.48718vw;
    max-width: none;
  }
}

.mainZone .logo {
  position: absolute;
  left: 30px;
  top: 20px;
  display: block;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .mainZone .logo {
    width: 20vw;
    left: 7.69231vw;
    top: 7.17949vw;
  }
}

@media screen and (max-height: 500px) {
  .mainZone .logo {
    bottom: auto;
    top: 0px;
    right: auto;
    left: 15px;
  }
}

/*--------------------------------------
 cont1
---------------------------------------*/
.introZone {
  min-width: 1000px;
  position: relative;
  max-height: 1100px;
  display: flex;
  align-items: center;
  background: #f0eff0;
  background: linear-gradient(180deg, #f0eff0 0%, #cccccf 100%);
}

@media screen and (max-width: 767px) {
  .introZone {
    min-width: 100%;
    height: 230.76923vw;
  }
}

.introZone .notes {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 60px;
  padding-bottom: 30px;
}

.introZone h2 {
  position: absolute;
  left: 20%;
  transition-delay: .3s;
}

.introZone h2.show-anime {
  margin-top: 0px;
}

@media screen and (max-width: 1280px) {
  .introZone h2 {
    top: 110px;
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .introZone h2 {
    left: 0px;
    margin-left: 8.97436vw;
    top: 20.51282vw;
    width: 82.05128vw;
  }
  .introZone h2 img {
    width: 100%;
  }
}

.introZone .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .introZone .img img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .introZone .img {
    display: block;
    height: auto;
  }
  .introZone .img img {
    width: 100%;
    transform: scale(1);
  }
}

/*--------------------------------------
 cont1
---------------------------------------*/
.circleZone {
  padding-bottom: 65px;
  position: relative;
  background-image: url("../img/circle/bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .circleZone {
    background-image: url("../img/circle/bg_sp.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 8vw;
  }
}

.circleZone .bf_img {
  max-width: 855px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .circleZone .bf_img {
    padding: 0 2.5641vw;
  }
}

.circleZone .inner {
  max-width: 705px;
  margin: 0 auto;
  position: relative;
  top: 50px;
}

.circleZone .inner.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .circleZone .inner {
    padding: 0 7.69231vw;
  }
}

.circleZone h2 {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .circleZone h2 {
    margin-top: 6.41026vw;
  }
}

.circleZone p {
  font-size: 1.6rem;
  margin-top: 55px;
  text-align: left;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .circleZone p {
    margin-top: 14.10256vw;
  }
}

.circleZone p.note {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .circleZone p.note {
    margin-top: 1.5em;
    font-size: 1.1rem;
    text-align: left;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.structureZone .u-inner {
  max-width: 720px;
}

.structureZone .notes {
  padding-top: 0px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .structureZone .notes {
    padding-top: 20px;
  }
}

.structureZone .bg {
  background-image: url("../img/structure/bg.jpg");
  background-position: top;
  background-size: 100% 1370px;
  background-color: #f8f1e7;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .structureZone .bg {
    background-size: cover;
    background-position: center -15vw;
    background-color: #e5e3e6;
  }
}

.structureZone .bg .in-main {
  text-align: center;
}

.structureZone .bg .in-main .title {
  position: relative;
  top: 50px;
}

.structureZone .bg .in-main .title.show-anime {
  top: 0px;
}

@media screen and (min-width: 768px) {
  .structureZone .bg .in-main .title {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .structureZone .bg .in-main .title {
    padding-top: 20.51282vw;
  }
}

.structureZone .bg .in-main .phBox {
  width: 304px;
  height: 412px;
  margin: 80px auto 0 auto;
  position: relative;
}

.structureZone .bg .in-main .phBox .toggleBtn {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 56%;
  width: 100px;
  margin-left: -50px;
  display: inline-block;
  cursor: pointer;
}

.structureZone .bg .in-main .phBox .toggleBtn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .in-main .phBox .toggleBtn {
    left: 48%;
  }
}

.structureZone .bg .in-main .phBox .toggleBtn img {
  max-width: 20px;
}

.structureZone .bg .in-main .phBox .toggleBtn em {
  display: block;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .in-main .phBox {
    height: 105.64103vw;
    width: 80.51282vw;
  }
}

.structureZone .bg .in-main .phBox div[class^="ph"] {
  position: absolute;
  left: 0px;
  transition: 1s;
  top: 0px;
}

.structureZone .bg .in-main .phBox .ph02 {
  opacity: 0;
}

.structureZone .bg .in-main .phBox.showAnim .ph01 {
  opacity: 0;
}

.structureZone .bg .in-main .phBox.showAnim .ph02 {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .in-main .phBox {
    margin-top: 20.51282vw;
  }
}

.structureZone .bg .txt1 {
  top: 50px;
}

.structureZone .bg .txt1.show-anime {
  top: 0px;
}

@media screen and (min-width: 768px) {
  .structureZone .bg .txt1 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt1 .Straight {
    width: 90%;
  }
}

.structureZone .bg .txt1 .text sup {
  font-size: 60%;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .structureZone .bg .txt1 .text {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 34px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt1 .text {
    font-size: 1.6rem;
    letter-spacing: 0.15897vw;
    line-height: 8.71795vw;
    margin-top: 10.25641vw;
  }
}

.structureZone .bg .txt2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt2 {
    flex-direction: column;
  }
}

.structureZone .bg .txt2.show-anime {
  top: 0px;
}

@media screen and (min-width: 768px) {
  .structureZone .bg .txt2 {
    padding: 20px 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt2 {
    margin-top: 18.71795vw;
  }
}

.structureZone .bg .txt2 .person {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.structureZone .bg .txt2 .person small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt2 .person {
    margin-left: 10vw;
  }
}

.structureZone .bg .txt2 .person::before {
  content: "";
  background: url("../img/structure/new_icons.svg") 0 0 no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  top: 10px;
  left: -80px;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt2 .person::before {
    width: 13.84615vw;
    height: 13.84615vw;
    top: 3vw;
    left: -17vw;
  }
}

.structureZone .bg .txt2 .Straight-bot {
  width: 293px;
  flex-shrink: 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .structureZone .bg .txt2 .Straight-bot {
    margin-right: -5vw;
    width: 76.92308vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .structureZone .bg .p.sp {
    font-size: 1.2rem;
    padding-bottom: 15.89744vw;
    margin-top: 13.07692vw;
  }
}

/*--------------------------------------
 cont1
---------------------------------------*/
.featureZone .ttl {
  background-image: url("../img/feature/f1_img.jpg");
  height: 30vw;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .featureZone .ttl {
    background-image: url("../img/feature/f1_img_sp.jpg");
    background-attachment: scroll;
    height: 128.20513vw;
    width: 100%;
    min-height: 0px;
  }
}

.featureZone .ttl.ttl2 {
  background-image: url("../img/feature/f2_img.jpg");
}

@media screen and (max-width: 767px) {
  .featureZone .ttl.ttl2 {
    background-image: url("../img/feature/f2_img_sp.jpg");
  }
}

.featureZone .bg1 {
  background-image: url("../img/bg1-sp.jpg");
  background-size: cover;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .featureZone .bg1 {
    padding-top: 10.25641vw;
  }
}

.featureZone .t_box {
  background-color: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .featureZone .t_box {
    padding: 0 5.12821vw;
    margin-bottom: 12.82051vw;
  }
}

.featureZone .t_box .title {
  position: relative;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .featureZone .t_box .title {
    padding-top: 10.25641vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .featureZone .t_box .title img {
    width: 54.35897vw;
    height: auto;
  }
}

.featureZone .t_box .title .next_t {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .featureZone .t_box .title .next_t {
    margin-top: 7.69231vw;
  }
}

.featureZone .next_title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .featureZone .next_title {
    margin-bottom: 12.82051vw;
  }
}

.featureZone .box {
  background-color: #fff;
  padding: 40px 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  align-items: center;
  position: relative;
  top: 50px;
}

.featureZone .box.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .featureZone .box {
    flex-direction: column;
    padding: 10.25641vw 0;
    margin-bottom: 8vw;
  }
}

.featureZone .box .txt {
  width: 410px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt {
    width: auto;
    margin-bottom: 10vw;
  }
}

.featureZone .box .txt p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt p {
    text-align: left;
    padding: 0 5.12821vw;
  }
}

.featureZone .box .txt dl {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 60px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt dl {
    padding: 0 5.12821vw;
  }
}

.featureZone .box .txt dl dt {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.featureZone .box .txt dl dt em {
  font-size: 1.2rem;
}

.featureZone .box .txt dl dt img {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt dl dt img {
    width: 4.10256vw;
  }
}

.featureZone .box .txt dl dd {
  margin-bottom: 15px;
}

.featureZone .box .txt dl dd sup {
  font-size: .8rem;
}

.featureZone .box .txt dl dd:last-of-type {
  margin-bottom: 0px;
}

.featureZone .box .txt h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt h2 {
    text-align: left;
    margin-left: 22vw;
    font-size: 1.7rem;
  }
}

.featureZone .box .txt h2::before {
  content: "";
  background: url("../img/structure/new_icons.svg") 0 0 no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt h2::before {
    width: 13.84615vw;
    height: 13.84615vw;
    top: 3vw;
    left: -17vw;
  }
}

.featureZone .box .txt h2:after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background-color: #000;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .featureZone .box .txt h2:after {
    margin: 5.12821vw auto 5.12821vw 9vw;
  }
}

.featureZone .box .txt h2 small {
  font-size: 1.2rem;
}

.featureZone .box .img {
  width: 410px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .featureZone .box .img {
    width: auto;
  }
}

.featureZone .box .img img {
  width: 173px;
}

@media screen and (max-width: 767px) {
  .featureZone .box .img img {
    width: 38vw;
  }
}

.featureZone .box .img img.sz2 {
  width: 250px;
}

.featureZone .box.box_1 {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 40px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .featureZone .box.box_1 {
    flex-direction: column-reverse;
  }
}

.featureZone .box.box_1 .txt {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .featureZone .box.box_1 .txt {
    width: 71.79487vw;
    margin-bottom: 0;
    margin-top: 10vw;
  }
}

.featureZone .box.box_1 .txt dl {
  padding: 0;
}

.featureZone .box.box_1 .txt dl .af_icnews {
  position: relative;
}

.featureZone .box.box_1 .txt dl .af_icnews::after {
  content: "";
  background: url("../img/structure/new_icons.svg") 0 0 no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 45%;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .featureZone .box.box_1 .txt dl .af_icnews::after {
    width: 6.66667vw;
    height: 6.66667vw;
    top: -1.5vw;
  }
}

.featureZone .box.box_1 .img {
  width: 436px;
}

@media screen and (max-width: 767px) {
  .featureZone .box.box_1 .img {
    width: 60.76923vw;
  }
}

.featureZone .box.box_1 .img img {
  width: 100%;
  height: auto;
}

.featureZone .list1 {
  display: flex;
  position: relative;
  top: 50px;
}

.featureZone .list1.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 {
    display: block;
  }
}

.featureZone .list1 li {
  width: 260px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li {
    width: auto;
    margin-bottom: 12vw;
  }
}

.featureZone .list1 li.bgWhite {
  background-color: #FFF;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li.bgWhite {
    margin-bottom: 0px;
  }
}

.featureZone .list1 li.bgWhite img {
  margin-right: -10px;
}

.featureZone .list1 li figure img {
  height: 200px;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li figure img {
    height: auto;
  }
  .featureZone .list1 li figure img.spSz1 {
    width: 48.20513vw;
  }
  .featureZone .list1 li figure img.spSz2 {
    width: 76.92308vw;
  }
  .featureZone .list1 li figure img.spSz3 {
    width: 65.38462vw;
  }
  .featureZone .list1 li figure img.spSz4 {
    width: 39.23077vw;
  }
  .featureZone .list1 li figure img.spSz5 {
    width: 51.28205vw;
  }
  .featureZone .list1 li figure img.spSz6 {
    width: 82.05128vw;
    height: auto;
  }
  .featureZone .list1 li figure img.spSz7 {
    width: 47.4359vw;
    height: auto;
  }
  .featureZone .list1 li figure img.spSz8 {
    width: 71.79487vw;
    height: auto;
  }
}

.featureZone .list1 li figure img.sz2 {
  height: 220px;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li figure img.sz2 {
    height: auto;
  }
}

.featureZone .list1 li figure img.sz2 + figcaption {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li figure img.sz2 + figcaption {
    margin-top: 0px;
  }
}

.featureZone .list1 li figure img.sz3 {
  height: 185px;
}

.featureZone .list1 li figure img.sz4 {
  height: 170px;
}

.featureZone .list1 li figure figcaption {
  margin-top: 35px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li figure figcaption {
    margin-top: 4vw;
  }
}

.featureZone .list1 li figure figcaption.new {
  position: relative;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li figure figcaption.new {
    right: -1.3em;
  }
}

.featureZone .list1 li figure figcaption.new:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  left: .5em;
  top: 0;
  background-image: url("../img/feature/icon_new.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .featureZone .list1 li figure figcaption.new:before {
    left: -1.3em;
  }
}

.featureZone .list1 li figure figcaption sup {
  font-size: .8rem;
}

.featureZone .list1 li figure figcaption span.small-text {
  font-size: 1.2rem;
}

.featureZone .bgGrey {
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .featureZone .bgGrey {
    background-color: #F0F1F3;
    background-image: none;
    padding: 15.38462vw 0;
  }
}

.featureZone .bgGrey h2 {
  padding-bottom: 60px;
  position: relative;
  top: 50px;
}

.featureZone .bgGrey h2.show-anime {
  top: 0px;
}

/*--------------------------------------
 cont1
---------------------------------------*/
@media screen and (max-width: 767px) {
  .travelZone .u-inner {
    padding: 7.69231vw 5.12821vw 0vw 5.12821vw;
  }
}

.travelZone .box {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50px;
}

.travelZone .box.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .travelZone .box {
    display: block;
    margin-top: 7.69231vw;
  }
}

.travelZone .box .img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .travelZone .box .img {
    width: 100%;
    margin-bottom: 8.71795vw;
  }
}

.travelZone .box .txt {
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .travelZone .box .txt {
    width: 100%;
  }
}

.travelZone .box .txt h2 {
  font-size: 3rem;
  font-weight: normal;
}

.travelZone .box .txt h2:after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background-color: #000;
  margin: 20px auto;
}

.travelZone .box .txt dt {
  font-weight: bold;
  font-size: 2rem;
}

.travelZone .box .txt dt sup {
  font-size: 1rem;
}

.travelZone .box .txt dd {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 1.6rem;
}

.travelZone .col2 {
  display: flex;
  justify-content: center;
  padding-top: 61px;
  position: relative;
  top: 50px;
}

.travelZone .col2.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .travelZone .col2 {
    display: block;
    padding: 14.10256vw 3.84615vw 0;
  }
}

.travelZone .col2 li {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .travelZone .col2 li {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li {
    flex-direction: column;
    width: auto;
  }
  .travelZone .col2 li + li {
    border-top: 1px solid #707070;
    padding-top: 10.25641vw;
    padding-bottom: 0vw;
  }
}

@media screen and (min-width: 768px) {
  .travelZone .col2 li .info {
    margin-right: 67px;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li .info {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .travelZone .col2 li h3 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li h3 {
    margin-bottom: 7.17949vw;
    text-align: center;
  }
  .travelZone .col2 li h3 img {
    height: 13.44872vw;
    width: auto;
  }
}

.travelZone .col2 li p {
  height: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li p {
    height: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li .btn {
    order: 1;
  }
}

.travelZone .col2 li .btn a {
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .travelZone .col2 li .btn a {
    width: 234px;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li .btn a {
    width: 60vw;
    max-width: none;
    height: 10.25641vw;
  }
}

@media screen and (min-width: 768px) {
  .travelZone .col2 li .img {
    width: 367px;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .col2 li .img {
    width: 74.10256vw;
    margin-bottom: 10.76923vw;
  }
}

@media screen and (min-width: 768px) {
  .travelZone .notes {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .travelZone .notes {
    padding: 10.25641vw 3.84615vw 16.02564vw;
  }
}

/*--------------------------------------
 cont1
---------------------------------------*/
.lineupZone h2 {
  margin-bottom: 58px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineupZone h2 {
    margin-bottom: 14.35897vw;
  }
}

.lineupZone h2 span {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .lineupZone h2 span {
    font-size: 2.0rem;
  }
}

.lineupZone .bg {
  background-image: url("../img/lineup/bg_wrap.png");
  background-size: cover;
  padding: 73px 0 78px;
}

@media screen and (max-width: 767px) {
  .lineupZone .bg {
    padding: 14.10256vw 0;
  }
}

.lineupZone .bg.bg2 {
  background-image: url("../img/lineup/bg_limited.jpg");
}

@media screen and (max-width: 767px) {
  .lineupZone .bg.bg2 {
    background-image: url("../img/lineup/bg_limited_sp.jpg");
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .bg .u-inner {
    padding-left: 8.97436vw;
    padding-right: 5.12821vw;
  }
}

.lineupZone .list {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 50px;
}

.lineupZone .list.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .lineupZone .list {
    display: block;
  }
}

.lineupZone .list li {
  width: 310px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineupZone .list li {
    width: 100%;
    margin-bottom: 8.97436vw;
  }
}

.lineupZone .list li .icon {
  width: 81px;
  position: absolute;
  left: 20px;
  top: -29px;
}

@media screen and (max-width: 767px) {
  .lineupZone .list li .icon {
    width: 14.61538vw;
    top: -4.61538vw;
    left: 32.02564vw;
  }
}

.lineupZone .list.sz2 {
  max-width: 655px;
  margin: 0 auto;
}

.lineupZone .txt {
  text-align: center;
  padding-top: 61px;
  position: relative;
  top: 50px;
}

.lineupZone .txt.show-anime {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .lineupZone .txt {
    padding-top: 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .lineupZone .txt img {
    width: 55.38462vw;
  }
}

.lineupZone .txt dl {
  padding-top: 29.4px;
}

@media screen and (max-width: 767px) {
  .lineupZone .txt dl {
    padding-top: 7.53846vw;
  }
}

.lineupZone .txt dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.lineupZone .txt dl dd {
  line-height: 2;
  font-size: 1.4rem;
}

.lineupZone .bg1 {
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  padding-top: 60px;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.specZone {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .specZone {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .u-inner.sz2 {
    padding: 20.51282vw 5.12821vw;
  }
}

.specZone h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .specZone h3 {
    width: 85.12821vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .specZone .specTable {
    margin-top: 0;
  }
}

.specZone .specTable + h3 {
  margin-top: 2.4em;
}

.specZone .specTable table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table {
    margin: 0 auto;
    width: 85.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .specTable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .specZone .specTable table tr:last-of-type {
    border-bottom: 1px solid #707070;
  }
}

.specZone .specTable table th,
.specZone .specTable table td {
  border: 1px solid #707070;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table th,
  .specZone .specTable table td {
    border-bottom: 0px;
  }
}

.specZone .specTable table th {
  width: 140px;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table th {
    width: 25.64103vw;
    border-right: 0px;
    font-size: 2.82051vw;
    padding: 3.33333vw 1.53846vw;
  }
}

.specZone .specTable table td {
  font-size: 12px;
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
  width: 320px;
}

.specZone .specTable table td .in-bot {
  display: flex;
}

.specZone .specTable table td .in-bot .number {
  font-size: 1.8rem;
}

.specZone .specTable table td .in-bot .tax {
  font-size: 1.2rem;
  align-items: center;
  display: flex;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table td {
    width: 59.48718vw;
    padding: 3.33333vw 2.5641vw;
    font-size: 2.82051vw;
  }
}

.specZone .specTable table td .sub {
  display: block;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table td .sub {
    font-size: 2.82051vw;
  }
}

.specZone .specTable table td strong {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table td strong {
    font-size: 4.61538vw;
  }
}

.specZone .specTable table td .en {
  font-size: 14px;
  padding-left: 0.05em;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table td .en {
    font-size: 3.58974vw;
  }
}

.specZone .specTable table td .day {
  font-size: 14px;
}

.specZone .specTable table td .alert {
  font-size: 14px;
  color: #f00;
}

.specZone .specTable table td .note {
  font-size: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table td .note {
    font-size: 2.5641vw;
  }
}

.specZone .specTable table .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table .icons {
    display: block;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .specZone .specTable table .icons .img {
    margin-top: 2.5641vw;
  }
}

.specZone .specTable table .icons .img img {
  width: 161px;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table .icons .img img {
    width: 35.89744vw;
  }
}

.specZone .specTable table .codeBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table .codeBox {
    display: block;
  }
}

.specZone .specTable table .codeBox .code + .code {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .specTable table .codeBox .code + .code {
    margin-left: 0px;
    margin-top: 2.5641vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.footZone {
  background-color: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .footZone .u-inner.sz2 {
    padding: 0px;
  }
}

.footZone .box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footZone .box {
    flex-direction: column-reverse;
  }
}

.footZone .box .icon {
  width: 130px;
  position: absolute;
  right: 70px;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .footZone .box .icon {
    width: 32.82051vw;
    left: 0px;
    right: auto;
    top: -20vw;
  }
}

.footZone .box .img {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .footZone .box .img {
    width: 100%;
  }
}

.footZone .box .txt {
  padding-top: 75px;
  width: 500px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footZone .box .txt {
    width: 82.05128vw;
    margin: -20vw auto 0 auto;
    padding-bottom: 7vw;
  }
}

.footZone .box .txt h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.footZone .box .txt p {
  font-size: 1.6rem;
  line-height: 2;
}

.footZone .box .txt p sup {
  font-size: .8rem;
  line-height: 1;
}

.footZone .box .txt .notes2 {
  margin-top: 60px;
  text-align: left;
  font-size: 1.2rem;
}

.footZone .footBtn {
  text-align: center;
  background-color: #D7DDE1;
  padding: 30px 0;
}

.footZone .footBtn p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}

.movieZone {
  padding: 80px 0;
  text-align: center;
  background-image: url("../img/movie_bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .movieZone {
    padding: 15.38462vw 5.12821vw;
  }
}

.movieZone img {
  max-width: 1000px;
  width: 100%;
}

.movieZone .youtube {
  background-image: url("../img/movie.jpg");
  background-size: cover;
  margin: 0 auto;
  max-width: 604px;
  height: 604px;
}

@media screen and (max-width: 767px) {
  .movieZone .youtube {
    width: 64.10256vw;
    height: 64.10256vw;
    min-width: 250px;
    min-height: 250px;
  }
}

.movieZone iframe {
  max-width: 1000px;
  height: 100%;
  width: 100%;
}

.btnShopList {
  display: inline-block;
  background-color: #FFF;
  border-radius: 50px;
  padding: .5em 1.5em;
  margin-top: 5px;
  line-height: 1;
}

.notes {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 60px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .notes {
    padding-top: 10vw;
    text-align: left;
    padding-bottom: 10vw;
  }
}

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