@charset "utf-8";
body{
	line-height: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
p,
h3 {
  line-height: 150%;
  letter-spacing: 0.02em;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #fff;
}
/* content-title コンテンツのタイトル */
.content-title {
  text-align: center;
}
/* contents-blank　コンテンツ間の余白 */
.contents-blank {
  padding: 100px 0;
}
.contents-blank > * + * {
  margin-top: 70px;
}
@media (max-width: 720px) {
  .contents-blank {
    padding: 70px 0px;
  }
  .contents-blank > * + * {
    margin-top: 50px;
  }
}
/* fv */
.top_bg{
  background: url(../img/top_bg2025.jpg) center bottom repeat-x #f7f8f8;
  padding-bottom: 50px;
}

.fv {
  width: 80%;
  height: 80vh;
  background: url(../img/03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin:0px auto 0;
}
.fv-logo {
  width: 375px;
  margin: 10px auto 10px;
}
.catchcopy {
  position: absolute;
  right: 1vw;
  bottom: 8vw;
  filter: drop-shadow(0px 0px 5px #ffffff);
  font-weight: normal;
  line-height: 400%;
  width: 60%;
}
.spbr-530,
.spbr-1220 {
  display: none;
}

.spbr-over{
  display: block;
}

@media (max-width: 1300px) {
.catchcopy {
  bottom: 1vw;	
  width: 40vw;
}
}

@media (max-width: 1220px) {
  .spbr-1220 {
    display: block;
  }
  .spbr-over{
    display: none;
  }	
  .fv {
    width: 100%;	
  }	

  .catchcopy {
    position: absolute;
    right: 0px;
    bottom: 0px;
	width:100%;
  }			
}
@media (max-width: 720px) {
  .fv-logo {
    width: 300px;
  }
  .catchcopy {
    left: 10px;
    bottom: 10px;
  }
  .spbr-720 {
    display: block;
  }
  .spbr-over{
    display: none;
  }
  .fv {
    width: 100%;	
  }
  .catchcopy {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }			
}
@media (max-width: 530px) {
html{
    background-color:#f7f8f8!important;	
}	
	
body {
    background-color:#f7f8f8;
    padding-bottom: 50px;
    margin-top: 12vw;
}	
	
	
  .fv-logo {
    width: 300px;
  }	
  .spbr-530 {
    display: block;
  }
  .fv {
    width: 100%;
    height: 100vh;
    background: url(../img/03-sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    object-fit: cover;
  }
  .spbr-over{
    display: none;
  }	

.catchcopy {
  position: absolute;
  left: 0px;	
  right: 0px;
  bottom: 0px;
  filter: drop-shadow(0px 0px 5px #ffffff);
  font-weight: normal;
  line-height: 300%;
}	
	
}
/* offer-gallery */
.offer-gallery {
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
/* offer */
.offer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/rental_backbg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.offer-text {
  width: 60%;
  text-align: center;
}
.kimono-price {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
}

.btn_bg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0;
  text-align: left;
  background-color: #299014;	
}

.btn_area {
  background-image: url(../img/bg_phot.jpg),url(../img/bg_phot02.jpg);
  background-repeat: no-repeat;
  background-position: left bottom,right bottom;
  background-size: contain;	
  display: flex;
  width: 100%;
  max-width: 1080px;	
  padding: 20px 0px;
  color: #fff;
  margin:0 auto;	
  justify-content: center;
  align-items: center;
}

.btn_area p{font-weight: bold;   text-shadow: 0px 0px 3px rgb(0, 0, 0, 0.7);}
.btn03 {
  background-color: #fff;
  color: #299014!important;
  display: block;
  padding: 10px 40px;
  margin-top: 0px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
  margin-left: 1%;
  width: 120%;
  text-align: center;
}
.btn03:hover {
  background-color: rgb(252, 250, 245, 0.5);
}


.btn04 {
background-color: #299014;
  color: #fff;
  padding: 2%;
  border-radius: 40px;
  width: 40%;
  display: block;
  text-align: center;
  margin: 0px auto;
}
.btn04:hover {
  background-color: #e53900;
  color:#fff;
}
.btn_area02{
	margin:0% auto 100px;
	display: block;
	width:100%;
	max-width:1080px;
}

@media (max-width: 1080px) {
.btn_area div:first-child{
  margin-bottom:3%;	
} 	
	
.btn_area {
  background-image: none;
  display: block;
  width: 100%;
  max-width: 1080px;	
  padding: 20px 0px;
  color: #fff;
  margin:0 auto;	
  text-align: center;
}
	
.btn03 {
  display: block;
  padding: 10px 40px;
  margin: 0px auto;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
  width: 50%;
  text-align: center;
}
	
.btn04 {
background-color: #299014;
  color: #fff;
  padding: 2%;
  border-radius: 40px;
  width: 50%;
  display: block;
  text-align: center;
  margin: 0px auto;
}	

}



@media (max-width: 580px) {
.btn03 {
  display: inline-block;
  padding: 10px 10px;
  margin-top: 2%;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
  margin-left:1%;
  margin-bottom:2%;
}
.btn_area {
  width: 100%;
  background-color: #299014;
  padding: 20px 20px;
  color: #fff;
}
	
.btn03 {
  display: block;
  padding: 10px 40px;
  margin: 0px auto;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
  width: 80%;
  text-align: center;
}		
	
.btn04 {
background-color: #299014;
  color: #fff;
  padding: 2%;
  border-radius: 40px;
  width: 80%;
  display: block;
  text-align: center;
  margin: 0px auto;
}	
	
.btn_area02 {
  margin: 0% auto 80px;
  display: block;
  width: 100%;
  max-width: 1080px;
}	
	
}

@media (max-width: 720px) {
  .offer {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/offer-back-sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 200px 0;
  }
  .offer-text {
    width: 100%;
    text-align: center;
  }
}
.section_bg{
  background: url(../img/section_bg01.jpg) center top repeat-x #f7f8f8;
  background-size: 5%;
}
/* gallery */
.gallery-img {
  margin: 0 20px;
  width: 400px;
}
.long-horizontally {
  width: 650px;
  margin: 82px 20px;
}
@media (max-width: 720px) {
  .gallery-img {
    width: 350px;
  }
  .long-horizontally {
    width: 500px;
    margin: 95px 20px;
  }
}
@media (max-width: 515px) {
  .gallery-img {
    width: 330px;
  }
  .long-horizontally {
    width: 370px;
    margin: 123px 20px;
  }
}
/* cta */
.block_bg{
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;
}
.block_bg>div{
    width: 50%;
    padding: 10px;
}

.bg{
  background: url(../img/flowback.webp) right bottom no-repeat;
  background-size: cover;

}

.pc_none{
	display: none;
}

@media (max-width: 720px) {
.block_bg{
    /*コレ*/display: block;
    /*コレ*/align-items: stretch;
}
.block_bg>div{
    width: 100%;
    padding: 10px;
}

.bg{
  background: url(../img/flowback.png) right bottom no-repeat;
  background-size: 100%;

}
.pc_none{
	display: block;
}		
}
.cta {
  display: block;
  text-align: center;
  margin-bottom:70px;
}
.cta-title {
  text-shadow: 0px 0px 3px rgb(255, 255, 255, 0.7);
}
.cta-text {
  margin-top: 50px;
  text-shadow: 0px 0px 3px rgb(255, 255, 255, 0.7);
}
.cta-text > * + * {
  margin-top: 30px;
}
.btn02 {
  display: inline-block;
  padding: 10px 90px;
  margin-top: 50px;
  border: 1px solid #262626;
  border-radius: 50px;
  text-shadow: 0px 0px 3px rgb(255, 255, 255, 0.7);
  transition: 0.3s;
}
.btn02:hover {
  background-color: rgb(252, 250, 245, 0.5);
}
.spbr-820,
.spbr-600 {
  display: none;
}
@media (max-width: 820px) {
  .spbr-820 {
    display: block;
  }
}
@media (max-width: 600px) {
  .spbr-600 {
    display: block;
  }
}
/* feature-photographer */
.feature_bg{
    background: url(../img/section_bg02.jpg) right bottom repeat-y;
	padding: 60px 0;
	margin-bottom: 60px;
}
.feature_bg02{
    background: url(../img/section_bg04.jpg) right bottom repeat-y;
	padding: 60px 0;
}
.feature-photographer-back {
  background-color: #f7f8f8;
}
.feature-photographer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding:10px 20px 70px;	
}
.feature-photographer > * + * {
  margin-top: 100px;
}
@media (max-width: 720px) {
.cta {
  display: block;
  text-align: center;
  margin-bottom:0px;
}	
	
	
  .feature-photographer > * + * {
    margin-top: 70px;
  }
.feature_bg{
    background: url(../img/section_bg02.jpg) right bottom repeat-y;
	padding: 0px 0;
	margin-bottom: 0px;
}
.feature_bg02{
    background: url(../img/section_bg04.jpg) right bottom repeat-y;
	padding: 0px 0;
	margin-bottom: 70px;	
}	
	
}
.feature-item {
  width: 100%;
  height: 440px;
  position: relative;
  margin-top: 70px;
}
.feature-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 50%;
  padding: 30px;
  background: url(../img/feature-text-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  z-index: 10;
}
.feature-text p {
  margin-top: 20px;
}
.feature-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 440px;
}
.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .feature-text {
    width: 65%;
  }
}
@media (max-width: 720px) {
  .feature-item {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 50px;
  }
  .feature-text {
    position: static;
    width: 100%;
    padding: 0px;
    background: none;
    color: #fcfaf5 !important;
  }
  .feature-text p {
    margin-top: 20px;
    letter-spacing: 0.05em;
  }
  .feature-img {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .feature-img {
    height: 200px;
  }
}
/* comfortable */
.comfortable-item-group {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 70px;
}
.comfortable-item {
  width: 32%;
}
.comfortable-text,
.comfortable-text p {
  margin-top: 20px;
}
.comfortable-text p {
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .comfortable-img >img{
	  margin:0 auto;
	  display: block;
	}	
	
	
  .comfortable-item-group {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .comfortable-item-group > * + * {
    margin-top: 50px;
  }
  .comfortable-item {
    width: 100%;
  }
  .comfortable-item-blank .comfortable-text,
  .comfortable-item-blank p {
    margin-top: 20px;
  }
}
@media (max-width: 720px) {
  .comfortable-item-group {
    margin-top: 50px;
  }
}
/* photo-sned写真渡し */
.photo-sned {
  width: 100%;
  margin-top: 70px;
}
.photo-sned-text {
  margin-top: 20px;
  width: 100%;
  z-index: 10;
}
.photo-sned-img {
  top: 0;
  right: 0;
  width: 100%;
}
.photo-sned-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 950px) {
  .photo-sned {
  }
  .photo-sned-img {
  }
}
@media (max-width: 720px) {
  .photo-sned {
    margin-top: 50px;
  }
  .photo-sned-text {
    width: 100%;
  }
  .photo-sned-img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .photo-sned {
  }
  .photo-sned-text {
    bottom: 0;
  }
  .photo-sned-img {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .photo-sned-img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .photo-sned-img {
  }
}

/* photographer */
.photographer-item-group {
  margin-top: 70px;
}

.photographer-item-group > div{
  width : calc(100% / 4) ;
  float: left;
}

.pop_img{width:80%; margin:0 auto; display: block;}

.photographer-item-title{
	text-align: center;
}

.popup-text img{
  width: 50%;
  float: left;
  padding: 1%;
}
.photographer-text{
	width:50%;
	float: right;	
}
.photographer-item-group > * + * {
  margin-top: 0px;
}
.pop_btn {
  background-color: #b40020;
  width:80%;
  border-radius: 10px;
  padding:2%;
  margin: 0 auto;
  display: block;
  text-align: center;
}




@media (max-width: 720px) {
.pop_btn {
		
}
.popup-text img{
  width: 100%;
  float: none;
  padding: 1%;
}
.photographer-text{
  font-size: 2.5vw;
  width: 100%;
  float: none;
}		
.photographer-item-group > div{
  width : calc(100% / 2) ;
  float: left;
}	
  .photographer-item-group {
    margin-top: 50px;
  }
  .photographer-item-group > * + * {
    margin-top: 5px;
  }
}
.photographer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.photographer-item-reverce {
  flex-flow: row-reverse;
}
.photographer-img {
  width: 50%;
}
.photographer-img img {
  width: 100%;
}
.photographer-introduction {
  width: 50%;
}
.photographer-person {
  display: flex;
  align-items: center;
  justify-content: start;
}
.photographer-person-img {
  width: 200px;
  margin-right: 20px;
}
.photographer-person-img2{
  border-radius: 50%;
}
.photographer-text {
  padding:1%;
}
.photographer-text p {
  letter-spacing: 0.05em;
}

.photographer-text > * + * {
  margin-top: 0px;
}
@media (max-width: 900px) {
  .photographer-item {
    flex-flow: column-reverse;
  }
  .photographer-img {
    width: 100%;
  }
  .photographer-introduction {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .photographer-person-img {
    width: 150px;
  }
	
.photographer-text p {
  letter-spacing: 0.05em;
  line-height: 120%!important;
}	
}

/* plan-cutomerreviews */
.plan-option-back {
  background: url(../img/greenback.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
.plan-option {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 70px;
  padding-left: 20px;
  padding-right: 20px;
}
.plan-option > * + * {
  margin-top: 100px;
}
@media (max-width: 720px) {
  .plan-option > * + * {
    margin-top: 70px;
  }
}
.plan-item {
  width: 100%;
  margin-top: 50px;
  /*コレ*/display: flex;
  /*コレ*/align-items: stretch;
}
.plan-text {
  width: 60%;
  z-index: 10;
  float: right;
  padding: 4%;
  background-color: #b40020;
}
.plan-text h3 {
}
.plan-text p {
  letter-spacing: 0.05em;
}
.plan-time-price {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.plan-explanation {
  margin-top: 20px;
}
.plan-img {
  width: 40%;
}
.plan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spbr-450 {
  display: none;
}
@media (max-width: 870px) {
.plan-item {
  width: 100%;
  margin-top: 50px;
  display: block;
  align-items: stretch;
	}
	
.plan-text {
  width: 100%;
  bottom: 0px;
  float: none;
  padding: 4%;
  background-color: #b40020;
}

  .plan-img {
    width: 100%;
  }
}
@media (max-width: 550px) {

}
@media (max-width: 450px) {

  .spbr-450 {
    display: block;
  }
}
/* option */
.option-item-group {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.option-item {
  width: 50%;
  position: relative;
}
.option-item img {
  width: 100%;
}
.option-item p {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: url(../img/feature-text-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}
.complement {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 910px) {
  .option-item-group {
    display: flex;
    flex-flow: column;
    gap: 50px;
  }
  .option-item {
    width: 500px;
  }
}
@media (max-width: 720px) {
  .option-item-group {
    margin-top: 50px;
  }
  .option-item p {
    padding: 2px 5px;
    letter-spacing: 0;
  }
}
@media (max-width: 550px) {
  .option-item {
    width: 100%;
  }
}
/* offer */
.offer-back {
  background: url(../img/greenback.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
/* spot */
.spot {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 70px;
}
.spot-img {
  position: relative;
  margin-top: 70px;
}
.spot-img h3 {
  line-height: 70%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 0px 0px 5px rgb(0, 0, 0, 1);
}
.spot-name-japan {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.spot-slide-wrap {
  display: none;
  position: relative;
  margin-top:50px;
}
.spot-slide img {
  margin: 0 15px;
}
.spot-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 70%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 0px 0px 5px rgb(0, 0, 0, 1);
}
@media (max-width: 720px) {
.spot {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 70px;
}	
	
  .spot-img {
    display: none;
  }
  .spot-slide-wrap {
    display: block;
  }
}
/* review */
.review{
  margin: 0px 0 70px;
}

.review-slide {
  margin: 70px 0 0px;
}
.review-item {
  width: 400px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 250px 15px 20px;
  margin: 0 15px;
}
.review-item-usa {
  background: url(../img/usa-pc.webp);
}
.review-item-italy {
  background: url(../img/italy-pc.webp);
}
.review-item-china {
  background: url(../img/china-pc.webp);
}
.review-item-france {
  background: url(../img/france-pc.webp);
}
.review-item-spain {
  background: url(../img/spain-pc.webp);
}
.country-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.review-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  background: url(../img/feature-text-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-top: 10px;
}
@media (max-width: 515px) {
  .review-item {
    width: 355px;
    padding: 250px 10px 20px;
  }
  .review-item-usa {
    background: url(../img/usa-sp.webp);
  }
  .review-item-italy {
    background: url(../img/italy-sp.webp);
  }
  .review-item-china {
    background: url(../img/china-sp.webp);
  }
  .review-item-france {
    background: url(../img/france-sp.webp);
  }
  .review-item-spain {
    background: url(../img/spain-sp.webp);
  }
  .review-text {
    padding: 0 10px;
  }
}
/* flow */

.title-shadow {
  filter: drop-shadow(0px 0px 1px #000000);
}
.flow-item-group {
  width: 100%;
  max-width: 1080px;
  margin: 70px auto 0;
}
.flow-item-group > * + * {
  margin-top: 30px;
}
@media (max-width: 720px) {
  .flow-item-group {
    margin-top: 50px;
  }
}
.flow-item {
  width: 650px;
  background: url(../img/feature-text-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
}
.flow-item > * + * {
  margin-top: 10px;
}
@media (max-width: 690px) {
  .flow-item {
    width: 100%;
  }
  .flow-item {
    padding: 20px;
  }
}


.flow-box {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 70px;
}

.step-flow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around; /* ステップを均等に配置 */
  /* align-items: center; 垂直方向の中央揃え */
}

.step {
  text-align: center;
  position: relative; /* 線を描画するために必要 */
  padding: 1%;
  width: calc(100% /3);
}

.step:not(:last-child)::after { /* 最後のステップ以外に線を描画 */
  content: '';
  position: absolute;
  top: 35px; /* サークルの中央に合わせる */
  left: 95%;
  width: calc(100% - -10px); /* 次のステップまで線を伸ばす */
  height: 2px;
  background-color: #e15779; /* ピンクの線 */
  transform: translateX(-50%);
  z-index: -1; /* ステップの背面に配置 */
}

.circle {
  width: 50px;
  height: 50px;
  background-color: #f08080; /* ピンクの背景色 */
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}

.step-title {
  color: #262626;
  margin-bottom: 5px;
}

.step-description {
  color: #262626;
}

/* スマホ向けのスタイル */
@media (max-width: 600px) {
  .step-flow {
    flex-direction: column; /* ステップを縦に並べる */
    align-items: center; /* 左右に広げる */
  }

  .step {
    margin-bottom: 20px;
	width:100%;
  }

  .step:not(:last-child)::after { /* 最後のステップ以外に線を描画 */
      top: 40px;
      left: 50%;
      width: 0px;
      height: 50px;
  }
.flow-box {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 0px;
}	
	
}

/* Q&A-form */
.red-back {
  padding-left: 20px;
  padding-right: 20px;
  background: url(../img/red-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
.faq02 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item-group {
  margin-top: 70px;
}
.faq-item {
  position: relative;
  padding: 20px;
  display: block;
}
.faq-item > * + * {
  margin-top: 10px;
}
.faq-item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-before-none:before {
  display: none;
}
.faq-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.question02,
.answer02 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  width:100%;	
}
.question02 p,
.answer02 p {
  letter-spacing: 0.05em;
}
.question02 {
  position: relative;
}
.question02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.question02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  background-color: #000;
  transition: all 0.3s;
}
.open:after {
  content: "";
  transform: translateY(-50%) rotate(90deg);
}
.spbr-680,
.spbr-420 {
  display: none;
}

.question_q{color:#f08080;}
.question_a{color:#f08080;}

@media (max-width: 740px) {
  .faq-item {
    padding: 20px 10px;
  }
  .question02,
  .answer02 {
    gap: 15px;
  }
  .question02::before {
    width: 20px;
  }
  .question02::after {
    right: 10px;
    height: 20px;
  }
.faq02 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding:0 20px 0;
}	
}
@media (max-width: 720px) {
  .faq-item-group {
    margin-top: 50px;
  }
}

@media (max-width: 680px) {
  .spbr-680 {
    display: block;
  }
}
@media (max-width: 420px) {
  .spbr-420 {
    display: block;
  }
  .spbr-none {
    display: none;
  }
}
/* form */
.form {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.form-comment {
  text-align: center;
}
.form-comment > * + * {
  margin-top: 20px;
}
.form-title {
  margin-top: 70px;
}
.form-item {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.form-item > * + * {
  margin-top: 30px;
}
.name,
.mailaddress,
.plan-choice,
.kimono-rental,
.photographer-choice,
.contact-form-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  gap: 10px;
  width: 100%;
}
.radio-plan,
.radio-kimono {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  gap: 5px;
}
.plan-a,
.plan-b,
.plan-c,
.kimono-yes,
.kimono-no {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#yourname,
#mailaddress,
#photographer-choice,
#message {
  width: 100%;
  padding: 5px;
}
#message {
  height: 150px;
}
.form-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  padding: 10px 90px;
  background-color: rgb(0, 0, 0, 0);
  border: 1px solid #fcfaf5;
  border-radius: 50px;
  transition: all 0.3s;
}
.form-btn:hover {
  color: #262626;
  background-color: rgb(252, 250, 245, 0.5);
}
@media (max-width: 720px) {
  .form-title {
    margin-top: 50px;
  }
  .form-item > * + * {
    margin-top: 20px;
  }
.form {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0;
  margin-bottom: 70px;
}	
	
}
/* footer */
footer {
  background-color:#299014;
  padding: 50px 20px 15px;
  display: flex;
  flex-direction: column;
}
.footer-item-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  width: 330px;
}
.Company-Profile p {
  margin-left: 40px;
}
.to-form{
  text-decoration: underline !important;
  transition: all 0.3s;
}
.to-form:hover{
  text-decoration: none !important;
}
.privacy-link {
  text-decoration: underline;
  transition: all 0.3s;
}
.privacy-link:hover {
  text-decoration: none !important;
}
.copy {
  text-align: center;
  margin-top: 30px;
}

.video_box{
  display: flex;
  height: 100%;
  margin:50px 0;
}
.video_box_in{
  width:calc(100%/3);
  border:solid 10px #b40020;
  margin-right: 2%;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #b40020 60%, #b40020 100%);	
}

.video_box_in:last-child{
  width:calc(100%/3);
  background-color: #fff;
  border:solid 10px #b40020;
  margin-right: 0%;
  border-radius: 20px;
}

.video_title{
  text-align: center;
  margin-bottom:10px;
  padding:1%;		
}
.video_title span{
	color: #b40020;
	font-size: 120%;
	font-weight: bold;
}
.video_txt_box{
  background-color: #b40020;
  padding: 2% 2%;
  color:#fff;
}

/*.vidplan{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}*/
.vidplan {
width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;

}

.vidplan .order{
	background-color: #f08080;
	color:#fff;
padding: 2%;
  border-radius: 40px;
  width: 40%;
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.vidplan .order:hover {
	background-color: #299014;
  color:#fff;
}
.vidplan .order02{
	background-color: #b40020;
	color:#fff;
padding: 2%;
  border-radius: 40px;
  width: 40%;
  display: block;
  text-align: center;
  margin: 0px auto;
}

.vidplan .order02:hover {
  background-color: #e53900;
  color:#fff;
}

@media (max-width: 870px) {
/*.vidplan{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }*/
	
.video_box{
  display: block;
  height: 100%;
  margin:50px 0;
}
.video_box_in{
  width:90%;
  border:solid 10px #b40020;
  margin:30px auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #b40020 60%, #b40020 100%);
 
}

.video_box_in:last-child{
  width:90%;
  background-color: #fff;
  border:solid 10px #b40020;
  margin:30px auto;
  border-radius: 20px;
}	
	
	
}
@media (max-width: 720px) {
.vidplan .order{
	background-color: #f08080;
	color:#fff;
	padding:4%;
	border-radius: 20px;
	width:50%;
    display: block;
    margin: 0 auto;	
}	
	
.vidplan .order02{
	background-color: #299014;
	color:#fff;
	padding:4%;
	border-radius: 20px;
	width:50%;
    display: block;
    margin: 0 auto;	
	}
  footer {
    padding: 30px 20px 10px;
  }
  .footer-item-group {
    flex-flow: column;
    align-items: flex-start;
  }
  .footer-logo {
    width: 300px;
  }
  .Company-Profile p {
    margin-left: 0px;
  }
  .privacy-link-wrap {
    margin-top: 10px;
  }
}
/* confirm */
.confirm-page-back {
  width: 100%;
  padding: 100px 20px;
  background: url(../img/red-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
.confirm-send-logo {
  width: 300px;
  margin-left: -30px;
}
.confirm-item-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.confirm-title {
  text-align: center;
}
.plan-choice-confirm,
.kimono-rental-confirm,
.photographer-choice-confirm {
  width: 100%;
}
/* send */
.send-page {
  width: 100%;
  padding: 50px 20px;
  background: url(../img/red-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}
.send-page p {
  margin-top: 30px;
}
.send-img {
  width: 100%;
  max-width: 70%;
  margin: 30px auto 0;
}
.spbr-550 {
  display: none;
}
@media (max-width: 580px) {
.vidplan .order{
	background-color: #f08080;
	color:#fff;
	padding:4%;
	border-radius: 20px;
	width:80%;
    display: block;
    margin: 5% auto 0;	
}	
	
.vidplan .order02{
	background-color: #299014;
	color:#fff;
	padding:4%;
	border-radius: 20px;
	width:80%;
    display: block;
    margin: 0 auto;	
	}	
	
  .send-img {
    max-width: 100%;
  }
  .spbr-550 {
    display: block;
  }
}
/* Privacy Policy */
.privacy {
  padding: 100px 20px;
  background: url(../img/red-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
.privacy p {
  letter-spacing: 0.05em;
}
.privacy-item-group {
  width: 100%;
  max-width: 1080px;
  margin: 70px auto 0;
}
.privacy-item-group > * + * {
  margin-top: 50px;
}
.privacy-item > * + * {
  margin-top: 20px;
}
.back-home {
  display: block;
  text-decoration: underline;
  text-align: center;
  transition: all 0.3s;
}
.back-home:hover {
  text-decoration: none;
}
h1 {
  text-align: center;
  margin-bottom: 20px;
}

.container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.rectangle {
  width: 200px;
  height: 150px;
  background-color: lightblue;
}



#popup01 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup02 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup03 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup04 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup01:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup02:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup03:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup04:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}


.popup-window {
  width: 60%;	
  padding: 0px;
  background-color: #ffffff;
  border:20px solid #b40020;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
}
@media (max-width: 1200px) {
.popup-window {
  width: 90vw;	
	}
}
.popup-text {
  margin: 0;
  background-color: #ffffff;	
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

.post-list{
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}


.post-grid {
  width:calc(95.5% / 3);
  float: left;
  margin-right:2%;
}
.post-grid:nth-child(3) {
  width:calc(95.5% / 3);
  float: left;
  margin-right:0%;
}
.post-grid:nth-child(6) {
  width:calc(95.5% / 3);
  float: left;
  margin-right:0%;
}

.post-item {
  width: 100%;
  margin-bottom: 20px;
}

.post-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
}

.post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
}

.post-title {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
  width: 100%;
}

@media (max-width: 768px) {
  .post-item {
    width: 100%;
  }
.post-grid {
  width:calc(96% / 2);
  float: left;
  margin-right:1%;
  margin-left:1%;
}

.post-grid:nth-child(3) {
  width:calc(96% / 2);
  float: left;
  margin-right:1%;
  margin-left:1%;
}
.post-grid:nth-child(6) {
  width:calc(96% / 2);
  float: left;
  margin-right:1%;
  margin-left:1%;
}
	
	
}

.link_box{
  display: flex;
  align-items: center;
}
.link_box a{
	width:20%;
	margin-right: 2%;
}
.slick-dots li{
	display: none;
}
