@charset "UTF-8";
/***********************共通設定************************/
/* 750以下  */
/* 751以上 */
/* 1000以下  */
/* 1001以上  */
/* 1260以下  */
/* 1261以上  */
/* ホバー
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  color: #343434;
}

a img {
  border: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
label,
select,
textarea {
  vertical-align: middle;
}

button {
  color: unset;
  background-color: unset;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

/* defaul.cssの打ち消し
---------------------------------------------------------- */
div#main-column > section {
  width: 100%;
}

#sub-column {
  display: none;
}

#main-column {
  width: 100%;
  float: unset;
  padding: 0;
}
#main-column h2 {
  font-size: inherit;
  color: #343434;
  letter-spacing: inherit;
  padding: 0;
  margin: 0;
  border: none;
  background: inherit;
}

article p {
  color: #343434;
}

article h1 {
  font-family: inherit;
  color: #343434;
  letter-spacing: inherit;
}

.header_area:not(:has(div)) {
  display: none;
}

#page-top {
  display: none;
}

.cart-section > img {
  width: auto;
  height: auto;
}

body {
  height: auto;
}

body:not(#EST_SPS_cart, #EST_SPS_regi), header, footer, #cart-header, #cart-footer {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  color: #343434;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 751px) {
  body:not(#EST_SPS_cart, #EST_SPS_regi), header, footer, #cart-header, #cart-footer {
    font-size: 14px;
  }
}

/* 謎のウェブビーコンを小さくするためのスタイル
---------------------------------------------------------- */
body > img,
#main-column > img {
  display: none;
}

/* インナー
---------------------------------------------------------- */
:root {
  --inner_padding: 20px;
}
@media all and (min-width: 751px) {
  :root {
    --inner_padding: 83px;
  }
}

.inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 var(--inner_padding);
}

#contents {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: var(--header_height) var(--inner_padding) 0;
  overflow: unset;
}

#wrapper {
  overflow: hidden;
}

/* 表示 非表示
---------------------------------------------------------- */
.forSP {
  display: block;
}
@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

.forPC {
  display: none;
}
@media all and (min-width: 751px) {
  .forPC {
    display: block;
  }
}

/* header高さ
---------------------------------------------------------- */
:root {
  --header_height: 66px;
}
@media all and (min-width: 751px) {
  :root {
    --header_height: 80px;
  }
}

/* パンくずリスト
---------------------------------------------------------- */
#bread-crumb {
  padding: 14px 0 20px;
}
@media all and (min-width: 751px) {
  #bread-crumb {
    padding: 30px 0 20px;
  }
}
#bread-crumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em;
}
#bread-crumb ol li {
  background: unset;
  float: unset;
  letter-spacing: inherit;
  padding: 0;
  font-size: 10px;
}
@media all and (min-width: 751px) {
  #bread-crumb ol li {
    font-size: 12px;
  }
}
#bread-crumb ol li:not(:first-child)::before {
  content: "-";
  margin-right: 0.4em;
}

.header_inner {
  position: fixed;
  top: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  height: var(--header_height);
  background: #fff;
  width: 100%;
}
@media all and (min-width: 751px) {
  .header_inner {
    padding: 26px 40px;
  }
}

.header_logo {
  width: max(180px, 45%);
}
@media all and (min-width: 751px) {
  .header_logo {
    width: 340px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .header_logo {
    width: 300px;
  }
}

.header_menu {
  margin-left: auto;
}

@media all and (max-width: 750px) {
  .header_menu_pc {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .header_menu_pc .header_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media all and (min-width: 751px) {
  .header_nav {
    gap: 36px;
  }
}
.header_nav li {
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.1em;
}
@media all and (min-width: 751px) {
  .header_nav li {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}
.header_nav li a {
  position: relative;
  display: block;
  padding-top: 25px;
}
@media all and (min-width: 751px) {
  .header_nav li a {
    padding-top: 40px;
  }
}
.header_nav li a::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1;
  width: 23px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 751px) {
  .header_nav li a::after {
    top: 5px;
    width: 32px;
  }
}
.header_nav li.header_nav_mypage a::after {
  background-image: url(../images/common/icon_mypage.png);
}
.header_nav li.header_nav_cart a::after {
  background-image: url(../images/common/icon_cart.png);
}
.header_nav li.header_nav_cart a .item_cnt {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 1px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  min-width: 13px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #e0e0e0;
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  font-size: 10px;
  padding: 0.01em 0.2em 0.1em;
}
@media all and (min-width: 751px) {
  .header_nav li.header_nav_cart a .item_cnt {
    top: 8px;
    min-width: 16px;
    font-size: 11px;
  }
}
.header_nav li.header_nav_drawer {
  position: relative;
  cursor: pointer;
  padding-top: 25px;
}
@media all and (min-width: 751px) {
  .header_nav li.header_nav_drawer {
    padding-top: 40px;
  }
}
.header_nav li.header_nav_drawer .hamburger {
  aspect-ratio: 1;
  width: 23px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media all and (min-width: 751px) {
  .header_nav li.header_nav_drawer .hamburger {
    top: 4px;
    width: 36px;
  }
}
.header_nav li.header_nav_drawer .hamburger span {
  position: absolute;
  width: 75%;
  height: 1.5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #343434;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .header_nav li.header_nav_drawer .hamburger span {
    height: 2px;
  }
}
.header_nav li.header_nav_drawer .hamburger span:nth-child(1) {
  top: calc(50% - 5px);
}
@media all and (min-width: 751px) {
  .header_nav li.header_nav_drawer .hamburger span:nth-child(1) {
    top: calc(50% - 7px);
  }
}
.header_nav li.header_nav_drawer .hamburger span:nth-child(3) {
  top: calc(50% + 5px);
}
@media all and (min-width: 751px) {
  .header_nav li.header_nav_drawer .hamburger span:nth-child(3) {
    top: calc(50% + 7px);
  }
}
@media all and (max-width: 750px) {
  .header_nav li.header_nav_drawer.drawer_open.active {
    font-size: 0;
  }
  .header_nav li.header_nav_drawer.drawer_open.active::after {
    content: attr(data-close-text);
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: -0.1em;
    padding: 0 0.5em;
  }
  .header_nav li.header_nav_drawer.drawer_open.active span {
    top: 50%;
  }
  .header_nav li.header_nav_drawer.drawer_open.active span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header_nav li.header_nav_drawer.drawer_open.active span:nth-child(2) {
    opacity: 0;
  }
  .header_nav li.header_nav_drawer.drawer_open.active span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.header_nav li.header_nav_drawer.drawer_close .hamburger span {
  top: 50%;
}
.header_nav li.header_nav_drawer.drawer_close .hamburger span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header_nav li.header_nav_drawer.drawer_close .hamburger span:nth-child(2) {
  opacity: 0;
}
.header_nav li.header_nav_drawer.drawer_close .hamburger span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ハンバーガーメニューの内部
---------------------------------------------------------- */
#gnav {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: var(--header_height);
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #fff;
  z-index: 10;
  padding: 44px 40px 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow-y: scroll;
}
@media all and (min-width: 751px) {
  #gnav {
    top: 0;
    z-index: 100;
    width: 340px;
    padding: 26px 40px 40px;
  }
}
@media all and (min-width: 751px) {
  #gnav .gnav_menu {
    margin-top: 50px;
  }
}
#gnav .gnav_menu li {
  border-top: 1px solid #e8e8e8;
}
#gnav .gnav_menu li a {
  display: block;
  padding: 16px 0;
  letter-spacing: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #gnav .gnav_menu li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #gnav .gnav_menu li a:hover {
    opacity: 0.6;
  }
}
#gnav .gnav_menu li .ext {
  position: relative;
}
#gnav .gnav_menu li .ext::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/external_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 11/9;
  width: 11px;
  top: 55%;
  right: -7px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#gnav .gnav_menu li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
#gnav .sns_menu {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #gnav .sns_menu {
    margin-top: 40px;
  }
}
#gnav .sns_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media all and (min-width: 751px) {
  #gnav .sns_menu ul {
    gap: 13px;
  }
}
#gnav .sns_menu ul li {
  width: 20px;
}
@media all and (min-width: 751px) {
  #gnav .sns_menu ul li {
    width: 25px;
  }
}
@media (hover: hover) {
  #gnav .sns_menu ul li a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gnav .sns_menu ul li a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#gnav .company_menu {
  margin-top: 26px;
}
@media all and (min-width: 751px) {
  #gnav .company_menu {
    margin-top: 35px;
  }
}
#gnav .company_menu li {
  font-size: 11px;
}
@media all and (min-width: 751px) {
  #gnav .company_menu li {
    font-size: 12px;
  }
}
#gnav .company_menu li:not(:last-child) {
  margin-bottom: 8px;
}
#gnav .company_menu li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #gnav .company_menu li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #gnav .company_menu li a:hover {
    opacity: 0.6;
  }
}
#gnav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* エリア外
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(52, 52, 52, 0.33);
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: fadeOut 1s ease-in-out forwards;
          animation: fadeOut 1s ease-in-out forwards;
}
@-webkit-keyframes fadeOut {
  from {
    background: rgb(255, 255, 255);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes fadeOut {
  from {
    background: rgb(255, 255, 255);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}
body.active {
  overflow: hidden;
}
@media all and (min-width: 751px) {
  body.active .header_overlay {
    visibility: visible;
    opacity: 1;
    z-index: 80;
  }
}

/* ==========================================================================//
//
// footer
//
// ========================================================================== */
footer {
  margin-top: 90px;
}
@media all and (min-width: 751px) {
  footer {
    margin-top: 160px;
  }
}

/* Instagram
---------------------------------------------------------- */
.insta_contents {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .insta_contents {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 751px) {
  .insta_contents a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .insta_contents a:hover {
    opacity: 0.6;
  }
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
.footer {
  padding: 50px 0 30px;
  background: #f5f5f5;
}
@media all and (min-width: 751px) {
  .footer {
    padding: 70px 0 40px;
  }
}
@media all and (min-width: 930px) {
  .footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .column_wrap .logo {
  width: 189px;
}
@media all and (min-width: 751px) {
  .footer .column_wrap .logo {
    width: 254px;
  }
}
.footer .column_wrap .sns_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media all and (min-width: 930px) {
  .footer .column_wrap .sns_list {
    margin-top: 40px;
    gap: 13px;
  }
}
.footer .column_wrap .sns_list .item a img {
  width: 20px;
  height: 20px;
}
@media all and (min-width: 751px) {
  .footer .column_wrap .sns_list .item a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer .column_wrap .sns_list .item a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.footer .pro_abo {
  margin-top: 50px;
}
@media all and (min-width: 930px) {
  .footer .pro_abo {
    margin-top: 0;
    gap: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowraps;
  }
}
@media all and (min-width: 930px) {
  .footer .pro_abo .product, .footer .pro_abo .about {
    min-width: 186px;
  }
}
.footer .pro_abo .about {
  margin-top: 30px;
}
@media all and (min-width: 930px) {
  .footer .pro_abo .about {
    margin-top: 0;
  }
}
@media all and (max-width: 750px) {
  .footer .pro_abo .about .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .footer .pro_abo .about .nav_list .menu {
    width: 50%;
  }
}
.footer .pro_abo p {
  margin-bottom: 13px;
  padding-bottom: 9px;
  font-size: 15px;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (min-width: 751px) {
  .footer .pro_abo p {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.footer .pro_abo .nav_list .menu {
  font-size: 13px;
  /* 外部リンクに遷移するメニュー */
}
@media all and (min-width: 751px) {
  .footer .pro_abo .nav_list .menu {
    font-size: 14px;
  }
}
@media all and (min-width: 751px) {
  .footer .pro_abo .nav_list .menu:not(:first-child) {
    margin-top: 13px;
  }
}
@media all and (min-width: 751px) {
  .footer .pro_abo .nav_list .menu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer .pro_abo .nav_list .menu:hover {
    opacity: 0.6;
  }
}
.footer .pro_abo .nav_list .menu .ex {
  padding-right: 16px;
  position: relative;
}
.footer .pro_abo .nav_list .menu .ex::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/external_link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.footer .bottom {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 12px;
}
@media all and (min-width: 930px) {
  .footer .bottom {
    padding-top: 201px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 751px) and (max-width: 929px) {
  .footer .bottom {
    padding-top: 100px;
  }
}
@media all and (max-width: 929px) {
  .footer .bottom .copy {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 929px) {
  .footer .bottom .copy {
    margin-top: 80px;
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .footer .bottom .other_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media all and (max-width: 750px) {
  .footer .bottom .other_nav .menu:not(:first-child) {
    margin-top: 10px;
  }
}
@media all and (min-width: 751px) {
  .footer .bottom .other_nav .menu a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer .bottom .other_nav .menu a:hover {
    opacity: 0.6;
  }
}

/* ==========================================================================//
//
// TOP
//
// ========================================================================== */
.btn a {
  display: block;
  color: #fff;
  background: #343434;
  border: 1px solid #343434;
  padding: 14px;
  max-width: 260px;
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 750px) {
  .btn a {
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) {
  .btn a {
    font-size: 16px;
  }
}
.btn a:hover {
  color: #343434;
  background: #fff;
}

/* MV
---------------------------------------------------------- */
.top_mv_wrap {
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.top_mv_wrap .main_copy {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
}
@media all and (min-width: 751px) {
  .top_mv_wrap .main_copy {
    bottom: 60px;
    left: 60px;
  }
}
.top_mv_wrap .main_copy span {
  display: block;
  color: #fff;
}
.top_mv_wrap .main_copy .en {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 12vw;
}
@media all and (min-width: 751px) {
  .top_mv_wrap .main_copy .en {
    font-size: 5.8vw;
  }
}
.top_mv_wrap .main_copy .jp {
  font-weight: 500;
  font-size: 3.8vw;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .top_mv_wrap .main_copy .jp {
    font-size: 1.7vw;
    line-height: 2.04;
    letter-spacing: 0.07em;
  }
}

/* Wayo Future Fashion Sight
---------------------------------------------------------- */
#main-column .sec_future {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 751px) {
  #main-column .sec_future {
    padding-top: 160px;
  }
}
#main-column .sec_future::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url(../images/top/bg_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(312px, 83.25%);
  height: 267px;
  top: 43%;
  right: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
@media all and (min-width: 751px) {
  #main-column .sec_future::before {
    width: min(645px, 47.22%);
    height: 553px;
    top: 7%;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
}
@media screen and (min-width: 751px) and (max-width: 819px) {
  #main-column .sec_future::before {
    top: 60%;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media all and (min-width: 820px) {
  #main-column .sec_future .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main-column .sec_future .wrap .image {
  margin-left: calc(50% - 50vw);
}
@media all and (max-width: 750px) {
  #main-column .sec_future .wrap .image {
    width: 95%;
  }
}
@media all and (max-width: 819px) {
  #main-column .sec_future .wrap .image {
    text-align: center;
  }
}
@media screen and (min-width: 820px) and (max-width: 1366px) {
  #main-column .sec_future .wrap .image {
    width: 60.45%;
  }
}
@media all and (min-width: 1367px) {
  #main-column .sec_future .wrap .image {
    margin-left: 0;
    width: 55%;
  }
}
@media all and (min-width: 1000px) {
  #main-column .sec_future .wrap .texts {
    width: 35.7%;
  }
}
@media screen and (min-width: 820px) and (max-width: 999px) {
  #main-column .sec_future .wrap .texts {
    width: 45%;
  }
}
#main-column .sec_future .wrap .texts .sec_ttl {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  letter-spacing: 0.01em;
  margin: 40px 0 15px;
  font-size: 33px;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  #main-column .sec_future .wrap .texts .sec_ttl {
    margin: 0 0 22px;
    text-align: left;
    line-height: 1.4;
    font-size: clamp(44px, 3.96vw, 54px);
  }
}
@media all and (max-width: 819px) {
  #main-column .sec_future .wrap .texts .sec_ttl {
    text-align: center;
    margin: 40px 0 22px;
  }
}
#main-column .sec_future .wrap .texts p {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2.06;
}
@media all and (min-width: 751px) {
  #main-column .sec_future .wrap .texts p {
    text-align: left;
    line-height: 2;
    font-size: clamp(20px, 1.76vw, 24px);
  }
}
@media all and (max-width: 819px) {
  #main-column .sec_future .wrap .texts p {
    text-align: center;
  }
}
#main-column .sec_future .wrap .texts .btn {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  #main-column .sec_future .wrap .texts .btn {
    margin-top: 50px;
  }
}
@media all and (max-width: 819px) {
  #main-column .sec_future .wrap .texts .btn a {
    margin: 0 auto;
  }
}

/* Wayo Original Goods
---------------------------------------------------------- */
.original_contents {
  display: block;
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  .original_contents {
    margin-top: 140px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .original_contents {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .original_contents:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .original_contents:hover img {
    opacity: 1;
  }
}

/* ==========================================================================//
//
// 商品一覧ページ
//
// ========================================================================== */
/* グループ専用ヘッダ
---------------------------------------------------------- */
/* ファッション */
#main-column .fashion-head {
  margin-bottom: 70px;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head {
    margin-bottom: 120px;
  }
}
#main-column .fashion-head__mv {
  position: relative;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__mv .copy_wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #fff;
    padding: 23px 36px 24px 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .fashion-head__mv .copy_wrap {
    padding: 14px 26px 14px 0;
  }
}
#main-column .fashion-head__mv .copy_wrap .copy {
  font-size: inherit;
  padding: 0;
  margin: 0;
}
#main-column .fashion-head__mv .copy_wrap .copy span {
  display: block;
}
#main-column .fashion-head__mv .copy_wrap .copy .en {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 32px;
  line-height: 1.375;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__mv .copy_wrap .copy .en {
    font-size: 41px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .fashion-head__mv .copy_wrap .copy .en {
    font-size: 30px;
  }
}
#main-column .fashion-head__mv .copy_wrap .copy .jp {
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__mv .copy_wrap .copy .jp {
    font-size: 15px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .fashion-head__mv .copy_wrap .copy .jp {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media all and (max-width: 750px) {
  #main-column .fashion-head__mv .image {
    margin-inline: calc(50% - 50vw);
    margin-top: 30px;
  }
}
#main-column .fashion-head__lead {
  position: relative;
  background-color: #FCF2F2;
  margin-right: calc(var(--inner_padding) * -1);
  padding: 45px var(--inner_padding) 45px 17px;
  margin-top: 70px;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__lead {
    width: min(1200px, 100%);
    padding: 60px var(--inner_padding) 60px 37px;
    margin-left: auto;
    margin-top: 120px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .fashion-head__lead {
    width: auto;
  }
}
#main-column .fashion-head__lead .lead_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__lead .lead_cont {
    gap: 60px;
  }
}
#main-column .fashion-head__lead .heading_en {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #DF6986;
  font-size: 30px;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__lead .heading_en {
    font-size: 56px;
    line-height: 1.28;
    -webkit-transform: translateY(-88px);
            transform: translateY(-88px);
  }
}
#main-column .fashion-head__lead .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.66;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__lead .heading {
    font-size: 28px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .fashion-head__lead .heading {
    font-size: 20px;
  }
}
#main-column .fashion-head__lead .tx {
  font-size: 13px;
  line-height: 2.07;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #main-column .fashion-head__lead .tx {
    font-size: 17px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .fashion-head__lead .tx {
    font-size: 15px;
  }
}

/* グッズ */
#main-column .goods-head {
  margin-bottom: 70px;
}
@media all and (min-width: 751px) {
  #main-column .goods-head {
    margin-bottom: 120px;
  }
}
#main-column .goods-head .page_ttl .en {
  display: block;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 32px;
}
@media all and (min-width: 751px) {
  #main-column .goods-head .page_ttl .en {
    font-size: 59px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .goods-head .page_ttl .en {
    font-size: 40px;
  }
}
#main-column .goods-head .page_ttl .jp {
  display: block;
  font-weight: 500;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  #main-column .goods-head .page_ttl .jp {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .goods-head .page_ttl .jp {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media all and (min-width: 751px) {
  #main-column .goods-head .page_ttl .forPC {
    display: inline;
  }
}
#main-column .goods-head__lead {
  margin-top: 40px;
}
#main-column .goods-head__lead .tx {
  font-size: 13px;
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  #main-column .goods-head__lead .tx {
    font-size: 14px;
    line-height: 2.14;
  }
}

/* 商品エリア
---------------------------------------------------------- */
/* ベース */
#pager-top {
  display: none;
}

/* 商品リスト */
article #main-column #itemList {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  /* サムネイル */
}
@media all and (min-width: 751px) {
  article #main-column #itemList {
    padding: 60px 0;
  }
}
article #main-column #itemList h1 {
  display: none;
}
article #main-column #itemList .column-set {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}
@media all and (min-width: 751px) {
  article #main-column #itemList .column-set {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 21px;
  }
}
article #main-column #itemList .itemThumb-wrap {
  aspect-ratio: 1;
  margin-bottom: 13px;
}
@media all and (min-width: 751px) {
  article #main-column #itemList .itemThumb-wrap {
    margin-bottom: 18px;
  }
}
article #main-column #itemList .itemThumb {
  overflow: hidden;
  height: 100%;
}
article #main-column #itemList .itemThumb a {
  display: block;
  height: 100%;
}
@media (hover: hover) {
  article #main-column #itemList .itemThumb a img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  article #main-column #itemList .itemThumb a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
article #main-column #itemList section.column4 {
  float: unset;
  width: auto;
  margin: 0;
  padding: 0;
  /* 商品名 */
}
article #main-column #itemList section.column4 h2 {
  font-family: inherit;
  line-height: normal;
  font-weight: 400;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  article #main-column #itemList section.column4 h2 {
    font-size: 15px;
  }
}
article #main-column #itemList section.column4 .price {
  font-size: inherit;
  text-align: left;
  margin-top: 4px;
}
@media all and (min-width: 751px) {
  article #main-column #itemList section.column4 .price {
    margin-top: 7px;
  }
}
article #main-column #itemList section.column4 .price span {
  color: #343434;
  font-weight: 500;
}
article #main-column #itemList section.column4 .price .selling_price {
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media all and (min-width: 751px) {
  article #main-column #itemList section.column4 .price .selling_price {
    font-size: 18px;
  }
}
article #main-column #itemList section.column4 .price .taxin {
  font-size: 10px;
  margin-left: 0.5em;
}
article #main-column #itemList section.column4 .sps-itemList-stockDisp {
  display: none;
}
article #main-column #itemList section.column4 p:has(.sps-wishAddItem) {
  display: none;
}

#itemList_wrap #pager-bm {
  border-top-color: #E8E8E8;
  padding-top: 26px;
}
@media all and (min-width: 751px) {
  #itemList_wrap #pager-bm {
    padding-top: 22px;
  }
}
#itemList_wrap #pager-bm .quantity {
  font-size: inherit;
}

/* ==========================================================================//
//
// 商品ページ
//
// ========================================================================== */
article#Detail #main-column h1 {
  font-weight: 500;
  line-height: normal;
  color: #343434;
  font-size: 16px;
  margin-bottom: 8px;
}
@media all and (min-width: 751px) {
  article#Detail #main-column h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

#itemDetail-wrap.sec_main .shopping_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .shopping_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .itemThumb-wrap {
    width: 415px;
  }
}
#itemDetail-wrap.sec_main .itemThumb {
  margin-top: 10px;
}
#itemDetail-wrap.sec_main .itemThumb ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  gap: 9px;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .itemThumb ul {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 10px;
  }
}
#itemDetail-wrap.sec_main .itemThumb ul li {
  margin: 0;
  width: 100%;
  height: auto;
  float: unset;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #itemDetail-wrap.sec_main .itemThumb ul li {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #itemDetail-wrap.sec_main .itemThumb ul li:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .itemOutline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#itemDetail-wrap.sec_main .itemOutline .price {
  display: block;
}
#itemDetail-wrap.sec_main .itemOutline .price th {
  width: auto !important;
  padding: 0 !important;
}
#itemDetail-wrap.sec_main .itemOutline .price .selling_price_str {
  display: none;
}
#itemDetail-wrap.sec_main .itemOutline .price .selling_price {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .itemOutline .price .selling_price {
    font-size: 22px;
  }
}
#itemDetail-wrap.sec_main .itemOutline .price .taxin {
  font-weight: 500;
  font-size: 10px;
  margin-left: 0.5em;
}
#itemDetail-wrap.sec_main .itemOutline .spec {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  margin-top: 20px;
}
#itemDetail-wrap.sec_main .itemOutline .spec tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
#itemDetail-wrap.sec_main .itemOutline .spec tr:not(:last-child) {
  margin-bottom: 10px;
}
#itemDetail-wrap.sec_main .itemOutline .spec th {
  width: auto;
  line-height: inherit;
  font-weight: 400;
}
#itemDetail-wrap.sec_main .itemOutline .spec td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 0;
  line-height: inherit;
}
#itemDetail-wrap.sec_main .itemOutline .spec td input[type=text] {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  border-radius: 0;
  outline: none;
  border: 1px solid #D5D5D5;
  min-width: 106px;
  text-align: right;
  padding: 7px 20px;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .itemOutline .spec td input[type=text] {
    min-width: 114px;
    padding: 9px 20px;
  }
}
#itemDetail-wrap.sec_main .cartArea {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .cartArea {
    margin-top: 40px;
  }
}
#itemDetail-wrap.sec_main .cartArea #cartButton {
  width: min(440px, 100%);
}
#itemDetail-wrap.sec_main .cartArea #cartButton input {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #itemDetail-wrap.sec_main .cartArea #cartButton input {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #itemDetail-wrap.sec_main .cartArea #cartButton input:hover {
    opacity: 0.6;
  }
}
#itemDetail-wrap.sec_main .cartArea .nostock {
  max-width: unset;
  width: min(440px, 100%);
}
#itemDetail-wrap.sec_main .cartArea + p[class^=sps-wishArea] {
  width: min(440px, 100%);
  margin-top: 16px;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .cartArea + p[class^=sps-wishArea] {
    margin-top: 18px;
  }
}
#itemDetail-wrap.sec_main .cartArea + p[class^=sps-wishArea] a {
  display: block;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #itemDetail-wrap.sec_main .cartArea + p[class^=sps-wishArea] a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #itemDetail-wrap.sec_main .cartArea + p[class^=sps-wishArea] a:hover {
    opacity: 0.6;
  }
}
#itemDetail-wrap.sec_main .cancel {
  display: none;
}
#itemDetail-wrap.sec_main .snsArea, #itemDetail-wrap.sec_main .infoArea {
  display: none;
}
#itemDetail-wrap.sec_main .description {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .description {
    margin-top: 60px;
  }
}
#itemDetail-wrap.sec_main .description p {
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  #itemDetail-wrap.sec_main .description p {
    line-height: 2.14;
  }
}

#main-column .sec_story {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  #main-column .sec_story {
    margin-top: 120px;
  }
}
#main-column .sec_story::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #FCF2F2;
  aspect-ratio: 1;
  width: 120px;
  top: -20px;
  left: -20px;
}
@media all and (min-width: 751px) {
  #main-column .sec_story::before {
    top: -40px;
    left: -40px;
    width: 180px;
  }
}
#main-column .sec_story .item_sec_ttl {
  color: #DF6986;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  #main-column .sec_story .item_sec_ttl {
    margin-bottom: 35px;
  }
}
#main-column .sec_story .item_sec_ttl .en {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 28px;
}
@media all and (min-width: 751px) {
  #main-column .sec_story .item_sec_ttl .en {
    font-size: 38px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .sec_story .item_sec_ttl .en {
    font-size: 32px;
  }
}
#main-column .sec_story .item_sec_ttl .jp {
  font-weight: 500;
  font-size: 13px;
  margin-left: 19px;
}
@media all and (min-width: 751px) {
  #main-column .sec_story .item_sec_ttl .jp {
    font-size: 16px;
    margin-left: 27px;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #main-column .sec_story .item_sec_ttl .jp {
    font-size: 14px;
  }
}
#main-column .sec_story .tx {
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  #main-column .sec_story .tx {
    line-height: 2.14;
  }
}
#main-column .sec_story .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  #main-column .sec_story .img_list {
    gap: 20px 48px;
    margin-top: 60px;
  }
}
#main-column .sec_story .img_item {
  width: 100%;
}
@media all and (min-width: 751px) {
  #main-column .sec_story .img_item {
    width: calc((100% - 48px) / 2);
  }
}

/* ==========================================================================//
//
// お気に入り一覧ページ
//
// ========================================================================== */
#allItemDelete {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 var(--inner_padding);
}
#allItemDelete input {
  cursor: pointer;
}

/* ==========================================================================//
//
// ご利用案内、プライパシーポリシー、特定商取引法に関する表示
//
// ========================================================================== */
@media all and (min-width: 1001px) {
  #shopGuide_wrap {
    padding: 0 100px;
  }
}
#shopGuide_wrap section #guide h1 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  padding: 0;
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide h1 {
    font-size: 28px;
    margin-bottom: 70px;
  }
}
#shopGuide_wrap section #guide .guide01 {
  padding-bottom: 35px;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .guide01 {
    padding-bottom: 40px;
  }
}
#shopGuide_wrap section #guide .guide01 h2 {
  font-weight: 500;
  font-size: 16px;
  height: auto;
  line-height: normal;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .guide01 h2 {
    font-size: 22px;
  }
}
#shopGuide_wrap section #guide p {
  font-size: inherit;
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide p {
    line-height: 2.14;
  }
}
#shopGuide_wrap section #guide .chart .ttlShop {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .chart .ttlShop {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 26px;
  }
}
#shopGuide_wrap section #guide .chart table {
  line-height: normal;
}
#shopGuide_wrap section #guide .chart table tr:last-child {
  border-bottom-color: #E8E8E8;
}
#shopGuide_wrap section #guide .chart table th,
#shopGuide_wrap section #guide .chart table td {
  color: #343434;
  font-size: 12px;
  line-height: 1.75;
  border-top-color: #E8E8E8;
  padding: 15px 12px;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .chart table th,
  #shopGuide_wrap section #guide .chart table td {
    font-size: 14px;
    padding: 26px 30px;
  }
}
#shopGuide_wrap section #guide .chart table th {
  font-weight: 500;
  background-color: #f5f5f5;
  width: 114px;
}
#shopGuide_wrap section #guide .chart table td {
  width: 70%;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .chart table td {
    width: 75%;
  }
}
#shopGuide_wrap section #guide .policy a {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #shopGuide_wrap section #guide .policy a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #shopGuide_wrap section #guide .policy a:hover {
    opacity: 0.6;
  }
}
#shopGuide_wrap section #guide .policy > *:not(:first-child) {
  margin-top: 34px;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .policy > *:not(:first-child) {
    margin-top: 50px;
  }
}
#shopGuide_wrap section #guide .policy__list {
  margin-inline: 0;
}
#shopGuide_wrap section #guide .policy__list li {
  list-style: none;
}
#shopGuide_wrap section #guide .policy__list li:not(:last-child) {
  margin-bottom: 34px;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .policy__list li:not(:last-child) {
    margin-bottom: 50px;
  }
}
#shopGuide_wrap section #guide .policy__list li h2 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .policy__list li h2 {
    font-size: 18px;
  }
}
#shopGuide_wrap section #guide .policy__foot .heading {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0.5em;
}
@media all and (min-width: 751px) {
  #shopGuide_wrap section #guide .policy__foot .heading {
    font-size: 16px;
  }
}
#shopGuide_wrap section #guide .policy__foot .align_right {
  text-align: right;
}