@charset "UTF-8";
html{overflow:auto;-webkit-text-size-adjust:100%}
*,*:after,*:before{box-sizing:border-box}
*,*:after,*:before,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,p,pre,td,th{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
img { max-width: 100%; height: auto; }
ul,ol,li{list-style-type: none;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:after,q:before{content:''}
input[type=checkbox],input[type=radio]{margin:0 2px 0 0;padding:0;vertical-align:-2px}
button,input[type=button],input[type=submit],input[type=text]{box-sizing:border-box;-webkit-appearance:none;border:0;cursor:pointer;border-radius:0;background:transparent}

/* ------------------------
    基本構造
------------------------ */
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html {
	font-size: 10px;
	overflow-x: hidden;
}
body {
	font-family: "M PLUS Rounded 1c","Jost", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #381907;
	line-height: 1.7;
	letter-spacing: 5%;
}

.content {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
}
.content .min-content {
	width: 960px;
	padding: 0;
}

a {
	text-decoration: none;
	transition: .3s;
	color: #2F2D2D;
}
a:hover {
	text-decoration: none;
}
a::before,a::after,a:hover::before,a:hover::after {
	transition: .3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.br-40{
	border-radius: 40px;
}
.br-30{
	border-radius: 30px;
}
.br-20{
	border-radius: 20px;
}
textarea {
	height: 240px;
	display: block;
}
::placeholder {
	color: #ccc;
}

.only-sp {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.only-pc {
		display: none !important;
	}
	.only-sp {
		display: inline !important;
	}
	.br-40{
	border-radius: 20px;
	}
	.br-30{
		border-radius: 20px;
	}
	.br-20{
		border-radius: 10px;
	}
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-55 {
	margin-top: 55px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-65 {
	margin-top: 65px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-75 {
	margin-top: 75px !important;
}
.mt-80 {
	margin-top: 80px !important;
}