@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;
}
img,video,iframe {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
#mc {
	max-width: 1200px;
	margin: 0 auto 5%;
}
	#mc .title {
	max-width: 620px;
    width: 56%;
    padding: 8% 0;
	margin: 0 auto;
	}
/*
#mc .title {
	max-width: 340px;
	width: 80%;
	padding: 5% 0;
	margin: 0 auto;
}
*/
#YTWrap {
  	position: relative;
    width:100%;
    margin: 0 auto;
    padding-top: 56.25%;
}

#YTWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.text{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
	.swiper-slide {
		width: 150px;
		margin: 0 5px
	}
.list {
	margin: 5% auto;
}
.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: 11px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.list .price {
	font-size: 10px;
}


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



.profile {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10% 8% 10%;
	gap: 3%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 90%;
	margin: 0 auto;
}
.profile__photo {
	flex-shrink: 0;
	width: 70%;
	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: 5% 0 3%;
}
.profile__text p {
	margin: 0;
	font-size: 11px;
/*	line-height: 1.3;*/
	color: #444;
/*	    line-height: 2;*/
/*    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;
}
@media only screen and (min-width: 768px)  {
	
	#mc .title {
		max-width: 340px;
		width: 80%;
		padding: 5% 0;
		margin: 0 auto;
	}
	
	.list .copy {
		margin: 0 auto 2.5%;
		font-size: 16px;
	}
	
	.swiper-slide {
		width: 200px;
		margin: 0 15px
	}
	
	.profile__text p {
		font-size: 12px;
	}
	
	.list .name {
		font-size: 12px;
	}
}


.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;
}

#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;
}

/*************************************************
                view
*************************************************/
#mc .spview {
	display: block;
}
#mc .pcview {
	display: none;
}
@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;
	}

}


