@charset "UTF-8";
*, :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;
	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;
	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: "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: "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: "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: "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: "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: #242B33;
    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: 15px;
    font-weight: 400;
	overflow: hidden;
    line-height: 1.66;
}
@media screen and (max-width:768px) {
	.siteContent {
	}
}

.secTtl01 {
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}
@media screen and (max-width:768px) {
	.secTtl01 {
        font-size: 36px;
	}
}

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

.modTtl01 {
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}
@media screen and (max-width:768px) {
	.modTtl01 {
        font-size: 28px;
        line-height: 1;
	}
}

.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;
	}
}





.introductionSec {
	padding: 80px 20px 60px;
	background-color: #F7F4F0;
	text-align: center;;
}
.introductionSec__inner {
	margin: 0 auto;
}
.introductionSec__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
}
.introductionSec__date {
	margin-top: 10px;
	font-size: 14px;
}

.introductionSec__box {
    max-width: 600px;
    margin: 80px auto 0;
    padding: 20px 40px 40px;
    border-radius: 16px;
    background-color: #fff;
}
.concept {
    
}
.concept__img {
    max-width: 193px;
    margin: 0 auto;
    
}
.concept__ttl {
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size: 14px;
}
.concept__subttl {
    margin-bottom: 10px;
    text-align: center;
    font-size: 27px;
    color: #9D8D81;
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.concept__text {
	text-align: left;
}
@media screen and (max-width:768px) {
	.introductionSec {
        padding: 40px 20px;
	}
	.introductionSec__ttl {
		font-size: 25px;
        line-height: 35px;
	}
    .introductionSec__box {
        max-width: inherit;
        margin: 40px auto 0;
        padding: 20px 20px 40px;
    }
}


.lineup {
	padding: 60px 20px 0;
}
.lineup__lead {
    max-width: 600px;
	margin: 0 auto 40px;
    text-align: center;
}
.lineup__list {
	max-width: 600px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}
.lineup__listItem {
	width: calc((100% - 22px) / 3);
}
.lineup__listItem > a {
	display: block;
	padding: 120px 0 30px;
	color: #9D8D81;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.63158;
	font-family: "Lato", sans-serif;
	border-bottom: 1px solid #9D8D81;
	position: relative;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center bottom 14px;
	background-image: url(../images/icon_arrow01.svg);
	transition: all 0.2s;
}
.lineup__listItem > a:hover {
	opacity: 0.6;
}
.lineup__listItem > a:before {
	content: "";
	display: block;
	width: 94px;
	height: 117px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lineup__listItem.lineup__listItem--scrub > a:before {
	background-image: url(../images/lineup_scrub.jpg);
}
.lineup__listItem.lineup__listItem--cards > a:before {
	background-image: url(../images/lineup_card.jpg);
}
.lineup__listItem.lineup__listItem--keychain > a:before {
	background-image: url(../images/lineup_keychain.jpg);
}
@media screen and (max-width:768px) {
    .lineup__list {
        max-width: inherit;
        margin: 0 15px 40px;
    }
    .lineup__listItem {
        width: calc((100% - 20px) / 3);
    }
    .lineup__listItem > a {
        padding: 100px 0 30px;
        font-size: 18px;
    }
    .lineup__listItem > a:before {
        content: "";
        display: block;
        width: 80px;
        height: 100px;
    }
}
@media screen and (max-width:768px) {
	.lineup {
		padding: 45px 20px 0;
	}
	.lineup__ttl {
		font-size: 33px;
	}
	.lineup__lead {
		text-align: left;
	}
	.lineup__list {
		max-width: inherit;
	}
}


#scrub .itemBlock {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width:768px) {
    #scrub .itemBlock {
        padding: 0 0 60px;
        margin: 0 -20px;
    }
    #scrub .itemBlock__detail {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#cards.lineupBlock {
    padding: 80px 0;
}
#cards .itemBlock.itemBlock--sub {
    padding-top: 40px;
}
#cards .itemBlock.itemBlock--sub .itemBlock__inner {
    max-width: 500px;
}
@media screen and (max-width:768px) {
    #cards .itemBlock {
        padding: 0 0 60px;
        margin: 0 -20px;
    }
    #cards .itemBlock__detail {
        padding-left: 20px;
        padding-right: 20px;
    }
    #cards .itemBlock.itemBlock--sub {
        padding: 0 20px;
    }
    #cards .itemBlock.itemBlock--sub .itemBlock__inner {
        max-width: inherit;
    }
    #cards .itemBlock.itemBlock--sub .itemBlock__detail {
        padding: 20px 0 0;
    }
    #cards .itemBlock.itemBlock--sub .itemBlock__detailText {
        margin-top: 0;
    }
}


#keychain.lineupBlock {
    margin: 0 -20px;
    padding: 60px 20px;
    background-color: #F7F4F0;
}
#keychain .itemBlock {

}
@media screen and (max-width:768px) {
    #keychain .itemBlock {
        padding: 0;
        margin: 0 -20px;
    }
    #keychain .itemBlock__detail {
        padding-left: 20px;
        padding-right: 20px;
    }
    #keychain .artistBlock {
        margin-top: 25px;

    }
}


.itemBlock {
    margin: 0 -20px;
    padding: 0 20px;
}
.itemBlock.itemBlock--navy {
    background-color: #DDDFEC;

}
.itemBlock.itemBlock--charcoal {
    background-color: #EEEEEE;
}
.itemBlock.itemBlock--green {
    background-color: #DDE8DD;
}
.itemBlock.itemBlock--orange {
    background-color: #F1EAE4;
}
.itemBlock__inner {
	max-width: 600px;
	margin: 0 auto;
}
.itemBlock__ttl {
    margin-bottom: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}
.itemBlock__img img {
	width: 100%;
	height: auto;
}
.itemBlock__detail {
    padding-top: 20px;
}
.itemBlock__detailTtl {
    margin: 0 0 20px;
	text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.itemBlock__detailText {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
}
.itemBlock__detailNote {
    margin-top: 10px;
    font-size: 12px;
}
.itemBlock__link {
    margin-top: 20px;
	text-align: center;
}
.itemBlock__link a {
	display: inline-block;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 400;
}
.itemBlock__link a:hover {
	opacity: 0.7;
}
.itemBlock__btn {
	text-align: center;
	padding: 25px 0 20px;
}
.itemBlock__btn a {
	display: inline-block;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	padding: 10px 25px;
	background-color: #E0B698;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	transition: all 0.2s;
}
.itemBlock__btn a:hover {
	opacity: 0.7;
}
.itemBlock__artist {
    margin-top: 60px;
    text-align: center;
}
.itemBlock__artistImg {
    width: 120px;
    margin: 0 auto 10px;
}
.itemBlock__artistTtl {
    font-size: 18px;
}
.itemBlock__artistName {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
}
.itemBlock__artistLink {
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 14px;
    font-size: 13px;
    text-decoration: underline;
    color: #9D8D81;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 14px auto;
    background-image: url(../images/icon_arrow02.svg);
}
.itemBlock__movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.itemBlock__movie iframe {
  width: 100%;
  height: 100%;
}

.itemBlock.itemBlock--sub {
    padding: 0 50px;
}
@media screen and (max-width:768px) {
	.itemBlock__inner {
		max-width: inherit;
	}
    .itemBlock__btn a {
        font-size: 16px;
    }
}


.artistBlock {
    max-width: 420px;
    margin: 60px auto 0;
}
.artistBlock__ttl {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
.artistBlock__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.artistBlock__item {
    max-width: 120px;
    text-align: center;
}
.artistBlock__itemImg {
    margin-bottom: 10px;
}
.artistBlock__itemName {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
.artistBlock__itemLink {
    display: inline-block;
    padding-bottom: 13px;
    font-size: 13px;
    color: #9D8D81;
    line-height: 1.3;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 14px auto;
    background-image: url(../images/icon_arrow02.svg);
}
@media screen and (max-width:768px) {
    .artistBlock {
        max-width: inherit;
    }
    .artistBlock__list {
        gap: 20px 10px;
    }
    .artistBlock__item {
        max-width: inherit;
        width: calc((100% - 20px) / 3);
    }
}


.noveltySec {
    padding: 100px 0 80px;
}
@media screen and (max-width:768px) {
    .noveltySec {
        padding: 40px 20px 80px;
    }
    .noveltySec .itemBlock__detail {
        padding-top: 0;
    }
    .noveltySec .itemBlock__detailText {
        margin-top: 10px;
    }
}

    
.artistSec {
    padding: 60px 0;
    background-color: #F7F4F0;
}
.artistList {
    max-width: 575px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 35px;
}
.artistList__item {
    width: calc((100% - 35px) / 2);
}
.artistList__itemImg {
    max-width: 174px;
    margin: 0 auto 10px;
}
.artistList__itemTtl {
    font-size: 15px;
    text-align: center;
}
.artistList__itemSubttl {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-align: center;
}
.artistList__itemText {
    margin-top: 10px;
    font-size: 14px;
}
@media screen and (max-width:768px) {
    .artistSec {
        padding: 40px 20px;
    }
    .artistList {
        max-width: inherit;
    }
    .artistList__itemImg {
        max-width: inherit;
    }
}


.storySec {
    padding: 100px 0;
}
@media screen and (max-width:768px) {
    .storySec {
        padding: 40px 20px 60px;
    }
    .storySec .itemBlock__detail {
        padding-top: 0;
    }
    .storySec .itemBlock__detailText {
        margin-top: 10px;
    }
}


.historySec {
    padding: 60px 0;
    background-color: #F7F4F0;
}
.historySec .itemBlock:nth-of-type(n + 2) {
    margin-top: 80px;
}
.historySec .itemBlock__detailText {
    margin-top: 0;
}
@media screen and (max-width:768px) {
    .historySec {
        padding: 40px 20px;
    }
}


.js-slider .slick-dots {
	bottom: -30px;

}
.js-slider .slick-dots li {
	width: 50px;
	height: 6px;
}
.js-slider .slick-dots li button {
	padding: 0;
	width: 50px;
	height: 6px;
	background-color: #fff;
}
.js-slider .slick-dots li.slick-active button {
	background-color: #9D8D81;
}
.js-slider .slick-dots li button:before {
	content: none;

}

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

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__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;
	}
}
