/*
Theme Name: Cute
Template: maintheme
Author: repeat
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Sacramento&display=swap');

.acf-block-component.acf-block-body {
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

html {
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
body.block-editor-page,
body {
	background-color: #f9f7f0;
}

.font-sacrament {
	font-family: 'Sacramento', "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.bgc-key,
.bgc-key__before:before,
.bgc-key__after:after {
	background-color: #fadce1;
}
.bdc-key,
.bdc-key__before:before,
.bdc-key__after:after {
	border-color: #fadce1;
}
.c-key {
	color: #fadce1;
}
.bgc-sub,
.bgc-sub__before:before,
.bgc-sub__after:after {
	background-color: #dffaf2;
}
.bdc-sub,
.bdc-sub__before:before,
.bdc-sub__after:after {
	border-color: #dffaf2;
}
.c-sub {
	color: #dffaf2;
}
.bgc-sub2,
.bgc-sub2__before:before,
.bgc-sub2__after:after {
	background-color: #e8588f;
}
.bdc-sub2,
.bdc-sub2__before:before,
.bdc-sub2__after:after {
	border-color: #e8588f;
}
.c-sub2 {
	color: #e8588f;
}

.btn-style1 {
	text-align: left;
	background-color: #eaeeef;
	border-width: 1px;
	border-style: solid;
	border-radius: 100vh;
}
.btn-style1:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.btn-style1:hover:before {
	border-radius: 0;
}

[data-gallery-function="view-more"] {
	padding-left: 20px;
}
[data-gallery-function="view-more"]:before {
	content: none;
}


/*
---
---------------------------------------------------------------------------*/
header .header-smpbutton {
	display: none;
}
header {
	padding: 20px;
	position: relative;
	background-color: #fff;
	border-bottom: 3px solid;
}
h1 {
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
}
h1 span {
	display: block;
	font-size: 2rem;
	margin-top: 5px;
}
.header-inner__item {
	width: 100%;
	position: relative;
}
.header-global-menu {
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.header-global-menu li {
	padding: 20px 20px 0;
}
.header-global-menu a {
	display: block;
	color: inherit;
	text-align: center;
}
.header-global-menu span {
	display: block;
	font-size: 1.4rem;
	opacity: .5;
}
header:after {
	content: "";
	bottom: 3px;
	left: 0;
	right: 0;
	border-top: 1px solid;
	position: absolute;
}
@media only screen and (max-width: 1024px) {
	.header-inner__item:nth-of-type(2) {
		display: none;
	}
	header .header-smpbutton {
		display: block;
	}
}

.header-smpbutton {
	width: 26px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header-smpbutton:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 2px 0;
}
.header-smpbutton:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 2px 0 0;
	margin-top: -1px;
}
.drower-global-menu {
	right: auto;
	left: 0;
	transform: translateX(-100%);
}
.drower-global-menu__list a {
	display: block;
	color: inherit;
	position: relative;
	padding: 20px 20px 24px;
	border-bottom: 3px solid;
}
.drower-global-menu__list span {
	display: block;
	font-size: 1.1rem;
	opacity: .5;
}
.drower-global-menu__list a:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	border-top: 1px solid;
}

header.clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 3px solid;
	transform: translateY(-100%);
	transition: transform .5s;
	z-index: 10;
}
body.scrolled header.clone {
	transform: translateY(0%);
}
header.clone h1 {
	font-size: 1.4rem;
}
header.clone .header-smpbutton {
	display: block;
}
header.clone .header-inner__item:nth-of-type(2) {
	display: none;
}

section {
	padding-top: 100px;
}
footer {
	padding-top: 100px;
}

.section-inner {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.section-inner > :first-child {
	margin-top: 0 !important;
}
.section-inner > :last-child {
	margin-bottom: 0 !important;
}

.section-bg__bg-layer {
	z-index: -1;
	position: absolute;
	top: 360px;
	bottom: 15%;
	left: 0;
	right: 0;
	overflow: hidden;
	transform-origin: left 100%;
	transform: skewY(-3deg);
}
.section-bg__bg-layer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 200%;
	transform: translateY(-50%) skewY(3deg);
}
.section-bg--triangle .section-bg__bg-layer:before {
	background-image: url(../maintheme/images/bg-cute-triangle-280x280.png);
	background-size: 280px;
	opacity: .4;
}
.section-bg--circle .section-bg__bg-layer:before {
	background-image: url(../maintheme/images/bg-cute-circle-325x325.png);
	background-size: 325px;
	opacity: .4;
}
section.section-inner--white {
	padding-left: 20px;
	padding-right: 20px;
}
section.section-inner--white .section-inner {
	border: 1px solid #000;
	background-color: #fff;
	padding: 60px 20px;
	max-width: 1200px;
}

.acf-block-component.acf-block-body h2,
h2 {
	font-size: 7rem;
	text-align: center;
	line-height: 1;
	font-family: 'Sacramento', "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.h2-design1 {
	display: block;
	max-width: 100%;
	padding: 0 140px;
	position: relative;
}
@media only screen and (min-width: 880px) {
	.h2-design1 {
		display: inline-block;
		min-width: 820px;
	}
}
.h2-design1:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 128px;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	background-image: url(../maintheme/images/bg-cute-object1-114x90.png), url(../maintheme/images/bg-cute-object2-140x128.png);
	background-repeat: no-repeat;
	background-position: 0 center, right center;
}
.h2-design2 {
	position: relative;
	padding: 0 60px;
	display: inline-block;
}
.h2-design2:before, .h2-design2:after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #000;
	top: 20px;
	bottom: 20px;
}
.h2-design2:before {
	left: 0;
	transform: rotate(-20deg);
}
.h2-design2:after {
	right: 0;
	transform: rotate(20deg);
}
.h2-design3 {
	position: relative;
	display: inline-block;
}
.h2-design3:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: -10px;
	left: -20px;
	background-image: url(../maintheme/images/kazari-cute-ten-22x22.png);
}
.h2-design4 {
	display: inline-block;
	padding: 0 110px;
	background-image: url(../maintheme/images/kazari-cute-tail-82x20.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.h2-design5 {
	display: inline-block;
	background-image: url(../maintheme/images/kazari-cute-quote-44x32.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 60px;
}
.section-subh {
	margin-top: 10px;
	text-align: center;
}

.default-arrow .slick-arrow {
	width: 40px;
	height: 40px;
	background-color: #eeeeef;
	border-radius: 100%;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #000;
}
.default-arrow .slick-next i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.default-arrow .slick-arrow i:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	transition: all .5s;
}
.default-arrow .slick-next:hover i:before {
	transform: translate(0%, -50%);
}
.default-arrow .slick-prev:hover i:before {
	transform: translate(-100%, -50%);
}



/*
---
---------------------------------------------------------------------------*/
.mainvisual-movie-wrapper {
	position: relative;
	overflow: hidden;
	max-height: 780px;
	z-index: 0;
}
.mainvisual-movie-wrapper:before,
.mainvisual-movie-wrapper:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 40%;
	transform: skewY(-25deg);
}
.mainvisual-movie-wrapper:before {
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(250, 150, 160, 0.4) 1.85%, transparent 1.85%, transparent 5.56%, rgba(250, 150, 160, 0.4) 5.56%, rgba(250, 150, 160, 0.4) 11.11%, transparent 11.11%, transparent 14.81%, rgba(250, 150, 160, 0.4) 14.81%, rgba(250, 150, 160, 0.4) 16.67%, transparent 16.67%, transparent 20.37%, rgba(250, 150, 160, 0.4) 20.37%, rgba(250, 150, 160, 0.4) 25.93%, transparent 25.93%, transparent 29.63%, rgba(250, 150, 160, 0.4) 29.63%, rgba(250, 150, 160, 0.4) 31.48%, transparent 31.48%, transparent 50%, rgba(250, 150, 160, 0.4) 50%, rgba(250, 150, 160, 0.4) 51.85%, transparent 51.85%, transparent 55.56%, rgba(250, 150, 160, 0.4) 55.56%, rgba(250, 150, 160, 0.4) 61.11%, transparent 61.11%, transparent 64.81%, rgba(250, 150, 160, 0.4) 64.81%, rgba(250, 150, 160, 0.4) 66.67%, transparent 66.67%, transparent 70.37%, rgba(250, 150, 160, 0.4) 70.37%, rgba(250, 150, 160, 0.4) 75.93%, transparent 75.93%, transparent 79.63%, rgba(250, 150, 160, 0.4) 79.63%, rgba(250, 150, 160, 0.4) 81.48%, transparent 81.48%, transparent 100%);
	background-size: 54.00px 54.00px;
	background-color: #fff;
	transform-origin: left 100%;
}
.mainvisual-movie-wrapper:after {
	right: 0;
	bottom: 0;
	transform-origin: right 0%;
}
.mainvisual-movie {
	position: relative;
	overflow: hidden;
	max-height: 780px;
}
.mainvisual-movie:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.mainvisual-movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media only screen and (min-width: 1401px) {
	.mainvisual-movie iframe {
		height: 56.25vw;
	}
}
.mainvisual-movie__copy {
	position: absolute;
	top: 40px;
	left: 40px;
	background-image: url("../maintheme/images/kazari-cute-wave-black-112x18.png");
	-webkit-background-size: 112px;
	background-size: 112px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 30px;
}
.mainvisual-movie__copy__main {
	font-size: 6rem;
	line-height: 1;
}


/*
---
---------------------------------------------------------------------------*/
.mainvisual-slider canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.mainvisual-slider {
	padding: 100px 0% 40px 0%;
	position: relative;
}
.mainvisual-slider:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(90deg, rgba(250, 150, 160, 0.4) 1.85%, transparent 1.85%, transparent 5.56%, rgba(250, 150, 160, 0.4) 5.56%, rgba(250, 150, 160, 0.4) 11.11%, transparent 11.11%, transparent 14.81%, rgba(250, 150, 160, 0.4) 14.81%, rgba(250, 150, 160, 0.4) 16.67%, transparent 16.67%, transparent 20.37%, rgba(250, 150, 160, 0.4) 20.37%, rgba(250, 150, 160, 0.4) 25.93%, transparent 25.93%, transparent 29.63%, rgba(250, 150, 160, 0.4) 29.63%, rgba(250, 150, 160, 0.4) 31.48%, transparent 31.48%, transparent 50%, rgba(250, 150, 160, 0.4) 50%, rgba(250, 150, 160, 0.4) 51.85%, transparent 51.85%, transparent 55.56%, rgba(250, 150, 160, 0.4) 55.56%, rgba(250, 150, 160, 0.4) 61.11%, transparent 61.11%, transparent 64.81%, rgba(250, 150, 160, 0.4) 64.81%, rgba(250, 150, 160, 0.4) 66.67%, transparent 66.67%, transparent 70.37%, rgba(250, 150, 160, 0.4) 70.37%, rgba(250, 150, 160, 0.4) 75.93%, transparent 75.93%, transparent 79.63%, rgba(250, 150, 160, 0.4) 79.63%, rgba(250, 150, 160, 0.4) 81.48%, transparent 81.48%, transparent 100%);
	background-size: 54.00px 54.00px;
	background-color: #fff;
}
.mainvisual-slider__item:before {
	content: "";
	display: block;
	padding-bottom: 125%;
}
.mainvisual-slider__item {
	background-size: cover;
	background-position: center;
	border: 1px solid #000;
	position: relative;
	transition: transform .5s;
}
.slick-active .mainvisual-slider__item {
	transform-origin: 100% 100%;
	transform: scale(.7) translate(60px, 80px);
}
.slick-active + .slick-active .mainvisual-slider__item {
	transform: scale(1);
}
.slick-active + .slick-active + .slick-active .mainvisual-slider__item {
	transform-origin: 0 100%;
	transform: scale(.9) translate(-60px, 40px);
	z-index: -1;
}
.mainvisual-slider__slick .slick-list {
	overflow: visible;
}
.mainvisual-slider__slick .slick-dots {
	bottom: 0;
}
.mainvisual-slider__slick {
	padding-bottom: 120px;
}
.mainvisual-slider__slick .slick-dots button {
	display: none;
}
.mainvisual-slider__slick .slick-dots li {
	border: 1px solid #000;
	background-color: #fff;
	width: 15px;
	height: 15px;
	margin: 0 2px;
}
.mainvisual-slider__slick .slick-dots li.slick-active {
	background-color: #000;
}
.mainvisual-slider__copy {
	position: absolute;
	top: 40px;
	left: 40px;
	background-image: url("../maintheme/images/kazari-cute-wave-black-112x18.png");
	-webkit-background-size: 112px;
	background-size: 112px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 30px;
}
.mainvisual-slider__copy__main {
	font-size: 6rem;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	.slick-active .mainvisual-slider__item {
		transform: scale(.8) translate(10px, 80px);
	}
	.slick-active + .slick-active .mainvisual-slider__item {
		transform: scale(1) translate(-20px, 0px);
	}
}


/*
---
---------------------------------------------------------------------------*/
@media only screen and (min-width: 1240px) {
	.blog-card {
		padding-left: calc(((100vw - 1200px) / 2) - 20px);
	}
}
.blog-card .slick-slide {
	padding: 40px 10px 0;
}
.blog-card .slick-slide:nth-of-type(even) {
	padding-top: 0;
}
.blog-slick__item {
	padding: 20px;
	display: block;
	color: inherit;
	border: 2px solid #000;
	position: relative;
}
.blog-card__inner {
	padding-left: 20px;
}
.blog-slick {
	margin-left: -10px;
	margin-right: -120px;
	padding-bottom: 80px;
}
.blog-slick__thumb {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}
.blog-slick__thumb img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform .5s;
}
a:hover .blog-slick__thumb {
	opacity: .5;
}
a:hover .blog-slick__thumb img {
	transform: translate(-50%, -50%) scale(1.3);
}
.blog-slick__thumb:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.blog-slick__thumb span {
	position: absolute;
	background-color: #fff;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
	padding: 5px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0 0;
}
.blog-slick__text {
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	min-height: 160px;
}
.blog-slick__date {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
}
.blog-slick__item:before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 6px, transparent 6px, transparent 6px), linear-gradient(to right, #000, #000 6px, transparent 6px, transparent 6px), linear-gradient(to bottom, #000, #000 6px, transparent 6px, transparent 6px), linear-gradient(to bottom, #000, #000 6px, transparent 6px, transparent 6px);
	background-size: 12px 1px, 12px 1px, 1px 12px, 1px 12px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	pointer-events: none;
}
.blog-slick__item:after {
	content: "information";
	position: absolute;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	padding: 10px;
	right: 0;
	bottom: 0;
	transform-origin: right 0%;
	transform: rotate(90deg);
}
.blog-slick .slick-arrow {
	top: auto;
	transform: none;
	bottom: 0;
	left: auto;
	right: 160px;
}
.blog-slick .slick-prev {
	transform: translateX(-100%);
	margin-right: 10px;
}


/*
---
---------------------------------------------------------------------------*/
.blog-list {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.blog-list__item {
	color: inherit;
	padding: 20px 40px 20px 20px;
	position: relative;
	border-bottom: 1px solid #000;
	align-items: center;
	flex-wrap: nowrap;
}
.blog-list__item:after {
	content: "";
	position: absolute;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
}
.blog-list__date {
	width: 120px;
	font-size: 1.4rem;
	flex-shrink: 0;
}
.blog-list__cat {
	line-height: 0;
}
.blog-list__cat span {
	display: inline-block;
	font-size: 1.2rem;
	background-color: #000;
	color: #fff;
	line-height: 1;
	padding: 4px 8px;
}
.blog-list__item:before {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 100%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 5px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.blog-list__item:hover:before {
	right: -10px;
}
.blog-list__item:hover {
	background-color: rgba(0, 0, 0, 0.03);
}


/*
---
---------------------------------------------------------------------------*/
.event-card {
    margin-left: -20px;
    margin-right: -20px;
}
.event-endtext {
    padding: 0 20px;
}
.event-slick__item {
	display: block;
	color: inherit;
	border: 1px solid #000;
	position: relative;
	padding: 40px 50px 60px 20px;
	overflow: hidden;
}
.event-slick .slick-slide {
	padding: 0 10px;
}
.event-slick .slick-arrow {
	width: 52px;
	height: 52px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .8;
	transition: opacity .5s;
}
.event-slick .slick-arrow:hover {
	opacity: 1;
}
.event-slick .slick-prev {
	left: 0px;
}
.event-slick .slick-next {
	right: 0;
}
.event-slick .slick-next i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.event-slick .slick-arrow i:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	transition: all .5s;
}
.event-slick .slick-next:hover i:before {
	transform: translate(0%, -50%);
}
.event-slick .slick-prev:hover i:before {
	transform: translate(-100%, -50%);
}
.event-slick {
	padding: 0 42px;
}
.event-slick__yobi {
	text-align: center;
	position: absolute;
	background-color: #eeeeef;
	width: 100vh;
	top: 50%;
	left: 100%;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	transform-origin: center 0%;
	transform: translate(-50%, 0%) rotate(90deg);
	border-bottom: 1px solid #000;
	transition: all .5s;
}
.event-slick__yobi.yobi0 {
	background-color: #faafbd;
}
.event-slick__yobi.yobi6 {
	background-color: #d7edfa;
}
.event-slick__date {
	font-size: 5rem;
	line-height: 1;
}
a.event-slick__item:after {
	content: "VIEW MORE";
	position: absolute;
	left: 0;
	right: 30px;
	text-align: center;
	font-size: 1.2rem;
	bottom: 5px;
	transition: all .5s;
}
a:hover .event-slick__yobi {
	height: 40px;
	line-height: 40px;
}
a.event-slick__item:hover:after {
	bottom: -15px;
}
.event-slick__yoyaku {
    font-size: 1.4rem;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffa236;
    color: #fff;
    transition: all .5s;
    border-radius: 100vh;
    padding: 3px 0;
}
a:hover .event-slick__yoyaku {
	background-color: #ff6900;
}


/*
---
---------------------------------------------------------------------------*/
.event-table {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.event-table__table {
	width: 100%;
	table-layout: fixed;
}
.event-table th,
.event-table td {
	border: 1px solid #000;
}
.event-table th:nth-of-type(1),
.event-table td:nth-of-type(1) {
	border-left-width: 0;
}
.event-table th:nth-last-of-type(1),
.event-table td:nth-last-of-type(1) {
	border-right-width: 0;
}
.event-table th {
	background-color: #eeeeef;
	text-align: center;
}
.event-table__yoyaku-th {
	width: 100px;
}
.event-table .event-table__yoyaku {
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.event-table .event-table__yoyaku.yoyoyaku {
	background-color: #ffa236;
}
.event-table .yoyoyaku[data-event-yoyaku] {
	color: #fff;
	cursor: pointer;
	transition: .5s;
}
.event-table .yoyoyaku[data-event-yoyaku]:hover {
	background-color: #ff6900;
}
.event-table__yoyaku a {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
	justify-content: center;
	background-color: #fbb03b;
	color: #fff;
}
.event-table__yoyaku a:hover {
	background-color: #ff6900;
}


/*
---
---------------------------------------------------------------------------*/
.linkbox-multi-wrapper {
	position: relative;
	padding-bottom: 40px;
}
.linkbox-multi-wrapper:before {
	content: "";
	top: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(135deg, #ffffff 7.14%, transparent 7.14%, transparent 50%, #ffffff 50%, #ffffff 57.14%, transparent 57.14%, transparent 100%);
	background-size: 19.80px 19.80px;
	position: absolute;
	border-color: #000;
	border-style: solid;
	border-width: 1px 0;
	z-index: -1;
}
.linkbox-multi-wrapper:after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: -1;
}
@media only screen and (min-width: 1240px) {
	.linkbox-multi {
		padding-left: calc(((100vw - 1200px) / 2) - 20px);
	}
}
.linkbox-multi-inner {
    padding-left: 20px;
}
.linkbox-slick .slick-slide {
	padding: 0 20px;
}
.linkbox-slick {
	margin-left: -20px;
	margin-right: -120px;
	padding-bottom: 80px;
}
.linkbox-slick__item {
	display: block;
	color: inherit;
	background-color: #fff;
	position: relative;
	border: 1px solid #000;
}
.linkbox-slick__thumb {
	padding: 40px 40px 0;
}
.linkbox-slick__img {
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.linkbox-slick__img:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.linkbox-slick__img img {
	max-width: none;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}
a:hover .linkbox-slick__img img {
	transform: translate(-50%, -50%) scale(1.2);
}
.linkbox-slick__text {
	padding: 20px 20px 50px;
}
.linkbox-slick__view {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.linkbox-slick__item:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #000000;
	left: 100%;
	top: 0;
}
.linkbox-slick .slick-arrow {
	top: auto;
	transform: none;
	bottom: 0;
	left: auto;
	right: 160px;
}
.linkbox-slick .slick-prev {
	transform: translateX(-100%);
	margin-right: 10px;
}


/*
---
---------------------------------------------------------------------------*/
.linkbox-single {
	position: relative;
	padding-bottom: 40px;
}
.linkbox-single a {
	color: inherit;
}
.linkbox-single:before {
	content: "";
	top: 0;
	bottom: 40px;
	left: 0;
	right: 0;
	background-image: linear-gradient(135deg, #ffffff 7.14%, transparent 7.14%, transparent 50%, #ffffff 50%, #ffffff 57.14%, transparent 57.14%, transparent 100%);
	background-size: 19.80px 19.80px;
	position: absolute;
	border-color: #000;
	border-style: solid;
	border-width: 1px 0;
	z-index: -1;
}
.linkbox-single:after {
	content: "";
	position: absolute;
	background-image: url(../maintheme/images/bg-cute-object1-64x56.png);
	width: 64px;
	height: 56px;
	right: 40px;
	bottom: 0;
}
.linkbox-single-slick__item {
	color: inherit;
	align-items: flex-start;
}
.linkbox-single-slick__text {
	width: 50%;
	padding: 24px 64px 24px 24px;
	position: relative;
}
.linkbox-single-slick__thumb img {
	transition: all .5s;
}
.linkbox-single-slick__thumb:hover img {
	transform: scale(1.2);
}
.linkbox-single-slick__thumb {
	width: 50%;
	border: 1px solid #000;
	overflow: hidden;
	display: block;
}
.linkbox-single-slick__text:before, .linkbox-single-slick__text:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border-color: #000;
	border-style: solid;
}
.linkbox-single-slick__text:before {
	top: 0;
	left: 0;
	border-width: 1px 0 0 1px;
}
.linkbox-single-slick__text:after {
	right: 40px;
	bottom: 0;
	border-width: 0 1px 1px 0;
}
.linkbox-single-slick__p span {
    border-bottom: 1px dashed #000;
    line-height: 2.5;
    padding-bottom: 10px;
}
.linkbox-single-slick__title {
	font-size: 2.4rem;
}
.linkbox-single-slick__p {
    max-height: 16.5em;
}
.linkbox-single-slick__textlink:hover {
	opacity: .5;
}
.linkbox-single-slick {
	padding: 40px 0;
	overflow: visible;
}
.linkbox-single-slick .slick-arrow {
	top: auto;
	transform: none;
	bottom: -20px;
	right: auto;
	left: 0;
}
.linkbox-single-slick .slick-next {
	transform: translateX(100%);
	margin-left: 10px;
}


/*
---
---------------------------------------------------------------------------*/
.gallery-slider__slick {
	padding: 0 25% 80px;
}
.gallery-slider__slick .slick-list {
	overflow: visible;
}
.gallery-slider__item {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	transform: scale(0.85);
	transition: transform .5s;
}
.gallery-slider__item:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
	background-color: #fadce1;
	transform: all .5s;
}
.slick-active + .slick-slide .gallery-slider__item:before {
	background-color: #dffaf2;
}
.gallery-slider__item img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.4;
	transition: opacity .5s;
	transition: all .5s;
}
.gallery-slider__title {
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	font-size: 1.8rem;
	padding: 10px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0 0;
}
.gallery-slider__item.current-o {
	transform: scale(1);
}
.gallery-slider__item.current-o img {
	opacity: 1;
}
.gallery-slider__slick .slick-arrow {
	top: auto;
	transform: none;
	bottom: 0;
	left: auto;
	right: 40px;
}
.gallery-slider__slick .slick-prev {
	transform: translateX(-100%);
	margin-right: 10px;
}
.gallery-slider__item:after {
    bottom: auto;
    top: 10px;
	transition: all .5s;
}
.gallery-slider__item.current-o:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}
.gallery-slider__item.current-o:hover:after {
	right: 20px;
	top: 20px;
}


/*
---
---------------------------------------------------------------------------*/
.gallery-list {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-list__item {
	padding: 0 5px;
}
@media only screen and (min-width: 768px) {
	.gallery-list__item {
		width: 25%;
	}
	.gallery-list__item:nth-of-type(n+5) {
		padding-top: 10px;
	}
	.gallery-list__item:nth-of-type(n+13) {
		display: none;
	}
}
.gallery-list__thumb {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
}
.gallery-list__thumb:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.gallery-list__thumb img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}
.gallery-list__thumb:hover img {
	transform: translate(-50%, -50%) scale(1.2);
	opacity: .75;
}


/*
---
---------------------------------------------------------------------------*/
.conversion-link {
	display: block;
	background-image: linear-gradient(135deg, #ffffff 7.14%, #e8f0ff 7.14%, #e8f0ff 50%, #ffffff 50%, #ffffff 57.14%, #e8f0ff 57.14%, #e8f0ff 100%);
	background-size: 19.80px 19.80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	position: relative;
	color: inherit;
	padding: 4rem 10px 10px;
}
.conversion-link:before, .conversion-link:after {
	content: "";
	width: 36px;
	height: 36px;
	background-color: #000;
	position: absolute;
	z-index: -1;
	transition: all .5s;
}
.conversion-link:before {
	left: -10px;
	top: -10px;
}
.conversion-link:after {
	right: -10px;
	bottom: -10px;
}
.conversion-link__h {
	font-size: 8rem;
	position: absolute;
	line-height: 1;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.conversion-link__copy-main {
	font-size: 2.6rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.conversion-link__copy-sub {
	transition: all .5s;
}
.conversion-link__copy-sub:after {
    display: block;
    font-size: 10px;
    margin-top: 10px;
}
.conversion-link:hover:before {
	left: -20px;
	top: -20px;
}
.conversion-link:hover:after {
	right: -20px;
	bottom: -20px;
}
a:hover .conversion-link__copy-sub {
	transform: translateY(20px);
}


/*
---
---------------------------------------------------------------------------*/
.access-map-wrapper {
	position: relative;
	border: 1px solid #000;
}
.access-map-wrapper:before, .access-map-wrapper:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 44px 0 0;
	border-color: #000000 transparent transparent transparent;
}
.access-map-wrapper:before {
	top: -10px;
	left: -10px;
	z-index: 1;
}
.access-map-wrapper:after {
	transform: rotate(180deg);
	right: -15px;
	bottom: -15px;
	z-index: -1;
}
.access-map {
	position: relative;
	overflow: hidden;
}
.access-map:before {
	content: '';
	display: block;
	padding-bottom: 45%;
}
@media only screen and (max-width: 701px) {
	.access-map:before {
		padding-bottom: 66.6666666666%;
	}
}
@media only screen and (max-width: 501px) {
	.access-map:before {
		padding-bottom: 100%;
	}
}
.access-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
---
---------------------------------------------------------------------------*/
.career-counter-wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.career-counter {
	margin-left: -20px;
	margin-right: -20px;
}
.career-counter__item {
	width: 50%;
	padding: 0 20px;
}
.career-counter__item:nth-of-type(n+3) {
	padding-top: 40px;
}
.career-counter__inner {
	background-color: #fcfaff;
	padding: 20px;
	border: 1px solid #000;
	height: 100%;
}
.career-counter__name {
	font-size: 2.2rem;
}
.career-counter__number {
	font-size: 2rem;
}
.career-counter__number span {
	font-size: 6rem;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
}
.career-counter__sum {
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.career-counter__sum__title {
	font-size: 2.2rem;
	padding: 5px 10px;
	box-shadow: 0 -20px 0 #fadce1 inset;
}
.career-counter__sum__number {
	flex-shrink: 0;
	font-size: 2rem;
	padding-left: 40px;
}
.career-counter__sum__number span {
	font-size: 6rem;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
}


/*
---
---------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.career-graph {
			flex-wrap: nowrap;
	}
}
.career-graph__item canvas {
	position: relative;
	z-index: 1;
}
.career-graph__item:nth-of-type(1) {
	width: 400px;
	max-width: 50%;
	position: relative;
}
.career-graph__item:nth-of-type(1):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 100%;
}
.career-graph__title {
	font-size: 2.4rem;
	position: absolute;
	width: 100%;
	padding: 0 10%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.career-graph__item:nth-of-type(2) {
	padding-left: 40px;
	flex-grow: 1;
}
.career-graph__label {
	border-bottom: 1px solid #000;
	font-size: 2rem;
	padding: 20px 0;
	flex-wrap: nowrap;
}
.career-graph__label__item:nth-of-type(1) {
	flex-grow: 1;
	position: relative;
	padding-left: 30px;
}
.career-graph__label__item:nth-of-type(2) {
	width: 100px;
	text-align: right;
	flex-shrink: 0;
}
.career-graph__label__item span {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #000;
	left: 10px;
	top: 10px;
	border-radius: 100%;
}


@media only screen and (max-width: 1023px) {
	.header-inner__item:nth-of-type(1) {
		padding: 0 30px;
	}
	section.section-bg--star {
		background-position: 20px 100px, right 20px top 90px;
	}
	.event-table th,
	.event-table td {
		padding: 10px;
	}
}


@media only screen and (max-width: 767px) {
	.header-smpbutton {
		left: -10px;
		width: 22px;
	}
	.header-inner__item:nth-of-type(1) {
		padding: 0 20px;
	}
	h1 {
		font-size: 2rem;
	}
	h1 span {
		font-size: 1.4rem;
		margin-top: 3px;
	}
	section {
		padding-top: 60px;
	}
	footer {
		padding-top: 60px;
	}
	section.section-bg--star {
		background-position: 10px 60px, right 10px top 40px;
	}
	h2 {
		font-size: 4rem;
	}
	.h2-design1:before {
		background-size: 57px auto, 70px auto;
		transform: none;
		top: -60px;
		bottom: 0;
		left: -10px;
		height: auto;
		background-position: 0 30px, right 10px;
		right: -10px;
	}
	.h2-design1 {
		padding: 0 40px;
	}
	.h2-design2 {
		padding: 0 30px;
	}
	.h2-design2:before, .h2-design2:after {
		top: 10px;
		bottom: 10px;
	}
	.h2-design3:before {
		background-size: 11px;
		width: 11px;
		height: 11px;
		top: -5px;
		left: -10px;
	}
	.h2-design4 {
		background-size: 41px;
		padding: 0px 50px;
	}
	.h2-design5 {
		background-size: 22px;
		padding: 0 30px;
	}
	.blog-list__date {
		width: 100px;
	}
	section.section-inner--white .section-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}


/*
---
---------------------------------------------------------------------------*/
	.mainvisual-slider {
		padding: 60px 0 20px;
	}
	.mainvisual-slider__copy {
		top: 20px;
		left: 20px;
	}
	.mainvisual-slider__copy__main {
		font-size: 3rem;
	}
	.mainvisual-slider__slick {
		padding-bottom: 100px;
	}


/*
---
---------------------------------------------------------------------------*/
	.mainvisual-movie__copy {
		top: 20px;
		left: 20px;
	}
	.mainvisual-movie__copy__main {
		font-size: 3rem;
	}


/*
---
---------------------------------------------------------------------------*/
	.blog-slick {
		padding-bottom: 60px;
		margin-right: -50vw;
	}
	.blog-slick .slick-arrow {
		right: 50vw;
	}
	.blog-slick .slick-next {
		margin-right: 20px;
	}
	.blog-slick .slick-prev {
		margin-right: 30px;
	}


/*
---
---------------------------------------------------------------------------*/
	.gallery-slider__slick {
		padding: 0 10% 60px;
	}
	.gallery-list__item {
		width: 50%;
	}
	.gallery-list__item:nth-of-type(n+9) {
		display: none;
	}
	.gallery-list__item:nth-of-type(n+3) {
		padding-top: 10px;
	}
	.gallery-slider__slick .slick-arrow {
		right: 20px;
	}


/*
---
---------------------------------------------------------------------------*/
	.linkbox-slick {
		margin-right: -100vw;
		padding-bottom: 60px;
	}
	.linkbox-slick .slick-arrow {
		right: 100vw;
	}
	.linkbox-slick .slick-prev {
		margin-right: 30px;
	}
	.linkbox-slick .slick-next {
		margin-right: 20px;
	}


/*
---
---------------------------------------------------------------------------*/
	.linkbox-single-slick__text {
		width: 100%;
		padding: 20px 20px 40px 20px;
	}
	.linkbox-single-slick__text:after {
		right: 0;
		bottom: 20px;
	}
	.linkbox-single-slick__thumb {
		width: 100%;
	}
	.linkbox-single:after {
		right: 10px;
		background-size: 32px auto;
		width: 32px;
		height: 28px;
	}
	.linkbox-single {
		padding-bottom: 20px;
	}
	.linkbox-single:before {
		bottom: 20px;
	}


/*
---
---------------------------------------------------------------------------*/
	.career-counter {
		margin-left: -5px;
		margin-right: -5px;
	}
	.career-counter__item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.career-counter__item:nth-of-type(n+3) {
		padding-top: 10px;
	}
	.career-counter__name {
		font-size: 1.6rem;
	}
	.career-counter__number {
		font-size: 1.6rem;
	}
	.career-counter__number span {
		font-size: 4rem;
	}
	.career-counter__sum__title {
		font-size: 1.6rem;
	}
	.career-counter__sum__number {
		font-size: 1.6rem;
		padding-left: 20px;
	}
	.career-counter__sum__number span {
		font-size: 4rem;
	}
	.career-graph__item:nth-of-type(1) {
		width: 100%;
		max-width: none;
	}
	.career-graph {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.career-graph__item:nth-of-type(2) {
		padding: 20px 0 0;
	}
	.career-graph__title {
		font-size: 1.8rem;
	}
	.career-graph__label {
		font-size: 1.6rem;
	}
	.career-graph__label__item span {
		top: 6px;
	}


/*
---
---------------------------------------------------------------------------*/
	.conversion-link__h {
		font-size: 4rem;
	}
	.conversion-link__copy-main {
		font-size: 2rem;
	}


/*
---
---------------------------------------------------------------------------*/
	.event-table {
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.event-table::-webkit-scrollbar {
		height: 10px;
	}
	.event-table::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.event-table::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #444;
	}
	.event-table__table {
		width: 800px;
	}
}








