@charset "utf-8";
/* CSS Document */

/*
------------------------------------------------------------------------------*/
:root {
	--color-accentColor: var(--color-DYFC-orange, #ff7600);
	--color-accentBorder: var(--color-DYFC-orange, #ff7600);
}
/*============================================================================*/


/* General List */
section.GeneralList_topList {}
section.GeneralList_topList > .GeneralList_title {
	text-align: center;
	line-height: 1.1;
}
section.GeneralList_topList > .GeneralList_title > .en {display: block;}
section.GeneralList_topList > .GeneralList_title > .jp {
	display: block;
	color: var(--color-DYFC-orange);
}
section.GeneralList_topList > .GeneralList_list > li {}
section.GeneralList_topList > .GeneralList_list > li > a {display: block;}
section.GeneralList_topList > .GeneralList_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 2rem;
	aspect-ratio: 1;
	width: 1.8rem;
	background-image: url(/-/media/Project/globeride/daiwa_com_jp/top/arrow_normal_s_bf98141f.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	font-size: 0;
	filter: invert(1);
	border-radius: .6rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {overflow: hidden; background-color: #e8e8eb;}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section.GeneralList_topList > .GeneralList_list > li > a > .category {display: none;}
section.GeneralList_topList > .GeneralList_list > li > a > .title {font-weight: bold;}
section.GeneralList_topList > .GeneralList_list > li > a > .date {}



section.GeneralList_topList > div > a.btnRounder {
	display: flex;
	position: relative;
	border: solid 1px var(--color-line-gray, #d2d3d3);
	border-radius: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.4rem 2.5rem;
	justify-content: space-between;
	min-width: 25rem;
	gap: 1.5rem;
	width: fit-content;
}
section.GeneralList_topList > div > a.btnRounder::after {
	content: "";
	display: block;
	background-image: url(/-/media/Project/globeride/daiwa_com_dyfc/common/image/arrow_normal_l.svg);
	aspect-ratio: 1.099415;/* 18.8x17.1px (AspectRatio = 18.8:17.1 ≒ 1.099415) */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1rem;
	flex-shrink: 0;
}

/* General List // News */
section.GeneralList_topList.generalList-news {width: auto;}
section.GeneralList_topList.generalList-news > .GeneralList_list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li {width: auto;}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a {
	flex-direction: row;
	width: 100%;
	transition-property: background, padding;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li:first-child > a {
	border-top: solid 1px #e0e0e0;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a::before {
	pointer-events: none;
	position: absolute;
	content: '';
	display: block;
	width: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	top: -1px;
	bottom: -1px;
	left: 0;
	transition: width .3s ease;
	z-index: 1;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a::after {
	right: 1rem;
	filter: invert(0);
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
}

section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .bgImage {display: none;}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .category {
	display: block;
	right: auto;
	top: 2.5rem;
	left: 2rem;
	position: absolute;
	background-color: var(--color-accentColor);
	color: white;
	border-radius: 1.5em;
	padding: .4em 1.5em;
	border: 1px solid var(--color-accentBorder);
	width: fit-content;
	font-size: 1.4rem;
	line-height: 1.1;
	text-align: center;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .title {
	margin-top: 0;
	margin-left: 19rem;
	margin-right: 4rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .date {
	flex: none;
	display: flex;
	align-items: flex-end;
	margin-top: 0;
	margin-right: 5rem;
	font-size: 1.4rem;
}
section.GeneralList_topList.generalList-news > div > a.btnRounder {background-color: white;}



/* General List // Contest */
section.GeneralList_topList.generalList-contest {}
section.GeneralList_topList.generalList-contest > .GeneralList_list > li > a > .category {
	display: block;
	background: white;
	color: var(--color-accentColor);
	border-radius: 1.5em;
	padding: .4em 1.5em;
	border: 1px solid var(--color-accentBorder);
	width: fit-content;
	font-size: 1.4rem;
	line-height: 1.1;
	text-align: center;
}





#heroArea {}

#heroArea > .titleArea {}
#heroArea > .heroImageArea {}




#sectionA {}
#sectionA > .wrap > .container {}


#sectionA > .wrap > .container > .d1 {}
#sectionA > .wrap > .container > .d1 > .slider-1 {}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-list {}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots {
	display: flex;
	justify-content: flex-end;
	gap: 2rem;
	margin-top: 3rem;
}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots > li {font-size: 0;}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots > li.slick-active {}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots > li > button {
	background-color: #eeeeee;
	border-radius: 50%;
	aspect-ratio: 1;
	width: 1.2rem;
	display: block;
	height: auto;
}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots > li.slick-active > button {
	background-color: black;
}


#sectionA > .wrap > .container > .d2 {}
#sectionA > .wrap > .container > .d2 > .text {font-weight: bold;}




#section-mainContents > .wrap {
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .text {font-weight: bold;}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .link {}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .link > .item {}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .link > .item > .co_linkDeco::after {transform: rotate(90deg);}

#section-mainContents > .wrap > .co_column2 > .container > .item2 {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background-size: cover;
	background-position: center center;
	transition: all 0.2s ease 0s;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .img {overflow: hidden;}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .img > img {width: 100%;}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text {
	font-weight: bold;
	color: white;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text > .title {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text > .note {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .arrow {
	aspect-ratio: 1;
	width: fit-content;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	border: 1px solid #fff;
	border-radius: 1.2rem;
	width: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .arrow > span {
	display: block;
	width: 2rem;
	font-size: 0;
	background-image: url(/-/media/Project/globeride/daiwa_com_jp/top/arrow_normal_l_41fbcdf9.svg);
	aspect-ratio: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	filter: invert(1);
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a:hover {
	& > .arrow {background-color: white;}
	& > .arrow > span {filter: invert(0);}
	& > .img > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}


#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .img {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .text {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .text > .title {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .text > .description {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .arrow {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .arrow > span {
	display: block;
	aspect-ratio: 1;
	width: 1.8rem;
	background-image: url(/-/media/Project/globeride/daiwa_com_jp/top/arrow_normal_s_bf98141f.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	font-size: 0;
	filter: invert(1);
	border-radius: .6rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a:hover {
	& > .img {transform: scale(.93)}
	& > .img > img {transform: scale(1.15)}
}



section.GeneralList.generalList-news {background-color: var(--color-footerBG, #fff8f2);}




#instagram {}
#instagram > div > div > div > .ecbn-selection-page-wrapper > .ecbn-selection-footer2 {
	/* display: none; */
	z-index: 10;
	position: relative;
	opacity: 0;
	pointer-events: none;
}


#instagram .ecbn-selection-page-wrapper .ecbn-selection-title {margin-bottom: 0;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-title img {display: none;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-title > span {
	font-weight: bold;
}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
	margin-top: -18rem;
	z-index: 1;
	position: relative;
}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-more-btn {border-radius: 10rem;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-description {font-size: 1rem;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-description > span {color: var(--color-DYFC-orange);}
#instagram .ecbn-selection-widget-new .ecbn-selection-page-wrapper {}
#instagram .ecbn-selection-widget-new .ecbn-selection-page-wrapper .ecbn-selection-content {position: relative;}
#instagram .ecbn-selection-widget-new .ecbn-selection-page-wrapper .ecbn-selection-content::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: 0rem;
	width: 100%;
	height: 32rem;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 1) 50%);
}




#section-link {background-color: var(--color-titleZabu);}
#section-link > .container {
	display: flex;
	flex-wrap: wrap;
}
#section-link > .container > .item {}
#section-link > .container > .item > a {
	display: block;
	border: solid max(.1rem, 1px) #cccccc;
}
#section-link > .container > .item > a > img {width: 100%;}




#section-support {}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item {
	border-color: var(--color-border-gray);
	border-width: max(.1rem, 1px);
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item * {transition: background .3s ease-out;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a {display: block;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .icon {}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .title {font-weight: bold;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .text {text-align: justify;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	aspect-ratio: 1;
	background-color: #dcdfe4;
	border-radius: 1.2rem;
}
	#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a:hover > .arrow {background-color: #0a0a14;}
	#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a:hover > .arrow > span {filter: invert(1);}

#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .arrow > span {
	display: block;
	width: 2rem;
	font-size: 0;
	background-image: url(/-/media/Project/globeride/daiwa_com_jp/top/arrow_normal_l_41fbcdf9.svg);
	aspect-ratio: 1;/* 1x1px (AspectRatio = 1:1 ≒ 1) */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}



/*============================================================================*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {/* // Mobile // */
/*============================================================================*/


/* General List */
section.GeneralList_topList {
	/* margin-left: 1.95rem; */
	/* margin-right: 1.59rem; */
	margin-left: 0;
	margin-right: 0;
}
section.GeneralList_topList > .GeneralList_title {}
section.GeneralList_topList > .GeneralList_title > .en {font-size: 4rem;}
section.GeneralList_topList > .GeneralList_title > .jp {font-size: 1.2rem;}
section.GeneralList_topList > .GeneralList_title > .en + .jp {margin-top: 1rem;}
section.GeneralList_topList > .GeneralList_list {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
section.GeneralList_topList > .GeneralList_list > li > a {
	display: grid;
	grid-template-columns: 18rem 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 1.6rem;
	grid-row-gap: 0;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {
	grid-area: 1 / 1 / 3 / 2;
	aspect-ratio: 1;/* 182x182px */
	border-radius: 1.2rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .title {
	grid-area: 1 / 2 / 2 / 3;
	font-size: 1.6rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .date {
	grid-area: 2 / 2 / 3 / 3;
	font-size: 1.2rem;
	margin-top: .8rem;
}
section.GeneralList_topList > div > a.btnRounder {
	width: 100%;
	margin-top: 4rem;
}


/* General List // News */
section.GeneralList_topList.generalList-news {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list {
	margin-left: 1.95rem;
	margin-right: 1.95rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a {
	border-bottom: solid 1px #e0e0e0;
	padding-top: 1.6rem;
	padding-bottom: 2rem;
	display: grid;
	grid-template-columns: auto 1fr 3.2rem;
	grid-template-rows: repeat(2, auto);
	grid-gap: 1rem 0;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .category {
	grid-area: 1 / 2 / 2 / 3;
	position: static;
	margin-bottom: .5rem;
	margin-left: 2.5rem;
	margin-right: 3rem;
	font-size: 1.2rem;
	align-items: center;
	margin: 0;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .title {
	grid-area: 2 / 1 / 3 / 3;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.4rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .date {
	grid-area: 1 / 1 / 2 / 2;
	justify-content: flex-end;
	margin-left: 0;
	margin-right: 3rem;
	font-size: 1.2rem;
	align-items: center;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a::after {
	grid-area: 1 / 3 / 3 / 4;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(0);
	height: 100%;
	justify-self: end;
}
section.GeneralList_topList.generalList-news > div > a.btnRounder {
	margin-left: 1.95rem;
	margin-right: 1.95rem;
	width: auto;
}


/* school ＆ contest */
section.GeneralList_topList.generalList-schoolReport,
section.GeneralList_topList.generalList-contest {
	margin-top: 10rem;
	padding-left: 1.95rem;
	padding-right: 1.95rem;
}
section.GeneralList_topList.generalList-schoolReport > .GeneralList_list > li > a,
section.GeneralList_topList.generalList-contest > .GeneralList_list > li > a {position: relative;}
section.GeneralList_topList.generalList-schoolReport > .GeneralList_list > li > a::after,
section.GeneralList_topList.generalList-contest > .GeneralList_list > li > a::after {display: none;}





/* General List // Contest */
section.GeneralList_topList.generalList-contest {}
section.GeneralList_topList.generalList-contest > .GeneralList_list > li > a > .category {
	position: absolute;
	top: 0.4rem;
	right: 18.6rem;
	font-size: 1rem;
}







#heroArea > .heroImageArea > .copy {
	top: auto;
	bottom: 3rem;
	transform: none;
}




#sectionA > .wrap {margin-left: 0;}
#sectionA > .wrap > .container > .d1 > .slider-1 {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots {
	flex-direction: column;
	gap: 1.4rem;
}
#sectionA > .wrap > .container > .d1 > .slider-1 > .slick-dots > li > button {width: .6rem;}


#sectionA > .wrap > .container > .d2 {margin-left: 1.95rem;}
#sectionA > .wrap > .container > .d2 > .text {font-size: 1.4rem;}
#sectionA > .wrap > .container > .d2 > .link {margin-top: 2.5rem;}




#section-mainContents > .wrap {
	margin-left: 0;
	margin-right: 0;
}
#section-mainContents > .wrap > .co_column2 {margin-top: 10rem;}
#section-mainContents > .wrap > .co_column2 > .container > .item1 {
	margin-left: 1.95rem;
	margin-right: 1.59rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .text {text-align: left;}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .link {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}


#section-mainContents > .wrap > .co_column2 > .container > .item2 {
	margin-top: 5rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text {
	position: relative;
	background-color: black;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text > .title {
	position: absolute;
	top: 0;
	left: 1.95rem;
	transform: translateY(-100%);
	padding-bottom: 1.8rem;
	font-size: 3rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text > .note {
	margin-left: 1.95rem;
	width: 26.6rem;
	padding-top: 3.4rem;
	padding-bottom: 3.4rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-list > .slick-track {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-list > .slick-track > li {
	padding-top: 4.9rem;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-list > .slick-track > li > a {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-list > .slick-track > li > a > .img {
	overflow: hidden;
	border-radius: .6rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .text > .title {
	margin-top: 1.5rem;
	font-size: 1.9rem;
	line-height: 2.5rem;
	font-weight: bold;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .text > .description {
	font-size: 1.4rem;
	line-height: 1.79;
	letter-spacing: .03em;
	margin-top: .7rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul li > a > .arrow {
	margin-left: auto;
	margin-top: 1.4rem;
	width: fit-content;
}


#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-dots {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	margin-top: 3rem;
	margin-right: 2.5rem;
	margin-left: 2.5rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-dots > li {font-size: 0;}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-dots > li.slick-active {}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-dots > li > button {
	background-color: #eeeeee;
	border-radius: 50%;
	aspect-ratio: 1;
	width: 1.2rem;
	display: block;
	height: auto;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > .slick-dots > li.slick-active > button {
	background-color: black;
}




#enjoy,
#manabu {scroll-margin-top: calc(var(--header-height) + 4rem);}




#manabu {margin-top: 6rem;}




#instagram .ecbn-selection-page-wrapper .ecbn-selection-title {margin-top: 10rem;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-title > span {font-size: 4rem;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {margin-top: -7rem;}
#instagram .ecbn-selection-widget-new .ecbn-selection-page-wrapper {
	padding-left: 1.95rem;
	padding-right: 1.95rem;
}
#instagram .ecbn-selection-widget-new .ecbn-selection-page-wrapper .ecbn-selection-content::after {height: 13rem;}





#section-link {padding-bottom: 8rem;}
#section-link > .co_title {
	padding-top: 10rem;
	margin-top: 7rem;
	margin-bottom: 4rem;
}
#section-link > .container {
	gap: 1rem 1.5rem;
	margin-left: 1.95rem;
	margin-right: 1.95rem;
}
#section-link > .container > .item {
	width: calc( calc( 100% - 1.5rem * 1 ) / 2 );
}




#section-support {margin-bottom: 0;}
#section-support > .wrap {
	margin-left: 0;
	margin-right: 0;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item {
	border-top-style: solid;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.95rem;
	padding-right: 1.95rem;
}

#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a {
	display: grid;
	grid-template-columns: 7.5rem 1fr 7.5rem;
	grid-template-rows: repeat(2, auto);
	grid-gap: 0rem;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .icon {grid-area: 1 / 1 / 3 / 2;align-self: center;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .icon > img {height: 5rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .title {grid-area: 1 / 2 / 2 / 3;font-size: 1.9rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .text {
	grid-area: 2 / 2 / 3 / 3;
	font-size: 1.4rem;
	line-height: 1.79;
	letter-spacing: .03em;
	margin-top: .7rem;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .arrow {
	grid-area: 1 / 3 / 3 / 4;
	width: 4.5rem;
	align-self: center;
	justify-self: end;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .arrow > span {width: 1.4rem;}



footer.footer {margin-top: 0;}



/*============================================================================*/
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {/* // PC // */
/*============================================================================*/


/* General List */
section.GeneralList_topList {
	width: 138rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6rem;
	padding-bottom: 11rem;
}
section.GeneralList_topList > .GeneralList_title {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
section.GeneralList_topList > .GeneralList_title > .en {font-size: 6.6rem;}
section.GeneralList_topList > .GeneralList_title > .jp {font-size: 1.4rem;}
section.GeneralList_topList > .GeneralList_title > .en + .jp {margin-top: 1.6rem;}
section.GeneralList_topList > .GeneralList_list {
	display: flex;
	gap: 2.8rem;
}
section.GeneralList_topList > .GeneralList_list > li {
	display: flex;
	overflow: hidden;
	width: calc( calc( 100% - 2.8rem * 3 ) / 4 );
}
section.GeneralList_topList > .GeneralList_list > li > a {
	display: flex;
	flex-direction: column;
	position: relative;
	border-bottom: solid 1px var(--color-border-gray);
	width: 100%;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {
	aspect-ratio: 0.81;/* 324x400px (AspectRatio = 81:100 ≒ 0.81) */
	border-radius: .8rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .category {}
section.GeneralList_topList > .GeneralList_list > li > a > .title {
	margin-top: 3.6rem;
	font-size: 1.8rem;
	flex-grow: 1;
}
section.GeneralList_topList > .GeneralList_list > li > a > .date {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}
section.GeneralList_topList > div > a.btnRounder {margin-top: 4rem;}


/* General List // News */
section.GeneralList_topList.generalList-news {
	padding-left: 10rem;
	padding-right: 10rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li {overflow: visible;}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a {
	justify-content: flex-end;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a:hover {
	background: #e8eaeb;
	opacity: 1;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a:hover::before {
	width: 100%;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .date {
	order: 1;
	margin-right: 0;
	margin-bottom: 0;
	width: 11rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .category {
	position: static;
	order: 2;
	width: 15rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a > .title {
	order: 3;
	flex: 1;
	margin-left: 5rem;
	margin-right: 6rem;
}
section.GeneralList_topList.generalList-news > .GeneralList_list > li > a::after {
}




/* General List // Contest */
section.GeneralList_topList.generalList-contest {}
section.GeneralList_topList.generalList-contest > .GeneralList_list > li > a > .category {
	position: absolute;
	top: 1rem;
	right: 1rem;
}







#heroArea {position: relative;}
#heroArea > .heroImageArea > .copy {
	left: 11rem;
	top: 24rem;
	transform: none;
}




#sectionA {}
#sectionA > .wrap {
	width: 100%;
	padding-right: 10rem;
	padding-bottom: 0;
}
#sectionA > .wrap > .container {
	display: flex;
	gap: 6rem;
}
#sectionA > .wrap > .container > .d1 {width: 89rem;}
#sectionA > .wrap > .container > .d2 {}
#sectionA > .wrap > .container > .d2 > *:first-child {margin-top: 0;}
#sectionA > .wrap > .container > .d2 > .text {font-size: 2.4rem;}
#sectionA > .wrap > .container > .d2 > .link {
	width: fit-content;
	margin-top: 5rem;
}




#section-mainContents > .wrap {
	padding-left: 10rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .text {}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .link {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 5rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item1 > .link > .item {}


#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text {
	position: absolute;
	top: 50%;
	left: 8rem;
	transform: translateY(-50%);
	width: 38rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text > .title {font-size: 4.2rem;}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-header > a > .text > .note {
	margin-top: 1.5rem;
	font-size: 1.8rem;
}


#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body {
	margin-top: 7rem;
	margin-right: 10rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li {
	display: flex;
	width: fit-content;
	height: auto;
	border-bottom: 1px solid #e8eaed;
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li:nth-of-type(-n + 2) {border-top: 1px solid #e8eaed;}


#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li * {transition: transform .2s ease-out;}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li > a {
	width: 49rem;
	padding: 3rem 0;
	position: relative;
	display: flex;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li > a > .img {
	position: relative;
	overflow: hidden;
	border-radius: .6rem;
	width: 15.8rem;
	height: 11rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li > a > .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 26.3rem;
	min-height: 11rem;
	margin-left: 3rem;
	margin-bottom: auto;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li > a > .text > .title {
	letter-spacing: .02em;
	font-size: max(10px,1.25vw);
	line-height: 2.6rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li > a > .text > .description {
	font-size: max(10px,.875vw);
	line-height: 1.71;
	letter-spacing: 0;
	margin-top: .8rem;
}
#section-mainContents > .wrap > .co_column2 > .container > .item2 > div > .contents-body > ul > li > a > .arrow {
	position: absolute;
	bottom: 2rem;
	right: 0;
}







#enjoy,
#manabu {scroll-margin-top: calc(var(--header-height) + 6rem);}


#manabu {margin-top: 8rem;}



#instagram {}
#instagram > .visumoEmbedCode {
	padding-left: 10rem;
	padding-right: 10rem;
}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-title > span {font-size: 6.6rem;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-description {margin-top: 1rem;}
#instagram .ecbn-selection-page-wrapper .ecbn-selection-description > span {
	font-size: 1.4rem;
	margin-top: 1.6rem;
}
#instagram > div > div > div > .ecbn-selection-page-wrapper > .ecbn-selection-footer2 {
	margin-top: -6rem;
	margin-bottom: 14rem;
}




#section-link {
	padding-bottom: 11rem;
	padding-top: .1rem;
}
#section-link > .container {
	gap: 3rem;
	padding-left: 10rem;
	padding-right: 10rem;
}
#section-link > .container > .item {
	width: calc( calc( 100% - 3rem * 2 ) / 3 );
}




#section-support {}
#section-support > .wrap {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 10rem;
}
#section-support > .wrap > .co_column2 {margin-top: 0;}
#section-support > .wrap > .co_column2 > .container > .item1 {margin-top: 6rem;}

#section-support > .wrap > .co_column2 > .container > .item2 > .container {
	display: flex;
	justify-content: flex-end;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item {
	position: relative;
	/* flex: 1; */
	width: 35.8rem;
	display: flex;
	align-items: stretch;
	border-left-style: solid;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a {padding: 3rem 4rem 10rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .icon {height: 8.5rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .icon > img {height: 4.6rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .title {font-size: 1.8rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .text {margin-top: 1.4rem;font-size: 1.4rem;}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .arrow {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
#section-support > .wrap > .co_column2 > .container > .item2 > .container > .item > a > .arrow > span {}


/*============================================================================*/
}




/* - - - - - - - - - - - - - - - - - - -
https://---/top-css.css
ID = {CC3D7EDF-482F-4FD8-A983-F7D1BD88EA82}
- - - - - - - - - - - - - - - - - - - */