@charset "UTF-8";

:root {
  --font-noto_serif: "Noto Serif", serif;
  --font-cormorant_garamond: "Cormorant Garamond", serif;

  --color-white01: #fff;
  --color-black01: #000;
  --color-gray01: #d0d0d0;
  --color-gray02: #808080;
  --color-green01: #61AB8D;
  --color-light_green01: #e4f4e7;
}


*, :after, :before {
  box-sizing: border-box
}

blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
  margin: 0
}

ol[role=list], ul[role=list] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
  scroll-behavior: auto !important;
}

@media screen and (max-width:1366px) {
  html {
    font-size: .73206vw;
  }
}

@media screen and (max-width:768px) {
  html {
    /* 幅390px  font:10px　基準 */
    font-size: 2.56vw;
  }
}

html.remodal-is-locked {
  overflow: auto;
  touch-action: auto;
}

body {
  background: #f4f4f4;
  color: var(--color-black01);
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  will-change: scroll-position transform scroll-position;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
  line-height: 1.5;
  min-height: 100%;
  margin-top: 8.6rem;
}

#bubble05, body {
  position: relative;
}

main {
  height: 100%;
}


a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

img {
  display: block;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

button, input, select, textarea {
  font: inherit
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 1.4rem;
    margin-top: 7.3rem;
  }
}


@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *, :after, :before {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important
  }
}

.container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 108rem;
}

@media screen and (max-width:768px) {
  .container {
    width: calc(100% - 4.0rem);
  }
}

.series__container {
  display: block;
  position: relative
}

@media screen and (max-width:768px) {
  .hidesp {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .hidepc {
    display: none !important;
  }
}

.active, .youtube {
  display: block
}

.youtube {
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
  width: 900px
}

@media screen and (max-width:768px) {
  .youtube {
    aspect-ratio: 16/9;
    width: auto
  }
}

.youtube iframe {
  height: 100%;
  width: 100%
}

.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: var(--color-light_green01);
  padding: 4.0rem 2rem 4.7rem;
  position: relative;
  min-height: 17.6rem;
  z-index: 200;
}

.section-title-main {
  color: var(--color-black01);
  display: block;
  font-family: var(--font-noto_serif);
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center
}

.section-title-main.choose {
  line-height: 1.2
}

.section-title-main .big {
  font-size: 6.2rem;
}

.section-title-text {
  margin-top: 0.62em;
  color: #626262;
  font-size: 1.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
}

.section-title-text+.section-title-text {
  margin-top: 0.4em;
}

.section-title-text--larger {
  font-size: 2.2rem;
}

@media screen and (max-width:768px) {
  .section-title {
    min-height: 8.0rem;
    padding: 2.2rem 2.0rem 2.5rem;
  }

  .section-title-main {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }

  .section-title-text+.section-title-text {
    margin-top: 0.76em;
  }

  .section-title-text {
    font-size: 1.4rem;
  }

  .section-title-text--larger {
    font-size: 1.62rem;
  }
}

.section-title-sub {
  color: #aaa;
  display: block;
  font-family: var(--font-noto_serif);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.0rem;
  text-align: center
}

.section-title:after {
  border-color: var(--color-light_green01) transparent transparent;
  border-style: solid;
  border-width: 18px 35px 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0
}

.section-title .hidesp {
  display: inline
}

@media screen and (max-width:768px) {
  .section-title .hidesp {
    display: none
  }
}

.section-title .hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .section-title .hidepc {
    display: inline
  }
}


.attention-text {
  font-size: 1.4rem;
}

.attention-mark {
  font-size: 1.25rem;
  vertical-align: super;
}

.color-green01 {
  color: var(--color-green01);
}

.external-link01 {
  position: relative;
}

.external-link01::after {
  content: "";
  position: relative;
  top: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: auto;
  margin-left: 0.32em;
  aspect-ratio: 1/1;
  background-image: url(../img/icon/external-link-icon--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width:768px) {
  .attention-mark {
    font-size: 0.86rem;
  }
}


body .mail-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  border: 2px solid var(--color-black01);
  border-radius: 1rem;
  min-height: 4.7rem;
  padding: 1.3em 0.2em 1.32em;
  text-decoration: none;
  color: var(--color-black01);
}

body .mail-btn01::before {
  content: "";
  position: relative;
  display: block;
  width: 1.6em;
  height: auto;
  aspect-ratio: 21/20;
  background-image: url(../img/icon/mail-icon--black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

body .mail-btn01:hover {
  color: var(--color-white01);
  background: var(--color-black01);
}

body .mail-btn01:hover::before {
  background-image: url(../img/icon/mail-icon--white.svg);
}


.img-shadow {
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}


/**************************

  アニメーション類

***************************/
/*****   bubble   *****/
#bubble01, #bubble02, #bubble03, #bubble04, #bubble05 {
  position: relative
}

.bubble-layer-front-01 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -6rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-front-01 img {
  width: 100%
}

.bubble-layer-back-01 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -6rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-back-01 img {
  width: 100%
}

.bubble-layer-front-02 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -12.8rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-front-02 img {
  width: 100%
}

.bubble-layer-back-02 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -12.8rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-back-02 img {
  width: 100%
}

.bubble-layer-front-03 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 14.8rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-front-03 img {
  width: 100%
}

.bubble-layer-back-03 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 14.8rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-back-03 img {
  width: 100%
}

.bubble-layer-front-04 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -8rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-front-04 img {
  width: 100%
}

.bubble-layer-back-04 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -8rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-back-04 img {
  width: 100%
}

.bubble-layer-front-05 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -24rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-front-05 img {
  width: 100%
}

.bubble-layer-back-05 {
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -24rem;
  width: 100%;
  will-change: transform;
  z-index: 1
}

.bubble-layer-back-05 img {
  width: 100%
}


/*** zoom-in-link ***/
.zoom-in-link {
  position: relative;
}

.zoom-in-link::after {
  content: "";
  position: absolute;
  bottom: 0.76rem;
  right: 0.82rem;
  background-image: url(../img/icon/zoom-in-icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 27/29;
}

/*** more-read ***/
.js-more-read-block {}

.js-more-read-block__switch {
  position: relative;
  cursor: pointer;
}

.js-more-read-block__switch::before,
.js-more-read-block__switch::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2rem;
  width: 3.2rem;
  height: 0.2rem;
  background: #000;
}

.js-more-read-block__switch::after {
  transform: translateY(-50%) rotate(90deg);
}

.js-more-read-block.active .js-more-read-block__switch::after {
  transform: translateY(-50%);
}

.js-more-read-block__target {
  position: relative;
  max-height: 30rem;
  overflow: hidden;
}

.js-more-read-block__target::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.7rem;
  background: linear-gradient(0deg, #fff 0%, #fff 32%, #ffffff00 100%);
  border-radius: 0.5rem;
}

.js-more-read-block.active .js-more-read-block__target {
  max-height: inherit;
}

.js-more-read-block.active .js-more-read-block__target::before {
  display: none;
}

@media screen and (max-width:768px) {
  .js-more-read-block__switch::before, .js-more-read-block__switch::after {
    width: 2.0rem;
    height: 0.15rem;
    right: 2.2rem;
  }
}

/*** swiper ***/
.slider {
  display: none;
  opacity: 0;
}

.slider.swiper-initialized {
  display: block;
  opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}



/**************************

  Header

***************************/
.headernav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 2.0rem 0 1.9rem;
  background: var(--color-white01);
  z-index: 9999;
  box-shadow: 0.04rem 0.4rem 0.44rem rgba(0, 0, 0, 0.25);
}

.headernav__logo {
  margin-left: 3.2rem;
  width: 15rem
}

@media screen and (max-width:768px) {
  .headernav__logo {
    margin-left: 2rem;
    width: 12.6rem
  }
}

.headernav__logo-img {
  width: 100%
}

.headernav__text {
  color: var(--color-green01);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.headernav__img {
  width: auto;
  height: 4.9rem;
  margin: 0 8rem 0 0
}



.hamburger {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: inherit
}

.navbar-toggle {
  cursor: pointer;
  display: block;
  height: 4.4rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5.5rem;
  z-index: 99999
}

.navbar-toggle-icon {
  background: var(--color-black01);
  display: block;
  height: 2.0px;
  left: 1rem;
  position: absolute;
  transition: .5s ease;
  width: 62%;
}

.navbar-toggle-icon:first-child {
  top: 1rem
}

.navbar-toggle-icon:nth-child(2) {
  top: 50%;
  transform: translateY(-50%)
}

.navbar-toggle-icon:nth-child(3) {
  bottom: 1rem
}

.navbar-toggle.open .navbar-toggle-icon:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.navbar-toggle.open .navbar-toggle-icon:nth-child(2) {
  opacity: 0
}

.navbar-toggle.open .navbar-toggle-icon:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg)
}



.drawer {
  cursor: pointer;
  right: 2rem;
  top: 2rem;
  width: 4.5rem;
  z-index: 200
}

.drawer, .hamburger-menu {
  position: fixed
}

.hamburger-menu {
  background: #f4f4f4;
  font-family: var(--font-noto_serif);
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 4.0rem 3rem 5.5rem;
  right: 0;
  top: 0;
  transition: .5s ease;
  visibility: hidden;
  width: 46rem;
  z-index: 1005
}

@media screen and (max-width:768px) {
  .hamburger-menu {
    height: 100%;
    padding-bottom: 5rem;
    width: 100%
  }
}

.hamburger-menu.open {
  opacity: 1;
  visibility: visible;
  z-index: 1000
}

.hamburger-menu-logo {
  margin-bottom: 2.4rem;
  text-align: center
}

.hamburger-menu-logo-link-img {
  display: inline;
  width: 16rem
}

.hamburger-menu-list-item-link {
  position: relative;
  border-bottom: .1rem solid var(--color-gray01);
  color: var(--color-black01);
  display: block;
  padding: 1.8rem 0 2.0rem;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
}

.hamburger-menu-list-item-link.first {
  border-top: .1rem solid #a5a5a5
}

.hamburger-menu-list-item-link.last {
  border-bottom: .1rem solid #a5a5a5
}

.hamburger-menu-list-item-link-icon {
  position: absolute;
  right: 2.8rem;
  top: 45%;
  width: 1.2rem
}

.hamburger-menu-list-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-62%) rotate(45deg);
  right: 1rem;
  width: 0.62em;
  height: auto;
  aspect-ratio: 1/1;
  border-bottom: 1px solid var(--color-black01);
  border-right: 1px solid var(--color-black01);
}

.hamburger-menu-btn-box {
  line-height: 0;
  margin: 1.76rem auto 0;
  text-align: center
}

.hamburger-menu-btn-box-link {
  display: block;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  width: 100%;
}

.hamburger-menu-btn-box-link:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.hamburger-menu-btn-box-link img {
  width: 100%;
}

.hamburger-menu-btn-box-link:last-of-type {
  margin-bottom: 0
}

.hamburger-menu-btn-box-link.hidesp {
  display: inline-block
}

.hamburger-menu-btn-box-link--shadow {
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

@media screen and (max-width:768px) {
  .hamburger-menu-btn-box-link.hidesp {
    display: none
  }
}

.hamburger-menu-btn-box-link.hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .hamburger-menu-btn-box-link.hidepc {
    display: inline-block
  }
}

.hamburger-menu-btn-box-link-img {
  display: inline;
  width: 33rem
}

@media screen and (max-width:768px) {
  .hamburger-menu-btn-box-link-img {
    max-width: 30rem;
    width: 100%
  }
}

.hamburger-menu-btn-box-link-img.hidesp {
  display: inline
}

@media screen and (max-width:768px) {
  .hamburger-menu-btn-box-link-img.hidesp {
    display: none
  }
}

.hamburger-menu-btn-box-link-img.hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .hamburger-menu-btn-box-link-img.hidepc {
    display: inline
  }
}

.hamburger-menu-text {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.32em;
}

.hamburger-menu-text:nth-of-type(n+1) {
  margin-top: 5.5rem
}

.hamburger-menu-text:after, .hamburger-menu-text:before {
  border-top: .1rem solid var(--color-black01);
  content: "";
  flex: 1 1 auto
}

.hamburger-menu-text:before {
  margin-right: 1rem
}

.hamburger-menu-text:after {
  margin-left: 1rem
}

.hamburger-menu ul {
  padding: 0
}

.hamburger-menu ul li {
  list-style: none
}

.hamburger-menu ul li a {
  text-decoration: none
}

.hidden {
  height: 100%;
  overflow-y: hidden
}

.hamburger-overlay {
  background: rgba(3, 3, 3, .5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 997
}

.hamburger-overlay.show {
  display: block;
  height: 100%;
  overflow-y: hidden;
  z-index: 997
}

.hamburger-menu-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  column-gap: 0.76rem;
}

.hamburger-menu-products-list-item img {
  width: 100%;
}

.hamburger-menu-products-list-item-link {
  transition: 0s;
}

.hamburger-menu-products-list-item-link:hover {
  -webkit-filter: brightness(1.14);
  filter: brightness(1.14);
}



/**************************

  Side Navigation

***************************/

.fixed-sidenav {
  position: fixed;
  right: 0;
  bottom: 3.2rem;
  z-index: 1000;
}

.fixed-sidenav ul {
  padding: 0;
}

.fixed-sidenav li {
  list-style: none;
  margin-bottom: 1.5rem;
  text-align: right;
}

.fixed-sidenav img,
input,
.fixed-sidenav__btn-shopping {
  display: inline-block;
  width: 9.6rem;
}

.fixed-sidenav__btn-hhuhu img {
  width: 21rem;
}

.fixed-sidenav a:hover,
.fixed-sidenav input:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}


.sidenav-btn-shopping {
  height: auto;
  position: fixed;
  right: 0;
  top: 14rem;
  width: 8rem;
  z-index: 1000
}



@media screen and (max-width:768px) {
  .fixed-sidenav {
    display: none;
  }
}


/**************************

  fixed footer

***************************/
.fixed-footer {
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 -0.1rem 0.45rem rgba(0, 0, 0, 0.32);
}

.fixed-footer ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid var(--color-gray02);
}

.fixed-footer li {
  list-style: none;
  width: 10.2rem;
  height: 5.4rem;
}

.fixed-footer li.fixed-footer__btn-hhuhu {
  width: 12rem;
}

.fixed-footer li+li {
  border-left: 1px solid var(--color-gray02);
}

.fixed-footer li.fixed-footer__list-item--buy {
  width: auto;
  flex: 1;
}

.fixed-footer li.fixed-footer__list-item--buy form {
  height: 100%;
}

.fixed-footer li img,
.fixed-footer li input {
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(1.0);
  filter: brightness(1.0);
}

.fixed-footer li input {
  width: 101%;
}

.fixed-footer li a:hover,
.fixed-footer li input:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

.fixed-footer__text {
  color: var(--color-green01);
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.1;
  background: var(--color-white01);
  padding: 0.25em 0 0.4em;
}




/**************************

  Footer

***************************/
.footer {
  background: #464646;
  padding: 5.0rem 0 7.6rem
}

@media screen and (max-width:768px) {
  .footer {
    padding: 5.4rem 0 10rem
  }
}

.footer__logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 3.2rem;
  width: 25rem
}

.footer__company {
  margin: 0 auto 4.7rem;
  text-align: center;
  color: var(--color-white01);
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.76;
}

.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
  row-gap: 1.5rem;
  margin: 0 auto;
  max-width: 100rem;
  padding: 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width:768px) {
  .footer__logo {
    margin-bottom: 2.5rem;
  }

  .footer__company {
    font-size: 1.5rem;
    margin-bottom: 2.8rem;
  }

  .footer__nav {
    flex-direction: column;
    row-gap: 1.0rem;
  }
}

.footer__nav-item {
  display: block;
  font-weight: 500;
  list-style: none;
  text-align: left
}

.footer__nav-item a {
  display: block;
  padding: 0.5em 0.4em;
}

@media screen and (max-width:768px) {
  .footer__nav-item {
    text-align: center;
  }
}

.footer__nav-item-link {
  color: var(--color-white01);
  display: block;
  text-decoration: none;
  width: auto
}

.footer__nav-item-link:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: var(--color-white01);
  font-size: 1.2rem;
  margin: 6rem 0 0;
  text-align: center
}

@media screen and (max-width:768px) {
  .footer__copyright {
    margin: 3.5rem 0 0;
    font-size: 1.0rem;
  }
}



/**************************
  .mv
***************************/
.mv {
  position: relative;
  overflow: hidden;
  background: var(--color-white01);
}

.mv__lead-text {
  position: relative;
  width: 100%;
  padding: 2.2rem 0 2.28rem;
  background-image: linear-gradient(0deg, rgba(111, 203, 120, 1.00) 0%, rgba(93, 179, 186, 1.00) 100%);
  background-position: center center;
  color: var(--color-white01);
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.082em;
  box-shadow: 0 0.44rem 0.62rem 0.2rem rgba(0, 0, 0, 0.25);
}

.mv__lead-text>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  max-width: 132rem;
  margin: 0 auto;
}

.mv__lead-text>span img {
  width: 17rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width:768px) {
  .mv__lead-text {
    padding: 1.5rem 0 1.6rem;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.062em;
    line-height: 1.44;
  }
}

.mv__wrapper {
  position: relative;
}

.mv__bg_img img {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv__contents {
  position: relative;
  z-index: 10;
  width: calc(100% - 4.4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding: 5.5rem 0 6.2rem;
}

.mv__contents p {
  font-family: var(--font-noto_serif);
  letter-spacing: 0.087em;
}

.mv__title {
  margin-bottom: 0.11em;
  font-size: 3.1rem;
  font-weight: 700;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.087em;
  line-height: 1.1;
}

.mv__text-strong {
  margin-bottom: 0.20em;
  color: var(--color-green01);
  font-size: 13rem;
  font-weight: 600;
  line-height: 1.1;
}

.mv__list-text {
  max-width: 41rem;
  margin-bottom: 2.28em;
  font-size: 1.8rem;
  font-weight: 500;
}

.mv__contents-text {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.087em;
}

@media screen and (max-width:768px) {
  .mv__bg_img img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mv__contents {
    padding: 3.2rem 0 22.5rem;
    padding-right: 8.2rem;
  }

  .mv__contents p {
    font-family: var(--font-noto_serif);
    letter-spacing: 0.087em;
  }

  .mv__title {
    margin-bottom: 0.04em;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
  }

  .mv__text-strong {
    margin-bottom: 0.28em;
    color: var(--color-green01);
    font-size: 7.3rem;
  }

  .mv__list-text {
    position: absolute;
    top: 3.4rem;
    right: -0.4rem;
    width: 8.2rem;
    font-size: 1.1rem;
  }

  .mv__contents .mv__contents-text {
    margin-bottom: 2.2rem;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    line-height: 1.76;
  }

  .mv__contents-logo {
    width: 15rem;
  }
}



/**************************
  ambassador-introduce section
***************************/
.ambassador-introduce {
  background: #f4f4f4;
  display: block;
  padding: 8.7rem 0 10rem;
  position: relative
}

@media screen and (max-width:768px) {
  .ambassador-introduce {
    padding: 3.9rem 0 5rem;
  }
}

.ambassador-introduce__box {
  background: var(--color-white01);
  display: flex;
  flex-direction: row;
  line-height: 1;
  margin: 0 auto;
  max-width: 92.8rem;
  position: relative;
  z-index: 100;
}

@media screen and (max-width:768px) {
  .ambassador-introduce__box {
    flex-direction: column;
    max-width: calc(100% - 4.0rem);
  }
}

.ambassador-introduce__box-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left 76% top 0;
  object-position: left 76% top 0;
  width: 38.7rem;
  height: auto;
}

@media screen and (max-width:768px) {
  .ambassador-introduce__box-img {
    width: 100%;
    height: auto;
    aspect-ratio: 320/250;
  }
}

.ambassador-introduce__box-contents {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin: auto 0;
  padding: 3.25rem 4.0rem 2.5rem;
  text-align: center;
  flex: 1;
}

@media screen and (max-width:768px) {
  .ambassador-introduce__box-contents {
    padding: 3.0rem 0.55rem 3.2rem;
    width: 100%
  }
}

.ambassador-introduce__box-contents-tit {
  font-size: 2.0rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .ambassador-introduce__box-contents-tit {
    font-size: 1.6rem;
  }
}

.ambassador-introduce__box-contents-name {
  font-family: var(--font-noto_serif);
  font-size: 3.0rem;
  font-weight: 600;
  margin-top: 0.54em;
}

.ambassador-introduce__box-contents-subname {
  color: var(--color-gray01);
  font-family: var(--font-cormorant_garamond);
  font-size: 2.0rem;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-top: .35em
}

.ambassador-introduce__box-contents-text {
  margin-top: 0.86em;
  font-size: 1.6rem;
  line-height: 1.6;
}

.ambassador-introduce__box-contents-text-title {
  display: inline-block;
  margin-bottom: 0.44em;
  font-size: 1.06em;
}

@media screen and (max-width:768px) {
  .ambassador-introduce__box-contents-name {
    margin-top: 0.4em;
  }

  .ambassador-introduce__box-contents-text {
    margin-top: 0.87em;
    font-size: 1.4rem;
    line-height: 1.82;
    letter-spacing: -0.015em;
  }

  .ambassador-introduce__box-contents-text-title {
    font-size: 1.02em;
  }
}

.ambassador-introduce__box-contents-catch-copy {
  margin: 1.87rem auto 0;
  text-align: center;
  width: 92%;
}

.ambassador-introduce__box-contents-catch-copy img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .ambassador-introduce__box-contents-catch-copy {
    width: 92.5%;
    margin-top: 1.76rem;
  }
}


/**************************

  series

***************************/
.series {
  background: var(--color-white01);
  padding: 0 0 14rem
}

.series__cielserein {
  display: flex;
  flex-direction: column;
  margin: 13rem auto 0;
  padding: 0 8rem;
  position: relative
}

.series__cielserein.pro {
  margin: 16rem auto 0;
  z-index: 100
}

@media screen and (max-width:768px) {
  .series {
    padding-bottom: 6.9rem;
  }

  .series__cielserein.pro {
    margin-top: 8rem
  }

  .series__cielserein {
    margin: 5rem 0 0;
    padding: 0
  }
}

.series__cielserein-product {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 2.8rem;
  max-width: 91rem;
  position: relative;
  width: 100%;
  z-index: 2
}

@media screen and (max-width:768px) {
  .series__cielserein-product {
    flex-direction: column;
    width: 100%;
    margin-bottom: 5.4rem;
  }
}

.series__cielserein-line-img {
  width: 48%;
}

.series__cielserein-photo {
  position: relative;
  height: auto;
  width: 50%;
}

.series__cielserein-photo img {
  width: 100%;
}

.series__cielserein-photo-inner {
  position: relative;
  width: 32.8rem;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

.series__cielserein-photo-tag {
  position: absolute;
  top: 0.4rem;
  left: 0;
  transform: translateX(-106%);
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100rem;
  background-image: linear-gradient(360deg, rgba(110, 201, 124, 1.00) 0%, rgba(94, 181, 184, 1.00) 100%);
  background-position: center center;
  color: var(--color-white01);
}


.series__cielserein-detail {
  margin-bottom: 4.7rem;
  padding-left: 4.0rem;
  width: 50%;
}

.series__cielserein-detail.pro {
  padding-top: 13.5rem
}

@media screen and (max-width:768px) {
  .series__cielserein-photo {
    width: 100%;
  }

  .series__cielserein-photo-inner {
    margin: 0 auto;
    width: 16rem;
  }

  .series__cielserein-detail {
    padding-top: 0
  }

  .series__cielserein-detail {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%
  }

  .series__cielserein-photo-tag {
    top: 1.1rem;
    transform: translateX(-110%);
    width: 8.2rem;
    font-size: 2.2rem;
  }
}

.series__cielserein-detail-info {
  display: block;
}


.series__cielserein-detail-tag {
  background: var(--color-white01);
  border: 1px solid #4f4f4f;
  display: inline-block;
  line-height: 1.1;
  padding: .5em 1.02em;
  width: auto;
  z-index: 2;
}

.series__cielserein-detail-text {
  margin-top: 0.32em;
  color: var(--color-green01);
  font-size: 2.2rem;
  font-weight: 500;
  font-family: var(--font-noto_serif);
}

@media screen and (max-width:768px) {
  .series__cielserein-detail-info {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.3rem;
    column-gap: 1.3rem;
    margin-top: 2.0rem;
  }

  .series__cielserein-detail-tag {
    font-size: 1.4rem;
  }

  .series__cielserein-detail-tag {
    text-align: center;
    width: auto
  }

  .series__cielserein-detail-text {
    margin-top: 0;
    font-size: 1.8rem;
  }
}

.series__cielserein-detail-name {
  background-color: var(--color-white01);
  font-family: var(--font-noto_serif);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 1.7rem;
}

@media screen and (max-width:768px) {
  .series__cielserein-detail-name {
    margin-top: 1.5rem;
    font-size: 2.8rem;
  }
}

.series__cielserein-detail-subname {
  background-color: var(--color-white01);
  color: var(--color-black01);
  font-size: 1.4rem;
  margin-bottom: 2rem;
  margin-top: .8rem
}

@media screen and (max-width:768px) {
  .series__cielserein-detail-subname {
    margin-bottom: 3rem;
    margin-top: 1rem
  }
}

.series__cielserein-detail-photo {
  display: none;
  margin-bottom: 17.5rem
}

@media screen and (max-width:768px) {
  .series__cielserein-detail-photo {
    display: block;
    margin: 0 auto 2.5rem;
    width: 12rem
  }
}

.series__cielserein-detail-photo.pro {
  width: 16.5rem
}

.series__cielserein-detail-photo-img {
  margin: 0 auto;
  width: 18rem
}

.series__cielserein-detail-img {
  display: none
}

@media screen and (max-width:768px) {
  .series__cielserein-detail-img {
    display: block;
    margin: 1.8rem auto 0
  }
}

.series__cielserein-detail-price {
  margin-top: 0.73em;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 0.55;
}

.series__cielserein-detail-price .yen {
  font-size: 2.5rem
}

.series__cielserein-detail-price .tax {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.44;
}

.series__cielserein-detail-price-detail {
  background-color: var(--color-white01);
  font-size: 1.4rem;
}

.series__cielserein-detail-btn {
  display: block;
  margin-top: 2.8rem;
  max-width: 39rem;
}

@media screen and (max-width:768px) {
  .series__cielserein-detail-price {
    margin-top: 0.69em;
    font-size: 3.5rem;
  }

  .series__cielserein-detail-price .yen {
    font-size: 2.0rem
  }

  .series__cielserein-detail-price .tax {
    font-size: 1.5rem;
  }

  .series__cielserein-detail-btn {
    margin-top: 3.0rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
  }
}

.series__cielserein-detail-btn img,
input.series__cielserein-detail-btn {
  height: auto;
  width: 100%;
  -webkit-filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
}

.series__cielserein-detail-btn:hover {
  opacity: 1;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.series__cielserein-graph {
  border-top: .1rem solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5.5rem auto 0;
  max-width: 91rem;
  padding: 6.5rem 0 0;
  width: 100%
}

.series__cielserein-graph.pro {
  padding: 6.5rem 0 0
}

@media screen and (max-width:768px) {
  .series__cielserein-graph.pro {
    margin: 3.2rem auto 0;
    padding: 4rem 0 0
  }
}

.series__cielserein-graph.pro .countup {
  display: inline-flex;
  justify-content: flex-end;
  width: 7rem
}

.series__cielserein-graph.pro .countup1 {
  display: inline-flex;
  justify-content: flex-end;
  width: 2.2rem
}

@media screen and (max-width:768px) {
  .series__cielserein-graph {
    flex-direction: column;
    padding: 4.5rem 0 0;
    width: calc(100% - 4rem)
  }
}

.series__cielserein-graph-text {
  align-items: center;
  display: flex;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  width: 50%
}

@media screen and (max-width:768px) {
  .series__cielserein-graph-text {
    text-align: center;
    width: auto
  }
}

.series__cielserein-graph-text-strong {
  color: #3bad8b;
  font-size: 4.2rem;
  font-weight: 400
}

.series__cielserein-graph-text-strong-medium {
  font-size: 2.5rem;
  margin: 0 1.6rem 0 0
}

.series__cielserein-graph-text-strong .countup {
  display: inline-flex;
  justify-content: flex-end;
  width: 7rem
}


.series__cielserein-graph-text-strong .countup1 {
  width: 4.7rem
}

.series__cielserein-graph-img {
  text-align: center;
  width: 50%
}

.series__cielserein-graph-img .hidesp {
  display: inline-block
}

@media screen and (max-width:768px) {
  .series__cielserein-graph-img .hidesp {
    display: none
  }
}

.series__cielserein-graph-img .hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .series__cielserein-graph-img .hidepc {
    display: block
  }

  .series__cielserein-graph-img {
    margin: 0;
    width: 100%
  }
}

.series__cielserein-graph-img img {
  width: 100%
}

.series__cielserein-info {
  border-bottom: .1rem solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 91rem;
  width: 100%
}

.series__cielserein-info:first-of-type {
  border-top: .1rem solid #ccc;
}

@media screen and (max-width:768px) {
  .series__cielserein-info {
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: calc(100% - 4rem)
  }
}

.series__cielserein-info.first {
  border-top: .1rem solid #ccc;
  margin-top: 7rem
}

@media screen and (max-width:768px) {
  .series__cielserein-info.first {
    margin-top: 5.5rem
  }

  .series__cielserein-info.first.pro {
    margin-top: 5.1rem
  }
}

.series__cielserein-info.column-2 .series__cielserein-info-box {
  width: 50%
}

@media screen and (max-width:768px) {
  .series__cielserein-info.column-2 .series__cielserein-info-box {
    width: 100%
  }
}

.series__cielserein-info.column-3 .series__cielserein-info-box {
  width: 33.3333333333%
}

@media screen and (max-width:768px) {
  .series__cielserein-info.column-3 .series__cielserein-info-box {
    width: 100%
  }
}

.series__cielserein-info-box {
  align-items: center;
  border-left: .1rem solid #ccc;
  display: flex;
  min-height: 14rem;
  padding: 2.8rem 1.0rem 3.0rem;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 2.0rem;
}

.series__cielserein-info-box .hidesp {
  display: inline
}

@media screen and (max-width:768px) {
  .series__cielserein-info-box .hidesp {
    display: none
  }
}

.series__cielserein-info-box .hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .series__cielserein-info-box .hidepc {
    display: inline
  }

  .series__cielserein-info-box {
    border-bottom: .1rem solid #ccc;
    border-left: none;
    height: auto;
    padding: 2.8rem 0 3.0rem;
    min-height: 10rem;
    width: 100%;
    font-size: 1.6rem;
  }
}

.series__cielserein-info-box:first-of-type {
  border-left: none
}

@media screen and (max-width:768px) {
  .series__cielserein-info-box:last-of-type {
    border-bottom: none
  }
}

.series__cielserein-info-box-list-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.series__cielserein-info-box-list {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0 0;
  padding: 0;
  -moz-column-gap: 5.5rem;
  column-gap: 5.5rem;
}

.series__cielserein-info-box-list li {
  position: relative;
  list-style: none;
}

.series__cielserein-info-box-list-text {
  margin-top: 0.82em;
  line-height: 1;
  font-size: 1.44rem;
  text-align: center;
}

.series__cielserein-info-box-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.55rem;
  width: 1px;
  height: 100%;
  background: var(--color-gray01);
  transform: rotate(17deg);
}

.series__cielserein-info-box-list li:first-of-type:before {
  display: none;
}

.series__cielserein-info-box .big {
  font-size: 4.0rem
}

.series__cielserein-info-box .big02 {
  font-size: 3.2rem;
}

.series__cielserein-info-box .medium {
  font-size: 2.8rem
}

.series__cielserein-info-box .color-green01 {
  font-weight: 500;
}

.series__cielserein-appeal {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem
}

@media screen and (max-width:768px) {
  .series__cielserein-info-box-title {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .series__cielserein-info-box-list {
    -moz-column-gap: 2.0rem;
    column-gap: 2.0rem;
    margin-top: 1.0rem;
  }

  .series__cielserein-info-box-list li {
    line-height: 1.3;
  }

  .series__cielserein-info-box-list li::before {
    left: -0.86rem;
    transform: rotate(13deg);
  }

  .series__cielserein-info-box .big {
    font-size: 3.9rem
  }

  .series__cielserein-info-box .big02 {
    font-size: 2.25rem;
  }

  .series__cielserein-info-box .medium {
    font-size: 2.69rem;
  }

  .series__cielserein-appeal {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 3.2rem;
  }
}

.series__cielserein-appeal-img {
  width: 31.5%
}

@media screen and (max-width:768px) {
  .series__cielserein-appeal-img {
    width: 100%
  }

  .series__cielserein-appeal-img:nth-of-type(n+1) {
    margin-top: 2rem
  }
}





/**************************
  accordion
***************************/
.accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem auto 0;
  width: auto
}

.accordion__head {
  background: var(--color-white01);
  border: .1rem solid var(--color-gray02);
  border-radius: .5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-noto_serif);
  font-size: 2.0rem;
  padding: 2.5rem 6.8rem 2.5rem 2.5rem;
  position: relative;
  width: 100%
}

@media screen and (max-width:768px) {
  .accordion__head {
    padding: 1.6rem 4.0rem 1.5rem 1.1rem;
  }
}

.accordion__head:hover {
  background: #e8e8e8;
}

.accordion__head:nth-of-type(n+2) {
  margin-top: 1.6rem;
}

.accordion__head::before,
.accordion__head::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  width: 2.2rem;
  height: 0.15rem;
  background: #4F4F4F;
}

.accordion__head::after {
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width:768px) {

  .accordion__head::before,
  .accordion__head::after {
    right: 1.8rem;
    width: 1.6rem;
  }
}

.accordion__head.active {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.accordion__head.active::after {
  transform: translateY(-50%);
}


@media screen and (max-width:768px) {}

.accordion__head-text {
  padding-left: 7.6rem;
  position: relative;
}

.accordion__head-text-question,
.accordion__body-contents-answer {
  color: #4f4f4f;
  font-style: italic;
  left: 2.0rem;
  position: absolute;
  top: -0.025em;
  font-size: 3.2rem;
  font-family: var(--font-cormorant_garamond);
  line-height: 1.0;
  font-weight: 600;
}

.accordion__head-text-question {
  font-style: normal;
}

.accordion__head-text-question>span {
  padding-left: 0.015em;
  font-size: 1.4em;
  line-height: 0;
}

.accordion__body-contents-answer {
  top: 3.0rem;
}

.accordion__body {
  background: var(--color-white01);
  border-bottom: .1rem solid var(--color-gray02);
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-left: .1rem solid var(--color-gray02);
  border-right: .1rem solid var(--color-gray02);
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
  padding: 0 2.5rem 0;
  position: relative;
}

.accordion__body-contents {
  position: relative;
  border-top: .1rem solid var(--color-gray02);
  font-family: var(--font-noto_serif);
  padding: 3.2rem 3.2rem 4.7rem 7.6rem;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.62;
}

.accordion__body-contents-list {
  padding-left: 2.5rem;
}

.accordion__body-contents a {
  color: inherit;
}

.accordion__body-contents-box-title {
  margin-bottom: 0.55em;
  font-size: 2.2rem;
}

.accordion__body-contents-box {
  margin-top: 2.5rem;
  margin-left: -4.4rem;
  padding: 3.0rem 4.0rem 4.4rem 3.2rem;
  background: rgba(228, 244, 232, 0.75);
}

.accordion__body-contents-box-list {
  list-style-type: decimal;
  padding-left: 3.5rem;
}

.accordion__body-contents-box-list-item {
  padding-left: 0.5em;
  font-size: 1.8rem;
  margin-bottom: 0.44em;
  letter-spacing: 0.044em;
}

.accordion__body-contents-box-list-item-title {
  font-size: 1em;
}

.accordion__body-contents-box-list-item-text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .accordion__head-text {
    padding-left: 3.9rem;
    font-size: 1.4rem;
  }

  .accordion__body {
    padding: 0 1.1rem;
  }

  .accordion__body-contents {
    padding: 1.4rem 1.0rem 2.5rem 3.9rem;
  }

  .accordion__head-text-question,
  .accordion__body-contents-answer {
    top: 0;
    left: 0.39rem;
    font-size: 1.9rem;
  }

  .accordion__head-text-question>span {
    position: relative;
    top: -0.01em;
    font-size: 0.96em;
  }

  .accordion__body-contents-answer {
    left: 0.47rem;
    top: 1.44rem;
  }

  .accordion__body-contents {
    line-height: 1.54;
  }


  .accordion__body-contents-box-title {
    margin-bottom: 0.55em;
    font-size: 1.6rem;
  }

  .accordion__body-contents-box {
    margin-top: 2.0rem;
    margin-left: -2.5rem;
    padding: 2.0rem 1.8rem 2.8rem 1.5rem;
  }

  .accordion__body-contents-box-list {
    padding-left: 2.5rem;
  }

  .accordion__body-contents-box-list-item {
    font-size: 1.4rem;
  }

  .accordion__body-contents-box-list-item-text {
    font-size: 1.4rem;
  }

}

.accordion__body.active {
  display: block
}




/**************************
  information
***************************/
.information {
  padding: 14rem 0 15rem;
  background-image: url(../img/design/information__bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.information .container {
  max-width: 108rem;
}

.information__box {
  --box-color: #F79E1B;
  position: static;
  transform: initial !important;
  border: 1px solid var(--box-color);
}

.information__box+.information__box {
  margin-top: 8.2rem;
}

.information__box--showroom {
  --box-color: var(--color-green01);
}

.information__box-title {
  position: relative;
  padding: 2.5rem 1rem 2.6rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--box-color);
  color: var(--color-white01);
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  line-height: 1.4;
  font-weight: 600;
}

.information__box-title>span {
  position: relative;
  display: block;
  padding-right: 0.4em;
}

.information__box-title>span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  width: 6.9rem;
  height: auto;
  aspect-ratio: 69/77;
  background-image: url(../img/icon/information__box-icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.information__box--showroom .information__box-title>span {
  padding-right: 0.82em;
}

.information__box--showroom .information__box-title>span::before {
  background-image: url(../img/icon/information__box-icon03.svg);
  width: 7.6rem;
  height: auto;
  aspect-ratio: 77/47;
}

.information__box-inner {
  padding: 6.2rem 10.2rem 8.6rem;
}

.information__box-block01 {
  display: block;
}

@media screen and (min-width:768px) {
  .information__box-block01 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto 32.8rem;

    -moz-column-gap: 4.0rem;

    column-gap: 4.0rem;
    margin-top: 1.0rem;
  }
}

.information__box-block01-contents {
  flex: 1;
}

@media screen and (min-width:768px) {
  .information__box-block01-img-block {
    margin-top: 1rem;
    grid-column: 2/3;
    grid-row: 1/5;
  }
}


.information__box-block01-title {
  font-size: 2.8rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4em;
}

.information__box-block01-text {
  letter-spacing: 0.1em;
}

.information__box-block01-box {
  margin-top: 3.0rem;
  margin-left: -1rem;
}

.information__box-block01-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 63.5rem;
  height: auto;
  aspect-ratio: 625/296;
  transform: translateX(-17%) translateY(-0.5%);
  background-image: url(../img/text/information__message_text_shadow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  mix-blend-mode: multiply;
  z-index: -1;
  animation: fade_in 1s 1.5s ease forwards;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.information__box-block01-box-text {
  letter-spacing: 0.1em;
}

.information__box-block01-box-title {
  color: var(--color-green01);
  margin-bottom: 0.4em;
  font-size: 2.0rem;
  line-height: 1.25;
  text-align: center;
}

.information__box-text01 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
  margin: 3.2rem 0 3.5rem;
  font-family: var(--font-noto_serif);
}

@media screen and (min-width:768px) {
  .information__box-text01 {
    grid-column: 1/3;
    grid-row: 5/6;
    font-size: 1.7rem;
  }
}

.information__box-contact-list {
  width: 93%;
  padding: 0;
  margin: 0 auto;
}

.information__box-contact-list-item {
  list-style: none;
}

.information__box-contact-list-item+.information__box-contact-list-item {
  margin-top: 2.2rem;
}

.information__box-contact-list-item a:hover {
  filter: brightness(1.15);
}

.information__box-contact-list-item .mail-btn01 {
  font-size: 3.0rem;
  border-radius: 100rem;
  padding: 1.1em 0.2em 1.15em;
}

.information__box01-contact-sub {
  margin-top: 1.15em;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-noto_serif);
}


.information__box-lead {
  margin: 0 auto 4.5rem;
  font-size: 2.2rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
}


.information__box-block02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.96rem;
  column-gap: 2.96rem;
}

.information__box-block02-contents01 {
  flex: 1;
}

.information__box-block02-contents01 a:hover {
  filter: brightness(1.1);
}

.information__box-block02-contents02 {
  width: 45.0rem;
}

.information__box-block02-map {
  width: 100%;
  margin-bottom: 2.2rem;
}

.information__box-block02-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 470/296;
}

.information__box-block-title02 {
  margin-bottom: 1.7rem;
  background: #F2FFED;
  color: #252525;
  padding: 0.32em 1em 0.39em;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.information__box-block02 .tel-img {
  width: 100%;
}

.information__box-block02-text {
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

.information__box-block02-contents01 .information__box-block02-text {
  line-height: 1.73;
  letter-spacing: 0;
}

.information__box-block02-contents01 .information__box-block02-text strong {
  color: var(--color-green01);
}

.information__box-block02-contents02 .information__box-block02-text {
  line-height: 1.62;
  padding-left: 0.1em;
  letter-spacing: 0.044em;
}

@media screen and (max-width:768px) {
  .information {
    padding: 4.7rem 0 5.5rem;
    background-image: url(../img/design/information__bg-img-sp.png);
  }

  .information__box+.information__box {
    margin-top: 3.2rem;
  }

  .information__box-title {
    padding: 1.3rem 0.2rem 1.5rem;
    min-height: 10rem;
    font-size: 2.25rem;
  }

  .information__box-title>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
  }

  .information__box-title>span::before {
    content: "";
    position: relative;
    display: block;
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 3.9rem;
  }

  .information__box--showroom .information__box-title>span {
    padding-right: 0;
  }

  .information__box--showroom .information__box-title>span::before {
    width: 5.5rem;
  }

  .information__box-inner {
    padding: 2.5rem 1.6rem 3.5rem;
  }

  .information__box-contact-list {
    margin-top: 2.2rem;
  }

  .information__box-contact-list-item+.information__box-contact-list-item {
    margin-top: 1.1rem;
  }

  .information__box-block01 {
    flex-direction: column;
  }

  .information__box-block01-title {
    font-size: 2.0rem;
    margin-bottom: 0.76em;
  }

  .information__box-block01-text {
    letter-spacing: 0.055em;
  }

  .information__box-text01 {
    flex-direction: column;
    justify-content: center;
    margin: 2.0rem auto 1.5rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .information__box-contact-list-item .mail-btn01 {
    font-size: 1.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
  }

  .information__box-contact-list-item img {
    width: 100%;
  }

  .information__box-block01-img-block img {
    width: 100%;
  }

  .information__box-block01-box {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 98.7%;
    margin-bottom: 3.0rem;
  }

  .information__box-block01-box::before {
    width: 33.5rem;
    aspect-ratio: 1/1;
    transform: translateX(-2.2%) translateY(1.0%);
    background-image: url(../img/text/information__message_text_shadow-sp.png);
  }

  .information__box01-contact-sub {
    font-size: 1.7rem;
    letter-spacing: 0;
  }

  .information__box-lead {
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
  }


  .information__box-block02 {
    display: flex;
    flex-direction: column;
  }

  .information__box-block02-contents01,
  .information__box-block02-contents02 {
    width: 100%;
  }

  .information__box-block02-text {
    margin-bottom: 2.0rem;
  }

  .information__box-block-title02 {
    width: 100%;
    margin-top: 2.9rem;
    margin-bottom: 1.4rem;
  }

  .information__box-block02-contents02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .information__box-block02-contents02 .information__box-block02-text {
    font-size: 1.35rem;
    letter-spacing: 0;
  }

  .information__box-block02-contents02 .information__box-block02-map {
    order: 5;
    margin: 0;
  }
}


.information__box-gallery-wrapper {
  position: relative;
  margin: 0 auto 3.5rem;
}

.information__box-gallery-wrapper .attention-text {
  margin-top: 0.5rem;
  text-align: right;
}

.information__box-gallery {
  position: relative;
  overflow: hidden;
  margin: 0 0 2.0rem;
}

.information__box-gallery-list {
  padding: 0;
  margin: 0;
}

.information__box-gallery-wrapper .swiper-button-next,
.information__box-gallery-wrapper .swiper-button-prev {
  top: 50%;
  transform: translateY(-150%) rotate(45deg);
  width: 3.0rem;
  height: 3.0rem;
  border: 2.0px solid var(--color-black01);
  border-top: 0;
  border-right: 0;
  transform-origin: center center;
}

.information__box-gallery-wrapper .swiper-button-next:hover,
.information__box-gallery-wrapper .swiper-button-prev:hover {
  filter: brightness(1.5);
}

.information__box-gallery-wrapper .swiper-button-next {
  right: 0;
  transform: translateY(-150%) rotate(225deg);
}

.information__box-gallery-wrapper .swiper-button-prev {
  left: 0;
}

/* thumbnail */
.information__box-gallery-thumbnails-wrapper {
  position: relative;
  margin: 0 auto 4.4rem;
}

.information__box-gallery-thumbnails {
  position: relative;
  width: 92%;
  overflow: hidden;
  margin: 0 auto;
}

.information__box-gallery-thumbnails-inner {}

.information__box-gallery-thumbnails-list {
  padding: 0;
  margin: 0;
}

.information__box-gallery-thumbnails-list-item {
  cursor: pointer;
}

.information__box-gallery-thumbnails-list-item-img-block img {
  width: 100%;
  height: auto;
  aspect-ratio: 194/157;
  object-fit: cover;
}


.information__box-gallery-thumbnails-wrapper .swiper-button-next,
.information__box-gallery-thumbnails-wrapper .swiper-button-prev {
  top: 50%;
  transform: translateY(-5%) rotate(45deg);
  width: 3.0rem;
  height: 3.0rem;
  border: 2.0px solid var(--color-black01);
  border-top: 0;
  border-right: 0;
  transform-origin: center center;
}

.information__box-gallery-thumbnails-wrapper .swiper-button-next:hover,
.information__box-gallery-thumbnails-wrapper .swiper-button-prev:hover {
  filter: brightness(1.5);
}

.information__box-gallery-thumbnails-wrapper .swiper-button-next {
  right: 0;
  transform: translateY(-5%) rotate(225deg);
}

.information__box-gallery-thumbnails-wrapper .swiper-button-prev {
  left: 0;
}

@media screen and (min-width:768px) {

  .information__box-gallery-wrapper .swiper-button-next,
  .information__box-gallery-wrapper .swiper-button-prev {
    display: none;
  }

  .information__box-gallery-thumbnails-wrapper .swiper-button-next,
  .information__box-gallery-thumbnails-wrapper .swiper-button-prev {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .information__box-gallery-wrapper {
    margin-bottom: 0.44rem;
  }

  .information__box-gallery-wrapper .attention-text {
    text-align: left;
    font-size: 1.2rem;
  }

  .information__box-gallery {
    margin-bottom: 0.82rem;
  }

  .information__box-gallery-wrapper .swiper-button-next,
  .information__box-gallery-wrapper .swiper-button-prev {
    width: 1.7rem;
    height: 1.7rem;
  }

  .information__box-gallery-wrapper .swiper-button-next {
    right: -1.7rem;
  }

  .information__box-gallery-wrapper .swiper-button-prev {
    left: -1.8rem;
  }

  /* thumbnail */
  .information__box-gallery-thumbnails-wrapper {
    display: none !important;
  }
}




/**************************
  ec
***************************/
.ec {
  background: var(--color-white01);
  padding: 7.5rem 0 8.7rem;
}

.ec .container {
  max-width: 80rem;
}

@media screen and (max-width:768px) {
  .ec {
    padding: 4.0rem 0 4.4rem
  }
}

.ec-info {
  margin: 0 auto;
  max-width: 90rem
}

.ec-info-product {
  margin-bottom: 7.6rem;
}


.ec__product-img-block {
  width: 100%;
  margin: 0 auto 4.7rem;
}

.ec__product-img-block img {
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .ec__product-img-block {
    margin-bottom: 1.7rem;
  }
}



.ec__product-logo {
  width: 30rem;
  margin: 0 auto 4.7rem;
}

.ec__product-logo img {
  width: 100%;
}


.ec__product-name {
  margin: 1rem auto 3.5rem;
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 600;
  text-align: center;
}

.ec__product-price {
  margin: 2rem auto 4.7rem;
  font-size: 6.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.45;
}

.ec__product-price-yen {
  font-size: 3.6rem;
  line-height: 1;
}

.ec__product-price-tax {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.ec__product-btn01 img {
  -webkit-filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
}

.ec__product-btn01:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.ec__tags {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 1.87rem;
  column-gap: 1.87rem;
  margin-top: 2.0rem;
}

.ec__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  padding: 0.4em 1.0em;
  border: 1px solid #FF7300;
  font-size: 2.8rem;
  color: #FF7300;
}

.ec__tag:nth-of-type(2n) {
  flex: 1;
}

.ec__tag-smaller {
  font-size: 0.62em;
  align-self: center;
}

@media screen and (max-width:768px) {
  .ec-info-product {
    margin-bottom: 0
  }

  .ec__product-logo {
    width: 15rem;
    margin: 0 auto 2.5rem;
  }

  .ec__product-name {
    margin: 1rem auto 2.0rem;
    font-size: 2.8rem;
    letter-spacing: -0.01em;
  }

  .ec__product-price {
    margin: 1rem auto 3.5rem;
    font-size: 3.9rem;
    font-weight: 600;
  }

  .ec__product-price-yen {
    font-size: 2.2rem;
  }

  .ec__product-price-tax {
    font-size: 1.4rem;
  }

  .ec__tags {
    -moz-column-gap: 0.87rem;
    column-gap: 0.87rem;
  }

  .ec__tag {
    flex-direction: column;
    width: 13rem;
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 0.40em 0.2em 0.55em;
  }
}

.ec-info-product-item {
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 15
}

.ec-info-product-item-photo {
  align-items: flex-end;
  display: flex;
  height: 38.4rem;
  justify-content: center;
  position: relative
}

@media screen and (max-width:768px) {
  .ec-info-product-item-photo {
    height: 23.8rem
  }
}

.ec-info-product-item-photo-badge {
  height: 10.4rem;
  left: calc(50% + 8rem);
  position: absolute;
  top: -4%;
  width: 10.4rem;
  z-index: -1
}

@media screen and (max-width:768px) {
  .ec-info-product-item-photo-badge {
    height: 8.7rem;
    left: 48%;
    top: 2%;
    width: 8.7rem
  }
}

.ec-info-product-item-photo-badge.ele {
  left: 17%;
  top: 30%
}

@media screen and (max-width:768px) {
  .ec-info-product-item-photo-badge.ele {
    left: 2%;
    top: 27%
  }
}

.ec-info-product-item-photo-img {
  margin: 0 auto;
  width: 21.5rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-photo-img {
    width: 11.1rem
  }
}

.ec-info-product-item-photo-img.ele {
  width: 12.4rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-photo-img.ele {
    width: 6.6rem
  }

  .ec-info-product-item-photo.pro {
    padding-right: 3rem
  }
}

.ec-info-product-item-name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-top: 2rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-name {
    font-size: 1.6rem;
    margin-top: 2.4rem
  }
}

.ec-info-product-item-subname {
  color: var(--color-black01);
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-subname {
    color: #8b8b8b;
    font-size: 1.2rem
  }
}

.ec-info-product-item-subname .hidesp {
  display: inline
}

@media screen and (max-width:768px) {
  .ec-info-product-item-subname .hidesp {
    display: none
  }
}

.ec-info-product-item-subname .hidepc {
  display: none
}

@media screen and (max-width:768px) {
  .ec-info-product-item-subname .hidepc {
    display: inline
  }
}

.ec-info-product-item-price {
  font-size: 1.2rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-price {
    font-size: 1.9rem;
    margin-top: 1rem
  }
}

.ec-info-product-item-price .big {
  font-size: 2.4rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-price .big {
    font-size: 1.9rem
  }
}

.ec-info-product-item-price-detail {
  color: #555;
  font-size: 1.4rem;
  margin-bottom: 1.6rem
}

.ec-info-product-item-btn.ec-btn {
  margin-top: 2rem;
  width: 28rem
}

.ec-info-product-item-btn.ec-btn.left {
  width: 100%
}

@media screen and (max-width:768px) {
  .ec-info-product-item-btn.ec-btn.left {
    padding: 0 .8rem 0 0
  }
}

.ec-info-product-item-btn.ec-btn.right {
  width: 100%
}

@media screen and (max-width:768px) {
  .ec-info-product-item-btn.ec-btn.right {
    padding: 0 0 0 .8rem
  }

  .ec-info-product-item-btn.ec-btn {
    width: 15.5rem
  }
}

.ec-info-product-item-attention {
  border: .1rem solid #3bad8b;
  color: #3bad8b;
  margin: 1rem auto 0;
  padding: 1.2rem;
  width: 22rem
}

.ec-info-product-item-attention.first {
  margin-top: 2rem
}

@media screen and (max-width:768px) {
  .ec-info-product-item-attention {
    text-align: center;
    width: auto
  }
}

.ec-info-product-item-attention .small {
  color: #3bad8b;
  font-size: 1.2rem
}

.ec-info-attention {
  border: .1rem solid #3bad8b;
  color: #3bad8b;
  margin: 1rem auto 0;
  padding: 1.2rem;
  width: 22rem
}

.ec-info-attention.first {
  margin-top: 2rem
}

@media screen and (max-width:768px) {
  .ec-info-attention {
    text-align: center;
    width: auto
  }
}

.ec-info-attention .small {
  color: #3bad8b;
  font-size: 1.2rem
}

.ec-info-title {
  border-bottom: .1rem solid var(--color-gray01);
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 2.1em 0 0;
  padding: 0 0 0.55em;
}

@media screen and (max-width:768px) {
  .ec-info-title {
    font-size: 2rem;
    padding-bottom: 1rem
  }
}

.ec-info-text {
  margin: 1.7rem 0 0
}

@media screen and (max-width:768px) {
  .ec-info-text {
    margin-top: 1rem
  }
}

.ec-info-text>:first-child {
  margin-top: 0
}

.ec-info-text>:last-child {
  margin-bottom: 0
}

.ec-info-text-paragraph {
  margin-top: .6rem
}

.ec-info-text-paragraph.ec-info-text-bold {
  font-size: 2.0rem;
  margin-bottom: 0.25em;
}

.ec-info-text-paragraph>img {
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: middle;
}

.ec-info-text-attention {
  font-size: 1.4rem;
  margin-top: .6rem;
  padding-left: calc(1em + .5rem);
  position: relative
}

@media screen and (max-width:768px) {
  .ec-info-text-attention {
    font-size: 1.6rem
  }

  .ec-info-text-paragraph.ec-info-text-bold {
    font-size: 1.6rem;
  }
}

.ec-info-text-attention-mark {
  left: 0;
  position: absolute;
  top: 0
}

.ec-info-text-link {
  color: #3bad8b
}

.ec-info-text-normal {
  font-weight: 400
}

.ec-info-text-strong {
  color: #3bad8b;
  font-weight: 700
}

.ec-info-text-bold {
  font-weight: 700
}

.ec-info-text-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0
}

@media screen and (max-width:768px) {
  .ec-info-text-list {
    margin-top: 2rem
  }
}

.ec-info-text-list-item {
  margin-top: .6rem;
  padding-left: calc(1em + .5rem);
  position: relative
}

.ec-info-text-list-item:first-of-type {
  margin-top: 0
}

.ec-info-text-list-item-mark {
  left: 0;
  position: absolute;
  top: 0
}

.ec-info-text-delivery {
  padding: 1.4rem 3.2rem 1.0rem 3.1rem;
  margin: 1.1rem 0 1.87rem;
  background: rgba(215, 240, 226, 69);
}

.ec-info-text-delivery-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.0rem;
  padding: 2.1rem 1.0rem 3.0rem;
}

#js-delivery-date-block {
  border-top: 1px solid var(--color-gray01);
}

.ec-info-text-delivery p:not([class]) {
  font-size: 1.6rem;
  letter-spacing: 0.055em;
  line-height: 1.73;
}

.ec-info-text-delivery-block-text-larger {
  font-size: 1.5em;
  font-weight: 500;
}

.prefecture_select_wrapper {
  position: relative;
  width: 32rem;
  height: auto;
}

.ec-info-text-delivery select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  outline: none;

  width: 100%;
  padding: 1.5em 1.32em;
  border-radius: 0.44rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  background: #fff;
  color: #222;

  cursor: pointer;
}

.ec-info-text-delivery-block-time {
  min-height: 2.5em;
  font-size: 2.0rem;
  font-weight: 600;
  color: var(--color-green01);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ec-info-text-delivery-block-time .larger01 {
  position: relative;
  top: 0.04em;
  font-size: 4.3rem;
  line-height: 1.1;
}

.ec-info-text-delivery-block-time .larger02 {
  position: relative;
  top: 0.04em;
  font-size: 3.55rem;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .ec-info-text-delivery {
    padding: 0.4rem 1.76rem 1.0rem;
    margin: 1.1rem 0 1.87rem;
    background: rgba(215, 240, 226, 69);
  }

  .ec-info-text-delivery-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.7rem 0.2rem 2.5rem;
  }

  .ec-info-text-delivery p:not([class]) {
    margin-bottom: 1.0em;
  }

  #js-delivery-date-block p:not([class]) {
    margin-bottom: 0.25rem;
    line-height: 1.25;
  }

  .prefecture_select_wrapper {
    width: 100%;
  }

  .ec-info-text-delivery select {
    padding: 1.1em 1.15em 1.3em;
    border-radius: 0.44rem;
    font-size: 1.7rem;
  }

  .ec-info-text-delivery-block-time {
    position: relative;
    line-height: 1.1;
  }

}

.ec__special-box {
  position: relative;
  margin: 8.7rem auto 9.6rem;
  border: 1px solid #6FCB78;
}

.ec__special-box-heading {
  padding: 3.9rem 1em 4rem;
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, rgba(111, 203, 120, 1.00) 0%, rgba(93, 179, 186, 1.00) 100%);
  background-position: center center;
  color: var(--color-white01);
  font-size: 3.6rem;
  font-weight: 700;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.082em;
  line-height: 1.4;
  text-align: center;
}

.ec__special-box-inner {
  padding: 5.4rem 4.0rem 5.9rem;
}

.ec__special-box-title {
  margin: 0 auto 0.73em;
  font-size: 2.8rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.ec__special-box-text {
  letter-spacing: 0.04em;
  line-height: 1.82;
  font-weight: 500;
  font-family: var(--font-noto_serif);
  text-align: center;
}

.ec__special-box-list-wrapper {
  margin: 4.7rem 0;
}

.ec__special-box .ec__special-box-list-wrapper .attention-text {
  margin-top: 0.32em;
  margin-left: 0;
}

.ec__special-box-list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  padding: 0;
  margin: 0;
}

.ec__special-box-list li {
  flex: 1;
  list-style: none;
}

.ec__special-box-list figure {}

.ec__special-box-list figcaption {
  margin-top: 0.82em;
  font-weight: 600;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.082em;
  line-height: 1.62;
}

.ec__special-box-book {
  position: relative;
  margin: 12.5rem auto 3.2rem;
  width: 87.3%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}

.ec__special-box-book::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-96.9%) translateX(-50%);
  background-image: url(../img/design/plus-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.6rem;
  height: auto;
  aspect-ratio: 1/1;
}

.ec__special-box-book-img-block {
  width: 15rem;
}

.ec__special-box-book-img-block img {
  width: 100%;
  -webkit-filter: drop-shadow(0.55rem 0.92rem 0.55rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.55rem 0.92rem 0.55rem rgba(0, 0, 0, 0.25));
}

.ec__special-box-book-contents {
  flex: 1;
}

.ec__special-box-book-contents-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ec__special-box-book-text {
  margin-bottom: 0.62em;
  font-size: 2.0rem;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.082em;
}

.ec__special-box-book-title {
  margin-bottom: 0.54em;
  font-size: 2.92rem;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.082em;
}

.ec__special-box-book-author {
  color: var(--color-gray02);
  font-size: 2.0rem;
  text-align: right;
  font-family: var(--font-noto_serif);
  margin-right: 1.5rem;
  margin-bottom: 0.2em;
  letter-spacing: 0.082em;
}

.ec__special-box .attention-text {
  line-height: 2;
  margin-left: 1em;
}

@media screen and (max-width:768px) {
  .ec__special-box {
    margin: 4.7rem auto 6.9rem;
  }

  .ec__special-box-heading {
    padding: 1.9rem 0.4em 2.0rem;
    min-height: 10.6rem;
    font-size: 2.5rem;
    line-height: 1.44;
  }

  .ec__special-box-inner {
    padding: 2.6rem 2.2rem 4.0rem;
  }

  .ec__special-box-title {
    font-size: 2.0rem;
    letter-spacing: 0.04em;
  }

  .ec__special-box-text {}

  .ec__special-box-list-wrapper {
    margin: 2.8rem 0;
  }

  .ec__special-box-list {
    width: 92.5%;
    flex-direction: column;
    margin: 2.8rem auto;
    row-gap: 0.82rem;
  }

  .ec__special-box-list figure {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 1.3rem;
    column-gap: 1.3rem;
  }

  .ec__special-box-list figure img {
    width: 10rem;
  }

  .ec__special-box-list figcaption {
    margin-top: 0.44em;
    line-height: 1.82;
  }

  .ec__special-box-book {
    margin: 12.5rem auto 2.0rem;
    width: 100%;
    flex-direction: column;
  }

  .ec__special-box-book::before {
    top: 0;
    transform: translateY(-132%) translateX(-50%);
    width: 7.3rem;
  }

  .ec__special-box-book-img-block {
    width: 15rem;
    margin: 0 auto 2rem;
  }

  .ec__special-box-book-img-block img {
    width: 100%;
    -webkit-filter: drop-shadow(0.55rem 0.92rem 0.55rem rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0.55rem 0.92rem 0.55rem rgba(0, 0, 0, 0.25));
  }

  .ec__special-box-book-contents {
    flex: 1;
  }

  .ec__special-box-book-contents-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ec__special-box-book-text {
    margin-bottom: 0.76em;
    font-size: 1.6rem;
    text-align: center;
  }

  .ec__special-box-book-title {
    margin-bottom: 0.69em;
    font-size: 2.0rem;
    text-align: center;
  }

  .ec__special-box-book-author {
    font-size: 1.4rem;
    margin-right: 0.4em;
    margin-bottom: 0.2em;
  }

  .ec__special-box .attention-text {
    line-height: 1.8;
    margin: 0;
    font-size: 1.2rem;
  }
}



.ec__compact-box {
  max-width: 81rem;
  margin: 10.2rem auto 6.2rem;
  background: #E5F9FD;
  padding: 5.5rem 5.5rem 6.9rem 6.2rem;
  box-shadow: -0.1rem -0.1rem 1.0rem 0.32rem #DEECEF;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(222, 236, 239, 1.0));
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(222, 236, 239, 1.0));
}

.ec__compact-box-btn {
  width: 100%;
  filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
}

.ec__compact-box-btn:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.ec__compact-box-heading {
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.73em;
  letter-spacing: 0.04em;
  text-align: center;
}

.ec__compact-box-strong-text {
  margin: 0 auto 1.06em;
  font-size: 2.4rem;
  font-family: var(--font-noto_serif);
  text-align: center;
  line-height: 1.25;
}

.ec__compact-box-block {
  display: flex;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
  margin-bottom: 3.9rem;
}

.ec__compact-box-block-img-block {
  width: 23.5rem;
  margin-top: 2.9rem;
}

.ec__compact-box-block-contents {
  flex: 1;
}

.ec__compact-box-name {
  margin: 0 0 0.55em;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: var(--font-noto_serif);
  letter-spacing: 0;
}

.ec__compact-box-price {
  margin-bottom: 3.2rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 0.54;
}

.ec__compact-box-price-yen {
  font-size: 0.55em;
  font-weight: 500;
}

.ec__compact-box-price-tax {
  font-size: 0.32em;
  font-weight: 500;
  line-height: 1.1;
}

.ec__compact-box-detail {
  font-size: 1.4rem;
  line-height: 1.4;
}

.ec__compact-box-detail dt,
.ec__compact-box-detail dd {
  display: inline-block;
}

.ec__compact-box-detail dt::after {
  content: "：";
}


@media screen and (max-width:768px) {
  .ec__compact-box {
    margin: 5.5rem auto;
    padding: 3.0rem 2.0rem 3.5rem;
  }

  .ec__compact-box-heading {
    font-size: 2.2rem;
    margin-bottom: 0.69em;
    letter-spacing: 0.025em;
  }

  .ec__compact-box-strong-text {
    margin: 0 auto 1.55em;
    font-size: 1.55rem;
    line-height: 1.92;
    letter-spacing: 0;
  }

  .ec__compact-box-block {
    flex-direction: column;
    margin-bottom: 2.8rem;
  }

  .ec__compact-box-block-img-block {
    width: 17rem;
    margin: 0 auto 2.2rem;
  }



  .ec__compact-box-name {
    margin: 0 0 0.47em;
    font-size: 2.8rem;
    text-align: center;
  }

  .ec__compact-box-price {
    margin-bottom: 1.44rem;
    font-size: 4.0rem;
    text-align: center;
  }

  .ec__compact-box-price-yen {
    font-size: 0.55em;
  }

  .ec__compact-box-price-tax {
    font-size: 0.39em;
  }

  .ec__compact-box-detail {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/**************************
  about-us
***************************/
.about-us {
  position: relative;
  padding: 0 0 11rem;
  z-index: -1;
}

.about-us__block01 {
  padding: 9.6rem 0 4rem;
  max-width: 60rem;
}

.about-us__block01-title {
  padding-bottom: 1.02em;
  border-bottom: 0.3rem solid var(--color-green01);
  font-size: 2.7rem;
  font-weight: 400;
  font-family: var(--font-noto_serif);
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-us__block01-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-us__block01-list-item-title {
  margin: 1.82em auto 0.62em;
  font-size: 2.4rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

.about-us__block01-list-item {
  width: 100%;
  list-style: none;
}

.about-us__block01-list-item-text {
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.about-us__block01-list-item-text strong {
  font-weight: 400;
}


.about-us__block02 {
  padding: 5rem 0 7rem;
}

.about-us__block02-img-block02 {
  display: block;
  margin-top: 6.2rem;
}

.about-us__block02-img-block03 {
  display: block;
  margin-left: 5rem;
  margin-top: -66rem;
}

@media screen and (max-width:768px) {
  .about-us {
    padding-bottom: 4.7rem;
  }

  .about-us__block01 {
    padding: 4.0rem 1.6rem 1.0em;
    max-width: 60rem;
  }

  .about-us__block01-title {
    font-size: 2.0rem;
  }

  .about-us__block01-list-item-title {
    margin-top: 3.0rem;
    margin-bottom: 0.82rem;
    font-size: 1.76rem;
  }

  .about-us__block01-list-item-text {
    letter-spacing: 0;
  }


  .about-us__block02 {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 2rem;
  }

  .about-us__block02-img-block01 {
    order: 3;
  }

  .about-us__block02-img-block02 {
    order: 1;
    margin-top: 0rem;
  }

  .about-us__block02-img-block03 {
    order: 2;
    margin-left: -2.1rem;
    margin-top: -2.0rem;
    margin-bottom: 1.1rem;
  }
}


/**************************
  ambassador
***************************/
.ambassador {
  background: var(--color-white01);
  padding-bottom: 11rem;
  position: relative;
}

.ambassador__content {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width:768px) {
  .ambassador {
    padding-bottom: 7.6rem;
  }

  .ambassador__content {
    flex-direction: column;
  }
}

.ambassador__content-photo {
  display: block;
  margin: 0;
  width: 39%;
}

@media screen and (max-width:768px) {
  .ambassador__content-photo {
    width: 100%
  }
}

.ambassador__content-photo img {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 8.0rem;
  width: 100%
}

@media screen and (max-width:768px) {
  .ambassador__content-photo img {
    position: relative;
    top: 0;
    margin-top: -1rem;
  }
}

.ambassador__content-detail {
  min-height: 150rem;
  padding: 7rem 11.3% 0 7%;
  width: 61%
}

@media screen and (max-width:768px) {
  .ambassador__content-detail {
    padding: 3.2rem 2rem 0;
    width: 100%
  }
}

.ambassador__content-detail-job {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.ambassador__content-detail-name {
  font-family: var(--font-noto_serif);
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: 0.45em;
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-name {
    margin-top: 1.32rem
  }
}

.ambassador__content-detail-subname {
  color: var(--color-gray01);
  font-family: var(--font-cormorant_garamond);
  font-size: 2.0rem;
  font-style: italic;
  margin-top: .47em;
  letter-spacing: 0.04em;
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-subname {
    margin-top: 0
  }
}

.ambassador__content-detail-olympic {
  margin-top: 3.2rem
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-olympic {
    margin-top: 2rem
  }
}

.ambassador__content-detail-fencing {
  margin-top: 1rem
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-fencing {
    margin-top: .5rem
  }
}

.ambassador__content-detail-img {
  margin: 4.8rem auto;
  width: 64.3%
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-img {
    margin: 2rem 0;
    width: 100%
  }
}

.ambassador__content-detail-title {
  margin-top: 3.9rem
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-title {
    margin-top: 2.2rem
  }
}

.ambassador__content-detail-title-img {
  width: 100%
}

.ambassador__content-detail-text01 {
  margin-top: 2.5rem;
  font-size: 2.0rem;
  line-height: 1.62;
  letter-spacing: 0.04em;
}

.ambassador__content-detail-text02 {
  margin-top: 3.2rem;
  line-height: 1.82;
  letter-spacing: 0.04em;
}

.ambassador__content-detail-text03 {
  line-height: 1.82;
  letter-spacing: 0.04em;
}

.ambassador__content-detail .bold {
  font-weight: 700
}

@media screen and (max-width:768px) {
  .ambassador__content-detail-text01 {
    margin-top: 1.6rem;
    font-size: 1.32rem;
    line-height: 1.82;
    letter-spacing: -0.015em;
  }
}

.ambassador__gallery {
  height: 52.54vw;
  margin-top: 11.5rem;
  position: relative
}

@media screen and (min-width:1024px) {
  .ambassador__gallery {
    height: 53.8rem
  }
}

@media screen and (max-width:768px) {
  .ambassador__gallery {
    display: block;
    height: auto;
    margin: 4rem 2rem 0
  }
}

.ambassador__gallery-item {
  position: absolute;
}

.ambassador__gallery-item img {
  width: 38.0859vw
}

@media screen and (min-width:1024px) {
  .ambassador__gallery-item img {
    width: 39rem
  }
}

@media screen and (max-width:768px) {
  .ambassador__gallery-item {
    position: relative;
  }

  .ambassador__gallery-item img {
    width: 66.9vw;
  }
}

.ambassador__gallery-item.img1 {
  right: calc(50% + 5.85937vw);
  top: -1rem;
}

@media screen and (min-width:1024px) {
  .ambassador__gallery-item.img1 {
    right: calc(50% + 6rem)
  }
}

@media screen and (max-width:768px) {
  .ambassador__gallery-item.img1 {
    right: auto;
    top: auto;
  }
}

.ambassador__gallery-item.img2 {
  left: calc(50% + 5.85937vw);
  top: 32.9%;
}

@media screen and (min-width:1024px) {
  .ambassador__gallery-item.img2 {
    left: calc(50% + 6rem);
  }
}

@media screen and (max-width:768px) {
  .ambassador__gallery-item.img2 {
    left: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3rem;
    top: auto;
  }

  .ambassador__gallery-item.img2 img {
    margin-left: auto;
    margin-right: 0;
  }
}

.ambassador__gallery-item.img3 {
  bottom: 0;
  right: calc(50% - 1.1rem);
}

@media screen and (max-width:768px) {
  .ambassador__gallery-item.img3 {
    bottom: auto;
    margin-top: 3rem;
    right: auto
  }
}

.ambassador__gallery-item p {
  margin-left: 0.1rem;
  margin-top: 2.0rem;
}

@media screen and (max-width:768px) {
  .ambassador__gallery-item p {
    font-size: 1.1rem;
  }
}




/**************************
  product
***************************/
.product {
  padding: 0 0 13rem;
  background: var(--color-white01);
  overflow: hidden;
}

.product .section-title {
  margin-bottom: 9.2rem;
}

.product .container {
  max-width: 82rem;
}


.product__gallery {
  position: relative;
  overflow: hidden;
  margin: 0 auto 9.6rem;
}

.product__gallery-list {
  padding: 0;
  margin: 0;
}

.product__gallery-list-item {
  position: relative;
  width: 55.5rem;
  margin: 0 auto;
  z-index: 10;
  list-style: none;
}

.product__gallery-list-item-img-block {
  width: 100%;
}

.product__gallery-list-item-img-block img {
  width: 100%;
}

.product__gallery .swiper-button-next,
.product__gallery .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 4.0rem;
  height: auto;
  aspect-ratio: 40/50;
  background-image: url(../img/design/slider-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center center;
}

.product__gallery .swiper-button-next {
  filter: brightness(1.0) drop-shadow(-0.22rem -0.22rem 0.30rem rgba(0, 0, 0, 0.25));
}

.product__gallery .swiper-button-prev {
  filter: brightness(1.0) drop-shadow(0.22rem 0.22rem 0.30rem rgba(0, 0, 0, 0.25));
}

.product__gallery .swiper-button-next:hover,
.product__gallery .swiper-button-prev:hover {
  filter: brightness(1.5);
}

.product__gallery .swiper-button-next {
  right: auto;
  left: calc(50% + 28rem);
  transform: translateY(-50%) rotate(180deg);
}

.product__gallery .swiper-button-prev {
  left: auto;
  right: calc(50% + 28rem);
}

@media screen and (max-width:768px) {
  .product__gallery {
    margin-bottom: 5.9rem;
  }

  .product__gallery-list-item {
    width: 29.6rem;
  }

  .product__gallery .swiper-button-next,
  .product__gallery .swiper-button-prev {
    width: 2.8rem;
  }

  .product__gallery .swiper-button-next {
    left: calc(100% - 3.5rem);
  }

  .product__gallery .swiper-button-prev {
    right: calc(100% - 3.5rem);
  }
}



.product__img-block {
  width: 100%;
  margin: 0 auto 7.6rem;
}

.product__img-block img {
  margin: 0 auto;
}



.product__logo {
  width: 30rem;
  margin: 0 auto 4.7rem;
}

.product__logo img {
  width: 100%;
}


.product__name {
  margin: 1rem auto 4.4rem;
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 600;
  text-align: center;
}

.product__price {
  margin: 2rem auto 7.6rem;
  font-size: 6.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.45;
}

.product__price-yen {
  font-size: 3.6rem;
  line-height: 1;
}

.product__price-tax {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}


.product__detail-box {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--color-black01);
}

.product__detail-heading {
  position: relative;
  font-size: 2.8rem;
  font-family: var(--font-noto_serif);
  font-weight: 500;
  padding: 1em 1em 1.02em;
  text-align: center;
}

.product__detail-heading::before {}


.product__detail-inner {
  padding: 4.4rem 4.7rem 4.7rem;
}

.product__detail-inner:first-of-type {
  padding-top: 1rem;
  border-bottom: 1px dotted var(--color-gray01);
}

.product__detail-inner table {
  width: 100%;
}

.product__detail-inner table tr {
  width: 100%;
}

.product__detail-inner table th,
.product__detail-inner table td {
  text-align: left;
  font-size: 2.0rem;
  padding: 0.96em 0.32em 1.0em 1.7em;
  line-height: 1.5;
  font-weight: 500;
}

.product__detail-inner table td {
  padding-left: 2.8em;
}


.product__detail-title {
  margin: 0 auto 0.55em;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--font-noto_serif);
  text-align: center;
}

.product__detail-block01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  width: 90.2%;
  margin: 2.8rem auto 3.0rem;
}

.product__detail-block01-contents {
  flex: 1;
  margin-top: -0.4rem;
}

.product__detail-block01-list {
  margin: 0;
}

.product__detail-block01-list li {
  font-size: 2.0rem;
  line-height: 2;
}

.product__detail-block01-img-block {
  width: 17rem;
}

.product__detail-block01-img-block img:nth-of-type(n+2) {
  margin-top: 2.0rem;
}

.product__detail-attention {
  background: #F5F5F5;
}

.product__detail-attention-text {
  font-size: 1.4rem;
  line-height: 1.76;
}


.product__btn01 {
  display: block;
  margin-top: 6.2rem;
  width: 100%;
  -webkit-filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
}

.product__btn01:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.product__btn01 img {
  width: 100%;
  -webkit-filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.1rem 0.32rem 0.32rem rgba(0, 0, 0, 0.25));
}


@media screen and (min-width:768px) {
  .product__detail-inner table tr:nth-last-of-type(2n) {
    background: #F9FFF7;
  }

  .product__detail-inner table th {
    border-right: 1px dotted var(--color-gray01);
  }
}

@media screen and (max-width:768px) {
  .product {
    padding-bottom: 6.2rem;
  }

  .product .section-title {
    margin-bottom: 5.0rem;
  }

  .product__logo {
    width: 17rem;
    margin: 0 auto 2.0rem;
  }


  .product__name {
    margin: 1rem auto 2.0rem;
    font-size: 2.8rem;
    letter-spacing: -0.01em;
  }

  .product__price {
    margin: 1rem auto 4.4rem;
    font-size: 3.9rem;
    font-weight: 600;
  }

  .product__price-yen {
    font-size: 2.2rem;
  }

  .product__price-tax {
    font-size: 1.4rem;
  }


  .product__detail-box {
    border-radius: 0.5rem;
    border: 1px solid var(--color-black01);
  }

  .product__detail-heading {
    font-size: 1.8rem;
    padding: 1.15em 1em 1.1em;
    text-align: center;
  }


  .product__detail-inner {
    padding: 2.2rem 1.5rem 2.8rem;
  }

  .product__detail-inner:first-of-type {
    padding-top: 0.2rem;
  }


  .product__detail-inner table tr {
    width: 100%;
    display: block;
  }

  .product__detail-inner table th {
    background: #F9FFF7;
  }

  .product__detail-inner table th,
  .product__detail-inner table td {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 0.55em 1.0em 0.62em;
    text-align: center;
  }

  .product__detail-inner table td {
    font-size: 1.6rem;
  }


  .product__detail-title {
    margin: 0 auto 0.55em;
    font-size: 1.8rem;
  }

  .product__detail-block01 {
    flex-direction: column;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    width: 100%;
    margin: 1.0rem auto 1.5rem;
  }

  .product__detail-block01-contents {
    flex: 1;
    margin-top: 0;
  }

  .product__detail-block01-list {
    padding-left: 3.5rem;
    margin-bottom: 1.0rem;
  }

  .product__detail-block01-list li {
    font-size: 1.3rem;
    line-height: 2.1;
    letter-spacing: -0.025em;
  }

  .product__detail-block01-img-block {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1.1rem;
    column-gap: 1.1rem;
    width: 100%;
  }

  .product__detail-block01-img-block img {
    flex: 1;
  }

  .product__detail-block01-img-block img:nth-of-type(n+2) {
    margin-top: 0;
  }

  .product__detail-attention {
    background: #F5F5F5;
    line-height: 2.0;
  }

  .product__detail-attention-text {
    font-size: 1.4rem;
  }


  .product__btn01 {
    margin-top: 2.5rem;
  }
}




/**************************
  reason
***************************/
.reason {
  background: #f4f4f4;
  padding: 0 0 8rem;
  position: relative
}

.reason .container {
  max-width: 108rem;
}

.reason .attention-text {
  font-size: 1.25rem;
}

.reason__card {
  background: var(--color-white01);
  margin-top: 8rem;
  padding: 5.4rem 4.0rem 5.5rem 7.3rem;
  position: relative;
  z-index: 100
}

@media screen and (max-width:768px) {
  .reason {
    padding-bottom: 6.2rem;
  }

  .reason__card {
    margin-top: 5rem;
    padding: 2rem 2rem 4rem;
  }
}

.reason__card-title {
  align-items: center;
  display: flex;
  font-family: var(--font-noto_serif);
  justify-content: flex-start;
  margin: 0 auto 1.76rem;
  column-gap: 1.0rem;
  width: 100%;
}

@media screen and (max-width:768px) {
  .reason__card-title {
    display: block;
    margin-bottom: 0.82rem;
  }
}

.reason__card-ambassador-icon-img {
  height: auto;
  width: 10.6rem;
}

@media screen and (max-width:768px) {
  .reason__card-ambassador-icon-img {
    width: 8.2rem;
    margin-bottom: 1.76rem;
  }
}

.reason__card-title-contents {
  color: #3bad8b;
  margin-top: 0.44em;
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: .5em
}

@media screen and (max-width:768px) {
  .reason__card-title-contents {
    display: block;
    font-size: 1.82rem;
    margin-top: 0.1em;
    margin-left: 0;
  }
}

.reason__card-block01 {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3.4rem;
  column-gap: 3.4rem;
}

.reason__card-block01-contents {
  flex: 1;
}

.reason__card-block01-img-block {
  width: 28.2rem;
  margin-top: 1.6rem;
}

.reason__card-block01-img-block img {
  width: 100%;
}

.reason__card-text {
  padding-left: 1.25em;
  line-height: 1.86;
}

.reason__card-list {
  margin: 1rem 0 2.8rem;
  padding-left: 0;
}

.reason__card-list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.55em;
  column-gap: 0.55em;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: none;
}

.reason__card-list-item+.reason__card-list-item {
  margin-top: 0.76em;
}

.reason__card-list-item::before {
  content: "";
  position: relative;
  top: 0.15em;
  display: block;
  min-width: 1.6em;
  height: auto;
  aspect-ratio: 22/20;
  margin-left: 0.32em;
  background-image: url(../img/icon/checkmark-icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.reason__card-title-tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.1em;
  padding: 0.44em 1.0em 0.47em;
  background: var(--color-green01);
  color: var(--color-white01);
  line-height: 1.1;
  font-size: 2.0rem;
  font-family: var(--font-noto_serif);
  font-weight: 700;
}

.reason__card-sub-title {
  color: var(--color-green01);
  font-size: 2.4rem;
  font-family: var(--font-noto_serif);
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 0.55em;
  border-bottom: 1px solid var(--color-gray01);
}

/* 1 */
.reason__card.reason01 .reason__card-block01-img-block {
  padding: 2.0rem 1.9rem 2.1rem;
  background: #F9FFF7;
}

.reason__card.reason01 .reason__card-block01-img-block figcaption {
  margin-top: 0.82em;
  color: var(--color-green01);
  text-align: center;
  font-size: 1.44rem;
}

/* 2 */
.reason__card.reason02 .reason__card-block01-img-block {
  width: 23.2rem;
}

/* 3 */
.reason__card.reason03 .reason__card-block01-img-block {
  width: 45.5rem;
}

.reason__card.reason03 .attention-text {
  margin-top: 0.82em;
  margin-left: 1.3em;
}

/* 4 */
.reason__card.reason04 .reason__card-block01-img-block {
  width: 43.2rem;
}

/* 5 */
.reason__card.reason05 .reason__card-block01 {
  margin-top: 3.2rem;
}

.reason__card.reason05 .reason__card-text {
  padding-left: 0;
}

.reason__card.reason05 .reason__card-list02 {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  margin-top: 4.0rem;
  margin-bottom: 3.9rem;
  padding: 0;
  padding-left: 1.25em;
}

.reason__card.reason05 .reason__card-list02 li {
  flex: 1;
  list-style: none;
}

.reason__card.reason05 .reason__card-list02-item-icon {
  width: 11.5rem;
  margin: 0 auto 1.06rem;
}

.reason__card.reason05 .reason__card-list02-item-title {
  padding-bottom: 0.54em;
  color: var(--color-green01);
  font-size: 2.4rem;
  font-family: var(--font-noto_serif);
  line-height: 1.1;
  text-align: center;
  border-bottom: 1px solid var(--color-gray01);
}

/* 6 */
.reason__card.reason06 .reason__card-block01-img-block {
  width: 40.4rem;
}

@media screen and (min-width:768px) {

  /* 1 */
  .reason__card.reason01 .reason__card-block01-img-block {
    margin-top: 4.4rem;
  }

  .reason__card.reason01 .reason__card-ambassador-icon {
    transform: translateY(-25%);
  }

  /* 2 */
  .reason__card.reason02 .reason__card-block01-img-block {
    margin-right: 7.6rem;
  }

  /* 3 */
  .reason__card.reason03 .reason__card-block01-img-block {
    margin-right: 5.0rem;
  }

  /* 4 */
  .reason__card.reason04 .reason__card-block01-img-block {
    margin-right: 2.0rem;
  }

  /* 5 */
  .reason__card.reason05 .reason__card-block01 {
    margin-top: 3.2rem;
  }

  .reason__card.reason05 .reason__card-text {
    padding-left: 0;
  }

  .reason__card.reason05 .reason__card-list02 {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
    margin-top: 4.0rem;
    margin-bottom: 3.9rem;
    padding: 0;
    padding-left: 1.25em;
  }

  .reason__card.reason05 .reason__card-list02 li {
    flex: 1;
    list-style: none;
  }

  .reason__card.reason05 .reason__card-list02-item-icon {
    width: 11.5rem;
    margin: 0 auto 1.06rem;
  }

  .reason__card.reason05 .reason__card-list02-item-title {
    padding-bottom: 0.54em;
    color: var(--color-green01);
    font-size: 2.4rem;
    font-family: var(--font-noto_serif);
    line-height: 1.1;
    text-align: center;
    border-bottom: 1px solid var(--color-gray01);
  }

  .reason__card.reason05 .reason__card-block01-img-block {
    width: 31rem;
    margin-top: -7.3rem;
    margin-right: 6.9rem;
    margin-left: 1.4rem;
  }

  .reason__card.reason05 .reason__card-block01:last-of-type .reason__card-block01-img-block {
    margin-top: -0.4rem;
    width: 35rem;
  }

  /* 6 */
  .reason__card.reason06 .reason__card-block01-img-block {
    margin-right: 4.17rem;
    margin-top: 5.1rem;
  }
}

@media screen and (max-width:768px) {
  .reason__card-block01 {
    flex-direction: column;
  }

  .reason__card-title-tag {
    font-size: 1.6rem;
    margin-bottom: 0.25em;
  }

  .reason__card-text {
    padding-left: 0;
  }

  .reason__card-list {
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .reason__card-list-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 0.55em;
    column-gap: 0.55em;
    font-size: 1.6rem;
    line-height: 1.6;
    list-style: none;
  }

  .reason__card-list-item+.reason__card-list-item {
    margin-top: 0.76em;
  }


  .reason__card-block01-img-block {
    margin: 1.7rem auto 0;
  }

  .reason__card-sub-title {
    font-size: 1.6rem;
    padding-bottom: 0.69em;
  }


  /* 1 */
  .reason__card.reason01 .reason__card-block01-img-block {
    width: 100%;
  }

  /* 2 */
  .reason__card.reason02 .reason__card-block01-img-block {
    width: 16rem;
  }

  /* 3 */
  .reason__card.reason03 .reason__card-block01-img-block {
    width: 100%;
  }

  /* 4 */
  .reason__card.reason04 .reason__card-block01-img-block {
    width: 100%;
  }

  /* 5 */
  .reason__card.reason05 .reason__card-block01 {
    margin-top: 1.5rem;
  }

  .reason__card.reason05 .reason__card-text {
    padding-left: 0;
  }


  .reason__card.reason05 .reason__card-list02 {
    display: block;
    margin: 1rem 0;
    padding: 0;
  }

  .reason__card.reason05 .reason__card-list02-item {
    display: flex;
    justify-content: flex-start;
    padding: 2.0rem 0 2.2rem;
    -moz-column-gap: 1.1rem;
    column-gap: 1.1rem;
  }

  .reason__card.reason05 .reason__card-list02-item+.reason__card-list02-item {
    border-top: 1px solid var(--color-gray01);
  }

  .reason__card.reason05 .reason__card-list02-item-icon {
    width: 8.7rem;
    margin: 0;
  }

  .reason__card.reason05 .reason__card-list02-item-contents {
    flex: 1;
  }

  .reason__card.reason05 .reason__card-list02-item-title {
    padding-bottom: 0.44em;
    font-size: 1.6rem;
    text-align: left;
    border: 0;
  }

  .reason__card.reason05 .reason__card-block01 {
    position: relative;
  }

  .reason__card.reason05 .reason__card-block01-img-block[data-block="abs"] img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-80%);
    width: 11.8rem;
  }

  .reason__card.reason05 .reason__card-block01:last-of-type .reason__card-block01-img-block {}

  /* 6 */
  .reason__card.reason06 .reason__card-block01-img-block {
    width: 100%;
  }

}


/**************************
  voice
***************************/
.voice {
  background: var(--color-light_green01);
  padding: 9.6rem 0 11rem;
  overflow: hidden;
}

.voice .container {
  max-width: 120rem;
}

.voice__heading {
  margin: 0 auto 3.5rem;
  font-size: 3.5rem;
  font-family: var(--font-noto_serif);
  text-align: center;
}

.voice__heading:nth-of-type(n+2) {
  margin-top: 8.2rem;
}


.voice__block {
  position: relative;
  overflow: hidden;
  margin: 0 0 8.7rem;
}

.voice__block-list {
  padding: 0;
  margin: 0;
}

.voice__block-list-item {
  width: 62rem;
  height: auto;
  transform: translateX(0%);
  background: #fff;
  list-style: none;
}

.voice__block-list-item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 2.2rem;
  max-width: 730px;
  margin: 0 auto;
  padding: 5.4rem 3.5rem 5.6rem 3.2rem;
}

.voice__block-list-item-img-block {
  width: auto;
  height: 23.0rem;
}

.voice__block-list-item-img-block img {
  height: 100%;
  width: auto;
}

.voice__block-list-item-contents {
  flex: 1;
  font-size: 2.0rem;
  font-size: clamp(2.0rem, 1.39vw, 2.5rem);
}

.voice__block-list-item-tit {
  margin: 0 0 0.80em;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.082em;
}

.voice__block-list-item-text {
  line-height: 1.82;
  font-size: 0.8em;
}

.voice__block-list-item-profile {
  margin-top: 1.62em;
  font-size: 0.8em;
  letter-spacing: 0.082em;
  text-align: right;
}

.voice__block .swiper-button-next,
.voice__block .swiper-button-prev {
  top: 50%;
  transform: translateY(-44%) rotate(45deg);
  width: 3.0rem;
  height: 3.0rem;
  border: 2.0px solid var(--color-black01);
  border-top: 0;
  border-right: 0;
  transform-origin: center center;
}

.voice__block .swiper-button-next:hover,
.voice__block .swiper-button-prev:hover {
  filter: brightness(1.5);
}

.voice__block .swiper-button-next {
  right: 6.9vw;
  transform: translateY(-50%) rotate(225deg);
}

.voice__block .swiper-button-prev {
  left: 6.9vw;
}

@media screen and (min-width:768px) {
  .voice__block-list {
    padding-left: calc(100vw * (0.2/2.5) + 0.4vw);
  }
}

@media screen and (max-width:768px) {

  .voice__block {
    margin-bottom: 5.5rem;
  }

  .voice__block-list-item {
    position: relative;
    width: 30.4rem;
    margin: 0 auto;
    z-index: 10;
  }

  .voice__block-list-item-inner {
    flex-direction: column;
    row-gap: 1.5rem;
    max-width: 730px;
    margin: 0 auto;
    padding: 2.6rem 2.2rem 3.5rem;
  }

  .voice__block-list-item-img-block {
    width: auto;
    height: 16.2rem;
    margin: 0 auto;
  }

  .voice__block-list-item-contents {
    font-size: 1.9rem;
  }

  .voice__block-list-item-tit {
    margin: 0 0 0.32em;
    font-size: 1.0em;
    text-align: center;
  }

  .voice__block-list-item-text {
    font-size: 0.70em;
  }

  .voice__block-list-item-profile {
    margin-top: 1.1em;
    font-size: 0.70em;
    text-align: center;
  }



  .voice__block .swiper-button-next,
  .voice__block .swiper-button-prev {
    width: 2.0rem;
    height: 2.0rem;
  }

  .voice__block .swiper-button-next {
    right: 3.9vw;
  }

  .voice__block .swiper-button-prev {
    left: 3.9vw;
  }
}





.voice__box {
  background: var(--color-white01);
  padding: 5.0rem 6.2rem 7.0rem;
}

.voice__box-title {
  margin: 0 auto 0.96em;
  color: var(--color-green01);
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--font-noto_serif);
  text-align: center;
}

.voice__box-block {
  display: flex;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}

.voice__box-block-img-block {
  max-width: 34.4rem;
}

.voice__box-block-img-block .attention-text {
  margin-top: 0.32em;
}

.voice__box-block-contents {
  flex: 1;
}

.voice__box-block-contents p {
  font-weight: 500;
  line-height: 1.76;
}

.voice__box-block-contents .voice__box-block-prof {
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: -0.1em;
  line-height: 1.6;
}

.voice__box-title02 {
  position: relative;
  width: 100%;
  margin: 1.82rem auto 2.0rem;
  text-align: center;
  color: var(--color-green01);
  font-size: 2.0rem;
  font-weight: 600;
  font-family: var(--font-noto_serif);
  line-height: 1.5;
}

.voice__box-title02>span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  padding: 0.2em 1.1em;
  margin: 0 auto;
  background: var(--color-white01);
  z-index: 10;
}

.voice__box-title02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 1.0px;
  background: #222;
}

.voice__box-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 0;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  row-gap: 2.0rem;
}

.voice__box-list-item {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.76rem;
  column-gap: 1.76rem;
  padding: 0;
  margin: 0;
}

.voice__box-list-item::before {
  content: "";
  position: relative;
  display: block;
  min-width: 7.3rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/voice__icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.voice__box-list-item-contents {
  position: relative;
  width: 100%;
}

.voice__box-list-item-contents p {
  line-height: 1.4;
}

.voice__box-list-item-contents .voice__box-list-item-prof {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}


@media screen and (max-width:768px) {
  .voice {
    background: var(--color-light_green01);
    padding: 6.2rem 0 6.9rem;
  }

  .voice__heading {
    margin-bottom: 2.0rem;
    font-size: 2.5rem;
  }

  .voice__box {
    width: 96%;
    margin: 0 auto;
    padding: 2.5rem 2.5rem 4.0rem;
  }

  .voice__box-title {
    font-size: 2.0rem;
    text-align: center;
  }

  .voice__box-block {
    flex-direction: column;
    row-gap: 1.4rem;
  }

  .voice__box-block-img-block {
    max-width: 350px;
    margin: 0 auto;
  }

  .voice__box-block-img-block img {
    width: 100%;
  }

  .voice__box-list {
    display: block;
  }

  .voice__box-list-item:nth-of-type(n+2) {
    margin-top: 2.0rem;
  }

  .voice__box-list-item-contents .voice__box-list-item-prof {
    position: relative;
    transform: translateY(0);
  }
}


/**************************
  question
***************************/
.question {
  padding: 0 0 13rem
}

.question .container {
  max-width: 118rem;
}

.question-title {
  border-bottom: .1rem solid var(--color-gray02);
  display: block;
  font-family: var(--font-noto_serif);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 7.6rem auto 0;
  padding-bottom: .44em;
  width: auto
}

@media screen and (max-width:768px) {
  .question {
    padding-bottom: 6.2rem;
  }

  .question-title {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4rem 0 0;
    padding-bottom: 1rem
  }
}


/**************************
  glossary
***************************/
.glossary {
  padding: 0 0 13rem;
}

.glossary .container {
  max-width: 118rem;
}

.glossary__text {
  margin: 8.0rem auto 8.20rem;
  font-size: 1.6rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
  text-align: center;
}

.glossary .accordion__head-text {
  padding-left: 2.5rem;
}

.glossary .accordion__body-contents {
  padding-left: 2.5rem;
}

@media screen and (max-width:768px) {
  .glossary {
    padding-bottom: 6.2rem;
  }

  .glossary__text {
    margin: 4.7rem auto 3.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .glossary .accordion__head-text {
    padding-left: 1.0rem;
  }

  .glossary .accordion__body-contents {
    padding-left: 1.0rem;
  }
}


/**************************
  contact-sec
***************************/
.contact-sec {
  padding: 10rem 0 11.5rem;
  background-image: url(../img/design/contact-sec__bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec .container {
  max-width: 76rem;
}


.contact-sec__heading {
  margin: 0 auto 0.73em;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: var(--font-noto_serif);
  line-height: 1.5;
  text-align: center;
}

.contact-sec__list {
  padding: 0;
  margin: 0;
}

.contact-sec__list-item {
  width: 100%;
  list-style: none;
}

.contact-sec__list-item-link {
  display: block;
  margin-bottom: 2.9rem;
}

.contact-sec__list-item-link:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}

.contact-sec__list-item-link img {
  width: 100%;
}

.contact-sec .mail-btn01 {
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  padding: 0.93em 0 0.96em;
  font-size: 3.0rem;
  border-radius: 100rem;
}

@media screen and (max-width:768px) {
  .contact-sec {
    padding: 5rem 0 6.2rem;
  }

  .contact-sec__heading {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .contact-sec .mail-btn01 {
    font-size: 1.4rem;
    padding: 1.06em 0 1.1em;
  }

  .contact-sec__list-item-link {
    margin-bottom: 1.8rem;
  }
}