@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
:root {
  --color-blue: #1eb8cb;
  --color-pink: #e9546b;
  --color-green: #00aa7b;
  --color-red: #e90000;
  --bg-color-blue: #8fdce5;
  --bg-color-green: #81e2c7;
  --bg-color-gray: #f2f2f2;
  --bg-color-yellow: #fff67f;
  --bg-color-cream: #fffcd8;
  --bg-img-set_center: no-repeat center center / contain;
  --bg-img-set_top: no-repeat top center / contain;
  --bg-img-set_cover: no-repeat center center / 100% auto;
  --bg-img_pc: no-repeat center top / 1920px;
  --bg-img_sp: no-repeat center top / 100%;
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-width: min((710vw / 7.5), 992px);
  --content-box-shadow: 3px 3px 0;
  --content-link-hover: opacity 0.3s;
}
/*.sp .breadcrumb__contents {
  overflow-x: scroll;
}*/
@media screen and (max-width:1024px) {
  .breadcrumb__contents {
    overflow-x: scroll;
  }
}
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(var(--font-size-sp), var(--font-size-pc));
  color: #000;
  line-height: 1.4;
  background: url("../img/shisaku_bg_pattern.jpg") repeat
}
.main * {
  box-sizing: border-box
}
.main a {
  text-decoration: none
}
.pc .nopc, .sp .nosp {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .pc .nopc {
    display: block;
  }
}
.inner {
  width: var(--content-width);
  margin: auto;
  position: relative
}
#search .inner {
  width: 100%;
}
.pc .title-wrapper {
  width: 100%;
  height: 500px;
  background: url("../img/mv_bg_pc.jpg") var(--bg-img_pc);
  position: relative
}
.sp .title-wrapper {
  width: 100%;
  height: calc(500vw / 7.5);
  background: url("../img/mv_bg_sp.jpg") var(--bg-img_sp);
  position: relative
}
.title-logo > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sp .title-logo > img {
  width: calc(518vw / 7.5)
}
.content-wrapper {
  width: 100%;
  margin: auto;
  padding: min(calc(80vw / 7.5), 80px) 0;
}
.pc .content-wrapper#beach {
  background: url("../img/beach_photo_bg_top_pc.jpg") var(--bg-img_pc), var(--bg-color-blue);
}
.pc .content-wrapper#forest {
  background: url("../img/forest_photo_bg_top_pc.jpg") var(--bg-img_pc), var(--bg-color-green);
}
.sp .content-wrapper#beach {
  background: url("../img/beach_photo_bg_top_sp.jpg") var(--bg-img_sp), var(--bg-color-blue);
}
.sp .content-wrapper#forest {
  background: url("../img/forest_photo_bg_top_sp.jpg") var(--bg-img_sp), var(--bg-color-green);
}
.content-wrapper#banner {
  background: #FFF;
}
.content-wrapper#search {
  background: #FFF;
  margin: 0;
}
.head-title, .nav-title {
  margin: auto;
  text-align: center;
}
.sp #intro .head-title img {
  width: calc(663vw / 7.5);
}
.sp .head-title img {
  width: calc(500vw / 7.5);
}
.nav-title {
  margin-bottom: min(calc(30vw / 7.5), 30px);
}
.sp .nav-title img {
  width: calc(445vw / 7.5);
}
.pc .shisaku-list {
  width: var(--content-width);
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 0 min(calc(40vw / 7.5), 60px);
  margin: 40px auto 80px
}
.pc .shisaku-list > li {
  width: calc((100% - (60px * 3) / 2));
  position: relative
}
/*.shisaku-list > li::before {
  content: "";
  background: url("../img/shisaku_icon_osusume.png") var(--bg-img-set_center);
  width: min(calc(80vw / 7.5), 100px);
  height: min(calc(80vw / 7.5), 100px);
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 30
}*/
.shisaku-list>li::before{
  content: "";
  background: var(--bg-img-set_center);
  width: min(calc(80vw / 7.5), 100px);
  height: min(calc(80vw / 7.5), 100px);
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 30
}
.shisaku-list>li:first-child::before{
  background-image:  url("../img/shisaku_icon_osusume.png")
}
.shisaku-list>li:last-child::before{
  background-image:  url("../img/shisaku_icon_osusume_02.png")
}
.shisaku-list > li > a {
  display: block;
}
.shisaku-list > li > a:hover {
  opacity: .8;
  transition: var(--content-link-hover)
}
.sp .shisaku-list {
  padding: 0 calc(80vw / 7.5);
  margin: calc(80vw / 7.5) auto;
}
.sp .shisaku-list > li {
  width: 100%;
  ;
  position: relative
}
.sp .shisaku-list > li + li {
  margin-top: calc(80vw / 7.5)
}
.sp .shisaku-list > li::before {
  width: calc(122vw / 7.5);
  height: calc(122vw / 7.5);
  position: absolute;
  top: calc(-30vw / 7.5);
  ;
  left: calc(-60vw / 7.5);
  ;
}
.nav-wrapper {
  height: min(calc(178vw / 7.5), 178px);
}
.nav-list {
  width: var(--content-width);
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.sp .nav-list {
  gap: calc(20vw / 7.5);
}
.nav-list .nav-txt {
  display: none
}
.nav-list.fix {
  width: 100%;
  background: #FFF;
  margin: auto;
  box-shadow: 0 3px 0 #000;
  z-index: 50;
  position: fixed;
  top: 0;
  gap: 0;
}
.nav-list.fix > li {
  width: 380px;
}
.sp .nav-list.fix {
  width: 100%;
}
.sp .nav-list.fix > li {
  width: 50%;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .nav-list.fix {
    width: 100%;
  }
  .nav-list.fix > li {
    width: 50%;
  }
}
.nav-list.fix > li > a {
  display: block;
  text-align: center;
}
.nav-list.fix > li:first-child > a {
  background: var(--color-blue);
}
.nav-list.fix > li:last-child > a {
  background: var(--color-green);
}
.nav-txt {
  display: inline-block;
  font-size: min(calc(30vw / 7.5), 21px);
  font-weight: 700;
  color: #FFF;
  position: relative;
  padding-right: min(calc(60vw / 7.5), 40px);
  padding-left: min(calc(60vw / 7.5), 40px);
}
.nav-txt_sub {
  font-size: 70%;
}
.nav-list.fix > li > a:hover .nav-txt::before, .nav-list.fix > li > a.is-current .nav-txt::before {
  content: "";
  background: url("../img/navi_icon_on.png") var(--bg-img-set_center);
  width: min(calc(64vw / 7.5), 32px);
  height: min(calc(80vw / 7.5), 40px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
/*** エリアコンテンツ ***/
.area-list {
  display: flex;
  justify-content: center;
  gap: min(calc(6vw / 7.5), 20px);
  margin: min(calc(100vw / 7.5), 100px) auto 100px
}
.pc .area-list.forest {
  gap: 10px;
}
.sp .area-list {
  margin-bottom: 0
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .area-list {
    margin-bottom: 20px
  }
}
.area-list > li {
  width: calc((100% - (20px / 4)) / 5);
  background: var(--bg-img-set_top);
  background-image: url("../img/tab_btn_4_pc.png");
  text-align: center;
  font-size: min(calc(30vw / 7.5), 36px);
  font-weight: 700;
  padding: 0 min(calc(6vw / 7.5), 10px);
  display: flex;
  flex-direction: column;
  justify-content: center
}
.pc .area-list > li {
  min-height: 140px;
  padding-bottom: 20px
}
.area-list > li.is-active {
  background-image: url("../img/tab_btn_4_pc_on.png");
}
.area-list.forest > li {
  width: calc((100% - (10px / 4)) / 5);
}
.area-list.forest > li:nth-child(3) {
  letter-spacing: -0.08em
}
.area-list.forest > li:nth-child(3) .sub-txt {
  letter-spacing: normal
}
.area-list > li:hover {
  background-image: url("../img/tab_btn_4_pc_hover.png")
}
.area-list > li .sub-txt {
  font-size: min(calc(20vw / 7.5), 16px);
  display: block;
  line-height: 1.2
}
/*.sp .area-list.forest {
  flex-wrap: wrap;
  gap: calc(10vw / 7.5) 0;
  margin-right: calc(30vw / 7.5);
  margin-left: calc(30vw / 7.5);
}*/
.sp .area-list > li {
  background: var(--bg-img-set_cover);
  width: calc((100% - ((20vw / 7.5) * 2)) / 3);
  min-height: calc(113vw / 7.5);
  background-image: url("../img/tab_btn_4_sp.png");
}
/*.sp .area-list.forest > li {
  background-image: url("../img/tab_btn_5_sp.png");
  background-size: contain;
}*/
.sp .area-list > li.is-active, .sp .area-list > li:hover {
  background-image: url("../img/tab_btn_4_sp_on.png");
  padding-bottom: 0
}
.sp .area-list.forest > li.is-active, .sp .area-list.forest > li:hover {
  background-image: url("../img/tab_btn_5_sp_on.png");
}
.sp .area-list > li .sub-txt {
  letter-spacing: -0.08em;
}
.sp .area-list > li .sub-txt {
  content: attr(data-name);
  white-space: pre
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .pc .area-list > li {
    background: no-repeat center center / contain;
    width: calc((100% - ((10vw / 7.5) * 2)) / 3);
    background-image: url("../img/tab_btn_4_sp.png");
    padding: 0
  }
/*  .pc .area-list.forest {
    flex-wrap: wrap;
    gap: calc(10vw / 7.5);
    margin-right: calc(40vw / 7.5);
    margin-left: calc(40vw / 7.5);
  }
  .pc .area-list.forest > li {
    background-image: url("../img/tab_btn_5_sp.png");
  }*/
  .pc .area-list > li.is-active, .pc .area-list > li:hover {
    background-image: url("../img/tab_btn_4_sp_on.png");
    padding-bottom: 0
  }
  .pc .area-list.forest > li.is-active, .pc .area-list.forest > li:hover {
    background-image: url("../img/tab_btn_5_sp_on.png");
    padding-bottom: 0
  }
  .pc .area-list > li .sub-txt {
    letter-spacing: -0.08em;
  }
  .pc .area-list > li .sub-txt {
    content: attr(data-name);
    white-space: pre
  }
}
.area-title-box {
  text-align: center;
  position: relative
}
.area-box {
  display: none;
  position: relative;
}
.sp .area-box {
  margin: 0 calc(50% - 50vw);
  padding-top: calc(30vw / 7.5);
}
.area-box.is-show {
  display: block;
}
.area-box::before {
  content: "";
  background: var(--bg-img-set_center);
  width: min(calc(738vw / 7.5), 1392px);
  height: min(calc(264vw / 7.5), 277px);
  position: absolute;
  top: 0;
  margin: auto
}
.pc .beach .area-box::before {
  background-image: url("../img/beach_ttl_kazari_pc.png");
  right: -150px;
}
.pc .forest .area-box::before {
  background-image: url("../img/forest_ttl_kazari_pc.png");
  right: -150px;
}
.sp .beach .area-box::before {
  background-image: url("../img/beach_ttl_kazari_sp.png");
  right: 0;
  left: 0;
}
.sp .forest .area-box::before {
  background-image: url("../img/forest_ttl_kazari_sp.png");
  right: 0;
  left: 0;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .area-box {
    padding-top: calc(30vw / 7.5);
  }
  .pc .beach .area-box::before {
    background-image: url("../img/beach_ttl_kazari_sp.png");
    right: 0;
    left: 0;
    width: 100%;
  }
  .pc .forest .area-box::before {
    background-image: url("../img/forest_ttl_kazari_sp.png");
    right: 0;
    left: 0;
    width: 100%;
  }
}
.area-title-box {
  margin: 0 auto min(calc(30vw / 7.5), 50px);
  position: relative;
}
.pc .area-title-box {
  min-height: 250px
}
/*.sp .area-title-box{
  width: calc(710vw / 7.5)
}*/
/*** タイトル横飾り画像 ***/
.area-title::before, .area-title::after {
  content: "";
  background: var(--bg-img-set_center);
  width: min(calc(210vw / 7.5), 256px);
  height: min(calc(210vw / 7.5), 256px);
  position: absolute;
  top: 0;
}
.area-title::before {
  left: 0
}
.area-title::after {
  right: 0
}
.gum .area-title::before {
  background-image: url("../img/gum_photo_1.png");
}
.gum .area-title::after {
  background-image: url("../img/gum_photo_2.png");
}
.dad .area-title::before {
  background-image: url("../img/dad_photo_1.png");
}
.dad .area-title::after {
  background-image: url("../img/dad_photo_2.png");
}
.ceb .area-title::before {
  background-image: url("../img/ceb_photo_1.png");
}
.ceb .area-title::after {
  background-image: url("../img/ceb_photo_2.png");
}
.oka .area-title::before {
  background-image: url("../img/oka_photo_1.png");
}
.oka .area-title::after {
  background-image: url("../img/oka_photo_2.png");
}
.cns .area-title::before {
  background-image: url("../img/cns_photo_1.png");
}
.cns .area-title::after {
  background-image: url("../img/cns_photo_2.png");
}
.bali .area-title::before{
  background-image: url("../img/bali_photo_1.png");
}
.bali .area-title::after{
  background-image: url("../img/bali_photo_2.png");
}
.ship .area-title::before {
  background-image: url("../img/cruise_photo_1.png");
}
.ship .area-title::after {
  background-image: url("../img/cruise_photo_2.png");
}
.bki .area-title::before {
  background-image: url("../img/bki_photo_1.png");
}
.bki .area-title::after {
  background-image: url("../img/bki_photo_2.png");
}
.uln .area-title::before {
  background-image: url("../img/uln_photo_1.png");
}
.uln .area-title::after {
  background-image: url("../img/uln_photo_2.png");
}
.spk .area-title::before {
  background-image: url("../img/hokkaido_photo_1.png");
}
.spk .area-title::after {
  background-image: url("../img/hokkaido_photo_2.png");
}
.kum .area-title::before{
  background-image: url("../img/yakushima_photo_1.png");
}
.kum .area-title::after{
  background-image: url("../img/yakushima_photo_2.png");
}
.area-title {
  font-size: min(calc(60vw / 7.5), 58px);
  font-weight: 700;
}
.area-title-sub {
  font-size: min(calc(30vw / 7.5), 26px);
  display: block;
}
.area-bodycopy {
  font-size: min(calc(24vw / 7.5), 16px);
  font-weight: 700;
  line-height: 1.8;
}
.sp .area-bodycopy {
  margin: calc(60vw / 7.5) auto calc(40vw / 7.5)
}
@media screen and (max-width:1024px) {
  .area-title {
    padding-top: calc(30vw / 7.5);
  }
  .area-bodycopy {
    margin-top: calc(50vw / 7.5);
  }
}
.notice-text {
  display: block;
  margin-top: min(calc(16vw / 7.5), 6px);
  font-size: min(calc(20vw / 7.5), 12px);
  text-align: center
}
.reversal-txt {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 0 min(calc(6vw / 7.5), 3px);
  margin: min(calc(6vw / 7.5), 3px);
}
.tokuten-box {
  width: min(calc(680vw / 7.5), 780px);
  margin: min(calc(80vw / 7.5), 80px) auto;
  background: #FFF;
  border-radius: 16px;
  box-shadow: var(--content-box-shadow) var(--color-blue);
  position: relative
}
.forest .tokuten-box {
  box-shadow: var(--content-box-shadow) var(--color-green);
}
.tokuten-box::before {
  content: "";
  background: url("../img/shisaku_icon_now.png") var(--bg-img-set_center);
  width: min(calc(200vw / 7.5), 173px);
  height: min(calc(57vw / 7.5), 50px);
  position: absolute;
  top: -30px;
  left: 0;
}
.sp .tokuten-box::before {
  top: calc(-30vw / 7.5)
}
.tokuten-box > a {
  display: block;
  position: relative;
  padding: min(calc(40vw / 7.5), 30px) min(calc(40vw / 7.5), 30px) min(calc(80vw / 7.5), 50px);
}
.tokuten-box > a::after {
  content: "詳細はこちら＞";
  color: var(--color-blue);
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.pc .tokuten-box:hover {
  background: var(--bg-color-cream);
}
.forest .tokuten-box > a::after {
  color: var(--color-green);
}
.tokuten-main-txt {
  font-size: min(calc(30vw / 7.5), 24px);
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: min(calc(20vw / 7.5), 10px);
}
.forest .tokuten-main-txt {
  color: var(--color-green);
}
.tokuten-txt {
  font-size: min(calc(24vw / 7.5), 16px);
  color: #000;
  line-height: 1.8
}
.tokuten-txt.is-list {
  padding-left: 1.0em;
  position: relative
}
.tokuten-txt.is-list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0
}
.tokuten-txt + .tokuten-main-txt {
  margin-top: min(calc(20vw / 7.5), 10px);
}
.pink-txt {
  font-weight: 700;
  color: var(--color-pink);
}
.link-button {
  width: min(calc(600vw / 7.5), 400px);
  margin: min(calc(40vw / 7.5), 50px) auto min(calc(80vw / 7.5), 80px);
}
.link-button > a {
  display: block;
  background: #FFF;
  border-radius: 200px;
  font-weight: 700;
  color: #000;
  padding: min(calc(20vw / 7.5), 12px);
  text-align: center;
  box-shadow: var(--content-box-shadow) #000;
  position: relative;
}
.link-button > a::after {
  content: "";
  background: url("/cmn/icon/icon_launch.svg") var(--bg-img-set_center);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.link-button > a:hover {
  background: var(--bg-color-yellow);
  opacity: 1;
  transition: var(--content-link-hover);
}
.sp .product__wrapper {
  width: 100vw;
}
/*** product-list ***/
.sp .product__list {
  display: grid;
}
.sp .product__list--item:first-child {
  border-top: 1px solid #000;
}
.pc .product__list {
  width: var(--content-width);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin: auto
}
.pc .product__list.is-posi-center {
  justify-content: center;
}
.pc .product__list--item {
  background: #fff;
}
.pc .product__list--item {
  width: calc((100% - (10px * 3)) / 4);
}
.pc .product__list--data, .pc .product__list--inner {
  height: 100%;
}
.sp .product__list--inner {
  padding: min((15vw/ 7.5), 20px);
  display: grid;
  grid-template-columns: min((280vw/ 7.5), 220px) 1fr;
  gap: 0 min((15vw/ 7.5), 20px);
  background-color: rgba(255 255 255 / 70%);
  border-bottom: 1px solid #000;
}
.pc .product__list--inner {
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .23);
}
.pc .product__list--inner:hover {
  opacity: .7;
}
.product__list--inner {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  transition: opacity .4s;
}
.product__list--image {
  width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  aspect-ratio: 240 / 160;
}
.product__list--type {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  font-size: min((20vw / 7.5), 12px);
  min-height: 2em;
  background: #000;
  padding: 4px;
}
.pc .product__list--text-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 1;
}
.product__list--title {
  font-weight: bold;
  margin-bottom: .75em;
}
.product__list--title {
  font-size: min((28vw / 7.5), 16px);
}
.product__list--detail {
  font-size: min((20vw / 7.5), 12px);
}
.product__list--price {
  font-size: min((20vw / 7.5), 10px);
}
.pc .product__list--price {
  margin-top: auto;
  padding-top: 10px;
}
.product__list--price .product__list--point {
  background: #e90000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: .2em;
  margin-bottom: .5em;
}
.product__list--minmax {
  font-size: min((30vw / 7.5), 18px);
  color: var(--color-red);
  font-weight: bold;
}
.product__list--minmax:not(:last-child) {
  margin-bottom: .25em;
}
.product__list--minmax ~ [class*="product__list--"] {
  color: #7d7d7d;
  line-height: 1.5;
}
.product__list--contents .product__notes {
  width: min((710vw / 7.5), var(--default-inner-width-pc));
  margin: auto;
  margin-top: min((45vw / 7.5), 35px);
  font-size: min((22vw / 7.5), 12px);
}
.product__list--contents .product__notes--item:not(:first-child) {
  margin-top: .25em;
}
.product__list--contents .product__notes--item {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.product__list--contents .product__notes--item::before {
  content: "※";
  margin-right: .25em;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .product__list {
    display: grid;
  }
  .pc .product__list--item {
    width: 100%;
  }
  .pc .product__list--inner {
    1024px padding: min((15vw/ 7.5), 20px);
    display: grid;
    grid-template-columns: min((280vw/ 7.5), 220px) 1fr;
    gap: 0 min((15vw/ 7.5), 20px);
    background-color: rgba(255 255 255 / 70%);
    border-bottom: 1px solid #000;
  }
  .pc .product__list--text-wrapper {
    padding: 0
  }
}
/*** カセット横飾り画像 ***/
@media screen and (min-width:1620px) {
  .pc .product__list::before, .pc .product__list::after {
    content: "";
    background: var(--bg-img-set_center);
    width: 296px;
    height: 296px;
    position: absolute;
  }
  .pc .product__list::before {
    top: -80px;
    left: -310px;
  }
  .pc .product__list::after {
    top: 0;
    right: -310px;
  }
  .gum .product__list::before {
    background-image: url("../img/gum_photo_3.png")
  }
  .gum .product__list::after {
    background-image: url("../img/gum_photo_4.png")
  }
  .dad .product__list::before {
    background-image: url("../img/dad_photo_3.png")
  }
  .dad .product__list::after {
    background-image: url("../img/dad_photo_4.png")
  }
  .ceb .product__list::before {
    background-image: url("../img/ceb_photo_3.png")
  }
  .ceb .product__list::after {
    background-image: url("../img/ceb_photo_4.png")
  }
  .oka .product__list::before {
    background-image: url("../img/oka_photo_3.png")
  }
  .oka .product__list::after {
    background-image: url("../img/oka_photo_4.png")
  }
  .cns .product__list::before {
    background-image: url("../img/cns_photo_3.png")
  }
  .cns .product__list::after {
    background-image: url("../img/cns_photo_4.png")
  }
  .ship .product__list::before {
    background-image: url("../img/cruise_photo_3.png")
  }
  .ship .product__list::after {
    background-image: url("../img/cruise_photo_4.png")
  }
  .bki .product__list::before {
    background-image: url("../img/bki_photo_3.png")
  }
  .bki .product__list::after {
    background-image: url("../img/bki_photo_4.png")
  }
  .uln .product__list::before {
    background-image: url("../img/uln_photo_3.png")
  }
  .uln .product__list::after {
    background-image: url("../img/uln_photo_4.png")
  }
  .spk .product__list::before {
    background-image: url("../img/hokkaido_photo_3.png")
  }
  .spk .product__list::after {
    background-image: url("../img/hokkaido_photo_4.png")
  }
}
/*** reco-banner__list ***/
.reco-banner__list {
  /* margin-top: min(calc(80vw / 7.5), 80px);*/
  padding: min(calc(40vw / 7.5), 30px);
  display: flex;
  gap: min(calc(40vw / 7.5), 20px);
}
.sp .reco-banner__list {
  flex-wrap: wrap;
}
.reco-banner__list > li {
  width: calc((100% - calc(40vw / 7.5)) / 2);
}
.pc .reco-banner__list > li {
  border: 4px solid var(--bg-color-gray);
}
.pc .reco-banner__list > li:hover {
  border-color: var(--bg-color-yellow);
}
/*icon*/
.product__list--label {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  min-width: 90px;
}
.product__list--label > [class*="product__list--label--"]:empty {
  display: none;
}
.product__list--label {
  display: flex;
  flex-wrap: wrap;
}
.product__list--label > [class*="product__list--label--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  height: 25px;
  font-size: 12px;
  font-weight: bold !important;
  background: #00B900;
}
.product__list--image img {
  width: 100%;
  vertical-align: bottom;
  aspect-ratio: 480 / 319;
  object-fit: cover;
}
#recArea {
  width: 960px;
  padding: min(calc(40vw / 7.5), 10px);
  background: #f2f2f2;
}
@media screen and (max-width:768px) {
  .product__list--label {
    min-width: 20vw;
    top: min((15vw/ 7.5), 20px);
    left: min((15vw/ 7.5), 20px);
  }
  .product__list--label > [class*="product__list--label--"] {
    font-size: 2.8vw;
  }
  #recArea {
    width: 100%;
  }

}