/* irohakakuC Regular */
.font_r {
	font-family: "irohakakuc", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* irohakakuC Bold */
.font_b {
	font-family: "irohakakuc", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* Base Setting
================ */
.breadCrumb {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	color: #484848;
	padding-left: 1rem;
}
#container {
	width: auto;
	z-index: auto;
	margin: 0 auto;
}
#main {
	float: none;
	width: auto;
}

/* Button Setting
================ */
#container #main a.button.btnWH_flm {
	border: 1px solid #ff0000 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 0 40px 0 40px;
	margin-top: 10px;
}
#container #main .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	height: 50px !important;
	position: relative;
	overflow: hidden !important;
	max-width: 240px;
	width: 100%;
	z-index: 16777271;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	font-size: 16px !important;
	letter-spacing: .1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}
#container a,
#container input[type="submit"] {
	cursor: pointer;
	text-decoration: none;
}
.button:not(.flx-box .button) {
	margin: 10px;
}
@media screen and (min-width: 584px) {
	#container #main .btnBLE.button::before,
	#container #main .btnSKY.button::before,
	#container #main .btnBK.button::before,
	.btnWH_flm.button::before {
		content: '';
		position: absolute;
		top: 0;
		left: -135%;
		background: #209DA8;
		opacity: 0.4;
		width: 125%;
		height: 100%;
		transform: skewX(-25deg);
	}
}
#main,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
#container #main .button p {
	display: inline-block;
	position: relative;
	font-size: 16px !important;
	text-align: center;
	line-height: 50px !important;
	padding-right: 1rem;
	width: 100%;
}
#container #main p.pl_btn::after {
	position: absolute;
	top: calc(50% - 5px);
	right: -8px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: '';
}
.link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: clamp(9px, 0.506rem + 0.24vw, 11px) 1em;
	background: #fff;
	border: 2px solid var(--cts-color);
	font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
	font-weight: 900;
	color: var(--cts-color);
	text-decoration: none;
	letter-spacing: .05em;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: var(--cts-color);
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 17px;
	width: 8px;
	height: 8px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--cts-color);
	transform: rotate(-45deg);
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}

@keyframes link-out {
	0% {
		left: -18%;
	}

	100% {
		left: 168%;
	}
}

/* Content Setting
================ */
.fix_bg {
    background: url(../../gamepc/img/fate/fix_bg.png?$staticlink$) repeat-y fixed top center;
    background-size: cover;
}
.logo_border_content {
	background: url(../../gamepc/img/fate/bg_end.png?$staticlink$) repeat top center;
	background-size: cover;
	padding-bottom: 1rem;
}
.inner {
	width: 100%;
	min-width: initial;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}
.lineup {
	width: 100%;
	text-align: center;
}
.lineup img.lineup_pc {
	width: 100%;
	min-width: 481px;
	max-width: 1200px;
	margin-top: 7.5rem;
	margin-bottom: 4.5rem;
}
.lineup img.lineup_sp {
	width: 100%;
	min-width: 267px;
	max-width: 480px;
	margin-top: 3.5rem;
	margin-bottom: 2.5rem;
}

.logo_img {
	text-align: center;
}

#offcial {
	text-align: center;
	margin-top: 6rem;
}

.offcial_link {
	width: 100%;
}

.offcial_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	position: relative;
	overflow: hidden !important;
	min-width: 310px;
	max-width: 600px;
	width: 100%;
	z-index: 16777271;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	font-size: 16px !important;
	letter-spacing: .1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media screen and (min-width: 584px) {
	.offcial_button::before {
		content: '';
		position: absolute;
		top: 0;
		left: -135%;
		background: #209DA8;
		opacity: 0.4;
		width: 125%;
		height: 100%;
		transform: skewX(-25deg);
	}
}

.copyrights {
	font-size: clamp(0.938rem, 0.881rem + 0.24vw, 1.063rem);
	color: #fff;
	margin: 3rem 0;
}



/* separate */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SP */
@media screen and (max-width: 480px) {
#kv .kv_pc {
	display: none;
	width: 100%;
	min-width: 481px;
}

#kv .kv_sp {
	display: block;
	width: 100%;
	max-width: 480px;
}

.leed_box {
	width: 100%;
	padding: 0.8rem 30px;
	border: none;
	border-top: 4px solid #209DA8;
	border-bottom: 4px solid #209DA8;
	background-color: #000;
}
.leed_txt {
	font-family: "irohakakuc", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	text-align: left;
	line-height: 2.4rem;
	letter-spacing: 0rem;
}

.lineup_pc {
	display: none;
}
.lineup_sp {
	display: block;
}

.guide_box_front {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 5px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 30px;
}
.guide_box_back {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 5px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}
.itembox {
	display: block;
	width: 100%;
	min-width: 301px;
	max-width: 960px;
	box-sizing: border-box;
	border: 1px solid #209DA8;
	padding: 25px 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0);
}

.imgbox {
	width: 100%;
	min-width: initial;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

.imgbox img {
	width: 196px;
}

.mc_txtbox {
	width: 100%;
	min-width: initial;
	max-width: 610px;
}
.mc_txtbox h3 {
	font-size: clamp(1.188rem, 1.033rem + 0.71vw, 1.563rem);
	line-height: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #fff;
}
.specbox {
	font-size: clamp(0.813rem, 0.735rem + 0.35vw, 1rem);
	text-align: left;
}
.specbox table {
	margin: 0 auto;
}
table>tbody>tr>td.nowrap {
	white-space: nowrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
table>tbody>tr>td {
	white-space: wrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
.flx-box {
	display: block;
	text-align: center;
	justify-content: space-between;
	width: 100%;
}
.price-box {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	color: #fff;
}
.price_befor {
	font-size: clamp(1.375rem, 1.221rem + 0.71vw, 1.75rem);
}
.price_after {
	font-size: clamp(0.938rem, 0.912rem + 0.12vw, 1rem);
}

#container #main a.button.btnWH_flm {
	padding: 0 10px 0 10px;
	margin-top: 16px;
}
#container #main .button {
	max-width: 220px;
}
#container #main p.pl_btn::after {
	right: 8px;
}

.pl_btn {
	font-size: clamp(1rem, 0.949rem + 0.24vw, 1.125rem);
	padding: 0px 10px 4px 10px;
}

.official_txt {
	font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.logo_border_s {
	margin-top: 3rem;
	margin-bottom: -0.2rem;
	overflow: hidden;
}
.logo_border_s img {
	width: 100%;
}
.logo_border_e {
	margin-top: -0.2rem;
	margin-bottom: 2rem;
	overflow: hidden;
}
.logo_border_e img {
	width: 100%;
}
.logo_space {
	width: 100%;
	background-color: #000;
}
.logo_img img {
	width: 100%;
	min-width: 311px;
	max-width: 585px;
	margin: 0 auto;
	padding-top: 6rem;
}
.logo_txt {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	line-height: 2.4rem;
	letter-spacing: 0.4rem;
	text-align: left;
	padding-bottom: 4rem;
}
.about_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
}
.about_txt_box {
	width: 100%;
	z-index: 99;
}
.leed_font {
	color: #fff;
	font-size: clamp(1.875rem, 1.489rem + 1.76vw, 2.813rem);
	width: 100%;
}
.spot_color {
	color: #209DA8;
}
.about_font {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	width: 100%;
	margin-top: 1.4rem;
	overflow: visible;
	line-height: 2rem;
}
.about-imgbox_r {
	width: 100%;
	text-align: center;
	padding-top: 1rem;
}
.about-imgbox_r img {
	width: 100%;
	min-width: 311px;
	max-width: 666px;
}
.about_img {
	width: 100%;
	text-align: center;
	padding: 3rem 0 1rem 0;
}
.about_img img {
	width: 100%;
	min-width: 311px;
	max-width: 1200px;
}

.offcial_link>a.offcial_button {
	border: 1px solid #209DA8 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
}

p.pl_btn_about::after {
	position: absolute;
	top: 1.5rem;
	right: 0;
	width: 4rem;
	content: url(../../gamepc/img/fate/link.png?$staticlink$);
}

.pc_no {
	display: block;
}
.sp_no {
	display: none;
}
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ TAB_a */
@media screen and (min-width: 481px) and (max-width: 568px) {
#kv .kv_pc {
	display: block;
	width: 100%;
	min-width: 481px;
}

#kv .kv_sp {
	display: none;
	width: 100%;
	max-width: 480px;
}

.leed_box {
	width: 100%;
	padding: 2.8rem;
	border: none;
	border-top: 4px solid #209DA8;
	border-bottom: 4px solid #209DA8;
	background-color: #000;
}
.leed_txt {
	font-family: "irohakakuc", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	letter-spacing: 0rem;
}

.lineup_pc {
	display: none;
}
.lineup_sp {
	display: block;
}

.guide_box_front {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
}
.guide_box_back {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}
.itembox {
	display: block;
	width: 100%;
	min-width: 301px;
	max-width: 960px;
	box-sizing: border-box;
	border: 1px solid #209DA8;
	padding: 30px 25px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0);
}

.imgbox {
	width: 100%;
	min-width: 310px;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

.mc_txtbox {
	width: 100%;
	min-width: 310px;
	max-width: 610px;
}
.mc_txtbox h3 {
	font-size: clamp(1.188rem, 1.033rem + 0.71vw, 1.563rem);
	line-height: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #fff;
}
.specbox {
	font-size: clamp(0.813rem, 0.735rem + 0.35vw, 1rem);
	text-align: left;
}
.specbox table {
	margin: 0 auto;
}
table>tbody>tr>td.nowrap {
	white-space: nowrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
table>tbody>tr>td {
	white-space: wrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
.flx-box {
	display: block;
	text-align: center;
	justify-content: space-between;
	width: 100%;
}
.price-box {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	color: #fff;
}
.price_befor {
	font-size: clamp(1.375rem, 1.221rem + 0.71vw, 1.75rem);
}
.price_after {
	font-size: clamp(0.938rem, 0.912rem + 0.12vw, 1rem);
}

.pl_btn {
	font-size: clamp(1rem, 0.949rem + 0.24vw, 1.125rem);
	padding: 0px 10px 4px 10px;
}

.official_txt {
	font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
	padding: 0px 10px 4px 10px;
	text-decoration: none;
}

.logo_border_s {
	margin-top: 10rem;
	margin-bottom: -0.1rem;
	overflow: hidden;
}
.logo_border_s img {
	width: 100%;
}
.logo_border_e {
	margin-top: -0.1rem;
	margin-bottom: 6rem;
	overflow: hidden;
}
.logo_border_e img {
	width: 100%;
}
.logo_space {
	width: 100%;
	background-color: #000;
}
.logo_img img {
	width: 100%;
	min-width: 311px;
	max-width: 585px;
	margin: 0 auto;
	padding-top: 6rem;
}
.logo_txt {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	line-height: 2.4rem;
	letter-spacing: 0.4rem;
	text-align: left;
	padding-bottom: 4rem;
}
.about_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
}
.about_txt_box {
	width: 100%;
	z-index: 99;
}
.leed_font {
	color: #fff;
	font-size: clamp(1.875rem, 1.489rem + 1.76vw, 2.813rem);
	width: 100%;
}
.spot_color {
	color: #209DA8;
}
.about_font {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	width: 100%;
	margin-top: 1.4rem;
	overflow: visible;
}
.about-imgbox_r {
	width: 100%;
	text-align: center;
	padding-top: 2rem;
}
.about-imgbox_r img {
	width: 100%;
	min-width: 311px;
	max-width: 666px;
}
.about_img {
	width: 100%;
	text-align: center;
	padding: 8rem 0 2rem 0;
}
.about_img img {
	width: 100%;
	min-width: 311px;
	max-width: 1200px;
}

.offcial_link>a.offcial_button {
	border: 1px solid #209DA8 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
}

p.pl_btn_about::after {
	position: absolute;
	top: 1.8rem;
	right: 0;
	width: 6rem;
	content: url(../../gamepc/img/fate/link.png?$staticlink$);
}

.pc_no {
	display: block;
}
.sp_no {
	display: none;
}
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ TAB_b */
@media screen and (min-width: 569px) and (max-width: 920px) {
#kv .kv_pc {
	display: block;
	width: 100%;
	min-width: 481px;
}

#kv .kv_sp {
	display: none;
	width: 100%;
	max-width: 480px;
}

.leed_box {
	width: 100%;
	padding: 2.8rem;
	border: none;
	border-top: 4px solid #209DA8;
	border-bottom: 4px solid #209DA8;
	background-color: #000;
}
.leed_txt {
	font-family: "irohakakuc", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
}

.lineup_pc {
	display: block;
}
.lineup_sp {
	display: none;
}

.guide_box_front {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
}
.guide_box_back {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}
.itembox {
	display: block;
	width: 100%;
	min-width: 301px;
	max-width: 960px;
	box-sizing: border-box;
	border: 1px solid #209DA8;
	padding: 50px 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0);
}

.imgbox {
	width: 100%;
	min-width: 310px;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

.mc_txtbox {
	width: 100%;
	min-width: 310px;
	max-width: 610px;
	margin: 0 auto;
}
.mc_txtbox h3 {
	font-size: clamp(1.188rem, 1.033rem + 0.71vw, 1.563rem);
	line-height: 2.4rem;
	text-align: left;
	margin-bottom: 2rem;
	color: #fff;
}
.specbox {
	font-size: clamp(0.813rem, 0.735rem + 0.35vw, 1rem);
	text-align: left;
}
.specbox table {
	text-align: left;
}
table>tbody>tr>td.nowrap {
	white-space: nowrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
table>tbody>tr>td {
	white-space: wrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
.flx-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.price-box {
	display: flex;
	justify-content: center;
	margin-top: 1.4rem;
	color: #fff;
}
.price_befor {
	font-size: clamp(1.375rem, 1.221rem + 0.71vw, 1.75rem);
}
.price_after {
	font-size: clamp(0.938rem, 0.912rem + 0.12vw, 1rem);
}

.pl_btn {
	font-size: clamp(1rem, 0.949rem + 0.24vw, 1.125rem);
	padding: 0px 10px 4px 10px;
}

.official_txt {
	font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
	padding: 0px 10px 4px 10px;
	text-decoration: none;
}

.logo_border_s {
	margin-top: 10rem;
	overflow: hidden;
}
.logo_border_s img {
	width: 100%;
}
.logo_border_e {
	margin-bottom: 6rem;
	overflow: hidden;
}
.logo_border_e img {
	width: 100%;
}
.logo_space {
	width: 100%;
	background-color: #000;
}
.logo_img img {
	width: 100%;
	min-width: 311px;
	max-width: 585px;
	margin: 0 auto;
	padding-top: 6rem;
}
.logo_txt {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	line-height: 2.4rem;
	letter-spacing: 0.4rem;
	text-align: center;
	padding-bottom: 4rem;
}
.about_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
}
.about_txt_box {
	width: 100%;
	z-index: 99;
}
.leed_font {
	color: #fff;
	font-size: clamp(1.875rem, 1.489rem + 1.76vw, 2.813rem);
	width: 100%;
}
.spot_color {
	color: #209DA8;
}
.about_font {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	width: 100%;
	margin-top: 1.4rem;
	overflow: visible;
}
.about-imgbox_r {
	width: 100%;
	text-align: center;
	padding-top: 2rem;
}
.about-imgbox_r img {
	width: 100%;
	min-width: 311px;
	max-width: 666px;
}
.about_img {
	width: 100%;
	text-align: center;
	padding: 8rem 0 2rem 0;
}
.about_img img {
	width: 100%;
	min-width: 311px;
	max-width: 1200px;
}

.offcial_link>a.offcial_button {
	border: 1px solid #209DA8 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 20px 20px 20px 20px;
	margin-top: 10px;
}

p.pl_btn_about::after {
	position: absolute;
	top: 1.6rem;
	right: 0;
	width: 3.8rem;
	content: url(../../gamepc/img/fate/link.png?$staticlink$);
}

.pc_no {
	display: none;
}
.sp_no {
	display: block;
}
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PC */
@media screen and (min-width: 921px) {
#kv .kv_pc {
	display: block;
	width: 100%;
	min-width: 481px;
}

#kv .kv_sp {
	display: none;
	width: 100%;
	max-width: 480px;
}

.leed_box {
	width: 100%;
	padding: 2.8rem;
	border: none;
	border-top: 4px solid #209DA8;
	border-bottom: 4px solid #209DA8;
	background-color: #000;
}
.leed_txt {
	font-family: "irohakakuc", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
}

.lineup_pc {
	display: block;
}
.lineup_sp {
	display: none;
}

.guide_box_front {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
}
.guide_box_back {
	width: 100%;
	min-width: 311px;
	max-width: 1000px;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}
.itembox {
	display: flex;
	width: 100%;
	min-width: 301px;
	max-width: 960px;
	box-sizing: border-box;
	border: 1px solid #209DA8;
	padding: 50px 40px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0);
}

.imgbox {
	width: 100%;
	min-width: 310px;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}

.mc_txtbox {
	width: 100%;
	min-width: 310px;
	max-width: 610px;
}
.mc_txtbox h3 {
	font-size: clamp(1.188rem, 1.033rem + 0.71vw, 1.563rem);
	line-height: 2.4rem;
	text-align: left;
	margin-bottom: 2rem;
	color: #fff;
}
.specbox {
	font-size: clamp(0.813rem, 0.735rem + 0.35vw, 1rem);
	text-align: left;
}
.specbox table {
	text-align: left;
}
table>tbody>tr>td.nowrap {
	white-space: nowrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
table>tbody>tr>td {
	white-space: wrap;
	padding: 2px;
	letter-spacing: 0.1rem;
	color: #fff;
}
.flx-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.price-box {
	display: flex;
	justify-content: center;
	margin-top: 1.4rem;
	color: #fff;
}
.price_befor {
	font-size: clamp(1.375rem, 1.221rem + 0.71vw, 1.75rem);
}
.price_after {
	font-size: clamp(0.938rem, 0.912rem + 0.12vw, 1rem);
}

.pl_btn {
	font-size: clamp(1rem, 0.949rem + 0.24vw, 1.125rem);
	padding: 0px 10px 4px 10px;
}

.official_txt {
	font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
	padding: 0px 10px 4px 10px;
	text-decoration: none;
}

.logo_border_s {
	margin-top: 10rem;
	overflow: hidden;
}
.logo_border_s img {
	width: 100%;
}
.logo_border_e {
	margin-bottom: 10rem;
	overflow: hidden;
}
.logo_border_e img {
	width: 100%;
}
.logo_space {
	width: 100%;
	background-color: #000;
}
.logo_img img {
	width: 100%;
	min-width: 311px;
	max-width: 585px;
	margin: 0 auto;
	padding-top: 6rem;
}
.logo_txt {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	line-height: 2.4rem;
	letter-spacing: 0.4rem;
	text-align: center;
	padding-bottom: 4rem;
}
.about_box {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding-top: 10rem;
}
.about_txt_box {
	width: 100%;
	z-index: 99;
}
.leed_font {
	color: #fff;
	font-size: clamp(1.875rem, 1.489rem + 1.76vw, 2.813rem);
	width: 540px;
}
.spot_color {
	color: #209DA8;
}
.about_font {
	font-size: clamp(1.125rem, 1.022rem + 0.47vw, 1.375rem);
	color: #fff;
	width: 540px;
	margin-top: 1.4rem;
	overflow: visible;
}
.about-imgbox_r {
	position: relative;
	top: 0;
	right: 60px;
	width: 100%;
}
.about-imgbox_r img {
	width: 110%;
	min-width: 311px;
	max-width: 666px;
}
.about_img {
	width: 100%;
	text-align: center;
	padding: 8rem 0 2rem 0;
}
.about_img img {
	width: 100%;
	min-width: 311px;
	max-width: 1200px;
}

.offcial_link>a.offcial_button {
	border: 1px solid #209DA8 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 20px 20px 20px 20px;
	margin-top: 10px;
}

p.pl_btn_about::after {
	position: absolute;
	top: 1.6rem;
	right: 0;
	width: 3.8rem;
	content: url(../../gamepc/img/fate/link.png?$staticlink$);
}

.pc_no {
	display: none;
}
.sp_no {
	display: block;
}
}