@charset "UTF-8";
/* mixin
-------------------- */

/* inview
-------------------- */
.inview {
	opacity: 0;
	-webkit-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.inview.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/* common
-------------------- */
body {
	text-align: center;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "palt";
}
@media (max-width: 1079px) {
	body {
		min-width: 0;
	}
}
/*
::-moz-selection {
	background: #f34080;
	color: #fff;
}
*/
::selection {
	background: #f34080;
	color: #fff;
}
* {
	min-height: 0;
	min-width: 0;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	width: 100%;
}
@media (max-width: 768px) {
	.pc {
		display: none;
	}
}
.tab {
	display: none;
}
@media (max-width: 1079px) {
	.tab {
		display: block;
	}
}
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
}
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 1079px) {
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media (max-width: 768px) {
	.wrap {
		padding-left: 10%;
		padding-right: 10%;
	}
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.flex {
		display: block;
	}
}
.content {
	overflow: hidden;
	background-size: 7px 7px;
	background-position: 50% 50%;
	background-image: repeating-linear-gradient(90deg, #efefef, #efefef 1px, transparent 1px, transparent 7px), repeating-linear-gradient(0deg, #efefef, #efefe7 0px, #fff 1px, #fff 7px);
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
.en {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
}


/* Common CSS
-------------------- */

h2 {
	padding-top: 90px;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	h2 {
		padding-top: 10%;
		margin-bottom: 8%;
	}
}
h2.show .jp {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
h2 .en {
	display: block;
	margin: 0 auto;
	padding-bottom: 18px;
	font-size: 60px;
	overflow: hidden;
	-webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	white-space: nowrap;
	width: 0;
}
@media (max-width: 768px) {
	h2 .en {
		font-size: 40px;
		padding-bottom: 3%;
	}
}
h2 .jp {
	display: block;
	margin: 0 auto;
	font-size: 19px;
	letter-spacing: 0.01em;
	font-weight: 600;
	-webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004",YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
}
@media (max-width: 768px) {
	h2 .jp {
		font-size: 18px;
	}
}
.exp {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.09em;
}
/* recom
-------------------- */

.recom h2.show .en {
	width: 340px;
}
@media (max-width: 768px) {
	.recom h2.show .en {
		width: 230px;
	}
}
.recom .back {
	margin-top: 86px;
}
@media (max-width: 768px) {
	.recom .back {
		margin: 12.5% 9% 13%;
	}
}
.recom .back a {
	display: inline-block;
	border-radius: 5px;
	background: #f54080;
	color: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding: 28px 80px 29px;
}
@media (max-width: 768px) {
	.recom .back a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 6% 10.5% 7%;
	}
}
.recom .back a:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
@media (max-width: 768px) {
	.recom .back a:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@media (max-width: 768px) {
	.recom .back .txts {
		text-align: right;
	}
}
.recom .back .en {
	letter-spacing: -0.01em;
	font-size: 29px;
	margin-right: 11px;
}
@media (max-width: 768px) {
	.recom .back .en {
		margin-right: 0;
		display: block;
		font-size: 23px;
		margin-bottom: 6%;
	}
}
.recom .back .jp {
	font-size: 24px;
	letter-spacing: 0.03em;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-weight: 600;
}
@media (max-width: 768px) {
	.recom .back .jp {
		display: block;
		font-size: 19px;
	}
}
.recom .back .ico {
	width: 31px;
	margin-right: 27px;
	display: inline-block;
}
@media (max-width: 768px) {
	.recom .back .ico {
		width: 38px;
		padding-top: 4%;
		padding-left: 3%;
	}
}
.sliders {
	opacity: 0;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
@media (max-width: 768px) {
	.sliders {
		margin: 0 8%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.sliders.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sliders .slider {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.sliders .slider:hover .slick-arrow.slick-prev {
	opacity: 1;
	left: 2%;
}
@media (max-width: 768px) {
	.sliders .slider:hover .slick-arrow.slick-prev {
		opacity: 0;
		left: 0%;
	}
}
.sliders .slider:hover .slick-arrow.slick-next {
	opacity: 1;
	right: 2%;
}
@media (max-width: 768px) {
	.sliders .slider:hover .slick-arrow.slick-next {
		opacity: 0;
		right: 0;
	}
}
.sliders .slider.slick-initialized {
	opacity: 1;
}
.sliders .slider .slick-arrow {
	z-index: 1;
	width: 75px;
	height: 75px;
	-webkit-transform: translate(0, -140%);
	transform: translate(0, -140%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sliders .slider .slick-arrow:hover {
	-webkit-transform: translate(0, -140%) scale(1.05);
	transform: translate(0, -140%) scale(1.05);
}
@media (max-width: 768px) {
	.sliders .slider .slick-arrow:hover {
		-webkit-transform: translate(0, -140%);
		transform: translate(0, -140%);
	}
}
.sliders .slider .slick-arrow.slick-prev {
	left: 0;
}
.sliders .slider .slick-arrow.slick-prev::after {
	border-color: transparent #fff transparent transparent;
	border-width: 12px 21px 12px 0;
	-webkit-transform: translate(-68%, -50%);
	transform: translate(-68%, -50%);
}
.sliders .slider .slick-arrow.slick-next {
	right: 0;
}
.sliders .slider .slick-arrow.slick-next::after {
	border-color: transparent transparent transparent #fff;
	border-width: 12px 0 12px 21px;
	-webkit-transform: translate(-37%, -50%);
	transform: translate(-37%, -50%);
}
.sliders .slider .slick-arrow::before, .sliders .slider .slick-arrow::after {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	opacity: 1;
}
.sliders .slider .slick-arrow::before {
	content: "";
	border-radius: 50%;
	background: #f34080;
	margin: auto;
	width: 75px;
	height: 75px;
	z-index: -1;
	left: 0;
	right: 0;
}
.sliders .slider .slick-arrow::after {
	width: 0;
	height: 0;
	content: "";
	left: 50%;
	border-style: solid;
	display: block;
	margin: auto;
}
.sliders .slider li {
	padding: 0 0.4%;
	text-align: left;
	outline: none;
}
@media (max-width: 768px) {
	.sliders .slider li {
		padding-bottom: 10%;
	}
}
@media (max-width: 768px) {
	.sliders .slider li.show .img img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.sliders .slider li.show h3 {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
}
@media (max-width: 768px) {
	.sliders .slider li.show .exp {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
}
@media (max-width: 768px) {
	.sliders .slider li.show .btn {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
}
@media (max-width: 768px) {
	.sliders .slider li:last-child {
		padding-bottom: 2%;
	}
}
.sliders .slider li a {
	outline: none;
	display: block;
}
.sliders .slider li a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.75;
}
@media (max-width: 768px) {
	.sliders .slider li a:hover .img img {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.sliders .slider li a:hover .btn .btna .arw {
	width: 100px;
}
@media (max-width: 768px) {
	.sliders .slider li a:hover .btn .btna .arw {
		width: 80px;
	}
}
.sliders .slider li .img {
	border-radius: 10px;
	overflow: hidden;
}
.sliders .slider li .img img {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (max-width: 768px) {
	.sliders .slider li .img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: 1s;
		transition: 1s;
		opacity: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}
.sliders .slider li h3 {
	font-size: 25px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	letter-spacing: 0.03em;
	padding: 20px 28px 16px 5px;
	margin-top: -37px;
	background-size: 7px 7px;
	background-position: 50% 50%;
	display: inline-block;
	position: relative;
	z-index: 2;
	outline: none;
	background-image: repeating-linear-gradient(90deg, #efefef, #efefef 1px, transparent 1px, transparent 7px), repeating-linear-gradient(0deg, #efefef, #efefe7 0px, #fff 1px, #fff 7px);
}
@media (max-width: 768px) {
	.sliders .slider li h3 {
		font-size: 23px;
		background: none;
		margin-top: 0;
		padding: 5.5% 1% 3.5%;
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
.sliders .slider li h3 .en {
	font-size: 29px;
	letter-spacing: 0.01em;
}
@media (max-width: 768px) {
	.sliders .slider li h3 .en {
		font-size: 27px;
		vertical-align: -1px;
	}
}
.sliders .slider li .exp {
	padding: 0 5px;
}
@media (max-width: 768px) {
	.sliders .slider li .exp {
		padding: 0 1%;
		font-size: 15px;
		letter-spacing: 0;
		line-height: 205%;
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
.sliders .slider li .btn {
	margin-left: 5px;
}
@media (max-width: 768px) {
	.sliders .slider li .btn {
		margin-left: 1%;
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
.sliders .slider li .btn .btna {
	display: inline-block;
	color: #f34080;
	position: relative;
	padding-top: 22px;
	padding-right: 110px;
	padding-bottom: 10px;
	outline: none;
}
@media (max-width: 768px) {
	.sliders .slider li .btn .btna {
		font-size: 19px;
		padding: 5% 40% 2% 1%;
	}
}
.sliders .slider li .btn .btna .arw {
	position: absolute;
	background: #f34080;
	width: 80px;
	height: 1px;
	left: 120px;
	bottom: 11px;
	-webkit-transition: 0.2s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.2s cubic-bezier(0.77, 0, 0.11, 1);
}
@media (max-width: 768px) {
	.sliders .slider li .btn .btna .arw {
		left: 7.3em;
	}
}
.sliders .slider li .btn .btna .arw::before {
	position: absolute;
	content: "";
	background: #f34080;
	width: 15px;
	height: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -2px;
	top: -5px;
}
/* movies
-------------------- */

.movies h2.show .en {
	width: 350px;
}
@media (max-width: 768px) {
	.movies h2.show .en {
		width: 230px;
	}
}
.movies .list {
	width: 82%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1079px) {
	.movies .list {
		width: 90%;
	}
}
@media (max-width: 768px) {
	.movies .list {
		display: block;
		width: 84%;
	}
}
.movies .list .movie {
	-ms-flex-preferred-size: 46.7%;
	flex-basis: 46.7%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
@media (max-width: 1079px) {
	.movies .list .movie {
		-ms-flex-preferred-size: 47.7%;
		flex-basis: 47.7%;
	}
}
@media (max-width: 768px) {
	.movies .list .movie {
		margin-bottom: 10%;
	}
}
.movies .list .movie:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.movies .list .movie h3 {
	font-size: 19px;
	letter-spacing: 0.01em;
	font-weight: 600;
	margin-bottom: 29px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
@media (max-width: 768px) {
	.movies .list .movie h3 {
		margin-bottom: 5%;
	}
}
.movies .list .movie h3 .bra {
	font-size: 24px;
	font-weight: 100;
	border-radius: 15px;
	vertical-align: -2px;
	padding: 0 10px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
}
@media (max-width: 768px) {
	.movies .list .movie h3 .bra {
		padding: 0 4%;
	}
}
.movies .list .movie .img {
	line-height: 0;
	border-radius: 10px;
	overflow: hidden;
}
.movies .list .movie .img a {
	position: relative;
	display: block;
}
.movies .list .movie .img a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.8;
}
@media (max-width: 768px) {
	.movies .list .movie .img a:hover img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
}
.movies .list .movie .img a:hover .btn {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
@media (max-width: 768px) {
	.movies .list .movie .img a:hover .btn {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.movies .list .movie .img a.pc {
	display: block;
}
@media (max-width: 768px) {
	.movies .list .movie .img a.pc {
		display: none;
	}
}
.movies .list .movie .img a.sp {
	display: none;
}
@media (max-width: 768px) {
	.movies .list .movie .img a.sp {
		display: block;
	}
}
.movies .list .movie .img a img {
	line-height: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (max-width: 768px) {
	.movies .list .movie .img a img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.movies .list .movie .img a .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.movies .list .movie .img a .btn::before, .movies .list .movie .img a .btn .arw, .movies .list .movie .img a .btn .en {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
}
.movies .list .movie .img a .btn::before {
	content: "";
	border-radius: 50%;
	background: #f34080;
	opacity: 0.9;
	margin: auto;
	width: 86px;
	height: 86px;
	z-index: -1;
}
@media (max-width: 768px) {
	.movies .list .movie .img a .btn::before {
		width: 80px;
		height: 80px;
	}
}
.movies .list .movie .img a .btn .arw {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	display: block;
	margin: -12px auto 0;
	-webkit-transform: translate(2px, -50%);
	transform: translate(2px, -50%);
}
.movies .list .movie .img a .btn .en {
	font-size: 18px;
	color: #fff;
	margin-top: 14px;
}
@media (max-width: 768px) {
	.movies .list .movie .img a .btn .en {
		font-size: 17px;
	}
}
/* why - theater
-------------------- */

.why .btn a, .theater .btn a {
	display: inline-block;
	color: #fff;
	background: #f34080;
	border-radius: 3px;
	padding: 18px 73px;
	letter-spacing: 0.02em;
	border: 2px solid #f34080;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media (max-width: 768px) {
	.why .btn a, .theater .btn a {
		font-size: 20px;
		display: block;
		margin: 0 9%;
		padding: 4.5% 5%;
	}
}
.why .btn a:hover, .theater .btn a:hover {
	background: transparent;
}
@media (max-width: 768px) {
	.why .btn a:hover, .theater .btn a:hover {
		background: #f34080;
	}
}
.why .btn a:hover .chara, .theater .btn a:hover .chara {
	color: #f34080;
	z-index: 2;
}
@media (max-width: 768px) {
	.why .btn a:hover .chara, .theater .btn a:hover .chara {
		color: #fff;
	}
}
.why .btn a .chara, .theater .btn a .chara {
	color: #fff;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* why
-------------------- */

.why {
	text-align: left;
	padding-top: 130px;
	position: relative;
	padding-bottom: 48%;
}
@media (max-width: 1079px) {
	.why {
		text-align: center;
		padding-bottom: 110px;
	}
}
@media (max-width: 768px) {
	.why {
		padding-top: 4%;
		padding-bottom: 12%;
	}
}
.why .txts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (max-width: 1079px) {
	.why .txts {
		display: block;
	}
}
.why .txts.show h2 .en {
	width: 380px;
}
@media (max-width: 768px) {
	.why .txts.show h2 .en {
		width: 260px;
	}
}
.why .txts.show h2 .jp {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.why .txts.show .txt h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.why .txts.show .txt .exp {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.why .txts.show .txt .btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.why .txts h2 {
	-ms-flex-preferred-size: 38%;
	flex-basis: 38%;
	display: inline-block;
	margin-left: 9%;
	padding-top: 0;
}
@media (max-width: 1079px) {
	.why .txts h2 {
		display: block;
		margin-left: 0;
	}
}
.why .txts h2 .en {
	margin-left: 0;
}
@media (max-width: 1079px) {
	.why .txts h2 .en {
		margin-left: auto;
	}
}
.why .txts .txt {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	display: inline-block;
}
@media (max-width: 1079px) {
	.why .txts .txt {
		display: block;
	}
}
.why .txts .txt h3 {
	font-size: 30px;
	font-weight: 600;
	padding-top: 7px;
	margin-bottom: 26px;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
@media (max-width: 768px) {
	.why .txts .txt h3 {
		font-size: 23px;
		padding-top: 1%;
		padding-bottom: 0;
	}
}
.why .txts .txt .exp {
	margin-bottom: 26px;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1079px) {
	.why .txts .txt .exp {
		text-align: left;
		display: inline-block;
	}
}
@media (max-width: 768px) {
	.why .txts .txt .exp {
		font-size: 15px;
		margin: 0 9% 5%;
		line-height: 200%;
	}
}
@media (max-width: 768px) {
	.why .txts .txt .exp p {
		display: inline;
	}
}
@media (max-width: 768px) {
	.why .txts .txt .exp br {
		display: none;
	}
}
.why .txts .txt .btn {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.why .images.show .img img {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media (max-width: 1079px) {
	.why .images.pc {
		display: none;
	}
}
.why .images.tab {
	position: relative;
	height: 74vw;
}
.why .images .img {
	position: absolute;
}
.why .images .img.one {
	z-index: 5;
	width: 33%;
	top: 27%;
	left: 2.5%;
}
@media (max-width: 1079px) {
	.why .images .img.one {
		width: 55%;
		top: 1%;
		left: 14.5%;
	}
}
.why .images .img.one img {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.why .images .img.two {
	z-index: 4;
	width: 30%;
	top: 44%;
	left: 38%;
}
@media (max-width: 1079px) {
	.why .images .img.two {
		width: 47%;
		top: 3%;
		left: -18%;
	}
}
.why .images .img.two img {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.why .images .img.thr {
	z-index: 4;
	width: 22%;
	top: 24%;
	right: -1%;
}
@media (max-width: 1079px) {
	.why .images .img.thr {
		width: 33%;
		top: 6%;
		right: -1%;
	}
}
.why .images .img.thr img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.why .images .img img {
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
}
/* theater
-------------------- */

.theater {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 9%;
	text-align: left;
}
@media (max-width: 1079px) {
	.theater {
		display: block;
		text-align: center;
		margin: 0 20%;
	}
}
@media (max-width: 768px) {
	.theater {
		margin: 0 9%;
	}
}
.theater .txt {
	-ms-flex-preferred-size: 29%;
	flex-basis: 29%;
}
.theater .txt.show h2 .en {
	width: 270px;
}
@media (max-width: 768px) {
	.theater .txt.show h2 .en {
		width: 190px;
	}
}
.theater .txt.show .exp, .theater .txt.show .btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.theater .txt.show .exp {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.theater .txt.show .btn {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.theater .txt h2 {
	padding-top: 0;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.theater .txt h2 {
		margin-bottom: 5%;
	}
}
.theater .txt h2 .en {
	margin-left: 0;
}
@media (max-width: 1079px) {
	.theater .txt h2 .en {
		margin-left: auto;
	}
}
.theater .txt .exp, .theater .txt .btn {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.theater .txt .exp {
	line-height: 28px;
	margin-bottom: 37px;
}
@media (max-width: 1079px) {
	.theater .txt .exp {
		text-align: left;
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.theater .txt .exp {
		font-size: 15px;
		line-height: 200%;
		letter-spacing: 0.05em;
		margin-top: 7%;
		margin-bottom: 6%;
	}
}
@media (max-width: 768px) {
	.theater .txt .exp br {
		display: none;
	}
}
@media (max-width: 768px) {
	.theater .txt .btn a {
		margin: 0;
		padding: 5%;
	}
}
.theater .images {
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.theater .images.show .img:last-child img {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.theater .images.show .img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
@media (max-width: 1079px) {
	.theater .images.pc {
		display: none;
	}
}
.theater .images.tab {
	display: none;
}
@media (max-width: 1079px) {
	.theater .images.tab {
		display: block;
	}
}
.theater .images .img {
	border-radius: 10px;
	overflow: hidden;
	margin-right: 3%;
}
.theater .images .img:last-child {
	border-radius: 10px 0 0 10px;
	margin-right: 0;
}
@media (max-width: 1079px) {
	.theater .images .img:last-child {
		border-radius: 10px;
	}
}
.theater .images .img:last-child img {
	border-radius: 10px 0 0 10px;
}
.theater .images .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	border-radius: 10px;
}
/*
_:-ms-lang(x), .theater .images :last-child.img {
	height: 96.7%;
}
@media (max-width: 768px) {
	_:-ms-lang(x), .theater .images :last-child.img {
		height: auto;
	}
}
*/
/* point
-------------------- */

.point {
	margin-bottom: 100px;
}
@media (max-width: 768px) {
	.point {
		margin-bottom: 15%;
	}
}
.point.show h2 {
	width: 460px;
}
@media (max-width: 768px) {
	.point.show h2 {
		width: 210px;
	}
}
.point.show .img {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.point h2 {
	font-size: 40px;
	letter-spacing: 0.03em;
	font-weight: 600;
	margin: 0px auto 50px;
	width: 0;
	overflow: hidden;
	-webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	white-space: nowrap;
	text-align: center;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
@media (max-width: 768px) {
	.point h2 {
		font-size: 32px;
		line-height: 140%;
		margin: 2% auto 8%;
	}
}
.point .img {
	line-height: 0;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 22.6%;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
}
@media (max-width: 768px) {
	.point .img {
		margin: 0 6.5%;
	}
}
.point .img a {
	position: relative;
	display: block;
}
.point .img a.pc {
	display: block;
}
@media (max-width: 768px) {
	.point .img a.pc {
		display: none;
	}
}
.point .img a.sp {
	display: none;
}
@media (max-width: 768px) {
	.point .img a.sp {
		display: block;
	}
}
.point .img a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.8;
}
@media (max-width: 768px) {
	.point .img a:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.point .img a:hover .btn {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
@media (max-width: 768px) {
	.point .img a:hover .btn {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.point .img a img {
	line-height: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.point .img a .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.point .img a .btn::before, .point .img a .btn .arw, .point .img a .btn .en {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
}
.point .img a .btn::before {
	content: "";
	border-radius: 50%;
	background: #f34080;
	opacity: 0.9;
	margin: auto;
	width: 86px;
	height: 86px;
	z-index: -1;
}
@media (max-width: 768px) {
	.point .img a .btn::before {
		width: 60px;
		height: 60px;
	}
}
.point .img a .btn .arw {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	display: block;
	margin: -12px auto 0;
	-webkit-transform: translate(2px, -50%);
	transform: translate(2px, -50%);
}
@media (max-width: 768px) {
	.point .img a .btn .arw {
		border-width: 9px 0 9px 15px;
		margin: 0 auto;
	}
}
.point .img a .btn .en {
	font-size: 18px;
	color: #fff;
	margin-top: 14px;
}
@media (max-width: 768px) {
	.point .img a .btn .en {
		font-size: 17px;
		display: none;
	}
}
/* rapper
-------------------- */

.rapper {
	margin: 80px 0 120px;
}
@media (max-width: 768px) {
	.rapper {
		margin: 14% 0 13%;
	}
}
.rapper .rapper-img {
	width: 418px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.rapper .rapper-img {
		width: 70%;
	}
}
.rapper .con {
	background: #f34080;
	border-radius: 500px;
	max-width: 945px;
	margin: -53px auto 0;
	padding: 69px 0 54px;
	-webkit-box-shadow: 0px 50px 46px -31px rgba(245, 64, 128, 0.5);
	box-shadow: 0px 50px 46px -31px rgba(245, 64, 128, 0.5);
}
@media (max-width: 768px) {
	.rapper .con {
		border-radius: 0;
		padding: 18% 6% 10%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.rapper .con h4.show .one, .rapper .con h4.show .two {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.rapper .con h4 .one, .rapper .con h4 .two {
	display: block;
	margin: 0 auto;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.6s cubic-bezier(0.77, 0, 0.11, 1);
	opacity: 0;
}
.rapper .con h4 .one {
	width: 389px;
	margin-bottom: 13px;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
@media (max-width: 768px) {
	.rapper .con h4 .one {
		width: 95%;
		margin-bottom: 2%;
	}
}
.rapper .con h4 .two {
	width: 320px;
	margin-bottom: 25px;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
@media (max-width: 768px) {
	.rapper .con h4 .two {
		width: 77%;
		margin-bottom: 8%;
	}
}
.rapper .con .img {
	line-height: 0;
	border-radius: 15px;
	overflow: hidden;
	max-width: 505px;
	margin: 0 auto;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.8s;
	transition: 0.8s;
	opacity: 0;
}
.rapper .con .img.show {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.rapper .con .img a {
	position: relative;
	display: block;
}
.rapper .con .img a:hover img {
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
	opacity: 0.9;
}
@media (max-width: 768px) {
	.rapper .con .img a:hover img {
		-webkit-transform: scale(1) !important;
		transform: scale(1) !important;
		opacity: 1;
	}
}
.rapper .con .img a:hover .btn {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
@media (max-width: 768px) {
	.rapper .con .img a:hover .btn {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.rapper .con .img a.pc {
	display: block;
}
@media (max-width: 768px) {
	.rapper .con .img a.pc {
		display: none;
	}
}
.rapper .con .img a.sp {
	display: none;
}
@media (max-width: 768px) {
	.rapper .con .img a.sp {
		display: block;
	}
}
.rapper .con .img a img {
	line-height: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.rapper .con .img a .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rapper .con .img a .btn::before, .rapper .con .img a .btn .arw {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
.rapper .con .img a .btn::before {
	content: "";
	border-radius: 50%;
	background: #f34080;
	margin: auto;
	width: 75px;
	height: 75px;
	z-index: -1;
	left: 0;
	right: 0;
}
.rapper .con .img a .btn .arw {
	width: 0;
	height: 0;
	left: 50%;
	border-style: solid;
	border-width: 12px 0 12px 21px;
	border-color: transparent transparent transparent #fff;
	display: block;
	margin: auto;
	-webkit-transform: translate(-37%, -50%);
	transform: translate(-37%, -50%);
}
/* breadcrumb -------------------- */

.breadcrumb {
	background: #f4f4f4;
	padding: 17px 0 18px;
}
.breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.breadcrumb ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.breadcrumb li {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #000;

}
.breadcrumb li:last-child a {
	margin-right: 0;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #a7a7ae;
	margin-right: 15px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media (max-width: 768px) {
	.breadcrumb li::after {
		margin-right: 8px;
	}
}
.breadcrumb li a {
	margin-right: 14px;
	color: #000;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media (max-width: 768px) {
	.breadcrumb li a {
		margin-right: 7px;
		line-height: 210%;
	}
}
.breadcrumb li a:hover {
	color: #f54080;
	border-color: #f54080;
}
@media (max-width: 768px) {
	.breadcrumb li a:hover {
		color: #000;
		border-color: #000;
	}
}

/* subpage
-------------------- */

.subp.livetour header.show .con .con-txt h1 .en {
	width: 450px;
}
@media (max-width: 768px) {
	.subp.livetour header.show .con .con-txt h1 .en {
		width: 180px;
	}
}
.subp.livetour header.show .con .con-txt h1 .jp {
	width: 183px;
}
@media (max-width: 768px) {
	.subp.livetour header.show .con .con-txt h1 .jp {
		width: 110px;
	}
}
.subp.homecoming header.show .con .con-txt h1 .en {
	width: 585px;
}
@media (max-width: 768px) {
	.subp.homecoming header.show .con .con-txt h1 .en {
		width: 230px;
	}
}
.subp.homecoming header.show .con .con-txt h1 .jp {
	width: 120px;
}
@media (max-width: 768px) {
	.subp.homecoming header.show .con .con-txt h1 .jp {
		width: 75px;
	}
}
.subp.jobhanting header.show .con .con-txt h1 .en {
	width: 525px;
}
@media (max-width: 768px) {
	.subp.jobhanting header.show .con .con-txt h1 .en {
		width: 210px;
	}
}
.subp.jobhanting header.show .con .con-txt h1 .jp {
	width: 160px;
}
@media (max-width: 768px) {
	.subp.jobhanting header.show .con .con-txt h1 .jp {
		width: 100px;
	}
}
.subp header {
	margin-bottom: 100px;
}
@media (max-width: 768px) {
	.subp header {
		margin-bottom: 0;
	}
}
.subp header.show .con .btn {
	margin-top: 0;
	opacity: 1;
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.subp header.show .con .con-txt .sub {
	width: 400px;
	-webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.5s cubic-bezier(0.77, 0, 0.11, 1);
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	.subp header.show .con .con-txt .sub {
		width: 280px;
		padding-left: 0;
		padding-right: 0;
	}
}
.subp header.show .con .con-txt h1 .en {
	width: 535px;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	.subp header.show .con .con-txt h1 .en {
		width: 210px;
		padding-left: 0;
		padding-right: 0;
	}
}
.subp header.show .con .con-txt h1 .jp {
	width: 220px;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	.subp header.show .con .con-txt h1 .jp {
		width: 130px;
		padding-left: 0;
		padding-right: 0;
	}
}
.subp header .con {
	display: block;
}
.subp header .con a:hover .topimg .img-con {
	opacity: 0.85;
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}
@media (max-width: 768px) {
	.subp header .con a:hover .topimg .img-con {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.subp header .con a:hover .btn::before {
	width: 150px;
	height: 150px;
}
@media (max-width: 768px) {
	.subp header .con a:hover .btn::before {
		width: 80px;
		height: 80px;
	}
}
.subp header .con a:hover .btn .btn-con {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 768px) {
	.subp header .con a:hover .btn .btn-con {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.subp header .con .topimg .img-con {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (max-width: 1079px) {
	.subp header .con .topimg img {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		padding: 9% 0 0 0%;
	}
}
@media (max-width: 768px) {
	.subp header .con .topimg img {
		-webkit-transform: scale(1.43);
		transform: scale(1.43);
	}
}
.subp header .con .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 70px auto 0;
	z-index: 3;
	-webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.4s cubic-bezier(0.77, 0, 0.11, 1);
	opacity: 0;
}
.subp header .con .btn .btn-con {
	display: block;
	-webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.11, 1);
	transition: 0.4s cubic-bezier(0.77, 0, 0.11, 1);
}
.subp header .con .btn::before, .subp header .con .btn .arw, .subp header .con .btn .en {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
}
.subp header .con .btn::before {
	content: "";
	border-radius: 50%;
	background: #f34080;
	opacity: 0.9;
	margin: auto;
	width: 124px;
	height: 124px;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 768px) {
	.subp header .con .btn::before {
		width: 80px;
		height: 80px;
	}
}
.subp header .con .btn .arw {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 31px;
	border-color: transparent transparent transparent #fff;
	display: block;
	margin: -16px auto 0;
	-webkit-transform: translate(3px, -50%);
	transform: translate(3px, -50%);
}
@media (max-width: 768px) {
	.subp header .con .btn .arw {
		border-width: 9px 0 9px 19px;
		margin: -10px auto 0;
		-webkit-transform: translate(2px, -50%);
		transform: translate(2px, -50%);
	}
}
.subp header .con .btn .en {
	font-size: 26px;
	color: #fff;
	margin: 22px 0 0 3px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (max-width: 768px) {
	.subp header .con .btn .en {
		font-size: 17px;
		margin: 13px 0 0 3px;
	}
}
.subp header .con .con-txt {
	bottom: -9%;
	top: unset;
	margin-left: 7%;
	text-shadow: 0px 0px 10px #888;
}
@media (max-width: 1079px) {
	.subp header .con .con-txt {
		bottom: -14%;
		margin-left: 5%;
	}
}
@media (max-width: 768px) {
	.subp header .con .con-txt {
		margin: 10% 0 9%;
		position: static;
		text-shadow: none;
	}
}
.subp header .con .con-txt .sub {
	text-align: left;
	color: #fff;
	padding: 10px 0;
	margin: -10px 0 0 -10px;
	white-space: nowrap;
	width: 0;
	overflow: hidden;
}
@media (max-width: 768px) {
	.subp header .con .con-txt .sub {
		color: #000;
		padding: 0;
		margin: 0 auto 3%;
	}
}
.subp header .con .con-txt .sub .jp {
	font-size: 21px;
	letter-spacing: 0.01em;
	font-weight: 600;
	vertical-align: 1px;
	padding-right: 16px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
@media (max-width: 768px) {
	.subp header .con .con-txt .sub .jp {
		font-size: 15px;
		padding-right: 0.7em;
	}
}
.subp header .con .con-txt .sub .en {
	font-size: 25px;
	letter-spacing: -0.01em;
}
@media (max-width: 768px) {
	.subp header .con .con-txt .sub .en {
		font-size: 18px;
	}
}
.subp header .con .con-txt h1 {
	text-align: left;
	color: #fff;
}
@media (max-width: 768px) {
	.subp header .con .con-txt h1 {
		color: #000;
		text-align: center;
	}
}
.subp header .con .con-txt h1 .en {
	font-size: 100px;
	display: block;
	padding: 10px 0;
	margin: -4px 0 -2px -10px;
}
@media (max-width: 768px) {
	.subp header .con .con-txt h1 .en {
		font-size: 40px;
		padding: 0;
		margin: 0 auto 4%;
	}
}
.subp header .con .con-txt h1 .jp {
	font-size: 29px;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: block;
	padding: 10px 0 20px;
	margin-left: -10px;
}
@media (max-width: 768px) {
	.subp header .con .con-txt h1 .jp {
		font-size: 17px;
		padding: 0;
		margin: 0 auto;
	}
}
.subp .feature {
	width: 83%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}
@media (max-width: 1079px) {
	.subp .feature {
		display: block;
		width: 70%;
	}
}
@media (max-width: 768px) {
	.subp .feature {
		width: 82%;
		margin-bottom: 7%;
	}
}
.subp .feature:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.subp .feature:nth-child(5) {
	margin-bottom: 0;
}
.subp .feature .slider-wrap {
	-ms-flex-preferred-size: 56%;
	flex-basis: 56%;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	opacity: 0;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1079px) {
	.subp .feature .slider-wrap {
		margin-bottom: 32px;
	}
}
@media (max-width: 768px) {
	.subp .feature .slider-wrap {
		margin-bottom: 8%;
	}
}
.subp .feature .slider-wrap.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.subp .feature .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.subp .feature .slick-dots {
	bottom: 10px;
}
@media (max-width: 768px) {
	.subp .feature .slick-dots {
		bottom: 4%;
	}
}
@media (max-width: 768px) {
	.subp .feature .slick-dots li {
		margin: 0 1px;
	}
}
.subp .feature .slick-dots li.slick-active button::before {
	background: #f34080;
}
.subp .feature .slick-dots li button::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	font-size: unset;
	opacity: 1;
	border-radius: 50%;
}
@media (max-width: 768px) {
	.subp .feature .slick-dots li button::before {
		width: 11px;
		height: 11px;
	}
}
.subp .feature li {
	overflow: hidden;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.subp .feature li {
		border-radius: 8px;
	}
}
.subp .feature .txt {
	-ms-flex-preferred-size: 38%;
	flex-basis: 38%;
	text-align: left;
	position: relative;
}
.subp .feature .txt .txt-con {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
@media (max-width: 1079px) {
	.subp .feature .txt .txt-con {
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.subp .feature .txt .txt-con.show h2, .subp .feature .txt .txt-con.show .exp {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.subp .feature .txt .txt-con.show h2 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.subp .feature .txt .txt-con.show .exp {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.subp .feature .txt h2, .subp .feature .txt .exp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.subp .feature .txt h2 {
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0.02em;
	font-weight: 600;
	padding-top: 0;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
@media (max-width: 768px) {
	.subp .feature .txt h2 {
		font-size: 22px;
		line-height: 170%;
		padding: 0 2%;
		margin-bottom: 5%;
	}
}
.subp .feature .txt .exp {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.07em;
}
@media (max-width: 768px) {
	.subp .feature .txt .exp {
		font-size: 15px;
		line-height: 200%;
		padding: 0 2%;
	}
}
@media (max-width: 768px) {
	.subp .feature .txt .exp br {
		display: none;
	}
}
.subp .tour {
	width: 65%;
	margin: 0 auto;
}
@media (max-width: 1079px) {
	.subp .tour {
		width: 70%;
	}
}
@media (max-width: 768px) {
	.subp .tour {
		width: 100%;
	}
}
.subp .tour h2.show .en {
	width: 460px;
}
@media (max-width: 768px) {
	.subp .tour h2.show .en {
		width: 300px;
	}
}
.subp .tour ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.subp .tour ul {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
}
.subp .tour ul.show li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.subp .tour ul.show li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.subp .tour ul.show li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.subp .tour ul.show li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.subp .tour ul.show li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.subp .tour li {
	-ms-flex-preferred-size: 48.3%;
	flex-basis: 48.3%;
	margin-bottom: 3.5%;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
	.subp .tour li {
		margin-bottom: 5%;
	}
}
.subp .tour li a {
	display: block;
	line-height: 0;
	overflow: hidden;
	border-radius: 5px;
}
.subp .tour li a:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
@media (max-width: 768px) {
	.subp .tour li a:hover img {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.subp .tour li a img {
	line-height: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.subp .recom {
	margin-bottom: 90px;
}
@media (max-width: 768px) {
	.subp .recom {
		margin-bottom: 10%;
	}
}
/*
_:-ms-lang(x), .subp header .con .con-txt {
	top: 80%;
}
*/
/* modal 
-------------------- */

.modal {
	visibility: hidden;
	overflow-y: scroll;
	opacity: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
	background: rgba(243, 64, 128, 0.9);
}
.modal.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0s 0s;
	transition: opacity 0.3s, visibility 0s 0s;
}
.modal.is-active .yt {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.modal_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
	min-height: 100vh;
}
*/
.modal_container::after {
	content: "";
	min-height: inherit;
	font-size: 0;
}
.modal_inner {
	margin: auto;
	width: 65%;
}
/*
_:-ms-lang(x), .modal_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
*/
.modal_content {
	display: none;
	width: auto;
	margin: auto;
}
.is-active .modal_content {
	display: block;
}
video {
	width: 100%;
	outline: none;
}
.yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.yt iframe {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.yt iframe img {
	width: 100%;
}
.modalClose {
	position: absolute;
	width: 65px;
	height: 65px;
	right: 6%;
	top: 4%;
}
.modalClose .bd {
	position: absolute;
	background: #fff;
	width: 1px;
	height: 90px;
}
.modalClose .bd.one {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modalClose .bd.two {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */



/*以下202603改修用
-----------------------------------------------------------------------*/
/* div.firstin (改修前のheader部分)
-------------------------------------- */
#howto-willer div.firstin {
	position: static;
}

#howto-willer div.firstin.show .logo {
	opacity: 1;
	transform: translateY(0);
}
#howto-willer div.firstin.show .con .topimg {
	line-height: 0;
}
#howto-willer div.firstin.show .con .topimg img {
	transform: scale(1);
	opacity: 1;
}
@media (max-width: 1079px) {
	#howto-willer div.firstin.show .con .topimg img {
		transform: scale(1.55);
	}
}
@media (max-width: 768px) {
	#howto-willer div.firstin.show .con .topimg img {
		transform: scale(1.45);
	}
}
/*we are willer ロゴ*/
#howto-willer div.firstin.show .con .con-txt h1 .jp {
	width: 60vw;
	max-width: 1370px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004",YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
}
#howto-willer div.firstin.show .con .con-txt h1 .jp img{
	-webkit-filter: drop-shadow(0px 3px 10px rgba(8, 63, 131, 0.5));
	filter: drop-shadow(0px 3px 10px rgba(8, 63, 131, 0.5)); 
}
@media (max-width: 768px) {
	#howto-willer div.firstin.show .con .con-txt h1 .jp {
		width: 74vw;
	}
}
#howto-willer div.firstin.show .con .con-txt h1 .en {
	width: 670px;
}
@media (max-width: 768px) {
	#howto-willer div.firstin.show .con .con-txt h1 .en {
		width: 37vw;
	}
}
#howto-willer div.firstin.show .con .exp span {
	opacity: 1;
	transform: translateY(0);
}
#howto-willer div.firstin.show .con .btn {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.9s;
}
#howto-willer div.firstin .logo {
	width: 196px;
	margin: 0 auto;
	padding: 22px 0;
	transform: translateY(70px);
	opacity: 0;
	transition: 0.4s cubic-bezier(0.77, 0, 0.11, 1);
}
@media (max-width: 768px) {
	#howto-willer div.firstin .logo {
		width: 42%;
		padding: 4% 0 3.5%;
	}
}
#howto-willer div.firstin .logo a {
	display: inline-block;
	transition: 0.2s;
}
#howto-willer div.firstin .logo a:hover {
	transform: scale(1.04);
}
@media (max-width: 768px) {
	#howto-willer div.firstin .logo a:hover {
		transform: scale(1);
	}
}
#howto-willer div.firstin .logo img {
	backface-visibility: hidden;
}
#howto-willer div.firstin .con {
	position: relative;
	margin: 0 3%;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con {
		margin: 0 3%;
	}
}
#howto-willer div.firstin .con .topimg {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media (max-width: 1079px) {
	#howto-willer div.firstin .con .topimg {
		height: 64vw;
	}
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .topimg {
		border-radius: 10px;
		height: 64vw;
	}
}
#howto-willer div.firstin .con .topimg img {
	transform: scale(1.05);
	transition: 0.9s;
	transition-delay: 0.5s;
	opacity: 0;
}
@media (max-width: 1079px) {
	#howto-willer div.firstin .con .topimg img {
		transform: scale(1.7);
	}
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .topimg img {
		transform: scale(1.6);
		padding-top: 9%;
		padding-left: 11%;
	}
}
#howto-willer div.firstin .con .con-txt {
	position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    /*margin: auto;*/
    transform: translate(-50%, -40%);
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .con-txt {
		top: 37.5%;
	}
}
@media (max-width: 480px) {
    #howto-willer div.firstin .con .con-txt {
        top: 32.5%;
    }
}

#howto-willer div.firstin .con .con-txt h1 {
	color: #fff;
}
#howto-willer div.firstin .con .con-txt h1 .jp {
	display: block;
	padding-bottom: 60px;
	overflow: hidden;
	width: 0;
	transition: 0.5s cubic-bezier(0.1, 0.1, 0.1, 1);
	transition-delay: 0.9s;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .con-txt h1 .jp {
		padding-bottom: 2.5%;
	}
}

#howto-willer div.firstin .con .exp {
	line-height: 31px;
	letter-spacing: 0.03em;
	color: #fff;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin-bottom: 38px;
}
#howto-willer div.firstin .con .exp{
	font-size: 24px;
	line-height: 31px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#howto-willer .txt.pc {
	margin-top: 150px;
}
@media (min-width: 1070px) and (max-width: 1800px) {
	#howto-willer .txt.pc {
		margin-top: 4vw;
	}
	#howto-willer div.firstin .con .exp{
		font-size: 15px;
	}
}
@media (min-width: 769px) and (max-width: 1069px) {
	#howto-willer .txt.pc {
		margin-top: 11vw;
	}
	#howto-willer div.firstin .con .exp {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	#howto-willer div.firstin .con .exp p{
		font-size: 18px;
		line-height: 140%;
	}
}

@media (max-width: 768px) {
	#howto-willer div.firstin .con .exp {
		font-size: 16px;
		color: #000;
		line-height: 195%;
		margin: 3.5% 4% 3%;
		text-align: center;
	}

	#howto-willer div.firstin .con .exp p {
		display: block;
		text-shadow: none;
		font-size: 16px;
	}
}
#howto-willer div.firstin .con .exp span {
	display: inline-block;
	opacity: 0;
	transform: translateY(60px);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .exp span {
		display: inline;
	}
}
#howto-willer div.firstin .con .exp span.one {
	transition-delay: 1.6s;
}
#howto-willer div.firstin .con .exp span.two {
	transition-delay: 1.7s;
}
#howto-willer div.firstin .con .exp span.thr {
	transition-delay: 1.8s;
}
#howto-willer div.firstin .con .exp span.fou {
	transition-delay: 1.9s;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .exp br {
		display: none;
	}
}
#howto-willer div.firstin .con .btn {
	text-align: left;
	transition-delay: 2s;
	transition: 0.7s cubic-bezier(0.77, 0, 0.11, 1);
	transform: translateY(70px);
	opacity: 0;
}
#howto-willer div.firstin .con .btn a {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	text-align: center;
	background: #f34080;
	padding: 17px 30px 17px 70px;
	border: 2px solid #f34080;
	border-radius: 3px;
	position: relative;
	transition: 0.2s;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .btn a {
		display: block;
		font-size: 24px;
		padding: 4.5% 0 4.8% 8%;
	}
}
#howto-willer div.firstin .con .btn a:hover {
	background: transparent;
	color: #f34080;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .btn a:hover {
		background: #f34080;
		color: #fff;
	}
}
#howto-willer div.firstin .con .btn a:hover .arw {
	border-color: transparent transparent transparent #f34080;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .btn a:hover .arw {
		border-color: transparent transparent transparent #fff;
	}
}
#howto-willer div.firstin .con .btn a .arw {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 18px;
	border-color: transparent transparent transparent #fff;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 34px;
	transition: 0.2s;
}
@media (max-width: 768px) {
	#howto-willer div.firstin .con .btn a .arw {
		border-width: 8px 0 8px 16px;
		left: 22%;
		left: 50%;
		margin-left: -3.5em;
	}
}

/* Common CSS
-------------------- */
#howto-willer h2 {
	padding-top: 120px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	#howto-willer h2 {
		padding-top: 16%;
		margin-bottom: 8%;
	}
}
@media (max-width: 768px) {
	#howto-willer h2 .jp {
		font-size: 14px;
	}
}

#howto-willer .recom .back .jp {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004",YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
}

@media (max-width: 768px) {
	#howto-willer .sliders {
		margin: 0;
		transform: scale(1);
	}
}

@media (max-width: 700px) {
	#howto-willer .sliders {
		margin: 0 6%;
		transform: scale(1);
	}
}

@media (max-width: 768px) {
	#howto-willer .sliders .slider li {
		padding-bottom: 8%;
	}
}

@media (min-width: 700px) and (max-width: 754px){
	#howto-willer .sliders .slider li {
		padding-bottom: 0;
	}
}

#howto-willer .sliders .slider li .img {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#howto-willer .sliders .slider li .img img {
	transition: 0.2s;
	backface-visibility: hidden;
	aspect-ratio: 16/9;
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	#howto-willer .sliders .slider li .img img {
		transform: scale(1.05);
		transition: 1s;
		/*opacity: 0;*/
		backface-visibility: hidden;
	}
}

#howto-willer .sliders .slider li h3 {
	padding: 20px 28px 16px 0px;
}

@media (min-width: 1025px) and (max-width: 1300px) {
	#howto-willer .sliders .slider li .exp {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#howto-willer .sliders .slider li h3 {
		padding: 20px 14px 16px 5px;
	}
}

@media (max-width: 768px) {
	#howto-willer .sliders .slider li h3 {
		/*width: 19%;*/
		font-size: 23px;
		background: none;
		margin-top: 0;
		padding: 0;
	}
}
@media (max-width: 750px) {
	#howto-willer .sliders .slider li h3 {
		/*width: 18%;*/
		font-size: 24px;
		background: none;
		margin-top: 0;
		padding: 0;
	}
}

#howto-willer .sliders .slider li h3 .en {
	font-size: 29px;
	letter-spacing: 0.01em;
}

@media (max-width: 768px) {
	#howto-willer .sliders .slider li h3 .en {
		font-size: 27px;
		vertical-align: -1px;
	}
}

#howto-willer .slider .text-wrap {
	/*display: flex;*/
	align-items: center; 
}

#howto-willer .sliders .slider li h3 {
	display: flex;
	align-items: center;
}

#howto-willer .slider h3 .icon {
	width: 7%;
	align-items: center;
	display: block;
}

#howto-willer .slider h3 .txt {
    padding: 0 0 0 16px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 140%;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}
#howto-willer .sliders .slider li .exp {
	padding: 5px 0 0 0;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}
#howto-willer .slider .exp small{
	font-size: 16px;
	font-weight: 700;
}

#howto-willer .sliders .slider li .attention {
	display: block;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;

}
@media (max-width: 1300px) {
	#howto-willer.sliders .slider li .exp {
		font-size: 16px;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	#howto-willer .slider h3 .txt {
		font-size: 22px;
	}
	#howto-willer .sliders .slider li .exp {
		font-size: 18px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#howto-willer .slider h3 .txt {
		font-size: 20px;
	}
	#howto-willer .sliders .slider li .exp {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	#howto-willer .slider .text-wrap {
		line-height: 150%;
	}
	#howto-willer .slider h3 .icon {
		width: 10%;
		max-width: 100%;
	}
	#howto-willer .slider h3 .txt {
		font-size: 18px;
		padding: 0 0 0 10px;
	}
	#howto-willer .sliders .slider li .exp {
		padding: 5px 0 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	#howto-willer .slider .exp small {
		font-size: 12px;
		line-height: 150%;
	}
	#howto-willer .sliders .slider li .attention {
		font-size: 12px;
		padding-top: 5px;
	}
}

/* movies
-------------------- */
#howto-willer .movies h2.show .en {
	width: 370px;
}

@media (max-width: 768px) {
	#howto-willer .movies h2.show .en {
		width: 250px;
	}
}
#howto-willer .movies .list {
    /*width: 82%;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}
@media (max-width: 1079px) {
	#howto-willer .movies .list {
		/*width: 90%;*/
	}
}
@media (max-width: 768px) {
	#howto-willer .movies .list {
		display: block;
		width: 93%;
	}
}
#howto-willer .movies .list .movie h3 {
	font-size: 19px;
	letter-spacing: 0.01em;
	font-weight: 600;
	margin-bottom: 29px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004",YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
}

@media (max-width: 768px) {
	#howto-willer .movies .list .movie h3 {
		margin-bottom: 5%;
		font-size: 15px;
	}
}

#howto-willer .movies .list .movie h3 .bra {
	font-size: 24px;
	font-weight: 100;
	border-radius: 15px;
	vertical-align: -2px;
	padding: 0 10px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004",YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
}

@media (max-width: 768px) {
	#howto-willer .movies .list .movie h3 .bra {
		padding: 0 4%;
		font-size: 20px;
	}
}

/* point
-------------------- */
#howto-willer .point h2 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004",YuGothic, "Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo,"ＭＳ ゴシック", sans-serif;
}

/* breadcrumb -------------------- */
#howto-willer .breadcrumb ul {
	display: flex;
	justify-content: center;
	margin: auto;
}

/* modal 
-------------------- */
#howto-willer .modal {
	display: block;/*記述しないと表示されないので追記*/
}

/* How to
---------------------------*/
.color-pink {
	color: #F34080;
}
.howto-inner {
	/*max-width: 82%;*/
    margin: auto;
}
.howto h2.show .en {
	width: 220px;
	text-align: left;
	margin: initial;
	padding-right: 20px;
}
.howto h2.show .jp {
	text-align: left;
	padding-right: 20px;
}
.howto h2 {
	max-width: 100%;
	margin: 0 auto 50px;
	position: relative;
}
.howto h2::after {
	content: '';
	position: absolute;
	top: 68%;
	right: 0;
	transform: translateY(-50%);
	width: 82%;
	max-width: 83%;
	height: 3px;
	background: #000;
}
@media (min-width: 1025px) and (max-width: 1460px) {
	.howto h2::after {
		width: 76%;
		max-width: 76%;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.howto h2::after {
		max-width: 66%;
	}
}
ol.step-list {
	margin-left: 8px;
}
ol.step-list li {
	margin-bottom: inherit;
    padding-left: inherit;
    position: relative;
	min-height: 390px;
}
ol.step-list li:before {
	content: none;
}
.step-list {
	display: flex;
	column-gap: 4.5%;
	max-width: 100%;
	margin: auto;
}
.step-list li {
	width: 25%;
	position: relative;
}
.step-list li::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
    right: -16%;
	border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 22px solid #F34080;
    border-right: 0;
}
.step-list li:last-child::after {
	content: none;
}
.step-title {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.step-title img{
	width: 20%;
	margin-right: 12px;
}
.step-img{
	display: block;
	margin-top: 32px;
}
.step-img img{
	border-radius: 3px;
}
.step-text{
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.step-text small{
	

	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 110%;
}
@media (max-width: 1500px) {
	.step-title {
		font-size: 15px;
	}
}

.scroll-container {
	max-width: 1140px;
	overflow-x : scroll;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1341px) {
     .scroll-container {
        overflow-x: inherit;
    }
}
@media (max-width: 1340px) {
	.howto h2 {
		max-width: 100%;
	}

	.step-list {
		column-gap: 4%;
		max-width: 100%;
	}
	.step-list li {
		width: 310px;
	}
	.step-title {
		font-size: 17px;
	}
	.step-title img {
		margin-right: 12px;
	}
	.step-text{
		margin-top: 20px;
		font-size: 14px;
	}
	.step-text small{
		font-size: 12px;
	}

	.scroll-container {
		overflow-x: scroll;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow-y: hidden;
	}
	.scroll-wrap {
		width: fit-content;
		padding-right: 8%;
	}
}

@media (min-width: 960px) {
	.step-list li::after {
		right: -16%;
		border-top: 26px solid transparent;
		border-bottom: 26px solid transparent;
		border-left: 24px solid #F34080;
	}
}

@media (max-width: 768px) {
	.howto h2::after {
		content: none;
	}
	.howto h2.show .en {
		width: 305px;
		text-align: center;
		margin: auto;
		padding-right: 0;
	}
	.howto h2.show .jp {
		text-align: center;
		padding-right: 0;
	}
	.howto h2 {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.step-list li::after {
		right: -14%;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 18px solid #F34080;
	}
}


/* reserve
---------------------------*/
.reserve {
	padding: 120px 0 120px;
}
.reserve-inner {
	/*max-width: 82%;*/
	margin: auto;
	padding: 0 3% 40px;
	background: #fff;
}
.reserve h2.show .en {
	width: 350px;
}
.reserve .btn {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	border-radius: 3px;
	padding: 20px 16px;
	display: block;
}
.reserve .btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
}
.reserve .btn:hover {
	opacity: 0.6;
}
.reserve .btn::after {
	content: '';
	position: absolute;
	right: 10px;
}
.reserve .btn.btn-pink{
	background: #F34080;
	border: 2px solid #F34080;
	color: #fff;
}
.reserve .btn.btn-pink::after {
    right: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
}
.reserve .btn.btn-white {
	background: #fff;
	color: #F34080;
	border: 2px solid #F34080;
}
.reserve .btn.btn-white::after {
    right: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #F34080;
    border-right: 0;
}
.reserve .btn.btn-black {
	display: block;
	width: 100%;
	max-width: 590px;
	margin: 80px auto;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 30px 26px;
	background: #000;
	transition: 0.3s;
	border: 2px solid #000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.reserve .btn.btn-black::after {
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #fff;
	border-right: 0;
}
.reserve .btn.btn-black:hover {
	background: #fff;
	color: #000;
}
.reserve .btn.btn-black:hover::after {
	right: 24px;
    border-left: 22px solid #000;
}
.route-List {
	/*max-width: 86%;*/
	margin: auto;
}
.route-Item {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 12px 12px;
    align-content: center;
    justify-content: space-between;
	border-bottom: 1px solid #bbb;
}
.route-round {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.route-roundName {
	font-size: 26px;
	font-weight: 700;
	color: #000;
}
.route-roundName .fa-arrows-alt-h{
	padding: 0 10px;
}
.route-roundName .fa-arrows-alt-h:before {
	color: #F34080;
}
.route-price {
	text-align: right;
	padding-right: 1%;
}
.route-price .num{
	color: #F34080;
	font-size: 56px;
	font-weight: 700;
	padding-left: 5px;
}
.route-price small{
	font-size: 24px;
	font-weight: 700;
}
.route-price .yen {
	color: #F34080;
	font-size: 24px;
}
.route-btnList {
	width: 40%;
	display: flex;
	column-gap: 2.5%;
}
.route-btnList li{
	width: 100%;
	max-width: 243px;
}

@media (min-width: 1164px) and (max-width: 1360px) {
	.route-roundName {
		font-size: 24px;
	}
	.route-price .num {
		font-size: 42px;
	}
	.reserve .btn {
		font-size: 22px;
	}
	.reserve .btn.btn-black {
		max-width: 60%;
	}
}
@media (min-width: 769px) and (max-width: 1163px) {
	.route-roundName {
		font-size: 24px;
	}
	.route-price .num {
		font-size: 48px;
	}
	.reserve .btn {
		font-size: 22px;
	}
	.reserve .btn.btn-black {
		max-width: 80%;
	}
	.route-Item {
		justify-content: center;
	}
	.route-round {
		width: 100%;
	}
	.route-btnList {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.reserve {
		padding: 12% 8% 12%;
	}
	.reserve h2.show .en {
		width: 230px;
	}
	.reserve-inner {
		/*max-width: 82%;*/
		padding: 0 1% 20px;
	}
	.reserve .btn {
		font-size: 16px;
		padding: 13px 16px;
	}
	.reserve .btn::after {
		content: '';
		position: absolute;
		right: 10px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
	}
	.reserve .btn.btn-pink,
	.reserve .btn.btn-white{
		width: 100%;
	}
	.reserve .btn.btn-pink::after {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #fff;
		border-right: 0;
	}
	.reserve .btn.btn-white::after {
		right: 10px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #F34080;
		border-right: 0;
	}
	.reserve .btn.btn-black {
		max-width: 313px;
		margin: 45px auto 20px;
		font-size: 18px;
		padding: 20px 30px;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	}
	.reserve .btn.btn-black::after {
		right: 40px;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 14px solid #fff;
		border-right: 0;
	}
	.reserve .btn.btn-black:hover::after {
		right: 24px;
		border-left: 22px solid #000;
	}
	.route-List {
		max-width: 100%;
		margin: 30px auto 0;
	}
	.route-Item {
		width: 100%;
		padding: 0 12px 12px;
		align-content: center;
		justify-content: center;	
	}
	.route-round {
		width: 100%;
		display: block;
	}
	.route-roundName {
		font-size: 20px;
		display: block;
		text-align: left;
	}
	.route-roundName .fa-arrows-alt-h{
		padding: 0 10px;
	}
	.route-price {
		text-align: right;
		padding-right: 0;
		margin-bottom: 8px;
	}
	.route-price .num{
		font-size: 38px;
		padding-left: 5px;
	}
	.route-price small{
		font-size: 14px;
	}
	.route-price .yen {
		font-size: 14px;
	}
	.route-btnList {
		width: 100%;
		justify-content: center;
	}
	.route-btnList li{
		max-width: 80%;
	}
}

@media (max-width: 460px) {
    .reserve .btn.btn-black::after{
        right: 40px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0;
    }
	.reserve .btn.btn-black:hover::after {
        right: 20px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid #000;
        border-right: 0;
    }
}

@media (hover: none){
	.reserve .btn.btn-black:hover {
		color: #fff;
		background: #000;
		opacity: 0.6;
    }
	.reserve .btn.btn-black:hover::after {
        right: 40px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid #fff;
    }
}


/* テンプレート読み込み後の調整用　*/

#howto-willer footer {
	margin-top: 0;
	padding-bottom: 0;
}
@media (max-width: 768px) {
	#howto-willer footer {
		margin-top: 0;
		padding-bottom: 0;
	}
}

/*センタリングになっているのを左寄せに*/
#howto-willer .footer-link-set {
	text-align: left;
}
@media (max-width: 767px) {
	#howto-willer  .footer-link-detail li a {
		text-align: left;
	}
}
#howto-willer .bg-icon-mypage img, .bg-icon-cart img {
	width: 18px;
}
#howto-willer .nav-social li img{
	width: 30px;
}

/*ここまで202603改修分*/