@charset "UTF-8";

/*----------------------------------------------------------
 *      メインビジュアル
 *---------------------------------------------------------- */
.main-visual {
	background: url("../../item/images/mv.jpg") center center/cover;
}

@media only screen and (max-width: 768px) {
		.main-visual {
			background: url("../../item/images/mv_sp.jpg") center center/cover;
	}
}

/*----------------------------------------------------------
 *      アイテム
 *---------------------------------------------------------- */
section.area .title{
	height:auto;
}
.date-desc {
    background: #7bc99b;
    padding: 10px 0;
    margin: 40px 0 0;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.3;
}
.area h1 {
	margin: 13px 0 0 0;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.area .index__list__wrap {
	margin: 40px 0 0 0;
	padding: 40px 0 20px 0;
	background: #eff4f2;
}
.area .index__list__wrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 1140px;
	margin: 0 auto;
}
.area .index__list__wrap li {
	flex-basis: calc(100%/3 - 20px);
	margin: 0 10px 20px 10px;
}
.area .index__list__wrap a {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	padding: 29px 0 0 35px;
	background: #fff;
	border-radius: 8px;
	font-size: 1.1255rem;
	font-weight: bold;
	color: #111111;
}
.area .index__list__wrap a:hover {
	background-color: #7bc99b;
	color: #fff;
}
.area .index__list__wrap a:after {
	content: " ";
	display: block;
	position: absolute;
	background: url("../../assets/images/common/btn/arrow1.svg") no-repeat;
	top: 34px;
	right: 20px;
	width: 16px;
	height: 36px;
}
.area .index__list__wrap a:hover:after {
	background: url("../../assets/images/common/btn/arrow1-over.svg") no-repeat;
}
.area .item__wrap {
	margin: 64px 0 0 0;
	border-bottom: 1px solid #111;
}
.area .item__wrap:last-child {
	border: none;
}
.area .item__element {
	width: 1120px;
	margin: 0 auto;
}
.area .item__title {
	margin: 0 0 30px 0;
}
.area .item__title h2 {
	display: inline;
	font-size: 1.75rem;
	font-weight: bold;
}
.area .item__title .price {
	display: inline;
	margin: 0 0 40px 36px;
	font-family: "Roboto Slab", serif;
	font-size: 2.625rem;
	font-weight: bold;
}
.area .item__title .tsuka {
	margin: 0 0 0 3px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.875rem;
}
.area .item__title .tax {
	margin: 0 10px 0 -6px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	vertical-align: 1px;
}
.area .item__title .price--type {
	margin: 12px 0 0 0;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
}
.area .item__image {
	position: relative;
}
.area .item__image li img {
	width: 100%;
	height: auto;
}
.area .item__image .arrow--prev {
	position: absolute;
	top: calc(50% - 30px);
	left: -30px;
	width: 60px;
	height: 60px;
	background: url("../../assets/images/common/btn/arrow3--prev.svg") no-repeat;
}
.area .item__image .arrow--prev:hover {
	background: url("../../assets/images/common/btn/arrow3--prev--over.svg") no-repeat;
}
.area .item__image .arrow--prev .bx-prev {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.area .item__image .arrow--next {
	position: absolute;
	top: calc(50% - 30px);
	right: -30px;
	width: 60px;
	height: 60px;
	background: url("../../assets/images/common/btn/arrow3--next.svg") no-repeat;
}
.area .item__image .arrow--next:hover {
	background: url("../../assets/images/common/btn/arrow3--next--over.svg") no-repeat;
}
.area .item__image .arrow--next .bx-next {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.area .item__image .bx-wrapper {
	margin: 0;
}
.area .item__image .bx-viewport {
	left: 0;
	border: none;
	box-shadow: none;
}
.area .item__image .bx-default-pager {
	padding: 0 10px 0 0;
	bottom: 20px;
	text-align: right;
	color: #dddddd;
}
.area .item__image .bx-pager-link {
	width: 14px !important;
	height: 14px !important;
	margin: 0 10px !important;
	background: #dddddd !important;
	border-radius: 8px !important;
	color: #dddddd;
}
.area .item__image .bx-pager-link:hover {
	background: #7bc99b !important;
	color: #7bc99b;
	font-style: normal;
}
.area .item__image .active {
	background: #7bc99b !important;
	color: #7bc99b;
}
.area .item__copy {
	padding: 50px 0;
	border-bottom: 1px solid #dddddd;
	font-size: 1.5rem;
	font-weight: bold;
}
.area .item__info__wrap {
	display: flex;
	flex-wrap: wrap;
}
.area .item__spec {
	flex-basis: 50%;
	padding: 40px 0;
}
.area .item__spec p {
	line-height: 1.8;
}
.area .item__description {
	flex-basis: 50%;
	padding: 40px 0;
}
.area .item__description p {
	line-height: 1.8;
}
.area .item__note {
	padding: 40px 0;
	border-top: 1px solid #dddddd;
}
.area .item__note p {
	line-height: 1.8;
}


@media only screen and (max-width: 768px) {
	.date-desc {
		text-align: left;
		padding: 10px;
		margin: 20px 0 0;
	}
	.area h1 {
		margin: 6px 0 0 0;
		font-size: 0.769rem;
	}
	.area .index__list__wrap {
		margin: 0 0 30px 0;
		padding: 23px 0 12px 0;
	}
	.area .index__list__wrap ul {
		display: block;
		width: 100%;
	}
	.area .index__list__wrap li {
		margin: 0 10px 10px 10px;
	}
	.area .index__list__wrap a {
		height: 40px;
		padding: 13px 0 0 20px;
	}
	.area .index__list__wrap a:after {
		top: 17px;
		right: 10px;
		width: 8px;
		height: 6px;
		background: url("../../assets/images/common/btn/arrow1--sp.svg") no-repeat;
	}
	.area .index__list__wrap a:hover:after {
		background-size: 8px 6px;
	}
	.area .item__wrap {
		margin: 30px 0 0 0;
	}
	.area .item__element {
		width: 100%;
		padding: 0 0 25px 0;
	}
	.area .item__title {
		margin: 0 20px 15px 20px;
	}
	.area .item__title h2 {
		display: block;
		margin: 0 0 12px 0;
		font-size: 1.23rem;
	}
	.area .item__title .price {
		display: block;
		margin: 0 0 0 0;
		font-size: 1.615rem;
	}
	.area .item__title .tsuka {
		font-size: 1.153rem;
	}
	.area .item__title .tax {
		margin: 0 5px 0 -4px;
		font-size: 0.769rem;
	}
	.area .item__title .price--type {
		margin: 6px 0 0 0;
		font-size: 0.769rem;
	}
	.area .item__image .bx-default-pager {
		bottom: 10px;
	}
	.area .item__image .bx-pager-link {
		margin: 0 5px !important;
	}
	.area .item__copy {
		margin: 0 20px 0 20px;
		padding: 21px 0;
		font-size: 1.23rem;
		line-height: 1.5;
	}
	.area .item__info__wrap {
		display: block;
		margin: 0 20px 0 20px;
		border: none;
	}
	.area .item__spec {
		padding: 10px 0;
		border-bottom: 1px solid #dddddd;
	}
	.area .item__description {
		padding: 10px 0;
	}
	.area .item__note {
		margin: 0 20px 0 20px;
		padding: 10px 0;
		border-top: 1px solid #dddddd;
	}
	
}

/*
************************************************************************
* 画像修正オプション
************************************************************************
*/
.item__option-wrap{
	max-width:1210px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	line-height: 1.8;
}
.item__option-title {
	position: relative;
	font-size: 1.55em;
	margin-top:50px;
	margin-bottom:20px;
	padding-left: 40px;
}
.item__option-title.new:before{
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/common/btn/new.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.option_price {
	box-sizing: border-box;
	border: 1px #aaa solid;
	border-radius: 20px;
	padding: 25px 50px;
}
.option_price_wrap {
	font-size: 1.2em;
	margin-bottom: 5px;

}
.option_price_wrap span{
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.option_price_wrap .price {
	margin-left: -0.2em;
	font-size: 1.8em;
	font-weight: 500;
}
.option_price_wrap .yen {
	font-size: 1.3em;
	font-weight: 500;
}
.option_price_wrap small{
	margin-left: 7.5px;
}
.option_text {
	margin-bottom: 20px;
}
.option-cancel{
	margin-top: 20px;
}

/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px) {
	.option_price{
		padding: 10px 20px;
	}
	.item__option-wrap{
		width:100%;
		padding-left:4vw;
		padding-right:4vw;
	}
	.item__option-title {
		font-size: 1.3em;
		margin-top:6.6666vw;
		margin-bottom:2.67vw;
		padding-left: 34px;
	}
	.item__option-title.new:before{
		top: 30%;
	}
	.option_price_wrap{
		line-height: 1.3;
		margin-top: 12px;
		margin-bottom: 25px;
	}
	.option_price_wrap small {
		font-size:0.9em;
	}
}

/*