@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 #fixbtn .fixbtn__item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%) calc(31 / 750 * 100%) 0 ;
}
/*---------------------------*/
.lpbox {
  overflow: hidden;;
}
.lpbox #fv {
  position: relative;
}
.lpbox .fv__box__text {
  /*   position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
  position: relative;
  z-index: 9;

  outline: 1px solid red;
}
.lpbox .fv__link {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(20px,calc(100 / 750 * 100%),100px);
  height: 0;
  padding-bottom: clamp(20px,calc(100 / 750 * 100%),100px);
  background: transparent;
  z-index: 3;
}

.lpbox .fv__box {
  position: relative;
  overflow: hidden;
}
.lpbox .fv__box .fv_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}


header#fv {margin: 0 auto; position: relative;  overflow-y: hidden;width: 100%}
header#fv .absolute .item01 { width: 45.5%; right: 0; top: 8%; position: absolute;  transition: 1s;
  box-shadow: 16.712px 19.917px 37.62px 0.38px rgba(176, 186, 163, 0.4);}
header#fv .absolute .item02 { width: 32%; right: 30%; left: auto; top: 0; position: absolute;  transition: 1s;}
header#fv .filter.active {filter: blur(0px); border-radius: 0%;}
header#fv .slider { margin-inline: auto; overflow: hidden; /* 画像がはみ出ないようにする */ width: 100%;}
header#fv .slick-img:nth-child(2) img {  width:110%;  margin-right: -10%;  margin-top: -10%;}
header#fv .slick-img:nth-child(4) img { width:110%; margin-left: -10%; margin-top: -10%;}
header#fv .slick-img img.item01, header#fv .slick-img img.item05{ width: 110%;margin-left: -5%; margin-top: -10%;}
/* ズームアップアニメーション */
@keyframes zoomUp {
  0% { transform: scale(1);}
  100% { transform: scale(1.15);}
}
.add-animation {animation: zoomUp 10s linear forwards;}

/* 左から右にスライド */
@keyframes slideRight {
  0% {transform: translateX(0);}
  100% {transform: translateX(80px);}
}
@keyframes slideLeft {
  0% {transform: translateX(0);}
  100% {transform: translateX(-80px);}
}
header#fv .slide-right { animation: slideRight 14s linear forwards;}
header#fv .slide-left {animation: slideLeft 14s linear forwards;}






.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__text {
  position: absolute;
  bottom: 1.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 82.6%;
}

.lpbox .cta__box__text--fair {
  position: absolute;
  bottom: 1.6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: clamp(330px,calc(663 / 750 * 100%),663px);
}

.lpbox .cta__box__text--ctafair {
  position: absolute;
  bottom: clamp(30px,calc(60 / 520 * 100%),60px);
  left: auto;
  right: clamp(18px,calc(36 / 750 * 100%),36px);
  margin: 0;
  width: clamp(260px,calc(520 / 750 * 100%),520px);
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 91.8%;
}

.lpbox .location__box {
  margin: 4em auto 0;
  width: 86%;
}


.lpbox .reason__box {
  position: relative;
}
.lpbox .reason__box__img_01 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 76%;
}
.lpbox .reason__box__img_02 {
  position: absolute;
  bottom: 1.3em;
  right: 2em;
  width: 65.2%;
}

.lpbox .reason__box__img_03 {
  position: absolute;
  bottom: 1.3em;
  left: 0;
  width: 100%;
}
.lpbox .reason__box__img_04 {
  position: absolute;
  bottom: 1.3em;
  right: 0;
  width: 100%;
}
.lpbox .reason__box__img_05 {
  position: absolute;
  top: 4.3em;
  right: 0;
  left: 0;
  width: 42.5%;
}

.lpbox .hospitality__box {
  position: relative;
}
.lpbox .hospitality__box__text_01 {
  position: absolute;
  top: 8em;
  right: 2em;
  width: 16.2%;
}
.lpbox .hospitality__box__text_02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  z-index: 1;
}
.lpbox .hospitality__box__text_03 {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 61.3%;
}

.lpbox .cuisine__box {
  position: relative;
}
.lpbox .cuisine__box__text_01 {
  position: absolute;
  bottom: 1em;
  right: 2em;
  width: 65.9%;
}
.lpbox .cuisine__box__text_02 {
  position: absolute;
  top: .8em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 51.7%;
}
.lpbox .cuisine__box__text_03 {
  position: absolute;
  top: .8em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 57%;
}

.lpbox .dress__box {
  position: relative;
}
.lpbox .dress__box__text {
  position: absolute;
  top: 6em;
  right: 3em;
  width: 12.5%;
}

.lpbox .dress__box .slider {
  position: absolute;
  top: .6em;
  left: 0;
  right: 0;
  margin: 0 auto;

}
.lpbox .dress__box .slider img {
  width: 73%;
}

.lpbox .visit__box__text {
  width: 80%;
  margin: 3em auto 1em;
}

.lpbox .bridal__box {
  position: relative;
}
.lpbox .bridal__box__text_01 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 91.5%;
}
.lpbox .bridal__box__text_01--fair {
  position: absolute;
  top: 4.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: clamp(300px,calc(677 / 750 * 100%),677px);
}

.lpbox .bridal__box__text_02 {
  position: absolute;
  top: 2.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 23.1%;
}
.lpbox .bridal__box__text_03 {
  position: absolute;
  top: 2.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 49.4%;
}
.lpbox .bridal__box__text_04 {
  position: absolute;
  top: 2.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32.2%;
}
.lpbox .bridal__box__text_05 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 69.6%;
}

.lpbox .present__box {
  position: relative;
}
.lpbox .present__box__text_01 {
  position: absolute;
  top: 7.5em;
  left: 0;
  width: 100%;
}
.lpbox .present__box__text_02 {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 94.8%;
}
.lpbox .present__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 91.8%;
}
.lpbox .report__box {
  position: relative;
}
.lpbox .report__box__text_01 {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
}
.lpbox .kodawari__box {
  position: relative;
}
.lpbox .kodawari__box__text {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 81.5%;
}

.lpbox .faq dt {
  position: relative;
}
.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: 6%;
  margin-top: -.4em;
  -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);
}
.lpbox .place__link {
  display: block;
  box-sizing: border-box;
  margin: clamp(30px,calc(60 / 750 * 100%), 60px) auto 0;
  width: clamp(20px,calc(250 / 750 * 100%), 250px);
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter {
  background: #5899b4;
  margin-top: 2em;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
#lpfooter .footer__link {
  color: #fff;
  text-align: left;
  padding-top: 2em;
  margin-bottom: 2em;
  width: 80%;
}
#lpfooter .footer__link li img {
  width: 24%;
  display: inline-block;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  border-top: 1px solid #fff;
  width: 90%;
  text-align: center;
  font-size: .75em;
  color: #fff;
  box-sizing: border-box;
  padding: .5em;

  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------------------------
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: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -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);
  }
}
