@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');

.en{
	font-family: 'Open Sans', sans-serif;
}

.fubox {
  opacity: 0;
}

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

@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


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

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

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


.slick-slide{
	height: auto;
}

.slick-dots li button{
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #fff;
}

.slick-dots li.slick-active button{
	background-color: #fff;
}

h2.bar{
	background-color: #1C2C5B;
	line-height: 100%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
}

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


#marinos{
	background: url('./img/bg01.jpg');
	color: #1C2C5B;
}

#marinos .inner{
	width: 1000px;
}

#title{
	padding-top: 30px;
	text-align: center;
}

#title .logos{
	margin-bottom: 30px;
}

#title h2{
	margin: 50px 0 0px;
}

#title #official{
	background: url('./img/marinos-logo.png') no-repeat right 220px top 50px;
	padding: 70px 0 100px
}

#title .flex .left{
	width: 340px;
	text-align: right;
}

#title .flex .right{
	width: 600px;
	text-align: left;
}

#title .flex .right h3{
	font-weight: bold;
	margin-bottom: 40px;
}

#title .flex .right p{
	padding-right: 100px;
}


#players{
	background: url('./img/bg02.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 100px;
}

#players #lists{
	padding-bottom: 180px;
}

#players #lists .box{
	position: relative;
	width: 474px;
	text-align: right;
	margin-bottom: -60px;
}

#players #lists .box:nth-child(2){
}

#players #lists .box:nth-child(even){
	text-align: left;
	margin-top: 178px;
}

#players #lists .box .photo{
	width: 380px;
}

#players #lists .box .name{
	position: absolute;
	top: 370px;
	left: 0;
	width: 100%;
	text-align: left;
}

#players #lists .box:nth-child(even) .name{
	left: unset;
	right: 0;
	text-align: right;
}

#players #players-slider{
	padding-bottom: 100px;
}

#players #players-slider .box{
	padding: 0 5px;
}

#players #players-slider .box a{
	position: relative;
	display: block;
	background-color: #000;
}

#players #players-slider .box a::after{
	position: absolute;
	content: url(./img/zoom.png);
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -24px;
	opacity: 0;
	transition: all .5s
}

#players #players-slider .box a:hover::after{
	opacity: 1;
}

#players #players-slider .slick-arrow{
	position: absolute;
	top: 194px;
}
#players #players-slider .slick-arrow::after{
	content: "";
	display: block;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 30px;
	height: 30px;
}

#players #players-slider .slick-prev{
	left: -30px;
}
#players #players-slider .slick-prev::after{
	transform: rotate(-135deg);
}

#players #players-slider .slick-next{
	right: -30px;
}
#players #players-slider .slick-next::after{
	transform: rotate(45deg);
}


#order-suits{
	padding: 60px 0 60px;
	background: url(./img/bg-player.png) no-repeat center top 200px;
}

#order-suits h2{
	margin-bottom: 50px;
}

#order-suits h3{
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
}

#order-suits .lead{
	text-align: center;
	line-height: 200%;
}

#order-suits h3.itemlist{
	margin-bottom: 25px;
}
#order-suits h3.itemlist span{
	display: inline-block;
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 12px;
	border-bottom: 2px solid #1c2c5b;
}

#order-suits h3.itemlist + p{
	text-align: center;
	margin-bottom: 35px;
}

#item01{
	width: 815px;
	margin: 0 0 56px 130px;
}

#item01 .slide{
	width: 320px;
}

#item01 .slide .slick-arrow{
	position: absolute;
	top: 194px;
	background-color: #1c2c5b;
	width: 40px;
	height: 40px;
}
#item01 .slide .slick-arrow::after{
	content: "";
	display: block;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -4px;
}

#item01 .slide .slick-prev{
	left: -30px;
}
#item01 .slide .slick-prev::after{
	transform: rotate(-135deg);
}

#item01 .slide .slick-next{
	right: -30px;
}
#item01 .slide .slick-next::after{
	transform: rotate(45deg);
	margin-left: -10px;
}

#item01 .slick-dots li button{
	border: 1px solid #1c2c5b;
}
#item01 .slick-dots li.slick-active button{
	background-color: #1c2c5b;
}

#item01 .info{
	width: 400px;
}

.info .num{
	font-size: 60px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.info .min-en{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 11px;
}

#item01 .info .min-en{
	margin-bottom: 20px;
}

.info ul{
	font-size :13px;
	margin-bottom: 10px;
	list-style-type: disc;
	padding-left: 15px;
}

#item01 .info ul{
	margin-bottom: 20px;
}

.info .price{
	font-size: 18px;
	line-height: 26px;
}

#item01 .info .price{
	margin-bottom: 20px;
}

.info .sub-price{
	justify-content: normal;
}

.info .sub-price div{
	font-size: 13px;
}

.info .sub-price div.sp1{
	padding-right: 80px;
}

#items{
	width: 740px;
	margin: 0 auto;
}

#items .item{
	width: 320px;
	margin-bottom: 30px;
}

#items .item .info{
	padding-top: 23px;
}

#items .item .num{
	width: 100px;
	line-height: 80%;
}

#items .item .col2{
	width: 220px;
}

#items .item .narrow{
	letter-spacing: -1px;
}


#combi{
	position: relative;
	width: 900px;
	margin: 40px auto;
	padding: 20px 64px 60px;
	background: #fff url(./img/combi.jpg) no-repeat right 70px bottom 0;
}

#combi::before{
	content: url(./img/combi-frame1.png);
	position: absolute;
	right: -15px;
	top: -15px;
}
#combi::after{
	content: url(./img/combi-frame2.png);
	position: absolute;
	left: -15px;
	bottom: -22px;
}

#combi .en{
	text-align: center;
	font-size: 12px;
}

#combi .flex p{
	width: 457px;
}


#sns{
	background-color: #fff;
	padding: 60px 0;
	text-align: center;
}

#sns .inner{
	width: 610px;
}

#sns .lets{
	text-align: center;
	padding-bottom: 18px;
}

#sns .flex{
	justify-content: center;
	padding: 25px 0 60px;
}

#sns .flex > div{
	padding: 0 28px;
	line-height: 0;
}

#faq{
	background-color: #fff;
	padding: 0 0 60px 0;
}

#faq .inner{
	width: 900px;
	margin: 0 auto;
}

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

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

#faq .box{
	padding: 28px;
}

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

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

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

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

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

h2.bar{
	font-size: 1rem;
}

#marinos .inner{
	width: 100%;
	padding: 0;
}

#title h1{
	margin-bottom: 5px;
}

#title h1 img{
	width: 245px;
}

#title .logos img{
	width: 290px;
}

#title h2{
	margin-top: 20px;
}

#title #official{
	display: block;
	text-align: center;
	padding: 20px 0;
	background-position: center top 100px;
	background-size: 220px auto; 
}

#title .flex .left{
	width: 260px;
	margin: 0 auto;
}
#title .flex .right{
	width: 100%;
	text-align: center;
}

#title .flex .right h3{
	margin: 20px 0;
	font-size: 1.2rem;
}

#title .flex .right p{
	padding: 0 30px;
	font-size: 1.2rem;
}

#players{
	padding-top: 50px;
}

#players #lists{
	padding: 20px;
}

#players #lists .box{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
#players #lists .box:nth-child(even){
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 25px;
}

#players #lists .box .photo{
	width: 210px;
}
#players #lists .box .name{
	top: unset;
	bottom: 20px;
	left: 35px;
	width: auto;
}
#players #lists .box:nth-child(even) .name{
	right: 35px;
}

#players #lists .box .name img{
	width: 110px;
}

#players #players-slider{
	padding-bottom: 60px;
}

#players #players-slider .box{
	width: 220px;
}

#order-suits{
	padding: 30px 0;
	background: url(./img/bg-player-sp.png) no-repeat center top 150px;
	background-size: 95% auto;
}

#order-suits .inner{
	padding: 0 10px;
}

#order-suits h2{
	margin-bottom: 20px;
}

#order-suits h3{
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#order-suits .lead{
	font-size: 1rem;
	width: 310px;
	margin: 0 auto 10px;
}
#order-suits .lead br{
	display: none;
}

#order-suits h3.itemlist{
	margin-bottom: 15px;
}
#order-suits h3.itemlist span{
	padding-bottom: 0;
}

#order-suits h3.itemlist + p{
	font-size: 1rem;
	margin-bottom: 20px;
}

#item01{
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	margin: 0;
}

#item01 .info .min-en,
#item01 .info ul,
#item01 .info .price{
	margin-bottom: 10px;
}

#item01 .info .price{
	line-height: 150%;
}

#items{
	width: 100%;
}

#item01 .slide{
	width: 210px;
	margin: 0 auto;
}

#item01 .slide .slick-arrow{
	top: 140px;
	width: 24px;
	height: 24px;
}

#item01 .slide .slick-prev{
	left: -15px;
}

#item01 .slide .slick-next{
	right: -15px;
}

#item01 .info{
	width: 300px;
	margin: 24px auto;
}

#item01 .info .num{
	position: absolute;
	top: 0;
	font-size: 3.2rem;
	left: 50%;
	margin-left: -125px;
}

.info ul{
	font-size: 1rem;
}

.info .price{
	font-size: 1.35rem;
	line-height: 150%;
}

.info .sub-price div{
	font-size: 1rem;
}

.info .sub-price div.sp1{
	padding-right: 20px;
}

#items .item{
	position: relative;
	width: 50%;
	padding: 8px;
	margin-bottom: 20px;
}

#items .item .info{
	padding-top: 10px;
}

#items .item .num{
	position: absolute;
	font-size: 3.2rem;
	left: 12px;
	top: -4px;
}

#combi{
	width: 90%;
	background: #fff ;
	background-size: 60% auto;
	padding: 16px 20px 40px;
}

#combi .en{
	font-size: 1rem;
}

#combi p{
	font-size: 1.4rem;
	text-align: center;
}

#sns .flex{
	padding: 20px 0;
}
#sns .flex > div{
	padding: 0 10px;
}

#sns h3{
	font-size: 1.4rem;
}

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

#faq{
	padding: 0 10px;
}

#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;
}


}