@charset "UTF-8";

.mainvisual .tit{
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .mainvisual .tit{
    max-width: none;
    width: 60%;
  }
}

.conts{
  background: url(../img/gallery/bg.png) no-repeat top center / cover #f1eee5;
  padding: 100px 0 200px;
  color: #866659;
  position: relative;
  overflow-x: hidden;
}
.conts .inner{
  position: relative;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.conts .inner .img-box{
  max-width: 610px;
  width: 100%;
  margin: 0 auto 80px;
}
.conts .inner .img-box strong{
  display: block;
  font-weight: normal;
  font-size: #866659;
  margin-top: 5px;
  text-align: right;
  font-size: clamp(10px, 1.4vw, 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .conts{
    background: url(../img/gallery/bg_sp.png) no-repeat top center / cover #f1eee5;
    padding: 60px 0 50px;
  }
  .conts .inner .txt{
    margin: 60px 0 30px;
  }
}

.conts .inner .slide-box{
  margin-bottom: 100px;
}
.conts .inner .slide-box .midashi{
  font-size: clamp(30px, 4.5vw, 60px);
  color: #af1e24;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
.conts .inner .slide-box .midashi strong{
  font-size: clamp(40px, 4.5vw, 70px);
  font-weight: normal;
}
.conts .inner .slider .slick-prev{
  background: url(../img/gallery/prev.png) no-repeat center center / contain;
  left: 10px;
}
.conts .inner .slider .slick-next{
  background: url(../img/gallery/next.png) no-repeat center center / contain;
  right: 10px;
}
.conts .inner .slider .txt{
  font-size: 16px;
  line-height: 1.8;
  margin: 30px auto;
  text-align: center;
}
.slick-prev,
.slick-next{
  width: 45px;
  height: 45px;
  top: 50%;
}
.conts .inner .peger{
  margin-top: 20px;
}
.conts .inner .peger li{
  margin: 0 12px 10px 0;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}
.conts .inner .peger .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.conts .inner .peger li .img{
  position: relative;
  display: block;
}
.conts .inner .peger li .img:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.conts .inner .peger li span{
  display: block;
  margin-top: 5px;
  color: #866659;
  font-size: 16px;
}
.conts .inner .peger li.slick-current .img:after{
  opacity: 0;
}
.conts .inner .peger li:after{
  content: '';
  width: 100%;
  height: 4px;
  background-color: #1c7d00;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .conts .inner .peger li{
    width: calc(100% / 4 - 9px) !important;
  }
  .conts .inner .peger li:nth-child(4n){
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .conts .inner .slide-box{
    margin-bottom: 50px;
  }
  .conts .inner .slide-box .midashi{
    font-size: 24px;
    text-align: center;
  }
  .conts .inner .slide-box .midashi strong{
    font-size: 30px;
  }
  .slick-prev,
  .slick-next{
    width: 20px;
    height: 40px;
  }
  .conts .inner .peger li{
    width: calc(100% / 2 - 6px) !important;
  }
  .conts .inner .peger li:nth-child(2n){
    margin-right: 0;
  }
  .conts .inner .peger li span{
    font-size: 10px;
  }
}

.limited-bn{
  width: 100%;
  margin: 0 auto;
}
.limited-bn .tit{
  max-width: 430px;
  width: 90%;
  margin: 0 auto 15px;
}
.limited-bn .inner{
  border: solid 6px #c8b2a7;
  box-sizing: border-box;
  background: url(../img/gallery/limited-bg.jpg) repeat center center / 150px #ecd9cf;
  padding: 30px 10px 50px;
  max-width: none;
  width: 100%;
}
.limited-bn .inner .txt{
  text-align: center;
  color: #866659;
  font-size: clamp(16px, 3.6vw, 42px);
  line-height: 1.4;
  margin: 0 auto 10px;
  color: #B81C22;
}
.limited-bn .inner .txt span{
  display: block;
  font-size: clamp(14px,2.4vw,34px);
}
.limited-bn .inner .txt2{
  text-align: center;
  display: block;
  font-size: clamp(14px,2.4vw,32px);
  margin-top: 15px;
  color: #866659;
  line-height: 1.4;
  margin: 0 auto 10px;
}
.limited-bn .inner ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
}
.limited-bn .inner ul li{
  width: 49%;
}
.limited-bn .inner ul li a{
  display: flex;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 20px 5px 45px;
  color: #fff;
  position: relative;
  text-decoration: none;
  width: 100%;
  font-size: clamp(14px,2vw,28px);
  line-height: 1.4;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
  transition: .3s;
  text-align: center;
}
.limited-bn .inner ul li:nth-child(1) a{
  background: linear-gradient(to bottom, #b85d5d 0%,#883229 100%);  
}
.limited-bn .inner ul li:nth-child(2) a{
  background: linear-gradient(to bottom, #bf9345 0%,#976c08 100%);  
}
.limited-bn .inner ul li a:hover{
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.limited-bn .inner ul li a:after{
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 18px 15px 0px 15px;
}
@media screen and (max-width: 767px) {
  .limited-bn{
    padding: 30px 0;
  }
  .limited-bn .tit{
    margin: 0 auto 10px;
  }
  .limited-bn .inner{
    border: solid 3px #c8b2a7;
    background: url(../img/cmn/limited-bg.png) repeat center center / 75px #ecd9cf;
    padding: 20px 5px;
  }
  .limited-bn .inner .txt{
    text-align: center;
  }
  .limited-bn .inner .txt3{
    margin-top: 10px;
  }
  .limited-bn .inner .txt2{
  }
  .limited-bn .inner .txt2 strong{
    display: block;
    font-size: clamp(12px,1.6vw,18px);
    margin: 5px 0 0;
    font-weight: normal;
    color: #B81C22;
    border: solid 1px #B81C22;
    background-color: #fff;
    padding: 5px;
    text-align: center;
  }
  .limited-bn .inner ul{
    display: block;
  }
  .limited-bn .inner ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  .limited-bn .inner ul li a{
    display: block;
    padding: 20px 5px;
  }
  .limited-bn .inner ul li a:after{
    bottom: initial;
    left: initial;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 5px 0px 5px 10px;
  }
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}
.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_content{
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 1600px;
  width: 90%;
  box-sizing: border-box;
  background: url(../img/cmn/limited-bg.png) repeat center center / 150px #ecd9cf;
}
.modal_content .box{
  border: solid 40px #c8b2a7;
  text-align: center;
  padding: 0 0 50px;
  color: #866659;
}
.modal_content .box .t1{
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.modal_content .box .t1 span{
  display: block;
  font-size: 48px;
  letter-spacing: .75rem;
  margin: 0 0 30px;
}
.modal_content .box .t2{
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.modal_content .box .t3{
  font-size: 40px;
  line-height: 1.4;
  margin: 30px 0 0;
  color: #b85d5d;
}
.modal_content .box .in{
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.modal_content .box p{
  margin-top: 10px;
}
.modal_content .box input[type="password"]{
  border: solid 2px #b85d5d;
  background-color: #fff!important;
  padding: 1px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 30px;
  text-align: center;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_content .box input[type="password"]:focus{
  background-color: #fff;
}
.modal_content .box button[type="submit"] {
  background-color: #b85d5d;
  border: solid 1px #b85d5d;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_content .box button[type="submit"]:hover{
  background-color: #fff;
  color: #b85d5d;
}
.closeBtn{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translate(50%,-50%);
}
.closeBtn:before,
.closeBtn:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.closeBtn:before {
  transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1250px) {
  .modal_content .box .t1{
    font-size: 4vw;
  }
  .modal_content .box .t1 span{
    font-size: 3vw;
  }
  .modal_content .box .t2{
    font-size: 2vw;
  }
  .modal_content .box .t3{
    font-size: 2.4vw;
  }
  .modal_content .box input[type="password"],
  .modal_content .box button[type="submit"] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .modal_content{
    background: url(../img/cmn/limited-bg.png) repeat center center / 75px #ecd9cf;
  }
  .modal_content .box{
    border: solid 10px #c8b2a7;
    padding: 0 0 9%;
  }
  .modal_content .box .tit{
    width: 80%;
    margin: 0 auto 5%;
  }
  .modal_content .box .t1{
    font-size: 6.4vw;
    margin: 0 0 5%;
  }
  .modal_content .box .t1 span{
    font-size: 3.8vw;
    letter-spacing: .5rem;
    margin-bottom: 3%;
  }
  .modal_content .box .t2{
    font-size: 3.6vw;
    margin: 0 0 5%;
  }
  .modal_content .box .t3{
    font-size: 3vw;
    margin: 5% 0 0;
  }
  .modal_content .box input[type="password"],
  .modal_content .box button[type="submit"] {
    font-size: 3.6vw;
  }
}
