/*//lefko*/


.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.popup-left {
  position: relative;
}

.slider {
  margin-bottom: 20px;
}

.slider-wrapper img {
  width: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.crd-col50{
  width: 50%;
  margin: 30px 0;
}
.buy-now{
    background: #2DBA58;
    color: white;
    padding: 5px 15px;
    border-radius: 2px;
}
.crd-col50 h2{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
}
.crd-clright{
  padding-left: 30px;
}
html,body{
  font-family: Times New Roman, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #384149;
  line-height: 1.7;
}
a{
  color: #384149;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
  max-width: 100%;
  display: block;
}
.overflow{ overflow: hidden; }
/*===========slide=============*/
/* Popup container */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Popup content */
.popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}

/* Close button */
.popup .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup .close:hover,
.popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Left side of the popup */
.popup-left {
  width: 100%;
  text-align: center;
}

.popup-left img {
  width: 100%;
  height: auto;
}

/* Right side of the popup */
.popup-right {
  width: 50%;
}

#customer-form {
  display: flex;
  flex-direction: column;
}
#customer-note {
  height: 8rem !important;
}
#customer-form label {
  margin-top: 10px;
  text-align: left;
}

#customer-form input,
#customer-form select,
#customer-form textarea {
  margin-top: 5px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

#customer-form button {
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

#customer-form button:hover {
  background-color: #45a049;
}
#popup-title{
  padding-top: 30px;
}

/* Popup container */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Popup content */
.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 50%;
  text-align: center;
}

/* Close button */
.popup .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup .close:hover,
.popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.colle-item{
  margin: 0 10px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
/*  background-color: rgb(0,0,0);*/
  background-color: rgb(0 0 0 / 82%);
}

.popup-content {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 35%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.slick-next:before, .slick-prev:before {
    font-size: 28px !important;
    color: #3467AD !important;
}



.fv{
  position: relative;
}
.fv::before{
  content: "";
  display: block;
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,transparent,#fff);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.fv .wrap{
  background: url(../images/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 99.4rem;
  padding: 5rem 0 16rem;
}
.fv .wrap .content{
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.fv .wrap img.logo{
  width: 23.5rem;
}
.fv .wrap .catch{
  font-size: 2.4rem;
  margin: auto 0 1em;
}
.fv .wrap h1{
  font-size: 8.8rem;
  line-height: 1;
  font-weight: 400;
}
.fv .wrap .h1-ja{
  font-size: 1.6rem;
  margin-top: 0.5em;
}
.fv .wrap img.fv-txt{
  width: 47.6rem;
  margin-top: 3rem;
}
.fv img.fv-img{
  width: auto;
  max-width: unset;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1680px){
.fv::before{
  height: 17.86vw;
}
.fv .wrap{
  height: 59.17vw;
  padding: 2.98vw 0 9.52vw;
}
}
@media (min-width: 769px) and (max-width: 1480px){
.fv .wrap img.logo{
  width: 15.88vw;
}
.fv .wrap .catch{
  font-size: 1.62vw;
}
.fv .wrap h1{
  font-size: 5.95vw;
}
.fv .wrap .h1-ja{
  font-size: 1.08vw;
}
.fv .wrap img.fv-txt{
  width: 32.16vw;
  margin-top: 2.03vw;
}
}


.h-1{
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}


.h-2{
  font-size: 5.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}


.n-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 7.2rem;
  background: #384149;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 4rem auto 0;
  position: relative;
}
.n-btn::before{
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: url(../images/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2rem;
}


.sec-1{
  text-align: center;
  padding: 6rem 0 8rem;
}
.sec-1 .img-wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
.sec-1 .h-1{
  margin-bottom: 1rem;
}
.sec-1 p{
  font-size: 1.8rem;
}


.sec-2{
  background: #F8F9F9;
  padding: 12rem 0;
}
.sec-2 ul li{
  display: flex;
  justify-content: space-between;
}
.sec-2 ul li.li-2{
  flex-direction: row-reverse;
}
.sec-2 ul li + li{
  margin-top: 16rem;
}
.sec-2 ul li .img,
.sec-2 ul li .txt{
  width: 50.6rem;
}
.sec-2 ul li.li-1 .img img.img1{
  width: 87%;
}
.sec-2 ul li.li-1 .img img.img2{
  width: 50.2%;
  margin: -28% 0 0 auto;
}
.sec-2 ul li.li-2 .img img.img2{
  width: 37.9rem;
  margin-top: 2rem;
}
.sec-2 ul li .h2-en{
  font-size: 5.6rem;
  line-height: 1;
  margin-bottom: 0.6em;
}
.sec-2 ul li h2{
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 1em;
}


.sec-3{
  padding: 12rem 0;
}
.sec-3 img.sec-3-img1{
  width: 62.4rem;
  margin: 5rem auto 4rem;
}


.sec-4{
  padding: 0 0 12rem;
}
.sec-4 .h-1{
  margin-bottom: 7rem;
}
.sec-4 ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-4 ul li:nth-child(2n-1){
  flex-direction: row-reverse;
}
.sec-4 ul li + li{
  margin-top: 8rem;
}
.sec-4 ul li .img{
  width: 50.6rem;
}
.sec-4 ul li .txt{
  width: 50rem;
}
.sec-4 ul li h3{
  font-size: 2.8rem;
  font-weight: 400;
}
.sec-4 ul li .h3-en{
  opacity: 0.5;
  margin: 0.2em 0 1.5em;
}


.sec-5{
  background: url(../images/sec-5-bg.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 8rem 0;
}
.sec-5 h2 img{
  width: 36.3rem;
  margin: 0 auto 5rem;
}
.sec-5 h2 + p{
  text-align: center;
}
.sec-5 .img-wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 8rem 0 12rem;
}
ul.point li{
  display: block;
}
ul.point > li + li{
  margin-top: 8rem;
}
ul.point > li .ttl-wrap{
  padding: 1.5rem 0;
  border-top: 1px solid #C4CCD3;
  border-bottom: 1px solid #C4CCD3;
  margin-bottom: 4rem;
}
ul.point > li .ttl-wrap h3{
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 0.2em;
}
ul.point > li h4{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.2em;
}
ul.point > li.li-1 .wrap-1{
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
ul.point > li.li-1 .wrap-1 img{
  width: auto;
  height: 30.4rem;
}
ul.point > li.li-2 .wrap-1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
ul.point > li.li-2 .wrap-1 img.img{
  width: 41.7rem;
}
ul.point > li.li-2 .wrap-1 .txt{
  width: 58.3rem;
}
ul.point > li.li-2 a.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 7.2rem;
  border: 1px solid #384149;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4rem;
}
ul.point > li.li-3 ul.video-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 4rem 0 6rem;
}
ul.point > li.li-3 ul.video-li li iframe{
  display: block;
  width: 100%;
  aspect-ratio: 100 / 55;
  background: #000;
}
ul.point > li.li-3 ul.video-li li h5{
  font-size: 2rem;
  font-weight: 400;
  margin: 0.8em 0 0.2em;
}
ul.point > li.li-3 img.sec-5-3-img{
  margin-top: 4rem;
}
ul.point > li.li-4 img.sec-5-4-img1{
  width: 24.2rem;
  margin-bottom: 4rem;
}
ul.point > li.li-4 .wrap-1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 5rem 0;
}
ul.point > li.li-4 .wrap-1 img.img{
  width: 30.5rem;
}
ul.point > li.li-4 .wrap-1 .txt{
  width: 73rem;
}
ul.point > li.li-4 .wrap-1 h4{
  font-size: 2.4rem;
  padding-bottom: 0.7em;
  margin-bottom: 0.9em;
  border-bottom: 1px solid #C4CCD3;
}


.sec-6{
  background: #F8F9F9;
  padding: 8rem 0;
}
ul.colle-li{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin: 5rem 0;
}
ul.colle-li li{
  display: flex;
  flex-direction: column;
}
ul.colle-li li .img{
  position: relative;
}
ul.colle-li li .img .tag{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.33;
  padding: 0 0.6em;
  background: #384149;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
ul.colle-li li h3{
  font-weight: 400;
  margin: 1.2em 0 0.1em;
}
ul.colle-li li p{
  font-size: 1.4rem;
  margin-bottom: 0.7em;
}
ul.colle-li li .price{
  margin-top: auto;
}
.sec-6 .box-1{
  padding: 1em 0;
  border-top: 1px solid #C4CCD3;
  border-bottom: 1px solid #C4CCD3;
}
.sec-6 .n-btn{
  width: 44rem;
  font-size: 1.6rem;
}


.sec-7{
  padding: 8rem 0;
}
.sec-7 ul{
  border-top: 1px solid #C4CCD3;
}
.sec-7 ul li{
  display: block;
  padding: 3rem 0;
  border-bottom: 1px solid #C4CCD3;
}
.sec-7 ul li h3{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.8em;
}


.contact{
  background: #F8F9F9;
  padding: 8rem 0;
}
.contact .box{
  background: #fff;
  padding: 5rem 17rem 8rem;
}
.contact .btn-wrap{
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
}
.contact a.line-btn,
.contact a.tel-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 7.2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding-left: 3.4rem;
  position: relative;
}
.contact a.line-btn::before,
.contact a.tel-btn::before{
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 2.4rem;
  top: 0;
}
.contact a.line-btn::before{
  width: 3.6rem;
  background: url(../images/ico-line.svg) center center no-repeat;
  background-size: contain;
}
.contact a.tel-btn::before{
  width: 3.3rem;
  background: url(../images/ico-tel.svg) center center no-repeat;
  background-size: contain;
}
.contact a.line-btn{
  background: #2DBA58;
}
.contact a.tel-btn{
  background: #384149;
  pointer-events: none;
}
.contact a.tel-btn big{
  font-size: 2.4rem;
  line-height: 1.1;
}
form label.label{
  display: block;
  margin: 3rem 0 0.4em;
}
#btn-contact{
  padding: 3px 30px;
}
form input[type=text], form input[type=email],
form textarea{
  display: block;
  width: 100%;
  padding: 1em 0.9em;
  background: #F2F2F2;
  color: #384149;
  border: none;
  font-size: 1.6rem;
}
form textarea{
  height: 30rem;
  resize: none;
}
form .agree{
  text-align: center;
  margin: 3rem 0;
}
form .agree a{
  font-weight: 700;
}
form .submit-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.2rem;
  background: #384149;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem auto 0;
  transition: 0.3s;
}
input[type=submit]:hover{
  opacity: 0.7;
}


footer{
  font-size: 1.4rem;
  padding: 4rem 0;
}
footer .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .left{
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
footer .left a.logo{
  display: block;
  width: 14.8rem;
}
footer .left p{
  font-size: 1.2rem;
  line-height: 1.5;
}
footer .right{
  text-align: right;
}
footer ul.footer-nav{
  display: flex;
  gap: 2rem;
}
footer ul.footer-nav li{
  display: block;
}
footer .copy{
  font-size: 1.2rem;
  opacity: 0.5;
  margin-top: 0.6em;
}

.thanks section{
  background: url(../images/sec-5-bg.jpg) top center no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  padding: 8rem 0;
}
.thanks .content{
  max-width: 80rem;
}
.thanks .n-btn::before{
  content: none;
}


.plane{
  background: #F8F9F9;
  padding: 8rem 0 15rem;
}
.plane .content{
  max-width: 120rem;
}
.plane h2{
  font-size: 2.4rem;
  font-weight: 400;
  margin: 2em 0 0.6em;
}




/* ヘッダー動き */
.t-anime-1{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.t-anime-1{
  transform: translateY(2rem);
  transition-delay: 0.5s;
}
.t-anime-1{
  transition-property: opacity, transform;
}

.t-anime-1.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

.fade-b-ct.load > :nth-child(2),
.fade-b-ct.load > :nth-child(3) {
  transition-property: opacity, transform;
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 24rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  background-color: #384149;
}
#pagetop a img {
  width: 1.6rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
  max-width: 118rem;
  padding: 0 5rem;
  margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1180px){

html{ font-size: 0.847vw; }




}/*　タブレットここまで */
}/*　PCここまで */

/*#collection .content .slick-next, #collection .content .slick-prev{
  z-index: 999;
}
*/
#slick-slide-control00{
  opacity: 0;
}

.slick-next {
    right: -22px !important;
}
.slick-prev {
    left: -30px !important;
}
/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
#slick-slide-control00{
opacity: 1;
}
.popup-content {
    margin: 16% auto;
}
#collection .slick-prev {
    left: -20px !important;
}
#collection .slick-next {
    right: -12px !important;
}


.slick-next {
    right: -22px !important;
}
.slick-prev {
    left: -28px !important;
}
.popup-content {
  display: block;
  max-width: 100%;
  width: 90%;
}
.popup-right, .popup-left {
  width: 100%;
}
.crd-col50{
  width: 100% !important;
}
.crd-clright{
  padding-left: 0px;
}






.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{ font-size: 1.4rem; }

.content{
  width: 100%;
  padding: 0 2.4rem;
}


.fv::before{
  content: none;
}
.fv .wrap{
  background: url(../images/fv-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  height: 60.6rem;
  padding: 4rem 0 8rem;
}
.fv .wrap img.logo{
  width: 14rem;
}
.fv .wrap .catch{
  font-size: 1.8rem;
  line-height: 1.5;
}
.fv .wrap h1{
  font-size: 4.8rem;
}
.fv .wrap .h1-ja{
  font-size: 1.2rem;
  margin-top: 0.5em;
}
.fv .wrap img.fv-txt{
  width: 100%;
  margin-top: 2.4rem;
}
.fv img.fv-img{
  width: 100%;
  height: unset;
  position: unset;
  margin-top: 0.8rem;
}


.h-1{
  font-size: 2rem;
  margin-bottom: 2.5rem;
}


.h-2{
  font-size: 3.2rem;
  margin-bottom: 2rem;
}


.n-btn{
  width: 100%;
  height: 5.6rem;
  font-size: 1.5rem;
  margin: 4rem auto 0;
}
.n-btn::before{
  right: 1.4rem;
}


.sec-1{
  padding: 6rem 0;
}
.sec-1 .img-wrap{
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.sec-1 .h-1{
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.sec-1 p{
  font-size: 1.5rem;
}


.sec-2{
  padding: 12rem 0;
}
.sec-2 ul li{
  display: block;
}
.sec-2 ul li + li{
  margin-top: 4rem;
}
.sec-2 ul li .img,
.sec-2 ul li .txt{
  width: 100%;
}
.sec-2 ul li .img{
  margin-bottom: 3rem;
}
.sec-2 ul li.li-2 .img img.img2{
  width: 100%;
  margin-top: 1.2rem;
}
.sec-2 ul li .h2-en{
  font-size: 3.2rem;
}
.sec-2 ul li h2{
  font-size: 1.8rem;
  margin-bottom: 1.8em;
}


.sec-3{
  padding: 6rem 0;
}
.sec-3 img.sec-3-img1{
  margin: 4rem auto;
}
.sec-3 .sec-3-img2{
  overflow-y: scroll;
  padding-bottom: 2rem;
}
.sec-3 .sec-3-img2 img{
  max-width: 94.5rem;
}


.sec-4{
  padding: 0 0 6rem;
}
.sec-4 .h-1{
  margin-bottom: 3.5rem;
}
.sec-4 ul li{
  display: block;
}
.sec-4 ul li + li{
  margin-top: 4rem;
}
.sec-4 ul li .img,
.sec-4 ul li .txt{
  width: 100%;
}
.sec-4 ul li .img{
  margin-bottom: 2rem;
}
.sec-4 ul li h3{
  font-size: 1.8rem;
}
.sec-4 ul li .h3-en{
  margin: 0.2em 0 1em;
}


.sec-5{
  background: url(../images/sec-5-bg_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 6rem 0;
}
.sec-5 h2 img{
  width: 20.4rem;
  margin: 0 auto 4rem;
}
.sec-5 h2 + p{
  width: 26.2rem;
  text-align: left;
  margin: 0 auto;
}
.sec-5 .img-wrap{
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin: 4rem 0;
}
ul.point > li + li{
  margin-top: 6rem;
}
ul.point > li .ttl-wrap{
  font-size: 1.6rem;
  padding: 2.5rem 0;
  margin-bottom: 3rem;
}
ul.point > li .ttl-wrap h3{
  font-size: 1.8rem;
}
ul.point > li h4{
  font-size: 1.6rem;
}
ul.point > li.li-1 .wrap-1{
  flex-wrap: wrap;
  gap: 1.2rem;
}
ul.point > li.li-1 .wrap-1 img.img1{
  width: 100%;
  height: auto;
}
ul.point > li.li-1 .wrap-1 img.img2,
ul.point > li.li-1 .wrap-1 img.img3{
  width: auto;
  height: 16.2rem;
}
ul.point > li.li-2 .wrap-1{
  display: block;
}
ul.point > li.li-2 .wrap-1 img.img,
ul.point > li.li-2 .wrap-1 .txt{
  width: 100%;
}
ul.point > li.li-2 .wrap-1 img.img{
  margin-bottom: 4rem;
}
ul.point > li.li-2 a.btn{
  width: 100%;
  height: 5.6rem;
  font-size: 1.4rem;
}
ul.point > li.li-3 ul.video-li{
  grid-template-columns: 1fr;
  gap: 3rem;
  margin: 4rem 0;
}
ul.point > li.li-3 ul.video-li li h5{
  font-size: 1.6rem;
}
ul.point > li.li-3 img.sec-5-3-img{
  margin-top: 3rem;
}
ul.point > li.li-4 img.sec-5-4-img1{
  width: 12rem;
  margin: 0 auto 4rem;
}
ul.point > li.li-4 .wrap-1{
  display: block;
  margin: 4rem 0;
}
ul.point > li.li-4 .wrap-1 img.img{
  width: 19rem;
  margin: 0 auto 4rem;
}
ul.point > li.li-4 .wrap-1 .txt{
  width: 100%;
}
ul.point > li.li-4 .wrap-1 h4{
  font-size: 2rem;
}


.sec-6{
  padding: 6rem 0;
}
ul.colle-li{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
  row-gap: 4rem;
  margin: 4rem 0;
}
ul.colle-li li .img .tag{
  line-height: 2;
  padding: 0 0.6em;
}
ul.colle-li li .img .tag.sp-s{
  width: 100%;
  font-size: 1rem;
  text-align: center;
  padding: 0;
}
ul.colle-li li h3{
  font-weight: 400;
  margin: 1em 0 0.1em;
}
ul.colle-li li p{
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.sec-6 .n-btn{
  width: 100%;
  font-size: 1.4rem;
}


.sec-7{
  padding:  6rem 0;
}
.sec-7 ul li{
  padding: 2.5rem 0;
}
.sec-7 ul li h3{
  font-size: 1.6rem;
}


.contact{
  padding: 2.4rem 0;
}
.contact .box{
  padding: 4rem 1.8rem;
}
.contact .btn-wrap{
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
.contact a.line-btn,
.contact a.tel-btn{
  align-items: flex-start;
  height: 5.6rem;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 5.7rem;
}
.contact a.line-btn::before,
.contact a.tel-btn::before{
  left: 1.1rem;
}
.contact a.tel-btn{
  pointer-events: unset;
}
.contact a.line-btn big{
  font-size: 1.6rem;
  line-height: 1.1;
}
.contact a.tel-btn big{
  font-size: 2.2rem;
}
form textarea{
  height: 24rem;
}
form .submit-btn{
  height: 5.6rem;
  font-size: 1.4rem;
}


footer{
  font-size: 1.2rem;
}
footer .content{
  display: block;
}
footer .left{
  display: block;
}
footer .left a.logo{
  margin-bottom: 2rem;
}
footer .left p{
  font-size: 1.1rem;
}
footer .right{
  text-align: unset;
  margin-top: 4rem;
}
footer ul.footer-nav{
  display: block;
}
footer ul.footer-nav li + li{
  margin-top: 1em;
}
footer .copy{
  margin-top: 4rem;
}

.thanks section{
  background: url(../images/sec-5-bg_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 6rem 0;
}


.plane{
  padding: 6rem 0 8rem;
}
.plane h2{
  font-size: 1.8rem;
}


#loading img {
  width: 16rem;
}




}/*　スマホここまで */



