@charset "utf-8";

/* ===================================================================================

	Base Media Queries PC
	基礎 メディアクエリ PC用（ 768px 〜 ）

=================================================================================== */
  /* 新規CSS */
  .teamseiko_mainvisual {
    width: 100%;
	background: url(/sports_music/sports/team_seiko/images/mainvisual_pc.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
    height: 34vw;
}

.teamseiko_mainvisual img{
	display: none;
}

.teamseiko_descArea {
	width: 100%;
	background-color: #FCC800;
}

.teamseiko_descArea_wrap {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	padding: 60px 0;
}

.teamseiko_heading {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.teamseiko_descArea__desc {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
}

.anchor {
	width: 100%;
}

.anchorList {
	display: flex;
	justify-content: center;
	width: 1240px;
	padding: 0 20px;
	margin: 40px auto 60px;
	justify-content: center;
	align-items: center;
}

.anchorList__item {
	position: relative;
	display: block;
	width: 250px;
	min-height: 70px;
	margin-bottom: 30px;
	margin-right: 30px;
	background-color: #000;
	color: #000;
	z-index: 1;
}
.anchorList__item:last-child {
	margin-right: 0;
}
.anchorList__item:before {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
	left: 0;
    bottom: 5px;
    width: 16px;
    height: 16px;
    margin: 0 auto;
	background: url(/assets/images/icn_arrow_down.svg) no-repeat;
    background-size: contain;
    z-index: 10;
}
.anchorList__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #FBC600;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1; }
.anchorList__item:hover {
    opacity: 1;
    color: #FBC600; }
.anchorList__item:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.anchorList__item .anchorList__item__txt {
	position: relative;
	display: block;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 70px;
	padding: 20px 10px 20px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	outline: 0;
	margin: 0;
	color: #FBC600;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	z-index: 10;
}

.anchorList__item:hover .anchorList__item__txt {
	color: #000;
}

.activities {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto 120px;
}

.activities_heading {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.activities_col__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.activities_col__subTitle {
	font-size: 1.8rem;
	font-weight: normal;
}

.photoItem .img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FCCA00;
    -webkit-transform: translate(4%,6%);
    transform: translate(4%,6%);
}

.activities_col .school_logo {
	position: relative;
	width: 205px;
	margin: -10px auto 12px;
}

.activities_col .c-button {
    background-color: #FCC800;
	border-color: #FCC800;
}

.activities_col .c-button:hover {
    border-color: #FCC800;
}
.activities_col .c-button:after {
    background-color: #fff;
}
.activities_col .c-button:hover .c-button__txt {
	color: #000;
}
.activities_col .c-button:hover::before {
    background: url(/assets/images/icn_arrow_black.svg) no-repeat;
    background-size: contain;
}

.team_seiko_heading2 {
	margin-bottom: 20px;
	text-align: center;
}

.team_seiko_heading2 .title-en {
	font-family: 'Anton', sans-serif;
	font-size: 4.4rem;
}

.team_seiko_heading2 .title-ja {
	font-size: 3.2rem;
	font-weight: bold;
}

.team_seiko_athletes__wrap {
	margin-top: 40px;
	background-color: #000;
	background-image: url(/sports_music/sports/team_seiko/images/bg_athletes_pc.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.athletesList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1240px;
	padding: 60px 20px 50px;
	margin: 0 auto;
}

.athleteItem {
	position: relative;
	width: 268px;
	margin-right: 42px;
	margin-bottom: 30px;
}

.athleteItem:nth-child(4n) {
	margin-right: 0;
}

.athleteItem__image {
	display: block;
	position: relative;
	background: linear-gradient(#FCCA00 0%, #FCCA00 70%, #FCCA00 70%, #FCCA00 100%);
	background-position: 0 100px;
	background-size: 70% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.athleteItem__textArea {
	position: relative;
	margin-top: -35px;
	padding-top: 10px;
	background-size: 100% 100%;
	z-index: 2;
}

.athleteItem__textArea__name-en {
	font-family: 'Anton', sans-serif;
	font-size: 3.2rem;
	text-align: center;
	color: #fff;
}

.athleteItem__textArea_sport {
	text-align: center;
	font-size: 1.7rem;
	color: #FCC800;
	font-weight: bold;
}

.athleteItem__textArea_sport.-small {
	font-size: 1.2rem;
}

.athleteItem__textArea_name-jp {
	font-size: 2.2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.athleteItem__textArea .c-button {
	width: 100%;
	margin-top: 14px;
	background-color: #fff;
	border-color: #000;
}

.athleteItem__textArea .c-button.-comingSoon {
	background-color: #707070;
}

.athleteItem__textArea .c-button.-comingSoon::before {
	display: none;
}

.athleteItem__textArea .c-button.-comingSoon::after {
	display: none;
}

.athleteItem__textArea .c-button .c-button__txt {
	color: #000;
}

.athleteItem__textArea .c-button::after {
	background-color: #FCC800;
}

.athleteItem__textArea .c-button:hover::before {
	background: url(/assets/images/icn_arrow_black.svg) no-repeat;
	background: contain;
}

.athleteItem__textArea .c-button:hover {
	border-color: #000;
}

.athleteItem__textArea .c-button:hover.c-button__txt {
	color: #fff;
}

.team_seiko_section {
	width: 1240px;
	padding: 0 20px;
	margin: 80px auto 80px;
}

.c-flex.-plessImages .c-flex__img {
	width: 530px;
}

.team_seiko_section.-watch .c-flex.-col3 {
	margin-bottom: 10px;
}

.team_seiko_section.-watch .c-flex.-col3 .c-flex__img {
	margin-bottom: 0;
}

.team_seiko_section .c-flex.-col2 {
	margin-bottom: 10px;
}

.magazine__artcles .c-post__col > a {
	display: block;
}

.advisual {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.sports .advisual .swiper-slide:hover {
	filter: none;
	opacity: 1;
}

.advisual__swiper__col2 {
	display: flex;
	justify-content: space-between;
}

.advisual__swiper-scrollbar {
	margin-top: 20px;
	height: 1px;
	background-color: #707070;
}

.advisual__swiper-scrollbar .swiper-scrollbar-drag {
	top: -2px;
	height: 5px;
	background-color: #FCCA00;
}

/* ギャラリー */
.gallery_desc {
	padding: 0 20px;
	margin: 14px auto 0;
}
.gallery .gallery__title {
  font-family: 'Anton', sans-serif;
  line-height: 1;
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 60px; }
.gallery .grid {
  display: flex;
  flex-wrap: wrap; }
  .gallery .grid .grid__item {
    width: 25%;
    font-size: 0;
    line-height: 0;
    transition: all 0.2s; }
    .gallery .grid .grid__item img {
      width: 100%;
      display: block; }
    .gallery .grid .grid__item:hover {
      opacity: 0.5; }
.gallery .gallery__movie {
  position: relative; }
  .gallery .gallery__movie::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url(/assets/images/icn_movie_play.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 5; }
.gallery__movie__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative; }
  .gallery__movie__wrapper iframe {
    pointer-events: auto;
    position: relative; }

	.pswp .pswp__top-bar {
  background: transparent; }
.pswp.pswp--open .pswp__img--placeholder {
  display: none !important; }
.pswp .pswp__button.pswp__button--zoom {
  display: none; }
.pswp .pswp__button.pswp__button--close {
  top: 15px;
  right: 15px;
  width: 64px;
  height: 64px;
  border: 2px solid #717171;
  background-color: #fff;
  opacity: .8;
  position: relative; }
  .pswp .pswp__button.pswp__button--close:hover {
    opacity: 1; }
  .pswp .pswp__button.pswp__button--close::before, .pswp .pswp__button.pswp__button--close::after {
    content: "";
    display: block;
    width: 3px;
    height: 60%;
    background-color: #717171;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg); }
  .pswp .pswp__button.pswp__button--close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }
.pswp .pswp__button.pswp__button--arrow--left {
  width: 46px;
  height: 58px;
  border: 2px solid #0050a5;
  margin-top: -29px;
  background-color: #fff;
  left: 15px; }
  .pswp .pswp__button.pswp__button--arrow--left::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    background: url(/assets/images/icn_arrow_blue.svg) no-repeat center center/15px; }
.pswp .pswp__button.pswp__button--arrow--right {
  width: 46px;
  height: 58px;
  border: 2px solid #0050a5;
  margin-top: -29px;
  background-color: #fff;
  right: 15px; }
  .pswp .pswp__button.pswp__button--arrow--right::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: url(/assets/images/icn_arrow_blue.svg) no-repeat center center/15px; }



/* ===================================================================================

	Base Media Queries SP
	基礎 メディアクエリ スマートフォン用（ 〜 767px ）

=================================================================================== */
@media print,screen and (max-width: 767px) {
	/* 新規CSS */
	.teamseiko_mainvisual {
		width: 100%;
		height: 150vw;
		min-height: auto;
		background: url(/sports_music/sports/team_seiko/images/mainvisual_sp.jpg) no-repeat;
		background-size: cover;
	}

	.teamseiko_descArea_wrap {
		width: 100%;
		margin: 0;
		padding: 20px 5.33333% 40px;
	}

	.teamseiko_heading {
		font-size: 2.4rem;
	}

	.teamseiko_descArea__desc {
		font-size: 1.4rem;
	}

	.anchorList {
		justify-content: space-between;
		width: 100%;
		padding: 0 5.33333%;
		margin: 30px auto 50px;
	}

	.anchorList__item {
		width: 47%;
		height: 75px;
		margin-right: 0;
		background-color: #000;
		color: #000;
		z-index: 1;
	}

	.anchorList__item .anchorList__item__txt {
		font-size: 1.4rem;
		height: 75px;
		padding: 10px 15px 10px;
	}

	.activities {
		width: 100%;
		padding: 0 5.33333%;
		margin-bottom: 80px;
	}

	.activities_heading {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.activities_col__title {
		margin: 0 0 12px;
		font-size: 20px;
		font-weight: bold;
	}

	.activities_col__subTitle {
		font-size: 1.6rem;
	}

	.activities .c-flex.-col2 .c-flex__img {
		margin-bottom: 20px;
	}

	.activities_col .school_logo {
		width: 167px;
		margin: 30px auto 20px;
	}

	.activities_col .c-button {
		width: 295px;
	}

	.team_seiko_heading2 .title-en {
		font-size: 3.4rem;
	}

	.team_seiko_heading2 .title-ja {
		font-size: 2rem;
	}

	.team_seiko_athletes__wrap {
		margin-top: 20px;
		background-image: url(/sports_music/sports/team_seiko/images/bg_athletes_sp.jpg);
		background-size: contain;
	}

	.athletesList {
		width: 100%;
		padding: 10px 5.33333% 0;
	}

	.athleteItem {
		width: 47%;
		margin-right: 6%;
	}

	.athleteItem:nth-child(4n) {
		margin-right: 0;
	}

	.athleteItem:nth-child(2n) {
		margin-right: 0;
	}

	.athleteItem__image {
		background-position: 0 60px;
	}

	.athleteItem__textArea {
		margin-top: -25px;
	}

	.athleteItem__textArea__name-en {
		font-size: 1.8rem;
	}

	.athleteItem__textArea_sport {
		font-size: 1.2rem;
	}

	.athleteItem__textArea_name-jp {
		font-size: 1.4rem;
	}

	.athleteItem__textArea .c-button {
		min-height: 30px;
		height: 30px;
		margin-top: 5px;
		margin-bottom: 0;
	}

	.athleteItem__textArea .c-button .c-button__txt {
		min-height: 30px;
		padding: 6px 10px;
		font-size: 12px;
	}
	.athleteItem__textArea .c-button:before {
		right: 5px;
		width: 9px;
		height: 9px;
	}
	.athleteItem__textArea .c-button:hover:before {
		right: 5px;
		width: 9px;
		height: 9px;
		background: url(/assets/images/icn_arrow_black.svg) no-repeat;
		background-size: contain;
	}

	.team_seiko_section {
		width: 100%;
		padding: 0 5.33333%;
		margin: 60px 0;
	}

	.c-flex.-plessImages .c-flex__img {
		width: 100%;
	}

	.team_seiko_section .c-flex.-col3 {
		margin-bottom: 10px;
	}

	.team_seiko_section.-watch .c-flex.-col3 .c-flex__col:nth-child(even) {
		margin-bottom: 10px;
	}

	.team_seiko_section.-watch .c-flex.-col3 .c-flex__img:nth-of-type(3n) {
		margin-bottom: 10px;
	}

	.team_seiko_section.-watch .c-flex.-col3 .c-flex__img {
		margin-bottom: 30px;
	}

	.advisual {
		width: 100%;
		padding: 0 5.33333%;
		margin: 60px 0 30px;
	}

	.gallery_desc {
		padding: 0 5.33333%;
	}

	.gallery .grid .grid__item {
		width: 50%;
	}
	
	.gallery .gallery__movie::before {
		width: 40px;
		height: 40px;
	}

	.pswp .pswp__item .gallery__movie__wrapper iframe,
	.pswp .pswp__item .pswp__img {
		padding: 16px;
	} 

	.pswp .pswp__button.pswp__button--close {
		top: 5px;
		right: 5px;
		width: 32px;
		height: 32px; }
	.pswp .pswp__button.pswp__button--arrow--left {
		width: 23px;
		height: 29px;
		margin-top: -15px;
		left: 5px; }
	.pswp .pswp__button.pswp__button--arrow--left::before {
		width: 14px;
		height: 14px;
		background-size: contain; }
	.pswp .pswp__button.pswp__button--arrow--right {
		width: 23px;
		height: 29px;
		margin-top: -15px;
		right: 5px; }
	.pswp .pswp__button.pswp__button--arrow--right::before {
		width: 14px;
		height: 14px;
		background-size: contain;
	}
}