body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1819;
}

h1,
h2,
h3 {
  font-family: "Zen Old Mincho", serif;
}

.footer * {
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.pc {
  display: none;
}

.sepia-bg {
  background-image: url("../img/common/sepia-bg.webp");
  background-size: 400px 392px;
  background-repeat: repeat;
}

/* ヘッダー */

.header {
  width: 100%;
  z-index: 1000;
  top: 0;
}

.header__sp {
  justify-content: center;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.header__sp__r-wrap {
  display: flex;
  align-items: center;
  display: none;
}

.header__sp__l-wrap {
  display: none;
}

.header__sp__logo {
  max-width: 202px;
  margin: 0 auto;
  text-align: center;
}

.header__sp__logo>a {
  color: #fff;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-image: url("../img/common/hm__bg.webp");
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform: translateX(100%);
  font-family: "Zen Old Mincho", serif;
  overflow: auto;
}

.mobile-drawer__wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.mobile-drawer__nav {
  max-width: 376px;
  display: flex;
  flex-direction: column;
  gap: min(50px, max(20px, calc(50px + 50vh - 318px)));
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 40px 20px 0;
  margin-bottom: min(80px, max(40px, calc(80px + 100vh - 538px)));
}

.mobile-drawer__link {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.mobile-drawer__link:hover {
  color: #fff;
}

.mobile-drawer__close {
  position: absolute;
  width: 30px;
  height: 39px;
  bottom: 20px;
  right: 20px;
}

.close-btn {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ヘッダーsp ハンバーガーメニューBTN */

#btn_spmenu {
  width: 26px;
  height: 26px;
  background-image: url("../img/common/menu-button.svg");
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#btn_spmenu span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 1px;
}

/* ハンバーガーメニュー関連 */

.mobile-nav {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-image: url("../img/common/under__nav__bg.webp");
  background-size: 100%;
  /* display: none; */
}

.mobile-nav__list {
  display: flex;
  justify-content: center;
  gap: min(35px, max(25px, calc(35px + 50vw - 180px)));
  margin: 0 auto;
  height: 40px;
}

.mobile-nav__icon {
  width: fit-content;
  margin: 0 auto;
}

.mobile-nav__icon img {
  display: block;
  width: auto;
}

.mobile-nav__item,
.mobile-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav__item--home .mobile-nav__icon img {
  height: 20.5px;
}

.mobile-nav__item--login .mobile-nav__icon img {
  height: 21.5px;
}

.mobile-nav__item--cart .mobile-nav__icon img {
  height: 21.5px;
}

.mobile-nav__item--menu .mobile-nav__icon img {
  height: 22px;
}

.mobile-nav__link {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 40px;
  align-items: center;
}

.mobile-nav__label {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.sidebar {
  display: none;
}

/* 共通 */
.content-wrapper {
  overflow: hidden;
}

section {
  position: relative;
}

.br__pc {
  display: none;
}

.h__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: normal;
  color: #1a1819;
}

.h__ttl--white {
  color: #fff;
}

.common-text {
  font-size: 16px;
  line-height: 28px;
}

.pankuzu {
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 0 27px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 100;
}

.send {
  text-decoration: underline;
}

.send a {
  color: #1a1819;
}

.now {
  text-decoration: underline;
}

.pankuzu__arrow {
  margin: 0 10px;
  font-size: 20px;
  position: relative;
  top: 0px;
}

.pankuzu__icon {
  width: 15px;
  margin-right: 10px;
}

.mobile-drawer__item--login::before {
  content: "";
  background-image: url("../img/common/login.svg");
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
}

.mobile-drawer__subnav {
  display: flex;
  flex-wrap: wrap;
  max-width: 376px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 20px;
  column-gap: 27px;
}

.mobile-drawer__subnav-item {
  margin-bottom: 20px;
}

.mobile-drawer__subnav-item a {
  color: #fff;
}

.mobile-drawer__subnav-item:last-child {
  width: 100%;
}

.mobile-drawer__logo {
  width: 60px;
  display: block;
  margin: 20px;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.side-wrap {
  display: none;
}

.header__pc__nav__btn__wrap {
  display: none;
}

.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #870101;
  max-width: 335px;
  height: 60px;
  border-radius: 10px;
  margin: 40px auto 0;
  font-weight: 600;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.21);
  font-size: 19px;
  line-height: 1;
  width: 100%;
  border: none;
}

.common-button::after {
  content: "";
  background-image: url("../img/common/common-button-arrow.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 18px;
  left: auto;
}

.common-button--black {
  background-color: #333333;
}

.common-button--black {
  color: #fff;
}

.common-button--black::after {
  background-image: url("../img/common/white-arrow.svg");
  right: auto;
  left: 18px;
}

.common-bg {
  background-image: url("../img/common/common-bg.webp");
  background-size: 400px;
}

.white-bg {
  background-image: url("../img/common/so-white.webp");
  background-size: 400px 392px;
}

/* フッター */
.footer {
  background-color: #000;
  background-image: url("../img/common/footer__bg-sp.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
}

.footer-title {
  font-size: 20px;
  font-weight: 400;
  padding: 0 20px;
  box-sizing: content-box;
}

.footer-content {
  margin-top: 40px;
  padding: 0 20px;
  box-sizing: content-box;
}

.footer-section {
  margin-bottom: 51px;
}

.footer-section__title {
  padding-bottom: 14px;
  border-bottom: #fff 1px solid;
  font-weight: 400;
}

.footer-section__title::before {}

.footer-section--delivery>.footer-section__title::before {
  content: "";
  background-image: url("../img/common/icon-delivery.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 11px;
}

.footer-section--payment>.footer-section__title::before {
  content: "";
  background-image: url("../img/common/icon-payment.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 12px;
}

.footer-section--return>.footer-section__title::before {
  content: "";
  background-image: url("../img/common/icon-return.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 39px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 8px;
}

.footer-section__content {
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-top: 16px;
  font-weight: 300;
}

.footer-section__subtitle {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

.footer-links {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}

.footer-link {
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

.footer-link:nth-child(1) {
  padding-right: 16px;
}

.footer-link:nth-child(1)::after {
  background-color: #fff;
  width: 1px;
  height: 18px;
  content: "";
  display: inline-block;
  position: relative;
  background-position: center center;
  margin-left: 16px;
}

@media (max-width: 336px) {
  .footer-link:nth-child(1)::after {
    display: none;
  }
}

.footer-link:nth-child(3) {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 466px) {
  .footer-link:nth-child(2)::after {
    background-color: #fff;
    width: 1px;
    height: 18px;
    content: "";
    display: inline-block;
    position: relative;
    background-position: center center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-link:nth-child(3) {
    width: auto;
    margin-bottom: 20px;
  }
}

.footer__logo {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
}

.footer__address {
  text-align: center;
  font-size: 14px;
  line-height: calc(26 / 14);
}

.footer__address>a {
  color: #fff;
}

.cr {
  background-color: #3e3e3e;
  margin-bottom: 80px;
  margin-top: 8px;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 12px;
}

.fab {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 110px;
  right: 0;
  z-index: 1000;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.fab__item {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 6px 0 0 6px;
  background-repeat: no-repeat;
  background-position: center;
}

.fab__item--to-top {
  background-color: #870101;
  background-image: url("../img/common/to-top.svg");
  background-size: 21px 28px;
}

.fab.show {
  opacity: 1;
  visibility: visible;
}

.fab__item--instagram {
  background-color: #898989;
  background-image: url("../img/common/icon-insta.svg");
  background-size: 20px 20px;
}

.bullet {
  display: inline-block;
  text-align: center;
  width: 20px;
}

.logo {
  position: absolute;
  width: 60px;
  top: 20px;
  left: 20px;
  z-index: 1001;
}

.page-cover {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 500px;
  position: relative;
}

.scroll-guide {
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.scroll-guide:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #aaaaa9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scrollGuideAnimation 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollGuideAnimation 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrollGuideAnimation {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.page-cover__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.page-cover__title::before,
.page-cover__title::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.page-cover__title::before {
  top: -12px;
  left: -3px;
}

.page-cover__title::after {
  bottom: -12px;
  right: -3px;
  transform: scale(-1, -1);
}

.page-cover__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb {
  position: absolute;
  top: 90px;
  left: 20px;
}

.breadcrumb__list {
  display: flex;
  gap: 5px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb__list::before {
  content: "";
  display: block;
  background-image: url("../img/common/pankuzu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  object-fit: contain;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__item,
.breadcrumb__item a {
  position: relative;
  color: #1a1819;
  font-size: 11px;
  line-height: 17px;
}

.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background-image: url("../img/common/pankuzu-arrow.svg");
  background-size: contain;
  margin-right: 5px;
}

.pager {
  display: flex;
  align-items: center;
  margin: 60px auto 0;
  width: 219px;
}

.pager .pager__item,
.pager .pager__item--active {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
  height: fit-content;
}

.pager .pager__item a {
  text-decoration: none;
  margin: 0px 13px;
  padding: 0;
  padding-bottom: 2px;
  color: #870101;
  font-size: 14px;
  transition: all 0.2s ease;
  width: 14px;
  text-align: center;
}

.pager .pager__item--active a {
  color: #870101;
  font-weight: bold;
  border-bottom: 1px solid #870101;
}

.pager__item--ellipsis {
  margin-left: -20px;
}

.pager .ellipsis {
  position: relative;
  color: #870101;

  font-size: 14px;
  top: -1px;
}

.pager a.next-btn {
  display: block;
  background-image: url("../img/common/pager.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}

.footer-section__content>div {
  display: flex;
}

.form-control {
  border: none;
}

.mypage {
  padding-top: 100px;
}

.ec-off4Grid {
  margin-bottom: 80px;
}

.ec_content__wrapper {
  padding-top: 100px;
}

.ec-registerRole {
  padding-top: 100px;
}

.ec-AddAddress__actions {
  margin-bottom: 80px;
}

.otodoke__txt {
  margin-bottom: 10px;
}

.ec-progress .ec-progress__number {
  background-color: #333333;
  font-family: "Zen Old Mincho", serif;
}

.ec-progress .is-complete .ec-progress__number {
  background-color: #870101;
}

/* .ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #333333;
  width: 100%;
  height: 1px;
  top: 21px;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
} */
.ec-progress .ec-progress__item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  background: #333333;
  width: 100%;
  height: 1px;
  top: 15px;
  left: 50%;
  margin-left: 0;
  z-index: -1;
}



.ec-progress .ec-progress__label {
  font-size: 12px;
  color: #1a1819;
}

.ec-progress .is-complete .ec-progress__label {
  color: #870101;
}

.page__margin02 {
  padding-top: 100px;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  position: absolute;
  right: 20px;
  top: 20px;
}

.shipping_edit__content {
  padding-top: 20px;
}

.shopping__content {
  padding-top: 0;
}

/* エラーアイコン */
.ec-cartRole__error {
  margin: 0 auto;
  margin-top: 40px;
}

.ec-alert-warning__icon {
  width: 100px;
  margin: 0 auto;
}

/*  */
.shipping_multiple_edit__content__wrap {
  padding-top: 0;
}

.siharai__ttl {
  color: #1a1819;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.siharai__ttl>h1 {
  border: none;
}


.giide__content {
  padding-top: 100px;
}

@media (min-width: 768px) {

  .sp,
  .logo {
    display: none;
  }

  .pc {
    display: initial;
  }

  .breadcrumb {
    top: 90px;
    left: min(130px, max(20px, calc(130px + 50vw - 683px)));
  }

  .breadcrumb__list::before {
    width: 14px;
    height: 12px;
  }

  .breadcrumb__item,
  .breadcrumb__item a {
    font-size: 13px;
  }

  @media (min-width: 1367px) {
    .breadcrumb {
      left: min(281px, max(130px, calc(281px + 50vw - 960px)));
    }
  }

  .page-cover {
    height: 100vh;
  }

  .page-cover__title {
    font-size: 45px;
    line-height: normal;
    width: auto;
  }

  .page-cover__title::before,
  .page-cover__title::after {
    content: "";
    width: 41px;
    height: 41px;
  }

  .page-cover__title::before {
    top: -3px;
    left: -15px;
  }

  .page-cover__title::after {
    bottom: -6px;
    right: -22px;
    transform: scale(-1, -1);
  }

  .common-button::after {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    margin: 0;
  }

  .header {
    position: fixed;
    z-index: 1000;
    width: 210px;
  }

  main,
  .footer {
    width: calc(100% - 210px);
    margin-left: auto;
  }

  .footer {
    margin: 0;
    padding: 0;
    padding-top: 100px;
    margin-left: auto;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-drawer {
    display: none;
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100vh;
    font-size: 16px;
  }

  .sidebar__logo-image {
    width: 135px;
    margin: min(40px, max(20px, calc(40px + 50vh - 300px))) auto 0;
    display: block;
  }

  .sidebar__nav {
    margin: 0 auto;
    text-align: left;
  }

  .sidebar__nav-link {
    position: relative;
  }

  .sidebar__nav-link::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    transition: all 0.5s;
    background-color: #fff;
  }

  .sidebar__nav-link:hover::after {
    width: 100%;
  }

  .header__sp__logo {
    margin-left: 0;
    margin-right: 101px;
    padding: 0;
    text-align: left;
  }

  .header {
    position: fixed;
    width: 210px;
    max-width: 210px;
    min-width: 210px;
    background-image: url("../img/common/header__pc__bg.webp");
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .sidebar__nav-list {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }

  .sidebar__nav-list a {
    color: #fff;
  }

  .sidebar__shop-item {
    height: min(76px, max(40px, calc(76px + 50vh - 287px)));
    width: 100%;
  }

  .sidebar__shop-item--login {
    background-color: #1a1819;
  }

  .sidebar__shop-item--login a::before {
    content: "";
    display: inline-block;
    background-image: url("../img/common/login.svg");
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    position: relative;
    top: 1px;
  }

  .sidebar__shop-item--cart {
    background-color: #840301;
    transition: all 0.3s;
  }

  .sidebar__shop-item--cart:hover {
    background-color: #af0101;
  }

  .sidebar__shop-item--cart a::before {
    content: "";
    display: inline-block;
    background-image: url("../img/common/cart.svg");
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .sidebar__shop-item--instagram {
    background-color: #898989;
  }

  .sidebar__shop-item--instagram a::before {
    content: "";
    display: inline-block;
    background-image: url("../img/common/icon-insta.svg");
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .sidebar__shop-item>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.3s;
  }

  .sidebar__shop-item {
    transition: all 0.3s;
  }

  .sidebar__shop-item:hover {
    background-color: #fff;
  }

  .sidebar__shop-item--login:hover a {
    color: #1a1819;
  }

  .sidebar__shop-item--cart:hover a {
    color: #840301;
  }

  .sidebar__shop-item--login:hover a::before {
    background-image: url("../img/common/icon-person.svg");
  }

  .sidebar__shop-item--cart:hover a::before {
    background-image: url("../img/common/icon-cart-red.svg");
  }

  .sidebar__shop-item--instagram:hover a::before {
    background-image: url("../img/common/icon-instagram-grey.svg");
  }

  .header__pc__subnav {
    position: absolute;
    top: 80px;
    width: 223px;
    right: calc((-223px + 67.2px) / 2);
    margin: auto;
    display: none;
  }

  .header__pc__subnav__list {
    background-color: #03367b;
    position: relative;
    padding: 20px 27px;
    text-align: center;
    font-size: 12px;
  }

  .header__pc__subnav__list>li {
    margin-bottom: 20px;
  }

  .header__pc__subnav__list>li>a {
    color: #fff;
  }

  .header__pc__subnav__list::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid #03367b;
    position: absolute;
    top: -17px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .common-button {
    max-width: 230px;
    height: 50px;
    font-size: 16px;
    transition: all 0.3s;
  }

  .common-button::after {
    transition: all 0.2s;
  }

  .common-button:hover {
    background-color: #af0101;
  }

  .common-button:hover::after {
    filter: brightness(1.2);
  }

  .common-button--black:hover {
    background-color: #737373;
  }

  .common-button--black:hover::after {
    background-image: url("../img/common/icon-button-arrow-grey.svg");
  }

  .common-button--black::after {
    left: 10px;
  }

  .fab {
    cursor: pointer;
    right: 10px;
    bottom: 40px;
  }

  .fab__item {
    border-radius: 6px;
    width: 60px;
    height: 60px;
  }

  .fab__item--to-top {
    transition: 0.3s;
  }

  .fab__item--to-top:hover {
    background-color: #af0101;
  }

  .fab__item--instagram {
    display: none;
  }

  @media (max-width: 1240px) {
    .header__sp {
      padding: 0 30px;
    }
  }

  @media (max-width: 1080px) {
    .header__sp {
      padding: 0 10px;
    }

    .header__sp__r-wrap {
      display: block;
      margin-right: 25px;
    }

    .header__pc__nav>li {}

    .header__pc__subnav {
      position: absolute;
      top: 80px;
      width: 223px;
      right: calc((-223px + 59.2px) / 2);

      margin: auto;
      display: none;
    }

    .header__pc__nav>li:not(:last-child) {
      margin-right: 18px;
    }

    .header__pc__nav__item_e {
      font-size: 10px;
      text-align: center;
      margin-top: 12px;
    }

    .header__sp__logo {
      margin-right: 25px;
    }

    .header__sp__logo {
      font-size: 19px;
    }

    .header__sp__logo>a {
      font-size: 19px;
    }

    .header__sp__nav__under {
      font-size: 14px;
    }

    .nav-e {
      font-size: 10px;
      margin-top: 5px;
    }
  }

  /* 共通 */

  .br__pc {
    display: block;
  }

  .br__sp {
    display: none;
  }

  .content-wrapper {
    padding: 0 27px;
    overflow: hidden;
  }

  .h__ttl {
    font-size: 35px;
    line-height: 58px;
  }

  .pankuzu {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0 27px;
    /* margin: 0 -27px; */
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }

  .cr {
    margin-bottom: 0;
  }

  .mypage .ec-layoutRole__main, .ec_content__wrapper {
    margin-left: 230px;
  }

  .ec_content__wrapper {
    padding-top: 0;
  }

  .mypage {
    padding-top: 0;
  }

  .ec-registerRole {
    padding-top: 100px;
    margin-left: 210px;
    width: calc(100% - 210px);
  }

  .otodoke__txt {
    margin-bottom: 0px;
  }

  .ec-AddAddress__actions {
    margin-bottom: 80px !important;
  }

  .page__margin {
    padding-left: 210px;
  }

  .shipping_edit__content, .shopping__content {
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
  }

  .reset__content__wrap {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
  }

  .reset__content {
    margin-left: 210px;
  }

  .page__margin02 {
    padding-top: 160px;
  }

  .shipping_multiple_edit__content__wrap {
    padding-top: 0;
    margin-left: 210px;
    width: calc(100% - 210px);
  }

  .shipping_multiple_edit__content {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }

  .shipping_multiple_edit__content__ec-off1Grid {
    justify-content: center;
  }

  .ec-progress .ec-progress__item:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    background: #333333;
    width: 100%;
    height: 1px;
    top: 21px;
    left: 50%;
    margin-left: 0;
    z-index: -1;
  }

  .credit_card__box {
    padding-top: 40px !important;
  }

  .button_width {
    max-width: 302px;
    width: 50% !important;
    margin: auto !important;
  }

  .content__auto {
    margin: auto !important;
  }

  .giide__content {
    padding-top: 0;
    margin-left: 230px;
    width: calc(100% - 230px);
  }

  .giide__content__inner {
    margin: 0 auto;
  }
}

@media (min-width: 970px) {

  /* フッター */
  .footer {
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: url("../img/common/footer__bg-pc.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    max-width: none;
    margin-left: auto;
  }

  .footer-content {
    display: flex;
    max-width: calc(896px + 48px);
    margin: 33px auto 0;
    padding: 0 20px;
    box-sizing: content-box;
  }

  .footer-title {
    font-size: 25px;
    max-width: calc(896px + 48px);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }

  .footer-section--delivery>.footer-section__title::before {
    content: "";
    background-image: url("../img/common/icon-delivery.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 0px;
    margin-bottom: 7.45px;
  }

  .footer-section--payment>.footer-section__title::before {
    content: "";
    background-image: url("../img/common/icon-payment.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 3px;
    margin-bottom: 10.43px;
  }

  .footer-section--return>.footer-section__title::before {
    content: "";
    background-image: url("../img/common/icon-return.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 39px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -7px;
    margin-bottom: 5.83px;
  }

  .footer-contanet {
    margin-top: 33px;
    display: flex;
    max-width: 896px;
  }

  .footer-section {
    margin-bottom: 0;
    padding-bottom: 46px;
    padding-top: 7px;
  }

  .footer-section--delivery {
    padding-right: 24px;
    width: calc(290 / 896 * 100%);
  }

  .footer-section--payment {
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    padding: 0 23.5px;
    width: calc(314 / 896 * 100%);
  }

  .footer-section--return {
    padding-left: 24px;
    width: calc(290 / 896 * 100%);
  }

  .footer-section__title {
    padding-bottom: 25px;
    border-bottom: none;
    text-align: center;
  }

  .footer-section__content {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 16px;
  }

  .footer-section__subtitle {
    font-size: 15px;
    font-weight: 500;
  }

  .footer-links {
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .footer-link {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-link:nth-child(1) {
    padding-right: 25px;
  }

  .footer-link:nth-child(2) {
    padding-right: 5px;
  }

  .footer-link:nth-child(1)::after {
    background-color: #fff;
    width: 1px;
    height: 18px;
    content: "";
    display: inline-block;
    position: relative;
    background-position: center center;
    margin-left: 25px;
  }

  .footer-link:nth-child(2)::after {
    background-color: #fff;
    width: 1px;
    height: 18px;
    content: "";
    display: inline-block;
    position: relative;
    background-position: center center;
    margin-left: 25px;
  }

  .footer-link:nth-child(3) {
    width: auto;
    margin-bottom: 0;
  }

  .footer__logo {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
  }

  .footer__address {
    text-align: center;
    font-size: 16px;
    line-height: calc(28 / 16);
  }

  .footer__address>a {
    color: #fff;
  }

  .cr {
    background-color: #3e3e3e;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    line-height: 2;
  }

  .pager a {
    border-bottom: 1px solid rgba(135, 1, 1, 0);
    transition: all 0.2s ease;
  }

  .pager a:hover:not(.next-btn, .pager__item--ellipsis a) {
    border-bottom: 1px solid rgba(135, 1, 1, 1);
    filter: brightness(1.2);
  }

  .pager a.next-btn:hover,
  .pager a.pager__item--ellipsis {
    filter: brightness(1.2);
  }

  .ec-off1Grid .ec-off1Grid__cell {
    margin-left: 0;
  }
}