/* Generated by less 2.2.0 */
/* LESS Document */
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
strong,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  letter-spacing: normal; }

/*---------------
modules
-----------------*/
.col_wrap {
  overflow: hidden;
  margin-top: 30px; }
  .col_wrap.inlineBlock {
    text-align: center; }
    .col_wrap.inlineBlock .leftArea {
      display: inline-block;
      float: inherit;
      text-align: left; }
    .col_wrap.inlineBlock .rightArea {
      display: inline-block;
      float: inherit;
      text-align: right; }

.leftArea {
  float: left;
  margin-right: 3.125%; }
  .leftArea:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .leftArea {
      float: inherit;
      margin-right: 0; } }

.rightArea {
  float: right; }
  @media screen and (max-width: 767px) {
    .rightArea {
      float: inherit; } }

.nonFloat {
  float: inherit;
  margin: 0; }

.img_wrap {
  margin-left: auto;
  margin-right: auto; }
  .img_wrap img {
    width: 100%; }
  .img_wrap + .textBox {
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .img_wrap + .textBox {
        margin-top: 0; } }

.textBox {
  padding-top: 20px; }

.w24 {
  width: 24%; }
.w29 {
  width: 29.6875%; }

.w31 {
  width: 31.25%; }

.w32 {
  width: 32.2916667%; }

.w33 {
  width: 33.8541667%; }

.w35 {
  width: 35.8333333%; }

.w41 {
  width: 41.6666667%; }

.w44 {
  width: 44.5625%; }

.w46 {
  width: 46.5625%; }

.w48 {
  width: 48.4375%; }

.w49 {
  width: 49.2708333%; }

.w60 {
  width: 60.0208333%; }

.w63 {
  width: 63.0208333%; }

.w66 {
  width: 66.1458333%; }

.w70 {
  width: 70.3125%; }

.w79 {
  width: 79.166667%; }

.w83 {
  width: 83.3333333%; }

.w100 {
  width: 100%; }

.ml6pct {
  margin-left: 6.77083333%; }

.mr6pct {
  margin-right: 6.77083333%; }

.sp_only {
  display: none; }

.pc_center {
  text-align: center; }

.bggray {
  background-color: #F7F7F7; }

.adjust_w {
  padding-right: 18px; }

span.ls_short {
  letter-spacing: -1px; }

span.dib {
  display: inline-block; }

.caption {
  margin-top: 10px;
  font-size: 13px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .caption {
      font-size: 13px;
      text-align: left; } }

.dib {
  display: inline-block; }

.m0a {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 767px) {
  .w24, .w29, .w32, .w31, .w33, .w35, .w41, .w44, .w46, .w48, .w49, .w60, .w63, .w66, .w83 {
    width: 100%; }
  .pc_only {
    display: none; }
  .sp_only {
    display: inherit; }
  .pc_center {
    text-align: left; }
  .img_sp_small {
    padding: 0 30px 15px; }
  .sp_mt20 {
    margin-top: 20px; } }

/*---------------
all
-----------------*/
#all_wrapper {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    #all_wrapper {
      font-size: 16px; } }

header {
  margin-left: -15px;
  margin-right: -15px; }

.h1_wrap {
  padding-left: 15px;
  padding-right: 15px; }

.mv-img {
  max-width: 960px;
  margin: 0 auto; }

img {
  width: 100%; }

h1 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,arial,sans-serif;
  line-height: 1.1; }

h2 {
  font-size: 28px;
  text-align: center;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }
  h2:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -11px;
    margin: auto; }

.h2_wrap {
  text-align: center; }
  .h2_wrap + .col_wrap {
    margin-top: 70px; }

h3 {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 20px;
      line-height: 30px; }
      h3.sp_line:before {
        display: none; } }
  h3:before {
    content: "";
    width: 95%;
    height: 41%;
    background-color: #F9DB4F;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5px;
    margin: auto;
    z-index: -9; }
    @media screen and (max-width: 767px) {
      h3:before {
        bottom: 4px; } }
  h3 span {
    font-size: 36px;
    line-height: 42px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      h3 span {
        font-size: 28px;
        position: relative; }
        h3 span:before {
          content: "";
          width: 95%;
          height: 41%;
          background-color: #F9DB4F;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 5px;
          margin: auto;
          z-index: -9; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      h3 span:before {
        bottom: 4px; } }

.h3_wrap {
  text-align: center;
  margin-bottom: 32px; }

h4 {
  font-size: 28px;
  line-height: 1.42857143;
  margin-top: 20px;
  margin-bottom: 44px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 20px; } }

section {
  margin-top: 100px;
  margin-left: -15px;
  margin-right: -15px;
  line-height:1.75;
   }
  @media screen and (max-width: 767px) {
    section {
      margin-top: 50px; } }
  section + section {
    margin-top: 200px; }
    @media screen and (max-width: 767px) {
      section + section {
        margin-top: 100px; } }

.section_block {
  margin-top: 113px; }
  @media screen and (max-width: 767px) {
    .section_block {
      margin-top: 60px; } }
  .section_block + .section_block {
    margin-top: 200px; }
    @media screen and (max-width: 767px) {
      .section_block + .section_block {
        margin-top: 100px; } }

.section_wrap {
  padding-left: 15px;
  padding-right: 15px; }

.colorValiation {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .colorValiation {
      text-align: center; } }
  .colorValiation span {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: inline-block;
    background-color: #eee; }
    .colorValiation span + span {
      margin-left: 8px; }

.comment {
  margin-top: 15px; }
  .comment p {
    text-indent: -1em;
    margin-left: 1em; }

/*---------------
nav
-----------------*/
#common_lp_nav {
  max-width: 960px;
  margin: 10px auto 0; }

#common_lp_nav ul {
  overflow: hidden; }
  #common_lp_nav ul.three_nav li {
    width: 33.1944444%; }
    @media screen and (max-width: 767px) {
      #common_lp_nav ul.three_nav li {
        width: 100%; } }
  #common_lp_nav ul.two_nav li {
    width: 49.75%; }
    #common_lp_nav ul.two_nav li + li {
      margin-left: 0.5%; }
    @media screen and (max-width: 767px) {
      #common_lp_nav ul.two_nav li {
        width: 100%; } }
  #common_lp_nav ul li {
    float: left;
    width: 24.84375%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    list-style: none; }
    #common_lp_nav ul li + li {
      margin-left: 0.20833333%; }
    #common_lp_nav ul li a {
      width: 100%;
      min-height: 50px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333333;
      line-height: 18px;
      position: relative;
      font-size: 13px;
      -webkit-transition: opacity 0.5s ease 0s;
      -o-transition: opacity 0.5s ease 0s;
      transition: opacity 0.5s ease 0s;
      height: 50px;
      padding-right: 10px; }
      #common_lp_nav ul li a.adjust_w {
        padding-right: 18px; }
      @media screen and (max-width: 767px) {
        #common_lp_nav ul li a {
          font-size: 14px; }
          #common_lp_nav ul li a.adjust_w {
            padding-right: 10px; } }
      #common_lp_nav ul li a:hover {
        opacity: 0.7; }
      #common_lp_nav ul li a:after {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        font-size: 20px;
        font-weight: 900;
        width: 17px;
        height: 17px;
        content: '\f107';
        color: #333; }

@media screen and (max-width: 767px) {
  #common_lp_nav ul li {
    float: inherit;
    width: 100%;
    border-left: 0px;
    border-right: 0px; }
    #common_lp_nav ul li + li {
      margin-left: 0;
      margin-top: 2px; } }

/*---------------
.btnArea
-----------------*/
.btnArea {
  text-align: center;
  padding: 15px 0px 15px 0px; }
  .btnArea .wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .btnArea a {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s; }
    .btnArea a + a {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .btnArea a {
        font-size: 16px; } }
    .btnArea a.min285 {
      min-width: 285px; }
      @media screen and (max-width: 767px) {
        .btnArea a.min285 {
          min-width: inherit;
          width: 100%; } }
    .btnArea a:hover {
      opacity: 0.7; }
    .btnArea a.btn_toProduct {
      background-color: #000; }
      .btnArea a.btn_toProduct:before {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        margin: auto;
        font-size: 25px;
        font-weight: 500;
        width: 10px;
        height: 45px;
        content: '\f105';
        color: #FFF; }
      .btnArea a.btn_toProduct.white {
        background-color: #FFF;
        border: 1px solid #000;
        color: #000;
        border-radius: 3px; }
        .btnArea a.btn_toProduct.white:before {
          color: #000; }
      .btnArea a.btn_toProduct.transparent {
        background-color: transparent;
        border: 1px solid #000;
        color: #000; }
        .btnArea a.btn_toProduct.transparent:before {
          color: #000; }
    .btnArea a.btn_sound {
      background-color: #000;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 285px;
      cursor: pointer; }
      .btnArea a.btn_sound + .btn_sound {
        margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .btnArea a.btn_sound {
          width: 100%; } }
      .btnArea a.btn_sound:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
        font-size: 25px;
        font-weight: 500;
        width: 30px;
        height: 32px;
        background-image: url(../images/icon_sound.svg);
        background-repeat: no-repeat;
        background-size: contain; }
    .btnArea a.btn_detail {
      background-color: #000;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 285px;
      margin: 0 auto;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .btnArea a.btn_detail {
          width: 100%; } }
      .btnArea a.btn_detail:before {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        margin: auto;
        font-size: 25px;
        font-weight: 500;
        width: 10px;
        height: 45px;
        content: '\f105';
        color: #FFF; }
    .btnArea a.btn_exPurchase:after {
      content: "";
      width: 10px;
      height: 9px;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      background: url(../images/icon_blank_w.png) 0px 0px no-repeat;
      margin-left: 5px; }
    .btnArea a.btn_exPurchase:before {
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 13px;
      margin: auto;
      font-size: 25px;
      font-weight: 500;
      width: 10px;
      height: 45px;
      content: '\f105'; }
    .btnArea a.btn_exPurchase.docomo {
      background-color: #c81637; }
    .btnArea a.btn_exPurchase.kddi {
      background-color: #e7531c; }
    .btnArea a.btn_exPurchase.softbank {
      background-color: gray; }
  .btnArea .btn_toPurchase.min285 {
    min-width: 285px; }
    @media screen and (max-width: 767px) {
      .btnArea .btn_toPurchase.min285 {
        min-width: inherit;
        width: 100%; } }
  .btnArea .btn_toPurchase + a {
    margin-top: 10px; }
  .btnArea .btn_toPurchase .s5-listItem4__textContainer {
    display: none; }
  .btnArea .btn_toPurchase .s5-storeButton.s5-listItem4__storeButton {
    background-color: #f16641;
    margin-top: 10px;
    height:inherit!important;
     }
    .btnArea .btn_toPurchase .s5-storeButton.s5-listItem4__storeButton:after {
      content: "";
      width: 10px;
      height: 9px;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      background: url(../images/icon_blank_w.png) 0px 0px no-repeat;
      margin-left: 5px; }
    .btnArea .btn_toPurchase .s5-storeButton.s5-listItem4__storeButton:before {
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 13px;
      margin: auto;
      font-size: 25px;
      font-weight: 500;
      width: 10px;
      height: 45px;
      content: '\f105'; }
  .btnArea .btn_toPurchase.white .s5-storeButton.s5-listItem4__storeButton {
    background-color: #FFF;
    border: 1px solid #f16641;
    color: #f16641;
    border-radius: 3px; }
    .btnArea .btn_toPurchase.white .s5-storeButton.s5-listItem4__storeButton:before {
      color: #F16641; }
    .btnArea .btn_toPurchase.white .s5-storeButton.s5-listItem4__storeButton:after {
      background: url(../images/icon_blank_g.png) 0px 0px no-repeat; }
  .btnArea .btn_toPurchase.transparent .s5-storeButton.s5-listItem4__storeButton {
    background-color: transparent;
    border: 1px solid #f16641;
    color: #f16641; }
    .btnArea .btn_toPurchase.transparent .s5-storeButton.s5-listItem4__storeButton:before {
      color: #F16641; }
    .btnArea .btn_toPurchase.transparent .s5-storeButton.s5-listItem4__storeButton:after {
      background: url(../images/icon_blank_g.png) 0px 0px no-repeat; }


/*---------------
#lineup
-----------------*/
#lineup .col_wrap + .col_wrap {
  margin-top: 60px; }

#lineup p {
  font-size: 14px; }

/*---------------
#interview
-----------------*/
#interview .section_block + .section_block {
  margin-top: 85px; }
  @media screen and (max-width: 767px) {
    #interview .section_block + .section_block {
      margin-top: 100px; } }

#interview .img_wrap {
  margin-top: 5px; }

#interview .textBox {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    #interview .textBox {
      padding-top: 20px; } }

#interview h4 {
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #interview h4 {
      margin-top: 10px;
      margin-bottom: 20px; } }

#interview .comment {
  margin-top: 10px;
  font-size: 13px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #interview .comment {
      font-size: 13px;
      text-align: left; } }

/*---------------
#purchase
-----------------*/
#purchase {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #purchase {
      margin-bottom: 20px; } }

/*---------------
.toOther_page
-----------------*/
.toOther_page .col_wrap {
  text-align: center; }
  .toOther_page .col_wrap .img_wrap {
    display: inline-block; }
    .toOther_page .col_wrap .img_wrap + .img_wrap {
      margin-left: 1.04166667%; }
      @media screen and (max-width: 767px) {
        .toOther_page .col_wrap .img_wrap + .img_wrap {
          margin-top: 10px;
          margin-left: 0; } }
    .toOther_page .col_wrap .img_wrap a {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .toOther_page .col_wrap .img_wrap a:hover {
        opacity: 0.7; }
