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

/*ページタイトル ボタン関連*/
main section h1.title {
	font-weight:700;
	text-align:center;
}
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%);
}

/*インフォメーション*/
.information .message-box h2.title {
	display:block;
	font-family:"Noto Serif JP", serif;
	font-weight:700;
	letter-spacing:.05em;
}
.information .message-box h2.title span {
	color:#1395d2;
}
.information .message-box p {
	text-align:justify;
}

/*アピールポイント*/
.appeal-point .content-box h2 {
	font-weight:700;
}
.appeal-point ul.contents .img-box,
.appeal-point ul.contents .txt-box {
	padding:2rem 0 0;
}
.appeal-point ul.contents .img-box img {
	width:100%;
}

/*アピール*/
#appeal .title {
	font-weight:700;
}
ul.appeal > li .content-box .message-box {
	text-align:justify;
}

/*最後に*/
#about {
	background-position:center;
	background-size: cover;
	padding:4rem 2rem;
}
.about {
	border:solid 1px #FFF;
	background-color:rgba(255,255,255,.5);
}
.about .title {
	font-weight:700;
}
.about .content-box .message-box {
	text-align:justify;
}
.about .content-box .message-box h3 {
	font-weight:400;
}
.about .content-box .img-box 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;
	position:absolute;
}

/*テーブル*/
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;}


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

/*テキスト ボタン関連*/
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;
}

/*インフォメーション*/
#information {
	padding:4rem 2rem;
}
#information h1.title {
	font-size: 30px;
	font-weight:700;
	text-align:center;
	margin-bottom:1em;
}
#information .information .img-box {
	margin-bottom:1rem;
}
#information .information .img-box img {
	width:100%;
	height:auto;
}
main section .information .txt-box {
}
main section .information .message-box {
}
#information .information .message-box h2.title {
	display:block;
	font-size: 18px;
	margin-bottom:1rem;
}
#information .information .message-box h2.title span {
	display:inline-block;
	font-size: 14px;
}

/*アピールポイント*/
#appeal-point {
	padding:4rem 2rem;
}
.appeal-point ul.contents > li {
	padding:1.5rem;
}
.appeal-point ul.contents > li:not(:last-child) {
	margin-bottom:2rem;
}
.appeal-point .content-box h2 {
	font-size:18px;
}

/*アピール*/
#appeal {
	padding:4rem 2rem;
}
.appeal .title {
	font-size:20px;
	text-align:left;
	margin-bottom:1rem;
}
.appeal .message-box h2 {
	font-size:18px;
	text-align:left;
	margin-bottom:1rem;
}
ul.appeal > li:not(:last-child) {
	padding-bottom:2rem;
	margin-bottom:2rem;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
ul.appeal > li .content-box .txt-box {
}
ul.appeal > li .content-box .txt-box .img-box {
	margin-bottom:1rem;
}

/*最後に*/
.about {
}
.about .title {
	font-size: 20px;
	text-align:left;
	margin-bottom:1rem;
}
.about .content-box,
.about .content-box_x {
	padding:1rem;
}
.about .content-box .img-box,
.about .content-box_x .img-box {
	width:calc(100% - 1rem);
	max-width:240px;
	margin:0 auto 1rem;
}
.about .message-box h3 {
	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 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;
}

/*インフォメーション*/
#information {
	padding:80px 0;
	background-image:url(../images/tmpl/catalog_information_bgimg.png);
	background-repeat:no-repeat;
	background-size:45% auto;
	background-position: right 20px bottom 80px;
}
#information h1.title {
	font-size: clamp(72px, 5.4vw, 80px);
	margin-bottom:1em;
}
#information .information {
	width:100%;
	position:relative;
}
#information .information .img-box {
	width:50%;
	/*height:auto;
	aspect-ratio:16 / 9;
	overflow:hidden;*/
}
#information .information .img-box img {
	width:100%;
	height:auto;
	max-width:none;
}
#information .information .txt-box {
	/*background-color:rgba(255,255,255,.8);*/
	background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,.25) 100%);
	width:60%;
	max-width:968px;
	padding:40px;
	box-shadow:0 0 10px 1px rgba(0,0,0,.4);
	position:absolute;
	top:50%;
	left:calc(40% - 60px);
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
#information .information .message-box h2.title {
	font-size: clamp(30px, 2.4vw, 36px);
	letter-spacing:normal;
	/*white-space: nowrap;*/
	margin-bottom:2rem;
}
#information .information .message-box h2.title span {
	display:inline-block;
	font-size: clamp(20px, 1.8vw, 24px);
	margin-bottom:.5em;
}
#information .information .message-box p {
	font-size: clamp(16px, 1.2vw, 18px);
}

/*アピールポイント*/
#appeal-point {
	padding:80px 60px;
}

.appeal-point ul.contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:60px 60px;
	width:100%;
	max-width:1000px;
	margin:auto;
}
.appeal-point ul.contents > li.colspan {
	grid-column: 1 / 3;
}
.appeal-point ul.contents > li {
	padding:40px;
}
.appeal-point ul.contents > li:not(.colspan) .content-box {
	max-width:460px;
	margin:auto;
}
.appeal-point ul.contents > li.colspan .content-box {
	max-width:1210px;
	margin:auto;
}
.appeal-point .content-box h2 {
	font-size:24px;
}
.appeal-point .content-box h2.line::before,
.appeal-point .content-box h2.line::after,
.appeal-point .content-box h2.line-r::after {
	height:2px;
	border-radius:2px;
}

/*アピール*/
#appeal {
	background-position:center;
	background-size: cover;
	padding:80px 60px;
}
#appeal .appeal {
	width:100%;
	max-width:1000px;
	margin:auto;
}
.appeal .title {
	font-size: clamp(32px, 2.8vw, 40px);
	text-align:left;
	margin-bottom:1rem;
}
.appeal .message-box h2 {
	font-size: clamp(20px, 1.6vw, 28px);
	text-align:left;
	margin-bottom:1rem;
}
ul.appeal > li .content-box {
	display:flex;
}
ul.appeal > li:nth-child(odd) .content-box  {
	flex-direction:row-reverse;
}
ul.appeal > li:nth-child(even) .content-box  {
	flex-direction:row;
}
ul.appeal > li .content-box .txt-box {
	width:calc(100% / 2);
}
ul.appeal > li .content-box::before {
	content:"";
	display:block;
	width:calc(100% / 2);
	background-position:center center;
	background-size:cover;
}
ul.appeal > li .content-box .txt-box {
	display:flex;
	flex-flow:column wrap;
	justify-content:center;
	padding-top:60px;
	padding-bottom:60px;
}
ul.appeal > li:nth-child(odd) .content-box .txt-box  {
	padding-right:40px;
}
ul.appeal > li:nth-child(even) .content-box .txt-box  {
	padding-left:40px;
}

/*最後に*/
#about {
	background-position:center;
	background-size: cover;
	padding:80px 60px;
}
#about .about {
	width:100%;
	max-width:1000px;
	margin:auto;
}
.about .content-box .img-box a.colorbox::after {
	position:absolute;
	bottom:10px;
	right:10px;
}
/*画像が縦長*/
.about .content-box {
	background-repeat:no-repeat;
	background-size:1000px 100%;
	background-position:top 160px left 120px;
	max-width:1000px;
	margin:auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.about .content-box .img-box {
	width:240px;
	padding-bottom:20px;
}
.about .content-box .txt-box {
	width:calc(100% - 240px);
	padding:0 40px 40px 60px;
}
.about .content-box .txt-box .message-box h2 {
	font-size: clamp(24px, 2vw, 36px);
	height:160px;
	padding-bottom:40px;
	margin-bottom:40px;
	display:flex;
	align-items:flex-end;
}
/*画像が横長*/
.about .content-box_x {
	background-repeat:no-repeat;
	background-size:1000px 100%;
	background-position:top 160px left 120px;
	max-width:1000px;
	margin:auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.about .content-box_x .img-box {
	width:380px;
	padding-bottom:20px;
}
.about .content-box_x .txt-box {
	width:calc(100% - 380px);
	padding:0 40px 40px 40px;
}
.about .content-box_x .txt-box .message-box h2 {
	font-size: clamp(24px, 2vw, 36px);
	height:160px;
	padding-bottom:40px;
	margin-bottom:40px;
	display:flex;
	align-items:flex-end;
}
}


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