@charset "UTF-8";
/*-- common --*/
html {
  font-size: 16px; }
  @media screen and (max-width: 600px) {
    html {
      font-size: 14px; } }

body {
  font-family: 'SST W20 Regular', '游ゴシック Medium', "Yu Gothic", 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', arial sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  right: 0; }

.common_display_for-pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .common_display_for-pc {
      display: none; } }

.common_display_for-sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .common_display_for-sp {
      display: block; } }

.common_display_for-pc_02 {
  display: block; }
  @media screen and (max-width: 960px) {
    .common_display_for-pc_02 {
      display: none; } }

.common_display_for-sp_02 {
  display: none; }
  @media screen and (max-width: 960px) {
    .common_display_for-sp_02 {
      display: block; } }

.contain {
  opacity: 0;
  transition: opacity 1s ease; }
  .contain.ready {
    display: block;
    opacity: 1; }

.common_content {
  width: 100%; }
  .common_content > .inner_01, .common_content > .inner_01--90, .common_content > .inner_02, .common_content > .inner_03, .common_content > .inner_04, .common_content > .inner_05, .common_content > .inner_06, .common_content > .inner_07 {
    margin: 0 auto;
    padding: 100px 0;
    width: 60%;
    max-width: 1000px; }
    @media screen and (max-width: 960px) {
      .common_content > .inner_01, .common_content > .inner_01--90, .common_content > .inner_02, .common_content > .inner_03, .common_content > .inner_04, .common_content > .inner_05, .common_content > .inner_06, .common_content > .inner_07 {
        padding: 50px 0;
        width: 80%; } }
    @media screen and (max-width: 600px) {
      .common_content > .inner_01, .common_content > .inner_01--90, .common_content > .inner_02, .common_content > .inner_03, .common_content > .inner_04, .common_content > .inner_05, .common_content > .inner_06, .common_content > .inner_07 {
        padding: 50px 0;
        width: 90%;
        max-width: none; } }
  .common_content > .inner_01--90 {
    width: 90%; }
  .common_content > .inner_02 {
    padding: 209px 0 100px 0; }
    @media screen and (max-width: 600px) {
      .common_content > .inner_02 {
        padding: 105px 0 50px 0; } }
  .common_content > .inner_03 {
    padding: 0 0 100px 0; }
  .common_content > .inner_04 {
    width: 50%;
    max-width: 600px; }
    @media screen and (max-width: 960px) {
      .common_content > .inner_04 {
        padding: 50px 0;
        width: 80%; } }
    @media screen and (max-width: 600px) {
      .common_content > .inner_04 {
        padding: 50px 0;
        width: 90%;
        max-width: none; } }
  .common_content > .inner_05 {
    padding: 0; }
  .common_content > .inner_06 {
    padding: 100px 0 0 0; }
  .common_content > .inner_07 {
    padding: 30px 0; }
    @media screen and (max-width: 600px) {
      .common_content > .inner_07 {
        padding: 20px 0; } }
  .common_content > .inner_08 {
    margin: 0 auto;
    padding: 100px 0;
    width: 80%; }
    @media screen and (max-width: 960px) {
      .common_content > .inner_08 {
        padding: 50px 0; } }
    @media screen and (max-width: 600px) {
      .common_content > .inner_08 {
        padding: 50px 0;
        width: 90%; } }
  .common_content > .inner_for-sp_01 {
    margin: 0 auto;
    padding: 50px 0;
    width: 90%; }
  .common_content .column {
    font-size: 0;
    letter-spacing: 0;
    margin: 45px 0; }
    .common_content .column:first-child {
      margin: 0 0 45px 0; }
    .common_content .column:last-child {
      margin: 45px 0 0 0; }
    .common_content .column .left-col {
      box-sizing: border-box;
      padding-right: 45px; }
      @media screen and (max-width: 960px) {
        .common_content .column .left-col {
          padding-right: 25px; } }
      @media screen and (max-width: 600px) {
        .common_content .column .left-col {
          padding-right: 0; } }
    .common_content .column .left-col_02 {
      box-sizing: border-box;
      padding-right: 45px; }
      @media screen and (max-width: 960px) {
        .common_content .column .left-col_02 {
          padding-right: 25px; } }
    .common_content .column .column_60per {
      width: 60%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 600px) {
        .common_content .column .column_60per {
          width: 100%;
          padding: 40px 0; } }
    .common_content .column .column_50per, .common_content .column .column_50per_02 {
      width: 50%;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 600px) {
      .common_content .column .column_50per_02 {
        width: 100%; } }
    .common_content .column .column_40per {
      width: 40%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 600px) {
        .common_content .column .column_40per {
          width: 100%; } }
    .common_content .column .column_33per {
      width: 33.3%;
      display: inline-block;
      vertical-align: top; }

.common_content_bk-color_01 {
  background-color: #f8f9f9; }

.common_title_03 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 10px 0;
  font-weight: normal; }
  @media screen and (max-width: 600px) {
    .common_title_03 {
      font-size: 1.5rem;
      line-height: 2; } }

.common_title_04 {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: normal; }
  @media screen and (max-width: 600px) {
    .common_title_04 {
      font-size: 1.0rem; } }

.common_title_04_01 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px; }

.common_title_05 {
  font-size: 1.5rem;
  letter-spacing: 0.1em; }

.common_title_06 {
  font-size: 1.3rem;
  letter-spacing: 0.1em; }

.common_title_07 {
  font-size: 5rem; }

.common_title_08 {
  font-size: 2.5rem; }

.common_title--padding-bottom {
  padding-bottom: 20px; }

.common_text_03 {
  font-size: 1.0rem;
  line-height: 1.5;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 600px) {
    .common_text_03 {
      line-height: 2; } }

.common_text_04 {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 600px) {
    .common_text_04 {
      line-height: 2;
      font-size: 1.1rem; } }

.common_text_05 {
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.1em; }

.common_text_06 {
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em; }

.common_text_07 {
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em; }

.common_anchor-text_01, .common_anchor-text_01_02, .common_anchor-text_01_03 {
  color: #000;
  text-decoration: none; }
  .common_anchor-text_01:visited, .common_anchor-text_01_02:visited, .common_anchor-text_01_03:visited {
    color: #000;
    text-decoration: none; }
  .common_anchor-text_01:hover, .common_anchor-text_01_02:hover, .common_anchor-text_01_03:hover {
    opacity: 0.6;
    text-decoration: none;
    transition: opacity .2s ease; }

.common_anchor-text_01_02 {
  text-decoration: underline; }
  .common_anchor-text_01_02:visited {
    text-decoration: underline; }
  .common_anchor-text_01_02:hover {
    text-decoration: underline;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .2s ease; }

.common_anchor-text_01_03:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity .2s ease; }

.common_anchor-text_02 {
  color: #fff;
  text-decoration: none; }
  .common_anchor-text_02:visited {
    color: #fff;
    text-decoration: none; }
  .common_anchor-text_02:hover {
    opacity: 0.6;
    text-decoration: none;
    transition: opacity .2s ease; }

.common_button_01, .common_button_01--small-font {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 3px; }
  .common_button_01:visited, .common_button_01--small-font:visited {
    text-decoration: none;
    color: #000; }
  .common_button_01:hover, .common_button_01--small-font:hover {
    opacity: 0.6;
    text-decoration: none; }

.common_button_01--small-font {
  font-size: 16px; }

.common_button_02 {
  text-decoration: none;
  display: inline-block;
  padding: 13px 40px;
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  font-weight: bold; }
  .common_button_02:hover {
    color: #fff;
    background-color: #000; }
  @media screen and (max-width: 600px) {
    .common_button_02 {
      width: 100%;
      box-sizing: border-box; } }

.common_anchor-point {
  margin-top: 240px;
  padding-top: -240px; }

.common_anchor-point_02 {
  margin-top: 100px;
  padding-top: -100px; }

.common_switch_white-black-content {
  width: 100%; }
  .common_switch_white-black-content .tabs {
    font-size: 0; }
    .common_switch_white-black-content .tabs .tab {
      width: 50%;
      box-sizing: border-box;
      display: inline-block;
      padding: 15px 0;
      text-align: center;
      font-size: 18px; }
      .common_switch_white-black-content .tabs .tab:hover {
        cursor: pointer; }
    .common_switch_white-black-content .tabs .white-tab {
      color: #000;
      background-color: #f8f9f9; }
    .common_switch_white-black-content .tabs .black-tab {
      color: #f8f9f9;
      background-color: #000;
      opacity: 0.2; }
  .common_switch_white-black-content .contents {
    position: relative; }
    .common_switch_white-black-content .contents .column {
      width: 90%;
      padding: 45px 0;
      margin: 0 auto; }
    .common_switch_white-black-content .contents .white-content {
      border-top: 2px solid #f8f9f9; }
    .common_switch_white-black-content .contents .black-content {
      position: absolute;
      top: 0;
      border-top: 2px solid #000;
      opacity: 0; }

.style--text-center {
  text-align: center; }

.style--text-center-sp {
  text-align: left; }
  @media screen and (max-width: 600px) {
    .style--text-center-sp {
      text-align: center; } }

.style--text-left {
  text-align: left; }

.style--text-right {
  text-align: right; }

.style--text-bold {
  font-weight: bold; }

.style--height-100per {
  height: 100%; }

.style--width-100per {
  width: 100%; }

.style--width-90per {
  width: 90%; }

.style--width-50per {
  width: 50%; }

.style--anchor-effect_01:hover {
  opacity: 0.6; }

.style--position-relative {
  position: relative; }

.style--position-absolute {
  position: absolute; }

.style--margin-zero {
  margin: 0 !important; }

.style--margin-0auto {
  margin: 0 auto; }

.style--padding-zero {
  padding: 0 !important; }

.style--paddingtop-100 {
  padding-top: 100px; }

.style--paddingbottom-100 {
  padding-bottom: 100px; }

.style--paddingbottom-50 {
  padding-bottom: 50px; }

.style--paddingbottom-0 {
  padding-bottom: 0 !important; }

.style--paddingtop-10 {
  padding-top: 10px; }

.style--borderbottom-zero {
  border-bottom: 0 !important; }

.style--bordertop-zero {
  border-top: 0 !important; }

/*--// common --*/
/*-- header --*/
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -70px;
  height: 70px;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease; }
  .header.hide {
    top: -70px;
    opacity: 0; }
  .header.show {
    top: 0;
    opacity: 1; }
  @media screen and (max-width: 600px) {
    .header {
      height: 55px; } }
  .header_in {
    position: relative;
    width: 100%;
    height: 100%; }
  .header_ttl {
    position: absolute;
    height: 40px;
    top: 14px;
    left: 35px;
    z-index: 110; }
    @media screen and (max-width: 1200px) {
      .header_ttl {
        height: 35px;
        top: 18px;
        left: 20px; } }
    @media screen and (max-width: 600px) {
      .header_ttl {
        height: 30px;
        top: 11px;
        left: 15px; } }
  .header--shift {
    transition: all 0.5s ease;
    right: 260px;
    left: auto; }
  @media screen and (max-width: 960px) {
    .header_sp-menu {
      position: fixed;
      overflow-y: scroll;
      top: 0;
      right: -260px;
      width: 260px;
      height: 100%;
      background-color: #eee;
      transition: right 0.5s ease; }
      .header_sp-menu--shift {
        right: 0; } }
  .header_sp-menu--body-shift {
    right: 260px;
    width: 100%;
    position: absolute;
    transition: right 0.5s ease; }
  .header_sp-menu .store-list {
    display: none;
    padding: 0 0 0 25px; }
  .header_sp-menu .list {
    display: none;
    padding: 0 0 0 25px; }
  .header_sp_buy {
    display: none;
  }
  @media screen and (max-width: 960px) {
    .header_sp_buy {
      display: table;
      text-align: center;
      position: absolute;
      right: 65px;
      width: 55px;
      height: 32px;
      top: 20px;
      border: 2px solid #000;
      background: #000;
      color: #fff; }
  }
  @media screen and (max-width: 600px) {
    .header_sp_buy {
      top: 10px; }
  }
  .header_sp_buy span {
    display: table-cell;
    vertical-align: middle;
    font-family: "Noto Sans", sans-serif;
    font-size: 10.5px;
    font-weight: bold;
  }
  .sp_buy_container {
    display: none;
    position: absolute;
    top: 70px;
    background-color: #f8f8f8;
    width: 100%;
    /*padding: 40px 40px 50px;*/
    padding-bottom: 30px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 10px 10px 0 #e8e8e8;
  }
  .sp_buy_inner {
    max-width: 768px;
    margin: 0 auto;
  }
  @media screen and (max-width: 600px) {
    .sp_buy_container {
      top: 55px; }
  }
  .buy_container_title {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }
  .sp_buy_container ul {
    padding-bottom: 25px;
  }
  .sp_buy_container ul::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .sp_buy_container li {
    float: left;
    width: 50%;
    text-align: center;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
  }
  .sp_buy_container li:first-child {
    /*padding-right: 15px;*/
  }
  .sp_buy_container li:last-child {
    /*padding-left: 15px;*/
  }
  .sp_buy_container li img {
    max-width: 100%;
  }
  .sp_buy_container .buy_shop {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    display: table;
    text-decoration: none;
  }
  .sp_buy_container .buy_shop span {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .sp-menu_buy_link li {
    padding: 0 40px 20px;
  }
  .sp-menu_buy_link li:first-child {
    padding-bottom: 10px;
  }
  .sp-menu_buy_link li p {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .sp-menu_buy_link li img {
    max-width: 100%;
  }
  .header_sp-humberger, .header_sp-humberger--top {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 15px;
    top: 25px; }
    @media screen and (max-width: 600px) {
      .header_sp-humberger, .header_sp-humberger--top {
        top: 17px; } }
    .header_sp-humberger > hr, .header_sp-humberger--top > hr {
      border-top: 2px solid #CBCBCB;
      margin-top: 7px; }
  .header_sp-humberger--top {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .header_sp-humberger--top > hr {
      border-top: 2px solid #fff; }
  .header_nav {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 18%;
    box-sizing: border-box; }
    .header_nav a:link {
      color: #000; }
    .header_nav a:visited {
      color: #000; }
    .header_nav a:hover {
      opacity: 0.5; }
    .header_nav ul {
      display: inline-block; }
      .header_nav ul a {
        vertical-align: top; }
      .header_nav ul li {
        display: inline-block;
        margin-right: 25px; }
    @media screen and (max-width: 1200px) {
      .header_nav ul li {
        margin-right: 15px;
        font-size: 12px; } }
    @media screen and (max-width: 960px) {
      .header_nav {
        top: 15px;
        text-align: left;
        position: static;
        margin-left: 0;
        padding-left: 0;}
        .header_nav ul {
          width: auto;
          padding: 40px 25px;
          display: block; }
          .header_nav ul a {
            text-decoration: none; }
          .header_nav ul li {
            display: block;
            margin-right: 0;
            padding: 15px 0px;
            border-top: 1px solid #303030; } }
  .header_buy-online-button {
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
    padding: 15px 12px;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    font-weight: bold;
    float: right;
    margin-top: 12px;
    margin-right: 26px;
    }
    @media screen and (max-width: 1200px) {
      .header_buy-online-button {
        width: 160px;
        top: 13px;
        right: 15px;
        font-size: 12px; } }
    .header_buy-online-button:hover {
      background: rgba(0, 0, 0, 0.6);
      transition: background .2s ease;}
      .header_buy-online-button:hover .header_buy-online_stores {
        opacity: 1;
        height: 210px;
        box-shadow: 0 10px 10px 0 #e8e8e8;}
    @media screen and (max-width: 960px) {
      .header_buy-online-button {
        position: static;
        margin: 0 auto; } }
  .header_buy-online_stores {
    width: 100%;
    background-color: #f0f0f0;
    position: absolute;
    top: 67px;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .3s ease, height .3s ease; }
    @media screen and (max-width: 1200px) {
      .header_buy-online_stores {
        top: 67px; } }
    .header_buy-online_stores-list {
      list-style-type: none; }
  .header_buy-online_store {
    margin: 40px 10px 0;
    display: inline-block;
  }
    @media screen and (max-width: 1200px) {
      .header_buy-online_store {
        font-size: 12px; } }
    .header_buy-online_store:hover {
      color: #000;
      background-color: #fff; }
      
  .hdStore01{
  width: 730px;
  margin: 0 auto; text-align: center;}
  .hdStore01Note{font-size: 14px; font-weight: bold; color: #000; line-height: 1.5; letter-spacing: 0.04em;}
@media screen and (max-width: 768px) {
.hdStore01{
  width: auto;
  }
}
  .hdStore01Title{font-size: 20px; font-weight: bold; color: #000; padding-top: 30px;}
  .hdStore01Tx{font-size: 16px; font-weight: bold; color: #000; padding-top: 30px; line-height: 1.5;}
  .hdStore01 ul {
    margin-top: 30px;
    font-size: 0;
    text-align: center; }
    .hdStore01 ul li {
      display: inline-block;
      margin-right: 11px;
      list-style: none;
      width: 174px; height: auto!important; }
    .hdStore01 ul li:last-child{
      margin-right: 0; }
      .hdStore01 ul li img {
      background: #000;
        vertical-align: top;
        width: 174px;
        border: 2px solid #000;
        box-sizing: border-box; }


@media screen and (max-width: 960px) {
.hdStore01Title{font-size: 16px; padding-top: 20px;}
.hdStore01Tx{font-size: 12px; padding-top: 30px;}
.hdStore01 ul {margin-top: 20px; padding: 0 10px; display: block; text-align: center;}
  .hdStore01 ul li {
    width: 21%;
    display: inline-block;
    margin: 0 2%;
    float: none;
  }
.hdStore01 ul li img {width: 100%;}
}
@media screen and (max-width: 640px) {
  .hdStore01 ul li {
    width: 46%;
    display: inline-block;
    margin: 2% 2%;
    float: left;
  }
}

  .header .sub-menu-list {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 60px;
    height: 0;
    overflow: hidden;
    padding-bottom: 0px;
    transition: height 0.5s ease; }
    .header .sub-menu-list .sub-menu {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-right: 25px;
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      height: 14px !important;
      display: none; }
      .header .sub-menu-list .sub-menu:hover {
        opacity: 0.5; }
      .header .sub-menu-list .sub-menu-product {
        padding-left: calc(50% - 95px); }
      .header .sub-menu-list .sub-menu-support {
        padding-left: calc(50% + 100px); }
    @media screen and (max-width: 600px) {
      .header .sub-menu-list {
        display: none; } }
  .header .header_nav.common_display_for-pc_02 li {
    line-height: 68px; }
  .header .lang {
    font-size: 10px !important;
    font-weight: normal !important; }
    @media screen and (max-width: 1200px) {
      .header .lang {
        font-size: 10px !important; } }

.lang_sp {
  text-align: center;
  border-bottom: 1px solid #303030; }

.style--mouse-over:link {
  color: #fff; }

.style--mouse-over:visited {
  color: #fff; }

.style--mouse-over:hover {
  opacity: 0.5;
  cursor: pointer; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 25px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #cbcbcb;
  border-radius: 3px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 11px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  margin: -26px 0 0 -23px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all .75s; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg); }

.menu-trigger.active::after {
  -webkit-animation: circle .4s .25s forwards;
  animation: circle .4s .25s forwards; }

@-webkit-keyframes circle {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0); }
  25% {
    border-color: transparent #cbcbcb transparent transparent; }
  50% {
    border-color: transparent #cbcbcb #cbcbcb transparent; }
  75% {
    border-color: transparent #cbcbcb #cbcbcb #cbcbcb; }
  100% {
    border-color: #cbcbcb;
    -webkit-transform: rotate(-680deg); } }

@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0); }
  25% {
    border-color: transparent #cbcbcb transparent transparent; }
  50% {
    border-color: transparent #cbcbcb #cbcbcb transparent; }
  75% {
    border-color: transparent #cbcbcb #cbcbcb #cbcbcb; }
  100% {
    border-color: #cbcbcb;
    transform: rotate(-680deg); } }

/*===========================
  EN用
===========================*/
.en .sub-menu-support {
  padding-left: calc(50% + 100px) !important; }

/*--// header --*/
/*-- footer --*/
.footer {
  text-align: center;
  border-top: 2px solid #eee; }
  .footer_link_sns {
    max-width: 1130px;
    margin: 50px auto;
    font-size: 0; }
    .footer_link_sns::after {
      content: '';
      display: block;
      clear: both;
      overflow: hidden; }
    @media screen and (max-width: 600px) {
      .footer_link_sns {
        margin: 20px auto; } }
    .footer_link_sns li {
      padding: 0 20px;
      border-right: 2px solid #eee;
      float: left;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3%;
      list-style: none; }
      .footer_link_sns li:last-child {
        border-right: none; }
      @media screen and (max-width: 600px) {
        .footer_link_sns li {
          display: block;
          padding: 10px 0;
          padding-left: 10%;
          width: 80%;
          max-width: initial;
          border-right: none;
          border-bottom: 1px solid #eee; }
          .footer_link_sns li:last-child {
            border-bottom: none; } }
    .footer_link_sns-box {
      display: flex;
      align-items: center; }
      .footer_link_sns-box img {
        width: 39px;
        padding-right: 10px; }
  .footer_link_online {
    margin: 50px auto; }
    .footer_link_online-button {
      display: block;
      width: 275px;
      margin: 0 auto;
      padding: 20px;
      background-color: black;
      color: white !important;
      font-weight: bold;
      text-decoration: none; }
      .footer_link_online-button:hover {
        color: white !important;
        opacity: 0.6;
        transition: opacity .2s ease; }
      @media screen and (max-width: 600px) {
        .footer_link_online-button {
          width: 80%;
          padding: 13px; } }
  .footer_nav {
    padding: 50px 0;
    background-color: #303030;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .footer_nav {
        padding: 30px 0; } }
    .footer_nav_title {
      width: 400px;
      margin: 0 auto;
      padding-bottom: 25px; }
      @media screen and (max-width: 600px) {
        .footer_nav_title {
          width: 280px; } }
    .footer_nav_links {
      display: flex;
      justify-content: center;
      color: white !important;
      list-style-type: none; }
    .footer_nav_link {
      padding: 0 15px;
      font-weight: bold; }
      .footer_nav_link:hover {
        color: white !important;
        opacity: 0.6; }
  .footer_copyright {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
    font-size: 0.7rem; }
    @media screen and (max-width: 600px) {
      .footer_copyright {
        padding: 20px 0; } }

/*--// footer --*/
/*-- top --*/
body {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

.mv {
  background-color: #d6e4f1;
  width: 100%;
  height: 1000px;
  position: relative; }

.mv_copy p {
  font-size: 1.0rem;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 55%;
  color: #fff;
  margin: -22px 0 0 -291px;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.8s; }
  .mv_copy p br {
    display: none; }
  @media screen and (max-width: 600px) {
    .mv_copy p {
      width: 100%;
      top: calc(50% - 8px);
      left: 0;
      margin: 0; }
      .mv_copy p br {
        display: block; } }
  .mv_copy p.disp {
    opacity: 1; }

.mv_pagers {
  position: absolute;
  bottom: 20px;
  right: 35px; }
  @media screen and (max-width: 600px) {
    .mv_pagers {
      bottom: 15px;
      right: 20px; } }

.mv_pager {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: 20px 0;
  opacity: 1;
  transition: opacity 3s ease; }

.mv_pager-current {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 20px 0;
  opacity: 0;
  transition: opacity 3s ease; }
  .mv_pager-current.active {
    opacity: 1; }

.mv_ov {
  position: absolute;
  z-index: 100; }

.mv_ov-logo {
  top: 29px;
  left: 35px;
  z-index: 110; }

.mv_ov-nav {
  display: block;
  top: calc(55% + 50px);
  left: calc(50% - 241px);
  font-size: 14px;
  font-weight: bold; }
  .mv_ov-nav a:link {
    color: #fff; }
  .mv_ov-nav a:visited {
    color: #fff; }
  .mv_ov-nav a:hover {
    opacity: 0.5; }
  .mv_ov-nav ul {
    display: inline-block; }
    .mv_ov-nav ul li {
      color: #fff;
      display: inline-block;
      margin-right: 25px; }
  @media screen and (max-width: 720px) {
    .mv_ov-nav {
      display: none; } }

.mv_ov-mvover1 {
  top: 55%;
  left: 50%;
  margin: -95px 0 0 -290px; }
  @media screen and (max-width: 600px) {
    .mv_ov-mvover1 {
      width: 100%;
      top: calc(50% - 80px);
      left: 0;
      margin: 0; } }

.mv_ov-mvover2 {
  width: 100%;
  bottom: 68px;
  text-align: center; }
  .mv_ov-mvover2 img {
    width: 100px; }

.mv_ov-mvnav {
  bottom: 0;
  right: 43px; }

.mv_ov-mvsubmenu {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  top: calc(55% + 25px);
  padding: 60px 0 15px 0;
  z-index: 99;
  opacity: 0; }
  .mv_ov-mvsubmenu .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 25px;
    font-size: 14px;
    font-weight: bold;
    display: none; }
    .mv_ov-mvsubmenu .sub-menu:hover {
      opacity: 0.5; }
    .mv_ov-mvsubmenu .sub-menu-product {
      padding-left: calc(50% - 166px); }
    .mv_ov-mvsubmenu .sub-menu-support {
      padding-left: calc(50% + 175px); }

.mv_ov-buy {
  right: 0px;
  z-index: 1000; }

.mv_slider {
  margin: 0;
  padding: 0;
  list-style: none; }
  .mv_slider li {
    opacity: 0;
    transition: opacity 2s ease;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
    .mv_slider li.disp {
      opacity: 1; }
      .mv_slider li.disp > div > div {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    .mv_slider li > div {
      width: 100%;
      height: 100%;
      position: relative; }
      .mv_slider li > div > div {
        transition: width 2s ease,height 2s ease,top 2s ease,left 2s ease;
        position: absolute;
        left: -5%;
        top: -5%;
        width: 110%;
        height: 110%;
        background-size: cover;
        background-position: center center; }

.top_content-01_for-sp .content_title-img {
  width: 100%;
  max-width: 530px;
  margin: 25px 0; }

.top_content-01_for-sp .content_main-img {
  width: 100%;
  max-width: 530px; }

.top_content-01_for-sp .content_logo-img {
  width: 100%;
  margin: 25px 0; }
  .top_content-01_for-sp .content_logo-img img {
    width: 225px; }

.top_content-01_for-sp .content_description {
  margin: 25px 0; }

.sec1 {
  height: 784px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1300px) {
    .sec1 {
      height: 700px;
      max-width: 960px; } }
  .sec1.wait .sec1_ov {
    position: absolute;
    opacity: 0; }
  .sec1.wait .sec1_ov-1 {
    top: 101px; }
  .sec1.wait .sec1_ov-2 {
    top: 323px; }
  .sec1.wait .sec1_ov-3 {
    left: 645px; }
  .sec1.wait .sec1_ov-4 {
    top: 422px; }
  .sec1.wait .sec1_ov-5 {
    left: 100px; }
    @media screen and (max-width: 1300px) {
      .sec1.wait .sec1_ov-5 {
        left: 0px; } }

.sec1_ovblock {
  transition: opacity 0.6s ease;
  cursor: pointer; }
  .sec1_ovblock:hover {
    opacity: 0.6; }

.sec1_ov {
  position: absolute;
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.18, 0.6, 0.32, 1.04), top 2s cubic-bezier(0.18, 0.6, 0.32, 1.04), left 2s cubic-bezier(0.18, 0.6, 0.32, 1.04); }

.sec1_ov-1 {
  width: 220px;
  left: 115px;
  top: 141px;
  transition-duration: 3s;
  position: relative; }
  .sec1_ov-1 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .sec1_ov-1 img:first-child {
      display: block; }
  @media screen and (max-width: 1300px) {
    .sec1_ov-1 {
      width: 175px;
      left: 45px; } }

.sec1_ov-2 {
  width: 220px;
  left: 334px;
  top: 250px;
  transition-duration: 3s; }
  .sec1_ov-2 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .sec1_ov-2 img:first-child {
      display: block; }
  @media screen and (max-width: 1300px) {
    .sec1_ov-2 {
      width: 175px;
      left: 225px;
      top: 255px; } }

.sec1_ov-3 {
  width: 535px;
  left: 604px;
  top: 285px; }
  @media screen and (max-width: 1300px) {
    .sec1_ov-3 {
      width: 420px;
      left: 440px;
      top: 245px; } }

.sec1_ov-4 {
  width: 45%;
  left: 611px;
  top: 392px; }
  @media screen and (max-width: 1300px) {
    .sec1_ov-4 {
      width: 490px;
      left: 440px;
      top: 330px; }
      .sec1_ov-4 .subhead {
        font-size: 1.1rem; } }

.sec1_ov-5 {
  width: 200px;
  left: 150px;
  top: 561px; }
  @media screen and (max-width: 1300px) {
    .sec1_ov-5 {
      width: 175px;
      left: 45px;
      top: 485px; } }

.sec3 {
  margin-top: 2px;
  height: 0;
  padding-top: 37.5%;
  position: relative;
  width: 100%; }

.sec3_in {
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%; }
  .sec3_in:hover .sec3_blo, .sec3_in:hover .sec3_blo_last {
    width: 23%;
    opacity: 0.5; }
  .sec3_in:hover .sec3_blo_last {
    width: auto;
    opacity: 0.5; }

.sec3_blo, .sec3_blo_last {
  transition: width 0.5s ease,opacity 0.7s ease;
  width: 25%;
  float: left;
  cursor: pointer;
  height: 100%;
  background-color: #ccc;
  background-size: auto 100%;
  background-position: center center;
  position: relative; }
  .sec3_blo:nth-child(odd), .sec3_blo_last:nth-child(odd) {
    background-color: #ddd; }
  .sec3_blo:hover, .sec3_blo_last:hover {
    width: 31% !important;
    opacity: 1 !important; }
  .sec3_blo_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 80px;
    color: #fff; }

.sec3_blo_last {
  width: auto;
  overflow: hidden;
  float: none; }
  .sec3_blo_last:hover {
    width: auto !important; }

.loader {
  width: 0%;
  transition: width 2s ease, opacity 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100; }
  .loader.comp {
    width: 100%; }
  .loader.kill {
    opacity: 0; }

.top_look-photos_text-container {
  width: 100%;
  position: absolute;
  top: calc(50% - 18px);
  text-align: center;
  z-index: 20; }

.top_news-list {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 50px 0; }
  .top_news-list > a:link {
    color: #000;
    text-decoration: none; }
  .top_news-list > a:visited {
    color: #000;
    text-decoration: none; }
  .top_news-list dl {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 15px; }
    .top_news-list dl:hover {
      opacity: 0.5; }
  .top_news-list dt {
    width: 20%;
    display: inline-block; }
  .top_news-list dd {
    width: 78%;
    display: inline-block;
    vertical-align: top; }
  .top_news-lista:link {
    color: #000;
    text-decoration: none; }
  .top_news-lista:visited {
    color: #000;
    text-decoration: none; }
  .top_news-lista:hover {
    opacity: 0.6; }
  @media screen and (max-width: 600px) {
    .top_news-list dl {
      padding: 20px 15px; }
    .top_news-list dt {
      width: 100%;
      font-weight: bold;
      padding-bottom: 5px; }
    .top_news-list dd {
      width: 100%; } }

.top_buy-online-button {
  letter-spacing: 1px;
  width: 200px;
  text-align: center;
  padding: 13px 10px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  top: 26px;
  right: 26px; }
  .top_buy-online-button:hover {
    color: #000;
    background-color: #fff; }
    .top_buy-online-button:hover .top_buy-online_stores {
      opacity: .8;
      max-height: 500px;
      transition: opacity 1s ease, max-height 1s ease; }
  @media screen and (max-width: 1024px) {
    .top_buy-online-button {
      display: none; } }

.top_buy-online_stores {
  position: absolute;
  top: 45px;
  right: -2px;
  opacity: 0;
  max-height: 0;
  overflow: hidden; }
  .top_buy-online_stores-list {
    list-style-type: none; }

.top_buy-online_store {
  width: 200px;
  text-align: center;
  font-weight: normal;
  padding: 13px 10px;
  border: 2px solid #fff;
  color: #000;
  background-color: #fff; }
  .top_buy-online_store:hover {
    color: #000;
    background-color: #fff; }

/* slideshow index */
.top_slideshow_index, .top_slideshow_index_01, .top_slideshow_index_02, .top_slideshow_index_03 {
  position: absolute;
  z-index: 1000;
  right: 50px;
  width: 18px;
  height: 18px; }
  @media screen and (max-width: 600px) {
    .top_slideshow_index, .top_slideshow_index_01, .top_slideshow_index_02, .top_slideshow_index_03 {
      right: 20px; } }
  .top_slideshow_index > .active, .top_slideshow_index_01 > .active, .top_slideshow_index_02 > .active, .top_slideshow_index_03 > .active {
    stroke-dashoffset: 38; }
  .top_slideshow_index:hover, .top_slideshow_index_01:hover, .top_slideshow_index_02:hover, .top_slideshow_index_03:hover {
    cursor: pointer; }

.top_slideshow_index_01 {
  bottom: 120px; }

.top_slideshow_index_02 {
  bottom: 80px; }

.top_slideshow_index_03 {
  bottom: 40px; }

.top-en_cookies-popup {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  box-sizing: border-box; }
  .top-en_cookies-popup .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .top-en_cookies-popup .title {
    color: #FFFF00; }
  .top-en_cookies-popup .close-btn {
    width: 100%;
    text-align: right; }
    .top-en_cookies-popup .close-btn:hover {
      cursor: pointer;
      opacity: 0.6; }
  .top-en_cookies-popup a {
    color: #fff; }
    .top-en_cookies-popup a:visited {
      color: #fff; }
    .top-en_cookies-popup a:hover {
      opacity: 0.6; }

/*--// top --*/
.inner_01--padding50 {
  margin: 0 auto;
  padding: 50px 0;
  width: 60%;
  max-width: 1000px; }
  @media screen and (max-width: 960px) {
    .inner_01--padding50 {
      padding: 50px 0;
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .inner_01--padding50 {
      padding: 35px 0 0;
      width: 90%;
      max-width: none; } }

.product-tab {
  width: 100%;
  top: 20px;
  text-align: center;
  color: #fff; }
  .product-tab .item {
    display: inline-block; }

.product {
  padding-top: 70px; }
  @media screen and (max-width: 600px) {
    .product {
      padding-top: 55px; } }
  .product_nav {
    width: 100%;
    text-align: center;
    display: block;
    top: 40px;
    font-size: 14px;
    font-weight: bold; }
    .product_nav a:link {
      color: #fff; }
    .product_nav a:visited {
      color: #fff; }
    .product_nav a:hover {
      opacity: 0.5; }
    .product_nav ul {
      display: inline-block; }
      .product_nav ul a {
        text-decoration: none; }
      .product_nav ul li {
        color: #fff;
        display: inline-block;
        margin-right: 25px; }
    @media screen and (max-width: 1200px) {
      .product_nav ul li {
        margin-right: 15px;
        font-size: 12px; } }
    @media screen and (max-width: 1024px) {
      .product_nav {
        top: 25px;
        text-align: right; }
        .product_nav ul {
          display: block;
          margin: 0 auto; }
          .product_nav ul:last-child {
            padding-right: 15px; } }
    @media screen and (max-width: 600px) {
      .product_nav {
        display: none; } }
  .product_concept_select-button {
    display: none; }
  .product_concept_contents {
    width: 100%;
    font-size: 0;
    letter-spacing: 0; }
  .product_concept_w {
    width: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box; }
    .product_concept_w_img {
      position: relative; }
      .product_concept_w_img img {
        width: 100%; }
      .product_concept_w_img .zoom-out {
        display: block; }
      .product_concept_w_img .zoom-in {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .product_concept_w_text {
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 16px;
      font-weight: bold; }
      .product_concept_w_text .border {
        width: 20px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        margin: 0 8px 5px 0;
        vertical-align: middle; }
  .product_concept_b {
    width: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box; }
    .product_concept_b_img {
      position: relative; }
      .product_concept_b_img img {
        width: 100%; }
      .product_concept_b_img .zoom-out {
        display: block; }
      .product_concept_b_img .zoom-in {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .product_concept_b_text {
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 16px;
      font-weight: bold; }
      .product_concept_b_text .border {
        width: 20px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        margin: 0 0 5px 8px;
        vertical-align: middle; }
  .product_new-icon {
    width: 90px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10; }
    .product_new-icon_01 {
      width: 80px;
      position: absolute;
      top: 20px;
      left: 20px; }
  .product_lineup {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f8f9f9; }
    .product_lineup .bx-viewport ul {
      padding: 0;
      margin: 0; }
      .product_lineup .bx-viewport ul li {
        width: 100%;
        display: block;
        text-align: center;
        padding: 39px 0; }
        .product_lineup .bx-viewport ul li img {
          width: 20%;
          padding: 10px;
          display: inline-block;
          margin: 0 auto; }
  .product_gallery__pager {
    width: 100%;
    text-align: center; }
    .product_gallery__pager img {
      width: 100px; }
    @media screen and (max-width: 960px) {
      .product_gallery__pager {
        width: 500px;
        margin: 0 auto; } }
    @media screen and (max-width: 600px) {
      .product_gallery__pager {
        width: 100%; }
        .product_gallery__pager img {
          width: 23%; } }
  .product_gallery__wide-arrow-R {
    width: 30px !important;
    height: 30px !important;
    margin-right: -60px !important; }
    @media screen and (max-width: 800px) {
      .product_gallery__wide-arrow-R {
        margin-right: 0 !important; } }
  .product_gallery__wide-arrow-L {
    width: 30px !important;
    height: 30px !important;
    margin-left: -60px !important; }
    @media screen and (max-width: 800px) {
      .product_gallery__wide-arrow-L {
        margin-left: 0 !important; } }
  .product_movie-container {
    width: 50%;
    margin: 0 auto; }
    .product_movie-container a {
      outline: none; }
      .product_movie-container a img {
        width: 100%;
        border-style: none; }
        .product_movie-container a img:hover {
          opacity: 0.8; }
  .product_specs .annotations {
    margin: 8px 0; }
  .product_specs-table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin: 0 auto; }
    .product_specs-table_item {
      border: solid 1px #CBCBCB;
      padding: 0.5em; }
    @media screen and (max-width: 600px) {
      .product_specs-table th {
        width: 120px;
        text-align: left; } }
  .product .mv_ov-mvsubmenu {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    top: 0;
    padding: 90px 0 15px 0;
    z-index: 99;
    opacity: 0;
    box-sizing: border-box; }
    .product .mv_ov-mvsubmenu .sub-menu {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-right: 25px;
      font-size: 14px;
      font-weight: bold;
      display: none; }
      .product .mv_ov-mvsubmenu .sub-menu:hover {
        opacity: 0.5; }
      .product .mv_ov-mvsubmenu .sub-menu-product {
        padding-left: calc(50% - 260px); }
      .product .mv_ov-mvsubmenu .sub-menu-support {
        padding-left: calc(50% + 80px); }

.js-garelly {
  width: 50%; }
  .js-garelly li img {
    width: 100%; }

.sec2 {
  margin-top: 2px;
  height: 0;
  padding-top: 60%;
  position: relative;
  width: 100%; }

.sec2_in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .sec2_in:hover .sec2_blo {
    width: 50%;
    opacity: 0.5; }

.sec2_blo {
  transition: width 0.5s ease,opacity 0.7s ease;
  width: 50%;
  float: left;
  cursor: pointer;
  height: 100%;
  background-size: 180%;
  background-position: center top; }
  .sec2_blo:hover {
    opacity: 1 !important;
    background-size: 500% !important;
    width: 50%; }

.js-garelly ul {
  padding: 0; }
  .js-garelly ul li img {
    width: 100%;
    display: inline-block;
    margin: 0 auto; }

.icon-box {
  position: relative; }

@media screen and (max-width: 800px) {
  .product_for-sp_concept {
    width: 100%;
    margin: 0 auto; }
    .product_for-sp_concept_select-button {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      display: table;
      overflow: hidden;
      cursor: pointer; }
      .product_for-sp_concept_select-button_w, .product_for-sp_concept_select-button_b {
        display: table-cell;
        width: 50%;
        padding: 15px 0;
        font-size: 18px;
        text-align: center; }
      .product_for-sp_concept_select-button_w {
        background-color: #f8f9f9; }
      .product_for-sp_concept_select-button_b {
        background-color: #000;
        color: #f8f9f9;
        opacity: 0.2; }
    .product_for-sp_concept_field {
      position: relative; }
    .product_for-sp_concept_w, .product_for-sp_concept_b {
      width: 100%;
      margin: 0 auto;
      padding-top: 2px; }
      .product_for-sp_concept_w img, .product_for-sp_concept_b img {
        width: 100%; }
    .product_for-sp_concept_w {
      display: block;
      background-color: #f8f9f9; }
    .product_for-sp_concept_b {
      opacity: 0;
      position: absolute;
      top: 0;
      background-color: #000; }
  .product_lineup .bx-viewport ul {
    height: 140px;
    padding: 0; }
    .product_lineup .bx-viewport ul li {
      width: 100%;
      margin: 10px atuo;
      display: block;
      text-align: center; }
      .product_lineup .bx-viewport ul li img {
        width: 20%;
        padding: 0; }
  .product_movie-container {
    width: 80%; } }

/*=====================*/
/*     fes watch u     */
/*=====================*/
.feswatch-u {
  padding-top: 105px; }
  @media screen and (max-width: 600px) {
    .feswatch-u {
      padding-top: 55px; } }
  .feswatch-u_title {
    width: 450px;
    top: calc(50% - 37px) !important;
    left: calc(50vw - 225px) !important;
    margin: 0 !important; }
    @media screen and (max-width: 600px) {
      .feswatch-u_title {
        width: 230px;
        top: calc(50% - 40px) !important;
        left: calc(50vw - 125px) !important; } }
  .feswatch-u_video {
    position: relative; }
    .feswatch-u_video:before {
      content: '';
      display: block;
      padding-top: 56.5%; }
    .feswatch-u_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .feswatch-u_creators-design .img-box {
    width: 90%; }
  @media screen and (max-width: 450px) {
    .feswatch-u_creators-design {
      width: 100% !important;
      display: table !important; }
      .feswatch-u_creators-design .img-box {
        width: 125px;
        display: table-cell;
        vertical-align: middle;
        margin: 10px 0; }
      .feswatch-u_creators-design .text-box {
        width: 200px;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px; } }
  .feswatch-u_make-design .img-box {
    width: 90%; }
  .feswatch-u_make-design .text-box {
    width: 90%; }
  @media screen and (max-width: 450px) {
    .feswatch-u_make-design {
      width: 100% !important;
      display: table !important; }
      .feswatch-u_make-design .img-box {
        width: 125px;
        display: table-cell;
        vertical-align: middle;
        margin: 10px 0; }
      .feswatch-u_make-design .text-box {
        width: 200px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px; }
        .feswatch-u_make-design .text-box p {
          text-align: left;
          padding: 0; } }
  .feswatch-u_change-design {
    display: table;
    border-top: 1px solid #000; }
    .feswatch-u_change-design:last-child {
      border-bottom: 1px solid #000; }
    @media screen and (max-width: 600px) {
      .feswatch-u_change-design {
        padding: 15px 0; } }
    .feswatch-u_change-design .cell {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0; }
      @media screen and (max-width: 600px) {
        .feswatch-u_change-design .cell {
          display: block;
          padding: 5px 0; } }
    .feswatch-u_change-design .title-box {
      width: 20%;
      text-align: center; }
      @media screen and (max-width: 600px) {
        .feswatch-u_change-design .title-box {
          width: 100%; } }
    .feswatch-u_change-design .img-box {
      width: 80%;
      box-sizing: border-box;
      padding-right: 3%; }
      .feswatch-u_change-design .img-box img {
        width: 100%; }
      @media screen and (max-width: 600px) {
        .feswatch-u_change-design .img-box {
          width: 100%; } }
  .feswatch-u_lineup .image-black {
    width: 50%; }
  .feswatch-u_material_slider-box {
    width: 100%;
    position: relative; }
    .feswatch-u_material_slider-box::before {
      content: "";
      padding-top: 53%;
      display: block;
      z-index: 10; }
    .feswatch-u_material_slider-box img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .feswatch-u_app-download-icons {
    text-align: left;
    padding-top: 20px; }
    @media screen and (max-width: 700px) {
      .feswatch-u_app-download-icons {
        text-align: center; } }
    .feswatch-u_app-download-icons .icon {
      display: inline-block;
      margin-right: 20px; }
      @media screen and (max-width: 700px) {
        .feswatch-u_app-download-icons .icon {
          margin: 10px 0; } }
    .feswatch-u_app-download-icons .app-icon {
      width: 100px; }
      @media screen and (max-width: 700px) {
        .feswatch-u_app-download-icons .app-icon {
          display: block;
          margin: 0 auto; } }
    .feswatch-u_app-download-icons .store-icon {
      width: 200px; }
      .feswatch-u_app-download-icons .store-icon:hover {
        opacity: 0.6; }
      @media screen and (max-width: 700px) {
        .feswatch-u_app-download-icons .store-icon {
          padding-top: 5px;
          width: 125px; } }

.lookphoto_img-content {
  text-align: center;
  margin-top: 30px; }
  .lookphoto_img-content:nth-of-type(1) {
    margin-top: 0; }
  .lookphoto_img-content .box-01 {
    width: 100%;
    max-width: 660px;
    margin: 0 auto; }
    .lookphoto_img-content .box-01 img {
      width: 100%; }
  .lookphoto_img-content .box-02 {
    width: 100%;
    margin: 0 auto; }
    .lookphoto_img-content .box-02 img {
      width: 100%; }

.lookphoto_instagram-image-windows {
  width: 100%;
  font-size: 0;
  padding: 30px 0 40px; }
  .lookphoto_instagram-image-windows .window {
    width: calc((100% - 60px)/5);
    display: inline-block;
    margin-right: 15px; }
    .lookphoto_instagram-image-windows .window:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .lookphoto_instagram-image-windows .window {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        margin-bottom: 15px; }
        .lookphoto_instagram-image-windows .window:nth-child(2) {
          margin-right: 0; }
        .lookphoto_instagram-image-windows .window:nth-child(4) {
          margin-right: 0; }
        .lookphoto_instagram-image-windows .window:nth-child(5) {
          margin-bottom: 0; }
        .lookphoto_instagram-image-windows .window:nth-child(6) {
          margin-bottom: 0; } }
    .lookphoto_instagram-image-windows .window img {
      width: 100%; }

.lookphoto_instagram-icon-mark {
  width: 42px;
  vertical-align: top;
  padding-right: 10px; }

.support_field .tabs {
  width: 100%;
  border-bottom: 2px solid #000; }
  .support_field .tabs .tab {
    width: 33.3%;
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    background-color: #f8f9f9;
    cursor: pointer; }
    .support_field .tabs .tab:hover {
      background-color: #cbcbcb; }
    @media screen and (max-width: 600px) {
      .support_field .tabs .tab {
        font-size: 13px; } }
  .support_field .tabs .active {
    color: #f8f9f9;
    background-color: #000; }
    .support_field .tabs .active:hover {
      background-color: #000; }

.support_field .content-area {
  text-align: left;
  padding: 60px 0;
  display: none; }
  .support_field .content-area_title {
    padding-bottom: 60px; }

.support_field .show {
  display: block; }

.support_list-area .support-lists {
  display: none; }
  .support_list-area .support-lists_title {
    border-top: 1px solid #cbcbcb;
    padding: 25px 0;
    position: relative;
    cursor: pointer; }
    .support_list-area .support-lists_title .arrow {
      width: 20px;
      position: absolute;
      top: 35px;
      right: 2px; }
  .support_list-area .support-lists_content .title {
    padding: 18px 0;
    border-bottom: 1px solid #cbcbcb; }
  .support_list-area .support-lists_content .body {
    padding: 20px 0; }
    .support_list-area .support-lists_content .body .cul, .support_list-area .support-lists_content .body .non-margin_cul {
      width: 100%;
      font-size: 0;
      margin: 30px 0; }
      .support_list-area .support-lists_content .body .cul_2cul {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
        .support_list-area .support-lists_content .body .cul_2cul iframe {
          width: 100%; }
        .support_list-area .support-lists_content .body .cul_2cul .right-text {
          padding: 10px 0 0 20px; }
        .support_list-area .support-lists_content .body .cul_2cul .left-text {
          padding: 10px 0 0 20px; }
        .support_list-area .support-lists_content .body .cul_2cul ol {
          margin: 5px 0 5px 63px; }
        .support_list-area .support-lists_content .body .cul_2cul .non-head-padding_ol {
          margin: 5px 0 5px 45px; }
        .support_list-area .support-lists_content .body .cul_2cul ul {
          margin: 5px 0 5px 63px; }
        .support_list-area .support-lists_content .body .cul_2cul .subhead {
          padding: 15px 0 0 20px;
          font-weight: bold; }
        @media screen and (max-width: 600px) {
          .support_list-area .support-lists_content .body .cul_2cul {
            width: 100%; }
            .support_list-area .support-lists_content .body .cul_2cul .right-text {
              padding: 10px 0; }
            .support_list-area .support-lists_content .body .cul_2cul ol {
              margin: 5px 0 5px 23px; }
            .support_list-area .support-lists_content .body .cul_2cul .non-head-padding_ol {
              margin: 5px 0 5px 23px; }
            .support_list-area .support-lists_content .body .cul_2cul ul {
              margin: 5px 0 5px 23px; }
            .support_list-area .support-lists_content .body .cul_2cul .subhead {
              padding: 15px 0; } }
      .support_list-area .support-lists_content .body .cul .attention-list, .support_list-area .support-lists_content .body .non-margin_cul .attention-list {
        margin-left: 20px; }
        .support_list-area .support-lists_content .body .cul .attention-list li, .support_list-area .support-lists_content .body .non-margin_cul .attention-list li {
          margin: 5px 0; }
      .support_list-area .support-lists_content .body .cul .change-the-style-list, .support_list-area .support-lists_content .body .non-margin_cul .change-the-style-list {
        text-align: center;
        font-size: 0; }
        .support_list-area .support-lists_content .body .cul .change-the-style-list a, .support_list-area .support-lists_content .body .non-margin_cul .change-the-style-list a {
          outline: none; }
        .support_list-area .support-lists_content .body .cul .change-the-style-list .item, .support_list-area .support-lists_content .body .non-margin_cul .change-the-style-list .item {
          width: 12%;
          display: inline-block; }
          .support_list-area .support-lists_content .body .cul .change-the-style-list .item img, .support_list-area .support-lists_content .body .non-margin_cul .change-the-style-list .item img {
            width: 100%; }
        @media screen and (max-width: 600px) {
          .support_list-area .support-lists_content .body .cul .change-the-style-list .item, .support_list-area .support-lists_content .body .non-margin_cul .change-the-style-list .item {
            width: 12%;
            display: inline-block; } }
    .support_list-area .support-lists_content .body .non-margin_cul {
      margin: 0 0 30px 0; }
    .support_list-area .support-lists_content .body .faq-question {
      padding-bottom: 5px; }
    .support_list-area .support-lists_content .body .faq-answer {
      padding: 0 28px; }
      .support_list-area .support-lists_content .body .faq-answer p {
        padding: 0 28px 15px 28px;
        text-indent: -25px; }
      .support_list-area .support-lists_content .body .faq-answer .add_txt {
        padding-top: 15px;
        text-indent: 0; }
      .support_list-area .support-lists_content .body .faq-answer .add_txt span {
        color: #f00; }
      .support_list-area .support-lists_content .body .faq-answer table {
        display: block;
        padding: 5px 28px; }
        .support_list-area .support-lists_content .body .faq-answer table th {
          width: auto;
          padding-bottom: 0; }
        @media screen and (max-width: 600px) {
          .support_list-area .support-lists_content .body .faq-answer table {
            font-size: 10px;
            line-height: 14px; }
            .support_list-area .support-lists_content .body .faq-answer table th {
              width: 55px;
              padding-bottom: 8px; } }
      .support_list-area .support-lists_content .body .faq-answer .fesu-table th {
        padding: 5px 20px 5px 5px;
        border: 1px solid #000; }
      .support_list-area .support-lists_content .body .faq-answer .fesu-table td {
        padding: 5px 20px 5px 5px;
        border: 1px solid #000; }
      .support_list-area .support-lists_content .body .faq-answer .small-img {
        width: 160px;
        padding: 5px 28px; }
      .support_list-area .support-lists_content .body .faq-answer .img {
        width: 50%;
        padding: 5px 28px; }
      .support_list-area .support-lists_content .body .faq-answer iframe {
        width: 50%;
        padding: 5px 28px; }
        @media screen and (max-width: 600px) {
          .support_list-area .support-lists_content .body .faq-answer iframe {
            width: 100%;
            height: 200px;
            box-sizing: border-box; } }
      .support_list-area .support-lists_content .body .faq-answer ul {
        padding: 5px 49px; }
      .support_list-area .support-lists_content .body .faq-answer ol {
        padding: 5px 28px; }
      .support_list-area .support-lists_content .body .faq-answer .box_01 {
        padding: 5px 28px 15px 28px; }
  .support_list-area .support-lists_content .image-60 {
    width: 60%;
    padding-left: calc(100% - 60%); }
    @media screen and (max-width: 600px) {
      .support_list-area .support-lists_content .image-60 {
        width: 100%;
        padding-left: 0; } }
  .support_list-area .support-lists_content .image-80 {
    width: 80%;
    margin: 0 auto; }
  .support_list-area .support-lists_content .image-70--right {
    width: 70%;
    padding-left: calc(100% - 70%); }
    @media screen and (max-width: 600px) {
      .support_list-area .support-lists_content .image-70--right {
        width: 100%;
        padding-left: 0; } }
  .support_list-area .support-lists_content .image-100 {
    width: 100%;
    margin: 0 auto; }
  .support_list-area .support-lists .close-btn {
    display: inline-block;
    padding-bottom: 20px;
    margin-left: calc(100% - 87px);
    cursor: pointer; }
    .support_list-area .support-lists .close-btn_img {
      width: 16px;
      vertical-align: middle;
      padding-right: 5px; }
    .support_list-area .support-lists .close-btn_text {
      color: #B4B4B4; }
    .support_list-area .support-lists .close-btn:hover {
      opacity: 0.5; }

.support_contact_content {
  margin: 20px 0;
  min-height: 150px; }
  .support_contact_content .attention-box {
    background-color: #f8f9f9;
    padding: 35px 50px; }
    .support_contact_content .attention-box ol {
      padding: 15px 0 15px 26px; }
      .support_contact_content .attention-box ol li {
        padding: 5px 0; }
        .support_contact_content .attention-box ol li img {
          width: 160px; }
  .support_contact_content .link::before {
    content: '>';
    padding-right: 5px; }
  @media screen and (max-width: 600px) {
    .support_contact_content {
      min-height: 80px; }
      .support_contact_content .attention-box {
        padding: 25px 20px; } }

.support_news {
  padding-bottom: 100px;
  text-align: left; }
  .support_news_content {
    margin-top: 10px;
    border-top: 1px solid #000; }
    .support_news_content .article {
      padding: 20px 0 50px 0; }
      .support_news_content .article .date {
        font-weight: bold; }
      .support_news_content .article .text_paragraph dt,.support_news_content .article .text_paragraph dd {
        display: inline-block;
        vertical-align: top; }
      .support_news_content .article .text_listContainer {
        padding-left: 40px; }
      .support_news_content .article .text_option {
        display: table; }
        .support_news_content .article .text_option dt, .support_news_content .article .text_option dd {
          display: table-cell; }
        .support_news_content .article .text_option dt {
          width: 6em; }
      @media screen and (max-width: 600px) {
        .support_news_content .article {
          padding: 20px 0 0 0; }
          .support_news_content .article .text_listContainer {
            padding-left: 20px; }
          .support_news_content .article .text_option {
            display: block; }
            .support_news_content .article .text_option dt, .support_news_content .article .text_option dd {
              display: block; }
            .support_news_content .article .text_option dt {
              width: auto; } }
    .support_news_content .support-lists_title {
      border-top: 0 !important;
      display: inline-block;
      padding-right: 30px; }
      .support_news_content .support-lists_title .arrow {
        top: 28px; }

.support_news.pbOption {
  padding-bottom: 0; }

.ble-icon {
  height: 30px;
  vertical-align: bottom; }

.privacypolicy {
  height: 200px;
  padding: 20px;
  margin: 20px 0 40px;
  overflow: scroll;
  background-color: #fff; }
  .privacypolicy p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1em; }
  .privacypolicy ul {
    margin-bottom: 1em; }
  .privacypolicy li {
    list-style: none;
    font-size: 12px;
    line-height: 1.2; }
  .privacypolicy a {
    color: #000; }

.contact_note {
  text-align: center;
  font-size: 12px;
  line-height: 1.4; }
  .contact_note .c-btn-blue {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    margin: 20px auto;
    background-color: #000;
    color: #fff;
    padding: 10px 30px; }

.store_field .tabs {
  width: 100%;
  border-bottom: 2px solid #000; }
  .store_field .tabs .tab {
    width: 50%;
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    background-color: #f8f9f9;
    cursor: pointer; }
    .store_field .tabs .tab:hover {
      background-color: #cbcbcb; }
    @media screen and (max-width: 600px) {
      .store_field .tabs .tab {
        font-size: 13px; } }
  .store_field .tabs .active {
    color: #f8f9f9;
    background-color: #000; }
    .store_field .tabs .active:hover {
      background-color: #000; }

.store_field .content-area {
  text-align: left;
  padding: 60px 0;
  display: none; }
  .store_field .content-area_title {
    padding-bottom: 60px; }

.store_field .show {
  display: block; }

.store_offline_go-to-list {
  width: 100%;
  text-align: right; }

.store_offline_pickup-store_content {
  padding: 50px 0;
  border-bottom: 1px solid #cbcbcb;
  font-size: 0; }
  .store_offline_pickup-store_content .image-box {
    width: 38%;
    display: inline-block; }
    .store_offline_pickup-store_content .image-box img {
      width: 100%; }
    .store_offline_pickup-store_content .image-box:hover {
      opacity: 0.6;
      transition: opacity .2s ease; }
  .store_offline_pickup-store_content .text-box {
    width: calc(100% - 38%);
    display: inline-block;
    box-sizing: border-box;
    padding-left: 45px;
    vertical-align: top; }
    .store_offline_pickup-store_content .text-box .branch-store {
      line-height: 1.5;
      margin-top: 10px; }
      @media screen and (max-width: 600px) {
        .store_offline_pickup-store_content .text-box .branch-store {
          margin-top: 5px; } }
  @media screen and (max-width: 600px) {
    .store_offline_pickup-store_content {
      padding: 30px 0 0;
      border: none; }
      .store_offline_pickup-store_content .image-box {
        width: 100%;
        display: block; }
      .store_offline_pickup-store_content .text-box {
        width: 100%;
        display: block;
        padding: 15px 0 0; } }

.store-list-heading-note{
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
.store_offline_store-list {
  font-size: 0;
  padding: 50px 0; }
  @media screen and (max-width: 770px) {
    .store_offline_store-list {
      padding: 0; } }
  .store_offline_store-list .menu {
    width: 28%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #f9f9f9;
    vertical-align: top; }
    .store_offline_store-list .menu_region_name {
      font-weight: bold;
      padding: 15px 20px; }
      .store_offline_store-list .menu_region_name:hover {
        cursor: pointer;
        background-color: #e7ebea;
        transition: opacity .2s ease; }
    .store_offline_store-list .menu_region .districts {
      display: none; }
    .store_offline_store-list .menu_region .district {
      padding: 15px 15px 15px 30px; }
      .store_offline_store-list .menu_region .district:hover {
        cursor: pointer;
        opacity: 0.6; }
    .store_offline_store-list .menu_region .allow-icon {
      vertical-align: middle;
      width: 12px;
      margin-right: 5px;
      margin-bottom: 3px; }
    @media screen and (max-width: 770px) {
      .store_offline_store-list .menu {
        display: none; }
        .store_offline_store-list .menu_region {
          width: 33%;
          display: inline-block;
          box-sizing: border-box;
          padding: 3px 0 6px 0; }
          .store_offline_store-list .menu_region:nth-child(2) {
            padding-right: 6px; }
          .store_offline_store-list .menu_region:nth-child(3) {
            padding-right: 3px;
            padding-left: 3px; }
          .store_offline_store-list .menu_region:nth-child(4) {
            padding-left: 6px; }
          .store_offline_store-list .menu_region:nth-child(5) {
            padding-right: 6px; }
          .store_offline_store-list .menu_region:nth-child(6) {
            padding-right: 3px;
            padding-left: 3px; }
          .store_offline_store-list .menu_region:nth-child(7) {
            padding-left: 6px; }
          .store_offline_store-list .menu_region:nth-child(8) {
            padding-right: 6px; }
          .store_offline_store-list .menu_region:nth-child(9) {
            padding-right: 3px;
            padding-left: 3px; }
          .store_offline_store-list .menu_region:nth-child(10) {
            padding-left: 6px; }
          .store_offline_store-list .menu_region:hover {
            cursor: none;
            background-color: #fff; }
          .store_offline_store-list .menu_region .region-button {
            width: 100%;
            box-sizing: border-box; }
            .store_offline_store-list .menu_region .region-button:hover {
              cursor: pointer;
              opacity: 0.6;
              transition: opac_store-listity .2s ease; } }
  .store_offline_store-list .menu_forsp {
    display: none;
    text-align: center; }
    .store_offline_store-list .menu_forsp .category {
      padding-top: 20px;
      text-align: left; }
    .store_offline_store-list .menu_forsp .category-name {
      padding: 0 0 15px 0;
      text-align: left; }
    @media screen and (max-width: 770px) {
      .store_offline_store-list .menu_forsp {
        display: block;
        margin: 0 auto; } }
    @media screen and (max-width: 530px) {
      .store_offline_store-list .menu_forsp {
        display: block;
        width: 100%; } }
  .store_offline_store-list .items {
    width: calc(100% - 28% - 2px);
    display: inline-block;
    box-sizing: border-box; }
    .store_offline_store-list .items .item {
      border-bottom: 1px solid #000;
      margin-left: 45px; }
      .store_offline_store-list .items .item:first-child {
        border-top: 2px solid #000; }
      .store_offline_store-list .items .item_category {
        font-weight: bold;
        padding: 15px 0;
        border-bottom: 1px solid #cbcbcb; }
      .store_offline_store-list .items .item .store {
        padding: 15px 0;
        border-bottom: 1px solid #cbcbcb; }
        .store_offline_store-list .items .item .store:last-child {
          border: none; }
    @media screen and (max-width: 770px) {
      .store_offline_store-list .items {
        width: 100%;
        display: block;
        padding-top: 50px; }
        .store_offline_store-list .items .item {
          margin: 0; } }

.store_online_stores {
  text-align: center; }
  .store_online_stores a {
    text-decoration: none; }
  .store_online_stores .store {
    width: 40%;
    min-width: 260px;
    padding: 0 15px;
    display: inline-block;
    box-sizing: border-box; }
    @media screen and (max-width: 770px) {
      .store_online_stores .store {
        padding: 0 5px; } }
    .store_online_stores .store img {
      width: 100%; }
      .store_online_stores .store img:hover {
        cursor: pointer;
        opacity: 0.6;
        transition: opacity .2s ease; }
    .store_online_stores .store .store-name {
      text-align: left;
      padding-top: 10px; }
      @media screen and (max-width: 675px) {
        .store_online_stores .store .store-name {
          padding: 10px 0 15px 0; } }

.design-list {
  padding-top: 105px; }
  @media screen and (max-width: 600px) {
    .design-list {
      padding-top: 55px; } }
  .design-list .title-box {
    background-color: #222324;
    color: #fff;
    text-align: center; }
    .design-list .title-box h2 {
      padding-top: calc( 50% - 20px); }
  .design-list .sub-title-box {
    color: #222324; }
  .design-list .column img {
    width: 100%; }
  .design-list .column:first-child {
    margin: 0 !important; }
  .design-list .column:last-child {
    margin: 0 !important; }
  .design-list .is-10-columns .column {
    width: calc(100% / 10) !important;
    display: inline-block;
    padding: 0;
    margin: 0; }








@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.header_nav ul li {
  height: 70px; }

#feature_menu_open > span {
  text-decoration: none;
  background: url(/common/img/asset/ic_arw_menu.svg) no-repeat right center;
  padding-right: 0.7vw; }

#feature_menu_open:hover .feature_menu {
  max-height: 9999px;
  opacity: 1; }

#feature_menu_open .feature_menu {
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #f0f0f0; }

.feature_menu {
  background: #f0f0f0 !important;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75; }

.feature_menuInr {
  max-width: 1218px;
  margin: 0 auto;
  zoom: 1;
  padding: 4% 0; }
  .feature_menuInr:before, .feature_menuInr:after {
    content: "";
    display: table; }
  .feature_menuInr:after {
    clear: both; }
  .feature_menuInr img {
    width: 100%;
    transition: all 0.3s; }
  .feature_menuInr a {
    text-decoration: none;
    color: #000; }
  .feature_menuInr a:hover {
    opacity: 1; }
    .feature_menuInr a:hover img {
      transform: scale(1.2); }
  .feature_menuInr .featureImg {
    overflow: hidden; }
  .feature_menuInr .submenuTitle {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.38vw; }
  .feature_menuInr .submenuTx {
    font-size: 0.83vw;
    margin-bottom: 1.38vw; }
  .feature_menuInr .submenuDate {
    color: #8E8E8E;
    font-size: 0.83vw;
    margin-top: 0.83vw; }
  .feature_menuInr .submenuTitle02 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.11vw;
    margin-top: 1.04vw;
    border-bottom: 2px solid #000;
    display: inline-block; }
  .feature_menuInr .submenu_interview {
    float: left;
    text-align: center;
    width: 11.49%;
    margin-left: 7.22%; }
  .feature_menuInr .submenu_snap {
    float: left;
    text-align: center;
    width: 11.49%;
    margin-left: 6.15%; }
  .feature_menuInr .submenu_style {
    float: left;
    text-align: center;
    margin-left: 6.4%;
    padding-left: 6.4%;
    padding-right: 7.22%;
    border-left: 1px solid #707070;
    width: 43.5%; }
    .feature_menuInr .submenu_style ul {
      zoom: 1;
      width: 100%; }
      .feature_menuInr .submenu_style ul:before, .feature_menuInr .submenu_style ul:after {
        content: "";
        display: table; }
      .feature_menuInr .submenu_style ul:after {
        clear: both; }
      .feature_menuInr .submenu_style ul li {
        float: left;
        list-style: none;
        width: 26.4%;
        margin-left: 10.4%;
        margin-right: 0;
        line-height: 1.75 !important;
        height: auto; }
      .feature_menuInr .submenu_style ul li:nth-child(1) {
        margin-left: 0; }

#locationList {
  border-top: 1px solid #EEE;
  padding: 1.38vw 20px;
  margin-top: 6.94vw; }
  #locationList ul {
    width: 100%;
    max-width: 1218px;
    margin: 0 auto;
    zoom: 1; }
    #locationList ul:before, #locationList ul:after {
      content: "";
      display: table; }
    #locationList ul:after {
      clear: both; }
    #locationList ul li {
      list-style: none;
      float: left;
      font-size: 0.83vw;
      color: #777; }
      #locationList ul li a {
        color: #777; }

@media screen and (min-width: 1218px) {
  .feature_menuInr {
    max-width: 1218px;
    margin: 0 auto;
    zoom: 1;
    padding: 50px 0; }
    .feature_menuInr:before, .feature_menuInr:after {
      content: "";
      display: table; }
    .feature_menuInr:after {
      clear: both; }
    .feature_menuInr .submenuTitle {
      font-size: 1.25rem; }
    .feature_menuInr .submenuTx {
      font-size: 0.75rem;
      margin-bottom: 20px; }
    .feature_menuInr .submenuDate {
      font-size: 0.75rem;
      margin-top: 15px; }
    .feature_menuInr .submenuTitle02 {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 1rem;
      margin-top: 12px; } }
@media screen and (max-width: 960px) {
  .header_nav ul li {
    height: auto;
    position: relative; }

  .js-open_list_feature:before {
    content: "";
    background: url(/common/img/asset/ic_arw_menu.svg) no-repeat;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }

  .open.js-open_list_feature:before {
    transform: rotate(180deg); }

  .js-open_list:before {
    content: "";
    background: url(/common/img/asset/ic_arw_menu.svg) no-repeat;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }

  .open.js-open_list:before {
    transform: rotate(180deg); }

  .feature_menu_sp {
    background: #f0f0f0 !important;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.75;
    text-align: center;
    padding-bottom: 15px;
    display: none; }
    .feature_menu_sp a {
      text-decoration: none;
      color: #000; }
    .feature_menu_sp .submenuTitle {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 1.4; }
    .feature_menu_sp .submenuTx {
      font-size: 8px;
      margin-bottom: 5px; }
    .feature_menu_sp .submenuDate {
      color: #8E8E8E;
      font-size: 8px;
      margin-top: 5px;
      line-height: 1.4; }
    .feature_menu_sp img {
      width: 100%;
      transition: all 0.3s; }
    .feature_menu_sp .feature_menuInr_sp {
      display: table;
      width: 100%;
      margin-bottom: 10px; }
    .feature_menu_sp .submenu_interview_sp {
      display: table-cell;
      width: 50%;
      padding-right: 6px; }
    .feature_menu_sp .submenu_snap_sp {
      display: table-cell;
      width: 50%;
      padding-left: 6px; }
    .feature_menu_sp .submenu_style_sp ul {
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .feature_menu_sp .submenu_style_sp ul li {
        padding: 0;
        border-top: none;
        width: 31%;
        list-style: none; }
    .feature_menu_sp .submenu_style_sp .submenuTitle02 {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 1.4;
      font-size: 10px;
      border-bottom: 1px solid #000;
      margin-top: 5px;
      display: inline-block; }
      
      .hdStore01sp{
        padding: 0 25px;
        text-align: center;}
      .hdStore01spTitle{font-size: 12px; font-weight: bold;}
      .hdStore01spTx{font-size: 10px; font-weight: bold; margin-top: 10px; line-height: 1.5;}
      .hdStore01spNote{font-size: 10px; font-weight: bold; margin-top: 10px; line-height: 1.5;}
      .hdStore01sp ul{margin-top: 20px;}
      .hdStore01sp ul li{list-style: none;}
      .hdStore01sp ul li + li{margin-top: 12px;}
      .hdStore01sp ul li img{width: 100%; border: 2px solid #000;}
      .hdStore02sp{
        padding: 22px 0 0;
        margin: 22px 25px 0;
        text-align: center;
        border-top: 2px solid #999999;}
      .hdStore02sp p img{width: 100%; border: 2px solid #000; background: #000;}
      .hdStore03sp{
        margin-top: 36px;
        padding: 0 25px 50px;
        text-align: center;}
      .hdStore03spTitle{font-size: 12px; font-weight: bold;}
      .hdStore03spBtn{font-size: 12px; font-weight: bold; width: 100%; height: 56px; line-height: 56px; margin-top: 20px; border: 2px solid #000;}
      .hdStore03spBtn a{display: block; background: #FFF; text-decoration: none; color: #000;}
      
      }
@media screen and (max-width: 640px) {
  #locationList {
    border-top: 1px solid #EEE;
    padding: 5.33333vw 10.66667vw;
    margin-top: 16vw; }
    #locationList ul li {
      font-size: 2.66667vw; } }
      


#annotation .products_contents2 {
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 0 20px; }
    #annotation .products_contents2::after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden; }
    #annotation .products_contents2 .clm_l {
      float: left;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #annotation .products_contents2 .clm_r {
      float: left;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 41%;
      padding-left: 20px;
      text-align: left; }
      #annotation .products_contents2 .clm_r h3 {
        padding-bottom: 30px; }
      #annotation .products_contents2 .clm_r .caption {
        font-family: "Noto Sans", sans-serif;
        font-size: 1.12rem;
        padding-bottom: 30px; }
      #annotation .products_contents2 .clm_r .description {
        font-family: "Noto Sans", sans-serif;
        font-size: 0.87rem;
        line-height: 1.5;
        color: #666;
        padding: 0 70px 30px 0; }
      #annotation .products_contents2 .clm_r .view_morekBox a {
        display: block;
        width: 275px;
        padding: 20px 60px;
        border: 2px solid #000;
        margin-right: auto;
        text-align: center;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: perspective(0); }
        #annotation .products_contents2 .clm_r .view_morekBox a:hover {
          background: #000; }
          #annotation .products_contents2 .clm_r .view_morekBox a:hover span {
            color: #fff; }
      #annotation .products_contents2 .clm_r .view_morekBox span {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 500;
        color: #000; }
    #annotation .products_contents2 .clm_l {
      width: 59%;
      padding-right: 20px; }
      
      
@media screen and (max-width: 767px) {
#annotation .products_contents2 {
      padding: 0 40px; margin-top: 50px;}
      #annotation .products_contents2 .clm_l {
        float: none; }
      #annotation .products_contents2 .clm_r {
        float: none;
        width: 100%;
        padding-left: 0; }
        #annotation .products_contents2 .clm_r h3 {
          padding-bottom: 20px; }
          #annotation .products_contents2 .clm_r h3 img {
            width: 250px;
            height: 35px; }
        #annotation .products_contents2 .clm_r .description {
          font-size: 0.81rem;
          padding: 0 0 30px; }
        #annotation .products_contents2 .clm_r .view_morekBox a {
          width: 100%;
          max-width: 275px;
          padding: 20px 40px;
          border: 1px solid #000;
          margin: 0 auto; }
        #annotation .products_contents2 .clm_r .view_morekBox span {
          font-size: 0.87rem; }
      #annotation .products_contents2 .clm_l {
        width: 100%;
        padding: 0 0 40px; }
        #annotation .products_contents2 .clm_l .img_box img {
          width: 100%; }
}


#headerProduct_menu_open > span {
  text-decoration: none;
  background: url(/common/img/asset/ic_arw_menu.svg) no-repeat right center;
  padding-right: 0.7vw; }

#headerProduct_menu_open:hover .headerProduct_menu {
  max-height: 9999px;
  opacity: 1; }

#headerProduct_menu_open .headerProduct_menu {
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #f0f0f0; }

.headerProduct_menu {
  background: #f0f0f0 !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.75; }

.headerProduct_menuInr {
  max-width: 1218px;
  margin: 0 auto;
  zoom: 1;
  padding: 4% 0; }
  .headerProduct_menuInr:before, .headerProduct_menuInr:after {
    content: "";
    display: table; }
  .headerProduct_menuInr:after {
    clear: both; }
  .headerProduct_menuInr img {
    width: 100%;
    transition: all 0.3s; }
  .headerProduct_menuInr a {
    text-decoration: none;
    color: #000; }
  .headerProduct_menuInr a:hover {
    opacity: 1; }
    .headerProduct_menuInr a:hover img {
      height: auto;
      transform: scale(1.2);
      width: 100%; }

.headerProduct_list {
  font-size: 0;
  text-align: center; }

.headerProduct_listItem {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.38vw;
  width: 14%;
  margin-left: 5%; }
  .headerProduct_listItem.headerProduct_listItem_fesWatchU {
    margin-left: 0; }
  .headerProduct_listItem.headerProduct_listItem_design {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; }

.headerProduct_listItem_thumb {
  overflow: hidden;
  margin-top: 16px;
  width: 100%; }

  @media screen and (min-width: 1218px) {
    .headerProduct_listItem {
      font-size: 1.25rem; } }
  
      @media screen and (max-width: 960px) {

        .header_sp-menu .headerMenu_accordion_sp::after {
          content: "";
          background: url(/common/img/asset/ic_arw_menu.svg) no-repeat;
          width: 8px;
          height: 5px;
          position: absolute;
          top: 50%;
          right: 5px;
          margin-top: -2px; }
        .header_sp-menu .headerMenu_accordion_sp.open::after {
          transform: rotate(180deg); }
        .header_sp-menu .js-accordion-target {
          display: none; }
        .headerProduct_list_sp {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap; }
        .headerProduct_listItem_sp {
          box-sizing: border-box;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 1.4;
          letter-spacing: 0.04em;
          margin-bottom: 16px;
          text-align: center;
          width: 50%; }
          .headerProduct_listItem_sp:nth-child(odd) {
            padding-right: 6px; }
          .headerProduct_listItem_sp:nth-child(even) {
            padding-left: 6px; }
          .headerProduct_listItem_sp.headerProduct_listItem_design {
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 500;
            font-size: 13px; }
        .headerProduct_listItem_spThumb img {
          height: auto;
          width: 100%; }
        .headerProduct_listItem_spHeading {
          margin-top: 6px; } }

          .endOfSales{
            font-family: 'Noto Sans JP', sans-serif;
            line-height: 1.75;
            padding: 80px 0;
          }
          .endOfSales_inner{
            box-sizing: border-box;
            max-width: 880px;
            margin: 0 auto;
            padding: 0 5.74%;
          }
          .endOfSales h2{
            font-weight: bold;
            text-align: center;
          }
          .endOfSales p{
            margin-top: 1em;
          }
          #index .endOfSales{
            background: #f7f7f7;
            padding: 100px 0 0;
          }