﻿@charset "utf-8";
/*PC NPC TAB SP*/

/*テキスト ボタン関連*/
main section h1.title {
	font-weight:700;
	text-align:center;
}
main section h1.title:first-letter {
	color:rgba(31,130,205,1);
}
main section ul.button a {
	letter-spacing:.1em;
	color:#FFF;
	background: linear-gradient(125deg, rgba(26,65,134,1) 0%, rgba(24,140,207,1) 50%, rgba(28,147,214,1) 50%, rgba(31,130,205,1) 100%);
}
/*インフォメーション（見出し）*/
main section .information .message-box h2.title {
	display:block;
	font-family:"Noto Serif JP", serif;
	font-weight:700;
	letter-spacing:.05em;
}
main section .information .message-box h2.title span {
	color:#1395d2;
}
main section .information .message-box p {
	text-align:justify;
}
/*アピール*/
.appeal > ul > li .content-box .message-box {
	text-align:justify;
}
.appeal > ul > li .content-box .message-box h3.title {
	font-weight:400;
}

.appeal table {
	border-spacing:0;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
.appeal table th,
.appeal table td {
	text-align:left;
	vertical-align:top;
	padding:.5rem 1rem;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.appeal table th {
	white-space:nowrap;
}
/*アイテム*/
ul.items > li {
	border:solid 1px #CCC;
	border-bottom:none 0;
}
ul.items > li .content-box .img-box {
	background-color:#FFF;
}
ul.items > li .content-box .img-box a:nth-of-type(1) {
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:4 / 3;
	color:#999;
	position:relative;
}
ul.items > li .content-box .img-box a:nth-of-type(1)::after {
	content:"";
	display:block;
	color:#333;
	background:url(../images/tmpl/icon-open-new-window.svg) no-repeat center right;
	background-size:2em 2em;
	width:2em;
	height:2em;
	position:absolute;
	bottom:10px;
	right:10px;
}
ul.items > li .content-box .img-box a:not(:nth-of-type(1)) {
	display:none;
}
.items .txt-box h3.title {
	font-weight:400;
}
.items .txt-box table {
	min-width:50%;
	border-spacing:0;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
.items .txt-box table:not(:last-of-type) {
	margin-bottom:1rem;
}
.items .txt-box table th,
.items .txt-box table td {
	text-align:left;
	vertical-align:top;
	padding:.5rem .75rem;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.items .txt-box table th {
	white-space:nowrap;
}
.items .txt-box table a {
	color:rgba(31,130,205,1);
	font-weight:bold;
}
/*テーブル*/
table {
	border-spacing:0;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
table th,
table td {
	text-align:left;
	vertical-align:top;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
table th {
	white-space:nowrap;
}
table th:not([colspan]) {
	box-sizing:content-box;
	text-align-last:justify;
}
table a {
	color:rgba(31,130,205,1);
	font-weight:bold;
}
#data-box h2.title { text-indent:1em; letter-spacing:1em;}
#data-box h2.line::before, #data-box h2.line::after { background-color:#CCC;}
/*アピールポイント*/
.appeal-point .button {
	display:flex;
	justify-content:center;
}
.appeal-point .button a.colorbox {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:.5rem 1rem;
	border:solid 1px rgba(26,65,134,1);
}
.appeal-point .button a.colorbox::after {
	content:"";
	display:block;
	color:#333;
	background:url(../images/tmpl/icon-open-new-window.svg) no-repeat center right;
	background-size:1em 1em;
	width:1em;
	height:1em;
	margin-left:1rem;
}
/*ラインナップ*/
.lineup h2.title {
	text-align:center;
}
.lineup table th,
.lineup table td {
	vertical-align:middle;
}
.lineup table thead th {
	text-align-last:justify;
}
.lineup table tbody th {
	text-align-last:left;
}
.lineup table tbody td {
	text-align-last:center;
}
#lineup h2.line::before, #lineup h2.line::after { background-color:#CCC;}


/*SP*/
@media not screen and (min-width: 768px) {
/*BASE*/
html { scroll-padding-top: calc(60px + 38px + 32px); }

/*テキスト ボタン関連*/
main section h1.title {
	font-size: 32px;
	font-weight:700;
	text-align:center;
	margin-bottom:1em;
}
main section h1.title:first-letter {
	color:rgba(31,130,205,1);
}

main section ul.button {
	display:block;
	max-width:400px;
	margin:auto;
	padding:1rem 0 0;
}
main section ul.button a {
	display:block;
	font-size:16px;
	text-align:center;
	padding:1rem 2rem;
}
/*インフォメーション（見出し）*/
main section .information .img-box {
	margin-bottom:1rem;
}
main section .information .img-box img {
	width:100%;
	height:auto;
}
main section .information .txt-box {
}
main section .information .message-box {
}
main section .information .message-box h2.title {
	display:block;
	font-size: 18px;
	margin-bottom:1rem;
}
main section .information .message-box h2.title span {
	display:inline-block;
	font-size: 14px;
}
/*アピール*/
.appeal > ul {
}
.appeal > ul > li {
	padding:2rem 0;
}
.appeal > ul > li .content-box  {
}
.appeal > ul > li:nth-child(odd) .content-box  {
}
.appeal > ul > li:nth-child(even) .content-box  {
}
.appeal > ul > li .content-box .img-box,
.appeal > ul > li .content-box .txt-box {
}
.appeal > ul > li .content-box .img-box {
	margin-bottom:1rem;
}
.appeal > ul > li .content-box .img-box img {
	width:100%;
	height:auto;
}
.appeal > ul > li .content-box .txt-box {
}
.appeal > ul > li:nth-child(odd) .content-box .txt-box  {
}
.appeal > ul > li:nth-child(even) .content-box .txt-box  {
}
.appeal > ul > li .content-box .message-box h3.title {
	font-size: 18px;
	margin-bottom:1rem;
}
/*アイテム*/
ul.items > li .content-box .img-box a:nth-of-type(1) {
	width:100%;
	height:auto;
	aspect-ratio:4 / 3;
	color:#999;
}
.items .txt-box table {
	min-width:100%;
}
.items .txt-box table th:not([colspan]) {
	box-sizing:content-box;
	text-align-last:justify;
	width:4.5em;
}
ul.items > li:not(:last-child) {
	margin-bottom:2rem;
}
ul.items > li:last-child {
	margin-bottom:0;
}
ul.items > li .content-box {
	border-bottom:solid 1px #CCC;
}
ul.items > li .content-box .img-box {
	padding:1rem;
	border-bottom:solid 1px #CCC;
}
ul.items > li .content-box .img-box a:nth-of-type(1) {
	color:#999;
}
ul.items > li .content-box .img-box img {
	width:100%;
	height:auto;
}
ul.items > li .content-box .txt-box {
	padding:1rem;
}
ul.items > li .content-box .message-box h3.title {
	font-size:18px;
	margin-bottom:1rem;
}
}

/*PC NPC TAB*/
@media screen and (min-width: 768px) {
/*BASE*/
html { scroll-padding-top: calc(60px + 48px); }

/*テキスト ボタン関連*/
main section h1.title {
	font-size: clamp(72px, 5.4vw, 80px);
	margin-bottom:1em;
}

main section ul.button {
	display:flex;
	flex-flow: row wrap;
	padding-top:2rem;
}
main section ul.button a {
	display:inline-block;
	font-size:24px;
	padding:1rem 2rem;
}
main section ul.button a:hover {
	opacity:.7;
	transition-delay:0s !important;
}
/*インフォメーション（見出し）*/
main section .information .message-box {
	padding:0 0 0 60px;
}
main section .information {
	display:flex;
	flex-flow: row nowrap;
	justify-content:flex-start;
	align-items:center;
	gap:0;
	max-width:1440px;
	margin:auto;
}
main section .information .img-box {
	width:calc(100% / 3.2);
	text-align:right;
}
main section .information .img-box img {
	width:100%;
	height:auto;
}
main section .information .txt-box {
	width:calc(100% - (100% / 3.2));
}
main section .information .message-box h2.title {
	font-size: clamp(30px, 2.4vw, 36px);
	margin-bottom:2rem;
}
main section .information .message-box h2.title span {
	display:inline-block;
	font-size: clamp(20px, 1.8vw, 24px);
	margin-bottom:.5em;
}
main section .information .message-box p {
	font-size: clamp(16px, 1.2vw, 18px);
	text-align:justify;
}
/*アピール*/
.appeal > ul {
	max-width:1440px;
	margin:auto;
}
.appeal > ul > li {
	padding:0 0;
}
.appeal > ul > li .content-box  {
	display:flex;
	/*column-gap:40px;*/
}
.appeal > ul > li:nth-child(odd) .content-box  {
	flex-direction:row-reverse;
}
.appeal > ul > li:nth-child(even) .content-box  {
	flex-direction:row;
}
.appeal > ul > li .content-box .img-box,
.appeal > ul > li .content-box .txt-box {
	width:calc(100% / 2);
}
.appeal > ul > li .content-box .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	overflow:hidden;
}
.appeal > ul > li .content-box .img-box img {
	width:100%;
	height:auto;
}
.appeal > ul > li .content-box .img-box img.long {
	display:block;
	width:auto;
	height:100%;
	max-width:none;
	aspect-ratio:4 / 3;
}
.appeal > ul > li .content-box .txt-box {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	padding-top:60px;
	padding-bottom:60px;
}
.appeal > ul > li:nth-child(odd) .content-box .txt-box  {
	padding-right:40px;
}
.appeal > ul > li:nth-child(even) .content-box .txt-box  {
	padding-left:40px;
}
.appeal > ul > li .content-box .message-box h3.title {
	font-size: clamp(20px, 1.6vw, 28px);
	margin-bottom:1em;
}
/*アイテム*/
ul.items > li .content-box .img-box a:nth-of-type(1) {
	width:100%;
	height:auto;
	aspect-ratio:4 / 3;
	color:#999;
	position:sticky !important;
	top:140px;
	z-index:1;
}
.items .txt-box table {
	width:auto;
}
.items .txt-box table th:not([colspan]) {
	box-sizing:content-box;
	text-align-last:justify;
	width:4.5em;
}
ul.items  {
	max-width:1440px;
	margin:auto;
}
ul.items > li:not(:last-child) {
	margin-bottom:60px;
}
ul.items > li .content-box {
	display:flex;
	flex-direction:row;
	border-bottom:solid 1px #CCC;
}
ul.items > li .content-box .img-box {
	width:calc(100% / 3.2);
	position:relative;
}
ul.items > li .content-box .img-box a:nth-of-type(1) {
	padding:20px 40px;
	color:#999;
}
ul.items > li .content-box .img-box img {
	width:100%;
	height:auto;
	max-width:none;
}
ul.items > li .content-box .txt-box {
	width:calc(100% - (100% / 3.2));
	padding:40px 40px 40px 40px;
	border-left:solid 1px #CCC;
}
ul.items > li .content-box .message-box h3.title {
	font-size: clamp(20px, 1.6vw, 28px);
	margin-bottom:1rem;
}
}


@media screen and (min-width: 1880px) {
/*BASE*/
.fhd { display:none; }
}