@charset "UTF-8";
/* ----------------------------------------------------------------------

	Compiled from common.scss

---------------------------------------------------------------------- */
/* ==========================================================================
	Foundation
========================================================================== */
/* リセット
----------------------------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/* ベース
----------------------------------------------------------------- */
/*-----------------------------------------------------------------
 Webフォント読み込み
-----------------------------------------------------------------*/
/* YakuHanJPs(ゴシック体 少量版 Regular) */
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 400;
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

/* YakuHanJPs(ゴシック体 少量版 Medium) */
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 500;
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

/* YakuHanJPs(ゴシック体 少量版 Bold) */
@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: 700;
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
	src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

/*-----------------------------------------------------------------
 デフォルトスタイル定義
-----------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

html.is-fixed {
	overflow: hidden;
}

body {
	color: #333;
	font-size: 1.5rem;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 768px) {
	body {
		min-width: 1024px;
		overflow-x: hidden;
	}
}

.is-fixed body {
	overflow: hidden;
}

a {
	color: #eb6ea5;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

a:hover {
	color: #f199c0;
}

strong {
	color: #f03f24;
}

em {
	font-style: normal;
}

span {
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*-----------------------------------------------------------------
 デフォルトスタイル定義（多言語用）
-----------------------------------------------------------------*/
body {
	font-family: "Noto Sans KR", sans-serif;
}

strong {
	font-weight: 700;
}

em {
	font-weight: 700;
}

/* アイコンフォント
----------------------------------------------------------------- */
@font-face {
	font-family: "iconfont";
	src: url("/global/assets/fonts/IconFont/iconfont.eot");
	src: url("/global/assets/fonts/IconFont/iconfont.eot?#iefix") format("eot"), url("/global/assets/fonts/IconFont/iconfont.woff") format("woff"), url("/global/assets/fonts/IconFont/iconfont.ttf") format("truetype"), url("/global/assets/fonts/IconFont/iconfont.svg#iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

.c-icn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-icn-airport::after {
	content: "\EA01";
}

.c-icn-arrow-b::after {
	content: "\EA02";
}

.c-icn-arrow-cir::after {
	content: "\EA03";
}

.c-icn-arrow-double-l::after {
	content: "\EA04";
}

.c-icn-arrow-double-r::after {
	content: "\EA05";
}

.c-icn-arrow-l::after {
	content: "\EA06";
}

.c-icn-arrow-r::after {
	content: "\EA07";
}

.c-icn-arrow-t::after {
	content: "\EA08";
}

.c-icn-balance::after {
	content: "\EA09";
}

.c-icn-benefit::after {
	content: "\EA0A";
}

.c-icn-blank::after {
	content: "\EA0B";
}

.c-icn-bring::after {
	content: "\EA0C";
}

.c-icn-charge::after {
	content: "\EA0D";
}

.c-icn-close::after {
	content: "\EA0E";
}

.c-icn-home::after {
	content: "\EA0F";
}

.c-icn-how-to-buy::after {
	content: "\EA10";
}

.c-icn-key::after {
	content: "\EA11";
}

.c-icn-language::after {
	content: "\EA12";
}

.c-icn-menu::after {
	content: "\EA13";
}

.c-icn-minus::after {
	content: "\EA14";
}

.c-icn-place::after {
	content: "\EA15";
}

.c-icn-plus::after {
	content: "\EA16";
}

.c-icn-return-caution::after {
	content: "\EA17";
}

.c-icn-search::after {
	content: "\EA18";
}

.c-icn-shopping::after {
	content: "\EA19";
}

.c-icn-station-charge::after {
	content: "\EA1A";
}

.c-icn-train-bus::after {
	content: "\EA1B";
}

.c-icn {
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
}

.c-icn-pdf {
	width: 20px;
	height: 20px;
}

.c-icn-pdf::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* ==========================================================================
	Layout
========================================================================== */
/* ヘッダー
----------------------------------------------------------------- */
.l-header {
	position: relative;
	z-index: 90;
	margin-bottom: 20px;
	background-color: #eb6ea5;
}

.l-header a {
	color: #333;
	text-decoration: none;
}

.l-header__linkInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
	.l-header__linkInner {
		margin-right: auto;
		margin-left: auto;
	}
}

.l-header__logo {
	width: 110px;
}

@media screen and (max-width: 330px) {
	.l-header__logo {
		width: 90px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__logo {
		width: 160px;
	}
}

.l-header__menuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header__menuItem--help .l-header__menuText {
	position: relative;
	z-index: 1;
	color: #eb6ea5;
	font-size: 1.1rem;
	line-height: 1.36364;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

.l-header__menuItem--help .l-header__menuText::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 2px solid #eb6ea5;
	border-radius: 24px;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText::before {
		-webkit-transition: border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help a:hover .l-header__menuText::before {
		-webkit-transform: scale(1.07273, 1.075);
		transform: scale(1.07273, 1.075);
	}
}

.l-header__menuItem--availableArea {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--availableArea {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--availableArea .l-header__menuText {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

.l-header__menuItem--lang {
	display: block;
	position: relative;
}

.l-header__menuItem--lang.is-hover .l-header__langItems, .l-header__menuItem--lang.is-active .l-header__langItems {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-header__menuItem--lang .l-header__menuText {
	cursor: pointer;
	font-size: 0;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__menuText {
		font-size: 1.5rem;
		line-height: 1.46667;
		padding: 4px 0;
	}
}

.l-header__menuItem--lang .c-icn {
	color: #eb6ea5;
	font-size: 2.2rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .c-icn {
		margin-top: -1px;
		margin-right: 8px;
		font-size: 1.8rem;
		line-height: 1;
	}
}

@media print, screen and (min-width: 768px) {
	.win7.trident .l-header__menuItem--lang .c-icn {
		margin-top: -5px;
	}
}

.l-header__menuItem--lang .l-header__langItems {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 160px;
	margin-top: 29px;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__langItems {
		right: auto;
		z-index: 101;
	}
}

.l-header__menuItem--lang .l-header__langItems::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-header__menuItem--lang .l-header__langItem a .l-header__langText {
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__langItem a:hover .l-header__langText {
		color: #eb6ea5;
		background-color: #ffeef6;
	}
}

.l-header__menuItem--lang .l-header__langText {
	padding: 8px 5px;
	background-color: #fff;
	color: #d3d4d3;
	font-family: sans-serif;
	font-weight: 700;
	text-align: center;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-header__menuItem--search {
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search {
		margin-left: 30px;
	}
}

.l-header__menuItem--search .l-header__menuText {
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search .l-header__menuText {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.l-header__menuItem--search .l-header__menuText .c-icn {
	font-size: 2.3rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search .l-header__menuText .c-icn {
		font-size: 2.4rem;
		line-height: 1;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--search a:hover .l-header__menuText {
		-webkit-transform: scale(1.25, 1.25);
		transform: scale(1.25, 1.25);
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem:hover .l-header__menuText {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuText {
		font-size: 1.5rem;
		line-height: 1.46667;
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.l-header__inner {
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}

@media print, screen and (min-width: 768px) {
	.l-header {
		margin-bottom: 64px;
	}
}

.l-header__linkInner {
	padding: 24px 20px;
}

@media print, screen and (min-width: 768px) {
	.l-header__linkInner {
		max-width: 1264px;
		padding: 30px 47px 22px;
	}
}

.l-header__menuItem {
	margin-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem {
		margin-left: 30px;
	}
}

.l-header__menuItem:first-of-type {
	margin-left: 0;
}

.l-header__menuItem--help .l-header__menuText {
	padding: 6px 10px;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText {
		min-width: 130px;
		padding: 6px 10px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang {
		border: 2px solid #E7E8E7;
		border-radius: 18px;
		padding-left: 22px;
		padding-right: 22px;
	}
}

.l-header__menuItem--lang .l-header__langItems {
	left: -60px;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--lang .l-header__langItems {
		left: 50%;
	}
}

.l-header__menuItem--help .l-header__menuText {
	font-size: 1rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.l-header__menuItem--help .l-header__menuText {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

/* メイン
----------------------------------------------------------------- */
.l-header {
	margin-bottom: 0;
}

.p-discon-info {
	width: 100%;
	background: #ffe1dc;
}

.p-discon-info__inner {
	text-align: center;
}

.p-discon-info__title {
	padding: 10px 40px;
	background: #f03f24;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.p-discon-info__title {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.p-discon-info__body {
	padding: 20px 40px 30px;
	color: #f03f24;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.p-discon-info__body {
		padding-right: 20px;
		padding-left: 20px;
	}
}

[class^="p-page-"][class$="-top"] .l-header + .p-discon-info {
	display: none;
}

.l-main {
	position: relative;
	z-index: 1;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	.l-main {
		overflow: hidden;
	}
}

.l-main.is-show {
	opacity: 1;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}

.c-section {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.c-section {
		max-width: 1264px;
		margin: 0 auto 80px;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.c-section__anime {
	position: relative;
	margin-bottom: -19.73333%;
	padding-bottom: 19.73333%;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-section__anime {
		margin-bottom: -152px;
		padding-bottom: 152px;
	}
}

@-webkit-keyframes busAnimeSP {
	0% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	8.33333% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	55.20833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	67.70833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	89.58333% {
		-webkit-transform: translateX(77.79444%) translateY(0);
		transform: translateX(77.79444%) translateY(0);
	}
	89.79167% {
		-webkit-transform: translateX(78.00278%) translateY(-15%);
		transform: translateX(78.00278%) translateY(-15%);
	}
	90% {
		-webkit-transform: translateX(78.21111%) translateY(0);
		transform: translateX(78.21111%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes busAnimeSP {
	0% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	8.33333% {
		-webkit-transform: translateX(-10.4%);
		transform: translateX(-10.4%);
	}
	55.20833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	67.70833% {
		-webkit-transform: translateX(47.93333%);
		transform: translateX(47.93333%);
	}
	89.58333% {
		-webkit-transform: translateX(77.79444%) translateY(0);
		transform: translateX(77.79444%) translateY(0);
	}
	89.79167% {
		-webkit-transform: translateX(78.00278%) translateY(-15%);
		transform: translateX(78.00278%) translateY(-15%);
	}
	90% {
		-webkit-transform: translateX(78.21111%) translateY(0);
		transform: translateX(78.21111%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes busAnimePC {
	0% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	12.5% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	65.625% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	78.125% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
}

@keyframes busAnimePC {
	0% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	12.5% {
		-webkit-transform: translateX(-10.4%) translateY(0);
		transform: translateX(-10.4%) translateY(0);
	}
	65.625% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	78.125% {
		-webkit-transform: translateX(58.35%) translateY(0);
		transform: translateX(58.35%) translateY(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
}

@-webkit-keyframes trainAnimeSP {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	8.33333% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	58.33333% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	75% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes trainAnimeSP {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	8.33333% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	58.33333% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	75% {
		-webkit-transform: translateX(-25.86667%);
		transform: translateX(-25.86667%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes trainAnimePC {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	6.25% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	60.9375% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	67.1875% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
}

@keyframes trainAnimePC {
	0% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	6.25% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
	60.9375% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	67.1875% {
		-webkit-transform: translateX(-25.86667%) translateZ(0);
		transform: translateX(-25.86667%) translateZ(0);
	}
	100% {
		-webkit-transform: translateX(100%) translateZ(0);
		transform: translateX(100%) translateZ(0);
	}
}

.c-section__anime::before, .c-section__anime::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
}

.c-section__anime::before {
	bottom: 8px;
	padding-top: 4.8%;
	background-image: url(/assets/img/common/bg-bus.svg);
	background-size: 10.4%;
	-webkit-animation: busAnimeSP 24s linear 0s infinite;
	animation: busAnimeSP 24s linear 0s infinite;
}

@media print, screen and (min-width: 768px) {
	.c-section__anime::before {
		bottom: 30px;
		padding-top: 29px;
		background-size: contain;
		-webkit-animation: busAnimePC 32s linear 0s infinite;
		animation: busAnimePC 32s linear 0s infinite;
	}
}

.c-section__anime::after {
	bottom: 2px;
	padding-top: 5.33333%;
	background-image: url(/assets/img/common/bg-train.svg);
	background-size: 25.86667%;
	-webkit-animation: trainAnimeSP 24s linear 0s infinite;
	animation: trainAnimeSP 24s linear 0s infinite;
}

@media print, screen and (min-width: 768px) {
	.c-section__anime::after {
		bottom: 20px;
		padding-top: 35px;
		background-size: contain;
		-webkit-animation: trainAnimePC 32s linear 0s infinite;
		animation: trainAnimePC 32s linear 0s infinite;
	}
}

.c-section__inner {
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-section__inner {
		padding-right: 8.54701%;
		padding-left: 8.54701%;
	}
}

.c-section--card .c-section__inner {
	border-radius: 10px;
	padding: 40px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.c-section--card .c-section__inner {
		padding: 60px 8.54701%;
	}
}

.c-section--heading {
	margin-bottom: 18px;
	padding-bottom: 19.73333%;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading {
		max-width: none;
		margin-bottom: 46px;
		padding-right: 0;
		padding-bottom: 116px;
		padding-left: 0;
	}
}

.c-section--heading::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 16px;
	background-color: #f0f1f0;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading::before {
		height: 5px;
	}
}

.c-section--heading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(/assets/webp/common/bg-city-01-sp.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading::after {
		bottom: 0;
		background-image: url(/assets/webp/common/bg-city-01-pc.webp);
		background-size: 1440px 160px;
	}
}

.c-section--heading .c-section__inner {
	padding-top: 0;
	padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading .c-section__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.c-section--heading--simple {
	padding-bottom: 0;
	margin-bottom: 60px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-section--heading--simple {
		max-width: none;
		max-height: 400px;
		margin: 0 0 7.91139%;
	}
}

.c-section--heading--simple::after, .c-section--heading--simple::before {
	display: none;
}

.c-section--relatedLink {
	margin-bottom: 0;
	border-radius: 20px 20px 0 0;
	padding-bottom: 4px;
}

@media print, screen and (min-width: 768px) {
	.c-section--relatedLink {
		border-radius: 0;
	}
}

.c-section--relatedLink .c-section__inner {
	padding-top: 50px;
	margin-bottom: 50px !important;
}

@media print, screen and (min-width: 768px) {
	.c-section--relatedLink .c-section__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding: 50px 8.54701% 0;
	}
}

.c-section--sideNav {
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav .c-section__inner.c-section__inner--sub {
		padding-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav .c-section__inner.c-section__inner--main {
		padding-right: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav .c-section__inner--main {
		width: 64.10256%;
	}
}

.c-section--sideNav .c-section__inner--sub {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-section--sideNav .c-section__inner--sub {
		width: 31.62393%;
		margin-top: 0;
	}
}

.c-column {
	margin-bottom: 60px;
}

.c-column + .c-column {
	margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
	.c-column {
		margin-bottom: 80px;
	}
}

.c-column__inner {
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column__inner {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.c-column__items + .c-column__items {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-column__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.c-column__item {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c-column--sp-2up .c-column__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -15px;
		margin-left: -15px;
	}
}

@media screen and (max-width: 767px) {
	.c-column--sp-2up .c-column__items .c-column__item {
		width: calc( (100% - (15px * 2)) / 2);
		margin-top: 15px;
		margin-left: 15px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--2up .c-column__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-column--2up .c-column__items .c-column__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column--2up .c-column__items .c-column__item {
		width: calc( (100% - (30px * 2)) / 2 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--3up .c-column__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-column--3up .c-column__items .c-column__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column--3up .c-column__items .c-column__item {
		width: calc( (100% - (30px * 3)) / 3 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--4up .c-column__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-column--4up .c-column__items .c-column__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-column--4up .c-column__items .c-column__item {
		width: calc( (100% - (30px * 4)) / 4 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-column--sm .c-column__items {
		padding-right: 8.54701%;
		padding-left: 8.54701%;
	}
}

.c-column--card {
	border-radius: 10px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-column--card {
		padding: 60px 8.60215%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner {
		width: calc( (100% - (30px)) / 2);
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w30p {
		width: 28.04598%;
		min-width: 28.04598%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w40p {
		width: 38.14433%;
		min-width: 38.14433%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w60p {
		width: 58.76289%;
		min-width: 58.76289%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner--w70p {
		width: 68.50575%;
		min-width: 68.50575%;
	}
}

.c-frame--2up .c-frame__inner + .c-frame__inner {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-frame--2up .c-frame__inner + .c-frame__inner {
		margin-top: 0;
	}
}

/* フッター
----------------------------------------------------------------- */
.l-footer {
	margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
	.l-footer {
		margin-top: 100px;
	}
}

.l-footer__link--main {
	color: #fff;
}

.l-footer__link--main a {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main a:hover {
		color: #eb6ea5;
	}
}

.l-footer__link--main .l-footer__menuItems {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItems {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem a:hover {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItem > a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.l-footer__link--sub {
	position: relative;
}

.l-footer__link--sub .l-footer__backToTop {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__backToTop {
		right: 40px;
	}
}

.l-footer__link--sub .l-footer__backToTop a {
	display: block;
	border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__backToTop a:hover .l-backToTop::before {
		-webkit-transform: scale(1.08333, 1.08333);
		transform: scale(1.08333, 1.08333);
	}
}

.l-footer__link--sub .l-backToTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	padding: 20px;
}

.l-footer__link--sub .l-backToTop::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-backToTop::before {
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.l-footer__link--sub .l-footer__linkInner {
	padding: 40px 20px 122px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__linkInner {
		position: relative;
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding: 29px 47px 24px 247px;
	}
}

.l-footer__link--sub a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub a:hover {
		color: #eb6ea5;
	}
}

.l-footer__link--sub .l-footer__menuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px 20px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__menuItems {
		max-width: 780px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 14px;
	}
}

.l-footer__link--sub .l-footer__menuItem {
	margin: 0 11px;
	font-size: 1.1rem;
	line-height: 2.72727;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__menuItem {
		margin-right: 26px;
		margin-left: 0;
		font-size: 1.3rem;
		line-height: 2;
	}
}

.l-footer__logo {
	width: 128px;
	margin-right: auto;
	margin-left: auto;
}

@media print, screen and (min-width: 768px) {
	.l-footer__logo {
		position: absolute;
		top: 50%;
		left: 47px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 160px;
	}
}

.l-footer__copyright {
	margin-top: 12px;
	color: #999;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.l-footer__copyright {
		margin-top: 14px;
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
	}
}

.l-footer__copyright small {
	font-size: inherit;
}

@media print, screen and (min-width: 768px) {
	.l-footer__sanrio {
		max-width: 1264px;
		margin: 0 auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.l-footer__sanrioInner {
	padding: 20px;
	text-align: right;
}

@media print, screen and (min-width: 768px) {
	.l-footer__sanrioInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 6px 14px;
	}
}

.l-footer__sanrioLogo {
	width: 133px;
	margin-left: auto;
	margin-bottom: 7px;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-footer__sanrioLogo {
		margin-right: 9px;
		margin-bottom: 1px;
	}
}

.l-footer__sanrioApprovalNumber {
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Helvetica Neue", "Noto Sans KR", sans-serif;
}

.l-footer__sanrioApprovalNumber__puro-sp, .l-footer__sanrioApprovalNumber__puro-pc {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-footer__sanrioApprovalNumber {
		text-align: left;
	}
}

body[class$="top"] .l-footer__sanrioApprovalNumber__puro-sp,
body[class$="use"] .l-footer__sanrioApprovalNumber__puro-sp {
	display: block;
}

@media print, screen and (min-width: 768px) {
	body[class$="top"] .l-footer__sanrioApprovalNumber__puro-pc,
	body[class$="use"] .l-footer__sanrioApprovalNumber__puro-pc {
		display: block;
	}
	body[class$="top"] .l-footer__sanrioApprovalNumber__puro-sp,
	body[class$="use"] .l-footer__sanrioApprovalNumber__puro-sp {
		display: none;
	}
}

body[class*="condition"] .l-footer__sanrio,
body[class*="search"] .l-footer__sanrio,
body[class*="contact"] .l-footer__sanrio,
body[class*="term"] .l-footer__sanrio,
body[class*="sitemap"] .l-footer__sanrio {
	display: none;
}

.l-footer__link--main a {
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItems {
		margin-top: 18px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem {
		font-size: 1.3rem;
		line-height: 2;
		font-weight: 700;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--main .l-footer__menuItem a {
		color: #666;
	}
}

.l-footer__category {
	padding: 20px 20px 32px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__category {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding: 10px 47px 60px;
	}
}

.l-footer__categoryItems {
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItems {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 33.33333% 33.33333% 33.33333%;
		grid-template-columns: 33.33333% 33.33333% 33.33333%;
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		margin-left: -30px;
	}
}

.l-footer__categoryItem {
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItem {
		margin-top: 42px;
		margin-left: 30px;
	}
	.l-footer__categoryItem:nth-of-type(1) {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.l-footer__categoryItem:nth-of-type(2) {
		-ms-grid-column: 1;
		grid-column: 1;
		grid-row: 2 / 4;
		-ms-grid-row-span: 2;
		-ms-grid-row: 2;
	}
	.l-footer__categoryItem:nth-of-type(3) {
		-ms-grid-column: 1;
		grid-column: 1;
		grid-row: 3 / 5;
		-ms-grid-row-span: 2;
		-ms-grid-row: 3;
	}
	.l-footer__categoryItem:nth-of-type(4) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.l-footer__categoryItem:nth-of-type(5) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.l-footer__categoryItem:nth-of-type(6) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.l-footer__categoryItem:nth-of-type(7) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 4;
		grid-row: 4;
	}
	.l-footer__categoryItem:nth-of-type(8) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.l-footer__categoryItem:nth-of-type(9) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.l-footer__categoryItem:nth-of-type(10) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.l-footer__categoryItem:nth-of-type(11) {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 4;
		grid-row: 4;
	}
}

.l-footer__categoryItem + .l-footer__categoryItem {
	-webkit-box-shadow: inset 0 1px 0 0 #e7e8e7;
	box-shadow: inset 0 1px 0 0 #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryItem + .l-footer__categoryItem {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.l-footer__categoryTitle {
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryTitle {
		font-size: 1.7rem;
		line-height: 1.35294;
		margin-bottom: 16px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__categoryTitle:last-child {
		margin-bottom: 0;
	}
}

.l-footer__otherItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -30px;
	padding-top: 18px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItems {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.l-footer__otherItem {
	margin-right: 30px;
	color: #333;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItem {
		margin-right: 0;
		font-size: 1.7rem;
		line-height: 1.35294;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItem:not(:first-of-type) {
		margin-top: 24px;
	}
}

.l-footer__otherItem span {
	display: block;
	padding: 8px 0;
}

@media print, screen and (min-width: 768px) {
	.l-footer__otherItem span {
		padding: 0;
	}
}

.l-footer__link--sub {
	border-top: 1px solid #e7e8e7;
}

.l-footer__link--sub .l-footer__backToTop {
	position: static;
	-webkit-transform: none;
	transform: none;
}

.l-footer__link--sub .l-footer__backToTop a {
	border-radius: 0;
	border-bottom: 1px solid #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__backToTop a .l-backToTop {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__backToTop a:hover .l-backToTop {
		-webkit-transform: scale(1.25, 1.25);
		transform: scale(1.25, 1.25);
	}
}

.l-footer__link--sub .l-backToTop {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__link--sub .l-backToTop .c-icn {
	color: #eb6ea5;
}

.l-footer__link--sub .l-footer__linkInner {
	padding-top: 30px;
}

.l-footer__link--sub .l-footer__menuItems {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media print, screen and (min-width: 768px) {
	.l-footer__link--sub .l-footer__menuItems {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.l-breadcrumb {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #444;
}

.l-breadcrumb__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 20px;
	white-space: nowrap;
}

.l-breadcrumb__item {
	font-size: 1.1rem;
	line-height: 1.54545;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item {
		font-size: 1.3rem;
		line-height: 1.46154;
	}
}

.l-breadcrumb__item + .l-breadcrumb__item {
	position: relative;
	padding-left: 26px;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item + .l-breadcrumb__item {
		padding-left: 28px;
	}
}

.l-breadcrumb__item + .l-breadcrumb__item::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item + .l-breadcrumb__item::before {
		font-size: 1.2rem;
		line-height: 1;
	}
}

.l-breadcrumb__item + .l-breadcrumb__item:last-of-type {
	padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__item + .l-breadcrumb__item:last-of-type {
		padding-right: 17px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb__items {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding: 15px 17px;
	}
}

.l-breadcrumb__item {
	font-weight: 700;
}

.l-breadcrumb a {
	color: #fff;
}

.l-breadcrumb .c-icn {
	margin-top: -2px;
	font-size: 1.4rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.l-breadcrumb .c-icn {
		margin-top: -4px;
		font-size: 1.6rem;
		line-height: 1;
	}
}

/* グローバルナビゲーション
----------------------------------------------------------------- */
.l-gnav__button {
	position: fixed;
	bottom: 43px;
	left: 10px;
	z-index: 100;
	padding: 18px;
	border-radius: 50%;
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	overflow: hidden;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__button {
		display: none;
	}
}

.l-gnav__buttonIcon {
	font-size: 2.8rem;
	line-height: 1;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
}

.l-gnav__buttonIcon--open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-active .l-gnav__buttonIcon--open {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

.l-gnav__buttonIcon--close {
	position: absolute;
	top: 18px;
	left: 18px;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

.is-active .l-gnav__buttonIcon--close {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.l-gnav__inner {
	position: fixed;
	top: 110vh;
	right: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100vw;
	height: 100%;
	background-color: #fff;
	-webkit-transition: top 0.3s cubic-bezier(0.175, 0.85, 0.175, 1);
	transition: top 0.3s cubic-bezier(0.175, 0.85, 0.175, 1);
}

@media print, screen and (min-width: 768px) {
	.l-gnav__inner {
		position: static;
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		-webkit-transition: none;
		transition: none;
	}
}

.is-active .l-gnav__inner {
	top: 0;
}

.l-gnav__scroller {
	height: 100%;
	padding: 34px 20px 66px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__scroller {
		padding: 0;
		overflow: visible;
	}
}

.l-gnav__logo {
	width: 143px;
	margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__logo {
		display: none;
	}
}

.l-gnav__search {
	margin-bottom: 17px;
	background-color: #eb6ea5;
	border-radius: 10px;
}

.l-gnav__search .mf-search-box {
	margin: 0;
	padding: 6px;
}

.l-gnav__search .mf-search-box .mf-search-bar_input-wrapper {
	padding: 0;
}

.l-gnav__search .mf-search-box .mf-search-bar_input {
	border: none !important;
	background-color: #fff !important;
	font-size: 1.6rem !important;
}

.l-gnav__search .mf-search-box .mf-search-bar_button {
	width: 40px !important;
	height: 38px !important;
	padding: 0 !important;
	border-radius: 0 !important;
	position: relative !important;
	background-color: #eb6ea5 !important;
}

.l-gnav__search .mf-search-box .mf-search-bar_button > span {
	opacity: 0;
}

.l-gnav__search .mf-search-box .mf-search-bar_button > svg {
	display: none;
}

.l-gnav__search .mf-search-box .mf-search-bar_button::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	line-height: 1;
}

.l-gnav__search .mf-search-box .mf-search-bar_dropdown-list {
	background-color: #fff !important;
}

.l-gnav__search .mf-search-box .mf-search-bar_dropdown-list_item {
	height: auto !important;
	padding: 4px !important;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__search {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItems {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		position: relative;
	}
}

.l-gnav__categoryItem {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem {
		position: static;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
}

.l-gnav__categoryItem::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem::after {
		display: none;
	}
}

.l-gnav__categoryItem > a {
	display: block;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-radius: 28px;
	}
}

.l-gnav__categoryItem.is-open {
	padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open {
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open .l-gnav__link {
		opacity: 1;
		visibility: visible;
	}
}

.l-gnav__categoryTitle {
	position: relative;
	z-index: 1;
	padding: 17px 50px 18px 0;
	font-size: 1.7rem;
	line-height: 1.47059;
	cursor: pointer;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryTitle {
		border-radius: 18px;
		padding: 15px 5px 16px;
		text-align: center;
	}
}

.l-gnav__headerMenu--sp {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__headerMenu--sp {
		display: none;
	}
}

.l-gnav__headerMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: -15px -10px 0;
}

.l-gnav__headerMenuItem {
	margin: 15px 10px 0;
}

.l-gnav__headerMenuItem--lang {
	position: relative;
}

.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText {
	outline: none;
}

.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText.is-active + .l-gnav__langItems {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-gnav__headerMenuItem--lang .c-icn {
	margin-top: -1px;
	margin-right: 6px;
	color: #eb6ea5;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItems {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 101;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 160px;
	margin-bottom: 29px;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
	transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItems::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-gnav__headerMenuItem--lang .l-gnav__langItem a .l-gnav__langText {
	color: #333;
}

.l-gnav__headerMenuItem--lang .l-gnav__langItem a:hover .l-gnav__langText {
	color: #eb6ea5;
	background-color: #ffeef6;
}

.l-gnav__headerMenuItem--lang .l-gnav__langText {
	padding: 8px 5px;
	background-color: #fff;
	color: #d3d4d3;
	text-align: center;
	font-weight: 700;
	font-family: sans-serif;
	-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.l-gnav__headerMenuButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 29px;
}

.l-gnav__headerMenuButtonItem {
	min-width: 130px;
	border: 2px solid #eb6ea5;
	border-radius: 24px;
	padding: 6px 10px;
	color: #eb6ea5;
	text-align: center;
}

.l-gnav__button {
	background-color: #444;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__inner {
		max-width: 1264px;
		padding-right: 32px;
		padding-left: 32px;
		background-color: transparent;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItems {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem > a {
		color: #333;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open > a {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-open .l-gnav__link {
		-webkit-transition: opacity 0.05s ease-out, visibility 0s ease-out;
		transition: opacity 0.05s ease-out, visibility 0s ease-out;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-active > a {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryItem.is-active > a::after {
		opacity: 1;
	}
}

.l-gnav__categoryTitle {
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.l-gnav__categoryTitle {
		font-size: 1.5rem;
		line-height: 1.4;
		padding: 0 20px 16px;
	}
}

.l-gnav__headerMenuItems {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-gnav__headerMenuText {
	font-size: 1.5rem;
	line-height: 1.46667;
}

.l-gnav__headerMenuButtonItem {
	font-weight: 700;
}

/* サイドナビ
----------------------------------------------------------------- */
.l-sideNav {
	border-radius: 10px;
	padding: 30px 30px 40px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	font-weight: 700;
}

.l-sideNav__title {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 17px;
}

.l-sideNav__title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #eb6ea5;
}

.l-sideNav__items a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.l-sideNav__items a:hover .l-sideNav__inner {
		padding-right: 15px;
		padding-left: 15px;
		background-color: #fbe2ed;
	}
}

.l-sideNav__item:not(:first-of-type) {
	margin-top: 10px;
}

.l-sideNav__item.is-active .l-sideNav__inner {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fbe2ed;
	color: #eb6ea5;
}

.l-sideNav__inner {
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-sideNav__inner {
		-webkit-transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

/* 関連リンク
----------------------------------------------------------------- */
/* ==========================================================================
	Component
========================================================================== */
/* 見出し
----------------------------------------------------------------- */
.c-heading {
	font-weight: 700;
}

.c-heading:last-child {
	margin-bottom: 0;
}

.c-heading--primary {
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 18px;
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primary {
		margin-bottom: 21px;
		padding-bottom: 23px;
		font-size: 3.3rem;
		line-height: 1.48485;
	}
}

.c-heading--primary::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primary::after {
		width: 50px;
		height: 5px;
		border-radius: 2.5px;
	}
}

.c-heading--primary--v2 {
	background-color: #eb6ea5;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 2.4rem;
	margin-bottom: 40px;
	border-radius: 0 0 20px 20px;
}

@media print, screen and (min-width: 768px) {
	.c-heading--primary--v2 {
		padding: 40px 0;
		font-size: 4rem;
		margin-bottom: 100px;
	}
}

.c-heading--secondary {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 18px;
	text-align: center;
	width: 100%;
	font-size: 1.9rem;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--secondary {
		margin-bottom: 40px;
		padding-bottom: 21px;
		font-size: 2.9rem;
		line-height: 1.48276;
	}
}

.c-heading--secondary::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	background-color: #eb6ea5;
}

.c-heading ~ .c-heading--secondary {
	margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
	.c-heading ~ .c-heading--secondary {
		margin-top: 100px;
	}
}

.c-heading--secondary span {
	font-size: 1.5rem;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--secondary span {
		font-size: 2.4rem;
		line-height: 1.48333;
	}
}

[data-orderLists] {
	counter-reset: orderListTertiary;
}

.c-heading--tertiary {
	position: relative;
	margin-bottom: 20px;
	padding-left: 18px;
	font-size: 1.9rem;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary {
		margin-bottom: 30px;
		padding: 1px 0 2px 25px;
		font-size: 2.5rem;
		line-height: 1.4;
	}
}

.c-heading--tertiary::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: calc(100% - 4px);
	border-radius: 5px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary::after {
		height: calc(100% - 6px);
	}
}

.c-heading--tertiary.c-heading--bg-pink {
	border-radius: 4px;
	padding: 4px 15px 5px 27px;
	background-color: #fbe2ed;
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary.c-heading--bg-pink {
		padding: 6px 0 7px 35px;
	}
}

.c-heading--tertiary.c-heading--bg-pink::after {
	left: 9px;
	height: calc(100% - 16px);
}

@media print, screen and (min-width: 768px) {
	.c-heading--tertiary.c-heading--bg-pink::after {
		left: 10px;
	}
}

[data-orderLists] .c-heading--tertiaryNumberList {
	counter-increment: orderListTertiary;
	padding-left: 35px;
}

@media print, screen and (min-width: 768px) {
	[data-orderLists] .c-heading--tertiaryNumberList {
		padding-left: 40px;
	}
}

[data-orderLists] .c-heading--tertiaryNumberList::after {
	content: counter(orderListTertiary);
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	[data-orderLists] .c-heading--tertiaryNumberList::after {
		top: 4px;
	}
}

[data-unOrderLists] .c-heading--tertiaryDotList {
	padding-left: 35px;
}

@media print, screen and (min-width: 768px) {
	[data-unOrderLists] .c-heading--tertiaryDotList {
		padding-left: 38px;
	}
}

[data-unOrderLists] .c-heading--tertiaryDotList::after {
	top: 11px;
	left: 10px;
	-webkit-transform: none;
	transform: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	[data-unOrderLists] .c-heading--tertiaryDotList::after {
		top: 14px;
	}
}

.c-heading ~ .c-heading--tertiary {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-heading ~ .c-heading--tertiary {
		margin-top: 60px;
	}
}

[data-orderLists] .c-heading--tertiaryNumberList {
	padding-top: 1px;
	padding-bottom: 1px;
}

[data-unOrderLists] .c-heading--tertiaryDotList {
	padding-top: 1px;
	padding-bottom: 1px;
}

.c-heading--quaternary {
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 1.7rem;
	line-height: 1.6;
}

.c-heading--quaternary.c-heading--bg-gray {
	border-radius: 4px;
	padding: 6px 12px 7px;
	background-color: #e7e8e7;
}

.c-heading--quaternary.c-heading--fc-pink {
	color: #eb6ea5;
}

[data-orderLists] .c-heading--quaternaryNumberList {
	counter-increment: orderListQuaternary;
	position: relative;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 32px;
}

[data-orderLists] .c-heading--quaternaryNumberList::after {
	content: counter(orderListQuaternary);
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #eb6ea5;
	border-radius: 50%;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.46667;
	text-align: center;
}

[data-unOrderLists] .c-heading--quaternaryDotList {
	position: relative;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 32px;
}

[data-unOrderLists] .c-heading--quaternaryDotList::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 8px;
	-webkit-transform: none;
	transform: none;
	width: 8px;
	height: 8px;
	border: 1px solid #eb6ea5;
	border-radius: 50%;
}

.c-heading ~ .c-heading--quaternary {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-heading ~ .c-heading--quaternary {
		margin-top: 30px;
	}
}

.c-heading--quaternary + .c-heading--quaternary {
	margin-top: 10px;
}

/* テキスト
----------------------------------------------------------------- */
.c-text {
	width: 100%;
}

.c-text--dotLists li {
	position: relative;
	padding-left: 1.5rem;
	font-weight: inherit;
}

.c-text--dotLists li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.c-text--bulletLists li {
	position: relative;
	padding-left: 1.5rem;
	font-weight: inherit;
}

.c-text--bulletLists li::before {
	content: "●";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.c-text--numberLists {
	counter-reset: number;
}

.c-text--numberLists > li {
	position: relative;
	padding-left: 3.2rem;
	counter-increment: number;
	font-weight: inherit;
}

.c-text--numberLists > li::before {
	content: counter(number) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2rem;
	height: 2.4rem;
	text-align: right;
}

.c-text--alphaLists {
	counter-reset: alpha;
}

.c-text--alphaLists > li {
	position: relative;
	padding-left: 2.5rem;
	counter-increment: alpha;
	font-weight: inherit;
}

.c-text--alphaLists > li::before {
	content: counter(alpha, lower-alpha) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2rem;
	height: 2.4rem;
	text-align: right;
}

@media print, screen and (min-width: 768px) {
	.c-text--indent {
		padding-left: 28px;
	}
}

/* 罫線
----------------------------------------------------------------- */
.c-rule {
	border: none;
	border-top: 1px solid #e7e8e7;
}

/* セット
----------------------------------------------------------------- */
.c-media--vertical .c-media__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-media--vertical .c-media__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__item > a:hover .c-media__texts {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.02963, 1.0479);
		transform: scale(1.02963, 1.0479);
	}
}

.c-media--vertical .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-media--vertical .c-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 4px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__texts {
		padding: 0 10px;
		-webkit-transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.c-media--vertical .c-media__title {
	margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__title {
		margin-bottom: 14px;
	}
}

.c-media--vertical .c-media__title:last-child {
	margin-bottom: 0;
}

.c-media--vertical .c-media__text {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__text {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-media--vertical .c-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__image {
		margin-bottom: 18px;
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.c-media--vertical .c-media__image:first-child {
	margin-bottom: 0;
}

.c-media--vertical .c-media__items {
	margin-top: -20px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__items {
		margin-left: -30px;
	}
}

.c-media--vertical .c-media__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 20px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical .c-media__item {
		width: calc((100% - (30px * 4)) / 4 - 0.5px);
		margin-left: 30px;
	}
}

.c-media--vertical.c-media--3up .c-media__items {
	margin-left: 0;
	gap: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--3up .c-media__items {
		gap: 30px;
	}
}

.c-media--vertical.c-media--3up .c-media__item {
	width: 100%;
	margin-left: 0px;
}

@media print, screen and (min-width: 768px) {
	.c-media--vertical.c-media--3up .c-media__item {
		width: calc((100% - (30px * 2)) / 3);
	}
}

.c-media--horizontal {
	margin-bottom: 60px;
}

.c-media--horizontal:last-child {
	margin-bottom: 0;
}

.c-media--horizontal .c-media__item:not(:first-of-type) {
	margin-top: 60px;
}

.c-media--horizontal .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-media--horizontal .c-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__texts {
		padding-right: 0;
		padding-left: 0;
	}
}

.c-media--horizontal .c-media__texts b {
	font-weight: normal;
	color: #f03f24;
}

.c-media--horizontal .c-media__title {
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__title {
		margin-bottom: 32px;
	}
}

.c-media--horizontal .c-media__title:last-child {
	margin-bottom: 0;
}

.c-media--horizontal .c-media__text {
	position: relative;
	padding-left: 16px;
	font-size: 1.5rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__text {
		padding-left: 20px;
	}
}

.c-media--horizontal .c-media__text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #e7e8e7;
}

.c-media--horizontal .c-media__note {
	margin-top: 10px;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-media--horizontal .c-media__note:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__note {
		margin-top: 14px;
	}
}

.c-media--horizontal .c-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 15px;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__image {
		width: calc(43.29897%);
		min-width: calc(43.29897%);
		margin-right: 40px;
		margin-bottom: 0;
	}
}

.c-media--horizontal .c-media__image:first-child {
	margin-bottom: 0;
}

.c-media--horizontal .c-media__button {
	margin-top: 19px;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__button {
		margin-top: 30px;
	}
}

.c-media--horizontal .c-media__button:first-child {
	margin-top: 0;
}

.c-media--horizontal .c-media__button a {
	color: inherit;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__button a {
		display: inline-block;
	}
}

.c-media--horizontal .c-media__title {
	font-size: 1.9rem;
	line-height: 1.76842;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-media--horizontal .c-media__title {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

.c-media--list .c-media__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--list .c-media__item {
	width: 100%;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__item {
		margin-top: 30px;
		margin-left: 30px;
	}
}

.c-media--list .c-media__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__item > a:hover .c-media__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.02162, 1.03265);
		transform: translate(-50%, -50%) scale(1.02162, 1.03265);
		border-radius: 14px;
		-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
		box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__item > a:hover .c-media__title {
		color: #eb6ea5;
	}
}

.c-media--list .c-media__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	padding: 10px;
}

.c-media--list .c-media__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__inner::before {
		-webkit-transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.c-media--list .c-media__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 18px 10px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__texts {
		text-align: center;
	}
}

.c-media--list .c-media__texts:last-child {
	padding-top: 17px;
	padding-bottom: 17px;
}

.c-media--list .c-media__title {
	margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__title {
		margin-bottom: 14px;
		-webkit-transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.c-media--list .c-media__title:last-child {
	margin-bottom: 0;
}

.c-media--list .c-media__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media print, screen and (min-width: 768px) {
	.c-media--list .c-media__image {
		height: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__item {
		width: calc((100% - (30px * 2)) / 2 - 0.5px);
	}
}

.c-media--list.c-media--2up .c-media__item > a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__item > a:hover .c-media__inner::before {
		-webkit-transform: translate(-50%, -50%) scale(1.01702, 1.02667);
		transform: translate(-50%, -50%) scale(1.01702, 1.02667);
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__inner {
		padding: 13px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__texts {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__texts:last-child {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--2up .c-media__image {
		padding: 0 50px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__item {
		width: calc((100% - (30px * 3)) / 3 - 0.5px);
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__inner {
		padding: 10px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__texts {
		padding-top: 14px;
		padding-bottom: 8px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--list.c-media--3up .c-media__texts:last-child {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

/* テキストリンク
----------------------------------------------------------------- */
.c-linkGroup__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	.c-linkGroup__items--column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.c-linkGroup__items--column .c-linkGroup__item {
	width: 100%;
}

.c-linkGroup__items--column .c-linkGroup__item:not(:first-of-type) {
	margin-top: 20px;
}

.c-linkGroup__item {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-linkGroup__item {
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.c-linkGroup a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}

.c-linkGroup a:hover {
	color: #eb6ea5;
}

.c-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding: 1px 0 1px 26px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-link {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.c-link .c-icn {
	position: absolute;
	top: 2px;
	left: 0;
	color: #eb6ea5;
}

.win7.trident .c-link .c-icn {
	top: -4px;
}

.c-link span {
	display: block;
	font-weight: inherit;
}

[target="_blank"] .c-link {
	position: relative;
}

[target="_blank"] .c-link::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 2px;
	left: 0;
	color: #eb6ea5;
	font-size: 1.8rem;
	line-height: 1;
}

[href*=".pdf"] .c-link {
	position: relative;
}

[href*=".pdf"] .c-link::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* ボタンリンク
----------------------------------------------------------------- */
.c-buttonGroup.c-buttonGroup--applepay {
	position: fixed;
	bottom: 50px;
	right: 24px;
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup.c-buttonGroup--applepay {
		bottom: 30px;
		right: 30px;
	}
}

.c-buttonGroup.c-buttonGroup--applepay .c-button {
	font-size: 1.3rem;
	color: #333;
	padding: 12px 20px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup.c-buttonGroup--applepay .c-button {
		font-size: 1.6rem;
		padding: 20px 25px;
	}
}

.c-buttonGroup.c-buttonGroup--applepay .c-button::before {
	border: 2px solid #333;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
}

.c-buttonGroup {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-left: -30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--column {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--column .c-buttonGroup__item {
		margin-left: 0;
	}
}

.c-buttonGroup__items--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -10px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--inline {
		margin-left: -20px;
	}
}

.c-buttonGroup__items--inline .c-buttonGroup__item {
	margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--inline .c-buttonGroup__item {
		margin-left: 20px;
	}
}

.c-buttonGroup__items--inline .c-button {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.c-buttonGroup__items--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-buttonGroup__item {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__item {
		margin-left: 30px;
	}
}

.c-buttonGroup__item a {
	display: block;
	text-decoration: none;
}

.c-buttonGroup__items--4up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -15px;
}

.c-buttonGroup__items--4up .c-buttonGroup__item {
	width: calc( (100% - (15px * 2)) / 2);
	margin-top: 20px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup__items--4up .c-buttonGroup__item {
		width: calc( (100% - (15px * 4)) / 4 - 0.5px);
	}
}

.c-buttonGroup--inPage .c-buttonGroup__items {
	border: 1px solid #eb6ea5;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-buttonGroup__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-left: -30px;
		border: none;
		border-radius: 0;
		overflow: visible;
	}
}

.c-buttonGroup--inPage .c-buttonGroup__item {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-buttonGroup__item {
		width: calc( (100% - (30px * 3)) / 3 - 0.5px);
		margin-top: 20px;
		margin-left: 30px;
	}
}

.c-buttonGroup--inPage .c-buttonGroup__item + .c-buttonGroup__item {
	border-top: 1px solid #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-buttonGroup__item + .c-buttonGroup__item {
		border-top: none;
	}
}

.c-buttonGroup--inPage .c-button {
	padding-left: 48px;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.c-buttonGroup--inPage .c-button {
		text-align: center;
	}
}

.c-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 50px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
	padding: 14px 40px 12px;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-button {
		max-width: 100%;
		padding-top: 11.5px;
		padding-bottom: 11.5px;
		font-size: 1.7rem;
		line-height: 1.58824;
	}
}

.c-button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid #eb6ea5;
	border-radius: 60px;
	background-color: #eb6ea5;
}

.c-button .c-icn {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-button .c-icn-pdf::before {
	background-image: url(/global/assets/img/icon-pdf-fill.svg);
}

.c-button span + .c-icn {
	left: auto;
	right: 20px;
}

@media print, screen and (min-width: 768px) {
	a .c-button::before {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	a:hover .c-button::before {
		-webkit-transform: translate(-50%, -50%) scale(1.02222, 1.12);
		transform: translate(-50%, -50%) scale(1.02222, 1.12);
	}
}

.c-button--white {
	min-height: 40px;
	padding-top: 11px;
	padding-bottom: 9px;
	color: #eb6ea5;
	font-size: 1.3rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-button--white {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-button--white::before {
	background-color: #fff;
}

.c-button--white .c-icn-pdf::before {
	background-image: url(/global/assets/img/icon-pdf.svg);
}

.c-button--link {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.c-button--link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-button--link::before {
	border-color: #fff;
	border-radius: 0;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-button--link::before {
		border-color: #eb6ea5;
		border-radius: 60px;
	}
}

.c-button--link .c-icn {
	margin-right: 8px;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-button--link .c-icn {
		width: 20px;
		height: 100%;
		margin-right: 0;
		overflow: hidden;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--link .c-icn::before {
		font-family: "iconfont";
		content: "";
		vertical-align: text-top;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: 400;
		position: absolute;
		top: 0;
		font-size: inherit;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--link .c-icn::after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
	}
}

.c-button--link span {
	padding: 3px 0 2px;
}

@media print, screen and (min-width: 768px) {
	a:hover .c-button--link .c-icn::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	a:hover .c-button--link .c-icn::after {
		top: 100%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--sm {
		display: block;
		width: 230px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--md {
		display: block;
		width: 350px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--lg {
		display: block;
		width: 450px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-button--full {
		display: block;
		width: 100%;
	}
}

.c-button--black::before {
	border-color: #444;
	background-color: #444;
}

.c-button--black .c-icn-pdf::before {
	background-image: url(/global/assets/img/icon-pdf.svg);
}

.c-button--link {
	font-weight: 700;
}

/* ニュース
----------------------------------------------------------------- */
.c-news {
	overflow: hidden;
}

.c-news__items {
	margin-top: -20px;
}

.c-news__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

.c-news__item > a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-news__item > a:hover .c-news__text {
		color: #eb6ea5;
	}
}

.c-news__date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 8px;
	margin-bottom: 12px;
	color: #999;
	font-size: 1.3rem;
	line-height: 1.53846;
}

.c-news__tagItems {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -7px;
	margin-right: -10px;
	margin-bottom: 12px;
}

.c-news__tagItem {
	margin-top: 8px;
	margin-right: 10px;
	min-width: 90px;
	border-radius: 10px;
	padding: 0 10px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 700;
	text-align: center;
}

.c-news__tagItem--gray {
	background-color: #e7e8e7;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.c-news__text {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

[target="_blank"] .c-news__text {
	position: relative;
	padding-left: 28px;
}

[target="_blank"] .c-news__text::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 3px;
	left: 0;
	color: #eb6ea5;
	font-size: 1.8rem;
	line-height: 1;
}

[href*=".pdf"] .c-news__text {
	position: relative;
	padding-left: 28px;
}

[href*=".pdf"] .c-news__text::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.c-news__items--2up {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -40px;
		margin-left: -70px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-news__items--2up .c-news__item {
		width: calc((100% - (70px * 2)) / 2 - 0.5px);
		margin-top: 40px;
		margin-left: 70px;
	}
}

.c-news--border .c-news__items {
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 20px;
}

.c-news--border .c-news__item {
	border-top: 1px solid #e7e8e7;
	padding-top: 20px;
}

.c-news__date {
	font-weight: 700;
}

/* 画像＋文字リンク
----------------------------------------------------------------- */
.c-media--thumb .c-media__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-media--thumb .c-media__item {
	width: 100%;
}

.c-media--thumb .c-media__item > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.c-media--thumb .c-media__item > a[target="_blank"] {
	position: relative;
	z-index: 1;
}

.c-media--thumb .c-media__item > a[target="_blank"]::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}

.c-media--thumb .c-media__inner {
	position: relative;
}

.c-media--thumb .c-media__texts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 10px;
}

.c-media--thumb .c-media__title {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

.c-media--thumb .c-media__image {
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb .c-media__image {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.c-media--thumb .c-media__image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.c-media--thumb.c-media--2up .c-media__items {
	margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--2up .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--thumb.c-media--2up .c-media__item {
	width: 100%;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--2up .c-media__item {
		width: calc((100% - (30px * 2)) / 2 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--2up .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.01404, 1.025);
		transform: scale(1.01404, 1.025);
	}
}

.c-media--thumb.c-media--4up .c-media__items {
	margin-top: -15px;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--4up .c-media__items {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.c-media--thumb.c-media--4up .c-media__item {
	width: calc((100% - (15px * 2)) / 2);
	margin-top: 15px;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--4up .c-media__item {
		width: calc((100% - (30px * 4)) / 4 - 0.5px);
		margin-top: 30px;
		margin-left: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb.c-media--4up .c-media__item > a:hover .c-media__image {
		-webkit-transform: scale(1.02963, 1.05263);
		transform: scale(1.02963, 1.05263);
	}
}

.c-media--thumb .c-media__title {
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-media--thumb .c-media__title {
		font-size: 2.3rem;
		line-height: 1.4;
	}
}

/* 画像のみ
----------------------------------------------------------------- */
.c-thumb {
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

.c-thumb:empty {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.c-thumb--center {
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	.c-thumb--lg {
		max-width: 770px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-thumb--md {
		max-width: 570px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-thumb--sm {
		max-width: 370px;
	}
}

/* 動画のみ
----------------------------------------------------------------- */
.c-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.c-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 表
----------------------------------------------------------------- */
.c-table {
	width: 100%;
}

.c-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.c-table table {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.c-table thead th {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #444;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-table thead th {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.c-table thead th + th {
	border-left: 1px solid #aaa;
}

.c-table thead th:last-child {
	border-right: 1px solid #444;
}

.c-table thead + tbody tr:first-child th,
.c-table thead + tbody tr:first-child td {
	border-top: none;
}

.c-table tbody th,
.c-table tbody td {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-table tbody th,
	.c-table tbody td {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

.c-table th,
.c-table td {
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break table,
	.c-table.c-table--break tbody,
	.c-table.c-table--break tr,
	.c-table.c-table--break th,
	.c-table.c-table--break td {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break table {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break tbody {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break tr:not(:first-child) th:first-child,
	.c-table.c-table--break tr:not(:first-child) td:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break th:not(:first-child),
	.c-table.c-table--break td:not(:first-child) {
		border-top: none;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break th {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--break td {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm, .c-table.c-table--scroll-md, .c-table.c-table--scroll-lg {
		width: auto;
		overflow: auto;
		overflow-x: scroll;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar, .c-table.c-table--scroll-md::-webkit-scrollbar, .c-table.c-table--scroll-lg::-webkit-scrollbar {
		width: 5px;
		background: #e7e8e7;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar:horizontal, .c-table.c-table--scroll-md::-webkit-scrollbar:horizontal, .c-table.c-table--scroll-lg::-webkit-scrollbar:horizontal {
		height: 5px;
		background: #e7e8e7;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar-thumb, .c-table.c-table--scroll-md::-webkit-scrollbar-thumb, .c-table.c-table--scroll-lg::-webkit-scrollbar-thumb {
		border-radius: 2.5px;
		background: #eb6ea5;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm::-webkit-scrollbar-thumb:horizontal, .c-table.c-table--scroll-md::-webkit-scrollbar-thumb:horizontal, .c-table.c-table--scroll-lg::-webkit-scrollbar-thumb:horizontal {
		border-radius: 2.5px;
		background: #eb6ea5;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm .c-table__inner, .c-table.c-table--scroll-md .c-table__inner, .c-table.c-table--scroll-lg .c-table__inner {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-sm .c-table__inner {
		min-width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-md .c-table__inner {
		min-width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.c-table.c-table--scroll-lg .c-table__inner {
		min-width: 1000px;
	}
}

@media screen and (max-width: 767px) {
	.c-table .c-table__inner {
		width: 100%;
	}
}

.c-table .c-table__accordion {
	padding: 0;
}

.c-table .c-table__accordion .c-table__outline {
	display: table;
	width: 100%;
}

.c-table .c-table__accordion .c-table__button {
	position: relative;
	color: #eb6ea5;
	font-size: 1.2rem;
	line-height: 1.6;
}

.c-table .c-table__accordion .c-table__button::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eb6ea5;
}

.c-table .c-table__accordion .c-table__button--close {
	display: block;
	position: relative;
	margin: 10px auto 0;
	padding-left: 14px;
}

.c-table .c-table__accordion .c-table__button--close .c-icn {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: inherit;
}

.c-table .c-table__accordion .c-table__detail {
	display: table;
	width: 100%;
	border-top: 1px solid #d3d4d3;
}

.c-table .c-table__accordion .c-table__cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 10px 20px;
}

.c-table .c-table__accordion .c-table__cell.c-table__cell--width80 {
	min-width: 80px;
}

.c-table .c-table__accordion .c-table__cell.c-table__cell--width60 {
	min-width: 60px;
}

.c-table .c-table__accordion .c-table__cell + .c-table__cell {
	border-left: 1px solid #d3d4d3;
}

.c-table .c-table__accordion.is-active .c-table__button--open {
	display: none;
}

.c-table tbody th,
.c-table tbody td {
	border: 1px solid #aaa;
}

.c-table th {
	background-color: #e7e8e7;
	font-weight: 700;
}

/* 重要なお知らせ
----------------------------------------------------------------- */
.c-attention--header {
	padding: 20px;
	background-color: #f03f24;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

.c-attention--header .c-attention__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header .c-attention__head {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 30px;
	}
}

.c-attention--header .c-attention__title {
	margin-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 12px;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header .c-attention__title {
		margin-right: 20px;
		padding-right: 20px;
	}
}

.c-attention--header .c-attention__body {
	margin-top: 17px;
}

@media print, screen and (min-width: 768px) {
	.c-attention--header .c-attention__body {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-top: 0;
	}
}

.c-attention--header .c-attention__body a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.c-attention--header .c-attention__body a[target="_blank"] {
	position: relative;
	padding-left: 28px;
}

.c-attention--header .c-attention__body a[target="_blank"]::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 1.7rem;
	line-height: 1;
}

.c-attention--header .c-attention__body a[href*=".pdf"] {
	position: relative;
	padding-left: 28px;
}

.c-attention--header .c-attention__body a[href*=".pdf"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-attention--header .c-attention__text {
	font-size: 1.3rem;
	line-height: 1.6;
	text-decoration: underline;
}

.c-attention--top {
	border: 3px solid #ffdf28;
	border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
	}
}

.c-attention--top .c-attention__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 11px 11px 17px;
	background-color: #ffdf28;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__head {
		padding-top: 18px;
		padding-bottom: 18px;
		-webkit-transition: padding 0s ease-in 0.25s;
		transition: padding 0s ease-in 0.25s;
	}
}

.c-attention--top .c-attention__head .c-attention__title {
	font-size: 1.5rem;
	line-height: 1.46667;
}

.c-attention--top .c-attention__head .c-attention__controller {
	padding: 2px 0 1px;
	font-size: 1.3rem;
	line-height: 1.46154;
}

.c-attention--top .c-attention__head .c-attention__controller .c-attention__button--open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-attention--top .c-attention__head .c-attention__controller .c-attention__button--close {
	display: none;
}

.c-attention--top .c-attention__head .c-attention__controller .c-icn {
	margin-left: 4px;
	font-size: 1.6rem;
	line-height: 1.1875;
}

.c-attention--top .c-attention__body {
	padding: 18px 17px 23px;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		border-radius: 0;
		padding: 11px 17px 11px 19px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		font-size: 1.3rem;
		line-height: 1.46154;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--open,
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--close {
		border-radius: 18px;
		padding: 9px 16px 8px;
		background-color: #ffdf28;
		outline: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-attention__button--close {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller .c-icn {
		margin-left: 4px;
		font-size: 1.6rem;
		line-height: 1.1875;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__detail {
		width: 100%;
		padding: 6px 20px 6px 0;
	}
}

.c-attention--top .c-attention__items {
	overflow: hidden;
	-webkit-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

.c-attention--top .c-attention__items .c-attention__item {
	-webkit-transition: opacity 0.25s ease-out 0.25s, visibility 0.25s ease-out 0.25s;
	transition: opacity 0.25s ease-out 0.25s, visibility 0.25s ease-out 0.25s;
}

.c-attention--top .c-attention__items .c-attention__item:not(:first-of-type) {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.c-attention--top .c-attention__items .c-attention__item + .c-attention__item {
	margin-top: 20px;
	border-top: 1px solid #e7e8e7;
	padding-top: 20px;
}

.c-attention--top .c-attention__item a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__item a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__item a:hover {
		color: #eb6ea5;
	}
}

.c-attention--top a[href*=".pdf"] {
	position: relative;
	padding-left: 28px;
}

.c-attention--top a[href*=".pdf"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-attention--top.is-initialized .c-attention__items .c-attention__item:not(:first-of-type) {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		background-color: #fff;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__head {
		border-radius: 0 0 10px 0;
		padding-bottom: 21px;
		overflow: hidden;
		-webkit-transition: padding 0s ease-in 0s;
		transition: padding 0s ease-in 0s;
	}
}

.c-attention--top.is-open .c-attention__head .c-attention__controller .c-attention__button--open {
	display: none;
}

.c-attention--top.is-open .c-attention__head .c-attention__controller .c-attention__button--close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__body .c-attention__controller {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 19px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__body .c-attention__controller .c-attention__button--open {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__body .c-attention__controller .c-attention__button--close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__detail {
		position: relative;
		padding-right: 0;
		padding-bottom: 82px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-attention--top.is-open .c-attention__detail::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 62px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		height: 1px;
		background-color: #e7e8e7;
	}
}

.c-attention--top.is-open .c-attention__items .c-attention__item:not(:first-of-type) {
	opacity: 1;
	visibility: visible;
}

.c-attention--top.is-noAccordion .c-attention__controller {
	display: none !important;
}

.c-attention--header {
	font-weight: 700;
}

.c-attention--top {
	background-color: #ffdf28;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__head {
		min-width: 166px;
	}
}

.c-attention--top .c-attention__head .c-attention__title {
	font-weight: 700;
}

.c-attention--top .c-attention__head .c-attention__controller {
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-attention--top .c-attention__body .c-attention__controller {
		font-weight: 700;
	}
}

/* アコーディオン
----------------------------------------------------------------- */
.c-faq {
	padding-bottom: 1px;
}

@media print, screen and (min-width: 768px) {
	.c-faq {
		width: 100%;
	}
}

.c-faq__item {
	position: relative;
	margin-bottom: -1px;
}

@media print, screen and (min-width: 768px) {
	.c-faq__item {
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.c-faq__item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e8e7;
}

.c-faq__item.is-active {
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-faq__item.is-active {
		padding-bottom: 24px;
	}
}

.c-faq__question {
	position: relative;
	border-top: 1px solid #e7e8e7;
	padding: 12px 55px 12px 40px;
	cursor: pointer;
	-webkit-transition: padding .4s ease-out;
	transition: padding .4s ease-out;
}

@media print, screen and (min-width: 768px) {
	.c-faq__question {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 14px 56px 17px 56px;
	}
}

.c-faq__question::before {
	content: "Q";
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 16px;
	height: 27px;
	font-size: 2rem;
	line-height: 1.35;
	color: #eb6ea5;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.c-faq__question::before {
		left: 16px;
		width: 19px;
		height: 33px;
		font-size: 2.4rem;
		line-height: 1.375;
	}
}

.c-faq__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 2rem;
	line-height: 1;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-faq__question::after {
		top: 19px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-faq__questionInner {
		margin-right: auto;
	}
}

.is-active .c-faq__question {
	padding-bottom: 20px;
}

.is-active .c-faq__question::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}

.c-faq__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 90px;
	border-radius: 10px;
	padding: 0 10px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 700;
	text-align: center;
	min-width: 150px;
	margin-top: 11px;
}

.c-faq__tag--gray {
	background-color: #e7e8e7;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.c-faq__tag {
		margin-top: 4.5px;
		margin-left: 26px;
	}
}

.c-faq__answer {
	display: none;
	position: relative;
	border-radius: 10px;
	padding-right: 15px;
	padding-left: 40px;
	background-color: rgba(231, 232, 231, 0.5);
}

@media print, screen and (min-width: 768px) {
	.c-faq__answer {
		padding-right: 24px;
		padding-left: 56px;
	}
}

.c-faq__answer::before {
	content: "A";
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 16px;
	height: 27px;
	font-size: 2rem;
	line-height: 1.35;
	color: #44a2de;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.c-faq__answer::before {
		left: 16px;
		width: 19px;
		height: 33px;
		font-size: 2.4rem;
		line-height: 1.375;
	}
}

.c-faq__answerInner {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-faq__answerInner {
		padding-top: 23px;
		padding-bottom: 28px;
	}
}

.c-accordion {
	width: 100%;
}

.c-accordion__content {
	position: relative;
	height: 810px;
	overflow: hidden;
	-webkit-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}

@media print, screen and (min-width: 768px) {
	.c-accordion__content {
		height: 337.5px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
}

.c-accordion__content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
	background-repeat: no-repeat;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
	transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}

.is-active .c-accordion__content {
	height: 100%;
}

.is-active .c-accordion__content::after {
	opacity: 0;
	visibility: hidden;
}

.c-accordion__button {
	width: 100%;
	padding: 16px 10px;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
	transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
	outline: none;
}

.c-accordion__button::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	margin-left: 10px;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.c-accordion__text {
	font-weight: 700;
}

.is-active .c-accordion__button {
	display: none;
}

/* ローカルナビ
----------------------------------------------------------------- */
.l-localNav {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	.l-localNav {
		margin-bottom: 60px;
		padding-bottom: 0;
	}
}

.l-localNav::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -20px;
	width: 100vw;
	height: 1px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.l-localNav::after {
		display: none;
	}
}

.l-localNav__item {
	display: inline;
	line-height: 2.4;
}

@media print, screen and (min-width: 768px) {
	.l-localNav__item {
		line-height: 2.66667;
	}
}

.l-localNav__item a {
	color: #eb6ea5;
	text-decoration: underline;
}

.l-localNav__item a:hover {
	color: #f199c0;
}

.l-localNav__item.is-active {
	pointer-events: none;
}

.l-localNav__item.is-active a {
	color: #888;
	text-decoration: none;
}

.l-localNav__item + .l-localNav__item {
	margin-left: 20px;
	border-left: 1px solid #e7e8e7;
	padding-left: 20px;
}

.l-localNav__inner {
	display: inline;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.l-localNav__inner {
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.l-localNav__inner {
	font-weight: 700;
}

/* 検索エリア
----------------------------------------------------------------- */
.c-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	padding: 5px 10px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.c-search {
		padding: 8px;
	}
}

.c-search__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 2px;
}

@media print, screen and (min-width: 768px) {
	.c-search__text {
		border-radius: 3px;
	}
}

.c-search__text input {
	display: block;
	width: 100%;
	padding: 7px 14px;
}

.c-search__submit {
	position: relative;
	margin-left: 6px;
}

.c-search__submit::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	line-height: 1;
}

.c-search__submit input {
	position: relative;
	z-index: 1;
	text-indent: 100%;
	outline: none;
	font-size: 0;
}

.c-search__text input {
	font-size: 1.7rem;
	line-height: 1.47059;
}

@media print, screen and (min-width: 768px) {
	.c-search__text input {
		padding: 16px 20px;
	}
}

.c-search__submit::after {
	color: #eb6ea5;
}

.c-search__submit input {
	width: 40px;
	height: 40px;
}

@media print, screen and (min-width: 768px) {
	.c-search__submit input {
		width: 56px;
		height: 56px;
	}
}

/* ページング
----------------------------------------------------------------- */
/* S-1 ご注意ください
----------------------------------------------------------------- */
.c-notes {
	border: 3px solid #fbd326;
	border-radius: 10px;
	background-color: #fff;
	padding: 27px 17px;
}

@media print, screen and (min-width: 768px) {
	.c-notes {
		padding: 37px 47px;
	}
}

.c-notes__head {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 0 6px 43px;
	font-size: 1.7rem;
	line-height: 1.47059;
}

@media print, screen and (min-width: 768px) {
	.c-notes__head {
		padding-top: 2px;
		padding-bottom: 3px;
		font-size: 2.1rem;
		line-height: 1.47619;
	}
}

.c-notes__head::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url(/global/assets/img/icon-caution.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.c-notes__head {
	font-weight: 700;
}

.c-notes--bg-yellow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-width: 4px;
	background-color: #fff8d3;
}

@media print, screen and (min-width: 768px) {
	.c-notes--bg-yellow {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-notes--bg-yellow .c-notes__head {
	padding-left: 0;
}

.c-notes--bg-yellow .c-notes__head::before {
	display: none;
}

.c-notes__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media print, screen and (min-width: 768px) {
	.c-notes__texts {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 48.27586%;
	}
}

.c-notes__title {
	margin-bottom: 10px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-notes__title {
		margin-bottom: 20px;
		font-size: 1.9rem;
		line-height: 1.6;
	}
}

.c-notes__button {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-notes__button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 30px;
	}
}

.c-notes__button a {
	color: inherit;
	text-decoration: none;
}

.c-notes__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-notes__image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 48.27586%;
		margin-bottom: 0;
	}
}

/* S-2 チェック
----------------------------------------------------------------- */
.c-check {
	border: 3px solid #eb6ea5;
	border-radius: 10px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-check {
		position: relative;
	}
}

.c-check:first-child {
	margin-top: 0;
}

.c-check__head {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	z-index: 1;
	padding: 9px 53px 19px 77px;
	color: #eb6ea5;
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-check__head {
		position: absolute;
		top: 0;
		left: 0;
		padding: 9px 94px 25px 96px;
		font-size: 2.3rem;
		line-height: 1.3913;
	}
}

.c-check__head::before, .c-check__head::after {
	content: "";
	display: block;
	position: absolute;
}

.c-check__head::before {
	top: 0;
	left: 15px;
	width: 55px;
	height: 55px;
	background-image: url(/global/assets/webp/icn-robotFace-01.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.c-check__head::before {
		width: 66px;
		height: 66px;
	}
}

.c-check__head::after {
	bottom: 10px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 200%;
	border-radius: 0 100px 100px 0;
	background-color: rgba(235, 110, 165, 0.15);
}

@media print, screen and (min-width: 768px) {
	.c-check__head::after {
		bottom: 13px;
	}
}

.c-check__head--face2::before {
	background-image: url(/global/assets/webp/icn-robotFace-02.webp);
}

.c-check__head--face3::before {
	background-image: url(/global/assets/webp/icn-robotFace-03.webp);
}

.c-check__head--face4::before {
	background-image: url(/global/assets/webp/icn-robotFace-04.webp);
}

.c-check__head--face5::before {
	background-image: url(/global/assets/webp/icn-robotFace-05.webp);
}

.c-check__head--face6::before {
	background-image: url(/global/assets/webp/icn-robotFace-06.webp);
}

.c-check__head--face7::before {
	background-image: url(/global/assets/webp/icn-robotFace-07.webp);
}

.c-check__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 14px 27px;
}

@media print, screen and (min-width: 768px) {
	.c-check__body {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
}

.c-check__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
	.c-check__texts {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		min-width: 53.40206%;
		margin-top: 66px;
		padding: 17px 47px 33px;
	}
}

.c-check__texts:last-child {
	width: 100%;
}

.c-check__text--main {
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.c-check__text--main {
		font-size: 1.9rem;
		line-height: 1.6;
	}
}

.c-check__text--note {
	margin-top: 10px;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-check__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.c-check__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.c-check__button {
		margin-top: 34px;
	}
}

.c-check__button a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.c-check__button a {
		display: block;
		width: 100%;
	}
}

.c-check__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-check__image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		min-width: 46.18557%;
		margin-bottom: 0;
		padding: 35px 28px;
	}
}

.c-check__head--noface {
	padding: 9px 65px 25px 27px;
}

@media print, screen and (min-width: 768px) {
	.c-check__head--noface {
		padding: 9px 95px 25px 47px;
	}
}

.c-check__head--noface::before {
	display: none;
}

.c-check__text--main {
	font-weight: 700;
}

/* S-3 手順ブロック
----------------------------------------------------------------- */
.c-step--block {
	margin-bottom: 20px;
}

.c-step--block .c-step__items {
	counter-reset: stepOrderBlock;
}

.c-step--block .c-step__item {
	counter-increment: stepOrderBlock;
	position: relative;
}

.c-step--block .c-step__item::before {
	content: counter(stepOrderBlock);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #eb6ea5;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.c-step--block .c-step__item:not(:first-of-type) {
	margin-top: 60px;
}

.c-step--block .c-step__item:last-of-type .c-step__inner::before, .c-step--block .c-step__item:last-of-type .c-step__inner::after {
	display: none;
}

.c-step--block .c-step__inner {
	position: relative;
	padding-left: 50px;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner {
		padding-left: 80px;
	}
}

.c-step--block .c-step__inner::before, .c-step--block .c-step__inner::after {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	width: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner::before, .c-step--block .c-step__inner::after {
		left: 11px;
	}
}

.c-step--block .c-step__inner::before {
	top: 40px;
	height: calc(100% - (40px + 12px - 40px));
	background-image: url(/global/assets/img/icn-dot-repeatY-gray.svg);
	background-repeat: repeat-y;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner::before {
		top: 64px;
		height: calc(100% - (64px + 12px - 35px));
	}
}

.c-step--block .c-step__inner::after {
	bottom: -40px;
	height: 12px;
	background-image: url(/global/assets/img/icn-arrow-b-gray.svg);
	background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__inner::after {
		bottom: -35px;
	}
}

.c-step--block .c-step__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__main {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.c-step--block .c-step__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.c-step--block .c-step__title {
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__title {
		margin-bottom: 18px;
	}
}

.c-step--block .c-step__title:last-child {
	margin-bottom: 0;
}

.c-step--block .c-step__caption {
	margin-top: 10px;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.6;
}

.c-step--block .c-step__caption:first-child {
	margin-top: 0;
}

.c-step--block .c-step__other {
	margin-top: 30px;
}

.c-step--block .c-step__other:first-child {
	margin-top: 0;
}

.c-step--block .c-step__sub {
	margin-top: 40px;
}

.c-step--block .c-step__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
	border: 2px solid #e7e8e7;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__image {
		width: 340px;
		min-width: 340px;
		margin-bottom: 0;
		margin-right: 40px;
	}
}

.c-step--block .c-step__image:first-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__image:first-child {
		margin-right: 0;
	}
}

.c-step--block .c-step__item::before {
	width: 30px;
	height: 30px;
	font-size: 2rem;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__item::before {
		width: 50px;
		height: 50px;
		padding: 6px;
		font-size: 2.8rem;
		line-height: 1.35714;
	}
}

.c-step--block .c-step__title {
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-step--block .c-step__title {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

/* S-4 手順リスト
----------------------------------------------------------------- */
.c-step--list {
	margin-bottom: 20px;
}

.c-step--list .c-step__items {
	counter-reset: stepOrderList;
}

.c-step--list .c-step__item {
	counter-increment: stepOrderList;
	position: relative;
	padding-left: 40px;
	font-size: 1.7rem;
	line-height: 1.6;
}

.c-step--list .c-step__item:not(:first-of-type) {
	margin-top: 20px;
}

.c-step--list .c-step__item::before {
	content: counter(stepOrderList);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #eb6ea5;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.c-step--list .c-step__item {
	font-weight: 700;
}

.c-step--list .c-step__item::before {
	font-size: 2rem;
	line-height: 1.4;
}

/* S-9 Adobe Reader
----------------------------------------------------------------- */
.c-adobeReader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	background-color: #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.c-adobeReader {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 28px 40px;
	}
}

.c-adobeReader__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: #888;
	font-size: 1.3rem;
	line-height: 1.8;
}

.c-adobeReader__texts a {
	text-decoration: none;
}

.c-adobeReader__texts a[target="_blank"]::after {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 1px 4px 1px 3px;
	font-size: 1.7rem;
	line-height: 1;
}

.c-adobeReader__texts a span {
	text-decoration: underline;
}

.c-adobeReader__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	width: 158px;
	min-width: 158px;
	margin: 0 auto 30px;
}

@media print, screen and (min-width: 768px) {
	.c-adobeReader__image {
		margin-right: 32px;
		margin-bottom: 0;
	}
}

/* 通常のパスモのご説明
----------------------------------------------------------------- */
.c-normalPasmo__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.c-normalPasmo__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-normalPasmo__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.c-normalPasmo__title {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 20px;
}

.c-normalPasmo__title:last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.c-normalPasmo__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

.c-normalPasmo__button {
	margin-top: 20px;
}

.c-normalPasmo__button:first-child {
	margin-top: 0;
}

.c-normalPasmo__button a {
	text-decoration: none;
}

.c-normalPasmo__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.c-normalPasmo__image {
		width: 27.83505%;
		min-width: 27.83505%;
		margin-bottom: 0;
		margin-right: 30px;
	}
	.c-normalPasmo__image:first-child {
		margin-right: 0;
	}
}

.c-normalPasmo__image:first-child {
	margin-bottom: 0;
}

.c-normalPasmo__image img {
	border-radius: 10px;
	overflow: hidden;
}

/* 下層共通メインビジュアル
----------------------------------------------------------------- */
.c-mainHeading {
	position: relative;
}

.c-mainHeading__texts {
	position: relative;
	z-index: 1;
	padding: 72px 40px 118px;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-mainHeading__texts {
		min-height: 450px;
		padding-top: 56px;
		padding-bottom: 50px;
	}
}

.c-mainHeading__icon {
	width: 100px;
	margin: 0 auto 10px;
}

@media print, screen and (min-width: 768px) {
	.c-mainHeading__icon {
		width: 140px;
		margin-bottom: 16px;
	}
}

.c-mainHeading__title {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 20px;
	font-size: 2.5rem;
	line-height: 1.3;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.c-mainHeading__title {
		margin-bottom: 20px;
		padding-bottom: 22px;
		font-size: 3.6rem;
		line-height: 1.225;
	}
}

.c-mainHeading__title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 47px;
	height: 4px;
	border-radius: 2px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.c-mainHeading__title::after {
		width: 59px;
	}
}

.c-mainHeading__text {
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.c-mainHeading__text {
		font-size: 1.7rem;
		line-height: 1.6;
		font-weight: bold;
	}
}

.c-mainHeading__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-mainHeading__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

/* 下層共通ネクストページ
----------------------------------------------------------------- */
.c-nextPage {
	margin-bottom: 40px;
}

.c-nextPage a {
	color: inherit;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage a:hover .c-nextPage__title .c-icn {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
}

@media print, screen and (min-width: 768px) {
	.c-nextPage a:hover .c-nextPage__image img {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
}

.c-nextPage__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-nextPage__texts {
	position: relative;
	z-index: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	min-height: 250px;
	padding: 60px 30px 67px;
	background-color: #eb6ea5;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__texts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 58.33333%;
		min-height: 0;
		padding: 45px 60px 40px 140px;
	}
}

.c-nextPage__texts::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 72px;
	height: 220px;
	background-image: url(/visitors/assets/img/common/text-nextPage-sp.svg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__texts::after {
		width: 408px;
		height: 138px;
		background-image: url(/visitors/assets/img/common/text-nextPage-pc.svg);
	}
}

.c-nextPage__icon {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	width: 100px;
	height: 100px;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__icon {
		top: 50%;
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 140px;
		height: 140px;
	}
}

.c-nextPage__title {
	margin-bottom: 9px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__title {
		margin-bottom: 13px;
		font-size: 4rem;
		line-height: 1.4;
	}
}

.c-nextPage__title .c-icn {
	margin-bottom: -3px;
	margin-left: 8px;
	font-size: 2.24rem;
	line-height: 1.75;
	vertical-align: text-bottom;
	opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__title .c-icn {
		margin-left: 12px;
		font-size: 3.2rem;
		line-height: 1.75;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
	}
}

.c-nextPage__lists {
	position: relative;
	margin-top: 23px;
	padding-top: 24px;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__lists {
		margin-top: 24px;
		padding-top: 34px;
	}
}

.c-nextPage__lists::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__lists::after {
		width: 59px;
	}
}

.c-nextPage__list:not(:first-of-type) {
	margin-top: 9px;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__list:not(:first-of-type) {
		margin-top: 10px;
	}
}

.c-nextPage__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__image {
		position: relative;
		width: 41.66667%;
		padding-top: 31.25%;
		overflow: hidden;
	}
}

@media print, screen and (min-width: 768px) {
	.c-nextPage__image img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		max-width: none;
		height: 100%;
		-webkit-transform: translate(-50%, -50%) scale(1, 1);
		transform: translate(-50%, -50%) scale(1, 1);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
		transition: transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1), -webkit-transform 0.25s cubic-bezier(0.175, 0.85, 0.175, 1);
	}
}

/* ==========================================================================
	Project
========================================================================== */
/*-----------------------------------------------------------------
 多言語トップ
-----------------------------------------------------------------*/
.p-page-kr-top .l-header {
	margin-bottom: 0;
	background-color: #D2F5FF;
}

.p-page-kr-top .l-main::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 95px;
	background-image: url(/assets/img/top/bg-top-mainvisual-01-sp.svg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .l-main::before {
		height: 229px;
		background-image: url(/assets/img/top/bg-top-mainvisual-01-pc.svg);
		background-size: 1585px 229px;
		background-position: 50% 0px;
	}
}

.p-page-kr-top .l-main .c-section:first-child {
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .l-main .c-section:first-child {
		margin-top: 50px;
	}
}

.p-page-kr-top .l-mv-area__logo {
	padding: 117px 17.86667% 0;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .l-mv-area__logo {
		width: 360px;
		margin: 120px auto 0;
		padding: 0;
	}
}

.p-page-kr-top .p-mainvisual {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	padding-top: 29.06667%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual {
		padding-top: 0;
		margin-bottom: 50px;
	}
}

.p-page-kr-top .p-mainvisual::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	padding-top: 133.33333%;
	background-image: url(/visitors/assets/webp/top/bg-top-mainvisual-sp.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual::before {
		height: 436px;
		padding-top: 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#17bded), to(#8be5ff));
		background-image: linear-gradient(180deg, #17bded, #8be5ff);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 436px;
		background-image: url(/visitors/assets/webp/top/bg-top-mainvisual-city-pc.webp);
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: 1214px auto;
	}
}

.p-page-kr-top .p-mainvisual__inner {
	position: relative;
	z-index: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__inner {
		padding-top: 69px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__inner::before {
		content: "";
		display: block;
		position: absolute;
		top: 83px;
		left: 0;
		z-index: -1;
		width: 25.83333%;
		max-width: 372px;
		height: 68.36066%;
		max-height: 417px;
		background-image: url(/visitors/assets/webp/top/bg-top-mainvisual-cherryBlossoms-01-pc.webp);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__inner::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 28.95833%;
		max-width: 417px;
		height: 45.90164%;
		max-height: 280px;
		background-image: url(/visitors/assets/webp/top/bg-top-mainvisual-cherryBlossoms-02-pc.webp);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 100% 0;
	}
}

.p-page-kr-top .p-mainvisual__texts {
	color: #fff;
	text-align: center;
}

.p-page-kr-top .p-mainvisual__title {
	padding: 0 10px;
	margin-bottom: 3.73333%;
	font-size: 7vw;
	line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__title {
		margin-bottom: 14px;
		font-size: 4.6rem;
		line-height: 1.47826;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__title--comingSoon {
		font-size: 3.6rem;
		line-height: 1.47222;
	}
}

.p-page-kr-top .p-mainvisual__text {
	min-height: 16.64vw;
	padding: 0 10px;
	font-size: 3.46667vw;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__text {
		min-height: 0;
		font-size: 1.9rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__text--comingSoon {
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.p-page-kr-top .p-mainvisual__image {
	position: relative;
	width: 100%;
	padding-top: 91.2%;
	margin: 20px auto 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__image {
		width: 900px;
		padding-top: 0;
	}
}

.p-page-kr-top .p-mainvisual__balloon {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.p-page-kr-top .p-mainvisual__balloon::after, .p-page-kr-top .p-mainvisual__balloon::before {
	position: absolute;
	bottom: -20%;
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	display: block;
	content: '';
	width: 3.2vw;
	height: 3.2vw;
	background: #FCFF70;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__balloon::after, .p-page-kr-top .p-mainvisual__balloon::before {
		width: 14px;
		height: 14px;
	}
}

.p-page-kr-top .p-mainvisual__balloon::before {
	-webkit-box-shadow: 0 0 0 2px #EB6EA5;
	box-shadow: 0 0 0 2px #EB6EA5;
}

.p-page-kr-top .p-mainvisual__balloon > span {
	position: relative;
	display: inline-block;
	padding: 1.33333vw 3.73333vw;
	background: #FCFF70;
	border: 2px solid #EB6EA5;
	border-radius: 2.13333vw;
	color: #EB6EA5;
	font-size: 4.26667vw;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__balloon > span {
		padding: 4px 30px 6px;
		border-radius: 8px;
		font-size: 2.4rem;
	}
}

.p-page-kr-top .p-mainvisual__icon {
	position: absolute;
	width: 24%;
	bottom: 4%;
	left: 30.13333%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__icon {
		width: 132px;
		bottom: 21px;
		right: 139px;
		left: auto;
	}
}

.p-page-kr-top .p-mainvisual__icon__bg {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.p-page-kr-top .p-mainvisual__icon__text {
	display: block;
	-webkit-transform: rotate(-13deg);
	transform: rotate(-13deg);
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__icon__text {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}

.p-page-kr-top .p-mainvisual__card {
	position: absolute;
	left: 0;
	top: 15.73333vw;
	width: 100%;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__card {
		top: 78px;
	}
}

.p-page-kr-top .p-mainvisual__card > span {
	display: inline-block;
	width: 58.66667%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__card > span {
		width: 330px;
	}
}

.p-page-kr-top .p-mainvisual__character__sp > span {
	position: absolute;
	right: 4.26667%;
	bottom: 0;
	display: block;
	width: 39.2%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__character {
		height: 317px;
	}
	.p-page-kr-top .p-mainvisual__character01 {
		position: absolute;
		left: 103px;
		bottom: 0;
		display: block;
		width: 148px;
	}
	.p-page-kr-top .p-mainvisual__character02 {
		position: absolute;
		right: -11px;
		bottom: 5px;
		display: block;
		width: 134px;
	}
	.p-page-kr-top .p-mainvisual__character03 {
		position: absolute;
		right: 76px;
		top: 58px;
		display: block;
		width: 193px;
	}
}

.p-page-kr-top .p-mainvisual__caption {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__caption {
		margin-top: 3px;
		padding-right: 100px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.p-page-kr-top .p-mainvisual__caption b {
	display: block;
	margin-bottom: 8px;
	font-size: 2.5rem;
	line-height: 1.48;
	font-weight: 400;
}

.p-page-kr-top .p-mainvisual__button {
	margin-top: 10px;
	padding: 0 20px;
}

.p-page-kr-top .p-mainvisual__button a {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-mainvisual__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}
}

.p-page-kr-top .c-section:has(.p-banner) {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-banner {
		width: 770px;
		margin: 0 auto;
	}
}

.p-page-kr-top .p-banner a {
	display: block;
	color: inherit;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-banner a {
		-webkit-transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-banner a:hover {
		opacity: 0.85;
	}
}

.p-page-kr-top .p-lead {
	margin-bottom: 80px;
	padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead {
		max-width: 920px;
		margin-right: auto;
		margin-left: auto;
	}
}

.p-page-kr-top .p-lead__title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 23px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__title {
		margin-bottom: 30px;
	}
}

.p-page-kr-top .p-lead__title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 5px;
	border-radius: 3px;
	background-color: #eb6ea5;
}

.p-page-kr-top .p-lead__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
	}
}

.p-page-kr-top .p-lead__item {
	width: 41.79104%;
	margin: 15px 4.10448%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__item {
		width: 18.18182%;
		margin: 0;
	}
}

.p-page-kr-top .p-lead__item a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__item a:hover .p-lead__texts {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__item a:hover .p-lead__image {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.p-page-kr-top .p-lead__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-page-kr-top .p-lead__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__texts {
		font-size: 1.7rem;
		line-height: 1.4;
		-webkit-transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.p-page-kr-top .p-lead__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__image {
		height: 100%;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-kr-top .p-lead__image:first-child {
	margin-bottom: 0;
}

.p-page-kr-top .p-lead__search {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-lead__search {
		margin-top: 60px;
		padding: 0 55px;
	}
}

.p-page-kr-top .p-discon-info {
	background: #ffe1dc;
	margin: 40px 0 50px;
}

.p-page-kr-top .p-discon-info__inner {
	text-align: center;
}

.p-page-kr-top .p-discon-info__title {
	padding: 10px 40px;
	background: #f03f24;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.p-page-kr-top .p-discon-info__title {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.p-page-kr-top .p-discon-info__body {
	padding: 20px 40px 30px;
	color: #f03f24;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.p-page-kr-top .p-discon-info__body {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.p-page-kr-top .p-forBeginners {
	padding: 0 20px;
}

.p-page-kr-top .p-forBeginners .c-media__item:has(a[href^="https://pasmopassport.jp"]) {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-forBeginners {
		max-width: 1064px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.p-page-kr-top .p-forBeginners__button {
	padding: 0 37px;
}

.p-page-kr-top .p-forBeginners__button a {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-top .p-forBeginners__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
}

/* お知らせ */
@media print, screen and (min-width: 768px) {
	.p-top-news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.p-top-news__category {
	margin-bottom: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-top-news__category {
		width: 22.22222%;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}
}

.p-top-news__toList {
	margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
	.p-top-news__toList {
		margin-top: 3px;
	}
}

.p-top-news__toList a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-top-news__toList a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-top-news__toList a:hover {
		color: #eb6ea5;
	}
}

@media print, screen and (min-width: 768px) {
	.p-top-news__toList .c-link {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.p-top-news__detail {
		width: 77.77778%;
	}
}

.p-top-news + .p-top-news {
	margin-top: 35px;
	border-top: 1px solid #e7e8e7;
	padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
	.p-top-news + .p-top-news {
		margin-top: 45px;
		padding-top: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-top-news .c-news__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -70px;
		margin-top: -40px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-top-news .c-news__items .c-news__item {
		width: calc((100% - (70px * 2)) / 2);
		margin-top: 40px;
		margin-left: 70px;
	}
}

/*-----------------------------------------------------------------
 特徴
-----------------------------------------------------------------*/
.p-page-about-feature .c-section--card {
	padding-bottom: 5px;
}

.p-page-about-feature .c-section__inner {
	margin-bottom: 80px;
}

.p-page-about-feature .c-column__inner {
	padding-right: 0;
	padding-left: 0;
}

.p-page-about-feature .p-aboutFeature-main {
	position: relative;
	border: 6px solid #e7e8e7;
	border-radius: 10px;
	padding: 128px 24px 34px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-feature .p-aboutFeature-main {
		margin-top: 20px;
		border-width: 8px;
		border-radius: 16px;
		padding-top: 92px;
		padding-bottom: 46px;
	}
}

.p-page-about-feature .p-aboutFeature-main__texts {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-feature .p-aboutFeature-main__texts {
		font-size: 1.7rem;
		line-height: 1.8;
		text-align: center;
	}
}

.p-page-about-feature .p-aboutFeature-main__texts p + p {
	margin-top: 2.7rem;
}

.p-page-about-feature .p-aboutFeature-main__image {
	position: absolute;
	top: -174px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 282px;
	margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
	.p-page-about-feature .p-aboutFeature-main__image {
		top: -270px;
		margin-left: -30px;
		width: 100.61856%;
	}
}

/*-----------------------------------------------------------------
 What is PASMO PASSPORT
-----------------------------------------------------------------*/
.p-page-kr-about .l-header {
	margin-bottom: 0;
}

.p-page-kr-about .c-mainHeading__title::after {
	background-color: #f5b6d2;
}

.p-page-kr-about .c-mainHeading__image img {
	-o-object-position: top;
	object-position: top;
}

.p-page-kr-about .c-mainHeading + .c-section--card {
	margin-top: -50px;
}

.p-page-kr-about .p-aboutLead__title {
	font-size: 1.9rem;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-aboutLead__title {
		font-size: 3rem;
		line-height: 1.6;
	}
}

.p-page-kr-about .p-aboutLead__supplement {
	border: 6px solid #e7e8e7;
	border-radius: 8px;
	padding: 24px 24px 34px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark dt {
		width: 59.31034%;
	}
}

.p-page-kr-about .p-icMark dd {
	margin-top: 30px;
	border-top: 2px solid #e7e8e7;
	padding-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark dd {
		width: 35.17241%;
		margin-top: 0;
		margin-left: 47px;
		border-top: none;
		border-left: 2px solid #e7e8e7;
		padding-top: 0;
		padding-left: 50px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark__image {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.p-page-kr-about .p-icMark__image img {
	display: block;
	width: 170px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark__image img {
		margin-right: 26px;
		margin-left: 23px;
	}
}

.p-page-kr-about .p-icMark__caption {
	margin-top: 20px;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark__caption {
		width: 56.83837%;
	}
}

.p-page-kr-about .p-icMark__text {
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .p-icMark__text {
		text-align: left;
	}
}

.p-page-kr-about .p-icMark__text em {
	color: #eb6ea5;
	font-style: normal;
}

.p-page-kr-about .c-media--thumb .c-media__items {
	margin-top: 0;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .c-media--thumb .c-media__items {
		margin-left: 0;
	}
}

.p-page-kr-about .c-media--thumb .c-media__item {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-about .c-media--thumb .c-media__item {
		width: 50%;
		margin-left: 0;
	}
}

.p-page-kr-about .c-media--thumb .c-media__image {
	border-radius: 0;
}

.p-page-kr-about .c-media--thumb .c-media__image::before {
	border-radius: 0;
}

/*-----------------------------------------------------------------
 What is PASMO PASSPORT
-----------------------------------------------------------------*/
.p-page-kr-buy .l-header {
	margin-bottom: 0;
}

.p-page-kr-buy .c-mainHeading + .c-section--card {
	margin-top: -50px;
}

.p-page-kr-buy .c-mainHeading + .c-section--card .c-section__inner {
	padding: 0;
}

.p-page-kr-buy .p-buyLead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.p-page-kr-buy .p-buyLead::before, .p-page-kr-buy .p-buyLead::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.p-page-kr-buy .p-buyLead::before {
	width: 45.33333%;
	border-radius: 10px 0 0 0;
	padding-top: 102.66667%;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead::before {
		width: 25.64103%;
		height: 100%;
		border-radius: 10px 0 0 10px;
		padding-top: 0;
	}
}

.p-page-kr-buy .p-buyLead::after {
	width: 61.33333%;
	padding-top: 72.53333%;
	background-image: url(/visitors/assets/webp/buy/bg-buyIndex-pasmoPassport.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead::after {
		width: 28.20513%;
		padding-top: 33.33333%;
	}
}

.p-page-kr-buy .p-buyLead__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 20px 20px 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__texts {
		padding: 80px 100px 80px 0;
	}
}

.p-page-kr-buy .p-buyLead__title {
	margin-bottom: 20px;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__title {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

.p-page-kr-buy .p-buyLead__text {
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-page-kr-buy .p-buyLead__detail {
	margin-top: 30px;
	border-top: 1px solid #e7e8e7;
	padding-top: 20px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__detail {
		margin-top: 40px;
		padding-top: 30px;
	}
}

.p-page-kr-buy .p-buyLead__detailTitle {
	margin-bottom: 5px;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__detailTitle {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

.p-page-kr-buy .p-buyLead__detailTitle strong {
	color: inherit;
}

.p-page-kr-buy .p-buyLead__detailTitle ~ .p-buyLead__detailTitle {
	margin-top: 20px;
}

.p-page-kr-buy .p-buyLead__detailTitle__discount {
	color: #f03f24;
	font-size: 2.8rem;
	font-weight: 700;
}

.p-page-kr-buy .p-buyLead__detailTitle__balloon {
	position: relative;
	margin: 0 auto 10px;
	width: 100%;
	text-align: center;
}

.p-page-kr-buy .p-buyLead__detailTitle__balloon::after, .p-page-kr-buy .p-buyLead__detailTitle__balloon::before {
	position: absolute;
	bottom: -20%;
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	display: block;
	content: '';
	width: 3.2vw;
	height: 3.2vw;
	background: #FCFF70;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__detailTitle__balloon::after, .p-page-kr-buy .p-buyLead__detailTitle__balloon::before {
		width: 14px;
		height: 14px;
		bottom: -10px;
	}
}

.p-page-kr-buy .p-buyLead__detailTitle__balloon::before {
	-webkit-box-shadow: 0 0 0 2px #EB6EA5;
	box-shadow: 0 0 0 2px #EB6EA5;
}

.p-page-kr-buy .p-buyLead__detailTitle__balloon > span {
	position: relative;
	display: inline-block;
	padding: 1.33333vw 3.73333vw;
	background: #FCFF70;
	border: 2px solid #EB6EA5;
	border-radius: 2.13333vw;
	color: #EB6EA5;
	font-size: 4.26667vw;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__detailTitle__balloon > span {
		padding: 4px 30px 6px;
		border-radius: 8px;
		font-size: 2.4rem;
	}
}

.p-page-kr-buy .p-buyLead__detailText s {
	color: #f03f24;
	-webkit-text-decoration: line-through 2px solid;
	text-decoration: line-through 2px solid;
}

.p-page-kr-buy .p-buyLead__detailText s span {
	color: #333;
}

.p-page-kr-buy .p-buyLead__button {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}
}

.p-page-kr-buy .p-buyLead__button a {
	color: inherit;
	text-decoration: none;
}

.p-page-kr-buy .p-buyLead__image {
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-top: 87px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__image {
		width: 51.19658%;
		min-width: 51.19658%;
		padding: 115px 48px 42px 87px;
	}
}

.p-page-kr-buy .p-buyLead__icon {
	position: absolute;
	left: 4.8%;
	bottom: 12.8%;
	z-index: 1;
	width: 24%;
	padding-top: 24%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyLead__icon {
		top: 0;
		left: 14.69115%;
		bottom: auto;
		width: 22.03673%;
		margin-top: 65.10851%;
		padding-top: 22.03673%;
	}
}

.p-page-kr-buy .p-buyLead__icon > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.p-page-kr-buy .p-buyLead__icon__bg {
	z-index: -1;
}

.p-page-kr-buy .p-buyLead__icon__text {
	-webkit-transform: rotate(-13deg);
	transform: rotate(-13deg);
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-howToBuy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.p-page-kr-buy .p-howToBuy__item + .p-howToBuy__item {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-howToBuy__item + .p-howToBuy__item {
		margin-top: 0;
		margin-left: 30px;
	}
}

.p-page-kr-buy .p-howToBuy__image {
	border-radius: 10px;
	overflow: hidden;
}

.p-page-kr-buy .p-howToBuy__content {
	position: relative;
	margin: -40px 10px 0;
	padding: 20px 15px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-howToBuy__content {
		margin: -57px 40px 0;
		padding: 30px;
	}
}

.p-page-kr-buy .p-howToBuy__title {
	margin-bottom: 20px;
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-howToBuy__title {
		margin-bottom: 30px;
		font-size: 2.3rem;
		line-height: 1.4;
	}
}

.p-page-kr-buy .p-howToBuy__title:last-child {
	margin-bottom: 0;
}

.p-page-kr-buy .p-howToBuy__title em {
	color: #eb6ea5;
	font-style: normal;
}

.p-page-kr-buy .p-howToBuy__button a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-page-kr-buy .c-accordion__content {
		height: 440px;
		-webkit-transition: all 1.5s ease-in-out;
		transition: all 1.5s ease-in-out;
	}
}

.p-page-kr-buy .c-accordion__content + .c-accordion__button {
	font-size: 1.7rem;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .c-accordion__content + .c-accordion__button {
		border-bottom: 1px solid #e7e8e7;
		font-size: 1.9rem;
		line-height: 1;
	}
}

@media screen and (max-width: 767px) {
	.p-page-kr-buy .is-active .c-accordion__content {
		height: 100%;
		-webkit-transition: all 1.5s ease-in-out;
		transition: all 1.5s ease-in-out;
	}
}

.p-page-kr-buy .c-buttonGroup--inPage {
	width: 100%;
}

.p-page-kr-buy .c-column__items .c-rule {
	width: 100%;
	height: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .c-heading--tertiary[id*="locations"] {
		margin-top: 40px;
	}
}

.p-page-kr-buy .p-buyPlace {
	width: 100%;
	padding-bottom: 45px;
	border-bottom: 1px solid #e7e8e7;
}

.p-page-kr-buy .p-buyPlace__item + .p-buyPlace__item {
	margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__head {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.p-page-kr-buy .p-buyPlace__place {
	margin-bottom: 10px;
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__place {
		margin-bottom: 0;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.p-page-kr-buy .p-buyPlace__body + .p-buyPlace__body {
	margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__body + .p-buyPlace__body {
		margin-top: 20px;
	}
}

.p-page-kr-buy .p-buyPlace .p-buyPlace__head + .p-buyPlace__body {
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace .p-buyPlace__head + .p-buyPlace__body {
		margin-top: 20px;
	}
}

.p-page-kr-buy .p-buyPlace .p-buyPlace__head + .p-buyPlace__body:nth-child(2):last-child {
	margin-top: 10px;
}

.p-page-kr-buy .p-buyPlace__name {
	border-left: 2px solid #e7e8e7;
	margin-left: 10px;
	padding-left: 1rem;
	font-size: 1.5rem;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__name {
		border: none;
		margin: 0;
		padding: 0;
		width: 51.54639%;
		font-size: 1.5rem;
		line-height: 1.81333;
	}
}

.p-page-kr-buy .p-buyPlace__hours {
	border-left: 2px solid #e7e8e7;
	margin-left: 10px;
	padding-left: 1rem;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__hours {
		border: none;
		margin: 0;
		padding: 0 2rem;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.p-page-kr-buy .p-buyPlace__map {
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__map {
		min-width: 180px;
		margin-right: 3px;
		margin-left: auto;
	}
}

.p-page-kr-buy .p-buyPlace__map .c-buttonGroup__item {
	width: 150px;
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-buy .p-buyPlace__map .c-buttonGroup__item {
		width: 100%;
	}
}

.p-page-kr-buy .p-buyPlace__map .c-buttonGroup__item .c-button {
	padding: 14px 20px 12px 0;
}

.p-page-kr-buy .p-buyLead__button:has(a[href^="https://pasmopassport.jp"]) {
	display: none;
}

/*-----------------------------------------------------------------
 PASMO PASSPORTを使う
-----------------------------------------------------------------*/
.p-page-kr-use .l-header {
	margin-bottom: 0;
}

.p-page-kr-use .c-mainHeading + .c-section--card {
	margin-top: -50px;
}

.p-page-kr-use .c-media__button:has(a[href^="https://pasmopassport.jp"]) {
	display: none;
}

/*-----------------------------------------------------------------
 電車でのご利用方法
 バスでのご利用方法
 電子マネーのご利用方法
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-use-train .l-header,
	.p-page-kr-use-bus .l-header,
	.p-page-kr-use-shopping .l-header {
		border-bottom: 1px solid #e7e8e7;
	}
}

.p-page-kr-use-train .c-section--relatedLink,
.p-page-kr-use-bus .c-section--relatedLink,
.p-page-kr-use-shopping .c-section--relatedLink {
	border-top: 1px solid #e7e8e7;
	padding-top: 40px;
}

/*-----------------------------------------------------------------
 Charging PASMO PASSPORT
-----------------------------------------------------------------*/
.p-page-kr-charge .l-header {
	margin-bottom: 0;
}

.p-page-kr-charge .c-mainHeading + .c-section--card {
	margin-top: -50px;
}

/*-----------------------------------------------------------------
 通常のPASMOのご説明
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .l-header {
		border-bottom: 1px solid #e7e8e7;
	}
}

.p-page-kr-normalpasmo .p-normalpasmoLead {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-normalpasmoLead {
		margin-bottom: 120px;
	}
}

.p-page-kr-normalpasmo .p-normalpasmoLead__card {
	padding: 0 35px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-normalpasmoLead__card {
		max-width: 981px;
		margin: 0 auto;
	}
}

.p-page-kr-normalpasmo .p-introduce {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	border: 3px solid #eb6ea5;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-width: 4px;
		max-width: 1170px;
		margin: 0 auto 120px;
	}
}

.p-page-kr-normalpasmo .p-introduce::before, .p-page-kr-normalpasmo .p-introduce::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

.p-page-kr-normalpasmo .p-introduce::before {
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	border-radius: 10px 10px 0 0;
	padding-top: 48%;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce::before {
		top: -4px;
		left: -4px;
		width: 33.33333%;
		height: calc(100% + 8px);
		border-radius: 10px 0 0 10px;
		padding-top: 0;
	}
}

.p-page-kr-normalpasmo .p-introduce::after {
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	padding-top: 48%;
	background-image: url(/visitors/assets/webp/buy/bg-buyIndex-pasmoPassport.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce::after {
		top: -4px;
		left: -4px;
		width: 28.20513%;
		padding-top: 33.33333%;
	}
}

.p-page-kr-normalpasmo .p-introduce__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 20px 20px 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce__texts {
		padding: 100px 100px 100px 0;
	}
}

.p-page-kr-normalpasmo .p-introduce__title {
	margin-bottom: 4px;
	font-size: 2.6rem;
	line-height: 1.16923;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce__title {
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 8px;
		text-align: left;
	}
}

.p-page-kr-normalpasmo .p-introduce__lead {
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce__lead {
		margin-bottom: 20px;
		font-size: 1.9rem;
		line-height: 1.6;
		font-weight: 700;
		text-align: left;
	}
}

.p-page-kr-normalpasmo .p-introduce__text {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-page-kr-normalpasmo .p-introduce__button {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce__button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}
}

.p-page-kr-normalpasmo .p-introduce__button a {
	color: inherit;
	text-decoration: none;
}

.p-page-kr-normalpasmo .p-introduce__image {
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 62.33062%;
	margin: 0 auto;
	padding-top: 16.53117%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce__image {
		width: 51.29088%;
		min-width: 51.29088%;
		padding: 0 8.0895% 0 9.81067%;
		margin: 0;
	}
}

.p-page-kr-normalpasmo .p-introduce__icon {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	position: absolute;
	top: -4.06504%;
	right: 4.06504%;
	z-index: -1;
	width: 24.39024%;
	padding-top: 24.39024%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-normalpasmo .p-introduce__icon {
		top: 32px;
		right: 2.74914%;
		width: 11.34021%;
		padding-top: 11.34021%;
	}
}

.p-page-kr-normalpasmo .p-introduce__icon > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.p-page-kr-normalpasmo .p-introduce__icon__bg {
	z-index: -1;
}

.p-page-kr-normalpasmo .u-banner .c-section__inner {
	margin-top: -40px;
}

@media screen and (max-width: 767px) {
	.p-page-kr-normalpasmo .u-banner .c-section__inner {
		padding: 0px;
		margin-top: 30px;
	}
}

/*-----------------------------------------------------------------
 利用可能エリア
-----------------------------------------------------------------*/
.p-page-kr-area .p-icMark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-icMark {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.p-page-kr-area .p-icMark__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-icMark__texts {
		width: 60.24096%;
	}
}

.p-page-kr-area .p-icMark__title {
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-icMark__title {
		font-size: 2.1rem;
		line-height: 1.6;
	}
}

.p-page-kr-area .p-icMark__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-icMark__image {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea {
		position: relative;
	}
}

.p-page-kr-area .p-availableArea__character {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__character {
		position: absolute;
		top: 0;
		left: 36px;
		width: 41.23711%;
		padding-top: 36.08247%;
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__character img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.p-page-kr-area .p-availableArea__lists {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	-ms-grid-rows: auto auto auto auto auto;
	grid-template-rows: auto auto auto auto auto;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__lists {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}
}

.p-page-kr-area .p-availableArea__list {
	border: 2px solid #e7e8e7;
	border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list {
		border: none;
		border-radius: 0;
	}
}

.p-page-kr-area .p-availableArea__list:not(:first-of-type) {
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:not(:first-of-type) {
		margin-top: 0;
	}
}

.p-page-kr-area .p-availableArea__list:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:nth-of-type(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		margin-right: 15px;
		margin-bottom: 20px;
	}
}

.p-page-kr-area .p-availableArea__list:nth-of-type(2) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:nth-of-type(2) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		margin-right: 15px;
	}
}

.p-page-kr-area .p-availableArea__list:nth-of-type(3) {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:nth-of-type(3) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		margin-right: 15px;
		margin-left: 15px;
	}
}

.p-page-kr-area .p-availableArea__list:nth-of-type(4) {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4 / 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:nth-of-type(4) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / 3;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3 / 4;
		margin-left: 15px;
	}
}

.p-page-kr-area .p-availableArea__list:nth-of-type(5) {
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 4;
	grid-row: 4;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:nth-of-type(5) {
		grid-column: 3 / 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		grid-row: 3 / 5;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		margin-right: 15px;
		margin-left: 15px;
	}
}

.p-page-kr-area .p-availableArea__list:nth-of-type(6) {
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 5;
	grid-row: 5;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list:nth-of-type(6) {
		grid-column: 5 / 7;
		-ms-grid-column: 5;
		-ms-grid-column-span: 2;
		grid-row: 3 / 5;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		margin-left: 15px;
	}
}

.p-page-kr-area .p-availableArea__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -15px;
	padding: 18px 0 13px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__items {
		margin-top: 0;
		margin-left: 0;
		border: 2px solid #e7e8e7;
		border-radius: 10px;
		padding: 18px;
	}
}

.p-page-kr-area .p-availableArea__item {
	width: 45.66474%;
	margin-top: 20px;
	margin-left: 4.33526%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__item {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
}

.p-page-kr-area .p-availableArea__item:not(:first-of-type) {
	margin-top: 20px;
}

.p-page-kr-area .p-availableArea__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	text-decoration: none;
}

.p-page-kr-area .p-availableArea__item a[target="_blank"] .c-link::before {
	font-weight: normal;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__item a:hover .p-availableArea__link {
		color: #eb6ea5;
	}
}

.p-page-kr-area .p-availableArea__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.p-page-kr-area .p-availableArea__texts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__texts {
		padding: 0;
	}
}

.p-page-kr-area .p-availableArea__icon {
	width: 54.94505%;
	margin-bottom: 10px;
	margin-left: 22px;
}

.p-page-kr-area .p-availableArea__link {
	text-align: center;
	word-break: break-all;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__link {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		text-align: left;
	}
}

.p-page-kr-area .p-availableArea__link .c-icn {
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 400;
}

.p-page-kr-area .p-availableArea__link span {
	display: block;
}

.p-page-kr-area .p-availableArea__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	padding: 0 30px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__image {
		width: 38.02281%;
		min-width: 38.02281%;
		margin-right: 12px;
		margin-bottom: 0;
		padding: 0;
	}
}

.p-page-kr-area .p-availableArea__list--pasmo {
	border-color: #eb6ea5;
	background-color: #ffeef6;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--pasmo {
		background-color: transparent;
	}
}

.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__items {
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__items {
		border-color: #eb6ea5;
		padding: 6.03448% 2.15517% 6.03448% 8.18966%;
		background-color: #ffeef6;
	}
}

.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__item {
	width: 100%;
	margin-left: 0;
}

.p-page-kr-area .p-availableArea__list--pasmo [href*=".pdf"] .c-link::before {
	display: none;
}

.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__texts {
	width: 54.98489%;
	min-width: 54.98489%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__icon {
		width: 130px;
		margin-left: 13px;
	}
}

.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__link {
	text-align: left;
	word-break: normal;
}

.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__image {
	padding-right: 23px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--pasmo .p-availableArea__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 35.89744%;
		min-width: 35.89744%;
		margin-right: 24px;
		padding-right: 0;
	}
}

.p-page-kr-area .p-availableArea__list--suica {
	margin-right: 7.5px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--suica {
		margin-right: 0;
	}
}

.p-page-kr-area .p-availableArea__list--suica .p-availableArea__items {
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--suica .p-availableArea__items {
		padding: 6.03448% 2.15517% 6.03448% 8.18966%;
	}
}

.p-page-kr-area .p-availableArea__list--suica .p-availableArea__item {
	width: 100%;
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--suica .p-availableArea__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 35.89744%;
		min-width: 35.89744%;
		margin-right: 24px;
	}
}

.p-page-kr-area .p-availableArea__list--hokkaido .p-availableArea__items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--hokkaido .p-availableArea__items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		margin-left: 0;
	}
}

.p-page-kr-area .p-availableArea__list--hokkaido .p-availableArea__item {
	width: 45.66474%;
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-area .p-availableArea__list--hokkaido .p-availableArea__item {
		width: 100%;
	}
}

/*-----------------------------------------------------------------
 各種手続き
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-procedure .l-header {
		border-bottom: 1px solid #e7e8e7;
	}
}

/*-----------------------------------------------------------------
 お困りの方へ
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-faq .l-header {
		border-bottom: 1px solid #e7e8e7;
	}
}

.p-page-kr-faq .c-media__item:has(a[href^="https://pasmopassport.jp"]) {
	display: none;
}

/*-----------------------------------------------------------------
 お知らせ 詳細
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-news-detail .p-article {
		max-width: 1264px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 47px;
		padding-left: 47px;
	}
}

.p-page-kr-news-detail .p-article__inner {
	padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-news-detail .p-article__inner {
		padding-right: 8.54701%;
		padding-left: 8.54701%;
	}
}

.p-page-kr-news-detail .p-article__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 16px;
	-webkit-box-shadow: inset 0 -1px 0 0 #e7e8e7;
	box-shadow: inset 0 -1px 0 0 #e7e8e7;
	font-size: 1.3rem;
	line-height: 1.46154;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-news-detail .p-article__header {
		margin-bottom: 50px;
		padding-bottom: 15px;
		font-size: 1.5rem;
		line-height: 1.46667;
	}
}

.p-page-kr-news-detail .p-article__headerTitle {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-news-detail .p-article__headerTitle {
		font-size: 3.4rem;
		line-height: 1.6;
	}
}

.p-page-kr-news-detail .p-article__headerCategory {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 14px;
	border-radius: 20px;
	padding: 0 16px 1px;
	background-color: #eb6ea5;
	color: #fff;
	font-weight: 700;
}

.p-page-kr-news-detail .p-article__headerDate {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	margin-top: 14px;
	text-align: right;
}

.p-page-kr-news-detail .p-article__footer {
	margin-top: 40px;
	padding-top: 10px;
	-webkit-box-shadow: inset 0 1px 0 0 #e7e8e7;
	box-shadow: inset 0 1px 0 0 #e7e8e7;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-news-detail .p-article__footer {
		margin-top: 60px;
		padding-top: 40px;
	}
}

/*-----------------------------------------------------------------
 会社情報
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 サイト内検索結果
-----------------------------------------------------------------*/
.p-page-kr-search:lang(kr) .l-main {
	background-color: transparent !important;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_container {
	padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_container {
		max-width: 1264px;
		margin: 0 auto 80px;
		padding-right: 47px;
		padding-left: 47px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .p-searchBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 970px;
		margin: 0 auto;
	}
}

.p-page-kr-search:lang(kr) .l-main .p-searchBox__title {
	margin-bottom: 14px;
	font-size: 1.5rem;
	line-height: 1.46667;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .p-searchBox__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.61856%;
		margin-bottom: 0;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_suggest_items {
	background-color: #fff;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_suggest_item {
	background-color: #f2f2f2;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_suggest_item > a {
	color: #000;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_suggest_item_hover, .p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_suggest_item_cur {
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox {
		width: 100%;
		margin-bottom: 0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox.mf_finder_searchBox_useSelects .mf_finder_searchBox_selects {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_items {
	position: relative;
	z-index: 1;
	padding: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_items::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 0 0 1px #d3d4d3;
	box-shadow: inset 0 0 0 1px #d3d4d3;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_query_wrap input {
	min-height: 50px;
	padding: 0 10px 0 20px;
	border: none;
	font-size: 1.6rem;
	line-height: 1.375;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_query_wrap input {
		padding-left: 30px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit {
	position: relative;
	z-index: 1;
	height: 50px;
	border-radius: 25px;
	padding: 14px 30px;
	background-color: transparent;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit::before {
		margin-left: 0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit::after {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit span {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_searchBox_submit:hover::after {
		-webkit-transform: translate(-50%, -50%) scale(1.075, 1.12);
		transform: translate(-50%, -50%) scale(1.075, 1.12);
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords {
	padding-left: 0;
	padding-bottom: 0;
	background-color: transparent;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 970px;
		margin: 30px auto 0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords .mf_finder_relatedkeywords_head {
	margin-bottom: 14px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords .mf_finder_relatedkeywords_head {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.61856%;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords .mf_finder_relatedkeywords_head::before {
	content: "관련 검색어";
	font-size: 1.5rem;
	line-height: 1.46667;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_items {
	margin-left: 0;
	margin-right: -20px;
	margin-bottom: -14px;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_item {
	margin-right: 20px;
	margin-bottom: 14px;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_item .mf_finder_relatedkeywords_item_link {
	padding: 0;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.46667;
	text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_item .mf_finder_relatedkeywords_item_link {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_item .mf_finder_relatedkeywords_item_link:hover {
	background-color: transparent;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_item .mf_finder_relatedkeywords_item_link:hover {
		color: #f199c0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_relatedkeywords_item span::before {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .str-results-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 40px;
	border-top: 1px solid #e7e8e7;
	padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .str-results-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 60px;
		padding-top: 60px;
	}
}

.p-page-kr-search:lang(kr) .l-main .results_container {
	width: 100%;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_msk_wrapper {
	margin-bottom: 10px;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_msk {
	margin: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_msk_item::before, .p-page-kr-search:lang(kr) .l-main .mf_finder_msk_item::after {
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_msk_item .router-link-active {
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_nums {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::before, .p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::after {
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::before {
	content: "";
	margin-right: 0.25rem;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::after {
	margin-left: 0.25rem;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_to {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::before {
	margin-right: 0.25rem;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::after {
	content: " 건까지 표시";
	margin-left: 0.25rem;
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	float: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total span {
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total::before, .p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total::after {
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total::before {
	content: "";
	margin-left: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_organic_total::after {
	content: "건 중";
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_query {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: 0;
	color: #eb6ea5;
	font-size: 1.9rem;
	line-height: 1.47368;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_query::before, .p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_query::after {
	color: #888;
	font-size: 1.5rem;
	line-height: 1.86667;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_query::before {
	content: '';
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_header_wrapper .mf_finder_query::after {
	content: ' \' 검색 결과';
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_docs {
	margin-top: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc {
	margin-top: 30px;
	border-top: none;
	border-bottom: 1px solid #e7e8e7;
	padding: 0 0 30px;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc:first-child {
	margin-top: 0;
	border-top: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
		border: 1px solid #e7e8e7;
		border-radius: 10px;
		overflow: hidden;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img img {
		width: 100%;
		max-width: 100%;
		max-height: none;
		border: none;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_zoom {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_contents_wrapper {
	margin-left: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
	margin-bottom: 14px;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper:hover {
		color: #f199c0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_title {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_mark {
	background-color: #fbf37e;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_body {
	height: auto;
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 20px;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper:hover {
		color: #f199c0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
	color: inherit;
	font-size: 1.3rem;
	line-height: 1.46154;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url::before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	border-radius: 10px;
	padding: 2px 14px 1px 14px;
	background-color: #e7e8e7;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.54545;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url:hover {
	text-decoration: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_doc .mf_finder_organic_doc_url span {
	padding-top: 1px;
	text-decoration: underline;
	word-break: break-all;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_pager_wrapper {
	margin: 30px -20px 0;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_pager_wrapper {
		margin: 40px 0 0;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_organic_pager {
	margin-bottom: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	max-width: 420px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: none;
		margin: 0 -4px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li {
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li {
		margin: 0 4px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 5px 3px 5px;
	background-color: transparent;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li a {
		width: 50px;
		height: 50px;
		padding: 12px 5px 13px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 2px solid #e7e8e7;
	border-radius: 50%;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li a::after {
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
		transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li a:hover::after {
		-webkit-transform: translate(-50%, -50%) scale(1.12, 1.12);
		transform: translate(-50%, -50%) scale(1.12, 1.12);
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items li span {
	display: block;
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "Noto Sans KR";
	font-weight: 700;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_current {
	padding: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_current span {
	display: block;
	width: 35px;
	min-width: 35px;
	height: 35px;
	border: 1px solid #ffd1e5;
	border-radius: 50%;
	padding: 4px 3px 5px;
	background-color: #ffd1e5;
	color: #eb6ea5;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_current span {
		width: 50px;
		min-width: 50px;
		height: 50px;
		padding: 11px 5px 13px;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_first span {
	display: block;
	width: auto;
	padding: 5px 0;
	font-size: 0;
	line-height: 1;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_first span::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_prev span,
.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_next span {
	display: block;
	width: auto;
	padding: 5px 0;
	font-size: 0;
	line-height: 1;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_prev span::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_pager_items .mf_finder_pager_item_next span::before {
	font-family: "iconfont";
	content: "";
	vertical-align: text-top;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_logo {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .refine-search-container {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown {
	border-radius: 10px;
	padding: 30px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_head {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_items {
	margin: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item {
	padding: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item + .mf_finder_drilldown_item {
	margin-top: 10px;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item.mf_finder_drilldown_item_selected .mf_finder_drilldown_item_link {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fbe2ed;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_bullet {
	display: none;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link {
	display: block;
	width: auto;
	min-height: 0;
	border-radius: 5px;
	padding: 6px 0;
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link {
		-webkit-transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link:hover {
		padding-right: 15px;
		padding-left: 15px;
		background-color: #fbe2ed;
	}
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_title {
	color: #333;
	font-size: 1.5rem;
	line-height: 1.53333;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
	margin-left: 12px;
	padding: 0;
	background-color: transparent;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.53333;
	font-weight: 500;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::before {
	content: "(";
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::after {
	content: ")";
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_reset {
	margin-top: 25px;
	padding-right: 0;
}

.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_reset a {
	border: none;
	padding: 0;
	color: #eb6ea5;
	font-size: 1.5rem;
	line-height: 1.53333;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_reset a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-search:lang(kr) .l-main .mf_finder_drilldown_reset a:hover {
		color: #f199c0;
	}
}

.p-page-kr-search:lang(kr) .l-main.mf_finder_noquery .mf_finder_query {
	display: none;
}

/*-----------------------------------------------------------------
 ご利用上の注意
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-attention .l-header {
		border-bottom: 1px solid #e7e8e7;
	}
}

/*-----------------------------------------------------------------
 お問い合わせ
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .l-header {
		border-bottom: 1px solid #e7e8e7;
	}
}

.p-page-kr-contact .p-buyPlace {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.p-page-kr-contact .p-buyPlace__item + .p-buyPlace__item {
	margin-top: 20px;
	border-top: 1px solid #e7e8e7;
	padding-top: 19px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__head {
		width: 25.7732%;
	}
}

.p-page-kr-contact .p-buyPlace__name {
	margin-bottom: 10px;
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__name {
		margin-bottom: 0;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__body {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.p-page-kr-contact .p-buyPlace__detail + .p-buyPlace__detail {
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__detail + .p-buyPlace__detail {
		margin-top: 16px;
	}
}

.p-page-kr-contact .p-buyPlace__hours {
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__hours {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 30.55556%;
		min-width: 30.55556%;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

.p-page-kr-contact .p-buyPlace__place {
	font-size: 1.6rem;
	line-height: 1.7;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-contact .p-buyPlace__place {
		margin-top: 0;
	}
}

.p-page-kr-condition .c-text--numberLists,
.p-page-kr-condition-emoney .c-text--numberLists {
	counter-reset: number 1;
}

.p-page-kr-condition .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary,
.p-page-kr-condition-emoney .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary {
	margin-bottom: 0;
}

.p-page-kr-condition .c-text > .c-heading--quaternary,
.p-page-kr-condition-emoney .c-text > .c-heading--quaternary {
	margin-bottom: 0;
}

.p-page-kr-condition .c-text + br,
.p-page-kr-condition-emoney .c-text + br {
	display: none;
}

.p-page-kr-condition .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary + .c-text + br,
.p-page-kr-condition-emoney .c-text > .c-heading--quaternary.c-heading--fc-pink + .c-heading--quaternary + .c-text + br {
	display: none;
}

/*-----------------------------------------------------------------
 サイトのご利用条件
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 サイトマップ
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: -60px;
		margin-left: -4.87805%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__item {
		width: 28.45528%;
		margin-top: 60px;
		margin-left: 4.87805%;
	}
}

.p-page-kr-sitemap .p-sitemap__item:not(:first-of-type) {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__item:not(:first-of-type) {
		margin-top: 60px;
	}
}

.p-page-kr-sitemap .p-sitemap__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 23px;
	border-bottom: 1px solid #e7e8e7;
	padding-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: 700;
}

.p-page-kr-sitemap .p-sitemap__head a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__head a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__head a:hover {
		color: #eb6ea5;
	}
}

.p-page-kr-sitemap .p-sitemap__head .c-icn {
	margin-left: 10px;
	color: #eb6ea5;
	font-size: 2rem;
	line-height: 1.52;
}

@media screen and (max-width: 767px) {
	.p-page-kr-sitemap .p-sitemap__body:first-child {
		margin-top: 60px;
		border-top: 1px solid #e7e8e7;
		padding-top: 40px;
	}
}

.p-page-kr-sitemap .p-sitemap__lists {
	margin-top: 10px;
}

.p-page-kr-sitemap .p-sitemap__lists:first-child {
	margin-top: 0;
}

.p-page-kr-sitemap .p-sitemap__list {
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-page-kr-sitemap .p-sitemap__list + .p-sitemap__list {
	margin-top: 10px;
}

.p-page-kr-sitemap .p-sitemap__list a {
	color: #333;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__list a {
		-webkit-transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
		transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__list a:hover {
		color: #eb6ea5;
	}
}

.p-page-kr-sitemap .p-sitemap__list .p-sitemap__lists {
	padding-left: 2em;
}

.p-page-kr-sitemap .p-sitemap .c-link {
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-page-kr-sitemap .p-sitemap .c-link .c-icn {
	font-size: 2rem;
	line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__item--about {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__item--about .p-sitemap__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-sitemap .p-sitemap__item--about .p-sitemap__body > .p-sitemap__lists {
		width: 350px;
	}
}

/*-----------------------------------------------------------------
 エラーページ
-----------------------------------------------------------------*/
.p-page-kr-error .p-error {
	position: relative;
	padding-top: 6px;
}

.p-page-kr-error .p-error__image {
	width: 71px;
	margin: 0 auto 57px;
}

@media print, screen and (min-width: 768px) {
	.p-page-kr-error .p-error__image {
		margin-bottom: 27px;
	}
}

/* ==========================================================================
	Utility
========================================================================== */
.u-sp-none {
	display: none !important;
}

@media print, screen and (min-width: 768px) {
	.u-sp-none {
		display: block !important;
	}
}

@media print, screen and (min-width: 768px) {
	.u-pc-none {
		display: none !important;
	}
}

.u-margin--none {
	margin-bottom: 0 !important;
}

.u-margin--xxs {
	margin-bottom: 10px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--xxs {
		margin-bottom: 10px !important;
	}
}

.u-margin--xs {
	margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--xs {
		margin-bottom: 30px !important;
	}
}

.u-margin--sm {
	margin-bottom: 30px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--sm {
		margin-bottom: 40px !important;
	}
}

.u-margin--md {
	margin-bottom: 40px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--md {
		margin-bottom: 60px !important;
	}
}

.u-margin--lg {
	margin-bottom: 60px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--lg {
		margin-bottom: 80px !important;
	}
}

.u-margin--xl {
	margin-bottom: 80px !important;
}

@media print, screen and (min-width: 768px) {
	.u-margin--xl {
		margin-bottom: 100px !important;
	}
}

.u-icn--co-normal::before {
	color: #333 !important;
}

.u-icn--co-note::before {
	color: #888 !important;
}

.u-icn--co-caution::before {
	color: #f03f24 !important;
}

.u-icn--co-pink::before {
	color: #eb6ea5 !important;
}

.u-icn--co-pinkPale::before {
	color: #f199c0 !important;
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-al-left {
		text-align: left !important;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-al-center {
		text-align: center !important;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-al-right {
		text-align: right !important;
	}
}

.u-text--al-left {
	text-align: left !important;
}

.u-text--al-center {
	text-align: center !important;
}

.u-text--al-right {
	text-align: right !important;
}

.u-text--co-normal {
	color: #333 !important;
}

.u-text--co-note {
	color: #888 !important;
}

.u-text--co-caution {
	color: #f03f24 !important;
}

.u-text--co-pink {
	color: #eb6ea5 !important;
}

.u-text--co-pinkPale {
	color: #f199c0 !important;
}

.u-text--fs19 {
	font-size: 1.9rem;
}

.u-text--fs17 {
	font-size: 1.7rem;
}

.u-text--fs15 {
	font-size: 1.5rem;
}

.u-text--fs13 {
	font-size: 1.3rem;
}

.u-text--fs11 {
	font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs19 {
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs17 {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs15 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-fs13 {
		font-size: 1.3rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs19 {
		font-size: 1.9rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs17 {
		font-size: 1.7rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs15 {
		font-size: 1.5rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-fs13 {
		font-size: 1.3rem;
	}
}

.u-text--in1em {
	text-indent: -1em;
	padding-left: 1em;
}

.u-text--in2em {
	text-indent: -2em;
	padding-left: 2em;
}

.u-text--lh20 {
	line-height: 2.08rem;
}

.u-text--lh23 {
	line-height: 2.34rem;
}

.u-text--lh27 {
	line-height: 2.7rem;
}

.u-text--lh30 {
	line-height: 3.06rem;
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh20 {
		line-height: 2.08rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh22 {
		line-height: 2.2rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh25 {
		line-height: 2.5rem;
	}
	.u-text--sp-lh25 .c-icn {
		line-height: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.u-text--sp-lh27 {
		line-height: 2.7rem;
	}
	.u-text--sp-lh27 .c-icn {
		line-height: 2.7rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh19 {
		line-height: 1.9rem;
	}
	.u-text--pc-lh19 .c-icn {
		line-height: 1.9rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh25 {
		line-height: 2.5rem;
	}
	.u-text--pc-lh25 .c-icn {
		line-height: 2.5rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh27 {
		line-height: 2.7rem;
	}
	.u-text--pc-lh27 .c-icn {
		line-height: 2.7rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh28 {
		line-height: 2.8rem;
	}
	.u-text--pc-lh28 .c-icn {
		line-height: 2.8rem;
	}
}

@media print, screen and (min-width: 768px) {
	.u-text--pc-lh30 {
		line-height: 3.06rem;
	}
	.u-text--pc-lh30 .c-icn {
		line-height: 3.06rem;
	}
}

.u-text--we-bold {
	font-weight: 700;
}

.u-text--we-medium {
	font-weight: 500;
}

.u-text--we-normal {
	font-weight: 400;
}

.u-color--bg-white {
	background-color: #fff !important;
}

.u-color--bg-gray {
	background-color: #f0f1f0 !important;
}

@media print, screen and (min-width: 768px) {
	.u-image--pc-width813 {
		display: block;
		width: 813px;
		margin-right: auto;
		margin-left: auto;
	}
}

.u-image--variableWidth {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.u-image--widthAuto-left {
	display: block;
	width: auto;
}

.u-image--noBorder {
	border: none !important;
}

.u-image--noBorderRadius {
	border-radius: 0;
}

.u-wrap--border {
	border: 6px solid #e7e8e7;
	border-radius: 10px;
	padding: 34px;
}

@media screen and (max-width: 767px) {
	.u-wrap--border {
		padding: 24px;
	}
}

/* アイコンフォント
----------------------------------------------------------------- */
.js-animationIn[data-animation-type*="fade"] {
	opacity: 0;
}

.js-animationIn[data-animation-type*="fade"].is-show {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.js-animationIn[data-animation-type*="slideUp"] {
	opacity: 0;
	position: relative;
	top: 50px;
}

.js-animationIn[data-animation-type*="slideUp"].is-show {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.js-animationIn[data-animation-type*="stamp"] {
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.js-animationIn[data-animation-type*="stamp"].is-show {
	opacity: 1;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	-webkit-transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
}

.u-animation[data-animation-type*="spin"] {
	-webkit-animation: spin 20s linear infinite;
	animation: spin 20s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0) translate3d(0, 0, 0);
		transform: rotate(0) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: rotate(360deg) translate3d(0, 0, 0);
		transform: rotate(360deg) translate3d(0, 0, 0);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0) translate3d(0, 0, 0);
		transform: rotate(0) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: rotate(360deg) translate3d(0, 0, 0);
		transform: rotate(360deg) translate3d(0, 0, 0);
	}
}
