/*2021 2/25ä¿®æ­£åˆ† */

.bike-banner {
    width: 94.5%;
    margin: 0 auto;
  }
  
  #page_top #price {
    height: 1100px;
  }
  
  .mask-over {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  
  /* ãƒžã‚¹ã‚¯ã‚ªãƒ¼ãƒãƒ¼ãŒãƒ›ãƒãƒ¼ã—ãŸæ™‚ã®ãƒžã‚¹ã‚¯ã§é»’ããªã‚‹ */
  .mask-over:hover .mask {
    opacity: 1;
    cursor: pointer;
  }
  
  /* .maskã¨.captionã®ä½ç½®ã‚’èª¿æ•´ã™ã‚‹ã€‚ */
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: ease-in-out 0.2s;
  }
  
  .caption {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
  
  .inner .img {
    padding-top: 10px;
    text-align: center;
  }
  
  #page_top #lineup .row .inner,
  #page_top #lineup2 .row .inner,
  #page_top #lineup3 .row .inner {
    padding: 0px 0 10px 0;
    display: flex;
    flex-direction: column;
  }
  
  .l-main-visual {
    position: relative;
    max-width: 1680px;
    height: 100%;
    margin: auto;
  }
  
  .pc-bike-banner {
    position: absolute;
    top: 34rem;
    left: 56%;
    right: 17%;
    margin: auto;
  }
  
  .bike-title {
    margin-bottom: 35px;
  }
  
  #page_top #flow {
    height: 917px;
  }
  
  #page_top #question {
    height: 498.5px;
    background: url(../img/question.jpg) no-repeat #bffaf4 center top;
    background-size: 1920px auto;
  }
  
  .l-flow {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .l-faq-button {
    position: absolute;
    bottom: 10%;
    top: 41%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  
  .faq-button {
    max-width: 702px;
    padding: 1.5rem;
    background-color: #0068b6;
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
  }
  
  .faq-button::before {
    position: relative;
    background: url(../img/q&a_icon.svg) no-repeat center;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40px auto;
    top: 11px;
    margin-right: 15px;
  }
  
  .fixed-footer {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    #page_top #price {
      height: auto;
    }
  
    .l-faq-button {
      position: absolute;
      /* bottom: 30%; */
      top: 54.5%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
    }
  
    #page_top #flow {
      height: auto;
    }
  
    .faq-button {
      max-width: 70%;
      padding: 0.75rem;
      font-size: 16px;
    }
  
    .faq-button::before {
      width: 20px;
      height: 20px;
      background-size: 20px auto;
      top: 5px;
      margin-right: 15px;
    }
    .l-flow {
      height: inherit;
  }
    #page_top #question {
      height: auto;
    }
    .fixed-footer {
      position: fixed;
      bottom: 0;
      z-index: 100;
      display: flex;
      width: 100%;
      margin-top: 70px;
    }
  
    .fixed-footer .line,
    .fixed-footer .mail {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
    }
  
    .fixed-footer a {
      display: block;
      padding: 20px 0;
      height: 100%;
      width: 100%;
      text-align: center;
      padding-left: 32px;
    }
  
    .fixed-footer a span {
      position: relative;
      color: #fff;
    }
  
    .fixed-footer .line {
      background-color: #00c300;
    }
  
    .fixed-footer .mail {
      background-color: #0068b6;
    }
  
    .fixed-footer a span::before {
      display: inline-block;
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      margin: auto 0;
    }
  
    .fixed-footer .line span::before {
      background: url(../img/store_line02.svg) no-repeat center;
      background-size: contain;
      left: -40px;
      width: 26px;
      height: 26px;
    }
  
    .fixed-footer .mail span::before {
      background: url(../img/store_mail02.svg) no-repeat center;
      background-size: contain;
      left: -34px;
      width: 24px;
      height: 24px;
    }
  
    .fixed-footer span {
      font-size: 0.875rem;
    }
  }
  
  /*2021 3/26ä¿®æ­£åˆ† */
  
  @media screen and (max-width: 1679px) {
    .sidemenu {
      display: none;
    }
    .sidemenu-sp {
      background-color: #bff9f4;
      padding: 0 0 20px 0;
    }
  
    .sidemenu_ttl-sp {
      margin-bottom: 10px;
      text-align: center;
    }
  
    .sidemenu_ttl-sp img {
      width: 60%;
    }
  
    .sidemenu_box-sp {
      background-image: url("../img/menu_bg-sp.png");
      background-repeat: no-repeat;
      width: 94%;
      background-size: 100% 100%;
      padding: 20px 0 40px;
      margin: 0 auto 0;
    }
  
    .sidemenu_box-sp ul {
      position: relative;
      z-index: 1;
    }
  
    .sidemenu_box-sp ul li a {
      text-align: center;
      display: block;
      font-size: 16px;
      margin: 12px auto;
      border-bottom: dotted 3.5px;
      width: 75%;
    }
  
    .sidemenu_box-sp ul li a span {
      font-size: 24px;
    }
  }
  
  #l_container {
    z-index: auto;
  }
  
  @media screen and (min-width: 1680px) {
    .sidemenu_inner {
      position: fixed;
      bottom: 150px;
      right: 15px;
      z-index: 2;
    }
  
    .sidemenu_ttl {
      margin-bottom: 10px;
    }
  
    .sidemenu_ttl img {
      width: 240px;
    }
  
    .sidemenu_box {
      background-image: url("../img/side_menu-bg.png");
      background-repeat: no-repeat;
      width: 240px;
      height: 310px;
      background-size: cover;
      padding: 10px 0;
    }
  
    .sidemenu_box ul {
      position: relative;
      z-index: 1;
    }
  
    .sidemenu_box ul li a {
      text-align: center;
      display: block;
      font-size: 16px;
      margin: 12px auto;
      border-bottom: dotted 3.5px;
      width: 75%;
    }
  
    .sidemenu_box ul li a span {
      font-size: 24px;
    }
  }
  
  /*2021 3/30ä¿®æ­£åˆ† */
  
  #lineup-list-hover {
    display: none !important;
  }
  
  .lineUp:hover #lineup-list-hover {
    display: block !important;
  }
  
  .lineUp:hover .linenp-list-block {
    padding-top: 3rem;
    width: 100%;
  }
  
  .lineUp {
    position: relative;
  }
  
  .lineUp:hover {
    cursor: pointer;
  }
  
  .lineUp:hover .lineup-a {
    opacity: 0.5 !important;
  }
  
  .linenp-list-block {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .lineup-list {
    display: block !important;
  
    background-color: #fff;
    padding: 8px 8px 16px;
    border: 2px solid #000;
  }
  
  .lineup-list > li {
    margin: 0 auto !important;
    border-bottom: 2.5px dotted #000;
    width: 90%;
  }
  
  .line-list__item a {
    display: block;
    text-align: center;
    padding: 12px 0 6px !important;
  }
  
  /*2021 5/14ä¿®æ­£åˆ† */
  #page_top #main-img.main-img_new {
    height: 530px;
    background: url(../img/new/main-img_new.jpg) no-repeat #fce021 bottom center;
    background-size: 1360px auto;
  }
  
  .new_text {
    background-color: #fce021;
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 30px;
    margin: 0 auto;
    padding-top: 10px;
  }
  
  .new_text p {
    max-width: 600px;
    margin: 30px auto 0;
  }
  
  .new_text p:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .new_text .lead02 {
    text-align: left;
  }
  
  #page_top #lineup2 .row dl dd em {
    font-size: 28px;
  }
  
  #page_top #lineup2 .row_new dl {
    align-items: baseline;
  }
  
  #page_top #lineup2 .row_new .price dt {
    margin-right: 8px;
  }
  
  #page_top #lineup2 .row_new .price dt:after {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    .new_text {
      font-size: 0.85rem;
      padding-bottom: 20px;
    }
  
    #page_top #main-img.main-img_new {
      background: #fce021;
      background-size: 1920px auto;
      height: auto;
    }
  
    #l_header .gnav .inner_new {
      font-size: 1.25rem;
      display: block;
      padding: 250px 15px 100px;
      background: url(../img/new/drawr-cover_new.jpg) #bffaf4 no-repeat center 40px;
      background-size: 375px auto;
    }
  
    #page_top #lineup2 .row dl dd em {
      font-size: 24px;
    }
  
    .new_text p {
      max-width: 500px;
      width: 90%;
      margin: 20px auto 0;
    }
  
    #subcription {
      margin-bottom: 61px;
    }
  }
  
  .new_banner {
    margin-top: 1rem;
    display: block;
    max-width: 240px;
  }
  
  .new_banner img {
    width: 100%;
  }
  
  .new_banner.-new {
    pointer-events: none;
  }
  
  /* .sp-main_visual {
    padding-top: 50px;
  } */
  
  #page_top #lineup7 {
    padding-bottom: 100px;
    background: url(../img/lineup2_bg.jpg) no-repeat #fce021 center top;
    background-size: 1920px auto;
    text-align: center;
  }
  #page_top #lineup7 .lead {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #page_top #lineup7 .row {
    display: flex;
    flex-wrap: wrap;
    margin: -25px 0 0 -25px;
  }
  #page_top #lineup7 .row > * {
    width: 33.33333%;
    padding: 25px 0 0 25px;
  }
  #page_top #lineup7 .row .w50 {
    width: 50%;
  }
  #page_top #lineup7 .row .inner {
    background: #fff;
    border: 5px solid #000;
    padding: 10px 0;
    height: 100%;
    box-shadow: 7px 7px 0 0 #000;
  }
  #page_top #lineup7 .row .modal-link {
    cursor: pointer;
  }
  #page_top #lineup7 .row h3 {
    font-size: 1.4375rem;
    color: #c1272d;
    margin-bottom: 10px;
  }
  #page_top #lineup7 .row h3 span {
    font-size: 1.25rem;
    display: block;
  }
  #page_top #lineup7 .row dl {
    font-size: 1.0625rem;
    display: flex;
    justify-content: center;
    width: 310px;
    margin: 0 auto;
  }
  #page_top #lineup7 .row dl + dl {
    border-top: 1px dashed grey;
  }
  #page_top #lineup7 .row dl dt:after {
    content: "";
    display: inline-block;
    position: relative;
    content: "ï¼š";
    margin: 0 7px;
  }
  #page_top #lineup7 .btn {
    margin-top: 45px;
  }
  #page_top #lineup7 .btn a {
    font-size: 1.6875rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  #page_top #lineup7 .btn a:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 8px;
    left: 8px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0068b6;
  }
  #page_top #lineup7 .btn a span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 60px 15px;
    border: 5px solid #000;
  }
  #page_top #lineup7 .btn a em {
    font-size: 2.125rem;
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    #page_top #lineup7 {
      height: auto;
      padding: 0 0 50px;
    }
    #page_top #lineup7 .lead {
      font-size: 0.875rem;
      margin-bottom: 20px;
    }
    #page_top #lineup7 .row {
      display: block;
      margin: -15px 0 0 0;
    }
    #page_top #lineup7 .row > * {
      width: 100%;
      padding: 15px 0 0 0;
    }
    #page_top #lineup7 .row .w50 {
      width: 100%;
    }
    #page_top #lineup7 .row .inner {
      padding: 10px;
    }
    #page_top #lineup7 .row .img img {
      width: 200px;
    }
    #page_top #lineup7 .row h3 {
      font-size: 1.25rem;
    }
    #page_top #lineup7 .row h3 span {
      font-size: 0.875rem;
    }
    #page_top #lineup7 .row dl {
      font-size: 0.875rem;
      width: 100%;
    }
    #page_top #lineup7 .btn {
      margin-top: 20px;
    }
    #page_top #lineup7 .btn a {
      font-size: 0.875rem;
      display: block;
    }
    #page_top #lineup7 .btn a span {
      display: block;
      padding: 10px 0 15px;
    }
    #page_top #lineup7 .btn a em {
      font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 1679px) {
    .sidemenu_box-sp ul li a span {
      font-size: 1rem;
    }
  }
  
  /* 210707 ä¿®æ­£ */
  .tel_banner {
    pointer-events: none;
    display: block;
    margin-top: 1rem;
  }
  
  .tel_banner.-new {
    margin-top: 2rem;
  }
  
  .tel_banner_pc {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .tel_banner {
      pointer-events: auto;
    }
  
    #l_header .gnav .inner ul li {
      font-size: 16px;
      padding: 8px 0;
    }
  
    #l_header .gnav .inner .contact {
      font-size: 20px;
    }
  
    .tel_banner_pc {
      display: block;
    }
  }
  
  /* 202107/26ä¿®æ­£ */
  #page_top #lineup2 .row.row_new {
    display: block;
  }
  
  #page_top #lineup2 .row .inner.inner_new {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  
  #page_top #lineup2 .row .row_new__list {
    width: 100%;
    padding: 0;
  }
  
  .img-new {
    display: inline-block;
    margin-right: 60px;
  }
  
  .lineup__text_wrap {
    width: 100%;
  }
  
  .lineup__text_wrap h3 {
    text-align: left;
  }
  #page_top #lineup2 .row_new dl {
    justify-content: flex-start;
    padding: 10px 0;
    width: 100%;
  }
  
  #page_top #lineup2 .row_new dl dd {
    text-align: left;
  }
  
  .row_new .row_new__list:not(:first-child) {
    margin-top: 50px;
  }
  
  .row_new .row_new__list:first-child {
    margin-top: 60px;
  }
  
  #page_top #lineup2,
  #page_top #lineup3 {
    /* background: url(../img/lineup2_bg.png) repeat-y #fce021 center top; */
    background-image: none;
    background-color: #fce021;
  }
  
  .bg-image {
    background: url(../img/lineup2_bg.png) repeat-y #fce021 center top;
  }
  
  .linup-new__bg {
    background: url(../img/lineup2_bg.jpg) repeat-y #fce021 center top;
    background-size: 1920px auto;
  }
  
  #page_top #lineup2.lineup-new {
    background-color: #fce021;
    padding-bottom: 0;
  }
  
  .new_text p em {
    font-weight: bold;
  }
  
  #page_top #lineup2 .row h3.lineup_title__new {
    font-size: 2rem;
  }
  
  #page_top #lineup2 .row h3.lineup_title__new em {
    margin-right: 5px;
  }
  
  #page_top #lineup2 .row h3.lineup_title__new span {
    font-size: 1.5rem;
    display: inline-block;
  }
  
  #l_header .site .logo {
    width: 180px;
  }
  
  @media screen and (max-width: 767px) {
    #page_top #lineup2 .row .inner.inner_new {
      display: block;
      padding: 15px;
    }
  
    .img-new {
      margin-right: 0;
    }
  
    .lineup__text_wrap h3 {
      margin-bottom: 0;
    }
  
    #page_top #lineup2 .row .lineup__text_wrap dl:nth-of-type(1) {
      display: flex;
    }
  
    #page_top #lineup2 .row_new dl {
      display: block;
      padding: 6px 0;
      width: 100%;
      text-align: left;
    }
  
    .row_new .row_new__list:not(:first-child) {
      margin-top: 30px;
    }
  
    #page_top #lineup2 .row h3.lineup_title__new {
      font-size: 1.4rem;
      margin-bottom: 0;
    }
  
    #page_top #lineup2 .row h3.lineup_title__new em {
      margin: 0;
    }
  
    #page_top #lineup2 .row h3.lineup_title__new span {
      font-size: 1.25rem;
    }
  
    #page_top #lineup2 .row_new .price dt {
      margin-right: 4px;
    }
  }
  
  .new-price_dt,
  .new-price_dd {
    display: inline-block;
  }
  
  /*2021 8/27ä¿®æ­£åˆ† */
  
  .campaign-banner_new {
    display: inline-block;
    text-align: center;
    max-width: 1115px;
  }
  
  .campaign-banner_new img {
    width: 100%;
  }
  
  .campaign-banner {
    max-width: 240px;
  }
  
  .campaign-banner img {
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .campaign-banner_new {
      width: 92%;
    }
  
    .campaign-banner {
      width: 94.5%;
      max-width: 100%;
      margin: 0 auto 10px;
    }
  }
  
  /* 2021 9/21ä¿®æ­£åˆ† */
  
  .m_form_radio-group {
    display: flex;
  }
  
  .m_form_radio-group > span {
    display: block;
    padding: 14px 25px 14px 0;
    line-height: 1.4;
  }
  
  .m_form_radio-group > span label {
    display: inline-block;
    cursor: pointer;
  }
  
  .m_form_radio-group > span label span {
    position: relative;
    padding-left: 25px;
  }
  
  .m_form_radio-group > span label span:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 2px;
    left: 0;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 1px solid #a7a7a8;
  }
  
  .m_form_radio-group > span label input {
    display: none;
  }
  
  .m_form_radio-group > span label input:checked + span:before {
    background: url(../img/i_circle.svg) no-repeat;
    background-size: 11px;
    background-position: 2px 2px;
  }
  
  @media screen and (max-width: 767px) {
    .m_form_radio-group {
      display: block;
    }
  
    .m_form_radio-group > span label span {
      padding-left: 16px;
    }
  
    .m_form_radio-group > span label span:before {
      top: 0;
      width: 13px;
      height: 13px;
    }
  
    .m_form_radio-group > span {
      padding: 0;
    }
  
    .m_form_radio-group > span label input:checked + span:before {
      background-size: 7px;
    }
  }
  
  /* 2021 9/24ä¿®æ­£åˆ† */
  .modal-display {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 66px;
  }
  
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  
  .modal__bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  
  .modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%, -50%);
  }
  
  #page_top #price {
    position: relative;
    background: url(../img/price_2.png) no-repeat center top;
    background-color: #bffaf4;
  }
  
  #page_top #flow {
    background-color: #bffaf4;
  }
  
  .btn.modal-display a {
    font-size: 1.6875rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  
  .btn.modal-display a::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 8px;
    left: 8px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0068b6;
  }
  
  .btn.modal-display a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px 60px 20px;
    border: 5px solid #000;
  }
  
  .js-modal-close {
    color: #fff;
    font-size: 2rem;
  }
  
  .m_box_fixed-secondary {
    width: 1090px;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 767px) {
    .modal-display {
      width: 87%;
      bottom: 11%;
      left: 48%;
    }
  
    .btn.modal-display a {
      font-size: 1.125rem;
      display: block;
      text-align: center;
    }
  
    .btn.modal-display a span {
      display: block;
      padding: 15px 0 10px;
      font-size: 1rem;
    }
  
    .m_box_fixed-secondary {
      /* width: 100%;
      padding: 0 15px;
      background-color: #bffaf4; */
    }
  
    .modal-image {
      width: 100%;
      min-width: 340px;
    }
  
    #page_top #price .pc-hide {
      background-color: #bffaf4;
    }
  }
  
  #l_header {
    min-width: none;
    display: block;
    min-width: auto;
    z-index: 3;
  }
  
  .l_header__inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* max-width: 1920px; */
    padding: 0 20px;
    margin: 15px auto;
  }
  
  .contact-wrapper {
    display: flex;
    align-items: center;
  }
  .gnav .inner > ul {
    width: 100%;
    /* max-width: 1920px; */
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .gnav .inner > ul > li {
    border-left: 1px solid #000;
    text-align: center;
    width: 16.6%;
  }
  
  .gnav .inner > ul > li:last-child {
    border-right: 1px solid #000;
  }
  
  .gnav .inner > ul > li > a {
    padding: 5px;
    display: block;
    text-align: center;
  }
  
  .contact-button {
    font-size: 1.1875rem;
    margin-left: 25px;
  }
  
  .contact-button a {
    position: relative;
    display: inline-block;
  }
  
  .contact-button a span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px 25px 8px;
    border: 5px solid #000;
  }
  
  .contact-button a:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 8px;
    left: 8px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  
  .free-dial {
    display: flex;
  }
  
  .free-dial img {
    width: 50px;
  }
  
  .free-dial p {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 0.8;
    margin-left: 5px;
  }
  
  .free-dial p span {
    font-size: 12px;
  }
  
  #l_header .gnav {
    padding: 0;
  }
  
  #l_header .gnav .inner {
    justify-content: space-between;
  }
  
  #l_header .gnav .inner ul li + li {
    margin: 0;
  }
  
  #l_header .site {
    padding: 0;
  }
  
  .line-list__item {
    margin: 0 auto !important;
    border-bottom: 2.5px dotted #000;
    width: 90%;
  }
  
  @media screen and (max-width: 1024px) {
    .free-dial p {
      font-size: 1rem;
    }
  
    .contact-button {
      font-size: 0.875rem;
      margin-left: 15px;
    }
  
    .contact-button a span {
      padding: 5px 15px 8px;
    }
  
    #l_header .site .logo {
      width: 140px;
    }
  
    #l_header .site .noriho img {
      width: 80px;
    }
  
    #l_header .site .noriho {
      font-size: 12px;
    }
  
    .free-dial img {
      width: 40px;
    }
  
    .lineup-list {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .contact-wrapper {
      display: none;
    }
  
    #l_header .site .logo {
      width: 200px;
    }
  
    .l_header__inner-top {
      padding: 0;
      margin: 0;
    }
  
    #l_header .gnav .inner ul li + li {
      margin: 0 auto;
    }
  
    .gnav .inner > ul > li {
      width: 40%;
      margin: 0 auto;
      text-align: center;
      border-left: none;
    }
  
    .gnav .inner > ul > li:last-child {
      border-right: none;
    }
  
    .gnav .inner > ul {
      padding: 0;
    }
  
    #l_header .gnav .inner ul li {
      padding: 0;
    }
  }
  
  .body-acitive {
    overflow: hidden;
  }
  
  #nav {
    /* height: 32px; */
    position: fixed;
    /* top: 80px; */
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    z-index: 1;
  }
  
  .head-animation {
    opacity: 0;
    visibility: hidden;
  }
  
  /* 211026ä¿®æ­£åˆ† */
  
  #page_top #store .row:not(:first-of-type) {
    margin-top: 40px;
  }
  
  #page_top #store .row > .img-box {
    width: 44%;
  }
  
  #page_top #store .row > .txt-box {
    width: 56%;
    padding: 0 0 0 35px;
  }
  
  #page_top #store .row .txt-box p {
    font-size: 1.125rem;
  }
  
  #page_top #store .cvn .tel a {
    font-size: 1.75rem;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #d62129;
    color: #fff;
    padding: 15px;
    position: relative;
  }
  
  #page_top #store .cvn .mail a,
  #page_top #store .cvn .line a {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
  }
  
  #page_top #store .cvn .tel a span {
    display: block;
    text-align: center;
    padding-left: 50px;
    position: relative;
  }
  
  #page_top #store .cvn .mail a span,
  #page_top #store .cvn .line a span {
    font-size: 1.125rem;
    display: block;
    text-align: center;
    padding-left: 50px;
    position: relative;
  }
  
  #page_top #store .cvn .tel a span::before {
    content: "";
    display: inline-block;
    left: 0;
    width: 38px;
    height: 28px;
    background: url(../img/store_tell.svg) no-repeat center;
    background-size: contain;
  }
  
  #page_top #store .cvn .mail a span::before {
    content: "";
    display: inline-block;
    left: 0;
    width: 38px;
    height: 28px;
    background: url(../img/store_mail02.svg) no-repeat center;
    background-size: contain;
  }
  
  #page_top #store .cvn .line a span::before {
    content: "";
    display: inline-block;
    left: 0;
    width: 38px;
    height: 38px;
    background: url(../img/store_line02.svg) no-repeat center;
    background-size: contain;
  }
  
  #page_top #store .cvn .tel a span:before,
  #page_top #store .cvn .mail a span:before,
  #page_top #store .cvn .line a span:before {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  
  #page_top #store .cvn .mail a:before,
  #page_top #store .cvn .line a:before {
    background: none;
    height: 0;
  }
  
  #page_top #store .row .txt-box h3 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
  
  .store-map {
    padding-left: 25px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
  }
  
  .store-map::before,
  .store-map::after {
    position: absolute;
    content: "";
    display: inline-block;
  }
  
  .store-map::before {
    background: url(../img/map-icon.svg) no-repeat center;
    width: 14px;
    height: 18px;
    background-size: contain;
    top: 5px;
    left: 0;
  }
  
  .store-map::after {
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
  }
  
  #page_top #store .cvn .tel a:before,
  #page_top #store .cvn .mail a:before,
  #page_top #store .cvn .line a:before {
    display: none;
    height: 0;
    width: 0;
  }
  
  #page_top #lineup .row dl {
    justify-content: start;
  }
  
  #page_top #lineup .row dl dt {
    width: 40%;
  }
  
  #page_top #lineup .row dl dd {
    width: 60%;
  }
  
  #page_top #store .cvn > .cvn-inner-new {
    width: 50%;
  }
  
  /* ã‚¿ãƒ–ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
  
  .lineup-image {
    position: relative;
    z-index: 2;
  }
  
  .tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
  }
  
  .tab-menu__item {
    box-sizing: border-box;
    padding: 0 5px;
    width: calc(25% - 10px);
  }
  
  .tab-trigger {
    /* label */
    cursor: pointer;
    display: block;
    z-index: 1;
    position: relative;
  }
  
  .tab-trigger img {
    width: 100%;
  }
  
  /* .tab-trigger.is-active::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 0;
    height: 15px;
    background-color: rgba(167, 252, 249, 0.8);
  } */
  
  .tab-trigger.is-active .line-up__inner.-tab {
    background-color: #fce021;
    transform: scale(1);
  }
  
  .tab-trigger.is-active {
    width: 100%;
  }
  
  .tab-trigger::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
  }
  
  /* ã‚¿ãƒ–ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
  
  .tab-content__item {
    box-sizing: border-box;
  
    display: none;
    text-align: left;
  }
  
  .tab-content__item.is-active {
    display: flex;
    flex-wrap: wrap;
  }
  
  .tab-content__item.is-active > .row {
    animation: fade 0.5s ease;
  }
  
  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  #page_top #lineup .row {
    margin: -25px 0 0 -25px;
  }
  
  #page_top #lineup .row > .tab-content__item {
    width: 100%;
    padding: 0;
  }
  
  #page_top #lineup .row > .tab-content__item li {
    width: 33.3%;
    padding: 25px 0 0 25px;
  }
  
  #page_top #lineup .row h3 {
    text-align: center;
  }
  
  .reserve_contact-button {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #0068b6;
    padding: 15px;
    width: 100%;
    max-width: 310px;
    margin: auto auto 0;
  }
  
  .m_txt_h2.-lineup,
  #page_top #lineup .lead.-lineup {
    position: relative;
  }
  
  #page_top #lineup .lead {
    margin: 100px 0 40px;
    width: 100%;
    text-align: center;
  }
  
  .lineup-wrapper {
    position: relative;
  }
  
  .lineup-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 5px solid #000;
    box-shadow: 7px 7px 0 0 #000;
    max-width: 1090px;
    display: inline-block;
    top: 50px;
    left: 0;
    padding: 110px;
  }
  
  .inner dl:nth-last-of-type(1) {
    padding-bottom: 10px;
  }
  
  @media screen and (max-width: 767px) {
    #page_top #store .cvn > * {
      width: 100%;
    }
  
    .tab-content__item.is-active {
      display: block;
    }
  
    #page_top #lineup .row {
      margin: 0;
    }
    #page_top #lineup .row > .tab-content__item li {
      width: 100%;
    }
  
    #page_top #store .row > .img-box {
      width: 100%;
    }
  
    #page_top #store .row > .txt-box {
      width: 100%;
      padding: 0;
    }
  
    #page_top #store .row .txt-box p {
      font-size: 1rem;
    }
  
    #page_top #store .row .txt-box h3 {
      font-size: 1.5rem;
      margin: 20px 0;
    }
  
    .store-map {
      margin-top: 10px;
    }
  
    .store-map::before {
      top: 0px;
    }
  
    #page_top #store .cvn .tel a span::before {
      width: 38px;
      height: 28px;
    }
  
    #page_top #store .cvn .mail a span::before {
      width: 28px;
      height: 28px;
    }
  
    #page_top #store .cvn .line a span::before {
      width: 28px;
      height: 28px;
    }
  
    #page_top #store .cvn .mail a span,
    #page_top #store .cvn .line a span {
      font-size: 1.1rem;
      padding-left: 40px;
    }
  
    #page_top #store .cvn {
      margin-top: 30px;
    }
  
    .reserve_contact-button {
      max-width: 100%;
      padding: 10px;
      font-size: 1rem;
    }
  
    #page_top #lineup .row dl dt {
      width: 33%;
    }
  
    #page_top #lineup .row .inner {
      padding: 10px;
    }
  
    .m_txt_h2.-lineup {
      width: 90%;
      margin: 0 auto 17px;
    }
  
    .lineup-image {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
    }
    .tab-menu {
      margin: 0;
      display: block;
      padding: 0 1rem;
    }
  
    .tab-menu .tab-menu__item:not(:first-child) {
      margin-top: 1rem;
    }
  
    .tab-menu__item {
      width: 100%;
    }
  
    .tab-trigger img {
      width: 100%;
    }
  
    .lineup-wrapper::before {
      padding: 165px;
      top: 37px;
    }
  
    .tab-trigger.is-active::after {
      top: 30px;
      height: 5px;
      width: 30%;
    }
  
    #page_top #lineup .lead {
      margin: 60px 0 10px;
    }
  }
  
  /* 2022.1/17ä¿®æ­£ */
  
  .confirm-box {
    padding: 50px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 60px;
    border-radius: 8px;
  }
  
  .confirm-box h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  
  @media screen and (max-width: 767px) {
    #page_contact #contact .lead {
      font-size: 0.75rem;
    }
  
    .confirm-box {
      padding: 20px;
      background-color: #fff;
      font-size: 12px;
      margin-bottom: 30px;
    }
  
    .confirm-box h3 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 12px;
    }
  }
  
  /* 22 2/28æ—¥ä¿®æ­£ */
  
  #banner {
    background-color: #fce021;
    padding: 30px 0;
  }
  
  .banner-wrap .lead {
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .banner-list {
    display: flex;
    justify-content: space-between;
  }
  
  .banner-list li {
    width: calc(100% - 10px);
    box-shadow: 7px 7px 0 0 #000;
  }
  
  .banner-list li a {
    display: block;
    width: 100%;
  }
  
  .banner-list li a img {
    width: 100%;
  }
  
  #page_top #main-img {
    height: 1000px;
  }
  
  .line-up__inner,
  .line-up__inner.-tab {
    background: #fff;
    border: 5px solid #000;
    padding: 10px 0;
    box-shadow: 7px 7px 0 0 #000;
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
  }
  
  .line-up__inner.-tab {
    background-color: rgba(0, 0, 0, 0.418);
    transform: scale(0.85);
  }
  
  .line-up__inner em {
    font-size: 2.25rem;
  }
  
  .lineup-check {
    background-color: #fce021;
    padding: 2rem 0 5rem;
  }
  
  @media screen and (max-width: 767px) {
    .banner-list {
      display: block;
      justify-content: space-between;
    }
  
    .banner-list li {
      width: 100%;
      box-shadow: none;
    }
  
    .banner-list li:not(:first-child) {
      margin-top: 15px;
    }
  
    .banner-wrap .lead {
      font-size: 1.35rem;
      margin-bottom: 8px;
    }
  
    #page_top #main-img {
      height: auto;
    }
  
    #banner {
      padding: 0;
    }
  
    .line-up__inner,
    .line-up__inner.-tab {
      padding: 5px 0;
      font-size: 1rem;
    }
  
    .line-up__inner em {
      font-size: 1.25rem;
    }
  }
  
  .line-up-list {
    width: 100%;
  }
  