@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: "Barlow Semi Condensed", sans-serif;
  /*font-feature-settings:"palt";*/
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

.ja {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

br.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block !important;
  }
}

#wrapper {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 60px;
  height: 147px;
}
@media print, screen and (max-width: 767px) {
  header {
    align-items: flex-start;
    padding: 40px 30px 0;
    height: auto;
  }
}
header .logo {
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  header .logo img {
    width: 28px;
    height: auto;
  }
}
header .lang {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

footer {
  position: relative;
  padding: 95px 80px;
  background-color: #f5f5f5;
}
@media print, screen and (max-width: 1023px) {
  footer {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  footer {
    padding: 70px 30px 50px;
  }
}
footer .logo {
  margin: 0 0 40px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  footer .logo {
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width: 767px) {
  footer .logo img {
    width: 70px;
    height: auto;
  }
}
footer .message {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media print, screen and (max-width: 767px) {
  footer .message {
    display: block;
    margin: 0 0 40px;
  }
}
footer .message p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  footer .message p {
    line-height: 1.8em;
  }
}
@media print, screen and (max-width: 767px) {
  footer .message p br {
    display: none;
  }
}
footer .message a {
  display: inline-block;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  footer .message a {
    position: absolute;
    top: 90px;
    right: 30px;
    width: auto;
  }
}
footer .footer_info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  footer .footer_info {
    display: block;
  }
}
footer .footer_info p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
}
footer .footer_info p b {
  font-weight: 600;
}
footer .footer_info p.copyright {
  font-size: 12px;
}

#junmai_ginjo {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 80px 140px;
  /*	&::before {
  		position:absolute;
  		top:50px;
  		right:0;
  		bottom:0;
  		left:0;
  		z-index:1;

  background-color:#f7f7f7;
  		content:"";
  	}*/
}
@media print, screen and (max-width: 1023px) {
  #junmai_ginjo {
    padding: 0 50px 140px;
  }
}
@media print, screen and (max-width: 767px) {
  #junmai_ginjo {
    padding: 0 30px 60px;
  }
}

.hero {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding: 0 0 130px;
  max-width: 1300px;
  height: auto;
}
@media print, screen and (max-width: 1679px) {
  .hero {
    box-sizing: border-box;
    padding: 0 0 90px;
    height: calc(100svh - 147px);
  }
}
@media print, screen and (max-width: 1023px) {
  .hero {
    height: 700px;
  }
}
@media print, screen and (max-width: 7673px) {
  .hero {
    min-height: 550px;
    max-height: 700px;
    height: calc(100svh - 30px);
  }
}
.hero .hero_product_name {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media print, screen and (max-width: 1179px) {
  .hero .hero_product_name {
    right: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_product_name {
    right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_product_name {
    top: 20px;
  }
}
.hero .hero_product_name h1 {
  padding: 0 0 12px;
  letter-spacing: 2px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 767px) {
  .hero .hero_product_name h1 {
    padding: 0 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.hero .hero_product_name .ja {
  letter-spacing: 12px;
  font-weight: 500;
  font-size: 36px;
  /*font-size:2.6vw;*/
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1279px) {
  .hero .hero_product_name .ja {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 1179px) {
  .hero .hero_product_name .ja {
    letter-spacing: 10px;
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_product_name .ja {
    letter-spacing: 7px;
    font-size: 20px;
  }
}
.hero .hero_sake {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 50px 0 0;
  height: 100%;
  line-height: 0;
}
@media print, screen and (max-width: 1479px) {
  .hero .hero_sake {
    margin: 0 0 0 -80px;
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_sake {
    margin: 0 0 0 -50px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_sake {
    align-items: flex-end;
    margin: 0 0 0 -30px;
  }
}
.hero .hero_sake img {
  margin: 0 0 0 -2px;
  max-height: 640px;
  width: auto;
  height: 100%;
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_sake img {
    width: 150px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_sake img {
    width: 80px;
    height: auto;
  }
}
.hero .hero_can {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-right: -32%;
  /* width: 22.2vw; */
  width: 320px;
  transform: translateY(-20%);
}
@media print, screen and (max-width: 1479px) {
  .hero .hero_can {
    margin-right: -38%;
    transform: translateY(-40%);
  }
}
@media print, screen and (max-width: 1379px) {
  .hero .hero_can {
    margin-right: -36%;
    width: 300px;
  }
}
@media print, screen and (max-width: 1279px) {
  .hero .hero_can {
    width: 280px;
  }
}
@media print, screen and (max-width: 1179px) {
  .hero .hero_can {
    margin-right: -40%;
    width: 260px;
    transform: translateY(-30%);
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_can {
    margin-right: -32%;
    width: 240px;
    transform: translateY(-20%);
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_can {
    right: inherit;
    left: 50%;
    margin-right: inherit;
    width: 190px;
    transform: translateY(-65%) translateX(-50%);
  }
}
.hero .hero_can img {
  width: 100%;
  height: auto;
}
.hero .hero_copy {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -30%;
}
@media print, screen and (max-width: 1479px) {
  .hero .hero_copy {
    margin-left: -36%;
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_copy {
    top: -5%;
    margin-left: -34%;
    transform: inherit;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy.pc {
    display: none;
  }
}
.hero .hero_copy__plane {
  margin: 0 -30px 50px 0;
  line-height: 0;
}
.hero .hero_copy__plane.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy__plane.sp {
    position: absolute;
    top: 5%;
    left: 25%;
    display: block;
  }
}
.hero .hero_copy__plane img {
  display: block;
  margin: 0 0 0 auto;
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_copy__plane img {
    width: 90px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy__plane img {
    width: 60px;
  }
}
.hero .hero_copy__copy {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8em;
  /*@media print, screen and (max-width: 1179px) {
  	letter-spacing:1px;
  	font-size:17px;
  }
  @media print, screen and (max-width: 1023px) {
  	font-size:16px;
  }*/
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_copy__copy {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy__copy {
    font-size: 14px;
  }
}
.hero .hero_copy__copy span.fs-m {
  font-weight: 600;
  font-size: 35px;
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_copy__copy span.fs-m {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy__copy span.fs-m {
    font-size: 20px;
  }
}
.hero .hero_copy__copy span.fs-b {
  display: inline-block;
  padding: 20px 0 0;
  font-weight: 600;
  font-size: 62px;
}
@media print, screen and (max-width: 1279px) {
  .hero .hero_copy__copy span.fs-b {
    font-size: 58px;
  }
}
@media print, screen and (max-width: 1179px) {
  .hero .hero_copy__copy span.fs-b {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_copy__copy span.fs-b {
    font-size: 46px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy__copy span.fs-b {
    padding: 10px 0 0;
    font-size: 30px;
  }
}
.hero .hero_copy__copy.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .hero .hero_copy__copy.sp {
    position: absolute;
    right: 0;
    bottom: 110px;
    left: inherit;
    display: block;
    text-align: right;
    letter-spacing: normal;
    font-size: 13px;
  }
}

.read {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 860px;
}
.read h2 {
  margin: 0 0 32px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4em;
}
@media print, screen and (max-width: 1023px) {
  .read h2 {
    margin: 0 0 20px;
    font-size: 34px;
  }
}
@media print, screen and (max-width: 767px) {
  .read h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.4em;
  }
}
.read p {
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  .read p {
    margin: 0 0 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .read p {
    line-height: 1.6em;
  }
}

.taste_sake {
  position: relative;
  z-index: 4;
  margin: 0 0 150px;
  padding: 0;
  /* 全体の見た目を整えつつ、768px以下でのみ動作するようにする */
  /* 768px以下でのみ動作：表示/非表示は以下のメディアクエリで制御 */
  /* 768px以上では非表示にする設定 */
}
@media print, screen and (max-width: 1279px) {
  .taste_sake {
    margin: -10px 0 150px;
  }
}
@media print, screen and (max-width: 1023px) {
  .taste_sake {
    margin: 0 0 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .taste_sake {
    margin: 60px 0;
  }
}
.taste_sake h2 {
  margin: 0 0 40px;
  color: #917813;
  text-align: right;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 72px;
}
@media print, screen and (max-width: 1379px) {
  .taste_sake h2 {
    font-size: 60px;
  }
}
@media print, screen and (max-width: 1179px) {
  .taste_sake h2 {
    font-size: 72px;
  }
}
@media print, screen and (max-width: 767px) {
  .taste_sake h2 {
    display: none;
  }
}
.taste_sake .ticker {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 -30px 50px;
}
@media (max-width: 768px) {
  .taste_sake .ticker {
    display: block;
    /* 必要に応じて高さを調整 */
    height: 60px;
  }
  .taste_sake .ticker-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
  }
  .taste_sake .item {
    padding: 0 10px 0 0;
    color: #917813;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 53px;
  }
}
@media (min-width: 768px) {
  .taste_sake .ticker {
    display: none;
  }
}
.taste_sake ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.taste_sake ul li:nth-child(1) {
  padding: 40px 0 0;
  width: 27%;
}
@media print, screen and (max-width: 1279px) {
  .taste_sake ul li:nth-child(1) {
    padding: 40px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .taste_sake ul li:nth-child(1) {
    padding: 0;
    width: auto;
  }
}
.taste_sake ul li:nth-child(2) {
  padding: 80px 0 0;
  width: 40%;
}
@media print, screen and (max-width: 1279px) {
  .taste_sake ul li:nth-child(2) {
    padding: 60px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .taste_sake ul li:nth-child(2) {
    padding: 0;
    width: auto;
  }
}
.taste_sake ul li:nth-child(3) {
  padding: 0;
  width: 27%;
}
@media print, screen and (max-width: 1279px) {
  .taste_sake ul li:nth-child(3) {
    padding: 20px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .taste_sake ul li:nth-child(3) {
    padding: 0;
    width: auto;
  }
}
.taste_sake ul li .photo {
  overflow: hidden;
  margin: 0 0 20px;
  border-radius: 5px;
  line-height: 0;
}
.taste_sake ul li .photo img {
  width: 100%;
  height: auto;
}
.taste_sake ul li .case {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 24px;
}
@media print, screen and (max-width: 1279px) {
  .taste_sake ul li .case {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 767px) {
  .taste_sake ul li .case {
    font-size: 20px;
  }
}
.taste_sake ul li p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
@media print, screen and (max-width: 1279px) {
  .taste_sake ul li p {
    font-size: 16px;
  }
}

.feature {
  position: relative;
  z-index: 3;
}
.feature h2 {
  margin: 0 auto 30px;
  max-width: 1000px;
  color: #917813;
  white-space: nowrap;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4em;
}
@media print, screen and (max-width: 767px) {
  .feature h2 {
    white-space: inherit;
    font-size: 30px;
  }
}
.feature h3 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 24px;
}
@media print, screen and (max-width: 767px) {
  .feature h3 {
    font-size: 28px;
  }
}
.feature p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1279px) {
  .feature p {
    line-height: 1.7em;
  }
}
@media print, screen and (max-width: 767px) {
  .feature p {
    line-height: 1.6em;
  }
}
.feature p b {
  display: inline-block;
  padding: 0 0 5px;
}
.feature .feature_box01 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto 100px;
  max-width: 1000px;
  gap: 70px;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box01 {
    flex-direction: column-reverse;
    margin: 0 auto 50px;
    gap: 0;
  }
}
.feature .feature_box01 .feature_box01__text {
  margin: 0;
  padding: 0;
  width: calc(60% - 70px);
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box01 .feature_box01__text {
    width: auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box01 .feature_box01__text p b {
    display: block;
  }
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box01 .feature_box01__text p br {
    display: none;
  }
}
.feature .feature_box01 .feature_box01__figure {
  padding: 80px 0 0;
  width: 40%;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box01 .feature_box01__figure {
    padding: 40px 30px;
    width: auto;
  }
}
.feature .feature_box01 .feature_box01__figure img {
  width: 100%;
  height: auto;
}
.feature .feature_box02 {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 0 -80px 100px;
  padding: 0 80px 0 0;
  gap: 100px;
}
@media print, screen and (max-width: 1279px) {
  .feature .feature_box02 {
    gap: 60px;
  }
}
@media print, screen and (max-width: 929px) {
  .feature .feature_box02 {
    flex-direction: column-reverse;
    margin: 0 0 20px;
    padding: 0;
    gap: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box02 {
    overflow: visible;
    margin: 0 0 30px;
  }
}
.feature .feature_box02 .feature_box012__figure {
  overflow: hidden;
  width: calc(100% - 500px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 0;
}
@media print, screen and (max-width: 1279px) {
  .feature .feature_box02 .feature_box012__figure {
    width: calc(100% - 390px);
  }
}
@media print, screen and (max-width: 929px) {
  .feature .feature_box02 .feature_box012__figure {
    margin: 0;
    width: 100%;
    border-radius: 5px;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box02 .feature_box012__figure {
    margin: 0 -30px;
    width: auto;
    border-radius: 0;
  }
}
.feature .feature_box02 .feature_box012__figure img {
  width: 100%;
  height: auto;
}
.feature .feature_box02 .feature_box02__text {
  width: 400px;
}
@media print, screen and (max-width: 1279px) {
  .feature .feature_box02 .feature_box02__text {
    width: 330px;
  }
}
@media print, screen and (max-width: 929px) {
  .feature .feature_box02 .feature_box02__text {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box02 .feature_box02__text h2 {
    margin: 0 0 20px;
  }
}
.feature .feature_box02 .feature_box02__text h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box02 .feature_box02__text p br {
    display: none;
  }
}
.feature .feature_box03 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 160px;
  max-width: 1080px;
}
@media print, screen and (max-width: 1170px) {
  .feature .feature_box03 {
    margin: 0 -80px 160px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 {
    flex-direction: column;
    margin: 0 0 100px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 {
    flex-direction: column;
    margin: 0 0 60px 0;
  }
}
.feature .feature_box03 .feature_box03__taste {
  margin: 0 0 60px;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__taste {
    padding: 0 50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__taste {
    margin: 0 0 10px;
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__taste p br {
    display: none;
  }
}
.feature .feature_box03 .feature_box03__spec {
  width: calc(64% - 100px);
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__spec {
    width: 100%;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail {
  margin: 0 0 50px;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl {
    border-top: #dddbdb solid 1px;
    border-right: #dddbdb solid 1px;
    border-left: #dddbdb solid 1px;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dt {
  padding: 16px 0;
  width: 158px;
  border-bottom: #dddbdb solid 1px;
  font-weight: 600;
  font-size: 16px;
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dt {
    padding: 0 0 10px;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dt {
    padding: 15px 25px 5px;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dt.abv {
    box-sizing: border-box;
    padding: 32px 0 32px 25px;
    width: 79px;
    border-bottom: #dddbdb solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dt.Polishing {
    box-sizing: border-box;
    padding: 32px 0 32px 25px;
    width: 178px;
    border-bottom: #dddbdb solid 1px;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dd {
  padding: 16px 0;
  width: calc(100% - 158px);
  border-bottom: #dddbdb solid 1px;
  font-size: 16px;
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dd {
    padding: 0 0 10px;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dd {
    box-sizing: border-box;
    padding: 0 25px 15px;
    width: 100%;
    border-bottom: #dddbdb solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dd.abv {
    box-sizing: border-box;
    padding: 32px 25px 32px 0;
    width: calc(100% - 79px);
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___detail dl dd.Polishing {
    box-sizing: border-box;
    padding: 32px 25px 32px 0;
    width: calc(100% - 178px);
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map {
  margin: 0 0 70px;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line {
    flex-direction: column;
    gap: 16px;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line.aroma .map .graf .dot {
  left: 60%;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line.flavor .map .graf .dot {
  left: 35%;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line.body .map .graf .dot {
  left: 60%;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line span {
  display: block;
  width: 90px;
  font-weight: 600;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line span {
    width: auto;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 90px);
  gap: 14px;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map {
    width: 100%;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map span {
  display: block;
  width: 53px;
  font-weight: 600;
  font-size: 16px;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map span.min {
  text-align: right;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map span.max {
  text-align: left;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map .graf {
  position: relative;
  width: calc(100% - 138px);
  height: 15px;
  border-right: #dddbdb solid 1px;
  border-left: #dddbdb solid 1px;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map .graf .dot {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #917813;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map .graf::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #dddbdb;
  content: "";
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map .graf:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 14px;
  background-color: #dddbdb;
  content: "";
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___map .map_line .map .graf span {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___serving {
  text-align: center;
  line-height: 0;
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___serving h3 {
  margin: 0 0 40px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___serving h3 {
    text-align: center;
  }
}
.feature .feature_box03 .feature_box03__spec .feature_box03__spec___serving .icons img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___serving .icons img {
    margin: 0 auto;
    width: 450px;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__spec .feature_box03__spec___serving .icons img {
    width: 100%;
  }
}
.feature .feature_box03 .feature_box03__photo {
  overflow: hidden;
  width: 36%;
  border-radius: 5px;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__photo {
    margin: 0 0 40px;
    width: 100%;
  }
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__photo.pc {
    display: none;
  }
}
.feature .feature_box03 .feature_box03__photo.tab {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  .feature .feature_box03 .feature_box03__photo.tab {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .feature .feature_box03 .feature_box03__photo.tab {
    margin: 0 -30px 40px;
    width: calc(100% + 60px);
    border-radius: 0;
  }
}
.feature .feature_box03 .feature_box03__photo img {
  width: 100%;
  height: auto;
}

.about {
  margin: 0;
  padding: 0;
}
.about .photo {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0 -80px 120px;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .about .photo {
    margin: 0 -50px 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .about .photo {
    margin: 0 -30px 60px;
  }
}
.about .photo img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .about .photo img {
    width: 150%;
  }
}
.about .about_kikusui {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  gap: 30px;
}
@media print, screen and (max-width: 1379px) {
  .about .about_kikusui {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui {
    display: block;
  }
}
@media print, screen and (max-width: 1023px) {
  .about .about_kikusui .about_kikusui__text {
    width: calc(100% - 274px);
  }
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .about_kikusui__text {
    width: auto;
  }
}
.about .about_kikusui .about_kikusui__text h2 {
  margin: 0 0 40px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .about_kikusui__text h2 img {
    width: 150px;
    height: auto;
  }
}
.about .about_kikusui .about_kikusui__text p {
  margin: 0 0 40px;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .about_kikusui__text p {
    font-size: 16px;
  }
}
.about .about_kikusui .about_kikusui__text p.copy {
  margin: 0 0 30px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .about_kikusui__text p.copy {
    margin: 0 0 20px;
    white-space: inherit;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .about_kikusui__text p.copy br {
    display: none;
  }
}
.about .about_kikusui .about_kikusui__text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 52px;
  background-color: #242424;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .about_kikusui__text a {
    width: 132px;
    font-size: 16px;
  }
}
.about .about_kikusui .map {
  flex-shrink: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  .about .about_kikusui .map {
    width: 244px;
  }
}
@media print, screen and (max-width: 767px) {
  .about .about_kikusui .map {
    margin: -50px 0 0 auto;
    pointer-events: none;
  }
}
/*# sourceMappingURL=style.css.map */