#products article {
  padding-bottom: 120px;
}
#products article header {
  max-width: none;
}
@media (min-width: 768px) {
  #products article header {
    max-width: 1200px;
  }
}
#products article header > h1 {
  background-image: url(../img/sanpin/mv.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 987/220;
  border-top-left-radius: 74px;
  border-top-right-radius: 74px;
  position: relative;
}
@media (max-width: 767.98px) {
  #products article header > h1 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
#products article header > h1 > span {
  --font-color: #A99549;
  font-weight: 700;
  text-align: center;
  color: var(--font-color);
  display: block;
  background-color: #fff;
  font-size: 3.4rem;
  line-height: 132px;
  border-radius: 132px;
  padding-inline: 66px;
}
@media (max-width: 767.98px) {
  #products article header > h1 > span {
    font-size: 5vw;
    line-height: calc(5vw + 20px);
    padding-inline: 20px;
    border-radius: calc(5vw + 20px);
  }
}
#products article header + p {
  max-width: none;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 767.98px) {
  #products article header + p {
    max-width: 1200px;
  }
}
#products article > div section:first-of-type > header {
  padding-bottom: 14px;
}
#products article > div section:first-of-type > header > h2 {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type > header > h2 {
    font-size: 20px;
  }
}
#products article > div section:first-of-type #root .searchwrap {
  border: solid 1px #231815;
  padding: 40px;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap {
    padding: 20px;
  }
}
#products article > div section:first-of-type #root .searchwrap dl, #products article > div section:first-of-type #root .searchwrap dl ul, #products article > div section:first-of-type #root .searchwrap ul, #products article > div section:first-of-type #root .searchwrap ul ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 18px;
}
#products article > div section:first-of-type #root .searchwrap dl > dt, #products article > div section:first-of-type #root .searchwrap dl ul li, #products article > div section:first-of-type #root .searchwrap ul > dt, #products article > div section:first-of-type #root .searchwrap ul ul li {
  min-width: 190px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap dl > dt, #products article > div section:first-of-type #root .searchwrap dl ul li, #products article > div section:first-of-type #root .searchwrap ul > dt, #products article > div section:first-of-type #root .searchwrap ul ul li {
    min-width: auto;
    width: 50%;
  }
}
#products article > div section:first-of-type #root .searchwrap dl li input, #products article > div section:first-of-type #root .searchwrap ul li input {
  margin-right: 8px;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap dl {
    display: block;
  }
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap dl > dt, #products article > div section:first-of-type #root .searchwrap dl > dd {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap dl > dt {
    text-align: center;
    /* border-bottom:solid 1px #000; */
  }
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap ul {
    row-gap: 10px;
  }
}
#products article > div section:first-of-type #root .searchwrap > dl:first-of-type {
  display: none;
}
#products article > div section:first-of-type #root .searchwrap > ul {
  padding-top: 28px;
  justify-content: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
#products article > div section:first-of-type #root .searchwrap > ul > li button {
  border: solid 1px #AA9649;
  background-color: #fff;
  color: #AA9649;
  width: 220px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#products article > div section:first-of-type #root .searchwrap > ul > li button:hover {
  color: #fff;
  background-color: #A99549;
}
#products article > div section:first-of-type #root .searchwrap > ul > li:nth-of-type(2) > button {
  background-color: #AA9649;
  color: #FFF;
}
#products article > div section:first-of-type #root .searchwrap > ul > li:nth-of-type(2) > button:hover {
  color: #AA9649;
  background-color: #FFF;
}
#products article > div section:first-of-type #root .searchwrap + div {
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 144px;
  box-sizing: border-box;
  font-size: 24px;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap + div {
    padding-top: 36px;
    min-height: auto;
    font-size: 20px;
  }
}
#products article > div section:first-of-type #root .searchwrap + div > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 24px;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .searchwrap + div > dl {
    font-size: 20px;
  }
}
#products article > div section:first-of-type #root .searchwrap + div > dl > dd > ul {
  display: flex;
}
#products article > div section:first-of-type #root .searchwrap + div > dl > dd > ul > li:nth-of-type(n+1) {
  padding-left: 10px;
}
#products article > div section:first-of-type #root .nothing {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #products article > div section:first-of-type #root .nothing {
    padding-bottom: 240px;
  }
}
#products article > div section:nth-of-type(2) {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
#products article > div section:nth-of-type(2) > header > h2 > img {
  width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > header > h2 > img {
    min-width: 80vw;
    max-width: 96vw;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
  }
}
#products article > div section:nth-of-type(2) > p {
  padding-top: 32px;
}
#products article > div section:nth-of-type(2) > p > br:first-of-type {
  display: none;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > p > br:first-of-type {
    display: block;
  }
}
#products article > div section:nth-of-type(2) > ol {
  max-width: 864px;
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    justify-content: flex-start;
    padding-inline: 20px;
  }
}
#products article > div section:nth-of-type(2) > ol > li {
  position: relative;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li {
    border: solid 2px #aa9649;
    padding: 20px;
  }
}
#products article > div section:nth-of-type(2) > ol > li:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  line-height: 1;
  color: #AA9649;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li:before {
    font-size: 64px;
  }
}
#products article > div section:nth-of-type(2) > ol > li > p {
  padding-top: 12px;
  color: #AA9649;
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  /* > br {
      @media (max-width: 767.98px){
          display: none;
      }
  } */
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li > p {
    font-size: min(6vw, 30px);
    line-height: 1.2;
  }
}
#products article > div section:nth-of-type(2) > ol > li > figure {
  text-align: center;
  padding-top: 8px;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li > figure {
    padding-top: 24px;
  }
}
#products article > div section:nth-of-type(2) > ol > li > figure > img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li:first-of-type {
    padding-top: 0;
  }
}
#products article > div section:nth-of-type(2) > ol > li:first-of-type::before {
  content: "1";
}
#products article > div section:nth-of-type(2) > ol > li:first-of-type img {
  max-width: 109px;
}
#products article > div section:nth-of-type(2) > ol > li:nth-of-type(2)::before {
  content: "2";
}
#products article > div section:nth-of-type(2) > ol > li:nth-of-type(2) img {
  max-width: 121px;
}
#products article > div section:nth-of-type(2) > ol > li:nth-of-type(3)::before {
  content: "3";
}
#products article > div section:nth-of-type(2) > ol > li:nth-of-type(3) img {
  max-width: 98px;
}
#products article > div section:nth-of-type(2) > ol > li::after {
  content: "";
  background-image: url(../img/sanpin/arrow.webp);
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li::after {
    top: auto;
    transform: translate(0, -50%) rotate(90deg);
    bottom: -54px;
  }
}
#products article > div section:nth-of-type(2) > ol > li:first-of-type::after {
  left: 143%;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li:first-of-type::after {
    left: calc(50% - 12px);
  }
}
#products article > div section:nth-of-type(2) > ol > li:nth-of-type(2)::after {
  content: none;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li:nth-of-type(2)::after {
    content: "";
    left: calc(50% - 12px);
  }
}
#products article > div section:nth-of-type(2) > ol > li:nth-of-type(3)::after {
  left: -37%;
}
@media (max-width: 767.98px) {
  #products article > div section:nth-of-type(2) > ol > li:nth-of-type(3)::after {
    content: none;
  }
}
#products article #root .c-archive01,
#products article #allproducts {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 240px;
  grid-template-columns: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
}
#products article #root .c-archive01:empty,
#products article #allproducts:empty {
  display: none;
}
@media (max-width: 767.98px) {
  #products article #root .c-archive01,
  #products article #allproducts {
    padding-bottom: 80px;
  }
}
#products article #root .c-archive01 li,
#products article #allproducts li {
  width: calc((100% - 160.1px) / 3);
  margin: 0;
}
@media (max-width: 768px) {
  #products article #root .c-archive01 li,
  #products article #allproducts li {
    width: 100%;
  }
}
#products article #root .c-archive01 li > a > p,
#products article #allproducts li > a > p {
  font-weight: bold;
  line-break: anywhere;
}
#products article #root .c-archive01 li > a > p:first-of-type,
#products article #allproducts li > a > p:first-of-type {
  aspect-ratio: 346/220;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 38px;
  overflow: hidden;
}
#products article #root .c-archive01 li > a > p:first-of-type img,
#products article #allproducts li > a > p:first-of-type img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#products article #root .c-archive01 li > a > p:nth-of-type(2),
#products article #allproducts li > a > p:nth-of-type(2) {
  padding-top: 24px;
  font-size: 18px;
  line-height: 18px;
}
#products article #root .c-archive01 li > a > p:nth-of-type(3),
#products article #allproducts li > a > p:nth-of-type(3) {
  padding-top: 12px;
  color: #AA9649;
  font-size: 26px;
  line-height: 32px;
}
#products input[type=radio],
#products input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#product-detail > article > *:not(.persons-who-enjoys) {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #product-detail > article > *:not(.persons-who-enjoys) {
    padding-inline: 20px;
  }
}
#product-detail > article > figure {
  position: relative;
  padding: 64px 68px 50px 58px;
  aspect-ratio: 2396/1617;
}
@media (max-width: 768px) {
  #product-detail > article > figure {
    padding: 20px;
  }
}
#product-detail > article > figure > img {
  max-width: calc(100% - 114px);
  max-height: calc(100% - 126px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
@media (max-width: 768px) {
  #product-detail > article > figure > img {
    border-radius: 40px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
}
#product-detail > article > figure::after {
  content: "";
  display: block;
  background-image: url(../img/sanpin/frame.webp);
  aspect-ratio: 2396/1617;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#product-detail > article .catch-copy {
  padding-top: 86px;
  font-size: 50px;
  font-weight: bold;
  line-height: 58px;
}
@media (max-width: 768px) {
  #product-detail > article .catch-copy {
    font-size: 1.8rem;
    padding-top: 40px;
    line-height: 28px;
  }
}
#product-detail > article .headers {
  padding-top: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #product-detail > article .headers {
    padding-top: 30px;
  }
}
#product-detail > article .headers > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media (max-width: 768px) {
  #product-detail > article .headers > div {
    width: 100%;
    flex-direction: column;
  }
}
#product-detail > article .headers > div .company {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  #product-detail > article .headers > div .company {
    font-size: 1.8rem;
  }
}
#product-detail > article .headers > div > header {
  padding-top: 26px;
}
@media (max-width: 768px) {
  #product-detail > article .headers > div > header {
    padding-top: 12px;
  }
}
#product-detail > article .headers > div > header > h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #AA9649;
}
@media (max-width: 768px) {
  #product-detail > article .headers > div > header > h1 {
    font-size: 2.4rem;
    line-height: calc(2.4rem + 8px);
  }
}
#product-detail > article .headers > div .amount {
  font-size: 20px;
  line-height: 32px;
  padding-top: 22px;
}
@media (max-width: 768px) {
  #product-detail > article .headers > div .amount {
    font-size: 1.4rem;
    line-height: calc(1.4rem + 8px);
    padding-top: 10px;
  }
}
#product-detail > article .headers > div .detail {
  padding-top: 40px;
  font-size: 24px;
  line-height: 42px;
}
@media (max-width: 768px) {
  #product-detail > article .headers > div .detail {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: calc(1.4rem + 8px);
  }
}
#product-detail > article .headers figure {
  padding-left: 50px;
  width: 482px;
}
@media (max-width: 768px) {
  #product-detail > article .headers figure {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
#product-detail > article .point {
  padding-top: 120px;
}
@media (max-width: 768px) {
  #product-detail > article .point {
    padding-top: 60px;
  }
}
#product-detail > article .point > header > h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #AA9649;
  text-align: center;
}
@media (max-width: 768px) {
  #product-detail > article .point > header > h2 {
    font-size: 2.4rem;
  }
}
#product-detail > article .point > ul {
  padding-top: 40px;
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 768px) {
  #product-detail > article .point > ul {
    flex-direction: column;
    row-gap: 40px;
  }
}
#product-detail > article .point > ul > li {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 768px) {
  #product-detail > article .point > ul > li {
    width: 100%;
  }
}
#product-detail > article .point > ul > li > figure {
  width: 100%;
}
#product-detail > article .point > ul > li > figure > img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#product-detail > article .point > ul > li > figure > figcaption {
  padding-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  color: #AA9649;
}
@media (max-width: 768px) {
  #product-detail > article .point > ul > li > figure > figcaption {
    font-size: 2rem;
    line-height: calc(1.8rem + 12px);
    padding-top: 20px;
  }
}
#product-detail > article .point > ul > li > p {
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 768px) {
  #product-detail > article .point > ul > li > p {
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: calc(1.4rem + 12px);
  }
}
#product-detail > article .place {
  padding-top: 120px;
}
@media (max-width: 768px) {
  #product-detail > article .place {
    padding-top: 60px;
  }
}
#product-detail > article .place > header > h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  color: #AA9649;
}
@media (max-width: 768px) {
  #product-detail > article .place > header > h2 {
    font-size: 2.4rem;
  }
}
#product-detail > article .place > div {
  width: auto;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
}
#product-detail > article .place > div > .name {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 46px;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 768px) {
  #product-detail > article .place > div > .name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#product-detail > article .place > div > .details {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 768px) {
  #product-detail > article .place > div > .details {
    font-size: 1.4rem;
    line-height: calc(1.4rem + 12px);
  }
}
#product-detail > article .persons-who-enjoys {
  width: 100vw;
  padding-top: 130px;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys {
    padding-top: 60px;
  }
}
#product-detail > article .persons-who-enjoys > header > h2 {
  color: #AA9649;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > header > h2 {
    font-size: 2.4rem;
  }
}
#product-detail > article .persons-who-enjoys > div {
  position: relative;
}
#product-detail > article .persons-who-enjoys > div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #AA9649;
  z-index: 1;
  border-radius: 0 0 130px 130px;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > div {
    padding-bottom: 20px;
  }
  #product-detail > article .persons-who-enjoys > div::before {
    border-radius: 0 0 20px 20px;
  }
}
#product-detail > article .persons-who-enjoys > div > p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  padding-top: 47px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > div > p {
    font-size: 1.6rem;
    line-height: calc(1.8rem + 12px);
    padding-top: 30px;
  }
}
#product-detail > article .persons-who-enjoys > div > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1043px;
  margin: 0 auto;
  padding-top: 47px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > div > dl {
    padding-top: 30px;
    padding-inline: 20px;
  }
}
#product-detail > article .persons-who-enjoys > div > dl > dt,
#product-detail > article .persons-who-enjoys > div > dl > dd {
  border-radius: 80px 80px 0 0;
}
#product-detail > article .persons-who-enjoys > div > dl > dt {
  background-color: #fff;
  color: #AA9649;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 216px;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  min-height: 480px;
  padding-top: 100px;
}
#product-detail > article .persons-who-enjoys > div > dl > dt::before {
  content: "Q";
  font-size: 56px;
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translate(-50%, 0);
  display: block;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > div > dl > dt {
    border-radius: 20px 20px 0 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: calc(1.4rem + 12px);
    writing-mode: horizontal-tb;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
    padding-left: 80px;
    width: 100%;
  }
  #product-detail > article .persons-who-enjoys > div > dl > dt::before {
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#product-detail > article .persons-who-enjoys > div > dl > dd {
  flex: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > div > dl > dd {
    border-radius: 0 0 20px 20px;
    width: 100%;
  }
}
#product-detail > article .persons-who-enjoys > div > dl > dd > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: relative;
  bottom: -1px;
}
@media (max-width: 768px) {
  #product-detail > article .persons-who-enjoys > div > dl > dd > img {
    bottom: 0;
    height: auto;
    width: 100%;
  }
}
#product-detail > article > nav {
  padding-block: 170px;
}
@media (max-width: 768px) {
  #product-detail > article > nav {
    padding-block: 40px;
  }
}
#product-detail > article > nav > a {
  border-radius: 32px;
  width: 380px;
}
@media (max-width: 768px) {
  #product-detail > article > nav > a {
    max-width: 100%;
  }
}/*# sourceMappingURL=product.css.map */