/*=====================================================================

    report

======================================================================= */

.contents__wrapper .bg-image02 {
	position: absolute;
	width: 120%;
	top: 22%;
	left: -10%;
    opacity: 0.4;
    z-index: 1;
	transition: all .6s;
}

#report .main-area {
    padding: 120px 0 22vw;
}
.btn-area {
	position: relative;
	width: 85%;
	margin: 80px auto 0;
	background: linear-gradient(275deg, #ff786d, #ff5f74);
	z-index: 1;
}
#gallery .btn-area {
	background: linear-gradient(275deg, #acd84d, #95c839);
}

.btn-area a {
	display: block;
    position: relative;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    padding: 65px 0;
}

.btn-area a img {
	width: 42%;
    height: 3vw;
}

.btn-area a p {
	position: relative;
    display: table;
    font-size: 2.1vw;
    font-style: italic;
    padding-bottom: 5px;
    margin-left: 3%;
}
.btn-area a p::before {
	content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: skewX(50deg);
}

.report-block__wrapper,
.gallery-block__wrapper {
	position: relative;
}
.report-block__wrapper::before,
.gallery-block__wrapper::before {
	content: " ";
    position: absolute;
    width: 100%;
    height: 99%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #09112c, #002e6b, #09112c);
    transform: skewY(-7deg);
}

.report-block,
.gallery-block {
	position: relative;
	padding: 6vw 0 120px;
	margin-top: -6vw;
	z-index: 1;
}
.gallery-block {
	margin-top: -8vw;
}
.report-block::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transform: skewY(-7deg);
}


.kimg__bg {
	position: absolute;
	width: 100%;
	height: 36vw;
	top: -5vw;
	left: 0;
	overflow: hidden;
	transform: skewY(-7deg);
}

.kimg__bg img {
	position: absolute;
	width: 116%;
	height: auto;
	top: 50%;
	left: 50%;
	filter: blur(5px);
	transform: translate(-50%,-50%) skewY(7deg);
}

.report-content {
	position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}

.report-kimg {
	width: 100%;
}

.report-kimg img {
	height: auto;
	vertical-align: top;
}

.report-content .lead {
	font-size: 2vw;
    font-weight: bold;
    color: #002e6b;
    text-align: center;
    margin-top: 50px;
}

.report-box {
	margin: 50px auto 0;
}

.report-box .text-area {
	width: 100%;
	font-size: 16px;
	color: #002e6b;
	line-height: 2;
}

.report-box .img-area {
	float: left;
	width: 230px;
	height: auto;
	margin: 0 20px 5px 0;
}

.report-box .img-area img {
	vertical-align: bottom;
}

.report-box.image-right .img-area {
	float: right;
	margin: 0 0 5px 20px;
}

.image-big .img-area {
	width: 430px;
}

.image-middle .img-area {
	width: 36%;
}

.report-content .credit {
	text-align: right;
	color: #002e6b;
	margin-top: 30px;
}

.modal-image__wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
}

.modal-image__wrapper .modal-image {
	position: absolute;
	width: 100%;
    height: 0;
    max-width: 820px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 100%;
    margin: auto;
    cursor: pointer;
}

.modal-image .modal-image__inner {
	position: absolute;
	width: 100%;
	height: 45%;
    max-height: 650px;
    top: -3%;
    bottom: 0;
    margin: auto;
}

.modal-image__inner img {
	width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-image__inner .modal-close {
    position: absolute;
    display: table;
    width: 80px;
    left: calc(50% - 40px);
    bottom: -90px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 10px;
    background: #333;
    border: solid 2px #333;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s;
    box-sizing: border-box;
}

.modal-image__inner .modal-close:hover {
	color: #333;
	background: none;
}


.report-bottomImg {
	width: 100%;
	margin-top: 50px;
}

.report-bottomImg img {
	height: auto;
	vertical-align: bottom;
}

.btn-area__wrapper {
	padding: 100px 0 180px;
}
#gallery .btn-area__wrapper {
	padding: 0px 0 180px;
}



@media screen and (max-width: 768px) {
	.contents__wrapper .bg-image {
		width: 180%;
    	left: -50%;
	}
	.contents__wrapper .bg-image02 {
	    top: 54%;
	}
	#report .main-area {
	    padding: 120px 0 30vw;
	}
	.btn-area {
		margin: 60px auto 0;
	}
	.btn-area a {
	    padding: 25px 0;
	}
	.btn-area a img {
		width: 82%;
    	height: auto;
	}
	.btn-area a p {
	    font-size: 16px;
	    margin: 15px auto 0;
	    transform: translateX(-10px);
	}
	.report-block {
		padding-bottom: 80px;
	}
	.kimg__bg {
		height: 240px;
	}
	.report-content {
		width: 90%;
		margin: 50px auto 0;
	}
	.report-content .lead {
		font-size: 18px;
		text-align: left;
		margin-top: 30px;
	}
	.report-box {
		margin: 40px auto 0;
	}
	.report-content .report-box .text-area {
		width: 100%;
		margin-top: 20px;
	}
	.report-content .report-box .img-area {
		float: none!important;
		width: 100%;
		margin: 0;
	}
	.report-box .img-area a {
		pointer-events: none;
	}
	.report-content .credit {
		width: 90%;
		padding: 0;
		margin: 30px auto 0;
	}
	.report-bottomImg {
		width: 100%;
		margin-top: 30px;
	}
	.btn-area__wrapper {
		padding: 40px 0 90px;
	}
	#gallery .btn-area__wrapper {
		padding: 40px 0 90px;
	}
}



/*=====================================================================

    gallery

======================================================================= */

#gallery .main-area {
    padding: 120px 0 10vw;
}

.gallery-block {
	position: relative;
	padding: 100px 0;
}

.gallery-list__wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 1;
}

.gallery-list {
	width: 790px;
	margin: 0 auto;
}

.gallery-list__item {
	width: 190px;
	margin-left: 10px;
	cursor: pointer;
}

.gallery-list__item:nth-child(4n+1) {
	margin-left: 0;
}

.gallery-list__item:nth-child(n+5) {
	margin-top: 10px;
}

.gallery-list__item:nth-child(27),
.gallery-list__item:nth-child(28) {
	opacity: 0;
	pointer-events: none;
}

.gallery-list__item img {
	vertical-align: bottom;
}

.iziModal-overlay {
	background-color: rgba(0, 0, 0, 0.85)!important;
}

.iziModal {
	max-width: 700px!important;
	background: none;
	box-shadow: none;
}

.iziModal .iziModal-wrap {
	margin-top: -30px;
}

.iziModal.hasScroll .iziModal-wrap {
	overflow: visible!important;
}

.iziModal img {
	border: solid 3px #fff;
}

.modal-text {
	position: absolute;
	width: 100%;
	top: calc(100% + 15px);
	left: 0;
}

.iziModal p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	/*margin-top: 15px;*/
}

.iziModal .modal-close {
	display: table;
	color: #fff;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	padding-left: 15px;
	margin: 25px auto 0;
}

.iziModal .modal-close::before {
	content: " "; 
	position: absolute;
	display: block;
	width: 2px;
	height: 10px;
	top: calc(50% - 5px);
	left: 0;
	background: #fff;
	transform: rotate(45deg);
}

.iziModal .modal-close::after {
	content: " "; 
	position: absolute;
	display: block;
	width: 2px;
	height: 10px;
	top: calc(50% - 5px);
	left: 0;
	background: #fff;
	transform: rotate(-45deg);
}


.iziModal .modal-pager {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
}

.iziModal .modal-prev {
	left: 0;
}

.iziModal .modal-next {
	right: 0;
}

.iziModal .modal-pager .arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
    left: -80px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s;
}

.iziModal .modal-next .arrow {
	left: 380px;
	transform: rotate(180deg);
}

.iziModal .modal-pager .arrow:hover {
	opacity: .7;
}

.iziModal .modal-pager span {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	border-right: solid 2px #333;
	border-top: solid 2px #333;
	margin: 17px 20px;
	transform: rotate(-135deg);
}

#modalssaw,
#modalssaw2 {
	display: none!important;
}

@media screen and (max-width: 768px) {
	.btn-gallery__wrapper {
		width: 100%;
		padding: 40px 0;
	}
	.gallery-block {
		padding: 80px 0 0;
		margin-top: -20vw;
	}
	.gallery-list__wrapper {
		width: 100%;
		padding: 40px 0 0;
		margin: 0 auto;
	}
	.gallery-list {
		width: 100%;
	}
	.gallery-list__item {
		width: 42.5%;
		margin-left: 5%;
	}
	.gallery-list__item:nth-child(4n+1) {
		margin-left: 5%;
	}
	.gallery-list__item:nth-child(n+3) {
		margin-top: 18px;
	}
	.iziModal {
		max-width: 85%!important;
	}
	.iziModal p {
		font-size: 12px;
	}
	.iziModal .modal-close {
		margin: 20px auto 0;
	}
	.iziModal .modal-pager {
		height: 100%;
	}
	.iziModal .modal-pager .arrow {
		width: 30px;
	    height: 30px;
	    top: calc(50% - 15px);
	    left: -15px;
	}
	.iziModal .modal-next .arrow {
		left: calc(100% - 15px);
	}
	.iziModal .modal-pager span {
		width: 10px;
		height: 10px;
		margin: 10px 12px;
	}
}

@media screen and (orientation: landscape) and (max-width: 768px) {
	.iziModal {
		max-width: 45%!important;
	}
	.iziModal .iziModal-wrap {
	    margin-top: -45px;
	}
}


