@charset "UTF-8";

@font-face {
  font-family: "Hiragino Sans w3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans bold";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

/*CK用all------------------------*/
#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#Header,
#Foot {
  width: 1000px;
  margin: 0 auto;
}

.LP_page a {
  transition: opacity .3s;
}

.LP_page a:hover {
  opacity: .65;
}
/*------------------------CK用all*/

/*all----------------------------*/
html {
  font-size: 62.5%;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  width: 100%;
  background: #fff;
  color: #5F5F5F;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  letter-spacing: 0.07em;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page .page_inner {
  margin: 0 auto;
}

p {
  text-align: unset;
}
/*----------------------------all*/

/*mv----------------------------*/
.mv_area {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 20rem 0 12rem;
  background: linear-gradient(0deg, rgba(253,252,239,1) 0%, rgba(95,172,198,1) 100%);
}



.patuanime_wrap {
  position: absolute;
  top: 0;
  left: -1rem;
  z-index: 3;
  width: 26.3rem;
}

.patuanime_wrap .path{
  stroke:#fff;
  fill: none;
  stroke-width: 100;/*線の太さを指定する*/
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔を指定する */
  stroke-dashoffset: 1500; /* 線の位置を指定する */
  animation: pathanime 5s ease-in-out 3s alternate forwards;
}

@keyframes pathanime {
	0% {
    stroke-dashoffset: 1500;
  }

	100% {
    stroke-dashoffset: 0;
  }
}

.main-ttl_wrap {
  position: relative;
  z-index: 2;
  width: 94rem;
  margin: auto;
}

.main-ttl_wrap span {
  display: block;
}

.main-ttl_wrap .hidden-box {
  overflow: hidden;
}

.main-ttl_wrap .hidden-box:nth-of-type(1) {
  margin-bottom: 3.1rem;
}

.main-ttl_wrap .hidden-box:nth-of-type(2) {
  margin-bottom: 3.4rem;
}

.main-ttl_wrap .hidden-box:nth-of-type(3) {
  margin-bottom: 2.5rem;
}

/* 
.main-ttl_wrap .ttl1 {
  width: 94rem;
}
*/

/*----------------------------mv*/

/*lead_Area----------------------------*/
.lead_Area {
  position: relative;
  padding: 12rem 0 16rem;
  background: #F7F6E7;
}

.lead_Area::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 4rem;
  background: url(../img/lead_bg_top.svg) repeat-x;
  top: -4rem;
  left: 0;
  z-index: 4;
}

.lead_Area::after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 4rem;
  background: url(../img/lead_bg_bottom.svg) repeat-x;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.lead_Area .lead {
  font-size: 2rem;
  line-height: 2.5;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.lead_Area .lead span {
  display: block;
  padding-bottom: 2rem;
}

/*----------------------------lead_Area*/


/*summerbag----------------------------*/
.summerbag {
  background-color: #FDFCEF;
  padding: 12rem 0;
  margin-bottom: 12rem;
}

.summerbag_inner {
  width: 100rem;
  margin: auto;
  border-radius: 3rem;
  padding: 8rem 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.ttl{
  text-align: center;
  margin-bottom: 5rem;
}

.ttl h2 {
  font-family: 'Noto Serif Display', serif;
  font-size: 3.5rem;
  font-style: italic;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.ttl p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.summerbag_introduce_bg {
  width: 68.8rem;
  margin: 0 auto 2rem;
  padding: 2.5rem 5rem;
  background-color: #F8F8F8;
  border-radius: 1rem;
}

.summerbag_introduce_Area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summerbag_img {
  position: relative;
  width: 30rem;
}

.summerbag_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 18rem;
  height: 10.5rem;
  background: url(../img/summerbag_text.svg) no-repeat;
  background-size: 100%;
  bottom: 2.5rem;
  right: -3.5rem;
  z-index: 1;
}

.summerbag_text {
  width: 27rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}

.summerbag_text span {
  display: block;
  width: 21rem;
  margin: auto;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  background: linear-gradient(to top, #F2ED9B 0% 50%, rgba(0,0,0,0) 50% 100%);
  margin-top: 2rem;
}

.summerbag .plus {
  display: block;
  width: 5rem;
  margin: 0 auto 2rem;
}

.summerbag .summerbag_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-bottom: 7rem;
}

.summerbag .summerbag_sub .summerbag_sub_left ,
.summerbag .summerbag_sub .summerbag_sub_right {
  width: 33rem;
}

.summerbag .summerbag_sub_box {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  background-color: #F8F8F8;
  text-align: center;
  margin-bottom: 3.5rem;
  border-radius: 1rem;
}

.summerbag .summerbag_sub_left .summerbag_sub_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_left.svg) no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3rem;
  bottom: -2.5rem;
  left: 10rem;
  z-index: 1;
}

.summerbag .summerbag_sub_right .summerbag_sub_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_right.svg) no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3rem;
  bottom: -2.5rem;
  right: 10rem;
  z-index: 1;
}


.summerbag .summerbag_sub_img {
  width: 26rem;
  margin: auto;
}
/*----------------------------summerbag*/


/*items----------------------------*/
.items .items_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 85rem;
  margin: 0 auto 8rem;
  gap: 5rem;
}

.items .items_wrap li {
  width: 25rem;
  font-size: 1.5rem;
}

.items .items_img {
  width: 100%;
  position: relative;
}

.items .items_img .icon {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #E6E181;
  border-radius: 1.5rem 0;
  padding: 0.3rem 0.8rem;
  top: 1rem;
  left: 1rem;
}

.items .brand {
  font-family: "Hiragino Sans bold";
  padding: 0.7rem 0;
  background-color: #FCFBEC;
  text-align: center;
  margin-bottom: 1.5rem;
}

.items .name {
  margin-bottom: 0.5rem;
}

.items .item_price {
  margin-bottom: 1.5rem;
}

.items .text_point {
  color: #cfc65e;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.5;
}

.items .text {
  font-size: 1.4rem;
  font-family: "Hiragino Sans w3";
  color: #9A9A9A;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.items .mini_items {
  width: 50rem;
  margin: auto;
}

.items .mini_img {
  position: relative;
  width: 100%;
  margin-bottom: 12rem;
}

.items .mini_img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/click_pc.svg) no-repeat;
  background-size: 100%;
  width: 18rem;
  height: 15rem;
  top: -5rem;
  left: -20rem;
}

.items .mini_items .mini_items_box {
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 1rem;
  font-size: 2rem;
  text-align: center;
  padding: 2.5rem 0;
  margin-bottom: 3.6rem;
}

.items .mini_items .mini_items_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_right.svg) no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3rem;
  bottom: -2.5rem;
  right: 10rem;
  z-index: 1;
}
/*----------------------------items*/


/*point----------------------------*/
.point {
  padding: 12rem;
  background-color: #FDFCEF;
  margin-bottom: 12rem;
}

.point .point_box {
  position: relative;
  width: 50rem;
  margin: auto;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 2rem;
  text-align: center;
  padding: 2.5rem 0;
  margin-bottom: 3.6rem;
}

.point .point_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_center.svg) no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3rem;
  bottom: -2.5rem;
  right: 44%;
  transform: translateX(-50%);
  z-index: 1;
}

.point .point_warp {
  width: 76rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.point .point_blk {
  width: 35rem;          
}

.point .point_img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.point .point_text {
  font-size: 1.5rem;
}

.point .point_text span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: pragmatica, sans-serif;
  border-radius: 10rem;
  padding: 0.4rem 1.5rem 0.2rem;
  margin-right: 1rem;
  background-color: #8ABACB;
  color: #fff;
}

/*----------------------------point*/


/*summerbag_bottom----------------------------*/
.summerbag_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12rem;
}

.summerbag_bottom_img {
  position: relative;
  width: 35rem;
  margin-right: 5rem;
}

.summerbag_bottom_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 20rem;
  height: 11.5rem;
  background: url(../img/summerbag_text.svg) no-repeat;
  background-size: 100%;
  bottom: 2rem;
  right: -3.5rem;
  z-index: 1;
}

.summerbag_bottom .purchase {
  margin: unset;
}
/*summerbag_bottom----------------------------*/


/*schedule----------------------------*/
.schedule {
  padding: 10rem 0 11rem;
  background-color: #FDFCEF;
}

.schedule .schedule_inner {
  width: 70rem;
  margin: auto;
  padding: 6rem 0 7rem;
  text-align: center;
  background-color: #fff;
  border-radius: 2.5rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.schedule .schedule_inner p {
  text-align: center;
}

.schedule .ttl {
  margin-bottom: 4rem;
}

.schedule .ttl h2 {
  font-size: 2.5rem;
  line-height: 1;
}

.schedule .ttl p {
  font-size: 1rem;
}

.schedule .schedule_ttl {
  width: 10rem;
  margin: auto;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0.4rem 0 0.2rem;
  border: #8ABACB solid 0.1rem;
  border-radius: 5rem;
  color: #8ABACB;
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
}

.schedule .schedule_date {
  font-size: 1.5rem;
}

.schedule .schedule_date span {
  font-size: 1.1rem;
  display: inline;
  padding: 0 0.5rem;
}

.schedule .schedule_date.late {
  margin: 1rem auto 4rem;

}

.schedule .schedule_subtext {
  font-size: 1.2rem;
  color: #9A9A9A;
  margin-top: 2rem;
  text-align: center;
}

.schedule .schedule_new {
  margin-top: 6rem;
}

.schedule .schedule_new_text {
  font-size: 1.2rem;
  line-height: 2;
  color: #9A9A9A;
  text-align: center;
}

.schedule .schedule_new a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
}

.schedule .schedule_flx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 4rem;
}

.schedule .store_img {
  width: 18rem;
}

.schedule .store_name {
  font-size: 1rem;
  color: #5F5F5F;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}

/*----------------------------schedule/


/*purchase----------------------------*/
.purchase {
  position: relative;
  width: 60rem;
  margin: auto;
  border-radius: 2rem;
  padding: 3rem;
  background: #FAF9F0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.purchase::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sale.svg) no-repeat;
  background-size: 100%;
  width: 11rem;
  height: 11rem;
  top: -4.8rem;
  right: 2rem;
  z-index: 1;
}


.original {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4rem 0 0 2rem;
  font-family: pragmatica, sans-serif;
  font-size: 2rem;
  letter-spacing: -.015em;
}

.price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.discount {
  position: relative;
  padding: 0 5rem 0 0;
  font-size: 1.8rem;
  color: #343433;
  white-space: nowrap;
  letter-spacing: 0;
}

.discount span {
  display: block;
  color: #9A9A9A;
  font-size: 2rem;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  padding-top: 1rem;
}

.discount::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  width: 2.4rem;
  height: 1rem;
  bottom: 1rem;
  right: 1rem;
}

.price {
  font-family: 'Noto Serif Display', serif;
  font-size: 7.5rem;
  line-height: 1;
  white-space: nowrap;
  color: #343433;
}

.price .txt_middle {
  padding-left: .8rem;
  font-family: pragmatica, sans-serif;
  font-size: 2rem;
}

.price .txt_small {
  font-family: pragmatica, sans-serif;
  font-size: 1.4rem;
}

.btn_wrap {
  display: flex;
  justify-content: center;
}

.btn-txt {
  padding-right: 1rem;
  font-family: pragmatica, sans-serif;
  font-size: 1.7rem;
}

.btn-buy a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  width: auto;
  padding: 0 4rem;
  height: 5rem;
  background: #E59497;
  font-size: 2rem;
  color: #fff;
  transition: all .6s;
}

.btn-buy a:hover {
  background: #D98386;
  opacity: 1;
}
/*----------------------------purchase*/



/*model----------------------------*/
.item_wrap {
  position: absolute;
  width: 70rem;
  top: 10.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.item_wrap.on_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  background: rgb(0 0 0 / 50%);
  z-index: 10000;
}

.item_wrap.on_modal .item_button_wrap {
  position: relative;
  width: 40rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 4rem 0 5rem;
  background: #fff;
}

.item_button {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  animation: tenmetsu 2s linear 2s infinite;
}

.item_wrap.on_modal .item_button {
  background: transparent;
}

.item_wrap01 .item_button {
  top: 12.5rem;
  left: 21rem;
}

.item_wrap02 .item_button {
  top: 17.2rem;
  left: 18.2rem;
}

.item_wrap03 .item_button {
  top: 14rem;
  left: 32.2rem;
}

.item_wrap04 .item_button {
  top: 21.5rem;
  left: 27rem;
}

.item_wrap05 .item_button {
  top: 23.5rem;
  left: 37.7rem;
}

.item_wrap06 .item_button {
  top: 32.5rem;
  left: 38.7rem;
}

.item_wrap07 .item_button {
  top: 28.2rem;
  left: 48.5rem;
}

.item_wrap .modal {
  position: relative;
  display: none;
}

.item_wrap.on_modal .modal {
  top: 0;
  left: 0;
  display: block;
  transition: all .5s;
  padding: 0 7.5rem;
}

.modal {
  width: 40rem;
  margin: 0 auto;
}

.modal .img {
  width: 25rem;
  margin: 0 auto;
}

.cancel {
  position: absolute;
  width: 2rem;
  top: -1.5rem;
  right: 3rem;
  z-index: 2;
}

.modal_brand {
  font-family: "Hiragino Sans bold";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #FCFBEC;
  padding: 0.7rem;
}

.modal_brand span {
    display: block;
    padding-top: 0.5rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}

.modal_Product-name {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
}

.modal_lead {
  font-family: "Hiragino Sans w3";
  margin: 0 auto;
  padding: 1.5rem 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  color: #9A9A9A;
}


@keyframes tenmetsu {
  0% { transform: scale(1); opacity: 1; }
  24% { transform: scale(1.2); opacity: 1; }
  48% { transform: scale(1.2); opacity: 0.2; }
  52% { transform: scale(0.8); opacity: 0.2; }
  76% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}


/*----------------------------model*/










/*popup----------------------------*/
.popup_wrap {
  display: flex;
  position: fixed;
  align-items: center;
  bottom: 0;
  right: 0;
  z-index: 5;
  border-radius: 1rem;
  margin: 0 1rem 1rem 0;
  padding: 1rem 2rem;
  background: #FAF9F0;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
}

.popup_wrap .popup-txt {
  padding: 0 1.6rem 0 0;
}

.popup_wrap .popup-txt .caption {
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  color: #343433;
}

.popup_wrap .popup-txt .caption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: .2rem 0 0 -1.5rem;
  background: url(../../../Contents/ImagesPkg/lp/2023luckybag/deco_001.svg) center center / cover no-repeat;
  content: "";
}

.popup_wrap .popup-txt .caption::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: .2rem -1.5rem 0 0;
  background: url(../../../Contents/ImagesPkg/lp/2023luckybag/deco_002.svg) center center / cover no-repeat;
  content: "";
}

.popup_wrap .popup-txt .caption .txt_small {
  display: block;
  font-size: 1.3rem;
}

.popup_wrap .popup-txt .price_wrap {
  display: flex;
  width: fit-content;
  margin: 0 auto 1rem;
  color: #E59497;
}

.popup_wrap .popup-txt .price_wrap .discount {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #E59497;
  width: 6rem;
  height: 2rem;
  margin-right: 0.5rem;
  padding-top: 0.1rem;
  font-size: 1rem;
  padding: 0;
  color: #E59497;
}

.popup_wrap .popup-txt .price_wrap .discount::before {
  display: none;
}

.popup_wrap .popup-txt .price_wrap .price {
  font-size: 1.3rem;
  font-family: "Hiragino Sans";
  color: #E59497;
  letter-spacing: 0;
}

.popup_wrap .popup-txt .itm-btn .btn_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  width: auto;
  padding: 0 2rem;
  height: 3.7rem;
  margin: 0 auto;
  background: #E59497;
  font-size: 1.2rem;
  color: #fff;
}

.popup_wrap .popup-img {
  position: relative;
  width: 13rem;
}

.popup_wrap .popup-img .btn-close {
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 1.2rem;
  cursor: pointer;
}

.popup_wrap.close {
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}
/*----------------------------popup*/

/*scroll anime---------------------*/
.scroll-action {
  opacity: 0;
  transform: translateY(10%);
  transition: 1.5s;
  transition-delay: .5s;
}

.scroll-action.effect {
  opacity: 1;
  transform: translateY(0);
}

.mv-img_wrap.scroll-action {
  transform: translateY(0);
}



.sec-ttl.scroll-action,
.main-ttl .scroll-action {
  opacity: 1; 
  transform: translateY(100%);
  transition-delay: .2s;
}

.main-ttl .ttl2.scroll-action {
  transition-delay: .3s;
}

.main-ttl .ttl3.scroll-action {
  transition-delay: .4s;
}

.sec-ttl.scroll-action.effect,
.main-ttl .scroll-action.effect {
  transform: translateY(0)
}

.sumap_area .sec-ttl.scroll-action {
  opacity: 0;
  transform: translateY(15%);
}

.sumap_area .sec-ttl.scroll-action.effect {
  opacity: 1;
  transform: translateY(0);
}
/*scroll anime---------------------*/







/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {
  /*all----------------------------*/
  .only_pc {
    display: none;
  }

  /*----------------------------all*/
  /*mv----------------------------*/
.mv_area {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: calc(66 *(100vw/390)) 0 calc(20 *(100vw/390));
  background: linear-gradient(0deg, rgba(253,252,239,1) 0%, rgba(95,172,198,1) 100%);
}



.patuanime_wrap {
  position: absolute;
  top: calc(20 *(100vw/390));
  left: calc(40 *(100vw/390));
  z-index: 3;
  width: calc(240 *(100vw/390));
}

.patuanime_wrap .path{
  stroke:#fff;
  fill: none;
  stroke-width: 100;/*線の太さを指定する*/
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔を指定する */
  stroke-dashoffset: 1500; /* 線の位置を指定する */
  animation: pathanime 5s ease-in-out 3s alternate forwards;
}

@keyframes pathanime {
	0% {
    stroke-dashoffset: 1500;
  }

	100% {
    stroke-dashoffset: 0;
  }
}

.main-ttl_wrap {
  position: relative;
  z-index: 2;
  width: calc(520 *(100vw/390));
  margin: 0 calc(-70 *(100vw/390)) 0;
}

.main-ttl_wrap span {
  display: block;
}

.main-ttl_wrap .hidden-box {
  overflow: hidden;
}

.main-ttl_wrap .hidden-box:nth-of-type(1) {
  margin-bottom: 3.1rem;
}

.main-ttl_wrap .hidden-box:nth-of-type(2) {
  margin-bottom: 3.4rem;
}

.main-ttl_wrap .hidden-box:nth-of-type(3) {
  margin-bottom: 2.5rem;
}

/* 
.main-ttl_wrap .ttl1 {
  width: 94rem;
}
*/

/*----------------------------mv*/

/*lead_Area----------------------------*/
.lead_Area {
  position: relative;
  padding: calc(90 *(100vw/390)) 0 calc(120 *(100vw/390));
  background: #F7F6E7;
}

.lead_Area::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: calc(40 *(100vw/390));
  background: url(../img/lead_bg_top_sp.svg) repeat-x;
  top: calc(-40 *(100vw/390));
  left: 0;
  z-index: 4;
}

.lead_Area::after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: calc(40 *(100vw/390));
  background: url(../img/lead_bg_bottom_sp.svg) repeat-x;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.lead_Area .lead {
  font-size: calc(16 *(100vw/390));
}

.lead_Area .lead span {
  display: block;
  padding-bottom: calc(20 *(100vw/390));
}

/*----------------------------lead_Area*/


/*summerbag----------------------------*/
.summerbag {
  background-color: #FDFCEF;
  padding: 12rem 0;
  margin-bottom: 12rem;
}

.summerbag_inner {
  width: calc(360 *(100vw/390));
  margin: auto;
  border-radius: calc(10 *(100vw/390));
  padding: calc(40 *(100vw/390)) 0;
  background-color: #fff;
}

.ttl{
  text-align: center;
  margin-bottom: calc(30 *(100vw/390));
}

.ttl h2 {
  font-size: calc(26 *(100vw/390));
  margin-bottom: calc(5 *(100vw/390));
}

.ttl p {
  font-size: calc(12 *(100vw/390));
}

.summerbag_introduce_bg {
  width: calc(330 *(100vw/390));
  margin: 0 auto calc(30 *(100vw/390));
  padding: calc(40 *(100vw/390)) calc(35 *(100vw/390));
  border-radius: calc(10 *(100vw/390));
}

.summerbag_introduce_Area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.summerbag_img {
  position: relative;
  width: calc(250 *(100vw/390));
  margin-top: calc(30 *(100vw/390));
}

.summerbag_img::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(136 *(100vw/390));
  height: calc(80 *(100vw/390));
  background: url(../img/summerbag_text.svg) no-repeat;
  background-size: 100%;
  bottom: calc(12 *(100vw/390));
  right: calc(-16 *(100vw/390));
  z-index: 1;
}

.summerbag_text {
  width: 100%;
  font-size: calc(14 *(100vw/390));
}

.summerbag_text span {
  font-size: calc(25 *(100vw/390));
  margin-top: calc(15 *(100vw/390));
  width: calc(215 *(100vw/390));
}

.summerbag .plus {
  display: block;
  width: calc(50 *(100vw/390));
  margin: 0 auto calc(30 *(100vw/390));
}

.summerbag .summerbag_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(30 *(100vw/390));
  margin-bottom: calc(40 *(100vw/390));
}

.summerbag .summerbag_sub .summerbag_sub_left ,
.summerbag .summerbag_sub .summerbag_sub_right {
  width: calc(330 *(100vw/390));
}

.summerbag .summerbag_sub_box {
  position: relative;
  width: 100%;
  font-size: calc(14 *(100vw/390));
  padding: calc(20 *(100vw/390)) 0;
  background-color: #F8F8F8;
  text-align: center;
  margin-bottom: calc(30 *(100vw/390));
  border-radius: calc(10 *(100vw/390));
}

.summerbag .summerbag_sub_left .summerbag_sub_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_left.svg) no-repeat;
  background-size: 100%;
  width: calc(30 *(100vw/390));
  height: calc(30 *(100vw/390));
  bottom: calc(-25 *(100vw/390));
  left: calc(100 *(100vw/390));
  z-index: 1;
}

.summerbag .summerbag_sub_right .summerbag_sub_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_right.svg) no-repeat;
  background-size: 100%;
  width: calc(30 *(100vw/390));
  height: calc(30 *(100vw/390));
  bottom: calc(-25 *(100vw/390));
  right: calc(100 *(100vw/390));
  z-index: 1;
}


.summerbag .summerbag_sub_img {
  width: calc(250 *(100vw/390));
  margin: auto;
}
/*----------------------------summerbag*/


/*items----------------------------*/
.items .items_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(345 *(100vw/390));
  margin: 0 auto calc(50 *(100vw/390));
  gap: calc(30 *(100vw/390)) calc(15 *(100vw/390));
}

.items .items_wrap li {
  width: calc(165 *(100vw/390));
  font-size: calc(12 *(100vw/390));
}

.items .items_img {
  width: 100%;
  position: relative;
}

.items .items_img .icon {
  position: absolute;
  font-size: calc(10 *(100vw/390));
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #E6E181;
  border-radius: calc(5 *(100vw/390)) 0;
  padding: calc(2 *(100vw/390)) calc(5 *(100vw/390));
  top: calc(5 *(100vw/390));
  left: calc(5 *(100vw/390));
}

.items .brand {
  padding: calc(5 *(100vw/390)) 0;
  margin-bottom: calc(15 *(100vw/390));
}

.items .name {
  margin-bottom: calc(5 *(100vw/390));
}

.items .item_price {
  margin-bottom: calc(15 *(100vw/390));
}

.items .text_point {
  font-family: "Hiragino Sans bold";
  margin-bottom: calc(5 *(100vw/390));
  font-size: calc(12 *(100vw/390));
}

.items .text {
  font-size: calc(12 *(100vw/390));
}

.items .mini_items {
  width: calc(360 *(100vw/390));
}

.items .mini_img {
  margin-bottom: calc(60 *(100vw/390));
}

.items .mini_img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/click_sp.svg) no-repeat;
  background-size: 100%;
  width: calc(125 *(100vw/390));
  height: calc(75 *(100vw/390));
  top: calc(190 *(100vw/390));
  left: calc(10 *(100vw/390));
}

.items .mini_items .mini_items_box {
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  border-radius: calc(10 *(100vw/390));
  font-size: calc(15 *(100vw/390));
  text-align: center;
  padding: calc(20 *(100vw/390)) 0;
  margin-bottom: calc(30 *(100vw/390));
}

.items .mini_items .mini_items_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_right.svg) no-repeat;
  background-size: 100%;
  width: calc(30 *(100vw/390));
  height: calc(30 *(100vw/390));
  bottom: calc(-25 *(100vw/390));
  right: calc(50 *(100vw/390));
  z-index: 1;
}
/*----------------------------items*/


/*point----------------------------*/
.point {
  padding: calc(60 *(100vw/390)) 0;
  margin-bottom: calc(60 *(100vw/390));
}

.point .point_box {
  position: relative;
  width: calc(360 *(100vw/390));
  margin: auto;
  background-color: #fff;
  border-radius: calc(10 *(100vw/390));
  font-size: calc(15 *(100vw/390));
  text-align: center;
  padding: calc(20 *(100vw/390)) 0;
  margin-bottom: calc(30 *(100vw/390));
}

.point .point_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/box_center.svg) no-repeat;
  background-size: 100%;
  width: calc(30 *(100vw/390));
  height: calc(30 *(100vw/390));
  bottom: calc(-25 *(100vw/390));
  right: 41%;
  transform: translateX(-50%);
  z-index: 1;
}

.point .point_warp {
  width: calc(300 *(100vw/390));
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point .point_blk {
  width: 100%;          
}

.point .point_img {
  margin-bottom: calc(10 *(100vw/390));
}

.point .point_text {
  font-size: calc(15 *(100vw/390));
}

.point .point_text.first {
  margin-bottom: calc(30 *(100vw/390));
}

.point .point_text span {
  font-size: calc(14 *(100vw/390));
  border-radius: calc(14 *(100vw/390))m;
  padding: calc(5 *(100vw/390)) calc(20 *(100vw/390)) calc(3 *(100vw/390));
  margin-right: calc(10 *(100vw/390));
}

/*----------------------------point*/


/*summerbag_bottom----------------------------*/
.summerbag_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: calc(60 *(100vw/390));
}

.summerbag_bottom_img {
  width: calc(294 *(100vw/390));
  margin-right: 0;
  margin-bottom: calc(30 *(100vw/390));
}

.summerbag_bottom_img::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(170 *(100vw/390));
  height: calc(95 *(100vw/390));
  background: url(../img/summerbag_text.svg) no-repeat;
  background-size: 100%;
  bottom: calc(10 *(100vw/390));
  right: calc(-20 *(100vw/390));
  z-index: 1;
}

.summerbag_bottom .purchase {
  margin: unset;
}
/*summerbag_bottom----------------------------*/


/*schedule----------------------------*/
.schedule {
  padding: calc(60 *(100vw/390)) 0 calc(80 *(100vw/390));
}

.schedule .schedule_inner {
  width: calc(330 *(100vw/390));
  margin: auto;
  padding: calc(40 *(100vw/390)) 0 calc(50 *(100vw/390));
  text-align: center;
  background-color: #fff;
  border-radius: calc(10 *(100vw/390));
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.schedule .schedule_inner p {
  text-align: center;
}

.schedule .ttl {
  margin-bottom: calc(30 *(100vw/390));
}

.schedule .ttl h2 {
  font-size: calc(20 *(100vw/390));
}

.schedule .ttl p {
  font-size: calc(10 *(100vw/390));
}

.schedule .schedule_ttl {
  width: calc(100 *(100vw/390));
  margin: auto;
  font-size: calc(12 *(100vw/390));
  font-weight: bold;
  letter-spacing: 0;
  padding: calc(4 *(100vw/390)) 0 calc(2 *(100vw/390));
  border: #8ABACB solid 0.1rem;
  border-radius: calc(15 *(100vw/390));
  color: #8ABACB;
  margin-bottom: calc(20 *(100vw/390));
  display: inline-block;
}

.schedule .schedule_date {
  font-size: calc(15 *(100vw/390));
}

.schedule .schedule_date span {
  font-size: calc(11 *(100vw/390));
  padding: 0 calc(5 *(100vw/390));
}

.schedule .schedule_date.late {
  margin: calc(15 *(100vw/390)) auto calc(30 *(100vw/390));
}

.schedule .schedule_subtext {
  font-size: calc(10 *(100vw/390));
  margin-top: calc(20 *(100vw/390));
  letter-spacing: 0;
}

.schedule .schedule_new {
  width: calc(300 *(100vw/390));
  margin: calc(50 *(100vw/390)) auto 0;
}

.schedule .schedule_new_text {
  font-size: calc(12 *(100vw/390));
  text-align: left !important;
}

.schedule .schedule_flx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(30 *(100vw/390));
  margin-top: calc(20 *(100vw/390));
}

.schedule .store_img {
  width: calc(160 *(100vw/390));
}

.schedule .store_name {
  font-size: calc(10 *(100vw/390));
  color: #5F5F5F;
  margin-top: calc(15 *(100vw/390));
  letter-spacing: 0.05em;
}

/*----------------------------schedule/


/*purchase----------------------------*/
.purchase {
  position: relative;
  width: calc(330 *(100vw/390));
  margin: auto;
  border-radius: calc(10 *(100vw/390));
  padding: calc(20 *(100vw/390)) 0;
  background: #FAF9F0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.purchase::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/sale.svg) no-repeat;
  background-size: 100%;
  width: calc(80 *(100vw/390));
  height: calc(80 *(100vw/390));
  top: calc(10 *(100vw/390));
  right: calc(30 *(100vw/390));
  z-index: 1;
}


.original {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4rem 0 0 2rem;
  font-family: pragmatica, sans-serif;
  font-size: 2rem;
  letter-spacing: -.015em;
}

.price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: calc(10 *(100vw/390));
}

.discount {
  padding: 0 calc(75 *(100vw/390)) 0 0;
  font-size: calc(13 *(100vw/390));
}

.discount span {
  display: block;
  color: #9A9A9A;
  font-size: calc(15 *(100vw/390));
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  padding-top: calc(5 *(100vw/390));
}

.discount::before {
  position: absolute;
  display: none;
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  width: 2.4rem;
  height: 1rem;
  bottom: 1rem;
  right: 1rem;
}

.price {
  font-size: calc(65 *(100vw/390));
}

.price .txt_middle {
  padding-left: calc(8 *(100vw/390));
  font-size: calc(20 *(100vw/390));
}

.price .txt_small {
  font-size: calc(10 *(100vw/390));
}

.btn_wrap {
  display: flex;
  justify-content: center;
}

.btn-txt {
  padding-right: 1rem;
  font-family: pragmatica, sans-serif;
  font-size: 1.7rem;
}

.btn-buy a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(50 *(100vw/390));
  width: auto;
  padding: 0 calc(30 *(100vw/390));
  height: calc(40 *(100vw/390));
  background: #E59497;
  font-family: pragmatica, sans-serif;
  font-size: calc(15 *(100vw/390));
  color: #fff;
  transition: all .6s;
}

.btn-buy a:hover {
  background: #D98386;
  opacity: 1;
}
/*----------------------------purchase*/



/*model----------------------------*/
.item_wrap {
  position: absolute;
  width: calc(330 *(100vw/390));
  top: calc(175 *(100vw/390));
  left: 50%;
  transform: translateX(-50%);
}

.item_wrap.on_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  background: rgb(0 0 0 / 50%);
  z-index: 10000;
}

.item_wrap.on_modal .item_button_wrap {
  position: relative;
  width: calc(300 *(100vw/390));
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: calc(40 *(100vw/390)) calc(50 *(100vw/390));
  background: #fff;
}

.item_button {
  position: absolute;
  width: calc(18 *(100vw/390));
  height: calc(18 *(100vw/390));
  background: #fff;
  border-radius: 50%;
  animation: tenmetsu 2s linear 2s infinite;
}

.item_wrap.on_modal .item_button {
  background: transparent;
}

.item_wrap01 .item_button {
  top: calc(0 *(100vw/390));
  left: calc(65 *(100vw/390));
}

.item_wrap02 .item_button {
  top: calc(35 *(100vw/390));
  left: calc(45 *(100vw/390));
}

.item_wrap03 .item_button {
  top: calc(15 *(100vw/390));
  left: calc(145 *(100vw/390));
}

.item_wrap04 .item_button {
  top: calc(65 *(100vw/390));
  left: calc(107 *(100vw/390));
}

.item_wrap05 .item_button {
  top: calc(75 *(100vw/390));
  left: calc(185 *(100vw/390));
}

.item_wrap06 .item_button {
  top: calc(150 *(100vw/390));
  left: calc(188 *(100vw/390));
}

.item_wrap07 .item_button {
  top: calc(115 *(100vw/390));
  left: calc(260 *(100vw/390));
}

.item_wrap .modal {
  position: relative;
  display: none;
}

.item_wrap.on_modal .modal {
  top: 0;
  left: 0;
  display: block;
  transition: all .5s;
  padding: 0;
}

.modal {
  width: auto;
  margin: 0 auto;
}

.modal .img {
  width: auto;
  margin: 0 auto;
}

.cancel {
  position: absolute;
  width: calc(25 *(100vw/390));
  top: calc(-15 *(100vw/390));
  right: calc(-25 *(100vw/390));
  z-index: 2;
}

.modal_brand {
  font-size: calc(11 *(100vw/390));
  padding: calc(7 *(100vw/390));
}

.modal_brand span {
    display: block;
    padding-top: 0.5rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}

.modal_Product-name {
  padding-top: calc(10 *(100vw/390));
  font-size: calc(15 *(100vw/390));
}

.modal_lead {
  padding: calc(10 *(100vw/390)) 0 0;
  font-size: calc(12 *(100vw/390));
}


@keyframes tenmetsu {
  0% { transform: scale(1); opacity: 1; }
  24% { transform: scale(1.2); opacity: 1; }
  48% { transform: scale(1.2); opacity: 0.2; }
  52% { transform: scale(1); opacity: 0.2; }
  76% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}


/*----------------------------model*/


  /*popup----------------------------*/
  .popup_wrap {
    display: flex;
    border-radius: calc(10 * (100vw / 390)) 0 0 calc(10 * (100vw / 390));
    box-shadow: 0 0 calc(10 * (100vw / 390)) rgba(0, 0, 0, .16);
    margin: 0 0 calc(10 *(100vw/390)) 0;
    padding: calc(10 *(100vw/390));
    gap: calc(5 *(100vw/390));
  }

  .popup_wrap .popup-txt {
    width: auto;
    padding: 0;
  }

  .popup_wrap .popup-txt .caption {
    margin-bottom: calc(5 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  .popup_wrap .popup-txt .caption::before {
    width: calc(12 * (100vw / 390));
    height: calc(12 * (100vw / 390));
    margin: calc(3 * (100vw / 390)) 0 0 calc(28 * (100vw / 390));
  }

  .popup_wrap .popup-txt .caption::after {
    width: calc(12 * (100vw / 390));
    height: calc(12 * (100vw / 390));
    margin: calc(3 * (100vw / 390)) calc(28 * (100vw / 390)) 0 0;
  }

  .popup_wrap .popup-txt .caption .txt_small {
    font-size: calc(12 * (100vw / 390));
  }

  .popup_wrap .popup-txt .price_wrap {
    margin: 0 auto calc(8 * (100vw / 390));
  }

  .popup_wrap .popup-txt .price_wrap .discount {
    width: calc(55 * (100vw / 390));
    height: calc(18 * (100vw / 390));
    margin-right: calc(5 * (100vw / 390));
    padding-top: calc(1 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  .popup_wrap .popup-txt .price_wrap .price {
    font-size: calc(12 * (100vw / 390));
  }

  .popup_wrap .popup-txt .itm-btn .btn_inner {
    border-radius: calc(15 * (100vw / 390));
    width: auto;
    padding: 0 calc(10 * (100vw / 390));
    height: calc(22 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  .popup_wrap .popup-img {
    width: calc(80 * (100vw / 390));
  }

  .popup_wrap .popup-img .btn-close {
    width: calc(10 * (100vw / 390));
    margin: calc(0 * (100vw / 390)) calc(0 * (100vw / 390)) 0 0;
  }

  /*----------------------------popup*/





}
/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
  .only_sp {
    display: none;
  }
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1200px){
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/




