@charset "UTF-8";

/*--------------------------------
                共 通
 --------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.fadeIn{
transition: all 1s;
opacity:0;
}
.fadeIn.active{
opacity:1;
}

body.no_scroll {
    height: 100vh;
    overflow: hidden;
}
html {
  font-size: 62.5%;
}
#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

.lp_230601_rainyseason{
  background: #ECEFF0;
  padding-bottom: 10rem;
  font-family:游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}
.lp_230601_rainyseason .sp_only{display: none;}
.lp_230601_rainyseason img{width: 100%;display: block;}
.lp_230601_rainyseason a{display: block;}
.lp_230601_rainyseason p {
  color: #333;
  display: block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.lp_230601_rainyseason b{color: #333;}
.lp_230601_rainyseason small{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

/*flex*/
.lp_230601_rainyseason .fl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

/***********************************
mv_sec*/

.lp_230601_rainyseason .mv_sec .img_blk{
  position: relative;
}
.lp_230601_rainyseason .mv_sec .img_blk h1{
  position: absolute;
  width: 66rem;
  height: fit-content;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp_230601_rainyseason .mv_sec p{
  font-size: 1.6rem;
  margin: 5rem auto 0;
  text-align: center;
  line-height: 2.5;
}
.lp_230601_rainyseason .mv_sec .nav_wrap{
  margin: 8rem auto 0;
}
.lp_230601_rainyseason .mv_sec .nav_wrap img{
  width: 6.4rem;
  margin: 0 auto 2rem;
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li{
  position: relative;
  width: 36rem;
  height: 6rem;
  box-shadow: 0 0.1rem 1rem #D0D7E2;
  background: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  transition: all 1s;
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li:hover{
  background: #6681A7;
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li a{
  color: #3985BF;
  width: 100%;
  height: 100%;
  line-height: 6rem;
  text-align: center;
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li:hover a{
  color: #fff;
}

/***********************************
sec*/

.lp_230601_rainyseason .sec{
  width: 120rem;
  margin: 10rem auto 0;
}

.lp_230601_rainyseason .sec .ttl_wrap{
  margin: 0 auto 5rem;
}
.lp_230601_rainyseason .sec > .ttl_wrap .ttl_blk{
  width: 100%;
  height: 4rem;
  margin: 0 auto 3rem;
  background-image: url(../img/frame_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lp_230601_rainyseason .sec > .ttl_wrap .ttl_blk p{
  font-size: 2rem;
  font-weight: bold;
}
.lp_230601_rainyseason .sec .text_blk p{
  text-align: center;
}
.lp_230601_rainyseason .sec .text_blk .sub-ttl{
  width: fit-content;
  margin: auto;
  padding-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #4D84BA;
  transform: rotate(4deg);
}
.lp_230601_rainyseason .sec.sec_2 .text_blk .sub-ttl{
  transform: rotate(-4deg);
}
.lp_230601_rainyseason .sec .text_blk .ttl{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.lp_230601_rainyseason .sec .text_blk .ttl span{
  font-size: 4.8rem;
  color: #3985BF;
}

.lp_230601_rainyseason .sec .nav_wrap{
  position: relative;
  width: 103rem;
  margin: auto;
}
.lp_230601_rainyseason .sec .nav_wrap img{
  position: absolute;
  top: -4rem;
  left: -3.2rem;
  width: 10rem;
  transform: rotate(-10deg);
  z-index: 2;
}
.lp_230601_rainyseason .sec .nav_wrap ul{
  gap: 0 3rem;
  justify-content: flex-start;
}
.lp_230601_rainyseason .sec .nav_wrap ul li{
  position: relative;
  width: 50rem;
  height: 7.5rem;
  border-bottom: 1px solid #D6D6D6;
  padding: 0 2rem;
  transition: all 1s;
  justify-content: flex-start;
  box-sizing: border-box;
}
.lp_230601_rainyseason .sec .nav_wrap ul li:nth-child(-n+2){
  border-top: 1px solid #D6D6D6;
}
.lp_230601_rainyseason .sec .nav_wrap ul li:hover{
  background: #F9FCFC;
}
.lp_230601_rainyseason .sec .nav_wrap ul li:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.lp_230601_rainyseason .sec .nav_wrap ul li a,
.lp_230601_rainyseason .sec .nav_wrap ul li p,
.lp_230601_rainyseason .sec .nav_wrap ul li b{
  justify-content: flex-start;
  color: #3985BF;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.5;
  gap: 0;
}
.lp_230601_rainyseason .sec .nav_wrap ul li p{
  width: 36rem;
}
.lp_230601_rainyseason .sec .nav_wrap ul li span{
  font-family: 'Bebas Neue', sans-serif;
  width: 2rem;
  font-size: 2rem;
  margin-right: 3rem;
}

.lp_230601_rainyseason .sec_inner > .fl{
  gap: 8rem;
  margin: 8rem auto 0;
}
.lp_230601_rainyseason .sec_inner .wrap{
  position: relative;
  padding-left: 24rem;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap{
  width: 56rem;
  height: 27rem;
  margin: 0 0 4rem;
  padding-left: 40rem;
  align-items: end;
  justify-content: flex-start;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .ttl{
  font-size: 2.5rem;
  line-height: 1.5;
  align-items: flex-end;
  justify-content: flex-start;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .ttl b{
  width: 46rem;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .text{
  margin-top: 2rem;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .ttl img{
  width: 6rem;
  margin-bottom: 0.8rem;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .text{
  font-size: 1.8rem;
  line-height: 1.5;
}
.lp_230601_rainyseason .sec_inner .img_wrap{
  width: 96rem;
  background: #fff;
  border-radius: 2rem;
  padding: 12rem 7rem 5rem;
  box-sizing: border-box;
}
.lp_230601_rainyseason .sec_inner .img_wrap > .img_blk{
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
}
.lp_230601_rainyseason .sec_inner .img_wrap > .img_blk img{
  border-radius: 2rem;
}
.lp_230601_rainyseason .sec_inner .text_blk{
  position: relative;
}
.lp_230601_rainyseason .sec_inner .text_blk p{
  text-align: left;
}
.lp_230601_rainyseason .sec_inner .text_blk p:not(:last-child){ 
  margin-bottom: 2.5rem;
}
.lp_230601_rainyseason .sec_inner .text_blk span{
  font-size: 1rem;
  font-weight: bold;
  color: #3985BF;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  left: -9rem;
}
.lp_230601_rainyseason .sec_inner .link_btn{
  width: 25rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  background: #6681A7;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: 29rem;
  right: 5rem;
  transition: all 1s;
}
.lp_230601_rainyseason .sec_inner .link_btn::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 0.6rem solid #fff;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  position: absolute;
}
.lp_230601_rainyseason .sec_inner .link_btn:hover{
  opacity: 0.7;
}
.lp_230601_rainyseason .sec_inner .novelty_blk{
  margin: 3rem auto 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li{
  width: 37rem;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li:first-child{
  padding-right: 3.8rem;
  margin-right: 3.8rem;
  border-right: 1px solid #D6D6D6;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li .icon{
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #3985BF;
  width: fit-content;
  padding: 0.6rem 1rem;
  margin-bottom: 1.2rem;
  border: 1px solid #3985BF;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li img{
  margin-top: 2rem;
}
.lp_230601_rainyseason .sec_inner .item_blk{
  gap: 2rem;
  justify-content: flex-start;
  margin: 3rem auto 0;
}
.lp_230601_rainyseason .sec_inner .item_blk li{
  position: relative;
  width: 40rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem #00000029;
  padding: 1.5rem;
  box-sizing: border-box;
}
.lp_230601_rainyseason .sec_inner .item_blk li.ttl_li{
  width: 100%;
  position: relative;
  font-weight: bold;
  box-shadow: none;
  padding: 0 0 0 1.4rem;
  margin-top: 2rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li.ttl_li::before{
  content: '';
  width: 0.4rem;
  height: 100%;
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #3985BF;
}
.lp_230601_rainyseason .sec_inner .item_blk li .fl{ 
  gap: 1.2rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li .img_blk{
  width: 12rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk{
  width: 23.8rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .name{
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .price{
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .link_btn{
  position: relative;
  top: 0;
  right: auto;
  width: 14rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  padding-left: 2rem;
  margin-left: auto;
  box-sizing: border-box;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .link_btn:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  right: auto;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icon_cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.lp_230601_rainyseason .sec_inner .item_blk li .icon{
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #F2F0C5;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text{
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 1rem;
}

/***********************************
modal*/

.lp_230601_rainyseason .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.lp_230601_rainyseason .js-modal-open{
  display: flex;
  align-items: center;
  justify-content: right;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}
.lp_230601_rainyseason .js-modal-open .plus{
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.9rem;
  display: inline-block;
  margin-left: 0.6rem;
  background: #6681A7;
  position: relative;
}
.lp_230601_rainyseason .js-modal-open .plus:after{
  content: '+';
  color: #fff;
  position: absolute;
  line-height: 1.8rem;
  width: 1.8rem;
  text-align: center;
}
.lp_230601_rainyseason .js-modal-close.btn{
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: #6681A7;
  padding: 0;
  border: none;
  transition: all 1s;
}
.lp_230601_rainyseason .js-modal-close.btn::before,
.lp_230601_rainyseason .js-modal-close.btn::after{
  content: '';
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lp_230601_rainyseason .js-modal-close.btn::before{
  transform: rotate(45deg);
}.lp_230601_rainyseason .js-modal-close.btn::after{
  transform: rotate(-45deg);
}
.lp_230601_rainyseason .modal__bg{
  background: rgba(0,0,0,0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.lp_230601_rainyseason .modal__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 110rem;
  height: calc(100vh - 8rem);
  background: #fff;
  padding: 3rem 3rem 4rem;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
}
.lp_230601_rainyseason .modal__content .ttl_wrap{
  width: 100%;
  height: auto;
  padding: 0 0 2rem 0;
  border-bottom: 2px dotted #4B5769;
  margin-bottom: 3rem;
}
.lp_230601_rainyseason .modal__content .ttl_wrap .ttl{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #3985BF;
}
.lp_230601_rainyseason .modal__content .ttl_wrap .ttl_blk p{
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
}
.lp_230601_rainyseason .modal__content .ttl_wrap .ttl_blk p span{
  font-size: 1rem;
  color: #3985BF;
  display: block;
  margin-bottom: 1rem;
}
.lp_230601_rainyseason .modal__content .item_wrap{
  position: relative;
}
.lp_230601_rainyseason .modal__content .item_wrap .line{
  position: absolute;
  width: 0.3rem;
  height: 100%;
  background: transparent linear-gradient(4deg, #74ADD8 0%, #CADEED 100%) 0% 0% no-repeat padding-box;
}
.lp_230601_rainyseason .modal__content .item_wrap .line::before,
.lp_230601_rainyseason .modal__content .item_wrap .line::after{
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -0.5rem;
  margin: auto;
  z-index: 11;
  transform: rotate(-45deg);
}
.lp_230601_rainyseason .modal__content .item_wrap .line::before{
  border-top: 0.3rem solid #CADEED;
  border-right: 0.3rem solid #CADEED;
  top: 0.15rem;
}
.lp_230601_rainyseason .modal__content .item_wrap .line::after{
  border-bottom: 0.3rem solid #74ADD8;
  border-left: 0.3rem solid #74ADD8;
  bottom: 0.15rem;
}
.lp_230601_rainyseason .modal__content .item_blk{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  padding-left: 4.5rem;
  margin: 3rem auto;
}
.lp_230601_rainyseason .modal__content .item_blk > div{
  width: 18rem;
}
.lp_230601_rainyseason .modal__content .swiper_text_blk span{
  font-size: 1.8rem;
  line-height: 1;
  background: #fff;
  padding-left: 2.5rem;
}



/***********************************
swiper*/

.lp_230601_rainyseason .swiper_2{
  position: relative;
  padding-bottom: 4.8rem;
  width: 96rem;
  margin: 3rem 0 0 -7rem !important;
  overflow: hidden;
  padding: 0 7rem 4rem;
  box-sizing: border-box;
}
.lp_230601_rainyseason .swiper_2::before,
.lp_230601_rainyseason .swiper_2::after{
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 1rem;
  margin: auto;
  z-index: 11;
  transform: rotate(45deg);
}
.lp_230601_rainyseason .swiper_2::before{
  border-top: 0.3rem solid #4D84BA;
  border-right: 0.3rem solid #4D84BA;
  right: 7.15rem;
}
.lp_230601_rainyseason .swiper_2::after{
  border-bottom: 0.3rem solid #4D84BA;
  border-left: 0.3rem solid #4D84BA;
  left: 7.15rem;
}
.lp_230601_rainyseason .swiper-slide a{
  transition: all 1s;
}
.lp_230601_rainyseason .swiper-slide a:hover{
  opacity: 0.6;
}
.lp_230601_rainyseason .swiper-slide .text_blk {
  margin-top: 1rem;
}
.lp_230601_rainyseason .swiper-slide .text_blk p.name{
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.lp_230601_rainyseason .swiper-slide .text_blk p.price{
  font-size: 1.4rem;
  line-height: 1;
}
.lp_230601_rainyseason .swiper-container-horizontal>.swiper-pagination-progressbar{
  width: 82rem;
  top: auto;
  bottom: 1.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.lp_230601_rainyseason .swiper-pagination-progressbar{
  background: #CADEED;
}
.lp_230601_rainyseason .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #3985BF;
}
.swiper-button-next,
.swiper-button-prev{
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  top: 11rem;
}
.swiper-button-next{
  background-image: url(../img/arrow_right.svg);
  right: 4rem;
}
.swiper-button-prev{
  background-image: url(../img/arrow_left.svg);
  left: 4rem;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  font-size: 0;
}
.lp_230601_rainyseason .swiper_text_blk{
  justify-content: space-between;
  color: #3985BF;
  font-size: 1.2rem;
  font-weight: bold;
}

/***********************************
menu*/

.lp_230601_rainyseason .btn-menu{
  position: fixed;
  top: 8rem;
  right: 0;
  z-index: 11;
  transition: all 0.5s;
  opacity: 0;
}
.lp_230601_rainyseason .btn-menu.scroll{
  opacity: 1;
}
.lp_230601_rainyseason .btn-menu .menu_li{
  display: block;
  width: 22rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 calc(6 *(100vw / 428)) #00000029;
  background: #fff;
  color: #6681A7;
  text-align: center;
  font-size: 1.3rem;
  margin: 1rem 0;
  transition: all 0.5s;
}
.lp_230601_rainyseason .btn-menu .menu_li:hover{
  background: #6681A7;
  color: #fff;
}


/*--------------------------------
   Media Queries (768px ~ 1399px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 *(100vw / 1400));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

.lp_230601_rainyseason{
  padding-bottom: calc(60 *(100vw / 428));
  margin-bottom: calc(-30 *(100vw / 428));
}
.lp_230601_rainyseason .sp_only{display: block;}
.lp_230601_rainyseason .pc_only{display: none;}

.lp_230601_rainyseason p {
  font-size: calc(14 *(100vw / 428));
}
.lp_230601_rainyseason small{
  margin-top: calc(10 *(100vw / 428));
  font-size: calc(11 *(100vw / 428));
}

/*flex*/
.lp_230601_rainyseason .fl{
  gap: calc(10 *(100vw / 428));
}

/***********************************
mv_sec*/

.lp_230601_rainyseason .mv_sec .img_blk h1{
  width: calc(390 *(100vw / 428));
}
.lp_230601_rainyseason .mv_sec p{
  font-size: calc(14 *(100vw / 428));
  margin: calc(40 *(100vw / 428)) auto 0;
}
.lp_230601_rainyseason .mv_sec .nav_wrap{
  margin: calc(50 *(100vw / 428)) auto 0;
}
.lp_230601_rainyseason .mv_sec .nav_wrap img{
  width: calc(64 *(100vw / 428));
  margin: 0 auto calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li{
  width: calc(360 *(100vw / 428));
  height: calc(60 *(100vw / 428));
  box-shadow: 0 calc(1 *(100vw / 428)) calc(10 *(100vw / 428)) #D0D7E2;
  border-radius: calc(10 *(100vw / 428));
  font-size: calc(16 *(100vw / 428));
}
.lp_230601_rainyseason .mv_sec .nav_wrap ul li::before{
  right: calc(20 *(100vw / 428));
  width: calc(20 *(100vw / 428));
  height: calc(20 *(100vw / 428));
}

/***********************************
sec*/

.lp_230601_rainyseason .sec{
  width: 100%;
  margin: calc(80 *(100vw / 428)) auto 0;
}

.lp_230601_rainyseason .sec .ttl_wrap{
  margin: 0 auto calc(60 *(100vw / 428));
}
.lp_230601_rainyseason .sec > .ttl_wrap .ttl_blk{
  height: calc(30 *(100vw / 428));
  margin: 0 auto calc(40 *(100vw / 428));
  background-image: url(../img/frame_sp.svg);
}
.lp_230601_rainyseason .sec > .ttl_wrap .ttl_blk p{
  font-size: calc(18 *(100vw / 428));
  line-height: 1;
}
.lp_230601_rainyseason .sec .text_blk .sub-ttl{
  padding-bottom: calc(6 *(100vw / 428));
  font-size: calc(16 *(100vw / 428));
  margin-bottom: calc(8 *(100vw / 428));
}
.lp_230601_rainyseason .sec .text_blk .ttl{
  font-size: calc(26 *(100vw / 428));
  margin-bottom: calc(24 *(100vw / 428));
}
.lp_230601_rainyseason .sec .text_blk .ttl span{
  font-size: calc(40 *(100vw / 428));
}

.lp_230601_rainyseason .sec .nav_wrap{
  width: calc(398 *(100vw / 428));
}
.lp_230601_rainyseason .sec .nav_wrap img{
  position: absolute;
  top: calc(-30 *(100vw / 428));
  left: 0;
  width: calc(100 *(100vw / 428));
}
.lp_230601_rainyseason .sec .nav_wrap ul{
  gap: 0;
}
.lp_230601_rainyseason .sec .nav_wrap ul li{
  width: 100%;
  height: calc(75 *(100vw / 428));
  padding: 0 calc(18 *(100vw / 428));
}
.lp_230601_rainyseason .sec .nav_wrap ul li:nth-child(2){
  border-top: none;
}
.lp_230601_rainyseason .sec .nav_wrap ul li:before{
  right: calc(20 *(100vw / 428));
  width: calc(20 *(100vw / 428));
  height: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .sec .nav_wrap ul li a,
.lp_230601_rainyseason .sec .nav_wrap ul li p,
.lp_230601_rainyseason .sec .nav_wrap ul li b{
  font-size: calc(15 *(100vw / 428));
}
.lp_230601_rainyseason .sec .nav_wrap ul li p{
  width: calc(290 *(100vw / 428));
}
.lp_230601_rainyseason .sec .nav_wrap ul li span{
  font-family: 'Bebas Neue', sans-serif;
  width: calc(20 *(100vw / 428));
  font-size: calc(20 *(100vw / 428));
  margin-right: calc(15 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner > .fl{
  gap: calc(50 *(100vw / 428));
  margin: calc(50 *(100vw / 428)) auto 0;
}
.lp_230601_rainyseason .sec_inner .wrap{
  padding-left: 0;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap{
  width: calc(398 *(100vw / 428));
  height: auto;
  margin: 0 auto calc(160 *(100vw / 428));
  padding-left: 0;
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .ttl{
  font-size: calc(22 *(100vw / 428));
  gap: calc(15 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .ttl b{
  text-align: left;
  width: calc(332 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .text{
  margin-top: calc(12 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .ttl img{
  width: calc(50 *(100vw / 428));;
  margin-bottom: calc(6 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .ttl_wrap .text{
  font-size: calc(17 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .img_wrap{
  width: calc(413 *(100vw / 428));;
  border-radius: calc(20 *(100vw / 428)) 0 0 calc(20 *(100vw / 428));
  padding: calc(166 *(100vw / 428)) calc(20 *(100vw / 428)) calc(30 *(100vw / 428));
  margin-left: calc(15*(100vw / 428));
  position: relative;
}
.lp_230601_rainyseason .sec_inner .img_wrap > .img_blk{
  position: absolute;
  top: calc(-130 *(100vw / 428));
  left: calc(-15 *(100vw / 428));
  width: calc(413 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .img_wrap > .img_blk img{
  border-radius: 0 calc(20 *(100vw / 428)) calc(20 *(100vw / 428)) 0;
}
.lp_230601_rainyseason .sec_inner .text_blk p:not(:last-child){ 
  margin-bottom: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .text_blk span{
  font-size: calc(10 *(100vw / 428));
  transform: none;
  position: static;
  text-align: right;
  width: 100%;
  display: block;
  margin-bottom: calc(6 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .link_btn{
  width: calc(250 *(100vw / 428));
  height: calc(40 *(100vw / 428));
  line-height: calc(40 *(100vw / 428));
  border-radius: calc(20 *(100vw / 428));
  font-size: calc(14 *(100vw / 428));
  position: sticky;
  margin: calc(30 *(100vw / 428)) auto 0;
}
.lp_230601_rainyseason .sec_inner .link_btn::before{
  border-left: calc(6 *(100vw / 428)) solid #fff;
  border-top: calc(4 *(100vw / 428)) solid transparent;
  border-bottom: calc(4 *(100vw / 428)) solid transparent;
  right: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .novelty_blk{
  margin: calc(30 *(100vw / 428)) auto 0;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li{
  width: 100%;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li:first-child{
  padding-right: 0;
  margin-right: 0;
  padding-bottom: calc(30 *(100vw / 428));
  margin-bottom: calc(30 *(100vw / 428));
  border-right: none;
  border-bottom: 1px solid #D6D6D6;
}
.lp_230601_rainyseason .sec_inner .novelty_blk li .icon{
  font-size: calc(14 *(100vw / 428));
  padding: calc(6 *(100vw / 428)) calc(10 *(100vw / 428));
  margin-bottom: calc(15 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .novelty_blk li img{
  margin-top: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk{
  gap: calc(15 *(100vw / 428));
  margin: calc(30 *(100vw / 428)) auto 0;
}
.lp_230601_rainyseason .sec_inner .item_blk li{
  width: calc(373 *(100vw / 428));
  border-radius: calc(10 *(100vw / 428));
  box-shadow: 0 0 calc(6 *(100vw / 428)) #00000029;
  padding: calc(15 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li.ttl_li{
  padding: 0 0 0 calc(15 *(100vw / 428));
  margin-top: calc(40 *(100vw / 428));
  margin-bottom: calc(10 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li.ttl_li:first-child{
  margin-top: 0;
}
.lp_230601_rainyseason .sec_inner .item_blk li.ttl_li::before{
  width: calc(4 *(100vw / 428));
  border-radius: calc(2 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .fl{ 
  gap: calc(10 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .img_blk{
  width: calc(120 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk{
  width: calc(213 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .name{
  font-size: calc(13 *(100vw / 428));
  margin-bottom: calc(4 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .price{
  font-size: calc(18 *(100vw / 428));
  margin-bottom: calc(10 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .link_btn{
  width: calc(140 *(100vw / 428));
  height: calc(30 *(100vw / 428));
  line-height: calc(30 *(100vw / 428));
  font-size: calc(14 *(100vw / 428));
  padding-left: calc(20 *(100vw / 428));
  margin: 0 0 0 auto;
}
.lp_230601_rainyseason .sec_inner .item_blk li .text_blk .link_btn:before{
  left: calc(30 *(100vw / 428));
  width: calc(14 *(100vw / 428));
  height: calc(14 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .icon{
  width: calc(56 *(100vw / 428));
  height: calc(56 *(100vw / 428));
  border-radius: calc(28 *(100vw / 428));
  font-size: calc(11 *(100vw / 428));
  top: calc(-10 *(100vw / 428));
  left: calc(-10 *(100vw / 428));
}
.lp_230601_rainyseason .sec_inner .item_blk li .text{
  font-size: calc(12 *(100vw / 428));
  margin-top: calc(10 *(100vw / 428));
}

/***********************************
modal*/

.lp_230601_rainyseason .js-modal-open{
  padding-bottom: calc(20 *(100vw / 428));
  font-size: calc(12 *(100vw / 428));
}
.lp_230601_rainyseason .js-modal-open .plus{
  width: calc(18 *(100vw / 428));
  height: calc(18 *(100vw / 428));
  border-radius: calc(9 *(100vw / 428));
  margin-left: calc(6 *(100vw / 428));
}
.lp_230601_rainyseason .js-modal-open .plus:after{
  line-height: calc(18 *(100vw / 428));
  width: calc(18 *(100vw / 428));
}
.lp_230601_rainyseason .js-modal-close.btn{
  top: calc(10 *(100vw / 428));
  right: calc(10 *(100vw / 428));
  width: calc(40 *(100vw / 428));
  height: calc(40 *(100vw / 428));
}
.lp_230601_rainyseason .js-modal-close.btn::before,
.lp_230601_rainyseason .js-modal-close.btn::after{
  width: calc(18 *(100vw / 428));
}
.lp_230601_rainyseason .modal__content{
  width: calc(388 *(100vw / 428));
  height: calc(100vh - calc(40 *(100vw / 428)));
  padding: calc(20 *(100vw / 428)) calc(20 *(100vw / 428)) calc(30 *(100vw / 428));
}
.lp_230601_rainyseason .modal__content .ttl_wrap{
  padding: 0 0 calc(15 *(100vw / 428)) 0;
  border-bottom: 2px dotted #4B5769;
  margin-bottom: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .modal__content .ttl_wrap .ttl{
  font-size: calc(28 *(100vw / 428));
}
.lp_230601_rainyseason .modal__content .ttl_wrap .ttl_blk p{
  display: none;
}
.lp_230601_rainyseason .modal__content .item_blk{
  gap: calc(25 *(100vw / 428));
  padding-left: calc(20 *(100vw / 428));
  margin: calc(20 *(100vw / 428)) auto;
}
.lp_230601_rainyseason .modal__content .item_blk > div{
  width: calc(150 *(100vw / 428));
}
.lp_230601_rainyseason .modal__content .swiper_text_blk span{
  font-size: calc(14 *(100vw / 428));
  padding-left: calc(20 *(100vw / 428));
}

/***********************************
swiper*/

.lp_230601_rainyseason .swiper_2{
  padding-bottom: calc(48 *(100vw / 428));
  width: calc(413 *(100vw / 428));
  margin: calc(20 *(100vw / 428)) 0 0 calc(-20 *(100vw / 428)) !important;
  overflow: hidden;
  padding: 0 calc(20 *(100vw / 428)) calc(40 *(100vw / 428));
}
.lp_230601_rainyseason .swiper_2::before, 
.lp_230601_rainyseason .swiper_2::after{
  bottom: 0.8rem;
}
.lp_230601_rainyseason .swiper_2::before{
  right: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .swiper_2::after{
  left: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .swiper-slide .text_blk {
  margin-top: calc(10 *(100vw / 428));
}
.lp_230601_rainyseason .swiper-slide .text_blk p.name{
  font-size: calc(10 *(100vw / 428));
  margin-bottom: 0;
}
.lp_230601_rainyseason .swiper-slide .text_blk p.price{
  font-size: calc(14 *(100vw / 428));
}
.lp_230601_rainyseason .swiper-container-horizontal>.swiper-pagination-progressbar{
  width: calc(373 *(100vw / 428));
  bottom: calc(14 *(100vw / 428));
}
.swiper-button-next,
.swiper-button-prev{
  top: calc(110 *(100vw / 428));
}
.swiper-button-next{
  right: calc(20 *(100vw / 428));
}
.swiper-button-prev{
  left: calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .swiper_text_blk{
  font-size: calc(12 *(100vw / 428));
}

/***********************************
menu*/

.lp_230601_rainyseason .btn-menu{
  top: calc(80 *(100vw / 428));
  width: calc(90 *(100vw / 428));
  height: calc(50 *(100vw / 428));
  border-radius: calc(25 *(100vw / 428)) 0 0 calc(25 *(100vw / 428));
  background: #6681A7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_230601_rainyseason .btn-menu img{
  width: calc(60 *(100vw / 428));
}
.lp_230601_rainyseason .menu_wrap{
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #6681A7;
  color: #fff;
  z-index: 999;
  display: block;
  transition: all 1s;
  overflow: scroll;
}
.lp_230601_rainyseason .menu_wrap.hide{
  opacity: 0;
  display: none;
}
.lp_230601_rainyseason .menu_wrap .menu_inner{
  padding: calc(30 *(100vw / 428)) calc(15 *(100vw / 428)) calc(30 *(100vw / 428));
}
.lp_230601_rainyseason .menu_wrap .menu_inner .sec_ttl{
  position: relative;
  font-size: calc(20 *(100vw / 428));
  line-height: 1;
  margin: calc(50 *(100vw / 428)) auto calc(20 *(100vw / 428));
}
.lp_230601_rainyseason .menu_wrap .menu_inner .sec_ttl a{ 
  color: #fff;
  font-weight: bold;
}
.lp_230601_rainyseason .menu_wrap ul {
    gap: 0;
    justify-content: flex-start;
}
.lp_230601_rainyseason .menu_wrap ul li {
    position: relative;
    width: 100%;
    height: calc(75 *(100vw / 428));
    border-bottom: 1px solid #88A4CB;
    padding: 0 calc(18 *(100vw / 428));
    transition: all 1s;
    justify-content: flex-start;
    box-sizing: border-box;
}
.lp_230601_rainyseason .menu_wrap ul li:first-child{
    border-top: 1px solid #88A4CB;
}
.lp_230601_rainyseason .menu_wrap .menu_inner .sec_ttl:before,
.lp_230601_rainyseason .menu_wrap ul li:before {
    content: '';
    position: absolute;
    width: calc(20 *(100vw / 428));
    height: calc(20 *(100vw / 428));
    top: 0;
    bottom: 0;
    right: calc(20 *(100vw / 428));
    margin: auto;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.lp_230601_rainyseason .menu_wrap ul li a, 
.lp_230601_rainyseason .menu_wrap ul li p, 
.lp_230601_rainyseason .menu_wrap ul li b {
    justify-content: flex-start;
    color: #fff;
    text-align: left;
    font-size: calc(15 *(100vw / 428));
    line-height: 1.5;
    gap: 0;
}
.lp_230601_rainyseason .menu_wrap ul li p {
    width: calc(290 *(100vw / 428));
}
.lp_230601_rainyseason .menu_wrap ul li span {
    font-family: 'Bebas Neue', sans-serif;
    width: calc(20 *(100vw / 428));
    font-size: calc(20 *(100vw / 428));
    margin-right: calc(15 *(100vw / 428));
}
.lp_230601_rainyseason .menu_wrap > .btn-close a{
  width: calc(40 *(100vw / 428));
  height: calc(40 *(100vw / 428));
  border-radius: 100%;
  position: fixed;
  top: calc(10 *(100vw / 428));
  right: calc(10 *(100vw / 428));
  background: #fff;
}
.lp_230601_rainyseason .menu_wrap > .btn-close a::before, 
.lp_230601_rainyseason .menu_wrap > .btn-close a::after{
  content: '';
  display: block;
  width: calc(18 *(100vw / 428));
  height: 1px;
  background: #6B81A4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lp_230601_rainyseason .menu_wrap > .btn-close a::before{
  transform: rotate(45deg);
}
.lp_230601_rainyseason .menu_wrap > .btn-close a::after{
  transform: rotate(-45deg);
}
}