@charset "UTF-8";
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/*img, picture {
  max-width: 100%;
  display: block
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*  @include mq-sp-slim {
      font-size: 2.8571428571vw;
    }*/
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1340px) {
  html {
    font-size: 0.7462686567vw;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.4rem;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  /*overscroll-behavior: none;*/
  -webkit-tap-highlight-color: rgba(0, 156, 255, 0.4);
  background: url(/assets/img/bg.jpg) repeat;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width:769px) {
  body {
    font-size: 1.6rem;
  }
}

body.is-fixed {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  font-feature-settings: "palt";
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
    font-size: 1.6rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

em {
  font-style: normal;
}

img,
picture {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像のぼやけをなくす（chrome opera） */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}*/
sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #1a1a1a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.svg-assets {
  display: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-controll {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  right: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 11;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
@media print, screen and (min-width:769px) {
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8;
  }
}

.slick-prev {
  background: url(/common/img/ic_prev.svg) no-repeat center center/contain;
  left: 15px;
}

.slick-next {
  background: url(/common/img/ic_next.svg) no-repeat center center/contain;
  right: 15px;
}

/* Dots */
.slick-dots {
  position: relative;
  z-index: 1;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.slick-dots li button {
  font-size: 0;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 50%;
  background-color: #aaa;
}
.slick-dots li.slick-active button {
  background-color: #3D6791;
}
@media print, screen and (min-width:769px) {
  .slick-dots li button {
    width: 0.9rem;
    height: 0.9rem;
  }
}

#toc_container {
  display: block !important;
  line-height: 1.5;
  padding: 0 2.5rem;
  margin: 0 0 6em;
  border: 2px solid var(--col-blog);
}
@media print, screen and (min-width:769px) {
  #toc_container {
    padding: 0 5rem 3rem;
  }
}

#toc_container .toc_title {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  margin: 0 -2.5rem 2rem;
  padding: 0 2.5rem;
  border-bottom: 2px solid var(--col-blog);
}
@media print, screen and (min-width:769px) {
  #toc_container .toc_title {
    font-size: 1.8rem;
    margin: 0 -5rem 4rem;
    padding: 1.4rem 3rem;
  }
}

#toc_container ul {
  margin: 0;
}

#toc_container ul li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding-left: 0;
  text-indent: 0;
}
#toc_container ul li:last-child {
  margin-bottom: 1em;
}

#toc_container ul a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width:769px) {
  #toc_container ul a {
    transition: 0.5s;
  }
  #toc_container ul a:hover {
    color: #ddd;
  }
}

#toc_container > ul > li {
  border-bottom: 1px dashed #000;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}
#toc_container > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#toc_container > ul > li > a {
  font-size: 1.5rem;
  padding-bottom: 0.6em;
}
@media print, screen and (min-width:769px) {
  #toc_container > ul > li {
    padding-bottom: 1em;
    margin-bottom: 2.5em;
  }
  #toc_container > ul > li > a {
    font-size: 2rem;
  }
}

#toc_container > ul > li > ul > li > a {
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  #toc_container > ul > li > ul > li > a {
    font-size: 1.6rem;
  }
}

#toc_container ul > li > ul > li > ul {
  padding: 1em 0 0 1.5em;
}
#toc_container ul > li > ul > li > ul > li > a {
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  #toc_container ul > li > ul > li > ul > li > a {
    font-size: 1.6rem;
  }
}

#toc_container .toc_number {
  display: inline-block;
  margin-right: 0.5em;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    margin-left: 12rem;
    margin-right: 12rem;
    max-width: 134rem;
  }
}
@media screen and (min-width: 1340px) {
  .l-width-std {
    margin-right: auto;
    margin-left: auto;
    width: 134rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.l-width-compact {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
@media print, screen and (min-width:769px) {
  .l-width-compact {
    margin-left: auto;
    margin-right: auto;
    max-width: 76rem;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
  overflow: hidden;
}

.l-main.--top {
  padding-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .l-main.--top {
    padding-bottom: 12rem;
  }
}

.l-main.--second {
  padding-top: 8.5rem;
  padding-bottom: 8rem;
}
@media print, screen and (min-width:769px) {
  .l-main.--second {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

.l-main.--gray {
  background-color: #EDEDED;
}

.l-main.--second2 {
  padding-top: 100px;
}
@media print, screen and (min-width:769px) {
  .l-main.--second2 {
    padding-top: 200px;
  }
}

/* --------------------------------------------------------------------
  #セカンドユーティリティページレイアウト
 */
/*.l-second {
  padding-top: 100px;
  @include mq-pc {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}*/
/* --------------------------------------------------------------------
  #汎用セクションフォーマット
 */
.l-section {
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .l-section {
    margin-bottom: 10rem;
  }
}

@media print, screen and (min-width:769px) {
  .l-container1 {
    display: flex;
    justify-content: space-between;
  }
  .l-container1 > * {
    width: 48%;
  }
}

@media print, screen and (min-width:769px) {
  .l-container-col3 {
    display: flex;
    justify-content: space-between;
  }
  .l-container-col3 > * {
    width: 31%;
  }
}

/* -------------------------------------------------------------------------
	マージン bottom top
*/
.l-mb0 {
  margin-bottom: 0rem;
}

.l-mt0 {
  margin-top: 0rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb0-sp {
    margin-bottom: 0rem !important;
  }
  .l-mt0-sp {
    margin-top: 0rem !important;
  }
}
.l-mb10 {
  margin-bottom: 1rem;
}

.l-mt10 {
  margin-top: 1rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb10-sp {
    margin-bottom: 1rem !important;
  }
  .l-mt10-sp {
    margin-top: 1rem !important;
  }
}
.l-mb20 {
  margin-bottom: 2rem;
}

.l-mt20 {
  margin-top: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb20-sp {
    margin-bottom: 2rem !important;
  }
  .l-mt20-sp {
    margin-top: 2rem !important;
  }
}
.l-mb30 {
  margin-bottom: 3rem;
}

.l-mt30 {
  margin-top: 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb30-sp {
    margin-bottom: 3rem !important;
  }
  .l-mt30-sp {
    margin-top: 3rem !important;
  }
}
.l-mb40 {
  margin-bottom: 4rem;
}

.l-mt40 {
  margin-top: 4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb40-sp {
    margin-bottom: 4rem !important;
  }
  .l-mt40-sp {
    margin-top: 4rem !important;
  }
}
.l-mb50 {
  margin-bottom: 5rem;
}

.l-mt50 {
  margin-top: 5rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb50-sp {
    margin-bottom: 5rem !important;
  }
  .l-mt50-sp {
    margin-top: 5rem !important;
  }
}
.l-mb60 {
  margin-bottom: 6rem;
}

.l-mt60 {
  margin-top: 6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb60-sp {
    margin-bottom: 6rem !important;
  }
  .l-mt60-sp {
    margin-top: 6rem !important;
  }
}
.l-mb70 {
  margin-bottom: 7rem;
}

.l-mt70 {
  margin-top: 7rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb70-sp {
    margin-bottom: 7rem !important;
  }
  .l-mt70-sp {
    margin-top: 7rem !important;
  }
}
.l-mb80 {
  margin-bottom: 8rem;
}

.l-mt80 {
  margin-top: 8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb80-sp {
    margin-bottom: 8rem !important;
  }
  .l-mt80-sp {
    margin-top: 8rem !important;
  }
}
.l-mb90 {
  margin-bottom: 9rem;
}

.l-mt90 {
  margin-top: 9rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb90-sp {
    margin-bottom: 9rem !important;
  }
  .l-mt90-sp {
    margin-top: 9rem !important;
  }
}
.l-mb100 {
  margin-bottom: 10rem;
}

.l-mt100 {
  margin-top: 10rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb100-sp {
    margin-bottom: 10rem !important;
  }
  .l-mt100-sp {
    margin-top: 10rem !important;
  }
}
.l-mb110 {
  margin-bottom: 11rem;
}

.l-mt110 {
  margin-top: 11rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb110-sp {
    margin-bottom: 11rem !important;
  }
  .l-mt110-sp {
    margin-top: 11rem !important;
  }
}
.l-mb120 {
  margin-bottom: 12rem;
}

.l-mt120 {
  margin-top: 12rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb120-sp {
    margin-bottom: 12rem !important;
  }
  .l-mt120-sp {
    margin-top: 12rem !important;
  }
}
.l-mb130 {
  margin-bottom: 13rem;
}

.l-mt130 {
  margin-top: 13rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb130-sp {
    margin-bottom: 13rem !important;
  }
  .l-mt130-sp {
    margin-top: 13rem !important;
  }
}
.l-mb140 {
  margin-bottom: 14rem;
}

.l-mt140 {
  margin-top: 14rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb140-sp {
    margin-bottom: 14rem !important;
  }
  .l-mt140-sp {
    margin-top: 14rem !important;
  }
}
.l-mb150 {
  margin-bottom: 15rem;
}

.l-mt150 {
  margin-top: 15rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb150-sp {
    margin-bottom: 15rem !important;
  }
  .l-mt150-sp {
    margin-top: 15rem !important;
  }
}
.l-mb160 {
  margin-bottom: 16rem;
}

.l-mt160 {
  margin-top: 16rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb160-sp {
    margin-bottom: 16rem !important;
  }
  .l-mt160-sp {
    margin-top: 16rem !important;
  }
}
.l-mb170 {
  margin-bottom: 17rem;
}

.l-mt170 {
  margin-top: 17rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb170-sp {
    margin-bottom: 17rem !important;
  }
  .l-mt170-sp {
    margin-top: 17rem !important;
  }
}
.l-mb180 {
  margin-bottom: 18rem;
}

.l-mt180 {
  margin-top: 18rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb180-sp {
    margin-bottom: 18rem !important;
  }
  .l-mt180-sp {
    margin-top: 18rem !important;
  }
}
.l-mb190 {
  margin-bottom: 19rem;
}

.l-mt190 {
  margin-top: 19rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb190-sp {
    margin-bottom: 19rem !important;
  }
  .l-mt190-sp {
    margin-top: 19rem !important;
  }
}
.l-mb200 {
  margin-bottom: 20rem;
}

.l-mt200 {
  margin-top: 20rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb200-sp {
    margin-bottom: 20rem !important;
  }
  .l-mt200-sp {
    margin-top: 20rem !important;
  }
}
.l-mb210 {
  margin-bottom: 21rem;
}

.l-mt210 {
  margin-top: 21rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb210-sp {
    margin-bottom: 21rem !important;
  }
  .l-mt210-sp {
    margin-top: 21rem !important;
  }
}
.l-mb220 {
  margin-bottom: 22rem;
}

.l-mt220 {
  margin-top: 22rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb220-sp {
    margin-bottom: 22rem !important;
  }
  .l-mt220-sp {
    margin-top: 22rem !important;
  }
}
.l-mb230 {
  margin-bottom: 23rem;
}

.l-mt230 {
  margin-top: 23rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb230-sp {
    margin-bottom: 23rem !important;
  }
  .l-mt230-sp {
    margin-top: 23rem !important;
  }
}
.l-mb240 {
  margin-bottom: 24rem;
}

.l-mt240 {
  margin-top: 24rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb240-sp {
    margin-bottom: 24rem !important;
  }
  .l-mt240-sp {
    margin-top: 24rem !important;
  }
}
.l-mb250 {
  margin-bottom: 25rem;
}

.l-mt250 {
  margin-top: 25rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb250-sp {
    margin-bottom: 25rem !important;
  }
  .l-mt250-sp {
    margin-top: 25rem !important;
  }
}
.l-mb260 {
  margin-bottom: 26rem;
}

.l-mt260 {
  margin-top: 26rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb260-sp {
    margin-bottom: 26rem !important;
  }
  .l-mt260-sp {
    margin-top: 26rem !important;
  }
}
.l-mb270 {
  margin-bottom: 27rem;
}

.l-mt270 {
  margin-top: 27rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb270-sp {
    margin-bottom: 27rem !important;
  }
  .l-mt270-sp {
    margin-top: 27rem !important;
  }
}
.l-mb280 {
  margin-bottom: 28rem;
}

.l-mt280 {
  margin-top: 28rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb280-sp {
    margin-bottom: 28rem !important;
  }
  .l-mt280-sp {
    margin-top: 28rem !important;
  }
}
.l-mb290 {
  margin-bottom: 29rem;
}

.l-mt290 {
  margin-top: 29rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb290-sp {
    margin-bottom: 29rem !important;
  }
  .l-mt290-sp {
    margin-top: 29rem !important;
  }
}
.l-mb300 {
  margin-bottom: 30rem;
}

.l-mt300 {
  margin-top: 30rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb300-sp {
    margin-bottom: 30rem !important;
  }
  .l-mt300-sp {
    margin-top: 30rem !important;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

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

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header,
.header-second {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}

.header-second .header-inner {
  background: url(../img/header_bg.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
}
@media print, screen and (min-width:769px) {
  .header-second .header-inner {
    height: 20rem;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 110;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 8rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.header__trigger .line1,
.header__trigger .line2 {
  display: block;
  width: 4rem;
  height: 2px;
  background-color: #3D6791;
  transform-origin: 50% 50%;
  transition-duration: 0.2s;
}
.header__trigger.--white .line1,
.header__trigger.--white .line2 {
  background-color: #fff;
}
.header__trigger .line1 {
  transform: translate3d(0, -0.3rem, 0);
}
.header__trigger .line2 {
  transform: translate3d(0, 0.3rem, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2 {
  transition-duration: 0.4s;
  background-color: #fff;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 0.2rem, 0) rotate(20deg);
}
.header__trigger.is-active .line2 {
  transform: translate3d(0, 0rem, 0) rotate(-20deg);
}
@media print, screen and (min-width:769px) {
  .header__trigger {
    right: 5rem;
    top: 3rem;
    transition: 0.5s opacity;
  }
  .header__trigger .line1,
  .header__trigger .line2 {
    width: 6rem;
    height: 3px;
  }
  .header__trigger .line1 {
    transform: translate3d(0, -0.5rem, 0);
  }
  .header__trigger .line2 {
    transform: translate3d(0, 0.5rem, 0);
  }
  .header__trigger:hover {
    opacity: 0.6;
  }
}

/**
  ヘッダロゴ
 */
.header__ci {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  width: 12rem;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
.header__ci a {
  color: #253E57;
}
@media print, screen and (min-width:769px) {
  .header__ci {
    width: 22.4rem;
    margin-left: 7rem;
    margin-top: 3rem;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
.header-menu {
  display: none;
  position: fixed;
  z-index: 110;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.header-menu.is-active {
  display: block;
}
.header-menu.is-active .header-menu-inner {
  transform: translate3d(0, 0, 0);
}
.header-menu.is-active .header-menu-outer {
  opacity: 1;
}
.header-menu.is-beforeEnter {
  display: block;
}
.header-menu.is-enter {
  display: block;
}
.header-menu.is-fadeOut {
  display: block;
}

.header-menu-inner {
  position: absolute;
  z-index: 109;
  right: 0;
  top: 0;
  width: 75%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: transform 0.5s;
  transform: translate3d(100%, 0, 0);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-inner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu-inner {
    display: flex;
    height: 100%;
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header-menu-inner {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-height: 580px) {
  .header-menu-inner {
    overflow-y: auto;
    height: 100%;
    min-height: auto;
  }
}

.header-menu-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 108;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s opacity;
}

.header-menu-content {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-content {
    padding: 9rem 5.5rem 8rem 3.7rem;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu-content {
    min-width: 30rem;
    margin: 15rem 0 5rem 12rem;
  }
}

.header-gnav {
  width: 100%;
}

.header-gnav__item {
  display: block;
  font-size: 1.5rem;
}
.header-gnav__item:not(:last-child) {
  margin-bottom: 1.8rem;
}
.header-gnav__item > a, .header-gnav__item > span {
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
}
.header-gnav__item.--booking {
  margin: 4rem 0;
}
.header-gnav__item.--booking > a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  padding-bottom: 0;
}
.header-gnav__item.--booking > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.5s;
}
.header-gnav__item.--booking > a:hover::after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}
.header-gnav__item.--icon {
  margin: 3rem 0;
  font-size: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  -webkit-mask-image: url(../img/ic_insta.svg);
          mask-image: url(../img/ic_insta.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width:769px) {
  .header-gnav__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .header-gnav__item > a {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
    padding-bottom: 0;
  }
  .header-gnav__item > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
    transition: transform 0.5s;
  }
  .header-gnav__item > a:hover::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 0;
  }
  .header-gnav__item > a, .header-gnav__item > span {
    font-size: 2rem;
  }
  .header-gnav__item.--booking {
    margin: 6rem 0;
  }
  .header-gnav__item:hover .item-en::after {
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
  }
}

.header-gnav__item.is-current .item-en::after {
  transform: scale3d(1, 1, 1);
}

/* ====================================================================

  #フッタ

 */
.footer {
  padding-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .footer {
    padding-bottom: 8rem;
  }
}

.footer-inner {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-inner {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .footer-inner {
    padding-top: 2rem;
  }
}

.footer__utility > li {
  font-size: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width:769px) {
  .footer__utility {
    display: flex;
    justify-content: flex-start;
  }
  .footer__utility > li {
    margin-right: 2em;
    transition: 0.5s opacity;
  }
  .footer__utility > li:hover {
    opacity: 0.6;
  }
  .footer__utility > li:last-child {
    margin-right: 0;
  }
}

.footer__nav {
  display: flex;
}
.footer__nav > li {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 2rem;
}
.footer__nav > li:last-child {
  margin-right: 0;
}
.footer__nav > li.--icon {
  padding-top: 0.75rem;
}
.footer__nav > li.--icon a::after {
  display: none;
}
.footer__nav > li.--icon img {
  width: 2.4rem;
}
.footer__nav a {
  display: block;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  padding-bottom: 0.2rem;
}
.footer__nav a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: 0;
  background-color: #1a1a1a;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.5s;
}
.footer__nav a:hover::after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__nav {
    justify-content: center;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .footer__nav {
    justify-content: flex-end;
    margin-bottom: 10rem;
  }
  .footer__nav > li {
    margin-right: 4rem;
  }
}

.footer__contact.btn-a .btn-inner {
  height: 5rem;
  color: #4D4D4D;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  .footer__contact.btn-a .btn-inner {
    height: 4.4rem;
  }
}

/**
  copyright
 */
.footer__copyright {
  display: block;
  font-size: 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__copyright {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .footer__copyright {
    font-size: 1.2rem;
    position: absolute;
    right: 12rem;
    bottom: 0;
    text-align: right;
  }
}

.table-wrap {
  margin-bottom: 80px;
  /*  @include mq-sp {
      overflow: auto;
    }*/
}
@media print, screen and (min-width:769px) {
  .table-wrap {
    margin-bottom: 120px;
  }
}

.table-a {
  width: 100%;
  border: 1px solid #3D6791;
}
.table-a tr {
  border-bottom: 1px solid #3D6791;
}
.table-a th, .table-a td {
  padding: 1rem;
}
.table-a th {
  width: 35%;
}
.table-a td {
  width: 65%;
}
@media print, screen and (min-width:769px) {
  .table-a th, .table-a td {
    padding: 2rem;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .prg-sp-accr-content {
    display: none;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagination {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
}
@media print, screen and (min-width:769px) {
  .pagination {
    margin-top: 8rem;
  }
}

.pagination .prev,
.pagination .next {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0.5em;
  font-size: 1.3rem;
}
.pagination .prev::after,
.pagination .next::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width:769px) {
  .pagination .prev,
  .pagination .next {
    margin: 0 3rem;
    /*height: 6rem;*/
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
  }
  .pagination .prev::after,
  .pagination .next::after {
    bottom: 1rem;
  }
  .pagination .prev:hover,
  .pagination .next:hover {
    color: #000;
  }
  .pagination .prev::after,
  .pagination .next::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000;
    transform: scale3d(1, 1, 1);
    transform-origin: 0 0;
    transition: transform 0.5s;
  }
  .pagination .prev:hover::after,
  .pagination .next:hover::after {
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
  }
}

.pagination > .page-numbers > li.disabled {
  pointer-events: none;
  visibility: hidden;
}

.page-numbers:not(.prev):not(.next) {
  position: relative;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #4D4D4D;
  width: 2.6rem;
  height: 2.6rem;
}
.page-numbers:not(.prev):not(.next) > li {
  margin: 0 0.5rem;
}
@media print, screen and (min-width:769px) {
  .page-numbers:not(.prev):not(.next) {
    width: 6rem;
    height: 6rem;
    font-size: 1.8rem;
    transition: 0.5s;
  }
  .page-numbers:not(.prev):not(.next) > li {
    margin: 0 2rem;
  }
  .page-numbers:not(.prev):not(.next) .page-numbers:not(.current):not(.prev):not(.next):hover {
    color: #808080;
  }
}

.page-numbers .page-numbers.current {
  background-color: var(--col-blog);
  color: #fff;
}

.pagination.--type2 .prev,
.pagination.--type2 .next {
  height: 6rem;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.pagination.--type2 .prev::after,
.pagination.--type2 .next::after {
  display: none;
}
.pagination.--type2 .prev svg,
.pagination.--type2 .next svg {
  stroke: #000;
  width: 0.85rem;
  height: 1.7rem;
}
.pagination.--type2 .prev svg {
  transform: rotate(180deg);
}
.pagination.--type2 .page-numbers .page-numbers.current {
  background-color: #808080;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .pagination.--type2 .page-numbers {
    transition: 0.5s;
  }
  .pagination.--type2 svg {
    stroke: #000;
    width: 1.3rem;
    height: 2.5rem;
  }
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .heading1 {
    font-size: 2.3rem;
    margin-bottom: 4rem;
  }
}

.heading2 {
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .heading2 {
    font-size: 3rem;
  }
}

.heading3 {
  font-size: 1.6rem;
}
@media print, screen and (min-width:769px) {
  .heading3 {
    font-size: 2rem;
  }
}

.form-w1 {
  width: 30%;
  max-width: 60px;
}
@media print, screen and (min-width:769px) {
  .form-w1 {
    width: 20%;
    max-width: 100px;
  }
}

.form-w2 {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .form-w2 {
    width: 40%;
  }
}

.form-w3 {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .form-w3 {
    width: 60%;
  }
}

.form-w4 {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .form-w4 {
    width: 80%;
  }
}

.form-w5 {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .form-w5 {
    width: 100%;
  }
}

.form-textarea {
  height: 10rem;
}
@media print, screen and (min-width:769px) {
  .form-textarea {
    height: 20rem;
  }
}

.input-list > li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .input-list > li {
    margin-right: 1.5rem;
  }
}

.form-require {
  color: #CC3E39;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width:769px) {
  .form-require {
    font-size: 1.4rem;
  }
}

.form-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.form-buttons > li {
  margin-right: 2rem;
}
.form-buttons > li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .form-buttons {
    margin-top: 4rem;
  }
  .form-buttons > li {
    margin-right: 4rem;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]),
textarea {
  height: 6rem;
  font-size: 1.6rem;
  align-items: center;
  background: #fff;
  padding: 6px;
  border: 1px solid #707070;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file])::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]),
  textarea {
    height: 4.5rem;
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file])::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

textarea {
  height: initial;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem !important;
  border-radius: 0 !important;
  margin: 0 0.8rem 0 0;
  background: #fff;
  padding: 0 !important;
  transform: translateY(0.2rem);
}
@media print, screen and (min-width:769px) {
  input[type=checkbox] {
    transform: translateY(0.1rem);
    width: 3rem;
    height: 3rem !important;
  }
}

input[type=checkbox]:checked {
  /*position: absolute;*/
}
input[type=checkbox]:checked::before, input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 2px;
  background-color: #CC3E39;
}
input[type=checkbox]:checked::before {
  transform: rotate(45deg);
  top: 1.2rem;
  left: 0.3rem;
}
input[type=checkbox]:checked::after {
  transform: rotate(-45deg);
  width: 1.5rem;
  top: 1rem;
  left: 0.7rem;
}
@media print, screen and (min-width:769px) {
  input[type=checkbox]:checked::before {
    top: 1.5rem;
    left: 0.6rem;
  }
  input[type=checkbox]:checked::after {
    width: 1.5rem;
    top: 1.3rem;
    left: 0.9rem;
  }
}

/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.5rem;
  border: 1px solid #707070;
  border-radius: 50%;
  margin-right: 1em;
  background: #fff;
  transform: translateY(-0.1em);
}
@media print, screen and (min-width:769px) {
  input[type=radio] {
    width: 3rem;
    height: 3rem;
  }
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked::before, input[type=radio]:checked::after {
  position: absolute;
  font-size: 14px;
  left: 17.5%;
  top: 17.5%;
  width: 65%;
  height: 65%;
  background: #CC3E39;
  content: "";
  border-radius: 50%;
}

/* --------------------------------------------------------------------
  #select
 */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 4.5rem;
  pointer-events: none;
  right: 0;
  top: 0;
  background: url(../img/ic_arrow_down.svg) no-repeat center center/14px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .select-wrap {
    width: 200px;
  }
}
@media print, screen and (min-width:769px) {
  .select-wrap::after {
    width: 40px;
    height: 6rem;
  }
}

@media print, screen and (min-width:769px) {
  .select-wrap--address {
    width: 200px;
  }
}

select {
  height: 4.5rem;
  width: 100%;
  letter-spacing: 0.05em;
  border-radius: 2px;
  background-color: #f5f5f5;
  padding: 0 10px;
  font-size: 1.6rem;
}
@media print, screen and (min-width:769px) {
  select {
    height: 6rem;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.btn-inner {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A - 黒ボーダ
 */
.btn-a .btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3D6791;
  color: #fff;
  font-size: 1.3rem;
  height: 4.8rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .btn-a .btn-inner {
    height: 5.4rem;
    font-size: 1.6rem;
    transition: 0.5s;
  }
  .btn-a .btn-inner:hover {
    background-color: #5486B7;
  }
}

.btn-a.--small .btn-inner {
  height: 3.2rem;
}
@media print, screen and (min-width:769px) {
  .btn-a.--small .btn-inner {
    height: 4.5rem;
  }
}

.btn-a .icon-arrow {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.8rem;
  right: 1.5rem;
  top: calc(50% - 0.9rem);
  stroke: #fff;
}

.btn-a .icon-newwin {
  content: "";
  display: block;
  position: absolute;
  width: 2.2rem;
  height: 2.8rem;
  right: 2rem;
  top: calc(50% - 1.4rem);
  stroke: #000;
}

/* --------------------------------------------------------------------
  #ボタン B - 角丸ボタン
 */
@media print, screen and (min-width:769px) {
  .btn-b {
    width: 25rem;
  }
  .btn-b .btn-inner {
    transition: 0.5s;
  }
  .btn-b .icon-arrow {
    width: 1.2rem;
    height: 2.4rem;
    right: 4.5rem;
  }
  .btn-b:hover .btn-inner {
    background-color: #fff;
    color: #4D4D4D;
  }
  .btn-b:hover .icon-arrow {
    stroke: #4D4D4D;
  }
}

.btn-b .btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 1.3rem;
  height: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:769px) {
  .btn-b .btn-inner {
    height: 4.5rem;
    font-size: 1.5rem;
    transition: 0.5s;
  }
  .btn-b .btn-inner:hover {
    color: #fff;
    background-color: #3D6791;
  }
  .btn-b .btn-inner:hover .icon-arrow {
    stroke: #fff;
  }
}

.btn-b .icon-arrow {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.8rem;
  right: 1.5rem;
  top: calc(50% - 0.9rem);
  stroke: #1a1a1a;
}

.path-anim {
  transform-origin: 50% 50%;
}

/* KeyFrames
----------------------------------------------------------------- */
@-webkit-keyframes fluffyRotate {
  0% {
    transform: rotate(0) scale(1, 1);
  }
  50% {
    transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    transform: rotate(360deg) scale(1, 1);
  }
}
@keyframes fluffyRotate {
  0% {
    transform: rotate(0) scale(1, 1);
  }
  50% {
    transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    transform: rotate(360deg) scale(1, 1);
  }
}
@-webkit-keyframes fluffyRotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fluffyRotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes fluffySkew {
  0% {
    transform: skew(-10deg);
  }
  100% {
    transform: skew(10deg);
  }
}
@keyframes fluffySkew {
  0% {
    transform: skew(-10deg);
  }
  100% {
    transform: skew(10deg);
  }
}
@-webkit-keyframes fluffySkew5deg {
  0% {
    transform: skew(-5deg);
  }
  100% {
    transform: skew(5deg);
  }
}
@keyframes fluffySkew5deg {
  0% {
    transform: skew(-5deg);
  }
  100% {
    transform: skew(5deg);
  }
}
/* ==========================================================================
   project
   ========================================================================== */
.top-container {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .top-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-box:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-box {
    width: 47%;
  }
}

@media print, screen and (min-width:769px) {
  .top__heading {
    width: 100%;
  }
}

.top__nav a {
  display: block;
}
.top__nav figure {
  margin-bottom: 1rem;
  overflow: hidden;
}
.top__nav figure img {
  transition: 0.5s transform;
}
.top__nav em {
  font-style: normal;
  font-size: 1.6rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top__nav > li {
    text-align: center;
  }
  .top__nav > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width:769px) {
  .top__nav {
    display: flex;
    justify-content: space-between;
  }
  .top__nav > li {
    width: 31%;
  }
  .top__nav a:hover figure img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .top__nav em {
    font-size: 1.8rem;
  }
}

.catch {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .catch {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .second-mv {
    display: block;
    margin: 0 calc((100vw - 100%) / -2);
  }
}

.second-wrap {
  position: relative;
  padding: 4rem 0;
}
@media print, screen and (min-width:769px) {
  .second-wrap {
    padding: 7rem 0;
  }
}

.second-pict {
  position: absolute;
}

.second__lead {
  text-align: center;
}

.second-content-box > p {
  line-height: 2;
}
.second-content-box > p:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width:769px) {
  .second-content-box {
    padding-top: 1.5rem;
    width: 50%;
  }
  .second-content-box > p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.second-sec {
  border-bottom: 1px solid #323232;
  padding: 4rem 0;
}
@media print, screen and (min-width:769px) {
  .second-sec {
    padding: 6rem 0;
  }
}

.second-sec.--no-border {
  border-bottom: none;
}

.calendar-wrap {
  position: relative;
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .calendar-wrap {
    max-width: 140rem;
    margin-left: 8vw;
    margin-right: 8vw;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1400px) {
  .calendar-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }
}

.calendar-container {
  margin-bottom: 3rem;
  padding: 2em 1em 1em;
}
.calendar-container:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .calendar-container {
    margin-bottom: 8rem;
  }
}

.calendar__month {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  .calendar__month {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.calendar__month.navigation {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.calendar__month.navigation .next, .calendar__month.navigation .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 4rem;
  border: 1px solid #3D6791;
  background-color: #fff;
  cursor: pointer;
  margin: 0 2em;
}

/**
  カレンダー本体テーブル
 */
.calendar-table {
  border: 1px solid #253E57;
  background-color: #fff;
}

.calendar {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.calendar thead {
  background-color: #efefef;
}
.calendar thead th {
  padding: 0.5rem 1rem;
  border-right: 1px solid #D5D5D5;
  width: 14.2857142857%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar thead th {
    font-size: 1.1rem;
  }
}
.calendar thead th:last-child {
  border: none;
}
.calendar thead th:nth-child(1) {
  color: #B22A08;
}
.calendar tbody td {
  position: relative;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 0.3em;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar tbody td {
    padding: 0.05em;
    height: 6rem;
  }
}
.calendar tbody td:last-child {
  border-right: none;
}
.calendar tbody tr td:first-child {
  background-color: #faefe8;
}
.calendar tbody tr td:first-child .date {
  color: #B22A08;
}
.calendar tbody tr td:last-child {
  background-color: #F5F9FD;
}
.calendar tbody tr td:last-child .date {
  color: #1477DB;
}
.calendar tr:last-child td {
  border-bottom: none;
}
.calendar .date {
  pointer-events: none;
  position: relative;
  z-index: 3;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar .date {
    font-size: 1.1rem;
  }
}
.calendar .holiday {
  background-color: #faefe8;
}
.calendar .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  top: 0;
  left: 0;
  color: #280BFF;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar .content {
    font-size: 0.9rem;
    padding-top: 1em;
  }
}
@media print, screen and (min-width:769px) {
  .calendar .content span::before {
    content: "¥";
  }
}
.calendar .calendar-check {
  display: none;
}
.calendar .calendar-check:checked + .content {
  background-color: #FAF33F;
  border: 1px solid #D9D232;
}
.calendar .reserved::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "✕";
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar .reserved::after {
    padding-top: 1em;
  }
}
.calendar .disabled::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "ー";
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar .disabled::after {
    padding-top: 1em;
  }
}
@media print, screen and (min-width:769px) {
  .calendar thead th {
    font-size: 1.4rem;
  }
  .calendar .date {
    font-size: 1.4rem;
  }
  .calendar .content {
    font-size: 1.5rem;
  }
  .calendar tbody td {
    height: 10rem;
  }
}

/**
  カレンダー追従ボタン
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
}
@media print, screen and (min-width:769px) {
  .calendar-fixed {
    width: 50rem;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .calendar-fixed.is-fixed {
    top: 3rem;
    right: 8vw;
  }
}
.calendar__btn {
  width: 100%;
}
.calendar__btn .btn-inner {
  height: 6rem;
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  .calendar__btn {
    margin-bottom: 1em;
    margin-top: 4rem;
    /*width: 24rem;*/
  }
  .calendar__btn .btn-inner {
    height: 12rem;
    font-size: 2rem;
  }
}

.calendar__note > li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
/**
  カレンダーテキスト
 */
.calendar-content {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.calendar-content p {
  line-height: 2;
  margin-bottom: 1.5em;
}
.calendar-content p:last-of-type,
.calendar-content p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .calendar-content {
    margin-left: 8vw;
    margin-right: 8vw;
    margin-bottom: 12rem;
  }
}

/**
  projectのフォーム用パーツ
 */
.form-table {
  border-top: 1px solid #eee;
}
.form-table > dt, .form-table > dd {
  line-height: 1.75;
}
.form-table > dt {
  font-weight: bold;
}
.form-table > dd.horizontal {
  display: flex;
  align-items: center;
}
.form-table > dd.horizontal > *:nth-child(n+1) {
  margin: 0 0.5em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-table > dt {
    padding-top: 1.5em;
    margin-bottom: 0.75em;
  }
  .form-table > dd {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5em;
  }
}
@media print, screen and (min-width:769px) {
  .form-table {
    display: flex;
    flex-wrap: wrap;
  }
  .form-table > dt, .form-table > dd {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .form-table > dt {
    width: 25%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .form-table > dd {
    width: 75%;
    border-bottom: 1px solid #eee;
  }
}

.form-table.--confirm > dt, .form-table.--confirm > dd {
  margin-bottom: 0.3em;
}
.form-table.--confirm > dd {
  margin-bottom: 2em;
}

.form-table > dt.layouter {
  width: 18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .form-table > dt.layouter {
    width: 25rem;
  }
}

.form-table.--confirm > dt,
.form-table.--confirm > dd {
  margin-top: 0;
}

/**
  テーブル内の要素
 */
.form-table .required {
  background-color: #CA3F3D;
  display: inline-block;
  color: #fff;
  margin-left: 0.5em;
  padding: 0.1rem 0.4rem;
  font-size: 0.9rem;
  font-weight: normal;
}
@media print, screen and (min-width:769px) {
  .form-table .required {
    padding: 0.1rem 1rem;
    font-size: 1.2rem;
    margin-left: 1em;
  }
}

.form-table br + .required {
  margin-left: 0;
  margin-top: 1rem;
}

input.error,
textarea.error,
select.error {
  background-color: #ffdddd !important;
  border: 1px solid #ff0000 !important;
}

.form-table b {
  display: block;
  color: #ff0000;
  margin-top: 1em;
  line-height: 1.3;
  font-size: 0.8em;
}

.form-table label {
  display: inline-block;
}
.form-table .note {
  font-size: 0.6em;
  line-height: 1.3;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-table .note {
    display: block;
    margin-top: 1em;
  }
}

@media print, screen and (min-width:769px) {
  .form-table input + .note {
    margin-left: 1em;
  }
}

.form-radio-list > li {
  margin-bottom: 1.5em;
  position: relative;
}
.form-radio-list > li input {
  left: 0;
  top: 0;
}
.form-radio-list > li label {
  position: absolute;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.form-cb-list > li {
  margin-right: 1em;
  margin-bottom: 1rem;
}
.form-cb-list > li label {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .form-cb-list {
    margin-top: 1rem;
  }
}

.form-postal-wrap {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .form-postal-input {
    width: 60%;
  }
}

.form-postal__btn {
  background-color: #393939;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem !important;
  margin: 1rem 0 0 2rem;
  height: 2.8rem;
  width: 6rem;
}
@media print, screen and (min-width:769px) {
  .form-postal__btn {
    width: 8rem;
    height: 3rem;
    margin: 1rem 0 0 2rem;
    font-size: 1.5rem !important;
    transition: 0.5s;
  }
  .form-postal__btn:hover {
    background-color: #ddd;
  }
}

.form-btns {
  margin-top: 6rem;
}
.form-btns > li {
  margin-bottom: 2rem;
}
.form-btns > li .btn-a {
  width: 100%;
}
.form-btns > li .btn-a .btn-inner {
  height: 6rem;
}
.form-btns > li .btn-a.--small .btn-inner {
  height: 4rem;
  background-color: #999;
}
.form-btns > li:last-child {
  margin-bottom: 0;
}
.form-btns > li.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media print, screen and (min-width:769px) {
  .form-btns {
    margin: 10rem auto 0;
    width: 40rem;
  }
  .form-btns > li {
    margin-bottom: 2rem;
  }
  .form-btns > li .btn-a .btn-inner {
    display: flex;
    height: 8rem;
  }
  .form-btns > li .btn-a.--small .btn-inner {
    height: 6rem;
  }
  .form-btns > li .btn-a.--small .btn-inner:hover {
    background-color: #aaa;
  }
  .form-btns > li .icon-arrow {
    width: 1.4rem;
    height: 2.8rem;
    right: 2.8rem;
    top: calc(50% - 1.4rem);
  }
  .form-btns > li:hover .icon-arrow {
    stroke: #fff;
  }
}

.form-privacy__text {
  overflow: auto;
  padding: 1rem;
  border: 1px solid #707070;
  height: 15rem;
  margin-bottom: 3rem;
}
.form-privacy__text p {
  line-height: 1.75;
  margin-bottom: 1em;
}
@media print, screen and (min-width:769px) {
  .form-privacy__text {
    padding: 2rem;
    height: 28rem;
    margin-bottom: 4rem;
  }
}

.form-privacy__agree {
  display: flex;
  align-items: center;
}
.form-privacy__agree label {
  margin-left: 0.5em;
}
.mv {
  position: relative;
  width: 100%;
  position: relative;
}
.mv::before {
  float: left;
  content: "";
  padding-top: 135%;
}
.mv::after {
  display: block;
  content: "";
  clear: both;
}
.mv > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .mv {
    position: relative;
  }
  .mv::before {
    float: left;
    content: "";
    padding-top: 50%;
  }
  .mv::after {
    display: block;
    content: "";
    clear: both;
  }
  .mv > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv__slide .slide-item {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.mv__slide .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .mv__slide .slide-item {
    position: relative;
  }
  .mv__slide .slide-item::before {
    float: left;
    content: "";
    padding-top: 50%;
  }
  .mv__slide .slide-item::after {
    display: block;
    content: "";
    clear: both;
  }
  .mv__slide .slide-item > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.price-price > p {
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}
@media print, screen and (min-width:769px) {
  .price-price > p {
    font-size: 1.8rem;
  }
}

.price-note > li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width:769px) {
  .price-note {
    margin-top: 4rem;
  }
  .price-note > li {
    font-size: 1.4rem;
  }
}

.reservation__fixed {
  position: fixed;
  z-index: 100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.reservation__fixed > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #3D6791;
  color: #fff;
  height: 5.4rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .reservation__fixed {
    width: 100%;
    bottom: calc(env(safe-area-inset-bottom));
    transition: 0.5s transform;
    transform: translate3d(0, 105%, 0);
  }
  .reservation__fixed.is-show {
    transform: translate3d(0, 0, 0);
  }
}
@media print, screen and (min-width:769px) {
  .reservation__fixed {
    right: 2rem;
    bottom: 2rem;
    font-size: 1.8rem;
  }
  .reservation__fixed > a {
    width: 16rem;
    height: 3.2rem;
    border: 2px solid #1a1a1a;
    border-radius: 3rem;
    padding-bottom: 0.2rem;
    color: #1a1a1a;
    background-color: #fff;
    transition: background-color 0.5s, color 0.5s;
  }
  .reservation__fixed > a:hover {
    color: #fff;
    background-color: #3D6791;
  }
}

#booking .reservation__fixed {
  display: none;
}

.philosophy-main {
  border-bottom: 1px solid #323232;
  height: 145rem;
}
@media print, screen and (min-width:769px) {
  .philosophy-main {
    height: 246rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__content02 {
    margin: 8rem 0 3rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__content02 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 70.8rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict01 {
    position: relative;
    width: 12rem;
    margin: 4rem 0 2rem auto;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict01 {
    width: 33.3rem;
    right: 11.5rem;
    top: 9.8rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict02 {
    position: relative;
    width: 17rem;
    margin-top: -16.6rem;
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict02 {
    width: 43.6rem;
    left: 3rem;
    top: 56.7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict03 {
    width: 12rem;
    top: 2rem;
    left: 1.5rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict03 {
    width: 33.3rem;
    left: 7.6rem;
    top: 97.5rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict04 {
    width: 15rem;
    right: 0;
    top: 5.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict04 {
    width: 43.6rem;
    right: 5.7rem;
    top: 107.7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict05 {
    width: 15rem;
    left: 0;
    top: 23rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict05 {
    width: 43.6rem;
    left: 3rem;
    top: 160rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict06 {
    width: 15rem;
    right: 0;
    top: 23rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict06 {
    width: 43.6rem;
    right: 5.7rem;
    top: 160rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict07 {
    width: 15rem;
    left: 0;
    top: 36rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict07 {
    width: 43.6rem;
    left: 3rem;
    top: 201rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy__pict08 {
    width: 15rem;
    right: 0;
    top: 36rem;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy__pict08 {
    width: 43.6rem;
    right: 5.7rem;
    top: 201rem;
  }
}

/*
.philosophy__pict08 {
  @include mq-sp {
    width: 15rem;
    right: 0;
    top: 44rem;
  }
  @include mq-pc {
    width: 43.6rem;
    right: 6.7rem;
    top: 201rem;
  }
}
.philosophy__pict09 {
  @include mq-sp {
    width: 11rem;
    right: 0;
    top: 60rem;
  }
  @include mq-pc {
    width: 28.6rem;
    right: 5rem;
    top: 203.1rem;
  }
}
.philosophy__pict10 {
  @include mq-sp {
    width: 18rem;
    left: 0;
    top: 58rem;
  }
  @include mq-pc {
    width: 53.6rem;
    left: 8rem;
    top: 239.1rem;
  }
}*/
/**
  section 02
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .philosophy-02__pict01 {
    margin-top: 4rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .philosophy-02__pict01 {
    width: 34.5rem;
    margin: 0 0 0 auto;
  }
}

.location-main {
  border-bottom: 1px solid #323232;
  height: 108rem;
}
@media print, screen and (min-width:769px) {
  .location-main {
    height: 206rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__content02 {
    margin: 6rem 0 3rem;
  }
}
@media print, screen and (min-width:769px) {
  .location__content02 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 70.8rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__pict01 {
    position: relative;
    width: 12rem;
    margin: 4rem 0 2rem auto;
  }
}
@media print, screen and (min-width:769px) {
  .location__pict01 {
    width: 33.3rem;
    right: 9rem;
    top: 7.8rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__pict02 {
    position: relative;
    width: 17rem;
    margin-top: -15.4rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .location__pict02 {
    width: 43.6rem;
    left: 3rem;
    top: 56.7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__pict03 {
    width: 12rem;
    top: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .location__pict03 {
    width: 29rem;
    left: 13rem;
    top: 101.5rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__pict04 {
    width: 17rem;
    right: 0;
    top: 5rem;
  }
}
@media print, screen and (min-width:769px) {
  .location__pict04 {
    width: 43.6rem;
    right: 3.7rem;
    top: 74.7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__pict05 {
    width: 12rem;
    right: 0;
    top: 23rem;
  }
}
@media print, screen and (min-width:769px) {
  .location__pict05 {
    width: 33.3rem;
    right: 9rem;
    top: 125.5rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location__pict06 {
    width: 17rem;
    left: 0;
    top: 26rem;
  }
}
@media print, screen and (min-width:769px) {
  .location__pict06 {
    width: 43.6rem;
    left: 3rem;
    top: 162rem;
  }
}

/**
  section 02
 */
.location-container {
  margin-bottom: 4rem;
}
@media print, screen and (min-width:769px) {
  .location-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location-box:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .location-box {
    width: 47%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .location-02__pict {
    width: 75%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-main {
  height: 96rem;
}
@media print, screen and (min-width:769px) {
  .about-main {
    height: 165rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about__content02 {
    margin: 6rem 0 3rem;
  }
}
@media print, screen and (min-width:769px) {
  .about__content02 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 70.8rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about__pict01 {
    position: relative;
    width: 12rem;
    margin: 4rem 0 2rem auto;
  }
}
@media print, screen and (min-width:769px) {
  .about__pict01 {
    width: 33.3rem;
    right: 9rem;
    top: 7.8rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about__pict02 {
    position: relative;
    width: 17rem;
    margin-top: -15.4rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .about__pict02 {
    width: 43.6rem;
    left: 3rem;
    top: 56.7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about__pict03 {
    width: 12rem;
    top: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .about__pict03 {
    width: 29rem;
    left: 13rem;
    top: 101.5rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about__pict04 {
    width: 17rem;
    right: 0;
    top: 5rem;
  }
}
@media print, screen and (min-width:769px) {
  .about__pict04 {
    width: 43.6rem;
    right: 3.7rem;
    top: 76.7rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about__pict05 {
    width: 17rem;
    right: 0;
    top: 22rem;
  }
}
@media print, screen and (min-width:769px) {
  .about__pict05 {
    width: 43.6rem;
    right: 3.7rem;
    top: 122rem;
  }
}

.about__fig {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .about__fig {
    width: 80%;
  }
}

.about-wrap {
  background-color: #eee;
  padding: 2.5rem;
}
@media print, screen and (min-width:769px) {
  .about-wrap {
    padding: 4rem;
  }
}

.about-facilities > p {
  margin-bottom: 1.2em;
}
.about__facilities-pict {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__facilities-pict > li {
  margin-bottom: 5%;
  width: 48%;
  position: relative;
}
.about__facilities-pict > li::before {
  float: left;
  content: "";
  padding-top: 100%;
}
.about__facilities-pict > li::after {
  display: block;
  content: "";
  clear: both;
}
.about__facilities-pict > li > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__facilities-pict > li img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width:769px) {
  .about__facilities-pict {
    margin-top: 4rem;
  }
  .about__facilities-pict > li {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-02-box {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .about-02-box {
    width: 44%;
  }
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #3D6791;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 9999;
}
.splash.is-leave {
  transition-duration: 2s;
  opacity: 0;
}
.splash.is-hidden {
  display: none;
}

.splash-symbol {
  max-width: 14rem;
  opacity: 0;
}
.splash-symbol.is-show {
  transition: opacity 2s, transform 10s;
  transform: scale3d(1.1, 1.1, 1);
  opacity: 1;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.txt-ll,
.txt-l,
.txt-m,
.txt-s,
.txt-ss {
  line-height: 1.75;
}

.txt-ll {
  font-size: 2.2rem;
}

.txt-l {
  font-size: 1.8rem;
}

.txt-m {
  font-size: 1.6rem;
}

.txt-s {
  font-size: 1.4rem;
}

.txt-ss {
  font-size: 1.2rem;
}

.txt-intro {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .txt-intro {
    font-size: clamp(1.5rem, 2.344vw, 1.8rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .txt-intro {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-intro {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:769px) {
  .txt-intro {
    text-align: center;
  }
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-relative-sp {
    position: relative;
  }
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  text-decoration: underline;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    text-decoration: none;
  }
}

.u-textLink.--newwin::after {
  display: inline-block;
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 1rem;
  background: url(../img/ic_newwin.svg) no-repeat center center/contain;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* -------------------------------------------------------------------------
	マージン bottom top
*/
.l-mb0 {
  margin-bottom: 0rem;
}

.l-mt0 {
  margin-top: 0rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb0-sp {
    margin-bottom: 0rem !important;
  }
  .l-mt0-sp {
    margin-top: 0rem !important;
  }
}
.l-mb10 {
  margin-bottom: 1rem;
}

.l-mt10 {
  margin-top: 1rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb10-sp {
    margin-bottom: 1rem !important;
  }
  .l-mt10-sp {
    margin-top: 1rem !important;
  }
}
.l-mb20 {
  margin-bottom: 2rem;
}

.l-mt20 {
  margin-top: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb20-sp {
    margin-bottom: 2rem !important;
  }
  .l-mt20-sp {
    margin-top: 2rem !important;
  }
}
.l-mb30 {
  margin-bottom: 3rem;
}

.l-mt30 {
  margin-top: 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb30-sp {
    margin-bottom: 3rem !important;
  }
  .l-mt30-sp {
    margin-top: 3rem !important;
  }
}
.l-mb40 {
  margin-bottom: 4rem;
}

.l-mt40 {
  margin-top: 4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb40-sp {
    margin-bottom: 4rem !important;
  }
  .l-mt40-sp {
    margin-top: 4rem !important;
  }
}
.l-mb50 {
  margin-bottom: 5rem;
}

.l-mt50 {
  margin-top: 5rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb50-sp {
    margin-bottom: 5rem !important;
  }
  .l-mt50-sp {
    margin-top: 5rem !important;
  }
}
.l-mb60 {
  margin-bottom: 6rem;
}

.l-mt60 {
  margin-top: 6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb60-sp {
    margin-bottom: 6rem !important;
  }
  .l-mt60-sp {
    margin-top: 6rem !important;
  }
}
.l-mb70 {
  margin-bottom: 7rem;
}

.l-mt70 {
  margin-top: 7rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb70-sp {
    margin-bottom: 7rem !important;
  }
  .l-mt70-sp {
    margin-top: 7rem !important;
  }
}
.l-mb80 {
  margin-bottom: 8rem;
}

.l-mt80 {
  margin-top: 8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb80-sp {
    margin-bottom: 8rem !important;
  }
  .l-mt80-sp {
    margin-top: 8rem !important;
  }
}
.l-mb90 {
  margin-bottom: 9rem;
}

.l-mt90 {
  margin-top: 9rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb90-sp {
    margin-bottom: 9rem !important;
  }
  .l-mt90-sp {
    margin-top: 9rem !important;
  }
}
.l-mb100 {
  margin-bottom: 10rem;
}

.l-mt100 {
  margin-top: 10rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb100-sp {
    margin-bottom: 10rem !important;
  }
  .l-mt100-sp {
    margin-top: 10rem !important;
  }
}
.l-mb110 {
  margin-bottom: 11rem;
}

.l-mt110 {
  margin-top: 11rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb110-sp {
    margin-bottom: 11rem !important;
  }
  .l-mt110-sp {
    margin-top: 11rem !important;
  }
}
.l-mb120 {
  margin-bottom: 12rem;
}

.l-mt120 {
  margin-top: 12rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb120-sp {
    margin-bottom: 12rem !important;
  }
  .l-mt120-sp {
    margin-top: 12rem !important;
  }
}
.l-mb130 {
  margin-bottom: 13rem;
}

.l-mt130 {
  margin-top: 13rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb130-sp {
    margin-bottom: 13rem !important;
  }
  .l-mt130-sp {
    margin-top: 13rem !important;
  }
}
.l-mb140 {
  margin-bottom: 14rem;
}

.l-mt140 {
  margin-top: 14rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb140-sp {
    margin-bottom: 14rem !important;
  }
  .l-mt140-sp {
    margin-top: 14rem !important;
  }
}
.l-mb150 {
  margin-bottom: 15rem;
}

.l-mt150 {
  margin-top: 15rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb150-sp {
    margin-bottom: 15rem !important;
  }
  .l-mt150-sp {
    margin-top: 15rem !important;
  }
}
.l-mb160 {
  margin-bottom: 16rem;
}

.l-mt160 {
  margin-top: 16rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb160-sp {
    margin-bottom: 16rem !important;
  }
  .l-mt160-sp {
    margin-top: 16rem !important;
  }
}
.l-mb170 {
  margin-bottom: 17rem;
}

.l-mt170 {
  margin-top: 17rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb170-sp {
    margin-bottom: 17rem !important;
  }
  .l-mt170-sp {
    margin-top: 17rem !important;
  }
}
.l-mb180 {
  margin-bottom: 18rem;
}

.l-mt180 {
  margin-top: 18rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb180-sp {
    margin-bottom: 18rem !important;
  }
  .l-mt180-sp {
    margin-top: 18rem !important;
  }
}
.l-mb190 {
  margin-bottom: 19rem;
}

.l-mt190 {
  margin-top: 19rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb190-sp {
    margin-bottom: 19rem !important;
  }
  .l-mt190-sp {
    margin-top: 19rem !important;
  }
}
.l-mb200 {
  margin-bottom: 20rem;
}

.l-mt200 {
  margin-top: 20rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb200-sp {
    margin-bottom: 20rem !important;
  }
  .l-mt200-sp {
    margin-top: 20rem !important;
  }
}
.l-mb210 {
  margin-bottom: 21rem;
}

.l-mt210 {
  margin-top: 21rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb210-sp {
    margin-bottom: 21rem !important;
  }
  .l-mt210-sp {
    margin-top: 21rem !important;
  }
}
.l-mb220 {
  margin-bottom: 22rem;
}

.l-mt220 {
  margin-top: 22rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb220-sp {
    margin-bottom: 22rem !important;
  }
  .l-mt220-sp {
    margin-top: 22rem !important;
  }
}
.l-mb230 {
  margin-bottom: 23rem;
}

.l-mt230 {
  margin-top: 23rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb230-sp {
    margin-bottom: 23rem !important;
  }
  .l-mt230-sp {
    margin-top: 23rem !important;
  }
}
.l-mb240 {
  margin-bottom: 24rem;
}

.l-mt240 {
  margin-top: 24rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb240-sp {
    margin-bottom: 24rem !important;
  }
  .l-mt240-sp {
    margin-top: 24rem !important;
  }
}
.l-mb250 {
  margin-bottom: 25rem;
}

.l-mt250 {
  margin-top: 25rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb250-sp {
    margin-bottom: 25rem !important;
  }
  .l-mt250-sp {
    margin-top: 25rem !important;
  }
}
.l-mb260 {
  margin-bottom: 26rem;
}

.l-mt260 {
  margin-top: 26rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb260-sp {
    margin-bottom: 26rem !important;
  }
  .l-mt260-sp {
    margin-top: 26rem !important;
  }
}
.l-mb270 {
  margin-bottom: 27rem;
}

.l-mt270 {
  margin-top: 27rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb270-sp {
    margin-bottom: 27rem !important;
  }
  .l-mt270-sp {
    margin-top: 27rem !important;
  }
}
.l-mb280 {
  margin-bottom: 28rem;
}

.l-mt280 {
  margin-top: 28rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb280-sp {
    margin-bottom: 28rem !important;
  }
  .l-mt280-sp {
    margin-top: 28rem !important;
  }
}
.l-mb290 {
  margin-bottom: 29rem;
}

.l-mt290 {
  margin-top: 29rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb290-sp {
    margin-bottom: 29rem !important;
  }
  .l-mt290-sp {
    margin-top: 29rem !important;
  }
}
.l-mb300 {
  margin-bottom: 30rem;
}

.l-mt300 {
  margin-top: 30rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-mb300-sp {
    margin-bottom: 30rem !important;
  }
  .l-mt300-sp {
    margin-top: 30rem !important;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

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

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   animation
   ========================================================================== */
.ef-io,
.ef-io-in,
.ef-intro {
  pointer-events: none;
}

.tr-shutter {
  display: block;
  position: relative;
  overflow: hidden;
}
.tr-shutter > div,
.tr-shutter > a {
  /*transition-duration: $shutter_dur / 1.5; */
  transition-delay: 0.6s;
}
.tr-shutter::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  z-index: 12;
  background-color: #444;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
  transition: 0.6s transform;
}
.tr-shutter.ef-io *, .tr-shutter.ef-io-in *, .tr-shutter.ef-intro * {
  opacity: 0;
}
.tr-shutter.ef-io::after, .tr-shutter.ef-io-in::after, .tr-shutter.ef-intro::after {
  opacity: 0;
}

.tr-shutter.ef-anim-in::after {
  -webkit-animation: 1.2s anim-shutter-l forwards;
          animation: 1.2s anim-shutter-l forwards;
  -webkit-animation-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
          animation-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
}

.tr-shutter2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.tr-shutter2 > div,
.tr-shutter2 > a {
  transition-delay: 0.6s;
}
.tr-shutter2 .shutter-cover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  z-index: 12;
  background-color: #ff0000;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
  transition: 0.6s transform;
}
.tr-shutter2.ef-io *, .tr-shutter2.ef-io-in *, .tr-shutter2.ef-intro * {
  visibility: hidden;
}
.tr-shutter2.ef-io .shutter-cover, .tr-shutter2.ef-io-in .shutter-cover, .tr-shutter2.ef-intro .shutter-cover {
  opacity: 0;
}

.tr-shutter2.ef-anim-in .shutter-cover {
  -webkit-animation: 1.2s anim-shutter-l forwards;
          animation: 1.2s anim-shutter-l forwards;
  -webkit-animation-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
          animation-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
}

@-webkit-keyframes anim-shutter-l {
  0% {
    transform: scale3d(0.01, 1, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  99.9% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}

@keyframes anim-shutter-l {
  0% {
    transform: scale3d(0.01, 1, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  99.9% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
.tr-slideup {
  transition: transform 1.5s, opacity 1.5s;
}
.tr-slideup.ef-io, .tr-slideup.ef-io-in {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
@media print, screen and (min-width:769px) {
  .tr-slideup.ef-io, .tr-slideup.ef-io-in {
    transform: translate3d(0, 60px, 0);
  }
}

.tr-right {
  transition: transform 1.5s, opacity 1.5s;
}
.tr-right.ef-io, .tr-right.ef-io-in {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
}
@media print, screen and (min-width:769px) {
  .tr-right.ef-io, .tr-right.ef-io-in {
    transform: translate3d(-60px, 0, 0);
  }
}

.tr-fade-in {
  transition: transform 1.5s, opacity 1.5s;
}
.tr-fade-in.ef-io, .tr-fade-in.ef-io-in {
  opacity: 0;
}