@charset "utf-8";
/* CSS Document */

/*******************

LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
  .lpbox , #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li,
.lpbox ul,
.lpbox li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 750px;
}
/*---------------------------*/
.lpbox {
  overflow: hidden;
}
.lpbox #fv {
  position: relative;
  margin-bottom: 3em;
}
.lpbox .fv_text_01 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  
  position: absolute;
  bottom: 2.9em;
  right: 5.5em;
  color: #ab8645;
  
}
.lpbox .fv_text_02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  
  position: absolute;
  bottom: 3.1em;
  right: 1.2em;
  font-size: .9em;
  text-align: center;
  line-height: 1.5em;
  
  color: #fff;
}

.lpbox .fv__text {
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}
.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;

  position: absolute;
  top: .5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ab8645;
  letter-spacing: .2em;
  font-size: 1.3em;
}
.lpbox .cta__text span {
  font-size: 1.5em;
}
.lpbox .cta__box__text_01 {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.6%;
}
.lpbox .cta__box__text_02 {
  position: absolute;
  top: 2em;
  left: 3em;
  right: 0;
  margin: 0 auto;
  width: 58.6%;
}
.lpbox .cta__box__text_03 {
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 84%;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 86.4%;
}
.lpbox .cta__limited {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: calc(10 / 750 * 100%) calc(40 / 750 * 100%) 0;
  text-align: center;
}
.lpbox .cta__box--precent .cta__limited {
  padding: calc(60 / 750 * 100%) calc(40 / 750 * 100%) 0;
}
.lpbox .cta__limited__month {
  width: calc(170 / 670 * 100%);
  margin: 0;
  color: #e79043;
  font-weight: 500;
  font-size: calc(26 / 28 * 1em);
  line-height: calc(36 / 26 * 1em);
  padding-top: calc(15/ 750 * 100%) ;
}
.lpbox .cta__limited__month span {
  font-size: calc(36 / 26 * 1em);
}
.lpbox .cta__limited__text {
  padding-top: calc(15/ 750 * 100%) ;
}
.lpbox .cta__limited__text p {
  color: #fff;
  font-size: calc(24 / 28 * 1em);
  letter-spacing: 0.08em;
}
.lpbox .cta__limited__text p span{
  font-size: calc(28 / 24 * 1em);
}
.lpbox .cta__limited__text .cta__limited__text--l {
  margin-top: .2em;
  font-size: calc(42 / 28 * 1em);
  font-weight: 500;
  line-height: 1em;
}
.lpbox .cta__limited__text .cta__limited__text--l span {
  font-size: calc(78 / 42 * 1em);
}
.lpbox .cta__limited__text sup {
  font-size: calc(16 / 42 * 1em);
  font-weight: 400;
}

.lpbox .resort__box {
  position: relative;
}
.lpbox .resort__box__text_01 {
  position: absolute;
  top: 2em;
  left: 0;
  width: 84%;
}
.lpbox .resort__box__text_02 {
  position: absolute;
  bottom: 3.5em;
  left: 0;
  width: 100%;
}
.lpbox .video video {
  width: 100%;
  clip-path: polygon(0 12%, 100% 12%, 100% 88%, 0 88%);
}

.lpbox .reason__box {
  position: relative;
}
.lpbox .reason__box__text_01 {
  position: absolute;
  top: 3.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68.8%;
}
.lpbox .reason__box__text_02 {
  position: absolute;
  top: 6.5em;
  right: 0;
  width: 93.3%;
}
.lpbox .reason__box__text_03 {
  position: absolute;
  top: -2em;
  right: 0;
  width: 95.1%;
  z-index: 1;
}
.lpbox .reason__box__text_04 {
  position: absolute;
  top: -2.9em;
  right: 0;
  width: 95.4%;
  z-index: 1;
}

.lpbox .reason__box .slider {
  width: 100%;
  position: absolute;
  top: .5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.lpbox .loop__box {
  display: flex;
  width: 100%;
  position: absolute;
  top: 2.4em;
}
.lpbox .loop__box img {
  min-width: 160%;
}
.lpbox .loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}
.lpbox .loop__box img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


.lpbox .reason__box__icon {
  position: absolute;
  top: 2.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 21.1%;
  z-index: 10;
}

.lpbox .slide-items {
  position: absolute;
  bottom: 0;
  right: 2.5em;
  width: 60%;
  z-index: 9;
}

.lpbox .reason__box__text_05 {
  position: absolute;
  top: 2.7em;
  right: 1.3em;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 76.1%;
}
.lpbox .reason__box__text_06 {
  position: absolute;
  top: -1.3em;
  right: .7em;
  z-index: 1;
  width: 48%;
}
.lpbox .reason__box__text_07 {
  position: absolute;
  top: 4.3em;
  right: 0;
  width: 40%;
  z-index: 1;
}
.lpbox .reason__box__text_08 {
  position: absolute;
  top: 0;
  left: 0;
  width: 62.6%;
}
.lpbox .reason__box__text_09 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93.3%;
  z-index: 1;
}
.lpbox .reason__box__text_10 {
  position: absolute;
  top: 12em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 74.2%;
}

.lpbox .bridal_fair__box {
  position: relative;
}
.lpbox .bridal_fair__text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;

  position: absolute;
  top: 2.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ab8645;
  letter-spacing: .2em;
  font-size: 1.3em;
}
.lpbox .bridal_fair__text span {
  font-size: 1.5em;
}
.lpbox .bridal_fair__box__text_01 {
  position: absolute;
  top: 3.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 56%;
}
.lpbox .bridal_fair__box__text_02 {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 88.6%;
}
.lpbox .bridal_fair__box__text_03 {
  position: absolute;
  top: 17.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 73.7%;
}
.lpbox .bridal_fair__box__text_04 {
  position: absolute;
  bottom: 2.3em;
  left: 2.5em;
  width: 68.2%;
}
.lpbox .bridal_fair__box__text_05 {
  position: absolute;
  bottom: 2.3em;
  left: 2.5em;
  width: 70.7%;
}
.lpbox .bridal_fair__box__text_06 {
  position: absolute;
  bottom: 2.3em;
  left: 2.5em;
  width: 57.1%;
}
.lpbox .bridal_fair__box__text_07 {
  position: absolute;
  bottom: 3.3em;
  left: 2.5em;
  width: 78.5%;
}
.lpbox .bridal_fair__box__text_08 {
  position: absolute;
  top: 6em;
  right: 0;
  width: 56%;
}

.lpbox .present__box {
  position: relative;
}
.lpbox .present__text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;

  position: absolute;
  top: 6em;
  right: 1.2em;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
.lpbox .present__text span {
  font-size: 1.6em;
}
.lpbox .present__text_02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;

  position: absolute;
  top: 1.5em;
  right: 2.4em;
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
}
.lpbox .present__text_02 span {
  font-size: 1.3em;
}
.lpbox .present__box__text_01 {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 92%;
}
.lpbox .present__box__text_02 {
  position: absolute;
  top: 14.2em;
  right: 1em;
  width: 74.5%;
}
.lpbox .present__box__text_03 {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 89.3%;
}
.lpbox .present__box__text_04 {
  position: absolute;
  top: 6.5em;
  right: 2.5em;
  width: 49.1%;
}
.lpbox .present__box__text_05 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.5%;
}

.lpbox .voice__box {
  position: relative;
}
.lpbox .voice__box__text_01 {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 87.4%;
}
.lpbox .voice__box__text_02 {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 87.1%;
}
.lpbox .mori {
  margin-bottom: 3em;
}
.lpbox .mori__box {
  position: relative;
}
.lpbox .mori__box__text {
  position: absolute;
  top: 1.9em;
  left: 0;
  right: 0;
  width: 79.4%;
}

.lpbox .faq {
  background: #fcfaeb;
  padding-bottom: 2em;
}
.lpbox .faq dt {
  position: relative;
}
.lpbox .faq dl {
  margin-bottom: 1em;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -0.5em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li img {
  width: 24%;
  display: inline-block;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
  display: inline-block;
  color: #4c4c4c;

}
#lpfooter .footer__link li a {
  border-right: 1px solid #acacac;
  padding: 0 1em;
  letter-spacing: .1em;
}
#lpfooter .footer__link li:last-child a {
  border: none;
  padding-right: 0;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #aac378;
  box-sizing: border-box;
  padding: .5em;
  letter-spacing: .1em;
}

.lpbox .access {
  position: relative;
}
.lpbox .access iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 61.4%;
  height: 15em;
}


/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .blur{
  animation-name:blurAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform:translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .slideleft {
  display: block;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideleft {
  display: block;
  -webkit-transform: translate3d(-50%,0,0);
  -ms-transform: translate3d(-50%,0,0);
  -o-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  opacity: 0;
}

.lpbox .slideright {
  display: block;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideright {
  display: block;
  -webkit-transform: translate3d(50%,0,0);
  -ms-transform: translate3d(50%,0,0);
  -o-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
  opacity: 0;
}

.lpbox .fadein2 {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform:  scale(1);
  filter: blur(0);
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .fadein2 {
  display: block;
  -webkit-transform:  scale(1.02);
  -ms-transform:  scale(1.02);
  -o-transform:  scale(1.02);
  transform: scale(1.02);
  filter: blur(10px);
  opacity: 0;
}


/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.lpbox .scrolldown2{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:2.2em;
  left:1.1em;
}
/* 丸の描写 */
.lpbox .scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left: -.21em;
  /*丸の形状*/
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background:#5a4b3c;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
  0%{bottom:8.5em;}
  100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
  content:"";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
  /*線の形状*/
  width: .1em;
  height: 8.5em;
  background:#5a4b3c;
}


/* expand */
.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
