@charset "UTF-8";
body {
  font-family: 'Archivo Narrow', "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/** variable
/**************************************/
/** display
/**************************************/
.onlyDesctop {
  display: block; }
  @media (max-width: 768px) {
    .onlyDesctop {
      display: none; } }
.onlyMobile {
  display: none; }
  @media (max-width: 768px) {
    .onlyMobile {
      display: block; } }
/** anchorLink
/**************************************/
.anchorLink {
  position: absolute;
  top: -110px; }

/** keyframes
/**************************************/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body {
  font-family: 'Archivo Narrow', "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/** header
/**************************************/
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  min-width: 1100px;
  width: 100%;
  z-index: 10000;
  background: #080808;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .header:after {
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block; }
  @media (min-width: 769px) {
    .header {
      height: 80px;
      padding: 18px 40px 0; } }
  @media (max-width: 768px) {
    .header {
      min-width: 0;
      padding: 14px 0 0;
      height: 60px;
      padding-right: 5.3333333333%;
      padding-left: 5.3333333333%;
      box-sizing: border-box; } }
  @media (max-width: 768px) and (min-width: 769px) {
    .header {
      padding-right: 0px;
      padding-left: 0px; } }
  .page-home .header {
    background: rgba(8, 8, 8, 0.2); }
  .page-home.is-scrolled .header {
    background: #080808; }
  .header-logo {
    float: left; }
    @media (min-width: 769px) {
      .header-logo {
        width: 110px; } }
    @media screen and (max-width: 1200px) {
      .header-logo {
        width: 79px;
        margin-top: 5px; }
        .header-logo img {
          width: 100%;
          height: auto; } }
    @media (max-width: 768px) {
      .header-logo {
        width: 80px;
        margin-top: 0; }
        .header-logo img {
          width: 100%;
          height: auto; } }
  .header-menu {
    float: right;
    display: flex;
    align-items: center; }
    .header-menu:after {
      content: '';
      height: 0;
      clear: both;
      visibility: hidden;
      display: block; }
    @media (max-width: 768px) {
      .header-menu {
        display: none; } }
    @media screen and (max-width: 1200px) {
      .header-menu {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .header-menu {
        margin-left: 0; } }
    .header-menu-item {
      margin-right: 22px; }
      @media screen and (max-width: 1200px) {
        .header-menu-item {
          margin-right: 15px; } }
      .header-menu-item a {
        line-height: 1;
        color: #fff;
        font-size: 1.5rem;
        letter-spacing: 0.05em; }
        .desctop .header-menu-item a {
          -webkit-transition: 0.3s ease-out;
          -moz-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
          .desctop .header-menu-item a:hover {
            opacity: 0.5; }
        @media screen and (max-width: 1200px) {
          .header-menu-item a {
            font-size: 1.4rem; } }
      .header-menu-item:last-child {
        margin-right: 0; }
      .header-menu-item__guarantee {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 30px; }
        @media screen and (max-width: 1200px) {
          .header-menu-item__guarantee {
            padding-left: 15px; } }
        .header-menu-item__guarantee a {
          font-size: 1.3rem; }
      .header-menu-item__search {
        margin: -2px 10px 0 0; }
        .header-menu-item__search > a {
          display: inline-block;
          vertical-align: middle;
          margin-right: 7px;
          width: 28px;
          height: 22px;
          position: relative;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: left top;
          background-image: url("/assets/img/common/icon_search.svg"); }
    .header-menu-button__online {
      background: #b89849; }
      .desctop .header-menu-button__online {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .desctop .header-menu-button__online:hover {
          background: rgba(184, 152, 73, 0.7); }
      .header-menu-button__online a {
        padding: 15px 20px;
        display: block;
        font-size: 1.5rem;
        line-height: 1;
        color: #fff;
        letter-spacing: 0.05em; }
    .header-menu-social {
      width: 20px;
      height: 20px;
      margin-right: 15px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top; }
      .desctop .header-menu-social {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .desctop .header-menu-social:hover {
          opacity: .6; }
      .header-menu-social__instagram {
        background-image: url("/assets/img/common/icon_instagram_white.svg"); }
      .header-menu-social__facebook {
        background-image: url("/assets/img/common/icon_facebook_white.svg"); }
      .header-menu-social a {
        display: block;
        width: 100%;
        height: 100%; }

/** trigger
/**************************************/
.trigger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: fixed;
  right: 48px;
  top: 29px;
  z-index: 10001; }
  @media (min-width: 769px) {
    .trigger {
      display: none; } }
  @media (max-width: 768px) {
    .trigger {
      top: 19px;
      right: 5.3333333333%; } }
  .gsc-overflow-hidden .trigger {
    display: none; }
  .trigger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px 0 0 4px; }
  .trigger-inner {
    position: absolute;
    width: 25px;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .trigger-inner:before {
      top: 6px;
      display: block;
      content: "";
      position: absolute;
      width: 25px;
      height: 1px;
      background-color: #fff;
      -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .trigger-inner:after {
      top: 12px;
      display: block;
      content: "";
      position: absolute;
      width: 25px;
      height: 1px;
      background-color: #fff;
      -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .is-opened .trigger-inner {
      transform: translate3d(0, 10px, 0) rotate(135deg); }
      .is-opened .trigger-inner:before {
        opacity: 0; }
      .is-opened .trigger-inner:after {
        transform: translate3d(0, -12px, 0) rotate(-270deg); }

/** globalMenuMobile
/**************************************/
.globalMenuMobile {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  text-align: center;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .is-opened .globalMenuMobile {
    visibility: visible;
    height: 100%;
    pointer-events: auto; }
  .globalMenuMobile-outer {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .globalMenuMobile-list {
    padding: 10px 0 20px;
    width: 73.3333333333%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .globalMenuMobile-item a {
    font-size: 1.8rem;
    color: #fff;
    padding: 15px 0;
    display: block; }
  .globalMenuMobile-item__guarantee a {
    padding: 20px 0;
    font-size: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .globalMenuMobile-item__online {
    background: #b89849; }
    .globalMenuMobile-item__online a {
      padding: 14px 0;
      display: block;
      font-size: 1.5rem;
      letter-spacing: 0.1em; }
  .globalMenuMobileSocial {
    margin-bottom: 50px;
    display: flex;
    justify-content: center; }
    .globalMenuMobileSocial-item {
      width: 20px;
      height: 20px;
      margin: 0 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top; }
      .desctop .globalMenuMobileSocial-item {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .desctop .globalMenuMobileSocial-item:hover {
          opacity: .6; }
      .globalMenuMobileSocial-item__instagram {
        background-image: url("/assets/img/common/icon_instagram_white.svg"); }
      .globalMenuMobileSocial-item__facebook {
        background-image: url("/assets/img/common/icon_facebook_white.svg"); }
      .globalMenuMobileSocial-item a {
        display: block;
        width: 100%;
        height: 100%; }

/** footer
/**************************************/
.footer {
  background: #080808;
  text-align: center;
  padding: 120px 0; }
  @media (max-width: 768px) {
    .footer {
      padding: 20px 0; } }
  .footer-social {
    display: flex;
    width: 650px;
    margin: 40px auto 0;
    justify-content: center; }
    @media (max-width: 768px) {
      .footer-social {
        margin-top: 20px;
        display: block;
        width: 100%; } }
    .footer-social a {
      border: 1px solid #252525;
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      display: block;
      width: 300px;
      height: 80px;
      line-height: 80px;
      margin: 0 auto;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .footer-social a {
          height: 60px;
          line-height: 58px; } }
      .desctop .footer-social a {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .desctop .footer-social a:hover {
          background: #fff;
          color: #080808; }
      .footer-social a i {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center; }
    @media (max-width: 768px) {
      .footer-social__facebook {
        margin-bottom: 10px !important; } }
    .footer-social__facebook:hover i {
      background-image: url("/assets/img/common/icon_facebook_black.svg"); }
    .footer-social__facebook i {
      background-image: url("/assets/img/common/icon_facebook_white.svg"); }
    .footer-social__instagram:hover i {
      background-image: url("/assets/img/common/icon_instagram_black.svg"); }
    .footer-social__instagram i {
      background-image: url("/assets/img/common/icon_instagram_white.svg"); }
  .footer-logo {
    margin-top: 50px; }
    .footer-logo img {
      width: 150px; }
  .footer-copyright {
    font-size: 1.2rem;
    color: #999;
    margin-top: 30px; }

/** footerMenu
/**************************************/
.footerMenu {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .footerMenu {
      width: 89.3333333333%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  .footerMenu-item {
    margin-bottom: 28px; }
    .footerMenu-item__main a {
      display: block; }
      @media (max-width: 768px) {
        .footerMenu-item__main a {
          padding: 15px 0;
          border-bottom: 1px solid #252525; } }
    @media (max-width: 768px) {
      .footerMenu-item__sub a {
        display: inline-block;
        margin: 0 15px;
        line-height: 1.6; } }
    .footerMenu-item a {
      color: #999;
      font-size: 1.4rem; }
      .desctop .footerMenu-item a {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .desctop .footerMenu-item a:hover {
          color: #fff; }
      @media (min-width: 769px) {
        .footerMenu-item a {
          display: inline-block;
          font-size: 1.5rem;
          margin: 0 15px; } }
/** pageTop
/**************************************/
.pageTop {
  display: block;
  position: fixed;
  background: #b89849;
  z-index: 100;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .desctop .pageTop {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .desctop .pageTop:hover {
      opacity: 0.7; }
  @media (min-width: 769px) {
    .pageTop {
      right: 40px;
      bottom: 40px;
      width: 60px;
      height: 60px; } }
  .pageTop div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 3px 0 0 -10px;
    -webkit-transform: rotate(270deg);
    -moz-transfrom: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  .pageTop i {
    width: 22px;
    display: block;
    position: relative; }
    @media (max-width: 768px) {
      .pageTop i {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7); } }
    .pageTop i:after {
      height: 1px;
      background: #fff;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .pageTop i:before {
      display: block;
      position: absolute;
      top: 50%;
      left: 100%;
      box-sizing: border-box;
      content: '';
      margin-top: -3px;
      border: 3px solid transparent;
      border-left: 11px solid #fff; }
  .is-scrolled .pageTop {
    opacity: 1; }

/** bottomMenu
/**************************************/
.bottomMenu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .bottomMenu {
      width: 100%; } }
  .bottomMenu:after {
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block; }
  @media (max-width: 768px) {
    .bottomMenu {
      display: block;
      margin-bottom: 50px;
      width: 89.3333333333%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  .bottomMenu-content {
    position: relative;
    height: 100px;
    width: 48%;
    background: #b89849; }
    @media (max-width: 768px) {
      .bottomMenu-content {
        height: 50px;
        width: 100%; } }
    @media (min-width: 769px) {
      .desctop .bottomMenu-content {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .desctop .bottomMenu-content:hover {
          opacity: .7; }
          .desctop .bottomMenu-content:hover .bottomMenu-image img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05); }
          .desctop .bottomMenu-content:hover i {
            width: 50px; } }
    @media (max-width: 768px) {
      .bottomMenu-content:first-child {
        margin-bottom: 10px; } }
  .bottomMenu-title {
    color: #fff;
    letter-spacing: 0.1em;
    z-index: 1;
    font-size: 3.0rem;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 5%; }
    @media (max-width: 768px) {
      .bottomMenu-title {
        font-size: 1.8rem;
        position: static; } }
  .bottomMenu a {
    display: block; }
  .bottomMenu i {
    width: 30px;
    left: 85%;
    top: 50%;
    margin-top: -0px;
    display: block;
    position: relative;
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    @media (max-width: 768px) {
      .bottomMenu i {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7); } }
    .bottomMenu i:after {
      height: 1px;
      background: #fff;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .bottomMenu i:before {
      display: block;
      position: absolute;
      top: 50%;
      left: 100%;
      box-sizing: border-box;
      content: '';
      margin-top: -3px;
      border: 3px solid transparent;
      border-left: 11px solid #fff; }

/** searchBox
/**************************************/
.header .searchBox {
  position: absolute;
  width: 300px;
  top: 79px;
  right: 38px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.globalMenuMobile .searchBox {
  margin-top: 60px;
  width: 73.3333333333%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.is-searchOpened .searchBox {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  padding: 10px 10px 5px 10px;
  background: #fff; }

.searchBox .gsib_a {
  padding: 2px 6px; }

.searchBox .gsc-control-cse {
  padding: 0;
  border: none; }
  .globalMenuMobile .searchBox .gsc-control-cse {
    background: none; }

.searchBox .gsc-search-button-v2 {
  background: #222;
  border: none;
  cursor: pointer;
  border-radius: 0 !important;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .globalMenuMobile .searchBox .gsc-search-button-v2 {
    background: #b89849; }

.searchBox .gsc-input {
  padding: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  font-size: 14px !important;
  color: #222 !important;
  height: 30px !important;
  -webkit-appearance: none !important;
  text-indent: 0 !important; }
  .searchBox .gsc-input-box {
    box-shadow: none !important; }

/** result
/**************************************/
.gsc-results-wrapper-overlay {
  width: 90% !important;
  left: 5% !important;
  top: 20px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.gsc-adBlock {
  display: none !important; }

@media (max-width: 768px) {
  .gsc .gs-web-image-box,
  .gsc .gs-promotion-image-box {
    float: none !important; } }

@media (max-width: 768px) {
  .gsc-thumbnail {
    display: block !important;
    width: 100% !important;
    float: none !important; } }

@media (max-width: 768px) {
  .gsc-thumbnail a {
    display: block !important; } }

@media (max-width: 768px) {
  .gsc-thumbnail .gs-image {
    width: 100% !important;
    display: block !important; } }

@media (max-width: 768px) {
  .gsc-thumbnail .gs-image-box {
    width: 100% !important;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .gsc-table-cell-snippet-close {
    display: block !important;
    width: 100% !important;
    float: none !important; } }

@media (max-width: 768px) {
  .gs-title {
    line-height: 1.4 !important; } }

.gsc-result {
  margin-bottom: 10px !important;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #e4e4e4 !important; }
  .gsc-result:hover {
    border: 1px solid #fff !important;
    border-bottom: 1px solid #e4e4e4 !important; }

.gsc-thumbnail-inside {
  padding: 0 0 0 0 !important; }

.gsc-result .gs-title {
  height: auto !important;
  text-align: left; }

.gs-title {
  color: #333 !important;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: underline !important;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .gs-title b {
    color: #b89849 !important; }
  .gs-title:hover {
    opacity: .7; }

.gsc-url-top {
  padding: 0 0 10px 0 !important; }

.gs-image-box {
  width: 190px !important; }

.gs-snippet {
  font-size: 13px !important;
  line-height: 1.8 !important; }

.gs-image {
  width: 160px !important;
  max-width: none !important;
  max-height: none !important;
  height: auto; }

.gsc-cursor-box {
  margin-top: 40px !important; }
  .gsc-cursor-box .gsc-cursor {
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap; }
    .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
      display: block !important;
      margin: 0 2px 5px;
      font-size: 14px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      display: block;
      background: #eee !important;
      color: #333 !important;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
        background: #d0d0d0 !important;
        text-decoration: none !important; }
      .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
        background: #222 !important;
        color: #fff !important; }

.fs-c-subgroup {
  margin: 80px 0; }
  @media (max-width: 768px) {
    .fs-c-subgroup {
      margin: 50px 0; } }
.fs-c-subgroupList__link {
  background-color: transparent;
  padding: 15px 30px; }
  @media (max-width: 768px) {
    .fs-c-subgroupList__link {
      padding: 13px 20px; } }
  @media (min-width: 769px) {
    .fs-c-subgroupList__link:hover {
      background-color: #b89849;
      color: #fff;
      -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .fs-c-subgroupList__link:hover:after {
        color: #fff; } }
.fs-c-subgroupList__label {
  line-height: 1.8; }

/** common
/**************************************/
@media (min-width: 769px) {
  .l-main {
    padding-top: 46px;
    padding-bottom: 100px; } }

@media (max-width: 768px) {
  .l-main {
    padding-top: 60px; } }

.mercedes-benz-rent-camapaign-form .l-main {
  padding-top: 0; }

/** header
/**************************************/
.header-menu-item a {
  font-size: 1.3rem; }

.header-menu-item.downMenu {
  position: static !important; }

.header-menu-button__online a {
  padding: 15px 10px; }

/** producet detail
/**************************************/
@media (max-width: 768px) {
  .page-product-detail {
    margin-top: 30px; } }

/** collection top
/**************************************/
.collection-link.is-l {
  width: 33.3333333333%; }

@media (max-width: 736px) {
  .collection-link.is-l {
    width: 100%; } }

.collection-link.is-l .photo {
  margin-top: -4em; }

@media (max-width: 736px) {
  .collection-link.is-l .photo {
    margin-top: -3em; } }

.collection-link .en {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.2s ease-out; }

@media (max-width: 980px) {
  .collection-link .en {
    font-size: 20px;
    font-size: 2.4rem; } }

@media (max-width: 736px) {
  .collection-link .en {
    font-size: 18px;
    font-size: 1.8rem; } }

.collection-link .ja {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #b89849;
  transition: all 0.2s ease-out; }
  @media (max-width: 980px) {
    .collection-link .ja {
      margin-top: -10px; } }
@media (max-width: 736px) {
  .collection-link .ja {
    font-size: 12px;
    font-size: 1.2rem; } }

@media (max-width: 480px) {
  .collection-link .ja {
    font-size: 10px;
    font-size: 1rem; } }

.collection-link .photo {
  position: relative;
  display: block;
  margin-top: -3em;
  width: 100%;
  transition: all 0.2s ease-out; }

/** news
/**************************************/
.news-detail__feature {
  margin-top: 40px; }
  @media (max-width: 768px) {
    .news-detail__feature {
      margin-top: 20px; } }
  .news-detail__feature img {
    width: 100%;
    height: auto; }

/*# sourceMappingURL=legacy.css.map */