/* Sass Document */
#brand_single h2,
#brand_single h3,
#brand_single h4,
#brand_single h5,
#brand_single h6,
#brand_single p,
#brand_single address,
#brand_single ul,
#brand_single ol,
#brand_single li,
#brand_single dl,
#brand_single dt,
#brand_single dd,
#brand_single table,
#brand_single th,
#brand_single td,
#brand_single img,
#brand_single form,
#brand_single input,
#brand_single figure,
#brand_single select {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  border: none;
  list-style-type: none;
  color: var(--section-fg, inherit);
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 840px) {
  #brand_single a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  #brand_single .sp {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .pc {
    display: none;
  }
  #brand_single .sp {
    display: block;
  }
}
#brand_single .wrap {
  max-width: 120rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 840px) {
  #brand_single .wrap {
    width: 93.8666666667vw;
  }
}
#brand_single .accent {
  color: var(--section-accent, currentColor);
}
#brand_single .title_area {
  position: relative;
  padding-bottom: 1.9rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1200px) {
  #brand_single .title_area {
    padding-bottom: 1.5833333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .title_area {
    padding-bottom: 5.0666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
#brand_single .title_area:after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  display: block;
  width: 6rem;
  height: 0.2rem;
  background: var(--section-accent, currentColor);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #brand_single .title_area:after {
    width: 5vw;
    height: 0.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .title_area:after {
    width: 9.6vw;
    height: 0.5333333333vw;
  }
}
#brand_single .title_area .en {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: var(--section-accent, currentColor);
  font-weight: 500;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 1200px) {
  #brand_single .title_area .en {
    margin-bottom: 0.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .title_area .en {
    margin-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
#brand_single .title_area .title02 {
  font-size: 5rem;
  color: var(--section-fg, currentColor);
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #brand_single .title_area .title02 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .title_area .title02 {
    font-size: 7.2vw;
    letter-spacing: 0.08em;
    line-height: 1.48418;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .title_area .title02 .small {
    font-size: 4vw;
    line-height: 1.46666;
  }
}
#brand_single .title_area + .center p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  #brand_single .title_area + .center p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .title_area + .center p {
    font-size: 3.4666666667vw;
    letter-spacing: 0.08em;
  }
}
#brand_single .main_title_area {
  position: relative;
  height: 68rem;
}
@media screen and (max-width: 1200px) {
  #brand_single .main_title_area {
    height: 56.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area {
    height: 125.3333333333vw;
  }
}
#brand_single .main_title_area .bg_image {
  width: 100%;
  height: 100%;
}
#brand_single .main_title_area .bg_image figure {
  width: 100%;
  height: 100%;
}
#brand_single .main_title_area .bg_image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#brand_single .main_title_area .main_title_in {
  position: absolute;
  top: 12.9411764706%;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_title_in {
    top: 9.3333333333vw;
  }
}
#brand_single .main_title_area .main_title_in .main_title {
  font-size: 5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1200px) {
  #brand_single .main_title_area .main_title_in .main_title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_title_in .main_title {
    font-size: 6.4vw;
    line-height: 1.2916666;
  }
}
#brand_single .main_title_area .main_title_in .main_title .large {
  font-size: 10.9rem;
}
@media screen and (max-width: 1200px) {
  #brand_single .main_title_area .main_title_in .main_title .large {
    font-size: 9.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_title_in .main_title .large {
    font-size: 14.6666666667vw;
  }
}
#brand_single .main_title_area .main_title_in .main_title .mid {
  font-size: 7.6rem;
}
@media screen and (max-width: 1200px) {
  #brand_single .main_title_area .main_title_in .main_title .mid {
    font-size: 6.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_title_in .main_title .mid {
    font-size: 12.5333333333vw;
    line-height: 1;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_title_in .main_title .mid span {
    font-size: 9.8666666667vw;
  }
}
#brand_single .main_title_area .main_title_in p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #brand_single .main_title_area .main_title_in p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_title_in p {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.583333;
  }
}
#brand_single .main_title_area .main_image {
  position: absolute;
  bottom: 1.9117647059%;
  left: 50%;
  width: 40.3529411765%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 840px) {
  #brand_single .main_title_area .main_image {
    bottom: 4vw;
    width: 94.4vw;
  }
}
#brand_single .page_nav {
  padding: 2.95rem 0 2.85rem;
  background: var(--section-bg, currentColor);
}
@media screen and (max-width: 1200px) {
  #brand_single .page_nav {
    padding: 2.4583333333vw 0 2.375vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav {
    padding: 0;
  }
}
#brand_single .page_nav .wrap {
  width: 95%;
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav .wrap {
    width: 100%;
  }
}
#brand_single .page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  #brand_single .page_nav ul li {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul li {
    width: 50%;
  }
}
#brand_single .page_nav ul li a {
  display: block;
  width: 100%;
  padding: 0.5rem 5rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #brand_single .page_nav ul li a {
    padding: 0.4166666667vw 4.1666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul li a {
    padding: 4vw 0;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul li {
    border-bottom: 0.1rem solid #48332A;
  }
}
#brand_single .page_nav ul li + li {
  border-left: 0.1rem dotted #fff;
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul li + li {
    border-left: none;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul li:nth-child(even) {
    border-left: 0.1rem solid #48332A;
  }
}
@media screen and (max-width: 840px) {
  #brand_single .page_nav ul li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
#brand_single #tokai {
  position: relative;
  padding: 11rem 0 13rem;
  background: #F6F4F2;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai {
    padding: 9.1666666667vw 0 10.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai {
    padding: 13.0666666667vw 0 19.4666666667vw;
  }
}
#brand_single #tokai .bg_txt {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 32rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .bg_txt {
    font-size: 26.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .bg_txt {
    top: -2.1333333333vw;
    font-size: 26.6666666667vw;
  }
}
#brand_single #tokai .wrap {
  position: relative;
  z-index: 2;
}
#brand_single #tokai .title02 {
  margin-bottom: 3.2rem;
  font-size: 4rem;
  color: #3C2820;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .title02 {
    margin-bottom: 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .title02 {
    margin-bottom: 6.9333333333vw;
    font-size: 4.8333333333vw;
    letter-spacing: 0.03em;
  }
}
#brand_single #tokai .title02 + .txt {
  max-width: 98.6rem;
  margin: 0 auto 6.3rem;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .title02 + .txt {
    margin: 0 auto 5.25vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .title02 + .txt {
    margin: 0 auto 16vw;
  }
}
#brand_single #tokai .title02 + .txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .title02 + .txt p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .title02 + .txt p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
#brand_single #tokai .w_box {
  padding: 5rem 6.4rem 2rem;
  margin-bottom: 5rem;
  -webkit-box-shadow: 0 0.8rem 0 rgba(181, 174, 174, 0.2);
          box-shadow: 0 0.8rem 0 rgba(181, 174, 174, 0.2);
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box {
    padding: 4.1666666667vw 5.3333333333vw 3vw;
    margin-bottom: 4.1666666667vw;
    -webkit-box-shadow: 0 0.6666666667vw 0 rgba(181, 174, 174, 0.2);
            box-shadow: 0 0.6666666667vw 0 rgba(181, 174, 174, 0.2);
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box {
    padding: 10.6666666667vw 5.3333333333vw 4.8666666667vw;
    margin-bottom: 8.8vw;
    -webkit-box-shadow: 0 2.1333333333vw 0 rgba(181, 174, 174, 0.2);
            box-shadow: 0 2.1333333333vw 0 rgba(181, 174, 174, 0.2);
    border-radius: 1.3333333333vw;
  }
}
#brand_single #tokai .w_box .title03 {
  margin-bottom: 4rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box .title03 {
    margin-bottom: 2.6666666667vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box .title03 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#brand_single #tokai .w_box .txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box .txt p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box .txt p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}

#brand_single #tokai .w_box ol li {
  position: relative;
  padding: 3.9rem 0 4.9rem;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box ol li {
    padding: 3.25vw 0 4.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box ol li {
    padding: 4vw 0 8vw;
  }
}
#brand_single #tokai .w_box ol li:before, #brand_single #tokai .w_box ol li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 0.1rem;
}
#brand_single #tokai .w_box ol li:before {
  width: 100%;
  background: #DBCCCC;
}
#brand_single #tokai .w_box ol li:after {
  width: 5rem;
  background: var(--section-accent, currentColor);
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box ol li:after {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box ol li:after {
    width: 13.3333333333vw;
  }
}
#brand_single #tokai .w_box ol li .title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box ol li .title04 {
    gap: 2vw;
    margin-bottom: 2.5vw;
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box ol li .title04 {
    gap: 4.2666666667vw;
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
#brand_single #tokai .w_box ol li .title04:before {
  font-size: 4rem;
  color: var(--section-accent, currentColor);
  font-weight: 700;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box ol li .title04:before {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box ol li .title04:before {
    font-size: 7.2vw;
  }
}
#brand_single #tokai .w_box ol {
  counter-reset: step;
}

#brand_single #tokai .w_box ol li {
  counter-increment: step;
}

#brand_single #tokai .w_box ol li .title04::before {
  content: counter(step, decimal-leading-zero);
}

#brand_single #tokai .w_box ol li p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #brand_single #tokai .w_box ol li p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .w_box ol li p {
    font-size: 3.4666666667vw;
  }
}



#brand_single #tokai .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
  }
}
#brand_single #tokai .btn_area p {
  max-width: 58.4rem;
  width: 48.6666666667%;
}
@media screen and (max-width: 840px) {
  #brand_single #tokai .btn_area p {
    width: 100%;
  }
}
#brand_single #tokai .btn_area p a {
  display: block;
}

#item {
  padding: 11rem 0 11.5rem;
  background: #EEE9E3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #item {
    padding: 9.1666666667vw 0 9.5833333333vw;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #item {
    padding: 13.0666666667vw 0 14.1333333333vw;
    background-size: 1.3333333333vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #item .wrap {
    width: 100%;
  }
}
#item .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #item .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #item .center {
    width: 93.8666666667vw;
    margin: 0 auto 8vw;
  }
}
#item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  #item .flex {
    gap: 2.5vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex {
    margin-bottom: 12vw;
  }
}
#item .flex .slick-slide > div {
  margin: 0 2vw;
}
#item .flex .in {
  width: 38rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.8rem 0 rgba(181, 174, 174, 0.2);
          box-shadow: 0 0.8rem 0 rgba(181, 174, 174, 0.2);
}
@media screen and (max-width: 1200px) {
  #item .flex .in {
    width: 31.6666666667vw;
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
    -webkit-box-shadow: 0 0.6666666667vw 0 rgba(181, 174, 174, 0.2);
            box-shadow: 0 0.6666666667vw 0 rgba(181, 174, 174, 0.2);
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in {
    width: 78.6666666667vw;
    padding: 4vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0 2.1333333333vw 0 rgba(181, 174, 174, 0.2);
            box-shadow: 0 2.1333333333vw 0 rgba(181, 174, 174, 0.2);
  }
}
#item .flex .in .photo {
  width: 100%;
  height: 22.7rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .photo {
    height: 18.9166666667vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .photo {
    height: 46.9333333333vw;
    margin-bottom: 3.2vw;
  }
}
#item .flex .in .photo img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#item .flex .in .title03 {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .title03 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .title03 {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
#item .flex .in .text .other_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .other_shop {
    gap: 1.5vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .other_shop {
    gap: 3.7333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
#item .flex .in .text .other_shop dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
#item .flex .in .text .other_shop dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 2.8rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  background: #3C2820;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .other_shop dl dt {
    width: 4.1666666667vw;
    height: 2.3333333333vw;
    font-size: 1.1666666667vw;
    border-radius: 0.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .other_shop dl dt {
    width: 10.6666666667vw;
    height: 5.8666666667vw;
    font-size: 2.4vw;
    border-radius: 0.5333333333vw;
  }
}
#item .flex .in .text .other_shop dl dd {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .other_shop dl dd {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .other_shop dl dd {
    font-size: 4vw;
  }
}
#item .flex .in .text .other_shop dl dd .tax {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .other_shop dl dd .tax {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .other_shop dl dd .tax {
    font-size: 2.6666666667vw;
  }
}
#item .flex .in .text .b_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.6rem;
  margin-bottom: 2.3rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  background: var(--section-accent, currentColor);
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .b_box {
    height: 3vw;
    margin-bottom: 1.9166666667vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .b_box {
    height: 7.4666666667vw;
    margin-bottom: 2.9333333333vw;
    font-size: 2.9333333333vw;
  }
}
#item .flex .in .text .price {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .price {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .price {
    font-size: 5.8666666667vw;
  }
}
#item .flex .in .text .price .large {
  font-size: 4.4rem;
  letter-spacing: 0;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 1200px) {
  #item .flex .in .text .price .large {
    font-size: 3.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #item .flex .in .text .price .large {
    font-size: 8.8vw;
  }
}
@media screen and (max-width: 840px) {
  #item .banner_area {
    width: 93.8666666667vw;
    margin: 0 auto;
  }
}
#item .banner_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  #item .banner_area .flex {
    gap: 1.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #item .banner_area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#item .banner_area .flex .banner {
  max-width: 59rem;
  width: 49.1666666667%;
}
@media screen and (max-width: 840px) {
  #item .banner_area .flex .banner {
    width: 100%;
  }
}
#item .banner_area .flex .banner a {
  display: block;
}
#item .banner_area .txt p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  #item .banner_area .txt p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #item .banner_area .txt p {
    font-size: 3.4666666667vw;
  }
}

#series {
  padding: 11rem 0;
  background: #F6F4F2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #series {
    padding: 9.1666666667vw 0;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #series {
    padding: 17.3333333333vw 0 15.7333333333vw;
    background-size: 1.3333333333vw 0.1rem;
  }
}
#series .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #series .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #series .center {
    margin-bottom: 9.3333333333vw;
  }
}
#series .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 1200px) {
  #series .flex {
    gap: 1.6666666667vw;
    margin-bottom: 3.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #series .flex {
    gap: 2.6666666667vw;
    margin-bottom: 9.8666666667vw;
  }
}
#series .flex .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 2rem) / 2);
  padding: 2rem;
  background: var(--section-bg, currentColor);
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #series .flex .in {
    width: calc((100% - 1.6666666667vw) / 2);
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 1200px) {
  #series .flex .in {
    width: 100%;
    padding: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#series .flex .in figure {
  max-width: 20rem;
  width: 36.3636363636%;
  /*border-radius: 0.5rem;*/
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #series .flex .in figure {
    /*border-radius: 0.4166666667vw;*/
  }
}
@media screen and (max-width: 840px) {
  #series .flex .in figure {
    width: 31.2vw;
    /*border-radius: 1.3333333333vw;*/
  }
}
#series .flex .in figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#series .flex .in .txt {
  max-width: 32rem;
  width: 58.1818181818%;
}
@media screen and (max-width: 840px) {
  #series .flex .in .txt {
    width: 52vw;
  }
}
#series .flex .in .txt .title03 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  border-bottom: 0.1rem solid #5F4A42;
}
@media screen and (max-width: 1200px) {
  #series .flex .in .txt .title03 {
    padding-bottom: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #series .flex .in .txt .title03 {
    padding-bottom: 2.1733333333vw;
    margin-bottom: 2.2266666667vw;
    font-size: 3.7333333333vw;
  }
}
#series .flex .in .txt p {
  /*margin-right: 2rem;*/
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  line-height: 1.625;
	letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  #series .flex .in .txt p {
    margin-bottom: 1.6666666667vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #series .flex .in .txt p {
    margin: 0;
    font-size: 2.9333333333vw;
  }
}
#series .txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #series .txt p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #series .txt p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
#series .txt .mt1em {
  margin-top: 1.5em;
}

#arrival {
  padding: 12rem 0 10rem;
  background: #EEE9E3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #arrival {
    padding: 10vw 0 8.3333333333vw;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #arrival {
    padding: 16vw 0;
    background-size: 1.3333333333vw 0.1rem;
  }
}
#arrival .center {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1200px) {
  #arrival .center {
    margin-bottom: 5.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .center {
    margin-bottom: 8vw;
  }
}
#arrival .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2.6rem;
}
@media screen and (max-width: 1200px) {
  #arrival .flex {
    gap: 2.5vw 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .flex {
    gap: 3.2vw 1.3333333333vw;
  }
}
#arrival .flex .in {
  width: calc((100% - 7.8rem) / 4);
  padding: 1.8rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 0 rgba(181, 174, 174, 0.2);
          box-shadow: 0 0.5rem 0 rgba(181, 174, 174, 0.2);
}
@media screen and (max-width: 1200px) {
  #arrival .flex .in {
    width: calc((100% - 6.5vw) / 4);
    padding: 1.5vw;
    border-radius: 0.4166666667vw;
    -webkit-box-shadow: 0 0.4166666667vw 0 rgba(181, 174, 174, 0.2);
            box-shadow: 0 0.4166666667vw 0 rgba(181, 174, 174, 0.2);
  }
}
@media screen and (max-width: 840px) {
  #arrival .flex .in {
    width: calc((100% - 1.3333333333vw) / 2);
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0 1.3333333333vw 0 rgba(181, 174, 174, 0.2);
            box-shadow: 0 1.3333333333vw 0 rgba(181, 174, 174, 0.2);
  }
}
#arrival .flex .in .photo {
  width: 100%;
  height: 18.3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #arrival .flex .in .photo {
    height: 15.25vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .flex .in .photo {
    height: 29.3333333333vw;
  }
}
#arrival .flex .in .photo a {
  display: block;
}
#arrival .flex .in .photo a img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#arrival .flex .in .text .date {
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  #arrival .flex .in .text .date {
    margin-bottom: 0.75vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .flex .in .text .date {
    margin-bottom: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
#arrival .flex .in .text .title03 {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #arrival .flex .in .text .title03 {
    margin-bottom: 1.25vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .flex .in .text .title03 {
    margin-bottom: 2.4vw;
    font-size: 2.9333333333vw;
  }
}
#arrival .flex .in .text .title03 a {
  color: #3C2820;
}
#arrival .flex .in .text .cat {
  font-size: 1.1rem;
  color: #40903D;
}
@media screen and (max-width: 1200px) {
  #arrival .flex .in .text .cat {
    font-size: 0.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .flex .in .text .cat {
    font-size: 2.4vw;
  }
}
#arrival .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 6.4rem;
  margin: 6rem auto 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background: var(--section-bg, currentColor);
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #arrival .btn a {
    width: 33.3333333333vw;
    height: 5.3333333333vw;
    margin: 5vw auto 0;
    font-size: 1.25vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .btn a {
    width: 80vw;
    height: 13.3333333333vw;
    margin: 8vw auto 0;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#arrival .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/brand/icon_btn_arrow.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #arrival .btn a:after {
    right: 1.9166666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #arrival .btn a:after {
    right: 4.8vw;
    width: 4vw;
    height: 4vw;
  }
}
#arrival .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#price {
  position: relative;
  padding: 12rem 0;
  background: #F6F4F2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #price {
    padding: 10vw 0;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #price {
    padding: 13.0666666667vw 0 2.6666666667vw;
    background-size: 1.3333333333vw 0.1rem;
  }
}
#price .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #price .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #price .center {
    margin-bottom: 8vw;
  }
}
#price table {
  max-width: 100rem;
  margin: auto;
  border-radius: 1rem;
  border-collapse: collapse;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #price table {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #price table {
    max-width: none;
    display: block;
    border-radius: 0;
    background: #fff;
    border: 0.1rem solid var(--section-bg, currentColor);
  }
}
#price table thead th {
  padding: 1.8rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0.1rem solid #F6F4F2;
  background: var(--section-bg, currentColor);
}
@media screen and (max-width: 1200px) {
  #price table thead th {
    padding: 1.5vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #price table thead th {
    display: none;
  }
}
#price table thead th:first-of-type {
  width: 51.2rem;
  padding: 1.8rem 1.8rem 1.8rem 12rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #price table thead th:first-of-type {
    width: 42.6666666667vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4vw 0;
    padding: 5.3333333333vw;
  }
}
#price table tbody tr + tr {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 1.3333333333vw 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
#price table tbody td {
  padding: 2.6rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  border: 0.1rem solid #EEE;
}
@media screen and (max-width: 1200px) {
  #price table tbody td {
    padding: 2.1666666667vw 1.6666666667vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.2666666667vw;
    width: 100%;
    padding: 0;
    font-size: 3.2vw;
    text-align: left;
    border: none;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody td .sp {
    width: 13.3333333333vw;
    font-size: 3.2vw;
    text-align: left;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody td .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#price table tbody td:nth-of-type(1) {
  text-align: left;
}
#price table tbody td:nth-of-type(3), #price table tbody td:nth-of-type(4) {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 1200px) {
  #price table tbody td:nth-of-type(3), #price table tbody td:nth-of-type(4) {
    font-size: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody td:nth-of-type(3), #price table tbody td:nth-of-type(4) {
    width: 45%;
    margin-top: 3.4666666667vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody td:nth-of-type(3) .sp, #price table tbody td:nth-of-type(4) .sp {
    font-family: "Noto Sans JP", sans-serif;
  }
}
#price table tbody td:nth-of-type(3) .yen, #price table tbody td:nth-of-type(4) .yen {
  margin-left: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  #price table tbody td:nth-of-type(3) .yen, #price table tbody td:nth-of-type(4) .yen {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #price table tbody td:nth-of-type(3) .yen, #price table tbody td:nth-of-type(4) .yen {
    font-size: 2.4vw;
  }
}
#price table tr {
  opacity: 1;
}
#price table tr.is-hidden {
  display: none !important;
}
#price .btn_more {
  position: relative;
}
@media screen and (max-width: 840px) {
  #price .btn_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 9.2266666667vw;
  }
}
#price .btn_more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 11.8rem;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(47.29%, #f6f4f2), to(#f6f4f2));
  background: linear-gradient(rgba(246, 246, 246, 0) 0%, #f6f4f2 47.29%, #f6f4f2 100%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #price .btn_more:after {
    height: 9.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #price .btn_more:after {
    height: 31.4666666667vw;
  }
}
#price .btn_more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.63rem;
  width: 23rem;
  height: 5rem;
  padding-left: 1.2rem;
  margin: auto;
  font-size: 1.5rem;
  color: #3C2820;
  font-weight: 700;
  background: #fff;
  border: 0.1rem solid #3C2820;
  border-radius: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #price .btn_more a {
    gap: 2.1916666667vw;
    width: 19.1666666667vw;
    height: 4.1666666667vw;
    padding-left: 1vw;
    font-size: 1.25vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #price .btn_more a {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.5vw;
    border-radius: 6.6666666667vw;
  }
}
#price .btn_more a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#price .btn_more.is-btn-hidden {
  display: none;
}

#price .annotation_textbox {
  width: 950px;
  max-width: 94%;
  margin: 40px auto 0;
}
@media screen and (max-width: 840px) {
#price .annotation_textbox {
  margin: 10px auto 0;
  padding: 0 0 30px;
}
#price .annotation_textbox p {
  font-size: 14px;
}
}

#service {
  padding: 12rem 0;
  background: url(../img/brand/bg_service.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #service {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 840px) {
  #service {
    padding: 16vw 0 17.3333333333vw;
  }
}
#service .title_area .title02 {
  color: #fff;
}
#service .center {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1200px) {
  #service .center {
    margin-bottom: 5.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #service .center {
    margin-bottom: 10.4vw;
  }
}
#service .center p {
  color: #fff;
}
#service .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #service .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
#service .flex .btn_service {
  position: relative;
  width: calc((100% - 6rem) / 3);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service {
    width: calc((100% - 2.5vw) / 3);
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service {
    width: 86.6666666667vw;
    margin: auto;
    border-radius: 1.3333333333vw;
  }
}
#service .flex .btn_service a {
  position: relative;
  display: block;
}
#service .flex .btn_service a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#service .flex .btn_service .albert {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .albert {
    top: 1.6666666667vw;
    left: 1.6666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .albert {
    display: none;
  }
}
#service .flex .btn_service .in {
  padding: 5rem 5rem 4rem;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .in {
    padding: 4.1666666667vw 4.1666666667vw 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .in {
    padding: 8vw 14.1333333333vw 7.4666666667vw 27.7333333333vw;
  }
}
#service .flex .btn_service .in .title03 {
  margin-bottom: 3.6rem;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .in .title03 {
    margin-bottom: 3vw;
    font-size: 3.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .in .title03 {
    margin-bottom: 1.8666666667vw;
    font-size: 6.6666666667vw;
    text-align: left;
  }
}
#service .flex .btn_service .in svg {
  display: block;
  margin: auto;
}
#service .flex .btn_service .in svg path,
#service .flex .btn_service .in svg rect{
  fill: var(--section-accent, currentColor);
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .in svg {
    position: absolute;
    top: 50%;
    left: 5.28vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#service .flex .btn_service .in p {
  margin-top: 4.2rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .in p {
    margin-top: 3.5vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .in p {
    margin-top: 0;
    font-size: 3.2vw;
    text-align: left;
  }
}
#service .flex .btn_service:nth-of-type(1) .in svg {
  width: 10.827rem;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service:nth-of-type(1) .in svg {
    width: 9.0225vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service:nth-of-type(1) .in svg {
    width: 16.384vw;
  }
}
#service .flex .btn_service:nth-of-type(2) .in svg {
  width: 11.257rem;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service:nth-of-type(2) .in svg {
    width: 9.3808333333vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service:nth-of-type(2) .in svg {
    width: 16.0133333333vw;
  }
}
#service .flex .btn_service:nth-of-type(3) .in svg {
  width: 11.055rem;
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service:nth-of-type(3) .in svg {
    width: 9.2125vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service:nth-of-type(3) .in svg {
    width: 15.7066666667vw;
  }
}
#service .flex .btn_service .bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6.2rem;
  font-size: 1.3rem;
  color: #fff;
  background: var(--section-accent, currentColor);
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .bottom {
    height: 5.1666666667vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .bottom {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.6666666667vw;
    height: 100%;
    font-size: 0;
  }
}
#service .flex .btn_service .bottom .arrow {
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .bottom .arrow {
    right: 1.8333333333vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .bottom .arrow {
    right: auto;
    left: 50%;
    display: inline-block;
    width: 3.2266666667vw;
    height: 0.4vw;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#service .flex .btn_service .bottom .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid var(--section-accent, currentColor);
  border-right: 0.2rem solid var(--section-accent, currentColor);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  #service .flex .btn_service .bottom .arrow::after {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    border-top: 0.1666666667vw solid #BA9363;
    border-right: 0.1666666667vw solid #BA9363;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .bottom .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.2vw);
    right: 0;
    width: 2vw;
    height: 0.4vw;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform-origin: calc(100% - 0.2vw) 50%;
            transform-origin: calc(100% - 0.2vw) 50%;
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
    border-top: none;
    border-right: none;
  }
}
@media screen and (max-width: 840px) {
  #service .flex .btn_service .bottom .arrow:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.2vw);
    right: -0.1rem;
    width: 2vw;
    height: 0.4vw;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform-origin: calc(100% - 0.2vw) 50%;
            transform-origin: calc(100% - 0.2vw) 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

#line_area {
  padding: 3rem 0 0;
  background: #3CB157;
}
@media screen and (max-width: 1200px) {
  #line_area {
    padding: 2.5vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #line_area {
    padding: 5.6vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #line_area .wrap {
    width: 100%;
  }
}
#line_area a {
  display: block;
}
#line_area a:hover {
  opacity: 0.7;
}
#line_area img {
  display: block;
  max-width: 89.5rem;
  width: 74.5833333333%;
  margin: auto;
}
@media screen and (max-width: 840px) {
  #line_area img {
    width: 90.9333333333vw;
    margin: 0 0 0 6.6666666667vw;
  }
}

#point {
  padding: 12rem 0 15rem;
  background: #F6F4F2;
}
@media screen and (max-width: 1200px) {
  #point {
    padding: 10vw 0 12.5vw;
  }
}
@media screen and (max-width: 840px) {
  #point {
    padding: 16vw 0 17.3333333333vw;
  }
}
#point .center {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  #point .center {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .center {
    margin-bottom: 10.6666666667vw;
  }
}
#point .w_box {
  padding: 7rem;
  margin-bottom: 8rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #point .w_box {
    padding: 5.8333333333vw;
    margin-bottom: 6.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box {
    padding: 4vw;
    margin-bottom: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#point .w_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #point .w_box .flex {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10.6666666667vw;
  }
}
#point .w_box .flex figure {
  max-width: 46rem;
  width: 43.3962264151%;
}
@media screen and (max-width: 840px) {
  #point .w_box .flex figure {
    width: 100%;
  }
}
#point .w_box .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 60rem;
  width: 56.6037735849%;
  padding: 0 4.2rem;
  background: #F6F4F2;
}
@media screen and (max-width: 1200px) {
  #point .w_box .flex ul {
    padding: 0 3.5vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box .flex ul {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
#point .w_box .flex ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: 2.61111;
}
@media screen and (max-width: 1200px) {
  #point .w_box .flex ul li {
    padding-left: 1.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box .flex ul li {
    padding-left: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
#point .w_box .flex ul li:before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 0;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--section-accent, currentColor);
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  #point .w_box .flex ul li:before {
    top: 0.9166666667vw;
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box .flex ul li:before {
    top: 2.6666666667vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
#point .w_box ol li {
  position: relative;
  padding: 3.9rem 0 4.9rem;
}
@media screen and (max-width: 1200px) {
  #point .w_box ol li {
    padding: 3.25vw 0 4.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box ol li {
    padding: 4vw 0 8vw;
  }
}
#point .w_box ol li:before, #point .w_box ol li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 0.1rem;
}
#point .w_box ol li:before {
  width: 100%;
  background: #DBCCCC;
}
#point .w_box ol li:after {
  width: 5rem;
  background: var(--section-accent, currentColor);
}
@media screen and (max-width: 1200px) {
  #point .w_box ol li:after {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box ol li:after {
    width: 13.3333333333vw;
  }
}
#point .w_box ol li .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #point .w_box ol li .title03 {
    gap: 2vw;
    margin-bottom: 2.5vw;
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box ol li .title03 {
    gap: 4.2666666667vw;
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
#point .w_box ol li .title03:before {
  font-size: 4rem;
  color: var(--section-accent, currentColor);
  font-weight: 700;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 1200px) {
  #point .w_box ol li .title03:before {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box ol li .title03:before {
    font-size: 7.2vw;
  }
}
#point .w_box ol {
  counter-reset: point;
}

#point .w_box ol li {
  counter-increment: point;
}

#point .w_box ol li .title03::before {
  content: counter(point, decimal-leading-zero);
}
#point .w_box ol li p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #point .w_box ol li p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #point .w_box ol li p {
    font-size: 3.4666666667vw;
  }
}
#point .fukidashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66rem;
  height: 8rem;
  margin: 0 auto 6.2rem;
  font-size: 3.4rem;
  color: #fff;
  font-weight: 600;
  background: #3C2820;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #point .fukidashi {
    width: 55vw;
    height: 6.6666666667vw;
    margin: 0 auto 5.1666666667vw;
    font-size: 2.8333333333vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .fukidashi {
    width: 100%;
    height: 11.2vw;
    margin: 0 auto 6.9333333333vw;
    font-size: 4.8vw;
    border-radius: 0.5333333333vw;
  }
}
#point .fukidashi:after {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 1.3rem 0 1.3rem;
  border-color: #3C2820 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #point .fukidashi:after {
    bottom: -1.4166666667vw;
    border-width: 1vw 1.0833333333vw 0 1.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .fukidashi:after {
    bottom: -2.1333333333vw;
    border-width: 1.6vw 1.8666666667vw 0 1.8666666667vw;
  }
}
#point .fukidashi + .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
}
@media screen and (max-width: 1200px) {
  #point .fukidashi + .flex {
    gap: 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .fukidashi + .flex {
    gap: 6.4vw 4vw;
  }
}
#point .fukidashi + .flex .in {
  width: calc((100% - 7.8rem) / 4);
}
@media screen and (max-width: 1200px) {
  #point .fukidashi + .flex .in {
    width: calc((100% - 6.5vw) / 4);
  }
}
@media screen and (max-width: 1200px) {
  #point .fukidashi + .flex .in {
    width: calc((100% - 4vw) / 2);
  }
}
#point .fukidashi + .flex .in figure {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #point .fukidashi + .flex .in figure {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .fukidashi + .flex .in figure {
    border-radius: 1.3333333333vw;
  }
}
#point .fukidashi + .flex .in p {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #point .fukidashi + .flex .in p {
    margin-top: 2.0833333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #point .fukidashi + .flex .in p {
    margin-top: 3.7333333333vw;
    font-size: 2.6666666667vw;
  }
}

#preparation {
  padding: 12rem 0;
  background: #EEE9E3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #preparation {
    padding: 10vw 0;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #preparation {
    padding: 13.0666666667vw 0 20.2666666667vw;
    background-size: 1.3333333333vw 0.1rem;
  }
}
#preparation .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #preparation .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .center {
    margin-bottom: 13.3333333333vw;
  }
}
#preparation .w_box {
  padding: 5rem 7.2rem 6.8rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box {
    padding: 4.1666666667vw 6vw 5.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#preparation .w_box .title03 {
  margin-bottom: 4rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box .title03 {
    margin-bottom: 3.3333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box .title03 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#preparation .w_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  padding-top: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.2rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.2rem, transparent 0.2rem);
  background-size: 0.4rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box ul {
    gap: 0.1666666667vw;
    padding-top: 3.3333333333vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1666666667vw, #111), color-stop(0.1666666667vw, transparent));
    background-image: linear-gradient(to right, #111 0.1666666667vw, transparent 0.1666666667vw);
    background-size: 0.3333333333vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5333333333vw;
    padding-top: 5.3333333333vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.1rem, transparent));
    background-image: linear-gradient(to right, #111 0.1rem, transparent 0.1rem);
    background-size: 0.8vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box ul li {
    width: calc((100% - 0.5333333333vw) / 2);
  }
}
#preparation .w_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
  margin-bottom: 4rem;
  background: #000;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box dl {
    gap: 1.6666666667vw;
    padding: 1.25vw 1.6666666667vw;
    margin-bottom: 3.3333333333vw;
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.4666666667vw;
    padding: 3.2vw 2.9333333333vw;
    margin-bottom: 8vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
#preparation .w_box dl dt {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box dl dt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box dl dt {
    width: 100%;
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
#preparation .w_box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box dl dd {
    gap: 1.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box dl dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    width: 100%;
    height: 7.7333333333vw;
    font-size: 2.4vw;
    color: #3C2820;
    letter-spacing: 0.05em;
    background: #fff;
    border-radius: 0.8vw;
  }
}
#preparation .w_box dl dd:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 3.237rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2rem, #fff), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to bottom, #fff 0.2rem, transparent 0.2rem);
  background-size: 0.2rem 0.6rem;
  background-repeat: repeat-y;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box dl dd:before {
    width: 0.1666666667vw;
    height: 2.6975vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1666666667vw, #fff), color-stop(0.1666666667vw, transparent));
    background-image: linear-gradient(to bottom, #fff 0.1666666667vw, transparent 0.1666666667vw);
    background-size: 0.1666666667vw 0.5vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box dl dd:before {
    display: none;
  }
}
#preparation .w_box .txt p {
  font-size: 1.5rem;
  line-height: 1.86666;
}
@media screen and (max-width: 1200px) {
  #preparation .w_box .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #preparation .w_box .txt p {
    font-size: 2.9333333333vw;
  }
}
#preparation .w_box .txt .caution {
  margin-top: 1.5em;
}

#cv {
    padding: 12rem 0 14rem;
  /* ベース背景 */
  background-color: var(--section-bg, transparent);

  /* 半分だけ透明度を下げるレイヤー */
  background-image: linear-gradient(
    to right,
    rgba(0,0,0,0.025) 0%,
    rgba(0,0,0,0.025) 50%,
    rgba(0,0,0,0) 50%,
    rgba(0,0,0,0) 100%
  );
}
@media screen and (max-width: 1200px) {
  #cv {
    padding: 10vw 0 11.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #cv {
    padding: 16vw 0 22.6666666667vw;
  }
}
#cv .title_area .title02 {
  color: #fff;
}
#cv .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #cv .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #cv .center {
    margin-bottom: 8.8vw;
  }
}
#cv .center p {
  color: #fff;
}
#cv .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem 3rem;
}
@media screen and (max-width: 1200px) {
  #cv .btn_area {
    gap: 5vw 2.5vw;
  }
}
@media screen and (max-width: 1200px) {
  #cv .btn_area {
    gap: 3.2vw;
  }
}
#cv .btn_area p {
  width: 54rem;
}
@media screen and (max-width: 1200px) {
  #cv .btn_area p {
    width: 45vw;
  }
}
@media screen and (max-width: 840px) {
  #cv .btn_area p {
    width: 100%;
  }
}
#cv .btn_area p:nth-of-type(3) {
  width: 70rem;
}
@media screen and (max-width: 1200px) {
  #cv .btn_area p:nth-of-type(3) {
    width: 58.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #cv .btn_area p:nth-of-type(3) {
    width: 100%;
  }
}


#voice {
  padding: 11rem 0 10rem;
  background: #F6F4F2;
}
@media screen and (max-width: 1200px) {
  #voice {
    padding: 9.1666666667vw 0 8.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #voice {
    padding: 15.7333333333vw 0 17.0666666667vw;
  }
}
#voice .title_area._voice {
  padding-bottom: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  #voice .title_area._voice {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .title_area._voice {
    margin-bottom: 8vw;
  }
}
#voice .title_area._voice:after {
  display: none;
}
#voice .title_area._voice .en {
  margin-bottom: 0.2rem;
  font-size: 9.8rem;
  font-weight: 700;
  line-height: 1.204081;
}
@media screen and (max-width: 1200px) {
  #voice .title_area._voice .en {
    margin-bottom: 0.1666666667vw;
    font-size: 8.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .title_area._voice .en {
    margin-bottom: 1.3333333333vw;
    font-size: 11.2vw;
  }
}
#voice .title_area._voice .title02 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  #voice .title_area._voice .title02 {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .title_area._voice .title02 {
    font-size: 3.4666666667vw;
  }
}
#voice .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #voice .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .center {
    margin-bottom: 10.6666666667vw;
  }
}
#voice .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  #voice .flex {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .flex {
    gap: 2.6666666667vw;
  }
}
#voice .flex .in {
  width: calc((100% - 2rem) / 2);
  padding: 2.5rem 3rem 4.5rem;
  background: #fff;
  border: 0.2rem solid #EFECEC;
}
@media screen and (max-width: 1200px) {
  #voice .flex .in {
    width: calc((100% - 1.6666666667vw) / 2);
    padding: 2.0833333333vw 2.5vw 3.75vw;
    border: 0.1666666667vw solid #EFECEC;
  }
}
@media screen and (max-width: 1200px) {
  #voice .flex .in {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 9.8666666667vw;
    border: 0.5333333333vw solid #EFECEC;
  }
}
#voice .flex .in .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  #voice .flex .in .top {
    gap: 1.3333333333vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .flex .in .top {
    gap: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
#voice .flex .in .top .image {
  width: 7.4rem;
}
@media screen and (max-width: 1200px) {
  #voice .flex .in .top .image {
    width: 6.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .flex .in .top .image {
    width: 16vw;
  }
}
#voice .flex .in .top .title03 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  color: var(--section-accent, currentColor);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 1200px) {
  #voice .flex .in .top .title03 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .flex .in .top .title03 {
    font-size: 3.7333333333vw;
  }
}
#voice .flex .in .text p {
  font-size: 1.5rem;
  line-height: 1.7333;
}
@media screen and (max-width: 1200px) {
  #voice .flex .in .text p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .flex .in .text p {
    font-size: 3.4666666667vw;
  }
}

#qa {
  padding: 11rem 0 11.6rem;
  background: #EEE9E3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #qa {
    padding: 9.1666666667vw 0 9.6666666667vw;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #qa {
    padding: 13.0666666667vw 0 18.1333333333vw;
    background-size: 1.3333333333vw 0.1rem;
  }
}
#qa .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #qa .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #qa .center {
    margin-bottom: 13.6vw;
  }
}
#qa dl {
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #qa dl {
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl {
    padding: 5.3333333333vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
#qa dl + dl {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  #qa dl + dl {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl + dl {
    margin-top: 2.6666666667vw;
  }
}
#qa dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding-right: 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #qa dl dt {
    gap: 2.5vw;
    padding-right: 1.6666666667vw;
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt {
    gap: 2.4vw;
    padding-right: 7.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
#qa dl dt .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  background: #3C2820;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  #qa dl dt .en {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt .en {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
#qa dl dt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#qa dl dt .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #qa dl dt .arrow {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt .arrow {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
#qa dl dt .arrow:before, #qa dl dt .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin: auto;
  background: #3C2820;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1200px) {
  #qa dl dt .arrow:before, #qa dl dt .arrow:after {
    height: 0.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dt .arrow:before, #qa dl dt .arrow:after {
    height: 0.1rem;
  }
}
#qa dl dt .arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#qa dl dt.acc_active .arrow:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#qa dl dd {
  display: none;
  margin-top: 1rem;
  padding-left: 7.2rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  #qa dl dd {
    margin-top: 0.8333333333vw;
    padding-left: 6vw;
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #qa dl dd {
    margin-top: 2.6666666667vw;
    padding-left: 13.0666666667vw;
    font-size: 3.4666666667vw;
  }
}

#shop {
  padding: 10rem 0 15rem;
  background: #F6F4F2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #000), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #000 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #shop {
    padding: 8.3333333333vw 0 12.5vw;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #shop {
    padding: 16vw 0 15.4666666667vw;
    background-size: 1.3333333333vw 0.1rem;
  }
}
#shop .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #shop .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .center {
    margin-bottom: 10.9333333333vw;
  }
}
#shop .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
}
@media screen and (max-width: 1200px) {
  #shop .flex {
    gap: 3.3333333333vw 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex {
    gap: 2.6666666667vw 2.4vw;
  }
}
#shop .flex .in {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1200px) {
  #shop .flex .in {
    width: calc((100% - 3.3333333333vw) / 3);
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in {
    width: calc((100% - 2.4vw) / 2);
  }
}
#shop .flex .in .top {
  padding: 2rem;
  background: #fff;
  border: 0.1rem solid #EBEBEB;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top {
    padding: 2.6666666667vw;
  }
}
#shop .flex .in .top figure {
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top figure {
    height: 16.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top figure {
    height: 24vw;
    margin-bottom: 2.4vw;
  }
}
#shop .flex .in .top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop .flex .in .top .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #2F873E;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top .title03 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top .title03 {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#shop .flex .in .top .title03 + p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top .title03 + p {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top .title03 + p {
    display: none;
  }
}
#shop .flex .in .top .info {
  padding-top: 1.53rem;
  margin-top: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #D1D1D1), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #D1D1D1 0.1rem, transparent 0.1rem);
  background-size: 0.5rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top .info {
    padding-top: 1.275vw;
    margin-top: 1.6666666667vw;
    background-size: 0.4166666667vw 0.1rem;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top .info {
    padding-top: 0;
    margin-top: 0;
    background: none;
  }
}
#shop .flex .in .top .info p:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.62rem;
  font-size: 2.9rem;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top .info p:nth-of-type(1) a {
    gap: 0.5166666667vw;
    font-size: 2.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top .info p:nth-of-type(1) a {
    gap: 1.04vw;
    font-size: 4.5333333333vw;
  }
}
#shop .flex .in .top .info p:nth-of-type(1) a img {
  width: 1.89rem;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top .info p:nth-of-type(1) a img {
    width: 1.575vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top .info p:nth-of-type(1) a img {
    width: 3.136vw;
  }
}
#shop .flex .in .top .info p:nth-of-type(2) {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .top .info p:nth-of-type(2) {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .top .info p:nth-of-type(2) {
    display: none;
  }
}
#shop .flex .in .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  height: 5rem;
  font-size: 1.5rem;
  color: #fff;
  background: #40903D;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .btn a {
    gap: 0.8333333333vw;
    height: 4.1666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .btn a {
    gap: 2.3466666667vw;
    height: 8.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
#shop .flex .in .btn a .arrow {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .btn a .arrow {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .btn a .arrow {
    width: 3.8026666667vw;
    height: 3.8026666667vw;
  }
}
#shop .flex .in .btn a .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #2F873E;
  border-right: 0.15rem solid #2F873E;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  #shop .flex .in .btn a .arrow::after {
    width: 0.5vw;
    height: 0.5vw;
    border-top: 0.125vw solid #2F873E;
    border-right: 0.125vw solid #2F873E;
  }
}
@media screen and (max-width: 840px) {
  #shop .flex .in .btn a .arrow::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-top: 0.4vw solid #2F873E;
    border-right: 0.4vw solid #2F873E;
  }
}
#shop .flex .in .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*brand unique CSS*/
/*HERMES*/
#brand_single.brand_page-hermes #series .flex .in {
  background: #191618;
}
#brand_single.brand_page-hermes #series .flex .in .txt .title03 {
  border-color: #fff;
}
#brand_single.brand_page-hermes #cv .accent {
  color: #fff;
}
#brand_single.brand_page-hermes #cv .title_area:after {
  background-color: #fff;
}
/*CHANEL*/
#brand_single.brand_page-chanel .title_area .en {
  color: var(--section-fg, currentColor);
}
#brand_single.brand_page-chanel #cv {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 100%);
}
#brand_single.brand_page-chanel #service .title_area .en {
  color: var(--section-accent, currentColor);
}
#brand_single.brand_page-chanel .title_area:after {
  background: var(--section-fg, currentColor);
}
#brand_single.brand_page-chanel #service .title_area:after,
#brand_single.brand_page-chanel #cv .title_area:after{
  background: var(--section-accent, currentColor);
}
#brand_single.brand_page-chanel #service .flex .btn_service .in svg path,
#brand_single.brand_page-chanel #service .flex .btn_service .in svg rect{
  fill: var(--section-bg, currentColor);
}
#brand_single.brand_page-chanel #service .flex .btn_service .bottom{
  background: var(--section-bg, currentColor);
}
#brand_single.brand_page-chanel #service .flex .btn_service .bottom .arrow::after{
  border-color: var(--section-bg, currentColor);
}
#brand_single.brand_page-chanel #item .flex .in .text .b_box {
    background: var(--section-bg, currentColor);
}