@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: 'maisonbook', "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.font2 {
  font-family: 'maisonbook', "Red Hat Display", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #666666;
}

.c1 {
  color: #F3A7A3;
}

.c2 {
  color: #C1CFD3;
}

.c3 {
  color: #D8C5B4;
}

.c4 {
  color: #F8DAD9;
}

.c5 {
  color: #E5EDEF;
}

.c6 {
  color: #F7F1E9;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

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

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

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}
.container.-large {
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-middle {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-middle {
    max-width: auto;
  }
}
.container.-small {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    padding-right: 15px;
    padding-left: 15px;
    max-width: auto;
  }
}
.container.-Xlarge {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-Xlarge {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.-min {
  padding: 0 30px 0 !important;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    padding: 0 20px 0 !important;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.container.-basic {
  padding: 0 30px 0 !important;
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .container.-basic {
    padding: 0 20px 0 !important;
  }
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    .hero-slider
===================================================================*/
.hero-slider {
  max-width: 1920px;
  margin: 0px auto 30px;
  width: 100%;
}

.slider-progress {
  width: 100%;
  max-width: 1920px;
  margin: -30px auto 0;
  height: 5px;
  background: #eee;
}

.slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #9e9e9e;
}

.slick-dots {
  bottom: -35px !important;
}

.slick-arrow {
  background-color: transparent !important;
  z-index: 4 !important;
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.slick-arrow::before {
  display: none;
}
.slick-prev {
  left: 20px !important;
  background-image: url(../img/common/icon-arrow-left-white01.svg) !important;
  background-repeat: no-repeat !important;
}
.slick-next {
  right: 20px !important;
  background-image: url(../img/common/icon-arrow-right-white01.svg) !important;
}

/*==================================================================
    .hero
===================================================================*/
.hero-ul {
  background-color: #D8C5B4;
}
.hero-ul-inner {
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
}
.hero-ul-inner picture {
  vertical-align: bottom;
  display: inline-flex;
}

/*==================================================================
    .hero
===================================================================*/
.hero-movie-inner {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.hero-movie-inner iframe, .hero-movie-inner video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero-movie-inner.-sp {
  padding-bottom: 100%;
}

/*==================================================================
    .modal_movie
===================================================================*/
.modal_movie,
.modal_movie2 {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1001;
}
.modal_movie .btn-modal-close,
.modal_movie2 .btn-modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .modal_movie .btn-modal-close,
  .modal_movie2 .btn-modal-close {
    right: 5px;
    top: 40px;
  }
}
.modal_movie .btn-modal-close:hover,
.modal_movie2 .btn-modal-close:hover {
  opacity: 0.7;
}
.modal_movie .btn-modal-close::before, .modal_movie .btn-modal-close::after,
.modal_movie2 .btn-modal-close::before,
.modal_movie2 .btn-modal-close::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.modal_movie .btn-modal-close::after,
.modal_movie2 .btn-modal-close::after {
  transform: rotate(-45deg);
}
.modal_movie .modal_content,
.modal_movie2 .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .modal_movie .modal_content,
  .modal_movie2 .modal_content {
    width: 90%;
  }
}

.modal_movie.modal {
  display: block !important;
}

.movie-hd {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.movie-sd {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

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

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

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

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

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

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

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

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    Underlayer Commons
===================================================================*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.cmbnr a {
  justify-content: center;
  display: inline-block;
}

.pickup {
  margin-top: 100px;
}
.pickup h2 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pickup h2 {
    margin-bottom: 30px;
  }
}
.pickup_line {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup_line {
    max-width: 580px;
    width: 100%;
    margin: 0px auto 30px;
    align-items: flex-start;
    padding-top: 30px;
  }
}
.pickup_line.-reverse {
  flex-flow: row-reverse wrap;
}
.pickup_ttl {
  width: 80%;
  display: flex;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 2px 0px rgba(243, 167, 163, 0.5);
}
@media screen and (max-width: 768px) {
  .pickup_ttl {
    margin-bottom: 10px;
  }
}
.pickup_ttl.-scalp {
  background-color: rgba(243, 167, 163, 0.2);
  justify-content: flex-start;
  margin-left: -20%;
}
.pickup_ttl.-scalp a h3 {
  color: #F3A7A3;
}
.pickup_ttl.-face {
  background-color: rgba(216, 197, 180, 0.2);
  justify-content: flex-end;
  box-shadow: 0px 2px 0px rgba(216, 197, 180, 0.5);
  margin-right: -20%;
}
.pickup_ttl.-face a h3 {
  color: #D8C5B4;
}
.pickup_ttl.-body {
  background-color: rgba(193, 207, 211, 0.2);
  justify-content: flex-start;
  box-shadow: 0px 2px 0px rgba(193, 207, 211, 0.5);
  margin-left: -20%;
}
.pickup_ttl.-body a h3 {
  color: #C1CFD3;
}
.pickup_ttl a {
  padding: 12px 2em;
  display: block;
  width: 100%;
  height: 100%;
}
.pickup_ttl h3 {
  font-family: 'maisonbook', "Century Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pickup_ttl h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.pickup_item {
  width: 50%;
  max-width: 400px;
  padding: 30px;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .pickup_item {
    padding: 5px;
  }
}
.pickup_item:hover {
  transform: translateY(-5px);
  transition: 0.4s all;
}
.pickup_item dt {
  text-align: center;
  margin-bottom: 30px;
}
.pickup_item dd {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.pickup_item dd span {
  display: block;
  text-align: center;
}

.indexbanner {
  padding: 80px 0 0;
}
.indexbanner h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #E27F7F;
}
@media screen and (max-width: 768px) {
  .indexbanner h2 {
    font-size: 2.2rem;
  }
}
.indexbanner h2 em {
  font-style: normal;
  position: relative;
  border-bottom: 2px dotted #F3A7A3;
  padding-bottom: 10px;
}
.indexbanner h2 em i {
  position: absolute;
  right: -20px;
  top: -10px;
  display: block;
  width: 20px;
}
.indexbanner h2 span {
  color: #777777;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .indexbanner h2 span {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
.indexbanner ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .indexbanner ul {
    margin: 0px -5px 20px;
  }
}
.indexbanner ul li {
  padding: 15px;
  width: 50%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .indexbanner ul li {
    padding: 5px;
    margin: 0px auto;
  }
}
.indexbanner-cm {
  width: 100%;
  max-width: 480px;
  margin: 0px auto;
}

.banner_area {
  margin: 0px auto 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .banner_area {
    flex-flow: column;
    margin: 0px auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .banner_area {
    padding: 0 15px;
    margin: 0px auto 60px;
  }
}
.banner_area li {
  width: 50%;
  max-width: 580px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .banner_area li {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.banner_area li img {
  width: 100%;
}
.banner_area li .brd {
  box-shadow: 0px 0px 1px #b3b3b3;
}

/*==================================================================
    .factarea
===================================================================*/
.factarea {
  padding: 80px 0;
  background-image: url(../img/common/bg-factarea.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .factarea {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .factarea {
    padding: 50px 0px 40px;
  }
}
.factarea_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0px -15px;
}
@media screen and (max-width: 768px) {
  .factarea_inner {
    flex-flow: column;
    justify-content: center;
    margin: 0px;
  }
}
@media screen and (max-width: 768px) {
  .factarea .mainttl {
    width: 80%;
    margin: 0px auto 30px;
    max-width: 600px;
  }
}
.factarea .annotation {
  font-size: 1.1rem !important;
}
.factarea .txt {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .factarea .txt {
    width: 100%;
    max-width: 440px;
    margin: 0px auto;
  }
  .factarea .txt p {
    text-align: center;
  }
  .factarea .txt p img {
    width: 100%;
  }
}
.factarea .txt ul {
  padding-top: 20px;
  margin: 0px -10px;
  display: flex;
  flex-flow: row nowrap;
}
.factarea .txt ul li {
  padding: 10px;
  max-width: 160px;
}
.factarea .txt ul li p {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 10px;
}
.factarea .txt ul li span {
  padding-top: 10px;
  font-weight: normal;
  font-size: 1rem;
  display: block;
}
.factarea .img {
  width: 50%;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .factarea .img {
    width: 100%;
    max-width: 540px;
    margin: 20px auto 0;
    padding: 0;
  }
}
.factarea .img .setpos {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 14.0625vw;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .factarea .img .setpos {
    width: 26.0416666667vw;
    max-width: 160px;
  }
}
.factarea .img ul {
  margin: 20px -10px 20px;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
.factarea .img ul li {
  padding: 10px;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .factarea .img ul li {
    padding: 5px;
  }
}
.factarea .img ul li p {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
  padding-top: 10px;
}
.factarea .img ul li span {
  padding-top: 10px;
  font-weight: normal;
  font-size: 0.9rem;
  display: block;
}
.factarea .box {
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .factarea .box {
    padding: 10px;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .factarea .box {
    width: 50%;
    max-width: 400px;
    margin: 0px auto;
    padding-bottom: 20px;
    text-align: center;
  }
}
.factarea .box:last-child {
  width: 100%;
  max-width: unset;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .factarea .box:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .factarea .box:last-child {
    width: 100%;
    max-width: unset;
  }
}
.factarea .box:last-child p {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .factarea .box:last-child p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .factarea .box:nth-child(3) {
    padding-bottom: 10px;
  }
}
.factarea .box .tiarra {
  width: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .factarea .box .tiarra {
    width: 50px;
    top: -22px;
  }
}
.factarea .box dl {
  background-color: #fff;
  position: relative;
  padding: 20px;
  border: 2px solid #F3A7A3;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .factarea .box dl {
    border: 1px solid #F3A7A3;
    padding: 10px;
  }
}
.factarea .box dl dt {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px dotted #F3A7A3;
  padding-bottom: 10px;
  width: 100%;
  font-weight: bold;
  color: #F3A7A3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .factarea .box dl dt {
    font-size: 1.3rem;
  }
}
.factarea .box dl dd {
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'maisonbook', "Century Gothic", sans-serif;
  color: #E27F7F;
}
@media screen and (max-width: 768px) {
  .factarea .box dl dd {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.factarea .box dl dd.fzL {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .factarea .box dl dd.fzL {
    font-size: 2.6rem;
  }
}
.factarea .box dl dd em {
  font-size: 70%;
  font-style: normal;
}
.factarea .box dl dd sup {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .factarea .box dl dd sup {
    font-size: 0.8rem;
  }
}

/*==================================================================
    .factarea.-basic
===================================================================*/
.factarea.-basic .container {
  align-items: center;
}
.factarea.-basic .box {
  padding: 15px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .factarea.-basic .box {
    width: 50%;
    max-width: 400px;
    margin: 0px auto;
  }
}
.factarea.-basic .box:last-child {
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .factarea.-basic .box:last-child {
    width: 100%;
    padding-bottom: 10px;
    max-width: unset;
  }
}
.factarea.-basic .box:last-child p {
  font-weight: normal !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .factarea.-basic .box:nth-child(2) {
    padding-bottom: 10px;
  }
}
.factarea.-basic .box.emblem {
  text-align: center;
}
.factarea.-basic .box.emblem img {
  max-width: 200px;
  width: 100%;
  margin: 0px auto 15px;
  display: block;
}
.factarea.-basic .box.emblem p {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.3rem;
}
.factarea.-basic .box.emblem span {
  padding-top: 10px;
  font-weight: normal;
  font-size: 1.1rem;
  display: block;
}

.js-blur {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.blur.-fast {
  animation-duration: 1s;
}

@keyframes blurAnime {
  from {
    filter: blur(50px);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.factarea02 .factarea_emblems {
  max-width: 640px;
  width: 100%;
  margin: 0px auto;
}
.factarea02 .factarea-ttl {
  color: #E27F7F;
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 20px;
  line-height: 1.3;
  display: block;
}
.factarea02 .factarea-ttl span {
  font-size: clamp(6rem, 9vw, 9rem);
  font-family: 'maisonbook', "Century Gothic", sans-serif;
}
.factarea02 .factarea-ttl sup {
  vertical-align: super;
  font-size: 11px;
}