@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
	padding: 0;
	margin: 0;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-size: 12px;
	line-height: 1.8;
}
img,video,iframe {
	width: 100%;
	border: none;
}
h1,h2,h3,h4{
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}

section{
	padding: 10%;
}

#mc {
/*	max-width: 1200px;*/
	margin: 0 auto;
}

#mc .contant_child{
	padding: 5% 0;
}
/*
	#mc .title {
	max-width: 620px;
    width: 56%;
    padding: 8% 0;
	margin: 0 auto;
	}
*/
#mc .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 310px;
	width: 70%;
	padding: 5% 0;
	margin: 0 auto;
/*	opacity: 0;*/
}

#mc .header{
	position: relative;
	height: 100vh;
}

#mc .header .kv img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	
}

#mc .subtit{
	font-size: 30px;
	width: 100%;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-family: neue-haas-grotesk-text, sans-serif;
}

#mc .event h3{
	font-size: 22px;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-color: #dfd8cc;
	text-underline-offset: 7px;
/*	text-decoration-color: #f2efea;*/
}

#mc .event h4{
	font-size: 14px;	
	font-weight: 400;
	margin-top: 2%;
}

#mc .detail{
	margin-top: 5%;
}

#mc .button{
	border: 1px solid #000;
/*	padding: 3% 5%;*/
	font-size: 10px;
	text-align: center;
}

#mc .button a{
	display: block;
	padding: 3% 5%;
}
.text{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.swiper-slide {
	width: 150px;
	margin: 0 5px
}
.list {
	margin: 5% auto;
	width: 100% !important;
	padding: 5% 0;
}

.list .subtit,.items_text{
	    padding: 0 10% !important;
}

.list .button{
/*	    margin: 0 10% !important;*/
}

.list .buttons{
	    display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
	margin: 0 10% !important;
}

.list .copy {
	margin: 0 auto 2.5%;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	font-family: neue-haas-grotesk-text, sans-serif;
}
	.list .copy {
		margin: 10% auto 5%;
		font-size: 14px;
	}
.list .time {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 10px;
}
.list .time::before {
	content: "\025b6\FE0E";
	margin-right: 5px;
	
}
.list .name {
	font-size: 10.5px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	text-align: center;
}
.list .price {
	font-size: 10px;
}

.list .img {
/*	margin-bottom: 6%;*/
}

.list p {
	margin: 10% 0 2%;
}

.list .instlink {
	text-decoration: underline !important;
}

.main{
	width: 100% !important;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	transition: 0.2s all 0s ease;
}



.profile {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7%;
	margin: 0 auto;
}
.profile__photo {
	flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	background-color: #ddd;
	margin : 0 auto;
}
.profile__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.profile__text {
	flex: 1;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}


.profile__text h2 {
	font-size: 12px; 
	font-weight: 700;
	margin: 10% 0 1%;
}
.profile__text p {
	margin: 0;
	font-size: 11px;
	color: #444;
	line-height: 1.4;
/*    text-align: center;*/
/*    letter-spacing: 1px;*/
}
.sns{
	font-size: 11px;
}

.sns a{
	text-decoration: underline;
}

.en{
	font-family: neue-haas-grotesk-text, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.novelty p{
/*	line-height: 1.6!important;*/
	margin-top: 0 !important;
}

.event_text p{
	margin-top: 0 !important;
}

/*
  .fade-in {
  animation: fadeIn 1.5s ease-in-out forwards;
}
*/

.anim{
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.anim.show{
  opacity: 1;
}

.title img{
  animation: fadeIn 1.5s ease-in-out forwards;
	animation-delay: 2s;
	opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
	  transform: translatey(3px);
  }
  to {
    opacity: 1;
	  transform: translatey(0);
  }
}

@media only screen and (min-width: 768px)  {
	
	html,
	body {
		font-size: 16px;
		line-height: 2.0;
	}
	
/*
	#mc{
		display: flex;
	}
*/
	
	#mc .contant_child {
     padding:0 0 5%; 
	max-width: 800px;
}
	section{
	padding: 5% 10%;
}
	
	#mc .header{
		position: fixed;
		width: 40%;
		top: 0;
		left: 0;
	}
	
	#mc .header img{
		width: 100%;
		overflow: hidden;
	}
	#mc .contant{
		margin-left: 40%;
		padding: 0;
	}
	
		#mc .contant_child{
/*		padding: 0 10%;*/
			margin: 0 auto;
	}
	
	#mc .title {
		max-width: 340px;
		width: 90%;
		padding: 5% 0;
		margin: 0 auto;
	}
	
	#mc .event h3 {
    font-size: 30px;
}
	#mc .event h4 {
    font-size: 20px;
}
	.profile__text h2 {
    font-size: 16px;
		    margin: 3% 0 1%;
}
	#mc .profile {
		
/*        padding: 0% 3% 5%;*/
		
    }
	
	#mc .subtit{
	font-size: 50px;
}
	
	.list .copy {
		margin: 0 auto 2.5%;
		font-size: 16px;
	}
	
	.swiper-slide {
		width: 280px;
		margin: 0 15px
	}
	
	.profile__text p {
		font-size: 14px;
	}
	
	.list .name {
		font-size: 14px;
	}
	
	#mc .small {
    font-size: 14px!important;
}
	#mc .button {
    font-size: 14px;
}
	.sns {
    font-size: 14px;
}
}


.read {
	text-align: center;
	font-size: 11px;
	width: 90%;
/*	line-height: 2;*/
	margin: 0 auto;
}
/*
.read span.coming {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
*/
.read span.bold {
	font-weight: 600;
}
.banner {
	margin: 5% auto 0;
	max-width: 500px;
}
#mc .iteminfo {
      text-align: center;
      font-size: 14px;
      margin: 50px auto 5px;
      padding: 10px;
      border: 1px solid #000;
      letter-spacing: 2px;
      font-weight: bold;
      box-sizing: border-box;
	clear: both;
	width: 94%;
		
  }
.clear {
    clear: both;
}

.event_text p {
	margin-bottom: 25% !important;
}

#mc .text{
	max-width: 650px;
	margin: 20% auto 20%;
/*	padding: 0 8%;*/
	text-align: left;
	width: 90%;
}

#mc .text p{
	font-size: 11px;
/*	line-height: 2;*/
	text-align: left;
	letter-spacing: 1px;
}

#mc .blog{
	max-width: 500px;
	margin: 5% auto 10%;
	
}

#mc .blog .link_ttl{
	width: 80%;
	margin: 0 auto;
	
}
.textit{
	text-align: center !important;
	margin-bottom: 3% !important;
/*	padding: 0;*/
}

#mc .f-en {
    font-family: "ivymode", sans-serif;
}

#mc .small{
	display: block;
	font-size:10px; 
	margin: 4% 0;
}

#mc .big{
/*	display: block;*/
/*	font-size:14px; */
/*	margin: 2% 0;*/
}

.novelty .small{
	margin: 10% 0 0 !important;
}
/*************************************************
                view
*************************************************/
#mc .spview {
	display: block;
}
#mc .pcview {
	display: none;
}


.footer-section {
	padding: 8% 0;
	width: 100%;
	height: auto;
	background: #f2efea;
	border-top: #000 solid 1px;
  /* padding-top: calc(100 * var(--u)); */
}

.footer-section__logo {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto 8%;
	object-fit: contain;
}

.footer-section__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 80%;
/*
  height: calc(61 * var(--u));
  padding: calc(16 * var(--u)) calc(69 * var(--u));
*/
  margin: 0 auto;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  list-style: none;
}

.footer-section__link {
  text-decoration: underline;
}

.footer-section__copy {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
	margin: 8% 0 0;
  /* width: calc(224 * var(--u)); */
}


@media only screen and (min-width: 768px)  {
	
	#mc .iteminfo {
          width: 100%;
      }
	#mc .text{
		margin: 5% auto 8%;
	}
	#mc .text p{
		text-align: initial;
		width: 100%;
		margin: 0 auto;
		font-size:12px; 
	}
   	#mc .spview {
		display: none;
	}	
	#mc .pcview {
		display: block;
	}
	
/*
	#mc .profile {
      width: 750px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
		  padding: 5% 3%;
    }
*/

/*
	#mc .profile__photo {
		width: 100%;
	}
*/
	
	#mc .textit {
		font-size: 14px !important;
	}
	
	
	.footer-section {
	padding: 8% 0;
}

.footer-section__logo {
	width: 40%;
	margin: 0 auto 8%;
}

.footer-section__links {
  gap: 10px;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.2;
}

D

.footer-section__copy {
  font-size: 14px;
  line-height: 1.2;
	margin: 8% 0 0;
  /* width: calc(224 * var(--u)); */
}

}


