@charset "UTF-8";

/* reset
-------------------------------------------------*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
    vertical-align: middle;
}

/* base setting
-------------------------------------------------*/
html {
  overflow-x: hidden;
	font-size: calc(100vw / 120);
  }
body {
font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color: #000;
	font-size: min(1.6rem, 16px);
	font-weight: 400;
	text-align: left;
	position: relative;
}
@media(max-width: 799px) {
html {
font-size: calc(100vw / 37.5);
}
body {
background: none;
font-size: 1.4rem;
}
}
body { width:100%;height:100%; position:relative; -webkit-font-smoothing:antialiased; }
a {
	position: relative;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.7;
}

a,
a:before,
a:after,
a > *,
a > *:before,
a > *:after {
	transition: all 0.4s;
}
a:hover,
a:hover:before,
a:hover:after,
a:hover > *,
a:hover > *:before,
a:hover > *:after {
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input:focus, select:focus, a:focus {
	outline: none;
}
textarea {
  resize: none;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}

/* common
-------------------------------------------------*/
.sp_obj {
display: none;
}
.common_wrap {
max-width: 1040px;
padding: 0 20px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.font_pu {
	color: #9b49b9;
	font-weight: bold;
}
.bg_pu {
	background-color: #f6f1ff;
}
.btn_fotm {
	background-color: #09b59f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ambassador_ttl_en {
	color: #9b49b9;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 700;
}
.ambassador_ttl {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}
.ambassador_txt {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2em;
}
.ambassador_txt_l {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 2em;
}
.note {
	text-align: center;
	margin-top: 44px;
	font-size: 16px;
	line-height: 2em;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media(max-width: 799px) {
.pc_obj {
display: none;
}
.sp_obj {
display: block;
}
.common_wrap {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.ambassador_ttl_en {
	font-size: 1.2rem;
}
.ambassador_ttl {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.ambassador_txt {
	margin-bottom: 1.5rem;
	text-align: left;
}
.ambassador_txt_l {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	text-align: left;
}
section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.btn_fotm {
	background-color: #09b59f;
	font-size: 1.4rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	
}
.note {
	margin-top: 2.4rem;
	text-align: left;
	font-size: 1.3rem;
}
}

/* mv
-------------------------------------------------*/
.mv {
	display: block;
	width: 100%;
	position: relative;
	background-image: url(_img/bg_mv.jpg);
	background-position: center center;
	background-size: cover;
	padding: 0;
	background-repeat: no-repeat;
}
.mv .hd_logo {
	position: absolute;
	width: 215px;
	top: 20px;
	left: 0px;
}
.mv .hd_btn {
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 45px;
	padding-right: 45px;
}
.mv .mv_wrap {
}
@media(max-width: 799px) {
.mv {
background:none;
}
.mv .common_wrap {
padding:0;
}
.mv .mv_wrap {
}
.mv .hd_logo {
	width: 15rem;
	top: 1rem;
	left: 1.5rem;
}
.mv .hd_btn {
	padding-left: 2rem;
	padding-right: 2rem;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		right: 1.5rem;

}
}

.about {
	margin-top: 30px;
	padding-bottom: 0px;
}

.rank {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.rank::before,
.rank::after {
	content: '';
	width: 100%;
	border-right: 3px solid #9b49b9;
	border-left: 3px solid #9b49b9;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 23px;
}
.rank::before {
	border-top: 3px solid #9b49b9;
top:0px
}
.rank::after {
	border-bottom: 3px solid #9b49b9;
bottom:0px
}
@media(max-width: 799px) {
.rank {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
}

.form .btn_fotm {
	margin: 0 auto;
	max-width: 370px;
	border-radius: 20px;
	display: block;
		text-decoration: none;

}
.form a {
	text-decoration: underline;
	padding-top: 20px;
	display: block;
}
@media(max-width: 799px) {
.form .btn_fotm {
	text-decoration: none;
	padding-top: 1rem;
	font-size: 1.8rem;
	border-radius: 1rem;
}
}

.contact {
}
.contact .btn_fotm {
	margin: 0 auto;
	max-width: 370px;
	border-radius: 20px;
	display: block;
	background-color: #59c1e6;
}
.contact a {
	text-decoration: none;
	padding-top: 20px;
	display: block;
}
@media(max-width: 799px) {
.contact .btn_fotm {
	text-decoration: none;
	margin-top: 3.2rem;
	padding-top: 1.0rem;
	font-size: 1.8rem;
	border-radius: 10px;
}
}

footer {
	background-color: #9b49b9;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
footer a {
	color: #fff;
}
footer .privacy_policy {
	font-size: 14px;
	font-weight: 400;
}
.ft_logo {
	margin: 0 auto 50px;
	width: 257px;
}
@media(max-width: 799px) {
.ft_logo {
	margin: 0 auto 2rem;
	width: 17rem;
}
footer .privacy_policy {
	font-size: 1.1rem;
}
}

.inhouse {
	border: 2px dotted #9b49b9;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.inhouse .ambassador_sttl {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
}
.inhouse_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 50px;
	margin-right: 50px;
}
.inhouse_wrap .inhouse_txt {
	width: 48%;
	line-height: 2em;
}
.inhouse_wrap .inhouse_img {
		width: 48%;
}
.inhouse_wrap .inhouse_img img {
		width: 100%;
	height: auto;
}
@media(max-width: 799px) {
.inhouse {
	margin-left: 2rem;
	margin-right: 2rem;
}
.inhouse .ambassador_sttl {
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	padding-top: 2rem;
	padding-bottom: .4rem;
}

.inhouse_wrap {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.inhouse_wrap .inhouse_txt {
	width: 95%;
	margin: 0 auto;
	line-height: 2em;
	text-align: left;
}
.inhouse_wrap .inhouse_img {
		width: 95%;
		margin: 24px auto 0;
}
}

ul.ft_sns_list {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
ul.ft_sns_list li {
	width: 3rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

/* アンバサダー特典
-------------------------------------------------*/

section.present {
	width: 100%;
}

section.present div.specials {
	margin-top: 24px;
	width: 100%;
}

section.present div.specials div.special_item {
	width: 100%;
	background: #f6f1ff;
	padding: 30px;
	border-radius: 20px;
}

section.present div.specials div.special_item div.icon_area {
	width: 6%;
	margin: 0 auto;
}

section.present div.specials div.special_item div.icon_area02 {
	width: 28%;
	margin: 0 auto;
}

section.present div.specials div.special_item h3.h3_ttl {
	margin-top: 24px;
	font-size: min(2.5rem, 25px);
	text-align: center;
	color: #9b49b9;
}

section.present div.specials div.special_item p.special_desc {
	margin-top: 12px;
	font-size: min(1.6rem, 16px);
	text-align: center;
	line-height: calc(45 / 32);
}

/*
section.present div.specials div.special_item p.special_note {
	margin-top: 8px;
	font-size: 10px;
	text-align: center;
}
*/

section.present div.specials div.special_item ul.special_note {
	margin: 15px auto 0;
	font-size: 12px;
	list-style-type: disc;
	width: 100%;
	/*	text-align: center;*/
	padding: 20px 40px;
	border: 1px solid #9b49b9;
}

section.present div.specials div.special_item ul.special_note li {
	margin-top: 8px;
}

section.present div.specials div.special_item div.special_courses {
	margin-top: 36px;
	width: 100%;
	display: flex;
	gap: 20px;
}

section.present div.specials div.special_item div.special_courses div.course_wrap {
	width: calc((100% - 20px) / 2);
}

section.present div.specials div.special_item div.special_courses div.course_wrap p.course_ttl {
	font-size: 16px;
	font-weight: 500;
}

section.present div.specials div.special_item div.special_courses div.course_wrap p.course_ttl span {
	color: #9b49b9;
}

section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item {
	margin-top: 24px;
	width: 100%;
	display: flex;
}

section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item + div.course_item {
	margin-top: 16px;
}

section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item p.purple {
	width: 26%;
	padding: 12px 0 12px 16px;
	background: #9b49b9;
	color: #fff;
	font-size: min(1.4rem, 14px);
	font-weight: 700;
	border-radius: 99px 0 0 99px;
}

section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item p.white {
	flex: 1;
	padding: 12px 0 12px 16px;
	font-size: min(1.4rem, 14px);
	background: #fff;
	border-radius: 0 99px 99px 0;
}

section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item p.white span {
	color: #9b49b9;
	font-weight: 700;
}

section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item p.white span {
	color: #9b49b9;
	font-weight: 700;
}

section.present div.specials div.special_item p.course_note {
	margin-top: 16px;
	font-size: 12px;
}

section.present div.specials div.special_item p.course_note + p.course_note {
	margin-top: 4px;
}

section.present div.specials div.special_item a.special_form_link {
	display: block;
	margin-top: 20px;
	width: fit-content;
	padding: 4px 44px;	
	background: #09b59f;
	border-radius: 99px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: all 0.4s;
}

section.present div.specials div.special_item a.special_form_link:hover {
	color: #000;
}

section.present div.specials div.special_item_wrap {
	margin-top: 24px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

@media (max-width: 799px) {
	
	section.present div.specials {
		margin-top: 1.6rem;
	}
	
	section.present div.specials div.special_item {
		padding: 4.4rem 1.6rem;
		border-radius: 2.0rem;
	}
	
	section.present div.specials div.special_item div.icon_area {
		width: 12%;
	}
	
	section.present div.specials div.special_item div.icon_area02 {
		width: 16%;
	}

	section.present div.specials div.special_item h3.h3_ttl {
		margin-top: 1.6rem;
		font-size: 2.0rem;
	}
	
	section.present div.specials div.special_item p.special_desc {
		margin-top: .4rem;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	section.present div.specials div.special_item p.special_note {
		margin-top: 1.6rem;
		font-size: 1.1rem;
		
		text-align: left;
	}
	
	section.present div.specials div.special_item p.special_note + p.special_note {
		margin-top: .4rem;
	}
	
	section.present div.specials div.special_item div.special_courses {
		margin-top: 2.0rem;
		flex-direction: column;
		gap: 1.6rem;
	}
	
	section.present div.specials div.special_item div.special_courses div.course_wrap {
		width: 100%;
	}
	
	section.present div.specials div.special_item div.special_courses div.course_wrap p.course_ttl {
		font-size: 1.3rem;
	}
	
	section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item {
		margin-top: 1.6rem;
	}
	
	section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item + div.course_item {
		margin-top: .8rem;
	}
	
	section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item p.purple {
		width: 30%;
		padding: .8rem 0 .8rem .8rem;
		font-size: 1.2rem;
		border-radius: 9.9rem 0 0 9.9rem;
		align-content: center;
	}
	
	section.present div.specials div.special_item div.special_courses div.course_wrap div.course_item p.white {
		flex: 1;
		padding: .8rem 0 .8rem .8rem;
		font-size: 1.2rem;
		border-radius: 0 9.9rem 9.9rem 0;
	}
	
	section.present div.specials div.special_item p.course_note {
		margin-top: 1.6rem;
		font-size: 1.1rem;
	}
	
	section.present div.specials div.special_item p.course_note + p.course_note {
		margin-top: .4rem;
	}
	
	section.present div.specials div.special_item a.special_form_link {
		display: block;
		margin: 2rem auto 0;
		width: fit-content;
		padding: .8rem 3.2rem;	
		background: #09b59f;
		border-radius: 9.9rem;
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
	}
	
	section.present div.specials div.special_item_wrap {
		margin-top: 2.4rem;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}	
	
	section.present div.specials div.special_item_wrap p.special_desc {
		width: 72%;
		margin: 1.6rem auto 0;
		text-align: left;
	}	
}

/* 動画 2025_2_10追記
-------------------------------------------------*/
.movie{
	width: 100%;
	padding: 59px 0;
}
.youtube {
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
#movie div{
	margin: 0 auto;
	max-width: 960px;
	width: 80%;
}
