@import url("style.css");
:root {
  --tooloff-m: #ff9700;
  --tooloff-m-l: #FFC847;
  --tooloff-m-d: #C66800;
  --tooloff-s: #ff3300;
  --tooloff-s-l: #FF6E38;
  --tooloff-s-d: #C30000;
  --t-main: #323232;
  --t-light: #6e6e6e;
  --t-back: #CCC;
  --t-disable: #F2F2F2;
}

#body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--t-main);
}

#sp_header .drawer-hamburger {
  left: 0 !important;
}

#sp_header .drawer-hamburger i {
  font-size: 24px;
  color: var(--t-light);
}

#sp_header .drawer-hamburger .fa_xmark {
  font-size: 32px;
  color: #fff;
}

#sp_header .drawer-open .drawer-hamburger {
  background-color: transparent;
}

#sp_header .hd_logo_full .hd_logo {
  position: absolute;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 2.5rem;
  left: 50%;
  width: 188px;
}

#sp_header .hd_logo_shrink .hd_logo {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 50px;
  width: 188px;
  background-color: #fff;
}

#sp_header .header_bottom {
  background-color: #fff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sp_header .header_bottom p {
  font-size: 1.2rem;
  font-weight: 700;
}

#sp_header .header_bottom_item {
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  padding: 0 15px;
}

#sp_header .header_bottom_item i {
  color: #fff;
  font-size: 2rem;
  vertical-align: middle;
  padding-right: 10px;
}

#sp_header .header_bottom_item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}

#sp_header .header_bottom_item.tel {
  background-color: var(--tooloff-s);
}

#sp_header .header_bottom_item.line {
  background-color: #00B900;
}

#pc_header .hd_logo {
  width: 20%;
}

#pc_header .hd_tel i {
  font-size: 3.2rem;
  color: var(--tooloff-s);
  margin-right: 1rem;
}

#pc_header .hd_tel .tel_nav_text {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--tooloff-s);
}

#top {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--t-main);
  margin: 0 auto;
  padding: 0;
}

#top .main_col {
  width: auto;
  padding: 0;
}

#top #gli_hd_caption h2 {
  padding-top: 2.5rem;
}

#top #gli_hd_caption p {
  padding-top: 1.5rem;
  font-weight: 400;
}

#top .btn {
  display: block;
  width: 25rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  text-align: center;
  border-radius: 12px;
}

#top .h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}

#top .n_bold {
  font-size: 1.6rem;
  font-weight: 700;
}

#top .wrap {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #top .main_col {
    margin-top: 0;
  }
  #top .wrap {
    padding: 7.5rem 16.5%;
  }
  #top .btn {
    width: 44rem;
    padding: 2.4rem 0;
  }
  #top .h2 {
    font-size: 3.8rem;
  }
  #top .n_bold {
    font-size: 2rem;
  }
  #top p {
    font-size: 2rem;
  }
}

#main_visual_gli {
  margin-top: 0;
  width: 100%;
  height: 555px;
  background-color: #ccc;
  position: relative;
  background-image: url(../img/gli/mv_sp_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#main_visual_gli .mv_main_catch {
  margin: 0;
}

#main_visual_gli .catch_text {
  width: 100%;
  height: 555px;
  font-size: 24px;
  white-space: nowrap;
  letter-spacing: 0.25rem;
  font-weight: 700;
}

#main_visual_gli .catch_text .front {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 20%;
  left: 50%;
  z-index: 1;
}

#main_visual_gli .catch_text .back {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: calc(20% + 2px);
  left: calc(50% + 2px);
  z-index: 0;
}

#main_visual_gli .catch_text .small {
  font-size: 16px;
}

#main_visual_gli .btn {
  display: block;
  margin: -26px auto 0;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  border-radius: 26px;
  background-color: var(--tooloff-s);
  -webkit-box-shadow: 0px 0px 25px -4px #ff6e38;
          box-shadow: 0px 0px 25px -4px #ff6e38;
  border-color: transparent !important;
  cursor: pointer;
}

#main_visual_gli .btn span {
  color: var(--tooloff-s);
  background-color: #fff;
  padding: 6px;
  border-radius: 100%;
  font-size: 24px;
}

@media (min-width: 768px) {
  #main_visual_gli {
    height: 990px;
    padding: 0 16.5%;
    position: relative;
    background-image: url(../img/gli/mv_pc_4.jpg);
  }
  #main_visual_gli .mv_main_catch {
    margin: 0;
  }
  #main_visual_gli .catch_text {
    height: 990px;
    font-size: 7.6rem;
    letter-spacing: 0.25rem;
  }
  #main_visual_gli .catch_text p {
    text-align: start;
  }
  #main_visual_gli .catch_text .front {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: 0;
  }
  #main_visual_gli .catch_text .back {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
    top: calc(50% + 4px);
    left: 4px;
  }
  #main_visual_gli .catch_text .small {
    font-size: 4rem;
  }
  #main_visual_gli .btn {
    position: absolute;
    top: 75%;
    left: 16.5%;
    margin: 0;
    font-size: 2.4rem;
    width: 460px;
    height: 70px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 25px -4px #ff6e38;
            box-shadow: 0px 0px 25px -4px #ff6e38;
    text-align: start;
    cursor: pointer;
  }
  #main_visual_gli .btn span {
    padding: 8px;
    border-radius: 100%;
    font-size: 36px;
    margin-right: 2rem;
  }
  #main_visual_gli .btn:hover {
    opacity: 0.75;
  }
}

.remodal {
  height: 500px;
  border-radius: 15px;
}

.remodal_title {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--t-back);
}

.remodal_lists {
  overflow-y: scroll;
  height: 400px;
}

.remodal_lists li {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--t-back);
}

.remodal_lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
}

.remodal_lists li a i {
  font-size: 2.4rem;
  color: var(--tooloff-s-d);
}

.remodal .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5rem;
}

.remodal .contact p {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem 0;
}

.remodal .contact_btn {
  width: calc(50% - 10px);
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  margin: 0 5px;
  padding: 0 15px;
}

.remodal .contact_btn i {
  color: #fff;
  font-size: 2rem;
  vertical-align: middle;
  padding-right: 7.5px;
}

.remodal .contact_btn a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}

.remodal .contact_btn.tel {
  background-color: var(--tooloff-s);
}

.remodal .contact_btn.line {
  background-color: #00B900;
}

.remodal .remodal-close {
  top: -5rem;
  right: 0 !important;
  left: auto;
}

.remodal .remodal-close:before {
  font-size: 50px;
  color: #fff;
}

@media (min-width: 768px) {
  .remodal_lists li:hover {
    background-color: var(--t-disable);
  }
  .remodal .contact_btn:hover {
    opacity: 0.75;
  }
}

#top #banner {
  padding: 10rem 0 5rem;
  background-color: var(--t-disable);
}

#top #banner .slide-items {
  width: 100%;
  height: 100%;
}

#top #banner .slide-items li.slick-slide {
  margin: 0 5px;
  border-radius: 10px;
}

#top #banner .slide-items img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top #banner .slick-dots li {
  margin: 0 2.5px;
}

#top #banner .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: var(--t-light);
}

#top #banner .slick-dots li.slick-active button:before {
  font-size: 18px;
  opacity: 1;
  color: var(--tooloff-s-d);
}

#top #banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #top #banner {
    padding: 5rem 0;
  }
  #top #banner .slide-items {
    margin: 0 auto;
  }
}

#top .contact_block {
  margin-top: 0 !important;
  margin-bottom: 0;
  background-color: var(--tooloff-m-l);
  color: #fff;
}

#top .contact_block .kaitori_link {
  padding-bottom: 2.4rem;
}

#top .contact_block .kaitori_link_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.4rem 0;
  padding: 20px;
  border-radius: 10px;
}

#top .contact_block .kaitori_link_item a .fa-shop,
#top .contact_block .kaitori_link_item a .fa-truck,
#top .contact_block .kaitori_link_item a .fa-box {
  font-size: 4rem;
  color: var(--tooloff-m);
}

#top .contact_block .kaitori_link_item a .fa-circle-arrow-right {
  font-size: 2.5rem;
  color: var(--tooloff-s-d);
}

@media (min-width: 768px) {
  #top .contact_block .kaitori_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #top .contact_block .kaitori_link_item a {
    padding: 40px 20px;
  }
  #top .contact_block .kaitori_link_item a p {
    padding: 0 10px;
  }
  #top .contact_block .kaitori_link_item a .h2 {
    font-size: 2.4rem;
  }
  #top .contact_block .kaitori_link_item a:hover {
    opacity: 0.75;
  }
}

#top .shoplist {
  background-image: url(../img/gli/kawagoe_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#top .shoplist .wrap {
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 3rem;
}

#top .shoplist .wrap .btn {
  position: relative;
  margin: 2.8rem auto;
  color: #fff;
  border: 2px solid #fff;
}

#top .shoplist .wrap .btn i {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

@media (min-width: 768px) {
  #top .shoplist {
    background-position: center;
  }
  #top .shoplist .wrap .btn {
    margin: 4rem auto;
  }
  #top .shoplist .wrap .btn:hover {
    color: var(--t-main);
    background-color: #fff;
  }
}

#top #reason {
  background-color: #fff;
}

#top #reason #gli_hd_caption h2 {
  line-height: 1.75;
}

#top #reason #gli_hd_caption p {
  color: var(--tooloff-m);
}

#top #reason .reason {
  margin: 2.5rem auto 0;
}

#top #reason .reason_outer {
  padding-bottom: 7.5rem;
}

#top #reason .reason_t_box {
  text-align: center;
}

#top #reason .reason_num {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 3.6rem;
  color: var(--tooloff-m-d);
  border-bottom: 1px solid var(--tooloff-m-d);
  display: inline-block;
}

#top #reason .reason_title {
  font-size: 2rem;
  font-weight: 700;
  padding: 2.5rem 0;
}

#top #reason .reason_text {
  padding: 0;
  line-height: 2;
  font-size: 1.6rem;
}

#top #reason .reason_i_box {
  padding-top: 2.5rem;
}

#top #reason .reason_i_box img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #top #reason .reason_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top #reason .reason_outer div {
    width: 50%;
  }
  #top #reason .reason_outer:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  #top #reason .reason_t_box {
    text-align: start;
  }
  #top #reason .reason_num {
    font-weight: bolder;
    font-size: 5.2rem;
  }
  #top #reason .reason_title {
    font-size: 3.2rem;
    padding: 2.5rem 0;
  }
  #top #reason .reason_text {
    font-size: 1.8rem;
  }
}

#top #item_list,
#top #maker_list {
  margin-top: 0;
  padding-bottom: 2.5rem;
  background-color: var(--t-disable);
}

#top #item_list .kaitori_item_list,
#top #maker_list .kaitori_item_list {
  padding-top: 2.5rem;
}

#top #item_list .kaitori_item_list .kaitori_item,
#top #maker_list .kaitori_item_list .kaitori_item {
  border-radius: 10px;
}

#top #item_list .kaitori_item_list .kaitori_item.hidden,
#top #maker_list .kaitori_item_list .kaitori_item.hidden {
  display: none;
}

#top #item_list .kaitori_item_list .item_name,
#top #maker_list .kaitori_item_list .item_name {
  border-top: 1px solid var(--t-back);
  padding: 10px 0;
}

#top #item_list .btn,
#top #maker_list .btn {
  position: relative;
  margin: 2.8rem auto;
  color: var(--tooloff-s);
  border: 2px solid var(--tooloff-s);
  background-color: #fff;
}

#top #item_list .btn i,
#top #maker_list .btn i {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

#top #item_list .list-btn-close,
#top #item_list .btn.after:not(.list-btn-more),
#top #maker_list .list-btn-close,
#top #maker_list .btn.after:not(.list-btn-more) {
  color: #FFF;
  border: 2px solid var(--tooloff-s);
  background-color: var(--tooloff-s);
}

@media (min-width: 768px) {
  #top #item_list .kaitori_item_list,
  #top #maker_list .kaitori_item_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top #item_list .kaitori_item_list .kaitori_item,
  #top #maker_list .kaitori_item_list .kaitori_item {
    width: calc(100% / 5 - 1rem);
    max-width: 220px;
    height: auto;
    margin: 1rem 0 !important;
  }
  #top #item_list .kaitori_item_list .kaitori_item.hidden,
  #top #maker_list .kaitori_item_list .kaitori_item.hidden {
    display: none;
  }
  #top #item_list .kaitori_item_list .item_name,
  #top #maker_list .kaitori_item_list .item_name {
    border-top: 1px solid var(--t-back);
    padding: 10px 0;
  }
  #top #item_list .btn:hover,
  #top #maker_list .btn:hover {
    color: #fff;
    border: 2px solid var(--tooloff-s);
    background-color: var(--tooloff-s);
  }
}

#top #maker_list .btn {
  margin: 2.8rem auto;
  color: var(--tooloff-s);
  border: 2px solid var(--tooloff-s);
  background-color: #fff;
}

#top #voice {
  margin-top: 0;
  background-color: var(--tooloff-m-l) !important;
  color: #fff;
}

#top #voice .wrap {
  padding: 0;
}

#top #voice .voice-items {
  width: 100%;
  padding: 2.5rem 0;
}

#top #voice li {
  background-color: #fff;
  margin: 0 5px;
  border-radius: 10px;
}

#top #voice li h3 {
  color: var(--tooloff-m);
  font-size: 1.5rem;
  padding: 1.5rem 0.5rem 0;
  text-align: center;
}

#top #voice li .customer_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  max-width: 85%;
  margin: 0 auto;
}

#top #voice li .customer_status i {
  color: var(--tooloff-s-l);
  font-size: 6rem;
  padding-right: 2rem;
}

#top #voice li .customer_status p {
  color: var(--t-main);
  font-size: 1.2rem;
  line-height: 2;
  padding: 0;
}

#top #voice li p {
  color: var(--t-main);
  font-size: 1.2rem;
  padding: 0 2rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  #top #voice li h3 {
    font-size: 1.8rem;
  }
  #top #voice li .customer_status p {
    font-size: 1.6rem;
  }
  #top #voice li p {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 2.5rem 2rem;
  }
}

#top #headline .purchase_wrap {
  padding-top: 2.5rem;
  margin-bottom: 0;
}

#top #headline .purchase_wrap .purchase_item {
  border: none;
  border-bottom: 1px solid var(--t-back);
  margin: 0;
  padding: 20px 0;
}

#top #headline .purchase_wrap p {
  font-size: 1.2rem;
}

#top #headline .btn {
  position: relative;
  margin: 2.8rem auto;
  color: var(--tooloff-s);
  border: 2px solid var(--tooloff-s);
  background-color: #fff;
}

#top #headline .btn i {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

@media (min-width: 768px) {
  #top #headline .purchase_wrap .purchase_title {
    font-size: 1.8rem;
  }
  #top #headline .purchase_wrap p {
    font-size: 1.6rem;
  }
  #top #headline .btn:hover {
    color: #fff;
    border: 2px solid var(--tooloff-s);
    background-color: var(--tooloff-s);
  }
}

#top #recommend_columnsite h2 {
  padding-bottom: 2.5rem;
}

#top #recommend_columnsite .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid var(--t-back);
}

#top #recommend_columnsite .subject:nth-of-type(odd) {
  background-color: #fff;
}

#top #recommend_columnsite .img {
  max-width: 35%;
}

#top #recommend_columnsite img {
  width: 100px;
  height: 100px;
  margin: 0;
}

#top #recommend_columnsite .subject_text {
  max-width: 75%;
}

#top #recommend_columnsite .subject_detail {
  width: auto;
}

#top #recommend_columnsite .the_content {
  margin: 0;
  padding: 0 1rem;
}

#top #recommend_columnsite h3 {
  font-size: 1.2rem;
}

#top #recommend_columnsite .date {
  font-size: 1.2rem;
}

#top #recommend_columnsite p {
  font-size: 1.2rem;
}

#top #recommend_columnsite .btn {
  position: relative;
  margin: 2.8rem auto;
  color: var(--tooloff-s);
  border: 2px solid var(--tooloff-s);
  background-color: #fff;
}

#top #recommend_columnsite .btn i {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

@media (min-width: 768px) {
  #top #recommend_columnsite img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #top #recommend_columnsite h3 {
    font-size: 1.8rem;
  }
  #top #recommend_columnsite .date {
    font-size: 1.6rem;
  }
  #top #recommend_columnsite p {
    font-size: 1.6rem;
  }
  #top #recommend_columnsite .btn:hover {
    color: #fff;
    border: 2px solid var(--tooloff-s);
    background-color: var(--tooloff-s);
  }
}

#top #new_faq {
  margin-top: 0;
  background-color: var(--tooloff-m-l);
}

#top #new_faq #gli_hd_caption h2 {
  color: #fff;
}

#top #new_faq .faqlist {
  padding: 2.5rem 0;
}

#top #new_faq .faqlist .question,
#top #new_faq .faqlist .answer {
  border: none;
}

#top #new_faq .faqlist .answer {
  margin-top: 2px;
}

@media (min-width: 768px) {
  #top #new_faq .faqlist {
    padding: 2.5rem;
  }
  #top #new_faq .faqlist span.q_text {
    font-size: 1.8rem;
  }
  #top #new_faq .faqlist p {
    font-size: 1.6rem;
  }
}

#top #contact #gli_hd_caption {
  margin-top: 0 !important;
}

#top #contact .contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
}

#top #contact .contacts a:first-child {
  border-bottom: 1px solid var(--t-back);
}

#top #contact .contacts i {
  font-size: 4.3rem;
}

#top #contact .contacts i.fa-circle-arrow-right {
  font-size: 2.5rem;
}

#top #contact .contacts p {
  height: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2rem;
  width: 200px;
}

#top #contact .contacts span.small {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  #top #contact .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top #contact .contacts a {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 50%;
  }
  #top #contact .contacts a:first-child {
    border-right: 1px solid var(--t-back);
    border-bottom: none;
  }
  #top #contact .contacts a:hover {
    opacity: 0.75;
  }
  #top #contact .contacts i {
    font-size: 6rem;
  }
  #top #contact .contacts p {
    height: 5rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3rem;
    width: auto;
  }
  #top #contact .contacts span.small {
    font-size: 2rem;
    font-weight: 400;
  }
}

#footer {
  display: block;
  background-color: var(--t-main);
  margin-bottom: 60px;
  color: #fff;
}

#footer .ft_logo {
  margin: 0 auto !important;
  background-color: transparent;
}

#footer .ft_logo img {
  width: auto;
  padding: 2.5rem 8rem;
  text-align: center;
}

#footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
  padding-bottom: 2.5rem;
  border-top: 2px solid var(--t-back);
}

#footer .footer_menu ul {
  display: block;
  width: 50%;
}

#footer .footer_menu ul p {
  font-size: 1.6rem;
  padding: 2rem 0;
}

#footer .footer_menu ul li a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5;
}

#footer .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
  padding-bottom: 2.5rem;
}

#footer .company ul {
  display: block;
  width: 50%;
}

#footer .company ul p {
  font-size: 1.6rem;
  padding: 2rem 0;
}

#footer .company ul li a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5;
}

#footer .company .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .company .sns i {
  font-size: 2.5rem;
  padding-left: 2.5rem;
}

@media (min-width: 768px) {
  #footer {
    margin-bottom: 0;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer .footer_menu {
    padding: 2.5rem 16.5%;
  }
  #footer .footer_menu ul p {
    font-size: 1.6rem;
  }
  #footer .footer_menu ul li a {
    font-size: 1.4rem;
  }
  #footer .company {
    padding: 2.5rem 16.5%;
  }
  #footer .company ul p {
    font-size: 1.6rem;
  }
  #footer .company ul li a {
    font-size: 1.4rem;
  }
}

.gli-7 .shoplist {
  background-image: url(../img/gli/kawagoe_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.gli-7 .shoplist .wrap {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 20px 3rem;
}

.gli-7 .shoplist .wrap #gli_hd_caption h2 {
  padding-top: 2.5rem;
  font-size: 2.4rem;
}

.gli-7 .shoplist .wrap #gli_hd_caption p {
  padding-top: 1.5rem;
  font-weight: 400;
}

.gli-7 .shoplist .wrap .btn {
  display: block;
  position: relative;
  margin: 2.8rem auto;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 12px;
  width: 25rem;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.gli-7 .shoplist .wrap .btn i {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

@media (min-width: 768px) {
  .gli-7 .shoplist {
    background-position: center;
  }
  .gli-7 .shoplist .wrap {
    padding: 7.5rem 16.5% 3rem;
  }
  .gli-7 .shoplist .wrap #gli_hd_caption h2 {
    font-size: 3.8rem;
    padding-bottom: 1.5rem;
  }
  .gli-7 .shoplist .wrap #gli_hd_caption p {
    font-size: 2rem;
  }
  .gli-7 .shoplist .wrap .btn {
    margin: 4rem auto;
    font-size: 2rem;
    width: 44rem;
    padding: 2.4rem 0;
  }
  .gli-7 .shoplist .wrap .btn:hover {
    color: var(--t-main);
    background-color: #fff;
  }
}
/*# sourceMappingURL=gli-4.css.map */