@charset "UTF-8";

/* font */
/*

Shuttleblock Condensed Condensed Medium
font-family: shuttleblock-condensed, sans-serif;
font-weight: 500;
font-style: normal;
f
M+ 2p regular
font-family: m-plus-2p, sans-serif;
font-weight: 400;
font-style: normal;

M+ 2p medium
font-family: m-plus-2p, sans-serif;
font-weight: 500;
font-style: normal;

M+ 2p bold
font-family: m-plus-2p, sans-serif;
font-weight: 700;
font-style: normal;

M+ 2p heavy
font-family: m-plus-2p, sans-serif;
font-weight: 800;
font-style: normal;

*/






/*---------------------------
共通
---------------------------*/
html {
	scroll-behavior: smooth;
}

.is-pc {
	display: none !important;
}

@media screen and (min-width: 768px),
print {
	.is-pc {
		display: block !important;
	}
}

.is-sp {
	display: block !important;
}

@media screen and (min-width: 768px),
print {
	.is-sp {
		display: none !important;
	}
}

.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

.section {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.prize {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 1140px) {
	.section {
		width: 94%;
	}

	.prize {
		width: 94%;
	}

	#infoWrap .rule_txt {
		width: 94%;
	}

	#infoWrap .contact .contactArea {
		width: 94%;
	}

	#conceptWrap .prize_ttl_note {
		width: 94%;
	}
}



@media screen and (max-width: 768px) {

	html {
		scroll-padding-top: 60px;
	}

	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}

	.section {
		width: 94%;
	}

	.prize {
		width: 94%;
	}

}






/*---------------------------
キービジュアル
---------------------------*/

#mainimgArea {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainimgArea img {
	width: 100%;
}


/* Tab */
@media screen and (max-width: 1200px) {}


/* sp */
@media only screen and (max-width: 768px) {}







/*---------------------------
キャンペーン期間
---------------------------*/
#kikan {
	background: #bd1932;
	padding: 1.6em 0;
}

#kikan p {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

#kikan img {
	max-width: 100%;
}



/* Tab */
@media screen and (max-width: 1250px) {
	#kikan {
		padding: 1.4em 0;
	}

	#kikan p {
		max-width: 94%;
	}
}



/* sp */
@media only screen and (max-width: 768px) {
	#kikan {
		padding: 1em 0;
	}

	#kikan p {
		max-width: 94%;
	}
}






/*---------------------------
背景
---------------------------*/
.bg {
	background: url(../images/yunker-family-cp2026/blu_bg.jpg) top center no-repeat;
	background-size: cover;
}

.bg_gld {
	background: url(../images/yunker-family-cp2026/gld_bg.jpg) top center no-repeat;
	background-size: cover;
}

.bg_prize {
	background: url(../images/yunker-family-cp2026/prize_bg.jpg) top center no-repeat;
	background-size: cover;
}

.bg_gray {
	background: url(../images/yunker-family-cp2026/gray_bg.jpg) top center no-repeat;
	background-size: cover;
}


/* Tab */
@media screen and (max-width: 1250px) {}



/* sp */
@media only screen and (max-width: 768px) {
	.bg {
		background: url(../images/yunker-family-cp2026/blu_bg_sp.jpg) top center no-repeat;
		background-size: 100% auto;
	}

	.bg_gld {
		background: url(../images/yunker-family-cp2026/gld_bg_sp.jpg) center center repeat-y;
		background-size: 100%;
	}

	.bg_prize {
		background: url(../images/yunker-family-cp2026/prize_bg_sp.jpg) center center repeat-y;
		background-size: 100%;
	}
}






/*---------------------------
#tabWrap
---------------------------*/

#tabWrap {
	width: 100%;
	margin: 0 auto;
	padding: 3em 0 0;
}

#tabWrap .tabband {
	background: #fff;
	border-top: 7px solid #bd1932;
	border-bottom: 7px solid #bd1932;
}

#tabWrap .tabband ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#tabWrap .tabband ul li {
	width: calc(100% / 4);
	text-align: center;
}

#tabWrap .tabband ul li a {
	display: block;
	width: 100%;
	padding: 0.3em 0;
	transition: all 0.5s;
}

#tabWrap .tabband ul li:nth-child(-n+3) a {
	font-size: 43px;
	font-family: shuttleblock-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	color: #000;
}

#tabWrap .tabband ul li:nth-child(4) a {
	font-size: 33px;
	font-family: m-plus-2p, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	color: #000;
}

#tabWrap .tabband ul li a:hover {
	opacity: 0.3;
}



/* Tab */
@media screen and (max-width: 1250px) {}



/* sp */
@media only screen and (max-width: 768px) {

	#tabWrap {
		width: 100%;
		margin: 0 auto;
		padding: 2em 0 0;
	}

	#tabWrap .tabband ul li {
		width: calc(100% / 4);
		text-align: center;
	}

	#tabWrap .tabband ul li a {
		display: block;
		width: 100%;
		padding: 0.4em 0;
	}

	#tabWrap .tabband ul li:nth-child(-n+3) a {
		font-size: 5.8vw;
	}

	#tabWrap .tabband ul li:nth-child(4) a {
		font-size: 4.6vw;
	}

}






/*---------------------------
#conceptWrap
---------------------------*/

#conceptWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../images/yunker-family-cp2026/prize_bg.jpg) center top repeat-y;
	background-size: 100%;
}

#conceptWrap img {
	width: 100%;
}

#conceptWrap .con_01_line {
	width: 100%;
	padding: 0em 0 1em;
}

#conceptWrap .con_01_line img {
	width: 100%;
	display: block;
}

#conceptWrap .cp_ttl {
	width: 85%;
	margin: 0 auto;
	padding: 2em 0;
}

#conceptWrap .cp_ttl .cp_ttl_pc,
#conceptWrap .cp_ttl .cp_ttl_sp {
	width: 100%;
}

#conceptWrap .cp_ttl .cp_ttl_bg_wrap {
	position: relative;
}

#conceptWrap .cp_ttl .cp_ttl_bg {
	display: block;
	width: 100%;
}

#conceptWrap .cp_ttl .cp_ttl_main {
	position: absolute;
	top: calc(11% - 20px);
	left: 50%;
	transform: translateX(-50%);
	width: 82%;
}

#conceptWrap .cp_ttl .cp_ttl_sub_wrap {
	position: absolute;
	left: 50%;
	top: calc(25.5% - 20px);
	transform: translateX(-50%);
	width: 86%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3%;
}

#conceptWrap .cp_ttl .cp_ttl_sub {
	width: calc((100% - 3%) / 2);
}

@media screen and (min-width: 768px) {
	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_bg[src*="prize_ichiro_bg.png"]+.cp_ttl_main+.cp_ttl_sub_wrap {
		align-items: flex-end;
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub:first-child {
		transform: translateY(-30px);
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_ichiro01.png"] {
		width: calc((100% - 3%) / 2 - 55px);
		transform: translateY(28px);
		margin-left: 50px;
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_yamamoto01.png"] {
		width: calc((100% - 3%) / 2 - 55px);
		transform: translateY(28px);
		margin-left: 50px;
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub:last-child {
		width: calc((100% - 3%) / 2 - 40px);
		transform: translateY(20px);
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_ichiro02.png"] {
		width: calc((100% - 3%) / 2 - 55px);
		transform: translateY(25px);
		position: relative;
		left: -30px;
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_yamamoto02.png"] {
		width: calc((100% - 3%) / 2 - 55px);
		transform: translateY(25px);
		position: relative;
		left: -30px;
	}
}

@media screen and (min-width: 1500px) {
	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_ichiro01.png"] {
		width: calc(((100% - 3%) / 2 - 55px) * 0.95);
		transform: translateY(38px);
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_ichiro02.png"] {
		width: calc(((100% - 3%) / 2 - 55px) * 0.95);
		transform: translateY(35px);
		left: -30px;
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_yamamoto02.png"] {
		width: calc(((100% - 3%) / 2 - 55px) * 0.95);
		transform: translateY(35px);
		left: -30px;
	}

	#conceptWrap .cp_ttl .cp_ttl_pc .cp_ttl_sub[src*="prize_yamamoto01.png"] {
		width: calc(((100% - 3%) / 2 - 55px) * 0.95);
		transform: translateY(38px);
	}
}

#conceptWrap .line {
	position: relative;
	height: 10px;
}

#conceptWrap .prize_ttl_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
}

#conceptWrap .prize_ttl {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

#conceptWrap .prize_ttl img {
	width: 100%;
}

#conceptWrap .prize_ttl .is-pc {
	display: block;
}

@media screen and (min-width: 768px) {
	#conceptWrap .prize_ttl .is-pc {
		display: block !important;
	}

	#conceptWrap .prize_ttl .is-sp {
		display: none !important;
	}
}

#conceptWrap .prize_ttl_note {
	width: 1080px;
	margin: 0.5em auto 1em;
	text-align: right;
	color: #fff;
	font-size: 12px;
	padding-right: 0;
}

#conceptWrap .cp_ttl_note_extra {
	width: 1080px;
	margin: 0.5em auto 3em;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

#conceptWrap .line::before,
#conceptWrap .line::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

#conceptWrap .line::before {
	top: 0;
}

#conceptWrap .line::after {
	bottom: 0;
}

/* .con_01 */

#conceptWrap .con_01 {
	width: 100%;
	/* max-width: 1300px; */
	margin: 0 auto;
	padding: 4em 0 0;
}

#conceptWrap .con_01 .txtwrap {
	width: 100%;
	margin: 0 auto 0 0;
	background: url(../images/yunker-family-cp2026/gld_bg.jpg) top center no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

#conceptWrap .con_01 .txtArea {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 3em 0 2em;
}

#conceptWrap .con_01 .txtArea .cp_label {
	position: absolute;
	right: -2%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-width: 330px;
}

#conceptWrap .con_01 .txtArea>.ttl {
	font-size: 33px;
	font-family: m-plus-2p, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	line-height: 1;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 0.5em;
}

#conceptWrap .con_01 .txtArea>.txt {
	font-size: 19px;
	font-family: m-plus-2p, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	line-height: 1.8;
	color: #000;
	padding-top: 1em;
}

/* .con_02 */

#conceptWrap .con_02 {
	width: 100%;
	margin: 0 auto;
	background: url(../images/yunker-family-cp2026/gld_bg.jpg) top center no-repeat;
	background-size: cover;
	/* padding: 4em 0 8em; */
}

#conceptWrap .con_02 ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 3em 0 0;
}

#conceptWrap .con_02 ul li {
	width: calc((100% - 3em) / 2);
}

#conceptWrap .con_02 ul.prize_list {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 3em 0 0;
}

#conceptWrap .con_02 ul.prize_list li.prize_item_center {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	flex-basis: 100%;
}

#conceptWrap .con_02 ul.prize_list li.prize_item_center img {
	max-width: calc((100% - 3em) / 2);
	width: auto;
	margin: 0 auto;
}

#conceptWrap .con_02 ul.prize_list li.prize_item_row {
	width: calc((100% - 3em) / 2);
	flex-basis: calc((100% - 3em) / 2);
}

#conceptWrap .con_02 p.cap {
	width: 80%;
	margin: 1em auto 0;
	font-size: 12px;
	font-family: m-plus-2p, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: right;
	line-height: 1.4;
	color: #000;
	padding: 0 0 20px;
}



/* Tab */
@media screen and (max-width: 1250px) {}



/* sp */
@media only screen and (max-width: 768px) {

	#conceptWrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: url(../images/yunker-family-cp2026/prize_bg_sp.jpg) center center repeat-y;
		background-size: 100%;
	}

	#conceptWrap .con_01_line {
		width: 100%;
		padding: 0em 0 0;
	}

	#conceptWrap .con_01_line img {
		width: 100%;
		display: block;
	}

	#conceptWrap .cp_ttl {
		width: 94%;
		margin: 0 auto;
		padding: 2em 0 0;
	}

	#conceptWrap .cp_ttl img {
		width: 100%;
	}

	#conceptWrap .cp_ttl .cp_ttl_main {
		top: calc(7% - 20px);
		width: 86%;
	}

	#conceptWrap .cp_ttl .cp_ttl_sub_wrap {
		position: absolute;
		left: 50%;
		top: calc(17% - 20px);
		transform: translateX(-50%);
		width: 78%;
		margin: 0;
		display: block;
	}

	#conceptWrap .cp_ttl .cp_ttl_bg[src*="prize_yamamoto_bg_sp.png"]+.cp_ttl_main+.cp_ttl_sub_wrap {
		top: calc(17% - 40px);
	}

	#conceptWrap .cp_ttl .cp_ttl_sub {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#conceptWrap .cp_ttl .cp_ttl_sub+.cp_ttl_sub {
		margin-top: 2.8%;
	}

	#conceptWrap .cp_ttl .cp_ttl_bg[src*="prize_ichiro_bg_sp.png"],
	#conceptWrap .cp_ttl .cp_ttl_bg[src*="prize_yamamoto_bg_sp.png"] {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#conceptWrap .cp_ttl .cp_ttl_sub[src*="prize_ichiro01.png"],
	#conceptWrap .cp_ttl .cp_ttl_sub[src*="prize_ichiro02.png"] {
		position: relative;
		top: -10px;
		left: 20px;
	}

	#conceptWrap .cp_ttl .cp_ttl_sub[src*="prize_ichiro02.png"] {
		top: 0;
	}

	#conceptWrap .cp_ttl .cp_ttl_sub[src*="prize_yamamoto01.png"],
	#conceptWrap .cp_ttl .cp_ttl_sub[src*="prize_yamamoto02.png"] {
		position: relative;
		top: 15px;
		left: 20px;
	}

	#conceptWrap .cp_ttl .cp_ttl_sub[src*="prize_yamamoto02.png"] {
		top: 25px;
	}

	#conceptWrap .prize_ttl_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 2em 0;
	}

	#conceptWrap .prize_ttl {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}

	#conceptWrap .prize_ttl img {
		width: 100%;
	}

	#conceptWrap .prize_ttl .is-pc {
		display: none !important;
	}

	#conceptWrap .prize_ttl .is-sp {
		display: block !important;
	}

	#conceptWrap .prize_ttl_note {
		width: 100%;
		margin: 1em auto 4em;
		text-align: right;
		color: #fff;
		font-size: 10px;
		text-align: center;
	}

	#conceptWrap .cp_ttl_note_extra {
		width: 80%;
		margin: 2em auto 3em;
		font-size: 10px;
		line-height: 1.7;
	}

	/* .con_01 */

	#conceptWrap .con_01 {
		width: 100%;
		margin: 0 auto;
		padding: 3em 0 0;
	}

	#conceptWrap .con_01 .txtwrap {
		width: 100%;
		margin: 0 auto 0 0;
		background: url(../images/yunker-family-cp2026/gld_bg_sp.jpg) top center no-repeat;
		background-size: 100%;
	}

	#conceptWrap .con_01 .txtArea {
		position: relative;
		width: 95%;
		margin: 0 auto;
		padding: 3em 0 2em;
	}

	#conceptWrap .con_01 .txtArea .cp_label {
		position: absolute;
		right: -1%;
		top: 16%;
		transform: translateY(-50%);
		width: 100%;
		max-width: 38vw;
	}

	#conceptWrap .con_01 .txtArea>.ttl {
		font-size: 5.599vw;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	#conceptWrap .con_01 .txtArea>.txt {
		font-size: 3.776vw;
		padding-top: 2em;
	}

	/* .con_02 */

	#conceptWrap .con_02 {
		width: 100%;
		margin: 0 auto;
		background: url(../images/yunker-family-cp2026/gld_bg_sp.jpg) top center no-repeat;
		background-size: cover;
		/* padding: 3em 0 4em; */
	}

	#conceptWrap .con_02 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 2em 0 0;
		gap: 1em 0;
	}

	#conceptWrap .con_02 ul li {
		width: 100%;
	}

	#conceptWrap .con_02 ul.prize_list {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 2em 0 0;
		gap: 1em 0;
	}

	#conceptWrap .con_02 ul.prize_list li.prize_item_center {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
		flex-basis: 100%;
	}

	#conceptWrap .con_02 ul.prize_list li.prize_item_center img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	#conceptWrap .con_02 ul.prize_list li.prize_item_row {
		width: 100%;
		flex-basis: 100%;
	}

	#conceptWrap .con_02 ul.prize_list li.prize_item_row img {
		width: 100%;
	}

	#conceptWrap .con_02 p.cap {
		width: 100%;
		margin: 1.5em auto 0;
		font-size: 10px;
		color: #000;
		padding: 0;
		letter-spacing: -0.1em;
		padding-bottom: 1em;
	}

}






/*---------------------------
#movieWrap
---------------------------*/

#movieWrap {
	width: 100%;
	margin: 0 auto;
	padding: 6em 0 6em;
	background: #fff url(../images/yunker-family-cp2026/movie_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

#movieWrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10em;
	background: url(../images/yunker-family-cp2026/specialmovie_bg.png) no-repeat bottom center;
	background-size: 100% auto;
	pointer-events: none;
	z-index: 0;
}

#movieWrap img {
	width: 100%;
}

#movieWrap .Wrapband {
	width: 100%;
	margin: 0 auto;
	background: transparent;
	padding: 2em 0;
	position: relative;
	z-index: 1;
}

#movieWrap .Wrapband-oubo {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 2em 0;
}

#movieWrap .Wrapband .head {
	width: 100%;
	max-width: 552px;
	margin: 0 auto 3em;
}

#movieWrap .Wrapband .head img.specialmovie_main {
	display: block;
	width: 108%;
	margin-top: 50px;
	transform: translateX(-4%);
}

#movieWrap .Wrapband .head img.specialmovie_copy {
	display: block;
	width: 60%;
	margin: 200px auto 0;
	padding-top: 0;
}

#movieWrap .r_border {
	position: relative;
	width: 100%;
	height: 26px;
	background: #948609;
}

#movieWrap .r_border::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	background: #001c40;
	top: 50%;
	transform: translateY(-50%);
}

#movieWrap .movie_ttl {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 6em 0 3em;
}

#movieWrap .movie {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#movieWrap video {
	width: 100%;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#movieWrap .youtube-wrapper {
	position: relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}

#movieWrap .youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

#movieWrap .youtube-wrapper .youtube-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: #000;
}

#movieWrap .youtube-wrapper .youtube-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#movieWrap .youtube-wrapper .youtube-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 64px;
	line-height: 1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

#movieWrap .youtube-wrapper.is-playing iframe {
	opacity: 1;
	pointer-events: auto;
}

#movieWrap .youtube-wrapper.is-playing .youtube-thumb {
	display: none;
}

#movieWrap .movie-pyramid {
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

#movieWrap .movie-pyramid .movie-top .youtube-wrapper {
	width: 55%;
	margin-top: 180px;
}

#movieWrap #movie_01 {
	margin-top: 50px;
}

#movieWrap #movie_01 .youtube-wrapper .youtube-thumb {
	background: transparent;
}

@media only screen and (min-width: 769px) {
	#movieWrap .Wrapband .head {
		transform: translateY(-150px);
	}

	#movieWrap .Wrapband .head img.specialmovie_main {
		margin-top: 130px;
	}

	#movieWrap .Wrapband .head img.specialmovie_copy {
		width: 48%;
		margin: 130px auto 0;
	}

	#movieWrap .movie-pyramid {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	#movieWrap #movie_01 {
		width: 48%;
	}

	#movieWrap #movie_01 .youtube-wrapper,
	#movieWrap #movie_02 .youtube-wrapper {
		width: 100%;
		margin-top: 0;
	}

	#movieWrap #movie_01 .movie-title {
		margin-top: 12px;
	}

	#movieWrap .movie-pyramid .movie-bottom {
		width: 48%;
		margin: 50px 0 0;
		display: block;
	}

	#movieWrap .movie-pyramid .movie-bottom .movie {
		width: 100%;
	}

	#movieWrap #movie_02 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#movieWrap .movie-pyramid .movie-bottom {
	width: 92%;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
	gap: 4%;
}

#movieWrap .movie-pyramid .movie-bottom .movie {
	width: 48%;
}

#movieWrap .movie-pyramid .movie-bottom .youtube-wrapper {
	width: 100%;
	margin-top: 0;
}

#movieWrap .movie-pyramid .movie-title {
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 26px;
	line-height: 1.4;
	color: #fff;
	text-shadow: 0 3px 8px rgba(0, 0, 0, .7);
}

#movieWrap .movie-pyramid .movie-title::before {
	content: 'NEW!';
	display: inline-block;
	padding: 4px 10px;
	background: #d71920;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .35);
}

#movieWrap .movie-pyramid .movie-top .movie-title {
	width: 72%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 769px) {
	#movieWrap .movie-pyramid {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	#movieWrap #movie_01 {
		width: 48%;
	}

	#movieWrap .movie-pyramid .movie-bottom {
		width: 48%;
		margin: 50px 0 0;
		display: block;
	}

	#movieWrap .movie-pyramid .movie-bottom .movie {
		width: 100%;
	}

	#movieWrap #movie_01 .youtube-wrapper,
	#movieWrap #movie_02 .youtube-wrapper {
		width: 100%;
		margin-top: 0;
	}
}




/* Tab */
@media screen and (max-width: 1250px) {}



/* sp */
@media only screen and (max-width: 768px) {

	#movieWrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 2em;
		background: #fff url(../images/yunker-family-cp2026/movie_bg_sp.jpg) no-repeat center top;
		background-size: cover;
		position: relative;
	}

	#movieWrap::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 8em;
		background: url(../images/yunker-family-cp2026/specialmovie_bg.png) no-repeat bottom center;
		background-size: 100% auto;
		pointer-events: none;
		z-index: 0;
	}

	#movieWrap .Wrapband {
		width: 100%;
		margin: 0 auto;
		background: transparent;
		padding: 2em 0;
		position: relative;
		z-index: 1;
	}

	#movieWrap .Wrapband .head {
		width: 80%;
		margin: 0 auto;
		transform: translateY(-20px);
	}

	#movieWrap .Wrapband .head img.specialmovie_copy {
		width: 33.6%;
		transform: translateY(-180px);
	}

	#movieWrap .Wrapband .head img.specialmovie_main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(-25px);
	}

	#movieWrap .r_border {
		position: relative;
		width: 100%;
		height: 3.385vw;
		background: #c80e32;
	}

	#movieWrap .r_border::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1.042vw;
		background: #001c40;
		top: 50%;
		transform: translateY(-50%);
	}

	#movieWrap .movie_ttl {
		width: 80%;
		margin: 0 auto;
		padding: 3em 0 1em;
	}

	#movieWrap .movie {
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	#movieWrap video {
		width: 100%;
		cursor: pointer;
		position: relative;
		z-index: 1;
	}

	#movieWrap .youtube-wrapper {
		position: relative;
		width: 100%;
		margin-top: 100px;
		padding-bottom: 56.25%;
		/* 16:9 aspect ratio */
		height: 0;
		overflow: hidden;
	}

	#movieWrap .youtube-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#movieWrap .youtube-wrapper .youtube-thumb img {
		object-fit: cover;
	}

	#movieWrap .movie-pyramid .movie-top .youtube-wrapper {
		width: 100%;
		margin-top: 100px;
	}

	#movieWrap .movie-pyramid {
		margin-top: -130px;
	}

	#movieWrap .movie-pyramid .movie-bottom {
		width: 100%;
		margin: 2em auto 0;
		display: block;
	}

	#movieWrap .movie-pyramid .movie-bottom .movie {
		width: 100%;
	}

	#movieWrap .movie-pyramid .movie-bottom .movie+.movie {
		margin-top: 2em;
	}

	#movieWrap .movie-pyramid .movie-bottom .youtube-wrapper {
		margin-top: 0;
	}

	#movieWrap .movie-pyramid .movie {
		margin-bottom: 50px;
	}

	#movieWrap .movie-pyramid .movie-title {
		margin-top: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		font-size: 22px;
		line-height: 1.4;
		color: #fff;
		text-shadow: 0 3px 8px rgba(0, 0, 0, .7);
	}

	#movieWrap .movie-pyramid .movie-title::before {
		padding: 4px 8px;
		font-size: 14px;
	}

	#movieWrap .movie-pyramid .movie-top .movie-title {
		width: 100%;
	}


}






/*---------------------------
#appWrap
---------------------------*/

#appWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#appWrap img {
	width: 100%;
}

#appWrap .Wrapband {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 2em 0;
}

#appWrap .Wrapband .head {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}

#appWrap .Wrapband-oubo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 6em 0 0;
}

#appWrap .Wrapband-oubo .app_bg_ttl {
	width: 100vw;
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto 1.5em;
}

#appWrap .Wrapband-oubo .app_bg_ttl img {
	display: block;
	width: 100%;
	max-width: none;
}

#appWrap .Wrapband-oubo::before,
#appWrap .Wrapband-oubo::after {
	content: '';
	position: absolute;
	top: 8em;
	transform: translateY(50%);
	width: calc((100% - 350px) / 2);
	height: 5px;
	background: url(../images/yunker-family-cp2026/howtoapply_line.png) no-repeat;
	background-size: 100% 100%;
}

#appWrap .Wrapband-oubo::before {
	left: 0;
}

#appWrap .Wrapband-oubo::after {
	right: 0;
	transform: translateY(-50%) scaleX(-1);
}

#appWrap .Wrapband-oubo .head {
	width: 100%;
	max-width: 460px;
	margin: 2em auto 0;
	padding: 0 3em;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

#appWrap .r_border {
	position: relative;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right,
			rgba(184, 134, 11, 0) 0%,
			rgba(184, 134, 11, 0.1) 10%,
			rgba(218, 165, 32, 0.2) 20%,
			rgba(255, 215, 0, 0.5) 35%,
			rgba(255, 223, 0, 0.9) 45%,
			rgba(255, 255, 200, 1) 50%,
			rgba(255, 223, 0, 0.9) 55%,
			rgba(255, 215, 0, 0.5) 65%,
			rgba(218, 165, 32, 0.2) 80%,
			rgba(184, 134, 11, 0.1) 90%,
			rgba(184, 134, 11, 0) 100%);
}

/* .con_01 */

#appWrap .con_01 {
	width: 100%;
	margin: 0 auto;
	padding: 4em 0 0;
}

#appWrap .con_01 .app_ttl {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
}

#appWrap .con_01 .howto {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0 4em;
}

/* con_01 image size controls */
#appWrap img.app_btn_sub_main {
	width: 65%;
	max-width: none;
	display: block;
	margin: 80px auto 50px;
}

#appWrap .con_01 img.con01_app_btn01_2 {
	width: 65%;
	max-width: none;
	display: block;
	margin: 80px auto 50px;
}

#appWrap .con_01 img.con01_howto_pc {
	width: 100%;
	max-width: none;
	display: block;
	margin: 1em auto 0;
}

#appWrap .con_01 img.con01_app_btn01 {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 4em auto 7em;
}

#appWrap .con_01 .btnArea {
	width: 100%;
	margin: 0 auto;
	/* background: #bd1932; */
	padding: 3em 0;
}

#appWrap .con_01 .btnArea .btn {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.5s;
}

#appWrap .con_01 .btnArea .btn:hover {
	opacity: 0.3;
}

#appWrap .con_01 .con_01_line {
	width: 100%;
	padding: 1em 0;
}

#appWrap .con_01 .con_01_line img {
	width: 100%;
	display: block;
}

/* .con_02 */

#appWrap .con_02 {
	width: 100%;
	margin: 0 auto;
	padding: 6em 0 10em;
	background: url(../images/yunker-family-cp2026/gld_bg.jpg) top center no-repeat;
	background-size: cover;
}

#appWrap .con_02 .app_ttl {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 4em;
	position: relative;
	z-index: 1;
}

#appWrap .con_02 .app_ttl img.app_ttl02_main {
	width: 85% !important;
	max-width: none;
	display: block;
	margin: 4em auto;
}


#appWrap .con_02 .app_ttl_sub {
	width: 100%;
	max-width: 520px;
	margin: 0 auto 2em;
}

#appWrap .con_02 .app_ttl_sub img.app_btn02_2_main {
	width: 140%;
	max-width: none;
	display: block;
	margin: 60px auto 40px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#appWrap .con_02 .foambox {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	padding: 0;
}

#appWrap .con_02 .foambox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/yunker-family-cp2026/formbox.png) no-repeat center top;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}

#appWrap .con_02 .foambox .bg {
	background: transparent;
	position: relative;
	z-index: 1;
}

#appWrap .con_02 .foambox p {
	font-size: 20px;
	font-family: m-plus-2p, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	line-height: 1.6;
	color: #fff;
	padding: 3em 0 1em;
}

#appWrap .con_02 .btn {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 0 4em;
	transition: all 0.5s;
}

#appWrap .con_02 .btn:hover {
	opacity: 0.3;
}



/* Tab */
@media screen and (max-width: 1250px) {}



/* sp */
@media only screen and (max-width: 768px) {

	#appWrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#appWrap .Wrapband {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		padding: 2em 0;
	}

	#appWrap .Wrapband .head {
		width: 45%;
		margin: 0 auto;
	}

	#appWrap .Wrapband-oubo {
		position: relative;
		padding: 2em 0;
	}

	#appWrap .Wrapband-oubo .head {
		width: 94%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		box-sizing: border-box;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}

	#appWrap .Wrapband-oubo .head img {
		display: block;
		margin-top: 50px;
	}

	#appWrap .Wrapband-oubo .app_bg_ttl {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
		left: auto;
		transform: none;
	}

	#appWrap .Wrapband-oubo .app_bg_ttl img.is-sp {
		margin-top: 30px;
	}

	#appWrap .Wrapband-oubo .head img.app_ttl01_main {
		width: 80% !important;
		max-width: none;
		margin: 0 auto;
	}

	#appWrap .Wrapband-oubo .head img:not(.app_ttl01_main) {
		margin-top: 0;
	}

	#appWrap .Wrapband-oubo .head img[src*="app_btn01_2.png"] {
		width: 50%;
		max-width: none;
		margin: 20px 0;
	}

	#appWrap .Wrapband-oubo .head img[src*="howto_sp.png"] {
		width: 67%;
		max-width: none;
	}

	#appWrap .Wrapband-oubo .head img.app_btn01_sp_in_head {
		width: 85%;
		max-width: 420px;
	}

	#appWrap .Wrapband-oubo .head img.app_btn01_sp_in_head~img.app_btn01_sp_in_head {
		display: none !important;
	}

#appWrap .Wrapband-oubo .head img.app_ttl01_main {
	width: 350%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	#appWrap .Wrapband-oubo .head img[src*="app_btn01_2.png"] {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	#appWrap .Wrapband-oubo .head img[src*="howto_pc.png"] {
		width: 120%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	#appWrap .Wrapband-oubo .head img.howto_pc_main {
		width: 150% !important;
		max-width: none !important;
		margin-left: auto;
		margin-right: auto;
	}
}

	#appWrap .Wrapband-oubo::before,
	#appWrap .Wrapband-oubo::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		height: 5px;
		background: url(../images/yunker-family-cp2026/howtoapply_line.png) no-repeat;
		background-size: 100% 100%;
	}

	#appWrap .Wrapband-oubo::before {
		left: 0;
		width: calc(38% - 2em);
	}

	#appWrap .Wrapband-oubo::after {
		right: 0;
		width: calc(38% - 2em);
		transform: translateY(-50%) scaleX(-1);
	}

	#appWrap .r_border {
		position: relative;
		width: 100%;
		height: 5px;
		background: linear-gradient(to right,
				rgba(184, 134, 11, 0) 0%,
				rgba(184, 134, 11, 0.1) 10%,
				rgba(218, 165, 32, 0.2) 20%,
				rgba(255, 215, 0, 0.5) 35%,
				rgba(255, 223, 0, 0.9) 45%,
				rgba(255, 255, 200, 1) 50%,
				rgba(255, 223, 0, 0.9) 55%,
				rgba(255, 215, 0, 0.5) 65%,
				rgba(218, 165, 32, 0.2) 80%,
				rgba(184, 134, 11, 0.1) 90%,
				rgba(184, 134, 11, 0) 100%);
	}

	/* .con_01 */

	#appWrap .con_01 {
		width: 100%;
		margin: 0 auto;
		padding: 1em 0 0;
	}

	#appWrap .con_01 .app_ttl {
		width: 100%;
		margin: 0 auto;
	}

	#appWrap .con_01 .app_ttl img.app_ttl02_main {
		width: 85% !important;
		display: block;
		margin: 5em auto 0;
	}

	#appWrap .con_01 .howto {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 2em;
	}

	#appWrap .con_01 img.con01_app_btn01_2,
	#appWrap .con_02 img.app_btn02_2_main,
	#appWrap img.app_btn_sub_main {
		width: 75%;
		margin: 30px auto;
	}

	#appWrap .con_02 .app_ttl_sub img.app_btn02_2_main.app_btn02_2_sp_only {
		width: 75% !important;
		display: block;
		position: static !important;
		left: auto !important;
		transform: none !important;
		margin: 2em auto 3em !important;
	}

	#appWrap .con_01 img.con01_howto_pc {
		width: 100%;
		margin: 1em auto 0;
	}

	#appWrap .con_01 .app_ttl_sub img[src*="howto_sp.png"] {
		width: 80%;
		max-width: none;
		margin: 1em auto 0;
	}

	#appWrap .con_01 img.con01_app_btn01 {
		width: 100%;
		max-width: 520px;
		margin: 3em auto 5em;
	}

	#appWrap .con_01 .btnArea {
		width: 100%;
		padding: 1em 0;
	}

	#appWrap .con_01 .btnArea .btn {
		width: 100%;
		margin: 0 auto;
	}

	#appWrap .con_01 .con_01_line {
		width: 100%;
		padding: 1em 0;
	}

	#appWrap .con_01 .con_01_line img {
		width: 100%;
		display: block;
	}

	/* .con_02 */

	#appWrap .con_02 {
		width: 100%;
		margin: 0 auto;
		padding: 3em 0 2em;
		background: url(../images/yunker-family-cp2026/gld_bg_sp.jpg) top center no-repeat;
		background-size: cover;
	}

	#appWrap .con_02 .app_ttl {
		width: 100%;
		margin: 0 auto 1em;
		position: relative;
		z-index: 1;
	}

	#appWrap .con_02 .foambox {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
		padding: 0;
	}

	#appWrap .con_02 .foambox::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../images/yunker-family-cp2026/formbox_sp.png) no-repeat center top;
		background-size: contain;
		pointer-events: none;
		z-index: 0;
	}

	#appWrap .con_02 .foambox .bg {
		background: transparent;
		position: relative;
		z-index: 1;
	}

	#appWrap .con_02 .foambox p {
		font-size: 3.906vw;
		color: #fff;
		padding: 2em 0 1em;
		position: relative;
		top: -20px;
	}

	#appWrap .con_02 .btn {
		width: 95%;
		margin: 0 auto;
		padding: 0 0 4em;
		position: relative;
		top: -20px;
	}

}







/*---------------------------
#infoWrap
---------------------------*/

#infoWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#infoWrap img {
	width: 100%;
}

#infoWrap .Wrapband {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
}

#infoWrap .Wrapband .head {
	width: 100%;
	max-width: 650px;
	margin: 6em auto 0;
}

#infoWrap .r_border {
	position: relative;
	width: 100%;
	height: 26px;
	background: #c80e32;
}

#infoWrap .r_border::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	background: #001c40;
	top: 50%;
	transform: translateY(-50%);
}

/*  */

#infoWrap .rule {
	width: 100%;
	margin: 0 auto;
	padding: 6em 0 0;
}

#infoWrap .rule_txt {
	width: 1080px;
	margin: auto;
	padding: 50px 60px;
	background: #FFF;
	border: solid 1px #B2B2B2;
	box-sizing: border-box;
}

#infoWrap .rule_txt p {
	height: 470px;
	overflow-y: scroll;
	font-family: m-plus-2p, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #000;
	padding: 0 50px 0 0;
}

#infoWrap .rule_txt p.scroll::-webkit-scrollbar {
	width: 10px;
	-webkit-appearance: none;
}

#infoWrap .rule_txt p.scroll::-webkit-scrollbar-track {
	border-radius: 0;
	background: #d3d3d3 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#infoWrap .rule_txt p.scroll::-webkit-scrollbar-thumb {
	background-color: #000 !important;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#infoWrap .rule_txt p.scroll {
	scrollbar-width: auto;
	scrollbar-color: #000 #d3d3d3;
	overflow-y: scroll !important;
}

#infoWrap .rule_txt .t_ttl {
	font-size: 20px;
	color: #bd1932;
}

/*  */

#infoWrap .contact {
	width: 100%;
	margin: 0 auto;
	padding: 6em 0 6em;
	background: url(../images/yunker-family-cp2026/gray_bg_none.jpg) top center no-repeat;
	background-size: cover;
}

#infoWrap .contact .contactArea {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 4em 0;
	overflow: hidden;
	background: #fff;
	border: 5px solid #12144d;
	box-sizing: border-box;
}

#infoWrap .contact .contactArea .bg-layer {
	display: none;
}

#infoWrap .contact .contactArea .content-layer {
	position: relative;
	z-index: 1;
	color: #12144d;
}

#infoWrap .contact h3 {
	font-size: 24px;
	font-family: m-plus-2p, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #12144d;
	padding-bottom: 1em;
}

#infoWrap .contact p {
	font-family: m-plus-2p, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #12144d;
}

#infoWrap .contact .ttl {
	font-size: 14px;
	margin-bottom: 1em;
}

#infoWrap .contact .address {
	font-size: 28px;
	margin-bottom: 0.3em;
}

#infoWrap .contact .txt {
	font-size: 12px;
}



/* Tab */
@media screen and (max-width: 1250px) {}



/* sp */
@media only screen and (max-width: 768px) {

	.bg_gray {
		background: none;
	}

	#infoWrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: url(../images/yunker-family-cp2026/gray_bg_none_sp.jpg) top center repeat-y;
		background-size: 100%;
	}

	#infoWrap .Wrapband {
		width: 100%;
		margin: 0 auto;
		padding: 3em 0 0;
	}

	#infoWrap .Wrapband .head {
		width: 80%;
		margin: 0 auto;
	}

	#infoWrap .r_border {
		position: relative;
		width: 100%;
		height: 3.385vw;
		background: #c80e32;
	}

	#infoWrap .r_border::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1.042vw;
		background: #001c40;
		top: 50%;
		transform: translateY(-50%);
	}

	/*  */

	#infoWrap .rule {
		width: 94%;
		margin: 0 auto;
		padding: 3em 0 0;
	}

	#infoWrap .rule_txt {
		width: 100%;
		padding: 30px;
	}

	#infoWrap .rule_txt p {
		height: 360px;
		overflow-y: scroll;
		padding: 0 30px 0 0;
		font-size: 3.385vw;
	}

	#infoWrap .rule_txt .t_ttl {
		font-size: 3.906vw;
	}

	/*  */

	#infoWrap .contact {
		width: 94%;
		margin: 0 auto;
		padding: 3em 0;
		background: none;
	}

	#infoWrap .contact .contactArea {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 4em 0;
		overflow: hidden;
		background: #fff;
		border: 5px solid #12144d;
		box-sizing: border-box;
	}

	#infoWrap .contact .contactArea .bg-layer {
		display: none;
	}

	#infoWrap .contact .contactArea .content-layer {
		position: relative;
		z-index: 1;
		color: #12144d;
	}

	#infoWrap .contact h3 {
		font-size: 4.427vw;
		font-family: m-plus-2p, sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		line-height: 1.8;
		letter-spacing: 0.1em;
		color: #12144d;
		padding-bottom: 1em;
	}

	#infoWrap .contact p {
		font-family: m-plus-2p, sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		line-height: 1.8;
		letter-spacing: 0.1em;
		color: #12144d;
	}

	#infoWrap .contact .ttl {
		font-size: 3.125vw;
		margin-bottom: 1em;
	}

	#infoWrap .contact .address {
		font-size: 4.948vw;
		margin-bottom: 0.3em;
	}

	#infoWrap .contact .txt {
		font-size: 10px;
	}

}







/*---------------------------
#link_box
---------------------------*/

#link_box {
	width: 100%;
	padding: 1em 0;
	background: rgb(255, 255, 255, 0.8);
	z-index: 99;
}

#link_box img {
	width: 100%;
}

#link_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#link_box ul li {
	width: calc((100% - 0.2em) / 2);
}

#link_box ul li.link a {
	width: 100%;
	display: block;
	transition: all 0.5s;
}

#link_box ul li.link a:hover {
	opacity: 0.3;
}


/* Tab */
@media screen and (max-width: 1250px) {}

/* sp */
@media only screen and (max-width: 768px) {}








/*---------------------------

---------------------------*/

/* Tab */
@media screen and (max-width: 1250px) {}

/* sp */
@media only screen and (max-width: 768px) {}
