@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;
  }
}


body {
  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: 80px;
  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) {

  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: #000 !important;
  color: #fff !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(4, 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;
  margin-bottom: 20px;
}

.p-premium-contents .wrap ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  color: #fff;
}

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

.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;
    margin-bottom: 20px;
  }

  .p-premium-contents .wrap ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    color: #fff;
  }

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

  .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;
  }
}

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



.l-header-language {
  position: relative;

}
.l-header-language.is-sp {
  display: none !important;
}
.l-header-language.is-pc {
  display: flex !important;
}
@media screen and(max-width:768px) {
  .l-header-language {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
  .l-header-language.is-pc {
  display: none !important;
}
  .l-header-language.is-sp {
  display: block !important;
}
}

.l-header-language:before {
  right: -5px;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .8rem;
  background: #fff;
  border: none !important;
  cursor: pointer;
}

.lang-menu {
  position: absolute;
  top: calc(100% + .3rem);
  left: 0;
  min-width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  display: none;
  padding: .4rem 0;
  list-style: none;
}

.lang-menu li a {
  display: block;
  padding: .4rem .8rem;
  text-decoration: none;
  color: #333;
}

.lang-menu li a:hover {
  background: #f5f5f5;
}

.lang-menu.open {
  display: block;
}