@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;800&display=swap&text=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap&text=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789°’”-");
@-webkit-keyframes hoverlineanim_out {
	0% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
}
@keyframes hoverlineanim_out {
	0% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
}
@-webkit-keyframes hoverlineanim_over {
	0% {
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}
@keyframes hoverlineanim_over {
	0% {
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}
html {
	font-size: 150px;
	/* SP */
	color: #000;
}
html.ie {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "Osaka", sans-serif;
}
html.not-ie {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
	html {
		line-height: 1.5;
	}
}
@media screen and (max-width: 640px) {
	html {
		-webkit-text-size-adjust: 100%;
	}
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
	html {
		font-size: 135px;
	}
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
	html {
		font-size: 127.5px;
	}
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
	html {
		font-size: 120px;
	}
}
@media print, screen and (min-width: 641px) and (max-width: 1279px) {
	html {
		font-size: 112.5px;
	}
}
@media screen and (min-width: 428px) and (max-width: 640px) {
	html {
		/* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
		font-size: 125.4px;
	}
}
@media screen and (min-width: 414px) and (max-width: 427px) {
	html {
		/* SP： 414px から 427pxの間 ※iPhone6 Plus・6s Plus・7 Plus・8 Plus・XR・11・XS Max・11 Pro Max */
		font-size: 121px;
	}
}
@media screen and (min-width: 375px) and (max-width: 413px) {
	html {
		/* SP： 375px から 413pxの間 ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */
		/* 基本 */
		font-size: 110px;
	}
}
@media screen and (min-width: 360px) and (max-width: 374px) {
	html {
		/* SP： 360px から 374pxの間 ※小さめAndroid */
		font-size: 105.6px;
	}
}
@media screen and (max-width: 359px) {
	html {
		/* SP： 359px以下 ※iPhone 5・5s・SE(1) */
		font-size: 93.5px;
	}
}
html.edge {
	-ms-text-size-adjust: 100%;
}
html.os-mac {
	-webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 641px) {
	html.os-mac {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
	}
}
html.scrollingFlg {
	pointer-events: none;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0.11rem;
	background-color: #E7E2DF;
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1024px;
	}
}
.touchevents * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.chrome img {
	image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, main, nav, section, figcaption, figure {
	display: block;
}
img {
	-ms-interpolation-mode: bicubic;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
b, strong {
	font-weight: inherit;
	font-weight: bolder;
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
li {
	list-style: none;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
canvas {
	display: inline-block;
}
input, select, button, optgroup, textarea {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
}
button, input {
	overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}
button, select {
	cursor: pointer;
	text-transform: none;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
}
select::-ms-expand {
	display: none;
}
/* プリント対応 */

[data-hidePrintMessageArea] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	pointer-events: none;
	opacity: 0;
}
@media print {
	body {
		position: relative;
		top: 100px;
	}
	body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。";
		display: none;
		white-space: pre;
		font-size: 20px;
		padding: 10px 10px;
		border: 3px solid #000;
		background-color: #FFF;
		color: #000;
		position: absolute;
		top: -100px;
		left: 0px;
		right: 0px;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1000;
	}
	.chrome body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
	}
	.ie body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
	}
	.safari body:before {
		content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
	}
	.edge body:before {
		content: "※Microsoft Edgeは背景や画像を印刷できません。";
	}
	.addPrintMessage body:before {
		display: block;
	}
	* {
		background-attachment: scroll !important;
	}
}
/* 721px以上は消す */

@media print, screen and (min-width: 641px) {
	[data-sc-sp] {
		display: none !important;
	}
}
/* 720px以下は消す */

@media screen and (max-width: 640px) {
	[data-sc-pc] {
		display: none !important;
	}
}
.device-tablet .mod_main {
	width: calc(100% + 1px);
}
/* 自動高さ調整 */

[data-autoheight], [data-pc-autoheight], [data-sp-autoheight] {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/* 遅延読み込み */

[data-lf] {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
[data-lf][src], [data-lf][style*=background-image], [data-lf].load_view {
	opacity: 1;
}
.flowbottomSP {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	display: table;
	text-align: center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 999;
}
.flowbottomSP.active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.flowbottomSP a {
	display: table-cell;
	background-color: #FFF;
	vertical-align: middle;
}
.flowbottomSP a:nth-child(2) {
	background-color: #FFFEB7;
}
.flowbottomSP span {
	font-size: 0.11rem;
}
.flowbottomSPinview {
	position: absolute;
	top: 105vh;
	bottom: 0;
	pointer-events: none;
	width: 0;
}
/* ページトップボタン */

.pagetopbtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-filter: opacity(0%);
	filter: opacity(0%);
	pointer-events: none;
	-webkit-transition: opacity 0.2s, -webkit-filter 1s;
	transition: opacity 0.2s, -webkit-filter 1s;
	-o-transition: filter 1s, opacity 0.2s;
	transition: filter 1s, opacity 0.2s;
	transition: filter 1s, opacity 0.2s, -webkit-filter 1s;
	background-color: #fff;
	z-index: 999;
	margin-bottom: env(safe-area-inset-bottom);
}
.pagetopbtn:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagetopbtn.active {
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	pointer-events: auto;
}
.no-touchevents .pagetopbtn:hover {
	opacity: 0.6;
}
.pagetopbtnInview {
	position: absolute;
	top: 200vh;
	bottom: 0;
	pointer-events: none;
	width: 0;
}
/* ヘッダー */

.mod_header {
	height: 0;
}
.mod_header .header_row01 {
	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;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
	.mod_header .header_row01 {
		height: 0.5rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .header_row01 {
		padding: 0 10px;
		height: 50px;
	}
}
.minusScrollingState .mod_header .header_row01 {
	position: absolute;
}
.header_right {
	display: flex;
	align-items: center;

}
.mod_header .header_row01 .header_menu {
	position: relative;
	width: 44px;
	height: 44px;
	cursor: pointer;
}
.mod_header .header_row01 .header_menu .open .bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 1px;
	margin: auto;
	background-color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.spmenuopen .mod_header .header_row01 .header_menu .open .bar {
	background-color: #000;
}
.mod_header .header_row01 .header_menu .open .bar:nth-child(1) {
	top: -0.08rem;
}
.mod_header .header_row01 .header_menu .open .bar:nth-child(2) {
	bottom: -0.08rem;
}
.mod_header .header_row01 .header_menu .close .bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	margin: auto;
	background-color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.spmenuopen .mod_header .header_row01 .header_menu .close .bar {
	background-color: #000;
}
.mod_header .header_row01 .header_menu .close .bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mod_header .header_row01 .header_menu .close .bar:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.spmenuopen .mod_header .header_row01 .header_menu .open .bar {
	width: 0;
}
.spmenuopen .mod_header .header_row01 .header_menu .close .bar {
	width: 30px;
}
.no-touchevents .mod_header .header_row01 .header_menu:hover .open .bar:nth-child(1) {
	top: 0;
}
.no-touchevents .mod_header .header_row01 .header_menu:hover .open .bar:nth-child(2) {
	bottom: 0;
}
.no-touchevents .mod_header .header_row01 .header_menu:hover .close .bar {
	opacity: 0.4;
}
.mod_header .header_row01 .header_logo {
	display: block;
}
.mod_header .header_row01 .header_logo svg {
	display: block;
	height: auto;
	fill: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.spmenuopen .mod_header .header_row01 .header_logo svg {
	fill: #000;
}
@media print, screen and (min-width: 641px) {
	.mod_header .header_row01 .header_logo svg {
	}
}
@media screen and (max-width: 640px) {
	.mod_header .header_row01 .header_logo svg {
		width: 40px;
	}
}
.no-touchevents .mod_header .header_row01 .header_logo:hover svg {
	opacity: 0.6;
}
.mod_header .header_row01 .header_bag {
	position: relative;
	top: -2px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
}
@media screen and (max-width: 640px) {
	.mod_header .header_row01 .header_bag {
		padding-right: 10px;
	}
}
.mod_header .header_row01 .header_bag svg {
	display: block;
	height: auto;
	fill: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
	.mod_header .header_row01 .header_bag svg {
	}
}
@media screen and (max-width: 640px) {
	.mod_header .header_row01 .header_bag svg {
		width: 16px;
	}
}
.no-touchevents .mod_header .header_row01 .header_bag:hover svg {
	opacity: 0.6;
}
.mod_header .header_row01 .header_lookbook {
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 641px) {
	.mod_header .header_row01 .header_lookbook {
		height: 40px;
		padding: 0 15px;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .header_row01 .header_lookbook {
		position: fixed;
		top: 1.5rem;
		right: 0;
		transform-origin: right top;
		transform: rotate(90deg);
	}
}
.no-touchevents .mod_header .header_row01 .header_lookbook {
	transition: 0.2s;
}
.no-touchevents .mod_header .header_row01 .header_lookbook:hover {
	opacity: 0.6;
}
.mod_header .header_row01 .header_lookbook span {
	display: flex;
	align-items: center;
	background-color: #000;
	font-family: "Oswald", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
}
@media print, screen and (min-width: 641px) {
	.mod_header .header_row01 .header_lookbook span {
		font-size: 16px;
		height: 25px;
		padding: 0 5px 1px 5px;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .header_row01 .header_lookbook span {
		font-size: 16px;
		height: 25px;
		padding: 0 5px 1px 5px;
	}
}
.mod_header .row02 {
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #E4E0DD;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	pointer-events: none;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	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;
}
.spmenuopen .mod_header .row02 {
	opacity: 1;
	pointer-events: auto;
}
.mod_header .row02 .row02bg {
	position: absolute;
	fill: #FFF;
	stroke: none;
	height: auto;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .row02bg {
		width: 2.37rem;
		top: 15%;
		right: 12%;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .row02bg {
		width: 51vw;
		top: 7%;
		right: 4%;
	}
}
.mod_header .row02 .in {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 4vh;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .in {
		padding-top: 1.6rem;
		width: 80vw;
	}
}
.mod_header .row02 .copy .copyline01 {
	font-size: 8px;
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .retsu01 {
		padding: 0 0.1rem;
	}
}
.mod_header .row02 .tit {
	font-family: "Oswald", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	line-height: 1;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .tit {
		font-size: min(10vh, 0.45rem);
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .tit {
		font-size: 0.4rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .retsu02 {
		margin-left: 0.6rem;
		padding-top: 0.1rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .retsu02 {
		margin-top: 0.15rem;
		padding: 0 0.1rem;
	}
}
.mod_header .row02 .link01 {
	font-family: "Open Sans", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 800;
	line-height: 1;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link01 {
		font-size: min(3vh, 0.14rem);
		letter-spacing: 0.01rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link01 {
		font-size: 0.14rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link01+.link01 {
		margin-top: 0.15rem;
	}
}
.mod_header .row02 .link01 svg {
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link01 svg {
		width: 0.2rem;
	}
}
.mod_header .row02 .link01 span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link01 span {
		top: -1px;
	}
}
.mod_header .row02 .link01 a {
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link01 a {
		padding: 0.08rem 0;
	}
}
.mod_header .row02 .link01 a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -0.02rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-animation-name: hoverlineanim_out;
	animation-name: hoverlineanim_out;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.no-touchevents .mod_header .row02 .link01 a:hover:after {
	-webkit-animation-name: hoverlineanim_over;
	animation-name: hoverlineanim_over;
}
.mod_header .row02 .link02 {
	position: relative;
	font-family: "Open Sans", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02 {
		font-size: min(2.5vh, 0.11rem);
		letter-spacing: 0.005rem;
		margin-top: min(1.5vh, 0.1rem);
		padding-left: 0.13rem;
		margin-left: 0.08rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link02 {
		font-size: 0.10rem;
		margin-top: 0.05rem;
		padding-left: 0.13rem;
		margin-left: 0.08rem;
	}
}
.mod_header .row02 .link02:before, .mod_header .row02 .link02:after {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
}
.mod_header .row02 .link02:before {
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02:before {
		width: 0.1rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link02:before {
		width: 0.1rem;
	}
}
.mod_header .row02 .link02:after {
	width: 2px;
	bottom: 50%;
	left: 0;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02:after {
		height: min(3.5vh, 0.23rem);
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link02:after {
		height: 0.19rem;
	}
}
.mod_header .row02 .link02 a {
	display: inline-block;
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02 a {
		padding: min(1.0vh, 0.1rem) 0;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link02 a {
		padding: 0.06rem 0;
	}
}
.mod_header .row02 .link02 a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: min(0.7vh, 0.08rem);
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-animation-name: hoverlineanim_out;
	animation-name: hoverlineanim_out;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.no-touchevents .mod_header .row02 .link02 a:hover:after {
	-webkit-animation-name: hoverlineanim_over;
	animation-name: hoverlineanim_over;
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02+.link02 {
		margin-top: 0;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link02+.link02 {
		margin-top: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02+.link02:after {
		height: 0.35rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .link02+.link02:after {
		height: 0.3rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .link02+.link01 {
		margin-top: 0.05rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .retsu03 {
		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: end;
		-ms-flex-pack: end;
		justify-content: end;
		padding-left: 1.5rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .retsu03 {
		margin-top: 0.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_header .row02 .copyline01 {
		font-size: 0.08rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_header .row02 .copyline01 {
		text-align: center;
		font-size: 0.08rem;
	}
}
.pankuzuWrap {
	width: 100%;
	background-color: #fff;
	margin-top: 100px;
}
@media screen and (max-width: 640px) {
	.pankuzuWrap {
		height: 0.35rem;
		overflow: auto;
	}
}
.pankuzu {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: left;
	white-space: nowrap;
	overflow-x: scroll;
}
.pankuzu .link {
	display: inline-block;
	position: relative;
}
.pankuzu .link+.link {
	margin-left: 20px;
}
.pankuzu .link+.link:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -16px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* フッター */

.mod_footer .row01 {
	background-color: #000;
	color: #FFF;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.mod_footer .row01 {
		padding: 0.6rem 0 0.25rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_footer .row01 {
		padding: 0.6rem 0 0.1rem;
	}
}
.mod_footer .row01 .tit {
	font-family: "Oswald", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	line-height: 1;
}
@media print, screen and (min-width: 641px) {
	.mod_footer .row01 .tit {
		font-size: 0.52rem;
		letter-spacing: 0.03rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_footer .row01 .tit {
		font-size: 0.50rem;
		letter-spacing: 0.03rem;
	}
}
.mod_footer .row01 .tit>span {
	display: block;
}
@media print, screen and (min-width: 641px) {
	.mod_footer .row01 .desc {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_footer .row01 .desc {
		margin-top: 0.2rem;
	}
}
.mod_footer .row01 .desc a {
	text-decoration: underline;
}
.mod_footer .row01 .desc a {
	font-size: 0.13rem;
	letter-spacing: 2px;
}
.no-touchevents .mod_footer .row01 .desc a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 641px) {
	.mod_footer .row01 .copy {
		margin-top: 0.5rem;
		font-size: 0.08rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_footer .row01 .copy {
		margin-top: 0.55rem;
		font-size: 0.065rem;
	}
}
/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */

.no-touchevents .underline[href]:hover>span:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.underline>span {
	position: relative;
	display: inline-block;
}
.underline>span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.05rem;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.underline.current>span:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.txtlink {
	color: #000;
	text-decoration: underline;
}
.no-touchevents .txtlink:hover {
	text-decoration: none;
}
.external {
	color: #000;
}
.external span:after {
	content: "";
	position: relative;
	top: 0.02rem;
	display: inline-block;
	margin-left: 0.1rem;
	width: 0.15rem;
	height: 0.15rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 640px) {
	.external span:after {
		margin-left: 0.05rem;
		width: 0.12rem;
		height: 0.12rem;
	}
}
.btn01 {
	position: relative;
	display: inline-block;
	width: 3.2rem;
	height: 0.6rem;
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #000;
}
@media screen and (max-width: 640px) {
	.btn01 {
		display: block;
		height: 0.45rem;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}
.btn01:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn01>span {
	display: inline-block;
	letter-spacing: 0.02em;
	line-height: 1;
	font-weight: 700;
	color: #000;
	-webkit-transition: color 0.7s;
	-o-transition: color 0.7s;
	transition: color 0.7s;
}
.ie11 .btn01>span, .ie10 .btn01>span, .ie9 .btn01>span {
	margin-top: 0.03rem;
}
@media screen and (max-width: 640px) {
	.btn01>span {
		line-height: 1.4;
	}
}
.no-touchevents .btn01:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.cmnTit01 {
	font-family: "Oswald", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.cmnTit01 {
		font-size: 0.6rem;
		padding-top: 0.7rem;
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width: 640px) {
	.cmnTit01 {
		font-size: 0.5rem;
		padding-top: 0.7rem;
		margin-bottom: 0.25rem;
	}
}
.cmnTit01>span {
	display: block;
}
[data-svganimation03] {
	display: block;
	overflow: visible !important;
}
[data-svganimation03] [data-svganimation03-target] {
	fill: none;
	stroke: #000;
	stroke-width: 1px;
}
[data-pararax01] {
	position: relative;
}
[data-pararax01-inview] {
	position: absolute !important;
	top: 120px;
	bottom: 120px;
	left: 0;
	right: 0;
	width: 0%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
	[data-pararax01-inview] {
		top: 120px;
		bottom: 120px;
	}
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
	[data-pararax01-inview] {
		top: 50px;
		bottom: 50px;
	}
}
@media screen and (max-width: 640px) {
	[data-pararax01-inview] {
		top: 100px;
		bottom: 100px;
	}
}
[data-pararax01-opacity01] {
	opacity: 0 !important;
}
[data-pararax01-opacity01].active {
	opacity: 1 !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity02] {
	opacity: 0 !important;
	-webkit-transform: translateX(-20px) !important;
	-ms-transform: translateX(-20px) !important;
	transform: translateX(-20px) !important;
}
[data-pararax01-opacity02].active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity03] {
	opacity: 0 !important;
	-webkit-transform: translateX(20px) !important;
	-ms-transform: translateX(20px) !important;
	transform: translateX(20px) !important;
}
[data-pararax01-opacity03].active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity04] {
	opacity: 0 !important;
	-webkit-transform: translateY(20px) !important;
	-ms-transform: translateY(20px) !important;
	transform: translateY(20px) !important;
}
[data-pararax01-opacity04].active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity05] {
	opacity: 0 !important;
	-webkit-transform: translateY(-20px) !important;
	-ms-transform: translateY(-20px) !important;
	transform: translateY(-20px) !important;
}
[data-pararax01-opacity05].active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity06] {
	opacity: 0 !important;
	-webkit-transform: scale(0.8) !important;
	-ms-transform: scale(0.8) !important;
	transform: scale(0.8) !important;
}
[data-pararax01-opacity06].active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity07] {
	opacity: 0 !important;
	-webkit-transform: scale(1.2) !important;
	-ms-transform: scale(1.2) !important;
	transform: scale(1.2) !important;
}
[data-pararax01-opacity07].active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity08] {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
[data-pararax01-opacity08] [data-pararax01-opacity08-target] {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	-webkit-transform: rotateY(720deg) scale(0.2);
	transform: rotateY(720deg) scale(0.2);
	overflow: hidden;
}
[data-pararax01-opacity08] [data-pararax01-opacity08-target]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	-webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
[data-pararax01-opacity08].active [data-pararax01-opacity08-target] {
	opacity: 1;
	-webkit-transform: rotateY(0deg) scale(1);
	transform: rotateY(0deg) scale(1);
	-webkit-transition: 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity08].active [data-pararax01-opacity08-target]:after {
	left: 100%;
	-webkit-transition: 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000) 0.7s;
	-o-transition: 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000) 0.7s;
	transition: 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000) 0.7s;
	-webkit-clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
}
[data-pararax01-opacity09] {
	-webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
	clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
	opacity: 0;
}
[data-pararax01-opacity09].active {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	opacity: 1;
	-webkit-transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: clip-path 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 1.0s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity10] {
	-webkit-clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
	clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
	opacity: 0;
}
[data-pararax01-opacity10].active {
	-webkit-clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
	clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
	opacity: 1;
	-webkit-transition: opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity11] {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	opacity: 0;
}
[data-pararax01-opacity11].active {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	opacity: 1;
	-webkit-transition: opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
[data-pararax01-opacity12] {
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
	clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
	opacity: 0;
}
[data-pararax01-opacity12].active {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	opacity: 1;
	-webkit-transition: opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-clip-path 3.6s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.pararax01_pattern01 {
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}
.pararax01_pattern01 .pararax01_pattern01_underline {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#f00));
	background-image: -o-linear-gradient(#f00 0%, #f00 100%);
	background-image: linear-gradient(#f00 0%, #f00 100%);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0% 2px;
}
.pararax01_pattern01.active .pararax01_pattern01_underline {
	background-size: 100% 2px;
	-webkit-transition: background-size 3.6s cubic-bezier(0.2, 0, 0.18, 1);
	-o-transition: background-size 3.6s cubic-bezier(0.2, 0, 0.18, 1);
	transition: background-size 3.6s cubic-bezier(0.2, 0, 0.18, 1);
}
[data-pararax01-photo01a], [data-pararax01-photo01b], [data-pararax01-photo02a], [data-pararax01-photo02b], [data-pararax01-photo03a], [data-pararax01-photo03b], [data-pararax01-photo03c], [data-pararax01-photo04a], [data-pararax01-photo04b] {
	display: inline-block;
	position: relative;
	opacity: 0;
	font-size: 0;
}
.ie [data-pararax01-photo01a]>*, .ie [data-pararax01-photo01b]>*, .ie [data-pararax01-photo02a]>*, .ie [data-pararax01-photo02b]>*, .ie [data-pararax01-photo03a]>*, .ie [data-pararax01-photo03b]>*, .ie [data-pararax01-photo03c]>*, .ie [data-pararax01-photo04a]>*, .ie [data-pararax01-photo04b]>* {
	opacity: 0;
}
[data-pararax01-photo01a].active, [data-pararax01-photo01b].active, [data-pararax01-photo02a].active, [data-pararax01-photo02b].active, [data-pararax01-photo03a].active, [data-pararax01-photo03b].active, [data-pararax01-photo03c].active, [data-pararax01-photo04a].active, [data-pararax01-photo04b].active {
	opacity: 1;
}
.ie [data-pararax01-photo01a].active>*, .ie [data-pararax01-photo01b].active>*, .ie [data-pararax01-photo02a].active>*, .ie [data-pararax01-photo02b].active>*, .ie [data-pararax01-photo03a].active>*, .ie [data-pararax01-photo03b].active>*, .ie [data-pararax01-photo03c].active>*, .ie [data-pararax01-photo04a].active>*, .ie [data-pararax01-photo04b].active>* {
	opacity: 1;
}
.ie [data-pararax01-photo01a], .ie [data-pararax01-photo01b], .ie [data-pararax01-photo02a], .ie [data-pararax01-photo02b], .ie [data-pararax01-photo03a], .ie [data-pararax01-photo03b], .ie [data-pararax01-photo03c], .ie [data-pararax01-photo04a], .ie [data-pararax01-photo04b], .edge [data-pararax01-photo01a], .edge [data-pararax01-photo01b], .edge [data-pararax01-photo02a], .edge [data-pararax01-photo02b], .edge [data-pararax01-photo03a], .edge [data-pararax01-photo03b], .edge [data-pararax01-photo03c], .edge [data-pararax01-photo04a], .edge [data-pararax01-photo04b] {
	background-color: #FFF;
	opacity: 1 !important;
}
[data-pararax01-photo01a] svg, [data-pararax01-photo01b] svg, [data-pararax01-photo02a] svg, [data-pararax01-photo02b] svg, [data-pararax01-photo03a] svg, [data-pararax01-photo03b] svg, [data-pararax01-photo03c] svg, [data-pararax01-photo04a] svg, [data-pararax01-photo04b] svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
[data-pararax01-photo01a] rect, [data-pararax01-photo01b] rect, [data-pararax01-photo02a] rect, [data-pararax01-photo02b] rect, [data-pararax01-photo03a] rect, [data-pararax01-photo03b] rect, [data-pararax01-photo03c] rect, [data-pararax01-photo04a] rect, [data-pararax01-photo04b] rect {
	fill: #FFF;
}
[data-pararax01-photo01a].init, [data-pararax01-photo01b].init, [data-pararax01-photo02a].init, [data-pararax01-photo02b].init, [data-pararax01-photo03a].init, [data-pararax01-photo03b].init, [data-pararax01-photo03c].init, [data-pararax01-photo04a].init, [data-pararax01-photo04b].init {
	opacity: 1;
}
[data-inviewtextanimation] {
	position: relative;
}
[data-inviewtextanimation-inview] {
	position: absolute;
	top: 120px;
	bottom: 120px;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
	[data-inviewtextanimation-inview] {
		top: 120px;
		bottom: 120px;
	}
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
	[data-inviewtextanimation-inview] {
		top: 50px;
		bottom: 50px;
	}
}
@media screen and (max-width: 640px) {
	[data-inviewtextanimation-inview] {
		top: 40px;
		bottom: 40px;
	}
}
[data-inviewtextanimation-char] {
	display: inline-block;
}
[data-inviewtextanimation-textanimation01], [data-inviewtextanimation-textanimation02], [data-inviewtextanimation-textanimation03], [data-inviewtextanimation-textanimation04], [data-inviewtextanimation-textanimation05], [data-inviewtextanimation-textanimation06], [data-inviewtextanimation-textanimation07], [data-inviewtextanimation-textanimation08], [data-inviewtextanimation-textanimation09], [data-inviewtextanimation-textanimation10], [data-inviewtextanimation-textanimation11], [data-inviewtextanimation-textanimation12] {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	opacity: 0;
}
[data-inviewtextanimation-textanimation12] {
	overflow: hidden;
}

[data-mathceil] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}