/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}

.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block !important;
}

/* breakpoint only layout */
@media screen and (min-width: 961px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

/* margin padding
============================================================ */
.pd0 {
  padding: 0 !important;
}

.mg0 {
  margin: 0 !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.pt110 {
  padding-top: 11rem !important;
}

.pb110 {
  padding-bottom: 11rem !important;
}

.pl110 {
  padding-left: 11rem !important;
}

.pr110 {
  padding-right: 11rem !important;
}

.mt110 {
  margin-top: 11rem !important;
}

.mb110 {
  margin-bottom: 11rem !important;
}

.ml110 {
  margin-left: 11rem !important;
}

.mr110 {
  margin-right: 11rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

.pt130 {
  padding-top: 13rem !important;
}

.pb130 {
  padding-bottom: 13rem !important;
}

.pl130 {
  padding-left: 13rem !important;
}

.pr130 {
  padding-right: 13rem !important;
}

.mt130 {
  margin-top: 13rem !important;
}

.mb130 {
  margin-bottom: 13rem !important;
}

.ml130 {
  margin-left: 13rem !important;
}

.mr130 {
  margin-right: 13rem !important;
}

.pt140 {
  padding-top: 14rem !important;
}

.pb140 {
  padding-bottom: 14rem !important;
}

.pl140 {
  padding-left: 14rem !important;
}

.pr140 {
  padding-right: 14rem !important;
}

.mt140 {
  margin-top: 14rem !important;
}

.mb140 {
  margin-bottom: 14rem !important;
}

.ml140 {
  margin-left: 14rem !important;
}

.mr140 {
  margin-right: 14rem !important;
}

.pt150 {
  padding-top: 15rem !important;
}

.pb150 {
  padding-bottom: 15rem !important;
}

.pl150 {
  padding-left: 15rem !important;
}

.pr150 {
  padding-right: 15rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mb150 {
  margin-bottom: 15rem !important;
}

.ml150 {
  margin-left: 15rem !important;
}

.mr150 {
  margin-right: 15rem !important;
}

.pt160 {
  padding-top: 16rem !important;
}

.pb160 {
  padding-bottom: 16rem !important;
}

.pl160 {
  padding-left: 16rem !important;
}

.pr160 {
  padding-right: 16rem !important;
}

.mt160 {
  margin-top: 16rem !important;
}

.mb160 {
  margin-bottom: 16rem !important;
}

.ml160 {
  margin-left: 16rem !important;
}

.mr160 {
  margin-right: 16rem !important;
}

.pt170 {
  padding-top: 17rem !important;
}

.pb170 {
  padding-bottom: 17rem !important;
}

.pl170 {
  padding-left: 17rem !important;
}

.pr170 {
  padding-right: 17rem !important;
}

.mt170 {
  margin-top: 17rem !important;
}

.mb170 {
  margin-bottom: 17rem !important;
}

.ml170 {
  margin-left: 17rem !important;
}

.mr170 {
  margin-right: 17rem !important;
}

.pt180 {
  padding-top: 18rem !important;
}

.pb180 {
  padding-bottom: 18rem !important;
}

.pl180 {
  padding-left: 18rem !important;
}

.pr180 {
  padding-right: 18rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

.ml180 {
  margin-left: 18rem !important;
}

.mr180 {
  margin-right: 18rem !important;
}

.pt190 {
  padding-top: 19rem !important;
}

.pb190 {
  padding-bottom: 19rem !important;
}

.pl190 {
  padding-left: 19rem !important;
}

.pr190 {
  padding-right: 19rem !important;
}

.mt190 {
  margin-top: 19rem !important;
}

.mb190 {
  margin-bottom: 19rem !important;
}

.ml190 {
  margin-left: 19rem !important;
}

.mr190 {
  margin-right: 19rem !important;
}

.pt200 {
  padding-top: 20rem !important;
}

.pb200 {
  padding-bottom: 20rem !important;
}

.pl200 {
  padding-left: 20rem !important;
}

.pr200 {
  padding-right: 20rem !important;
}

.mt200 {
  margin-top: 20rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

.ml200 {
  margin-left: 20rem !important;
}

.mr200 {
  margin-right: 20rem !important;
}

/* over
============================================================ */
.m-over {
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.m-over:hover {
  opacity: .7;
}

a.m-over {
  text-decoration: none;
}

button.m-over {
  outline: none;
  text-decoration: none;
}

/* icon
============================================================ */
.m-icon-search, .m-icon-share {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.m-icon-search:before, .m-icon-share:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.m-icon-search:before {
  background-image: url(../img/icon_search.svg);
}

.m-icon-share {
  overflow: hidden;
}

.m-icon-share svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* arrow
============================================================ */
.m-arrow-l, .m-arrow-r, .m-arrow-u, .m-arrow-d {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.m-arrow-l:before, .m-arrow-r:before, .m-arrow-u:before, .m-arrow-d:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: no-repeat center center;
  background-size: contain;
}

.m-arrow-l:before {
  border-left: .2rem solid;
  border-bottom: .2rem solid;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

.m-arrow-r:before {
  border-right: .2rem solid;
  border-top: .2rem solid;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

.m-arrow-u:before {
  border-left: .2rem solid;
  border-top: .2rem solid;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
  transform: translate(-50%, -25%) rotate(45deg);
}

.m-arrow-d:before {
  border-right: .2rem solid;
  border-bottom: .2rem solid;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
  transform: translate(-50%, -75%) rotate(45deg);
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}

a.m-text-underline:hover {
  text-decoration: none;
}

.m-text-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* btn
============================================================ */
/* ============================================================
/* js
============================================================ */
/* lazy sizes
============================================================ */
.lazyload,
.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

/* slider
============================================================ */
.js-slider__controller {
  text-align: center;
}

.js-slider__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  width: auto !important;
  overflow: hidden;
}

.js-slider__pagination .swiper-pagination-bullet {
  position: relative;
  width: .8rem;
  height: .8rem;
  margin: 0 !important;
  color: #CBD0D3;
  border: 0.2rem solid #F6F8F9;
  background: currentcolor;
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.js-slider__pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-top: 1px solid;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0;
  opacity: 0;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.js-slider__pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.js-slider__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 1.5em !important;
}

.js-slider__pagination .swiper-pagination-bullet-active {
  color: #000;
  border-color: #000;
}

.js-slider__pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-animation: slideBullet 6s ease both;
  animation: slideBullet 6s ease both;
}

.js-slider .swiper-wrapper {
  height: auto;
}

.js-slider .swiper-lazy-preloader {
  border-color: #ddd;
  border-top-color: transparent;
}

.js-slider[data-slider="carousel"]:not(.slider-disable) {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-wrapper {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionStart .swiper-slide {
  -webkit-transition: -webkit-transform .9s ease .1s;
  transition: -webkit-transform .9s ease .1s;
  transition: transform .9s ease .1s;
  transition: transform .9s ease .1s, -webkit-transform .9s ease .1s;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionStart .swiper-slide span {
  -webkit-transition: -webkit-transform .9s ease .1s;
  transition: -webkit-transform .9s ease .1s;
  transition: transform .9s ease .1s;
  transition: transform .9s ease .1s, -webkit-transform .9s ease .1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionEnd .swiper-slide {
  -webkit-transition: -webkit-transform 6s linear;
  transition: -webkit-transform 6s linear;
  transition: transform 6s linear;
  transition: transform 6s linear, -webkit-transform 6s linear;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionEnd .swiper-slide span {
  -webkit-transition: -webkit-transform 6s linear;
  transition: -webkit-transform 6s linear;
  transition: transform 6s linear;
  transition: transform 6s linear, -webkit-transform 6s linear;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}

@media all and (-ms-high-contrast: none) {
  .js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionStart .swiper-slide,
  .js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionStart .swiper-slide span,
  .js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionEnd .swiper-slide,
  .js-slider[data-slider="carousel"]:not(.slider-disable) .swiper-container.slider-transitionEnd .swiper-slide span {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 961px) {
  .js-slider[data-slider="carousel"]:not(.slider-disable) {
    width: calc(100vw + 7rem);
  }
}

@media screen and (max-width: 960px) {
  .js-slider[data-slider="carousel"]:not(.slider-disable) {
    width: calc(100vw + 4rem);
  }
}

.js-slider[data-slider="slidefade"]:not(.slider-disable) .swiper-container .swiper-slide .bg-image {
  -webkit-transition: -webkit-transform 2s ease-in 1s;
  transition: -webkit-transform 2s ease-in 1s;
  transition: transform 2s ease-in 1s;
  transition: transform 2s ease-in 1s, -webkit-transform 2s ease-in 1s;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}

.js-slider[data-slider="slidefade"]:not(.slider-disable) .swiper-container .swiper-slide.swiper-slide-active .bg-image,
.js-slider[data-slider="slidefade"]:not(.slider-disable) .swiper-container .swiper-slide.swiper-slide-prev .bg-image {
  -webkit-transition: -webkit-transform 7s linear;
  transition: -webkit-transform 7s linear;
  transition: transform 7s linear;
  transition: transform 7s linear, -webkit-transform 7s linear;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

@media all and (-ms-high-contrast: none) {
  .js-slider[data-slider="slidefade"]:not(.slider-disable) .swiper-container .swiper-slide .bg-image,
  .js-slider[data-slider="slidefade"]:not(.slider-disable) .swiper-container .swiper-slide.swiper-slide-active .bg-image {
    -webkit-transform: none;
    transform: none;
  }
}

.js-slider.slider-disable .swiper-slide {
  margin: 0 auto;
}

.js-slider.slider-disable .swiper-slide * {
  -webkit-transform: none !important;
  transform: none !important;
}

.js-slider.slider-disable .js-slider__controller {
  display: none;
}

@-webkit-keyframes slideBullet {
  0% {
    width: .5rem;
    margin-left: -1rem;
  }
  20% {
    width: .5rem;
    margin-left: 0;
  }
  100% {
    width: 2rem;
    margin-left: 0;
  }
}

@keyframes slideBullet {
  0% {
    width: .5rem;
    margin-left: -1rem;
  }
  20% {
    width: .5rem;
    margin-left: 0;
  }
  100% {
    width: 2rem;
    margin-left: 0;
  }
}

/* ============================================================
/* laytout
============================================================ */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 481px) and (max-width: 960px) {
  html {
    font-size: 10px;
  }
}

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

body {
  font-family: serif;
  color: #000;
  background: #F6F8F9;
  font-size: 1.5rem;
  line-height: 2.1;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
}

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

/* wrapper
============================================================ */
.l-wrapper {
  overflow: hidden;
}

/* header
============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.l-header:before, .l-header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.l-header:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-transition: height .3s ease .6s;
  transition: height .3s ease .6s;
}

.l-header:after {
  top: .5rem;
  right: 0;
  bottom: calc(100% - .5rem);
  border-right: 1px solid #707070;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
}

.gnav-open .l-header:before {
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  height: 100%;
}

.gnav-open .l-header:after {
  -webkit-transition: bottom 1s ease .6s;
  transition: bottom 1s ease .6s;
  bottom: .5rem;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.l-header.color-white .l-header__inner {
  color: #fff;
}

.l-header__logo {
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}

.l-header__logo .main {
  display: block;
  text-align: center;
}

.l-header__logo .sub {
  position: relative;
  left: 50%;
  display: block;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.page-scrolled .l-header__logo {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .l-header {
    width: 10rem;
  }
  .l-header__logo .main img {
    width: auto;
    height: 5rem;
  }
  .l-header__logo .sub {
    margin-top: .5rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .l-header {
    width: 6rem;
  }
  .l-header__logo .main img {
    width: auto;
    height: 3rem;
  }
  .l-header__logo .sub {
    margin-top: .25rem;
    font-size: 1.2rem;
  }
}

/* gnav
============================================================ */
.l-gnav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: width .3s ease .3s, visibility .3s ease .3s;
  transition: width .3s ease .3s, visibility .3s ease .3s;
}

.gnav-open .l-gnav {
  visibility: visible;
  -webkit-transition: width .5s ease .3s, visibility .3s ease;
  transition: width .5s ease .3s, visibility .3s ease;
}

.l-gnav__outer {
  width: calc(100% + 100px);
  padding-right: 100px;
  max-height: 100%;
  overflow: auto;
}

.l-gnav__inner {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
}

.gnav-open .l-gnav__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-out .8s, visibility 1s ease-out .8s;
  transition: opacity 1s ease-out .8s, visibility 1s ease-out .8s;
}

.l-gnav__logo {
  text-align: center;
}

.l-gnav__logo .main {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.l-gnav__logo .sub {
  display: block;
  margin: 1rem auto 0;
  line-height: 1.2;
}

.l-gnav__list--page li {
  margin-bottom: .5em;
}

.l-gnav__list--page li.current a,
.l-gnav__list--page li a:hover {
  border-bottom: 1px solid;
}

.l-gnav__list--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-gnav__list--lang dt {
  width: 100%;
  font-weight: normal;
}

.l-gnav__list--lang dd {
  width: 50%;
}

.l-gnav__list--lang dd.current a,
.l-gnav__list--lang dd a:hover {
  border-bottom: 1px solid;
}

.l-gnav__list--share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-gnav__list--share svg {
  fill: currentColor;
}

.l-gnav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.l-gnav__btn i {
  position: relative;
  display: block;
  width: 50%;
  height: 50%;
}

.l-gnav__btn span {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: currentcolor;
}

.l-gnav__btn span:nth-child(1) {
  margin-top: -1em;
  -webkit-transition: margin-top .3s ease, -webkit-transform .3s ease;
  transition: margin-top .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, margin-top .3s ease;
  transition: transform .3s ease, margin-top .3s ease, -webkit-transform .3s ease;
}

.l-gnav__btn span:nth-child(2) {
  -webkit-transition: opacity .3s ease, width .3s ease;
  transition: opacity .3s ease, width .3s ease;
}

.l-gnav__btn span:nth-child(3) {
  margin-top: 1em;
  -webkit-transition: margin-top .3s ease, -webkit-transform .3s ease;
  transition: margin-top .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, margin-top .3s ease;
  transition: transform .3s ease, margin-top .3s ease, -webkit-transform .3s ease;
}

.gnav-open .l-gnav__btn {
  color: #CBD0D3;
}

.gnav-open .l-gnav__btn span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.gnav-open .l-gnav__btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.gnav-open .l-gnav__btn span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-gnav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s;
  transition: opacity .3s ease .3s, visibility .3s ease .3s;
}

.gnav-open .l-gnav__overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s;
  transition: opacity .3s ease .3s, visibility .3s ease .3s;
}

@media screen and (min-width: 961px) {
  .l-gnav {
    left: 10rem;
  }
  .gnav-open .l-gnav {
    width: 35rem;
  }
  .l-gnav__inner {
    padding: 10rem 2rem 4rem;
  }
  .l-gnav__logo .main img {
    width: auto;
    height: 9rem;
  }
  .l-gnav__logo .sub {
    font-size: 2.5rem;
  }
  .l-gnav__list--page {
    margin-top: 5rem;
    font-size: 2rem;
  }
  .l-gnav__list--lang {
    margin-top: 8rem;
    font-size: 2rem;
  }
  .l-gnav__list--share {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .l-gnav__list--share li + li {
    margin-left: 3rem;
  }
  .l-gnav__btn {
    width: 10rem;
    height: 10rem;
  }
  .l-gnav__btn span {
    height: 3px;
    font-size: 2rem;
  }
  .l-gnav__overlay {
    left: 10rem;
  }
}

@media screen and (max-width: 960px) {
  .l-gnav {
    left: 6rem;
  }
  .gnav-open .l-gnav {
    width: 20rem;
  }
  .l-gnav__inner {
    padding: 5rem 2rem 2rem;
  }
  .l-gnav__logo .main img {
    width: auto;
    height: 6rem;
  }
  .l-gnav__logo .sub {
    font-size: 1.4rem;
  }
  .l-gnav__list--page {
    margin-top: 3rem;
  }
  .l-gnav__list--lang {
    margin-top: 4rem;
  }
  .l-gnav__list--share {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .l-gnav__list--share li + li {
    margin-left: 3rem;
  }
  .l-gnav__btn {
    width: 6rem;
    height: 6rem;
  }
  .l-gnav__btn span {
    height: 2px;
    font-size: 1.2rem;
  }
  .l-gnav__overlay {
    left: 6rem;
  }
}

/* container
============================================================ */
@media screen and (min-width: 961px) {
  .l-container {
    padding: 0 7rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .l-container {
    padding: 0 4rem;
  }
}

/* contents
============================================================ */
.l-contents {
  position: relative;
}

@media screen and (min-width: 961px) {
  .l-contents {
    max-width: calc(950px + 6rem);
    width: calc(100vw - 7rem);
    margin: 0 auto;
    padding: 0 3rem;
  }
}

@media screen and (max-width: 960px) {
  .l-contents {
    width: calc(100vw - 4rem);
    padding: 0 2rem;
  }
}

/* fnav
============================================================ */
.l-fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-fnav__list li.current a,
.l-fnav__list li a:hover {
  border-bottom: 1px solid;
}

@media screen and (min-width: 961px) {
  .l-fnav {
    margin-bottom: 6rem;
  }
  .l-fnav__list {
    font-size: 2rem;
  }
  .l-fnav__list li + li {
    margin-left: 3em;
  }
}

@media screen and (max-width: 960px) {
  .l-fnav {
    margin-bottom: 6rem;
  }
  .l-fnav__list {
    max-width: 480px;
    margin: 0 auto;
  }
  .l-fnav__list li {
    width: 33.33%;
    margin-bottom: .5em;
    text-align: center;
  }
}

/* footer
============================================================ */
.l-footer {
  color: #fff;
  background: #202124;
}

.l-footer__inner {
  text-align: center;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.8;
}

.l-footer__list dt {
  width: 100%;
  font-weight: normal;
}

.l-footer__list dd {
  margin: 0 1em;
}

.l-footer__list a:hover {
  text-decoration: underline;
}

.l-footer__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__share svg {
  fill: currentColor;
}

.l-footer .l-copyright {
  /* font-family: sans-serif; */
  line-height: 1.8;
}

@media screen and (min-width: 961px) {
  .l-footer {
    padding: 1.5rem 2rem;
  }
  .l-footer__inner {
    max-width: 84rem;
    margin: 0 auto;
  }
  .l-footer__list {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .l-footer__share li + li {
    margin-left: 3rem;
  }
  .l-footer__share .m-icon-share {
    font-size: 2rem;
  }
  .l-footer .l-copyright {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer {
    padding: 1.5rem 2rem;
  }
  .l-footer__inner {
    max-width: 84rem;
    margin: 0 auto;
  }
  .l-footer__list {
    max-width: 500px;
    margin: 0 auto 1rem;
    font-size: 1.4rem;
  }
  .l-footer__share li + li {
    margin-left: 3rem;
  }
  .l-footer__share .m-icon-share {
    font-size: 2.2rem;
  }
  .l-footer .l-copyright {
    font-size: 1.1rem;
  }
}

/* mv
============================================================ */
.l-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.l-mv.js-inview {
  opacity: 0;
}

.l-mv.js-inview.inviewed {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}

.l-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.l-mv__image__content {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

.l-mv__image__content.lazyloaded {
  -webkit-transition: opacity 1s ease, -webkit-transform 10s ease-out;
  transition: opacity 1s ease, -webkit-transform 10s ease-out;
  transition: transform 10s ease-out, opacity 1s ease;
  transition: transform 10s ease-out, opacity 1s ease, -webkit-transform 10s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.l-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.l-mv__logo .main {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.l-mv__logo .sub {
  line-height: 1.2;
}

.l-mv__ttl {
  line-height: 1.2;
}

@media screen and (min-width: 961px) {
  .l-mv {
    min-height: 50rem;
    margin-bottom: 6rem;
  }
  .l-mv__logo {
    margin-bottom: 8rem;
  }
  .l-mv__logo .main {
    margin-bottom: 1rem;
  }
  .l-mv__logo .main img {
    width: auto;
    height: 20rem;
  }
  .l-mv__logo .sub {
    font-size: 4.2rem;
  }
  .l-mv__ttl {
    font-size: 7.7rem;
  }
  .l-mv__desc {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 960px) {
  .l-mv {
    min-height: 45rem;
    margin-bottom: 6rem;
  }
  .l-mv__logo {
    margin-bottom: 4rem;
  }
  .l-mv__logo .main {
    margin-bottom: .5rem;
  }
  .l-mv__logo .main img {
    width: auto;
    height: 12rem;
  }
  .l-mv__logo .sub {
    font-size: 2rem;
  }
  .l-mv__ttl {
    font-size: 3.2rem;
  }
  .l-mv__desc {
    font-size: 1.5rem;
  }
}

/* article
============================================================ */
.l-article__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-article__ttl span {
  line-height: 1.6;
  border-bottom: 1px solid;
}

.l-article__image img {
  border-radius: .4rem;
}

.l-article__copy {
  line-height: 1.4;
}

.l-article__desc {
  /* text-align: justify; */
  text-align: left;
}

@media screen and (min-width: 961px) {
  .l-article__header {
    margin-top: 10rem;
  }
  .l-article__ttl {
    height: 5rem;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .l-article__inner {
    min-height: calc(100vh - 40rem);
  }
  .l-article__image {
    width: calc(50vw + 50%);
    max-width: 1100px;
    margin-bottom: 3rem;
  }
  .l-article__copy {
    font-size: 2.8rem;
  }
  .l-article__desc {
    max-width: 74rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (max-width: 960px) {
  .l-article__header {
    margin-top: 6rem;
  }
  .l-article__ttl {
    height: 3rem;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .l-article__inner {
    min-height: calc(100vh - 35rem);
  }
  .l-article__image {
    margin-right: -2rem;
    margin-bottom: 3rem;
  }
  .l-article__image img {
    width: auto;
    min-height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .l-article__copy {
    font-size: 2.4rem;
  }
  .l-article__desc {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 1200px) {
  .l-article__image img {
    border-radius: .4rem 0 0 .4rem;
  }
}

/* ============================================================
/* block
============================================================ */
/* block section
============================================================ */
.bl-section__ttl {
  text-align: center;
}

.bl-section__ttl span {
  border-bottom: 1px solid;
}

@media screen and (min-width: 961px) {
  .bl-section__ttl {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  .bl-section__inner {
    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;
  }
}

@media screen and (max-width: 960px) {
  .bl-section__ttl {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}

/* block content
============================================================ */
.bl-content {
  width: 100%;
  /* bl-concept ----------------------------- */
  /* bl-room ----------------------------- */
  /* bl-service ----------------------------- */
  /* bl-guidebook ----------------------------- */
  /* bl-other ----------------------------- */
  /* bl-video ----------------------------- */
}

.bl-content__ttl {
  line-height: 1.4;
}

.bl-content__text {
  /* text-align: justify; */
  text-align: left;
}

@media screen and (min-width: 961px) {
  .bl-content {
    margin-bottom: 6rem;
  }
  .bl-content__ttl {
    font-size: 2.8rem;
  }
  .bl-content__text {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 960px) {
  .bl-content {
    margin-bottom: 6rem;
  }
  .bl-content__ttl {
    font-size: 2.4rem;
  }
  .bl-content__text {
    margin-top: 3rem;
  }
}

.bl-content.bl-concept .bl-content__textbox {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .bl-content.bl-concept .bl-content__ttl {
    font-size: 4rem;
  }
  .bl-content.bl-concept .bl-content__text {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin: 6rem auto 0;
    font-size: 2.2rem;
  }
  .bl-content.bl-concept .bl-content__textbox ~ .bl-content__image {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 960px) {
  .bl-content.bl-concept .bl-content__image img {
    width: 100%;
  }
  .bl-content.bl-concept .bl-content__textbox {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bl-content.bl-concept .bl-content__textbox ~ .bl-content__image {
    margin-top: 3rem;
  }
}

.bl-content.bl-room .bl-content__textbox__wrap {
  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;
}

.bl-content.bl-room .bl-content__image img {
  border-radius: .4rem;
}

@media screen and (min-width: 961px) {
  .bl-content.bl-room .bl-content__textbox {
    width: 49%;
  }
  .bl-content.bl-room .bl-content__image ~ .bl-content__textbox__wrap {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 960px) {
  .bl-content.bl-room .bl-content__ttl {
    font-size: 1.8rem;
  }
  .bl-content.bl-room .bl-content__text {
    margin-top: 2rem;
  }
  .bl-content.bl-room .bl-content__image img {
    width: 100%;
  }
  .bl-content.bl-room .bl-content__textbox__wrap {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bl-content.bl-room .bl-content__textbox {
    max-width: 100%;
    width: 33rem;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 961px) {
  .bl-content.bl-service .bl-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .bl-content.bl-service .bl-content__image {
    width: 55%;
    margin-right: 5%;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item {
    width: 100%;
    height: 40rem;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item__inner span {
    display: block;
    width: 200%;
    height: 100%;
    text-align: center;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item__inner img {
    width: auto;
    height: 100%;
    max-width: none;
    max-width: initial;
    max-width: auto;
  }
  .bl-content.bl-service .bl-content__textbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 960px) {
  .bl-content.bl-service .bl-content__textbox ~ .bl-content__image {
    margin-top: 3rem;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item {
    width: 100%;
    height: 30rem;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item__inner span {
    display: block;
    width: 200%;
    height: 100%;
    text-align: center;
  }
  .bl-content.bl-service .bl-content__image .bl-slider__item__inner img {
    width: auto;
    height: 100%;
    max-width: none;
    max-width: initial;
    max-width: auto;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) {
  .bl-content.bl-service .bl-content__image .bl-slider__item {
    height: 52.08333vw;
  }
}

@media screen and (min-width: 961px) {
  .bl-content.bl-guidebook + .bl-content.bl-guidebook {
    margin-top: -6rem;
  }
  .bl-content.bl-guidebook .bl-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bl-content.bl-guidebook:nth-of-type(odd) .bl-content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .bl-content.bl-guidebook .bl-content__image {
    width: 50%;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider {
    position: relative;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item {
    width: 100%;
    height: 40rem;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item__inner span {
    display: block;
    width: 200%;
    height: 100%;
    text-align: center;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item__inner img {
    width: auto;
    height: 100%;
    max-width: none;
    max-width: initial;
    max-width: auto;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider .js-slider__controller {
    position: absolute;
    width: 100%;
  }
  .bl-content.bl-guidebook .bl-content__textbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5%;
  }
}

@media screen and (max-width: 960px) {
  .bl-content.bl-guidebook .bl-content__textbox ~ .bl-content__image {
    margin-top: 3rem;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item {
    width: 100%;
    height: 30rem;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item__inner span {
    display: block;
    width: 200%;
    height: 100%;
    text-align: center;
  }
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item__inner img {
    width: auto;
    height: 100%;
    max-width: none;
    max-width: initial;
    max-width: auto;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) {
  .bl-content.bl-guidebook .bl-content__image .bl-slider__item {
    height: 52.08333vw;
  }
}

.bl-content.bl-other .bl-content__image img {
  border-radius: .4rem;
}

@media screen and (min-width: 961px) {
  .bl-content.bl-other {
    width: 49%;
  }
  .bl-content.bl-other .bl-content__image {
    margin-bottom: 3rem;
  }
  .bl-content.bl-other .bl-content__ttl {
    font-size: inherit;
    line-height: inherit;
  }
  .bl-content.bl-other .bl-content__text {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .bl-content.bl-other .bl-content__image {
    margin-bottom: 2rem;
  }
  .bl-content.bl-other .bl-content__image img {
    width: 100%;
  }
  .bl-content.bl-other .bl-content__ttl {
    font-size: inherit;
    line-height: inherit;
  }
  .bl-content.bl-other .bl-content__text {
    margin-top: 0;
  }
}

.bl-content__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.bl-content__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 961px) {
  .bl-content.bl-video {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 960px) {
  .bl-content.bl-video {
    width: 100%;
  }
}

/* slider
============================================================ */
.bl-slider {
  /* basic ----------------------------- */
  /* carousel ----------------------------- */
}

.bl-slider__item__inner {
  width: 100%;
  border-radius: .4rem;
  overflow: hidden;
  text-align: center;
}

.bl-slider__item__inner img {
  border-radius: 0.4rem;
}

.bl-slider[data-slider='carousel']:not(.slider-disable) .bl-slider__item {
  border-left: solid #F6F8F9;
  border-right: solid #F6F8F9;
}

.bl-slider[data-slider='carousel']:not(.slider-disable) .bl-slider__item__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.bl-slider[data-slider='carousel']:not(.slider-disable) .bl-slider__item__inner span {
  display: block;
  width: 200%;
  height: 100%;
  text-align: center;
}

.bl-slider[data-slider='carousel']:not(.slider-disable) .bl-slider__item__inner img {
  width: auto;
  height: 100%;
  max-width: none;
  max-width: initial;
  max-width: auto;
}

@media screen and (min-width: 961px) {
  .bl-slider[data-slider='carousel']:not(.slider-disable) .bl-slider__item {
    width: 67rem;
    height: 50rem;
    border-left-width: 1.5rem;
    border-right-width: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .bl-slider[data-slider='carousel']:not(.slider-disable) .bl-slider__item {
    width: 31.5rem;
    height: 30rem;
    border-left-width: .75rem;
    border-right-width: .75rem;
  }
}

/* ============================================================
/* corporate page
============================================================ */
/* co-mv
============================================================ */
.co-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.co-mv.js-inview {
  opacity: 0;
}

.co-mv.js-inview.inviewed {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}

.co-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.co-mv__image .swiper-container,
.co-mv__image .swiper-wrapper {
  height: 100%;
}

.co-mv__image .bl-slider {
  position: relative;
  height: 100%;
}

.co-mv__image .bl-slider__item {
  width: 100%;
  height: 100%;
}

.co-mv__image .bl-slider__item__inner {
  position: relative;
  height: 100%;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.co-mv__image .bl-slider__item__inner span {
  display: block;
  width: 200%;
  height: 100%;
  text-align: center;
}

.co-mv__image .bl-slider__item__inner img {
  width: auto;
  height: 100%;
  max-width: none;
  max-width: initial;
  max-width: auto;
}

.co-mv__image .bl-slider__item .bg-image {
  width: calc(100% + 50px);
  min-width: calc(100% + 50px);
  height: 100%;
  background: no-repeat center center / cover;
}

.co-mv__image .bl-slider__item .image-caption {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.co-mv__image .js-slider__controller {
  position: absolute;
  left: 0;
  bottom: 6rem;
  width: 100%;
  z-index: 1;
}

.co-mv__image .js-slider__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  width: auto !important;
  overflow: hidden;
}

.co-mv__image .js-slider__pagination .swiper-pagination-bullet {
  border-color: transparent;
  background: #fff;
  background-clip: padding-box;
}

.co-mv__image .js-slider__pagination .swiper-pagination-bullet-active {
  border-color: #000;
  background: #000;
  background-clip: padding-box;
}

.co-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.co-mv__logo {
  pointer-events: auto;
}

.co-mv__logo .main {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.co-mv__logo .sub {
  line-height: 1.2;
}

.co-mv__desc {
  line-height: 1.2;
  pointer-events: auto;
}

@media screen and (min-width: 961px) {
  .co-mv {
    min-height: 60rem;
    margin-bottom: 6rem;
  }
  .co-mv__inner {
    padding-bottom: 6rem;
  }
  .co-mv__logo {
    margin-bottom: 5rem;
  }
  .co-mv__logo .main {
    margin-bottom: 1rem;
  }
  .co-mv__logo .main img {
    width: auto;
    height: 20rem;
  }
  .co-mv__logo .sub {
    font-size: 4.2rem;
  }
  .co-mv__desc {
    font-size: 3.5rem;
  }
  .co-mv__image .bl-slider__item .image-caption {
    font-size: 2rem;
    bottom: 9rem;
  }
}

@media screen and (max-width: 960px) {
  .co-mv {
    min-height: 50rem;
    margin-bottom: 6rem;
  }
  .co-mv__logo {
    margin-bottom: 4rem;
  }
  .co-mv__logo .main {
    margin-bottom: .5rem;
  }
  .co-mv__logo .main img {
    width: auto;
    height: 12rem;
  }
  .co-mv__logo .sub {
    font-size: 2rem;
  }
  .co-mv__desc {
    font-size: 2.8rem;
  }
  .co-mv__image .bl-slider__item .image-caption {
    bottom: 9rem;
  }
}

/* co-area
============================================================ */
.co-area__header {
  position: relative;
}

.co-area__sub {
  position: absolute;
  top: -1em;
  line-height: 1;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.co-area__list {
  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;
}

.co-area__item a {
  display: block;
}

.co-area__item__ttl {
  line-height: 1.6;
}

.co-area__item__image img {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .co-area {
    margin-bottom: 6rem;
  }
  .co-area__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .co-area__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 12rem;
    font-size: 5rem;
  }
  .co-area__sub {
    font-size: 2.2rem;
  }
  .co-area__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
  }
  .co-area__list:after {
    content: "";
    width: 32%;
    height: 0;
    visibility: hidden;
  }
  .co-area__item {
    width: 32%;
    margin-top: 4rem;
  }
  .co-area__item__image {
    margin-bottom: .5rem;
  }
  .co-area__item__ttl {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1171px) {
  .co-area__sub {
    left: calc(50% - 50vw + 5rem);
  }
}

@media screen and (min-width: 961px) and (max-width: 1170px) {
  .co-area__sub {
    left: -6rem;
  }
}

@media screen and (max-width: 960px) {
  .co-area {
    margin-bottom: 6rem;
  }
  .co-area__ttl {
    font-size: 2.4rem;
  }
  .co-area__sub {
    left: -4rem;
  }
  .co-area__item {
    width: 100%;
    margin-top: 4rem;
  }
  .co-area__item__image {
    margin-bottom: .5rem;
  }
  .co-area__item__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  .co-area__item {
    width: 48%;
  }
}

/* ============================================================
/* page content
============================================================ */
/* sec-mv
============================================================ */
