@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap);
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
picture,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

button {
	font-family: inherit;
}

/*----------
	vars
----------*/
:root {
	/* color */
	--color-prim: #E60012;
	--color-seco: #9BCDD6;
	--color-txt: #111111;
	--color-txt-caption: #666;
	--color-txt-caption-v2: #6F7579;
	--color-txt-link: #0062B1;
	--color-txt-hover: #E60012;
	--color-txt-hover-v2: #FA8800;
	--color-border: #ccc;
	--color-bg: #f8f8f8;
	--color-bg-v2: #FEF2F2;
	--color-caution: #DE5252;
	--color-cv: #FA8800;
	--color-red: #E6002D;
	--color-prim-rgb: 230, 0, 18;
	--color-seco-rgb: 155, 205, 214;
	--color-txt-rgb: 17, 17, 17;
	--color-txt-caption-rgb: 102, 102, 102;
	--color-txt-caption-v2-rgb: 111, 117, 121;
	--color-txt-link-rgb: 0, 98, 177;
	--color-txt-hover-rgb: 0, 140, 152;
	--color-txt-hover-v2-rgb: 250, 136, 0;
	--color-border-rgb: 204, 204, 204;
	--color-bg-rgb: 248, 248, 248;
	--color-bg-v2-rgb: 254, 242, 242;
	--color-caution-rgb: 222, 82, 82;
	--color-cv-rgb: 250, 136, 0;
	--color-red-rgb: 230, 0, 45;
	/* font family */
	--font-sans: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	--font-serif: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/* line height */
	--line-height-s: 1.4;
	--line-height-m: 1.6;
	--line-height-l: 1.8;
	/* icons */
	--icon-access: "";
	--icon-alert: "";
	--icon-arrow1-b: "";
	--icon-arrow1-l: "";
	--icon-arrow1-r: "";
	--icon-arrow1-t: "";
	--icon-arrow2-b: "";
	--icon-arrow2-l: "";
	--icon-arrow2-r: "";
	--icon-arrow2-t: "";
	--icon-blank: "";
	--icon-bookmark: "";
	--icon-calendar: "";
	--icon-cart: "";
	--icon-check: "";
	--icon-circle: "";
	--icon-circle_border: "";
	--icon-close: "";
	--icon-doc: "";
	--icon-download: "";
	--icon-excel: "";
	--icon-exclamation: "";
	--icon-first: "";
	--icon-global: "";
	--icon-humberger: "";
	--icon-last: "";
	--icon-locked: "";
	--icon-mail: "";
	--icon-minus: "";
	--icon-new: "";
	--icon-pdf: "";
	--icon-tel: "";
	--icon-pinch-in: "";
	--icon-pinch-out: "";
	--icon-play: "";
	--icon-plus: "";
	--icon-powerpoint: "";
	--icon-print: "";
	--icon-question: "";
	--icon-right_angle: "";
	--icon-rss: "";
	--icon-search: "";
	--icon-stop: "";
	--icon-swipe: "";
	--icon-to-top: "";
	--icon-unlocked: "";
	--icon-url: "";
	--icon-word: "";
	--icon-zip: "";
}
:root .montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

/*----------
	base
----------*/
html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
html.is-locked {
	position: absolute;
	overflow: hidden;
}

body {
	font-size: 1.6rem;
	line-height: var(--line-height-l);
	font-family: var(--font-sans);
	letter-spacing: 0;
	color: var(--color-txt);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
	body {
		font-size: 1.6rem;
	}
}
@media print {
	body {
		min-width: 1240px;
		zoom: 0.8;
	}
}
body.nav-open {
	overflow-y: hidden;
}

a {
	text-decoration: none;
	color: var(--color-txt);
}
@media (min-width: 768px), print {
	a:hover {
		color: var(--color-red);
		text-decoration: none;
	}
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

sup {
	vertical-align: top;
	font-size: 0.7em;
}

sub {
	vertical-align: baseline;
	font-size: 0.7em;
}

/*----------
	main header
----------*/
header {
	position: relative;
	z-index: 5;
}
@media print {
	header {
		display: none;
	}
}

.l-mainheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	z-index: 20;
}
.l-mainheader__inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #fff;
}
.l-mainheader__logo {
	width: 254px;
	transition: transform 0.3s;
}
.l-mainheader__search {
	margin-left: auto;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	color: var(--color-txt);
}
.l-mainheader__navtoggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 70px;
	line-height: 1;
	cursor: pointer;
	color: var(--color-txt);
	background-image: url(/assets/images/icon_spmenu.png);
	background-size: 16px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.l-mainheader__navtoggle > span {
	display: none;
}
.l-mainheader__navtoggle.is-open {
	background-image: url(/assets/images/icon_spmenu_close.png);
	background-size: 15px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.l-mainheader__nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
}
.l-mainheader__nav.is-open {
	display: block;
}
.l-mainheader .l-mainnav__lang {
	display: block;
	width: 67px;
	height: 24px;
	border-radius: 24px;
	background-color: #EEE;
}
.l-mainheader .l-mainnav__lang > a {
	display: block;
	color: var(--color-txt);
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	transition: color 0.2s;
}
.l-mainheader .l-mainnav__lang > a i {
	position: relative;
	width: 1em;
	height: 1em;
	margin-left: 5px;
}
.l-mainheader .l-mainnav__lang > a i:before {
	position: absolute;
	top: 1px;
	left: 0;
}
.l-mainheader .l-mainnav__lang > a:hover {
	color: var(--color-red);
}
@media (max-width: 767px) {
	.l-mainheader__inner {
		position: relative;
		box-sizing: border-box;
		height: 70px;
		padding-top: 8px;
		padding-bottom: 0;
		z-index: 2;
	}
	.l-mainheader__inner::before {
		content: "";
	}
	.l-mainheader__inner .l-mainheader__logo {
		width: 210px;
	}
	.l-mainheader__nav {
		background-color: var(--color-bg);
	}
	.l-mainheader__nav .l-mainnav__cattop.is-hierarichical > a > span {
		font-weight: 700;
	}
	.l-mainheader__nav .l-mainnav__sub .l-megamenu {
		padding-top: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}
	.l-mainheader__nav .l-mainnav__sub .l-megamenu .c-button--textlink .c-button__inner {
		max-width: none;
		min-height: auto;
		padding-top: 9px;
		padding-bottom: 8px;
		border: 0;
	}
	.l-mainheader__nav .l-mainnav__sub .l-megamenu .c-button--textlink .c-button__inner i {
		display: none;
	}
	.l-mainheader__nav .l-mainnav__sub .l-megamenu .c-button--textlink .c-button__inner > span {
		font-weight: 400;
	}
	.l-mainheader__nav .l-mainnav__sub .l-megamenu .l-megamenu__item + .l-megamenu__item {
		border-top: 0;
	}
	.l-mainheader__nav.is-open .l-mainnav {
		position: relative;
		z-index: 2;
	}
	.l-mainheader__nav.is-open .l-mainnav:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 120dvh;
		background-color: #000;
		opacity: 0.4;
		z-index: -1;
		pointer-events: none;
	}
	.l-mainheader__nav.is-open .l-mainnav .l-mainnav__inner {
		height: calc(100vh - 70px);
		overflow-y: scroll;
	}
	.l-mainheader__nav.is-open .l-mainnav .l-mainnav__inner > div, .l-mainheader__nav.is-open .l-mainnav .l-mainnav__inner > ul {
		background-color: #F8F8F8;
	}
}
@media (min-width: 768px), print {
	.l-mainheader {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
	}
	.l-mainheader .l-mainnav__lang {
		position: absolute;
		top: 15px;
		right: 40px;
	}
	.l-mainheader__inner {
		position: relative;
		height: 95px;
		padding-top: 18px;
		padding-right: 40px;
		padding-left: 40px;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 0;
		transition: height 0.3s;
	}
	.l-mainheader__inner .l-mainheader__logo {
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
	}
	.l-mainheader__search {
		font-size: 16px;
	}
	.l-mainheader__navtoggle {
		display: none;
	}
	.l-mainheader__nav {
		display: block;
		position: static;
		z-index: auto;
		width: 100%;
	}
}
@media screen and (max-width: 910px) and (min-width: 768px) {
	.l-mainheader .l-mainnav__list:not(:last-child) {
		margin-right: 25px;
	}
	.l-mainheader .l-mainnav__cattop > a > span,
	.l-mainheader .l-megamenu__category .c-button--textlink .c-button__inner > span {
		font-size: 1.5rem;
	}
	.l-mainheader .l-mainheader__logo {
		width: 210px;
	}
}

@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px), print and (min-width: 768px), print {
	.scr .l-mainheader .l-mainheader__inner {
		height: 60px;
	}
	.scr .l-mainheader .l-mainheader__inner .l-mainheader__logo {
		width: 190px;
	}
	.scr .l-mainheader .l-mainheader__inner .l-mainnav__lang {
		display: none;
	}
}
@media (max-width: 767px) {
	.l-mainnav {
		background: var(--color-bg);
	}
	.l-mainnav__inner {
		position: relative;
	}
	.l-mainnav__inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 7px;
		background: rgb(0, 0, 0);
		background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0.14;
	}
	.l-mainnav__sub {
		height: 0;
		position: relative;
		overflow: hidden;
		pointer-events: none;
		transition: all 0.4s ease-in-out;
	}
	.l-mainnav__sub.is-open {
		height: auto;
		opacity: 1;
		pointer-events: all;
	}
	.l-mainnav__cattop {
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.l-mainnav__cattop > button {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		padding-right: 20px;
		cursor: pointer;
	}
	.l-mainnav__cattop > button::before {
		font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "\ea24";
		color: var(--color-red);
		display: block;
		text-align: right;
		font-size: 1.6rem;
		line-height: 1;
	}
	.l-mainnav__cattop > a {
		display: block;
		color: inherit;
	}
	.l-mainnav__cattop > a::after {
		font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "\ea24";
		color: var(--color-red);
		display: none;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 1;
		width: 60px;
		font-size: 22px;
		line-height: 1;
		text-align: center;
		transform: translateY(-50%);
	}
	.l-mainnav__cattop > a > span,
	.l-mainnav__cattop > span {
		display: block;
		padding: 18px 60px 18px 20px;
		font-size: 1.6rem;
	}
	.l-mainnav__cattop.is-hierarichical > a > span,
	.l-mainnav__cattop.is-hierarichical > span {
		padding: 18px 120px 18px 20px;
	}
	.l-mainnav__cattop.is-hierarichical > button {
		display: block;
		color: var(--color-txt);
	}
	.l-mainnav__cattop.is-hierarichical > button.is-open::before {
		content: "\ea1d";
		font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		color: var(--color-red);
	}
	.l-mainnav__list > a {
		position: relative;
		display: table;
		width: 100%;
		height: 64px;
		padding: 10px 20px;
		border-bottom: 1px solid #ddd;
		color: var(--color-txt);
		font-weight: 700;
	}
	.l-mainnav__list > a:before {
		font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "\ea09";
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 1;
		width: 1em;
		height: 1em;
		font-size: 1.6rem;
		line-height: 1;
		transform: translateY(-50%);
		color: var(--color-red);
	}
	.l-mainnav__list > a > span {
		display: table-cell;
		vertical-align: middle;
	}
	.l-mainnav .l-subnav {
		padding-top: 22px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.l-mainnav .l-subnav > li a {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.2rem;
	}
	.l-mainnav .l-mainnav__lang {
		width: 100%;
		height: auto;
		padding-top: 30px;
		padding-bottom: 60px;
		border-radius: 0;
		background-color: transparent;
	}
	.l-mainnav .l-mainnav__lang > a {
		width: 80px;
		height: 32px;
		margin-right: 20px;
		margin-left: 20px;
		background-color: #CCC;
		border-radius: 32px;
	}
	.l-mainnav .l-mainnav__lang > a > span {
		display: inline-block;
		padding-top: 4px;
	}
}
@media (min-width: 768px), print {
	.l-mainnav__main {
		position: absolute;
		bottom: 0;
		right: 40px;
		display: flex;
		justify-content: flex-end;
		height: 58px;
	}
	.l-mainnav__list:not(:last-child) {
		margin-right: 40px;
	}
	.l-mainnav__list > a {
		display: table;
		width: 100%;
		height: 100%;
		color: var(--color-txt);
		font-weight: 700;
		transition: color 0.2s;
	}
	.l-mainnav__list > a:hover {
		color: var(--color-red);
	}
	.l-mainnav__list > a > span {
		display: table-cell;
		vertical-align: middle;
	}
	.l-mainnav__cattop > button {
		display: none;
	}
	.l-mainnav__cattop > a {
		display: block;
		color: inherit;
		transition: color 0.2s;
	}
	.l-mainnav__cattop > a:hover {
		color: var(--color-txt-hover);
	}
	.l-mainnav__cattop > span,
	.l-mainnav__cattop > a > span {
		display: block;
		padding: 14px 0 16px;
		font-weight: 700;
	}
	.l-mainnav__sub {
		position: fixed;
		top: 95px;
		left: 50%;
		width: 100vw;
		max-height: 100vh;
		z-index: 1;
		opacity: 0;
		pointer-events: none;
		transform: translateX(-50%);
	}
	.l-mainnav__sub .l-megamenu {
		opacity: 0;
	}
	.l-mainnav__sub:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100vw;
		height: 0;
		background-color: #EDEDED;
		pointer-events: none;
		z-index: -1;
		transition: height 0.3s;
	}
	.l-mainnav__sub.is-hung {
		display: block;
		opacity: 1;
		pointer-events: auto;
	}
	.l-mainnav__sub.is-hung:before {
		width: 100vw;
		height: 100%;
		background-color: #EDEDED;
	}
	.l-mainnav__sub.is-hung .l-megamenu {
		opacity: 1;
		transition: opacity 0.4s ease-in-out;
	}
}

@media (min-width: 768px), print {
	.scr .l-mainnav__sub {
		top: 60px;
	}
}
/* プルダウン背景 */
.l-mainnav2__panel {
	background-color: #EDEDED;
	height: 0;
	left: 50%;
	position: absolute;
	top: 95px;
	width: 100vw;
	transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.l-mainnav2__panel {
		display: none;
	}
}

@media (min-width: 768px), print {
	.scr .l-mainnav2__panel {
		top: 60px;
	}
}
.l-megamenu {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px), print {
	.l-megamenu {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 767px) {
	.l-megamenu {
		padding-left: 0;
		padding-right: 0;
		background: #E5E5E5;
	}
	.l-megamenu__categories + .l-megamenu__categories {
		border-top: 1px solid #ddd;
	}
	.l-megamenu__category + .l-megamenu__category {
		border-top: 1px solid #ddd;
	}
	.l-megamenu__item > a {
		display: block;
		color: inherit;
	}
	.l-megamenu__item + .l-megamenu__item {
		border-top: 1px solid #ddd;
	}
	.l-megamenu__thumb {
		display: none;
	}
	.l-megamenu__text {
		padding: 10px 20px;
		font-size: 1.2rem;
	}
	.l-megamenu__text [class^=icon] {
		display: none;
	}
	.l-megamenu__category-innercolumn .l-megamenu__category + .l-megamenu__category {
		border-top: 0;
	}
	.l-megamenu__category-innercolumn .l-megamenu__category__text {
		padding: 16px 20px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: var(--line-height-s);
	}
}
@media (min-width: 768px), print {
	.l-megamenu {
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.l-megamenu__inner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.l-megamenu__categories {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-right: 60px;
	}
	.l-megamenu__categories--featured {
		margin-right: 94px;
	}
	.l-megamenu__categories--regular {
		flex: 1;
	}
	.l-megamenu__categories:last-child {
		margin-right: 0;
	}
	.l-megamenu__category_ttl {
		width: 30%;
		font-size: 2.4rem;
		font-weight: 500;
	}
	.l-megamenu__category_ttl a {
		position: relative;
		display: block;
		padding-left: 30px;
	}
	.l-megamenu__category_ttl a i {
		position: absolute;
		top: 2px;
		left: 0;
		right: auto;
		color: var(--color-prim);
		font-size: 1.8rem;
	}
	.l-megamenu__category_ttl a span {
		position: relative;
		display: inline-block;
	}
	.l-megamenu__category_ttl a span:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: var(--color-prim);
		transition: width 0.3s;
	}
	.l-megamenu__category_ttl a:hover span:before {
		width: 100%;
	}
	.l-megamenu__category {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 70%;
		max-width: none;
		margin-top: -8px;
		gap: 0 30px;
	}
	.l-megamenu__category .c-button--textlink .c-button__inner {
		position: relative;
		border-top: 0;
		border-bottom: 0;
		color: var(--color-txt);
		min-height: 0;
		padding-right: 0;
		padding-left: 30px;
	}
	.l-megamenu__category .c-button--textlink .c-button__inner i {
		position: absolute;
		top: 0px;
		left: 0;
		right: auto;
	}
	.l-megamenu__category .c-button--textlink .c-button__inner > span {
		position: relative;
		display: inline-block;
		padding: 4px 0;
		font-weight: 500;
	}
	.l-megamenu__category .c-button--textlink .c-button__inner > span:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: var(--color-prim);
		transition: width 0.3s;
	}
	.l-megamenu__category:last-child {
		margin-right: 0;
	}
	.l-megamenu__category + .l-megamenu__category {
		margin-top: 0;
	}
	.l-megamenu__item {
		width: calc(50% - 15px);
		margin-top: 15px !important;
	}
	.l-megamenu__item:nth-child(n+3) .c-button__inner {
		border-top: 0;
	}
	.l-megamenu__item--featured {
		padding-bottom: 0;
		border-bottom: none;
	}
	.l-megamenu__item > a {
		transition: color 0.2s;
		position: relative;
	}
	.l-megamenu__item > a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: var(--color-prim);
		transition: width 0.3s;
	}
	.l-megamenu__item > a:hover {
		color: var(--color-txt-hover);
		border-bottom: 0 !important;
	}
	.l-megamenu__item > a:hover span:before {
		width: 100% !important;
	}
	.l-megamenu__item .l-megamenu__secondary-items {
		margin-top: 10px;
		margin-left: 8px;
		padding-top: 3px;
		padding-bottom: 0px;
		padding-left: 16px;
		border-left: 1px solid var(--color-border);
	}
	.l-megamenu__item .l-megamenu__secondary-items > li + li {
		margin-top: 5px;
	}
	.l-megamenu__item .l-megamenu__secondary-items > li a {
		position: relative;
	}
	.l-megamenu__item .l-megamenu__secondary-items > li a:hover {
		border: 0 !important;
	}
	.l-megamenu__item .l-megamenu__secondary-items > li a:hover span:before {
		width: 100% !important;
	}
	.l-megamenu__item + .l-megamenu__item {
		margin-top: 20px;
	}
	.l-megamenu__thumb {
		margin-bottom: 10px;
	}
	.l-megamenu__text {
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	.l-megamenu__text i[class^=icon-] {
		text-indent: 0;
		margin-right: 0.2em;
		transform: translateY(0.15em);
		color: var(--color-txt);
	}
	.l-megamenu__category-innercolumn {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 70%;
	}
	.l-megamenu__category-innercolumn .l-megamenu__category {
		display: block;
		width: 50%;
		margin-top: 5px;
	}
	.l-megamenu__category-innercolumn .l-megamenu__category__text {
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 700;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.l-megamenu__categories--featured {
		margin-bottom: 40px;
	}
	.l-megamenu__categories--regular {
		flex: 1 0 auto;
		width: 100%;
	}
}

/*----------
	main navigation
----------*/
/*----------
	main footer
----------*/
footer {
	position: relative;
	z-index: 2;
}
@media print {
	footer {
		display: none;
	}
}

.l-mainfooter {
	background-color: #fff;
}
.l-mainfooter__backhead {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 50px;
	height: 50px;
	opacity: 0;
	pointer-events: none;
	z-index: 20;
	transition: opacity 0.2s;
}
.l-mainfooter__backhead:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #111;
	opacity: 0.6;
	transition: opacity 0.2s;
}
.l-mainfooter__backhead:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/icon_arrow-tp.png);
	background-size: 16px auto;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.l-mainfooter__backhead:hover:before {
	opacity: 1;
}
.l-mainfooter__backhead.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.l-mainfooter__backhead > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	color: inherit;
}
.l-mainfooter__backhead > a > span {
	display: none;
}
.l-mainfooter__backhead i {
	display: inline-block;
	font-size: 37px;
	transform: translateY(-100%);
}
.l-mainfooter__nav {
	background-color: var(--color-bg);
}
@media (max-width: 767px) {
	.l-mainfooter__backhead.is-absolute {
		position: absolute;
		top: -70px;
		bottom: auto;
		right: 20px;
	}
	.l-mainfooter__inner {
		display: block !important;
		padding-top: 30px !important;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}
	.l-mainfooter__inner .l-mainfooter__logo {
		width: 100%;
	}
	.l-mainfooter__inner .l-mainfooter__logo > a {
		display: block;
		width: 100%;
		max-width: 130px;
		margin-right: auto;
		margin-left: auto;
	}
	.l-mainfooter__inner .l-fnav-sub {
		width: 100%;
		margin-top: 30px;
	}
	.l-mainfooter__inner .l-fnav-sub > ul {
		text-align: center !important;
	}
	.l-mainfooter__inner .l-fnav-sub .l-mainfooter__copyright {
		text-align: center !important;
	}
}
@media (min-width: 768px), print {
	.l-mainfooter__backhead.is-absolute {
		position: absolute;
		top: -80px;
		bottom: auto;
		right: 20px;
	}
	.l-mainfooter__nav {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.l-fnav-main {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px), print {
	.l-fnav-main {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.l-fnav-main .l-fnav-main_item a {
	color: var(--color-txt);
}
.l-fnav-main .l-fnav-main_item .l-fnav-main_catetop {
	font-size: 1.6rem;
	font-weight: 700;
}
.l-fnav-main .l-fnav-main_item .l-fnav-main_catetop + .l-fnav-main_catedtl {
	margin-top: 10px;
}
.l-fnav-main .l-fnav-main_item .l-fnav-main_catedtl {
	font-size: 1.4rem;
}
.l-fnav-main .l-fnav-main_item .l-fnav-main_catedtl > ul li + li {
	margin-top: 4px;
}
@media (max-width: 767px) {
	.l-fnav-main {
		padding-right: 0;
		padding-left: 0;
	}
	.l-fnav-main .l-fnav-main_tgl {
		position: relative;
		display: table;
		width: 100%;
		min-height: 65px;
		padding-right: 20px;
		padding-left: 20px;
		border-bottom: 1px solid var(--color-border);
		cursor: pointer;
	}
	.l-fnav-main .l-fnav-main_tgl:before {
		content: "\ea24";
		display: inline-block;
		font-family: iconfont !important;
		speak: never;
		font-style: normal !important;
		font-size: inherit;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none;
		line-height: 1;
		color: var(--color-red);
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.l-fnav-main .l-fnav-main_tgl.is-open:before {
		content: "\ea1d";
	}
	.l-fnav-main .l-fnav-main_tgl > span {
		display: table-cell;
		font-weight: 700;
		vertical-align: middle;
	}
	.l-fnav-main .l-fnav-main_tgl + a {
		display: none !important;
	}
	.l-fnav-main .l-fnav-main_topage > a,
	.l-fnav-main .l-fnav-main_catetop > a {
		position: relative;
		display: table;
		width: 100%;
		min-height: 65px;
		padding-right: 20px;
		padding-left: 20px;
		border-bottom: 1px solid var(--color-border);
	}
	.l-fnav-main .l-fnav-main_topage > a > span,
	.l-fnav-main .l-fnav-main_catetop > a > span {
		display: table-cell;
		vertical-align: middle;
		font-weight: 700;
	}
	.l-fnav-main .l-fnav-main_topage > a:before {
		content: "\ea09";
		display: inline-block;
		font-family: iconfont !important;
		speak: never;
		font-style: normal !important;
		font-size: inherit;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none;
		line-height: 1;
		color: var(--color-red);
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.l-fnav-main .l-fnav-main_catedtl {
		height: 0;
		position: relative;
		overflow: hidden;
		margin-top: 0 !important;
		pointer-events: none;
		transition: all 0.4s ease-in-out;
		background-color: #fff;
	}
	.l-fnav-main .l-fnav-main_catedtl > ul {
		padding-top: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--color-border);
	}
	.l-fnav-main .l-fnav-main_catedtl > ul > li a {
		display: block;
		padding: 8px 20px 8px;
		text-align: left;
		font-size: 1.6rem;
	}
	.l-fnav-main .l-fnav-main_catedtl.is-open {
		height: auto;
		opacity: 1;
		pointer-events: all;
	}
}
@media (min-width: 768px), print {
	.l-fnav-main {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		padding-top: 63px;
		padding-bottom: 45px;
		gap: 40px;
	}
	.l-fnav-main .l-fnav-main_item {
		width: calc(25% - 40px);
	}
	.l-fnav-main .l-fnav-main_item a:hover {
		color: var(--color-red);
	}
	.l-fnav-main .l-fnav-main_item .l-fnav-main_tgl {
		display: none;
	}
	.l-fnav-main .l-fnav-main_item .l-fnav-main_catetop + .l-fnav-main_catedtl {
		margin-top: 15px;
	}
	.l-fnav-main .l-fnav-main_item .l-fnav-main_topage > a {
		font-weight: 700;
	}
	.l-fnav-main .l-fnav-main_item .l-fnav-main_topage + .l-fnav-main_topage {
		margin-top: 15px;
	}
}

.l-mainfooter__lower .l-mainfooter__inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-left: 200px;
}
@media (min-width: 768px), print {
	.l-mainfooter__lower .l-mainfooter__inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.l-mainfooter__lower .l-mainfooter__logo img {
	display: block;
	max-width: 160px;
	margin: auto;
}
.l-mainfooter__lower .l-fnav-sub > ul {
	text-align: right;
}
.l-mainfooter__lower .l-fnav-sub > ul li {
	display: inline-block;
}
.l-mainfooter__lower .l-fnav-sub > ul li > a {
	position: relative;
	display: block;
	color: var(--color-txt);
	font-size: 1.2rem;
}
.l-mainfooter__lower .l-fnav-sub > ul li + li {
	margin-left: 11px;
}
.l-mainfooter__lower .l-fnav-sub > ul li + li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	display: block;
	width: 1px;
	height: 13px;
	background-color: #111;
	transform: translateY(-50%);
}
.l-mainfooter__lower .l-fnav-sub .l-mainfooter__copyright {
	margin-top: 12px;
	color: #555;
	font-size: 1.1rem;
	text-align: right;
}
@media (min-width: 768px), print {
	.l-mainfooter__lower .l-fnav-sub > ul li > a:hover {
		color: var(--color-red);
	}
}
@media (min-width: 768px), print {
	.l-mainfooter__lower {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.l-mainfooter__lower .l-mainfooter__logo {
		position: absolute;
		top: 0;
		left: 40px;
	}
}

/*----------
	main content
----------*/
.l-content {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	padding-top: 70px;
	padding-bottom: 65px;
	z-index: 1;
}
@media (min-width: 768px), print {
	.l-content {
		padding-top: 95px;
		padding-bottom: 150px;
	}
}

.l-main {
	padding-top: 25px;
}
@media (min-width: 768px), print {
	.l-main {
		padding-top: 30px;
	}
}

.l-structure--double {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px), print {
	.l-structure--double {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.l-structure--double .l-structure__side {
	margin-top: 40px;
}
@media (min-width: 768px), print {
	.l-structure--double {
		display: flex;
	}
	.l-structure--double .l-structure__main {
		flex: 1;
	}
	.l-structure--double .l-structure__side {
		width: 23.1666666667%;
		margin-left: 2.5%;
		margin-top: 0;
		padding: 0;
	}
}

.l-section {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px), print {
	.l-section {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.l-section--gapless {
	padding-left: 0;
	padding-right: 0;
}
.l-section .l-section__inner + .l-section__inner {
	margin-top: 60px;
}
@media (min-width: 768px), print {
	.l-section {
		padding-left: 40px;
		padding-right: 40px;
	}
	.l-section .l-section__inner + .l-section__innder {
		margin-top: 80px;
	}
}
.l-section + .l-section {
	margin-top: 60px;
}
@media (min-width: 768px), print {
	.l-section + .l-section {
		margin-top: 120px;
	}
}

.l-breadcrumb {
	padding: 12px 0;
}
.l-breadcrumb__list {
	display: inline-flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	font-size: 1.2rem;
	line-height: 1.2;
}
.l-breadcrumb__list > li {
	display: block;
}
.l-breadcrumb__list > li > a {
	text-decoration: none;
	color: var(--color-txt);
}
.l-breadcrumb__list > li + li::before {
	content: ">";
	display: inline-block;
	margin: 0 8px;
}
.l-breadcrumb__list > li:last-child > a {
	pointer-events: none;
	color: var(--color-txt-caption);
}
@media (max-width: 767px) {
	.l-breadcrumb__inner {
		width: 100%;
		overflow-x: auto;
	}
	.l-breadcrumb__list {
		width: 100%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
		max-width: none;
	}
}
@media (max-width: 767px) and (min-width: 768px), print and (max-width: 767px) {
	.l-breadcrumb__list {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 768px), print {
	.l-breadcrumb {
		width: 100%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding: 24px 0;
	}
}
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px), print and (min-width: 768px), print {
	.l-breadcrumb {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 768px), print {
	.l-breadcrumb__list {
		display: block;
		white-space: normal;
	}
	.l-breadcrumb__list > li {
		display: inline;
	}
	.l-breadcrumb__list > li > a:hover {
		color: var(--color-red);
		text-decoration: none;
	}
}

.l-localnav {
	background: var(--color-bg);
}
.l-localnav__inner {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
}
@media (min-width: 768px), print {
	.l-localnav__inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.l-localnav__categories + .l-localnav__categories {
	margin-top: 20px;
}
.l-localnav__category + .l-localnav__category {
	margin-top: 20px;
}
.l-localnav__item--featured {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--color-border);
}
.l-localnav__item + .l-localnav__item {
	margin-top: 20px;
}
.l-localnav__thumb {
	margin-bottom: 10px;
}
@media (min-width: 768px), print {
	.l-localnav__inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.l-localnav__categories {
		display: flex;
		align-items: flex-start;
	}
	.l-localnav__categories--regular {
		flex: 1;
	}
	.l-localnav__categories--featured {
		margin-right: 112px;
	}
	.l-localnav__categories + .l-localnav__categories {
		margin-top: 0;
	}
	.l-localnav__category {
		flex: 1 1 auto;
		max-width: 250px;
		margin-right: 30px;
	}
	.l-localnav__category--featured {
		margin-right: 35px;
	}
	.l-localnav__category:last-child {
		margin-right: 0;
	}
	.l-localnav__category + .l-localnav__category {
		margin-top: 0;
	}
	.l-localnav__item--featured {
		padding-bottom: 0;
		border-bottom: none;
	}
	.l-localnav__item > a {
		transition: color 0.2s;
	}
	.l-localnav__item > a:hover {
		color: var(--color-txt-hover);
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.l-localnav__categories--featured {
		margin-bottom: 40px;
	}
	.l-localnav__categories--regular {
		flex: 1 0 auto;
		width: 100%;
	}
}

.p-anchor {
	position: relative;
}
.p-anchor > span {
	position: absolute;
	top: -100px;
}
@media (min-width: 768px), print {
	.p-anchor > span {
		top: -130px;
	}
}

.p-reader .p-reader_img img {
	width: 158px;
}
.p-reader .p-reader_txt {
	color: var(--color-txt);
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	.p-reader .p-reader_txt {
		margin-top: 20px;
	}
}
@media (min-width: 768px), print {
	.p-reader {
		display: table;
		width: 100%;
	}
	.p-reader .p-reader_img {
		display: table-cell;
		vertical-align: top;
	}
	.p-reader .p-reader_txt {
		display: table-cell;
		width: 100%;
		padding-left: 20px;
		vertical-align: middle;
	}
}

/*----------
	search modal
----------*/
.l-search-modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100vw;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(var(--color-bg-rgb), 0.7);
	pointer-events: none;
	transition: all 0s linear 0.2s, opacity 0.2s linear 0s;
}
.l-search-modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	left: 0;
	z-index: 150;
	transition: all 0s linear 0s, opacity 0.2s linear 0.1s;
}
.l-search-modal__close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
}
.l-search-modal__close > button {
	cursor: pointer;
	color: #fff;
	line-height: 1;
	font-size: 3rem;
	color: var(--color-txt);
}
.l-search-modal__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px), print {
	.l-search-modal__inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.l-search-modal__form {
	width: 100%;
}
@media (min-width: 768px), print {
	.l-search-modal__close {
		width: 60px;
		height: 60px;
	}
	.l-search-modal__close > button {
		font-size: 60px;
	}
}

/*----------
	margin
----------*/
/* 固定マージン */
/* 汎用マージン */
.u-margin-xs {
	margin-top: 10px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-xs {
		margin-top: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-sm {
	margin-top: 20px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-sm {
		margin-top: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-mm {
	margin-top: 30px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-mm {
		margin-top: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-md {
	margin-top: 40px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-md {
		margin-top: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-lg {
	margin-top: 50px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-lg {
		margin-top: 60px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-xl {
	margin-top: 60px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-xl {
		margin-top: 80px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-xxl {
	margin-top: 80px !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-xxl {
		margin-top: 120px !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-margin-none {
	margin-top: 0 !important; /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px), print {
	.u-margin-none {
		margin-top: 0 !important; /* stylelint-disable-line declaration-no-important */
	}
}

/* パーツ用マージン */
@media (min-width: 768px), print {
	.u-pc-mb-5 {
		margin-bottom: 5px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-5 {
		margin-left: 5px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-5 {
		margin-right: 5px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-5 {
		margin-bottom: 5px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-5 {
		margin-left: 5px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-5 {
		margin-right: 5px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-10 {
		margin-bottom: 10px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-10 {
		margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-10 {
		margin-right: 10px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-10 {
		margin-bottom: 10px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-10 {
		margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-10 {
		margin-right: 10px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-15 {
		margin-bottom: 15px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-15 {
		margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-15 {
		margin-right: 15px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-15 {
		margin-bottom: 15px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-15 {
		margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-15 {
		margin-right: 15px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-20 {
		margin-bottom: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-20 {
		margin-left: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-20 {
		margin-right: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-20 {
		margin-bottom: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-20 {
		margin-left: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-20 {
		margin-right: 20px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-25 {
		margin-bottom: 25px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-25 {
		margin-left: 25px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-25 {
		margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-25 {
		margin-bottom: 25px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-25 {
		margin-left: 25px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-25 {
		margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-30 {
		margin-bottom: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-30 {
		margin-left: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-30 {
		margin-right: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-30 {
		margin-bottom: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-30 {
		margin-left: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-30 {
		margin-right: 30px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-35 {
		margin-bottom: 35px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-35 {
		margin-left: 35px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-35 {
		margin-right: 35px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-35 {
		margin-bottom: 35px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-35 {
		margin-left: 35px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-35 {
		margin-right: 35px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-40 {
		margin-bottom: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-40 {
		margin-left: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-40 {
		margin-right: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-40 {
		margin-bottom: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-40 {
		margin-left: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-40 {
		margin-right: 40px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-45 {
		margin-bottom: 45px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-45 {
		margin-left: 45px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-45 {
		margin-right: 45px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-45 {
		margin-bottom: 45px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-45 {
		margin-left: 45px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-45 {
		margin-right: 45px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-mb-50 {
		margin-bottom: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-ml-50 {
		margin-left: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-pc-mr-50 {
		margin-right: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-mb-50 {
		margin-bottom: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-ml-50 {
		margin-left: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
	.u-sp-mr-50 {
		margin-right: 50px !important; /* stylelint-disable-line declaration-no-important */
	}
}
/*----------
	display
----------*/
@media (max-width: 767px) {
	.u-pc-v {
		display: none !important;
	}
}

@media (min-width: 768px), print {
	.u-sp-v {
		display: none !important;
	}
}

/*----------
	text
----------*/
@media (max-width: 767px) {
	.u-pcbr {
		display: none;
	}
}

@media (min-width: 768px), print {
	.u-spbr {
		display: none;
	}
}

.u-txt-fz20 {
	font-size: 2rem !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-center {
	text-align: center !important; /* stylelint-disable-line declaration-no-important */
}

@media (min-width: 768px), print {
	.u-txt-pccenter {
		text-align: center !important; /* stylelint-disable-line declaration-no-important */
	}
}

.u-txt-right {
	text-align: right !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-left {
	text-align: left !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-normal {
	font-weight: normal !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-medium {
	font-weight: 500 !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-bold {
	font-weight: bold !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-strike {
	text-decoration: line-through !important; /* stylelint-disable-line declaration-no-important */
}

.u-text-indent {
	text-indent: -3em;
	padding-left: 3em;
}

.u-txt-marker {
	font-weight: bold;
	background-image: linear-gradient(transparent 80%, #FFF7A6 80%);
}

.u-txt-prim {
	color: var(--color-prim) !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-seco {
	color: var(--color-seco) !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-default {
	color: var(--color-txt) !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-white {
	color: #fff !important; /* stylelint-disable-line declaration-no-important */
}

.u-txt-caution {
	color: var(--color-caution) !important; /* stylelint-disable-line declaration-no-important */
}

/* 文中リンク */
.u-txt-link {
	text-decoration: underline;
	color: var(--color-txt-link);
}
@media (min-width: 768px), print {
	.u-txt-link {
		transition: color 0.2s;
	}
	.u-txt-link:hover {
		color: var(--color-txt-hover);
	}
}

/* 文字サイズ */
@media (min-width: 768px), print {
	.u-pc-fz-10 {
		font-size: 1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-10 {
		font-size: 1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-11 {
		font-size: 1.1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-11 {
		font-size: 1.1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-12 {
		font-size: 1.2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-12 {
		font-size: 1.2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-13 {
		font-size: 1.3rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-13 {
		font-size: 1.3rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-14 {
		font-size: 1.4rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-14 {
		font-size: 1.4rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-15 {
		font-size: 1.5rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-15 {
		font-size: 1.5rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-16 {
		font-size: 1.6rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-16 {
		font-size: 1.6rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-17 {
		font-size: 1.7rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-17 {
		font-size: 1.7rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-18 {
		font-size: 1.8rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-18 {
		font-size: 1.8rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-19 {
		font-size: 1.9rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-19 {
		font-size: 1.9rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-20 {
		font-size: 2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-20 {
		font-size: 2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-21 {
		font-size: 2.1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-21 {
		font-size: 2.1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-22 {
		font-size: 2.2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-22 {
		font-size: 2.2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-23 {
		font-size: 2.3rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-23 {
		font-size: 2.3rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-24 {
		font-size: 2.4rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-24 {
		font-size: 2.4rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-25 {
		font-size: 2.5rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-25 {
		font-size: 2.5rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-26 {
		font-size: 2.6rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-26 {
		font-size: 2.6rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-27 {
		font-size: 2.7rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-27 {
		font-size: 2.7rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-28 {
		font-size: 2.8rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-28 {
		font-size: 2.8rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-29 {
		font-size: 2.9rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-29 {
		font-size: 2.9rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-30 {
		font-size: 3rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-30 {
		font-size: 3rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-31 {
		font-size: 3.1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-31 {
		font-size: 3.1rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-32 {
		font-size: 3.2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
@media (max-width: 767px) {
	.u-sp-fz-32 {
		font-size: 3.2rem !important; /* stylelint-disable-line declaration-no-important */
	}
}
/*# sourceMappingURL=common.css.map */
