/*-------------------------------------------- */
/* .side_titBox
---------------------------------------------- */
.side_titBox {
	display: block;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.side_titBox .side_tit {
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 1.35;
	letter-spacing: 1.2px;
	color: #2b7155;
	font-family: "Goldenbook", sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 400;
	font-style: normal;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	position: absolute;
	top: 0;
	right: 31px;
	z-index: 10;
}
.side_titBox .side_tit.product {
	font-size: 18px;
	top: 40px;
	right: 30px;
}
.side_titBox .side_tit.product02 {
	width: auto;
	font-size: 18px;
	top: 52px;
	margin-top: 0;
	right: auto;
	left: 16px;
}

/*-------------------------------------------- */
/* .productList
---------------------------------------------- */
.productList {
	position: relative;
	display: block;
	width: 100%;
}
#product_gift .productList {
	padding-top: 85px;
}
#product_gift .prouductList_event{
	padding-top: 0px;
}
.productList .side_titBox02 {
	display: none;
}
.productList .productList_box {
	display: block;
	width: 100%;
}
.productList .productList_box .productList_pk {
	display: block;
	width: 100%;
}
.productList .productList_box .productList_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.productList .productList_box .productList_info .productList_price {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin-top: 2px;
	text-align: center;
}
.productList .productList_box .productList_info .productList_price.left {
	text-align: left;
	width: 230px;
	margin: 2px auto 0;
}
.productList .productList_box .productList_info .productList_price small {
	display: inline-block;
	font-size: 14px;
	margin: 0 8px;
}
.productList .productList_box .productList_info .productList_price .productList_label {
	display: inline-block;
	font-size: 11px;
	line-height: 1.35;
	color: #fff;
	padding: 2px 7px;
	background-color: #4e7154;
	/*margin-left: 10px;*/
	position: relative;
	top: -2px;
}
.productList .productList_box .productList_info .productList_txt {
	display: inline-block;
	font-size: 14px;
	line-height: 1.43;
	margin-top: 10px;
}
.productList .productList_box .productList_info .productList_note {
	display: inline-block;
	width: 230px;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}
.productList_info_L{
	width: 230px;
    margin: 0 auto 30px;
}

/* .productInfo
---------------------------------------------- */
.productInfo {
	display: flex;
	flex-direction: column-reverse;
	width: 280px;
	margin: 30px auto 0;
}
.productInfo .productInfo_l {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.productInfo .productInfo_l .productInfo_note {
	display: block;
	width: 100%;
	font-size: 12px;
}
.productInfo .productInfo_r {
	display: block;
	width: 100%;
}
.productInfo .productInfo_r .productInfo_note {
	display: block;
	width: 100%;
	font-size: 12px;
}
.productInfo .productInfo_r .material_btn {
	padding-top: 1px;
	padding-bottom: 1px;
}
.productInfo .productInfo_r .material_btn + .material_btn {
	margin-top: 0;
}
.productInfo .productInfo_r .modal__popup + .material_btn {
	margin-top: 0;
}

.productList_material {
	display: block;
	width: 230px;
	margin: 14px auto 0;
}
.productList_material .material_btn {
	margin-top: 0;
}

.material_btn {
	display: table;
	padding: 5px 20px 5px 0;
	margin-top: 10px;
}
.material_btn span {
	position: relative;
	display: inline-block;
	font-size: 12px;
}
.material_btn span::before {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #A3A4A5;
	position: absolute;
	bottom: 1px;
}

/*-------------------------------------------- */
/* #products
---------------------------------------------- */
/* .productBox
---------------------------------------------- */
/* .productSlide
---------------------------------------------- */
/* .productInfo
---------------------------------------------- */
/* .material_btn */
/* .material_txt */
/*-------------------------------------------- */
/* .commonBtn01
---------------------------------------------- */
.commonBtn01Box {
	display: block;
	width: 280px;
	margin: 50px auto 0;
}

.commonBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #8E8E90;
}
.commonBtn01 * + .commonBtn01 {
	margin-top: 20px;
}
.commonBtn01 + .commonBtn01 {
	margin-top: 20px;
}
.commonBtn01.shopBtn {
	color: #fff;
	background-color: #234231;
	border: none;
}
.adjust_sp50{
	margin-bottom: 50px;
}
.adjust_anchor{
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

/*-------------------------------------------- */
/* #modal
---------------------------------------------- */
.modalBox {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13000;
	overflow: hidden;
	transform: translate3d(0, 0, 1200px);
	background-color: rgba(0, 0, 0, 0.53);
	padding: 65px 25px 65px;
}

.modalBox.is_scroll {
	overflow-y: scroll;
	padding: 65px 25px 120px;
}

.modalBox_wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.is_scroll .modalBox_wrap {
	display: block;
	height: auto;
}

/* .modalBox_in
---------------------------------------------- */
.modalBox_in {
	position: relative;
	display: block;
	width: 100%;
	padding: 27px 28px 30px;
	background-color: #fff;
}

.modalBox_closeBtn01 {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/common/btn_close02.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -40px;
	right: -10px;
	z-index: 2;
}

.modalBox_info {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modalBox_info::-webkit-scrollbar {
	display: none;
}

.mNews_img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 22px auto 0;
	z-index: 2;
}

.mNews_date,
.mNews_tit,
.mNews_txt {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1.63;
	text-align: left;
	z-index: 2;
	width: 100%;
}

.mNews_txt {
	font-weight: 300;
	font-family: "Roboto", "TazuganeGothicStdN-Light";
}

.mNews_tit {
	font-size: 13px;
	line-height: 1.55;
	margin-top: 2px;
}

.mNews_date {
	width: 100%;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.5px;
	color: #d8031b;
}

* + .mNews_txt {
	margin-top: 16px;
}

.mNews_img + .mNews_txt {
	margin-top: 22px;
}

.modalBox_cover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: transparent;
}

/* .noteBox
---------------------------------------------- */
.noteBox {
	margin-top: 55px !important;
}

.noteBox_txt {
	font-size: 10.5px;
}
