@charset "UTF-8";

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.l-header-language {
  display: none !important;
}

body {
  padding-top: 85px;
  font-family: "Noto Sans JP", sans-serif;
}

.l-header-help {
  flex-wrap: nowrap;
}

.l-main-navi-list {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-main-navi-list__item {
    position: relative;
  }

  .l-dropdown-menu {
    top: 55px !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 10px;
    min-width: 180px;
  }

  .l-main-navi__overlay {
    top: 86px !important;
  }

  .l-dropdown-menu-list {
    flex-direction: column;
    gap: 12px;
  }

  .l-dropdown-menu-list__item {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 0 !important;
  }

  .l-dropdown-menu-list__item a {
    font-weight: normal;
  }

  .l-header-account {
    position: relative;
  }

  .l-header-account .l-dropdown-menu {
    left: unset;
    right: 0;
    top: 45px !important;
  }

  .l-header-account .l-header-account-list {
    flex-direction: column;
    gap: 12px;
  }

  .l-header-account .l-header-account-list li {
    margin: 0;
  }

  .l-main-navi-list__link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: min(1vw, 15px);
    white-space: nowrap;
  }

  .l-main-navi-list__link:before {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -4px;
  }

  .l-main-navi-list__item a {
    font-size: min(1vw, 15px);
    white-space: nowrap;
    padding: 5px 0;
    line-height: 20px;
  }
}

@media screen and (max-width: 1240px) {
  body {
    padding-top: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .l-dropdown-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .l-dropdown-menu .u-container {
    padding: 0;
  }

  .l-dropdown-menu-list {
    background: #fff;
  }

  .l-main-navi-list__item {
    border-top: 0 solid #000;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .l-main-navi-list__item a {
    display: block;
    padding: 22px 0 18px;
    font-size: 16px;
  }

  .l-main-navi-list__link {
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    padding-left: 0;
    font-size: 16px;
  }

  .l-sp-header-search__form {
    border: none !important;
  }

  .l-sp-header-search__input input {
    background: #F3F3F3;
  }

  .l-dropdown-menu-list__link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
  }

  .l-sp-header-help-box {
    border: none;
    padding-right: 0;
    padding-left: 0;
  }

  .l-sp-header-help-list__item {
    border: none;
  }

  .l-sp-header-help-list__item a {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .l-main-navi-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .l-sp-header-help-list {
    border-top: none;
  }

  .l-sp-header-sns-list {
    padding-top: 10px;
  }

  .l-menu-btn {
    right: -45px;
  }

  .l-menu-btn span {
    height: 1px;
  }

  .l-main-navi-list__link:before,
  .l-main-navi-list__link:after {
    display: none;
  }

  .l-main-navi-list__link {
    white-space: nowrap;
    background-image: url(../img/icon_bottom.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
  }

  .l-main-navi-list__link.is-on {
    background-image: url(../img/icon_top.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
  }

  .l-dropdown-menu-list__link {
    padding: 7px 0 !important;
  }
}

.l-header-main {
  max-width: 100%;
  padding: 20px;
  height: auto;
}

.l-header-logo__img {
  height: auto;
}

.l-header-language {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
}

.l-header-language:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: all ease 0.2s;
}

@media screen and (max-width: 1100px) {
  .l-main-navi-list {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .l-main-navi {
    justify-content: flex-end;
  }

  .l-header-help {
    margin-left: 90px;
  }

  .l-header-main {
    max-width: 100%;
    padding: 12px 20px;
    height: auto;
    margin: 0 auto;
    padding-right: 50px;
    box-sizing: border-box;
  }
}

#slider a {
  display: flex;
  text-decoration: none;
}

#slider a .img {
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#slider a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#slider a .contents {
  width: 45%;
  margin-left: auto;
  padding: 140px 20px 110px;
  box-sizing: border-box;
}

#slider a .contents .copy {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}

#slider a .contents .logo {
  text-align: center;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 14px;
}

#slider a .contents .brand {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

#slider a .contents .name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  #slider a {
    display: flex;
    text-decoration: none;
  }

  #slider a .img {
    width: 45%;
  }

  #slider a .contents {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .l-header-language {
    display: none !important;
  }

  body {
    padding-top: 64px;
  }

  .l-header-logo__img img {
    max-width: 150px;
  }

  #slider a {
    display: block;
    text-decoration: none;
  }

  #slider a .img {
    width: 100%;
    height: auto;
    position: unset;
  }

  #slider a .img img {
    width: 100%;
  }

  #slider a .contents {
    width: 100%;
    margin-left: auto;
    padding: 40px 25px;
    box-sizing: border-box;
  }

  #slider a .contents .copy {
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }

  #slider a .contents .logo {
    text-align: center;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 0;
  }

  #slider a .contents .brand {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  #slider a .contents .name {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.more__btn {
  display: block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
  color: #fff;
  border-radius: 90px;
  margin: 0 auto;
  position: relative;
}

.more__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.more__btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.more__btn.btn02 {
  color: #000;
  background: #fff;
  border: none;
}

.more__btn.btn02::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 90px;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.more__btn.btn02:hover {
  background: #000;
  color: #fff;
}

.more__btn.btn02:hover::after {
  background-image: url(../img/icon_arrow_right_wh.svg);
}

.more__btn.btn02::after {
  background-image: url(../img/icon_arrow_right_bk.svg);
}

.p-main-slider .bx-wrapper .bx-pager {
  bottom: 30px;
  right: 30px;
  text-align: right;
  color: #fff;
}

.bx-pager-link {
  color: #fff;
  font-size: 0;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: 30px;
    right: 30px;
    text-align: center;
    width: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    color: #fff;
  }

  .bx-pager-link {
    color: #fff;
    font-size: 0;
  }

  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.p-top-news {
  background: #000;
  padding: 18px 20px;
}

.p-top-news .u-container {
  display: flex;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
  gap: 20px;
}

.p-top-news span {
  color: #fff;
  font-size: 16px;
}

.p-top-news .date {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-top-news {
    background: #000;
    padding: 20px 20px;
    margin-top: 40px;
  }

  .p-top-news .u-container {
    display: block;
    padding: 0;
  }

  .p-top-news span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .p-top-news .date {
    color: #fff;
    font-size: 16px;
  }
}

.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}

.c-ttl-bg:before {
  width: 100%;
  left: 0;
}

.is-new.c-ttl-bg:before {
  background: url(../img/new-bg.jpg) center center no-repeat;
  background-size: cover;
}

.is-ranking.c-ttl-bg:before {
  background: url(../img/ranking-bg.jpg) center center no-repeat;
  background-size: cover;
}

.c-ttl-bg span {
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.c-item-list__price,
.p-ranking-list__price {
  margin-top: 0;
}

.c-item-list__btn.is-added {
  color: #982F3F;
}

.p-ranking-list__num {
  background: transparent !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #000;
  padding-top: 0;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .p-main-slider .bx-wrapper {
    margin-bottom: 0;
  }

  .c-ttl-bg:before {
    width: 100%;
    left: 0;
  }

  .is-new.c-ttl-bg:before {
    background: url(../img/new-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .is-ranking.c-ttl-bg:before {
    background: url(../img/ranking-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .c-ttl-bg span {
    font-size: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
  }

  .c-item-list__price,
  .p-ranking-list__price {
    margin-top: 0;
  }

  .c-item-list__btn.is-added {
    color: #982F3F;
  }

  .p-ranking-list__num {
    background: transparent !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #000;
    padding-top: 0;
    border-radius: 50%;
    top: 10px;
    right: 10px;
  }

  .c-item-list__txt,
  .p-ranking-list__item {
    padding-bottom: 30px;
  }
}

.p-subsc {
  background: url(../img/subsc-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 40px;
  text-align: center;
}

.p-subsc a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.p-subsc h2 {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 10px;
}

.p-subsc .link {
  padding-right: 30px;
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: right;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .p-subsc {
    background: url(../img/subsc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 20px;
    text-align: center;
  }

  .p-subsc a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }

  .p-subsc h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .p-subsc .link {
    padding-right: 30px;
    background-image: url(../img/icon_arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: right;
    font-weight: bold;
    font-size: 18px;
  }
}

.p-next {
  background: url(../img/next-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 40px;
  margin-bottom: 80px;
}

.p-next-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-next-img {
  width: 48%;
  position: relative;
}

.p-next-img p {
  position: absolute;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  padding-top: 50px;
}

.p-next-img img {
  width: 70%;
  margin-left: auto;
  display: block;
}

.p-next-contents {
  width: 42%;
}

.p-next-contents h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.p-next-contents p {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .p-next {
    padding: 100px 20px;
  }

  .p-next-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p-next-img {
    width: 48%;
    position: relative;
  }

  .p-next-img p {
    font-size: 40px;
  }

  .p-next-contents {
    width: 42%;
  }

  .p-next-contents h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .p-next-contents p {
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-next {
    background: url(../img/next-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
  }

  .p-next-box {
    display: block;
  }

  .p-next-img {
    width: 100%;
    position: relative;
  }

  .p-next-img p {
    position: absolute;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    padding-top: 50px;
  }

  .p-next-img img {
    width: 60%;
    margin-left: auto;
    display: block;
  }

  .p-next-contents {
    width: 100%;
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }

  .p-next-contents h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .p-next-contents p {
    color: #fff;
    font-size: 16px;
  }
}

.c-ttl-main {
  font-size: 38px;
  font-weight: 300;
}

.p-price {
  background: #F3F3F3;
  padding: 40px 40px 100px;
}

.p-price .c-ttl-main {
  text-align: center;
}

.p-price-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}

.p-price-list__item {
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
}

.p-price-list__item:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.p-category {
  background: #F3F3F3;
  padding: 100px 0 40px;
}

.p-category-contents {
  display: none;
}

.p-category-contents.show {
  display: block;
}

.p-category-list .c-item-list .c-item-list__item {
  width: 20%;
}

.p-category-tab {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}

.p-category-tab__item {
  border-bottom: 1px solid #000;
  padding: 10px 30px;
  font-size: 18px;
  cursor: pointer;
}

.p-category-tab__item.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
  position: relative;
}

.p-category-tab__item.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
  /* 矢印の色 */
}

@media screen and (max-width: 1100px) {
  .p-price-list__item {
    font-size: 14px;
  }

  .p-category-list .c-item-list {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .p-category-list .c-item-list .c-item-list__item {
    width: 140px;
    padding: 0;
  }

  .p-category-listWrap {
    overflow: scroll;
    -ms-overflow-style: none;
    padding: 0 20px;
  }

  .p-category-listWrap::-webkit-scrollbar {
    display: none;
  }

  .p-category-tabWrap {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: scroll;
    -ms-overflow-style: none;
  }

  .p-category-tabWrap::-webkit-scrollbar {
    display: none;
  }

  .p-category-tab {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
  }

  .p-category-tab__item {
    border-bottom: 1px solid #000;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
  }

  .p-category-tab__item.active {
    font-weight: bold;
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width: 768px) {
  .p-price {
    background: #F3F3F3;
    padding: 0 0 70px;
  }

  .p-price .c-ttl-main {
    text-align: center;
  }

  .p-price-list__item {
    font-size: 16px;
  }

  .p-price-list {
    display: block;
  }

  .p-price-list__item {
    margin-bottom: 10px;
  }

  .p-price-list__item:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  .p-category {
    background: #F3F3F3;
    padding: 70px 0;
  }

  .p-category .u-container {
    padding: 0;
  }

  .p-category-contents {
    display: none;
  }

  .p-category-contents.show {
    display: block;
  }
}

.p-premium {
  display: flex;
  position: relative;
  background: #000;
  margin-bottom: 50px;
}

.p-premium-img {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.p-premium-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-premium-contents {
  width: 50%;
  margin-left: auto;
  padding: 90px 0;
}

.p-premium-contents .wrap {
  padding: 50px;
  width: 85%;
  margin: 0 auto;
  background: linear-gradient(#181818, #313131);
  position: relative;
  box-sizing: border-box;
}

.p-premium-contents .wrap::after {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #A79D7F;
}

.p-premium-contents .wrap h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
}

.p-premium-contents .wrap p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-premium-contents .wrap ul {
  position: relative;
  z-index: 3;
}

.p-premium-contents .wrap ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.p-premium-contents .wrap ul li span {
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  color: #A79D7F;
}

.p-premium-contents .wrap ul li {
  font-size: 16px;
  color: #fff;
}

.p-premium-contents .wrap ul {
  margin-bottom: 20px;
}

.p-premium-contents .wrap a {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 999px) {
  .p-premium {
    display: block;
    position: relative;
    background: #000;
    margin-bottom: 50px;
  }

  .p-premium-img {
    width: 100%;
    position: unset;
    height: auto;
  }

  .p-premium-img img {
    width: 100%;
  }

  .p-premium-contents {
    width: 100%;
    margin-left: auto;
    padding: 45px 0;
  }

  .p-premium-contents .wrap {
    padding: 35px 30px;
    width: 95%;
    margin: 0 auto;
    background: linear-gradient(#181818, #313131);
    position: relative;
    box-sizing: border-box;
  }

  .p-premium-contents .wrap::after {
    content: "";
    width: 97%;
    height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #A79D7F;
  }

  .p-premium-contents .wrap h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .p-premium-contents .wrap p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .p-premium-contents .wrap ul {
    position: relative;
    z-index: 3;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .p-premium-contents .wrap ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .p-premium-contents .wrap ul li span {
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    color: #A79D7F;
  }

  .p-premium-contents .wrap ul li {
    font-size: 14px;
    color: #fff;
  }

  .p-premium-contents .wrap ul {
    margin-bottom: 20px;
  }

  .p-premium-contents .wrap a {
    position: relative;
    z-index: 3;
  }
}

.p-winery {
  padding: 80px 0 0;
}

.p-winery-txt {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.p-winery-item {
  background: #F3F3F3;
  padding-bottom: 100px;
}

.p-winery-box {
  display: flex;
  position: relative;
}

.p-winery-contents {
  background: #DDDDDD;
  padding: 112px 100px;
  width: 40%;
  margin-left: auto;
  box-sizing: border-box;
}

.p-winery-contents h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-winery-contents .en {
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
}

.p-winery-contents .area {
  font-size: 13px;
  color: #747474;
  margin-bottom: 20px;
}

.p-winery-contents .txt {
  font-size: 16px;
}

.p-winery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}

.p-winery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-winery-bottom {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  box-sizing: border-box;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.p-winery-bottom__img {
  width: 34%;
  position: relative;
}

.p-winery-bottom__img span {
  color: #747474;
  font-size: 13px;
  padding: 3px 8px;
  border: 1px solid #747474;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Jost", sans-serif;
}

.p-winery-bottom__contents {
  width: 64%;
}

.p-winery-bottom__contents .ttl {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}

.p-winery-bottom__contents .price {
  font-size: 16px;
  margin-bottom: 20px;
}

.p-winery-bottom__contents .txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.p-winery-bottom__contents .btn-box {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.p-winery-bottom__contents .btn-box a {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .p-winery-contents {
    background: #DDDDDD;
    padding: 112px 50px;
    width: 50%;
  }

  .p-winery-img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-main {
    font-size: 28px;
  }

  .p-winery {
    padding: 40px 0 0;
  }

  .p-winery-txt {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .p-winery-item {
    background: #F3F3F3;
    padding-bottom: 0;
  }

  .p-winery-box {
    display: block;
  }

  .p-winery-contents {
    background: #DDDDDD;
    padding: 20px 20px 40px;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  .p-winery-contents h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .p-winery-contents .en {
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    margin-bottom: 20px;
  }

  .p-winery-contents .area {
    font-size: 14px;
    color: #747474;
    margin-bottom: 20px;
  }

  .p-winery-contents .txt {
    font-size: 16px;
  }

  .p-winery-img {
    position: unset;
    width: 100%;
    height: auto;
  }

  .p-winery-img img {
    width: 100%;
  }

  .p-winery-bottom {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    display: block;
    padding: 40px 20px;
    margin-top: 0;
    z-index: 2;
  }

  .p-winery-bottom__img {
    width: 100%;
    position: relative;
  }

  .p-winery-bottom__img span {
    color: #747474;
    font-size: 13px;
    padding: 3px 8px;
    border: 1px solid #747474;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Jost", sans-serif;
  }

  .p-winery-bottom__contents {
    width: 100%;
  }

  .p-winery-bottom__contents .ttl {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
  }

  .p-winery-bottom__contents .price {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .p-winery-bottom__contents .txt {
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .p-winery-bottom__contents .btn-box {
    display: block;
  }

  .p-winery-bottom__contents .btn-box a {
    margin: 14px auto;
  }
}

.p-feature {
  padding: 100px 40px;
}

.p-feature .slick-prev {
  background-image: url(../img/icon_arrow_left.svg);
  background-repeat: no-repeat;
  left: -50px;
  /* 必要に応じて調整 */
}

.p-feature .slick-prev:hover {
  background-image: url(../img/icon_arrow_left.svg) !important;
  background-repeat: no-repeat;
}

.p-feature .slick-prev,
.p-feature .slick-next {
  width: 40px;
  height: 50px;
}

.p-feature .slick-prev:before,
.p-feature .slick-next:before {
  display: none;
}

.p-feature .slick-next {
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  right: -50px;
  /* 必要に応じて調整 */
}

.p-feature .slick-next:hover {
  background-image: url(../img/icon_arrow_right.svg) !important;
  background-repeat: no-repeat;
}

.p-feature-txt {
  text-align: center;
  font-size: 16px;
}

.p-feature-list {
  margin-top: 30px;
}

.p-feature-list .slick-slide {
  margin: 0 18px !important;
}

.p-feature-list .slick-slide a {
  margin: 0 !important;
}

.p-feature-list__item {
  text-decoration: none;
  margin: 0 18px !important;
}

.p-feature-list__item img {
  display: block;
  margin-bottom: 20px;
}

.p-feature-list__ttl {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.p-feature-list__txt {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-feature {
    padding: 70px 0;
  }

  .p-feature .slick-prev {
    background-image: url(../img/icon_arrow_left.svg);
    background-repeat: no-repeat;
    left: -20px;
    /* 必要に応じて調整 */
  }

  .p-feature .slick-prev:hover {
    background-image: url(../img/icon_arrow_left.svg) !important;
    background-repeat: no-repeat;
  }

  .p-feature .slick-prev,
  .p-feature .slick-next {
    width: 40px;
    height: 50px;
  }

  .p-feature .slick-prev:before,
  .p-feature .slick-next:before {
    display: none;
  }

  .p-feature .slick-next {
    background-image: url(../img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    right: -25px;
    /* 必要に応じて調整 */
  }

  .p-feature .slick-next:hover {
    background-image: url(../img/icon_arrow_right.svg) !important;
    background-repeat: no-repeat;
  }

  .p-feature-txt {
    text-align: left;
    font-size: 16px;
  }

  .p-feature-list {
    margin-top: 30px;
  }

  .p-feature-list__item {
    text-decoration: none;
    margin: 0 10px !important;
  }

  .p-feature-list__item img {
    display: block;
    margin-bottom: 20px;
  }

  .p-feature-list__ttl {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .p-feature-list__txt {
    font-size: 16px;
    display: block;
  }
}

.l-footer {
  background: #000;
}

.l-footer-navi-list__item,
.l-footer-navi-list__link {
  color: #fff;
}

.l-footer-navi-list__item:hover,
.l-footer-navi-list__link:hover {
  color: #fff;
}

.l-copyright {
  border-top: 1px solid #fff;
}

.l-copyright__logo a {
  color: #fff;
}

.l-footer-shopinfo {
  width: -moz-max-content;
  width: max-content;
}

.l-footer-sns-list {
  justify-content: center;
  gap: 35px;
  margin-top: 30px;
}

.l-footer-sns-list__item {
  margin: 0;
}

.l-footer-shopinfo__logo img {
  max-width: 210px;
}

.l-footer-navi {
  width: 60%;
}

.l-footer-main {
  padding-bottom: 110px;
}

.l-bottom {
  margin-top: 0;
}

.p-shopguide-wrap {
  margin-top: 0;
}

.p-shopguide {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/guide-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.p-shopguide-box__ttl {
  font-size: 20px;
}

.p-shopguide__body {
  font-size: 16px;
}

.c-item-list__item {
  padding-bottom: 30px;
}

.p-feature-list__item {
  margin-right: 36px;
}

.p-feature-list__item:hover {
  text-decoration: none;
  opacity: 0.85;
}

@media screen and (max-width: 999px) {
  .l-footer-shopinfo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .l-footer-navi {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-footer-navi-list {
    width: 30;
  }

  .l-footer-other {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    background: #000;
  }

  .l-footer-navi-list {
    margin-bottom: 15px;
  }

  .l-footer-navi-list__item,
  .l-footer-navi-list__link {
    color: #fff;
  }

  .l-footer-navi-list__item:hover,
  .l-footer-navi-list__link:hover {
    color: #fff;
  }

  .l-copyright {
    border-top: 1px solid #fff;
  }

  .l-copyright__logo a {
    color: #fff;
    font-size: 13px;
  }

  .l-footer-shopinfo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .l-footer-sns-list {
    justify-content: center;
    gap: 35px;
    margin-top: 30px;
  }

  .l-footer-sns-list__item {
    margin: 0;
  }

  .l-footer-shopinfo__logo img {
    max-width: 210px;
  }

  .l-footer-navi {
    width: 100%;
    margin-top: 50px;
  }

  .l-footer-main {
    padding-bottom: 40px;
  }

  .l-bottom {
    margin-top: 0;
  }

  .p-shopguide-wrap {
    margin-top: 0;
  }

  .p-shopguide {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/guide-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
  }

  .p-shopguide-box__ttl {
    font-size: 20px;
  }

  .p-shopguide__body {
    font-size: 16px;
  }

  .c-item-list__item {
    padding-bottom: 30px;
  }

  .p-feature-list__item {
    margin-right: 36px;
  }

  .p-feature-list__item:hover {
    text-decoration: none;
    opacity: 0.85;
  }
}

.p-product-explain {
  margin: 0 auto;
}

.product__inner {
  max-width: 1190px;
  margin: 0 auto;
}

.product__index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 100px;
  padding: 0 20px;
}

.product__index--item {
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  background-image: url(../img/icon_arrow_bottom_color.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
  background-position: 94% !important;
  background: #fff;
  border: none;
  position: relative;
  transition: 0.3s ease;
}

.product__index--item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.product__index--item:hover {
  text-decoration: none;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
  color: #fff;
}

.product__wineData {
  margin-bottom: 60px;
}

.product__wineData--title {
  margin-top: 0;
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
}

.product__wineData--table {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #D0D0D0;
}

.product__wineData--table tr {
  border-bottom: 1px solid #D0D0D0;
}

.product__wineData--table th {
  background: #F6F6F6;
  box-sizing: border-box;
  width: 20%;
  padding: 15px 40px;
  text-align: left;
  font-size: 16px;
}

.product__wineData--table td {
  background: #fff;
  box-sizing: border-box;
  width: 80%;
  font-size: 16px;
  padding: 15px 40px;
}

.product__detail {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.product__detail--contents {
  padding: 30px 8%;
}

.product__detail--title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}

.product__detail--text {
  font-size: 16px;
}

.product__tasting {
  background: #F8F8F8;
  padding: 60px 100px;
}

.product__tasting--title {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

.product__tasting--box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.product__tasting--box .img {
  width: 50%;
}

.product__tasting--box .contents {
  width: 46%;
}

.product__tasting--box .contents .name {
  margin-top: 0;
  font-size: 18px;
}

.product__tasting--box .contents table {
  width: 100%;
  border-top: 1px solid #DFDFDF;
  margin-bottom: 30px;
}

.product__tasting--box .contents table tr {
  border-bottom: 1px solid #DFDFDF;
}

.product__tasting--box .contents table th {
  width: 20%;
  box-sizing: border-box;
  text-align: left;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
}

.product__tasting--box .contents table td {
  font-size: 16px;
}

.product__tasting--box .contents .detail h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 16px;
}

.product__tasting--box .contents .detail p {
  font-size: 16px;
}

.product__paring {
  padding: 100px 0;
}

.product__paring--title {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

.product__paring--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.product__paring--listImg {
  margin-bottom: 10px;
}

.product__winery--title {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

.product__winery--main {
  max-width: 1000px;
  margin: 0 auto;
}

.product__winery--contents {
  padding: 20px 8%;
}

.product__winery--contents h4 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

.product__winery--sub {
  padding: 50px 0 100px;
}

.product__winery--sub h3 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0;
}

.product__winery--sub .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__winery--sub .box .img {
  width: 50%;
}

.product__winery--sub .box .contents {
  width: 50%;
  padding-left: 40px;
}

.product__winery--sub .box .contents p {
  font-size: 16px;
}

.product__winery--sub .box:nth-of-type(even) {
  flex-direction: row-reverse;
}

.product__winery--sub .box:nth-of-type(even) .contents {
  padding-left: 0;
  padding-right: 0;
}

.product__winery--sub .box+.box {
  margin-top: 60px;
}

.product__producer {
  margin-bottom: 100px;
}

.product__producer--title {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

.product__check {
  padding: 100px 0;
}

.product__check--title {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

.product__check .c-item-list {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .product__inner {
    padding: 0 20px;
  }

  .product__index {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-bottom: 60px;
    padding: 0;
  }

  .product__index--item {
    font-size: 12px;
    text-align: center;
    padding: 16px 0;
    background-image: url(../img/icon_arrow_bottom_color.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: 94% !important;
    background: #fff;
    border: none;
    position: relative;
    transition: 0.3s ease;
  }

  .product__index--item::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
  }

  .product__index--item:hover {
    text-decoration: none;
    background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
    color: #fff;
  }

  .product__wineData {
    margin-bottom: 60px;
  }

  .product__wineData--title {
    margin-top: 0;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
  }

  .product__wineData--table {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #D0D0D0;
  }

  .product__wineData--table tr {
    border-bottom: 1px solid #D0D0D0;
    display: flex;
    flex-direction: column;
  }

  .product__wineData--table th {
    background: #F6F6F6;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
    text-align: left;
    font-size: 16px;
  }

  .product__wineData--table td {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
  }

  .product__detail {
    max-width: 1000px;
    margin: 0 auto 70px;
  }

  .product__detail--contents {
    padding: 30px 0 0;
  }

  .product__detail--title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
  }

  .product__detail--text {
    font-size: 16px;
  }

  .product__tasting {
    background: #F8F8F8;
    padding: 40px 20px;
  }

  .product__tasting--title {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .product__tasting--box {
    display: block;
    margin-bottom: 30px;
  }

  .product__tasting--box .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .product__tasting--box .contents {
    width: 100%;
  }

  .product__tasting--box .contents .name {
    margin-top: 0;
    font-size: 18px;
  }

  .product__tasting--box .contents table {
    width: 100%;
    border-top: 1px solid #DFDFDF;
    margin-bottom: 30px;
  }

  .product__tasting--box .contents table tr {
    border-bottom: 1px solid #DFDFDF;
  }

  .product__tasting--box .contents table th {
    width: 35%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
  }

  .product__tasting--box .contents table td {
    font-size: 16px;
  }

  .product__tasting--box .contents .detail h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 16px;
  }

  .product__tasting--box .contents .detail p {
    font-size: 16px;
  }

  .product__paring {
    padding: 40px 0;
  }

  .product__paring--title {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .product__paring--lists {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }

  .product__paring--list {
    margin-bottom: 15px;
  }

  .product__paring--listImg {
    margin-bottom: 10px;
  }

  .product__winery--title {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .product__winery--main {
    max-width: 1000px;
    margin: 0 auto;
  }

  .product__winery--contents {
    padding: 20px 0;
  }

  .product__winery--contents h4 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .product__winery--sub {
    padding: 50px 0 100px;
  }

  .product__winery--sub h3 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .product__winery--sub .box {
    display: block;
  }

  .product__winery--sub .box .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .product__winery--sub .box .contents {
    width: 100%;
    padding-left: 0;
  }

  .product__winery--sub .box .contents p {
    font-size: 16px;
  }

  .product__winery--sub .box:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .product__winery--sub .box:nth-of-type(even) .contents {
    padding-left: 0;
    padding-right: 0;
  }

  .product__winery--sub .box+.box {
    margin-top: 40px;
  }

  .product__producer {
    margin-bottom: 75px;
  }

  .product__producer--title {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .product__check {
    padding: 40px 0;
  }

  .product__check .u-container {
    padding: 0;
  }

  .product__check--title {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .product__check .c-item-list {
    justify-content: center;
  }
}

.c-btn-cart {
  border-radius: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-weight: normal;
}

.p-product-form-btn__cart .c-btn-cart {
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.p-product-form-btn__cart .c-btn-cart:hover {
  opacity: 0.85;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.p-product-form-btn__favorite .c-btn-cart {
  color: #000 !important;
  background: #fff;
  position: relative;
  border: none !important;
}

.p-product-form-btn__favorite .c-btn-cart::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 90px;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.p-product-form-btn__subsc {
  margin-bottom: 20px;
}

.p-product-form-btn__subsc .c-btn-cart {
  color: #000 !important;
  background: #fff;
  position: relative;
}

.p-product-form-btn__subsc .c-btn-cart::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 90px;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.p-top-chart {
  padding: 60px 40px;
  overflow: hidden;
}

.p-top-chart .u-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-top-chart__contents {
  width: 20%;
}

.p-top-chart__contents h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: normal;
}

.p-top-chart__contents p {
  font-size: 16px;
}

.p-top-chart__img {
  width: 75%;
  position: relative;
  text-align: center;
}

.p-top-chart__img img {
  margin: 0 auto;
}

.p-top-chart__img a {
  display: block;
  width: 52px;
  height: 120px;
  position: absolute;
}

.p-top-chart__img .link01 {
  left: 73px;
  top: 73px;
}

.p-top-chart__img .link02 {
  left: 214px;
  top: 205px;
}

.p-top-chart__img .link03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top-chart__img .link04 {
  top: 147px;
  right: 327px;
}

.p-top-chart__img .link05 {
  top: 203px;
  right: 105px;
}

.p-top-chart__img .link06 {
  top: 123px;
  right: 59px;
}

.p-top-chart__img .link07 {
  left: 236px;
  bottom: 146px;
}

.p-top-chart__img .link08 {
  left: 320px;
  bottom: 146px;
}

.p-top-chart__img .link09 {
  bottom: 102px;
  right: 180px;
}

.p-top-chart__img .link10 {
  bottom: 102px;
  right: 111px;
}

@media screen and (max-width: 768px) {
  .p-top-chart {
    padding: 40px 0;
  }

  .p-top-chart .u-container {
    display: block;
  }

  .p-top-chart__contents {
    width: 100%;
    text-align: center;
  }

  .p-top-chart__contents h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: normal;
  }

  .p-top-chart__contents p {
    font-size: 16px;
  }

  .p-top-chart__img {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 20px;
    width: 330px;
    margin: 0 auto;
  }

  .p-top-chart__img img {
    width: 100%;
  }

  .p-top-chart__img a {
    display: block;
    width: 33px;
    height: 77px;
    position: absolute;
  }

  .p-top-chart__img .link01 {
    left: 37px;
    top: 61px;
  }

  .p-top-chart__img .link02 {
    left: 76px;
    top: 194px;
  }

  .p-top-chart__img .link03 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .p-top-chart__img .link04 {
    top: 144px;
    right: 111px;
  }

  .p-top-chart__img .link05 {
    top: 194px;
    right: 56px;
  }

  .p-top-chart__img .link06 {
    top: 69px;
    right: 25px;
  }

  .p-top-chart__img .link07 {
    left: 64px;
    bottom: 124px;
  }

  .p-top-chart__img .link08 {
    left: 98px;
    bottom: 124px;
  }

  .p-top-chart__img .link09 {
    bottom: 84px;
    right: 76px;
  }

  .p-top-chart__img .link10 {
    bottom: 85px;
    right: 36px;
  }
}

.p-top-chart__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #fff;
  padding: 55px 75px 115px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}

.p-top-chart__modal .img {
  width: 50%;
}

.p-top-chart__modal .contents {
  width: 50%;
}

.p-top-chart__modal .contents h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.p-top-chart__modal .contents .detail {
  padding: 16px 20px;
  background: #F3F3F3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  margin-bottom: 10px;
}

.p-top-chart__modal .contents .detail .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.p-top-chart__modal .contents .price {
  margin-bottom: 40px;
}

.p-top-chart__modal .contents .more__btn {
  margin-left: 0;
}

.p-top-chart__modal .modal-close {
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-right: 22px;
  background-image: url(../img/icon_close.svg);
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 9999;
}

.p-top-chart__modal,
.modal-mask {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-top-chart__modal.is-active,
.modal-mask.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .p-top-chart__modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: #fff;
    padding: 20px 20px 90px;
    display: block;
    justify-content: space-between;
    max-width: 90%;
    max-height: 90%;
    width: 500px;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .p-top-chart__modal .img {
    width: 100%;
  }

  .p-top-chart__modal .contents {
    width: 100%;
  }

  .p-top-chart__modal .contents h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .p-top-chart__modal .contents .detail {
    padding: 13px 12px;
    background: #F3F3F3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 30px;
    margin-bottom: 10px;
  }

  .p-top-chart__modal .contents .detail .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
  }

  .p-top-chart__modal .contents .price {
    margin-bottom: 20px;
    text-align: center;
  }

  .p-top-chart__modal .contents .more__btn {
    margin-left: auto;
    width: 90%;
  }

  .p-top-chart__modal .modal-close {
    position: unset;
    cursor: pointer;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding-right: 22px;
    background-image: url(../img/icon_close.svg);
    background-repeat: no-repeat;
    background-position: right 4px;
    background-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin: 40px auto 0;
    transform: translateX(0);
  }

  .modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 9999;
  }
}

.c-breadcrumbs-list {
  background: #fff !important;
}

.product2 .product-form {
  display: flex !important;
  justify-content: space-between;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.product2 .p-product-txt {
  display: block;
}

.product2 .u-container-s {
  margin: 0;
  width: 40%;
  max-width: 45%;
}

.product2 .p-product-img {
  width: 57%;
}

.product2 .p-product-info {
  width: 100%;
}

.product2 .p-product-action {
  width: 90%;
  padding-left: 0;
}

.product2 .p-product-img__main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .product2 .product-form {
    display: block !important;
    justify-content: space-between;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
  }

  .product2 .p-product-txt {
    display: block;
  }

  .product2 .u-container-s {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .product2 .p-product-img {
    width: 100%;
  }

  .product2 .p-product-info {
    width: 100%;
  }

  .product2 .p-product-action {
    width: 100%;
    padding-left: 0;
  }

  .product2 .p-product-img__main {
    overflow: hidden;
  }

  .product2 .p-product-link-list {
    margin-left: 0;
    padding-top: 30px;
    border-top: 1px solid #D0D0D0;
  }
}

.guest-header {
  display: none;
}

.l-footer-info {
  display: none;
}

.guest .guest-header {
  display: flex;
  align-items: center;
}

.guest .user-header {
  display: none;
}

.guest .l-header-main__in {
  margin-right: 60px;
}

.guest .l-main-navi-list__item {
  margin-right: 40px;
}

.guest .l-header-account {
  display: none;
}

@media screen and (max-width: 768px) {
  .guest .l-header-account {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .guest .l-header-help {
    margin-left: 0;
  }
}

.guest .l-header-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .guest .l-header-btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.guest .l-header-btns a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 90px;
}

.guest .l-header-btns a.register {
  color: #fff;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.guest .l-header-btns a.register:hover {
  opacity: 0.8;
  text-decoration: none;
}

.guest .l-header-btns a.login {
  color: #000;
  background: #fff;
  border: none;
  position: relative;
  transition: 0.3s ease;
}

.guest .l-header-btns a.login::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 90px;
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
}

.guest .l-header-btns a.login:hover {
  background: linear-gradient(150deg, #C56229 0, #861B2C 23%, #1E1136 56%);
  text-decoration: none;
  color: #fff;
}

.guest .l-main-navi-list {
  border: none;
}

.guest .l-main-navi-list__item {
  border: none;
}

.guest .l-footer-navi-list {
  display: none;
}

.guest .l-footer-main {
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.guest .l-footer-shopinfo {
  margin: 0 auto;
}

.guest .l-footer-info {
  display: block;
}

.guest .l-footer-info p {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.guest .l-footer-navi {
  justify-content: center;
  width: 100%;
}

.guest .l-footer-other {
  width: auto;
}

.fv {
  overflow: hidden;
  position: relative;
}

.fv__scroll {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 5;
}

.fv__scroll p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  writing-mode: vertical-rl;
}

.fv__scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  top: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

.fv__scroll {
  /* 線のアニメーション */
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.fv__slider {
  position: relative;
}

.fv__slider .swiper-slide {
  position: relative;
}

.fv__slider .swiper-slide .fv__contents {
  position: absolute;
  top: 50%;
  width: 40%;
  right: 5%;
  transform: translateY(-50%);
}

.fv__slider .swiper-slide .fv__contents h2 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  position: relative;
  line-height: 2;
  margin-bottom: 50px;
}

.fv__slider .swiper-slide .fv__contents h2 span {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  position: absolute;
  top: 50%;
  display: block;
  font-weight: 300;
  transform: translateY(-50%);
}

.fv__slider .swiper-slide .fv__contents h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}

.fv__slider .swiper-slide .fv__contents .links {
  width: -moz-max-content;
  width: max-content;
}

.fv__slider .swiper-slide .fv__contents .links .fv__btn {
  margin-left: 0;
  margin-bottom: 25px;
  width: 400px;
  font-size: 20px;
  height: 64px;
  line-height: 64px;
}

.fv__slider .swiper-slide .fv__contents .links .fv__btn::after {
  right: 27%;
}

.fv__slider .swiper-slide .fv__contents .links .fv__login {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.fv__slider .swiper-slide .fv__contents .links .fv__login p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.fv__slider .swiper-slide .fv__contents .links .fv__login a {
  display: inline-block;
  color: #fff;
  padding-right: 25px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 1200px) {
  .fv__slider .swiper-slide .fv__contents {
    width: 45%;
  }

  .fv__slider .swiper-slide .fv__contents h2 {
    font-size: 32px;
  }

  .fv__slider .swiper-slide .fv__contents h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    overflow: hidden;
    position: relative;
  }

  .fv__scroll {
    position: absolute;
    top: unset;
    bottom: 5%;
    left: 5%;
    transform: translateY(0);
    z-index: 5;
  }

  .fv__scroll p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 12px;
    writing-mode: vertical-rl;
  }

  .fv__scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    top: -85px;
    content: "";
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }

  .fv__slider {
    position: relative;
  }

  .fv__slider .swiper-slide {
    position: relative;
  }

  .fv__slider .swiper-slide .fv__contents {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 0 20px;
    box-sizing: border-box;
  }

  .fv__slider .swiper-slide .fv__contents h2 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    position: relative;
    line-height: 2;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .fv__slider .swiper-slide .fv__contents h2 span {
    font-family: "Jost", sans-serif;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    font-weight: 300;
    transform: translateY(-50%);
  }

  .fv__slider .swiper-slide .fv__contents h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
  }

  .fv__slider .swiper-slide .fv__contents .links {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .fv__slider .swiper-slide .fv__contents .links .fv__btn {
    margin-left: 0;
    margin-bottom: 25px;
    width: 285px;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
  }

  .fv__slider .swiper-slide .fv__contents .links .fv__btn::after {
    right: 22%;
  }

  .fv__slider .swiper-slide .fv__contents .links .fv__login {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .fv__slider .swiper-slide .fv__contents .links .fv__login p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
  }

  .fv__slider .swiper-slide .fv__contents .links .fv__login a {
    display: inline-block;
    color: #fff;
    padding-right: 25px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    background-image: url(../img/icon_arrow_right_wh.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right;
  }
}

.prestige__inner {
  display: flex;
  align-items: center;
}

.prestige__contents {
  width: 50%;
  padding: 0 8%;
  box-sizing: border-box;
}

.prestige__contents h3 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 500;
}

.prestige__contents p {
  font-size: 16px;
}

.prestige__img {
  width: 50%;
  position: relative;
}

.prestige__img p {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
  font-weight: 100;
  font-size: 116px;
  font-family: "Jost", sans-serif;
}

.prestige__img .map {
  display: block;
  position: absolute;
  bottom: -50px;
  left: -80px;
  width: 420px;
}

@media screen and (max-width: 1100px) {
  .prestige__inner {
    display: flex;
    align-items: center;
  }

  .prestige__contents {
    width: 50%;
    padding: 0 8%;
    box-sizing: border-box;
  }

  .prestige__contents h3 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 500;
  }

  .prestige__contents p {
    font-size: 16px;
  }

  .prestige__img {
    width: 50%;
    position: relative;
  }

  .prestige__img p {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 1;
    writing-mode: vertical-rl;
    font-weight: 100;
    font-size: 116px;
    font-family: "Jost", sans-serif;
  }

  .prestige__img .map {
    display: block;
    position: absolute;
    bottom: -50px;
    left: -80px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .prestige__inner {
    display: block;
  }

  .prestige__contents {
    width: 100%;
    padding: 70px 20px;
    box-sizing: border-box;
  }

  .prestige__contents h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500;
  }

  .prestige__contents p {
    font-size: 16px;
  }

  .prestige__img {
    width: 100%;
    position: relative;
  }

  .prestige__img p {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 1;
    writing-mode: vertical-rl;
    font-weight: 100;
    font-size: 66px;
    font-family: "Jost", sans-serif;
  }

  .prestige__img .map {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 30px;
    width: 220px;
  }
}

.wineries {
  padding: 0 40px 80px;
  overflow: hidden;
}

.wineries__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wineries__title {
  text-align: center;
  font-size: 166px;
  color: #DDDDDD;
  font-weight: 200;
  line-height: 1;
  font-family: "Jost", sans-serif;
  margin-bottom: 90px;
}

.wineries h3 {
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 500;
}

.wineries__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 60px;
}

.wineries__slider {
  position: relative;
}

.wineries__slider .swiper-slide .img {
  margin-bottom: 30px;
}

.wineries__slider .swiper-slide .logo {
  text-align: center;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wineries__slider .swiper-slide h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}

.wineries__slider .swiper-slide p {
  font-size: 16px;
  line-height: 1.5;
}

.wineries .swiper-button-prev,
.wineries .swiper-button-next {
  position: unset;
}

.wineries .swiper-controls {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
  gap: 30px;
}

.wineries .swiper-button-prev:after,
.wineries .swiper-rtl .swiper-button-next:after {
  display: none;
}

.wineries .swiper-button-next:after,
.wineries .swiper-rtl .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .wineries {
    padding: 0 20px 20px;
    overflow: hidden;
  }

  .wineries__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .wineries__title {
    text-align: center;
    font-size: 90px;
    color: #DDDDDD;
    font-weight: 200;
    line-height: 1;
    font-family: "Jost", sans-serif;
    margin-bottom: 40px;
  }

  .wineries h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
  }

  .wineries__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .wineries__slider {
    position: relative;
  }

  .wineries__slider .swiper-slide .img {
    margin-bottom: 20px;
  }

  .wineries__slider .swiper-slide .logo {
    text-align: center;
    width: 170px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wineries__slider .swiper-slide h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
  }

  .wineries__slider .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
  }

  .wineries .swiper-button-prev,
  .wineries .swiper-button-next {
    position: absolute;
  }

  .wineries .swiper-controls {
    position: unset;
    top: -80px;
    right: 0;
    display: block;
    gap: 30px;
  }

  .wineries .swiper-button-prev:after,
  .wineries .swiper-rtl .swiper-button-next:after {
    display: none;
  }

  .wineries .swiper-button-next:after,
  .wineries .swiper-rtl .swiper-button-prev:after {
    display: none;
  }
}

.concierge {
  padding: 20px 40px 80px;
}

.concierge__inner {
  max-width: 800px;
  margin: 0 auto;
}

.concierge__ttl {
  font-size: 13px;
  font-weight: normal;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 8px;
  border: 1px solid #000;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
}

.concierge__name {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #747474;
}

.concierge__name .name {
  font-size: 20px;
}

.concierge__name .en {
  font-size: 20px;
  font-weight: 300;
  color: #747474;
}

.concierge p {
  padding: 25px 0;
  font-size: 16px;
  line-height: 1.7;
  border-bottom: 1px solid #747474;
}

@media screen and (max-width: 768px) {
  .concierge {
    padding: 20px 20px 70px;
  }

  .concierge__inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .concierge__ttl {
    font-size: 13px;
    font-weight: normal;
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 8px;
    border: 1px solid #000;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
  }

  .concierge__name {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #747474;
  }

  .concierge__name .name {
    font-size: 20px;
  }

  .concierge__name .en {
    font-size: 20px;
    font-weight: 300;
    color: #747474;
  }

  .concierge p {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px solid #747474;
  }
}

.member {
  padding: 100px 40px;
  background: #000;
}

.member__inner {
  max-width: 940px;
  margin: 0 auto;
}

.member__title {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}

.member__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 55px;
}

.member__box {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}

.member__item {
  width: 31%;
}

.member__item02 {
  background: #1F1F1F;
  position: relative;
  z-index: 2;
}

.member__item03 {
  background: #43371C;
}

.member__item--cell {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #747474;
}

.member__item--cell.h100 {
  height: 120px;
  border-bottom: 0;
}

.member__item h3 {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}

.member__item .more__btn {
  width: 132px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}

.member__item p {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}

.member__item p span {
  font-size: 18px;
  font-weight: bold;
}

.member__item p span.price {
  font-size: 32px;
  font-weight: normal;
}

.member__item p.nowrap {
  padding-left: 250px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .member {
    padding: 70px 20px;
    background: #000;
  }

  .member__inner {
    max-width: 940px;
    margin: 0 auto;
  }

  .member__title {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
  }

  .member__text {
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 55px;
  }

  .member__box {
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
  }

  .member__item {
    width: 31%;
  }

  .member__item02 {
    background: #1F1F1F;
    position: relative;
    z-index: 2;
  }

  .member__item03 {
    background: #43371C;
  }

  .member__item--cell {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #747474;
  }

  .member__item--cell.h100 {
    height: 120px;
    border-bottom: 0;
  }

  .member__item h3 {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }

  .member__item .more__btn {
    width: 90px;
    line-height: 30px;
    height: 30px;
    font-size: 10px;
  }

  .member__item .more__btn::after {
    right: 4%;
    background-size: 8px;
  }

  .member__item p {
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 1.4;
    padding: 0 10px;
  }

  .member__item p span {
    font-size: 13px;
    font-weight: bold;
  }

  .member__item p span.price {
    font-size: 16px;
    font-weight: normal;
  }

  .member__item p.nowrap {
    text-align: left;
    padding-left: 120px;
    white-space: nowrap;
  }
}

.faq {
  padding: 100px 40px;
}

.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.faq__title {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}

.faq__list {
  margin-bottom: 10px;
}

.faq__list--title {
  background: #F3F3F3;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 98%;
}

.faq__list--title.is_active {
  background-image: url(../img/arrow_top.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 98%;
}

.faq__list--title span {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.faq__list--title p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.faq__list--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}

.faq__list--textWrap {
  padding: 20px;
  display: flex;
  gap: 20px;
}

.faq__list--text span {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.faq__list--text p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 70px 20px;
  }

  .faq__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .faq__title {
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  .faq__list {
    margin-bottom: 10px;
  }

  .faq__list--title {
    background: #F3F3F3;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    background-image: url(../img/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 96%;
  }

  .faq__list--title.is_active {
    background-image: url(../img/arrow_top.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 96%;
  }

  .faq__list--title span {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
  }

  .faq__list--title p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .faq__list--text {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }

  .faq__list--textWrap {
    padding: 20px;
    display: flex;
    gap: 20px;
  }

  .faq__list--text span {
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    font-family: "Jost", sans-serif;
    font-weight: 400;
  }

  .faq__list--text p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
  }
}

.contact {
  background: url(../img/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 40px;
}

.contact__title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}

.contact__btn {
  width: 400px;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
}

.contact__btn::after {
  right: 27%;
}

@media screen and (max-width: 768px) {
  .contact {
    background: url(../img/contact-bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 260px 20px 70px;
  }

  .contact__title {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
  }

  .contact__btn {
    width: 290px;
    font-size: 16px;
  }

  .contact__btn::after {
    right: 27%;
  }
}

.outro {
  overflow: hidden;
}

/* 共通 */
.outro__img {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
  margin-top: 5px;
}

.outro__img img {
  display: block;
  width: auto;
  height: 250px;
}

.fv .swiper-pagination{
  bottom: 20px;
  left: 40px;
  text-align: left;
}
.fv .swiper-pagination-bullet {
  background: #D0D0D0;
  opacity: 1;
}
.fv .swiper-pagination-bullet-active {
  background: #000000;
}
@media screen and (max-width: 768px) {

  /* 共通 */
  .outro__img {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    gap: 5px;
    margin-top: 5px;
  }

  .outro__img img {
    display: block;
    width: auto;
    height: 200px;
  }

  .guest .guest-header {
    padding-right: 20px !important;
  }

  .guest-header .l-menu-btn {
    right: -60px !important;
    top: -22px !important;
  }

  body {
    padding-top: 45px;
  }

  .l-main-navi.is-open {
    top: 40px;
    height: calc(100% - 40px);
    background: #fff;
  }
}

/* 上：左 → 右 */
.outro__img01 {
  animation: scroll-left-to-right 45s linear infinite;
}

/* 下：右 → 左 */
.outro__img02 {
  animation: scroll-right-to-left 45s linear infinite;
}

/* 左 → 右 */
@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* 右 → 左 */
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.l-main {
  overflow: hidden;
}

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