@charset "UTF-8";

/* ----------------------------------------------------------------------
汎用的な指定。
---------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue",'Noto Sans JP',Arial,sans-serif;
  font-size: 1.6rem;
}

.section-ttl__underline {
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 5rem;
	font-weight:bold;
}
.section-ttl__underline:after {
  position: absolute;
  content: "";
  background-color: black;
  width: 220px;
  height: 1px;
  bottom: -0.5em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .section-ttl__underline {
    font-size: 2.0rem;
    margin-bottom: 2.5rem;
  }

  .section-ttl__underline:after {
    width: 200px;
  }
}

/* ----------------------------------------------------------------------
ヘルパー（ユーティリティ）クラスのまとめ。
---------------------------------------------------------------------- */
/* ------- Layout ------- */
.helper__container-basic {
  width: min(90%, 1200px);
  margin-inline: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .helper__container-basic {
    margin-bottom: 0;
  }
}

/* ------- Spacing ------- */
/* ------- Typography ------- */
/* ------- Size ------- */

/* ----------------------------------------------------------------------
トップページに対するスタイル指定ファイルです。
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
ヒーローセクション。
---------------------------------------------------------------------- */
.image-cross-fader {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 700px;
}
.image-cross-fader__inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-cross-fader__inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.06);
}
.image-cross-fader__inner:nth-child(1) {
  background-image: url("../img/page_top/hero/MV_01.jpg");
}
.image-cross-fader__inner:nth-child(2) {
  background-image: url("../img/page_top/hero/MV_02.jpg");
}
.image-cross-fader__inner:nth-child(3) {
  background-image: url("../img/page_top/hero/MV_03.jpg");
}
.image-cross-fader__inner:nth-child(4) {
  background-image: url("../img/page_top/hero/MV_04.jpg");
}

/* ----------------------------------------------------------------------
kv
---------------------------------------------------------------------- */

.kv {
  background: white;
  padding-bottom: 40px;
}

.kv-img img {
  max-width: 100%;
}

.kv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.kv .slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
}

.kv .slick-dots {
    bottom: -30px;
}

.kv .slick-dots li {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kv .slick-dots {
    bottom: -30px;
  }
}

/* ----------------------------------------------------------------------
ナビゲーションセクション。
---------------------------------------------------------------------- */
.nav {
  background: white;
  padding-bottom: 120px;
}
.nav__lists-1 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
	font-weight:bold;
}
.nav__link-1 img {
  max-width: 100%;
}

.nav__lists-2 {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0 auto;
	width: 94%;
	font-weight:bold;
}

.nav__link-2 {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
.nav__lists {
  flex-wrap: wrap;
	display: flex;
  align-items: center;
  margin-top: 2.5rem;
  padding: 2rem 0.5rem;
  background-color: black;
  position: relative;
  z-index: 1;
}

.nav__lists li{
  border-right: 1px solid #fff;
	text-align:center;
	display:block;
	width:calc(100% / 7);
}
.nav__lists li a{
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
}
.nav__lists li:last-child{
	border-right:0;
}

.nav__lists-2 {
  position: relative;
}

.nav__lists-3-wrap {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
}

.nav__list-3 {
  padding: 0 5px;
}

.nav__list-2:hover .nav__lists-3-wrap {
  display: block;
}

.nav__list-2:hover .nav__link-2::before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1.25/1;
  background-color: black;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 1350px) {
  .nav__link-1 {
    font-size: 1.0vw;
    padding-right: 0.74vw;
  }

  .nav__link-2 {
    font-size: 1.185vw;
  }

  .nav__lists li a {
    font-size: 1.037vw;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-bottom: 0;
  }

  .nav__lists-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav__link-1 {
    font-size: 14px;
    padding-right: 10px;
  }
}

/* ----------------------------------------------------------------------
おすすめ商品セクション。
---------------------------------------------------------------------- */
.recommend img {
  width: 100%;
  height: auto;
}
.recommend__container {
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(#fff, #e4e0cc);
 	padding-top:0;
	padding-bottom:110px;
}

.recommend__container .product-list {
  margin-bottom: 0;
}

.recommend__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 6rem;
}
.recommend__list > *:not(:last-child) {
  margin-bottom: 1.75rem;
}
.recommend__goods-name {
  font-size: 1.8rem;
	font-weight:bold;
}
.recommend__price {
  font-size: 1.6rem;
}
.recommend__label {
  background-color: red;
  color: white;
  border-radius: 100vh;
  margin-left: 1em;
  padding-inline: 0.8em;
  padding-block: 0.3em;
  font-size: 1.4rem;
}
.recommend__description {
  font-size: 1.6rem;
	line-height:1.6;
}
.recommend__img-grade-container {
  margin-inline: auto;
  width: 80%;

}
.recommend__btn {
  display: table;
  margin-inline: auto;
  font-size: 1.75rem;
  font-weight: 800;
  background-color: #d9d0bf;
  padding-block: 0.8em;
  padding-inline: 2em;
  border-radius: 100vh;
}
.recommend .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1.5px;
  margin-top: 12px;
  border-radius: 9999px;
  background-color: #000000;
  margin-left: 1em;
  margin-bottom: 0.3rem;
}
.recommend .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

@media screen and (max-width: 767px) {
  .recommend__container {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .recommend__lists {
    grid-template-columns: repeat(2, 1fr);
  }

  .recommend__goods-name {
    font-size: 1.6rem;
  }

  .recommend__price {
    font-size: 1.4rem;
  }

  .recommend__label {
    margin-left: 0.5em;
    padding-block: 0.3em 0.6em;
    font-size: 1.2rem;
  }

  .recommend__description {
    font-size: 1.4rem;
  }

  .recommend__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    padding-block: 0.8em;
    padding-inline: 1.0em;
    width: 100%;
  }

  .recommend .arrow {
    width: 15px;
  }

  .recommend .arrow::before {
    width: 9px;
  }

  .recommend .arrow {
    margin-top: 10px;
  }

  .recommend__img-grade-container {
    width: 100%;
  }
}

@media screen and (max-width: 433px) {
  .recommend__label {
    display: inline-block;
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------------
特集セクション。---------------------------------------------------------------------- */
.feature {
  background: white;
  padding-top:50px;
  padding-bottom: 40px;
}
.feature.helper__container-basic {
  margin-bottom: 0;
}

.feature img {
  width: 100%;
  height: auto;
}
.feature__lists, .feature__category-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3.5rem;
  margin-bottom: 50px;
}
.feature__list img {
  margin-bottom: 1rem;
}
.feature__list h3 {
  font-size: 1.4rem;
  line-height: 1.6;
}
.feature__category-list img {
  margin-bottom: 1rem;
}
.feature__category-list p {
  border-left: 3.5px solid black;
  padding-left: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .feature {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .feature__lists, .feature__category-lists {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    margin-bottom: 25px;
  }

  .feature__list h3 {
    font-size: 1.4rem;
  }

  .feature__category-list p {
    line-height: 1.4;
    font-size: 1.4rem;
  }

  .feature__visual-container {
    height: 250px;
  }
}

/* ----------------------------------------------------------------------
information
---------------------------------------------------------------------- */

.information {
  background: white;
  padding-bottom: 70px;
}

.information-list {
  margin-bottom: 50px;
}

.information-list li {
  display: flex;
  gap: 24px;
  background: #F6F5F0;
  padding: 7px 0 7px 75px;
}

.information-list li + li {
  margin-top: 4px;
}

.information-link {
  text-align: right;
}

.information-link a {
  position: relative;
  border-bottom: solid 1px #1A1A1A;
  padding: 0 50px 11px 11px;
}

.information-link a::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  border-bottom: solid 1px #1A1A1A;
  width: 26px;
}

.information-link a::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  border-bottom: solid 1px #1A1A1A;
  width: 10px;
  transform: rotateZ(35deg);
}

@media screen and (max-width: 767px) {
  .information {
    padding-bottom: 35px;
  }

  .information-list {
    margin-bottom: 25px;
  }

  .information-list li {
    display: block;
    font-size: 14px;
    padding: 7px;
  }

  .information-list li a {
    display: block;
    margin-top: 4px;
    line-height: 1.4;
  }

  .information-link a {
    font-size: 14px;
    padding: 0 25px 5px 5px;
  }

  .information-link a::before {
    top: 13px;
    width: 20px;
  }

  .information-link a::after {
    top: 10px;
    width: 10px;
  }
}

/* ----------------------------------------------------------------------
parallax
---------------------------------------------------------------------- */

.parallax {
  min-height: 664px;
  position: relative;
}

.parallax::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/assets/img/page_top/feature/bg_feature.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .parallax {
    min-height: 300px;
    position: relative;
  }

  .parallax::before {
    background: url(/assets/img/page_top/feature/bg_feature.jpg) no-repeat right -200px top;
    background-size: 250%;
  }
}

/* ----------------------------------------------------------------------
こだわりセクション。---------------------------------------------------------------------- */
.commitment {
  padding-top: 80px;
  padding-bottom: 50px;
	font-family: YuMincho, "Hiragino Mincho ProN", serif;
	font-weight:400;
  background: #FFFEF6;
}
.commitment .bar {
  background-color: black;
  height: 1px;
  width: 75%;
  margin-left: auto;
}
.commitment__head-container {
  display: flex;
  justify-content: space-between;
  margin-top:50px;
  margin-bottom:50px;
}
.commitment__head-info h2 {
  font-size: 3.2rem;
  margin-bottom: 5.5rem;
}
.commitment__head-info p {
  margin-left: 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.commitment__head-info p:first-of-type {
  margin-bottom: 2rem;
}
.commitment__head-img-container {
  width: 50%;
}
.commitment__head-img-container img {
  width: 100%;
  height: auto;
}
.commitment__second-ttl {
  font-size: 2.4rem;
	margin-bottom:30px;
}
.commitment__second-ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/page_top/commitment/coffee-beans.svg);
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.commitment__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.5em;
  margin-bottom:50px;
}
.commitment__list {
  display: flex;
  align-items: center;
  gap: 2.5em;
}
.commitment__list-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1em;
  font-size: 4.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1rem;
  border-right: 2px solid #333;
}
.commitment__list-ttl span {
  text-align: center;
  font-size: 1.4rem;
}
.commitment__list-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #FFFEF6;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.commitment__list-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 0;
  width: 15px;
  height: 15px;
  background: #FFFEF6;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333 #333 #333 transparent;
  transform: translateY(-50%) rotate(45deg);
}
.commitment__list-info p:first-child {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
.commitment__list-info p:last-child {
  font-size: 1.8rem;
}
.commitment__btn-container {
  display: flex;
  justify-content: flex-end;
  gap: 2em;

}
.commitment__btn-container a {
  font-size: 1.75rem;
  display: block;
  width: 260px;
  border: 1px solid black;
  text-align: center;
  padding-block: 0.8em;
  background: white;
}
.commitment__btn-container .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1.5px;
  margin-top: 12px;
  border-radius: 9999px;
  background-color: #000000;
  margin-left: 1em;
  margin-bottom: 0.3rem;
}
.commitment__btn-container .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

.locations{
  background-image: url(../img/page_top/locations/bg_locations.jpg);
}
.locations .helper__container-basic{
	margin-bottom:0;
}
.locations__container {
  padding:60px 0 80px 0;


}


.locations h2 {
  display: table;
  font-size: 2.2rem;
  padding-inline: 2em;
  padding-block: 0.5em;
  margin-inline: auto;
  margin-bottom: 6rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.locations__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
}
.locations__list a {
  color: white;
  display: block;
  font-size: 1.8rem;
  padding-block: 1.2em;
  border-radius: 5px;
  text-align: center;
  background-color: rgba(48, 22, 22, 0.8);
}

@media screen and (max-width: 767px) {
  .commitment {
    padding-top: 40px;
  }

  .commitment__head-container {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .commitment__head-info h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }

  .commitment__head-info p:first-of-type {
    margin-bottom: 1rem;
  }

  .commitment__head-info p {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .commitment__head-img-container {
    width: 100%;
    margin-top: 20px;
  }

  .commitment__second-ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .commitment__second-ttl::after {
    height: 30px;
  }

  .commitment__lists {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.5em;
    margin-bottom: 25px;
  }

  .commitment__list {
    gap: 1.0em;
  }

  .commitment__list-ttl {
    font-size: 2.4rem;
  }

  .commitment__list-ttl span {
    font-size: 1.2rem;
  }

  .commitment__list-info p:first-child {
    font-size: 1.8rem;
    margin-bottom: 0.3em;
  }

  .commitment__list-info p:last-child {
    font-size: 1.6rem;
  }

  .commitment__btn-container {
    display: block;
  }

  .commitment__btn-container a {
    font-size: 1.5rem;
    width: 100%;
    padding-block: 0.6em;
  }

  .commitment__btn-container a + a {
    margin-top: 20px;
  }

  .locations__container {
    padding: 30px 0 40px 0;
  }

  .locations h2 {
    font-size: 1.8rem;
    padding-inline: 1.5em;
    padding-block: 0.5em;
    margin-bottom: 3rem;
  }

  .locations__lists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .locations__list a {
    font-size: 1.4rem;
    padding-inline: 1em;
    line-height: 1.3;
  }
}

/* ----------------------------------------------------------------------
lower
---------------------------------------------------------------------- */

.contents-inner {
  width: min(90%, 1200px);
  margin-inline: auto;
  padding-top: 10px;
}

.topic-path {
  background: white;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 18px;
}

.topic-path-inner {
  display: flex;
}

.topic-path-prev {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}

.topic-path-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  clip-path: polygon(50% 0, 50% 15%, 15% 50%, 45% 85%, 45% 100%, 0% 50%);
  height: 14px;
  aspect-ratio: 1;
  background-color: #1A1A1A;
}

.topic-path ul {
  display: flex;
  border-left: solid 1px #1A1A1A;
  padding-left: 10px;
  margin-left: 10px;
}

.topic-path ul li {
  font-size: 14px;
}

.topic-path ul li + li {
  margin-left: 10px;
}

.topic-path ul li + li::before {
  content: "/";
  margin-right: 10px;
}

.page-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  border-bottom: solid 1px #000;
  padding: 0 15px 15px;
}

.page-title.mb {
  margin-bottom: 90px;
}

.lower-kv {
  display: flex;
  margin-bottom: 120px;
}

.lower-kv-text {
  line-height: 32px;
  width: 50%;
  padding: 25px;
}

.lower-kv-img {
  width: 50%;
}

.lower-kv-img img {
  max-width: 100%;
}

.lower-kv.lg {
  display: block;
  margin-top: 50px;
  margin-bottom: 70px;
}

.lower-kv.lg .lower-kv-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topic-path {
    display: flex;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .topic-path-prev {
    font-size: 13px;
    padding-left: 10px;
  }

  .topic-path ul li {
    font-size: 13px;
  }

  .page-title {
    font-size: 22px;
    padding: 0 10px 10px;
  }

  .page-title.mb {
    margin-bottom: 40px;
  }

  .lower-kv {
    display: block;
    margin-bottom: 60px;
  }

  .lower-kv-text {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    padding: 10px;
  }

  .lower-kv-img {
    width: 100%;
  }

  .lower-kv.lg {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

/* ----------------------------------------------------------------------
product
---------------------------------------------------------------------- */

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 130px 38px;
  margin-bottom: 340px;
}

.product-item {
  width: calc((100% - (38px * 3)) / 4);
}

.product-item-taste img,
.product-item-img img {
  max-width: 100%;
}

.product-item-img img {
  aspect-ratio: 1;
}

.product-item-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 35px;
  margin-bottom: 16px;
}

.product-item-price {
  font-size: 14px;
}

.product-item-text {
  line-height: 24px;
  margin: 20px 0;
  text-align: justify;
}

.product-item-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 180px;
  border-radius: 20px;
  background: #d9d0bf;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px;
  margin: 32px auto 0;
}

.product-item-btn::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  border-bottom: solid 1px #1A1A1A;
  width: 20px;
}

.product-item-btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 22px;
  border-bottom: solid 1px #1A1A1A;
  width: 12px;
  transform: rotateZ(35deg);
}

@media screen and (max-width: 767px) {
  .product-list {
    gap: 60px 15px;
    margin-bottom: 120px;
  }

  .product-item {
    width: calc((100% - (15px * 1)) / 2);
  }

  .product-item-name {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .product-item-price {
    font-size: 12px;
  }

  .product-item-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
  }

  .product-item-btn {
    font-size: 14px;
    width: 100%;
    max-width: 120px;
    margin: 16px auto 0;
  }

  .product-item-btn::before {
    top: 20px;
    right: 5px;
    width: 14px;
  }

  .product-item-btn::after {
    top: 17px;
    right: 5px;
    width: 8px;
  }
}

/* ----------------------------------------------------------------------
feature
---------------------------------------------------------------------- */

.feature-about {
  background: white;
  padding-bottom: 50px;
}

.feature-about-box {
  max-width: 1560px;
  padding: 0 60px 0 155px;
  margin: 0 auto 100px;
}

.feature-about-lead {
  line-height: 32px;
}

.feature-about-col {
  display: flex;
  gap: 100px;
  max-width: 1560px;
  margin: auto;
}

.feature-about-col + .feature-about-col {
  margin-top: 150px;
}

.feature-about-col.reverse {
  flex-direction: row-reverse;
}

.feature-about-main {
  flex: 1;
}

.feature-about-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.feature-about-text {
  line-height: 32px;
}

.feature-about-img {
  max-width: 384px;
  margin-right: 70px;
}

.feature-about-img img {
  max-width: 100%;
}

.feature-about-col.reverse .feature-about-img {
  margin-left: 60px;
  margin-right: 0;
}

.feature-about-price {
  font-size: 18px;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 36px;
}

.feature-product {
  background: white;
  padding-top: 150px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .feature-about-price {
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .feature-product {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .feature-about {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .feature-about-box {
    padding: 0;
    margin: 0 auto 50px;
  }

  .feature-about-lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-about-col {
    display: block;
  }

  .feature-about-col + .feature-about-col {
    margin-top: 70px;
  }

  .feature-about-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .feature-about-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-about-img {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .feature-about-img img {
    max-width: 100%;
  }

  .feature-about-col.reverse .feature-about-img {
    margin-left: 0;
    margin-right: 0;
  }

  .parallax-box {
    margin-bottom: 70px;
  }
}

.cart-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
/* ----------------------------------------------------------------------
login
---------------------------------------------------------------------- */

.form-area {
  margin-bottom: 125px;
}

.form-note {
  display: flex;
  gap: 7px;
  color: #3b4043;
  width: calc(100% - 420px);
  margin-left: auto;
  margin-bottom: 30px;
}

.form-table {
  width: 100%;
  border-bottom: solid 1px #707070;
  margin-bottom: 50px;
}

.form-table th {
  font-weight: 700;
  color: #707f89;
  width: 420px;
  vertical-align: middle;
}

.form-table td {
  padding: 15px 0;
}

.form-title {
  display: flex;
  align-items: center;
  gap: 7px;
}

.form-area .icon-required {
  width: 16px;
}

.form-area .icon-required img {
  max-width: 100%;
}

.form-area textarea,
.form-area input[type=email],
.form-area input[type=tel],
.form-area input[type=text] {
  font-size: 16px;
  border: 1px solid #cdd6dd;
  padding: 15px;
  width: 100%;
}

.form-area textarea {
  height: 250px;
}

.form-area textarea::placeholder,
.form-area input[type=email]::placeholder,
.form-area input[type=tel]::placeholder,
.form-area input[type=text]::placeholder {
  font-size: 16px;
  color: #cdd6dd;
}

.form-area .form-selectbox {
  position: relative;
}

.form-area .form-selectbox::before,
.form-area .form-selectbox::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.form-area .form-selectbox::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
}

.form-area .form-selectbox::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #98A6B5;
  border-right: 2px solid #98A6B5;
}

.form-area .form-selectbox select {
  appearance: none;
  cursor: pointer;
  border: 1px solid #cdd6dd;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  color: #cdd6dd;
}

.form-area .form-error {
  font-size: 16px;
  color: #e60033;
  margin-top: 10px;
}

.form-area .form-btn {
  display: grid;
  place-items: center;
  max-width: 300px;
  border-radius: 10px;
  background: #004bb1;
  padding: 20px;
  margin: auto;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .form-area {
    margin-bottom: 30px;
  }

  .form-note {
    font-size: 14px;
    width: 100%;
    margin-bottom: 25px;
  }

  .form-table {
    margin-bottom: 25px;
  }

  .form-table th {
    display: block;
    font-size: 14px;
    width: 100%;
  }

  .form-table td {
    display: block;
    padding: 10px 0 20px;
  }

  .form-area .icon-required {
    width: 16px;
  }

  .form-area textarea,
  .form-area input[type=email],
  .form-area input[type=tel],
  .form-area input[type=text] {
    padding: 10px;
  }

  .form-area textarea {
    height: 100px;
  }

  .form-area textarea::placeholder,
  .form-area input[type=email]::placeholder,
  .form-area input[type=tel]::placeholder,
  .form-area input[type=text]::placeholder {
    font-size: 16px;
  }

  .form-area .form-selectbox select {
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
  }

  .form-area .form-error {
    font-size: 14px;
  }

  .form-area .form-btn {
    font-size: 14px;
    max-width: 100%;
    padding: 15px;
  }
}

/* ----------------------------------------------------------------------
privacy
---------------------------------------------------------------------- */

.privacy-area {
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 200px;
}

.privacy-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}

.privacy-lead {
  font-size: 17px;
  width: calc(100% - 300px);
  margin-left: auto;
  margin-bottom: 100px;
}

.privacy-table {
  width: 100%;
}

.privacy-table th {
  font-size: 24px;
  width: 300px;
}

.privacy-table td {
  padding-bottom: 50px;
}

.privacy-table td p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .privacy-area {
    margin-bottom: 100px;
  }

  .privacy-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .privacy-lead {
    font-size: 15px;
    width: 100%;
    margin-bottom: 50px;
  }

  .privacy-table th {
    display: block;
    font-size: 16px;
    width: 100%;
    padding-bottom: 5px;
  }

  .privacy-table td {
    display: block;
    font-size: 14px;
    padding-bottom: 25px;
  }

  .privacy-table td p + p {
    margin-top: 1.5em;
  }
}

/* ----------------------------------------------------------------------
specified
---------------------------------------------------------------------- */

.specified-area {
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 200px;
}

.specified-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 50px;
}

.specified-subtitle {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  border-left: solid 4px #301616;
  padding-left: 10px;
}

.specified-table {
  font-size: 17px;
  width: 100%;
  margin-bottom: 100px;
}

.specified-table tr {
  border-top: solid 1px #1A1A1A;
}

.specified-table th {
  font-weight: 700;
  width: 300px;
  padding: 25px 0;
}

.specified-table td {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .specified-area {
    margin-bottom: 100px;
  }

  .specified-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .specified-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .specified-table {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .specified-table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }

  .specified-table td {
    display: block;
    padding: 15px 0;
  }
}

/* ----------------------------------------------------------------------
guide
---------------------------------------------------------------------- */

.guide-area {
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 130px;
}

.guide-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 100px;
}

.guide-subtitle {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 50px;
  border-left: solid 4px #301616;
  padding-left: 10px;
}

.guide-box {
  padding-left: 150px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.guide-text {
  font-size: 17px;
}

.guide-text + .guide-text {
  margin-top: 1.5em;
}

.guide-table {
  font-size: 17px;
  width: 100%;
  margin-bottom: 100px;
}

.guide-table tr:not(:first-child) {
  border-top: solid 1px #1A1A1A;
}

.guide-table th {
  padding: 20px 0;
  width: 300px;
}

.guide-table td {
  padding: 20px 0;
}

.guide-table td p + p {
  margin-top: 1.5em;
}

.guide-table-list {
  list-style: disc;
  margin-left: 1em;
}

.guide-table-img {
  width: 190px;
  margin-top: 5px;
}

.guide-table-img.convenience {
  width: 200px;
}

.guide-table td img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .guide-area {
    margin-bottom: 70px;
  }

  .guide-title {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .guide-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .guide-box {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }

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

  .guide-table {
    font-size: 16px;
    width: 100%;
    margin-bottom: 50px;
  }

  .guide-table th {
    display: block;
    padding: 10px 0 0;
    width: 100%;
  }

  .guide-table td {
    display: block;
    padding: 10px 0;
  }
}
