/* @override 
	http://192.168.40.105:8003/thank-yu11/assets/css/thank-yu11.css */

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

/*font-size reset*/

* {
	font-feature-settings: "palt" 1;
}

:root {
	/*color*/
	/*色相-彩度(％)-輝度(％-50%中間)*/
	--main_bk: hsl(0, 0%, 1%);
	--main_kf_blue: hsl(199, 99%, 57%);
	--main_kf_gold: hsl(44, 40%, 46%);
	/**/
	--main_kf_blue_darker: hsl(199, 99%, 57%);
	/**/
	--main_kf_blue_pale: hsl(199, 99%, 95%);
	--main_kf_blue_pale_more: hsl(198, 62%, 96%);
	--main_red: hsl(0, 100%, 50%);
	--main_glay_light: hsl(0, 0%, 95%);
}

/*JP-Font*/
:root {
	--main_jp_font: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	--main_en_font: "Montserrat", sans-serif;
}

:root {
--fs-10: calc(10 / 16 * 1rem);
--fs-11: calc(11 / 16 * 1rem);
--fs-12: calc(12 / 16 * 1rem);
--fs-13: calc(13 / 16 * 1rem);
--fs-14: calc(14 / 16 * 1rem);
--fs-16: calc(16 / 16 * 1rem);
--fs-18: calc(18 / 16 * 1rem);
--fs-20: calc(20 / 16 * 1rem);
--fs-24: calc(24 / 16 * 1rem);
--fs-26: calc(26 / 16 * 1rem);
--fs-32: calc(32 / 16 * 1rem);
--fs-36: calc(36 / 16 * 1rem);
--fs-38: calc(38 / 16 * 1rem);
--fs-40: calc(40 / 16 * 1rem);
--fs-48: calc(48 / 16 * 1rem);
--fs-56: calc(56 / 16 * 1rem);
--fs-64: calc(64 / 16 * 1rem);
}

html,body {
	font-family: var(--main_jp_font);
	font-size: 100%;
	line-height: 1;
	height: 100%;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 320px;
}


p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--main_jp_font);
	font-size: var(--fs-10);
	line-height: 1;
	font-weight: normal;
}

.spv {
	display: none;
}

ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* スクロール量調整 */
:target {
	scroll-margin-top: -240px;
}



[lang='en'],
[lang='en']>strong {
	font-weight: normal;
}

[lang='en'] {
font-family: var(--main_en_font);
}

/*#overlay (pc)*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: hsla(0, 0%, 0%, 0.1);
	display: none;
}


p.btn_more {
	font-family: var(--main_en_font);
	text-transform: uppercase;
	font-size: var(--fs-13);
	text-align: center;
	margin-top: 1.4em;
	font-weight: bold;
	font-weight: 600;
	line-height: 1;
}

p.btn_more>span,
p.btn_more>a {
	display: inline-block;
	background-color: #555;
	color: #fff;
	border-radius: 20px;
}

p.btn_more span{
	
	padding: 0.75em 1.2em 0.8em 1.2em;
}

p.btn_more.gold>span,
p.btn_more.gold>a {
	background-color: var(--main_kf_gold);
}

p.btn_more.blue>span,
p.btn_more.blue>a {
	background-color: var(--main_kf_blue);
}


body {
	position: relative;
	z-index: 0;
}

#wrapper {
	width: 100%;
	height: var(--page-height);
	z-index: 10;
}

/* ==== #wrapper_bg_blur(pc) ==== */

#wrapper_bg_blur {
	width: 100%;
	height: var(--page-height);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
/*nest-start*/



div[id^='bg_circle']{
width: 1200px;
height: 1200px;
border-radius: 50%;
position: absolute;
z-index: 0;
opacity: 1;
}

div[id^='bg_circle'].brown {
	background-color: #efece4;
	box-shadow: 0px 3px 80px 80px #efece4;
}

div[id^='bg_circle'].blue {
	background-color: hsl(199, 99%, 95%);
	box-shadow: 0px 0 70px 70px hsl(199, 99%, 95%);
}

div#bg_circle01 {
	width: 800px;
	height: 800px;
	left: 55%;
	top: 5%;
}

div#bg_circle02 {
	width: 1400px;
	height: 1400px;
	left: -35%;
	top: 22%;
}

div#bg_circle03 {
	width: 1200px;
	height: 1200px;
	left: 35%;
	top: 48%;
}

div#bg_circle04 {
	width: 2400px;
	height: 2400px;
	margin-left: -1200px;
	left: 50%;
	bottom: -20%;
}

div[id^='bg_white_tape'] {
	position: absolute;
	height: 50%;
	left: 50%;
	z-index: 10;
	width: 280px;
	background-color: #fff;
	transform-origin: left top;
	transform: skew(-45deg);
}

div#bg_white_tape1 {
	top: 10%;
	margin-left: 40%;
}

div#bg_white_tape2 {
	top: 70%;
	margin-left: 57%;
}


/*nest-end*/
}





/*main(pc)*/
main {
	padding-bottom: 72px;
}

/*#wrapper(pc)*/
#wrapper {
	position: relative;
	z-index: 10;
	height: 100%;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: var(--main_kf_bk);
}

.tsume {
	letter-spacing: 0;
}


/*==== header(pc) ====*/
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
/*nest-start*/
 & a{
display: block;	
}

&>.inner {
	width: 100%;
	height: 56px;
	position: relative;
	z-index: 10;
}

#site_id{
width: 284px;
height: auto;
position: absolute;
top: 10px;
left: 8vw;
}

p.site_name {
	text-align: right;
	width: 300px;
	line-height: 1.3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	position: absolute;
	right: 2vw;
	top: 44px;
	gap:0 8px;
	font-size: var(--fs-18);
	font-weight: 600;
}

p.site_name a {
	color: #fff;
}

p.site_name a.emblem {
	width: 56px;
}


/*nest-end*/	
}

/*==== footer(pc) ====*/
footer {
	width: 100%;
	padding-bottom: 72px;
	text-align: center;
	
	/*nest-start*/
	&>.inner{
	width: calc(100% - 8vw);
	height: 120px;
	border-radius: 80px;
	max-width: 1280px;
	background-color: #020202;
	margin:  48px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 0 64px 0 64px;
	}
	
	&>.inner>p>a{
		color: #fff;
		display: block;
	}
	
	&>.inner>p.site_name {
		text-align: left;
		font-size: var(--fs-20);
		line-height: 1.2;
		font-weight: 600;
	}
	
	&>.inner>p.site_name>a {
		color: var(--main_kf_gold);
	}
	
	p.site_name_jp {
		display: flex;
		gap:0 8px;
		justify-content: flex-end;
		text-align: right;
		align-items: center;
		font-size: var(--fs-16);
		font-weight: 700;
	}
	
	p.site_name_jp img{
		width: 48px;
	}
	
	&>p.copy {
		display: inline-block;
		text-align: center;
		font-size: var(--fs-14);
		font-weight: 500;
		text-align: center;
		margin-top: 1.6em;
	}
	
	#ft_logo {
	border-top: 1px solid hsla(0,0%,0%,0.2);
		width: 1088px;
		margin: 0 auto;
		padding-top: 32px;
	}
	
	#ft_logo p.logo,
		#ft_logo p.catch_jp {
		width: 480px;
		margin: 0 auto;
	}
	
	#ft_logo p.catch_jp {
		margin-top: 24px;
	}
	
	/*nest-end*/
}


/*==== #box_gnav(pc) ====*/


#box_gnav {
	display: none;
}


/*==== .page_home(pc) ====*/


main.page_home {
	width: 1088px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

/*==== #box_yu11_kv(home) (pc) ====*/

#box_yu11_kv {
width: 100%;
background-color: #ccc;
position: relative;
z-index: 0;
/*nest-start*/

&>.inner{
width: 100%;
height: calc((900 / 1920) * 100vw);
position: relative;
z-index: 0;
overflow: hidden;
}

&>.inner>img {
	max-width: none;
	width: 102%;
	height: auto;
	position: relative;
	z-index: 0;
	top: -30%;
}

p.catch_jp{
width: 640px;
height: auto;
position: absolute;
left: 54%;
top: 43%;
z-index: 10;
}

/*nest-end*/
}

/*==== box_home_lead(pc) ====*/

#box_home_lead {
width: 1280px;
position: relative;
z-index: 10;
margin-left: auto;
margin-right: auto;
margin-top: -4.8em;
/*nest-start*/

&>h2{
font-size: var(--fs-48);
line-height: 1.5;
font-weight: 700;
}

&>p {
	font-size: var(--fs-18);
	line-height: 1.5;
	margin-top: 1.2em;
	font-weight: bold;
	font-weight: 600;
	letter-spacing: 0.05em;
}

&>h2+p {
	margin-top: 2.4em;
}

figure.fig_yu_debuet {
	position: absolute;
	right: 16px;
	top: 260px;
	width: 456px;
	height: auto;
}

figure.fig_yu_debuet>figcaption {
	position: absolute;
	z-index: 10;
	color: #fff;
	top: 120px;
	left: 56px;
	font-weight: 600;
}

p.goals_counter {
	position: absolute;
	top: -20px;
	right: 16px;
	width: 456px;
	height: auto;
	text-align: center;
}

p.goals_counter>img {
	width: 300px;
}

/*nest-end*/
}


/*==== section -common(pc)-home ====*/
main.page_home {

& section h2{
	font-size: var(--fs-56);
	font-weight: 700;
	text-transform: uppercase;
	}
	
	section:not(#sec_event_video) {
	margin-top: 72px;	
	/*nest-inner-start*/
	
	.sec_header h2,
	.sec_header p{
	text-align: center;	
	}
	
	.sec_header h2+p {
		font-size: var(--fs-18);
		margin-top: 0.2em;
		font-weight: 700;
		color: var(--main_kf_gold);
	}
	
	.sec_header p.lead {
		margin-top: 1.6em;
		font-size: var(--fs-16);
		font-weight: 500;
		line-height: 0.05em;
	}
	
	/*nest-inner-end*/
	}
	
}


/*==== #sec_event_video(pc) ====*/

#sec_event_video {
margin: 80px auto 0 auto;
width: 1088px;

/*nest-start*/
#box_video{
width: 100%;
height: 612px;
background-color: #eee;
margin-top: 8px;
}

div.sec_header {
	display: flex;
	align-items: center;
flex-direction: row-reverse;
gap:0 12px;
}

div.sec_header >h2,
div.sec_header p {
	line-height: 1;
}

div.sec_header p {
	font-size: var(--fs-16);
	font-weight: 600;
}

/*nest-end*/
	
	
}

/*==== #sec_info(pc) ====*/

#sec_info {
/*nest-start*/
#box_info_entry{
	margin-top: 24px;
	box-shadow: 0px 2px 8px hsla(1,0%,0%,0.1);
	border-radius: 12px;
	background-color: #fff;
	padding: 32px;
	}
	
	#box_info_entry>dl {
		
	}
	
	#box_info_entry>dl>dt {
		font-family: var(--main_en_font);
		font-size: var(--fs-18);
		color: var(--main_kf_blue_darker);
		position: relative;
		z-index: 0;
		height: 0;
		margin-top: 1em;
		font-weight: bold;
		font-weight: 700;
		line-height: 1;
		text-align: right;
		width: 6.4em;
	}
	
	#box_info_entry>dl>dt>span {
		display: inline-block;
		padding-top: 0.25em;
	}
	
	#box_info_entry>dl>dd {
		padding-left: 8em;
		font-size: var(--fs-18);
		line-height: 1.4;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-weight: 500;
	}
	
	#box_info_entry>dl>dt:first-of-type {
		margin-top: 0;
	}
	
	#box_info_entry>dl>dd>a {
		transition: 0.3s;
	}
	
	#box_info_entry>dl>dd>a:hover {
		text-decoration: underline;
		color: var(--main_kf_blue);
	}
	
/*nest-end*/
}


/* === hoome .wrapper_list(pc)  === */

.wrapper_list{
width: 100%;
height: auto;
margin-top: 48px;

/*nest-start*/

& ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap:48px 32px ;
	justify-content: space-between;
}

& ul figure.ol {
	border: 1px solid #eee;
	
}

/*nest-end*/

}


/*==== #sec_columns_home(pc) ====*/

#sec_columns_home {
/*nest-start*/

.wrapper_list>ul>li {
	width: calc((100% - 32px * 2) / 3);
}

.wrapper_list>ul>li a {
	display: block;
	width: 100%;
	transition: 0.3s;
}

.wrapper_list>ul>li a>figure {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	background-color: #f5f5f5;
	aspect-ratio:3 / 2;
	position: relative;
	z-index: 0;
}

.wrapper_list>ul>li>a>figure>img {
	max-width: none;
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transform-origin: center center;
transition: transform 0.3s;
}

.wrapper_list>ul>li>a:hover>figure>img {
transform: translate(-50%, -50%) scale(1.1);
}

.wrapper_list>ul>li div.inner {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	min-height: 16em;
	align-items: flex-start;
	align-content: flex-start;
}

.wrapper_list>ul>li div.inner h3,
.wrapper_list>ul>li div.inner p {
	position: relative;
	z-index: 0;
}

.wrapper_list>ul>li div.inner h3 span.cho_90p {
	display: inline-block;
	transform-origin: left center;
	transform: scaleX(0.9);
	white-space: nowrap;
}

.wrapper_list>ul>li div.inner h3,
.wrapper_list>ul>li div.inner p.text {
	width: 100%;
}

.wrapper_list>ul>li a div.inner p.date {
	font-family: var(--main_en_font);
	font-size: var(--fs-18);
	font-weight: bold;
	font-weight: 600;
	color: var(--main_kf_blue_darker);
	vertical-align: baseline;
}

.wrapper_list>ul>li a div.inner p.date+.category {
	margin-left: 0.6em;
	font-weight: bold;
	font-weight: 600;
	font-size: var(--fs-14);
	padding-top: 0.05em;
}

.wrapper_list>ul>li div.inner h3 {
	font-size: var(--fs-20);
	font-weight: bold;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.4;
}



.wrapper_list>ul>li div.inner p.text {
	font-size: var(--fs-16);
	line-height: 1.5;
	margin-top: 0.4em;
	letter-spacing: 0.05em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
-webkit-line-clamp: 3; /* 4行で制限 */
overflow: hidden;
}

.wrapper_list>ul>li>a p.btn_more {
	transition: 0.3s;
}

.wrapper_list>ul>li>a:hover p.btn_more {
	opacity: 0.8;
}


/*nest-end*/
}


/*==== #sec_downloads(pc) ====*/

#sec_downloads {
/*nest-start*/



.wrapper_list>ul>li {
	width: calc((100% - 32px * 3) / 4);
}

.wrapper_list>ul>li>a {
	display: block;
	width: 100%;
	transition: 0.3s;
}

.wrapper_list>ul>li>a>figure {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #f5f5f5;
	aspect-ratio:10 / 22;
	position: relative;
	z-index: 0;
}

.wrapper_list>ul>li>a>figure>img {
	max-width: none;
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transform-origin: center center;
transition: transform 0.3s;
}

.wrapper_list>ul>li>a:hover>figure>img {
transform: translate(-50%, -50%) scale(1.1);
}

.wrapper_list>ul>li div.inner {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	min-height: 5em;
	align-items: flex-start;
	align-content: flex-start;
}

.wrapper_list>ul>li div.inner h3,
.wrapper_list>ul>li div.inner p {
	position: relative;
	z-index: 0;
}

.wrapper_list>ul>li div.inner h3,
.wrapper_list>ul>li div.inner p.text {
	width: 100%;
}

.wrapper_list>ul>li div.inner p.category{
	font-family: var(--main_en_font);
	font-size: var(--fs-18);
	font-weight: bold;
	font-weight: 600;
	color: var(--main_kf_blue_darker);
	vertical-align: baseline;
}

.wrapper_list>ul>li div.inner p.category+.text_jp {
	margin-left: 0.6em;
	font-weight: bold;
	font-weight: 600;
	font-size: var(--fs-14);
	padding-top: 0.05em;
}

.wrapper_list>ul>li div.inner h3 {
	font-size: var(--fs-20);
	font-weight: bold;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.4;
}



.wrapper_list>ul>li div.inner p.text {
	font-size: var(--fs-16);
	line-height: 1.5;
	margin-top: 0.4em;
	letter-spacing: 0.05em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
-webkit-line-clamp: 4; /* 4行で制限 */
overflow: hidden;
}

.wrapper_list>ul>li p.btn_more>a {
	display: inline-block;
	transition: 0.3s;
}

.wrapper_list>ul>li p.btn_more>a>span {
	display: block;
}

.wrapper_list>ul>li p.btn_more>a:hover {
	opacity: 0.8;
}


/*nest-end*/
}



/*==== Responsive(sp) ====*/

@media (hover: none) {
	.btn:hover {
		background: inherit !important;
		color: inherit !important;
		transform: none !important;
	}
}

@media screen and (max-width: 768px) {
/*mq-start*/
.pcv {
display: none;
}

.spv {
display: block;
}


/* ==== #wrapper_bg_blur(sp) ==== */

#wrapper_bg_blur {
	
	/*nest-start*/

div#bg_circle01 {
	width:150vw;
	height: 150vw;
	left: 25%;
	top: 8%;
}

div#bg_circle02 {
	width: 150vw;
	height: 150vw;
	left: -55%;
	top: 25%;
}

div#bg_circle03 {
	width: 250vw;
	height: 250vw;
	left: 20%;
	top: 48%;
}

div#bg_circle04 {
	width: 200vw;
	height: 200vw;
	margin-left: -100vw;
	bottom: -15vw;
}

div[id^='bg_white_tape'] {
	height: 80%;
	width: 40vw;
	transform: skew(-35deg);
}

div#bg_white_tape1 {
	top: 8%;
	margin-left: 25%;
}

div#bg_white_tape2 {
	top: 80%;
	margin-left: 142%;
}


/*nest-end*/
	
	
}

/*main(sp)*/
main {
	padding-bottom: 20vw;
}


/*==== header(sp) ====*/
header {
/*nest-start*/
&>.inner {
	height: 15vw;
}

#site_id{
width: 36vw;
top: 1vw;
left: 3vw;
}

p.site_name {
	width: 50vw;
	right: 2vw;
	top: 4vw;
	gap:0 1vw;
	font-size: var(--fs-12);
}

p.site_name a.emblem {
	width: 9vw;
}


/*nest-end*/	
}


/*==== footer(sp) ====*/
footer {
	padding-bottom: 10vw;
	
	/*nest-start*/
	&>.inner{
	width: calc(100% - 6vw);
	height: 16vw;
	border-radius: 8vw;
	max-width: none;
	margin:  8vw auto 0 auto;
	padding: 0 5vw 0 8vw;
	}

	
	&>.inner>p.site_name {
		font-size: var(--fs-11);
	}
	
	
	p.site_name_jp {
		gap:0 0.5em;
		font-size: var(--fs-12);
	}
	
	p.site_name_jp img{
		width: 8vw;
	}
	
	&>p.copy {
		font-size: var(--fs-14);
	}
	
	#ft_logo {
		width: 88vw;
		padding-top: 6vw;
	}
	
	#ft_logo p.logo,
		#ft_logo p.catch_jp {
		width: 60%;
	}
	
	#ft_logo p.catch_jp {
		margin-top: 5vw;
	}
	
	/*nest-end*/
}



/*==== #box_gnav(sp) ====*/

#box_gnav {
	display: none;
}


/*==== .page_home(sp) ====*/


main.page_home {
	width: 88vw;
	position: relative;
}

/*==== #box_yu11_kv(home) (sp) ====*/

#box_yu11_kv {
/*nest-start*/

&>.inner{
height: calc((4 / 3) * 100vw);
}

&>.inner>img {
	max-width: none;
	width: 260%;
	height: auto;
	top: -22vw;
	left: -84vw;
}

p.catch_jp{
width: 80%;
left: 10vw;
top: 62vw;
}

/*nest-end*/
}


/*==== box_home_lead(sp) ====*/

#box_home_lead {
width: 88vw;
margin-top: 30vw;
/*nest-start*/

&>h2{
font-size: 6vw;
line-height: 1.5;
font-weight: 700;
}

&>p {
	font-size: var(--fs-18);
}

&>h2+p {
	margin-top: 2.4em;
}

figure.fig_yu_debuet {
	position: relative;
	right: auto;
	top: 5vw;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}

figure.fig_yu_debuet>figcaption {
	font-size: var(--fs-20);
	position: absolute;
	top: 22vw;
	left: 6vw;
}

p.goals_counter {
	top: -47.5vw;
	right: auto;
	left: auto;
	margin-left: 0;
	width: 100%;
}

p.goals_counter>img {
	width: 50vw;
}

/*nest-end*/
}


/*==== section -common(sp)-home ====*/
main.page_home {

& section h2{
	font-size: var(--fs-48);
	line-height: 0.6;
	}
	
	section:not(#sec_event_video) {
	margin-top: 12vw;	
	/*nest-inner-start*/
	
	.sec_header h2+p {
		font-size: var(--fs-20);
		margin-top: 0.4em;
		line-height: 1.4;
	}
	
	.sec_header p.lead {
		margin-top: 0.6em;
		font-size: var(--fs-18);
		line-height: 1.4;
	}
	
	/*nest-inner-end*/
	}
	
}



/*==== #sec_event_video(sp) ====*/

#sec_event_video {
margin: 16vw auto 0 auto;
width: 88vw;

/*nest-start*/
#box_video{
width: 100%;
height: 56vw;
margin-top: 3vw;
}

div.sec_header {
	display: block;
	text-align: center;
gap:2vw 2vw;
}

div.sec_header>h2 {
	line-height: 0.9;
}


div.sec_header p {
	font-size: var(--fs-16);
	margin-top: 0.2em;
	line-height: 1.4;
}

/*nest-end*/
	
	
}



/*==== #sec_info(pc) ====*/

#sec_info {
/*nest-start*/
#box_info_entry{
	margin-top: 3vw;
	border-radius: 1.5vw;
	padding: 4vw;
	}
	
	#box_info_entry>dl {
		
	}
	
	#box_info_entry>dl>dt {
		position: relative;
		height: auto;
		text-align: center;
		margin-top: 1.5em;
		width: auto;
		font-size: var(--fs-24);
	}
	
	#box_info_entry>dl>dt>span {
		display: block;
		padding-top: 0;
	}
	
	#box_info_entry>dl>dd {
		padding-left: 0;
		line-height: 1.4;
		margin-top: 0.5em;
	}
	
/*nest-end*/
}


/* === hoome .wrapper_list(sp)  === */

.wrapper_list{
margin-top: 4vw;

/*nest-start*/

& ul {
	flex-wrap: wrap;
	gap:6vw 2vw ;
}

/*nest-end*/

}

/*==== #sec_columns_home(sp) ====*/

#sec_columns_home {
/*nest-start*/

.wrapper_list>ul>li {
	width: calc((100% - 32px * 1) / 2);
}

.wrapper_list>ul>li a>figure {
	border-radius: 1.5vw;
}


.wrapper_list>ul>li div.inner {
	margin-top: 1.5em;
	min-height: none;
}


.wrapper_list>ul>li div.inner h3 span.cho_90p {
	transform: scaleX(1);
	white-space: normal;
}

.wrapper_list>ul>li div.inner p.text {
	-webkit-line-clamp: 4; /* 4行で制限 */
}

/*nest-end*/
}


/*==== #sec_downloads(sp) ====*/

#sec_downloads {
/*nest-start*/
.wrapper_list>ul>li {
	width: calc((100% - 32px * 1) / 2);
}

.wrapper_list>ul>li>a>figure {
	border-radius: 1.5vw;
}

/*nest-end*/
}






/*mq-end*/
}





/**/