@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);
	}
	.itemCdtList li:not(.linkNone),
	img.modal__close-btn-img {
		transition: all  0.7s ease;
	}
	.itemCdtList li:not(.linkNone):hover,
	img.modal__close-btn-img:hover {
		opacity: 0.7;
	}
	.modal_open:not(.dimmed):hover {
		transition: all  0.3s ease;
  		filter: brightness(85%);
		cursor: pointer;
	}
}
.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;
}
.mvTit {
	position: absolute;
	width: calc(346 / 750 * 100vw);
    left: 0;
    right: 0;
    top: calc(592 / 750 * 100vw);
	margin: auto;
	z-index: 2;
    box-sizing: content-box;
}
@media (min-width:768px) {
	body.static .wrapper {
		margin-top: 0;
	}
	.mvTit {
		width: calc(978 / 2500* 100vw);
        top: 32%;
        left: 1.7%;
		right: inherit;
	}
}


/* Lineup
-----------------------------------------------*/
.lineup {
	padding: calc(110/750*100vw) 0;
}
.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);
}
.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);
	}
	.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;
	}
}


/* ---------- typing ---------- */
.typingCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #473535;
  text-align: center;
  padding: 0 5%;
  height: calc(413/750*100vw);
}
.typingTxt {
  font-size: calc(24/750*100vw);
  line-height: 2;
  white-space: pre-line;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
}
.typingTit {
  font-size: calc(34/750*100vw);
  margin-bottom: calc(34/750*100vw);
}

@media (min-width: 768px) {
	.typingCol {
		height: calc(496/2500*100vw);
	}
	.typingTxt {
		font-size: calc(29/2500*100vw);
	}
	.typingTit {
		font-size: calc(42/2500*100vw);
		margin-bottom: calc(42/2500*100vw);
	}
}


/* Section COMMON
-----------------------------------------------*/
.bgR {
	background-color: #b32331;
}
.bgB {
	background-color: #473535;
}
.secWrap {
	position: relative;
	margin: 0 auto;
}

.modal {
	z-index: 200;
}
.modal__container{
	z-index: 9000;
	position: fixed;
	top: -150vh;
	left: 0;
	width: 100%;
	height: 101%;
	text-align: center;
	background: #efe9ea;
	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:not(.dimmed) {
  cursor: pointer;
}

.mdBtn::after {
  display: none;
}
.mdBtn:not(.dimmed)::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 2%;
  right: 2%;
  width: 11%;
  height: 11%;
  background-image: url('../images/btn-plus.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.mdBtn.colorB:not(.dimmed)::after {
  background-image: url('../images/btn-plus-b.png');
}
.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); }

.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;
	}
	.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; }
	.itemCdtListWrap {
		display: flex;
		gap: 30px;
		width: 220px;
	}
	.itemCdtList {
		margin: 6px 0 0;
		width: 100px;
	}
	.itemCdtList02 {
		margin: 6px 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: 2px;
	}
}
@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;
	}
}

.imgItem {
	width: 100%;
	margin: 0 auto;
}
@media (min-width:768px) {

	.imgItem {
		width: 30%;
		margin: 7% auto;
	}
}

/* ---------- Gallery ---------- */
.scrollGallery {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.galleryTxtCol {
	width: 33.3333%;
	position: absolute;
	z-index: 2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.galleryTxtInner .txtNum {
	margin: 0 auto;
	width: 14%;
}
.galleryTxtInner .txtCatch {
	margin: 10% auto 0;
	width: 100%;
}
.galleryInner {
  position: relative;
  display: flex;
  height: auto;
}

.imgWrap {
  flex: 0 0 33.3333%;
  position: relative;
}

.imgWrap img {
  width: 100%;
  height: auto;
  display: block;
}

.imgWrap.dimmed {
  filter: brightness(30%);
  pointer-events: none;
}

/* ---------- SP ---------- */
@media (max-width: 767.9px) {
	.scrollGallery {
		justify-content: center;
		padding-bottom: 60px;
		min-height: 100vh;
 		height: 100dvh;
	}
	.galleryTxtCol {
		width: 100%;
		z-index: 1;
		margin-top: -20px;
	}
	.galleryTxtInner .txtNum {
		margin: 0 auto;
		width: calc(88/750*100vw);
	}
	.galleryTxtInner .txtCatch {
		margin: calc(1080/750*100vw) auto 0;
		width: 90%;
	}
	.galleryInner {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.imgWrap {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(661/750*100vw);
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: opacity 0.8s ease;
	}
	.imgWrap img {
		width: 100%;
		height: auto;
	}
	.imgWrap.active {
		opacity: 1;
	}
  .scrollGallery .imgWrap:first-child,
  .scrollGallery .imgWrap:last-child {
    display: none;
  }
}
@media (max-width: 414px) and (max-height: 890px) {
	.galleryTxtInner .txtNum {
		width: calc(68/750*100vw);
	}
	.galleryTxtInner .txtCatch {
		margin: calc(980/750*100vw) auto 0;
		width: 80%;
	}
}


/* footer
-----------------------------------------------*/
.about {
	position: relative;
	margin: calc(100/750*100vw) auto;
}
.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(60/750*100vw) auto 0;
}
.allwrapper .about .btn {
	margin: calc(100/750*100vw) auto 0;
}
@media (min-width:768px) {
	.about {
		margin: 260px auto;
		display: flex;
		gap: 190px;
		justify-content: center;
		align-items: center;
	}
	.allwrapper video.secMovColPc {
		width: 370px;
		margin: 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,
	.allwrapper .about .btn {
		margin: 70px auto 0;
	}
}


.allwrapper .footer {
	position: relative;
	height: calc(100vh - 60px);
	overflow: hidden;
}
.allwrapper .footerTxtWrap {
    position: relative;
    z-index: 1;
    height: 200vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0vh 3.5% 166vh;
}
@media (max-width: 414px) and (max-height: 890px) {
	.allwrapper .footerTxtWrap {
		padding: 0vh 3.5% 177vh;
	}
}
.allwrapper .footerTxt {
	width: calc(374/750*100vw);
    margin-left: auto;
}
.allwrapper .footerBrand {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
}
.allwrapper .footerlogo {
	display: block;
	width: calc(128/750*100vw);
}
.allwrapper .copyright {
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 3.73vw;
	font-size: 2vw;
	font-family: "Noto Serif JP", serif;
	color: #fff;
}
@media (min-width:768px){
	.allwrapper .footer {
	height: inherit;
	}
	.allwrapper .footerTxtWrap {
		position: absolute;
		height: inherit;
		display: block;
		padding: 0;
		top: 7%;
		right: 5%;
	}
	.allwrapper .footerTxt {
		width: 248px;
	}
	.allwrapper .footerBrand {
		left: 2.5%;
		bottom: 3%;
}
	.allwrapper .footerlogo {
		width: 85px;
	}
	.allwrapper .copyright {
		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);
}