@charset "utf-8";

.category_main.categoryMain {
  display: none;
}
.p-itemlist main {
	z-index: 1;
}
.p-itemlist main .p-main_inner {
	max-width: initial;
	padding-top: 0;
	width: 100%;
}
.p-itemlist main .p-main_inner .p-itemlist__select {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
}
.p-itemlist main .p-main_inner .p-itemlist__contents {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 50px 0;
}

html {
	scroll-behavior: smooth;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.pc__inline {
	display: inline-block;
}
.sp__inline {
	display: none;
}
.FW__bold {
	font-weight: 600;
}
.annotation__container {
	font-size: 12px;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 1.2em;
	font-weight: 400;
  color: #454545;
  text-align: left;
}
.annotation__imgContainer {
	margin-top: 0.8em;
	font-size: 13px;
	font-weight: 400;
  color: #454545;
  text-align: right;
}
.annotation__container--left {
	text-align: left;
}
.annotation__container--leftW80 {
	text-align: left;
	width: 80%;
	max-width: none;
	padding: 0;
}
.annotation__container--waku {
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	padding: 2em 3em;
	max-width: none;
}
.annotation__container--detail {
  margin: 2em auto 0;
}
.annotation__container--detailRed {
  margin: 1em auto 0;
	color: #ff0000;
}
.annotation__container--exception {
	text-align: center;
}
.annotation {
	text-indent:-1em;
	padding-left:1em;
  line-height: 1.4;
  padding-bottom: 0.2em;
}
.annotation--red {
	color: #ff0000;
}
.annotation--example {
	display: inline-block;
	text-indent:-1.6em;
	padding-left:2.6em;
	line-height: 2;
}
.annotationTest {
	margin-top: 1.4em;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
}
.CPinfo__itemTax {
	font-size: 0.8em;
}
.CPinfo__img {
	width: 100%;
}

.CPinfoMain__container {
	font-size: 16px;
	background-color: var(--base-color);
  color: var(--black);
}
.CPinfoMv {
	height: auto;
}
.CPinfoMv__inner {
	width: 100%;
}
.CPinfoMv__img {
	width: 100%;
}
.CPinfoMv__img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.CPinfo__main {
	margin: 0 auto;
	line-height: 1.6;
}
.CPinfo__main img {
	border-style: none;
	vertical-align: bottom;
}

.CPinfo__inner {
	max-width: 980px;
	margin: 0 auto;
}
.campaignCode {
	text-align: center;
	font-size: 1.2em;
  font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 2em;
}
.campaignCode__Container {
	display: flex;
	flex-direction: row;
	margin: 1em auto 1.6em;
	height: 80px;
	width: 80%;
	max-width: 400px;
}
.campaignCode__code {
	background-color: #ffffff;
	text-align: center;
	width: 75%;
	line-height: 80px;
	font-size: 1.4em;
	font-weight: 500;
}
.campaignCode__button {
	color: #ffffff;
	background-color: #2E59A7;
	text-align: center;
	width: 25%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	position: relative;
}
.campaignCode__text {
	text-align: center;
	font-size: 16px;
}
.copyIcon {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: 0.4em;
}

.campaignCode__message {
	position: absolute;
	width: 180%;
	max-width: 200px;
	top: -40%;
	left: 50%;
	transform: translateX(-50%);
	color: #2E59A7;
	border: 2px solid #2E59A7;
	background-color: rgb(231 237 255 / 0.95);
	font-size: 16px;
	padding: 1em 1.6em;
	border-radius: 8px;
	display: none;
}

.SubTitle {
	font-weight: 500;
	display: block;
	margin: 0 auto 4em;
	font-size: 21px;
	background: #2E59A7;
	color: #ffffff;
	padding: 1em 0;
	line-height: 1.5;
	text-align: center;
}
.p-itemlist__contents > .SubTitle {
	font-weight: 500;
	display: block;
	font-size: 21px;
	color: #ffffff;
	padding: 1em 0;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 2.4em;
}

.productDetailInfoBtn > button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-size: 12px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #30333f;
	max-width: 600px;
	margin: 0 auto;
	opacity: 1;
	font-weight: 500;
}
.CPinfo__main .productDetailInfoBtn > a {
	background-color: #30333f !important;
	border-radius: 0;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	font-weight: 500;
	color: #ffffff;
}
.CPinfo__main .productDetailInfoBtn > a img {
	width: 19px;
	height: 16px;
}

.l-footer {
	position: relative;
	z-index: 1;
}




/*color*/
:root{
  --main-color: #B59C78;
  --main-color02: #2E59A7;
  --main-color03: #DCECF2;
  --ttl-color: #846C4D;
  --base-color: #F2F0EB;
  --black:#30333F;
  --white: #fff;
}
[id]{
  scroll-margin-top: 152px;
}


.cp{
  background-color: var(--main-color03);
  padding: 80px 0 10px;
}

/* u- */
.u-fzM{
  font-size: 14px;
}
.u-fzS{
  font-size: 12px;
}
.u-txt-center{
  text-align: center;
}
.u-bold{
  font-weight: 500;
}
.u-lineheight{
  line-height: 1;
}

/*concept*/
.snow-concept{
  background-color: var(--base-color);
}
.snow-concept__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 32px 40px;
  text-align: center;
  box-sizing: border-box;
}
.snow-concept__logo{
  width: 80%;
  max-width: 320px;
  margin: 0 auto 24px;
}
.snow-concept__txt{
  margin-bottom: 24px;
}
.snow-concept__box{
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.c-box{
  text-align: center;
}
.c-box__tag{
  display: inline-block;
  padding: 8px 24px;
  background: var(--main-color02);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
}
.c-box__item--shop{
  margin-bottom: 32px;
}
.c-box__item--date{
  font-size: 24px;
  word-break: break-all;
}
.c-box__item__date{
  font-size: 16px;
}
.c-box__item__shop{
  display: block;
  font-size: 12px;
}

/* present */
.snow-cp{
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 0 18px;
}
.snow-cp__wrap{
  background-color: #c2e2ed;
  padding: 3em 0 2em;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.snow-cp__msg{
  text-align: center;
  line-height: 1.5;
  color: var(--main-color02);
  font-weight: 500;
  font-size: 20px;
	margin-bottom: 1.2em;
}
.block-present_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 32px;
}
.block-present_text{
  width: 60%;
}
.block-present_desc{
  font-size: 14px;
}

/********** swiper **********/
.p-main_slider{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 30%;
}
.p-main_slider .p-main_box{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiper-container{
  height: 100%;
}
.swiper-slide{
  height: auto;
}
.swiper-slide img{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.swiper-slide a{
  transition: .5s;
}
.swiper-slide a:hover{
  opacity: 0.6;
}
.swiper-container.slider .swiper-button-next,
.swiper-container.slider .swiper-button-prev{
  position: absolute;
  z-index: 10;
}
.swiper-container.slider .swiper-button-next{
  right: 9%;
}
.swiper-container.slider .swiper-button-prev{
  left: 9%;
}
.swiper-container.slider .swiper-button-next::after,
.swiper-container.slider .swiper-button-prev::after{
  color: var(--main-color02);
  font-size: 22px;
}
/********** swiper **********/

.block-present_item{
  margin-bottom: 12px;
}
.present-sub{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
.present-sub:nth-child(n+2){
  margin-top: 2px;
}
.snow-CP__wrap{
  position: relative;
  margin-bottom: 24px;
}


/* anchor */
.anchor{
  max-width: 780px;
  margin: 0 auto 80px;
}
.anchor-box{
  display: flex;
  gap: 16px;
  justify-content: center;
}
.anchor-box_btn{
  width: 50%;
}
.anchor-box_item{
  display: block;
  position: relative;
  text-align: center;
  padding: 24px 12px;
  background-color: var(--main-color02);
  color: var(--white);
  line-height: 1.4;
  transition: .5s;
}
.anchor-box_item:after{
  content:"";
  position:absolute;
  top:0;
  bottom:.1em;
  right:5%;
  margin:auto;
  width: .8em;
  height: .8em;
  border-left: .16em solid #fff;
  border-bottom: .16em solid #fff;
  transform: rotate(-45deg);
  transition:.3s;
}
/* anchor */


/* cp-code */
.snow-code{
  max-width: 980px;
  margin: 0 auto 96px;
  padding: 0 18px;
  box-sizing: border-box;
}
.snow-code__sub{
  font-size: 16px;
	margin-bottom: 4px;
  text-align: center;
	color: var(--main-color02);
}
.snow-code__ttl{
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5;
}
.snow-code__desc{
  padding: 14px 24px;

  margin-bottom: 6px;
  background-color: var(--base-color);
}
.snow-code__howto{
  text-align: center;
}

/*gift*/
.snow-gift{
  position: relative;
  padding-bottom: 80px;
  background-color: var(--base-color);
	padding-top: 64px;
}
.snow-gift__inner{
  box-sizing: border-box;
	max-width: 980px;
  margin: 0 auto 80px;
  padding: 0px 18px;
}
.snow-gift__top{
  text-align: center;
  padding: 0 16px;
}
.snow-gift__title{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  background-color: var(--main-color);
  color: var(--white);
  padding: 32px 14px;
  width: 100%;
  max-width: 640px;
  box-sizing: border-box;
}
.snow-gift__sub{
  margin-bottom: 16px;
}
.snow-gift__sub02{
  margin-bottom: 8px;
}
.snow-giftList{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 16px;
  margin: 40px auto 0;
  padding: 0 32px;
  box-sizing: border-box;
  max-width: 980px;
}
.snow-giftItem{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 11px);
  background: var(--white);
  padding: 8px 22px 24px;
  box-sizing: border-box;
}
.snow-giftItem__img{
  width: 100%;
	margin-top: 16px;
}
.snow-giftItem__img > a{
  width: 100%;
	display: block;
}
.snow-giftItem__text{
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	padding-bottom: 50px;
	position: relative;
}
.snow-giftItem__brand{
	color: #9c9fa7;
	font-size: 1.2rem;
	margin-top: 7px;
}
.snow-giftItem__name{
  font-size: 1.4rem;
	font-weight: 500;
	margin-top: 2px;
}
.snow-giftItem__price {
	bottom: 0;
	color: #2f333f;
	font-size: 15px;
	left: 0;
	position: absolute;
}
.snow-giftItem__cart{
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #30333f;
	border: 1px solid #30333f;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 50px;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	margin-top: 10px;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.bg {
  background-image: url(/img/e/cp2607-GWPCP/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
/* about */
.about{
  position: relative;
  z-index: 0;
}
.about_container {
	padding: 64px 0 40px;
	background-color: rgba(0, 0, 0, 0.5);
}
.about_wrap{
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 0px 18px;
}
.about_title{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  background-color: var(--main-color);
  padding: 32px 14px;
  width: 100%;
  max-width: 640px;
  box-sizing: border-box;
}
.about_inner{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  color: var(--white);
}
.about_txt{
  text-align: center;
  margin-bottom: 48px;
}
.about_flow{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_box{
  max-width: 22%;
  align-self: flex-start;
}
.about_img{
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 50%;
}
.about_arrow{
  font-size: 24px;
  margin-bottom: 30px;
}
.about_flow_txt{
  font-size: 14px;
  text-align: center;
}
.c-source{
  margin-top: 12px;
  font-size: 12px;
  text-align: right;
}
.about_imgTag{
  position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.about_imgTag_item{
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 220px;
	transform: translateY(80%);
}
/* about */

/* howto */
.howto{
  background-color: rgba(255, 255, 255, 0.6);
}
.howto_inner{
  margin: 0 auto;
  max-width: 980px;
  padding: 72px 18px;
}
.howto_ttl{
  font-size: 24px;
  font-weight: 500;
  border-left: 10px solid var(--ttl-color);
  padding: 10px 0 10px 20px;
  margin-bottom: 24px;
  color: var(--ttl-color);
}
.howto_plant{
  margin-bottom: 56px;
}
.howto_txt{
  margin-bottom: 32px;
}
.howto_grow{
  margin-bottom: 40px;
}
.howto_grow_txt{
  margin-bottom: 18px;
  padding-left: 1.5em;
  text-indent: -1em;
}
.howto_grow_num{
  font-weight: 600;
}
.howto_seed{
  padding: 24px 40px;
  margin-bottom: 12px;
  background-color: var(--white);
}
.howto_seed_ttl{
  color: var(--ttl-color);
  font-weight: 500;
  margin-bottom: 12px;
}
.howto_seed_flower{
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 60%;
  margin: 32px auto 0;
}
.howto_seed_box{
  flex: 1;
  max-width: calc((100% / 2) - 24px);
}
.howto_seed_txt{
  margin-bottom: 12px;
}
/* howto */






@media (hover: hover) {
	.CPinfo__main a:hover {
		opacity: 0.7;
    transition: all 0.3s;
	}
	.CPinfo__linkBtn:hover {
		opacity: 0.5;
	}
	.campaignCode__button:hover {
		background: rgb(46 89 167 / 0.8);
		transition: all 0.3s;
	}
}

@media screen and (min-width: 1280px) {
	.p-itemlist main .p-main_inner .p-itemlist__select {
		padding: initial;
	}
  .seasonalInfo_main {
    margin-bottom: 130px;
		padding: 0 5%;
  }
	.campaignContent {
		font-size: 1.5em;
	}
	.p-itemlist main .p-main_inner .p-itemlist__select .p-itemlist__select__list {
		padding: 0 50px;
	}

}


@media screen and (max-width: 759px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc__inline {
    display: none !important;
  }
  .sp__inline {
    display: inline-block;
  }
	.p-itemlist main .p-main_inner .p-itemlist__select {
		width: 100%;
		padding: 0 20px;
	}
	.p-itemlist main .p-main_inner .p-itemlist__contents {
		padding: 24px 15px 0;
	}
  .annotation {
    line-height: 1.4;
  }
	.annotation__container {
		padding: 1.6em 0 0;
		font-size: 12px;
    text-align: center;
	}
	.annotation__imgContainer {
		font-size: 11px;
	}
	.annotation__container--waku {
		padding: 1.6em 1em;
	}
	.annotation__container--exception {
		text-align: justify;
		padding: 0 10px 1em;
	}
	.annotation__container--left {
		text-align: left;
		width: 100%;
		max-width: none;
	}
	.annotation__container--leftW80 {
		width: 90%;
		padding: 0;
	}
	.CPinfoMain__container {
		font-size: 15px;
	}
	.CPinfo__inner {
		max-width: 600px;
		margin: 2em auto;
	}
  .CPinfo__main {
		text-align: left;
		padding: 0;
		line-height: 1.5;
  }
  .CPinfoMv {
		max-width: 100%;
		margin: 0 auto;
    height: auto;
  }
	.SubTitle {
		margin: 0 auto 3.2em;
		text-align: center;
		padding: 1em 0;
		font-size: 18px;
		line-height: 1.4;
	}
	.p-itemlist__contents > .SubTitle {
		font-size: 18px;
		padding: 0.7em 0;
		margin: 1.2em 0 1.6em;
	}
	.campaignCode {
		font-size: 1.3em;
		margin-top: 1.4em;
	}
	.campaignCode__Container {
		height: 64px;
		width: 100%;
		max-width: 320px;
		margin: 1em auto 1.4em;
	}
	.campaignCode__code {
		width: 75%;
		line-height: 64px;
		font-size: 1.4em;
	}
	.campaignCode__button {
		font-size: 10px;
	}
	.campaignCode__text {
		font-size: 14px;
	}
	.copyIcon {
		width: 22px;
		height: 22px;
		margin-bottom: 0.4em;
	}
	.campaignCode__message {
		position: absolute;
		width: 150%;
		max-width: 160px;
		top: -40%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 12px;
		padding: 0.8em;
		display: none;
	}



	.productDetailInfoBtn--top {
		margin-bottom: 1em;
	}
	.p-itemlist main .p-main_inner .p-itemlist__select .p-itemlist__select__list {
		padding: initial;
	}

	.CPinfo__main .productDetailInfoBtn > a {
		margin: 16px auto 0;
	}






  [id]{
    scroll-margin-top: 72px;
  }

	.snow-wrapper{
    font-size: 15px;
  }
  .cp{
    padding-top: 40px;
  }

  /*concept*/
  .snow-concept__inner{
    width: 100%;
    padding: 48px 15px 24px;
  }
  .snow-concept__logo{
    width: 60%;
  }
  .c-box__item--date{
    font-size: 20px;
  }
	.c-box__tag{
		font-size: 15px;
	}

  /* present */
  .snow-cp{
    margin-bottom: 56px;
    padding: 0 15px;
  }
  .snow-cp__wrap{
    width: 100%;
		padding: 2em 1em;
  }
  .snow-cp__msg{
    font-size: 17px;
		margin-bottom: 0.4em;
  }
  .block-present_inner{
    flex-direction: column;
    width: 100%;
  }
  .block-present_text{
    width: 100%;
    text-align: center;
  }

  /********** swiper **********/
  .p-main_slider{
    width: 90%;
  }
  /********** swiper **********/

  /* anchor */
  .anchor{
    margin-bottom: 56px;
  }
  .anchor-box{
    flex-direction: column;
    align-items: center;
    appearance: 12px;
  }
	.anchor-box_item{
		font-size: 16px;
	}
  .anchor-box_btn{
    width: 80%;
  }
  /* anchor */

  .present-sub:nth-child(n+2){
    margin-top: 4px;
  }

  /* code */
  .snow-code{
    margin-bottom: 56px;
		padding: 0 15px;
  }
	.snow-code__sub{
		margin-bottom: 8px;
	}
  .snow-code__ttl{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .snow-code__desc{
    padding: 16px;
  }
  .snow-code__howto{
    font-size: 13px;
  }

  /*gift*/
  .snow-gift{
    padding: 40px 15px 0;
  }
  .snow-gift__inner{
    padding: 0px;
  }
  .snow-gift__top{
    padding: 0;
  }
  .snow-gift__title{
    font-size: 18px;
    max-width: 330px;
    padding: 24px 14px;
  }
  .snow-giftList{
    flex-direction: column;
    width: 100%;
		max-width: 540px;
    padding: 0;
    margin-top: 32px;
  }
  .snow-giftItem{
    width: 100%;
    padding-top: 16px;
  }
	.snow-giftItem__img{
    width: 80%;
    margin: 0 auto;
  }
	.snow-giftItem__text{
		padding-bottom: 32px;
	}
  .snow-giftItem__brand{
    margin-bottom: 6px;
  }
  .snow-giftItem__name{
    margin-bottom: 14px;
  }
	.snow-giftItem__price {
		font-size: 14px;
	}
  .snow-giftItem__cart{
    margin-top: 16px;
  }

  /* about */
	.about_container {
		padding: 40px 15px 0;
	}
  .about_wrap{
    margin: 0 auto 24px;
    padding: 0px;
  }
  .about_title{
    font-size: 18px;
    max-width: 330px;
    padding: 24px 14px;
  }
  .about_txt{
    line-height: 1.8;
  }
  .about_flow{
    flex-wrap: wrap;
    row-gap: 18px;
  }
  .about_box{
    max-width: 44%;
  }
  .about_flow_txt{
    font-size: 12px;
  }
  .about_arrow{
    font-size: 18px;
  }
  .c-source{
    font-size: 10px;
    margin-top: 24px;
  }
  .about_imgTag_item{
    position: static;
    width: 200px;
    margin: 14px auto 0;
		transform: translateY(0);
  }
  /* about */

  /* howto */
  .howto{
    padding: 40px 15px 72px;
  }
  .howto_inner{
    padding: 0;
  }
  .howto_ttl{
    font-size: 20px;
    padding: 6px 0 6px 20px;
  }
  .howto_seed{
    padding: 22px;
  }
  .howto_seed_txt{
    font-size: 14px;
  }
  .howto_seed_flower{
    width: 100%;
    gap: 8px;
    margin-top: 24px;
  }
  .howto_seed_box{
    max-width: 100%;
  }
  /* howto */

}