@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/**/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
  height: 100%;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  color: #202020;
}
@media screen and (max-width: 599.9px) {
  html {
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  }
}

body {
  min-height: 100%;
  width: 100%;
  min-width: 1260px;
  margin: 0 auto;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", arial, sans-serif;
  font-size: 1.6rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 599.9px) {
  body {
    min-width: initial;
  }
  .is-nav-active body {
    overflow: hidden;
  }
  .is-search-active body {
    overflow: hidden;
  }
}

@media screen and (min-width: 600px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

sup {
  line-height: inherit;
  vertical-align: unset;
}

b,
strong {
  font-weight: inherit;
}

em {
  font-style: normal;
}

img,
svg,
video {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

picture img {
  height: auto;
  width: 100%;
}

a img {
  transition: opacity 400ms ease;
}

@media screen and (min-width: 600px), print {
  a:hover img {
    opacity: 0.5;
  }
}

input::placeholder,
textarea::placeholder {
  color: #bbbbbb;
}

input,
textarea,
select {
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #979797;
  box-shadow: 0 0 7px rgba(32, 32, 32, 0.2);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

textarea {
  resize: vertical;
}

button:disabled {
  background-color: #cccccc;
}

input:disabled,
textarea:disabled {
  opacity: 0.5;
  background: rgba(204, 204, 204, 0.5);
}

select:disabled {
  background: rgba(204, 204, 204, 0.5);
  color: #bbbbbb;
}

table {
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  word-break: break-all;
}

/**/
.l-page {
  position: relative;
}

.l-container__inner {
  display: grid;
  gap: 60px;
  grid-template-columns: 190px 990px;
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 10px * 2);
  justify-content: space-between;
}
@media screen and (max-width: 599.9px) {
  .l-container__inner {
    width: calc(100% - 0px * 2);
  }
}
.l-container .l-main {
  min-width: 0;
}
@media screen and (max-width: 599.9px) {
  .l-container__inner {
    grid-template-columns: 1fr;
    gap: 26.6666666667vw;
  }
  .l-container__inner .l-side {
    order: 2;
  }
}

.l-section--gray {
  overflow: hidden;
  background: #f5f3f2;
}
.l-section--pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 599.9px) {
  .l-section--pb100 {
    padding-bottom: 13.3333333333vw;
  }
}
.l-section--line {
  border-top: solid 4px #f5f3f2;
}
.l-section__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 10px * 2);
}
@media screen and (max-width: 599.9px) {
  .l-section__inner {
    width: calc(100% - 0px * 2);
  }
}
.l-section__full-inner {
  margin-inline: auto;
  max-width: 100%;
  width: calc(100% - 40px * 2);
}
@media screen and (max-width: 599.9px) {
  .l-section__full-inner {
    width: calc(100% - 2.6666666667vw * 2);
  }
}

@media screen and (max-width: 599.9px) {
  .l-lg {
    display: none !important;
  }
}

@media screen and (min-width: 600px), print {
  .l-sm {
    display: none !important;
  }
}

.l-footer {
  overflow: hidden;
  margin-top: 150px;
}
.l-footer__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 0px * 2);
}
@media screen and (max-width: 599.9px) {
  .l-footer__inner {
    width: calc(100% - 0 * 2);
  }
}
.l-footer__top {
  background-color: #202020;
  padding-block: 26px 24px;
}
.l-footer__top .l-footer__inner {
  display: grid;
  grid-template-columns: auto max-content;
  align-items: center;
  position: relative;
}
.l-footer__top .l-footer__inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #7f7f7f;
  position: absolute;
  top: 0;
  left: 50%;
}
.l-footer__top-unit {
  display: flex;
  gap: 32px;
  align-items: center;
  color: #fff;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .l-footer__top-unit:hover {
    opacity: 0.5;
  }
  .l-footer__top-unit:hover img {
    opacity: inherit;
  }
}
.l-footer__top-unit .c-textlink--right {
  gap: 7px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.l-footer__top-unit .c-textlink--right svg {
  fill: #fff;
}
.l-footer__top-unit .c-textlink--right::after {
  margin: 0 0 1px 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
}
.l-footer__top-text {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.l-footer__contact svg {
  fill: #fff;
}
.l-footer__sns-list {
  display: grid;
  grid-auto-flow: column;
  column-gap: 28px;
  align-items: center;
}
.l-footer__main {
  padding-block: 50px;
  background-color: #f5f3f2;
}
.l-footer__main .l-footer__inner {
  display: grid;
  grid-auto-flow: column;
}
@media screen and (min-width: 600px), print {
  .l-footer__nav-unit:not(:first-of-type) {
    margin-top: 34px;
  }
}
.l-footer__nav-title, .l-footer__related-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #777777;
}
@media screen and (min-width: 600px), print {
  .l-footer__nav-ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    row-gap: 10px;
    font-size: 1.5rem;
  }
}
.l-footer__nav-ul + .l-footer__nav-title,
.l-footer__nav-ul + .l-footer__nav-ul {
  margin-top: 34px;
}
.l-footer__nav-list {
  line-height: 1.2;
}
.l-footer__nav-title a, .l-footer__nav-list a {
  gap: 7px;
}
.l-footer__nav-title a svg, .l-footer__nav-list a svg {
  width: 12px;
  fill: #202020;
}
.l-footer__related-ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}
.l-footer__related-list a {
  height: 100px;
  display: grid;
  place-content: center;
  place-items: center;
  background: #fff;
}
.l-footer__netshop {
  margin-top: 25px;
  font-size: 1.5rem;
}
.l-footer__netshop a {
  margin-inline: 10px;
  gap: 7px;
  font-weight: 500;
}
.l-footer__bottom {
  padding-block: 30px;
  background-color: #fff;
}
.l-footer__bottom .l-footer__inner {
  display: grid;
  grid-template-columns: auto max-content;
}
.l-footer__links-ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__links-list {
  font-size: 1.4rem;
}
.l-footer__links-list a {
  gap: 7px;
}
.l-footer__links-list:not(:last-of-type) {
  margin-right: 22px;
  padding-right: 22px;
  border-right: solid 1px #979797;
}
.l-footer__copyright {
  margin-top: 2px;
  text-align: right;
  font-size: 1rem;
  color: #979797;
}
.l-footer__pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform-origin: center;
  transition: opacity 400ms ease, visibility 400ms ease;
  visibility: hidden;
  bottom: 40px;
  right: 40px;
  position: fixed;
  z-index: 100;
}
.l-footer__pagetop svg {
  width: 21px;
  fill: #fff;
}
.is-scroll .l-footer__pagetop {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 600px), print {
  .l-footer__pagetop:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 600px), print {
  .l-footer--medium .l-footer__nav-unit--guide {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .l-footer--medium .l-footer__nav-unit--guide .l-footer__nav-title {
    margin-bottom: 0;
    padding: 10px 20px;
    border: solid 1px #cccccc;
  }
}
.l-footer--medium .l-footer__bottom {
  background: #202020;
  color: #fff;
}
.l-footer--medium .l-footer__links-list svg {
  fill: #fff;
}
.l-footer--medium .l-footer__copyright {
  color: #979797;
}
.l-footer--medium-notGuide .l-footer__main {
  display: none;
}
.l-footer--small {
  margin-top: 0;
}
.l-footer--small .l-footer__bottom {
  background: #202020;
}
.l-footer--small .l-footer__copyright {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .l-footer {
    margin-top: 21.3333333333vw;
  }
  .l-footer__top {
    padding-block: 0;
  }
  .l-footer__top .l-footer__inner {
    grid-template-columns: inherit;
    grid-auto-flow: row;
  }
  .l-footer__top .l-footer__inner::before {
    display: none;
  }
  .l-footer__top-unit {
    flex-direction: column;
    gap: 4vw;
    padding: 7.4666666667vw 5.3333333333vw;
    text-align: center;
  }
  .l-footer__top-unit .c-textlink--right {
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .l-footer__top-unit .c-textlink--right::after {
    margin: 0 0 0 2.6666666667vw;
  }
  .l-footer__top-text {
    margin-top: 1.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.9230769231;
  }
  .l-footer__contact {
    border-bottom: solid 1px #5e5e5e;
  }
  .l-footer__sns-list {
    margin-bottom: 1.3333333333vw;
  }
  .l-footer__main {
    padding-block: 0;
  }
  .l-footer__main .l-footer__inner {
    grid-auto-flow: row;
    padding-inline: 5.3333333333vw;
  }
  .l-footer__nav-unit {
    padding-block: 10.1333333333vw;
  }
  .l-footer__nav-unit:not(:first-of-type) {
    border-top: solid 1px #bbbbbb;
  }
  .l-footer__nav-title, .l-footer__related-title {
    margin-bottom: 7.4666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .l-footer__nav-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: min(3.4666666667vw, 1.6rem);
    position: relative;
  }
  .l-footer__nav-ul + .l-footer__nav-title,
  .l-footer__nav-ul + .l-footer__nav-ul {
    margin-top: 10.1333333333vw;
  }
  .l-footer__nav-ul--linkcolumn {
    gap: 2.6666666667vw 12vw;
  }
  .l-footer__nav-ul--linkcolumn:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: dashed 1px #c4c2c2;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .l-footer__nav-ul--reading {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  .l-footer__nav-list {
    line-height: 1.5;
  }
  .l-footer__nav-list a {
    display: block;
    position: relative;
    padding-right: 4vw;
    font-feature-settings: "palt";
  }
  .l-footer__nav-list a::after {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23202020" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 1.3333333333vw auto;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
  }
  .l-footer__nav-list--blank a::after {
    display: none;
  }
  .l-footer__nav-list--blank a svg {
    position: absolute;
    top: calc(50% - 4px);
    right: -3px;
    width: 3.2vw;
  }
  .l-footer__nav-ulGuide {
    gap: 2.4vw 2.6666666667vw;
  }
  .l-footer__nav-listGuide a {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 3.7333333333vw 2.1333333333vw;
    border: solid 1px #979797;
    border-radius: 3px;
    text-align: center;
  }
  .l-footer__related {
    padding-block: 10.1333333333vw 11.4666666667vw;
  }
  .l-footer__related-ul {
    margin-top: 9.3333333333vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .l-footer__related-list a {
    height: 18.6666666667vw;
  }
  .l-footer__related-ul .tokyu {
    width: 40.2666666667vw;
  }
  .l-footer__related-ul .food {
    width: 49.3333333333vw;
  }
  .l-footer__related-ul .beautyjam {
    width: 53.3333333333vw;
  }
  .l-footer__related-ul .wine {
    width: 32.2666666667vw;
  }
  .l-footer__netshop {
    margin-top: 5.3333333333vw;
    text-align: center;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
  }
  .l-footer__netshop a {
    margin-inline: 1.3333333333vw;
    gap: 1.6vw;
    font-weight: bold;
  }
  .l-footer__bottom {
    padding-block: 5.8666666667vw;
  }
  .l-footer__bottom .l-footer__inner {
    grid-template-columns: inherit;
  }
  .l-footer__links-ul {
    justify-content: center;
    margin-bottom: 5.8666666667vw;
  }
  .l-footer__links-list {
    margin-block: 2.1333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .l-footer__links-list a {
    gap: 1.6vw;
  }
  .l-footer__links-list:not(:last-of-type) {
    margin-right: 3.2vw;
    padding-right: 3.2vw;
  }
  .l-footer__copyright {
    text-align: center;
    font-size: min(2.1333333333vw, 1.1rem);
  }
  .l-footer__pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 3.2vw;
    right: 3.2vw;
  }
  .l-footer__pagetop svg {
    width: 5.3333333333vw;
  }
  .l-footer--small {
    margin-top: 0;
  }
}

.l-header__inner {
  margin-inline: auto;
  max-width: 100%;
  width: calc(100% - 40px * 2);
  position: relative;
}
@media screen and (max-width: 599.9px) {
  .l-header__inner {
    width: calc(100% - 0px * 2);
  }
}
.l-header__common {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1240px;
  z-index: 600;
  padding-block: 18px 26px;
  transform: translateY(0);
  transition: top 0.35s ease-out;
  position: relative;
}
.l-header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .l-header__menu {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.l-header__menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #202020;
}
.l-header__menu button span {
  display: block;
  width: 20px;
  height: 15px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  position: relative;
}
.l-header__menu button span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 600px), print {
  .l-header__main-right {
    position: absolute;
    top: 32px;
    right: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
    column-gap: 2.65vw;
  }
}
.l-header__logo {
  max-width: 256px;
  width: 20%;
}
.l-header__logo a {
  display: block !important;
}
.l-header__logo img {
  width: 100%;
}
@media screen and (min-width: 600px), print {
  .l-header__search {
    position: absolute;
    top: 20px;
    left: 63px;
    width: 365px;
  }
}
.l-header__search-form {
  position: relative;
}
.l-header__search-button {
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__search-button svg {
  width: 23px;
  margin-inline: 10px 14px;
  fill: #979797;
}
.l-header__search-input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 60px;
  background-color: #f5f3f2;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: normal;
  transition: border-color 400ms ease;
}
.l-header__search-input::placeholder {
  color: #bbbbbb;
}
.l-header__sort {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
}
.l-header__sort-button {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-right: none;
  background-color: #202020;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23eeeeee" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 55% center;
  transition: background-color 0.175s;
}
.l-header__sort-button.is-active {
  background-color: #979797;
}
.l-header__sort-list {
  position: absolute;
  top: 102%;
  left: 0;
  transform: translateY(-10px);
  display: table;
  width: 305px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(49, 49, 49, 0.16);
  transition: transform 0.175s;
  display: none;
}
.l-header__sort-list.is-active {
  transform: translateY(0);
  display: block;
  z-index: 500;
}
.l-header__sort-list button {
  position: relative;
  display: table-row;
  width: 100%;
  line-height: 1.3em;
  text-align: left;
  white-space: nowrap;
  transition: background-color 0.175s, color 0.175s;
  color: #202020;
}
.l-header__sort-list button:not(:last-child) {
  border-bottom: solid 1px #979797;
}
.l-header__sort-list button.is-active {
  background: #979797;
  color: #fff;
}
.l-header__sort-list button span {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal;
}
.l-header__nav {
  display: flex;
  align-items: flex-end;
  text-align: center;
  column-gap: 24px;
}
.l-header__nav-button em {
  background: #004098;
  position: absolute;
  bottom: 43px;
}
.l-header__nav-list {
  position: relative;
}
.l-header__nav-list svg {
  fill: #979797;
}
.l-header__nav-list .l-header__nav-button {
  transition: opacity 400ms ease;
  position: relative;
  display: table;
}
@media screen and (min-width: 600px), print {
  .l-header__nav-list:hover .l-header__nav-button {
    opacity: 0.5;
  }
}
.l-header__nav-list:hover .l-header__submenu {
  transform: translate(50%, 0);
  opacity: 1;
  visibility: visible;
}
.l-header__nav-text {
  margin-top: 7px;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #202020;
}
.l-header__nav-button-favorite svg {
  margin-bottom: 4px;
}
.l-header__nav-button-favorite em {
  right: -6px;
}
.l-header__nav-button-cart svg {
  margin-bottom: 2px;
}
.l-header__nav-button-cart .l-header__nav-text {
  margin-left: 5px;
}
.l-header__nav-button-cart em {
  right: -9px;
}
.l-header__subnav {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
.l-header__subnav-button {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 9px;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
}
.l-header__subnav-button svg {
  fill: #777777;
}
.l-header__subnav-button p {
  width: calc(100% - 15px);
  display: block;
  margin-bottom: 2px;
}
.l-header__subnav-button em {
  position: inherit;
  margin-left: -1px;
  margin-bottom: 2px;
  flex-shrink: 0;
}
.l-header__member {
  position: relative;
}
.l-header__member:hover .l-header__member-button {
  opacity: 0.5;
}
.l-header__member:hover .l-header__submenu {
  transform: translate(50%, 0);
  opacity: 1;
  visibility: visible;
}
.l-header__submenu {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  padding-top: 2px;
}
.l-header__submenu::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #f5f3f2;
  position: relative;
  top: 2px;
}
.l-header__submenu::after {
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #bbbbbb;
  position: absolute;
  top: 3px;
  z-index: -1;
}
.l-header__submenu-inner {
  display: block;
  width: 100%;
  background: #f5f3f2;
  border: solid 1px #bbbbbb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.l-header__submenu-text {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: normal;
}
.l-header__submenu-text em {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: bold;
  font-style: normal;
}
.l-header__submenu-buttonArea {
  margin-top: 15px;
}
.l-header__submenu-buttonArea li {
  margin-top: 10px;
}
.l-header__submenu-buttonArea a {
  min-width: 170px;
}
.l-header__submenu-buttonArea .c-button--20-line {
  background-color: #fff;
}
.l-header .member-login {
  width: 290px;
  right: calc(50% + 30px);
}
.l-header .member-login::before, .l-header .member-login::after {
  left: calc(50% + 30px);
  transform: translateX(-50%);
}
.l-header .member-login .l-header__submenu-inner {
  padding: 25px 25px 30px;
  text-align: center;
}
.l-header .member-login .member-login__time {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: normal;
}
.l-header .member-login .member-login__info {
  margin-block: 15px 20px;
  background: #fff;
  padding: 12px 20px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: bold;
}
.l-header .member-login .member-login__info em {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  font-style: normal;
  color: #d50000;
}
.l-header .login-notLogin {
  width: 250px;
  right: 50%;
}
.l-header .login-notLogin::before, .l-header .login-notLogin::after {
  left: 50%;
  transform: translateX(-50%);
}
.l-header .login-notLogin .l-header__submenu-inner {
  padding: 25px 20px 30px;
}
.l-header .favorite-notLogin,
.l-header .favorite-notCount {
  width: 250px;
  right: 50%;
}
.l-header .favorite-notLogin::before, .l-header .favorite-notLogin::after,
.l-header .favorite-notCount::before,
.l-header .favorite-notCount::after {
  left: 50%;
  transform: translateX(-50%);
}
.l-header .favorite-notLogin .l-header__submenu-inner,
.l-header .favorite-notCount .l-header__submenu-inner {
  padding: 25px 20px 30px;
}
.l-header .favorite-count {
  width: 300px;
  right: calc(50% + 30px);
}
.l-header .favorite-count::before, .l-header .favorite-count::after {
  left: calc(50% + 30px);
  transform: translateX(-50%);
}
.l-header .favorite-count .l-header__submenu-inner {
  padding: 25px 15px 30px;
}
.l-header .favorite-count .favorite-count__goods {
  margin-block: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.l-header .cart-notCount {
  width: 250px;
  right: calc(50% + 70px);
}
.l-header .cart-notCount::before, .l-header .cart-notCount::after {
  left: calc(50% + 70px);
  transform: translateX(-50%);
}
.l-header .cart-notCount .l-header__submenu-inner {
  padding: 35px 20px;
}
.l-header .cart-count {
  width: 270px;
  right: calc(50% + 110px);
}
.l-header .cart-count::before, .l-header .cart-count::after {
  left: calc(50% + 110px);
  transform: translateX(-50%);
}
.l-header .cart-count .l-header__submenu-inner {
  padding: 25px 15px 30px;
}
.l-header .cart-count .cart-count__total {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: bold;
}
.l-header .cart-count .cart-count__total strong {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
.l-header .cart-count .cart-count__text {
  margin-block: 10px 15px;
  letter-spacing: -0.02em;
}
.l-header .cart-count .cart-count__text small {
  font-size: 1.1rem;
  line-height: 1.6363636364;
  font-weight: normal;
}
.l-header .cart-count .c-button {
  gap: 6px;
}
.l-header .cart-count .c-button svg {
  fill: #fff;
}
.l-header__links {
  position: absolute;
  top: -5px;
  right: 0;
}
.l-header__links-ul {
  display: flex;
  flex-wrap: wrap;
}
.l-header__links-list {
  font-size: 1.3rem;
  line-height: 1.1538461538;
}
.l-header__links-list:not(:last-of-type) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: solid 1px #aaaaaa;
}
.l-header__links .c-textlink {
  gap: 5px;
}
@media screen and (max-width: 1600px) {
  .l-header__main-right {
    column-gap: 1.2vw;
  }
  .l-header__subnav {
    width: 20vw;
    min-width: 250px;
    gap: 15px;
  }
  .l-header__subnav-button {
    font-size: 1.2rem;
  }
  .l-header__subnav-button p {
    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 599.9px) {
  .l-header__common {
    min-width: inherit;
    padding-block: 0;
  }
  .l-header__main {
    padding: 1.6vw 5.3333333333vw 2.4vw 2.6666666667vw;
  }
  .l-header__menu {
    margin-right: auto;
    position: relative;
  }
  .l-header__menu button {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .l-header__menu button span {
    width: 17px;
    height: 13px;
  }
  .l-header__menu button span::before {
    top: 5px;
  }
  .l-header__menu em {
    position: absolute;
    min-width: 5.6vw;
    min-height: 5.6vw;
    border: solid 2px #fff;
    top: -8px;
    right: -12px;
  }
  .l-header__menu em svg {
    fill: #fff;
  }
  .l-header__main-right {
    margin-left: auto;
  }
  .l-header__logo {
    max-width: 37.8666666667vw;
    width: 41.5%;
  }
  .l-header__logo img {
    width: 100%;
  }
  .l-header__search {
    padding: 2.1333333333vw 2.6666666667vw;
    background: #f5f3f2;
  }
  .l-header__search-button {
    width: 10.9333333333vw;
    height: 9.3333333333vw;
  }
  .l-header__search-button svg {
    width: 5.6vw;
    margin-inline: 2.6666666667vw;
  }
  .l-header__search-input {
    height: 9.3333333333vw;
    padding: 0 10.9333333333vw 0 12.2666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.125;
    font-weight: normal;
  }
  .l-header__search-input:focus {
    box-shadow: none;
  }
  .l-header__sort {
    width: 9.3333333333vw;
  }
  .l-header__sort-button {
    margin-block: 0.6666666667vw;
    width: 9.3333333333vw;
    height: 8vw;
    background-size: 4.2666666667vw auto;
  }
  .l-header__sort-list {
    width: 94.6666666667vw;
  }
  .l-header__sort-list button span {
    padding: 3.2vw 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
    font-weight: normal;
  }
  .l-header__nav {
    margin-right: 1.3333333333vw;
  }
  .l-header__nav-button em {
    top: -2.1333333333vw;
    right: -2.9333333333vw;
  }
  .l-header__nav-button-cart svg {
    width: 8vw;
    margin-bottom: 0;
  }
}
.l-header__global {
  background: #202020;
  text-align: center;
  position: relative;
}
.l-header__global-inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .l-header__global-inner {
    width: calc(100% - 0px * 2);
  }
}
.l-header__global-inner > ul {
  display: inline-grid;
  grid-auto-flow: column;
}
.l-header__global-inner > ul > li > a {
  padding-inline: 30px;
  display: block;
  transition: color 400ms ease;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.l-header__global-inner > ul > li > a svg {
  fill: #fff;
}
@media screen and (min-width: 600px), print {
  .l-header__global-inner > ul > li > a.is-open, .l-header__global-inner > ul > li > a:hover {
    background: #f5f3f2;
    color: #202020;
  }
  .l-header__global-inner > ul > li > a.is-open svg, .l-header__global-inner > ul > li > a:hover svg {
    fill: #202020;
  }
  .l-header__global-inner > ul > li > a.is-open p::before {
    content: "";
    display: block;
    height: 8px;
    width: 14px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #f5f4ee;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-header__global-inner > ul > li > a > p {
  position: relative;
  padding-block: 15px;
  z-index: 1;
}
.l-header__global-blank {
  display: inline-flex;
  align-items: center;
  word-break: break-all;
  gap: 8px;
}
@media screen and (min-width: 600px), print {
  .l-header__global-menu {
    background: #f5f3f2;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.125;
    font-weight: 500;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 500;
    transform: scaleY(0); /* ドロップダウンメニューの非表示 */
    transform-origin: center top; /* 変形を適応する基準を設定 */
    transition: transform 0.2s, opacity 0.1s; /* 表示の変化をアニメーション化 */
    opacity: 0;
  }
  .l-header__global-menu.is-open {
    transform: scaleY(1);
    opacity: 1;
  }
  .l-header__global-menu-inner {
    margin-inline: auto;
    max-width: 1240px;
    width: calc(100% - 20px * 2);
    padding: 50px 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 599.9px) {
  .l-header__global-menu-inner {
    width: calc(100% - 0px * 2);
  }
}
@media screen and (min-width: 600px), print {
  .l-header__global-menulist {
    margin-inline: auto;
    max-width: 1240px;
    width: calc(100% - 20px * 2);
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 599.9px) {
  .l-header__global-menulist {
    width: calc(100% - 0px * 2);
  }
}
@media screen and (min-width: 600px), print {
  .l-header__global-menulist a {
    display: grid;
    padding-left: 18px;
    font-weight: bold;
    transition: color 400ms ease;
    cursor: pointer;
    position: relative;
  }
  .l-header__global-menulist a::before {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23202020" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center 100%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .l-header__global-menulist a:hover {
    opacity: 0.5;
  }
  .l-header__global-menulist a p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 599.9px) {
  .l-header__global-inner {
    padding-left: 2.6666666667vw;
  }
  .l-header__global-inner > ul > li > a {
    padding-inline: 3.2vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
    font-weight: bold;
  }
  .l-header__global-inner > ul > li > a svg {
    width: 3.4666666667vw;
  }
  .l-header__global-inner > ul > li > a > p {
    padding-block: 2.6666666667vw 3.2vw;
  }
  .l-header__global-blank {
    gap: 1.0666666667vw;
  }
  .l-header .swiper-button-prev,
  .l-header .swiper-button-next {
    width: 8vw;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #202020;
  }
  .l-header .swiper-button-prev:after,
  .l-header .swiper-button-next:after {
    content: "";
    display: block;
    width: 2.4vw;
    height: 4.2666666667vw;
  }
  .l-header .swiper-button-prev.swiper-button-disabled,
  .l-header .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .l-header .swiper-button-prev {
    left: 0;
  }
  .l-header .swiper-button-prev::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .l-header .swiper-button-next {
    right: 0;
  }
  .l-header .swiper-button-next::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    margin-left: 10px;
  }
}

.l-header-small {
  max-width: 100%;
  margin-inline: auto;
  padding-block: 18px 26px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #202020;
}
@media screen and (max-width: 599.9px) {
  .l-header-small {
    padding: 1.6vw 5.3333333333vw 2.4vw 2.6666666667vw;
  }
}

@media screen and (min-width: 600px), print {
  .l-header-member {
    border-bottom: solid 1px #202020;
  }
  .l-header-member .l-header__logo {
    max-width: 216px;
    width: 16%;
  }
  .l-header-member .l-header__main-right {
    top: 12px;
  }
  .l-header-member .l-header__search {
    top: 15px;
  }
  .l-header-member .l-header__menu {
    top: 15px;
  }
}

.l-hamburger__head {
  width: 385px;
  margin-top: 15px;
  text-align: right;
}
.l-hamburger__close {
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23777777" d="M10.5,9l7-7c.4-.4.4-1.1,0-1.5-.4-.4-1.1-.4-1.5,0l-7,7L2,.6C1.6.1,1,.1.6.6c-.4.4-.4,1.1,0,1.5l7,7L.6,16c-.4.4-.4,1.1,0,1.5.2.2.5.3.7.3s.5-.1.7-.3l7-7,7,7c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1.1,0-1.5l-7-7Z"></path></svg>');
  background-repeat: no-repeat;
  position: relative;
  z-index: 950;
}
.l-hamburger__closebutton {
  margin: 40px auto 50px;
  text-align: center;
}
.l-hamburger__back {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease;
  z-index: 800;
}
.is-nav-activePC .l-hamburger__back {
  opacity: 1;
  visibility: visible;
}
.l-hamburger__container {
  background-color: #fff;
  width: 420px;
  height: 100%;
  top: 0;
  left: -420px;
  overflow-y: auto;
  position: fixed;
  transition: transform 400ms ease;
  z-index: 900;
}
.is-nav-activePC .l-hamburger__container {
  transform: translate(420px);
}
.l-hamburger__buttonArea {
  margin: 40px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.l-hamburger__buttonArea .l-hamburger__button {
  gap: 13px;
  padding-inline: 10px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: bold;
}
.l-hamburger__buttonArea .l-hamburger__button svg {
  fill: #fff;
}
.l-hamburger__quickButton {
  background: #f5f3f2;
  margin-top: 30px;
  padding: 40px 30px;
}
.l-hamburger__quickButton ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1 span;
  border: solid 1px #cccccc;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
.l-hamburger__quickButton li {
  width: 50%;
}
.l-hamburger__quickButton li:last-child {
  flex-grow: 1;
}
.l-hamburger__quickButton li:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}
.l-hamburger__quickButton li:nth-child(even) {
  border-left: solid 1px #cccccc;
}
.l-hamburger__quickButton ul a {
  width: 100%;
  place-content: inherit;
  place-items: inherit;
  padding: 15px 20px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 6px auto;
}
.l-hamburger__goods .l-hamburger__goods-unit {
  border-top: solid 3px #f5f3f2;
}
.l-hamburger__goods-title {
  padding: 20px 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  color: #333333;
  display: inline-flex;
  gap: 6px;
}
.l-hamburger__goods-title svg {
  fill: #ec676d;
}
.l-hamburger__goods-item {
  overflow-x: hidden;
  margin: 0 10px 25px;
}
.l-hamburger__goods-item img {
  width: 87px;
}
.l-hamburger__category {
  margin-bottom: 40px;
}
.l-hamburger__read {
  margin: 40px 20px;
  text-align: center;
}
.l-hamburger__read .c-button {
  width: 100%;
  background-color: #004098;
  color: #fff;
  gap: 13px;
  border-radius: 5px;
  font-weight: 500;
}
.l-hamburger__read .c-button svg {
  margin-top: 2px;
  fill: #fff;
}

@media screen and (max-width: 599.9px) {
  .is-nav-activeSP {
    overflow: hidden;
  }
  .l-hamburger__head {
    width: 95%;
    margin-top: 4vw;
  }
  .l-hamburger__close {
    width: vwet(18);
    height: vwet(18);
  }
  .l-hamburger__closebutton {
    margin: 10.6666666667vw auto 13.3333333333vw;
  }
  .is-nav-activeSP .l-hamburger__back {
    opacity: 1;
    visibility: visible;
  }
  .l-hamburger__container {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .is-nav-activeSP .l-hamburger__container {
    transform: translate(100%);
  }
  .l-hamburger__buttonArea {
    margin: 5.3333333333vw 7.2vw 6.6666666667vw;
    gap: 3.4666666667vw;
  }
  .l-hamburger__buttonArea .l-hamburger__button {
    gap: 2.6666666667vw;
    height: 12.5333333333vw;
    padding: 2.6666666667vw;
    background: #202020;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
    font-weight: bold;
    position: relative;
  }
  .l-hamburger__buttonArea .l-hamburger__button em {
    position: absolute;
    top: -2.1333333333vw;
    right: -2.1333333333vw;
  }
  .l-hamburger__quickButton {
    margin-top: 8vw;
    padding: 6.6666666667vw 7.2vw;
  }
  .l-hamburger__quickButton ul a {
    padding: 2.1333333333vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
    font-weight: normal;
    background-position: right 4vw top 50%;
    background-size: 1.6vw auto;
  }
  .l-hamburger__quickButton-beginner {
    background-color: #202020;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 6px auto;
    border-radius: 3px;
    margin-top: 4vw;
    padding: 2.1333333333vw 4vw 2.1333333333vw 4.8vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
    font-weight: normal;
    color: #fff;
  }
  .l-hamburger__quickButton-beginner .c-button {
    width: 100%;
    gap: 3.2vw;
    justify-content: start;
  }
  .l-hamburger__quickButton-beginner svg {
    margin-top: 0.8vw;
    fill: #fff;
  }
  .l-hamburger__goods {
    margin-top: 8vw;
  }
  .l-hamburger__goods-title {
    padding: 8vw 2.6666666667vw 5.3333333333vw;
    font-size: min(4.5333333333vw, 2rem);
  }
  .l-hamburger__goods-title svg {
    width: 5.3333333333vw;
  }
  .l-hamburger__goods-item {
    margin: 0 0 5.3333333333vw 1.3333333333vw;
  }
  .l-hamburger__goods-item img {
    width: 100%;
  }
  .l-hamburger__goods-button .c-button {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-hamburger__memberLogin {
    margin: 5.3333333333vw 7.2vw;
  }
  .l-hamburger__memberLogin-time {
    font-size: min(3.2vw, 1.5rem);
  }
  .l-hamburger__memberLogin-name {
    margin-top: 2.6666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.25;
    font-weight: bold;
  }
  .l-hamburger__memberLogin-info {
    margin-top: 2.6666666667vw;
    padding: 4vw;
    background: #f5f3f2;
    text-align: center;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
    font-weight: normal;
  }
  .l-hamburger__memberLogin-info strong {
    font-weight: bold;
  }
  .l-hamburger__memberLogin-info em {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.125;
    font-weight: bold;
    color: #d50000;
    font-style: normal;
  }
  .l-hamburger__info {
    margin: 6.6666666667vw 7.2vw 8vw;
    text-align: center;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: normal;
  }
  .l-hamburger__info em {
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.1764705882;
    font-weight: bold;
    font-style: normal;
  }
  .l-hamburger__info .l-hamburger__info-button {
    height: 12.5333333333vw;
    margin-top: 4.2666666667vw;
    padding: 2.6666666667vw 6.6666666667vw;
    border: solid 1px #bbbbbb;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
    font-weight: normal;
  }
  .l-hamburger__category {
    margin-bottom: 40px;
  }
  .l-hamburger__read {
    margin: 9.3333333333vw 4vw;
  }
  .l-hamburger__read .c-button {
    gap: 2.6666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .l-hamburger__links {
    border-top: solid 3px #f5f3f2;
  }
  .l-hamburger__links-list {
    padding: 3.7333333333vw 4vw 0;
  }
  .l-hamburger__links-list li {
    margin-block: 4.2666666667vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
  }
  .l-hamburger__links-list a {
    gap: 8px;
  }
  .l-hamburger__links-list a::before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23202020" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 600px), print {
  .l-category-01 .l-category-wrap + .l-category-01__title {
    margin-top: -1px;
  }
  .l-category-01 .l-category {
    padding: 10px 20px 0;
  }
  .l-category-01 .l-category .c-textlink {
    justify-content: start;
  }
  .l-category-01 .l-category__title {
    background: #202020;
    padding: 21px 28px;
    font-weight: bold;
    color: #fff;
  }
  .l-category-01 .l-category__button-accordion, .l-category-01 .l-category__button-anchor {
    display: grid;
    align-items: center;
    cursor: pointer;
  }
  .l-category-01 .l-category__block {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 400ms ease, opacity 400ms ease, visibility 400ms ease;
    visibility: hidden;
  }
  .l-category-01 .l-category__block.is-opened {
    opacity: 1;
    visibility: visible;
  }
  .l-category-01 .l-category__level1 {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 500;
    color: #000;
  }
  .l-category-01 .l-category__level1 > .l-category__button .l-category__button-accordion {
    min-height: 52px;
    padding: 17px 28px 17px 0;
    border-bottom: solid 1px #000;
    position: relative;
  }
  .l-category-01 .l-category__level1 > .l-category__button .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23000000" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01 .l-category__level1 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23000000" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01 .l-category__level1 > .l-category__button .l-category__button-anchor {
    min-height: 52px;
    padding: 17px 28px 17px 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23000000" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
    background-size: 6.5px auto;
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .l-category-01 .l-category__level1 + .l-category__level1 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 600px), print {
  .l-category-01 .l-category__level2wrap > li {
    margin: 0;
  }
  .l-category-01 .l-category__level2 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: normal;
    color: #202020;
  }
  .l-category-01 .l-category__level2 > .l-category__block {
    border-top: none;
  }
  .l-category-01 .l-category__level2 > .l-category__button .l-category__button-accordion {
    min-height: 52px;
    padding: 17px 28px 17px 0;
    border-bottom: solid 1px #cccccc;
    position: relative;
  }
  .l-category-01 .l-category__level2 > .l-category__button .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01 .l-category__level2 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01 .l-category__level2 > .l-category__button .l-category__button-anchor {
    min-height: 52px;
    padding: 17px 28px 17px 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
    background-size: 6.5px auto;
    border-bottom: solid 1px #cccccc;
  }
  .l-category-01 .l-category__level3wrap > li {
    background: #f5f3f2;
  }
  .l-category-01 .l-category__level3 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: normal;
    border-bottom: solid 1px #cccccc;
  }
  .l-category-01 .l-category__level3 .l-category__button-accordion {
    min-height: 46px;
    padding: 11px 40px 11px 18px;
    position: relative;
  }
  .l-category-01 .l-category__level3 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01 .l-category__level3 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01 .l-category__level3 > .l-category__button-anchor {
    min-height: 46px;
    padding: 11px 40px 11px 18px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    background-size: 6.5px auto;
  }
  .l-category-01 .l-category__level4wrap {
    padding-inline: 18px;
    background: #f5f3f2;
    border-top: solid 1px #cccccc;
  }
  .l-category-01 .l-category__level4 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: normal;
    border-bottom: dashed 1px #cccccc;
  }
  .l-category-01 .l-category__level4 .l-category__button-accordion {
    min-height: 46px;
    padding: 11px 40px 11px 0;
    position: relative;
    border-bottom: none;
  }
  .l-category-01 .l-category__level4 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01 .l-category__level4 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01 .l-category__level4 > .l-category__button-anchor {
    min-height: 46px;
    padding: 11px 40px 11px 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 2px top 50%;
    background-size: 6.5px auto;
    border-bottom: none;
  }
  .l-category-01 .l-category__level5wrap {
    padding-bottom: 10px;
    background: #f5f3f2;
  }
  .l-category-01 .l-category__level5 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: normal;
  }
  .l-category-01 .l-category__level5 .l-category__button-accordion {
    min-height: 50px;
    padding: 11px 40px 11px 15px;
    position: relative;
  }
  .l-category-01 .l-category__level5 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01 .l-category__level5 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01 .l-category__level5 .l-category__button-anchor {
    padding: 8px 0;
  }
  .l-category-01 .l-category__level5 .l-category__button-anchor p::before {
    content: "・";
    display: inline-block;
    margin-right: 4px;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 599.9px) {
  .l-category-01sm .l-category-wrap + .l-category-01__title {
    margin-top: -1px;
  }
  .l-category-01sm .l-category .c-textlink {
    justify-content: start;
  }
  .l-category-01sm .l-category__title {
    background: #202020;
    padding: 4vw 4.8vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: bold;
    color: #fff;
  }
  .l-category-01sm .l-category__button-accordion, .l-category-01sm .l-category__button-anchor {
    display: grid;
    align-items: center;
    cursor: pointer;
  }
  .l-category-01sm .l-category__block {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 400ms ease, opacity 400ms ease, visibility 400ms ease;
    visibility: hidden;
  }
  .l-category-01sm .l-category__block.is-opened {
    opacity: 1;
    visibility: visible;
  }
  .l-category-01sm .l-category__level1 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: 500;
    color: #000;
  }
  .l-category-01sm .l-category__level1 > .l-category__button .l-category__button-accordion {
    border-bottom: solid 1px #000;
    min-height: 13.3333333333vw;
    padding: 4vw 9.8666666667vw 4vw 4.8vw;
    position: relative;
  }
  .l-category-01sm .l-category__level1 > .l-category__button .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 3.7333333333vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23000000" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01sm .l-category__level1 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23000000" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01sm .l-category__level1 > .l-category__button .l-category__button-anchor {
    min-height: 13.3333333333vw;
    padding: 4vw 9.8666666667vw 4vw 4.8vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23000000" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 4.5333333333vw top 50%;
    background-size: 6.5px auto;
    border-bottom: solid 1px #000;
  }
}
@media screen and (max-width: 599.9px) and (min-width: 600px) {
  .l-category-01sm .l-category__level1 + .l-category__level1 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 599.9px) {
  .l-category-01sm .l-category__level2wrap > li {
    margin: 0;
  }
  .l-category-01sm .l-category__level2 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: normal;
    color: #202020;
  }
  .l-category-01sm .l-category__level2 > .l-category__block {
    border-top: none;
  }
  .l-category-01sm .l-category__level2 > .l-category__button .l-category__button-accordion {
    min-height: 13.3333333333vw;
    padding: 4vw 9.8666666667vw 4vw 4.8vw;
    border-bottom: solid 1px #cccccc;
    position: relative;
  }
  .l-category-01sm .l-category__level2 > .l-category__button .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 3.7333333333vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01sm .l-category__level2 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01sm .l-category__level2 > .l-category__button .l-category__button-anchor {
    min-height: 13.3333333333vw;
    padding: 4vw 9.8666666667vw 4vw 4.8vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 4.2666666667vw top 50%;
    background-size: 6.5px auto;
    border-bottom: solid 1px #cccccc;
  }
  .l-category-01sm .l-category__level3wrap > li {
    background: #f5f3f2;
  }
  .l-category-01sm .l-category__level3 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: normal;
    border-bottom: solid 1px #cccccc;
  }
  .l-category-01sm .l-category__level3 .l-category__button-accordion {
    min-height: 11.7333333333vw;
    padding: 2.9333333333vw 9.8666666667vw 2.9333333333vw 4.8vw;
    position: relative;
  }
  .l-category-01sm .l-category__level3 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 3.7333333333vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01sm .l-category__level3 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01sm .l-category__level3 > .l-category__button-anchor {
    min-height: 11.7333333333vw;
    padding: 2.9333333333vw 9.8666666667vw 2.9333333333vw 4.8vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 4.2666666667vw top 50%;
    background-size: 6.5px auto;
  }
  .l-category-01sm .l-category__level4wrap {
    padding-inline: 8vw;
    background: #f5f3f2;
    border-top: solid 1px #cccccc;
  }
  .l-category-01sm .l-category__level4 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: normal;
    border-bottom: dashed 1px #cccccc;
  }
  .l-category-01sm .l-category__level4 .l-category__button-accordion {
    min-height: 11.7333333333vw;
    padding: 2.9333333333vw 7.2vw 2.9333333333vw 0;
    position: relative;
    border-bottom: none;
  }
  .l-category-01sm .l-category__level4 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01sm .l-category__level4 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01sm .l-category__level4 > .l-category__button-anchor {
    min-height: 11.7333333333vw;
    padding: 2.9333333333vw 7.2vw 2.9333333333vw 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5333333333vw top 50%;
    background-size: 6.5px auto;
    border-bottom: none;
  }
  .l-category-01sm .l-category__level5wrap {
    padding: 0 2.6666666667vw 3.4666666667vw;
    background: #f5f3f2;
  }
  .l-category-01sm .l-category__level5 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: normal;
  }
  .l-category-01sm .l-category__level5 .l-category__button-accordion {
    min-height: 10.6666666667vw;
    padding: 2.4vw 9.8666666667vw 2.4vw 8vw;
    position: relative;
  }
  .l-category-01sm .l-category__level5 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 3.7333333333vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01sm .l-category__level5 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01sm .l-category__level5 .l-category__button-anchor {
    padding: 1.6vw 0;
  }
  .l-category-01sm .l-category__level5 .l-category__button-anchor p::before {
    content: "・";
    display: inline-block;
    margin-right: 4px;
    margin-bottom: auto;
  }
  .l-category-01sm--search .l-category__level1 > .l-category__button .l-category__button-accordion,
  .l-category-01sm--search .l-category__level1 > .l-category__button .l-category__button-anchor {
    padding-left: 0;
  }
  .l-category-01sm--search .l-category__level2 > .l-category__button .l-category__button-accordion,
  .l-category-01sm--search .l-category__level2 > .l-category__button .l-category__button-anchor {
    padding-left: 0;
  }
  .l-category-01sm--search .l-category__level3 .l-category__button-accordion,
  .l-category-01sm--search .l-category__level3 > .l-category__button-anchor {
    padding-left: 2.6666666667vw;
  }
  .l-category-01sm--search .l-category__level4wrap {
    padding-inline: 0;
    margin-bottom: -1px;
  }
  .l-category-01sm--search .l-category__level4 {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
    font-weight: normal;
  }
  .l-category-01sm--search .l-category__level4 .l-category__button-accordion {
    padding: 2.9333333333vw 7.2vw 2.9333333333vw 4.8vw;
  }
  .l-category-01sm--search .l-category__level4 .l-category__button-accordion::after {
    right: 3.7333333333vw;
  }
  .l-category-01sm--search .l-category__level4 > .l-category__button-anchor {
    padding: 2.9333333333vw 7.2vw 2.9333333333vw 4.8vw;
    background-position: right 4.2666666667vw top 50%;
  }
  .l-category-01sm--search .l-category__level5wrap {
    padding: 0 4.8vw;
    background: #e7e3e1;
    border-top: dashed 1px #cccccc;
    margin-bottom: -1px;
  }
  .l-category-01sm--search .l-category__level5 {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
    font-weight: normal;
    border-bottom: dashed 1px #cccccc;
  }
  .l-category-01sm--search .l-category__level5 .l-category__button-accordion {
    min-height: 11.7333333333vw;
    padding: 2.4vw 7.2vw 2.4vw 0;
  }
  .l-category-01sm--search .l-category__level5 .l-category__button-accordion::after {
    right: 0;
  }
  .l-category-01sm--search .l-category__level5 .l-category__button-anchor {
    min-height: 11.7333333333vw;
    padding: 2.4vw 7.2vw 2.4vw 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5333333333vw top 50%;
    background-size: 6.5px auto;
  }
  .l-category-01sm--search .l-category__level5 .l-category__button-anchor p::before {
    display: none;
  }
  .l-category-01sm--search .l-category__level6wrap {
    border-top: dashed 1px #cccccc;
    margin-bottom: -1px;
  }
  .l-category-01sm--search .l-category__level6 {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
    font-weight: normal;
    border-bottom: dashed 1px #cccccc;
  }
  .l-category-01sm--search .l-category__level6 .l-category__button-accordion {
    min-height: 10.6666666667vw;
    padding: 1.3333333333vw 7.2vw 0 1.3333333333vw;
    position: relative;
  }
  .l-category-01sm--search .l-category__level6 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 3.7333333333vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-01sm--search .l-category__level6 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-01sm--search .l-category__level6 .l-category__button-anchor {
    min-height: 10.6666666667vw;
    padding: 1.3333333333vw 7.2vw 0 1.3333333333vw;
    background-size: 5px auto;
  }
  .l-category-01sm--search .l-category__level6 .l-category__button-anchor p::before {
    content: "・";
    display: inline-block;
    margin-right: 2px;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 600px), print {
  .l-category-02 .l-category .c-textlink {
    justify-content: start;
  }
  .l-category-02 .l-category__title {
    margin-block: 5px;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: bold;
    color: #000;
  }
  .l-category-02 .l-category__button-accordion, .l-category-02 .l-category__button-anchor {
    display: grid;
    align-items: center;
    cursor: pointer;
  }
  .l-category-02 .l-category__block {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 400ms ease, opacity 400ms ease, visibility 400ms ease;
    visibility: hidden;
  }
  .l-category-02 .l-category__block.is-opened {
    opacity: 1;
    visibility: visible;
  }
  .l-category-02 .l-category__level1 {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 500;
    color: #000;
  }
  .l-category-02 .l-category__level1 > .l-category__button .l-category__button-accordion {
    min-height: 55px;
    margin-top: 15px;
    padding: 15px 25px 15px 0;
    border-bottom: solid 1px #000;
    position: relative;
  }
  .l-category-02 .l-category__level1 > .l-category__button .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23000000" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02 .l-category__level1 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23000000" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02 .l-category__level1 > .l-category__button .l-category__button-anchor {
    min-height: 55px;
    margin-top: 15px;
    padding: 15px 25px 15px 0;
    border-bottom: solid 1px #000;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23000000" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 7px top 50%;
    background-size: 6.5px auto;
  }
  .l-category-02 .l-category__level2wrap > li {
    margin: 0;
  }
  .l-category-02 .l-category__level2 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: normal;
    color: #333333;
  }
  .l-category-02 .l-category__level2 > .l-category__button .l-category__button-accordion {
    min-height: 55px;
    padding: 15px 25px 15px 0;
    border-bottom: solid 1px #cccccc;
    position: relative;
  }
  .l-category-02 .l-category__level2 > .l-category__button .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02 .l-category__level2 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02 .l-category__level2 > .l-category__button .l-category__button-anchor {
    min-height: 55px;
    padding: 15px 25px 15px 0;
    border-bottom: solid 1px #cccccc;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 7px top 50%;
    background-size: 6.5px auto;
  }
  .l-category-02 .l-category__level3wrap > li {
    background: #f5f3f2;
  }
  .l-category-02 .l-category__level3 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: normal;
  }
  .l-category-02 .l-category__level3 .l-category__button-accordion {
    min-height: 55px;
    padding: 11px 27px 11px 10px;
    border-bottom: solid 1px #cccccc;
    position: relative;
  }
  .l-category-02 .l-category__level3 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02 .l-category__level3 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02 .l-category__level3 > .l-category__button-anchor {
    min-height: 55px;
    padding: 11px 27px 11px 10px;
    border-bottom: solid 1px #cccccc;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 13px top 50%;
    background-size: 6.5px auto;
  }
  .l-category-02 .l-category__level4wrap {
    padding-inline: 15px;
    background: #f5f3f2;
  }
  .l-category-02 .l-category__level4 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: normal;
    border-bottom: dashed 1px #cccccc;
  }
  .l-category-02 .l-category__level4 .l-category__button-accordion {
    min-height: 46px;
    padding: 11px 25px 11px 0;
    position: relative;
    border-bottom: none;
  }
  .l-category-02 .l-category__level4 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02 .l-category__level4 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02 .l-category__level4 > .l-category__button-anchor {
    min-height: 46px;
    padding: 11px 25px 11px 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 2px top 50%;
    background-size: 6.5px auto;
    border-bottom: none;
  }
  .l-category-02 .l-category__level5wrap {
    padding-bottom: 10px;
    background: #f5f3f2;
  }
  .l-category-02 .l-category__level5 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: normal;
  }
  .l-category-02 .l-category__level5 .l-category__button-accordion {
    min-height: 50px;
    padding: 11px 25px 11px 15px;
    position: relative;
  }
  .l-category-02 .l-category__level5 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02 .l-category__level5 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02 .l-category__level5 > .l-category__button-anchor {
    padding: 8px 0;
  }
  .l-category-02 .l-category__level5 > .l-category__button-anchor p {
    justify-content: start;
  }
  .l-category-02 .l-category__level5 > .l-category__button-anchor p::before {
    content: "・";
    display: inline-block;
    margin-right: 2px;
    margin-bottom: auto;
  }
  .l-category-02--search .l-category__level4wrap {
    padding-inline: 0;
  }
  .l-category-02--search .l-category__level4 .l-category__button-accordion {
    padding: 11px 28px 11px 10px;
  }
  .l-category-02--search .l-category__level4 .l-category__button-accordion::after {
    right: 12px;
  }
  .l-category-02--search .l-category__level4 > .l-category__button-anchor {
    padding: 11px 28px 11px 10px;
    background-position: right 13px top 50%;
  }
  .l-category-02--search .l-category__level5wrap {
    padding: 10px 14px;
    background: #e7e3e1;
  }
  .l-category-02--search .l-category__level5 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: normal;
  }
  .l-category-02--search .l-category__level5 .l-category__button-accordion {
    min-height: 46px;
    padding: 8px 25px 8px 0;
    position: relative;
  }
  .l-category-02--search .l-category__level5 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02--search .l-category__level5 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02--search .l-category__level5 > .l-category__button-anchor {
    min-height: 46px;
    padding: 8px 25px 8px 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 2px top 50%;
    background-size: 6.5px auto;
    border-bottom: none;
  }
  .l-category-02--search .l-category__level5 > .l-category__button-anchor p {
    justify-content: start;
  }
  .l-category-02--search .l-category__level5 > .l-category__button-anchor p::before {
    display: none;
  }
  .l-category-02--search .l-category__level6wrap {
    padding-bottom: 10px;
  }
  .l-category-02--search .l-category__level6 {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: normal;
  }
  .l-category-02--search .l-category__level6 .l-category__button-accordion {
    min-height: 50px;
    padding: 11px 25px 11px 15px;
    position: relative;
  }
  .l-category-02--search .l-category__level6 .l-category__button-accordion::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .l-category-02--search .l-category__level6 > .l-category__button.is-opened .l-category__button-accordion::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .l-category-02--search .l-category__level6 > .l-category__button-anchor {
    padding: 8px 0;
  }
  .l-category-02--search .l-category__level6 > .l-category__button-anchor p::before {
    content: "・";
    display: inline-block;
    margin-right: 2px;
    margin-bottom: auto;
  }
}

.l-breadcrumbs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-breadcrumbs__inner {
  margin-inline: auto;
  max-width: 100%;
  width: calc(100% - 40px * 2);
  padding-block: 26px 50px;
}
@media screen and (max-width: 599.9px) {
  .l-breadcrumbs__inner {
    width: calc(100% - 0vw * 2);
  }
}
.l-breadcrumbs__list {
  padding-block: 2px 3px;
  color: #000;
}
.l-breadcrumbs__item {
  display: inline;
}
.l-breadcrumbs__link:after {
  content: ">";
  margin-inline: 10px;
  color: #bbbbbb;
  font-size: 1rem;
  line-height: 1.8;
}
.l-breadcrumbs__current {
  color: #bbbbbb;
}
.l-breadcrumbs .c-textlink--hover:hover {
  text-underline-offset: 4px;
}
@media screen and (max-width: 599.9px) {
  .l-breadcrumbs {
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.5;
  }
  .l-breadcrumbs__inner {
    padding: 2.1333333333vw 0 10.1333333333vw 2.6666666667vw;
  }
  .l-breadcrumbs--page-back .l-breadcrumbs__inner {
    padding-bottom: 0;
  }
  .l-breadcrumbs__list {
    padding-block: 1.0666666667vw;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .l-breadcrumbs__link:after {
    margin-inline: 1.6vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.5;
  }
  .l-breadcrumbs--notScroll .l-breadcrumbs__inner {
    padding-right: 2.6666666667vw;
  }
  .l-breadcrumbs--notScroll .l-breadcrumbs__inner .l-breadcrumbs__list {
    overflow-x: hidden;
    white-space: inherit;
  }
}

@media screen and (max-width: 599.9px) {
  .l-side--brand {
    margin-block: 13.3333333333vw 10.6666666667vw;
  }
  .l-side--brand .l-category__level1 {
    border-bottom: solid 1px #000;
  }
  .l-side--brand .l-side__backtop {
    margin-inline: 4vw;
  }
}

@media screen and (min-width: 600px), print {
  .l-side-search__title {
    background: #202020;
    padding: 10px 10px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: bold;
    color: #fff;
  }
  .l-side-search__subtitle {
    padding-block: 0 15px;
    border-bottom: solid 1px #000;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #000;
  }
  .l-side-search__contents {
    margin-bottom: 50px;
  }
  .l-side-search__unit {
    margin-top: 25px;
  }
  .l-side-search__unit .c-checkbox p,
  .l-side-search__unit .c-radio p {
    margin: 0 0 0 10px;
    font-size: 1.4rem;
  }
  .l-side-search__list {
    padding-block: 10px;
    border-bottom: solid 1px #dddddd;
  }
  .l-side-search__list li {
    margin-block: 10px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .l-side-search__list-checkbox {
    padding-block: 20px;
    border-bottom: solid 1px #dddddd;
  }
  .l-side-search__list-nest {
    margin-top: 12px;
    padding: 15px 10px;
    background: #f5f3f2;
  }
  .l-side-search__list-nest .c-radio__box {
    width: 22px;
    height: 22px;
  }
  .l-side-search__list-nest .c-radio__box:checked::after {
    width: 12px;
    height: 12px;
  }
  .l-side-search__list-nest .c-checkbox p,
  .l-side-search__list-nest .c-radio p {
    margin: 0 0 0 8px;
    font-size: 1.3rem;
  }
  .l-side-search__keyword {
    position: relative;
    margin-top: 15px;
  }
  .l-side-search__keyword-input {
    width: 100%;
    height: 44px;
    padding: 0 40px 0 10px;
    background-color: #f5f3f2;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 500;
  }
  .l-side-search__keyword-input::placeholder {
    color: #bbbbbb;
  }
  .l-side-search__keyword-button {
    width: 44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-side-search__keyword-button svg {
    width: 20px;
    margin-inline: 10px 10px;
    fill: #979797;
  }
  .l-side-search .c-text--list-c > li {
    display: flex;
  }
  .l-side-search .l-category-02 .l-category__level1 > .l-category__button .select-category,
  .l-side-search .l-category-02 .l-category__level2 > .l-category__button .select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23FFFFFF" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px top 50% !important;
    background-size: 20px auto !important;
    background-color: #5e5e5e;
    padding-inline: 10px 30px !important;
    color: #fff;
    font-weight: 500;
  }
  .l-side-search .l-category-02 .l-category__level1 > .l-category__button .select-category > a,
  .l-side-search .l-category-02 .l-category__level2 > .l-category__button .select-category > a {
    background: none;
    border-bottom: none;
  }
  .l-side-search .l-category-02 .l-category__level3 > .l-category__button-anchor.select-category,
  .l-side-search .l-category-02 .l-category__level4 > .l-category__button-anchor.select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23FFFFFF" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px top 50% !important;
    background-size: 20px auto !important;
    background-color: #5e5e5e;
    color: #fff;
    font-weight: 500;
  }
  .l-side-search .l-category-02 .l-category__level5 > .l-category__button-anchor.select-category,
  .l-side-search .l-category-02 .l-category__level6 > .l-category__button-anchor.select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%235E5E5E" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 0 top 50% !important;
    background-size: 20px auto !important;
    padding-right: 20px;
    font-weight: 500;
  }
  .l-side-search .select-price {
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%235E5E5E" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 0 top 50% !important;
    background-size: 20px auto !important;
    padding-right: 25px !important;
    font-weight: 500;
  }
  .l-side-search .select-search1,
  .l-side-search .select-search2,
  .l-side-search .select-search3,
  .l-side-search .select-search4,
  .l-side-search .select-search5 {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23FFFFFF" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px top 50% !important;
    background-size: 20px auto !important;
    padding-left: 10px !important;
    background-color: #5e5e5e;
    color: #fff;
    font-weight: 500;
  }
}
@media screen and (max-width: 599.9px) {
  .l-side-search {
    margin-top: 5.3333333333vw;
  }
  .l-side-search__tab-head {
    padding: 0 3.4666666667vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 3.2vw;
  }
  .l-side-search__tab-button {
    width: 100%;
    height: 10.1333333333vw;
    padding: 2.1333333333vw;
    background: #fff;
    border: solid 1px #777777;
    border-radius: 3px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
    font-weight: 500;
    color: #777777;
    position: relative;
  }
  .l-side-search__tab-button.is-active {
    background: #202020;
    border: none;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding-block: 3.7333333333vw;
    height: inherit;
  }
  .l-side-search__tab-contents {
    position: relative;
  }
  .l-side-search .js-accordion-block {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
  }
  .l-side-search .js-accordion-block.is-opened {
    height: auto !important;
    max-height: 5000px;
  }
  .l-side-search__tab-unit {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0vw;
  }
  .l-side-search__tab-unit.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    border-top: solid 1px #202020;
    animation: slideinTop 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    width: 100%;
    overflow-x: hidden;
    margin-inline: auto;
    padding: 0 4vw;
    background: #fff;
    box-shadow: 2px 3px 6px rgba(49, 49, 49, 0.16);
  }
  .l-side-search__tab-unit.is-active .l-category-wrap {
    margin-top: 3.2vw;
  }
  .l-side-search__tab-unit--detail.is-active {
    background: #f5f3f2 !important;
  }
  .l-side-search__title {
    background: #777777;
    margin-top: 6.6666666667vw;
    padding: 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: 500;
    color: #fff;
  }
  .l-side-search__subtitle {
    padding-block: 0 15px;
    border-bottom: solid 1px #000;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.375;
    color: #000;
  }
  .l-side-search__contents {
    margin-bottom: 50px;
  }
  .l-side-search__unit {
    margin-top: 6.6666666667vw;
  }
  .l-side-search__unit .c-checkbox p {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .l-side-search__list {
    padding-block: 10px;
    border-bottom: solid 1px #dddddd;
  }
  .l-side-search__list li {
    margin-block: 10px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .l-side-search__list-nest {
    margin-top: 3.2vw;
    margin-inline: 8vw 0;
  }
  .l-side-search__list-nest .c-radio p {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.8461538462;
  }
  .l-side-search__list-checkbox {
    padding-block: 20px;
    border-bottom: solid 1px #dddddd;
  }
  @keyframes slideinTop {
    0% {
      transform: translateY(-6px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .l-side-search .l-category-01sm .l-category__level1 > .l-category__button .select-category,
  .l-side-search .l-category-01sm .l-category__level2 > .l-category__button .select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23FFFFFF" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 3.2vw top 50% !important;
    background-size: 20px auto !important;
    background-color: #5e5e5e;
    padding-inline: 2.6666666667vw 7.4666666667vw !important;
    color: #fff;
    font-weight: 500;
  }
  .l-side-search .l-category-01sm .l-category__level1 > .l-category__button .select-category > a,
  .l-side-search .l-category-01sm .l-category__level2 > .l-category__button .select-category > a {
    background: none !important;
    border-bottom: none !important;
  }
  .l-side-search .l-category-01sm .l-category__level3 > .l-category__button-anchor.select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23FFFFFF" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 3.2vw top 50% !important;
    background-size: 20px auto !important;
    background-color: #5e5e5e;
    color: #fff;
    font-weight: 500;
  }
  .l-side-search .l-category-01sm .l-category__level4 > .l-category__button-anchor.select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%235E5E5E" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 3.2vw top 50% !important;
    background-size: 20px auto !important;
    font-weight: 500;
  }
  .l-side-search .l-category-01sm .l-category__level5 > .l-category__button-anchor.select-category,
  .l-side-search .l-category-01sm .l-category__level6 > .l-category__button-anchor.select-category {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%235E5E5E" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 0 top 50% !important;
    background-size: 20px auto !important;
    font-weight: 500;
  }
  .l-side-search .select-price {
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%235E5E5E" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 0 top 50% !important;
    background-size: 20px auto !important;
    padding-right: 25px !important;
    font-weight: 500;
  }
  .l-side-search .select-search1,
  .l-side-search .select-search2,
  .l-side-search .select-search3,
  .l-side-search .select-search4,
  .l-side-search .select-search5 {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23FFFFFF" d="M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.4,12.5c0.2,0.2,0.2,0.7,0,0.9c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2L9,9.9l-3.5,3.5c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l3.5-3.5L4.6,5.5c-0.2-0.2-0.2-0.7,0-0.9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2L9,8.1l3.5-3.5c0.2-0.2,0.7-0.2,0.9,0c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L9.9,9L13.4,12.5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 8px top 50% !important;
    background-size: 20px auto !important;
    padding-left: 10px !important;
    background-color: #5e5e5e;
    color: #fff;
    font-weight: 500;
  }
}

.l-side-mypage__title {
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
.l-side-mypage ul {
  margin-bottom: 35px;
}
.l-side-mypage li {
  border-bottom: solid 1px #e6e6e6;
}
.l-side-mypage li a {
  align-items: center;
  display: flex;
  padding: 20px 20px 20px 0;
}
.l-side-mypage li a span {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 20px;
  display: none;
}
.l-side-mypage li a p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 599.9px) {
  .l-side-mypage {
    padding-top: 5.3333333333vw;
    border-top: solid 6px #f6f6f6;
  }
  .l-side-mypage__title {
    padding: 0 5.3333333333vw 4.2666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
    font-weight: 600;
  }
  .l-side-mypage ul {
    margin-bottom: 5.3333333333vw;
  }
  .l-side-mypage li {
    border-bottom: solid 1px #cccccc;
  }
  .l-side-mypage li a {
    align-items: center;
    display: flex;
    padding: 3.7333333333vw 5.3333333333vw;
  }
  .l-side-mypage li a span {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
    height: 20px;
    display: none;
  }
  .l-side-mypage li a p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .l-side-mypage__backtop {
    margin-inline: 4vw;
  }
}

.l-form__area--notTitle {
  margin-top: 60px;
}
@media screen and (min-width: 600px), print {
  .l-form__area--cut2 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l-form__area--cut2 dl:nth-child(even) {
    border-left: none;
  }
  .l-form__area--cut2 .l-form__list {
    margin-top: -1px;
    border-bottom: solid 1px #cccccc;
  }
}
@media screen and (max-width: 599.9px) {
  .l-form__area {
    margin-inline: 5.3333333333vw;
  }
  .l-form__area--notTitle {
    margin-top: 13.3333333333vw;
  }
}
.l-form__list {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-bottom: none;
}
.l-form__list:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.l-form__list > dt {
  align-self: stretch;
}
.l-form__list dt {
  min-width: 300px;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 28px;
  background: #f5f3f2;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}
.l-form__list dt .l-form__list-memo {
  padding-top: 2px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: normal;
}
.l-form__list dt .c-require {
  margin-left: auto;
}
@media screen and (min-width: 600px), print {
  .l-form__list dt.l-form__title-l {
    min-width: 350px;
    max-width: 350px;
  }
}
.l-form__list dt.l-form__title-start {
  align-items: flex-start;
  padding-top: 30px;
}
@media screen and (min-width: 600px), print {
  .l-form__list dt.l-form__title-start .c-require {
    margin-top: 6px;
  }
}
.l-form__list dd {
  padding: 30px 28px;
  width: 100%;
  word-break: break-all;
}
.l-form__list dd .l-form__list-note {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.l-form__list dd .l-form__list-column {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.l-form__list dd .l-form__list-settext--margin-right {
  margin-right: 15px;
}
.l-form__list dd .l-form__list-settext--margin-left {
  margin-left: 15px;
}
.l-form__list dd .l-form__list-settext--margin {
  margin-inline: 15px;
}
.l-form__list dd .name-wrap {
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 600px), print {
  .l-form__list dd .name-wrap {
    align-items: baseline;
  }
  .l-form__list dd .name-wrap input {
    max-width: 250px;
    min-width: 250px;
    width: 100%;
  }
}
.l-form__list dd .name-wrap .last-name-wrap,
.l-form__list dd .name-wrap .first-name-wrap {
  display: flex;
  word-break: keep-all;
}
.l-form__list dd .name-wrap .l-form__list-settext {
  line-height: 50px;
}
.l-form__list dd .name-wrap2 {
  display: flex;
  word-break: keep-all;
}
.l-form__list dd .name-wrap2 .l-form__list-settext {
  line-height: 50px;
}
.l-form__list dd .expiration-wrap,
.l-form__list dd .birthDate-wrap {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.l-form__list dd .expiration-wrap .c-select,
.l-form__list dd .birthDate-wrap .c-select {
  width: 130px;
}
.l-form__list dd .post-num {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  justify-content: start;
}
.l-form__list dd .post-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
}
.l-form__list dd .post-wrap .post-input,
.l-form__list dd .post-wrap .post-input input {
  max-width: 150px;
  width: 100%;
}
.l-form__list dd .post-wrap .l-form__list-settext {
  line-height: 50px;
}
.l-form__list dd .post-wrap .c-button {
  white-space: nowrap;
}
.l-form__list dd .tel-wrap,
.l-form__list dd .birth-wrap {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  justify-content: start;
}
.l-form__list dd .tel-wrap .tel-input,
.l-form__list dd .tel-wrap .tel-input input,
.l-form__list dd .tel-wrap .birth-input,
.l-form__list dd .tel-wrap .birth-input input,
.l-form__list dd .birth-wrap .tel-input,
.l-form__list dd .birth-wrap .tel-input input,
.l-form__list dd .birth-wrap .birth-input,
.l-form__list dd .birth-wrap .birth-input input {
  max-width: 150px;
  width: 100%;
}
.l-form__list dd .tel-wrap .l-form__list-settext,
.l-form__list dd .birth-wrap .l-form__list-settext {
  line-height: 50px;
}
.l-form__list dd .point-wrap {
  display: flex;
  flex-wrap: wrap;
}
.l-form__list dd .point-wrap .point-input input {
  max-width: 150px;
  width: 100%;
}
.l-form__list dd .point-wrap .l-form__list-settext {
  line-height: 50px;
}
.l-form__list dd .point-wrap .c-button {
  margin-left: 15px;
  white-space: nowrap;
}
.l-form__list dd .delivery-wrap .c-select {
  width: 300px;
}
.l-form__list dd.l-form__list--change {
  background: rgba(0, 64, 152, 0.1);
}
@media screen and (min-width: 600px), print {
  .l-form__list dd.l-form__list--change {
    min-height: 92px;
  }
}
.l-form__list-relatedLink {
  text-align: right;
}
@media screen and (min-width: 600px), print {
  .l-form__list-relatedLink {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 600px), print {
  .l-form__list--width-m * {
    font-size: 1.5rem;
  }
}
.l-form__list--width-m dt {
  min-width: 230px;
  padding: 20px 18px;
  font-size: 1.5rem;
}
.l-form__list--width-m dd {
  padding: 20px;
}
@media screen and (min-width: 600px), print {
  .l-form__list--width-s * {
    font-size: 1.5rem;
  }
}
.l-form__list--width-s dt {
  min-width: 160px;
  padding: 20px 18px;
  font-size: 1.5rem;
}
.l-form__list--width-s dd {
  padding: 20px;
}
@media screen and (max-width: 599.9px) {
  .l-form__list {
    flex-direction: column;
    align-items: inherit; /*（05/22）SP時は左揃え */
  }
  .l-form__list dt {
    min-width: 100%;
    width: 100%;
    padding: 3.2vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .l-form__list dt .l-form__list-memo {
    display: inline-block;
    padding-top: 1.3333333333vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .l-form__list dt.l-form__title-start {
    align-items: center;
    padding: 4.5333333333vw 4.2666666667vw;
  }
  .l-form__list dd {
    padding: 4.8vw 4vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.8461538462;
  }
  .l-form__list dd .l-form__list-note {
    margin-top: 1.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6923076923;
  }
  .l-form__list dd .l-form__list-column {
    flex-direction: column;
    row-gap: 2.1333333333vw;
    align-items: inherit;
  }
  .l-form__list dd .l-form__list-settext--margin-right {
    margin-right: 2.1333333333vw;
  }
  .l-form__list dd .l-form__list-settext--margin-left {
    margin-left: 2.1333333333vw;
  }
  .l-form__list dd .l-form__list-settext--margin {
    margin-inline: 2.1333333333vw;
  }
  .l-form__list dd .name-wrap {
    flex-direction: column;
    gap: 3.2vw;
  }
  .l-form__list dd .name-wrap .name-input,
  .l-form__list dd .name-wrap .name-input input {
    width: 100%;
  }
  .l-form__list dd .name-wrap2 .name-input,
  .l-form__list dd .name-wrap2 .name-input input {
    width: 100%;
  }
  .l-form__list dd .expiration-wrap,
  .l-form__list dd .birthDate-wrap {
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
  .l-form__list dd .expiration-wrap .c-select::before,
  .l-form__list dd .birthDate-wrap .c-select::before {
    right: 10px;
    width: 2.8vw;
    height: 1.6vw;
  }
  .l-form__list dd .expiration-wrap .c-select,
  .l-form__list dd .birthDate-wrap .c-select {
    width: 20vw;
  }
  .l-form__list dd .expiration-wrap .c-select__inner,
  .l-form__list dd .birthDate-wrap .c-select__inner {
    padding: 0 5.3333333333vw 0 2.6666666667vw;
  }
  .l-form__list dd .expiration-wrap .birthDate-month-wrap .c-select,
  .l-form__list dd .expiration-wrap .birthDate-day-wrap .c-select,
  .l-form__list dd .birthDate-wrap .birthDate-month-wrap .c-select,
  .l-form__list dd .birthDate-wrap .birthDate-day-wrap .c-select {
    width: 18.6666666667vw;
  }
  .l-form__list dd .expiration-wrap .c-button,
  .l-form__list dd .birthDate-wrap .c-button {
    height: 50px;
  }
  .l-form__list dd .post-wrap .post-input,
  .l-form__list dd .post-wrap .post-input input {
    width: 21.3333333333vw;
  }
  .l-form__list dd .post-wrap .c-button {
    padding: 0 3.7333333333vw;
    height: 50px;
  }
  .l-form__list dd .post-wrap .c-textlink {
    margin-top: 2.6666666667vw;
  }
  .l-form__list dd .post-wrap input,
  .l-form__list dd .post-wrap .c-button,
  .l-form__list dd .post-wrap .c-textlink {
    margin-block: 1.0666666667vw;
  }
  .l-form__list dd .tel-wrap .tel-input,
  .l-form__list dd .tel-wrap .tel-input input,
  .l-form__list dd .tel-wrap .birth-input,
  .l-form__list dd .tel-wrap .birth-input input,
  .l-form__list dd .birth-wrap .tel-input,
  .l-form__list dd .birth-wrap .tel-input input,
  .l-form__list dd .birth-wrap .birth-input,
  .l-form__list dd .birth-wrap .birth-input input {
    max-width: inherit;
  }
  .l-form__list dd .tel-wrap .c-textlink,
  .l-form__list dd .birth-wrap .c-textlink {
    margin-top: 2.6666666667vw;
  }
  .l-form__list dd .tel-wrap input,
  .l-form__list dd .tel-wrap .c-textlink,
  .l-form__list dd .birth-wrap input,
  .l-form__list dd .birth-wrap .c-textlink {
    margin-block: 1.0666666667vw;
  }
  .l-form__list dd .point-wrap {
    gap: 3.2vw;
  }
  .l-form__list dd .point-wrap .point-input input {
    width: 21.8666666667vw;
  }
  .l-form__list dd .point-wrap .l-form__list-settext {
    line-height: 50px;
  }
  .l-form__list dd .point-wrap .c-button {
    margin-left: 0;
    height: 50px;
  }
  .l-form__list dd .delivery-wrap .c-select__inner {
    width: 45.3333333333vw;
  }
  .l-form__list--small dd, .l-form__list--medium dd {
    padding: 5.3333333333vw 4vw;
  }
}
.l-form__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.l-form__column-inner--end {
  display: flex;
  justify-content: end;
  margin-left: auto;
}
@media screen and (max-width: 599.9px) {
  .l-form__column {
    flex-direction: column;
    align-items: inherit;
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 600px), print {
  .l-form--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l-form--grid > .l-form__inner {
    display: grid;
    grid-template-columns: subgrid;
  }
  .l-form--grid > .l-form__inner:nth-child(odd) .l-form__list {
    border-right: none;
  }
  .l-form--grid > .l-form__inner:nth-child(even) .l-form__list {
    border-left: none;
  }
}
@media screen and (max-width: 599.9px) {
  .l-form--grid > .l-form__inner:nth-child(even) .l-form__list {
    border-top: none;
  }
}
.l-form .c-textlink {
  margin-block: auto;
  padding-bottom: 5px;
  padding-right: 5px;
  gap: 7px;
}
.l-form .c-textlink svg {
  padding-top: 4px;
}
.l-form__option {
  border: solid 4px #f5f3f2;
  padding: 20px;
}
@media screen and (max-width: 599.9px) {
  .l-form__option {
    border-width: 3px;
    padding: 4vw;
  }
}
.l-form__onoff {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .l-form__onoff {
    margin-bottom: 6.6666666667vw;
  }
}
.l-form__password {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.l-form__password span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #cccccc;
  background-image: url(../images/tokyu/icon-img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
  margin-right: 8px;
}
.l-form__password.is-show span {
  background-color: #202020;
}
@media screen and (max-width: 599.9px) {
  .l-form__password {
    margin-bottom: 2.1333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.l-form .password-wrap input {
  width: 350px;
  margin-right: 20px;
}
@media screen and (max-width: 599.9px) {
  .l-form .password-wrap input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.1333333333vw;
  }
}
.l-form__card {
  width: fit-content;
  display: grid;
  grid-auto-flow: column;
  gap: 1.6vw;
  padding: 2.1vw 2.6vw;
  background: rgba(245, 243, 242, 0.8);
  border-radius: 5px;
}
.l-form__card-number input {
  min-width: 190px;
  width: 18vw;
  max-width: 240px;
}
.l-form__card-date .c-select::before {
  right: 15px;
  width: 12px;
  height: 7px;
}
.l-form__card-date .c-select__inner {
  min-width: 80px;
  width: 7.5vw;
  max-width: 100px;
}
.l-form__card-date-contents {
  display: flex;
}
.l-form__card .l-form__list-settext {
  line-height: 60px;
}
.l-form__card-code input {
  width: 120px;
}
@media screen and (max-width: 599.9px) {
  .l-form__card {
    display: block;
    padding: 6.4vw 5.3333333333vw;
  }
  .l-form__card-number input {
    width: 100%;
  }
  .l-form__card-date {
    margin-top: 4.2666666667vw;
  }
  .l-form__card-date .c-select__inner {
    width: 26.6666666667vw;
  }
  .l-form__card-code {
    margin-top: 4.2666666667vw;
  }
}
.l-form__registeredcard {
  width: fit-content;
  padding: 2.1vw 2.6vw;
  background: rgba(245, 243, 242, 0.8);
  border-radius: 5px;
}
.l-form__registeredcard .c-input {
  width: 80px;
  height: 45px;
  margin-inline: 5px 10px;
}
@media screen and (max-width: 599.9px) {
  .l-form__registeredcard {
    padding: 6.4vw 5.3333333333vw;
    min-width: 100%;
  }
  .l-form__registeredcard .c-input {
    width: 18.6666666667vw;
    height: 12vw;
    margin-inline: 1.3333333333vw 2.6666666667vw;
  }
}
.l-form__paymentttime-list {
  width: fit-content;
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  align-items: center;
}
.l-form__paymentttime .c-select__inner {
  width: 110px;
}
@media screen and (max-width: 599.9px) {
  .l-form__paymentttime-list {
    display: block;
    margin-top: 2.1333333333vw;
  }
}
.l-form__cardregister {
  background: #f5f3f2;
  padding: 12px 30px;
}
.l-form__cardregister .c-checkbox__box {
  vertical-align: sub;
}
.l-form__cardregister .c-checkbox p {
  font-size: 1.5rem;
}
@media screen and (max-width: 599.9px) {
  .l-form__cardregister {
    padding: 2.6666666667vw 4vw;
  }
}
.l-form__coupon-price {
  width: fit-content;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
}
.l-form__coupon-price-amount {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
.l-form__coupon-price-amount span {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: normal;
}
.l-form__coupon-code p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: bold;
}
.l-form__coupon-input {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-form__coupon-input .c-input {
  width: 440px;
}
.l-form__coupon-selected {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 15px;
  align-items: center;
  word-break: break-all;
}
.l-form__coupon-selected-text {
  display: flex;
  flex-wrap: wrap;
}
.l-form__coupon-selected-price {
  display: inline-block;
  color: #d50000;
}
.l-form__coupon-selected .c-button--delete {
  gap: 9px;
  margin-left: auto;
}
.l-form__coupon-notavailable {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .l-form__coupon-price-amount {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.5555555556;
  }
  .l-form__coupon-price-amount span {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2.1538461538;
  }
  .l-form__coupon-code p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .l-form__coupon-input {
    flex-direction: column;
    align-items: inherit;
    gap: 3.7333333333vw;
  }
  .l-form__coupon-input .c-input {
    width: 100%;
  }
  .l-form__coupon-input .c-button {
    width: 53.3333333333vw;
    margin-inline: auto;
  }
  .l-form__coupon-selected {
    grid-template-columns: inherit;
    grid-auto-flow: row;
    gap: 3.7333333333vw;
  }
  .l-form__coupon-selected-text {
    flex-direction: column;
  }
  .l-form__coupon-selected .c-button {
    width: 53.3333333333vw;
    margin-inline: auto;
  }
  .l-form__coupon-selected .c-button--delete {
    gap: 2.1333333333vw;
  }
  .l-form__coupon-notavailable {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
  }
}
.l-form__pay-easy .c-text--note {
  margin-top: 25px;
}
.l-form__pay-easy .c-textlink {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .l-form__pay-easy .c-text--note {
    margin-top: 6.4vw;
  }
}
.l-form__text-select {
  display: flex;
  align-items: flex-start;
}
.l-form__text-select p {
  margin-right: 20px;
  word-break: keep-all;
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599.9px) {
  .l-form__text-select p {
    margin-right: 5.3333333333vw;
    line-height: 11.4666666667vw;
  }
}
.l-form__complex {
  padding: 0 !important;
}
.l-form__complex-block {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding: 30px 30px 40px;
}
.l-form__complex-block:last-of-type {
  border-bottom: none;
}
.l-form__complex-inner {
  margin-top: 25px;
  padding: 0 28px;
}
.l-form__complex-inner .l-form__text-select + .l-form__text-select {
  margin-top: 20px;
}
.l-form__complex-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 599.9px) {
  .l-form__complex-block {
    padding: 6.4vw 3.2vw 7.2vw;
  }
  .l-form__complex-inner {
    margin-top: 4vw;
    padding: 0 0 0 6.6666666667vw;
  }
}

.l-complete {
  text-align: center;
}
.l-complete__inner {
  margin-block: 100px;
}
.l-complete__title {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
}
.l-complete__title + .l-complete__unit {
  margin-top: 80px;
}
.l-complete__title small {
  font-weight: normal;
}
.l-complete__text {
  font-size: 1.6rem;
  line-height: 2;
}
.l-complete__text--l {
  text-align: center;
  font-weight: bold;
}
.l-complete__text--m {
  font-weight: normal;
}
.l-complete__unit + .l-complete__unit {
  margin-top: 45px;
  padding-top: 45px;
  border-top: solid 1px #dddddd;
}
.l-complete__result {
  width: fit-content;
  margin-inline: auto;
  padding: 30px 120px;
  border: solid 3px #f5f3f2;
}
.l-complete .l-complete__result--white {
  background: #fff;
}
.l-complete__result-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
.l-complete__result-item strong {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .l-complete__inner {
    margin-block: 13.3333333333vw;
  }
  .l-complete__title {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.75;
  }
  .l-complete__title + .l-complete__unit {
    margin-top: 12vw;
  }
  .l-complete__text {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
  }
  .l-complete__text--m {
    text-align: left;
  }
  .l-complete__unit + .l-complete__unit {
    margin-top: 8.5333333333vw;
    padding-top: 8.5333333333vw;
  }
  .l-complete__unit-inner {
    margin-inline: 5.3333333333vw;
  }
  .l-complete__result {
    width: 100%;
    padding: 4vw;
  }
  .l-complete__result-title {
    display: block;
    margin-bottom: 0;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
  .l-complete__result-item {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
  .l-complete__result-item strong {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
}
.l-complete--margin-m {
  margin-top: 35px;
}
@media screen and (max-width: 599.9px) {
  .l-complete--margin-m {
    margin-top: 8vw;
  }
}

.c-input {
  border-radius: 3px;
  background: #fff;
  border: solid 1px #979797;
  height: 50px;
  padding: 0 15px;
  font-size: 1.5rem;
  transition: border-color 400ms ease;
}
@media screen and (max-width: 599.9px) {
  .c-input {
    height: 50px;
    padding: 0 12px;
    font-size: min(4.2666666667vw, 1.9rem);
  }
}
.c-input--width-l {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-input--width-l {
    width: 100%;
  }
}
@media screen and (max-width: 599.9px) {
  .c-input--width-l-sp {
    width: 100% !important;
  }
}
.c-input--width-m {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-input--width-m {
    width: 100%;
  }
}
.c-input--width-s {
  max-width: 200px;
  width: 32vw;
}
@media screen and (max-width: 599.9px) {
  .c-input--width-s {
    max-width: 100%;
    width: 100%;
  }
}
.c-input--height-s {
  height: 50px;
}
@media screen and (max-width: 599.9px) {
  .c-input--height-s {
    height: 10.6666666667vw;
  }
}
.c-input--error {
  background: #fff2f2;
}

.c-text-area {
  height: 100px;
  border-radius: 3px;
  background: #fff;
  border: solid 1px #979797;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  padding: 10px 15px;
}
@media screen and (max-width: 599.9px) {
  .c-text-area {
    height: 40vw;
    padding: 2.6666666667vw 3.2vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
}
.c-text-area--width-l {
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-text-area--width-l {
    width: 100%;
  }
}
.c-text-area--width-m {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-text-area--width-m {
    width: 100%;
  }
}
.c-text-area--error {
  background: #fff2f2;
}

.c-text-area__count {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.c-text-area__count textarea {
  width: 100%;
}
.c-text-area__count-number {
  margin-top: 10px;
  text-align: right;
}

.c-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-radio__box {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #979797;
  background: #fff;
  cursor: pointer;
}
.c-radio__box:focus {
  box-shadow: none;
}
.c-radio__box:focus-visible {
  outline: auto;
}
.c-radio__box:checked::after {
  content: "";
  display: block;
  background: #202020;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-radio p {
  margin: 0 0 3px 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 599.9px) {
  .c-radio p {
    margin: 0 0 0.5333333333vw 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4;
  }
}

.c-radio-group--column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.c-radio-group--column .c-radio p {
  margin-bottom: 0;
}
.c-radio-group--error {
  background: #fff2f2;
}

.c-radio-wrap {
  line-height: 0;
}
.c-radio-wrap:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 599.9px) {
  .c-radio-wrap:not(:first-child) {
    margin-top: 3.2vw;
  }
}

.c-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-checkbox__box {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #cccccc;
  background-image: url(../images/tokyu/icon-img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
  cursor: pointer;
}
.c-checkbox__box:focus {
  box-shadow: none;
}
.c-checkbox__box:focus-visible {
  outline: auto;
}
.c-checkbox__box:checked {
  background-color: #202020;
}
.c-checkbox__box:disabled {
  background-image: url(../images/tokyu/icon-img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
}
.c-checkbox__box:checked:disabled {
  opacity: 0.4;
}
.c-checkbox p {
  margin: 0 0 3px 10px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 599.9px) {
  .c-checkbox p {
    margin: 0 0 0.5333333333vw 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
  }
}

.c-checkbox-group--column {
  display: flex;
  gap: 15px;
}
.c-checkbox-group--error {
  background: #fff2f2;
}

.c-checkbox-wrap:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 599.9px) {
  .c-checkbox-wrap:not(:first-child) {
    margin-top: 3.2vw;
  }
}

.c-select {
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.c-select:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 599.9px) {
  .c-select:before {
    right: 20px;
  }
}
.c-select__inner {
  width: inherit;
  border-radius: 3px;
  border: solid 1px #979797;
  height: 50px;
  padding: 0 40px 0 15px;
  text-indent: 0.01px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .c-select__inner {
    display: block;
    padding: 0 10.6666666667vw 0 3.2vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.c-select--width-l {
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-select--width-l {
    width: 100%;
  }
}
.c-select--width-m {
  width: 300px;
}
@media screen and (max-width: 599.9px) {
  .c-select--width-m {
    width: 100%;
  }
}
.c-select--error {
  background-color: #fff2f2;
}

.c-require {
  display: inline-block;
  padding: 0px 6px 1px;
  background-color: #d50000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: nowrap;
}

.c-button {
  display: inline-grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  transition: opacity 400ms ease;
  cursor: pointer;
}
@media screen and (min-width: 600px), print {
  .c-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.c-button--primary {
  border-radius: 3px;
  background-color: #004098;
  color: #fff;
}
.c-button--primary-line {
  border-radius: 3px;
  color: #004098;
  border: solid 1px #004098;
}
.c-button--20 {
  border-radius: 3px;
  background-color: #202020;
  color: #fff;
}
.c-button--20-line {
  border-radius: 3px;
  color: #202020;
  border: solid 1px #202020;
}
.c-button--ccc {
  border-radius: 3px;
  background-color: #cccccc;
  color: #fff;
}
.c-button--ccc-line {
  border-radius: 3px;
  border: solid 1px #cccccc;
}
.c-button--width-l {
  min-height: 70px;
  padding: 5px 35px 7px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-button--width-l {
    min-width: 73.3333333333vw;
    min-height: 17.3333333333vw;
    padding: 1.3333333333vw 10.6666666667vw 1.8666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4117647059;
    font-weight: 500;
  }
}
.c-button--width-m {
  min-width: 140px;
  min-height: 60px;
  padding: 5px 35px 7px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .c-button--width-m {
    min-width: 33.3333333333vw;
    min-height: 13.3333333333vw;
    padding: 1.3333333333vw 9.3333333333vw 1.8666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4117647059;
    font-weight: 500;
  }
}
.c-button--width-s {
  min-height: 50px;
  padding: 5px 20px 7px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-button--width-s {
    min-height: 10.6666666667vw;
    padding: 1.3333333333vw 4.5333333333vw 1.8666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.4615384615;
  }
}
.c-button--width-s2 {
  min-height: 44px;
  padding: 5px 17px 7px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-button--width-s2 {
    min-height: 10.6666666667vw;
    padding: 1.3333333333vw 4.5333333333vw 1.8666666667vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.4166666667;
  }
}
.c-button--width-s3 {
  min-height: 38px;
  padding: 3px 13px 5px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-button--width-s3 {
    min-height: 8vw;
    padding: 0.8vw 2.6666666667vw 1.3333333333vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.3;
  }
}
.c-button--primary-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23004098" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 7px auto;
}
.c-button--primary-left {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23004098" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 17px top 50%;
  background-size: 7px auto;
}
.c-button--primary-up {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23004098" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--primary-down {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23004098" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--fff-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 7px auto;
}
.c-button--fff-left {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 17px top 50%;
  background-size: 7px auto;
}
.c-button--fff-up {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23ffffff" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--fff-down {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23ffffff" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--97-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 7px auto;
}
.c-button--97-left {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23979797" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 17px top 50%;
  background-size: 7px auto;
}
.c-button--97-up {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--97-down {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23979797" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--20-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23202020" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 7px auto;
}
.c-button--20-left {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23202020" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 17px top 50%;
  background-size: 7px auto;
}
.c-button--20-up {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23202020" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--20-down {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23202020" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 12px auto;
}
.c-button--close {
  border-radius: 3px;
  padding: 16px 35px;
  border: solid 1px #979797;
}
.c-button--close p {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23979797" d="M10.5,9l7-7c.4-.4.4-1.1,0-1.5-.4-.4-1.1-.4-1.5,0l-7,7L2,.6C1.6.1,1,.1.6.6c-.4.4-.4,1.1,0,1.5l7,7L.6,16c-.4.4-.4,1.1,0,1.5.2.2.5.3.7.3s.5-.1.7-.3l7-7,7,7c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1.1,0-1.5l-7-7Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left calc(50% + 1px);
  background-size: 15px auto;
  padding-left: 28px;
  color: #979797;
}
@media screen and (max-width: 599.9px) {
  .c-button--close {
    padding: 4.2666666667vw 9.3333333333vw;
  }
  .c-button--close p {
    background-size: 3.2vw auto;
    padding-left: 5.8666666667vw;
  }
}
.c-button--delete::before {
  content: "×";
  font-size: 2rem;
  line-height: 1.8;
  margin: 1px 0 0 0;
}
@media screen and (max-width: 599.9px) {
  .c-button--delete::before {
    font-size: 1.6rem;
  }
}
.c-button--delete2 {
  display: grid;
  place-content: center;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #c3c3c3;
}
.c-button--delete2 svg {
  fill: #979797;
}
@media screen and (max-width: 599.9px) {
  .c-button--delete2::before {
    font-size: 1.6rem;
  }
}
.c-button--favorite {
  display: flex;
  padding-top: 2px;
  height: 24px;
  position: relative;
}
.c-button--favorite svg {
  fill: #cccccc;
  transform-origin: center;
  width: 26px;
  transition: fill 400ms ease, transform 400ms ease;
}
.c-button--favorite:active svg {
  transform: scale(1.3);
}
.c-button--favorite.is-active svg {
  fill: #ec676d;
}
.c-button--favorite .addText {
  position: absolute;
  top: 3px;
  left: -100px;
}
.c-button--favorite .addText.is-active {
  animation: fadeOut 0.4s ease-in 0.9s forwards;
  animation-fill-mode: forwards;
  margin-inline: 10px;
  padding: 4px 7px 5px;
  background: #e0e0e0;
  border-radius: 3px;
  font-size: 1.1rem;
  line-height: 0.9090909091;
  font-weight: normal;
  width: 80px;
}
.c-button--favorite .addText.is-active::after {
  content: "";
  display: block;
  height: 6.5px;
  width: 5px;
  background: #e0e0e0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.c-button--favorite .addText--reverse {
  left: inherit;
  right: -100px;
}
.c-button--favorite .addText--reverse.is-active::after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: inherit;
  left: -5px;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 599.9px) {
  .c-button--favorite {
    height: 5.6vw;
  }
  .c-button--favorite svg {
    width: 6.1333333333vw;
  }
}
.c-button--swiper-button-prev, .c-button--swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: 12px auto;
  margin-top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 599.9px) {
  .c-button--swiper-button-prev, .c-button--swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 2.1333333333vw auto;
  }
}
.c-button--swiper-button-prev:after, .c-button--swiper-button-next:after {
  content: none;
}
.c-button--swiper-button-prev.swiper-button-disabled, .c-button--swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.c-button--swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  left: 0;
}
.c-button--swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  right: 0;
}
.c-button--nextmore {
  height: 70px;
  min-width: 400px;
  padding: 0 40px 2px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-button--nextmore {
    min-width: 66.6666666667vw;
    height: 13.3333333333vw;
    padding: 0 10.6666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
}
.c-button--readmore {
  padding: 17px 30px;
  border: solid 1px #bbb;
  border-radius: 4px;
}
.c-button--readmore p {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23a1a1a1" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px auto;
  padding-right: 30px;
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .c-button--readmore {
    padding: 4.5333333333vw 8vw;
    background-position: right 5.3333333333vw center;
    background-size: 1.6vw auto;
    padding-right: 8vw;
    font-size: min(4vw, 1.8rem);
  }
}

.c-textlink, .c-textlink--add, .c-textlink--delete2, .c-textlink--delete {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  word-break: break-all;
  transition: opacity 400ms ease;
  cursor: pointer;
}
@media screen and (min-width: 600px), print {
  .c-textlink:hover, .c-textlink--add:hover, .c-textlink--delete2:hover, .c-textlink--delete:hover {
    opacity: 0.5;
  }
}
.c-textlink--text {
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.c-textlink--text-s {
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.c-textlink--text-inline {
  display: inline;
}
.c-textlink--hover:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.c-textlink--hover-s:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.c-textlink--right {
  gap: 8px;
}
.c-textlink--right::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-top: 1px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23202020" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-textlink--right.c-textlink--text::after {
  margin-top: 3px;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--right::after {
    background-size: 1.8666666667vw auto;
  }
  .c-textlink--right.c-textlink--text::after {
    margin-top: 0.8vw;
  }
}
.c-textlink--right2 {
  gap: 8px;
}
.c-textlink--right2::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #202020;
  border-radius: 2px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
.c-textlink--right2.c-textlink--text::after {
  margin-top: 3px;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--right2::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 1.6vw auto;
  }
  .c-textlink--right2.c-textlink--text::after {
    margin-top: 0.8vw;
  }
}
.c-textlink--inlineRight {
  display: inline-block;
}
.c-textlink--inlineRight::after {
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  height: 19px;
  vertical-align: text-bottom;
  background-position: center 35%;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--inlineRight::after {
    display: inline-block;
    margin-left: 2.1333333333vw;
    background-position: center 45%;
  }
}
.c-textlink--left {
  gap: 8px;
}
.c-textlink--left::before {
  content: "";
  display: block;
  margin-top: 3px;
  width: 7px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23202020" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--left::before {
    background-size: 1.8666666667vw auto;
  }
  .c-textlink--left.c-textlink--text::before {
    margin-top: 0.8vw;
  }
}
.c-textlink--left2 {
  gap: 8px;
}
.c-textlink--left2::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #202020;
  border-radius: 2px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
.c-textlink--left2.c-textlink--text::before {
  margin-top: 3px;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--left2::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 1.6vw auto;
  }
  .c-textlink--left2.c-textlink--text::before {
    margin-top: 0.8vw;
  }
}
.c-textlink--inlineLeft {
  align-items: start;
}
.c-textlink--inlineLeft::before {
  height: 28px;
}
.c-textlink--inlineLeft.c-textlink--text::before {
  height: 32px;
}
.c-textlink--leftRight {
  gap: 8px;
}
.c-textlink--leftRight::before {
  content: "";
  display: block;
  margin-top: 3px;
  width: 7px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23202020" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--leftRight::before {
    background-size: 1.8666666667vw auto;
  }
  .c-textlink--leftRight.c-textlink--text::before {
    margin-top: 0.8vw;
  }
}
.c-textlink--leftRight2 {
  gap: 8px;
}
.c-textlink--leftRight2::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #202020;
  border-radius: 2px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
.c-textlink--leftRight2.c-textlink--text::before {
  margin-top: 3px;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--leftRight2::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 1.6vw auto;
  }
  .c-textlink--leftRight2.c-textlink--text::after {
    margin-top: 0.8vw;
  }
}
.c-textlink--inlineLeftRight {
  align-items: start;
}
.c-textlink--inlineLeftRight::before {
  height: 28px;
}
.c-textlink--inlineLeftRight.c-textlink--text::before {
  height: 32px;
}
.c-textlink--blank {
  margin-inline: 10px;
  gap: 7px;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--blank {
    margin-inline: 1.3333333333vw;
    gap: 1.6vw;
    font-weight: bold;
  }
}
.c-textlink--delete:after {
  content: "×";
  margin-left: 3px;
}
.c-textlink--delete2 {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
.c-textlink--delete2 p:after {
  background: #393939;
}
.c-textlink--delete2::before {
  content: "×";
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 599.9px) {
  .c-textlink--delete2 {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .c-textlink--delete2::before {
    font-size: min(5.3333333333vw, 2.3rem);
    margin-right: 2.1333333333vw;
  }
}
.c-textlink--add {
  color: #393939;
}
.c-textlink--add p:after {
  background: #393939;
}
.c-textlink--add::before {
  content: "＋";
  margin-right: 5px;
}

.c-inlinelink {
  margin-inline: 5px;
  font-weight: bold;
  color: #004098;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .c-inlinelink:hover {
    opacity: 0.5;
  }
}
.c-inlinelink--blank svg {
  fill: #004098;
  vertical-align: baseline;
  margin-left: 7px;
}
@media screen and (max-width: 599.9px) {
  .c-inlinelink--blank {
    margin-inline: 1.3333333333vw;
  }
}

.c-baloon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d50000;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  color: #fff;
  position: absolute;
}
.c-baloon--number {
  min-width: 24px;
  min-height: 24px;
  border: solid 3px #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.c-baloon--hot {
  width: 17px;
  height: 17px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .c-baloon--number {
    border-width: 2px;
    min-width: 5.6vw;
    min-height: 5.6vw;
    padding-bottom: 1px;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1;
    font-weight: 500;
  }
  .c-baloon--hot {
    width: 4vw;
    height: 4vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1;
    font-weight: 500;
  }
}

.c-pagination {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-top: 100px;
}
.c-pagination--abb {
  display: grid;
  place-content: center;
  width: 20px;
  margin: 2px 8px 0;
}
.c-pagination--abb svg {
  width: 100%;
  fill: #cccccc;
}
.c-pagination--prev, .c-pagination--next {
  display: grid;
  place-content: center;
  place-items: center;
}
.c-pagination--prev svg, .c-pagination--next svg {
  width: 10px;
  fill: #bbbbbb;
  opacity: 0.5;
}
.c-pagination a.c-pagination--prev,
.c-pagination a.c-pagination--next {
  transition: opacity 400ms ease;
}
.c-pagination a.c-pagination--prev svg,
.c-pagination a.c-pagination--next svg {
  fill: #202020;
  opacity: 1;
}
@media screen and (min-width: 600px), print {
  .c-pagination a.c-pagination--prev:hover,
  .c-pagination a.c-pagination--next:hover {
    opacity: 0.5;
  }
}
.c-pagination--prev {
  margin-right: 27px;
}
.c-pagination--prev svg {
  margin-right: 2px;
}
.c-pagination--next {
  margin-left: 27px;
}
.c-pagination--page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px;
  transition: opacity 400ms ease;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: normal;
  color: #bbbbbb;
}
.c-pagination--page.is-current {
  color: #202020;
  font-weight: bold;
}
@media screen and (min-width: 600px), print {
  .c-pagination a.c-pagination--page:hover {
    opacity: 0.5;
    text-decoration: underline;
    text-underline-offset: 8px;
  }
}
@media screen and (max-width: 599.9px) {
  .c-pagination {
    margin-top: 16vw;
  }
  .c-pagination--abb {
    width: 4.2666666667vw;
    margin: 2px 1.6vw 0;
  }
  .c-pagination--prev svg, .c-pagination--next svg {
    width: 2.1333333333vw;
  }
  .c-pagination--prev {
    margin-right: 3.2vw;
  }
  .c-pagination--next {
    margin-left: 3.2vw;
  }
  .c-pagination--page {
    margin: 0 2.9333333333vw;
    font-size: min(5.0666666667vw, 2.2rem);
    line-height: 1.0526315789;
  }
}

.c-global-error {
  padding: 20px 25px;
  border: 2px solid #d50000;
  font-size: 1.6rem;
  line-height: 1.8125;
  color: #d50000;
}
.c-global-error li {
  text-indent: -2rem;
  padding-left: 1.5rem;
}
.c-global-error li::before {
  content: "・";
  margin-right: 0.5rem;
}
.c-global-error p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #202020;
}
.c-global-error p strong {
  font-weight: bold;
  color: #d50000;
}
.c-global-error p + p {
  margin-top: 10px;
}
.c-global-error + .c-global-error {
  margin-top: -20px;
}
@media screen and (max-width: 599.9px) {
  .c-global-error {
    padding: 4vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
  .c-global-error p {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
  .c-global-error p + p {
    margin-top: 2.1333333333vw;
  }
  .c-global-error + .c-global-error {
    margin-top: -2.6666666667vw;
  }
}
.c-global-error--margin-m {
  margin-block: 40px;
}
@media screen and (max-width: 599.9px) {
  .c-global-error--margin-m {
    margin-block: 6.6666666667vw;
    margin-inline: 5.3333333333vw;
  }
}
@media screen and (max-width: 599.9px) {
  .c-global-error--margin-m-inline {
    margin-inline: 5.3333333333vw;
  }
}
.c-global-error--margin-m-block {
  margin-block: 40px;
}
@media screen and (max-width: 599.9px) {
  .c-global-error--margin-m-block {
    margin-block: 6.6666666667vw;
  }
}
.c-global-error--margin-m-bottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 599.9px) {
  .c-global-error--margin-m-bottom {
    margin-bottom: 6.6666666667vw;
  }
}

.c-field-error {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #d50000;
  margin-top: 10px;
}
@media screen and (max-width: 599.9px) {
  .c-field-error {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5;
    margin-top: 1.8666666667vw;
  }
}

.c-reception {
  padding: 20px 28px;
  color: #d50000;
  background: #fdf2f2;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 599.9px) {
  .c-reception {
    padding: 4vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.6666666667;
  }
}
.c-reception__setIcon {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 20px;
}
.c-reception__setIcon svg {
  margin-top: 2px;
  fill: #d50000;
}
@media screen and (max-width: 599.9px) {
  .c-reception__setIcon {
    gap: 2.6666666667vw;
  }
  .c-reception__setIcon svg {
    width: 5.3333333333vw;
  }
}
.c-reception--complete-s {
  padding-block: 20px;
  border: solid 1px #d50000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-reception--complete-s {
    padding-block: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
}
.c-reception--complete {
  padding-block: 40px;
  border: solid 1px #d50000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-reception--complete {
    padding: 9.3333333333vw 3.2vw;
    font-size: min(4vw, 1.8rem);
  }
}
.c-reception--margin-m {
  margin-block: 40px;
}
@media screen and (max-width: 599.9px) {
  .c-reception--margin-m {
    margin-block: 6.6666666667vw;
    margin-inline: 5.3333333333vw;
  }
}
@media screen and (max-width: 599.9px) {
  .c-reception--margin-m-inline {
    margin-inline: 5.3333333333vw;
  }
}
.c-reception--margin-m-block {
  margin-block: 40px;
}
@media screen and (max-width: 599.9px) {
  .c-reception--margin-m-block {
    margin-block: 6.6666666667vw;
  }
}
.c-reception--margin-m-bottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 599.9px) {
  .c-reception--margin-m-bottom {
    margin-bottom: 6.6666666667vw;
  }
}

.c-title-page-full {
  padding-bottom: 26px;
  border-bottom: solid 1px #000;
}
.c-title-page-full__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .c-title-page-full__inner {
    width: calc(100% - 5.3333333333vw * 2);
  }
}
.c-title-page-full strong {
  font-size: 3.4rem;
  line-height: 1.2941176471;
  font-weight: normal;
  color: #000;
}
.c-title-page-full--order {
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.c-title-page-full--order strong {
  font-size: 2.4rem;
  line-height: 1.4166666667;
}
.c-title-page-full--mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 599.9px) {
  .c-title-page-full {
    padding-bottom: 5.8666666667vw;
  }
  .c-title-page-full strong {
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.5;
  }
  .c-title-page-full--order {
    padding-bottom: 5.3333333333vw;
  }
  .c-title-page-full--mb {
    margin-bottom: 12vw;
  }
}
.c-title-page {
  margin-bottom: 45px;
}
.c-title-page--mb-small {
  margin-bottom: 30px;
}
.c-title-page strong {
  font-size: 3.4rem;
  line-height: 1.2941176471;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .c-title-page {
    margin: 0 5.3333333333vw 9.3333333333vw;
  }
  .c-title-page--mb-small {
    margin-bottom: 5.3333333333vw;
  }
  .c-title-page strong {
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.5;
  }
}
.c-title-page-spfull {
  margin-bottom: 45px;
}
.c-title-page-spfull__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 0px * 2);
}
@media screen and (max-width: 599.9px) {
  .c-title-page-spfull__inner {
    width: calc(100% - 5.3333333333vw * 2);
  }
}
.c-title-page-spfull strong {
  font-size: 3.4rem;
  line-height: 1.2941176471;
  font-weight: normal;
  color: #000;
}
.c-title-page-spfull .rakutenpoint {
  margin-right: 5px;
}
@media screen and (max-width: 599.9px) {
  .c-title-page-spfull {
    margin-bottom: 12vw;
    padding-bottom: 5.8666666667vw;
    border-bottom: solid 1px #000;
  }
  .c-title-page-spfull strong {
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.5;
  }
  .c-title-page-spfull .rakutenpoint {
    width: 9.3333333333vw;
  }
  .c-title-page-spfull--order {
    padding-bottom: 5.3333333333vw;
  }
  .c-title-page-spfull--mb {
    margin-bottom: 12vw;
  }
}
.c-title-contents-full__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  padding-block: 65px 58px;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .c-title-contents-full__inner {
    width: calc(100% - 18px * 2);
  }
}
.c-title-contents-full__en {
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
}
.c-title-contents-full small {
  display: inline-block;
  padding: 0 20px 4px;
  vertical-align: middle;
}
@media screen and (max-width: 599.9px) {
  .c-title-contents-full__inner {
    padding-block: 10.9333333333vw 10.4vw;
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.5909090909;
  }
  .c-title-contents-full__en {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .c-title-contents-full small {
    display: block;
    padding: 5px 0 0;
  }
}
.c-title-contents-full-s {
  margin-bottom: 60px;
  background: #f5f3f2;
}
.c-title-contents-full-s__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  padding-block: 25px;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .c-title-contents-full-s__inner {
    width: calc(100% - 18px * 2);
  }
}
@media screen and (max-width: 599.9px) {
  .c-title-contents-full-s {
    margin-bottom: 10.6666666667vw;
  }
  .c-title-contents-full-s__inner {
    padding-block: 5.6vw 5.8666666667vw;
    font-size: min(5.3333333333vw, 2.3rem);
  }
}
.c-title-contents-s {
  margin-block: 90px 75px;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  font-weight: 500;
  color: #000;
}
.c-title-contents-s small {
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .c-title-contents-s {
    margin: 10.6666666667vw 5.3333333333vw 9.3333333333vw;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.85;
  }
  .c-title-contents-s small {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.7692307692;
    font-weight: normal;
  }
}
.c-title-contents-fill {
  padding: 14px 20px;
  background: #202020;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .c-title-contents-fill {
    padding: 3.2vw 3.7333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
}
.c-title-form-l {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: solid 1px #000;
}
.c-title-form-l__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .c-title-form-l__inner {
    width: calc(100% - 5.3333333333vw * 2);
  }
}
.c-title-form-l strong {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .c-title-form-l {
    margin-bottom: 9.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .c-title-form-l strong {
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.5;
  }
}
.c-title-form-m {
  margin-top: 70px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-title-form-m strong {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  color: #000;
}
.c-title-form-m .rakutenpoint {
  margin-right: 5px;
}
@media screen and (min-width: 600px), print {
  .c-title-form-m .rakutenpoint {
    vertical-align: bottom;
  }
}
.c-title-form-m__option {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 600px), print {
  .c-title-form-m--margin-l {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599.9px) {
  .c-title-form-m {
    margin-top: 13.3333333333vw;
    margin-bottom: 6.6666666667vw;
    flex-direction: column;
    align-items: inherit;
  }
  .c-title-form-m strong {
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.5;
  }
  .c-title-form-m .rakutenpoint {
    width: 9.3333333333vw;
  }
  .c-title-form-m__option {
    flex-direction: column;
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.c-title-form-m2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 500;
  color: #000;
}
.c-title-form-m2__importantMessage {
  color:red;
  font-size:2.4rem;
}

@media screen and (max-width: 599.9px) {
  .c-title-form-m2 {
    margin-bottom: 0;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.5;
  }
  .c-title-form-m2__text {
    margin-bottom: 4vw;
  }
  .c-title-form-m2__importantMessage {
    color:red;
    font-size:2.4rem;
  }
}
.c-title-line {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  margin-block: 50px 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
.c-title-line:after {
  background: linear-gradient(to right, #004098 0%, 5%, #fff 5% 5.2%, #e6e6e6 5.2% 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-title-line {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.6666666667;
    margin-block: 8vw 8vw;
    padding-bottom: 5.3333333333vw;
  }
  .c-title-line:after {
    background: linear-gradient(to right, #004098 0%, 15%, #fff 15% 15.3%, #e6e6e6 15.3% 100%);
  }
}
@media screen and (max-width: 599.9px) {
  .c-title-line--margin-m-inline {
    margin-inline: 5.3333333333vw;
  }
}

.c-product__item a:has(.c-button) {
  display: block;
  color: #202020;
}
@media screen and (min-width: 600px), print {
  .c-product__item a:hover .c-product__item-button {
    opacity: 0.5;
  }
  .c-product__item a:hover .c-product__item-title,
  .c-product__item a:hover .c-product__item-code,
  .c-product__item a:hover .c-product__item-spec,
  .c-product__item a:hover .c-product__item-sale-comment,
  .c-product__item a:hover .c-product__item-price,
  .c-product__item a:hover .c-product__item-price-unit {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .c-product__item a > * {
    transition: opacity 400ms ease;
  }
}
.c-product__item-favorite {
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
}
.c-product__item-delete {
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
}
.c-product__item-image {
  margin-bottom: 18px;
}
.c-product__item-image img {
  width: 100%;
}
.c-product__item-stock {
  background: #e7e7e7;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 500;
  color: #666666;
}
.c-product__item-stock + .c-product__item-icon {
  margin-top: 5px;
}
.c-product__item-stock + .c-product__item-brand,
.c-product__item-stock + .c-product__item-title {
  margin-top: 14px;
}
.c-product__item-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 9px;
}
.c-product__item-icon .c-icon {
  display: grid;
  place-content: center;
  width: 48.8%;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 500;
  white-space: nowrap;
}
.c-product__item-taxicon {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: bold;
  padding-right: 3px;
}
.c-product__item-brand {
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.c-product__item-brand--wine {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #979797;
}
.c-product__item-brand--cosme {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #979797;
}
.c-product__item-title, .c-product__item-spec {
  margin-bottom: 9px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.c-product__item-code {
  margin-top: -4px;
  margin-bottom: 9px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #777777;
}
.c-product__item-sale-comment {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #d50000;
}
.c-product__item-price, .c-product__item-quantity {
  text-align: right;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
}
.c-product__item-price--sale, .c-product__item-quantity--sale {
  color: #d50000;
}
.c-product__item-price--sale small, .c-product__item-quantity--sale small {
  color: #202020;
}
.c-product__item-price span,
.c-product__item-price small, .c-product__item-quantity span,
.c-product__item-quantity small {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
.c-product__item-price small, .c-product__item-quantity small {
  margin-right: 5px;
}
.c-product__item-price-unit, .c-product__item-quantity-unit {
  display: inline-block;
}
.c-product__item-button {
  margin-top: 28px;
  text-align: center;
}
.c-product__item-button button {
  padding: 0 30px;
}
.c-product__item form {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 599.9px) {
  .c-product__item-image {
    margin-bottom: 4vw;
  }
  .c-product__item-group {
    margin-inline: 2.6666666667vw;
  }
  .c-product__item-stock {
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 2;
  }
  .c-product__item-stock + .c-product__item-icon {
    margin-top: 1.3333333333vw;
  }
  .c-product__item-stock + .c-product__item-brand,
  .c-product__item-stock + .c-product__item-title {
    margin-top: 3.2vw;
  }
  .c-product__item-icon {
    margin-bottom: 1.8666666667vw;
    gap: 1.3333333333vw;
  }
  .c-product__item-icon .c-icon {
    width: 48.42%;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.8;
  }
  .c-product__item-taxicon {
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 2.3;
    font-weight: 500;
    padding-right: 2px;
  }
  .c-product__item-brand {
    margin-bottom: 1.3333333333vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.3333333333;
  }
  .c-product__item-title, .c-product__item-spec {
    margin-bottom: 1.8666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.7692307692;
  }
  .c-product__item-code {
    margin-top: -0.8vw;
    margin-bottom: 1.8666666667vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .c-product__item-sale-comment {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.7692307692;
  }
  .c-product__item-price, .c-product__item-quantity {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.2222222222;
  }
  .c-product__item-price span,
  .c-product__item-price small, .c-product__item-quantity span,
  .c-product__item-quantity small {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.9230769231;
  }
  .c-product__item-price small, .c-product__item-quantity small {
    margin-right: 0.8vw;
  }
  .c-product__item form {
    display: block;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  .c-product__item form .c-button--cart {
    width: 100%;
    height: 12vw;
  }
  .c-product__item form .c-button--add-fav {
    width: 100%;
    height: 10.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  .c-product__item form .c-button--add-fav svg {
    width: 16px;
  }
}
.c-product__rank-label {
  position: absolute;
  top: 34px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding-bottom: 4px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  z-index: 10;
  background: #bbbbbb;
}
.c-product__rank-label--1 {
  background: #004098;
}
.c-product__rank-label--2, .c-product__rank-label--3 {
  background: #000;
}
.c-product__rank-label--4, .c-product__rank-label--5 {
  background: #bbbbbb;
}
@media screen and (max-width: 599.9px) {
  .c-product__rank-label {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    padding-bottom: 2px;
  }
}
.c-product--thumb {
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.c-product--thumb .c-product__item {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}
.c-product--thumb .c-product__item::before {
  content: "";
  display: block;
  width: calc(100% + 75px);
  height: 1px;
  background: #dddddd;
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media screen and (max-width: 599.9px) {
  .c-product--thumb {
    padding-inline: 4vw;
    column-gap: 6.6666666667vw;
    grid-template-columns: 1fr 1fr;
  }
  .c-product--thumb .c-product__item {
    padding-top: 9.3333333333vw;
    padding-bottom: 8vw;
  }
  .c-product--thumb .c-product__item::before {
    content: "";
    width: calc(100% + 8vw);
    right: -4vw;
  }
  .c-product--thumb .c-product__item-group {
    margin-inline: 0;
  }
}
.c-product-slider {
  position: relative;
}
.c-product-slider-inner {
  overflow-x: hidden;
}
@media screen and (min-width: 600px), print {
  .c-product-slider .swiper-slide {
    width: 224px;
  }
  .c-product-slider .swiper-slide:not(:last-child) {
    margin-right: 30px;
  }
  .c-product-slider .swiper-slide.rank:not(:last-child) {
    margin-right: 60px;
  }
}
.c-product-slider .swiper-button-prev,
.c-product-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: 12px auto;
  margin-top: 0;
  top: 113px;
}
.c-product-slider .swiper-button-prev:after,
.c-product-slider .swiper-button-next:after {
  content: none;
}
.c-product-slider .swiper-button-prev.swiper-button-disabled,
.c-product-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.c-product-slider .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
  background-repeat: no-repeat;
  left: 0;
}
.c-product-slider .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  right: 0;
}
@media screen and (min-width: 600px), print {
  .c-product-slider--small .swiper-button-prev,
  .c-product-slider--small .swiper-button-next {
    top: 89px;
  }
  .c-product-slider--small .c-product__item-stock {
    font-size: 1.1rem;
    line-height: 2.0909090909;
  }
  .c-product-slider--small .c-product__item-icon .c-icon {
    width: 48.5%;
    font-size: 1rem;
    line-height: 2.3;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 599.9px) {
  .c-product-slider-inner {
    padding-right: 5.3333333333vw;
  }
  .c-product-slider .swiper-wrapper {
    margin-left: 5.3333333333vw;
  }
  .c-product-slider .swiper-slide {
    width: 47.5vw;
  }
  .c-product-slider .swiper-slide:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
  .c-product-slider .swiper-button-prev,
  .c-product-slider .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 2.1333333333vw auto;
    top: 26.6666666667vw;
  }
}
.c-product-slider--recently .swiper-slide {
  width: 180px;
}
.c-product-slider--recently .swiper-slide:not(:last-child) {
  margin-right: 32px;
}
.c-product-slider--recently .c-product__item-image {
  margin-bottom: 0;
}
.c-product-slider--recently .swiper-button-prev,
.c-product-slider--recently .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599.9px) {
  .c-product-slider--recently .swiper-wrapper {
    margin-left: 2.6666666667vw;
  }
  .c-product-slider--recently .swiper-slide {
    width: 26.6vw;
  }
  .c-product-slider--recently .swiper-slide:not(:last-child) {
    margin-right: 2.6666666667vw;
  }
}
.c-product--list .c-product__item {
  border-bottom: solid 1px #ece9de;
  padding-block: 40px;
  position: relative;
}
.c-product--list .c-product__item a {
  width: 100%;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 45px;
}
@media screen and (min-width: 600px), print {
  .c-product--list .c-product__item-favorite {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.c-product--list .c-product__item-image {
  margin-bottom: 0;
}
.c-product--list .c-product__item-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-product--list .c-product__item-description {
  max-width: 500px;
  width: 72.4%;
}
@media screen and (min-width: 600px), print {
  .c-product--list .c-product__item-stock {
    width: 225px;
  }
}
@media screen and (min-width: 600px), print {
  .c-product--list .c-product__item-icon {
    justify-content: left;
  }
  .c-product--list .c-product__item-icon .c-icon {
    width: auto;
    min-width: 110px;
  }
  .c-product--list .c-product__item-icon .c-icon--wide {
    width: 225px !important;
  }
}
.c-product--list .c-product__item-title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.c-product--list .c-product__item-text {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599.9px) {
  .c-product--list .c-product__item {
    padding: 6.6666666667vw 4vw;
  }
  .c-product--list .c-product__item a {
    grid-template-columns: 34.6666666667vw 1fr;
    gap: 4vw;
  }
  .c-product--list .c-product__item-favorite {
    margin-bottom: 0;
  }
  .c-product--list .c-product__item-group {
    margin-inline: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  .c-product--list .c-product__item-group2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.6vw;
  }
  .c-product--list .c-product__item-description {
    max-width: 100%;
    width: 100%;
  }
  .c-product--list .c-product__item-state {
    min-width: 100%;
    width: 100%;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
  .c-product--list .c-product__item-title {
    margin-bottom: 1.6vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6923076923;
  }
  .c-product--list .c-product__item-text {
    margin-top: 1.6vw;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.6363636364;
  }
}
.c-product--orderlist .c-product__item {
  overflow: hidden;
}
.c-product--orderlist .c-product__item-inner {
  position: relative;
  width: 100%;
  display: grid;
  gap: 30px;
  align-items: center;
}
.c-product--orderlist .c-product__item-overview {
  display: grid;
}
.c-product--orderlist .c-product__item-image {
  margin-bottom: 0;
}
.c-product--orderlist .c-product__item-stock {
  max-width: 150px;
}
@media screen and (min-width: 600px), print {
  .c-product--orderlist .c-product__item-icon {
    justify-content: left;
  }
  .c-product--orderlist .c-product__item-icon .c-icon {
    width: auto;
    min-width: 110px;
  }
  .c-product--orderlist .c-product__item-icon .c-icon--wide {
    width: 225px !important;
  }
}
.c-product--orderlist .c-product__item-title {
  margin-bottom: 3px;
}
.c-product--orderlist .c-product__item-brand {
  margin-bottom: 3px;
}
.c-product--orderlist .c-product__item-spec {
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.c-product--orderlist .c-product__item-text {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.c-product--orderlist .c-product__item-amount {
  display: grid;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.c-product--orderlist .c-product__item-state {
  min-width: 250px;
  width: 13%;
  text-align: right;
}
@media screen and (max-width: 599.9px) {
  .c-product--orderlist .c-product__item-inner {
    grid-template-columns: inherit;
    grid-auto-flow: row;
    gap: 0;
  }
  .c-product--orderlist .c-product__item-overview {
    grid-template-columns: 32vw 1fr;
    gap: 3.2vw;
  }
  .c-product--orderlist .c-product__item-group {
    margin-inline: 0;
  }
  .c-product--orderlist .c-product__item-stock {
    max-width: 42.6666666667vw;
    margin-left: inherit;
    margin-bottom: 0.5333333333vw;
  }
  .c-product--orderlist .c-product__item-title {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .c-product--orderlist .c-product__item-brand {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .c-product--orderlist .c-product__item-spec {
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.8181818182;
  }
  .c-product--orderlist .c-product__item-text {
    margin-top: 2.1333333333vw;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.8181818182;
  }
  .c-product--orderlist .c-product__item-amount {
    margin-top: 4vw;
    padding-top: 4vw;
    border-top: dotted 1px #cccccc;
  }
  .c-product--orderlist .c-product__item-state {
    min-width: 100%;
    width: 100%;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}

.c-modal {
  z-index: 600;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-modal__overlay {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.8);
}
.c-modal__overlay.js-open {
  display: block;
}
.c-modal__close {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 950;
  background-color: #000;
  width: 40px;
  height: 40px;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .c-modal__close:hover {
    opacity: 0.5;
  }
}
.c-modal__close span {
  background-color: #fff;
  position: absolute;
  top: 44%;
  left: 18%;
  width: 25px;
  height: 3px;
  border-radius: 9999px;
}
.c-modal__close span:nth-of-type(1) {
  transform: rotate(-315deg);
}
.c-modal__close span:nth-of-type(2) {
  transform: rotate(315deg);
}
.c-modal__contents {
  position: fixed;
  top: calc(50% + 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.c-modal__contents.js-open {
  display: block;
}
.c-modal__contents--normal {
  max-width: 840px;
  width: 100%;
  max-height: 80vh;
  text-align: center;
}
.c-modal__contents--normal > div {
  overflow-y: auto;
  max-height: inherit;
  padding: 35px 25px 40px;
}
.c-modal__contents--guide {
  max-width: 840px;
  width: 100%;
  max-height: 80vh;
}
.c-modal__contents--guide > div {
  overflow-y: auto;
  max-height: inherit;
  padding: 35px 25px 40px;
}
.c-modal__contents--guide .p-guide__contents {
  margin-top: 0;
}
.c-modal__contents--guide .p-guide__contents .p-guide__unit:first-child {
  margin-top: 0;
}
.c-modal__contents--guide .p-regist__rule-scroll {
  padding-inline: 10px 20px;
}
.c-modal__contents--alert {
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 35px 25px 40px;
}
.c-modal__hl {
  margin-block: 0 40px;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: bold;
  color: #000;
}
.c-modal__lead {
  margin-block: 60px 30px;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  font-weight: bold;
  color: #000;
}
.c-modal__text {
  font-size: 1.6rem;
  line-height: 2;
}
.c-modal__detail {
  background: #f5f3f2;
  padding-block: 30px;
  margin-block: 30px;
}
.c-modal__detail-inner {
  width: fit-content;
  max-width: 680px;
  margin-inline: auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.875;
}
.c-modal__detail p + p {
  margin-top: 10px;
}
.c-modal__button {
  margin-top: 45px;
}
.c-modal__button-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.c-modal__button-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 599.9px) {
  .c-modal__close {
    top: -13.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .c-modal__close span {
    top: 48%;
    left: 24%;
    width: 5.8666666667vw;
    height: 0.5333333333vw;
  }
  .c-modal__contents {
    width: 94%;
  }
  .c-modal__contents--normal {
    width: 94%;
    max-height: 75vh;
  }
  .c-modal__contents--normal > div {
    padding: 8vw 6.6666666667vw 10.6666666667vw;
  }
  .c-modal__contents--guide {
    width: 94%;
    max-height: 75vh;
  }
  .c-modal__contents--guide > div {
    padding: 6.6666666667vw 2.6666666667vw 8vw;
  }
  .c-modal__contents--alert {
    width: 94%;
    padding: 8vw 6.6666666667vw 10.6666666667vw;
  }
  .c-modal__hl {
    margin: 0 0 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.8666666667;
  }
  .c-modal__lead {
    margin: 8vw 5.3333333333vw 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
    text-align: left;
  }
  .c-modal__text {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .c-modal__detail {
    padding-block: 5.3333333333vw;
    margin-block: 4vw;
  }
  .c-modal__detail-inner {
    max-width: 84vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .c-modal__detail p + p {
    margin-top: 2.6666666667vw;
  }
  .c-modal__button {
    margin-top: 9.3333333333vw;
  }
  .c-modal__button .c-button {
    padding: 0 6.6666666667vw 0.5333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
    font-weight: 500;
  }
  .c-modal__button-row {
    gap: 3.7333333333vw;
  }
  .c-modal__button-column {
    gap: 3.7333333333vw;
  }
  .c-modal__button-column--sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.7333333333vw;
  }
}

.c-modal__include-title {
  display: none;
}

.c-modal .c-modal__include-title {
  display: block;
  padding: 15px 20px 17px;
  background: #979797;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  font-weight: 500;
  color: #fff;
}
.c-modal .c-modal__include-title--mb {
  margin-bottom: 30px;
}
.c-modal .c-modal__include-title + .p-guide__unit {
  margin-top: 30px;
}
@media screen and (max-width: 599.9px) {
  .c-modal .c-modal__include-title {
    padding: 4vw 5.3333333333vw 4.5333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
  .c-modal .c-modal__include-title--mb {
    margin-bottom: 6.6666666667vw;
  }
  .c-modal .c-modal__include-title + .p-guide__unit {
    margin-top: 30px;
  }
}

.c-modal .c-modal__hide {
  display: none;
}

.c-modal .c-modal__mt0 {
  margin-top: 0 !important;
}

.c-modal .p-regist__rule-scroll {
  height: inherit;
  overflow-y: inherit;
}

.p-product-detail.is-active {
  overflow: hidden;
}

.c-goodsviewer {
  position: relative;
  display: grid;
  width: 540px;
  gap: 50px;
}
.c-goodsviewer .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.c-goodsviewer__main {
  width: 540px;
}
.c-goodsviewer__main .swiper-button-prev,
.c-goodsviewer__main .swiper-button-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  top: 265px;
}
.c-goodsviewer__main .swiper-button-prev:after,
.c-goodsviewer__main .swiper-button-next:after {
  content: none;
}
.c-goodsviewer__main .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: center center;
  left: 10px;
}
.c-goodsviewer__main .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: center center;
  right: 10px;
}
@media screen and (min-width: 600px), print {
  .c-goodsviewer__main .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 600px), print {
  .c-goodsviewer__main .swiper-slide::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(94, 94, 94, 0.3);
    background-image: url(../images/tokyu/icon-img/zoom.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center center;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.c-goodsviewer__main .swiper-slide.notModal {
  pointer-events: none;
}
.c-goodsviewer__main .swiper-slide.notModal::before {
  display: none;
}
.c-goodsviewer__thumbnail {
  width: 550px;
  position: relative;
  margin-inline: auto;
}
@media (min-width: 600px) {
  .c-goodsviewer__thumbnail .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    font-size: 0;
  }
}
.c-goodsviewer__thumbnail .swiper-slide {
  float: left;
  width: 100px !important;
  margin-bottom: 10px;
  margin-right: 10px;
}
.c-goodsviewer__thumbnail .swiper-slide img {
  cursor: pointer;
}
.c-goodsviewer__thumbnail .swiper-slide.swiper-slide-thumb-active img {
  border: solid 1px #777777;
}
.c-goodsviewer__thumbnail .swiper-slide p {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
  color: #777777;
}
.c-goodsviewer__thumbnail .swiper-slide.norm.first {
  grid-column-start: 1;
}
@media screen and (max-width: 599.9px) {
  .c-goodsviewer {
    width: 100%;
    gap: 4vw;
  }
  .c-goodsviewer__main {
    width: 100vw;
  }
  .c-goodsviewer__main .swiper-button-prev,
  .c-goodsviewer__main .swiper-button-next {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    top: 50vw;
  }
  .c-goodsviewer__main .swiper-button-prev {
    left: 0;
  }
  .c-goodsviewer__main .swiper-button-next {
    right: 0;
  }
  .c-goodsviewer__main .swiper-pagination {
    bottom: -8.5333333333vw;
  }
  .c-goodsviewer__main .swiper-pagination {
    width: 90%;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .c-goodsviewer__main .swiper-pagination .swiper-pagination-bullet {
    width: 6.4vw;
    height: 0.5333333333vw;
    background-color: #e6e6e6;
    margin: 0 1.0666666667vw !important;
    opacity: 1;
  }
  .c-goodsviewer__main .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #004098 !important;
  }
  .c-goodsviewer__thumbnail {
    width: 100vw;
    height: auto;
  }
  .c-goodsviewer__thumbnail .swiper-slide {
    width: 24vw !important;
    margin-inline: 5px !important;
  }
  .c-goodsviewer__thumbnail .swiper-slide:first-child {
    margin-left: 10px !important;
  }
  .c-goodsviewer__thumbnail .swiper-button-prev,
  .c-goodsviewer__thumbnail .swiper-button-next {
    display: none;
  }
}

.c-goodsviewerModal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.35s;
  display: grid;
  place-content: center;
  place-items: center;
  pointer-events: none;
  z-index: 9999;
}
.c-goodsviewerModal-wrap.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-goodsviewerModal-wrap__background {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  min-height: 100vw;
  height: inherit;
}
.c-goodsviewerModal-wrap__content {
  height: 80vmin;
  background: #fff;
  margin-inline: auto;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-52%);
}
.c-goodsviewerModal-wrap .c-goodsviewerModal {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal .swiper-slide img {
  width: auto;
  height: 100%;
  cursor: pointer;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__image {
  display: none;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__image.is-active {
  display: block;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__image img {
  width: auto;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__main {
  position: relative;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__main-container {
  margin-inline: auto;
  width: auto;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-prev,
.c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-next {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-prev:after,
.c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-next:after {
  content: none;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 10px 18px;
  background-position: center center;
  left: 0;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 10px 18px;
  background-position: center center;
  right: 0;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail {
  margin-left: 5%;
  width: 17%;
  height: 100%;
  width: fit-content;
  position: relative;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-slide {
  width: 43%;
  height: 43% !important;
  margin: 0 0 7% 7%;
}
@media screen and (min-width: 1400px) {
  .c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-slide {
    width: 100px;
    height: 100px !important;
  }
}
.c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #ccc;
}
@media screen and (max-width: 599.9px) {
  .c-goodsviewerModal-wrap__content {
    width: 100%;
    height: auto;
    padding: 8vw 2.6666666667vw;
    transform: translate(-50%);
    top: 21.3333333333vw;
  }
  .c-goodsviewerModal-wrap__content .c-modal-close {
    right: 2.6666666667vw;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal {
    width: 94.6vw;
    height: inherit;
    display: grid;
    gap: 8vw;
    grid-template-columns: 1fr;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__main {
    width: inherit;
    height: inherit;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__main-container {
    width: 82.6vw;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-prev,
  .c-goodsviewerModal-wrap .c-goodsviewerModal__main .swiper-button-next {
    width: 3.4666666667vw;
    height: 5.3333333333vw;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail {
    width: 95vw;
    height: inherit;
    margin-inline: auto;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-wrapper {
    justify-content: left;
    margin-inline: 2.6666666667vw;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-slide {
    width: 15.8vw !important;
    height: 15.8vw !important;
    margin: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-slide:nth-child(5n) {
    margin-right: 0;
  }
  .c-goodsviewerModal-wrap .c-goodsviewerModal__thumbnail .swiper-slide.swiper-slide-thumb-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #ccc;
  }
}

.c-search {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms ease, visibility 400ms ease;
  z-index: 999;
}
.is-c-search-active .c-search {
  opacity: 1;
  visibility: visible;
}
.c-search__back {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  will-change: opacity;
  z-index: -1;
}
.c-search__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.6666666667vw;
  background: #f5f3f2;
  position: relative;
}
.c-search__title p {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  color: #004098;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 500;
}
.c-search__title p svg {
  margin-right: 2.6666666667vw;
  margin-top: 0.2666666667vw;
  width: 5.0666666667vw;
  fill: #004098;
}
.c-search__title p span {
  display: inline-block;
}
.c-search__title button {
  height: 18.6666666667vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 14.9333333333vw;
}
.c-search__title button span {
  background-color: #a0a0a0;
  border-radius: 1.0666666667vw;
  height: 0.5333333333vw;
  left: 4.8vw;
  position: absolute;
  transform-origin: center;
  width: 6.4vw;
}
.c-search__title button span:nth-of-type(1) {
  top: calc(50% - 0.5333333333vw / 2);
  transform: rotate(-315deg);
}
.c-search__title button span:nth-of-type(2) {
  bottom: calc(50% - 0.5333333333vw / 2);
  transform: rotate(315deg);
}
.c-search form {
  background: #fff;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 9.3333333333vw;
}
.c-search__contents {
  border-bottom: solid 1px #e6e6e6;
  margin: 5.3333333333vw 5.3333333333vw 0;
  padding-bottom: 6.6666666667vw;
}
.c-search__contents-title {
  padding-bottom: 4vw;
  font-size: min(4.2666666667vw, 1.9rem);
  line-height: 1.3125;
  font-weight: 500;
}
.c-search__contents-title small {
  font-size: min(3.2vw, 1.5rem);
  line-height: 1.6666666667;
  color: #707070;
}
.c-search__contents .c-input {
  width: 100%;
  height: 13.3333333333vw;
  padding: 0 3.2vw;
}
.c-search__contents .c-select:before {
  right: 4vw;
  width: 3.2vw;
  height: 1.8666666667vw;
}
.c-search__contents .c-select__inner {
  width: 100%;
  height: 13.3333333333vw;
  padding: 0 8vw 0 3.2vw;
  font-size: min(4vw, 1.8rem);
  line-height: 1.6666666667;
}
.c-search__contents-price {
  align-items: center;
  display: flex;
}
.c-search__contents-price:nth-of-type(n + 2) {
  margin-top: 2.6666666667vw;
}
.c-search__contents-price span {
  margin: 0 2.1333333333vw;
  font-size: min(3.4666666667vw, 1.6rem);
  line-height: 1.4615384615;
  font-weight: bold;
  white-space: nowrap;
}
.c-search nav {
  margin: 8vw 5.3333333333vw 0;
}
.c-search nav .c-button {
  width: 100%;
  height: 13.3333333333vw;
  padding: 0 4vw;
  font-size: min(4.2666666667vw, 1.9rem);
  line-height: 1.875;
  font-weight: bold;
}
.c-search nav .c-button svg {
  fill: #fff;
  margin-right: 2.6666666667vw;
}
.c-search nav button + button {
  margin-top: 5.3333333333vw;
}

.c-scroll {
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.c-scroll::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.c-scroll .simplebar-track {
  background: #e6e6e6;
}
.c-scroll .simplebar-track.simplebar-vertical,
.c-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  width: 6px;
}
.c-scroll .simplebar-track.simplebar-horizontal,
.c-scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  height: 6px;
}
.c-scroll .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.c-scroll .simplebar-track .simplebar-scrollbar::before {
  background: #004098;
  top: 0;
  left: 0;
  border-radius: 0;
}
.c-scroll2 {
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.c-scroll2::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.c-scroll2 .simplebar-track {
  width: 20px;
  background: #f5f3f2;
  box-shadow: 0 1px 1px rgba(112, 112, 112, 0.1) inset;
}
.c-scroll2 .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.c-scroll2 .simplebar-track .simplebar-scrollbar::before {
  width: 12px;
  margin-inline: auto;
  background: #004098;
}
@media screen and (max-width: 599.9px) {
  .c-scroll2 .simplebar-track {
    width: 10px;
  }
  .c-scroll2 .simplebar-track .simplebar-scrollbar::before {
    width: 6px;
  }
}

.c-nodata {
  margin-block: 70px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-nodata {
    margin: 13.3333333333vw 5.3333333333vw;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.c-nodata--topL {
  margin-top: 100px;
}
@media screen and (max-width: 599.9px) {
  .c-nodata--topL {
    margin-top: 18.6666666667vw;
  }
}

.c-text--xxs {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .c-text--xxs {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.8;
  }
}
.c-text--xs {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .c-text--xs {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.8;
  }
}
.c-text--s {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .c-text--s {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8;
  }
}
@media screen and (max-width: 599.9px) {
  .c-text--s-sm {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8;
  }
}
.c-text--m {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .c-text--m {
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
}
.c-text--l {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .c-text--l {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.8;
  }
}
.c-text--xl {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .c-text--xl {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.8;
  }
}
.c-text--size-s {
  font-size: 1.5rem;
}
@media screen and (max-width: 599.9px) {
  .c-text--size-s {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.c-text--lh13 {
  line-height: 1.3 !important;
}
.c-text--lh14 {
  line-height: 1.4 !important;
}
.c-text--lh15 {
  line-height: 1.5 !important;
}
.c-text--lh16 {
  line-height: 1.6 !important;
}
.c-text--lh18 {
  line-height: 1.8 !important;
}
.c-text--lh20 {
  line-height: 2 !important;
}
@media screen and (max-width: 599.9px) {
  .c-text--lh13--sm {
    line-height: 1.3 !important;
  }
  .c-text--lh14--sm {
    line-height: 1.4 !important;
  }
  .c-text--lh15--sm {
    line-height: 1.5 !important;
  }
  .c-text--lh16--sm {
    line-height: 1.6 !important;
  }
  .c-text--lh18--sm {
    line-height: 1.8 !important;
  }
}
.c-text--left {
  text-align: left !important;
}
@media screen and (max-width: 599.9px) {
  .c-text--left--sm {
    text-align: left !important;
  }
}
.c-text--right {
  text-align: right !important;
}
@media screen and (max-width: 599.9px) {
  .c-text--right--sm {
    text-align: right !important;
  }
}
.c-text--center {
  text-align: center !important;
}
@media screen and (min-width: 600px), print {
  .c-text--center--pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 599.9px) {
  .c-text--center-sm {
    text-align: center !important;
  }
}
.c-text--bold {
  font-weight: bold !important;
}
.c-text--500 {
  font-weight: 500 !important;
}
.c-text--normal {
  font-weight: normal !important;
}
.c-text--note {
  color: #d50000;
}
.c-text--note-l {
  color: #d50000;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-text--note-l {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-text--caution {
  background-color: #fdf2f2;
  padding: 18px 20px;
  line-height: 1.75;
}
.c-text--caution strong {
  color: #d50000;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-text--caution em {
  color: #d50000;
}
.c-text--caution p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 599.9px) {
  .c-text--caution {
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .c-text--caution strong {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .c-text--caution p {
    font-size: min(3.4666666667vw, 1.6rem);
    margin-top: 3.4666666667vw;
  }
}
.c-text--list-k > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-text--list-k > li .c-textlink {
  display: inline;
}
.c-text--list-k > li > * {
  text-indent: 0;
  margin-left: 0;
}
.c-text--list-c > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-text--list-c > li::before {
  content: "・";
}
.c-text--list-c > li .c-textlink {
  display: inline;
}
.c-text--list-c > li > * {
  text-indent: 0;
  margin-left: 0;
}
.c-text--list-decimal {
  list-style-type: decimal;
  padding-left: 1.2em;
}
.c-text--nowrap {
  white-space: nowrap;
}
.c-text--img {
  vertical-align: middle;
}

.c-margin--xxl {
  margin-top: 100px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--xxl {
    margin-top: 16vw !important;
  }
}
.c-margin--xl {
  margin-top: 80px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--xl {
    margin-top: 17.0666666667vw !important;
  }
}
.c-margin--l {
  margin-top: 60px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--l {
    margin-top: 12.8vw !important;
  }
}
.c-margin--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--m {
    margin-top: 8.5333333333vw !important;
  }
}
.c-margin--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--s {
    margin-top: 6.4vw !important;
  }
}
.c-margin--xs {
  margin-top: 20px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--xs {
    margin-top: 4.2666666667vw !important;
  }
}
.c-margin--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 599.9px) {
  .c-margin--xxs {
    margin-top: 1.6vw !important;
  }
}
@media screen and (max-width: 599.9px) {
  .c-margin--inline-xs {
    margin-inline: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 599.9px) {
  .c-margin--inline-s {
    margin-inline: 4vw !important;
  }
}
@media screen and (max-width: 599.9px) {
  .c-margin--inline-m {
    margin-inline: 5.3333333333vw !important;
  }
}
@media screen and (max-width: 599.9px) {
  .c-margin--inline-l {
    margin-inline: 6.6666666667vw !important;
  }
}
@media screen and (max-width: 599.9px) {
  .c-margin--inline-xl {
    margin-inline: 8vw !important;
  }
}
.c-margin--fitcontents {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 599.9px) {
  .c-margin--fitcontents--sm {
    width: fit-content;
    margin-inline: auto;
  }
}
.c-margin--container {
  margin-top: 50px;
}
@media screen and (max-width: 599.9px) {
  .c-margin--container {
    margin-top: 13.3333333333vw;
  }
}

.c-button-wrap {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 35px;
  margin: 120px 0;
  padding: 80px 20px;
  background: #f5f3f2;
}
.c-button-wrap .c-button {
  min-width: 400px;
  padding-inline: 50px;
  text-align: center;
}
.c-button-wrap .c-button.c-button--20 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 8px auto;
}
.c-button-wrap .c-button.c-button--20-line {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23202020" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 20px top 50%;
  background-size: 8px auto;
}
.c-button-wrap .c-button--width-l {
  height: 80px;
  font-size: 2rem;
  line-height: 1.4;
}
.c-button-wrap__memo {
  text-align: center;
}
.c-button-wrap__text-l {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.c-button-wrap__text-m {
  font-size: 1.5rem;
  line-height: 2;
}
.c-button-wrap--margin-s {
  margin-block: 40px;
}
.c-button-wrap--complete {
  margin-block: 65px 0;
}
.c-button-wrap--upper {
  margin-bottom: -30px;
}
.c-button-wrap--lower {
  margin-top: -55px;
}
.c-button-wrap--line {
  padding-top: 80px;
  border-top: solid 5px #f5f3f2;
}
.c-button-wrap--bgnone {
  background: #fff;
  padding-block: 0;
}
@media screen and (max-width: 599.9px) {
  .c-button-wrap {
    grid-auto-flow: row;
    gap: 5.3333333333vw;
    margin: 16vw 0;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .c-button-wrap .c-button {
    min-width: 300px;
    width: 88vw;
  }
  .c-button-wrap .c-button:first-child {
    order: 2;
  }
  .c-button-wrap .c-button.c-button--20 {
    background-position: right 15px top 50%;
    background-size: 7px auto;
  }
  .c-button-wrap .c-button.c-button--20-line {
    background-position: left 15px top 50%;
    background-size: 7px auto;
  }
  .c-button-wrap .c-button--width-l {
    height: 17.3333333333vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.5294117647;
    font-weight: 500;
  }
  .c-button-wrap__text-l {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6666666667;
    font-weight: bold;
    text-align: center;
  }
  .c-button-wrap__text-m {
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
  .c-button-wrap--margin-s {
    margin-block: 6.6666666667vw;
  }
  .c-button-wrap--complete {
    margin-block: 10.6666666667vw 0;
  }
  .c-button-wrap--complete .c-button {
    min-width: 275px;
    width: 73.3333333333vw;
  }
  .c-button-wrap--upper {
    margin-bottom: -8vw;
  }
  .c-button-wrap--lower {
    margin-top: -8vw;
  }
  .c-button-wrap--line {
    padding-top: 13.3333333333vw;
  }
  .c-button-wrap--bgnone {
    padding-block: 0;
  }
}

.c-label-status {
  width: 190px;
  height: 36px;
  padding-bottom: 2px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .c-label-status {
    width: 48vw;
    height: 9.3333333333vw;
    padding-bottom: 0.5333333333vw;
  }
}
.c-label-status--primary {
  color: #004098;
  background: #e5ecf4;
}
.c-label-status--brown {
  color: #a1883b;
  background: #f5f2e9;
}
.c-label-status--red {
  color: #E31616;
  border: solid 1px #E31616;
}
.c-label-status--black {
  color: #777777;
  background: #e7e7e7;
}

.c-label-status2 {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 8px;
}
.c-label-status2--primary {
  color: #004098;
  border: solid 1px #004098;
  background: #fff;
}
.c-label-status2--red {
  color: #E31616;
  border: solid 1px #E31616;
}
.c-label-status2--gray {
  color: #fff;
  background: #c2beb7;
}
.c-label-status2--black {
  color: #fff;
  background: #707070;
}

.c-dataList__unit {
  border: solid 1px #666666;
  border-radius: 6px;
  overflow: hidden;
}
.c-dataList__unit + .c-dataList__unit {
  margin-top: 30px;
}
.c-dataList__unit-inner {
  padding: 30px;
}
.c-dataList__unit-title {
  padding: 20px;
  border-bottom: solid 1px #202020;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.c-dataList__unit-select {
  padding: 20px;
  background: #f5f3f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 600px), print {
  .c-dataList__unit-select--row {
    flex-direction: column;
    row-gap: 17px;
  }
}
.c-dataList__unit-select .c-button {
  min-width: 150px;
  gap: 10px;
}
.c-dataList__unit-select-cancel:not(:has(p)), .c-dataList__unit-select-cancel:not(:has(input)) {
  display: none;
}
.c-dataList__unit .c-field-error {
  border: solid 1px #d50000;
  padding: 20px 25px;
}
@media screen and (max-width: 599.9px) {
  .c-dataList__unit + .c-dataList__unit {
    margin-top: 5.3333333333vw;
  }
  .c-dataList__unit-inner {
    padding: 5.3333333333vw 4vw;
  }
  .c-dataList__unit-title {
    padding: 4vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .c-dataList__unit-select {
    padding: 5.3333333333vw 4vw;
    gap: 4vw;
  }
  .c-dataList__unit-select .c-button {
    min-width: 34.6666666667vw;
    gap: 1.6vw;
    align-items: center;
  }
  .c-dataList__unit-select .edit {
    width: 4vw;
  }
  .c-dataList__unit .c-field-error {
    padding: 4vw;
  }
}
.c-dataList__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}
.c-dataList__title-alert {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  gap: 8px;
  font-size: 1.5rem;
  color: #d50000;
}
.c-dataList__title-alert em {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #d50000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-dataList__title-alert svg {
  fill: #fff;
}
.c-dataList__title-alert--sent {
  color: #777777;
}
.c-dataList__title-alert--sent em {
  background: #777777;
}
.c-dataList__title-event {
  min-width: 120px;
  height: 36px;
  padding-inline: 20px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  color: #fff;
}
.c-dataList__title-event--wine {
  background-color: #7b002e;
}
.c-dataList__title-event--beauty {
  background-color: #202020;
}
.c-dataList__title-event--food {
  background-color: #7c674f;
}
.c-dataList__title-event--tokyu {
  background-color: #979797;
}
.c-dataList__title-event--subscription {
  background-color: #777777;
}
@media screen and (max-width: 599.9px) {
  .c-dataList__title {
    flex-direction: column;
    align-items: start;
    gap: 2.1333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .c-dataList__title-alert {
    margin-left: auto;
    gap: 1.6vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.1428571429;
    font-weight: 500;
  }
  .c-dataList__title-alert em {
    width: 6.4vw;
    height: 6.4vw;
  }
  .c-dataList__title-alert svg {
    width: 4vw;
  }
  .c-dataList__title-event {
    min-width: 29.3333333333vw;
    padding-inline: 4vw;
    height: 8.2666666667vw;
    margin-left: auto;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1;
  }
}
.c-dataList__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-dataList__column-inner:only-child {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 599.9px) {
  .c-dataList__column {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.c-dataList__description {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 20px;
}
.c-dataList__description-list dt, .c-dataList__description-list dd {
  display: inline-block;
}
.c-dataList__description-list dt {
  font-weight: 500;
}
@media screen and (min-width: 600px), print {
  .c-dataList__description--cut2 {
    gap: 20px;
  }
  .c-dataList__description--cut2 .c-dataList__description-list {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 599.9px) {
  .c-dataList__description {
    display: block;
    width: 100%;
  }
  .c-dataList__description-list {
    font-size: min(4vw, 1.8rem);
    line-height: 1.5;
  }
  .c-dataList__description-list + .c-dataList__description-list {
    margin-top: 2.6666666667vw;
  }
}
.c-dataList__message {
  padding: 15px;
  margin-bottom: 20px;
  background: #f5f3f2;
  color: #d50000;
}
.c-dataList__message-text {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  place-content: center;
  gap: 10px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.c-dataList__message-text::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/tokyu/icon-img/chat-manager.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .c-dataList__message {
    padding: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .c-dataList__message-text {
    place-items: start;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
}

.c-history-chatArea {
  margin-top: 60px;
}
@media screen and (max-width: 599.9px) {
  .c-history-chatArea {
    margin-top: 8vw;
  }
}

.c-history-chat {
  margin-top: 60px;
}
.c-history-chat__inner {
  padding: 50px 30px 10px;
}
.c-history-chat__post-title {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 9999px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
.c-history-chat__post-title--customer {
  background: #e5ecf4;
  color: #004098;
}
.c-history-chat__post-title--manager {
  background: #e7e7e7;
}
.c-history-chat__post-name {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  place-content: center;
  gap: 18px;
}
.c-history-chat__post-name::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
.c-history-chat__post-name--customer::before {
  background: url(../images/tokyu/icon-img/chat-customer.png) no-repeat;
  background-size: contain;
}
.c-history-chat__post-name--manager::before {
  background: url(../images/tokyu/icon-img/chat-manager.png) no-repeat;
  background-size: contain;
}
.c-history-chat__post-inner {
  padding: 20px 20px 40px;
}
.c-history-chat__post-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .c-history-chat {
    margin-top: 8vw;
  }
  .c-history-chat__inner {
    padding: 8vw 4.2666666667vw 1.3333333333vw;
  }
  .c-history-chat__post-title {
    padding: 2.6666666667vw 4vw;
    flex-direction: column;
    align-items: start;
    border-radius: 10px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .c-history-chat__post-title--customer .c-history-chat__post-time {
    border-top: solid 1px #b2c5e0;
  }
  .c-history-chat__post-title--manager .c-history-chat__post-time {
    border-top: solid 1px #cccccc;
  }
  .c-history-chat__post-name {
    gap: 2.6666666667vw;
  }
  .c-history-chat__post-name::before {
    width: 25px;
    height: 25px;
  }
  .c-history-chat__post-time {
    width: 100%;
    margin-top: 1.3333333333vw;
    padding-top: 1.3333333333vw;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.6363636364;
  }
  .c-history-chat__post-inner {
    padding: 2.6666666667vw 3.2vw 8vw;
  }
  .c-history-chat__post-text {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
  }
}

.c-customer-input {
  margin-top: 10px;
  background: #f5f3f2;
  padding: 30px;
}
.c-customer-input__inner {
  overflow: hidden;
  border-radius: 3px;
}
.c-customer-input__inner + .c-customer-input__inner:not(.c-customer-input__inner--continuous) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 1px #cccccc;
}
.c-customer-input__title {
  background: #777777;
  padding: 12px 18px;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 500;
  color: #fff;
}
.c-customer-input__title .c-require {
  margin-inline: 15px;
}
.c-customer-input__sub-title {
  margin-bottom: 18px;
  font-weight: 500;
}
.c-customer-input__drop-text {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.c-customer-input__contents {
  background: #fff;
  padding: 30px 20px;
}
.c-customer-input .c-text-area__count {
  max-width: 100%;
}
.c-customer-input textarea {
  border-radius: 0 0 3px 3px;
  height: 150px;
}
@media screen and (max-width: 599.9px) {
  .c-customer-input {
    margin-top: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
  .c-customer-input__inner + .c-customer-input__inner:not(.c-customer-input__inner--continuous) {
    margin-top: 5.8666666667vw;
    padding-top: 5.8666666667vw;
  }
  .c-customer-input__title {
    padding: 2.6666666667vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .c-customer-input__sub-title {
    margin-bottom: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
}

.c-terms {
  font-size: 1.6rem;
  line-height: 2;
}
.c-terms dt {
  font-weight: 500;
}
.c-terms p + dl,
.c-terms dl + dl {
  margin-top: 35px;
}
.c-terms dd p {
  text-indent: 1.6rem;
}
.c-terms ol > li {
  list-style: auto;
  margin-left: 3.2rem;
}
.c-terms ul > li {
  margin-left: 3.2rem;
}
.c-terms__article {
  margin-inline: 1.6rem;
  padding: 25px 30px;
  border-radius: 10px;
  border: solid 4px #f5f3f2;
}
.c-terms__nest-ordered li {
  list-style: none !important;
  margin-left: 1.3rem !important;
  text-indent: -25px;
  padding-left: 25px;
  counter-increment: cnt;
}
.c-terms__nest-ordered li::before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  text-align: right;
}
.c-terms__update {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 599.9px) {
  .c-terms {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .c-terms p + dl,
  .c-terms dl + dl {
    margin-top: 4.5333333333vw;
  }
  .c-terms ol > li {
    margin-left: 1.6rem;
  }
  .c-terms ul > li {
    margin-left: 0.8rem;
  }
  .c-terms__article {
    margin-inline: 0;
    padding: 5.3333333333vw;
  }
  .c-terms__nest-ordered li {
    margin-left: 0 !important;
  }
  .c-terms__update {
    margin-top: 5.3333333333vw 6.6666666667vw;
  }
}

.c-pop {
  min-width: inherit;
}
.c-pop__inner {
  overflow: hidden;
  margin: 0 20px 20px;
}
.c-pop__close {
  margin: 40px auto;
  text-align: center;
}
.c-pop__title {
  padding: 20px 20px 22px;
  background: #979797;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  font-weight: 500;
  color: #fff;
}
.c-pop__title--mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 599.9px) {
  .c-pop__inner {
    margin: 0 5.3333333333vw 5.3333333333vw;
  }
  .c-pop__inner--inline0 {
    margin-inline: 0;
  }
  .c-pop__close {
    margin: 10.6666666667vw auto;
  }
  .c-pop__title {
    padding: 5.3333333333vw 5.3333333333vw 5.8666666667vw;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.7777777778;
  }
  .c-pop__title--mb {
    margin-bottom: 7.4666666667vw;
  }
}

.c-count-quantity {
  display: inline-flex;
  align-items: center;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}
.c-count-quantity button {
  background-color: #f6f5f4;
  width: 40px;
  height: 50px;
}
.c-count-quantity__plus, .c-count-quantity__minus {
  position: relative;
}
.c-count-quantity__plus::before, .c-count-quantity__plus::after, .c-count-quantity__minus::before, .c-count-quantity__minus::after {
  background-color: #a1a1a1;
  width: 12px;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transition: transform 400ms ease;
}
.c-count-quantity__plus:before, .c-count-quantity__minus:before {
  transform: translate(-50%, -50%);
}
.c-count-quantity__plus:after, .c-count-quantity__minus:after {
  transform: translate(-50%, -50%) rotate(270deg);
}
.c-count-quantity__minus:after {
  display: none;
}
.c-count-quantity input {
  width: 60px;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  border: none;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  border-radius: 0;
  -moz-appearance: textfield;
  font-size: 2rem;
}
.c-count-quantity input[type=number]::-webkit-outer-spin-button, .c-count-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.c-count-quantity--error {
  color: #ff0000;
}
@media screen and (max-width: 599.9px) {
  .c-count-quantity button {
    width: 8vw;
    height: 10.1333333333vw;
  }
  .c-count-quantity__plus::before, .c-count-quantity__plus::after, .c-count-quantity__minus::before, .c-count-quantity__minus::after {
    width: 2.6666666667vw;
  }
  .c-count-quantity input {
    width: 14.1333333333vw;
    height: 10.1333333333vw;
    font-size: min(4vw, 1.8rem);
  }
}

.c-icon--normal, .c-icon--notpoint {
  border: solid 1px #979797;
  color: #666666;
}
.c-icon--new {
  background: #cccccc;
  color: #000;
}
.c-icon--sale {
  border: solid 1px #d90000;
  color: #d90000;
}
.c-icon--cool {
  border: solid 1px #1371C3;
  color: #1371C3;
}
.c-icon--clubq {
  border: solid 1px #979797;
  color: #666666;
}
.c-icon--point {
  border: solid 1px #012a81;
  color: #012a81;
}
.c-icon--preorder {
  border: solid 1px #d33170;
  color: #d33170;
}
.c-icon--wide {
  width: 100% !important;
}
.c-selectbanner {
  padding-inline: 20px;
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
}
.c-selectbanner__item {
  width: 100%;
  height: 64px;
  padding: 8px 18px;
  justify-content: space-between !important;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}
.c-selectbanner__item span {
  width: 155px;
  text-align: center;
}
.c-selectbanner__item p {
  width: 165px;
  text-align: left;
}
.c-selectbanner__item--food {
  border: solid 2px #af9c8b;
  color: #7c674f;
}
.c-selectbanner__item--food span {
  width: 170px;
}
.c-selectbanner__item--food p {
  width: 150px;
}
.c-selectbanner__item--cosme {
  border: solid 2px #c7c7c7;
  color: #202020;
}
.c-selectbanner__item--cosme span {
  width: 170px;
}
.c-selectbanner__item--cosme p {
  width: 150px;
}
.c-selectbanner__item--wine {
  border: solid 2px #d7b2c0;
  color: #7b002e;
}
.c-selectbanner__item--tokyu {
  border: solid 2px #9a9a9a;
  color: #202020;
}
@media screen and (min-width: 600px), print {
  .c-selectbanner--pc {
    padding-inline: 0;
  }
  .c-selectbanner--pc .c-selectbanner__item {
    display: block;
    height: auto;
    padding: 12px 10px 17px;
    text-align: center;
    font-size: 1.4rem;
  }
  .c-selectbanner--pc .c-selectbanner__item span {
    width: auto;
  }
  .c-selectbanner--pc .c-selectbanner__item p {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 599.9px) {
  .c-selectbanner {
    padding-inline: 4vw;
    gap: 2.6666666667vw;
  }
  .c-selectbanner__item {
    padding: 2.1333333333vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .c-selectbanner__item span {
    width: 38.6666666667vw;
  }
  .c-selectbanner__item--food {
    border-width: 2px;
  }
  .c-selectbanner__item--food span {
    width: 44vw;
  }
  .c-selectbanner__item--food p {
    width: 38.6666666667vw;
  }
  .c-selectbanner__item--cosme {
    border-width: 2px;
  }
  .c-selectbanner__item--cosme span {
    width: 44vw;
  }
  .c-selectbanner__item--cosme p {
    width: 38.6666666667vw;
  }
  .c-selectbanner__item--wine {
    border-width: 2px;
  }
}

.c-selectbanner2__item {
  display: block;
  place-items: normal;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.c-selectbanner2__item p {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 500;
  color: #fff;
}
.c-selectbanner2__item p small {
  font-size: 1.4rem;
}
.c-selectbanner2__item div {
  height: 100px;
  display: flex;
  place-content: center;
  place-items: center;
  border: solid 3px #9a9a9a;
  border-top: none;
}
.c-selectbanner2__item--tokyu div {
  border-color: #9a9a9a;
}
.c-selectbanner2__item--tokyu p {
  background: #202020;
}
.c-selectbanner2__item--food div {
  border-color: #af9c8b;
}
.c-selectbanner2__item--food p {
  background: #7c674f;
}
.c-selectbanner2__item--cosme div {
  border-color: #8c8c8c;
}
.c-selectbanner2__item--cosme p {
  background: #000;
}
.c-selectbanner2__item--wine div {
  border-color: #c38ca1;
}
.c-selectbanner2__item--wine p {
  background: #7b002e;
}
@media screen and (max-width: 599.9px) {
  .c-selectbanner2__item p {
    height: inherit;
    padding: 2.6666666667vw;
    flex-direction: row;
    gap: 1.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .c-selectbanner2__item p small {
    font-size: min(3.2vw, 1.5rem);
  }
  .c-selectbanner2__item div {
    height: 18.6666666667vw;
    border-width: 2px;
  }
  .c-selectbanner2__item--tokyu div img {
    width: 36.8vw;
  }
  .c-selectbanner2__item--food div img {
    width: 45.3333333333vw;
  }
  .c-selectbanner2__item--cosme div img {
    width: 53.3333333333vw;
  }
  .c-selectbanner2__item--wine div img {
    width: 37.3333333333vw;
  }
}

.c-orderflow {
  margin-bottom: 70px;
  padding-block: 40px;
  background: #f5f3f2;
}
.c-orderflow__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .c-orderflow__inner {
    width: calc(100% - 5.3333333333vw * 2);
  }
}
.c-orderflow__steplist {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 20px;
}
.c-orderflow__step {
  height: 70px;
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #cccccc;
  position: relative;
  padding-inline: 20px 0;
}
.c-orderflow__step:first-child {
  padding-inline: 10px 0;
}
.c-orderflow__step:not(:first-child)::before, .c-orderflow__step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 70px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-orderflow__step:not(:first-child)::before {
  background: #f5f3f2;
  left: -1px;
}
.c-orderflow__step:not(:last-child)::after {
  background: #fff;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .c-orderflow__step:not(:last-child)::after {
    right: -19.5px;
  }
}
.c-orderflow__step--current {
  background: #202020;
  color: #fff;
}
.c-orderflow__step--current::after {
  background: #202020 !important;
}
.c-orderflow--multiple .c-orderflow__steplist {
  grid-auto-flow: inherit;
  grid-template-columns: repeat(7, auto);
  gap: 10px;
}
.c-orderflow--multiple .c-orderflow__step {
  padding-inline: 30px 0;
}
.c-orderflow--multiple .c-orderflow__step:first-child {
  padding-inline: 10px 0;
}
.c-orderflow--multiple .c-orderflow__step:not(:first-child)::before, .c-orderflow--multiple .c-orderflow__step:not(:last-child)::after {
  width: 30px;
}
.c-orderflow--multiple .c-orderflow__step:not(:last-child)::after {
  right: -29.5px;
}
@media screen and (max-width: 599.9px) {
  .c-orderflow {
    margin-bottom: 9.3333333333vw;
    padding-block: 5.3333333333vw;
  }
  .c-orderflow__steplist {
    gap: 6px;
  }
  .c-orderflow__step {
    height: 36px;
    text-align: center;
    font-size: min(3.2vw, 1.5rem);
    padding-inline: 10px 0;
  }
  .c-orderflow__step:first-child {
    padding-inline: 5px 0;
  }
  .c-orderflow__step:not(:first-child)::before, .c-orderflow__step:not(:last-child)::after {
    width: 10px;
    height: 36px;
  }
  .c-orderflow__step:not(:last-child)::after {
    right: -9.8px;
  }
  .c-orderflow--multiple .c-orderflow__steplist {
    gap: 4px;
  }
  .c-orderflow--multiple .c-orderflow__step {
    padding-inline: 10px 0;
  }
  .c-orderflow--multiple .c-orderflow__step:first-child {
    padding-inline: 5px 0;
  }
  .c-orderflow--multiple .c-orderflow__step:not(:first-child)::before, .c-orderflow--multiple .c-orderflow__step:not(:last-child)::after {
    width: 10px;
  }
  .c-orderflow--multiple .c-orderflow__step:not(:last-child)::after {
    right: -9.8px;
  }
  .c-orderflow--multiple .c-orderflow__step--current {
    padding-inline: 25px 15px;
  }
}

.c-baloon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d50000;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  color: #fff;
  position: absolute;
}
.c-baloon--number {
  min-width: 24px;
  min-height: 24px;
  border: solid 3px #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.c-baloon--hot {
  width: 17px;
  height: 17px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .c-baloon--number {
    border-width: 2px;
    min-width: 5.6vw;
    min-height: 5.6vw;
    padding-bottom: 1px;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1;
    font-weight: 500;
  }
  .c-baloon--hot {
    width: 4vw;
    height: 4vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1;
    font-weight: 500;
  }
}

.c-cvs__payment {
  margin-inline: 30px;
}
.c-cvs__payment-unit {
  background: #f5f3f2;
  padding: 30px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.c-cvs__paymentFlow {
  margin-inline: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.c-cvs__paymentFlow-unit {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 15px;
  background: #f5f3f2;
  padding: 30px 8%;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.c-cvs__paymentFlow-graph {
  text-align: center;
}
.c-cvs__paymentFlow-num {
  text-indent: -2.5rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 599.9px) {
  .c-cvs__payment {
    margin-inline: 0;
  }
  .c-cvs__payment-unit {
    padding: 5.3333333333vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .c-cvs__paymentFlow {
    margin-inline: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  .c-cvs__paymentFlow-unit {
    row-gap: 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .c-cvs__paymentFlow-graph img {
    max-width: 53.3333333333vw;
  }
  .c-cvs__paymentFlow-num {
    text-indent: -2.2rem;
    margin-left: 2.2rem;
  }
}

.suggestBlock {
  position: absolute;
  width: 100%;
  background: #fff;
  border-color: #979797;
  box-shadow: 0 0 7px rgba(32, 32, 32, 0.2);
  padding: 5px;
  max-height: 70vh;
  overflow-y: scroll;
  z-index: 100;
}
.suggestBlock--tokyu, .suggestBlock--wine {
  top: 44px;
}
.suggestBlock--beauty {
  top: 40px;
}
@media screen and (max-width: 599.9px) {
  .suggestBlock {
    max-height: 55vh;
  }
  .suggestBlock--tokyu {
    top: 11.4666666667vw;
  }
  .suggestBlock--wine {
    top: 9.6vw;
  }
}

.l-side-search .suggestBlock {
  top: 0;
  left: 191px;
  width: 300px;
  max-height: 50vh;
}

.suggest-list:not(:first-child) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #f5f3f2;
}

.suggest-item {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.suggest-item:hover {
  background: #f5f3f2;
}
@media screen and (max-width: 599.9px) {
  .suggest-item {
    padding: 8px 5px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
}

.suggest-text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 599.9px) {
  .suggest-text {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
}

.suggest-img-block {
  display: grid;
  grid-template-columns: 65px 1fr;
  padding: 5px;
  line-height: 1.6;
}
.suggest-img-block p,
.suggest-img-block .c-product__item-price-unit {
  margin-bottom: 0 !important;
  font-weight: normal !important;
}

.suggest-icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 7px;
}
.suggest-icon svg {
  fill: #979797;
  width: 15px;
}

.p-top__trend {
  background: #fff;
}
.p-top__trend dl {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  padding: 20px 0;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.p-top__trend dt {
  margin-right: 16px;
  line-height: 40px;
  font-weight: normal;
  color: #666666;
}
.p-top__trend-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-top__trend-item {
  display: inline-block;
  width: fit-content;
}
.p-top__trend a {
  padding: 9px 15px;
  border-radius: 9999px;
  border: solid 1px #cccccc;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 599.9px) {
  .p-top__trend dl {
    padding: 0;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.3333333333;
  }
  .p-top__trend-contents {
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 4vw 2.6666666667vw 4vw;
    position: relative;
    width: 100%;
  }
  .p-top__trend a {
    white-space: nowrap;
  }
}
.p-top__mv {
  background: #fff;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-top__mv.slick-initialized {
  opacity: 1;
}
.p-top__mv .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.p-top__mv-slide {
  width: 500px;
  margin-inline: 5px;
  overflow: hidden;
}
.p-top__mv .slick-arrow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: calc(50% - 40px);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.p-top__mv .slick-prev {
  left: 0;
}
.p-top__mv .slick-next {
  right: 0;
}
.p-top__mv .slick-dots {
  position: inherit;
  width: 90%;
  margin: 0 5%;
  padding-top: 55px;
  bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-top__mv .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  margin: 0 8px !important;
  opacity: 1;
}
.p-top__mv .slick-dots li.slick-active {
  background-color: #000 !important;
}
.p-top__mv .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 599.9px) {
  .p-top__mv {
    opacity: 1;
    margin-bottom: 9.3333333333vw;
  }
  .p-top__mv:not(.slick-slider) {
    display: flex;
    overflow-x: hidden;
  }
  .p-top__mv:not(.slick-slider) .p-top__mv-slide {
    flex-shrink: 0;
  }
  .p-top__mv-slide {
    width: 100vw;
    margin-inline: 0;
  }
  .p-top__mv-slide img {
    width: 100%;
  }
  .p-top__mv .slick-arrow {
    top: calc(50% - 10.6666666667vw);
  }
  .p-top__mv .slick-dots {
    padding-top: 9.3333333333vw;
  }
  .p-top__mv .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.6vw !important;
  }
}
.p-top .p-top__tab-item {
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 600px), print {
  .p-top .p-top__tab-item {
    margin-inline: auto;
    max-width: 1240px;
    width: calc(100% - 20px * 2);
  }
}
@media screen and (min-width: 600px) and (max-width: 599.9px) {
  .p-top .p-top__tab-item {
    width: calc(100% - 0px * 2);
  }
}
@media screen and (max-width: 599.9px) {
  .p-top .p-top__tab-item {
    width: 100%;
  }
}
.p-top .p-top__tab-item.is-active {
  opacity: 1;
  height: auto;
  position: inherit;
  z-index: inherit;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (min-width: 600px), print {
  .p-top .p-top__tab-item.is-active {
    width: inherit;
  }
}
.p-top__tab-head {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.p-top__tab-title {
  padding-inline: 45px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #202020;
}
.p-top__tab-title:not(:last-child) {
  border-right: solid 1px #dddddd;
}
.p-top__tab-title span {
  display: block;
  padding: 13px 25px;
}
.p-top__tab-title.is-active span {
  background: #004098;
  border-radius: 9999px;
  color: #fff;
}
.p-top__tab-contents {
  margin-top: 58px;
}
@media screen and (max-width: 599.9px) {
  .p-top__tab-head {
    padding: 3.2vw 0;
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
    justify-content: start;
  }
  .p-top__tab-head span {
    white-space: nowrap;
  }
  .p-top__tab-title {
    padding-inline: 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-top__tab-title span {
    padding: 2.6666666667vw 4vw;
  }
  .p-top__tab-title.is-active span {
    background: #004098;
    padding: 2.6666666667vw 4vw;
    border-radius: 9999px;
    color: #fff;
  }
  .p-top__tab-contents {
    margin-top: 6.6666666667vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top__recommend:not(:has(.c-title-contents-full-s)) {
  display: none;
}
.p-top__news-contents {
  height: 280px;
  overflow-y: scroll;
}
.p-top__news-unit {
  margin-right: 46px;
  display: grid;
  grid-template-columns: 260px 100px auto;
  border-top: solid 1px #cccccc;
  padding-block: 20px;
  gap: 45px;
}
.p-top__news-nolink {
  padding-right: 60px;
}
.p-top__news-link {
  display: grid;
  grid-template-columns: auto 30px;
  align-items: center;
  position: relative;
  gap: 60px;
}
.p-top__news-link::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23333333" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 7px 13px;
  background-position: center center;
}
.p-top__news-event p {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}
.p-top__news-event--tokyu {
  border: solid 1px #004098;
  color: #004098;
}
.p-top__news-event--wine {
  border: solid 1px #7b002e;
  color: #7b002e;
}
.p-top__news-event--cosme {
  border: solid 1px #000;
  color: #000;
}
.p-top__news-event--food {
  border: solid 1px #7c674f;
  color: #7c674f;
}
.p-top__news-date p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-top__news-title {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: normal;
}
.p-top__news-text {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.p-top__news-text a {
  color: #202020;
}
@media screen and (min-width: 600px), print {
  .p-top__news * {
    transition: opacity 400ms ease;
  }
  .p-top__news a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 599.9px) {
  .p-top__news-contents {
    height: 80vw;
    margin-inline: 5.3333333333vw;
  }
  .p-top__news-unit {
    margin-right: 6.4vw;
    grid-template-columns: 1fr;
    padding-block: 5.3333333333vw;
    gap: 1.6vw;
  }
  .p-top__news-nolink {
    padding-right: 10.6666666667vw;
  }
  .p-top__news-link {
    grid-template-columns: auto 20px;
    gap: 5.3333333333vw;
  }
  .p-top__news-link::after {
    background-size: 6px 10px;
  }
  .p-top__news-event p {
    display: inline-block;
    margin-bottom: 0.8vw;
    padding-inline: 2.6666666667vw;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 2;
  }
  .p-top__news-date p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-top__news-title {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-top__news-text {
    margin-top: 1.6vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.8461538462;
    word-break: break-all;
  }
  .p-top__news-detail {
    margin: 2.6666666667vw 0 2.6666666667vw auto;
  }
  .p-top__news-detail span {
    padding-right: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23f36b30" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
  }
  .p-top__news-more {
    margin-top: 9.3333333333vw;
  }
}

.p-product-list .l-main {
  line-height: 1.6;
}
.p-product-list .category-setting__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-product-list .category-setting__image {
    margin-bottom: 8vw;
  }
}
.p-product-list__title {
  margin-bottom: 18px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 500;
  color: #202020;
}
@media screen and (max-width: 599.9px) {
  .p-product-list__title {
    margin-bottom: 3.4666666667vw;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.6666666667;
  }
}

.p-search__header {
  margin-top: 45px;
  padding-block: 20px 10px;
  border-top: solid 1px #dddddd;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.p-search__header-sort {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.p-search__header-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.p-search__header-view li {
  width: 28px;
  height: 28px;
  display: grid;
  place-content: center;
}
.p-search__header-view li span, .p-search__header-view li a {
  display: grid;
  place-content: center;
}
.p-search__header-view li span svg {
  fill: #cccccc;
}
.p-search__header-view li a {
  transition: opacity 400ms ease;
  display: grid;
  place-content: center;
}
.p-search__header-view li a svg {
  fill: #000;
}
@media screen and (min-width: 600px), print {
  .p-search__header-view li a:hover {
    opacity: 0.5;
  }
}
.p-search__header-select-wrap {
  font-size: 0;
}
.p-search__header-select:last-child {
  margin-left: 10px;
}
.p-search__header-select::before {
  right: 10px;
  width: 12px;
  height: 7px;
}
.p-search__header-select select {
  width: 150px;
  height: 40px;
  padding: 0 30px 0 13px;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .p-search__header {
    margin-top: 9.3333333333vw;
    padding: 4vw 4vw 0;
    grid-template-columns: 1fr;
    gap: 3.4666666667vw;
    position: relative;
  }
  .p-search__header-sort {
    display: block;
  }
  .p-search__header-view {
    position: absolute;
    top: 4vw;
    right: 4vw;
    gap: 2.6666666667vw;
  }
  .p-search__header-view li {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-search__header-select-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .p-search__header-select:last-child {
    margin-left: 1.3333333333vw;
  }
  .p-search__header-select::before {
    right: 3.7333333333vw;
    width: 2.6666666667vw;
    height: 1.6vw;
  }
  .p-search__header-select select {
    width: 100%;
    height: 10.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2.1428571429;
    font-weight: normal;
  }
  .p-search__header button {
    width: 100%;
    height: 12vw;
    margin-bottom: 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 3;
    font-weight: 500;
  }
  .p-search__header button svg {
    width: 5.3333333333vw;
    fill: #004098;
    margin-right: 2.6666666667vw;
  }
}
.p-search__count {
  font-size: 1.5rem;
  line-height: 2.6666666667;
}
.p-search__count-sum {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-search__count {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6666666667;
  }
  .p-search__count-sum {
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.25;
    font-weight: bold;
  }
}
.p-search__list .p-search__event:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 599.9px) {
  .p-search__list .p-search__event:first-child {
    margin-top: 4.2666666667vw;
  }
}
.p-search__event {
  background: #979797;
  margin-top: -1px;
  padding: 8px 14px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-search__event--wine {
  background: #7b002e;
}
.p-search__event--beauty {
  background: #000;
}
.p-search__event--food {
  background: #7c674f;
}
.p-search__unisearch-word {
  margin-block: 20px;
}
.p-search__unisearch-word dl {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content;
  gap: 15px;
}
.p-search__unisearch-word dt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}
.p-search__unisearch-word dd a {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.p-search__unisearch-word dd a:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 599.9px) {
  .p-search__unisearch-word {
    margin-block: 5.3333333333vw 7.4666666667vw;
  }
  .p-search__unisearch-word dl {
    grid-auto-flow: row;
    gap: 0vw;
    grid-template-columns: inherit;
  }
  .p-search__unisearch-word dt {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 2;
  }
  .p-search__unisearch-word dd a {
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
  .p-search__unisearch-word dd a:not(:last-child) {
    margin-right: 4vw;
  }
}

.p-product-detail__breadcrumbs .l-breadcrumbs__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-detail__page-back {
  margin-left: auto;
  padding-left: 6px;
}
.p-product-detail__page-back a {
  font-size: 1.3rem;
  line-height: 1.2307692308;
  font-weight: 500;
}
.p-product-detail__base {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px), print {
  .p-product-detail__base-unit1 {
    width: 620px;
  }
}
@media screen and (min-width: 600px), print {
  .p-product-detail__base-unit2 {
    width: 540px;
  }
}
.p-product-detail__image {
  margin-bottom: 50px;
}
.p-product-detail__image-text {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.p-product-detail__primary {
  margin-bottom: 40px;
}
.p-product-detail__unit {
  margin-top: 28px;
  padding-top: 28px;
  border-top: solid 1px #dddddd;
}
.p-product-detail__unit--l {
  margin-top: 38px;
  padding-top: 38px;
}
.p-product-detail__unit-inner--gray {
  padding: 35px 30px;
  background: #f5f3f2;
}
.p-product-detail__event {
  background: #979797;
  margin-bottom: 35px;
  padding: 8px 14px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-product-detail__icon {
  margin-bottom: 20px;
}
.p-product-detail__icon:not(:has(.c-icon)) {
  margin-bottom: 0;
}
.p-product-detail__icon:not(:has(.c-icon)) .c-product__item-icon {
  margin-bottom: 0;
}
@media screen and (min-width: 600px), print {
  .p-product-detail__icon .c-product__item-stock {
    width: 225px;
  }
  .p-product-detail__icon .c-product__item-icon {
    justify-content: left;
  }
  .p-product-detail__icon .c-product__item-icon .c-icon {
    width: auto;
    min-width: 110px;
  }
  .p-product-detail__icon .c-product__item-icon .c-icon--wide {
    width: 225px !important;
  }
}
.p-product-detail__brand {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-product-detail__name {
  margin-bottom: 12px;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.p-product-detail__code {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.p-product-detail__sale-comment {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #ff0000;
}
.p-product-detail__price {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
}
.p-product-detail__price small {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
}
.p-product-detail__price span {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}
.p-product-detail__price strong {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
}
.p-product-detail__price-sale {
  color: #d50000;
}
.p-product-detail__postage {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
.p-product-detail__postage--flat, .p-product-detail__postage--region {
  color: #777777;
}
.p-product-detail__postage--flat span, .p-product-detail__postage--region span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
.p-product-detail__postage--tokyu {
  font-weight: 500;
  color: #004098;
}
.p-product-detail__postage .c-textlink {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #202020;
}
.p-product-detail__shippingType {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  color: #777777;
}
.p-product-detail__shippingType .c-textlink {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #202020;
}
.p-product-detail__text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-product-detail__text--small {
  font-size: 1.4rem;
  line-height: 1.6428571429;
}
.p-product-detail__attention {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-product-detail__attention dt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
.p-product-detail__attention em {
  color: #d50000;
}
.p-product-detail__attention li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-product-detail__cartattention {
  margin-top: 30px;
  padding: 24px 20px;
  background: #fceeee;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #d50000;
}
.p-product-detail__attentionlinks {
  margin-block: 25px 0;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}
.p-product-detail__attentionlinks a {
  gap: 10px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: bold;
}
.p-product-detail__attentionlinks svg {
  margin-top: 8px;
  fill: #d50000;
}
.p-product-detail__attentionpop {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
.p-product-detail__notPointup:has(+ .p-product-detail__coupon) {
  margin-bottom: 0 !important;
}
.p-product-detail__coupon {
  margin-block: 0 20px;
}
.p-product-detail__cart-subbutton {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.p-product-detail__cart-subbutton-contact .c-button, .p-product-detail__cart-subbutton-favorite .c-button {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #bbbbbb;
  padding-block: 0 2px;
}
.p-product-detail__cart-subbutton-contact {
  width: 330px;
}
.p-product-detail__cart-subbutton-contact svg {
  fill: #979797;
  margin: 4px 10px 0 0;
}
.p-product-detail__cart-subbutton-favorite {
  width: 226px;
  position: relative;
}
.p-product-detail__cart-subbutton-favorite svg {
  margin: 3px 8px 0 0;
}
.p-product-detail__cart-subbutton-favorite .noLogin {
  position: absolute;
  top: -53px;
  left: -10px;
  animation: fadeOut 0.4s ease-in 1.8s forwards;
  animation-fill-mode: forwards;
  width: 245px;
  padding: 5px 7px 7px;
  background: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  font-weight: normal;
  color: #d50000;
  z-index: 5;
}
.p-product-detail__cart-subbutton-favorite .noLogin::after {
  content: "";
  display: block;
  height: 10px;
  width: 18px;
  background: #e0e0e0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.p-product-detail__cart-subbutton-share {
  margin-left: auto;
}
.p-product-detail__allergenic {
  margin-top: 40px;
}
.p-product-detail__allergenic-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}
.p-product-detail__allergenic-list li {
  min-width: 68px;
  padding: 14px 9px 16px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: #bbbbbb;
}
.p-product-detail__allergenic-list li.active {
  background: #666666;
  border: solid 1px #666666;
  color: #fff;
}
.p-product-detail__heading {
  margin-bottom: 28px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: bold;
}
.p-product-detail__subheading {
  margin-bottom: 20px;
  padding: 8px 20px;
  background: #f5f3f2;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-product-detail__goodsInfo {
  margin-top: -5px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-product-detail__goodsInfo dl {
  width: 100%;
  display: table;
}
.p-product-detail__goodsInfo dl dt, .p-product-detail__goodsInfo dl dd {
  display: table-cell;
  padding-bottom: 6px;
}
.p-product-detail__goodsInfo dl dt {
  width: 20%;
  padding-right: 10px;
  font-weight: bold;
}
.p-product-detail__goodsInfo dl dd {
  width: 80%;
}
.p-product-detail__goodsInfo dl dd span:not(:first-child)::before {
  content: "、";
}
.p-product-detail__stock table {
  border-left: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
}
.p-product-detail__stock th, .p-product-detail__stock td {
  border-right: solid 1px #e7e7e7;
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: middle;
}
.p-product-detail__stock th {
  padding: 8px 25px;
  background: #f5f3f2;
  text-align: center;
  font-weight: 500;
}
.p-product-detail__stock td {
  min-width: 90px;
  padding: 15px 12px;
  border-bottom: solid 1px #e7e7e7;
}
@media screen and (min-width: 600px), print {
  .p-product-detail__stock td.td-stock {
    width: 135px;
    text-align: center;
  }
}
.p-product-detail__stock-status {
  margin-top: 25px;
  text-align: center;
}
.p-product-detail__stock-status .c-button {
  border-radius: 9999px;
  width: 520px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  border: solid 1px #004098;
  color: #004098;
  gap: 10px;
}
.p-product-detail__stock-status .c-button svg {
  fill: #004098;
}
.p-product-detail__arrival {
  height: 35px;
  padding: 5px 15px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
}
.p-product-detail__arrival--registered {
  cursor: inherit;
}
.p-product-detail__arrival--registered:hover {
  opacity: inherit;
}
.p-product-detail__graph01 table {
  border-left: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
}
.p-product-detail__graph01 th, .p-product-detail__graph01 td {
  padding: 8px 25px;
  border-bottom: solid 1px #e7e7e7;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.p-product-detail__graph01 th {
  width: 32%;
  background: #f5f3f2;
  font-weight: 500;
}
.p-product-detail__graph01 td {
  border-right: solid 1px #e7e7e7;
}
.p-product-detail__graph02 {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 600px), print {
  .p-product-detail__graph02 tr:not(:last-child) th,
  .p-product-detail__graph02 tr:not(:last-child) td {
    padding-bottom: 15px;
  }
  .p-product-detail__graph02 th {
    width: 130px;
    padding-right: 15px;
    font-weight: bold;
  }
  .p-product-detail__graph02 td {
    width: auto;
  }
}
.p-product-detail__graph03 table {
  border-left: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
  background: #fff;
}
.p-product-detail__graph03 th, .p-product-detail__graph03 td {
  border-right: solid 1px #e7e7e7;
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: middle;
}
.p-product-detail__graph03 th {
  width: 28%;
  padding: 8px 25px;
  border-bottom: solid 1px #e7e7e7;
  font-weight: 500;
}
.p-product-detail__graph03 td {
  padding: 15px 12px;
  border-bottom: solid 1px #e7e7e7;
}
.p-product-detail__receiveShop {
  margin: 0 20px 38px;
}
.p-product-detail__receiveShop-name {
  width: 100%;
  place-content: flex-start;
  padding: 0 24px 12px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-product-detail__receiveShop-contents {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-product-detail__receiveShop-contents + .p-product-detail__receiveShop-name {
  margin-top: 25px;
  padding-block: 25px 10px;
  border-top: solid 1px #e7e7e7;
}
.p-product-detail__receiveShop-map {
  margin-top: 5px;
  font-weight: bold;
}
.p-product-detail__back-cart {
  text-align: center;
}
.p-product-detail__back-cart .c-button {
  width: 520px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  gap: 15px;
}
.p-product-detail__back-cart .c-button span {
  display: inline-grid;
  place-content: center;
  place-items: center;
  width: 22px;
  height: 22px;
  background: #004098;
  border-radius: 50%;
}
.p-product-detail__back-cart .c-button span svg {
  width: 12px;
}
.p-product-detail__relatedlink {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-product-detail__relatedlink-inner {
  margin-inline: auto;
  max-width: 100%;
  width: calc(100% - 40px * 2);
  position: relative;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail__relatedlink-inner {
    width: calc(100% - 2.6666666667vw * 2);
  }
}
.p-product-detail__relatedlink-list {
  margin-block: 10px;
  color: #000;
}
.p-product-detail__relatedlink-item {
  display: inline;
}
.p-product-detail__relatedlink-link:after {
  content: ">";
  margin-inline: 10px;
  color: #bbbbbb;
  font-size: 1rem;
  line-height: 1.8;
}
.p-product-detail__relatedlink-current {
  color: #bbbbbb;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail__relatedlink {
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.5;
  }
  .p-product-detail__relatedlink-list {
    margin-block: 0;
    padding-block: 1.0666666667vw;
  }
  .p-product-detail__relatedlink-link:after {
    margin-inline: 1.6vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.5;
  }
}
.p-product-detail__datalist-title {
  padding: 10px 45px 10px 20px;
  background: #f5f3f2;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23202020" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: top 50% right 20px;
}
.p-product-detail__datalist-contents {
  display: none;
  padding: 10px 30px 25px;
  background: #f5f3f2;
  border-radius: 3px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-product-detail__datalist-contents + dt {
  margin-top: 10px;
}
.p-product-detail__modal-sns {
  margin-block: 40px;
}
.p-product-detail__modal-sns p {
  margin-bottom: 40px;
}
.p-product-detail__modal-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product-detail__modal-sns li {
  list-style: none;
}
.p-product-detail__modal-sns li img {
  padding: 0 20px;
  width: auto;
  height: 44px;
}
.p-product-detail__modal-sns .x {
  height: 36px;
}
.p-product-detail__modal-sns .linkcopy {
  width: 44px;
  height: 44px;
  margin: 0 20px;
  background: #e6e6e6;
  border-radius: 50%;
  display: grid;
  place-content: center;
  place-items: center;
}
.p-product-detail__modal-sns .linkcopy svg {
  fill: #333333;
}
.p-product-detail__modal-arrival {
  margin-block: 40px;
}
.p-product-detail__modal-arrival strong {
  font-weight: bold;
}
.p-product-detail__modal-wrapping {
  margin-block: 40px;
}
.p-product-detail__modal-wrapping strong {
  font-weight: bold;
}
.p-product-detail__modal-wrapping dl {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
  background: #f6f6f6;
}
.p-product-detail__modal-wrapping dd {
  padding: 20px 25px;
}
.p-product-detail__modal-calendar {
  margin-block: 40px;
}
.p-product-detail__modal-calendar strong {
  font-weight: bold;
}
.p-product-detail__modal-calendar table {
  margin-bottom: 30px;
  border-left: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
}
.p-product-detail__modal-calendar table th, .p-product-detail__modal-calendar table td {
  padding: 8px 12px;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
}
.p-product-detail__modal-calendar table th {
  background: #f5f3f2;
  vertical-align: middle;
}
.p-product-detail__modal-calendar table .code {
  width: 48%;
}
.p-product-detail__modal-calendar-control {
  display: flex;
  justify-content: space-between;
}
.p-product-detail__modal-calendar-control .prev-wrap,
.p-product-detail__modal-calendar-control .next-wrap {
  display: flex;
  gap: 15px;
}
.p-product-detail__modal-calendar-control .prev,
.p-product-detail__modal-calendar-control .next {
  width: 150px;
}
.p-product-detail__modal-calendar-control .prev span,
.p-product-detail__modal-calendar-control .next span {
  display: inline-grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  gap: 10px;
}
.p-product-detail__modal-calendar-control .prev span::before {
  content: "";
  display: block;
  width: 7px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 0 top 65%;
  background-size: 7px auto;
}
.p-product-detail__modal-calendar-control .next span::after {
  content: "";
  display: block;
  width: 7px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 0 top 65%;
  background-size: 7px auto;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail__page-back {
    margin-block: 2.1333333333vw 4.8vw;
    margin-right: 4vw;
  }
  .p-product-detail__page-back a {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.3333333333;
  }
  .p-product-detail__base {
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
    margin-bottom: 0;
  }
  .p-product-detail__base .swiper-pagination-bullet {
    display: none;
  }
  .p-product-detail__base.is-notPagenation {
    gap: 8vw;
  }
  .p-product-detail__base-unit2 {
    border-bottom: solid 1px #dddddd;
  }
  .p-product-detail__image {
    margin-bottom: 5.3333333333vw;
  }
  .p-product-detail__image-text {
    margin: 0 0 0 2.6666666667vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-product-detail__primary {
    margin: 0 5.3333333333vw 9.3333333333vw;
  }
  .p-product-detail__secondary {
    margin-inline: 4vw;
  }
  .p-product-detail__unit {
    margin-top: 7.4666666667vw;
    padding-top: 5.8666666667vw;
  }
  .p-product-detail__unit--l {
    margin-top: 8.8vw;
    padding-top: 7.4666666667vw;
  }
  .p-product-detail__unit-inner--gray {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-product-detail__event {
    margin-bottom: 4vw;
    padding: 2.1333333333vw 3.7333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
  }
  .p-product-detail__icon {
    margin-bottom: 4vw;
  }
  .p-product-detail__icon .c-product__item-stock {
    width: 42.9333333333vw;
  }
  .p-product-detail__icon .c-product__item-icon {
    justify-content: left;
  }
  .p-product-detail__icon .c-product__item-icon .c-icon {
    width: 20.8vw;
  }
  .p-product-detail__icon .c-product__item-icon .c-icon--wide {
    width: 42.9333333333vw !important;
  }
  .p-product-detail__brand {
    margin-bottom: 1.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-product-detail__name {
    margin-bottom: 2.6666666667vw;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.3;
  }
  .p-product-detail__code {
    margin-bottom: 4.8vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-product-detail__sale-comment {
    margin-bottom: 1.3333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
  .p-product-detail__price {
    margin-bottom: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-product-detail__price small {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-product-detail__price span {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-product-detail__price strong {
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1;
  }
  .p-product-detail__postage {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-product-detail__shippingType {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-product-detail__text {
    margin-bottom: 4vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.7333333333;
  }
  .p-product-detail__text--small {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-product-detail__attention {
    margin-bottom: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
  .p-product-detail__attention dt {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
  .p-product-detail__cartattention {
    margin-top: 5.3333333333vw;
    padding: 4vw 3.4666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.7692307692;
    font-weight: bold;
  }
  .p-product-detail__attentionlinks {
    margin-block: 4vw 0;
    gap: 2.6666666667vw;
    flex-direction: column;
    align-items: flex-end;
  }
  .p-product-detail__attentionlinks a {
    gap: 1.6vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .p-product-detail__attentionlinks svg {
    width: auto;
    height: 16px;
  }
  .p-product-detail__coupon {
    margin-block: 0 4vw;
  }
  .p-product-detail__cart-subbutton {
    gap: 1.3333333333vw;
    margin: 5.3333333333vw 6.6666666667vw 0;
  }
  .p-product-detail__cart-subbutton-contact .c-button, .p-product-detail__cart-subbutton-favorite .c-button {
    height: 10.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.3846153846;
    padding-block: 0;
  }
  .p-product-detail__cart-subbutton-contact {
    width: 45%;
  }
  .p-product-detail__cart-subbutton-contact svg {
    width: 5.8666666667vw;
    margin: 2px 8px 0 0;
  }
  .p-product-detail__cart-subbutton-favorite {
    width: 38%;
  }
  .p-product-detail__cart-subbutton-favorite svg {
    width: 4.5333333333vw;
    margin: 0 4px 0 0;
  }
  .p-product-detail__cart-subbutton-favorite .noLogin {
    top: -45px;
    left: -18px;
    padding: 4px 7px 6px;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.4545454545;
    font-weight: normal;
    width: 65.3333333333vw;
  }
  .p-product-detail__cart-subbutton-favorite .noLogin::after {
    bottom: -7px;
    left: 25px;
    transform: inherit;
  }
  .p-product-detail__allergenic {
    margin: 10.6666666667vw 6.6666666667vw 0;
  }
  .p-product-detail__allergenic-list {
    gap: 2.6666666667vw;
  }
  .p-product-detail__allergenic-list li {
    min-width: 14.9333333333vw;
    padding: 2.6666666667vw 1.3333333333vw 3.2vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-product-detail__heading {
    margin-bottom: 5.3333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.375;
  }
  .p-product-detail__goodsInfo {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8;
  }
  .p-product-detail__goodsInfo dl dt {
    width: 25%;
  }
  .p-product-detail__goodsInfo dl dd {
    width: 75%;
  }
  .p-product-detail__stock table {
    border: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .p-product-detail__stock tr {
    border: solid 1px #e7e7e7;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    padding: 2.6666666667vw;
  }
  .p-product-detail__stock thead {
    display: none;
  }
  .p-product-detail__stock td {
    border: none;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6923076923;
    padding: 0;
  }
  .p-product-detail__stock td.td-stock {
    margin-top: 2.1333333333vw;
    padding: 2.1333333333vw;
    background: #f5f3f2;
  }
  .p-product-detail__stock td.td-stock--arrival {
    text-align: center;
  }
  .p-product-detail__stock td.td-stock--arrival .l-sm {
    display: none;
  }
  .p-product-detail__stock-status {
    margin-top: 25px;
  }
  .p-product-detail__stock-status .c-button {
    width: 80vw;
    height: 12vw;
    gap: 2.1333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.7333333333;
  }
  .p-product-detail__stock-status .c-button img {
    width: 18px;
  }
  .p-product-detail__arrival {
    height: 7.4666666667vw;
    padding: 5px 25px 6px;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.1818181818;
  }
  .p-product-detail__graph01 th, .p-product-detail__graph01 td {
    padding: 2.1333333333vw 4vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6153846154;
  }
  .p-product-detail__graph01 th {
    width: 38%;
  }
  .p-product-detail__graph01--spColumn tr {
    display: flex;
    flex-direction: column;
  }
  .p-product-detail__graph01--spColumn th {
    width: 100%;
    border-bottom: none;
    border-right: solid 1px #e7e7e7;
  }
  .p-product-detail__graph02 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
  .p-product-detail__graph02 tr {
    display: flex;
    flex-direction: column;
  }
  .p-product-detail__graph02 tr:not(:last-child) td {
    padding-bottom: 4vw;
  }
  .p-product-detail__graph03 tr {
    display: flex;
    flex-direction: column;
    gap: 0.5333333333vw;
    padding: 4.8vw;
    border-bottom: solid 1px #e7e7e7;
  }
  .p-product-detail__graph03 th, .p-product-detail__graph03 td {
    padding: 0;
    border: none;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-product-detail__graph03 th {
    width: inherit;
    border-bottom: none;
    text-align: left;
    font-weight: 500;
  }
  .p-product-detail__receiveShop {
    margin: 0 4vw 8.8vw;
  }
  .p-product-detail__receiveShop-name {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-product-detail__receiveShop-contents {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .p-product-detail__receiveShop-contents + .p-product-detail__receiveShop-name {
    margin-top: 7.4666666667vw;
    padding-block: 7.4666666667vw 2.1333333333vw;
  }
  .p-product-detail__receiveShop-map {
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-product-detail__back-cart .c-button {
    width: 95%;
    font-size: min(4.5333333333vw, 2rem);
    gap: 2.6666666667vw;
  }
  .p-product-detail__back-cart .c-button span {
    width: 4.8vw;
    height: 4.8vw;
  }
  .p-product-detail__back-cart .c-button span svg {
    width: 2.6666666667vw;
  }
  .p-product-detail__datalist-title {
    padding: 2.9333333333vw 10.6666666667vw 2.9333333333vw 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-product-detail__datalist-contents {
    padding: 1.3333333333vw 4vw 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
  .p-product-detail__datalist-contents + dt {
    margin-top: 10px;
  }
  .p-product-detail__modal-wrapping {
    margin-block: 0;
  }
  .p-product-detail__modal-wrapping dl {
    width: inherit;
    flex-wrap: nowrap;
  }
  .p-product-detail__modal-wrapping dt {
    width: 21.3333333333vw;
  }
  .p-product-detail__modal-wrapping dd {
    padding: 4vw;
    text-align: left;
    line-height: 1.5;
  }
  .p-product-detail__modal-calendar {
    margin-block: 0 8vw;
  }
  .p-product-detail__modal-calendar table {
    margin-bottom: 5.3333333333vw;
  }
  .p-product-detail__modal-calendar table th, .p-product-detail__modal-calendar table td {
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-product-detail__modal-calendar .swiper-slide {
    width: 100% !important;
  }
  .p-product-detail__modal-calendar-control {
    display: flex;
    justify-content: space-between;
  }
  .p-product-detail__modal-calendar-control .prev-wrap,
  .p-product-detail__modal-calendar-control .next-wrap {
    gap: 1.3333333333vw;
  }
  .p-product-detail__modal-calendar-control .prev,
  .p-product-detail__modal-calendar-control .next {
    width: fit-content;
    font-size: min(2.6666666667vw, 1.3rem);
  }
  .p-product-detail__modal-calendar-control .prev span,
  .p-product-detail__modal-calendar-control .next span {
    gap: 1.6vw;
  }
  .p-product-detail__modal-calendar-control .prev span::before,
  .p-product-detail__modal-calendar-control .next span::after {
    background-size: 5px auto;
    background-position: left 0 top 55%;
  }
}
.p-product-detail .l-footer {
  margin-top: 40px;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail .l-footer {
    margin-top: 5.3333333333vw;
  }
}
.p-product-detail__overview {
  margin-top: 50px;
  margin-bottom: 70px;
}
.p-product-detail__overview-inner {
  border-top: solid 4px #f5f3f2;
}
.p-product-detail__overview .c-title-contents-s {
  margin-block: 50px 40px;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail__overview {
    margin: 13.3333333333vw 4vw 13.3333333333vw;
  }
  .p-product-detail__overview .c-title-contents-s {
    margin: 8vw 0 6.6666666667vw;
  }
}
.p-product-detail__related, .p-product-detail__viewed {
  padding-bottom: 70px;
  overflow: hidden;
  border-top: solid 1px #e6e6e6;
}
.p-product-detail__related-inner, .p-product-detail__viewed-inner {
  position: relative;
}
.p-product-detail__related .c-product-swiper, .p-product-detail__viewed .c-product-swiper {
  margin-inline: 0;
}
.p-product-detail__related .swiper-slide, .p-product-detail__viewed .swiper-slide {
  background: #fff;
}
@media screen and (min-width: 600px), print {
  .p-product-detail__related .swiper-slide, .p-product-detail__viewed .swiper-slide {
    width: 210px;
    margin-right: 38px;
  }
  .p-product-detail__related .swiper-slide:last-child, .p-product-detail__viewed .swiper-slide:last-child {
    margin-right: 0;
  }
}
.p-product-detail__related .swiper-wrapper, .p-product-detail__viewed .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .p-product-detail__related .swiper-button-prev,
  .p-product-detail__related .swiper-button-next, .p-product-detail__viewed .swiper-button-prev,
  .p-product-detail__viewed .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 600px), print {
  .p-product-detail__related-delete, .p-product-detail__viewed-delete {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.p-product-detail__related-delete a, .p-product-detail__viewed-delete a {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #bbbbbb;
}
.p-product-detail__related-delete span, .p-product-detail__viewed-delete span {
  display: inline-grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #cccccc;
  margin-left: 10px;
}
.p-product-detail__related-delete svg, .p-product-detail__viewed-delete svg {
  width: 12px;
  height: 12px;
  fill: #cccccc;
  stroke-width: 1px;
  stroke: #cccccc;
}
@media screen and (min-width: 600px), print {
  .p-product-detail__related-more, .p-product-detail__viewed-more {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.p-product-detail__related-more svg, .p-product-detail__viewed-more svg {
  width: 18px;
  fill: #707070;
  margin-top: 1px;
  margin-right: 9px;
}
.p-product-detail__related-more a, .p-product-detail__viewed-more a {
  border-color: #bbbbbb;
  color: #333333;
  font-weight: normal;
  padding: 0 30px;
  line-height: 16px;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail__related, .p-product-detail__viewed {
    padding-bottom: 16vw;
  }
  .p-product-detail__related .c-product-swiper, .p-product-detail__viewed .c-product-swiper {
    margin: 0 0 0 3.86vw;
    margin: 0 0 0 5.33vw;
  }
  .p-product-detail__related .swiper-slide, .p-product-detail__viewed .swiper-slide {
    width: 56vw;
    margin-inline: 0 5.33vw;
  }
  .p-product-detail__related .swiper-button-prev,
  .p-product-detail__related .swiper-button-next, .p-product-detail__viewed .swiper-button-prev,
  .p-product-detail__viewed .swiper-button-next {
    display: none;
  }
  .p-product-detail__related-delete, .p-product-detail__viewed-delete {
    margin: -5.3333333333vw 5.3333333333vw 5.3333333333vw auto;
    text-align: right;
  }
  .p-product-detail__related-more, .p-product-detail__viewed-more {
    margin: -5.3333333333vw 5.3333333333vw 5.3333333333vw auto;
    text-align: right;
  }
  .p-product-detail__related-more svg, .p-product-detail__viewed-more svg {
    width: 4.5333333333vw;
    margin-top: 0.5333333333vw;
    margin-right: 2.1333333333vw;
  }
  .p-product-detail__related-more a, .p-product-detail__viewed-more a {
    padding: 0 4.5333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
  }
}
.p-product-detail .revico-star .revico-widget {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", arial, sans-serif;
}
.p-product-detail .revico-star .revico-star-block {
  margin-bottom: 10px;
}
.p-product-detail .revico-star .revico-star-block--rate {
  transform: scale(0.7);
  margin-right: 25px;
  top: 2px;
}
.p-product-detail .revico-star-block--title,
.p-product-detail .revico-star-block--total {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}
.p-product-detail .revico-widget a.revico-read-more-review {
  margin-top: 0;
  margin-bottom: 5px;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail .revico-star-block--title,
  .p-product-detail .revico-star-block--total {
    font-size: min(4vw, 1.8rem);
    line-height: 1.1333333333;
    font-weight: 500;
  }
  .p-product-detail .revico-widget a.revico-read-more-review {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.3333333333;
    font-weight: 500;
  }
}
.p-product-detail .p-product-detail__revico {
  overflow: inherit;
}
.p-product-detail .p-product-detail__revico:not(:has(.revico-multicomment-top)) {
  display: none;
}
.p-product-detail .p-product-detail__revico:has(.p-product-detail__revico-staff .revico-review-comment-row-no-review):has(.p-product-detail__revico-user .revico-review-comment-row-no-review), .p-product-detail .p-product-detail__revico-staff:has(.revico-review-comment-row-no-review), .p-product-detail .p-product-detail__revico-user:has(.revico-review-comment-row-no-review) {
  display: none;
}
.p-product-detail .revico-modal .revico-modal__close {
  background: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 100%;
  top: 2%;
}
.p-product-detail .revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-header-modal .revico-comment-header-modal-title span {
  background-size: 27px auto;
  background-position: left center;
}
.p-product-detail .revico-common-filter-icon-style {
  background-position: 16px 7px;
}
.p-product-detail .revico-common-sort-icon-style {
  background-position: 16px 8px;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review {
  padding-top: 40px;
  padding-bottom: 0;
}
.p-product-detail .revico-common-background-style {
  background-color: #fff;
}
.p-product-detail .revico-multicomment-top .revico-comment-main {
  max-width: inherit;
  padding-inline: 25px;
}
.p-product-detail .revico-multicomment-top .revico-multicomment-inner {
  max-width: inherit;
  padding-top: 10px;
}
.p-product-detail #revico-user-review-zone .revico-multicomment-top .revico-multicomment-inner {
  padding-top: 30px;
}
.p-product-detail .revico-multicomment-top .revico-comment-header,
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper {
  max-width: 1050px;
  margin-inline: auto;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment:has(.revico-review-comment-detail--comment--more[style*=none]) {
  height: auto !important;
}
.p-product-detail .revico-star .revico-star-graph {
  background-color: #fff;
  border-bottom: solid 2px #f5f4ee;
}
.p-product-detail .revico-multicomment-top .revico-logo {
  height: 19px;
}
.p-product-detail #revico-user-review-zone .revico-multicomment-top .revico-logo {
  display: none;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper {
  background-color: #f9f8f6;
  margin-bottom: 10px;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment:has(.revico-review-comment-detail--comment--more[style="display:none;"]) {
  height: auto !important;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more span {
  background-color: #f9f8f6;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-box,
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-next,
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-back {
  display: none;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-detail--staff-recommend {
  display: none;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer {
  margin-top: 10px;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-evaluationanswer {
  font-size: 1rem;
  line-height: 1.6;
  color: #777777;
}
.p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer .revico-review-comment-detail--addition-reviewer-profile .revico-review-comment-detail--addition-reviewer-profile--attribute {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.6;
  color: #777777;
}
.p-product-detail .revico-multicomment-top .revico-comment-footer {
  margin-bottom: 0;
}
.p-product-detail .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper {
  display: none;
}
.p-product-detail .revico-multicomment-top .revico-widget .revico-review-comment-row[data-pickup-review=true] .revico-review-comment-detail::after {
  padding: 4px 40px 2px;
  background: #004098;
}
@media screen and (max-width: 599.9px) {
  .p-product-detail .revico-modal .revico-modal__close {
    width: 8vw;
    height: 8vw;
    top: 5.5%;
  }
  .p-product-detail .revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-header-modal .revico-comment-header-modal-title span {
    background-size: 20px auto;
  }
  .p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review {
    margin-inline: 0;
  }
  .p-product-detail .revico-common-background-style {
    margin-inline: 2.6666666667vw;
  }
  .p-product-detail .revico-multicomment-top .revico-comment-main {
    padding-inline: 3.7333333333vw;
  }
  .p-product-detail .revico-multicomment-top .revico-multicomment-inner {
    padding-top: 0;
  }
  .p-product-detail #revico-user-review-zone .revico-multicomment-top .revico-multicomment-inner {
    padding-top: 20px;
  }
  .p-product-detail .revico-multicomment-top .revico-comment-header,
  .p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper {
    max-width: inherit;
  }
  .p-product-detail .revico-star .revico-star-graph {
    margin-inline: 2.6666666667vw;
  }
  .p-product-detail .revico-multicomment-top .revico-logo {
    height: inherit;
  }
  .p-product-detail .revico-review-comment-detail--addition-image {
    display: none;
  }
  .p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer {
    margin-top: 15px;
  }
  .p-product-detail .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
    margin-bottom: 5px;
  }
  .p-product-detail .revico-multicomment-top .revico-comment-footer {
    padding-bottom: 20px;
  }
}

.p-cartform {
  background: #f5f3f2;
  padding: 40px 50px;
}
.p-cartform--tab {
  background: #fff;
  padding: 0;
}
.p-cartform #unitArea:has(.p-cartform__formBlock) + #noshiArea {
  margin-top: 20px;
}
.p-cartform__input:has(.p-cartform__formBlock), .p-cartform__input:has(.p-cartform__cautionnote), .p-cartform__input:has(.p-cartform__text) {
  margin-block: 0 40px;
}
.p-cartform__alcohol {
  margin-block: 0 10px;
}
.p-cartform__alcohol + .add-bag-wrap {
  margin-top: 40px;
}
.p-cartform__tabContents {
  padding: 40px;
  background: #f5f3f2;
}
.p-cartform__formBlock {
  display: flex;
}
.p-cartform__formBlock-title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  margin: 5px 20px 0 0;
  max-width: 40%;
}
.p-cartform__formBlock:not(:first-of-type), .p-cartform__formBlock.receiveStore {
  margin-top: 20px;
}
.p-cartform__formBlock dd {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
}
.p-cartform__formBlock .c-select,
.p-cartform__formBlock .c-select__inner {
  width: 100%;
}
.p-cartform__buttonArea-l .p-cartform__button-cart,
.p-cartform__buttonArea-l .p-cartform__button-gift {
  padding-inline: 20px;
  width: 100%;
  gap: 18px;
  font-size: 2rem;
  line-height: 1.1;
}
.p-cartform__buttonArea-l .p-cartform__button-cart:disabled,
.p-cartform__buttonArea-l .p-cartform__button-gift:disabled {
  line-height: 1.25;
}
.p-cartform__buttonArea-l .p-cartform__button-cart svg,
.p-cartform__buttonArea-l .p-cartform__button-gift svg {
  fill: #fff;
}
.p-cartform__buttonArea-l .p-cartform__button-gift {
  margin-top: 20px;
  border-radius: 3px;
  color: #fff;
}
.p-cartform__buttonArea-l .p-cartform__button-gift:enabled {
  background: #202020;
}
.p-cartform__buttonArea-m {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.p-cartform__buttonArea-m .p-cartform__button-continue,
.p-cartform__buttonArea-m .p-cartform__button-nextorder,
.p-cartform__buttonArea-m .p-cartform__button-nextgift {
  width: 100%;
}
.p-cartform__buttonArea-m .p-cartform__button-continue p,
.p-cartform__buttonArea-m .p-cartform__button-nextorder p,
.p-cartform__buttonArea-m .p-cartform__button-nextgift p {
  text-align: center;
}
.p-cartform__buttonArea-m .p-cartform__button-nextgift {
  background-color: #202020;
  color: #fff;
}
.p-cartform__buttonArea-tab {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border-bottom: solid 1px #202020;
}
.p-cartform__buttonArea-tab .c-button {
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: #fff;
  border: solid 1px #cccccc;
  border-bottom: none;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: bold;
  color: #777777;
}
.p-cartform__buttonArea-tab .c-button small {
  font-size: 1.4rem;
}
.p-cartform__buttonArea-tab .c-button.is-active {
  background: #202020;
  border: none;
  color: #fff;
}
.p-cartform__buttonArea-tab .c-button.is-active:hover {
  opacity: inherit;
}
.p-cartform__buttonArea-tabWrap {
  margin-bottom: 20px;
  padding: 20px 20px 0;
  background: #fff;
}
.p-cartform__subscription {
  margin-bottom: 20px;
  padding: 20px 30px;
  border: solid 1px #cccccc;
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
  align-items: center;
  background: #fff;
}
.p-cartform__subscription .p-cartform__subheading {
  margin-block: 0;
  text-align: left;
}
.p-cartform__subscription .c-button {
  width: 100%;
  border-radius: 3px;
  padding-bottom: 1px;
  border: solid 1px #cccccc;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: #777777;
}
.p-cartform__subscription-tab {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 20px;
}
.p-cartform__subscription-tab .c-button {
  width: 100%;
  border-radius: 3px;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: bold;
  color: #777777;
}
.p-cartform__subscription-tab .c-button small {
  font-size: 1.4rem;
}
.p-cartform__subscription-tab .c-button.is-active {
  background: #202020;
  border: none;
  color: #fff;
}
.p-cartform__subscription-tab .c-button.is-active:hover {
  opacity: inherit;
}
.p-cartform__heading {
  margin-block: 0 25px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
.p-cartform__subheading {
  margin-block: 0 18px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
}
.p-cartform__message {
  margin-block: 30px 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-cartform__message--gift {
  color: #202020;
}
.p-cartform__cautionnote {
  background: #fff;
  padding: 25px 30px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.p-cartform__cautionnote--s {
  padding: 20px 25px;
}
.p-cartform__cautionnote strong {
  font-weight: bold;
}
.p-cartform__cautionnote-list01 li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-cartform__check-confirm {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
.p-cartform__formlink {
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: bold;
}
.p-cartform__naire-onoff {
  margin-top: 20px;
}
.p-cartform__naire-onoff-contents {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  display: flex;
}
.p-cartform__naire-onoff-contents input {
  width: 0;
  height: 0;
}
.p-cartform__naire-onoff-contents #naireOn,
.p-cartform__naire-onoff-contents #naireOff {
  display: block;
}
.p-cartform__naire-onoff-contents .switch-off {
  margin-right: 12px;
}
.p-cartform__naire-onoff-contents label {
  display: block;
  width: 100px;
  height: 45px;
  border-radius: 3px;
  background: #cccccc;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.9333333333;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.p-cartform__naire-onoff-contents input[type=radio]:checked + #naireOn .switch-off,
.p-cartform__naire-onoff-contents input[type=radio]:checked + #naireOff .switch-on {
  background-color: #202020;
  color: #fff;
}
.p-cartform__naireOption {
  margin-top: 20px;
  margin-left: auto;
  padding: 30px 20px;
  background: #fff;
}
.p-cartform__naireOption-title {
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}
.p-cartform__naireOption-pattern {
  margin-block: 20px 0;
}
.p-cartform__naireOption-nest {
  margin: 10px 0 15px 35px;
}
.p-cartform__naireOption-nest .c-radio-wrap:not(:first-child) {
  margin-top: 8px;
}
.p-cartform__naireOption-formblock {
  margin-top: -2px;
}
.p-cartform__naireOption-formblock dt {
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: normal;
  font-feature-settings: "palt";
}
.p-cartform__naireOption-formblock:not(:first-child) {
  margin-top: 20px;
}
.p-cartform__naireOption-formblock .c-input {
  width: 100%;
}
.p-cartform__gift {
  margin-block: 0 40px;
  border: solid 1px #777777;
  background: #fff;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.p-cartform__gift-title {
  display: block;
  padding: 18px 22px;
  background: #202020;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23ffffff" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: top 50% right 25px;
}
.p-cartform__gift-title.is-opened {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23ffffff" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
}
.p-cartform__gift-anchor {
  margin: 30px auto 0;
  text-align: center;
}
.p-cartform__gift-anchor a {
  padding: 10px 17px;
  border: solid 1px #bbbbbb;
  background-color: #fff;
  border-radius: 9999px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: 500;
}
.p-cartform__gift-anchor p {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  gap: 10px;
}
.p-cartform__gift-anchor p::before {
  content: "";
  margin-top: 1px;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%2377777" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center;
}
.p-cartform__gift-contents {
  padding: 25px 35px 30px;
}
.p-cartform__gift-contents dl:not(:first-child) {
  margin-top: 30px;
}
.p-cartform__gift-contents dt {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}
.p-cartform__gift-contents dd {
  margin-block: 15px;
}
.p-cartform__gift-box img {
  width: 70px;
  margin-left: 10px;
  border: solid 1px #e7e7e7;
}
.p-cartform__receiveArea {
  margin-top: 10px;
  padding: 12px 15px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.p-cartform__receiveArea dt, .p-cartform__receiveArea dd {
  display: inline;
  font-weight: normal;
}
.p-cartform__receiveName {
  display: inline-block;
  margin: 3px 0 0;
  padding: 5px 0;
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-cartform .beforeCartIn,
.p-cartform .afterCartIn-cart,
.p-cartform .afterCartIn-gift,
.p-cartform .afterCartIn,
.p-cartform .notCartIn {
  margin-bottom: 25px;
}
.p-cartform__notcart {
  text-align: center;
}
.p-cartform__notcart .c-button {
  width: 20vw;
  min-width: 270px;
  max-width: 400px;
  cursor: default;
}
.p-cartform__notcart .c-button:hover {
  opacity: 1;
}
@media screen and (max-width: 599.9px) {
  .p-cartform {
    padding: 7.4666666667vw 5.3333333333vw 8vw;
  }
  .p-cartform--tab {
    padding: 0;
  }
  .p-cartform #unitArea:has(.p-cartform__formBlock) + #noshiArea {
    margin-top: 4.5333333333vw;
  }
  .p-cartform__input:has(.p-cartform__formBlock), .p-cartform__input:has(.p-cartform__cautionnote), .p-cartform__input:has(.p-cartform__text) {
    margin-block: 0 6.6666666667vw;
  }
  .p-cartform__alcohol {
    margin-block: 1.3333333333vw;
  }
  .p-cartform__alcohol + .add-bag-wrap {
    margin-top: 6.6666666667vw;
  }
  .p-cartform__tabContents {
    padding: 7.4666666667vw 5.3333333333vw;
  }
  .p-cartform__formBlock {
    flex-direction: column;
    align-items: start;
  }
  .p-cartform__formBlock-title {
    font-size: min(4vw, 1.8rem);
    line-height: 1.4666666667;
    margin: 0 0 1.8666666667vw 0;
    max-width: inherit;
  }
  .p-cartform__formBlock:not(:first-of-type), .p-cartform__formBlock.receiveStore {
    margin-top: 4.5333333333vw;
  }
  .p-cartform__formBlock dd {
    max-width: inherit;
  }
  .p-cartform__buttonArea-l .p-cartform__button-cart,
  .p-cartform__buttonArea-l .p-cartform__button-gift {
    gap: 2.6666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.2941176471;
  }
  .p-cartform__buttonArea-l .p-cartform__button-cart svg {
    width: 5.8666666667vw;
  }
  .p-cartform__buttonArea-l .p-cartform__button-gift {
    margin-top: 4vw;
    background: #202020;
  }
  .p-cartform__buttonArea-l .p-cartform__button-gift svg {
    width: 4.5333333333vw;
  }
  .p-cartform__buttonArea-m {
    flex-direction: column-reverse;
    gap: 4vw;
  }
  .p-cartform__buttonArea-tab {
    gap: 2.6666666667vw;
  }
  .p-cartform__buttonArea-tab .c-button {
    padding-inline: 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-cartform__buttonArea-tab .c-button small {
    font-size: min(3.2vw, 1.5rem);
  }
  .p-cartform__buttonArea-tabWrap {
    margin-bottom: 4.5333333333vw;
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
  .p-cartform__subscription {
    margin-bottom: 4.5333333333vw;
    padding: 4vw 9.3333333333vw;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .p-cartform__subscription .p-cartform__subheading {
    text-align: center;
  }
  .p-cartform__subscription .c-button {
    padding-inline: 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-cartform__subscription-tab {
    gap: 2.6666666667vw;
    padding-bottom: 4vw;
  }
  .p-cartform__subscription-tab .c-button {
    padding-inline: 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-cartform__subscription-tab .c-button small {
    font-size: min(3.2vw, 1.5rem);
  }
  .p-cartform__heading {
    margin-block: 0 5.8666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-cartform__subheading {
    margin-block: 0 2.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-cartform__message {
    margin-block: 4vw 6.6666666667vw;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.4444444444;
  }
  .p-cartform__cautionnote {
    padding: 6.6666666667vw 5.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.7692307692;
  }
  .p-cartform__cautionnote--s {
    padding: 5.3333333333vw 4vw;
  }
  .p-cartform__check-confirm {
    margin-top: 2.6666666667vw;
  }
  .p-cartform__formlink {
    margin-top: 4px;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.25;
  }
  .p-cartform__formlink .c-textlink::before {
    background-size: 6px auto;
    margin-right: 8px;
  }
  .p-cartform__naire-onoff {
    margin-top: 3.2vw;
  }
  .p-cartform__naire-onoff-contents {
    max-width: inherit;
    margin-left: inherit;
  }
  .p-cartform__naire-onoff-contents #naireOn,
  .p-cartform__naire-onoff-contents #naireOff {
    width: 49%;
  }
  .p-cartform__naire-onoff-contents #naireOn {
    margin-right: 2%;
  }
  .p-cartform__naire-onoff-contents label {
    width: 100%;
    height: 40px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2.8571428571;
  }
  .p-cartform__naireOption {
    max-width: inherit;
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-cartform__naireOption-title {
    font-size: min(4vw, 1.8rem);
    line-height: 1.1333333333;
  }
  .p-cartform__naireOption-pattern {
    margin-block: 4vw 0;
  }
  .p-cartform__naireOption-formblock dt {
    margin-bottom: 1.8666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-cartform__naireOption-formblock select,
  .p-cartform__naireOption-formblock input {
    margin-bottom: 1.3333333333vw;
  }
  .p-cartform__naireOption-formblock:not(:first-child) {
    margin-top: 3.2vw;
  }
  .p-cartform__gift {
    margin-top: 6.6666666667vw;
  }
  .p-cartform__gift-title {
    padding: 4vw 4.5333333333vw;
    font-size: min(4vw, 1.8rem);
    background-size: 14px auto;
    background-position: top 50% right 20px;
  }
  .p-cartform__gift-anchor a {
    padding: 2.1333333333vw 3.2vw;
    font-size: min(3.2vw, 1.5rem);
  }
  .p-cartform__gift-anchor p {
    gap: 1.3333333333vw;
  }
  .p-cartform__gift-anchor p::before {
    width: 13px;
    height: 7px;
    background-size: 13px auto;
  }
  .p-cartform__gift-contents {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
  .p-cartform__gift-contents dl:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
  .p-cartform__gift-contents dt {
    font-size: min(4vw, 1.8rem);
    line-height: 1.4666666667;
  }
  .p-cartform__gift-contents dd {
    margin-block: 4vw;
  }
  .p-cartform__gift-box img {
    width: 16vw;
    margin-left: 2.6666666667vw;
  }
  .p-cartform__receiveArea {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 3.2vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-cartform__receiveName {
    margin: 0;
    padding: 1.3333333333vw 0;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-cartform .beforeCartIn,
  .p-cartform .afterCartIn-cart,
  .p-cartform .afterCartIn-gift,
  .p-cartform .afterCartIn,
  .p-cartform .notCartIn {
    margin-bottom: 4vw;
  }
  .p-cartform__notcart {
    min-width: 300px;
    width: 85.3333333333vw;
  }
}

.p-cart__navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-block: 60px 20px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 500;
}
@media screen and (min-width: 600px), print {
  .p-cart__navigation a:first-child {
    margin-right: 16px;
    padding-right: 16px;
    border-right: solid 1px #cccccc;
  }
}
@media screen and (max-width: 599.9px) {
  .p-cart__navigation {
    justify-content: space-between;
    margin-block: 10.6666666667vw 5.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-cart__navigation .c-textlink--left2,
  .p-cart__navigation .c-textlink--right2 {
    gap: 1.8666666667vw;
  }
  .p-cart__navigation .c-textlink--left2::before,
  .p-cart__navigation .c-textlink--right2::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-cart__title-inner {
  position: relative;
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .p-cart__title-inner {
    width: calc(100% - 0px * 2);
  }
}
.p-cart__title-text {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 23px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #fff;
}
.p-cart__title-text svg {
  fill: #fff;
}
.p-cart__title-text strong {
  margin-bottom: 3px;
}
@media screen and (min-width: 600px), print {
  .p-cart__title-aside {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 600px), print {
  .p-cart__title .c-textlink {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: bold;
    color: #fff;
  }
  .p-cart__title .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 599.9px) {
  .p-cart__title-text {
    gap: 3.2vw;
    padding: 4vw;
    font-size: min(4.5333333333vw, 2rem);
  }
  .p-cart__title-aside {
    display: flex;
    background: #fff;
    padding: 3.2vw 4vw;
  }
  .p-cart__title .c-textlink {
    margin-left: auto;
  }
}
.p-cart__title--wine {
  background: #7b002e;
}
@media screen and (max-width: 599.9px) {
  .p-cart__title--wine .c-textlink {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
    font-weight: bold;
    color: #7b002e;
  }
  .p-cart__title--wine .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%237b002e" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
}
.p-cart__title--beauty {
  background: #000;
}
@media screen and (max-width: 599.9px) {
  .p-cart__title--beauty .c-textlink {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
    font-weight: bold;
    color: #000;
  }
  .p-cart__title--beauty .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23000000" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
}
.p-cart__title--food {
  background: #7c674f;
}
@media screen and (max-width: 599.9px) {
  .p-cart__title--food .c-textlink {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
    font-weight: bold;
    color: #7c674f;
  }
  .p-cart__title--food .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%237c674f" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
}
.p-cart__title--tokyu {
  background: #979797;
}
@media screen and (max-width: 599.9px) {
  .p-cart__title--tokyu .c-textlink {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
    font-weight: bold;
    color: #979797;
  }
  .p-cart__title--tokyu .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23979797" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
}
.p-cart .is-disabled:after {
  animation: fadeIn 0.2s linear forwards;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(240, 240, 240, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-cart__control {
  width: 100%;
  background: rgba(245, 243, 242, 0.4);
  border-top: solid 1px #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
}
.p-cart__control-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-cart__control.selected {
  animation: fadeIn 0.2s linear forwards;
  border-top: solid 1px #cccccc;
  background: #f5f3f2;
}
@media screen and (max-width: 599.9px) {
  .p-cart__control {
    gap: 4vw;
    padding: 4vw 5.3333333333vw;
  }
  .p-cart__control-right {
    gap: 8vw;
  }
}
.p-cart__contents {
  margin-bottom: 70px;
}
.p-cart__contents aside {
  font-size: 1.5rem;
  line-height: 2;
}
.p-cart__contents .c-product__item {
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #666666;
  border-radius: 6px;
}
.p-cart__contents .c-product__item-inner {
  grid-template-columns: 720px 1fr;
  padding: 30px 20px;
}
.p-cart__contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift {
  position: relative;
}
.p-cart__contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift::before {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #f5f3f2;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.p-cart__contents .c-product__item--gift {
  margin-inline: 20px;
  background: #f5f3f2;
  border: none;
  border-radius: 0;
  overflow: inherit;
}
.p-cart__contents .c-product__item--gift .c-product__item-inner {
  width: inherit;
  grid-template-columns: 500px 1fr;
}
.p-cart__contents .c-product__item--gift .c-product__item-overview {
  grid-template-columns: 90px 1fr;
}
@media screen and (min-width: 600px), print {
  .p-cart__contents .c-product__item--gift .c-product__item-overview {
    align-items: center;
  }
}
.p-cart__contents .c-product__item--gift + .c-product__item--gift {
  margin-top: -28px;
}
.p-cart__contents .c-product__item--gift + .c-product__item:not(.c-product__item--gift) {
  margin-top: 40px;
}
.p-cart__contents .c-product__item-overview {
  grid-template-columns: 170px 1fr;
  gap: 30px;
}
.p-cart__contents .c-product__item-title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-cart__contents .c-product__item-price {
  margin-inline: 10px;
}
.p-cart__contents .c-product__item-amount {
  grid-template-columns: 200px 1fr;
}
.p-cart__contents .p-order__deliveryBuying {
  margin-block: 0;
  padding: 15px 20px 25px;
  position: relative;
}
@media screen and (max-width: 599.9px) {
  .p-cart__contents {
    margin: 0 4vw 10.6666666667vw;
  }
  .p-cart__contents aside {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
  }
  .p-cart__contents .c-product__item {
    margin-bottom: 4vw;
  }
  .p-cart__contents .c-product__item-inner {
    grid-template-columns: inherit;
    padding: 4vw;
  }
  .p-cart__contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift {
    margin-top: 5.8666666667vw;
  }
  .p-cart__contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift::before {
    width: 26px;
    height: 16px;
    top: -16px;
  }
  .p-cart__contents .c-product__item--gift {
    margin-inline: 0;
  }
  .p-cart__contents .c-product__item--gift .c-product__item-inner {
    grid-template-columns: inherit;
  }
  .p-cart__contents .c-product__item--gift .c-product__item-overview {
    grid-template-columns: 20vw 1fr;
  }
  .p-cart__contents .c-product__item--gift + .c-product__item--gift {
    margin-top: -3.4666666667vw;
  }
  .p-cart__contents .c-product__item--gift + .c-product__item:not(.c-product__item--gift) {
    margin-top: 8vw;
  }
  .p-cart__contents .c-product__item-overview {
    grid-template-columns: 32vw 1fr;
    gap: 3.2vw;
  }
  .p-cart__contents .c-product__item-price {
    margin-inline: 0;
  }
  .p-cart__contents .c-product__item-amount {
    grid-template-columns: 34.6666666667vw 1fr;
    gap: 4vw;
  }
}
.p-cart__bottom {
  display: grid;
  grid-template-columns: 540px 640px;
  justify-content: space-between;
  align-items: start;
}
.p-cart__bottom--multi {
  grid-template-columns: 370px 815px;
}
@media screen and (max-width: 599.9px) {
  .p-cart__bottom {
    grid-template-columns: 1fr;
  }
}
.p-cart__total {
  min-width: 370px;
  width: inherit;
  margin-bottom: 30px;
}
.p-cart__total tr {
  border-bottom: solid 1px #202020;
}
.p-cart__total tr:not(:first-child) th, .p-cart__total tr:not(:first-child) td {
  padding-top: 25px;
}
.p-cart__total th, .p-cart__total td {
  padding: 10px 0;
  vertical-align: middle;
}
.p-cart__total th {
  text-align: left;
  white-space: nowrap;
  font-size: 1.7rem;
  line-height: 1.2352941176;
  font-weight: bold;
}
.p-cart__total td {
  text-align: right;
  white-space: nowrap;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: bold;
}
.p-cart__total td span, .p-cart__total td small {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-cart__total {
    min-width: 100%;
    width: 100%;
    margin-bottom: 8vw;
  }
  .p-cart__total tr:not(:first-child) th, .p-cart__total tr:not(:first-child) td {
    padding-top: 4.2666666667vw;
  }
  .p-cart__total th, .p-cart__total td {
    padding: 3.2vw 0;
  }
  .p-cart__total th {
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: bold;
  }
  .p-cart__total td {
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.5;
    font-weight: bold;
  }
  .p-cart__total td span, .p-cart__total td small {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2.1428571429;
    font-weight: bold;
  }
}
.p-cart__nextOrder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-cart__nextOrder-unit {
  background: #f5f3f2;
  padding: 25px 15px;
  text-align: center;
  width: 100%;
  min-height: 140px;
}
.p-cart__nextOrder--single .p-cart__nextOrder-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cart__nextOrder--multi {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-cart__nextOrder .c-button {
  width: 100%;
  max-width: 360px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: bold;
}
.p-cart__nextOrder-memo {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
}
.p-cart__nextOrder-memo small {
  font-size: 1.3rem;
}
@media screen and (max-width: 599.9px) {
  .p-cart__nextOrder {
    gap: 2.6666666667vw;
  }
  .p-cart__nextOrder-unit {
    padding: 6.6666666667vw 5.3333333333vw;
    min-height: inherit;
  }
  .p-cart__nextOrder--multi {
    grid-template-columns: 1fr;
  }
  .p-cart__nextOrder .c-button {
    max-width: inherit;
    font-size: min(4.5333333333vw, 2rem);
  }
  .p-cart__nextOrder-memo {
    margin-top: 13px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: normal;
  }
  .p-cart__nextOrder-memo small {
    font-size: 1.3rem;
  }
}
.p-cart__amazon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding: 20px 25px;
  border: solid 4px #f5f3f2;
}
.p-cart__amazon dt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.p-cart__amazon li {
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (max-width: 599.9px) {
  .p-cart__amazon {
    gap: 4vw;
    margin-top: 4vw;
    padding: 4.8vw 4.2666666667vw 5.3333333333vw;
  }
  .p-cart__amazon dt {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-cart__amazon li {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.p-cart #modal-restore .c-button {
  width: 340px;
}
@media screen and (max-width: 599.9px) {
  .p-cart #modal-restore .c-button {
    width: 80vw;
    padding-inline: 4vw;
  }
  .p-cart #modal-restore .c-button + .c-button {
    margin-top: 4vw;
    margin-left: 0;
  }
}
.p-cart .l-footer {
  margin-top: 80px;
}
@media screen and (max-width: 599.9px) {
  .p-cart .l-footer {
    margin-top: 5.3333333333vw;
  }
}
.p-cart .product-detail__list.cart__related {
  margin-top: 120px;
}
@media screen and (max-width: 599.9px) {
  .p-cart .product-detail__list.cart__related {
    margin-top: 25.6vw;
  }
}
@media screen and (min-width: 600px), print {
  .p-cart .c-product--relation .swiper-wrapper .swiper-slide {
    margin-right: 38px;
  }
  .p-cart .c-product--relation .swiper-wrapper .swiper-slide:nth-of-type(5n) {
    margin-right: 38px;
  }
  .p-cart .c-product--relation .swiper-wrapper .swiper-slide:nth-of-type(6n) {
    margin-right: 0;
  }
  .p-cart .c-product--relation .swiper-wrapper .c-product__item {
    width: 100%;
  }
  .p-cart .c-product--relation .swiper-wrapper .c-product__item .c-product__item-image {
    height: 168px;
    margin-bottom: 18px;
  }
}
.p-cart__nologin {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 35px 60px 60px;
}
.p-cart__nologin > p {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 400;
  margin-top: 17px;
}
.p-cart__nologin ul {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 400;
  list-style: none;
  margin-top: 26px;
}
.p-cart__nologin ul li {
  padding-left: 1em;
  position: relative;
}
.p-cart__nologin ul li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.p-cart__nologin strong {
  display: block;
  margin-top: 17px;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: bold;
}
.p-cart__nologin ol {
  display: flex;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 400;
}
.p-cart__nologin ol li:nth-of-type(n + 2) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%234aa2db" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px auto;
  margin-left: 20px;
  padding-left: 20px;
}
.p-cart__nologin nav {
  margin-top: 40px;
  text-align: center;
}
.p-cart__nologin nav .c-button--blue {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: bold;
  margin: 0 15px;
}
@media screen and (max-width: 599.9px) {
  .p-cart__nologin {
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
  }
  .p-cart__nologin > p {
    font-size: 1.2rem;
    margin-top: 4vw;
  }
  .p-cart__nologin ul {
    font-size: 1.2rem;
    margin-top: 5.3333333333vw;
  }
  .p-cart__nologin strong {
    font-size: 1.4rem;
    margin-top: 4vw;
  }
  .p-cart__nologin ol {
    display: block;
    margin-top: 2.6666666667vw;
    font-size: 1.2rem;
  }
  .p-cart__nologin ol li:nth-of-type(n + 2) {
    background: none;
    margin-left: 0;
    padding-left: 0;
  }
  .p-cart__nologin nav {
    margin-top: 5.3333333333vw;
  }
}

.p-login-user__anchror {
  margin-bottom: 70px;
  padding-block: 65px 70px;
  background: #f5f3f2;
  text-align: center;
}
.p-login-user__anchror-inner {
  display: grid;
  grid-template-columns: 410px 800px;
  justify-content: space-between;
}
.p-login-user__anchror-unit {
  padding: 40px 30px;
  border: solid 1px #666666;
  border-radius: 6px;
  position: relative;
}
.p-login-user__anchror-unit .c-button {
  place-content: center start;
}
.p-login-user__anchror-title {
  position: absolute;
  top: -12px;
  left: 10px;
  padding-inline: 20px;
  background: #f5f3f2;
  font-size: 2rem;
  line-height: 1.2;
}
.p-login-user__anchror-login .c-button {
  width: 100%;
}
.p-login-user__anchror-beginner {
  display: grid;
  grid-template-columns: 440px 280px;
  justify-content: space-between;
}
.p-login-user__title {
  margin-block: 65px 20px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #000;
}
.p-login-user__title span {
  font-size: 2rem;
}
.p-login-user__unit {
  border: solid 1px #666666;
  border-radius: 6px;
  overflow: hidden;
}
.p-login-user__unit .c-button {
  width: 350px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.p-login-user__input {
  padding: 60px 50px 50px;
  display: grid;
  grid-template-columns: 520px 520px;
  justify-content: space-between;
}
.p-login-user__list {
  position: relative;
}
.p-login-user__list-title {
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: bold;
}
.p-login-user__list .c-input {
  width: 100%;
  margin-bottom: 20px;
}
.p-login-user__list .c-textlink {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}
.p-login-user__check p {
  font-size: 1.4rem;
}
.p-login-user__button {
  padding: 40px;
  background: #f5f3f2;
  text-align: center;
}
.p-login-user__beginner {
  text-align: center;
}
.p-login-user__beginner dl {
  margin-block: 55px;
  padding-inline: 50px;
}
.p-login-user__beginner dt {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .p-login-user__beginner dt span {
    display: inline-block;
    padding-inline: 15px;
    background: #fff;
    position: relative;
  }
  .p-login-user__beginner dt::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 50%;
  }
}
.p-login-user__beginner dd {
  margin-top: 35px;
}
.p-login-user__beginner dd p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-login-user__lead {
  margin-block: 60px 70px;
  padding-inline: 50px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
}
.p-login-user__benefits {
  margin-top: 60px;
  padding: 35px 40px 25px;
  background: rgba(0, 64, 152, 0.1);
}
.p-login-user__benefits-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  color: #004098;
  position: relative;
}
.p-login-user__benefits-title span {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.p-login-user__benefits-title span::before, .p-login-user__benefits-title span::after {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  margin-top: 2px;
}
.p-login-user__benefits-title span::before {
  background: url(../images/tokyu/login/login-deco-l.png);
}
.p-login-user__benefits-title span::after {
  background: url(../images/tokyu/login/login-deco-r.png);
}
.p-login-user__benefits-contents {
  padding-top: 35px;
}
.p-login-user__benefits-contents ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.p-login-user__benefits-contents li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
  overflow: hidden;
  padding: 16px 20px 18px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-login-user__benefits-contents li span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.p-login-user__benefits-contents li span::before {
  content: "";
  display: block;
  height: 36.5px;
  width: 73px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  background: #004098;
  position: absolute;
  top: -5px;
  left: -24px;
  z-index: -1;
}
.p-login-user__benefits-contents li div {
  width: 100%;
  height: 93px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-login-user__benefits-contents li div img {
  opacity: 0.4;
}
.p-login-user__benefits-contents li div img.delivery {
  margin-left: 10px;
}
.p-login-user__benefits-contents li div img.coupon {
  margin-top: 15px;
}
.p-login-user__benefits-contents li p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-login-user__benefits-text {
  margin-block: 27px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.p-login-user__authN-button {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.p-login-user__authN-button .c-button {
  width: 400px;
  height: 80px;
}
.p-login-user__authN-button .c-button--20 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}
.p-login-user__importantMessage {
  font-size:1.8rem;
  font-weight:bold;
  color:red;
}
@media screen and (max-width: 599.9px) {
  .p-login-user__anchror {
    margin-bottom: 12vw;
    padding: 12vw 4vw 13.3333333333vw;
  }
  .p-login-user__anchror-inner {
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }
  .p-login-user__anchror-unit {
    padding: 9.3333333333vw 4vw 5.3333333333vw;
  }
  .p-login-user__anchror-title {
    padding-inline: 4vw;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.3;
  }
  .p-login-user__anchror-beginner {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
  .p-login-user__anchror .c-button {
    height: 13.3333333333vw;
    padding-inline: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-login-user__title {
    margin-block: 12vw 5.3333333333vw;
    font-size: min(5.8666666667vw, 2.5rem);
  }
  .p-login-user__title span {
    font-size: min(4.5333333333vw, 2rem);
  }
  .p-login-user__unit .c-button {
    width: 70.6666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.1764705882;
    font-weight: bold;
  }
  .p-login-user__input {
    padding: 6.6666666667vw 4.8vw 9.3333333333vw;
    grid-template-columns: 1fr;
  }
  .p-login-user__list + .p-login-user__list {
    margin-top: 7.4666666667vw;
    padding-top: 7.4666666667vw;
    border-top: solid 1px #dddddd;
  }
  .p-login-user__list-title {
    margin-bottom: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-login-user__list .c-input {
    margin-bottom: 2.6666666667vw;
  }
  .p-login-user__list .c-textlink {
    position: inherit;
    font-size: min(3.2vw, 1.5rem);
  }
  .p-login-user__check {
    margin-top: 4.2666666667vw;
  }
  .p-login-user__check p {
    font-size: min(3.2vw, 1.5rem);
  }
  .p-login-user .password-wrap button {
    position: absolute;
    right: 0;
    bottom: -2.6666666667vw;
  }
  .p-login-user__button {
    padding: 8vw 4vw;
  }
  .p-login-user__beginner dl {
    margin-block: 9.0666666667vw;
    padding-top: 7.4666666667vw;
    padding-inline: 5.3333333333vw;
    border-top: solid 1px #dddddd;
  }
  .p-login-user__beginner dt {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.4444444444;
    font-weight: 500;
  }
  .p-login-user__beginner dd {
    margin-top: 5.3333333333vw;
  }
  .p-login-user__beginner dd p {
    text-align: left;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
  .p-login-user__lead {
    margin-block: 8vw;
    padding-inline: 5.3333333333vw;
    text-align: left;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
  .p-login-user__benefits {
    margin-top: 13.3333333333vw;
    padding: 9.3333333333vw 3.2vw 6.6666666667vw;
  }
  .p-login-user__benefits-title {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.4444444444;
    font-weight: 500;
  }
  .p-login-user__benefits-title span {
    gap: 2.6666666667vw;
  }
  .p-login-user__benefits-title span::before, .p-login-user__benefits-title span::after {
    width: 3.4666666667vw;
    height: 5.0666666667vw;
  }
  .p-login-user__benefits-contents {
    padding-top: 9.3333333333vw;
  }
  .p-login-user__benefits-contents ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4vw;
  }
  .p-login-user__benefits-contents li {
    padding: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
  }
  .p-login-user__benefits-contents li span {
    height: 25px;
    width: 25px;
    font-size: min(4vw, 1.8rem);
  }
  .p-login-user__benefits-contents li span::before {
    height: 27.5px;
    width: 55px;
    top: -4px;
    left: -18px;
  }
  .p-login-user__benefits-contents li div {
    margin: 0 auto 1.3333333333vw;
  }
  .p-login-user__benefits-contents li div img {
    max-width: 85%;
    max-height: 82%;
  }
  .p-login-user__benefits-contents li div img.coupon {
    max-width: 80%;
  }
  .p-login-user__benefits-text {
    margin-block: 4vw 0;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-login-user__authN-button {
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
  .p-login-user__authN-button .c-button {
    width: 70.6666666667vw;
    height: 17.3333333333vw;
    padding-inline: 2.6666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.5294117647;
    font-weight: bold;
  }
  .p-login-user__authN-button .c-button--20-line {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .p-login-user__importantMessage {
    font-size:1.8rem;
    font-weight:bold;
    color:red;
  }
}

.p-regist__rule {
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #000;
  margin-top: 35px;
  padding: 30px 40px;
}
.p-regist__rule-scroll {
  height: 400px;
  padding-right: 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: normal;
  overflow-y: scroll;
}
.p-regist__rule time {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.p-regist__rule-item {
  margin-top: 25px;
}
.p-regist__rule-item strong {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
}
.p-regist__rule-item ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
}
.p-regist__rule-item ol ol {
  list-style-type: lower-roman;
  margin-left: 1.5em;
}
.p-regist__rule aside {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-regist__rule {
    border-radius: 1.3333333333vw;
    margin-top: 6.6666666667vw;
    padding: 8vw 4vw;
  }
  .p-regist__rule-scroll {
    height: 106.6666666667vw;
    padding-right: 5.3333333333vw;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-regist__rule-item {
    margin-top: 5.3333333333vw;
  }
  .p-regist__rule aside {
    margin-top: 5.3333333333vw;
  }
}
.p-regist__form-onoff {
  border-bottom: solid 1px #cccccc;
}
.p-regist__form-onoff .l-form__list:last-of-type {
  border-bottom: none;
}
.p-regist__aside {
  padding: 40px;
  border: solid 4px #f5f3f2;
}
@media screen and (max-width: 599.9px) {
  .p-regist__aside {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}
.p-regist__amazon {
  padding: 25px 40px;
  background: #f5f3f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599.9px) {
  .p-regist__amazon {
    margin-inline: 5.3333333333vw;
    padding: 5.3333333333vw 4vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-regist__amazon p {
    line-height: 1.8;
  }
}
.p-regist__page-back {
  margin-top: 50px;
  text-align: center;
}
.p-regist__page-back .c-textlink {
  gap: 15px;
  text-underline-offset: 10px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
.p-regist__page-back .c-textlink:before {
  width: 10px;
  height: 19px;
}
@media screen and (max-width: 599.9px) {
  .p-regist__page-back {
    margin-top: 8vw;
  }
  .p-regist__page-back .c-textlink {
    gap: 2.6666666667vw;
    font-size: 1.7rem;
  }
  .p-regist__page-back .c-textlink:before {
    width: 2.6666666667vw;
    height: 5.0666666667vw;
  }
}
@media screen and (min-width: 600px), print {
  .p-regist__rakuten {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-regist__rakuten .p-order__group-contents {
    width: 860px;
  }
  .p-regist__rakuten-img {
    width: 318px;
  }
  .p-regist__rakuten-img .c-button {
    width: 280px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-regist__rakuten .c-button {
    width: 66.6666666667vw;
  }
  .p-regist__rakuten img {
    width: 45.3333333333vw;
  }
}

@media screen and (min-width: 600px), print {
  .p-regist__rule-scroll {
    height: 550px;
  }
}

.p-news__title {
  margin-bottom: 35px;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .p-news__title {
    margin: 0 5.3333333333vw 8vw;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 599.9px) {
  .p-news__contents {
    margin-inline: 5.3333333333vw;
  }
}

@media screen and (max-width: 599.9px) {
  .p-special__contents {
    margin-inline: 5.3333333333vw;
  }
}
.p-special--noheader {
  min-width: auto;
}
@media screen and (max-width: 599.9px) {
  .p-special--sp .l-footer {
    margin-top: 25px;
  }
}

.p-error--static {
  min-width: 100%;
}
.p-error--static .l-mainwrap {
  overflow: hidden;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.p-error--static .l-page {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
}
.p-error--static .l-section {
  width: 90%;
}
.p-error--static h1 {
  margin: 0 auto 40px;
  justify-content: center;
}
.p-error--static .l-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #202020;
  margin-top: 0;
}
.p-error--static .l-footer__copyright {
  padding: 25px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-error--static h1 img {
    width: 26.3vw;
    min-width: 257px;
  }
}

.p-mypage .l-header-small .l-header__logo {
  max-width: 216px;
  width: 16%;
}
@media screen and (max-width: 599.9px) {
  .p-mypage .l-header-small .l-header__logo {
    max-width: 28.8vw;
    width: 31.5%;
  }
}
.p-mypage__button-wrap {
  margin-bottom: 0;
}
@media screen and (min-width: 600px), print {
  .p-mypage__title-page {
    margin-bottom: 40px;
  }
  .p-mypage__title-page strong {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    font-weight: 500;
  }
}
@media screen and (min-width: 600px), print {
  .p-mypage .l-form__area--cut2 .l-form__list dt {
    min-width: 210px;
    max-width: 210px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-mypage .l-footer {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 600px), print {
  .p-mypage .l-form__list dt {
    min-width: 280px;
    max-width: 280px;
    padding-inline: 20px;
  }
}
.p-mypage .c-input--width-l {
  max-width: 500px;
}
.p-mypage-favorite__anchor {
  margin-block: 50px;
  padding: 30px 20px;
  background: #f5f3f2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.p-mypage-favorite__anchor .c-button {
  justify-content: start;
  justify-content: space-between;
  padding: 10px 15px 10px 20px;
  border-radius: 3px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
.p-mypage-favorite__anchor .c-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23ffffff" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.p-mypage-favorite__anchor .c-button:hover {
  opacity: 0.5;
}
.p-mypage-favorite__anchor .c-button.disabled {
  pointer-events: none;
  background: #dddddd !important;
  font-weight: 500;
  color: #a0a0a0;
}
.p-mypage-favorite__anchor .c-button.disabled::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23aaaaaa" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  display: none;
}
.p-mypage-favorite__anchor--food {
  background: #7c674f;
}
.p-mypage-favorite__anchor--cosme {
  background: #000;
}
.p-mypage-favorite__anchor--wine {
  background: #7b002e;
}
.p-mypage-favorite__anchor--tokyu {
  background: #979797;
}
.p-mypage-favorite__event {
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-mypage-favorite__event--wine {
  background: #7b002e;
}
.p-mypage-favorite__event--cosme {
  background: #000;
}
.p-mypage-favorite__event--food {
  background: #7c674f;
}
.p-mypage-favorite__event--tokyu {
  background: #979797;
}
.p-mypage-favorite__event-title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
.p-mypage-favorite__event .c-textlink {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
.p-mypage-favorite__event .c-textlink::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
}
.p-mypage-favorite__recently {
  margin-bottom: 70px;
}
.p-mypage-favorite__recently-title {
  margin-bottom: 50px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: bold;
}
@media screen and (min-width: 600px), print {
  .p-mypage-favorite__recently .swiper-slide {
    width: 178px;
  }
  .p-mypage-favorite__recently .swiper-slide:not(:last-child) {
    margin-right: 23px;
  }
}
.p-mypage-favorite .c-nodata {
  margin: 40px 20px 60px;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-favorite__anchor {
    margin-block: 6.6666666667vw;
    padding: 6.6666666667vw 4vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .p-mypage-favorite__anchor .c-button {
    padding: 3.2vw 2.1333333333vw 3.2vw 3.2vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .p-mypage-favorite__anchor .c-button::after {
    width: 10px;
    height: 6px;
  }
  .p-mypage-favorite__event {
    margin-bottom: 40px;
    padding: 2.4vw 4vw;
    position: relative;
  }
  .p-mypage-favorite__event-title {
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
  .p-mypage-favorite__event .c-textlink {
    position: absolute;
    bottom: -38px;
    right: 4vw;
    margin-bottom: 5px;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
    color: #000;
  }
  .p-mypage-favorite__event--wine .c-textlink {
    color: #7b002e;
  }
  .p-mypage-favorite__event--wine .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%237b002e" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
  .p-mypage-favorite__event--cosme .c-textlink {
    color: #000;
  }
  .p-mypage-favorite__event--cosme .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23000000" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
  .p-mypage-favorite__event--food .c-textlink {
    color: #7c674f;
  }
  .p-mypage-favorite__event--food .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%237c674f" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
  .p-mypage-favorite__event--tokyu .c-textlink {
    color: #979797;
  }
  .p-mypage-favorite__event--tokyu .c-textlink::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23979797" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
    background-repeat: no-repeat;
  }
  .p-mypage-favorite__recently {
    margin-bottom: 13.3333333333vw;
  }
  .p-mypage-favorite__recently-title {
    margin: 0 5.3333333333vw 6.6666666667vw;
    font-size: min(5.8666666667vw, 2.5rem);
  }
}
@media screen and (max-width: 599.9px) and (min-width: 600px) {
  .p-mypage-favorite__recently .swiper-slide {
    width: 178px;
  }
  .p-mypage-favorite__recently .swiper-slide:not(:last-child) {
    margin-right: 23px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-mypage-favorite .c-nodata {
    margin: 17.3333333333vw 5.3333333333vw 13.3333333333vw;
    text-align: center;
  }
}
.p-mypage-abook .c-dataList__unit .c-field-error {
  margin: 0 0 25px;
}
.p-mypage-abook__control {
  margin-block: 50px 40px;
  display: flex;
  justify-content: space-between;
}
.p-mypage-abook__control .c-button {
  gap: 9px;
  margin-left: auto;
  min-height: 50px;
  padding: 10px 25px;
  background: #f6f6f6;
  border: solid 3px #e7e7e7;
  border-radius: 3px;
  font-weight: 500;
}
.p-mypage-abook__control .c-button::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%23ffffff" d="M11.7,6.8V5.2H6.8V0.3H5.2v4.9H0.3v1.6h4.9v4.9h1.6V6.8H11.7z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: center center;
  background-color: #202020;
}
.p-mypage-abook__typeSelect {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.p-mypage-abook__typeSelect dt {
  font-weight: normal;
}
@media screen and (min-width: 600px), print {
  .p-mypage-abook__group {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
    gap: 20px;
  }
}
.p-mypage-abook__group-title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
.p-mypage-abook__group-corporation {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
}
.p-mypage-abook__group-contents {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-mypage-abook__memo {
  margin: 30px 0 0;
  padding-top: 30px;
  border-top: solid 1px #cccccc;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-abook .c-dataList__unit .c-field-error {
    margin: 0 0 5.3333333333vw;
  }
  .p-mypage-abook__control {
    margin-block: 9.3333333333vw 8vw;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .p-mypage-abook__control .c-button {
    width: 100%;
    gap: 3.2vw;
    padding: 3.4666666667vw 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-mypage-abook__control .c-button::before {
    width: 18px;
    height: 18px;
    background-size: 9px auto;
  }
  .p-mypage-abook__typeSelect {
    gap: 4.8vw;
  }
  .p-mypage-abook__typeSelect dt {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-mypage-abook__typeSelect dd {
    flex-grow: 1;
  }
  .p-mypage-abook__group-corporation {
    margin-bottom: 1.3333333333vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-mypage-abook__group-title {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
  .p-mypage-abook__group-contents {
    margin-top: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-mypage-abook__memo {
    margin: 4vw 0 0;
    padding-top: 4vw;
    font-size: min(3.2vw, 1.5rem);
  }
}
.p-mypage-top .l-page .c-button {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
}
.p-mypage-top .l-page .c-button .c-baloon {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  font-size: 1.2rem;
}
.p-mypage-top .l-page .c-button .c-baloon svg {
  fill: #fff;
}
.p-mypage-top__memberName {
  margin-top: 60px;
}
.p-mypage-top__member {
  margin-bottom: 50px;
  text-align: center;
}
.p-mypage-top__member-time {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: normal;
}
.p-mypage-top__member-state {
  margin-block: 5px 20px;
  font-weight: 500;
}
.p-mypage-top__member-state strong {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: bold;
}
.p-mypage-top__member-point {
  width: 600px;
  margin: 20px auto 0;
  background: #fff;
  padding: 22px;
}
.p-mypage-top__member-point strong {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: bold;
}
.p-mypage-top__member-point small {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
.p-mypage-top__member-point small em {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  font-style: normal;
  color: #d50000;
}
.p-mypage-top__member-mainte {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #d50000;
}
.p-mypage-top__member-info {
  width: 600px;
  margin: 20px auto 0;
  padding: 22px;
  background: #fff;
  text-align: left;
}
.p-mypage-top__member-info p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #cccccc;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}
.p-mypage-top__member-info p em {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
}
.p-mypage-top__unit {
  padding: 30px 40px;
  border: solid 1px #666666;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-mypage-top__type1 {
  margin-block: 10px;
}
.p-mypage-top__type1-buttonList {
  margin-top: 30px;
  display: grid;
  row-gap: 30px;
  column-gap: 40px;
}
.p-mypage-top__type1-buttonList--cut3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-mypage-top__type1-buttonList--cut2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-mypage-top__type1-delete {
  margin-top: 30px;
  text-align: center;
}
.p-mypage-top__type1-delete .c-button {
  width: 200px;
  font-size: 1.5rem;
}
.p-mypage-top__type2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-mypage-top__type2 .c-button {
  min-width: 360px;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-top .l-page .c-button {
    padding: 0 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.3571428571;
  }
  .p-mypage-top .l-page .c-button .c-baloon {
    top: -1.8666666667vw;
    right: -1.8666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: min(2.4vw, 1.2rem);
  }
  .p-mypage-top .l-page .c-button .c-baloon svg {
    width: 0.8vw;
  }
  .p-mypage-top__memberName {
    margin-top: 10.6666666667vw;
  }
  .p-mypage-top__member {
    margin-bottom: 10.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-mypage-top__member-time {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-mypage-top__member-state {
    margin-block: 2.1333333333vw 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 2;
    font-weight: 500;
  }
  .p-mypage-top__member-state strong {
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.8823529412;
    font-weight: bold;
  }
  .p-mypage-top__member-point {
    width: inherit;
    margin-top: 5.3333333333vw;
    padding: 4vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-mypage-top__member-point strong {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-mypage-top__member-point small {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-mypage-top__member-point small em {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
    font-weight: bold;
  }
  .p-mypage-top__member-mainte {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  .p-mypage-top__member-info {
    width: inherit;
    margin-top: 4vw;
    padding: 4.8vw 4vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-mypage-top__member-info p {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-mypage-top__member-info p em {
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .p-mypage-top__unit {
    padding: 5.8666666667vw 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-mypage-top__type1 {
    margin-block: 0;
  }
  .p-mypage-top__type1-buttonList {
    margin-top: 4.8vw;
    gap: 2.6666666667vw;
  }
  .p-mypage-top__type1-buttonList--cut3, .p-mypage-top__type1-buttonList--cut2 {
    grid-template-columns: inherit;
    grid-auto-flow: row;
  }
  .p-mypage-top__type1-delete {
    margin-top: 4vw;
  }
  .p-mypage-top__type1-delete .c-button {
    height: 9.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-mypage-top__type2 {
    flex-direction: column;
    gap: 4.8vw;
  }
  .p-mypage-top__type2 .c-button {
    min-width: inherit;
    width: 100%;
  }
}
.p-mypage-rakuten__unit {
  max-width: 700px;
  margin: 60px auto 0;
  padding: 30px 40px;
  border: solid 1px #666666;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-mypage-rakuten__unit-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.p-mypage-rakuten__rpoint {
  width: 100%;
  padding: 20px 30px;
  border: solid 5px #f5f3f2;
  text-align: center;
}
.p-mypage-rakuten__rpoint-notlinked {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-mypage-rakuten__rpoint-notlinked small {
  font-weight: normal;
}
.p-mypage-rakuten__rpoint-linked {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-mypage-rakuten__rpoint-linked small {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
.p-mypage-rakuten__rpoint-list dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-mypage-rakuten__rpoint-list dl dt {
  width: 200px;
}
.p-mypage-rakuten__rpoint-list dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-rakuten__unit {
    max-width: inherit;
    margin: 8vw auto 0;
    padding: 4.8vw 4vw 5.8666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-mypage-rakuten__unit-inner {
    gap: 5.3333333333vw;
  }
  .p-mypage-rakuten__rpoint {
    padding: 4.8vw 4vw 5.3333333333vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-mypage-rakuten__rpoint-notlinked {
    font-size: min(4vw, 1.8rem);
    line-height: 1.7333333333;
  }
  .p-mypage-rakuten__rpoint-linked {
    width: 100%;
    font-size: min(4vw, 1.8rem);
    line-height: 1.7333333333;
  }
  .p-mypage-rakuten__rpoint-linked small {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
  }
  .p-mypage-rakuten img {
    width: 45.3333333333vw;
  }
  .p-mypage-rakuten__rpoint-list {
    width: 100%;
  }
  .p-mypage-rakuten__rpoint-list dl {
    margin-inline: 2.6666666667vw;
  }
  .p-mypage-rakuten__rpoint-list dl dt {
    width: 45.3333333333vw;
  }
  .p-mypage-rakuten__rpoint-list dl + dl {
    margin-top: 2.6666666667vw;
  }
}
.p-mypage-card__paymentSelect {
  margin-top: 60px;
}
@media screen and (min-width: 600px), print {
  .p-mypage-card__paymentSelect .l-form__list dt {
    min-width: 250px;
    max-width: 250px;
  }
}
@media screen and (min-width: 600px), print {
  .p-mypage-card__paymentSelect .l-form__list dd .expiration-wrap .c-select {
    width: 120px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-mypage-card__paymentSelect .l-form__list-column .c-button {
    width: max-content;
  }
}
.p-mypage-card__paymentSelect-unit {
  border-radius: 3px;
  background: #f5f3f2;
  overflow: hidden;
}
.p-mypage-card__paymentSelect-unit + .p-mypage-card__paymentSelect-unit {
  margin-top: 30px;
}
.p-mypage-card__paymentSelect-detail {
  margin: 20px 20px;
  padding: 20px;
  background: #fff;
}
.p-mypage-card__paymentSelect-button {
  margin: 30px;
  text-align: center;
}
.p-mypage-card__paymentSelect .c-button--delete {
  width: 180px;
  gap: 9px;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-card__paymentSelect {
    margin-top: 13.3333333333vw;
  }
  .p-mypage-card__paymentSelect-unit + .p-mypage-card__paymentSelect-unit {
    margin-top: 8vw;
  }
  .p-mypage-card__paymentSelect-detail {
    margin: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    padding: 5.3333333333vw 4vw 5.3333333333vw;
  }
  .p-mypage-card__paymentSelect-button {
    margin: 6.6666666667vw 4vw;
  }
  .p-mypage-card__paymentSelect .c-button--delete {
    width: 40vw;
    gap: 2.1333333333vw;
  }
  .p-mypage-card__paymentSelect-accepting {
    padding: 3.2vw 3.2vw 3.2vw 12.2666666667vw;
    background-position: top 50% left 4.8vw;
  }
}
.p-mypage-card__contolButton {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.p-mypage-card__contolButton .c-button {
  width: 110px;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-card__contolButton {
    margin-left: inherit;
  }
  .p-mypage-card__contolButton .c-button {
    width: 26.6666666667vw !important;
  }
}
.p-mypage-card .selectBt {
  margin-top: -1px;
}
.p-mypage-arrival__contents .c-product__item-inner {
  grid-template-columns: 560px 1fr;
}
.p-mypage-arrival__contents .c-product__item-overview {
  grid-template-columns: 150px 1fr;
  gap: 30px;
}
.p-mypage-arrival__contents .c-product__item-title:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-mypage-arrival__control {
  display: grid;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 120px;
}
.p-mypage-arrival__stock {
  margin-top: 15px;
  background: #e7e7e7;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 500;
  color: #666666;
}
@media screen and (min-width: 600px), print {
  .p-mypage-arrival__stock {
    width: 225px;
  }
}
.p-mypage-arrival__stock--out {
  border: solid 1px #202020;
  background: #fff;
  color: #202020;
}
.p-mypage-arrival__status {
  text-align: center;
}
.p-mypage-arrival__status .c-button {
  width: 100%;
  gap: 10px;
}
.p-mypage-arrival__status .c-button svg {
  margin-top: 1px;
  fill: #fff;
}
.p-mypage-arrival__status-message {
  height: 44px;
  padding: 11px 5px;
  background: #fdf2f2;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #d50000;
}
.p-mypage-arrival .c-button--delete {
  gap: 5px;
}
.p-mypage-arrival .c-button--delete:before {
  font-size: 1.5rem;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-arrival__contents .c-product__item-inner {
    grid-template-columns: inherit;
  }
  .p-mypage-arrival__contents .c-product__item-overview {
    grid-template-columns: 32vw 1fr;
    gap: 3.2vw;
  }
  .p-mypage-arrival__control {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: solid 1px #cccccc;
    grid-template-columns: 1fr 29.3333333333vw;
  }
  .p-mypage-arrival__stock {
    margin-top: 2.6666666667vw;
    font-size: min(3.2vw, 1.5rem);
  }
  .p-mypage-arrival__status-message {
    height: 10.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-mypage-arrival .c-button--delete {
    width: 29.3333333333vw;
    height: 10.6666666667vw;
  }
  .p-mypage-arrival .c-button--delete:before {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.p-mypage-history .c-dataList__column {
  align-items: start;
}
.p-mypage-history__contact-lead {
  margin-block: 5px 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
.p-mypage-history__contact-title {
  width: 100%;
  background: #f5f3f2;
  padding: 22px 30px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
  gap: 15px;
  cursor: pointer;
}
.p-mypage-history__contact-title::before {
  content: "";
  display: block;
  margin-top: 3px;
  width: 16px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23202020" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.p-mypage-history__contact-title.is-opened::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23202020" d="M6.6,2.1L11,6.7c0.4,0.3,0.9,0.3,1.2,0s0.3-0.9,0-1.2l-5-5.2C6.9,0,6.4,0,6,0.3L0.8,5.5c-0.3,0.3-0.3,0.9,0,1.2C1.2,7,1.7,7,2.1,6.7L6.6,2.1z"></path></svg>');
  background-repeat: no-repeat;
}
.p-mypage-history__contact-innerTitle {
  padding: 30px 20px 0;
  text-align: center;
}
.p-mypage-history__contact-innerTitle h4 {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
}
.p-mypage-history__contact-innerTitle p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-mypage-history__contact-contents {
  display: none;
  border-top: solid 1px #cccccc;
  background: #f5f3f2;
}
.p-mypage-history__contact-repeat {
  border-bottom: solid 1px #cccccc;
}
.p-mypage-history__contact-repeat .c-history-chatArea {
  margin-top: 0;
  padding: 30px 20px 0;
}
.p-mypage-history__contact-repeat .c-history-chat__inner {
  background: #fff;
  padding-bottom: 0;
}
.p-mypage-history__contact-repeat .c-history-chat {
  margin-top: 30px;
}
.p-mypage-history__contact-repeat .c-customer-input {
  border-top: solid 1px #cccccc;
  background: #fff;
  margin: 0 20px 40px;
}
.p-mypage-history__contact-repeat .c-dataList {
  margin-top: 30px;
  background: #fff;
}
.p-mypage-history__contact-repeat .p-mypage-history__state {
  width: 100%;
  border-top: solid 1px #ccc;
  padding-top: 20px;
  text-align: center;
}
.p-mypage-history__contact-default {
  background: #f5f3f2;
}
.p-mypage-history__contact-button-send {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 1px #cccccc;
  text-align: center;
}
.p-mypage-history__button-review .c-button {
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-history__contact-lead {
    margin-block: 0 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.8666666667;
  }
  .p-mypage-history__contact-title {
    padding: 4.8vw 4vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.25;
    gap: 2.6666666667vw;
  }
  .p-mypage-history__contact-title::before {
    width: 13px;
    height: 8px;
    background-size: 13px auto;
  }
  .p-mypage-history__contact-innerTitle {
    padding: 6.6666666667vw 4vw 0;
  }
  .p-mypage-history__contact-innerTitle h4 {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-mypage-history__contact-innerTitle p {
    text-align: left;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-mypage-history__contact-repeat .c-history-chatArea {
    padding: 5.3333333333vw 2.6666666667vw 0;
  }
  .p-mypage-history__contact-repeat .c-history-chat__inner {
    padding: 5.3333333333vw 2.6666666667vw 0;
  }
  .p-mypage-history__contact-repeat .c-history-chat {
    margin-top: 30px;
  }
  .p-mypage-history__contact-repeat .c-customer-input {
    margin: 0 2.6666666667vw 5.3333333333vw;
    padding: 8vw 4vw;
  }
  .p-mypage-history__contact-repeat .p-mypage-history__state {
    padding-top: 4vw;
    text-align: center;
  }
  .p-mypage-history__contact-repeat .p-mypage-history__state .c-label-status {
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-mypage-history__contact-default .c-customer-input {
    margin-top: 0;
    padding-top: 5.3333333333vw;
  }
  .p-mypage-history__contact-button-send {
    margin-top: 5.8666666667vw;
    padding-top: 5.8666666667vw;
  }
  .p-mypage-history__contact-button-send .c-button {
    padding-inline: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .p-mypage-history__button-review .c-button {
    margin-top: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
}
.p-mypage-history-detail .c-dataList__unit-select .c-button {
  min-width: 265px;
}
.p-mypage-history-detail .c-button--20-line {
  background: #fff;
}
.p-mypage-history-detail__textlink-delivery .c-textlink {
  gap: 10px;
  font-weight: 500;
}
.p-mypage-history-detail__textlink-delivery .c-textlink svg {
  padding-top: 4px;
}
.p-mypage-history-detail__order-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-mypage-history-detail__button {
  min-width: 300px;
}
.p-mypage-history-detail .copy_receiveprocess_url {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-history-detail .c-dataList__unit-select .c-button {
    min-width: 64vw;
  }
  .p-mypage-history-detail__order-group .c-textlink {
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-mypage-history-detail__button {
    min-width: 80vw;
  }
  .p-mypage-history-detail .copy_receiveprocess_url {
    margin-top: 5.3333333333vw;
    flex-direction: column;
    justify-content: center;
  }
}
.p-mypage-subscription .c-dataList__column {
  align-items: start;
}
.p-mypage-subscription .c-dataList__unit .c-field-error {
  margin: 0 0 25px;
}
.p-mypage-subscription .c-button--20-line {
  background: #fff;
}
.p-mypage-subscription .c-dataList__unit-select .c-button {
  min-width: 250px;
}
@media screen and (min-width: 600px), print {
  .p-mypage-subscription .p-order__deliveryList .c-product__item-inner {
    grid-template-columns: 620px 1fr;
  }
}
.p-mypage-subscription .p-order-confirm__goodsList-time em {
  background: #004098;
  border-radius: 3px;
  height: 70%;
  padding: 0 15px;
  display: inline-grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  gap: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
.p-mypage-subscription .p-order-confirm__goodsList-time em svg {
  fill: #fff;
}
.p-mypage-subscription__graph {
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}
.p-mypage-subscription__graph th, .p-mypage-subscription__graph td {
  width: 33.33%;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 20px;
}
.p-mypage-subscription__graph th {
  background: #f5f3f2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .p-mypage-subscription .c-dataList__unit .c-field-error {
    margin: 0 0 5.3333333333vw;
  }
  .p-mypage-subscription .c-dataList__unit-select .c-button {
    min-width: 57.3333333333vw;
  }
  .p-mypage-subscription .p-order-confirm__goodsList-time em {
    height: 70%;
    padding: 0 2.1333333333vw;
    gap: 5px;
    right: 1.3333333333vw;
    font-size: 1.1rem;
    line-height: 1;
  }
  .p-mypage-subscription .p-order-confirm__goodsList-time em svg {
    width: 4.8vw;
  }
  .p-mypage-subscription__graph th, .p-mypage-subscription__graph td {
    padding: 3.2vw 2.6666666667vw;
  }
  .p-mypage-subscription__graph th {
    vertical-align: middle;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-mypage-subscription__graph td {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-mypage-subscription__graph th:last-child,
  .p-mypage-subscription__graph td:last-child {
    width: 22% !important;
  }
}

.p-inquiry .c-customer-input {
  background: none;
  padding: 0;
}
.p-inquiry .c-customer-input textarea {
  height: 200px;
}

.p-order__container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 60px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .p-order__container:has(.p-order__side) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order__container {
    flex-flow: column;
    gap: 16vw;
    margin-top: 9.3333333333vw;
  }
}
.p-order__main {
  width: 850px;
  flex-grow: 1;
}
.p-order__main-unit:first-child > .c-title-form-m {
  margin-top: 0;
}
@media screen and (max-width: 599.9px) {
  .p-order__main {
    max-width: inherit;
    width: auto;
  }
  .p-order__main .l-form__area {
    margin-inline: 0;
  }
}
@media screen and (min-width: 600px), print {
  .p-order__side {
    width: 340px;
    position: sticky;
    top: 30px;
    left: 900px;
    height: fit-content;
  }
}
.p-order__cart-title {
  padding: 20px;
  background: #202020;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 600px), print {
  .p-order__cart-contents {
    border: solid 1px #666666;
  }
}
.p-order__cart-unit {
  padding-inline: 20px;
}
.p-order__cart-unit dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
.p-order__cart-unit dl:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}
.p-order__cart-unit dt {
  width: 55%;
  font-weight: 500;
}
.p-order__cart-unit dt small {
  font-size: 1.3rem;
}
.p-order__cart-unit dd {
  width: 40%;
  text-align: right;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
}
.p-order__cart-unit dd span {
  font-size: 1.6rem;
  line-height: 1.375;
}
.p-order__cart-unit dd small {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: normal;
}
.p-order__cart-unit dd #v_priceTotalRate10,
.p-order__cart-unit dd #v_priceTotalRate8,
.p-order__cart-unit dd #v_point,
.p-order__cart-unit dd #v_rakuten,
.p-order__cart-unit dd #v_discountPriceTotal,
.p-order__cart-unit dd #v_coupon_2,
.p-order__cart-unit dd #couponDiscountPrice {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
}
.p-order__cart-unit--sum {
  border-top: solid 2px #000;
}
.p-order__cart-unit--sum dl {
  padding-block: 30px;
}
.p-order__cart-unit--sum dt {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  width: inherit;
}
.p-order__cart-unit--sum dt small {
  font-size: 1.6rem;
}
.p-order__cart-unit--sum dd {
  font-size: 2.6rem;
  line-height: 1.0769230769;
  font-weight: bold;
  width: inherit;
}
.p-order__cart-unit--sum dd span {
  font-size: 2rem;
}
.p-order__cart-unit--sum dd #v_order {
  font-size: 2.6rem;
  line-height: 1.0769230769;
  font-weight: bold;
}
.p-order__cart-caution {
  margin: 0 10px 10px;
  padding: 20px 22px;
  background: #fdf2f2;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .p-order__cart-title {
    padding: 4.8vw;
    font-size: min(5.3333333333vw, 2.3rem);
  }
  .p-order__cart-unit {
    padding-inline: 0;
  }
  .p-order__cart-unit dl {
    padding: 3.7333333333vw 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-order__cart-unit dt small {
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-order__cart-unit dd {
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1;
    font-weight: bold;
  }
  .p-order__cart-unit dd span {
    font-size: min(4vw, 1.8rem);
  }
  .p-order__cart-unit dd small {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    font-weight: normal;
  }
  .p-order__cart-unit dd #v_priceTotalRate10,
  .p-order__cart-unit dd #v_priceTotalRate8,
  .p-order__cart-unit dd #v_point,
  .p-order__cart-unit dd #v_rakuten,
  .p-order__cart-unit dd #v_discountPriceTotal,
  .p-order__cart-unit dd #v_coupon_2,
  .p-order__cart-unit dd #couponDiscountPrice {
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1;
    font-weight: bold;
  }
  .p-order__cart-unit--sum {
    background: #202020;
    color: #fff;
  }
  .p-order__cart-unit--sum dl {
    padding-block: 5.3333333333vw;
  }
  .p-order__cart-unit--sum dt {
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4117647059;
  }
  .p-order__cart-unit--sum dt small {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
    font-weight: normal;
  }
  .p-order__cart-unit--sum dd {
    font-size: 2.2rem;
    line-height: 1.0909090909;
    font-weight: bold;
  }
  .p-order__cart-unit--sum dd span {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: normal;
  }
  .p-order__cart-unit--sum dd #v_order {
    font-size: 2.2rem;
    line-height: 1.0909090909;
    font-weight: bold;
  }
  .p-order__cart-caution {
    margin: 5.3333333333vw 4vw 0;
    padding: 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.p-order__unit {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 40px 30px;
  border: solid 1px #666666;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
}
.p-order__unit + .p-order__unit {
  margin-top: 30px;
}
.p-order__unit--pt0 {
  padding-top: 0 !important;
}
.p-order__unit--pbl0 {
  padding-block: 0 !important;
}
@media screen and (max-width: 599.9px) {
  .p-order__unit {
    gap: 4.8vw;
    margin-inline: -2.6666666667vw;
    padding: 4.8vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order__unit + .p-order__unit {
    margin-top: 5.3333333333vw;
  }
}
.p-order__group-group {
  display: inline-grid;
  place-content: center;
  margin-bottom: 8px;
  padding: 0 10px;
  background: #e6e6e6;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: 500;
  color: #5e5e5e;
}
.p-order__group-customer {
  display: inline-grid;
  place-content: center;
  margin-bottom: 8px;
  padding: 0 10px;
  background: #e5ecf4;
  border: solid 1px #004098;
  border-radius: 9999px;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: 500;
  color: #004098;
}
.p-order__group-corporation {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-order__group-title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
.p-order__group-title .rakutenpoint {
  margin-right: 5px;
}
.p-order__group-contents {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 600px), print {
  .p-order__group--column {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
    gap: 20px;
  }
  .p-order__group--column .p-order__group-contents {
    margin-top: 0;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order__group-group {
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.6363636364;
  }
  .p-order__group-customer {
    margin-bottom: 1.3333333333vw;
    padding: 0 2.6666666667vw 0.2666666667vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 1.8;
  }
  .p-order__group-corporation {
    margin-bottom: 1.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order__group-title {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
  .p-order__group-title .rakutenpoint {
    width: 8vw;
  }
  .p-order__group-contents {
    margin-top: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
}
.p-order__button-change {
  gap: 9px;
}
.p-order__button-change svg {
  padding-top: 1px;
  fill: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-order__button-change svg {
    padding-top: 0.2666666667vw;
    width: 1.6vw;
  }
}
.p-order__tax {
  margin-block: 8px 30px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .p-order__tax {
    margin-block: 2.1333333333vw 5.3333333333vw;
    font-size: min(2.6666666667vw, 1.3rem);
    line-height: 2;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order .p-order__unit + .p-order__tax {
    margin-inline: -2.6666666667vw;
  }
}
.p-order__delivery {
  margin-inline: -10px;
}
@media screen and (min-width: 600px), print {
  .p-order__delivery + .p-order__delivery {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order__delivery {
    margin-inline: -1.3333333333vw;
  }
  .p-order__delivery + .p-order__delivery {
    margin-top: 5.3333333333vw;
  }
}
.p-order__deliveryTitle {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px 15px;
  background: #979797;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: bold;
  color: #fff;
}
.p-order__deliveryTitle-price small {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryTitle {
    padding: 2.1333333333vw 3.4666666667vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-order__deliveryTitle-price small {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.p-order__deliveryTitle-multple {
  margin-inline: -30px;
  padding: 22px 20px;
  border-bottom: solid 2px #202020;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-order__deliveryTitle-multple svg {
  margin-right: 15px;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryTitle-multple {
    margin-inline: -4vw;
    padding: 4.5333333333vw 4vw;
    font-size: min(4.8vw, 2.1rem);
    margin-bottom: 4.2666666667vw;
  }
  .p-order__deliveryTitle-multple svg {
    margin-right: 3.2vw;
  }
  .p-order__deliveryTitle-multple svg.home {
    width: 6.9333333333vw;
  }
  .p-order__deliveryTitle-multple svg.store {
    width: 8vw;
  }
  .p-order__deliveryTitle-multple--design {
    margin-bottom: 2.6666666667vw;
  }
}
.p-order__deliveryTitle-m {
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: solid 1px #202020;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryTitle-m {
    padding: 0 0 1.6vw;
    font-size: min(4vw, 1.8rem);
    margin-bottom: 4.2666666667vw;
  }
}
.p-order__deliveryTitle-s {
  margin-bottom: 20px;
  padding: 12px 15px;
  background: #f5f3f2;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryTitle-s {
    margin-bottom: 4vw;
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6923076923;
  }
}
.p-order__deliveryList {
  margin: 30px 20px 0;
}
.p-order__deliveryList .c-product__item:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #cccccc;
}
.p-order__deliveryList .c-product__item-inner {
  grid-template-columns: 520px 1fr;
}
.p-order__deliveryList .c-product__item:not(.c-product__item--gift) + .c-product__item--gift {
  margin-top: 20px;
}
.p-order__deliveryList .c-product__item--gift {
  margin-top: 20px;
  padding: 20px !important;
  background: #f5f3f2;
  border-top: none !important;
}
.p-order__deliveryList .c-product__item--gift .c-product__item-inner {
  width: inherit;
  grid-template-columns: 500px 1fr;
}
.p-order__deliveryList .c-product__item--gift .c-product__item-overview {
  grid-template-columns: 90px 1fr;
}
@media screen and (min-width: 600px), print {
  .p-order__deliveryList .c-product__item--gift .c-product__item-overview {
    align-items: center;
  }
}
.p-order__deliveryList .c-product__item--gift + .c-product__item--gift {
  margin-top: 5px;
}
.p-order__deliveryList .c-product__item-overview {
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
.p-order__deliveryList .c-product__item-overview--single {
  grid-template-columns: 1fr !important;
}
.p-order__deliveryList .c-product__item-overview > .c-product__item-group:only-child {
  grid-column: span 2;
}
.p-order__deliveryList .c-product__item-amount {
  grid-template-columns: 50px 1fr;
}
.p-order__deliveryList .c-product__item-amount--single {
  grid-template-columns: 1fr !important;
}
.p-order__deliveryList .l-form {
  margin-top: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryList {
    margin: 5.3333333333vw 1.3333333333vw 0;
  }
  .p-order__deliveryList .c-product__item:not(:first-child) {
    margin-top: 4vw;
    padding-top: 5.3333333333vw;
  }
  .p-order__deliveryList .c-product__item-inner {
    grid-template-columns: inherit;
  }
  .p-order__deliveryList .c-product__item--gift {
    margin-top: 5.3333333333vw;
    padding: 4vw 4vw 2.6666666667vw !important;
  }
  .p-order__deliveryList .c-product__item--gift .c-product__item-inner {
    grid-template-columns: inherit;
  }
  .p-order__deliveryList .c-product__item--gift .c-product__item-overview {
    grid-template-columns: 20vw 1fr;
  }
  .p-order__deliveryList .c-product__item--gift + .c-product__item--gift {
    margin-top: 5px;
  }
  .p-order__deliveryList .c-product__item--gift .c-product__item-amount {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .p-order__deliveryList .c-product__item-overview {
    grid-template-columns: 32vw 1fr;
    gap: 3.2vw;
  }
  .p-order__deliveryList .c-product__item-amount {
    grid-template-columns: auto auto;
    gap: 8vw;
    justify-content: end;
  }
  .p-order__deliveryList .l-form {
    margin-top: 4vw;
  }
}
.p-order__deliveryList--abandonment {
  margin: 30px 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 600px), print {
  .p-order__deliveryList--abandonment .c-product__item-inner {
    grid-template-columns: 420px 1fr;
  }
}
@media screen and (min-width: 600px), print {
  .p-order__deliveryList--abandonment .c-product__item-amount {
    grid-template-columns: 1fr 150px;
    gap: 20px;
  }
}
.p-order__deliveryList--abandonment .c-product__item:last-child {
  margin-bottom: 0;
}
.p-order__deliveryList--abandonment .c-product__item .c-button--20 {
  width: 100%;
  display: inline-grid;
  color: #fff;
  font-size: 1.5rem;
  padding-inline: 12px;
}
@media screen and (min-width: 600px), print {
  .p-order__deliveryList--abandonment .c-product__item--gift .c-product__item-inner {
    grid-template-columns: 400px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryList--abandonment {
    margin: 4vw 0 0;
    padding: 4vw;
  }
  .p-order__deliveryList--abandonment .c-product__item-amount {
    justify-content: space-between;
  }
  .p-order__deliveryList--abandonment .c-product__item .c-button--20 {
    font-size: min(3.7333333333vw, 1.7rem);
    padding-inline: 4.2666666667vw;
  }
}
@media screen and (min-width: 600px), print {
  .p-order__deliveryList--gift {
    margin: 30px 0 0;
  }
}
.p-order__deliveryList--gift .c-product__item-inner {
  grid-template-columns: 1fr;
}
.p-order__deliveryList--gift .c-product__item:last-child {
  margin-bottom: 0;
}
.p-order__deliveryInputsub {
  display: none;
  margin: 14px 0 0 25px;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryInputsub {
    margin: 3.2vw 0 0 6.4vw;
  }
}
.p-order__deliveryBuying {
  margin-block: 25px;
}
.p-order__deliveryBuying p {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 500;
}
.p-order__deliveryBuying-sum {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.p-order__deliveryBuying-sum strong {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryBuying {
    margin-block: 4vw 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: solid 1px #cccccc;
  }
  .p-order__deliveryBuying p {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-order__deliveryBuying-sum {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .p-order__deliveryBuying-sum strong {
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
  }
}
.p-order__deliveryAddress {
  margin-top: 15px;
  margin-bottom: -5px;
}
.p-order__deliveryAddress dl {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 20px;
  align-items: center;
  padding-block: 15px;
  border-bottom: solid 1px #cccccc;
}
.p-order__deliveryAddress dt, .p-order__deliveryAddress dd {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .p-order__deliveryAddress {
    margin-top: 2.6666666667vw;
    margin-bottom: 0;
  }
  .p-order__deliveryAddress dl {
    grid-template-columns: 18.6666666667vw 1fr;
    gap: 2.6666666667vw;
    padding-block: 2.6666666667vw;
  }
  .p-order__deliveryAddress dt {
    font-weight: bold;
  }
  .p-order__deliveryAddress dt, .p-order__deliveryAddress dd {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
}
.p-order__socialMessage {
  margin-top: 35px;
}
.p-order__socialMessage-title {
  margin-inline: -10px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: bold;
}
.p-order__socialMessage p {
  font-size: 1.5rem;
}
@media screen and (max-width: 599.9px) {
  .p-order__socialMessage {
    margin-top: 5.3333333333vw;
  }
  .p-order__socialMessage-title {
    margin-inline: -1.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-order__socialMessage p {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.p-order__paymentSelect-unit {
  border-radius: 3px;
  background: #f5f3f2;
  overflow: hidden;
}
.p-order__paymentSelect-unit + .p-order__paymentSelect-unit {
  margin-top: 15px;
}
.p-order__paymentSelect .select-way,
.p-order__paymentSelect .select-way > dd {
  background: #f5f3f2;
}
.p-order__paymentSelect-radio {
  display: block;
  padding: 18px;
  background: #f5f3f2;
  font-weight: bold;
  cursor: pointer;
}
.p-order__paymentSelect-radio small {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
.p-order__paymentSelect-radio .c-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.p-order__paymentSelect-detail {
  margin: 0 20px 20px;
  padding: 20px;
  background: #fff;
}
.p-order__paymentSelect .c-button--delete {
  gap: 9px;
}
.p-order__paymentSelect-accepting {
  padding: 18px 18px 18px 52px;
  background: #f5f3f2;
  font-weight: bold;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23202020" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: top 50% left 23px;
}
.p-order__paymentSelect-accepting.is-opened {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23202020" d="M10.6,5.2c0,.1,0,.3-.1.4-.2.2-.5.2-.7,0h0S5.6,1.3,5.6,1.3L1.3,5.6c-.2.2-.5.2-.7,0h0c-.2-.2-.2-.5,0-.7L5.2.3c.2-.2.5-.2.7,0l4.6,4.6s.1.2.1.3Z"></path></svg>');
  background-repeat: no-repeat;
}
.p-order__paymentSelect-accepting + .p-order__paymentSelect-detail {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .p-order__paymentSelect-unit + .p-order__paymentSelect-unit {
    margin-top: 2.6666666667vw;
  }
  .p-order__paymentSelect-radio {
    padding: 3.2vw 3.7333333333vw;
  }
  .p-order__paymentSelect-radio small {
    font-size: min(4vw, 1.8rem);
    line-height: 1.8666666667;
    font-weight: normal;
  }
  .p-order__paymentSelect-radio .c-radio-wrap {
    gap: 2.6666666667vw;
  }
  .p-order__paymentSelect-detail {
    margin: 0 2.6666666667vw 2.6666666667vw;
    padding: 4vw 3.2vw 4vw;
  }
  .p-order__paymentSelect .c-button--delete {
    gap: 2.1333333333vw;
  }
  .p-order__paymentSelect-accepting {
    padding: 3.2vw 3.2vw 3.2vw 12.2666666667vw;
    background-position: top 50% left 4.8vw;
  }
}
.p-order__paymentContents-title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.p-order__paymentContents-nest {
  border: solid 3px #f5f3f2;
  padding: 20px 20px 0;
}
.p-order__paymentContents-nest dt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: bold;
}
.p-order__paymentContents-nest dd {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .p-order__paymentContents-title {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-order__paymentContents-nest {
    padding: 4.8vw 3.2vw 0;
  }
  .p-order__paymentContents-nest dt, .p-order__paymentContents-nest dd {
    font-size: min(3.7333333333vw, 1.7rem);
  }
}
.p-order__paymentRegistered, .p-order__paymentUnregistered {
  margin-top: -1px;
}
.p-order__paymentPoint-state {
  margin-block: 8px;
  padding: 10px 20px;
  background: #f5f3f2;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
.p-order__paymentPoint-state strong {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-order__paymentPoint-revocation {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
}
.p-order__paymentPoint-use {
  margin-block: 25px 20px;
}
.p-order__paymentPoint-use .c-radio + .c-radio {
  margin-left: 20px;
}
.p-order__paymentPoint-use p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
.p-order__paymentPoint-list .l-form__list {
  border-left: none;
  border-right: none;
}
.p-order__paymentPoint-list .l-form__list dt, .p-order__paymentPoint-list .l-form__list dd {
  padding-inline: 0;
  background: #fff;
}
.p-order__paymentPoint-list .l-form__list:last-of-type {
  border-bottom: none;
}
.p-order__paymentPoint-sppay {
  border: solid 1px #cccccc;
  margin-bottom: 20px;
}
.p-order__paymentPoint-sppay .p-order__paymentPoint-state {
  margin-block: 0;
}
.p-order__paymentPoint-sppay .l-form__list {
  padding-inline: 20px;
}
.p-order__paymentPoint .c-field-error {
  border: solid 1px #d50000;
  margin: 0 0 15px;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
}
@media screen and (max-width: 599.9px) {
  .p-order__paymentPoint-state {
    margin-block: 2.1333333333vw 3.2vw;
    padding: 4vw 3.2vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: 500;
  }
  .p-order__paymentPoint-state strong {
    display: block;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.8888888889;
  }
  .p-order__paymentPoint-revocation {
    display: inline-block;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.6363636364;
    font-weight: normal;
  }
  .p-order__paymentPoint-use {
    margin-block: 6.4vw 5.3333333333vw;
  }
  .p-order__paymentPoint-use p {
    margin-left: 1.6vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.3846153846;
    font-weight: normal;
    white-space: nowrap;
  }
  .p-order__paymentPoint-use #rakutenPointUse .c-radio + .c-radio {
    margin: 5px 0 0 0;
  }
  .p-order__paymentPoint-list .l-form__list dt {
    padding-block: 4.8vw 0;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-order__paymentPoint-list .l-form__list dd {
    padding-top: 2.1333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .p-order__paymentPoint-sppay {
    margin-bottom: 4vw;
  }
  .p-order__paymentPoint-sppay .l-form__list {
    padding-inline: 3.2vw;
  }
  .p-order__paymentPoint-sppay .point-input input {
    width: 18.6666666667vw !important;
  }
  .p-order__paymentPoint-sppay .c-button {
    padding-inline: 3.2vw;
  }
  .p-order__paymentPoint .c-field-error {
    margin: 0 0 4.8vw;
    padding: 3.2vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5;
  }
}
.p-order__rpoint {
  padding: 20px 30px;
  border: solid 5px #f5f3f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-order__rpoint-notlinked {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-order__rpoint-linked {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-order__rpoint-linked small {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
.p-order__rpoint-buttonArea {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: start;
  margin-top: 25px;
}
.p-order__rpoint-buttonArea p {
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 599.9px) {
  .p-order__rpoint {
    padding: 5.3333333333vw 4vw 6.6666666667vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-order__rpoint-notlinked {
    text-align: center;
    font-size: min(4vw, 1.8rem);
    line-height: 1.7333333333;
  }
  .p-order__rpoint-linked {
    width: 100%;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
    font-weight: 500;
  }
  .p-order__rpoint-linked strong {
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.4444444444;
    font-weight: bold;
  }
  .p-order__rpoint-linked small {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 2;
    font-weight: 500;
  }
  .p-order__rpoint input[type=image] {
    width: 45.3333333333vw;
  }
  .p-order__rpoint-buttonArea {
    justify-content: center;
    gap: 4vw;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  .p-order__rpoint-buttonArea p {
    font-size: min(3.2vw, 1.5rem);
  }
}
.p-order__brandid {
  border: solid 2px #202020;
  padding: 40px;
}
.p-order__brandid + .p-order__brandid {
  margin-top: 30px;
}
.p-order__brandid--info {
  border-color: #d50000;
}
.p-order__brandid-comfirm {
  margin-top: 70px;
  text-align: center;
}
.p-order__brandid-title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.p-order__brandid-regist .c-button {
  width: 265px;
}
.p-order__brandid-info {
  width: 80%;
  margin-inline: auto;
  border: solid 1px #d50000;
  padding: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-order__brandid {
    padding: 8vw 5.3333333333vw;
  }
  .p-order__brandid + .p-order__brandid {
    margin-top: 4vw;
  }
  .p-order__brandid-title {
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .p-order__brandid-regist .c-button {
    width: 70.6666666667vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-order__brandid-info {
    width: 100%;
    padding: 6.6666666667vw;
  }
}

.p-order-address__unit {
  border: solid 1px #666666;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-order-address__unit.is-active {
  background: #f5f3f2;
}
.p-order-address__unit + .p-order-address__unit {
  margin-top: 20px;
}
.p-order-address__title {
  min-height: 130px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 40px 20px 30px;
  cursor: pointer;
}
.p-order-address__title .c-radio-wrap,
.p-order-address__title .c-checkbox-wrap {
  margin-top: 0;
}
@media screen and (min-width: 600px), print {
  .p-order-address__title .c-radio-wrap,
  .p-order-address__title .c-checkbox-wrap {
    width: 340px;
    flex-shrink: 0;
  }
}
.p-order-address__title .c-radio .p-order__group-title-wrap,
.p-order-address__title .c-checkbox .p-order__group-title-wrap {
  margin-left: 35px;
}
.p-order-address__title .c-radio:not(:has(input)) .p-order__group-title-wrap,
.p-order-address__title .c-checkbox:not(:has(input)) .p-order__group-title-wrap {
  margin-left: 67px;
}
.p-order-address__title .c-radio p,
.p-order-address__title .c-checkbox p {
  margin-left: 0;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
@media screen and (min-width: 600px), print {
  .p-order-address__title .c-radio__box {
    width: 32px;
    height: 32px;
  }
  .p-order-address__title .c-radio__box:checked::after {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 600px), print {
  .p-order-address__title .c-checkbox__box {
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
}
.p-order-address__info {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 600px), print {
  .p-order-address__info {
    width: 607px;
  }
}
.p-order-address__info-memo {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: solid 1px #e6e6e6;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  color: #666666;
}
.p-order-address__info-memo::before {
  content: "【メモ】";
}
.p-order-address__control {
  min-width: 320px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-order-address__control-memo {
  font-size: 1.3rem;
  line-height: 1.6153846154;
}
.p-order-address__button, .p-order-address__receiver-button {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-order-address__button .c-button, .p-order-address__receiver-button .c-button {
  width: 150px;
  gap: 7px;
  flex-shrink: 0;
}
.p-order-address__detail {
  margin: 10px 30px 40px;
  padding: 40px 30px;
  border-radius: 0 0 6px 6px;
  background: #fff;
}
.p-order-address__registBook {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-order-address__registBook small {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: normal;
}
.p-order-address__registBook .c-radio-group--column {
  gap: 45px;
  margin-right: 30px;
  line-height: 1;
}
.p-order-address__confirmed {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.p-order-address__confirmed .c-button {
  width: 300px;
  padding-inline: 25px;
}
.p-order-address__selectAll {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-order-address__selectAll button {
  width: 130px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.p-order-address__selectAll button.is-active {
  background: #202020;
}
.p-order-address__selectAll button.is-active:hover {
  opacity: inherit;
}
.p-order-address__selectAll-clear {
  gap: 6px;
}
.p-order-address__selectAll-select {
  gap: 7px;
}
.p-order-address__selectAll-select::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(../images/tokyu/icon-img/check.svg) no-repeat;
  background-size: 15px auto;
}
@media screen and (max-width: 599.9px) {
  .p-order-address__unit {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order-address__unit + .p-order-address__unit {
    margin-top: 2.6666666667vw;
  }
  .p-order-address__title {
    min-height: inherit;
    flex-direction: column;
    align-items: start;
    gap: 1.3333333333vw;
    padding: 4.8vw 4vw;
  }
  .p-order-address__title:not(.p-order-address__title--another) .c-radio, .p-order-address__title:not(.p-order-address__title--another) .c-checkbox {
    align-items: start;
  }
  .p-order-address__title:not(.p-order-address__title--another) .c-radio .c-radio__box, .p-order-address__title:not(.p-order-address__title--another) .c-checkbox .c-radio__box {
    margin-top: 2px;
  }
  .p-order-address__title .c-radio .p-order__group-title-wrap,
  .p-order-address__title .c-checkbox .p-order__group-title-wrap {
    margin-left: 15px;
  }
  .p-order-address__title .c-radio:not(:has(input)) .p-order__group-title-wrap,
  .p-order-address__title .c-checkbox:not(:has(input)) .p-order__group-title-wrap {
    margin-left: 39px;
  }
  .p-order-address__title .c-radio p,
  .p-order-address__title .c-checkbox p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order-address__info {
    margin-left: 39px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order-address__info-memo {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 0 0;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.5;
  }
  .p-order-address__control {
    min-width: inherit;
    flex-direction: column;
    margin-top: 3.2vw;
    margin-left: 39px;
    gap: 1.3333333333vw;
  }
  .p-order-address__button, .p-order-address__receiver-button {
    margin-top: 3.2vw;
    gap: 1.3333333333vw;
  }
  .p-order-address__button .c-button, .p-order-address__receiver-button .c-button {
    width: 34.6666666667vw;
    gap: 1.6vw;
  }
  .p-order-address__button .edit, .p-order-address__receiver-button .edit {
    width: 4vw;
  }
  .p-order-address__receiver-button {
    margin-top: 0;
  }
  .p-order-address__detail {
    margin-top: 0;
    margin: 0 2.6666666667vw 5.3333333333vw;
    padding: 5.3333333333vw 4vw;
  }
  .p-order-address__registBook {
    margin-top: 6.6666666667vw;
    flex-direction: column;
    text-align: center;
  }
  .p-order-address__registBook small {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.5;
    font-weight: normal;
  }
  .p-order-address__registBook .c-radio-group--column {
    gap: 4vw;
    margin-top: 4vw;
    margin-right: 0;
  }
  .p-order-address__registBook .c-radio-group--column p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order-address__confirmed {
    margin-top: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
    flex-direction: column;
    align-items: center;
  }
  .p-order-address__confirmed .c-button {
    width: 66.6666666667vw;
    padding-inline: 2.6666666667vw;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-order-address__selectAll button {
    width: 32vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}

.p-order-confirm__asideNote-dl dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-order-confirm__asideNote-dl dd {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-order-confirm__asideNote-dl dd p + p {
  margin-top: 15px;
}
.p-order-confirm__asideNote-dl + .p-order-confirm__asideNote-dl {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #cccccc;
}
.p-order-confirm__asideNote-wrap {
  padding: 25px 30px;
  border: solid 1px #202020;
}
@media screen and (max-width: 599.9px) {
  .p-order-confirm__asideNote-dl dt {
    margin-bottom: 3.2vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.6666666667;
  }
  .p-order-confirm__asideNote-dl dd {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-order-confirm__asideNote-dl + .p-order-confirm__asideNote-dl {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .p-order-confirm__asideNote-wrap {
    padding: 4.8vw 5.3333333333vw;
  }
}
.p-order-confirm__abandonment {
  margin: 35px 0 0;
  padding: 30px 30px 40px;
  background: #e5ecf4;
}
.p-order-confirm__abandonment dt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-order-confirm__abandonment dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-order-confirm__abandonment .p-order__tax {
  position: inherit;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 599.9px) {
  .p-order-confirm__abandonment {
    margin: 9.0666666667vw -5.3333333333vw 0;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
  .p-order-confirm__abandonment dt {
    font-size: min(4.2666666667vw, 1.9rem);
    margin-bottom: 1.3333333333vw;
  }
  .p-order-confirm__abandonment dd {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
}
.p-order-confirm__goodsInfo {
  margin-top: 30px;
}
.p-order-confirm__goodsInfo-title {
  margin-inline: -10px;
  margin-bottom: 20px;
  padding: 12px 15px;
  background: #f5f3f2;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
}
.p-order-confirm__goodsInfo-textwrap {
  font-size: 1.5rem;
  line-height: 2;
}
.p-order-confirm__goodsInfo-sum {
  margin: 10px 0;
  padding: 10px;
  border: solid 1px #cccccc;
  text-align: center;
}
.p-order-confirm__goodsInfo-sum strong {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-order-confirm__goodsInfo {
    margin-top: 4vw;
  }
  .p-order-confirm__goodsInfo-title {
    margin-inline: -1.3333333333vw;
    margin-bottom: 4vw;
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order-confirm__goodsInfo-textwrap {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.8461538462;
  }
  .p-order-confirm__goodsInfo-sum {
    line-height: 1.5;
  }
  .p-order-confirm__goodsInfo-sum strong {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
}
.p-order-confirm__goodsList {
  margin-top: 30px;
}
.p-order-confirm__goodsList-unit {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-order-confirm__goodsList-unit + .p-order-confirm__goodsList-unit {
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px #ccc;
}
.p-order-confirm__goodsList-time {
  margin-bottom: 8px;
  padding: 8px 18px;
  background: #f5f3f2;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 599.9px) {
  .p-order-confirm__goodsList {
    margin-top: 4vw;
  }
  .p-order-confirm__goodsList-unit {
    grid-template-columns: 26.6666666667vw 1fr;
    gap: 2.1333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6923076923;
  }
  .p-order-confirm__goodsList-unit + .p-order-confirm__goodsList-unit {
    margin-top: 4vw;
    padding-top: 4vw;
  }
  .p-order-confirm__goodsList-time {
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.p-order-confirm__acceptanceShop .l-form__list dt {
  word-break: break-all;
}
@media screen and (min-width: 600px), print {
  .p-order-confirm__acceptanceShop .l-form__list dt {
    max-width: 230px;
  }
}

@media screen and (min-width: 600px), print {
  .amazonPaymentStyle {
    width: 312px !important;
    height: 70px !important;
  }
}
@media screen and (max-width: 599.9px) {
  .amazonPaymentStyle {
    width: 268px !important;
    height: 60px !important;
  }
}

.p-order-goodssetting .p-order__deliveryList {
  margin-inline: 0;
  padding-top: 30px;
  border-top: solid 1px #cccccc;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .p-order-goodssetting .p-order__deliveryList .c-product__item-inner {
    grid-template-columns: 720px 1fr;
  }
  .p-order-goodssetting .p-order__deliveryList .c-product__item-amount {
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order-goodssetting .p-order__deliveryList {
    margin-bottom: 0;
  }
}
.p-order-goodssetting__select {
  margin-inline: -30px;
  border-radius: 0 0 5px 5px;
  background: #f5f3f2;
}
.p-order-goodssetting__select-title {
  width: 100%;
  padding: 22px 30px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
  place-content: start;
  gap: 15px;
}
.p-order-goodssetting__select-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23202020" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.p-order-goodssetting__select-title.is-opened::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23202020" d="M6.6,2.1L11,6.7c0.4,0.3,0.9,0.3,1.2,0s0.3-0.9,0-1.2l-5-5.2C6.9,0,6.4,0,6,0.3L0.8,5.5c-0.3,0.3-0.3,0.9,0,1.2C1.2,7,1.7,7,2.1,6.7L6.6,2.1z"></path></svg>');
  background-repeat: no-repeat;
}
.p-order-goodssetting__select-contents {
  display: none;
  padding: 6px 30px 50px;
}
@media screen and (min-width: 600px), print {
  .p-order-goodssetting__select .c-checkbox__box {
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
}
.p-order-goodssetting__select-confirmed {
  margin-top: 50px;
  text-align: center;
}
.p-order-goodssetting__select-confirmed button {
  width: 300px;
}
@media screen and (max-width: 599.9px) {
  .p-order-goodssetting__select {
    margin-inline: -4vw;
  }
  .p-order-goodssetting__select-title {
    padding: 4.8vw 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
    gap: 2.6666666667vw;
  }
  .p-order-goodssetting__select-contents {
    padding: 0.5333333333vw 2.6666666667vw 8vw;
  }
  .p-order-goodssetting__select .c-checkbox__box {
    margin-bottom: 2.6666666667vw;
  }
  .p-order-goodssetting__select-confirmed {
    margin-top: 8vw;
  }
  .p-order-goodssetting__select-confirmed button {
    width: 53.3333333333vw;
  }
}
.p-order-goodssetting__select-contents .c-product__item {
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #666666;
  border-radius: 6px;
}
.p-order-goodssetting__select-contents .c-product__item .p-order-goodssetting__select-label {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 30px;
  padding: 20px;
}
@media screen and (min-width: 600px), print {
  .p-order-goodssetting__select-contents .c-product__item .p-order-goodssetting__select-label .c-checkbox-wrap {
    height: 170px;
    display: flex;
    align-items: center;
  }
}
.p-order-goodssetting__select-contents .c-product__item-inner {
  grid-template-columns: 630px 1fr;
}
.p-order-goodssetting__select-contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift {
  position: relative;
}
.p-order-goodssetting__select-contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift::before {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.p-order-goodssetting__select-contents .c-product__item--gift {
  margin-inline: 20px;
  background: #fff;
  border: none;
  overflow: inherit;
}
.p-order-goodssetting__select-contents .c-product__item--gift .p-order-goodssetting__select-label {
  grid-template-columns: 0 1fr;
  gap: 0;
}
.p-order-goodssetting__select-contents .c-product__item--gift .p-order-goodssetting__select-label .c-checkbox-wrap {
  height: inherit;
}
.p-order-goodssetting__select-contents .c-product__item--gift .c-product__item-inner {
  grid-template-columns: 500px 1fr;
}
.p-order-goodssetting__select-contents .c-product__item--gift .c-product__item-overview {
  grid-template-columns: 90px 1fr;
}
@media screen and (min-width: 600px), print {
  .p-order-goodssetting__select-contents .c-product__item--gift .c-product__item-overview {
    align-items: center;
  }
}
.p-order-goodssetting__select-contents .c-product__item--gift + .c-product__item--gift {
  margin-top: -28px;
}
.p-order-goodssetting__select-contents .c-product__item-overview {
  grid-template-columns: 170px 1fr;
  gap: 30px;
}
.p-order-goodssetting__select-contents .c-product__item-price {
  margin-inline: 10px;
}
.p-order-goodssetting__select-contents .c-product__item-amount {
  grid-template-columns: 180px 1fr;
}
@media screen and (max-width: 599.9px) {
  .p-order-goodssetting__select-contents .c-product__item {
    margin-bottom: 4vw;
  }
  .p-order-goodssetting__select-contents .c-product__item .p-order-goodssetting__select-label {
    grid-template-columns: inherit;
    gap: 0;
    padding: 4vw;
  }
  .p-order-goodssetting__select-contents .c-product__item-inner {
    grid-template-columns: inherit;
  }
  .p-order-goodssetting__select-contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift {
    margin-top: 5.8666666667vw;
  }
  .p-order-goodssetting__select-contents .c-product__item:not(.c-product__item--gift) + .c-product__item--gift::before {
    width: 26px;
    height: 16px;
    top: -16px;
  }
  .p-order-goodssetting__select-contents .c-product__item--gift {
    margin-inline: 0;
  }
  .p-order-goodssetting__select-contents .c-product__item--gift .c-product__item-inner {
    grid-template-columns: inherit;
  }
  .p-order-goodssetting__select-contents .c-product__item--gift .c-product__item-overview {
    grid-template-columns: 20vw 1fr;
  }
  .p-order-goodssetting__select-contents .c-product__item--gift + .c-product__item--gift {
    margin-top: -3.4666666667vw;
  }
  .p-order-goodssetting__select-contents .c-product__item--gift .c-product__item-amount {
    grid-template-columns: auto auto;
    gap: 8vw;
    justify-content: end;
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .p-order-goodssetting__select-contents .c-product__item-overview {
    grid-template-columns: 32vw 1fr;
    gap: 3.2vw;
  }
  .p-order-goodssetting__select-contents .c-product__item-overview--gift {
    grid-template-columns: 20vw 1fr;
  }
  .p-order-goodssetting__select-contents .c-product__item-price {
    margin-inline: 0;
  }
  .p-order-goodssetting__select-contents .c-product__item-amount {
    grid-template-columns: 32vw 1fr;
    gap: 4vw;
  }
}
.p-order-goodssetting .is-disabled:after {
  animation: fadeIn 0.2s linear forwards;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 600px), print {
  .p-order-delivery .p-order__delivery .l-form.l-form--grid {
    grid-template-columns: 690px auto;
  }
  .p-order-delivery .p-order__delivery .l-form__list dt {
    min-width: 130px;
  }
  .p-order-delivery .p-order__delivery .l-form__list .c-select {
    width: 260px;
  }
  .p-order-delivery .p-order__deliveryList .c-product__item-inner {
    grid-template-columns: 720px 1fr;
  }
  .p-order-delivery .p-order__deliveryList .c-product__item-inner--gift {
    grid-template-columns: 700px 1fr;
  }
  .p-order-delivery .p-order__deliveryList .c-product__item-amount {
    grid-template-columns: 100px 1fr;
  }
  .p-order-delivery__wrapping {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-bottom: auto;
    padding-block: 30px !important;
  }
}

@media screen and (min-width: 600px), print {
  .p-order-payment__coupon-input {
    grid-template-columns: 380px 240px;
  }
}
@media screen and (min-width: 600px), print {
  .p-order-payment__coupon-selected {
    grid-template-columns: minmax(380px, auto) 240px;
    justify-content: start;
  }
}
.p-order-complete__form {
  margin-inline: 50px;
}
@media screen and (min-width: 600px), print {
  .p-order-complete__form dt {
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__form {
    margin-inline: 0;
  }
  .p-order-complete__form dd {
    text-align: left;
  }
}
.p-order-complete__history-button .c-button {
  min-width: 265px;
  padding-inline: 20px;
  gap: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
}
.p-order-complete__history-button .c-button--20 svg {
  fill: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__history-button .c-button {
    min-width: 64vw;
    padding-inline: 4vw;
    gap: 2.1333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-order-complete__history-button .c-button svg {
    width: 6.6666666667vw;
  }
}
.p-order-complete__abandonment {
  margin: 65px 50px;
  padding: 45px 20px;
  background: #e5ecf4;
}
.p-order-complete__abandonment dt {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 26px;
}
.p-order-complete__abandonment dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__abandonment {
    margin: 9.3333333333vw 0;
    padding: 6.6666666667vw 5.3333333333vw 7.4666666667vw;
  }
  .p-order-complete__abandonment dt {
    font-size: min(4.5333333333vw, 2rem);
    margin-bottom: 4vw;
  }
  .p-order-complete__abandonment dd {
    font-size: min(4vw, 1.8rem);
    line-height: 1.8666666667;
  }
}
.p-order-complete__cart-button {
  margin-top: 35px;
}
.p-order-complete__cart-button .c-button {
  width: 265px;
  padding-inline: 15px;
  gap: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
}
.p-order-complete__cart-button .c-button svg {
  fill: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__cart-button {
    margin-top: 4.8vw;
  }
  .p-order-complete__cart-button .c-button {
    width: 64vw;
    padding-inline: 4vw;
    gap: 1.6vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-order-complete__cart-button .c-button svg {
    width: 5.3333333333vw;
  }
}
.p-order-complete__social {
  margin: 45px 50px 0;
  padding: 45px 30px 35px;
  background: #f5f2e9;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-order-complete__social-title {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  color: #a1883b;
}
.p-order-complete__social-title img {
  position: absolute;
  top: -18px;
  left: calc(50% - 20px);
}
.p-order-complete__social .c-button.linkcopy {
  padding-inline: 30px;
  background: #fff;
  gap: 8px;
  border: solid 2px #a1883b;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #a1883b;
}
.p-order-complete__social .c-button.linkcopy svg {
  fill: #a1883b;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__social {
    margin: 12vw 5.3333333333vw 0;
    padding: 12vw 4vw 9.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.7333333333;
  }
  .p-order-complete__social-title {
    margin-bottom: 6.6666666667vw;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .p-order-complete__social .c-button.linkcopy {
    height: 12vw;
    padding-inline: 5.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
}
.p-order-complete__payment-unit {
  margin-inline: 50px;
  text-align: left;
}
.p-order-complete__payment-title {
  margin: 15px 0 30px;
  text-align: left;
  font-size: 2.2rem;
  line-height: 0.9090909091;
  font-weight: 500;
}
.p-order-complete__payment-button {
  text-align: center;
}
.p-order-complete__payment-button .c-button {
  min-width: 350px;
  padding-inline: 30px;
}
@media screen and (min-width: 600px), print {
  .p-order-complete__payment-graph {
    margin-inline: 50px;
  }
  .p-order-complete__payment-graph .l-form__list dt {
    min-width: 250px;
  }
}
.p-order-complete__payment-graph .l-form__list dd {
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__payment-unit {
    margin-inline: 0;
  }
  .p-order-complete__payment-title {
    margin: 1.3333333333vw 0 5.3333333333vw;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1;
  }
  .p-order-complete__payment-button .c-button {
    min-width: 74.6666666667vw;
    padding: 0 4vw 0.2666666667vw;
    font-size: min(4vw, 1.8rem);
  }
}
@media screen and (min-width: 600px), print {
  .p-order-complete__convenience {
    margin-inline: 50px;
  }
  .p-order-complete__convenience .l-form__list dt {
    min-width: 250px;
  }
}
.p-order-complete__convenience .l-form__list dd {
  text-align: left;
}
.p-order-complete__payment-paypay {
  background-color: #f5f3f2;
  padding: 40px 80px;
}
.p-order-complete__payment-paypay-limit {
  display: inline-block;
  border: solid 2px #cccccc;
  border-radius: 6px;
  background: #fff;
  padding: 15px 80px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.p-order-complete__payment-paypay-limit strong {
  font-weight: bold;
  color: #d50000;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__payment-paypay {
    padding: 6.6666666667vw 3.4666666667vw 7.4666666667vw;
  }
  .p-order-complete__payment-paypay-limit {
    width: 95%;
    margin-inline: auto;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 4vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
}
.p-order-complete__sns {
  text-align: left;
}
.p-order-complete__sns .p-order__deliveryList {
  margin-inline: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px), print {
  .p-order-complete__sns .p-order__deliveryList .c-product__item-inner {
    grid-template-columns: 720px 1fr;
  }
  .p-order-complete__sns .p-order__deliveryList .c-product__item-inner--gift {
    grid-template-columns: 700px 1fr;
  }
}
.p-order-complete__sns .p-order__deliveryList .c-product__item-overview {
  align-items: center;
}
.p-order-complete__sns-list {
  width: fit-content;
  display: grid;
  grid-auto-flow: column;
  column-gap: 28px;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 599.9px) {
  .p-order-complete__sns .p-order__deliveryList {
    margin-bottom: 5.3333333333vw;
  }
  .p-order-complete__sns-list {
    column-gap: 6.4vw;
  }
  .p-order-complete__sns-list img {
    width: 7.4666666667vw;
  }
  .p-order-complete__sns-list img.x {
    width: 5.6vw;
  }
}

.p-order-gift {
  overflow: hidden;
}
.p-order-gift__page {
  padding: 58px 20px;
  background: #f5f2e9;
  border-bottom: solid 2px #a1883b;
  text-align: center;
  position: relative;
}
.p-order-gift__page::after {
  content: "";
  display: block;
  width: 51px;
  height: 55px;
  background: url(../images/tokyu/order/gift-box.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -37px;
  left: calc(50% - 25.5px);
}
.p-order-gift__page::before {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.p-order-gift__page p {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #a1883b;
}
@media screen and (max-width: 599.9px) {
  .p-order-gift__page {
    padding: 6.9333333333vw 4vw 7.2vw;
    border-bottom: solid 2px #a1883b;
  }
  .p-order-gift__page::after {
    width: 30px;
    height: 33px;
    bottom: -23px;
    left: calc(50% - 15px);
  }
  .p-order-gift__page::before {
    width: 44px;
    height: 2px;
    bottom: -2px;
  }
  .p-order-gift__page p {
    font-size: min(4.8vw, 2.1rem);
  }
}
.p-order-gift__contents {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 599.9px) {
  .p-order-gift__contents {
    margin-bottom: 13.3333333333vw;
  }
}
.p-order-gift__announce {
  margin: 75px auto 65px;
  text-align: center;
}
.p-order-gift__announce-title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
}
.p-order-gift__announce-title strong {
  font-weight: bold;
}
.p-order-gift__announce-title + .p-order-gift__announce-text {
  margin-top: 40px;
}
.p-order-gift__announce-text li {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-order-gift__announce-text p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 599.9px) {
  .p-order-gift__announce {
    margin: 13.3333333333vw 5.3333333333vw 10.1333333333vw;
  }
  .p-order-gift__announce-title {
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.6470588235;
  }
  .p-order-gift__announce-title + .p-order-gift__announce-text {
    margin-top: 7.4666666667vw;
  }
  .p-order-gift__announce-text {
    text-align: left;
  }
  .p-order-gift__announce-text li {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
  .p-order-gift__announce-text p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
}
.p-order-gift__unit {
  padding: 5px 40px 30px;
  border: solid 2px #a1883b;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
.p-order-gift__unit::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/tokyu/order/gift-deco-ribbon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.p-order-gift__unit-title {
  margin-bottom: 30px;
  padding-block: 22px;
  border-bottom: solid 1px #a1883b;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  color: #a1883b;
}
.p-order-gift__unit p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 599.9px) {
  .p-order-gift__unit {
    margin-inline: 5.3333333333vw;
    padding: 0.8vw 5.3333333333vw 5.3333333333vw;
    border-width: 1px;
  }
  .p-order-gift__unit::after {
    width: 52px;
    height: 52px;
    background: url(../images/tokyu/order/gift-deco-ribbon_sp.png) no-repeat;
    background-size: contain;
  }
  .p-order-gift__unit-title {
    margin-bottom: 4.8vw;
    padding-block: 4.8vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-order-gift__unit p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
}
.p-order-gift__message .c-title-form-m__text strong {
  color: #a1883b;
}
.p-order-gift__message-input {
  border-radius: 6px;
  border: solid 2px #a1883b;
  position: relative;
  overflow: hidden;
}
.p-order-gift__message-input textarea {
  border: none;
  resize: none;
  height: 300px;
  padding: 30px 100px 20px 40px;
  background: url(../images/tokyu/order/gift-deco-ribbon.png) no-repeat;
  background-position: right top;
}
.p-order-gift__message-input textarea:focus {
  box-shadow: none;
}
.p-order-gift__message-confirm {
  border-radius: 6px;
  border: solid 2px #a1883b;
  padding: 30px 40px;
}
@media screen and (max-width: 599.9px) {
  .p-order-gift__message-input {
    border-width: 2px;
  }
  .p-order-gift__message-input textarea {
    height: 260px;
    padding: 4vw 12vw 4vw 4vw;
    background: url(../images/tokyu/order/gift-deco-ribbon_sp.png) no-repeat;
    background-size: 50px auto;
    background-position: right top;
  }
  .p-order-gift__message-confirm {
    padding: 4vw;
  }
}
.p-order-gift .c-button-wrap {
  background: #f5f2e9;
}
.p-order-gift .c-button-wrap .c-button--20 {
  background-color: #a1883b;
}
.p-order-gift .c-button-wrap .c-button--20-line {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23a1883b" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  border-color: #a1883b;
  color: #a1883b;
}

.p-guide__localmenu {
  background: #f5f3f2;
}
.p-guide__localmenu-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 20px;
  padding: 40px 0;
}
.p-guide__localmenu a {
  justify-content: start;
  min-height: 60px;
  padding: 5px 40px 5px 18px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 3px;
  border: solid 1px #cccccc;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23202020" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
  background-size: 13px auto;
  background-color: #fff;
  position: relative;
}
.p-guide__localmenu a.p-guide__localmenu-notlocal {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23333333" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 21px top 50%;
  background-size: 7px auto;
}
.p-guide__localmenu a.p-guide__localmenu-blank {
  background-image: none;
}
.p-guide__localmenu a.p-guide__localmenu-blank svg {
  fill: #202020;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599.9px) {
  .p-guide__localmenu-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 8vw 5.3333333333vw;
  }
  .p-guide__localmenu a {
    min-height: 12.8vw;
    padding: 1.3333333333vw 6.6666666667vw 1.8666666667vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
    background-position: right 4vw top 50%;
  }
  .p-guide__localmenu a.p-guide__localmenu-notlocal {
    background-position: right 4.8vw top 50%;
  }
}
.p-guide__title-page-inner {
  position: relative;
}
@media screen and (min-width: 600px), print {
  .p-guide__title-page-buttonWrap {
    margin-inline: auto;
    max-width: 1240px;
    width: calc(100% - 20px * 2);
    position: relative;
  }
}
@media screen and (min-width: 600px) and (max-width: 599.9px) {
  .p-guide__title-page-buttonWrap {
    width: calc(100% - 0px * 2);
  }
}
@media screen and (min-width: 600px), print {
  .p-guide__title-page-button {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 1;
  }
}
.p-guide__title-page-button a {
  padding: 4px 0;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 500;
  gap: 8px;
}
@media screen and (max-width: 599.9px) {
  .p-guide__title-page-buttonWrap {
    margin-block: -6.6666666667vw 8vw;
    padding: 2.1333333333vw 5.3333333333vw 4.2666666667vw;
    background: #f5f3f2;
  }
  .p-guide__title-page-button a {
    padding: 1.3333333333vw 0;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.5;
    gap: 1.8666666667vw;
  }
  .p-guide__title-page-button a::before {
    width: 4vw;
    height: 4vw;
    background-size: 1.3333333333vw auto;
  }
}
.p-guide__title-section {
  background: #202020;
}
.p-guide__title-section-inner {
  padding: 27px 0;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-guide__title-section-inner {
    padding: 5.3333333333vw;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.45;
  }
}
.p-guide__title-unit {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #666666;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-guide__title-unit {
    margin: 2.6666666667vw -5.3333333333vw 4.8vw;
    padding: 0 5.3333333333vw 4.2666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4;
  }
}
.p-guide__title-flow {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  color: #000;
}
.p-guide__title-inner {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: bold;
  font-weight: bold;
}
.p-guide__title-inner em {
  color: #ff0000;
  font-style: normal;
}
@media screen and (max-width: 599.9px) {
  .p-guide__title-inner {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
    font-weight: bold;
  }
}
.p-guide__button-next a {
  height: 40px;
  padding: 0 18px 2px 30px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.p-guide__button-next a p {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%2356bec0" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right top 52%;
  background-size: 6px auto;
  padding-right: 25px;
}
@media screen and (max-width: 599.9px) {
  .p-guide__button-next a {
    height: 10.6666666667vw;
    padding: 0 4.8vw 0 8vw;
    font-size: min(4vw, 1.8rem);
  }
}
.p-guide__contents {
  margin: 50px 0 80px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .p-guide__contents {
    margin: 7.4666666667vw 0 13.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.8;
  }
}
.p-guide__unit {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-guide__unit + .p-guide__unit {
  margin-top: 55px;
}
.p-guide__unit-nest {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .p-guide__unit {
    margin: 7.4666666667vw 5.3333333333vw 0;
    font-size: min(4vw, 1.8rem);
    line-height: 1.8;
  }
  .p-guide__unit + .p-guide__unit {
    margin-top: 12vw;
  }
  .p-guide__unit-nest {
    font-size: min(4vw, 1.8rem);
    line-height: 1.8;
  }
}
.p-guide__indent {
  margin-inline: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-guide__indent {
    margin-inline: 0;
  }
}
.p-guide__flow {
  overflow: hidden;
}
.p-guide__flow-title {
  padding-bottom: 25px;
}
.p-guide__flow-title strong {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.p-guide__flow-contents {
  border: solid 1px #666666;
  border-radius: 6px;
  padding: 30px 40px 35px;
}
.p-guide__flow-inner + .p-guide__flow-inner {
  margin-top: 28px;
  padding-top: 28px;
  border-top: dashed 1px rgba(204, 204, 204, 0.5);
}
.p-guide__flow-nest {
  padding: 25px 30px;
  border-radius: 10px;
  border: solid 4px #f5f3f2;
}
.p-guide__flow-nest-title {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: bold;
}
.p-guide__flow-nest-title em {
  color: #ff0000;
  font-style: normal;
}
@media screen and (max-width: 599.9px) {
  .p-guide__flow-title {
    padding-bottom: 5.3333333333vw;
  }
  .p-guide__flow-title strong {
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4705882353;
  }
  .p-guide__flow-contents {
    padding: 5.8666666667vw 5.3333333333vw 7.4666666667vw;
  }
  .p-guide__flow-nest {
    padding: 5.3333333333vw;
  }
  .p-guide__flow-nest-title {
    font-size: min(4.5333333333vw, 2rem);
  }
}
.p-guide__faqTitle {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 12px;
  padding-bottom: 20px;
}
.p-guide__faqTitle strong {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.p-guide__faqTitle-q p {
  height: 30px;
  padding: 2px 2px 3px;
  background: #202020;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-guide__faqTitle {
    grid-template-columns: 8vw 1fr;
    gap: 2.1333333333vw;
    padding-bottom: 4vw;
  }
  .p-guide__faqTitle strong {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
  .p-guide__faqTitle-q p {
    height: 8vw;
    padding: 0.5333333333vw 0.5333333333vw 0.8vw;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 500;
  }
}
.p-guide__column {
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  justify-content: space-between;
}
.p-guide__column-figure-img img {
  border: solid 3px #e6e6e6;
}
.p-guide__column-figure-img + .p-guide__column-figure-img {
  margin-top: 15px;
}
.p-guide__column--line {
  padding-top: 30px;
  border-top: dashed 1px #dddddd;
}
@media screen and (max-width: 599.9px) {
  .p-guide__column {
    grid-auto-flow: row;
    gap: 5.3333333333vw;
  }
  .p-guide__column-figure-img {
    text-align: center;
  }
  .p-guide__column-figure-img + .p-guide__column-figure-img {
    margin-top: 2.6666666667vw;
  }
  .p-guide__column--line {
    padding-top: 6.4vw;
  }
}
.p-guide__step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
}
.p-guide__step-num {
  text-align: center;
}
.p-guide__step-num p {
  margin-top: 3px;
  padding: 7px;
  background: #202020;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-guide__step {
    grid-template-columns: inherit;
    gap: 1.6vw;
  }
  .p-guide__step-num {
    width: 12vw;
  }
  .p-guide__step-num p {
    margin-top: 0;
    padding: 0.8vw 1.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
    font-weight: 500;
  }
  .p-guide__step + .convenience__step {
    margin-top: 6.6666666667vw;
  }
}
.p-guide__article {
  padding: 30px 30px 35px;
  border-radius: 6px;
  border: solid 1px #666666;
}
.p-guide__article-title {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
}
.p-guide__article-fit {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 599.9px) {
  .p-guide__article {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  .p-guide__article-title {
    font-size: min(4.2666666667vw, 1.9rem);
  }
}
.p-guide__figure {
  margin-block: 15px;
}
.p-guide__figure img {
  font-size: 0;
}
@media screen and (max-width: 599.9px) {
  .p-guide__figure {
    margin: 4vw 2.6666666667vw;
  }
}
@media screen and (min-width: 600px), print {
  .p-guide .p-guide__title-unit + .p-guide__column,
  .p-guide .p-guide__title-flow + .p-guide__column {
    margin-top: 35px;
  }
}
.p-guide__text em {
  color: #ff0000;
  font-style: normal;
}
.p-guide__text--large strong {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.p-guide__text .c-textlink--text {
  line-height: 1.8;
  font-weight: 500;
  color: #004098;
}
.p-guide__text .c-textlink--right::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23004098" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
}
@media screen and (max-width: 599.9px) {
  .p-guide__text--large strong {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 2;
    font-weight: 500;
  }
}
.p-guide__inline-img {
  padding: 0 12px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 599.9px) {
  .p-guide__inline-img {
    padding: 0 1.3333333333vw;
    max-height: 30px;
  }
}
.p-guide__inline-icon {
  display: inline-block;
  padding: 0 12px;
}
.p-guide__inline-icon .c-product__item-icon {
  display: inline-block;
  text-indent: 0;
  margin-bottom: 0;
}
.p-guide__inline-icon .c-icon {
  width: 110px;
}
.p-guide__inline-icon .c-icon--wide,
.p-guide__inline-icon .c-product__item-stock {
  margin-inline: auto;
  width: 225px !important;
}
@media screen and (max-width: 599.9px) {
  .p-guide__inline-icon {
    padding: 0 1.3333333333vw;
  }
  .p-guide__inline-icon .c-icon {
    width: 20.8vw;
  }
  .p-guide__inline-icon .c-icon--wide {
    width: 42.9333333333vw !important;
  }
}
.p-guide__accordion {
  border-radius: 5px;
  border: solid 1px #666666;
  overflow: hidden;
}
.p-guide__accordion-title {
  padding: 17px 30px 17px;
  background: #777777;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: opacity 400ms ease;
  cursor: pointer;
}
@media screen and (min-width: 600px), print {
  .p-guide__accordion-title:hover {
    opacity: 0.5;
  }
}
.p-guide__accordion-title::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: 14px auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23ffffff" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
}
.p-guide__accordion-title.is-opened::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23ffffff" d="M6.6,2.1L11,6.7c0.4,0.3,0.9,0.3,1.2,0s0.3-0.9,0-1.2l-5-5.2C6.9,0,6.4,0,6,0.3L0.8,5.5c-0.3,0.3-0.3,0.9,0,1.2C1.2,7,1.7,7,2.1,6.7L6.6,2.1z"></path></svg>');
  background-repeat: no-repeat;
}
.p-guide__accordion-contents {
  border-top: solid 1px #e6e6e6;
}
.p-guide__accordion-contents-inner {
  background: #fff;
  padding: 35px 30px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .p-guide__accordion-title {
    padding: 4vw 10.6666666667vw 4.2666666667vw 4vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: 500;
  }
  .p-guide__accordion-title::after {
    right: 4vw;
    width: 12px;
    height: 12px;
    background-size: 12px auto;
  }
  .p-guide__accordion-contents-inner {
    padding: 6.6666666667vw 4vw;
    font-size: min(4vw, 1.8rem);
    line-height: 2;
  }
}
.p-guide__graph01 table {
  border-left: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
}
.p-guide__graph01 thead th {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
}
.p-guide__graph01 th, .p-guide__graph01 td {
  padding: 15px 25px;
  border-bottom: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  vertical-align: middle;
}
.p-guide__graph01 th {
  width: 32%;
  background: #f5f3f2;
  text-align: left;
  font-weight: 500;
}
.p-guide__graph01--fix table {
  table-layout: fixed;
}
@media screen and (max-width: 599.9px) {
  .p-guide__graph01 thead th {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-guide__graph01 th, .p-guide__graph01 td {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6153846154;
    padding: 2.6666666667vw;
  }
  .p-guide__graph01 th {
    width: 40%;
  }
}
.p-guide-top__contents {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
.p-guide-top__unit {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media screen and (min-width: 600px), print {
  .p-guide-top__unit--full {
    grid-area: 1/1/span 2/span 2;
  }
}
.p-guide-top__title {
  margin-bottom: 25px;
}
.p-guide-top__title a {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: normal;
  color: #000;
}
.p-guide-top__title a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #202020;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
  margin-top: 2px;
  margin-left: 17px;
}
.p-guide-top__menu {
  padding: 40px 30px;
  border-radius: 6px;
  border: solid 1px #666666;
  background: #f5f3f2;
}
.p-guide-top__menu-list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 600px), print {
  .p-guide-top__menu-list--column {
    grid-template-columns: 1fr 1fr;
  }
}
.p-guide-top__link {
  display: block;
  padding: 14px 30px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23202020" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 7px auto;
  border-radius: 3px;
  border: solid 1px #cccccc;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
}
.p-guide-top__link--blank {
  background-image: none;
}
.p-guide-top__link--blank svg {
  fill: #202020;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599.9px) {
  .p-guide-top__contents {
    margin-top: 13.3333333333vw;
    grid-template-columns: 1fr;
    gap: 12vw;
  }
  .p-guide-top__title {
    margin-bottom: 4vw;
  }
  .p-guide-top__title a {
    font-size: min(5.3333333333vw, 2.3rem);
  }
  .p-guide-top__title a:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 1.4666666667vw auto;
    margin-left: 3.2vw;
  }
  .p-guide-top__menu {
    padding: 5.3333333333vw 4vw;
  }
  .p-guide-top__menu-list {
    gap: 2.6666666667vw;
  }
  .p-guide-top__link {
    min-height: 12.2666666667vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 4vw;
    background-position: right 4vw top 50%;
    background-size: 1.6vw auto;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5;
  }
  .p-guide-top__link--blank {
    background-image: none;
  }
  .p-guide-top__link--blank svg {
    right: 3.4666666667vw;
  }
}
.p-guide-agreement .p-regist__rule {
  border: none;
  margin-top: 0;
  padding: 0;
}
.p-guide-agreement .p-regist__rule-scroll {
  height: inherit;
  padding-right: 0;
  overflow-y: hidden;
}
@media screen and (max-width: 599.9px) {
  .p-guide-agreement .p-regist__rule {
    margin-inline: 5.3333333333vw;
  }
}
.p-guide-order__method {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 20px;
}
.p-guide-order__method-button {
  place-content: center;
  justify-content: start;
  min-height: 60px;
  padding: 5px 40px 5px 18px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 3px;
  border: solid 1px #666;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
  background-size: 7px auto;
  background-color: #202020;
  color: #fff;
}
.p-guide-order__method-button--current {
  background: #d2d2d2;
  border-color: #d2d2d2;
}
.p-guide-order__methodStep {
  margin-top: 50px;
  padding-top: 10px;
  position: relative;
}
.p-guide-order__methodStep::before {
  content: "";
  display: block;
  width: calc(100vw - 15px);
  height: 1px;
  background: #202020;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.p-guide-order__buttonRegist .c-button {
  width: 300px;
}
@media screen and (max-width: 599.9px) {
  .p-guide-order__method {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 5.3333333333vw;
  }
  .p-guide-order__method-button {
    min-height: 12.8vw;
    padding: 1.3333333333vw 6.6666666667vw 1.8666666667vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
    background-position: right 4vw top 50%;
  }
  .p-guide-order__methodStep {
    margin-top: 7.4666666667vw;
    padding-top: 3.2vw;
  }
  .p-guide-order__methodStep::before {
    width: 100vw;
  }
  .p-guide-order__buttonRegist {
    text-align: center;
  }
  .p-guide-order__buttonRegist .c-button {
    width: 74.6666666667vw;
    margin-inline: auto;
    font-size: min(4vw, 1.8rem);
  }
}
.p-guide-payment__cardButton {
  padding: 10px 60px;
  gap: 10px;
  border-radius: 3px;
  border: solid 1px #979797;
}
.p-guide-payment__secure {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-guide-payment__secure-unit {
  padding: 20px 20px 25px;
  border: solid 1px #979797;
  text-align: center;
}
@media screen and (min-width: 600px), print {
  .p-guide-payment__secure-unit:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .p-guide-payment__secure-unit:hover > * {
    transition: opacity 400ms ease;
  }
}
.p-guide-payment__secure-name {
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  column-gap: 5%;
  align-items: center;
  justify-content: center;
}
.p-guide-payment__secure-logo {
  width: 50%;
}
.p-guide-payment__secure-logo img {
  max-width: 125px;
  max-height: 90px;
}
.p-guide-payment__secure-logo .jcb {
  width: 110px;
}
.p-guide-payment__secure-text {
  width: 45%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  font-weight: normal;
}
.p-guide-payment__secure-text em {
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-weight: bold;
}
.p-guide-payment__secure-button {
  width: 230px;
  background-color: #777777;
  border-radius: 9999px;
  color: #fff;
}
.p-guide-payment__secureflow {
  padding: 40px;
  background: #f5f3f2;
}
.p-guide-payment .convenience__title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #707070;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
.p-guide-payment .convenience__sub-title {
  font-weight: bold;
}
.p-guide-payment .convenience__info {
  margin-top: 20px;
}
.p-guide-payment .convenience__bullet-point li {
  text-indent: -11px;
  padding-left: 11px;
}
.p-guide-payment .convenience__bullet-point li::before {
  content: "・ ";
}
.p-guide-payment .convenience__payment-flow {
  margin: 20px 0 0;
  padding: 35px 40px;
  background: #fff;
}
.p-guide-payment .convenience__payment-flow-title {
  font-weight: bold;
  margin-bottom: 30px;
}
.p-guide-payment .convenience__step {
  display: flex;
  align-items: center;
  gap: 25px;
}
.p-guide-payment .convenience__step + .convenience__step {
  margin-top: 25px;
}
.p-guide-payment .convenience__step-text {
  flex: 1;
  width: 100%;
}
.p-guide-payment .convenience__step-textonly {
  width: auto;
}
.p-guide-payment .convenience__step-graph {
  width: 235px;
}
.p-guide-payment .convenience__step-graph img {
  border: 1px solid #cccccc;
}
.p-guide-payment .convenience__step-graph--notborder img {
  border: none;
}
@media screen and (max-width: 599.9px) {
  .p-guide-payment .convenience__title {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 4vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-guide-payment .convenience__info {
    margin-top: 5.3333333333vw;
  }
  .p-guide-payment .convenience__payment-flow {
    margin: 5.3333333333vw 0 0;
    padding: 5.3333333333vw;
  }
  .p-guide-payment .convenience__step-graph {
    width: 90%;
  }
}
@media screen and (max-width: 599.9px) {
  .p-guide-payment__cardButton {
    padding: 0vw 8.5333333333vw 0vw 2.6666666667vw;
    gap: 10px;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
  }
  .p-guide-payment__cardButton img {
    width: 10.6666666667vw;
  }
  .p-guide-payment__secure {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .p-guide-payment__secure-unit {
    padding: 4vw 4vw 5.3333333333vw;
  }
  .p-guide-payment__secure-name {
    height: 70px;
    margin-bottom: 4vw;
    column-gap: 4%;
  }
  .p-guide-payment__secure-logo {
    width: 41%;
  }
  .p-guide-payment__secure-logo img {
    max-width: 105px;
    max-height: 65px;
  }
  .p-guide-payment__secure-logo .jcb {
    width: 80px;
  }
  .p-guide-payment__secure-text {
    width: 55%;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
    font-weight: normal;
  }
  .p-guide-payment__secure-text em {
    font-size: min(4vw, 1.8rem);
    line-height: 1.5333333333;
    font-weight: bold;
  }
  .p-guide-payment__secure-button {
    width: 48vw;
    height: 9.3333333333vw;
  }
  .p-guide-payment__secureflow {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-guide-payment .convenience__title {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 4vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-guide-payment .convenience__info {
    margin-top: 5.3333333333vw;
  }
  .p-guide-payment .convenience__payment-flow {
    margin: 5.3333333333vw 0 0;
    padding: 5.3333333333vw;
  }
  .p-guide-payment .convenience__step-graph {
    width: 90%;
  }
}
.p-guide-delivery__graph01 table {
  border-left: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
}
.p-guide-delivery__graph01 th, .p-guide-delivery__graph01 td {
  padding: 8px 25px;
  border-bottom: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  vertical-align: middle;
}
.p-guide-delivery__graph01 th {
  width: 32%;
  background: #f5f3f2;
  font-weight: 500;
}
.p-guide-delivery__graph01--fix table {
  table-layout: fixed;
}
.p-guide-delivery__selectbanner .c-selectbanner2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-guide-delivery__graph01 th, .p-guide-delivery__graph01 td {
    padding: 2.1333333333vw 4vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6153846154;
  }
  .p-guide-delivery__graph01 th {
    width: 38%;
  }
  .p-guide-delivery__selectbanner .c-selectbanner2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
}
.p-guide-commodity__graph01 table {
  border-left: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
}
.p-guide-commodity__graph01 th, .p-guide-commodity__graph01 td {
  padding: 15px 25px;
  border-bottom: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  vertical-align: middle;
}
.p-guide-commodity__graph01 th {
  width: 32%;
  text-align: center;
  font-weight: 500;
}
.p-guide-commodity__graph01 td {
  text-align: left;
}
.p-guide-commodity__graph01--fix table {
  table-layout: fixed;
}
.p-guide-commodity__noshi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.p-guide-commodity__noshi-unit {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-guide-commodity__noshi-item {
  padding: 30px;
  border: solid 3px #f5f3f2;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.p-guide-commodity__noshi-title {
  margin-block: 5px 15px;
  text-align: center;
  font-weight: 500;
}
.p-guide-commodity__noshi dl {
  margin-top: 15px;
}
.p-guide-commodity__noshi dt {
  text-align: center;
  font-weight: normal;
}
.p-guide-commodity__noshi dd + dt {
  margin-top: 10px;
}
.p-guide-commodity__naire {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.p-guide-commodity__naire-unit {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-guide-commodity__naire-item {
  padding: 30px;
  border: solid 3px #f5f3f2;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.p-guide-commodity__naire-title {
  margin-block: 5px 15px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .p-guide-commodity__graph01 tr {
    display: flex;
    flex-direction: column;
  }
  .p-guide-commodity__graph01 th, .p-guide-commodity__graph01 td {
    width: 100%;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.6153846154;
  }
  .p-guide-commodity__graph01 th {
    border-bottom: none;
    padding: 4vw 2.6666666667vw 0;
    text-align: left;
  }
  .p-guide-commodity__graph01 td {
    padding: 2.1333333333vw 2.6666666667vw 4vw;
  }
  .p-guide-commodity__noshi {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .p-guide-commodity__noshi-unit {
    gap: 0;
  }
  .p-guide-commodity__noshi-item {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 5%;
    padding: 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-guide-commodity__noshi-title {
    margin-block: 1.3333333333vw 2.6666666667vw;
  }
  .p-guide-commodity__noshi dl {
    margin-top: 0;
  }
  .p-guide-commodity__noshi dt {
    text-align: left;
  }
  .p-guide-commodity__noshi dd + dt {
    margin-top: 10px;
  }
  .p-guide-commodity__naire {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .p-guide-commodity__naire-title {
    margin-block: 1.3333333333vw 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-guide-commodity__naire-item {
    padding: 4vw 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
}
.p-guide-shop__symptom {
  display: flex;
  gap: 30px;
}
.p-guide-shop__symptom-button {
  width: 41%;
}
.p-guide-shop__symptom a {
  height: 100px;
  width: 100%;
  max-width: 500px;
  padding: 0 40px 2px;
  font-size: 3.2rem;
  line-height: 1.4375;
  background-position: right 40px center;
  background-size: 10px auto;
  position: relative;
}
.p-guide-shop__symptom a::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-position: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 80px auto;
}
.p-guide-shop__symptom-men a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%2356bec0" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
}
.p-guide-shop__symptom-men a::before {
  background: url(../images/guide/shop/men.svg) no-repeat;
}
.p-guide-shop__symptom-women a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23e99ca5" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
}
.p-guide-shop__symptom-women a::before {
  background: url(../images/guide/shop/women.svg) no-repeat;
}
.p-guide-shop__description {
  border: solid 2px #004098;
  text-align: center;
  padding: 17px 10px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
}
.p-guide-shop__result {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.p-guide-shop__resultflow {
  padding: 45px 65px;
  border: solid 4px rgba(0, 64, 152, 0.5);
  background: rgba(0, 64, 152, 0.05);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
.p-guide-shop__resultflow-step {
  position: relative;
}
.p-guide-shop__resultflow-step:not(:last-child)::after {
  content: "";
  display: block;
  background: #004098;
  height: 23px;
  width: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -26px;
  top: 105px;
}
.p-guide-shop__resultflow dt {
  margin-bottom: 18px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #000;
}
.p-guide-shop__resultflow-step1 .p-guide-shop__resultflow-date {
  padding-bottom: 10px;
}
.p-guide-shop__resultflow-step2 .p-guide-shop__resultflow-date, .p-guide-shop__resultflow-step3 .p-guide-shop__resultflow-date {
  display: grid;
  place-items: center;
  place-content: center;
  gap: 3px;
}
.p-guide-shop__resultflow-date {
  min-height: 135px;
  border-radius: 10px;
  border: solid 1px #004098;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.p-guide-shop__resultflow-date div {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: bold;
  color: #004098;
}
.p-guide-shop__resultflow-date div strong {
  font-size: 2.6rem;
}
.p-guide-shop__resultflow-date div span {
  display: block;
  margin-top: 5px;
  color: #333333;
  font-size: 1.6rem;
}
.p-guide-shop__resultflow-date div span em {
  font-style: normal;
  font-weight: bold;
}
.p-guide-shop__resultflow-date div span em em {
  font-size: 2rem;
}
.p-guide-shop__resultflow-date p {
  font-size: 1.7rem;
}
.p-guide-shop__resultflow-date h5 {
  margin-bottom: 10px;
  padding: 10px;
  background: #004098;
  border: solid 3px #fff;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
}
.p-guide-shop__resultflow-date h5 em {
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.p-guide-shop__resultflow-memo {
  margin-top: 16px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.p-guide-shop__resulttotal {
  width: max-content;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 10px 40px;
  margin: 0 auto;
  background: #004098;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  color: #fff;
}
.p-guide-shop__resulttotal span {
  margin-right: 10px;
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}
.p-guide-shop__resulttotal strong {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: bold;
}
.p-guide-shop__resulttotal strong strong {
  font-size: 2.6rem;
}
.p-guide-shop__flow {
  margin-top: 70px;
  border: solid 1px #bbbbbb;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.p-guide-shop__flow-step {
  width: 16.6666666667%;
  padding: 0 18px 30px;
  text-align: center;
  position: relative;
}
.p-guide-shop__flow-step:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  background: rgba(187, 187, 187, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-guide-shop__flow-step:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f5f3f2;
  border: solid 5px #fff;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23333333" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
@media screen and (min-width: 600px), print {
  .p-guide-shop__flow-step a {
    transition: opacity 400ms ease;
  }
  .p-guide-shop__flow-step a:hover {
    opacity: 0.7;
  }
}
.p-guide-shop__flow-number {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  border-radius: 0 0 8px 8px;
  background: #999;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #fff;
}
.p-guide-shop__flow-number em {
  font-size: 1.8rem;
  font-style: normal;
}
.p-guide-shop__flow-title {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 70px;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  color: #000;
}
.p-guide-shop__flow-illust {
  display: grid;
  place-items: center;
  height: 74px;
}
.p-guide-shop__flow-text {
  margin-top: 20px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-guide-shop__flow-text small {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.p-guide-shop__payment-point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.p-guide-shop__payment-point dl {
  background: rgba(0, 64, 152, 0.05);
  border: solid 4px rgba(0, 64, 152, 0.5);
  padding: 25px 40px;
  text-align: center;
}
.p-guide-shop__payment-point dt {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #004098;
}
.p-guide-shop__payment-point dd {
  line-height: 1.5;
}
.p-guide-shop__about {
  background: #f5f3f2;
  padding: 70px 20px;
  text-align: center;
}
.p-guide-shop__about-title {
  margin-bottom: 45px;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  color: #000;
}
.p-guide-shop__about-subtitle {
  margin-block: 35px 20px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 500;
  color: #004098;
  position: relative;
}
.p-guide-shop__about-subtitle span {
  display: inline-block;
  padding-inline: 10px;
  background: #f5f3f2;
  z-index: 2;
  position: relative;
}
.p-guide-shop__about-subtitle:after {
  content: "";
  display: block;
  width: 450px;
  height: 1px;
  background: #004098;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599.9px) {
  .p-guide-shop__symptom {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-guide-shop__symptom-button {
    width: 100%;
  }
  .p-guide-shop__symptom a {
    height: 17.6vw;
    max-width: inherit;
    padding: 0 6.9333333333vw;
    font-size: min(6.4vw, 2.7rem);
    line-height: 1.4583333333;
    background-position: right 6.9333333333vw center;
    background-size: 2.1333333333vw auto;
  }
  .p-guide-shop__symptom a::before {
    content: "";
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    left: 3.2vw;
    background-size: 13.3333333333vw auto;
  }
  .p-guide-shop__description {
    text-align: left;
    padding: 4.5333333333vw 4vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.875;
  }
  .p-guide-shop__result {
    margin-top: 8vw;
  }
  .p-guide-shop__resultflow {
    padding: 6.6666666667vw 5.3333333333vw;
    grid-template-columns: 1fr;
    gap: 8vw;
    border-bottom: none;
  }
  .p-guide-shop__resultflow-step1, .p-guide-shop__resultflow-step2 {
    padding-bottom: 5.3333333333vw;
    border-bottom: solid 1px #004098;
  }
  .p-guide-shop__resultflow-step:not(:last-child)::after {
    height: 16px;
    width: 23px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: inherit;
    left: 50%;
    top: inherit;
    transform: translateX(-50%);
    bottom: -4.2666666667vw;
  }
  .p-guide-shop__resultflow dt {
    margin-bottom: 2.6666666667vw;
    font-size: min(4.8vw, 2.1rem);
  }
  .p-guide-shop__resultflow-step1 .p-guide-shop__resultflow-date {
    padding-bottom: 4vw;
  }
  .p-guide-shop__resultflow-date {
    min-height: 28vw;
  }
  .p-guide-shop__resultflow-date div {
    font-size: min(5.8666666667vw, 2.5rem);
  }
  .p-guide-shop__resultflow-date div strong {
    font-size: min(6.9333333333vw, 2.9rem);
  }
  .p-guide-shop__resultflow-date div span {
    margin-top: 1.3333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .p-guide-shop__resultflow-date div span em em {
    font-size: min(5.3333333333vw, 2.3rem);
  }
  .p-guide-shop__resultflow-date p {
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.1764705882;
  }
  .p-guide-shop__resultflow-date h5 {
    margin-bottom: 2.1333333333vw;
    padding: 2.6666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .p-guide-shop__resultflow-date h5 em {
    font-size: min(5.0666666667vw, 2.2rem);
  }
  .p-guide-shop__resultflow-memo {
    margin-top: 4.2666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .p-guide-shop__resulttotal {
    width: 100%;
    display: block;
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    padding: 5.3333333333vw;
    border-radius: 0;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4705882353;
  }
  .p-guide-shop__resulttotal span {
    margin-right: 0;
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .p-guide-shop__resulttotal strong {
    font-size: min(5.3333333333vw, 2.3rem);
  }
  .p-guide-shop__resulttotal strong strong {
    font-size: min(6.9333333333vw, 2.9rem);
  }
  .p-guide-shop__flow {
    margin-top: 6.6666666667vw;
  }
  .p-guide-shop__flow-step {
    width: 100%;
    margin-bottom: 8vw;
    padding: 0 4vw 5.3333333333vw;
  }
  .p-guide-shop__flow-step:not(:last-child):after {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: -8.2666666667vw;
    right: 0;
  }
  .p-guide-shop__flow-step:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f3f2;
    border: solid 5px #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><path fill="%23333333" d="M.4.7c0,0,0-.3.1-.4.2-.2.5-.2.7,0h0l4.2,4.3L9.8.3c.2-.2.5-.2.7,0h0c.2.2.2.5,0,.7l-4.6,4.6c-.2.2-.5.2-.7,0L.6,1s-.1-.2-.1-.3Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
  }
  .p-guide-shop__flow-step a {
    display: grid;
    grid-template-columns: 70% 26%;
    grid-template-rows: min-content min-content max-content;
    column-gap: 4%;
  }
  .p-guide-shop__flow-number {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 32vw;
    margin: 0 auto 3.2vw;
    padding: 1.3333333333vw 0;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .p-guide-shop__flow-number em {
    font-size: min(4.8vw, 2.1rem);
  }
  .p-guide-shop__flow-title {
    grid-column: 1/2;
    grid-row: 2/3;
    display: block;
    min-height: inherit;
    text-align: left;
    margin-bottom: 1.3333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.5;
  }
  .p-guide-shop__flow-text {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 0;
    text-align: left;
    font-size: min(4vw, 1.8rem);
    line-height: 1.6;
  }
  .p-guide-shop__flow-text small {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .p-guide-shop__flow-illust {
    grid-column: 2/3;
    grid-row: 2/4;
    height: inherit;
  }
  .p-guide-shop__payment-point {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .p-guide-shop__payment-point dl {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-guide-shop__payment-point dt {
    margin-bottom: 3.2vw;
    font-size: min(4.8vw, 2.1rem);
  }
  .p-guide-shop__payment-point dd {
    font-size: min(4vw, 1.8rem);
  }
  .p-guide-shop__about {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .p-guide-shop__about-title {
    margin-bottom: 6.4vw;
    font-size: min(6.4vw, 2.7rem);
    line-height: 1.5;
  }
  .p-guide-shop__about-subtitle {
    margin-block: 9.3333333333vw 5.3333333333vw;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.4444444444;
  }
  .p-guide-shop__about-subtitle span {
    padding-inline: 2.6666666667vw;
  }
  .p-guide-shop__about-subtitle:after {
    width: 100%;
  }
  .p-guide-shop__about-text {
    text-align: left;
  }
}

.p-ranking {
  background: #f5f3f2;
}
.p-ranking__head-title {
  padding-block: 55px;
}
.p-ranking__head-title strong {
  font-size: 3.4rem;
  line-height: 1.4117647059;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__head-title {
    padding: 10.6666666667vw 2.6666666667vw;
  }
  .p-ranking__head-title strong {
    font-size: min(6.6666666667vw, 2.8rem);
    line-height: 1.36;
  }
}
.p-ranking__tab-head {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__tab-head {
    width: calc(100% - 0px * 2);
  }
}
.p-ranking__tab-title {
  width: 615px;
  height: 90px;
  border-bottom: solid 1px #202020;
  border-radius: 10px 10px 0 0;
  background: #202020;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.p-ranking__tab-title.is-active {
  background: #fff;
  border: solid 1px #202020;
  border-bottom: none;
  color: #202020;
}
.p-ranking__tab-contents {
  margin-top: -1px;
  border-top: solid 1px #202020;
  background: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__tab-head {
    gap: 1.6vw;
  }
  .p-ranking__tab-title {
    width: 50%;
    height: auto;
    padding: 4.2666666667vw 4vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.2;
    font-weight: bold;
    word-break: keep-all;
  }
  .p-ranking__tab-title:first-child {
    border-radius: 0 1.3333333333vw 0 0;
  }
  .p-ranking__tab-title:last-child {
    border-radius: 1.3333333333vw 0 0 0;
  }
  .p-ranking__tab-title.is-active:first-child {
    border-left: none;
  }
  .p-ranking__tab-title.is-active:last-child {
    border-right: none;
  }
}
.p-ranking__lead {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  padding-block: 45px 40px;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__lead {
    width: calc(100% - 18px * 2);
  }
}
@media screen and (max-width: 599.9px) {
  .p-ranking__lead {
    padding-block: 8vw 6.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
}
.p-ranking__menu {
  margin-bottom: 100px;
}
.p-ranking__menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 17px;
}
.p-ranking__menu-item {
  display: grid;
  grid-template-rows: subgrid;
}
.p-ranking__menu-item .c-button {
  width: 100%;
  border-color: #979797;
  justify-content: start;
  line-height: 1.35;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__menu {
    margin-bottom: 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .p-ranking__menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .p-ranking__menu-item .c-button {
    padding-inline: 2.6666666667vw 5.3333333333vw;
    background-position: right 12px top 50%;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.3461538462;
  }
}
.p-ranking__unit-title {
  margin-block: 0 60px;
}
.p-ranking__unit-title strong {
  padding-left: 10px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
.p-ranking__unit-allButtonArea {
  margin: 80px auto 0;
  text-align: center;
}
.p-ranking__unit-allButton {
  min-width: 500px;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__unit-title {
    margin: 0 0 9.3333333333vw;
  }
  .p-ranking__unit-title strong {
    padding-left: 0;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.5;
  }
  .p-ranking__unit-allButtonArea {
    margin-top: 10.6666666667vw;
  }
  .p-ranking__unit-allButton {
    min-width: inherit;
    width: 89%;
    padding-inline: 9.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.2;
    font-weight: normal;
  }
}
.p-ranking__foot {
  padding-top: 100px;
}
.p-ranking__allButtonArea {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
.p-ranking__allButton {
  width: 590px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-ranking__foot {
    padding: 13.3333333333vw 5.3333333333vw 0;
  }
  .p-ranking__allButtonArea {
    flex-direction: column;
    row-gap: 4vw;
  }
  .p-ranking__allButton {
    width: 100%;
    font-size: min(4vw, 1.8rem);
  }
}

.p-mt-container__inner {
  display: grid;
  gap: 60px;
  grid-template-columns: 930px 250px;
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  justify-content: space-between;
}
@media screen and (max-width: 599.9px) {
  .p-mt-container__inner {
    width: calc(100% - 0px * 2);
  }
}
.p-mt-container .l-main {
  min-width: 0;
}
@media screen and (max-width: 599.9px) {
  .p-mt-container__inner {
    grid-template-columns: 1fr;
    gap: 26.6666666667vw;
  }
  .p-mt-container__inner .l-side {
    order: 2;
  }
}
.p-mt .l-section + .p-mt-container {
  margin-top: 80px;
}
@media screen and (max-width: 599.9px) {
  .p-mt .l-section + .p-mt-container {
    margin-top: 12vw;
  }
}
.p-mt-unit + .p-mt-unit {
  margin-top: 80px;
}
@media screen and (max-width: 599.9px) {
  .p-mt-unit + .p-mt-unit {
    margin-top: 12vw;
  }
}
.p-mt-title {
  margin-bottom: 80px;
  padding-bottom: 45px;
  border-bottom: solid 1px #202020;
}
.p-mt-title__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .p-mt-title__inner {
    width: calc(100% - 5.3333333333vw * 2);
  }
}
.p-mt-title strong {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .p-mt-title {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 9.3333333333vw;
  }
  .p-mt-title strong {
    font-size: min(7.2vw, 3rem);
    line-height: 1.2222222222;
  }
}
.p-mt-contents-title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "BIZ UDPMincho", serif;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .p-mt-contents-title {
    margin-bottom: 8.8vw;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "BIZ UDPMincho", serif;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1;
    font-weight: 600;
    color: #000;
  }
}
.p-mt-contents-subTitle {
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
}
.p-mt-contents-subTitle svg {
  margin-right: 10px;
  vertical-align: sub;
}
@media screen and (max-width: 599.9px) {
  .p-mt-contents-subTitle {
    margin-bottom: 6.6666666667vw;
    font-size: min(4.5333333333vw, 2rem);
  }
  .p-mt-contents-subTitle svg {
    margin-right: 2.6666666667vw;
  }
}
.p-mt-buttonWrap {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 50px;
  margin: 120px 0 0;
}
.p-mt-buttonWrap .p-mt-button {
  min-width: 500px;
  padding-inline: 40px;
  text-align: center;
}
.p-mt-buttonWrap .p-mt-button--fff-left {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ffffff" d="M2.1,6.4L6.7,2C7,1.6,7,1.1,6.7,0.8c-0.3-0.3-0.9-0.3-1.2,0L0.3,5.8C0,6.1,0,6.6,0.3,7l5.2,5.2c0.3,0.3,0.9,0.3,1.2,0c0.3-0.4,0.3-0.9,0-1.3L2.1,6.4z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 20px top 50%;
  background-size: 7px auto;
}
@media screen and (min-width: 600px), print {
  .p-mt-buttonWrap .p-mt-button--long {
    min-width: 590px;
  }
}
@media screen and (max-width: 599.9px) {
  .p-mt-buttonWrap {
    grid-auto-flow: row;
    place-content: inherit;
    gap: 4vw;
    margin: 16vw 5.3333333333vw 0;
  }
  .p-mt-buttonWrap .p-mt-button {
    min-width: 100%;
    width: 100%;
    padding-inline: 8vw;
    font-size: min(4vw, 1.8rem);
  }
  .p-mt-buttonWrap .p-mt-button--fff-left {
    background-position: left 15px top 50%;
  }
}
.p-mt-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7px;
}
.p-mt-tag a {
  padding: 4px 15px 5px;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  font-weight: 500;
  border-radius: 9999px;
  background: #f5f3f2;
}
@media screen and (min-width: 600px), print {
  .p-mt-tag a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .p-mt-tag a > * {
    transition: opacity 400ms ease;
  }
}
.p-mt-tag span {
  padding: 4px 15px 5px;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  font-weight: 500;
  border-radius: 9999px;
  background: #f5f3f2;
}
@media screen and (max-width: 599.9px) {
  .p-mt-tag {
    gap: 2.1333333333vw;
  }
  .p-mt-tag a {
    padding: 1.0666666667vw 3.2vw 1.6vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.5;
  }
}
.p-mt-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 40px;
}
.p-mt-feature__item {
  width: 280px;
}
@media screen and (min-width: 600px), print {
  .p-mt-feature__item a:hover .p-mt-feature__item-title,
  .p-mt-feature__item a:hover .p-mt-feature__item-text,
  .p-mt-feature__item a:hover .p-mt-tag {
    opacity: 0.5;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .p-mt-feature__item > * {
    transition: opacity 400ms ease;
  }
}
.p-mt-feature__item-image {
  margin-bottom: 22px;
}
.p-mt-feature__item-title {
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: bold;
  color: #202020;
}
.p-mt-feature__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  margin-block: 0 18px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-mt-feature__detail h1 {
  margin-block: 50px 35px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 500;
}
.p-mt-feature__detail h2 {
  margin-block: 50px;
  padding-bottom: 26px;
  text-align: center;
  border-bottom: solid 1px #202020;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: normal;
  color: #202020;
}
.p-mt-feature__detail h3 {
  margin-block: 40px 30px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  color: #202020;
}
.p-mt-feature__detail h4 {
  margin-block: 35px 25px;
  font-size: 2rem;
  line-height: 1.5;
  color: #202020;
}
.p-mt-feature__detail h5 {
  margin-block: 30px 20px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #202020;
}
.p-mt-feature__detail h6 {
  margin-block: 20px 15px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #202020;
}
.p-mt-feature__detail p, .p-mt-feature__detail li, .p-mt-feature__detail ol {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.p-mt-feature__detail p {
  margin-block: 15px;
}
.p-mt-feature__detail strong {
  font-weight: bold;
}
.p-mt-feature__detail em {
  font-style: italic;
}
.p-mt-feature__detail a:not([class]) {
  transition: opacity 400ms ease;
  cursor: pointer;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (min-width: 600px), print {
  .p-mt-feature__detail a:not([class]):hover {
    opacity: 0.5;
  }
}
.p-mt-feature__detail ul:not([class]) {
  margin-left: 1em;
  list-style-type: disc;
}
.p-mt-feature__detail ol:not([class]) {
  margin-left: 1em;
  list-style-type: auto;
}
.p-mt-feature__detail blockquote {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-style: italic;
  color: #333333;
}
.p-mt-feature__detail hr {
  margin-block: 30px;
  color: #cccccc;
}
.p-mt-feature__detail .mt-figure {
  margin-inline: 50px;
  text-align: center;
}
.p-mt-feature__detail .mt-figure figcaption {
  margin-block: 15px 30px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.p-mt-feature__detail .mt-be-columns {
  display: flex;
  flex-wrap: wrap;
  margin-block: 20px;
  column-gap: 4%;
}
.p-mt-feature__detail .mt-be-columns .mt-be-column {
  width: 48%;
}
.p-mt-feature__detail table {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
.p-mt-feature__detail th, .p-mt-feature__detail td {
  padding: 10px;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 599.9px) {
  .p-mt-feature__list {
    margin-inline: 1.3333333333vw;
    gap: 8vw 1.3333333333vw;
  }
  .p-mt-feature__item {
    width: 49.2%;
  }
  .p-mt-feature__item-image {
    margin-bottom: 3.7333333333vw;
  }
  .p-mt-feature__item-title {
    margin: 0 2.6666666667vw 2.1333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
  .p-mt-feature__item-text {
    margin-inline: 2.6666666667vw;
    margin-block: 0 3.2vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.8461538462;
  }
  .p-mt-feature__detail h1 {
    margin-block: 6.1333333333vw 4vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.7647058824;
  }
  .p-mt-feature__detail h2 {
    margin-block: 6.6666666667vw;
    padding-bottom: 4vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.5882352941;
  }
  .p-mt-feature__detail h3 {
    margin-block: 5.3333333333vw 4vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.5882352941;
  }
  .p-mt-feature__detail h4 {
    margin-block: 4.5333333333vw 4vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.5625;
  }
  .p-mt-feature__detail h5 {
    margin-block: 4.5333333333vw 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.6666666667;
  }
  .p-mt-feature__detail h6 {
    margin-block: 4.5333333333vw 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-mt-feature__detail p, .p-mt-feature__detail li, .p-mt-feature__detail ol {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-mt-feature__detail p {
    margin-block: 2.6666666667vw;
  }
  .p-mt-feature__detail blockquote {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7857142857;
  }
  .p-mt-feature__detail hr {
    margin-block: 8vw;
  }
  .p-mt-feature__detail .mt-figure {
    margin-inline: 0;
  }
  .p-mt-feature__detail .mt-figure figcaption {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .p-mt-feature__detail .mt-be-columns {
    flex-direction: column;
    margin-block: 0;
    column-gap: inherit;
    row-gap: 4vw;
  }
  .p-mt-feature__detail .mt-be-columns .mt-be-column {
    width: 100%;
  }
}

/* paidy
 ====================================== */
/* xxxxxx */
._paidy-promotional-messaging {
  margin: 5px 0 0 !important;
  font-feature-settings: "palt";
}
._paidy-promotional-messaging div {
  padding: 0 !important;
}

.u-m0 {
  margin: 0px !important;
}
.u-mt0 {
  margin-top: 0px !important;
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-m5 {
  margin: 5px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-m10 {
  margin: 10px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-m15 {
  margin: 15px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-m20 {
  margin: 20px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-m25 {
  margin: 25px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mr25 {
  margin-right: 25px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-ml25 {
  margin-left: 25px !important;
}
.u-m30 {
  margin: 30px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-m35 {
  margin: 35px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-mr35 {
  margin-right: 35px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-ml35 {
  margin-left: 35px !important;
}
.u-m40 {
  margin: 40px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-m45 {
  margin: 45px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-mr45 {
  margin-right: 45px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-ml45 {
  margin-left: 45px !important;
}
.u-m50 {
  margin: 50px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-m55 {
  margin: 55px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-mr55 {
  margin-right: 55px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-ml55 {
  margin-left: 55px !important;
}
.u-m60 {
  margin: 60px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-mr60 {
  margin-right: 60px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 599.9px) {
  .u-m0--sm {
    margin: 0px !important;
  }
  .u-mt0--sm {
    margin-top: 0px !important;
  }
  .u-mr0--sm {
    margin-right: 0px !important;
  }
  .u-mb0--sm {
    margin-bottom: 0px !important;
  }
  .u-ml0--sm {
    margin-left: 0px !important;
  }
  .u-m5--sm {
    margin: 5px !important;
  }
  .u-mt5--sm {
    margin-top: 5px !important;
  }
  .u-mr5--sm {
    margin-right: 5px !important;
  }
  .u-mb5--sm {
    margin-bottom: 5px !important;
  }
  .u-ml5--sm {
    margin-left: 5px !important;
  }
  .u-m10--sm {
    margin: 10px !important;
  }
  .u-mt10--sm {
    margin-top: 10px !important;
  }
  .u-mr10--sm {
    margin-right: 10px !important;
  }
  .u-mb10--sm {
    margin-bottom: 10px !important;
  }
  .u-ml10--sm {
    margin-left: 10px !important;
  }
  .u-m15--sm {
    margin: 15px !important;
  }
  .u-mt15--sm {
    margin-top: 15px !important;
  }
  .u-mr15--sm {
    margin-right: 15px !important;
  }
  .u-mb15--sm {
    margin-bottom: 15px !important;
  }
  .u-ml15--sm {
    margin-left: 15px !important;
  }
  .u-m20--sm {
    margin: 20px !important;
  }
  .u-mt20--sm {
    margin-top: 20px !important;
  }
  .u-mr20--sm {
    margin-right: 20px !important;
  }
  .u-mb20--sm {
    margin-bottom: 20px !important;
  }
  .u-ml20--sm {
    margin-left: 20px !important;
  }
  .u-m25--sm {
    margin: 25px !important;
  }
  .u-mt25--sm {
    margin-top: 25px !important;
  }
  .u-mr25--sm {
    margin-right: 25px !important;
  }
  .u-mb25--sm {
    margin-bottom: 25px !important;
  }
  .u-ml25--sm {
    margin-left: 25px !important;
  }
  .u-m30--sm {
    margin: 30px !important;
  }
  .u-mt30--sm {
    margin-top: 30px !important;
  }
  .u-mr30--sm {
    margin-right: 30px !important;
  }
  .u-mb30--sm {
    margin-bottom: 30px !important;
  }
  .u-ml30--sm {
    margin-left: 30px !important;
  }
  .u-m35--sm {
    margin: 35px !important;
  }
  .u-mt35--sm {
    margin-top: 35px !important;
  }
  .u-mr35--sm {
    margin-right: 35px !important;
  }
  .u-mb35--sm {
    margin-bottom: 35px !important;
  }
  .u-ml35--sm {
    margin-left: 35px !important;
  }
  .u-m40--sm {
    margin: 40px !important;
  }
  .u-mt40--sm {
    margin-top: 40px !important;
  }
  .u-mr40--sm {
    margin-right: 40px !important;
  }
  .u-mb40--sm {
    margin-bottom: 40px !important;
  }
  .u-ml40--sm {
    margin-left: 40px !important;
  }
  .u-m45--sm {
    margin: 45px !important;
  }
  .u-mt45--sm {
    margin-top: 45px !important;
  }
  .u-mr45--sm {
    margin-right: 45px !important;
  }
  .u-mb45--sm {
    margin-bottom: 45px !important;
  }
  .u-ml45--sm {
    margin-left: 45px !important;
  }
  .u-m50--sm {
    margin: 50px !important;
  }
  .u-mt50--sm {
    margin-top: 50px !important;
  }
  .u-mr50--sm {
    margin-right: 50px !important;
  }
  .u-mb50--sm {
    margin-bottom: 50px !important;
  }
  .u-ml50--sm {
    margin-left: 50px !important;
  }
  .u-m55--sm {
    margin: 55px !important;
  }
  .u-mt55--sm {
    margin-top: 55px !important;
  }
  .u-mr55--sm {
    margin-right: 55px !important;
  }
  .u-mb55--sm {
    margin-bottom: 55px !important;
  }
  .u-ml55--sm {
    margin-left: 55px !important;
  }
  .u-m60--sm {
    margin: 60px !important;
  }
  .u-mt60--sm {
    margin-top: 60px !important;
  }
  .u-mr60--sm {
    margin-right: 60px !important;
  }
  .u-mb60--sm {
    margin-bottom: 60px !important;
  }
  .u-ml60--sm {
    margin-left: 60px !important;
  }
}
