@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
}
.active {
	opacity: 1;
}
.red {
	color: #FF0000;
}
:root {
	--sgold: #d3b75b;
	--sblack2: #2c2c2b;
	--sred: #cc5252;
	--sgreen: #659b19;
	--sgreen2: #455a19;
	--sgreen3: #76cf7b; /*第九緑*/
	--sgrey: #ddd9d5;
	--sgreyrgb: rgba(0, 0, 0, 0.1);
	--sgrey3: #393939;
	--oyellow: #f8d224;
	--jblue: #00499f;
	--navy: #1b1464;
	--subFont1: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	--subFont2: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	--subFont3: "Zen Old Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
	--red: #ff0000;
}
.yellow {
	color: var(--yellow)
}
article img {
	width: 100%;
}
section, nav {
	position: relative;
	font-family: var(--subFont1);
	font-weight: 500;
}
section b {
	font-size: 1.2em;
}
section mark {
	background: linear-gradient(transparent 48%, var(--yellow) 48% 90%, transparent 90%);
}
.noWrap {
	white-space: nowrap;
}
.breakWord {
	word-break: break-word;
}
.space {
	margin-right: .5em;
}
.tab-switch {
	display: none; /* ラジオボタン非表示 */
}
.inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 5rem clamp(0.8rem, 0.702rem + 0.49vw, 1rem);
}
.innerWrapper {
	margin-top: 1em;
	padding: 1px clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem) 1em;
	background: #fff;
}
.slash::before, .slash::after {
	content: '/';
}
.slash::before {
	display: inline-block;
	transform: scale(-1, 1);
}
.White {
	color: #fff;
}
/*背景色設定*/
section:nth-of-type(odd) {
	background: #000;
}
section:nth-of-type(even) {
	background-color: var(--sblack2);
}
section#overview, section.entry {
	background-color: transparent;
}
article::after {
	content: "";
	background: url(../images/bg.jpg) no-repeat center/cover;
	position: fixed;
	inset: 0;
	z-index: -1;
}
article .top {
	margin: -5px 0;
	background: #fff;
}
/*メインタイトル*/
section h3 {
	font-family: var(--subFont3);
	max-width: fit-content;
	margin: auto;
	font-size: 2em;
	text-align: center;
	color: transparent;
	background-image: linear-gradient(135deg, var(--sgold) 0%, var(--sgold) 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, var(--sgold) 63%, var(--sgold) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 900;
	letter-spacing: .05em;
}
/*ナビゲーション*/
article nav {
	position: sticky;
	top: 0;
	z-index: 500;
	background: var(--sgrey3);
	box-shadow: 1px 1px 2px #000;
}
.topNav {
	max-width: fit-content;
	margin: auto;
	padding: .3em;
}
.topNav a {
	color: #fff;
	padding-right: .5em;
}
.topNav a::after {
	content: '|';
	padding-left: .5em;
}
.topNav a:last-of-type {
	font-size: 1.1em;
	display: inline-block;
	background: var(--sgreen3);
	color: #fff;
	text-shadow: 0 0 2px var(--sgreen);
	font-weight: 700;
	padding: 3px 6px 1px;
}
.topNav a:last-of-type::after {
	content: '';
	padding: 0;
}
/*導入#intro*/
#intro .westerID {
	max-width: 800px;
	margin: 0 auto 3em;
	background-image: linear-gradient(135deg, var(--sgold) 0%, var(--sgold) 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, var(--sgold) 63%, var(--sgold) 100%);
	padding: 3px;
	color: #fff;
}
#intro .westerID span {
	display: block;
	padding: 1em;
	background: #000;
	text-align: center;
}
#intro .westerID strong {
	display: block;
	font-family: var(--subFont3);
	font-size: 1.4em;
	font-weight: 500;
	color: var(--sgold);
}
#intro .westerID strong:nth-child(2) {
	color: var(--sred);
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: .4em;
}
#intro h3 {
	color: var(--sgold);
	letter-spacing: -.05em;
	font-weight: 500;
}
#intro ul {
	max-width: fit-content;
	margin: 1em auto;
}
#intro ul li {
	font-family: var(--subFont3);
	padding-bottom: .7em;
	text-indent: -1.3em;
	margin-left: 1.6em;
	color: var(--sgold);
	font-size: 1.1em;
	text-decoration: underline;
	text-underline-offset: .45em;
	line-height: 1.9;
}
#intro ul li::before {
	content: '';
	display: inline-block;
	background: url(../images/checkBoxgold.png) no-repeat center bottom / contain;
	width: 1.4em;
	height: 1.3em;
	vertical-align: text-bottom;
}
#intro p {
	color: #fff;
}
/*公演概要#overview*/
#overview {
	color: #fff;
	font-family: var(--subFont3);
}
.theme {
	font-size: 1.2em;
	text-align: center;
	line-height: 2.5;
	margin: 2.5em auto 0;
	max-width: 720px;
	position: relative;
}
.theme p:first-of-type {
	margin-bottom: 1em;
}
.catchphrase1 {
	color: var(--sgreen3);
	font-size: 1.8em;
	line-height: 1.8;
}
.catchphrase2 {
	color: var(--oyellow);
}
.details_1 {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 1em;
	margin: 3em auto 0;
	max-width: fit-content;
}
.details_1 dt {
	font-weight: 500;
}
.details_1 {
	font-size: 1.1em;
}
.details_2 {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 1em;
	margin: 3em auto 0;
}
.details_2 dt {
	font-weight: 500;
}
.details_2 dt::before {
	content: '◆';
	padding-right: .5em;
}
/*各プラン行程・詳細#schedule*/
/*タイトル*/
#hotel h4, #dinner h4 {
	font-family: var(--subFont3);
	margin: 2em 0 1em;
	font-size: 1.3em;
	text-align: center;
	color: #fff;
}
#plan {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5em;
}
#plan::before, #plan::after {
	width: calc(50% - 4px);
	padding: .4em 0;
	margin: -30px 2px -32px 2px;
	background-image: linear-gradient(to bottom, var(--sgold) 50%, transparent 100%);
	order: -2;
	font-family: var(--subFont3);
	letter-spacing: .05em;
	text-align: center;
	font-size: clamp(0.813rem, 0.628rem + 0.92vw, 1.188rem);
	font-weight: 600;
}
#plan::before {
	content: 'JR+宿泊+公演鑑賞券';
}
#plan::after {
	content: '宿泊+公演鑑賞券';
}
/*タブ切り替え*/
#plan .tab-label {
	width: calc(25% - 3%);
	margin: 0 1.5%;
	color: #fff;
	background: var(--sgreen2);
	font-family: var(--subFont3);
	letter-spacing: .05em;
	line-height: 1.1;
	text-align: center;
	padding: .5em .2em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}
#plan .tab-content {
	height: 0;
	overflow: hidden;
}
#plan .tab-switch:checked + .tab-label {
	background: var(--sgreen3);
	text-shadow: 0 0 4px var(--sgreen);
}
#plan .tab-switch:checked + .tab-label + .tab-content {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 3em clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 2em;
	border-top: 6px solid var(--sgreen3);
	border-bottom: 6px solid var(--sgreen3);
}
#plan h4 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
#plan h5 {
	margin-top: 1em;
	font-weight: 700;
	position: relative;
	margin: 2em 0 .6em;
	font-size: 1.2em;
	color: var(--sgreen);
}
#plan h5::before {
	content: '■';
	padding-right: .2em;
}
#plan h6 {
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
/*行程表*/
.timetable dl {
	border: solid 1px #999;
}
.timetable dt {
	padding: .8em .5em 0;
}
.timetable dd {
	padding: .2em .5em .5em;
	line-height: 2;
}
.timetable dd:first-of-type {
	border-bottom: dashed 1px #999;
}
.timetable b {
	margin: .2em;
	font-size: 1.06em;
}
.timetable small {
	font-size: .95em;
}
.trainicon::after {
	content: '';
	display: inline-block;
	background: url(../images/train.png) no-repeat center bottom / contain;
	width: 1.5em;
	height: 1em;
	margin-left: .1em;
}
.hotelicon::after {
	content: '';
	display: inline-block;
	background: url(../images/hotel.png) no-repeat center bottom / contain;
	width: 2em;
	height: 1.5em;
	margin: auto -.5em -.2em -.1em;
}
/*旅行代金*/
.travelFee p {
	margin-bottom: .6em;
}
.travelFee p span {
	font-weight: 700;
}
.travelFee summary {
	background: var(--sgreen);
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	padding: .2em .5em .2em .5em;
	max-width: 455px;
	margin-bottom: .6em;
	cursor: pointer;
	list-style-type: none;
}
.travelFee summary::marker, .travelFee summary::-webkit-details-marker {
	display: none;
}
.travelFee summary::before {
	content: "▶";
	display: inline-block;
	transform: rotate(0deg);
	transition: all .4s;
}
.travelFee details::details-content {
	interpolate-size: allow-keywords;
	height: 0;
	opacity: 0;
	overflow: clip;
	transition: all .4s allow-discrete;
}
.travelFee details[open]::details-content {
	opacity: 1;
	height: auto;
}
.travelFee details[open] summary::before {
	transform: rotate(90deg);
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
/*@supports not (interpolate-size: allow-keywords) { 
	.travelFee details[open]::details-content {
		height: 50vh;
		overflow-y: scroll;
	}
}
*/ .travelFee caption span {
	font-weight: 700;
	font-size: 1.15em;
}
.travelFee table {
	width: 100%;
	border-collapse: collapse;
	font-size: clamp(0.656rem, 0.487rem + 0.85vw, 1rem);
	padding: 1em 0;
	margin: 1em 0 2em;
}
.travelFee th {
	color: #fff;
	padding: .2em;
	background: var(--sgrey3);
	border: solid 1px #fff;
	align-content: center;
}
.travelFee th:first-child {
	text-align: center;
}
.travelFee td {
	border: solid 1px var(--sgrey3);
	align-content: center;
	text-align: center;
}
.travelFee td:first-child {
	text-align: left;
}
/*ご利用ホテル#hotel*/
#hotel > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5em;
}
.hotelBox {
	background: #fff;
	padding: 1em clamp(0.5rem, 0.254rem + 1.23vw, 1rem);
}
#hotel h5 {
	font-family: var(--subFont3);
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	border-bottom: 2px solid var(--sgold);
	padding-bottom: .5em;
	margin-bottom: 1em;
	line-height: 1.4;
	align-content: center;
}
#hotel dl {
	display: grid;
	grid-template-columns: 4em 1fr;
	gap: .3em .5em;
}
.inout {
	margin-top: .3em;
}
.inout b {
	font-size: .8em;
	display: inline-block;
	padding: 1px 2px 0;
	margin-right: .4em;
	background: #888;
	color: #fff;
}
/*夕食#dinner*/
#dinner .note {
	font-family: var(--subFont3);
	margin-top: 1.5rem;
	border: 2px solid var(--red);
	position: relative;
	font-weight: 600;
	padding: 1rem 0 .5rem;
}
#dinner .note dt {
	color: var(--red);
	background: #fff;
	font-size: 1.2em;
	position: absolute;
	width: max-content;
	padding: 0 1em;
	top: -.8em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#dinner .note dd {
	text-align: center;
}
#dinner h5 {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: 700;
}
.restaurant {
	padding-bottom: 1em;
	border-bottom: 1px solid var(--sgreyrgb);
}
.restaurant li {
	font-size: .9em;
	padding-top: 1em;
	display: grid;
	grid-template-columns: min(150px, 30%) 1fr;
	gap: 1em;
}
.inquiry > dt::before {
	content: '';
	padding-right: 5px;
	margin-right: .5em;
	height: 1em;
	width: 2px;
	background: var(--sgreyrgb);
}
/*ご応募から当選の流れ#process*/
.processList {
	margin: .5em 0 2em;
}
.processList li {
	position: relative;
	margin: 3.2em 0 0 .5em;
	background: #fff;
}
.processList h4 {
	font-family: var(--subFont3);
	line-height: 1.3;
	color: #fff;
	background: #000;
	padding: .4em;
	position: absolute;
	top: 0;
	left: 7px;
	text-align: center;
	z-index: 3;
}
.processList dl {
	padding: .8em 1em 1em;
	text-align: center;
}
.processList dt {
	font-family: var(--subFont3);
	letter-spacing: .05em;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.processList dd {
	background: var(--sgreyrgb);
	line-height: 1.5;
	padding: 1em;
}
.processList dd b {
	display: block;
	padding-bottom: .5em;
}
.date {
	font-weight: bold;
	background: linear-gradient(transparent 70%, var(--yellow) 70%);
}
/*資格・条件・注意事項#requirements/

/*タブ切り替え*/
#requirements {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
#requirements .tab-label {
	font-size: 1.1em;
	color: #fff;
	font-weight: 700;
	background: /*#666*/ var(--sgreen2);
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 2px 2px 0 0;
	flex: 1;
}
#requirements .tab-label:not(:last-of-type) {
	margin-right: 5px;
}
#requirements .tab-content {
	height: 0;
	overflow: hidden;
}
/* アクティブなタブ */
#requirements .tab-switch:checked + .tab-label {
	background: var(--sgreen);
}
#requirements .tab-switch:checked + .tab-label + .tab-content {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: .2em clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 1em;
	border-top: 6px solid var(--sgreen);
	border-bottom: 6px solid var(--sgreen);
}
/*ご案内#requirements #attention*/
#requirements h4, #attention h4 {
	padding-top: 1em;
	font-size: 1.05em;
	font-weight: 700;
}
ul.square > li {
	line-height: 1.4;
	padding-bottom: .5em;
	text-indent: -1.1em;
	margin-left: 1em;
}
ul.square > li:before {
	content: '◆';
	padding-right: .1em;
}
ul.midpoint > li, ul.kome > li {
	line-height: 1.4;
	padding-top: .25em;
	text-indent: -1em;
	margin-left: 1em;
}
ul.kome > li:before {
	content: '※';
}
ul.midpoint > li:before {
	content: '・';
}
/*ご応募.entry*/
.entry p:first-of-type {
	margin: 2em auto 0;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}
.entry .note {
	max-width: 800px;
	margin: 2em auto 0;
	background-image: linear-gradient(135deg, var(--sgold) 0%, var(--sgold) 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, var(--sgold) 63%, var(--sgold) 100%);
	padding: 4px;
	color: #fff;
}
.entry .note > div {
	padding: 1em;
	background: #000;
	line-height: 1.5;
}
.entry .note ul {
	max-width: fit-content;
	margin: .5em auto 0;
}
/*お申込み#apply*/
#apply p {
	font-family: var(--subFont3);
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	margin: 1em 0;
}
#apply ul.kome {
	max-width: 700px;
	margin: 1em auto 0;
}
/*ご案内#attention*/
#attention .innerWrapper {
	padding: 1em clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem);
	background: #FFF;
}
/*ボタン共通*/
a.Btn {
	max-width: 700px;
	margin: .5em auto 0;
	color: #fff;
	text-align: center;
	position: relative;
	display: block;
	border-radius: 5px;
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: .05em;
	padding: .7em .8em .7em;
	background-image: linear-gradient(to left, var(--jblue) 0%, var(--navy) 100%);
	background: #999;
	pointer-events: none;
}
a.Btn::after {
	content: ">";
	position: absolute;
	top: 23%;
	left: 18%;
}
/*販売前ボタン＋ボタン非活性コード　・・・該当ボタンを含むタブに class="beforeSale"付与する*/
.beforeSale a.Btn {
	pointer-events: none;
}
.beforeSale a.Btn::before {
	display: grid;
	place-items: center;
	position: absolute;
	font-size: 1.8em;
	background: var(--sblack2);
	z-index: 100;
	inset: 0px;
	border-radius: 5px;
}
.beforeSale a.Btn::before {
	content: "coming soon!";
}
/*販売終了ボタン含むタブに id="beforeSale"付与する*/
#ended a.Btn {
	background: #999;
	pointer-events: none;
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	article nav, section {
		font-size: 13px;
		line-height: 1.4;
	}
	/*メインビジュアル*/
	.titlePc, .titlePc2 {
		display: none;
	}
	/*	以下削除不可====================================================*/
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none !important;
	}
	.titlePc2 {
		display: block;
	}
	.titleSp, .titlePc {
		display: none;
	}
	section {
		line-height: 1.6;
	}
	#intro p {
		text-align: center;
		font-size: 1.05em;
	}
	#plan {
		margin-top: 6em;
	}
	#plan::before, #plan::after {
		margin: -40px 2px;
	}
	.details_1 {
		font-size: 1.1em;
	}
	.inquiry {
		display: grid;
		grid-template-columns: max-content 1fr;
		gap: 1em;
	}
	.restaurant {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.processList {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1em;
	}
	#plan .tab-switch:checked + .tab-label {
		font-size: 1.2em;
		padding: .35em .2em 0;
	}
	/*ご利用ホテル*/
	.travelFee th {
		text-align: center;
	}
	.travelFee td:first-child {
		padding-left: 2%;
	}
	/*以下削除不可==================================================== */
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n + 2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		max-width: 990px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
@media screen and (min-width: 970px), print {
	/*メインビジュアル*/
	.titlePc {
		display: block;
	}
	.titlePc img {
		min-height: 400px;
		object-fit: cover;
		object-position: center;
	}
	.titleSp, .titlePc2 {
		display: none;
	}
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}