@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

img {
  width: 100%;
  height: auto;
}
.wrap {
  overflow: hidden;
}
main p.marugo {
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
main * {
  letter-spacing: 0.025em;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pos_re {
  position: relative;
}
.img_ab{
  position: absolute;
  top: 0;
  left: 0;
}
.com_inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.link_under{
  color: #4471c4;
  text-decoration: underline;
}
.soon_cont{
  pointer-events: none;
}
.soon{
  opacity: 0.6;
  pointer-events: none;
}
.pc_on {
  display: block;
}
.sp_on {
  display: none;
}
.db1000 {
  display: none;
}
.db1000sp0 {
  display: none;
}
.db750{
  display: none;
}
.db650 {
  display: none;
}
.dn650 {
  display: block;
}
.db600 {
  display: none;
}
.dn600 {
  display: block;
}
.dn1000 {
  display: block;
}


/* contact */
.nt_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.nt_contact_box{
  /* background: url(../img/top/contact_bg.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 400px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.nt_page_ttl{
  text-align: center;
  box-sizing: content-box;
  margin-bottom: 10px;
  /* height: 26px; */
  font-size: 25px;
  font-size: 25px;
  letter-spacing: 0.4em;
  color: #000;
  font-family: asap, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.nt_page_ttl img {
  height: 100%;
  width: auto;
}
.nt_page_ttl_ja{
  color: #000;
  text-align: center;
}
.nt_contact_btn{
  transition: 0.3s;
}
.nt_contact_btn:hover{
  opacity: 0.8;
  transition: 0.3s;
}
.nt_contact_btn_flex{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  margin-top: 40px;
}
.nt_contact_btn{
  /* max-width: 210px; */
  width: 48%;
  letter-spacing: 0.4em;
  height: 80px;
  /* border: solid 2px #fff; */
  text-align: center;
  border-radius: 12px;
}
.nt_contact_btn.nt_req{
  /* margin-right: 20px; */
  background: #8f82bc;
}
.nt_contact_btn.nt_res{
  background: #e4007f;
}
.nt_bnr{
  /* background: #f4f0df; */
  width: 100%;
  letter-spacing: 0.4em;
  margin-top: 30px !important;
  /* height: 90px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nt_bnr > a{
  width: 48%;
  background: #f4f0df;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 12px;
  transition-duration: 0.6s;
}
.nt_bnr > a:hover{
  opacity: 0.6;
}
.nt_contact_btn a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.4em;
}
.nt_contact_btn.nt_req a{
  color: #fff;
}
.nt_contact_btn.nt_res a{
  color: #fff;
}
.nt_bnr a > div{
  color: #c00000;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  /* vertical-align: middle; */
  height: initial;
}
.nt_bnr > a.nt_bnr_bg01{
  background: #d9e1f2;
}
.contact_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_flex .nt_contact_btn{
  width: 48%;
  max-width: unset;
  margin: 0;
}
.nt_inner .contact_flex{
  margin-top: 40px;
}
.mt_contact {
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  .db1000 {
    display: block;
  }
  .db1000sp0 {
    display: block;
  }
  .dn1000 {
    display: none;
  }

  .nt_page_ttl {
    height: 24px;
  }
  .nt_contact_btn a {
    font-size: 17px;
    font-weight: 500;
  }


}
@media screen and (max-width: 750px) {
  .db750{
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .db650 {
    display: block;
  }
  .dn650 {
    display: none;
  }
  .db1000sp0 {
    display: none;
  }

  .nt_bnr{
    max-width: 480px;
    margin: 0 auto;
}
.mt_contact {
  margin-top: 60px;
}

.nt_bnr > a{
    width: 100%;
}

.nt_bnr > a:first-of-type{
    margin-bottom: 20px;
}

.nt_contact_btn.nt_bnr{
    margin-top: 20px !important;
}
.nt_contact_btn.nt_bnr a{
    font-size: 12px;
    flex-wrap: wrap;
}
.contact_flex .nt_contact_btn{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.contact_flex .nt_contact_btn:not(:last-child){
  margin-bottom: 20px;
}

.nt_contact_btn{
  width: 80%;
  height: 60px;
  margin: 0 auto;
}

.nt_contact_btn.nt_req{
  /* margin-bottom: 20px; */
}

.nt_contact_btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

}

@media screen and (max-width: 600px) {
  .db600 {
    display: block;
  }
  .dn600 {
    display: none;
  }
}

/* bg */
.bg_yellow01 {
  background: url(../img/common/bg01.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  padding: 200px 0 100px;
}
.bg_yellow02 {
  background: url(../img/common/bg02.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  padding: 100px 0 100px;
}
.bg_yellow03 {
  background: url(../img/common/bg03.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1000px){
  .bg_yellow01 {
    padding: 100px 0 80px;
}
.bg_yellow02 {
  padding: 80px 0 80px;
}
.bg_yellow03 {
  padding: 80px 0 80px;
}
}


/* MV */
.mv_ttl {
  position: absolute;
  bottom: -11%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mv_ttl img {
  height: 180px;
  width: auto;
}
.mv_kazari {
  position: absolute;
  bottom: -10%;
  left: 68%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 500px;
}
@media (min-width: 1920px) {
  .mv_ttl{
    bottom: -90px;
  }
}

@media screen and (max-width: 1000px){
  .mv_ttl img {
    height: 130px;
  }
  .mv_kazari {
    left: 72%;
}
}
@media screen and (max-width: 650px){
  .mv_ttl img {
    height: 100px;
  }
  .mv_kazari {
    bottom: 5%;
    left: 40%;
    transform: translateX(-5%);
}
}


/* caption */
.img_cap {
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 10px;
  color: #fff;
}
.cap {
  font-size: 10px;
  color: #000;
  font-family: 'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  line-height: 1.5;
}
.img_cap.bk {
  color: #000;
}


/* ttl,subttl,lead */
.ttl_box {
  margin-bottom: 40px;
}
.sec_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}
.sec_subttl {
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.sec_lead   {
  font-size: 20px;
  text-align: center;
  line-height: 2.2;
}
.sec_lead span   {
  font-size: 12px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
sup {
  font-size: 10px;
  top: -15px;
}
@media screen and (max-width: 1000px){
  .sec_ttl {
    font-size: 24px;
  }
  .sec_subttl {
    font-size: 20px;
  }
  .sec_lead   {
    font-size: 15px;
  }
}

@media screen and (max-width: 650px) {
	.sec_ttl {
		font-size: 18px;
		margin-bottom: 30px;
	}
  .sec_subttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sec_lead   {
		font-size: 13px;
	}
  .ttl_box {
    margin-bottom: 30px;
  }
  sup {
    top: -5px;
  }
}

@media screen and (max-width: 420px) {
	.sec_ttl {
		font-size: 17px;
		}
}


/* inview */
.inview.fuwa {
  /* 30px下げる */
  transform: translateY(30px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  transition: transform 2s, opacity 2s;
}
.inview.fuwa.is-show {
  transform: translateY(0);
  opacity: 1;
}
.inview.de01 {
  transition-delay: 0.3s;
}
.fade{
	opacity: 0;
}
.fade.is-show{
	opacity: 1;
	transition-duration: 1.5s;
}

.fade01{
	opacity: 0;
	transform: translateY(10px);
}
.fade01.is-show{
	opacity: 1;
	transform: translateY(0px);
	transition-duration: 1.5s;
}
.fade01.cont_fuki.is-show{
	opacity: 1;
	transform: translateY(-10px);
	transition-duration: 1.5s;
}

.fade02{
	opacity: 0;
	filter: blur(50px);
}
.fade02.is-show{
	opacity: 1;
	filter: blur(0px);
	transition-duration: 1.5s;
}

.d00{
	transition-delay: 0.4s;
}
.d01{
	transition-delay: 0.6s;
}
.d02{
	transition-delay: 0.8s;
}
.d03{
	transition-delay: 1s;
}
.d04{
	transition-delay: 1.2s;
}
.d05{
	transition-delay: 1.4s;
}
.d06{
	transition-delay: 1.6s;
}
.d07{
	transition-delay: 1.8s;
}
.d08{
	transition-delay: 2s;
}
.d09{
	transition-delay: 2.2s;
}
.d10{
	transition-delay: 2.4s;
}
.d11{
	transition-delay: 2.6s;
}
.d12{
	transition-delay: 2.8s;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	z-index: 99;
	width: 80px;
	height: 80px;
	cursor: pointer;
	/* border: 1px solid #0f345b;
    background: rgba(255,255,255,0.8); */
	background: linear-gradient(to right, #de1785, #009fe5);
	border-radius: 100%;
}
#page-top a{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 46%;
    left: 52%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    letter-spacing: 0.2em;
    font-family: asap, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#page-top a img{
	width: 50px;
	height: auto;
}

.insta_bunner_area {
  margin-top: 30px;
}
.insta_txt {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}
a.insta_bunner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  transition: 0.3s;
}
a.insta_bunner:hover {
  opacity: 0.7;
}

@media screen and (max-width:1200px){
    #page-top {
        bottom: 90px;
    }

}
@media screen and (max-width:650px){
  #page-top a img {
    width: 35px;
}
    #page-top a {
      width: 60px;
      height: 60px;
      font-size: 16px;
  }
    #page-top {
      bottom: 80px;
      right: 15px;
      width: 60px;
      height: 60px;
  }
  .insta_txt {
      font-size: 15px;
      margin-bottom: 10px;
  }
}


/*パノラマ動画*/
.panorama{
	margin: 80px auto;
	position: relative;
}
.bunjo1{
	position: absolute;
	left: 41%;
	bottom:-23px;
	font-size: 14px;
}
.bunjo2{
	position: absolute;
	right: 0;
	bottom:-23px;
	font-size: 14px;
}
.pln_p{
	word-break: keep-all;
	width: 100%;
	padding: 0 0 20px;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #070707;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.nt_contact_btn.nt_res.panorama1{
	background: #0b9de4;
}

.panorama1{
	background: #a78b8b;
	width: 48%;
	display: block;
	border-radius: 12px;
	 padding-top: 20px;
}
.panorama1 p{
	font-size: 20px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	word-break: keep-all;
	letter-spacing: 3px;
}
.panorama1 p span{
	font-size: 14px;
}
.panorama1 img{
	display: block;
	margin: 0 auto;
	max-width: 450px;
	width: 95%;
	border-radius: 12px;
}
.panorama2{
	background: #56443c;
}
.panorama1:hover{
	opacity: 0.8;
}
@media screen and (max-width:640px){
	.panorama1{
		width: 100%;
	}
	.panorama2{
		margin-top: 30px;
	}
	.bunjo1{
	right: 0;
	left: auto;
	bottom:42%;
	font-size: 12px;
}
	.bunjo2{
		font-size: 12px;
	}
}