@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-primary: #555;
  --color-warning: #f1f1f1;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #555;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.c-btn-cart,
.c-btn-progress {
  border-radius: unset;
}

.displayNone {
  display: none !important;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (min-width:769px) {
  body {
    min-width: 1240px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  body {
    min-width: 320px;
    letter-spacing: 0.1em;
  }
  .pc {
    display: none !important;
  }
}
main {
  width: 100%;
  flex: 1;
}

.main-wrap {
  flex-grow: 1;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

p {
  margin: 0;
}

select,
button,
input,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  outline: none;
}

a,
label,
select,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  border: none;
  color: #555;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (min-width:769px) {
  a:hover {
    opacity: 0.6;
  }
}

a[href] {
  pointer-events: unset;
}

input,
textarea {
  padding: unset;
  -webkit-user-select: auto;
  -moz-user-select: initial;
  user-select: initial;
  -webkit-touch-callout: initial;
}

button {
  padding: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.3s;
}

select::-ms-expand {
  display: none;
}

input::-moz-placeholder {
  color: #acacac;
}

input::placeholder {
  color: #acacac;
}

input::-ms-input-placeholder {
  color: #acacac;
}

#header {
  width: 100%;
}

.s-header {
  height: 15rem;
}
@media screen and (max-width:768px) {
  .s-header {
    height: 6rem;
  }
}
.s-header .s-headerRefinedSearchBox #searchWord,
.s-header .s-headerRefinedSearchBox select {
  border: 1px solid var(--color-light);
  background: unset;
}

.s-header-wrap__logo {
  width: 168px;
}
@media screen and (max-width:768px) {
  .s-header-wrap__logo {
    width: 132px;
  }
}

div#js-headNavOpenBtn {
  position: fixed;
  z-index: 1001;
  right: 20px;
}

.s-header-outer {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width:768px) {
  .s-header-outer {
    height: unset;
  }
}

.s-header-navBlok__nav {
  top: 0;
  height: 100%;
}

.s-header-wrap {
  position: relative;
  margin: auto;
  justify-content: flex-start;
  padding: 0 20px;
  max-width: 1240px;
  border-bottom: unset;
}
@media screen and (max-width:768px) {
  .s-header-wrap {
    padding: 0 min(16px, 16 / 480 * 100vw);
  }
}

.sub-nav {
  position: relative;
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  background: #fff;
  margin: auto;
}
.sub-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-nav li a {
  display: inline-block;
  padding: 16px 4px 24px;
  font-size: 16px;
  font-weight: 500;
}

.sub-nav {
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.sub-nav.is-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header {
  position: relative;
  z-index: 50;
  background: #f1f1f1;
}

.s-header-wrap__utility {
  right: 6rem;
  width: 11.4rem;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}
@media screen and (max-width:768px) {
  .header-inner {
    padding: 16px 20px;
  }
}

.header-logo {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111;
  text-decoration: none;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__item a {
  color: #111;
  text-decoration: none;
}

.sp-only {
  display: none;
}

@media screen and (max-width:768px) {
  .sp-only {
    display: inline-flex;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(84vw, 320px);
    height: 100vh;
    background: #fff;
    box-shadow: -12px 0 24px rgba(0, 0, 0, 0.08);
    padding: 88px 24px 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 60;
  }
  .header-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 55;
  }
  .header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .header-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid #111;
    border-radius: 6px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    z-index: 70;
  }
  .header-toggle__line {
    display: block;
    width: 20px;
    height: 2px;
    background: #111;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
  body.is-menu-open .header-nav {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  body.is-menu-open .header-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  body.is-menu-open .header-toggle__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  body.is-menu-open .header-toggle__line:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .header-toggle__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
.has-accordion {
  display: inline-block;
  padding: 16px 4px 24px;
  font-size: 16px;
  font-weight: 500;
  overflow: visible;
}
.has-accordion.is-open > .sub-nav__toggle::after {
  transform: translateY(-20%) rotate(-135deg);
}
.has-accordion.is-open > .sub-nav__child {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 24px;
  width: 800px;
  margin-top: 0;
  padding: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.sub-nav {
  overflow: visible;
}
.sub-nav.pc > ul {
  position: relative;
}
.sub-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
.sub-nav__list > li {
  position: relative;
  overflow: visible;
}
.sub-nav__list a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.sub-nav__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 18px 0 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sub-nav__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.sub-nav__child {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 200px;
  margin: 8px 0 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sub-nav__child li {
  margin: 0;
}
.sub-nav__child li a {
  padding: 0;
}
.sub-nav__child a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
}
.sub-nav ul.sub-nav__child {
  display: none;
}

.s-footer {
  width: 100%;
  padding: unset;
  border-top: unset;
}

.s-footer__nav.pc {
  padding: 0 20px;
  max-width: 1240px;
}

.footer-content {
  width: 100%;
  background: #E3E3E3;
}
@media screen and (max-width:768px) {
  .footer-content {
    padding: 20px;
  }
}
.footer-content p.text {
  margin: auto;
  padding: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

#rootTemplate {
  overflow-x: hidden;
  overflow-y: auto;
}

.mt--s {
  margin-top: 32px;
}
.mt--m {
  margin-top: 46px;
}
.mt--l {
  margin-top: 80px;
}
.mt--xl {
  margin-top: 104px;
}
@media screen and (max-width:768px) {
  .mt--sp16 {
    margin-top: 16px;
  }
}

.mb--s {
  margin-bottom: 32px;
}
.mb--m {
  margin-bottom: 46px;
}
.mb--ml {
  margin-bottom: 56px;
}
.mb--l {
  margin-bottom: 80px;
}
.mb--xl {
  margin-bottom: 104px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  min-height: 56px;
  height: 100%;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  border: 1px solid #555;
}
@media screen and (max-width:768px) {
  .c-btn-size {
    max-width: min(214 / 480 * 100vw, 214px);
    min-height: min(56 / 480 * 100vw, 56px);
  }
}
.c-btn-size--bk {
  color: #fff;
  background: #555;
}
.c-btn-size.arrow-r {
  position: relative;
}
.c-btn-size.arrow-r::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 8px;
  height: 12px;
  background: url(../../assets/img/common/ico_arrow_r.svg) center center no-repeat;
}
@media screen and (max-width:768px) {
  .c-btn-size.arrow-r::after {
    right: calc(16 / 480 * 100vw);
  }
}
.c-btn-size.wh-border {
  background: transparent;
  border-color: #fff;
}
.c-btn-size.wh-border.arrow-r::after {
  filter: brightness(100);
}

.ap-content-wrap .btn-wrap .c-btn-size {
  width: auto;
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .ap-content-wrap .btn-wrap .c-btn-size {
    margin: 0 auto;
  }
}

.ap-content-wrap {
  width: 100%;
}
.ap-content-wrap .ap-content-inner {
  margin: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width:768px) {
  .ap-content-wrap .ap-content-inner {
    padding: 0 calc(24 / 480 * 100vw);
  }
}
.ap-content-wrap .ap-content-inner.--s {
  max-width: 840px;
}
@media screen and (max-width:768px) {
  .ap-content-wrap .ap-content-inner.--s {
    width: 100%;
  }
}
.ap-content-wrap .ap-content-inner.--m {
  max-width: 906px;
}
@media screen and (max-width:768px) {
  .ap-content-wrap .ap-content-inner.--m {
    width: 100%;
  }
}
.ap-content-wrap .ap-content-inner.--l {
  max-width: 1100px;
}
@media screen and (max-width:768px) {
  .ap-content-wrap .ap-content-inner.--l {
    width: 100%;
  }
}
.ap-content-wrap .ap-content-inner.sp-no-pd {
  padding: unset;
}
.ap-content-wrap .ap-content-inner.border {
  margin: 56px auto;
  padding: 56px 0 56px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width:768px) {
  .ap-content-wrap .ap-content-inner.border {
    margin: 40px auto;
    padding: 40px 0 48px;
  }
}

@media screen and (max-width:768px) {
  .ap-top-mv .ap-content-inner {
    padding: 0;
  }
}
.ap-top-mv .m-featureSlide-slidePagination {
  margin-top: 30px;
  text-align: center;
  gap: 12px;
}
.ap-top-mv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  border: unset;
}
.ap-top-mv .swiper-pagination-bullet-active {
  background: #555;
}
.ap-top-mv picture.m-featureSlide-slider__picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 385px;
  height: 535px;
}
@media screen and (max-width:768px) {
  .ap-top-mv picture.m-featureSlide-slider__picture img {
    width: 100%;
    height: calc(624 / 480 * 100vw);
  }
}

.ap-head-news {
  margin-bottom: 46px;
}
@media screen and (max-width:768px) {
  .ap-head-news {
    margin-bottom: 24px;
  }
}
.ap-head-news p {
  background: #F2F2F2;
  padding: 16px 24px;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .ap-head-news p {
    padding: calc(8 / 480 * 100vw) calc(24 / 480 * 100vw);
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  .ap-head-news .ap-content-inner {
    padding: 0 min(16px, 16 / 480 * 100vw);
  }
}

.ap-top-bnr .bnr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .ap-top-bnr .bnr-wrap {
    flex-flow: column;
  }
}
.ap-top-bnr li {
  width: 50%;
}
@media screen and (max-width:768px) {
  .ap-top-bnr li {
    width: 100%;
  }
}
.ap-top-bnr li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ap-top-bnr li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px) {
  .ap-top-bnr li img {
    width: 100%;
    height: auto;
  }
}

.flex-box {
  display: flex;
}

.f-left {
  justify-content: flex-start;
}

.c-product-head__picture::before {
  padding-top: 100%;
}

.ap-concept.type-01 > div {
  margin-bottom: 48px;
}
.ap-concept.type-01 .c-product-body__price {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .ap-concept.type-01 .c-product-body__price {
    font-size: 15px;
  }
}
.ap-concept .text {
  line-height: 1.875;
}
@media screen and (max-width:768px) {
  .ap-concept .text {
    font-size: 14px;
  }
}
.ap-concept .flex-box {
  position: relative;
}
.ap-concept .flex-box .l-box {
  position: absolute;
  width: 100%;
  max-width: 638px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .ap-concept .flex-box .l-box {
    margin-bottom: calc(42 / 480 * 100vw);
    top: 14%;
    transform: unset;
  }
}
.ap-concept .flex-box .l-box .img-box {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .ap-concept .flex-box .l-box .img-box {
    margin-bottom: calc(42 / 480 * 100vw);
  }
}
.ap-concept .flex-box .l-box .img-box a {
  display: block;
}
.ap-concept .flex-box .r-box {
  height: 500px;
}
@media screen and (max-width:768px) {
  .ap-concept .flex-box .r-box {
    width: 100%;
    height: calc(500 / 480 * 100vw);
  }
}
.ap-concept .flex-box .r-box .img-box {
  position: absolute;
  right: 0;
  width: 800px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .ap-concept .flex-box .r-box .img-box {
    width: 133.3333333333vw;
    right: calc(-260 / 480 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .ap-concept .flex-box .r-box .img-box img {
    opacity: 0.6;
  }
}

@media screen and (max-width:768px) {
  .ap-col4-item {
    overflow-x: auto;
    margin-right: -24px;
  }
}
@media screen and (max-width:768px) {
  .ap-col4-item .item-wrap {
    width: -moz-max-content;
    width: max-content;
  }
}
.ap-col4-item .item-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width:768px) {
  .ap-col4-item .item-wrap ul {
    padding: 0 24px 24px 0;
  }
}
@media screen and (max-width:768px) {
  .ap-col4-item .item-wrap li {
    width: calc(278 / 480 * 100vw);
  }
}
.ap-col4-item .item-wrap a {
  display: block;
}
.ap-col4-item .item-wrap .img-box {
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .ap-col4-item .item-wrap .img-box {
    margin-bottom: 8px;
  }
}
.ap-col4-item .item-wrap .name {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.4;
}
.ap-col4-item .item-wrap .price {
  font-size: 18px;
  font-weight: bold;
}
.ap-col4-item .item-wrap .tax {
  font-size: 10px;
}
.ap-col4-item .item-wrap .c-feature-body__title-name {
  font-size: 12px;
}

.top-category {
  padding: 46px 0;
  background: #e7e7e7;
}
@media screen and (max-width:768px) {
  .top-category .mt--sp16 li {
    width: 100%;
  }
  .top-category .mt--sp16 .c-btn-size {
    width: 100%;
    max-width: 100%;
    color: #fff;
    background: #555;
  }
  .top-category .mt--sp16 .arrow-r::after {
    content: unset;
  }
}

.content-title {
  text-align: center;
}
.content-title.wh {
  color: white;
}
.content-title span {
  display: block;
  margin: auto;
}
.content-title .main {
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .content-title .main {
    font-size: 22px;
  }
}
.content-title .sub {
  margin-bottom: 32px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .content-title .sub {
    font-size: 14px;
  }
}

.col3-card.cat ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width:768px) {
  .col3-card.cat ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.col3-card.cat a {
  display: inline-block;
}
.col3-card.cat .sp li .btn {
  width: 100%;
  min-width: unset;
  max-width: unset;
  border: unset;
}
.col3-card.cat .sp li a {
  display: flex;
}
.col3-card.cat .img-box {
  width: 274px;
}
.col3-card.cat .text-box {
  background: #fff;
  padding: 18px;
}
.col3-card.cat .main {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.col3-card.cat .sub {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .top-subscription .ap-content-inner {
    padding: 0;
  }
}
.top-subscription .subsc-wrap {
  padding: 40px 65px;
  background: #F8F8F8;
}
@media screen and (max-width:768px) {
  .top-subscription .subsc-wrap {
    padding: 40px 24px;
  }
}
.top-subscription .subsc-img {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  height: 100%;
  aspect-ratio: 107/27;
}
@media screen and (max-width:768px) {
  .top-subscription .subsc-img {
    margin-bottom: 16px;
    width: 100%;
    height: 100%;
    aspect-ratio: 214/135;
  }
}
.top-subscription .subsc-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../assets/img/top/img_subsc_head.jpg") center center/contain no-repeat;
}
@media screen and (max-width:768px) {
  .top-subscription .subsc-img::before {
    background: url("../../assets/img/top/img_subsc_head_sp.jpg") center center/contain no-repeat;
  }
}
.top-subscription .subsc-img .subsc-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 2;
  text-align: center;
}
.top-subscription .subsc-img .sub {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .top-subscription .subsc-img .sub {
    font-size: min(18 / 480 * 100vw, 18px);
  }
}
.top-subscription .subsc-img .sub::before, .top-subscription .subsc-img .sub::after {
  width: 16px;
  height: 40px;
}
.top-subscription .subsc-img .sub::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: url("../../assets/img/top/ico_deg_line_l_wh.svg") center center/contain no-repeat;
}
.top-subscription .subsc-img .sub::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: url("../../assets/img/top/ico_deg_line_r_wh.svg") center center/contain no-repeat;
}
.top-subscription .subsc-img .main {
  display: block;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .top-subscription .subsc-img .main {
    font-size: min(32 / 480 * 100vw, 32px);
  }
}
.top-subscription .subsc-text ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width:768px) {
  .top-subscription .subsc-text ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.top-subscription .subsc-text li {
  padding: 24px;
  background: #fff;
}
.top-subscription .subsc-text .title {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.top-subscription .subsc-text .text {
  font-size: 13px;
  line-height: 1.3;
}
.top-subscription .subsc-text .img-box {
  margin: 32px auto 0;
  width: 226px;
}

.p-homeNewsList {
  border: unset;
}

.p-homeNewsList-body {
  padding: 1.6rem 7rem 1.6rem;
  border-bottom: unset;
}
@media screen and (max-width:768px) {
  .p-homeNewsList-body {
    padding: 1.6rem 0 1.6rem;
  }
}

.p-page-newsList .p-newsList-content__main:first-of-type .p-newsList-content__article {
  border-top: 1px solid var(--color-gray);
}
.p-page-newsList .p-newsList-content__article:first-of-type {
  border-top: unset;
}

.p-ranking-content__products li:nth-child(1) .c-product-head__rank {
  background-color: #DEC572;
}

.p-ranking-content__products li:nth-child(2) .c-product-head__rank {
  background-color: #ccc;
}

.p-ranking-content__products li:nth-child(3) .c-product-head__rank {
  background-color: #A57533;
}

@media screen and (max-width:768px) {
  .ap-top-ranking .p-ranking-content__products {
    overflow-y: auto;
    margin-right: -24px;
  }
}
.ap-top-ranking .m-productLineHome-col2-md5 {
  flex-flow: row;
}
@media screen and (max-width:768px) {
  .ap-top-ranking .m-productLineHome-col2-md5 {
    width: -moz-max-content;
    width: max-content;
    padding: 0 24px 24px 0;
  }
}
@media screen and (max-width:768px) {
  .ap-top-ranking .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item {
    width: 224px;
  }
}
.ap-top-ranking .m-productLineHome-col2-md5 .c-product-head__picture + .c-product-head__status {
  margin-top: 8px;
}

.tabs-wrap {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .tabs-wrap {
    margin-right: -24px;
    margin-bottom: 12px;
    overflow-y: auto;
  }
}
@media screen and (max-width:768px) {
  .tabs-wrap .c-ranking-tabs {
    padding-bottom: 24px;
    width: -moz-max-content;
    width: max-content;
  }
}

.c-ranking-tabs {
  display: flex;
  gap: 16px;
}
.c-ranking-tabs .c-ranking-tab {
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 42px;
  background: #F8F8F8;
  border-radius: 30px;
  cursor: pointer;
}
.c-ranking-tabs .c-ranking-tab.is_active {
  color: #fff;
  background: #999;
}

.c-product-head__rank {
  top: 16px;
  left: 12px;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  background: #767676;
}

/*====================================================================
top recommend
====================================================================*/
@media screen and (max-width:768px) {
  .item-col4-scroll .top-recommend-wrap {
    overflow-x: auto;
    margin-right: -24px;
  }
}
@media screen and (max-width:768px) {
  .item-col4-scroll .item-wrap {
    width: -moz-max-content;
    width: max-content;
  }
}
.item-col4-scroll ul.m-productLineHome-col2-md5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 30px;
}
.item-col4-scroll li.m-productLineHome-col2-md5__item {
  width: unset;
}
@media screen and (max-width:768px) {
  .item-col4-scroll li.m-productLineHome-col2-md5__item {
    width: calc(278 / 480 * 100vw);
  }
}
.item-col4-scroll .c-product-head__rank {
  display: none;
}

.top-infomation .ap-content-inner {
  border-top: 1px solid #ccc;
  padding-top: 64px;
}
@media screen and (max-width:768px) {
  .top-infomation .ap-content-inner {
    padding-top: 40px;
  }
}

.m-orderProductSect-itemQuantity .c-changeQuantity__number {
  border: unset;
  background: unset;
}

.c-formInput-item select {
  border: 1px solid #555;
}

.p-page-orderShipping .s-orderContent-head.no-pt {
  padding-top: 0;
}

/*====================================================================
product-detail
====================================================================*/
.p-page-productDetail .l-container {
  max-width: 1100px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .l-container {
    width: 100%;
  }
}
.p-page-productDetail .m-productDetailImg-slider__picture {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.p-page-productDetail img.m-productDetailImg-slider__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-page-productDetail .m-productDetailImg-thumsList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width:768px) {
  .p-page-productDetail .m-productDetailImg-thumsList {
    gap: 0.8rem 1.5rem;
  }
}
.p-page-productDetail .m-productDetailImg-thumsList__picture {
  position: relative;
  aspect-ratio: 1/1;
}
.p-page-productDetail .c-productSkuImgSelect-selectList__figure {
  width: unset;
}
.p-page-productDetail .m-productDetailImg-thumsList__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-page-productDetail .c-productSkuImgSelect-selectList {
  display: grid;
  flex-wrap: unset;
  align-items: unset;
  justify-content: unset;
  grid-template-columns: repeat(5, 1fr);
}
.p-page-productDetail .c-productSkuImgSelect-selectList__image {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.p-page-productDetail .m-productSkuDropdown-buyStep__body select {
  border: solid 1px var(--color-gray-middle);
}
.p-page-productDetail .m-productDetailImg-thumsList__item {
  width: unset !important;
  margin: auto !important;
}
.p-page-productDetail .p-productSkuBottomBtn ul {
  display: block;
}
.p-page-productDetail .p-productDetaiMain-guideTabBox-detailText__title {
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productDetaiMain-guideTabBox-detailText__title {
    font-size: 14px;
  }
}
.p-page-productDetail .p-productDetaiMain-head__title {
  margin-bottom: 16px;
}
.p-page-productDetail .p-productDetaiMain-head__title .p-productDetaiMain-head__title-name {
  font-size: 24px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productDetaiMain-head__title .p-productDetaiMain-head__title-name {
    font-size: 18px;
  }
}
.p-page-productDetail .p-productDetailMain-detail {
  margin-bottom: 24px;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productDetailMain-detail {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.p-page-productDetail .m-productSkuDropdown {
  padding: 0;
  border: unset;
}
.p-page-productDetail .m-productStockStatus {
  display: none;
}
.p-page-productDetail .p-productSkuBottomBtn {
  flex-flow: column;
}
.p-page-productDetail .p-productSkuBottomBtn li {
  width: 100%;
}
.p-page-productDetail .p-productSkuBottomBtn .c-btn-cart {
  padding: 2.4rem 1rem 2.5rem;
}
.p-page-productDetail .p-productSkuBottomBtn .c-btn-cart::before {
  content: none;
}
.p-page-productDetail .p-productSkuBottomBtn .c-btn-favorit {
  justify-content: flex-start;
  font-size: 16px;
  border: unset;
  padding: unset;
  font-weight: 400;
  color: #555 !important;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productSkuBottomBtn .c-btn-favorit {
    font-size: 12px;
  }
}
.p-page-productDetail .price-target-text {
  font-size: 27px;
  font-weight: bold;
}
.p-page-productDetail .price-texts {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
}
.p-page-productDetail .price-texts.gray-text {
  font-weight: 400;
  color: #707070;
}
.p-page-productDetail .price-texts.gray-text .price-target-text {
  text-decoration: line-through;
}
.p-page-productDetail .price-red-text {
  margin-bottom: 16px;
  color: var(--color-red);
}
.p-page-productDetail li + #subscription-cart {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .m-productRecommend-wrap__title--scroll,
  .p-page-productDetail .m-productRecommend-scroll {
    padding: 0;
  }
}
.p-page-productDetail .m-modalBoxSet__btn {
  margin: auto;
}
.p-page-productDetail .p-productDetaiMain-guideTabBox-reviewList__item:last-child {
  border-bottom: unset;
}
.p-page-productDetail .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
  max-width: 214px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
    max-width: min(44.5833333333vw, 214px);
  }
}
.p-page-productDetail .p-productDetail-foot__item.mb--ml {
  margin-bottom: 108px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productDetail-foot__item.mb--ml {
    margin-bottom: 80px;
  }
}
.p-page-productDetail .c-product-head__status {
  margin-top: 8px;
}

.type-img-text .block + .block {
  margin-top: 16px;
}

.type-acc-table .accordion .product-detail-table dl {
  display: flex;
  padding: 8px 0;
}
@media screen and (max-width:768px) {
  .type-acc-table .accordion .product-detail-table dl {
    flex-flow: column;
  }
}
.type-acc-table .accordion .product-detail-table dt {
  width: 160px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .type-acc-table .accordion .product-detail-table dt {
    width: 100%;
  }
}
.type-acc-table .accordion .product-detail-table dd {
  width: calc(100% - 160px);
}
@media screen and (max-width:768px) {
  .type-acc-table .accordion .product-detail-table dd {
    width: 100%;
  }
}
.type-acc-table .accordion .toggle {
  position: relative;
  width: 100%;
  padding: 24px 40px 24px 16px;
  text-align: left;
  background: unset;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .type-acc-table .accordion .toggle {
    padding: 16px 40px 16px 16px;
  }
}
.type-acc-table .accordion .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.type-acc-table .accordion + .accordion .toggle {
  border-top: unset;
}
.type-acc-table .accordion.is-open .toggle {
  border-bottom: unset;
}
.type-acc-table .accordion.is-open .toggle::after {
  transform: translateY(-20%) rotate(-135deg);
}
.type-acc-table .accordion.is-open .content {
  border-bottom: 1px solid #ddd;
}
.type-acc-table .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.type-acc-table .accordion .content-inner {
  padding: 16px 16px 40px 16px;
}
@media screen and (max-width:768px) {
  .type-acc-table .accordion .content-inner {
    padding: 16px;
  }
}

/*====================================================================
product-review
====================================================================*/
.review-flex-box {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c-productReview__name {
  font-size: 18px;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .c-productReview__name {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.c-productReview__review {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
.c-productReview__review:not(.c-productReview__comment) {
  padding-left: 16px;
}

.c-productReview__comment {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-productReview__comment {
    font-size: 14px;
  }
}

.c-productReview__star--active {
  filter: brightness(0) saturate(100%) invert(71%) sepia(61%) saturate(4603%) hue-rotate(14deg) brightness(88%) contrast(174%);
}

.c-formInput-item__starSelect {
  color: #EB9100;
}

.detail-preference .ap-content-inner {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.detail-preference .content-title {
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .detail-preference .content-title {
    margin-bottom: 24px;
  }
}
.detail-preference ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width:768px) {
  .detail-preference ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.detail-preference ul .head {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .detail-preference ul .head {
    font-size: 16px;
  }
}
.detail-preference .img-box {
  display: none;
  margin-bottom: 8px;
  aspect-ratio: 34/39;
  background: #e1e1e1;
  overflow: hidden;
  border-radius: 8px;
}
.detail-preference .img-box img {
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}

p.m-productRecommend-wrap__title,
.m-productRecommend-wrap__title--scroll {
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width:768px) {
  p.m-productRecommend-wrap__title,
  .m-productRecommend-wrap__title--scroll {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.c-product .c-product-body__title-name {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .c-product .c-product-body__title-name {
    font-size: 14px;
  }
}
.c-product .c-product-body__title-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-product .c-product-body__price {
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width:768px) {
  .c-product .c-product-body__price {
    font-size: 18px;
  }
}
.c-product .tax-text {
  font-size: 11px;
  font-weight: 500;
}

.p-page-productList .ap-concept.mb--xl {
  margin-bottom: unset;
}
.p-page-productList .p-productList-foot .mb--ml {
  margin-bottom: 108px;
}
@media screen and (max-width:768px) {
  .p-page-productList .p-productList-foot .mb--ml {
    margin-bottom: 80px;
  }
}
.p-page-productList .c-typeListProduct-skuList-item__btnList {
  display: block;
}
.p-page-productList .m-productLine-typeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.p-page-productList .c-typeListProduct-head {
  padding: unset;
}
.p-page-productList .c-typeListProduct {
  display: block;
}
.p-page-productList .m-productLine-typeList__item {
  padding: unset;
  border-bottom: unset;
}
.p-page-productList .c-typeListProduct-head__title-name {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .p-page-productList .c-typeListProduct-head__title-name {
    font-size: 13px;
  }
}
.p-page-productList .tax-text {
  font-size: 11px;
  font-weight: 500;
}
.p-page-productList .c-typeListProduct-head__price {
  font-size: 24px;
}
@media screen and (max-width:768px) {
  .p-page-productList .c-typeListProduct-head__price {
    font-size: 18px;
  }
}
.p-page-productList .c-typeListProduct-pictureBox {
  width: unset;
  float: unset;
}
.p-page-productList .c-typeListProduct-pictureBox__picture::before {
  padding-top: 100%;
}
.p-page-productList .c-typeListProduct-text {
  width: unset;
  float: unset;
}
.p-page-productList .c-typeListProduct-head__price--discount,
.p-page-productList .c-typeListProductSubsc__price--discount,
.p-page-productList .c-typeListProductSubsc__info-price--discount {
  color: #333;
}
.p-page-productList .c-product-body__price {
  font-size: 22px;
}
@media screen and (max-width:768px) {
  .p-page-productList .c-product-body__price {
    font-size: 18px;
  }
}

.p-page-productDetail .p-productList-foot,
.p-page-productList .p-productList-foot {
  margin-top: 64px;
  padding-top: unset;
  border-top: unset;
}
@media screen and (max-width:768px) {
  .p-page-productDetail .p-productList-foot,
  .p-page-productList .p-productList-foot {
    margin-top: 40px;
  }
}
.p-page-productDetail ul.m-productLine-col2-md4-scroll,
.p-page-productList ul.m-productLine-col2-md4-scroll {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width:768px) {
  .p-page-productDetail ul.m-productLine-col2-md4-scroll,
  .p-page-productList ul.m-productLine-col2-md4-scroll {
    display: flex;
  }
}
.p-page-productDetail li.m-productLine-col2-md4-scroll__item,
.p-page-productList li.m-productLine-col2-md4-scroll__item {
  width: unset;
}
@media screen and (max-width:768px) {
  .p-page-productDetail li.m-productLine-col2-md4-scroll__item,
  .p-page-productList li.m-productLine-col2-md4-scroll__item {
    width: 14.5rem;
  }
}
.p-page-productDetail li.m-productLine-col2-md4-scroll__item .c-product-head__status,
.p-page-productList li.m-productLine-col2-md4-scroll__item .c-product-head__status {
  margin-top: 8px;
}

.c-product-body__title-name {
  margin-top: 8px;
}

.c-product-sIcon__item {
  height: 20px;
}
@media screen and (max-width:768px) {
  .c-product-sIcon__item {
    height: 16px;
  }
}

.p-productListHeading-head__title {
  font-weight: 500;
}

.c-pager-list-item__link {
  height: 2.8rem;
}
.c-pager-list-item__link a {
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .c-pager-list-item__link a {
    font-size: 11px;
  }
}

.c-pager-list-item--active {
  height: 2.8rem;
  font-size: 13px;
  background: #333;
  color: #ffffff;
  border-radius: 13px;
}
@media screen and (max-width:768px) {
  .c-pager-list-item--active {
    font-size: 11px;
  }
}

.c-productUser-head__picture::before {
  padding-top: 100%;
}

.c-productUser-head__status {
  position: relative;
}

.m-userProductSectCol-product__picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn-cart::before {
  content: none;
}

.c-btn-fluid {
  border-radius: 0;
}

.p-myPage-recommendWrap .c-productUser-sIcon {
  margin-top: 8px;
}

.c-productUser-body {
  margin-top: 8px;
}

.c-product-head__status {
  position: relative;
}

.map-container {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 8px;
  padding-top: 56.25%; /* 16:9の比率にする場合 */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expantion-item:first-child {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .expantion-item:first-child {
    margin-top: 24px;
  }
}
.expantion-item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .expantion-item:last-child {
    margin-bottom: 24px;
  }
}
.expantion-item {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .expantion-item {
    margin-top: 56px;
  }
}
.expantion-item.type-04 {
  margin: 8px 0;
}

.pe-hero {
  line-height: 1.9;
}
.pe-hero img {
  display: block;
  width: 100%;
  height: auto;
}
.pe-hero > div:first-child img {
  width: 100%;
}
.pe-hero > div:nth-child(2) {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .pe-hero > div:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
  }
}
.pe-hero > div:nth-child(2) p:first-child {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width:768px) {
  .pe-hero > div:nth-child(2) p:first-child {
    font-size: 16px;
    line-height: 1.8;
  }
}
.pe-hero > div:nth-child(2) p + p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width:768px) {
  .pe-hero > div:nth-child(2) p + p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
  }
}

.pe-sec {
  padding-top: 52px;
  margin-top: 52px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width:768px) {
  .pe-sec {
    padding-top: 36px;
    margin-top: 36px;
  }
}
.pe-sec > h2 {
  margin: 0 0 44px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width:768px) {
  .pe-sec > h2 {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.5;
  }
}

.pe-ftr {
  display: grid;
  align-items: center;
  grid-template-columns: 242px 1fr;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.pe-ftr + .pe-ftr {
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .pe-ftr {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .pe-ftr + .pe-ftr {
    margin-top: 40px;
  }
}
.pe-ftr--rev {
  grid-template-columns: 1fr 242px;
}
.pe-ftr--rev > figure {
  order: 2;
}
.pe-ftr--rev > div {
  order: 1;
}
@media screen and (max-width:768px) {
  .pe-ftr--rev {
    grid-template-columns: 1fr;
  }
  .pe-ftr--rev > figure,
  .pe-ftr--rev > div {
    order: initial;
  }
}
.pe-ftr > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 242px;
  aspect-ratio: 1/1;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .pe-ftr > figure {
    width: 100%;
  }
}
.pe-ftr > figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pe-ftr > div {
  min-width: 0;
}
.pe-ftr h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .pe-ftr h3 {
    font-size: 16px;
    line-height: 1.7;
  }
}
.pe-ftr p {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .pe-ftr p {
    margin-top: 14px;
    font-size: 14px;
  }
}
.pe-ftr dl {
  margin: 24px 0 0;
}
.pe-ftr dt {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.pe-ftr dd {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .pe-ftr dl {
    margin-top: 20px;
  }
  .pe-ftr dt {
    font-size: 16px;
  }
  .pe-ftr dd {
    font-size: 14px;
  }
}

.pe-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.pe-list li {
  position: relative;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .pe-list li {
    font-size: 14px;
  }
}
.pe-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pe-list li + li {
  margin-top: 8px;
}
@media screen and (max-width:768px) {
  .pe-list {
    max-width: 100%;
  }
  .pe-list li {
    line-height: 1.9;
  }
}

.pe-usage {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .pe-usage {
    font-size: 14px;
  }
}
.pe-usage > div + div {
  margin-top: 34px;
}
.pe-usage h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .pe-usage h3 {
    font-size: 16px;
  }
}
.pe-usage p {
  margin: 0;
}
.pe-usage > p:last-child {
  margin-top: 34px;
}

.pe-spec {
  border-top: 1px dashed #ccc;
  border-bottom: 1px solid #ccc;
}
.pe-spec dl {
  display: grid;
  grid-template-columns: 103px 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px dashed #ccc;
}
.pe-spec dl:first-child {
  border-top: 0;
}
@media screen and (max-width:768px) {
  .pe-spec dl {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 16px 0;
  }
}
.pe-spec dt {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.pe-spec dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.pe-msg {
  margin-top: 58px;
  padding: 32px 28px;
  background: #f8f8f8;
}
@media screen and (max-width:768px) {
  .pe-msg {
    margin-top: 40px;
    padding: 36px 20px;
  }
}
.pe-msg > h2 {
  margin: 0 0 28px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width:768px) {
  .pe-msg > h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.pe-msg > p {
  margin: 0;
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width:768px) {
  .pe-msg > p {
    font-size: 14px;
  }
}

#couponCode.m-orderUseDiscount-selectBox__select {
  border: 1px solid #555;
  border-radius: 4px;
}

.sec1 {
  text-align: center;
}

.sec1 .img-box img {
  margin: 0 auto;
}

.sec1 .tx {
  font-size: 16px;
  line-height: 2;
}

.static_page h2 {
  font-size: 24px;
  margin: 48px 0;
  line-height: 2;
}

.sec2 {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin: 64px 0;
}

.rev {
  flex-direction: row;
}

.sec2 .tx {
  line-height: 1.6;
  width: 50%;
}

.sec3 {
  text-align: center;
  font-size: 20px;
  margin: 60px auto;
  line-height: 2;
}

.sec4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 30px;
}

.sec4 div {
  background: #eee;
  padding: 30px;
}

.sec4 div .ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .about1 .sec2 img {
    -o-object-position: top;
       object-position: top;
  }
}

@media screen and (max-width: 768px) {
  .static_page h2 {
    font-size: 18px;
    margin: 40px 0;
    line-height: 2;
  }
  .sec1 .tx {
    font-size: 14px;
    line-height: 1.8;
  }
  .sec2 {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column-reverse;
    margin: 64px 0;
  }
  .sec2 .tx {
    line-height: 1.6;
    width: 100%;
  }
  .sec2 img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sec2.rev img {
    -o-object-position: center;
       object-position: center;
  }
  .sec2 .tx {
    text-align: center;
    line-height: 1.6;
    width: 100%;
    font-size: 14px;
  }
  .sec3 {
    text-align: center;
    font-size: 16px;
    margin: 60px auto;
    line-height: 2;
  }
  .sec4 {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    gap: 16px;
  }
}/*# sourceMappingURL=ap_style.css.map */
