@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700');

main{
	color: #fff;
}

main .breadcrumbs{
	color: #3c1e00;
}

.en{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.fubox {
  opacity: 0;
}

.fade.fubox {
  transition: opacity .5s ease-out;
}

.fade.fubox.active {
    opacity: 1;
}

.up.fubox.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes fadeInup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fade.delay01 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.fade.delay02 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.fade.delay03 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}


.up.delay01 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.1s !important;
}

.up.delay02 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.2s !important;
}

.up.delay03 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.3s !important;
}



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

.flex.reverse{
  flex-direction: row-reverse;
}

#marinos{
	min-width: 1200px;
}

#title .visual{
	position: relative;
	background: url('img/title-bg.jpg') no-repeat center center;
	background-size: cover;
}

#title .visual{
}

#title .visual .flex{
  width: 1100px;
  margin: 0 auto;
  align-items: center;
}

#title .visual .flex .image{
  line-height: 0;
}

/* IN NAV */
#inav{
}

#inav ul{
	display: flex;
	padding: 50px 0 70px;
	width: 976px;
	margin: 0 auto;
	justify-content: center;
}

#inav a{
	position: relative;
	display: inline-block;
	margin: 0 20px;
	line-height: 100%;
	padding: 15px 0px;
	text-decoration: none;
	color: #fff;
}

#inav a::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transition: .1s transform linear;
}

#inav a:hover::after{
	transform: scaleX(1);
}


/* concept 
===================*/
#concept{
	background: url('img/sec1-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 60px 0 80px;
}

#concept h2{
  text-align: center;
  margin: 0px auto 60px; 
}

#concept .flex{
  margin: 0 auto;
}

#concept .flex .image{
  width: 413px;
}

#concept .flex .text{
  flex: 1;
  padding-right: 60px;
}

#concept .flex .text h3{
  margin-bottom: 30px;
} 



/* items 
===================*/
#items{
	background: #C3CACE;
	padding: 80px 20px;
	color: #000;
}

#items .inner{
  width: 657px;
  margin: 0 auto;
}

#items h2{
  text-align: center;
  margin-bottom:20px;
}

#items .item-slider{
  width: 313px;
}

#items .jp{
    padding: 0 0 25px;
    font-size: 1.5rem;
    font-weight: bold;
}

#items .info {
    font-size: 1.3rem;
    line-height: 190%;
}

#items .info span{
  display: inline-block;
  background-color: #fff;
}

#items .suits{
  margin-bottom: 50px;
}

#items .slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 2px solid #000;
}

#items .slick-prev{
  left: -20px;
}
#items .slick-next{
  right: -20px;
}

#items .slick-arrow::after{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
}
#items .slick-prev::after{
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  left:12px;
}
#items .slick-next::after{
  border-right: 2px solid #000;
  transform: rotate(45deg);
  left: 9px;
}

#items .items .box{
  width: 286px;
  margin-bottom: 50px;
}

#items .items .box .image{
  margin-bottom: 15px;
}

#items .items .jp{
    padding: 0 0 15px;
}

#items .items .info {
    font-size: 1.2rem;
}


#items .point{
  position: relative;
  background: #203E58;
  color: #fff;
  text-align: center;
  padding: 25px;
}

#items .point .icon{
  position: absolute;
  top: -15px;
  left: 50px;
}

#items .point h3 .en{
  margin-bottom: 10px;
}

#items .point h3 .jp{
  font-size: 2.5rem;
  margin-bottom: 0px;
}

#items .point p{
  font-weight: bold;
}


/* coordinate 
===================*/
#coordinate{
	background: #5A0000 url('img/sec3-bg.jpg') no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 20px;
}

#coordinate h2{
  text-align: center;
}

#coordinate .message{
	margin-bottom: 50px;
	font-size: 1.8rem;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
}


#coordinate .lead{
	max-width: 890px;
	align-items: center;
	margin-bottom: 40px;
}

#coordinate .lead .right{
	width: 350px;
}

#coordinate .lead p{
	margin-bottom: 50px;
	font-size: 1.8rem;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
}

#coordinate .lead a.tw-btn{
	display: block;
	border: 2px solid #fff;
	line-height: 100%;
	padding: 24px 105px 24px 65px;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	color: #fff;
	background: url('img/tw-icon.png') no-repeat right 35px center;
}

#coordinate .lead a.tw-btn:hover{
	background-color: rgba(255,255,255,.2);
}

#coordinate .etc-players{
	max-width: 1030px;
	margin: 0 auto 80px;
}

#coordinate .etc-players h3{
  text-align: center;
}


#coordinate .etc-players .flex{
  justify-content: center;
}

#coordinate .etc-players .box{
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
  width: 312px;
  padding: 0 15px
}

#coordinate .etc-players .box::-webkit-scrollbar{
  width: 0;
}
#coordinate .etc-players .box::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  box-shadow: inset 0 0 2px #777; 
}
#coordinate .etc-players .box::-webkit-scrollbar-thumb{
  background: #ccc;
  box-shadow: none;
}

#coordinate .player-images{
  width: 844px;
  margin: 0 auto 80px;
}

#coordinate .player-images .flex{
  width: 100%;
}

#coordinate .player-images .flex .box:nth-child(2){
  margin-top: 120px;
}

#coordinate .player-images .box{
  width: 390px;
  margin-bottom: 80px;
}

#coordinate .player-images .wide{
  margin-bottom: 80px;
}

#coordinate .players h3{
  width: 1068px;
  margin: 0 auto 20px;
}

#coordinate .player{
  margin-bottom: 30px;
}

#coordinate .player .prof{
  width: 1068px;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
}

#coordinate .player .prof .name .en{
  font-size: 1.2rem;
}
#coordinate .player .prof .name .jp{
  font-size: 4rem;
}

#coordinate .player .image{
  width: 100%;
}

#coordinate .player .image .box{
  padding: 0 10px;
  outline: none;
}

#coordinate .player .image img{
  height: 420px;
}


#coordinate .player .slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 2px solid #000;
}

#coordinate .player .slick-prev{
  left: -20px;
}
#coordinate .player .slick-next{
  right: -20px;
}

#coordinate .player .slick-arrow::after{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
}
#coordinate .player .slick-prev::after{
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  left:12px;
}
#coordinate .player .slick-next::after{
  border-right: 2px solid #000;
  transform: rotate(45deg);
  left: 9px;
}

#coordinate .yfm {
    width: 1068px;
    margin: 0 auto 0;
    text-align: right;
}

#coordinate .movie {
  margin: 50px auto 0;
  text-align: center;
}


/* campaign 
===================*/
#campaign{
	background: url('img/sec4-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 80px 20px;
  color: #000;
}

#campaign h2{
  text-align: center;
}

#campaign .copy{
  text-align: center;
}

#campaign .lead{
  text-align: center;
  font-weight: bold;
  line-height: 300%;
  margin: 0 auto 50px;
}

#campaign .lead .in{
  display: inline-block;
}


#campaign .top{
  font-size: 3.5rem;
  font-weight: bold;
}

#campaign .top span{
  color:#840101;
}
#campaign .top .num{
  font-size: 5rem;
  font-weight: bold;
}

#campaign .line{
  font-size: 4rem;
  font-weight: bold;
  background:linear-gradient(transparent 80%, #FFD667 80%);
}

#campaign .date{
  color:#840101;
  font-size: 3rem;
  font-weight: bold;
}


#campaign .special{
  width: 840px;
  margin: 0 auto 50px;
}

#campaign .special .text{
  flex: 1;
  padding-right: 30px;
}
#campaign .special .image{
  width: 396px;
}


#campaign h3{
  width: 140px;
  margin: 0 auto 30px;
  background-color: #fff;
  line-height: 100%;
  padding: 10px 0 8px;
  font-size: 2.2rem;
  text-align: center;
}

#campaign .game-date img{
  margin-right: 10px;
}

#campaign .game-date{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

#campaign .game-date span{
  font-size: 3rem;
}

#campaign .more{
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

#campaign .ticket{
  text-align: center;
  margin-bottom: 80px;
  font-size: 2rem;
}

#campaign .ticket .in{
  position: relative;
  display: inline-block;
}

#campaign .ticket p{
  margin: 0 auto;
  font-weight: bold;
}

#campaign .ticket p .line{
  font-size: 2rem;
}

#campaign .ticket .image{
  position: absolute;
  top: -20px;
  right: -150px;
  width: 130px;
}

#campaign .oubo{
  width: 720px;
  margin: 3rem auto 3rem;
}

#campaign .oubo .image{
  width: 233px;
}

#campaign .oubo p{
  font-size: 2rem;
  font-weight: bold;
}


/* faq 
===================*/
#faq{
	width: 900px;
	margin: 0 auto;
	padding: 90px 0 50px;
}

#faq h2{
	font-size: 20px;
}

#faq .boxs{
	border: 1px solid #121a2e;
	padding: 8px 70px;
}

#faq .box{
	padding: 28px;
}

#faq .box.q1{
	border-bottom: 1px solid #121a2e;
}

#faq .box .q{
	background: url(./img/mark-q.png) no-repeat left top;
	background-size: 23px;
	padding-left: 50px;
	margin-bottom: 15px;
	color: #121a2e;
}

#faq .box .a{
	background: url(./img/mark-a.png) no-repeat left top;
	background-size: 23px;
	padding-left: 50px;
	color: #121a2e;
}


#sns{
	width: 620px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#sns h2{
	text-align: center;
}

#sns .sns-in{
	padding: 18px;
}

#sns .sns-in .copy{
	font-size: 2.0rem;
	color: #121a2e;
	margin-bottom: 23px;
	font-weight: bold;
	text-align: center;
}

#sns .flex{
	justify-content: center;
	align-items: center;
}

#sns .flex > div{
	margin: 0 28px;
	height: 20px;
}

#sns .fb_iframe_widget{
	line-height: 0;
}

#etc .shoplink{
	text-align: center;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

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


#marinos{
	background: none;
	min-width: 0;
}

.flex{
	display: block;
}

.flex.reverse{
  flex-direction: row;
}

#title .visual .flex{
  width: 100%;
}

#title .visual .flex .text{
  padding: 20px;
}

#inav ul{
	width: 100%;
	padding: 24px 0;
	align-items: center;
}

#inav a{
	margin: 0 10px;
}

#inav h2{
	margin-bottom: 20px;
}

#inav .bg{
	margin-bottom: 20px;
}

#concept{
  padding: 30px 10px;
}

#concept h2{
  margin-bottom: 30px;
}


#concept .flex .image{
  width: 100%;
}

#items .item-slider{
  width: 100%;
  margin-bottom: 20px;
}

#items .items .box{
  width: 100%;
}

#items .point .icon {
    width: 70px;
    left: 6px;
}

#concept .flex .text{
  padding: 0;
  font-size: 1.4rem;
}

#items{
  padding: 30px 10px;
}

#items .suits{
  padding: 0 20px;
}

#items .inner{
  width: 100%;
}

#coordinate{
  padding: 30px 10px;
}

#coordinate .message{
  font-size: 1.4rem;
}


#coordinate .lead p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#coordinate .lead .right{
  width: 100%;
}

#coordinate .lead a.tw-btn{
	padding: 15px;
	font-size: 1.4rem;
	padding: 10px 20px 10px 20px;
	background: none;
	text-align: center;
	
}
#coordinate .lead a.tw-btn .img{
	display: inline-block;
	width: 38px;
	vertical-align: middle;
	padding-left: 10px;
}

#coordinate .etc-players .box{
  width: 100%;
}

#coordinate .player-images{
  width: 100%;
}

#coordinate .player-images .box{
  width: 100%;
  margin-bottom: 20px;
}

#coordinate .player-images .flex .box:nth-child(2){
  margin-top: 0;
}

#coordinate .player-images .wide{
  margin-bottom: 20px;
}

#coordinate .players .player{
  margin-bottom: 30px;
}

#coordinate .player .slick-prev{
  left: -5px;
}
#coordinate .player .slick-next{
  right: -5px;
}


#coordinate .players h3{
  width: 100%;
}

#coordinate .player .prof{
  width: 100%;
}

#coordinate .player .prof .name .en{
  font-size: 1.0rem;
}
#coordinate .player .prof .name .jp{
  font-size: 2.3rem;
}

#coordinate .player .prof .number{
  width: 50px;
}

#coordinate .yfm{
  width: 100%;
}

#coordinate .movie{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
#coordinate .movie iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#campaign{
  padding: 50px 10px;
}

#campaign .lead{
  margin-bottom: 30px;
}

#campaign .top{
  font-size: 3rem;
}
#campaign .top .num{
  font-size: 3.5rem;
}
#campaign .line{
  font-size: 1.6rem;
  line-height: 130%;
}
#campaign .date{
  font-size: 3rem;
}


#campaign .special{
  width: 100%;
}

#campaign .special .text{
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#campaign .special .image{
  width: 100%;
}

#campaign .game-date .day{
  margin-bottom: 1rem;
}

#campaign .game-date{
  font-size: 1.8rem;
}

#campaign .oubo{
  width: 100%;
}
#campaign .ticket{
  margin-bottom: 30px;
}

#campaign .ticket .image{
  position: static;
  text-align: center;
  margin: 0 auto 15px;
}

#campaign .ticket p{
  font-size: 1.7rem;
}
#campaign .ticket p .line{
  font-size: 1.7rem;
}

#campaign .oubo .image{
  margin: 0 auto 15px;
}
#campaign .oubo p{
  font-size: 1.5rem;
}

#campaign .more{
  font-size: 1.6rem;
}

#sns{
	width: 100%;
	padding: 0 15px;
	margin-bottom: 0;
}

#sns h2{
	padding: 0 30px;
}


#sns .flex{
	padding: 0;
	display: flex;
}
#sns .flex > div{
	padding: 0 10px;
	height: auto;
	margin-bottom: 10px;
}

#sns .sns-in{
	padding: 15px 0;
}
#sns h3{
	font-size: 1.4rem;
}

#sns a{
	display: block;
	padding: 0 20px;
}


#faq{
	padding: 30px 10px;
	width: 100%;
}

#faq h2{
	font-size: 1.6rem;
}

#faq .boxs{
	padding: 0 20px;
}

#faq .box{
	padding: 20px 0;
}

#faq .box .q,
#faq .box .a{
	font-size: 1.1rem;
	min-height: 28px;
}


}