@charset "UTF-8";
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
:root {
	--color-text: #222;
	--color-white: #fff;
	--color-pink: #E95283;
	--color-blue: #008CD6;
	--color-pale-blue: #CAEBFA;
	--color-light-blue: #F4FAFF;
	--color-green: #59BA24;
	--color-orange: #F08E38;
	--color-orange-dark: #E38832;
	--color-orange-romance: #F08300;
	--color-skyblue: #56BEF5;
	--color-off-white: #FDF8F2;
	--color-light-gray: #EBEBEB;
	--color-gray: #ccc;
	--box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
	--box-shadow-vertical: 0 2px 3px rgba(0, 0, 0, 0.05);
	--font-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-mincho: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--font-maruGothic: "M PLUS Rounded 1c", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	background: var(--color-off-white);
	color: var(--color-text);
	font-family: var(--font-maruGothic);
	font-size: 16px;
	line-height: 1.8;
	overflow-wrap: break-word;
	font-weight: 500;
}
body.p-romancecar {
	background-color: var(--color-white);
}
body.p-romanceCampaign {
	background-color: #FFF799;
}
body.p-mocoron {
	background-image: url(/oyako/assets/img/mocoron/bg-main-mocoron.svg);
	background-color: #E6F8FF;
	background-size: 97px 97px;
	background-repeat: repeat;
}
body#tinymce {
	margin: 15px;
	background: #fff;
}
a {
	color: var(--color-blue);
}
a:focus-visible {
	outline-color: #025ecc;
	outline-offset: 1px;
	outline-style: auto;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}
button:focus-visible {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
textarea,
[type="search"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
}
[data-animation] {
	transition-duration: 1s;
	transition-delay: .2s;
	transition-property: opacity;
	opacity: 0;
}
[data-animation="after"] {
	opacity: 1;
}
[data-animation][data-animation-type="fadeInRight"] {
	transition-property: opacity, transform;
	transform: translateX(-20px);
}
[data-animation="after"][data-animation-type="fadeInRight"] {
	transform: translateX(0);
}
[data-animation][data-animation-type="fadeInLeft"] {
	transition-property: opacity, transform;
	transform: translateX(20px);
}
[data-animation="after"][data-animation-type="fadeInLeft"] {
	transform: translateX(0);
}
[data-animation][data-animation-type="fadeInUp"] {
	transition-property: opacity, transform;
	transform: translateY(20px);
}
[data-animation="after"][data-animation-type="fadeInUp"] {
	transform: translateY(0);
}
[data-animation][data-animation-type="fadeZoomOut"] {
	transition-property: opacity, transform;
	transform: scale(1.05);
}
[data-animation="after"][data-animation-type="fadeZoomOut"] {
	transform: scale(1);
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::placeholder {
	color: #ccc
}
.icon {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 1;
	min-width: 1em;
}
.icon::before {
	display: block;
}
.u-inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: var(--color-blue);
	font-weight: 500;
	text-align: center;
}
.u-ttl::before {
	content: "";
}
.u-ttl::after {
	content: "";
}
.u-tbl {
	width: 100%;
}
.u-tbl > thead {}
.u-tbl > thead > tr {}
.u-tbl > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}
.u-tbl > tbody {}
.u-tbl > tbody > tr {}
.u-tbl > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.u-tbl > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.u-tblWrap {
	overflow: auto;
}
.u-tblWrap_caution {
	display: none;
}
.u-list {
	list-style: none;
	line-height: 1.6;
}
.u-list > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 11px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 6px;
	background-color: var(--color-text);
	border-radius: 50%;
	left: 0;
	top: calc(0.8em - 3px);
}
.u-sect {
	padding-top: 50px;
	margin-top: -50px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 12px;
	padding: 5px 35px;
	line-height: 1.2;
	background: var(--color-white);
	border: 2px solid var(--color-blue);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: inherit;
	min-height: 60px;
	font-size: 20px;
	box-shadow: var(--box-shadow);
	box-sizing: border-box;
}
.u-btn-pink {
	border-color: var(--color-pink);
}
.u-btn-noIcon {
	padding-left: 15px;
	padding-right: 15px;
}
.u-btn > .icon-arrowRight,
.u-btn > .icon-arrowDown {
	display: block;
	font-size: 12px;
	color: var(--color-blue);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-btn-pink > .icon-arrowRight,
.u-btn-pink > .icon-arrowDown {
	color: var(--color-pink);
}
.u-btn:active {}
.u-btn::after {
	content: "";
}
.u-btn-cancel {
	background: #666;
	color: #fff;
}
.u-selWrap {
	position: relative;
}
.u-selWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 9px;
	border: 6px solid rgba(255, 255, 255, 0);
	width: 0;
	height: 0;
	border-top-width: 8px;
	border-bottom-width: 0;
	border-top-color: currentColor;
	transform: translateY(-50%);
	pointer-events: none;
}
.u-selWrap::after {}
.u-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	border: 0;
	line-height: 32px;
	height: 32px;
	width: 100%;
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding-left: 15px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-right: 25px;
	font-family: inherit;
	background-color: var(--color-white);
	color: inherit;
}
.u-selWrap > select::-ms-expand {
	display: none;
}
.u-chkLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	line-height: 1.6;
}
.u-chkLbl > [type="checkbox"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-chkLbl_icon {
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	border: 1px solid #666;
	position: absolute;
	z-index: 0;
	top: calc(5px + 0.8em);
	transform: translateY(-50%);
	left: 0;
}
.u-chkLbl > [type="checkbox"]:focus-visible + .u-chkLbl_icon {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
.u-chkLbl_icon::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 8px;
	box-sizing: border-box;
	border: 3px solid #666;
	border-top: none;
	border-right: none;
	transform: translate(-50%, -50%) rotate(-39deg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	margin-top: -2px;
}
.u-chkLbl_text {
	display: block;
	font-weight: normal;
}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	line-height: 1.6;
}
.u-rdoLbl > [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-rdoLbl_icon {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #666;
	box-sizing: border-box;
	position: absolute;
	z-index: 0;
	top: calc(0.8em + 5px);
	left: 0;
	transform: translateY(-50%);
}
.u-rdoLbl_icon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #666;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-rdoLbl > [type="radio"]:focus-visible + .u-rdoLbl_icon {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl_text {
	display: block;
	font-weight: normal;
}
.u-hiddenSVG {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.u-spBlock {
	display: none;
}
.u-spInline {
	display: none;
}
.u-tabletBlock {
	display: none;
}
.u-tabletInline {
	display: none;
}
.u-spsInline {
	display: none;
}
.u-lowResInline {
	display: none;
}
.u-clamp {
	max-height: 3.6em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.u-switchImg > img:first-child {}
.u-switchImg > img:last-child {
	display: none;
}
.u-fitImg {
	position: relative;
	z-index: 1;
	padding-bottom: 100%;
	overflow: hidden;
}
.u-fitImg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.u-editor {
	word-break: break-all;
}
.u-editor::after {
	content: "";
	display: block;
	clear: both;
}
.u-editor div {
	max-width: 100%;
}
.u-editor img {
	max-width: 100%;
	height: auto;
}
.u-editor iframe {
	max-width: 100%;
}
.u-editor video {
	max-width: 100%;
	height: auto;
}
.u-editor ul {
	padding-left: 1.5em;
}
.u-editor ol {
	padding-left: 1.5em;
}
.u-editor blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.u-editor blockquote::before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}
.u-editor blockquote::after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}
.u-ttlBorder {
	font-size: 28px;
	font-weight: inherit;
	text-align: center;
	position: relative;
	line-height: 1.286;
	padding-bottom: 15px;
	margin-bottom: 39px;
	color: var(--color-blue);
}
.u-ttlBorder::before {
	content: "";
	width: 16px;
	height: 4px;
	background-size: 8px 4px;
	background-repeat: repeat-x;
	background-position: -2px bottom;
	background-image: radial-gradient(circle at center center, currentColor 0px, currentColor 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.u-ttlBorder::after {
	content: "";
	width: 16px;
	height: 4px;
	background-size: 8px 4px;
	background-repeat: repeat-x;
	background-position: 2px bottom;
	background-image: radial-gradient(circle at center center, currentColor 0px, currentColor 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
.u-ttlBorder_text {
	color: var(--color-text);
}
.u-ttlBorder_bar {
	display: block;
	width: calc(100% - 32px);
	left: 50%;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	background-color: currentColor;
	height: 4px;
	border-radius: 2px;
}
.u-ttlBorder-green {
	color: var(--color-green);
}
.u-ttlBorder-pink {
	color: var(--color-pink);
}
.u-btn-green {
	border-color: var(--color-green);
}
.u-btn-green > .icon-arrowRight,
.u-btn-green > .icon-arrowDown {
	color: var(--color-green);
}
.u-btnSimple {
	min-height: 40px;
	border: 2px solid var(--color-blue);
	border-radius: 8px;
	background-color: var(--color-light-blue);
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: flex;
	text-align: center;
	font-size: 18px;
	color: var(--color-blue);
	box-shadow: 3px 3px 0 var(--color-light-gray);
	transition-duration: .3s;
	transition-property: transform, box-shadow, color, background-color;
	padding: 3px 6px;
	box-sizing: border-box;
	line-height: 1.2;
}
.u-btnSimple[aria-current="true"] {
	background-color: var(--color-blue);
	color: var(--color-white);
	pointer-events: none;
	box-shadow: 0 0 0 var(--color-light-gray);
}
.u-loading {
	animation-name: loading;
	animation-duration: 1s;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps(8);
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	fill: var(--color-green);
	animation-play-state: paused;
}
.u-cat {
	display: flex;
	min-height: 24px;
	border: 1px solid var(--color-blue);
	box-sizing: border-box;
	line-height: 1;
	align-items: center;
	justify-content: center;
	color: var(--color-blue);
	border-radius: 100px;
	font-size: 14px;
	padding: 3px 11px;
}
.u-cat[data-slug="event"] {
	border-color: var(--color-pink);
	color: var(--color-pink);
}
.u-ttl_en {
	font-size: 68px;
	font-weight: bold;
	margin-bottom: 17px;
	display: block;
}
.u-ttl_en:first-letter {
	color: var(--color-pink);
}
.u-ttl_main {
	display: block;
	line-height: 1.21;
}
.u-slideBtn {
	width: 58px;
	height: 58px;
	position: absolute;
	color: var(--color-white);
	font-size: 24px;
	border-radius: 50%;
}
.u-slideBtn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-blue);
	opacity: .5;
	border-radius: 50%;
	top: 0;
	left: 0;
	position: absolute;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-slideBtn > .icon {
	display: block;
	z-index: 2;
}
.u-tag {
	background-color: var(--color-blue);
	color: var(--color-white);
	font-weight: 500;
	line-height: 1;
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;
	padding: 3px 14px;
	box-sizing: border-box;
	font-size: 18px;
}
.u-btn01 {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 10px;
	padding: 0 37px;
	background: #fff;
	border: 2px solid #008CD6;
	height: 70px;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color, box-shadow, -webkit-transform;
	transition-property: background-color, color, border-color, box-shadow, transform;
	transition-property: background-color, color, border-color, box-shadow, transform, -webkit-transform;
	position: relative;
	z-index: 1;
	color: inherit;
	line-height: 1.3;
	box-shadow: 5px 5px 0 #EBEBEB;
	font-size: 112.5%;
}
.u-btn01-l {
	height: 100px;
	font-size: 150%;
	border-radius: 16px;
}
.u-btn01-m {
	height: 80px;
}
.u-btn01-s {
	height: 60px;
}
.u-btn01-favo {
	border-color: #F8554E;
}
.u-btn01-orange {
	border-color: #FF980B;
}
.u-btn01-yellow {
	border-color: #FADC00;
	color: #000;
}
.u-btn01-brown {
	border-color: #9A3921;
}
.u-btn01-pink {
	border-color: #E95283;
}
.u-btn01-green {
	border-color: #59BA24;
}
.u-btn01-orangeSolid {
	border-color: #FF980B;
	color: #fff;
	background-color: #FF980B;
}
.u-btn01-icnL {}
.u-btn01 > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 14px;
	color: #008CD6;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: inherit;
}
.u-btn01 > .icon-pdf {
	font-size: 150%;
}
.u-btn01-favo > .icon {
	color: #F8554E;
}
.u-btn01-orange > .icon {
	color: #FF980B;
}
.u-btn01-yellow > .icon {
	color: #FADC00;
}
.u-btn01-brown > .icon {
	color: #9A3921;
}
.u-btn01-pink > .icon {
	color: #E95283;
}
.u-btn01-green > .icon {
	color: #59BA24;
}
.u-btn01-orangeSolid > .icon {
	color: inherit;
	transition: none;
}
.u-btn01-disabled {
	color: #A5A5A5;
	border-color: #A5A5A5;
	pointer-events: none;
	padding: 0 10px;
}
.u-btn01-disabled > .icon {
	color: inherit;
	display: none;
}
.u-btn01-icnL > .icon {
	right: auto;
	left: 14px;
}
button.u-btn01 {
	display: block;
}
.u-btn01:active {}
.u-btn01::before {}
.u-btn01-cancel {
	background: #666;
	color: #fff;
}
.u-editor .alignleft {
	float: left;
	margin-right: 1.5em;
}
.u-editor .alignright {
	float: right;
	margin-left: 1.5em;
}
.u-editor .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.u-btn-tall {
	min-height: 84px;
	font-size: 26px;
	padding: 5px 45px;
}
.u-btn-tall > .icon-arrowRight,
.u-btn-tall > .icon-arrowDown {
	font-size: 17px;
}
.u-btn-fill {
	background-color: var(--color-blue);
	color: var(--color-white);
}
.u-btn-fill > .icon-arrowRight {
	color: inherit;
	transition: none;
}
@media screen and (max-width:1239px) {
	.u-inner-sidebar {
		padding-right: 100px;
		margin-right: 0;
	}
}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1099px) {
	.u-btn {
		font-size: 18px;
	}
	.u-btn-tall {
		font-size: 24px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.u-slideBtn:hover::before {
		opacity: 1;
	}
	.u-btnSimple:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 var(--color-light-gray);
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	a:hover .u-btn > .icon-arrowRight,
	.u-btn:hover > .icon-arrowDown,
	.u-btn:hover > .icon-arrowRight {
		color: var(--color-white);
	}
	a:hover {
		text-decoration: none;
	}
	a:hover .u-btn,
	.u-btn:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.u-btn-pink:hover {
		background-color: var(--color-pink);
	}
	.u-btn-green:hover {
		background-color: var(--color-green);
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btn01:hover {
		background: #008CD6;
		color: #fff;
		box-shadow: 3px 0px 0 #ebebeb;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	a:hover .u-btn01 {
		background: #008CD6;
		color: #fff;
		box-shadow: 3px 0px 0 #ebebeb;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	.u-btn01:hover > .icon {
		color: #fff;
	}
	a:hover .u-btn01 > .icon {
		color: #fff;
	}
	.u-btn01-yellow:hover > .icon {
		color: #000;
	}
	.u-btn01-favo:hover {
		background: #F8554E;
	}
	.u-btn01-brown:hover {
		background: #9A3921;
	}
	.u-btn01-yellow:hover {
		background: #FADC00;
		color: #000;
	}
	.u-btn01-pink:hover {
		background: #E95283;
		color: #fff;
	}
	.u-btn01-green:hover {
		background: #59BA24;
		color: #fff;
	}
	.u-btn01-orange:hover {
		background: #FF980B;
	}
	.u-btn01-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btn01-orangeSolid:hover {
		background-color: #fff;
		color: #FF980B;
	}
	.u-btn01-orangeSolid:hover > .icon {
		color: inherit;
	}
	.u-btn-fill:hover {
		background-color: var(--color-white);
		color: var(--color-blue);
	}
	.u-btn-fill:hover > .icon {
		color: inherit;
	}
}
@media screen and (max-width:999px) {
	body {}
	a {}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {
		padding-right: 20px;
		margin-right: auto;
	}
	.u-ttl {
		font-size: 20px;
	}
	.u-ttl::before {}
	.u-ttl::after {}
	.u-tbl {}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {}
	.u-tbl > tbody > tr {}
	.u-tbl > tbody > tr > th {
		padding: 10px 10px;
	}
	.u-tbl > tbody > tr > td {
		padding: 10px 10px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {}
	.u-btn {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 28px;
	}
	.u-btn:active {}
	.u-btn::after {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::after {}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::after {}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-fitImg {}
	.u-fitImg > img {}
	.u-tabletBlock {
		display: block;
	}
	.u-tabletInline {
		display: inline;
	}
	.u-tabletNone {
		display: none;
	}
	.u-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ul {}
	.u-editor ol {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-btn > .icon-arrowRight,
	.u-btn > .icon-arrowDown {
		right: 10px;
	}
	.u-ttlBorder {}
	.u-ttlBorder::before {}
	.u-ttlBorder::after {}
	.u-ttlBorder_text {}
	.u-ttlBorder_bar {}
	.u-btnSimple {
		font-size: 14px;
	}
	.u-btnSimple[aria-current="true"] {}
	.u-cat {}
	.u-ttl_en {
		font-size: 50px;
		margin-bottom: 13px;
	}
	.u-ttl_en:first-letter {}
	.u-ttl_main {}
	.u-slideBtn {}
	.u-slideBtn::before {}
	.u-slideBtn > .icon {}
	.u-btn01 {
		height: 60px;
		border-radius: 8px;
		box-shadow: 3px 3px 0 #ebebeb;
		padding: 0 22px;
		padding-left: 12px;
		font-size: 16px;
	}
	.u-btn01-m {
		height: 65px;
	}
	.u-btn01-s {
		height: 40px;
		font-size: 12px;
	}
	.u-btn01 > .icon {
		font-size: 11px;
		right: 8px;
	}
	.u-btn01 > .icon-pdf {
		font-size: 150%;
	}
	.u-btn01-icnL > .icon {
		right: auto;
		left: 8px;
	}
	.u-btn01:active {}
	.u-btn01::before {}
	.u-btn01::after {}
	.u-btn01-cancel {}
	.u-btn-tall {
		font-size: 22px;
	}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px;
	}
	body.p-mocoron {
		background-size: 48px 48px;
		;
	}
	a {}
	a[href^="tel:"] {}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {
		font-size: 16px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {}
	.u-ttl::before {}
	.u-ttl::after {}
	.u-tbl {}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {}
	.u-tbl > tbody > tr {}
	.u-tbl > tbody > tr > th {
		width: auto;
		padding: 3px 5px;
	}
	.u-tbl > tbody > tr > td {
		padding: 3px 5px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {}
	.u-btn {
		min-height: 50px;
	}
	.u-btn-tall {
		font-size: 20px;
		min-height: 60px;
	}
	.u-btn:active {}
	.u-btn::after {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::after {}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::after {}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-spBlock {
		display: block;
	}
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-switchImg {}
	.u-switchImg > img:first-child {
		display: none;
	}
	.u-switchImg > img:last-child {
		display: block;
	}
	.u-fitImg {}
	.u-fitImg > img {}
	.u-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ul {}
	.u-editor ol {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-btn > .icon-arrowRight,
	.u-btn > .icon-arrowDown {}
	.u-ttlBorder {
		margin-bottom: 30px;
	}
	.u-ttlBorder::before {}
	.u-ttlBorder::after {}
	.u-ttlBorder_text {}
	.u-ttlBorder_bar {}
	.u-btnSimple {
		font-size: 16px;
	}
	.u-btnSimple[aria-current="true"] {}
	.u-cat {}
	.u-ttl_en {}
	.u-ttl_en:first-letter {}
	.u-ttl_main {}
	.u-slideBtn {}
	.u-slideBtn::before {}
	.u-slideBtn > .icon {}
	.u-btn01 {
		padding: 0 24px;
		padding-left: 15px;
	}
	.u-btn01-l {
		font-size: 120%;
		height: 80px;
		border-radius: 10px;
	}
	.u-btn01 > .icon {
		right: 8px;
		font-size: 13px;
	}
	.u-btn01 > .icon-pdf {
		font-size: 150%;
	}
	.u-btn01-icnL > .icon {
		right: auto;
		left: 8px;
	}
	.u-btn01:active {}
	.u-btn01::before {}
	.u-btn01::after {}
	.u-btn01-cancel {}
	.u-btn01-m {}
	.u-btn01-s {}
	.u-btn-tall > .icon-arrowRight,
	.u-btn-tall > .icon-arrowDown {
		font-size: 13px;
	}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
	.u-ttlBorder {
		font-size: 24px;
	}
	.u-btn-tall {
		font-size: 18px;
	}
}
