@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
html {
	font-size: 62.5%;
	height: 100%;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#includeFooter #globalFooterBlock {
	position: relative;
	background-color: #fff;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	overflow: hidden;
}
#contentsWrapper img.cover {
	max-width: 100%;
	height: auto;
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
/*テキストまわり*/
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignCenter > .blockText,
#contentsWrapper .alignRight > .blockText {
	display: inline-block;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .textIndent,
#contentsWrapper .textIndentList > li {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#contentsWrapper .marginTop0 {
	margin-top: 0!important;
}
#contentsWrapper .marginTopHalf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1 {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop1half {
	margin-top: 1.5em!important;
}
#contentsWrapper .marginTop2 {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3 {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4 {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginTopMinu1 {
	margin-top: -1em!important;
}
#contentsWrapper .marginTopMinu2 {
	margin-top: -2em!important;
}
#contentsWrapper .marginTopMinu3 {
	margin-top: -3em!important;
}
#contentsWrapper .marginTopMinu4 {
	margin-top: -4em!important;
}
#contentsWrapper .paddingVerticalHalf {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#contentsWrapper .paddingVertical1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
#contentsWrapper .paddingVertical2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
#contentsWrapper .paddingVertical3 {
	padding-top: 3em;
	padding-bottom: 3em;
}
#contentsWrapper .paddingVertical4 {
	padding-top: 4em;
	padding-bottom: 4em;
}
#contentsWrapper .paddingHorizontalHalf {
	padding-left: 0.5em;
	padding-right: 0.5em;
	box-sizing: border-box;
}
#contentsWrapper .paddingHorizontal1 {
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
}
#contentsWrapper .paddingHorizontal1half {
	padding-left: 1.5em;
	padding-right: 1.5em;
	box-sizing: border-box;
}
#contentsWrapper .paddingHorizontal2 {
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: border-box;
}
#contentsWrapper .paddingRound1 {
	padding: 1em;
	box-sizing: border-box;
}
#contentsWrapper .paddingRound2 {
	padding: 2em;
	box-sizing: border-box;
}
#contentsWrapper .fontJp {
	font-family: "見出ミンMA31", "Midashi Min MA31", serif;
}
#contentsWrapper .fontBold {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}
#contentsWrapper h1,
#contentsWrapper h2,
#contentsWrapper h3,
#contentsWrapper h4,
#contentsWrapper h5,
#contentsWrapper .fontNormal {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#contentsWrapper .lineHeight100 {
	line-height: 1;
}
#contentsWrapper .lineHeight150 {
	line-height: 1.5;
}
#contentsWrapper .lineHeight175 {
	line-height: 1.75;
}
#contentsWrapper .letterSpacing0 {
	letter-spacing: 0;
}
#contentsWrapper .text60 {
	font-size: 60px;
}
#contentsWrapper .text30 {
	font-size: 30px;
}
#contentsWrapper .text24 {
	font-size: 24px;
}
#contentsWrapper .text15 {
	font-size: 15px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#contentsWrapper .text60 {
		font-size: 4vw;
	}
	#contentsWrapper .text30 {
		font-size: 2vw;
	}
	#contentsWrapper .text24 {
		font-size: 24px;
	}
	#contentsWrapper .text15 {
		font-size: 1vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text60 {
		font-size: 8vw;
	}
	#contentsWrapper .text30 {
		font-size: 4vw;
	}
	#contentsWrapper .text24 {
		font-size: 3.2vw;
	}
	#contentsWrapper .text15 {
		font-size: 2vw;
	}
}
/*背景色*/
#contentsWrapper .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url("../images/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper .clipContents {
	clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}
#contentsWrapper .bgYellowAlpha {
	background-color: rgba(255,221,0,0.5);
}
#contentsWrapper .bgWhiteAlpha {
	background-color: rgba(255,255,255,0.5);
}
#contentsWrapper .bgWhite {
	background-color: #fff;
}
#contentsWrapper .bgOrangeAlpha {
	background-color: rgba(255,153,0,0.75);
}
#contentsWrapper .bgPattern {
	background-image: url("../images/bgPattern.png");
	background-position: left top;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .clipContents {
		clip-path: polygon(0 1.25%, 100% 0, 100% 98.75%, 0 100%);
	}
}
/*リンク装飾*/
#contentsWrapper a {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	cursor: pointer!important;
	transition: all 0.5s ease;
}
#contentsWrapper a.hover {
	color: #fff;
	text-decoration: none;
	transition: all 0.15s ease;
}
#contentsWrapper a.hoverOpacity {
	opacity: 1;
	transition: all 0.5s ease;
}
#contentsWrapper a.hoverOpacity.hover {
	opacity: 0.75;
	transition: all 0.15s ease;
}
/*デフォルト文字色*/
#contentsWrapper .textWhite,
#contentsWrapper .textWhite a,
#contentsWrapper a .textWhite {
	color: #fff;
}
/*テキスト装飾*/
#contentsWrapper .title {
	position: relative;
	padding-bottom: 0.25em;
}
#contentsWrapper .title::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1.75em;
	height: 4px;
}
#contentsWrapper .flexReverse .title::before {
	left: inherit;
	right: 0;
}
#contentsWrapper .title.alignCenter::before {
	left: 50%;
	transform: translateX(-50%);
}
#contentsWrapper .title.title2tone::before {
	background: #350207;
	background: linear-gradient(90deg, #350207 50%, #fbf9e2 50%);
}
#contentsWrapper .title.title3tone::before {
	height: 8px;
	background: #ec81b0;
	background: linear-gradient(90deg, #ec81b0 33.3333%, #fac010 33.3333%, #fac010 66.6666%, #82ceeb 66.6666%);
}
@media screen and (max-width: 800px) {
	#contentsWrapper .title {
		padding-bottom: 0.35em;
	}
	#contentsWrapper .title::before {
		width: 2.5em;
		height: 0.5vw;
	}
	#contentsWrapper .title.title3tone::before {
		height: 1vw;
	}
	#contentsWrapper .flexReverse .title::before {
		left: 0;
		right: inherit;
	}
}
#contentsWrapper .textBox {
	position: relative;
	padding: 1em;
	background-color: rgba(53,2,7,0.25);
	border: 6px solid transparent;
	border-image: linear-gradient(-70deg, #ec7faf 0%, #fabf0f 50%, #7fcdeb 100%);
	border-image-slice: 1;
	box-sizing: border-box;
}
#contentsWrapper .btn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#contentsWrapper .btn > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(53,2,7,0.25);
	border: 3px solid transparent;
	border-image: linear-gradient(-85deg, #ec7faf 0%, #fabf0f 50%, #7fcdeb 100%);
	border-image-slice: 1;
}
#contentsWrapper .btn > a.hover {
	background: linear-gradient(-85deg, #ec7faf 0%, #fabf0f 50%, #7fcdeb 100%);
}
#contentsWrapper .btn > a > span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.75em 2em;
	background-image: url("../images/_svg/arrow.svg");
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
#contentsWrapper .btn > a.hover > span {
	background-position: right 0.25em center;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .btn {
		width: 80%;
	}
}
/*枠組み*/
#contentsWrapper .sectionWrapper,
#contentsWrapper .objWrapper {
	position: relative;
}
#contentsWrapper .sectionWrapper .obj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
#contentsWrapper .sectionWrapper .objOver {
	position: relative;
	z-index: 5;
}
#contentsWrapper .sectionWrapper .sec01obj01 {
	top: -324px;
	left: -150px;
	width: 25vw;
	max-width: 300px;
}
#contentsWrapper .sectionWrapper .sec01obj02 {
	top: -330px;
	left: inherit;
	right: -330px;
	width: 40vw;
	max-width: 600px;
}
#contentsWrapper .sectionWrapper .sec02obj01 {
	top: -210px;
	left: inherit;
	right: -348px;
	width: 47vw;
	max-width: 705px;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#contentsWrapper .sectionWrapper .sec01obj01 {
		top: -21.6vw;
		left: -10vw;
	}
	#contentsWrapper .sectionWrapper .sec01obj02 {
		top: -22vw;
		right: -20vw;
	}
	#contentsWrapper .sectionWrapper .sec02obj01 {
		top: -14vw;
		right: -23.2vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .sectionWrapper .sec01obj01 {
		top: -21.75vw;
		left: inherit;
		right: -25vw;
		width: 35vw;
		max-width: inherit;
	}
	#contentsWrapper .sectionWrapper .sec01obj02 {
		top: -25vw;
		left: -24vw;
		width: 65vw;
		max-width: inherit;
	}
	#contentsWrapper .sectionWrapper .sec02obj01 {
		top: -45vw;
		left: inherit;
		right: -30vw;
		width: 67.5vw;
		max-width: inherit;
	}
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
#contentsWrapper .widthWrapper .insideWrapper {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#contentsWrapper .widthWrapper .insideWrapper.insideWrapperNarrow {
	width: 48%;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .widthWrapper .insideWrapper,
	#contentsWrapper .widthWrapper .insideWrapper.insideWrapperNarrow {
		width: 92%;
	}
	#contentsWrapper .widthWrapper .insideWrapper.insideWrapperNarrowSp {
		width: 72%;
	}
	#contentsWrapper .sectionWrapper .bg {
		position: fixed;
		background-attachment: scroll;
		background-size: cover;
	}
}
/*flexbox指定*/
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	margin: 0 auto;
}
#contentsWrapper .flexColumn {
	flex-direction: column;
}
#contentsWrapper .flexStart {
	justify-content: flex-start;
}
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexEnd {
	justify-content: flex-end;
}
#contentsWrapper .flexStretch {
	align-items: stretch;
}
#contentsWrapper .flexAlignCenter {
	align-items: center;
}
#contentsWrapper .flexSplit > div {
	width: 50%;
}
#contentsWrapper .flexSplit > div.narrow {
	width: 42%;
}
#contentsWrapper .flexList4 > div,
#contentsWrapper .flexList4 > li {
	width: 25%;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexSplit > div {
		width: 100%;
	}
	#contentsWrapper .flexSplit > div + div {
		margin-top: 2em;
	}
	#contentsWrapper .flexSplit > div.narrow {
		width: 84%;
		margin-left: 8%;
		margin-right: 8%;
	}
	#contentsWrapper .flexList4 > div,
	#contentsWrapper .flexList4 > li {
		width: 50%;
	}
}
/*YouTube*/
#contentsWrapper .movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	overflow: hidden;
}
#contentsWrapper .movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*kv*/
#contentsWrapper .kv {
	position: relative;
	width: 100%;
	height: 68vw;
	overflow: hidden;
}
#contentsWrapper .kv > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contentsWrapper .kv > .kvImage {
	mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
	mask-position: center top;
	-webkit-mask-position: center top;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .kv {
		height: 100vw;
	}
}
/*about*/
#contentsWrapper .photoWithBorder > div {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .photoWithBorder > div::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	border-image: linear-gradient(-85deg, #ec7faf 0%, #fabf0f 50%, #7fcdeb 100%);
	border-image-slice: 1;
	box-sizing: border-box;
}
#contentsWrapper .textBlock {
	order: 1;
}
#contentsWrapper .flexReverse > .photoWithBorder {
	order: 2;
}
#contentsWrapper .flexReverse > .textBlock {
	order: 1;
	text-align: right;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexReverse > .photoWithBorder {
		order: 1;
	}
	#contentsWrapper .flexReverse > .textBlock {
		order: 2;
		text-align: left;
	}
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4em 0;
	line-height: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	display: block;
	height: 20px;
	margin: 0 0.2em 0 0;
}
/* animation */
#contentsWrapper .init {
	opacity: 0;
}
#contentsWrapper .action .delay01 {
	animation: fadeIn 0.5s linear 0.2s forwards;
}
#contentsWrapper .action .delay02 {
	animation: fadeIn 0.5s linear 0.6s forwards;
}
#contentsWrapper .action .delay03 {
	animation: fadeIn 0.5s linear 1s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#contentsWrapper .action .delayMotion01 {
	animation: fadeAndSlideIn 0.5s linear 0.2s forwards;
}
#contentsWrapper .action .delayMotion02 {
	animation: fadeAndSlideIn 0.5s linear 0.6s forwards;
}
#contentsWrapper .action .delayMotion03 {
	animation: fadeAndSlideIn 0.5s linear 1s forwards;
}
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
#contentsWrapper .action .delaySlideMotion01 {
	animation: fadeAndCutInRtoL 0.5s linear 0.2s forwards;
}
#contentsWrapper .action .delaySlideMotion02 {
	animation: fadeAndCutInRtoL 0.5s linear 0.6s forwards;
}
#contentsWrapper .action .delaySlideMotion03 {
	animation: fadeAndCutInRtoL 0.5s linear 1s forwards;
}
@keyframes fadeAndCutInRtoL {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}