@charset "utf-8";


/* josui_teiki
---------------------------------------- */

p {
	font-size: 15px;
}
p.justify {
	text-align: justify;
}
.buy {
    box-sizing: border-box;
    width: 242px;
	height: 43px;
    border-radius:3px;
    background: #E85109;
    padding: 11px 5px;
    font-size: 13px;
	margin-right: 0;
	
}
a.buy:visited {
	background-color: #E85109;
	}
.sp_flex {
	display: flex;
	justify-content: space-between;
}
.bold{
	font-weight: bold;
}
.sup{
	color: #CC0000;
}
@media screen and (max-width:640px){
	.sp_flex {
		flex-direction: column;
	}
	.buy {
		font-size: 16px;
	}
	.sp_common{
		width: calc(100% - 25px);
	}

}
section{
	margin-bottom: 50px;
}

/* #sec_01
---------------------------------------- */
#sec_01 {
	margin-bottom: 40px;
}
#sec_01 img{
	margin-bottom: 10px;
}

@media screen and (max-width:640px){
	#sec_01 {
		margin-bottom: 10px;
	}
	#sec_01 {
		margin: 0 -10px;
	}
	#sec_01 .main_bg02{
		max-width: 400px;
		width: 90%;
		margin: 22px auto 28px;
	}
}
/* sec_02 
---------------------------------------- */
#sec_02 {
	margin-bottom: 50px;
	p{
		font-size: 16px;
		line-height: 26.5px;
    	text-align: justify;
	}
}

@media screen and (max-width:640px){
	#sec_02 {
		margin:0 auto 40px;
		p{
			font-weight: normal;
		}
	}

}
/* sec_03
---------------------------------------- */
#sec_03 {
	/*margin-bottom:50px;*/
}
#sec_03 h3{

}
#sec_03 .sec_03__merit1{
	margin-top: 20px;
}
#sec_03 .sec_03__merit1 .merit_icon{
	/*background-color: #2D93E8;*/	
}
#sec_03 .sec_03__merit1 .merit_icon img{
	max-width: 150px;
}
#sec_03 .sec_03__merit1 ul{
	max-width: 809px;
	margin: 0 auto;
}
#sec_03 .sec_03__merit1 ul li{
	display: flex;
	padding-bottom: 20px;
	gap:25px;
}
#sec_03 .sec_03__merit1 ul li h4{
	/*font-size: 22px;*/
	font-size: clamp(18px,2.8vw,22px);
	padding-bottom: 11px;
	/*border-bottom: 1px dotted #999;*/
	span{
		color:#E13831;
	}
}
#sec_03 .sec_03__merit1 ul li .merit_text{
	width: 632px;
	/*max-width: 632px;*/
	padding-bottom: 10px;
}
#sec_03 .sec_03__merit1 ul li .merit_text p:first-of-type{
	border-top: 1px dotted #999;
}
#sec_03 .sec_03__merit1 ul li .merit_text p{
	font-size: 15px;
}
/* お買い得に購入 */
#sec_03 .sec_03__merit1 ul li:first-child .merit_text{
	padding-top: 10px;
}
#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:first-of-type{
	padding-top: 17px;
	font-size: clamp(18px,2.8vw,22px);
	text-indent: -15px;
}
#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:nth-of-type(2){
	padding: 10px 0;
	font-size: clamp(13px,2.8vw,15px);
	span{
		color:#E13831;
		font-size: 22px;
		padding-left: 10px;
		font-weight: 600;
		}
}
#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:nth-of-type(2)>span>b{
	font-weight: 500;
	
}
/* 送料無料自動配送 */
#sec_03 .sec_03__merit1 ul li:nth-child(2) h4{
	line-height: 1.5em;
}
#sec_03 .sec_03__merit1 ul li:nth-child(2) p{
	padding-top: 17px;
}

/* お知らせメールで配信 */
#sec_03 .sec_03__merit1 ul li:nth-child(3) p:first-of-type{
	padding-top: 17px;
}
#sec_03 .sec_03__merit1 ul li:nth-child(3) p:nth-of-type(2){
	font-size: 12px;
	padding-left: 10px;
	text-indent: -10px;
	padding-top: 5px;
}
#sec_03 .sec_03__merit1 ul li:nth-child(3) p:nth-of-type(2):before{
	content: "※";
}
#sec_03 .sec_03__merit2{
	display: flex;
	justify-content: flex-end;
    gap: 25px;
}
#sec_03 .sec_03__merit2 p{
	background-color: #AAAAAA;
	padding: 0px 10px;
	color: #ffffff;	
	max-width: 570px;
	line-height: 37px;
}
#sec_03 .sec_03__merit2 p:after{
    content: "";
    display: inline-block;
    width: 1em;
    height: 37px;
    background: #AAAAAA;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    vertical-align: middle;
    position: relative;
    left: 25px;
}
#sec_03 .sec_03__merit2 span{
	font-size: 12px;
}
#sec_03 .sec_03__merit2 span:before{
	content: "※";
	padding-left: 10px;

}

@media screen and (max-width:640px){
	#sec_03 {
		margin-bottom: 20px;
	}
	#sec_03 > h3{
		background-color:rgba(80, 170, 208, 0.2);
		margin: 0;
		padding: 13px 0;
		text-align: center;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	#sec_03 > h3 > img.sp {
		display: block;
	    margin: 0 auto;
		width: 85%;
	}
	#sec_03 .sec_03__merit1{
  		box-sizing: border-box;
		margin: 20px auto 0;
		/*width: 90%;*/
	}
	#sec_03 .sec_03__merit1 .merit_icon img{
		max-width: 100%;
	}
	#sec_03 .sec_03__merit1 ul{
		/*width: 90%;*/
	}
	#sec_03 .sec_03__merit1 ul li{
		flex-direction: column;
		gap:20px;
		padding-bottom: 25px;
	}
	#sec_03 .sec_03__merit1 ul li .merit_text{
		width: 100%;
		box-sizing: border-box;
	}
	#sec_03 .sec_03__merit1 ul li:first-child .merit_text {
		padding-top:0;
	}
	#sec_03 .sec_03__merit1 ul li .merit_text h4{
		font-size: 18px;
		text-align: center;
		width: 95%;
        margin: 0 auto;
	}
	#sec_03 .sec_03__merit1 ul li h4 {
		padding-bottom: 15px;
	}
	#sec_03 .sec_03__merit1 ul li .merit_text{
		padding-bottom: 0;
	}
	#sec_03 .sec_03__merit1 ul li .merit_text p {
		font-weight: normal;
	}
	#sec_03 .sec_03__merit1 ul li .merit_text p:first-of-type {
		text-align: justify;
	}
	#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:first-of-type {
		text-align: center;
	}
	#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:nth-of-type(2) span{
		padding-left: 0;

	}
	/* お買い得に購入 */
	#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:first-of-type:after{
		content: "＞＞＞";
	}
	#sec_03 .sec_03__merit1 ul li:first-child .merit_text p:nth-of-type(2) {
        padding: 10px 0 0;
	}
	#sec_03 .sec_03__merit2 p{
		line-height: normal;
	}
	#sec_03 .sec_03__merit2 {
		display: block;
	}
	#sec_03 .sec_03__merit2 p {
		color: #aaaaaa;
		background-color: #fff;
		text-align: center;
		font-weight: bold;
	}
	#sec_03 .sec_03__merit2 p:after{
		display: none;
	}
}
/* sec_04
---------------------------------------- */
#sec_04 h5{
	font-size: 18px;
	margin: 20px 0 10px;
	font-weight: 600;
}
#sec_04 div.scroll-box{
	text-align: center;	
}
   
#sec_04 div p>img:last-child{
	max-width: 817px;
}

@media screen and (max-width:640px){
  	#sec_04 > h3{
		background-color:rgba(80, 170, 208, 0.2);
		margin: 0;
		padding: 13px 0;
		text-align: center;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	#sec_04 > h3 > img.sp {
		display: block;
	    margin: 0 auto;
		width: 85%;
	}
	#sec_04 h5{
	text-align: center;	
	}
  .scroll-box {
    overflow-x: auto;
    white-space: nowrap;
	padding-bottom: 10px;
  }
  .scroll-box p {
    display: inline-block;
  }
  .scroll-box img {
	max-width: 100%;
	min-width: 600px;  
    display: inline-block;
	width: calc(100% - 25px);
  }

		/*===========
		scrollbar
		===========*/
		/*スクロールバー全体の高さ*/
		.scroll-box::-webkit-scrollbar {
		  height: 4px;
		} 
		/*スクロールバー全体の背景*/
		.scroll-box::-webkit-scrollbar-track {
		  background: #eee;
		} 
		/*スクロールバーの動く部分*/
		.scroll-box::-webkit-scrollbar-thumb {
		  background: #aaa;
		  border: none;
		} 
		/*スクロールバーの動く部分のホバー（マウスオーバー）*/
		.scroll-box::-webkit-scrollbar-thumb:hover {
		  background: #999;
		}	

} 
/* sec_05 
---------------------------------------- */
#sec_05 h3{
	margin-bottom: 20px;
}
#sec_05	div.sp_flex{
	flex-direction: column;
}

#sec_05 .item_content{
	display: flex;
	justify-content: space-around;
	width: 100%;
	border-bottom: 1px dotted #999;
    padding-bottom: 20px;
}
#sec_05 .item_photo img{
	width: 132px;
}
#sec_05 dl.item_box dd{
	font-size: 14px;
}
#sec_05 dl.item_box{
    width: calc(100% - 350px);
    max-width: 500px;
}
#sec_05 .item_box .item_no {
    margin: 0 0 5px 21px;
}
#sec_05 .item_box dd {
    color: #525162;
    margin: 0 0 0 21px;
    word-wrap: break-word;
}
#sec_05 dt.item_name{
	font-size: 15px;
	color: #25BDB5;
	font-weight: bold;
	border-bottom: 1px dotted #999;
    margin: 0 0 10px 21px;
    padding: 0 0 5px 0;
}
#sec_05 div.price_content_pc{
	display: flex;
	flex-direction: column;
	margin-left: 38px;
	width: 180px;
}
#sec_05 p.item_price{
	font-size: 15px;
	color: #c80000;
    font-weight: bolder;
    margin: 5px 0 0 0;
}
#sec_05 p.item_price span{
	font-size: 11px;
	font-weight: normal;
}
#sec_05 a.buy{
	max-width: 180px;
	box-sizing: border-box;
    width: 100%;
    border-radius: unset;
    padding: 8px 5px 8px 5px;
    margin: 8px 0 10px 0;
    font-size: 13px;
}
#sec_05 dd.item_comment span{
	font-weight: bold;
}
/* 準備中のボタン */
#sec_05  p.preparation{
	background-color: #DDDDDD;
	max-width: 180px;
	box-sizing: border-box;
    width: 100%;
    border-radius: unset;
    padding: 8px 5px 8px 5px;
    margin: 8px 0 10px 0;
    font-size: 13px;
	text-align: center;
	font-weight: 600;
}
@media screen and (max-width:640px){
	#sec_05 > h3{
		background-color:rgba(80, 170, 208, 0.2);
		margin: 0;
		padding: 13px 0;
		text-align: center;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	#sec_05 > h3 > img.sp {
		display: block;
	    margin: 0 auto;
		width: 85%;
	}
	#sec_05 .sec_05_wrap{
		margin-top: 20px;
	}
	#sec_05 .item_content{
		width: 100%;
	}
	#sec_05 div.price_content_pc{
		display: none;
	}
	#sec_05 dl.item_box{
		width:100%;
	}
	#sec_05 a.buy{
		max-width: 85%;
		margin-top: 5px;
	}
	#sec_05 dd.item_comment{
		margin-bottom: 5px;

	}

	#sec_05 .item_content {
    	padding-bottom: 10px;
	}
}
@media screen and (max-width:430px){
	#sec_05	a.buy{
		max-width:180px;
	}
}

/* sec_06
---------------------------------------- */
#sec_06 p.post {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 150%;
}



/* sec_07 login_wrap
---------------------------------------- */

#main .login_wrap{
	clear:both;
	float:none;
	box-sizing: border-box;
	width:100%;
	margin-bottom:50px;
	padding:25px 0 25px 0;
	background-color:#E9E9E9;
	text-align:center;
}
#main .login_wrap p{
	font-size:16px;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	line-height:150%;
}
#main .login_wrap p strong{
	font-weight:bolder;
	color:#25BDB5;
}
#main .login_wrap .btn_area{
	box-sizing:border-box;
	width:calc(100% - 50px);
	max-width:760px;
	margin:0 auto;
}
#main .login_wrap a{
	clear:none;
	display:block;
	width:46%;
	max-width:350px;
	font-size:18px;
}
#main .login_wrap .btn_area a.entry{
	float:left;
}
#main .login_wrap .btn_area a.login{
	float:right;
}
#main .login_wrap a.login{
	background-color:#66BC82;
}
@media screen and (max-width:640px){
	#sec_08 {
		margin: 0 -10px;
	}
	#main .login_wrap{
		margin:0 0 30px 0;
		padding:15px 10px 20px;
	}
	#main .login_wrap p{
		font-size:16px;
		line-height:140%;
	    text-align: justify;
        margin-bottom:15px;
		padding: 0 15px;
	}
	#main .login_wrap .btn_area{
		box-siging:border-box;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	#main .login_wrap a{
		width:48%;
		font-size:16px;
	}
	#main .login_wrap p strong span{
		 line-height: 1.5em;
	}
}




