@charset 'UTF-8';

body {
	position: relative;
	font-feature-settings: "palt";
	min-width: 1200px;
}
@media screen and (max-width: 767px) {
	body {
	}
}
@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
}


/*-----------------------------------------------------------------------------------------
// 雪の結晶
-----------------------------------------------------------------------------------------*/
.snowflake_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.snowflake_wrap {
	}
}
@media screen and (max-width: 767px) {
	.snowflake_wrap {
	}
}
.snowflake_wrap .crystal {
	position: absolute;
	top: 1000px;
	left: 100px;
	clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}
.snowflake_wrap .crystal.col01 {
	background-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(210,233,232,1) 100%);
}
.snowflake_wrap .crystal.col02 {
	background-image: radial-gradient(circle, rgba(255,255,255,0.5) 0%, rgba(210,233,232,0.5) 100%);
}
.snowflake_wrap .crystal.size01 {
	width: 26px;
	height: 30px;
}
.snowflake_wrap .crystal.size02 {
	width: 16px;
	height: 18px;
}
.snowflake_wrap .crystal.size03 {
	width: 46px;
	height: 53px;
}
.snowflake_wrap .crystal.size04 {
	width: 22px;
	height: 25px;
}
.snowflake_wrap .crystal.anim01 {
	animation: randomFlicker01 5s infinite;
}
@keyframes randomFlicker01 {
	0%   { opacity: 0.7; }
	8%   { opacity: 1; }
	15%  { opacity: 0.5; }
	23%  { opacity: 0.8; }
	29%  { opacity: 0.2; }
	34%  { opacity: 1; }
	49%  { opacity: 0.6; }
	57%  { opacity: 0.9; }
	64%  { opacity: 0.3; }
	72%  { opacity: 1; }
	80%  { opacity: 0.7; }
	90%  { opacity: 0.5; }
	100% { opacity: 0.9; }
}
.snowflake_wrap .crystal.anim02 {
	animation: randomFlicker02 5s infinite;
}
@keyframes randomFlicker02 {
	0%   { opacity: 0.6; }
	10%  { opacity: 0.9; }
	20%  { opacity: 0.3; }
	30%  { opacity: 0.7; }
	35%  { opacity: 1; }
	45%  { opacity: 0.4; }
	55%  { opacity: 0.9; }
	60%  { opacity: 0.5; }
	70%  { opacity: 0.8; }
	80%  { opacity: 0.4; }
	90%  { opacity: 1; }
	100% { opacity: 0.6; }
}
@media screen and (min-width: 768px) {
	.snowflake_wrap .crystal {
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.snowflake_wrap .crystal {
	}
}

main {
	position: relative;
}
@media screen and (min-width: 768px) {
	main {
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 767px) {
	main {
	}
}

/*-----------------------------------------------------------------------------------------
// MV
-----------------------------------------------------------------------------------------*/
.mv_wrap {
	position: relative;
}
@media screen and (min-width: 768px) {
	.mv_wrap {
		height: 100svh;
	}
}
@media screen and (max-width: 767px) {
	.mv_wrap {
	}
}
.mv_wrap .ph {
	display: block;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.mv_wrap .ph {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.mv_wrap .ph {
		width: 100%;
		height: auto;
	}
}
.mv_wrap .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: #FFF;
}
@media screen and (min-width: 768px) {
	.mv_wrap .tit {
	}
}
@media screen and (max-width: 767px) {
	.mv_wrap .tit {
		width: 100%;
		height: 100%;
	}
}

/*-----------------------------------------------------------------------------------------
// MVの下の要素
-----------------------------------------------------------------------------------------*/
.mvdesc_wrap {

}
@media screen and (min-width: 768px) {
	.mvdesc_wrap {
		margin-top: 55px;
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap {
		margin: 7vw var(--margin-side-sp) 0;
	}
}
.mvdesc_wrap .tit {
	margin: auto;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .tit {
		width: var(--width-large);
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .tit {
		font-size: 5vw;
		line-height: 1.6;
	}
}
.mvdesc_wrap .titimage {
	margin: auto;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .titimage {
		width: var(--width-large);
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .titimage {
	}
}
.mvdesc_wrap .titimage img ,
.mvdesc_wrap .titimage svg {
	display: block;
	margin: auto;
}
.mvdesc_wrap .titimage svg {
	fill: none;
	stroke: #0099bd;
	stroke: 1px;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .titimage img {
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .titimage img {
	}
}
.mvdesc_wrap .lead {
	margin: auto;
	text-align: center;
	color: #0099bd;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .lead {
		width: var(--width-medium);
		font-size: 17px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .lead {
		font-size: 3vw;
		margin-top: 4vw;
	}
}
.mvdesc_wrap .lead span {
	display: block;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .lead span {
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .lead span {
	}
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .lead span + span {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .lead span + span {
		margin-top: 4vw;
	}
}
.mvdesc_wrap .logo {
	margin: auto;
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .logo {
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .logo {
		margin-top: 5vw;
	}
}
.mvdesc_wrap .logo img {
	display: block;
}
@media screen and (min-width: 768px) {
	.mvdesc_wrap .logo img {
	}
}
@media screen and (max-width: 767px) {
	.mvdesc_wrap .logo img {
		width: 65vw;
		height: auto;
	}
}

/*-----------------------------------------------------------------------------------------
// Youtube
-----------------------------------------------------------------------------------------*/
.youtube_wrap {
}
@media screen and (min-width: 768px) {
	.youtube_wrap {
		margin: auto;
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap {
		margin: 10vw var(--margin-side-sp) 0;
	}
}
.youtube_wrap .tit {
	text-align: center;
	display: flex;
}
@media screen and (min-width: 768px) {
	.youtube_wrap .tit {
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap .tit {
		flex-direction: column;
		line-height: 1.4;
	}
}
.youtube_wrap .tit .word {
	display: block;
}
@media screen and (min-width: 768px) {
	.youtube_wrap .tit .word {
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap .tit .word {
	}
}
.youtube_wrap .tit .word01 {
}
@media screen and (min-width: 768px) {
	.youtube_wrap .tit .word01 {
		position: relative;
		top: 3px;
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap .tit .word01 {
		font-size: 4vw;
	}
}
.youtube_wrap .tit .word02 {
}
@media screen and (min-width: 768px) {
	.youtube_wrap .tit .word02 {
		font-size: 50px;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap .tit .word02 {
		font-size: 9vw;
	}
}
.youtube_wrap .tit .word03 {
}
@media screen and (min-width: 768px) {
	.youtube_wrap .tit .word03 {
		position: relative;
		top: 3px;
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap .tit .word03 {
		font-size: 5vw;
	}
}
.youtube_wrap iframe {
	display: block;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.youtube_wrap iframe {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.youtube_wrap iframe {
		width: 100%;
		height: 48vw;
		margin-top: 5vw;
	}
}

/*-----------------------------------------------------------------------------------------
// story
-----------------------------------------------------------------------------------------*/
.story_wrap {
}
@media screen and (min-width: 768px) {
	.story_wrap {
		width: var(--width-small);
		margin: auto;
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap {
		margin-top: 8vw;
	}
}
.story_wrap .lead {
}
@media screen and (min-width: 768px) {
	.story_wrap .lead {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap .lead {
		margin: 4vw var(--margin-side-sp) 0;
	}
}
.story_wrap .aside {
	font-style: italic;
}
@media screen and (min-width: 768px) {
	.story_wrap .aside {
		font-size: 16px;
		line-height: 2.2;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap .aside {
		font-size: 3vw;
		line-height: 1.8;
		margin: 4vw var(--margin-side-sp) 0;
	}
}
.story_wrap [data-slidearea01] {
}
@media screen and (min-width: 768px) {
	.story_wrap [data-slidearea01] {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap [data-slidearea01] {
		margin-top: 7vw;
	}
}
@media screen and (min-width: 768px) {
	.story_wrap [data-slidearea01] .slidearea01_wrapin {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap [data-slidearea01] .slidearea01_wrapin {
		padding-left: 5vw;
		padding-right: 5vw;
	}
}
.story_wrap [data-slidearea01] .slidearea01_link img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.story_wrap [data-slidearea01] .slidearea01_link {
		height: 224px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap [data-slidearea01] .slidearea01_link {
		height: 50vw;
	}
}
@media screen and (min-width: 768px) {
	.story_wrap [data-slidearea01] .slidearea01_btns button.next {
		right: -80px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap [data-slidearea01] .slidearea01_btns button.next {
		right: 10px;
	}
}
@media screen and (min-width: 768px) {
	.story_wrap [data-slidearea01] .slidearea01_btns button.prev {
		left: -80px;
	}
}
@media screen and (max-width: 767px) {
	.story_wrap [data-slidearea01] .slidearea01_btns button.prev {
		left: 10px;
	}
}

/*-----------------------------------------------------------------------------------------
// character
-----------------------------------------------------------------------------------------*/
.character_wrap {
}
@media screen and (min-width: 768px) {
	.character_wrap {
		width: var(--width-medium);
		margin: auto;
		margin-top: 160px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap {
		margin-top: 20vw;
	}
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide {
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide {
		margin-top: 5vw;
	}
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].actorslide .slidearea01_btns button {
		top: 250px;
		bottom: auto;
	}
}
.character_wrap [data-slidearea01] .actorph {
	display: block;
	object-fit: contain;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .actorph {
		width: 400px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .actorph {
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slidearea01_btns button.next {
		right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slidearea01_btns button.prev {
		left: 20px;
	}
}

.character_wrap [data-slidearea01] .slideinfo {
	display: flex;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .slideinfo {
		justify-content: space-between;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slideinfo {
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].actorslide .slideinfo {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide .slideinfo {
		margin-top: 30px;
	}
}
.character_wrap [data-slidearea01] .slidebox {
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .slidebox {
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slidebox {
	}
}
.character_wrap [data-slidearea01] .sliderole {
	display: block;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .sliderole {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .sliderole {
		text-align: center;
		font-size: 4vw;
		letter-spacing: 0.1em;
		margin-bottom: 1vw;
	}
}
.character_wrap [data-slidearea01] .slidename {
	display: block;
	text-align: center;
	border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .slidename {
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin-top: 2px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slidename {
		font-size: 6vw;
		letter-spacing: 0.1em;
		padding-top: 1vw;
		width: 45vw;
		margin: auto;
	}
}
.character_wrap [data-slidearea01] .slideruby {
	display: block;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .slideruby {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slideruby {
		font-size: 3.5vw;
		letter-spacing: 0.17em;
		margin-top: -1vw;
	}
}
.character_wrap [data-slidearea01] .slidedesc {
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .slidedesc {
		width: 520px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .slidedesc {
		margin-top: 3vw;
		margin-left: var(--margin-side-sp);
		margin-right: var(--margin-side-sp);
		font-size: 3vw;
	}
}
.character_wrap [data-slidearea01].actorslide .slidearea01_pager {
	position: relative;
	width: auto;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].actorslide .slidearea01_pager {
		top: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].actorslide .slidearea01_pager {
		top: 0;
	}
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide .slidearea01_pager {
		top: calc(100% + 10px);
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide .slidearea01_pager {
		top: calc(100% + 10px);
	}
}
.character_wrap [data-slidearea01].crewslide .allcrewbox {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide .allcrewbox {
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide .allcrewbox {
		flex-wrap: wrap;
	}
}
.character_wrap [data-slidearea01] .allcrewtit {
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01] .allcrewtit {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
		letter-spacing: 0.1em;
		width: 180px;
		padding-bottom: 4px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01] .allcrewtit {
		margin-top: 7vw;
		width: 40vw;
		text-align: center;
		padding-bottom: 1vw;
		font-size: 4vw;
		letter-spacing: 0.1em;
	}
}
.character_wrap [data-slidearea01].crewslide .allcrew {
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide .allcrew {
		width: auto;
		height: 80vw;
	}
}
.no-touchevents .character_wrap [data-slidearea01].crewslide .allcrew {
	transition: 0.2s;
}
.no-touchevents .character_wrap [data-slidearea01].crewslide .allcrew:hover {
	transform: scale(1.1);
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide .allcrew {
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide .allcrew {
	}
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide .allcrew.type01 {
		margin-right: -15px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide .allcrew.type01 {
		margin-right: -3vw;
	}
}
.character_wrap [data-slidearea01].crewslide .crewph {
	display: block;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.character_wrap [data-slidearea01].crewslide .crewph {
	}
}
@media screen and (max-width: 767px) {
	.character_wrap [data-slidearea01].crewslide .crewph {
		width: 80vw;
	}
}
.character_wrap .parentsbox {
}
@media screen and (min-width: 768px) {
	.character_wrap .parentsbox {
		margin-top: 150px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap .parentsbox {
		margin-top: 27vw;
	}
}
@media screen and (min-width: 768px) {
	.character_wrap .parentsbox .parentsinfo {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap .parentsbox .parentsinfo {
		margin-top: 3vw;
	}
}
.character_wrap .parentsph {
	display: block;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.character_wrap .parentsph {
	}
}
@media screen and (max-width: 767px) {
	.character_wrap .parentsph {
		width: 80vw;
	}
}
.character_wrap .parentsinfo {
	display: flex;
}
@media screen and (min-width: 768px) {
	.character_wrap .parentsinfo {
		justify-content: space-between;
		align-items: start;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap .parentsinfo {
		flex-direction: column;
		align-items: center;
		margin-left: var(--margin-side-sp);
		margin-right: var(--margin-side-sp);
		margin-top: -5vw;
	}
}
.character_wrap .parentstit {
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
	.character_wrap .parentstit {
		white-space: pre;
		width: 180px;
		font-size: 16px;
		letter-spacing: 0.1em;
		padding-bottom: 4px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap .parentstit {
		width: 40vw;
		padding-bottom: 1vw;
		font-size: 4vw;
		letter-spacing: 0.1em;
		text-align: center;
	}
}
.character_wrap .slidedesc {
}
@media screen and (min-width: 768px) {
	.character_wrap .slidedesc {
		width: 510px;
	}
}
@media screen and (max-width: 767px) {
	.character_wrap .slidedesc {
		margin-top: 3vw;
	}
}

/*-----------------------------------------------------------------------------------------
// making
-----------------------------------------------------------------------------------------*/
.making_wrap {
}
@media screen and (min-width: 768px) {
	.making_wrap {
		margin: auto;
		margin-top: 160px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap {
		margin-top: 15vw;
		margin-left: var(--margin-side-sp);
		margin-right: var(--margin-side-sp);
	}
}
.making_wrap .talkbox {
}
@media screen and (min-width: 768px) {
	.making_wrap .talkbox {
		width: var(--width-small);
		margin: auto;
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .talkbox {
	}
}
@media screen and (min-width: 768px) {
	.making_wrap .talkbox + .talkbox {
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .talkbox + .talkbox {
		margin-top: 7vw;
	}
}
.making_wrap .talkboxtit {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.making_wrap .talkboxtit {
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .talkboxtit {
		margin-top: 6vw;
	}
}
.making_wrap .talkboxtit b {
	display: block;
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
	.making_wrap .talkboxtit b {
		font-size: 30px;
		letter-spacing: 0.2em;
		line-height: 1.5;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .talkboxtit b {
		width: 70vw;
		margin: auto;
		font-size: 5.5vw;
		letter-spacing: 0.15em;
		padding-bottom: 1vw;
		margin-bottom: 2vw;
	}
}
.making_wrap .talkboxtit span {
	display: block;
}
@media screen and (min-width: 768px) {
	.making_wrap .talkboxtit span {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .talkboxtit span {
		font-size: 3.3vw;
		white-space: pre;
	}
}
.making_wrap .talkboxdesc {
}
@media screen and (min-width: 768px) {
	.making_wrap .talkboxdesc {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .talkboxdesc {
		margin-top: 4vw;
	}
}
.making_wrap .phbox {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.making_wrap .phbox {
		width: var(--width-large);
		margin: auto;
		margin-top: 40px;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .phbox {
		flex-wrap: wrap;
		margin-top: 10vw;
	}
}
.making_wrap .phwrap {
}
@media screen and (min-width: 768px) {
	.making_wrap .phwrap {
		margin: 20px 15px 0;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .phwrap {
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .phwrap + .phwrap {
		margin-top: 5vw;
	}
}
.making_wrap .ph {
	display: block;
	border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
	.making_wrap .ph {
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .ph {
		width: 74vw;
	}
}
.making_wrap .phcap {
}
@media screen and (min-width: 768px) {
	.making_wrap .phcap {
		font-size: 12px;
		margin-top: 4px;
	}
}
@media screen and (max-width: 767px) {
	.making_wrap .phcap {
		font-size: 3vw;
		margin-top: 1vw;
	}
}

/*-----------------------------------------------------------------------------------------
// staff
-----------------------------------------------------------------------------------------*/
.staff_wrap {
}
@media screen and (min-width: 768px) {
	.staff_wrap {
		margin: auto;
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap {
		margin-top: 10vw;
		margin-left: var(--margin-side-sp);
		margin-right: var(--margin-side-sp);
	}
}
.staff_wrap .tit {
}
@media screen and (min-width: 768px) {
	.staff_wrap .tit {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .tit {
		margin-bottom: 8vw;
	}
}
.staff_wrap .mainstaffbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.staff_wrap .mainstaffbox {
		width: var(--width-small);
		margin: auto;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .mainstaffbox {
		margin-top: 2vw;
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .mainstaffbox + .mainstaffbox {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .mainstaffbox + .mainstaffbox {
		margin-top: 3vw;
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .mainstaffbox:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		background-color: #000;
	}
}
.staff_wrap .mainstaffbox dt {
}
@media screen and (min-width: 768px) {
	.staff_wrap .mainstaffbox dt {
		position: relative;
		font-size: 16px;
		background-color: #fff;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .mainstaffbox dt {
		font-size: 3.0vw;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .mainstaffbox dt.type01 {
		transform: scaleX(0.9);
		transform-origin: left top;
		letter-spacing: -1px;
		white-space: pre;
	}
}
.staff_wrap .mainstaffbox dd {
}
@media screen and (min-width: 768px) {
	.staff_wrap .mainstaffbox dd {
		position: relative;
		font-size: 25px;
		letter-spacing: 0.1em;
		background-color: #fff;
		padding-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .mainstaffbox dd {
		font-size: 4vw;
		letter-spacing: 0.3vw;
		white-space: pre;
	}
}
.staff_wrap .mainstaffbox dd:after {
	content: attr(title);
	display: block;
	position: absolute;
	right: 0;
	white-space: pre;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.staff_wrap .mainstaffbox dd:after {
		font-size: 16px;
		letter-spacing: 0.1em;
		top: calc(100% - 13px);
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .mainstaffbox dd:after {
		font-size: 3.25vw;
		top: calc(100% - 1.5vw);
	}
}
.staff_wrap .highlightedwork {
	font-weight: bold;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.staff_wrap .highlightedwork {
		width: var(--width-small);
		margin: auto;
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .highlightedwork {
		font-size: 2.75vw;
		margin-top: 3.6vw;
		margin-bottom: 6vw;
		width: 105%;
		margin-left: -5%;
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .highlightedwork.type01 {
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .highlightedwork.type01 {
		margin-top: 2vw;
	}
}
.staff_wrap .substaffbox {
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffbox {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: var(--width-large);
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffbox {
		margin-top: 4vw;
	}
}
.staff_wrap .substaffboxcell {
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxcell {
		width: calc(50% - 1px);
		padding-right: 60px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxcell {
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxcell + .substaffboxcell {
		border-left: 1px solid #000;
		padding-right: 0;
		padding-left: 60px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxcell + .substaffboxcell {
		margin-top: 6vw;
	}
}
.staff_wrap .substaffboxinfo {
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo {
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo {
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo.type01 {
		margin-top: 10vw!important;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo.type01 dt {
		position: absolute;
		top: -7vw;
		left: 0;
		line-height: 1.7;
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo + .substaffboxinfo {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo + .substaffboxinfo {
		margin-top: 6vw;
	}
}
.staff_wrap .substaffboxinfo:after {
	content: "";
	display: block;
	clear: both;
}
.staff_wrap .substaffboxinfo dt {
	float: left;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dt {
		font-size: 16px;
		letter-spacing: 0.1em;
		padding-top: 4px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo dt {
		padding-top: 0.5vw;
		font-size: 3.0vw;
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dt.type01 {
		letter-spacing: 0;
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dt.type02 {
		letter-spacing: 0;
		transform-origin: left top;
		transform: scaleX(0.92);
	}
}
.staff_wrap .substaffboxinfo dd {
	float: right;
	text-align: right;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dd {
		font-size: 25px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo dd {
	}
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dd.type01 {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo dd.type01 {
	}
}
.staff_wrap .substaffboxinfo dd + dd {
	clear: both;
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dd + dd {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo dd + dd {
		margin-top: 2vw;
	}
}
.staff_wrap .substaffboxinfo dd:after {
	content: attr(title);
	display: block;
	white-space: pre;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.staff_wrap .substaffboxinfo dd:after {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-top: 2px;
	}
}
@media screen and (max-width: 767px) {
	.staff_wrap .substaffboxinfo dd:after {
		font-size: 3.5vw;
		top: calc(100% - 1.5vw);
	}
}

/*-----------------------------------------------------------------------------------------
// vocal
-----------------------------------------------------------------------------------------*/
.vocal_wrap {
}
@media screen and (min-width: 768px) {
	.vocal_wrap {
		width: var(--width-small);
		margin: auto;
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap {
		margin-top: 10vw;
		margin-left: var(--margin-side-sp);
		margin-right: var(--margin-side-sp);
	}
}
.vocal_wrap .tit {
}
@media screen and (min-width: 768px) {
	.vocal_wrap .tit {
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .tit {
	}
}
.vocal_wrap .lead {
}
@media screen and (min-width: 768px) {
	.vocal_wrap .lead {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .lead {
		margin-top: 3vw;
	}
}
.vocal_wrap .commendbox {
	border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .commendbox {
		margin-top: 15px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .commendbox {
		margin-top: 4vw;
		padding-top: 4vw;
	}
}
.vocal_wrap .commendboxddph {
	display: block;
	object-fit: cover;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .commendboxddph {
		width: 300px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .commendboxddph {
		width: 70%;
	}
}
.vocal_wrap .commendboxdt {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .commendboxdt {
		margin-top: 15px;
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .commendboxdt {
		margin-top: 3vw;
		font-size: 3.75vw;
	}
}
.vocal_wrap .commendboxddtxt {
	text-align: justify;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .commendboxddtxt {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .commendboxddtxt {
		margin-top: 2vw;
	}
}
.vocal_wrap .introbox {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introbox {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introbox {
		margin-top: 9vw;
	}
}
.vocal_wrap .introboxph {
	display: block;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introboxph {
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introboxph {
		width: 35%;
	}
}
.vocal_wrap .introboxdesc {
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introboxdesc {
		width: 380px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introboxdesc {
		width: 60%;
	}
}
.vocal_wrap .introboxdescdt {
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introboxdescdt {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introboxdescdt {
		font-size: 3.5vw;
	}
}
.vocal_wrap .introboxdescdd {
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introboxdescdd {
		margin-top: 15px;
		height: 220px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introboxdescdd {
		margin-top: 3vw;
		height: 38vw;
		padding-right: 4vw;
	}
}
.vocal_wrap .introboxdescdd p {
	font-size: 17px;
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introboxdescdd p {
		line-height: 1.5;
		text-align: justify;
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introboxdescdd p {
		font-size: 3vw;
	}
}
@media screen and (min-width: 768px) {
	.vocal_wrap .introboxdescdd p + p {
	}
}
@media screen and (max-width: 767px) {
	.vocal_wrap .introboxdescdd p + p {
	}
}

/*-----------------------------------------------------------------------------------------
// otherlinks
-----------------------------------------------------------------------------------------*/
.otherlinks_wrap {
}
@media screen and (min-width: 768px) {
	.otherlinks_wrap {
		width: var(--width-small);
		margin: auto;
		margin-top: 150px;
	}
}
@media screen and (max-width: 767px) {
	.otherlinks_wrap {
		margin-top: 25vw;
		margin-left: var(--margin-side-sp);
		margin-right: var(--margin-side-sp);
	}
}
.otherlinks_wrap .link {
	display: block;
	transition: 0.2s;
}
.no-touchevents .otherlinks_wrap .link:hover {
	opacity: 0.5;
}
@media screen and (min-width: 768px) {
	.otherlinks_wrap .link {
	}
}
@media screen and (max-width: 767px) {
	.otherlinks_wrap .link {
	}
}
@media screen and (min-width: 768px) {
	.otherlinks_wrap .link + .link {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.otherlinks_wrap .link + .link {
		margin-top: 3vw;
	}
}
.otherlinks_wrap .link img {
	display: block;
}
@media screen and (min-width: 768px) {
	.otherlinks_wrap .link img {
	}
}
@media screen and (max-width: 767px) {
	.otherlinks_wrap .link img {
	}
}

/*-----------------------------------------------------------------------------------------
// otherlinks
-----------------------------------------------------------------------------------------*/
.firstmodal_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;

	opacity: 0;
	pointer-events: none;
}
.firstmodal_wrap .tit {
	position: relative;
	text-align: center;
	display: flex;
	color: #FFF;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .tit {
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .tit {
		flex-direction: column;
		line-height: 1.4;
		margin-bottom: 8vw;
		margin-top: -40vw;
	}
}
.firstmodal_wrap .tit .word {
	display: block;
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .tit .word {
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .tit .word {
	}
}
.firstmodal_wrap .tit .word01 {
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .tit .word01 {
		position: relative;
		top: 3px;
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .tit .word01 {
		font-size: 4vw;
	}
}
.firstmodal_wrap .tit .word02 {
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .tit .word02 {
		font-size: 50px;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .tit .word02 {
		font-size: 9vw;
	}
}
.firstmodal_wrap .tit .word03 {
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .tit .word03 {
		position: relative;
		top: 3px;
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .tit .word03 {
		font-size: 5vw;
	}
}
.firstmodal_wrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0099bd;
	opacity: 0.8;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .bg {
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .bg {
	}
}
.firstmodal_wrap .bg:after ,
.firstmodal_wrap .bg:before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
}
.firstmodal_wrap .bg:after {
	transform: rotate(45deg);
}
.firstmodal_wrap .bg:before {
	transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap .bg:after ,
	.firstmodal_wrap .bg:before {
		top: 40px;
		right: 40px;
		width: 40px;
		height: 2px;
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap .bg:after ,
	.firstmodal_wrap .bg:before {
		top: 20px;
		right: 20px;
		width: 30px;
		height: 2px;
	}
}
.firstmodal_wrap iframe {
	position: relative;
}
@media screen and (min-width: 768px) {
	.firstmodal_wrap iframe {
	}
}
@media screen and (max-width: 767px) {
	.firstmodal_wrap iframe {
		width: 80vw;
		height: 45vw;
	}
}