@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mv-loaded .lp .lpMv__col img {
  -webkit-animation: fadeIn 1s linear forwards;
  animation: fadeIn 1s linear forwards;
}

.lp {
  color: #333333;
  font-size: 16px;
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-weight: 400;
  padding-top: 81px;
}

@media screen and (max-width: 767px) {
  .lp {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 48px;
  }
}

.lp button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lp section {
  position: relative;
}

.lp a {
  color: #333333;
}

.lp iframe {
  max-width: 100%;
}

.lp figure {
  margin: 0;
  padding: 0;
}

.lp img,
.lp svg {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

.lp .pc_show {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .lp .pc_show {
    display: none !important;
  }
}

.lp .sp_show {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .lp .sp_show {
    display: block !important;
  }
}

.footerNav.sp_show {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .footerNav.sp_show {
    display: block !important;
    z-index: 9;
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    background-color: rgba(64, 86, 131, 0.3);
    opacity: 0;
  }

  .footerNav.sp_show ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 99%;
    height: 100%;
    margin: auto;
  }

  .footerNav.sp_show ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 100%;
  }

  .footerNav.sp_show ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 80%;
    box-sizing: border-box;
    background-color: #cf5e32;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
  }

  .footerNav.sp_show ul li a p {
    display: inline-block;
    font-size: 1em;
    color: #fff;
  }
}

.openMenu.fadeIn .bottomList,
.scrolled.fadeIn .lineIcon {
  display: none !important;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .footGood {
    padding: 34px 0 34px;
  }
}

.lp .cmnTtl1 {
  position: absolute;
  z-index: 3;
  top: 56px;
  left: 45px;
}

@media screen and (max-width: 767px) {
  .lp .cmnTtl1 {
    top: 8.4vw;
    left: 4.667vw;
  }
}

.lp .cmnTtl1 img {
  height: 90px;
}

@media screen and (max-width: 767px) {
  .lp .cmnTtl1 img {
    height: 12.7vw;
  }
}

.lp .lpBtn {
  display: block;
  position: fixed;
  width: 200px;
  right: 12px;
  bottom: 12px;
  z-index: 7;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out 0.7s;
  transition: opacity 0.3s ease-out 0.7s;
}

@media screen and (max-width: 767px) {
  .lp .lpBtn {
    width: 30vw;
    right: 2.5vw;
    bottom: 60px;
  }
}

.lp .lpBtn img {
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  opacity: 0;
}

/* ------------------------------
  MV
-------------------------------*/
.lp .lpMv {
  background-color: black;
  width: 100%;
  height: 50.85vw;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid black;
  margin-bottom: 79px;
}

@media screen and (max-width: 767px) {
  .lp .lpMv {
    height: 144.5vw;
    margin-bottom: 9.2vw;
  }
}

.lp .lpMv__ttl1 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 37%;
  width: 258px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .lp .lpMv__ttl1 {
    top: 29%;
    width: 59vw;
  }
}

.lp .lpMv__ttl1 img {
  opacity: 0;
}

.lp .lpMv__ttl1 .letter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.lp .lpMv__bg {
  height: 100%;
  position: relative;
}

.lp .lpMv__half {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 0 5px;
}

@media screen and (max-width: 767px) {
  .lp .lpMv__half {
    padding: 0.8vw 0 0 0.8vw;
  }
}

.lp .lpMv__half.mv1 {
  left: 0;
}

.lp .lpMv__half.mv2 {
  left: 50%;
}

.lp .lpMv__col img {
  opacity: 0;
  margin: 0 0 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

@media screen and (max-width: 767px) {
  .lp .lpMv__col img {
    margin: 0 0 0.8vw 0;
  }
}

.lp .lpMv__col img.fade1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lp .lpMv__col img.fade2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.lp .lpMv__col img.fade3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.lp .lpMv__col img.fade4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.lp .lpMv__col img.fade5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.lp .lpMv__col img.fade6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.lp .lpMv__col img.fade7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.lp .lpMv__col img.fade8 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.lp .lpMv__scroll {
  opacity: 0;
  width: 4.444vw;
  bottom: 2.5vw;
  position: absolute;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp .lpMv__scroll img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .lp .lpMv__scroll:hover img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .lp .lpMv__scroll {
    width: 16.933vw;
    bottom: 8vw;
  }
}

@-webkit-keyframes lpScroll {
  0% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  50% {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }

  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}

@keyframes lpScroll {
  0% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  50% {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }

  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}

.lp .lpMv__scroll::after {
  width: 0.417vw;
  height: 0.556vw;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/00_arrowD.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.3vw;
  -webkit-animation: lpScroll 1.4s linear infinite;
  animation: lpScroll 1.4s linear infinite;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

@media screen and (min-width: 768px) {
  .lp .lpMv__scroll:hover::after {
    animation-name: none;
  }
}

@media screen and (max-width: 767px) {
  .lp .lpMv__scroll::after {
    width: 1.6vw;
    height: 2vw;
    bottom: -5.333vw;
  }
}

.ie .lp .lpMv__scroll::after {
  animation-name: none;
}

/* ------------------------------
  CONCEPT 
-------------------------------*/
.lp .lpConcept {
  padding: 194px 80px 163px;
}

@media screen and (max-width: 767px) {
  .lp .lpConcept {
    padding: 30.3vw 7.467vw 18vw;
  }
}

.lp .lpConcept__img {
  max-width: 1280px;
  margin: 0 auto 75px;
}

@media screen and (max-width: 767px) {
  .lp .lpConcept__img {
    margin: 0 auto 9.2vw;
  }
}

.lp .lpConcept__img h3 {
  margin: -39px auto 0;
  width: 69.85%;
}

@media screen and (max-width: 767px) {
  .lp .lpConcept__img h3 {
    margin: -11vw auto 0;
    width: 102%;
  }
}

.lp .lpConcept__copy {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .lp .lpConcept__copy {
    width: 71.6vw;
  }
}

.lp .lpConcept__logo {
  width: 506px;
  margin: 95px auto 0;
}

@media screen and (max-width: 767px) {
  .lp .lpConcept__logo {
    width: 68.133vw;
    margin: 14.4vw auto 0;
  }
}

/* ------------------------------
  SPECIAL MOVIE
-------------------------------*/
.lp .lpMovie {
  width: 100%;
  height: 640px;
  will-change: height, top;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp .lpMovie {
    height: 122.5vw;
  }
}

.lp .lpMovie__bg {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.lp .lpMovie__bg .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lp .lpMovie__bg .bg.bg1 {
  z-index: 3;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie04.jpg');
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__bg .bg.bg1 {
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie04_sp.jpg');
  }
}

.lp .lpMovie__bg .bg.bg2 {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie05.jpg');
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__bg .bg.bg2 {
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie05_sp.jpg');
  }
}

.lp .lpMovie__bg .bg.bg3 {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie06.jpg');
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__bg .bg.bg3 {
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie06_sp.jpg');
  }
}

.lp .lpMovie__bg .bg.bg4 {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie07.jpg');
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__bg .bg.bg4 {
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/02_movie07_sp.jpg');
  }
}

.lp .lpMovie__bg:after {
  content: '';
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.lp .lpMovie__bg.hover:after {
  opacity: 0.5;
}

.lp .lpMovie__ttl1 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 24.5%;
  width: 588px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__ttl1 {
    width: 54vw;
    top: 23%;
  }
}

.lp .lpMovie__caption {
  position: absolute;
  width: 123px;
  bottom: 22px;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__caption {
    width: 28vw;
    bottom: 3.2vw;
    right: 2.267vw;
  }
}

.lp .lpMovie__videoContainer {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 860px;
  height: 484px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 55%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__videoContainer {
    width: 90.4vw;
    height: 50vw;
    top: 50%;
  }
}

.lp .lpMovie__close {
  width: 87px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 105%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .lp .lpMovie__close {
    width: 18.533vw;
    top: 120%;
  }
}

/* ------------------------------
  MUSIC
-------------------------------*/
.lp .lpMusic {
  padding: 155px 0 169px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic {
    padding: 28.5vw 4.8vw 19vw;
  }
}

.lp .lpMusic__ttl1 {
  width: 160px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__ttl1 {
    width: 34.267vw;
  }
}

.lp .lpMusic__grey {
  max-width: 1180px;
  margin: 73px auto 0;
  padding: 0 5%;
  background-color: white;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__grey {
    padding: 0;
    margin: 12vw auto 0;
  }
}

.lp .lpMusic__artist {
  width: 92px;
  position: absolute;
  top: 32px;
  right: 37px;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__artist {
    width: 19.733vw;
    top: 76.8vw;
    right: 4.267vw;
  }
}

.lp .lpMusic__container {
  max-width: 1005px;
  padding: 139px 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .lp .lpMusic__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__container {
    padding: 0;
  }
}

.lp .lpMusic__img {
  width: 44.5%;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__img {
    width: 100%;
  }
}

.lp .lpMusic__txt {
  width: 47.1%;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__txt {
    width: 100%;
    position: relative;
    padding: 15.5vw 7% 14vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.lp .lpMusic__ttl2 {
  width: 104px;
  margin: 14px 0 26px;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__ttl2 {
    width: 27.6vw;
    margin: 0 0 7vw;
  }
}

.lp .lpMusic__p {
  font-size: 13px;
  line-height: 2.65;
}

@media screen and (max-width: 767px) {
  .lp .lpMusic__p {
    font-size: 3.2vw;
    line-height: 2.52;
  }
}

/* ------------------------------
  SPECIAL
-------------------------------*/
.lp .lpSpec {
  background-color: black;
  padding: 5px;
  padding-bottom: 20px;
}

.ie .lp .lpSpec {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec {
    padding: 0.8vw;
  }
}

.lp .lpSpec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .lp .lpSpec__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lp .lpSpec__bg {
  height: 320px;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special02.jpg');
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__bg {
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special02_sp.jpg');
    margin-bottom: 3vw;
    height: 94.7vw;
  }
}

.lp .lpSpec__ttl1 {
  width: 410px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 32%;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__ttl1 {
    width: 77vw;
    top: 42%;
  }
}

.lp .lpSpec__ttl2 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}


.lp .lpSpec__ttl2 img {
  height: 180px;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__ttl2 img {
    height: 39vw;
  }
}

.lp .lpSpec__ttl2.threeLines img {
  height: 210px;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__ttl2.threeLines img {
    height: 48vw;
  }
}

.lp .lpSpec__ttl2.oneLine img {
  height: 138px;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__ttl2.oneLine img {
    height: 30.5vw;
  }
}

.lp .lpSpec__item {
  width: 33.1%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__item {
    width: 100%;
    margin-bottom: 0.8vw;
  }
}

.lp .lpSpec__item.comingSoon {
  pointer-events: none;
  cursor: auto;
}

.lp .lpSpec__item.comingSoon .lpSpec__caption {
  visibility: hidden;
}

.lp .lpSpec__item.comingSoon .lpSpec__img::after {
  content: "";
  width: 167px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/00_comingSoon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__item.comingSoon .lpSpec__img::after {
    width: 38.933vw;
    height: 4.933vw;
  }
}

.lp .lpSpec__item.playBtn .lpSpec__img::after {
  content: "";
  width: 31px;
  height: 31px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/00_play.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__item.playBtn .lpSpec__img::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}

.lp .lpSpec__item.mediumItem {
  width: 49.8%;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__item.mediumItem {
    width: 100%;
  }
}

.lp .lpSpec__item.largeItem {
  width: 100%;
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__item.largeItem {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {

  .lp .lpSpec__item.hideItem1,
  .lp .lpSpec__item.hideItem2 {
    display: none;
    opacity: 0;
  }
}

.lp .lpSpec__img {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__img {
    height: 62.267vw;
  }
}

.lp .lpSpec__caption {
  color: white;
  font-size: 18px;
  padding: 10px 1px 0px 20px;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__caption {
    font-size: 4.267vw;
    padding: 1.6vw 0 9vw 3vw;
  }
}

.lp .lpSpec__item[data-video='v2'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special03.jpg');
}

.lp .lpSpec__item[data-video='v3'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special04.jpg');
}

.lp .lpSpec__item[data-video='v4'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special05.jpg');
}

.lp .lpSpec__item[data-video='v5'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special07.jpg');
}

.lp .lpSpec__item[data-video='v6'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special08.jpg');
}

.lp .lpSpec__item[data-video='v7'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special09.jpg');
}

.lp .lpSpec__item[data-video='v8'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special10.jpg');
}

.lp .lpSpec__item[data-video='v9'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special14.jpg');
}

.lp .lpSpec__item[data-video='v10'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special15.jpg');
}

.lp .lpSpec__item[data-video='v11'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special16.jpg');
}

.lp .lpSpec__item[data-video='v12'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special17.jpg');
}

.lp .lpSpec__item[data-video='v13'] .lpSpec__img {
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/04_special18.jpg');
}

.lp .lpSpec__item.new:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/00_new.png');
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__item.new:after {
    width: 16.4vw;
    height: 16.4vw;
  }
}

.lp .lpSpec__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.lp .lpSpec__banner {
  padding: 86px 0 75px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__banner {
    padding: 12vw 0 9vw;
  }
}

.lp .lpSpec__banner img {
  width: 69%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__banner img {
    width: 92%;
  }
}

.lp .lpSpec__more {
  width: 48vw;
  height: 10.133vw;
  display: none;
  margin: 8vw auto 8vw;
  border: 1px solid #525252;
  border-radius: 5vw;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lp .lpSpec__more img {
  width: 22.8vw;
}

.lp .lpSpec__session {
  margin: 80px auto 53px;
  display: block;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__session {
    margin: 9.1vw auto 9.1vw;
  }
}

.lp .lpSpec__session img {
  height: 31px;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .lp .lpSpec__session img {
    height: 6.533vw;
  }
}

/* ------------------------------
  BANNER
-------------------------------*/
.lp .lpBan {
  padding: 113px 0 0;
}

@media screen and (max-width: 767px) {
  .lp .lpBan {
    padding: 16vw 0 16vw;
  }
}

.lp .lpBan__bnr {
  max-width: 1012px;
  margin: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .lp .lpBan__bnr {
    max-width: 90.4vw;
  }
}

.lp .lpBan__btnArea {
  padding: 172px 0 135px;
  max-width: 835px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .lp .lpBan__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .lp .lpBan__btnArea {
    padding: 20vw 0 0;
    max-width: 77.067vw;
  }
}

.lp .lpBan__btn {
  width: 48%;
  height: 70px;
  position: relative;
  font-size: 19px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  font-weight: 600;
  background-color: #cf5e32;
  border-radius: 3px;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.lp .lpBan__btn:before {
    content: "無料";
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
    white-space: nowrap;
    position: relative;
    border-radius: 15px;
    padding: 2px 4px 2px 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

@media screen and (max-width: 767px) {
  .lp .lpBan__btn {
    width: 100%;
    height: 14.667vw;
    font-size: 4vw;
    margin-bottom: 5.6vw;
    border-radius: 1vw;
  }
}

/* ------------------------------
  MODAL
-------------------------------*/
.lp .lpBan__btn:after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/30wedding/00_arrowR.png');
  right: 25px;
  width: 9px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .lp .lpBan__btn:after {
    right: 4.533vw;
    width: 2vw;
    height: 1.6vw;
  }
}

.lp .lpModal {
  display: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100%;
}

.lp .lpModal__inner {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

.lp .lpModal__videoContainer {
  width: 860px;
  height: 484px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .lp .lpModal__videoContainer {
    width: 90.4vw;
    height: 50vw;
  }
}

.lp .lpModal__close {
  width: 87px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 105%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .lp .lpModal__close {
    width: 18.533vw;
    top: 120%;
  }
}

@media screen and (min-width: 767px) {

  .lp .lpBan__bnr:hover,
  .lp .lpBan__btn:hover,
  .lp .lpModal__close:hover,
  .lp .lpMovie__close:hover,
  .lp .lpSpec__banner:hover {
    opacity: 0.7;
  }

  .lp .lpBtn:hover img {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
  }

  .lp .lpSpec__item:hover .lpSpec__img:before {
    opacity: 0.5;
  }
}

#gHeader {
  -webkit-transition: opacity 0.3s ease-out 0.7s;
  transition: opacity 0.3s ease-out 0.7s;
}

body.movie-is-open {
  overflow: hidden;
}

body.movie-is-open .lpMovie__bg:after {
  opacity: 0.7 !important;
}

body.movie-is-open .lpMovie__videoContainer {
  z-index: 10;
}

body.movie-is-open #gHeader,
body.movie-is-open .lpBtn {
  opacity: 0;
  visibility: hidden;
}

body.modal-is-open {
  overflow: hidden;
}

/*固定フッター------------------------------------*/
@media screen and (max-width: 768px) {
.lineIcon.sp {
    display: none!important;
}
.footGood {
    padding-bottom: 100px;
}
.footer__bnr.sp {
    display: block!important;
    padding: 6px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #eee;
    opacity: 0;
    box-sizing: border-box;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.scrolled .footer__bnr.sp {
    visibility: hidden;
    opacity: 0;
    transform: none;
    -webkit-transform: none;
}
.scrolled.fadeIn .footer__bnr.sp {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.footer__bnr.sp a.footer__bnr__online,
.footer__bnr.sp a.footer__bnr__shop {
    width: 49%;
    display: inline-block;
    margin-right: 4px;
    background: #cf5e32;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #cf5e32;
}
.footer__bnr.sp a.footer__bnr__online {
    background: #fff;
    color: #cf5e32!important;
}
.footer__bnr.sp a.footer__bnr__shop {
    font-size: 16px
}
.footer__bnr.sp a.footer__bnr__online p,
.footer__bnr.sp a.footer__bnr__shop p {
    height: 54px;
    text-align: center;
}
.footer__bnr.sp a.footer__bnr__online span,
.footer__bnr.sp a.footer__bnr__shop span {
    padding: 4px 6px 4px;
    margin-top: 7px;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 10px;
}
.footer__bnr.sp a.footer__bnr__online span.footer__bnr__online__radius,
.footer__bnr.sp a.footer__bnr__shop span.footer__bnr__shop__radius {
    border: #fff 1px solid;
    border-radius: 20px;
}
.footer__bnr.sp a.footer__bnr__online span.footer__bnr__online__radius {
    border: #cf5e32 1px solid; 
}
}
@media screen and (min-width: 768px) {
  .footer__bnr {
    display: none;
  }
} 
/*# sourceMappingURL=style.css.map */