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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* header */
.header {
	background-color: rgba(255,255,255, .8);
}

/* mv */
.mv__upper-wrapper {
	max-width: 1200px;
}

.mv__upper {
	width: 100%;
	height: 600px;
	background-color: #012E53;
	padding-top: 190px;
}

.mv__h1 {
	font-size: 75px;
	font-family: futura;
	color: #FFF;
}

.mv__h1 span {
	font-size: 32px;
	font-weight: 500;
	vertical-align: 15px;
}

.mv__h1 span::before {
	display: inline-block;
	content: "";
	width: 2px;
	height: 75px;
	background-color: #FFF;
	vertical-align: -25px;
	margin-left: 30px;
	margin-right: 30px;
}

.mv__lower {
	width: calc(1200px + (100vw - 1200px) / 2);
	height: 600px;
	background-image: url("/img/service/sports-design/bg_mv.jpg");
	background-size: cover;
	background-position: center center;
	margin-top: -240px;
}



/* 共通部分 */
.h2 span {
	display: inline-block;
	padding: 10px 25px;
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	background-color: #012E53;
	margin-bottom: 30px;
}


/* overview */
.overview {
	padding: 100px 0;
	background-image: url("/img/service/sports-album/bg_overview.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 0 left 0;
}

.overview__wrapper {
	max-width: 1200px;
}

.overview__h2 {
	margin-bottom: 45px;
}

.overview__txt {
	font-size: 24px;
	font-weight: 500;
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 0 0 auto;
	line-height: 1.8;
}

.overview__box {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.overview__item {
	width: 30.4%;
	position: relative;
}

.overview__item:nth-of-type(2) {
	margin-top: 80px;
}

.overview__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 400px;
	box-shadow: 0 3px 25px rgba(1,46,83, .1);
	margin-bottom: 30px;
}

.overview__h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}



/* product */
.product {
	padding: 100px 0;
	background-color: #f5faff;
	background-image: url("/img/service/sports-album/bg_product.png");
	background-size: contain;
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
}

.product__wrapper {
	max-width: 1200px;
	text-align: right;
}

.product__h2 {
	margin: 0 0 50px auto;
}

.product__txt {
	width: 100%;
	max-width: 900px;
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8;
}




/* works */
.works {
	padding: 100px 0;
	background-image: url("/img/service/sports-album/bg_works.png");
	position: relative;
	overflow: hidden;
}

.works__bg {
	display: inline-block;
	content: "";
	width: 1130px;
	height: 150%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20%;
	left: 0;
	margin: auto;
	z-index: 0;
	transform: rotate(10deg);
}

.works__wrapper {
	max-width: 1130px;
	position: relative;
}

.works__h2 {
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 80px;
	text-align: center;
	color: #012E53;
	margin-bottom: 70px;
}

.works__h2 span {
	color: #3894FF;
}

.works__h2-ja {
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: #012E53!important;
}

.works__txt {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 100px;
}

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

.works__item {
	width: 23%;
	margin-bottom: 30px;
	position: relative;
}

.works__img {
	display: block;
	width: 100%;
	height: auto;
}

.works__overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	padding: 0 10px 10px 15px;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
	opacity: 0;
	transition: .2s;
}

.works__item:hover {
	cursor: pointer;
}

.works__item:hover .works__overlay {
	opacity: 1;
}

.works__h3 {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 5px;
}

.works__tag {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}



/* site */
.site {
	padding-bottom: 100px;
}

.site__header {
	width: 100%;
	height: 285px;
	background-image: url("/img/service/sports-album/bg_site.jpg");
	background-size: cover;
	background-position: center center;
	padding-top: 60px;
}

.site__h3 {
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}

.site__box {
	margin-top: -100px;
	display: flex;
	justify-content: space-between;
}

.site__item {
	display: block;
	width: 46.5%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 3px 25px rgba(1,46,83, .1);
}

.site__img {
	display: block;
	width: 100%;
	height: auto;
	transition: .3s;
}

.site__img:hover {
	transform: scale(1.05);
	opacity: .9;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){


}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* mv */
.mv__upper {
	height: 375px;
	padding-top: 75px;
}

.mv__h1 {
	font-size: 45px;
}

.mv__h1 span {
	font-size: 19px;
	vertical-align: baseline;
	position: relative;
	display: block;
	margin-top: 40px;
}

.mv__h1 span::before {
	display: block;
	content: "";
	width: 50px;
	height: 2.5px;
	background-color: #FFF;
	vertical-align: baseline;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: -20px;
}

.mv__lower {
	width: 80%;
	height: 300px;
	background-image: url("/img/service/sports-design/bg_mv_sp.jpg");
	margin-top: -140px;
	position: relative;
	z-index: 10;
}



/* 共通部分 */
.h2 span {
	display: inline-block;
	padding: 7px 10px;
	font-size: 19px;
	font-weight: 500;
	color: #FFF;
	background-color: #012E53;
	margin-bottom: 10px;
}


/* overview */
.overview {
	margin-top: -170px;
	padding: 210px 0 20px 0;
	background-image: url("/img/service/sports-album/bg_overview_sp.jpg");
	position: relative;
	z-index: 0;
}

.overview__wrapper {
	width: 100%;
}

.overview__h2 {
	margin-bottom: 20px;
}

.overview__txt {
	width: calc(100% - 30px);
	font-size: 14px;
	margin: 0 auto;
}

.overview__box {
	display: block;
	width: calc(100% - 30px);
	margin: 30px auto 0 auto;
}

.overview__item {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.overview__item:nth-of-type(2) {
	margin-top: 0;
}

.overview__img {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.overview__h3 {
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}
	
	
	
/* product */
.product {
	padding: 40px 0;
	background-image: url("/img/service/sports-album/bg_product_sp.png");
}

.product__wrapper {
	width: 100%;
	text-align: right;
}

.product__h2 {
	margin: 0 0 20px auto;
}

.product__txt {
	width: calc(100% - 30px);
	margin: 0 auto;
	font-size: 14px;
}
	
	
	
/* works */
.works {
	padding: 40px 0;
	background-image: url("/img/service/sports-album/bg_works.png");
	background-size: 40px 40px;
	background-repeat: repeat;
}

.works__bg {
	width: 80%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 7%;
	margin: auto;
	z-index: 0;
	transform: rotate(7deg);
}

.works__wrapper {
	max-width: 1130px;
	position: relative;
}

.works__h2 {
	font-size: 45px;
	text-align: center;
	color: #012E53;
	margin-bottom: 30px;
}

.works__h2-ja {
	font-size: 19px;
}

.works__txt {
	font-size: 14px;
	margin-bottom: 30px;
}
	
.works__box::after {
	display: inline-block;
	content: "";
	width: 29%;
}

.works__item {
	width: 29%;
	margin-bottom: 20px;
}

.works__overlay {
	height: 100px;
	padding: 0 3px 5px 5px;
}

.works__h3 {
	font-size: 11px;
	margin-bottom: 3px;
}

.works__tag {
	font-size: 11px;
	font-weight: 500;
	color: #FFF;
}
	
	

/* site */
.site {
	padding-bottom: 10px;
}

.site__header {
	height: 175px;
	padding-top: 40px;
}

.site__h3 {
	font-size: 19px;
}

.site__box {
	margin-top: -70px;
	display: block;
}

.site__item {
	display: block;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 3px 10px rgba(1,46,83, .15);
}

.site__img {
	display: block;
	width: 100%;
	height: auto;
	transition: .3s;
}

.site__img:hover {
	transform: scale(1.05);
	opacity: .9;
}
	
	
	
}