  @charset "UTF-8";

.area {
	padding-top: 115px;
	font-size: 16px;
	position: relative;
	height: 100vh;
	
/*	overflow: hidden;*/
}

#area2.area{
	min-height: 900px;
	padding-top: 85px;
}

.visual{
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s ease 0s;
}

.visual{
	margin-top: -87px;
	padding-top: 87px;
}

.visual li{
	width: calc(calc(100% - 15px) / 6 );
	height: calc(100vh - 180px - 21px - 116px - 30px);
	text-align: center;
	background: #525252;
	overflow: hidden;
	position: relative;
	opacity: 0;
}

.visual li div{
     height: 100%;
}

.visual li img{
    width: 100%;
	height: 100%;
	transition-duration: 0.3s;
    transition-delay: 0s;
	object-fit: cover;
}

.visual li.active,
.visual li:hover,
.tab2 li.active,
.tab2 li:hover{
    opacity:1 !important;
}

.tab2 li a{
	display: block;
	padding: 15px;
}


.visual li.active img,
.visual li:hover img{
    transform: scale(1.1);
    opacity:1;
}

.fadeUp {
  opacity: 0;
  transform: translateY(500px); 
  transition: opacity .3s, transform 1s;
}


/* ¥Õ¥§©`¥É¥¤¥ó(¥¹¥¯¥í©`¥ë¤·¤¿áá) */
.fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
}

.visual li:nth-child(1){
    transition-delay: 0s;
}

.visual li:nth-child(2){
    transition-delay: .15s;
}

.visual li:nth-child(3){
	transition-delay: .3s;
}

.visual li:nth-child(4){
	transition-delay: .45s;
}

.visual li:nth-child(5){
	transition-delay: .6s;
}

.visual li:nth-child(6){
	transition-delay: .75s;
}

.visual li span{
	border-top: 3px solid #fff;
	display: block;
	padding: 15px;
/*	font-weight: bold;*/
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #525252;
}



.tab2{
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
/*    transition: all 0.5s ease 0s;
	opacity: 0;*/
}

.tab2.fade{
	opacity: 1;
}

.tab2 li{
	width: calc(calc(100% - 15px) / 6 );
	text-align: center;
	background: #525252;
    display: block;
    font-size: 20px;
    line-height: 1.2;
	color: #fff;
	opacity: 0.5;
}

#panelBl{
	padding:60px 0 150px 0;
}

.panel{
  display: none;
}

.panel.show{
  display: block;
}

.panel .swiper-container{
  width: 100%;
  height: 100%;
}

.panel .swiper-slide {
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
	padding: 0 20px;
}

.panel .swiper-slide dl{
	max-width: 300px;
	width: 21.74%;
}

.empty.swiper-slide::after{
  content:"";
  display: block;
  width: 21.74%;
}

.empty2.swiper-slide::after{
  content:"";
  display: block;
  width: 47.6%;
}

.panel .swiper-slide dl:nth-child(5),
.panel .swiper-slide dl:nth-child(6),
.panel .swiper-slide dl:nth-child(7),
.panel .swiper-slide dl:nth-child(8){
	margin-top: 90px;
}

.panel .swiper-slide dl dd{
	margin-top: 15px;
}

.panel.swiper-wrap{
	position: relative;
	max-width: 1420px;
}

.panel.swiper-wrap .swiper-button-prev{
	left: -5%;
}

.panel.swiper-wrap .swiper-button-next{
	right: -5%;
}

.panel .swiper-button-prev,
.panel .swiper-button-next{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #000;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 100%;
}

.panel.swiper-wrap .swiper-button-prev::after, 
.panel.swiper-wrap .swiper-button-next::before,
.panel.swiper-wrap .swiper-button-next::after, 
.panel.swiper-wrap .swiper-button-prev::before {
    display: block;
    content: " ";
    position: absolute;
	margin: 7px 0 0;
    top: 16px;
    left: 25px;
    width: 1px;
    height: 25px;
    background: #000;
}	

.panel.swiper-wrap .swiper-button-prev:before{
     margin:9px 0 0;
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg)
}

.panel.swiper-wrap .swiper-button-prev:after{
     margin:-9px 0 0;
     -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg)
}

.panel.swiper-wrap .swiper-button-next:after{
     margin:9px 0 0;
     -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg)
}

.panel.swiper-wrap .swiper-button-next:before{
     margin:-9px 0 0;
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg)
}


/* ÏÂŒÓ¡¡*/
.detailBl{
	padding: 80px 0 0;
}

.detailBl h1{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 40px;
	padding: 0;
	font-size: 30px;
}

.detailBl .column02{
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.detailBl .column02.end{
	align-items: end;
}

.detailBl .column02 .picBl{
	width:52.174%;
}

.detailBl .column02 .picBl .swiper-slide-duplicate-active{
	z-index: 10;
}

.detailBl .column02 .picBl a{
	border: none;
	display: block;
}

.detailBl .column02 .txtBl{
	width:43.479%;
	letter-spacing: 0.05em;
}

.detailBl .column02 .txtBl a{
    text-decoration: underline;
}

.detailBl .column02 .txtBl a:hover{
    text-decoration: none;
}

.detailBl .column02 .txtBl h2{
    font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.4;
}

.detailBl .column02 .txtBl h2 span{
    font-size: 18px;
}

.detailBl .column02 .txtBl p{
	line-height: 2;
	font-size: 18px;
	border-bottom: 2px solid #f4f4f4;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.detailBl .column02 .txtBl p.borderNone{
	line-height: 1.6;
	font-size: 16px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.detailBl .column02 .txtBl dl{
	line-height: 1.6;
	font-size: 16px;
	display: table;
}

.detailBl .column02 .txtBl dl + dl{
	margin-top: 5px;
}

.detailBl .column02 .txtBl dl > *{
	font-weight: normal;
	vertical-align: top;
	display: table-cell;
}

.detailBl .column02 .txtBl dl dt{
	width: 90px;
}

/* swichingArea */
.detailBl .column02 .swichingArea{
	max-width: 720px;
	width: inherit;
}

.detailBl .swichingArea .main > *{
	display: none;
}

.detailBl .swichingArea .main .show{
	display: block;
}

.detailBl .swichingArea .thumd{
	display: flex;
	margin-top: 2px;
}

.detailBl .swichingArea .thumd li{
	width: 20%;
	padding: 0 1px;
	display: table-cell;
    opacity: 0.5;
}

.detailBl .swichingArea .thumd li.active{
	opacity: 1;
}

.detailBl .swichingArea .thumd li:first-child{
	padding-left: 0;
}

.detailBl .swichingArea .thumd li:last-child{
	padding-right: 0;
}



/* slider */
.detailBl .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.detailBl .swiper-slide img {
  width: 100%;
}

.detailBl .thumbnail .swiper-slide {
  opacity: 0.5;
}

.detailBl .thumbnail .swiper-slide-active{
  opacity: 1;
}

.detailBl .swiper-button-prev::after,
.detailBl .swiper-container-rtl .swiper-button-next::after,
.detailBl .swiper-button-next::after,
.detailBl .swiper-container-rtl .swiper-button-prev::after {
	font-size: 25px;
    text-shadow: 0 0 10px rgb(0,0,0,0.8), 0 0 10px rgb(0,0,0,0.8);
}

/* modal */

.mfp-close,
.mfp-bottom-bar{
	display: none !important;
}

.mfp-bg{
	background: rgb(0,0,0,0.85);
}

.mfp-figure::after{
	display: none;
}

.mfp-container {
    padding-left: 60px;
    padding-right: 60px;
}

.mfp-arrow {
    position: absolute;
    top: 55%;
	left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 100%;
}

.mfp-arrow:before,
.mfp-arrow:after{
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
	width: 2px;
	box-shadow: 0 0 10px rgb(0,0,0,0.8), 0 0 10px rgb(0,0,0,0.8);
    height: 18px;
    border-radius: 4px;
    background: #fff;
	border: none;
	opacity: 1;
}

.mfp-arrow-left::after{
  margin: -5px 0 0;
  left: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}
.mfp-arrow-left::before{
  left: 22px;
  margin: 7px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-arrow-right::after{
  margin: 7px 0 0;
  left: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-arrow-right::before{
  left: 22px;
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-arrow-left{
	left: calc(50% - 450px);
}

.mfp-arrow-right{
	left: calc(50% + 400px);
}


@media only screen and (max-width: 1000px) {
    #area2.area{
        min-height: 100vh;
    }	
	
	.visual li span,
	.tab2 li{
        font-size: 14px;
    }
	
	.panel.swiper-wrap {
		margin: 0 3%;
    }
	
	.panel .swiper-slide {
      	padding:0;
    }
	
	.panel.swiper-wrap .swiper-button-prev {
        left: -8%;
    }

	.panel.swiper-wrap .swiper-button-next {
        right: -8%;
    }
	
    .panel .swiper-slide dl:nth-child(5),
    .panel .swiper-slide dl:nth-child(6),
    .panel .swiper-slide dl:nth-child(7),
    .panel .swiper-slide dl:nth-child(8){
        margin-top: 60px;
    }

    .panel .swiper-slide dl dd{
        margin-top: 10px;
		font-size: 14px;
    }
	
	.mfp-arrow-left{
        left: calc(40px + 2%);
    }

    .mfp-arrow-right{
		left: calc(100% - 2% - 90px);
    }
	
}	


@media only screen and (max-width: 768px) {
	.area{
		padding-top: 65px !important;
    }
	
	#area2.area {
        min-height: 120vh;
        overflow: hidden;
  }
	
	.visual{
		margin-left: calc(-100% * 1.25 / 20);
		margin-right: calc(-100% * 1.25 / 20);
    }

    .visual{
        margin-top: -60px;
        padding-top: 60px;
    }
	
    .visual li{
        width: calc(calc(100% - 10px) / 6 );
		height: calc(100vh - 65px - 85px - 5vw);
		position: relative;
    }

    .visual li span{
        border-top: 2px solid #fff;
        padding: 10px 0;
        font-size: 2.3vw;
		position: absolute;
		bottom: 0;
		width: 100%;
    }

	.tab2{
		margin-left: calc(-100% * 1.25 / 20);
		margin-right: calc(-100% * 1.25 / 20);
    }
	
	.tab2 li{
        width: calc(calc(100% - 10px) / 6 );
        font-size: 2.3vw;
    }

	.tab2 li a{
		padding: 10px 0;
    }
	
	#panelBl {
		padding: 10vw 0 15vw;
    }
	
	.panel.swiper-wrap {
        margin: 0 auto;
		margin-left: calc(-100% * 1.25 / 20);
		margin-right: calc(-100% * 1.25 / 20);
		padding: 0 10%;
		overflow: hidden;
    }
	
	.panel .swiper-slide {
        padding: 0 1px;
    }
	
    .panel .swiper-slide dl{
		width: 47%;
    }
	
    .empty.swiper-slide::after,
    .empty2.swiper-slide::after{
        display: none;
    }

    .panel .swiper-slide dl:nth-child(3),
    .panel .swiper-slide dl:nth-child(4),
    .panel .swiper-slide dl:nth-child(5),
    .panel .swiper-slide dl:nth-child(6),
    .panel .swiper-slide dl:nth-child(7),
    .panel .swiper-slide dl:nth-child(8){
        margin-top: 5vw;
    }

    .panel .swiper-slide dl dd{
        margin-top: 7px;
		line-height: 1.4;
		font-size: 12px;
    }
		
	.panel.swiper-wrap .swiper-button-prev{
        left: -1.5%;
    }

	.panel.swiper-wrap .swiper-button-next{
        right: -1.5%;
    }
	
	.panel.swiper-wrap .swiper-button-prev::after, 
	.panel.swiper-wrap .swiper-button-next::before, 
	.panel.swiper-wrap .swiper-button-next::after, 
	.panel.swiper-wrap .swiper-button-prev::before {
        height: 10px;
		top: 52%;
    }
	
    .panel.swiper-wrap .swiper-button-prev:before,
    .panel.swiper-wrap .swiper-button-next:after{
         margin:3px 0 0;
    }

    .panel.swiper-wrap .swiper-button-prev:after,
    .panel.swiper-wrap .swiper-button-next:before{
        margin:-3px 0 0;
    }
	
     .detailBl{
        padding: 10vw 0 0;
    }

    .detailBl h1{
        margin-bottom: 5vw;
        padding: 0;
        font-size: 20px;
    }

    .detailBl .column02{
		display: block;
    }

    .detailBl .column02 .picBl{
		width: 100%;
		margin-bottom: 10vw;
    }
	
	.detailBl .column02 .txtBl{
		width: 100%;
    }

    .detailBl .column02 .txtBl h2{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .detailBl .column02 .txtBl h2 span{
        font-size: 14px;
    }
	
    .detailBl .column02 .txtBl p{
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 15px;
		border-bottom: 1px solid #f4f4f4;
    }
	
    .detailBl .column02 .txtBl p.borderNone{
        font-size: 14px;
        margin-bottom: 10px;
    }
	
    .detailBl .column02 .txtBl dl{
        font-size: 14px;
    }

    .detailBl .column02 .txtBl dl + dl{
        margin-top: 5px;
    }

    /* slider */
    .detailBl .swiper-button-prev::after,
    .detailBl .swiper-container-rtl .swiper-button-next::after,
    .detailBl .swiper-button-next::after,
    .detailBl .swiper-container-rtl .swiper-button-prev::after {
        font-size: 15px;
    }

    .detailBl .swiper-button-prev, 
    .detailBl .swiper-container-rtl .swiper-button-next {
      left: 0;
    }

    .detailBl .swiper-button-next, 
    .detailBl .swiper-container-rtl .swiper-button-prev {
      right:0;
    }	

    /* modal */	
	.mfp-container {
      padding-left: 5%;
      padding-right: 5%;
    }
	
	.mfp-arrow-left{
        left: 6%;
    }

    .mfp-arrow-right{
        left: 84%;
    }
	
	.mfp-arrow-right::before,
	.mfp-arrow-left::after{
		margin: -2px 0 0 0;
    }	
	
	.mfp-arrow-left::before,
	.mfp-arrow-right::after{
      margin: 5px 0 0;
    }
	
	.mfp-arrow::before, 
	.mfp-arrow::after{
		height: 12px;
		top: 58%;
	}
	
}

@media only screen and (max-width: 420px){
    #area2.area {
        min-height: 135vh;
    }
}

@media only screen and (max-width: 360px){
    #area2.area {
        min-height: 150vh;
    }
}
    