@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #333;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id]:not(#movie):not(#access):not(#department),
section[id]:not(#movie):not(#access):not(#department),
article[id]:not(#movie):not(#access):not(#department) {
	scroll-margin-top: 80px;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	padding: 6px 20px 6px 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
	width: calc(100% - 80px);
	height: 8rem;
	border-radius: 4rem;
	position: fixed;
	top: 23px;
	left: 40px;
	z-index: 1100;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}

.l-footer {
	position: relative;
	z-index: 50;
	margin-top: -40px;
}

.l-navi {
	display: none;
	width: 430px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 60px;
	position: absolute;
	right: 0;
	top: calc(100% + 20px);
}

.l-page {
	position: relative;
	width: calc(100% - 150px);
	max-width: 1674px;
	margin-left: auto;
	margin-right: auto;
	padding: 270px 0 240px;
}

.l-page--pt-sm {
	padding-top: 190px;
}

.l-news {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.c-heading-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 408px;
	position: relative;
	color: #E0317E;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.c-heading-primary.is-visible {
	-webkit-animation: hdTxt 0.4s ease-out forwards;
	animation: hdTxt 0.4s ease-out forwards;
}

.c-heading-primary.is-visible::after {
	-webkit-animation: hdLine 0.3s 0.5s ease-out forwards;
	animation: hdLine 0.3s 0.5s ease-out forwards;
}

.c-heading-primary--white {
	color: #FFF;
}

.c-heading-primary--line::after {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 300/18;
	background: url(../img/common/img_hd_primary_line.svg) no-repeat left top/contain;
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	clip-path: polygon(0 0, 80% 0, 0 0);
}

.c-heading-primary__jp {
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
	padding-bottom: 10px;
}

.text-base {
	font-size: 1.6rem;
	line-height: 1.8;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p:not(:last-child),
.text-lg ol:not(:last-child),
.text-lg ul:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p:not(:last-child),
.text-sm ol:not(:last-child),
.text-sm ul:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.c-buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 110px;
}

.c-button-header {
	color: #FFF;
	background: #E0317E;
	border-radius: 60px;
	width: 100%;
	height: 5.4rem;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	position: relative;
}

.c-button-header:focus-visible {
	outline-color: black;
}

.c-button-header span {
	display: block;
	position: relative;
	z-index: 3;
}

.c-button-header--yellow {
	background: linear-gradient(256.57deg, #F0D140 7.83%, #F6AD3C 51.99%);
}

.c-button-header--yellow::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(256.57deg, #F0D140 7.83%, #F6AD3C 51.99%);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c-button-header--purple {
	background: linear-gradient(81.48deg, #7355D5 34.12%, #F084AC 126.03%);
}

.c-button-header--purple::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(81.48deg, #7355D5 34.12%, #F084AC 126.03%);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c-button-primary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	max-width: 340px;
	width: 100%;
	padding: 2.3rem 7rem 2.3rem 4rem;
	background: #E0317E;
	border-radius: 60px;
	color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.c-button-primary::after {
	content: "";
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	background: url(../img/common/icon_link_arrow_white.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 2.2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c-button-primary--white {
	background: #FFF;
	color: #E0317E;
}

.c-button-primary--white::after {
	background-image: url(../img/common/icon_link_arrow.svg);
}

.c-button-primary--icon-university::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../img/common/icon_university.svg) no-repeat center center/contain;
}

.c-button-primary--icon-pin::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 1.6rem;
	height: 2.6rem;
	background: url(../img/common/icon_pin.svg) no-repeat center center/contain;
}

.c-button-secondary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 5.5rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #E0317E;
	font-family: "Bebas Neue", sans-serif;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-decoration: none;
}

.c-button-secondary::after {
	content: "";
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	background: url(../img/common/icon_link_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: calc(50% - 0.1em);
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c-button-secondary--sm {
	padding-right: 4.8rem;
	font-size: 2.8rem;
}

.c-button-secondary--xs {
	padding-right: 4.6rem;
	font-size: 2.4rem;
}

.c-button-secondary--xs::after {
	width: 3.08rem;
	height: 3.08rem;
}

.c-menu-btn {
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	background: #E0317E;
	width: 54px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.c-menu-btn__icon {
	display: block;
	width: 20px;
	height: 14px;
	position: relative;
	margin: 0 auto;
}

.c-menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFF;
	border-radius: 2px;
}

.c-menu-btn__icon span:nth-child(1) {
	top: 0;
}

.c-menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.c-menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.c-menu-btn.is-open .c-menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-menu-btn.is-open .c-menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.c-menu-btn.is-open .c-menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-header-logo {
	width: 201px;
}

.c-header-logo a {
	display: block;
}

.c-header-logo img {
	display: block;
}

.c-bg-grid {
	background-color: #fff;
	background-image: linear-gradient(to bottom, rgba(224, 49, 126, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(224, 49, 126, 0.1) 1px, transparent 1px);
	background-size: 23px 23px;
}

.c-bg-gray {
	background: #F5F5F5;
}

.c-bg-gradient {
	background: -webkit-gradient(linear, right top, left top, color-stop(-41.72%, #F4A942), color-stop(29.14%, #EA5B95), to(#E0327F));
	background: linear-gradient(270deg, #F4A942 -41.72%, #EA5B95 29.14%, #E0327F 100%);
}

.c-bg-access {
	position: relative;
	background-color: #fff;
	background-image: linear-gradient(rgba(224, 49, 126, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(224, 49, 126, 0.1) 1px, transparent 1px);
	background-size: 23px 23px;
	background-position: bottom left;
}

.c-bg-access::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	background: url(../img/home/bg_access_pc.png) no-repeat top center/cover, -webkit-gradient(linear, right top, left top, color-stop(-41.72%, #F4A942), color-stop(29.14%, #EA5B95), to(#E0327F));
	background: url(../img/home/bg_access_pc.png) no-repeat top center/cover, linear-gradient(270deg, #F4A942 -41.72%, #EA5B95 29.14%, #E0327F 100%);
	clip-path: polygon(0 0, 100% 9vw, 100% 100%, 0 100%);
}

.c-bg-clip-bottom-right {
	margin-bottom: -5vw;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}

.c-bg-clip-top-right-bottom-right {
	margin-top: -5.8vw;
	margin-bottom: -9vw;
	clip-path: polygon(0 5.8vw, 100% 0, 100% 100%, 0 calc(100% - 9vw));
}

.c-bg-radius-bottom {
	position: relative;
	border-radius: 0 0 40px 40px;
}

.c-scrollin,
.c-scrollins-wrap__item {
	opacity: 0;
}

.c-scrollin.is-visible,
.c-scrollins-wrap__item.is-visible {
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-scrollin-staff {
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.c-scrollin-staff.is-visible {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s cubic-bezier(0.41, 1.29, 0.87, 1.22);
	transition: 0.4s cubic-bezier(0.41, 1.29, 0.87, 1.22);
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

:root {
	--swiper-navigation-size: 0; /*
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-lock {
	display: none;
}

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.p-header-quick-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.p-header-quick-navi__item {
	width: 17.1rem;
}

.p-header-quick-navi__item--menu {
	width: auto;
}

.p-gnavi__item {
	margin-bottom: 25px;
	border-bottom: 1px solid #D9D9D9;
}

.p-gnavi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #E0317E;
	text-decoration: none;
	width: 100%;
	padding: 10px 0 10px 0;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-gnavi__item a::before {
	content: "";
	display: block;
	width: 0;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: radial-gradient(rgba(224, 49, 126, 0.7) 30%, rgba(224, 49, 126, 0.2) 30%);
	position: absolute;
	top: 50%;
	left: 1.5rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -0.3rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-gnavi__en {
	font-size: 4rem;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.07em;
}

.p-gnavi__jp {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: 0.8em 0 0 0.6em;
}

.p-gnavi__button-wrap {
	margin-top: 30px;
}

.p-mainvisual {
	overflow: hidden;
	position: relative;
}

.p-mainvisual::after {
	content: "";
	display: block;
	background-color: #fff;
	background-image: linear-gradient(to top, rgba(224, 49, 126, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(224, 49, 126, 0.1) 1px, transparent 1px);
	background-size: 23px 23px;
	background-position: left bottom -0.1rem;
	width: 100%;
	height: 7vw;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.p-mainvisual__main {
	position: relative;
	width: calc(100% - 80px);
	max-width: 1761px;
	margin-left: auto;
}

.p-mainvisual__main img {
	width: 100%;
	display: block;
}

.p-mainvisual__heading-wrap {
	position: absolute;
	top: max(140px, 19.2%);
	left: 0;
	width: 39.1%;
	clip-path: polygon(0 0, 0 0, 0 33%, 0 33%);
}

.p-mainvisual__heading-wrap.is-visible {
	-webkit-animation: openTxt 1s linear forwards;
	animation: openTxt 1s linear forwards;
}

.p-mainvisual__heading-1 {
	position: relative;
	width: 89.7%;
}

.p-mainvisual__heading-2 {
	position: absolute;
	top: 74.8%;
	left: 61%;
	width: 38.9%;
}

.p-mainvisual__sub-heading {
	position: absolute;
	top: max(140px, 19.4%);
	left: 25.5%;
	width: 23.3%;
}

.p-mainvisual__sub-heading__item {
	width: 40%;
	display: block;
	background: linear-gradient(84.05deg, #DAC244 35.24%, #DA748A 96.11%);
	-webkit-transform: rotate(-3.47deg);
	transform: rotate(-3.47deg);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.p-mainvisual__sub-heading__item img {
	-webkit-transform: rotate(3.47deg);
	transform: rotate(3.47deg);
}

.p-mainvisual__sub-heading__item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(84.05deg, #DAC244 35.24%, #DA748A 96.11%);
	position: absolute;
	top: 0;
	left: 0;
}

.p-mainvisual__sub-heading__item.is-visible {
	-webkit-animation: openLine 0.25s ease-in forwards;
	animation: openLine 0.25s ease-in forwards;
}

.p-mainvisual__sub-heading__item.is-visible::after {
	-webkit-animation: closeLine 0.2s 0.35s ease-in forwards;
	animation: closeLine 0.2s 0.35s ease-in forwards;
}

.p-mainvisual__sub-heading__item:nth-child(1) {
	width: 84.4%;
	padding: 1% 2% 0 2.3%;
}

.p-mainvisual__sub-heading__item:nth-child(2) {
	width: 75.9%;
	padding: 0.4% 2.1% 0 1.6%;
	margin-left: auto;
	margin-top: 4.7%;
}

.p-mainvisual__image {
	width: 61.5%;
	margin-left: auto;
}

.p-mainvisual__date {
	position: relative;
	z-index: 2;
	margin-top: 47px;
}

.p-mainvisual__date img {
	width: 100.1%;
	max-width: initial;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}

.p-home-news {
	max-width: 1062px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	padding: 125px 0 355px;
}

.p-home-news__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 65px;
}

.p-news-list--archive {
	margin-top: 150px;
}

.p-news-list__item {
	border-bottom: 1px solid #CACACA;
}

.p-news-list__item:not(:last-child) {
	margin-bottom: 23px;
}

.p-news-list__item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 40px 4px 0;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-news-list__item a::after {
	content: "";
	display: block;
	width: 3.1rem;
	height: 3.1rem;
	background: url(../img/common/icon_link_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-news-list__item--archive a {
	padding: 19px 40px 14px 0;
}

.p-news-list__date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25.5%;
	padding-top: 0.5em;
	font-size: 2.4rem;
	line-height: 2;
	font-family: "Bebas Neue", sans-serif;
	color: #E0317E;
}

.p-news-list__date--archive {
	width: 163px;
	padding-top: 0;
}

.p-news-list__title {
	width: 100%;
	font-size: 1.8rem;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-home-program {
	position: relative;
	max-width: 1682px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 165px;
}

.p-program-head {
	position: relative;
	z-index: 3;
	max-width: 983px;
	width: 58.6%;
	-webkit-transform: translateX(-3.7%);
	transform: translateX(-3.7%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: max(-327px, -16.8vw);
	margin-bottom: 110px;
}

.p-program-head__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-program-head__image {
	position: relative;
	width: 44.5%;
	-webkit-box-shadow: 10px 10px 0 #e0317e;
	box-shadow: 10px 10px 0 #e0317e;
	aspect-ratio: 450/664;
	opacity: 0;
}

.p-program-head__image.is-visible {
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-program-head__image img,
.p-program-head__image video {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.p-program-head__image span {
	position: absolute;
	top: -55px;
	left: -55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 94px;
	height: 94px;
	padding: 22px 20px 18px;
	background: #FFF;
	color: #E0317E;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.3115rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

.p-program-head__image span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	border: 1px solid #E0317E;
	pointer-events: none;
}

.p-program-list {
	overflow: visible !important;
}

.p-program-list__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2%;
}

.p-program-list__items.swiper-wrapper {
	overflow: visible;
}

.p-program-list__item:nth-of-type(even) {
	margin-top: 60px;
}

.p-program-list__control {
	display: none;
}

.p-program-list__control .swiper-pagination {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: 39px;
}

.p-program-list__control .swiper-pagination .swiper-pagination-bullet {
	display: block;
	opacity: 1;
	background: #D9D9D9;
}

.p-program-list__control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #E0317E;
}

.p-program-list__control .swiper-button-prev,
.p-program-list__control .swiper-button-next {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 39px;
	height: 39px;
	background: url(../img/common/icon_link_arrow.svg) no-repeat center/contain;
}

.p-program-list__control .swiper-button-prev::after,
.p-program-list__control .swiper-button-next::after {
	content: none;
}

.p-program-list__control .swiper-button-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-program-list__control .swiper-button-next {
	width: 39px;
}

.p-card-program {
	position: relative;
	width: calc(100% - 10px);
	display: block;
	padding: 25px;
	-webkit-box-shadow: 10px 10px 0 #e0317e;
	box-shadow: 10px 10px 0 #e0317e;
	border: 1px solid #E0317E;
	text-decoration: none;
	background: none;
	border-radius: 0;
	background: #FFF;
	text-align: left;
}

.p-card-program__image {
	overflow: hidden;
	display: block;
}

.p-card-program__image img {
	display: block;
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-card-program__title {
	display: block;
	margin-top: 30px;
}

.p-card-program__title__ja {
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-card-program__title__ja span {
	font-size: 1.6rem;
	padding-left: 0.5em;
}

.p-card-program__button {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 68px;
}

.p-home-movie {
	position: relative;
	padding: 276px 0 290px;
}

.p-home-movie__wrapper {
	max-width: 1060px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.p-home-movie__movie {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 123/68;
	-webkit-box-shadow: 20px 20px 0 #e0317e;
	box-shadow: 20px 20px 0 #e0317e;
}

.p-home-movie__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-home-movie__movie span {
	position: absolute;
	z-index: 2;
	top: -96px;
	right: -68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 153px;
	aspect-ratio: 1/1;
	padding: 22px 20px 18px;
	background: #FFF;
	color: #E0317E;
	font-family: "Bebas Neue", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

.p-home-movie__movie span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	aspect-ratio: 1/1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #E0317E;
	pointer-events: none;
}

.p-home-movie__bg-text {
	position: absolute;
	top: calc(50% - 76px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--logocolor, #E0317E);
	font-family: "Bebas Neue", sans-serif;
	font-size: 14rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: transparent;
}

.p-home-movie__bg-text span {
	margin-right: 0.32857em;
}

.p-home-access {
	position: relative;
	padding: 200px 0 70px;
}

.p-home-access__wrapper {
	max-width: 1682px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

.p-home-access__body {
	display: grid;
	grid-template-columns: 42.5% 53.5%;
	grid-template-rows: auto auto auto;
	gap: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-home-access__lead {
	grid-column: 1;
	grid-row: 1;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.07em;
}

.p-home-access__image {
	grid-column: 2;
	grid-row: 1/4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 30px;
}

.p-home-access__info-wrap {
	grid-column: 1;
	grid-row: 2;
}

.p-home-access__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 36px;
	margin-top: 32px;
}

.p-home-access__info__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 25px;
	background: -webkit-gradient(linear, left top, right top, from(#DAC244), to(#DA748A));
	background: linear-gradient(90deg, #DAC244 0%, #DA748A 100%);
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.07em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-home-access__info__item {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.p-home-access__info__item:not(:last-child) {
	margin-bottom: 0.6em;
}

.p-home-access__info__item span {
	font-size: 2.8rem;
}

.p-home-access__buttons-wrap {
	grid-column: 1;
	grid-row: 3;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 60px;
	padding-bottom: 14px;
}

.p-home-access__buttons-wrap .c-button-primary {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-home-access-slider {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 110vw;
	margin-top: 160px;
}

.p-home-access-slider__row:not(:last-child) {
	margin-bottom: 74px;
}

.p-home-access-slider__row--top {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

.p-home-access-slider__row--bottom {
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.p-home-access-slider__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-home-access-slider__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.p-home-department {
	max-width: 1360px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	padding: 117px 0 330px;
}

.p-department-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 110px 7.25%;
}

.p-department-list__item {
	width: 28.5%;
}

.p-card-department {
	text-decoration: none;
}

.p-card-department__image {
	overflow: hidden;
}

.p-card-department__image img {
	display: block;
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-card-department__body {
	margin-top: 22px;
}

.p-card-department__number {
	color: #E0317E;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

.p-card-department__number::before {
	content: "(";
}

.p-card-department__number::after {
	content: ")";
}

.p-card-department__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	gap: 15px 20px;
}

.p-card-department__wrap .c-button-secondary {
	margin-left: auto;
}

.p-card-department__title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

.p-card-department__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.p-card-department__tags__item {
	padding: 5px;
	border-radius: 50px;
	border: 1px solid #E0317E;
	color: #E0317E;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-align: center;
}

.p-card-department__tags__item--1 {
	width: 13.1rem;
}

.p-card-department__tags__item--2 {
	width: 13.9rem;
}

.p-card-department__tags__item--3 {
	width: 18.2rem;
}

.p-card-department__tags__item--4 {
	width: 16.9rem;
}

.p-card-department__tags__item--5 {
	width: 13.1rem;
}

.p-deco-01 {
	pointer-events: none;
	position: absolute;
	top: calc(100% - 4vw);
	left: -1%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 19.6%;
	max-width: 376px;
}

.p-deco-02 {
	pointer-events: none;
	position: absolute;
	top: -60px;
	right: 1.9%;
	width: 25%;
	max-width: 474px;
	min-width: 360px;
}

.p-deco-03 {
	pointer-events: none;
	position: absolute;
	top: calc(100% - 5px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	left: 0;
	width: 21%;
	max-width: 386px;
	min-width: 300px;
}

.p-deco-04 {
	pointer-events: none;
	position: absolute;
	bottom: -2px;
	right: -0.5%;
	width: 20%;
	max-width: 368px;
	min-width: 260px;
}

.p-deco-05 {
	pointer-events: none;
	position: absolute;
	top: 144px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6.3%;
	width: 28%;
	max-width: 517px;
	min-width: 470px;
}

.p-deco-06 {
	pointer-events: none;
	position: absolute;
	top: calc(100% - 12px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1176px;
	max-width: 90%;
	margin-left: -1.8%;
	z-index: 10;
}

.p-home-related {
	position: relative;
	z-index: 1;
	padding: 70px 0 50px;
	margin-top: -40px;
}

.p-home-related__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	width: calc(100% - 80px);
	max-width: 1681px;
	margin-left: auto;
	margin-right: auto;
}

.p-home-related__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 2rem;
	background: #FFF;
	padding: 20px 20px 20px 34px;
	height: 100%;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-home-related__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25.6% 0 10%;
}

.p-home-related__title {
	display: block;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.p-home-related__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.3rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-decoration: none;
	color: #E0317E;
}

.p-home-related__more::after {
	content: "";
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	background: url(../img/common/icon_link_arrow.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-home-related__image {
	width: 51.004%;
	aspect-ratio: 254/375;
	border-radius: 1rem;
	overflow: hidden;
}

.p-home-related__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-home-related__bg-text {
	padding: 60px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
	font-family: "Bebas Neue", sans-serif;
	font-size: 14rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: transparent;
}

.p-home-related__bg-text span {
	margin-right: 0.32857em;
}

.p-home-related__photo {
	position: absolute;
	right: 18.9%;
	bottom: 40px;
}

.p-home-related__photo img {
	display: block;
}

.p-program-gallery__item {
	width: 100%;
}

.p-program-gallery__item:not(:last-child) {
	margin-bottom: 30px;
}

.p-program-gallery__item img {
	display: block;
}

.p-breadcrumb {
	margin-bottom: 116px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.p-breadcrumb__item {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

.p-breadcrumb__item:not(:last-child) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-breadcrumb__item:not(:last-child)::after {
	display: inline-block;
	content: ">";
	color: #E0317E;
	font-weight: 700;
	margin-left: 10px;
}

.p-breadcrumb__item:last-child {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p-breadcrumb__item a {
	color: #E0317E;
}

.u-pagination {
	margin-top: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
}

.u-pagination .page-numbers {
	display: block;
	text-decoration: none;
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.u-pagination .page-numbers.current {
	background: #E0317E;
	border-radius: 50%;
	color: #FFF;
}

.u-pagination .page-numbers.next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.u-pagination a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-date {
	display: block;
	margin-bottom: 11px;
	color: #E0317E;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.post-title {
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 30px;
	font-size: 3.2rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.post-title::after {
	content: "";
	position: absolute;
	background: #E0317E;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 5px;
}

.post-image {
	margin-bottom: 30px;
}

.post-image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-content p,
.wp-content ul,
.wp-content li {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 2;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content a {
	color: #E0317E;
	font-weight: 700;
}

.wp-content p:not(:last-child) {
	margin-bottom: 2em;
}

.wp-content > div,
.wp-content > figure,
.wp-content > ol,
.wp-content > ul,
.wp-content > blockquote {
	margin-top: 60px;
	margin-bottom: 60px;
}

.wp-content figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-content h2 {
	position: relative;
	margin-top: 100px;
	margin-bottom: 30px;
	padding-bottom: 14px;
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.wp-content h2::after {
	content: "";
	position: absolute;
	background: #E0317E;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 5px;
}

.wp-content h3 {
	margin-top: 60px;
	margin-bottom: 16px;
	color: #E0317E;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.wp-content h4 {
	margin-top: 60px;
	margin-bottom: 14px;
	color: #E0317E;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.wp-content h5 {
	margin-top: 60px;
	margin-bottom: 12px;
	color: #E0317E;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.wp-content h6 {
	margin-top: 60px;
	margin-bottom: 12px;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.wp-content ul {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 50px;
}

.wp-content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.wp-content ul li::before {
	display: inline-block;
	content: "";
	background: #E0317E;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-top: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wp-content ul li:not(:last-child) {
	margin-bottom: 31px;
}

.wp-content ol {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 50px;
	counter-reset: listnum;
}

.wp-content ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.wp-content ol li::before {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	display: inline-block;
	color: #E0317E;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-weight: 700;
	margin-top: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wp-content ol li:not(:last-child) {
	margin-bottom: 30px;
}

.wp-content blockquote {
	border: 4px solid #f2f2f2;
	border-radius: 8px;
	padding: 27px 46px;
}

.wp-content blockquote p {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.03em;
}

.wp-content table {
	width: 100%;
	border-collapse: collapse;
}

.wp-content table th,
.wp-content table td {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	border: 1px solid #FFF;
	padding: 14px 20px !important;
}

.wp-content table th {
	background: #E0317E;
	color: #FFF;
	line-height: 1.8;
	font-weight: 700;
	text-align: center !important;
}

.wp-content table td {
	background: #F9F9F9;
}

.news-navi {
	margin-top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
}

.news-navi__item {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.03em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-navi__item--prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.news-navi__item--prev::before {
	display: inline-block;
	content: "";
	background: url("../img/common/icon_arrow_simple.svg") no-repeat center/contain;
	width: 7px;
	height: 12px;
	margin-right: 12px;
}

.news-navi__item--next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.news-navi__item--next::after {
	display: inline-block;
	content: "";
	background: url("../img/common/icon_arrow_simple.svg") no-repeat center/contain;
	width: 7px;
	height: 12px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 12px;
}

.news-navi__return {
	display: block;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-decoration: none;
	background: #E0317E;
	border: 2px solid #E0317E;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	width: 300px;
	height: 70px;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-footer {
	position: relative;
	background: #001748;
	color: #FFF;
	border-radius: 40px 40px 0 0;
}

.p-footer__inner {
	height: 100%;
	width: calc(100% - 80px);
	max-width: 1680px;
	margin: 0 auto;
	padding: 120px 0 30px;
	position: relative;
}

.p-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}

.p-footer__logo {
	width: 28.58%;
	max-width: 480px;
	min-width: 260px;
}

.p-footer__logo a,
.p-footer__logo img {
	display: block;
}

.p-footer__logo img {
	width: 100%;
	max-width: none;
}

.p-footer__nav {
	width: 368px;
	margin-top: 21px;
}

.p-footer__nav-item:not(:first-of-type) {
	margin-top: 24px;
}

.p-footer__nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 47px;
	padding-bottom: 18px;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

.p-footer__nav-link img {
	display: block;
	width: 23px;
	height: 23px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-footer__bottom-main {
	margin-left: auto;
	margin-right: auto;
}

.p-footer__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 33px;
	margin-top: 161px;
}

.p-footer__sns-item a,
.p-footer__sns-item img {
	display: block;
}

.p-footer__sns-item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-footer__sns-item--instagram {
	width: 41px;
}

.p-footer__sns-item--tiktok {
	width: 35px;
}

.p-footer__sns-item--youtube {
	width: 43px;
}

.p-footer__sns-item--line {
	width: 35px;
}

.p-footer__page-top {
	position: absolute;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 172px;
	aspect-ratio: 1/1;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	right: 0;
	bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-footer__page-top-circle {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: rotation 10s linear infinite;
	animation: rotation 10s linear infinite;
}

.p-footer__page-top-circle img {
	display: block;
	width: 100%;
	height: 100%;
}

.p-footer__page-top-inner {
	width: 140px;
	aspect-ratio: 1/1;
}

.p-footer__page-top-inner img {
	display: block;
	width: 100%;
	max-width: unset;
}

.p-footer__copyright {
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.25;
	text-align: center;
	font-family: "Inter", sans-serif;
	margin-top: 34px;
}

/* アニメーション */

.p-fixed-cta {
	position: sticky;
	bottom: 0;
	left: 0;
	background: linear-gradient(70.84deg, #7355d5 34.12%, #f084ac 126.03%);
	color: #FFF;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
	visibility: hidden;
	z-index: 1000;
}

.p-fixed-cta.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.p-fixed-cta__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	text-decoration: none;
}

.p-fixed-cta__en {
	font-family: "Bebas Neue", sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
	-ms-flex-item-align: center;
	align-self: center;
	margin-top: 8px;
}

.p-fixed-cta__jp {
	margin-left: 10px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
	-ms-flex-item-align: center;
	align-self: center;
}

.p-fixed-cta__icon {
	display: block;
	width: 32px;
	margin-left: 27px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-fixed-cta__icon img {
	display: block;
}

.u-text-left {
	text-align: left;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-d-block {
	display: block;
}

.u-d-inline-block {
	display: inline-block;
}

.u-hidden {
	display: none !important;
}

.u-clearfix::before,
.u-clearfix::after {
	content: "";
	display: table;
}

.u-clearfix::after {
	clear: both;
}

.u-clear {
	clear: both;
}

.u-position-relative {
	position: relative;
}

/* show only  SP/PC
-------------------------------*/

.u-sp-only {
	display: none !important;
}

.u-sp-only-2 {
	display: none !important;
}

.u-pc-only {
	display: block !important;
}

.u-pc-only-2 {
	display: inline-block !important;
}

/* z-index
-------------------------------*/

.u-z-index-1 {
	z-index: 1;
}

/* font
-------------------------------*/

.u-fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.u-mt-0 {
	margin-top: 0px !important;
}

.u-mb-0 {
	margin-bottom: 0px !important;
}

.u-mr-0 {
	margin-right: 0px !important;
}

.u-ml-0 {
	margin-left: 0px !important;
}

.u-mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.u-my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.u-mt-5 {
	margin-top: 5px !important;
}

.u-mb-5 {
	margin-bottom: 5px !important;
}

.u-mr-5 {
	margin-right: 5px !important;
}

.u-ml-5 {
	margin-left: 5px !important;
}

.u-mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.u-my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.u-mt-10 {
	margin-top: 10px !important;
}

.u-mb-10 {
	margin-bottom: 10px !important;
}

.u-mr-10 {
	margin-right: 10px !important;
}

.u-ml-10 {
	margin-left: 10px !important;
}

.u-mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.u-my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.u-mt-15 {
	margin-top: 15px !important;
}

.u-mb-15 {
	margin-bottom: 15px !important;
}

.u-mr-15 {
	margin-right: 15px !important;
}

.u-ml-15 {
	margin-left: 15px !important;
}

.u-mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.u-my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mb-20 {
	margin-bottom: 20px !important;
}

.u-mr-20 {
	margin-right: 20px !important;
}

.u-ml-20 {
	margin-left: 20px !important;
}

.u-mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.u-my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.u-mt-25 {
	margin-top: 25px !important;
}

.u-mb-25 {
	margin-bottom: 25px !important;
}

.u-mr-25 {
	margin-right: 25px !important;
}

.u-ml-25 {
	margin-left: 25px !important;
}

.u-mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.u-my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mb-30 {
	margin-bottom: 30px !important;
}

.u-mr-30 {
	margin-right: 30px !important;
}

.u-ml-30 {
	margin-left: 30px !important;
}

.u-mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.u-my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.u-mt-35 {
	margin-top: 35px !important;
}

.u-mb-35 {
	margin-bottom: 35px !important;
}

.u-mr-35 {
	margin-right: 35px !important;
}

.u-ml-35 {
	margin-left: 35px !important;
}

.u-mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.u-my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mb-40 {
	margin-bottom: 40px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

.u-ml-40 {
	margin-left: 40px !important;
}

.u-mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.u-my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.u-mt-45 {
	margin-top: 45px !important;
}

.u-mb-45 {
	margin-bottom: 45px !important;
}

.u-mr-45 {
	margin-right: 45px !important;
}

.u-ml-45 {
	margin-left: 45px !important;
}

.u-mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.u-my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mb-50 {
	margin-bottom: 50px !important;
}

.u-mr-50 {
	margin-right: 50px !important;
}

.u-ml-50 {
	margin-left: 50px !important;
}

.u-mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.u-my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.u-mt-55 {
	margin-top: 55px !important;
}

.u-mb-55 {
	margin-bottom: 55px !important;
}

.u-mr-55 {
	margin-right: 55px !important;
}

.u-ml-55 {
	margin-left: 55px !important;
}

.u-mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.u-my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mb-60 {
	margin-bottom: 60px !important;
}

.u-mr-60 {
	margin-right: 60px !important;
}

.u-ml-60 {
	margin-left: 60px !important;
}

.u-mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.u-my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.u-mt-65 {
	margin-top: 65px !important;
}

.u-mb-65 {
	margin-bottom: 65px !important;
}

.u-mr-65 {
	margin-right: 65px !important;
}

.u-ml-65 {
	margin-left: 65px !important;
}

.u-mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.u-my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mb-70 {
	margin-bottom: 70px !important;
}

.u-mr-70 {
	margin-right: 70px !important;
}

.u-ml-70 {
	margin-left: 70px !important;
}

.u-mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.u-my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.u-mt-75 {
	margin-top: 75px !important;
}

.u-mb-75 {
	margin-bottom: 75px !important;
}

.u-mr-75 {
	margin-right: 75px !important;
}

.u-ml-75 {
	margin-left: 75px !important;
}

.u-mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.u-my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mb-80 {
	margin-bottom: 80px !important;
}

.u-mr-80 {
	margin-right: 80px !important;
}

.u-ml-80 {
	margin-left: 80px !important;
}

.u-mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.u-my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.u-mt-85 {
	margin-top: 85px !important;
}

.u-mb-85 {
	margin-bottom: 85px !important;
}

.u-mr-85 {
	margin-right: 85px !important;
}

.u-ml-85 {
	margin-left: 85px !important;
}

.u-mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.u-my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.u-mt-90 {
	margin-top: 90px !important;
}

.u-mb-90 {
	margin-bottom: 90px !important;
}

.u-mr-90 {
	margin-right: 90px !important;
}

.u-ml-90 {
	margin-left: 90px !important;
}

.u-mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.u-my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.u-mt-95 {
	margin-top: 95px !important;
}

.u-mb-95 {
	margin-bottom: 95px !important;
}

.u-mr-95 {
	margin-right: 95px !important;
}

.u-ml-95 {
	margin-left: 95px !important;
}

.u-mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.u-my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

.u-mb-100 {
	margin-bottom: 100px !important;
}

.u-mr-100 {
	margin-right: 100px !important;
}

.u-ml-100 {
	margin-left: 100px !important;
}

.u-mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.u-my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.u-mt-105 {
	margin-top: 105px !important;
}

.u-mb-105 {
	margin-bottom: 105px !important;
}

.u-mr-105 {
	margin-right: 105px !important;
}

.u-ml-105 {
	margin-left: 105px !important;
}

.u-mx-105 {
	margin-left: 105px !important;
	margin-right: 105px !important;
}

.u-my-105 {
	margin-top: 105px !important;
	margin-bottom: 105px !important;
}

.u-mt-110 {
	margin-top: 110px !important;
}

.u-mb-110 {
	margin-bottom: 110px !important;
}

.u-mr-110 {
	margin-right: 110px !important;
}

.u-ml-110 {
	margin-left: 110px !important;
}

.u-mx-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.u-my-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

.u-mt-115 {
	margin-top: 115px !important;
}

.u-mb-115 {
	margin-bottom: 115px !important;
}

.u-mr-115 {
	margin-right: 115px !important;
}

.u-ml-115 {
	margin-left: 115px !important;
}

.u-mx-115 {
	margin-left: 115px !important;
	margin-right: 115px !important;
}

.u-my-115 {
	margin-top: 115px !important;
	margin-bottom: 115px !important;
}

.u-mt-120 {
	margin-top: 120px !important;
}

.u-mb-120 {
	margin-bottom: 120px !important;
}

.u-mr-120 {
	margin-right: 120px !important;
}

.u-ml-120 {
	margin-left: 120px !important;
}

.u-mx-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.u-my-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

.u-mt-auto {
	margin-top: auto !important;
}

.u-mb-auto {
	margin-bottom: auto !important;
}

.u-mr-auto {
	margin-right: auto !important;
}

.u-ml-auto {
	margin-left: auto !important;
}

.u-mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* padding
-------------------------------*/

.u-p-0 {
	padding: 0px !important;
}

.u-pt-0 {
	padding-top: 0px !important;
}

.u-pb-0 {
	padding-bottom: 0px !important;
}

.u-pr-0 {
	padding-right: 0px !important;
}

.u-pl-0 {
	padding-left: 0px !important;
}

.u-px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.u-py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.u-p-5 {
	padding: 5px !important;
}

.u-pt-5 {
	padding-top: 5px !important;
}

.u-pb-5 {
	padding-bottom: 5px !important;
}

.u-pr-5 {
	padding-right: 5px !important;
}

.u-pl-5 {
	padding-left: 5px !important;
}

.u-px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.u-py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.u-p-10 {
	padding: 10px !important;
}

.u-pt-10 {
	padding-top: 10px !important;
}

.u-pb-10 {
	padding-bottom: 10px !important;
}

.u-pr-10 {
	padding-right: 10px !important;
}

.u-pl-10 {
	padding-left: 10px !important;
}

.u-px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.u-py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.u-p-15 {
	padding: 15px !important;
}

.u-pt-15 {
	padding-top: 15px !important;
}

.u-pb-15 {
	padding-bottom: 15px !important;
}

.u-pr-15 {
	padding-right: 15px !important;
}

.u-pl-15 {
	padding-left: 15px !important;
}

.u-px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.u-py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.u-p-20 {
	padding: 20px !important;
}

.u-pt-20 {
	padding-top: 20px !important;
}

.u-pb-20 {
	padding-bottom: 20px !important;
}

.u-pr-20 {
	padding-right: 20px !important;
}

.u-pl-20 {
	padding-left: 20px !important;
}

.u-px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.u-py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.u-p-25 {
	padding: 25px !important;
}

.u-pt-25 {
	padding-top: 25px !important;
}

.u-pb-25 {
	padding-bottom: 25px !important;
}

.u-pr-25 {
	padding-right: 25px !important;
}

.u-pl-25 {
	padding-left: 25px !important;
}

.u-px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.u-py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.u-p-30 {
	padding: 30px !important;
}

.u-pt-30 {
	padding-top: 30px !important;
}

.u-pb-30 {
	padding-bottom: 30px !important;
}

.u-pr-30 {
	padding-right: 30px !important;
}

.u-pl-30 {
	padding-left: 30px !important;
}

.u-px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.u-py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.u-p-35 {
	padding: 35px !important;
}

.u-pt-35 {
	padding-top: 35px !important;
}

.u-pb-35 {
	padding-bottom: 35px !important;
}

.u-pr-35 {
	padding-right: 35px !important;
}

.u-pl-35 {
	padding-left: 35px !important;
}

.u-px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.u-py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.u-p-40 {
	padding: 40px !important;
}

.u-pt-40 {
	padding-top: 40px !important;
}

.u-pb-40 {
	padding-bottom: 40px !important;
}

.u-pr-40 {
	padding-right: 40px !important;
}

.u-pl-40 {
	padding-left: 40px !important;
}

.u-px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.u-py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.u-p-45 {
	padding: 45px !important;
}

.u-pt-45 {
	padding-top: 45px !important;
}

.u-pb-45 {
	padding-bottom: 45px !important;
}

.u-pr-45 {
	padding-right: 45px !important;
}

.u-pl-45 {
	padding-left: 45px !important;
}

.u-px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.u-py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.u-p-50 {
	padding: 50px !important;
}

.u-pt-50 {
	padding-top: 50px !important;
}

.u-pb-50 {
	padding-bottom: 50px !important;
}

.u-pr-50 {
	padding-right: 50px !important;
}

.u-pl-50 {
	padding-left: 50px !important;
}

.u-px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.u-py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.u-p-55 {
	padding: 55px !important;
}

.u-pt-55 {
	padding-top: 55px !important;
}

.u-pb-55 {
	padding-bottom: 55px !important;
}

.u-pr-55 {
	padding-right: 55px !important;
}

.u-pl-55 {
	padding-left: 55px !important;
}

.u-px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.u-py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.u-p-60 {
	padding: 60px !important;
}

.u-pt-60 {
	padding-top: 60px !important;
}

.u-pb-60 {
	padding-bottom: 60px !important;
}

.u-pr-60 {
	padding-right: 60px !important;
}

.u-pl-60 {
	padding-left: 60px !important;
}

.u-px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.u-py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.u-p-65 {
	padding: 65px !important;
}

.u-pt-65 {
	padding-top: 65px !important;
}

.u-pb-65 {
	padding-bottom: 65px !important;
}

.u-pr-65 {
	padding-right: 65px !important;
}

.u-pl-65 {
	padding-left: 65px !important;
}

.u-px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.u-py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.u-p-70 {
	padding: 70px !important;
}

.u-pt-70 {
	padding-top: 70px !important;
}

.u-pb-70 {
	padding-bottom: 70px !important;
}

.u-pr-70 {
	padding-right: 70px !important;
}

.u-pl-70 {
	padding-left: 70px !important;
}

.u-px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.u-py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.u-p-75 {
	padding: 75px !important;
}

.u-pt-75 {
	padding-top: 75px !important;
}

.u-pb-75 {
	padding-bottom: 75px !important;
}

.u-pr-75 {
	padding-right: 75px !important;
}

.u-pl-75 {
	padding-left: 75px !important;
}

.u-px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.u-py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.u-p-80 {
	padding: 80px !important;
}

.u-pt-80 {
	padding-top: 80px !important;
}

.u-pb-80 {
	padding-bottom: 80px !important;
}

.u-pr-80 {
	padding-right: 80px !important;
}

.u-pl-80 {
	padding-left: 80px !important;
}

.u-px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.u-py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.u-p-85 {
	padding: 85px !important;
}

.u-pt-85 {
	padding-top: 85px !important;
}

.u-pb-85 {
	padding-bottom: 85px !important;
}

.u-pr-85 {
	padding-right: 85px !important;
}

.u-pl-85 {
	padding-left: 85px !important;
}

.u-px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.u-py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.u-p-90 {
	padding: 90px !important;
}

.u-pt-90 {
	padding-top: 90px !important;
}

.u-pb-90 {
	padding-bottom: 90px !important;
}

.u-pr-90 {
	padding-right: 90px !important;
}

.u-pl-90 {
	padding-left: 90px !important;
}

.u-px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.u-py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.u-p-95 {
	padding: 95px !important;
}

.u-pt-95 {
	padding-top: 95px !important;
}

.u-pb-95 {
	padding-bottom: 95px !important;
}

.u-pr-95 {
	padding-right: 95px !important;
}

.u-pl-95 {
	padding-left: 95px !important;
}

.u-px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.u-py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.u-p-100 {
	padding: 100px !important;
}

.u-pt-100 {
	padding-top: 100px !important;
}

.u-pb-100 {
	padding-bottom: 100px !important;
}

.u-pr-100 {
	padding-right: 100px !important;
}

.u-pl-100 {
	padding-left: 100px !important;
}

.u-px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.u-py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.u-p-105 {
	padding: 105px !important;
}

.u-pt-105 {
	padding-top: 105px !important;
}

.u-pb-105 {
	padding-bottom: 105px !important;
}

.u-pr-105 {
	padding-right: 105px !important;
}

.u-pl-105 {
	padding-left: 105px !important;
}

.u-px-105 {
	padding-left: 105px !important;
	padding-right: 105px !important;
}

.u-py-105 {
	padding-top: 105px !important;
	padding-bottom: 105px !important;
}

.u-p-110 {
	padding: 110px !important;
}

.u-pt-110 {
	padding-top: 110px !important;
}

.u-pb-110 {
	padding-bottom: 110px !important;
}

.u-pr-110 {
	padding-right: 110px !important;
}

.u-pl-110 {
	padding-left: 110px !important;
}

.u-px-110 {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.u-py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.u-p-115 {
	padding: 115px !important;
}

.u-pt-115 {
	padding-top: 115px !important;
}

.u-pb-115 {
	padding-bottom: 115px !important;
}

.u-pr-115 {
	padding-right: 115px !important;
}

.u-pl-115 {
	padding-left: 115px !important;
}

.u-px-115 {
	padding-left: 115px !important;
	padding-right: 115px !important;
}

.u-py-115 {
	padding-top: 115px !important;
	padding-bottom: 115px !important;
}

.u-p-120 {
	padding: 120px !important;
}

.u-pt-120 {
	padding-top: 120px !important;
}

.u-pb-120 {
	padding-bottom: 120px !important;
}

.u-pr-120 {
	padding-right: 120px !important;
}

.u-pl-120 {
	padding-left: 120px !important;
}

.u-px-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.u-py-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.p-modal {
	position: relative;
	z-index: 10000;
	display: none;
}

.p-modal.is-open {
	display: block;
}

.p-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}

.p-modal__contents {
	position: relative;
	max-width: 1200px;
	width: calc(100% - 50px);
	background: #FFF;
	border: 1px solid #E0317E;
}

.p-modal__inner {
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-height: calc(100dvh - 80px);
	padding: 80px max(10.833333%, 80px);
	overflow: auto;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}

.p-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 40px;
	aspect-ratio: 1/1;
	background: #E0317E;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 10;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.p-modal__close::before,
.p-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	border-radius: 1px;
	display: block;
	background: #FFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.p-modal__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal-header {
	text-align: center;
	margin-bottom: 50px;
}

.p-modal-header__en {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.07em;
	color: #E0317E;
	margin-bottom: 20px;
	display: block;
	line-height: 1.2;
}

.p-modal-header__jp {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.2;
}

/**************************\
	Demo Animation Style
\**************************/

.p-modal[aria-hidden=false] .p-modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-modal[aria-hidden=false] .p-modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-modal[aria-hidden=true] .p-modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-modal[aria-hidden=true] .p-modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-modal .p-modal__container,
.p-modal .p-modal__overlay {
	will-change: transform;
}

@media (hover: hover) {

.c-button-header:hover:not(.c-button-header--yellow):not(.c-button-header--purple) {
	background: #7355D5;
}

.c-button-header--yellow:hover::before {
	opacity: 1;
}

.c-button-header--purple:hover::before {
	opacity: 1;
}

.c-button-primary:hover::after {
	-webkit-transform: scale(1.2) translateY(-50%);
	transform: scale(1.2) translateY(-50%);
}

.c-button-secondary:hover::after {
	-webkit-transform: scale(1.2) translateY(-50%);
	transform: scale(1.2) translateY(-50%);
}

a:hover .c-button-secondary::after,
button:hover .c-button-secondary::after {
	-webkit-transform: scale(1.2) translateY(-50%);
	transform: scale(1.2) translateY(-50%);
}

.c-menu-btn:hover {
	background: #7355D5;
}

.p-gnavi__item a:hover {
	padding-left: 4.6rem;
}

.p-gnavi__item a:hover::before {
	width: 3rem;
	-webkit-transition: 0.2s 0.2s;
	transition: 0.2s 0.2s;
}

.p-news-list__item a:hover {
	color: #E0317E;
}

.p-news-list__item a:hover::after {
	-webkit-transform: scale(1.2) translateY(-50%);
	transform: scale(1.2) translateY(-50%);
}

.p-card-program:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-card-department:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-home-related__inner:hover .p-home-related__image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-home-related__inner:hover .p-home-related__more::after {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.u-pagination .page-numbers.prev:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.u-pagination .page-numbers.next:hover {
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1);
}

.u-pagination a:hover {
	color: #E0317E;
}

.wp-content a:hover {
	text-decoration: none;
}

.news-navi__item:hover {
	color: #E0317E;
	text-decoration: none;
}

.news-navi__return:hover {
	background: #FFF;
	color: #E0317E;
}

.p-footer__nav-link:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.p-footer__sns-item a:hover {
	opacity: 0.5;
}

.p-footer__page-top:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-fixed-cta__link:hover .p-fixed-cta__icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.p-modal__close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

}

@media screen and (min-width: 768px) {

.u-text-left-pc { /* pc */
	text-align: left;
}

.u-text-center-pc { /* pc */
	text-align: center;
}

.u-text-right-pc { /* pc */
	text-align: right;
}

}

@media screen and (min-width: 1920px) {

.p-mainvisual__main {
	width: 91.71875%;
	max-width: initial;
}

}

@media screen and (max-width: 1300px) {

.l-header { /* 1400px以下 */
	top: 15px;
	padding-right: 13px;
	height: 7rem;
}

.c-heading-primary__jp { /* 1400px以下 */
	font-size: 4.2rem;
}

.c-buttons-wrap { /* 1400px以下 */
	gap: 18px;
}

.c-buttons-wrap--start { /* 1400px以下 */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-button-header { /* 1400px以下 */
	height: 4.8rem;
}

.c-menu-btn { /* 1400px以下 */
	width: 48px;
}

.c-header-logo { /* 1400px以下 */
	width: 170px;
}

.p-mainvisual__heading-wrap { /* 1400px以下 */
	top: 110px;
}

.p-mainvisual__sub-heading { /* 1400px以下 */
	top: 110px;
}

.p-mainvisual__image { /* 1400px以下 */
	width: 64%;
	margin-right: -5%;
}

.p-mainvisual__date { /* 1400px以下 */
	margin-top: 30px;
}

.p-home-news { /* 1400px以下 */
	padding-bottom: 200px;
}

.p-home-program { /* 1400px以下 */
	padding: 140px 0 165px;
}

.p-program-head { /* 1400px以下 */
	width: 60%;
	min-width: initial;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-top: -200px;
}

.p-program-head__head { /* 1400px以下 */
}

.p-program-head__image { /* 1400px以下 */
	width: 35%;
}

.p-card-program { /* 1400px以下 */
	padding: 15px 15px 10px;
}

.p-card-program__title__ja { /* 1400px以下 */
	font-size: 2rem;
}

.p-home-movie__movie span { /* 1400px以下 */
	right: -40px;
}

.p-home-access__body { /* 1400px以下 */
	grid-template-columns: 50% 47%;
	grid-template-rows: auto 1fr auto;
}

.p-home-access__lead { /* 1400px以下 */
	font-size: 2.4rem;
}

.p-home-access__image { /* 1400px以下 */
	grid-row: 1/3;
	padding-top: 0;
}

.p-home-access__info { /* 1400px以下 */
	gap: 20px;
}

.p-home-access__info__heading { /* 1400px以下 */
	padding: 10px 15px;
	font-size: 2rem;
}

.p-home-access__info__item { /* 1400px以下 */
	font-size: 1.6rem;
}

.p-home-access__info__item span { /* 1400px以下 */
	font-size: 2.4rem;
}

.p-home-access__buttons-wrap { /* 1400px以下 */
	grid-column: 1/3;
	padding-bottom: 0;
}

.p-deco-01 { /* 1400px以下 */
	width: 16%;
}

.p-deco-01 { /* 1400px以下 */
	width: 230px;
	top: calc(100% - 25px);
}

.p-deco-02 { /* 1400px以下 */
	width: 300px;
	top: -140px;
	right: 0;
	min-width: initial;
}

.p-deco-06 { /* 1400px以下 */
}

.p-home-related__inner { /* 1400px以下 */
	padding: 18px 18px 18px 24px;
}

.p-home-related__title { /* 1400px以下 */
	font-size: 2.4rem;
}

.p-home-related__more { /* 1400px以下 */
	font-size: 2.4rem;
}

}

@media screen and (max-width: 1060px) {

.l-header { /* 1060px以下 */
	top: 10px;
	padding-left: 15px;
	padding-right: 13px;
	width: calc(100% - 40px);
	left: 20px;
}

.l-page { /* 1060px以下 */
	width: calc(100% - 40px);
}

.c-buttons-wrap { /* 1060px以下 */
	margin-top: 60px;
}

.c-button-primary { /* 1060px以下 */
}

.c-menu-btn { /* 1060px以下 */
	width: 42px;
}

.p-mainvisual__main { /* 1060px以下 */
	width: calc(100% - 40px);
}

.p-mainvisual__heading-wrap { /* 1060px以下 */
	top: 100px;
}

.p-mainvisual__sub-heading { /* 1060px以下 */
	top: 100px;
}

.p-mainvisual__image { /* 1060px以下 */
	width: 67%;
	margin-right: -7%;
}

.p-mainvisual__date { /* 1060px以下 */
	margin-top: 10px;
}

.p-home-news { /* 1060px以下 */
	padding-top: 80px;
}

.p-program-head { /* 1060px以下 */
	width: 94%;
	max-width: 680px;
	margin-bottom: 80px;
	padding: 0;
}

.p-program-head__head { /* 1060px以下 */
}

.p-program-head__image { /* 1060px以下 */
	position: relative;
	width: 100%;
	max-width: 256px;
	margin-left: auto;
	margin-right: auto;
}

.p-program-head__image span { /* 1060px以下 */
	top: -34px;
	left: auto;
	right: -52px;
	width: 77px;
	height: 77px;
	font-size: 1.8rem;
}

.p-program-list__items { /* 1060px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0;
}

.p-program-list__control { /* 1060px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 18px;
	margin-top: 40px;
}

.p-home-access__wrapper { /* 1060px以下 */
	width: 90%;
	max-width: 560px;
}

.p-home-access__body { /* 1060px以下 */
	display: block;
}

.p-home-access__image { /* 1060px以下 */
	margin-top: 24px;
}

.p-home-access__buttons-wrap { /* 1060px以下 */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-home-department { /* 1060px以下 */
	padding-bottom: 25vw;
}

.p-deco-02 { /* 1060px以下 */
	width: 260px;
	top: -130px;
}

.p-deco-03 { /* 1060px以下 */
	top: calc(100% + 40px);
	width: 280px;
	min-width: initial;
}

.p-deco-04 { /* 1060px以下 */
}

.p-deco-05 { /* 1060px以下 */
	min-width: initial;
	width: 40%;
	min-width: 300px;
	top: 60px;
	right: 10px;
}

.p-home-related__inner { /* 1060px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 15px;
}

.p-home-related__main { /* 1060px以下 */
	padding: 20px 0;
}

.p-home-related__title { /* 1060px以下 */
	font-size: 2rem;
}

.p-home-related__more { /* 1060px以下 */
	font-size: 2rem;
	margin-top: 10px;
	margin-left: auto;
}

.p-home-related__image { /* 1060px以下 */
	width: 100%;
	aspect-ratio: 11/9;
}

.p-home-related__bg-text { /* 1060px以下 */
	padding: 30px 0 20px;
}

.p-home-related__photo { /* 1060px以下 */
	bottom: 10px;
}

.p-footer__inner { /* 1060px以下 */
	padding: 60px 20px;
	width: calc(100% - 40px);
}

.p-footer__nav { /* 1060px以下 */
	width: 300px;
}

.p-footer__nav-link { /* 1060px以下 */
	font-size: 1.8rem;
}

.p-footer__page-top { /* 1060px以下 */
	right: 20px;
	width: 140px;
	bottom: 80px;
}

.p-footer__page-top-inner { /* 1060px以下 */
	width: 115px;
}

}

@media screen and (max-width: 767px) {

.l-header { /* sp */
	width: calc(100% - 32px);
	height: 4.8rem;
	padding: 0 5px 0 16px;
	top: 10px;
	left: 16px;
}

.l-footer { /* sp */
	margin-top: -20px;
}

.l-navi { /* sp */
	width: 100%;
	max-height: calc(100dvh - 20px - 4.8rem - 10px);
	overflow: auto;
	top: calc(100% + 10px);
	padding: 40px 50px;
}

.l-page { /* sp */
	padding: 115px 0 100px;
}

.c-heading-primary { /* sp */
	min-width: 26.6rem;
}

.c-heading-primary--line::after { /* sp */
	top: calc(100% + 0.2rem);
	-webkit-transform: rotate(-2.857deg);
	transform: rotate(-2.857deg);
	aspect-ratio: 251/14.3;
}

.c-heading-primary__jp { /* sp */
	padding-bottom: 14px;
	font-size: 3.4rem;
}

.c-buttons-wrap { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 32px;
}

.c-button-header { /* sp */
	font-size: 1.4rem;
}

.c-button-primary { /* sp */
	max-width: 100%;
	padding: 1.6rem 7rem 1.6rem 4rem;
	font-size: 1.4rem;
}

.c-button-primary::after { /* sp */
	right: 1.4rem;
	width: 2.4rem;
	height: 2.4rem;
}

.c-button-primary--icon-university::before { /* sp */
	width: 2rem;
	height: 2rem;
}

.c-button-primary--icon-pin::before { /* sp */
	width: 1.3rem;
	height: 2rem;
}

.c-button-primary--sp-center { /* sp */
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.c-button-primary--sp-center::after {
	position: static;
	-webkit-transform: none;
	transform: none;
	margin: 0 -54px 0 0;
}

.c-button-secondary { /* sp */
	padding-right: 4.4rem;
	font-size: 2.8rem;
}

.c-button-secondary::after { /* sp */
	width: 2.95rem;
	height: 2.95rem;
}

.c-button-secondary--sm { /* sp */
	padding-right: 1.8rem;
	font-size: 1.8rem;
}

.c-button-secondary--sm::after { /* sp */
	width: 1.33rem;
	height: 1.33rem;
}

.c-button-secondary--xs { /* sp */
	font-size: 2.6rem;
}

.c-button-secondary--xs::after { /* sp */
	width: 3.08rem;
	height: 3.08rem;
}

.c-menu-btn { /* sp */
	width: 40px;
}

.c-menu-btn__icon { /* sp */
	width: 14px;
	height: 10px;
}

.c-header-logo { /* sp */
	width: 12rem;
}

.c-bg-access::before { /* sp */
	height: calc(100% - 54px);
	background: url(../img/home/bg_access_sp.png) no-repeat top center/100%, -webkit-gradient(linear, right top, left top, color-stop(-41.72%, #F4A942), color-stop(29.14%, #EA5B95), to(#E0327F));
	background: url(../img/home/bg_access_sp.png) no-repeat top center/100%, linear-gradient(270deg, #F4A942 -41.72%, #EA5B95 29.14%, #E0327F 100%);
	clip-path: polygon(0 0, 100% 18vw, 100% 100%, 0 100%);
}

.c-bg-clip-bottom-right { /* sp */
	margin-bottom: -12.7vw;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 12.7vw));
}

.c-bg-clip-top-right-bottom-right { /* sp */
	margin-top: -21vw;
	margin-bottom: -18vw;
	clip-path: polygon(0 21vw, 100% 0, 100% 100%, 0 calc(100% - 18vw));
}

.c-bg-radius-bottom { /* sp */
	border-radius: 0 0 20px 20px;
}

.p-header-quick-navi__item { /* sp */
	width: 100%;
}

.p-gnavi__item { /* sp */
	margin-bottom: 19px;
}

.p-gnavi__en { /* sp */
	font-size: 3.2rem;
}

.p-gnavi__button-wrap { /* sp */
	margin-top: 16px;
}

.p-gnavi__button-wrap--mt-lg { /* sp */
	margin-top: 30px;
}

.p-mainvisual__main { /* sp */
	width: 100%;
	padding-left: 0;
	padding-bottom: 6.2vw;
}

.p-mainvisual__heading-wrap { /* sp */
	top: auto;
	bottom: 0;
	left: 6.4%;
	width: 60.5%;
}

.p-mainvisual__heading-1 { /* sp */
	width: 86.4%;
}

.p-mainvisual__heading-2 { /* sp */
	top: 73.1%;
	left: 60.9%;
	width: 39%;
}

.p-mainvisual__sub-heading { /* sp */
	top: 43.1%;
	left: auto;
	right: 3%;
	width: 38.4%;
}

.p-mainvisual__sub-heading__item { /* sp */
	-webkit-transform: rotate(-6.6deg);
	transform: rotate(-6.6deg);
}

.p-mainvisual__image { /* sp */
	width: 100%;
	margin-right: 0;
}

.p-mainvisual__date img { /* sp */
	width: 118%;
}

.p-home-news { /* sp */
	padding: 47px 0 115px;
	width: calc(100% - 40px);
	max-width: 560px;
}

.p-home-news__button { /* sp */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 24px;
}

.p-news-list--archive { /* sp */
	margin-top: 45px;
}

.p-news-list__item:not(:last-child) { /* sp */
	margin-bottom: 0px;
}

.p-news-list__item a { /* sp */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	padding: 18px 0;
}

.p-news-list__item a::after { /* sp */
	content: none;
}

.p-news-list__date { /* sp */
	padding-top: 0;
	font-size: 1.6rem;
}

.p-news-list__title { /* sp */
	font-size: 1.4rem;
}

.p-home-program { /* sp */
	width: calc(100% - 40px);
	max-width: 560px;
	padding: 100px 0 155px;
}

.p-program-head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-top: 0;
	margin-bottom: 60px;
}

.p-program-head__head { /* sp */
	padding-bottom: 35px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-program-head__image { /* sp */
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px);
}

.p-program-head__image span::before { /* sp */
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

.p-program-list { /* sp */
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 auto;
	padding-bottom: 10px;
}

.p-program-list__item:nth-of-type(even) { /* sp */
	margin-top: 0;
}

.p-card-program { /* sp */
	left: -6px;
	width: 100%;
	padding: 20px 20px 15px;
}

.p-card-program__title { /* sp */
	margin-top: 25px;
}

.p-card-program__title__ja { /* sp */
	font-size: 1.8rem;
}

.p-card-program__title__ja span { /* sp */
	font-size: 1.2rem;
}

.p-card-program__button { /* sp */
	margin-top: 30px;
}

.p-home-movie { /* sp */
	padding: 150px 0 157px;
}

.p-home-movie__wrapper { /* sp */
	max-width: 400px;
}

.p-home-movie__movie { /* sp */
	width: calc(100% - 30px);
	aspect-ratio: 320/177;
	-webkit-box-shadow: 12px 12px 0 #e0317e;
	box-shadow: 12px 12px 0 #e0317e;
}

.p-home-movie__movie span { /* sp */
	top: -62px;
	right: -36px;
	width: 77.3px;
	padding: 6px;
	font-size: 1.5rem;
}

.p-home-movie__movie span::before { /* sp */
	width: calc(100% - 12px);
	border-width: 1px;
}

.p-home-movie__bg-text { /* sp */
	top: calc(50% - 11px);
	font-size: 4rem;
}

.p-home-access { /* sp */
	padding: 93px 0 33px;
}

.p-home-access__info { /* sp */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	margin-top: 40px;
}

.p-home-access__info__heading { /* sp */
	width: 100%;
	padding: 10px 25px;
	font-size: 1.6rem;
}

.p-home-access__info__item { /* sp */
	font-size: 1.3rem;
}

.p-home-access__info__item span { /* sp */
	font-size: 2.2rem;
}

.p-home-access-slider { /* sp */
	margin-top: 50px;
}

.p-home-access-slider__row:not(:last-child) { /* sp */
	margin-bottom: 17px;
}

.p-home-access-slider__row--top { /* sp */
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.p-home-access-slider__row--bottom { /* sp */
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

.p-home-access-slider__item { /* sp */
	width: 310px;
	margin-right: 15px;
}

.p-home-department { /* sp */
	padding: 92px 0 185px;
	width: calc(100% - 40px);
	max-width: 560px;
}

.p-department-list { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.p-department-list__item { /* sp */
	width: 100%;
}

.p-card-department__body { /* sp */
	margin-top: 10px;
}

.p-card-department__number { /* sp */
	font-size: 1.4981rem;
}

.p-card-department__wrap { /* sp */
	margin-top: 0;
}

.p-card-department__title { /* sp */
	font-size: 2.4rem;
}

.p-card-department__tags { /* sp */
	gap: 6px;
	margin-top: 9px;
}

.p-card-department__tags__item { /* sp */
	padding: 6px;
	font-size: 1rem;
}

.p-card-department__tags__item--1 { /* sp */
	width: 11.25rem;
}

.p-card-department__tags__item--2 { /* sp */
	width: 11.9rem;
}

.p-card-department__tags__item--3 { /* sp */
	width: 15.5rem;
}

.p-card-department__tags__item--4 { /* sp */
	width: 14.5rem;
}

.p-card-department__tags__item--5 { /* sp */
	width: 11.25rem;
}

.p-deco-01 { /* sp */
	display: none;
}

.p-deco-02 { /* sp */
	top: auto;
	bottom: calc(100% - 105px);
	right: 0;
	width: 71%;
	max-width: 270px;
}

.p-deco-03 { /* sp */
	top: calc(100% - 35px);
	left: 1%;
	width: 55%;
	max-width: 207px;
}

.p-deco-04 { /* sp */
	bottom: -29px;
	width: 63%;
	max-width: 243px;
	min-height: initial;
}

.p-deco-05 { /* sp */
	top: 15px;
	right: 0;
	width: 82%;
	min-width: initial;
	max-width: 321px;
}

.p-deco-06 { /* sp */
	top: calc(100% - 24px);
	width: 98%;
	max-width: 377px;
	margin-left: 8px;
}

.p-home-related { /* sp */
	padding: 40px 0;
	margin-bottom: -40px;
}

.p-home-related__list { /* sp */
	width: calc(100% - 40px);
	max-width: 560px;
	grid-template-columns: repeat(1, 1fr);
	gap: 14px;
}

.p-home-related__inner { /* sp */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 1.264rem;
	padding: 1.264rem 1.264rem 1.264rem 2.15rem;
}

.p-home-related__main { /* sp */
	padding: 25.6% 0 10%;
}

.p-home-related__title { /* sp */
	font-size: 1.77rem;
}

.p-home-related__more { /* sp */
	gap: 0.89rem;
	font-size: 1.77rem;
	margin-left: 0;
	margin-top: 0;
}

.p-home-related__more::after { /* sp */
	width: 2.4rem;
	height: 2.4rem;
}

.p-home-related__image { /* sp */
	width: 51.004%;
	aspect-ratio: 254/375;
}

.p-home-related__bg-text { /* sp */
	padding: 34px 0;
	font-size: 4rem;
}

.p-home-related__photo { /* sp */
	width: 160px;
	right: 9%;
	bottom: 33px;
	z-index: 10;
}

.p-program-gallery__item:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.p-breadcrumb { /* sp */
	margin-bottom: 30px;
}

.p-breadcrumb__item { /* sp */
	font-size: 1.4rem;
}

.p-breadcrumb__item:not(:last-child)::after { /* sp */
	font-size: 1.4rem;
}

.p-breadcrumb__item:not(:last-child)::after { /* sp */
	margin-left: 5px;
}

.u-pagination { /* sp */
	margin-top: 60px;
	gap: 0;
}

.u-pagination .page-numbers.dots { /* sp */
	width: auto;
}

.post-title { /* sp */
	margin-bottom: 30px;
	padding-bottom: 25px;
	font-size: 2.2rem;
}

.post-image { /* sp */
	margin-bottom: 24px;
}

.post-image img { /* sp */
	aspect-ratio: 350/233;
}

.wp-content p,
.wp-content ul,
.wp-content li { /* sp */
	font-size: 1.4rem;
}

.wp-content h2 { /* sp */
	margin-top: 55px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	font-size: 2rem;
}

.wp-content h3 { /* sp */
	margin-top: 55px;
	margin-bottom: 13px;
	font-size: 1.8rem;
}

.wp-content h4 { /* sp */
	margin-top: 55px;
	font-size: 1.7rem;
}

.wp-content h5 { /* sp */
	margin-top: 55px;
	margin-bottom: 14px;
	font-size: 1.6rem;
}

.wp-content h6 { /* sp */
	margin-top: 55px;
	margin-bottom: 14px;
	font-size: 1.6rem;
}

.wp-content ul { /* sp */
	margin-top: 55px;
	padding: 30px;
}

.wp-content ul li:not(:last-child) { /* sp */
	margin-bottom: 18px;
}

.wp-content ol { /* sp */
	margin-top: 30px;
	padding: 30px;
}

.wp-content ol li::before { /* sp */
	font-size: 1.4rem;
}

.wp-content ol li:not(:last-child) { /* sp */
	margin-bottom: 15px;
}

.wp-content blockquote { /* sp */
	margin-top: 50px;
	padding: 27px;
}

.wp-content table { /* sp */
	margin-top: 50px;
}

.wp-content table th,
.wp-content table td { /* sp */
	font-size: 1.4rem;
}

.news-navi { /* sp */
	margin-top: 50px;
	gap: 20px;
	gap: 5%;
}

.news-navi__item { /* sp */
	font-size: 1.4rem;
}

.news-navi__item--prev::before { /* sp */
	width: 6px;
	height: 8px;
}

.news-navi__item--next::after { /* sp */
	width: 6px;
	height: 8px;
}

.news-navi__return { /* sp */
	font-size: 1.4rem;
	width: 62%;
	height: 54px;
}

.p-footer { /* sp */
	border-radius: 20px 20px 0 0;
}

.p-footer__inner { /* sp */
	padding: 60px 0 35px;
}

.p-footer__top { /* sp */
	display: block;
}

.p-footer__logo { /* sp */
	width: 301px;
	margin: 0 auto;
}

.p-footer__logo img { /* sp */
	width: 260px;
}

.p-footer__nav { /* sp */
	width: 100%;
	margin-top: 41px;
}

.p-footer__nav-item:not(:first-of-type) { /* sp */
	margin-top: 28px;
}

.p-footer__nav-link { /* sp */
	min-height: 44px;
	padding-bottom: 16px;
	font-size: 1.8rem;
}

.p-footer__nav-link img { /* sp */
	width: 22px;
	height: 22px;
}

.p-footer__sns { /* sp */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 58px;
}

.p-footer__sns-item--instagram { /* sp */
	width: 32px;
}

.p-footer__sns-item--tiktok { /* sp */
	width: 25px;
}

.p-footer__sns-item--youtube { /* sp */
	width: 34px;
}

.p-footer__sns-item--line { /* sp */
	width: 27px;
}

.p-footer__page-top { /* sp */
	width: 93px;
	right: 5px;
	bottom: 80px;
}

.p-footer__page-top-inner { /* sp */
	width: 75px;
}

.p-footer__copyright { /* sp */
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	margin-top: 32px;
}

.p-fixed-cta { /* sp */
	background: linear-gradient(49.45deg, #7355d5 34.12%, #f084ac 126.03%);
}

.p-fixed-cta__link { /* sp */
	height: 50px;
	padding: 0 20px 0 22px;
}

.p-fixed-cta__en { /* sp */
	margin-top: 0;
	font-size: 2rem;
}

.p-fixed-cta__jp { /* sp */
	margin-left: 8px;
	font-size: 1.7rem;
	letter-spacing: 0.119em;
}

.p-fixed-cta__icon { /* sp */
	width: 28px;
	margin-left: 14px;
	margin-right: -42px;
}

.u-text-left-sp { /* sp */
	text-align: left;
}

.u-text-center-sp { /* sp */
	text-align: center;
}

.u-text-right-sp { /* sp */
	text-align: right;
}

.u-sp-only { /* sp */
	display: block !important;
}

.u-sp-only-2 { /* sp */
	display: inline-block !important;
}

.u-pc-only { /* sp */
	display: none !important;
}

.u-pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.u-mt-0-sp {
	margin-top: 0px !important;
}

.u-mb-0-sp {
	margin-bottom: 0px !important;
}

.u-mr-0-sp {
	margin-right: 0px !important;
}

.u-ml-0-sp {
	margin-left: 0px !important;
}

.u-mx-0-sp {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.u-my-0-sp {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* sp */

.u-mt-5-sp {
	margin-top: 5px !important;
}

.u-mb-5-sp {
	margin-bottom: 5px !important;
}

.u-mr-5-sp {
	margin-right: 5px !important;
}

.u-ml-5-sp {
	margin-left: 5px !important;
}

.u-mx-5-sp {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.u-my-5-sp {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* sp */

.u-mt-10-sp {
	margin-top: 10px !important;
}

.u-mb-10-sp {
	margin-bottom: 10px !important;
}

.u-mr-10-sp {
	margin-right: 10px !important;
}

.u-ml-10-sp {
	margin-left: 10px !important;
}

.u-mx-10-sp {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.u-my-10-sp {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* sp */

.u-mt-15-sp {
	margin-top: 15px !important;
}

.u-mb-15-sp {
	margin-bottom: 15px !important;
}

.u-mr-15-sp {
	margin-right: 15px !important;
}

.u-ml-15-sp {
	margin-left: 15px !important;
}

.u-mx-15-sp {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.u-my-15-sp {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* sp */

.u-mt-20-sp {
	margin-top: 20px !important;
}

.u-mb-20-sp {
	margin-bottom: 20px !important;
}

.u-mr-20-sp {
	margin-right: 20px !important;
}

.u-ml-20-sp {
	margin-left: 20px !important;
}

.u-mx-20-sp {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.u-my-20-sp {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* sp */

.u-mt-25-sp {
	margin-top: 25px !important;
}

.u-mb-25-sp {
	margin-bottom: 25px !important;
}

.u-mr-25-sp {
	margin-right: 25px !important;
}

.u-ml-25-sp {
	margin-left: 25px !important;
}

.u-mx-25-sp {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.u-my-25-sp {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* sp */

.u-mt-30-sp {
	margin-top: 30px !important;
}

.u-mb-30-sp {
	margin-bottom: 30px !important;
}

.u-mr-30-sp {
	margin-right: 30px !important;
}

.u-ml-30-sp {
	margin-left: 30px !important;
}

.u-mx-30-sp {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.u-my-30-sp {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* sp */

.u-mt-35-sp {
	margin-top: 35px !important;
}

.u-mb-35-sp {
	margin-bottom: 35px !important;
}

.u-mr-35-sp {
	margin-right: 35px !important;
}

.u-ml-35-sp {
	margin-left: 35px !important;
}

.u-mx-35-sp {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.u-my-35-sp {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* sp */

.u-mt-40-sp {
	margin-top: 40px !important;
}

.u-mb-40-sp {
	margin-bottom: 40px !important;
}

.u-mr-40-sp {
	margin-right: 40px !important;
}

.u-ml-40-sp {
	margin-left: 40px !important;
}

.u-mx-40-sp {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.u-my-40-sp {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* sp */

.u-mt-45-sp {
	margin-top: 45px !important;
}

.u-mb-45-sp {
	margin-bottom: 45px !important;
}

.u-mr-45-sp {
	margin-right: 45px !important;
}

.u-ml-45-sp {
	margin-left: 45px !important;
}

.u-mx-45-sp {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.u-my-45-sp {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* sp */

.u-mt-50-sp {
	margin-top: 50px !important;
}

.u-mb-50-sp {
	margin-bottom: 50px !important;
}

.u-mr-50-sp {
	margin-right: 50px !important;
}

.u-ml-50-sp {
	margin-left: 50px !important;
}

.u-mx-50-sp {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.u-my-50-sp {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* sp */

.u-mt-55-sp {
	margin-top: 55px !important;
}

.u-mb-55-sp {
	margin-bottom: 55px !important;
}

.u-mr-55-sp {
	margin-right: 55px !important;
}

.u-ml-55-sp {
	margin-left: 55px !important;
}

.u-mx-55-sp {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.u-my-55-sp {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* sp */

.u-mt-60-sp {
	margin-top: 60px !important;
}

.u-mb-60-sp {
	margin-bottom: 60px !important;
}

.u-mr-60-sp {
	margin-right: 60px !important;
}

.u-ml-60-sp {
	margin-left: 60px !important;
}

.u-mx-60-sp {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.u-my-60-sp {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* sp */

.u-mt-65-sp {
	margin-top: 65px !important;
}

.u-mb-65-sp {
	margin-bottom: 65px !important;
}

.u-mr-65-sp {
	margin-right: 65px !important;
}

.u-ml-65-sp {
	margin-left: 65px !important;
}

.u-mx-65-sp {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.u-my-65-sp {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* sp */

.u-mt-70-sp {
	margin-top: 70px !important;
}

.u-mb-70-sp {
	margin-bottom: 70px !important;
}

.u-mr-70-sp {
	margin-right: 70px !important;
}

.u-ml-70-sp {
	margin-left: 70px !important;
}

.u-mx-70-sp {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.u-my-70-sp {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* sp */

.u-mt-75-sp {
	margin-top: 75px !important;
}

.u-mb-75-sp {
	margin-bottom: 75px !important;
}

.u-mr-75-sp {
	margin-right: 75px !important;
}

.u-ml-75-sp {
	margin-left: 75px !important;
}

.u-mx-75-sp {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.u-my-75-sp {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* sp */

.u-mt-80-sp {
	margin-top: 80px !important;
}

.u-mb-80-sp {
	margin-bottom: 80px !important;
}

.u-mr-80-sp {
	margin-right: 80px !important;
}

.u-ml-80-sp {
	margin-left: 80px !important;
}

.u-mx-80-sp {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.u-my-80-sp {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* sp */

.u-mt-85-sp {
	margin-top: 85px !important;
}

.u-mb-85-sp {
	margin-bottom: 85px !important;
}

.u-mr-85-sp {
	margin-right: 85px !important;
}

.u-ml-85-sp {
	margin-left: 85px !important;
}

.u-mx-85-sp {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.u-my-85-sp {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* sp */

.u-mt-90-sp {
	margin-top: 90px !important;
}

.u-mb-90-sp {
	margin-bottom: 90px !important;
}

.u-mr-90-sp {
	margin-right: 90px !important;
}

.u-ml-90-sp {
	margin-left: 90px !important;
}

.u-mx-90-sp {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.u-my-90-sp {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* sp */

.u-mt-95-sp {
	margin-top: 95px !important;
}

.u-mb-95-sp {
	margin-bottom: 95px !important;
}

.u-mr-95-sp {
	margin-right: 95px !important;
}

.u-ml-95-sp {
	margin-left: 95px !important;
}

.u-mx-95-sp {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.u-my-95-sp {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* sp */

.u-mt-100-sp {
	margin-top: 100px !important;
}

.u-mb-100-sp {
	margin-bottom: 100px !important;
}

.u-mr-100-sp {
	margin-right: 100px !important;
}

.u-ml-100-sp {
	margin-left: 100px !important;
}

.u-mx-100-sp {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.u-my-100-sp {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* sp */

.u-mt-105-sp {
	margin-top: 105px !important;
}

.u-mb-105-sp {
	margin-bottom: 105px !important;
}

.u-mr-105-sp {
	margin-right: 105px !important;
}

.u-ml-105-sp {
	margin-left: 105px !important;
}

.u-mx-105-sp {
	margin-left: 105px !important;
	margin-right: 105px !important;
}

.u-my-105-sp {
	margin-top: 105px !important;
	margin-bottom: 105px !important;
}

/* sp */

.u-mt-110-sp {
	margin-top: 110px !important;
}

.u-mb-110-sp {
	margin-bottom: 110px !important;
}

.u-mr-110-sp {
	margin-right: 110px !important;
}

.u-ml-110-sp {
	margin-left: 110px !important;
}

.u-mx-110-sp {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.u-my-110-sp {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

/* sp */

.u-mt-115-sp {
	margin-top: 115px !important;
}

.u-mb-115-sp {
	margin-bottom: 115px !important;
}

.u-mr-115-sp {
	margin-right: 115px !important;
}

.u-ml-115-sp {
	margin-left: 115px !important;
}

.u-mx-115-sp {
	margin-left: 115px !important;
	margin-right: 115px !important;
}

.u-my-115-sp {
	margin-top: 115px !important;
	margin-bottom: 115px !important;
}

/* sp */

.u-mt-120-sp {
	margin-top: 120px !important;
}

.u-mb-120-sp {
	margin-bottom: 120px !important;
}

.u-mr-120-sp {
	margin-right: 120px !important;
}

.u-ml-120-sp {
	margin-left: 120px !important;
}

.u-mx-120-sp {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.u-my-120-sp {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

/* sp */

.u-mt-auto-sp {
	margin-top: auto !important;
}

.u-mb-auto-sp {
	margin-bottom: auto !important;
}

.u-mr-auto-sp {
	margin-right: auto !important;
}

.u-ml-auto-sp {
	margin-left: auto !important;
}

.u-mx-auto-sp {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-my-auto-sp {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* sp */

.u-p-0-sp {
	padding: 0px !important;
}

.u-pt-0-sp {
	padding-top: 0px !important;
}

.u-pb-0-sp {
	padding-bottom: 0px !important;
}

.u-pr-0-sp {
	padding-right: 0px !important;
}

.u-pl-0-sp {
	padding-left: 0px !important;
}

.u-px-0-sp {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.u-py-0-sp {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* sp */

.u-p-5-sp {
	padding: 5px !important;
}

.u-pt-5-sp {
	padding-top: 5px !important;
}

.u-pb-5-sp {
	padding-bottom: 5px !important;
}

.u-pr-5-sp {
	padding-right: 5px !important;
}

.u-pl-5-sp {
	padding-left: 5px !important;
}

.u-px-5-sp {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.u-py-5-sp {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* sp */

.u-p-10-sp {
	padding: 10px !important;
}

.u-pt-10-sp {
	padding-top: 10px !important;
}

.u-pb-10-sp {
	padding-bottom: 10px !important;
}

.u-pr-10-sp {
	padding-right: 10px !important;
}

.u-pl-10-sp {
	padding-left: 10px !important;
}

.u-px-10-sp {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.u-py-10-sp {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* sp */

.u-p-15-sp {
	padding: 15px !important;
}

.u-pt-15-sp {
	padding-top: 15px !important;
}

.u-pb-15-sp {
	padding-bottom: 15px !important;
}

.u-pr-15-sp {
	padding-right: 15px !important;
}

.u-pl-15-sp {
	padding-left: 15px !important;
}

.u-px-15-sp {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.u-py-15-sp {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* sp */

.u-p-20-sp {
	padding: 20px !important;
}

.u-pt-20-sp {
	padding-top: 20px !important;
}

.u-pb-20-sp {
	padding-bottom: 20px !important;
}

.u-pr-20-sp {
	padding-right: 20px !important;
}

.u-pl-20-sp {
	padding-left: 20px !important;
}

.u-px-20-sp {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.u-py-20-sp {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* sp */

.u-p-25-sp {
	padding: 25px !important;
}

.u-pt-25-sp {
	padding-top: 25px !important;
}

.u-pb-25-sp {
	padding-bottom: 25px !important;
}

.u-pr-25-sp {
	padding-right: 25px !important;
}

.u-pl-25-sp {
	padding-left: 25px !important;
}

.u-px-25-sp {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.u-py-25-sp {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* sp */

.u-p-30-sp {
	padding: 30px !important;
}

.u-pt-30-sp {
	padding-top: 30px !important;
}

.u-pb-30-sp {
	padding-bottom: 30px !important;
}

.u-pr-30-sp {
	padding-right: 30px !important;
}

.u-pl-30-sp {
	padding-left: 30px !important;
}

.u-px-30-sp {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.u-py-30-sp {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* sp */

.u-p-35-sp {
	padding: 35px !important;
}

.u-pt-35-sp {
	padding-top: 35px !important;
}

.u-pb-35-sp {
	padding-bottom: 35px !important;
}

.u-pr-35-sp {
	padding-right: 35px !important;
}

.u-pl-35-sp {
	padding-left: 35px !important;
}

.u-px-35-sp {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.u-py-35-sp {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* sp */

.u-p-40-sp {
	padding: 40px !important;
}

.u-pt-40-sp {
	padding-top: 40px !important;
}

.u-pb-40-sp {
	padding-bottom: 40px !important;
}

.u-pr-40-sp {
	padding-right: 40px !important;
}

.u-pl-40-sp {
	padding-left: 40px !important;
}

.u-px-40-sp {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.u-py-40-sp {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* sp */

.u-p-45-sp {
	padding: 45px !important;
}

.u-pt-45-sp {
	padding-top: 45px !important;
}

.u-pb-45-sp {
	padding-bottom: 45px !important;
}

.u-pr-45-sp {
	padding-right: 45px !important;
}

.u-pl-45-sp {
	padding-left: 45px !important;
}

.u-px-45-sp {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.u-py-45-sp {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/* sp */

.u-p-50-sp {
	padding: 50px !important;
}

.u-pt-50-sp {
	padding-top: 50px !important;
}

.u-pb-50-sp {
	padding-bottom: 50px !important;
}

.u-pr-50-sp {
	padding-right: 50px !important;
}

.u-pl-50-sp {
	padding-left: 50px !important;
}

.u-px-50-sp {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.u-py-50-sp {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* sp */

.u-p-55-sp {
	padding: 55px !important;
}

.u-pt-55-sp {
	padding-top: 55px !important;
}

.u-pb-55-sp {
	padding-bottom: 55px !important;
}

.u-pr-55-sp {
	padding-right: 55px !important;
}

.u-pl-55-sp {
	padding-left: 55px !important;
}

.u-px-55-sp {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.u-py-55-sp {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

/* sp */

.u-p-60-sp {
	padding: 60px !important;
}

.u-pt-60-sp {
	padding-top: 60px !important;
}

.u-pb-60-sp {
	padding-bottom: 60px !important;
}

.u-pr-60-sp {
	padding-right: 60px !important;
}

.u-pl-60-sp {
	padding-left: 60px !important;
}

.u-px-60-sp {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.u-py-60-sp {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* sp */

.u-p-65-sp {
	padding: 65px !important;
}

.u-pt-65-sp {
	padding-top: 65px !important;
}

.u-pb-65-sp {
	padding-bottom: 65px !important;
}

.u-pr-65-sp {
	padding-right: 65px !important;
}

.u-pl-65-sp {
	padding-left: 65px !important;
}

.u-px-65-sp {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.u-py-65-sp {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

/* sp */

.u-p-70-sp {
	padding: 70px !important;
}

.u-pt-70-sp {
	padding-top: 70px !important;
}

.u-pb-70-sp {
	padding-bottom: 70px !important;
}

.u-pr-70-sp {
	padding-right: 70px !important;
}

.u-pl-70-sp {
	padding-left: 70px !important;
}

.u-px-70-sp {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.u-py-70-sp {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

/* sp */

.u-p-75-sp {
	padding: 75px !important;
}

.u-pt-75-sp {
	padding-top: 75px !important;
}

.u-pb-75-sp {
	padding-bottom: 75px !important;
}

.u-pr-75-sp {
	padding-right: 75px !important;
}

.u-pl-75-sp {
	padding-left: 75px !important;
}

.u-px-75-sp {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.u-py-75-sp {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/* sp */

.u-p-80-sp {
	padding: 80px !important;
}

.u-pt-80-sp {
	padding-top: 80px !important;
}

.u-pb-80-sp {
	padding-bottom: 80px !important;
}

.u-pr-80-sp {
	padding-right: 80px !important;
}

.u-pl-80-sp {
	padding-left: 80px !important;
}

.u-px-80-sp {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.u-py-80-sp {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* sp */

.u-p-85-sp {
	padding: 85px !important;
}

.u-pt-85-sp {
	padding-top: 85px !important;
}

.u-pb-85-sp {
	padding-bottom: 85px !important;
}

.u-pr-85-sp {
	padding-right: 85px !important;
}

.u-pl-85-sp {
	padding-left: 85px !important;
}

.u-px-85-sp {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.u-py-85-sp {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

/* sp */

.u-p-90-sp {
	padding: 90px !important;
}

.u-pt-90-sp {
	padding-top: 90px !important;
}

.u-pb-90-sp {
	padding-bottom: 90px !important;
}

.u-pr-90-sp {
	padding-right: 90px !important;
}

.u-pl-90-sp {
	padding-left: 90px !important;
}

.u-px-90-sp {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.u-py-90-sp {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/* sp */

.u-p-95-sp {
	padding: 95px !important;
}

.u-pt-95-sp {
	padding-top: 95px !important;
}

.u-pb-95-sp {
	padding-bottom: 95px !important;
}

.u-pr-95-sp {
	padding-right: 95px !important;
}

.u-pl-95-sp {
	padding-left: 95px !important;
}

.u-px-95-sp {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.u-py-95-sp {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

/* sp */

.u-p-100-sp {
	padding: 100px !important;
}

.u-pt-100-sp {
	padding-top: 100px !important;
}

.u-pb-100-sp {
	padding-bottom: 100px !important;
}

.u-pr-100-sp {
	padding-right: 100px !important;
}

.u-pl-100-sp {
	padding-left: 100px !important;
}

.u-px-100-sp {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.u-py-100-sp {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* sp */

.u-p-105-sp {
	padding: 105px !important;
}

.u-pt-105-sp {
	padding-top: 105px !important;
}

.u-pb-105-sp {
	padding-bottom: 105px !important;
}

.u-pr-105-sp {
	padding-right: 105px !important;
}

.u-pl-105-sp {
	padding-left: 105px !important;
}

.u-px-105-sp {
	padding-left: 105px !important;
	padding-right: 105px !important;
}

.u-py-105-sp {
	padding-top: 105px !important;
	padding-bottom: 105px !important;
}

/* sp */

.u-p-110-sp {
	padding: 110px !important;
}

.u-pt-110-sp {
	padding-top: 110px !important;
}

.u-pb-110-sp {
	padding-bottom: 110px !important;
}

.u-pr-110-sp {
	padding-right: 110px !important;
}

.u-pl-110-sp {
	padding-left: 110px !important;
}

.u-px-110-sp {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.u-py-110-sp {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

/* sp */

.u-p-115-sp {
	padding: 115px !important;
}

.u-pt-115-sp {
	padding-top: 115px !important;
}

.u-pb-115-sp {
	padding-bottom: 115px !important;
}

.u-pr-115-sp {
	padding-right: 115px !important;
}

.u-pl-115-sp {
	padding-left: 115px !important;
}

.u-px-115-sp {
	padding-left: 115px !important;
	padding-right: 115px !important;
}

.u-py-115-sp {
	padding-top: 115px !important;
	padding-bottom: 115px !important;
}

/* sp */

.u-p-120-sp {
	padding: 120px !important;
}

.u-pt-120-sp {
	padding-top: 120px !important;
}

.u-pb-120-sp {
	padding-bottom: 120px !important;
}

.u-pr-120-sp {
	padding-right: 120px !important;
}

.u-pl-120-sp {
	padding-left: 120px !important;
}

.u-px-120-sp {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.u-py-120-sp {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.p-modal__contents { /* sp */
	width: calc(100% - 40px);
}

.p-modal__inner { /* sp */
	padding: 40px 30px;
}

.p-modal__close { /* sp */
	top: 12px;
	right: 12px;
	width: 30px;
}

.p-modal-header { /* sp */
	margin-bottom: 18px;
}

.p-modal-header__en { /* sp */
	margin-bottom: 5px;
}

.p-modal-header__jp { /* sp */
	font-size: 2.2rem;
}

}

@-webkit-keyframes hd1 {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

50% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

60% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

80% {
	clip-path: polygon(0 0, 100% 0, 100% 109%, 0 135%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 109%, 100% 150%, 0 150%);
}

}

@keyframes hd1 {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

50% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

60% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

80% {
	clip-path: polygon(0 0, 100% 0, 100% 109%, 0 135%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 109%, 100% 150%, 0 150%);
}

}

@-webkit-keyframes hdTxt {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
}

}

@keyframes hdTxt {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
}

}

@-webkit-keyframes hdLine {

0% {
	clip-path: polygon(0 0, 80% 0, 80% 0, 0 0);
}

20% {
	clip-path: polygon(0 0, 80% 0%, 80% 0%, 0 80%);
}

60% {
	clip-path: polygon(0 0, 80% 0%, 100% 5%, 0 80%);
}

100% {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

}

@keyframes hdLine {

0% {
	clip-path: polygon(0 0, 80% 0, 80% 0, 0 0);
}

20% {
	clip-path: polygon(0 0, 80% 0%, 80% 0%, 0 80%);
}

60% {
	clip-path: polygon(0 0, 80% 0%, 100% 5%, 0 80%);
}

100% {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

}

@-webkit-keyframes openTxt {

0% {
	clip-path: polygon(0 0, 0 0, 0 33%, 0 33%);
}

32% {
	clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

33% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 0% 33%, 0% 66%, 0 66%);
}

66% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 100% 33%, 100% 66%, 0 66%);
}

67% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 100% 33%, 100% 66%, 0 66%, 0 67%, 0 67%, 0 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 100% 33%, 100% 66%, 0 66%, 0 67%, 100% 67%, 100% 100%, 0 100%);
}

}

@keyframes openTxt {

0% {
	clip-path: polygon(0 0, 0 0, 0 33%, 0 33%);
}

32% {
	clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

33% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 0% 33%, 0% 66%, 0 66%);
}

66% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 100% 33%, 100% 66%, 0 66%);
}

67% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 100% 33%, 100% 66%, 0 66%, 0 67%, 0 67%, 0 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%, 0 33%, 100% 33%, 100% 66%, 0 66%, 0 67%, 100% 67%, 100% 100%, 0 100%);
}

}

@-webkit-keyframes openLine {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes openLine {

0% {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@-webkit-keyframes closeLine {

0% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

100% {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

}

@keyframes closeLine {

0% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

100% {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

}

@-webkit-keyframes rotation {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes rotation {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

