@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://likaman.itembox.design/item/assets/css/font/AvantGardEF-Bold.otf');
@font-face {
  font-family: 'DINAlternate';
  src: url('../font/DINAlternate-Bold.woff') format('woff');
}
/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
  word-break: normal;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1360px;
  position: relative;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

body.layer {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: #222;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  color: #222;
  opacity: .75;
  text-decoration: none;
}

a:hover * {
  opacity: .75;
}

a:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.fs-l-header {
  display: block;
  padding-top: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}
/*
input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
} */

.container {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  .container {
    margin: 0 20px;
    width: auto;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */
.fs-l-page {
  padding-top: 150px;
  position: relative;
}

.fs_header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.header_message {
  align-items: flex-end;
  background-color: #000;
  display: flex;
  justify-content: center;
  min-height: 33px;
  padding-bottom: 10px;
}

.header_message_truck {
  height: 17px;
  width: 24px;
}

.header_message_truck img {
  width: 100%;
}

.header_message_text {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 1;
}

.header_main {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 8px 0 16px;
}

.header_main_logo_box {
  margin: 0;
  padding: 0;
}

.header_main_logo {
  align-items: center;
  display: flex;
  padding: 10px 0 12px;
  width: 182px;
}

.header_main_logo img {
  width: 100%;
}

.header_main .header_main_right {
  align-items: center;
  display: flex!important;
  padding: 15px 0 0;
}

.header_main_tel {
  display: block;
  pointer-events: none;
  width: 204px;
}

.header_main_tel img {
  width: 100%;
}

.header_main_mail {
  display: block;
  margin-left: 14px;
  width: 26px;
}

.header_main_staff {
  display: block;
  width: 236px;
}

.header_main_staff img {
  width: 100%;
}

.header_main_cat {
  color: #283a66;
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1;
  margin-left: 35px;
  text-align: center;
  transition: .3s;
}

.header_main_cat:hover {
  opacity: .75;
}

.header_main_cat span {
  display: block;
  font-size: 1.4rem;
  margin-top: 7px;
}

.header_main_search {
  margin-left: 30px;
}

.header_main_search form {
  position: relative;
  z-index: 999;
}

.header_main_search form input {
  border: none;
  border-bottom: 1px #555 solid;
  border-radius: 0;
  font-size: 1.6rem;
  height: 45px;
  padding: 0;
  width: 276px;
}

.header_main_search form button {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.header_main_search form .header_search_sp_populer {
  background-color: #fff;
  display: none;
  left: 0;
  padding: 24px;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 999;
}

.header_main_search form .header_search_sp_populer_title {
  border-left: 2px #000 solid;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 12px;
}

.header_main_search form .header_search_sp_populer_lists {
  margin-top: 24px;
}

.header_main_search form .header_search_sp_populer_lists .header_search_sp_populer_lists_item {
  background-image: url(../img/common/header_nav_menu_category_lv2.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 12px;
  padding-left: 0;
}

.header_main_search form .header_search_sp_populer_lists .header_search_sp_populer_lists_item a {
  color: #333;
  font-size: 1.6rem;
}

.header_main_search .header_main_search_sp {
  display: none;
}

.header_search_sp {
  display: none;
}

.header_main_login {
  display: block;
  margin-left: 36px;
}

.header_main_login.login.my-true {
  display: none;
}

.header_main_login.my_page {
  display: none;
}

.header_main_login.my_page.my-true {
  display: block;
}

.header_main_login span {
  color: #222;
  font-size: 1.4rem;
}

.header_main_login .header_main_login_img {
  margin: 0 auto;
  width: 28px;
}

.header_main_cart {
  margin-left: 28px;
}

.header_main_cart span {
  color: #222;
  font-size: 1.6rem;
}

.header_main_cart .header_main_cart_img {
  height: 33px;
  margin: 0 auto;
  width: 34px;
}

.c-menu {
  cursor: pointer;
  height: 52px;
  margin-left: 28px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 30px;
  z-index: 3;
}

.c-menu.is-open .c-menu__inner {
  background: rgba(255, 255, 255, 0);
}

.c-menu.is-open .c-menu__inner::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  width: 28px;
}

.c-menu.is-open .c-menu__inner::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  width: 28px;
}

.c-menu__inner {
  background: #000;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all 0ms 300ms;
  -webkit-transition: 300ms;
  transition: all 0ms 300ms;
  transition: 300ms;
  width: 28px;
}

.c-menu__inner::before {
  background: #000;
  border-radius: 1px;
  bottom: 7px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 28px;
}

.c-menu__inner:after {
  background: #000;
  border-radius: 1px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 7px;
  -webkit-transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 28px;
}

.c-menu .c-menu-text {
  bottom: 0;
  font-size: 1.6rem;
  left: 50%;
  line-height: 1.25;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 50px;
}

.header_nav {
  display: none;
  position: relative;
  z-index: 999999;
}

.header_nav .header_nav_back {
  background-color: rgba(20,20,20,.54);
  height: calc(100vh - 150px);
  left: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100vw;
  z-index: -1;
}

.header_nav_main_box {
  height: calc(100vh - 150px);
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.header_nav_main {
  border-top: 1px #a7aec0 solid;
  position: absolute;
  right: -324px;
  top: 0;
  z-index: 999999;
}

.header_nav_main_inner {
  background-color: #fff;
  height: calc(100vh - 150px);
  overflow-y: scroll;
  padding: 20px 20px 60px 20px;
  position: relative;
  width: 280px;
  z-index: 999;
}

.header_nav_main_cancel {
  background-image: url(../img/common/header_nav_main_cancel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
  cursor: pointer;
  height: 44px;
  left: -44px;
  position: absolute;
  top: 0;
  width: 44px;
}

.header_nav_top.bottom {
  margin-top: 16px;
}

.header_nav_top .header_nav_top_item {
  margin-top: 16px;
}

.header_nav_top .header_nav_top_item:first-child {
  margin-top: 0;
}

.header_nav_top .header_nav_top_item a {
  background-position: center left;
  background-repeat: no-repeat;
  color: #222;
  font-size: 1.5rem;
  line-height: 1.3;
  padding-left: 33px;
}

.header_nav_top .header_nav_top_item.register a {
  background-image: url(../img/common/header_nav_register.svg);
  background-size: 20px;
}

.header_nav_top .header_nav_top_item.login a {
  background-image: url(../img/common/header_nav_login.svg);
  background-size: 20px 18px;
}

.header_nav_top .header_nav_top_item.my_page a {
  background-image: url(../img/common/header_nav_login.svg);
  background-size: 20px 18px;
}

.header_nav_top .header_nav_top_item.my_page {
  display: none;
}

.header_nav_top .header_nav_top_item.my_page.my-true {
  display: block;
}

.header_nav_top .header_nav_top_item.login.my-true {
  display: none;
}

.header_nav_top .header_nav_top_item.favorite a {
  background-image: url(../img/common/header_nav_favorite.svg);
  background-size: 20px 17px;
}

.header_nav_top .header_nav_top_item.contact a {
  background-image: url(../img/common/header_contact.svg);
  background-size: 26px 16px;
}

.header_nav_top .header_nav_top_item.guide a {
  background-image: url(../img/common/header_guide.svg);
  background-position: center left 3px;
  background-size: 20px;
}

.header_nav_top .header_nav_top_item.register.my-true {
  display: none;
}

.header_nav_top_item.to_login.my-true {
  display: none;
}

.header_nav_top_item.my_page {
  display: none;
}

.header_nav_top_item.my_page.my-true {
  display: block;
}

.header_nav_menu {
  margin-top: 25px;
}

.header_nav_menu_title {
  background-image: url(../img/common/header_nav_menu_title.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 26px 14px;
  border-bottom: 1px #707070 solid;
  border-top: 1px #707070 solid;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 17px 0 17px 33px;
  position: relative;
}

.header_nav_menu_title::after {
  background-image: url(../img/common/nav_menu_plus.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.header_nav_menu_title.is-open::after {
  background-image: url(../img/common/nav_menu_minus.svg);
}

.header_nav_menu_category {
  border-bottom: 1px #707070 solid;
  display: none;
  padding: 10px 0;
}

.header_nav_main_inner .header_nav_menu_category .fs-pt-menu__item.fs-pt-menu__item--lv1 {
  padding-left: 15px;
}

.header_nav_main_inner .header_nav_menu_category .fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--food {
  padding-left: 10px;
}

.header_nav_main_inner .header_nav_menu_category .fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--non-alcoholic {
  padding-left: 10px;
}

.header_nav_main_inner .header_nav_menu_category .fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--gift {
  padding-left: 12px;
}

.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  cursor: pointer;
  position: relative;
}

.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1::after {
  background-image: url(../img/staff/staff_search_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  color: #000;
  content: '';
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease;
  width: 11px;
}

.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1.is-open::after {
  top: calc(50% - 5px);
  transform: rotate(180deg) translateY(-50%);
}

.header_nav_main .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1::after {
  background-image: url(../img/common/nav_menu_plus.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.header_nav_main .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1.is-open::after {
  background-image: url(../img/common/nav_menu_minus.svg);
}

.header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1::after {
  background-image: url(../img/common/nav_menu_plus.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1.is-open::after {
  background-image: url(../img/common/nav_menu_minus.svg);
}

.header_nav_menu_category .fs-pt-menu__item--lv1.no_child .fs-pt-menu__heading--lv1::after {
  background-image: url(../img/common/header_nav_menu_category_lv2.svg)!important;
}

.header_nav_menu_category .fs-pt-menu__item--lv1 a {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 14px 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 22px 0 22px 25px;
  position: relative;
}

.header_nav_menu_category .fs-pt-menu__item--lv1 a:hover {
  text-decoration: underline;
}

.header_nav_main .header_nav_menu_category .fs-pt-menu__item--lv1 a {
  padding: 12px 10px 12px 0;
}

.header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1 a {
  padding: 12px 0 12px 0;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt_menu__item--food.fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  padding-left: 0;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt_menu__item--non-alcoholic.fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  padding-left: 0;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt_menu__item--gift.fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  padding-left: 2px;
}

.header_nav_menu_category .fs-pt-menu__item--lv1.no_child a {
  width: 100%;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  display: none;
  padding: 20px 0;
}

.header_nav_main .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  display: none;
  padding: 10px 0;
}

.header_search_sp .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  display: none;
  padding: 10px 0;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2 {
  margin-top: 20px;
  position: relative;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2::after {
  display: none;
}

.header_nav_main .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2::after {
  background-image: url(../img/common/header_nav_menu_category_lv2.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  display: block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.header_search_sp .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2::after {
  background-image: url(../img/common/header_nav_menu_category_lv2.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  display: block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2:first-child {
  margin-top: 0;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2 a {
  background-image: none;
  font-size: 1.4rem;
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 0;
  width: 100%;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2 a:hover {
  text-decoration: none;
}

.header_nav_main .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2 a {
  background-image: none;
  font-size: 1.2rem;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 0;
  width: 100%;
}

.header_search_sp .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2 a {
  background-image: none;
  font-size: 1.2rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}

.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu--lv3 {
  display: none;
}

.fs-pt-menu * {
  transition-delay: none;
  transition-duration: none;
  transition-property: none;
  transition-timing-function: none;
}

.fs-pt-menu a {
  margin: 0;
  padding: 0;
  transition: .3s;
}

.header_nav_bottom {
  margin-top: 20px;
  padding-left: 10px;
}

.header_nav_bottom .header_nav_bottom_item a {
  background-image: url(../img/common/header_nav_bottom_item.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 9px 0 9px 17px;
  position: relative;
}

.header_nav_banner {
  margin-top: 40px;
}

.header_nav_banner a {
  display: block;
}

.header_nav_banner_wine {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .header_main {
    padding: 22px 20px 22px 20px;
  }

  .header_main_staff {
    width: 200px;
  }

  .header_main_cat {
    font-size: 1.5rem;
    margin-left: 20px;
  }

  .header_main_cat span {
    font-size: 1.2rem;
  }

  .header_main_search {
    margin-left: 20px;
  }

  .header_main_search form input {
    width: 180px;
  }

  .header_main_login {
    margin-left: 30px;
  }

  .header_main_login span {
    font-size: 1.2rem;
  }

  .header_main_cart {
    margin-left: 20px;
  }

  .header_main_cart span {
    font-size: 1.2rem;
  }

  .c-menu {
    margin-left: 20px;
  }

  .c-menu .c-menu-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-l-page {
    padding-top: 132px;
  }

  .fs_header {
    min-width: inherit;
  }

  .header_message {
    align-items: flex-start;
    border-bottom: 1px #000 solid;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header_message_truck {
    margin-top: 6px;
  }

  .header_message_text {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-left: 5px;
    text-align: center;
  }

  .header_message_text .margin_left {
    margin-left: -20px;
  }

  .header_message_text .red .big {
    font-size: 2rem;
  }

  .header_message_text .red .medium {
    font-size: 1.5rem;
  }

  .header_message_text .red {
    font-size: 1.3rem;
  }

  .header_message_text .small {
    font-size: 1.1rem;
  }

  .header_message_text .tax {
    font-size: 1rem;
  }

  .header_message_text .sp_img {
    display: block;
    margin: 0 auto;
    max-width: 288px;
    width: 100%;
  }

  .header_message_text .sp_img img {
    width: 100%;
  }

  .header_main {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0 20px;
  }

  .header_main_logo {
    display: block;
    padding: 6px 0 8px;
    width: 156px;
  }

  .header_main_tel {
    display: none;
  }

  .header_main_mail {
    display: none;
  }

  .header_main_staff {
    display: none;
  }

  .header_main_cat {
    display: none;
  }

  .header_main_search {
    margin-left: 0;
  }

  .header_main_search form {
    display: none;
  }

  .header_main_search .header_main_search_sp {
    display: block;
    height: 22px;
    width: 22px;
  }

  .header_main_login {
    display: none;
  }

  .header_main_login.my_page.my-true {
    display: none;
  }

  .header_main_cart {
    margin-left: 24px;
  }

  .header_main_cart span {
    display: none;
  }

  .c-menu {
    height: 20px;
    margin-left: 24px;
    width: 28px;
  }

  .c-menu .c-menu-text {
    display: none;
  }

  .header_search_sp {
    background-color: #fff;
    height: calc(100vh - 132px);
    overflow-y: scroll;
    padding: 15px 15px 60px 15px;
  }

  .header_search_sp form {
    position: relative;
  }

  .header_search_sp form input {
    border: 1px solid #000;
    border-radius: 2px;
    height: 42px;
  }

  .header_search_sp form button {
    border: none;
    border-radius: 0;
    height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
  }

  .header_search_sp form button img {
    width: 100%;
  }

  .header_search_sp_populer {
    border: 1px #000 solid;
    display: block;
    margin-top: 15px;
    padding: 20px;
    position: static;
  }

  .header_search_sp_populer_title {
    border-left: 2px #000 solid;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
  }

  .header_search_sp_populer_lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .header_search_sp_populer_lists .header_search_sp_populer_lists_item {
    background-image: url(../img/common/header_nav_menu_category_lv2.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 10px;
    padding-left: 7px;
    width: 50%;
  }

  .header_search_sp_populer_lists .header_search_sp_populer_lists_item:nth-child(n + 3) {
    margin-top: 10px;
  }

  .header_search_sp_populer_lists .header_search_sp_populer_lists_item a {
    color: #333;
    font-size: 1.4rem;
  }

  .header_search_sp .header_nav_menu_category {
    border-bottom: none;
    display: block;
    padding: 10px 0;
  }

  .header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1 {
    padding: 0 15px;
  }

  .header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1.fs-pt_menu__item--food {
    padding-left: 10px;
  }

  .header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1.fs-pt_menu__item--non-alcoholic {
    padding-left: 10px;
  }

  .header_search_sp .header_nav_menu_category .fs-pt-menu__item--lv1.fs-pt_menu__item--gift {
    padding-left: 12px;
  }
}

/* ------------------------------------------
  main
------------------------------------------ */
.fs-l-page .fs-l-main {
  justify-content: center;
  margin-top: 60px;
  max-width: 1360px;
}

@media screen and (max-width: 767px) {
  .fs-l-page .fs-l-main {
    padding: 0;
  }
}

/* ------------------------------------------
  ヘッダーカテゴリー
------------------------------------------ */
.header_category {
  display: none;
  position: relative;
  z-index: 99999;
}

.header_category_container {
  background-color: #f9f9f9;
  border-top: 1px #a7aec0 solid;
  height: calc(100vh - 150px);
  overflow-y: scroll;
  padding: 60px 0 0;
  position: absolute;
  width: 100%;
}

.header_category_container_box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.header_category_container_box_inner {
  display: flex;
  padding-bottom: 60px;
}

.header_category_cancel {
  background-image: url(../img/common/header_nav_main_cancel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
  cursor: pointer;
  height: 44px;
  left: 0;
  position: absolute;
  top: -60px;
  width: 44px;
}

.header_category_main {
  width: calc(100% - 137px);
}

.header_category_main .fs-pt-menu__submenu {
  max-height: 280px;
  overflow: unset;
  width: 165px;
}

.header_category_main .fs-pt-menu__submenu.over_lists {
  width: 335px;
}

.header_category_main .menu_drawer_inner_category_lists {
  display: flex;
  flex-wrap: wrap;
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt-menu__item--lv1 {
  max-width: 428px;
  min-width: 195px;
  padding: 0 15px 80px 15px;
  width: auto;
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-position: top left 3px;
  background-repeat: no-repeat;
  background-size: 16px 29px;
  border-bottom: 1px #0f2d5f solid;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1;
  padding: 7px 10px 18px 26px;
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--westernliquor.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/youshu.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--wine.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/wine.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--wine.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/wine.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--beer.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/beer.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--sake.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/sake.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--shochu.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/shochu.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--fruit.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/fruit.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--makgeolli.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/makgeolli.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--food.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/food.svg);
  background-position: top 5px left 3px;
  background-size: 24px 21px;
  padding-left: 35px;
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--soft-drink.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/drink.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--non-alcoholic.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/nonalc.svg);
  background-position: top 5px left 3px;
  background-size: 24px;
  padding-left: 30px;
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--chuhai.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/chuhai.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--wine-cellar.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/wine_cellar.svg);
}

.header_category_main .menu_drawer_inner_category_lists > .fs-pt_menu__item--gift.fs-pt-menu__item--lv1 .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  background-image: url(../img/common/gift.svg);
  background-position: top 3px left 3px;
  background-size: 20px 21px;
  padding-left: 27px;
}

.header_category_main .menu_drawer_inner_category_lists .fs-pt-menu__item--lv2 {
  display: inline-block;
  margin-top: 10px;
  max-width: 164px;
  position: relative;
  width: 100%;
}

.header_category_main .menu_drawer_inner_category_lists .fs-pt-menu__item--lv2:first-child {
  margin-top: 25px;
}

.header_category_main .menu_drawer_inner_category_lists .fs-pt-menu--lv2 .fs-pt-menu__link--lv2 {
  background-image: url(../img/common/header_nav_menu_category_lv2.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 1.3rem;
  letter-spacing: .06em;
}

.header_category_main .menu_drawer_inner_category_lists .fs-pt-menu--lv3 {
  background-color: #fff;
  display: none;
  left: 100%;
  overflow: visible;
  padding: 0 15px 15px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 999999;
}

.header_category_main .menu_drawer_inner_category_lists .fs-pt-menu--lv3 .fs-pt-menu__item--lv3 {
  display: inline-block;
  margin-top: 15px;
  min-width: calc(50% - 10px);
  padding-right: 15px;
}

.header_category_main .menu_drawer_inner_category_lists .fs-pt-menu--lv3 .fs-pt-menu__item--lv3 .fs-pt-menu__link--lv3 {
  background-image: url(../img/common/header_category_main_lv3.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 10px 2px;
  font-size: 1.3rem;
  letter-spacing: .06em;
  padding-left: 15px;
}

.header_category_banner {
  margin-left: 60px;
  width: 177px;
}

.header_category_banner_lists {
  margin-top: 27px;
}

/* ------------------------------------------
  sidebar
------------------------------------------ */
.fs-p-drawer.fs-l-sideArea {
  margin-right: 60px;
  max-width: 240px;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category {
  border-bottom: none;
  display: block;
  padding: 0;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  border-bottom: 1px #000 solid;
  padding: 0 10px 0 5px;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1::after {
  right: 0;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2::after {
  right: 17px;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  border-bottom: 1px #000 solid;
}

.fs-p-drawer.fs-l-sideArea .header_nav_menu_category .fs-pt-menu__item--lv1 a {
  color: #000;
}

.fs-p-drawer.fs-l-sideArea .fs-pt-column__item {
  margin-top: 20px;
  padding: 0;
}

.fs-p-drawer.fs-l-sideArea .fs-pt-column__item:first-child {
  margin-top: 0;
}

.sidebar_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

.sidebar_brand {
  border-top: 1px #b5b5b5 solid;
  margin-top: 15px;
}

.sidebar_brand_item {
  border-bottom: 1px #b5b5b5 solid;
}

.sidebar_brand_item a {
  align-items: flex-end;
  display: flex;
  min-height: 75px;
  padding: 16px 0 14px 0;
  position: relative;
}
.sidebar_brand_item_img{
	margin: 0 auto;
}
.sidebar_brand_item.brand_lefier a{
	padding: 10px 0 18px 0;
}
.sidebar_brand_item.brand_lefier .sidebar_brand_item_img {
  width: 94px;
}

.sidebar_brand_item.brand_forsterjapan a {
  padding: 18px 0 8px 0;
}

.sidebar_brand_item.brand_forsterjapan .sidebar_brand_item_img {
  width: 110px;
}

.sidebar_brand_item.brand_eurocave a {
  padding: 0 0 17px 0;
}

.sidebar_brand_item.brand_eurocave .sidebar_brand_item_img {
  width: 127px;
}

.sidebar_brand_item.brand_dometic a {
  padding: 24px 0 24px 0;
}

.sidebar_brand_item.brand_dometic .sidebar_brand_item_img {
  width: 137px;
}

.sidebar_brand_item.brand_artevino a {
  padding: 0 0 10px 0;
}

.sidebar_brand_item.brand_artevino .sidebar_brand_item_img {
  width: 118px;
}

.sidebar_brand_item.brand_stylecrea a {
  padding: 18px 0 5px 0;
}

.sidebar_brand_item.brand_stylecrea .sidebar_brand_item_img {
  width: 58px;
}

.sidebar_brand_item.brand_devicestyle a {
  padding: 35px 0 15px 0;
}

.sidebar_brand_item.brand_devicestyle .sidebar_brand_item_img {
  width: 152px;
}

.sidebar_brand_item.brand_vintec a {
  padding: 35px 0 30px 0;
}

.sidebar_brand_item.brand_vintec .sidebar_brand_item_img {
  width: 107px;
}

.sidebar_brand_item.brand_excellence a {
  padding: 35px 0 25px 0;
}

.sidebar_brand_item.brand_excellence .sidebar_brand_item_img {
  width: 103px;
}

.sidebar_brand_item.brand_shanbrair a {
  padding: 0 0 6px 3px;
}

.sidebar_brand_item.brand_shanbrair .sidebar_brand_item_img {
  width: 92px;
}

.sidebar_brand_item.brand_funvino a {
  padding: 0 0 4px 0;
}

.sidebar_brand_item.brand_funvino .sidebar_brand_item_img {
  width: 103px;
}

.sidebar_brand_item.brand_mabe a {
  padding: 0 0 15px 0;
}

.sidebar_brand_item.brand_mabe .sidebar_brand_item_img {
  width: 94px;
}

.sidebar_brand_item.brand_denso a {
  padding: 0 0 8px 0;
}

.sidebar_brand_item.brand_denso .sidebar_brand_item_img {
  width: 98px;
}

.sidebar_brand_item.brand_aqua a {
  padding: 0 0 14px 0;
}

.sidebar_brand_item.brand_aqua .sidebar_brand_item_img {
  width: 92px;
}

.sidebar_brand_item.brand_coravin a {
  padding: 25px 0 10px 0;
}

.sidebar_brand_item.brand_coravin .sidebar_brand_item_img {
  width: 78px;
}

.sidebar_brand_item.brand_nakagawa a {
  padding: 22px 0 0px 0;
}

.sidebar_brand_item.brand_nakagawa .sidebar_brand_item_img {
  width: 45px;
}

.sidebar_brand_item_name {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 112px;
}

.sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu__link.fs-pt-menu__link--lv1 {
  display: none;
}

.sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu__heading--lv2 {
  display: none;
}

.sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu__heading.fs-pt-menu__heading--lv2 {
  display: none;
}

.sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu--lv3 {
  border-top: 1px #b5b5b5 solid;
  margin-top: 15px;
}

.sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu__item--lv3 {
  border-bottom: 1px #b5b5b5 solid;
  border-left: 6px #000 solid;
}

.sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu__item--lv3 a {
  display: block;
  padding: 18px 20px 16px 24px;
}

@media screen and (min-width: 1200px) {
  .fs-l-sideArea + .fs-l-pageMain {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .fs-p-drawer.fs-l-sideArea {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sidebar_brand {
    display: flex;
    flex-wrap: wrap;
  }

  .sidebar_brand_item {
    width: 50%;
  }

  .sidebar_brand_item:nth-child(2n + 1) {
    border-right: 1px #b5b5b5 solid;
  }

  .sidebar_brand_item a {
    align-items: center;
    display: flex;
    min-height: 120px;
    padding: 0 0 0 20px!important;
    position: relative;
  }

  .sidebar_brand_item.brand_nakagawa a {
    padding: 0 0 0 52px!important;
  }

  .sidebar_brand_item.brand_coravin a {
    padding: 0 0 0 29px!important;
  }

  .sidebar_brand_item.brand_stylecrea a {
    padding: 0 0 0 44px!important;
  }

  .sidebar_brand_item.brand_dometic a {
    padding: 0 0 0 9px!important;
  }

  .sidebar_cat_box .menu_drawer_inner_category_lists .fs-pt-menu--lv3 {
    margin-top: 10px;
  }

  .only_sp_guide {
    margin-top: 30px;
    padding: 0 20px;
  }

  .only_sp_guide_link {
    border: 1px #000 solid;
    color: #000;
    display: block;
    font-size: 1.5rem;
    line-height: 70px;
    margin: 15px auto 0;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .only_sp_guide_link:first-child {
    margin-top: 0;
  }

  .only_sp_guide_link::after {
    background-image: url(../img/common/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: 27px 9px;
    content: '';
    height: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 27px;
  }
}

/* ------------------------------------------
  パンくず
------------------------------------------ */
.fs-c-breadcrumb {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 11px;
}

.fs-c-breadcrumb .fs-c-breadcrumb__listItem {
  color: #666;
}

.fs-c-breadcrumb .fs-c-breadcrumb__listItem a {
  color: #666;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  color: #666;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .fs-c-breadcrumb {
    margin: 0 auto;
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    max-width: initial;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */
.fs-l-footer {
  background-color: #fff;
  border-top: none;
  color: inherit;
  margin-top: 0;
  position: relative;
}

.footer_black {
  background-color: #000;
  padding: 50px 0;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
}

.footer_top_title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}

.footer_top_text {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 15px;
}

.fs-l-footer .footer_top_link_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.fs-l-footer a.footer_top_link {
  background-image: url(../img/common/footer_top_link_icon.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 35px;
  margin-left: auto;
  padding-right: 60px;
}

.footer_top_right {
  min-width: 446px;
}

.footer_top_right_tel {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
}

.fs-l-footer a.footer_top_right_tel_link {
  background-image: url(../img/common/footer_top_right_tel_icon.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #fff;
  display: inline-block;
  font-family: 'DINAlternate', sans-serif;
  font-size: 2.6rem;
  line-height: 26px;
  padding-left: 45px;
  pointer-events: none;
}

.footer_top_right_tel_fax {
  color: #fff;
  font-size: 1.6rem;
  margin-left: 10px;
}

.footer_menu {
  margin: 70px auto 0;
  max-width: 1340px;
}

.footer_menu_title {
  border-bottom: 1px #fff solid;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.footer_menu_main {
  display: flex;
  margin-top: 30px;
}

.footer_menu_main_item.brand {
  width: 290px;
}

.footer_menu_main_item.price {
  margin-left: 50px;
  width: 215px;
}

.footer_menu_main_item.storage {
  margin-left: 50px;
  width: 175px;
}

.footer_menu_main_item.special {
  margin-left: 50px;
  width: 270px;
}

.footer_menu_main_item.guide {
  margin-left: 20px;
  width: 210px;
}

.footer_menu_main_item_title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.footer_menu_main_item_lists_item a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}

.footer_menu_main_item_lists_item a::before {
  color: #808080;
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.footer_menu_main .fs-pt-menu {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
}

.footer_menu_main .fs-pt-menu span {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
}

.footer_menu_main .fs-pt-menu a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}

.footer_menu_main .fs-pt-menu a::before {
  color: #808080;
  content: '・';
  font-size: 1em;
  font-weight: bold;
  left: 0;
  line-height: 2;
  position: absolute;
  top: 0;
}

.footer_menu_main .footer_menu_main_item.price .fs-pt-menu__heading--lv1 {
  display: none;
}

.footer_menu_main .footer_menu_main_item.price .fs-pt-menu__heading--lv2 {
  display: none;
}

.footer_menu_main .footer_menu_main_item.storage .fs-pt-menu__heading--lv1 {
  display: none;
}

.footer_menu_main .footer_menu_main_item.storage .fs-pt-menu__heading--lv2 {
  display: none;
}

.footer_menu_main .footer_menu_main_item.special .fs-pt-menu__heading--lv1 {
  display: none;
}

.footer_menu_main_item.brand .footer_menu_main_item_lists {
  display: flex;
  flex-wrap: wrap;
}

.footer_menu_main_item.brand .footer_menu_main_item_lists_item {
  width: 50%;
}

.footer_sns {
    display: flex;
    justify-content: center;
	align-items: center;
    margin-top: 60px;
	gap:15px;
}
.footer_sns .footer_sns_lefier {
    padding-right: 15px;
    color: white;
    border-right: 1px solid;
}
.footer_sns a img {
	width: 100%;
	max-width: 37px;
}
.footer_sns a img.x {
	max-width: 35px;
}
.footer_sns a img:hover {
    opacity: .7;
	transition: 1s;
}

.footer_links {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.fs-l-footer a.footer_links_item {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 37px;
}

.fs-l-footer a.footer_links_item span {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 37px;
  transition: .3s;
}

.fs-l-footer a.footer_links_item:nth-child(n + 2) {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.fs-l-footer a.footer_links_item:nth-child(n + 2)::before {
  content: '|';
  left: 0;
  line-height: 37px;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.fs-l-footer a.footer_links_item:hover {
  opacity: 1;
}

.fs-l-footer a.footer_links_item:hover span {
  opacity: .7;
}

.footer_copy {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
  padding: 10px 0 60px;
}

.footer_copy_left_text {
  font-size: 1.5rem;
}

.footer_copy_right {
  width: 130px;
}

.footer_copy_right_logo {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }

  .footer_black {
    padding: 30px 20px;
  }

  .footer_top {
    display: block;
    margin: 0 auto;
    max-width: 1040px;
  }

  .footer_top_left {
    margin-right: 0;
  }

  .footer_top_right {
    margin-top: 40px;
    min-width: inherit;
  }

  .fs-l-footer a.footer_top_right_tel_link {
    pointer-events: auto;
  }

  .footer_menu {
    display: none;
  }

  .footer_sns {
    align-items: center;
    margin-top: 40px;
  }

  .footer_sns_facebook {
    margin-left: 0;
  }

  .footer_links {
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 375px;
  }

  .fs-l-footer a.footer_links_item.privacy::before {
    display: none;
  }

  .footer_copy {
    display: block;
    padding: 0 20px 20px;
  }

  .footer_copy_left_text:last-child {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 10px;
  }

  .footer_copy_right {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 375px) {
  .footer_top_right_tel {
    display: block;
  }

  .footer_top_right_tel_fax {
    margin-left: 0;
  }
}

/* ------------------------------------------
  page_top
------------------------------------------ */
.page_top {
  background-image: url(../img/common/page_top.svg);
  background-repeat: no-repeat;
  background-size: 45px;
  bottom: 30px;
  cursor: pointer;
  height: 45px;
  position: fixed;
  right: 30px;
  transition: .3s;
  width: 45px;
}

.page_top:hover {
  opacity: .7;
}

/* ------------------------------------------
  more_btn
------------------------------------------ */
.more_btn {
  border: 1px solid #e6e6e6;
  color: #222!important;
  display: block;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 56px;
  margin: 50px auto 0;
  text-align: center;
  width: 252px;
}

@media screen and (max-width: 767px) {
  .more_btn {
    font-size: 1.6rem;
    line-height: 49px;
  }
}

.fs-c-accountService__page.fs-c-accountService__page--logout .fs-c-string.fs-c-string--label::before {
  background-image: url(../img/common/myPage_icon_logout.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  fill: #7c8790;
  height: 64px;
  margin: 4px auto;
  width: 44px;
}

/* 価格表示 */
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  color: #333;
  display: none;
  letter-spacing: .08em;
}

.fs-c-productPrice__main__price .fs-c-price__value {
  color: #333;
  font-size: 1.5rem;
  letter-spacing: .08em;
}

.fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
  font-size: 1.4rem;
}

.fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  font-size: 1.4rem;
}

.fs-c-productPrice__main__price .fs-c-price__value::after {
  content: '円';
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
}

.fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  margin-left: 0;
}

.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  font-size: 1.2rem;
}

.fs-c-productPrice__main.fs-c-productPrice__main--open .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
  font-size: 1.3rem;
}

.fs-c-productPrice__main__price .fs-c-price__value.open_price::after {
  display: none;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  display: none;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  display: none;
}

.fs-c-productPrice__addon__label {
  display: none;
}

.fs-c-productPrice__addon__price::before {
  content: '（税込';
  font-size: 1rem;
  letter-spacing: .08em;
}

.fs-c-productPrice__addon__price::after {
  content: '円）';
  font-size: 1rem;
  letter-spacing: .08em;
}

.fs-c-productPrice.fs-c-productPrice--selling {
  display: block;
}

.fs-c-productPrice.fs-c-productPrice--selling.red span {
  color: #f00!important;
}

.fs-c-price__currencyMark {
  display: none;
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.fs-c-price__value {
  font-size: 1.2rem;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .fs-c-productPrice__main__price .fs-c-price__value {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: .08em;
  }

  .fs-c-productPrice__main__price .fs-c-price__value::after {
    content: '円';
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0;
  }

  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
    display: none;
  }

  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    display: none;
  }

  .fs-c-productPrice__addon__label {
    display: none;
  }

  .fs-c-productPrice__addon__price::before {
    content: '（税込';
    font-size: 1rem;
    letter-spacing: .08em;
  }

  .fs-c-productPrice__addon__price::after {
    content: '円）';
    font-size: 1rem;
    letter-spacing: .08em;
  }

  .fs-c-price__currencyMark {
    display: none;
    font-size: 1.2rem;
    letter-spacing: .08em;
  }

  .fs-c-price__value {
    font-size: 1.2rem;
    letter-spacing: .08em;
  }
}

/* ------------------------------------------
  top_recommend
------------------------------------------ */
.top_recommend {
  margin-top: 100px;
}

.top_recommend_title {
  border-bottom: none;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_recommend_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.fs-body-product .top_recommend_title, .fs-body-category .top_recommend_title {
  border-bottom: none;
  color: #000;
  font-family: 'Noto Serif', serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: left;
}

.fs-body-product .top_recommend_title span, .fs-body-category .top_recommend_title span {
  font-family: 'AvantGardEF', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_recommend_switch {
  border-bottom: 1px #000 solid;
  display: flex;
  margin-top: 50px;
}

.top_recommend_switch .item {
  margin-left: 20px;
  width: calc(25% - 15px);
}

.top_recommend_switch .item:first-child {
  margin-left: 0;
}

.top_recommend_switch .item a {
  background-color: #000;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  border-top: 1px #000 solid;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}

.top_recommend_switch .item.current a {
  background-color: #fff;
  color: #000;
  pointer-events: none;
}

.top_recommend .fs-c-productListCarousel__list {
  display: block;
  width: 100%;
}

.top_recommend_item {
  display: none;
  margin-top: 30px;
}

.top_recommend_item.current {
  display: block;
}

.top_recommend_item_main.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_recommend .fs-c-productName__name {
  -webkit-box-orient: vertical;
  color: #222;
  display: -webkit-box;
  font-size: 1.8rem;
  font-weight: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  visibility: hidden;
}

.top_recommend .fs-c-productListCarousel__ctrl {
  display: none;
}

.top_recommend .fs-c-productListCarousel__list__item {
  flex-basis: auto;
  margin: 0 0 0 32px;
  max-width: initial;
  min-width: initial;
  width: calc(25% - 24px);
}

.top_recommend .fs-c-productListCarousel__list__item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_recommend .fs-c-productListCarousel__list__item:nth-child(n + 5) {
  margin-top: 30px;
}

.top_recommend .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top_recommend .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage a::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.top_recommend .fs-c-productName__copy {
  display: none;
}

.top_recommend .fs-c-productMarks {
  display: none;
}

.top_recommend .fs-c-productListItem__control {
  display: none;
}

.top_recommend .fs-c-productPrice {
  justify-content: flex-start;
}

.top_recommend .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #333;
}

.top_recommend .fs-c-price__currencyMark {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_recommend .fs-c-price__value {
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: .08em;
}

.top_recommend .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon__price .fs-c-price__value {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .08em;
}

.top_recommend .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .top_recommend {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top_recommend_title {
    font-size: 1.8rem;
  }

  .top_recommend_title span {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }

  .fs-body-product .top_recommend_title, .fs-body-category .top_recommend_title {
    font-size: 1.8rem;
  }

  .fs-body-product .top_recommend_title span, .fs-body-category .top_recommend_title span {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }

  .top_recommend_switch {
    margin-top: 30px;
  }

  .top_recommend_switch .item {
    margin-left: 8px;
    width: calc(25% - 6px);
  }

  .top_recommend_switch .item a {
    font-size: 1.3rem;
  }

  .top_recommend_switch .item.current a {
    pointer-events: none;
  }

  .top_recommend_item_main.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
    padding: 0 15px;
  }

  .top_recommend .fs-c-productListCarousel__list__item {
    flex-basis: auto;
    margin: 0 0 0 16px;
    max-width: initial;
    min-width: initial;
    width: calc(50% - 8px);
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(4n + 1) {
    margin-left: 16px;
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(n + 5) {
    margin-top: 0;
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(n + 3) {
    margin-top: 16px;
  }

  .top_recommend .fs-c-productName__name {
    color: #222;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .top_recommend .fs-c-price__value {
    font-size: 1.3rem;
  }

  .top_recommend .fs-c-price__currencyMark {
    font-size: 1.4rem;
  }

  .top_recommend .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 1rem;
  }
}

/* 年齢確認パーツ */
.age_confirm {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999999999999999999;
}

.age_confirm .age_confirmbox {
  height: 100vh;
  position: relative;
  width: 100vw;
}

.age_confirm .age_confirm_back {
  background-color: rgba(20,20,20,.54);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100vw;
  z-index: -1;
}

.age_confirm_main {
  background-color: #fff;
  border-radius: 8px;
  left: 50%;
  padding: 190px 270px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1116px;
}

.age_confirm_main_title {
  background-image: url(../img/common/age_confirm_main_title_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 44px 38px;
  color: #000;
  display: table;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin: 0 auto;
  padding-left: 50px;
}

.age_confirm_main_normal {
  color: #000;
  font-size: 1.6rem;
  letter-spacing: .08em;
  margin-top: 20px;
  text-align: center;
}

.age_confirm_main_bold {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin-top: 20px;
  text-align: center;
}

.age_confirm_main_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.age_confirm_main_btn_item {
  background-color: #000;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 57px;
  text-align: center;
  transition: .3s;
  width: 260px;
}

.age_confirm_main_btn_item:hover {
  color: #fff;
  opacity: .7;
}

.age_confirm_main_btn_item.no {
  color: #fff;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .age_confirm_main {
    padding: 15px;
    width: calc(100% - 30px);
  }

  .age_confirm_main_title {
    background-size: 30px 26px;
    font-size: 2.4rem;
    padding-left: 35px;
  }

  .age_confirm_main_normal {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .age_confirm_main_bold {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .age_confirm_main_btn {
    display: block;
    margin-top: 20px;
  }

  .age_confirm_main_btn_item {
    border-radius: 6px;
    font-size: 1.4rem;
    line-height: 37px;
    width: 100%;
  }

  .age_confirm_main_btn_item.no {
    margin-left: 0;
    margin-top: 10px;
  }
}

img.fs-p-pageNotFound__image {
  margin: 0 auto;
}

/* ------------------------------------------
  sidebar_search
------------------------------------------ */
.sidebar_search {
  margin-top: 20px;
}

.sidebar_search form {
  position: relative;
  z-index: 999;
}

.sidebar_search form input {
  border: none;
  border-bottom: 1px #555 solid;
  border-radius: 0;
  font-size: 1.4rem;
  height: 38px;
  padding: 0;
  width: 230px;
}

.sidebar_search.header_search_sp_form {
  margin-top: 0;
}

.sidebar_search.header_search_sp_form form input {
  width: 100%;
}

.sidebar_search form button {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.sidebar_search form .header_search_sp_populer {
  background-color: #fff;
  display: none;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 37px;
  width: 100%;
  z-index: 999;
}

.sidebar_search form .header_search_sp_populer_title {
  border-left: 2px #000 solid;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
}

.sidebar_search form .header_search_sp_populer_lists {
  margin-top: 20px;
}

.sidebar_search form .header_search_sp_populer_lists .header_search_sp_populer_lists_item {
  background-image: url(../img/common/header_nav_menu_category_lv2.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 10px;
  padding-left: 0;
}

.sidebar_search form .header_search_sp_populer_lists .header_search_sp_populer_lists_item a {
  color: #333;
  font-size: 1.4rem;
}

.sidebar_search .sidebar_search_sp {
  display: none;
}

/* ------------------------------------------
  フッターカレンダー等
------------------------------------------ */
.footer_aside {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
  max-width: 1360px;
  padding: 8px;
}

.footer_aside .fs-p-drawer.fs-l-sideArea {
  width: 240px;
}

.footer_aside .top_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .footer_aside .fs-p-drawer.fs-l-sideArea {
    display: none;
    width: 0;
  }
}

/* ------------------------------------------
  top_calendar
------------------------------------------ */
.top_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.top_calendar {
  margin-top: 50px;
}

.top_calendar_main {
  margin-top: 20px;
}

.calender_box {
  display: flex;
  padding: 0 90px;
}

.calender_box table {
  margin-left: 70px;
  width: calc(50% - 35px);
}

.calender_box table:first-child {
  margin-left: 0;
}

.calender_box table tr.month th {
  font-size: 2.1rem;
  font-weight: normal;
  height: 40px;
  letter-spacing: .232em;
  line-height: 1;
  vertical-align: top;
}

.calender_box table tr td {
  font-size: 1.8rem;
  height: 56px;
  line-height: 1;
  text-align: center;
  width: 56px;
}

.calender_box table tr.headline td {
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  font-size: 1.8rem;
  height: 36px;
  line-height: 1;
  text-align: center;
}

.calender_box table tr td.Today {
  background-color: #eebbba;
  font-weight: bold;
  text-decoration: underline;
}

.calender_box table tr td.holiday {
  background-color: #e6e6e6;
}

.calender_box table tr td.Sun {
  background-color: #e6e6e6;
}

.calender_box table tr td.Sat {
  background-color: #e6e6e6;
}

.top_calendar .note {
  font-size: 1.4rem;
  margin-top: 40px;
  padding-left: 25px;
  position: relative;
}

.top_calendar .note::after {
  background-color: #e6e6e6;
  border: 1px #ccc solid;
  content: '';
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
}

.top_calendar .note2 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_calendar_main {
    margin-top: 40px;
    padding: 0 20px;
  }

  .calender_box {
    display: block;
    padding: 0;
  }

  .calender_box table {
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
  }

  .calender_box table:first-child {
    margin-left: auto;
  }

  .calender_box table:last-child {
    margin-top: 20px;
  }

  .calender_box table tr.month th {
    font-size: 1.5rem;
    height: 30px;
  }

  .calender_box table tr td {
    font-size: 1.5rem;
    height: 38px;
    width: 40px;
  }

  .calender_box table tr.headline td {
    font-size: 1.3rem;
    height: 30px;
  }
}

/* ------------------------------------------
  top_info
------------------------------------------ */
.top_info {
  margin-top: 80px;
}

.top_info_box {
  display: flex;
}

.top_info_box_left {
  flex-shrink: 0;
  width: calc(50% - 25px);
}

.top_info_title {
  border-bottom: 1px #000 solid;
  text-align: center;
}

.top_info_title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
}

.top_info_text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 20px;
}

.top_info_text.pay {
  text-align: center;
}

.top_info_credits {
  margin: 16px auto 0;
  width: 458px;
}

.top_info_credits img {
  width: 100%;
}

.top_info_link {
  border: 1px #000 solid;
  color: #000!important;
  display: block;
  font-size: 1.5rem;
  line-height: 66px;
  margin: 20px auto 0;
  max-width: 353px;
  position: relative;
  text-align: center;
  width: 100%;
}

.top_info_link::after {
  background-image: url(../img/common/link_arrow.svg);
  background-repeat: no-repeat;
  background-size: 27px 9px;
  content: '';
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 27px;
}

.top_info_link:hover::after {
  right: 5px;
}

.top_info_box_left_item {
  margin-top: 30px;
}

.top_info_box_left_item:first-child {
  margin-top: 0;
}

.top_info_box_right {
  flex-shrink: 0;
  margin-left: 50px;
  width: calc(50% - 25px);
}

.top_info_box_right .top_info_text {
  margin-top: 30px;
}

.top_info_box_right .top_info_text.first {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}

.top_info_lists {
  margin-top: 20px;
}

.top_info_lists .item {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 7px;
  padding-left: 18px;
  position: relative;
}

.top_info_lists .item::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.top_info_lists .item:first-child {
  margin-top: 0;
}

.top_info_lists .item a {
  pointer-events: none;
}

.top_info_last {
  margin-top: 50px;
}

.top_info_text .red {
  color: #c00000;
}

.top_info_last_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.top_info_last_img {
  width: 315px;
}

.top_info_last_img img {
  width: 100%;
}

.top_info_last_center {
  margin-left: 24px;
}

.top_info_last_center_item {
  align-items: center;
  display: flex;
  margin-top: 9px;
}

.top_info_last_center_item:first-child {
  margin-top: 0;
}

.top_info_last_center_item_img {
  width: 46px;
}

.top_info_last_center_item_text {
  padding-left: 10px;
  width: calc(100% - 46px);
}

.top_info_last_center_item_text_title {
  font-size: 1.3rem;
  font-weight: bold;
}

.top_info_last_center_item_text_title span {
  color: #d2140a;
}

.top_info_last_center_item_text_desc {
  font-size: 1.2rem;
}

.top_info_last_center_item_text_desc span {
  color: #d2140a;
}

.fs-l-footer a.top_info_last_link {
  align-items: center;
  border: 1px #e6e6e6 solid;
  color: #0f2d5f;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  justify-content: center;
  line-height: 1;
  margin-left: 28px;
  text-align: center;
  width: 200px;
}

.top_info_last_link:hover span {
  opacity: 1;
}

.top_info_last_link span {
  background-image: url(../img/common/top_info_link.svg);
  background-position: top -14px right;
  background-repeat: no-repeat;
  background-size: 37px 49px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 14px;
  padding-right: 30px;
}

/* ------------------------------------------
  footer_stop
------------------------------------------ */
.footer_stop {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  max-width: 660px;
}

.footer_stop_img {
  width: 46px;
}

.footer_stop_img img {
  width: 100%;
}

.footer_stop_text {
  margin-left: 15px;
  width: calc(100% - 61px);
}

.footer_stop_text_title {
  color: #fff;
  font-size: 1.5rem;
}

.footer_stop_text_desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .footer_stop {
    margin: 40px auto 0;
  }
}
