@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html, body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 2.15;
  letter-spacing: 1px;
  font-weight: 600;
}
.pcv {
  display: none !important;
}
.spv {
  margin-left: auto;
  margin-right: auto;
}
.contInner {
  width: 100%;
}
.l-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.flex_sp {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

/*
.animated {
  opacity: 1;
  animation-delay: 0.2s;
  margin-bottom: 0 !important;
}
.inview {
  animation-delay: 0.4s !important;
}
.fadeIn {
  opacity: 1;
}
.fadeInUp {
  opacity: 1;
}
*/
/*----------------------------
    共通
----------------------------*/
.titleArea {
  padding: 40px 0 10px;
  text-align: center;
}
.titleArea h2 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.75;
  font-weight: bold;
}
.titleArea h2 span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.titleArea p {
  margin: 0 0 10px;
  font-size: 1.11rem;
}
p {
  font-size: 12px;
  line-height: 2;
  text-align: left;
}

p.hosoku {
  margin: 5px 0;
  font-size: 0.85rem;
  color: #555;
  text-align: right;
}
/***ボタン共通***/
.redBtn {
  margin: 0 auto;
  width: 85%;
}
.redBtn a, .redBtn span {
  display: block;
  height: 35px;
  font-size: 13px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: #CB0011;
  border-radius: 18px;
}
/***header***/
header {
  width: 100%;
  background: none;
  z-index: 99999;
  text-align: center;
}
header .logo {
  width: 60px;
  height: auto;
  margin: 20px auto 10px;
}

/***mv***/
#mv {
  position: relative;
  margin-bottom: 40px;
}
#mv .contInner {
  margin: 0;
  text-align: center;
}

#mv img {
 width: 100%;
}
#mv .titleArea{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10vw;
  color: #fff;
}
#mv h1 {
  font-size: 6vw;
  line-height: 1.5;
}
#mv h1 span {
  display: block;
  font-size: 1.5em;
  letter-spacing: .1em
}
#mv p{font-size: 3vw; text-align: center;}
#mv .logo{width: 15%;margin: 5vw auto 6vw;}
#mv a.arrow{display: block;}
#mv a.arrow:after{
  position:absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin: auto;
  width: 5vw;
  height: 5vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content:'';
}

/***#firstView***/
.topline {
  position: relative;
  margin-top: 30px;
}
.topline h2 {
  margin-bottom: 14px;
  text-align: center;
  padding-bottom: 1rem;
}
.topline h2 span {
  width: 100%;
  font-size: 20px;
  display: block;
}
.topline p {
  margin: 0 auto;
  font-size: 13px;
  line-height: 2.17;
  text-align: left;
  padding: 20px 30px 40px 30px;
}
/***#about***/
#about {
  background: #F0F0F0;
  padding: 30px 30px 60px 30px;
}
#about .titleArea {
  padding: 20px 0 10px;
}
#about img {
  margin-bottom: 20px !important;
}
#about p {
  text-align: left;
  margin: 0 auto;
  font-size: 13px;
}
/***#feature***/
#feature {
  padding: 0 25px;
  margin-bottom: 40px;
}
#feature h2 {
  margin-bottom: 0;
  font-size: 16px;
}
#feature .featureBox {
  position: relative;
  margin-bottom: 40px !important;
}
#feature .featureBox img {
  margin-bottom: 14px !important;
  width: 100%;
}
#feature h3 {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 18px;
  font-weight: bold;
}
#feature h4 {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 13px;
  font-weight: bold;
}
#feature .flex_sp .featureBox {
  width: 48%;
  margin-bottom: 0 !important;
}
/***#sweatpants***/
#sweatpants{
  margin-bottom: 80px;
}
#sweatpants .contInner{
  padding: 0 25px;
  margin-bottom: 40px;
}

/***lineup***/
.lineup {
  margin: 0 auto;
}
.lineup h2 span{
  font-size: 28px;
}

.lineup .titleArea p.reserve {
  margin: 10px 5% 30px;
  margin: 10px 2% 30px;
  border: solid 1px #FF0000;
  padding: 5% 1%;
  color: #FF0000;
  font-weight: normal;
}
.lineup .lineupBox {
  text-align: center;
  /*width: 270px;*/
  margin: 0 auto 80px !important;
}
.lineup .lineupBox p{
  text-align: center;
}
.lineup h3 {
  font-size: 15px;
}
.lineup .itemSize {
  display: block;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px !important;
}
.lineup .itemSize p {
  width: auto;
  margin: 0 10px;
  letter-spacing: 1px;
}
.lineup .itemSize span.tax {
  font-size: .8em;
}
.lineup .redBtn {
  width: 220px;
  margin: 20px auto;
}
.lineup .gryBtn {
  margin: 20px auto;
  width: 220px;
  display: block;
  height: 35px;
  font-size: 13px;
  color: #000;
  line-height: 35px;
  text-align: center;
  background: #e6e6e6;
  border-radius: 18px;
}
.lineup p.reserve {
  font-size: 12px;
  line-height: 1.8;
  margin: 20px auto;
}
.lineupSlideArea {
  position: relative;
  margin: auto;
  max-width: 270px;
}
.lineupSlideArea .lineupSlide {
  margin-bottom: 1em;
}
.lineupSlideArea .thumbnail-list {
  width: 90%;
  max-width: 280px;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: center;
}
.lineupSlideArea .thumbnail-list li {
  display: block;
  margin: 5px 5px;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}
.lineupSlideArea .thumbnail-current {
  border-color: #CE0000 !important;
}
.lineupSlideArea .thumbnail-list .gry {
  background: #bdc1be;
}
.lineupSlideArea .thumbnail-list .navy {
  background: #202520;
}
.lineupSlideArea .thumbnail-list .khaki {
  background: #434a19;
}
.lineup.noSlide .lineupBox > img{
  max-width: 270px;
}
/***.bottom***/
.bottom {
  margin: 120px 0;
}
.bottom .redBtn{
  width: 80%;
  max-width: 350px;
  margin: auto;
}
/***footer***/
footer {
  margin-top: 80px;
  text-align: center;
  background: #EFEFEF;
  padding: 30px 0;
}
footer p {
  width: 78%;
  margin: 20px auto;
  font-size: 12px;
  line-height: 1.8;
}
footer .fLogo a {
  width: 78px;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer .fLogo img {
  width: 100%;
}
@media screen and (max-width:375px) {
/*  .l-container {
    width: 280px;
  }*/
}
@media screen and (max-width:340px) {
/*  .l-container {
    width: 100%;
  }
  .topline {
    padding: 0 30px;
  }*/
}
@media screen and (min-width:320px) and (max-width:374px) {}
@media screen and (min-width:375px) and (max-width:414px) {}
@media screen and (min-width:415px) and (max-width:768px) {}