@charset "UTF-8";
/* webservice common */
:root {
  /*Color*/
  --logo-color: #074194;
  --attention-color: #FFD742;
  --important-color: #CC111A;
  --border-color: #DFDFDF;
  --btn-color: #F2F2F2;
  --text-color: #333;
  --bg-color: #F9F9F9;
  /*Font*/
  --cmn-font-family: "Noto Sans JP", sans-serif;
  --heading-font-weight: bold;
  --heading-font-size-h2: 3.6rem;
  --heading-font-size-h3: 2.8rem;
  --text-font-weight: normal;
  --text-size-base: 1.6rem;
  --text-size-s: 1.4rem;
  --text-size-xs: 1.2rem;
  --text-size-m: 1.8rem;
  --text-size-lg: 2rem;
  --text-size-slg: 2.4rem;
  --text-size-xlg: 2.8rem;
  --text-size-xxlg: 3.2rem;
  /*Container*/
  --container-max-width: 1200px;
  /*Shadow*/
  --shadow-cmn: box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  :root {
    --heading-font-size-h2: 2.6rem;
    --heading-font-size-h3: 2.4rem;
  }
}
@media (max-width: 768px) {
  :root {
    --container-max-width: 90%;
  }
}

/*:root
----------------------------------------------*/
body {
  background-color: #fff;
  background-size: contain;
  min-width: auto;
}

.ws-wrap {
  font-family: var(--cmn-font-family);
  font-size: var(--text-size-base);
  line-height: 1.5;
  display: grid;
  /*common----------------------------------------*/
  /*icons*/
  /*ボタンhover*/
  /* js */
  /*パンくず*/
  /* 緊急アナウンス */
  /*Layout*/
  /*トップ
  ----------------------------------------*/
  /*カテゴリ一覧
  ----------------------------------------*/
  /*カテゴリタイトル*/
  /* ブランド一覧 */
  /*カテゴリ一覧コンテンツ*/
  /*新商品・リニューアル商品一覧、製造終了商品一覧*/
  /*バナースライダー*/
  /*商品詳細
  ----------------------------------------*/
  /*成分表
  ----------------------------------------*/
  /*ワイン　このブランドの他の商品
  ----------------------------------------*/
  /*下部ナビ　商品カテゴリー
  ----------------------------------------*/
  /* 成分一覧
  ---------------------------------------- */
}
@media (max-width: 768px) {
  .ws-wrap {
    min-width: auto;
  }
}
.ws-wrap a {
  color: var(--logo-color);
  text-decoration: none;
}
.ws-wrap sup {
  font-size: 60%;
}
.ws-wrap .icons {
  line-height: 1;
  display: inline-block;
  position: relative;
}
.ws-wrap .icons::after,
.ws-wrap .icons::before {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: never;
  line-height: 1;
  content: "";
  display: inline-block;
  transition: 0.4s;
}
.ws-wrap .icons-left::after,
.ws-wrap .icons-left.icons-left {
  /*＜*/
  content: "\e902";
}
.ws-wrap .icons-right::after,
.ws-wrap .icons-right::before {
  /*＞*/
  content: "\e903";
}
.ws-wrap .icons-drop::after,
.ws-wrap .icons-drop::before {
  /*↓*/
  content: "\e901";
}
.ws-wrap .icons-arrow::after,
.ws-wrap .icons-arrow::before {
  /*→*/
  content: "\e906";
}
.ws-wrap .icon-external::after,
.ws-wrap .icon-external::before {
  /*→*/
  content: "\e907";
}
.ws-wrap .hover-effect {
  position: relative;
  overflow: hidden;
  width: 1em;
  height: 1em;
}
.ws-wrap .hover-effect::after, .ws-wrap .hover-effect::before {
  font-size: 0.8em;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0s;
}
.ws-wrap .hover-effect::before {
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .ws-wrap *[class]:hover > .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }
  .ws-wrap *[class]:hover > .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.ws-wrap .js-toggle-box {
  display: none;
}
.ws-wrap .ws-breadcrumb {
  font-size: var(--text-size-s);
  background-color: var(--bg-color);
  padding: 1em 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-breadcrumb {
    margin: 12.8vw 0 0;
    order: 2;
  }
}
.ws-wrap .ws-breadcrumb .ws-breadcrumb-nav {
  max-width: var(--container-max-width);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5em 1em;
}
@media (max-width: 1360px) {
  .ws-wrap .ws-breadcrumb .ws-breadcrumb-nav {
    margin: auto 5%;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-breadcrumb .ws-breadcrumb-nav {
    margin: auto;
  }
}
.ws-wrap .ws-breadcrumb .ws-breadcrumb-nav .ws-breadcrumb-list-link-home::before {
  /*home*/
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_bread.svg) no-repeat center 50%;
  background-size: contain;
  margin-right: 0.3em;
}
.ws-wrap .ws-breadcrumb .ws-breadcrumb-nav .icons {
  font-size: var(--text-size-xs);
  color: var(--text-color);
  margin-left: 1em;
}
.ws-wrap .ws-breadcrumb .ws-breadcrumb-nav .icons::before {
  content: none;
}
.ws-wrap .ws-breadcrumb .ws-breadcrumb-nav .ws-breadcrumb-list:last-of-type .icons-right::after {
  content: none;
}
.ws-wrap .ws_notification {
  font-size: 1.6rem;
  background-color: #FFD2D2;
  padding: 0.5em 0.5em 0;
}
.ws-wrap .ws_notification + .ws_notification {
  padding-top: 0;
}
.ws-wrap .ws_notification:last-of-type {
  padding-bottom: 0.5em;
}
.ws-wrap .ws_notification .container {
  margin-bottom: 0;
}
.ws-wrap .ws_notification li {
  margin-left: 1em;
  list-style-type: disc;
}
.ws-wrap .ws_notification li a {
  color: var(--text-color);
}
.ws-wrap .ws_notification li a:hover {
  text-decoration: underline;
}
.ws-wrap .ws-box {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-box {
    margin-top: 10.25vw;
  }
}
.ws-wrap .container {
  width: auto;
  max-width: var(--container-max-width);
  margin: auto auto 80px;
}
@media (max-width: 1360px) {
  .ws-wrap .container {
    margin: auto 5% 80px;
  }
}
@media (max-width: 768px) {
  .ws-wrap .container {
    margin: auto auto 15.4vw;
  }
}
.ws-wrap .heading-border {
  border-top: 3px solid var(--border-color);
  position: relative;
}
.ws-wrap .heading-border::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 0;
  border-top: 3px solid var(--logo-color);
  position: absolute;
  top: -3px;
  left: 0;
}
@media (max-width: 768px) {
  .ws-wrap .heading-border::before {
    width: 17.14%;
  }
}
.ws-wrap .ws-home .ws-home-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-home .ws-home-list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-list {
    justify-content: space-between;
    gap: 20px 15px;
  }
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box {
  text-align: center;
  width: calc(25% - 30px);
  height: 270px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
@media (max-width: 1333px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box {
    height: calc(22.5vw - 30px);
  }
}
@media (max-width: 1024px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box {
    width: calc(25% - 22.5px);
    height: calc(22.5vw - 22.5px);
  }
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .icons {
  color: var(--logo-color);
  margin-left: 0.2em;
  vertical-align: middle;
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .icons.icons-arrow {
  width: 18px;
  height: 18px;
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .icons.icons-arrow::before {
  top: 45%;
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .icons.icons-arrow::after {
  top: 45%;
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .icons.icons-arrow {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box:hover .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, 0);
  }
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box:hover .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 20px 10px;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-box-inner {
    padding: 1.6vw 0.8vw 0.8vw;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-box-inner {
    gap: 20px;
    padding: 20px 10px;
  }
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-img {
  width: 100%;
  height: min(65%, 175px);
  margin: 0 auto auto;
  display: flex;
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-img {
    height: min(32vw, 175px);
  }
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto auto 0;
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-btn {
  font-size: clamp(12px, 1.4vw, 1.8rem);
  font-weight: bold;
  color: var(--text-color);
  text-decoration: none;
  margin: auto;
  position: relative;
}
.ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-btn br {
  display: none;
}
@media (max-width: 1300px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-btn br {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box {
    width: 43vw;
    height: auto;
    flex: 0 1 calc(50% - 7.5px);
  }
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-btn {
    font-size: var(--text-size-s);
  }
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-btn .icons::after,
  .ws-wrap .ws-home .ws-home-list .ws-home-list-box .ws-home-list-btn .icons::before {
    transition: 0s;
  }
}
.ws-wrap .ws-home .ws-home-content {
  margin: 70px auto 70px 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content {
    margin: 60px auto 40px;
  }
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list {
    gap: 15px 30px;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list {
    flex-direction: column;
    gap: 20px;
  }
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list br {
    display: none;
  }
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn {
  width: calc(25% - 30px);
  font-size: clamp(12px, 1.2vw, 1.6rem);
  color: var(--text-color);
  text-decoration: none;
  display: block;
  border: 1px solid var(--border-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn {
    width: 100%;
    font-size: var(--text-size-base);
  }
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn .icons {
  color: var(--logo-color);
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn .icons.icons-arrow {
  width: 18px;
  height: 18px;
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn:hover .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn:hover .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn {
    flex: 1 0 auto;
    text-align: left;
  }
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 1em 0.5em;
  color: var(--text-color);
  font-weight: bold;
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn a {
    padding: 1em;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn a .ws-home-content-btn-img {
    width: 12.8vw;
  }
  .ws-wrap .ws-home .ws-home-content .ws-home-content-list .ws-home-content-btn a .ws-home-content-btn-img img {
    margin: auto;
  }
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-qa {
  text-align: right;
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-qa a {
  color: var(--text-color);
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-qa a .icons {
  color: var(--logo-color);
  margin-left: 0.2em;
  vertical-align: middle;
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-qa a .icons.icons-arrow {
  width: 18px;
  height: 18px;
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-qa a .icons.icons-arrow::before {
  top: 45%;
}
.ws-wrap .ws-home .ws-home-content .ws-home-content-qa a .icons.icons-arrow::after {
  top: 45%;
}
@media (max-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-qa a .icons.icons-arrow {
    width: 1em;
    height: 1em;
  }
}
@media (min-width: 768px) {
  .ws-wrap .ws-home .ws-home-content .ws-home-content-qa a:hover .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }
  .ws-wrap .ws-home .ws-home-content .ws-home-content-qa a:hover .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.ws-wrap .ws-related {
  background-color: var(--bg-color);
  padding: 60px 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-related {
    padding: 30px 0;
  }
}
.ws-wrap .ws-related .container {
  margin-bottom: 0;
}
.ws-wrap .ws-related .ws-related-head {
  font-size: var(--heading-font-size-h3);
  font-weight: normal;
  margin-bottom: 40px;
}
.ws-wrap .ws-related .ws-related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-related .ws-related-list {
    flex-direction: column;
  }
}
.ws-wrap .ws-related .ws-related-list li {
  width: calc(33.3333333333% - 26.6666666667px);
  background-color: #fff;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-related .ws-related-list li {
    flex: 0 0 calc(50% - 20px);
    width: auto;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-related .ws-related-list li {
    flex: auto;
  }
}
.ws-wrap .ws-related .ws-related-list li p {
  margin: auto 0;
}
.ws-wrap .ws-related .ws-related-list li a {
  color: var(--text-color);
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ws-wrap .ws-related .ws-related-list li a .icons {
  color: var(--logo-color);
  margin-left: 0.2em;
  vertical-align: middle;
}
.ws-wrap .ws-related .ws-related-list li a .icons.icons-arrow {
  width: 18px;
  height: 18px;
}
.ws-wrap .ws-related .ws-related-list li a .icons.icons-arrow::before {
  top: 45%;
}
.ws-wrap .ws-related .ws-related-list li a .icons.icons-arrow::after {
  top: 45%;
}
@media (max-width: 768px) {
  .ws-wrap .ws-related .ws-related-list li a .icons.icons-arrow {
    width: 1em;
    height: 1em;
  }
}
@media (min-width: 768px) {
  .ws-wrap .ws-related .ws-related-list li a:hover .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }
  .ws-wrap .ws-related .ws-related-list li a:hover .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.ws-wrap .ws-related .ws-related-list li a .ws-related-list-img {
  margin: auto 0;
  width: 32%;
}
.ws-wrap .ws-related .ws-related-list li a .ws-related-list-img img {
  margin: auto;
}
.ws-wrap .ws-related .ws-related-list li a .ws-related-list-cont {
  margin: auto 0;
  width: 62%;
}
.ws-wrap .ws-related .ws-related-list li a .ws-related-list-cont .ws-related-list-name {
  font-weight: bold;
  margin-bottom: 1em;
}
.ws-wrap .ws-related .ws-related-list li a .ws-related-list-cont .ws-related-list-txt {
  font-size: var(--text-size-s);
}
.ws-wrap .ws-group {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-group {
    margin-top: 40px;
  }
}
.ws-wrap .ws-group .ws-group-head {
  font-size: var(--heading-font-size-h3);
  font-weight: normal;
  margin-bottom: 40px;
}
.ws-wrap .ws-group .ws-group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-group .ws-group-list {
    gap: 15px 30px;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-group .ws-group-list {
    flex-direction: column;
  }
}
.ws-wrap .ws-group .ws-group-list li {
  width: calc(33.3333333333% - 26.6666666667px);
  background-color: #fff;
  border: 1px solid var(--border-color);
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-group .ws-group-list li {
    gap: 30px;
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-group .ws-group-list li {
    width: auto;
  }
}
.ws-wrap .ws-group .ws-group-list li:hover {
  opacity: 0.8;
}
.ws-wrap .ws-group .ws-group-list li a {
  display: block;
  padding: 25px calc(4% + 22px) 25px 10px;
  text-align: center;
}
.ws-wrap .ws-group .ws-group-list li img {
  margin: auto;
  height: min(2vw, 22px);
}
@media (max-width: 768px) {
  .ws-wrap .ws-group .ws-group-list li img {
    height: 5.2vw;
  }
}
.ws-wrap .ws-group .ws-group-list li .icons {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translatey(-50%);
}
.ws-wrap .ws-group .ws-group-list li .icons::after {
  content: none;
}
.ws-wrap .ws-category-head .ws-category-head-ttl {
  font-size: var(--heading-font-size-h2);
  font-weight: var(--heading-font-weight);
  color: var(--logo-color);
  margin-bottom: 1.12em;
  padding-top: 1em;
}
.ws-wrap .ws-category-head .ws-category-head-ttl.ttl-sub {
  font-size: var(--text-size-xlg);
  color: var(--text-color);
}
.ws-wrap .ws-category-head .ws-category-head-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.25em 3em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-category-head .ws-category-head-nav {
    gap: 1em 2em;
  }
}
.ws-wrap .ws-category-head .ws-category-head-nav-list-anc {
  color: var(--text-color);
  font-weight: 700;
}
.ws-wrap .ws-category-head .ws-category-head-nav-list-anc:hover {
  color: var(--logo-color);
}
.ws-wrap .ws-category-head .ws-category-head-nav-list-anc .icons.icons-drop {
  margin-left: 5px;
}
.ws-wrap .ws-category-head .ws-category-head-nav-list-anc .icons::before {
  content: none;
}
.ws-wrap .ws-category-head .ws-category-head-nav-list-anc .icons::after {
  font-size: 42%;
  color: var(--logo-color);
  vertical-align: middle;
}
.ws-wrap .ws-category-head-brand .ws-category-head-brand-ttl {
  font-size: var(--text-size-base);
  font-weight: var(--text-font-weight);
  color: var(--text-color);
  margin-bottom: 1.12em;
  padding-top: 2.5em;
}
.ws-wrap .ws-category-head-brand .ws-category-head-brand-name {
  font-size: var(--text-size-xlg);
  font-weight: var(--text-font-weight);
  color: var(--text-color);
  margin-bottom: 1em;
}
.ws-wrap .ws-category-head-brand .ws-category-head-brand-txt {
  font-weight: var(--text-font-weight);
  color: var(--text-color);
  margin-bottom: 2em;
}
.ws-wrap .ws-category-head-brand .ws-category-head-brand-btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  min-width: 285px;
  padding: 0.5em 1em;
  background-color: var(--logo-color);
  border-radius: 5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 768px) {
  .ws-wrap .ws-category-head-brand .ws-category-head-brand-btn {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
.ws-wrap .ws-category-head-brand .ws-category-head-brand-btn .icons {
  position: absolute;
  right: 4%;
  top: calc(50% - 0.45em);
}
.ws-wrap .ws-category .ws-category-ttl {
  font-size: var(--heading-font-size-h3);
  margin-bottom: 40px;
  padding-bottom: 0.78em;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-ttl {
    text-align: center;
    border: none;
    margin-bottom: 7.7vw;
    padding-bottom: 0;
  }
}
.ws-wrap .ws-category .ws-category-ttl-note {
  font-size: var(--text-size-s);
  margin: auto auto 1em;
}
.ws-wrap .ws-category .ws-category-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 0;
  /* カクテル */
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-list {
    flex-direction: column;
    gap: 0;
  }
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box {
  text-align: center;
  width: 20%;
  padding-bottom: 20px;
  border-right: 2px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box:nth-of-type(5n) {
  border-right: none;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-img {
  width: min(18vw, 202px);
  height: min(18vw, 202px);
  margin: 0 auto;
  display: flex;
  /*                     .productPhoto.vertically_long {
      //縦長画像
      max-height: 84.18%;
  } */
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-img img {
  max-width: 74.26%;
  max-height: 74.26%;
  margin: auto;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-spec {
  margin: 0 18px;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-name {
  margin: auto 0 1em;
  display: flex;
  flex-direction: column;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-typesicon {
  margin: 0.5em 0 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-typesicon {
    justify-content: flex-start;
  }
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-typesicon li {
  font-size: var(--text-size-xs);
  color: var(--logo-color);
  line-height: 1.2;
  border: 1px solid var(--logo-color);
  padding: 0.25em;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn-box {
  margin: auto 0 10px;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn {
  font-size: clamp(11px, 1.2vw, 1.6rem);
  color: var(--text-color);
  text-decoration: none;
  display: block;
  padding: 0.438em 0.25em;
  border: 1px solid var(--border-color);
  border-radius: 10rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  position: relative;
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn .icons {
  color: var(--logo-color);
  position: absolute;
  right: 4%;
  top: calc(50% - 0.5em);
}
.ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn .icons.icons-arrow, .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn .icons.icon-external {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box {
    width: auto;
    padding: min(7.7vw, 30px) 0;
    border-right: none;
    border-bottom: 2px solid var(--border-color);
    flex-direction: row;
  }
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-img {
    flex: 0 0 42.3vw;
    width: 42.3vw;
    height: 35.89vw;
    margin: 0 0 auto;
    /*                         &.vertically_long{
        height: 41vw;
    } */
    /*                         .productPhoto.vertically_long {
        //縦長画像
        max-height: 100%;
        max-width: 100%;
    } */
  }
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-img img {
    max-width: 87.5%;
    max-height: 100%;
  }
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-spec {
    text-align: left;
    margin: 0 auto auto;
    flex: 0 1 48%;
    display: block;
  }
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-name {
    margin: 0 0 1.8em;
    min-height: auto;
  }
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn {
    text-align: center;
    font-size: var(--text-size-s);
    width: 100%;
    margin: 0 0 2.8vw;
  }
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn .icons::after,
  .ws-wrap .ws-category .ws-category-list .ws-category-list-box .ws-category-list-btn .icons::before {
    transition: 0s;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-list.ws-cocktail-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px 0;
  }
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list .ws-category-list-box {
  padding: 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-list.ws-cocktail-list .ws-category-list-box {
    border: inherit;
    flex: 0 1 50%;
  }
  .ws-wrap .ws-category .ws-category-list.ws-cocktail-list .ws-category-list-box:nth-last-of-type(odd) {
    border-right: 2px solid var(--border-color);
  }
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list a {
  display: block;
  padding: 0 20px 20px;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-category .ws-category-list.ws-cocktail-list a {
    padding: 0 10px;
  }
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list a .icons {
  color: var(--logo-color);
  margin-left: 0.5em;
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list a:hover .icons::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(200%, -50%);
  transform: translate(200%, -50%);
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list a:hover .icons::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list .ws-cocktail-list-img {
  margin-bottom: 10px;
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list .ws-cocktail-list-img .cocktailPhoto {
  margin: auto;
  max-width: 50%;
}
.ws-wrap .ws-category .ws-category-list.ws-cocktail-list .ws-cocktail-list-name {
  color: var(--text-color);
}
.ws-wrap .ws-category .ws-category-note {
  margin-top: 40px;
}
.ws-wrap .ws-category .ws-category-note a {
  color: var(--text-color);
  text-decoration: underline;
}
.ws-wrap .ws-category .ws-category-note a:hover {
  text-decoration: none;
}
.ws-wrap .ws-category .ws-category-note .icons {
  color: var(--logo-color);
  font-size: 0.6em;
  margin: 0 0.5em;
}
.ws-wrap .ws-category .ws-category-note .icons::after {
  content: none;
}
@media (max-width: 768px) {
  .ws-wrap .ws-late .ws-late-non-list {
    text-align: center;
  }
}
.ws-wrap .ws-late .ws-late-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .ws-wrap .ws-late .ws-late-list {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-late .ws-late-list {
    flex-direction: column;
  }
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex: 0 0 372px;
}
@media (max-width: 1360px) {
  .ws-wrap .ws-late .ws-late-list .ws-late-list-box {
    flex: 0 0 calc(33.3333% - 26.6666666667px);
  }
}
@media (max-width: 1024px) {
  .ws-wrap .ws-late .ws-late-list .ws-late-list-box {
    flex: 0 0 calc(50% - 20px);
  }
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-img {
  flex: 0 0 215px;
  width: 215px;
  height: 160px;
  margin: 0;
  display: flex;
}
@media (max-width: 1360px) {
  .ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-img {
    flex-basis: 15.8vw;
    width: 15.8vw;
    /*                         height: 15.8vw; */
  }
}
@media (max-width: 1024px) {
  .ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-img {
    flex-basis: 20vw;
    width: 20vw;
    /*                         height: 20vw; */
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-img {
    flex-basis: 42.3vw;
    width: 42.3vw;
    height: 35.89vw;
  }
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-img img {
  max-width: 74.44%;
  max-height: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-img img {
    max-width: 84.84%;
  }
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec {
  flex: 1 1 auto;
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-category-list-btn-box {
  margin: auto 0 10px;
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-late-list-cate {
  font-size: var(--text-size-s);
  margin-bottom: 1em;
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-late-list-name {
  margin-bottom: 1em;
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-late-list-finished {
  color: var(--important-color);
  margin-bottom: 1em;
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-category-list-btn {
  /* font-size: clamp(11px, 1.2vw, 1.6rem); */
  font-size: 1.6rem;
  color: var(--text-color);
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.438em 0.25em;
  border: 1px solid var(--border-color);
  border-radius: 10rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  position: relative;
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-category-list-btn:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-category-list-btn .icons {
  color: var(--logo-color);
  position: absolute;
  right: 4%;
  top: calc(50% - 0.5em);
}
.ws-wrap .ws-late .ws-late-list .ws-late-list-box .ws-late-list-spec .ws-category-list-btn .icons.icons-arrow {
  width: 18px;
  height: 18px;
}
.ws-wrap .ws-recommend {
  width: 100%;
  background-color: var(--bg-color);
  padding: 60px 0;
  overflow: hidden;
}
.ws-wrap .ws-recommend .ws-entertainment-head {
  font-size: var(--heading-font-size-h3);
  font-weight: normal;
  margin-bottom: 40px;
}
.ws-wrap .ws-recommend .ws-entertainment-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 0;
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner {
  font-size: var(--text-size-s);
  flex: 0 1 calc(25% - 22.5px);
  transition: 0.4s;
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner:hover {
  transform: translateY(-5px);
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a {
  color: var(--text-color);
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a:hover {
  color: var(--logo-color);
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons {
  color: var(--logo-color);
  margin-left: 0.2em;
  vertical-align: middle;
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-arrow, .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-external {
  width: 18px;
  height: 18px;
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-arrow::before, .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-external::before {
  top: 45%;
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-arrow::after, .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-external::after {
  top: 45%;
}
@media (max-width: 768px) {
  .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-arrow, .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a .icons.icons-external {
    width: 1em;
    height: 1em;
  }
}
@media (min-width: 768px) {
  .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a:hover .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }
  .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner a:hover .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner p {
  margin: 1em auto auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-recommend .ws-entertainment-list .ws-entertainment-banner {
    flex: 1 1 calc(50% - 30px);
  }
}
.ws-wrap .ws-info:after {
  content: "";
  clear: both;
  display: block;
}
.ws-wrap .ws-info .ws-info-spec:after {
  content: "";
  clear: both;
  display: block;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-head {
  width: 61%;
  max-width: 730px;
  float: right;
  margin-bottom: 20px;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-head div:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-head {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-maintxt {
  width: 61%;
  max-width: 730px;
  float: right;
  margin-bottom: 30px;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-maintxt div:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-maintxt {
    float: none;
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-head {
  font-size: var(--text-size-xxlg);
  font-weight: var(--text-font-weight);
  padding: 1.25em 0 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-head {
    font-size: var(--text-size-slg);
    padding: 20px 0 0;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-discontinued,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-new {
  font-size: var(--text-size-lg);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-discontinued,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-new {
    font-size: var(--text-size-m);
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-discontinued p,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-new p {
  margin-bottom: 0;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-head + .ws-info-spec-type,
.ws-wrap .ws-info .ws-info-spec .ws-info-head + .ws-info-discontinued,
.ws-wrap .ws-info .ws-info-spec .ws-info-head + .ws-info-spec-txt-new {
  margin: 20px 0;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-type {
  width: min(30vw, 420px);
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-type {
    width: auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-new,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-category,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-limited,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-finished,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-red,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-white,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-rose,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-fruit,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-spark {
  font-size: var(--text-size-s);
  line-height: 1;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.5em 1em;
  text-align: center;
  min-width: 5em;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-new,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-category,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-limited,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-finished,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-red,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-white,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-rose,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-fruit,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-spark {
    padding: 0.5em;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-new {
  color: #fff;
  border-color: var(--important-color);
  background-color: var(--important-color);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-category {
  color: var(--logo-color);
  border-color: var(--logo-color);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-limited {
  background-color: var(--attention-color);
  border-color: var(--attention-color);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-red {
  background-color: #C50001;
  border-color: #C50001;
  color: #fff;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-white {
  background-color: #94B371;
  border-color: #94B371;
  color: #fff;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-rose {
  background-color: #E29D9D;
  border-color: #E29D9D;
  color: #fff;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-fruit {
  background-color: #848eef;
  border-color: #848eef;
  color: #fff;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-type .type-list .ws-info-spec-type-wine-spark {
  background-color: #E9C873;
  border-color: #E9C873;
  color: #fff;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-note {
  width: min(30vw, 420px);
  font-size: var(--text-size-xs);
  margin: 1em 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-note {
    width: auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-about,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web {
  margin-bottom: 30px;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-about p,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web p {
  margin-bottom: 0.5em;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-about p:last-of-type,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web p:last-of-type {
  margin-bottom: 0;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-about #wine-textA[data-winetexta=""],
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-about #wine-textB[data-winetextb=""],
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web #wine-textA[data-winetexta=""],
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web #wine-textB[data-winetextb=""] {
  background: #c00;
  display: none;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-about div:not(:last-of-type),
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web div:not(:last-of-type) {
  margin: 0 auto 0.5em;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-txt-web {
  color: var(--important-color);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-btn-box {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-btn-box {
    margin: 40px auto 0;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-btn-box .ws-info-spec-btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  min-width: 285px;
  padding: 0.5em 1em;
  background-color: var(--logo-color);
  border-radius: 5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-btn-box .ws-info-spec-btn {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-btn-box .ws-info-spec-btn .icons {
  position: absolute;
  right: 4%;
  top: calc(50% - 0.45em);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup {
  width: 61%;
  max-width: 730px;
  float: right;
  margin-bottom: auto;
  order: 1;
  position: relative;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup {
    float: none;
    order: unset;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-box {
    margin: auto -5vw;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  top: auto;
  flex: 0 0 auto;
  margin: 35px 0 auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev.swiper-button-lock,
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next.swiper-button-lock {
    display: none;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev::before, .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev::after,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next::before,
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next::after {
  font-family: icomoon;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--logo-color);
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev {
  left: auto;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev::before, .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev::after {
  content: "\e902";
  left: calc(50% - 0.6rem);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev::before {
  transform: translate(250%, 0);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev:hover::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-250%, 0);
  transform: translate(-250%, 0);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-prev:hover::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next {
  right: auto;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next::before, .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next::after {
  content: "\e903";
  left: calc(50% - 0.4rem);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next::before {
  transform: translate(-250%, 0);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next:hover::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(250%, 0);
  transform: translate(250%, 0);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup .swiper-button-next:hover::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-txt {
  font-size: var(--text-size-s);
  margin: auto auto 1em;
}
.ws-wrap .ws-info .ws-info-spec #ws-info-spec-lineup-thumb-slide {
  width: 100%;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec #ws-info-spec-lineup-thumb-slide {
    width: 300px;
  }
}
.ws-wrap .ws-info .ws-info-spec #ws-info-spec-lineup-thumb-slide .swiper-slide-thumb-active .ws-info-spec-lineup-img-frame {
  border: 2px solid var(--logo-color);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img {
  font-size: var(--text-size-xs);
  text-align: center;
  cursor: pointer;
  flex-basis: 100px;
}
@media (max-width: 810px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img {
    flex-basis: 12vw;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img {
    flex-basis: 25vw;
  }
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img:first-of-type {
    margin-left: 5vw;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img p {
  margin: auto;
  line-height: 1.4;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img .ws-info-spec-lineup-img-frame {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10%;
}
@media (max-width: 810px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img .ws-info-spec-lineup-img-frame {
    width: 12vw;
    height: 12vw;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img .ws-info-spec-lineup-img-frame {
    width: 24vw;
    height: 24vw;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-lineup-list .ws-info-spec-lineup-img .ws-info-spec-lineup-img-frame img {
  max-width: 100%;
  max-height: 100%;
  margin: auto auto 0;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image {
  width: 39%;
  max-width: 470px;
  margin-bottom: 30px;
  float: left;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .swiper-wrapper {
  height: auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-image {
    float: none;
    width: 88vw;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-image-img {
  background-color: #fff;
  border: 1px solid var(--border-color);
  width: min(30vw, 420px);
  height: min(30vw, 420px);
  margin: 0 0 20px;
  display: flex;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-image-img {
    border: none;
    width: min(64vw, 100%);
    height: min(64vw, 420px);
    margin: 30px auto 20px;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-image-img img {
  max-width: 80.95%;
  max-height: 80.95%;
  margin: auto;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-image-img img {
    max-width: 100%;
    max-height: 100%;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image ul:last-of-type {
  margin-bottom: 0 !important;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-image-txt {
  width: min(30vw, 420px);
  margin: 1em 0;
  line-height: 1.6;
  font-size: var(--text-size-s);
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-image .ws-info-spec-image-txt {
    width: auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-list {
  width: min(30vw, 420px);
  margin: 1em 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-list {
    width: auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon {
  font-size: var(--text-size-s);
  color: var(--logo-color);
  margin-bottom: 1px;
  padding: 0.25em 0.5em;
  border: 1px solid var(--logo-color);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-wine-screw {
  font-size: var(--text-size-s);
  color: #DB7410;
  padding: 0.25em 0.5em;
  border: 1px solid #DB7410;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-wine-screw::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -25%;
  margin-right: 0.25em;
  background: url(../images/common/icon-wine-screw.svg) no-repeat center 50%;
  background-size: contain;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-wine-organic {
  font-size: var(--text-size-s);
  color: #62AF38;
  padding: 0.25em 0.5em;
  border: 1px solid #62AF38;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-wine-organic::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -25%;
  margin-right: 0.25em;
  background: url(../images/common/icon-wine-organic.svg) no-repeat center 50%;
  background-size: contain;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    order: unset;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading {
  font-size: var(--text-size-base);
  font-weight: var(--text-font-weight);
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0.25em 2em;
  width: max-content;
  border: 1px solid var(--border-color);
  border-radius: 2em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading {
    margin: auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading .icons {
  font-size: var(--text-size-s);
  color: var(--logo-color);
  line-height: 1.5;
  position: absolute;
  right: 4%;
  text-align: center;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading .icons::before {
  content: none;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading .icons.icons-drop::after {
  font-size: 42%;
  vertical-align: middle;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading.is-active .icons {
  transform: rotate(180deg);
  transform-origin: center 55%;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-heading:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .about-toggle-box {
  display: none;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .about-toggle-box {
    margin: 30px auto auto;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-list {
  font-size: var(--text-size-s);
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: auto;
  align-items: start;
  gap: 1em 1em;
  margin: 20px 0 0 30px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-list {
    align-items: start;
    margin: 0;
  }
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-list dt {
  flex: 0 0 10em;
  text-align: center;
  margin: 0;
}
.ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-list dd {
  flex: 1 0 auto;
  padding-top: 0.25em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-info .ws-info-spec .ws-info-spec-icon-about .ws-info-spec-icon-about-list dd {
    padding-top: 0;
  }
}
.ws-wrap .ws-ing .ws-ing-heading {
  font-size: var(--text-size-xlg);
  font-weight: var(--text-font-weight);
  padding: 1.7em 0 2em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-heading {
    font-size: var(--text-size-slg);
  }
}
.ws-wrap .ws-ing a {
  /* vertical-align: middle; */
}
.ws-wrap .ws-ing a:hover {
  opacity: 0.8;
}
.ws-wrap .ws-ing a .icon-external {
  font-size: 0.8em;
}
.ws-wrap .ws-ing a .icon-external::before {
  content: none;
}
.ws-wrap .ws-ing a .icon-external::after {
  margin-left: 0.5em;
}
.ws-wrap .ws-ing .ws-ing-ttl {
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ws-wrap .ws-ing .ws-ing-ttl .ws-ing-ttl-note {
  font-size: var(--text-size-s);
  font-weight: var(--text-font-weight);
}
.ws-wrap .ws-ing .ws-ing-ttl + p {
  margin-bottom: 40px;
}
.ws-wrap .ws-ing .ws-ing-table-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.ws-wrap .ws-ing .ws-ing-table-box > div {
  flex: 0 1 50%;
}
.ws-wrap .ws-ing .ws-ing-table-box .ws-ing-table-box-inn {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-table-box {
    display: block;
  }
  .ws-wrap .ws-ing .ws-ing-table-box > div:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.ws-wrap .ws-ing .ws-ing-table-box div div:last-of-type .ws-ing-table {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-table-box div div:last-of-type p {
    margin-bottom: 0;
  }
}
.ws-wrap .ws-ing .ws-ing-table {
  margin: 0 0 40px;
}
.ws-wrap .ws-ing .ws-ing-table th {
  font-weight: var(--text-font-weight);
  padding: 0.5em;
  width: 50%;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}
.ws-wrap .ws-ing .ws-ing-table td {
  text-align: right;
  padding: 0.5em;
  width: 50%;
  vertical-align: middle;
}
.ws-wrap .ws-ing .ws-ing-table.ws-ing-table-wine th {
  width: 25%;
}
.ws-wrap .ws-ing .ws-ing-table.ws-ing-table-wine td {
  text-align: left;
  width: 75%;
}
@media (max-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-table th,
  .ws-wrap .ws-ing .ws-ing-table td {
    display: table-cell;
    border-bottom: 1px solid var(--border-color);
  }
}
@media (max-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-wine-body {
    font-size: var(--text-size-xs);
  }
}
.ws-wrap .ws-ing .ws-ing-wine-body td {
  text-align: center;
  height: 2em;
}
.ws-wrap .ws-ing .ws-ing-wine-body td.ws-ing-wine-body-app {
  background-color: #CEE1FB;
}
.ws-wrap .ws-ing .ws-ing-detail {
  margin: 40px auto;
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading {
  font-size: var(--text-size-base);
  font-weight: var(--text-font-weight);
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 0.25em 2em;
  width: max-content;
  border: 1px solid var(--border-color);
  border-radius: 2em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading {
    margin: auto;
  }
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading img {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  margin-right: 0.4em;
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading .icons {
  font-size: var(--text-size-s);
  color: var(--logo-color);
  line-height: 1.5;
  position: absolute;
  right: 4%;
  text-align: center;
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading .icons::before {
  content: none;
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading .icons.icons-drop::after {
  font-size: 42%;
  vertical-align: middle;
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading.is-active .icons {
  transform: rotate(180deg);
  transform-origin: center 55%;
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-heading:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-txt {
  font-size: var(--text-size-s);
  line-height: 1.4;
  margin: 20px 0 0 30px;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-txt {
    margin-left: 0;
    padding: 0;
  }
}
.ws-wrap .ws-ing .ws-ing-detail .ws-ing-detail-txt li {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.25em;
}
.ws-wrap .ws-ing .ws-ing-note {
  font-size: var(--text-size-s);
  margin-top: 1em;
}
.ws-wrap .ws-ing .k_hyoji-txt p {
  margin-bottom: 1em;
}
.ws-wrap .ws-ing .k_hyoji-txt p:last-of-type {
  margin-bottom: 0;
}
.ws-wrap .ws-ing .k_hyoji-seibunhyo {
  margin-top: 40px;
}
.ws-wrap .ws-wine-other .ws-wine-other-heading {
  font-size: var(--text-size-xlg);
  font-weight: var(--text-font-weight);
  padding: 1.7em 0 2em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-wine-other .ws-wine-other-heading {
    font-size: var(--text-size-slg);
  }
}
.ws-wrap .ws-lineup {
  background-color: var(--bg-color);
  padding: 60px 0;
}
@media (max-width: 768px) {
  .ws-wrap .ws-lineup {
    padding: 11vw 0;
  }
}
.ws-wrap .ws-lineup .container {
  margin-bottom: auto;
}
.ws-wrap .ws-lineup .ws-lineup-heading {
  font-size: var(--text-size-xlg);
  font-weight: var(--text-font-weight);
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .ws-wrap .ws-lineup .ws-lineup-heading {
    font-size: var(--text-size-slg);
  }
}
.ws-wrap .ws-lineup .ws-lineup-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1.5em 20px;
}
@media (max-width: 768px) {
  .ws-wrap .ws-lineup .ws-lineup-link {
    flex-direction: column;
    gap: 1em;
  }
}
.ws-wrap .ws-lineup .ws-lineup-link .ws-lineup-link-btn {
  font-size: clamp(12px, 1.4vw, 1.6rem);
  font-weight: var(--heading-font-weight);
  color: var(--text-color);
  padding: 0.5em 1.5em;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid var(--border-color);
  border-radius: 3em;
  transition: 0.4s;
  flex: 0 1 calc(33.3333333333% - 13.3333333333px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ws-wrap .ws-lineup .ws-lineup-link .ws-lineup-link-btn .icons {
  color: var(--logo-color);
  position: absolute;
  right: 10px;
}
.ws-wrap .ws-lineup .ws-lineup-link .ws-lineup-link-btn:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .ws-wrap .ws-lineup .ws-lineup-link .ws-lineup-link-btn {
    text-align: left;
    font-size: var(--text-size-s);
    flex: 1 1 auto;
    justify-content: flex-start;
  }
}
.ws-wrap .ingredients-nav {
  margin-bottom: 40px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .ws-wrap .ingredients-nav {
    margin: auto auto 40px;
  }
}
.ws-wrap .ingredients-nav .ingredients-nav-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .ws-wrap .ingredients-nav .ingredients-nav-box {
    flex-direction: column;
  }
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn {
  flex: 0 1 260px;
  text-align: center;
  font-size: clamp(11px, 1.2vw, var(--text-size-base));
  color: var(--text-color);
  text-decoration: none;
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  position: relative;
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn:nth-child(4n) {
  margin-right: 0;
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn:nth-child(n+5) {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn:nth-child(n+5) {
    margin-top: 0;
  }
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn .icons {
  color: var(--logo-color);
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn .icons.icons-arrow {
  width: 18px;
  height: 18px;
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn:hover {
  color: var(--logo-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn:hover .hover-effect::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }
  .ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn:hover .hover-effect::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 768px) {
  .ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn {
    flex: 1 0 auto;
    text-align: left;
  }
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn.current {
  border: 3px solid #074194;
}
.ws-wrap .ingredients-nav .ingredients-nav-box .ingredients-nav-btn a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em 0.5em 0;
  font-size: 1.6rem;
  color: var(--text-color);
}
.ws-wrap .ingredients_table-scroll {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}
.ws-wrap .ingredients_table-scroll img {
  margin: auto;
}
@media (max-width: 768px) {
  .ws-wrap .ingredients_table-scroll {
    display: block;
  }
}
.ws-wrap .ingredients_table-wrap {
  margin-bottom: 80px;
  overflow-y: auto;
}
.ws-wrap .ingredients_table-wrap.fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 1024px) {
  .ws-wrap .ingredients_table-wrap {
    padding-bottom: 30px;
  }
}
.ws-wrap .ingredients_table-caption {
  font-size: var(--text-size-base);
  font-weight: var(--heading-font-weight);
  text-align: left;
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.ws-wrap .clone-head-table-wrap {
  border-bottom: 1px solid var(--border-color);
}
.ws-wrap .ingredients_table {
  margin: 0 auto;
  table-layout: fixed;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  .ws-wrap .ingredients_table {
    width: 180%;
  }
}
@media (max-width: 768px) {
  .ws-wrap .ingredients_table {
    width: 280%;
  }
}
.ws-wrap .ingredients_table .col-primary col {
  width: 10%;
}
@media (max-width: 768px) {
  .ws-wrap .ingredients_table .col-primary .col-material {
    width: 15%;
  }
}
.ws-wrap .ingredients_table thead th {
  background-color: var(--bg-color);
  padding: 1em 0.25em;
}
.ws-wrap .ingredients_table th,
.ws-wrap .ingredients_table td {
  text-align: center;
  width: auto;
  font-size: var(--text-size-xs);
  vertical-align: middle;
  padding: 0.5em;
  border: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .ws-wrap .ingredients_table th,
  .ws-wrap .ingredients_table td {
    display: table-cell;
  }
}
.ws-wrap .ingredients_table th p,
.ws-wrap .ingredients_table td p {
  margin: 0 0 0.5em;
}
.ws-wrap .ingredients_table th figure,
.ws-wrap .ingredients_table td figure {
  margin: 0;
}
.ws-wrap .ingredients_table th figure img,
.ws-wrap .ingredients_table td figure img {
  margin: auto;
}
.ws-wrap .ingredients_table tr td:nth-of-type(2),
.ws-wrap .ingredients_table tr td:nth-of-type(3) {
  text-align: left;
}
.ws-wrap .ingredients_table-note li {
  margin-left: 1em;
  text-indent: -1em;
}
.ws-wrap .ingredients_table-indication {
  display: grid;
  grid: auto auto/auto auto auto;
  gap: 1em;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  margin: 1em 0;
  padding: 1em;
  max-width: max-content;
  text-indent: 0;
}
@media (max-width: 768px) {
  .ws-wrap .ingredients_table-indication {
    grid: auto/auto;
    gap: 0.5em;
    max-width: unset;
  }
}

/*.ws-wrap
----------------------------------------*//*# sourceMappingURL=cmn.css.map */