@charset "utf-8";

/*********************
all
*********************/
.wrap {
	background: #987b65;
}
.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media (hover: hover){
	.txt_list .txt_list_item a:hover,
	.acc_list li a:hover,
	.privacy_policy a:hover {
		text-decoration: none;
	}
}
/*********************
.content_wrap
*********************/
.content_wrap{
	width:100%;
	margin:0 auto;
	padding-top:90px;
}
.content_block{
	width:100%;
}
@media screen and (max-width: 750px){
	.content_wrap{
		padding-top:80px;
		background:#fff;
	}
	.content_block{
		padding:0;
	}
}

/*********************
.mainvisual
*********************/
.mainvisual {
	position: relative;
	background: url(/oshi-tabi/umamusume-tnf6th/img/bg_main.jpg) top left / 100% no-repeat;
}
.mainvisual_img {
	display: block;
}
.mainvisual_txt_box {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6% 0;
}
.logo {
	width: 50%;
	max-width: 480px;
}
.mainvisual_ttl {
	width: 81%;
	max-width: 780px;
}
.mainvisual_date {
	width: 59%;
	max-width: 568px;
}
@media screen and (max-width: 750px){
	.mainvisual {
		position: relative;
		background: url(/oshi-tabi/umamusume-tnf6th/img/bg_main_sp.jpg) top left / 100% no-repeat;
	}
	.logo {
		position: absolute;
		top: 2%;
		right: 0;
		left: 0;
		width: 54%;
		margin: auto;
	}
	.mainvisual_txt_box {
		top: auto;
		bottom: 4.5%;
		width: 100%;
		height: auto;
	}
	.mainvisual_ttl {
		width: 87%;
		max-width: none;
		margin-bottom: 5%;
	}
	.mainvisual_date {
		width: 63%;
		max-width: none;
	}
}

/*********************
.section
*********************/
.section_ttl {
	max-width: 435px;
	margin: 0 auto 20px;
}
.section_txt {
	max-width: 1200px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 19px;
	text-align: center;
}
.section_block {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff6ed;
	border: 2px solid #f0bd7f;
	box-sizing: border-box;
}
.section_box {
	width: 90%;
	max-width: 952px;
	margin: 0 auto;
}
.btn_txt {
	margin-bottom: 30px;
	color: #5a4126;
	font-feature-settings: 'palt';
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .05rem;
	text-align: center;
	text-indent: .05rem;
}
.btn {
	width: 470px;
	margin: 0 auto 60px;
	padding: 20px 0 29px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .3rem;
	text-align: center;
	text-indent: .3rem;
	background: #b2b2b2;
	border-radius: 50px;
}
.txt_list {
	padding: 20px 0;
	border-top: 1px solid #5a4126;
	border-bottom: 1px solid #5a4126;
}
.txt_list li {
	color: #4d4d4d;
	font-size: 16px;
	letter-spacing: .05rem;
	line-height: 1.8;
}
.txt_list .txt_list_item {
	padding-left: 1em;
	text-indent: -1em;
}
.txt_list .txt_list_item a {
	color: #ec6c00;
	text-decoration: underline;
}
@media screen and (max-width: 750px){
	.section_ttl {
		width: 64%;
		max-width: 290px;
		margin: 0 auto 15px;
	}
	.section_txt {
		width: 90%;
		margin: 0 auto 20px;
		color: #fff;
		font-feature-settings: 'palt';
		font-size: 12px;
	}
	.section_block {
		width: 90%;
		border: 1px solid #f0bd7f;
	}
	.section_box {
		width: 87%;
	}
	.btn_txt {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.btn {
		width: 100%;
		max-width: none;
		margin: 0 auto 45px;
		padding: 12px 0 15px;
		font-size: 16px;
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
	.txt_list {
		padding: 0;
		border: 0;
	}
	.txt_list li {
		font-size: 11px;
		line-height: 1.7;
	}
}

/*********************
.section_contents
*********************/
.section_contents {
	padding: 65px 0 120px;
}
.section_contents .section_box {
	padding: 30px 0 80px;
}
.section_box_txt {
	margin-bottom: 20px;
	color: #494947;
	font-feature-settings: 'palt';
	font-size: 20px;
	letter-spacing: .1rem;
	text-align: center;
	text-indent: .1rem;
}
.cast_list {
	margin-bottom: 70px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0 8px;
}
.cast_name {
	padding-bottom: 2px;
	color: #fff;
	font-size: 26px;
	letter-spacing: .1rem;
	text-align: center;
	text-indent: .1rem;
	background: #987b65;
}
.cast_name span {
	font-feature-settings: 'palt';
	font-size: 17px;
	display: block;
}
.caution_acc {
	margin-top: 50px;
}
.acc_btn {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 50px;
	color: #4d4d4d;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .1rem;
	text-align: center;
	text-indent: .1rem;
	cursor: pointer;
}
.icon_open {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon_open::before,
.icon_open::after {
	content: '';
	position: absolute;
	background: #fda400;
}
.icon_open::before {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
}
.icon_open::after {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
}
.icon_open.open::before {
	display: none;
}
.acc_list {
	display: none;
	margin-top: 30px;
}
.acc_list li {
	color: #4d4d4d;
	padding-left: 1em;
	font-size: 16px;
	letter-spacing: .05rem;
	line-height: 1.8;
	text-indent: -1em;
}
.acc_list li a {
	color: #ec6c00;
	text-decoration: underline;
}
@media screen and (max-width: 853px){
	.cast_name {
		font-size: 24px;
	}
	.cast_name span {
		font-size: 15px;
	}
}
@media screen and (max-width: 750px){
	.section_contents {
		padding: 60px 0 75px;
	}
	.section_contents .section_box {
		padding: 25px 0 40px;
	}
	.section_box_txt {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 1.6;
	}
	.cast_list {
		margin-bottom: 45px;
		grid-template-columns: repeat(2,1fr);
		gap: 5px;
	}
	.cast_name {
		font-size: 16px;
	}
	.cast_name span {
		font-size: 11px;
	}
	.caution_acc {
		margin-top: 35px;
	}
	.acc_btn {
		padding: 0 30px;
		font-size: 15px;
	}
	.icon_open {
		width: 15px;
		height: 15px;
	}
	.icon_open::before {
		width: 1px;
	}
	.icon_open::after {
		height: 1px;
	}
	.acc_list {
		margin-top: 15px;
	}
	.acc_list li {
		font-size: 11px;
		line-height: 1.7;
	}
}

/*********************
.section_novelties
*********************/
.section_novelties {
	padding-bottom: 160px;
}
.section_novelties .section_box {
	padding: 50px 0 80px;
}
.present_box {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.present_img {
	width: 27%;
	max-width: 256px;
	margin-right: 12%;
}
.present_txt {
	color: #494947;
	font-feature-settings: 'palt';
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: .1rem;
	text-align: center;
	text-indent: .1rem;
}
.entry_txt {
	margin-bottom: 15px;
	color: #5a4126;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .05rem;
	text-align: center;
	text-indent: .05rem;
}
.entrymethod_step {
	margin-bottom: 55px;
	display: block;
}
.privacy_policy {
	display: none;
	margin-top: 40px;
	color: #4d4d4d;
	font-size: 16px;
	letter-spacing: .05rem;
	line-height: 1.8;
}
.privacy_policy a {
	color: #ec6c00;
	text-decoration: underline;
}
@media screen and (max-width: 750px){
	.section_novelties {
		padding-bottom: 105px;
	}
	.section_novelties .section_box {
		padding: 25px 0 40px;
	}
	.present_box {
		margin-bottom: 35px;
		flex-direction: column;
		gap: 25px 0;
	}
	.present_img {
		width: 54%;
		margin: 0 auto;
		order: 2;
	}
	.present_txt {
		font-size: 12px;
		line-height: 1.6;
		order: 1;
	}
	.entry_txt {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.privacy_policy {
		margin-top: 15px;
		font-size: 11px;
		line-height: 1.7;
	}
}

/*********************
.section_information
*********************/
.section_information {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.section_information .section_ttl {
	margin: 0 auto 30px;
}
.info_box {
	position: relative;
}
.specialpage_btn {
	position: absolute;
	bottom: 16.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
	max-width: 470px;
	border-radius: 50px;
	overflow: hidden;
}
.specialpage_btn a {
	width: 100%;
	color: #fff;
	background-color: #987b65;
	background-image: url(/oshi-tabi/umamusume-tnf6th/img/btn_arrow.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 93% center;
	display: block;
	transition: .3s;
}
.copy {
	margin-top: 140px;
	color: #fff;
	font-family: 'Arial';
	font-size: 16px;
	letter-spacing: -.04rem;
	text-align: center;
	text-indent: -.04rem;
}
@media (hover: hover){
	.specialpage_btn a:hover {
		background-position: 96% center;
		opacity: .8;
	}
}
@media screen and (max-width: 1001px){
	.specialpage_btn a {
		background-size: 20px;
	}
}
@media screen and (max-width: 750px){
	.section_information {
		width: 90%;
		padding-bottom: 10px;
	}
	.section_information .section_ttl {
		margin: 0 auto 15px;
	}
	.specialpage_btn {
		bottom: 30.5%;
		width: 87%;
		max-width: none;
	}
	.specialpage_btn a {
		background-size: 6%;
		background-position: 95% center;
	}
	.copy {
		margin-top: 85px;
		font-size: 10px;
	}
}

/*********************
.btm_btn
*********************/
.btm_btn {
	width: 350px;
	margin: 70px auto 80px;
}
.btm_btn a {
	position: relative;
	width: 100%;
	padding: 13px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 3px solid #000;
	box-sizing: border-box;
	border-radius: 12px;
	display: block;
}
.btm_btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 13px;
	height: 13px;
	border-top: 0.2rem solid #000;
	border-right: 0.2rem solid #000;
	transform: translateY(-50%) rotate(45deg);
}
.btm_btn a:hover {
	color: #fff;
	background: #000;
}
.btm_btn a:hover::after {
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
}
@media screen and (max-width: 750px){
	.btm_btn {
		width: 70%;
		max-width: 260px;
		margin: 50px auto 35px;
	}
	.btm_btn a {
		padding: 9px 0;
		font-size: 15px;
		border: 2px solid #000;
		border-radius: 10px;
	}
	.btm_btn a::after {
		width: 10px;
		height: 10px;
	}
}