@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-album/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;
}



/* 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;
	margin-bottom: 80px;
	line-height: 1.8;
}

.product__box {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.product__item {
	width: 46.4%;
	background-color: #FFF;
	box-shadow: 0 3px 25px rgba(1,46,83, .1);
	overflow: hidden;
}

.product__img {
	display: block;
	width: 100%;
	height: auto;
	transition: .3s;
	position: relative;
	z-index: 1;
}

.product__img:hover {
	opacity: .7;
	transform: scale(1.05);
}

.product__item-content {
	padding: 40px;
	text-align: left;
	position: relative;
	z-index: 10;
	background-color: #FFF;
}

.product__h3 {
	font-size: 32px;
	font-weight: 500;
	border-bottom: 1px solid #012E53;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.product__h3 span {
	font-size: 24px;
}

.product__item-txt {
	font-size: 16px;
	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;
	left: 0;
	right: 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__album {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 400px;
	background-image: url("/img/service/sports-album/img_works.png");
	background-size: 4020px 400px; /* image size */
	animation: works_album 70s infinite linear;
}

@keyframes works_album {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4020px 0;
  }
}



/* 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;
}

.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-album/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 40px 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;
}



/* 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 30px auto;
	font-size: 14px;
}

.product__box {
	width: calc(100% - 60px);
	display: block;
}

.product__item {
	width: 100%;
	display: block;
}
	
.product__item:first-child {
	margin-bottom: 30px;
}

.product__item-content {
	padding: 20px;
}

.product__h3 {
	font-size: 19px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.product__h3 span {
	font-size: 14px;
}

.product__item-txt {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}



/* 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__album {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 250px;
	background-image: url("/img/service/sports-album/img_works.png");
	background-size: 2512px 250px; /* image size */
	animation: works_album 70s infinite linear;
}

@keyframes works_album {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2512px 0;
  }
}



/* 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;
}
	
	
	
}