@charset "UTF-8";
/*=================================================================
Version:  1.0
Author: 
Author URI: 
Tags:  Original
=================================================================*/

/* elements tags
----------------------------------------------------------------*/


html{
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 16px;
}

@media screen and (max-width:767px){
	html{
		font-size:14px;
	}
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
	vertical-align: baseline;
}

img{
	vertical-align: top;
	max-width: 100%;
}

sup{
	font-size: 0.7em;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
}


ul,
ol{
	list-style-type: none;
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	display: inline-block;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup{
	font-size: 0.5em;
}


/* MARGINS */

.mr00{margin-right: 0px!important;}
.mr10{margin-right: 10px!important;}
.mr20{margin-right: 20px!important;}

.mb00{margin-bottom: 0px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}
.mb90{margin-bottom: 90px!important;}
.mb100{margin-bottom: 100px!important;}
.mb110{margin-bottom: 110px!important;}
.mb120{margin-bottom: 120px!important;}
.mb130{margin-bottom: 130px!important;}
.mb140{margin-bottom: 140px!important;}
.mb150{margin-bottom: 150px!important;}

@media screen and (max-width: 767px){

	.mr00{margin-right: 0px!important;}
	.mr10{margin-right: 5px!important;}
	.mr20{margin-right: 10px!important;}

	.mb10{margin-bottom: 5px!important;}
	.mb20{margin-bottom: 10px!important;}
	.mb30{margin-bottom: 15px!important;}
	.mb40{margin-bottom: 20px!important;}
	.mb50{margin-bottom: 25px!important;}
	.mb60{margin-bottom: 30px!important;}
	.mb70{margin-bottom: 35px!important;}
	.mb80{margin-bottom: 40px!important;}
	.mb90{margin-bottom: 45px!important;}
	.mb100{margin-bottom: 50px!important;}
	.mb110{margin-bottom: 55px!important;}
	.mb120{margin-bottom: 60px!important;}
	.mb130{margin-bottom: 65px!important;}
	.mb140{margin-bottom: 70px!important;}
	.mb150{margin-bottom: 75px!important;}
}


.object-fit-img,
.object-fit-img_container img{
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media screen and (min-width:1081px){
	.sp_mode{ display: none!important; }
}

@media screen and (max-width:1080px){
	.pc_mode{ display: none!important; }
}

.red{
	color:#E71D25;
}

.w840{
	width: 96%;
	max-width: 840px;
	margin:0 auto;
}

.w960{
	width: 96%;
	max-width: 960px;
	margin:0 auto;
}

.w1080{
	width: 1080;
	margin:0 auto;
}

@media screen and (max-width:1080px){
	.w1080{
		width: 96%;
	}
}


.w1200{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/* header */
#header{
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

#header .inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
	max-width: 1200px;
    height: 85px;
    margin:0 auto;
}


#header .contact{
	display: flex;
	align-items: center;
}

#header .contact .tel-box{
	display: flex;
	align-items: center;
}

#header .contact .tel a{
	display: flex;	
	align-items: center;
	pointer-events: none;
	font-weight: 700;
}


#header .contact .tel .number{
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #333;
	margin-left: 10px;
}

#header .contact .detail{
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #333;
	margin-left: 20px;
}

#header .contact .buy_btn{
	width: 170px;
	margin-left: 20px;
}
#header .contact .buy_btn a{
	position: relative;
	width: 100%;
	height:47px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	box-sizing: border-box;
	/*background: #af272d;*/
	color:#fff;
	font-size:20px;
	font-weight: 500;
	transition: all 0.3s;
	background: linear-gradient(#b83d42 44%, #af262d 47%);
}

#header .contact .buy_btn a:after{
	content: "";
	position: absolute;
	top: 18px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	transform: rotate(45deg);
}

#header .contact .buy_btn a:hover{
	transition: all 0.3s;
	opacity: .8;
}


#wrapper{
	overflow: hidden;
}


#main{
	padding-top:85px;
}


@media screen and (max-width:1080px){

	#header .inner{
		
	    width: 100%;
		max-width: initial;
	    height: 45px;
	    padding-left: 10px;
	    box-sizing: border-box;
	}

	#header .logo{
		width: 120px;
	}

	#header .tel-box{
		flex-direction: column;
	}

	#header .tel-box .tel{
		margin-top: 2px;
		order:2;
	}

	#header .contact .tel a{
		pointer-events: auto;
	}

	#header .contact .tel .image{
		width: 15px;
	}

	#header .tel-box .tel .number{
		font-size: 20px;
	}

	#header .tel-box .detail{
		margin-left: 0;
		order:1;
		font-size:11px;
	}

	#header .contact .buy_btn{
		width: 55px;
		margin-left: 5px;
	}

	#header .contact .buy_btn a{
		border-radius: initial;
		font-size:15px;
	}

	#header .contact .buy_btn a:after {
	    top: 22px;
	    right: 5px;
	    width: 5px;
	    height: 5px;
	    border-top: 1px solid #fff;
	    border-right: 1px solid #fff;
	}

	#main{
		padding-top:45px;
	}

}


/*-----------buy-----------*/

.buy-area{
	background: linear-gradient(#fff 0%, #fafcf8 19%, #eef5e6 46%, #dae9c8 77%, #cae0af 100%);
	padding-top:175px;
	padding-bottom:50px;

}

.sale-box{
	position: relative;
	width: 96%;
	max-width: 860px;
	margin:0 auto; 
	background-color:#FEF4E4;
	padding-top:35px;
	padding-bottom:70px;
}



.sale-box .shadow:before{
	content: "";
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-left-color:#81272D;
    bottom: -31px;
    left: 12px;
    transform: rotate(-45deg);
}

.sale-box .shadow:after{
	content: "";
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-right-color:#81272D;
    bottom: -31px;
    right: 12px;
    transform: rotate(45deg);
}


.sale-box .ribbon{
	position: absolute;
	width: calc(100% + 80px);
	height: 80px;
	top: -80px;
	left:-40px;
}


.sale-box .ribbon .band{
	position: relative;
	background-color:#AF272D;
	width: 100%;
	height: 100%;
}

.sale-box .ribbon .band:before{
	content: "";
    position: absolute;
    z-index: 50;
    top: 42px;
    left: -45px;
    border-top: 40px solid #AF272D;
    border-bottom: 40px solid #AF272D;
    border-left: 15px solid transparent;
    border-right: 70px solid #AF272D;
}

.sale-box .ribbon .band:after{
	content: "";
    position: absolute;
    z-index: 50;
    top: 42px;
    right: -45px;
    border-top: 40px solid #AF272D;
    border-bottom: 40px solid #AF272D;
    border-right: 15px solid transparent;
    border-left: 70px solid #AF272D;
}


.sale-box .ribbon .band .circle{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: 500;
	line-height:1.2;
	text-align: center;
	width:160px;
	height: 160px;
	background-color:#DF5A24;
	color: #fff;
	border-radius: 50%;
	z-index: 200;
	top: -50px;
    left: 23px;
}

.sale-box .ribbon .band .title{
	position: absolute;
	font-size:34px;
	color:#fff;
	left: 200px;
    top: 22px;
    font-weight: 500;
    z-index: 60;
}

.sale-box .ribbon .band .postage{
	/* position: absolute; */
	z-index: 200;
	/* width: 370px; */
	border-radius: 4px;
	/* background: #ffde17; */
	/* box-shadow: 5px 5px 7px rgba(0,0,0,0.4); */
	padding: 21px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
	/* right: 30px; */
	/* top: -16px; */
	/* transform: rotate(-10deg); */
	text-align: center;
}




.sale-box .ribbon .band .postage span{
	display: block;
	font-size: 30px;
	/* color: #af272d; */
	font-weight: bold;
}


.sale-box .flex-box{
	display: flex;
	justify-content: center;
	align-items: center;
}

.sale-box .flex-box .image{
	margin-right: 10px;
	width: 300px;
}

.sale-box .flex-box .image p{
	font-size: 26px;
    text-align: center;
    font-weight: bold;
}



.sale-box .flex-box .text li:not(:first-child){
	margin-top: 30px;
}

.sale-box .flex-box .text .cap{
	position: relative;
	padding-left:30px;
	font-size: 23px;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom:30px;
	font-weight: bold;
}

.sale-box .flex-box .text .cap:before{
	content:"";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 3px solid #39A34A;
	border-radius: 50%;
	left: 0;
	top:3px;
}

.sale-box .flex-box .text .cap .marker{
	background: linear-gradient(transparent 60%, #fff25b 60%);	
}

.sale-box .flex-box .text .details{
	display: flex;
}

.sale-box .flex-box .text .quantity{
	width: 130px;
	height: 100px;
	border: 2px solid #39a34a;
	border-radius: 2px;
	font-size: 25px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#39A34A;
	font-weight: bold;
	margin-right: 15px;
}

.sale-box .flex-box .text .quantity .sub{
	font-size: 19px;
}

.sale-box .flex-box .text .price-box .normal{
	font-size: 18px;
	font-weight: bold;
}

.sale-box .flex-box .text .price-box .normal .price{
	position: relative;
	font-size: 40px;
}

.sale-box .flex-box .text .price-box .normal .price:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #AF272D;
	transform: rotate(-20deg);
    top: 28px;
    left: -5px;
}

.sale-box .flex-box .text .price-box .normal .unit{
	font-size: 20px;
	font-weight: bold;
}

.sale-box .flex-box .text .price-box .normal .tax{
	font-size: 14px;
	font-weight: bold;
}

.sale-box .flex-box .text .price-box .discount{
	display: flex;
	align-items: flex-end;
	color:#AF272D;
	margin-top: 10px;
	font-weight: 600;
}

.sale-box .flex-box .text .price-box .discount .price{
	font-size: 76px;
}

.sale-box .flex-box .text .price-box .discount .tax{
	font-size: 18px;
	font-weight: bold;
}

.sale-box .flex-box .text .price-box .discount .unit{
	font-size: 39px;
	font-weight: bold;
}


.buy-btn {
    display: flex;
    justify-content: center;
}

.sale-box .buy-btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -38px;
}

.buy-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 700px;
	padding:22px 0;
	border-radius: 36px;
	background: linear-gradient(#007945 44.13%, #006837 47.77%);
	color:#fff;	
	font-size: 31px;
	transition: all 0.3s;
}

.buy-btn a:hover{
	transition: all 0.3s;
	opacity: .8;
}


.buy-btn a span{
	position: relative;
	padding-right: 70px;
}

.buy-btn a span:after{
	content:"";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	transform:rotate(45deg);
	top: 11px;
	right: 0;
}

.buy-area .supplement{
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	padding-top:50px;
	font-weight: bold;
}


@media screen and (max-width:1080px){
	.buy-area {
	    background:#fff;
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.sale-box{
		width: 100%;
		max-width: initial;
		/*padding-top:180px;*/
		padding-top:200px;
	}

	.sale-box .ribbon {
	    width: 320px;
	    height: 50px;
	    top: 50px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.sale-box .ribbon .band .postage{
		/* width: 256px; */
		font-size: 17px;
		top: 54px;
		right: 32px;
		padding:10px;
		/* transform: rotate(-6deg); */
	}

	.sale-box .ribbon .band .postage span{
		font-size: 21px;
	}

	.sale-box .ribbon .band .title{
		font-size: 24px;
	    left: 104px;
	    top: 10px;
	}

	.sale-box .ribbon .band:before {
	    top: 28px;
	    left: -27px;
	    border-top: 25px solid #AF272D;
	    border-bottom: 25px solid #AF272D;
	    border-left: 15px solid transparent;
	    border-right: 40px solid #AF272D;
	}

	.sale-box .ribbon .band:after {
	    top: 28px;
	    right: -27px;
	    border-top: 25px solid #AF272D;
	    border-bottom: 25px solid #AF272D;
	    border-right: 15px solid transparent;
	    border-left: 40px solid #AF272D;
	}

	.sale-box .shadow:before {
	    border-width: 20px;
	    bottom: -20px;
	    left: 8px;
	  
	}

	.sale-box .shadow:after {
	    border-width: 20px;
	    bottom: -20px;
	    right: 8px;
	  
	}

	.sale-box .ribbon .band .circle{
		width: 90px;
	    height: 90px;
	    top: -23px;
	    left: 9px;
	    font-size: 17px;
	}


	.sale-box .flex-box .text .cap{
		font-size: 16px;
		padding-left: 26px;
	}

	.sale-box .flex-box .text .cap:before{
		width: 12px;
		height: 12px;
		top: 0;
	}

	.sale-box .flex-box{
		flex-direction: column;
	}

	.sale-box .flex-box .text .price-box .normal{
		font-size: 14px;
	}

	.sale-box .flex-box .text .price-box .normal .price{
		font-size: 28px;
	}

	.sale-box .flex-box .text .price-box .normal .tax{
		font-size: 12px
	}

	.sale-box .flex-box .text .quantity{
		font-size: 16px;
		width: 90px;
		height: 80px;
	}

	.sale-box .flex-box .text .price-box .discount .price{
		font-size: 50px;
	}

	.sale-box .flex-box .text .price-box .discount .tax{
		font-size: 14px;
	}

	.sale-box .flex-box .text .price-box .discount .unit{
		font-size: 30px;
	}


	.sale-box .flex-box .text .quantity .sub{
		font-size: 14px;
	}

	.buy-btn a{
		width: 340px;
		font-size: 25px;
		padding:12px 0;
	}

	.buy-btn{
		bottom:-19px;
	}

	.buy-btn a span{
		padding-right:20px;
	}

	.buy-area .supplement{
		font-size: 18px;
		background: linear-gradient(#fff 0%, #fafcf8 19%, #eef5e6 46%, #dae9c8 77%, #cae0af 100%);
		padding-top:60px;
		padding-bottom:30px;
	}

}	


#footer{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	box-sizing: border-box;
    border-top: 1px solid #efefef;
}

#footer .copyright{
	font-size: 16px;
}



.contact-thanks{
	padding-top:150px;
	padding-bottom:150px;
}

.contact-thanks .title{
	font-size: 36px;
	margin-bottom:80px;

}

.contact-thanks p{
	font-size: 16px;
}

.contact-thanks p:nth-of-type(n+2){
	margin-top: 20px;
}

.contact-thanks .back-btn{
	width: 200px;
	margin:0 auto;
	margin-top:50px;

}

.contact-thanks .back-btn a{
	height: 50px;
	color:#fff;
	background-color:#af272d;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: all 0.3s;
}


.contact-thanks .back-btn a:hover{
	transition: all 0.3s;
	opacity: .8;
}

@media screen and (max-width:1080px){

	.contact-thanks{
		padding-left:3%;
		padding-right:3%;
	}

	.contact-thanks .title{
		font-size: 22px;
		margin-bottom:30px;
	}

	.contact-thanks p{
		font-size: 16px;
	}

	.contact-thanks p:nth-of-type(n+2){
		margin-top: 15px;
	}
}


/* print setting */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1200px;
  }

  #header{
    position: static;
  }

  #main{
    padding-top:0;
  }

  .sp_mode{
    display: none;
  }
}