@charset "UTF-8";

.fadeIn {
  transition: opacity 0.5s;
}
.blurIn {
  transition: filter 0.5s 0s linear, opacity 0.5s 0s linear !important;
}

/*-------------------------------------------- */
/* Base 
---------------------------------------------- */
#product_contents .product_main,
body:not(.media_sp) #product_contents .product_main {
	padding-bottom: 0;
}
footer {
	color: #fff;
	background: #0E6240;
}
.wickedAtten {
	font-size: 14px;
	line-height: 1.75;
	padding: 4em 0;
	width: fit-content;
	margin: 0 auto;
}
.wickedAtten li {
	position: relative;
}
.wickedAtten li:before {
    display: block;
    position: absolute;
    left: -1.2em;
    content: "※";
}
.wickedCopyright {
	background: #1A4330;
	font-size: 14px;
	line-height: 1.75;
	padding: 1em 0;
}
.wickedCopyright small {
	width: fit-content;
	margin: 0 auto;
	display: block;
}
@media (max-width: 390px) {
.wickedAtten {
	font-size: 12px;
	width: 84%;
  padding: 5em 0 4em;
}
.wickedCopyright {
	font-size: 12px;
}
}


/*-------------------------------------------- */
/* products
---------------------------------------------- */
.greenBlock {
	background: url(../images/wicked/bg_greenBlock.png) repeat-x;
	background-size: auto 100%;
	padding: 130px 0 180px;
}
.greenBlock_heading {
	max-width: 519px;
	margin: 0 auto;
}
.greenBlock_box {
	background: #F4F1E5;
	padding: 10px;
	max-width: 1020px;
	margin: 65px auto 0;
}
.greenBlock_box > div {
	border: 2.5px solid #E0B621;
	padding: 8px;
}
.productTr {
	border: 1.5px solid #E0B621;
	padding: 90px 0 120px;
}
.productTr_cap {
	color: #fff;
	background: #E0B621;
	font-size: 24px;
	font-family: "Noto Serif JP", sans-serif;
	width: fit-content;
	margin: 0 auto;
	font-weight: bold;
	padding: 5px 8px 6px 10px;
	line-height: 1;
	letter-spacing: 0.2em;
}
.productTr_ttl {
	color: #E0B621;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	line-height: 1.5;
	margin-top: 10px;
}
.productTr_txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}
.productTr_img {
	max-width: 305px;
	margin: 50px auto 0;
	display: block;
}
.productList {
	margin-top: 0px;
}
.productList .productList_box .productList_info .productList_price .productList_label {
	background-color :#E0B621;
	color: #000;
}
.productInfo {
	margin-top: 0;
}
@media (max-width: 390px) {
.greenBlock {
	background: url(../images/wicked/bg_greenBlock_sp.png) repeat-x;
	background-size: auto 100%;
	padding: 80px 5% 120px;
}
.greenBlock_heading {
	width: calc(519vw /7.8);
	margin: 0 auto;
}
.greenBlock_box {
	padding: 5px;
	margin: 40px auto 0;
}
.greenBlock_box > div {
	border-width: calc(2.5vw /7.8);
	padding: 4px;
}
.productTr {
	border-width: calc(1.5vw /7.8);
	padding: 45px 5% 60px;
}
.productTr_cap {
	font-size: 12px;
	padding: 3px 4px 4px 5px;
}
.productTr_ttl {
	font-size: 16px;
}
.productTr_txt {
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
}
.productTr_img {
	max-width: 205px;
	margin: 30px auto 0;
}
.greenBlock .commonBtn01Box {
  width: 100%;
  margin: 40px auto 0;
}
.productInfo {
  max-width: 100%;
}
}

/*-------------------------------------------- */
/* goodsBlock
---------------------------------------------- */
.goodsBlock {
	padding: 80px 0 180px;
}
.goodsBlock_heading {
	max-width: 389px;
	margin: 0 auto;
}
.goodsBlock_txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-top: 40px;
}
.goodsLists {
	max-width: 780px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
.goodsLists li {
	width: 43%;
	margin-top: 100px;
}
.goodsLists_img {
	position: relative;
}
.goodsLists_click {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #507355;
	border-radius: 100px;
	transition: background-color 0.4s;
}
.goodsLists_click_txt {
	font-family: "Noto Serif JP", sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	padding-bottom: 2px;
}
.goodsLists_click_ar {
	position: relative;
	animation: click 6s cubic-bezier(0.33, 1, 0.68, 1) 1s infinite normal none running;
}
.goodsLists_click_ar span {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 1px;
    margin-top: 6.6px;
    border-radius: 9999px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: -80px;
    z-index: 2;
}
.goodsLists_click_ar span::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 5px;
	height: 1px;
	border-radius: 9999px;
	background-color: #000;
	transform: rotate(55deg);
	transform-origin: calc(100% - 0.5px) 50%;
}
@keyframes click {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  35% {
    transform: translateX(-20px);
    opacity: 0;
  }
  45% {
    transform: translateX(0);
    opacity: 1;
  }
  65% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
  80% {
    transform: translateX(-20px);
    opacity: 0;
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.goodsLists_info {
	margin-top: 25px;
}
.goodsLists_label {
	display: inline-block;
    font-size: 12px;
    line-height: 1.35;
    padding: 3px 8px;
    background-color: #E0B621;
    color: #000;
    position: relative;
    top: -3px;
}
.goodsLists_txt {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    margin-top: 2px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.goodsLists_txt small {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
}

@media (max-width: 390px) {
.goodsBlock {
	padding: 70px 0 70px;
}
.goodsBlock_heading {
	max-width: 278px;
}
.goodsBlock_txt {
	font-size: 14px;
	margin-top: 30px;
}
.goodsLists {
	max-width: 63%;
	margin: 60px auto 0;
	display: block;
}
.goodsLists li {
	width: 100%;
	margin-top: 50px;
}
.goodsLists_click {
	bottom: 6px;
	right: 6px;
	width: 47px;
	height: 47px;
	border-radius: 50%;
}
.goodsLists_click_txt {
	font-size: 11px;
	padding-bottom: 2px;
}
.goodsLists_click_ar span {
  width: 37px;
  margin-top: 6.6px;
	top: 6px;
	left: -50px;
}
.goodsLists_click_ar span::before {
	top: calc(50% - 0.5px);
	width: 5px;
}
.goodsLists_info {
	margin-top: 20px;
}
.goodsLists_label {
  font-size: 11px;
}
.goodsLists_txt {
  font-size: 18px;
  line-height: 1.3;
}
.goodsLists_txt small {
    font-size: 14px;
    margin: 0 8px;
}
}

/*-------------------------------------------- */
/* Slider
---------------------------------------------- */
.goodsSlider {
  width: 100%;
  height: 100%;
  position: relative;
}
.goodsSlider img {
  width: 100%;
  height: auto;
}
.goodsSlider .goodsSlider_box {
  width: 100% !important;
  display: block !important;
}
.modalBox .modalBox_main .modalBox_main_l {
  pointer-events: auto;
}
.modalBox_wrap {
	padding: 0;
}
.modalBox .commonBtn01Box {
	width: 100%;
}
.commonBtn01Box{
	text-align: center;
}
.commonBtn01Box small{
	font-size: 12px;
}
.modalBox .modalBox_main .modalBox_main_l {
	display: block;
}
.modalBox {
  background-color: rgba(0, 0, 0, 0);
}

.goodsSlider_box {
  width: 100%;
	height: 100% !important;
}
.modalBox .modalBox_main .modalBox_main_l .swiper {
  height: 100%;
  object-fit: cover;
}
.modalBox .modalBox_main .modalBox_main_l .goodsSlider_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  transform: translateZ(0)!important;
  z-index: 9999!important;
  opacity: 1 !important;
  visibility: visible !important;
}
.modalGoods_img,
.modalBox_main_l {
  overflow: visible !important;
}

@media (min-width: 981px) {
	.slick-slide > div {
		height: 100%;
	}
	.goodsSlider .slick-track {
		display: flex !important;
	}
  .modalBox .modalBox_main .modalBox_main_l {
    width: 56%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
    pointer-events: auto;
    background-color: #F4F1E5;
  }
  .modalGoods_img,
  .goodsSlider,
  .goodsSlider .slick-list,
  .goodsSlider .slick-track,
  .goodsSlider .goodsSlider_box {
    height: 100% !important;
  }
  .goodsSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  .goodsSlider,
  .goodsSlider .slick-list,
  .goodsSlider .slick-track,
  .goodsSlider .goodsSlider_box {
    height: auto !important;
    overflow-y: visible !important;
  }
  .modalBox .modalBox_main .modalBox_main_l {
    overflow: visible !important;
  }
	.modalBox_main {
    overflow-y: auto;
  }
	.modalGoods_img,
  .goodsSlider {
    min-height: 1px !important;
    position: relative;
  }
}



.modalBox_main_l .swiper-button-next,
.modalBox_main_l .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 24px;
  height: 45px;
  cursor: pointer;
	border: none;
	background: none;
	color: rgba(0, 0, 0, 0);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
}
.modalBox_main_l .swiper-button-prev:after {
  left: 20px;
  background-image: url('../images/wicked/ico_arrow_pink.svg');
}
.modalBox_main_l .swiper-button-next:after {
  right: 20px;
  background-image: url('../images/wicked/ico_arrow_green.svg');
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 12px;
}
.swiper-pagination-bullet {
	width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #68B64B;
  border-radius: 10px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #E77BAB;
}


@media (max-width: 390px) {
.modalBox {
	padding: 0;
}
.modalBox .modalBox_main .modalBox_main_l {
  overflow: hidden;
}
.modalBox_main_l .swiper-button-prev:after {
  left: 0px;
}
.modalBox_main_l .swiper-button-next:after {
  right: 0px;
}
.modalBox_main_l .swiper-button-next,
.modalBox_main_l .swiper-button-prev {
  position: absolute;
  width: 12px;
  height: 23px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	width: 12px;
  height: 23px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 8px;
}
.swiper-pagination-bullet {
	width: 8px;
  height: 8px;
  margin: 0 2.5px;
}
.modalBox .modalBox_main .modalBox_main_r {
    padding: 40px 22px 185px 28px;
}
.commonBtn01Box small{
	font-size: 14px;
}

}



