@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
html,
body {
  font-family: "Shippori Mincho", serif;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  line-height: 1.8;
  color: #333333;
}
.contents {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {

  html,
  body {
    font-size: 0.0694444444vw;
  }
  .contents {
    width: 1200rem;
    margin: 0 auto;
  }
}

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

  html,
  body {
    font-size: 0.1333333333vw;
  }
  .contents {
    width: 680rem;
    margin: 0 auto;
  }
}

.header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 50;
  padding: 0;
}

.header.fix {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: none;
  padding: 0;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo img {
  display: block;
  width: auto;
}

.header__nav {
  flex: 1;
}

.header__navList {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__navList a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.header__navList a:hover {
  color: #E40000;
  opacity: 1;
}

.header__icons {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  position: relative;
}

.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #E40000;
  color: #fff;
}

.header__iconItem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  transition: .3s;
}

.header__iconItem a img {
  width: 30px;
  height: 30px;
  transition: .3s;
}

.header__iconItem a.header__cartLink img {
  position: relative;
  left: -5px;
}

.header__iconItem a:hover {
  opacity: 1;
}

.header__iconItem a:hover img {
  opacity: 1;
  filter: invert(12%) sepia(97%) saturate(6198%) hue-rotate(5deg) brightness(87%) contrast(114%);
  transition: .3s;
}

/* PC/SP表示切替 */
.pc-only {
  display: block;
}

@media (max-width:768px) {
  .pc-only {
    display: none;
  }
}

.openbtn {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: -95px;
  top: -5px;
  flex-direction: column;
  width: 25px;
}

.openbtn__line {
  position: relative;
  display: block;
  background: #E40000;
}

.openbtn__line::before,
.openbtn__line::after {
  content: "";
  position: absolute;
  left: 0;
  background: #E40000;
}

.openbtn__label {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: left top;
  letter-spacing: .05em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #333333;
  position: relative;
  right: -34px;
  top: 20px;
  white-space: nowrap;
}


.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 60;
}

.g-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #F7F4E2;
  transform: translateX(105%);
  transition: .3s ease;
  z-index: 70;
}

.g-nav.panelactive {
  transform: translateX(0);
}

.g-nav__inner {
  height: 100%;
  overflow-y: auto;
}

.g-nav__top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.g-nav__topItem {
  text-decoration: none;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  transition: .3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
}

.g-nav__top a img {
  width: 30px;
  height: 30px;
  transition: .3s;
}

.g-nav__top a:nth-of-type(3) img {
  position: relative;
  left: -5px;
}

.g-nav__top a:hover {
  opacity: 1;
}

.g-nav__top a:hover img {
  opacity: 1;
  filter: invert(12%) sepia(97%) saturate(6198%) hue-rotate(5deg) brightness(87%) contrast(114%);
  transition: .3s;
}

.g-nav__close {
  margin-left: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 40px;
}

.g-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.g-nav__list a {
  display: block;
  text-decoration: none;
  color: #333333;
}

.g-nav__list a:before {
  content: "";
  display: inline-block;
  text-decoration: none;
  background: #707070;
  width: 12px;
  height: 1px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.g-nav__list a:hover {
  opacity: 1;
  color: #E40000;
}

.g-nav__list a:hover:before {
  opacity: 1;
  background: #E40000;
}

.g-nav__search {
  display: flex;
  background: #fff;
  margin: 20px 0 40px;
}

.g-nav__searchInput {
  flex: 1;
  border: 0;
  outline: none;
}

.g-nav__searchBtn {
  border: 0;
  background: #fff;
  cursor: pointer;
}

.g-nav__banner img {
  width: 100%;
  display: block;
}

body.is-nav-open {
  overflow: hidden;
}

.is-home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 80;
}

.is-home.is-mv-out .header {
  width: 100%;
  background: transparent;
  position: fixed;
  z-index: 2;
}

.is-home .header.fix {
  position: absolute;
  background: transparent;
  box-shadow: none;
}

.is-home .header__nav,
.is-home .header__iconItem,
.is-home .header__cartLink {
  display: none;
}
.is-home.is-mv-out .header__Cart {
  display: block;
}

.is-home .header__inner {
  justify-content: flex-end;
}

.is-home .openbtn__line,
.is-home .openbtn__line::before,
.is-home .openbtn__line::after {
  background: #fff;
}

.is-home .openbtn__label {
  color: #fff;
}

.header__inner {
  gap: 60px;
  padding: 25px 120px 25px 40px;
}

.header__logo img {
  height: 70px;
}
.is-home .header__logo img {
  height: 100px;
}
.is-home.is-mv-out .header__logo img {
  height: 70px;
}
.header__navList {
  gap: 30px;
}

.header__icons {
  gap: 20px;
}

.cart-badge {
  min-width: 18px;
  height: 16px;
  padding: 0;
  padding-bottom: 2px;
  font-size: 12px;
  letter-spacing: -0.06em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: absolute;
  right: -3px;
  top: -5px;
}

.openbtn {
  padding: 0;
}

.openbtn__line,
.openbtn__line::before,
.openbtn__line::after {
  width: 25px;
  height: 1px;
}

.g-nav__close .openbtn__line {
  height: 0;
}

.g-nav__close .openbtn__line::before,
.g-nav__close .openbtn__line::after {
  width: 24px;
  height: 1px;
}


.openbtn__line::before {
  top: -7px;
}

.openbtn__line::after {
  top: 7px;
}

.g-nav__close .openbtn__line::before {
  top: 0px;
  transform: rotate(45deg);
  background: #E40000;
}

.g-nav__close .openbtn__line::after {
  top: 0px;
  transform: rotate(-45deg);
  background: #E40000;
}

.openbtn__label {
  font-size: 15px;
}

.g-nav__close .openbtn__label {
  color: #E40000;
  right: -23px;
  top: 20px;
}

.g-nav {
  width: 350px;
}

.g-nav__inner {
  padding: 60px 40px;
}

.g-nav__list a {
  padding-bottom: 20px;
  font-size: 14px;
}

.g-nav__searchInput {
  padding: 13px 17px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.g-nav__searchInput::placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
}

.g-nav__searchBtn {
  width: 30px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/navi_icon04.svg);
  background-size: contain;
  height: 30px;
  margin-top: 8px;
  margin-right: 5px;
}

.is-home .header__inner {
  padding: 20px 24px;
}

.g-nav__bannerSlider a {
  display: block;
}

.is-home.is-mv-out .header__icons {
  flex-direction: row-reverse;
}

.is-home.is-mv-out .openbtn {
    top: -15px;
}

.is-home.is-mv-out .openbtn__line, .is-home.is-mv-out .openbtn__line::before, .is-home.is-mv-out .openbtn__line::after {
    background: #E40000;
}
.is-home.is-mv-out .openbtn__label {
    color: #333333;
}
.is-home.is-mv-out .header__cartLink {
    display: flex;
}

.g-nav__bannerSlider img {
  width: 100%;
  height: auto;
  display: block;
}

.g-nav__bannerSlider .slick-dots {
  position: static;
  display: flex !important;
  gap: 5px;
  justify-content: flex-start;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.g-nav__bannerSlider .slick-dots li {
  width: 39px;
  height: 2px;
  margin: 0;
}

.g-nav__bannerSlider .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 1);
  font-size: 0;
  cursor: pointer;
  position: relative;
  top: -15px;
}

.g-nav__bannerSlider .slick-dots li.slick-active button {
  background: #E40000;
}

.site-footer {
  position: relative;
  width: 100%;
}

.site-footer__bg {
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png);
  position: relative;
  background-size: cover;
}

.site-footer a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.site-footer__logo {
  width: fit-content;
}
.site-footer a:hover {
  color: #E40000;
  opacity: 1;
}

.site-footer__noticeWrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.site-footer__notice {
  margin: 0;
  text-align: center;
  color: #E40000;
  border: 1px solid #E40000;
  background: rgba(255, 255, 255, .25);
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.site-footer__logo img {
  display: block;
  width: auto;
}

.site-footer__nav {
  display: flex;
  justify-content: space-between;
}

.site-footer__navCol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__navCol li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #707070;
  margin-right: 10px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.site-footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 25px;
  top: 110px;
}

.site-footer__verticalName {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .2em;
  font-weight: 500;
}

.site-footer__sns img {
  width: 37px;
  height: 37px;
  display: block;
}

.site-footer__bottom {
}

.site-footer__copyright {
  margin: 0;
  color: #333;
}

.site-footer__pagetop {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 38px;
  height: 38px;
  background: #DEDEDE80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer__pagetop.is-show {
  position: fixed;
}
.site-footer__pagetop.is-show.is-footer {
    position: absolute;
}

.site-footer__pagetop span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 9px;
  top: 5px;
  left: 9px;
}
.site-footer__pagetop span:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 12.2px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: 50% 1px;
  transform: rotate(50.45deg);
}
.site-footer__pagetop span:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 12.2px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: 50% 1px;
  transform: rotate(-50.45deg);
}

.site-footer__bg {
  padding: 40px 0 0;
}

.site-footer__notice {
  width: 1200px;
  padding: 6px 0;
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 500;
}

.site-footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 15px;
  column-gap: 60px;
}

.site-footer__logo img {
  height: 90px;
}

.site-footer__companyInfo {
  margin-top: 27px;
  font-size: 13px;
  line-height: 1.9;
}
.site-footer__text {
  font-size: 13px;
  color: #333333;
}

.site-footer__nav {
  column-gap: 80px;
  padding-top: 0;
}

.site-footer__navCol li {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: .02em;
}

.site-footer__verticalName {
  font-size: 18px;
  line-height: 2;
}

.site-footer__bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.site-footer__copyright {
  font-size: 13px;
  letter-spacing: .02em;
  font-family: 'EB Garamond',sans-serif;
  font-weight: 300;
}




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


.header__navList a {
  font-size: 14rem;
}


.header__icons {
  font-size: 12rem;
}

.cart-badge {
  border-radius: 999rem;
}

.header__iconItem a img {
  width: 30rem;
  height: 30rem;
  transition: .3s;
}

.header__iconItem a.header__cartLink img {
  left: -5rem;
}


.openbtn {
  right: -95rem;
  top: -5rem;
  width: 25rem;
}

.openbtn__label {
  right: -34rem;
  top: 20rem;
}

.g-nav__top {
  gap: 20rem;
}

.g-nav__topItem {
  font-size: 12rem;
}

.g-nav__top a img {
  width: 30rem;
  height: 30rem;
}

.g-nav__top a:nth-of-type(3) img {
  left: -5rem;
}

.g-nav__close {
  top: 40rem;
}

.g-nav__list {
  margin-top: 40rem;
}
.g-nav__list a:before {
  width: 12rem;
  height: 1rem;
  margin-bottom: 5rem;
  margin-right: 10rem;
}

.g-nav__search {
  margin: 20rem 0 40rem;
}

.header__inner {
  gap: 60rem;
  padding: 25rem 120rem 25rem 40rem;
}

.header__logo img {
  height: 70rem;
}
.is-home .header__logo img {
    height: 100rem;
}
.is-home.is-mv-out .header__logo img {
  height: 70rem;
}
.header__navList {
  gap: 30rem;
}

.header__icons {
  gap: 20rem;
}

.cart-badge {
  min-width: 18rem;
  height: 16rem;
  padding: 0;
  padding-bottom: 2rem;
  font-size: 12rem;
  right: -3rem;
  top: -5rem;
}

.openbtn {
  padding: 0;
}

.openbtn__line,
.openbtn__line::before,
.openbtn__line::after {
  width: 25rem;
  height: 1rem;
}

.g-nav__close .openbtn__line {
  height: 0;
}

.g-nav__close .openbtn__line::before,
.g-nav__close .openbtn__line::after {
  width: 24rem;
  height: 1rem;
}


.openbtn__line::before {
  top: -7rem;
}

.openbtn__line::after {
  top: 7rem;
}

.g-nav__close .openbtn__line::before {
  top: 0rem;
  transform: rotate(45deg);
}

.g-nav__close .openbtn__line::after {
  top: 0rem;
  transform: rotate(-45deg);
}

.openbtn__label {
  font-size: 15rem;
}

.g-nav__close .openbtn__label {
  right: -23rem;
  top: 20rem;
}

.g-nav {
  width: 350rem;
}

.g-nav__inner {
  padding: 60rem 40rem;
}

.g-nav__list a {
  padding-bottom: 20rem;
  font-size: 14rem;
}

.g-nav__searchInput {
  padding: 13rem 17rem !important;
  font-size: 14rem;
  line-height: 1;
}

.g-nav__searchInput::placeholder {
  font-size: 14rem;
}

.g-nav__searchBtn {
  width: 30rem;
  height: 30rem;
  margin-top: 8rem;
  margin-right: 5rem;
}

.is-home .header__inner {
  padding: 20rem 24rem;
}

.g-nav__bannerSlider .slick-dots {
  position: static;
  display: flex !important;
  gap: 5rem;
  margin: 10rem 0 0;
}

.g-nav__bannerSlider .slick-dots li {
  width: 39rem;
  height: 2rem;
}

.g-nav__bannerSlider .slick-dots button {
  top: 0rem;
}

.site-footer__navCol li a::before {
  width: 12rem;
  height: 1rem;
  margin-right: 10rem;
  margin-bottom: 4rem;
}

.site-footer__right {
  gap: 10rem;
  right: 25rem;
  top: 110rem;
}

.site-footer__sns img {
  width: 37rem;
  height: 37rem;
}

.site-footer__pagetop {
  right: 25rem;
  bottom: 20rem;
  width: 38rem;
  height: 38rem;
}

.site-footer__pagetop span {
  width: 17rem;
  height: 9rem;
  top: 15rem;
  left: 10rem;
}
.site-footer__pagetop span:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2rem;
  height: 12.2rem;
  border-radius: 9999rem;
  background-color: #333333;
  transform-origin: 50% 1px;
  transform: rotate(50.45deg);
}
.site-footer__pagetop span:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2rem;
  height: 12.2rem;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: 50% 1px;
  transform: rotate(-50.45deg);
}

.site-footer__bg {
  padding: 40rem 0 0;
}

.site-footer__notice {
  width: 1200rem;
  padding: 6rem 0;
  font-size: 15rem;
}

.site-footer__inner {
  width: 1200rem;
  margin: 0 auto;
  padding: 40rem 0 15rem;
  column-gap: 60rem;
}

.site-footer__logo img {
  height: 90rem;
}

.site-footer__companyInfo {
  margin-top: 27rem;
  font-size: 13rem;
}
.site-footer__text {
  font-size: 13rem;
}

.site-footer__nav {
  column-gap: 80rem;
}

.site-footer__navCol li {
  margin-bottom: 15rem;
  font-size: 14rem;
}

.site-footer__verticalName {
  font-size: 18rem;
}

.site-footer__bottom {
  width: 1200rem;
  margin: 0 auto;
  padding: 0 0 40rem;
}

.site-footer__copyright {
  font-size: 13rem;
}

}

.sp-only {
  display: none;
}

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

  .side {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .header {
    background: #fff;
  }

  .header__inner {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 10rem 28rem;
    gap: 0;
    height: 120rem;
    z-index: 100;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .header__logo img {
    height: 100rem;
  }
    .is-home.is-mv-out .header__logo img {
        height: 100rem;
    }
  .header__icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24rem;
  }

  .openbtn {
    position: static;
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 25rem;
    padding: 0;
  }

  .openbtn__label {
    transform: none;
    right: auto;
    top: 26rem;
    font-size: 24rem;
    letter-spacing: .02em;
  }

  .openbtn__line,
  .openbtn__line::before,
  .openbtn__line::after {
    width: 48rem;
    height: 3rem;
    background: #000000;
    top: 22rem;
  }

  .openbtn__line::before {
    top: -13rem;
  }

  .openbtn__line::after {
    top: 12rem;
  }

  .header__spSearch {
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22rem;
    color: #333333;
    padding: 0;
  }

  .header__spSearch img {
    width: 53rem;
    height: 53rem;
    display: block;
  }

  .header__iconItem.sp-only a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .header__iconItem a img {
    width: 53rem;
    height: 53rem;
    position: relative;
    top: 7rem;
  }

  .header__spCart {
    position: relative;
  }

  .header__spCart .cart-badge {
    position: absolute;
    right: 5rem;
    top: -5rem;
    min-width: 31rem;
    height: 31rem;
    font-size: 20rem;
    padding: 0;
  }

  .left-header-icons {
    display: flex;
    gap: 22rem;
  }

  .right-header-icons {
    display: flex;
    gap: 37rem;
  }

  .nav-overlay {}

  .g-nav {
    left: 0;
    right: auto;
    width: 500rem;
    max-width: none;
    background: #F7F4E2;
    transform: translateX(-105%);
    transition: .3s ease;
    z-index: 9999;
  }

  .side.sp-only {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    left: 0;
    right: auto;
    width: 750rem;
    max-width: none;
    background: #F7F4E2;
    transform: translateX(-100%);
    transition: .3s ease;
    z-index: 9999;
    overflow-y: scroll;
    background: #F7F4E2;
    padding: 75rem 70rem;
  }
  
  .g-nav.panelactive {
    transform: translateX(0);
  }
  .is-search-open.side.sp-only {
    transform: translateX(0);
  }
  .g-nav__inner {
    padding: 250rem 35rem;
  }

  .g-nav__top {
    gap: 0;
    justify-content: flex-start;
    width: 500rem;
    position: absolute;
    height: 120rem;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999999;
  }

  .g-nav__topItem {
    display: none;
  }

  .g-nav__close {
    position: static;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 65rem;
    padding-left: 25rem;
  }

  .g-nav__close .openbtn__line {
    width: 42rem;
    height: 0;
    background: transparent;
    top: 20px;
    left: 18rem;
  }

  .g-nav__close .openbtn__line::before,
  .g-nav__close .openbtn__line::after {
    width: 47rem;
    height: 3rem;
    background: #333;
    top: 0;
    left: 0;
  }

  .g-nav__close .openbtn__line::before {
    transform: rotate(45deg);
  }

  .g-nav__close .openbtn__line::after {
    transform: rotate(-45deg);
  }
  .js-close-search {
    position: static;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 65rem;
    padding-left: 25rem;
    height: 0;
  }

  .js-close-search .openbtn__line {
    width: 48rem;
    height: 0;
    background: transparent;
    top: -32rem;
    left: -66rem;
  }

  .js-close-search .openbtn__line::before,
  .js-close-search .openbtn__line::after {
    width: 37rem;
    height: 3rem;
    background: #000!important;
    top: 0;
    left: 0;
  }

  .js-close-search .openbtn__line::before {
    transform: rotate(45deg);
  }

  .js-close-search .openbtn__line::after {
    transform: rotate(-45deg);
  }

  .g-nav__close .openbtn__label {
    transform: none;
    position: static;
    font-family: "EB Garamond", serif;
    font-size: 24rem;
    letter-spacing: .06em;
    color: #333;
  }

  .g-nav__list {
    margin-top: 0;
  }

  .g-nav__list a {
    padding-bottom: 30rem;
    font-size: 28rem;
    padding-left: 60rem;
  }

  .g-nav__list a:before {
    width: 20rem;
    margin-right: 10rem;
    margin-bottom: 10rem;
  }

  .g-nav__inner .g-nav__search {
    display: none!important;
  }
  
  .g-nav__search {
    margin: 26rem 0 30rem;
    display: none;
    position: absolute;
    top: 100rem;
    border: 1px solid #5F5F5F;
    border-radius: 5rem;
    width: 100%;
  }
    .g-nav__searchInput {
        padding: 15rem 20rem !important;
        font-size: 26rem;
        line-height: 1;
        width: 89%;
    }
    .g-nav__searchBtn {
        width: 40rem;
        height: 40rem;
        margin-top: 0;
        margin-right: 0;
        position: relative;
        top: 6rem;
        right: 10rem;
    }
  .g-nav__searchInput::placeholder {
    font-size: 26rem;
  }
  .g-nav__banner {
    margin-top: 50rem;
  }

  .g-nav__bannerSlider .slick-dots {
    gap: 5rem;
    margin: 18rem 0 0;
  }

  .g-nav__bannerSlider .slick-dots li {
    width: 62rem;
    height: 3rem;
  }

  .g-nav__bannerSlider .slick-dots button {
    top: 0;
    background: #DEDEDE;
  }

  /* 全体余白 */
  .site-footer__bg{
    padding: 60rem 0 0;
  }

  /* 注意文 */
  .site-footer__noticeWrap{
    width: calc(100% - 70rem);
    margin: 0 auto;
  }
  .site-footer__notice{
    width: 100%;
    padding: 10rem 0;
    font-size: 26rem;
    line-height: 1.6;
    letter-spacing: .02em;
    text-align: center;
  }

  /* 本体：縦積みに変更 */
  .site-footer__inner{
    width: calc(100% - 70rem);
    margin: 0 auto;
    padding: 60rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60rem;
  }

  /* 左ブロック：中央寄せ */
  .site-footer__left{
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer__logo img{
    height: 130rem; /* ロゴ大きめ */
    margin: 0 auto;
  }

  /* ナビ：2列で中央揃え */
  .site-footer__nav{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 55rem;
    row-gap: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .site-footer__navCol li{
    margin-bottom: 30rem;
    font-size: 28rem;
    letter-spacing: 0;
    padding-left: 28rem;
    text-indent: -28rem;
  }

  .site-footer__navCol li a{
    display:block;
    text-align: left;
  }

  .site-footer__navCol li a::before{
    width: 16rem;
    margin-right: 12rem;
    margin-bottom: 8rem;
  }

  /* 右カラムの縦社名はSPでは消す */
  .site-footer__right{
    width: 100%;
    align-items: flex-start;
    gap: 0;
    position: inherit;
    flex-direction: row;
  }
  .site-footer__verticalName{
    display:none;
  }

  /* 会社情報：ナビの下に出す（左ブロックにあるので整形） */
  .site-footer__companyInfo{
    width: 100%;
    margin-top: 0;
    text-align: left;
    border-top: 2rem solid #DEDEDE;
    padding-top: 60rem;
    margin-top: -30rem;
  }
  .site-footer__text{
    margin: 0;
    font-size: 26rem;
    line-height: 1.8;
  }

  /* Instagram：左寄せで「アイコン＋Instagram」 */
  .site-footer__sns{
    width: 100%;
    display: flex!important;
    align-items:center;
    justify-content:flex-start;
    gap: 10rem;
    margin-top: 0;
    font-family: 'EB Garamond';
    font-size: 32rem;
  }
  .site-footer__sns img{
    width: 83rem;
    height: 83rem;
  }

  /* 下部 */
  .site-footer__bottom{
    width: calc(100% - 70rem);
    margin: 60rem auto 0;
    padding: 0 0 60rem;
    text-align: left;
  }

  .site-footer__copyright{
    font-size: 24rem;
    line-height: 1.7;
    letter-spacing: .03em;
    text-align: left;
  }

  /* ページトップはSPでは非表示（画像に無いので） */
  .site-footer__pagetop{
    display: block;
    position: absolute;
    right: 25rem;
    bottom: 20rem;
    width: 65rem;
    height: 65rem;
}
.site-footer__pagetop span {
    position: relative;
    display: inline-block;
    width: 17rem;
    height: 9rem;
    top: 22rem;
    left: 24rem;
}
.site-footer__pagetop span:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 3rem;
    height: 22.2rem;
    border-radius: 9999px;
    background-color: #333333;
    transform-origin: 50% 1px;
    transform: rotate(50.45deg);
}
.site-footer__pagetop span:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 3rem;
    height: 22.2rem;
    border-radius: 9999px;
    background-color: #333333;
    transform-origin: 50% 1px;
    transform: rotate(-50.45deg);
}

}



/* ========================================
  Product Detail Page (PDP) CSS
  ※細かい数値・余白は後で調整前提の “骨組み”
  ※既存の header / drawer / footer CSS は別管理想定
======================================== */

.product-contents {
    width: 1200px;
    padding: 15px 0 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
}


/* ---------- Breadcrumb ---------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  padding-top: 0;
  line-height: 1.4;
}
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  color: #5f5f5f;
}
.breadcrumb-item::after {
    display: none;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
  color: #5F5F5F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  position: relative;
  top: -2px;
}
.breadcrumb a {
  color: #5F5F5F;
}
.breadcrumb a:hover {
  color: #e40000;
}

/* ---------- PDP Layout ---------- */
.detail {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左：画像＆レビュー / 右：商品説明＆購入 */
  gap: 100px;
  align-items: start;
  padding: 20px 0 60px;
}

/* SPは1カラム */
@media (max-width: 768px) {
  .detail {
    grid-template-columns: 1fr;
    gap: 28rem;
    padding: 20rem 0 60rem;
  }
}

/* ---------- Left Column ---------- */
.item-image  {
  min-width: 0;
  width: 500px;
  max-width: 500px;
}
.item-image .main-image img {
  min-width: 0;
  width: 500px;
  /* max-width: 500px; */
  /* min-height: 600px; */
  height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.item-image .glightbox img {
  min-width: 0;
  width: 500px;
  /* max-width: 500px; */
  /* min-height: 600px; */
  height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.item-image .main-image {
  margin-bottom: 40px;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  height: stretch;
  width: 500px;
}
/* メイン画像（複数画像ギャラリー） */
.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  /* margin-left: 40px; */
}
.gallery li {
  margin: 0;
  padding: 0;
}
.gallery a {
  display: block;
  position: relative;
  max-width: 500px;
  min-height: 600px;
  width: 100%;
  aspect-ratio: 5 / 6;
}

.gallery.slick-slider::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/serach_icon_product.png);
  background-size: contain;
  position: absolute;
  bottom: 13px;
  right: 13px;
  pointer-events: none;
}

.item-image .slick-prev,
.item-image .slick-next {
  position: absolute;
  z-index: 5;
  top: 45%;
  cursor: pointer;
  width: 34px;
  opacity: 1;
  height: 34px;
  background-color: #70707066;
  border-radius: 100%;
  border-top: none;
  border-right: none;
}
.item-image .slick-prev:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 12px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #ffffff;
}
.item-image .slick-prev:after {
  display: none;
}

.item-image .slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.item-image .slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.item-image .slick-next:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 12px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #ffffff;
}
.item-image .slick-next:after {
  display: none;
}

.item-image .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start;
  gap: 12px 8px;
}

/* サムネ一覧 */
.choice-btn {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  /* display: grid; */
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.choice-btn li {
  cursor: pointer;
  background: none;
  width: 72px !important;
  margin-bottom: 0;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.choice-btn img {
  display: block;
  width: 100%;
  height: auto;
  width: 70px!important;
  height: 94px;
  min-height: auto;
  object-fit: contain;
  /* border: 1px solid #dedede; */
}

/* 追加画像（説明付き） */
.add-image-section {
  margin-top: 20px;
}
.add-image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.add-image-list img {
  display: block;
  width: 100%;
  height: auto;
}
.add-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}

/* レビュー（左カラム寄せ） */
.review-summary-container {
  margin-top: 24px;
}

/* ---------- Right Column ---------- */
.item-detail {
  min-width: 0;
  width: 600px;
  padding-left: 0;
}

/* 所属カテゴリ（右カラム上のタグ） */
.pdp-categoryTags {
  list-style: none;
  margin: 0 0 13px;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
}
.pdp-categoryTags a {
  padding: 0;
  display: inline-block;
  margin-right: 6px;
  border: 1px solid #D6C049;
  border-radius: 3px;
  color: #D6C049;
  padding: 2px 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.pdp-categoryTags__link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9c56a;
  color: #333;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
}
.pdp-categoryTags__link:hover {
  color: #e40000;
  border-color: #e40000;
}

/* 商品名 */
.pdp-itemName {
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 500;
  line-height: 1.6;
}

/* 商品アイコン（最大3つ並びの想定） */
.item-icon-list {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 7px 15px;
  background: #FBF9F0;
  border-radius: 3px;
  width: fit-content;
}
.item-icon-list li {
  width: fit-content; /* 調整OK */
  height: 22px;
  border-right: 1px solid #A8A8A8;
  padding-right: 15px;
  margin-right: 15px;
}
.item-icon-list li:last-of-type {
  width: fit-content; /* 調整OK */
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.item-icon-list img {
  display: block;
  width: auto;
  height: 22px;
}

/* SALE / SOLDOUT */
.item-detail-icon {
  margin: 0 0 10px;
}
.item-detail-soldout,
.item-detail-sale {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
}
.item-detail-soldout {
  background: #333;
  color: #fff;
}
.item-detail-sale {
  background: #e40000;
  color: #fff;
}

/* 商品説明1（価格の上） */
.pdp-desc--lead {
  margin: 15px 0 30px;
  font-size: 15px;
  line-height: 1.6;
}

/* 価格・ポイント */
.item-price-wrap {
  margin: 0 0 30px;
}
.item-price-wrap .item-price,
.product-price-block,
.sale-text,
.subscription-price {
  margin: 0 0 5px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.item-price-wrap .item-tax,
.item-price small,
.product-price-block small,
.subscription-price small {
  font-size: 15px;
  font-weight: 400;
  margin-left: 0;
  letter-spacing: 0;
}
.item-point,
.item-subscription-point {
  margin: 5px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #333;
  display: none;
}

/* ---------- Options area ---------- */
/* makeshop標準の option_html が入る想定：見た目の器だけ */
.item-option {
  margin: 0;
}
.makeshop-option-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 0;
}
.makeshop-option-label {
  min-width: 175px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #5f5f5f;
  margin-bottom: 0;
}
.makeshop-option-select-wrap {
  max-width: 363px;
  width: 100%;
  position: relative;
}
.makeshop-option-select-wrap::before {
    position: absolute;
    border: none;
    top: 10px;
    right: 15px;
    content: '';
    width: 6px;
    border-left: 2px solid #707070;
    /* border-right: 1px solid transparent; */
    border-bottom: 2px solid #707070;
    pointer-events: none;
    height: 6px;
    transform: rotate(-45deg);
}
.nameprint-area {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 0;
}
.nameprint-area .nameprint-title-wrap {
    min-width: 175px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #5f5f5f;
    margin: 0;
}
.nameprint-area .nameprint-title {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 0;
}
.nameprint-text-wrap {
  max-width: 363px;
  width: 100%;
  position: relative;
}
.nameprint-area .nameprint-text-wrap p {
    margin-bottom: 0;
    font-size: unset;
}
.nameprint-area .nameprint-text-wrap input {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 0 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #242424;
    margin-bottom: 0;
    appearance: none;
}
.item-option select,
.item-option input[type="text"],
.item-option input[type="number"],
.nameprint-area input,
.nameprint-area select {
  width: 100%;
  max-width: 100%;
}
.item-quantity input.pdp-stepper__input {
  margin: 0;
  width: 50px;
  height: 55px;
  border: 1px solid #DEDEDE;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
.makeshop-option-select {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid #c4c4c4;
  padding: 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #242424;
  margin-bottom: 0;
  appearance: none;
}
/* （あなたのスクショにある “ラベル左・セレクト右” は後で調整前提） */
.item-option table,
.item-option dl,
.item-option .option {
  width: 100%;
}

/* ---------- Quantity + Cart (横並び) ---------- */
.pdp-purchaseRow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0 14px;
}

/* 数量ステッパー（骨組み） */
.pdp-stepper {
  display: inline-flex;
  align-items: center;
  border: none;
  background: #fff;
  margin-bottom: 0;
}
.pdp-qtyCartRow {
  display: flex;
  margin-top: 20px;
  align-items: end;
  gap: 15px;
  margin-bottom: 60px;
}
.pdp-stepper__label {
  font-size: 16px;
  margin-right: 11px;
}
.pdp-stepper__btn {
  width: 40px;
  height: 55px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #DEDEDE;
  border-right: none;
  padding: 0;
  color: #5C472F;
}
.pdp-stepper__btn.pdp-stepper__btn--plus {
  border-right: 1px solid #DEDEDE;
  border-left: none;
}
.pdp-stepper__input {
  width: 52px;
  height: 42px;
  border: 0;
  text-align: center;
  font-size: 20px;
  outline: none;
  font-family: "Shippori Mincho", serif;
}

/* カートボタン（赤帯） */
.add-cart {
  margin: 0;
}
.add-cart .add-cart-btn,
.add-cart .btn,
.add-cart a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 350px;
  padding: 0 16px;
  background: #e40000;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-top: 0;
  position: relative;
}
.add-cart .add-cart-btn:before,
.add-cart .btn:before,
.add-cart a.btn:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/navi_icon03.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(322deg) brightness(105%) contrast(101%);
  margin-right: 10px;
}
.add-cart .add-cart-btn:hover,
.add-cart .btn:hover {
  opacity: 1;
  background: #930000;
}
.add-cart .btn.restock-btn {
    background: #333333;
}

.add-cart .btn.off {
    display: none;
}

/* 商品説明2（カート下に続く） */
.pdp-desc--afterCart {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.pdp-desc--afterCart a {
  color: #007DCB;
  text-decoration: underline;
}
.pdp-desc--afterCart a:hover {
  text-decoration: none;
}
.pdp-desc--afterCart span {
  color: #E40000;
  text-decoration: underline;
}
.pdp-buyBlock b {
  color: #333333;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pdp-desc--afterCart {
    margin: 14rem 0 0;
    font-size: 26rem;
  }
}

/* ---------- Accordion (商品説明3など) ---------- */
/* makeshop標準の説明ブロックが様々なので、器だけ用意 */
.pdp-acc {
  margin-top: 0;
}
.pdp-acc__btn {
  width: 100%;
  padding: 0 0 7px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
  font-weight: 500;
  color: #333333;
}
.pdp-acc__icon {
  width: 19px;
  height: 19px;
  border: 1px solid #dedede;
  position: relative;
}
.pdp-acc__icon:before {
  content: "";
  background: #707070;
  display: block;
  width: 9px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 5px;
}
.pdp-acc__btn[aria-expanded="false"] .pdp-acc__icon:before {
  content: "";
  background: #707070;
  display: block;
  width: 9px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 5px;
}
.pdp-acc__btn[aria-expanded="false"] .pdp-acc__icon:after {
  content: "";
  background: #707070;
  display: block;
  width: 9px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 5px;
  transform: rotate(90deg);
}
.pdp-acc__panel {
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.item-detail hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #DEDEDE;
  opacity: 0.4;
}

.pdp-acc__item.is-open .pdp-acc__panel {
  display: block;
}

/* ---------- Staff voice (商品説明4の枠) ---------- */
.pdp-staff {
  margin-top: 0;
  border: 1px solid #D6C049;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.pdp-staff__ttl {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}
.pdp-staff__ttl:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/staff_icon.svg);
  background-size: contain;
}
.pdp-staff__body {
  margin: 0;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
}

/* ---------- Inquiry / Favorite area ---------- */
.pdp-bottomActions {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 290px;
}
.pdp-bottomActions a,
.pdp-bottomActions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: none;
  background: #F7F4E2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  width: 280px;
}
.favorite-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f004";
    font-size: 22px;
    font-weight: 900;
    margin-left: 0;
    margin-right: 7px;
    -webkit-text-stroke: 1px #C4C4C4;
    background: none;
    color: transparent;
}
.pdp-favText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #333333;
}
.favorite-icon:after {
    display: none;
}
.pdp-bottomActions a:hover,
.pdp-bottomActions button:hover {
  border-color: #e40000;
}
.favorite-on {
  color: #333333;
  -webkit-text-stroke: none;
}
.favorite-icon.favorite-on:before {
  color: #e40000;
  -webkit-text-stroke: transparent;
}

/* お気に入り：どちらか1つだけ表示（makeshopのhide切替用） */
.hide {
  display: none !important;
}

/* ---------- item-info-list (一旦非表示) ---------- */
.item-info-list {
  display: none;
}

/* ---------- Fullwidth sections (おすすめ・最近チェック) ---------- */
.pdp-fullwidth {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* 後でフル幅にしたいとき用の定番（必要ならON）
.pdp-fullwidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
*/

.pdp-related,
.pdp-checked {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.pdp-related-bg {
    background: #F2F7FA;
}
.pdp-checked-bg {
    background: #fff;
}

.item-share.border-top {
  display: none;
}

.pdp-related.group-item-section {
  padding: 0;
}
.pdp-checked.checked-contents {
    padding: 0;
}
/* 見出し行：中央タイトル＋右上ボタン */
.pdp-related__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}

.pdp-related__title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* 一覧：横並び */
.pdp-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

/* カード本体 */
.group-item-list .pdp-related__item {
  position: relative;
  width: 175px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.checked-item-list .pdp-related__item {
  position: relative;
  width: 175px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.pdp-related__card {
  display: block;
  background: transparent;
}

/* 画像 */
.pdp-related__media {
  background: #fff;
  padding: 11px 8px;
}
.osusume .pdp-related__list {
  grid-template-columns: repeat(5, 1fr);
}
.pdp-related__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* 香り/味わい/甘辛（薄いベージュの枠） */
.pdp-related__taste {
  background: #FBF9F0;
  padding: 7px 40px 7px 13px;
  margin-top: 15px;
}

/* dl の見た目 */
.pdp-taste {
  margin: 0;
}
.pdp-taste__row {
  display: block;
  align-items: center;
  gap: 8px;
}
.pdp-taste__row + .pdp-taste__row {
  margin-top: 6px;
}
.pdp-taste__label {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.pdp-taste__icons {
  margin: 0;
  display: block;
  align-items: center;
}
.pdp-taste__icons img {
  width: auto!important; /* 仮 */
  height: 22px;
  display: block;
  margin-bottom: 5px;
}

/* 本文 */
.pdp-related__body {
  padding: 10px 0 0;
}

.pdp-related__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.pdp-related__spec {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333333;
}

/* 価格 */
.pdp-related__price {
  margin-top: 7px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pdp-related__priceNow {
  font-size: 20px;
  font-weight: 400;
}

.pdp-related__priceNow small {
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
}

.pdp-related__priceOld {
  font-size: 12px;
  color: #888;
  text-decoration: line-through;
}

/* お気に入り（右下） */
.pdp-related__fav {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(2px);
  z-index: 10;
}

.pdp-leftReviews .review-summary-container {
  display: none!important;
}
.hide {
  display: none !important;
}

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

.product-contents {
    width: 1200rem;
    padding: 15rem 0 40rem;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-size: 13rem;
}
.breadcrumb-item {
}
.breadcrumb-item::after {
}
.breadcrumb-item + .breadcrumb-item:before {
  margin: 0 5rem;
  font-size: 18rem;
  top: -2rem;
}
.breadcrumb a {
}
.breadcrumb a:hover {
}

/* ---------- PDP Layout ---------- */
.detail {
  gap: 100rem;
  padding: 20rem 0 60rem;
}

/* ---------- Left Column ---------- */
.item-image {
  width: 500rem;
  max-width: 500rem;
}
.item-image .main-image img {
  width: 500rem;
  width: 100%;
  height: 100%;
  height: 600rem;

}
.item-image .glightbox img {
  width: 500rem;
  /* max-width: 500rem; */
  /* min-height: 600rem; */
  height: 600rem;
  width: 100%;
  height: 100%;
}
.item-image .main-image {
    margin-bottom: 40rem;
    width: 500rem;
}
/* メイン画像（複数画像ギャラリー） */
.gallery {
  margin-left: 40rem;
}
.gallery li {
}
.gallery a {
  max-width: 500px;
  min-height: 600px;
  aspect-ratio: 5 / 6;
}

.gallery.slick-slider::after {
  width: 50rem;
  height: 50rem;
  bottom: 13rem;
  right: 13rem;
}

.item-image .slick-prev,
.item-image .slick-next {
  width: 34rem;
  height: 34rem;
}
.item-image .slick-prev:before {
    top: 14rem;
    left: 12rem;
    width: 7rem;
    height: 7rem;
    border-top: 2rem solid #fff;
    border-right: 2rem solid #ffffff;
}
.item-image .slick-prev:after {
}

.item-image .slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.item-image .slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.item-image .slick-next:before {
    top: 14rem;
    left: 12rem;
    width: 7rem;
    height: 7rem;
    border-top: 2rem solid #fff;
    border-right: 2rem solid #ffffff;
}
.item-image .slick-next:after {
}

.item-image .slick-track {
  gap: 12rem 8rem;
}

/* サムネ一覧 */
.choice-btn {
  margin: 12rem 0 0;
  gap: 8rem;
}
.choice-btn li {
  width: 72rem !important;
}
.choice-btn img {
  width: 70rem!important;
  height: 94rem;
}

/* 追加画像（説明付き） */
.add-image-section {
  margin-top: 20rem;
}
.add-image {
  gap: 16rem;
}
.add-image-list img {
}
.add-description {
  margin-top: 8rem;
  font-size: 14rem;
}

.review-summary-container {
  margin-top: 24rem;
}

.item-detail {
  min-width: 0;
  width: 600rem;
  padding-left: 0;
}

.pdp-categoryTags {
  margin: 0 0 13rem;
}
.pdp-categoryTags a {
  margin-right: 6rem;
  border-radius: 3rem;
  padding: 2rem 7rem;
  font-size: 14rem;
}
.pdp-categoryTags__link {
  font-size: 12rem;
  padding: 6rem 10rem;
  border-radius: 3rem;
}
.pdp-categoryTags__link:hover {
}

.pdp-itemName {
  margin: 0 0 30rem;
  font-size: 26rem;
}

.item-icon-list {
  margin: 0 0 15rem;
  padding: 7rem 15rem;
  border-radius: 3rem;
}
.item-icon-list li {
  width: fit-content; /* 調整OK */
  height: 22rem;
  border-right: 1px solid #A8A8A8;
  padding-right: 15rem;
  margin-right: 15rem;
}
.item-icon-list li:last-of-type {
  width: fit-content; /* 調整OK */
}
.item-icon-list img {
  height: 22rem;
}

/* SALE / SOLDOUT */
.item-detail-icon {
  margin: 0 0 10rem;
}
.item-detail-soldout,
.item-detail-sale {
  font-size: 12rem;
  padding: 6rem 10rem;
  border-radius: 3rem;
}
.item-detail-soldout {
}
.item-detail-sale {
}

.pdp-desc--lead {
  margin: 15rem 0 30rem;
  font-size: 15rem;
}

.item-price-wrap {
  margin: 0 0 30rem;
}
.item-price-wrap .item-price,
.product-price-block,
.sale-text,
.subscription-price {
  margin: 0 0 5rem;
  font-size: 28rem;
}
.item-price-wrap .item-tax,
.item-price small,
.product-price-block small,
.subscription-price small {
  font-size: 15rem;
}
.item-point,
.item-subscription-point {
  margin: 5rem 0 0;
  font-size: 13rem;
}

.item-option {
  margin: 0;
}
.makeshop-option-wrap {
  margin-bottom: 10rem;
}
.makeshop-option-label {
  min-width: 175rem;
  font-size: 15rem;
}
.makeshop-option-select-wrap {
  max-width: 363rem;
}
.makeshop-option-select-wrap::before {
    top: 10rem;
    right: 15rem;
    width: 6rem;
    border-left: 2rem solid #707070;
    border-bottom: 2rem solid #707070;
    height: 6rem;
    transform: rotate(-45deg);
}
.nameprint-area {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10rem;
    margin-top: 0;
}
.nameprint-area .nameprint-title-wrap {
    min-width: 175rem;
    font-size: 15rem;
}
.nameprint-area .nameprint-title {
    font-size: 15rem;
}
.nameprint-text-wrap {
  max-width: 363rem;
}
.nameprint-area .nameprint-text-wrap p {
}
.nameprint-area .nameprint-text-wrap input {
    height: 30rem;
    padding: 0 10rem;
    font-size: 14rem;
}
.item-option select,
.item-option input[type="text"],
.item-option input[type="number"],
.nameprint-area input,
.nameprint-area select {

}
.item-quantity input.pdp-stepper__input {
  margin: 0;
  width: 50rem;
  height: 55rem;
}
.makeshop-option-select {
  height: 30rem;
  padding: 0 10rem;
  font-size: 14rem;
}
/* （あなたのスクショにある “ラベル左・セレクト右” は後で調整前提） */
.item-option table,
.item-option dl,
.item-option .option {
  width: 100%;
}

/* ---------- Quantity + Cart (横並び) ---------- */
.pdp-purchaseRow {
  gap: 16rem;
  margin: 18rem 0 14rem;
}

/* 数量ステッパー（骨組み） */
.pdp-stepper {

}
.pdp-qtyCartRow {
  margin-top: 20rem;
  gap: 15rem;
  margin-bottom: 60rem;
}
.pdp-stepper__label {
  font-size: 16rem;
  margin-right: 11rem;
}
.pdp-stepper__btn {
  width: 40rem;
  height: 55rem;
  font-size: 11rem;
}
.pdp-stepper__btn.pdp-stepper__btn--plus {
}
.pdp-stepper__input {
  width: 52rem;
  height: 42rem;
  font-size: 20rem;
}

/* カートボタン（赤帯） */
.add-cart {
  margin: 0;
}
.add-cart .add-cart-btn,
.add-cart .btn,
.add-cart a.btn {
  height: 60rem;
  min-width: 350rem;
  padding: 0 16rem;
  font-size: 16rem;
}
.add-cart .add-cart-btn:before,
.add-cart .btn:before,
.add-cart a.btn:before {
  width: 30rem;
  height: 30rem;
  margin-right: 10rem;
}
.add-cart .add-cart-btn:hover,
.add-cart .btn:hover {
}
.add-cart .btn.restock-btn {
}

.add-cart .btn.off {
}

.pdp-desc--afterCart {
  margin: 0 0 40rem;
  font-size: 14rem;
}
.pdp-desc--afterCart a {
}
.pdp-desc--afterCart a:hover {
}
.pdp-desc--afterCart span {
}
.pdp-buyBlock b {
}

.pdp-acc {
  margin-top: 0;
}
.pdp-acc__btn {
  padding: 0 0 7rem;
  font-size: 18rem;
  margin-bottom: 20rem;
}
.pdp-acc__icon {
  width: 19rem;
  height: 19rem;
}
.pdp-acc__icon:before {
  width: 9rem;
  top: 9rem;
  left: 5rem;
}
.pdp-acc__btn[aria-expanded="false"] .pdp-acc__icon:before {
  width: 9rem;
  top: 9rem;
  left: 5rem;
}
.pdp-acc__btn[aria-expanded="false"] .pdp-acc__icon:after {
  width: 9rem;
  top: 9rem;
  left: 5rem;
}
.pdp-acc__panel {
  padding: 0 0 20rem;
  font-size: 15rem;
}

.item-detail hr {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.pdp-acc__item.is-open .pdp-acc__panel {
  display: block;
}

/* ---------- Staff voice (商品説明4の枠) ---------- */
.pdp-staff {
  padding: 15rem;
  border-radius: 5rem;
}
.pdp-staff__ttl {
  gap: 3rem;
  font-size: 16rem;
  margin: 0 0 10rem;
}
.pdp-staff__ttl:before {
  content: "";
  width: 22rem;
  height: 22rem;
}
.pdp-staff__body {
  font-size: 15rem;
}

.pdp-bottomActions {
  margin-top: 40rem;
  gap: 10rem;
  max-width: 290rem;
}
.pdp-bottomActions a,
.pdp-bottomActions button {
  min-height: 50rem;
  font-size: 14rem;
  width: 280rem;
}
.favorite-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f004";
    font-size: 22rem;
    margin-right: 7rem;
    -webkit-text-stroke: 1px #C4C4C4;
}
.pdp-favText {
  font-size: 14rem;
}
.favorite-icon:after {
}
.pdp-bottomActions a:hover,
.pdp-bottomActions button:hover {
}
.favorite-on {
}
.favorite-icon.favorite-on:before {
}

.hide {
}

.item-info-list {
}

.pdp-fullwidth {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.pdp-related,
.pdp-checked {
  padding: 60rem 0;
  width: 1200rem;
}
.pdp-related-bg {
}
.pdp-checked-bg {
}

.item-share.border-top {
}

.pdp-related.group-item-section {
}
.pdp-checked.checked-contents {
}
.pdp-related__head {
  margin: 0 0 40rem;
}

.pdp-related__title {
  font-size: 22rem;
}

.pdp-related__list {
  gap: 30rem;
}

/* カード本体 */
.group-item-list .pdp-related__item {
  width: 175rem;
}
.checked-item-list .pdp-related__item {
  width: 175rem;
}

.pdp-related__card {

}

.pdp-related__media {
  padding: 11rem 8rem;
}

.pdp-related__media img {
}

/* 香り/味わい/甘辛（薄いベージュの枠） */
.pdp-related__taste {
  background: #FBF9F0;
  padding: 7rem 40rem 7rem 13rem;
  margin-top: 15rem;
}

/* dl の見た目 */
.pdp-taste {
  margin: 0;
}
.pdp-taste__row {
  gap: 8rem;
}
.pdp-taste__row + .pdp-taste__row {
  margin-top: 6rem;
}
.pdp-taste__label {
  font-size: 12rem;
}
.pdp-taste__icons {
}
.pdp-taste__icons img {
  height: 22rem;
  margin-bottom: 5rem;
}

/* 本文 */
.pdp-related__body {
  padding: 10rem 0 0;
}

.pdp-related__name {
  margin: 0;
  font-size: 16rem;
}

.pdp-related__spec {
  margin: 5rem 0 0;
  font-size: 14rem;
}

/* 価格 */
.pdp-related__price {
  margin-top: 7rem;
  gap: 10rem;
}

.pdp-related__priceNow {
  font-size: 20rem;
}

.pdp-related__priceNow small {
  font-size: 14rem;
}

.pdp-related__priceOld {
  font-size: 12rem;
}

/* お気に入り（右下） */
.pdp-related__fav {
  transform: translateY(2rem);
}

.pdp-leftReviews .review-summary-container {
}
.hide {
}

}


/* SP調整 */
@media screen and (max-width: 768px) {

.product-contents {
    width: 680rem;
    padding: 20rem 0 70rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
}


/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-size: 22rem;
}
.breadcrumb-item {
}
.breadcrumb-item::after {
    display: none;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  margin: 0 5rem;
  font-size: 30rem;
  top: -4rem;
}
.breadcrumb a {
  color: #5F5F5F;
}
.breadcrumb a:hover {
  color: #e40000;
}

/* ---------- PDP Layout ---------- */
.detail {
  display: grid;
  grid-template-columns: 1fr; /* 左：画像＆レビュー / 右：商品説明＆購入 */
  gap: 35rem;
  align-items: start;
  padding: 22rem 0 80rem;
}

/* ---------- Left Column ---------- */
.item-image {
  min-width: 0;
  width: 680rem;
  max-width: 680rem;
  float: left;
  margin-left: 0;
  float: none;
}
.item-image .main-image img {
  width: 680rem;
  max-width: 680rem;
  min-height: 800rem;
  height: 800rem;
}
.item-image .glightbox img {
  width: 680rem;
  /* max-width: 680rem; */
  /* min-height: 800rem; */
  height: 800rem;
  width: 100%;
  height: 100%;
}
.item-image .main-image {
  margin-bottom: 0;
  width: 100%;
}
/* メイン画像（複数画像ギャラリー） */
.gallery {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  margin-left: auto;
}
.gallery li {
  margin: 0;
  padding: 0;
}
.gallery a {
  display: block;
  position: relative;
  max-width: 680rem;
  min-height: 800rem;
  width: 100%;
  aspect-ratio: 5 / 6;
}

.gallery.slick-slider::after {
  content: "";
  display: block;
  width: 76rem;
  height: 76rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/serach_icon_product.png);
  background-size: contain;
  position: absolute;
  bottom: 13rem;
  right: 13rem;
  pointer-events: none;
}

.item-image .slick-prev,
.item-image .slick-next {
  position: absolute;
  z-index: 5;
  top: 45%;
  cursor: pointer;
  width: 64rem;
  opacity: 1;
  height: 64rem;
  background-color: #70707066;
  border-radius: 100%;
  border-top: none;
  border-right: none;
}
.item-image .slick-prev:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 25rem;
    left: 21rem;
    width: 14rem;
    height: 14rem;
    cursor: pointer;
    outline: none;
    border-top: 4rem solid #fff;
    border-right: 4rem solid #ffffff;
}
.item-image .slick-prev:after {
  display: none;
}

.item-image .slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.item-image .slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.item-image .slick-next:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 25rem;
    left: 21rem;
    width: 14rem;
    height: 14rem;
    cursor: pointer;
    outline: none;
    border-top: 4rem solid #fff;
    border-right: 4rem solid #ffffff;
}
.item-image .slick-next:after {
  display: none;
}

.item-image .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start;
  gap: 12rem;
}

/* サムネ一覧 */
.choice-btn {
  list-style: none;
  margin: 20rem 0 0;
  padding: 0;
  /* display: grid; */
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.choice-btn li {
  cursor: pointer;
  background: none;
  width: 100rem !important;
  margin-bottom: 0;
}
.choice-btn img {
  display: block;
  width: 100%;
  height: auto;
  width: 70px!important;
  height: 133rem;
  min-height: auto;
  object-fit: contain;
  margin-left: 0;
}

/* 追加画像（説明付き） */
.add-image-section {
  margin-top: 20px;
}
.add-image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.add-image-list img {
  display: block;
  width: 100%;
  height: auto;
}
.add-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}

/* レビュー（左カラム寄せ） */
.review-summary-container {
  margin-top: 24px;
}

/* ---------- Right Column ---------- */
.item-detail {
  min-width: 0;
  width: 680rem;
  padding-left: 0;
  float: none;
}

/* 所属カテゴリ（右カラム上のタグ） */
.pdp-categoryTags {
  list-style: none;
  margin: 0 0 25rem;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
}
.pdp-categoryTags a {
  padding: 0;
  display: inline-block;
  margin-right: 5rem;
  border: 1px solid #D6C049;
  border-radius: 3rem;
  color: #D6C049;
  padding: 4rem 12rem;
  font-size: 24rem;
}
.pdp-categoryTags__link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9c56a;
  color: #333;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
}
.pdp-categoryTags__link:hover {
  color: #e40000;
  border-color: #e40000;
}

/* 商品名 */
.pdp-itemName {
  margin: 0 0 40rem;
  font-size: 40rem;
}

/* 商品アイコン（最大3つ並びの想定） */
.item-icon-list {
  list-style: none;
  margin: 0 0 20rem;
  padding: 0;
  padding: 15rem 10rem;
  border-radius: 3rem;
  width: fit-content;
}
.item-icon-list li {
  width: auto; /* 調整OK */
  height: 35rem;
  border-right: 1px solid #A8A8A8;
  padding-right: 12rem;
  margin-right: 12rem;
}
.item-icon-list li:last-of-type {
  width: auto; /* 調整OK */
  height: 35rem;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.item-icon-list img {
  display: block;
  width: auto;
  height: 35rem;
  object-fit: contain;
}

/* SALE / SOLDOUT */
.item-detail-icon {
  margin: 0 0 10px;
}
.item-detail-soldout,
.item-detail-sale {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 3px;
}
.item-detail-soldout {
  background: #333;
  color: #fff;
}
.item-detail-sale {
  background: #e40000;
  color: #fff;
}

/* 商品説明1（価格の上） */
.pdp-desc--lead {
  margin: 20rem 0 40rem;
  font-size: 26rem;
}

/* 価格・ポイント */
.item-price-wrap {
  margin: 0 0 60rem;
}
.item-price-wrap .item-price,
.product-price-block,
.sale-text,
.subscription-price {
  margin: 0 0 5rem;
  font-size: 46rem;
}
.item-price-wrap .item-tax,
.item-price small,
.product-price-block small,
.subscription-price small {
  font-size: 24rem;
}
.item-point,
.item-subscription-point {
  margin: 5rem 0 0;
  font-size: 26rem;
}

/* ---------- Options area ---------- */
/* makeshop標準の option_html が入る想定：見た目の器だけ */
.item-option {
  margin: 0;
}
.makeshop-option-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30rem;
  margin-top: 0;
  gap: 20rem;
}
.makeshop-option-label {
  min-width: 280rem;
  font-size: 24rem;
}
.makeshop-option-select-wrap {
  max-width: 470rem;
  width: 100%;
  position: relative;
}
.makeshop-option-select-wrap::before {
    position: absolute;
    border: none;
    top: 20rem;
    right: 20rem;
    content: '';
    width: 12rem;
    border-left: 1rem solid #707070;
    /* border-right: 1px solid transparent; */
    border-bottom: 2rem solid #707070;
    pointer-events: none;
    height: 12rem;
    transform: rotate(-45deg);
}
.item-option select,
.item-option input[type="text"],
.item-option input[type="number"],
.nameprint-area input,
.nameprint-area select {
  width: 100%;
  max-width: 100%;
}
.item-quantity input.pdp-stepper__input {
  margin: 0;
  width: 85rem;
  height: 83rem;
  border: 1px solid #DEDEDE;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 39rem;
  padding: 0;
  padding-bottom: 10rem;
}
.makeshop-option-select {
  width: 100%;
  height: 50rem;
  background: #fff;
  border: 1px solid #c4c4c4;
  padding: 0 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 24rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #242424;
  margin-bottom: 0;
  appearance: none;
}
/* （あなたのスクショにある “ラベル左・セレクト右” は後で調整前提） */
.item-option table,
.item-option dl,
.item-option .option {
  width: 100%;
}

/* ---------- Quantity + Cart (横並び) ---------- */
.pdp-purchaseRow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0 14px;
}

/* 数量ステッパー（骨組み） */
.pdp-stepper {
  display: inline-flex;
  align-items: center;
  border: none;
  background: #fff;
  margin-bottom: 0;
}
.pdp-qtyCartRow {
  display: flex;
  flex-direction: column;
  margin-top: 40rem;
  align-items: flex-start;
  gap: 40rem;
  margin-bottom: 80rem;
}
.pdp-stepper__label {
  font-size: 30rem;
  margin-right: 17rem;
}
.pdp-stepper__btn {
  width: 80rem;
  height: 83rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20rem;
  line-height: 1;
  border: 1px solid #DEDEDE;
  border-right: none;
  padding: 0;
}
.pdp-stepper__btn.pdp-stepper__btn--plus {
  border-right: 1px solid #DEDEDE;
  border-left: none;
}
.pdp-stepper__input {
  width: 52px;
  height: 42px;
  border: 0;
  text-align: center;
  font-size: 20px;
  outline: none;
  font-family: "Shippori Mincho", serif;
}

/* カートボタン（赤帯） */
.add-cart {
  margin: 0;
}
.add-cart .add-cart-btn,
.add-cart .btn,
.add-cart a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 110rem;
  min-width: 680rem;
  width: 680rem;
  padding: 0;
  background: #e40000;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 30rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-top: 0;
  position: relative;
  border-radius: 0;
}
.add-cart .add-cart-btn:before,
.add-cart .btn:before,
.add-cart a.btn:before {
  content: "";
  width: 50rem;
  height: 50rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/navi_icon03.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(322deg) brightness(105%) contrast(101%);
  margin-right: 15rem;
}
.add-cart .add-cart-btn:hover,
.add-cart .btn:hover {
  opacity: 1;
  background: #930000;
}
.add-cart .btn.restock-btn {
    background: #333333;
}

.add-cart .btn.off {
    display: none;
}

/* 商品説明2（カート下に続く） */
.pdp-desc--afterCart {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.pdp-desc--afterCart a {
  color: #007DCB;
  text-decoration: underline;
}
.pdp-desc--afterCart a:hover {
  text-decoration: none;
}
.pdp-desc--afterCart span {
  color: #E40000;
  text-decoration: underline;
}
.pdp-buyBlock b {
  color: #333333;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pdp-desc--afterCart {
    margin: 0 0 60rem;
    font-size: 26rem;
  }
}

/* ---------- Accordion (商品説明3など) ---------- */
/* makeshop標準の説明ブロックが様々なので、器だけ用意 */
.pdp-acc {
  margin-top: 0;
}
.pdp-acc__btn {
  width: 100%;
  padding: 0 0 15rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  font-size: 34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 30rem;
  font-weight: 500;
  color: #333333;
}
.pdp-acc__icon {
  width: 36rem;
  height: 36rem;
  border: 1px solid #dedede;
  position: relative;
}
.pdp-acc__icon:before {
  content: "";
  background: #707070;
  display: block;
  width: 18rem;
  height: 1px;
  position: absolute;
  top: 18rem;
  left: 9rem;
}
.pdp-acc__btn[aria-expanded="false"] .pdp-acc__icon:before {
  content: "";
  background: #707070;
  display: block;
  width: 18rem;
  height: 1rem;
  position: absolute;
  top: 18rem;
  left: 9rem;
}
.pdp-acc__btn[aria-expanded="false"] .pdp-acc__icon:after {
  content: "";
  background: #707070;
  display: block;
  width: 18rem;
  height: 1rem;
  position: absolute;
  top: 18rem;
  left: 9rem;
  transform: rotate(90deg);
}
.pdp-acc__panel {
  padding: 0 0 30rem;
  font-size: 26rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.item-detail hr {
  margin-top: 30rem;
  margin-bottom: 30rem;
  color: #DEDEDE;
  opacity: 0.4;
}

.pdp-acc__item.is-open .pdp-acc__panel {
  display: block;
}

/* ---------- Staff voice (商品説明4の枠) ---------- */
.pdp-staff {
  margin-top: 0;
  border: 1px solid #D6C049;
  background: #fff;
  padding: 20rem;
  border-radius: 5rem;
}
.pdp-staff__ttl {
  display: flex;
  align-items: center;
  gap: 7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28rem;
  margin: 0 0 13rem;
}
.pdp-staff__ttl:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/staff_icon.svg);
  background-size: contain;
}
.pdp-staff__body {
  margin: 0;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26rem;
}

/* ---------- Inquiry / Favorite area ---------- */
.pdp-bottomActions {
  margin: 0 auto;
  margin-top: 40rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15rem;
  max-width: 620rem;
}
.pdp-bottomActions a,
.pdp-bottomActions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90rem;
  border: none;
  background: #F7F4E2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26rem;
  cursor: pointer;
  font-weight: 500;
  width: 620rem;
}
.favorite-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f004";
    font-size: 36rem;
    font-weight: 900;
    margin-left: 0;
    margin-right: 12rem;
    -webkit-text-stroke: 1px #C4C4C4;
    background: none;
    color: transparent;
}
.pdp-favText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26rem;
  color: #333333;
}
.favorite-icon:after {
    display: none;
}
.pdp-bottomActions a:hover,
.pdp-bottomActions button:hover {
  border-color: #e40000;
}
.favorite-on {
  color: #333333;
  -webkit-text-stroke: none;
}
.favorite-icon.favorite-on:before {
  color: #e40000;
  -webkit-text-stroke: transparent;
}

/* お気に入り：どちらか1つだけ表示（makeshopのhide切替用） */
.hide {
  display: none !important;
}

/* ---------- item-info-list (一旦非表示) ---------- */
.item-info-list {
  display: none;
}

/* ---------- Fullwidth sections (おすすめ・最近チェック) ---------- */
.pdp-fullwidth {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* 後でフル幅にしたいとき用の定番（必要ならON）
.pdp-fullwidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
*/

.pdp-related,
.pdp-checked {
  padding: 80rem 0;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}
.pdp-related-bg {
    background: #F2F7FA;
}
.pdp-checked-bg {
    background: #fff;
}

.item-share.border-top {
  display: none;
}

.pdp-related.group-item-section {
  padding: 0;
}
.pdp-checked.checked-contents {
    padding: 0;
}
/* 見出し行：中央タイトル＋右上ボタン */
.pdp-related__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 33rem;
}

.pdp-related__title {
  margin: 0;
  font-size: 36rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* 一覧：横並び */
.pdp-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40rem;
  padding: 0 36rem;
}

/* カード本体 */
.group-item-list .pdp-related__item {
  position: relative;
  width: 262rem;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.pdp-related__item:last-of-type {
  padding-right: 36rem;
}
.pdp-checked__item:last-of-type {
  padding-right: 36rem;
}
.checked-item-list .pdp-related__item {
  position: relative;
  width: 262rem;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.pdp-related__card {
  display: block;
  background: transparent;
}

/* 画像 */
.pdp-related__media {
  background: #fff;
  padding: 17rem 13rem;
}

.pdp-related__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* 香り/味わい/甘辛（薄いベージュの枠） */
.pdp-related__taste {
  background: #FBF9F0;
  padding: 15rem 45rem 15rem 20rem;
  margin-top: 15rem;
}

/* dl の見た目 */
.pdp-taste {
  margin: 0;
}
.pdp-taste__row {
  display: block;
  align-items: center;
  gap: 8px;
}
.pdp-taste__row + .pdp-taste__row {
  margin-top: 6px;
}
.pdp-taste__label {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.pdp-taste__icons {
  margin: 0;
  display: block;
  align-items: center;
}
.pdp-taste__icons img {
  width: auto; /* 仮 */
  height: 35rem!important;
  display: block;
  margin-bottom: 5rem;
}

/* 本文 */
.pdp-related__body {
  padding: 15rem 0 0;
}

.pdp-related__name {
  margin: 0;
  font-size: 26rem;
  font-weight: 500;
  line-height: 1.6;
}

.pdp-related__spec {
  margin: 7rem 0 0;
  font-size: 24rem;
  color: #333333;
}

/* 価格 */
.pdp-related__price {
  margin-top: 7rem;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pdp-related__priceNow {
  font-size: 34rem;
  font-weight: 400;
}

.pdp-related__priceNow small {
  font-size: 22rem;
  font-weight: 500;
  margin-left: 0;
}

.pdp-related__priceOld {
  font-size: 12px;
  color: #888;
  text-decoration: line-through;
}

/* お気に入り（右下） */
.pdp-related__fav {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(2px);
  z-index: 10;
}
.nameprint-area {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30rem;
    margin-top: 0;
    gap: 20rem;
}
.nameprint-area .nameprint-title-wrap {
    min-width: 280rem;
    font-size: 24rem;
}
.nameprint-area .nameprint-title {
    min-width: 190rem;
    font-size: 24rem;
}
.nameprint-text-wrap {
  max-width: 470rem;
  width: 100%;
  position: relative;
}
.nameprint-area .nameprint-text-wrap p {
    margin-bottom: 0;
    font-size: unset;
}
.nameprint-area .nameprint-text-wrap input {
    height: 50rem;
    background: #fff;
    padding: 0 20rem;
    font-size: 24rem;
}
.pdp-leftReviews .review-summary-container {
  display: none!important;
}
.hide {
  display: none !important;
}

}

.detail .reviewWidget .reviewWidget_inner.swiper,.detail .reviewWidget_inner,.detail .u_komi_qa_widget_inner {
    padding: 0;
}

.detail .productWidget_title,.detail .reviewWidget_title,.detail .u_komi_qa_title {
    padding: 0!important;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    margin-top: 90px;
    font-family: "Shippori Mincho", serif;
}
.detail .review-widget-summary-container {
    font-size: 20px;
    vertical-align: bottom;
    line-height: 1.6;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Shippori Mincho", serif!important;
}
.detail .uKomiTitleSeparator {
  color: #D6C049!important;
  border: 1px solid #D6C049;
  border-top: none;
  margin-top: 5px;
}
.detail .review-widget-summary-container .starRating .reviewNumber strong {
    padding-right: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.starRating span {
    color: #D6C049!important;
    font-size: 21px;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 2px;
}
.starRating span.highlight {
    color: #ffbf00;
}
.review-widget-summary-container .starRating .reviewNumber {
  color: #707070!important
  ;
}
.uKomiWidgetSectionBtn .uKomiWidget-btn {
    color: #fff !important;
    font-size: 14px!important;
    background: #D6C049!important;
    border-radius: 5px!important;
    padding: 7px 15px!important;
    text-decoration: none;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.reviewWidget {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.singleReview_body p {
    font-size: 14px!important;
}
.singleReview_CustomQue {
    font-size: 14px!important;
}
.singleReview_name {
    font-size: 15px!important;
}
.singleReview_header_date {
    font-size: 14px!important;
}
.singleReview {
    margin-bottom: 5px!important;
    border-bottom: 1px solid #DEDEDE!important;
    padding: 15px 0!important;
}
.singleReview:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.u-komi-section .reviewSortingSection {
    display: none!important;
}

.u-komi-section .custProductFilterDropdown select,.u-komi-section  .custQueDropdown select {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 10px 5px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #333333;
    font-size: 12px!important;
    height: auto;
    box-sizing: border-box;
    background-image: none;
    padding-right: 20px;
}

.u-komi-section .custProductFilterDropdown:after,.u-komi-section .custQueDropdown:after {
    content: "\e90f";
    display: inline-block;
    font: normal normal normal 14px / 1 ukmcustomfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
    color: #333333;
    pointer-events: none;
    top: 69%!important;
}
.customQuestionSorting {
    padding: 0!important;
}
.loadedProducts, .loadedReviews {
    margin-top: 0!important;
}
.detail .uKomiWidgetUserFieldGroup {
    width: 100%;
    display: block !important;
    margin-left: 0!important;
    margin-bottom: 20px;
    vertical-align: top;
}
.ukomi-review-submit-error-area {
    display: block!important;
    width: 100%;
}

.reviewPost label, .ukomiWidgetWriteReviewCustomQuestion label {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
    font-size: 14px!important;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    transform: translateZ(0);
}
.uKomiWidgetWriteReviewSubmitBtn {
    color: #fff !important;
    font-size: 14px !important;
    background: #D6C049 !important;
    border-radius: 5px !important;
    padding: 7px 15px !important;
    text-decoration: none;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif!important;
}
.nameprint-description {
  display: none;
}

.uKomiWidgetFormFieldTextArea textarea {
  font-size: 14px!important;
  font-weight: 400;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.uKomiWidgetFormFieldInput input {
  font-size: 14px!important;
  font-weight: 400;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.singleReview_title {
  font-size: 15px!important;
}

.reviewProductName {
  font-size: 13px!important;
  color: #707070!important;
  font-weight: 500!important;
}
.reviewProductName a {
  font-size: 13px!important;
  color: #707070!important;
}

@media screen and (max-width:1440px) {
.reviewProductName {
  font-size: 13rem!important;
  color: #707070;
}
.uKomiWidgetFormFieldInput input {
  font-size: 14rem!important;
  font-weight: 400;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.reviewProductName a {
  font-size: 13rem!important;
  color: #707070!important;
}
.uKomiWidgetFormFieldTextArea textarea {
  font-size: 14rem!important;
  font-weight: 400;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.singleReview_title {
  font-size: 15rem!important;
}
.detail .reviewWidget .reviewWidget_inner.swiper,.detail .reviewWidget_inner,.detail .u_komi_qa_widget_inner {
    padding: 0;
}

.detail .productWidget_title,.detail .reviewWidget_title,.detail .u_komi_qa_title {
    padding: 0!important;
    margin-bottom: 0;
    font-size: 20rem!important;
    font-weight: 500;
    margin-top: 90rem!important;
    font-family: "Shippori Mincho", serif;
}
.detail .review-widget-summary-container {
    font-size: 20rem!important;
    vertical-align: bottom;
    line-height: 1.6;
    text-align: left;
    margin-top: 10rem!important;
    margin-bottom: 20rem!important;
    font-family: "Shippori Mincho", serif!important;
}
.detail .uKomiTitleSeparator {
  color: #D6C049!important;
  border: 1px solid #D6C049;
  border-top: none;
  margin-top: 5rem!important;
}
.detail .review-widget-summary-container .starRating .reviewNumber strong {
    padding-right: 6rem!important;
    font-size: 20rem!important;
    font-weight: 700;
    color: #333333;
}
.starRating span {
    color: #D6C049!important;
    font-size: 21rem!important;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 2rem;
}
.starRating span.highlight {
    color: #ffbf00;
}
.review-widget-summary-container .starRating .reviewNumber {
  color: #707070!important
  ;
}
.uKomiWidgetSectionBtn .uKomiWidget-btn {
    color: #fff !important;
    font-size: 14rem!important;
    background: #D6C049!important;
    border-radius: 5rem!important;
    padding: 7rem 15rem!important;
    text-decoration: none;
    margin: 0;
    margin-bottom: 10rem;
    margin-right: 10rem;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.reviewWidget {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.singleReview_body p {
    font-size: 14rem!important;
}
.singleReview_CustomQue {
    font-size: 14rem!important;
}
.singleReview_name {
    font-size: 15rem!important;
}
.singleReview_header_date {
    font-size: 14rem!important;
}
.singleReview {
    margin-bottom: 5rem!important;
    border-bottom: 1rem solid #DEDEDE!important;
    padding: 15rem 0!important;
}
.singleReview:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.u-komi-section .reviewSortingSection {
    display: none!important;
}

.u-komi-section .custProductFilterDropdown select,.u-komi-section  .custQueDropdown select {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 10rem 5rem!important;
    border-radius: 3rem!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #333333;
    font-size: 12rem!important;
    height: auto;
    box-sizing: border-box;
    background-image: none;
    padding-right: 20rem!important;
}

.u-komi-section .custProductFilterDropdown:after,.u-komi-section .custQueDropdown:after {
    content: "\e90f";
    display: inline-block;
    font: normal normal normal 14rem / 1 ukmcustomfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12rem;
    color: #333333;
    pointer-events: none;
    top: 69%!important;
}
.customQuestionSorting {
    padding: 0!important;
}
.loadedProducts, .loadedReviews {
    margin-top: 0!important;
}
.reviewProductName {
    font-size: 13rem!important;
}

.customQuestionSorting {
    padding: 0!important;
}
.loadedProducts, .loadedReviews {
    margin-top: 0!important;
}
.detail .uKomiWidgetUserFieldGroup {
    width: 100%;
    display: block !important;
    margin-left: 0!important;
    margin-bottom: 20rem;
    vertical-align: top;
}
.ukomi-review-submit-error-area {
    display: block!important;
    width: 100%;
}

.reviewPost label, .ukomiWidgetWriteReviewCustomQuestion label {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
    font-size: 14rem!important;
    text-align: left;
    display: block;
    margin-bottom: 10rem;
    transform: translateZ(0);
}
.uKomiWidgetWriteReviewSubmitBtn {
    color: #fff !important;
    font-size: 14rem !important;
    background: #D6C049 !important;
    border-radius: 5rem !important;
    padding: 7rem 15rem !important;
    text-decoration: none;
    margin: 0;
    margin-bottom: 10rem;
    margin-right: 10rem;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif!important;
}
.uKomiWidgetFormFieldLabel {
    font-size: 15rem!important;
}
.errorCheckIcon .ukomi-error-icon, .optionalCheckIcon .ukomi-optional-icon {
  font-size: 10rem!important;
}
.uKomiWidgetSubmitNoteWrapper {
    font-size: 15rem!important;
}

}


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

.detail .reviewWidget .reviewWidget_inner.swiper,.detail .reviewWidget_inner,.detail .u_komi_qa_widget_inner {
    padding: 0;
}

.detail .productWidget_title,.detail .reviewWidget_title,.detail .u_komi_qa_title {
    padding: 0!important;
    margin-bottom: 0;
    font-size: 34rem!important;
    font-weight: 500;
    margin-top: 80rem!important;
    font-family: "Shippori Mincho", serif;
}
.detail .review-widget-summary-container {
    font-size: 20rem!important;
    vertical-align: bottom;
    line-height: 1.6;
    text-align: left;
    margin-top: 0rem!important;
    margin-bottom: 35rem!important;
    font-family: "Shippori Mincho", serif!important;
}
.detail .uKomiTitleSeparator {
  color: #D6C049!important;
  border: 1px solid #D6C049;
  border-top: none;
  margin-top: 5rem!important;
}
.detail .review-widget-summary-container .starRating .reviewNumber strong {
    padding-right: 6rem!important;
    font-size: 38rem!important;
    font-weight: 700;
    color: #333333;
}
.starRating span {
    color: #D6C049!important;
    font-size: 34rem!important;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 2rem;
}
.starRating span.highlight {
    color: #ffbf00;
}
.review-widget-summary-container .starRating .reviewNumber {
  color: #707070!important;
  font-size: 26rem!important;
}
.uKomiWidgetSectionBtn .uKomiWidget-btn {
    color: #fff !important;
    font-size: 26rem!important;
    background: #D6C049!important;
    border-radius: 5rem!important;
    padding: 16rem 72rem!important;
    text-decoration: none;
    margin: 0;
    margin-bottom: 35rem!important;
    margin-right: 10rem;
    border-radius: 5rem!important;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.reviewWidget {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 80rem;
}
.singleReview_body p {
    font-size: 26rem!important;
}
.singleReview_CustomQue {
    font-size: 22rem!important;
}
.singleReview_name {
    font-size: 28rem!important;
}
.singleReview_header_date {
    font-size: 24rem!important;
}
.singleReview {
    margin-bottom: 5rem!important;
    border-bottom: 1rem solid #DEDEDE!important;
    padding: 30rem 0!important;
}
.singleReview:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.u-komi-section .reviewSortingSection {
    display: none!important;
}

.u-komi-section .custProductFilterDropdown select,.u-komi-section  .custQueDropdown select {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 15rem 10rem!important;
    border-radius: 3rem!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #333333;
    font-size: 24rem!important;
    height: auto;
    box-sizing: border-box;
    background-image: none;
}

.u-komi-section .custProductFilterDropdown:after,.u-komi-section .custQueDropdown:after {
    content: "\e90f";
    display: inline-block;
    font: normal normal normal 14rem / 1 ukmcustomfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 24rem;
    color: #333333;
    pointer-events: none;
    top: 50%!important;
}
.customQuestionSorting {
    padding: 0!important;
}
.loadedProducts, .loadedReviews {
    margin-top: 0!important;
}
.reviewProductName {
    font-size: 22rem!important;
}
  .singleReview_title {
    font-size: 28rem!important;
}
.customQuestionSorting {
    padding: 0!important;
}
.loadedProducts, .loadedReviews {
    margin-top: 0!important;
}
.reviewProductName {
    font-size: 24rem!important;
}
.reviewProductName a {
    font-size: 24rem!important;
}
.customQuestionSorting {
    padding: 0!important;
}
.loadedProducts, .loadedReviews {
    margin-top: 0!important;
}
.detail .uKomiWidgetUserFieldGroup {
    width: 100%;
    display: block !important;
    margin-left: 0!important;
    margin-bottom: 20rem;
    vertical-align: top;
}
.ukomi-review-submit-error-area {
    display: block!important;
    width: 100%;
}

.reviewPost label, .ukomiWidgetWriteReviewCustomQuestion label {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
    font-size: 28rem!important;
    text-align: left;
    display: block;
    margin-bottom: 10rem;
    transform: translateZ(0);
}
.uKomiWidgetWriteReviewSubmitBtn {
    color: #fff !important;
    font-size: 26rem !important;
    background: #D6C049 !important;
    border-radius: 5rem !important;
    padding: 16rem 72rem !important;
    text-decoration: none;
    margin: 0;
    margin-bottom: 35rem !important;
    margin-right: 10rem;
    border-radius: 5rem !important;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.uKomiWidgetFormFieldLabel {
    font-size: 28rem!important;
}
.errorCheckIcon .ukomi-error-icon, .optionalCheckIcon .ukomi-optional-icon {
  font-size: 22rem!important;
}
.uKomiWidgetSubmitNoteWrapper {
    font-size: 26rem!important;
    text-align: left!important;
}
.uKomiWidgetFormFieldTextArea textarea {
  font-size: 26rem!important;
  font-weight: 400;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.uKomiWidgetFormFieldError {
  font-size: 24rem!important;
}
.singleReview_title {
}
.uKomiWidgetFormFieldInput input {
  font-size: 26rem!important;
  font-weight: 400;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
}

.singleReview_CustomQue .custQue {
  font-weight: 500!important;
}
.singleReview_title {
  font-weight: 500!important;
}

/* ===============================
   TOP / MV slider（ここまで分）
   =============================== */

/* セクション全体 */
.top-mv{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.top-mv__inner{
  position: relative;
}

/* slick本体 */
.top-mv__slider{
  width: 100%;
}

/* 1枚 */
.top-mv__slide{
  position: relative;
  width: 100%;
  height: 100vh;          /* 必要なら調整 */
  max-height: 840px;
  min-height: 600px;      /* 必要なら調整 */
}

/* 背景画像 */
.top-mv__bg{
  position: absolute;
  inset: 0;
  display: block;
}

.top-mv__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* テキストリンク */
.top-mv__copyLink{
  position: absolute;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
}

.top-mv__copyLink:hover{
  opacity: 1;
}

/* テキスト */
.top-mv__lead{
  font-size: 38px;
  letter-spacing: .02em;
  margin: 0 0 18px;
}

.top-mv__text{
  font-size: 16px;
  letter-spacing: .04em;
  margin: 0 0 30px;
}

/* ボタンっぽい */
.top-mv__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255,255,255);
  font-size: 16px;
  letter-spacing: .04em;
  float: right;
  transition: 0.3s;
  font-weight: 500;
}
.is-pos-top-right .top-mv__btn{
  border-bottom: 1px solid #e40000;
  margin-right: 25px;
}
.is-pos-bottom-left .top-mv__btn{
  border-bottom: 1px solid #e40000;
}
.top-mv__copyLink:hover .top-mv__btn{
  border: 1px solid #e40000;
}

/* 右側固定要素 */
.top-mv__side{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 5;
  pointer-events: none; /* 右カラム全体は基本クリック不可にして */
}

.top-mvSide{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
  padding: 0 18px;
  pointer-events: auto; /* 中身はクリック可能に戻す */
}

/* ========= MV 縦dots（slickが生成） ========= */
/* dotsを出す器（HTMLに置いた .top-mvSide__mvDots ） */
.top-mvSide__mvDots{
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}

/* slick dots共通（MV側） */
.top-mvSide__mvDots .slick-dots{
  position: static;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-mvSide__mvDots .slick-dots li{
  width: 8px;          /* 縦バー */
  height: 8px;
  margin: 0;
}

.top-mvSide__mvDots .slick-dots button{
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(255,255,255,.55);  /* 非アクティブ */
}

.top-mvSide__mvDots .slick-dots li.slick-active button{
  background: #E40000;                 /* アクティブ */
}

/* ========= 右下バナー ========= */
.top-mvSide__bannerArea{
  width: 350px; /* 必要なら調整 */
  margin-left: auto;
  position: absolute;
  bottom: 45px;
  right: 100px;
}

.top-mvSide__bannerArea a{
  display: block;
}

.top-mvSide__bannerArea img{
  width: 100%;
  height: auto;
  display: block;
}

/* バナーdots（slickが生成） */
.top-mvSide__bannerDots{
  margin-top: -10px;
}

.top-mvSide__bannerDots .slick-dots{
  position: static;
  display: flex !important;
  gap: 5px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-mvSide__bannerDots .slick-dots li{
  width: 50px;
  height: 2px;
  margin: 0;
}

.top-mvSide__bannerDots .slick-dots button{
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(255,255,255,1); /* 非アクティブ */
}

.top-mvSide__bannerDots .slick-dots li.slick-active button{
  background: #E40000; /* アクティブ */
}

/* 右の縦ロゴ（会社名） */
.top-mvSide__brand{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  letter-spacing: .2em;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* ===============================
   data-text-pos → 位置クラス
   =============================== */

/* center-right */
 .top-mv__copyLink{
  right: 120px;
  right: 9vw;
  top: 28%;
  transform: translateY(-50%);
}
.top-mv__slide.is-pos-center-right .top-mv__copyLink{
  right: 120px;
  right: 9vw;
  top: 27%;
  transform: translateY(-50%);
}

/* top-right */
.top-mv__slide.is-pos-top-right .top-mv__copyLink{
  right: 100px;
  right: 7vw;
  top: 43%;
  transform: translateY(-50%);
  color: #000000;
}

/* bottom-left */
.top-mv__slide.is-pos-bottom-left .top-mv__copyLink{
  left: 120px;
  left: 9vw;
  top: 75%;
  transform: translateY(-50%);
  color: #ffffff;
  right: unset;
  background: rgb(0 0 0 / 60%);
  padding: 20px;
}


.top-brand {
  padding: 110px 0 140px;
  background: #ffffff;
}

.top-brand__inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* ===== 上2カラム ===== */
.top-brand__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 1080px;
}

.top-brandCard__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.top-brandCard__image img {
  width: 100%;
  display: block;
}

.top-brandCard__body {
  text-align: center;
  margin-top: 30px;
}

.top-brandCard__lead {
  font-size: 16px;
  margin-bottom: 5px;
}

.top-brandCard__title {
  font-size: 32px;
  margin: 5px 0 15px;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
}

.top-brandCard__title:before {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/text02.svg") center/contain no-repeat;
  left: 19%;
  transform: translate(-50% ,-50%);
  top: 50%;
}
.top-brandCard__title:after {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg") center/contain no-repeat;
  left: 81%;
  transform: translate(-50% ,-50%);
  top: 50%;
}

.top-brandCard__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333333;
}

.top-brandCard__more {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  color: #000000;
}

.top-brandCard__more:before {
  content: "";
  position: absolute;
  display: block;
  right: -25px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-brandCard__more:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 11px;
  width: 4px;
  height: 8px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.top-brandCard__more:hover {
  opacity: 1;
  color: #E40000;
}
.top-brandCard__more:hover:after {
  opacity: 0;
  right: -25px;
}
/* ===== 下横長 ===== */
.top-brandWide__link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.top-brandWide__image img {
  width: 100%;
  display: block;
}

.top-brandWide__body {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  color: #333;
  margin: 0 auto;
  text-align: center;
}

.top-brandWide__lead {
  font-size: 16px;
  margin: 0 0 5px;
  letter-spacing: 0.02em;
}

.top-brandWide__title {
  font-size: 32px;
  margin: 5px 0 15px;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
}

.top-brandWide__title:before {
  content: "";
    display: block;
    width: 86px;
    height: 16px;
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/text02.svg) center / contain no-repeat;
    left: 19%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.top-brandWide__title:after {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg") center/contain no-repeat;
  left: 81%;
  transform: translate(-50% ,-50%);
  top: 50%;
}

.top-brandWide__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333333;
}

.top-brandWide__more {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  color: #000000;
}
.top-brandWide__more:hover {
  opacity: 1;
  color: #E40000;
}

.top-brandWide__more:before {
  content: "";
  position: absolute;
  display: block;
  right: -25px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-brandWide__more:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 11px;
  width: 4px;
  height: 8px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.top-brandWide__more:hover:after {
  opacity: 0;
  right: -25px;
}

.top-mvSide .slick-dots{
  list-style:none;
  margin:0;
  padding:0;
}
.top-mvSide .slick-dots li{ margin:0; padding:0; }
.top-mvSide .slick-dots button{
  font-size:0;
  border:0;
  padding:0;
  background: #fff;
  cursor:pointer;
}

.is-home .openbtn {
  position: relative;
  right: 0;
  top: -35px;
}
.is-home .openbtn.active {
  display: none;
}

.is-home.is-nav-open .header {
  pointer-events: none;
}

/* =========================================
  TOP: Taste Map（味わいから選ぶ）
========================================= */

.top-taste{
  padding: 65px 0 95px;
   /* 右の黒帯の雰囲気があるなら後で差し替え */
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png) center/contain;
  position: relative;
}

.top-taste__inner{
  max-width: 1045px;
  margin: 0 auto;
  padding: 0;
}

/* 見出し */
.top-taste__head{
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.top-taste__icon{
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.top-taste__icon img{
  width: 26px;
  height: auto;
  display: block;
}

.top-taste__title{
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin: 0 0 30px;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

.top-taste__lead{
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
  color: #333;
}

/* マップ外枠（紙っぽいパネル） */
.top-tasteMap{
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 140px 200px 140px;
  overflow: hidden;
}

.top-tasteMap::before{
  content:"";
  position:absolute;
  inset:0;
  background: #FFFFFF;
  opacity:1;
  pointer-events:none;
}


.top-tasteMap__grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 80px;
  align-items: stretch;
  z-index: 1;
}

/* 中央の十字線 */
.top-tasteMap::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 120px;
  bottom: 120px;
  width: 2px;
  transform: translateX(-50%);
  z-index: 0;
  background: #DEDEDE;
}
.top-tasteMap__grid::before{
  content:"";
  position:absolute;
  left: -42px;
  right: -42px;
  top: 50%;
  height: 2px;
  background: #DEDEDE;
  transform: translateY(-50%);
  z-index: 0;
}

/* 軸ラベル */
.top-tasteMap__axis{
  position: absolute;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  color: #333;
}
.top-tasteMap__axisLabel{
  display: inline-block;
  font-size: 16px;
  letter-spacing: .02em;
  text-align: center;
  font-weight: 500;
  padding: 3px 0;
  width: 122px;
  background: #F7F4E2;
  border-radius: 5px;
}
.top-tasteMap__axisSub{
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: #707070;
  letter-spacing: .02em;
  text-align: center;
}
.top-tasteMap__axisNote{
  display: block;
  font-size: 11px;
  opacity: .75;
  margin-top: 4px;
  letter-spacing: .05em;
}

/* 上 */
.top-tasteMap__axis--top{
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
/* 左 */
.top-tasteMap__axis--left{
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
/* 右 */
.top-tasteMap__axis--right{
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
/* 下 */
.top-tasteMap__axis--bottom{
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* カード */
.tasteCard{
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
}

.tasteCard__inner{
  min-height: 240px;
  padding: 26px 20px;
  border-radius: 6px;
  background: #f3f3f3;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

.tasteCard:hover .tasteCard__inner{
  opacity: 1;
}

/* 4象限の色（ざっくり） */
.tasteCard__inner:before {
  content: "";
  display: block;
  width: 63px;
  height: 244px;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back01.png") center/contain no-repeat;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}
.tasteCard--lt .tasteCard__inner{background: #D9EDEE;}
.tasteCard--lt .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back01.png") center/contain no-repeat;
}
.tasteCard--rt .tasteCard__inner{background: #FDE2E2;}
.tasteCard--rt .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back02.png") center/contain no-repeat;
}
.tasteCard--lb .tasteCard__inner{background: #E5EBE1;}
.tasteCard--lb .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back03.png") center/contain no-repeat;
}
.tasteCard--rb .tasteCard__inner{background: #FFDDB7;}
.tasteCard--rb .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back04.png") center/contain no-repeat;
}
.tasteCard__catch{
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: .02em;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
  position: relative;
}
.tasteCard__title{
  font-size: 16px;
  margin: 1px 0 15px;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
  position: relative;
  font-weight: 600;
}

/* pill */
.tasteCard__meta{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 8px 0;
  z-index: 2;
  position: relative;
}
.tastePill{
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1;
  width: 150px;
  color: #5F5F5F;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.tastePill--sub{
  background: rgba(255,255,255,.95);
}

.tasteCard__desc{
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 2;
  position: relative;
}
.top-brew__inner{
  max-width: 1045px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.top-brew__title{
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: .04em;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 30px;
  color: #333;
}

.top-brew__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}

/* card */
.brewCard{
  background: #fff;
}

.brewCard__link{
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 30px;
  height: 100%;
}

.brewCard__media{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-bottom: 15px;
}

.brewCard__media img{
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}

.brewCard__name{
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: .04em;
  font-weight: 500;
  margin: 0 0 10px;
  color: #333;
}

.brewCard__text{
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-height: 75.56px;
}

.brewCard__cta{
  display: flex;
  margin-top: 30px;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  color: #000000;
}

.brewCard__cta:before {
  content: "";
  position: absolute;
  display: block;
  right: 70px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.brewCard__cta:after {
  content: "";
  display: block;
  position: absolute;
  right: 77px;
  top: 11px;
  width: 4px;
  height: 8px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.brewCard__link:hover .brewCard__cta:after {
  opacity: 0;
  right: 70px;
}

/* hover */
.brewCard__link:hover{
  opacity: 1;
}
.brewCard__link:hover .brewCard__cta{
  color: #E40000;
}

/* ===== 下の横長 ===== */

.top-brew__wide{
  margin-top: 60px;
}

.top-brew__title--sub{
  margin-bottom: 30px;
}

.brewWide{
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  align-items: center;
  background: #fff;
  padding: 30px 257px;
  text-decoration: none;
  color: inherit;
}

.brewWide__media{
  display: flex;
  justify-content: center;
  align-items: center;
}

.brewWide__media img{
  width: 200px;
  height: auto;
  display: block;
}

.brewWide__body{
  padding-right: 0;
  text-align: center;
}

.brewWide__name{
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  margin: 0 0 10px;
  color: #333;
  text-align: center;
}

.brewWide__text{
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

.brewWide__cta{
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.brewWide__cta:before {
  content: "";
  position: absolute;
  display: block;
  right: -25px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.brewWide__cta:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 11px;
  width: 4px;
  height: 8px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.brewWide:hover .brewWide__cta:after {
  opacity: 0;
  right: -25px;
}

.brewWide:hover{
  opacity: 1;
}
.brewWide:hover .brewWide__cta{
  color: #E40000;
}

/* =========================================
  TOP: guide section
========================================= */

.top-guide{
  padding: 100px 0 100px;
   /* 画像の淡いグレー帯の雰囲気 */
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background02.png) center / contain;
}

.top-guide__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.top-product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

/* ====== filters ====== */
.top-guide__filters{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: start;
  margin-bottom: 0;
}

.top-filter__title{
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 29px;
  color: #333;
}

.top-filter__grid{
  display: grid;
  gap: 15px 12px;
}

.top-filter__grid--price{
  grid-template-columns: 1fr 1fr;
}
.top-filter__grid--vol{
  grid-template-columns: 1fr 1fr;
}

.top-filterBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 17px 10px;
  background: #fff;
  border: 1px solid #DEDEDE;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  transition: .2s;
  align-items: baseline;
}
.top-filterBtn span{
  font-size: 15px;
}
.top-filterBtn:hover{
  opacity: 1;
  background: #F7F4E2;
}

/* 10,000円〜 を2列ぶち抜きにしたい場合 */
.top-filter__grid--price .top-filterBtn:last-child{
  grid-column: auto;
}

/* ====== banners ====== */
.top-guide__banners{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}

.top-guideBanner{
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #000;
}

.top-guideBanner__media img{
  width: 100%;
  height: auto;
  display: block;
}

.top-guideBanner__label{
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.6);
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: center;
}

.top-guideBanner:hover{
  opacity: 1;
}
.top-guideBanner:hover .top-guideBanner__label{
  background: rgba(0,0,0,.65);
}

/* 右側バナーはラベルを右寄せにしたい場合 */
.top-guideBanner:nth-child(2) .top-guideBanner__label{
  left: auto;
  right: 40px;
}

/* ====== icon guide ====== */
.top-iconGuide{
  background: #F7F4E2;
  border-radius: 10px;
  padding: 20px 30px;
  width: 995px;
  margin: 0 auto;
}

.top-iconGuide__title{
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 20px;
  color: #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-iconGuide__cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1.77fr;
  gap: 50px;
  align-items: start;
}

.top-iconGuide__head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-iconGuide__mark{
  font-size: 16px;
  line-height: 1;
  width: 32px;
  height: 32px;
}
.top-iconGuide__mark img{
  width: 32px;
  height: 32px;
}
.top-iconGuide__name{
  font-size: 16px;
  letter-spacing: 0;
  color: #333;
}

.top-iconGuide__list{
  margin: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  gap: 15px;
}
.top-iconGuide__list div{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.top-iconGuide__list li{display: flex;align-items: center;white-space: nowrap;}
.top-iconGuide__list img{
  height: 20px;
  width: auto;
}

.main-section.ranking {
    padding: 70px 0 0;
    width: 1200px;
    margin: 0 auto;
}
.main-section.osusume {
    padding: 150px 0 100px;
    width: 1200px;
    margin: 0 auto;
}
.main-section .pdp-related__title {
    font-size: 26px;
    position: relative;
}
.main-section.ranking .pdp-related__title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    width: 53px;
    height: 65px;
    background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/title02.png) center / contain;
    display: block;
}
.main-section.osusume .pdp-related__title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    width: 57px;
    height: 40px;
    background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/title03.png) center / contain;
    display: block;
}

.main-section .checked-item-list .pdp-related__item {
  width: 216px;
}
.main-section .pdp-related__head {
    margin: 0 0 75px;
}
.ranking .ranking-icon {
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #ffffff!important;
    border-radius: 0;
    font-size: 24px;
    font-weight: 500;
    color: #E40000;
    width: 72px;
    height: 35px;
    line-height: 1.4;
}

.ranking .ranking-icon:before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  position: absolute;
  background: #A0A0A0;
  top: 18px;
}
.ranking .ranking-icon span {
    display: block;
    width: 40px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

/* =========================================
  TOP: Kodawari（完成イメージ寄せ）
========================================= */
.top-kodawari{
  overflow: hidden;
  padding: 80px 0 80px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png) center / contain;
  position: relative;
}

.top-kodawari__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;   /* ★2カラムに変更 */
  column-gap: 240px;
  row-gap: 100px;
  align-items: start;
  position: relative;
  z-index: 2; /* 背景より前 */
}

/* ===== 右上：縦書きタイトルブロック ===== */
.top-kodawari__titleWrap{
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  display: flex;
  flex-direction: row-reverse;
  gap: 70px;
  text-align: left;
  margin-right: auto;
}

.top-kodawari__title{
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .14em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-kodawari__title span{
  margin: 0;
}

.top-kodawari__titleMain img{
  display: block;
  width: 85px; /* ロゴ幅は適宜 */
  height: auto;
}

.top-kodawari__titleSub{
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  color: #333333;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.top-kodawari__lead{
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0;
  color: #333333;
  padding-top: 80px;
}

/* ===== 左/右カラムの配置 ===== */
.top-kodawari__col{
  display: flex;
  flex-direction: column;
  gap: 70px;
}

/* 左カラムは 1行目から */
.top-kodawari__col--left{
  grid-column: 1;
  grid-row: 1 / span 2; /* タイトルの行と並行して開始 */
}

/* 右カラムは「タイトルの下」から始める */
.top-kodawari__col--right{
  grid-column: 2;
  grid-row: 2;
}
.top-kodawari__col--right.sp-only {
  display: none;
}
.top-kodawari__col--left.sp-only {
    display: none;
}
/* ===== カード ===== */
.top-kodawariCard{
  position: relative;
}

.top-kodawariCard__media{
  position: relative;
}

.top-kodawariCard__media img{
  width: 100%;
  height: auto;
  display: block;
}

/* 本文 */
.top-kodawariCard__body{
  padding: 20px 0 0;
}

.top-kodawariCard__head{
  margin: 0;
  font-size: 24px;
  letter-spacing: .04em;
  line-height: 1.9;
  font-weight: 500;
  position: absolute;
  right: -55px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: block;
  top: 83px;
  height: max-content;
}

.top-kodawariCard__text{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* 詳しく見る（赤矢印） */
.top-kodawariCard__link{
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.top-kodawariCard__link:before {
  content: "";
  position: absolute;
  display: block;
  right: -25px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-kodawariCard__link:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 11px;
  width: 4px;
  height: 8px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.top-kodawariCard__link:hover {
  opacity: 1;
  color: #E40000;
}
.top-kodawariCard__link:hover:after {
  opacity: 0;
  right: -25px;
}

/* ===== 縦の帯画像（text01/text02）を「画像の脇」に出す =====
   ※ 今は .top-kodawariCard__tag に <img> が入っている前提 */
.top-kodawariCard__tag{
  margin: 0; /* 元の余白リセット */
  position: absolute;
  top: 30px;
  width: 150px; /* 帯の太さ */
  height: auto;
  z-index: 3;
}

/* 左カラム：画像の右外に出す */
.top-kodawari__col--left .top-kodawariCard__tag{
  right: -65px;
}

/* 右カラム：画像の左外に出す（完成イメージ寄せ） */
.top-kodawari__col--right .top-kodawariCard__tag{
  left: -57px;
  transform: rotateY(180deg);
}

.top-kodawari__col--right .top-kodawariCard__head {
  left: -57px;
  right: unset;
}
/* 右カラム1枚目（伏流水）を少し上に食い込ませたい時（任意） */
.top-kodawari__col--right .top-kodawariCard:first-child{
  margin-top: 0;
}

/* ===== 背景画像（左下に敷く） ===== */
.top-kodawariBack{
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(550px, 40vw);
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 1441px) {
.top-kodawariBack{
  left: 10vw;
}
}

.top-kodawariBack img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 1; /* 必要なら薄くする */
}


.top-bannerLinks{
  padding: 100px 0;
}

.top-bannerLinks__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.top-bannerLinks__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.top-bannerLinks__link{
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
}

.top-bannerLinks__img{
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* 文字が乗る部分（画像上に白文字） */
.top-bannerLinks__title{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 25px;
  letter-spacing: .12em;
  line-height: 1.2;
  z-index: 2;
  white-space: nowrap;
}
.top-bannerLinks__link:hover .top-bannerLinks__title{
  display: none;
}
/* うっすら暗幕（必要なら） */
.top-bannerLinks__link::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.4);
  opacity: 1;
  transition: opacity .3s ease;
  z-index: 1;
}
  .top-bannerLinks__link:hover {
    opacity: 1;
    transition: opacity .3s ease;
  }

/* hover（PCだけ効く想定） */
@media (hover:hover){
  .top-bannerLinks__link:hover::after{ opacity: 1; background: unset;}
  .top-bannerLinks__link:hover .top-bannerLinks__img{
    opacity: 1;
    transition: transform .3s ease;
  }
}

.top-news{
  padding: 0 0 100px;
  background: #fff;
}

.top-news__inner{
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.top-news__head{
  text-align: center;
  margin-bottom: 30px;
}

.top-news__mark{
  width: 55px;
  margin: 0 auto 10px;
}
.top-news__mark img{
  width: 100%;
  height: auto;
  display: block;
}

.top-news__title{
  margin: 0;
  font-size: 26px;
  letter-spacing: .04em;
  font-weight: 500;
  line-height: 1.6;
}

.top-news__list{
  list-style: none;
  margin: 18px auto 0;
  padding: 0;
  max-width: 800px;
}

.top-news__item{
  display: grid;
  grid-template-columns: 70px 65px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #DEDEDE;
}

.top-news__item:last-of-type{
  border-bottom: none;
}

.top-news__date{
  font-size: 15px;
  letter-spacing: 0;
  color: #333333;
  white-space: nowrap;
}

.top-news__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 7px;
  border-radius: 3px;
  background: #F2F7FA;
  color: #333;
  font-size: 13px;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-news__link{
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.top-news__link:hover{
  text-decoration: underline;
}

.top-news__more{
  text-align: center;
  margin-top: 28px;
}

.top-news__moreBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 250px;
  height: 60px;
  border: 1px solid #DEDEDE;
  background: #fff;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .04em;
}

.top-news__moreIcon{
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.top-news__moreIcon:before {
  content: "";
  position: absolute;
  display: block;
  right: -9px;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-news__moreIcon:after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 5px;
  width: 4px;
  height: 8px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.top-news__moreBtn:hover {
  opacity: 1;
  color: #E40000;
}
.top-news__moreBtn:hover .top-news__moreIcon:after {
  opacity: 0;
  right: -10px;
}

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

.top-mv__slide{
  min-height: 600rem;
  max-height: 840rem;
}

/* テキスト */
.top-mv__lead{
  font-size: 38rem;
  margin: 0 0 18rem;
}

.top-mv__text{
  font-size: 16rem;
  margin: 0 0 30rem;
}

/* ボタンっぽい */
.top-mv__btn{
  height: 40rem;
  padding: 0 25rem;
  font-size: 16rem;
}
.top-mvSide{
  padding: 0 18rem;
}

.top-mvSide__mvDots{
  right: 33rem;
}

/* slick dots共通（MV側） */
.top-mvSide__mvDots .slick-dots{
  gap: 10rem;
}

.top-mvSide__mvDots .slick-dots li{
  width: 8rem;          /* 縦バー */
  height: 8rem;
}

.top-mvSide__bannerArea{
  width: 350rem; /* 必要なら調整 */
  bottom: 45rem;
  right: 100rem;
}

/* バナーdots（slickが生成） */
.top-mvSide__bannerDots{
  margin-top: 10rem;
}

.top-mvSide__bannerDots .slick-dots{
  gap: 5rem;
}

.top-mvSide__bannerDots .slick-dots li{
  width: 50rem;
  height: 2rem;
}

/* 右の縦ロゴ（会社名） */
.top-mvSide__brand{
  font-size: 18rem;
  margin-bottom: 20rem;
}

.top-mv__slide.is-pos-center-right .top-mv__copyLink{
  right: 120rem;
}

/* top-right */
.top-mv__slide.is-pos-top-right .top-mv__copyLink{
  right: 100rem;
}

/* bottom-left */
.top-mv__slide.is-pos-bottom-left .top-mv__copyLink{
  left: 120rem;
  top: 75%;
  padding: 20rem;
}


.top-brand {
  padding: 110rem 0 140rem;
}

.top-brand__inner {
  max-width: 1320rem;
}

/* ===== 上2カラム ===== */
.top-brand__grid {
  gap: 80rem;
  margin-bottom: 80rem;
  width: 1080rem;
}
.top-brandCard__body {
  margin-top: 30rem;
}

.top-brandCard__lead {
  font-size: 16rem;
  margin-bottom: 5rem;
}

.top-brandCard__title {
  font-size: 32rem;
  margin: 5rem 0 15rem;
}

.top-brandCard__title:before {
  width: 86rem;
  height: 16rem;
}
.top-brandCard__title:after {
  width: 86rem;
  height: 16rem;
}

.top-brandCard__text {
  font-size: 14rem;
}

.top-brandCard__more {
  display: inline-block;
  margin-top: 30rem;
  font-size: 16rem;
}

.top-brandCard__more:before {
  right: -25rem;
  top: 6rem;
  width: 18rem;
  height: 18rem;
}
.top-brandCard__more:after {
  right: -18rem;
  top: 11rem;
  width: 4rem;
  height: 8rem;
}

.top-brandCard__more:hover:after {
  opacity: 0;
  right: -25rem;
}

.top-brandWide__body {
  left: 120rem;
  width: 500rem;
}

.top-brandWide__lead {
  font-size: 16rem;
  margin: 0 0 5rem;
}

.top-brandWide__title {
  font-size: 32rem;
  margin: 5rem 0 15rem;
}

.top-brandWide__title:before {
    width: 86rem;
    height: 16rem;
}
.top-brandWide__title:after {
  width: 86rem;
  height: 16rem;
}

.top-brandWide__text {
  font-size: 14rem;
}

.top-brandWide__more {
  display: inline-block;
  margin-top: 30rem;
  font-size: 16rem;
}

.top-brandWide__more:before {
  right: -25rem;
  top: 6rem;
  width: 18rem;
  height: 18rem;
}
.top-brandWide__more:after {
  right: -18rem;
  top: 11rem;
  width: 4rem;
  height: 8rem;
}
.top-brandWide__more:hover:after {
  opacity: 0;
  right: -25rem;
}

.top-taste{
  padding: 65rem 0 95rem;
}

.top-taste__inner{
  max-width: 1045rem;
}
.is-home .openbtn {
  top: -35rem;
}
/* 見出し */
.top-taste__head{
  margin-bottom: 30rem;
}

.top-taste__icon{
  top: -35rem;
}
.top-taste__icon img{
  width: 26rem;
}

.top-taste__title{
  font-size: 26rem;
  margin: 0 0 30rem;
}

.top-taste__lead{
  font-size: 15rem;
}

/* マップ外枠（紙っぽいパネル） */
.top-tasteMap{
  border-radius: 2rem;
  padding: 140rem 200rem 140rem;
}

.top-tasteMap__grid{
  gap: 90rem 80rem;
}

/* 中央の十字線 */
.top-tasteMap::after{
  top: 120rem;
  bottom: 120rem;
  width: 2rem;
}
.top-tasteMap__grid::before{
  left: -42rem;
  right: -42rem;
  top: 50%;
  height: 2rem;
}

.top-tasteMap__axisLabel{
  display: inline-block;
  font-size: 16rem;
  padding: 3rem 0;
  width: 122rem;
  border-radius: 5rem;
}
.top-tasteMap__axisSub{
  font-size: 14rem;
}
.top-tasteMap__axisNote{
  font-size: 11rem;
  margin-top: 4rem;
}

/* 上 */
.top-tasteMap__axis--top{
  top: 20rem;
}
/* 左 */
.top-tasteMap__axis--left{
  left: 18rem;
}
/* 右 */
.top-tasteMap__axis--right{
  right: 18rem;
}
/* 下 */
.top-tasteMap__axis--bottom{
  bottom: 24rem;
}

.tasteCard__inner{
  min-height: 240rem;
  padding: 26rem 20rem;
  border-radius: 6rem;
  box-shadow: 0rem 3rem 6rem #00000029;
}


/* 4象限の色（ざっくり） */
.tasteCard__inner:before {
  width: 63rem;
  height: 244rem;
}

.tasteCard__catch{
  font-size: 22rem;
}
.tasteCard__title{
  font-size: 16rem;
  margin: 1rem 0 15rem;
}

/* pill */
.tasteCard__meta{
  gap: 10rem;
  margin: 8rem 0;
}
.tastePill{
  border-radius: 999rem;
  padding: 6rem 14rem;
  font-size: 16rem;
  width: 150rem;
}

.tasteCard__desc{
  margin: 7rem 0 0;
  font-size: 14rem;
}
.top-brew__inner{
  max-width: 1045rem;
  padding: 60rem 0 0;
}

.top-brew__title{
  font-size: 22rem;
  margin: 0 0 30rem;
  color: #333;
}

.top-brew__grid{
  gap: 20rem 20rem;
}

.brewCard__link{
  padding: 30rem;
  height: 100%;
}

.brewCard__media{
  min-height: 250rem;
  margin-bottom: 15rem;
}

.brewCard__media img{
  max-width: 200rem;
}

.brewCard__name{
  font-size: 22rem;
  margin: 0 0 10rem;
}

.brewCard__text{
  font-size: 14rem;
  margin: 0 0 20rem;
  min-height: 75.56rem;
}

.brewCard__cta{
  display: flex;
  margin-top: 30rem;
  font-size: 16rem;
}

.brewCard__cta:before {
  right: 70rem;
  top: 6rem;
  width: 18rem;
  height: 18rem;
}
.brewCard__cta:after {
  right: 77rem;
  top: 11rem;
  width: 4rem;
  height: 8rem;
}
.brewCard__link:hover .brewCard__cta:after {
  opacity: 0;
  right: 70rem;
}

/* hover */
.brewCard__link:hover{
  opacity: 1;
}
.brewCard__link:hover .brewCard__cta{
  color: #E40000;
}

/* ===== 下の横長 ===== */

.top-brew__wide{
  margin-top: 60rem;
}

.top-brew__title--sub{
  margin-bottom: 30rem;
}

.brewWide{
  grid-template-columns: 200rem 1fr;
  gap: 30rem;
  padding: 30rem 257rem;
}

.brewWide__media img{
  width: 200rem;
}

.brewWide__name{
  font-size: 22rem;
  margin: 0 0 10rem;
}

.brewWide__text{
  font-size: 14rem;
  margin: 0 0 20rem;
}

.brewWide__cta{
  font-size: 16rem;
}
.brewWide__cta:before {
  right: -25rem;
  top: 6rem;
  width: 18rem;
  height: 18rem;
}
.brewWide__cta:after {
  right: -18rem;
  top: 11rem;
  width: 4rem;
  height: 8rem;
}
.brewWide:hover .brewWide__cta:after {
  opacity: 0;
  right: -25rem;
}

.brewWide:hover{
  opacity: 1;
}
.brewWide:hover .brewWide__cta{
  color: #E40000;
}


.top-guide{
  padding: 100rem 0 100rem;
}

.top-guide__inner{
  max-width: 1200rem;
}
.top-product {
  max-width: 1200rem;
  padding: 80rem 0;
}

.top-guide__filters{
  gap: 76rem;
}

.top-filter__title{
  font-size: 26rem;
  margin: 0 0 29rem;
}

.top-filter__grid{
  gap: 15rem 12rem;
}

.top-filterBtn{
  min-height: 60rem;
  padding: 17rem 10rem;
  font-size: 18rem;
}
.top-filterBtn span{
  font-size: 15rem;
}

.top-filter__grid--price .top-filterBtn:last-child{
  grid-column: auto;
}

/* ====== banners ====== */
.top-guide__banners{
  gap: 40rem;
  margin-bottom: 80rem;
}

.top-guideBanner__label{
  left: 40rem;
  width: 180rem;
  height: 180rem;
  font-size: 28rem;
}

/* 右側バナーはラベルを右寄せにしたい場合 */
.top-guideBanner:nth-child(2) .top-guideBanner__label{
  left: auto;
  right: 40rem;
}

/* ====== icon guide ====== */
.top-iconGuide{
  border-radius: 10rem;
  padding: 20rem 30rem;
  width: 995rem;
}

.top-iconGuide__title{
  font-size: 18rem;
  margin: 0 0 20rem;
}

.top-iconGuide__cols{
  gap: 50rem;
}

.top-iconGuide__head{
  gap: 10rem;
  margin-bottom: 13rem;
}

.top-iconGuide__mark{
  font-size: 16rem;
  width: 32rem;
  height: 32rem;
}
.top-iconGuide__mark img{
  width: 32rem;
  height: 32rem;
}
.top-iconGuide__name{
  font-size: 16rem;
}

.top-iconGuide__list{
  font-size: 14rem;
  gap: 15rem;
}
.top-iconGuide__list div{
  gap: 4rem;
}
.top-iconGuide__list img{
  height: 20rem;
}

.main-section.ranking {
    padding: 70rem 0 0;
    width: 1200rem;
}
.main-section.osusume {
    padding: 150rem 0 100rem;
    width: 1200rem;
}
.main-section .pdp-related__title {
    font-size: 26rem;
}
.main-section.ranking .pdp-related__title:before {
    top: -70rem;
    width: 53rem;
    height: 65rem;
}
.main-section.osusume .pdp-related__title:before {
    top: -45rem;
    width: 57rem;
    height: 40rem;
}

.main-section .checked-item-list .pdp-related__item {
  width: 216rem;
}
.main-section .pdp-related__head {
    margin: 0 0 75rem;
}
.ranking .ranking-icon {
    top: -37rem;
    font-size: 24rem;
    width: 72rem;
    height: 35rem;
}

.ranking .ranking-icon:before {
  width: 72rem;
  height: 1rem;
  top: 18rem;
}
.ranking .ranking-icon span {
    width: 40rem;
}

.top-kodawari{
  padding: 80rem 0 80rem;
}

.top-kodawari__inner{
  max-width: 1200rem;
  column-gap: 240rem;
  row-gap: 100rem;
}

/* ===== 右上：縦書きタイトルブロック ===== */
.top-kodawari__titleWrap{
  gap: 70rem;
}

.top-kodawari__title{
  gap: 6rem;
}

.top-kodawari__titleMain img{
  width: 85rem; /* ロゴ幅は適宜 */
}

.top-kodawari__titleSub{
  font-size: 32rem;
}

.top-kodawari__lead{
  font-size: 18rem;
  padding-top: 80rem;
}

/* ===== 左/右カラムの配置 ===== */
.top-kodawari__col{
  gap: 70rem;
}

/* 本文 */
.top-kodawariCard__body{
  padding: 20rem 0 0;
}

.top-kodawariCard__head{
  margin: 0;
  font-size: 24rem;
  right: -55rem;
  top: 83rem;
}

.top-kodawariCard__text{
  margin: 0 0 12rem;
  font-size: 15rem;
}

/* 詳しく見る（赤矢印） */
.top-kodawariCard__link{
  font-size: 16rem;
}

.top-kodawariCard__link:before {
  right: -25rem;
  top: 6rem;
  width: 18rem;
  height: 18rem;
}
.top-kodawariCard__link:after {
  right: -18rem;
  top: 11rem;
  width: 4rem;
  height: 8rem;
}

.top-kodawariCard__link:hover:after {
  opacity: 0;
  right: -25rem;
}


.top-kodawariCard__tag{
  top: 30rem;
  width: 150rem; /* 帯の太さ */
}

/* 左カラム：画像の右外に出す */
.top-kodawari__col--left .top-kodawariCard__tag{
  right: -65rem;
}

/* 右カラム：画像の左外に出す（完成イメージ寄せ） */
.top-kodawari__col--right .top-kodawariCard__tag{
  left: -57rem;
  transform: rotateY(180deg);
}

.top-kodawari__col--right .top-kodawariCard__head {
  left: -57rem;
  right: unset;
}
/* 右カラム1枚目（伏流水）を少し上に食い込ませたい時（任意） */
.top-kodawari__col--right .top-kodawariCard:first-child{
  margin-top: 0;
}

/* ===== 背景画像（左下に敷く） ===== */
.top-kodawariBack{
  width: min(550rem, 40vw);
    left: 0;
}

.top-bannerLinks{
  padding: 100rem 0;
}

.top-bannerLinks__inner{
  max-width: 1200rem;
}

.top-bannerLinks__list{
  gap: 15rem;
}

/* 文字が乗る部分（画像上に白文字） */
.top-bannerLinks__title{
  font-size: 25rem;
}


@media (hover:hover){
  .top-bannerLinks__link:hover::after{ opacity: 1; background: unset;}
  .top-bannerLinks__link:hover .top-bannerLinks__img{
    opacity: 1;
    transition: transform .3s ease;
  }
}

.top-news{
  padding: 0 0 100rem;
}

.top-news__inner{
  max-width: 800rem;
}

.top-news__head{
  margin-bottom: 30rem;
}

.top-news__mark{
  width: 55rem;
  margin: 0 auto 10rem;
}

.top-news__title{
  font-size: 26rem;
}

.top-news__list{
  margin: 18rem auto 0;
  max-width: 800rem;
}

.top-news__item{
  grid-template-columns: 70rem 65rem 1fr;
  gap: 15rem;
  padding: 18rem 0;
}

.top-news__date{
  font-size: 15rem;
}

.top-news__badge{
  height: 22rem;
  padding: 0 7rem;
  border-radius: 3rem;
  font-size: 13rem;
}

.top-news__link{
  font-size: 15rem;
}

.top-news__link:hover{
  text-decoration: underline;
}

.top-news__more{
  margin-top: 28rem;
}

.top-news__moreBtn{
  gap: 10rem;
  min-width: 250rem;
  height: 60rem;
  font-size: 16rem;
}

.top-news__moreIcon{
  font-size: 16rem;
}

.top-news__moreIcon:before {
  right: -9rem;
  width: 18rem;
  height: 18rem;
}
.top-news__moreIcon:after {
  right: -2rem;
  top: 5rem;
  width: 4rem;
  height: 8rem;
}
.top-news__moreBtn:hover {
  opacity: 1;
  color: #E40000;
}
.top-news__moreBtn:hover .top-news__moreIcon:after {
  opacity: 0;
  right: -10rem;
}

}

@media screen and (max-width: 768px) {
  .top-mv__slide{
    height: calc(100vw / 750 * 700);
    max-height: calc(100vw / 750 * 700);
    min-height: 520px;
    margin-bottom: 540rem;
  }
  .top-mv__slide.slick-active {
  }
  .top-mv__slide.is-pos-top-right{
    margin-bottom: 500rem;
    height: calc(100vw / 750 * 1054);
    max-height: calc(100vw / 750 * 1054);
  }
  .top-mv__slide.is-pos-center-right{
    margin-bottom: 500rem;
    height: calc(100vw / 750 * 1099);
    max-height: calc(100vw / 750 * 1099);
  }
  .top-mv__slide.is-pos-bottom-left{
    margin-bottom: 500rem;
    height: calc(100vw / 750 * 1154);
    max-height: calc(100vw / 750 * 1154);
  }
  .top-mvSide{
    padding: 14px 14px;
  }

  .top-mvSide__mvDots{
    right: 14px;
  }

  .top-mv__copyLink{
    left: 18px;
    right: 18px;
    bottom: 28px;
    top: auto;
    transform: none;
    max-width: none;
  }

  .top-mv__lead{
    font-size: 26px;
  }

  .top-mv__text{
    font-size: 13px;
  }

  /* 右下バナーはMV内固定のままでもOK、不要なら非表示にする */
  .top-mvSide__banner{
    width: 200px;
  }
  .top-brand {
    padding: 60px 16px;
  }

  .top-brand__grid {
  }

  .top-brandWide__body {
    position: static;
    transform: none;
    margin-top: 20px;
  }
  .top-taste{
  }
  .top-taste__inner{
    padding: 0 20px;
  }
  .top-tasteMap{
    padding: 50px 20px 70px;
  }
  .top-tasteMap__grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* スマホは十字線を消してOK（必要なら残す） */
  .top-tasteMap::after,
  .top-tasteMap__grid::before{
  }

  /* 軸ラベルも一旦非表示（必要なら別デザインで） */
  .top-tasteMap__axis{
  }

  .tasteCard__inner{
    min-height: auto;
    padding: 22px 18px;
  }

  .top-brew__inner{
    padding: 0 20px;
  }

  .top-brew__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .brewCard__link{
    padding: 26px 18px 22px;
  }

  .brewCard__media{
    min-height: 170px;
  }
  .brewCard__media img{
    max-width: 180px;
  }

  .top-brew__wide{
  }

  .brewWide{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px;
  }

  .brewWide__media img{
    width: 140px;
  }
  .top-guide{
    padding: 60px 0 70px;
  }
  .top-guide__inner{
    padding: 0 20px;
  }

  .top-guide__filters{
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }

  .top-filter__grid--price,
  .top-filter__grid--vol{
    grid-template-columns: 1fr;
  }
  .top-filter__grid--price .top-filterBtn:last-child{
    grid-column: auto;
  }

  .top-guide__banners{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 38px;
  }

  .top-guideBanner__label{
    width: 140px;
    height: 140px;
    left: 8%;
    font-size: 16px;
  }
  .top-guideBanner:nth-child(2) .top-guideBanner__label{
    right: 8%;
  }

  .top-iconGuide{
    padding: 18px 16px;
  }
  .top-iconGuide__cols{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .top-kodawari{
    padding: 60px 0 80px;
  }

  .top-kodawari__inner{
    padding: 0 20px;
    grid-template-columns: 1fr; /* 縦積み */
    gap: 26px;
  }

  .top-kodawari__titleWrap{
    position: static;
    text-align: center;
  }

  .top-kodawari__title,
  .top-kodawari__lead{
    writing-mode: horizontal-tb; /* SPは横書き */
  }

  .top-kodawari__title{
    font-size: 20px;
    letter-spacing: .14em;
  }

  .top-kodawari__lead{
    margin-top: 10px;
    font-size: 11px;
  }

  .top-kodawari__col{
    gap: 26px;
  }

  .top-kodawari__col--right .top-kodawariCard:nth-child(1){
    margin-top: 0;
  }
  .top-kodawari{
    padding: 60px 0 80px;
  }

  .top-kodawari__inner{
    padding: 0 20px;
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .top-kodawari__titleWrap{
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }

  .top-kodawari__title,
  .top-kodawari__lead{
    writing-mode: horizontal-tb;
  }

  .top-kodawari__title{
    justify-content: flex-start;
    gap: 10px;
  }

  .top-kodawari__col--left,
  .top-kodawari__col--right{
    grid-column: 1;
    grid-row: auto;
  }

  .top-kodawari__col{
    gap: 34px;
  }

  /* SPでは帯は内側に戻す（見切れ対策） */
  .top-kodawariCard__tag{
    position: static;
    width: auto;
    margin: 10px 0 0;
  }

  .top-kodawariBack{
    width: 60vw;
    opacity: 1;
  }
  .top-bannerLinks{
    padding: 26px 0;
  }
  .top-bannerLinks__inner{
    padding: 0 20px;
  }
  .top-bannerLinks__list{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .top-bannerLinks__title{
  }

  .top-news{
    padding: 44px 0;
  }
  .top-news__inner{
    padding: 0 20px;
  }
  .top-news__item{
    grid-template-columns: 90px 80px 1fr;
    gap: 10px;
    padding: 12px 0;
  }
  .top-news__link{
    font-size: 12.5px;
  }
  .top-news__moreBtn{
    min-width: 200px;
    height: 44px;
  }

.top-mv{padding-top: 120rem;height: 1730rem;overflow: visible;}

.top-mv__inner{
}

/* slick本体 */
.top-mv__slider{
}

/* 1枚 */
.top-mv__slide{
            /* 必要なら調整 */
        /* 必要なら調整 */
}

/* 背景画像 */
.top-mv__bg{height: 700rem;}

.top-mv__bg img{height: 700rem;}

/* テキストリンク */
.top-mv__copyLink{
  position: relative;
  z-index: 2;
  color: #333333;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  right: 35rem;
  top: auto;
  bottom: -730rem;
  transform: none;
  width: 680rem;
}

.top-mv__copyLink:hover{
  opacity: 1;
}

/* テキスト */
.top-mv__lead{
  font-size: 48rem;
  margin: 0 0 25rem;
  white-space: nowrap;
}

.top-mv__text{
  font-size: 26rem;
  margin: 0 0 30rem;
}

/* ボタンっぽい */
.top-mv__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56rem;
  padding: 0 50rem;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255,255,255);
  font-size: 28rem;
  letter-spacing: .04em;
  float: right;
  transition: 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #e40000!important;
}
.top-mv__copyLink:hover .top-mv__btn{
  border: 1px solid rgba(255,255,255);
}

/* 右側固定要素 */
.top-mv__side{
   /* 右カラム全体は基本クリック不可にして */
}

.top-mvSide{
  padding: 0 21rem;
   /* 中身はクリック可能に戻す */
  justify-content: flex-start;
}

/* ========= MV 縦dots（slickが生成） ========= */
/* dotsを出す器（HTMLに置いた .top-mvSide__mvDots ） */
.top-mvSide__mvDots{
  position: absolute;
  right: 40rem;
  top: 325rem;
  transform: unset;
}

/* slick dots共通（MV側） */
.top-mvSide__mvDots .slick-dots{
  gap: 16rem;
}

.top-mvSide__mvDots .slick-dots li{
  width: 12rem;          /* 縦バー */
  height: 12rem;
  margin: 0;
}

.top-mvSide__mvDots .slick-dots button{
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(255,255,255,.55);  /* 非アクティブ */
}

.top-mvSide__mvDots .slick-dots li.slick-active button{
  background: #E40000;                 /* アクティブ */
}

/* ========= 右下バナー ========= */
.top-mvSide__bannerArea{
  width: 680rem; /* 必要なら調整 */
  margin-left: auto;
  position: absolute;
  bottom: 80rem;
  right: 35rem;
}

.top-mvSide__bannerArea a{
  display: block;
}

.top-mvSide__bannerArea img{
  width: 100%;
  height: auto;
  display: block;
}

/* バナーdots（slickが生成） */
.top-mvSide__bannerDots{
  margin-top: 30rem;
}

.top-mvSide__bannerDots .slick-dots{
  position: static;
  display: flex !important;
  gap: 5rem;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-mvSide__bannerDots .slick-dots li{
  width: 98rem;
  height: 4rem;
  margin: 0;
  background: #DEDEDE;
}

.top-mvSide__bannerDots .slick-dots button{
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: #DEDEDE!important; /* 非アクティブ */
}

.top-mvSide__bannerDots .slick-dots li.slick-active button{
  background: #E40000!important; /* アクティブ */
}

/* 右の縦ロゴ（会社名） */
.top-mvSide__brand{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  letter-spacing: .2em;
  font-size: 26rem;
  font-weight: 500;
  margin-top: 425rem;
  margin-bottom: 0;
}

/* ===============================
   data-text-pos → 位置クラス
   =============================== */
 .top-mv__copyLink{
  right: unset;
  top: unset;
  bottom: -730rem;
  width: 680rem;
  transform: translateX(-50%);
  left: 50%;
}
/* center-right */
.top-mv__slide.is-pos-center-right .top-mv__copyLink{
  right: unset;
  top: unset;
  bottom: -730rem;
  width: 680rem;
  transform: translateX(-50%);
  left: 50%;
}
.top-mv__slide.is-pos-center-right .top-mv__copyLink .top-mv__btn{
  margin-top: 95rem;
}
/* top-right */
.top-mv__slide.is-pos-top-right .top-mv__copyLink{
  right: unset;
  top: unset;
  bottom: -730rem;
  width: 680rem;
  transform: translateX(-50%);
  left: 50%;
  height: 450rem;
  margin-bottom: -150rem;
  color: #333333;
}
.top-mv__slide.is-pos-top-right .top-mv__copyLink .top-mv__btn{
  margin-top: 50rem;
}
/* bottom-left */
.top-mv__slide.is-pos-bottom-left .top-mv__copyLink{
  right: unset;
  top: unset;
  bottom: -730rem;
  transform: translateX(-50%);
  left: 50%;
  width: 680rem;
  height: 450rem;
  margin-bottom: -50rem;
  background: none;
  padding: 0;
  color: #333333;
}


.top-brand {
  padding: 50rem 0 120rem;
  background: #ffffff;
}

.top-brand__inner {
  max-width: 100vw;
  margin: 0 auto;
}

/* ===== 上2カラム ===== */
.top-brand__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80rem;
  margin: 0 auto;
  margin-bottom: 80rem;
  width: 600rem;
}

.top-brandCard__link {
}

.top-brandCard__image img {
  width: 100%;
  display: block;
}

.top-brandCard__body {
  margin-top: 30rem;
}

.top-brandCard__lead {
  font-size: 30rem;
  margin-bottom: 15rem;
}

.top-brandCard__title {
  font-size: 52rem;
  margin: 15rem 0 20rem;
}

.top-brandCard__title:before {
  content: "";
  display: block;
  width: 130rem;
  height: 24rem;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/text02.svg") center/contain no-repeat;
  left: 5%;
  transform: translate(-50% ,-50%);
  top: 50%;
}
.top-brandCard__title:after {
  content: "";
  display: block;
  width: 130rem;
  height: 24rem;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg") center/contain no-repeat;
  left: 95%;
  transform: translate(-50% ,-50%);
  top: 50%;
}

.top-brandCard__text {
  font-size: 26rem;
}

.top-brandCard__more {
  margin-top: 35rem;
  font-size: 28rem;
}

.top-brandCard__more:before {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
  top: 8rem;
  width: 40rem;
  height: 40rem;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-brandCard__more:after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
  right: -36rem;
  top: 19rem;
  width: 10rem;
  height: 18rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-brandCard__more:hover {
  opacity: 1;
  color: #E40000;
}
.top-brandCard__more:hover:after {
  opacity: 0;
  right: -25px;
}
/* ===== 下横長 ===== */
.top-brandWide__link {
  position: relative;
  display: block;
  color: inherit;
  background: #F1F1F1;
  text-decoration: none;
}

.top-brandWide__image img {
  width: 100%;
  display: block;
}

.top-brandWide__body {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 680rem;
  color: #333;
  margin: 0 auto;
  text-align: center;
  position: initial;
  transform: unset;
  margin-top: 50rem;
  padding-bottom: 70rem;
}

.top-brandWide__lead {
  font-size: 30rem;
  margin: 0 0 15rem;
  letter-spacing: 0.02em;
}

.top-brandWide__title {
  font-size: 52rem;
  margin: 15rem 0 20rem;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
}

.top-brandWide__title:before {
  content: "";
  display: block;
  width: 130rem;
  height: 24rem;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/text02.svg) center / contain no-repeat;
  left: 10%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.top-brandWide__title:after {
  content: "";
  display: block;
  width: 130rem;
  height: 24rem;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg") center/contain no-repeat;
  left: 90%;
  transform: translate(-50% ,-50%);
  top: 50%;
}

.top-brandWide__text {
  font-size: 26rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333333;
}

.top-brandWide__more {
  display: inline-block;
  margin-top: 35rem;
  font-size: 28rem;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  color: #000000;
}
.top-brandWide__more:hover {
  opacity: 1;
  color: #E40000;
}

.top-brandWide__more:before {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
  top: 8rem;
  width: 40rem;
  height: 40rem;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-brandWide__more:after {
  content: "";
  display: block;
  position: absolute;
  right: -35rem;
  top: 19rem;
  width: 9rem;
  height: 18rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.top-brandWide__more:hover:after {
  opacity: 0;
  right: -25px;
}

.top-mvSide .slick-dots{
  list-style:none;
  margin:0;
  padding:0;
}
.top-mvSide .slick-dots + .slick-dots {
  display: none!important;
}
.top-mvSide .slick-dots li{ margin:0; padding:0; }
.top-mvSide .slick-dots button{
  font-size:0;
  border:0;
  padding:0;
  background: #fff;
  cursor:pointer;
}

.is-home .openbtn {
  position: static;
  right: 0;
}
.is-home .openbtn.active {
  display: none;
  display: flex;
}

.is-home.is-nav-open .header {
  pointer-events: none;
}

/* =========================================
  TOP: Taste Map（味わいから選ぶ）
========================================= */

.top-taste{
  padding: 100rem 0 80rem;
   /* 右の黒帯の雰囲気があるなら後で差し替え */
}

.top-taste__inner{
  max-width: 680rem;
  margin: 0 auto;
  padding: 0;
}

/* 見出し */
.top-taste__head{
  margin-bottom: 40rem;
}

.top-taste__icon{
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35rem;
}
.top-taste__icon img{
  width: 33rem;
  height: auto;
  display: block;
}

.top-taste__title{
  font-size: 40rem;
  margin: 0 0 30rem;
}

.top-taste__lead{
  font-size: 26rem;
}

/* マップ外枠（紙っぽいパネル） */
.top-tasteMap{
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 180rem 35rem 180rem;
  overflow: hidden;
}

.top-tasteMap::before{
}


.top-tasteMap__grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 175rem 50rem;
  align-items: stretch;
  z-index: 1;
}

/* 中央の十字線 */
.top-tasteMap::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 170rem;
  bottom: 170rem;
  width: 2rem;
  transform: translateX(-50%);
  z-index: 0;
  background: #DEDEDE;
}
.top-tasteMap__grid::before{
  content:"";
  position:absolute;
  left: 160rem;
  right: 160rem;
  top: 50%;
  height: 2rem;
  background: #DEDEDE;
  transform: translateY(-50%);
  z-index: 0;
}

/* 軸ラベル */
.top-tasteMap__axis{
  position: absolute;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  color: #333;
}
.top-tasteMap__axisLabel{
  font-size: 26rem;
  padding: 7rem 0;
  width: 162rem;
  border-radius: 5rem;
}
.top-tasteMap__axisSub{
  font-size: 24rem;
}
.top-tasteMap__axisNote{
  font-size: 26rem;
}

/* 上 */
.top-tasteMap__axis--top{
  top: 20rem;
}
/* 左 */
.top-tasteMap__axis--left{
  left: 10rem;
}
/* 右 */
.top-tasteMap__axis--right{
  right: 10rem;
}
/* 下 */
.top-tasteMap__axis--bottom{
  bottom: 20rem;
}

/* カード */
.tasteCard{
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
}

.tasteCard__inner{
  min-height: 445rem;
  padding: 20rem;
  border-radius: 6rem;
  background: #f3f3f3;
  box-shadow: 0px 3rem 6rem #00000029;
  position: relative;
}

.tasteCard:hover .tasteCard__inner{
  opacity: 1;
}

/* 4象限の色（ざっくり） */
.tasteCard__inner:before {
  content: "";
  display: block;
  width: 98rem;
  height: 376rem;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back01.png") center/contain no-repeat;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}
.tasteCard--lt .tasteCard__inner{background: #D9EDEE;}
.tasteCard--lt .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back01.png") center/contain no-repeat;
}
.tasteCard--rt .tasteCard__inner{background: #FDE2E2;}
.tasteCard--rt .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back02.png") center/contain no-repeat;
}
.tasteCard--lb .tasteCard__inner{background: #E5EBE1;}
.tasteCard--lb .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back03.png") center/contain no-repeat;
}
.tasteCard--rb .tasteCard__inner{background: #FFDDB7;}
.tasteCard--rb .tasteCard__inner:before {
  background: url("https://gigaplus.makeshop.jp/tenjushuzou/img/back04.png") center/contain no-repeat;
}
.tasteCard__catch{
  font-size: 30rem;
}
.tasteCard__title{
  font-size: 24rem;
  margin: 1px 0 20rem;
}

/* pill */
.tasteCard__meta{
  margin: 7rem 0;
}
.tastePill{
  padding: 4rem 14rem;
  font-size: 22rem;
  width: 200rem;
}
.tastePill--sub{
  background: rgba(255,255,255,.95);
}

.tasteCard__desc{
  margin: 7rem 0 0;
  font-size: 23rem;
  line-height: 1.6;
  text-align: center;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 2;
  position: relative;
  text-align: left;
}
.top-brew__inner{
  max-width: 680rem;
  margin: 0 auto;
  padding: 80rem 0 0;
}

.top-brew__title{
  font-size: 36rem;
  margin: 0 0 30rem;
}

.top-brew__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

/* card */
.brewCard{
  background: #fff;
}

.brewCard__link{
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 30rem 25rem;
  height: 100%;
}

.brewCard__media{
  min-height: 312rem;
  margin-bottom: 10rem;
}

.brewCard__media img{
  max-width: 250rem;
  width: 100%;
  height: auto;
  display: block;
}

.brewCard__name{
  font-size: 34rem;
  margin: 0 0 10rem;
}

.brewCard__text{
  font-size: 24rem;
  line-height: 1.6;
  margin: 0 0 20rem;
  min-height: 190rem;
}

.brewCard:nth-of-type(3) .brewCard__text{
  font-size: 24rem;
  line-height: 1.6;
  margin: 0 0 20rem;
  min-height: 227rem;
}
.brewCard:nth-of-type(4) .brewCard__text{
  font-size: 24rem;
  line-height: 1.6;
  margin: 0 0 20rem;
  min-height: 227rem;
}
  
.brewCard__cta{
  display: flex;
  margin-top: 20rem;
  justify-content: center;
  font-size: 28rem;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  color: #000000;
  margin-right: 35rem;
}

.brewCard__cta:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 8rem;
  width: 40rem;
  height: 40rem;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.brewCard__cta:after {
  content: "";
  display: block;
  position: absolute;
  right: 15rem;
  top: 19rem;
  width: 10rem;
  height: 18rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.brewCard__link:hover .brewCard__cta:after {
  opacity: 0;
  right: 70px;
}

/* hover */
.brewCard__link:hover{
  opacity: 1;
}
.brewCard__link:hover .brewCard__cta{
  color: #E40000;
}

/* ===== 下の横長 ===== */

.top-brew__wide{
  margin-top: 80rem;
}

.top-brew__title--sub{
  margin-bottom: 30rem;
}

.brewWide{
  display: grid;
  grid-template-columns: 250rem 1fr;
  gap: 0;
  align-items: center;
  background: #fff;
  padding: 30rem 45rem;
  text-decoration: none;
  color: inherit;
}

.brewWide__media{
  display: flex;
  justify-content: center;
  align-items: center;
}

.brewWide__media img{
  width: 250rem;
  height: auto;
  display: block;
}

.brewWide__body{
  padding-right: 0;
  text-align: center;
}

.brewWide__name{
  font-size: 34rem;
  margin: 0 0 10rem;
}

.brewWide__text{
  font-size: 24rem;
  line-height: 1.6;
  margin: 0 0 35rem;
  text-align: left;
}

.brewWide__cta{
  display: inline-block;
  font-size: 28rem;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.brewWide__cta:before {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
  top: 8rem;
  width: 40rem;
  height: 40rem;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.brewWide__cta:after {
  content: "";
  display: block;
  position: absolute;
  right: -35rem;
  top: 19rem;
  width: 10rem;
  height: 18rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: cover;
  transition: 0.3s;
  background-repeat: no-repeat;
}
.brewWide:hover .brewWide__cta:after {
  opacity: 0;
  right: -25px;
}

.brewWide:hover{
  opacity: 1;
}
.brewWide:hover .brewWide__cta{
  color: #E40000;
}

/* =========================================
  TOP: guide section
========================================= */

.top-guide{
  padding: 80rem 0 110rem;
   /* 画像の淡いグレー帯の雰囲気 */
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background02.png) center / contain;
}

.top-guide__inner{
  max-width: 680rem;
  margin: 0 auto;
  padding: 0;
}
.top-product {
  max-width: 680rem;
  margin: 0 auto;
  padding: 100rem 0 50rem;
}

/* ====== filters ====== */
.top-guide__filters{
  display: grid;
  grid-template-columns: 1fr;
  gap: 80rem;
  align-items: start;
  margin-bottom: 0;
}

.top-filter__title{
  font-family: "Shippori Mincho", serif;
  font-size: 36rem;
  letter-spacing: .04em;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 33rem;
  color: #333;
}

.top-filter__grid{
  display: grid;
  gap: 20rem 10rem;
}

.top-filter__grid--price{
  grid-template-columns: 1fr 1fr;
}
.top-filter__grid--vol{
  grid-template-columns: 1fr 1fr;
}

.top-filterBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90rem;
  padding: 27rem 10rem;
  background: #fff;
  border: 2rem solid #DEDEDE;
  text-decoration: none;
  color: #333;
  font-size: 26rem;
  letter-spacing: 0;
  line-height: 1.4;
  transition: .2s;
  align-items: baseline;
}
.top-filterBtn span{
  font-size: 18rem;
}
.top-filterBtn:hover{
  opacity: 1;
  background: #F7F4E2;
}

/* 10,000円〜 を2列ぶち抜きにしたい場合 */
.top-filter__grid--price .top-filterBtn:last-child{
  grid-column: auto;
}

/* ====== banners ====== */
.top-guide__banners{
  display: grid;
  grid-template-columns: 1fr;
  gap: 23rem;
  margin-bottom: 80rem;
}

.top-guideBanner{
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #000;
}

.top-guideBanner__media img{
  width: 100%;
  height: auto;
  display: block;
}

.top-guideBanner__label{
  position: absolute;
  top: 50%;
  left: 47rem;
  transform: translateY(-50%);
  width: 211rem;
  height: 211rem;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.6);
  font-family: "Shippori Mincho", serif;
  font-size: 32rem;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: center;
}

.top-guideBanner:hover{
  opacity: 1;
}
.top-guideBanner:hover .top-guideBanner__label{
  background: rgba(0,0,0,.65);
}

/* 右側バナーはラベルを右寄せにしたい場合 */
.top-guideBanner:nth-child(2) .top-guideBanner__label{
  left: auto;
  right: 47rem;
}

/* ====== icon guide ====== */
.top-iconGuide{
  background: #F7F4E2;
  border-radius: 10rem;
  padding: 40rem 50rem;
  width: 610rem;
}

.top-iconGuide__title{
  font-size: 30rem;
  margin: 0 0 30rem;
}

.top-iconGuide__cols{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40rem;
  align-items: start;
  width: 510rem;
  margin: 0 auto;
}

.top-iconGuide__head{
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-iconGuide__mark{
  font-size: 16px;
  line-height: 1;
  width: 60rem;
  height: 60rem;
}
.top-iconGuide__mark img{
  width: 32px;
  height: 32px;
}
.top-iconGuide__name{
  font-size: 30rem;
  letter-spacing: 0;
  color: #333;
}

.top-iconGuide__list{
  margin: 0;
  padding-left: 0;
  font-size: 28rem;
  line-height: 1.8;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  gap: 10rem;
  flex-direction: column;
}
.top-iconGuide__list div{
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.top-iconGuide__list li{display: flex;align-items: center;}
.top-iconGuide__list img{
  height: 43rem;
  width: auto;
}
.top-iconGuide__col:nth-last-of-type(2) .top-iconGuide__list li{
  gap: 35rem;
}

.main-section.ranking {
    padding: 0;
    width: 100vw;
    margin: 0 auto;
    margin-top: 0;
}
.main-section.ranking .pdp-checked.checked-contents {
  padding-top: 140rem;
}
.main-section.osusume .pdp-checked.checked-contents {
  padding-top: 190rem;
}
.main-section.osusume {
    padding: 0 0 120rem;
    width: 100vw;
    margin: 0 auto;
}
.main-section.osusume .pdp-related__list {
  grid-template-columns: repeat(8, 1fr);
}
.main-section .pdp-related__title {
    font-size: 40rem;
    position: relative;
}
.main-section.ranking .pdp-related__title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -115rem;
    width: 78rem;
    height: 97rem;
    background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/title02.png) center / contain;
    display: block;
    background-repeat: no-repeat;
}
.main-section.osusume .pdp-related__title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70rem;
    width: 78rem;
    height: 54rem;
    background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/title03.png) center / contain;
    display: block;
    background-repeat: no-repeat;
}

.main-section .checked-item-list .pdp-related__item {
  width: 325rem;
}
.main-section .checked-item-list .item-list-image img {
  width: 300rem;
}
.main-section .pdp-related__head {
    margin: 0 0 90rem;
}
.main-section.osusume .pdp-related__head {
  margin: 0 0 40rem;
}
.ranking .ranking-icon {
    position: absolute;
    top: -50rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #ffffff!important;
    border-radius: 0;
    font-size: 34rem;
    font-weight: 500;
    color: #E40000;
    width: 98rem;
    height: 49rem;
    line-height: 1.4;
}

.ranking .ranking-icon:before {
  content: "";
  display: block;
  width: 98rem;
  height: 2rem;
  position: absolute;
  background: #A0A0A0;
  top: 26rem;
}
.ranking .ranking-icon span {
    display: block;
    width: 45rem;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

/* =========================================
  TOP: Kodawari（完成イメージ寄せ）
========================================= */
.top-kodawari{
  padding: 80rem 0 270rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png) center / contain;
  position: relative;
  z-index: 2;
  margin-bottom: 100rem;
  overflow: visible;
}

.top-kodawari__inner{
  max-width: 670rem;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 0;   /* ★2カラムに変更 */
  column-gap: 0;
  row-gap: 90rem;
  align-items: start;
  position: relative;
  z-index: 2; /* 背景より前 */
  grid-template-rows: 1fr;
}

/* ===== 右上：縦書きタイトルブロック ===== */
.top-kodawari__titleWrap{
  grid-column: 2;
  grid-row: 1;
  justify-self: anchor-center;
  align-self: start;
  display: flex;
  flex-direction: row-reverse;
  gap: 80rem;
  text-align: left;
  width: 570rem;
  position: static;
  text-align: center;
  margin-right: unset;
}

.top-kodawari__title{
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .14em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 20rem;
}

.top-kodawari__title span{
  margin: 0;
}

.top-kodawari__titleMain img{
  display: block;
  width: 118rem; /* ロゴ幅は適宜 */
  height: auto;
}

.top-kodawari__titleSub{
  font-family: "Shippori Mincho", serif;
  font-size: 45rem;
  color: #333333;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.top-kodawari__lead{
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 28rem;
  line-height: 2;
  letter-spacing: 0;
  color: #333333;
  text-align: left;
  margin-top: 100rem;
  padding-top: 0;
}

/* ===== 左/右カラムの配置 ===== */
.top-kodawari__col{
  display: flex;
  flex-direction: column;
  gap: 90rem;
  width: 560rem;
}

/* 左カラムは 1行目から */
.top-kodawari__col--left{
  grid-column: 2;
  grid-row: auto; /* タイトルの行と並行して開始 */
}

/* 右カラムは「タイトルの下」から始める */
.top-kodawari__col--right{
  grid-column: 2;
  grid-row: auto;
  margin-left: auto;
}

/* ===== カード ===== */
.top-kodawariCard{
  position: relative;
}

.top-kodawariCard__media{
  position: relative;
}

.top-kodawariCard__media img{
  width: 100%;
  height: auto;
  display: block;
}

/* 本文 */
.top-kodawariCard__body{
  padding: 30rem 0 0;
}

.top-kodawariCard__head{
  margin: 0;
  font-size: 38rem;
  letter-spacing: .04em;
  line-height: 1.9;
  font-weight: 500;
  position: absolute;
  right: -95rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: block;
  top: 85rem;
  height: max-content;
}

.top-kodawariCard__text{
  margin: 0 0 40rem;
  font-size: 26rem;
  line-height: 1.6;
  color: #333;
}

/* 詳しく見る（赤矢印） */
.top-kodawariCard__link{
  display: inline-block;
  font-size: 28rem;
  letter-spacing: 0.04em;
  position: relative;
  transition: .3s;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.top-kodawariCard__link:before {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
  top: 8rem;
  width: 40rem;
  height: 40rem;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-kodawariCard__link:after {
  content: "";
  display: block;
  position: absolute;
  right: -34rem;
  top: 20rem;
  width: 8rem;
  height: 16rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: cover;
  transition: 0.3s;
  background-repeat: no-repeat;
}
.top-kodawariCard__link:hover {
  opacity: 1;
  color: #E40000;
}
.top-kodawariCard__link:hover:after {
  opacity: 0;
  right: -25px;
}

/* ===== 縦の帯画像（text01/text02）を「画像の脇」に出す =====
   ※ 今は .top-kodawariCard__tag に <img> が入っている前提 */
.top-kodawariCard__tag{
  margin: 0; /* 元の余白リセット */
  position: absolute;
  top: 20rem;
  width: 178rem; /* 帯の太さ */
  height: auto;
  z-index: 3;
}

/* 左カラム：画像の右外に出す */
.top-kodawari__col--left .top-kodawariCard__tag{
  right: -100rem;
  transform: rotate(180deg);
}

/* 右カラム：画像の左外に出す（完成イメージ寄せ） */
.top-kodawari__col--right .top-kodawariCard__tag{
  left: -57px;
  transform: rotateY(180deg);
}

.top-kodawari__col--right .top-kodawariCard__head {
  left: -105rem;
  right: unset;
}
/* 右カラム1枚目（伏流水）を少し上に食い込ませたい時（任意） */
.top-kodawari__col--right .top-kodawariCard:first-child{
  margin-top: 0;
}

/* ===== 背景画像（左下に敷く） ===== */
.top-kodawariBack{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600rem;
  z-index: 1;
  pointer-events: none;
  bottom: -150rem;
}

.top-kodawariBack img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 1; /* 必要なら薄くする */
}


.top-bannerLinks{
  padding: 150rem 0 120rem;
  overflow: hidden;
  margin-left: 35rem;
}

.top-bannerLinks__inner{
  max-width: 100vw;
  max-width: unset;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: scroll;
}

.top-bannerLinks__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15rem;
}

.top-bannerLinks__link{
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
}

.top-bannerLinks__img{
  width: 500rem;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* 文字が乗る部分（画像上に白文字） */
.top-bannerLinks__title{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 31rem;
  letter-spacing: .04em;
  line-height: 1.2;
  z-index: 2;
  white-space: nowrap;
}

/* うっすら暗幕（必要なら） */
.top-bannerLinks__link::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.4);
  opacity: 1;
  transition: opacity .3s ease;
  z-index: 1;
}
  .top-bannerLinks__link:hover {
    opacity: 1;
    transition: opacity .3s ease;
  }

/* hover（PCだけ効く想定） */
@media (hover:hover){
  .top-bannerLinks__link:hover::after{ opacity: 1; background: unset;}
  .top-bannerLinks__link:hover .top-bannerLinks__img{
    opacity: 1;
    transition: transform .3s ease;
  }
}

.top-news{
  padding: 0 0 150rem;
  background: #fff;
}

.top-news__inner{
  max-width: 680rem;
  margin: 0 auto;
  padding: 0;
}

.top-news__head{
  text-align: center;
  margin-bottom: 50rem;
}

.top-news__mark{
  width: 90rem;
  margin: 0 auto 10rem;
}
.top-news__mark img{
  width: 100%;
  height: auto;
  display: block;
}

.top-news__title{
  margin: 0;
  font-size: 40rem;
  letter-spacing: .04em;
  font-weight: 500;
  line-height: 1.6;
}

.top-news__list{
  list-style: none;
  margin: 50rem auto 0;
  padding: 0;
  max-width: 680rem;
}

.top-news__item{
  display: grid;
  grid-template-columns: 120rem 116rem;
  grid-template-rows: 1fr;
  gap: 15rem 16rem;
  align-items: center;
  padding: 33rem 0;
  border-bottom: 1px solid #DEDEDE;
  justify-content: left;
}

.top-news__item:last-of-type{
  border-bottom: none;
}

.top-news__date{
  font-size: 26rem;
  letter-spacing: 0;
  color: #333333;
  white-space: nowrap;
}

.top-news__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38rem;
  padding: 0rem 10rem;
  border-radius: 3rem;
  background: #F2F7FA;
  color: #333;
  font-size: 24rem;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-news__link{
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-size: 28rem;
  letter-spacing: 0;
  line-height: 1.5;
  width: 90vw;
}

.top-news__link:hover{
  text-decoration: underline;
}

.top-news__more{
  text-align: center;
  margin-top: 50rem;
}

.top-news__moreBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  min-width: 400rem;
  height: 90rem;
  border: 1px solid #DEDEDE;
  background: #fff;
  color: #000000;
  text-decoration: none;
  font-size: 28rem;
  letter-spacing: .04em;
}

.top-news__moreIcon{
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.top-news__moreIcon:before {
  content: "";
  position: absolute;
  display: block;
  right: -25rem;
  top: -2rem;
  width: 40rem;
  height: 40rem;
  border: 1px solid #DEDEDE;
  background: #fff;
}
.top-news__moreIcon:after {
  content: "";
  display: block;
  position: absolute;
  right: -9rem;
  top: 10rem;
  width: 9rem;
  height: 17rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_arrow_red.svg);
  background-size: cover;
  transition: 0.3s;
}
.top-news__moreBtn:hover {
  opacity: 1;
  color: #E40000;
}
.top-news__moreBtn:hover .top-news__moreIcon:after {
  opacity: 0;
  right: -10px;
}
.is-home .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: none;
  z-index: 80;
  height: 120rem;
}

.is-home.is-mv-out .header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 10;
}
.is-home .openbtn__line, .is-home .openbtn__line::before, .is-home .openbtn__line::after {
    background: #000;
}
.is-home .openbtn__label {
    color: #000;
}
    .is-home .header__inner {
        padding: 20rem 28rem;
        margin-top: 5rem;
    }
.is-home .header__iconItem.sp-only ,.is-home .header__spCart {
    display: block;
}
.is-home .header__cartLink {
    display: flex;
}
.is-home.is-mv-out .header__icons {
    flex-direction: row;
}
.is-home.is-mv-out .openbtn__line, .is-home.is-mv-out .openbtn__line::before, .is-home.is-mv-out .openbtn__line::after {
    background: #000000;
}
.is-home.is-mv-out .header__Cart.pc-only {
    display: none;
}
.top-bannerLinks__item:last-of-type {
  padding-right: 36rem;
}
.top-kodawari__col--right.sp-only {
  display: flex;
}
.top-kodawari__col--left.sp-only {
    display: flex;
}
}



.cat-page{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* layout: side + right */
.cat-page .main.container{
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  gap: 38px;
  align-items: flex-start;
  width: 1200px;
}
.cat-page .cat-right{
  min-width: 0;
  width: 960px;
}

/* ===== Category Hero ===== */
.cat-page .cat-hero{
  margin: 0 auto 45px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png);
  position: relative;
  background-size: cover;
  padding: 15px;
  padding-bottom: 25px;
  padding-left: 40px;
  width: 920px;
}
.cat-page .cat-hero:before {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg) center / contain no-repeat;
  right: -20px;
  bottom: 20px;
}
.cat-page .cat-hero:after {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg) center / contain no-repeat;
  left: -20px;
  top: 20px;
  transform: rotateX(180deg);
}
.cat-page .cat-hero__inner{
  display: flex;
  gap: 50px;
  align-items: anchor-center;
}
.cat-page .cat-hero__text{
  flex: 1;
  min-width: 0;
  margin-top: 35px;
  width: 660px;
}
.cat-page .cat-hero__title{
  margin: 0 0 15px;
  line-height: 1.4;
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cat-page .cat-hero__desc{
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.cat-page .cat-hero__media{
  width: 175px;
  max-width: 420px;
}
.cat-page .cat-hero__img{
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Child categories ===== */
.cat-page .cat-children{
  margin: 16px auto 28px;
  width: 930px;
}
.cat-page .cat-children__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.cat-page .cat-children__link{
  display: block;
  padding: 17px 15px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
}
.cat-page .cat-children__link:hover{
  background: #F7F4E2;
  opacity: 1;
}
.cat-page .cat-children__name{
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

/* ===== Head (count + sort) ===== */
.cat-page .cat-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin: 0;
  padding-bottom: 10px;
}
.cat-page .cat-head__count{
  margin: 0;
  font-size: 14px;
  opacity: 1;
  letter-spacing: 0.02em;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cat-page .cat-sort{
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat-page .cat-sort__label{
  margin: 0;
  font-size: 13px;
  opacity: 1;
}
.cat-page .cat-sort__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cat-page .cat-sort__list a{
  text-decoration: none;
  font-size: 13px;
  padding: 6px 10px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  display: inline-block;
}

/* ===== Product list (pdp-related style) ===== */
.cat-page .category-related{
  margin-top: 45px;
  width: auto;
  padding: 0;
}

/* list grid */
.cat-page .category-related .pdp-related__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

/* item */
.cat-page .category-related .pdp-related__item{
  position: relative;
}

/* card */
.cat-page .category-related .pdp-related__card{
  display: block;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
}

/* media */
.cat-page .category-related .pdp-related__media{
}
.cat-page .category-related .pdp-related__media img{
}

/* taste icons */
.cat-page .category-related .pdp-related__taste{
}
.cat-page .category-related .pdp-taste__icons img{
}

/* body */
.cat-page .category-related .pdp-related__body{
}
.cat-page .category-related .pdp-related__name{

}
.cat-page .category-related .pdp-related__spec{

}
.cat-page .category-related .pdp-related__price{

}
.cat-page .category-related .pdp-related__priceOld{

}
.cat-page .category-related .pdp-related__priceNow{

}
.cat-page .category-related .pdp-related__priceNow small{

}

/* favorite (bottom-right) */
.cat-page .category-related .pdp-related__fav{top: unset;}

/* favorite icons hit area */
.cat-page .category-related .favorite-icon{

}

/* pager */
.cat-page .pager-wrap{
  margin-top: 60px;
  padding-top: 0;
  justify-content: center;
}
.cat-page .pager-wrap .total-count{
  margin: 0 0 12px;
  font-size: 13px;
  opacity: .85;
  display: none;
}
.cat-page .pager{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.cat-page .pager a{
  display: inline-block;
  text-decoration: none;
  padding: 0;
  font-size: 22px;
  opacity: 1;
  color: #333333;
}
.cat-page .pager .current{
  display: inline-block;
  padding: 0;
  font-size: 22px;
  opacity: 1;
  color: #D6C049;
}

/* empty */
.cat-page .empty{
  margin: 24px 0;
  padding: 18px 0;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
}

.cat-page .cat-sort{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* 「並び替え」ラベルをボタン風に */
.cat-page .cat-sort__label{
  margin: 0;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2C2926;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
}

/* ▼アイコン（疑似要素） */
.cat-page .cat-sort__label:after{
  content: "";
  opacity: 1;
  transform: translateY(-1px);
  width: 8px;
  height: 8px;
  transform: rotate(45deg)translateY(-1px);
  border: 2px solid #707070;
  border-radius: 1px;
  border-top: none;
  border-left: none;
}
.cat-page .cat-sort__label:before{
  content: "";
  opacity: 1;
  transform: translateY(1px);
  width: 19px;
  height: 12px;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_sort.svg) center / contain no-repeat;
}

/* メニュー本体：初期は閉じる */
.cat-page .cat-sort__list{
  position: absolute;
  top: calc(100% + 0px);
  right: 7px;
  min-width: 109px;
  list-style: none;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #DEDEDE;
  background: #fff;
  border-radius: 3px;
  display: none;          /* ←閉じる */
  z-index: 50;
}

/* 開いた状態（JSで .is-open を付ける想定） */
.cat-page .cat-sort.is-open .cat-sort__list{
  display: block;
}

/* 開いている時は▼を反転（任意） */
.cat-page .cat-sort.is-open .cat-sort__label:after{
  content: "";
  transform: rotate(-135deg) translateY(0px);
  top: 3px;
  position: relative;
}

/* リストの見た目 */
.cat-page .cat-sort__list li{
  margin: 0;
}
.cat-page .cat-sort__list a{
  display: block;
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  border: 0;
  background: transparent;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #2C2926;
}
.cat-page .cat-sort__list a:hover{
  background: rgba(0,0,0,.04);
}

/* 既存の横並び設定を無効化（念のため） */
.cat-page .cat-sort__list{
  flex-wrap: initial;
  gap: 0;
}

.search {
    background: #F2F7FA;
    padding: 20px 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 30px;
}

.side {
    width: 202px;
    padding-right: 0;
}
.search-area li {
    margin-bottom: 20px;
    color: #707070;
}

.search-area label {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  color: #707070;
  font-weight: 500;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 38%;
  margin-right: 4px;
  height: 35px;
}
input.search-price:nth-of-type(2) {
  width: 38%;
  margin-left: 4px;
  height: 35px;
}
.side-section {
  margin-top: 30px;
}
.side-section:last-of-type {
  margin-top: 10px;
}
.side-section-banner {
  margin-top: 30px;
}
.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: none;
  padding-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #707070;
  font-size: 17px;
  margin-top: 30px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #DEDEDE;
  padding-right: 0;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 13px 0;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
}
.side-category-item p.is-open {
  background: #C3AF5B;
  color: #ffffff;
  padding: 13px 10px;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: unset;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p.is-open:before {display: none;}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: unset;
}
.side-category-item p.is-open:after {
  right: 10px;
  background: #ffffff;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

.child-item {
  padding: 0 10px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}
.side-contact-banner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-contact a {
  color: #ffffff;
  font-size: 15px;
}
.side-contact a li {
  margin-bottom: 10px;
  padding: 14px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #D6C049;
}
input[type="text"].side-search-keyword {
  height: 35px;
  font-size: 14px;
}
input[type="text"].side-search-keyword::placeholder {
  font-size: 14px;
}
.search-area select.search-category {
  height: 35px;
  color: #333333;
  font-size: 14px;
  padding: 2px;
}
.search-area select.search-category option {
  color: #333333;
  font-size: 14px;
}
.search-area input.side-search-original-code {
  color: #333333;
  font-size: 14px;
  height: 35px;
}
input[type="text"].side-search-original-code::placeholder {
  font-size: 14px;
}
.search .search-btn {
    font-size: 14px;
    border: 1px solid #333333;
    border-radius: 0;
    background: #333333;
    display: block;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    height: 40px;
    line-height: 1.2;
}
.side-category-child-item {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.side-category-child-item li:first-of-type {
  padding-top: 13px;
}
.side-category-child-item li:last-of-type {
  padding-bottom: 13px;
}
.search-summary__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  margin-bottom: 50px;
}

.search-summary__text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  display: block;
  color: #707070;
}
.cat__title {
  margin-bottom: 60px;
}
.search-page .cat__title {
  margin-bottom: 10px;
}
.pager li {
  margin-right: 0;
}
.uKomiWidgetFormWrapper {
  font-size: 14px!important;
}

.modal-cart-btn li a {
  font-size: 14px;
}
.modal-wrapper {
    max-width: 560px;
    font-size: 14px;
}



@media screen and (max-width: 1440px) {
.cat-page{
  max-width: 1200rem;
}
.uKomiWidgetFormWrapper {
  font-size: 14rem!important;
}
.modal-cart-btn li a {
  font-size: 14rem;
  width: 240rem;
}
.modal-wrapper {
    max-width: 560rem;
    font-size: 14rem;
}

/* layout: side + right */
.cat-page .main.container{
  padding: 40rem 0;
  gap: 38rem;
  width: 1200rem;
}
.cat-page .cat-right{
  width: 960rem;
}

/* ===== Category Hero ===== */
.cat-page .cat-hero{
  margin: 0 auto 45rem;
  padding: 15rem;
  padding-left: 40rem;
  padding-bottom: 25rem;
  width: 920rem;
}
.cat-page .cat-hero:before {
  width: 86rem;
  height: 16rem;
  right: -20rem;
  bottom: 20rem;
}
.cat-page .cat-hero:after {
  width: 86rem;
  height: 16rem;
  left: -20rem;
  top: 20rem;
}
.cat-page .cat-hero__inner{
  gap: 50rem;
}
.cat-page .cat-hero__text{
  margin-top: 35rem;
  width: 660rem;
}
.cat-page .cat-hero__title{
  margin: 0 0 15rem;
  font-size: 28rem;
}
.cat-page .cat-hero__desc{
  font-size: 14rem;
}
.cat-page .cat-hero__media{
  width: 175rem;
  max-width: 420rem;
}
.cat-page .cat-hero__img{
}

/* ===== Child categories ===== */
.cat-page .cat-children{
  margin: 16rem auto 28rem;
  width: 930rem;
}
.cat-page .cat-children__list{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10rem;
}
.cat-page .cat-children__link{
  padding: 17rem 15rem;
  border-radius: 3rem;
}
.cat-page .cat-children__link:hover{
}
.cat-page .cat-children__name{
  font-size: 15rem;
}

/* ===== Head (count + sort) ===== */
.cat-page .cat-head{
  gap: 16rem;
  padding-bottom: 10rem;
}
.cat-page .cat-head__count{
  font-size: 14rem;
}
.cat-page .cat-sort{
  gap: 12rem;
}
.cat-page .cat-sort__label{
  font-size: 13rem;
}
.cat-page .cat-sort__list{
  gap: 12rem;
}
.cat-page .cat-sort__list a{
  font-size: 13rem;
  padding: 6rem 10rem;
}

/* ===== Product list (pdp-related style) ===== */
.cat-page .category-related{
  margin-top: 45rem;
}

/* list grid */
.cat-page .category-related .pdp-related__list{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20rem;
}

/* item */
.cat-page .category-related .pdp-related__item{
}

/* card */
.cat-page .category-related .pdp-related__card{
}

/* media */
.cat-page .category-related .pdp-related__media{
}
.cat-page .category-related .pdp-related__media img{
}

/* taste icons */
.cat-page .category-related .pdp-related__taste{
}
.cat-page .category-related .pdp-taste__icons img{
}

/* body */
.cat-page .category-related .pdp-related__body{
}
.cat-page .category-related .pdp-related__name{

}
.cat-page .category-related .pdp-related__spec{

}
.cat-page .category-related .pdp-related__price{

}
.cat-page .category-related .pdp-related__priceOld{

}
.cat-page .category-related .pdp-related__priceNow{

}
.cat-page .category-related .pdp-related__priceNow small{

}

/* favorite (bottom-right) */
.cat-page .category-related .pdp-related__fav{top: unset;}

/* favorite icons hit area */
.cat-page .category-related .favorite-icon{

}

/* pager */
.cat-page .pager-wrap{
  margin-top: 60rem;
}
.cat-page .pager-wrap .total-count{
  margin: 0 0 12rem;
  font-size: 13rem;
  opacity: 1;
}
.cat-page .pager{
  gap: 26rem;
}
.cat-page .pager a{
  font-size: 22rem;
}
.cat-page .pager .current{
  font-size: 22rem;
}

/* empty */
.cat-page .empty{
  margin: 24rem 0;
  padding: 18rem 0;
  font-size: 14rem;
}

.cat-page .cat-sort{
  gap: 10rem;
}

/* 「並び替え」ラベルをボタン風に */
.cat-page .cat-sort__label{
  padding: 10rem 14rem;
  font-size: 13rem;
  gap: 10rem;
}

/* ▼アイコン（疑似要素） */
.cat-page .cat-sort__label:after{
  transform: translateY(-1rem);
  width: 8rem;
  height: 8rem;
  transform: rotate(45deg)translateY(-1rem);
  border: 2rem solid #707070;
  border-radius: 1rem;
}
.cat-page .cat-sort__label:before{
  transform: translateY(1rem);
  width: 19rem;
  height: 12rem;
}

/* メニュー本体：初期は閉じる */
.cat-page .cat-sort__list{
  top: calc(100% + 0rem);
  right: 7rem;
  min-width: 109rem;
  padding: 10rem 15rem;
  border-radius: 3rem;
}

/* 開いた状態（JSで .is-open を付ける想定） */
.cat-page .cat-sort.is-open .cat-sort__list{
  display: block;
}

/* 開いている時は▼を反転（任意） */
.cat-page .cat-sort.is-open .cat-sort__label:after{
  content: "";
  transform: rotate(-135deg) translateY(0rem);
  top: 3rem;
}

/* リストの見た目 */
.cat-page .cat-sort__list li{
  margin: 0;
}
.cat-page .cat-sort__list a{
  font-size: 13rem;
}
.cat-page .cat-sort__list a:hover{
}

/* 既存の横並び設定を無効化（念のため） */
.cat-page .cat-sort__list{

}

.search {
    padding: 20rem 15rem;
    margin-bottom: 30rem;
}

.side {
    width: 202rem;
}
.search-area li {
    margin-bottom: 20rem;
}

.search-area label {
  margin-bottom: 7rem;
  font-size: 15rem;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 38%;
  margin-right: 4rem;
  height: 35rem;
}
input.search-price:nth-of-type(2) {
  width: 38%;
  margin-left: 4rem;
  height: 35rem;
}
.side-section {
  margin-top: 30rem;
}
.side-section:last-of-type {
  margin-top: 10rem;
}
.side-section-banner {
  margin-top: 30rem;
}
.sp-side-section {
  display: none;
}

.category-list-title {
  font-size: 17rem;
  margin-top: 30rem;
}

.side-category-item {
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 13rem 0;
  font-size: 15rem;
}
.side-category-item p.is-open {
  padding: 13rem 10rem;
}
.side-category-item p:before {
  top: 26rem;
  width: 12rem;
  height: 1rem;
}
.side-category-item p.is-open:before {display: none;}
.side-category-item p:after {
  top: 26rem;
  width: 12rem;
  height: 1rem;
}
.side-category-item p.is-open:after {
  right: 10rem;
}
.side-category-item p.on {
  padding-left: 6rem;
  padding-right: 14rem;
}
.side-category-item p.on:before {
  right: 10rem;
}
.side-category-item p.on:after {
  right: 10rem;
}

.child-item {
  padding: 0 10rem !important;
  font-size: 12rem;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}
.side-contact-banner {
  gap: 10rem;
}
.side-contact a {
  font-size: 15rem;
}
.side-contact a li {
  margin-bottom: 10rem;
  padding: 14rem 10rem;
}
input[type="text"].side-search-keyword {
  height: 35rem;
  font-size: 14rem;
}
input[type="text"].side-search-keyword::placeholder {
  font-size: 14rem;
}
.search-area select.search-category {
  height: 35rem;
  color: #333333;
  font-size: 14rem;
  padding: 2rem;
}
.search-area select.search-category option {
  color: #333333;
  font-size: 14rem;
}
.search-area input.side-search-original-code {
  color: #333333;
  font-size: 14rem;
  height: 35rem;
}
input[type="text"].side-search-original-code::placeholder {
  font-size: 14rem;
}
.search .search-btn {
    font-size: 14rem;
    padding: 10rem;
    height: 40rem;
}
.side-category-child-item {
  gap: 13rem;
}
.side-category-child-item li:first-of-type {
  padding-top: 13rem;
}
.side-category-child-item li:last-of-type {
  padding-bottom: 13rem;
}
.search-summary__text {
  gap: 5rem;
}

.search-summary__text span {
  font-size: 14rem;
}
.cat__title {
  margin-bottom: 60rem;
}
.cat-page .main.container {
    padding: 40rem 0;
    gap: 38rem;
    width: 1200rem;
}
.search-page .cat__title {
  margin-bottom: 10rem;
}
.pager li {
  margin-right: 0;
}

}

@media (max-width: 768px){

.cat-page{
  width: 100%;
  max-width: 680rem;
  margin: 0 auto;
  margin-top: 25rem;
}


/* layout: side + right */
.cat-page .main.container{
  margin: 0 auto;
  padding: 100rem 0 150rem;
  display: flex;
  gap: 38rem;
  align-items: flex-start;
  width: 680rem;
}
.cat-page .cat-right{
  min-width: 0;
  width: 680rem;
}

/* ===== Category Hero ===== */
.cat-page .cat-hero{
  margin: 0 auto 45rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png);
  position: relative;
  background-size: cover;
  padding: 40rem;
  padding-bottom: 40rem;
  padding-left: 40rem;
  width: 680rem;
}
.cat-page .cat-hero.gazou-ari{
  
}
.cat-page .cat-hero:before {
  content: "";
  display: none;
  width: 140rem;
  height: 26rem;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg) center / contain no-repeat;
  right: -20rem;
  bottom: 20rem;
}
.cat-page .cat-hero:after {
  content: "";
  display: block;
  width: 140rem;
  height: 26rem;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/text01.svg) center / contain no-repeat;
  left: -15rem;
  top: 35rem;
  transform: rotateX(180deg);
}
.cat-page .cat-hero__inner{
  display: flex;
  gap: 50rem;
  align-items: anchor-center;
}
.cat-page .cat-hero__text{
  flex: 1;
  min-width: 0;
  margin-top: 65rem;
  width: 600rem;
}
.cat-page .cat-hero__title{
  margin: 0 0 95rem;
  line-height: 1.4;
  font-size: 44rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: 100%;
  margin: 0 0 30rem;
}
.cat-page .cat-hero.gazou-ari .cat-hero__title{
  width: 350rem;
  margin: 0 0 30rem;
}
.cat-page .cat-hero__desc{
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 26rem;
}
.cat-page .cat-hero__media{
  width: 175rem;
  max-width: 420rem;
}
.cat-page .cat-hero__img{
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Child categories ===== */
.cat-page .cat-children{
  margin: 16rem auto 28rem;
  width: 680rem;
}
.cat-page .cat-children__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14rem;
}
.cat-page .cat-children__link{
  display: block;
  padding: 30rem 20rem;
  text-decoration: none;
  border-radius: 3rem;
  border: 1rem solid #dedede;
  background: #fff;
}
.cat-page .cat-children__link:hover{
  background: #F7F4E2;
  opacity: 1;
}
.cat-page .cat-children__name{
  display: block;
  font-size: 26rem;
  line-height: 1.3;
}

/* ===== Head (count + sort) ===== */
.cat-page .cat-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16rem;
  margin: 0;
  padding-bottom: 15rem;
}
.cat-page .cat-head__count{
  margin: 0;
  font-size: 26rem;
  opacity: 1;
  letter-spacing: 0.02em;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cat-page .cat-sort{
  display: flex;
  align-items: center;
  gap: 12rem;
}
.cat-page .cat-sort__label{
  margin: 0;
  font-size: 13rem;
  opacity: 1;
}
.cat-page .cat-sort__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12rem;
  flex-wrap: wrap;
}
.cat-page .cat-sort__list a{
  text-decoration: none;
  font-size: 13rem;
  padding: 6rem 10rem;
  border: 1rem solid rgba(0,0,0,.12);
  background: #fff;
  display: inline-block;
}

/* ===== Product list (pdp-related style) ===== */
.cat-page .category-related{
  margin-top: 70rem;
  width: auto;
  padding: 0;
  overflow-x: auto;
  overflow: hidden;
}

/* list grid */
.cat-page .category-related .pdp-related__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20rem;
}

/* item */
.cat-page .category-related .pdp-related__item{
  position: relative;
}

/* card */
.cat-page .category-related .pdp-related__card{
  display: block;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
}

/* media */
.cat-page .category-related .pdp-related__media{
}
.cat-page .category-related .pdp-related__media img{
}

/* taste icons */
.cat-page .category-related .pdp-related__taste{
}
.cat-page .category-related .pdp-taste__icons img{
}

/* body */
.cat-page .category-related .pdp-related__body{
}
.cat-page .category-related .pdp-related__name{

}
.cat-page .category-related .pdp-related__spec{

}
.cat-page .category-related .pdp-related__price{

}
.cat-page .category-related .pdp-related__priceOld{

}
.cat-page .category-related .pdp-related__priceNow{

}
.cat-page .category-related .pdp-related__priceNow small{

}

/* favorite (bottom-right) */
.cat-page .category-related .pdp-related__fav{top: unset;}

/* favorite icons hit area */
.cat-page .category-related .favorite-icon{

}

/* pager */
.cat-page .pager-wrap{
  margin-top: 60rem;
  padding-top: 0;
  justify-content: center;
}
.cat-page .pager-wrap .total-count{
  margin: 0 0 12rem;
  font-size: 13rem;
  opacity: .85;
  display: none;
}
.cat-page .pager{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40rem;
  flex-wrap: wrap;
}
.cat-page .pager a{
  display: inline-block;
  text-decoration: none;
  padding: 0;
  font-size: 34rem;
  opacity: 1;
  color: #333333;
}
.cat-page .pager .current{
  display: inline-block;
  padding: 0;
  font-size: 34rem;
  opacity: 1;
  color: #D6C049;
}

/* empty */
.cat-page .empty{
  margin: 24rem 0;
  padding: 18rem 0;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26rem;
}

.cat-page .cat-sort{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10rem;
}

/* 「並び替え」ラベルをボタン風に */
.cat-page .cat-sort__label{
  margin: 0;
  padding: 10rem 14rem;
  font-size: 26rem;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 10rem;
  color: #2C2926;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
}

/* ▼アイコン（疑似要素） */
.cat-page .cat-sort__label:after{
  content: "";
  opacity: 1;
  transform: translateY(-1rem);
  width: 14rem;
  height: 14rem;
  transform: rotate(45deg)translateY(-4rem);
  border: 3rem solid #707070;
  border-radius: 1rem;
  border-top: none;
  border-left: none;
}
.cat-page .cat-sort__label:before{
  content: "";
  opacity: 1;
  transform: translateY(1rem);
  width: 37rem;
  height: 24rem;
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/icon_sort.svg) center / contain no-repeat;
}

/* メニュー本体：初期は閉じる */
.cat-page .cat-sort__list{
  position: absolute;
  top: calc(100% + 0rem);
  right: 7rem;
  min-width: 193rem;
  list-style: none;
  padding: 20rem 20rem;
  margin: 0;
  border: 1rem solid #DEDEDE;
  background: #fff;
  border-radius: 3rem;
  display: none;          /* ←閉じる */
  z-index: 50;
}

/* 開いた状態（JSで .is-open を付ける想定） */
.cat-page .cat-sort.is-open .cat-sort__list{
  display: block;
}

/* 開いている時は▼を反転（任意） */
.cat-page .cat-sort.is-open .cat-sort__label:after{
  content: "";
  transform: rotate(-135deg) translateY(0rem);
  top: 3rem;
  position: relative;
}

/* リストの見た目 */
.cat-page .cat-sort__list li{
  margin: 0;
}
.cat-page .cat-sort__list a{
  display: block;
  padding: 0;
  text-decoration: none;
  font-size: 26rem;
  border: 0;
  background: transparent;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #2C2926;
}
.cat-page .cat-sort__list a:hover{
  background: rgba(0,0,0,.04);
}

/* 既存の横並び設定を無効化（念のため） */
.cat-page .cat-sort__list{
  flex-wrap: initial;
  gap: 0;
}

.search {
    background: none;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 80rem;
}

.side {
    width: 202rem;
    padding-right: 0;
}
.search-area li {
    margin-bottom: 30rem;
    color: #707070;
    font-size: 26rem;
}

.search-area label {
  display: block;
  margin-bottom: 12rem;
  font-size: 26rem;
  color: #707070;
  font-weight: 500;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 38%;
  margin-right: 10rem;
  height: 80rem;
}
input.search-price:nth-of-type(2) {
  width: 38%;
  margin-left: 10rem;
  height: 80rem;
}
.side-section {
  width: 100%;
  margin: 0;
  margin-top: 50rem;
}
.side-section:last-of-type {
  margin-top: 30rem;
}
.side-section-banner {
  margin-top: 50rem;
}
.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: none;
  padding-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #707070;
  font-size: 32rem;
  margin-top: 50rem;
}

.side-category-item {
  position: relative;
  border-bottom: 1rem solid #DEDEDE;
  padding-right: 0;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 30rem 0;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28rem;
  color: #333333!important;
}
.side-category-item p.is-open {
  background: #C3AF5B;
  color: #ffffff!important;
  padding: 30rem 15rem;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 56rem;
  right: 0;
  margin: auto;
  width: 24rem;
  height: 2rem;
  background-color: #333333;
  transition: unset;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p.is-open:before {display: none;}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 55rem;
  right: 0;
  margin: auto;
  width: 24rem;
  height: 2rem;
  background-color: #333333;
  transition: unset;
}
.side-category-item p.is-open:after {
  right: 15rem;
  background: #ffffff;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6rem;
  padding-right: 14rem;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10rem;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10rem;
}

.child-item {
  padding: 0 10rem !important;
  font-size: 12rem;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}
.side-contact-banner {
  display: flex;
  flex-direction: row;
  gap: 10rem;
  flex-wrap: wrap;
}
.side-contact-banner li {
  width: 295rem;
}
.side-contact-banner li.widebanner {
  width: 600rem;
}
.search-side + .side-section-banner .side-contact-banner {
  display: flex;
  flex-direction: row;
  gap: 30rem;
  flex-wrap: wrap;
}
.search-side + .side-section-banner .side-contact-banner li {
  width: 100%;
}
.search-side + .side-section-banner .side-contact-banner li:last-of-type {
  width: 100%;
}
.side-contact a {
  color: #ffffff;
  font-size: 30rem;
}
.side-contact a li {
  margin-bottom: 30rem;
  padding: 28rem 18rem;
  font-weight: 500;
  color: #ffffff;
  background: #D6C049;
}
input[type="text"].side-search-keyword {
  height: 80rem;
  font-size: 26rem;
}
input[type="text"].side-search-keyword::placeholder {
  font-size: 26rem;
}
.search-area select.search-category {
  height: 80rem;
  color: #333333;
  font-size: 26rem;
  padding: 21rem;
  background: #fff;
}
.search-area select.search-category option {
  color: #333333;
  font-size: 26rem;
}
.search-area input.side-search-original-code {
  color: #333333;
  font-size: 26rem;
  height: 80rem;
  padding: 21rem;
}
input[type="text"].side-search-original-code::placeholder {
  font-size: 26rem;
}
.search .search-btn {
    font-size: 26rem;
    border: 1rem solid #333333;
    border-radius: 0;
    background: #333333;
    display: block;
    padding: 27rem;
    text-align: center;
    color: #ffffff;
    height: 90rem;
    width: 500rem;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: 500;
}
.side-category-child-item {
  display: flex;
  flex-direction: column;
  gap: 13rem;
}
.side-category-child-item li:first-of-type {
  padding-top: 13rem;
}
.side-category-child-item li:last-of-type {
  padding-bottom: 13rem;
}
.search-summary__text {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.search-summary__text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26rem;
  display: block;
}
.cat__title {
  margin-bottom: 70rem;
}
  .cat-page .main.container{
    display: block;
  }

  /* sideは後で対応とのことなので一旦余白だけ */
  .cat-page .main.container > *{
    min-width: 0;
  }

  .cat-page .cat-hero__inner{
    display: block;
  }
  .cat-page .cat-hero__media{
    width: 270rem;
    max-width: none;
    margin-top: 0;
    position: absolute;
    top: -40rem;
    right: 20rem;
  }

  .cat-page .cat-children__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cat-page .cat-head{
    display: flex;
  }
  .cat-page .cat-sort{
    margin-top: 0;
  }

  .cat-page .category-related .pdp-related__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45rem 30rem;
  }
.modal-cart-btn li a {
  font-size: 26rem;
  width: 363rem;
}
.modal-wrapper {
    max-width: 560rem;
    font-size: 26rem;
    text-align: center;
}
.modal-wrapper .cart-amazon {
  width: 363rem;
}
}

.uKomiWidgetSubmitNoteWrapper {
  text-align: left !important;
}
.uKomiWidgetSubmitBtnWrapper {
  text-align: left!important;
}
.item-detail .item-title {
  margin-bottom: 0;
}
.uKomiWidgetAskQuestionFormSuccessMessage, .uKomiWidgetVerifiedWriteReviewFormSuccessMessage, .uKomiWidgetWriteReviewFormSuccessMessage {
background: #A8A8A8!important;
}
.modal-order {
    background: #E40000;
}



.top-column__inner .p-column {
  margin-bottom: 40px;
}
.top-brand__title {
    font-family: "Shippori Mincho", serif;
    font-size: 26px;
    letter-spacing: 0.04em;
    margin: 0 0 40px;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
#rice {
    scroll-margin-top: 250px;
}
#skill {
    scroll-margin-top: 300px;
}
#water {
    scroll-margin-top: 300px;
}
#chokai {
    scroll-margin-top: 200px;
}
.p-guide_item_content .paypay-img {
    max-width: 165px;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    border-radius: 0;
    border: none;
}
.p-guide_item_content .paypay-img {
    max-width: 180px;
    width: 100%;
    border-radius: 0;
    border: none;
}
.p-guide_item_content .mt-20 img {
  width: 600px;
}

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

.top-column__inner .p-column {
  margin-bottom: 40rem;
}
.is-pos-top-right .top-mv__btn{
  margin-right: 25rem;
}
.top-brand__title {
    font-size: 26rem;
    margin: 0 0 40rem;
}
#rice {
    scroll-margin-top: 250rem;
}
#skill {
    scroll-margin-top: 300rem;
}
#water {
    scroll-margin-top: 300rem;
}
#chokai {
    scroll-margin-top: 200rem;
}
.p-guide_item_content .paypay-img {
    max-width: 165rem;
    width: 100%;
    padding: 0;
    margin: 10rem 0;
    border-radius: 0;
    border: none;
}
.p-guide_item_content .paypay-img {
    max-width: 180rem;
    width: 100%;
    border-radius: 0;
    border: none;
}
.p-guide_item_content .mt-20 img {
  width: 600rem;
}


}

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

.top-column__inner .p-column {
  margin-bottom: 50rem;
}
.is-pos-top-right .top-mv__btn{
  border-bottom: 1px solid #fff;
}
.is-pos-bottom-left .top-mv__btn{
  border-bottom: 1px solid #fff;
}
.is-pos-top-right .top-mv__btn{
  margin-right: inherit;
}
.top-brand__title {
    font-size: 40rem;
    margin: 0 0 40rem;
}
#rice {
    scroll-margin-top: 250rem;
}
#skill {
    scroll-margin-top: 300rem;
}
#water {
    scroll-margin-top: 600rem;
}

#chokai {
    scroll-margin-top: 200rem;
}
.p-guide_item_content .paypay-img {
    max-width: 247rem;
    width: 100%;
    padding: 0;
    margin: 20rem 0;
    border-radius: 0;
    border: none;
}
.p-guide_item_content .amapay-img {
    max-width: 270rem;
    width: 100%;
    border-radius: 0;
    border: none;
}
.p-guide_item_content .mt-20 img {
  width: 100%;
}
}
