@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
body p {
  word-break: break-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  /* font-size: 1.7rem; */
  line-height: 2.1;
  /* color: #012E43; */
  letter-spacing: .06em
}
@media only screen and (max-width: 767px) {
  body {
    /* font-size: 1.6rem */
  }
}
.top {
  font-size: 1.7rem;
    color: #012E43;
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
@-webkit-keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
/*-------------------------------------------------------------
	共通　タイトル
-------------------------------------------------------------*/
[class$="__title"] {
  margin-bottom: 75px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
[class$="__title"] > h2 {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #465BC5;
  font-family: "Zen Old Mincho";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 115.2px */
  letter-spacing: -2.56px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
[class$="__title"] > span {
  color: #B97A45;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  /* text/18px/title */
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 18px */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
[class$="__title"] > .title-icon {
  position: relative;
  padding-bottom: 15px;
}
[class^="hl-"] {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  [class$="__title"] > h2 {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 767px) {
  [class$="__title"] {
    margin-bottom: 40px;
    display: block;
  }
  [class$="__title"] > h2 {
    font-size: 8vw;
  }
  [class$="__title"] > span {
    font-size: 1.4rem;
  }
}
/*-------------------------------------------------------------
	title
-------------------------------------------------------------*/
.title-01 {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.45;
  color: #63295E;
  padding: 0 0 20px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.16px;
}
.title-01 span {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 5.4rem;
  color: #63295E;
  margin-top: 5px
}
/*-------------------------------------------------------------
	anchorlink
-------------------------------------------------------------*/
.anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .anchorlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
  }
}
.anchorlink__item {
  width: calc((100% - 60px) / 3)
}
@media only screen and (max-width: 767px) {
  .anchorlink__item {
    width: 100%;
    margin-bottom: 8px;
  }
}
.anchorlink__btn {
  height: 100%;
  display: block;
}
/*-------------------------------------------------------------
	pride
-------------------------------------------------------------*/
.pride {
  padding: 90px 0 0;
  position: relative
}
@media only screen and (max-width: 767px) {
  .pride {
    padding: 0
  }
}
.pride + .pride {
  margin-top: 135px
}
@media only screen and (max-width: 767px) {
  .pride + .pride {
    margin-top: 60px
  }
}
.pride-tag {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 239, 233, .25)), to(rgba(243, 239, 233, .5)));
  background: -webkit-linear-gradient(top, rgba(243, 239, 233, .25) 0%, rgba(243, 239, 233, .5) 100%);
  background: linear-gradient(180deg, rgba(243, 239, 233, .25) 0%, rgba(243, 239, 233, .5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 5px;
  right: 0;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width: 1600px) {
  .pride-tag {
    font-size: 4.375vw;
    top: .3125vw
  }
}
@media only screen and (max-width: 767px) {
  .pride-tag {
    font-size: 3.5rem;
    top: 0;
    height: auto;
    width: 100%;
    text-align: left
  }
}
.pride-box {
  background: url("../img/japanese-sake/top/bg-prefecture.png");
  padding: 120px 60px;
  border-radius: 8px;
  filter: drop-shadow(0 4px 30px rgba(178, 95, 0, 0.10));
  position: relative;
}
@media only screen and (max-width: 999px) {
  .pride-box {
    padding: 100px 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pride-box {
    padding: 60px 20px 40px;
    border-radius: 10px 90px 10px 10px
  }
}
.pride-box::before {
  content: "ORIGINAL";
  display: inline-block;
  color: #E2E2E2;
  font-family: "Playfair Display";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.2px;
  position: absolute;
  right: 0;
  line-height: 1;
  top: -63px;
}
.pride.photo-r .pride-box::before {
  left: 0;
  top: -63px;
  content: "PRIDE";
}
@media only screen and (max-width: 767px) {
  .pride-box::before, .pride.photo-r .pride-box::before {
    font-size: 6vw;
    top: -19px;
    left: 5px;
  }
}
.pride-box__wrap {
  max-width: 840px;
  margin: 0 auto
}
.pride-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (max-width: 1600px) {
  .pride-box__inner {
    gap: 5.625vw
  }
}
@media only screen and (max-width: 767px) {
  .pride-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.pride.photo-r .pride-box__img {
  margin-right: calc(-.43*(100vw - 840px));
  margin-left: 0;
  clip-path: polygon(138px 0, /* 左上の開始点 */ calc(100% + 310px) 0, /* 右上 */ calc(100% - 126px) 100%, /* 右下 */ 0 100%, /* 左下 */ 0 126px /* 左上に戻る終点 */ );
}
@media only screen and (max-width: 999px) {
  .pride.photo-r .pride-box__img {
    margin-right: calc(-.43*(100vw - 420px));
  }
}
.pride-box__img {
  width: 670px;
  height: 408px;
  margin-left: calc(-.43*(100vw - 840px));
  margin-top: -210px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  clip-path: polygon(138px 0, /* 左上の開始点 */ calc(100% + 310px) 0, /* 右上 */ calc(100% - 126px) 100%, /* 右下 */ 0 100%, /* 左下 */ 0 126px /* 左上に戻る終点 */ );
}
@media only screen and (max-width: 999px) {
  .pride-box__img {
    margin-left: calc(-.43*(100vw - 420px));
  }
}
@media only screen and (max-width: 767px) {
  .pride-box__img, .pride.photo-r .pride-box__img {
    margin: 0;
    width: 100%;
    min-width: inherit;
    clip-path: polygon(60px 0, /* 左上の開始点 */ calc(100% + 120px) 0, /* 右上 */ calc(100% - 60px) 100%, /* 右下 */ 0 100%, /* 左下 */ 0 60px /* 左上に戻る終点 */ );
  }
}
@media only screen and (max-width: 1600px) {
  .pride-box__img img {
        width: 100%;
  height: auto;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover
  }
}



@media only screen and (max-width: 767px) {
  .pride-box__img,
  .pride.photo-r .pride-box__img {
    height: auto;                /* ← 固定高さを解除 */
    aspect-ratio: 670 / 408;     /* PCと同じ比率 */
    overflow: hidden;
  }

  .pride-box__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



.pride-box__title {
  width: auto;
  max-width: 30vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 74px;
  margin-bottom: 0;
}
.pride.photo-r .pride-box__title {
  margin-right: 74px;
  margin-left: auto;
}
@media only screen and (max-width: 999px) {
  .pride.photo-r .pride-box__title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pride.photo-r .pride-box__title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  .pride-box__title {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pride-box__title {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.pride-box__title .title-01::after {
  content: "";
  display: inline-block;
  background-image: url("../img/japanese-sake/top/pride-line.svg");
  width: 100%;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pride-box__title .title-01 span.kana {
  color: #63295E;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1.2px;
  display: inline-block;
}
.pride-box__title .title-01 {
  color: #012E43;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 44.95px */
  letter-spacing: 0;
}
.pride-box__title .title-01 span {
  color: #0873AE;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 72.5px */
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .pride-box__title .title-01 {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pride-box__title .title-01 span {
    font-size: 2.7rem
  }
}
@media only screen and (max-width: 767px) {
  .pride-box .pride-box__inner {
    gap: 45px;
  }
  .pride-box__title {
    margin-bottom: 0;
  }
}
.pride-bl {
  margin-top: 80px
}
@media only screen and (max-width: 999px) {
  .pride-bl {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pride-bl {
    margin-top: 30px !important;
  }
}
.pride-bl + .pride-bl {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .pride-bl + .pride-bl {
    margin-top: 30px;
    display: grid;
    gap: 20px;
  }
}
.pride-bl + .pride-bl::after {
  content: "";
  display: inline-block;
  background-image: url("../img/japanese-sake/top/pic_pic01.svg");
  width: 229px;
  height: 197px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pride-bl + .pride-bl::after {
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.pride-bl + .pride-bl h3 {
  width: 168px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .pride-bl + .pride-bl h3 {
    width: auto;
    text-align: center;
  }
}
.pride-bl + .pride-bl p {
  width: calc(100% - (168px + 30px));
  color: #012E43;
  font-family: "Zen Old Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 767px) {
  .pride-bl + .pride-bl p {
    width: auto;
  }
}
.pride-bl + .pride-bl p strong {
  color: #B97A45;
  font-weight: 400;
}
.pride-bl__title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.45;
  color: #4a2e1f;
  margin-bottom: 20px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .pride-bl__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
span.pride-bl__tag {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 2.1rem;
  width: 120px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FAF9F4;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 30.45px */
  letter-spacing: 1.26px;
  border-radius: 5px;
  background: #63295E;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  span.pride-bl__tag {
    font-size: 1.6rem;
  }
}
span.pride-bl__txt {
  font-size: 2.4rem;
  font-family: "zen-maru-gothic", sans-serif;
  color: #63295E;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2.16px;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  span.pride-bl__txt {
    font-size: 2rem;
  }
}
.pride-point {
  background: #F9F5F5;
  padding: 35px 60px 30px 60px;
  position: relative;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .pride-point {
    padding: 35px 20px 20px;
    margin-top: 45px;
  }
}
.pride-point .hl-4 {
  position: absolute;
  left: 30px;
  top: -29px;
  color: #5CA6CF;
  font-family: "Playfair Display";
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 56.55px */
  letter-spacing: 1.17px;
  text-transform: capitalize;
}
.pride-point ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.pride-point ul li {
  color: #012E43;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 195%; /* 33.15px */
  letter-spacing: 1.02px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 2px dashed #FAF9F4;
  border-bottom: 2px dashed #FAF9F4;
}
@media only screen and (max-width: 767px) {
  .pride-point ul li {
    line-height: 130%; /* 33.15px */
  }
}
.pride-point ul li:first-child {
  padding: 0 0 15px;
  border: none;
}
.pride-point ul li:last-child {
  padding: 15px 0 0;
  border: none;
}
.pride-point ul li b {
  color: #FAF9F4;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 33.6px */
  letter-spacing: 0.96px;
  border-radius: 33.333px;
  background: #5CA6CF;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .pride-point ul li b {
    object-fit: contain;
  }
  .pride-point ul li span {
    width: calc(100% - 50px);
  }
}
.pride-banner {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pride-banner {
    margin-top: 20px;
  }
}
.pride.photo-r + .hl-2 {
  display: flex;
  width: 1140px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(249, 245, 245, 0.00) 0%, var(--bg-blue-01, #465BC5) 33.17%, var(--bg-blue-01, #465BC5) 64.9%, rgba(249, 245, 245, 0.00) 100%);
  color: #F9F5F5;
  font-family: "Zen Old Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 58px */
  letter-spacing: 2.4px;
  margin: 90px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .pride.photo-r + .hl-2 {
    width: auto;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .pride.photo-r + .hl-2 {
    margin: 40px 0 30px;
  }
}
/*-------------------------------------------------------------
	top-anchorlink
-------------------------------------------------------------*/
.top-anchorlink {
  padding: 60px 0 0;
  border-top: 1px solid #F3F5F7;
}
.top-anchorlink .container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top-anchorlink {
    margin-top: 40px;
    padding: 40px 0 0;
  }
}
/*-------------------------------------------------------------
	top-guide
-------------------------------------------------------------*/
.top-guide {
  padding: 135px 0 120px;
  background-image: url("../img/japanese-sake/top/bg-guide.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .top-guide {
    padding: 50px 0 30px;
    background-size: 50% auto;
    background-position: right bottom;
  }
}
.top-guide .brand-box__wrap {
  max-width: 1140px;
  padding: 0;
  background: none;
}
.top-guide .brand-box {
  background: none;
  padding: 0;
}
.top-guide .brand-box .brand-box__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box .brand-box__inner {
    gap: 30px;
    display: grid;
  }
}
.top-guide .brand-box + .brand-box {
  border-top: 1px solid #EEE7D6;
  margin-top: 90px;
  padding-top: 90px;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box + .brand-box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.top-guide .brand-box + .brand-box .brand-box__inner {
  flex-direction: row-reverse;
}
.top-guide .brand-box .brand-box__img {
  margin: 0;
  width: 525px;
  height: 380px;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box .brand-box__img {
    width: auto;
    height: auto;
  }
}
.top-guide .brand-box .brand-bl {
  width: calc(100% - 615px);
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box .brand-bl {
    width: auto;
  }
}
.top-guide .brand-box .brand-bl span.brand-bl__txt {
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-guide .brand-box .brand-bl span.brand-bl__txt {
    font-size: 7vw;
  }
}
.top-guide .brand-box .brand-box__img img {
  border-radius: 30px;
}
.top-guide__title .hl-2 {
  text-align: center;
  display: flex;
  width: 1140px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 58px */
  letter-spacing: 2.4px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(249, 245, 245, 0.00) 0%, var(--bg-lightblue-01, #5CA6CF) 33.17%, var(--bg-lightblue-01, #5CA6CF) 64.9%, rgba(249, 245, 245, 0.00) 100%);
}
@media only screen and (max-width: 999px) {
  .top-guide__title .hl-2 {
    font-size: 5vw;
    width: 100%;
    padding: 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .top-guide__title .hl-2 {
    padding: 0;
  }
}
.guide-box__wrap {
  display: flex;
  justify-content: space-between;
  gap: 90px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .guide-box__wrap {
    display: grid;
    gap: 20px;
  }
}
.guide-box__inner {
  width: calc(100%/2 - 45px);
}
@media only screen and (max-width: 767px) {
  .guide-box__inner {
    width: auto;
  }
}
.guide-box__inner:nth-child(2) {
  position: relative;
}
.guide-box__inner:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-image: url("../img/japanese-sake/top/guide_pic01.svg");
  width: 339px;
  height: 270px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -268px;
}
@media only screen and (max-width: 767px) {
  .guide-box__inner:nth-child(2)::before {
    width: 130px;
    height: 105px;
    right: 0;
    top: -143px;
  }
}
.guide-box__img {
  clip-path: polygon(128px 0, /* 左上の開始点 */ calc(100% + 210px) 0, /* 右上 */ calc(100% - 128px) 100%, /* 右下 */ 0 100%, /* 左下 */ 0 118px /* 左上に戻る終点 */
    );
  position: relative;
}
@media only screen and (max-width: 767px) {
  .guide-box__img {
    clip-path: polygon(60px 0, /* 左上の開始点 */ calc(100% + 120px) 0, /* 右上 */ calc(100% - 60px) 100%, /* 右下 */ 0 100%, /* 左下 */ 0 60px /* 左上に戻る終点 */
      );
    position: relative;
  }
}
.guide-box__inner .area {
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0.29px;
  border-radius: 3px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #5CA6CF;
  color: #F9F5F5;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 37.8px */
  letter-spacing: 1.08px;
}
@media only screen and (max-width: 767px) {
  .guide-box__inner .area {
    font-size: 4vw;
  }
}
/* ADD CSS 2025.12.16 */
/*-------------------------------------------------------------
	top-mv
-------------------------------------------------------------*/
.top-mv {
  padding: 60px 0 120px;
  background-image: url("../img/japanese-sake/top/top-mv-bg.png");
  background-size: cover;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 30px 0;
  }
}
.top-mv::before {
  height: 100vh;
  width: 100%;
  padding-left: 3%;
  content: "";
  display: inline-block;
  background-image: url("../img/japanese-sake/top/bg_mainvisual.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  /* top: 0; */
  top: 167px;
  z-index: 0;
  aspect-ratio: 1 / 0.588; /* アスペクト比を保持してレスポンシブ */
  mix-blend-mode: color-burn;
}
@media screen and (max-width:640px) {
  .top-mv::before {
    top: 271px;
  }
}
@media only screen and (max-width: 1440px) {
  .top-mv::before {
    height: inherit;
    aspect-ratio: 1 / 0.65; /* アスペクト比を保持してレスポンシブ */
  }
}
@media only screen and (max-width: 1000px) {
  .top-mv::before {
    aspect-ratio: 1 / 0.66; /* アスペクト比を保持してレスポンシブ */
  }
}
@media only screen and (max-width: 767px) {
  .top-mv::before {
    width: 107%;
    aspect-ratio: 1 / 0.7; /* アスペクト比を保持してレスポンシブ */
  }
}

@media screen and (max-width:480px) {
  .top-mv::before {
    aspect-ratio: 1 / 0.7; /* アスペクト比を保持してレスポンシブ */
  }
}
@media screen and (max-width:380px) {
  .top-mv::before {
    aspect-ratio: 1 / 0.7; /* アスペクト比を保持してレスポンシブ */
  }
}
.top-mv .container {
  position: relative;
}
.top-mv h2::after {
  content: "";
  display: inline-block;
}
.top-mv__img {
  max-width: 81.25vw;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-mv__img {
    max-width: inherit;
  }
}
.top-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-mv__title {
  position: absolute;
  bottom: 15%;
  left: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
  aspect-ratio: 1 / 0.5; /* アスペクト比を保持してレスポンシブ */
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .top-mv__title {
    width: 50%;
  }
}
.top-mv__title h1 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0px 0px 5px rgba(99, 77, 72, .25);
  color: #fff;
  color: #FAF9F4;
  font-size: 7.5rem;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .top-mv__title h1 {
    font-size: 13vw
  }
}
.top-mv__title span {
  display: block;
  position: absolute;
  left: 5px;
  top: -30px;
  font-family: josefin-sans, sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  color: #E8BF14;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .top-mv__title span {
    font-size: 5vw;
    top: -18px;
  }
}
.top-mv__content {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 767px) {
  .top-mv__content {
    padding: 60px 0 0;
  }
}
.top-mv__content ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.top-mv__content ul li {
  display: flex;
  min-height: 466px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 8px;
  background: #F3F5F7;
  width: calc(100%/3 - 12px);
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .top-mv__content ul {
    flex-wrap: wrap;
  }
  .top-mv__content ul li {
    width: calc(100%/2 - 12px);
    max-height: inherit;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__content ul li {
    min-height: inherit;
  }
  .top-mv__content ul li {
    padding: 30px;
    width: auto;
  }
}
.top-mv__text {
  color: #012E43;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 32.3px */
  letter-spacing: 1.02px;
}
.top-mv .hl-2 {
  color: #0873AE;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 33.35px */
  letter-spacing: -2px;
  display: flex;
  min-height: 67px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .top-mv .hl-2 {
    min-height: inherit;
    font-size: 6.3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .top-mv__text {
    max-width: 100%
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__text p {
    font-size: 1.4rem;
    line-height: 1.6
  }
}
.top-mv__btn {
  width: calc(100% - 80px);
  height: auto;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top-mv__btn {
    width: auto;
    position: inherit;
    bottom: auto;
  }
}
/*-------------------------------------------------------------
	.top-prefecture
-------------------------------------------------------------*/
.top-prefecture {
  background-image: url("../img/japanese-sake/top/bg-prefecture.png");
  position: relative;
}
.top-prefecture .top-prefecture__box {
  padding: 156px 10vw 176px calc(100% - (53% + 10vw));
  background-image: url("../img/japanese-sake/top/photo-refecture.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  mix-blend-mode: plus-darker;
}
@media only screen and (max-width: 999px) {
  .top-prefecture .top-prefecture__box {
    width: auto;
    padding: 0;
    background-size: 100% auto;
    background-position: left bottom;
  }
}
.top-prefecture__text, .top-prefecture__box__title {
  width: auto;
}
@media only screen and (max-width: 999px) {
  .top-prefecture__text {
    margin: 0 30px;
    padding-bottom: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .top-prefecture__text {
    padding-bottom: 190px;
  }
}
.top-prefecture__title {
  margin-top: 108px;
  position: relative;
  display: table;
}
@media only screen and (max-width: 767px) {
  .top-prefecture__title {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.top-prefecture__title::after {
  content: "";
  display: inline-block;
  background-image: url("../img/japanese-sake/top/pic-prefecture.png");
  width: 146px;
  height: 134px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -176px;
  bottom: 0;
}
@media only screen and (max-width: 999px) {
  .top-prefecture__title::after {
    width: 50px;
    height: 48px;
    right: 10px;
    bottom: -30px;
  }
}
.top-prefecture__box__title {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.top-prefecture__box__title .hl-3 {
  color: #6E6761;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 95.7px */
  letter-spacing: -7.28px;
}
@media only screen and (max-width: 767px) {
  .top-prefecture__box__title .hl-3 {
    margin: 0 auto 0;
    font-size: 9vw;
  }
}
.top-prefecture__box__title .hl-3 span {
  display: block;
  color: #6E6761;
  font-family: "Zen Old Mincho";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 60.9px */
  letter-spacing: 2.1px;
}
@media only screen and (max-width: 767px) {
  .top-prefecture__box__title .hl-3 span {
    font-size: 6vw;
  }
}
.top-prefecture__box__title .hl-3 span b {
  color: #B97A45;
  font-weight: 500;
}
.top-prefecture__en {
  color: #F9F5F5;
  text-align: right;
  font-family: "Playfair Display";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.2px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media only screen and (max-width: 999px) {
  .top-prefecture__en {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-prefecture__en {
    font-size: 10vw;
    text-align: right;
    left: auto;
    right: 0;
  }
}
/*-------------------------------------------------------------
	.top-pride
-------------------------------------------------------------*/
.top-pride {
  padding: 152px 0 122px;
  background-image: url("../img/japanese-sake/top/bg-pride.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #F9F5F5;
}
@media only screen and (max-width: 767px) {
  .top-pride {
    padding: 60px 0;
    background-size: 50% auto;
  }
}
/*-------------------------------------------------------------
	.top-collection
-------------------------------------------------------------*/
.top-collection {
  background-color: #F1F1F1;
  background-image: url("../img/japanese-sake/top/bg-collection01.png"), url("../img/japanese-sake/top/bg-collection02.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    right top, bottom left;
  padding: 120px 0;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .top-collection {
    padding: 60px 0;
  }
}
.top-collection__title span {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  font-family: "Playfair Display";
  font-size: 105px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.3px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .top-collection__title span {
    font-size: 10vw;
    margin-bottom: 40px;
  }
}
.top-collection__title .hl-2 {
  display: flex;
  width: 1140px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(249, 245, 245, 0.00) 0%, var(--white-01, #F9F5F5) 33.17%, var(--white-01, #F9F5F5) 64.9%, rgba(249, 245, 245, 0.00) 100%);
  color: #6E6761;
  font-family: "Zen Old Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 58px */
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 999px) {
  .top-collection__title .hl-2 {
    width: auto;
    font-size: 5vw;
  }
}
.collection-box {
  display: grid;
  gap: 60px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.collection-box__wrap:last-child {
  margin-bottom: 60px;
}
.guide-bl__title {
  margin: 30px 0 0;
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .guide-bl__title {
    padding-left: 42px;
  }
}
.guide-bl__title::before {
  content: "";
  display: inline-block;
  background-image: url("../img/japanese-sake/top/icon_guide01.svg");
  width: 40px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .guide-bl__title::before {
    width: 30px;
    height: 27px;
  }
}
.guide-bl__title .hl-3 {
  display: flex;
  margin: 0;
  gap: 13px;
  align-self: stretch;
  color: #0873AE;
  font-family: "Zen Old Mincho";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 44.95px */
  letter-spacing: 1.86px;
}
@media only screen and (max-width: 767px) {
  .guide-bl__title .hl-3 {
    font-size: 5.5vw;
  }
}

/* ADD CSS 2025.12.24 */
/*-------------------------------------------------------------
	.top-guide__title
-------------------------------------------------------------*/
.top-guide__title {
  position: relative;
}
.top-guide__title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/japanese-sake/top/guide_pic01.svg);
  width: 339px;
  height: 270px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -112px;
}
@media only screen and (max-width: 767px) {
  .top-guide__title::before {
    width: 220px;
    height: 170px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -68px;
  }
}
/*-------------------------------------------------------------
	.top-collection.ver-02
-------------------------------------------------------------*/
.guide-box__inner.ver-02 {
  width: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .guide-box__inner.ver-02 {
    display: grid;
    gap: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .guide-box__inner.ver-02 {
    display: grid;
    gap: 10px;
  }
}
.guide-box__inner.ver-02 .guide-bl__title {
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
}
.guide-box__inner.ver-02 .guide-box__img{
	    clip-path: polygon(60px 0, /* 左上の開始点 */ calc(100% + 270px) 0, /* 右上 */ calc(100% - 60px) 100%, /* 右下 */ 0 100%, /* 左下 */ 0 60px /* 左上に戻る終点 */);
}
.guide-box__inner.ver-02 > div {
  width: calc(100%/2 - 45px);
}
@media only screen and (max-width: 999px) {
  .guide-box__inner.ver-02 > div {
    width: auto;
  }
}
@media only screen and (max-width: 999px) {
  .guide-box__inner.ver-02 .introduction {
    margin-bottom: 50px;
  }
}
.guide-box__inner.ver-02 > div:nth-child(2) > div {
  position: relative;
  padding: 30px 40px 20px 40px;
  background: #F9F5F5;
}
@media only screen and (max-width: 999px) {
  .guide-box__inner.ver-02 > div:nth-child(2) > div {
    padding: 30px 10px 20px 20px;
  }
}
.guide-box__inner.ver-02 .guide-profile {
  display: grid;
  gap: 40px;
}
.guide-box__inner.ver-02 .guide-profile dl {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.guide-box__inner.ver-02 > div:nth-child(2) dl dt {
  width: 90px;
  border-radius: 33.333px;
  padding: 6px 10px;
  color: #FAF9F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: center;
}
.guide-box__inner.ver-02 .guide-profile dl dt {
  background: #B97A45;
}
.guide-box__inner.ver-02 > div:nth-child(2) dl dd {
  width: calc(100% - (20px + 90px));
  line-height: 128%; /* 23.04px */
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media only screen and (max-width: 999px) {
  .guide-box__inner.ver-02 > div:nth-child(2) dl dd {
    font-size: 1.5rem;
  }
}
.guide-box__inner.ver-02 .guide-shop dl dt {
  background: #B97A45;
}
.guide-box__inner.ver-02 .guide-shop dl dt {
  background: #5CA6CF;
}
.guide-box__inner.ver-02 dl + iframe {
  margin-top: 20px;
}
.guide-box__inner.ver-02 .guide-profile h4 {
  position: absolute;
  left: 30px;
  top: -35px;
  font-family: "Playfair Display";
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 56.55px */
  letter-spacing: 1.17px;
  text-transform: capitalize;
}
.guide-box__inner.ver-02 .guide-profile h4 {
  color: #B97A45;
}
.guide-box__inner.ver-02 .guide-shop h4 {
  color: #5CA6CF;
}
.guide-box__inner.ver-02 .area{
	z-index: 1;
	left: 5px;
	bottom: 5px;
}
@media only screen and (max-width: 999px) {
	.guide-box__inner.ver-02 .area{
	left: 30px;
	bottom: 10px;
}
}
@media screen and (max-width:540px) {
		.guide-box__inner.ver-02 .area{
	left: 20px;
	bottom: 10px;
}
}

@media screen and (max-width:480px) {
		.guide-box__inner.ver-02 .area{
	left: 5px;
	bottom: 5px;
}
}
/*-------------------------------------------------------------
	.read-more-toggle
-------------------------------------------------------------*/
.read-more-toggle {
  display: none;
}
.read-more-content {
  max-height: none;
}
.read-more-trigger {
  display: none;
}
@media (max-width: 768px) {
  .read-more-content {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
  }
  .read-more-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  .read-more-trigger {
    display: inline-block;
  }
  .read-more-toggle:checked + .read-more-content {
    max-height: 1500px;
  }
  .read-more-toggle:checked + .read-more-content::after {
    opacity: 0;
  }
  .read-more-trigger::after {
    content: 'もっと読む';
  }
  .read-more-toggle:checked ~ .read-more-trigger::after {
    content: '閉じる';
  }
}

/*-------------------------------------------------------------
	.swiper
-------------------------------------------------------------*/
.swiper {
  max-width: 525px;
	height: auto;
}
@media (max-width: 999px) {
.swiper {
  max-width: inherit;
	width: 90vw;
	height: auto;
}	
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  font-size: 24px;
}
/* 矢印共通のスタイル */
.swiper-button-next,
.swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;  /* 画像の幅に合わせて調整 */
  height: 25px; /* 画像の高さに合わせて調整 */
}

/* デフォルトの矢印アイコン（フォント）を消す */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* 「次へ」の画像設定 */
.swiper-button-next {
  background-image: url("../img/japanese-sake/common/icon/icon-next.svg");
}

/* 「前へ」の画像設定 */
.swiper-button-prev {
  background-image: url("../img/japanese-sake/common/icon/icon-back.svg");
}
/* ドット共通のスタイル（色、サイズ、不透明度など） */
.swiper-pagination-bullet {
  background: #fff !important;      /* 非アクティブ時の色 */
  opacity: 1 !important;            /* 不透明度（1にするとハッキリ見える） */
  width: 5px !important;           /* サイズ変更も可能 */
  height: 5px !important;
}

/* アクティブなドット（現在表示中のスライド） */
.swiper-pagination-bullet-active {
  background: #5CA6CF !important;   /* アクティブ時の色 */
}