@charset "UTF-8";
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.IsScroll {
  overflow: hidden;
}

@media (min-width: 1201px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
}
.menu {
  display: none;
}

.fs-l-header {
  padding-top: 0;
}

.hd {
  width: 100%;
}

.hd_info {
  padding: 13px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #79062F;
}

.hd_info p {
  font-size: 2.2rem;
  line-height: 0;
  color: #fff;
}

.hd_inr {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  background-color: #fff;
  top: -86px;
}

.hd_inr.fixed {
  position: fixed;
  top: 0;
}

.hd_logo {
  margin-right: 160px;
  display: flex;
  align-items: center;
}

.hd_logo a {
  width: 240px;
  height: auto;
}

.hd_logo img {
  width: 100%;
  height: 100%;
}

.hd_logo p {
  margin: 0;
  font-size: 20px;
}

.hd_link {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hd_link_item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hd_link_item .hd_link_item_user {
  width: 24px;
  height: 23px;
}

.hd_link_item .hd_link_item_fav {
  width: 23px;
  height: 20px;
}

.hd_link_item .hd_link_item_cart {
  width: 26px;
  height: 21px;
  position: relative;
}

.hd_link_item_cart__count {
  display: block;
  position: absolute;
  z-index: 2;
  top: -8px;
  right: -8px;
  font-size: 10px;
  color: #fff;
  background-color: #79062F;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: grid;
  place-items: center;
  white-space: nowrap;
}

.hd_link_item_cart__count:empty {
  display: none;
}

.hd_link_item .hd_link_item_info {
  width: 22px;
  height: 22px;
}

.hd_link_item a img {
  width: 100%;
}

.hd_link_contact {
  width: 207px;
  height: auto;
}

.hd_link_contact img {
  width: 100%;
}

/* 
    megamenu
*/
.megamenu {
  width: 100%;
  background-color: #000;
  z-index: 3;
  top: -86px;
}

.megamenu.fixed {
  margin-top: 80px;
  position: fixed;
  top: 0;
}

.megamenu_list {
  margin: 0 auto;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.megamenu_list .menu_item > a {
  padding: 11px 0;
  font-size: 1.76rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}

.megamenu_list .menu_item .mega_icon {
  width: 13px;
  height: 19px;
}

.megamenu_list .menu_item .mega_icon2 {
  width: 14px;
  height: 17px;
}

.megamenu_list .menu_item .mega_icon3 {
  width: 20px;
  height: 19px;
}

.megamenu_list .menu_item .mega_icon4 {
  width: 15px;
  height: 19px;
}

.megamenu_list .menu_item .mega_icon5 {
  width: 21px;
  height: 21px;
}

.megamenu_submenu {
  display: none;
  position: absolute;
  background-color: #EDEDED;
  width: 100vw;
  z-index: 999;
}

.megamenu_submenu_inr {
  margin: 0 auto;
  padding: 20px 0 40px;
  max-width: 1000px;
}

.megamenu_submenu_inr_ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D0D0D0;
}

.megamenu_submenu_inr_ttl p {
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}

.megamenu_brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.megamenu_brand a {
  width: 175px;
  height: 76px;
}

.megamenu_brand a img {
  width: 100%;
}

.megamenu_price {
  display: flex;
}

.megamenu_price_link {
  flex: 1;
}

.megamenu_price_link:not(:last-of-type) {
  border-right: 1px solid #D0D0D0;
}

.megamenu_price_link a {
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px 20px;
  background-color: #fff;
  color: #231815;
  font-size: 15px;
  letter-spacing: 0.15rem;
}

.megamenu_vintage {
  display: flex;
}

.megamenu_vintage_link {
  flex: 1;
}

.megamenu_vintage_link:not(:last-of-type) {
  border-right: 1px solid #D0D0D0;
}

.megamenu_vintage_link a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #231815;
  font-size: 15px;
  letter-spacing: 0.15rem;
}

.megamenu_area {
  margin-bottom: 15px;
  display: flex;
}

.megamenu_area2 {
  margin-bottom: 15px;
}

.megamenu_area_link {
  flex: 1;
}

.megamenu_area_link:not(:last-of-type) {
  border-right: 1px solid #D0D0D0;
}

.megamenu_area_link:first-of-type {
  border-right: 2px solid #000;
}

.megamenu_area_link a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.15rem;
  position: relative;
}

.megamenu_area_link a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/top/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.megamenu_area_link:first-of-type a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

.megamenu_inr {
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 50px;
}

.megamenu_area_link.single_area {
  border: none;
  width: 200px;
}

.megamenu_area_link.single_area a {
  position: relative;
}

.megamenu_area_link.single_area a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/top/white_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 17px;
}

.megamenu_area_link.single_area.w125 {
  width: 125px;
}

.megamenu_area_link.two_link {
  width: 200px;
  flex: 0 1 auto;
}

.megamenu_inr2 {
  display: flex;
  justify-content: space-between;
}

.bg_white a {
  background-color: #fff !important;
}

.megamenu_area_link .france {
  padding: 20px 0 20px 57px;
  position: relative;
}

.france::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/france.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.megamenu_area_link .america {
  padding: 20px 0 20px 57px;
  position: relative;
}

.america::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/america.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.megamenu_area_link .italia {
  padding: 20px 0 20px 57px;
  position: relative;
}

.italia::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/italia.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.megamenu_area_link .chile {
  padding: 20px 0 20px 57px;
  position: relative;
}

.chile::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/chile.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.megamenu_area_link .scotland {
  padding: 20px 0 20px 57px;
  position: relative;
}

.scotland::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/scotland.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.fs-l-main {
  overflow: hidden;
}

/* 
    modal
*/
.button-container {
  margin: 20px;
  display: flex;
  gap: 10px;
}

.modal-button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EDEDED;
  padding: 40px 20px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  min-width: 93vw;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
}

.modal-header h2 {
  padding-left: 30px;
  font-size: 1.8rem;
  position: relative;
}

.modal-header.search h2::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/search_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.modal-header.area h2::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/modal_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.modal-header.brand h2::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/modal_icon2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.modal-header.price h2::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/modal_icon3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.modal-header.vintage h2::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/modal_icon4.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.close-button {
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #000;
  position: absolute;
  right: 0;
  top: -70%;
}

.modal-content {
  margin-bottom: 15px;
}

.modal_area_brand {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.modal_area_brand a {
  width: 107px;
  height: auto;
}

/* 
    tophdg
*/
.tophdg {
  padding: 15px 0;
}

.tophdg h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1rem;
}

/* 
    search_tag
*/
.fs-p-headerNavigation__search {
  min-width: 472px;
}

.megamenu .fs-p-headerNavigation__search {
  min-width: 235px;
  padding: 11px 0px;
}

.megamenu .fs-p-headerNavigation__search .fs-p-inputGroup input {
  padding: 8px 20px;
  font-size: 1.4rem;
}

.megamenu div.poplink.pc011 {
  margin-top: 33px;
}

.fs-p-inputGroup {
  border: none;
  background: #EDEDED;
  border-radius: 30px;
}

.fs-p-inputGroup input {
  padding: 12px 20px;
  border-radius: 30px;
  background: #EDEDED;
  font-size: 1.7rem;
}

.fs-p-inputGroup input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.fs-p-searchForm__button {
  width: 60px;
  border-radius: 30px;
  background: none;
  overflow: hidden;
  height: auto;
}

.fs-p-searchForm__button::before {
  content: "";
  background-image: url("../img/top/search_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.search_tag {
  margin: 0 auto 40px;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.search_tag_list {
  display: flex;
  gap: 15px;
  width: 100%;
  overflow: scroll hidden !important;
}

.search_tag_list::-webkit-scrollbar {
  display: none;
}

.search_tag_list_item {
  border: 1px solid #D0D0D0;
  min-width: fit-content;
  border-radius: 5px;
}

.search_tag_list_item a {
  padding: 6px 17px;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  letter-spacing: 0.2rem;
}

/*
    hr
*/
.hr {
  width: 100%;
  position: relative;
}

.hr::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto 0;
  border-top: 1px solid #B3B3B3;
  width: 48.5vw;
  z-index: -1;
}

.hr::after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto 0;
  border-top: 1px solid #B3B3B3;
  width: 48.5vw;
  z-index: -1;
}

.hr_img {
  margin: 0 auto;
  width: 27px;
  height: 27px;
}

.hr_img img {
  width: 100%;
  height: auto;
}

/* 
    news_sec
*/
.news_sec {
  margin-bottom: 70px;
  width: 100%;
}

.news_hdg {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}

.news_hdg h2 {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  text-align: center;
}

.news_list_item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D0D0D0;
}

.news_list_item_time {
  padding: 3px 13px;
  background-color: #DFDFDF;
}

.news_list_item_time time {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 13px;
  letter-spacing: 0.1rem;
}

.news_list_item_ttl {
  padding: 5px 10px;
}

.news_list_item_ttl a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
}

/* 
    sidearea
*/
@media screen and (max-width: 1200px) {
  .fs-l-sideArea {
    display: none;
  }
}
.fs-l-sideArea {
  padding: 0;
  width: 220px;
  box-shadow: none;
  position: relative;
  transform: translateX(0);
}

.fs-p-drawer__heading {
  text-align: start;
  border-bottom: 3px solid #000;
  letter-spacing: 0.2rem;
}

#side_menu .fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.fs-p-sideMenu .fs-pt-menu__link::before, .fs-p-sideMenu .fs-pt-menu__link::after {
  font-size: 1.7em;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1 {
  padding-left: 28px;
  align-items: center;
  font-size: 1.6rem;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2 {
  padding: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  justify-content: space-between;
}

#side_menu .fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-bottom: 1px solid #999999;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1::before {
  content: "■";
  position: absolute;
  transform: scale(0.4);
  left: 0;
  top: 8px;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  display: none;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2::after {
  content: "\e90c";
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.7em;
}

/* 
    sidemenu
*/
.sidemenu {
  padding: 0;
  width: 220px;
}

.sidemenu_hdg {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 3px solid #000;
}

.sidemenu_hdg p {
  margin: 0;
  font-size: 21px;
  letter-spacing: 0.2rem;
}

.sidemenu_area_hdg p {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.sidemenu_area_hdg p::before {
  content: "■";
  position: absolute;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.6);
}

.sidemenu_area_hdg span {
  font-size: 1.5rem;
  color: #231815;
}

.sidemenu_area_list {
  margin-bottom: 45px;
}

.sidemenu_area_list_france {
  border-bottom: 1px solid #C4C4C4;
}

.sidemenu_area_list_france button {
  padding: 15px 0 15px 40px;
  width: 100%;
  text-align: start;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.sidemenu_area_list_france button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/france.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.sidemenu_area_list_france button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/open_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.sidemenu_area_list_france button.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/close_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 3px;
}

.sidemenu_area_list_france_item a {
  padding: 15px 0 15px 40px;
  display: block;
  font-size: 1.6rem;
  color: #231815;
  border-top: 1px dashed #C6C6C6;
  position: relative;
}

.sidemenu_area_list_france_item a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_area_list_america {
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_area_list_america button {
  padding: 15px 0 15px 40px;
  width: 100%;
  text-align: start;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.sidemenu_area_list_america button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/america.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.sidemenu_area_list_america button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/open_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.sidemenu_area_list_america button.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/close_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 3px;
}

.sidemenu_area_list_america_item a {
  padding: 15px 0 15px 40px;
  display: block;
  font-size: 1.6rem;
  color: #808080;
  border-top: 1px dashed #C6C6C6;
  position: relative;
}

.sidemenu_area_list_america_item a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_area_list_italia {
  padding-left: 40px;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_area_list_italia::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/italia.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.sidemenu_area_list_italia::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_area_list_italia a {
  padding: 15px 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.sidemenu_area_list_chile {
  padding-left: 40px;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_area_list_chile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/chile.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.sidemenu_area_list_chile::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_area_list_chile a {
  padding: 15px 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.sidemenu_chateau {
  margin-top: 15px;
  border-top: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_chateau a {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_chateau a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_secondwine {
  border-top: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_secondwine a {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_secondwine a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_supersecond {
  border-top: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_supersecond a {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_supersecond a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_setwine {
  border-top: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_setwine a {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_setwine a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_primeur {
  border-top: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_primeur a {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_primeur a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_whisky {
  border-top: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_whisky button {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: start;
}

.sidemenu_whisky button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/open_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.sidemenu_whisky button.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/close_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 3px;
}

.sidemenu_whisky_item a {
  padding: 15px 0 15px 55px;
  display: block;
  font-size: 1.6rem;
  color: #231815;
  border-top: 1px dashed #C6C6C6;
  position: relative;
}

.sidemenu_whisky_item a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/scotland.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 17px;
}

.sidemenu_whisky_item a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_other {
  margin-bottom: 30px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_other a {
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_other a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_brand {
  margin-bottom: 30px;
}

.sidemenu_brand_hdg p {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
}

.sidemenu_brand_hdg p::before {
  content: "■";
  position: absolute;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.6);
}

.sidemenu_brand_hdg span {
  font-size: 1.5rem;
  color: #231815;
}

.sidemenu_brand_list_item {
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #C6C6C6;
}

.sidemenu_brand_list_item a {
  width: 180px;
  height: auto;
  display: block;
}

.sidemenu_brand_list_item a img {
  width: 100%;
}

.sidemenu_brand_list_item::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_price {
  margin-bottom: 50px;
}

.sidemenu_price_hdg p {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
}

.sidemenu_price_hdg p::before {
  content: "■";
  position: absolute;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.6);
}

.sidemenu_price_hdg span {
  font-size: 1.5rem;
  color: #231815;
}

.sidemenu_price_list_item {
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_price_list_item::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_price_list_item a {
  padding: 15px 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.sidemenu_vintage {
  margin-bottom: 50px;
}

.sidemenu_vintage_hdg p {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
}

.sidemenu_vintage_hdg p::before {
  content: "■";
  position: absolute;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.6);
}

.sidemenu_vintage_hdg span {
  font-size: 1.5rem;
  color: #231815;
}

.sidemenu_vintage_list_item {
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.sidemenu_vintage_list_item::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.sidemenu_vintage_list_item a {
  padding: 15px 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.sidemenu_gift {
  margin-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

.sidemenu_gift a {
  margin: 0;
  padding: 15px 0 15px 20px;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.sidemenu_gift::before {
  content: "■";
  position: absolute;
  margin: auto 0;
  left: 0;
  top: -7px;
  bottom: 0;
  transform: scale(0.9);
  width: 9px;
  height: 9px;
}

.sidemenu_gift a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/top/arrow_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* 
    product_slick_hdg
*/
.product_slick_hdg {
  margin-bottom: 40px;
  width: 100%;
}

.product_slick_hdg h2 {
  font-size: 2rem;
  text-align: center;
}

.product_slick_hdg h2 span {
  margin-right: 10px;
  font-size: 2rem;
  text-align: center;
}

.fs-c-productListCarousel__list__item .fs-c-productPrice {
  justify-content: start;
}

.fs-c-productPrice span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 1200px) {
  .product_slick_hdg {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .product_slick_hdg h2 {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .product_slick_hdg h2 span {
    margin: 0;
    font-size: 2.4rem;
  }
}
/* 
    history
*/
.history {
  margin-bottom: 70px;
}

.history button {
  display: none;
}

@media screen and (max-width: 1200px) {
  .history button {
    display: flex;
  }
}
/*
    producer_sec
*/
.producer_sec {
  margin-bottom: 80px;
  width: 100%;
}

.producer_hdg {
  margin-bottom: 30px;
}

.producer_hdg h2 {
  font-size: 20px;
  text-align: center;
}

.producer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.producer_list_item {
  margin-bottom: 40px;
  width: 289px;
}

.producer_list_item_img {
  margin-bottom: 15px;
  width: 289px;
  height: 222px;
}

.producer_list_item_img img {
  width: 100%;
  height: auto;
}

.producer_list_item_name a {
  display: block;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.producer_list_item_country p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.producer_list_item_country p img {
  width: 25px;
  height: 17px;
}

.producer_list_item_description p {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 
    primeurbnr
*/
.primeurbnr {
  margin: 80px 0 35px;
}

/* 
    about_bnr
*/
.about_bnr {
  display: block;
  margin-bottom: 40px;
  padding: 35px 0 30px;
  width: 100%;
  background-image: url("../img/top/about_bnr.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about_bnr_hdg {
  margin-bottom: 15px;
  text-align: center;
}

.about_bnr_hdg2 {
  margin-bottom: 10px;
  text-align: center;
}

.about_bnr_hdg3 {
  margin-bottom: 15px;
  text-align: center;
}

.about_bnr_txt {
  margin-bottom: 25px;
}

.about_bnr_txt p {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.01rem;
}

.about_bnr_list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.about_brn_list_item_ttl {
  padding: 5px 0;
  background-color: #fff;
}

.about_brn_list_item_ttl p {
  margin: 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.about_brn_list_item_txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.about_brn_list_item_txt span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}

/* 
    membership_sec
*/
.membership_sec {
  margin-bottom: 50px;
  padding: 35px 40px 30px 50px;
  width: 100%;
  background-color: #F0F0F0;
}

.membership_hdg {
  margin: 0 auto 25px;
  width: 215px;
  height: auto;
}

.membership_hdg img {
  width: 100%;
}

.membership_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.membership_list_item {
  margin-bottom: 35px;
  width: 410px;
  display: flex;
  gap: 22px;
}

.membership_list_item_img {
  width: 150px;
  height: auto;
}

.membership_list_item_img img {
  width: 100%;
}

.membership_list_item_description h3 {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #79062F;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.membership_list_item_description p {
  margin: 0 0 10px 0;
  line-height: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}

.membership_list_item_description span {
  font-size: 1.2rem;
}

.membership_txt {
  margin: 0 auto 15px;
  width: 688px;
  height: auto;
}

.membership_txt img {
  width: 100%;
}

.membership_register {
  margin: 0 auto;
  width: fit-content;
  background-color: #79062F;
}

.membership_register a {
  padding: 15px 68px;
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}

/* 
    mailmagazine_sec
*/
.mailmagazine_sec {
  padding: 35px 50px 30px;
  width: 100%;
  background-color: #F0F0F0;
}

.mailmagazine_hdg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mailmagazine_hdg h2 {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
}

.mailmagazine_hdg img {
  margin-right: 10px;
  width: 23px;
  height: auto;
}

.mailmagazine_txt p {
  margin: 0 0 30px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

.mailmagazine_inr {
  margin: 0 auto;
  width: 632px;
}

.mailmagazine_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mailmagazine_name p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}

.mailmagazine_name_input {
  width: 520px;
  display: flex;
  gap: 10px;
}

.mailmagazine_name_input input {
  padding: 10px 15px;
  border: none;
  font-size: 1.5rem;
}

.mailmagazine_mail {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mailmagazine_mail p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}

.mailmagazine_mail_input {
  width: 520px;
}

.mailmagazine_mail_input input {
  padding: 10px 15px;
  border: none;
  font-size: 1.5rem;
}

.mailmagazine_agree {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.mailmagazine_agree label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.mailmagazine_agree input[type=checkbox] {
  position: relative;
  width: 17px;
  height: 17px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mailmagazine_agree input[type=checkbox]:checked {
  background-color: #838D95;
}

.mailmagazine_agree input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.mailmagazine_register {
  margin: 0 auto;
  width: 200px;
}

.mailmagazine_register input[type=submit] {
  padding: 12px 0;
  width: 200px;
  border: none;
  border-radius: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

/* 
    bnr
*/
.bnr {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
}

/* 
    footer
*/
footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.footerUtilityMenu__list {
  display: flex;
}

.footerUtilityMenu__list a {
  padding-right: 30px;
  display: inline-block;
}

.pt-menu {
  padding: 0;
  list-style: none;
}

.fs-p-footerSnsLink {
  gap: 10px;
}

.fs-p-footerSnsLink__item__x {
  width: 31px;
  height: 31px;
}

.fs-p-footerSnsLink__item__insta {
  width: 35px;
  height: 33px;
}

.fs-p-footerSnsLink__item__line {
  width: 32px;
  height: 30px;
}

.p-footerCopyright {
  color: #fff;
  background-color: #6F6F6F;
  text-align: center;
  padding: 10px 0;
}

.p-footerCopyright a {
  font-size: 13px;
  color: #fff;
}

.l-footer__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 0 8px;
  display: flex;
  margin: 24px auto 10px;
  max-width: 1216px;
}

.fs-p-footerNavigationItem__body {
  letter-spacing: 0.05rem;
  line-height: 23px;
}

.fs-p-footerNavigationItem__body a.blue {
  color: #00719A;
}

.fs-p-footerNavigationItem__body__shipping {
  font-weight: bold;
}

.fs-p-footerNavigationItem__body__shipping span {
  font-size: 1.5rem;
  color: #9F272D;
}

.p-footerCopyright__text {
  letter-spacing: 0.1rem;
}

.registration_bnr {
  background-color: #79062F;
  border-radius: 10px;
}

.registration_bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  width: 100%;
  font-family: "Hiragino Sans";
  font-weight: 600;
  color: #fff !important;
  font-size: 1.6rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.registration_bnr a img {
  margin: 0;
  width: 32px;
  height: 37px;
}

.lineIdLink_bnr {
  background-color: #67C538;
  border-radius: 10px;
}

.lineIdLink_bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  width: 100%;
  font-family: "Hiragino Sans";
  font-weight: 600;
  color: #fff !important;
  font-size: 1.6rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.lineIdLink_bnr a img {
  margin: 0;
  width: 71px;
  height: 28px;
}

.ft_txt {
  margin: 10px 0;
  line-height: 25px;
}

.fs-clientInfo.fs-p-footerNavigationItem__nav {
  margin: 10px 0;
}

.fs-p-footerNavigationItem__nav {
  margin: 10px 0;
}

.fs-c-productListCarousel__list__item {
  margin: 0 10px;
  max-width: 151px;
}

/*
    Component
*/
.mb-70 {
  margin-bottom: 70px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 1200px) {
  .mb-70 {
    margin-bottom: 0 !important;
  }
  .mb-50 {
    margin-bottom: 0 !important;
  }
  .mt-40 {
    margin-top: 0 !important;
  }
}
.view_more {
  margin: 0 auto;
  width: fit-content;
}

.view_more a {
  padding: 9px 63px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #838D95 !important;
  border: 1px solid #838D95;
}

/* slick */
@media screen and (min-width: 1201px) {
  .fs-body-top .flywheel-recommend__frame button {
    display: none;
  }
}
.fs-c-slick .slick-dots li button:before {
  font-size: 10px;
}

.fs-pt-carousel__slide {
  height: 375px;
}

.fs-c-slick .slick-slide {
  margin: 0 5px;
}

.fs-c-slick .slick-slide img {
  height: 100%;
}

.fs-c-productListCarousel__ctrl {
  min-width: 23px;
  height: 23px;
  background: #838D95;
  color: #fff;
}

.p-fs-c-productListCarousel__list__itemTrack {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  gap: 0 20px;
}

.fs-c-productListCarousel__list.swiper-container {
  flex: 1;
  padding: 0px 10px;
}

.swiper-initialized .p-fs-c-productListCarousel__list__itemTrack {
  gap: 0 0px;
}

.p-fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
  flex: 0 0 calc(20% - 14px);
  max-width: calc(20% - 14px);
  min-width: 0;
  margin: 0px;
}

.p-fs-c-productListCarousel__list__itemTrack .fs-c-productListItem__control form {
  flex: 1;
}

.p-fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-button--addToCart--list {
  flex: 1;
  width: 100%;
}

.p-fs-c-productListCarousel__list__itemTrack .fs-c-productName__name {
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fs-c-button--carousel {
  font-size: 2.3rem;
}

.fs-c-productListItem__imageContainer {
  margin-bottom: 30px;
}

.fs-c-productMark {
  gap: 4px 0px;
}

.fs-c-productMark__mark {
  padding: 5px 10px;
  border-radius: 0;
}

.fs-c-productMark__mark span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
}

.fs-c-productMark__mark--10 {
  color: #fff;
  background: #D9B787;
}

.fs-c-productMark__mark--19 {
  color: #fff;
  background: #79062F;
}

.fs-c-productMark__mark--22 {
  color: #fff;
  background: #C07B55;
}

.fs-c-productMark__mark--35 {
  color: #fff;
  background: #FEBF62;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000;
  letter-spacing: 0.1rem;
  margin-right: 10px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #bb0000;
  margin-right: 0px;
}

.fs-c-productListCarousel {
  margin-bottom: 30px;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__notice {
  display: none;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__control > *:last-child {
  display: none;
}

.fs-c-productName__name {
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none;
}

.fr3-item__productPrice span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.fr3-item__productPrice__price {
  letter-spacing: 0.1rem;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .flywheel-recommend__frame {
    margin-bottom: 25px;
  }
  .fs-pt-carousel__slide {
    height: 100%;
  }
  .fr3-item__link {
    height: auto;
  }
  .fr3-item__image {
    height: auto;
  }
  .fr3-item__image img {
    height: auto;
  }
  .fs-c-productListItem__imageContainer {
    min-height: 133px;
  }
  .fs-c-productListItem__image {
    height: 100%;
  }
  .fs-c-slick .slick-slide {
    margin: 0;
  }
}
.fr3-item__rankContainer {
  justify-content: center;
}

.fr3-item__rank {
  position: relative;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 15px !important;
  background-repeat: no-repeat;
}

.fr3-item__rank[data-item-rank="1"]::before {
  border-bottom: 22px solid #C49E00;
}

.fr3-item__rank[data-item-rank="1"]::after {
  border-top: 22px solid #C49E00;
}

.fr3-item__rank[data-item-rank="2"]::before {
  border-bottom: 22px solid #AFAFB0;
}

.fr3-item__rank[data-item-rank="2"]::after {
  border-top: 22px solid #AFAFB0;
}

.fr3-item__rank[data-item-rank="3"]::before {
  border-bottom: 22px solid #B88A5C;
}

.fr3-item__rank[data-item-rank="3"]::after {
  border-top: 22px solid #B88A5C;
}

.fr3-item__rank::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 22px solid #666666;
  border-left: 20px solid transparent;
  position: absolute;
  top: 1px;
  z-index: -1;
}

.fr3-item__rank::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #666666;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 94%;
  z-index: -1;
}

.fr3-item__rankContainer {
  margin-bottom: 20px;
  height: 42px !important;
}

.fr3-item__rank {
  padding-top: 23px;
  width: 24px;
  height: 24px;
  font-size: 15px;
}

/* end:slick */
/* 
    ranking
*/
.tab-container {
  margin: 20px auto 50px;
}

.tab-buttons {
  display: flex;
  gap: 2px;
  justify-content: space-between;
}

.tab-button {
  padding: 10px 20px;
  width: 294px;
  border: none;
  background-color: #EDEDED;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #C4C4C4;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.tab-button.active {
  background-color: #838D95;
  color: #fff;
}

.tab-button.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #838D95;
}

.ranking_frame {
  display: none;
}

.ranking_frame.active {
  margin-bottom: 70px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .fs-body-top .ranking_frame button {
    /* display: none; */
  }
}
.fr3-item__productName {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
  justify-content: center;
}

.fs-c-productListItem__imageContainer + .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  margin-top: -30px;
  margin-bottom: px;
}

.fs-c-productList__list__item .fs-c-productListItem__control {
  gap: 4px 8px;
}

.fs-c-productList__list__item form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: column nowrap;
}

.fs-c-productList__list__item form > .fs-c-productListItem__imageContainer {
  order: -30;
}

.fs-c-productList__list__item form > .fs-c-productListItem__viewMoreImageButton {
  order: -20;
}

.fs-c-productList__list__item form > .fs-c-productMarks {
  order: -10;
}

.fs-c-productList__list__item .fs-c-productName__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 63px;
}

@media screen and (max-width: 1200px) {
  .fs-c-productList__list__item .fs-c-productName__name {
    -webkit-line-clamp: 3;
    min-height: 60px;
  }
}
.fs-c-productListItem__control .fs-c-button--plain {
  border: 1px solid transparent;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  background-color: #000;
  padding: 6px 4px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .fs-c-productListItem__control .fs-c-button--plain {
    min-width: 120px;
  }
}
.fs-c-productListItem__control .fs-c-button--plain:visited,
.fs-c-productListItem__control .fs-c-button--plain:hover {
  color: #fff;
  text-decoration: none;
}

.fs-c-button--plain:hover {
  text-decoration: none;
}

.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}

/* 
    newitem
*/
.newitem_frame {
  margin-bottom: 30px;
}

/* 
    scroll-hint
*/
.scroll-hint-icon:before {
  display: none !important;
}

.scroll-hint-icon {
  height: auto !important;
  border-radius: 0 !important;
  padding: 20px 10px 3px 10px !important;
}

@media screen and (max-width: 1200px) {
  /*
      hamburger
  */
  .menu {
    display: block;
  }
  .hamburger {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 25px;
  }
  .hamburger span {
    height: 3px;
    display: block;
    background-color: #000;
    border-radius: 2px;
  }
  .menu {
    padding: 20px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    height: 100%;
    background-color: #EDEDED;
    transition: right 0.4s ease;
    z-index: 10;
    overflow: scroll;
  }
  .menu_hd {
    margin-bottom: 35px;
  }
  .menu_hd_logo {
    width: 145px;
  }
  .menu_hd_logo img {
    width: 100%;
  }
  .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 4rem;
    color: #000;
    cursor: pointer;
  }
  .menu_inr {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .menu_list {
    border-top: 1px solid #000;
    width: 45%;
  }
  .menu_list_item {
    border-bottom: 1px solid #000;
  }
  .menu_list_item a {
    padding: 10px 5px 10px 40px;
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .menu_list_item a::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .menu_list_item.cart a::after {
    background-image: url("../img/top/cart_icon.png");
    width: 18px;
    height: 15px;
  }
  .menu_list_item.mypage a::after {
    background-image: url("../img/top/home_icon.png");
    width: 17px;
    height: 17px;
  }
  .menu_list_item.favorite a::after {
    background-image: url("../img/top/fav_icon.png");
    width: 16px;
    height: 14px;
  }
  .menu_list_item.login a::after {
    background-image: url("../img/top/user_icon.png");
    width: 20px;
    height: 18px;
  }
  .menu_list_item.register a::after {
    background-image: url("../img/top/register_icon.png");
    width: 16px;
    height: 17px;
  }
  .menu_list_item.info a::after {
    background-image: url("../img/top/info_icon.png");
    width: 17px;
    height: 17px;
  }
  .menu_search .fs-p-headerNavigation__search {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .menu_search .fs-p-inputGroup {
    background-color: #fff;
  }
  .menu_search .fs-p-inputGroup input {
    background-color: #fff;
    font-weight: 500;
    color: #000;
  }
  .menu_info {
    margin-bottom: 25px;
    width: 100%;
  }
  .menu_info a img {
    width: 100%;
  }
  .menu_ft_link {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .menu_ft_link a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
  }
  .menu_ft_copy p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    text-align: center;
  }
  .menu.open {
    right: 0;
  }
  .hd_info {
    padding: 5px 0;
  }
  .hd_info p {
    font-size: 1.2rem;
  }
  .hd_inr {
    padding: 3px 15px 0px 0;
    height: 58px;
    align-items: center;
  }
  .hd_logo {
    margin-right: 60px;
  }
  .hd_logo a {
    width: 155px;
  }
  .hd_logo p {
    display: none;
  }
  .hd_link_contact {
    display: none;
  }
  .hd_link_item {
    margin-right: 20px;
    align-items: center;
    gap: 15px;
  }
  .hd_link_item .hd_link_item_user {
    width: 18px;
    height: 17px;
  }
  .hd_link_item .hd_link_item_fav {
    width: 17px;
    height: 15px;
  }
  .hd_link_item .hd_link_item_cart {
    width: 20px;
    height: 16px;
  }
  .hd_link_item .hd_link_item_info {
    width: 17px;
    height: 17px;
  }
  /* 
      megamenu
  */
  .megamenu.fixed {
    margin-top: 58px;
  }
  .megamenu_list {
    padding: 0 15px;
    gap: 0 2px;
  }
  .megamenu_list .menu_item > a {
    font-size: 1.1rem;
    align-items: start;
    white-space: nowrap;
    letter-spacing: -0.02em;
    gap: 0 4px;
  }
  .megamenu_list .menu_item img {
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .megamenu_list .menu_item .mega_icon {
    width: 9px;
    height: 13px;
  }
  .megamenu_list .menu_item .mega_icon2 {
    width: 12px;
    height: 15px;
  }
  .megamenu_list .menu_item .mega_icon3 {
    width: 15px;
    height: 15px;
  }
  .megamenu_list .menu_item .mega_icon4 {
    width: 12px;
    height: 15px;
  }
  .megamenu_list .menu_item .mega_icon5 {
    width: 14px;
    height: 14px;
  }
  .fs-body-top .fs-l-main {
    padding: 0;
  }
  /* 
      search_tag
  */
  .search_tag {
    margin: 20px 0;
    flex-direction: column;
    gap: 0;
  }
  .fs-p-headerNavigation__search {
    padding: 0 15px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
  }
  .fs-p-inputGroup input {
    padding: 7px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
  }
  .fs-p-inputGroup input::placeholder {
    color: #aaa;
  }
  .megamenu .fs-p-headerNavigation__search .fs-p-inputGroup input {
    font-size: 1.6rem;
  }
  .fs-p-searchForm__button::before {
    width: 15px;
    height: 15px;
  }
  .search_tag_list {
    padding: 0 15px;
    width: 100vw;
  }
  .search_tag_list::-webkit-scrollbar {
    display: none;
  }
  .search_tag_list_item {
    min-width: 102px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search_tag_list_item a {
    padding: 6px;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .search_tag_list--modal {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    gap: 8px;
  }
  .search_tag_list--modal .search_tag_list_item {
    min-width: 92px;
  }
  .search_tag_list--modal .search_tag_list_item a {
    /* font-size: 1.1rem; */
    letter-spacing: 0em;
  }
  .modal-content .search_tag {
    margin: 10px 0px;
  }
  .modal-content .fs-p-headerNavigation__search {
    min-width: 0;
    width: 100%;
    padding: 0px;
  }
  .modal-content .fs-p-inputGroup {
    background-color: #ffffff;
  }
  .modal-content .fs-p-inputGroup input {
    background-color: #fff;
  }
  .serach_list_ttl {
    margin: 10px 0;
    background-color: #000;
  }
  .serach_list_ttl a {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .serach_list_ttl p {
    margin: 0;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .serach_list_ttl.area p img {
    margin-right: 10px;
    width: 10px;
    height: 15px;
  }
  .serach_list_ttl.brand p img {
    margin-right: 9px;
    width: 11px;
    height: 14px;
  }
  .serach_list_ttl.price p img {
    margin-right: 6px;
    width: 14px;
    height: 15px;
  }
  .serach_list_ttl.vintage p img {
    margin-right: 8px;
    width: 12px;
    height: 16px;
  }
  .serach_list_ttl.about a img {
    margin-right: 6px;
    width: 15px;
    height: 16px;
  }
  .serach_list_ttl .accordion {
    position: relative;
  }
  .serach_list_ttl .accordion::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/open_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 10px;
  }
  .serach_list_ttl.active .accordion::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/close_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 10px;
  }
  .accordion_item {
    padding: 0 0 15px;
    display: none;
  }
  .accordion_area_france {
    width: 100%;
  }
  .accordion_area_france_main {
    position: relative;
    border-bottom: 1px dashed #C6C6C6;
  }
  .accordion_area_france_main a {
    margin: 0;
    padding: 0 0 10px 35px;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_france_main a::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/france.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
  }
  .accordion_area_france_sub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_france_sub a {
    padding: 10px 35px;
    display: block;
    width: 48%;
    font-size: 1.3rem;
    color: #000;
    border-bottom: 1px dashed #C6C6C6;
    position: relative;
  }
  .accordion_area_france_sub a:nth-of-type(2n) {
    padding: 10px 0;
  }
  .accordion_area_france_sub a:nth-of-type(3) {
    border: none;
  }
  .accordion_area_france_sub a:nth-of-type(4) {
    border: none;
  }
  .accordion_area_france_sub a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_america {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_america p {
    margin: 0;
    padding: 10px 0 10px 35px;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_america p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/america.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
  }
  .accordion_area_america a {
    padding: 10px 40px 10px 7px;
    display: inline-block;
    width: 50%;
    color: #000;
    font-size: 1.3rem;
    position: relative;
  }
  .accordion_area_america a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_italia {
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_italia a {
    margin: 0;
    padding: 10px 0 10px 35px;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_italia a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/italia.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
  }
  .accordion_area_italia a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_chile {
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_chile a {
    margin: 0;
    padding: 10px 0 10px 35px;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_chile a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/chile.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
  }
  .accordion_area_chile a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_inr {
    display: flex;
    justify-content: space-between;
  }
  .accordion_area_hdg {
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_hdg p {
    margin: 20px 0 10px;
    font-size: 1.5rem;
  }
  .accordion_area_chateau {
    width: 48%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_chateau a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_chateau a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_secondwine {
    width: 48%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_secondwine a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_secondwine a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_supersecond {
    width: 48%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_supersecond a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_supersecond a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_setwine {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_setwine a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_setwine a::after {
    content: "";
    position: absolute;
    right: 52.3%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_primeur {
    width: 48%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_primeur a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_primeur a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_scotland {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_scotland p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_scotland a {
    padding: 10px 0 10px 40px;
    display: inline-block;
    width: 50%;
    font-size: 1.3rem;
    position: relative;
  }
  .accordion_area_scotland a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/scotland.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
  }
  .accordion_area_scotland a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_othere {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_othere a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_othere a::after {
    content: "";
    position: absolute;
    right: 4.4%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_area_gift {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_area_gift a {
    margin: 0;
    padding: 10px 0 10px 7px;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .accordion_area_gift a::after {
    content: "";
    position: absolute;
    right: 1.3%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_brand {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  .accordion_brand a {
    width: 87px;
    height: auto;
  }
  .accordion_brand a img {
    width: 100%;
  }
  .accordion_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accordion_price_link {
    width: 48%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_price_link a {
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    color: #000;
    letter-spacing: 0.15rem;
    position: relative;
  }
  .accordion_price_link a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .accordion_vintage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accordion_vintage_link {
    width: 48%;
    border-bottom: 1px solid #C6C6C6;
  }
  .accordion_vintage_link a {
    padding: 10px 0;
    display: block;
    font-size: 1.3rem;
    color: #000;
    letter-spacing: 0.15rem;
    position: relative;
  }
  .accordion_vintage_link a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/top/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
  }
  .menu_sns {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .menu_sns_insta {
    width: 29px;
    height: 29px;
  }
  .menu_sns_line {
    width: 33px;
    height: 32px;
  }
  .menu_sns_x {
    width: 30px;
    height: 28px;
  }
  /* 
      tophdg
  */
  .tophdg {
    padding: 0;
  }
  .tophdg h1 {
    font-size: 1.5rem;
    line-height: 25px;
  }
  /* 
      news_sec
  */
  .news_sec {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .news_list_item_time time {
    font-size: 1.3rem;
  }
  .news_list_item_ttl a {
    font-size: 1.4rem;
  }
  /* 
      producer_sec
  */
  .producer_hdg h2 {
    font-size: 2.1rem;
    line-height: 25px;
    letter-spacing: 0.2rem;
  }
  .producer_hdg h2 span {
    font-size: 1.6rem;
  }
  .producer_list {
    padding: 0 15px;
    justify-content: center;
    flex-direction: column;
  }
  .producer_list_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .producer_list_item_inr {
    /* width: 145px; */
    /* height: 111px; */
    width: 39%;
    height: auto;
  }
  .producer_list_item_img {
    /* width: 145px; */
    /* height: 111px; */
    width: 100%;
    height: auto;
  }
  .producer_list_item_name a {
    font-size: 1.3rem;
  }
  .producer_list_item_country p {
    margin: 0 0 5px 0;
    font-size: 1.3rem;
  }
  .producer_list_item_country p img {
    width: 19px;
    height: 13px;
  }
  .producer_list_item_description p {
    margin: 0;
    font-size: 1.2rem;
  }
  .producer_list_item_inr2 {
    width: 57%;
  }
  .view_more a {
    font-size: 13px;
    padding: 12px 140px;
  }
  /* 
      primeurbnr
  */
  .primeurbnr {
    padding: 0 15px;
  }
  /* 
      about_bnr
  */
  .about_bnr_container {
    padding: 0 15px;
  }
  .about_bnr {
    background-image: url("../img/top/about_bnr_sp.png");
  }
  .about_bnr_hdg {
    margin: 0 auto 10px;
    width: 210px;
  }
  .about_bnr_hdg2 {
    margin: 0 auto 10px;
    width: 220px;
  }
  .about_bnr_hdg3 {
    margin: 0 auto 10px;
    width: 300px;
  }
  .about_bnr_txt p {
    font-size: 1.3rem;
    line-height: 25px;
  }
  .about_bnr_list {
    flex-direction: column;
    gap: 20px;
  }
  .about_brn_list_item_ttl {
    margin: 0 40px;
  }
  .about_brn_list_item_txt p {
    line-height: 25px;
  }
  /* 
      membership_sec
  */
  .membership_sec {
    margin-bottom: 25px;
    padding: 35px 15px 30px;
  }
  .membership_txt {
    width: 100%;
  }
  .membership_list_item {
    margin-bottom: 20px;
  }
  .membership_list_item_img {
    width: 120px;
    height: 125px;
  }
  .membership_list_item_description h3 {
    margin: 0 0 5px 0;
    font-size: 1.35rem;
    line-height: 25px;
    letter-spacing: 0.06em;
  }
  .membership_list_item_description p {
    font-size: 1.3rem;
  }
  .membership_txt {
    margin: 10px auto 15px;
    width: 265px;
    height: auto;
  }
  .membership_register a {
    font-size: 1.6rem;
  }
  /* 
      bnr
  */
  .bnr {
    padding: 0 15px;
    flex-direction: column;
  }
  /* 
      mailmagazine_sec
  */
  .mailmagazine_inr {
    width: 100%;
  }
  .mailmagazine_sec {
    margin: 20px 0;
    padding: 20px 15px 40px;
  }
  .mailmagazine_name {
    flex-direction: column;
    align-items: start;
  }
  .mailmagazine_name_input {
    width: 100%;
  }
  .mailmagazine_name_input input {
    font-size: 1.4rem;
  }
  .mailmagazine_mail {
    flex-direction: column;
    align-items: start;
  }
  .mailmagazine_mail_input {
    width: 100%;
  }
  .mailmagazine_mail_input input {
    font-size: 1.4rem;
  }
  .mailmagazine_register {
    width: 300px;
  }
  .mailmagazine_register input[type=submit] {
    width: 300px;
  }
  .mailmagazine_txt p {
    font-size: 1.5rem;
  }
  /* 
      footer
  */
  .registration_bnr a {
    font-size: 1.3rem;
  }
  .registration_bnr a img {
    width: 25px;
    height: 30px;
  }
  .lineIdLink_bnr a {
    font-size: 1.3rem;
  }
  .lineIdLink_bnr a img {
    width: 50px;
    height: 20px;
  }
  .fs-p-footerNavigationItem__title {
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: start;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
  }
  .ft_txt {
    margin-bottom: 10px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 23px;
  }
  .ft_txt span {
    font-weight: bold;
  }
  .ft_payment_icon {
    width: 80%;
  }
  .fs-clientInfo.fs-p-footerNavigationItem__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .fs-p-footerNavigationItem__navItem {
    padding: 15px 0;
    width: 50%;
    text-align: center;
  }
  .fs-p-footerNavigationItem__navItem.border-b {
    border-bottom: 1px dashed #D0D0D0;
  }
  .fs-p-footerNavigationItem__navItem.border-r {
    border-right: 1px dashed #D0D0D0;
  }
  .fs-p-footerNavigationItem__navItem.border-l {
    border-left: 1px dashed #D0D0D0;
  }
  .fs-p-footerNavigationItem__navItem.border-rb {
    border-right: 1px dashed #D0D0D0;
    border-bottom: 1px dashed #D0D0D0;
  }
  .fs-p-footerNavigationItem__navItem.border-lb {
    border-left: 1px dashed #D0D0D0;
    border-bottom: 1px dashed #D0D0D0;
  }
  .fs-p-footerNavigationItem__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-footer__utility {
    flex-direction: column-reverse;
  }
  .footerUtilityMenu__list {
    flex-wrap: wrap;
  }
  .fs-p-footerSnsLink {
    margin-bottom: 15px;
  }
  .footerUtilityMenu__list a {
    margin-bottom: 15px;
    padding-right: 25px;
    font-size: 1.4rem;
  }
  .p-footerCopyright__text {
    font-size: 1rem;
  }
  /* 
      tab-container
  */
  .tab-container {
    margin: 20px auto 40px;
    padding: 0 15px;
  }
  .tab-button {
    padding: 13px 0px;
    width: 116px;
    font-size: 13px;
  }
  .tab-button.active::before {
    margin-left: -13px;
    border: 10px solid transparent;
    border-top: 10px solid #838D95;
  }
  /* 
      ranking
  */
  .ranking_frame.active {
    margin-bottom: 35px;
  }
  .fr3-item__link .fr3-item__productName {
    font-size: 14px;
  }
  .fr3-item__productPrice .fr3-item__productPrice__price {
    font-size: 14px;
  }
  .fs-c-productListCarousel__list__item {
    margin: 0 15px;
  }
  .p-fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .p-fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-button--addToCart--list {
    font-size: 12px;
    white-space: nowrap;
  }
  /*
      newitem
   */
  .newitem_frame {
    margin-bottom: 30px;
  }
}
.fs-p-scrollingCartButton {
  display: none;
}

/* シンプルヘッダー・フッター */
.hd--simple .hamburger,
.hd--simple .hd_link {
  display: none;
}

.hd--simple .hd_logo {
  margin: 0px;
}

.hd--simple {
  border-bottom: 1px solid #7c8790;
}

.fs-l-footer__contents--simple .fs-p-footerNavigation,
.fs-l-footer__contents--simple #note_about_alcohol,
.fs-l-footer__contents--simple .fs-p-bannerGroup {
  display: none;
}

.fs-l-footer__contents--simple .l-footer__utility {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .fs-l-footer__contents--simple .l-footer__utility {
    margin-top: 30px;
  }
}
/* マイページ */
@media screen and (max-width: 1200px) {
  .fs-c-accountService {
    gap: 0 16px;
  }
  .fs-c-accountService__page {
    flex: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .fs-c-accountService__page--couponList {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.flywheel-recommend__frame {
  overflow: hidden;
}

.fr3-productListCarousel.swiper-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative;
  overflow: visible;
  gap: 0 10px;
}
.fr3-productListCarousel.swiper-container .swiper-notification {
  display: none;
}
.fr3-productListCarousel.swiper-container .fr3-productListCarousel__slides {
  flex: 1;
  display: flex;
  gap: 0 20px;
  scroll-snap-type: auto;
  scroll-behavior: auto;
  overflow: visible;
}
.fr3-productListCarousel.swiper-container .fr3-productListCarousel__slide.swiper-slide {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);
}
@media screen and (max-width: 1200px) {
  .fr3-productListCarousel.swiper-container .fr3-productListCarousel__slide.swiper-slide {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.fr3-productListCarousel.swiper-initialized .swiper-wrapper {
  gap: 0 !important;
}

.fr3-productListCarousel .swiper-button,
.fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
  flex: 0 0 48px;
  max-width: 48px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .fr3-productListCarousel .swiper-button,
  .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
    flex: 0 0 32px;
    max-width: 32px;
  }
}
.fr3-productListCarousel .swiper-button-prev,
.fr3-productListCarousel .swiper-button-next,
.fr3-productListCarousel .fr3-productListCarousel__nextButton,
.fr3-productListCarousel .fr3-productListCarousel__prevButton {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  transition: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 4.4rem;
  line-height: 1;
  min-height: 1em;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  width: 48px;
  max-width: 48px;
  height: 23px;
  max-height: 23px;
  min-height: 23px;
  background: #838D95;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .fr3-productListCarousel .swiper-button-prev,
  .fr3-productListCarousel .swiper-button-next,
  .fr3-productListCarousel .fr3-productListCarousel__nextButton,
  .fr3-productListCarousel .fr3-productListCarousel__prevButton {
    width: 32px;
    max-width: 32px;
  }
}
.fr3-productListCarousel .swiper-button-prev:disabled,
.fr3-productListCarousel .swiper-button-next:disabled,
.fr3-productListCarousel .fr3-productListCarousel__nextButton:disabled,
.fr3-productListCarousel .fr3-productListCarousel__prevButton:disabled {
  opacity: 1;
}
.fr3-productListCarousel .swiper-button-prev img,
.fr3-productListCarousel .swiper-button-next img,
.fr3-productListCarousel .fr3-productListCarousel__nextButton img,
.fr3-productListCarousel .fr3-productListCarousel__prevButton img {
  display: none;
}
.fr3-productListCarousel .swiper-button-prev::before,
.fr3-productListCarousel .swiper-button-next::before,
.fr3-productListCarousel .fr3-productListCarousel__nextButton::before,
.fr3-productListCarousel .fr3-productListCarousel__prevButton::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .fr3-productListCarousel .swiper-button-prev,
  .fr3-productListCarousel .swiper-button-next,
  .fr3-productListCarousel .fr3-productListCarousel__nextButton,
  .fr3-productListCarousel .fr3-productListCarousel__prevButton {
    width: 32px;
    max-width: 32px;
  }
}
.fr3-productListCarousel .swiper-button-prev,
.fr3-productListCarousel .fr3-productListCarousel__prevButton {
  left: 0;
}
.fr3-productListCarousel .swiper-button-prev::before,
.fr3-productListCarousel .fr3-productListCarousel__prevButton::before {
  content: "\e90b";
}
.fr3-productListCarousel .swiper-button-prev::after,
.fr3-productListCarousel .fr3-productListCarousel__prevButton::after {
  content: none;
}
.fr3-productListCarousel .swiper-button-next,
.fr3-productListCarousel .fr3-productListCarousel__nextButton {
  right: 0px;
}
.fr3-productListCarousel .swiper-button-next::before,
.fr3-productListCarousel .fr3-productListCarousel__nextButton::before {
  content: "\e90c";
}
.fr3-productListCarousel .swiper-button-next::after,
.fr3-productListCarousel .fr3-productListCarousel__nextButton::after {
  content: none;
}
