@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* CSS Document */
:root{
  --content-color-pink: #e98793;
  --content-color-d-pink: #e55465;
  --content-color-brown: #815122;
  --content-color-gray: #818181;
  --content-color-navy: #092575;
  --content-color-base: #000;
  --bg-img-setting: no-repeat center center / contain;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --font-sans: 'Noto Sans JP', sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 3px 0 0 rgba(0 0 0 / 20%);
  --content-arrow-right_w: url(../img/aro01.png);
  --content-arrow-right: url(../img/aro02.png);
  --content-arrow-up: url(/cmn/icon/icon_arrow_top_white.svg);
  --content-border_s: 1px solid;
  --content-border_m: 3px solid;
  --content-border_dot: 1px dotted;
}

.nosp{
  display: none
}
.main{
  font-family: var(--font-serif);
  font-size: var(--content-font-size);
  font-weight: 500;
  position: relative;
  color: var(--content-color-base);
  line-height: 1.0
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
.note__txt{
  font-size: calc(20vw / 7.5);
  padding-left: 1.0em;
  text-indent: -1.0em;
  display: block
}

.mv__wrapper{
  width: 100%;
  padding: calc(40vw / 7.5) 0;
  background: url("../img/sp_mv_bg.jpg") no-repeat center top;
}
.mv__title{
  width: 90vw;
  margin: 0 auto calc(32vw / 7.5);
  text-align: center;
}
.bodycopy{
  width: var(--content-width);
  margin: auto;
  font-size: calc(26vw / 7.5);
  line-height: 1.5;
  text-align: center
}
.main__content{
  background: #fffff6;
}
.content__wrapper{
  padding: calc(60vw / 7.5) 0;
}
.head-title{
  text-align: center;
  margin-bottom: calc(24vw / 7.5);
}
.head-title>span{
  font-size: calc(48vw / 7.5);
  color: var(--content-color-brown);
}

/*** 検索モジュール ***/
.content__wrapper.search{
  background: url("../img/pc_bg_sarch.jpg") no-repeat center center / cover;
}
.content__wrapper.search .inner{
  width: 100vw;
}
.head-title#search>span{
  font-family: var(--font-sans);
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: var(--content-color-navy)
}
#searchModSection{
  font-family: var(--font-sans)
}

/*** 人気スポット ***/
.head-title#spot{
  display: flex;
  gap: calc(16vw / 7.5);
  align-items: center;
  justify-content: center;
}
.head-title#spot::before,
.head-title#spot::after{
  content: "";
  background: url("../img/ttl_deco01.png") var(--bg-img-setting);
  width: calc(43vw / 7.5);
  height: calc(40vw / 7.5);
  display: block;
}
.nav__list{
  width: var(--content-width);
  margin: 0 auto calc(80vw / 7.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(16vw / 7.5);
}
.nav__list>li{
  width: calc((100% - (calc(16vw / 7.5) * 2)) / 3);
}
.nav__list>li>a{
  display: block;
  background: var(--content-color-d-pink);
  font-family: var(--font-sans);
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: calc(10vw / 7.5);
  padding: calc(24vw / 7.5) calc(16vw / 7.5);
}
.item__container+.item__container{
  margin-top: calc(60vw / 7.5);
}
.area__title{
  display: flex;
  gap: calc(40vw / 7.5);
  justify-content: center;
  align-items: center;
  margin-bottom: calc(40vw / 7.5);
  text-align: center;
}
.area__title>span{
  font-size: calc(60vw / 7.5);
  color: var(--content-color-brown);
}
.area__title:not(#is-none)::before,
.area__title:not(#is-none)::after{
  content: "";
  background: var(--bg-img-setting);
  width: calc(57vw / 7.5);
  height: calc(52vw / 7.5);
  display: block;
}
.area__title:not(#is-none)::before{
  background-image: url("../img/ttl_deco03.png")
}
.area__title:not(#is-none)::after{
  background-image: url("../img/ttl_deco02.png")
}
.item__content{
  display: flex;
  flex-direction: column;
  gap: calc(24vw / 7.5);
  font-family: var(--font-sans);
}
.item__content+.item__content{
  margin-top: calc(80vw / 7.5);
}
.area__img{
  order: 2;
  width: 100%;
  height: 100%;
}
.area__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.area__content{
  display: contents
}
.area__name{
  order: 1;
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: var(--content-color-brown);
  text-align: center;
  position: relative;
  padding-bottom: calc(16vw / 7.5);
}
.area__name::after{
  content: "";
  background-color: var(--content-color-brown);
  width: calc(180vw / 7.5);
  height: calc(4vw / 7.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.area__txt{
  order: 3;
  line-height: 1.5
}
.product__box{
  order: 4;
  margin-top: calc(40vw / 7.5);
}
.product__box.is-none {
  display: none
}
.product__title{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: var(--content-color-gray);
  text-align: center;
  position: relative;
  padding-bottom: calc(16vw / 7.5);
  margin-bottom: calc(24vw / 7.5)
}
.product__title::after{
  content: "";
  background-color: var(--content-color-gray);
  width: calc(560vw / 7.5);
  height: calc(4vw / 7.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.product__price{
  text-align: center;
  color: #e62c36;
  margin-bottom: calc(24vw / 7.5)
}
.product__price>span{
  font-size: calc(60vw / 7.5)
}
.product__price small{
  font-size: calc(24vw / 7.5)
}
.product__link{
  width: 90vw;
  margin: auto;
}
.product__link>a{
  display: block;
  background: var(--content-color-d-pink);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(24vw / 7.5);
  position: relative
}
.product__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right_w);
  width: calc(28vw / 7.5);
  height: calc(30vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(8vw / 7.5);
  bottom: 0;
  margin: auto;
}

.more__link{
  margin: calc(40vw / 7.5) auto 0;
  width: var(--content-width);
}
.more__link>a{
  display: block;
  font-family: var(--font-sans);
  background: var(--content-color-navy);
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(24vw / 7.5) calc(16vw / 7.5);
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-up);
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(24vw / 7.5);
  bottom: 0;
  margin: auto;
}

/*** FAQ ***/
.faq__list{
  display: flex;
  flex-direction: column;
  gap: calc(40vw / 7.5);
}
.faq__list>li{
  padding-bottom: calc(24vw / 7.5);
  border-bottom: var(--content-border_dot);
}
.q__txt,
.a__txt{
  display: flex;
  gap: calc(16vw / 7.5);
  align-items: flex-start
}
.q__txt{
  margin-bottom: calc(24vw / 7.5);
}
.q__txt>span{
  flex: 1;
  font-size: calc(36vw / 7.5);
  line-height: 1.4;
}
.q__txt::before{
  content: "Q.";
  font-weight: bold;
  font-size: calc(36vw / 7.5);
  color: var(--content-color-navy);
  display: block;
  flex-shrink: 0
}
.a__txt>span{
  flex: 1;
  font-size: calc(26vw / 7.5);
  line-height: 1.4;
}
.a__txt::before{
  content: "A.";
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  color: var(--content-color-brown);
  display: block;
  flex-shrink: 0
}