@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　anayuki専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#anayuki {
	padding: 0;
	font-size: 1.6rem;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.main-sp,
.br-599 {
	display: none;
}
.sup {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	font-weight: normal;
}
.txt_link {
	color: #fff;
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
.link-new02 {
	margin-left: 3px;
	padding-left: 32px;
}
#anayuki h2 {
	margin: 0 0 40px;
	font-family: "Noto Serif JP", serif;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg01 {
	position: relative;
	background: linear-gradient(#fff 0% 20%, #96c9e6 80% 100%);
	overflow: hidden;
	z-index: 0;
}
.bg01:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 200px;
	background-image: url(/plan/tokushu/shiki/anayuki/images/bg01.webp);
	opacity: 0.4;
	z-index: -1;
}
.bg02 {
	position: relative;
	padding: 45px 0 65px;
	background: linear-gradient(#005ea1 0, #003f6c 50%, #003052 100%);
	z-index: 0;
}
.bg02:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/plan/tokushu/shiki/anayuki/images/bg02.webp);
	background-size: cover;
	opacity: 0.28;
	z-index: -1;
}
.bg03 {
	position: relative;
	padding: 50px 0 90px;
	background: linear-gradient(#96c9e6 0, #fff 20% 80%, #96c9e6 100%);
	overflow: hidden;
	z-index: 0;
}
.bg03:before,
.bg03:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 200px;
	background-image: url(/plan/tokushu/shiki/anayuki/images/bg01.webp);
	z-index: -1;
}
.bg03:before {
	top: 0;
	transform: rotate(180deg);
}
.bg03:after {
	bottom: 0;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 0;
	text-align: center;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 20px 0;
	color: #fff;
	background: #777;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin: 20px 0 25px;
	color: #003f6c;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	text-align: center;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan {
	text-align: center;
}
.anc_plan a {
	position: relative;
	display: block;
	width: 280px;
	margin: -5px auto 30px;
	padding: 15px 30px;
	border-radius: 50px;
	color: #fff;
	background: linear-gradient(#31b2df 0, #1b5eab 100%);
	font-weight: bold;
	text-align: center;
	transition: .25s ease;
	overflow: hidden;
	z-index: 0;
}
.anc_plan a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(90deg);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.anc_plan a:hover {
	color: #31b2df;
	background: #fff;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	color: #fff;
}
#anayuki .about h2 {
	color: #fff;
	text-shadow: 0 0 0.05em #0599d9, 0 0 0.10em #0599d9, 0 0 0.15em #0599d9, 0 0 0.30em #0599d9;
}
.about .img_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 30px;
}
.about .img_wrap figure {
	width: calc(100% / 2 - 5px);
}
.about .about_txt {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
}
.about .video_wrap {
	margin: 25px 0 35px;
	text-align: center;
}
.about .video_wrap .iframe-wrap {
	max-width: 430px;
	margin: 5px auto 0;
}
.about .video_wrap .iframe-wrap .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.about .video_wrap .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.about .schedule {
	padding: 24px 30px;
	background: rgb(255 255 255 / 10%);
	text-align: center;
}
.about .schedule dl + dl {
	margin-top: 33px;
}
.about .schedule dt {
	width: 300px;
	margin: 0 auto 10px;
	padding: 4px 32px;
	border: 1px solid;
	border-radius: 10px;
	color: #003f6c;
	background: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
}
.about .schedule dl.info ul {
	display: inline-block;
	text-align: left;
}
.calendar_wrap {
	margin: 14px auto 12px;
	padding: 8px 18px;
	color: #333;
	background: #fff;
	font-weight: bold;
}
.calendar_box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 10px;
}
/*.calendar_box:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(5deg);
	content: "sold out";
	width: 100%;
	font-size: 12rem;
	text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff;
	z-index: 3;
}*/
.calendar_tab {
	display: none;
}
.month_box {
	width: calc(100% / 4 - 10px);
}
.month span {
	font-size: 3rem;
}
.calendar {
	width: 100%;
	border: 2px solid #333;
	background: #fff;
}
.calendar th,
.calendar td {
	border: 1px solid #333;
	font-size: 1.1rem;
}
.calendar th {
	padding: 2px;
}
.calendar td {
	position: relative;
	height: 45px;
	padding: 0 3px;
	text-align: left;
	vertical-align: top;
}
.calendar td {
	position: relative;
	height: 45px;
	padding: 0 3px;
	text-align: left;
	vertical-align: top;
}
.calendar .mute {
	color: #b9b9b9;
	background: #f2f2f2;
}
.calendar .sat {
	color: #017cca;
}
.calendar .sun {
	color: #cc0313;
}
.calendar .mute.sat {
	color: #b5d4e8;
}
.calendar .mute.sun {
	color: #e8b6ba;
}
.calendar td span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-48%, -26%);
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 100px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.calendar_wrap .A {
	background: #83AD38;
}
.calendar_wrap .B {
	background: #D83379;
}
.calendar_wrap .soldout:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 25%);
	z-index: 1;
}
.calendar_wrap .soldout:after {
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(5deg);
	content: "sold\Aout";
	white-space: pre;
	color: #ec0000;
	font-size: 1.6rem;
	text-align: center;
	line-height: 0.9;
	text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff;
	z-index: 2;
}
.calendar_wrap .calendar_date {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 1.2rem;
	font-weight: normal;
}
.calendar_wrap .calendar_sup {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 1.4rem;
}
.calendar_wrap .calendar_sup p + p {
	margin-left: 20px;
}
.calendar_wrap .calendar_sup .A,
.calendar_wrap .calendar_sup .B {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 100px;
	color: #fff;
	z-index: 0;
}
.calendar_wrap .sup {
	display: inline-block;
	text-align: left;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
#anayuki .plan h2 {
	margin-bottom: 50px;
	color: #003f6c;
}
.example_wrap {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 15px 30px;
	border: 2px solid #bea976;
	background: #fff;
	text-align: center;
}
.example_wrap .example_txt {
	position: absolute;
	top: -20px;
	left: -20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 100px;
	color: #fff;
	background: #bea976;
	font-size: 1.2rem;
	font-weight: bold;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.example_wrap .example_plan {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-size: 2rem;
	font-weight: bold;
}
.example_wrap .price_wrap .txt-bold {
	display: inline-block;
	margin-bottom: 7px;
}
.example_wrap .price_wrap dl {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: baseline;
	-webkit-align-items: baseline;
	text-align: left;
	line-height: 1.4;
}
.example_wrap .price_wrap dl:first-of-type {
	margin-top: 7px;
}
.example_wrap .price_wrap dt {
	width: 130px;
}
.example_wrap .price_wrap dd {
	margin-left: 10px;
	color: #c20000;
	font-weight: bold;
}
.example_wrap .price_wrap dd span {
	font-size: 3.0rem;
}
.example_wrap .txt-large {
	font-size: 3.0rem;
}
.example_wrap .sup {
	display: inline-block;
	margin-top: 10px;
	text-align: left;
}
.plan .plan_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.plan .plan_wrap {
	width: calc(100% / 2 - 30px);
	margin-top: 30px;
}
.plan h3 {
	position: relative;
	width: 330px;
	margin: 0 auto 16px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.plan h3:before,
.plan h3:after {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	content: "";
	height: 1px;
	border-bottom: 2px solid;
	z-index: -1;
}
.plan h3:before {
	right: calc(50% + 90px);
}
.plan h3:after {
	left: calc(50% + 90px);
}
.plan .plan_contents {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.plan .plan_contents li {
	width: 93px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.plan .plan_contents li + li {
	margin-left: 30px;
}
.plan .plan_contents li figure {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto 6px;
	text-align: center;
}
.plan .plan_contents li + li figure:before {
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	content: "+";
	font-size: 2rem;
}
.plan .plan_apply {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 20px auto 0;
}
.plan .plan_apply li {
	width: calc(100% / 2 - 20px);
}
.plan .plan_apply li:nth-of-type(2n) {
	margin-left: 10px;
}
.plan .plan_apply li:nth-of-type(n + 3) {
	margin-top: 10px;
}
.plan .plan_apply a {
	position: relative;
	display: block;
	padding: 8px 10px 9px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	transition: .25s ease;
}
.plan .plan_apply .area01 a {
	border: 2px solid #ea5099;
	background: #ea5099;
}
.plan .plan_apply .area02 a {
	border: 2px solid #41a3ef;
	background: #41a3ef;
}
.plan .plan_apply .area03 a {
	border: 2px solid #fa8513;
	background: #fa8513;
}
.plan .plan_apply .area04 a {
	border: 2px solid #7abd29;
	background: #7abd29;
}
.plan .plan_apply .area05 a {
	border: 2px solid #0023B5;
	background: #0023B5;
}
.plan .plan_apply a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.plan .plan_apply a:hover {
	background: #fff;
}
.plan .plan_apply .area01 a:hover {
	color: #ea5099;
}
.plan .plan_apply .area02 a:hover {
	color: #41a3ef;
}
.plan .plan_apply .area03 a:hover {
	color: #fa8513;
}
.plan .plan_apply .area04 a:hover {
	color: #7abd29;
}
.plan .plan_apply .area05 a:hover {
	color: #0023B5;
}
.plan .ticket_plan {
	text-align: center;
}
.plan .ticket_plan .plan_title {
	margin: 70px 0 14px;
	color: #003f6c;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	line-height: 1.23077;
}
.plan .ticket_plan .plan_apply a {
	width: 215px;
	border: 2px solid #003f6c;
	background: #003f6c;
}
.plan .ticket_plan .plan_apply a:hover {
	color: #003f6c;
	background: #fff;
}
.plan .soldout {
	margin-top: 40px;
	margin-left: 1em;
	text-indent: -1em;
	text-align: center;
}
.plan .plan_info {
	margin-top: 50px;
	padding: 20px 14px;
	border: 1px solid #ccc;
	background: #fefefe;
	font-size: 1.4rem;
}
.plan .plan_info h4 {
	margin-bottom: 14px;
	font-size: 1.6rem;
	text-align: center;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#anayuki {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.sup {
	font-size: 1.2rem;
}
.link-new02 {
	padding-left: 30px;
}
#anayuki h2 {
	margin-bottom: 30px;
	font-size: 2.2rem;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg01:after {
	bottom: -80px;
	background-size: contain;
}
.bg02 {
	padding: 35px 0 55px;
}
.bg03 {
	padding: 45px 0 60px;
}
.bg03:before,
.bg03:after {
	background-size: contain;
}
.bg03:before {
	top: -80px;
}
.bg03:after {
	bottom: -80px;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 15px 0;
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.6rem;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan a {
	margin: -8px auto 25px;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about .img_wrap {
	margin-bottom: 15px;
}
.about .about_txt {
	font-size: 1.6rem;
}
.about .schedule {
	padding: 20px 12px;
}
.calendar_wrap {
	padding: 8px 12px;
}
/*.calendar_box:before {
	font-size: 8rem;
}*/
.month_box {
	width: calc(100% / 4 - 6px);
}
.month span {
	font-size: 2.6rem;
}
.calendar th,
.calendar td {
	font-size: 0.9rem;
}
.calendar td {
	height: 33px;
}
.calendar td span {
	transform: translate(-47%, -20%);
	width: 18px;
	height: 18px;
	font-size: 1.3rem;
}
.calendar_wrap .calendar_sup {
	font-size: 1.2rem;
}
.calendar_wrap .calendar_sup .A,
.calendar_wrap .calendar_sup .B {
	width: 18px;
	height: 18px;
}
.calendar_wrap .soldout:after {
	font-size: 1.2rem;
}
.calendar_wrap .calendar_date {
	bottom: -18px;
	font-size: 1.0rem;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
#anayuki .plan h2 {
	margin-bottom: 40px;
}
.example_wrap {
	width: 90%;
}
.plan .plan_list {
	display: block;
}
.plan .plan_wrap {
	width: 100%;
}
.plan h3 {
	font-size: 2.2rem;
}
.plan .plan_contents li {
	font-size: 1.4rem;
}
.plan .plan_apply {
	width: 500px;
}
.plan .ticket_plan .plan_title {
	margin: 60px 0 8px;
	font-size: 2.2rem;
	line-height: 1.3;
}
.plan .ticket_plan .plan_apply a {
	width: calc(100% / 2 - 20px);
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅767px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.calendar_wrap {
	padding: 12px 10px 10px;
}
.calendar_box {
	display: block;
	max-width: 340px;
	margin: 0 auto;
}
/*.calendar_box:before {
	font-size: 14vw;
}*/
.calendar_tab {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.calendar_tab li {
	width: calc(100% / 4 - 2px);
	border: 1px solid #333;
	border-bottom: 0;
	font-size: 0.9rem;
	cursor: pointer;
}
.calendar_tab li.active {
	color: #fff;
	background: #333;
	pointer-events: none;
}
.calendar_tab li span {
	font-size: min(4.4vw, 1.8rem);
}
.month_box {
	display: none;
	width: 100%;
}
.month_box.active {
	display: block;
}
.month {
	display: none;
}
.calendar td {
	height: 30px;
}
.calendar td span {
	transform: translate(-27%, -44%);
	width: 22px;
	height: 22px;
	font-size: 1.5rem;
}
.calendar_wrap .soldout:after {
	top: 57%;
	left: 60%;
	font-size: min(3vw, 1.3rem);
}
.calendar_wrap .calendar_date {
	bottom: -15px;
	font-size: 0.9rem;
}
.calendar_wrap .calendar_sup {
	margin-top: 17px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#anayuki {
	font-size: 1.4rem;
}
.main-pc {
	display: none;
}
.main-sp,
.br-599 {
	display: block;
}
#anayuki h2 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg02 {
	padding: 20px 0 35px;
}
.bg03 {
	padding: 30px 0;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 10px 0;
	font-size: min(3.5vw, 1.5rem);
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin: 10px 0 14px;
	font-size: 3.5vw;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan a {
	width: 222px;
	margin: -4px auto 20px;
	padding: 11px 20px;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about .img_wrap {
	display: block;
}
.about .img_wrap figure {
	width: 100%;
}
.about .img_wrap figure + figure {
	margin-top: 8px;
}
.about .about_txt {
	font-size: 1.4rem;
}
.about .video_wrap {
	margin: 20px 0 30px;
}
.about .schedule dt {
	width: 100%;
}
.about .schedule {
	margin-top: 20px;
}
.about .schedule dl.place dd {
	text-align: left;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
#anayuki .plan h2 {
	margin-bottom: 25px;
}
.example_wrap {
	width: 100%;
	padding: 15px;
}
.example_wrap .example_plan {
	font-size: 1.8rem;
}
.example_wrap .example_txt {
	left: -13px;
	width: 60px;
	height: 60px;
}
.example_wrap .price_wrap dt {
	width: 28vw;
	font-size: 3.4vw;
}
.example_wrap .price_wrap dd span {
	font-size: 5.5vw;
}
.plan h3 {
	width: 100%;
	font-size: 2.0rem;
}
.plan h3:before,
.plan h3:after {
	border-bottom: 1px solid;
}
.plan h3:before {
	right: calc(50% + 72px);
}
.plan h3:after {
	left: calc(50% + 72px);
}
.plan .plan_contents li {
	font-size: 1.4rem;
}
.plan .plan_contents li + li {
	margin-left: 20px;
}
.plan .plan_contents li + li figure:before {
	left: -30px;
}
.plan .plan_apply {
	width: 100%;
}
.plan .plan_apply li {
	width: calc(100% / 2 - 5px);
}
.plan .plan_apply a {
	padding: 6px 13px 7px 13px;
}
.plan .plan_apply a:after {
	right: 3px;
	font-size: 0.9rem;
}
.plan .ticket_plan .plan_title {
	font-size: 2.0rem;
	line-height: 1.6;
}
.plan .ticket_plan .plan_apply a {
	width: calc(100% / 2 - 5px);
}
.plan .soldout {
	text-align: left;
}
.plan .plan_info {
	margin-top: 45px;
}
}