﻿@charset "utf-8";
/* CSS Document */

.font-min {
	font-family: "Shippori Mincho B1", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
}
.font-en {
	font-family: "Marcellus", Arial, Helvetica, "sans-serif";
}
/* forPC */
@media (min-width:600px) {
  .forSP {
    display: none !important;
  }
}
/* forSP */
@media (max-width: 599px) {
  .forPC {
    display: none !important;
  }
}
/**/
.illustration-area {
  position: relative;
}

.hero-box {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.hero-box.is-darken > .innerWrap::before {
	display: none;
}
.titlelogoWrap {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.titlelogoBody {
	max-width: 1570px;
	width: calc(1140 * (100vw / 1366));
}

@media (min-width:600px) {

  .illustration-area > .innerWrap {
    margin-top: 0;
  }
}

@media (max-width: 599px) {

  .illustration-area > .innerWrap {
    overflow-x: scroll;
    width: 100%;
  }
}

@media (min-width:1280px) {

  .illustration-area > .innerWrap {
    width: 100%;
    /*height: calc(2015 * (100vw / 1366));*/
    /*height: calc(2015 * (100vw / var(--base-width-pc)));*/
  }
}

.topLead {
	max-width: 1394px;
	max-height: 1326px;
	width: calc(1088 / 1366 * 100vw);
	height: calc(1039 / 1366 * 100vw);
	text-align: center;
	margin: 0 auto;
	background-image: url("../assets/img/topLead_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.topLead p {
	/*font-size: 16px;*/
	font-size: clamp(16px,calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366))),22px);
	letter-spacing: 0.1em;
	line-height: 3.75;
	text-align: center;
	/*padding: 222px 0 0 28px;
	padding: 284px 0 0 51px;*/
	padding: clamp(222px,calc(222px + (284 - 222) * ((100vw - 1366px) / (1920 - 1366))),284px) 0 clamp(28px,calc(28px + (51 - 28) * ((100vw - 1366px) / (1920 - 1366))),51px) clamp(35px,calc(35px + (55 - 35) * ((100vw - 1366px) / (1920 - 1366))),55px);
}

.topNav {
	/*max-width: 1147px;*/
	width: calc(1147 / 1366 * 100vw);
	max-width: 1618px;
	/*margin: -160px auto 100px;*/
	margin: -12% auto 100px;
	padding-right: 8px;
}
.topNav h2 {
	text-align: center;
	max-width: 527px;
	max-height: 456px;
	width: calc(375 / 1366 * 100vw);
	height: calc(324 / 1366 * 100vw);
	background-image: url("../assets/img/topLeadTitle_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topNav h2 span {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.topNav h2 span.font-en {
	/*font-size: 47px;*/
	font-size: clamp(47px,calc(47px + (64 - 47) * ((100vw - 1366px) / (1920 - 1366))),64px);
	/*padding: 95px 0 0 8px;*/
	padding: calc(95px + (40 * ((100vw - 1366px) / 554))) 0 0 8px;
}
.topNav h2 span.font-min {
	font-size: 14px;
	font-size: clamp(14px,calc(14px + (18 - 14) * ((100vw - 1366px) / (1920 - 1366))),18px);
	/*margin-top: 4px;*/
	margin-top: calc(4px + (5 * ((100vw - 1366px) / 554)));
	padding-left: 8px;
}
.topNav .topNav-list {
	max-width: 1233px;
	max-height: 612px;
	width: calc(874 / 1366 * 100vw);
	height: calc(435 / 1366 * 100vw);
	background-image: url("../assets/img/topNav_nav.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: -220px 0 0 auto;*/
	margin: -20% 0 0 auto;
}
@media screen and (min-width: 2000px) {
	.topNav {
		margin-top: -220px;
	}
	.topNav .topNav-list {
	}
}

.topNav ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 815px;
	width: calc(590 / 1366 * 100vw);
	/*margin: 0 0 0 178px;*/
	margin: 0 0 0 calc(178px + (58 * ((100vw - 1366px) / 554)));
	/*padding: 157px 0 0 0;*/
	padding: calc(157px + (70 * ((100vw - 1366px) / 554))) 0 0 0;
}
.topNav ul li {
	width: calc((100% - 70px * 2) / 3);
}
.topNav ul li a,
.topNav ul li span {
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
}
.topNav ul li span.icon {
	max-width: 130px;
	width: calc(92 / 1366 * 100vw);
	margin: 0 auto 11px;
}
.topNav ul li span.font-en {
	font-size: 12px;
	font-size: clamp(12px,calc(12px + (16 - 12) * ((100vw - 1366px) / (1920 - 1366))),16px);
	line-height: 1.33;
}
.topNav ul li span.name {
	/*font-size: 16px;*/
	font-size: clamp(16px,calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366))),22px);
	font-weight: bold;
	line-height: 1.5;
	margin-top: 7px;
}
.topNav ul li a {
	padding-bottom: 26px;
	position: relative;
}
.topNav ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin-left: -5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(45deg);
}

.illustration-content {
	/*padding: 163px 0 0;*/
	padding: calc(163px + (70 * ((100vw - 1366px) / 554))) 0 0;
	background-image: url("../assets/img/tamiura_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.illustration-content .illustration-inner {
	padding-bottom: 100px;
	background-color: #FFFFFF;
}
.illustration-content .illustration-header {
	padding: 0 0 130px;
}
.illustration-content .illustration-header h2 {
	text-align: center;
	margin: 0 0 30px;
}
.illustration-content .illustration-header h2 span {
	/*font-size: 40px;*/
	font-size: clamp(40px,calc(40px + (53 - 40) * ((100vw - 1366px) / (1920 - 1366))),53px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
	display: block;
}
.illustration-content .illustration-header h2 span.font-en {
	/*font-size: 18px;*/
	font-size: clamp(18px,calc(18px + (24 - 18) * ((100vw - 1366px) / (1920 - 1366))),24px);
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;
}
.illustration-content .illustration-header .icon {
	width: calc(150 / 1366 * 100vw);
	max-width: 210px;
	margin: 0 auto 10px;
}
.illustration-content .illustration-header p {
	/*font-size: 14px;*/
	font-size: clamp(14px,calc(14px + (18 - 14) * ((100vw - 1366px) / (1920 - 1366))),18px);
	text-align: center;
	line-height: 2.1;
	letter-spacing: 0.1em;
	max-width: 740px;
	margin: 0 auto;
}
.illustration-content .illustration-header p.instagramLink {
	width: 100%;
	margin-top: 35px;
}
.illustration-content .illustration-header p.instagramLink a {
	/*font-size: 12px;*/
	font-size: clamp(12px,calc(12px + (16 - 12) * ((100vw - 1366px) / (1920 - 1366))),16px);
	font-weight: 400;
	position: relative;
}
.illustration-content .illustration-header p.instagramLink a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url("../assets/img/ico_instagram.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.illustration-content .illustration-story {
	padding: 165px 0 0;
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.illustration-content #story01.illustration-story {
	background-image: url("../assets/img/story01_bg01.png");
}
.illustration-content #story02.illustration-story {
	background-image: url("../assets/img/story02_bg01.png");
}
.illustration-content #story03.illustration-story {
	background-image: url("../assets/img/story03_bg01.png");
}
.illustration-content .illustration-story .illustration-story--kv-wrap {
	position: relative;
}
.illustration-content .illustration-story .illustration-story--kv-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.illustration-content #story01.illustration-story .illustration-story--kv-wrap::after {
	width: calc(463 / 1366 * 100vw);
	max-width: 653px;
	height: calc(485 / 1366 * 100vw);
	max-height: 684px;
	background-image: url("../assets/img/story01_bg02.png");
}
.illustration-content #story02.illustration-story .illustration-story--kv-wrap::after {
	width: calc(496 / 1366 * 100vw);
	max-width: 695px;
	height: calc(547 / 1366 * 100vw);
	max-height: 771px;
	background-image: url("../assets/img/story02_bg02.png");
}
.illustration-content #story03.illustration-story .illustration-story--kv-wrap::after {
	width: calc(476 / 1366 * 100vw);
	max-width: 671px;
	height: calc(485 / 1366 * 100vw);
	max-height: 685px;
	background-image: url("../assets/img/story03_bg02.png");
}

.illustration-content .illustration-story .illustration-story--kv {
	text-align: center;
	max-width: 1452px;
	width: calc(1030 / 1366 * 100vw);
	margin: 0 auto;
	padding: clamp(150px, 10.98vw, 240px) 0 200px;
	border-radius: 160px 160px 0 0;
	position: relative;
	background-color: #ffffff;
}

.illustration-content .illustration-story h3 {
	/*font-size: 70px;*/
	font-size: clamp(70px,calc(70px + (90 - 70) * ((100vw - 1366px) / (1920 - 1366))),90px);
	letter-spacing: 0.15em;
	line-height: 1.3;
	position: absolute;
	/*top: -50px;*/
	top: -3%;
	left: 0;
	width: 100%;
}
.illustration-content .illustration-story h3 span {
	/*font-size: 40px;*/
	font-size: clamp(40px,calc(40px + (50 - 40) * ((100vw - 1366px) / (1920 - 1366))),50px);
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-top: 40px;
	display: block;
}
.illustration-content .illustration-story p.storyLead {
	/*font-size: 28px;*/
	font-size: clamp(28px,calc(28px + (37 - 28) * ((100vw - 1366px) / (1920 - 1366))),37px);
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin: 0 0 38px;
}
.illustration-content .illustration-story p.txt {
	/*font-size: 18px;*/
	font-size: clamp(18px,calc(18px + (24 - 18) * ((100vw - 1366px) / (1920 - 1366))),24px);
	letter-spacing: 0.1em;
	line-height: 2.7;
	margin-top: 120px;
}
.illustration-content .illustration-story .storyMovie {
	max-width: 647px;
	width: calc(460 / 1366 * 100vw);
	margin: 0 auto;
}

.illustration-story--image {
	width: 100%;
}
.illustration-story--image ul {display: flex;}
.illustration-story--image ul li {
	width: calc(100% / 4);
}
.illustration-story--comment {
	width: 100%;
	padding: calc(80px + (30 * ((100vw - 1366px) / 554))) 0 245px;
	background-image: url("../assets/img/storyComment_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.illustration-story--comment h4 {
	/*font-size: 22px;*/
	font-size: clamp(22px,calc(22px + (28 - 22) * ((100vw - 1366px) / (1920 - 1366))),28px);
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 40px;
}
.illustration-story--comment .illustration-story--comment-box {
	max-width: 1060px;
	width: calc(750 / 1366 * 100vw);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	border-radius: 20px;
	background-image: url("../assets/img/storyCommentBox_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.illustration-story--comment .illustration-story--comment-image {
	text-align: center;
	padding: 60px 0;
	max-width: 450px;
	width: calc(315 / 1366 * 100vw);
}
.illustration-story--comment .illustration-story--comment-image .icon {
	width: calc(92 / 1366 * 100vw);
	max-width: 130px;
	margin: 0 auto 10px;
	border-radius: 50%;
	overflow: hidden;
}
.illustration-story--comment .illustration-story--comment-image .font-en {
	/*font-size: 12px;*/
	font-size: clamp(12px,calc(12px + (16 - 12) * ((100vw - 1366px) / (1920 - 1366))),16px);
	line-height: 1.33;
	letter-spacing: 0.1em;
	margin: 0 0 7px;
}
.illustration-story--comment .illustration-story--comment-image .name {
	/*font-size: 16px;*/
	font-size: clamp(16px,calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366))),22px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.illustration-story--comment .illustration-story--comment-txt {
	padding: 0 48px 0 0;
	width: calc(376 / 1366 * 100vw);
	max-width: 515px;
}
.illustration-story--comment .illustration-story--comment-txt p {
	/*font-size: 14px;*/
	font-size: clamp(14px,calc(14px + (18 - 14) * ((100vw - 1366px) / (1920 - 1366))),18px);
	letter-spacing: 0.1em;
	line-height: 2.1;
}
.illustration-story--comment .illustration-story--anc {
	text-align: center;
	margin-top: 62px;
}
.illustration-story--comment .illustration-story--anc a {
	/*font-size: 14px;*/
	font-size: clamp(14px,calc(14px + (18 - 14) * ((100vw - 1366px) / (1920 - 1366))),18px);
	text-decoration: underline;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.illustration-story--comment .illustration-story--anc a:hover {
	text-decoration: none;
}
.illustration-story--comment .illustration-story--ticketLink {
	text-align: center;
	margin-top: 55px;
}
.illustration-story--comment .illustration-story--ticketLink a {
	/*font-size: 16px;*/
	font-size: clamp(16px,calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366))),22px);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-decoration: underline;
	position: relative;
}
.illustration-story--comment .illustration-story--ticketLink a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	max-width: 14px;
	max-height: 14px;
	width: calc(10 / 1366 * 100vw);
	height: calc(10 / 1366 * 100vw);
	margin-left: 8px;
	background-image: url("../assets/img/ico_blank.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.illustration-story--comment .illustration-story--ticketLink a:hover {
	text-decoration: none;
}
.illustration-story--comment .illustration-story--ticketLink + .illustration-story--anc {
	margin-top: 30px;
}

.js-fadeout.is-hide {
	animation: 0.7s ease-in-out 0s forwards fade;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.illustration-content--nav {
	margin: 70px 0 0;
}
.illustration-content--nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.illustration-content--nav ul li {
	margin: 0 70px;
}
.illustration-content--nav ul li a {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-bottom: 17px;
	display: block;
	position: relative;
}
.illustration-content--nav ul li a::after {
	content: "";
	position: absolute;
	left: 50px;
	bottom: 0;
	margin-left: -5px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
}
.illustration-content--nav ul li a span {
	font-size: 20px;
	line-height: 1.0;
	letter-spacing: 0.15em;
	display: block;
}
.illustration-content--nav ul li a > span {
	margin-bottom: 10px;
}
.illustration-content--nav ul li a span span {
	font-size: 35px;
}
@media screen and (max-width: 1365px) {
	.topLead {
		width: 1088px;
		height: 1039px;
		max-width: 100%;
		background-size: 100% auto;
	}
	.topLead p {
		font-size: 16px;
		padding-top: 221px;
	}
	.topNav {
		margin: -160px auto 100px;
		width: 1147px;
	}
	.topNav h2 {
		width: 375px;
		height: 324px;
	}
	.topNav .topNav-list {
		width: 874px;
		height: 435px;
		margin: -20% 0 0 auto;
	}
	.topNav h2 span.font-en {
		font-size: 49px;
		padding-top: 94px;
	}
	.topNav h2 span.font-min {
		font-size: 14px;
	}
	.topNav ul {
		padding-top: 157px;
		margin-left: 167px;
		width: 590px;
	}
	.topNav ul li {
		width: calc((100% - 20px * 2) / 3);
	}
	.topNav ul li span.icon {
		width: 90px;
	}
	.topNav ul li span.font-en {
		font-size: 12px;
	}
	.topNav ul li span.name {
		font-size: 16px;
	}
	.topNav .topNav-list {
		margin-top: -220px;
	}
	.illustration-content {
		padding-top: 163px;
	}
	.illustration-content .illustration-header h2 span.font-en {
		font-size: 18px;
	}
	.illustration-content .illustration-header h2 span {
		font-size: 40px;
	}
	.illustration-content .illustration-header .icon {
		width: 150px;
	}
	.illustration-content .illustration-header p {
		font-size: 14px;
	}
	.illustration-content .illustration-header p.instagramLink a {
		font-size: 12px;
	}
	.illustration-content .illustration-story .illustration-story--kv {
		width: 1030px;
	}
	.illustration-content .illustration-story .storyMovie {
		width: 460px;
	}
	.illustration-content .illustration-story h3 {
		font-size: 70px;
	}
	.illustration-content .illustration-story h3 span {
		font-size: 40px;
	}
	.illustration-content .illustration-story p.storyLead {
		font-size: 28px;
	}
	.illustration-content .illustration-story p.txt {
		font-size: 18px;
	}
	.illustration-content #story01.illustration-story .illustration-story--kv-wrap::after {
		width: 463px;
		height: 485px;
	}
	.illustration-content #story02.illustration-story .illustration-story--kv-wrap::after {
		width: 496px;
		height: 547px;
	}
	.illustration-content #story03.illustration-story .illustration-story--kv-wrap::after {
		width: 476px;
		height: 485px;
	}
	.illustration-story--comment {
		padding-top: 80px;
	}
	.illustration-story--comment .illustration-story--comment-box {
		width: 70%;
	}
	.illustration-story--comment .illustration-story--comment-image {
		width: 42%;
	}
	.illustration-story--comment .illustration-story--comment-txt {
		width: 50%;
	}
	.illustration-story--comment .illustration-story--comment-image .icon {
		width: 92px;
	}
	.illustration-story--comment .illustration-story--comment-image .font-en {
		font-size: 12px;
	}
	.illustration-story--comment .illustration-story--comment-image .name {
		font-size: 16px;
	}
	.illustration-story--comment .illustration-story--comment-txt p {
		font-size: 14px;
	}
	.illustration-story--comment .illustration-story--anc a {
		font-size: 14px;
	}
	.illustration-story--comment .illustration-story--ticketLink a {
		font-size: 16px;
	}
	.illustration-story--comment .illustration-story--ticketLink a::after {
		width: 14px;
		height: 14px;
	}
	.instagram-gallery {
		margin-top: -100px !important;
	}
	.instagram-gallery > .innerWrap > .descBox {
		top: 50% !important;
	}
}
@media screen and (min-width: 1999px) {
	.topNav h2 span.font-en {
		padding-top: 135px;
	}
	.topNav ul {
		padding-top: 220px;
		margin-left: 240px;
	}
}

@media screen and (max-width: 599px) {
	.titlelogoBody {
		width: calc(340 / 375 * 100vw);
	}
	.topLead {
		width: 100%;
		height: calc(728 / 375 * 100vw);
		background-image: url("../assets/img/topLead_bg_sp.png");
		background-size: 100% auto;
	}
	.topLead p {
		font-size: calc(14 / 375 * 100vw);
		line-height: 2.8;
		padding: calc(155 / 375 * 100vw) 0 0;
	}
	.topNav {
		width: 100%;
		padding: 0;
		margin: calc(10 / 375 * 100vw) 0 calc(210 / 375 * 100vw);
	}
	.topNav h2 {
		width: calc(229 / 375 * 100vw);
		height: calc(211 / 375 * 100vw);
		background-image: url("../assets/img/topLeadTitle_bg_sp.png");
	}
	.topNav h2 span.font-en {
		font-size: calc(28 / 375 * 100vw);
		padding: calc(71 / 375 * 100vw) 0 0;
		margin: 0 0 0 calc(-17 / 375 * 100vw);
	}
	.topNav h2 span.font-min {
		font-size: calc(12 / 375 * 100vw);
		margin: calc(5 / 375 * 100vw) 0 0 calc(-28 / 375 * 100vw);
	}
	.topNav .topNav-list {
		width: 100%;
		height: calc(319 / 375 * 100vw);
		background-image: url("../assets/img/topNav_nav_sp.png");
		margin-top: calc(-60 / 375 * 100vw);
	}
	.topNav ul {
		width: calc(320 / 375 * 100vw);
		margin: 0 auto;
		padding: calc(100 / 375 * 100vw) 0 0;
	}
    .topNav ul li {
        max-width: calc(114 / 375 * 100vw);
		width: auto;
    }
	.topNav ul li a {
		padding-bottom: calc(12 / 375 * 100vw);
	}
	.topNav ul li span.icon {
		width: calc(72 / 375 * 100vw);
	}
	.topNav ul li span.font-en {
		font-size: calc(11 / 375 * 100vw);
	}
	.topNav ul li span.name {
		font-size: calc(12 / 375 * 100vw);
		margin-top: calc(2 / 375 * 100vw);
	}
	.illustration-content {
		padding-top: calc(190 / 375 * 100vw);
		background-image: url("../assets/img/tamiura_bg_sp.png");
	}
	.illustration-content .illustration-header h2 span.font-en {
		font-size: calc(14 / 375 * 100vw);
	}
	.illustration-content .illustration-header h2 span {
		font-size: calc(20 / 375 * 100vw);
	}
	.illustration-content .illustration-header .icon {
		width: calc(120 / 375 * 100vw);
	}
	.illustration-content .illustration-header p {
		font-size: calc(13 / 375 * 100vw);
		width: calc(330 / 375 * 100vw);
	}
	.illustration-content .illustration-header p.instagramLink {
		margin-top: calc(40 / 375 * 100vw);
	}
	.illustration-content .illustration-header p.instagramLink a {
		font-size: calc(12 / 375 * 100vw);
	}
	.illustration-content .illustration-story {
		padding-top: calc(166 / 375 * 100vw);
	}
	.illustration-content .illustration-story h3 {
		font-size: calc(42 / 375 * 100vw);
		top: calc(-30 / 375 * 100vw);
	}
	.illustration-content .illustration-story h3 span {
		font-size: calc(20 / 375 * 100vw);
		margin-top: calc(15 / 375 * 100vw);
	}
	.illustration-content .illustration-story p.storyLead {
		font-size: calc(16 / 375 * 100vw);
		margin-bottom: calc(36 / 375 * 100vw);
	}
	.illustration-content .illustration-story .illustration-story--kv {
		width: calc(355 / 375 * 100vw);
		border-radius: calc(50 / 375 * 100vw) calc(50 / 375 * 100vw) 0 0;
		padding-top: calc(120 / 375 * 100vw);
		padding-bottom: calc(440 / 375 * 100vw);
	}
	.illustration-content #story01.illustration-story {
		background-image: url("../assets/img/story01_bg01_sp.png");
	}
	.illustration-content #story02.illustration-story {
		background-image: url("../assets/img/story02_bg01_sp.png");
	}
	.illustration-content #story03.illustration-story {
		background-image: url("../assets/img/story03_bg01_sp.png");
	}
	.illustration-content #story01.illustration-story .illustration-story--kv-wrap::after,
	.illustration-content #story02.illustration-story .illustration-story--kv-wrap::after,
	.illustration-content #story03.illustration-story .illustration-story--kv-wrap::after {
		width: 100%;
		height: calc(437 / 375 * 100vw);
		background-size: 100% auto;
	}
	.illustration-content #story01.illustration-story .illustration-story--kv-wrap::after {
		background-image: url("../assets/img/story03_bg02_sp.png");
	}
	.illustration-content #story02.illustration-story .illustration-story--kv-wrap::after {
		background-image: url("../assets/img/story02_bg02_sp.png");
	}
	.illustration-content #story03.illustration-story .illustration-story--kv-wrap::after {
		background-image: url("../assets/img/story01_bg02_sp.png");
	}
	.illustration-content .illustration-story .storyMovie {
		width: calc(335 / 375 * 100vw);
	}
	.illustration-content .illustration-story p.txt {
		font-size: calc(14 / 375 * 100vw);
		margin-top: calc(60 / 375 * 100vw);
	}
	.illustration-story--image ul {
		flex-wrap: wrap;
	}
	.illustration-story--image ul li {
		width: calc(100% / 2);
	}
	.illustration-story--comment {
		padding: calc(60 / 375 * 100vw) 0 calc(170 / 375 * 100vw);
		background-image: url("../assets/img/storyComment_bg_sp.png");
	}
	.illustration-story--comment h4 {
		font-size: calc(16 / 375 * 100vw);
		margin-bottom: calc(40 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--comment-box {
		display: block;
		width: calc(315 / 375 * 100vw);
		background-image: url("../assets/img/storyCommentBox_bg_sp.png");
		background-position: center top;
		background-size: 100% auto;
	}
	.illustration-story--comment .illustration-story--comment-image,
	.illustration-story--comment .illustration-story--comment-txt {
		width: 100%;
		padding: 0;
		max-width: none;
	}
	.illustration-story--comment .illustration-story--comment-image {
		padding-top: calc(55 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--comment-txt {
		padding: calc(45 / 375 * 100vw) 0 calc(42 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--comment-image .icon {
		width: calc(72 / 375 * 100vw);
		margin-bottom: calc(18 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--comment-image .font-en {
		font-size: calc(11 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--comment-image .name {
		font-size: calc(12 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--comment-txt p {
		font-size: calc(12 / 375 * 100vw);
		width: calc(255 / 375 * 100vw);
		margin: 0 auto;
	}
	.illustration-story--comment .illustration-story--ticketLink {
		margin-top: calc(50 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--ticketLink a {
		font-size: calc(14 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--ticketLink a::after {
		width: calc(10 / 375 * 100vw);
		height: calc(10 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--ticketLink + .illustration-story--anc {
		margin-top: calc(21 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--anc {
		margin-top: calc(42 / 375 * 100vw);
	}
	.illustration-story--comment .illustration-story--anc a {
		font-size: calc(12 / 375 * 100vw);
	}
	.instagram-gallery {
		/*margin-top: 0 !important;*/
	}
	.instagram-gallery > .innerWrap > .descBox {
		/*top: 0 !important;*/
	}
	.d-headding > .mainTxt {
		font-size: calc(34 / 375 * 100vw);
	}
	.illustration-content--nav {
		margin: calc(125 / 375 * 100vw) 0 0;
	}
	.illustration-content--nav ul li {
		margin: 0 calc(20 / 375 * 100vw);
	}
	.illustration-content--nav ul li a {
		font-size: calc(12 / 375 * 100vw);
		padding-bottom: calc(13 / 375 * 100vw);
	}
	.illustration-content--nav ul li a::after {
		margin-left: calc(-8 / 375 * 100vw);
		width: calc(8 / 375 * 100vw);
		height: calc(8 / 375 * 100vw);
	}
	.illustration-content--nav ul li a span {
		font-size: calc(15 / 375 * 100vw);
	}
	.illustration-content--nav ul li a > span {
		margin-bottom: calc(3 / 375 * 100vw);
	}
	.illustration-content--nav ul li a span span {
		font-size: calc(28 / 375 * 100vw);
	}
}