@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

:root{
  --content-arrow-down: url("../img/arrow01.svg");
  --content-arrow-right: url("../img/arrow03.svg");
  --content-arrow-down_g: url("../img/arrow02.svg");
  --content-color-green: #06ba5e;
  --content-color-red: #e90101;
  --content-color-yellow: #ffe640;
  --content-color-gray: #4d4d4d;
  --content-color-eme: #14f1c7;
  --content-color-bg: linear-gradient(90deg, #03bc65, #0ddd70);
  --bg-img-set: no-repeat center center / cover;
  --bg-img-top: no-repeat left top / 100vw auto;
  --bg-img-btm: no-repeat left bottom / 100vw auto;
  --content-shadow: 0 2px 4px rgba(0 0 0 / 30%);
  --content-font-size: calc(24vw / 7.5);
  --content-width: calc(710vw / 7.5);
  --content-nav: 1px solid #b2b2b2;
}

.main{
  background: url("../img/bg_geometry.png") var(--bg-img-top), var(--content-color-bg);
  font-size: var(--content-font-size);
  font-family: 'Noto Sans JP', sans-serif;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
.mv-wrapper{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.title-logo{
  width: 100%;
  padding: calc(30vw / 7.5);
  text-align: center;
}
.sale-period{
  width: 100%;
  background: var(--content-color-yellow);
  font-size: calc(42vw / 7.5);
  font-weight: 900;
  color: var(--content-color-gray);
  text-align: center;
  letter-spacing: -0.04em;
  padding: calc(20vw / 7.5) 0;
  margin-bottom: calc(50vw / 7.5);
  box-shadow: var(--content-shadow)
}

.sale__summary{
  background: #FFF;
  padding: calc(30vw / 7.5);
  margin-bottom: calc(50vw / 7.5);
}
.sale__sub-title{
  border-left: calc(16vw / 7.5) solid var(--content-color-green);
  padding-left: calc(20vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
  font-size: calc(44vw / 7.5);
  font-weight: 700;
  color: var(--content-color-gray);
}
.sale__txt{
  font-size: calc(26vw / 7.5);
  font-weight: 700;
}
.sale__body-copy{
  font-size: calc(30vw / 7.5);
  color: var(--content-color-green);
}
.bold-red{
  color: var(--content-color-red);
}
.sale__notice-list{
  margin-top: calc(20vw / 7.5)
}
.sale__notice-list>li{
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.display_selected {
  width: 100%;
  background: var(--content-color-gray);
  font-size: calc(36vw / 7.5);
  font-weight: 900;
  text-align: center;
  color: #FFF;
  padding: calc(20vw / 7.5);
  margin-bottom: calc(10vw / 7.5);
  position: relative;
  cursor: pointer;
}
.display_selected::after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-set);
  width: calc(26vw / 7.5);
  height: calc(18vw / 7.5);
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto
}
.dep-select-zone {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .5s;
  z-index: 50;
  background: rgba(0 0 0 / 80%);
  padding: calc(100vw / 7.5) calc(80vw / 7.5);
}
.dep-select li {
  cursor: default;
  padding: calc(20vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.dep-select li:hover, .dep-select li.selected {
  background: #FFF;
  color: #000;
}
.close-button{
  margin: calc(40vw / 7.5) auto;
  width: 5em;
  padding: calc(10vw / 7.5);
  border: 1px solid;
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.main-content{
  background: url("../img/bg_geometry.png") var(--bg-img-btm), var(--content-color-bg);
}

/*** 発地別コンテンツ ***/
.select-area{
  display: none;
}
.select-area.is-display{
  display: block
}
.nav-list{
  display: flex;
  flex-wrap: wrap;
  gap: calc(10vw / 7.5);
}
.nav-list>li{
  width: calc((100% - (10vw / 7.5)) / 2);
  background: #FFF;
  padding: calc(16vw / 7.5);
  border: var(--content-nav);
  border-radius: calc(6vw / 7.5);
}
.nav-list>li>a{
  display: block;
  position: relative;
  font-size: calc(30vw / 7.5);
  font-weight: 700;
  color: #666;
  text-align: center;
}
.nav-list>li>a::after{
  content: "";
  background: var(--content-arrow-down_g) var(--bg-img-set);
  width: calc(13vw / 7.5);
  height: calc(9vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.product-content{
  margin: calc(50vw / 7.5) auto
}
.product__title{
  display: flex;
  align-items: center;
  margin-bottom: calc(20vw / 7.5)
}
.product__title--text{
  font-size: calc(70vw / 7.5);
  font-weight: 900;
  color: var(--content-color-yellow);
  padding: 0 calc(30vw / 7.5);
}
.product__title::before,
.product__title::after{
  content: "";
  background: radial-gradient(circle farthest-side, var(--content-color-eme), var(--content-color-eme) 60%, transparent 60%, transparent);
  background-size: 10px;
  display: inline-block;
  height: 10px;
  width: 20vw;
  flex-grow: 1;
}
.product__button--wrapper {
  margin: calc(40vw/ 7.5) auto;
  display: grid;
  justify-content: center;
  gap: calc(20vw/ 7.5);
}
.product__button--wrapper .base-button {
  min-width: min((500vw/ 7.5), 470px);
}
.product__button--wrapper .base-button>a{
  min-height: calc(85vw/ 7.5);
  border-radius: calc(50vw/ 7.5);
  padding: 0.5em 1em 0.6em;
  padding-left: 1.5em;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr 1em;
  gap: 0 0.75em;
  height: 100%;
  color: #fff;
  font-size: calc(28vw/ 7.5);
  font-weight: bold;
  line-height: 1.2;
  background: var(--content-color-gray);
  box-shadow: calc(2vw/ 7.5) calc(4vw/ 7.5) 0px 0px rgb(0, 0, 0, .23);
  position: relative
}
.product__button--wrapper .base-button>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-set);
  width: calc(14vw / 7.5);
  height: calc(20vw / 7.5);
  position: absolute;
  top: 0;
  right: 1.0em;
  bottom: 0;
  margin: auto;
}

/*product__list*/
.product-list.row-style .item-photo__wrapper{
  border-radius: 0;
}
.product-list.row-style .item-photo__wrapper>img{
  width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  aspect-ratio: 240 / 160;
  border-radius: 0;
}
.item-txt__title{
  color: #000
}
.item-txt__point,
.item-txt__dep{
  font-size: calc(20vw / 7.5)!important
}
.item-txt__note{
  display: none;
}

/*** fair-bnr ***/
.coupon-bnr{
  margin: calc(50vw / 7.5) auto;
  text-align: center
}
.fair-bnr{
  background: #FFF;
  padding: calc(50vw / 7.5) calc(20vw / 7.5)
}
.fair-bnr-midashi{
  text-align: center;
  position: relative;
  margin-bottom: calc(50vw / 7.5);
  display: flex;
  align-items: center;
}
.fair-bnr-midashi::before,
.fair-bnr-midashi::after{
  content: "/";
  display: block;
  font-size: calc(80vw / 7.5);
  justify-content: space-between;
  align-items: center;
}
.fair-bnr-midashi::before{
  left: 0;
  transform: scaleX(-1);
}
.fair-bnr-midashi::after{
  right: 0
}
.fair-bnr-midashi>span{
  font-size: calc(34vw / 7.5);
  font-weight: 700;
  display: inline-block;
  flex-grow: 1
}
.tokushu-bnr{
  padding: calc(50vw / 7.5) 0;
}
.tokushu-bnr__list{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20vw / 7.5);
  padding: calc(20vw / 7.5);
  background: #FFF;
}
.tokushu-bnr__list>li{
  width: calc((100% - (20vw / 7.5)) / 2);
}

.close-txt{
  width: 94vw;
  background: #FFF;
  padding: calc(20vw / 7.5);
  font-size: calc(26vw / 7.5);
  font-weight: 700;
  text-align: center;
}
