@charset "UTF-8";

/* ==========================================================================
   styles
   ========================================================================== */

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../images/img_hero_takanawa.jpg") center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
}

.st-footer {
  background-color: #fff;
}

.st-main {
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
  padding-bottom: 50px;
}

.flagship {
  padding-bottom: 50px;
}

.hero_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto 50px;
  padding: 0;
  box-sizing: border-box;
  background: none;
}

.st-main.flagship .hero_inner {
   margin: 0 auto 150px;
}

.hero_line:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 50px;
  background-color: #fff;
}

.hero_title {
  margin-bottom: -10px;
  padding: 65px 0 0;
  font-size: 43px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

.hero_titleSub {
  margin-bottom: 10px;
  padding: 0;
  font-size: 26px;
  letter-spacing: 0.2em;
  top: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
}

.cardGroup_list {
  width: 800px;
  margin: 0 auto;
}

.cardGroup_list li {
  box-sizing: border-box;
  border: 3px solid #333;
  margin-bottom: 20px;
}

.st-main.flagship li {
  margin-bottom: 150px;
}

.card {
  float: left;
  padding-right: 7px;
  padding-left: 6px;
  background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#fff)
                , color-stop(0.49, #fefefe)
                , to(#a1a1a2));
  width: 243px;
  height: 280px;
}

.cardGroup_list a:after {
  content: "";
  display: block;
  clear: both;
}

.cardGroup_list img {
  width: 100%;
  height: auto;
}

.card_inner {
  text-align: center;
  position: relative;
  top: 35%;
}

.card_inner_2 {
  text-align: center;
  position: relative;
  top: 30%;
}

.card_inner.name_small {
  top: 20%;
}

.photostyle {
  float: right;
  width: calc(100% - 256px);
}

.model_name {
  font-size: 50px;
}

.name_small .model_name {
  font-size: 32px;
}

.model_detail {
  font-size: 18px;
  margin-top: -12px;
}
