@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body {
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff; }

ul {
  list-style: none; }

dt {
  display: block;
  width: auto; }

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

td,
th {
  vertical-align: top; }

th {
  font-weight: normal;
  text-align: left; }

caption {
  text-align: left; }

img {
  background-color: transparent;
  vertical-align: top; }

a img {
  border: none; }

img {
  -ms-interpolation-mode: bicubic; }

em {
  font-style: normal; }

hr {
  height: 1px; }

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em; }

select {
  min-width: 2em; }

option,
optgroup {
  padding-right: 0.4em; }

label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select,
option {
  cursor: pointer; }

optgroup {
  cursor: default; }

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  color: #35353a;
  background-color: #ffffff; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #35353a; }
  a:link,
  a:visited,
  a:hover {
    text-decoration: none; }

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1; }

img {
  width: 100%; }

@media all and (min-width: 769px) {
  a,
  input[type="button"],
  button {
    transition: ease 0.3s; }
  html {
    font-size: 62.5%; }
  .sp-view {
    display: none !important; } }

@media all and (max-width: 768px) {
  a,
  button {
    -webkit-tap-highlight-color: transparent;
    outline: none; }
  .pc-view {
    display: none !important; }
  html, body {
    -webkit-text-size-adjust: none; }
  * {
    box-sizing: border-box; }
  html {
    font-size: 62.5%; }
  body {
    font-size: 2.8rem; }
  body {
    line-height: 1.3; } }

/*
	
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

// <weight>: Use a value from 100 to 700
// <uniquifier>: Use a unique and descriptive class name

.ibm-plex-sans-<uniquifier> {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.yantramanav-thin {
  font-family: "Yantramanav", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.yantramanav-light {
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.yantramanav-regular {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yantramanav-medium {
  font-family: "Yantramanav", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.yantramanav-bold {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.yantramanav-black {
  font-family: "Yantramanav", sans-serif;
  font-weight: 900;
  font-style: normal;
}

Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

*/
@media all and (min-width: 769px) {
  .sp {
    display: none; }
  .header {
    position: relative;
    margin-bottom: 40px; }
    .header-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      height: 76px;
      padding: 24px 24px 0; }
    .header-logo {
      display: flex;
      align-items: center;
      width: 250px; }
      .header-logo-img {
        width: 70px;
        margin-right: auto; }
      .header-logo-text {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        font-weight: 300; }
    .header-cart a {
      display: block;
      width: 28px;
      height: 28px;
      background-image: url(../images/btn-cart.png);
      background-repeat: no-repeat;
      background-size: 16px auto;
      background-position: center center;
      background-color: #26373E;
      border-radius: 50%; }
    .header .cart-badge {
      bottom: initial;
      top: -9px; }
  .footer {
    background-color: #f4f4f6; }
    .footer-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 1068px;
      padding: 64px 0 56px;
      margin-inline: auto; }
    .footer-logo {
      width: 106px; }
    .footer-navi {
      width: 648px; }
      .footer-navi-link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #E5E5E8;
        padding-bottom: 32px;
        margin-bottom: 32px; }
        .footer-navi-link ul a {
          display: inline-block;
          font-size: 13px; }
          .footer-navi-link ul a[target="_blank"] {
            padding-right: 16px;
            background-image: url(../images/ico-blank.png);
            background-size: 12px 14px;
            background-position: right center;
            background-repeat: no-repeat; }
      .footer-navi-sns {
        text-align: left; }
        .footer-navi-sns-title {
          font-size: 11px;
          letter-spacing: 0.02rem;
          color: #7e7e88;
          margin-bottom: 14px; }
        .footer-navi-sns ul {
          display: flex;
          margin-left: -18px; }
          .footer-navi-sns ul li {
            width: 29px;
            margin-left: 10px; }
    .footer-copyright {
      width: 230px;
      padding-top: 11px; }
      .footer-copyright-privacy {
        width: 86px;
        margin-left: auto;
        margin-bottom: 32px; }
      .footer-copyright p {
        font-size: 12px;
        text-align: right; } }

@media all and (max-width: 768px) {
  .pc {
    display: none; }
  #Wrapper {
    padding-top: 68px; }
  .header {
    position: fixed;
    left: 0;
    top: 0; }
    .header-wrap {
      position: relative;
      padding-top: 4px;
      height: 52px; }
    .header-logo {
      width: 55px;
      margin-inline: auto; }
      .header-logo-text {
        display: none; }
    .header-cart {
      position: absolute;
      top: 11px;
      right: 24px; }
      .header-cart a {
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(../images/btn-cart.png);
        background-repeat: no-repeat;
        background-size: 16px auto;
        background-position: center center;
        background-color: #26373E;
        border-radius: 50%; }
    .header .cart-badge {
      bottom: initial;
      top: -9px; }
    .header .cart-notification {
      top: 58px;
      right: 10px; }
  .footer {
    background-color: #f4f4f6; }
    .footer-wrap {
      position: relative;
      padding: 55px 0 24px; }
    .footer-pagetop {
      position: absolute;
      top: 55px;
      right: 25px;
      width: 34px;
      height: 32px; }
    .footer-logo {
      width: 78px;
      margin-inline: auto;
      margin-bottom: 50px; }
    .footer-navi {
      width: 83.6%;
      margin-inline: auto; }
      .footer-navi-link {
        margin-bottom: 70px; }
        .footer-navi-link ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .footer-navi-link ul li {
            width: 50%; }
          .footer-navi-link ul a {
            display: inline-block;
            font-size: 11px; }
            .footer-navi-link ul a[target="_blank"] {
              padding-right: 16px;
              background-image: url(../images/ico-blank.png);
              background-size: 12px 14px;
              background-position: right center;
              background-repeat: no-repeat; }
      .footer-navi-sns {
        text-align: left;
        margin-bottom: 50px; }
        .footer-navi-sns-title {
          font-size: 11px;
          letter-spacing: 0.02rem;
          color: #7e7e88;
          margin-bottom: 14px; }
        .footer-navi-sns ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 -10px; }
          .footer-navi-sns ul li {
            width: 40px; }
    .footer-copyright {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      flex-flow: row-reverse;
      justify-content: space-between;
      width: 83.6%;
      margin-inline: auto; }
      .footer-copyright-privacy {
        width: 62px; }
      .footer-copyright p {
        font-size: 11px; } }

@media all and (min-width: 769px) {
  .maincontents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1068px;
    margin-inline: auto;
    margin-bottom: 110px; }
    .maincontents-left {
      width: 524px; }
    .maincontents-right {
      position: relative;
      width: 416px; }
      .maincontents-right-wrap {
        position: sticky;
        top: 20px; }
    .maincontents-productinfo p {
      font-size: 13px;
      line-height: 1.7; }
      .maincontents-productinfo p + dl {
        margin-top: 60px; }
      .maincontents-productinfo p + p {
        margin-top: 60px; }
    .maincontents-productinfo dl + dl {
      margin-top: 60px; }
    .maincontents-productinfo dl dt {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 20px; }
    .maincontents-category {
      margin-bottom: 20px; }
      .maincontents-category span {
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        padding: 1px 7px;
        border: 1px solid #626267; }
    .maincontents-name {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.03rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .maincontents-desc {
      font-size: 13px;
      letter-spacing: 0.03rem;
      line-height: 1.7;
      margin-bottom: 32px; }
    .maincontents-pricewrap {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 8px; }
    .maincontents-stockwrap {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 32px; }
    .maincontents-stock,
    .maincontents-addfee {
      font-size: 10px; }
    .maincontents .cart-link {
      margin-top: 10px; }
    .maincontents .thumbnail {
      padding-bottom: 0; }
    .maincontents .thumbnail .swiper-slide {
      position: relative;
      opacity: 1; }
    .maincontents .thumbnail .swiper-slide-thumb-active::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #ffffff; }
    .maincontents .thumbnail .swiper-slide-thumb-active::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #7E7E88; }
    .maincontents .thumbnail .swiper-slide:first-child {
      margin-left: 0; }
    .maincontents .slider {
      margin-bottom: 24px; }
    .maincontents .swiper-button-next, .maincontents .swiper-button-prev {
      display: block;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      top: calc(50% + 12px);
      width: 32px;
      height: 28px !important;
      transition: ease 0.3s; }
      .maincontents .swiper-button-next:hover, .maincontents .swiper-button-prev:hover {
        opacity: 0.7; }
    .maincontents .swiper-button-next {
      right: 0;
      background-image: url(../images/btn-slide-next.png);
      background-size: 100% 100%; }
    .maincontents .swiper-button-prev {
      left: 0;
      background-image: url(../images/btn-slide-prev.png);
      background-size: 100% 100%; }
    .maincontents .swiper-button-next:after, .maincontents .swiper-button-prev:after {
      display: none; }
    .maincontents .item-price-wrap {
      margin-top: 0; }
    .maincontents .item-price {
      font-size: 16px;
      font-weight: 600; }
      .maincontents .item-price span {
        font-family: "Yantramanav", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.1; }
      .maincontents .item-price small {
        font-size: 10px;
        font-weight: 500; }
    .maincontents .item-quantity {
      margin-top: 0; }
    .maincontents .item-quantity-input {
      border-top: 1px solid #DCDCE3;
      border-bottom: 1px solid #DCDCE3;
      border-radius: inherit;
      width: 40px;
      height: 44px;
      padding: 0 5px; }
    .maincontents .item-quantity-input,
    .maincontents .item-quantity-input::-webkit-inner-spin-button,
    .maincontents .item-quantity-input::-webkit-outer-spin-button {
      appearance: none;
      margin: 0; }
    .maincontents .item-quantity-operate {
      display: flex;
      cursor: pointer; }
    .maincontents .item-quantity-operate span {
      border: 1px solid #DCDCE3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px; }
    .maincontents .item-quantity-operate:nth-of-type(1) span {
      border-right: 0px; }
    .maincontents .item-quantity-operate:nth-of-type(2) span {
      border-left: 0px; }
    .maincontents .item-quantity-operate span i {
      font-size: 15px;
      line-height: 0.5; }
    .maincontents .add-cart {
      height: 56px;
      font-size: 13px;
      background: #AB9245;
      color: var(--white); }
    .maincontents .view-item {
      height: 56px;
      font-size: 13px;
      color: #AB9245;
      border: 1px solid #AB9245;
      margin-top: 14px; }
    .maincontents .sold-out {
      height: 56px;
      font-size: 13px;
      color: #7E7E88;
      background: #DCDCE3; }
    .maincontents .item-add-image {
      margin-top: 64px; }
    .maincontents .add-image-list {
      justify-content: space-between;
      align-items: flex-start;
      gap: initial;
      padding: 0;
      margin-bottom: 64px; }
    .maincontents .add-image {
      max-width: 100%;
      width: 160px; }
    .maincontents .add-description {
      width: 348px; }
      .maincontents .add-description a {
        color: #4585D0;
        text-decoration: underline; }
  .subcontents {
    position: relative;
    margin-bottom: 120px; }
    .subcontents::before {
      content: "";
      position: absolute;
      top: -32px;
      left: calc(50% - 480px);
      width: 960px;
      height: 1px;
      background-color: #F4F4F6; }
    .subcontents-wrap {
      width: 1068px;
      margin-inline: auto; }
    .subcontents-title {
      margin-bottom: 24px; }
      .subcontents-title-en {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        display: block;
        font-size: 27px;
        font-weight: 600;
        letter-spacing: 0.05rem; }
      .subcontents-title-jp {
        display: block;
        font-size: 13px; }
    .subcontents-list-img {
      margin-bottom: 30px; }
    .subcontents-list-name {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.02rem;
      margin-bottom: 5px; }
    .subcontents-list-price {
      font-family: "Yantramanav", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      font-weight: 600; }
    .subcontents-list ul {
      display: flex;
      flex-wrap: wrap;
      column-gap: 36px; }
      .subcontents-list ul li {
        width: 240px; } }

@media all and (max-width: 768px) {
  .maincontents {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 76px; }
    .maincontents-left {
      width: 91.8%;
      margin-inline: auto; }
    .maincontents-right {
      margin-bottom: 55px;
      margin-top: -15px; }
    .maincontents-productinfo p {
      font-size: 13px;
      line-height: 1.7; }
      .maincontents-productinfo p + dl {
        margin-top: 58px; }
      .maincontents-productinfo p + p {
        margin-top: 58px; }
    .maincontents-productinfo dl + dl {
      margin-top: 58px; }
    .maincontents-productinfo dl dt {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 24px; }
    .maincontents-category {
      width: 91.8%;
      margin-inline: auto;
      margin-bottom: 5px; }
      .maincontents-category span {
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        padding: 1px 7px;
        border: 1px solid #626267; }
    .maincontents-name {
      width: 91.8%;
      margin-inline: auto;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.03rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .maincontents-desc {
      width: 91.8%;
      margin-inline: auto;
      font-size: 13px;
      letter-spacing: 0.03rem;
      line-height: 1.7;
      margin-bottom: 40px; }
    .maincontents-pricewrap {
      width: 91.8%;
      margin-inline: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 8px; }
    .maincontents-stockwrap {
      width: 91.8%;
      margin-inline: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 32px; }
    .maincontents-stock,
    .maincontents-addfee {
      font-size: 10px; }
    .maincontents .cart-link {
      width: 91.8%;
      margin-inline: auto;
      margin-top: 5px; }
    .maincontents .item-image-wrap {
      margin-bottom: 20px; }
    .maincontents .thumbnail {
      padding-bottom: 0; }
    .maincontents .thumbnail .swiper-slide {
      position: relative;
      opacity: 1; }
    .maincontents .thumbnail .swiper-slide-thumb-active::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #ffffff; }
    .maincontents .thumbnail .swiper-slide-thumb-active::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #7E7E88; }
    .maincontents .thumbnail .swiper-slide:first-child {
      margin-left: 4%; }
    .maincontents .slider {
      margin-bottom: 16px; }
    .maincontents .swiper-button-next, .maincontents .swiper-button-prev {
      display: block;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      top: calc(50% + 12px);
      width: 32px;
      height: 28px !important;
      transition: ease 0.3s; }
      .maincontents .swiper-button-next:hover, .maincontents .swiper-button-prev:hover {
        opacity: 0.7; }
    .maincontents .swiper-button-next {
      right: 0;
      background-image: url(../images/btn-slide-next.png);
      background-size: 100% 100%; }
    .maincontents .swiper-button-prev {
      left: 0;
      background-image: url(../images/btn-slide-prev.png);
      background-size: 100% 100%; }
    .maincontents .swiper-button-next:after, .maincontents .swiper-button-prev:after {
      display: none; }
    .maincontents .item-price-wrap {
      margin-top: 0; }
    .maincontents .item-price {
      font-size: 16px;
      font-weight: 600; }
      .maincontents .item-price span {
        font-family: "Yantramanav", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.1; }
      .maincontents .item-price small {
        font-size: 10px;
        font-weight: 500; }
    .maincontents .item-quantity {
      margin-top: 0; }
    .maincontents .item-quantity-input {
      border-top: 1px solid #DCDCE3;
      border-bottom: 1px solid #DCDCE3;
      border-radius: inherit;
      width: 40px;
      height: 42px;
      padding: 0 5px; }
    .maincontents .item-quantity-input,
    .maincontents .item-quantity-input::-webkit-inner-spin-button,
    .maincontents .item-quantity-input::-webkit-outer-spin-button {
      font-size: 16px;
      appearance: none;
      margin: 0; }
    .maincontents .item-quantity-operate {
      display: flex;
      cursor: pointer; }
    .maincontents .item-quantity-operate span {
      border: 1px solid #DCDCE3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px; }
    .maincontents .item-quantity-operate:nth-of-type(1) span {
      border-right: 0px; }
    .maincontents .item-quantity-operate:nth-of-type(2) span {
      border-left: 0px; }
    .maincontents .item-quantity-operate span i {
      font-size: 15px;
      line-height: 0.5; }
    .maincontents .add-cart {
      width: 91.8%;
      height: 48px;
      font-size: 13px;
      background: #AB9245;
      color: var(--white);
      margin-inline: auto; }
    .maincontents .view-item {
      width: 91.8%;
      height: 48px;
      font-size: 13px;
      border: 1px solid #AB9245;
      color: #AB9245;
      margin-inline: auto;
      margin-top: 16px; }
    .maincontents .sold-out {
      width: 91.8%;
      margin-inline: auto;
      height: 48px;
      font-size: 13px;
      color: #7E7E88;
      background: #DCDCE3; }
    .maincontents .item-add-image {
      margin-top: 55px; }
    .maincontents .add-image-list {
      display: block;
      gap: initial;
      padding: 0;
      margin-bottom: 55px; }
      .maincontents .add-image-list:nth-last-of-type(1) {
        margin-bottom: 0; }
    .maincontents .add-image {
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px; }
    .maincontents .add-description {
      width: 100%; }
      .maincontents .add-description a {
        color: #4585D0;
        text-decoration: underline; }
  .subcontents {
    position: relative;
    margin-bottom: 40px; }
    .subcontents-wrap {
      width: 91.8%;
      margin-inline: auto; }
    .subcontents-title {
      margin-bottom: 35px; }
      .subcontents-title-en {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        display: block;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.05rem;
        margin-bottom: 3px; }
      .subcontents-title-jp {
        display: block;
        font-size: 11px; }
    .subcontents-list-img {
      margin-bottom: 10px; }
    .subcontents-list-name {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0.02rem;
      margin-bottom: 5px; }
    .subcontents-list-price {
      font-family: "Yantramanav", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 13px;
      font-weight: 600; }
    .subcontents-list ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .subcontents-list ul li {
        width: 47.8%;
        margin-bottom: 40px; } }

@media all and (min-width: 769px) {
  .cart-heading {
    max-width: 1070px;
    margin-inline: auto; }
    .cart-heading h2 {
      width: 632px;
      text-align: center;
      font-size: 24px; }
  .cart .empty {
    max-width: 540px;
    margin-inline: auto;
    margin-bottom: 150px; }
  .cart-wrap {
    justify-content: space-between;
    gap: initial;
    max-width: 1070px;
    margin: 65px auto 80px; }
  .cart-list {
    width: 632px;
    padding: 0; }
    .cart-list li {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      border-bottom: 0px;
      border-top: 1px solid #E6E6EE;
      padding: 25px 0; }
      .cart-list li:first-child {
        padding: 25px 0; }
  .cart-image {
    flex: 0 0 96px;
    max-width: 96px;
    margin-right: 24px; }
  .cart .info-quantity {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 390px; }
    .cart .info-quantity .price {
      display: block;
      font-size: 14px;
      margin-top: 8px; }
      .cart .info-quantity .price span {
        font-family: "Yantramanav", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        font-weight: 500; }
      .cart .info-quantity .price small {
        font-size: 10px; }
  .cart-price {
    position: relative;
    flex: 0 0 100px;
    min-width: 100px;
    margin-top: auto; }
    .cart-price .trash {
      text-align: right;
      position: relative;
      top: initial;
      right: initial;
      font-size: 10px;
      color: black;
      text-decoration: underline;
      margin-bottom: 12px; }
  .cart-quantity {
    display: flex;
    align-items: center; }
    .cart-quantity-input {
      font-size: 16px;
      border-top: 1px solid #DCDCE3;
      border-bottom: 1px solid #DCDCE3;
      border-radius: inherit;
      width: 30px;
      height: 36px;
      padding: 0 5px; }
    .cart-quantity-operate {
      display: flex;
      cursor: pointer; }
      .cart-quantity-operate span {
        border: 1px solid #DCDCE3;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        width: 36px; }
        .cart-quantity-operate span i {
          font-size: 15px;
          line-height: 0.5; }
      .cart-quantity-operate:nth-of-type(1) span {
        border-right: 0px; }
      .cart-quantity-operate:nth-of-type(2) span {
        border-left: 0px; }
  .cart-total {
    background: transparent;
    padding: 0; }
    .cart-total-title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 32px; }
    .cart-total-price {
      font-size: 20px;
      margin-bottom: 0; }
      .cart-total-price span {
        font-family: "Yantramanav", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1;
        margin-left: 3px; }
      .cart-total-price small {
        font-size: 12px; }
    .cart-total-caution {
      font-size: 11px; }
  .cart-order a {
    height: 48px;
    font-size: 13px;
    background-color: #AB9245; }
  .cart-link a {
    font-size: 12px;
    text-decoration: underline; }
  .cart .order {
    width: 308px;
    padding: 0; } }

@media all and (max-width: 768px) {
  .cart {
    margin-top: 47px !important; }
    .cart-heading h2 {
      text-align: center;
      font-size: 19px;
      font-weight: 500; }
    .cart .empty {
      text-align: center;
      font-size: 13px; }
    .cart-wrap {
      margin: 40px auto 60px; }
    .cart-list {
      width: 87.7%;
      padding: 0;
      margin-inline: auto;
      margin-top: 43px; }
      .cart-list li {
        clear: both;
        display: block;
        border-bottom: 0px;
        border-top: 1px solid #E6E6EE;
        padding: 16px 0; }
        .cart-list li:first-child {
          padding: 16px 0; }
      .cart-list-name {
        font-size: 13px;
        line-height: 1.5; }
    .cart-image {
      float: left;
      flex: 0 0 88px;
      max-width: 88px;
      margin-right: 24px; }
    .cart .info-quantity {
      flex: 1;
      display: flex;
      flex-direction: column;
      max-width: 390px; }
      .cart .info-quantity .price {
        display: block;
        text-align: right;
        font-size: 14px;
        margin-top: 5px; }
        .cart .info-quantity .price span {
          font-family: "Yantramanav", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 17px;
          font-weight: 500; }
        .cart .info-quantity .price small {
          font-size: 10px; }
    .cart-price {
      position: relative;
      min-width: auto;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .cart-price .trash {
        position: relative;
        top: initial;
        right: initial;
        font-size: 10px;
        color: black;
        text-decoration: underline;
        margin-right: 20px; }
    .cart-quantity {
      display: flex;
      align-items: center; }
      .cart-quantity-input {
        font-size: 16px;
        border-top: 1px solid #DCDCE3;
        border-bottom: 1px solid #DCDCE3;
        border-radius: inherit;
        width: 30px;
        height: 36px;
        padding: 0 5px; }
      .cart-quantity-operate {
        display: flex;
        cursor: pointer; }
        .cart-quantity-operate span {
          border: 1px solid #DCDCE3;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 36px;
          width: 36px; }
          .cart-quantity-operate span i {
            font-size: 15px;
            line-height: 0.5; }
        .cart-quantity-operate:nth-of-type(1) span {
          border-right: 0px; }
        .cart-quantity-operate:nth-of-type(2) span {
          border-left: 0px; }
    .cart-total {
      background: transparent;
      padding: 5px 0 0;
      border-top: 1px solid #9E9EAA; }
      .cart-total-title {
        font-size: 14px;
        margin-bottom: 15px; }
      .cart-total-price {
        font-size: 20px;
        margin-bottom: 0; }
        .cart-total-price span {
          font-family: "Yantramanav", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 26px;
          font-weight: 500;
          line-height: 1.1;
          margin-left: 3px; }
        .cart-total-price small {
          font-size: 10px; }
      .cart-total-caution {
        font-size: 11px; }
    .cart-order {
      margin-top: 30px; }
      .cart-order a {
        font-size: 13px;
        height: 48px;
        background-color: #AB9245; }
    .cart-link {
      line-height: 1.1;
      margin-top: -10px; }
      .cart-link a {
        font-size: 12px;
        text-decoration: underline; }
    .cart-info {
      margin-bottom: 15px; } }

@media all and (min-width: 769px) {
  .section-heading {
    padding: 0;
    margin-bottom: 75px; }
    .section-heading span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 29px;
      font-weight: 600;
      line-height: 1.1; }
    .section-heading h2 {
      font-size: 13px;
      font-weight: 400; }
  .guide {
    max-width: 800px;
    margin: 135px auto 120px; }
    .guide-contents {
      padding: 0;
      border-bottom: 0px;
      margin-bottom: 64px; }
    .guide-title {
      font-size: 16px !important;
      margin-bottom: 15px; }
    .guide p {
      font-size: 14px;
      line-height: 1.7; }
  .contract {
    max-width: 800px;
    margin: 135px auto 120px; }
    .contract-contents {
      padding: 0;
      border-bottom: 0px;
      margin-bottom: 60px; }
    .contract-title {
      margin-bottom: 4px; }
    .contract p {
      font-size: 14px;
      line-height: 1.7; }
  .policy {
    max-width: 800px;
    margin: 135px auto 120px; }
    .policy-contents {
      padding: 0;
      border-bottom: 0px;
      margin-bottom: 80px; }
    .policy h3 {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 15px; }
    .policy p, .policy li {
      font-size: 14px;
      line-height: 1.7; }
      .policy p strong, .policy li strong {
        font-weight: 500; }
    .policy p + p {
      margin-top: 2rem; }
    .policy ol {
      list-style-type: decimal;
      padding-left: 2rem; }
      .policy ol + p {
        margin-top: 2rem; }
    .policy ul + p {
      margin-top: 2rem; }
    .policy ul li {
      position: relative;
      padding-left: 1.5rem; }
      .policy ul li::before {
        position: absolute;
        left: 0;
        top: 0.1rem;
        content: "・";
        font-weight: bold; } }

@media all and (max-width: 768px) {
  .section-heading {
    text-align: center;
    padding: 0;
    margin-bottom: 47px; }
    .section-heading span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 26px;
      font-weight: 600;
      line-height: 1.1; }
    .section-heading h2 {
      font-size: 11px;
      font-weight: 400; }
  .guide {
    width: 87.7%;
    margin: 29px auto 80px; }
    .guide-contents {
      padding: 0;
      border-bottom: 0px;
      margin-bottom: 40px; }
    .guide-title {
      font-size: 15px !important;
      margin-bottom: 20px; }
    .guide p {
      font-size: 13px;
      line-height: 1.5; }
    .guide #delivery {
      display: inline-block;
      width: 1px;
      height: 1px;
      position: relative;
      top: -200px; }
  .contract {
    width: 87.7%;
    margin: 29px auto 93px; }
    .contract-contents {
      padding: 0;
      border-bottom: 0px;
      margin-bottom: 29px; }
    .contract-title {
      margin-bottom: 7px; }
    .contract p {
      font-size: 13px;
      line-height: 1.3; }
  .policy {
    width: 87.7%;
    padding: 0;
    margin: 29px auto 93px; }
    .policy-contents {
      padding: 0;
      border-bottom: 0px;
      margin-bottom: 48px; }
    .policy h3 {
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 19px; }
    .policy p, .policy li {
      font-size: 13px;
      line-height: 1.3; }
      .policy p strong, .policy li strong {
        font-weight: 500; }
    .policy p + p {
      margin-top: 2rem; }
    .policy ol {
      list-style-type: decimal;
      padding-left: 1.7rem; }
      .policy ol + p {
        margin-top: 2rem; }
    .policy ul + p {
      margin-top: 2rem; }
    .policy ul li {
      position: relative;
      padding-left: 1.5rem; }
      .policy ul li::before {
        position: absolute;
        left: 0;
        top: 0.1rem;
        content: "・";
        font-weight: bold; } }
