.input-prepend.input-append input {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100px;
    text-align: right;
  }
  .stock_error {
    color: #DB5656;
  }



.item_dtl_wrapper{display: flex; justify-content: space-between;}
.item_image_wrapper{width:47%;}
.item_comment_wrapper{width:50%;}


/*  */
.group_panquzu{
    display: flex;
    flex-wrap: wrap;
}
.group_panquzu .box{
    padding:10px 5px 0 0;
}
.group_panquzu .link{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px 1em;
    font-size: 12px;
}


/*  */
.tesuuryou{
	background: #fff1d1;
	border-radius: 10px;
	padding:13px 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tesuuryou .block{
	font-weight:bold;
	width: 100%;
	max-width: 220px;
	text-align: center;
	line-height: 1;
	padding:10px 1em;
	color: #ff5050;
	border-radius: 50em;
	font-size: 20px;
}


/*  */
.itemimage{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:-15px -2px 0;
}
.itemimage .box{
    padding-right:2px;
    padding-left:2px;
    margin-top: 15px;
}
.itemimage .mainbox{
    width: 100%;
}
.itemimage .imgblock{
    position: relative;
    display: block;
}
.itemimage .imgblock::before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom:100%;
}
.itemimage .imgblock .image{
    position: absolute;
	left:0;
	top:0;
	object-fit:contain;
	width: 100%;
	height: 100%;
}
.itemimage .subbox{width: 25%;}
.itemimage .subbox a{display: block;border:1px solid #eee;}


/*  */
.item_name{
    font-size: 19px;
    line-height: 1.2;
}
.item_category{
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    color: #858585;
    margin-top:10px;
}


/*  */
.item_comment_wrapper .item_table_wrapper{margin:20px 0 0; padding-top:10px; border-top:1px solid #ddd;}
.item_comment_wrapper .table th,
.item_comment_wrapper .table td{
    border: none;
    padding-top: 10px;
    padding-bottom:10px;
}
.item_comment_wrapper .table th{
    background-clip: padding-box;
    width: 6.5em;
    padding-right:1em;
    position: relative;
}
.item_comment_wrapper .table th:after{
    content: "：";
    position: absolute;
    right:0;
    top:10px;
}
.item_comment_wrapper .table td{padding:0 0 0 1em;}
.item_comment_wrapper .table .price{
	font-weight: bold;
    font-size: 120%;
}
.item_comment_wrapper .table .member_price{
	color: #41b700;
}
.item_comment_wrapper .table .discount{font-size: 85%;}


/*  */
.item_linkblock{margin-top:30px;}

.item_linkblock .link_list .box{margin-top:10px;}
.item_linkblock .link_list .link{
    display: block;
    position: relative;
    padding:7px 10px 7px 2em;
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
}
.item_linkblock .link_list .link::before{
    content: "\f105";
    font-family: "Font Awesome 5 free";
	font-weight: 600;
    display: block;
    position: absolute;
    left:1em;
}


/*  */
.button_area{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-weight: bold;
}
.button_area .btn{
    width: 100%;
    height: 60px;
    max-width: 300px;
    background: #ff9030;
    border-color: #ff9030;
    color: #fff;
    transition:transform .3s;
}
.button_area .btn[disabled]{
    color: #898989;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #d7d7d7;
    border-color:#d7d7d7;
}
.button_area .btn:hover,
.button_area .btn:active{
    background: #ffa75b;
    transform: scale(1.06);
}
.button_area .btn[disabled]:hover,
.button_area .btn[disabled]:active{
    background: #d7d7d7;
    transform: scale(1);
}


/*  */
.incart_items{
    display: flex;
    justify-content: center;
    align-items: center;
}
.incart_items > *{
    height: 50px;
}
.incart_items > input{
    border:1px solid #ccc;
    border-radius: 0;
    text-align: center;
    width: 100px;
    font-weight: bold;
    font-size: 110%;
}
.incart_items > .btn:nth-of-type(1){
    border-right: none;
    border-radius: 3px 0 0 3px;
}
.incart_items > .btn:nth-of-type(2){
    border-left:none;
    border-radius: 0 3px 3px 0;
}


/*  */
.prduct-option{
    margin-bottom:20px;
}
.prduct-option table{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:none;
    border-radius: 0;
    margin-bottom:0;
    background: #fff;
}
.prduct-option table tr{
    border-bottom:1px solid #ddd;
}
.prduct-option table th,
.prduct-option table td{
    padding-top:10px;
    padding-bottom:10px;
    line-height: 1.2;
}
.prduct-option table th{
    padding-left:10px;
}
.prduct-option table th::after{
    top:10px;
}
.prduct-option .cell_2 div,
.prduct-option .cell_2 label{
    display: inline-block !important;
}
.prduct-option .cell_2 div{
    margin-right: 5px;
}
.prduct-option .cell_2 div input{
    margin-top:0;
}
.prduct-option table tbody:last-child tr:last-child > th:first-child,
.prduct-option table tbody:last-child tr:last-child > td:last-child{
    border-radius: 0;
}
.prduct-option table label{
    margin-bottom:0;
}


.option__select-container{
	display: none;
}



/*  */
.share{align-items:center;display:flex;justify-content:center;
	padding-bottom:20px;
}
.share__tit{
	font-size:14px;
	font-weight: bold;
	margin-bottom:0;
}
.share .snslist{
	display:flex;
	list-style: none;
	margin-left:0;
	margin-bottom:0;
}
.share .snslist__item{
	padding-left:7px;
	line-height: 1;
}
.share a{font-size:21px}
@media screen and (max-width: 740px){
	.share a{font-size:30px}
}
.share a .fab.fa-facebook-square{color:#3664a2}
.share a .fab.fa-twitter-square{color:#67add3}
.share a .fab.fa-line{color:#43cb01}
.share a .fa-envelope{color:#fc5c65}



@media (max-width:900px){
    .item_dtl_wrapper{
        display: block;
        max-width: 550px;
        margin-right: auto;
        margin-left:auto;
    }
    .item_image_wrapper,
    .item_comment_wrapper{width: 100%;}
    .item_comment_wrapper{margin-top:40px;}
    
    .product_dtl_comment table{
        position: relative;
		overflow-y: hidden;
		overflow-x: auto;
    }
    .product_dtl_comment table tbody{width:auto;}
    .product_dtl_comment table tr th{white-space: pre;}
    .product_dtl_comment table tr th:nth-of-type(1){width: auto;}
}
/* 900 */
@media (max-width:620px){
    .item_comment_wrapper .item_table_wrapper table.table,
    .item_comment_wrapper .item_table_wrapper table.table tr,
    .item_comment_wrapper .item_table_wrapper table.table th,
    .item_comment_wrapper .item_table_wrapper table.table td{
        display: block;
    }
    .item_comment_wrapper .table th, .item_comment_wrapper .table td{padding-bottom:5px;}
    .item_comment_wrapper .item_table_wrapper table.table tr + tr{margin-top: 15px;}
    .item_comment_wrapper .table th:after{display: none;}
}
/* 620 */












/* 商品紹介スタイル */
.item_readtext{margin-bottom:70px;}
.item_readtext.narrow{
  margin-right:auto;
  margin-left:auto;
  width:100%;
  max-width:1030px;
}
.item_readtext .text1{
	display: flex;
	justify-content: center;
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
}
.item_readtext .text1 .kome{font-size: 60%;}
.item_readtext .text1.color1{color:#172A88;}
.item_readtext .comment{
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 20px;
	line-height: 1.8;
	font-weight: normal;
}
.item_readtext .comment.left{
	justify-content: flex-start;
}
.item_readtext .text2{
	display: flex;
	justify-content: center;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
	align-items: baseline;
	background-image:linear-gradient(45deg,
		#ebd645 25%,
		#fffde9 50%,
		#ebd645 75%);
	color: #eb122b;
	background-size: 300px;
	padding: 15px;
	font-weight: bold;
}
.item_readtext .text2 .small{font-size: 80%;}
.item_readtext .text1 + .comment{margin-top: 2em;}
.item_readtext .text2 + .comment{margin-top: 1em;}
.item_readtext .item_image_block{
	display: flex;
	justify-content: center;
	align-items: center;
}
.item_readtext .item_image_block .imagebox{display: flex;}
.item_readtext .item_image_block .imagebox .box{
	padding-right: 15px;
	padding-left:15px;
}
.item_readtext .item_image_block .textbox{
	font-size: 26px;
	line-height: 1.2;
	padding-left: 30px;
}
@media (max-width:900px){
	.item_readtext .text1{font-size: 30px;}
	.item_readtext .comment{font-size: 16px;}
	.item_readtext .text1 .pconly,
	.item_readtext .comment .pconly{display: none;}


	.item_readtext .item_image_block{display: block;}
	.item_readtext .item_image_block .imagebox{justify-content: center;}
	.item_readtext .item_image_block .textbox{
		padding-left:0;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
}


.text_color1{color: #E60012;}
.text_color2{color: #f16c2e;}
.text_color3{color: #a0218c;}
.text_color4{color: #0005a9;}
.text_color5{color: #17a553;}
.text_color6{color: #007e7b;}
.text_color7{color: #ED6C00;}
.text_color8{color: #eb008c;}
.text_color9{color: #00AFEC;}
.text_color10{color: #DED400;}


.item_readtext .point{
	background: #d5f0ff;
	border-radius: 50%;
	padding: 2em 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 28px;
	line-height: 1.4;
}
.item_readtext .point .icon{
	margin-right: .5em;
	margin-left: .5em;
	font-size: 80%;
}
.item_readtext .point.bg_color1{
	background: #fff18c;
}
@media (max-width:900px){
	.item_readtext .point{font-size: 22px;}
	.item_readtext .point .pconly{display: none;}
}

.item_readtext .point2{
	border-radius: 50%;
	padding: .5em 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 22px;
	line-height: 1.4;
	position: relative;
}
.item_readtext .point2::before{
	content: "";
	background: #d5f0ff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
}
.item_readtext .point2.bg_color1{
	background: #fff8a7;
}

.item_readtext .point3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.item_readtext .point3 .text{
	background: #c7e578;
	font-weight: bold;
	padding: 7px 1em;
	font-size: 22px;
	line-height: 1.4;
}


.check_point{
	border: 5px solid #b88244;
	padding: 20px;
	background: #fffce4;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.check_point .point{
	font-weight: bold;
	padding-top:.7em;
	padding-bottom:.7em;
}
.check_point .point_list{
	counter-reset: number 0;
}
.check_point .point_list .box{
	display: flex;
	margin-top: 15px;
	position: relative;
	padding-left:1.5em;
	font-size: 18px;
	line-height: 1.4;
}
.check_point .box::before{
	counter-increment: number 1;
	content: counter(number)".";
	font-weight: bold;
}
.check_point .box::after{
	content: "\f00c";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	position: absolute;
	left:0;
	color: #E60012;
	border: 1px solid #ccc;
	background: #fff;
}
.check_point .box .text{padding-left:10px;}

/*  */
.check_point_yoko_list{
	display: flex;
	flex-wrap: wrap;
}
.check_point_yoko_list .box{
	margin-right: 2em;
	display: flex;
	font-size: 18px;
}
.check_point_yoko_list .box::before{
	content: "\f00c";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	color: #E60012;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 10px;
}


/*  */
.circle_title1{
	border-radius: 50%;
	width: 3.7em;
	height:3.7em;
	margin: 0 auto 20px;
	color: #fff;
	background: #2f3190;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.1;
	font-size: 30px;
}
.circle_title1 .number{
	font-size: 150%;
}


/*  */
.text_section{
	border: 3px solid #2f3190;
	border-radius: 15px;
	padding: 20px;
}
.text_section .text_section_title{
	font-size: 20px;
	line-height: 1.6;
}


/*  */
.back_allow_under{
	position: relative;
}
.back_allow_under::after{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top:0;
	left:50%;
	transform: translate(-50%,0);
	border-right:100px solid #fff;
	border-left: 100px solid #fff;
	border-top: 100px solid #8781bb;
}
.image_wrapper3.back_allow_under::after{margin-top:40px;}


/*  */
.item_content_block + .item_content_block{margin-top: 70px;}
.item_content_block .kome,
.small_kome{font-size: 12px;}
.item_content_block .kome_text{
	font-size: 12px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.item_content_block .kome_text.left{justify-content: flex-start;}
.item_content_block .kome_text .box{display: inline-block;margin-left:1.5em;}
.item_content_block .kome_text.left .box{margin-left:0;}
.item_content_block .readtext1{
	display: flex;
	justify-content: center;
	font-size: 20px;
	line-height: 1.4;
}
.item_content_block .readtext2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	line-height: 1.2;
}
.item_content_block .readtext2.left{
	justify-content: flex-start;
}
.item_content_block .readtext2.child_wrapper{
	margin-right: -15px;
	margin-left:-15px;
}
.item_content_block .readtext2 .block{
	padding-right:15px;
	padding-left:15px;
}
.item_content_block .readtext2.child3 .block{
	width: 33.33%;
}
.item_content_block .readtext2 .text{
	position: relative;
	display: block;
	padding: 10px;
}
.item_content_block .readtext2.child_wrapper .text{display: block;}
.item_content_block .readtext2 .text::after{
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}
.item_content_block .readtext2 .color1::after{background: #FFFBC7;}
.item_content_block .readtext2 .color2::after{background: #FADEEB;}
.item_content_block .readtext2 .color3::after{background: #FADEEB;}
.item_content_block .readtext2 .color4::after{background: #d0e9ff;}
.item_content_block .readtext2 .with{
	margin-right:.5em;
	margin-left:.5em;
	font-size: 80%;
}
@media (max-width:900px){
	.item_content_block .readtext2.sp_variable{
		display: block;
	}
	.item_content_block .readtext2.child3 .block{width: 100%;}
	.item_content_block .readtext2.sp_variable.child_wrapper .block + .block{margin-top: 10px;}
    .item_content_block .readtext2 .pconly{display: none;}
}
.item_content_block .readtext3{
	display: flex;
	justify-content: center;
	font-size: 26px;
	line-height: 1.2;
	color: #E50E81;
}
@media (max-width:900px){
	.item_content_block .readtext3{font-size: 22px;}
}
.item_content_block .readtext4{
	font-size: 20px;
	line-height: 1.8;
}
.item_content_block .readtext4 .text{
	padding: 4px .5em;
	margin: 3px 0;
	border-radius: 5px;
	background-color: #8cd7f5;
	font-weight: bold;
}
.item_content_block .readtext5{
	padding: 20px;
	background: #fedd5b;
	font-size: 20px;
	line-height: 1.4;
}
.item_content_block .readtext5.bold{font-weight: bold;}


.image_wrapper{display: flex;}
.image_wrapper.rev{flex-direction: row-reverse;}
.image_wrapper .imagebox{
	max-width: 440px;
	width: 100%;
}
.image_wrapper .textbox{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:40px;
}
.image_wrapper.rev > .textbox,
.image_wrapper .imagebox + .textbox{
	padding-right:0;
    padding-left:40px;
}
.image_wrapper.rev > .imagebox + .textbox{
	padding-right:40px;
    padding-left:0;
}
@media (max-width:900px){
	.image_wrapper{display: block;}
	.image_wrapper .imagebox{margin-right:auto; margin-left:auto;}
	.image_wrapper .textbox,
	.image_wrapper.rev > .imagebox + .textbox{padding-right:0;}
	.image_wrapper.rev > .textbox,
	.image_wrapper .imagebox + .textbox{padding-left: 0;}
	.image_wrapper .imagebox + .textbox,
	.image_wrapper .textbox + .imagebox{margin-top: 40px;}
}


.image_wrapper2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.image_wrapper2 .box{	padding: 30px 30px 0;}


.image_wrapper3{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left:-20px;
    margin-top:-40px;
}
.image_wrapper3 .block{
    width: 50%;
    padding-right:20px;
    padding-left:20px;
    margin-top: 40px;
}
.image_wrapper3 .title{
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
}
@media (max-width:900px){
    .image_wrapper3 .block{width: 100%;}
}

.image_wrapper4{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left:-20px;
    margin-top:-30px;
}
.image_wrapper4 .block{
    width: 33.33%;
    padding-right:20px;
    padding-left:20px;
    margin-top: 30px;
}
@media (max-width:900px){
    .image_wrapper4 .block{width: 100%;}
}

.image_wrapper5{
	display: flex;
	flex-wrap: wrap;
	margin-right:-5px;
	margin-left:-5px;
	margin-top:-30px;
}
.image_wrapper5 .box{
	text-align: center;
	padding-right:5px;
	padding-left:5px;
	padding-top: 30px;
}
.image_wrapper5 .back{position: relative; padding: 20px; height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.image_wrapper5 .back::before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left:0;
	top:0;
}
.image_wrapper5 .color1::before{background:#dbf3e2; box-shadow:0 0 8px #dbf3e2;}
.image_wrapper5 .color2::before{background:#fffcdc; box-shadow:0 0 8px #fffcdc;}
.image_wrapper5 .color3::before{background:#d2ddf0; box-shadow:0 0 8px #d2ddf0;}
.image_wrapper5 .color4::before{background:#efdc26; box-shadow:0 0 8px #efdc26;}
.image_wrapper5 .name{
	font-weight: bold;
	font-size: 23px;
	line-height: 1.4;
}
.image_wrapper5.child4 .box{width: 25%;}
.image_wrapper5.child5 .box{width: 20%;}
.image_wrapper5.child6 .box{width: 16.660%;}
.image_wrapper5.child6 .box.double{width: 33.33%;}
.image_wrapper5.child7 .box{width: 14.28%;}
.image_wrapper5.child8 .box{width: 12.5%;}
.image_wrapper5.child9 .box{width: 11.11%;}

@media (max-width:900px){
	.image_wrapper5.child4.sp_variable .box{width: 50%;}
	.image_wrapper5.child5.sp_variable .box,
	.image_wrapper5.child6.sp_variable .box,
	.image_wrapper5.child7.sp_variable .box,
	.image_wrapper5.child8.sp_variable .box,
	.image_wrapper5.child9.sp_variable .box{width: 33.33%;}
	.image_wrapper5.child6.sp_variable .box.double{width: 66.66%;}
}
@media (max-width:660px){
	.image_wrapper5.child6.sp_variable_2 .box,
	.image_wrapper5.child7.sp_variable_2 .box{width: 50%;}
}

.image_wrapper6{display: flex;}
.image_wrapper6 .text1{
	width: 500px;
	padding-right: 20px;
	padding-left:20px;
}
.item_content_block .image_wrapper6 .sponly{display: none;}
@media (max-width:900px){
	.image_wrapper6 .sponly{display: inline;}
	.image_wrapper6 .pconly{display: none;}
	.image_wrapper6{flex-wrap: wrap;}
	.image_wrapper6 .image1,
	.image_wrapper6 .image2{
		width: 50%;
		padding-right:10px;
		padding-left:10px;
	}
	.image_wrapper6 .image1{order:1;}
	.image_wrapper6 .image2{order:2;}
	.image_wrapper6 .text1{order:3; margin-top: 20px; width: auto;}
}

.image_wrapper7{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left:-20px;
    margin-top:-40px;
}
.image_wrapper7 .block{
	width: 25%;
    padding-right:20px;
    padding-left:20px;
    margin-top: 40px;
}
.image_wrapper7.padding_lr2{
	margin-right:-10px;
    margin-left:-10px;
}
.image_wrapper7.padding_lr2 .block{
	padding-right:10px;
    padding-left:10px;
}
@media (max-width:900px){
    .image_wrapper7 .block{width: 50%;}
}
@media (max-width:580px){
    .image_wrapper7 .block{width: 100%;}
}

.image_wrapper8{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.image_wrapper8 .block{
	width: 25%;
    padding-right:20px;
    padding-left:20px;
    margin-top: 40px;
}
@media (max-width:900px){
    .image_wrapper8 .block{width: 50%;}
}
@media (max-width:580px){
    .image_wrapper8 .block{width: 100%;}
}


/*  */
.framle_box1{
	position: relative;
	padding: 35px 25px;
	border: 2px dotted #795B37;
}
.framle_box1 .itemname{
	background: url(https://img21.shop-pro.jp/PA01482/994/etc/framle_box1_03.jpg?cmsp_timestamp=20220314155921) repeat-x center top;
	padding-top: 20px;
	margin-top: 10px;
}
.framle_box1,
.framle_box1 .flame_inner,
.framle_box1 .flame_top_bottom,
.framle_box1 .flame_left_right{
	height: 100%;
}
.framle_box1::before,
.framle_box1::after,
.flame_inner::before,
.flame_inner::after{
	content: "";
	background: url(https://img21.shop-pro.jp/PA01482/994/etc/framle_box1_01.jpg?cmsp_timestamp=20220314155921);
	position: absolute;
	display: block;
	width:60px;
	height:60px;
	background-size:60px;
	z-index: 5;
}
.framle_box1::before,
.framle_box1::after{
	top:-2px;
}
.framle_box1 .flame_inner::before,
.framle_box1 .flame_inner::after{
	bottom:-2px;
}
.framle_box1::before,
.framle_box1 .flame_inner::before{left:-2px;}
.framle_box1::after,
.framle_box1 .flame_inner::after{right:-2px;}
.framle_box1::after{transform: rotate(90deg);}
.framle_box1 .flame_inner::before{transform: rotate(270deg);}
.framle_box1 .flame_inner::after{transform: rotate(180deg);}
.framle_box1 .flame_left_right{position: relative; z-index: 6;}
.framle_box1 .flame_top_bottom::before,
.framle_box1 .flame_top_bottom::after,
.framle_box1 .flame_left_right::before,
.framle_box1 .flame_left_right::after{
	content: "";
	background: url(https://img21.shop-pro.jp/PA01482/994/etc/framle_box1_02.jpg?cmsp_timestamp=20220314155921);
	position: absolute;
	display: block;
	background-size: 60px;
	width: 60px;
	height: 10px;
	z-index: 6;
}
.framle_box1 .flame_top_bottom::before,
.framle_box1 .flame_top_bottom::after{left:50%;}
.framle_box1 .flame_top_bottom::before{transform: translate(-50%,0); top:-2px;}
.framle_box1 .flame_top_bottom::after{transform: translate(-50%,0) rotate(180deg); bottom:-2px;}
.framle_box1 .flame_left_right::before,
.framle_box1 .flame_left_right::after{top:50%;}
.framle_box1 .flame_left_right::before{transform: translate(0,-50%) rotate(270deg); left:-52px;}
.framle_box1 .flame_left_right::after{transform: translate(0,-50%) rotate(90deg); right:-52px;}


/*  */
.memo_block{
	position: relative;
	padding-top:35px;
	height: 100%;
}
.memo_block .inner{
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	border: 1px solid #eee;
	padding:40px 30px 30px;
	height: 100%;
	background-color: #fffdec;
}
.memo_block::before{
	content: "";
	background: url(https://img21.shop-pro.jp/PA01482/994/etc/memo_image01.png?cmsp_timestamp=20220309181836);
	width: 41px;
	height: 72px;
	display: block;
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%,0);
}


/*  */
.seibun_box .title{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.seibun_box + .seibun_box{margin-top: 30px;}
.seibun_box .title .text{
	display: inline-block;
	background: #ddd;
	padding: 5px;
}
.seibun_box .title .text.color0{background: #fff;}
.seibun_box .title .text.color1{background: #B8DBA9;}
.seibun_box .title .text.color2{background: #FACF9A;}
.seibun_box .title .text.color3{background: #FBE2ED;}
.seibun_box .title .text.color4{background: #5976BA; color: #fff;}
.seibun_box .title .text.color5{background: #00A95F; color: #fff;}
.seibun_box .title .text.color6{background: #E85298; color: #fff;}
.seibun_box .title .text.color7{background: #fdd230;}

.seibun .icon{
	display: flex;
	flex-wrap: wrap;
}
.seibun .icon .box{
	padding: 7px 1em;
	margin-right: .7em;
	border-radius: 5px;
	color: #fff;
	background: #1D2088;
	font-weight: bold;
	line-height: 1.2;
}
.seibun_box .text_wrapper2{
	display: flex;
	margin-right:-5px;
	margin-left: -5px;
}
.seibun_box .text_wrapper2 .innerbox{
	width: 50%;
	padding-right:5px;
	padding-left: 5px;
}


/*  */
.howtouse{background: #E0F0E2;}
.howtouse .title{
	background: #595757;
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
}
.howtouse .subtitle{
	font-weight: bold;
	margin-bottom:15px;
	font-size: 18px;
	line-height: 1.2;
}
.howtouse .textbox{padding: 20px;}
.howtouse .color1{color: #E60012;}
.use_point{counter-reset: number 0;}
.use_point .box{display: flex;}
.use_point .box + .box{margin-top: 1em;}
.use_point .box::before{
	counter-increment: number 1;
	content: counter(number);
	font-weight: bold;
}
.use_point .bold{font-weight: bold;}
.use_point .box .text{padding-left:10px;}
.use_point.nonumber .box::before{display: none;}
.use_point.nonumber .box .text{padding-left:0;}
.use_point .use_title{
	background: #18a78e;
	color: #fef035;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	padding: 13px 1em;
	margin-bottom:15px;
}
.howtouse .imagewrapper{display: flex;}
.howtouse .imagewrapper .use_point{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right: 40px;
}
.howtouse .imagewrapper .imagebox{
	width: 100%;
	max-width: 300px;
}
@media (max-width:900px){
	.howtouse .imagewrapper{display: block;}
	.howtouse .imagewrapper .use_point{padding-right:0;}
	.howtouse .imagewrapper .imagebox{
		margin-right: auto;
		margin-left: auto;
	}
	.howtouse .imagewrapper .use_point + .imagebox{margin-top:30px;}
}


/*  */
.hozon{
	padding: 20px;
	background: #D3EDFB;
}
.hozon .title{
	font-weight: bold;
	margin-bottom:10px;
}
.hozon .color1{color: #E60012;}

/*  */
.seibun{
	border: 1px solid #999;
	padding: 20px;
}
.seibun .title{
	font-weight: bold;
	margin-bottom:10px;
}
.seibun .comment{
	font-size: 13px;
	line-height: 1.5;
  display:block;
}
.seibun .color1{color: #F08654;}
.seibun .color2{color: #009D85;}
.seibun .text1{
	display: inline-block;
	background: #FFF100;
	padding: 0 .5em;
}

/*  */
.akumade{
	border: 3px solid #F8C17E;
	padding: 20px;
}
.akumade .box_style{
	border-top:2px solid #ED6C00;
	border-bottom:2px solid #ED6C00;
	padding:20px 0 30px;
}
.akumade .title{
	font-weight: bold;
	background: #eee;
	color: #fff;
	padding: 10px;
	margin-bottom:10px;
}
.akumade .title.color0{background: none; color: #E60012; padding:0; line-height: 1.2;}
.akumade .title.color1{background: #00A0E9;}
.akumade .title.color2{background: #E85298;}
.akumade .title.color3{background: #00A95F;}
.akumade .title.color4{background: none; color: #0005a9; padding:0; line-height: 1.2;}
.akumade .data + .data{margin-top: 25px;}
.akumade .point{
	counter-reset: number 0;
}
.akumade .point .box{display: flex;}
.akumade .point .box + .box{margin-top: 1em;}
.akumade .point .box::before{
	counter-increment: number 1;
	content: counter(number);
	font-weight: bold;
}
.akumade .point .box .text{padding-left:10px;}




/*  */
.present_block{
	background: url(https://img21.shop-pro.jp/PA01482/994/etc/bg_present.jpg?cmsp_timestamp=20220404142449) center center;
    background-size: cover;
    padding: 20px 30px;
    display: flex;
	align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.present_block .itemname{
	font-weight: bold;
	font-size: 26px;
	line-height: 1.3;
	color: #1457A9;
}
.present_block .itemname .service{
	display: block;
	background:linear-gradient(to bottom,
		#ffc68a 0%,
		#ff8d17 100%);
	color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 20px;
	position: relative;
	text-shadow: -1px -1px 1px rgba(0,0,0,.2);
}
.present_block .itemname .itemblock{
	display: block;
}
.present_block .itemname .itemblock + .itemblock{
	margin-top: 20px;
}
.present_block .itemname .text{
	font-size: 130%;
}
.present_block .textbox {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.present_block .imagebox {
    padding-left: 50px;
    max-width: 320px;
    width: 100%;
}
.present_block .present {
    background: rgba(233,241,250,.7);
    border: 1px solid #c4cedb;
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
}
.present_block .present .ofimg::before{
    padding-bottom: 96%;
}

.present_block .itemname.single{
	text-align: center;
}

@media (max-width:900px){
	.present_block{display: block;}
	.present_block .itemname{font-size: 22px;}
	.present_block .imagebox{
		padding-left:0;
		margin: 40px auto 0;
	}

	.present_block .itemname .text{
		font-size: 120%;
	}
}
.bg_img1{
    background: url(https://img21.shop-pro.jp/PA01482/994/etc/bg_img1.jpg?cmsp_timestamp=20221025095906) no-repeat center center;
    background-size: cover;
    padding: 40px 25px;
}


.premium_icon{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.premium_icon .block{
    width: calc((100% - 40px * 3) / 4);
}
.premium_icon .text{
    margin-top:10px;
}
.premium_icon .title{
    color: #734c2a;
}
.premium_icon.type2{
    justify-content: space-around;
}
.premium_icon.type2 .block{
    width: 100%;
    max-width: 520px;
}
.premium_icon.type2 .image{
    margin-right: auto;
    margin-left: auto;
    max-width: 240px;
}
@media (max-width:900px){
    .premium_icon .block{
        width: calc((100% - 40px) / 2);
    }
}
@media (max-width:540px){
    .premium_icon .block{
        width: 100%;
    }
    .premium_icon.type1 .image{
        margin-right: auto;
        margin-left: auto;
        max-width: 240px;
    }
}


.text_list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.text_list .block{
    display: flex;
    gap: 10px;
}
.text_list.style1 .block::before{
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 100vw;
    margin-top:3px;
    box-sizing: border-box;
    border: 2px solid #666;
}.text_list .block .inner {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

/* ← ここから下に追記 */
.item_readtext {
    margin-top: 40px !important;
}

