@charset "UTF-8";
/* @import url("https://use.typekit.net/zod8rwh.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Lato&family=M+PLUS+Rounded+1c&family=Montserrat:wght@500&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap"); */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0
}
main {
	display: block
}
address, blockquote, dl, figure, form, iframe, p, pre, table {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}
pre {
	font-family: monospace, monospace;
	font-size: inherit
}
address {
	font-style: inherit
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.6s;
	transition: 0.6s
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
embed, iframe, img, object {
	display: block;
	width: 100%;
	vertical-align: bottom
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit
}
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
	cursor: default
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
select::-ms-expand {
	display: none
}
option {
	padding: 0
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
label[for] {
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
[contenteditable] {
	outline: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption {
	text-align: left
}
td, th {
	vertical-align: top;
	padding: 0
}
th {
	text-align: left;
	font-weight: bold
}
template {
	display: none
}
[hidden] {
	display: none
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes zoomOut {
	0% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@-webkit-keyframes confetti {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
		transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
		transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
	}
	50% {
		-webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
		transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
	}
	75% {
		-webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
		transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
	}
	86% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
		transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
	}
}
@keyframes confetti {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
		transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
		transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
	}
	50% {
		-webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
		transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
	}
	75% {
		-webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
		transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
	}
	86% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
		transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
	}
}


@-webkit-keyframes headerBg {
	0% {
		background: rgba(0, 0, 0, 0)
	}
	to {
		background: rgba(0, 0, 0, 0.19)
	}
}
@keyframes headerBg {
	0% {
		background: rgba(0, 0, 0, 0)
	}
	to {
		background: rgba(0, 0, 0, 0.19)
	}
}
@-webkit-keyframes headerBgReturn {
	0% {
		background: rgba(0, 0, 0, 0.19)
	}
	to {
		background: rgba(0, 0, 0, 0)
	}
}
@keyframes headerBgReturn {
	0% {
		background: rgba(0, 0, 0, 0.19)
	}
	to {
		background: rgba(0, 0, 0, 0)
	}
}
@-webkit-keyframes linkHover {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@keyframes linkHover {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@-webkit-keyframes linkHoverReturn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	to {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}
@keyframes linkHoverReturn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	to {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}



.fadeUpTrigger {
	opacity: 0
}

.aboutSec {
	min-width: 1140px;
	padding: 70px 0 50px;
	background: url("../images/page/bg_about.jpg") center center/cover
}
@media screen and (max-width:768px) {
	.aboutSec {
		margin-bottom: 110px;
		min-width: auto
	}
}
.aboutSec__title {
	margin-bottom: 7rem;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: left;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-family: "Lato", sans-serif;
	text-align: center;
	font-weight: 400
}
@media screen and (max-width:768px) {
	.aboutSec__title {
		font-size: 1.8rem;
		line-height: 1
	}
}
.aboutSec__photo {
	width: 90px;
	margin: 0 auto 7rem
}
.aboutSec__subTitle {
	margin-bottom: 1rem;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: left;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	font-weight: 500
}
@media screen and (max-width:768px) {
	.aboutSec__subTitle {
		font-size: 3.2rem;
		line-height: 1
	}
}
.aboutSec__subTitle02 {
	margin-bottom: 5rem;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: left;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-weight: 500
}
@media screen and (max-width:768px) {
	.aboutSec__subTitle02 {
		font-size: 2.4rem;
		line-height: 1.45
	}
}
@media screen and (max-width:768px) {
	.aboutSec__subTitle02 {
		margin-bottom: 3rem
	}
}
.aboutSec__text {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: left;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-weight: 400
}
@media screen and (max-width:768px) {
	.aboutSec__text {
		font-size: 1.4rem;
		line-height: 1.8
	}
}
@media screen and (max-width:768px) {
	.aboutSec__text {
		padding: 0 10px;
		max-width: 38 0px;
		margin: 0 auto 2rem
	}
}
@media screen and (max-width:370px) {
	.aboutSec__text {
		font-size: 1.2rem
	}
}
.aboutSec__text.last {
	margin-bottom: 7rem
}
@media screen and (max-width:768px) {
	.aboutSec__text.last {
		margin-bottom: 5rem
	}
}
.aboutSec__more {
	text-align: center
}
.aboutSec__moreLink {
	width: 240px;
	height: 62px;
	margin: 0 auto;
	position: relative
}
.aboutSec__moreLinkSpan {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: left;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-weight: 400;
	-webkit-transition: 0.5s;
	transition: 0.5s
}
@media screen and (max-width:768px) {
	.aboutSec__moreLinkSpan {
		font-size: 1.4rem;
		line-height: 1
	}
}
.aboutSec__moreLinkBg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-animation: linkHoverReturn 0.5s ease-in-out forwards;
	animation: linkHoverReturn 0.5s ease-in-out forwards
}
.fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}
@-webkit-keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
footer {
	min-width: 1140px;
	border-top: 1px solid #420067;
	margin-top: 65px;
	position: relative
}
@media screen and (max-width:768px) {
	footer {
		min-width: auto
	}
}
footer .social {
	width: 100%;
	display: block;
	font-size: 0
}
footer .social__link {
	width: 50%;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #420067
}
footer .social__link .link_content {
	height: 50px;
	width: 100%;
	text-decoration: none;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
footer .social__link span {
	color: #662d91;
	font-size: 15px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", "Playfair Display", serif;
	letter-spacing: 0.15em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0 center;
	background-repeat: no-repeat;
	display: block;
	padding-right: 20px;
	position: relative
}
footer .social__link span:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	width: 6.5px;
	height: 9.5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/footer/carret-right-violet.png")
}
footer .social__link.fb span {
	background-image: url("../images/footer/ico_fb.png");
	background-size: 7px;
	padding-left: 15px
}
footer .social__link.ig {
	border-left: 1px solid #420067
}
footer .social__link.ig span {
	background-image: url("../images/footer/ico_ig.png");
	background-size: 15px;
	padding-left: 25px
}
footer .logo {
	display: block;
	margin: 50px auto 0;
	max-height: 40px;
	max-width: 190px
}
footer .logo img {
	max-height: 40px;
	max-width: 190px;
	-webkit-backface-visibility: unset;
	backface-visibility: unset
}
footer .copyright {
	padding: 50px 0 40px;
	text-align: center;
	font-size: 12.5px;
	color: #888;
	letter-spacing: 0.15em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", "Playfair Display", serif
}
footer .animated-scroll {
	position: absolute;
	right: 0;
	margin-right: 40px;
	height: 70px;
	z-index: 50;
	bottom: 280px;
	-webkit-transition: all 1s cubic-bezier(0.61, 0.55, 0.51, 0.99);
	transition: all 1s cubic-bezier(0.61, 0.55, 0.51, 0.99);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl
}
footer .animated-scroll a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}
footer .animated-scroll a p {
	left: 2px;
	letter-spacing: 0.16em;
	color: #470a6a;
	font-size: 14px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", "Playfair Display", serif
}
footer .animated-scroll a .animated-scroll-bar {
	display: block;
	height: 60px;
	width: 1px;
	border-right: 1px solid #470a6a;
	position: absolute;
	right: 8px;
	top: -100%
}
footer .animated-scroll a .animated-scroll-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	width: 1px;
	height: 15px;
	border-right: 1px solid #470a6a
}
@media screen and (max-width:768px) {
	footer {
		margin: 0
	}
	footer .animated-scroll {
		position: absolute;
		top: -80px;
		left: 50%;
		right: auto;
		width: 70px;
		height: 80px;
		margin: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #666;
		z-index: 40;
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset
	}
	footer .animated-scroll a {
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		height: 80px;
		width: 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 12px
	}
	footer .animated-scroll a p {
		font-size: 16px;
		font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", "Playfair Display", serif;
		letter-spacing: 1px;
		text-align: center
	}
	footer .animated-scroll a .animated-scroll-bar {
		display: block;
		height: 40px;
		right: 50%;
		width: 1px;
		position: absolute;
		top: 0
	}
	footer .animated-scroll a .animated-scroll-bar:before {
		left: 3px;
		height: 10px
	}
	footer .social__link span {
		font-size: 10px;
		padding-left: 18px
	}
	footer .social__link span:after {
		top: calc(50% - 4px);
		width: 5px;
		height: 8px
	}
	footer .social__link.fb span {
		background-size: 5px;
		padding-left: 12px
	}
	footer .social__link.ig span {
		background-size: 11px;
		padding-left: 17px
	}
	footer .logo {
		margin: 55px auto 0
	}
	footer .copyright {
		padding: 34px 0 28px
	}
}
html {
	font-size: 62.5%
}
@media screen and (max-width:768px) {
	html {
		font-size: 62.5%
	}
}
body {
	color: #1d1d1d;
    font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
	body {
		min-width: inherit
	}
}
:focus {
	outline: none
}
.u-pcDb {
	display: block
}
.u-pcDib {
	display: inline-block
}
.u-pcDin {
	display: inline
}
.u-pcDf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.u-pcDt {
	display: table
}
.u-pcDtc {
	display: table-cell
}
.u-spDb, .u-spDf, .u-spDib, .u-spDin, .u-spDt, .u-spDtc {
	display: none
}
@media screen and (max-width:768px) {
	.u-pcDb, .u-pcDf, .u-pcDib, .u-pcDin, .u-pcDt, .u-pcDtc {
		display: none
	}
	.u-spDb {
		display: block
	}
	.u-spDib {
		display: inline-block
	}
	.u-spDin {
		display: inline
	}
	.u-spDf {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.u-spDt {
		display: table
	}
	.u-spDtc {
		display: table-cell
	}
}
figure, picture {
	display: block
}
figure img, picture img {
	width: 100%;
	height: auto
}
.animationText span {
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out
}
.u-hover01 {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
@media screen and (min-width:769px) {
	.u-hover01:hover {
		opacity: 0.6
	}
}
.u-hover02 {
	text-align: center
}
.u-hover02Link {
	display: block;
	background-color: #707070
}
@media screen and (min-width:769px) {
	.u-hover02Link:hover .u-hover02Span {
		color: #707070
	}
	.u-hover02Link:hover .u-hover02Bg {
		-webkit-animation: linkHover 0.5s ease-in-out forwards;
		animation: linkHover 0.5s ease-in-out forwards
	}
}
.u-hover02Span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s
}
.u-hover02Bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-animation: linkHoverReturn 0.5s ease-in-out forwards;
	animation: linkHoverReturn 0.5s ease-in-out forwards
}
.u-hover03 {
	position: relative
}
.u-hover03:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0
}
@media screen and (min-width:769px) {
	.u-hover03:hover:before {
		-webkit-animation: linkHover 0.5s ease-in-out forwards;
		animation: linkHover 0.5s ease-in-out forwards
	}
}
[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}
[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0)
}
[data-aos=fade-right] {
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0)
}
[data-aos=fade-left] {
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0)
}


.kvArea {
	transform: scale(1.05);
	transition-property: filter,opacity,transform !important;
}
.kvArea.aos-animate {
	transform: scale(1);
}
.kvArea img {
	width: 100%;
	height: auto;
}
.kvArea__inner {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
@media screen and (max-width:768px) {
	.kvArea {
	}
}


.siteContent {
    font-size: 16px;
    font-weight: 400;
	overflow: hidden;
}
@media screen and (max-width:768px) {
	.siteContent {
	}
}

.introductionSec {
	padding: 40px 20px;
	background-color: #EDECF5;
	text-align: center;;
}
.introductionSec__inner {
	margin: 0 auto;
}
.introductionSec__ttl {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
}
.introductionSec__ttlSub {
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
}
.introductionSec__text {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.625;
}
@media screen and (max-width:768px) {
	.introductionSec {
	}
	.introductionSec__ttl {
		font-size: 26px;
	}
	.introductionSec__text {
		text-align: left;
	}
}


.lineup {
	padding: 80px 20px;
	background-color: #EDECF5;
}
.lineup__ttl {
	color: #626262;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 40px;
}
.lineup__list {
	max-width: 716px;
	margin: 0 auto;
	display: flex;
	gap: 15px;
}
.lineup__listItem {
	flex: 1 1 0%;
}
.lineup__listItem > a {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #626262;
	color: #626262;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 300;
	position: relative;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center bottom 14px;
	background-image: url(../images/icon_arrow.svg);
	transition: all 0.2s;
}
.lineup__listItem > a:hover {
	opacity: 0.6;
}

@media screen and (max-width:768px) {
	.lineup {
		padding: 45px 20px 60px;
	}
	.lineup__ttl {
		font-size: 36px;
	}
	.lineup__list {
		max-width: inherit;
		gap: 4%;
	}
}


.itemSec {
	padding-top: 40px;
}
.itemSec:nth-of-type(n + 2) {
	padding-top: 80px;
}
.itemSec__inner {
	max-width: 716px;
	margin: 0 auto;
}
.itemSec__ttl {
	margin-bottom: 20px;
	color: #626262;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.itemSec__lead {
	line-height: 1.625;
}
.itemSec__list {
	display: flex;
	flex-wrap: wrap;
}
.itemSec__cont {
	width: calc((100% - 15px) / 2);
	margin-top: 40px;
}
.itemSec__cont:nth-of-type(even) {
	margin-left: 15px;
}
.itemSec__contImg {
	position: relative;
	margin-bottom: 10px;
}
.itemSec__contImg > a {
	display: block;
	overflow: hidden;
}
.itemSec__contImg > a img {
	transition: all 0.6s ease-in-out 0s;
}
.itemSec__contImg > a:hover img {
	transform: scale(1.1);
}
.itemSec__contImgIcon {
	position: absolute;
	right: -15px;
	bottom: 0;
}
.itemSec__contImgIcon img {
	width: 100%;
	height: auto;
}
#scrub .itemSec__cont:nth-of-type(1) .itemSec__contImgIcon {
	width: 90px;
	bottom: -25px;
}
#scrub .itemSec__cont:nth-of-type(2) .itemSec__contImgIcon {
	width: 88px;
	right: -23px;
	bottom: -25px;
}
#scrub .itemSec__cont:nth-of-type(3) .itemSec__contImgIcon {
	width: 103px;
	bottom: -45px;
}
#scrub .itemSec__cont:nth-of-type(4) .itemSec__contImgIcon {
	width: 138px;
	right: -30px;
	bottom: -45px;
}

#pencase .itemSec__cont:nth-of-type(2) .itemSec__contImgIcon {
	width: 137px;
	bottom: auto;
	right: -23px;
	top: -46px;
}
.itemSec__contTtl {
	color: #5F5F5F;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.285;
}
.itemSec__contLink {
	margin-top: 5px;
	color: #5F5F5F;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
.itemSec__contLink > a {
	transition: all 0.2s ease-in-out 0s;
}
.itemSec__contLink > a:hover {
	opacity: 0.6;
}

@media screen and (max-width:768px) {
	.itemSec__inner {
		max-width: inherit;
	}
	.itemSec__contImgIcon {
		right: -11px;
	}
	#scrub .itemSec__cont:nth-of-type(1) .itemSec__contImgIcon {
		width: 48px;
		bottom: -4px;
	}
	#scrub .itemSec__cont:nth-of-type(2) .itemSec__contImgIcon {
		width: 47px;
		right: -12px;
		bottom: -4px;
	}
	#scrub .itemSec__cont:nth-of-type(3) .itemSec__contImgIcon {
		width: 55px;
		right: -10px;
		bottom: -15px;
	}
	#scrub .itemSec__cont:nth-of-type(4) .itemSec__contImgIcon {
		width: 74px;
		right: -16px;
		bottom: -15px;
	}
	
	#pencase .itemSec__cont:nth-of-type(2) .itemSec__contImgIcon {
		width: 87px;
		bottom: auto;
		right: -5px;
		top: -32px;
	}
}

.contentsSec {
	padding: 0 20px;
	background-color: #EDECF5;
}
.contentsSec__ttl {
	color: #626262;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 40px;
}
.contentsSec__inner {
	width: 335px;
	margin: 0 auto;
}
.contentsSec__list {
	display: flex;
	justify-content: space-between;
}
.contentsSec__item {
	width: 160px;
	
}
.contentsSec__itemImg {

}
.contentsSec__itemImg img {
	width: 100%;
	height: auto;
}
.contentsSec__itemText {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.contentsSec__itemBtn {
	display: flex;
	width: 132px;
	margin: 0 auto;
	padding: 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #5F5F5F;
	background-color: #FFF;
	color: #5F5F5F;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.contentsSec__itemBtn:hover {
	opacity: 0.6;
}
@media screen and (max-width:768px) {
	.contentsSec {
		padding-bottom: 35px;
	}
	.contentsSec__ttl {
		font-size: 36px;
	}
}



.profileSec {
	padding: 40px 20px;
	background-color: #FFF;
}
.profileSec__inner {
	max-width: 716px;
	margin: 0 auto;
}
.profileSec__ttl {
	margin-bottom: 30px;
	color: #000;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.22;
}
.profileSec__lead {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.625;

}
.profileSec__img {

}
@media screen and (max-width:768px) {
	.profileSec {
		padding: 40px 20px 0;
	}
	.profileSec__inner {
		max-width: inherit;
	}
	.profileSec__img {
		margin: 0 -20px;
	}
}


.secBtn {
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:768px) {
}

.modBtn01 {
	display: inline-block;
	padding: 0 35px;
	height: 51px;
	line-height: 51px;
	background-color: #5F5F5F;
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 500;
	transition: all 0.2s;
}
.modBtn01:hover {
	opacity: 0.7;
}

@media screen and (max-width:768px) {
	.modBtn01 {
		padding: 0 20px;
		height: 39px;
		line-height: 39px;
	}
}

#fixedBtn {
	position: fixed;
	right: 31px;
    bottom: 31px;
    z-index: 1000;
}
.fixedBtn__btn {
	display: inline-block;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	background-color: #E9CD4A;
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 500;
	transition: all 0.2s;
}
.fixedBtn__btn:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	#fixedBtn {
		right: 20px;
		bottom: 20px;
	}
	.fixedBtn__btn {
		height: 64px;
		line-height: 64px;
	}
}

footer,
.aboutSec {
	min-width: inherit;
}
body footer {
	margin-top: 40px;
}
.footer__sns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #3B0163;
}
.footer__snsTtl {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, "Noto Serif JP", "Playfair Display", serif;
	color: #3B0163;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.1px;
}
.footer__snsList {


}
.footer__snsItem {
	display: inline-block;
	margin: 0 0 0 10px;
}
.footer__snsItem img {
	width: auto;
	height: 12px;
}

body section.pr_topicpath-sect {
	margin-bottom: 0;
	padding-bottom: 10px;

}

@media screen and (max-width:768px) {
	body footer {
		margin-top: 125px;
	}
}

