@charset "utf-8";

/* --------------------------------
共通
-------------------------------- */

html{
  scroll-behavior: smooth;
}

body{
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 4vw, 24px);
}
body *{
  box-sizing: border-box;
}

.mainCont{
  background-image: url("../imgs/paper_bg.png");
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px gray;
}

a {
  transition: .5s;
}
a:hover{
  opacity: 0.5;
}

/* タイトル関係 */

h2{
  font-family: "Caudex", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(21px, 7vw, 42px);
  letter-spacing: 0.2em;
  text-align: center;
  color: #656565;
  margin-bottom: 15%;
}

h2::after{
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background-color: #E3B0B0;
  margin: 5% auto 0;
}

/* --------------------------------
ローディングアニメーション
-------------------------------- */
.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
}
.loading_wrap{
  opacity: 0;
  display: block;
  font-size: clamp(10px, 4.3vw, 25px);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading_img_wrap{
  width: 60%;
  margin: 0 auto;
}
.loading_img_wrap img{
  width: 12em;
  height: 7em;
  object-fit: cover;
}


/* --------------------------------
header
-------------------------------- */
header{
  position: sticky;
  width: 100%;
  max-width: 600px;
  top: 0;
  z-index: 11;
}
header .header_cont{
  width: 100%;
  padding: 3% 8% 11% 12%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: clamp(10px, 4.5vw, 28px);
  background: url("../imgs/header_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 11;
}
header .header_left{
  display: flex;
  width: 100%;
}
header .language{
  display: flex;
  background-color: #fff;
  color: #565656;
  padding: 2% 5%;
  margin-left: auto;
  border-radius: 100vh;
  font-size: clamp(6px, 2.8vw, 18px);
  position: relative;
  z-index: 3;
}
header h1{
  color: #565656;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: .5s;
}
header h1.is_active{
  color: #656565;
}
header .hm{
  width: 8%;
  margin-left: 5%;
  aspect-ratio: 1 / 1;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
header .hm > span{
  display: block;
  width: 100%;
  height: 12%;
  border-radius: 100vh;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}
header .hm::before{
  content: "";
  display: block;
  width: 100%;
  height: 12%;
  border-radius: 100vh;
  background-color: #fff;
  position: absolute;
  top: 18%;
  transform: translateY(-50%);
  transition: .5s;
}
header .hm::after{
  content: "";
  display: block;
  width: 100%;
  height: 12%;
  border-radius: 100vh;
  background-color: #fff;
  position: absolute;
  top: 82%;
  transform: translateY(-50%);
  transition: .5s;
}
header .hm.is_active span{
  background-color: transparent;
}
header .hm.is_active::before{
  transform: rotate(45deg);
  background-color: rgba(0, 0, 0, 0.2);
  top: 45%;
}
header .hm.is_active::after{
  transform: rotate(-45deg);
  background-color: rgba(0, 0, 0, 0.2);
  top: 45%;
}

.hm_cont{
  position: absolute;
  top: 0;
  right: calc( ( 100% - 600px ) / 2 );
  background-color: rgba(255, 255, 255, 0.95);
  width: 93%;
  max-width: 570px;
  padding: 5em 1em 2em 2em;
  color: #000;
  border-bottom-left-radius: 6em;
  transform: translateY(-100%);
  transition: .5s;
  z-index: 10;
  box-shadow: 0px 5px 15px lightgray
}
@media screen and ( max-width: 600px ) {
  .hm_cont{
    right: 0;
  }
}
.hm_cont.is_active{
  transform: translateX(0);
}
.hm_cont .hm_cont_list{
  border-bottom: 1px solid gray;
}
.hm_cont .hm_cont_list:last-of-type{
  border-bottom: none;
}
.hm_cont .hm_cont_list a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 2%;
  font-size: clamp(10px, 3.6vw, 22px);
  font-family: "Caudex", serif;
  color: #656565;
}
.hm_cont .hm_cont_list a:hover{
  background-color: rgba(221, 161, 161, 0.2);
}
.hm_cont .hm_cont_list a span{
  font-size: clamp(6px, 2.5vw, 16px);
  display: block;
  width: 50%;
}
.btn_to_form{
  display: block;
  background: linear-gradient(90deg, #DECA9E, #FFF5E0);
  border-radius: 100vh;
  padding: 3% 5%;
  margin: 5% 0 0;
  text-align: center;
  font-size: clamp(10px, 3.4vw, 20px);
}

/* --------------------------------
fv
-------------------------------- */
main{
  overflow: hidden;
  margin-top: -10%;
}

.fv_wrap{
  position: relative;
}
.fv_txt {
  width: 73%;
  position: absolute;
  top: 0%;
  left: 37%;
  transform: rotate(-7deg) translateX(-50%);
  z-index: 2;
}

#mask_anim{
  position: absolute;
  top: 10%;
  left: 7%;
  width: 58%;
  z-index: 2;
  visibility: hidden;
}
#clipmask path{
  transform: translate(-1.8%, -6.8%);
}

.fv_img{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fv_img::after{
  content: "";
  display: block;
  width: 101%;
  height: 23%;
  background-image: url("../imgs/fv/fv_btm.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 9;
  position: absolute;
  bottom: 0;
}
/* .fv_slider .swiper-slide > img{
  animation: zoomImg 7s alternate;
}
@keyframes zoomImg {
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.1);
  }
} */

.fv_slider .swiper-slide > img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  transform: scale(1);
  transition: none;
  will-change: transform;
}


#kirakira{
  width: 0.8em;
  position: absolute;
  top: 3.2em;
  left: 22.5em;
  z-index: 1;
  display: none;
}
#kirakira2{
  width: 0.65em;
  position: absolute;
  top: 4.4em;
  left: 23em;
  z-index: 1;
  display: none;
}
#hana{
  width: 1em;
  position: absolute;
  top: 5.2em;
  left: 2.5em;
  z-index: 1;
  display: none;
}
#hana2{
  width: 0.8em;
  position: absolute;
  top: 6.5em;
  left: 2em;
  z-index: 1;
  transform: rotate(15deg);
  display: none;
}

.scroll_mark{
  position: absolute;
  bottom: 60px;
  right: 15px;
  z-index: 2;
  transform: rotate(90deg);
}
.scroll_mark p{
  letter-spacing: 0.07em;
  text-shadow: 
    2px 2px 2px #fff,-2px -2px 2px #fff,
    -2px 2px 2px #fff, 2px -2px 2px #fff,
    2px 0 2px #fff, -2px 0 2px #fff,
    0 2px 2px #fff, 0 -2px 2px #fff;
}
.scroll_mark p::after{
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin-top: 3px;
  background-color: #000;
  border-bottom: 1px solid #fff;
  position: absolute;
  animation: scrollLine 5s 1s infinite ;
}
@keyframes scrollLine {
  0%{
    width: 0;
  }
  70%{
    width: 120px;
  }
}




/* --------------------------------
messageセクション
-------------------------------- */
#message{
  padding: 0 7%;
  margin-top: 10%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(10px, 3vw, 20px);
  position: relative;
}

#message p{
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 2em;
  margin-top: 5%;
  font-size: clamp(10px, 4.3vw, 25px);
}
#message .message_small{
  font-size: clamp(6px, 2.8vw, 18px);
  display: block;
  margin-left: 40%;
  margin-top: -2%;
}

#message .txt_right{
  text-align: right;
}

.message_img{
  position: relative;
  background: url("../imgs/ojigi_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 7.5% 6%;
  margin: 15% 0% 5%;
}
.ojigi_img{
  border-radius: 65px;
  width: 100%;
}

#message::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  background-image: url("../imgs/info/info_bg_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
}


/* --------------------------------
informationセクション
-------------------------------- */

#information{
  background-color: #fff;
  margin-top: 32%;
  position: relative;
  padding: 0% 7% 5%;
}

/* #information::before{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  background-image: url("../imgs/info/info_bg_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -10em;
  left: 0;
} */

#information::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  background-image: url("../imgs/info/info_bg_bottom.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}

#information h3{
  margin-left: 1.2em;
  font-size: clamp(15px, 5vw, 30px);
  position: relative;
}
#information h3::before{
  content: "";
  display: block;
  width: 8%;
  aspect-ratio: 1 / 1.3;
  background-image: url("../imgs/info/info_hicon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}


/* 時間 */

.info_detail{
  background-image: url("../imgs/info/info_date_bg.png");
  background-size: 100%;
  padding: 8%;
  border-radius: 2.3em;
  position: relative;
}

.info_day_left_wrap{
  width: 80%;
  height: 5.7em;
  background-image: url("../imgs/info/info_day_left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 46%;
  left: 67%;
}
.info_day_left{
  width: 100%;
  position: absolute;
  top: 12%;
  left: 17%;
  z-index: 2;
  font-size: clamp(8px, 4vw, 23px);
}

.info_day_left #left_day_count{
  font-size: 1.5em;
  margin-left: 5%;
}
.info_day_left.en #left_day_count{
  margin-left: 0;
}
.info_day_left.en p:nth-of-type(2){
  margin-left: 5%;
}

.info_detail h3{
  margin-bottom: 0;
}

.info_schedule_wrap{
  display: flex;
  align-items: flex-end;
  margin-left: 10%;
}
.info_schedule{
  font-size: clamp(8px, 4.5vw, 25px);
  width: 38%;
  padding-bottom: 3%;
}
.info_year{
  font-size: clamp(18px, 6vw, 36px);
  letter-spacing: 0;
  margin-right: 2%;
}

.info_date_wrap{
  width: 62%;
  height: 4.8em;
  position: relative;
}
.info_date_wrap::after{
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #000;
  transform: rotate(125deg);
  position: absolute;
  top: 50%;
  left: 6%;
}
.info_month, .info_date{
  font-size: clamp(18px, 11vw, 66px);
}
.info_month{
  position: absolute;
  top: -5%;
  left: 0;
}
.info_date{
  position: absolute;
  bottom: 0;
  left: 32%;
}
.info_day{
  display: inline-block;
  width: fit-content;
  font-size: clamp(8px, 3vw, 20px);
  border: 1px solid gray;
  border-radius: 10%;
  padding: 0 1.5% 0 3%;
  position: absolute;
  left: 72%;
  bottom: 15%;
}

.info_time{
  margin-top: 10%;
  margin-left: 10%;
  margin-bottom: 10%;
  font-size: clamp(18px, 4vw, 24px);
}
.info_time.en{
  /* font-size: clamp(10px, 3vw, 18px); */
}

.info_time p{
  margin-bottom: 5%;
}
.info_time p span{
  margin-left: 10%;
}
.info_time.en p span{
  margin-left: 0;
}

.info_plan_btn{
  display: block;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.info_plan_btn img{
  width: 100%;
}
.info_plan_btn span{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 場所 */
.info_place{
  background-image: url("../imgs/info/info_place_bg.png");
  background-size: 100%;
  padding: 8%;
  border-radius: 2.3em;
  position: relative;
  margin-top: 5%;
}
.place_wrap{
  margin-left: 10%;
}
.place_name{
  margin-top: 8%;
}
.map_img{
  box-shadow: 0 0 10px lightgray;
  margin: 8% 0;
}
.info_adress{
  font-size: clamp(10px, 3.6vw, 21px);
    line-height: 1.8em;
}
.info_phone{
  font-size: clamp(10px, 3.6vw, 21px);
  line-height: 1.8em;
  margin-top: 5%;
  display: block;
}
.tel_icon{
  width: 6%;
}
.info_place_btns{
  display: flex;
  gap: 6%;
  margin-top: 5%;
}
.info_place_btns a{
  display: block;
  width: 47%;
  text-align: center;
  font-size: 0.8em;
  color: #565656;
  letter-spacing: 0;
  padding: 3% 0;
  border: 1px solid #AEAEAE;
}

.info_place_acordions{
  margin-top: 8%;
}
.info_place_acordion{
  margin-bottom: 3%;
}
.info_place_acordion_ttl{
  font-size: 0.9em;
  text-align: center;
  padding: 4% 0;
  position: relative;
  cursor: pointer;
}
.info_place_acordion_ttl::before{
  content: "";
  display: block;
  width: 4%;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 35%;
  right: 5%;
  transform: rotate(135deg) translate(-50%);
}
.info_place_acordion_ttl::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AEAEAE;
  margin-top: 3%;
}
.info_place_acordion_cont{
  font-size: clamp(10px, 3vw, 18px);
  line-height: 2em;
  display: none;
}
.info_place_acordion_cont p{
  margin-bottom: 5%;
}

/* --------------------------------
スライダー
-------------------------------- */
#slider{
  position: relative;
}
#slider::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2.6 / 1;
  background-image: url("../imgs/slider_btm.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 60%;
}
#slider .swiper{
  width: 100%;
}
#slider .swiper-slide img{
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}
/* #slider .swiper .swiper-wrapper {
  transition-timing-function: linear;
} */

/* --------------------------------
スケジュール
-------------------------------- */

#schedule{
  padding: 3% 0;
  overflow: hidden;
}
#schedule h2{
  margin-bottom: 10%;
}

#schedule .swiper2{
  position: relative;
  width: 65%;
  margin: 0 auto 14%;
}

/* 矢印 */

#schedule .swiper2 .swiper-button-prev,
#schedule .swiper2 .swiper-button-next {
  width: 35%;
  height: 10%;
  top: 107%;
}

#schedule .swiper2 .swiper-button-next svg,
#schedule .swiper2 .swiper-button-prev svg{
  width: 0;
}

#schedule .swiper2 .swiper-button-prev::after,
#schedule .swiper2 .swiper-button-next::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#schedule .swiper2 .swiper-button-prev::after {
    background-image: url("../imgs/schedule/prev_btn.png");
}

#schedule .swiper2 .swiper-button-next::after {
    background-image: url("../imgs/schedule/next_btn.png");
}

/* ページネーション */

#schedule .swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -9%;
}

#schedule .swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
  border-radius: 0;
}

#schedule .swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active{
  background: #bc8282;
}

/* スケジュール詳細用 */
#schedule .swiper3{
  width: 100%;
  position: relative;
}

#schedule .swiper3 .swiper-slide{
  background-color: #fff;
  padding: 8%;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgb(196, 196, 196);
}

.schedule_ttl{
  position: relative;
}
.schedule_ttl::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -25%;
}
.schedule_detail{
  margin-top: 10%;
  font-size: clamp(10px, 3vw, 18px);
}

#schedule .swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 150%;
}

#schedule .swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 50%;
  height: 2.3em;
  border-radius: 0;
  margin-bottom: 5%;
  background-color: transparent;
}

/* note */
.schedule_note{
  border: 1px dashed gray;
  margin: 10%;
  padding: 4% 6%;
}
.schedule_note h4{
  text-align: center;
  margin-bottom: 3%;
}
.schedule_note p{
  font-size: clamp(10px, 3vw, 18px);
  margin-bottom: 5%;
}
.schedule_note p:last-of-type{
  margin-bottom: 0;
}

/* --------------------------------
プロフィール
-------------------------------- */

#profile{
  position: relative;
  padding-bottom: 20%;
  margin-bottom: 15%;
}
#profile::before{
  content: "";
  display: block;
  width: 100%;
  height: 43em;
  position: absolute;
  left: 0%;
  z-index: 0;
  background-image: url("../imgs/profile/groom_bg.png");
  background-position: 77% 0%;
  background-repeat: no-repeat;
  background-size: 175%;
}
#profile::after{
  content: "";
  display: block;
  width: 100%;
  height: 37em;
  position: absolute;
  top: 50%;
  right: 0%;
  background-image: url(../imgs/profile/bride_bg.png);
  background-position: 24% 0%;
  background-repeat: no-repeat;
  background-size: 150%;
}

#profile h2{
  position: relative;
  z-index: 1;
}

#profile .prof_area{
  position: relative;
  z-index: 1;
}

#profile .prof_area h3{
  width: 30%;
  position: absolute;
  top: -8%;
  left: 3%;
  z-index: 2;
}

#profile .prof_area .prof_message{
  font-size: clamp(10px, 3vw, 18px);
  line-height: 2em;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5%;
  width: 60%;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 8%;
}
#profile.en .prof_area .prof_message{
  letter-spacing: 0.03em;
}

#profile .prof_area .prof_img{
  width: 90%;
  margin: 21% auto 18%;
}

#profile .prof_area .prof_info{
  width: 70%;
  margin: 5% auto 0;
  letter-spacing: 0.3em;
  font-size: clamp(10px, 3.6vw, 21px);
}

#profile .prof_area .prof_info h4{
  color: #D25656;
  font-size: clamp(18px, 6vw, 36px);
  margin-bottom: 2%;
}
#profile .prof_area .prof_info p{
  margin-bottom: 1%;
}

/* bride */
#profile .prof_area.bride{
  /* padding-top: 15%; */
}
#profile .prof_area.bride h3{
  left: unset;
  right: 4%;
  top: -10%;
}

#profile .prof_area.bride .prof_message{
  right: unset;
  left: 5%;
  top: 43%;
}

#profile .prof_area.bride .prof_img{
  margin: 38% auto 18%;
}

#profile .prof_area.bride .prof_info{
  text-align: right;
}

/* --------------------------------
ギャラリー
-------------------------------- */
#garelly {
  padding: 0 7%;
  padding-bottom: 20%;
}
#garelly .garelly_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#garelly .garelly_wrap li{
  width: 49%;
}
#garelly .garelly_wrap li img{
  border-radius: 20px;
}

.luminosity {
  transform: none !important;
  position: fixed !important;
  z-index: 9999 !important;
}

@media screen and (max-width: 600px) {
  .lum-lightbox-inner img {
      max-width: 90vw !important;
      max-height: 100vh !important;
  }
}

/* --------------------------------
出欠フォーム
-------------------------------- */

#rsvp{
  padding: 0 7%;
  margin-bottom: 15%;
}
#rsvp p{
  margin-bottom: 7%;
}
#rsvp p span{
  font-weight: bold;
  border-bottom: 1px solid #D25656;
  color: #D25656;
}

#rsvp h3{
  margin-top: 15%;
  margin-bottom: 10%;
  text-align: center;
  position: relative;
}
#rsvp h3::before{
  content: "";
  display: block;
  width: 22%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#rsvp h3::after{
  content: "";
  display: block;
  width: 22%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
}

#rsvp .form_cont{
  margin-bottom: 5%;
}
#rsvp .form_cont p{
  margin-bottom: 2%;
}
.form_col2{
  display: flex;
}
#rsvp .form_cont .form_col3 {
  display: flex;
}
#rsvp .form_cont .form_col3 label{
  width: 32%;
}
#rsvp .form_cont .form_col3 label:nth-of-type(2){
  margin-right: 2%;
}

/* 必須項目 */
#rsvp p span.need_answer{
  color: #D25656;
  border-bottom: none;
  font-size: clamp(5px, 2.5vw, 15px);
  letter-spacing: 0;
}

/* 選択肢タイプ */
#rsvp input[type="radio"] + label{
  border: 1px solid gray;
  background-color: #fff;
  padding: 1% 5%;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 49%;
}
#rsvp input[type="radio"]:first-of-type + label{
  margin-right: 2%;
}
#rsvp input[type="radio"]:checked + label{
  background-color: rgb(252, 240, 240);
  border: 2px solid gray;
}

/* ご出欠 */
#rsvp .attend input[type="radio"] + label{
  display: grid;
  place-items: center;
  width: 50%;
  background-color: transparent;
  border: none;
  aspect-ratio: 2 / 1 ;
  cursor: pointer;
  width: 49%;
  position: relative;
  z-index: 1;
}
#rsvp .attend input[type="radio"]:checked + label::before{
  content: "";
  display: block;
  width: 45%;
  aspect-ratio: 1 / 1;
  border-radius: 100vh;
  border: 2px solid gray;
  background-color: rgb(252, 240, 240);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* テキストタイプ */
#rsvp input[type="text"]{
  background-color: #fff;
  border: 1px solid gray;
  padding: 1% 3%;
  display: block;
}
#rsvp input[type="text"]:first-of-type{
  margin-right: 2%;
}
#rsvp input[type="text"]::placeholder{
  color: lightgray;
}
#rsvp .col2_txt input{
  width: 49%;
}

/* セレクトボックスタイプ */
#rsvp select{
  background-color: #fff;
  border: 1px solid gray;
  padding: 2% 3%;
  display: block;
  width: 100%;
}
#rsvp select option::selected{
  border: 2px solid gray;
  background-color: rgb(252, 240, 240);
}

/* 電話番号 */
#rsvp input[type="tel"]{
  background-color: #fff;
  border: 1px solid gray;
  padding: 1% 3%;
  display: block;
}
#rsvp input[type="tel"]::placeholder{
  color: lightgray;
}
  
/* メールアドレス */
#rsvp input[type="email"]{
  background-color: #fff;
  border: 1px solid gray;
  padding: 1% 3%;
  display: block;
}
#rsvp input[type="email"]::placeholder{
  color: lightgray;
}

/* アレルギー */
#rsvp .allergy{
  margin-left: 5%;
}
#rsvp .allergy input[type="radio"] + label{
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
#rsvp .allergy input[type="radio"]{
  display: block;
  width: 8%;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 100vh;
  margin-right: 3%;
  position: relative;
}
#rsvp .allergy input[type="radio"]:checked::after{
  content: "";
  display: block;
  width: 35%;
  aspect-ratio: 1 / 1;
  border-radius: 100vh;
  background-color: #565656;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#rsvp .allergy .allergy_wrap{
  display: flex;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: clamp(10px, 3.6vw, 21px);
}
#rsvp .allergy .allergy_wrap ~ p{
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: clamp(10px, 3.6vw, 21px);
}
#rsvp .allergy textarea{
  background-color: #fff;
  border: 1px solid gray;
  padding: 1% 3%;
  display: block;
  width: 100%;
  height: 5em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#rsvp .allergy textarea::placeholder{
  color: lightgray;
}

.form_col1 input{
  width: 60%;
}
.form_col1.txt_max input{
  width: 100%;
}

#rsvp div#is_answered{
  font-size: clamp(12px, 3vw, 20px);
  text-align: center;
}
#rsvp div .answered_txt{
  margin-bottom: 3%;
  font-size: clamp(18px, 4vw, 24px);
}

/* メッセージ */
#rsvp textarea{
  background-color: #fff;
  border: 1px solid gray;
  padding: 1% 3%;
  display: block;
  width: 100%;
  height: 10em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#rsvp textarea::placeholder{
  color: lightgray;
}

/* お連れ様を追加する */
.plus_member_btn, .plus_member_btn2{
  cursor: pointer;
  display: block;
  width: fit-content;
  padding: 2% 3%;
  border: 1px solid #CFBE85;
  border-radius: 100vh;
  color: #826F32;
  margin: 10% auto 7%;
}
.plus_member, .plus_member2{
  display: none;
}

/* 送信ボタン */
#rsvp button{
  display: block;
  background-color: #CFBE85;
  color: #fff;
  padding: 3% 5%;
  width: 80%;
  text-align: center;
  cursor: pointer;
  margin: 0% auto;
  border: 1px solid #826F32;
}
#rsvp button:hover{
  background-color: #baa96f;
}

/* 送信中のスピナー */
.loader_wrap{
  width: fit-content;
  margin: 0 auto;
}
.loader {
  width: 50px;
  margin: 0 auto;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c4aa71;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

/* --------------------------------
フッター
-------------------------------- */

footer{
  height: 35em;
  position: relative;
}

.footer_area{
  position: relative;
  overflow: hidden;
  height: 35em;
}

.footer_wrap{
  width: 150%;
  display: flex;
  gap: 5%;
  transform: translate(-22%, -6%);
}

.footer_wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.f_swiper{
  width: 35%;
  height: 48em;
  overflow: hidden;
  transform: rotate(24deg);
}
.f_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.f_swiper .swiper-slide{
  margin: 0;
}

.f_reverse_swiper{
  width: 35%;
  height: 48em;
  overflow: hidden;
  transform: rotate(24deg);
}
.f_reverse_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.f_reverse_swiper .swiper-slide{
  margin: 0;
}

.footer_txt{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.footer_txt h3{
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(21px, 12vw, 72px);
  margin-bottom: 15%;
}