@charset "utf-8";

/* ============================================================
	imini teiki20 CSS
	Last UPDATA: 2022/12/19
============================================================ */
* {
	box-sizing: border-box;
}

.breadclumb {
	display: none;
	width: calc(650 / 750 * 100vw);
	margin: -8px auto 15px;
	color: #333333;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
@media screen and (min-width: 769px){
	.breadclumb {
		display: block;
		width: 980px;
		max-width: 100%;
		margin: 45px auto 0;
		padding: 0;
		font-size: 12px;
		letter-spacing: -0.06em;
	}
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.content-box {
	width: 100%;
	margin: 25px auto 50px;
	background: #fff;
}
@media screen and (min-width: 769px){
	.content-box {
		width: 980px;
		max-width: 100%;
		margin: 55px auto 80px;
	}
}

.main-image {
	width: 100%;
	margin: 0;
}
.main-image img {
	width: 100%;
	height: auto;
}

.main-title {
	margin: 36px auto 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 769px){
	.main-title {
		width: 100%;
		max-width: 980px;
		margin: 72px auto 0;
		font-size: 25px;
	}
}

.main-title > span {
	display: block;
	padding: 0 calc(74 / 750 * 100vw);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
	position: relative;
}
@media screen and (min-width: 769px){
	.main-title > span {
		display: inline-block;
		padding: 0 58px 0 61px;
		font-size: 24px;
		letter-spacing: 0.025em;
	}
}

.main-title > span::before,
.main-title > span::after {
	content: "";
	display: block;
	position: absolute;
	width: calc(74 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	top: calc(50% - calc(50 / 750 * 100vw));
}

.main-title > span::before {
	background: url(/0004/component/product/img/product_title_deco_l.png) no-repeat;
	background-size: contain;
	left: 0;
}
@media screen and (min-width: 769px){
	.main-title > span::before {
		width: 51px;
		height: 70px;
		top: calc(50% - 35px);
	}
}

.main-title > span::after {
	background: url(/0004/component/product/img/product_title_deco_r.png) no-repeat;
	background-size: contain;
	right: 0;
}
@media screen and (min-width: 769px){
	.main-title > span::after {
		width: 48px;
		height: 66px;
		top: calc(50% - 33px);
	}
}

/* section */
.section {
	width: calc(650 / 750 * 100vw);
	margin: 25px auto 0;
}
@media screen and (min-width: 769px){
	.section {
		width: 100%;
		max-width: 980px;
		margin: 39px auto 0;
	}
}

.section ~ .section {
	margin: 40px auto 0;
	padding: 40px 0 0;
	border-top: solid 1px #e5e5e5;
}
@media screen and (min-width: 769px){
	.section ~ .section {
		margin: 50px auto 0;
		padding: 50px 0 0;
	}
}

.section h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 769px){
	.section h2 {
		font-size: 16px;
	}
}

.section h3 {
	width: 100vw;
	height: 32px;
	margin: 25px 0 12px calc(-50 / 750 * 100vw);
	padding: 0 calc(50 / 750 * 100vw);
	background-color: #f9f9f9;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 32px;
}
@media screen and (min-width: 769px){
	.section h3 {
		width: 100%;
		height: 35px;
		margin: 50px 0 23px;
		padding: 0 15px;
		font-size: 16px;
		line-height: 35px;
	}
}

.section h2 + h3 {
	margin-top: 12px;
}
@media screen and (min-width: 769px){
	.section h2 + h3 {
		margin-top: 26px;
	}
}

.section > p {
	font-size: 12px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin: 12px 0 0;
}
@media screen and (min-width: 769px){
	.section > p {
		font-size: 14px;
		line-height: 1.72;
		margin: 23px 0 0;
	}
}

.section a {
	text-decoration: underline;
}
.section a:hover {
	text-decoration: none;
}

.section strong {
	font-weight: bold;
}

/* product-list */
.product-list {


	margin: 25px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 15px;
}
@media screen and (min-width: 769px){
	.product-list {
		margin: 0;
		gap: 50px 70px;
	}
}

.product-list-item {
	width: calc((100% - 15px) / 2);
	padding: 48px 0 0;
	position: relative;
}
@media screen and (min-width: 769px){
	.product-list-item {
		width: 280px;
		padding: 53px 0 0;
	}
}

.item a {
	display: block;
	color: #000000;
	text-decoration: none;
}

.icon-list {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 6px;
}
@media screen and (min-width: 769px){
	.icon-list {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 6px;
	}
}

.icon-list li {
	width: calc((100% - 6px) / 2);
	margin: 0;
	padding: 5px 0 4px;
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px){
	.icon-list li {
		width: 88px;
		padding: 4px 0 3px;
		font-size: 12px;
	}
}

.icon-list li.icon-new {
	border: solid 1px #ff0137;
	color: #ff0137;
}

.icon-list li.icon-off {
	display: flex;
	border: solid 1px #ff0137;
	background-color: #ff0137;
	color: #ffffff;
	justify-content: center;
    align-items: center;
}

.section sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}

.item-catch {
	display: inline-block;
	margin: 13px 0 0;
	padding: 6px 8px 5px;
	background: #f6f3e7;
	color: #000000;
	font-size: min(calc(20 / 750 * 100vw), 10px);
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px){
	.item-catch {
		margin: 16px 0 0;
		padding: 5px 8px 4px;
		font-size: 12px;
	}
}

.item-name {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
@media screen and (min-width: 769px){
	.item-name {
		margin: 12px 0 0;
		font-size: 16px;
	}
}

a:hover .item-name {
	text-decoration: underline;
}

.item-price {
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.item-price {
		width: 244px;
	}
}

.item-price-wrap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 0;
}
@media screen and (min-width: 769px){
	.item-price-wrap {
		margin-top: 16px;
	}
}

.item-price-label, .item-price-num {
	margin: 0;
	flex-shrink: 0;
}

.item-price-label {
	width: auto;
}

.item-price-label-text {
	font-size: min(2.67vw,10px);
	font-weight: 400;
}
@media screen and (min-width: 769px){
	.item-price-label-text {
		font-size: 12px;
		font-weight: 700;
	}
}

.item-price-num {
	width: auto;
	font-size: min(4vw,15px);
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media screen and (min-width: 769px){
	.item-price-num {
		font-size: 16px;
	}
}

.item-price-num .tax {
	display: inline-block;
	font-size: min(2.67vw,10px);
	font-weight: 400;
	line-height: 1;
	margin-left: 0.16em;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 769px){
	.item-price-num .tax {
		font-size: 12px;
	}
}

/* 特別価格 */
.item-price-wrap.sale {
	margin-top: 7px;
}
@media screen and (min-width: 769px){
	.item-price-wrap.sale {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: 4px;
	}
}

.item-price-wrap.sale .item-price-label,
.item-price-wrap.sale .item-price-num {
	color: #ff0137;
}

.item-price-wrap.sale .item-price-label-text {
	font-size: min(3.2vw,12px);
	font-weight: 700;
}
@media screen and (min-width: 769px){
	.item-price-wrap.sale .item-price-label-text {
		font-size: 12px;
		font-weight: 700;
	}
}

.item-price-wrap.sale .item-price-num {
	margin-top: 4px;
	font-size: min(4.267vw,16px);
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media screen and (min-width: 769px){
	.item-price-wrap.sale .item-price-num {
		margin-top: 0;
		font-size: 20px;
	}
}

/* 通常価格打ち消し線 */
.item-price-wrap.regular {
	position: relative;
}
.item-price-wrap.regular::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000000;
	top: 50%;
	left: 0;
	z-index: 1;
}

.item-cart {
	display: block;
	width: 90%;
	margin: 12px auto 0;
	padding: 0;
	text-align: center;
}
@media screen and (min-width: 769px){
	.item-cart {
		width: 244px;
		margin: 10px auto 0;
	}
}

.item-cart a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 33px;
	padding: 0;
	border: solid 1px #333333;
	border-radius: 25px;
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.item-cart a {
		height: 44px;
		border-radius: 27px;
		font-size: 12px;
	}
}

.item-cart a:hover {
	cursor: pointer;
	background: #333333;
	color: #ffffff;
}

/* 定期購入 */
.item-teiki-wrap {
	width: 100%;
	margin: 10px auto 0;
	padding: 11px 7px 14px;
	background: #f6f3e7;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap {
		margin: 14px auto 0;
		padding: 18px 18px 25px;
	}
}

.item-teiki-wrap .price-teiki {
	width: 100%;
	margin: 0;
}

.item-teiki-wrap .price-wrap {
	display: block;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-wrap {
		display: flex;
		align-items: flex-end;
	}
	.item-teiki-wrap .price-wrap + .price-wrap {
		margin: 4px 0 0;
	}
}

.item-teiki-wrap .price-label, .item-teiki-wrap .price-num {
	width: 100%;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label {
		width: 60%;
	}
	.item-teiki-wrap .price-num {
		width: 40%;
	}
}

.item-teiki-wrap .price-label-text {
	color: #ff0137;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.001em;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label-text {
		font-size: 12px;
	}
}

.item-teiki-wrap .price-label-icon-list {
	margin-top: 7px;
	display: flex;
	flex-wrap: wrap;
	gap: calc(12 / 750 * 100vw);
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label-icon-list {
		margin-top: 3px;
		gap: 6px;
	}
}

.item-teiki-wrap .price-label-icon-list-item {
	height: 21px;
}

.item-teiki-wrap .price-label-icon-list-item img {
	display: block;
	width: auto;
	height: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.item-teiki-wrap .price-label-icon-list-item span {
	display: block;
	color: #ffffff;
	font-size: min(2.63vw,10px);
	font-weight: 700;
	line-height: 20px;
	background-color: #ff0137;
	padding: 1px 0.7em 0;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label-icon-list-item span {
		font-size: 12px;
	}
}

.item-teiki-wrap .price-label-icon-list-item sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}

.item-teiki-wrap .price-num {
	margin-top: 2px;
	color: #ff0137;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-num {
		margin-top: 0;
		font-size: 16px;
	}
}

.item-teiki-wrap .price-num .tax {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	margin-left: 0.16em;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-num .tax {
		font-size: 12px;
	}
}

.teiki-attention {
	margin-top: 6px;
	font-size: 10px;
	letter-spacing: initial;
	line-height: 1.5;
}
@media screen and (min-width: 769px){
	.teiki-attention {
		margin-top: 10px;
		font-size: 12px;
	}
}

.item-teiki-wrap .cart-teiki {
	width: 100%;
	margin: 10px 0 0;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .cart-teiki {
		margin: 11px 0 0;
	}
}

.item-teiki-wrap .btn-cart-teiki {
	margin: 0 auto;
	flex-shrink: 0;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .btn-cart-teiki {
		width: 244px;
	}
}

.item-teiki-wrap .btn-cart-teiki a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 33px;
	padding: 0;
	border: solid 1px #ac7717;
	border-radius: 25px;
	background: #ac7717;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.025em;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .btn-cart-teiki a {
		height: 44px;
		border-radius: 22px;
	}
}

.item-teiki-wrap .btn-cart-teiki a:hover {
	cursor: pointer;
	background-color: transparent;
	color: #ac7717;
}

.sup-cart-teiki {
	margin: 0;
	padding: 0;
}

.sup-cart-teiki button.openmodal-teiki {
	display: block;
	margin: 12px auto 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline;
}
@media screen and (min-width: 769px){
	.sup-cart-teiki button.openmodal-teiki {
		margin: 16px 0 0 auto;
		font-size: 12px;
		line-height: 1;
		text-align: right;
	}
}

/* ボタンスタイル */
.sup-cart-teiki button {
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
}

.sup-cart-teiki button:hover {
	text-decoration: underline;
}


/* 通常購入 */
.price,.price-wrap {
	margin: 0;
}

.cartin {
	width: 100%;
	margin: 16px 0 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 769px){
	.cartin {
		margin: 25px 0 0;
	}
}

.btn-cartin-wrapper {
	display: block;
	flex-shrink: 0;
	width: 100%;
	max-width: calc(438 / 750 * 100vw);
	text-align: center;
}
@media screen and (min-width: 769px){
	.btn-cartin-wrapper {
		max-width: 339px;
	}
}

.btn-cartin {
	display: block;
	width: 100%;
	height: calc(100 / 750 * 100vw);
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 769px){
	.btn-cartin {
		height: 54px;
	}
}

.btn-cartin input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100 / 750 * 100vw);
	padding: 0;
	border: solid 1px #333333;
	border-radius: 25px;
	background: #333333;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.btn-cartin input {
		height: 54px;
		border-radius: 27px;
		font-size: 16px;
	}
}

.btn-cartin input:hover {
	cursor: pointer;
	background-color: transparent;
	color: #333333;
}

/* teiki-tokuten */
.tokuten-list-sp {
	width: 100vw;
	margin: 11px 0 0 calc(-50 / 750 * 100vw);
	padding: 15px calc(50 / 750 * 100vw);
	background-color: #f9f9f9;
	display: flex;
	flex-wrap: wrap;
}
.tokuten-list-pc {
	display: none;
}
@media screen and (min-width: 769px){
	.tokuten-list-sp {
		display: none;
	}
	.tokuten-list-pc {
		width: 100%;
		margin: 23px 0 0;
		padding: 20px;
		background-color: #f9f9f9;
		display: flex;
		flex-wrap: wrap;
	}
}

.tokuten-list-sp .tokuten-list-item {
	width: calc(50% - 4px);
	margin: 0 0 0 8px;
}
.tokuten-list-sp .tokuten-list-item:first-child {
	width: 100%;
	margin: 0;
}
.tokuten-list-sp .tokuten-list-item:nth-child(n+2) {
	margin-top: 8px;
}
.tokuten-list-sp .tokuten-list-item:nth-child(2n) {
	margin-left: 0;
}
@media screen and (min-width: 769px){
	.tokuten-list-pc .tokuten-list-item {
		width: calc(50% - 5px);
		margin: 0 0 0 10px;
	}
	.tokuten-list-pc .tokuten-list-item:nth-child(n+3) {
		margin-top: 10px;
	}
	.tokuten-list-pc .tokuten-list-item:nth-child(2n+1) {
		margin-left: 0;
	}
}

.attention-list {
	margin: 23px 0 -3px;
}
.attention-list-item {
	font-size: 10px;
	letter-spacing: 0.025em;
	line-height: 1.4;
}
@media screen and (min-width: 769px){
	.attention-list {
		margin: 47px 0 -5px;
	}
	.attention-list-item {
		font-size: 12px;
		line-height: 1.5;
	}
}

/* detail */
.detail-image {
	width: 100%;
	margin: 9px 0 0;
	padding: 15px;
	border: 1px solid #e5e5e5;
}
.detail-image img {
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.detail-image {
		margin: 23px 0 0;
		padding: 29px;
	}
}

.detail-address {
	width: 100%;
	margin: 9px 0 0;
	padding: 15px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.detail-address p {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
	margin: 0;
}
.detail-address img {
	margin: 9px auto;
	width: 84%;
}
@media screen and (min-width: 769px){
	.detail-address {
		margin: 24px 0 0;
		padding: 28px;
	}
	.detail-address p {
		font-size: 16px;
	}
	.detail-address img {
		margin: 20px auto;
		width: auto;
	}
}

.detail dl dt {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 7px 0 0;
	display: flex;
	align-items: baseline;
}
@media screen and (min-width: 769px){
	.detail dl {
		margin: 0 0 -5px;
	}
	.detail dl dt {
		font-size: 14px;
		line-height: 1.72;
		margin: 17px 0 0;
	}
	.detail dl dd + dt {
		margin-top: 9px;
	}
}

.detail dl dd {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (min-width: 769px){
	.detail dl dd {
		font-size: 14px;
		line-height: 1.72;
	}
}

.detail-icon {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	background: #ff0037;
	color: white;
	margin: 0 8px;
	padding: 2px 6px;
}
@media screen and (min-width: 769px){
	.detail-icon {
		font-size: 12px;
		margin: 0 8px;
		padding: 3px 7px;
	}
}
.detail li {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.detail li > span {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (min-width: 769px){
	.detail li {
		font-size: 14px;
		line-height: 1.72;
	}
}


/*--- 黄色い●　横並べ ---*/
.detail .course_interval {
    width: 66%;
    margin: 0 auto;
}

.detail .course_interval ul {
    margin: 30px 0;
}

.detail .course_interval li {
	text-indent: 0;
}

.detail .course_interval li:nth-of-type(n+1) {
	margin-top: 15px;
}

.detail .course_interval dl {
	display: flex;
	align-items: center;
}

.detail .course_interval dl dt {
	 font-size: 18px;
}
	
.detail .course_interval dl dd {
	margin: 0 30px;
	font-size: 16px;
	font-weight: 600;
}

.detail .yellow_circle {
	display: flex;
	background: #FFFC43;
	margin: 0;
	border-radius: 60px;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.detail .course_interval {
    width: 100%;
    margin: 0 auto;
}


.detail .yellow_circle {
    width: 80px;
    height: 80px;
	 max-width: 80px;
    max-height: 80px;
}
	
	.detail .course_interval dl dd {
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 95px);
}
	
}