@charset "utf-8";

@media screen and (max-width: 768px){
	html{
		background-color: #000;
	}
	.breadcrumb{
		width: 100%;
		padding: 0 3vw 0 3vw;
	}
	.breadcrumb .inner-content{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.breadcrumb .inner-content ul{
		width: 100%;
		font-size: 0;
		list-style: none;
	}
	.breadcrumb .inner-content ul li{
		display: inline-block;
		font-size: 3vw;
		line-height: 1.4em;
		padding: 0 3vw 0 0;
		margin: 0 1vw 0 0;
		position: relative;
		color: #fff;
  		font-family: "Noto Sans JP";
		font-weight: 300;
	}
	.breadcrumb .inner-content ul li:first-of-type{
		padding-left: 0;
	}
	.breadcrumb .inner-content ul li::after{
		display: block;
		content: "";
		background: #fff;
		width: 1.4vw;
		height: calc(tan(60deg) * 2vw / 2);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.breadcrumb .inner-content ul li:last-of-type::after{
		display: none;
	}
	.breadcrumb .inner-content ul li a{
		font-size: 3vw;
		color: #fff;
  		font-family: "Noto Sans JP";
		font-weight: 300;
	}
	.wrap-header{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 5vw 0 0 0;
		position: relative;
		text-align: center;
		z-index: 40;
	}
	.wrap-header .inner-content{
		width: 100%;
		display: block;
		border-radius: 20px;
		overflow: hidden;
		padding: 3.2vw 0 3.2vw 0;
		text-align: left;
	}
	.wrap-header .inner-content h2{
		font-size: 6vw;
		line-height: 1.4em;
		color: #fff;
	}
	.wrap-header .inner-content h3{
		font-size: 8vw;
		line-height: 1.2em;
		color: #fff;
		margin: 4vw 0 0 0;
	}
	.wrap-header .inner-content h3 span{
		font-size: 8.4vw;
		line-height: 1.2em;
		color: #787878;
		display: block;
		margin: 0 1vw 0 0;
	}
	.wrap-header .inner-content h4{
		font-size: 3.4vw;
		margin: 4vw 0 0 0;
		padding: 0 0 0 0.3em;
		color: #fff;
	}
	.wrap-detail{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 0 0 0 0;
		position: relative;
	}
	.wrap-detail .inner-content{
		width: 100%;
		background-color: #3c3c3c;
		border-radius: 20px;
		padding: 6vw 5vw 5vw 5vw;
		margin: 5vw 0 0 0;
	}
	.wrap-detail .inner-content:first-of-type{
		margin-top: 0;
	}
	.wrap-detail .inner-content .content{
		width: 100%;
	}
	.wrap-detail .inner-content .left{
		width: 100%;
		margin: 0 0 0 0;
	}
	.wrap-detail .inner-content .left .ttl{
		width: 100%;
		padding: 0 0 0 0;
		position: relative;
		display: table;
		table-layout: fixed;
	}
	.wrap-detail .inner-content .left .ttl h5{
        font-size: 4.6vw;
        line-height: 1.4em;
        transition: color 0.2s;
        color: #fff;
        padding: 0;
		vertical-align: middle;
        display: table-cell;
	}
	.wrap-detail .inner-content .left p{
		width: 100%;
		font-size: 3.4vw;
		padding: 3.4vw 0 3.8vw 0;
		line-height: 1.9em;
		color: #fff;
	}
	.wrap-detail .inner-content .right{
		display: block;
		vertical-align: top;
		width: 100%;
		font-size: max(1vw, 14px);
		margin: 0 0 0 0;
	}
	.wrap-detail .inner-content .right .inner.row2{
		width: 100%;
		font-size: 0;
	}
	.wrap-detail .inner-content .right .inner.row2 span{
        display: inline-block;
        border-radius: 14px;
        overflow: hidden;
        width: 49%;
		margin-top:2%;
	}
	.wrap-detail .inner-content .right .inner.row2 span:nth-child(2n){
		margin-left: 2%;
	}
	.wrap-detail .inner-content .right .inner.row2 span:nth-child(1){
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner.row2 span:nth-child(2){
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner span img{
		width: 100%;
		vertical-align: bottom;
	}
	.wrap-detail .inner-content .right .inner span.link1{
		cursor: default;
	}
	.wrap-detail .inner-content .right .inner span.link1.active{
		cursor: pointer;
	}
	.wrap-detail .inner-content .right .inner.row2-3{
		width: 100%;
		font-size: 0;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span{
        display: inline-block;
        border-radius: 14px;
        overflow: hidden;
        width: 49%;
		margin-top:2%;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(1){
		width: 49%;
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(2){
		width: 49%;
		margin-left: 2%;
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(3){
		width: 32%;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(4){
		width: 32%;
		margin-left: 2%;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(5){
		width: 32%;
		margin-left: 2%;
	}
	.wrap-link{
		width: 100%;
		padding: 0 7vw 10vw 7vw;
        margin: 7vw 0 0 0;
		position: relative;
	}
	.wrap-link .inner-content{
		width: 100%;
	}
	.wrap-link .inner-content ul{
		list-style: none;
		font-size: 0;
		display: flex;
		flex-direction: column;
		gap: 4vw;
	}
	.wrap-link .inner-content ul li{
		width: 100%;
		display: block;
		position: relative;
		border-radius: 20px;
		overflow: hidden;
	}
	.wrap-link .inner-content ul li.no01 a{
		background: url(/works/img/common-wrap-link-01-sp.png) no-repeat center center;
		background-size:cover;
	}
	.wrap-link .inner-content ul li.no02 a{
		background: url(/works/img/common-wrap-link-02-sp.png) no-repeat center center;
		background-size:cover;
	}
	.wrap-link .inner-content ul li.no03 a{
		background: url(/works/img/common-wrap-link-03-sp.png) no-repeat center center;
		background-size:cover;
	}
	.wrap-link .inner-content ul li a{
		display: block;
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	.wrap-link .inner-content ul li a::after{
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 15;
		transition: opacity 0.2s;
	}
	.wrap-link .inner-content ul li a:hover::after{
		opacity: 0.4;
	}
	.wrap-link .inner-content ul li a > span{
		display: block;
		width: 90%;
		background-color: #3c3c3c;
		color: #000;
		position: relative;
		z-index: 20;
		border-radius: 10px;
		padding: 7vw 3vw 12vw 3vw;
		margin: 29vw auto 3vw auto;
		transition: background-color 0.2s;
	}
	.wrap-link .inner-content ul li a > span *{
		position: relative;
		z-index: 10;
	}
	.wrap-link .inner-content ul li a > span::after{
		display: inline-block;
		color: #444444;
		font-family: "Prompt", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 100;
		position: absolute;
		z-index: 1;
		font-size: 23vw;
		top: 50%;
		right: 7vw;
		transform: translateY(-50%);
		transition: color 0.2s;
	}
	.wrap-link .inner-content ul li a:hover > span::after{
		color: #2b2b2b;
	}
	.wrap-link .inner-content ul li.no01 a > span::after{
		content: "01";
	}
	.wrap-link .inner-content ul li.no02 a > span::after{
		content: "02";
	}
	.wrap-link .inner-content ul li.no03 a > span::after{
		content: "03";
	}
	.wrap-link .inner-content ul li a > span h4{
		font-size: 3.4vw;
		line-height: 1.4em;
		color: #fff;
	}
	.wrap-link .inner-content ul li a > span h4 br{
		line-height: 1.0em;
	}
	.wrap-link .inner-content ul li a > span span{
		width: 100%;
		font-size: 3vw;
		position: absolute;
		bottom: 2vw;
		left: 0;
		padding: 0 0 0 3vw;
		color: #fff;
	}
	.wrap-link .inner-content ul li a > span span::after{
		content: " ";
		display: block;
		width: 3.2vw;
		height: 3.6vw;
        position: absolute;
        top: 50%;
		right: 3vw;
		transform: translateY(-50%);
		background: url(/common/img/ar_w.png) no-repeat center center;
		background-size: 100% auto;
	}
	.wrap-link .inner-content ul li a:hover > span::after{
		color: #fff;
	}
	.wrap-link .inner-content ul li a:hover > span{
		background-color: #ececec;
	}
	.wrap-link .inner-content ul li a:hover > span h4{
		color: #000;
	}
	.wrap-link .inner-content ul li a:hover > span p{
		color: #000;
	}
	.wrap-link .inner-content ul li a:hover > span span{
		color: #000;
	}
	.wrap-link .inner-content ul li a:hover > span span::after{
		background: url(/common/img/ar.png) no-repeat center center;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 769px){
	html{
		background-color: #000;
	}
	.breadcrumb{
		width: 100%;
		padding: 0 3vw 0 3vw;
	}
	.breadcrumb .inner-content{
		width: 100%;
	}
	.breadcrumb .inner-content ul{
		width: 100%;
		font-size: 0;
		list-style: none;
	}
	.breadcrumb .inner-content ul li{
		display: inline-block;
		font-size: max(1.0vw, 12px);
		line-height: 1.4em;
		padding: 0 max(1.2vw, 20px) 0 0;
		margin: 0 max(0.4vw, 10px) 0 0;
		position: relative;
		color: #fff;
  		font-family: "Noto Sans JP";
		font-weight: 300;
	}
	.breadcrumb .inner-content ul li:first-of-type{
		padding-left: 0;
	}
	.breadcrumb .inner-content ul li::after{
		display: block;
		content: "";
		background: #fff;
		width: 0.6vw;
    	height: calc(tan(60deg) * 0.8vw / 2);
		min-width: 6px;
		min-height: calc(tan(60deg) * 10px / 2);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-54%);
	}
	.breadcrumb .inner-content ul li:last-of-type::after{
		display: none;
	}
	.breadcrumb .inner-content ul li a{
		font-size: max(1.0vw, 12px);
		color: #fff;
  		font-family: "Noto Sans JP";
		font-weight: 300;
	}
	.wrap-header{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 3vw 0 0 0;
		position: relative;
		text-align: center;
	}
	.wrap-header .inner-content{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 3.2vw;
		text-align: left;
	}
	.wrap-header .inner-content h2{
		font-size: 2.6vw;
		line-height: 1.0em;
		color: #fff;
	}
	.wrap-header .inner-content h3{
		font-size: 3.2vw;
		line-height: 1.0em;
		color: #fff;
		margin: 2vw 0 0 0;
	}
	.wrap-header .inner-content h3 span{
		font-size: 3.4vw;
		line-height: 1.0em;
		color: #787878;
		display: inline-block;
		margin: 0 1vw 0 0;
	}
	.wrap-header .inner-content h4{
		font-size: max(1.4vw, 14px);
		margin: 1.4vw 0 0 0;
		padding: 0 0 0 0.3em;
		color: #fff;
	}
	.wrap-detail{
		width: 100%;
		padding: 0 7vw 0 7vw;
        margin: 0 0 0 0;
		position: relative;
	}
	.wrap-detail .inner-content{
		width: 100%;
		background-color: #3c3c3c;
		border-radius: 20px;
		padding: 2vw 3.2vw 2vw 3.2vw;
		display: flex;
		margin: 1.2vw 0 0 0;
	}
	.wrap-detail .inner-content:first-of-type{
		margin-top: 0;
	}
	.wrap-detail .inner-content .content{
		width: 100%;
		font-size: 0;
	}
	.wrap-detail .inner-content .left{
		display: inline-block;
		vertical-align: top;
		width: 20vw;
		margin: 0;
	}
	.wrap-detail .inner-content .left .ttl{
		width: 100%;
		padding: 0;
		position: relative;
	}
	.wrap-detail .inner-content .left .ttl h5{
		font-size: 2.0vw;
		line-height: 1.4em;
		transition: color 0.2s;
		color: #fff;
	}
	.wrap-detail .inner-content .left p{
		width: 100%;
		font-size: max(1vw, 14px);
		padding: 2.6vw 0 0 0;
		line-height: 1.9em;
		color: #fff;
	}
	.wrap-detail .inner-content .right{
		display: inline-block;
		vertical-align: top;
		width: 53.7vw;
		font-size: max(1vw, 14px);
		margin: 0 0 0 3vw;
	}
	.wrap-detail .inner-content .right .inner.row2{
		width: 100%;
		font-size: 0;
	}
	.wrap-detail .inner-content .right .inner.row2 span{
        display: inline-block;
        border-radius: 14px;
        overflow: hidden;
        width: 49%;
		margin-top:2%;
	}
	.wrap-detail .inner-content .right .inner.row2 span:nth-child(2n){
		margin-left: 2%;
	}
	.wrap-detail .inner-content .right .inner.row2 span:nth-child(1){
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner.row2 span:nth-child(2){
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner span img{
		width: 100%;
		vertical-align: bottom;
	}
	.wrap-detail .inner-content .right .inner span.link1{
		cursor: default;
	}
	.wrap-detail .inner-content .right .inner span.link1.active{
		cursor: pointer;
	}
	.wrap-detail .inner-content .right .inner.row2-3{
		width: 100%;
		font-size: 0;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span{
        display: inline-block;
        border-radius: 14px;
        overflow: hidden;
        width: 49%;
		margin-top:2%;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(1){
		width: 49%;
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(2){
		width: 49%;
		margin-left: 2%;
		margin-top: 0;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(3){
		width: 32%;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(4){
		width: 32%;
		margin-left: 2%;
	}
	.wrap-detail .inner-content .right .inner.row2-3 span:nth-child(5){
		width: 32%;
		margin-left: 2%;
	}
	.wrap-link{
		width: 100%;
		padding: 0 7vw 5vw 7vw;
        margin: 4vw 0 0 0;
		position: relative;
	}
	.wrap-link .inner-content{
		width: 100%;
	}
	.wrap-link .inner-content ul{
		list-style: none;
		font-size: 0;
	}
	.wrap-link .inner-content ul li{
		width: 49%;
		display: inline-block;
		position: relative;
		border-radius: 20px;
		overflow: hidden;
	}
	.wrap-link .inner-content ul li:nth-child(2){
		margin: 0 0 0 2%;
	}
	.wrap-link .inner-content ul li.no01 a{
		background: url(/works/img/common-wrap-link-01.png) no-repeat center right;
		background-size:cover;
	}
	.wrap-link .inner-content ul li.no02 a{
		background: url(/works/img/common-wrap-link-02.png) no-repeat center right;
		background-size:cover;
	}
	.wrap-link .inner-content ul li.no03 a{
		background: url(/works/img/common-wrap-link-03.png) no-repeat center right;
		background-size:cover;
	}
	.wrap-link .inner-content ul li a{
		display: block;
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	.wrap-link .inner-content ul li a::after{
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 15;
		transition: opacity 0.2s;
	}
	.wrap-link .inner-content ul li a:hover::after{
		opacity: 0.4;
	}
	.wrap-link .inner-content ul li a > span{
		display: block;
		width: 23vw;
		background-color: #3c3c3c;
		position: relative;
		z-index: 20;
		border-radius: 10px;
		padding: 2vw 1vw 6vw 1vw;
		margin: 1.4vw 0 1.4vw 1vw;
		transition: background-color 0.2s;
	}
	.wrap-link .inner-content ul li a > span *{
		position: relative;
		z-index: 10;
	}
	.wrap-link .inner-content ul li a > span::after{
		display: inline-block;
		color: #444444;
		font-family: "Prompt", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 100;
		position: absolute;
		z-index: 1;
		font-size: 8vw;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: color 0.2s;
	}
	.wrap-link .inner-content ul li a:hover > span::after{
		color: #2b2b2b;
	}
	.wrap-link .inner-content ul li.no01 a > span::after{
		content: "01";
	}
	.wrap-link .inner-content ul li.no02 a > span::after{
		content: "02";
	}
	.wrap-link .inner-content ul li.no03 a > span::after{
		content: "03";
	}
	.wrap-link .inner-content ul li a > span h4{
		width: 100%;
		padding: 0 1vw 0 1vw;
		font-size: 1.3vw;
		line-height: 1.4em;
		color: #fff;
		position: absolute;
		top: 40%;
		left: 0;
		transform: translateY(-50%);
	}
	.wrap-link .inner-content ul li a > span h4 br{
		line-height: 1.0em;
	}
	.wrap-link .inner-content ul li a > span span{
		width: 100%;
		font-size: max(1.0vw, 12px);
		position: absolute;
		bottom: 0.5vw;
		left: 0;
		padding: 0 0 0 1vw;
		color: #fff;
	}
	.wrap-link .inner-content ul li a > span span::after{
		content: " ";
		display: block;
		width: 1.2vw;
		height: 1.4vw;
        position: absolute;
        top: 50%;
		right: 1vw;
		transform: translateY(-50%);
		background: url(/common/img/ar_w.png) no-repeat center center;
		background-size: 100% auto;
	}
	.wrap-link .inner-content ul li a:hover > span::after{
		color: #fff;
	}
	.wrap-link .inner-content ul li a:hover > span{
		background-color: #ececec;
	}
	.wrap-link .inner-content ul li a:hover > span h4{
		color: #000;
	}
	.wrap-link .inner-content ul li a:hover > span p{
		color: #000;
	}
	.wrap-link .inner-content ul li a:hover > span span{
		color: #000;
	}
	.wrap-link .inner-content ul li a:hover > span span::after{
		background: url(/common/img/ar.png) no-repeat center center;
		background-size: 100% auto;
	}
}
.mfp-counter {
	display: none!important;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer!important;
}
img.mfp-img {
	padding: 0 0 0 0 !important;
	margin: 40px 0 0 0 !important;
}
.mfp-figure:after {
	background-color: transparent!important;
}
.mfp-arrow {
    position: absolute;
    opacity: 1!important;
    margin: 0;
    top: inherit!important;
	bottom: -35px!important;
	left: 50%!important;
	transform: translateX(-50%);
    margin-top: 0!important;
    padding: 0;
    width: 25px!important;
    height: 25px!important;
	border-radius: 50%!important;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow::after,.mfp-arrow::before {
	display: none!important;
}
.mfp-arrow.mfp-arrow-left {
	left: calc(50% - 75px)!important;
	background: url(/common/img/gallery_l.png) no-repeat center center!important;
	background-size: 100% auto!important;
	background-color: #414141!important;
}
.mfp-arrow.mfp-arrow-right {
	left: calc(50% + 50px)!important;
	background: url(/common/img/gallery_r.png) no-repeat center center!important;
	background-size: 100% auto!important;
	background-color: #414141!important;
}
.mfp-arrow:hover, .mfp-arrow:focus{
    opacity: 1;
	background-color: #686868!important;
}
.mfp-figure .control{
	display: none!important;
}
.mfp-img{
	border-radius: 20px!important;
}
.mfp-close-btn-in .mfp-close {
    color: #fff!important;
	font-family: "lato", sans-serif!important;
	font-weight: 100!important;
	font-size: 50px!important;
	height: initial!important;
    line-height: 0em!important;
	top: 14px!important;
}
@media (max-width: 900px) {
    .mfp-container {
        padding-left: 5%!important;
        padding-right: 5%!important;
    }
}