@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
picture {
display: block;
}
.allwrapper .sp {
	display: block;
}
.allwrapper .pc {
	display: none;
}
@media (min-width:768px){
	.allwrapper .sp {
		display: none;
	}
	.allwrapper .pc {
		display: block;
	}
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
padding-bottom: 13vw;
letter-spacing: 0.02em;
background: #fff;
animation-delay: 0.75s;
font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
text-decoration: none;
}
.allwrapper a {
	transition: all  0.7s ease;
}
@media (hover: hover) {
	.allwrapper a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.allwrapper img,
.allwrapper picture {
	vertical-align: bottom;
}
@media (min-width:768px){
	.allwrapper {
		padding-bottom: 0;
		width: 100vw;
	}
}
.allwrapper ::selection {
	color: #fff;
	background-color: #2d4e7e;
}

/* page style
-----------------------------------------------*/
body{
	margin: 0;
}
.allwrapper {
	text-align: center;
}
.mvCol {
	position: relative;
	width: 100%;
	text-align: center;
}
.mvTit {
	width: calc(610/750*100vw);
	margin: calc(55/750*100vw) auto 0;
}
.mvTit .fadein-mvTxt {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: calc(41/750*100vw);
	color: #3f576e;
	display: inline-block;
	margin-bottom: calc(16/750*100vw);
}
.mvIntroTxt {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: calc(23/750*100vw);
	line-height: calc(47/750*100vw);
	color: #000;
	margin-top: calc(50/750*100vw);
}
.movCol {
	border: solid 2px #3f576e;
	margin: calc(85/750*100vw) auto 0;
	padding: calc(15/750*100vw);
	width: calc(530/750*100vw);
	height: calc(915/750*100vw);
	overflow: hidden;
}
.mvMov {
	width: calc(500/750*100vw);
	height: calc(890/750*100vw);
}
@media (min-width:768px) {
	.mvFlex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
		margin: calc(80/1250*100vw) auto 0;
	}
	.mvTit {
		width: calc(365/1250*100vw);
		margin: 0 auto;
	}
	.mvTit .fadein-mvTxt {
		font-size: calc(25/1250*100vw);
		margin-bottom: calc(12/1250*100vw);
	}
	.mvIntroTxt {
		font-size: calc(17/1250*100vw);
		line-height: calc(30/1250*100vw);
		margin-top: calc(50/1250*100vw);
	}
	.movCol {
		border: solid 1px #3f576e;
		margin: 0 calc(80/1250*100vw) 0 0;
		padding: calc(8/1250*100vw);
		width: calc(265/1250*100vw);
		height: calc(458/1250*100vw);
	}
	.mvMov {
		width: calc(250/1250*100vw);
		height: calc(445/1250*100vw);
	}
}
@media (min-width:1250px){
	.mvFlex {
		margin: 80px auto 0;
	}
	.mvTit {
		width: 365px;
	}
	.mvTit .fadein-mvTxt {
		font-size: 25px;
		margin-bottom: 12px;
	}
	.mvIntroTxt {
		font-size: 17px;
		line-height: 30px;
		margin-top: 50px;
	}
	.movCol {
		margin: 0 80px 0 0;
		padding: 8px;
		width: 265px;
		height: 458px;
	}
	.mvMov {
		width: 250px;
		height: 445px;
	}
}


/* LINE UP
-----------------------------------------------*/
.lineupCol {
	margin: calc(140/750*100vw) auto 0;
}
.lineupTit {
	width: calc(206/750*100vw);
	margin: 0 auto;
}
.lineupList {
	margin: calc(25/750*100vw) auto 0;
	width: calc(650/750*100vw);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(50/750*100vw) calc(10/750*100vw);
}
.lineupList li {
	width: calc(320/750*100vw);
}
@media (min-width:768px){
	.lineupCol {
		margin: calc(104/1250*100vw) auto 0;
	}
	.lineupTit {
		width: calc(124/1250*100vw);
	}
	.lineupList {
		margin: calc(26/1250*100vw) auto 0;
		width: calc(612/1250*100vw);
		gap: calc(35/1250*100vw) calc(18/1250*100vw);
	}
	.lineupList li {
		width: calc(192/1250*100vw);
	}
}
@media (min-width:1250px){
	.lineupCol {
		margin: 104px auto 0;
	}
	.lineupTit {
		width: 124px;
	}
	.lineupList {
		margin: 26px auto 0;
		width: 612px;
		gap: 35px 18px;
	}
	.lineupList li {
		width: 192px;
	}
}

/* Section COMMON
-----------------------------------------------*/
.secCol {
	position: relative;
	margin: calc(120/750*100vw) auto 0;
	padding-top: calc(40/750*100vw);
}
.secTxtCol {
	margin: 0 auto;
}
.secTit {
	margin: 0 auto;
}
.secTxt {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: calc(24/750*100vw);
	line-height: calc(55/750*100vw);
	color: #000;
	display: inline-block;
	text-align: justify;
	width: calc(640/750*100vw);
	margin: calc(30/750*100vw) auto 0;
	letter-spacing: -0.05rem;
}
.secImgCol, .secImgBox {
	position: relative;
}
@media (min-width:768px){
	.secCol {
		margin: calc(90/1250*100vw) auto 0;
		padding-top: calc(40/1250*100vw);
	}
	.secContCol {
		position: relative;
		margin: 0 auto;
	}
	.secTxtCol {
		margin: 0 auto;
		position: absolute;
	}
	.secTxt {
		font-size: calc(15/1250*100vw);
		line-height: calc(33/1250*100vw);
		width: calc(400/1250*100vw);
		margin: calc(20/1250*100vw) auto 0;
	}
	.secImgCol {
		position: absolute;
	}
}
@media (min-width:1250px){
	.secCol {
		margin: 90px auto 0;
		padding-top: 40px;
	}
	.secTxt {
		font-size: 15px;
		line-height: 33px;
		width: 400px;
		margin: 20px auto 0;
	}
}

/* Slick
-----------------------------------------------*/
.itemList {
	display: none;
}
.itemList.slick-initialized {
	display: block;
}
.phInner {
	position: relative;
	width: 100%;
	height: 100%;
}
.phInner div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}

/* Item
-----------------------------------------------*/
.itemCol {
	margin: calc(100/750*100vw) auto 0;
}
.itemTit {
	width: calc(356/750*100vw);
	margin: 0 auto;
}
.itemList {
	margin: calc(30/750*100vw) auto 0;
}
.itemList .itemListBox {
	display: flex;
	justify-content: center;
	gap: 0 calc(50/750*100vw);
}
.itemList a {
	display: block;
}
.itemList .itemListBox a {
	width: calc(320/750*100vw);
}
.itemList .itemListBox.last:after{
	content:"";
	display: block;
	width: calc(320/750*100vw);
}
.itemList .itemListName {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: calc(22/750*100vw);
	line-height: calc(30/750*100vw);
	color: #000;
	margin: calc(20/750*100vw) auto 0;
	height: calc(56/750*100vw);
}
.itemList .itemListName span {
	letter-spacing: -0.05rem;
}
.itemList .itemListPrice {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: calc(22/750*100vw);
	color: #000;
	display: inline-block;
	margin: calc(25/750*100vw) auto 0;
	letter-spacing: 0.15rem;
}
.itemList .itemListPrice span {
	font-size: calc(18/750*100vw);
}
.itemList .itemListBtn {
	margin: calc(25/750*100vw) auto 0;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
	padding-bottom: calc(100/750*100vw);
}
.slick-dots {
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-dots li {
	width: calc(12/750*100vw);
	height: calc(12/750*100vw);
	margin: 0 calc(20/750*100vw);
}
.slick-dots li button {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #c6c9cc;
	padding: 0;
}
.slick-dots li.slick-active button {
    background-color: #3f576e;
}
.slick-prev, .slick-next {
	width: calc(14/750*100vw);
	height: calc(26/750*100vw);
	position: absolute;
    top: inherit;
	bottom: -2.4%;
    display: block;
    padding: 0;
    cursor: pointer;
	z-index: 2;
}
.slick-prev {
	left: 30%;
}
.slick-next {
	right: 30%;
}
.slick-next::before,
.slick-prev::before{
   content: none;
}

@media (min-width:768px){
	.itemCol {
		margin: calc(75/1250*100vw) auto 0;
		width: calc(556/1250*100vw);
	}
	.itemTit {
		width: calc(190/1250*100vw);
	}
	.itemList {
		margin: calc(15/1250*100vw) auto 0;
	}
	.itemList .itemListBox {
		gap: 0 calc(26/1250*100vw);
		margin: 0 calc(10/1250*100vw);
	}
	.itemList .itemListBox a {
		width: calc(168/1250*100vw);
	}
	.itemList .itemListBox.last:after{
		content:"";
		display: block;
		width: calc(168/1250*100vw);
	}
	.itemList .itemListName {
		font-size: calc(12/1250*100vw);
		line-height: calc(18/1250*100vw);
		margin: calc(8/1250*100vw) auto 0;
		height: calc(34/1250*100vw);
		letter-spacing: 0;
	}
	.itemList .itemListPrice {
		font-size: calc(13/1250*100vw);
		margin: calc(6/1250*100vw) auto 0;
	}
	.itemList .itemListPrice span {
		font-size: calc(10/1250*100vw);
	}
	.itemList .itemListBtn {
		margin: calc(15/1250*100vw) auto 0;
	}
	.slick-dotted.slick-slider {
		padding-bottom: calc(50/1250*100vw);
	}
	.slick-dots li {
		width: calc(6/1250*100vw);
		height: calc(6/1250*100vw);
		margin: 0 calc(10/1250*100vw);
	}
	.slick-prev, .slick-next {
		width: calc(8/1250*100vw);
		height: calc(13/1250*100vw);
		bottom: -2%;
	}
	.slick-prev {
		left: 38%;
	}
	.slick-next {
		right: 38%;
	}
}
@media (min-width:1250px){
	.itemCol {
		margin: 75px auto 0;
		width: 556px;
	}
	.itemTit {
		width: 190px;
	}
	.itemList {
		margin: 15px auto 0;
	}
	.itemList .itemListBox {
		gap: 0 26px;
		margin: 0 10px;
	}
	.itemList .itemListBox a {
		width: 168px;
	}
	.itemList .itemListBox.last:after{
		width: 168px;
	}
	.itemList .itemListName {
		font-size: 12px;
		line-height: 18px;
		margin: 8px auto 0;
		height: 34px;
		letter-spacing: 0;
	}
	.itemList .itemListPrice {
		font-size: 13px;
		margin: 6px auto 0;
	}
	.itemList .itemListPrice span {
		font-size: 10px;
	}
	.itemList .itemListBtn {
		margin: 15px auto 0;
	}
	.slick-dotted.slick-slider {
		padding-bottom: 50px;
	}
	.slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 10px;
	}
	.slick-prev, .slick-next {
		width: 8px;
		height: 13px;
		bottom: -2%;
	}
	.slick-prev {
		left: 38%;
	}
	.slick-next {
		right: 38%;
	}
}

/* section 01
-----------------------------------------------*/
.sec01 {
	margin: calc(140/750*100vw) auto 0;
}
.sec01 .secTit {
	width: calc(530/750*100vw);
	margin: calc(56/750*100vw) auto 0;
}
.sec01 .secImg02 {
	width: calc(692/750*100vw);
	height: calc(1037/750*100vw);
	margin: calc(40/750*100vw) auto 0;
}
.sec01 .secImg_1 {
	background-image: url("../images/sec01/img02-1.jpg");
}
.sec01 .secImg_2 {
	background-image: url("../images/sec01/img02-2.jpg");
}
@media (min-width:768px){
	.sec01 {
		margin: calc(90/1250*100vw) auto 0;
	}
	.sec01 .secContCol {
		width: calc(800/1250*100vw);
		height: calc(613/1250*100vw);
	}
	.sec01 .secTxtCol {
		top: calc(300/1250*100vw);
		left: 0;
	}
	.sec01 .secTit {
		width: calc(384/1250*100vw);
		margin: 0 auto;
	}
	.sec01 .secImg01 {
		width: calc(396/1250*100vw);
		top: 0;
		left: calc(20/1250*100vw);
	}
	.sec01 .secImg02 {
		width: calc(360/1250*100vw);
		height: calc(544/1250*100vw);
		margin: 0 auto;
		top: calc(70/1250*100vw);
		right: 0;
	}
}
@media (min-width:1250px){
	.sec01 {
		margin: 90px auto 0;
	}
	.sec01 .secContCol {
		width: 800px;
		height: 613px;
	}
	.sec01 .secTxtCol {
		top: 300px;
	}
	.sec01 .secTit {
		width: 384px;
	}
	.sec01 .secImg01 {
		width: 396px;
		left: 20px;
	}
	.sec01 .secImg02 {
		width: 360px;
		height: 544px;
		top: 70px;
	}
}

/* section 02
-----------------------------------------------*/
.sec02 .secTit {
	width: calc(638/750*100vw);
}
.sec02 .secImg01 {
	margin: calc(40/750*100vw) auto 0;
}
.sec02 .secImg02 {
	width: calc(448/750*100vw);
	position: absolute;
	top: calc(1610/750*100vw);
	left: calc(272/750*100vw);
	z-index: 2;
}
.sec02 .secImg03 {
	width: calc(626/750*100vw);
	height: calc(942/750*100vw);
	margin: calc(675/750*100vw) auto 0 calc(30/750*100vw);
}
.sec02 .secImg_1 {
	background-image: url("../images/sec02/img03-1.jpg");
}
.sec02 .secImg_2 {
	background-image: url("../images/sec02/img03-2.jpg");
}
@media (min-width:768px){
	.sec02 .secContCol {
		width: calc(825/1250*100vw);
		height: calc(1235/1250*100vw);
	}
	.sec02 .secTit {
		width: calc(385/1250*100vw);
	}
	.sec02 .secTxtCol {
		top: calc(6/1250*100vw);
		left: calc(430/1250*100vw);
	}
	.sec02 .secImg01 {
		margin: 0 auto;
		width: calc(395/1250*100vw);
		top: 0;
		left: 0;
	}
	.sec02 .secImg02 {
		width: calc(236/1250*100vw);
		top: calc(300/1250*100vw);
		left: calc(368/1250*100vw);
	}
	.sec02 .secImg04 {
		width: calc(332/1250*100vw);
		top: calc(682/1250*100vw);
		left: calc(142/1250*100vw);
	}
	.sec02 .secImg05 {
		width: calc(332/1250*100vw);
		bottom: 0;
		right: 0;
	}
}
@media (min-width:1250px){
	.sec02 .secContCol {
		width: 825px;
		height: 1235px;
	}
	.sec02 .secTit {
		width: 385px;
	}
	.sec02 .secTxtCol {
		top: 6px;
		left: 430px;
	}
	.sec02 .secImg01 {
		width: 395px;
	}
	.sec02 .secImg02 {
		width: 236px;
		top: 300px;
		left: 368px;
	}
	.sec02 .secImg04 {
		width: 332px;
		top: 682px;
		left: 142px;
	}
	.sec02 .secImg05 {
		width: 332px;
	}
}

/* section 03
-----------------------------------------------*/
.sec03 .secTit {
	width: calc(677/750*100vw);
}
.sec03 .secImg01 {
	width: calc(720/750*100vw);
	margin: calc(40/750*100vw) auto 0 0;
}
.sec03 .secImg02 {
	width: calc(310/750*100vw);
	margin: calc(30/750*100vw) 0 0 auto;
}
.sec03 .secImg03 {
	width: calc(425/750*100vw);
	position: absolute;
	z-index: 2;
	top: calc(1732/750*100vw);
	left: 0;
}
.sec03 .secImg04 {
	width: calc(485/750*100vw);
	margin: calc(124/750*100vw) 0 0 calc(239/750*100vw);
}
@media (min-width:768px){
	.sec03 .secContCol {
		width: calc(810/1250*100vw);
		height: calc(970/1250*100vw);
	}
	.sec03 .secTxtCol {
		top: calc(10/1250*100vw);
		left: 0;
	}
	.sec03 .secTit {
		width: calc(400/1250*100vw);
	}
	.sec03 .secImg01 {
		margin: 0 auto;
		width: calc(380/1250*100vw);
		top: 0;
		right: 0;
	}
	.sec03 .secImg02 {
		width: calc(162/1250*100vw);
		margin: 0 auto;
		top: calc(328/1250*100vw);
		left: calc(261/1250*100vw);
	}
	.sec03 .secImg03 {
		width: calc(224/1250*100vw);
		top: calc(372/1250*100vw);
		left: calc(30/1250*100vw);
	}
	.sec03 .secImg04 {
		width: calc(253/1250*100vw);
		margin: 0;
		bottom: 0;
		left: calc(283/1250*100vw);
	}
}
@media (min-width:1250px){
	.sec03 .secContCol {
		width: 810px;
		height: 970px;
	}
	.sec03 .secTxtCol {
		top: 10px;
	}
	.sec03 .secTit {
		width: 400px;
	}
	.sec03 .secImg01 {
		width: 380px;
	}
	.sec03 .secImg02 {
		width: 162px;
		top: 328px;
		left: 261px;
	}
	.sec03 .secImg03 {
		width: 224px;
		top: 372px;
		left: 30px;
	}
	.sec03 .secImg04 {
		width: 253px;
		left: 283px;
	}
}

/* section 04
-----------------------------------------------*/
.sec04 .secTit {
	width: calc(530/750*100vw);
}
.sec04 .secImg01 {
	margin: calc(40/750*100vw) auto 0 calc(30/750*100vw);
	width: calc(503/750*100vw);
	height: calc(753/750*100vw);
}
.sec04 .secImg_1 {
	background-image: url("../images/sec04/img01-1.jpg");
}
.sec04 .secImg_2 {
	background-image: url("../images/sec04/img01-2.jpg");
}
.sec04 .secImg02 {
	margin: calc(20/750*100vw) auto 0;
}
@media (min-width:768px){
	.sec04 .secContCol {
		width: calc(685/1250*100vw);
		height: calc(925/1250*100vw);
	}
	.sec04 .secTxtCol {
		left: 0;
		right: 0;
	}
	.sec04 .secTxt {
		width: calc(434/1250*100vw);
	}
	.sec04 .secTit {
		width: calc(316/1250*100vw);
	}
	.sec04 .secImg01 {
		margin: 0;
		width: calc(264/1250*100vw);
		height: calc(396/1250*100vw);
		top: calc(296/1250*100vw);
		left: 0;
	}
	.sec04 .secImg02 {
		margin: 0;
		width: calc(395/1250*100vw);
		right: 0;
		bottom: 0;
	}
}
@media (min-width:1250px){
	.sec04 .secContCol {
		width: 685px;
		height: 925px;
	}
	.sec04 .secTxt {
		width: 434px;
	}
	.sec04 .secTit {
		width: 316px;
	}
	.sec04 .secImg01 {
		width: 264px;
		height: 396px;
		top: 296px;
	}
	.sec04 .secImg02 {
		width: 395px;
	}
}

/* section 05
-----------------------------------------------*/
.sec05 .secTit {
	width: calc(685/750*100vw);
}
.sec05 .secImg01 {
	margin: calc(40/750*100vw) auto 0 calc(57/750*100vw);
	width: calc(310/750*100vw);
}
.sec05 .secImg02 {
	width: calc(310/750*100vw);
	top: calc(740/750*100vw);
	left: calc(385/750*100vw);
	position: absolute;
}
.sec05 .secImg03 {
	width: calc(695/750*100vw);
	margin: calc(142/750*100vw) 0 0 auto;
}
@media (min-width:768px){
	.sec05 .secContCol {
		width: calc(838/1250*100vw);
		height: calc(923/1250*100vw);
	}
	.sec05 .secTxtCol {
		right: 0;
		top: calc(10/1250*100vw);
	}
	.sec05 .secTit {
		width: calc(412/1250*100vw);
	}
	.sec05 .secImg01 {
		margin: 0;
		width: calc(196/1250*100vw);
		top: 0;
		left: 0;
	}
	.sec05 .secImg02 {
		width: calc(196/1250*100vw);
		top: calc(59/1250*100vw);
		left: calc(208/1250*100vw);
	}
	.sec05 .secImg03 {
		width: calc(365/1250*100vw);
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media (min-width:1250px){
	.sec05 .secContCol {
		width: 838px;
		height: 923px;
	}
	.sec05 .secTxtCol {
		top: 10px;
	}
	.sec05 .secTit {
		width: 412px;
	}
	.sec05 .secImg01 {
		width: 196px;
	}
	.sec05 .secImg02 {
		width: 196px;
		top: 59px;
		left: 208px;
	}
	.sec05 .secImg03 {
		width: 365px;
	}
}

/* section 06
-----------------------------------------------*/
.sec06 .secTit {
	width: calc(592/750*100vw);
}
.sec06 .secImg01 {
	margin: calc(40/750*100vw) auto 0;
	width: calc(690/750*100vw);
	height: calc(1036/750*100vw);
}
.sec06 .secImg_1 {
	background-image: url("../images/sec06/img01-1.jpg");
}
.sec06 .secImg_2 {
	background-image: url("../images/sec06/img01-2.jpg");
}
.secTxtNote {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: calc(20/750*100vw);
	color: #000;
	display: inline-block;
	margin: calc(10/750*100vw) auto 0;
}
@media (min-width:768px){
	.sec06 .secContCol {
		width: calc(663/1250*100vw);
		height: calc(932/1250*100vw);
	}
	.sec06 .secTxtCol {
		left: 0;
		right: 0;
		margin: auto;
	}
	.sec06 .secTit {
		width: calc(360/1250*100vw);
	}
	.sec06 .secTxt {
		width: calc(450/1250*100vw);
	}
	.sec06 .secImg02 {
		width: calc(362/1250*100vw);
		top: calc(334/1250*100vw);
		left: 0;
	}
	.sec06 .secImg03 {
		width: calc(326/1250*100vw);
		z-index: 2;
		bottom: calc(20/1250*100vw);
		right: 0;
	}
	.secTxtNote {
		font-size: calc(10/1250*100vw);
		margin: 0;
		position: absolute;
		bottom: 0;
		right: calc(7/1250*100vw);
	}
}
@media (min-width:1250px){
	.sec06 .secContCol {
		width: 663px;
		height: 952px;
	}
	.sec06 .secTit {
		width: 360px;
	}
	.sec06 .secTxt {
		width: 450px;
	}
	.sec06 .secImg02 {
		width: 362px;
		bottom: 20px;
		top: 334px;
	}
	.sec06 .secImg03 {
		width: 326px;
	}
	.secTxtNote {
		font-size: 10px;
		right: 7px;
	}
}

/* footer
-----------------------------------------------*/
.btnCheckAll {
	width: calc(510/750*100vw);
	margin: calc(210/750*100vw) auto 0;
	display: block;
}
.allwrapper .staffCredit {
	width: calc(490/750*100vw);
	margin: calc(156/750*100vw) auto calc(90/750*100vw);
}
.footer {
	padding-bottom: 8.6vw;
}
.footerlogo {
	display: block;
	margin: 0 auto;
	width: 12vw;
}
.copyright {
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 3.73vw;
	font-size: 2.4vw;
}
@media (min-width:768px){
	.btnCheckAll {
		width: calc(306/1250*100vw);
		margin: calc(110/1250*100vw) auto 0;
	}
	.allwrapper .staffCredit {
		width: calc(390/1250*100vw);
		margin: calc(110/1250*100vw) auto calc(85/1250*100vw);
	}
	.footer {
		padding-bottom: calc(60/1250*100vw);
	}
	.footerlogo {
		display: block;
		margin: 0 auto;
		width: calc(65/1250*100vw);
	}
	.copyright {
		text-align: center;
		letter-spacing: 0.05em;
		margin-top: calc(12/1250*100vw);
		font-size: calc(10/1250*100vw);
	}
}
@media (min-width:1250px){
	.btnCheckAll {
		width: 306px;
		margin: 110px auto 0;
	}
	.allwrapper .staffCredit {
		width: 390px;
		margin: 110px auto 85px;
	}
	.footer {
		padding-bottom: 60px;
	}
	.footerlogo {
		display: block;
		margin: 0 auto;
		width: 65px;
	}
	.copyright {
		text-align: center;
		letter-spacing: 0.05em;
		margin-top: 12px;
		font-size: 10px;
	}
}


/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein-top{
	opacity: 0;
	transition: all .8s;
}
.fadein-top.scrollin-top{
	opacity: 1;
}
.fadein,.order,.order2,.orderMv{
	opacity: 0;
	transition: all .8s ease-out;
}
.fadein-mvTxt span {
	opacity: 0;
}
.anim-tit {
	transition: all 1s ease-in-out;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	display: block;
}
.anim-tit.scrollin {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
.anim-up{
	transform: translate(0, 20px);
}
.anim-right{
	transform: translate(-20px, 0);
}
.anim-left{
	transform: translate(20px, 0);
}

.fadein.anim-ph {
	opacity: 1;
}
.fadein.scrollin.anim-ph .phInner div {
	animation: anim-ph 6s infinite;
}
.fadein.scrollin.anim-ph .phInner div:nth-of-type(2) {
	animation-delay: 3s;
}
@media (min-width:768px){
	.fadein.scrollin.anim-ph:not(.notDelay) .phInner div {
		animation-delay: 0.5s;
	}
	.fadein.scrollin.anim-ph:not(.notDelay) .phInner div:nth-of-type(2) {
		animation-delay: 3.5s;
	}
}
@keyframes anim-ph {
	0%{ opacity: 0;}
	25%{ opacity: 1;}
	50%{ opacity: 1;}
	75%{ opacity: 0;}
	100%{ opacity: 0;}
}

.fadein.scrollin,
.order.scrollin,
.order2.scrollin,
.orderMv.scrollin{
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein-top.scrollin-top{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein.delay10s {
	transition-delay: 1s;
}
.fadein.delay13s {
	transition-delay: 1.3s;
}
.fadein.delayPc05s {
	transition-delay: 0.5s;
}
