@charset "UTF-8";

.lp-wrap {
    margin: 0 auto 12rem;
    letter-spacing: .05em;
    font-size: 1.3rem;
}

.lp-wrap * {
    box-sizing: border-box;
}

.lp-wrap sup {
    vertical-align: super;
    font-size: smaller;
}

.lp-wrap .mv-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #EAE7E0;
    letter-spacing: .15em;
    margin-bottom: 10rem;
}

.lp-wrap .mv-wrap h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.lp-wrap .mv-wrap p {
    text-align: center;
    font-size: 1.5rem;
}

.lp-wrap .mv-wrap .ttl-wrap {
    width: 70rem;
}

.lp-wrap .mv-wrap picture {
    width: 70rem;
}

.lp-wrap .mv-wrap h1 span {
    font-size: 5rem;
    display: block;
    font-weight: 600;
}

.lp-wrap .collection-wrap {
    display: flex;
    align-items: center;
    border-bottom: .1rem solid #EDEDED;
    gap: 5rem;
    margin: 0 auto 8rem;
    justify-content: center;
    padding-bottom: 8rem;
    width: 120rem;
}

.lp-wrap .collection-wrap h2 {
    font-size: 3rem;
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 4rem;
}

.lp-wrap .collection-wrap .detail-txt dt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.lp-wrap .collection-wrap .detail-txt dd {
    line-height: 2;
}

.lp-wrap .collection-wrap .main-img {
    width: 54rem;
}

.lp-wrap .collection-wrap .detail-wrap {
    width: 51rem;
}

.lp-wrap .collection-wrap .sub-img {
    width: 40rem;
    margin-top: 4rem;
}

.lp-wrap #reglar {
    align-items: flex-start;
}

.lp-wrap #reglar .detail-wrap {
    margin-top: 4rem;
}

.lp-wrap .collection-wrap:nth-child(odd) {
    flex-direction: row-reverse;
}

.lp-wrap #Shine {
    border-bottom: none;
    margin-bottom: 0;
}

.lp-wrap .about-wrap h3 {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
}

.lp-wrap .about-wrap .cont01 {
    border: .2rem solid #EDEDED;
    width: 110rem;
    margin: 4rem auto 3rem;
    padding: 5rem;
    text-align: center;
}

.lp-wrap .about-wrap .cont01 .ico-list {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 1rem;
}

.lp-wrap .about-wrap .cont02 {
    background: #F8F8F8;
    width: 110rem;
    margin: 0 auto;
    padding: 5rem;
    text-align: center;
}

.lp-wrap .about-wrap .cont02 p {
    font-size: 1.4rem;
    line-height: 2;
}

.lp-wrap .about-wrap .cont01 h3 {
    padding-left: 3rem;
}

.lp-wrap .about-wrap .cont01 h3::before {
    content: '';
    position: absolute;
    background: url(../Img/ico_info.svg) no-repeat;
    width: 2.2rem;
    height: 2.2rem;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-size: 100%;
}

.lp-wrap .about-wrap .cont01 .ico-img {
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    line-height: 11rem;
    background: #F8F8F8;
    position: relative;
    margin-bottom: 1.5rem;
}

.lp-wrap .about-wrap .cont01 .ico-img img {
    width: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lp-wrap .about-wrap .cont01 .ico-img::after {
    content: '';
    position: absolute;
    right: 6rem;
    top: 0;
    width: 0.3rem;
    height: 12rem;
    background: rgb(0 0 0 / 20%);
    transform: rotate(45deg);
}

.lp-wrap .info-wrap {
    text-align: center;
    margin-top: 6em;
}

.lp-wrap .info-wrap p {
    font-weight: 600;
    font-size: 1.4rem;
}

.lp-wrap .btn-info a {
    width: 28rem;
    border-radius: 10rem;
    margin: 2rem auto 0;
    display: block;
    position: relative;
    padding: 1.5rem 0 1.3rem;
    font-weight: 600;
    background: #000;
    border: .1rem solid #000;
    color: #fff;
}

.lp-wrap .btn-info a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: .4rem solid;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
}

.lp-wrap .btn-info a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}

/*--------------------------------
            Responsive
 --------------------------------*/
@media (min-width: 1024px) {
	
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
	
}



/*--------------------------------
            Layout  PC
 --------------------------------*/
@media (min-width: 768px) {
.sp_only {
	display: none;
}
	
.lp-wrap {
    max-width: min(85%, 140rem);
}
	
.lp-wrap .mv-wrap .info-wrap {
    width: 80rem;
}
	
.lp-wrap .service-wrap .service-list {
    display: flex;
    gap: 1.9rem;
}

.lp-wrap .service-wrap .service-cont {
    width: 45.4rem;
}
	
.lp-wrap .service-wrap .payment-list .inner li:nth-child(1), .lp-wrap .service-wrap .payment-list .inner li:nth-child(4) {
    width: 40%;
}
	
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {
.pc_only {
	display: none;
}

.lp-wrap .mv-wrap h1 {
    font-size: 1.6rem;
    margin: 2rem auto 1.5rem;
}	

.lp-wrap .mv-wrap .day-txt {
    font-size: 2.6rem;
    margin-bottom: 4rem;
}

.lp-wrap {
    margin-bottom: 7rem;
    font-size: 1.2rem;
}
	
.lp-wrap .mv-wrap {
    display: block;
    margin-bottom: 7rem;
}

.lp-wrap .mv-wrap .ttl-wrap {
    width: 100%;
    padding-bottom: 3.5rem;
}

.lp-wrap .mv-wrap h1 span {
    font-size: 3.2rem;
}

.lp-wrap .mv-wrap p {
    font-size: 1.3rem;
    line-height: 1.8;
}

.lp-wrap .collection-wrap {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
    border-bottom: none;
    margin-bottom: 7rem;
}

.lp-wrap .collection-wrap .main-img {
    width: 100%;
}

.lp-wrap .collection-wrap .sub-img {
    width: 100%;
    margin-top: 3rem;
}

.lp-wrap .collection-wrap .detail-wrap {
    width: 100%;
    margin-top: 2rem !important;
}

.lp-wrap .collection-wrap h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2.8rem;
}

.lp-wrap .collection-wrap .detail-txt dt {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: .8rem;
}

.lp-wrap .about-wrap .cont01 {
    width: 100%;
    padding: 2.5rem 0;
    margin: 7rem auto 2.5rem;
}

.lp-wrap .about-wrap .cont02 {
    width: 100%;
    padding: 2.5rem 2rem;
}

.lp-wrap .about-wrap .cont01 .ico-img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1rem;
}

.lp-wrap .about-wrap {
    padding: 0 1.5rem;
}

.lp-wrap .about-wrap h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.lp-wrap .about-wrap .cont01 h3::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 38%;
}

.lp-wrap .about-wrap .cont01 h3 {
    padding-left: 2.2rem;
}

.lp-wrap .about-wrap .cont01 .ico-list {
    gap: 2rem;
    margin-top: .5rem;
}

.lp-wrap .about-wrap .cont01 .ico-img::after {
    height: 8rem;
    right: 4rem;
}

.lp-wrap .about-wrap .cont01 .ico-img img {
    width: 4rem;
}

.lp-wrap .about-wrap .cont02 p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.8;
}

.lp-wrap .info-wrap p {
    font-size: 1.3rem;
}

.lp-wrap .btn-info a {
    width: 23.5rem;
}
	
.lp-wrap .info-wrap {
    margin-top: 5rem;
}	
}



/* zoom
==================================*/
@keyframes zoom {
   0% {
      transform: scale(1.2);
   }
   100% {
      transform: scale(1);
   }
}

.lp-wrap .zoom{
  overflow: hidden;
}

.lp-wrap .zoom img{
  transform: scale(1.2);
  transition: all 1.5s;
  opacity: 0;
}

.lp-wrap .zoom.is-show img{
  transform: scale(1.0);
  opacity: 1;
}


/* Fade In
==================================*/
.lp-wrap .fadeIn {
  opacity: 0;
  transition: 1.5s;
}

.lp-wrap .fadeIn.is-show {
  opacity: 1;
}

.lp-wrap .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 1s;
}

.lp-wrap .fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
