@charset "UTF-8";
/* CSS Document */

.specArea {
	padding: 20px 0;
}
.renewBox2 {
    border: 4px solid #fff;
    padding: 40px 20px 20px;
}
#topMovie {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
/* -------------------- */
/* -------- kv -------- */
/* -------------------- */


.kv{
	height: 100vh;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kv .main-copy{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}

.kv .sub-copy{
    color: #fff;
    font-size: 20px;
	padding-top: 15px;
    text-align: center;
	border-top: 1px solid #fff;
	
        margin-top: 10px;
        font-weight: bold;
}

.kv .catch-copy {
	width: 80%;
	max-width: 300px;
	z-index: 100;
}



@media screen and (min-width: 768px) {

    .kv{
        min-width: 960px;
    }

	.kv .main-copy{
		font-size: 60px;
	}

	.kv .sub-copy{
        font-size: 24px;
        margin-top: 10px;
        font-weight: bold;
	}

}


/* ----------------------- */
/* -------- video -------- */
/* ----------------------- */


.video{
    width: 100%;
    height: 100vh;
    height: 90vh;
    position: absolute;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
    /*z-index: -1;
    background: url("img/thumb.png") no-repeat center/cover;*/
}

.video::after{
    content: '';
    width: 100%;
    height: 100%;
   /*background-color: rgba(16, 57, 75, .3);*/
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	
	/*background: url("img/bg_dot.png") repeat;
	background-size:contain;*/
}

.video > video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	
	object-fit: cover;
}

@media screen and (min-width: 768px) {
    .video{
        min-width: 960px;
    }
}

.interviewVideo {
	position: relative;
    margin: 25% 0;
    padding-bottom: 25%;
}
.interviewVideo video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%; /* 動画をレスポンシブ化 */
  max-width: 400px; /* 動画の最大幅 */

    /*background: url("img/profile.png") no-repeat center/cover;*/
}

/* -------------------- */
/* ------- main ------- */
/* -------------------- */


main{
	padding: 80px 0;
}

.block:not(:first-child){
	margin-top: 60px;
}

.block h2{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.block p{
	max-width: 600px;
	margin: 20px auto 0;
	text-align: center;
}







#pageYokomine table.spec {
	text-align: center;
	color: #fff;
}

#pageYokomine #photoArea-mid p {
    margin: 0 auto;
}

#pageYokomine #photoArea-mid2 {
	clear: both;
	width: 70%;
	margin: 70px auto;
}
#pageYokomine #photoArea-mid2 img{
	display:block;
	margin: 0 auto;
}


.bg-black {
		background: #000;}
	h1.set {
    text-align: center;
    padding: 0px 10px 20px!important;
    border-left: none !important;
    border-bottom: 5px solid #B30002 !important;
    letter-spacing: 0.15em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 10px 0 50px;
    color: #fff;
		font-size: 2em;
		line-height: 2
}
/*h2{ color: #fff; line-height: 2;font-size: 22px; text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}*/
	h3{margin: 1em; color: #fff;}
	h4{ color: #B30002; font-weight: bold; font-size: 32px; margin-bottom: 1em; text-align: center;}
	.photoArea-mid {
		    width: 80%;
	}
	.specArea {
		overflow:hidden;
		margin: 2em auto;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
		.specArea h3{
		text-align: center;
	}
		.specArea table th{
			background: none;
			text-align: center;
	}
	.specArea table td {
			background: none;
		padding: 0 10px;
	}
	.renewBox2 {
		color: #fff;
		border: 5px solid #fff; padding: 40px 20px 20px;}
	.aboutForm { margin: 3em 1em;}
	.aboutForm li{ line-height: 2;}
	.aboutForm .formTtl{font-size: 1.2em; margin-top: 2em; margin-left: -1em;}
	.aboutForm .inner-ul {margin: 1em 1em;}
	.aboutForm .inner-ul li{ text-indent: -1em;}
	.normalModel {
		text-align:center;
width: 90%;
		max-width: 520px;
		margin: 30px auto;
		padding: 20px;
		overflow: hidden;
	}
		.normalModel a{
			color: #fff;
	}
	.cart-btn:hover {
		    background: #3F51B5;
	}
		.specArea table td.flex {
			
			border: none;
			display: -webkit-flex;
    display: flex;
    
    -webkit-align-items: center;
    align-items: center;
	}


#yokomine-history {
	padding: 70px 10px;
	/*color: #222;
	background: #fc9fb9;*/
	
	padding: 70px 10px;
    background: #3a3a3a;
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 1) 37%, rgba(0, 0, 0, 1));
}
#yokomine-history .keii {
font-size: 1.25em;	
	text-align: center;
	
	font-size: 1.3em;
    text-align: center;
    color: #fff;
    margin: 40px auto;
}
@media screen and (max-width: 740px) {
#yokomine-history .keii {
font-size: 1.25em;	
	text-align: left;
}	
}

.product-area {
	background: #000;
}

#leadBox {
	padding: 100px 0 0;
	    background: #3bb2fd;
}

#leadBox,
.profile {
		display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
}
#leadBox .text{
	width: 70%;
	text-align: left;
}
#leadBox .photo{
	width: 30%;
	
}
.profile {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	align-items: end;
	
	
	width: 100%;
    max-width: 860px;
    margin: 40px auto;
    align-items: end;
    background: #fff2f2;
    border-radius: 10px;
    border: 3px solid #fc9fb9;
}

.profile div:first-child{
	width: 36%;
}
.profile p{
	margin: 10px 0 0;
}
.profile span{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0 20px;
}

.profile div:last-child{
	width: 62%;
	padding: 10px;
}

.profile.spOnly {
	display: block;
	padding: 10px;
}
.profile.spOnly p{
	
}
.profile.spOnly .photo{
	float: left;
    width: 140px;
	margin: 0 10px 5px 3px;
}

.profile img{
	vertical-align: bottom;
}


.parallax-box-1,
.parallax-box-2 {
    clip-path: inset(0);
    width: 100%;
    height: 55vh;
    box-sizing: border-box;
    color: #fff;
}
.parallax-box-2 {
    height: 45vh;
}
.parallax-box-1::after,
.parallax-box-2::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.parallax-box-1::after {
    background-image: url("img/bg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.parallax-box-2::after {
    background-image: url("img/bg2.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width: 740px) {
.parallax-box-1, .parallax-box-2 {
    height: 35vh;
}
.parallax-box-1::after {
    background-image: url("img/bg1_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.parallax-box-2::after {
    background-image: url("img/bg2_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
}







.zoomIn {
    animation: zoomIn 1.0s ease 0s 1 normal;
}
/* zoomIn */
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, .3, 0.3)
    }
    50% {
        opacity: 1
    }
}




/**/

.img-wrap2 {
	margin: 5px 0 80px;
  animation: img-wrap2 3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes img-wrap2 {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}





/**/

.img-wrap {
	margin: 60px auto;
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #222;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}



@media (max-width: 877px) {
    table.spec {
        width: 100% !important;
    }
}
