@charset "utf-8";

/* CSS Document */
:root{
  --content-color-base: #000;
  --content-color-blue: #0e56c2;
  --content-color-sky: #1a8ec9;
  --content-color-khaki: #7c6c3b;
  --content-color-t_blue: rgba(14 86 194 / 0.8);
  --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));
  --content-hover-speed: 0.3s;
  --content-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  --content-arrow-down: url(/cmn/icon/icon_arrow_down_white.svg);
  --content-arrow-right: url(/cmn/icon/icon_arrow_right_white.svg);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
}

.nosp{
  display: none
}
.main{
  font-size: var(--content-font-size);
  font-weight: 400;
  position: relative;
  color: var(--content-color-base)
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}
.note-txt{
  display: block;
  font-size: calc(20vw / 7.5);
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/***** タイトル・ナビ *****/
.title__wrapper{
  width: 100%;
  position: relative;
  background: #d9f2ff;
}
.title__logo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyarea{
  width: 100%;
  padding: calc(20vw / 7.5) 0;
}
.bodycopy{
  width: var(--content-width);
  margin: auto;
}
.bodycopy>span{
  display: block;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: var(--content-color-blue);
}
.nav__wrapper{
  background: var(--content-color-blue);
}
.nav__list{
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  margin: auto
}
.nav__list>li{
  width: calc(100% / 3);
}
.nav__list>li:nth-child(even){
  border-left: var(--content-border_s) #FFF;
}
.nav__list>li:nth-child(n+3){
  border-left: var(--content-border_s) #FFF;
}
.nav__list>li>a{
  display: block;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: calc(20vw / 7.5) 0 calc(36vw / 7.5);
}
.nav__list>li>a::after{
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: calc(36vw / 7.5);
  height: calc(36vw / 7.5);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

/***** メインコンテンツ *****/
.main__content{
  background: #fdf9e1;
}
.content__wrapper{
  width: 100%;
  padding: calc(60vw / 7.5) 0;
}
.head-title{
  display: flex;
  gap: calc(10vw / 7.5);
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: calc(24vw / 7.5);
}
.head-title .main__title{
  display: block;
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: var(--content-color-sky);
}
.head-title::before,
.head-title::after{
  content: "";
  background: var(--bg-img-setting);
  width: calc(98vw / 7.5);
  height: calc(130vw / 7.5);
  display: block
}
.head-title::before{
  background-image: url("../img/sp_ttlBgimg_left.png");
}
.head-title::after{
  background-image: url("../img/sp_ttlBgimg_right.png");
}
.head-title .sub__title{
  display: block;
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: var(--content-color-khaki);
}
.sub-title{
  font-size: calc(32vw / 7.5);
  font-weight:  bold;
  color: var(--content-color-sky);
  text-align: center;
  margin: calc(30vw / 7.5) auto calc(8vw / 7.5);
}
.catchcopy{
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: var(--content-color-blue);
  margin-bottom: calc(8vw / 7.5);
}
.lead__copy{
  margin-bottom: calc(20vw / 7.5);
}

/*** .content__wrapper.product ***/
.content__wrapper.product .inner+.inner{
  margin-top: calc(60vw / 7.5);
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: var(--content-color-t_blue)
}
.more__link{
  width: 90vw;
  margin: calc(32vw / 7.5) auto 0;
}
.more__link>a{
  display: block;
  background: var(--content-color-blue);
  border-radius: calc(16vw / 7.5);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(24vw / 7.5) 0;
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

/*** .content__wrapper.info ***/
.content__wrapper.info{
  background: #f6f1d0
}
.item__box+.item__box{
  margin-top: calc(40vw / 7.5);
}
.item__title{
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: var(--content-color-sky);
  margin-bottom: calc(8vw / 7.5);
}
.item__title>span{
  display: inline-block;
  font-size: calc(24vw / 7.5);
  color: #FFF;
  background: var(--content-color-sky);
  padding: calc(8vw / 7.5) calc(8vw / 7.5) calc(4vw / 7.5);
}
.season__list.is-none{
  display: none
}
.season__list.is-dsp{
  display: flex;
  flex-wrap: wrap;
  gap: calc(8vw / 7.5);
  margin-top: calc(16vw / 7.5);
}
.season__list>li{
  width: calc((100% - (8vw / 7.5)) / 2);
}
.season__img{
  position: relative;
  margin-bottom: calc(16vw / 7.5);
}
.img__caption{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: calc(22vw / 7.5);
  color: #FFF;
  padding: 4px;
  background: var(--content-color-t_blue);
}
.season__txt{
  font-size: calc(22vw / 7.5);
}

/*** .content__wrapper.flower ***/
.spot__list{
  overflow: scroll;
  display: flex;
  gap: calc(24vw / 7.5);
  margin-top: calc(40vw / 7.5)
}
.spot__list>li{
  flex: 0 0 80%;
  background: #FFF;
  box-shadow: var(--content-shadow);
}
.spot__img{
  width: 100%;
  height: calc(360vw / 7.5)
}
.spot__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spot__item{
  padding: calc(10vw / 7.5);
}
.spot__name{
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: var(--content-color-sky);
}
.spot__season{
  font-weight: bold;
  color: var(--content-color-blue)
}
.spot__link{
  margin-top: calc(10vw / 7.5);
}
.spot__link>a{
  display: block;
  background: var(--content-color-blue);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(20vw / 7.5) 0;
  position: relative
}
.spot__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}