@charset "UTF-8";

html{
  background-color:#332C2A;
}
.plink *,
main *{
  color:#FFF;
  font-family:"游明朝","Yu Mincho","Noto Serif JP",Serif;
}

.rp_visual h1 {
    top: 39% !important;
    left: 5vw !important;
    right:initial;
    width: 500px !important;
}
@media all and (max-width: 883px) {
.rp_visual h1 {
    top: 50% !important;
    width: 30vw !important;
}
}

main .col{
  display:flex;
  flex-wrap:nowrap;
  gap:5%;
}
@media all and (max-width: 883px) {
main .col{
  display:block;
}
.col > *{
  margin-bottom:1em;
}

}

main .col > *{
  width:100%;
}
main .col.w73 >*:nth-child(1){
  width:70%;
}
main .col.w73 >*:nth-child(2){
  width:30%;
}
main .col.w46 >*:nth-child(1){
  width:40%;
}
main .col.w46 >*:nth-child(2){
  width:60%;
}
main .col.w64 >*:nth-child(1){
  width:60%;
}
main .col.w64 >*:nth-child(2){
  width:40%;
}
main .col.w82 >*:nth-child(1){
  width:80%;
}
main .col.w82 >*:nth-child(1) p{
  font-size:1.25em;
}
@media all and (max-width: 883px) {
main .col.w82 >*:nth-child(1) p{
  font-size:1em;
}
}
main .col.w82 >*:nth-child(2){
  width:20%;
}
main .col img{
  border-radius:10px;
}
@media all and (max-width: 883px) {
main .col.w73 >*,
main .col.w46 >*,
main .col.w64 >*,
main .col.w82 >*:nth-child(1){
  width:auto !important;
}
main .col.w82 >*:nth-child(2){
  width:40%;
}

}

iframe{
  border-radius:10px;
}

.plink{
  display:flex;
  max-width:1420px;
  margin:auto;
  padding:5vw 0;
  counter-reset: number 0;
}
.plink a{
  position:relative;
  display:flex;
  align-items:center;
  text-align:center;
  justify-content:center;
  width:100%;
  color:#CEB99B;
  font-size:2rem;
  font-weight:bold;
  margin:0.5em 0;
  padding:1em 0;
  background-image:url(../img/parts/arw.svg);
  background-position:bottom center;
  background-size:1em;
  border-right:1px solid #CEB99B;
  line-height:1.2;
  &:last-child{
    border:none;
  }
}
.plink a:before{
  position:absolute;
  top:0;
  left:0;
  right:0;
  display:block;
  color:#FFF;
  font-family:arial;
  font-weight:bold;
  counter-increment: number 1;
  content: "0" counter(number);
  font-size:1rem;
}
@media all and (max-width: 883px) {
.plink a{
  font-size:2.2vw;
  padding:2em 0 1em;
}
}

main .wrap{
  max-width:1100px;
  margin:auto;
}
@media all and (max-width: 883px) {
main .wrap{
  padding:2em 20px !important;
}
}
.wrap2{
  max-width:1420px;
  margin:auto;
}
.wbox{
  background-color:#FFF;
  padding:1em;
  border-radius:10px;
}
.wbox h4{
  color:#000;
  text-align:center;
}
main section article{
  padding:2vw 1em;
}
@media all and (max-width: 883px) {
main section article{
  padding:2em 1em;
}
}
main section h3{
  font-size:40px;
  font-weight:bold;
  text-align:center;
}
main section h3 b{
  font-size:60px;
  font-weight:bold;
}
main section h4{
  font-size:30px;
  margin-bottom:1em;
}
@media all and (max-width: 883px) {
main section h3{
  font-size:1.5em;
}
main section h3 b{
  font-size:1.25em;
}
main section h4{
  font-size:1.25em;
}
}

main section figure{
  text-align:center;
  margin:auto;
}
main section article img{
  margin:auto;
  display:block;
}
main section h3{
  margin-bottom:0.5em;
}
.imgbox{
  display:flex;
  width:100%;
  padding:2vw 0 !important;
}
.imgbox figure{
  width:100%;
}
.imgbox figure img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  display:block;
}

#s1 header,
#s2 header,
#s3 header,
#s4 header,
#s5 header{
  background-position:center;
  background-size:cover;
  background-attachment: fixed;
  padding:5em 1em;
}
#s1 header h2,
#s2 header h2,
#s3 header h2,
#s4 header h2,
#s5 header h2{
  color:#CEB99B;
  font-weight:bold;
  margin:0;
}
#s1 header small,
#s2 header small,
#s3 header small,
#s4 header small,
#s5 header small{
  font-family:arial;
  font-weight:bold;
  color:#FFF;
}
#s5 header p{
  text-align:center;
}

#s1{
  padding-top:0;
}
#s1 header{
  background-image:url(../img/photo/s1_bg.webp);
}
#s1 article{
  padding-bottom:2vw;
}
#s1 .border{
  border:1px solid #707070;
  border-radius:10px;
  padding:1em;
  margin:1em 0;
}
#s1 .wrap.col{
  gap:5%;
}
#s1 .wrap.col h4{
  background-color:#CEB99B;
  padding:0.25em;
  font-size:1.5em;
  text-align:center;
  border-radius:10px 10px 0 0;
  color:#000;
  margin-bottom:1rem;
}
#s2{
}
#s2 header{
  background-image:url(../img/photo/s2_bg.webp);
}

#s3 header{
  background-image:url(../img/photo/s3_bg.webp);
}
#s3 h3{
  border-bottom:1px solid #B48C51;
  width:fit-content;
  margin:1em auto;
}
#s3 p{
  font-size:1.25em;
}
@media all and (max-width: 883px) {
#s3 p{
  font-size:1em;
}
}
#s3 .hosho img + p{
  text-align:center;
  margin-top:1em;
}
#s3 .hosho ul{
  display:flex;
  gap:2%;
}
#s3 .hosho li{
  text-align:center;
  font-family:"游ゴシック","Noto Sans JP";
}
#s3 .hosho li b{
  font-size:2em;
  display:block;
  font-family:"游ゴシック","Noto Sans JP";
  line-height:1;
}
#s3 .hosho li small{
  font-size:0.5em;
}
#s3 .hosho li img{
  width:100%;
  margin-bottom:0.5em;
}
@media all and (max-width: 883px) {
#s3 .hosho ul{
  flex-wrap:wrap;
  margin-top:2em;
}
#s3 .hosho li{
  width:32%;
  margin-bottom:1em;
}
}
#s3 .support{
  display:flex;
  gap:2%;
  counter-reset: number 0;
}
@media all and (max-width: 883px) {
#s3 .support{
  display:block;
}
}

#s3 .support h5{
  font-size:2em;
  text-align:center;
  line-height:1.25;
}
#s3 .support article{
  width:100%;
  background-color:#FFF;
  padding:2em;
  border-radius:10px;
  position:relative;
}
@media all and (max-width: 883px) {
#s3 .support h5{
  font-size:1.25em;
}
#s3 .support article{
  padding:2em 1em;
  margin-bottom:2em;
}
}

#s3 .support article *{
  color:#000;
}
#s3 .support article:before{
  counter-increment: number 1;
  content: "0" counter(number);
  color:#FFF;
  background-color:#B48C51;
  position:absolute;
  top:-1.5em;
  left:0;
  right:0;
  margin:auto;
  width:2em;
  line-height:2em;
  text-align:center;
  border-radius:50%;
  padding:0.25em;
}

#s3 h3.gold,
#s3 h3.gold *{
  color:#CEB99B;
}
#s3 h3.gold + p{
  text-align:center;
  margin-bottom:3rem;
}
#s3 h4{
  text-align:center;
}

#s4{
}
#s4 header{
  background-image:url(../img/photo/s4_bg.webp);
}

#s5{
}
#s5 header{
  background-image:url(../img/photo/s5_bg.webp);
}
@media all and (max-width: 883px) {
#s5 article:last-child .col{
  display:flex !important;
  flex-wrap:wrap !important;
}
#s5 article:last-child .col > *{
  width:47%;
}
}
.main_slide .swiper-slide{
  padding-top:0;
}
.main_slide{
  position:relative;
}
.main_slide .prev{
  top:50%;
  left:0.5em;
}
.main_slide .next{
  top:50%;
  right:0.5em;
}

.sarani{
  margin-top:-5vw;
}
@media all and (max-width: 883px) {
.sarani{
  margin-top:0;
}
}

.scrl_area{
  position: relative;
  overflow-x: auto;
}
.scrl_area .slide_p{
  display:none;
}
@media screen and (max-width: 883px) {
.scrl_area .slide_p{
  display:block;
}
}
.scrl_area .scrl{
    position: relative;
    width: fit-content;
    margin: 1em auto 3vw;
    z-index: 10;
    min-width: 980px;
}
