@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 .cp-banner {
  --fontsize: 26;
  background: #e89534;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: calc(10 / 750 * 100%);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  font-weight: 500;
  gap: clamp(5px,calc(10 / 750 * 100%),10px);
  overflow: hidden;
  position: relative;
}

.lpbox .cp-banner .cp-banner__month {
  width: calc(90 / 730 * 100%);
  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: center;
  flex-direction: column;
  color: #fff;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  line-height: 1.2em;
}
.lpbox .cp-banner .cp-banner__month__num {
  --fontsize: 30;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  margin: 0;
}
.lpbox .cp-banner .cp-banner__month__num span {
  --fontsize: 44;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
}
.lpbox .cp-banner .cp-banner__month__text {
  --fontsize: 26;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
}
.lpbox .cp-banner .cp-banner__textbox {
  border-radius: clamp(5px,calc(10 / 750 * 100%),10px);
  background: #fff;
  width: calc(630 / 730 * 100%);
  color: #865b08;
  text-align: center;
  box-sizing: border-box;
  padding: calc(5 / 730 * 100%);
  position: relative;
}
.lpbox .cp-banner .cp-banner__text__01 {
  --fontsize: 24;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  font-weight: 500;
}
.lpbox .cp-banner .cp-banner__text__01 span {
  font-size: calc(28 / 24 * 1em);
}
.lpbox .cp-banner .cp-banner__text__02 {
  background: url(../img/webp/cpbanner_mk.webp) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  
}
.lpbox .cp-banner .cp-banner__text__02 {
  display: inline-block;
  --fontsize: 36;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  color: #900015;
  font-weight: 600;
  line-height: 1.25em;
}
.lpbox .cp-banner .cp-banner__text__02 span {
  display: inline-block;
  --fontsize: 40;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  color: #900015;
  font-weight: 600;
  border-bottom: 1px solid;
}
.lpbox .cp-banner .cp-banner__att {
  --fontsize: 16;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  text-align: right;
  font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: 300;
  line-height: 1.25em;
}
.lpbox .cp-banner.cp-banner--january {
 background: url(../img/webp/cpbanner.webp) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.lpbox .cp-banner--january .cp-banner__month {
  box-sizing: border-box;
  padding-right: calc(5 / 730 * 100%);
  padding-bottom: calc(5 / 730 * 100%);
  width: calc(90 / 730 * 100%);
}
.lpbox .cp-banner--january .cp-banner__textbox {
  background: transparent;
}
.lpbox .cp-banner--january .cp-banner__textbox:before ,
.lpbox .cp-banner--january .cp-banner__textbox:after {
  content: none;
}

/*----------------------------------------*/
.experience__box {
  position: relative;
}
.experience__textnum {
  font-family: "Shippori Mincho", serif;
  width: calc(120 / 750 * 100%);
  position: absolute;
  top: calc( 25 / 630 * 100%);
  left: calc( 15 / 750 * 100%);
  color: #e87c78;
  font-weight: 500;
  text-align: center;
  font-feature-settings: 'palt' 1;
}
.experience__textnum .experience__textnum--01 {
  --fontsize: 32;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
}
.experience__textnum span {
  font-size: calc(54 / 32 * 1em);
  font-weight: 600;
}
.experience__textnum .experience__textnum--02 {
  --fontsize: 32;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
}
.experience__textdate {
  font-family: "Shippori Mincho", serif;
  --fontsize: 30;
  font-size: clamp(calc(var(--fontsize) * 0.5px),calc(var(--fontsize) / 750 * 100vw),calc(var(--fontsize) * 1px));
  position: absolute;
  top: calc( 28 / 630 * 100%);
  left: calc(190 / 750 * 100%);
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.experience__textdate span {
  font-size: calc(40 / 30 * 1em);
}


/*---------------------------*/
.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: 648px;
  width: 90%;
}
/*---------------------------*/
.lpbox {
  overflow: hidden;
}
.lpbox #fv {
  position: relative;
}

.lpbox .movie video {
  width: 100%;
  margin: 3em auto 0;
}
.lpbox .experience__box {
  position: relative;
}
.lpbox .experience__box .experience__box__btn {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 89.6%;
}
.lpbox .experience__box__text_01 {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 66.6%;
}
.lpbox .experience__box__text_02 {
  position: absolute;
  top: 2em;
  left: 0;
  right: 2.5em;
  margin: 0 auto;
  width: 74%;
}
.lpbox .experience__box_text {
  position: relative;
  width: 80%;
  height: 10em;
  margin: 2em auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.lpbox .experience__box__text_03 {
  background: #e77874;
  color: #fff;
  text-align: center;
  padding: .4em 0;
  font-size: 1.6em;
}
.lpbox .experience__box__text_04 {
  text-align: center;
  width: 64%;
  margin: 1.5em 0 0 0;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 1.1em;
}
.lpbox .experience__box__card {
  position: absolute;
  top: 3.4em;
  right: 0;
  width: 38.1%;
}
.lpbox .experience__box_text small {
  font-size: .5em;
  vertical-align: top;
}

.lpbox .moreover__box {
  position: relative;
}
.lpbox .moreover__box__text {
  position: absolute;
  top:  calc(170 / 380 * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(588 / 750 * 100%);
}

.lpbox .moreover__box .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.lpbox .moreover__box .slider li img {
  width: 70%;
}
.lpbox .thebest__box {
  position: relative;
}
.lpbox .thebest__box__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  width: calc(570 / 750 * 100%);
}

.lpbox .reason__box {
  position: relative;
}
.lpbox .reason__box__text_01 {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 57.4%;
}

.lpbox .reason__box__text {
  position: absolute;
  top: 0;
  left: 2em;
  width: 49.4%;
  z-index: 1;
}
.lpbox .reason__box .slider {
  width: 100%;
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.lpbox .reason__box .slider li img {
  width: 80%;
}

.lpbox .reason__box__text_02 {
  position: absolute;
  top: -10em;
  left: .5em;
  width: 44%;
  z-index: 1;
}

.lpbox .reason__box__text_03 {
  position: absolute;
  bottom: 1.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78.7%;
}
.lpbox .reason__box__text_04 {
  position: absolute;
  top: 6.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50.7%;
}
.lpbox .reason__box__text_05 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 73.4%;
}

.lpbox .dress .slider {
  width: 100%;
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.lpbox .dress .slider li img {
  width: 55%;
}

.lpbox .reason__box__text_06 {
  position: absolute;
  top: 7.14em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
}

.lpbox .reason__box__text_07 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84%;
}

.lpbox .free_trial__box {
  position: relative;
}
.lpbox .free_trial__box__text {
  position: absolute;
  top: 5.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}

.lpbox .nomination {
  margin: 3em auto 0;
}
.lpbox .nomination__btn {
  width: 86%;
}

.lpbox .voice__box {
  position: relative;
}
.lpbox .voice__box__text {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 71.6%;
}

.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: .7em;
  height: .7em;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -.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);
}
.lpbox .faq dl {
  margin-bottom: 1.5em;
}

.lpbox .bridal_fair__box {
  position: relative;
}
.lpbox .bridal_fair__box__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 76%;
}


.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__text_01 {
  position: absolute;
  top: 5.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 91.6%;
}
.lpbox .cta__box__text_02 {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84%;
}
.lpbox .cta__box__text_03 {
  position: absolute;
  top: 3.9em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90.5%;
}
.lpbox .cta__btn {
  width: 86%;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  padding-top: 2em;
  margin-bottom: 1em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}
#lpfooter .footer__link li img {
  width: 24%;
  display: inline-block;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
  display: inline-block;
  color: #1b1b1b;

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

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  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;
}

/* expand */
.expand {
  display: block;
  -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);
  }
}
