@charset "UTF-8";
/* CSS Document */

/* root */

:root {
	--text: #333333;
	--text_a: #004d30;
	--bg: #f0f0f0;
	--bg_btn: #333333;
	--bg_a: #009EB2;
	--bg_b: #e86316;
	--bg_c: #F7F7D9;
	--p1_a: #00803b;
	--p1_b: #e8ffe3;
	--p1_c: #a4d689;
	--p2_a: #005ba6;
	--p2_b: #e0efff;
	--p2_c: #0098C2;
}


/* html5 リセット */

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
svg:not(:root) {
	overflow: hidden;
}
blockquote,q {
	quotes: none;
}


/* html リセット */

html,body{
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div,span,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,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary,
embed,output,ruby,
time,mark,audio,video,
tr,th,td{
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin-block-start: initial;
	margin-block-end: initial;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


/* iOS リセット */

button {
	 -webkit-appearance: none;
	 border-radius: 0;
}


/* Slick */

.slick-prev, .slick-next{
	height: 52px;
    width: 52px;
	background-color: transparent !important;
	border-radius: 50%;
}

.slick-prev {
    left: 0vw;
    z-index: 1;
}

.slick-next {
    right: 0vw;
}

.slick-prev:before, .slick-next:before {
    font-family: "material icons";
    font-size: 40px;
    color: var(--text);
    opacity: 1;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 0.5;
}

.slick-prev:before {
    content: "chevron_left";
}

.slick-next:before {
    content: "chevron_right";
}

.slick-slide{
	cursor: grab;
}

.slick-slide:active{
	cursor: grabbing;
}

.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before{
	opacity: 0;
}

.slick-dots{
    bottom: -35px;
}

.slick-dots li button:before{
	color: var(--text_a);
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-dots li.slick-active button:before{
	color: var(--text_a);
}


/* 絵文字 */

.emoji{
	font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji", sans-serif;
}


/* パソコン・スマホ表示 */

.pc-only {
	display: none;
}
.sp-only {
	display: inherit;
}


/* 基本 */

body {
	font-style: normal;
	font-weight: normal;
	color: var(--text);
	font-family: "Reddit Sans", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-feature-settings: "palt" !important;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
b,strong,h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
u{
	text-decoration: underline;
}


/* フェードイン */

.fade {
    opacity: 0 !important;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    transition: all 1s;
}

.fade.fade-active {
    opacity: 1 !important;
}


/* LP個別 */

.button{
	width: auto;
	padding: 6px 22px;
	height: 44px;
	background-color: var(--bg_btn);
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 22px;
}

.button:hover{
	cursor: pointer;
}

.button.shadow{
	box-shadow: 0px 1px 4px 0px hsl(0deg 0% 0% / 50%);
}

.button .button-text{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: -1px;
}

.button .button-text.yellow{
	color: #FFFF44;
}

.button-text::before,
.button-text::after{
	background-position: center;
	background-repeat: no-repeat;
}

.button.after-link .button-text::after{
    content: "open_in_new";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-left: 0.25rem;
}

.button.before-arrow .button-text::before{
    content: "arrow_back_ios";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-right: 0.25rem;
}

.button.after-arrow .button-text::after{
    content: "arrow_forward_ios";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-left: 0.25rem;
}

.button.bg{
	background-color: var(--bg);
}

.button.bg .button-text{
	color: var(--text);
}

.text-link.after-arrow-circle{
	line-height: 1;
	display: flex;
}

.text-link.after-arrow-circle::after{
	content: "expand_circle_right";
	font-family: "Material Symbols Outlined";
	margin-left: 0.25rem;
}

.text-a{
	color: var(--text_a);
}

.text-red{
	color: #eb021b;
}

.text-green{
	color: #00a65a;
}

#body{
	background-color: #ffffff;
}

#body.no-scroll{
	overflow: hidden;
}

.body-wrapper{
	background-color: var(--bg);
}

.page-wrapper{
	width: 100%;
	min-width: 375px;
	max-width: 425px;
	margin: 0 auto;
	background-color: #ffffff;
}

@media screen and (min-width: 426px) {
	.page-wrapper{
		box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
	}
}

.lp-button-header{
	padding: 12px 20px;
	background-color: var(--bg_a);
}

.lp-button-header .header-title{
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.lp-button-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.lp-button-wrapper .button.line-green{
	font-size: 14px;
	height: 28px;
}

.lp-date-header{
	padding: 12px 20px;
	background-color: #2d6d8a;
}

.lp-date-header .date-title{
	line-height: 0;
}

.lp-date-header .date-title-img{
	width: 280px;
	height: auto;
}

.button-line-small{    
	width: auto;
	height: 32px;
	color: #ffffff;
	background-color: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #06c755;
	border-radius: 5px;
}

.button-line-small span{
	width: 83px;
	font-size: 13px;
    margin: -2px 0 0 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.button-line-small.white{    
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.button-line-small.white span{
    font-weight: 500;
	width: auto;
    margin: -1px 0 0 !important;
	padding: 0px 12px;
}

.button-line-small.white span.before-line-icon::before{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../images/index/button-line-green.png?250617_1");
	background-size: cover;
    margin-right: 6px;
}

.lp-header{
	background-color: var(--bg_a);
	padding: 12px 20px 17px;
}

.header-wrapper{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	color: #ffffff;
}

.lp-header-text{
	font-size: 19px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 15px;
}

.lp-header .text-link{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

section{
    padding: 60px 0px;
}

section.no-padding{
    padding: 0px 0px;
}

section.bg{
	background-color: var(--bg);
}

section.bg-c{
	background-color: var(--bg_c);
}

.section-wrapper{
	width: calc(100% - 40px);
	margin: 0 auto;
}

.transparent,
.section-wrapper.transparent{
	opacity: 0.25;
}

.section-wrapper.narrow{
	width: calc(100% - 60px);
}

.section-wrapper.no-margin{
	width: 100%;
}

.section-wrapper + .section-wrapper{
	margin-top: 60px;
}

.section-title{
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}

.section-title .en{
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	color: var(--text_a);
}

.section-title .en .small{
	font-size: 26px;
}

.section-title .ja{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #4d4d4d;
}

.section-title.ja-only{
	background-color: var(--bg_a);
	padding: 40px 0;
}

.lp-overview.p1 .section-title.ja-only{
	background-color: var(--p1_a);
}

.lp-overview.p2 .section-title.ja-only{
	background-color: var(--p2_a);
}

.section-title.ja-only .ja{
	font-size: 24px;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0px;
}

.section-title.ja-only .ja .small{
	font-size: 16px;
	font-weight: bold !important;
}

section.no-padding .section-content{
	padding-bottom: 80px;
}

.section-end{
	padding: 16px 8px;
	background-color: #cc000021;
	border-radius: 5px;
	color: #cc0000;
	margin-bottom: 24px;
}

.section-end .end-text{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.section-end .end-text.small{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


/*トップ画像*/

.lp-mv{
	background-color: transparent;
	padding: 0;
	position: relative;
}

.mv-h1{
	display: none;
}

.mv-block-group{
	margin-bottom: 60px;
}

.mv-block{
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 1px 1px 4px 0px hsl(0deg 0% 0% / 50%);
	border-radius: 10px;
}

.mv-block-img{
	width: 100%;
    margin: 0 auto;
    display: block;
}

.mv-block-img.start{
    max-width: 238px;
}

.mv-block .block-button-group {
    display: flex;
    justify-content: center;
}

.mv-block .block-img-wrapper + .block-button-group{
	margin-top: 14px;
}

.mv-logo{
}

.mv-logo-img{
	width: 100%;
    max-width: 425px;
    margin: 0 auto;
    display: block;
}

/*ナビゲーション*/

.lp-nav-margin{
	height: 0px;
}

.lp-nav-margin.active{
	height: 90px;
}

.lp-nav{
    width: 100%;
    min-width: 375px;
    max-width: 425px;
    overflow-x: hidden;
    padding: 0;
}

.lp-nav.fixed{
	position: fixed;
    top: 0;
    z-index: 1;
	width: 100%;
}

.lp-nav-wrapper{
	width: 100%;
    margin: 0 auto;
	background-color: #ffffff;
/*	border-bottom: 10px solid #edd700;*/
}

.link-list{
	list-style: none;
	margin: 0 15px;
	padding: 10px 0 0;
	display: flex;
    align-items: flex-start;
    justify-content: center;
	height: 80px;
	overflow-x: hidden;
}

.link-list li{
	width: calc(50%);
	height: 60px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
}

.link-list li + li{
	margin-left: 10px;
}

.link-list .link-title{
	width: 100%;
    height: 100%;
	font-weight: 900;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: -0.2px;
	color: #ffffff;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: var(--bg_btn);
	cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
	border-radius: 5px;
}

.link-list .link-title.active{
	color: #ffed00;
	height: 70px;
	border-radius: 5px 5px 0 0;
}

.link-list .link-title .narrow{
	transform: scaleX(0.9);
	display: inline-block;
}

.link-list .link-title.p1:focus,
.link-list .link-title.p1:hover,
.link-list .link-title.p1.active{
	background-color: var(--p1_a);
}

.link-list .link-title.p2:focus,
.link-list .link-title.p2:hover,
.link-list .link-title.p2.active{
	background-color: var(--p2_a);
}

.lp-nav-border{
	list-style: none;
	padding: 0px;
}

.lp-nav-border li{
	border-bottom: 0px solid var(--btn_bg);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.lp-nav-border li.active.p1{
	border-bottom: 10px solid var(--p1_a);
}

.lp-nav-border li.active.p2{
	border-bottom: 10px solid var(--p2_a);
}

/*パート*/

.part-wrapper{
	display: none;
}

.part-wrapper.active{
	display: block;
}



/*新イベントの特徴*/

.feature-title{
	width: 100%;
}

.feature-title + .feature-title{
	margin-top: 60px;
}

.feature-title-img{
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	display: block;
}

.button-follow{
	margin: 0 auto;
	display: block;
	line-height: 0;
	width: 100%;
	max-width: 310px;
}

.feature-title + .feature-button{
	margin-top: 14px;
}

.feature-button + .feature-title{
	margin-top: 60px;
}

.button-follow-img{
	width: 100%;
	display: block;
}


.lp-ranking{
	background-color: var(--p2_b);
	padding: 50px 0 50px;
	margin-bottom: 20px;
}

.ranking-title{
	width: 100%;
}

.ranking-title-img{
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
	display: block;
}

.ranking-tab-group{
	width: 100%;
	max-width: 315px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.ranking-title + .ranking-result,
.ranking-result + .ranking-title{
	margin-top: 50px;
}

.ranking-group.gtc-1{
	width: 100%;
	max-width: 325px;
	margin: 0 auto;
}

.ranking-tab{
	background-color: #ffffff;
	border-radius: 5px;
}

.ranking-tab-group .ranking-tab:not(:last-child){
	margin-bottom: 20px;
}

.ranking-tab-top{
	padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color: var(--p2_a);
	border-radius: 5px;
}

.ranking-tab-top:hover{
	cursor: pointer;
}

.ranking-tab-top.tab-active{
	border-radius: 5px 5px 0 0;
}

.ranking-tab-top::after {
    content: "expand_more";
	font-size: 28px;
    width: 24px;
    height: 24px;
	font-family: 'Material Icons' !important;
	display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-weight: 900;
}

.ranking-tab-top.tab-active::after {
	transform: rotate(0.5turn);
}

.ranking-tab-title{
	font-size: 20px;
	font-weight: 900;
	color: #ffffff;
}

.ranking-tab-bottom{
	padding: 12px 16px 16px;
}

.ranking-tab-top + .ranking-tab-bottom{
	padding: 10px 16px 16px;
}

.after-table-text{
	width: 100%;
	max-width: 305px;
	margin: 20px auto 0;
	font-size: 14px;
}

.ranking-table{
	width: 100%;
	border-collapse:collapse;
}

.ranking-table tr th,
.ranking-table tr td{
	padding: 8px 0;
	color: #000000;
}

.ranking-table tr:last-child th,
.ranking-table tr:last-child td{
	padding: 8px 0 0;
}

.ranking-table tr:not(:last-child) th,
.ranking-table tr:not(:last-child) td{
	border-bottom: solid 1px #e4e4e4;
}

.ranking-table .th-head{
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	color: #454545;
	font-weight: 500;
}

.ranking-table tr .th-head:last-child{
	text-align: right;
}

.ranking-table .th-rank{
	width: 26px;
}

.ranking-table .rank{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: var(--p2_c);
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	font-weight: 900;
	font-size: 15px;
	margin-right: 8px;
	line-height: 1;
}

.ranking-table .td-name{
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans GB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica, Meiryo, Arial, sans-serif !important;
	font-weight: 600;
	font-size: 14px;
    font-feature-settings: initial;
}

.ranking-table .td-age{
	font-weight: normal;
	font-size: 13px;
}

.ranking-table .td-score{
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: #cc0000;
}



.lp-about{
	
}

.about-title{
	width: 100%;
}

.about-title-img{
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
	display: block;
}

.about-title + .about-title{
	margin-top: 70px;
}

.follow-button-column{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.follow-button-column .button + .button{
	margin-top: 15px;
}

.follow-title{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 900;
	color: var(--text);
}

.follow-text.bottom{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.follow-title-wrapper {
    width: 100%;
}

.follow-title-img{
	width: 100%;
	max-width: 294px;
	margin: 0 auto;
	display: block;
}

.follow-title-wrapper + .follow-button-group{
	margin-top: 20px;
}

.lp-follow .button{
	width: 305px;
	height: 60px;
	border-radius: 5px;
}

.button.follow{
	background-color: #06c755;
	border: 1px solid #06c755;
}

.button.follow .button-text{
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
}

.button.share{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.button.share .button-text{
	color: var(--text);
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0px;
	font-weight: 500 !important;
}

.button.follow .button-text::before,
.button.share .button-text::before{
    content: "";
    width: 25px;
    height: 24px;
    background-size: cover;
    margin: 0 12px -1px 0;
}

.button.follow .button-text::before{
    background-image: url(../images/index/button-line-white.png?250617_1);
}

.button.share .button-text::before{
    background-image: url(../images/index/button-line-green.png?250617_1);
}

/* イベント概要 */

.lp-overview.p1{
	background-color: var(--p1_b);
}

.lp-overview.p2{
	background-color: var(--p2_b);
}

.overview-list{
	list-style: none;
	padding: 0;
}

.overview-list li{
	margin-bottom: 50px;
}

.overview-list li:last-child{
	margin-bottom: 0;
}

.overview-list .list-top{
	padding: 0 20px 0;
}

.overview-list .list-title{
	color: var(--text);
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}

.overview-list .list-title .small{
	font-size: 15px;
}

.overview-list .list-bottom{
	padding: 10px 20px 0;
}

.overview-list .list-subtitle{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.overview-list .list-subtitle .small{
	font-size: 14px;
}

.overview-list * + .list-subtitle{
	margin-top: 30px;
}

.overview-list .list-text{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}

.overview-list .ta-left{
	text-align: left;
}

.overview-list .list-text .small,
.overview-list .list-text.small{
	font-size: 14px;
	line-height: 24px;
}

.overview-list .list-img{
	width: 100%;
	height: auto;
}

.overview-list .list-text + .list-img{
	margin-top: 20px;
}

.overview-list .list-img + .list-text{
	margin-top: 20px;
}

.overview-list .list-button-wrapper{
    display: flex;
}

.overview-list .list-text + .list-button-wrapper{
	margin: 6px 0 16px;
}

.overview-list .list-button-wrapper .button{
    width: auto;
    height: 36px;
	margin-right: 12px;
	padding: 6px 12px;
    border-radius: 4px;
}

.overview-list .list-button-wrapper .button.hp{
	background-color: var(--bg_btn);
}

.overview-list .list-button-wrapper .button:last-of-type{
	margin-right: 0;
}

.overview-list .list-button-wrapper .button .button-text{
	font-size: 14px;
	line-height: 1rem;
	margin: -2px 0 0 !important;
}

.overview-list .list-button-wrapper .button.follow .button-text::before{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.overview-list .mark-list{    
	counter-reset: item;
	list-style-type: none;
    padding-left: 0;
}

.overview-list .mark-list li{
    border-width: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.overview-list .mark-list li:last-child{
    margin-bottom: 0;
}

.overview-list .mark-list li .mark.small{
	font-size: 14px;
}

.overview-list .list-text + .mark-list{
	margin-top: 10px;
}

.overview-list .list-text + .list-table-group{
	margin-top: 14px;
}

.overview-list .list-table-group + .list-text{
	margin-top: 14px;
}

.overview-list .list-table-group{
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px;
	row-gap: 20px;
    justify-items: start;
}

.overview-list .list-table-img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.overview-list .list-table{
	border-collapse: collapse;
	border-color: #454545;
	width: auto;
}

.overview-list .list-table caption{
	text-align: left;
}

.overview-list .list-table caption .table-title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.overview-list .list-table caption .table-title .small{
	font-size: 16px;
	font-weight: bold;
}

.overview-list .list-table.p1 th,
.overview-list .list-table.p1 td{
	height: 88px;
}

.overview-list .list-table th{
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 14px;
}

.overview-list .list-table .th-rank{
	background-color: var(--bg);
	font-weight: bold;
	font-size: 20px;
	padding: 10px 14px;
	line-height: 1.25rem;
	text-align: center;
}

.overview-list .list-table .th-rank .small{
	font-size: 15px;
}

.overview-list .list-table .th-rank .fw-normal{
	font-weight: normal !important;
}

.overview-list .list-table td{
	background-color: #ffffff;
	padding: 12px 14px;
}

.overview-list .list-table td .td-text{
	font-size: 15px;
}

.overview-list .list-table td .td-text .small{
	font-size: 13px;
}

.overview-list .list-table td hr{
    border: none;
	border-top: dotted 2px #cccccc;
}

.overview-list .list-table .td-score .small{
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans GB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica, Meiryo, Arial, sans-serif !important;
	font-size: 14px;
}

.overview-list .num-list{    
	counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.overview-list .num-list li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-width: 0;
	margin-bottom: 0 !important;
}

.overview-list .num-list li + li{
    margin-top: 15px;
}

.overview-list .num-list li .num-list-num{
	font-family: 'Reddit Sans', Helvetica, Meiryo, Arial, sans-serif !important;
    font-weight: 900;
	line-height: 1;
	font-size: 22px;
    display: flex;
    align-items: center;
}

.overview-list .num-list.circle li .num-list-num{
	text-align: center;
	color: #ffffff;
	background-color: var(--bg_a);
	width: 30px;
	height: 30px;	
	border-radius: 50%;
    justify-content: center;
}

.overview-list .num-list.period li .num-list-num{
	text-align: left;
	color: var(--text);
	background-color: transparent;
	width: 20px;
    justify-content: flex-start;
}

.overview-list .num-list li .num-list-text{
	width: 100%;
	font-size: 15px;
	line-height: 23px;
    text-align: justify;
}

.overview-list .num-list.circle li .num-list-num + .num-list-text{
	width: calc(100% - 40px);
}

.overview-list .num-list.period li .num-list-num + .num-list-text{
	width: calc(100% - 30px);
}

.overview-list .num-list .mark-list li{
	margin-bottom: 0;
	justify-content: flex-start;
}

.overview-list .num-list .mark-list li + li{
	margin-top: 0px;
}

.overview-list .num-list + .list-text{
	margin-top: 18px;
}

.overview-list .list-text + .num-list{
	margin-top: 18px;
}

.overview-list .list-text + .list-text{
	margin-top: 8px;
}

.overview-list .list-button-group {
    display: flex;
    justify-content: center;
}

.overview-list .img-scroll{    
	width: calc(100% + 40px);
    margin-left: -20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overview-list .img-scroll .kisyu{
    width: 414px;
	height: auto;
	margin: 0px 20px;
}


.course-list{
	list-style: none;
	padding: 0;
}

.course-list li{
	font-size: 15px;
	height: 42px;
	display: flex;
	text-align: left;
	padding: 0 0 10px;
	border-bottom: 1px solid #d6d9de;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 10px;
}

.course-list li .name{
	margin-right: 10px;
}

.course-list + .course-text{
	font-size: 13px;
	line-height: 23px;
}

.course-list + .list-text{
	margin-top: 20px;
}

/* フッター */

.lp-footer{
	color: #ffffff;
    padding: 40px 20px;
    background-color: var(--bg_a);
}

.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-logo-img{
	width: 168px;
	height: auto;
}

.footer-button-group + .footer-organizer{
	margin-top: 40px;
}

.footer-button-group .footer-button-column + .footer-button-column{
	margin-top: 24px;
}

.footer-button-group .button{
	background-color: #ffffff;
}

.footer-button-group .button .button-text{
	color: var(--text_a);
}

.footer-organizer{
	margin-bottom: 20px;
}

.organizer-table{
	border-collapse: collapse;
}

.organizer-table th,
.organizer-table td{
	font-weight: bold;
	padding: 0;
}

.organizer-table th{
	font-size: 15px;
	padding-right: 20px;
}

.organizer-table td{
	padding-top: 10px;
}

.organizer-table tr:first-of-type td{
	padding-top: 0 !important;
}

.organizer-table td .name{
	font-size: 18px;
}

#lp-pagetop{
    position: fixed;
    bottom: -50px;
    right: 20px;
	z-index: 10000;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#lp-pagetop.fixed{
	bottom: 20px;
}

#lp-pagetop::before{
	content: "keyboard_arrow_up";
	font-family: "material icons";
    font-size: 30px;
	line-height: 1;
	color: #ffffff;
	background-color: var(--bg_a);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #ffffff;
}