@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
picture {
display: block;
}
.allwrapper ul,.allwrapper li {
	margin: 0;
	padding: 0;
	display: inline-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;
letter-spacing: 0.02em;
background: #fff;
animation-delay: 0.75s;
font-family: "Noto Serif JP", serif;
font-weight: 500;
color: #000;
}
.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);
	}
	.mdBtn::after,
	.itemCdtList li:not(.linkNone),
	img.modal__close-btn-img {
		transition: all  0.7s ease;
	}
	.mdBtn:hover::after,
	.itemCdtList li:not(.linkNone):hover,
	img.modal__close-btn-img:hover {
		opacity: 0.7;
	}
	
	.modal_open img {
		transition: all  0.4s ease;
	}
	.modal_open:hover img {
		opacity: 0.8;
	}
}
.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;
	}
}
/* page style
-----------------------------------------------*/
body{
	margin: 0;
}
.allwrapper {
	text-align: center;
}
.mv {
	position: relative;
	width: 100%;
}
.mvImg {
	position: relative;
	z-index: 1;
}
.mvLogo {
	position: absolute;
	width: calc(112/750*100vw);
	left: 3%;
	top: 2%;
	z-index: 2;
}
.mvTit {
	position: absolute;
	width: calc(448/750*100vw);
	left: 0;
	right: 0;
	top: calc(567/750*100vw);
	margin: auto;
	z-index: 2;
	padding-right: 0.3vw;
    box-sizing: content-box;
}
@media (min-width:768px) {
	body.static .wrapper {
		margin-top: 0;
	}
	.mvTit {
		width: calc(489 / 1250* 100vw);
        top: 56%;
		padding-right: 0;
	}
}


/* Lineup
-----------------------------------------------*/
.lineup {
	padding: calc(110/750*100vw) 0;
	background-color: #efece9;
}
.lineup .tit {
	width: calc(203/750*100vw);
	margin: auto;
	display: block;
}
.lineup .list {
	margin: calc(40/750*100vw) auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: calc(20/750*100vw) calc(15/750*100vw);
}
.lineup .list li {
	position: relative;
	width: calc(326/750*100vw);
}
.lineup .list li .btnBuy {
	width: calc(62/750*100vw);
	position: absolute;
	z-index: 2;
	top: calc(429 / 750 * 100vw);
    left: calc(177 / 750 * 100vw);
}
.allwrapper .btn {
	display: flex;
	justify-content: center;
	margin: calc(60/750*100vw) auto 0;
	width: calc(567/750*100vw);
	line-height: calc(95/750*100vw);
	background-color: #b32331;
}
.allwrapper .btn span {
	color: #fff;
	font-size: calc(28/750*100vw);
	display: inline-block;
	transform: scaleX(0.95);
}
.allwrapper .btn img {
	width: calc(16/750*100vw);
	margin: 0;
	padding-top: 0.3vw;
}
@media (min-width:768px) {
	.lineup {
		padding: 60px 0 80px;
	}
	.lineup .tit {
		width: 122px;
	}
	.lineup .list {
		margin: 25px auto 0;
		gap: calc(12/1000*100vw) calc(10/1000*100vw);
		width: calc(814/1000*100vw);
	}
	.lineup .list li {
		width: calc(196/1000*100vw);
	}
	.lineup .list li .btnBuy {
		width: calc(37/1000*100vw);
		top: calc(258/1000*100vw);
        left: calc(108/1000*100vw);
	}
	.allwrapper .btn {
		margin: 70px auto 0;
		width: 340px;
		line-height: 57px;
	}
	.allwrapper .btn span {
		font-size: 16px;
	}
	.allwrapper .btn img {
		width: 9px;
		padding-top: 2.5px;
	}
}
@media (min-width:1000px) {
	.lineup .list {
		margin: 25px auto 0;
		gap: 12px 10px;
		width: 814px;
	}
	.lineup .list li {
		width: 196px;
	}
	.lineup .list li .btnBuy {
		width: 37px;
		top: 258px;
        left: 108px;
	}
}

/* Section COMMON
-----------------------------------------------*/
.secWrap {
	position: relative;
	margin: 0 auto;
	padding-top: calc(100/750*100vw);
}
.secWrap .tit {
	margin: 0 auto calc(30/750*100vw);
	display: block;
}
.secImgCol,
.secImgOuter {
	position: relative;
	margin: calc(25/750*100vw) auto 0;
}

.secImgCol {
	width: calc(692/750*100vw);
	height: calc(1036/750*100vw);
	overflow: hidden;
}
.secImgOuter.twoItems {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(692/750*100vw);
}
.secImgOuter.twoItems .secImgCol {
	width: calc(334/750*100vw);
	height: calc(504/750*100vw);
	margin: 0;
}
.secImgY {
	height: calc(460/750*100vw);
}
@media (min-width:768px) {
	.secWrap {
		padding-top: 120px;
		width: calc(848/1000*100vw);
	}
	.sec02.secWrap,
	.sec03.secWrap {
		padding-top: 80px;
	}
	.secWrap .tit {
		margin: 0 auto 20px;
	}
	.secImgCol,
	.secImgOuter {
		margin: 0 auto;
	}
	.secImgCol {
		width: calc(417/1000*100vw);
		height: calc(622/1000*100vw);
	}
	.secImgOuter.twoItems {
		width: calc(417/1000*100vw);
	}
	.secImgOuter.twoItems .secImgCol {
		width: calc(202/1000*100vw);
		height: calc(304/1000*100vw);
	}	
	.secImgY {
		height: calc(304/1000*100vw);
	}
}
@media (min-width:1000px) {
	.secWrap {
		width: 848px;
	}
	.secImgCol {
		width: 417px;
		height: 622px;
	}
	.secImgOuter.twoItems {
		width: 417px;
	}
	.secImgOuter.twoItems .secImgCol {
		width: 202px;
		height: 304px;
	}	
	.secImgY {
		height: 304px;
	}
}

.modal {
	z-index: 200;
}
.modal__container{
	z-index: 9000;
	position: fixed;
	top: -150vh;
	left: 0;
	width: 100%;
	height: 101%;
	text-align: center;
	background: #efece9;
	padding: 70px 0 32.27vw;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
}
.modal__container.is-active{
	visibility: visible;
	top: 0;
}
.modal__close-btn {
	position: fixed;
	top: 6vw;
	right: 3.7vw;
	width: 22px;
	cursor: pointer;
	z-index: 9001;
}
img.modal__close-btn-img {
	width: 100%;
	height: auto;
}
.modal__content{
	text-align: left;
	color: #000;
}
.modal_item {
	width: calc(690/750*100vw);
	margin: auto;
	display: flex;
	gap: calc(50/750*100vw);
}
.modal_box + .modal_box,
.modal_item + .modal_item {
	padding-top: 50px;
}
.mdBtn {
	cursor: pointer;
}
.mdBtn::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: calc(15/750*100vw);
    right: calc(15/750*100vw);
	width: calc(50/750*100vw);
	height: calc(50/750*100vw);
	background-image: url('../images/btn-plus.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top right;
}
.itemCdtImg {
	display: flex;
	flex-wrap: wrap;
	gap: calc(10/750*100vw);
	width: calc(428/750*100vw);
}
.itemCdtImgLi,
.modalSlide {
	width: calc(428/750*100vw);
}
.modalSlide {
	position: relative;
}
.modalSlide .slick-dots {
	position: absolute;
	right: calc(10/750*100vw);
	bottom: calc(10/750*100vw);
	width: initial;
}
.modalSlide .slick-dots li {
	margin: 0 2px;
}
.modalSlide .slick-dots li button {
	background: none;
}
/* dots のスタイル */
.modalSlide .slick-dots li button:before {
	content: '';
	display: block;
	width: calc(10/750*100vw);
	height: calc(10/750*100vw);
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	opacity: 0.5;
}
/* アクティブなドットのスタイル */
.modalSlide .slick-dots li.slick-active button {
	background-color: inherit;
}
.modalSlide .slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
}
.modalSlide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.itemCdtImg .itemCdtList li {
	width: 100%;
}
.itemCdtTxt {
	margin-top: calc(-10/750*100vw);
}
.itemCdtTxt h3 {
	display: block;
}
#modal01 .itemCdtTxt h3 { width: calc(121/750*100vw); }
#modal02 .itemCdtTxt h3 { width: calc(126/750*100vw); }
#modal03 .itemCdtTxt h3 { width: calc(128/750*100vw); }
#modal04 .itemCdtTxt h3 { width: calc(128/750*100vw); }
#modal05 .itemCdtTxt h3 { width: calc(127/750*100vw); }
#modal06 .itemCdtTxt h3 { width: calc(128/750*100vw); }
#modal07 .itemCdtTxt h3 { width: calc(127/750*100vw); }
#modal08 .itemCdtTxt h3 { width: calc(129/750*100vw); }
#modal09 .itemCdtTxt h3 { width: calc(128/750*100vw); }
#modal10 .itemCdtTxt h3 { width: calc(121/750*100vw); }
#modal11 .itemCdtTxt h3 { width: calc(113/750*100vw); }
#modal12 .itemCdtTxt h3 { width: calc(118/750*100vw); }
#modal13 .itemCdtTxt h3 { width: calc(119/750*100vw); }
#modal14 .itemCdtTxt h3 { width: calc(118/750*100vw); }
#modal15 .itemCdtTxt h3 { width: calc(117/750*100vw); }
#modal16 .itemCdtTxt h3 { width: calc(118/750*100vw); }
#modal17 .itemCdtTxt h3 { width: calc(117/750*100vw); }
#modal18 .itemCdtTxt h3 { width: calc(119/750*100vw); }
#modal19 .itemCdtTxt h3 { width: calc(118/750*100vw); }
#modal20 .itemCdtTxt h3 { width: calc(126/750*100vw); }

.itemCdtList {
	width: 100%;
	margin: calc(25/750*100vw) auto 0;
}
.itemCdtList02 {
	margin: 0 auto;
}
.itemCdtList li {
	width: 100%;
	margin-top: calc(15/750*100vw);
}
.itemCdtList li a {
	display: inline-block;
	font-size: calc(24/750*100vw);
	line-height: 1.1;
}
.itemCdtList li a .modal_itemname {
	font-family: "Noto Serif JP", serif;
	display: block;
	color: #b32331;
}
.itemCdtList li a .modal_itemname span {
	text-indent: -0.6rem;
    display: inline-block;
}
.itemCdtList li a .modal_price {
	font-family: "Noto Serif JP", serif;
	display: block;
	color: #393939;
}
.itemCdtList li a .modal_buy {
	width: calc(62/750*100vw);
	margin-top: calc(5/750*100vw);
}
.itemCdtList li.linkNone a {
	pointer-events: none;
}
.itemCdtList li.linkNone a .modal_buy {
	opacity: 0.3;
	filter: grayscale(100%);
}

body.is-modal-active .allwrapper {
	overflow-y: hidden;
}

.modal_itemname .sp {
	display: block;
}
@media (min-width:768px){
	.modal_itemname .sp {
		display: none;
	}
}
@media (min-width:768px){
	.modal_box + .modal_box,
	.modal_item + .modal_item {
		padding-top: 50px;
	}
	.modal__container{
		padding-bottom: 100px;
	}
	.modal__close-btn {
		top: 30px;
		right: 30px;
	}
	.modal_item {
		width: 760px;
		gap: 20px;
		position: relative;
		justify-content: center;
	}
	.mdBtn::after {
		top: 10px;
        right: 10px;
        width: calc(30/1000*100vw);
		height: calc(30/1000*100vw);
	}
	.itemCdtImg {
		width: 490px;
		gap: 10px;
		display: flex;
	}
	.itemCdtImgLi,
	.modalSlide {
		width: 240px;
	}
	.modalSlide .slick-dots {
		right: 2px;
		bottom: 4px;
	}
	/* dots のスタイル */
	.modalSlide .slick-dots li button:before {
		width: 6px;
		height: 6px;
	}
	.itemCdtTxt {
		position: relative;
		margin-top: -7px;
	}
	#modal01 .itemCdtTxt h3 { width: 72px; }
	#modal02 .itemCdtTxt h3 { width: 76px; }
	#modal03 .itemCdtTxt h3 { width: 76px; }
	#modal04 .itemCdtTxt h3 { width: 76px; }
	#modal05 .itemCdtTxt h3 { width: 76px; }
	#modal06 .itemCdtTxt h3 { width: 77px; }
	#modal07 .itemCdtTxt h3 { width: 76px; }
	#modal08 .itemCdtTxt h3 { width: 77px; }
	#modal09 .itemCdtTxt h3 { width: 77px; }
	#modal10 .itemCdtTxt h3 { width: 68px; }
	#modal11 .itemCdtTxt h3 { width: 72px; }
	#modal12 .itemCdtTxt h3 { width: 71px; }
	#modal13 .itemCdtTxt h3 { width: 71px; }
	#modal14 .itemCdtTxt h3 { width: 71px; }
	#modal15 .itemCdtTxt h3 { width: 71px; }
	#modal16 .itemCdtTxt h3 { width: 71px; }
	#modal17 .itemCdtTxt h3 { width: 71px; }
	#modal18 .itemCdtTxt h3 { width: 72px; }
	#modal19 .itemCdtTxt h3 { width: 71px; }
	#modal20 .itemCdtTxt h3 { width: 75px; }
	.itemCdtListWrap {
		display: flex;
		gap: 30px;
		width: 220px;
	}
	.itemCdtList {
		margin: 18px 0 0;
		width: 100px;
	}
	.itemCdtList02 {
		margin: 18px 0 0;
	}
	.itemCdtList.widthFull {
		width: 100%;
	}
	.itemCdtList li {
		margin-top: 10px;
	}
	.itemCdtList li a {
		font-size: 12px;
	}
	.itemCdtList li a .modal_buy {
		width: 37px;
		margin-top: 5px;
	}
}
@media (min-width:1000px) {
	.modal_item {
		width: 862px;
		gap: 27px;
	}
	.itemCdtImg {
		width: 531px;
		gap: 15px;
	}
	.itemCdtImgLi,
	.modalSlide {
		width: 258px;
	}
	.itemCdtTxt {
		position: absolute;
		top: -7px;
		right: -110px;
		margin-top: 0;
	}
	.itemCdtList li a {
		font-size: 14px;
	}
	.itemCdtListWrap {
		gap: 40px;
		width: 250px;
	}
	.mdBtn::after {
        width: 30px;
		height: 30px;
	}
}

/* section 01
-----------------------------------------------*/
@media (min-width:768px){
	.sec01 .secImgWrap {
		position: relative;
		width: 100%;
		height: calc(940/1000*100vw);
	}
	.sec01.secWrap .tit {
		width: 332px;
	}
	.sec01 .secImg01 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec01 .secImg02-03 {
		position: absolute;
		top: 0;
		right: 0;
	}
	.sec01 .secImg04-05 {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.sec01 .secImg06 {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (min-width:1000px){
	.sec01 .secImgWrap {
		height: 940px;
	}
}

/* section 02
-----------------------------------------------*/
@media (min-width:768px){
	.sec02 .secImgWrap {
		position: relative;
		width: 100%;
		height: calc(1256/1000*100vw);
	}
	.sec02.secWrap .tit {
		width: 548px;
	}
	.sec02 .secImg01-02 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec02 .secImg03 {
		position: absolute;
		top: 0;
		right: 0;
	}
	.sec02 .secImg04-05 {
		position: absolute;
		top: calc(317/1000*100vw);
		left: 0;
	}
	.sec02 .secImg06-07 {
		position: absolute;
		top: calc(317/1000*100vw);
		right: 0;
	}
	.sec02 .secImg08 {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.sec02 .secImg09 {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (min-width:1000px){
	.sec02 .secImgWrap {
		height: 1256px;
	}
	.sec02 .secImg04-05 {
		top: 317px;
	}
	.sec02 .secImg06-07 {
		top: 317px;
	}
}

/* section 03
-----------------------------------------------*/
@media (min-width:768px){
	.sec03 .secImgWrap {
		position: relative;
		width: 100%;
		height: calc(1256/1000*100vw);
	}
	.sec03.secWrap .tit {
		width: 169px;
	}
	.sec03 .secImg01 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec03 .secImg02-03 {
		position: absolute;
		top: 0;
		right: 0;
	}
	.sec03 .secImg04 {
		position: absolute;
		top: calc(317/1000*100vw);
		right: 0;
	}
	.sec03 .secImg05 {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.sec03 .secImg06-07 {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (min-width:1000px){
	.sec03 .secImgWrap {
		height: 1256px;
	}
	.sec03 .secImg04 {
		top: 317px;
	}
}

/* footer
-----------------------------------------------*/
.allwrapper video.secMovColPc {
	width: 370px;
	margin: 100px auto;
}
.about {
	background-color: #efece9;
	position: relative;
	padding: calc(100/750*100vw) 0 0;
	margin: calc(170/750*100vw) auto 0;
}
.about::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(12/750*100vw);
	background-color: #b32331;
	position: absolute;
	top: 0;
	left: 0;
}
.about .tit {
	width: calc(390/750*100vw);
	margin: 0 auto;
}
.about .logoCol {
	width: calc(105/750*100vw);
	margin: calc(60/750*100vw) auto 0;
}
.about .txt {
	width: calc(626/750*100vw);
	margin: calc(66/750*100vw) auto 0;
}
.allwrapper .btn {
	margin: calc(100/750*100vw) auto 0;
}
@media (min-width:768px) {
	.about {
		padding: 60px 0 0;
		margin: 100px auto 0;
	}
	.about::before {
		height: 10px;
	}
	.about .tit {
		width: 234px;
	}
	.about .logoCol {
		width: 62px;
		margin: 40px auto 0;
	}
	.about .txt {
		width: 335px;
		margin: 40px auto 0;
	}
	.allwrapper .btn {
		margin: 70px auto 0;
	}
}

.allwrapper ul.staffCredit {
	margin: calc(150/750*100vw) auto calc(100/750*100vw);
}
.allwrapper ul.staffCredit li:not(:first-child) {
	margin-top: calc(20/750*100vw);
}
.allwrapper ul.staffCredit li {
	display: block;
}
.allwrapper .footer {
	padding-bottom: 8.6vw;
	background-color: inherit;
}
.footerlogo {
	display: block;
	margin: 0 auto;
	width: 50PX;
}
.copyright {
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 3.73vw;
	font-size: 2vw;
	font-family: "Noto Serif JP", serif;
	color: #9a9a9a;
}
@media (min-width:768px){
	.allwrapper ul.staffCredit {
		margin: 100px auto 40px;
		width: 400px;
	}
	.allwrapper ul.staffCredit li:not(:first-child) {
		margin-top: 10px;
	}
	.footer {
		padding-bottom: 100px;
	}
	.footerlogo {
		display: block;
		margin: 0 auto;
		width: 85px;
	}
	.copyright {
		text-align: center;
		letter-spacing: 0.05em;
		margin-top: 20px;
		font-size: 10px;
	}
}


/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein-top,
.fadein,.order {
	opacity: 0;
	transition: all 1s ease;
}
.fadein-top.scrollin-top,
.fadein.scrollin,
.order.scrollin{
	opacity: 1;
	transform: translate(0, 0) scale(1);
	animation-name: blur;
  	animation-duration: 1s;
}
@keyframes blur {
	0% {
		filter: blur(5px);
	}
	100% {
		filter: blur(0);
	}
}