@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover, a:active {
	color:#00bcd4;
	text-decoration: none;
	opacity: .8;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
*{box-sizing:border-box; }
/*page
----------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.7;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.bg-brown{
	background: #B15C51;
}
.bg-arrow{
	position: relative;
}
.bg-arrow:after {
    content: '';
    position: absolute;
    background: url(img/bg-brown.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 124px;
    bottom: -80px;
    z-index: -1;
}
.bg-caro{
	background: url('img/bg-caro.png') center no-repeat;
	background-size: cover;
}
.txt-red{
	color: #E50013;
}
.mark-red{
	background: #E50013;
}
.mobile {
	display: none !important;
}
.pc{
	display: block;
}
.relative {
	position: relative;
}
table td, table th {
	border: 1px solid #d8d8d8;
	padding: 10px;
	vertical-align: middle;
	width: auto !important;
}
input, textarea {
	border: 1px solid #d8d8d8;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}

.container{
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.bg-img {
    background: url(img/bg.jpg) repeat;
    background-size: 100% auto;
}
.btn-animation:hover span {
    z-index: 3;
    color: #fff;
  	opacity: 1;
}
.btn-animation {
    padding: 8px 45px;
    background: #923918;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: bold;
}
.btn-animation:hover::before {
    -webkit-transition: right .5s cubic-bezier(.46, .05, .02, .99);
    right: 0;
    border-radius: 10px;
    transition: right .5s cubic-bezier(.46, .05, .02, .99);
}
.btn-animation:before {
    -webkit-transition: right .6s cubic-bezier(.46, .05, .02, .99);
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #653f31;
    content: '';
    pointer-events: none;
    transition: right .6s cubic-bezier(.46, .05, .02, .99);
}
:root {
	--pink: #AD0081;
	--pink2: #EFE1EC;
	--yellow: #EFE92F;
	--yellow2:#FFFCBD;
	--yellow3: #B7902E;
	--brown: #5F3113;
	--brown2: #AF6351;
	--grey: #595959;
	--white: #FFF;
}

/*head*/
.bold{
	font-weight: bold;
}
.fs-1{
	font-size: 24px;
}
.fs-2{
	font-size: 18px;
}
.fs-3{
	font-size: 14px;
}
.color-brown{
	color: #993e00;
}
.flex {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.wrap{
	flex-wrap: wrap;
}
.cnt-prize {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 40px 0;
}
.cnt-prize p:not(:last-child){
	margin-bottom: 35px;
}
.header-meshi {
    padding: 75px 0;
}
.img-tit-prize {
    max-width: 600px;
}
.tit-prize {
    text-align: center;
    padding: 35px 0;
}
.cnt-product {
    padding-top: 210px;
    padding-bottom: 175px;
}
.head-box {
    border-top: 9px solid currentColor;
    border-bottom: 9px solid currentColor;
    background: #fff;
    padding: 10px 0;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}
.box-white {
    background: white;
    box-shadow:-1px 5px 9px -2px rgb(0 0 0 / 45%);
    color: #923918;
}
.img-left {
    max-width: 260px;
}
.item-pri .cnt-box {
    width: calc( 100% - 290px);
}
.item-pri {
    padding: 45px 15px 20px 30px;
    margin-bottom: 20px;
}
.tit-green {
    color: #6DC3BF;
}
.tit-brown{
    color: #C25A21;
}
.tit-purple{
    color: #B093C3;
}
.wrap-2-product > div {
    width: calc( 100% / 2 - 10px);
}
.img-head-box {
    text-align: center;
}
.img-head-box img {
    max-width: 200px;
}
img.img-a3{
	max-width: 166px;
}
.sub-tit {
    font-size: 18px;
}
.tit-item {
    font-size: 28px;
    line-height: 1;
}
.desc-item-pri {
    font-size: 18px;
    margin: 20px 0;
}
.box-note {
    padding: 20px;
    background: #F9E2E1;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.tit-note {
    font-size: 18px;
    font-weight: bold;
    color: #E50013;
    line-height: 1;
}
.icon-note {
    position: relative;
    padding-left: 25px;
}
.icon-note:before{
	content: '';
	position: absolute;
	background: url('img/icon-dot.png') center no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.list-note li {
    position: relative;
    padding-left: 12px;
    padding-bottom: 5px;
    border-bottom: 1px dotted;
    margin-top: 10px;
}
.list-note li:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #923918;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
.wrap-item-product{
	padding: 30px 20px 20px;
}
.item-product .cnt-box {
    min-height: 375px;
    margin-top: 20px;
}
.box-wrap-product:not(:last-child) {
    margin-bottom: 145px;
}
.img-head-box img.img-b3 {
    max-width: 240px;
    padding-top: 50px;
}
img.img-b2 {
    max-width: 124px;
}
img.img-c3 {
    max-width: 280px;
    padding-left: 15px;
    padding-top: 15px;
}
.icon-number-2.icon-img-b2:before {
    left: -45px;
}
img.img-c2 {
    max-width: 182px;
}
.wrap-product-brown .item-product .cnt-box {
    min-height: 345px;
}
.desc-item-last-purple {
    padding-bottom: 30px;
}
.wrap-cnt-ft {
    padding: 30px 50px;
    align-items: center;
}
.copyright {
    font-size: 12px;
    color: #F3C9B9;
}
.btn-animation.btn-ft {
    background: #F6CFC0;
    color: #923918;
    padding: 12px 22px;
}
.icon-number-1{
	position: relative;
}
.icon-number-1:before {
    content: '';
    position: absolute;
    background: url(img/icon-number-1.png) center no-repeat;
    width: 85px;
    height: 85px;
    background-size: 85px;
    top: -25px;
    left: -15px;
}
.icon-number-2{
	position: relative;
}
.icon-number-2:before{
	content: '';
	position: absolute;
	background: url(img/icon-number-2.png) center no-repeat;
	width: 70px;
	height: 70px;
	background-size: 70px;
	top: -10px;
    left: -10px;
}
.icon-number-3{
	position: relative;
}
.icon-number-3:before{
	content: '';
	position: absolute;
	background: url(img/icon-number-3.png) center no-repeat;
	width: 70px;
	height: 70px;
	background-size: 70px;
	top: -10px;
    left: -10px;
}
.wrap-img {
    display: inline-block;
}
@media screen and (max-width: 768px){
	.mobile {
		display: block !important;
	}
	.pc{
		display: none;
	}
	.wrap-2-product.flex.wrap > div {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.wrap-2-product.flex.wrap,.item-pri.box-white.flex.wrap{
	    flex-direction: column;
	}
	.img-tit-prize,.item-pri.box-white.flex.wrap > div {
	    max-width: 100%;
	    width: 100%;
	}
	.wrap-btn-item.text-right {
	    text-align: center;
	}
	.tit-item {
	    font-size: 21px;
	}
	.desc-item-last-purple{
		padding-bottom: 0;
	}
	.item-product .cnt-box,.wrap-product-brown .item-product .cnt-box {
	    min-height: auto;
	}
	/*img.img-b2,.img-head-box img,img.img-c3{
	    max-width: 100%;
	}*/
	.item-pri.box-white.flex.wrap .img-left {
	    text-align: center;
	}
	img.img-c3,img.img-b2,img.img-b3,img.img-c2,.item-pri.box-white.flex.wrap img,img.img-a3 {
	    max-width: 200px;
	}
	.box-wrap-product:not(:last-child) {
	    margin-bottom: 75px;
	}
	.desc-item-pri {
	    font-size: 15px;
	    margin: 15px 0;
	}
	.box-note{
		padding: 15px;
		font-size: 15px;
	}
	.sub-tit {
	    font-size: 15px;
	}
	.head-box {
	    border-top: 5px solid currentColor;
	    border-bottom: 5px solid currentColor;
	    font-size: 23px;
	    margin-bottom: 25px;
	}
	.bg-arrow:after {
	    height: 55px;
	    bottom: -39px;
	}
	.cnt-product {
	    padding-top: 120px;
	    padding-bottom: 120px;
	}
	.cnt-prize p:not(:last-child) {
	    margin-bottom: 18px;
	}
	.cnt-prize {
	    font-size: 18px;
	    padding: 30px 0;
	    text-align: left;
	}
	.tit-prize {
	    padding: 20px 0;
	}
	.header-meshi {
	    padding: 45px 0;
	}
	.wrap-cnt-ft.flex {
	    flex-direction: column;
	    align-items: flex-start;
	    padding: 20px 15px;
	}
	.copyright {
	    margin-bottom: 15px;
	}
	.icon-number-2.icon-img-b2:before {
	    left: -30px;
	}
	
	img.img-c3{
		padding: 15px 0 0 0;
	}
	.img-head-box img.img-b3 {
	    padding-top: 0;
	}
}
/*end 768*/
@media screen and (max-width: 375px){

}