.scrollShowTarget {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0, 0.94, 0.68, 1.81) 0.2s;
}

.scrollShowTarget.scrollShow {
	opacity: 1;
	transform: scale(1);
}

* {
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #2c447c;
	font-size: 2.2rem;
	line-height: 1.75em;
	letter-spacing: 0;
	font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-feature-settings: "palt";
}

a {
	transition: all 0.4s;
	text-decoration: none;
	color: #f07a9e;
}

a:hover {
	opacity: 0.7;
}

a.url {
	display: inline-block;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

strong,
em {
	font-weight: inherit;
	font-style: inherit;
}

.mgtQp {
	margin-top: 10.8px !important;
}

.mgtTp {
	margin-top: 14.4px !important;
}

.mgtHp {
	margin-top: 21.6px !important;
}

.mgt1p {
	margin-top: 43.2px !important;
}

.mgt1Hp {
	margin-top: 64.8px !important;
}

.mgt2p {
	margin-top: 86.4px !important;
}

.mgt2Hp {
	margin-top: 108px !important;
}

.mgt3p {
	margin-top: 129.6px !important;
}

.mgbQp {
	margin-bottom: 10.8px !important;
}

.mgbTp {
	margin-bottom: 14.4px !important;
}

.mgbHp {
	margin-bottom: 21.6px !important;
}

.mgb1p {
	margin-bottom: 43.2px !important;
}

.mgb1Hp {
	margin-bottom: 64.8px !important;
}

.mgb2p {
	margin-bottom: 86.4px !important;
}

.mgb2Hp {
	margin-bottom: 108px !important;
}

.mgb3p {
	margin-bottom: 129.6px !important;
}

.c-section {
	position: relative;
	left: -4px;
	width: calc(100% + 6px);
	border: #2c447c solid 2px;
	border-radius: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}

.c-section:not(:last-child) {
	margin-bottom: 10px;
}

.c-section::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: -2;
}

.c-title {
	width: 100%;
	height: 336px;
	position: relative;
	text-align: center;
	padding: 20px;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: linear-gradient(180deg, rgb(223, 240, 245) 0%, rgb(250, 255, 226) 100%);
	border-bottom: #2c447c solid 2px;
}

.c-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern_plaid.png);
	z-index: -1;
}

.c-title__txt {
	display: block;
}

.c-title__txt img {
	display: block;
}

.c-caption {
	width: auto;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 37px;
	color: #2c447c;
}

.c-caption__en,
.c-caption__jp {
	display: block;
	margin: 0 auto;
}

.c-caption__en {
	font-family: margarita-luce, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.02em;
	margin-bottom: 17px;
}

.c-caption__jp {
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1.6rem;
	line-height: 1.2em;
	padding: 5px 22px;
	background-color: #2c447c;
	box-sizing: border-box;
	border-radius: 15px;
	color: #fff;
}

.c-annotation {
	text-align: left;
}

.c-annotation._center {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.c-annotation__item {
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	padding-left: 1em;
	line-height: 1.4em;
	letter-spacing: 0;
}

.c-annotation__item:not(:last-child) {
	margin-bottom: 12px;
}

.c-annotation__item::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.c-accordion__item {
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.c-accordion__item:not(:last-child) {
	margin-bottom: 20px;
}

.c-accordion__title {
	background-color: #fef9d1;
	border: #2c447c solid 2px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 24px 80px 28px 58px;
	margin: 0;
	z-index: 1;
}

.c-accordion__title.is-close .acd_icon::before {
	opacity: 0;
}

.c-accordion__title.is-close .acd_icon::after {
	transform: rotate(0deg);
}

.c-accordion__title .title_text {
	color: #2c447c;
	font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.8rem;
	line-height: 1.6em;
	letter-spacing: 0.13em;
	text-align: left;
	position: relative;
}

.c-accordion__title .title_text._close {
	text-decoration: line-through;
	top: -15px;
}

.c-accordion__title .title_annotation {
	color: #2c447c;
	font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: left;
	position: absolute;
	bottom: 15px;
}

.c-accordion__title .acd_icon {
	display: block;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: #2c447c;
	border-radius: 50%;
}

.c-accordion__title .acd_icon::before,
.c-accordion__title .acd_icon::after {
	content: "";
	position: absolute;
	top: 49%;
	left: 15px;
	width: 20px;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	transition: opacity 0.5s, transform 0.5s ease;
	pointer-events: none;
}

.c-accordion__title .acd_icon::before {
	transform: rotate(0deg);
}

.c-accordion__title .acd_icon::after {
	transform: rotate(90deg);
}

.c-accordion__box {
	display: none;
	background-color: #fff4ef;
	border: #2c447c solid 2px;
	border-top: none;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

.c-accordion__box .box_inner {
	padding: 108px 38px 73px;
	position: relative;
	box-sizing: border-box;
}

.c-accordion__box .c-annotation__item {
	font-size: 1.6rem;
	line-height: 1.7em;
	letter-spacing: 0.04em;
}

.c-accordion__box .c-annotation__item:not(:last-child) {
	margin-bottom: 1px;
}

.c-accordion__list {
	box-sizing: border-box;
	margin-bottom: 10px;
}

.c-accordion__list .list_item:not(:last-child) {
	margin-bottom: 6px;
}

.c-accordion__list .list_head {
	width: 100%;
	margin-bottom: 6px;
}

.c-accordion__list .list_title {
	position: relative;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.07em;
	box-sizing: border-box;
	padding-left: 20px;
}

.c-accordion__list .list_title::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #ffea69;
	border-radius: 50%;
}

.c-accordion__list .list_desc {
	text-align: left;
}

.c-accordion__list .list_txt {
	font-size: 2rem;
	letter-spacing: 0.07em;
}

.c-accordion__btn {
	width: 100%;
	max-width: 780px;
	min-height: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 36px;
	margin: 40px auto;
	background-color: #fff;
	border-radius: 40px;
	border: #f07a9e solid 2px;
	color: #f07a9e;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	transition: all 0.4s;
}

.c-accordion__btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url(../img/btn_ico_arrow_p.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.c-accordion__btn:hover {
	background-color: #f07a9e;
	color: #fff;
}

.c-accordion__btn:hover::before {
	background-image: url(../img/btn_ico_arrow_w.png);
}

.c-accordion__btn._close {
	border-color: #999;
	color: #999;
	pointer-events: none;
}

.c-accordion__btn .ib {
	display: inline-block;
}

.c-accordion__txt {
	font-size: 2rem;
}

.l-inner {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}

body.is-fixed {
	overflow: hidden;
}

.c-modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: auto;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background-color: rgba(255, 255, 255, 0.7);
}

.c-modal__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	cursor: pointer;
}

.c-modal__area {
	box-sizing: border-box;
	overflow: auto;
	position: relative;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 142px 50px;
	height: auto;
	min-height: 100%;
}

.c-modal__inner {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 90px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.c-modal__pic {
	width: 400px;
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	position: relative;
	border-radius: 10px;
}

.c-modal__pic::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #2c447c solid 2px;
	z-index: 1;
	border-radius: 10px;
}

.c-modal__pic img {
	width: 100%;
}

.c-modal__desc {
	width: calc(100% - 400px - 30px);
}

.c-modal__name {
	font-size: 2.6rem;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	margin-bottom: 9px;
}

.c-modal__spec {
	border-bottom: #2c447c dashed 1px;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.c-modal__spec tr {
	display: flex;
	border-top: #2c447c dashed 1px;
	padding: 20px 0 13px;
}

.c-modal__spec th,
.c-modal__spec td {
	display: block;
	line-height: 1.5em;
}

.c-modal__spec th {
	width: 160px;
	flex-shrink: 0;
}

.c-modal__spec th span {
	vertical-align: top;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 140px;
	border-radius: 20px;
	background-color: #ffea69;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #2c447c;
	box-sizing: border-box;
	padding: 5px 6px;
	position: relative;
	top: -4px;
}

.c-modal__spec td {
	width: 100%;
	font-size: 2rem;
}

.c-modal__btn {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 0;
	width: 80px;
	height: 80px;
	opacity: 1;
	z-index: 100;
}

.c-modal__btn img {
	width: 100%;
}

#Wrap {
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff4ef;
}

.frame {
	position: fixed;
	top: 40px;
	left: 0;
	width: calc(100% - 40px);
	height: calc(100% - 80px);
	border-radius: 22px;
	background-color: transparent;
	box-shadow: 0 0 0 40px #fff4ef;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 101;
}

.frame::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 42px;
	width: calc(100% - 44px);
	height: calc(100% - 4px);
	border-radius: 20px;
	background-color: transparent;
	box-shadow: 0 0 0 2px #2c447c;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.frame::after {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: -40px;
	width: calc(100% + 80px);
	height: calc(100% + 35px);
	background-color: transparent;
	box-shadow: 0 0 0 40px #fff4ef;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.blind__top,
.blind__bottom {
	position: fixed;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 10000;
}

.blind__top {
	top: 0;
	height: 40px;
}

.blind__bottom {
	bottom: 0;
	height: 40px;
}

.contents {
	position: relative;
	box-sizing: border-box;
	padding: 8px;
	background-color: #ffea6a;
	width: calc(100% - 292px);
	margin-left: auto;
	border: #2c447c solid 2px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.contents__inner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.contents__inner::before,
.contents__inner::after {
	content: "";
	display: block;
	position: fixed;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.contents__inner::before {
	top: 50px;
	left: 340px;
	width: calc(100% - 390px);
	height: calc(100% - 100px);
	border: #2c447c solid 2px;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 20;
}

.contents__inner::after {
	top: 50px;
	left: 340px;
	width: calc(100% - 390px);
	height: calc(100% - 100px);
	border-radius: 20px;
	background-color: transparent;
	box-shadow: 0 0 0 40px #ffea6a;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

#Cover {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 52000;
	width: 100%;
	height: 100%;
}

#Cover::before,
#Cover::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #fff4ef;
	background-size: 300px 300px;
	background-position: top left;
	background-repeat: repeat;
	transition: all 0.2s ease-out 0.2s;
}

#Cover::before {
	transform-origin: 50% 0;
}

#Cover::after {
	transform-origin: 50% 100%;
}

#Cover img {
	transition: all 0.3s cubic-bezier(0.48, -1.2, 1, -0.04) 0.05s;
}

#Cover.out::before,
#Cover.out::after {
	transform: scaleY(0);
}

#Cover.out img {
	opacity: 0;
	transform: scale(0);
}

.normal-slider,
.modal-slider {
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #eee;
	background: #fff;
}

.normal-slider .slick-dots,
.modal-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 100;
	width: 100%;
	line-height: 0;
	text-align: center;
}

.normal-slider .slick-dots > li,
.modal-slider .slick-dots > li {
	display: inline-block;
	margin: 0 3px;
}

.normal-slider .slick-dots > li > button,
.modal-slider .slick-dots > li > button {
	opacity: 1;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url(../img/slide_off.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	transition: background-image 0.4s;
}

.normal-slider .slick-dots > li > button:hover,
.modal-slider .slick-dots > li > button:hover {
	background-image: url(../img/slide_on.png);
}

.normal-slider .slick-dots > li.slick-active > button,
.modal-slider .slick-dots > li.slick-active > button {
	background-image: url(../img/slide_on.png);
}

ul.def {
	font-size: inherit;
	line-height: 1.5em;
	text-align: left;
}

ul.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def > li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def > li:not(:first-child) {
	margin-top: 0.2em;
}

ul.def.disc > li::before {
	content: "・";
}

ul.def.asta > li::before {
	content: "※";
}

ul.def.circle > li::before {
	content: "";
	margin: 0.45em 0.15em 0 0.15em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #f07a9e;
}

ul.def.ex > li {
	padding-left: 2.4em;
}

ul.def.ex > li::before {
	content: "（例）";
}

.share {
	display: flex;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 40px;
}

.share dt {
	margin-right: 10px;
	color: #2c447c;
	font-size: 2rem;
	line-height: 1em;
	font-family: ganache, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.share dd {
	width: 100%;
	padding: 0;
	margin: 0;
}

.share dd * {
	padding: 0;
	margin: 0;
}

.share ul {
	display: flex;
	flex-flow: row nowrap;
}

.share ul > li {
	margin-left: 12px;
}

.share ul a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	background: #fff;
	box-sizing: border-box;
	border: #2c447c solid 2px;
}

.share ul a img {
	width: auto;
}

header {
	box-sizing: border-box;
	height: 0;
	background: #fff4ef;
}

header.show .bg {
	z-index: 103;
}

header.show > nav {
	opacity: 1;
	z-index: 102;
	pointer-events: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all;
}

header.show .menu_inner {
	background-image: url(../img/btn_menu_close.png);
}

header .bg {
	width: calc(100% - 20px);
	height: 100px;
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #fff;
	box-sizing: border-box;
	border: #2c447c solid 3px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 101;
}

header .menu_btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 110;
	transition: opacity 0.4s;
}

header .menu_btn:hover {
	opacity: 0.7;
}

header .menu_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	background: #ffea6a url(../img/btn_menu.png) center no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	border: #2c447c solid 2px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-out;
}

header > nav {
	box-sizing: border-box;
	display: block;
	position: fixed;
	left: 40px;
	top: 40px;
	z-index: 100;
	width: 292px;
	height: calc(100% - 80px);
	background: linear-gradient(180deg, rgb(223, 240, 245) 0%, rgb(250, 255, 226) 100%);
	overflow: auto;
	padding: 56px 18px 30px;
	border-right: #2c447c solid 2px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	transition: opacity 0.4s;
}

header > nav::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern_plaid.png);
	z-index: -1;
}

header > nav > ul {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding-left: 55px;
	padding-bottom: 10px;
	margin: 0 auto 40px;
	border-bottom: #2c447c dashed 2px;
}

header > nav > ul > li {
	font-size: 3.4rem;
	line-height: 1em;
	font-family: ganache, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	text-align: left;
	transition: all 0.4s;
	margin-bottom: 26px;
}

header > nav > ul > li > a,
header > nav > ul > li > span {
	box-sizing: border-box;
	opacity: 1;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #2c447c;
	text-decoration: none;
}

header > nav > ul > li.cur > a,
header > nav > ul > li:not(.cur) > a:hover {
	color: #f07a9e;
}

header > nav > ul > li.cur > a::before,
header > nav > ul > li:not(.cur) > a:hover::before {
	opacity: 1;
}

header > nav > ul > li > a {
	padding-left: 26px;
}

header > nav > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 1px;
	width: 15px;
	height: 15px;
	background-color: #f07a9e;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.4s;
}

header > nav > ul > li > span {
	opacity: 0.4;
}

header .logo {
	display: block;
	margin: 0 auto 30px;
}

header .logo img {
	display: block;
	margin: 0 auto;
	max-width: 242px;
}

header .logo,
header .date {
	padding-bottom: 30px;
	border-bottom: #2c447c dashed 2px;
}

header .date {
	margin-bottom: 37px;
}

header .officialx__txt {
	font-family: ganache, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0;
	display: block;
	margin: 0 auto 7px;
	flex-shrink: 0;
}

header .officialx__btn {
	width: 100%;
	max-width: 240px;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 25px;
	border: #f07a9e solid 2px;
	color: #f07a9e;
	font-family: margarita-luce, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-indent: -0.2em;
	text-align: center;
	transition: all 0.4s;
}

header .officialx__btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../img/btn_ico_arrow_p.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

header .officialx__btn:hover {
	background-color: #f07a9e;
	border-color: #fff;
	color: #fff;
}

header .officialx__btn:hover::before {
	background-image: url(../img/btn_ico_arrow_w.png);
}

footer {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 100px 0;
	border-radius: 15px;
	background-color: #2c447c;
	color: #fff;
}

footer .share {
	margin: 0 auto 40px;
}

footer .share dt {
	color: #fff;
}

footer .share ul a {
	border: none;
	width: 56px;
	height: 56px;
}

footer .share ul a img {
	width: 56px;
}

footer .footer__licobits {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}

footer .footer__licobits .licobits_item {
	width: 32%;
	max-width: 300px;
	height: 90px;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.4s;
}

footer .footer__licobits .licobits_item:not(:first-child) {
	margin-left: 10px;
}

footer .footer__licobits .licobits_item img {
	max-height: 70px;
}

footer .footer__licobits .licobits_item:hover {
	opacity: 0.7;
}

footer .footer__inner {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 20px;
}

footer .footer__logos {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

footer .footer__logos .logos_item:not(:last-child) {
	margin-right: 20px;
}

footer .footer__logos .logos_item a,
footer .footer__logos .logos_item img {
	display: block;
}

footer .footer__logos .logos_item img {
	height: 24px;
}

footer .footer__caution {
	margin-bottom: 20px;
}

footer .footer__caution .caution_jp,
footer .footer__caution .caution_en {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0;
}

footer .footer__copy {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.04em;
}

.fv {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.fv__logo {
	display: block;
	position: absolute;
	left: 8%;
	bottom: 0;
	width: 26%;
	z-index: 1;
}

.fv__logo img {
	width: 100%;
}

.fv__slider {
	width: 100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	position: relative;
}

.fv__slider::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: transparent;
	border: #2c447c 2px solid;
	border-radius: 15px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
	z-index: 1;
}

.fv__slider img {
	width: 100%;
}

.fv__tmb {
	width: -moz-fit-content;
	width: fit-content;
	position: fixed;
	line-height: 0;
	right: -258px;
	top: 90px;
	transform-origin: top left;
	transform: rotate(90deg);
	z-index: 1000;
	transition: opacity 0.3s;
}

.fv__tmb.is-transparent {
	opacity: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.fv__tmb .slick-track {
	width: 100% !important;
	transform: unset !important;
	display: flex;
}

.fv__tmb .slick-track::before,
.fv__tmb .slick-track::after {
	display: none;
}

.fv__tmb .slick-slide {
	display: block !important;
	float: none !important;
	position: relative;
}

.fv__tmb .tmb_item {
	position: relative;
	width: 140px;
	height: 40px;
	transform: translateZ(0) scale(1, 1);
	cursor: pointer;
	transition: all 0.4s;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.fv__tmb .tmb_item:not(:last-child) {
	margin-right: -10px;
}

.fv__tmb .tmb_item:hover,
.fv__tmb .tmb_item.slick-current {
	z-index: 2;
}

.fv__tmb .tmb_item._tmb01 {
	background-image: url(../img/tab_uchronia_off.png);
}

.fv__tmb .tmb_item._tmb01:hover,
.fv__tmb .tmb_item._tmb01.slick-current {
	background-image: url(../img/tab_uchronia_on.png);
}

.fv__tmb .tmb_item._tmb02 {
	background-image: url(../img/tab_unlogical_off.png);
}

.fv__tmb .tmb_item._tmb02:hover,
.fv__tmb .tmb_item._tmb02.slick-current {
	background-image: url(../img/tab_unlogical_on.png);
}

.fv__date {
	width: 57%;
	max-width: 770px;
	display: block;
	margin-left: auto;
	margin-right: 24px;
}

.fv__date img {
	width: 100%;
}

#Outline .outline__initial {
	text-align: center;
	margin-bottom: 73px;
}

#Outline .outline__list {
	box-sizing: border-box;
	border-top: #2c447c dashed 2px;
	padding-bottom: 70px;
}

#Outline .outline__list .list_item {
	box-sizing: border-box;
	padding: 20px 0 26px;
	border-bottom: #2c447c dashed 2px;
}

#Outline .outline__list .list_inner {
	display: flex;
}

#Outline .outline__list .list_head {
	width: 200px;
	flex-shrink: 0;
}

#Outline .outline__list .list_title {
	width: -moz-fit-content;
	width: fit-content;
	min-width: 160px;
	border-radius: 20px;
	background-color: #ffea69;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #2c447c;
	box-sizing: border-box;
	padding: 5px 6px;
}

#Outline .outline__list .list_desc {
	width: 100%;
	text-align: left;
}

#Outline .outline__list .list_caption {
	font-size: 2rem;
	letter-spacing: 0.07em;
	margin-bottom: 2px;
}

#Outline .outline__list .list_map {
	position: relative;
	width: 100%;
	aspect-ratio: 820/250;
	margin-top: 18px;
	border-radius: 15px;
	overflow: hidden;
	z-index: 2;
}

#Outline .outline__list .list_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#Outline .outline__list .list_info .info_item {
	display: flex;
	font-size: 2rem;
	line-height: 1.4em;
	letter-spacing: 0.07em;
}

#Outline .outline__list .list_info .info_item:not(:last-child) {
	margin-bottom: 6px;
}

#Outline .outline__list .list_info .info_head {
	position: relative;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-left: 20px;
	margin-right: 23px;
}

#Outline .outline__list .list_info .info_head::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #ffea69;
	border-radius: 50%;
}

#Outline .outline__list .list_appearance {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px 20px;
	position: relative;
	margin-bottom: 45px;
	margin-top: 10px;
}

#Outline .outline__list .list_appearance .appearance_item {
	text-align: center;
	width: 100%;
}

#Outline .outline__list .list_appearance .appearance_img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 17px;
}

#Outline .outline__list .list_appearance .appearance_img img {
	width: 100%;
}

#Outline .outline__list .list_appearance .appearance_name {
	font-size: 2.3rem;
	line-height: 1.2em;
}

#Outline .outline__list .list_appearance .appearance_name .sub {
	font-size: 1.6rem;
	margin-top: 7px;
	line-height: 1.5em;
	display: block;
}

#Outline .outline__list .list_txt {
	font-size: 2rem;
	letter-spacing: 0.05em;
}

#Outline .outline__list .list_txt .sub {
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 8px;
}

#Ticket .c-title {
	margin-bottom: 0;
}

#Ticket .ticket__section {
	box-sizing: border-box;
	padding: 83px 0 74px;
	background-color: #fff;
}

#Ticket .ticket__section:nth-of-type(even) {
	background-color: #fef9d1;
}

#Ticket .ticket__section:not(:last-child) {
	border-bottom: #2c447c solid 2px;
}

#Ticket .ticket__list {
	width: 100%;
	box-sizing: border-box;
	border-top: #2c447c dashed 2px;
	margin-bottom: 32px;
}

#Ticket .ticket__list .list_item {
	box-sizing: border-box;
	padding: 20px 0 34px;
	border-bottom: #2c447c dashed 2px;
}

#Ticket .ticket__list .list_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Ticket .ticket__list .list_head {
	width: 200px;
	flex-shrink: 0;
	text-align: left;
	position: relative;
	top: 8px;
}

#Ticket .ticket__list .list_title {
	display: block;
	font-size: 3rem;
	line-height: 1em;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

#Ticket .ticket__list .list_sub {
	font-size: 2rem;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin-left: -13px;
}

#Ticket .ticket__list .list_desc {
	width: 100%;
	max-width: 764px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

#Ticket .ticket__list .list_desc .desc_item {
	width: 100%;
}

#Ticket .ticket__list .list_caption {
	width: 100%;
	border-radius: 20px;
	background-color: #ffea69;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #2c447c;
	box-sizing: border-box;
	padding: 5px 6px;
	margin: 0 auto 16px;
}

#Ticket .ticket__list .list_price {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}

#Ticket .ticket__list .list_price .tax {
	font-size: 1.6rem;
}

#Ticket .ticket__novelty .novelty_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

#Ticket .ticket__novelty .novelty_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 380px;
	height: 380px;
	flex-shrink: 0;
	margin-right: 40px;
	cursor: pointer;
	transition: opacity 0.4s;
}

#Ticket .ticket__novelty .novelty_img:hover {
	opacity: 1;
}

#Ticket .ticket__novelty .novelty_img:hover img {
	transform: scale(1.1);
}

#Ticket .ticket__novelty .novelty_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
	border: #2c447c solid 2px;
	border-radius: 10px;
	z-index: 1;
}

#Ticket .ticket__novelty .novelty_img .img_cover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

#Ticket .ticket__novelty .novelty_img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.3s;
}

#Ticket .ticket__novelty .novelty_desc {
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
}

#Ticket .ticket__novelty .novelty_desc._first .c-caption {
	margin: 0 auto 60px;
}

#Ticket .ticket__novelty .novelty_name {
	font-size: 2.5rem;
	letter-spacing: 0;
	margin-bottom: 30px;
}

#Ticket .ticket__novelty .novelty_info {
	margin-bottom: 6px;
}

#Ticket .ticket__novelty .novelty_info .info_item {
	display: flex;
	flex-wrap: wrap;
	font-size: 2.4rem;
	line-height: 1.4em;
	letter-spacing: 0.07em;
}

#Ticket .ticket__novelty .novelty_info .info_head {
	margin-right: 9px;
	flex-shrink: 0;
}

#Ticket .ticket__novelty .c-caption {
	padding: 10px 29px;
	margin-left: 0;
	margin-bottom: 30px;
}

#Ticket .ticket__info .info_container {
	color: #2c447c;
	margin-bottom: 40px;
}

#Ticket .ticket__notice {
	padding: 43px 0 22px;
}

#Ticket .ticket__notice .notice_list {
	text-align: left;
}

#Ticket .ticket__notice .notice_list .list_item {
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	padding-left: 15px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

#Ticket .ticket__notice .notice_list .list_item:not(:last-child) {
	margin-bottom: 3px;
}

#Ticket .ticket__notice .notice_list .list_item::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#Goods .goods__comingsoon {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	margin-bottom: 70px;
	border-top: #2c447c dashed 2px;
	border-bottom: #2c447c dashed 2px;
	text-align: center;
}

#Goods .goods__comingsoon .comingsoon_txt {
	font-family: margarita-luce, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

#Goods .goods__main .main_initial {
	text-align: center;
	margin-bottom: 5px;
}

#Goods .goods__main .main_list {
	box-sizing: border-box;
	border-top: #2c447c dashed 2px;
	margin-top: 38px;
	margin-bottom: 80px;
}

#Goods .goods__main .main_list .list_item {
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: #2c447c dashed 2px;
}

#Goods .goods__main .main_list .list_inner {
	display: flex;
}

#Goods .goods__main .main_list .list_head {
	width: 250px;
	flex-shrink: 0;
}

#Goods .goods__main .main_list .list_title {
	width: -moz-fit-content;
	width: fit-content;
	min-width: 210px;
	border-radius: 20px;
	background-color: #ffea69;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #2c447c;
	box-sizing: border-box;
	padding: 5px 6px;
}

#Goods .goods__main .main_list .list_desc {
	width: 100%;
	text-align: left;
}

#Goods .goods__main .main_list .list_txt {
	font-size: 2rem;
	letter-spacing: 0.05em;
}

#Goods .goods__main .main_list .c-annotation__item {
	font-size: 2rem;
	letter-spacing: 0.07em;
}

#Goods .goods__lineup .lineup_list {
	text-align: left;
	margin-bottom: 50px;
}

#Goods .goods__lineup .lineup_list .list_item {
	position: relative;
	z-index: 1;
	font-size: 2.4rem;
	padding-left: 13px;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}

#Goods .goods__lineup .lineup_list .list_item:not(:last-child) {
	margin-bottom: 10px;
}

#Goods .goods__lineup .lineup_list .list_item::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#Goods .goods__lineup .lineup_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	text-align: left;
}

#Goods .goods__lineup .lineup_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	width: 100%;
	transition: opacity 0.4s;
}

#Goods .goods__lineup .lineup_item:hover {
	opacity: 1;
}

#Goods .goods__lineup .lineup_item:hover .pic img {
	transform: scale(1.1);
}

#Goods .goods__lineup .pic {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 21px;
	flex-shrink: 0;
	cursor: pointer;
}

#Goods .goods__lineup .pic .np {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 280px;
	background: #eee;
}

#Goods .goods__lineup .pic .np::before {
	content: "Now Printing";
	opacity: 0.1;
	font-size: 1.4em;
	line-height: 1em;
	font-family: ganache, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#Goods .goods__lineup .pic .pic_cover {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

#Goods .goods__lineup .pic .pic_cover::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
	border: #2c447c solid 2px;
	border-radius: 10px;
	z-index: 1;
}

#Goods .goods__lineup .pic img {
	transition: transform 0.3s;
}

#Goods .goods__lineup .name {
	font-size: 2.5rem;
	line-height: 1.3em;
	letter-spacing: 0.04em;
}

#Goods .goods__lineup .price {
	font-size: 2.5rem;
	line-height: 1.3em;
}

#Goods .goods__lineup .tops {
	margin-bottom: 20px;
}

#Goods .goods__order {
	padding: 100px 0;
}

#Goods .goods__order .order_comingsoon {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 0;
	border-top: #2c447c dashed 2px;
	border-bottom: #2c447c dashed 2px;
	text-align: center;
}

#Goods .goods__order .order_comingsoon .comingsoon_txt {
	color: #2c447c;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

#Goods .goods__order .order_list {
	box-sizing: border-box;
	border-top: #2c447c dashed 2px;
}

#Goods .goods__order .order_list .list_item {
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: #2c447c dashed 2px;
}

#Goods .goods__order .order_list .list_inner {
	display: flex;
}

#Goods .goods__order .order_list .list_head {
	width: 250px;
	flex-shrink: 0;
}

#Goods .goods__order .order_list .list_title {
	width: -moz-fit-content;
	width: fit-content;
	min-width: 210px;
	border-radius: 20px;
	background-color: #ffea69;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #2c447c;
	box-sizing: border-box;
	padding: 5px 6px;
}

#Goods .goods__order .order_list .list_desc {
	width: 100%;
	text-align: left;
}

#Goods .goods__order .order_list .list_txt {
	font-size: 2rem;
	letter-spacing: 0.05em;
}

#Guideline .guideline__comingsoon {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	margin-bottom: 70px;
	border-top: #2c447c dashed 2px;
	border-bottom: #2c447c dashed 2px;
	text-align: center;
}

#Guideline .guideline__comingsoon .comingsoon_txt {
	font-family: margarita-luce, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

#Guideline .guideline__container {
	box-sizing: border-box;
	padding-bottom: 93px;
}

#Guideline .guideline__item {
	text-align: left;
}

#Guideline .guideline__item:not(:last-child) {
	margin-bottom: 33px;
}

#Guideline .guideline__item._noindent .guideline__txt {
	padding-left: 0;
}

#Guideline .guideline__caption {
	position: relative;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.07em;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 8px;
}

#Guideline .guideline__caption::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #ffea69;
	border-radius: 50%;
}

#Guideline .guideline__txt {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.8em;
	box-sizing: border-box;
	padding-left: 2rem;
}

#Guideline .guideline__list {
	text-align: left;
	box-sizing: border-box;
	padding-left: 2rem;
}

#Guideline .guideline__list .list_item {
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	padding-left: 13px;
	line-height: 1.8em;
	letter-spacing: 0.07em;
}

#Guideline .guideline__list .list_item::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

body.modal {
	overflow: hidden;
}

.modalPic,
[data-modal-pic],
[data-modal-page] {
	cursor: pointer;
}

img.modalPic {
	transition: opacity 0.4s;
}

img.modalPic:hover {
	opacity: 0.6;
}

#Popup {
	display: none;
}

#Modal {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50100;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background-color: rgba(255, 255, 255, 0.7);
}

#Modal > .inner {
	box-sizing: border-box;
	overflow: auto;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 142px 50px;
	max-height: 100%;
}

#Modal > .inner > * {
	opacity: 0;
	filter: blur(8px);
	transition: all 0.6s ease-out;
}

#Modal > .inner.show > * {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
}

#Modal .close {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 80px;
	height: 80px;
	background: transparent;
	color: #fff;
	line-height: 1em;
	text-indent: -9999px;
	cursor: pointer;
	transition: opacity 0.3s;
}

#Modal .close:hover {
	opacity: 0.7;
}

#Modal .close::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modal_close.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#Modal .pictBox {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 20px 60px;
	width: 100%;
	background: #fff;
	line-height: 0;
	text-align: center;
}

#Modal .inlineBox {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 90px;
	max-width: 1200px;
	text-align: left;
}

#Modal .inlineBox .h01 {
	margin-bottom: 43px;
}

#Modal .inlineBox .h01 .ja {
	font-size: 2rem;
	text-indent: 0.4em;
	letter-spacing: 0.4em;
	margin-bottom: -2px;
}

#Modal .inlineBox .h01 .en {
	font-size: 4rem;
	min-width: auto;
	text-indent: 0.4em;
	letter-spacing: 0.4em;
}

#Modal .inlineBox.item > .layout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#Modal .inlineBox.item > .layout > .pic {
	width: 400px;
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#Modal .inlineBox.item > .layout > .pic::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #2c447c solid 2px;
	border-radius: 10px;
	z-index: 1;
}

#Modal .inlineBox.item > .layout > .pic .np {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	background: #eee;
}

#Modal .inlineBox.item > .layout > .pic .np::before {
	content: "Now Printing";
	opacity: 0.1;
	font-size: 2em;
	line-height: 1em;
	font-family: ganache, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#Modal .inlineBox.item > .layout > .pic img {
	width: 100%;
}

#Modal .inlineBox.item > .layout > .desc {
	width: calc(100% - 400px - 30px);
}

#Modal .inlineBox.item > .layout .name {
	font-size: 2.6rem;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	margin-bottom: 9px;
}

#Modal .inlineBox.item > .layout .price {
	display: flex;
	align-items: center;
}

#Modal .inlineBox.item > .layout .price .tax {
	font-size: 1.6rem;
}

#Modal .inlineBox.item > .layout .intro {
	font-size: 2rem;
}

#Modal .inlineBox.item > .layout table.spec {
	border-bottom: #2c447c dashed 1px;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

#Modal .inlineBox.item > .layout table.spec tr {
	display: flex;
	border-top: #2c447c dashed 1px;
	padding: 20px 0 13px;
}

#Modal .inlineBox.item > .layout table.spec th,
#Modal .inlineBox.item > .layout table.spec td {
	display: block;
	line-height: 1.5em;
}

#Modal .inlineBox.item > .layout table.spec th {
	width: 160px;
	flex-shrink: 0;
}

#Modal .inlineBox.item > .layout table.spec th span {
	vertical-align: top;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 140px;
	border-radius: 20px;
	background-color: #ffea69;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #2c447c;
	box-sizing: border-box;
	padding: 5px 6px;
	position: relative;
	top: -4px;
}

#Modal .inlineBox.item > .layout table.spec td {
	width: 100%;
	font-size: 2rem;
}

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

.sp {
	display: none !important;
}

}

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

.c-modal__area {
	display: block;
	padding: 200px 40px;
}

.c-modal__inner {
	display: block;
	padding: 0;
}

.c-modal__pic::before {
	border-width: 3px;
}

.c-modal__pic {
	margin: 0 auto 70px;
	width: 100%;
}

.c-modal__desc {
	width: auto;
}

.c-modal__name {
	font-size: 3.6rem;
	line-height: 1.3em;
	letter-spacing: 0.07em;
	margin-bottom: 19px;
}

.c-modal__btn {
	width: 100px;
	height: 100px;
}

.normal-slider .slick-dots > li,
.modal-slider .slick-dots > li {
	margin: 0 5px;
}

.normal-slider .slick-dots > li > button,
.modal-slider .slick-dots > li > button {
	width: 30px;
	height: 30px;
}

.normal-slider .slick-dots > li:not(.slick-active) > button:hover,
.modal-slider .slick-dots > li:not(.slick-active) > button:hover {
	background-image: url(../img/slide_off.png);
}

#Modal > .inner {
	padding: 200px 40px;
}

#Modal .close {
	position: absolute;
	width: 116px;
	height: 116px;
}

#Modal .close:hover {
	opacity: 1;
}

#Modal .inlineBox {
	padding: 0;
}

#Modal .inlineBox .h01 {
	margin-bottom: 39px;
}

#Modal .inlineBox .h01 .ja {
	font-size: 3rem;
	margin-bottom: 0;
}

#Modal .inlineBox .h01 .en {
	font-size: 6rem;
}

#Modal .inlineBox.item > .layout {
	display: block;
}

#Modal .inlineBox.item > .layout > .pic {
	margin: 0 auto 70px;
	width: 100%;
}

#Modal .inlineBox.item > .layout > .pic .np {
	height: 480px;
}

#Modal .inlineBox.item > .layout > .desc {
	width: auto;
}

#Modal .inlineBox.item > .layout .name {
	font-size: 3.6rem;
	line-height: 1.3em;
	letter-spacing: 0.07em;
	margin-bottom: 19px;
}

#Modal .inlineBox.item > .layout .price {
	font-size: 3.6rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#Modal .inlineBox.item > .layout .price .tax {
	font-size: 2rem;
}

#Modal .inlineBox.item > .layout .intro {
	font-size: 2.6rem;
}

}

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

html {
	-webkit-overflow-scrolling: touch;
}

body {
	font-size: 2.8rem;
}

.pc {
	display: none !important;
}

.mgtQp {
	margin-top: 14.4px !important;
}

.mgtTp {
	margin-top: 19.2px !important;
}

.mgtHp {
	margin-top: 28.8px !important;
}

.mgt1p {
	margin-top: 57.6px !important;
}

.mgt1Hp {
	margin-top: 86.4px !important;
}

.mgt2p {
	margin-top: 115.2px !important;
}

.mgt2Hp {
	margin-top: 144px !important;
}

.mgt3p {
	margin-top: 172.8px !important;
}

.mgbQp {
	margin-bottom: 14.4px !important;
}

.mgbTp {
	margin-bottom: 19.2px !important;
}

.mgbHp {
	margin-bottom: 28.8px !important;
}

.mgb1p {
	margin-bottom: 57.6px !important;
}

.mgb1Hp {
	margin-bottom: 86.4px !important;
}

.mgb2p {
	margin-bottom: 115.2px !important;
}

.mgb2Hp {
	margin-bottom: 144px !important;
}

.mgb3p {
	margin-bottom: 172.8px !important;
}

.c-section {
	left: 0;
	width: 100%;
	border-width: 3px;
}

.c-title {
	margin-bottom: 70px;
}

.c-caption {
	margin-bottom: 60px;
}

.c-caption__en {
	font-size: 5rem;
}

.c-caption__jp {
	font-size: 2rem;
	padding: 6px 24px;
	border-radius: 20px;
}

.c-annotation__item {
	font-size: 2.4rem;
	line-height: 1.7em;
}

.c-accordion__item:not(:last-child) {
	margin-bottom: 30px;
}

.c-accordion__title {
	border-radius: 60px;
	padding: 29px 90px 34px 37px;
	border-width: 3px;
}

.c-accordion__title .title_text {
	font-size: 3.2rem;
}

.c-accordion__title .title_annotation {
	font-size: 2.4rem;
}

.c-accordion__box {
	border-width: 3px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	top: -60px;
	margin-bottom: -60px;
}

.c-accordion__box .box_inner {
	padding: 116px 36px 50px;
}

.c-accordion__box .c-annotation__item {
	font-size: 2.4rem;
	letter-spacing: 0;
}

.c-accordion__box .c-annotation__item .c-accordion__btn {
	margin-left: -1em;
	width: calc(100% + 1em);
}

.c-accordion__box .c-annotation__item:not(:last-child) {
	margin-bottom: -1px;
}

.c-accordion__list .list_item:not(:last-child) {
	margin-bottom: 11px;
}

.c-accordion__list .list_title {
	font-size: 2.5rem;
	padding-left: 29px;
}

.c-accordion__list .list_title::before {
	width: 24px;
	height: 24px;
}

.c-accordion__list .list_txt {
	font-size: 2.6rem;
}

.c-accordion__btn {
	min-height: 120px;
	border-radius: 80px;
	line-height: 1.7em;
	border-width: 3px;
	font-size: 3rem;
	letter-spacing: 0.02em;
	margin: 30px auto;
	padding: 27px 36px;
}

.c-accordion__btn:first-child {
	margin-top: 50px;
}

.c-accordion__btn:last-child {
	margin-bottom: 50px;
}

.c-accordion__btn::before {
	right: 28px;
}

.c-accordion__btn:hover {
	background-color: #fff;
	color: #f07a9e;
}

.c-accordion__btn:hover::before {
	background-image: url(../img/btn_ico_arrow_p.png);
}

.c-accordion__txt {
	font-size: 2.6rem;
}

.l-inner {
	padding: 0 34px;
}

.c-modal__spec {
	border-bottom-width: 3px;
	margin-top: 46px;
}

.c-modal__spec tr {
	display: block;
	border-top-width: 2px;
	padding: 40px 0 30px;
}

.c-modal__spec th {
	width: 100%;
	margin-bottom: 20px;
}

.c-modal__spec th span {
	min-width: 180px;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	padding: 6px;
}

.c-modal__spec td {
	font-size: 2.6rem;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}

#Wrap {
	padding: 120px 10px 20px;
}

.frame {
	display: none;
}

.blind {
	display: none;
}

.contents {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border-width: 3px;
}

.contents__inner::before,
.contents__inner::after {
	display: none;
}

.normal-slider,
.modal-slider {
	border-width: 3px;
}

.share dt {
	font-size: 3rem;
	line-height: 1em;
	text-indent: 0.3em;
	letter-spacing: 0.01em;
}

.share ul > li {
	flex-basis: auto;
	margin-left: 20px;
}

.share ul a {
	border-width: 3px;
}

header .menu_btn {
	right: 20px;
	top: 20px;
}

header .menu_btn:hover {
	opacity: 1;
}

header .menu_inner {
	border-width: 3px;
}

header > nav {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	padding: 168px 50px 50px;
	border: none;
	border-radius: 0;
	background: #fff4ef;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

header > nav::after {
	display: none;
}

header > nav > ul {
	padding-left: 0;
	padding-bottom: 30px;
	margin-bottom: 61px;
	border-width: 3px;
}

header > nav > ul > li {
	font-size: 7rem;
	text-indent: 0.1em;
	margin: 12px 0;
}

header > nav > ul > li > a,
header > nav > ul > li > span {
	display: inline-block;
	padding: 8px 10px;
}

header > nav > ul > li > a {
	padding-left: 40px;
}

header > nav > ul > li > a::before {
	top: 24px;
	left: 3px;
	width: 25px;
	height: 25px;
}

header .logo {
	margin: 0;
	padding-bottom: 0;
	border: none;
}

header .logo img {
	max-width: 140px;
}

header .officialx {
	display: flex;
	align-items: center;
}

header .officialx__txt {
	font-size: 3rem;
	text-indent: 0.3em;
	margin-left: 0;
	margin-right: 32px;
	margin-bottom: 0;
}

header .officialx__btn {
	max-width: 400px;
	height: 80px;
	border-radius: 40px;
	border-width: 3px;
	margin: 0;
	font-size: 3rem;
	text-indent: 0.1em;
}

header .officialx__btn::before {
	right: 22px;
	width: 30px;
	height: 30px;
}

header .officialx__btn:hover {
	background-color: #fff;
	border-color: #f07a9e;
	color: #f07a9e;
}

header .officialx__btn:hover::before {
	background-image: url(../img/btn_ico_arrow_p.png);
}

footer {
	padding: 100px 0 90px;
}

footer .share {
	margin-bottom: 50px;
}

footer .share ul a {
	width: 80px;
	height: 80px;
}

footer .share ul a img {
	width: 80px;
}

footer .footer__licobits {
	flex-direction: column;
	margin-bottom: 50px;
}

footer .footer__licobits .licobits_item:not(:first-child) {
	margin-left: auto;
	margin-top: 20px;
}

footer .footer__licobits .licobits_item {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	height: 120px;
	border-radius: 60px;
}

footer .footer__licobits .licobits_item:hover {
	opacity: 1;
}

footer .footer__licobits .licobits_item img {
	max-height: 100px;
}

footer .footer__logos {
	margin-bottom: 44px;
}

footer .footer__logos .logos_item:not(:last-child) {
	margin-right: 38px;
}

footer .footer__logos .logos_item img {
	height: 36px;
}

footer .footer__caution {
	margin-bottom: 28px;
}

footer .footer__caution .caution_jp,
footer .footer__caution .caution_en {
	font-size: 1.8rem;
	line-height: 1.7em;
}

footer .footer__copy {
	font-size: 2rem;
	line-height: 1.6em;
	letter-spacing: 0;
}

.fv {
	padding-top: 100px;
	background-color: #fff;
	overflow: visible;
	z-index: unset;
	border: #2c447c solid 3px;
	border-radius: 15px;
}

.fv__logo {
	position: relative;
	left: 0;
	bottom: auto;
	margin: 0 auto 79px;
	width: 100%;
	max-width: 452px;
}

.fv__slider {
	border-top: #2c447c solid 3px;
}

.fv__slider::before {
	display: none;
}

.fv__tmb {
	position: relative;
	right: 0;
	top: 0;
	left: 6px;
	transform: none;
	margin-bottom: -3px;
	z-index: 1;
}

.fv__tmb .tmb_item {
	width: 210px;
	height: 60px;
}

.fv__tmb .tmb_item:hover {
	opacity: 1;
}

.fv__tmb .tmb_item:not(:last-child) {
	margin-right: -20px;
}

.fv__date {
	width: 100%;
	max-width: 200px;
	position: absolute;
	top: -56px;
	left: 5px;
	z-index: 101;
}

#Outline .outline__initial {
	margin-bottom: 70px;
}

#Outline .outline__list {
	border-width: 3px;
	padding-bottom: 98px;
}

#Outline .outline__list .list_item {
	padding: 41px 0 33px;
	border-width: 3px;
}

#Outline .outline__list .list_inner {
	flex-direction: column;
}

#Outline .outline__list .list_head {
	width: 100%;
	margin-bottom: 17px;
}

#Outline .outline__list .list_title {
	min-width: 180px;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	padding: 6px;
}

#Outline .outline__list .list_caption {
	font-size: 2.6rem;
	margin-bottom: -1px;
}

#Outline .outline__list .list_map {
	aspect-ratio: 630/300;
}

#Outline .outline__list .list_info .info_item:not(:last-child) {
	margin-bottom: 1px;
}

#Outline .outline__list .list_info .info_item {
	font-size: 2.6rem;
	line-height: 1.7em;
}

#Outline .outline__list .list_info .info_head {
	padding-left: 26px;
	margin-right: 33px;
}

#Outline .outline__list .list_info .info_head::before {
	top: 12px;
	width: 22px;
	height: 22px;
}

#Outline .outline__list .list_appearance {
	grid-template-columns: repeat(3, 1fr);
	gap: 34px 22px;
	margin: 0 auto 44px;
}

#Outline .outline__list .list_appearance .appearance_img {
	margin-bottom: 27px;
}

#Outline .outline__list .list_appearance .appearance_name {
	font-size: 2.7rem;
	line-height: 1.2em;
}

#Outline .outline__list .list_appearance .appearance_name .sub {
	font-size: 1.8rem;
	margin-top: 6px;
}

#Outline .outline__list .list_txt {
	font-size: 2.6rem;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}

#Outline .outline__list .list_txt .sub {
	font-size: 1.8rem;
	margin-left: 10px;
}

#Ticket .ticket__section {
	padding: 77px 0 74px;
}

#Ticket .ticket__section:not(:last-child) {
	border-width: 3px;
}

#Ticket .ticket__list {
	border-width: 3px;
	margin-bottom: 46px;
}

#Ticket .ticket__list .list_item {
	padding: 37px 0 46px;
	border-width: 3px;
}

#Ticket .ticket__list .list_inner {
	flex-direction: column;
}

#Ticket .ticket__list .list_head {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	align-items: baseline;
	top: 0;
}

#Ticket .ticket__list .list_title {
	font-size: 4rem;
	margin-bottom: 0;
	margin-right: -8px;
}

#Ticket .ticket__list .list_sub {
	font-size: 2.4rem;
	margin-left: 0;
}

#Ticket .ticket__list .list_desc {
	max-width: none;
	gap: 30px;
}

#Ticket .ticket__list .list_caption {
	font-size: 3rem;
	border-radius: 30px;
	padding: 7px 6px;
	margin-bottom: 24px;
}

#Ticket .ticket__list .list_price {
	font-size: 4.2rem;
}

#Ticket .ticket__list .list_price .tax {
	font-size: 2.2rem;
}

#Ticket .ticket__novelty .novelty_inner {
	flex-direction: column;
}

#Ticket .ticket__novelty .novelty_img {
	width: 100%;
	max-width: 580px;
	height: auto;
	margin: 0 auto 45px;
	aspect-ratio: 580/580;
}

#Ticket .ticket__novelty .novelty_img:hover img {
	transform: none;
}

#Ticket .ticket__novelty .novelty_img::before {
	border-width: 3px;
}

#Ticket .ticket__novelty .novelty_desc {
	width: 100%;
}

#Ticket .ticket__novelty .novelty_desc._first {
	width: -moz-fit-content;
	width: fit-content;
}

#Ticket .ticket__novelty .novelty_name {
	font-size: 3.4rem;
	margin-bottom: 40px;
}

#Ticket .ticket__novelty .novelty_info .info_item {
	font-size: 2.8rem;
	line-height: 1.3em;
}

#Ticket .ticket__novelty .c-caption {
	padding: 10px 27px;
	margin-bottom: 20px;
}

#Ticket .ticket__notice {
	padding: 37px 0 17px;
}

#Ticket .ticket__notice .notice_list .list_item {
	font-size: 2.4rem;
	padding-left: 20px;
	line-height: 1.7em;
	letter-spacing: 0;
}

#Ticket .ticket__notice .notice_list .list_item:not(:last-child) {
	margin-bottom: 23px;
}

#Goods .goods__comingsoon {
	border-width: 3px;
}

#Goods .goods__main .main_initial {
	font-size: 2.6rem;
	line-height: 1.7em;
	margin-bottom: 0;
}

#Goods .goods__main .main_list {
	margin-top: 51px;
	border-width: 3px;
}

#Goods .goods__main .main_list .list_item {
	padding: 41px 0 31px;
	border-width: 3px;
}

#Goods .goods__main .main_list .list_inner {
	flex-direction: column;
}

#Goods .goods__main .main_list .list_head {
	width: 100%;
	margin-bottom: 20px;
}

#Goods .goods__main .main_list .list_title {
	min-width: 270px;
	border-radius: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	padding: 6px;
}

#Goods .goods__main .main_list .list_txt {
	font-size: 2.6rem;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}

#Goods .goods__lineup .lineup_list .list_item {
	font-size: 2.2rem;
}

#Goods .goods__lineup .lineup_container {
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 30px;
}

#Goods .goods__lineup .lineup_item:hover .pic img {
	transform: none;
}

#Goods .goods__lineup .pic {
	margin-bottom: 26px;
}

#Goods .goods__lineup .pic .np::before {
	font-size: 1.3em;
	line-height: 1em;
}

#Goods .goods__lineup .pic .pic_cover::before {
	border-width: 3px;
}

#Goods .goods__lineup .name {
	font-size: 2.3rem;
	line-height: 1.4em;
	letter-spacing: 0;
}

#Goods .goods__lineup .price {
	font-size: 2.3rem;
	line-height: 1.4em;
}

#Goods .goods__order {
	padding: 100px 0;
}

#Goods .goods__order .order_comingsoon {
	border-width: 3px;
	padding: 42px 0;
}

#Goods .goods__order .order_comingsoon .comingsoon_txt {
	font-size: 3rem;
}

#Goods .goods__order .order_list {
	border-width: 3px;
}

#Goods .goods__order .order_list .list_item {
	padding: 41px 0 31px;
	border-width: 3px;
}

#Goods .goods__order .order_list .list_inner {
	flex-direction: column;
}

#Goods .goods__order .order_list .list_head {
	width: 100%;
	margin-bottom: 20px;
}

#Goods .goods__order .order_list .list_title {
	min-width: 270px;
	border-radius: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	padding: 6px;
}

#Goods .goods__order .order_list .list_txt {
	font-size: 2.6rem;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}

#Guideline .guideline__container {
	padding-bottom: 90px;
}

#Guideline .guideline__item:not(:last-child) {
	margin-bottom: 54px;
}

#Guideline .guideline__caption {
	font-size: 2.5rem;
	padding-left: 29px;
	margin-bottom: 10px;
}

#Guideline .guideline__caption::before {
	width: 24px;
	height: 24px;
}

#Guideline .guideline__txt {
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	line-height: 1.85em;
	padding-left: 2.7rem;
}

#Guideline .guideline__list .list_item {
	font-size: 2.6rem;
	padding-left: 21px;
	line-height: 1.7em;
	letter-spacing: 0.075em;
}

#Guideline .guideline__list .list_item::before {
	left: -3px;
}

img.modalPic:hover {
	opacity: 1;
}

#Modal .inlineBox.item > .layout > .pic::before {
	border-width: 3px;
}

#Modal .inlineBox.item > .layout table.spec {
	border-bottom-width: 3px;
	margin-top: 46px;
}

#Modal .inlineBox.item > .layout table.spec tr {
	display: block;
	border-top-width: 2px;
	padding: 40px 0 30px;
}

#Modal .inlineBox.item > .layout table.spec th {
	width: 100%;
	margin-bottom: 20px;
}

#Modal .inlineBox.item > .layout table.spec th span {
	min-width: 180px;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	padding: 6px;
}

#Modal .inlineBox.item > .layout table.spec td {
	font-size: 2.6rem;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}

}


/*# sourceMappingURL=../map/style.css.map */
