* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #555555;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.11em;
	line-height: 1.4;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

html {
	height: -webkit-fill-available;
}

.main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
}

.main._bg {
	background: #E8EDEC;
}

.main._page {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
	opacity: 0;
}

*::-moz-selection {
	background-color: #E073AB;
	color: #fff;
}

*::selection {
	background-color: #E073AB;
	color: #fff;
}

img {
	height: auto;
	width: 100%;
}

a {
	color: #555555;
	display: inline-block;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 942px;
}

.sec-tit._page {
	-webkit-transform: translateY(30px);
	-webkit-animation: fadeInUp .7s forwards ease-in-out;
	animation: fadeInUp .7s forwards ease-in-out;
	opacity: 0;
	transform: translateY(30px);
}

.sec-tit.js-scroll {
	-webkit-transition: opacity 1s, -webkit-transform .7s ease-in-out;
	-webkit-transform: translateY(30px);
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity 1s;
	transition: transform .7s ease-in-out, opacity 1s, -webkit-transform .7s ease-in-out;
}

.sec-tit._scroll {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.sec-tit > span {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	letter-spacing: .15em;
}

.sec-tit._left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.sec-tit._left > small {
	margin-top: 3px;
}

.sec-tit._side > small {
	position: relative;
}

.sec-tit._center {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.sec-tit._center._page > small {
	margin-top: 10px;
}

.sec-tit._center:not(._page) > small {
	margin-top: 4px;
}

.sec-txt {
	line-height: 1.8;
	text-align: center;
}

.sec-txt > span {
	display: inline-block;
}

.breadcrumbs {
	font-size: 12px;
}

.breadcrumbs > span {
	color: #333333;
	font-weight: 400;
}

.breadcrumbs > span:nth-of-type(-n + 2) {
	letter-spacing: .2em;
}

.breadcrumbs > span > a {
	color: #333333;
	font-weight: 200;
}

.footer {
	background: #fff;
	border-top: 1px solid #E2E2E2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	line-height: 1.6;
}

.footer-item {
	display: inline-block;
}

.footer-item > a {
	-webkit-transition: opacity .2s;
	color: #333;
	letter-spacing: 0.22em;
	transition: opacity .2s;
}

.footer-item > a:hover {
	opacity: .7;
}

.footer-item > a > img {
	bottom: 4px;
	position: relative;
}

.footer-copy {
	color: #9B9B9A;
	letter-spacing: 0.22em;
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	position: fixed;
	top: 0;
}

.header-txt {
	color: #000;
	font-weight: 600;
	letter-spacing: .3em;
	line-height: 2;
}

.linear {
	border-top: 1px solid #E2E2E2;
}

.linear > .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
}

.linear-list > a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.linear-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	line-height: 1;
	position: absolute;
	top: 0;
}

.linear-link._prev {
	left: 32px;
}

.linear-link._prev > a:hover .linear-btn:before {
	left: -10px;
}

.linear-link._prev .linear-btn {
	padding-left: 57px;
}

.linear-link._prev .linear-btn:before {
	-webkit-transition: left .3s;
	-webkit-transform: translateY(-50%) scale(-1, 1);
	content: url(../img/module/arr_icon.svg);
	left: 0;
	transform: translateY(-50%) scale(-1, 1);
	transition: left .3s;
}

.linear-link._next {
	right: 32px;
}

.linear-link._next > a:hover .linear-btn:before {
	right: -10px;
}

.linear-link._next .linear-btn {
	padding-right: 57px;
}

.linear-link._next .linear-btn:before {
	-webkit-transition: right .3s;
	-webkit-transform: translateY(-50%);
	content: url(../img/module/arr_icon.svg);
	right: 0;
	transform: translateY(-50%);
	transition: right .3s;
}

.linear-link .linear-btn {
	display: inline-block;
	position: relative;
}

.linear-link .linear-btn:before,
.linear-link .linear-btn:after {
	position: absolute;
	top: 50%;
}

.linear-list a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.linear-list a:hover {
	opacity: .7;
}

.nav {
	position: relative;
}

.nav-icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	height: 18px;
	position: fixed;
}

.nav-icon > div {
	position: relative;
}

.nav-icon > div > span {
	-webkit-transition: all .3s;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all .3s;
	width: 100%;
}

.nav-icon > div > span:nth-of-type(1) {
	top: 0;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 7px;
	width: 100%;
}

.nav-icon > div > span:nth-of-type(3) {
	top: 14px;
	width: 100%;
}

.nav-wrap {
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.3s;
	background-color: #E8EDEC;
	height: 100%;
	opacity: 1;
	overflow: auto;
	position: fixed;
	top: 0;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.3s;
}

.nav-wrap._opacity {
	opacity: 0;
}

.nav-wrap .inner {
	-webkit-animation: fadeIn_back .4s ease-in-out forwards;
	animation: fadeIn_back .4s ease-in-out forwards;
	opacity: 0;
}

.nav-list {
	margin: 0 auto;
	max-width: 350px;
}

.nav-item {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	text-align: center;
}

.nav-item a {
	background: #E6A5C6;
	border-radius: 30px;
	color: #fff;
	letter-spacing: .2em;
	padding: 14px .5em;
	width: 100%;
}

.nav-link {
	-webkit-transition: opacity .2s;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	letter-spacing: .2em;
	position: absolute;
	text-align: right;
	transition: opacity .2s;
}

.nav-link a {
	line-height: 1.2;
}

.nav-link a:hover {
	opacity: .7;
}

.nav-link ._site img {
	bottom: 0;
	margin-left: 4px;
	position: relative;
	width: 17px;
}

.nav-logo {
	max-width: 177px;
}

.nav-txt {
	color: #000;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1.8571;
	margin-left: 37px;
	margin-top: -8px;
}

body._open .nav-icon > div > span {
	background: #5C5C5C;
}

body._open .nav-icon > div > span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	top: 7px;
	transform: rotate(45deg);
	width: 100%;
}

body._open .nav-icon > div > span:nth-of-type(2) {
	left: 50%;
	width: 0;
}

body._open .nav-icon > div > span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	top: 7px;
	transform: rotate(-45deg);
	width: 100%;
}

body._open .nav-wrap {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body._open .nav-wrap > .inner {
	-webkit-animation: fadeIn .4s forwards;
	-webkit-animation-delay: .9s;
	animation: fadeIn .4s forwards;
	animation-delay: .9s;
}

.paging {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	justify-content: center;
}

.paging > *:nth-child(n + 2) {
	margin-left: 30px;
}

.paging span.current {
	font-weight: 400;
}

.paging a {
	color: #333;
}

.paging .next,
.paging .prev {
	position: relative;
}

.paging .next > span,
.paging .prev > span {
	-webkit-transition: border-color .4s, -webkit-transform .5s;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	content: '';
	height: 8px;
	position: absolute;
	top: -3px;
	transition: border-color .4s, -webkit-transform .5s;
	transition: transform .5s, border-color .4s;
	transition: transform .5s, border-color .4s, -webkit-transform .5s;
	width: 8px;
}

.paging .next > span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.paging .prev > span {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.scroll {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	-webkit-animation: fadeIn .7s forwards;
	-webkit-animation-delay: 1.8s;
	align-items: center;
	animation: fadeIn .7s forwards;
	animation-delay: 1.8s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	opacity: 0;
	position: absolute;
}

.scroll-txt {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .2em;
	margin-top: 19px;
	position: relative;
}

.scroll-bar {
	background-color: #707070;
	height: 82px;
	position: relative;
	width: 1px;
}

.scroll-bar:after {
	-webkit-animation: bar 2s ease infinite;
	animation: bar 2s ease infinite;
	background-color: #FFFFFF;
	content: '';
	height: 31px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.sns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.sns-txt {
	color: #333333;
	font-weight: 200;
	letter-spacing: 0.15em;
}

.sns-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.sns-wrap a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.sns-wrap a:hover {
	opacity: .7;
}

.error .sec-tit {
	color: #E073AB;
}

.error-txt {
	letter-spacing: 0.11em;
	line-height: 2.1428;
	text-align: center;
}

.error-txt > span {
	display: inline-block;
}

.error .nav-item {
	border: 1px solid transparent;
	border-radius: 100px;
	max-width: 350px;
}

.art-body {
	letter-spacing: 0.11em;
	line-height: 1.6;
}

.art-body h3 {
	font-size: 18px;
}

.art-body > .inner {
	max-width: 820px;
}

.art-body > .inner ul:not(.recom-list) li {
	padding-left: 1em;
	position: relative;
}

.art-body > .inner ul:not(.recom-list) li:before {
	background: #E6A5C6;
	border-radius: 100px;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 5px;
}

.art-body > .inner li {
	letter-spacing: 0.11em;
	line-height: 1.6;
}

.art-body > .inner li:nth-of-type(n + 2) {
	margin-top: 8px;
}

.art-body .cta a {
	padding: 13px 23px 13px 35px;
}

.art-body .cta a svg {
	bottom: 1px;
	margin-left: auto;
	position: relative;
}

.art-body .cta-txt > span {
	line-height: 1.3;
}

.art .tag {
	color: #E073AB;
}

.art-tit {
	color: #000;
	font-weight: 200;
}

.art-img {
	background-image: url(../img/art_img0.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
}

.art h2.wp-block-heading:not(.recom-tit) {
	border-left: 3px solid #E6A5C6;
	color: #000;
	letter-spacing: 0.11em;
	line-height: 1.3;
	padding-left: 15px;
}

.art p {
	line-height: 2;
}

.art .wp-block-group__inner-container > .art-def:nth-of-type(2) > div:first-of-type {
	border-top: 1px solid #fff;
}

.art .wp-block-group__inner-container > .art-def:nth-of-type(2) > div:nth-of-type(2) {
	border-top: 1px solid #A8B7B4;
}

.art-def {
	gap: 0 !important;
	margin-bottom: 0 !important;
}

.art-def > div.wp-block-column:nth-of-type(1) {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #E6A5C6;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.art-def > div.wp-block-column:nth-of-type(2) {
	background: rgba(232, 237, 236, 0.5);
	color: #000;
	letter-spacing: 0.1em;
}

.wp-block-columns {
	margin-bottom: 1.75em;
}

.wp-block-group__inner-container {
	width: 100%;
}

.imgFlex {
	margin-top: 19px;
}

.imgFlex p {
	color: #000;
}

.borderBox {
	border: 1px solid #E6A5C6;
	border-radius: 0 20px 20px 20px;
	position: relative;
}

.borderBox:nth-of-type(n + 2) {
	margin-top: 30px;
}

.borderBox h3 {
	background-color: #ffffff;
	color: #E073AB;
	left: 20px;
	padding: 0 0.5em;
	position: absolute;
	top: -13px;
}

.contents {
	display: block !important;
	margin-top: 19px;
	text-align: center;
}

.contents figure {
	display: inline-block;
	margin: 0 16px;
	position: relative;
	vertical-align: top;
	width: 90px;
	z-index: 1;
}

.contents figure:before {
	background-color: rgba(232, 237, 236, 0.5);
	border-radius: 50%;
	content: '';
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contents figure img {
	-o-object-fit: contain;
	height: 90px !important;
	object-fit: contain;
	padding: 22px 0;
}

.contents figcaption {
	color: #000;
	margin: 10px 0;
	text-align: center;
}

.schedule > div {
	background-color: rgba(232, 237, 236, 0.5);
	border-radius: 20px;
}

.schedule > div td {
	border: none;
}

.schedule > div tr {
	display: block;
	padding-left: 23px;
	position: relative;
}

.schedule > div tr > td:first-of-type {
	width: 140px;
}

.schedule > div tr:before {
	background: url(../img/module/schedule_icon.png) center center/cover no-repeat;
	content: '';
	height: 16px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 16px;
}

.schedule > div tr:not(:last-of-type):after {
	-webkit-transform: translate(-50%, 0);
	background-color: #E6A5C6;
	bottom: -11px;
	content: "";
	height: calc(100% - 16px);
	left: 8px;
	position: absolute;
	transform: translate(-50%, 0);
	width: 1px;
	z-index: -1;
}

.schedule h3 {
	color: #E073AB;
}

.wp-block-group .wp-block-image + p {
	margin-top: 1em;
}

.cta._floating {
	position: fixed;
	z-index: 200;
}

.cta._end a {
	background: #9B9B9A;
	border-color: #9B9B9A;
	display: block;
	letter-spacing: 0.11em;
	padding: 0 20px;
	pointer-events: none;
	text-align: center;
}

.cta._hidden {
	opacity: 0;
	visibility: hidden;
}

.cta a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #E073AB;
	border: 1px solid #E073AB;
	border-radius: 100px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 23px 11px 32px;
}

.cta a svg {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.cta a svg path {
	-webkit-transition: stroke .2s;
	transition: stroke .2s;
}

.cta-txt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-right: 16px;
}

.cta-txt > span {
	letter-spacing: 0.11em;
}

.cta-txt > small {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-weight: 400;
	letter-spacing: .2em;
	margin-top: 2px;
}

.info-box {
	background: #E8EDEC;
}

.info-def {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 670px;
}

.info-dtit {
	position: relative;
	text-align: center;
}

.info-txt {
	color: #E073AB;
	letter-spacing: 0.15em;
	margin-top: 14px;
}

.art p.info-txt {
	font-size: 10px;
}

.latest {
	background: #E8EDEC;
}

.recom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.recom h2 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background: #E6A5C6;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.11em;
	padding: 3px 16px;
	text-align: center;
}

.recom ul {
	border: 1px solid #E6A5C6;
	border-radius: 0 20px 20px 20px;
}

.recom li {
	color: #000;
	padding-left: 24.5px;
	position: relative;
}

.recom li:before {
	background: url(../img/module/recom_icon.png) center center/cover;
	content: '';
	display: inline-block;
	height: 14px;
	left: 0;
	margin-right: 7px;
	position: absolute;
	top: 6px;
	width: 17.5px;
}

.voice-item {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	gap: 0 !important;
	margin-bottom: 0;
}

.voice-item > div.wp-block-column:nth-of-type(1) {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 10px;
	text-align: left;
}

.voice-item > div.wp-block-column:nth-of-type(2) {
	font-size: 14px;
	padding: 10px 0;
}

.card-item a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: 100%;
	height: 100%;
	position: relative;
	width: 100%;
}

.card-item a:hover {
	background: #fff;
	border-color: #fff;
}

.card-item a:hover .event-link {
	width: calc(100% + 8px);
}

.card-item .event-tit {
	margin-bottom: 28px;
}

.card-item .event-name {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
}

.card-content {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	height: 100%;
	min-height: 0%;
	padding-top: 22px;
}

.card-content .tag {
	color: #E073AB;
}

.event {
	background: #E8EDEC;
}

.event-list.js-scroll {
	opacity: 0;
}

.event-list.js-scroll._scroll {
	-webkit-animation: fadeIn .7s forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn .7s forwards;
	animation-delay: .3s;
}

.event .sec-tit {
	background: #E8EDEC;
}

.event-item {
	border-top: 1px solid #D6D6D6;
}

.event-item > a {
	width: 100%;
}

.event-item > a .event-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 55.7324%;
	-ms-flex: 0 0 55.7324%;
	flex: 0 0 55.7324%;
}

.event-item > a:hover {
	background: #fff;
}

.event-item > a:hover .event-link {
	width: calc(100% + 10px);
}

.event-item:last-child {
	border-bottom: 1px solid #D6D6D6;
}

.event-img {
	border-radius: 30px;
}

.event-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.event-tit {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-size: 18px;
	line-height: 1.5555;
	margin-top: 10px;
	overflow: hidden;
}

.event .tag {
	color: #E073AB;
}

.event .time {
	color: #000;
}

.event .place {
	color: #000;
}

.event-link {
	-webkit-transition: width .2s;
	border-bottom: 1px solid #9B9B9A;
	color: #333;
	position: relative;
	transition: width .2s;
	width: 100%;
}

.event-link:after {
	-webkit-transform: skew(60deg);
	border-right: 2px solid #9B9B9A;
	bottom: 0;
	content: '';
	height: 9px;
	position: absolute;
	right: 8px;
	transform: skew(60deg);
	width: 30px;
}

.event-link p {
	line-height: 1.6666;
	max-width: 256px;
}

.event .link {
	text-align: center;
}

.event .link a {
	border-bottom: 1px solid transparent;
	color: #333;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.event .link a:hover {
	background: #fff;
	border-color: #D6D6D6;
}

.message-img {
	position: relative;
}

.message-img._scroll .message-pic._big {
	-webkit-animation: fadeIn .7s forwards;
	animation: fadeIn .7s forwards;
}

.message-img._scroll .message-pic._small {
	-webkit-animation: fadeIn .7s forwards;
	-webkit-animation-delay: .5s;
	animation: fadeIn .7s forwards;
	animation-delay: .5s;
}

.message-pic {
	border-radius: 30px;
	opacity: 0;
	overflow: hidden;
}

.message .sec-tit {
	color: #E073AB;
}

.message-txt > div {
	opacity: 0;
}

.message-txt > div._scroll {
	-webkit-animation: fadeIn .7s forwards;
	animation: fadeIn .7s forwards;
}

.message-txt > div:nth-of-type(1) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.message-txt > div:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.message-txt > div:nth-of-type(3) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.message-txt > div:nth-of-type(4) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.message-txt > div:nth-of-type(5) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.message-txt > div:nth-of-type(6) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.message-txt span._twoLine > span {
	display: inline-block;
}

.message-txt span._twoLine > span:after {
	bottom: 3px;
}

.message-txt span._line {
	position: relative;
	z-index: 1;
}

.message-txt span._line:after {
	background: rgba(230, 165, 198, 0.4);
	bottom: -6px;
	content: '';
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -10;
}

.mv {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 0.5s;
	animation: fadeIn 1s forwards;
	animation-delay: 0.5s;
	background: url(../img/top/mv_bg.jpg) left center/cover;
	height: 100vh;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	opacity: 0;
	position: relative;
}

.mv > .inner {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.mv-tit {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 1s;
	animation: fadeIn 1s forwards;
	animation-delay: 1s;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	letter-spacing: .25em;
	line-height: 1.2115;
	opacity: 0;
}

.mv-tit._initia {
	padding-bottom: .2em;
	padding-left: .7em;
}

.mv-tit > span {
	display: inline-block;
}

.mv-txt {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 1.5s;
	animation: fadeIn 1s forwards;
	animation-delay: 1.5s;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4em;
	line-height: 1.8181;
	margin-top: 20px;
	opacity: 0;
}

.pickup {
	-webkit-transition: opacity 1s, -webkit-transform 1s ease-in-out;
	-webkit-transform: translateY(30px);
	opacity: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transform: translateY(30px);
	transition: opacity 1s, -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s;
	transition: transform 1s ease-in-out, opacity 1s, -webkit-transform 1s ease-in-out;
	z-index: 1;
}

.pickup::before {
	background: rgba(0, 0, 0, 0.45);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.pickup._scroll {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.pickup > a {
	height: 100%;
	position: relative;
	width: 100%;
}

.pickup > a:hover .pickup-img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.pickup > a:hover .link img {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

.pickup-img {
	-webkit-transition: -webkit-transform .7s;
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s;
	width: 100%;
}

.pickup .inner {
	color: #fff;
	position: relative;
	z-index: 3;
}

.pickup-box-inner {
	display: inline-block;
}

.pickup-tit {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: 200;
	line-height: 1.6785;
	max-width: 540px;
	overflow: hidden;
}

.pickup-name {
	line-height: 1.7142;
}

.pickup .tag span:not(:last-child):after {
	background-color: #fff;
}

.pickup .time,
.pickup .place {
	color: #fff;
}

.time {
	color: #000;
	padding-left: 1.4em;
	position: relative;
}

.time > img {
	position: absolute;
}

.place {
	color: #000;
	margin-top: 8px;
	padding-left: 1.4em;
	position: relative;
}

.place > img {
	left: 1px;
	position: absolute;
	top: 2px;
	width: 11px;
}

.tag {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.tag span:not(:last-child) {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tag span:not(:last-child):after {
	background-color: #E6A5C6;
	content: "";
	display: block;
	height: 10px;
	margin: 0 9px;
	width: 1px;
}

.tag-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 11px;
}

.tag-item {
	line-height: 1;
	margin-top: 10px;
}

.tag-item._en {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-weight: 400;
	letter-spacing: .2em;
}

.tag-item:not(:last-child) {
	margin-right: 10px;
}

.tag-item._select a {
	background: #fff;
	color: #E073AB;
	pointer-events: none;
}

.tag-item a {
	background: #E6A5C6;
	border-radius: 100px;
	color: #fff;
	padding: 10px 23px;
	text-align: center;
	width: 100%;
}

.tag-item a:hover {
	background: #fff;
	color: #E073AB;
}

.link > * {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	letter-spacing: .2em;
}

.link > *:hover img {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

.link > * img {
	-webkit-transition: -webkit-transform .3s;
	bottom: 6px;
	margin-left: 10px;
	position: relative;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.prof .sec-tit {
	color: #E073AB;
}

.prof-item {
	opacity: 0;
}

.prof-item._scroll {
	-webkit-animation: fadeIn .7s forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn .7s forwards;
	animation-delay: .3s;
}

.prof-top {
	margin: 0 auto;
}

.prof-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50.5089%;
	-ms-flex: 0 0 50.5089%;
	flex: 0 0 50.5089%;
}

.prof-img {
	border-radius: 30px;
	overflow: hidden;
}

.prof-tit {
	color: #000;
}

.prof-tit > small {
	letter-spacing: 0.15em;
}

.prof-txt {
	letter-spacing: 0.11em;
}

.prof-box {
	background: #E8EDEC;
}

.prof-def {
	margin: 0 auto;
	max-width: 750px;
}

.prof-wrap {
	font-size: 12px;
	line-height: 2.1666;
}

.prof-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 13.5%;
	-ms-flex: 0 0 13.5%;
	flex: 0 0 13.5%;
	font-weight: 600;
}

.prof-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.prof-data ul > li {
	padding-left: 1em;
	position: relative;
}

.prof-data ul > li:before {
	background: #555555;
	border-radius: 100px;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 3px;
}

.prof-data._icon a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: opacity .2s;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition: opacity .2s;
}

.prof-data._icon a img {
	height: 13px;
	margin-right: 8px;
	width: 13px;
}

.prof-data._icon a:hover {
	opacity: .7;
}

@media screen and (min-width: 901px) {

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.main {
	margin-left: 300px;
}

.inner {
	padding: 0 32px;
}

.sec-tit > span {
	font-size: 40px;
}

.sec-tit > small {
	letter-spacing: 0.22em;
}

.sec-tit._side > small {
	margin-left: 8px;
}

.sec-tit._side > small {
	bottom: 2px;
}

.sec-txt {
	margin-top: 52px;
}

._sp {
	display: none;
}

.breadcrumbs {
	margin-bottom: 19px;
	padding: 30px 0 0 30px;
}

.breadcrumbs > span:first-child {
	margin-right: .5em;
}

.breadcrumbs > span:nth-of-type(n + 2) {
	margin-left: .8em;
}

.footer {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 53px 32px;
}

.footer-item:not(:last-child) {
	margin-right: 33px;
}

.footer-item > a {
	font-size: 13px;
}

.footer-item > a > img {
	margin-left: 9px;
	width: 15px;
}

.footer-copy {
	font-size: 11px;
	margin-left: auto;
	padding-left: 30px;
}

.header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background-color: #fff;
	border-right: 1px solid #E2E2E2;
	flex-direction: column;
	height: 100vh;
	width: 300px;
	z-index: 100;
}

.header-logo {
	margin: 52px 30px 0 51px;
	max-width: 177px;
}

.header-txt {
	margin: auto 30px 143px 51px;
}

.linear {
	padding: 38px 0 100px;
}

.linear-list img {
	height: 19px;
	margin-right: 12px;
	width: 19px;
}

.nav {
	z-index: 90;
}

.nav-icon {
	bottom: 0;
	left: 0;
	padding: 0 0px 53px 51px;
	width: 44px;
	z-index: 100;
}

.nav-icon:hover > div > span:nth-of-type(2) {
	width: 70%;
}

.nav-icon:hover > div > span:nth-of-type(3) {
	width: 35%;
}

.nav-icon > div > span {
	background: #5C5C5C;
}

.nav-wrap {
	-webkit-transform: translateX(-100%);
	left: 300px;
	transform: translateX(-100%);
	width: calc(100% - 300px);
}

.nav-wrap .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.nav-list {
	min-width: 350px;
}

.nav-item:nth-of-type(n + 2) {
	margin-top: 41px;
}

.nav-item a {
	font-size: 18px;
}

.nav-item a:hover {
	background: #fff;
	color: #E073AB;
}

.nav-link {
	bottom: 48px;
	right: 37px;
}

.nav-link ._site {
	margin-top: 12px;
}

.paging {
	margin-top: 50px;
}

.paging {
	font-size: 17px;
}

.scroll {
	bottom: 0;
	padding: 0 76px 46px 0;
	right: 0;
}

.scroll-bar {
	right: 2px;
}

.sns {
	padding: 66px 0;
}

.sns-txt {
	font-size: 16px;
	margin-right: 20px;
}

.sns-wrap ._insta {
	width: 46px;
}

.sns-wrap ._line {
	margin-left: 13px;
	width: 36px;
}

.error {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 133px);
}

.error-txt {
	margin-top: 45px;
}

.error .nav-item {
	margin: 65px auto 0;
}

.error .nav-item:hover {
	border: 1px solid #E6A5C6;
}

.art {
	margin-top: 75px;
}

.art-body h3 {
	margin-bottom: 10px;
}

.art-body {
	margin-bottom: 100px;
}

.art-body > .inner > .wp-block-group:nth-of-type(n + 2) {
	margin-top: 72px;
}

.art-body > .inner li {
	font-size: 16px;
}

.art-body .cta {
	margin: 56px auto 0;
	max-width: 294px;
}

.art-body .cta a svg {
	width: 40px;
}

.art-body .cta-txt > span {
	font-size: 18px;
}

.art .tag {
	font-size: 13px;
}

.art-tit {
	font-size: 28px;
	line-height: 1.6785;
	margin-top: 22px;
}

.art-img {
	height: 550px;
	margin-top: 70px;
}

.art-body {
	margin-top: 50px;
}

.art h2.wp-block-heading:not(.recom-tit) {
	font-size: 22px;
	margin-bottom: 19px;
}

.art p {
	font-size: 16px;
}

.art .wp-block-group__inner-container > .art-def:nth-of-type(1) {
	border-top: 1px solid #A8B7B4;
	margin-top: 21px;
}

.art .wp-block-group__inner-container > .art-def:last-of-type {
	border-bottom: 1px solid #A8B7B4;
}

.art-def > div.wp-block-column:nth-of-type(1) {
	-webkit-flex-basis: 126px !important;
	-ms-flex-preferred-size: 126px !important;
	flex-basis: 126px !important;
	font-size: 18px;
	padding: 30px 20px;
}

.art-def > div.wp-block-column:nth-of-type(2) {
	-webkit-flex-basis: calc(100% - 126px) !important;
	-ms-flex-preferred-size: calc(100% - 126px) !important;
	flex-basis: calc(100% - 126px) !important;
}

.art-def > div.wp-block-column:nth-of-type(2) {
	padding: 23px 35px;
}

.art-def > div.wp-block-column:nth-of-type(2) > p {
	font-size: 14px;
}

.imgFlex p {
	font-size: 14px;
}

.borderBox {
	padding: 34px 45px;
}

.borderBox:first-of-type {
	margin-top: 30px;
}

.borderBox:last-of-type {
	margin-bottom: 30px;
}

.schedule > div {
	padding: 24px 30px 22px;
}

.cta._floating {
	bottom: 30px;
	right: 30px;
}

.cta._end a {
	font-size: 16px;
	height: 63px;
	line-height: 63px;
	min-width: 236px;
}

.cta a:hover {
	background: #fff;
	border-color: #E6A5C6;
}

.cta a:hover .cta-txt {
	color: #E073AB;
}

.cta a:hover svg {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.cta a:hover svg path {
	stroke: #E073AB;
}

.cta a svg {
	width: 32px;
}

.cta-txt > span {
	font-size: 16px;
}

.cta-txt > small {
	font-size: 11px;
}

.info {
	margin-top: 100px;
}

.info .sec-tit {
	margin-bottom: 42px;
}

.info-box {
	padding: 39px 65px 53px;
}

.info-def {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
}

.info-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 126px;
	-ms-flex: 0 0 126px;
	flex: 0 0 126px;
	font-weight: 500;
	padding-bottom: 11px;
}

.info-dtit:before {
	content: '[';
	left: 0;
	position: absolute;
	top: 0;
}

.info-dtit:after {
	content: ']';
	position: absolute;
	right: 0;
	top: 0;
}

.info-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 126px);
	-ms-flex: 0 0 calc(100% - 126px);
	flex: 0 0 calc(100% - 126px);
	padding-bottom: 11px;
	padding-left: 9%;
}

.info-txt {
	line-height: 1.7;
	text-align: right;
}

.latest {
	padding: 75px 0;
}

.recom {
	margin-bottom: 100px;
}

.recom h2 {
	font-size: 18px;
}

.recom ul {
	padding: 34px 45px;
}

.voice-item:nth-of-type(1) {
	margin-top: 15px;
}

.voice-item:nth-of-type(n + 2) {
	margin-top: 26px;
}

.voice-item > div.wp-block-column:nth-of-type(1) {
	-webkit-flex-basis: 202px !important;
	-ms-flex-preferred-size: 202px !important;
	background: url(../img/module/voice_data_bg.png) center center/cover;
	flex-basis: 202px !important;
	font-size: 16px;
	height: 80px;
	padding-left: 36px;
}

.voice-item > div.wp-block-column:nth-of-type(2) {
	-webkit-flex-basis: calc(100% - 202px) !important;
	-ms-flex-preferred-size: calc(100% - 202px) !important;
	flex-basis: calc(100% - 202px) !important;
	margin-left: 3%;
}

.card-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.card-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 40px / 2);
	-ms-flex: 0 0 calc(50% - 40px / 2);
	flex: 0 0 calc(50% - 40px / 2);
}

.card-item:nth-of-type(2n+1) {
	margin-right: 40px;
}

.card-item:nth-of-type(n+3) {
	margin-top: 50px;
}

.card-item a {
	border: 1px solid #D6D6D6;
	border-radius: 30px;
	padding: 25px 25px 45px;
}

.inner._event {
	padding-bottom: 75px;
}

.event .sec-tit {
	padding: 70px 0 72px;
}

.event-item .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 51px;
	padding-top: 51px;
}

.event-img {
	overflow: hidden;
	position: relative;
}

.event-img:after {
	content: '';
	display: block;
	padding-top: 57.9047%;
}

.event-img img {
	-webkit-transform: translate(-50%, -50%);
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.event-content {
	margin-left: 6.2632%;
}

.event .time {
	margin-top: 30px;
}

.event-link {
	padding-top: 39px;
}

.event-link p {
	font-size: 12px;
	padding-bottom: 5px;
}

.event .link a {
	padding-bottom: 73px;
	padding-top: 73px;
}

.message {
	margin-bottom: 89px;
	margin-top: 84px;
}

.message > .inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.message-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30.6%;
	-ms-flex: 0 0 30.6%;
	flex: 0 0 30.6%;
}

.message-pic._small {
	left: -23px;
	position: relative;
	top: -42px;
	width: 74%;
}

.message-content {
	margin-left: 7.9%;
	padding-top: 46px;
}

.message-txt {
	line-height: 2.1428;
	margin-top: 47px;
}

.message-txt > div:nth-of-type(n + 2) {
	padding-top: 2.1428em;
}

.mv-tit {
	font-size: 52px;
}

.pickup .inner {
	padding-bottom: 42px;
	padding-top: 37px;
}

.pickup-box {
	margin-top: 68px;
}

.pickup-box._right {
	text-align: right;
}

.pickup-box._right .pickup-box-inner {
	text-align: left;
}

.pickup-box._right .pickup-wrap {
	text-align: right;
}

.pickup-box._right .pickup-inner {
	display: inline-block;
	text-align: left;
}

.pickup-tit {
	-webkit-line-clamp: 2;
	font-size: 28px;
	letter-spacing: 0.11em;
}

.pickup-wrap {
	margin-top: 34px;
}

.pickup-inner {
	max-width: 256px;
}

.pickup-bottom {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}

.time {
	margin-top: 16px;
}

.time > img {
	left: 0;
	top: 3px;
	width: 14px;
}

.tag span {
	font-size: 12px;
}

.tag-item {
	min-width: 101px;
}

.tag-item a {
	font-size: 15px;
}

.link > * {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.link > * {
	font-size: 17px;
}

.link > * img {
	width: 57px;
}

.prof {
	padding: 71px 0 0;
}

.prof-list {
	margin-top: 50px;
}

.prof-item:nth-of-type(n + 2) {
	margin-top: 76px;
}

.prof-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 786px;
}

.prof-content {
	padding-right: 30px;
}

.prof-tit > span {
	font-size: 24px;
}

.prof-tit > small {
	font-size: 12px;
	margin-left: 9px;
}

.prof-txt {
	line-height: 2.1428;
	margin-top: 38px;
}

.prof-box {
	margin-top: 56px;
	padding: 52px 30px 50px;
}

.prof-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.prof-wrap:nth-of-type(n + 2) {
	margin-top: 25px;
}

.prof-data._flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.prof-data._flex > div:nth-of-type(n + 2) {
	margin-left: 3.4%;
}

}

@media screen and (max-width: 900px) {

.inner {
	padding: 0 20px;
}

.sec-tit > span {
	font-size: 30px;
}

.sec-tit > small {
	font-size: 10px;
}

.sec-tit._side > small {
	margin-left: 2px;
}

.sec-tit._side > small {
	bottom: 0;
}

.sec-txt {
	font-size: 12px;
	margin-top: 33px;
}

._pc {
	display: none;
}

.breadcrumbs {
	line-height: 1.6;
	margin-bottom: 20px;
	padding: 29px 20px 0 20px;
}

.breadcrumbs > span:first-child {
	margin-right: .2em;
}

.breadcrumbs > span:nth-of-type(n + 2) {
	margin-left: .4em;
}

.footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 35px 20px 25px;
}

.footer-list {
	text-align: center;
}

.footer-item {
	margin: 7px 15px;
}

.footer-item > a {
	font-size: 12px;
}

.footer-item > a > img {
	margin-left: 7px;
	width: 13px;
}

.footer-copy {
	font-size: 8px;
	margin-top: 30px;
	text-align: center;
}

.header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: background-color .4s;
	align-items: center;
	background-color: transparent;
	height: 70px;
	transition: background-color .4s;
	width: 100%;
	z-index: 10;
}

.header._show {
	background-color: #fff;
}

.header._show .header-txt {
	opacity: 1;
}

.header._show .header-logo img._base {
	display: block;
}

.header._show .header-logo img._sp {
	display: none;
}

.header-logo {
	margin: 3px 0 0 20px;
	max-width: 112px;
}

.header-logo img._base {
	display: none;
}

.header-txt {
	-webkit-transition: opacity .4s;
	font-size: 8px;
	margin-left: auto;
	opacity: 0;
	padding-right: 80px;
	transition: opacity .4s;
}

#js-header {
	-webkit-transition: opacity .3s, visibility .2s;
	opacity: 0;
	transition: opacity .3s, visibility .2s;
	visibility: hidden;
}

#js-header._show {
	opacity: 1;
	visibility: visible;
}

#js-nav-icon {
	-webkit-transition: opacity .3s, visibility .2s;
	opacity: 0;
	transition: opacity .3s, visibility .2s;
	visibility: hidden;
}

#js-nav-icon > div > span {
	background: #5C5C5C;
}

#js-nav-icon._show {
	opacity: 1;
	visibility: visible;
}

.linear {
	padding: 34px 0 103px;
}

.linear-list img {
	height: 17px;
	margin-right: 10px;
	width: 17px;
}

.linear-list:nth-of-type(2) {
	position: relative;
	top: 42px;
}

.nav {
	z-index: 30;
}

.nav-icon {
	padding: 29px 20px 0 0;
	right: 0;
	top: 0;
	width: 36px;
	z-index: 31;
}

.nav-icon._show > div > span {
	background: #5C5C5C;
}

.nav-icon > div > span {
	background: #fff;
}

.nav-wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transform: translateX(100%);
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	right: 0;
	transform: translateX(100%);
	width: 100%;
}

.nav-wrap .inner {
	margin-top: -40px;
	max-width: 100%;
	text-align: center;
	width: 942px;
}

.nav-item:nth-of-type(n + 2) {
	margin-top: 23px;
}

.nav-item a {
	font-size: 15px;
}

.nav-link {
	bottom: 20px;
	right: 20px;
}

.nav-link ._site {
	margin-top: 4px;
}

.nav-logo {
	margin: 0 auto 45px;
}

.paging {
	margin-top: 58px;
}

.paging {
	font-size: 15px;
}

.scroll {
	-webkit-transform: translateX(-50%);
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
}

.scroll-bar {
	right: 0;
}

.sns {
	padding: 72px 0;
}

.sns-txt {
	margin-right: 14px;
}

.sns-wrap ._insta {
	width: 40px;
}

.sns-wrap ._line {
	margin-left: 10px;
	width: 32px;
}

.error {
	padding: 70px 0 100px;
}

.error-txt {
	font-size: 12px;
	margin-top: 18px;
}

.error .nav-item {
	margin: 52px auto 0;
}

.art {
	margin-top: 40px;
}

.art .tag {
	font-size: 12px;
}

.art-body h3 {
	margin-bottom: 5px;
}

.art-body {
	margin-bottom: 80px;
}

.art-body > .inner > .wp-block-group:nth-of-type(n + 2) {
	margin-top: 55px;
}

.art-body .cta {
	margin: 37px auto 0;
	max-width: 260px;
}

.art-body .cta a svg {
	width: 32px;
}

.art-body .cta-txt > span {
	font-size: 16px;
}

.art .tag {
	font-size: 11px;
}

.art-tit {
	font-size: 21px;
	line-height: 1.6;
	margin-top: 10px;
}

.art-img {
	margin-top: 29px;
	padding-top: 62%;
}

.art-body {
	margin-top: 36px;
}

.art h2.wp-block-heading:not(.recom-tit) {
	font-size: 19px;
	margin-bottom: 13px;
}

.art .wp-block-group__inner-container > .art-def:nth-of-type(1) {
	margin-top: 13px;
}

.art-def {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.art-def > div.wp-block-column:nth-of-type(1) {
	font-size: 16px;
	padding: 16px 25px;
	text-align: center;
}

.art-def > div.wp-block-column:nth-of-type(2) {
	-webkit-flex-basis: 100% !important;
	-ms-flex-preferred-size: 100% !important;
	flex-basis: 100% !important;
}

.art-def > div.wp-block-column:nth-of-type(2) {
	padding: 20px 25px;
}

.art-def > div.wp-block-column:nth-of-type(2) > p {
	font-size: 12px;
}

.imgFlex {
	gap: 1em;
}

.imgFlex p {
	font-size: 12px;
}

.borderBox {
	padding: 20px 25px;
}

.borderBox:first-of-type {
	margin-top: 25px;
}

.borderBox:last-of-type {
	margin-bottom: 25px;
}

.schedule > div {
	padding: 24px 24px 22px;
}

.cta._floating {
	bottom: 20px;
	right: 20px;
}

.cta._end a {
	height: 58px;
	line-height: 58px;
	min-width: 216px;
}

.cta a svg {
	width: 28px;
}

.cta-txt > small {
	font-size: 10px;
}

.info {
	margin-top: 64px;
}

.info .sec-tit {
	margin-bottom: 38px;
}

.info .sec-tit > small {
	margin-top: 0;
}

.info-box {
	padding: 32px 25px 36px;
}

.info-def {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-dtit {
	font-weight: 600;
}

.info-data {
	padding-bottom: 19px;
}

.latest {
	padding: 57px 0 68px;
}

.recom {
	margin-bottom: 62px;
}

.recom h2 {
	font-size: 16px;
}

.recom ul {
	padding: 20px 25px;
}

.voice-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	flex-direction: column;
	justify-content: flex-start;
}

.voice-item:nth-of-type(1) {
	margin-top: 10px;
}

.voice-item:nth-of-type(n + 2) {
	margin-top: 19px;
}

.voice-item > div.wp-block-column:nth-of-type(1) {
	background-color: #fff;
	border-bottom: solid 1px #A8B7B4;
	display: inline-block;
	padding: 14px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.voice-item > div.wp-block-column:nth-of-type(1):before,
.voice-item > div.wp-block-column:nth-of-type(1):after {
	-webkit-transform: translateX(-50%);
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.voice-item > div.wp-block-column:nth-of-type(1):before {
	border: solid 11px transparent;
	border-top: solid 11px #A8B7B4;
}

.voice-item > div.wp-block-column:nth-of-type(1):after {
	border: solid 15px transparent;
	border-top: solid 15px #fff;
	margin-top: -5.5px;
}

.voice-item > div.wp-block-column:nth-of-type(1) {
	-webkit-flex-basis: 100% !important;
	-ms-flex-preferred-size: 100% !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-basis: 100% !important;
	justify-content: center;
}

.voice-item > div.wp-block-column:nth-of-type(2) {
	-webkit-flex-basis: 100% !important;
	-ms-flex-preferred-size: 100% !important;
	flex-basis: 100% !important;
	margin-top: 11px;
}

.card-list {
	margin: 0 calc(50% - 50vw);
	margin-top: 45px;
	width: 100vw;
}

.card-item a {
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 30px 20px;
	width: 100%;
}

.inner._event {
	padding-bottom: 58px;
}

.event .sec-tit {
	padding: 57px 0 60px;
}

.event-item .inner {
	padding-bottom: 30px;
	padding-top: 30px;
}

.event-img {
	overflow: hidden;
	position: relative;
}

.event-img:after {
	content: '';
	display: block;
	padding-top: 68.0597%;
}

.event-img img {
	-webkit-transform: translate(-50%, -50%);
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.event-content {
	margin-top: 25px;
}

.event-tit {
	letter-spacing: 0.05em;
}

.event .tag {
	font-size: 10px;
}

.event .time {
	font-size: 11px;
	margin-top: 11px;
}

.event .place {
	font-size: 11px;
}

.event-link {
	padding-top: 26px;
}

.event-link p {
	font-size: 11px;
	padding-bottom: 8px;
}

.event .link a {
	padding-bottom: 58px;
	padding-top: 58px;
}

.message {
	margin-bottom: 75px;
	margin-top: 51px;
}

.message-pic._small {
	max-width: 268px;
	position: absolute;
	right: -47px;
	top: 77%;
	width: 46%;
}

.message-content {
	margin: 0 10px;
	padding-top: 55px;
}

.message-txt {
	font-size: 3.73333vw;
	line-height: 1.7857;
	margin-top: 33px;
}

.message-txt > div:nth-of-type(n + 2) {
	padding-top: 1.7857em;
}

.mv-tit {
	font-size: 7.2vw;
}

.pickup .inner {
	padding-bottom: 47px;
	padding-top: 42px;
}

.pickup-box {
	margin-top: 30px;
}

.pickup-tit {
	-webkit-line-clamp: 3;
	font-size: 20px;
	letter-spacing: 0.085em;
}

.pickup-wrap {
	margin-top: 29px;
}

.pickup-inner {
	font-size: 13px;
	max-width: 240px;
}

.pickup-bottom {
	margin-top: 120px;
}

.pickup-bottom .tag {
	font-size: 12px;
}

.pickup-bottom .link {
	margin-top: 16px;
	text-align: right;
}

.time {
	margin-top: 14px;
}

.time > img {
	left: 1px;
	top: 2px;
	width: 12px;
}

.tag-item {
	min-width: 81px;
}

.tag-item a {
	font-size: 13px;
}

.link > * {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.link > * {
	font-size: 15px;
}

.link > * img {
	width: 41px;
}

.prof {
	padding: 75px 0 0;
}

.prof-list {
	margin-top: 33px;
}

.prof-item:nth-of-type(n + 2) {
	margin-top: 55px;
}

.prof-tit > span {
	font-size: 20px;
}

.prof-tit > small {
	font-size: 10px;
	margin-left: 4px;
}

.prof-txt {
	line-height: 1.8;
	margin-top: 29px;
}

.prof-img {
	margin-top: 24px;
}

.prof-box {
	margin-top: 30px;
	padding: 36px 25px 36px;
}

.prof-wrap:nth-of-type(n + 2) {
	margin-top: 29px;
}

.prof-data {
	line-height: 1.8333;
	margin-top: 7px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeIn_back {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeIn_back {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(30px);
	opacity: 0;
	transform: translateY(30px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(30px);
	opacity: 0;
	transform: translateY(30px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes bar {

0% {
	-webkit-transform: translateY(0);
	opacity: 0;
	transform: translateY(0);
}

20% {
	opacity: 1;
}

100% {
	-webkit-transform: translateY(50px);
	opacity: 0;
	transform: translateY(50px);
}

}

@keyframes bar {

0% {
	-webkit-transform: translateY(0);
	opacity: 0;
	transform: translateY(0);
}

20% {
	opacity: 1;
}

100% {
	-webkit-transform: translateY(50px);
	opacity: 0;
	transform: translateY(50px);
}

}

@-webkit-keyframes mv_tit {

0% {
	-webkit-transform: translateY(30px);
	opacity: 0;
	transform: translateY(30px);
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes mv_tit {

0% {
	-webkit-transform: translateY(30px);
	opacity: 0;
	transform: translateY(30px);
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes sideSlide {

0% {
	-webkit-transform: translateX(-60px);
	opacity: 0;
	transform: translateX(-60px);
	visibility: hidden;
}

50% {
	opacity: 0.8;
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

}

@keyframes sideSlide {

0% {
	-webkit-transform: translateX(-60px);
	opacity: 0;
	transform: translateX(-60px);
	visibility: hidden;
}

50% {
	opacity: 0.8;
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

}

@-webkit-keyframes sideSlide_back {

0% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

80% {
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-30px);
	opacity: 0;
	transform: translateX(-30px);
	visibility: hidden;
}

}

@keyframes sideSlide_back {

0% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

80% {
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-30px);
	opacity: 0;
	transform: translateX(-30px);
	visibility: hidden;
}

}

