@charset "Shift_JIS";
/* CSS Document */

.modal__fvr, .modal__fvr *, .modal__fvr *:before, .modal__fvr *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	padding: 0;
}

p,dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

 a {
	display: block;
	text-decoration: none;
}


.modal__fvr {
/*	max-width: 600px;*/
	margin: 0 auto;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
}

/*
tab
*/

.u-tab__wrap {
  	border-bottom: 1px solid rgba(45,45,45,15%);
}
.u-tab__menu {
	display: flex;
	align-items: flex-end;
/*  margin-right: -1rem;
  margin-bottom: 0;
  padding-left: 0;
*/
}

.u-tab__menu li {
	list-style: none;
}
.u-tab__menu > * {
/*  width: calc(33.333333% - 1rem);
  margin-right: 1rem;*/
}

.u-tab__item {
/*  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  text-decoration: none;
  outline: 0;
  padding: 0.6em 0.5em;
  border: 1px solid #222222;
  border-bottom: 0;
  box-sizing: border-box;
  background: #f7faff;
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
*/
	color: #a0a0a0;
	line-height: 1;

	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 234px;
	height: 45px;
	padding: 0 16px;
	margin-left: 8px;
	text-align: center;
	background-color: #ffe0ec;
	border-radius: 4px 4px 0 0;
}
.u-tab__item[aria-expanded="true"] {
/*  color: #fff;
  padding: 1.0em 0.5em;
  background: #222222;
*/
	font-weight: 600;

	position: relative;
	z-index: 1;
	height: 50px;
	padding-top: 4px;
	color: #2d2d2d;
	cursor: default;
	background-color: #fff;
	border: solid rgba(45,45,45,15%);
	border-width: 1px 1px 0;
	opacity: 1;
}
.u-tab__item[aria-expanded="true"]::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #fff;
}
.u-tab__item:not([aria-expanded="true"]):hover {
	color: #333;
	background: #e5e5e5;
}
.u-tab__item .u-tab__item-main {
	font-size: 16px;
}
.u-tab__item[aria-expanded="true"] .u-tab__item-main {
	font-size: 18px;
}

.tab__gift a {
	position: relative;
	padding-right: 70px;
}
.tab__gift a::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 1px;
	right: 4px;
	width: 60px;
	height: 60px;
	background: url(../images/tab_wpg_img.png) no-repeat;
	background-size: contain;
}

.u-tab__body {
	display: none;
	padding: 10px 14px;
}
.u-tab .u-block {
	display: flex;
	flex-direction: column;
	position: static;
}
.u-tab .u-none {
/*	display: none;*/
    position: absolute;
    visibility: hidden;
}


.item__fvr__header {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px;
}
.item__fvr__header > dt {
	width: 25%;
	align-self: center;
}
.item__fvr__header > dd {
	width: calc(100% - 25% - 16px);
	align-self: center;
}

.item__fvr__header .ack__price__box {
	padding-right: 0;
}
.item__fvr__btn {
	display: flex;
	justify-content: space-between;
	margin: 0 0 12px;
}
.item__fvr__btn > dt {
	width: 20%;
	align-self: center;
}
.item__fvr__btn > dd {
	width: calc(100% - 20% - 12px);
	align-self: center;
}

.item__name {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 8px;
}
.item__name span {
	display: inline-block;
}
.item__name .item_class {
	font-weight: normal;
	display: block;
}

.item__spec {
	border: 1px solid #666;
	border-width: 1px 0 1px;
	padding: 4px 10px;
	line-height: 1.3;
}

.item__spec .price {
	font-size: 14px;
	margin-left: 16px;
	font-weight: 500;
}
.item__spec .price em {
	font-size: 1.25em;
}
.item__spec .tax {
	font-size: 0.8em;
}

.item__list li {
	border-bottom: 1px solid rgba(45,45,45,10%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 85px;
}
.item__list li .item__txt {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	padding-right: 24px;
	flex: 1 1;
}
.item__list .item__price {
	font-size: 12px;
	line-height: 1.2;
	margin-left: 1em;
}
.item__list .item__price .price {
	font-weight: 500;
}
.item__list .item__price .price em {
	font-size: 18px;
}
.item__list li .item__cart__btn {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	flex: 1.5;
}
.item__list li .item__cart__btn a {
	height: 54px;
	min-height: 54px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: inline-flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	margin: 0;
/*	color: #2d2d2d;*/
	cursor: pointer;
/*	background-color: initial;*/
	border: 1px solid transparent;
	border-radius: 5px;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
/*	background-color: #B44A8F;
	border-color: #B44A8F;*/
background: -moz-linear-gradient(bottom left, #d04091, #f19a96); 
background: -webkit-linear-gradient(bottom left, #d04091, #f19a96); 
background: linear-gradient(to top right, #d04091, #f19a96); 
	width: 100%;
}
.item__list li .teiki__btn a {
	background: -moz-linear-gradient(bottom left, #ff740c, #f5c96f);
	background: -webkit-linear-gradient(bottom left, #ff740c, #f5c96f);
	background: linear-gradient(to top right, #ff740c, #f5c96f);
}
.item__list li .item__ttl {
	line-height: 1.3;
	margin-bottom: 4px;
}
.item__list li .item__ttl span {
	display: inline-block;
}

.item__wpg__img {
	border-bottom: 1px solid rgba(45,45,45,10%);
}
.item__wpg__img > ul {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}
.item__wpg__img > ul > li {
	display: flex;
	width: 46%;
}

.item__wpg__img .wpg__img {
	width: 35%;
}
.item__wpg__img .wpg__img a {
	position: relative;
}

.item__wpg__img .wpg__img a::after {
	position: absolute;
    top: 0;
    right: 0;
    opacity: .4;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../images/loupe_icon.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.item__wpg__img .wpg__txt {
	width: calc(100% - 35% - 24px);
	margin-left: 10px;
	align-self: flex-end;
}

.item__wpg__img .rpg_attn {
	font-size: 13px;
	line-height: 1.3;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}
.wpg__txt {
	line-height: 1.2;
}
.wpg__name {
	font-size: 16px;
}
.wpg__price {
	font-size: 16px;
}
.wpg__price em {
	font-size: 1.25em;
}
.wpg__price span {
	font-size: .8em;
}

.u-block {
/*	display: flex;
	flex-direction: column;*/
	min-height: 350px;
}

.slide__btn {
	cursor: pointer;
	padding-top: 30px;
	margin-top: auto;
	width: 100%;
}
.slide__btn__box {
	background: linear-gradient(180deg, rgb(251 184 213 / 50%) 0%, #fff 100%);
	padding: 6px;
}

.slide__ack__box {
	 background-image: url(../images/fvr_ack_btn_img_pc.png);
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: right 15% bottom;
	 position: relative;
}

.slide__ack__box::after{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	content: "";
	width: 50px;
	height: 50px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: auto;
	-webkit-transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
	-ms-transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
	transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
}

.slide__item__btn dl {
	 position: relative;
	 padding-left: 40px;
}
.slide__item__btn dl::after{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	content: "";
	width: 50px;
	height: 50px;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 5px;
	margin: auto;
	-webkit-transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
	-ms-transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
	transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
}

.ack__catch,
.item__catch {
	background-color: #B44A8F;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
/*	margin-bottom: 4px;*/
}
.ack__name {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 4px;
}
.ack__cont {
	font-size: 13px;
	margin-left: 1em;
	margin-bottom: 4px;
}

.ack__cont li {
	position: relative;
	padding-left: 12px;
	line-height: 1.3;
	margin-bottom: .25em;
}

.ack__cont li::before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #B44A8F;
	border-radius: 50%;
}
.ack__cont li span {
	display: inline-block;
}

.ack__price__box {
/*	padding-right: 35%;*/
	display: flex;
/*	justify-content: center;*/
}

.ack__price__catch {
	text-align: center;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	margin-right: 20px;
}
.ack__price__catch em {
	font-size: 1.75em;
}
.ack__price__catch span {
	display: block;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 0;
}
.ack__price {
	align-self: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
}
.ack__price em {
	font-size: 1.25em;
}
.ack__price span {
	font-weight: normal;
	font-size: .8em;
}

.item__cart__btn span::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1em;
    background-image: url("../images/cart_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.remodal-wrapper {
	padding: 10px 18px 0;
}
.remodal-close::before {
	color: #FFFFFF;
}
.remodal-close::after {
	content: "";
	width: 35px;
	height: 35px;
	background: #dbdbdb;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
background: -moz-linear-gradient(bottom left, #d04091, #f19a96); 
background: -webkit-linear-gradient(bottom left, #d04091, #f19a96); 
background: linear-gradient(to top right, #d04091, #f19a96); 
}

.remodal-close, .remodal-close::before, .remodal-close::after {
	left: auto;
	right: 0;
	z-index: 999;
}
.remodal-close::after {
	z-index: 998;
}
.remodal-close {
	right: -8px;
	top: -8px;
}

.remodal {
	border-radius: 6px;
}
/*
.remodal-overlay {
	background: rgb(235 199 231 / 90%);
}
*/
/*
.remodal-is-closed {
	display: block;
	visibility: hidden;
	position: absolute;
}
.remodal-is-opened {
	visibility: visible;
}
*/

.remodal {
	background-image: url("../images/modal_bg.jpg");
	background-repeat: no-repeat;
	background-position: left -12% top 1%;
	background-size: 45%;
}


@media screen and (max-width: 600px) {
.modal__fvr {
	letter-spacing: 0.03em;
}
/*.item__name {
	font-size: min(4.25vw,18px);
}*/
.item__spec,
.item__spec .price {
/*	font-size: min(3vw,16px);*/
	font-size: clamp(12px, 3vw, 16px);
}
.item__spec .price {
    margin-left: 6px;
}
.item__spec {
    letter-spacing: 0;
}
.item__fvr__header > dt {
	width: 30%;
}
.item__fvr__header > dd {
	width: calc(100% - 30% - 10px);
}
.item__list li .item__cart__btn a {
/*	font-size: min(4.25vw,18px);*/
	font-size: clamp(14px, 4.25vw, 18px);
	padding: 0 8px;
}
.item__fvr__header .item__name,
.item__fvr__header .ack__name {
/*	font-size: min(4.25vw,18px);*/
	font-size: clamp(14px, 4.25vw, 18px);
}
.item__list li .item__price {
/*	font-size: min(2vw,12px);*/
	font-size: clamp(10px, 2vw, 12px);
}
.item__list li .item__txt {
	padding-right: 12px;
}
.item__teiki__txt {
	letter-spacing: 0;
}
.item__list .item__price {
	line-height: 1.1;
}
.slide__btn .ack__name,
.slide__btn .item__name {
/*	font-size: min(4vw,16px);*/
/*	font-size: clamp(14px, 4vw, 16px);*/
	font-size: clamp(13px, 3.75vw, 16px);
}
.ack__cont {
	letter-spacing: 0;
/*	font-size: min(2vw,12px);*/
	font-size: clamp(10px, 2vw, 12px);
	margin-left: 0.5em;
}
.ack__cont li {
    padding-left: 10px;
}
.ack__cont li::before {
    top: .4em;
}
.ack__price__box {
	letter-spacing: 0;
}
.item__list li .item__cart__btn {
	flex: 1.15;
}
.slide__ack__box {
	background-position: right 16px bottom;
	background-image: url(../images/fvr_ack_btn_img_smp.png);
}
.slide__ack__box::after {
	width: 26px;
	height: 26px;
	right: 0px;
}
.ack__price__catch {
/*	font-size: min(3.75vw,16px);*/
	font-size: clamp(13px, 3.75vw, 16px);
}
.ack__price {
/*	font-size: min(4.75vw,20px);*/
	font-size: clamp(16px, 4.75vw, 20px);
}

.slide__item__btn dl {
	padding-left: 20px;
}
.slide__item__btn dl::after {
	width: 26px;
	height: 26px;
	left: 0px;
}
.ack__catch, .item__catch {
/*	font-size: min(4vw,16px);*/
	font-size: clamp(14px, 4vw, 16px);
}
.ack__price__catch {
	margin-right: 10px;
}
.item__list li .item__cart__btn a {
	height: 50px;
	min-height: 50px;
}

.item__wpg__img > ul > li {
	width: 45%;
}
.item__wpg__img .wpg__txt {
	width: calc(100% - 35% - 12px);
    margin-left: 4px;
}
.item__wpg__img .wpg__txt {
	letter-spacing: 0;
}
.wpg__name {
/*	font-size: min(4vw,16px);*/
	font-size: clamp(14px, 4vw, 16px);
}
.wpg__price {
/*	font-size: min(3.5vw,14px);*/
	font-size: clamp(12px, 3.5vw, 14px);
}
.wpg__price {
}
.u-tab__item .u-tab__item-main {
/*	font-size: min(4vw,16px);*/
	font-size: clamp(14px, 4vw, 16px);
}
.u-tab__item[aria-expanded="true"] .u-tab__item-main {
/*	font-size: min(4.5vw,18px);*/
	font-size: clamp(14px, 4.25vw, 18px);
}

.remodal {
	padding: 10px;
}
.u-tab__body {
	padding: 4px 0;
}

.u-tab__item {
	padding: 0 16px;
	min-width: auto;
}
.item__list li {
	height: 72px;
}
}




.lightbox {
	z-index: 100000;
}
.lightboxOverlay {
	z-index: 99999;
}