@charset "UTF-8";

/*home*/
.ef__slider-wrap {
  height: 50vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
  position: relative;
  margin-bottom: 2px;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); 
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.ef__slider-wrap h1{
	position: absolute;
	left: 5%;
	top: 5%;
	font-weight: 400;
	font-size: 58px;
	color: #fff;
	z-index: 100;
	letter-spacing: -0.05rem;

}
.ef__slider-wrap .ef__link{
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 100;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
}
.ef__slider-wrap .ef__link img{
	width: 12px;
	height: auto;
}
.ef__slider-wrap .dots-wrap{
	position: absolute;
	left: 5%;
	bottom: 12%;
	z-index: 100;
	display: flex;
}
.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #fff;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
@media (max-width: 768px) {
	.ef__slider-wrap {
	  height: 100vw;
	  margin-bottom: 3px;
	}
	.ef__slider-wrap h1{
		left: 0;
		top: 5%;
		width: 100%;
		text-align: center;
	}
	.ef__slider-wrap .ef__link{
		right: 5%;
	}
	.ef__slider-wrap .ef__link img{
		width: 11px;
	}
	.ef__slider-wrap .dots-wrap{
		bottom: 24%;
	}
}
@media (max-width: 600px) {
	.ef__slider-wrap {
	  height: 120vw;
	}
	.ef__slider-wrap h1{
		font-size: 47px;
	}
	.ef__slider-wrap .ef__link{
		font-size: 15px;
		bottom: 3.5%;
	}
	.ef__slider-wrap .dots-wrap{
		bottom: 8%;
	}
	.dots-wrap li {
	    width: 8px;
	    height: 8px;
	}
}
@media (max-width: 410px) {
	.ef__slider-wrap .dots-wrap{
		bottom: 40px;
	}
}

/*sub*/
.mv_base {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}
.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef__detail .flex-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ef__detail .flex-wrap.flex-end{
	justify-content: flex-end;
}
.ef__detail img{
	max-width: 100%;
	height: auto;
}
.ef__detail .dis-tab,
.ef__detail .dis-sp{
	display: none;
}
.ef__txt-en{
	font-family: "Times New Roman", serif;
	font-size: 19px;
	line-height: 26px;
}
.ef__txt-jp{
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	line-height: 26px;
}
.ef__txt-set{
	margin-bottom: 60px;
}
.ef__txt-set .ef__txt-en{
	margin-bottom: 20px;
}
.ef__txt-g{
	opacity: .7;
}
.ef__detail h1,
.ef__detail h2,
.ef__detail h3,
.ef__detail p,
.ef__detail li,
.ef__detail a{
	font-weight: normal;
	letter-spacing: 0;
}
.ef__detail li{
	list-style: none;
}
.ef__inner{
	max-width: 1160px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
.ef__ttl{
	margin-bottom: 25px;
}
.ef__ttl h2.ef__txt-en{
	font-size: 27px;
	line-height: 1;
}
.ef__ttl h2.ef__txt-jp{
	font-size: 24px;
	line-height: 1;
	margin-top: 5px;
}
.ef__fv{
	width: 100%;
	height: calc(100vh - 70px);
}
.ef__fv-img{
	width: 100%;
	height: calc(100% - 120px);
} 
.ef__fv-ttl{
	padding-top: 18px;
}
.ef__fv-ttl .flex-wrap{
	justify-content: flex-start;
}
.ef__fv-ttl h1.ef__txt-en{
	font-size: 58px;
	line-height: 1;
	margin-right: 10px;
	letter-spacing: -0.1rem;
}
.ef__fv-ttl h1.ef__txt-jp{
	font-size: 50px;
	letter-spacing: -0.3rem;
	line-height: 1;
}
.ef__fv-ttl p{
	font-size: 16px;
}
.ef__contents{
	margin-top: 200px;
}
.ef__inner .dis-pc .ef__txt-jp{
	margin-bottom: 20px;
}
.ef__inner-small{
	width: 65%;
	padding-top: 80px;
}
.ef__product{
	padding-top: 80px;
}
.ef__product-col{
	width: 22%;
}
.ef__product-col h3{
	font-size: 27px;
	margin-top: 10px;
	margin-bottom: 5px;
/*	height: 54px;*/
}
.ef__product-col h3 br{
	display: none;
}
.ef__product-col li{
	font-size: 15px;
}
.ef__product-col .ef__product-type,
.ef__product-col .ef__product-color{
	font-family: "Atkinson Hyperlegible Mono", sans-serif;
}
.ef__product-col .ef__product-color{
	margin-top: 20px;
}
.ef__product-col .ef__product-link{
	margin-top: 40px;
}
.ef__product-col a.ef__txt-en{
	font-size: 17px;
}
.ef__product-col a.ef__txt-jp{
	font-size: 15px;
}
.ef__product-col a img{
	transform: rotate(180deg);
}
.ef__other{
	margin-top: 250px;
}
.ef__other-wrap{
	column-count: 3;
	column-gap: 40px;
}
.ef__other h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.ef__other-col{
	margin-bottom: 150px;
	-webkit-column-break-inside: avoid;
  	page-break-inside: avoid;
  	break-inside: avoid;
}
.ef__other-col figure{
	position: relative;
}
.ef__other-col figcaption{
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	line-height: 1;
}
.ef__other-col figcaption img{
	width: 11px;
	height: auto;
}
.ef__other-col .ef__ttl .ef__txt-jp{
	letter-spacing: -0.15rem;
}
.ef__other-col .ef__ttl p.ef__txt-en{
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
}
.ef__other-col .ef__story-num{
	font-size: 11px;
	text-align: center;
}
.ef__other-col .ef__story-num p{
	transform: rotate(-90deg);
	display: inline-block;
	line-height: 1;
	opacity: .3;
	margin-top: 30px;
	font-family: "Atkinson Hyperlegible Mono", sans-serif;
}
.ef__return-link{
	margin-top: 150px;
	margin-bottom: 220px;
}
.ef__return-link a{
	font-size: 19px;
}
.ef__item-bottom{
	align-items: flex-end;
}
@media (max-width: 1199px) {
	.ef__fv-img{
		width: 100%;
		height: calc(100% - 110px);
	} 
	.ef__fv-ttl h1.ef__txt-en{
		font-size: 48px;
	}
	.ef__fv-ttl h1.ef__txt-jp{
		font-size: 40px;
	}
	.ef__fv-ttl p{
		font-size: 15px;
	}
}
@media (max-width: 1040px) {
	.ef__product-col h3{
		height: 54px;
	}
	.ef__product-col h3 br{
		display: block;
	}
}
@media (max-width: 991px) {
	.ef__detail .dis-tab{
		display: block;
	}
	.ef__fv{
		width: 100%;
		height: auto
	}
	.ef__fv-img{
		height: auto
	}
	.ef__other-wrap{
		column-gap: 25px;
	}
	.ef__other-col{
		margin-bottom: 100px;
	}
}
@media (max-width: 768px) {
	.ef__detail .dis-sp{
		display: block;
	}
	.ef__detail .dis-pc{
		display: none;
	}
	.ef__txt-en{
		font-size: 17px;
		line-height: 24px;
	}
	.ef__txt-jp{
		font-size: 15px;
		line-height: 24px;
	}
	.ef__ttl{
		margin-bottom: 25px;
	}
	.ef__ttl h2.ef__txt-en{
		font-size: 27px;
		line-height: 1;
	}
	.ef__ttl h2.ef__txt-jp{
		font-size: 24px;
		line-height: 1;
	}
	.ef__inner{
		padding: 0 20px;
	}
	.ef__fv-ttl{
		padding-top: 15px;
	}
	.ef__fv-ttl .flex-wrap{
		display: block;
	}
	.ef__fv-ttl h1.ef__txt-en{
		font-size: 38px;
		letter-spacing: 0;
	}
	.ef__fv-ttl h1.ef__txt-jp{
		font-size: 32px;
		line-height: 38px;
		letter-spacing: -0.1rem;
	}
	.ef__fv-ttl p.ef__txt-en{
		font-size: 14px;
		line-height: 16px;
		margin-top: 20px;
	}
	.ef__contents{
		margin-top: 100px;
	}
	.ef__inner-small{
		width: 100%;
		padding-top: 20px;
	}
	.ef__product-col{
		width: 46%;
	}
	.ef__product-col h3{
		font-size: 26px;
		height: 50px;
	}
	.ef__product-col .ef__product-color{
		margin-top: 20px;
	}
	.ef__product-col .ef__product-link{
		margin-top: 40px;
	}
	.ef__other{
		margin-top: 100px;
	}
	.ef__other-wrap{
		column-count: auto;
		column-gap: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.ef__other h3{
		font-size: 26px;
	}
	.ef__other-col{
		margin-bottom: 150px;
	}
	.ef__other .ef__stories1{
		order: 1;
	}
	.ef__other .ef__stories2{
		order: 2;
	}
	.ef__other .ef__stories3{
		order: 3;
	}
	.ef__other .ef__stories4{
		order: 4;
	}
	.ef__other .ef__stories5{
		order: 5;
	}
	.ef__other .ef__stories6{
		order: 6;
	}
	.ef__other-col .ef__ttl p.ef__txt-en{
		font-size: 14px;
		line-height: 16px;
	}
	.ef__return-link{
		margin-top: 60px;
	}
	.ef__return-link a{
		font-size: 17px;
	}
}



/*ef__01*/
.ef__01 .ef__fv-img{
	background: url(../img/ef/ef01-main.jpg) no-repeat center;
	background-size: cover;
} 
.ef__01 .ef__con01 .ef__con01-left{
	width: 55%;
	margin-left: -5%;
}
.ef__01 .ef__con01 .ef__con01-right{
	width: 42%;
}
.ef__01 .ef__con01 .ef__con01-right figure{
	width: 60%;
	margin: 60px auto 0;
}
.ef__01 .ef__con01 .ef__con01-right .ef__txt-set{
	margin-top: 80px;
}
.ef__01 .ef__con02 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef01-img03.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 60px;
}
.ef__01 .ef__con02 .ef__img-mid{
	width: 70%;
	margin: 0 auto 60px;
}
.ef__01 .ef__con03 .ef__sp-wrap.ef__item-bottom{
	width: 56%;
	padding-left: 110px;
}
.ef__01 .ef__con03 .ef__con03-left{
	width: 100%;
}
.ef__01 .ef__con03 .ef__con03-right{
	width: 38%;
	padding-top: 120px;
}
.ef__01 .ef__con03 .ef__con03-right figure{
	width: 40%;
	margin: 0 auto;
}
.ef__01 .ef__con03 .ef__con03-right .ef__txt-set{
	padding-top: 35px;
}
.ef__01 .ef__con04 figure{
	padding: 0 20px;
}

@media (max-width: 991px) {
.ef__01 .ef__01 .ef__fv-img{
		background: none;
	}
}
@media (max-width: 768px) {
	.ef__01 .ef__con01 .flex-wrap{
		display: block;
	}
	.ef__01 .ef__con01{
		position: relative;
	}
	.ef__01 .ef__con01 .ef__con01-left{
		width: 75%;
		margin-left: -20px;
	}
	.ef__01 .ef__con01 .ef__con01-right{
		width: 60%;
	}
	.ef__01 .ef__con01 .ef__con01-right figure{
		width: 30%;
		margin: 0;
		position: absolute;
		right: 0;
		bottom: -40px;
	}
	.ef__01 .ef__con01 .ef__con01-right .ef__txt-set{
		margin-top: 20px;
	}
	.ef__01 .ef__con02 .ef__img-mid{
		width: 100%;
	}
	.ef__01 .ef__con03 .flex-wrap{
		display: block;
	}
	.ef__01 .ef__con03 .ef__sp-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ef__01 .ef__con03 .ef__sp-wrap.ef__item-bottom{
		width: 100%;
		padding-left: 0;
	}
	.ef__01 .ef__con03 .ef__con03-left{
		width: 65%;
	}
	.ef__01 .ef__con03 .ef__con03-left2{
		width: 34%;
	}
	.ef__01 .ef__con03 .ef__con03-right{
		width: 100%;
		padding-top: 0;
	}
	.ef__01 .ef__con03 .ef__con03-right figure{
		width: 34%;
		margin: 0;
		order: 2;
	}
	.ef__01 .ef__con03 .ef__con03-right .ef__txt-set{
		width: 62%;
		order: 1;
		padding-top: 0;
	}
	.ef__01 .ef__con04 figure{
		padding: 0;
	}
	.ef__01 .ef__con04 .ef__ttl h2.ef__txt-en{
		font-size: 26px;
	}
	.ef__01 .ef__con04 .ef__ttl h2.ef__txt-jp{
		font-size: 23px;
	}

	.ef__01 .ef__other .ef__stories1{
		order: 6;
	}
	.ef__01 .ef__other .ef__stories2{
		order: 1;
	}
	.ef__01 .ef__other .ef__stories3{
		order: 2;
	}
	.ef__01 .ef__other .ef__stories4{
		order: 3;
	}
	.ef__01 .ef__other .ef__stories5{
		order: 4;
	}
	.ef__01 .ef__other .ef__stories6{
		order: 5;
	}
}


/*ef__02*/
.ef__02 .ef__fv-left{
	width: 55%;
}
.ef__02 .ef__fv-left figure{
	width: 20%;
	margin: 50px auto 0;
}
.ef__02 .ef__fv-right{
	width: 45%;
	background: url(../img/ef/ef02-main-large.jpg) no-repeat center;
	background-size: cover;
}
.ef__02 .ef__con01 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef02-img01.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 200px;
}
.ef__02 .ef__con01 .ef__photo{
	padding-top: 40px;
	margin-bottom: 100px;
}
.ef__02 .ef__con01 .ef__photo li{
	width: 33%;
}
.ef__02 .ef__con01 .ef__photo02{
	padding-top: 100px;
	margin: 0 auto 130px;
	width: 270px;
}
.ef__02 .ef__con02 .ef__con02-right{
	width: 54%;
	margin-right: -5%;
}
.ef__02 .ef__con02 .ef__con02-left{
	width: 43%;
}
.ef__02 .ef__con02 .ef__con02-left .ef__txt-set{
	margin-top: 30px;
}
.ef__02 .ef__con02 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef02-img07.jpg) no-repeat center;
	background-size: cover;
	margin-top: 250px;
}
.ef__02 .ef__con03 .ef__con03-left,
.ef__02 .ef__con03 .ef__con03-right{
	width: 22%;
}
.ef__02 .ef__con03 .ef__con03-right{
	margin-right: 40px;
}
.ef__02 .ef__con03 .ef__con03-right .ef__txt-set{
	margin-top: 30px;
}
.ef__02 .ef__con04 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef02-img12.jpg) no-repeat center;
	background-size: cover;
	margin-top: 250px;
}
.ef__02 .ef__con04 .ef__inner-small{
	margin-right: 40px;
	padding-top: 50px;
}
.ef__02 .ef__con05 .ef__inner-small{
	padding-top: 200px;
}
@media (max-width: 991px) {
	.ef__02 .ef__fv-right{
		display: none;
	}
	.ef__02 .ef__fv-left{
		width: 55%;
		margin-bottom: 100px;
	}
	.ef__02 .ef__fv-left figure{
		width: 35%;
		margin: 70px auto 0;
	}
}
@media (max-width: 768px) {
	.ef__02 .ef__fv-img{
		display: block;
	}
	.ef__02 .ef__fv-left{
		width: 70%;
	}
/*	.ef__02 .ef__fv-left figure{
		width: 40%;
		margin: 70px auto 0;
	}*/
	.ef__02 .ef__con01{
		margin-top: 150px;
	}
	.ef__02 .ef__con01 .ef__bgphoto{
		margin-bottom: 150px;
	}
	.ef__02 .ef__con01 .ef__photo{
		padding-top: 60px;
		margin-bottom: 120px;
	}
	.ef__02 .ef__con01 .ef__photo li{
		width: 49.5%;
	}
	.ef__02 .ef__con01 .ef__photo02{
		margin-right: 0;
		width: 50%;
	}
	.ef__02 .ef__con02 .ef__con02-right{
		width: 100%;
		margin-right: 0;
	}
	.ef__02 .ef__con02 .ef__con02-left{
		width: 80%;
	}
	.ef__02 .ef__con02 .ef__con02-left-inner{
		display: flex;
		flex-wrap: wrap;
	}
	.ef__02 .ef__con02 .ef__con02-left-inner figure{
		width: 100%;
		order: 2;
	}
	.ef__02 .ef__con02 .ef__con02-left-inner .ef__txt-set{
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.ef__02 .ef__con02 .ef__bgphoto{
		margin-top: 150px;
	}
	.ef__02 .ef__con03{
		margin-top: 150px;
	}
	.ef__02 .ef__con03 .flex-wrap{
		padding: 0 20px;
	}
	.ef__02 .ef__con03 .ef__con03-left,
	.ef__02 .ef__con03 .ef__con03-right{
		width: 100%;
		margin: 0 auto;
	}
	.ef__02 .ef__con03 .ef__con03-left ul{
		width: 50%;
		margin: 0 auto;
	}
	.ef__02 .ef__con03 .ef__con03-right figure{
		margin: 0 auto 10px;
		text-align: center;
	}
	.ef__02 .ef__con03 .ef__con03-right{
		margin-top: 180px;
	}
	.ef__02 .ef__con03 .ef__con03-right img{
		width: 50%;
	}
	.ef__02 .ef__con03 .ef__con03-right .ef__txt-set{
		width: 75%;
	}
	.ef__02 .ef__con04 .ef__bgphoto{
		margin-top: 150px;
	}
	.ef__02 .ef__con04 .flex-wrap{
		padding: 0 20px;
	}
	.ef__02 .ef__con04 .ef__inner-small{
		margin-right: 0;
		padding-top: 30px;
	}
	.ef__02 .ef__con04 .ef__txt-set{
		width: 75%;
	}
	.ef__02 .ef__con05{
		margin-top: 140px;
	}
	.ef__02 .ef__con05 figure{
		width: 50%;
		margin: 0 auto;
	}
	.ef__02 .ef__con05 .ef__inner-small{
		padding-top: 60px;
	}

	.ef__02 .ef__other .ef__stories1{
		order: 5;
	}
	.ef__02 .ef__other .ef__stories2{
		order: 6;
	}
	.ef__02 .ef__other .ef__stories3{
		order: 1;
	}
	.ef__02 .ef__other .ef__stories4{
		order: 2;
	}
	.ef__02 .ef__other .ef__stories5{
		order: 3;
	}
	.ef__02 .ef__other .ef__stories6{
		order: 4;
	}
}



.ef__list .ef__contents{
	margin-top: 200px;
}
.ef__list .ef__list-left{
	width: 46%;
}
.ef__list .ef__list-right{
	width: 50%;
}
.ef__list .ef__list-title{
	margin-bottom: 210px;
}
.ef__list .ef__contents h1{
	font-size: 58px;
	line-height: 67px;
	margin-bottom: 5px;
}
.ef__list .ef__list-right figure{
	margin-bottom: 45px;
	margin-right: -5%;
}
.ef__list .ef__txt-jp{
	margin-bottom: 20px;
}
.ef__list .ef__other{
	margin-top: 230px;
	padding-bottom: 300px;
}
.ef__other .soon figure{
	position: relative;
}
.ef__other .soon figure::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
}
.ef__other .soon figure::after{
	display: block;
	content: "Coming Soon";
	font-family: "Times New Roman", serif;
	font-size: 27px;
	position: absolute;
	left: 15px;
	top: 5px;
}
@media (max-width: 991px) {
	.ef__list .ef__contents h1{
		font-size: 50px;
		line-height: 60px;
	}
	.ef__list .ef__other{
		margin-top: 160px;
		padding-bottom: 250px;
	}
	.ef__other .soon figure::after{
		font-size: 22px;
		left: 10px;
	}
}
@media (max-width: 767px) {
	.ef__list .ef__contents{
		margin-top: 110px;
	}
	.ef__list .ef__list-left{
		width: 100%;
	}
	.ef__list .ef__list-title{
		margin-bottom: 120px;
	}
	.ef__list .ef__list-left .ef__txt-set,
	.ef__list .ef__list-right{
		display: none;
	}
	.ef__list .ef__list-spimg{
		margin-bottom: 60px;
	}
	.ef__list .ef__other{
		margin-top: 130px;
		padding-bottom: 150px;
	}

}

/*ef__03*/
.ef__03 .ef__fv-img{
	background: url(../img/ef/ef03-main.jpg) no-repeat center;
	background-size: cover;
} 
.ef__03 .ef__con01 .ef__con01-main{
	margin-bottom: 200px;
}
.ef__03 .ef__con01 .ef__con01-left{
	width: 75%;
	padding-right: 50px;
}
.ef__03 .ef__con01 .ef__con01-right{
	width: 25%;
}
.ef__03 .ef__con02{
	margin-top: 90px;
}
.ef__03 .ef__con02 .ef__con02-left{
	width: 55%;
	padding-right: 50px;
}
.ef__03 .ef__con02 .ef__con02-left figure{
	margin-bottom: 50px;
}
.ef__03 .ef__con02 .ef__con02-right{
	width: 45%;
}
.ef__03 .ef__con02 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef03-img06.jpg) no-repeat center;
	background-size: cover;
	margin-top: 200px;
}
.ef__03 .ef__con03 .ef__con03-first figure{
	margin-right: -10%;
	width: 110%;
	margin-bottom: 20px;
}
.ef__03 .ef__con03 .ef__con03-last{
	padding-top: 60px;
}
.ef__03 .ef__con03 .ef__con03-last figure{
	margin-left: -10%;
	width: 110%;
	margin-bottom: 20px;
}
.ef__03 .ef__con03 .ef__con03-last .ef__txt-set{
	padding-left: 12.5%;
}
.ef__03 .ef__con03 .ef__con03-mid{
	width: 75%;
	margin: 0 auto;
	padding-top: 60px;
}
.ef__03 .ef__con03 .ef__con03-mid figure{
	margin-bottom: 20px;
}
.ef__03 .ef__con04 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef03-img10.jpg) no-repeat center;
	background-size: cover;
	margin-top: 200px;
}
.ef__03 .ef__product-col h3{
	height: 50px;
}
@media (max-width: 1320px) {
	.ef__03 .ef__con03 .ef__con03-first figure{
		margin-right: -5%;
		width: 105%;
	}
	.ef__03 .ef__con03 .ef__con03-last figure{
		margin-left: -5%;
		width: 105%;
	}
}
@media (max-width: 1210px) {
	.ef__03 .ef__con03 .ef__con03-first figure{
		margin-right: -30px;
		width: calc(100% + 30px);
	}
	.ef__03 .ef__con03 .ef__con03-last figure{
		margin-left: -30px;
		width: calc(100% + 30px);
	}
}
@media (max-width: 1040px){
	.ef__03 .ef__product-col h3{
		height: 78px;
	}
}
@media (max-width: 768px) {
	.ef__03 .ef__con01 .ef__con01-main{
		margin-bottom: 100px;
	}
	.ef__03 .ef__con01 .ef__con01-left{
		width: 100%;
		padding-right: 0;
	}
	.ef__03 .ef__con01 .ef__con01-left figure{
		width: 50%;
		margin-bottom: 50px;
	}
	.ef__03 .ef__con01 .ef__con01-right{
		width: 100%;
	}
	.ef__03 .ef__con01 .ef__con01-right li:nth-child(1){
		display: none;
	}
	.ef__03 .ef__con01 .ef__con01-right li{
		width: 50%;
		margin: 0 auto;
	}
	.ef__03 .ef__con02{
		margin-top: 50px;
	}
	.ef__03 .ef__con02 .ef__con02-left{
		order: 2;
		width: 100%;
		padding-right: 0;
	}
	.ef__03 .ef__con02 .ef__con02-right{
		order: 1;
		width: 100%;
	}
	.ef__03 .ef__con02 .ef__con02-right figure{
		width: 80%;
		margin-bottom: 50px;
	}
	.ef__03 .ef__con02 .ef__con02-right .dis-sp figure{
		margin-left: auto;
	}
	.ef__03 .ef__con02 .ef__bgphoto{
		margin-top: 100px;
	}
	.ef__03 .ef__con03 .ef__con03-first figure{
		margin-right: -20px;
		width: calc(100% + 20px);
	}
	.ef__03 .ef__con03 .ef__con03-last{
		padding-top: 100px;
	}
	.ef__03 .ef__con03 .ef__con03-last figure{
		margin-left: -20px;
		width: calc(90% + 20px);
	}
	.ef__03 .ef__con03 .ef__con03-first .ef__txt-set,
	.ef__03 .ef__con03 .ef__con03-last .ef__txt-set{
		width: 85%;
		padding-left: 0;
		margin: 0 auto;
	}
	.ef__03 .ef__con03 .ef__con03-mid{
		width: 85%;
		padding-top: 100px;
	}
	.ef__03 .ef__con04 .ef__bgphoto{
		margin-top: 100px;
	}
	.ef__03 .ef__con05{
		margin-top: 60px;
	}
	.ef__03 .ef__con05 .dis-sp{
		padding: 0 20px;
	}
	.ef__03 .ef__product-col h3{
		height: 50px;
	}
	.ef__product-col h3.height-3line{
		height: 78px;
	}

	.ef__03 .ef__other .ef__stories1{
		order: 4;
	}
	.ef__03 .ef__other .ef__stories2{
		order: 5;
	}
	.ef__03 .ef__other .ef__stories3{
		order: 6;
	}
	.ef__03 .ef__other .ef__stories4{
		order: 1;
	}
	.ef__03 .ef__other .ef__stories5{
		order: 2;
	}
	.ef__03 .ef__other .ef__stories6{
		order: 3;
	}
}


/*ef__04*/
.ef__04 .ef__fv-ttl{
	padding-top: 70px;
	padding-bottom: 20px;
}
.ef__04 .ef__fv-ttl .ef__txt-en{
	margin-top: 5px;
}
.ef__04 .ef__fv-img{
	background: url(../img/ef/ef04-main.jpg) no-repeat center;
	background-size: cover;
} 
.ef__04 .ef__con01 .ef__con01-left,
.ef__04 .ef__con01 .ef__con01-right{
	width: 45%;
	position: relative;
}
.ef__04 .ef__con01 .ef__con01-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__04 .ef__con01 .ef__con01-right ul{
	width: 37%;
	position: absolute;
	right: 0;
	bottom: 60px;
}
.ef__04 .ef__con02 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef04-img04.jpg) no-repeat center;
	background-size: cover;
	margin-top: 200px;
}
.ef__04 .ef__con02 .ef__con02-photo{
	margin-top: 150px;
}
.ef__04 .ef__con02 .ef__con02-photo ul{
	width: 47.5%;
}
.ef__04 .ef__con03 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef04-img09.jpg) no-repeat center;
	background-size: cover;
	margin-top: 200px;
}
.ef__04 .ef__con03 .ef__inner{
	margin-top: 120px;
}
.ef__04 .ef__con03 .ef__con03-left,
.ef__04 .ef__con03 .ef__con03-right{
	width: 48%;
	position: relative;
}
.ef__04 .ef__con03 .ef__con03-left figure{
	width: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ef__04 .ef__con03 .ef__con03-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__04 .ef__con04 .ef__con04-left,
.ef__04 .ef__con04 .ef__con04-right{
	width: 48%;
}
.ef__04 .ef__con04 .ef__con04-left ul{
	width: 37%;
}
@media (max-width: 768px) {
	.ef__04 .ef__fv-ttl{
		padding-top: 60px;
	}
	.ef__04 .ef__con01 .ef__con01-left,
	.ef__04 .ef__con01 .ef__con01-right{
		width: 100%;
	}
	.ef__04 .ef__con01 .ef__con01-left figure{
		margin-top: 60px;
	}
	.ef__04 .ef__con01 .ef__con01-left ul{
		width: 50%;
		margin-top: 130px;
		margin-bottom: 30px;
	}
	.ef__04 .ef__con01 .ef__con01-left li{
		width: 49.5%;
	}
	.ef__04 .ef__con02.ef__contents{
		margin-top: 40px;
	}
	.ef__04 .ef__con02 .ef__bgphoto{
		margin-top: 0;
	}
	.ef__04 .ef__con02 .ef__con02-photo{
		margin-top: 70px;
		justify-content: center;
	}
	.ef__04 .ef__con02 .ef__con02-photo ul{
		width: 55%;
		margin-bottom: 120px;
	}
	.ef__04 .ef__con03.ef__contents{
		margin-top: 0;
	}
	.ef__04 .ef__con03 .ef__bgphoto{
		margin-top: 50px;
	}
	.ef__04 .ef__con03 .ef__con03-left,
	.ef__04 .ef__con03 .ef__con03-right{
		width: 100%;
	}
	.ef__04 .ef__con03 .ef__con03-left{
		order: 2;
	}
	.ef__04 .ef__con03 .ef__con03-left .ef__txt-set{
		padding-left: 20%;
	}
	.ef__04 .ef__con03 .ef__con03-left figure{
		width: 50%;
		position: relative;
		left: auto;
		bottom: auto;
	}
	.ef__04 .ef__con03 .ef__con03-right{
		order: 1;
		padding-left: 20%;
		margin-bottom: 20px;
	}
	.ef__04 .ef__con03 .ef__con03-right figure{
		margin-right: -20px;
		width: calc(100% + 20px);
	}
	.ef__04 .ef__con04 .ef__con04-left,
	.ef__04 .ef__con04 .ef__con04-right{
		width: 100%;
	}
	.ef__04 .ef__con04 .ef__con04-left{
		margin-bottom: 20px;
	}
	.ef__04 .ef__con04 .ef__con04-left ul{
		width: calc(100% + 40px);
		display: flex;
		justify-content: space-between;
		margin-left: -20px;
	}
	.ef__04 .ef__con04 .ef__con04-left li{
		width: 33%;
	}
	.ef__04 .ef__product{
		padding-top: 0;
	}
	.ef__04 .ef__product .ef__product-col.last{
		margin-top: 100px;
	}

	.ef__04 .ef__other .ef__stories1{
		order: 3;
	}
	.ef__04 .ef__other .ef__stories2{
		order: 4;
	}
	.ef__04 .ef__other .ef__stories3{
		order: 5;
	}
	.ef__04 .ef__other .ef__stories4{
		order: 6;
	}
	.ef__04 .ef__other .ef__stories5{
		order: 1;
	}
	.ef__04 .ef__other .ef__stories6{
		order: 2;
	}
}



/*ef__05*/
.ef__05.ef__detail .ef__fv-ttl{
	justify-content: flex-start;
}
.ef__05 .ef__fv-img{
	width: 100%;
	height: calc(100% - 140px);
} 
.ef__05 .ef__fv-ttl{
	padding-top: 70px;
	padding-bottom: 20px;
}
.ef__05 .ef__fv-ttl .ef__txt-en{
	margin-top: 5px;
}
.ef__05 .ef__fv-img{
	background: url(../img/ef/ef05-main.jpg) no-repeat center bottom;
	background-size: cover;
}
.ef__05 .ef__con01 .ef__con01-left,
.ef__05 .ef__con01 .ef__con01-right{
	width: 47%;
	position: relative;
}
.ef__05 .ef__con01 .ef__con01-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__05 .ef__con01 .sec .ef__con01-right figure{
	margin-right: 0;
	width: 100%;
}
.ef__05 .ef__con01 .ef__con01-left figure{
	margin-left: -10%;
	width: 110%;
}
.ef__05 .ef__con01 .sec{
	margin-top: 50px;
}
.ef__05 .ef__con01 .sec .ef__con01-right .ef__txt-set{
	margin-bottom: 130px;
}
.ef__05 .ef__con02 .ef__con02-left{
	width: 68%;
}
.ef__05 .ef__con02 .ef__con02-left .ef__txt-set{
	margin-bottom: 180px;
}
.ef__05 .ef__con02 .ef__con02-right{
	width: 32%;
	padding-left: 50px;
}
.ef__05 .ef__con02 .ef__con02-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__05 .ef__con02 .ef__bgphoto{
	width: 100%;
	height: 70vw;
	max-height: 850px;
	background: url(../img/ef/ef05-img06.jpg) no-repeat center;
	background-size: cover;
	margin-top: 200px;
}
.ef__05 .ef__con03 .ef__con03-left,
.ef__05 .ef__con03 .ef__con03-right{
	width: 47%;
	position: relative;
}
.ef__05 .ef__con03 .ef__con03-left .ef__txt-set{
	margin-bottom: 120px;
}
.ef__05 .ef__con03 .ef__con03-left ul{
	width: 50%;
	margin: 0 auto;
}
.ef__05 .ef__con03 .ef__con03-left li{
	width: 50%;
	padding: 0 1px;
}
.ef__05 .ef__con03 .ef__con03-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__05 .ef__con04 .ef__con04-left{
	width: 47%;
}
.ef__05 .ef__con04 .ef__con04-right{
	width: 17%;
}
.ef__05 .ef__product-col:nth-child(1),
.ef__05 .ef__product-col:nth-child(2){
	width: 23%;
}
.ef__05 .ef__product-col:nth-child(3),
.ef__05 .ef__product-col:nth-child(4){
	width: 21%;
}
@media (max-width: 1320px) {
	.ef__05 .ef__con01 .ef__con01-right figure{
		margin-right: -5%;
		width: 105%;
	}
	.ef__05 .ef__con01 .ef__con01-left figure{
		margin-left: -5%;
		width: 105%;
	}
	.ef__05 .ef__con02 .ef__con02-right figure{
		margin-right: -5%;
		width: 105%;
	}
	.ef__05 .ef__con03 .ef__con03-right figure{
		margin-right: -5%;
		width: 105%;
	}
}
@media (max-width: 1210px) {
	.ef__05 .ef__con01 .ef__con01-right figure{
		margin-right: -30px;
		width: calc(100% + 30px);
	}
	.ef__05 .ef__con01 .ef__con01-left figure{
		margin-left: -30px;
		width: calc(100% + 30px);
	}
	.ef__05 .ef__con02 .ef__con02-right figure{
		margin-right: -30px;
		width: calc(100% + 30px);
	}
	.ef__05 .ef__con03 .ef__con03-right figure{
		margin-right: -30px;
		width: calc(100% + 30px);
	}
}
@media (max-width: 768px) {
	.ef__05 .ef__con01 .ef__con01-left,
	.ef__05 .ef__con01 .ef__con01-right{
		width: 100%;
	}
	.ef__05 .ef__con01 .ef__con01-left figure{
		margin-left: -20px;
		width: calc(100% + 40px);
		margin-bottom: 50px;
	}
	.ef__05 .ef__con01 .sec {
	    margin-top: 0;
	}
	.ef__05 .ef__con01 .sec .ef__con01-right .ef__txt-set{
		margin-bottom: 60px;
	}
	.ef__05 .ef__con01 .sec .ef__con01-right figure{
		margin-left: -20px;
		width: calc(100% + 40px);
		margin-bottom: 50px;
	}
	.ef__05 .ef__con01 .sec .ef__con01-right figure.small-photo{
		margin: 0 auto 60px;
		width: 80%;
	}
	.ef__05 .ef__con02 .ef__inner{
		width: 80%;
	}
	.ef__05 .ef__con02 .ef__con02-left{
		width: 100%;
	}
	.ef__05 .ef__con02 .ef__con02-left .ef__txt-set{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.ef__05 .ef__con02 .ef__con02-right{
		width: 100%;
		padding-left: 0;
	}
	.ef__05 .ef__con02 .ef__con02-right figure{
		margin-right: 0;
		width: 100%;
	}
	.ef__05 .ef__con02 .ef__bgphoto{
		margin-top: 120px;
	}
	.ef__05 .ef__con03 .ef__con03-left{
		width: 80%;
		margin: 0 auto;
	}
	.ef__05 .ef__con03 .ef__con03-right{
		width: 100%;
	}
	.ef__05 .ef__con03 .ef__con03-left ul{
		width: 100%;
	}
	.ef__05 .ef__con03 .ef__con03-left .ef__txt-set{
		margin-top: 20px;
	}
	.ef__05 .ef__con03 .ef__con03-right figure{
		margin-right: 0;
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.ef__05 .ef__con04{
		margin-top: 20px;
	}
	.ef__05 .ef__con04 .ef__con04-left{
		width: 100%;
	}
	.ef__05 .ef__con04 .ef__con04-right{
		width: 100%;
	}

	.ef__05 .ef__product-col:nth-child(1),
	.ef__05 .ef__product-col:nth-child(2){
		width: 46%;
	}
	.ef__05 .ef__product-col:nth-child(3),
	.ef__05 .ef__product-col:nth-child(4){
		width: 46%;
	}

	.ef__05 .ef__other .ef__stories1{
		order: 2;
	}
	.ef__05 .ef__other .ef__stories2{
		order: 3;
	}
	.ef__05 .ef__other .ef__stories3{
		order: 4;
	}
	.ef__05 .ef__other .ef__stories4{
		order: 5;
	}
	.ef__05 .ef__other .ef__stories5{
		order: 6;
	}
	.ef__05 .ef__other .ef__stories6{
		order: 1;
	}
}



/*ef__06*/
.ef__06 .ef__fv-img{
	height: calc(100% - 170px);
}
.ef__06 .ef__fv-img{
	background: url(../img/ef/ef06-main.jpg) no-repeat center center;
	background-size: cover;
}
/*.ef__06 .ef__contents.ef__con01{
	margin-top: 0;
}*/
.ef__06 .ef__con01 .ef__con01-left,
.ef__06 .ef__con01 .ef__con01-right{
	width: 47%;
}
.ef__06 .ef__con01 .ef__con01-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__06 .ef__con02 .ef__con02-left,
.ef__06 .ef__con02 .ef__con02-right{
	width: 47%;
}
.ef__06 .ef__con02 .ef__con02-left figure{
	width: 50%;
	margin: 150px auto 0;
}
.ef__06 .ef__con02 .ef__con02-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__06 .ef__con03 ul{
	margin-bottom: 220px;
	margin-left: -5%;
	margin-right: -5%;
	width: 110%;
}
.ef__06 .ef__con03 li{
	width: 24.7%;
}
.ef__06 .ef__con03 .ph-small{
	width: 25%;
	margin-left: auto;
}
.ef__06 .ef__con03 .ef__con03-left{
	width: 45%;
	padding-right: 10%;
}
.ef__06 .ef__con03 .ef__con03-right{
	padding-top: 23%;
	width: 55%;
}
.ef__06 .ef__con03 .ef__con03-right figure{
	margin-right: -10%;
	width: 110%;
}
.ef__06 .ef__con03 .ef__con03-right .ef__txt-set{
	padding-left: 80px;
	margin-top: 20px;
}
.ef__06 .ef__con04{
	padding-bottom: 100px;
}
.ef__06 .ef__con04 .ef__con04-left,
.ef__06 .ef__con04 .ef__con04-right{
	width: 47%;
}
@media (max-width: 1320px) {
	.ef__06 .ef__con01 .ef__con01-right figure,
	.ef__06 .ef__con02 .ef__con02-right figure,
	.ef__06 .ef__con03 .ef__con03-right figure{
		margin-right: -5%;
		width: 105%;
	}
	.ef__06 .ef__con03 ul{
		margin-left: -2.5%;
		margin-right: -2.5%;
		width: 105%;
	}
}
@media (max-width: 1210px) {
	.ef__06 .ef__con01 .ef__con01-right figure,
	.ef__06 .ef__con02 .ef__con02-right figure,
	.ef__06 .ef__con03 .ef__con03-right figure{
		margin-right: -30px;
		width: calc(100% + 30px);
	}
	.ef__06 .ef__con03 ul{
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}
}
/*@media (max-width: 991px) {
	.ef__06 .ef__contents.ef__con01{
		margin-top: 100px;
	}
}*/
@media (max-width: 768px) {
	.ef__06 .ef__con03 ul{
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}
	.ef__06 .ef__con01 .flex-wrap{
		margin-bottom: 40px;
	}
	.ef__06 .ef__con01 .ef__con01-left,
	.ef__06 .ef__con01 .ef__con01-right{
		width: 100%;
	}
	.ef__06 .ef__con01 .ef__con01-right figure{
		margin-left: 0;
		width: 100%;
	}
	.ef__06 .ef__con02 .ef__con02-left,
	.ef__06 .ef__con02 .ef__con02-right{
		width: 100%;
	}
	.ef__06 .ef__con02 .ef__con02-left figure{
		margin-top: 0;
		margin-bottom: 70px;
	}
	.ef__06 .ef__con02 .ef__con02-left .ef__txt-set{
		margin-bottom: 30px;
	}
	.ef__06 .ef__con02 .ef__con02-right figure{
		margin-left: 0;
		width: 100%;
	}
	.ef__06 .ef__contents.ef__con03{
		margin-top: 150px;
	}
	.ef__06 .ef__con03 ul{
		display: block;
		margin-bottom: 150px;
	}
	.ef__06 .ef__con03 li{
		width: 50%;
		margin: 0 auto;
	}
	.ef__06 .ef__con03 .ph-small{
		width: 30%;
		margin-bottom: 100px;
	}
	.ef__06 .ef__con03 .ef__con03-left{
		width: 100%;
		padding-right: 40%;
	}
	.ef__06 .ef__con03 .ef__con03-right{
		padding-top: 150px;
		width: 100%;
		padding-left: 5%;
	}
	.ef__06 .ef__con03 .ef__con03-right figure{
		margin-right: -20px;
		width: calc(100% + 20px);
	}
	.ef__06 .ef__con03 .ef__con03-right .ef__txt-set{
		padding-left: 0;
	}
	.ef__06 .ef__con04{
		padding-bottom: 20px;
	}
	.ef__06 .ef__con04 .ef__con04-left,
	.ef__06 .ef__con04 .ef__con04-right{
		width: 100%;
	}
	.ef__06 .ef__con04 .ef__con04-left{
		order: 2;
	}
	.ef__06 .ef__con04 .ef__con04-right{
		order: 1;
		padding: 0 10%;
		margin-bottom: 20px;
	}
}
@media (max-width: 450px) {
	.ef__06 .ef__fv-ttl h1.ef__txt-en{
		font-size: 34px;
	}
}
@media (max-width: 390px) {
	.ef__06 .ef__fv-ttl h1.ef__txt-en{
		font-size: 32px;
		letter-spacing: -0.07rem;
	}
	.ef__06 .ef__fv-ttl h1.ef__txt-jp{
		font-size: 29px;
	}
}