@charset "utf-8";
/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.03em;
    background: #fff;
	width: 100%;
}
.mobile{
	display: none;
}
/*B1ボタン*/
#barlow{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 5px 20px;
	letter-spacing: 2px;
	margin-left: 10px;
	margin-right: 6px;
}
.images{
    width: 1000px;
}
.position{
	display: block;
	margin: 0 auto;
	height: auto;
}
.a_spase{
	width: 900px;
	margin: 0 auto;
}
.top{
	display: flex;
	justify-content: center;
}
.top p{
	font-size: 26px;
	margin-bottom: 14px;

}
header{
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: #E7373C;
	margin-bottom: 30px;
	height: 70px;
}
.spase_text{
	background: #E53941;
	padding: 0 20px;
}
header img{
	width: 49.20%;
	margin-top: 4px;
}
.flex{
	display: flex;
	justify-content :flex-start;
}
.box img{
	max-height: 229px;
}
.box_text p{
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 2px;
}
.box_title{
	font-size: 48px;
	font-weight: 700;
}
.content_bg{
	margin     : auto;
	max-width  : 960px;
	background-color   : #E53941;
	background-image   : radial-gradient(#e9554d 21%, transparent 24%),radial-gradient(#e9554d 21%, transparent 24%);
	background-position: 0 0, 9px 9px;
	background-size    : 18px 18px;
	border-radius: 20px;
	padding-top: 35px;
}
.text-box{
	color: #fff;
	font-weight: 500;
}
.spase{
	padding: 0 80px;
	margin-bottom: 39px;
}
.spase_img{
	margin-top: 20px;
	vertical-align: bottom;
}
.spase_text{
    color: #fff;
    line-height: 1.75;
    padding-bottom: 20px;
    font-weight: 300;
    padding-top: 20px;
}
.uoman{
    max-width: 300px;
    margin-right: 38px;
    margin-bottom: 62px;
}
.about_content p{
	color: #000;
}
.about_content img{
	max-width: 32px;
}
.about_content a{
	background-color: #fff;
	display: flex;
	justify-content: center;
	text-decoration: none;
	width: 130px;
	border-radius: 10px;
	padding: 4px;
	align-items: flex-start;
}
.about01{
	font-size: 22px;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
}
.about02{
	color: #fff;
	white-space: nowrap;
	margin-bottom: 22px;
}
.box_title_bar{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 29px;
}
.box_text_p{
	margin-bottom: 23px;
}
.campaign img{
	max-height: 230px;
	display: block;
	margin: 0 auto;
	margin-top: 82px;
	margin-bottom: 85px;
}
.course{
	display: block;
	margin: 0 auto;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.8;
	}
.course_spas{
	margin-bottom: 80px;
}
.wrapper {
	overflow: hidden;
}
a {
	color: #E53941;

}
img {
	max-width: 100%;
}
.flex_block{
	margin-top: 20px;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer .copy {
	padding: 60px 0 40px;
	font-size: 75%;
	text-align: center;
	letter-spacing: 0;
}
#footer .copy a {
	color: #000;
	text-decoration: none;
}
/* share button */
.shareBtn ul {
	width: 405px;
	margin: 0 auto ;
	display: flex;
	justify-content: space-between;
}
.shareBtn li {
	width: 120px;
}
.pagetop {
    position: fixed;
	bottom: -100px;
    right: 28px;
    width: 80px;
    z-index: 101;
    cursor:pointer;
}

/* odona
 * ************************************************** */
#odona {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 80px;
    max-width: 821px;
}
#odona .txt {
	width: 62%;
}
#odona .txt h2 span:first-child {
	margin-right: 26px;
	font-size: 30px;
	font-weight: bold;
}
#odona .txt h2 span:last-child {
	padding: 0.4em 1em;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background: #000;
	line-height: 1;
}
#odona .txt .add {
	font-size: 90%;
	font-weight: bold;
}
#odona > img {
	width: 31.0345%;
}

/* credit
 * ************************************************** */
.credit p {
	margin-bottom: 49px;
	margin-bottom: 1em;
	text-align: center;
	font-size: 80%;
	line-height: 2.39;
}
.back_top {
	display: block;
	width: 280px;
	margin: 0 auto 60px;
	padding: 0.7em 0;
	color: #e89da5;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.1em;
	border: 1px solid #e89da5;
}
.notice {
	margin-bottom: 80px;
	font-size: 75%;
	text-align: center;
	line-height: 2.2;
	color: #000;
	line-height: 2.39;
}

@media (max-width: 1024px) {
	#main p {
		font-size: 100%;
	}
	#slide .swiper-slide .slide_balloon {
		top: 22vw;
		width: 18.5547vw;
	}
	#cont01 .main_img .balloon {
		top: 31.7383vw;
	}
	#cont01 .main_img .s_txt {
		top: 33.6914vw;
	}
	#cont02 .main_img {
		padding-top: 65%;
	}
	#cont02 .main_img .illust01 {
		top: 5.2734vw;
	}
	#cont02 .main_img .balloon {
		top: 28.3203vw;
	}
	#cont02 .main_img .s_txt {
		top: 39.6484vw;
	}
	#cont03 .cont03_wrap .left .main_img .illust01 {
		top: 24.4141vw;
	}
	#cont03 .cont03_wrap .left .main_img .balloon {
		top: 25.1953vw;
	}
	#cont03 .cont03_wrap .left .main_img .s_txt {
		top: 42.9688vw;
	}
	#cont03 .cont03_wrap .left .img_area .s_txt {
		top: 7.6172vw;
	}
	#cont04 .img01 {
		top: -2.4414vw;
	}
	#cont04 .cont04_wrap .right .main_img .illust01 {
		top: 21.4844vw;
	}
	#cont04 .cont04_wrap .right .main_img .balloon {
		top: 30.7617vw;
	}
	#cont04 .cont04_wrap .right .main_img .s_txt {
		top: 40.0391vw;
	}
	#cont05 .main_img {
		padding-top: 60%;
	}
	#cont05 .main_img .img01 {
		top: 13.2813vw;
	}
	#cont05 .main_img .balloon {
		top: 23.4375vw;
	}
	#cont05 .main_img .s_txt {
		top: 34.7656vw;
	}
	#cont05 .intro .img_area > img {
		margin-top: 5.3711vw;
	}
	#cont05 .intro .img_area .s_txt {
		top: 7.3242vw;
	}
	#odona a{
		color: #E7373C;
		text-decoration: underline;
	}
	.top p{
		font-size: 21px;
	}
}

@media (max-width: 1000px){
    .innr{
		margin-left: 20px;
		margin-right: 20px;
	}
	.box_text p{
		margin-right: 20px;
		margin-top: 10px;
	}
	.content_bg{
		margin-top: 40px;
		margin: 0px 40px;
	}
	.box_text{
		margin-bottom: 20px;
	}
	.spase_img{
		margin-top: 0;
	}
	.images {
		max-width: 86.33%;
	}
	.a_spase{
		width: 75%;
		margin: 0 auto;
	}
	.uoman {
		margin-top: 16px;
}
@media (max-width: 1113px){
	.about02{
		white-space: normal;
	}
}
@media (max-width: 768px){
	.box_text p{
		font-size: 30px;
	}
	.box_text p{
		margin-top: 30px;
	}
	.box_title{
		font-size: 37px;
	}
	.spase {
		padding: 0 30px;
}
.a_spase {
    width: 85%;
    margin: 0 auto;
}
.top p{
	font-size: 19px;
}
.content_bg{
	padding-top: 15px;
	margin-top: 30px;
	position: relative;
}
.course_spas {
    margin-bottom: 0;
}
.uoman{
	margin-bottom: 52px;
}
}
@media (max-width: 680px){
	header {
		height: 48px;
	}
	header img {
		width: 29.2%;
		margin-top: 5px;
	}
	.course_spas{
		margin-bottom: 50px;
	}
	.content_bg{
		padding-top: 20px;
	}
    .pc{
		display: none;
	}
	.box_text p{
		margin-top: 10px;
	}
	.mobile{
		display: block;
	}
	.box_title_bar{
		font-size: 23px;
		line-height: 0;
		letter-spacing: 0;
	}
	.position_sp{
		margin: 0 auto;
	}
	.top p{
		font-size: 28px;
	}
	.flex_block{
		display: block;
	}
	.content_bg{
		max-height: 100%;
		max-width: 90.66%;
        margin: 0 auto;
	}
	#odona{
		display: block;
	}
	#odona .txt{
		width: 100%;
	}
	#odona > img{
		width: 80%;
		margin: 0 auto;
	}
	.images{
		max-width: 91.12%;
		margin-bottom: 29px;
		margin: 0 auto;
		padding-left: 10px;
	}
	.box img{
		width: 100%;
	}
	.spase{
		padding: 0 20px 30px 20px;
	}
	.spase_text{
		font-size: 14px;
		line-height: 1.55;
	}
	.uoman {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
    }
    .about01{
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		margin: 10px 0 5px 0;
	}
	.about02{
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: -6px;
	}
	.about_content p{
		font-size: 14px;
	}
	.about_content img{
		max-width: 26px;
	}
	.spase{
		margin-bottom: 40px;
	}
	#odona .txt h2 span:first-child{
		padding: 0;
		font-size: 70%;
		font-size: 20px;
	}
	.campaign img{
		margin-top: 34px;
		margin-bottom: 27px;
	}
	p, dd{
		font-size: 13px;
	}
	#odona > img{
		margin-top: 20px;
	}
	#odona{
		margin: 0 auto 40px;
	}
	.notice{
		margin-bottom: 60px;
	}
	.box{
		width: 30%;
	}
	.box_text{
		width: 75%;
	}
	.box_text p{
		font-size: 20px;
	}
	.box_title{
		font-size: 28px;
	}
	#barlow {
		font-size: 10px;
		padding: 2px 8px;
		margin-left: 4px;
		margin-right: 0;
}
    .shareBtn li{
		width: 90px;
	}
	.about_content a{
		width: 180px;
		border-radius: 10px;
		margin: 0 auto;
	}
	.shareBtn ul {
		width: 80%;
		margin: 0 auto 10vw
}
.shareBtn li {
    width: 32%;
}
.box2 {
    padding: 20px 15px;
    margin: 2em 0;
    border: solid 3px #E7373C;
    border-radius: 20px;
	margin: 0 auto 40px auto;
}
.box2 p {
	text-align: center;
	font-weight: 600;
}
.box2 img{
	margin-bottom: 10px;
}
.mobile_titile{
	font-size: 20px;
	color: #fff;
}
    .mobile_text{
		font-size: 12px;
	}
	.text-box{
		font-size: 14px;
	}
	.box_text p{
		margin-bottom: 0;
	}
	.about_content a{
		padding: 6px 4px;
	}
	.spase_text {
		padding: 15px 15px;
	}
	.spase_text {
		padding-top: 15px;
		text-align: justify;
	}
	.credit p{
		text-align: center;
		margin-bottom: 20px;
	}
	.notice{
		text-align: left;
		line-height: 23px;
	}
	}
}