@charset "UTF-8";

/*spレイアウト*/
/*font*/
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 100;
  src: url("../../font/common/NotoSansCJKjp-Thin.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url("../../font/common/NotoSansCJKjp-Light.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../../font/common/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../../font/common/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../../font/common/NotoSansCJKjp-Regular.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../../font/common/NotoSansCJKjp-Medium.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../../font/common/NotoSansCJKjp-Bold.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("../../font/common/NotoSansCJKjp-Black.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Black.ttf") format("truetype");
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #3c3c3c;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

body.sjg {
  font-family: 'Noto Sans JP', sans-serif;
}

body.bridal {
  font-family: 'Frank Ruhl Libre', "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.08em;
}

@media (max-width: 640px) {
  body {
    font-size: 1.2rem;
  }
}

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

li {
  list-style: none;
}

.main .breadcrumbs {
  text-align: left;
  margin: 20px auto;
  display: flex;
  max-width: 1920px;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .main .breadcrumbs {
    flex-flow: wrap;
    padding: 0 15px;
  }
}

.main .breadcrumbs li {
  font-size: 1.2rem;
  line-height: 20px;
}

.main .breadcrumbs li::after {
  content: '>';
  padding: 0 5px;
}

.main .breadcrumbs li:last-child::after {
  content: ' ';
}

.main .breadcrumbs a {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  display: inline-block;
}

.main .breadcrumbs a:hover {
  opacity: 0.7;
  border-bottom: solid 1px;
  display: inline-block;
}

/*.header01,.header02,.sjb-header01,.sjb-header02 {
  .main {
    position: relative;
    top: 36px;
    @include sp {
      top: 30px;
    }
  }
}*/
/*.sjg-header01,.sjg-header02 {
  .main {
    position: relative;
    top: 32px;
  }
}
.hide_header-banner {
  .main { top: 0;}
  &.sjg-header01,.sjg-header02 {
    .main {
      top: 32px;
    }
  }
}*/
.sj-header,
.sjb-header {
  /*.header {
    margin-top: 36px;
    @include sp {
      margin-top: 30px;
    }
  }*/
}

.sj-header .header .header-banner {
  background-color: #d7c2dd;
}

.sj-header.hide_header-banner .header,
.sjb-header.hide_header-banner .header {
  margin-top: 0;
}

.header03 .header {
  margin-top: 0;
}

button {
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
  letter-spacing: 2px;
  outline: none;
}

select {
  border: none;
  background: transparent;
  height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}

.container>.inn {
  max-width: 1200px;
  width: 93.8%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .container>.inn {
    width: auto;
  }
}

.slick-arrow::before {
  display: block;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.slick-arrow.slick-prev {
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}

.slick-arrow.slick-prev::before {
  content: ' ';
  background: url(../../img/common/detail/slide-left.png) no-repeat;
}

.slick-arrow.slick-next {
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -10px;
    width: 13px;
  }
}

.slick-arrow.slick-next::before {
  content: ' ';
  background: url(../../img/common/detail/slide-right.png) no-repeat;
}

.recommend-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .recommend-section {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.recommend-section h2 {
  letter-spacing: 5px;
  font-size: 36px;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .recommend-section h2 {
    font-size: 26px;
  }
}

.recommend-section h2 span {
  display: block;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 200;
}

.recommend-section .products-recommend {
  margin: 40px 0;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul {
    margin: 0 10px;
  }
}

.recommend-section .products-recommend ul .slick-prev {
  top: 35%;
}

@media screen and (max-width: 1280px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 31%;
  }
}

@media screen and (max-width: 1000px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 27%;
  }
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 39%;
  }
}

@media screen and (max-width: 431px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 31%;
  }
}

.recommend-section .products-recommend ul .slick-next {
  top: 35%;
}

@media screen and (max-width: 1280px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 31%;
  }
}

@media screen and (max-width: 1000px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 27%;
  }
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 39%;
  }
}

@media screen and (max-width: 431px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 31%;
  }
}

.recommend-section .products-recommend ul li {
  margin: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul li {
    margin: 0 10px;
  }
}

.recommend-section .products-recommend ul li img {
  width: 100%;
}

.recommend-section .products-recommend ul li .recommend-title {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul li .recommend-title {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 10px;
  }
}

.recommend-section .products-recommend ul li .recommend-title a {
  color: #3c3c3c;
}

.recommend-section .products-recommend ul li .recommend-price {
  text-align: left;
  font-size: 12px;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul li .recommend-price {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .pc-display {
    display: block;
  }

  .sp-display,
  .sp-display-inline {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-display {
    display: none !important;
  }

  .sp-display {
    display: block;
  }

  .sp-display-inline {
    display: inline;
  }
}

/*全ページ共通(上へ戻るボタン)*/
.pagetop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  bottom: 45px;
  right: 50px;
  z-index: 10;
}

.pagetop a {
  width: 40px;
  height: 40px;
  display: block;
}

.pagetop a:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 42%;
  left: 30%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}

/*IE11 selectタグの矢印非表示*/
select::-ms-expand {
  display: none;
}

.header {
  display: flex;
  justify-content: center;
}

body.scrolled .header .header2 {
  height: auto !important;
}

body.scrolled .header .header2 .middle {
  position: static;
  background: none;
}

@media screen and (max-width: 1023px) {
  .header .middle {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 1s;
  }

  body.scrolled .header .middle {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
  }

  body.scrolled.header01 .header .middle {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/*モーダルサイズ*/
.logout-remodal {
  width: 30% !important;
}

@media (max-width: 768px) {
  .logout-remodal {
    width: 100% !important;
  }
}

.submit-remodal {
  padding: 40px;
}

@media (max-width: 768px) {
  .submit-remodal {
    width: 100% !important;
  }
}

/*------------------------------------
  BEGIN SJヘッダー レイアウト
------------------------------------*/
.sj-header,
header {
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}

.sj-header .header-banner,
header .header-banner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  position: relative;
  background: #e6e6e6;
}

.sj-header .header-banner a,
header .header-banner a {
  color: #3c3c3c !important;
}

@media (max-width: 768px) {

  .sj-header .header-banner,
  header .header-banner {
    font-size: 1rem;
  }
}

.sj-header .header-banner .batsu-icon,
header .header-banner .batsu-icon {
  position: absolute;
  right: 40px;
  margin: auto;
  opacity: 0.5;
}

.sj-header .header-banner .batsu-icon:hover,
header .header-banner .batsu-icon:hover {
  opacity: 0.3;
}

.sj-header .header-banner .batsu-icon img,
header .header-banner .batsu-icon img {
  width: 13px;
}

@media screen and (max-width: 1023px) {

  .sj-header .header-banner .batsu-icon,
  header .header-banner .batsu-icon {
    right: 15px;
  }
}

@media (max-width: 768px) {

  .sj-header .header-banner .batsu-icon img,
  header .header-banner .batsu-icon img {
    width: 8px;
  }
}

@media (max-width: 768px) {

  .sj-header .header-banner a,
  header .header-banner a {
    font-weight: 500;
  }
}

.sj-header .header-main,
header .header-main {
  height: auto !important;
  position: relative;
  background-color: white;
  /*1023px以下のレイアウト*/
}

.sj-header .header-main .header-top,
header .header-main .header-top {
  position: relative;
}

@media screen and (max-width: 1023px) {

  .sj-header .header-main .header-top,
  header .header-main .header-top {
    display: none !important;
  }
}

.sj-header .header-main .header-top:after,
header .header-main .header-top:after {
  content: "";
  clear: both;
  display: block;
}

.sj-header .header-main .header-top .left,
.sj-header .header-main .header-top .right,
header .header-main .header-top .left,
header .header-main .header-top .right {
  display: inline-block;
  vertical-align: middle;
}

.sj-header .header-main .header-top .left li,
.sj-header .header-main .header-top .right li,
header .header-main .header-top .left li,
header .header-main .header-top .right li {
  float: left;
  padding: 10px;
}

.sj-header .header-main .header-top .left,
header .header-main .header-top .left {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  display: block;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-top .left,
  header .header-main .header-top .left {
    width: 450px;
  }
}

.sj-header .header-main .header-top .left ul,
header .header-main .header-top .left ul {
  display: -webkit-flex;
  display: flex;
}

.sj-header .header-main .header-top .left li,
header .header-main .header-top .left li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  padding: 0;
}

.sj-header .header-main .header-top .left li a,
header .header-main .header-top .left li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.45rem;
  font-family: "Poppins";
  font-weight: 300;
  box-sizing: border-box;
  padding-top: 0.5rem;
}

.sj-header .header-main .header-top .right,
header .header-main .header-top .right {
  height: 35px;
  padding-right: 30px;
  position: absolute;
  right: 0;
  /*display: flex;
  display: -ms-flexbox;
  align-items: center;*/
}

.sj-header .header-main .header-top .right ul,
header .header-main .header-top .right ul {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.sj-header .header-main .header-top .right li,
header .header-main .header-top .right li {
  padding: 0;
  font-weight: 300;
  border: none;
}

.sj-header .header-main .header-top .right li.wishlist img,
header .header-main .header-top .right li.wishlist img {
  width: 25px;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-top .right li.wishlist img,
  header .header-main .header-top .right li.wishlist img {
    width: 21px;
  }
}

.sj-header .header-main .header-top .right li.wishlist img.added,
header .header-main .header-top .right li.wishlist img.added {
  display: none;
}

.sj-header .header-main .header-top .right li.wishlist .added img,
.sj-header .header-main .header-top .right li.wishlist .on img,
header .header-main .header-top .right li.wishlist .added img,
header .header-main .header-top .right li.wishlist .on img {
  display: none !important;
}

.sj-header .header-main .header-top .right li.wishlist .added img.added,
.sj-header .header-main .header-top .right li.wishlist .on img.added,
header .header-main .header-top .right li.wishlist .added img.added,
header .header-main .header-top .right li.wishlist .on img.added {
  display: inline !important;
}

.sj-header .header-main .header-top .right li img,
header .header-main .header-top .right li img {
  width: 19px;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-top .right li img,
  header .header-main .header-top .right li img {
    width: 18px;
  }
}

.sj-header .header-main .header-top .right .login,
header .header-main .header-top .right .login {
  padding-right: 15px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 1400px) {

  .sj-header .header-main .header-top .right .login,
  header .header-main .header-top .right .login {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1024px) {

  .sj-header .header-main .header-top .right .login,
  header .header-main .header-top .right .login {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

.sj-header .header-main .header-top .right .login:after,
header .header-main .header-top .right .login:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
  right: 5px;
  margin-top: -3px;
}

.sj-header .header-main .header-top .right .login .link,
header .header-main .header-top .right .login .link {
  height: auto;
  padding: 2rem 1rem;
  position: absolute;
  top: 19px;
  right: 15px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
  flex-direction: column;
  -ms-flex-direction: column;
}

@media screen and (max-width: 1024px) {

  .sj-header .header-main .header-top .right .login .link,
  header .header-main .header-top .right .login .link {
    top: 14px;
  }
}

.sj-header .header-main .header-top .right .login .link li,
header .header-main .header-top .right .login .link li {
  padding: 15px;
}

.sj-header .header-main .header-top .right .login .link li a,
header .header-main .header-top .right .login .link li a {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 300;
  white-space: nowrap;
}

.sj-header .header-main .header-top .right .login02,
header .header-main .header-top .right .login02 {
  margin-right: 15px;
  position: relative;
}

.sj-header .header-main .header-top .right .login02 a,
header .header-main .header-top .right .login02 a {
  font-size: 1.4rem;
  font-family: "Poppins";
  font-weight: 200;
  white-space: nowrap;
}

.sj-header .header-main .header-top .right .login02 a:hover,
header .header-main .header-top .right .login02 a:hover {
  border-bottom: solid 1px;
  display: inline-block;
}

.sj-header .header-main .header-top .right .link,
header .header-main .header-top .right .link {
  display: none;
}

.sj-header .header-main .header-top .right .login:hover .link,
header .header-main .header-top .right .login:hover .link {
  display: flex;
}

.sj-header .header-main .header-top .right .cart,
header .header-main .header-top .right .cart {
  position: relative;
}

.sj-header .header-main .header-top .right .cart span.num,
header .header-main .header-top .right .cart span.num {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.sj-header .header-main .header-top .right .wishlist,
header .header-main .header-top .right .wishlist {
  padding: 0;
  margin: 0 0 0 15px;
}

.sj-header .header-main .header-top .right .wishlist img.added,
header .header-main .header-top .right .wishlist img.added {
  display: none;
}

.sj-header .header-main .header-top .right .wishlist .added img,
.sj-header .header-main .header-top .right .wishlist .on img,
header .header-main .header-top .right .wishlist .added img,
header .header-main .header-top .right .wishlist .on img {
  display: none;
}

.sj-header .header-main .header-top .right .wishlist .added img.added,
.sj-header .header-main .header-top .right .wishlist .on img.added,
header .header-main .header-top .right .wishlist .added img.added,
header .header-main .header-top .right .wishlist .on img.added {
  display: inline;
}

@media screen and (max-width: 1024px) {

  .sj-header .header-main .header-top .right .wishlist,
  header .header-main .header-top .right .wishlist {
    margin-left: 8px;
  }
}

.sj-header .header-main .header-top .right .wishlist02,
header .header-main .header-top .right .wishlist02 {
  margin-left: 0;
}

.sj-header .header-main .header-top .right .cart,
header .header-main .header-top .right .cart {
  padding: 0;
  margin: 0 0 0 20px;
}

.sj-header .header-main .header-top .right .cart .cart-content,
header .header-main .header-top .right .cart .cart-content {
  width: 370px;
  max-height: 90vh;
  padding: 3.2rem 2.5rem;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
  overflow-y: scroll;
  padding-bottom: 120px;
}

.sj-header .header-main .header-top .right .cart .cart-content::-webkit-scrollbar,
header .header-main .header-top .right .cart .cart-content::-webkit-scrollbar {
  width: 8px;
}

.sj-header .header-main .header-top .right .cart .cart-content::-webkit-scrollbar-track,
header .header-main .header-top .right .cart .cart-content::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sj-header .header-main .header-top .right .cart .cart-content::-webkit-scrollbar-thumb,
header .header-main .header-top .right .cart .cart-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-top .right .cart .cart-content,
  header .header-main .header-top .right .cart .cart-content {
    overflow-y: auto;
    -ms-overflow-y: auto;
    max-height: 80vh;
    padding-bottom: 0;
  }
}

.sj-header .header-main .header-top .right .cart .cart-content .title,
header .header-main .header-top .right .cart .cart-content .title {
  text-align: left;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 200;
}

.sj-header .header-main .header-top .right .cart .cart-content ul,
header .header-main .header-top .right .cart .cart-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-top .right .cart .cart-content ul,
  header .header-main .header-top .right .cart .cart-content ul {
    flex-direction: initial;
  }
}

.sj-header .header-main .header-top .right .cart .cart-content ul li,
header .header-main .header-top .right .cart .cart-content ul li {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li figure,
header .header-main .header-top .right .cart .cart-content ul li figure {
  width: 40%;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li figure img,
header .header-main .header-top .right .cart .cart-content ul li figure img {
  width: 100%;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li .order,
header .header-main .header-top .right .cart .cart-content ul li .order {
  width: 55%;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li .order p,
header .header-main .header-top .right .cart .cart-content ul li .order p {
  margin-bottom: 1.5rem;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li .order p:first-of-type,
header .header-main .header-top .right .cart .cart-content ul li .order p:first-of-type {
  line-height: 1.5;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li .order .price,
header .header-main .header-top .right .cart .cart-content ul li .order .price {
  font-size: 1.4rem;
  font-family: "Poppins";
}

.sj-header .header-main .header-top .right .cart .cart-content ul li .flex-wraper,
header .header-main .header-top .right .cart .cart-content ul li .flex-wraper {
  font-size: 1.2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}

.sj-header .header-main .header-top .right .cart .cart-content ul li .flex-wraper p,
header .header-main .header-top .right .cart .cart-content ul li .flex-wraper p {
  margin-bottom: 0;
  line-height: 1.5;
}

.sj-header .header-main .header-top .right .cart .cart-content .detail,
header .header-main .header-top .right .cart .cart-content .detail {
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.sj-header .header-main .header-top .right .cart .cart-content .detail div:last-of-type,
header .header-main .header-top .right .cart .cart-content .detail div:last-of-type {
  text-align: right;
}

.sj-header .header-main .header-top .right .cart .cart-content .total,
header .header-main .header-top .right .cart .cart-content .total {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  margin: 2rem 0;
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.sj-header .header-main .header-top .right .cart .cart-content .text-wrap,
header .header-main .header-top .right .cart .cart-content .text-wrap {
  text-align: center;
}

.sj-header .header-main .header-top .right .cart .cart-content .morebtn01,
header .header-main .header-top .right .cart .cart-content .morebtn01 {
  font-size: 2rem;
  font-family: "Poppins";
  display: inline-block;
}

.sj-header .header-main .header-top .right .cart .cart-content .clickbtn01,
header .header-main .header-top .right .cart .cart-content .clickbtn01 {
  width: 70%;
  padding: 2rem 0;
  margin: 3rem auto 0;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.sj-header .header-main .header-top .right .cart:hover .cart-content,
header .header-main .header-top .right .cart:hover .cart-content {
  display: block;
}

.sj-header .header-main .cart:hover .cart-content,
header .header-main .cart:hover .cart-content {
  display: block;
}

.sj-header .header-main .header-bottom,
header .header-main .header-bottom {
  position: relative;
  padding: 19px 30px;
  /*@include pc-sm {
    padding: 35px 20px;
  }*/
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom,
  header .header-main .header-bottom {
    padding: 19px 30px;
  }
}

@media screen and (max-width: 1023px) {

  .sj-header .header-main .header-bottom,
  header .header-main .header-bottom {
    display: none;
  }
}

.sj-header .header-main .header-bottom .left,
.sj-header .header-main .header-bottom .right,
header .header-main .header-bottom .left,
header .header-main .header-bottom .right {
  display: inline-block;
  vertical-align: middle;
}

.sj-header .header-main .header-bottom .left li,
.sj-header .header-main .header-bottom .right li,
header .header-main .header-bottom .left li,
header .header-main .header-bottom .right li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.sj-header .header-main .header-bottom .left li.search a,
.sj-header .header-main .header-bottom .right li.search a,
header .header-main .header-bottom .left li.search a,
header .header-main .header-bottom .right li.search a {
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-bottom .left li.search,
  .sj-header .header-main .header-bottom .right li.search,
  header .header-main .header-bottom .left li.search,
  header .header-main .header-bottom .right li.search {
    width: 20px;
  }
}

.sj-header .header-main .header-bottom .left li.search img,
.sj-header .header-main .header-bottom .right li.search img,
header .header-main .header-bottom .left li.search img,
header .header-main .header-bottom .right li.search img {
  width: 22px;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-bottom .left li.search img,
  .sj-header .header-main .header-bottom .right li.search img,
  header .header-main .header-bottom .left li.search img,
  header .header-main .header-bottom .right li.search img {
    width: 100%;
  }
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .left li.search img,
  .sj-header .header-main .header-bottom .right li.search img,
  header .header-main .header-bottom .left li.search img,
  header .header-main .header-bottom .right li.search img {
    width: 20px;
  }
}

.sj-header .header-main .header-top .logo,
header .header-main .header-top .logo {
  width: 250px;
  padding-right: 40px;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 20px;
  padding-top: 0.25rem;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .left .logo,
  header .header-main .header-bottom .left .logo {
    width: 200px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1120px) {

  .sj-header .header-main .header-bottom .left .logo,
  header .header-main .header-bottom .left .logo {
    width: 180px;
  }
}

.sj-header .header-main .header-bottom .left .logo img,
header .header-main .header-bottom .left .logo img {
  width: 100%;
}

.sj-header .header-main .header-bottom .left .category,
header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sj-header .header-main .header-bottom .left .category>ul,
header .header-main .header-bottom .left .category>ul {
  padding-left: 20px;
}

.sj-header .header-main .header-bottom .left .category>ul>li,
header .header-main .header-bottom .left .category>ul>li {
  display: block;
  float: left;
  vertical-align: middle;
}

.sj-header .header-main .header-bottom .left .category>ul>li>a,
header .header-main .header-bottom .left .category>ul>li>a {
  line-height: 60px;
  font-size: 15px;
  letter-spacing: 0;
  height: 60px;
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .left .category>ul>li>a,
  header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1120px) {

  .sj-header .header-main .header-bottom .left .category>ul>li>a,
  header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 7px;
  }
}

.sj-header .header-main .header-bottom .left .category>ul>li>a:hover,
header .header-main .header-bottom .left .category>ul>li>a:hover {
  text-decoration: underline;
}

.sj-header .header-main .header-bottom .left .category .level-2,
header .header-main .header-bottom .left .category .level-2 {
  position: absolute;
  padding: 40px 10px 20px;
  box-sizing: border-box;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .left .category .level-2,
  header .header-main .header-bottom .left .category .level-2 {
    top: 186px;
  }
}

.sj-header .header-main .header-bottom .left .category .level-2 ul:after,
header .header-main .header-bottom .left .category .level-2 ul:after {
  content: "";
  clear: both;
  display: block;
}

.sj-header .header-main .header-bottom .left .category .level-2 .box,
header .header-main .header-bottom .left .category .level-2 .box {
  width: 180px;
  padding: 0 20px;
}

.sj-header .header-main .header-bottom .left .category .level-2 .box h3,
header .header-main .header-bottom .left .category .level-2 .box h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}

.sj-header .header-main .header-bottom .left .category .level-2 .box li,
header .header-main .header-bottom .left .category .level-2 .box li {
  padding: 0;
  height: inherit;
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: block;
}

.sj-header .header-main .header-bottom .left .category .level-2 .box img,
header .header-main .header-bottom .left .category .level-2 .box img {
  width: 90%;
}

.sj-header .header-main .header-bottom .left .category .level-2 .box a,
header .header-main .header-bottom .left .category .level-2 .box a {
  padding: 0;
  height: inherit;
  letter-spacing: 0;
  line-height: 20px;
}

.sj-header .header-main .header-bottom .left .category .level-2>ul,
header .header-main .header-bottom .left .category .level-2>ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

.sj-header .header-main .header-bottom .left .category .level-2,
header .header-main .header-bottom .left .category .level-2 {
  display: none;
}

.sj-header .header-main .header-bottom .left .category li:hover .level-2,
header .header-main .header-bottom .left .category li:hover .level-2 {
  display: block;
}

.sj-header .header-main .header-bottom .right,
header .header-main .header-bottom .right {
  position: absolute;
  right: 30px;
  top: 11px;
  text-align: right;
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .right,
  header .header-main .header-bottom .right {
    right: 20px;
  }
}

.sj-header .header-main .header-bottom .right .store,
header .header-main .header-bottom .right .store {
  margin-right: 20px;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-bottom .right .store,
  header .header-main .header-bottom .right .store {
    width: 16px;
  }
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .right .store,
  header .header-main .header-bottom .right .store {
    margin-right: 15px;
  }
}

.sj-header .header-main .header-bottom .right .store img,
header .header-main .header-bottom .right .store img {
  width: 18px;
  vertical-align: text-bottom;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-bottom .right .store img,
  header .header-main .header-bottom .right .store img {
    width: 100%;
  }
}

@media (max-width: 1280px) {

  .sj-header .header-main .header-bottom .right .store img,
  header .header-main .header-bottom .right .store img {
    width: 16px;
  }
}

.sj-header .header-main .header-bottom .right .search-area,
header .header-main .header-bottom .right .search-area {
  width: 525px;
  position: relative;
  display: none;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-bottom .right .search,
  header .header-main .header-bottom .right .search {
    width: 20px;
  }
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .header-bottom .right .search img,
  header .header-main .header-bottom .right .search img {
    width: 100%;
  }
}

.sj-header .header-main .header-bottom .right .search-bar,
header .header-main .header-bottom .right .search-bar {
  width: 525px;
  margin-top: 2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

.sj-header .header-main .header-bottom .right .search-bar input,
header .header-main .header-bottom .right .search-bar input {
  padding: 5px;
  position: relative;
}

.sj-header .header-main .header-bottom .right .search-bar p,
header .header-main .header-bottom .right .search-bar p {
  display: contents;
}

.sj-header .header-main .header-bottom .right .search-bar p a,
header .header-main .header-bottom .right .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  font-size: 1.6rem;
  font-family: "Poppins";
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

.sj-header .header-main .header-bottom .right .search-suggest,
header .header-main .header-bottom .right .search-suggest {
  width: 80%;
  max-height: 71vh;
  padding: 20px 25px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  position: absolute;
  right: 1px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sj-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar,
header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar {
  width: 8px;
}

.sj-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-track,
header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sj-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-thumb,
header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sj-header .header-main .header-bottom .right .search-suggest p,
header .header-main .header-bottom .right .search-suggest p {
  color: #3c3c3c;
}

.sj-header .header-main .header-bottom .right .search-suggest ul,
header .header-main .header-bottom .right .search-suggest ul {
  margin-top: 15px;
}

.sj-header .header-main .header-bottom .right .search-suggest .text1,
header .header-main .header-bottom .right .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

.sj-header .header-main .header-bottom .right .search-suggest .text2,
header .header-main .header-bottom .right .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

.sj-header .header-main .header-bottom .right .search-suggest .flex-wrapper1,
header .header-main .header-bottom .right .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

.sj-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a,
header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sj-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a:hover,
header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a:hover {
  opacity: 0.7;
}

.sj-header .header-main .header-bottom .right .search-suggest .img-wrapper1,
header .header-main .header-bottom .right .search-suggest .img-wrapper1 {
  width: 23%;
}

.sj-header .header-main .header-bottom .right .search-suggest .img-wrapper1 img,
header .header-main .header-bottom .right .search-suggest .img-wrapper1 img {
  width: 100%;
}

.sj-header .header-main .header-bottom .right .search-suggest .text-area,
header .header-main .header-bottom .right .search-suggest .text-area {
  width: 73%;
}

.sj-header .header-main .header-bottom .right .search-suggest .text3,
header .header-main .header-bottom .right .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

.sj-header .header-main .header-bottom .right .search-suggest .text4,
header .header-main .header-bottom .right .search-suggest .text4 {
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

.sj-header .header-main .header-bottom .right .search-suggest .text5,
header .header-main .header-bottom .right .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

.sj-header .header-main .header-bottom .language .language-select,
header .header-main .header-bottom .language .language-select {
  position: relative;
  padding: 15px 15px 15px 0;
}

.sj-header .header-main .header-bottom .language .language-select:hover,
header .header-main .header-bottom .language .language-select:hover {
  cursor: pointer;
}

.sj-header .header-main .header-bottom .language .language-select:after,
header .header-main .header-bottom .language .language-select:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -5px;
}

.sj-header .header-main .header-bottom .language .language-box,
header .header-main .header-bottom .language .language-box {
  padding: 1rem 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 44px;
  right: 0%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

.sj-header .header-main .header-bottom .language .language-box li,
header .header-main .header-bottom .language .language-box li {
  padding: 5px;
  font-size: 1.4rem;
  font-family: "Poppins";
}

.sj-header .header-main .header-bottom .language .language-box li:hover,
header .header-main .header-bottom .language .language-box li:hover {
  border-bottom: solid 1px #ececec;
}

.sj-header .header-main .header-bottom .language .language-box li a,
header .header-main .header-bottom .language .language-box li a {
  color: #3c3c3c;
  padding: 6px 10px 5px;
  display: block;
  border-bottom: 1px solid transparent;
}

.sj-header .header-main .header-bottom .language .language-box,
header .header-main .header-bottom .language .language-box {
  display: none;
}

.sj-header .header-main .header-bottom .language:hover .language-box,
header .header-main .header-bottom .language:hover .language-box {
  display: flex;
  display: -ms-flexbox;
}

.sj-header .header-main .sp-header,
header .header-main .sp-header {
  display: none;
}

@media screen and (max-width: 1023px) {

  .sj-header .header-main .sp-header,
  header .header-main .sp-header {
    display: block;
  }
}

.sj-header .header-main .sp-header .top:after,
header .header-main .sp-header .top:after {
  content: "";
  clear: both;
  display: block;
}

.sj-header .header-main .sp-header .top ul,
header .header-main .sp-header .top ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.sj-header .header-main .sp-header .top li,
header .header-main .sp-header .top li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: -webkit-center;
}

.sj-header .header-main .sp-header .top li:nth-child(1),
header .header-main .sp-header .top li:nth-child(1) {
  -webkit-flex: 1 1 36.26%;
  flex: 1 1 36.26%;
}

.sj-header .header-main .sp-header .top li:nth-child(2),
header .header-main .sp-header .top li:nth-child(2) {
  -webkit-flex: 1 1 27.867%;
  flex: 1 1 27.867%;
}

.sj-header .header-main .sp-header .top li:last-child,
header .header-main .sp-header .top li:last-child {
  border-right: none;
  -webkit-flex: 1 1 35.873%;
  flex: 1 1 35.873%;
  background-color: #e6e6e6;
}

@media screen and (max-width: 640px) {

  .sj-header .header-main .sp-header .top li,
  header .header-main .sp-header .top li {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

.sj-header .header-main .sp-header .top li a,
header .header-main .sp-header .top li a {
  display: table-cell;
  vertical-align: middle;
  height: 31px;
}

@media all and (-ms-high-contrast: none) {

  .sj-header .header-main .sp-header .top li a,
  header .header-main .sp-header .top li a {
    vertical-align: initial;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }
}

.sj-header .header-main .sp-header .middle,
header .header-main .sp-header .middle {
  padding: 12px 1.5rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  /*@media all and (-ms-high-contrast:none){
    justify-content: initial;
  }*/
}

.sj-header .header-main .sp-header .middle .left-area,
header .header-main .sp-header .middle .left-area {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 59px;
}

.sj-header .header-main .sp-header .middle .left-area button,
header .header-main .sp-header .middle .left-area button {
  position: static;
  padding: 0 15px 0 0;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

.sj-header .header-main .sp-header .middle .left-area button img.menu-icon,
header .header-main .sp-header .middle .left-area button img.menu-icon {
  width: 20px;
}

.sj-header .header-main .sp-header .middle .left-area button img,
header .header-main .sp-header .middle .left-area button img {
  width: 29px;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .left-area .store,
  header .header-main .sp-header .middle .left-area .store {
    margin-top: -1px;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: none;
  }
}

.sj-header .header-main .sp-header .middle .left-area .store img,
header .header-main .sp-header .middle .left-area .store img {
  width: 15px;
  vertical-align: middle;
}

.sj-header .header-main .sp-header .middle .logo,
header .header-main .sp-header .middle .logo {
  margin: 0 auto;
  padding: 0 20px;
  -webkit-flex: 0 1 70%;
  flex: 0 1 70%;
  max-width: 280px;
}

@media screen and (max-width: 400px) {

  .sj-header .header-main .sp-header .middle .logo,
  header .header-main .sp-header .middle .logo {
    width: 57%;
  }
}

.sj-header .header-main .sp-header .middle .logo img,
header .header-main .sp-header .middle .logo img {
  vertical-align: bottom;
}

.sj-header .header-main .sp-header .middle img,
header .header-main .sp-header .middle img {
  width: 100%;
}

.sj-header .header-main .sp-header .middle .right-area,
header .header-main .sp-header .middle .right-area {
  text-align: right;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 51px;
}

.sj-header .header-main .sp-header .middle .right-area img,
header .header-main .sp-header .middle .right-area img {
  width: 100%;
}

.sj-header .header-main .sp-header .middle .right-area ul,
header .header-main .sp-header .middle .right-area ul {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 400px) {

  .sj-header .header-main .sp-header .middle .right-area ul,
  header .header-main .sp-header .middle .right-area ul {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area ul,
  header .header-main .sp-header .middle .right-area ul {
    display: flex;
    align-items: baseline;
  }
}

.sj-header .header-main .sp-header .middle .right-area li,
header .header-main .sp-header .middle .right-area li {
  display: inline-block;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

.sj-header .header-main .sp-header .middle .right-area li:first-child,
header .header-main .sp-header .middle .right-area li:first-child {
  padding-left: 0;
}

.sj-header .header-main .sp-header .middle .right-area li.cart,
header .header-main .sp-header .middle .right-area li.cart {
  position: relative;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area li.cart,
  header .header-main .sp-header .middle .right-area li.cart {
    padding-left: 0;
  }
}

.sj-header .header-main .sp-header .middle .right-area li.cart a,
header .header-main .sp-header .middle .right-area li.cart a {
  position: relative;
}

.sj-header .header-main .sp-header .middle .right-area li.cart img,
header .header-main .sp-header .middle .right-area li.cart img {
  width: 20px;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area li.cart img,
  header .header-main .sp-header .middle .right-area li.cart img {
    width: 18px;
  }
}

.sj-header .header-main .sp-header .middle .right-area li.cart span.num,
header .header-main .sp-header .middle .right-area li.cart span.num {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area li.cart span.num,
  header .header-main .sp-header .middle .right-area li.cart span.num {
    left: 10px;
  }
}

.sj-header .header-main .sp-header .middle .right-area li.search img,
header .header-main .sp-header .middle .right-area li.search img {
  width: 24px;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area li.search img,
  header .header-main .sp-header .middle .right-area li.search img {
    width: 18px;
    position: relative;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content,
header .header-main .sp-header .middle .right-area .cart-content {
  width: 370px;
  padding: 3.2rem 2.5rem;
  position: absolute;
  top: 30px;
  right: 10%;
  z-index: 50;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  max-height: 80vh;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content::-webkit-scrollbar,
header .header-main .sp-header .middle .right-area .cart-content::-webkit-scrollbar {
  width: 8px;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content::-webkit-scrollbar-track,
header .header-main .sp-header .middle .right-area .cart-content::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sj-header .header-main .sp-header .middle .right-area .cart-content::-webkit-scrollbar-thumb,
header .header-main .sp-header .middle .right-area .cart-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content,
  header .header-main .sp-header .middle .right-area .cart-content {
    width: 300px;
    max-height: 75vh;
    right: -12px;
  }
}

@media (max-height: 750px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content,
  header .header-main .sp-header .middle .right-area .cart-content {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 330px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content,
  header .header-main .sp-header .middle .right-area .cart-content {
    width: 250px;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .title,
header .header-main .sp-header .middle .right-area .cart-content .title {
  text-align: left;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 200;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul,
header .header-main .sp-header .middle .right-area .cart-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li,
header .header-main .sp-header .middle .right-area .cart-content ul li {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  display: -ms-flexbox;
  text-align: left;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content ul li,
  header .header-main .sp-header .middle .right-area .cart-content ul li {
    padding: 1.5rem 0;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li figure,
header .header-main .sp-header .middle .right-area .cart-content ul li figure {
  width: 40%;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li figure img,
header .header-main .sp-header .middle .right-area .cart-content ul li figure img {
  width: 100%;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li .order,
header .header-main .sp-header .middle .right-area .cart-content ul li .order {
  width: 60%;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li .order p,
header .header-main .sp-header .middle .right-area .cart-content ul li .order p {
  margin-bottom: 1.5rem;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type,
header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type {
  line-height: 1.5;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type,
  header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type {
    font-size: 1.1rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li .order .price,
header .header-main .sp-header .middle .right-area .cart-content ul li .order .price {
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content ul li .order .price,
  header .header-main .sp-header .middle .right-area .cart-content ul li .order .price {
    font-size: 1.2rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper,
header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper {
  font-size: 1.2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper,
  header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper {
    font-size: 1.1rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper p,
header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper p {
  margin-bottom: 0;
  line-height: 1.5;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .detail,
header .header-main .sp-header .middle .right-area .cart-content .detail {
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content .detail,
  header .header-main .sp-header .middle .right-area .cart-content .detail {
    padding-top: 1.5rem;
    font-size: 1.1rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .detail div:first-of-type,
header .header-main .sp-header .middle .right-area .cart-content .detail div:first-of-type {
  text-align: left;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .detail div:last-of-type,
header .header-main .sp-header .middle .right-area .cart-content .detail div:last-of-type {
  text-align: right;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .total,
header .header-main .sp-header .middle .right-area .cart-content .total {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  margin: 2rem 0;
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content .total,
  header .header-main .sp-header .middle .right-area .cart-content .total {
    padding: 1.5rem 0;
    margin: 1.5rem 0;
  }
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content .total,
  header .header-main .sp-header .middle .right-area .cart-content .total {
    font-size: 1.2rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .text-wrap,
header .header-main .sp-header .middle .right-area .cart-content .text-wrap {
  text-align: center;
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .morebtn01,
header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  font-size: 2rem;
  font-family: "Poppins";
  display: inline-block;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content .morebtn01,
  header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
    font-size: 1.4rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart-content .clickbtn01,
header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  width: 70%;
  padding: 2rem 0;
  margin: 3rem auto 0;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart-content .clickbtn01,
  header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
    font-size: 1.5rem;
  }
}

.sj-header .header-main .sp-header .middle .right-area .cart:hover .cart-content,
header .header-main .sp-header .middle .right-area .cart:hover .cart-content {
  display: block;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .cart:hover .cart-content,
  header .header-main .sp-header .middle .right-area .cart:hover .cart-content {
    display: none;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-area,
header .header-main .sp-header .middle .right-area .search-area {
  width: 525px;
  position: relative;
  display: none;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-area,
  header .header-main .sp-header .middle .right-area .search-area {
    width: calc(100% - 2rem);
    position: static;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-bar,
header .header-main .sp-header .middle .right-area .search-bar {
  width: 525px;
  margin-top: 3rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 83%;
  right: 30px;
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media screen and (max-width: 1023px) {

  .sj-header .header-main .sp-header .middle .right-area .search-bar,
  header .header-main .sp-header .middle .right-area .search-bar {
    top: 0;
    right: 470px;
  }
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-bar,
  header .header-main .sp-header .middle .right-area .search-bar {
    width: calc(100% - 2rem);
    margin: 1.5rem 1rem 0;
    position: absolute;
    top: 60px;
    left: 0px;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-bar input,
header .header-main .sp-header .middle .right-area .search-bar input {
  padding: 5px;
  position: relative;
}

.sj-header .header-main .sp-header .middle .right-area .search-bar p,
header .header-main .sp-header .middle .right-area .search-bar p {
  display: contents;
}

.sj-header .header-main .sp-header .middle .right-area .search-bar p a,
header .header-main .sp-header .middle .right-area .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  font-size: 1.6rem;
  font-family: "Poppins";
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest,
header .header-main .sp-header .middle .right-area .search-suggest {
  width: 80%;
  max-height: 61vh;
  padding: 20px 25px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  position: absolute;
  top: 80px;
  right: 471px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar,
header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar {
  width: 8px;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-track,
header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-thumb,
header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest,
  header .header-main .sp-header .middle .right-area .search-suggest {
    top: 125px;
    right: 11px;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest p,
header .header-main .sp-header .middle .right-area .search-suggest p {
  color: #3c3c3c;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest ul,
header .header-main .sp-header .middle .right-area .search-suggest ul {
  margin-top: 15px;
  display: block;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest ul,
  header .header-main .sp-header .middle .right-area .search-suggest ul {
    margin-top: 0;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .text1,
header .header-main .sp-header .middle .right-area .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest .text1,
  header .header-main .sp-header .middle .right-area .search-suggest .text1 {
    font-size: 12px;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .text2,
header .header-main .sp-header .middle .right-area .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1,
header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1,
  header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 {
    padding-left: 0;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a,
header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a:hover,
header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a:hover {
  opacity: 0.7;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1,
header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 {
  width: 23%;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1,
  header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 {
    width: 30%;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 img,
header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 img {
  width: 100%;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .text-area,
header .header-main .sp-header .middle .right-area .search-suggest .text-area {
  width: 73%;
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest .text-area,
  header .header-main .sp-header .middle .right-area .search-suggest .text-area {
    width: 65%;
  }
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .text3,
header .header-main .sp-header .middle .right-area .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .text4,
header .header-main .sp-header .middle .right-area .search-suggest .text4 {
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

.sj-header .header-main .sp-header .middle .right-area .search-suggest .text5,
header .header-main .sp-header .middle .right-area .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

@media (max-width: 768px) {

  .sj-header .header-main .sp-header .middle .right-area .search-suggest .text5,
  header .header-main .sp-header .middle .right-area .search-suggest .text5 {
    font-size: 13px;
  }
}

.sj-header .img-white,
header .img-white {
  display: none;
}

.sj-header .img-black,
header .img-black {
  display: inline;
}

.sj-header .header2,
header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJトップヘッダー（文字白ver）
------------------------------------*/
.header01 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.header01 header .header-main a {
  color: #fff;
}

.header01 header .header-main .header-top {
  border-bottom: 1px solid #fff;
}

.header01 header .header-main .header-top .left li,
.header01 header .header-main .header-top .right li {
  border-left: 1px solid #fff;
}

.header01 header .header-main .header-top .left li:active,
.header01 header .header-main .header-top .left li.active {
  background-color: #69307c;
}

.header01 header .header-main .header-top .left li:active a,
.header01 header .header-main .header-top .left li.active a {
  color: #fff;
}

.header01 header .header-main .header-top .left li.sjb-link:hover {
  background-color: #d7c2dd;
}

.header01 header .header-main .header-top .left li.sjb-link:hover a {
  color: #fff;
}

.header01 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.header01 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.header01 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #fff;
}

.header01 header .header-main .header-top .right li {
  border: none;
}

.header01 header .header-main .header-top .right .login:after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.header01 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.header01 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart:before {
  color: #fff;
}

.header01 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header01 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.header01 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header01 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .right .cart-content .clickbtn01 {
  background-color: #000;
}

.header01 header .header-main .header-top .right .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header01 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.header01 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.header01 header .header-main .header-bottom .right .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header01 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.header01 header .header-main .sp-header .top {
  border-bottom: 1px solid #fff;
}

.header01 header .header-main .sp-header .top li {
  border-right: 1px solid #fff;
}

.header01 header .header-main .sp-header .top li.active {
  background-color: #69307c;
}

.header01 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  background-color: #000;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header01 header .img-white {
  display: inline;
}

.header01 header .img-black {
  display: none;
}

.header01 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJトップヘッダー（文字黒ver）
------------------------------------*/
.header02 header {
  top: 0;
  left: 0;
  right: 0;
}

.header02 header .header-main a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.header02 header .header-main .header-top .left li,
.header02 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
}

.header02 header .header-main .header-top .left li:active,
.header02 header .header-main .header-top .left li.active {
  background-color: #69307c;
  max-width: 50%;
  height: 4.3rem;
}

.header02 header .header-main .header-top .left li:active a,
.header02 header .header-main .header-top .left li.active a {
  color: #fff;
}

.header02 header .header-main .header-top .left li.sjb-link:hover {
  background-color: #d7c2dd;
}

.header02 header .header-main .header-top .left li.sjb-link:hover a {
  color: #fff;
}

.header02 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.header02 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.header02 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #e6e6e6;
  background-color: #e6e6e6;
}

.header02 header .header-main .header-top .right li {
  border: none;
}

.header02 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.header02 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header02 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.header02 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content .clickbtn01 {
  background-color: #000;
}

.header02 header .header-main .header-top .right .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header02 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.header02 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.header02 header .header-main .header-bottom .right .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header02 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .sp-header .top {
  border-bottom: 1px solid #e6e6e6;
}

.header02 header .header-main .sp-header .top li {
  border-right: 1px solid #3c3c3c;
}

.header02 header .header-main .sp-header .top li.active {
  background-color: #69307c;
}

.header02 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.header02 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  background-color: #000;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header02 header .header-main .sp-header .middle .right-area .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header02 header .img-white {
  display: none;
}

.header02 header .img-black {
  display: block;
}

.header02 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ下層ページヘッダー（文字黒）
------------------------------------*/
.header03 header .header-main a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.header03 header .header-main .header-top .left li,
.header03 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
}

.header03 header .header-main .header-top .left li:active,
.header03 header .header-main .header-top .left li.active {
  background-color: #69307c;
  max-width: 50%;
  height: 4.3rem;
}

.header03 header .header-main .header-top .left li:active a,
.header03 header .header-main .header-top .left li.active a {
  color: #fff;
}

.header03 header .header-main .header-top .left li.sjb-link:hover {
  background-color: #d7c2dd;
}

.header03 header .header-main .header-top .left li.sjb-link:hover a {
  color: #fff;
}

.header03 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.header03 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.header03 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #3c3c3c;
  border-right: 1px solid #e6e6e6;
  background-color: #e6e6e6;
}

.header03 header .header-main .header-top .right li {
  border: none;
}

.header03 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.header03 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header03 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.header03 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content .clickbtn01 {
  background-color: #000;
}

.header03 header .header-main .header-top .right .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header03 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.header03 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.header03 header .header-main .header-bottom .right .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header03 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .sp-header .top {
  border-bottom: 1px solid #e6e6e6;
}

.header03 header .header-main .sp-header .top li {
  border-right: 1px solid #3c3c3c;
}

.header03 header .header-main .sp-header .top li.active {
  background-color: #69307c;
}

.header03 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.header03 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  background-color: #000;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header03 header .header-main .sp-header .middle .right-area .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header03 header .img-white {
  display: none;
}

.header03 header .img-black {
  display: block;
}

.header03 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
@-webkit-keyframes show1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  display: flex;
  justify-content: center;
}

body.scrolled .header .header2 {
  height: auto !important;
}

body.scrolled .header .header2 .middle {
  position: static;
  background: none;
}

@media screen and (max-width: 1023px) {
  .header .middle {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 1s;
    align-items: center;
  }

  body.scrolled.sjg-header01 .header .middle {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
  }

  body.scrolled .header .middle {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/*モーダルサイズ*/
.logout-remodal {
  width: 30%;
}

@media (max-width: 768px) {
  .logout-remodal {
    width: 100% !important;
  }
}

.submit-remodal {
  padding: 40px;
}

@media (max-width: 768px) {
  .submit-remodal {
    width: 100% !important;
  }
}

/*------------------------------------
  BEGIN SJヘッダー レイアウト
------------------------------------*/
.sjg-header {
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}

.sjg-header .header-banner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  position: relative;
  background: #e6e6e6;
}

@media (max-width: 768px) {
  .sjg-header .header-banner {
    font-size: 1rem;
  }
}

.sjg-header .header-banner .batsu-icon {
  position: absolute;
  right: 40px;
  margin: auto;
  opacity: 0.5;
}

.sjg-header .header-banner .batsu-icon:hover {
  opacity: 0.3;
}

.sjg-header .header-banner .batsu-icon img {
  width: 13px;
}

@media screen and (max-width: 1023px) {
  .sjg-header .header-banner .batsu-icon {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .sjg-header .header-banner .batsu-icon img {
    width: 8px;
  }
}

@media (max-width: 768px) {
  .sjg-header .header-banner a {
    font-weight: 500;
  }
}

.sjg-header .header-main {
  height: auto !important;
  position: relative;
  /*1023px以下のレイアウト*/
}

@media screen and (max-width: 1023px) {
  .sjg-header .header-main .header-top {
    display: none;
  }
}

.sjg-header .header-main .header-top:after {
  content: "";
  clear: both;
  display: block;
}

.sjg-header .header-main .header-top .left,
.sjg-header .header-main .header-top .right {
  display: inline-block;
  vertical-align: middle;
}

.sjg-header .header-main .header-top .left li,
.sjg-header .header-main .header-top .right li {
  float: left;
  padding: 10px;
}

.sjg-header .header-main .header-top .left {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  display: block;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-top .left {
    width: 450px;
  }
}

.sjg-header .header-main .header-top .left ul {
  display: -webkit-flex;
  display: flex;
}

.sjg-header .header-main .header-top .left li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  padding: 0;
}

.sjg-header .header-main .header-top .left li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
  font-family: "Poppins";
  font-weight: 400;
  box-sizing: border-box;
}

.sjg-header .header-main .header-top .right {
  height: 35px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.sjg-header .header-main .header-top .right ul {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.sjg-header .header-main .header-top .right li {
  padding: 0;
  font-weight: 300;
  border: none;
}

.sjg-header .header-main .header-top .right li.wishlist img {
  width: 25px;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-top .right li.wishlist img {
    width: 21px;
  }
}

.sjg-header .header-main .header-top .right li.wishlist img.added {
  display: none;
}

.sjg-header .header-main .header-top .right li.wishlist .added img,
.sjg-header .header-main .header-top .right li.wishlist .on img {
  display: none !important;
}

.sjg-header .header-main .header-top .right li.wishlist .added img.added,
.sjg-header .header-main .header-top .right li.wishlist .on img.added {
  display: inline !important;
}

.sjg-header .header-main .header-top .right li img {
  width: 19px;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-top .right li img {
    width: 18px;
  }
}

.sjg-header .header-main .header-top .right .login {
  padding-right: 15px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .sjg-header .header-main .header-top .right .login {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1024px) {
  .sjg-header .header-main .header-top .right .login {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

.sjg-header .header-main .header-top .right .login:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
  right: 5px;
  margin-top: -3px;
}

.sjg-header .header-main .header-top .right .login .link {
  height: auto;
  padding: 2rem 1rem;
  position: absolute;
  top: 19px;
  right: 15px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media screen and (max-width: 1024px) {
  .sjg-header .header-main .header-top .right .login .link {
    top: 14px;
  }
}

.sjg-header .header-main .header-top .right .login .link li {
  padding: 15px;
}

.sjg-header .header-main .header-top .right .login .link li a {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 300;
  white-space: nowrap;
}

.sjg-header .header-main .header-top .right .login02 {
  margin-right: 15px;
  position: relative;
}

.sjg-header .header-main .header-top .right .login02 a {
  font-size: 1.4rem;
  font-family: "Poppins";
  font-weight: 300;
  white-space: nowrap;
}

.sjg-header .header-main .header-top .right .login02 a:hover {
  border-bottom: solid 1px;
  display: inline-block;
}

.sjg-header .header-main .header-top .right .link {
  display: none;
}

.sjg-header .header-main .header-top .right .login:hover .link {
  display: flex;
}

.sjg-header .header-main .header-top .right .cart {
  position: relative;
}

.sjg-header .header-main .header-top .right .cart span.num {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.sjg-header .header-main .header-top .right .wishlist {
  padding: 0;
  margin: 0 0 0 15px;
}

.sjg-header .header-main .header-top .right .wishlist img.added {
  display: none;
}

.sjg-header .header-main .header-top .right .wishlist .added img,
.sjg-header .header-main .header-top .right .wishlist .on img {
  display: none;
}

.sjg-header .header-main .header-top .right .wishlist .added img.added,
.sjg-header .header-main .header-top .right .wishlist .on img.added {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .sjg-header .header-main .header-top .right .wishlist {
    margin-left: 8px;
  }
}

.sjg-header .header-main .header-top .right .wishlist02 {
  margin-left: 0;
}

.sjg-header .header-main .header-top .right .cart {
  padding: 0;
  margin: 0 0 0 20px;
}

.sjg-header .header-main .header-top .right .cart .cart-content {
  width: 370px;
  padding: 3.2rem 2.5rem;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
  display: none;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-top .right .cart .cart-content {
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    max-height: 80vh;
  }
}

.sjg-header .header-main .header-top .right .cart .cart-content .title {
  text-align: left;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 200;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none) {
  .sjg-header .header-main .header-top .right .cart .cart-content ul {
    flex-direction: initial;
  }
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li figure {
  width: 40%;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li figure img {
  width: 100%;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li .order {
  width: 55%;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li .order p {
  margin-bottom: 1.5rem;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li .order p:first-of-type {
  line-height: 1.5;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li .order .price {
  font-size: 1.4rem;
  font-family: "Poppins";
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li .flex-wraper {
  font-size: 1.2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}

.sjg-header .header-main .header-top .right .cart .cart-content ul li .flex-wraper p {
  margin-bottom: 0;
  line-height: 1.5;
}

.sjg-header .header-main .header-top .right .cart .cart-content .detail {
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.sjg-header .header-main .header-top .right .cart .cart-content .detail div:last-of-type {
  text-align: right;
}

.sjg-header .header-main .header-top .right .cart .cart-content .total {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  margin: 2rem 0;
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.sjg-header .header-main .header-top .right .cart .cart-content .text-wrap {
  text-align: center;
}

.sjg-header .header-main .header-top .right .cart .cart-content .morebtn01 {
  font-size: 2rem;
  font-family: "Poppins";
  display: inline-block;
}

.sjg-header .header-main .header-top .right .cart .cart-content .clickbtn01 {
  width: 70%;
  padding: 2rem 0;
  margin: 3rem auto 0;
  color: #fff;
  background-color: #000;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.sjg-header .header-main .header-top .right .cart .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.sjg-header .header-main .header-top .right .cart:hover .cart-content {
  display: block;
}

.sjg-header .header-main .cart:hover .cart-content {
  display: block;
}

.sjg-header .header-main .header-bottom {
  position: relative;
  padding: 27px 30px;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-bottom {
    padding: 27px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sjg-header .header-main .header-bottom {
    display: none;
  }
}

.sjg-header .header-main .header-bottom .left,
.sjg-header .header-main .header-bottom .right {
  display: inline-block;
  vertical-align: middle;
}

.sjg-header .header-main .header-bottom .left li,
.sjg-header .header-main .header-bottom .right li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.sjg-header .header-main .header-bottom .left li.search a,
.sjg-header .header-main .header-bottom .right li.search a {
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {

  .sjg-header .header-main .header-bottom .left li.search,
  .sjg-header .header-main .header-bottom .right li.search {
    width: 20px;
  }
}

.sjg-header .header-main .header-bottom .left li.search img,
.sjg-header .header-main .header-bottom .right li.search img {
  width: 22px;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {

  .sjg-header .header-main .header-bottom .left li.search img,
  .sjg-header .header-main .header-bottom .right li.search img {
    width: 100%;
  }
}

@media (max-width: 1280px) {

  .sjg-header .header-main .header-bottom .left li.search img,
  .sjg-header .header-main .header-bottom .right li.search img {
    width: 20px;
  }
}

.sjg-header .header-main .header-bottom .left .logo {
  width: 250px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-bottom .left .logo {
    width: 200px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1120px) {
  .sjg-header .header-main .header-bottom .left .logo {
    width: 180px;
  }
}

.sjg-header .header-main .header-bottom .left .logo img {
  width: 100%;
}

.sjg-header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sjg-header .header-main .header-bottom .left .category>ul {
  padding-left: 0;
}

.sjg-header .header-main .header-bottom .left .category>ul>li {
  display: block;
  float: left;
  vertical-align: middle;
}

.sjg-header .header-main .header-bottom .left .category>ul>li>a {
  line-height: 60px;
  font-size: 15px;
  letter-spacing: 0;
  height: 60px;
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1120px) {
  .sjg-header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 7px;
  }
}

.sjg-header .header-main .header-bottom .left .category>ul>li>a:hover {
  text-decoration: underline;
}

.sjg-header .header-main .header-bottom .left .category .level-2 {
  position: absolute;
  padding: 40px 10px 20px;
  box-sizing: border-box;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-bottom .left .category .level-2 {
    top: 178px;
  }
}

.sjg-header .header-main .header-bottom .left .category .level-2 ul:after {
  content: "";
  clear: both;
  display: block;
}

.sjg-header .header-main .header-bottom .left .category .level-2 .box {
  width: 180px;
  padding: 0 20px;
}

.sjg-header .header-main .header-bottom .left .category .level-2 .box h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}

.sjg-header .header-main .header-bottom .left .category .level-2 .box li {
  padding: 0;
  height: inherit;
  margin-bottom: 5px;
  font-size: 1.4rem;
  letter-spacing: 0;
  display: block;
}

.sjg-header .header-main .header-bottom .left .category .level-2 .box img {
  width: 90%;
}

.sjg-header .header-main .header-bottom .left .category .level-2 .box a {
  padding: 0;
  height: inherit;
  line-height: 20px;
}

.sjg-header .header-main .header-bottom .left .category .level-2>ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

.sjg-header .header-main .header-bottom .left .category .level-2 {
  display: none;
}

.sjg-header .header-main .header-bottom .left .category li:hover .level-2 {
  display: block;
}

.sjg-header .header-main .header-bottom .right {
  position: absolute;
  right: 30px;
  top: 26px;
  text-align: right;
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-bottom .right {
    right: 20px;
  }
}

.sjg-header .header-main .header-bottom .right .store {
  margin-right: 20px;
}

@media all and (-ms-high-contrast: none) {
  .sjg-header .header-main .header-bottom .right .store {
    width: 16px;
  }
}

.sjg-header .header-main .header-bottom .right .store img {
  width: 18px;
  vertical-align: text-bottom;
}

@media all and (-ms-high-contrast: none) {
  .sjg-header .header-main .header-bottom .right .store img {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .sjg-header .header-main .header-bottom .right .store img {
    width: 16px;
  }
}

.sjg-header .header-main .header-bottom .right .search-area {
  width: 525px;
  position: relative;
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .sjg-header .header-main .header-bottom .right .search {
    width: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .sjg-header .header-main .header-bottom .right .search img {
    width: 100%;
  }
}

.sjg-header .header-main .header-bottom .right .search-bar {
  width: 525px;
  margin-top: 2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

.sjg-header .header-main .header-bottom .right .search-bar input {
  padding: 5px;
  position: relative;
}

.sjg-header .header-main .header-bottom .right .search-bar p {
  display: contents;
}

.sjg-header .header-main .header-bottom .right .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  color: #fff;
  background-color: #212121;
  font-size: 1.6rem;
  font-family: "Poppins";
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

.sjg-header .header-main .header-bottom .right .search-suggest {
  width: 80%;
  max-height: 71vh;
  padding: 20px 25px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  position: absolute;
  right: 1px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sjg-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar {
  width: 8px;
}

.sjg-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sjg-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sjg-header .header-main .header-bottom .right .search-suggest p {
  color: #3c3c3c;
}

.sjg-header .header-main .header-bottom .right .search-suggest ul {
  margin-top: 15px;
}

.sjg-header .header-main .header-bottom .right .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

.sjg-header .header-main .header-bottom .right .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

.sjg-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

.sjg-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sjg-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a:hover {
  opacity: 0.7;
}

.sjg-header .header-main .header-bottom .right .search-suggest .img-wrapper1 {
  width: 23%;
}

.sjg-header .header-main .header-bottom .right .search-suggest .img-wrapper1 img {
  width: 100%;
}

.sjg-header .header-main .header-bottom .right .search-suggest .text-area {
  width: 73%;
}

.sjg-header .header-main .header-bottom .right .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

.sjg-header .header-main .header-bottom .right .search-suggest .text4 {
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

.sjg-header .header-main .header-bottom .right .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

.sjg-header .header-main .header-bottom .language .language-select {
  position: relative;
  padding: 15px 15px 15px 0;
}

.sjg-header .header-main .header-bottom .language .language-select:hover {
  cursor: pointer;
}

.sjg-header .header-main .header-bottom .language .language-select:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -5px;
}

.sjg-header .header-main .header-bottom .language .language-box {
  padding: 1rem 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 44px;
  right: 0%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

.sjg-header .header-main .header-bottom .language .language-box li {
  padding: 5px;
  font-size: 1.4rem;
  font-family: "Poppins";
}

.sjg-header .header-main .header-bottom .language .language-box li:hover a {
  border-bottom: solid 1px #ececec;
}

.sjg-header .header-main .header-bottom .language .language-box li a {
  color: #3c3c3c;
  padding: 6px 10px 5px;
  display: block;
  border-bottom: 1px solid transparent;
}

.sjg-header .header-main .header-bottom .language .language-box {
  display: none;
}

.sjg-header .header-main .header-bottom .language:hover .language-box {
  display: flex;
  display: -ms-flexbox;
}

.sjg-header .header-main .sp-header {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sjg-header .header-main .sp-header {
    display: block;
  }
}

.sjg-header .header-main .sp-header .top:after {
  content: "";
  clear: both;
  display: block;
}

.sjg-header .header-main .sp-header .top ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.sjg-header .header-main .sp-header .top li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: -webkit-center;
}

.sjg-header .header-main .sp-header .top li:nth-child(1) {
  -webkit-flex: 1 1 36.26%;
  flex: 1 1 36.26%;
}

.sjg-header .header-main .sp-header .top li:nth-child(2) {
  -webkit-flex: 1 1 27.867%;
  flex: 1 1 27.867%;
}

.sjg-header .header-main .sp-header .top li:last-child {
  border-right: none;
  -webkit-flex: 1 1 35.873%;
  flex: 1 1 35.873%;
}

@media screen and (max-width: 640px) {
  .sjg-header .header-main .sp-header .top li {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

.sjg-header .header-main .sp-header .top li a {
  display: table-cell;
  vertical-align: middle;
  height: 31px;
}

@media all and (-ms-high-contrast: none) {
  .sjg-header .header-main .sp-header .top li a {
    vertical-align: initial;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }
}

.sjg-header .header-main .sp-header .middle {
  padding: 12px 1.5rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.sjg-header .header-main .sp-header .middle .left-area {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 59px;
}

.sjg-header .header-main .sp-header .middle .left-area button {
  position: static;
  padding: 0 15px 0 0;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

.sjg-header .header-main .sp-header .middle .left-area button img.menu-icon {
  width: 20px;
}

.sjg-header .header-main .sp-header .middle .left-area button img {
  width: 29px;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .left-area .store {
    margin-top: -1px;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: none;
  }
}

.sjg-header .header-main .sp-header .middle .left-area .store img {
  width: 15px;
  vertical-align: middle;
}

.sjg-header .header-main .sp-header .middle .logo {
  margin: 0 auto;
  padding: 0 20px;
  -webkit-flex: 0 1 70%;
  flex: 0 1 70%;
  max-width: 150px;
}

@media screen and (max-width: 400px) {
  .sjg-header .header-main .sp-header .middle .logo {
    width: 57%;
  }
}

.sjg-header .header-main .sp-header .middle .logo img {
  vertical-align: bottom;
}

.sjg-header .header-main .sp-header .middle img {
  width: 100%;
}

.sjg-header .header-main .sp-header .middle .right-area {
  text-align: right;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 51px;
}

.sjg-header .header-main .sp-header .middle .right-area img {
  width: 100%;
}

.sjg-header .header-main .sp-header .middle .right-area ul {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  .sjg-header .header-main .sp-header .middle .right-area ul {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area ul {
    display: flex;
    align-items: baseline;
  }
}

.sjg-header .header-main .sp-header .middle .right-area li {
  display: inline-block;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

.sjg-header .header-main .sp-header .middle .right-area li:first-child {
  padding-left: 0;
}

.sjg-header .header-main .sp-header .middle .right-area li.cart {
  position: relative;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area li.cart {
    padding-left: 0;
  }
}

.sjg-header .header-main .sp-header .middle .right-area li.cart img {
  width: 20px;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area li.cart img {
    width: 18px;
  }
}

.sjg-header .header-main .sp-header .middle .right-area li.cart span.num {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area li.cart span.num {
    left: 10px;
  }
}

.sjg-header .header-main .sp-header .middle .right-area li.search img {
  width: 24px;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area li.search img {
    width: 18px;
    position: relative;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content {
  width: 370px;
  padding: 3.2rem 2.5rem;
  position: absolute;
  top: 30px;
  right: 10%;
  z-index: 50;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  max-height: 80vh;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content {
    width: 300px;
    max-height: 75vh;
    right: -12px;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 320px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content {
    width: 250px;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .title {
  text-align: left;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 200;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  display: -ms-flexbox;
  text-align: left;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content ul li {
    padding: 1.5rem 0;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li figure {
  width: 40%;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li figure img {
  width: 100%;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .order {
  width: 60%;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .order p {
  margin-bottom: 1.5rem;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type {
    font-size: 1.1rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .order .price {
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .order .price {
    font-size: 1.2rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper {
  font-size: 1.2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper {
    font-size: 1.1rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper p {
  margin-bottom: 0;
  line-height: 1.5;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .detail {
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content .detail {
    padding-top: 1.5rem;
    font-size: 1.1rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .detail div:last-of-type {
  text-align: right;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .total {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  margin: 2rem 0;
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content .total {
    padding: 1.5rem 0;
    margin: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content .total {
    font-size: 1.2rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .text-wrap {
  text-align: center;
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  font-size: 2rem;
  font-family: "Poppins";
  display: inline-block;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
    font-size: 1.4rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  width: 70%;
  padding: 2rem 0;
  margin: 3rem auto 0;
  color: #fff;
  background-color: #000;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
    font-size: 1.5rem;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.sjg-header .header-main .sp-header .middle .right-area .cart:hover .cart-content {
  display: block;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .cart:hover .cart-content {
    display: none;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-area {
  width: 525px;
  position: relative;
  display: none;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-area {
    width: calc(100% - 2rem);
    position: static;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-bar {
  width: 525px;
  margin-top: 3rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 83%;
  right: 30px;
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media screen and (max-width: 1023px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-bar {
    top: 0;
    right: 470px;
  }
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-bar {
    width: calc(100% - 2rem);
    margin: 1.5rem 1rem 0;
    position: absolute;
    top: 60px;
    left: 0px;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-bar input {
  padding: 5px;
  position: relative;
}

.sjg-header .header-main .sp-header .middle .right-area .search-bar p {
  display: contents;
}

.sjg-header .header-main .sp-header .middle .right-area .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  color: #fff;
  background-color: #212121;
  font-size: 1.6rem;
  font-family: "Poppins";
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest {
  width: 80%;
  max-height: 61vh;
  padding: 20px 25px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  position: absolute;
  top: 80px;
  right: 471px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar {
  width: 8px;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest {
    top: 125px;
    right: 11px;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest p {
  color: #3c3c3c;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest ul {
  margin-top: 15px;
  display: block;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest ul {
    margin-top: 0;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest .text1 {
    font-size: 12px;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 {
    padding-left: 0;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a:hover {
  opacity: 0.7;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 {
  width: 23%;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 {
    width: 30%;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 img {
  width: 100%;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .text-area {
  width: 73%;
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest .text-area {
    width: 65%;
  }
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .text4 {
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

.sjg-header .header-main .sp-header .middle .right-area .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .sjg-header .header-main .sp-header .middle .right-area .search-suggest .text5 {
    font-size: 13px;
  }
}

.sjg-header .img-white {
  display: none;
}

.sjg-header .img-black {
  display: inline;
}

.sjg-header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN Girlトップヘッダー（文字白ver）
------------------------------------*/
.sjg-header01 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sjg-header01 header .header-main {
  /*SP時レイアウト*/
}

.sjg-header01 header .header-main .header-top {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.sjg-header01 header .header-main .header-top .left li,
.sjg-header01 header .header-main .header-top .right li {
  border-left: 1px solid #e5e5e5;
}

.sjg-header01 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjg-header01 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjg-header01 header .header-main .header-top .left li.sjb-link:hover {
  background-color: #d7c2dd;
}

.sjg-header01 header .header-main .header-top .left li.sjb-link:hover a {
  color: #fff;
}

.sjg-header01 header .header-main .header-top .left .sjg-link:active,
.sjg-header01 header .header-main .header-top .left .sjg-link.active {
  background-color: #b09a56;
}

.sjg-header01 header .header-main .header-top .left .sjg-link:active a,
.sjg-header01 header .header-main .header-top .left .sjg-link.active a {
  color: #fff;
}

.sjg-header01 header .header-main .header-top .left .sjg-link:last-child {
  border-right: 1px solid #e5e5e5;
}

.sjg-header01 header .header-main .header-top .left .sjg-link a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right li {
  border: none;
}

.sjg-header01 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.sjg-header01 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .header-top .right .wishlist .img-black {
  display: block;
}

.sjg-header01 header .header-main .header-top .right .cart .img-black {
  display: block;
}

.sjg-header01 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.sjg-header01 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.sjg-header01 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header01 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-bottom .left .logo {
  position: relative;
  z-index: 5;
}

.sjg-header01 header .header-main .header-bottom .left .logo img {
  width: 75%;
}

.sjg-header01 header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sjg-header01 header .header-main .header-bottom .left .category li a {
  color: #fff;
}

.sjg-header01 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjg-header01 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .header-bottom .right .language {
  color: #fff;
}

.sjg-header01 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.sjg-header01 header .header-main .sp-header .top {
  box-shadow: 0 -1px 0 #fff;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.sjg-header01 header .header-main .sp-header .top li {
  border-right: 1px solid #fff;
  background-color: #ececec;
}

.sjg-header01 header .header-main .sp-header .top li.active {
  background-color: #b09a56;
}

.sjg-header01 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjg-header01 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .sp-header .middle {
  padding-top: 10px;
}

.sjg-header01 header .header-main .sp-header .middle .logo {
  text-align: center;
  position: relative;
  top: 2px;
}

.sjg-header01 header .header-main .sp-header .middle .logo img {
  width: 100%;
  /*width: 111px;
  @media all and (-ms-high-contrast: none) {
    width: initial;
  }*/
}

.sjg-header01 header .header-main .sp-header .middle .right-area li.cart span.num {
  color: #fff;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content {
  top: 30px;
  color: #3c3c3c;
  background-color: #fff;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header01 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.sjg-header01 header .img-white {
  display: inline;
}

.sjg-header01 header .img-black {
  display: none;
}

.sjg-header01 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN Girlトップヘッダー（文字黒ver）
------------------------------------*/
.sjg-header02 header {
  position: absolute;
  /*.img-black {
    display: block;
  }*/
}

.sjg-header02 header .header-main {
  /*SP時レイアウト*/
}

.sjg-header02 header .header-main a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-top {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.sjg-header02 header .header-main .header-top .left li,
.sjg-header02 header .header-main .header-top .right li {
  border-left: 1px solid #e5e5e5;
}

.sjg-header02 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjg-header02 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjg-header02 header .header-main .header-top .left li.sjb-link:hover {
  background-color: #d7c2dd;
}

.sjg-header02 header .header-main .header-top .left li.sjb-link:hover a {
  color: #fff;
}

.sjg-header02 header .header-main .header-top .left .sjg-link:active,
.sjg-header02 header .header-main .header-top .left .sjg-link.active {
  background-color: #b09a56;
}

.sjg-header02 header .header-main .header-top .left .sjg-link:active a,
.sjg-header02 header .header-main .header-top .left .sjg-link.active a {
  color: #fff;
}

.sjg-header02 header .header-main .header-top .left .sjg-link:last-child {
  border-right: 1px solid #e5e5e5;
}

.sjg-header02 header .header-main .header-top .left .sjg-link a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right li {
  border: none;
}

.sjg-header02 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.sjg-header02 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .header-top .right .wishlist .img-black {
  display: block;
}

.sjg-header02 header .header-main .header-top .right .cart .img-black {
  display: block;
}

.sjg-header02 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.sjg-header02 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.sjg-header02 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header02 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-bottom .left .logo {
  position: relative;
  z-index: 5;
}

.sjg-header02 header .header-main .header-bottom .left .logo img {
  width: 75%;
}

.sjg-header02 header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sjg-header02 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjg-header02 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-bottom .right .language {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header02 header .header-main .sp-header .top {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  background-color: #fff;
}

.sjg-header02 header .header-main .sp-header .top li {
  border-right: 1px solid #fff;
  background-color: #ececec;
}

.sjg-header02 header .header-main .sp-header .top li.active {
  background-color: #b09a56;
}

.sjg-header02 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjg-header02 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .sp-header .middle {
  padding-top: 10px;
}

.sjg-header02 header .header-main .sp-header .middle .logo {
  text-align: center;
  position: relative;
  top: 2px;
}

.sjg-header02 header .header-main .sp-header .middle .logo img {
  width: 100%;
  /*width: 111px;
  @media all and (-ms-high-contrast: none) {
    width: initial;
  }*/
}

.sjg-header02 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content {
  top: 30px;
  color: #3c3c3c;
  background-color: #fff;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header02 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.sjg-header02 header .img-white {
  display: none;
}

.sjg-header02 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN Girl下層ページヘッダー（文字黒）
------------------------------------*/
.sjg-header03 header {
  /*.img-black {
    display: block;
  }*/
}

.sjg-header03 header .header-main {
  /*SP時レイアウト*/
}

.sjg-header03 header .header-main a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-top {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.sjg-header03 header .header-main .header-top .left li,
.sjg-header03 header .header-main .header-top .right li {
  border-left: 1px solid #e5e5e5;
}

.sjg-header03 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjg-header03 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjg-header03 header .header-main .header-top .left li.sjb-link:hover {
  background-color: #d7c2dd;
}

.sjg-header03 header .header-main .header-top .left li.sjb-link:hover a {
  color: #fff;
}

.sjg-header03 header .header-main .header-top .left .sjg-link:active,
.sjg-header03 header .header-main .header-top .left .sjg-link.active {
  background-color: #b09a56;
}

.sjg-header03 header .header-main .header-top .left .sjg-link:active a,
.sjg-header03 header .header-main .header-top .left .sjg-link.active a {
  color: #fff;
}

.sjg-header03 header .header-main .header-top .left .sjg-link:last-child {
  border-right: 1px solid #e5e5e5;
}

.sjg-header03 header .header-main .header-top .left .sjg-link a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right li {
  border: none;
}

.sjg-header03 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.sjg-header03 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .header-top .right .wishlist .img-black {
  display: block;
}

.sjg-header03 header .header-main .header-top .right .cart .img-black {
  display: block;
}

.sjg-header03 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.sjg-header03 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.sjg-header03 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header03 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-bottom .left .logo {
  position: relative;
  z-index: 5;
}

.sjg-header03 header .header-main .header-bottom .left .logo img {
  width: 75%;
}

.sjg-header03 header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sjg-header03 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjg-header03 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-bottom .right .language {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header03 header .header-main .sp-header .top {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  background-color: #fff;
}

.sjg-header03 header .header-main .sp-header .top li {
  border-right: 1px solid #fff;
  background-color: #ececec;
}

.sjg-header03 header .header-main .sp-header .top li.active {
  background-color: #b09a56;
}

.sjg-header03 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjg-header03 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .sp-header .middle {
  padding-top: 10px;
}

.sjg-header03 header .header-main .sp-header .middle .logo {
  text-align: center;
  position: relative;
  top: 2px;
}

.sjg-header03 header .header-main .sp-header .middle .logo img {
  width: 111px;
}

.sjg-header03 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content {
  top: 30px;
  color: #3c3c3c;
  background-color: #fff;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.sjg-header03 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.sjg-header03 header .img-white {
  display: none;
}

.sjg-header03 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
* {
  box-sizing: border-box;
}

.remodal-close {
  position: absolute;
  top: 15px;
  right: 8px;
  background-image: url(../../img/common/icon/batsu2.png);
  background-repeat: no-repeat;
  background-size: 23px;
}

.remodal-close:before {
  content: "";
}

.sj {
  /*------------------------------------
    BEGIN 共通
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN top-slide-area
  ------------------------------------*/
  /*レスポンシブ時の画像の切り替え*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN item-category
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN pickup-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN checked-items
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN season-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN movie-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN news-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN weekly-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN customer-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN brand-story-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN special-brand-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
}

.sj .box-title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 200;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .sj .box-title {
    font-size: 2.6rem;
  }
}

.sj .top-slide-area {
  max-width: 1920px;
  max-height: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /*.slick-dots {
    @include sp {
      bottom: 0; display: -webkit-flex; display: flex;
      > li { -webkit-flex: 1 1 auto; flex: 1 1 auto; max-width: none; height: 4px; background: rgba(255,255,255,0.5); margin: 0 ; width: auto;
        &.slick-active { background: #fff; }
        button { width: 100%; height: auto;
          &::before { display: none;}
        }
      }
    }
  }*/
}

@media (max-width: 768px) {
  .sj .top-slide-area {
    max-height: initial;
    height: auto;
  }
}

.sj .top-slide-area img {
  max-width: 100%;
  width: 100%;
}

.sj .top-slide-area .slide-text {
  position: absolute;
  width: 100%;
  bottom: 10%;
  color: #fff;
}

.sj .top-slide-area .slide-text ul {
  width: 80%;
  margin: 0 auto;
}

.sj .top-slide-area .slide-text ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.sj .link {
  position: absolute;
  right: 60px;
  bottom: -5%;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .sj .link {
    right: 29px;
    bottom: -50px;
    font-size: 1.5rem;
  }
}

.sj .link:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  right: -25px;
  display: block;
  border-top: solid 2px #3c3c3c;
  border-right: solid 2px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .sj .link:before {
    top: 3px;
  }
}

.sj .link:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .sj .sp-br {
    display: none;
  }
}

.sj .linefeed {
  white-space: nowrap;
}

.sj .top-slide-area {
  position: relative;
}

.sj .top-slide-area img {
  width: 100%;
}

.sj .top-slide-area .slide-text {
  position: absolute;
  width: 100%;
  bottom: 5%;
  color: #fff;
}

@media (max-width: 768px) {
  .sj .top-slide-area .slide-text {
    display: none;
  }
}

.sj .top-slide-area .slide-text .thum-slide {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.sj .top-slide-area .slide-text .thum-slide .thumbnail-item {
  width: 32%;
  margin-right: 3rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
  outline: none;
  border-bottom: solid 4px rgba(105, 48, 124, 0.5);
  display: block;
  cursor: pointer;
}

.sj .top-slide-area .slide-text .thum-slide .thumbnail-item:hover {
  border-bottom: solid 4px #69307c;
}

.sj .top-slide-area .slide-text .thum-slide .thumbnail-current {
  border-bottom: solid 4px #69307c;
}

@media (max-width: 768px) {
  .sj .top-slide-area li img:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sj .top-slide-area li img:last-of-type {
    display: none;
  }
}

.sj .item-category {
  width: 100%;
  padding: 0 1.5rem;
  margin-top: 4rem;
}

.sj .item-category ul {
  width: 100%;
  margin-top: 3.5rem;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.sj .item-category ul li {
  width: 33%;
  height: 5rem;
  border-left: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  font-size: 1.1rem;
  font-family: "NotoSansCJKjp";
}

.sj .item-category ul li:nth-last-of-type(-n+3) {
  border-bottom: none;
}

.sj .item-category ul li:nth-of-type(3n-2) {
  border-left: none;
}

.sj .item-category ul li:last-of-type {
  padding: 0;
}

.sj .item-category ul li:last-of-type img {
  width: 110px;
  padding: 16px;
}

.sj .item-category ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .sj .item-category {
    display: none;
  }
}

.sj .pickup-area {
  padding: 0 10rem;
  margin: 0 auto;
  background: #fff;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .sj .pickup-area {
    padding: 0 15px;
    margin-top: 7rem;
    box-sizing: border-box;
  }
}

.sj .pickup-area .grid-container {
  max-width: 1400px;
  width: 100%;
  margin: 4.3rem auto 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-align-items: start;
  align-items: start;
  position: relative;
}

@media screen and (min-width: 770px) and (max-width: 900px) {
  .sj .pickup-area .grid-container {
    margin-bottom: -200px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  .sj .pickup-area .grid-container {
    margin-bottom: -150px;
  }
}

@media (max-width: 768px) {
  .sj .pickup-area .grid-container {
    margin-top: 3.5rem;
    display: block;
  }
}

.sj .pickup-area .grid {
  width: calc(50% - 35px);
  margin-bottom: 3.4%;
  position: relative;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.sj .pickup-area .grid .pickup-box {
  color: #3c3c3c;
}

.sj .pickup-area .grid:first-of-type .pickup-box {
  width: 65%;
  color: #fff;
  top: auto;
  bottom: 10%;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid:first-of-type .pickup-box {
    left: 26px;
  }
}

.sj .pickup-area .grid:nth-of-type(2n) {
  margin-top: -18%;
  margin-left: 3.7%;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid:nth-of-type(2n) {
    margin-top: 0;
    margin-left: 0;
  }
}

.sj .pickup-area .grid:nth-of-type(2n) .pickup-box {
  left: auto;
  right: 0;
}

@media all and (-ms-high-contrast: none) {
  .sj .pickup-area .grid:nth-of-type(2n) .pickup-box {
    top: 20%;
    bottom: auto;
  }
}

@media (max-width: 768px) {
  .sj .pickup-area .grid:nth-of-type(2n+1) {
    margin-top: 0;
  }
}

.sj .pickup-area .grid:nth-of-type(2n+1):first-of-type {
  margin-top: 0;
}

.sj .pickup-area .grid-style {
  margin-top: 0 !important;
}

.sj .pickup-area .grid:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .pickup-area .grid img {
  width: 100%;
}

@media screen and (min-width: 770px) and (max-width: 900px) {
  .sj .pickup-area .link {
    bottom: 10%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  .sj .pickup-area .link {
    bottom: 5%;
  }
}

@media screen and (min-width: 1000px) {
  .sj .pickup-area .link {
    bottom: -2%;
  }
}

.sj .pickup-box {
  width: 60%;
  position: absolute;
  top: auto;
  left: 26px;
  bottom: 12%;
}

@media (max-width: 768px) {
  .sj .pickup-box {
    left: 0;
  }
}

.sj .pickup-title {
  border-bottom: solid 1px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 3.6rem;
  line-height: 1.111;
}

@media screen and (max-width: 1400px) {
  .sj .pickup-title {
    font-size: 2.5vw;
  }
}

@media (max-width: 768px) {
  .sj .pickup-title {
    margin-bottom: 0;
    font-size: 26px;
    word-break: break-word;
  }
}

.sj .pickup-link {
  margin: 2rem auto;
  font-size: 0.97vw;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .sj .pickup-link {
    margin: 0.5rem 0;
    font-size: 10px;
  }
}

.sj .pickup-discription {
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 1400px) {
  .sj .pickup-discription {
    font-size: 12px;
    word-break: break-word;
  }
}

.sj .checked-items-area {
  max-width: 1400px;
  margin: 12rem auto 0;
}

@media (max-width: 768px) {
  .sj .checked-items-area {
    margin: 10rem 1.5rem 0;
  }
}

.sj .checked-items-area img {
  width: 100%;
}

.sj .checked-items-slide {
  padding-left: 25px;
  margin: 4.3rem 10rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .checked-items-slide {
    margin: 2.6rem 1.5rem 0 0;
  }
}

.sj .checked-items-slide li:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .checked-items-description {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .sj .checked-items-description {
    display: none;
  }
}

.sj .checked-items-description p:first-of-type {
  line-height: 1.5;
  letter-spacing: 1px;
}

.sj .checked-items-description p:last-of-type {
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.sj .checked-items-prev {
  position: absolute;
  top: 32%;
  left: 0;
}

.sj .checked-items-prev:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sj .checked-items-next {
  position: absolute;
  top: 32%;
  right: 0;
}

.sj .checked-items-next:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sj .season-area {
  max-width: 1400px;
  padding: 0 17rem;
  margin: 14rem auto 0;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .season-area {
    padding: 0 1.5rem;
    margin-top: 7.2rem;
  }
}

.sj .season-area .link {
  right: 128px;
  bottom: -12%;
}

@media (max-width: 768px) {
  .sj .season-area .link {
    right: 42px;
    bottom: -50px;
  }
}

.sj .season-block {
  margin: 3.6rem auto 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sj .season-block {
    margin-top: 3rem;
  }
}

.sj .season-block a {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sj .season-block a {
    width: 100%;
  }
}

.sj .season-block a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .season-block a div {
  width: 50%;
}

@media (max-width: 768px) {
  .sj .season-block a div {
    width: 50%;
  }
}

.sj .season-block a div img {
  width: 100%;
}

.sj .season-gallery-top {
  margin-top: 9.5rem;
}

@media (max-width: 768px) {
  .sj .season-gallery-top {
    margin-top: 4.5rem;
  }
}

.sj .season-gallery-bottom {
  margin-bottom: 9.5rem;
}

@media (max-width: 768px) {
  .sj .season-gallery-bottom {
    margin-bottom: 4.5rem;
  }
}

.sj .movie-area {
  max-width: 1400px;
  padding: 0 10rem;
  margin: 24rem auto 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sj .movie-area {
    padding: 0 1.5rem;
    margin: 12rem auto 0;
    cursor: pointer;
  }
}

.sj .movie-area .top-movie-pc {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sj .movie-area .top-movie-pc .movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sj .news-area {
  max-width: 1400px;
  margin: 14.2rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .news-area {
    margin: 7rem auto 0;
  }
}

.sj .news-area .appear {
  display: none;
}

.sj .news-area .news-view-more {
  width: 100%;
  margin: 9rem auto 0;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 768px) {
  .sj .news-area .news-view-more {
    padding-bottom: 5px;
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

.sj .news-area .news-view-more span {
  padding-bottom: 10px;
  border-bottom: 2px solid #3c3c3c;
  display: inline-block;
}

.sj .news-area .news-view-more span:after {
  content: "view more ＋";
}

.sj .news-area .news-view-more span.active:after {
  content: "close ー";
}

.sj .news-area .tab {
  margin: 3.3rem 10rem 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

@media (max-width: 768px) {
  .sj .news-area .tab {
    margin: 3.8rem auto 0;
  }
}

.sj .news-area .tab li {
  cursor: pointer;
}

.sj .news-area .tab-all {
  padding-bottom: 5px;
  border-bottom: solid 1px;
  color: #3c3c3c;
}

.sj .news-area .tab-new {
  color: #ccc17a;
}

.sj .news-area .tab-store {
  color: #82977e;
}

.sj .news-area .tab-bridal {
  color: #707a99;
}

.sj .news-area .tab-others {
  color: #81503d;
}

.sj .news-area .tab li {
  margin-right: 4.4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .sj .news-area .tab li {
    font-size: 1.2rem;
    margin-right: 2.5rem;
    position: relative;
  }

  .sj .news-area .tab li::after {
    content: "｜";
    position: absolute;
    right: -1.8rem;
  }

  .sj .news-area .tab li:last-child::after {
    content: " ";
  }
}

.sj .news-area .tab li:last-of-type {
  margin-right: 0;
}

.sj .news-list {
  margin-top: 5.5rem;
}

@media (max-width: 768px) {
  .sj .news-list {
    margin: 4rem 1.5rem 0;
  }
}

.sj .news-list .news02,
.sj .news-list .news03,
.sj .news-list .news04,
.sj .news-list .news05 {
  display: none;
}

.sj .news-detail {
  margin-bottom: 2rem;
  /*.news-detailのなかのカテゴリーカラー*/
}

@media (max-width: 768px) {
  .sj .news-detail {
    border-bottom: solid 1px #e9e9e9;
  }
}

.sj .news-detail:last-of-type {
  margin-bottom: 0;
}

.sj .news-detail a {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.sj .news-detail .left {
  width: 45%;
  margin-right: 2rem;
  border-bottom: solid 1px #e9e9e9;
}

@media (max-width: 768px) {
  .sj .news-detail .left {
    width: 60%;
    margin-right: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 500px) {
  .sj .news-detail .left {
    padding-right: 2rem;
    padding-bottom: 1.5rem;
  }
}

.sj .news-detail .category {
  padding: 0.3rem 1rem;
  margin-top: 0.4rem;
  border: solid 1px;
  display: inline-block;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .news-detail .category {
    font-size: 0.9rem;
  }
}

.sj .news-detail .color01 {
  /*new item*/
  color: #ccc17a;
}

.sj .news-detail .color02 {
  /*store*/
  color: #82977e;
}

.sj .news-detail .color03 {
  /*bridal*/
  color: #707a99;
}

.sj .news-detail .color04 {
  /*others*/
  color: #81503d;
}

.sj .news-detail .date {
  margin-top: 4.2rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .news-detail .date {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.sj .news-detail .title {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .sj .news-detail .title {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.sj .news-detail .right {
  max-width: 350px;
  width: 40%;
}

.sj .news-detail .right img {
  width: 100%;
}

.sj .news-detail:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .weekly-area {
  max-width: 1400px;
  margin: 12rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .weekly-area {
    margin: 10rem auto 0;
  }
}

.sj .weekly-area ul {
  margin: 4rem 10% 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

@media (max-width: 768px) {
  .sj .weekly-area ul {
    display: block;
    margin: 2.5rem 1.5rem 0;
  }
}

.sj .weekly-area .left {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .sj .weekly-area .left {
    width: 60%;
    margin: 0 auto 5rem;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .sj .weekly-area .left figure {
    margin-bottom: 2rem;
    border-bottom: solid 1px #e9e9e9;
  }
}

.sj .weekly-area .left .box:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .weekly-area .left a {
  display: block;
}

.sj .weekly-area .left a .number {
  padding: 1.6rem 2rem;
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 1;
  display: inline-block;
  border: solid 1px #3c3c3c;
}

@media (max-width: 768px) {
  .sj .weekly-area .left a .number {
    padding: 1rem 1.6rem;
  }
}

.sj .weekly-area .left a .text {
  width: 40%;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .weekly-area .left a .text {
    width: 100%;
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

.sj .weekly-area .left a .text .name {
  line-height: 1.5;
  letter-spacing: 1px;
}

.sj .weekly-area .left a .text .price {
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.sj .weekly-area .left a img {
  width: 100%;
}

.sj .weekly-area .right {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sj .weekly-area .right {
    width: 100%;
  }
}

.sj .weekly-area .right .box {
  width: 50%;
  padding-left: 3rem;
  padding-bottom: 2.8rem;
  position: relative;
  box-sizing: border-box;
  display: block;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box {
    padding-left: 1rem;
    padding-bottom: 5rem;
  }

  .sj .weekly-area .right .box:nth-last-of-type(-n+2) {
    padding-bottom: 0;
  }
}

.sj .weekly-area .right .box:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box figure {
    margin-bottom: 2rem;
    border-bottom: solid 1px #e9e9e9;
  }
}

.sj .weekly-area .right .box a {
  width: 100%;
  display: block;
}

.sj .weekly-area .right .box a .number {
  padding: 1.6rem 1.8rem;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  display: inline-block;
  border: solid 1px #3c3c3c;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box a .number {
    padding: 1rem 1.4rem;
    left: 0;
  }
}

.sj .weekly-area .right .box a .text {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box a .text {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

.sj .weekly-area .right .box a .text .name {
  line-height: 1.5;
  letter-spacing: 1px;
}

.sj .weekly-area .right .box a .text .price {
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.sj .weekly-area .right .box a img {
  width: 100%;
}

.sj .weekly-area .link {
  right: 128px;
  bottom: -10%;
}

@media (max-width: 768px) {
  .sj .weekly-area .link {
    right: 42px;
    bottom: -50px;
  }
}

.sj .customer-area {
  width: 100%;
  margin: 23rem auto 0;
}

@media (max-width: 768px) {
  .sj .customer-area {
    margin-top: 15rem;
  }
}

.sj .customer-area ul {
  margin: 0 5rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .customer-area ul {
    margin: 0 1.5rem;
    display: block;
  }
}

.sj .customer-area li {
  margin-right: 3.8rem;
  position: relative;
}

.sj .customer-area li:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .sj .customer-area li {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .sj .customer-area li:last-of-type {
    margin-bottom: 0;
  }
}

.sj .customer-area li:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .customer-area li .text {
  width: 100%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sj .customer-area li .text .title {
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.125;
  letter-spacing: 6px;
}

@media screen and (max-width: 1400px) {
  .sj .customer-area li .text .title {
    font-size: 2.2vw;
  }
}

@media (max-width: 768px) {
  .sj .customer-area li .text .title {
    font-size: 2rem;
  }
}

.sj .customer-area li .text .subtitle {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .sj .customer-area li .text .subtitle {
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .sj .customer-area li .text .subtitle {
    font-size: 0.9rem;
  }
}

.sj .customer-area li img {
  width: 100%;
}

@media (max-width: 768px) {
  .sj .customer-area li .customer-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sj .customer-area li .customer-sp {
    display: none;
  }
}

.sj .brand-story-area {
  width: 100%;
  max-width: 1440px;
  margin: 20.6rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .brand-story-area {
    margin-top: 5rem;
  }
}

.sj .brand-story-area.movie-area {
  padding: 0;
}

.sj .brand-story-area img {
  width: 100%;
}

.sj .brand-story-area .text {
  width: 350px;
  position: absolute;
  left: 10%;
  bottom: 7%;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    left: auto;
    bottom: auto;
    box-sizing: border-box;
  }
}

.sj .brand-story-area .text .title {
  padding-left: 1rem;
  padding-bottom: 1.4rem;
  font-size: 3.6rem;
  color: #fff;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .title {
    font-size: 2.5rem;
  }
}

.sj .brand-story-area .text .title:before {
  content: '';
  width: 100%;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 50px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .title:before {
    width: 270px;
    border-bottom: solid 1px #3c3c3c;
    top: 70px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .title {
    padding-left: 0;
    padding-bottom: 0;
    color: #3c3c3c;
    display: inline-block;
  }
}

.sj .brand-story-area .text .brand-story-link {
  padding-top: 2rem;
  padding-left: 1rem;
  position: static;
  font-size: 1.4rem;
  color: #fff;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .brand-story-link {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.2rem;
    color: #3c3c3c;
  }
}

.sj .brand-story-area .text .brand-story-link:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 73px;
  left: 110px;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .brand-story-link:before {
    border-top: solid 1px #3c3c3c;
    border-right: solid 1px #3c3c3c;
    top: 48px;
    left: 110px;
  }
}

.sj .brand-story-area .text .brand-story-link a {
  color: #fff;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .brand-story-link a {
    color: #3c3c3c;
  }
}

.sj .brand-story-area .text .brand-story-link a:hover {
  opacity: 0.6;
}

.sj .brand-story-area .text .detail {
  padding-left: 1rem;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
  margin-top: 1.3rem;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .detail {
    padding-top: 0.3rem;
    padding-left: 0;
    font-size: 1.2rem;
    color: #3c3c3c;
  }
}

.sj .special-brand-area {
  width: 100%;
  margin: 17rem auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .sj .special-brand-area {
    margin-top: 8.5rem;
  }
}

.sj .special-brand-area ul {
  width: 100%;
  padding: 0 10rem;
  margin-top: 4rem;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .special-brand-area ul {
    padding: 0;
    margin-top: 3rem;
  }
}

.sj .special-brand-area ul li {
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .sj .special-brand-area ul li {
    margin-bottom: 0;
    line-height: 0;
  }
}

.sj .special-brand-area ul li:last-of-type {
  margin-bottom: 0;
}

.sj .special-brand-area ul li a {
  display: inline-block;
}

.sj .special-brand-area ul li a img {
  width: 100%;
}

.sj .special-brand-area ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

/* // sj*/
/*------------------------------------
  全ページ共通
  ------------------------------------*/
/*スクロールアクション*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}

.pickup-area .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.customer-area .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.customer-area .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/*------------------------------------
  BEGIN sns-area
------------------------------------*/
.sns-area {
  margin-top: 10.7rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .sns-area {
    margin-top: 7.5rem;
  }
}

.sns-area li {
  margin-right: 10rem;
}

@media screen and (max-width: 950px) {
  .sns-area li {
    margin-right: 8%;
  }
}

@media (max-width: 768px) {
  .sns-area li {
    margin-right: 9%;
  }
}

.sns-area li a:hover {
  opacity: 0.6;
}

.sns-area li:last-of-type {
  margin-right: 0;
}

.sns-area .icon {
  font-size: 5.5rem;
}

@media (max-width: 768px) {
  .sns-area .icon {
    font-size: 3rem;
  }
}

/*------------------------------------
   END
------------------------------------*/
/*------------------------------------
  BEGIN mail-magazine-area
------------------------------------*/
.mail-magazine-area {
  width: 100%;
  background-color: #fafafa;
}

.mail-magazine-area .content {
  max-width: 1400px;
  padding: 9rem 10rem;
  margin: 10.5rem auto 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .mail-magazine-area .content {
    padding: 3.5rem 1.5rem;
    margin-top: 3.5rem;
  }
}

.mail-magazine-area .title {
  margin-bottom: 2.3rem;
  font-size: 2rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .mail-magazine-area .title {
    margin-left: 6rem;
    margin-right: 6rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  .mail-magazine-area .title {
    margin-left: 2rem;
  }
}

.mail-magazine-area .detail {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .mail-magazine-area .detail {
    margin-left: 6rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 450px) {
  .mail-magazine-area .detail {
    margin-left: 2rem;
  }
}

.mail-magazine-area .input-area {
  display: flex;
  display: -ms-flexbox;
  height: 45px;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area {
    align-items: flex-end;
  }
}

.mail-magazine-area .input-area .mail {
  width: 100%;
  margin-right: 3rem;
  border-bottom: 1px solid #3c3c3c;
}

@media screen and (max-width: 450px) {
  .mail-magazine-area .input-area .mail {
    margin-right: 1.5rem;
  }
}

.mail-magazine-area .input-area .mail .mail-address {
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area .mail .mail-address {
    display: none;
  }
}

.mail-magazine-area .input-area .mail .form {
  width: 100%;
  padding-top: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 45px;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area .mail .form {
    padding-left: 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 1px;
    height: 35px;
  }
}

.mail-magazine-area .input-area .mail .form:focus {
  outline: 0;
}

.mail-magazine-area .input-area .submit {
  width: 200px;
  height: 45px;
  height: auto;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area .submit {
    height: 35px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

.mail-magazine-area .input-area .submit button {
  background: #fff;
}

.submit-remodal {
  width: 80%;
  text-align: center;
}

.submit-remodal .submit .submit-title {
  font-size: 3rem;
  font-family: "Poppins";
  font-weight: 100;
}

.submit-remodal .submit .submit-text {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  font-weight: 100;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN members-area
------------------------------------*/
.members-area {
  max-width: 1400px;
  margin: 9rem auto 0;
}

.members-area .content {
  border: solid 5px #646464;
  margin: 0 5rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.members-area a {
  width: 100%;
  display: inline-block;
}

.members-area a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.members-area a div {
  width: 100%;
  padding: 6rem 0;
}

.members-area a p {
  padding-top: 30px;
  font-size: 40px;
  color: #5d616a;
  line-height: 0.8;
  letter-spacing: 4px;
}

.members-area a p span {
  font-size: 2rem;
  color: #5d616a;
}

.members-area a p:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 100px;
  display: block;
  border-top: solid 3px #3c3c3c;
  border-right: solid 3px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .members-area {
    display: none;
  }
}

/*------------------------------------
  END
------------------------------------*/
.girl {
  /*------------------------------------
    BEGIN 共通
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN top-slide-area
  ------------------------------------*/
  /*レスポンシブ時の画像の切り替え*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN top-content
  ------------------------------------*/
  /*contents 3つめ*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN item_category
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN styling
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN best_seller
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN news
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN customer
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN press
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN sns-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN sns-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
}

.girl .box-title {
  font-size: 4.2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  text-align: center;
}

@media (max-width: 768px) {
  .girl .box-title {
    font-size: 2.3rem;
  }
}

.girl .top-slide-area {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-height: 850px;
  overflow: hidden;
  /*.slick-dots {
    @include sp {
      bottom: 0; display: -webkit-flex; display: flex;
      > li { -webkit-flex: 1 1 auto; flex: 1 1 auto; max-width: none; height: 4px; background: rgba(255,255,255,0.5); margin: 0 ; width: auto;
        &.slick-active { background: #fff; }
        button { width: 100%; height: auto;
          &::before { display: none;}
        }
      }
    }
  }*/
}

@media (max-width: 768px) {
  .girl .top-slide-area {
    max-height: initial;
    height: auto;
    overflow: visible;
  }
}

.girl .top-slide-area img {
  width: 100%;
}

.girl .top-slide-area .slide-text {
  position: absolute;
  width: 100%;
  bottom: 5%;
  color: #fff;
}

@media (max-width: 768px) {
  .girl .top-slide-area .slide-text {
    display: none;
  }
}

.girl .top-slide-area .slide-text .girl-thum-slide {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 900px) {
  .girl .top-slide-area .slide-text .girl-thum-slide {
    width: 90%;
  }
}

.girl .top-slide-area .slide-text .girl-thum-slide .thumbnail-item {
  width: 25%;
  margin-right: 3rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
  outline: none;
  border-bottom: solid 4px rgba(177, 155, 88, 0.5);
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .girl .top-slide-area .slide-text .girl-thum-slide .thumbnail-item {
    margin-right: 2rem;
  }
}

.girl .top-slide-area .slide-text .girl-thum-slide .thumbnail-item:hover {
  border-bottom: solid 4px #b19b58;
}

.girl .top-slide-area .slide-text .girl-thum-slide .thumbnail-current {
  border-bottom: solid 4px #b19b58;
}

.girl .top-slide-area {
  position: relative;
}

@media (max-width: 768px) {
  .girl .top-slide-area li img:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .girl .top-slide-area li img:last-of-type {
    display: none;
  }
}

.girl .top-content {
  max-width: 1400px;
  padding: 0 6%;
  margin: 10rem auto 0;
  /*@media screen and (max-width: 1400px) {
    margin-top: 7rem;
  }
  @include sp {
    padding: 0;
    margin-top: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }*/
}

@media screen and (max-width: 900px) {
  .girl .top-content {
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  .girl .top-content {
    padding: 0 1.5rem;
    margin: 5rem auto 0;
  }
}

.girl .top-content div {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .girl .top-content div {
    flex-direction: column;
    align-items: flex-end;
  }
}

.girl .top-content .contents {
  width: 50%;
}

@media (max-width: 768px) {
  .girl .top-content .contents:first-of-type {
    width: 90%;
  }
}

.girl .top-content .contents:nth-of-type(2) {
  order: -1;
  margin: auto 0;
}

@media (max-width: 768px) {
  .girl .top-content .contents:nth-of-type(2) {
    width: 90%;
    margin-top: 3.5rem;
    margin-right: 40px;
    order: 0;
  }
}

@media screen and (max-width: 420px) {
  .girl .top-content .contents:nth-of-type(2) {
    margin-right: 25px;
  }
}

.girl .top-content .contents:nth-of-type(3) {
  padding-left: 11rem;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .girl .top-content .contents:nth-of-type(3) {
    width: 80%;
    padding-left: 0;
    margin-top: 3.5rem;
    margin-left: 0;
    margin-right: 40px;
  }
}

@media screen and (max-width: 420px) {
  .girl .top-content .contents:nth-of-type(3) {
    margin-right: 25px;
  }
}

.girl .top-content .contents:nth-of-type(4) {
  width: 40%;
  margin-top: 8rem;
  position: relative;
}

@media (max-width: 768px) {
  .girl .top-content .contents:nth-of-type(4) {
    width: 70%;
    margin-top: 3.5rem;
    margin-right: 40px;
  }
}

@media screen and (max-width: 420px) {
  .girl .top-content .contents:nth-of-type(4) {
    margin-right: 25px;
  }
}

.girl .top-content .contents:nth-of-type(3n+1) {
  padding-left: 7rem;
  text-align: right;
}

@media (max-width: 768px) {
  .girl .top-content .contents:nth-of-type(3n+1) {
    padding-left: 0;
  }
}

.girl .top-content .contents a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.girl .top-content .contents img {
  width: 100%;
}

.girl .top-content .contents p {
  margin-top: 3rem;
  font-size: 3rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
}

@media (max-width: 768px) {
  .girl .top-content .contents p {
    margin-top: 1.5rem;
    font-size: 2.4rem;
    font-weight: 100;
  }
}

.girl .link {
  width: 100%;
  padding-right: 30px;
  margin-top: 0;
  text-align: right;
  position: relative;
}

@media (max-width: 768px) {
  .girl .link {
    padding-right: 0;
  }
}

.girl .link:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  border-top: solid 2px #3c3c3c;
  border-right: solid 2px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .girl .link:before {
    top: 12px;
    right: -25px;
  }
}

.girl .link:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.girl .link a {
  font-size: 1.6rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .girl .link a {
    font-size: 1.5rem;
  }
}

.girl div .contents:nth-of-type(3)>a>p {
  white-space: nowrap;
}

.girl .item-category {
  display: none;
}

@media (max-width: 768px) {
  .girl .item-category {
    width: 100%;
    margin-top: 11rem;
    display: block;
  }
}

.girl .item-category ul {
  width: 100%;
  margin: 3rem auto 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.girl .item-category ul li {
  width: 50%;
  position: relative;
}

.girl .item-category ul li img {
  width: 100%;
  height: 100%;
}

.girl .item-category ul li p {
  font-size: 1.1rem;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.girl .jewerly-img {
  width: 100%;
  padding: 0 6rem;
  margin: 18rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .girl .jewerly-img {
    padding: 0 1.5rem;
    margin-top: 5rem;
  }
}

.girl .jewerly-img img {
  width: 33%;
}

@media (max-width: 768px) {
  .girl .jewerly-img .jewerly-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .girl .jewerly-img .jewerly-sp {
    display: none;
  }
}

.girl .styling {
  width: 100%;
  margin: 15rem auto 0;
}

@media (max-width: 768px) {
  .girl .styling {
    margin-top: 8.5rem;
  }
}

.girl .styling .slick-list {
  padding-left: 0 !important;
}

.girl .styling .styling-arrows {
  position: relative;
  top: 0;
}

.girl .styling .styling-arrows .slick-prev {
  left: 200px;
}

.girl .styling .styling-arrows .slick-next {
  right: 200px;
}

.girl .styling .styling-slick-area-wrap {
  width: 100%;
  text-align: center;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area {
  position: relative;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-slide {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .girl .styling .styling-slick-area-wrap .styling-slick-area .styling-slide {
    margin-top: 2.5rem;
  }
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-slide li {
  margin-right: 2rem;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-slide li:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-slide li img {
  width: 100%;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-thumbnail {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  top: 92%;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-thumbnail li {
  width: 100%;
  margin-right: 2rem;
  text-align: left;
}

.girl .styling .styling-slick-area-wrap .styling-slick-area .styling-thumbnail .text {
  width: 80%;
  padding: 2.6rem 4.5rem 9.4rem 3.6rem;
  margin: 0 auto;
  font-size: 1.9vw;
  font-family: "NotoSansCJKjp";
  font-weight: 100;
  background-color: #fff;
}

@media (max-width: 768px) {
  .girl .styling .styling-slick-area-wrap .styling-slick-area .styling-thumbnail .text {
    height: 100px;
    padding: 1.3rem 0 3.4rem 1.5rem;
    font-size: 1.8rem;
  }
}

.girl .best-seller {
  max-width: 1400px;
  margin: 20rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .girl .best-seller {
    padding: 0 1.5rem;
    margin-top: 10rem;
  }
}

.girl .best-seller .contents {
  width: 100%;
  margin-top: 10rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .girl .best-seller .contents {
    margin-top: 4.5rem;
  }
}

.girl .best-seller .contents li {
  width: 25%;
  margin-right: 0;
}

@media (max-width: 768px) {
  .girl .best-seller .contents li {
    width: auto;
  }
}

.girl .best-seller .contents li:last-of-type {
  margin-right: 0;
}

.girl .best-seller .contents li img {
  width: 100%;
}

.girl .best-seller .contents li:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.girl .best-seller .link {
  padding-right: 160px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .girl .best-seller .link {
    padding-right: 25px;
    margin-top: 25px;
  }
}

.girl .best-seller .link:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  right: 130px;
  display: block;
  border-top: solid 2px #3c3c3c;
  border-right: solid 2px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .girl .best-seller .link:before {
    top: 4px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .girl .best-seller .best-seller-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .girl .best-seller .best-seller-sp {
    display: none;
  }
}

.girl .news {
  width: 100%;
  padding: 8rem 0 10rem 0;
  margin: 8rem auto 0;
  background-color: #f2f2f2;
  position: relative;
  /*.news-arrows {
    .slick-prev {
      width: 3rem;
      height: 3rem;
      padding-left: 1rem;
      top: 31%;
      left: 50%;
      transform: translateX(-290px);
      -ms-transform: translateX(-290px);
      background-color: #fff;
      @include sp {
        top: 38%;
        left: 70px;
        transform: none;
      }
      @media screen and (max-width: 600px) {
        top: 34%;
      }
      @media screen and (max-width: 490px) {
        top: 30%;
      }
      @media screen and (max-width: 400px) {
        top: 25%;
      }
    }
    .slick-next {
      width: 3rem;
      height: 3rem;
      padding-left: 1rem;
      top: 31%;
      right: 50%;
      transform: translateX(290px);
      -ms-transform: translateX(290px);
      background-color: #fff;
      @include sp {
        top: 38%;
        right: 70px;
        transform: none;
      }
      @media screen and (max-width: 600px) {
        top: 34%;
      }
      @media screen and (max-width: 490px) {
        top: 30%;
      }
      @media screen and (max-width: 400px) {
        top: 25%;
      }
    }
  }
  .news-slide {
    margin-top: 5rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    @include sp {
      margin-top: 3.5rem;
    }
    li {
      margin: 0 4.5rem;
      position: relative;
      @include sp {
        margin: 0 2rem;
      }
      .date-box {
        width: 10%;
        height: 11%;
        padding: 1vw;
        background-color: #fff;
        text-align: center;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 3%;
        left: 3%;
        @include sp {
          width: 42px;//12%
          height: 39px;//14%
        }
        .month {
          font-size: 5px;
          font-family: "Josefin Slab";
        }
        .date {
          font-size: 15px;
          font-family: "Josefin Slab";
        }
        .year {
          font-size: 5px;
          font-family: "Josefin Slab";
        }
      }
      img {
        width: 100%;
        &:first-of-type {
          display: block;
          @include sp {
            display: none;
          }
        }
        &:last-of-type {
          display: block;
          @media screen and (min-width: 769px) {
            display: none;
          }
        }
      }
      .text-box {
        margin: 3rem 2rem;
        @include sp {
          margin: 1rem 0;
        }
        .text {
          font-size: 1.8rem;
          font-family: "NotoSansCJKjp";
          @include sp {
            font-size: 1.1rem;
          }
          &:first-of-type {
            margin-bottom: 1rem;
          }
          &:last-of-type {
            line-height: 30px;
            @include sp {
              line-height: 18px;
            }
          }
        }
      }
      &:hover {
        opacity: 0.6;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        transition: 0.5s;
        -ms-transition:　0.5s;
      }
    }
  }*/
}

@media (max-width: 768px) {
  .girl .news {
    padding: 5rem 0;
    margin-top: 5rem;
  }
}

.girl .news .news-detail .left {
  border-bottom: solid 1px #fff;
}

.girl .news .link {
  right: 175px;
  bottom: 100px;
}

@media (max-width: 768px) {
  .girl .news .link {
    right: 42px;
    bottom: 50px;
  }
}

.girl .news .link:before {
  top: 12px;
}

.girl .customer {
  padding: 0 12rem;
}

@media (max-width: 768px) {
  .girl .customer {
    padding: 0 1.5rem;
  }
}

.girl .customer ul {
  max-width: 1400px;
  margin: 10.9rem auto 0;
  border: solid 10px #646464;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .girl .customer ul {
    margin: 4.2rem 0 0 0;
    border: solid 5px #646464;
  }
}

.girl .customer ul li {
  width: 50%;
  text-align: center;
  position: relative;
}

.girl .customer ul li p:first-of-type {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #646464;
}

@media (max-width: 768px) {
  .girl .customer ul li p:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

.girl .customer ul li p:last-of-type {
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
  color: #646464;
}

@media (max-width: 768px) {
  .girl .customer ul li p:last-of-type {
    font-size: 0.9rem;
  }
}

.girl .customer ul li .arrow {
  position: absolute;
  left: 45%;
  bottom: 45px;
  width: 70px;
  height: 1px;
  background: #3c3c3c;
}

@media (max-width: 768px) {
  .girl .customer ul li .arrow {
    width: 55px;
    left: 44%;
    bottom: 25px;
  }
}

@media screen and (max-width: 700px) {
  .girl .customer ul li .arrow {
    left: 43%;
  }
}

@media screen and (max-width: 1000px) {
  .girl .customer ul li .arrow {
    left: 43%;
  }
}

@media screen and (max-width: 900px) {
  .girl .customer ul li .arrow {
    width: 50px;
    left: 43%;
  }
}

@media screen and (max-width: 600px) {
  .girl .customer ul li .arrow {
    width: 40px;
    left: 42%;
  }
}

@media screen and (max-width: 500px) {
  .girl .customer ul li .arrow {
    left: 41%;
  }
}

@media screen and (max-width: 400px) {
  .girl .customer ul li .arrow {
    left: 39%;
  }
}

@media screen and (max-width: 350px) {
  .girl .customer ul li .arrow {
    left: 36%;
  }
}

.girl .customer ul li .arrow:before {
  content: '';
  position: absolute;
  left: 89%;
  bottom: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 600px) {
  .girl .customer ul li .arrow:before {
    left: 84%;
  }
}

@media screen and (max-width: 500px) {
  .girl .customer ul li .arrow:before {
    left: 83%;
  }
}

.girl .customer ul li .text-box {
  padding: 5rem 8.3rem 9.3rem;
}

@media (max-width: 768px) {
  .girl .customer ul li .text-box {
    padding: 2rem 1.5rem 5rem;
  }
}

.girl .customer ul li:hover {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.girl .press {
  padding: 0 12rem;
  margin: 13.5rem auto 0;
}

@media (max-width: 768px) {
  .girl .press {
    padding: 0 1.5rem;
    margin-top: 5.2rem;
  }
}

.girl .press .gallery {
  max-width: 1400px;
  margin: 5rem auto 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .girl .press .gallery {
    margin-top: 3rem;
  }
}

.girl .press .gallery li {
  width: 25%;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .girl .press .gallery li {
    width: 50%;
    padding-right: 1.2rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .girl .press .gallery li:nth-last-of-type(-n+4) {
    padding-bottom: 0;
  }
}

.girl .press .gallery li:nth-of-type(4n) {
  padding-right: 0;
}

@media (max-width: 768px) {
  .girl .press .gallery li:nth-of-type(4n) {
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .girl .press .gallery li:nth-last-of-type(-n+2) {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .girl .press .gallery li:nth-of-type(even) {
    padding-right: 0;
  }
}

.girl .press .gallery li img {
  width: 100%;
  height: 100%;
}

.girl .press .gallery li:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.girl .sns-area {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .girl .sns-area {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .girl .sns-area .instagram {
    margin-right: 16%;
  }
}

.girl .sns-area .facebook {
  margin-right: 0;
}

.girl .sns-area li:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

@media (max-width: 768px) {
  .girl .mail-magazine-area .content {
    margin-top: 4rem;
  }
}

/* //.girl */
footer {
  margin: 10% auto 5%;
  width: 100%;
}

@media (max-width: 768px) {
  footer {
    margin: 20% auto 5%;
  }
}

footer .innner {
  padding: 0 60px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  footer .innner {
    padding: 0 15px;
    margin: 0;
  }
}

footer ul.footer-array {
  display: flex;
  justify-content: space-between;
}

footer ul.footer-array li {
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 15px 0;
  box-sizing: border-box;
}

footer ul.footer-array li a {
  font-size: 14px;
  color: #3c3c3c;
}

footer ul.footer-array li a:hover {
  opacity: .6;
}

footer ul.footer-array li.left {
  width: 25%;
}

footer ul.footer-array li.right {
  width: 75%;
}

footer ul.footer-array li.right li,
footer ul.footer-array li.right a {
  font-size: 13px;
}

footer ul.footer-array li.right .first-cat {
  width: 40%;
}

footer ul.footer-array li.right .first-cat .footer-array {
  flex-flow: wrap;
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

footer ul.footer-array li.right .first-cat .footer-array li:nth-child(odd) {
  width: 40%;
}

footer ul.footer-array li.right .first-cat .footer-array li:nth-child(even) {
  width: 60%;
}

footer ul.footer-array li.right .first-cat .second-cat-sm {
  width: 100%;
}

footer ul.footer-array li.right .first-cat .second-cat-sm .main-cat {
  margin-bottom: 15px;
}

footer ul.footer-array li.right .second-cat-block {
  width: 20%;
}

footer ul.footer-array li.right .second-cat {
  width: 40%;
}

footer ul.footer-array li.right .second-cat .footer-array {
  flex-flow: wrap;
}

footer ul.footer-array li.right .second-cat .footer-array li:nth-child(odd) {
  width: 40%;
}

footer ul.footer-array li.right .second-cat .footer-array li:nth-child(even) {
  width: 60%;
}

footer ul.footer-array li.right .third-cat {
  width: 20%;
}

footer ul.footer-array li.right .third-cat .store {
  margin-bottom: 2rem;
}

footer ul.footer-array li .main-cat {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}

footer .copyright {
  font-size: 12px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  footer .copyright {
    font-size: 10px;
    margin: 30px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  footer .sp-footerMenu {
    position: relative;
  }

  footer .sp-footerMenu .main-cat {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
  }

  footer .sp-footerMenu .main-cat::after {
    content: '';
    background: url(../../img/common/footer/right-arrow.png) no-repeat;
    width: 8px;
    height: 11px;
    position: absolute;
    top: 20px;
    right: 0;
    background-size: contain;
  }

  footer .sp-footerMenu .main-cat.nav-toggle::after {
    background: url(../../img/common/footer/plus_btn.png) no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    -webkit-transition: .3s;
    transition: .3s;
  }

  footer .sp-footerMenu .main-cat.nav-toggle.active {
    border-bottom: none;
  }

  footer .sp-footerMenu .main-cat.nav-toggle.active::after {
    transform: rotate(-45deg);
  }

  footer .sp-footerMenu .nav-child-menu {
    border-bottom: 1px solid #3c3c3c;
    padding: 0 10px 10px;
  }

  footer .sp-footerMenu .nav-child-menu li {
    height: 40px;
    line-height: 42px;
    margin: 5px 0;
    font-size: 14px;
  }

  footer .sp-footerMenu .members {
    color: #5d616a;
    font-size: 18px;
    border: 2px solid #50505a;
    text-align: center;
  }

  footer .sp-footerMenu .members a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 18px 0;
  }

  footer .sp-footerMenu .members::after {
    content: '';
    background: url(../../img/common/footer/right-arrow.png) no-repeat;
    width: 8px;
    height: 11px;
    position: absolute;
    top: 25px;
    right: 15px;
    background-size: contain;
  }

  footer .sp-footerMenu .members span {
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    line-height: 20px;
    vertical-align: bottom;
  }
}

footer.footer2 {
  text-align: center;
  margin: 0 auto 20px;
}

/*------------------------------------
  BEGIN ハンバーガーボタン スタイル
------------------------------------*/
.menu-toggle {
  display: none;
}

@media screen and (max-width: 1280px) {
  .menu-toggle {
    display: block;
    background-color: transparent;
    color: #fff;
    position: absolute;
    margin-left: 0;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 2rem;
    top: 10%;
    border: none;
    outline: none;
  }
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ/GIRL共通
------------------------------------*/
.body_wrapper {
  background-color: #fff;
  border: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.body_wrapper .main,
.body_wrapper .header-banner,
.body_wrapper .header .top,
.body_wrapper .header .middle {
  /* -webkit-transform: translate(0,0); transform: translate(0,0); */
  transition: .2s ease-in;
}

.body_wrapper nav[role="navigation"] {
  background: #fff;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  width: 80%;
  transition: 0.2s ease-in;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.body_wrapper nav[role="navigation"] a {
  letter-spacing: 1px;
  color: #000;
}

.body_wrapper nav[role="navigation"] .close-area {
  position: relative;
  text-align: center;
  float: right;
  height: 3rem;
}

.body_wrapper nav[role="navigation"] .store a,
.body_wrapper nav[role="navigation"] .close-area a {
  display: block;
  padding: 14px;
}

.body_wrapper nav[role="navigation"] .store img,
.body_wrapper nav[role="navigation"] .close-area img {
  width: 15px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.body_wrapper nav[role="navigation"] .close-area .batsu-icon {
  right: 0;
  top: 2px;
}

.body_wrapper nav[role="navigation"] .close-area .batsu-icon img {
  margin: 0;
}

.body_wrapper nav[role="navigation"] .close-area .batsu-text {
  letter-spacing: 0;
  font-size: 1.3rem;
}

.body_wrapper nav[role="navigation"] .guide {
  width: 100%;
  height: 50px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.body_wrapper nav[role="navigation"] .guide ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.body_wrapper nav[role="navigation"] .guide li {
  float: left;
  padding: 0 5px;
  padding-left: 1.5rem;
  box-sizing: border-box;
  text-align: left;
  width: 65%;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li {
    position: relative;
    padding: 0 12px;
  }
}

@media screen and (max-width: 320px) {
  .body_wrapper nav[role="navigation"] .guide li {
    width: 68%;
  }
}

.body_wrapper nav[role="navigation"] .guide li.login {
  padding-right: 0;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li.login a {
    font-size: 12px;
  }
}

.body_wrapper nav[role="navigation"] .guide li.login span.arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: 2px;
  margin: 0 0 0 3px;
  transition: 0.3s;
}

.body_wrapper nav[role="navigation"] .guide li.login .open span.arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: -1px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist {
  width: 10%;
  text-align: center;
  padding: 0 6px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist img {
  vertical-align: middle;
  width: 21px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist img.added {
  display: none;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .added img,
.body_wrapper nav[role="navigation"] .guide li.wishlist .on img {
  display: none;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .added img.added,
.body_wrapper nav[role="navigation"] .guide li.wishlist .on img.added {
  display: inline;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .fa-heart {
  margin-top: 3px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .fa-heart::before {
  font-size: 20px;
}

.body_wrapper nav[role="navigation"] .guide li.cart {
  width: 20%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 320px) {
  .body_wrapper nav[role="navigation"] .guide li.cart {
    width: 17%;
  }
}

.body_wrapper nav[role="navigation"] .guide li.cart span.num {
  position: absolute;
  top: 60%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .body_wrapper nav[role="navigation"] .guide li.cart span.num {
    left: 54.5%;
  }
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li.cart span.num {
    left: 52%;
  }
}

@media screen and (max-width: 320px) {
  .body_wrapper nav[role="navigation"] .guide li.cart span.num {
    left: 62%;
  }
}

.body_wrapper nav[role="navigation"] .guide li.cart a {
  position: relative;
}

.body_wrapper nav[role="navigation"] .guide li.cart img {
  width: 29px;
}

.body_wrapper nav[role="navigation"] .guide li.language {
  width: 30%;
  padding-right: 3rem;
  text-align: right;
  margin-top: 2px;
  position: relative;
}

.body_wrapper nav[role="navigation"] .guide li.language ul {
  display: none;
}

.body_wrapper nav[role="navigation"] .guide li.language:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 7.2%;
  right: 18px;
  margin-top: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li.language:after {
    top: 7%;
    right: 15px;
    margin-top: 0;
  }
}

.body_wrapper nav[role="navigation"] .guide li.language.open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 7.2%;
}

.body_wrapper nav[role="navigation"] .mypage-link ul {
  display: none;
  padding: 1rem 1.5rem 2rem;
}

.body_wrapper nav[role="navigation"] .mypage-link ul li {
  width: 115px;
  position: relative;
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .body_wrapper nav[role="navigation"] .mypage-link ul li {
    width: 39%;
  }
}

.body_wrapper nav[role="navigation"] .mypage-link ul li:after {
  content: "/";
  position: absolute;
  right: 10%;
}

.body_wrapper nav[role="navigation"] .mypage-link ul li:last-child::after {
  content: ' ';
}

.body_wrapper nav[role="navigation"] .mypage-link ul.language-box li {
  width: 15%;
}

.body_wrapper nav[role="navigation"] .level-1 ul {
  display: -webkit-flex;
  display: flex;
}

.body_wrapper nav[role="navigation"] .level-1 li {
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: none;
  min-width: 25%;
  letter-spacing: 1px;
  border: solid 1px #e6e6e6;
  background: #fff;
  display: table;
  width: 33.33%;
}

.body_wrapper nav[role="navigation"] .level-1 li.active {
  border-right: none;
  background: #e6e6e6;
}

.body_wrapper nav[role="navigation"] .level-1 li:nth-of-type(2) {
  border-right: none;
  border-left: none;
}

.body_wrapper nav[role="navigation"] .level-1 li a {
  font-size: 1.1rem;
  text-align: center;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.body_wrapper nav[role="navigation"] .main-navigation {
  clear: both;
  padding: 0 15px;
}

.body_wrapper nav[role="navigation"] .nav-title {
  font-size: 16px;
  line-height: 1.4;
}

.body_wrapper nav[role="navigation"] .nav-child-menu {
  padding: 0 15px 10px 10px;
  display: none;
}

.body_wrapper nav[role="navigation"] .category {
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .category li {
  position: relative;
}

.body_wrapper nav[role="navigation"] .category li a {
  padding: 15px 7px;
  display: block;
}

.body_wrapper nav[role="navigation"] .category .nav-toggle,
.body_wrapper nav[role="navigation"] .category .nav-toggle2 {
  /*position: absolute;
  top: 35%;
  right: 12px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .category .nav-toggle::after,
.body_wrapper nav[role="navigation"] .category .nav-toggle2::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 2px;
  transition: 0.3s;
  position: absolute;
  top: 38%;
  right: 10px;
}

.body_wrapper nav[role="navigation"] .category .nav-toggle.active::after,
.body_wrapper nav[role="navigation"] .category .nav-toggle2.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li {
  position: relative;
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li .nav-toggle2 {
  /*position: absolute;
  top: 13px;
  right: 14px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li .nav-toggle2::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  /*top: 33%;
  right: 3%;*/
  top: 38%;
  right: 10px;
  margin-top: 2px;
  opacity: 0.6;
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li .nav-toggle2.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu2 {
  padding: 0 10px;
  display: none;
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu2 li:after {
  display: none;
}

.body_wrapper nav[role="navigation"] .hashtag {
  border-bottom: solid 1px #ececec;
  letter-spacing: 1px;
}

.body_wrapper nav[role="navigation"] .hashtag ul {
  padding: 2rem 15px 10px 15px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
}

.body_wrapper nav[role="navigation"] .hashtag ul li {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #ececec;
}

.body_wrapper nav[role="navigation"] .other li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.body_wrapper nav[role="navigation"] .other li a {
  padding: 15px 7px;
  display: block;
}

.body_wrapper nav[role="navigation"] .other li .nav-toggle {
  /*position: absolute;
  top: 35%;
  right: 12px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .other li .nav-toggle::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  /*top: 35%;
  right: 2%;*/
  top: 38%;
  right: 10px;
  margin-top: 2px;
  transition: 0.3s;
}

.body_wrapper nav[role="navigation"] .other li .nav-toggle.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .other .nav-child-menu li {
  border-bottom: none;
}

.body_wrapper nav[role="navigation"] .customer {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .customer ul {
  background-color: #f2f2f2;
  padding: 0 10px;
}

.body_wrapper nav[role="navigation"] .customer li {
  border-bottom: solid 1px #dcdcdc;
  position: relative;
}

.body_wrapper nav[role="navigation"] .customer li:last-of-type {
  border-bottom: none;
}

.body_wrapper nav[role="navigation"] .customer li .nav-toggle {
  /*position: absolute;
  top: 40%;
  right: 17px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -20px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .customer li .nav-toggle:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  right: 12px;
  margin-top: 2px;
  transition: 0.3s;
}

.body_wrapper nav[role="navigation"] .customer li .nav-toggle.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .customer li a {
  padding: 20px 7px;
  display: block;
}

.body_wrapper nav[role="navigation"] .sns-area {
  width: 100%;
  padding: 3rem 0;
  margin-top: 0;
}

.body_wrapper nav[role="navigation"] .sns-area ul {
  width: 60%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.body_wrapper nav[role="navigation"] .sns-area ul li {
  width: 20px;
  margin-right: 0;
}

.body_wrapper nav[role="navigation"] .sns-area ul li .icon {
  font-size: 4rem;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .sns-area ul li .icon {
    font-size: 2.5rem;
  }
}

.body_wrapper nav[role="navigation"] .sns-area ul .twitter {
  margin-left: -1rem;
}

.body_wrapper nav[role="navigation"] .level-2 {
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .level-2 ul {
  display: -webkit-flex;
  display: flex;
}

.body_wrapper nav[role="navigation"] .level-2 li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  min-width: 25%;
  letter-spacing: 1px;
  display: table;
  text-align: center;
  border-right: solid 1px #fff;
  background: #e6e6e6;
}

.body_wrapper nav[role="navigation"] .level-2 li.active span {
  position: relative;
  display: inline-block;
}

.body_wrapper nav[role="navigation"] .level-2 li.active span::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -3px;
  height: 1px;
  background: #3c3c3c;
}

.body_wrapper nav[role="navigation"] .level-2 li:last-of-type {
  border-right: none;
}

.body_wrapper nav[role="navigation"] .level-2 li.sjg {
  background: #ede5c5;
}

.body_wrapper nav[role="navigation"] .level-2 li a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 1.1rem;
  text-align: center;
}

.body_wrapper.menu-active .main,
.body_wrapper.menu-active .header-banner,
.body_wrapper.menu-active .header .top,
.body_wrapper.menu-active .header .middle {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  transition: 0.2s ease-in;
}

.body_wrapper.menu-active nav[role="navigation"] {
  display: block;
  flex-flow: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.link_to_top {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 22px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.navigation.tab_bridal .sideNav_tabCont {
  border-top: solid 0px #e6e6e6;
  font-family: 'Frank Ruhl Libre', "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.08em;
}

.navigation.tab_bridal .store {
  border: none !important;
}

.navigation.tab_bridal .guide,
.navigation.tab_bridal .mypage-link {
  display: none !important;
}

.navigation.tab_girl .sideNav_tabCont {
  font-family: 'Noto Sans JP', sans-serif;
}

.side-nav-search {
  display: none;
}

/*.search-suggest {
  display: none;
}*/
/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN　GIRL
------------------------------------*/
.tab_girl .sns-area ul {
  width: 30% !important;
}

/*------------------------------------
  END
------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------
  BEGIN　BRIDAL
------------------------------------*/
.body_wrapper nav[role="navigation"].tab_bridal .main-navigation {
  padding: 15px 15px 5px;
}

.body_wrapper nav[role="navigation"].tab_bridal .category {
  padding: 5px 0;
  border: none;
}

.body_wrapper nav[role="navigation"].tab_bridal .category li a {
  padding: 11px 7px;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-title.bar {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 10px;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-title small {
  font-size: 12px;
  margin: 0 0 0 1em;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-title2 {
  font-size: 13px;
  font-weight: 600;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-child-menu {
  padding: 0 15px 10px 20px;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-child-menu .nav-title2 {
  font-weight: 400;
}

.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle::after,
.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle2::after,
.body_wrapper nav[role="navigation"].tab_bridal .customer li .nav-toggle:after {
  border-width: 0 0 1px 1px;
}

.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle.active::after,
.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle2.active::after,
.body_wrapper nav[role="navigation"].tab_bridal .customer li.nav-toggle.active:after {
  margin-top: 6px;
}

.body_wrapper nav[role="navigation"].tab_bridal .customer {
  border: none;
}

.body_wrapper nav[role="navigation"].tab_bridal .customer li {
  border: none;
}

.body_wrapper nav[role="navigation"].tab_bridal .sns-area {
  background-color: #f2f2f2;
  padding: 1.5rem 0 2.2rem;
}

.body_wrapper nav[role="navigation"].tab_bridal .sns-area ul li .icon {
  font-size: 1.6rem;
  opacity: 0.6;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search {
  width: 100%;
  position: relative;
  display: block;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-box {
  border-top: none;
  border-color: #e6e6e6;
  letter-spacing: 1px;
  font-size: 9px;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-btn {
  width: calc(20% - 6px);
  height: calc(100% - 7px);
  margin: 3px;
  background: #e6e6e6;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 375px) {
  .body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-btn {
    width: calc(30% - 6px);
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest {
  width: 100%;
  padding: 18px 15px;
  background-color: #fff;
  text-align: left;
  display: block;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest p {
  color: #3c3c3c;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest ul {
  margin-top: 15px;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text1 {
    margin-bottom: 10px;
    font-size: 10px;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text2 {
    font-size: 12px;
    font-weight: 600;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .img-wrapper1 {
  width: 23%;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .img-wrapper1 img {
  width: 100%;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text-area {
  width: 73%;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text3 {
    font-size: 6px;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text4 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text4 {
    font-size: 8px;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text5 {
    font-size: 12px;
  }
}

/*------------------------------------
  END
------------------------------------*/
.main.cart {
  line-height: 1.8;
  box-sizing: border-box;
  padding: 20px 0 0;
}

.main.cart * {
  box-sizing: border-box;
  letter-spacing: 0.04em;
}

.main.cart img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.main.cart button {
  transition: 0.2s;
}

.main.cart button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.main.cart input+label[for]:hover {
  cursor: pointer;
}

.main.cart textarea {
  width: 100%;
  border: 1px solid #cbcbcb;
  font-size: 1.2rem;
  padding: 15px 20px;
  min-height: 13em;
}

.main.cart .select1,
.main.cart .select2 {
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background: url(../../img/common/icon/select_bg2.png) no-repeat 100% 50%;
  background-size: auto 100%;
  padding: 15px 40px 15px 20px;
  height: auto;
  min-width: 130px;
  font-size: 1.4rem;
}

.main.cart .select2 {
  font-size: 1.2rem;
  width: 100%;
}

.main.cart .input1,
.main.cart .input2,
.main.cart .input3,
.main.cart .input4 {
  font-size: 1.2rem;
  width: 100%;
  max-width: 200px;
  padding: 15px 20px;
  border: 1px solid #cbcbcb;
}

.main.cart .input2 {
  max-width: none;
}

.main.cart .input4 {
  max-width: 130px;
}

.main.cart .button1 {
  background: #212121;
  font-size: 1.4rem;
  color: #fff;
  padding: 15px 10px;
  width: 150px;
  text-align: center;
}

.main.cart .button1:hover {
  cursor: pointer;
}

.main.cart .check1 {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  outline: none;
  background: #fff;
  border-radius: 0;
}

.main.cart .check1:checked {
  opacity: 1;
  background: url(../../img/common/icon/check.svg) no-repeat 50% 50% #fff;
  background-size: 75%;
}

.main.cart .check1:hover {
  cursor: pointer;
}

.main.cart .check1+label {
  vertical-align: -1px;
}

.main.cart .radio1 {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-radius: 100px;
  outline: none;
  background: #fff;
}

.main.cart .radio1:checked {
  opacity: 1;
  background: url(../../img/common/icon/radio.svg) no-repeat 50% 50% #fff;
  background-size: 50%;
}

.main.cart .radio1:hover {
  cursor: pointer;
}

.main.cart .radio1+label {
  vertical-align: -2px;
}

.main.cart .radio2 {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-radius: 100px;
  outline: none;
  background: #fff;
}

.main.cart .radio2:checked {
  opacity: 1;
  background: url(../../img/common/icon/radio.svg) no-repeat 50% 50% #fff;
  background-size: 50%;
}

.main.cart .radio2:hover {
  cursor: pointer;
}

.main.cart .radio2+label {
  vertical-align: -2px;
}

.main.cart small {
  font-size: 0.75em;
  display: inline-block;
  margin: 0 0 0 2px;
}

.main.cart .recommend-section {
  padding: 0 22px 0 30px;
}

.main.cart .breadcrumbs {
  margin-top: 0;
}

.cart_content {
  margin: 10px 0 120px;
}

.cart_page_title {
  font-size: 1.875em;
  font-weight: 200;
  margin: 0 0 10px;
}

.cart .itemsList1 .row,
.cart .itemsList3 .row {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.cart .itemsList1 .row>.col,
.cart .itemsList3 .row>.col {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
}

.cart .itemsList1 .row>.col1,
.cart .itemsList3 .row>.col1 {
  -webkit-flex: 1 1 44%;
  flex: 1 1 44%;
  max-width: none;
}

.cart .itemsList1 .row>.col2,
.cart .itemsList3 .row>.col2 {
  -webkit-flex: 1 1 21%;
  flex: 1 1 21%;
  max-width: none;
}

.cart .itemsList1 .row>.col3,
.cart .itemsList3 .row>.col3 {
  -webkit-flex: 1 1 21%;
  flex: 1 1 21%;
  max-width: none;
}

.cart .itemsList1 .row1,
.cart .itemsList3 .row1 {
  background-color: #e6e6e6;
}

.cart .itemsList1 .row1>.col,
.cart .itemsList3 .row1>.col {
  padding: 0.6em 1em;
}

.cart .itemsList1 .row1>.col3,
.cart .itemsList3 .row1>.col3 {
  -webkit-flex: 0 1 32%;
  flex: 0 1 32%;
}

.cart .itemsList1 .row2,
.cart .itemsList3 .row2 {
  border-bottom: 1px solid #cecece;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart .itemsList1 .row2>.col,
.cart .itemsList3 .row2>.col {
  padding: 50px 0;
}

.cart .itemsList1 .row2>.col2,
.cart .itemsList3 .row2>.col2 {
  padding: 50px 10px;
}

.cart .itemsList1 .item_ph,
.cart .itemsList3 .item_ph {
  float: left;
  width: 160px;
  margin: 0 20px 0 0;
}

.cart .itemsList1 .item_name,
.cart .itemsList3 .item_name {
  font-size: 1.25em;
  margin: 0 0 0.8em 180px;
}

.cart .itemsList1 .item_txt1,
.cart .itemsList3 .item_txt1 {
  font-size: 0.875em;
  margin: 0 0 1em 180px;
}

.cart .itemsList1 .item_remove,
.cart .itemsList3 .item_remove {
  margin: 0 0 0 180px;
}

.cart .itemsList1 .item_remove a,
.cart .itemsList3 .item_remove a {
  border-bottom: 1px solid;
  font-size: 0.75em;
  transition: 0.2s;
}

.cart .itemsList1 .item_remove a:hover,
.cart .itemsList3 .item_remove a:hover {
  border-color: #fff;
  opacity: 0.7;
}

.cart .itemsList3 .row1>.col1 {
  -webkit-flex: 0 1 61%;
  flex: 0 1 61%;
}

.cart .itemsList3 .row1>.col2 {
  -webkit-flex: 0 1 39%;
  flex: 0 1 39%;
}

.cart .itemsList3 .row2>.col {
  padding: 40px 0;
}

.cart .itemsList3 .row2>.col1 {
  -webkit-flex: 1 1 56%;
  flex: 1 1 56%;
}

.cart .itemsList3 .row2>.col2 {
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
  text-align: center;
}

.cart .itemsList3 .row2>.col3 {
  -webkit-flex: 1 1 24%;
  flex: 1 1 24%;
  text-align: right;
  padding: 0 10px 0 0;
}

.cart .itemsList3 .item_name {
  font-size: 1.125em;
}

.cart .itemsList3 .item_txt1 {
  font-size: 0.75em;
}

.cart .itemsList3 .item_list1 {
  font-size: 0.75em;
  /*margin: 0 0 0 37.6%;*/
  margin-left: 160px;
  overflow: hidden;
}

.cart .itemsList3 .item_list1 dt {
  float: left;
  clear: both;
}

.cart .itemsList3 .item_list1 dd {
  margin: 0 0 0 7.5em;
}

.cart .itemsList3 .item_list1 dd::before {
  content: '：';
}

.cart .itemsList4 .row1>.col1 {
  -webkit-flex: 1 1 75%;
  flex: 1 1 75%;
}

.cart .itemsList4 .row1>.col2 {
  -webkit-flex: 1 1 13%;
  flex: 1 1 13%;
}

.cart .itemsList4 .row1>.col3 {
  -webkit-flex: 1 1 12%;
  flex: 1 1 12%;
  text-align: right;
  padding-right: 4%;
}

.cart .itemsList4 .row2 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cart .itemsList4 .row2>.col1 {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
}

.cart .itemsList4 .row2>.col2 {
  -webkit-flex: 1 0 37%;
  flex: 1 0 37%;
  padding: 55px 3% 50px 0%;
}

.cart .itemsList4 .row2>.col3 {
  -webkit-flex: 1 1 14%;
  flex: 1 1 14%;
  padding-top: 135px;
}

.cart .itemsList4 .row2>.col4 {
  -webkit-flex: 1 1 13%;
  flex: 1 1 13%;
  text-align: right;
  padding: 135px 2% 50px 10px;
}

.cart_details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 45px 0 0;
}

.cart_details>.col1 {
  -webkit-box-ordinal-group: 1;
  order: 1;
  -webkit-flex: 1 0 560px;
  flex: 1 0 560px;
  max-width: none;
}

.cart_details>.col1 .amazon-pay-btn-wrap {
  position: absolute;
  top: 75px;
  left: 35.5%;
}

@media screen and (max-width: 1000px) {
  .cart_details>.col1 .amazon-pay-btn-wrap {
    left: 41.5%;
  }
}

@media (max-width: 768px) {
  .cart_details>.col1 .amazon-pay-btn-wrap {
    width: 100%;
    margin: 0 0 20px 0;
    position: static;
  }
}

.cart_details>.col1 .amazon-pay-btn-wrap .amazon-pay-btn {
  cursor: pointer;
}

@media (max-width: 768px) {
  .cart_details>.col1 .amazon-pay-btn-wrap .amazon-pay-btn {
    width: 100%;
  }
}

.cart_details>.col1 .amazon-login-btn-wrap {
  position: absolute;
  top: 75px;
  left: 35.5%;
}

@media (max-width: 768px) {
  .cart_details>.col1 .amazon-login-btn-wrap {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    position: static;
  }
}

.cart_details>.col1 .amazon-login-btn-wrap .amazon-login-btn {
  width: 120px;
}

.cart_details>.col1 .amazon-login-btn-wrap .amazon-login-btn-tx {
  vertical-align: text-bottom;
}

.cart_details>.col2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
}

.cart_table1 {
  width: 100%;
  max-width: 390px;
  border-collapse: collapse;
  float: right;
  margin: 0 0 30px;
}

.cart_table1 tfoot {
  border-top: 1px solid #cecece;
  font-size: 1.25em;
}

.cart_table1 th,
.cart_table1 td {
  padding: 5px 0;
}

.cart_table1 tbody tr:last-child>th,
.cart_table1 tbody tr:last-child>td {
  padding-bottom: 25px;
}

.cart_table1 tfoot tr:first-child>th,
.cart_table1 tfoot tr:first-child>td {
  padding-top: 35px;
}

.cart_table1 th {
  text-align: left;
}

.cart_table1 td {
  text-align: right;
}

.cart_table1 .txt1,
.cart_table1 .txt2 {
  color: #cf264e;
}

.cart_table1+* {
  clear: both;
}

.cart_btns {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.cart_btns .cart_btn1 {
  -webkit-flex: 0 1 350px;
  flex: 0 1 350px;
  max-width: none;
  -webkit-box-ordinal-group: 1;
  order: 1;
  margin: 0;
}

.cart_btns .cart_btn2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  margin: 0 5% 0 0;
}

.cart_btns2 {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 420px;
  margin: 25px 0 0 auto;
}

.cart_btns2 .cart_btn1 {
  -webkit-flex: 0 1 71%;
  flex: 0 1 71%;
  max-width: none;
  margin: 0;
}

.cart_btns2 .cart_btn2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  margin: 0;
}

.cart_btn1 {
  font-size: 1.25em;
  display: block;
  width: 350px;
  background: #212121;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.cart_btn1 img[src*="chevron"] {
  width: 7px;
}

.cart_btn1:hover {
  cursor: pointer;
}

.cart_btn2 {
  font-size: 0.875em;
  border-bottom: 1px solid;
  transition: 0.2s;
}

.cart_btn2:hover {
  border-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.cart_btn3 {
  display: inline-block;
  font-size: 0.875em;
  padding: 15px 40px 12px 40px;
  background: #fff;
  border: 1px solid #3c3c3c;
  margin: 0 0 30px;
}

.cart_btn3:hover {
  cursor: pointer;
}

.cart_note1 {
  font-size: 0.75em;
}

ul.cart_note1,
ol.cart_note1 {
  clear: both;
}

ul.cart_note1>li,
ol.cart_note1>li {
  text-indent: -1em;
  padding: 3px 0 3px 1em;
}

.engraving_radio {
  display: inline-block;
  margin: 0 0 30px 10px;
  font-size: 0.875em;
}

.engraving_radio .item {
  display: inline-block;
}

.engraving_radio .item+.item {
  margin: 0 0 0 20px;
}

.engraving_cont {
  padding: 0;
}

.engraving_cont .engraving_text {
  margin: 0 0 20px;
}

.engraving_cont .engraving_typeface {
  margin: 0 0 20px;
}

.engraving_year {
  margin: 0 0 20px;
}

.engraving_year .select1,
.engraving_year .main.cart .select2,
.main.cart .engraving_year .select2 {
  width: 90%;
}

.engraving_time {
  margin: 0 0 20px;
}

.engraving_radio2 {
  margin: 0 0 20px;
}

.engraving_text2 {
  margin: 0;
}

.engraving_text2 textarea {
  height: 50px;
  min-height: initial !important;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 1.4rem;
  overflow-y: scroll;
}

.engraving_text2 textarea::-webkit-scrollbar {
  width: 8px;
}

.engraving_text2 textarea::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.engraving_text2 textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.title {
  margin: 0 0 2px;
}

.note {
  font-size: 0.75em;
  margin: 5px 0 0;
}

.dm-note {
  margin-top: 1rem !important;
}

.typeface_sample {
  display: inline-block;
  border: 1px solid #cbcbcb;
  padding: 6px 11px;
  margin: 0 0 0 15px;
}

@media (max-width: 1000px) {

  .cart .itemsList1 .item_ph,
  .cart .itemsList3 .item_ph {
    float: none;
  }

  .cart .itemsList1 .item_name,
  .cart .itemsList3 .item_name {
    margin-left: 0;
  }

  .cart .itemsList1 .item_txt1,
  .cart .itemsList3 .item_txt1 {
    margin-left: 0;
  }

  .cart .itemsList1 .item_remove,
  .cart .itemsList3 .item_remove {
    margin-left: 0;
  }

  .cart_details {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 35px;
  }
}

@media all and (max-width: 1000px) and (-ms-high-contrast: none) {
  .cart_details {
    display: block;
  }
}

@media (max-width: 1000px) {
  .cart_details>.col1 {
    -webkit-box-ordinal-group: -1;
    order: -1;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: none;
  }

  .cart_details>.col2 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    margin: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .cart_page_title {
    font-size: 1.5em;
  }

  .cart_content {
    margin: 0 0 35px;
  }

  .cart .itemsList1 .row,
  .cart .itemsList3 .row {
    display: block;
  }

  .cart .itemsList1 .row1,
  .cart .itemsList3 .row1 {
    display: none;
  }

  .cart .itemsList1 .row2,
  .cart .itemsList3 .row2 {
    padding: 0 0 25px;
  }

  .cart .itemsList1 .row2>.col,
  .cart .itemsList3 .row2>.col {
    padding: 0 0 3px;
    position: relative;
  }

  .cart .itemsList1 .row2+.row2,
  .cart .itemsList3 .row2+.row2 {
    padding-top: 30px;
  }

  .cart .itemsList1 .item_ph,
  .cart .itemsList3 .item_ph {
    position: absolute;
    width: 140px;
    margin: 0 6% 0 0;
  }

  .cart .itemsList1 .item_name,
  .cart .itemsList3 .item_name,
  .cart .itemsList1 .item_txt1,
  .cart .itemsList3 .item_txt1,
  .cart .itemsList1 .col2,
  .cart .itemsList3 .col2,
  .cart .itemsList1 .col3,
  .cart .itemsList3 .col3,
  .cart .itemsList1 .col4,
  .cart .itemsList3 .col4 {
    margin-left: 160px;
  }

  .cart .itemsList1 .item_name,
  .cart .itemsList3 .item_name {
    font-size: 1em;
    line-height: 1.35;
  }

  .cart .itemsList1 .item_txt1,
  .cart .itemsList3 .item_txt1,
  .cart .itemsList1 .col2,
  .cart .itemsList3 .col2,
  .cart .itemsList1 .col3,
  .cart .itemsList3 .col3,
  .cart .itemsList1 .col4,
  .cart .itemsList3 .col4 {
    font-size: 0.8333em;
  }

  .cart .itemsList1 .item_remove,
  .cart .itemsList3 .item_remove {
    margin: 10px 0 0;
  }

  .cart .itemsList3 .row2>.col2,
  .cart .itemsList3 .row2>.col3 {
    text-align: left;
  }

  .cart .itemsList3b .item_txt1 {
    /*margin-bottom: 0;*/
  }

  .cart .itemsList3b .row2>.col,
  .cart .itemsList3b .row3>.col {
    padding-bottom: 0;
  }

  .cart .itemsList4 .row2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .cart .itemsList4 .row2>.col {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
  }

  .cart .itemsList4 .row2>.col2 {
    -webkit-order: 3;
    order: 3;
    margin: 0;
    padding: 25px 0 0;
    width: 100%;
  }

  .cart .itemsList4 .item_txt1 {
    margin-bottom: 0;
  }

  .cart .itemsList4 .item_remove {
    text-align: left;
  }

  .main.cart {
    padding: 10px 0 0;
  }

  .main.cart .select1,
  .main.cart .select2 {
    font-size: 1rem;
    min-width: 90px;
    padding: 12px 40px 12px 20px;
    margin: 0 0 5px;
  }

  .main.cart .select2 {
    padding: 12px 15px;
  }

  .main.cart .input1,
  .main.cart .input2,
  .main.cart .input3,
  .main.cart .input4 {
    padding: 5px 15px;
    height: 41px;
    max-width: 52.5%;
    font-size: 1rem;
  }

  .main.cart .input2,
  .main.cart .input3 {
    max-width: none;
  }

  .main.cart .button1 {
    padding: 13px 10px;
    font-size: 0.9166rem;
    width: 38%;
    vertical-align: bottom;
  }

  .main.cart .check1 {
    vertical-align: middle;
  }

  .main.cart .radio1 {
    vertical-align: middle;
  }

  .main.cart textarea {
    min-height: 10em;
  }

  .main.cart .recommend-section {
    padding: 0;
  }

  .main.cart .breadcrumbs {
    margin: 0 auto 7px;
  }

  .cart_details>.col2 {
    margin: -27px 0 0;
  }

  .cart_details2 {
    padding: 0 25px;
    margin: 20px 0 0;
  }

  .cart_details2 .cart_table1 {
    max-width: none;
    font-size: 1em;
  }

  .cart_details2 .cart_table1 td {
    padding: 3px 0;
  }

  .cart_details2 .cart_table1 tfoot {
    border: none;
    font-size: 1.25em;
  }

  .cart_details2 .cart_table1 tfoot tr:first-child>th,
  .cart_details2 .cart_table1 tfoot tr:first-child>td {
    padding-top: 0;
  }

  .cart_table1 {
    max-width: 55%;
    font-size: 0.91667em;
    margin: 0 0 25px;
  }

  .cart_table1 tfoot {
    font-size: 1em;
  }

  .cart_table1 .txt1 {
    font-size: 0.8333em;
  }

  .cart_table1 tfoot tr:first-child>th,
  .cart_table1 tfoot tr:first-child>td {
    padding-top: 25px;
  }

  .cart_btns {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .cart_btns .cart_btn1 {
    -webkit-flex: 1 1 100%;
    flex: 0 1 100%;
    max-width: none;
    -webkit-box-ordinal-group: -1;
    order: -1;
    margin: 0 0 15px;
  }
}

@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart_btns .cart_btn1 {
    padding: 30px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .cart_btns .cart_btn2 {
    -webkit-flex: 1 1 100%;
    flex: 0 1 100%;
    max-width: none;
    margin: 8px 0 0 0;
  }

  .cart_btn1 {
    width: 100%;
  }

  .cart_btn2 {
    font-size: 0.8333em;
  }

  .cart_btn3 {
    font-size: 0.8333em;
    padding: 7px 16px 6px 16px;
    float: right;
    margin: 0 0 25px;
  }

  .engraving_cont .engraving_text {
    margin: 0 0 15px;
  }

  .engraving_cont .engraving_typeface {
    margin: 0 0 15px;
  }

  .engraving_year {
    margin: 0 0 15px;
  }

  .engraving_time {
    margin: 0 0 15px;
  }

  .engraving_radio {
    margin: 0 0 15px;
  }

  .engraving_text2 .input2 {
    height: 40px !important;
  }

  .title {
    font-size: 1.1rem;
  }

  .note {
    font-size: 0.9rem;
  }
}

.cart_area1 {
  padding: 1em 0 3em;
}

.cart_area2 {
  padding: 40px 0 3.5em;
}

.cart_area2 a {
  border-bottom: 1px solid;
}

.cart_area2 a:hover {
  border: none;
}

.cart_area2a {
  padding: 10px 0 3.5em;
}

.cart_area2a a {
  border-bottom: 1px solid;
}

.cart_area2a a:hover {
  border: none;
}

.cart_copy1 {
  font-size: 1.625em;
  font-weight: 200;
  text-align: center;
  margin: 0 0 0.2em;
}

.cart_copy2 {
  text-align: center;
}

.cart_copy3,
.cart_copy3a,
.cart_copy3b {
  font-size: 1.625em;
  font-weight: 200;
  text-align: center;
  margin: 0 0 1.5em;
}

.cart_copy3a {
  font-size: 1.5em;
  margin: 1.5em 0 0.2em;
}

.cart_copy3b {
  font-size: 1.5em;
  margin: 0 0 0.2em;
}

.cart_copy4,
.cart_copy4a {
  text-align: center;
  font-size: 0.75em;
  line-height: 2;
}

.cart_copy4a {
  font-size: 0.875em;
}

.cart_copy5 {
  text-align: center;
  font-size: 0.75em;
  line-height: 2;
  margin: 2em 0 0;
}

@media (max-width: 768px) {

  .cart_area2,
  .cart_area2a {
    padding: 20px 0 2.5em;
    border-bottom: 1px solid #cecece;
    margin: 0 0 2em;
  }

  .cart_copy1 {
    font-size: 1.41667em;
  }

  .cart_copy3,
  .cart_copy3a,
  .cart_copy3b {
    font-size: 1.25em;
  }

  .cart_copy3a {
    margin: 0.8em 0 0.2em;
  }

  .cart_copy4,
  .cart_copy4a {
    font-size: 0.75em;
  }

  .cart_copy4a {
    font-size: 0.8333em;
  }
}

.cart_step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 60px 0 80px;
}

.cart_step li {
  display: block;
  -webkit-flex: 0 1 31.3%;
  flex: 0 1 31.3%;
  max-width: none;
  text-align: center;
  padding: 0.6em 1em 0.5em;
  border-bottom: 2px solid #212121;
  font-size: 1.25em;
}

.cart_step li.active,
.cart_step li.current {
  background: #212121;
  color: #fff;
}

.cart_box1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 50px;
}

.cart_box1>.cart_main {
  -webkit-flex: 1 1 61.66%;
  flex: 1 1 61.66%;
  max-width: 61.66%;
}

.cart_box1>.cart_main .amazon-wraper {
  width: 100%;
}

.cart_box1>.cart_main .amazon-wraper #addressBookWidgetDiv {
  width: 100%;
}

.cart_box1>.cart_main .amazon-wraper #walletWidgetDiv {
  width: 100%;
}

.cart_box1>.cart_side {
  -webkit-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 33%;
  position: relative;
}

@media (max-width: 768px) {
  .cart_box1 {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px;
  }

  .cart_box1>.cart_main,
  .cart_box1>.cart_side {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
  }
}

.order_list_wrap {
  overflow: hidden;
}

.order_list_wrap.following {
  position: absolute;
  overflow: hidden;
}

.order_list {
  background: #fafafa;
  padding: 30px;
}

.order_list+.order_list {
  margin: 20px 0 0;
}

.order_list .title {
  font-size: 1.25em;
  overflow: hidden;
  margin: 0 0 15px;
}

.order_list .link {
  font-size: 0.6667em;
  float: right;
  border-bottom: 1px solid;
  margin: 4px 0 0;
  line-height: 1.5;
}

.order_list .list1 {
  font-size: 0.875em;
}

.order_list .list1>li {
  padding: 3px 0;
}

.order_list .list1 .li1 {
  margin: 1.4em 0 0;
}

@media (max-width: 768px) {
  .order_list+.order_list {
    margin: 15px 0 0;
  }

  .order_list .list1 {
    font-size: 1em;
  }

  .order_list .list1>li {
    padding: 2px 0;
  }
}

.cart .itemsList2 {
  margin: 5px 0 15px;
}

.cart .itemsList2 .item {
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  padding: 1em 0;
}

.cart .itemsList2 .item_ph {
  float: left;
  width: 27%;
  margin: 0.4em 1em 1em 0;
}

.cart .itemsList2 .item_data {
  overflow: hidden;
}

.cart .itemsList2 .item_name {
  font-size: 1.125em;
  margin: 0 0 0.8em;
  line-height: 1.5;
}

.cart .itemsList2 .item_txt1 {
  font-size: 0.75em;
}

.sum_box dl,
.sum_box2 dl {
  overflow: hidden;
}

.sum_box dl dt,
.sum_box2 dl dt,
.sum_box dl dd,
.sum_box2 dl dd {
  font-size: 0.875em;
  padding: 3px 0;
}

.sum_box dl dt,
.sum_box2 dl dt {
  float: left;
  clear: both;
}

.sum_box dl dd,
.sum_box2 dl dd {
  text-align: right;
}

.sum_box dl dt.total,
.sum_box2 dl dt.total,
.sum_box dl dd.total,
.sum_box2 dl dd.total {
  font-size: 1.125em;
  margin: 10px 0 0;
  padding: 15px 0 0;
}

.sum_box dl dt.total small,
.sum_box2 dl dt.total small,
.sum_box dl dd.total small,
.sum_box2 dl dd.total small {
  font-size: 0.6667em !important;
}

.sum_box dl dd.total,
.sum_box2 dl dd.total {
  border-top: 1px solid #cecece;
}

.sum_box dl .neg_num,
.sum_box2 dl .neg_num {
  color: #cf264e;
}

.cart_table1 .neg_num {
  color: #cf264e;
}

.sum_box2 {
  padding: 0;
}

.sum_box2 dl dt.total,
.sum_box2 dl dd.total {
  padding: 0;
  border: none;
}

.cart_label1 {
  border-bottom: 1px solid #3c3c3c;
  font-size: 1.125em;
  padding: 0.3em 0;
  margin: 0 0 1em;
}

.cart_label1 small {
  font-size: 0.6666em !important;
  margin-left: 20px !important;
}

.cart_txt1 {
  color: #cf264e;
}

.cart_form_box {
  margin: 1em 0 3.5em;
}

.cart_form_box>.inn {
  margin: 0 1em;
}

.cart_form_box .txt1 {
  font-size: 0.875em;
  line-height: 2.3;
  margin: 0 0 1.5em;
}

.cart_form_box .txt2 {
  font-size: 0.75em;
  line-height: 2.3;
  margin: 0 0 1.5em;
}

.cart_form_box .link1 {
  border-bottom: 1px solid;
  transition: 0.2s;
}

.cart_form_box .link1:hover {
  border-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

table.cart_table2,
table.cart_table3,
table.cart_table4,
table.cart_table5 {
  font-size: 0.875em;
  width: 100%;
  max-width: 640px;
}

table.cart_table2 th,
table.cart_table3 th,
table.cart_table4 th,
table.cart_table5 th,
table.cart_table2 td,
table.cart_table3 td,
table.cart_table4 td,
table.cart_table5 td {
  text-align: left;
  padding: 15px 0;
}

table.cart_table2 th,
table.cart_table3 th,
table.cart_table4 th,
table.cart_table5 th {
  font-weight: 400;
  line-height: 1.4;
}

table.cart_table2 th:first-child,
table.cart_table3 th:first-child,
table.cart_table4 th:first-child,
table.cart_table5 th:first-child {
  width: 27%;
}

table.cart_table2 td:nth-child(4),
table.cart_table3 td:nth-child(4),
table.cart_table4 td:nth-child(4),
table.cart_table5 td:nth-child(4) {
  width: 30%;
}

table.cart_table2 .note,
table.cart_table3 .note,
table.cart_table4 .note,
table.cart_table5 .note {
  font-size: 1.2rem;
  margin: 3px 0;
}

table.cart_table2 .note2,
table.cart_table3 .note2,
table.cart_table4 .note2,
table.cart_table5 .note2 {
  font-size: 1.2rem;
  margin: 3px 0;
  text-align: right;
}

table.cart_table2 .note li,
table.cart_table3 .note li,
table.cart_table4 .note li,
table.cart_table5 .note li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

table.cart_table2 td+th,
table.cart_table3 td+th,
table.cart_table4 td+th,
table.cart_table5 td+th {
  width: 13%;
  padding-left: 5%;
}

table.cart_table2 .link1,
table.cart_table3 .link1,
table.cart_table4 .link1,
table.cart_table5 .link1 {
  font-size: 1.2rem;
}

table.cart_table3 {
  margin: 0 25px;
  width: auto;
  max-width: 560px;
}

table.cart_table3 th,
table.cart_table3 td {
  padding: 12px 0;
}

table.cart_table3 .tr1>th,
table.cart_table3 .tr1>td {
  padding-top: 25px;
}

table.cart_table3 .tr2>th {
  padding-left: 41px;
}

table.cart_table4 {
  margin: 0 25px;
  width: calc(100% - 50px);
  max-width: 615px;
}

table.cart_table4 th,
table.cart_table4 td {
  padding: 12px 0;
}

table.cart_table4 .note {
  font-size: 1.3rem;
}

table.cart_table4 textarea {
  font-size: 1.3rem !important;
}

table.cart_table5 th:first-child {
  width: 30%;
}

table.cart_table5 th.th1 {
  vertical-align: middle;
}

.str_count_num.max {
  color: #cf264e;
}

@media (max-width: 768px) {
  .cart_step {
    margin: 15px 0 25px;
  }

  .cart_step li {
    font-size: 0.75em;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    padding: 0.4em 0 0.2em;
    border-bottom-width: 1px;
  }

  .cart_step li+li {
    margin: 0 0 0 0.7em;
  }

  .cart_label1 {
    font-size: 1.25em;
  }

  .cart_label1 small {
    font-size: 0.9166em;
  }

  .cart_form_box>.inn {
    margin: 0;
  }

  .cart_form_box .txt1 {
    font-size: 0.9166em;
    line-height: 2.1;
  }

  table.cart_table2,
  table.cart_table3,
  table.cart_table4,
  table.cart_table5 {
    font-size: 0.91667em;
  }

  table.cart_table2 th,
  table.cart_table3 th,
  table.cart_table4 th,
  table.cart_table5 th,
  table.cart_table2 td,
  table.cart_table3 td,
  table.cart_table4 td,
  table.cart_table5 td {
    display: block;
  }

  table.cart_table2 th:first-child,
  table.cart_table3 th:first-child,
  table.cart_table4 th:first-child,
  table.cart_table5 th:first-child {
    width: auto;
  }

  table.cart_table2 .tr3,
  table.cart_table3 .tr3,
  table.cart_table4 .tr3,
  table.cart_table5 .tr3 {
    display: table;
    width: 100%;
  }

  table.cart_table2 .tr3>th,
  table.cart_table3 .tr3>th,
  table.cart_table4 .tr3>th,
  table.cart_table5 .tr3>th,
  table.cart_table2 .tr3>td,
  table.cart_table3 .tr3>td,
  table.cart_table4 .tr3>td,
  table.cart_table5 .tr3>td {
    display: table-cell;
    padding-top: 15px;
  }

  table.cart_table2 .tr3>th,
  table.cart_table3 .tr3>th,
  table.cart_table4 .tr3>th,
  table.cart_table5 .tr3>th {
    width: 12em;
  }

  table.cart_table2 .tr3_td,
  table.cart_table3 .tr3_td,
  table.cart_table4 .tr3_td,
  table.cart_table5 .tr3_td {
    width: 100%;
  }

  table.cart_table2 th,
  table.cart_table3 th,
  table.cart_table4 th,
  table.cart_table5 th {
    padding: 0;
  }

  table.cart_table2 td,
  table.cart_table3 td,
  table.cart_table4 td,
  table.cart_table5 td {
    padding: 2px 0 18px;
  }

  table.cart_table2 td:nth-child(4),
  table.cart_table3 td:nth-child(4),
  table.cart_table4 td:nth-child(4),
  table.cart_table5 td:nth-child(4) {
    width: auto;
  }

  table.cart_table2 td+th,
  table.cart_table3 td+th,
  table.cart_table4 td+th,
  table.cart_table5 td+th {
    width: auto;
    padding-left: 0;
  }

  table.cart_table2 .note,
  table.cart_table3 .note,
  table.cart_table4 .note,
  table.cart_table5 .note,
  table.cart_table2 .note2,
  table.cart_table3 .note2,
  table.cart_table4 .note2,
  table.cart_table5 .note2 {
    font-size: 0.83333em;
  }

  table.cart_table2 .link1,
  table.cart_table3 .link1,
  table.cart_table4 .link1,
  table.cart_table5 .link1 {
    font-size: 1rem;
  }

  table.cart_table3 {
    margin: 0;
  }

  table.cart_table3 th,
  table.cart_table3 td {
    display: table-cell;
    padding: 5px 0;
  }

  table.cart_table3 .tr1>th,
  table.cart_table3 .tr1>td {
    padding-top: 15px;
  }

  table.cart_table3 .tr2>th {
    padding-left: 37px;
  }

  table.cart_table3 .tr1>th,
  table.cart_table3 .tr2>th {
    width: 12em;
  }

  table.cart_table4 {
    margin: 0;
    width: 100%;
  }

  table.cart_table4 th,
  table.cart_table4 td {
    display: table-cell;
    padding: 5px 0;
  }

  .order_list {
    padding: 25px;
  }
}

.cart_list1 {
  margin: 40px 0 70px;
}

.cart_list1 li {
  overflow: hidden;
}

.cart_list1 li+li {
  margin: 30px 0 0;
}

.cart_list1 input.radio1,
.cart_list1 input.checkbox1 {
  margin-right: 10px;
}

.cart_list1 input.radio1+label,
.cart_list1 input.checkbox1+label {
  vertical-align: middle;
}

.cart_list2 {
  display: -webkit-flex;
  display: flex;
}

.cart_list2>li {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: none;
  /*overflow: hidden;*/
}

.cart_list2 input.radio1,
.cart_list2 input.checkbox1 {
  margin-right: 10px;
}

.cart_list2 input.radio1+label,
.cart_list2 input.checkbox1+label {
  vertical-align: middle;
}

.cart_list3 dl {
  overflow: hidden;
  border-top: 1px solid #cecece;
  padding: 20px 0;
}

.cart_list3 dt,
.cart_list3 dd {
  padding: 15px 0;
}

.cart_list3 dt {
  width: 45%;
  float: left;
  clear: both;
}

.cart_list3 dd {
  width: 55%;
  padding-left: 15px;
  margin: 2px 0 0;
  font-size: 0.75em;
  float: left;
}

@media (max-width: 768px) {

  .cart_list1,
  .cart_list2 {
    display: block;
  }

  .cart_list1 input.radio1+label,
  .cart_list1 input.checkbox1+label,
  .cart_list2 input.radio1+label,
  .cart_list2 input.checkbox1+label {
    font-size: 0.9166em;
  }

  .cart_list2>li {
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
    margin: 25px 0;
  }

  .cart_list2>li:first-child {
    -webkit-flex: 0 1 55%;
    flex: 0 1 55%;
    margin-top: 0;
  }

  .cart_list2>li:last-child {
    margin-bottom: 0;
  }

  .cart_list3 dl {
    padding: 12px 0;
  }

  .cart_list3 dt,
  .cart_list3 dd {
    width: 100%;
    padding: 12px 0;
  }

  .cart_list3 dd {
    font-size: 1em;
  }
}

.main.cart .add_address_details .item {
  padding: 20px 0 0;
}

.main.cart .add_address_details .add_add_text {
  padding: 20px 0 0 0px;
}

.main.cart .add_address_details .add_add_text .input1,
.main.cart .add_address_details .add_add_text .input2,
.main.cart .add_address_details .add_add_text .input3,
.main.cart .add_address_details .add_add_text .input4 {
  max-width: 63%;
  max-width: 100%;
}

.main.cart .use_point_box {
  padding: 0.5em 0 0;
}

.main.cart .use_point_box .select1,
.main.cart .use_point_box .select2 {
  /*margin: 0 0.6em 0 2em;*/
  min-width: 230px;
}

.main.cart .use_point_box .txt3 {
  margin-bottom: 0.5em;
}

.main.cart .use_point_box .cart_txt1 {
  vertical-align: top;
}

.main.cart .req_matter {
  border: 1px solid #cecece;
  padding: 20px 30px;
  margin: 0 0 40px;
}

.main.cart .req_matter .title {
  text-align: center;
  margin: 0 0 0.5em;
}

.main.cart .req_matter .list {
  font-size: 0.75em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.main.cart .req_matter .list li+li {
  margin: 0.4em 0 0;
}

@media (max-width: 768px) {
  .main.cart .add_address_details {
    margin-left: -12em;
  }

  .main.cart .add_address_details .item {
    padding: 15px 0 0;
  }

  .main.cart .add_address_details .add_add_text {
    padding: 15px 0 0 36px;
  }

  .main.cart .use_point_box .select1,
  .main.cart .use_point_box .select2 {
    margin: 0;
  }

  .main.cart .use_point_box1 .box {
    display: block;
  }

  .main.cart .use_point_box1 .box+.box {
    margin: 15px 0 0;
  }

  .main.cart .use_point_box1 .box .select1,
  .main.cart .use_point_box1 .box .select2 {
    width: 60%;
    min-width: auto;
  }

  .main.cart .use_point_box1 .box .button1 {
    width: 30%;
  }
}

.remodal.remodal-cart {
  max-width: 850px;
  padding: 4% 7%;
  text-align: left;
  line-height: 1.8;
}

.remodal.remodal-cart .cart_t1 {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid;
}

.remodal.remodal-cart .cart_p1 {
  font-size: 0.875em;
  margin: 7px 0;
}

.remodal.remodal-cart .cart_p2 {
  font-size: 0.75em;
  margin: 7px 0;
}

.remodal.remodal-cart .box {
  border-top: 1px solid #e6e6e6;
  padding: 1em 0 0;
  margin: 1.5em 0 0;
}

.remodal.remodal-cart img.card {
  display: block;
  margin: 10px auto 30px;
  max-width: 100%;
  height: auto;
}

.remodal.remodal-cart .cart_btn1 {
  font-size: 1.25em;
  display: block;
  width: 300px;
  background: #212121;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  margin: 45px auto 0;
}

.remodal.remodal-cart .cart_btn1 img[src*="chevron"] {
  width: 8px;
}

.remodal.remodal-cart .cart_btn1:hover {
  cursor: pointer;
}

.remodal.remodal-cart .email_box {
  display: -webkit-flex;
  display: flex;
  padding: 30px 0 0;
}

.remodal.remodal-cart .email_box>.box:nth-child(1) {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  padding: 6px 15px 0 0;
}

.remodal.remodal-cart .email_box>.box:nth-child(2) {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
}

.remodal.remodal-cart img.remodal-close {
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .remodal.remodal-cart {
    padding: 9% 6.5%;
  }

  .remodal.remodal-cart .cart_t1 {
    font-size: 1.25em;
  }

  .remodal.remodal-cart .cart_p1 {
    font-size: 0.91666em;
    margin: 3px 0;
  }

  .remodal.remodal-cart .cart_p2 {
    font-size: 0.8333em;
    margin: 3px 0;
  }

  .remodal.remodal-cart .cart_btn1 {
    margin: 30px auto 0;
    width: 240px;
  }

  .remodal.remodal-cart .email_box {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .remodal.remodal-cart .email_box>.box:nth-child(1) {
    padding: 0;
  }

  .remodal.remodal-cart img.remodal-close {
    top: 17px;
    right: 17px;
    width: 17px;
    height: 17px;
  }
}

/*--------------------------------
  BEGIN STORE 共通
--------------------------------*/
.store {
  /* workshop */
  /* flagship */
  /* landmarkplaza */
  /* ginza */
  /* nagoya */
}

@media (max-width: 768px) {
  .store .pc-br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .store .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .store .sp-inline-style {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .store .pc-inline-style {
    display: inline-block;
  }
}

.store a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .store .store-language {
    width: 100%;
    position: relative;
  }

  .store .store-language .language {
    width: 20%;
    padding-right: 25px;
    line-height: 20px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
  }

  .store .store-language .language-select:after {
    content: "";
    width: 4px;
    height: 4px;
    border-left: solid 1px #3c3c3c;
    border-bottom: solid 1px #3c3c3c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    right: 15px;
    margin-top: -5px;
  }

  .store .store-language .language-box {
    width: 100%;
    max-width: 100px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation: show1 0.15s;
    animation: show1 0.15s;
    text-align: center;
  }

  .store .store-language .language-box li a {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
  }
}

.store .area {
  width: 67%;
  max-width: 1400px;
  margin: 0 auto 65px;
}

@media (max-width: 768px) {
  .store .area {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 32px;
  }
}

.store .subtitle01 {
  letter-spacing: 2px;
  line-height: 2;
  font-size: 12px;
  font-weight: 400;
  color: #82977e;
}

@media (max-width: 768px) {
  .store .subtitle01 {
    font-size: 8px;
  }
}

.store .title {
  margin: 65px 0 70px;
  letter-spacing: 3px;
  line-height: 1.3;
  font-size: 26px;
  font-weight: 300;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .store .title {
    margin: 30px 0 17px;
    line-height: 1.3;
    font-size: 18px;
  }
}

.store .flex-wrapper01 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .store .flex-wrapper01 {
    display: block;
  }
}

.store .image-wrap01 {
  width: 65%;
}

@media (max-width: 768px) {
  .store .image-wrap01 {
    width: 100%;
  }
}

.store .image-wrap01 .image {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .store .image-wrap01 .image {
    display: none;
  }
}

.store .image-wrap01 .image-sp {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .store .image-wrap01 .image-sp {
    display: none;
  }
}

.store .image-wrap01 li img {
  width: 100%;
}

.store .info {
  width: 27%;
}

@media (max-width: 768px) {
  .store .info {
    width: 100%;
    margin-top: 17px;
  }
}

.store .info-groupe01 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .store .info-groupe01 {
    margin-bottom: 20px;
  }
}

.store .info-groupe01 .item {
  margin-left: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .store .info-groupe01 .item {
    font-size: 11px;
    font-weight: 400;
  }
}

.store .info-groupe01 .item:first-of-type {
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .store .info-groupe01 .item:first-of-type {
    font-size: 12px;
  }
}

.store .info-groupe01 .item:first-of-type:before {
  content: "■";
  font-size: 10px;
}

.store .text01 {
  padding-bottom: 2px;
  border-bottom: solid 1px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins";
  display: inline-block;
}

.store .text01:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../../img/common/header/icon_store2.svg);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}

.store .area-wrapper {
  width: 100%;
  padding: 65px 0 60px;
  background-color: #e6e6e6;
}

@media (max-width: 768px) {
  .store .area-wrapper {
    padding: 28px 0 38.5px;
  }
}

.store .area-wrapper .area {
  margin-bottom: 0;
}

.store .content01 {
  text-align: center;
}

.store .content01 .cafe-menu-detail {
  text-align: center;
}

@media (max-width: 768px) {
  .store .content01 .cafe-menu-detail {
    text-align: left;
  }
}

.store .logo {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .store .logo {
    width: 60%;
    margin-bottom: 25px;
  }
}

.store .cafe-logo {
  width: 40%;
}

@media (max-width: 768px) {
  .store .cafe-logo {
    width: 70%;
  }
}

.store .text02 {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 16px;
}

@media (max-width: 768px) {
  .store .text02 {
    font-size: 12px;
  }
}

.store .flex-wrapper02 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .store .flex-wrapper02 {
    display: block;
  }
}

.store .flex-wrapper02 .link {
  padding-bottom: 4px;
  border-bottom: solid 1px;
  display: inline-block;
}

@media (max-width: 768px) {
  .store .flex-wrapper02 .link {
    font-size: 12px;
  }
}

.store .menu {
  width: 100%;
  /*@include sp {
    width: 50%;
  }*/
}

.store .menu-subtitle {
  margin: 40px 0 20px;
  font-size: 19px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .store .menu-subtitle {
    margin: 26px 0 20px;
    font-size: 18px;
    text-align: center;
  }
}

.store .info-groupe02 {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .store .info-groupe02 {
    margin-bottom: 25px;
  }
}

.store .info-groupe02 .item {
  line-height: 1.9;
  font-size: 14px;
}

@media (max-width: 768px) {
  .store .info-groupe02 .item {
    font-size: 11px;
  }
}

.store .info-groupe02 .item span {
  font-size: 13px;
}

@media (max-width: 768px) {
  .store .info-groupe02 .item span {
    font-size: 11px;
  }
}

.store .info-groupe02 .menu-item:after {
  content: "/";
}

@media (max-width: 768px) {
  .store .info-groupe02 .menu-item:after {
    display: none;
  }
}

.store .image-wrap02 {
  width: 500px;
  height: 460px;
  position: relative;
}

@media (max-width: 768px) {
  .store .image-wrap02 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
  }
}

.store .image-wrap02 .menu-img01 {
  position: absolute;
  top: -8%;
  left: 0;
}

@media (max-width: 768px) {
  .store .image-wrap02 .menu-img01 {
    width: 48%;
    margin-bottom: 15px;
    position: initial;
  }
}

.store .image-wrap02 .menu-img01 img {
  width: 100%;
}

.store .image-wrap02 .menu-img02 {
  position: absolute;
  top: 37%;
  right: -35%;
}

@media (max-width: 768px) {
  .store .image-wrap02 .menu-img02 {
    width: 48%;
    text-align: right;
    position: initial;
  }
}

.store .image-wrap02 .menu-img02 img {
  width: 100%;
  /*@include sp {
    width: 90%;
  }*/
}

.store .store-cafe-prev:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .store .store-cafe-prev:before {
    top: 40%;
  }
}

@media (max-width: 768px) {
  .store .store-cafe-prev:before {
    top: 50%;
  }
}

.store .store-cafe-next:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .store .store-cafe-next:before {
    top: 40%;
  }
}

@media (max-width: 768px) {
  .store .store-cafe-next:before {
    top: 50%;
  }
}

.store .lounge-subtitle {
  margin: 45px 0 35px;
  font-size: 19px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .store .lounge-subtitle {
    margin: 30px 0 23px;
    font-size: 18px;
  }
}

.store .image-wrap03 {
  margin-bottom: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .store .image-wrap03 {
    margin-bottom: 21px;
  }
}

@media (max-width: 768px) {
  .store .image-wrap03 .image {
    width: calc(50% - 5px);
  }
}

.store .image-wrap03 .image:first-of-type {
  margin-right: 10px;
}

.store .text03 {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .store .text03 {
    letter-spacing: 0;
    font-size: 11px;
  }
}

.store .text-style {
  font-size: 12px;
}

@media (max-width: 768px) {
  .store .text-style {
    font-size: 11px;
  }
}

.store .flex-wrapper02-ws {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.store .workshop-img-wrap:first-of-type {
  width: 70%;
}

.store .workshop-img-wrap:last-of-type {
  width: 44%;
}

.store .workshop-img-wrap .image {
  width: 100%;
}

.store .image-wrap04 {
  margin-left: 15px;
  line-height: 0;
}

@media (max-width: 768px) {
  .store .image-wrap04 {
    margin-left: 7px;
  }
}

.store .image-wrap04 .image:first-of-type {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .store .image-wrap04 .image:first-of-type {
    margin-bottom: 6px;
  }
}

.store .content02 {
  margin: 40px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .store .content02 {
    margin: 27px 0 20px 0;
  }
}

.store .workshop-movie {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .store .workshop-movie {
    width: 100%;
  }
}

.store .workshop-movie .movie01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  pointer-events: none;
}

.store .workshop-movie .movie01 .movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.store .flag-btn01,
.store .flag-btn02 {
  width: 80%;
  margin-top: 35px;
  border: solid 1px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1200px) {

  .store .flag-btn01,
  .store .flag-btn02 {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .store .flag-btn01,
  .store .flag-btn02 {
    width: 80%;
    margin: 35px auto 0;
  }
}

.store .flag-btn01 a,
.store .flag-btn02 a {
  width: 100%;
  padding: 15px 0;
  display: block;
}

.store .flag-btn02 {
  width: 230px;
  margin: 65px auto 0;
}

@media (max-width: 768px) {
  .store .flag-btn02 {
    width: 80%;
    margin-top: 35px;
  }
}

.store .text04 {
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 18px;
  font-family: 'NotoSansCJKjp';
  font-weight: 200;
}

@media (max-width: 768px) {
  .store .text04 {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
  }
}

.store .detail-title {
  margin: 45px 0 22px;
  font-size: 24px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .store .detail-title {
    margin: 23px 0 15px;
    font-size: 16px;
  }
}

.store .flagship-wrap {
  width: 70%;
  margin: 0 auto 33px auto;
}

@media (max-width: 768px) {
  .store .flagship-wrap {
    width: 100%;
    margin-bottom: 19px;
  }
}

.store .flagship-wrap .image {
  width: 100%;
}

.store .link {
  padding-bottom: 3px;
  border-bottom: solid 1px;
}

.store .area2 {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .store .area2 {
    width: 100%;
    padding: 0 15px;
  }
}

.store .area2 .title {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .store .area2 .title {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}

.store .area2 .flex-wrapper02 {
  margin-top: 50px;
  justify-content: center;
}

@media (max-width: 768px) {
  .store .area2 .flex-wrapper02 {
    margin-top: 17px;
    display: block;
  }
}

.store .area2 .flex-wrapper02 .img-wrapper01 {
  width: 100%;
}

@media (max-width: 768px) {
  .store .area2 .flex-wrapper02 .img-wrapper01 {
    width: 65%;
    padding-left: 25px;
  }
}

.store .area2 .flex-wrapper02 .img-wrapper02 {
  width: 100%;
  margin: 95px 0 0 50px;
}

@media (max-width: 768px) {
  .store .area2 .flex-wrapper02 .img-wrapper02 {
    padding: 17px 10px 0 50px;
    margin: 0;
  }
}

.store .area2 .flex-wrapper02 img {
  width: 100%;
}

.store.landmarkplaza .area {
  padding: 0;
}

.store.landmarkplaza .area .title {
  padding: 0 13px;
  letter-spacing: 1px;
}

.store.landmarkplaza .area .flex-wrapper01 {
  padding: 0 15px;
}

.store.landmarkplaza .area1 {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .store.landmarkplaza .area1 {
    width: 100%;
    padding: 0 6px;
  }
}

.store.landmarkplaza .text04 {
  letter-spacing: 0;
  line-height: 2;
}

.store.landmarkplaza .flagship-wrap {
  width: 45%;
  margin: 55px auto 0;
}

@media (max-width: 768px) {
  .store.landmarkplaza .flagship-wrap {
    width: 100%;
    padding: 0 15px;
    margin-top: 18px;
  }
}

.store.ginza .area1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.store.ginza .text04 {
  letter-spacing: 0;
  line-height: 2;
}

.store.ginza .flagship-wrap {
  width: 55%;
  margin: 0 auto 33px auto;
}

@media (max-width: 768px) {
  .store.ginza .flagship-wrap {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 19px;
  }
}

.store.ginza .area2 {
  width: 70%;
}

@media (max-width: 768px) {
  .store.ginza .area2 {
    width: 100%;
    padding: 0 15px;
  }
}

.store.ginza .area2 .title span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .store.ginza .area2 .title span {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .store.ginza .area2 .flex-wrapper02 {
    display: flex;
  }
}

@media (max-width: 768px) {
  .store.ginza .area2 .flex-wrapper02 .img-wrapper01 {
    width: 55%;
    padding: 0;
  }
}

.store.ginza .area2 .flex-wrapper02 .img-wrapper02 {
  width: 80%;
  margin: 180px 0 0 45px;
}

@media (max-width: 768px) {
  .store.ginza .area2 .flex-wrapper02 .img-wrapper02 {
    width: 50%;
    padding: 90px 0 0 23px;
    margin: 0;
  }
}

.store.nagoya .area {
  padding: 0;
}

.store.nagoya .area .title {
  padding: 0 14px;
  letter-spacing: 2px;
}

.store.nagoya .area .flex-wrapper01 {
  padding: 0 15px;
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  BEGIN STORE その他(kawasaki)のページ
--------------------------------*/
.others .area {
  width: 100%;
  margin-left: 17%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .others .area {
    margin-left: 0;
  }
}

.others .title {
  margin: 40px 0 30px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .others .title {
    margin: 25px 0;
  }
}

.others .subtitle01 {
  font-size: 22px;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .others .subtitle01 {
    font-size: 15px;
  }
}

.others .content01 {
  width: 43%;
  text-align: left;
}

@media (max-width: 768px) {
  .others .content01 {
    width: 100%;
  }
}

.others .text03 {
  font-weight: 400;
}

.others .info {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .others .info {
    margin-top: 22px;
  }
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  BEGIN STORE一覧
--------------------------------*/
.store_index .title {
  margin-bottom: 0;
  font-size: 36px;
  text-align: center;
}

@media (max-width: 768px) {
  .store_index .title {
    font-size: 25px;
  }
}

.store_index .area {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .store_index .area {
    width: 100%;
  }
}

.store_index .subtitle {
  margin: 70px 0 40px;
  font-size: 27px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .store_index .subtitle {
    margin: 35px 0 20px;
    font-size: 20px;
  }
}

.store_index .subtitle .text {
  font-size: 14px;
}

@media (max-width: 768px) {
  .store_index .subtitle .text {
    font-size: 9px;
  }
}

.store_index .flex-wrapper02 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.store_index .store-groupe01 {
  width: calc(25% - 50px);
  margin: 0 25px;
}

@media (max-width: 768px) {
  .store_index .store-groupe01 {
    width: calc(50% - 12.5px);
    margin: 0 0 35px 0;
  }

  .store_index .store-groupe01:nth-of-type(odd) {
    margin-right: 12.5px;
  }

  .store_index .store-groupe01:nth-of-type(even) {
    margin-left: 12.5px;
  }
}

.store_index .store-groupe01 a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}

.store_index .store-groupe01 .img-wrapper01 {
  width: 100%;
}

.store_index .store-groupe01 .img-wrapper01 .image {
  width: 100%;
}

.store_index .store-groupe01 .text-box {
  padding: 20px;
}

@media (max-width: 768px) {
  .store_index .store-groupe01 .text-box {
    padding: 14px;
  }
}

.store_index .store-groupe01 .text-box .item01 {
  font-size: 20px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .store_index .store-groupe01 .text-box .item01 {
    font-size: 12px;
  }
}

.store_index .store-groupe01 .item02 {
  font-size: 16px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .store_index .store-groupe01 .item02 {
    font-size: 11px;
  }
}

.store_index .contents-list {
  width: 100%;
}

.store_index .contents-list .item01 {
  width: 100%;
  padding: 10px 0;
  border-top: solid 3px #e6e6e6;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .store_index .contents-list .item01 {
    padding: 0;
    border-top: solid 1px #e6e6e6;
    flex-direction: column;
    position: relative;
  }
}

@media (max-width: 768px) {
  .store_index .contents-list .item01 .store-open:after {
    content: url(../../img/common/list/icon-open.png);
    position: absolute;
    right: 15px;
  }

  .store_index .contents-list .item01 .store-open.active:after {
    content: url(../../img/common/list/icon-close.png);
    position: absolute;
    right: 15px;
  }
}

.store_index .contents-list .item01 .store-open+div {
  width: 90%;
}

@media (max-width: 768px) {
  .store_index .contents-list .item01 .store-open+div {
    width: 100%;
    display: none;
  }
}

.store_index .contents-list .item01 .category {
  width: 8%;
  padding: 20px 0;
  background-color: #e6e6e6;
  font-size: 18px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .store_index .contents-list .item01 .category {
    width: 100%;
    height: 100%;
    padding: 20px 40px 20px 6px;
    background-color: #fff;
    font-size: 14px;
    justify-content: left;
  }
}

.store_index .contents-list .item01 .detail {
  padding-left: 50px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media (max-width: 768px) {
  .store_index .contents-list .item01 .detail {
    width: 100%;
    padding-left: 0;
    text-align: left;
    display: block;
  }
}

.store_index .contents-list .item01 .store-link {
  margin-right: 25px;
  line-height: 2.5;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .store_index .contents-list .item01 .store-link {
    font-size: 12px;
    white-space: nowrap;
  }
}

.store_index .contents-list .item02,
.store_index .contents-list .sp-item02 {
  width: 100%;
  border: solid #e6e6e6;
  border-width: 3px 0;
}

@media (max-width: 768px) {

  .store_index .contents-list .item02,
  .store_index .contents-list .sp-item02 {
    border-width: 1px 0;
    position: relative;
  }

  .store_index .contents-list .item02:before,
  .store_index .contents-list .sp-item02:before {
    content: "＞";
    position: absolute;
    top: 41%;
    right: 4%;
  }
}

.store_index .contents-list .item02 .detail,
.store_index .contents-list .sp-item02 .detail {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  text-align: left;
}

.store_index .contents-list .item02 .detail .store-link,
.store_index .contents-list .sp-item02 .detail .store-link {
  width: 38%;
  font-size: 14px;
}

@media (max-width: 768px) {

  .store_index .contents-list .item02 .detail .store-link,
  .store_index .contents-list .sp-item02 .detail .store-link {
    width: 100%;
    font-size: 12px;
  }
}

.store_index .contents-list .item02 .detail .store-link a,
.store_index .contents-list .sp-item02 .detail .store-link a {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: block;
}

@media (max-width: 768px) {

  .store_index .contents-list .item02 .detail .store-link a,
  .store_index .contents-list .sp-item02 .detail .store-link a {
    padding: 20px 40px 20px 6px;
  }
}

@media (max-width: 768px) {

  .store_index .contents-list .item02 .detail .hide,
  .store_index .contents-list .sp-item02 .detail .hide {
    display: none;
  }
}

.store_index .contents-list .sp-item02 {
  border-top: none;
}

@media screen and (min-width: 769px) {
  .store_index .contents-list .sp-item02 {
    display: none;
  }
}

.store_index .banner-area {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .store_index .banner-area {
    width: 100%;
  }
}

.store_index .banner-area .item01,
.store_index .banner-area .item02 {
  width: 100%;
  margin-top: 50px;
  border: solid 1px #e6e6e6;
}

@media (max-width: 768px) {

  .store_index .banner-area .item01,
  .store_index .banner-area .item02 {
    margin-top: 25px;
  }
}

.store_index .banner-area .item01 .store-link,
.store_index .banner-area .item02 .store-link {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.store_index .banner-area .item01 .img-wrapper01,
.store_index .banner-area .item02 .img-wrapper01 {
  width: 40%;
  line-height: 0;
}

.store_index .banner-area .item01 .img-wrapper01 .image,
.store_index .banner-area .item02 .img-wrapper01 .image {
  width: 100%;
}

.store_index .banner-area .item01 .box,
.store_index .banner-area .item02 .box {
  width: 60%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {

  .store_index .banner-area .item01 .box,
  .store_index .banner-area .item02 .box {
    padding: 20px 0;
  }
}

.store_index .banner-area .item01 .box .link-text01,
.store_index .banner-area .item02 .box .link-text01 {
  font-size: 2vw;
  font-weight: 200;
}

@media (max-width: 768px) {

  .store_index .banner-area .item01 .box .link-text01,
  .store_index .banner-area .item02 .box .link-text01 {
    font-size: 15px;
  }
}

.store_index .banner-area .item01 .box .link-text02,
.store_index .banner-area .item02 .box .link-text02 {
  margin-top: 30px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.83vw;
  font-weight: 200;
}

@media (max-width: 768px) {

  .store_index .banner-area .item01 .box .link-text02,
  .store_index .banner-area .item02 .box .link-text02 {
    margin-top: 10px;
    font-size: 8px;
    letter-spacing: 0;
  }
}

.store_index .banner-area .item02 {
  position: relative;
}

.store_index .banner-area .item02 .box {
  background-color: #582601;
  position: absolute;
  top: 0;
  right: 0;
}

.store_index .banner-area .item02 .box .image {
  width: 60%;
}

@media all and (-ms-high-contrast: none) {
  .store_index .banner-area .item02 .box .image {
    max-width: 60%;
    width: auto;
  }
}

/*--------------------------------
  END
--------------------------------*/
@media screen and (min-width: 769px) {
  .sjg-store .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .sjg-store .pc-br {
    display: none;
  }
}

.sjg-store .inline-style {
  display: inline-block;
}

.sjg-store a:hover {
  opacity: 0.7;
}

.sjg-store .area {
  width: 67%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sjg-store .area {
    width: 100%;
    padding: 0 15px;
  }
}

.sjg-store .title {
  margin: 35px 0 70px;
  letter-spacing: 4px;
  font-size: 36px;
  font-weight: 200;
  font-family: "Poppins";
  text-align: center;
}

@media (max-width: 768px) {
  .sjg-store .title {
    margin: 22px 0 62px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
  }
}

.sjg-store .flex-wrapper01 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sjg-store .flex-wrapper01 {
    margin-bottom: 70px;
    display: block;
    position: relative;
  }
}

.sjg-store .image-wrap01 {
  width: 55%;
}

@media (max-width: 768px) {
  .sjg-store .image-wrap01 {
    width: 100%;
    margin-bottom: 18px;
  }
}

.sjg-store .image-wrap01 .image {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .sjg-store .image-wrap01 .image {
    display: none;
  }
}

.sjg-store .image-wrap01 .image-sp {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sjg-store .image-wrap01 .image-sp {
    display: none;
  }
}

.sjg-store .info {
  width: 45%;
  padding-right: 10%;
}

@media (max-width: 768px) {
  .sjg-store .info {
    width: 100%;
    padding: 0;
  }
}

.sjg-store .subtitle {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .sjg-store .subtitle {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: -6%;
    left: 0;
  }
}

@media screen and (max-width: 386px) {
  .sjg-store .subtitle-long {
    top: -11%;
  }
}

.sjg-store .info-groupe01 {
  margin-bottom: 20px;
  display: table;
}

@media (max-width: 768px) {
  .sjg-store .info-groupe01 {
    margin-bottom: 10px;
  }
}

.sjg-store .info-groupe01 .item {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  display: table-cell;
}

@media (max-width: 768px) {
  .sjg-store .info-groupe01 .item {
    font-size: 12px;
  }
}

.sjg-store .info-groupe01 .item:first-of-type {
  width: 70px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sjg-store .info-groupe01 .item:first-of-type {
    font-size: 12px;
  }
}

.sjg-store .info-groupe01 .item:first-of-type:before {
  content: "■";
}

.sjg-store .sjg-store-prev:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 1313px) {
  .sjg-store .sjg-store-prev:before {
    top: 40%;
  }
}

@media screen and (max-width: 1185px) {
  .sjg-store .sjg-store-prev:before {
    top: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .sjg-store .sjg-store-prev:before {
    top: 24%;
  }
}

@media screen and (max-width: 900px) {
  .sjg-store .sjg-store-prev:before {
    top: 20%;
  }
}

@media (max-width: 768px) {
  .sjg-store .sjg-store-prev:before {
    top: 50%;
  }
}

.sjg-store .sjg-store-next:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

@media screen and (max-width: 1313px) {
  .sjg-store .sjg-store-next:before {
    top: 40%;
  }
}

@media screen and (max-width: 1185px) {
  .sjg-store .sjg-store-next:before {
    top: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .sjg-store .sjg-store-next:before {
    top: 24%;
  }
}

@media screen and (max-width: 900px) {
  .sjg-store .sjg-store-next:before {
    top: 20%;
  }
}

@media (max-width: 768px) {
  .sjg-store .sjg-store-next:before {
    top: 50%;
  }
}

.sjg-store .text01 {
  padding-bottom: 5px;
  border-bottom: solid 1px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins";
  display: inline-block;
}

.sjg-store .text01:after {
  content: ">";
}

@media (max-width: 768px) {
  .sjg-store .text01 {
    font-size: 13px;
  }
}

.sjg-store .text02 {
  margin-top: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .sjg-store .text02 {
    margin-top: 0;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .sjg-store .small-wrapper {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.sjg-store .flex-wrapper02 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sjg-store .flex-wrapper02 {
    display: block;
  }
}

.sjg-store .flex-wrapper02 .info {
  width: 45%;
  padding-right: 0;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .sjg-store .flex-wrapper02 .info {
    width: 100%;
    margin-bottom: 65px;
  }
}

.sjg-store .flex-wrapper02 .subtitle {
  padding-bottom: 20px;
  border-bottom: solid 1px #e2e2e2;
}

@media (max-width: 768px) {
  .sjg-store .flex-wrapper02 .subtitle {
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: initial;
  }
}

.remodal.terms-remodal,
.remodal.members-terms-remodal,
.remodal.common-members-remodal {
  max-width: 945px;
  padding: 40px 55px 30px;
  text-align: left;
  line-height: 1.9;
}

.sj-members .common-members-popup-contents .section1 .flex-wrapper3 {
  width: 100%;
}

.sj-members .common-members-popup-contents .section1 .flex-wrapper3 .box1 .text2 {
  height: auto;
}

.terms_cont .title {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 40px;
}

.terms_cont p {
  font-size: 0.875em;
}

.terms_cont a {
  border-bottom: 1px solid #aaa;
  transition: 0.2s;
}

.terms_cont a:hover {
  border-color: #fff;
  opacity: 0.8;
}

.terms_cont .lead {
  margin: 0 0 2em;
}

.terms_cont .title2 {
  font-size: 1.125em;
  margin: 2.5em 0 1em;
}

.terms_cont .dl1 dt {
  font-size: 1em;
}

.terms_cont .dl1 dd {
  font-size: 0.875em;
  margin: 0 0 1em;
}

.terms_cont .ol1 {
  counter-reset: ol;
  padding: 0 0 0 1.5em;
}

.terms_cont .ol1>li {
  padding: 0 0 0 1em;
  text-indent: -0.6em;
}

.terms_cont .ol1>li::before {
  counter-increment: ol;
  content: counter(ol) ".";
  display: inline-block;
  min-width: 0.6em;
}

.terms_cont .ol1 .ol2 {
  padding: 0 0 0 0.5em;
}

.terms_cont .ol2 {
  counter-reset: ol;
  padding: 0 0 0 1.5em;
}

.terms_cont .ol2>li {
  padding: 0 0 0 2.4em;
  text-indent: -1.4em;
}

.terms_cont .ol2>li::before {
  counter-increment: ol;
  content: "(" counter(ol) ")";
  display: inline-block;
  min-width: 1.4em;
}

.terms_cont .ul1>li {
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}

.terms_cont .ul1>li::before {
  content: '●';
}

.remodal .terms_cont>.inn {
  max-height: 500px;
  max-height: 55vh;
  overflow-y: auto;
  border: 1px solid #cecece;
  padding: 35px 40px;
}

.remodal .terms_cont .title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid;
}

.remodal .terms_cont p {
  font-size: 0.875em;
}

.remodal .terms_cont .lead {
  margin: 0 0 2em;
}

.remodal .terms_cont .title2 {
  font-size: 0.875em;
}

.remodal .terms_cont .dl1 dt {
  font-size: 0.875em;
}

.remodal .terms_cont .dl1 dd {
  font-size: 0.875em;
}

.remodal .terms_cont footer {
  margin: 0;
  padding: 30px 0 0;
}

.remodal .terms_cont .close_btn {
  font-size: 1.25em;
  display: block;
  width: 300px;
  background: #212121;
  padding: 11px 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-weight: 200;
}

@media (max-width: 768px) {

  .remodal.terms-remodal,
  .remodal.members-terms-remodal {
    padding: 16px 11px 25px;
  }

  .remodal .terms_cont>.inn {
    padding: 25px 17px;
  }

  .remodal .terms_cont .title {
    font-size: 1.1667em;
    line-height: 1.5;
  }

  .remodal .terms_cont p,
  .remodal .terms_cont .title2,
  .remodal .terms_cont .dl1 dt,
  .remodal .terms_cont .dl1 dd {
    font-size: 1em;
  }

  .remodal .terms_cont footer {
    padding: 25px 0 0;
  }

  .remodal .terms_cont .close_btn {
    width: 210px;
  }
}

.completed {
  max-width: 1400px;
  position: relative;
}

.completed .contents {
  margin: 5rem auto auto 20%;
}

@media (max-width: 768px) {
  .completed .contents {
    margin: 2rem 1.5rem 12.5rem 1.5rem;
  }
}

.completed .contents .title {
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .completed .contents .title {
    font-size: 1.5rem;
  }
}

.completed .contents .text {
  margin-top: 5rem;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .completed .contents .text {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

.completed .contents .back {
  width: 300px;
  height: 60px;
  margin-top: 6.4rem;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #212121;
  position: relative;
}

@media (max-width: 768px) {
  .completed .contents .back {
    width: 24.5rem;
    height: 5rem;
    margin-top: 4rem;
    font-size: 1rem;
  }
}

.completed .contents .back:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 13%;
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .completed .contents .back:before {
    width: 7px;
    height: 7px;
    left: 18%;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
  }
}

.contact {
  max-width: 1400px;
  position: relative;
}

.contact a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .contact {
    padding-top: 9.5rem;
    padding-bottom: 7rem;
  }
}

.contact .contact-area {
  width: 56%;
  margin: 6rem auto auto 20%;
}

@media (max-width: 768px) {
  .contact .contact-area {
    width: calc(100% - 3rem);
    margin: 2rem 1.5rem 0;
  }
}

.contact .contact-area .title-block .title {
  font-size: 18px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .contact .contact-area .title-block .title {
    font-size: 1.5rem;
  }
}

.contact .contact-area .title-block .title span {
  padding-left: 2rem;
  font-size: 12px;
  font-family: "NotoSansCJKjp";
  color: #cf264e;
}

@media (max-width: 768px) {
  .contact .contact-area .title-block .title span {
    padding-left: 1.5rem;
    font-size: 0.7rem;
  }
}

.contact .contact-area .title-block .text {
  margin-top: 5.3rem;
}

@media (max-width: 768px) {
  .contact .contact-area .title-block .text {
    margin-top: 2rem;
  }
}

.contact .contact-area .title-block .text p {
  line-height: 2;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .contact .contact-area .title-block .text p {
    font-size: 1.2rem;
  }
}

.contact .contact-area .title-block .text p span {
  padding-bottom: 1px;
  border-bottom: solid 1px #9d9d9d;
}

.contact .contact-area .title-block .text p .sp-br {
  border: none;
  display: inline-block;
}

.contact .contact-title {
  vertical-align: top;
}

.contact .attention span {
  border-bottom: solid 1px #3c3c3c;
}

.contact .cart_form_box {
  margin-top: 4rem;
}

.contact .input3 {
  max-width: initial !important;
}

.contact .cart_btn1 a {
  color: #fff;
}

.contact .cart_btns2 {
  margin: 0;
}

.contact .cart_table2,
.contact table.cart_table3,
.contact table.cart_table4,
.contact table.cart_table5 {
  max-width: initial;
}

.contact .contact-text th {
  vertical-align: top;
}

.contact .contact-text textarea {
  min-height: 20rem !important;
}

.product_detail {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product_detail {
    padding-bottom: 10px;
  }
}

.product_detail .detail_main {
  max-width: 1340px;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .product_detail .detail_main {
    padding: 0 15px;
    margin: 0 auto 50px;
  }
}

.product_detail .detail_main .product_detail_main {
  max-width: 1200px;
  margin: 30px auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main {
    display: inline-block;
    width: 100%;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section {
  max-width: 525px;
  width: 50%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .product-image-area {
  display: none;
}

.product_detail .detail_main .product_detail_main .product-image-section .product-image-area.current {
  display: block;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb {
  margin-bottom: 50px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li {
  height: 100%;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li a {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li.slick-current a {
    position: relative;
    display: block;
  }

  .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li.slick-current a::after {
    display: none;
    content: ' ';
    background: url(../../img/common/detail/SJ_icon_search.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-size: contain;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li img {
    height: auto;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb .slick-arrow.slick-prev {
  left: 5px;
  width: 13px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb .slick-arrow.slick-next {
  right: 5px;
  width: 13px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb .slick-dots li button::before {
  content: 'ー';
  font-size: 20px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav {
  display: flex;
  width: 100% !important;
  flex-flow: wrap;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li {
  width: 100% !important;
  height: 100% !important;
  max-width: 116px;
  max-height: 116px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 3.8%;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li:nth-child(4n) {
  margin: 0;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li img {
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-image-section .banner-area1 {
  width: 100%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section .banner-area1 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .banner-area1 img {
  width: 100%;
  margin-top: 20px;
}

.product_detail .detail_main .product_detail_main .product-image-section .banner-area1 a {
  width: 100%;
  height: 100%;
  display: block;
}

.product_detail .detail_main .product_detail_main .product-image-section .banner-area1 a:hover {
  opacity: 0.7;
}

.product_detail .detail_main .product_detail_main .product-detail-section {
  max-width: 400px;
  width: 50%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .banner-area1 {
  width: 100%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .banner-area1 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .banner-area1 img {
  width: 100%;
  margin-top: 10px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .banner-area2 {
  width: 100%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .banner-area2 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .banner-area2 img {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .banner-area2 img {
    margin-top: 20px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .banner-area2 a {
  width: 100%;
  height: 100%;
  display: block;
}

.product_detail .detail_main .product_detail_main .product-detail-section .banner-area2 a:hover {
  opacity: 0.7;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-badges {
  font-size: 16px;
  font-family: "Poppins";
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-badges {
    font-size: 14px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-badges .badges-new {
  color: #b9a049;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-badges2 {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-size: 16px;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-badges2 {
    font-size: 14px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-badges3 {
  font-size: 25px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-badges3 {
    font-size: 19px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section h1.product-name {
  font-size: 26px;
  font-family: "Poppins";
  line-height: 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section h1.product-name {
    font-size: 20px;
    line-height: 30px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section h2.product-price {
  font-size: 22px;
  font-family: "Poppins";
  line-height: 24px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section h2.product-price {
    font-size: 18px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section h2.product-price span {
  font-size: 16px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section h2.product-price span {
    font-size: 12px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color {
  margin-bottom: 20px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul {
  display: flex;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul li {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul li img {
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul li.current {
  border: 2px solid #090103;
  box-sizing: border-box;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size {
  display: flex;
  align-items: center;
  width: 45%;
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  padding: 5px 0;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-size {
    width: 50%;
    margin-bottom: 20px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size::after {
  content: ' ';
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  right: 0;
  background-size: contain;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size span {
  font-size: 12px;
  width: 40%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size select {
  width: 60%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .delivery_scheduled {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .delivery_scheduled {
    font-size: 13px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart {
  margin-bottom: 15px;
  text-align: center;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart button {
  background: #212121;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart .sold-out-cl {
  background-color: gray;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart .out-of-stock-cl {
  background-color: gray;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart .rearrival-text1 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart .rearrival-text1 {
    font-size: 16px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .store_stock {
  margin-bottom: 25px;
  text-align: center;
}

.product_detail .detail_main .product_detail_main .product-detail-section .store_stock a {
  width: 100%;
  height: 50px;
  border: solid 1px;
  line-height: 50px;
  font-size: 14px;
  display: block;
}

.product_detail .detail_main .product_detail_main .product-detail-section .p-banner-wrapper {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .p-banner-wrapper {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .p-banner-wrapper img {
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .p-banner-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

.product_detail .detail_main .product_detail_main .product-detail-section .p-banner-wrapper a:hover {
  opacity: 0.7;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist {
  display: flex;
  align-items: center;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share span,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist span {
  font-size: 13px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share span.add-wish-list,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist span.add-wish-list {
  padding-left: 5px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a {
  padding: 0 5px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a .fab,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a .fab {
  font-size: 27px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a:hover,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a:hover {
  opacity: .6;
}

@media (max-width: 768px) {

  .product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a,
  .product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a {
    padding: 0 5px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist {
  cursor: pointer;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist img {
  width: 18px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 20px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info p {
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info span {
  width: 80%;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info span {
    width: 80%;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact {
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact h3 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 0;
  position: relative;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact h3::after {
  content: '';
  background: url(../../img/common/list/icon-close.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 0;
  background-size: contain;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact h3.active::after {
  background: url(../../img/common/list/icon-open.png) no-repeat;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p {
  font-size: 12px;
  line-height: 22px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p a {
  border-bottom: 1px solid #9d9d9d;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p a:hover {
  opacity: .6;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p span {
  display: inline-block;
  font-weight: bold;
  padding-top: 15px;
}

.product-banner {
  width: 100%;
  box-sizing: border-box;
}

.product-banner h2 {
  letter-spacing: 5px;
  font-size: 36px;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .product-banner h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.product-banner h2.product-banner-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .product-banner h2.product-banner-title {
    font-size: 16px;
  }
}

.product-banner p.product-banner-text {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .product-banner p.product-banner-text {
    font-size: 12px;
    line-height: 24px;
  }
}

.product-banner .product-banner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .product-banner .product-banner-block {
    display: inline-block;
  }
}

.product-banner .product-banner-block .product-banner-left,
.product-banner .product-banner-block .product-banner-right {
  width: 48%;
}

@media (max-width: 768px) {

  .product-banner .product-banner-block .product-banner-left,
  .product-banner .product-banner-block .product-banner-right {
    width: 100%;
    margin-top: 20px;
  }
}

.product-banner .product-banner-block .product-banner-left img,
.product-banner .product-banner-block .product-banner-left iframe,
.product-banner .product-banner-block .product-banner-right img,
.product-banner .product-banner-block .product-banner-right iframe {
  width: 100%;
}

.product-banner .product-banner-block.banner-text-bottom {
  align-items: flex-end;
}

.product-banner.craftsmanship-ver1 {
  background-color: #ececec;
  margin: 100px 0;
  padding: 50px 10%;
}

.product-banner.craftsmanship-ver2 {
  margin: 10% auto;
  max-width: 1200px;
  padding: 0 20px;
}

.product-banner.craftsmanship-ver2 .product-banner-left {
  width: 53%;
}

.product-banner.craftsmanship-ver2 .product-banner-right {
  width: 43%;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block {
  margin-bottom: 40px;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block:last-child {
  margin: 0;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-left,
.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-right {
  width: 48%;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-left img,
.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-right img {
  width: auto;
}

.detail-main-changePage .detail-pc-display {
  display: block;
}

@media screen and (max-width: 1024px) {
  .detail-main-changePage .detail-pc-display {
    display: none;
  }
}

.detail-main-changePage .detail-sp-display {
  display: block;
}

@media screen and (min-width: 1025px) {
  .detail-main-changePage .detail-sp-display {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .detail-main-changePage {
    position: absolute;
    width: 100%;
    top: 16%;
    transform: translate(0, -16%);
  }

  .detail-main-changePage a {
    margin: 0 20px;
    display: inline-block;
    position: absolute;
  }

  .detail-main-changePage a.next-detail-page {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .detail-main-changePage {
    margin-top: 30px;
    text-align: center;
  }

  .detail-main-changePage a {
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
  }

  .detail-main-changePage a.prev-detail-page::before {
    content: '＜';
    padding: 0 5px;
  }

  .detail-main-changePage a.next-detail-page::after {
    content: '＞';
    padding: 0 5px;
  }

  .detail-main-changePage span {
    border-right: 1px solid #3c3c3c;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../img/common/detail/default-skin.svg) 0 -44px no-repeat !important;
}

.girl_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart button {
  background: #b09a56;
}

.girl_detail .detail-main-changePage {
  top: 14.58%;
  transform: translate(0, -14.58%);
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block {
    width: 100%;
  }
}

.girl_detail .product-banner .product-banner-block .product-banner-left {
  width: 32%;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-left {
    width: 70%;
    margin: 0 auto;
  }
}

.girl_detail .product-banner .product-banner-block .product-banner-right {
  width: 64%;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block {
    display: flex;
  }
}

.girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-left,
.girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-right {
  width: auto;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-left {
    width: 70%;
  }

  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-right {
    width: 30%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line {
    display: inline-block;
    margin-top: 30px;
  }

  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-left,
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-right {
    width: 100%;
  }

  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-left .product-banner-text,
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-right .product-banner-text {
    margin-top: 20px;
  }
}

.girl_detail .product-banner .product-banner-block h3 {
  font-family: 'NotoSansCJKjp', 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 32px;
  border-bottom: 2px solid #dddddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block h3 {
    font-size: 18px;
  }
}

.girl_detail .recommend-section {
  margin: 5% auto;
  padding-bottom: 2%;
}

.girl_detail .recommend-section:last-child {
  border: none;
}

.girl_detail .recommend-section h2 span {
  letter-spacing: 1px;
}

*:focus {
  outline: none;
}

/*---------------------------------------
  remodal
---------------------------------------*/
.store_stock_remodal {
  width: 100%;
  max-width: 750px;
  /*max-height: 730px;
  min-height: 730px;*/
  padding: 45px 40px !important;
  text-align: left;
}

@media (max-width: 768px) {
  .store_stock_remodal {
    padding: 42.5px 0 !important;
  }
}

.store_stock_remodal .sp-br {
  display: none;
}

@media (max-width: 768px) {
  .store_stock_remodal .sp-br {
    display: block;
  }
}

.store_stock_remodal .wrap {
  width: 100%;
}

.store_stock_remodal .wrap.girl .status-area {
  border-bottom: solid 1px #e6e6e6;
}

.store_stock_remodal .wrap.girl .list {
  padding: 15px 25px;
}

.store_stock_remodal .wrap .tab-menu {
  width: 100%;
  margin-bottom: 17px;
  display: flex;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .tab-menu {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}

.store_stock_remodal .wrap .tab-menu .tab {
  width: 130px;
  height: 40px;
  padding: 0 10px;
  border-top: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  line-height: 40px;
  letter-spacing: 0;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .tab-menu .tab {
    margin-bottom: 0;
  }

  .store_stock_remodal .wrap .tab-menu .tab.tab1 {
    width: 33.3%;
  }

  .store_stock_remodal .wrap .tab-menu .tab.tab2 {
    width: 50%;
    border-top: none;
  }
}

.store_stock_remodal .wrap .tab-menu .tab:first-of-type {
  border-left: solid 1px #e6e6e6;
}

.store_stock_remodal .wrap .tab-menu .tab.big {
  width: 140px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .tab-menu .tab.big {
    width: 50%;
  }
}

.store_stock_remodal .wrap .tab-menu .tab.is-active {
  background: #e6e6e6;
  color: #000;
}

.store_stock_remodal .wrap .product-area {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area {
    padding: 0 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
}

.store_stock_remodal .wrap .product-area .img-wrap {
  width: 20%;
  display: none;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area .img-wrap {
    width: 35%;
  }
}

.store_stock_remodal .wrap .product-area .img-wrap.current {
  display: block;
}

.store_stock_remodal .wrap .product-area .img-wrap img {
  width: 100%;
}

.store_stock_remodal .wrap .product-area .text-area {
  width: 75%;
  font-size: 14px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area .text-area {
    width: 60%;
    line-height: 1.8;
    font-size: 11px;
  }
}

.store_stock_remodal .wrap .product-area .text-area .product {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 16px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area .text-area .product {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

.store_stock_remodal .wrap .product-area .text-area .des .price {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area .text-area .des .price {
    padding: 0;
    display: block;
  }
}

.store_stock_remodal .wrap .product-area .text-area .des small {
  font-size: 10px;
}

.store_stock_remodal .wrap .product-area .text-area .select-box {
  font-size: 11px;
  margin: 15px 30px 0 0;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area .text-area .select-box {
    margin: 5px 0 0 0;
    display: block;
  }
}

.store_stock_remodal .wrap .product-area .text-area .select-box .select {
  width: 150px;
  padding-left: 5px;
  margin: 3px 0 0 0;
  border: solid 1px #e6e6e6;
  border-radius: 0;
  font-size: 11px;
  display: block;
  background-image: url(../../img/common/detail/down_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 5px center;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .product-area .text-area .select-box .select {
    margin-top: 0;
  }
}

.store_stock_remodal .wrap .product-area .text-area .swatches {
  width: 100%;
  margin: 15px 30px 0 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.store_stock_remodal .wrap .product-area .text-area .swatches li {
  width: 35px;
  height: 35px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.store_stock_remodal .wrap .product-area .text-area .swatches li.current {
  border: 2px solid #090103;
}

.store_stock_remodal .wrap .product-area .text-area .swatches li a {
  width: 100%;
  height: 100%;
  display: block;
}

.store_stock_remodal .wrap .product-area .text-area .swatches li img {
  max-width: 100%;
}

.store_stock_remodal .wrap .tx1 {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .tx1 {
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 13px;
  }

  .store_stock_remodal .wrap .tx1 span {
    font-size: 11px;
  }
}

.store_stock_remodal .wrap .status-area {
  width: 100%;
  letter-spacing: 1px;
  border-bottom: solid 2px #e6e6e6;
  padding-bottom: 15px;
  display: flex;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .status-area {
    padding: 0 15px 10px;
    flex-wrap: wrap;
  }
}

.store_stock_remodal .wrap .status-area .status {
  padding-right: 40px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .status-area .status {
    width: 30%;
    padding-right: 0;
    font-size: 13px;
  }
}

.store_stock_remodal .wrap .status-area .status.status-st {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .status-area .status.status-st {
    width: 100%;
    margin-top: 10px;
  }
}

.store_stock_remodal .wrap .status-area .status.status-st img {
  width: 15px;
}

.store_stock_remodal .wrap .store-locator {
  width: 100%;
  max-height: 350px;
  min-height: 350px;
  padding: 0 10px 0 0;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  .store_stock_remodal .wrap .store-locator::-webkit-scrollbar {
    width: 6px;
    height: 100%;
  }

  .store_stock_remodal .wrap .store-locator::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 50px;
    background: #e6e6e6;
  }

  .store_stock_remodal .wrap .store-locator::-webkit-scrollbar-track {
    border: solid 1px #f5f5f5;
  }
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-locator {
    padding-right: 0;
  }
}

.store_stock_remodal .wrap .store-lists {
  width: 100%;
  padding-top: 20px;
  display: none;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists {
    padding: 25px 15px 0;
  }
}

.store_stock_remodal .wrap .store-lists .list-wrap {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid 1px #e6e6e6;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list-wrap {
    margin-bottom: 20px;
  }
}

.store_stock_remodal .wrap .store-lists .list-wrap .head {
  width: 100%;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list-wrap .head {
    padding-bottom: 18px;
    font-size: 14px;
  }
}

.store_stock_remodal .wrap .store-lists .list-wrap .head:after {
  content: "";
  background: url(../../img/common/list/icon-close.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 9px;
  background-size: contain;
}

.store_stock_remodal .wrap .store-lists .list-wrap .head.active:after {
  background: url(../../img/common/list/icon-open.png) no-repeat;
}

.store_stock_remodal .wrap .store-lists .list {
  width: 100%;
  padding: 15px;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list {
    padding: 18px 0 7px;
  }
}

.store_stock_remodal .wrap .store-lists .list:first-of-type {
  border-top: solid 1px #e6e6e6;
}

.store_stock_remodal .wrap .store-lists .list:last-of-type {
  border-bottom: none;
}

.store_stock_remodal .wrap .store-lists .list .name {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list .name {
    width: 85%;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list .name.g-name {
    font-size: 14px;
  }
}

.store_stock_remodal .wrap .store-lists .list .info {
  font-size: 12px;
  display: flex;
  display: -ms-flexbox;
}

.store_stock_remodal .wrap .store-lists .list .info a {
  text-decoration: underline;
}

.store_stock_remodal .wrap .store-lists .list .info .time {
  margin-left: 20px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.store_stock_remodal .wrap .store-lists .list .info .time span {
  margin-bottom: 10px;
}

.store_stock_remodal .wrap .store-lists .list .status-icon {
  font-size: 18px;
  position: absolute;
  top: 40%;
  right: 40px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list .status-icon {
    right: 25px;
  }
}

.store_stock_remodal .wrap .store-lists .list .status-icon img {
  width: 20px;
  height: 20px;
}

.store_stock_remodal .wrap .store-lists .list .status-icon.few {
  font-size: 12px;
  font-weight: 400;
  right: 20px;
}

@media (max-width: 768px) {
  .store_stock_remodal .wrap .store-lists .list .status-icon.few {
    font-size: 11px;
    font-weight: 400;
    right: 10px;
  }
}

.store_stock_remodal .wrap .store-lists.area-none {
  padding-top: 0;
}

.store_stock_remodal .wrap .store-lists.area-none .list:first-of-type {
  border-top: none;
}

.product_list {
  position: relative;
}

.product_list>.inn {
  margin: 0 auto;
  max-width: 1400px;
}

.product_list .list_main {
  padding: 0 30px;
  max-width: 1400px;
}

@media screen and (min-width: 768px) {
  .product_list .list_main {
    min-height: 800px;
  }
}

@media (max-width: 768px) {
  .product_list .list_main {
    padding: 0 15px;
    max-width: 100%;
  }
}

.product_list .list_main.search-zero .product-list-search::before {
  display: none;
}

@media (max-width: 768px) {

  .product_list .list_main.search-zero .product-list-search,
  .product_list .list_main.search-zero .search-list-nav-toggle {
    display: none;
  }
}

.product_list .list-top-banner {
  display: flex;
  position: relative;
}

.product_list .list-top-banner .list-banner-img img {
  margin-left: -30px;
}

@media (max-width: 768px) {
  .product_list .list-top-banner .list-banner-img img {
    width: 100%;
    margin-left: -15px;
  }
}

.product_list .list-top-banner .list-banner-text {
  position: absolute;
  left: 50%;
  bottom: 15%;
}

.product_list .list-top-banner .list-banner-text h2 {
  font-size: 36px;
  border-bottom: 2px solid #3c3c3c;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .product_list .list-top-banner .list-banner-text h2 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.product_list .list-top-banner .list-banner-text p {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .product_list .list-top-banner .list-banner-text p {
    font-size: 12px;
  }
}

.product_list .sort_box_wrap {
  overflow: hidden;
  padding: 30px 0 20px;
}

.product_list .sort_box_wrap .sort_box {
  transition: background .2s ease-in;
}

.product_list .sort_box_wrap.sticky .sort_box {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px 0;
}

.product_list .sort_box_wrap.sticky .sort_box .product-list-search {
  margin: 0;
}

.product_list .sort_box_wrap.sticky .sort_box .search-list-nav-toggle {
  margin: 0;
}

.product_list .sort_box_wrap .search-list-nav-toggle {
  float: left;
}

.product_list .product-list-search {
  float: right;
  position: relative;
  margin-bottom: 20px;
  width: 80%;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .product_list .product-list-search {
    width: 48%;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
  }
}

.product_list .product-list-search select {
  letter-spacing: 2px;
  font-size: 12px;
  width: 150px;
  line-height: 1.2;
  float: right;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .product_list .product-list-search select {
    width: 100%;
    padding: 0 0 13px 20px;
    align-items: flex-end;
    border: none;
    height: auto;
  }
}

.product_list .product-list-search::before {
  content: ' ';
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 9px;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .product_list .product-list-search::before {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}

.product_list .search-title {
  font-size: 18px !important;
}

.product_list .search-result-number {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .product_list .search-result-number {
    font-size: 16px;
    width: 100%;
  }
}

.product_list .list-main-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .product_list .list-main-container {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
}

.product_list .list-main-container .category_list {
  display: inline-block;
  -webkit-flex: 0 0 220px;
  flex: 0 0 220px;
}

@media (max-width: 768px) {
  .product_list .list-main-container .category_list {
    width: 100%;
  }
}

.product_list .list-main-container .product-list-section {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  max-width: calc(100% - 220px);
}

@media all and (-ms-high-contrast: none) {
  .product_list .list-main-container .product-list-section {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .product_list .list-main-container .product-list-section {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: none;
    padding: 0;
  }
}

.product_list .list-main-container .product-list-section-zero {
  max-width: initial;
}

.product_list .search-list-nav-toggle {
  width: 50%;
  position: relative;
}

.product_list .search-list-nav-toggle::before {
  content: ' ';
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  position: absolute;
  right: 20px;
  background-size: contain;
  pointer-events: none;
  width: 15px;
  height: 15px;
  top: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.product_list .search-list-nav-toggle.active::before {
  transform: rotate(-180deg);
  top: -4px;
}

.product_list .search-list-nav-toggle h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 0 20px 15px 10px;
}

@media (max-width: 768px) {
  .product_list .search-list-nav-toggle h2 {
    border-bottom: 1px solid #e2e2e2;
    width: 98%;
  }
}

.product_list .search-list-nav-child-menu {
  display: none;
  height: auto !important;
  width: 100%;
}

.product_list .category_listMenu {
  display: inline-block;
  width: 220px;
  overflow-y: scroll;
  padding: 0 0 30px;
  -ms-overflow-style: none;
}

@media (max-width: 768px) {
  .product_list .category_listMenu {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(245, 245, 245, 0.4);
  }
}

.product_list .category_listMenu::-webkit-scrollbar {
  display: none;
}

.product_list .category_listMenu .main-cat {
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
  color: #3c3c3c;
  cursor: pointer;
  padding: 15px 0;
  text-transform: uppercase;
}

.product_list .category_listMenu .main-cat a {
  width: 90%;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  display: block;
}

.product_list .category_listMenu .main-cat a:hover {
  border-bottom: solid 1px #3c3c3c;
  opacity: 0.7;
}

.product_list .category_listMenu .main-cat.list-nav-toggle::after,
.product_list .category_listMenu .main-cat .list-nav-toggle::after {
  content: '';
  background: url(../../img/common/list/icon-open.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 18px;
  right: 0;
  background-size: contain;
}

.product_list .category_listMenu .main-cat.list-nav-toggle.active::after,
.product_list .category_listMenu .main-cat .list-nav-toggle.active::after {
  background: url(../../img/common/list/icon-close.png) no-repeat;
}

.product_list .category_listMenu .nav-child-menu {
  padding-left: 15px;
  display: none;
}

.product_list .category_listMenu .nav-child-menu li {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
}

.product_list .category_listMenu .nav-child a:hover {
  opacity: 0.7;
}

.product_list .category_listMenu .search-listMenu {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu {
    margin-top: 0;
  }
}

.product_list .category_listMenu .search-listMenu h2 {
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu h2 {
    font-size: 12px;
  }
}

.product_list .category_listMenu .search-listMenu .main-cat {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu .main-cat {
    width: 100%;
    display: inline-block;
  }

  .product_list .category_listMenu .search-listMenu .main-cat.active {
    border: none;
    padding: 15px 15px 0;
  }
}

.product_list .category_listMenu .search-listMenu .main-cat.nav-toggle::after {
  right: 15px;
}

.product_list .category_listMenu .search-listMenu .main-cat.nav-toggle:after {
  content: "";
  background: url(../../img/common/list/icon-open.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 15px;
  background-size: contain;
}

.product_list .category_listMenu .search-listMenu .main-cat.nav-toggle.active:after {
  content: "";
  background: url(../../img/common/list/icon-close.png) no-repeat;
}

.product_list .category_listMenu .search-listMenu .nav-child-menu {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu .nav-child-menu {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

.product_list .category_listMenu .search-listMenu .nav-child-menu li {
  display: inline-block;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu .nav-child-menu li {
    font-size: 10px;
    letter-spacing: normal;
    width: 49%;
    padding: 4px 10px 4px 30px;
    position: relative;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) and (device-aspect-ratio: 40 / 71) {
  .product_list .category_listMenu .search-listMenu .nav-child-menu li {
    padding: 4px 6px 4px 25px;
    width: 48%;
  }
}

.product_list .category_listMenu .search-listMenu .nav-child-menu input {
  opacity: 0;
  width: 100%;
  cursor: pointer;
  position: absolute;
  margin: 0;
  height: 20px;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu .nav-child-menu input {
    left: 0;
    z-index: 200;
  }
}

.product_list .category_listMenu .search-listMenu .nav-child-menu input:checked+span {
  background-color: #485157;
}

.product_list .category_listMenu .search-listMenu .nav-child-menu span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #b5b5b5;
  cursor: pointer;
  z-index: -1;
  box-sizing: border-box;
  vertical-align: sub;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-listMenu .nav-child-menu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-btn-area {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
  }
}

.product_list .category_listMenu .search-btn-area button.clear_btn {
  margin: 35px 0 0 15px;
  border-bottom: 1px solid #3c3c3c;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-btn-area button.clear_btn {
    margin: 0;
    font-size: 12px;
    margin: 0 15px;
    height: 20px;
    background: none;
  }
}

@media (max-width: 768px) {
  .product_list .category_listMenu .search-btn-area button.search_btn {
    background-color: #4c4c4c;
    color: #fff;
    font-size: 12px;
    float: right;
    margin: 0 15px;
    padding: 11px 32px;
  }
}

.product_list .product-list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  .product_list .product-list-area {
    justify-content: space-between;
  }
}

.product_list .product-list-area .product-list-banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .product_list .product-list-area .display-reverse {
    flex-flow: row-reverse;
  }
}

.product_list .product-list-area .product-box {
  position: relative;
  margin-bottom: 70px;
  max-width: 25%;
  width: 25%;
  padding-left: 20px;
  word-break: break-all;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box {
    margin: 0 0 70px 0;
    width: 46%;
    max-width: 240px;
    padding: 0;
  }

  .product_list .product-list-area .product-box:nth-last-of-type(-n+2) {
    margin-bottom: 40px;
  }
}

.product_list .product-list-area .product-box a {
  color: #3c3c3c;
}

@media screen and (min-width: 768px) {
  .product_list .product-list-area .product-box:hover .product-like-area {
    display: flex;
  }
}

.product_list .product-list-area .product-box .product-like-area {
  position: absolute;
  align-items: center;
  right: 0;
  z-index: 1;
  /*@include sp{
    bottom: -20px;
  }*/
}

@media screen and (min-width: 768px) {
  .product_list .product-list-area .product-box .product-like-area {
    display: none;
  }
}

.product_list .product-list-area .product-box .product-like-area span {
  display: inline-block;
  margin-left: 5px;
}

.product_list .product-list-area .product-box .product-like-area span.add-wish-list {
  cursor: pointer;
}

.product_list .product-list-area .product-box .product-like-area span.add-wish-list::before {
  content: ' ';
  display: block;
  background: url(../../img/common/list/icon_heart.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
}

.product_list .product-list-area .product-box .product-like-area span.add-wish-list.active::before {
  background: url(../../img/common/list/icon_heart_b.svg) no-repeat center center;
  background-size: 70% auto;
}

.product_list .product-list-area .product-box .product-like-area span.quick-view {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box .product-like-area span.quick-view {
    display: none;
  }
}

.product_list .product-list-area .product-box .product-like-area span img {
  width: 100%;
}

.product_list .product-list-area .product-box .product-image {
  position: relative;
  overflow: hidden;
}

.product_list .product-list-area .product-box .product-image img {
  width: 100%;
}

.product_list .product-list-area .product-box .product-image img.imgHover {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.product_list .product-list-area .product-box .badge-area {
  margin-bottom: 10px;
}

.product_list .product-list-area .product-box .badge-area span {
  color: #a0801f;
  font-size: 12px;
  text-transform: uppercase;
}

.product_list .product-list-area .product-box .badge-area span.badge-soldout {
  color: #3C3C3C;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box .badge-area span {
    font-size: 11px;
  }
}

.product_list .product-list-area .product-box .product-title {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box .product-title {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

.product_list .product-list-area .product-box .product-price {
  margin-top: 20px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box .product-price {
    font-size: 11px;
  }
}

.product_list .product-list-area .product-box .product-box-big-infoArea {
  position: absolute;
  bottom: 20px;
}

.product_list .product-list-area .product-box-big {
  max-width: 510px;
  width: 50%;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .product_list .product-list-area .product-box-big {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box-big {
    max-width: 100%;
    width: 100%;
  }
}

.product_list .product-list-area .product-box-big .product-box {
  width: 100%;
  max-width: 100%;
}

.product_list .product-list-area .product-box-big-next {
  width: 48.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box-big-next {
    width: 100%;
  }
}

.product_list .product-list-area .product-box-big-next .product-box {
  width: 50%;
  max-width: 240px;
}

@media (max-width: 768px) {
  .product_list .product-list-area .product-box-big-next .product-box {
    width: 46%;
  }
}

.product_list .wrapper {
  position: relative;
  /*.view-more{
    text-align: center;
    font-size: 18px;
    //margin: 5% auto;
    @include sp{
      margin: 0% auto 23%;
    }
    a.view-more-btn{
      padding-bottom: 10px;
      border-bottom: 2px solid #3c3c3c;
      @include sp {
        font-size: 1.2rem;
        padding-bottom: 5px;
        border-bottom: 1px solid;
      }
    }
  }*/
}

@media (max-width: 768px) {
  .product_list .wrapper {
    margin: 30px 0 40px;
  }
}

.product_list .wrapper .pager {
  width: 25%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  /*&:before {
    content: url(../../img/common/list/nav-left.svg);
    width: 15px;
  }
  &:after {
    content: url(../../img/common/list/nav-right.svg);
    width: 15px;
  }*/
}

@media (max-width: 768px) {
  .product_list .wrapper .pager {
    width: 80%;
    margin-bottom: 40px;
  }
}

.product_list .wrapper .pager .icon {
  width: 15px;
}

.product_list .wrapper .pager .icon img {
  width: 100%;
  height: 100%;
}

.product_list .wrapper .pager .num {
  font-size: 16px;
}

@media (max-width: 768px) {
  .product_list .wrapper .pager .num {
    font-size: 12px;
  }
}

.product_list .wrapper .pager .num a {
  width: 100%;
  height: 100%;
  padding: 5px 8px;
  display: block;
}

.product_list .wrapper .pager .num.active {
  background-color: #ececec;
}

.product_list .wrapper .to-category {
  padding-bottom: 5px;
  border-bottom: solid 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .product_list .wrapper .to-category {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.product_list .recommend-section {
  width: 95%;
  margin-top: 18%;
}

@media (max-width: 768px) {
  .product_list .recommend-section {
    width: 100%;
    padding: 0;
    margin-top: 15%;
  }
}

.product_list .search-zero-section {
  padding-left: 260px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section {
    padding: 0;
  }
}

.product_list .search-zero-section p {
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}

.product_list .search-zero-section p .search-keyword {
  font-size: 20px;
  color: #cf264e;
  line-height: 40px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section p .search-keyword {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
  }
}

.product_list .search-zero-section ul {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .product_list .search-zero-section ul {
    padding: 0px 0 20px;
  }
}

.product_list .search-zero-section ul li {
  line-height: 30px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section ul li {
    font-size: 12px;
  }
}

.product_list .search-zero-section .search-again {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .product_list .search-zero-section .search-again {
    display: inline-block;
    width: 100%;
  }
}

.product_list .search-zero-section .search-again .new-keyword {
  font-size: 14px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section .search-again .new-keyword {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.product_list .search-zero-section .search-again input {
  max-width: 430px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section .search-again input {
    display: inline-block;
    float: left;
    width: 75%;
  }
}

.product_list .search-zero-section .search-again button {
  background-color: #212121;
  color: #fff;
  height: 50px;
  width: 100%;
  max-width: 150px;
  font-size: 14px;
  border-right: none;
}

@media (max-width: 768px) {
  .product_list .search-zero-section .search-again button {
    font-size: 16px;
    display: inline-block;
    float: left;
    width: 25%;
  }
}

.product_list .search-zero-section .customerservice {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .product_list .search-zero-section .customerservice {
    margin-top: 40px;
  }
}

.product_list .search-zero-section .customerservice span {
  font-size: 12px;
}

.remodal-wrapper .product_detail {
  padding: 0;
}

.remodal-wrapper .product_detail .detail_main {
  margin: 0;
}

.remodal-wrapper .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li {
  cursor: auto;
}

.remodal-wrapper .product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li {
  width: 22% !important;
}

.remodal-wrapper .product_detail .detail_main .product_detail_main .product-detail-section {
  text-align: left;
}

.sjg .product_list .list-top-banner .list-banner-img {
  margin: 0 -30px 25px;
}

.sjg .product_list .list-top-banner .list-banner-img img {
  max-width: 100%;
  margin: 0;
}

.sjg .product_list .list-top-banner .list-banner-text {
  bottom: auto;
  top: 48%;
  left: 40%;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sjg .product_list .list-top-banner .list-banner-text h2 {
  border: none;
  font-weight: 400;
  padding: 0;
}

.sjg .product_list .list-top-banner .list-banner-text p {
  font-size: 0.875em;
}

.sjg .product_list .product-list-area .product-box .product-like-area span.add-wish-list.active::before {
  background: url(../../img/common/list/girl/icon_heart_b.svg) no-repeat;
}

.sjg .quick-view-wrapper .product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart button {
  background: #b09a56;
}

@media (max-width: 768px) {
  .sjg .product_list .list-top-banner .list-banner-img {
    margin: 0 -15px 0;
  }

  .sjg .product_list .list-top-banner .list-banner-text {
    top: 50%;
    left: 50%;
    right: -15px;
  }

  .sjg .product_list .list-top-banner .list-banner-text h2 {
    font-size: 20px;
  }

  .sjg .product_list .list-top-banner .list-banner-text p {
    font-size: 8px;
    line-height: 1.6;
  }

  .sjg .category_listMenu .main-cat {
    font-weight: 500;
  }
}

.search .list_main {
  max-width: initial;
  min-height: initial;
}

.search .product-list-section {
  max-width: 1400px;
  margin: 0 auto;
}

.new-registration {
  width: 100%;
  margin: 0 auto;
}

.new-registration .padding-none {
  padding: 0;
}

.new-registration .contents {
  width: 80% !important;
  max-width: 1400px;
  padding: 0 !important;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .new-registration .contents {
    width: 100% !important;
  }
}

.new-registration .contents .main {
  width: 100% !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .new-registration .contents .main {
    width: 100%;
    margin: 0;
  }
}

.new-registration .contents .main .title span {
  margin-left: 3px !important;
}

.new-registration .contents .contact-area {
  margin: 90px auto 0 !important;
}

@media (max-width: 768px) {
  .new-registration .contents .contact-area {
    width: 100%;
    margin-top: 45px !important;
  }
}

.new-registration .contents .contact-area .margin-style td {
  left: auto;
}

.new-registration .contents .contact-area .cart_main {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .new-registration .contents .contact-area .cart_main {
    width: 87%;
  }
}

@media (max-width: 768px) {
  .new-registration .contents .contact-area .cart_main {
    width: 100%;
    margin: 0;
  }
}

.new-registration .contents .contact-area .cart_table2,
.new-registration .contents .contact-area table.cart_table3,
.new-registration .contents .contact-area table.cart_table4,
.new-registration .contents .contact-area table.cart_table5 {
  max-width: initial;
}

.new-registration .heading {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.new-registration .heading .title {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .new-registration .heading .title {
    margin-bottom: 25px;
  }
}

.new-registration .heading .color {
  margin-left: 0 !important;
  border-bottom: none !important;
  color: #cf264e;
}

.new-registration .title {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .new-registration .title {
    margin-top: 45px;
  }
}

.new-registration .description {
  line-height: 2;
  color: #3c3c3c;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .new-registration .description {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

.new-registration .description a {
  display: inline-block;
  border-bottom: solid 1px #3c3c3c;
}

.new-registration .font-style {
  margin-left: 18%;
}

@media (max-width: 768px) {
  .new-registration .font-style {
    margin-left: 0;
    font-size: 0.9rem;
  }
}

.new-registration .td-text-style {
  padding-left: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .new-registration .td-text-style {
    text-align: left;
  }
}

.new-registration .mp-birthday .mp-select2 {
  width: 5%;
  text-align: center;
}

.new-registration .mp-birthday .birth-y {
  width: 200px;
}

.new-registration .mp-birthday .birth-jp {
  width: 50px;
}

.new-registration .mp-birthday .birth-m {
  width: 100px;
}

@media (max-width: 768px) {
  .new-registration .mp-birthday .mp-select1 {
    width: 20%;
    display: inline-block;
  }
}

@media screen and (max-width: 510px) {
  .new-registration .mp-birthday .mp-select1 {
    width: 25%;
  }

  .new-registration .mp-birthday .mp-select1 .select2 {
    min-width: 86px;
  }
}

@media screen and (max-width: 380px) {
  .new-registration .mp-birthday .mp-select1 {
    width: 23%;
  }

  .new-registration .mp-birthday .mp-select1 .select2 {
    min-width: 67px;
  }
}

@media (max-width: 768px) {
  .new-registration .mp-birthday .mp-select1:first-of-type {
    width: 35%;
  }
}

@media screen and (max-width: 510px) {
  .new-registration .mp-birthday .mp-select1:first-of-type {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .new-registration .mp-birthday .mp-select2 {
    width: 40px;
    display: inline-block;
  }
}

@media screen and (max-width: 510px) {
  .new-registration .mp-birthday .mp-select2 {
    width: 20px;
  }
}

.new-registration .sample-text {
  margin-left: 25% !important;
}

@media (max-width: 768px) {
  .new-registration .sample-text {
    margin-left: 0 !important;
  }
}

.new-registration .members-card-area {
  padding: 45px 0;
  margin: 0 0 90px 0;
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .new-registration .members-card-area {
    padding: 25px 0;
    margin-bottom: 45px;
  }
}

.new-registration .members-card-area .check-block {
  margin-right: 10%;
  font-family: "NotoSansCJKjp";
}

.new-registration .members-card-area .check-block .text {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new-registration .members-card-area .check-block .text {
    width: 100% !important;
  }
}

.new-registration .cart_btns2 {
  max-width: initial;
  margin: 0;
  justify-content: center;
}

@media (max-width: 768px) {
  .new-registration .cart_btns2 a {
    width: 100%;
  }
}

.new-registration .members-display {
  width: 80%;
  margin: 0 auto;
  display: none;
}

@media (max-width: 768px) {
  .new-registration .members-display {
    width: 100%;
    margin: 0;
    position: relative;
  }
}

@media (max-width: 768px) {
  .new-registration .members-display figure {
    width: 130px !important;
  }
}

@media (max-width: 768px) {
  .new-registration .members-display .title {
    width: 100%;
    font-size: 15px !important;
  }
}

.new-registration .members-display .description {
  padding: 0;
}

@media (max-width: 768px) {
  .new-registration .members-display .description {
    width: 50%;
  }
}

.new-registration .members-display .description .bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.new-registration .members-display .cart_table2,
.new-registration .members-display table.cart_table3,
.new-registration .members-display table.cart_table4,
.new-registration .members-display table.cart_table5 {
  width: 69% !important;
}

@media (max-width: 768px) {

  .new-registration .members-display .cart_table2,
  .new-registration .members-display table.cart_table3,
  .new-registration .members-display table.cart_table4,
  .new-registration .members-display table.cart_table5 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  .new-registration .members-display .cart_table2 .description,
  .new-registration .members-display table.cart_table3 .description,
  .new-registration .members-display table.cart_table4 .description,
  .new-registration .members-display table.cart_table5 .description {
    width: 100%;
  }
}

.new-registration .members-display .mp-chkbox {
  margin: 37px 0;
}

@media (max-width: 768px) {
  .new-registration .flex-wraper {
    margin-top: 25px !important;
  }
}

.new-registration .flex-wraper figure {
  margin-left: 70px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .new-registration .flex-wraper figure {
    top: 0 !important;
  }
}

.new-registration .mp-chkbox {
  margin-top: 3rem;
}

.new-registration .mp-chkbox .mp-text {
  font-size: 14px;
}

.new-registration .mp-border-style {
  border-bottom: solid 1px;
}

.new-registration .radio02-input {
  display: none;
}

.new-registration .radio02-input+label {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .new-registration .radio02-input+label {
    margin-right: 110px;
  }
}

.new-registration .radio02-input+label:last-of-type {
  margin-right: 0;
}

.new-registration .radio02-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
}

.new-registration .radio02-input:checked+label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3c3c3c;
  border: solid 1px #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.main.login {
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.main.login * {
  box-sizing: border-box;
}

.main.login img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.main.login button {
  transition: 0.2s;
}

.main.login button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.main.login input+label[for]:hover {
  cursor: pointer;
}

.main.login .loginBox {
  display: -webkit-flex;
  display: flex;
  padding: 40px 0 0;
}

.main.login .loginBox>.primary,
.main.login .loginBox>.secondary {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: none;
}

.main.login .loginBox>.primary {
  background: #e6e6e6;
  padding: 30px 45px;
}

.main.login .loginBox>.secondary {
  padding: 30px 75px;
}

.main.login .loginBox .box+.box {
  padding-top: 70px;
}

.main.login p a {
  text-decoration: underline;
  transition: 0.2s;
}

.main.login p a:hover {
  border-color: #fff;
  opacity: 0.7;
}

.main.login .login_t1 {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 25px;
}

.main.login .login_p1 {
  font-size: 0.875em;
  margin: 7px 0 0;
}

.main.login .login_p2 {
  font-size: 0.75em;
}

.main.login .margin-top10 {
  margin-top: 10px;
}

.main.login .login_c1 {
  color: #cf264e;
}

.main.login .login_form_box .form_elem {
  padding: 12px 0;
}

.main.login .login_btn1 {
  font-size: 1.25em;
  display: block;
  width: 300px;
  background: #212121;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  margin: 5px 0 20px;
}

@media (max-width: 768px) {
  .main.login .login_btn1 {
    width: 100%;
  }
}

.main.login .login_btn1 img[src*="chevron"] {
  width: 8px;
  vertical-align: baseline;
}

.main.login .login_btn1:hover {
  cursor: pointer;
}

.main.login .amazon-pay-btn-wrap {
  width: 100%;
}

@media (max-width: 768px) {
  .main.login .amazon-pay-btn-wrap {
    text-align: center;
  }
}

.main.login .amazon-pay-btn {
  width: 250px;
  margin-left: 3%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .main.login .amazon-pay-btn {
    width: 80%;
    margin-left: 0;
  }
}

.main.login form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  outline: none;
  background: #fff;
}

.main.login form input[type="checkbox"]:checked {
  opacity: 1;
  background: url(../../img/common/icon/check.svg) no-repeat 50% 50% #fff;
  background-size: 75%;
}

.main.login form input[type="checkbox"]:hover {
  cursor: pointer;
}

.main.login form input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-radius: 100px;
  outline: none;
  background: #fff;
}

.main.login form input[type="radio"]:checked {
  opacity: 1;
  background: url(../../img/common/icon/radio.svg) no-repeat 50% 50% #fff;
  background-size: 50%;
}

.main.login form input[type="radio"]:hover {
  cursor: pointer;
}

.main.login form [type="submit"] {
  font-size: 1.25em;
  display: block;
  width: 300px;
  background: #212121;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.main.login form [type="submit"] img[src*="chevron"] {
  width: 8px;
  vertical-align: baseline;
}

.main.login form [type="submit"]:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .main.login .container2 {
    margin: 0 -15px;
  }

  .main.login .loginBox {
    padding: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .main.login .loginBox>.primary {
    padding: 25px 15px;
    -webkit-order: -1;
    order: -1;
  }

  .main.login .loginBox>.secondary {
    padding: 25px 15px;
  }

  .main.login .loginBox .box+.box {
    padding-top: 40px;
  }

  .main.login .login_t1 {
    font-size: 1.25em;
    margin: 0 0 15px;
  }

  .main.login .login_p1 {
    font-size: 1em;
    margin: 3.5px 0;
  }

  .main.login .login_p2 {
    font-size: 0.9166em;
  }

  .main.login .login_form_box .form_elem {
    padding: 8px 0;
  }

  .main.login form input[type="text"],
  .main.login form input[type="email"],
  .main.login form input[type="password"] {
    height: 40px;
    font-size: 1em;
  }

  .main.login form [type="submit"] {
    width: 100%;
  }

  .main.login form .login_p1 {
    font-size: 0.9166em;
  }

  .main.login .forget_pw {
    margin: 0.5em 0 1em;
  }
}

.remodal.remodal-login {
  max-width: 850px;
  padding: 4% 7%;
  text-align: left;
  line-height: 1.8;
}

.remodal.remodal-login .login_t1 {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid;
}

.remodal.remodal-login .login_p1 {
  font-size: 0.875em;
  margin: 7px 0;
}

.remodal.remodal-login .login_btn1 {
  font-size: 1.25em;
  display: block;
  width: 300px;
  background: #212121;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  margin: 45px 0 0;
}

.remodal.remodal-login .login_btn1 img[src*="chevron"] {
  width: 8px;
}

.remodal.remodal-login .login_btn1:hover {
  cursor: pointer;
}

.remodal.remodal-login .email_box {
  display: -webkit-flex;
  display: flex;
  padding: 30px 0 0;
}

.remodal.remodal-login .email_box>.box:nth-child(1) {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  padding: 6px 15px 0 0;
}

.remodal.remodal-login .email_box>.box:nth-child(2) {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
}

.remodal.remodal-login img.remodal-close {
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .remodal.remodal-login {
    padding: 9% 6.5%;
  }

  .remodal.remodal-login .login_t1 {
    font-size: 1.25em;
  }

  .remodal.remodal-login .login_p1 {
    font-size: 0.91666em;
    margin: 3px 0;
  }

  .remodal.remodal-login .login_btn1 {
    margin: 30px 0 0;
    width: 240px;
  }

  .remodal.remodal-login .email_box {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .remodal.remodal-login .email_box>.box:nth-child(1) {
    padding: 0;
  }

  .remodal.remodal-login img.remodal-close {
    top: 17px;
    right: 17px;
    width: 17px;
    height: 17px;
  }
}

.main.login .login_content {
  margin: 10px 0 0;
}

.main.login .login_page_title {
  font-size: 1.125em;
  font-weight: 200;
  margin: 0 0 10px;
}

.main.login .login_area1 {
  padding: 30px 120px 0;
}

.main.login .login_form_box2 {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 720px;
  padding: 15px 0 30px;
}

.main.login .login_form_box2>.form_label {
  -webkit-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: none;
  padding: 26px 0 15px;
}

.main.login .login_form_box2>.form_elem {
  -webkit-flex: 0 1 67%;
  flex: 0 1 67%;
  max-width: none;
  padding: 15px 0;
}

.main.login .login_form_box2>.form_elem .login_p2 {
  margin: 5px 0 0;
}

.main.login .login_btns2 {
  display: -webkit-flex;
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main.login .login_btns2 .login_btn2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  font-size: 0.875em;
  border-bottom: 1px solid;
}

.main.login .login_btns2 .login_btn1 {
  -webkit-flex: 0 1 300px;
  flex: 0 1 300px;
  max-width: none;
}

.main.login .login_btns3 {
  margin: 55px 0 0;
}

@media (max-width: 768px) {
  .main.login .login_content {
    margin: 0;
  }

  .main.login .login_area1 {
    padding: 0;
  }

  .main.login .login_page_title {
    font-size: 1.25em;
  }

  .main.login .login_form_box2 {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 5px 0 20px;
  }

  .main.login .login_form_box2>.form_label {
    padding: 0;
  }

  .main.login .login_form_box2>.form_elem {
    padding: 0 0 15px;
  }

  .main.login .login_btns2 {
    max-width: none;
  }

  .main.login .login_btns2 .login_btn1 {
    -webkit-flex: 0 1 245px;
    flex: 0 1 245px;
  }

  .main.login .login_btns3 {
    margin: 22px 0 0;
  }

  .main.login .login_btns3 .login_btn1 {
    width: 245px;
  }
}

/*--------------------------------
  mypage 共通レイアウト
--------------------------------*/
.mypage {
  width: 100%;
  position: relative;
  /*チェックボックスのスタイル*/
  /* ラベルのスタイル　*/
  /* ボックスのスタイル */
  /* 元のチェックボックスを表示しない */
  /* チェックした時のスタイル */
}

.mypage a:hover {
  opacity: 0.7;
}

.mypage .contents {
  width: 100%;
  max-width: 1400px;
  padding-left: 8%;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .mypage .contents {
    padding-left: 0;
    margin-top: 2.3rem;
    margin-left: 0;
  }
}

.mypage .contents .main {
  width: 80%;
  margin-left: 7%;
}

@media (max-width: 768px) {
  .mypage .contents .main {
    width: 100%;
    padding: 0 1.5rem;
    margin-left: 0;
    position: relative;
  }
}

.mypage .contents .main .title {
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .mypage .contents .main .title {
    font-size: 1.5rem !important;
  }
}

.mypage .contents .main .title span {
  margin-left: 35px;
  font-size: 12px;
  color: #cf264e;
}

@media (max-width: 768px) {
  .mypage .contents .main .title span {
    margin-left: 20px;
    font-size: 10px;
  }
}

.mypage .contents .side {
  width: 30%;
}

@media (max-width: 768px) {
  .mypage .contents .side {
    width: 100%;
    padding: 2rem 1.5rem;
    margin-top: 5rem;
    background-color: #fafafa;
  }
}

@media (max-width: 768px) {
  .mypage .contents .side .title {
    font-size: 2rem;
    font-weight: 100;
  }
}

@media (max-width: 768px) {
  .mypage .contents .side .flex-wraper {
    width: 100%;
    display: flex;
  }
}

.mypage .contents .side .flex-wraper .sub-menu {
  padding-left: 2rem;
  font-size: 1.2rem;
  font-family: "Poppins";
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mypage .contents .side .flex-wraper .sub-menu {
    width: 50%;
    padding-left: 1.5rem;
    font-size: 1.1rem;
  }
}

.mypage .contents .side .flex-wraper .sub-menu li {
  margin-top: 2.5rem;
}

.mypage .contents .side .flex-wraper .menu {
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .mypage .contents .side .flex-wraper .menu {
    width: 50%;
    font-size: 1.1rem;
  }
}

.mypage .contents .side .flex-wraper .menu li {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .mypage .contents .side .flex-wraper .menu li {
    margin-top: 2.5rem;
    margin-left: 5rem;
  }

  .mypage .contents .side .flex-wraper .menu li:nth-of-type(2) {
    display: none;
  }
}

.mypage .contents .side .text {
  margin-top: 3rem;
  line-height: 1.8;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage .contents .side .text {
    margin-top: 2rem;
    font-size: 0.9rem;
  }
}

.mypage .contents .side .text:before {
  content: "";
  width: auto;
  height: 1px;
  padding-top: 3rem;
  border-top: solid 1px #cecece;
  display: block;
}

@media (max-width: 768px) {
  .mypage .contents .side .text:before {
    padding-top: 2rem;
    border-top: solid 1px #cecece;
  }
}

.mypage .contents .side .text span {
  border-bottom: solid 1px #9d9d9d;
}

.mypage .contents .click a {
  width: 301px;
  height: 60px;
  margin-top: 4.7rem;
  background-color: #000;
  color: #fff;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .mypage .contents .click a {
    width: 100%;
    height: 5rem;
    margin-top: 3.5rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .mypage .pc-br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .mypage .sp-br {
    display: none;
  }
}

.mypage .chkbox {
  margin: 0 0 10px 20px;
}

.mypage .chkbox label {
  font-size: 1.4rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.mypage .chkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border: solid 1px #cbcbcb;
}

.mypage .chkbox input[type=checkbox] {
  display: none;
}

.mypage .chkbox input[type=checkbox]:checked+label:before {
  content: '\2713';
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  border: solid 1px #cbcbcb;
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-integration .contents {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-integration .contents {
    display: block;
  }
}

.mypage-integration .contents .main .text {
  margin: 3rem 0 5rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .text {
    width: 60%;
    margin-top: 2.5rem;
    line-height: 2;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 370px) {
  .mypage-integration .contents .main .text {
    width: 50%;
  }
}

.mypage-integration .contents .main .flex-wraper {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper {
    margin-top: 5rem;
    display: block;
  }
}

.mypage-integration .contents .main .flex-wraper .member-form1 {
  width: 65%;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper .member-form1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper .member-form1 .member-table1 {
    width: 100%;
  }
}

.mypage-integration .contents .main .flex-wraper .member-form1 th {
  width: 180px;
  padding-right: 10px;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  text-align: left;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper .member-form1 th {
    width: 100%;
    line-height: 2;
    font-size: 1.1rem;
    display: block;
  }
}

.mypage-integration .contents .main .flex-wraper .member-form1 th span {
  color: #cf264e;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper .member-form1 td {
    width: 100%;
    height: 4rem;
    display: block;
  }
}

.mypage-integration .contents .main .flex-wraper .member-form1 input {
  width: 70%;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper .member-form1 input {
    width: 100%;
  }
}

.mypage-integration .contents .main .flex-wraper figure {
  width: 22%;
  align-items: flex-end;
}

.mypage-integration .contents .main .flex-wraper figure img {
  width: 100%;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .flex-wraper figure {
    width: 150px;
    padding-right: 1.5rem;
    margin-left: 20px;
    text-align: right;
    position: absolute;
    top: 8%;
    right: 0;
  }
}

.mypage-integration .contents .main .chkbox {
  margin: 4rem 0 0 0;
  display: flex;
  align-items: baseline;
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .chkbox {
    margin-top: 2.7rem;
    align-items: flex-start;
  }
}

.mypage-integration .contents .main .chkbox label {
  width: 400px;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .chkbox label {
    width: 100%;
    font-size: 1.1rem;
  }
}

.mypage-integration .contents .main .chkbox label span {
  margin-left: 3rem;
  border-bottom: solid 1px #9d9d9d;
}

.mypage-integration .contents .main .click a:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 44%;
  right: 20%;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .mypage-integration .contents .main .click a:before {
    top: 41%;
  }
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-members-top .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
}

.mypage-members-top .contents .main .info {
  width: 100%;
  padding: 2rem 3rem;
  margin-top: 3.5rem;
  border: solid 1px #cccccc;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info {
    padding: 2rem 1.5rem;
    margin-top: 3rem;
    display: block;
  }
}

.mypage-members-top .contents .main .info .wrap:first-of-type {
  width: 40%;
}

@media screen and (max-width: 900px) {
  .mypage-members-top .contents .main .info .wrap:first-of-type {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:first-of-type {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.mypage-members-top .contents .main .info .wrap:first-of-type div p:first-of-type {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:first-of-type div p:first-of-type {
    width: 155px;
  }
}

.mypage-members-top .contents .main .info .wrap:first-of-type div p:last-of-type {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:first-of-type div p:last-of-type {
    width: auto;
  }
}

.mypage-members-top .contents .main .info .wrap:last-of-type {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:last-of-type {
    width: 100%;
  }
}

.mypage-members-top .contents .main .info .wrap:last-of-type div p:first-of-type {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:last-of-type div p:first-of-type {
    width: 122px;
  }
}

.mypage-members-top .contents .main .info .wrap:last-of-type div p:last-of-type {
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:last-of-type div p:last-of-type {
    width: auto;
  }
}

.mypage-members-top .contents .main .info .wrap:last-of-type p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap:last-of-type p {
    font-size: 1rem;
  }
}

.mypage-members-top .contents .main .info .wrap div {
  display: flex;
  align-items: flex-start;
}

.mypage-members-top .contents .main .info .wrap div p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info .wrap div p {
    margin-bottom: 1rem;
    font-size: 1.1rem !important;
  }
}

.mypage-members-top .contents .main .info figure {
  padding-left: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .info figure {
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
}

.mypage-members-top .contents .main .news {
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .news {
    margin-top: 3rem;
    display: block;
  }
}

.mypage-members-top .contents .main .news p {
  width: 10%;
  font-size: 2.4rem;
  font-family: "Poppins";
  font-weight: 200;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .news p {
    font-size: 1.2rem !important;
  }
}

.mypage-members-top .contents .main .news .news-wrap {
  width: 90%;
  padding-left: 4.8rem;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .news .news-wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .news .news-wrap div {
    margin-top: 2rem;
  }
}

.mypage-members-top .contents .main .news .news-wrap div:last-of-type {
  margin-top: 3rem;
}

.mypage-members-top .contents .main .news .news-wrap div a {
  width: 100%;
  display: flex;
}

.mypage-members-top .contents .main .news .news-wrap div a p {
  line-height: 2;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

.mypage-members-top .contents .main .news .news-wrap div a p:first-of-type {
  width: 20%;
}

@media screen and (max-width: 470px) {
  .mypage-members-top .contents .main .news .news-wrap div a p:first-of-type {
    width: 30%;
  }
}

.mypage-members-top .contents .main .news .news-wrap div a p:last-of-type {
  width: 80%;
  border-bottom: solid 1px;
}

@media screen and (max-width: 470px) {
  .mypage-members-top .contents .main .news .news-wrap div a p:last-of-type {
    width: 70%;
  }
}

.mypage-members-top .contents .main .news .news-wrap .more {
  width: 120px;
  margin-top: 4rem;
  line-height: 1.5;
  border-bottom: solid 1px #737373;
  font-size: 1.4rem;
  font-family: "Poppins";
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .news .news-wrap .more {
    margin: 2.5rem auto 0;
  }
}

.mypage-members-top .contents .main .news .news-wrap .more a:after {
  content: "+";
  padding-left: 1rem;
}

.mypage-members-top .contents .main .news .news-appear {
  display: none;
}

.mypage-members-top .contents .main .news .news-appear-style {
  margin-top: 3rem;
}

.mypage-members-top .contents .main .category {
  width: 100%;
  margin-top: 5.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .category {
    margin-top: 3.5rem;
    display: block;
  }
}

.mypage-members-top .contents .main .category .wrap {
  width: calc(50% - 2rem);
  background-color: #fafafa;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .category .wrap {
    width: 100%;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .mypage-members-top .contents .main .category .wrap:last-of-type ul {
    width: 80%;
  }
}

.mypage-members-top .contents .main .category .wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-justify-content: space-around;
  align-items: center;
  padding: 2.6rem 3rem;
}

@media (max-width: 768px) {
  .mypage-members-top .contents .main .category .wrap a {
    padding: 2.2rem 2.5rem 2rem 2.5rem;
  }
}

.mypage-members-top .contents .main .category .wrap:nth-of-type(odd) {
  margin-right: 2rem;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .category .wrap:nth-of-type(odd) {
    margin-right: 0;
  }
}

.mypage-members-top .contents .main .category .wrap:nth-last-of-type(-n+2) {
  margin-top: 2rem;
}

.mypage-members-top .contents .main .category .wrap ul {
  width: 80%;
}

@media screen and (max-width: 1020px) {
  .mypage-members-top .contents .main .category .wrap ul {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .category .wrap ul {
    margin-left: 0;
  }
}

.mypage-members-top .contents .main .category .wrap ul li {
  width: 100%;
  font-family: "NotoSansCJKjp";
}

.mypage-members-top .contents .main .category .wrap ul li:first-of-type {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .mypage-members-top .contents .main .category .wrap ul li:first-of-type {
    font-size: 1.5rem;
  }
}

.mypage-members-top .contents .main .category .wrap ul li:last-of-type {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .category .wrap ul li:last-of-type {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}

.mypage-members-top .contents .main .category .wrap figure {
  width: 10%;
}

.mypage-members-top .contents .main .category .wrap:last-of-type {
  position: relative;
}

.mypage-members-top .contents .main .category .wrap:last-of-type:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 44%;
  left: 85%;
  display: block;
  border-top: solid 2px #3c3c3c;
  border-right: solid 2px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*@include sp {
    top: 44%;
  }*/
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .contents .main .category .wrap:last-of-type:before {
    top: 40%;
  }
}

.mypage-members-top .side {
  width: 30%;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side {
    width: 100% !important;
    padding: 2rem 1.5rem;
    margin-top: 5rem;
    background-color: #fafafa;
  }
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .title {
    font-size: 2rem;
    font-weight: 100;
  }
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .flex-wraper {
    width: 100%;
    display: flex;
  }
}

.mypage-members-top .side .flex-wraper .sub-menu {
  padding-left: 2rem;
  font-size: 1.2rem;
  font-family: "Poppins";
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .flex-wraper .sub-menu {
    width: 50%;
    padding-left: 1.5rem;
    font-size: 1.1rem;
  }
}

.mypage-members-top .side .flex-wraper .sub-menu li {
  margin-top: 2.5rem;
}

.mypage-members-top .side .flex-wraper .menu {
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .flex-wraper .menu {
    width: 50%;
    font-size: 1.2rem;
  }
}

.mypage-members-top .side .flex-wraper .menu li {
  margin-top: 4.5rem;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .flex-wraper .menu li {
    margin-top: 2rem;
    margin-left: 5rem;
  }

  .mypage-members-top .side .flex-wraper .menu li:nth-of-type(2) {
    display: none;
  }
}

.mypage-members-top .side .text {
  margin-top: 3rem;
  line-height: 1.8;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .text {
    margin-top: 2rem;
    font-size: 0.9rem;
  }
}

.mypage-members-top .side .text:before {
  content: "";
  width: auto;
  height: 1px;
  padding-top: 3rem;
  border-top: solid 2px #cecece;
  display: block;
}

@media screen and (max-width: 1200px) {
  .mypage-members-top .side .text:before {
    padding-top: 2rem;
    border-top: solid 1px #cecece;
  }
}

.mypage-members-top .side .text span {
  border-bottom: solid 1px #9d9d9d;
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-top .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-top .contents {
    padding-right: 0;
    display: block;
  }
}

.mypage-top .category {
  width: 100%;
  margin-top: 5.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mypage-top .category {
    margin-top: 3.5rem;
    display: block;
  }
}

.mypage-top .category .wrap {
  width: calc(50% - 2rem);
  background-color: #fafafa;
}

@media (max-width: 768px) {
  .mypage-top .category .wrap {
    width: 100%;
    margin-top: 2rem;
  }
}

.mypage-top .category .wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  padding: 2.6rem 3rem;
}

@media (max-width: 768px) {
  .mypage-top .category .wrap a {
    padding: 2.2rem 2.5rem 2rem 2.5rem;
  }
}

.mypage-top .category .wrap:nth-of-type(odd) {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .mypage-top .category .wrap:nth-of-type(odd) {
    margin-right: 0;
  }
}

.mypage-top .category .wrap:nth-last-of-type(-n+2) {
  margin-top: 2rem;
}

.mypage-top .category .wrap ul {
  width: 80%;
}

@media screen and (max-width: 1020px) {
  .mypage-top .category .wrap ul {
    margin-left: 3rem;
  }
}

@media (max-width: 768px) {
  .mypage-top .category .wrap ul {
    margin-left: 0;
  }
}

.mypage-top .category .wrap ul li {
  width: 100%;
  font-family: "NotoSansCJKjp";
}

.mypage-top .category .wrap ul li:first-of-type {
  line-height: 2;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .mypage-top .category .wrap ul li:first-of-type {
    font-size: 1.5rem;
  }
}

.mypage-top .category .wrap ul li:last-of-type {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .mypage-top .category .wrap ul li:last-of-type {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}

.mypage-top .category .wrap:last-of-type a figure {
  width: 13%;
}

.mypage-top .category .wrap:last-of-type a ul li {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .mypage-top .category .wrap:last-of-type a ul li {
    font-size: 1.5rem;
  }
}

.mypage-top .category .wrap figure {
  width: 10%;
  /*@include sp {
    width: 25%;
  }*/
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-members-info-change .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-members-info-change .contents {
    padding-right: 0;
    display: block;
  }
}

.mypage-members-info-change .contents .main {
  /*.mp-input01 {
    height: 40px !important;
  }
  .button1 {
    padding: 10px !important;
    @include sp {
      padding: 12px !important;
    }
  }*/
  /*.select2 {
    padding: 10px 20px !important;
  }*/
  /*.margin-style {
    position: relative;
    td {
      position: absolute;
      left: 49%;
      @include sp {
        position: inherit;
      }
    }
    .cart_btns2 {
      @include sp {
        max-width: inherit;
        margin: 0;
      }
    }
  }*/
}

.mypage-members-info-change .contents .main .title {
  font-size: 20px;
}

.mypage-members-info-change .contents .main .radio_title01 {
  margin-bottom: 15px;
}

.mypage-members-info-change .contents .main .cart_btns2 {
  margin: 25px 0 40px 0;
}

@media (max-width: 768px) {
  .mypage-members-info-change .contents .main .display-style {
    display: block;
  }

  .mypage-members-info-change .contents .main .display-style th {
    width: 80px;
    display: inline-block;
  }

  .mypage-members-info-change .contents .main .display-style td {
    display: inline-block;
  }
}

.mypage-members-info-change .radio02-input {
  display: none;
}

.mypage-members-info-change .radio02-input+label {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

.mypage-members-info-change .radio02-input+label:last-of-type {
  margin-right: 0;
}

.mypage-members-info-change .radio02-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
}

.mypage-members-info-change .radio02-input:checked+label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3c3c3c;
  border: solid 1px #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.mypage-members-info-change input[type="password"] {
  font-size: 16px !important;
  line-height: 0;
  letter-spacing: -1px !important;
  font-family: Verdana, sans-serif;
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-address .contents {
  width: 100%;
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-address .contents {
    padding-right: 0;
    display: block;
  }
}

.mypage-address .contents .main {
  /*&:after {
    content: "";
    width: 60%;
    height: 1px;
    padding-top: 5rem;
    border-bottom: solid 1px #cecece;
    display: block;
    position: absolute;
    top: 305px;//50%
    @include sp {
      width: calc(100% - 3rem);
      top: 220px;
    }
  }*/
}

.mypage-address .contents .main .title-wrap {
  width: 100%;
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mypage-address .contents .main .title-wrap p {
  padding-bottom: 5px;
  border-bottom: solid 1px;
  cursor: pointer;
}

.mypage-address .contents .main .title-wrap p:before {
  content: "+";
  padding-right: 5px;
}

.mypage-address .contents .main .address {
  width: 100%;
}

.mypage-address .contents .main .address p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-address .contents .main .address p {
    font-size: 1.2rem;
  }
}

.mypage-address .contents .main .address .edit {
  border-bottom: solid 1px;
  display: inline-block;
  cursor: pointer;
}

.mypage-address .contents .main .address .edit a {
  width: 100%;
  height: 100%;
  display: block;
}

.mypage-address .contents .main .address.border-st {
  padding-bottom: 40px;
  border-bottom: solid 1px #cecece;
}

.mypage-address .contents .main .wrap {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .mypage-address .contents .main .wrap {
    display: block;
  }
}

.mypage-address .contents .main .wrap .address {
  width: 48%;
}

@media (max-width: 768px) {
  .mypage-address .contents .main .wrap .address {
    width: 100%;
  }
}

.mypage-address .contents .main .wrap .address:first-of-type {
  padding-right: 3rem;
}

@media (max-width: 768px) {
  .mypage-address .contents .main .wrap .address:first-of-type {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mypage-address .contents .main .wrap .address:last-of-type {
    margin-top: 4rem;
  }
}

.mypage-address .contents .main .wrap .address .place {
  font-size: 1.8rem;
  font-weight: 200;
}

@media (max-width: 768px) {
  .mypage-address .contents .main .wrap .address .place {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.mypage-address .contents .main .wrap .address div {
  display: flex;
  justify-content: space-between;
}

.mypage-address .contents .main .wrap .address div .delete {
  margin-left: 1.5rem;
  border-bottom: solid 1px;
  display: inline-block;
  cursor: pointer;
}

.mypage-address .contents .main .wrap .address div .delete:before {
  content: "×";
  padding-right: 5px;
}

.new-addition-remodal,
.edit-remodal {
  width: 60% !important;
  padding: 75px 100px !important;
}

@media screen and (max-width: 1050px) {

  .new-addition-remodal,
  .edit-remodal {
    padding: 75px 30px !important;
  }
}

@media (max-width: 768px) {

  .new-addition-remodal,
  .edit-remodal {
    width: 100% !important;
    padding: 15px !important;
  }
}

@media (max-width: 768px) {

  .new-addition-remodal th,
  .edit-remodal th {
    font-size: 11px;
  }
}

.new-addition-remodal .cart_label1,
.edit-remodal .cart_label1 {
  text-align: left;
}

.new-addition-remodal .select2,
.edit-remodal .select2 {
  width: 100%;
  min-width: 130px;
  height: auto;
  padding: 15px 20px;
  font-size: 1.2rem;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background: url(/assets/img/common/icon/select_bg1.png) no-repeat 95% 50%;
  background-size: 8px auto;
}

@media (max-width: 768px) {

  .new-addition-remodal .select2,
  .edit-remodal .select2 {
    min-width: 90px;
    padding: 12px 20px;
    margin: 0 0 5px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {

  .new-addition-remodal .input2,
  .new-addition-remodal .input3,
  .edit-remodal .input2,
  .edit-remodal .input3 {
    max-width: initial;
    height: 41px;
    padding: 5px 15px;
    font-size: 1rem;
  }
}

.new-addition-remodal .input1,
.new-addition-remodal .main.cart .input2,
.main.cart .new-addition-remodal .input2,
.new-addition-remodal .main.cart .input3,
.main.cart .new-addition-remodal .input3,
.new-addition-remodal .main.cart .input4,
.main.cart .new-addition-remodal .input4,
.edit-remodal .input1,
.edit-remodal .main.cart .input2,
.main.cart .edit-remodal .input2,
.edit-remodal .main.cart .input3,
.main.cart .edit-remodal .input3,
.edit-remodal .main.cart .input4,
.main.cart .edit-remodal .input4 {
  width: 100%;
  max-width: 200px;
  padding: 15px 20px;
  font-size: 1.2rem;
  border: 1px solid #cbcbcb;
}

@media (max-width: 768px) {

  .new-addition-remodal .input1,
  .new-addition-remodal .main.cart .input2,
  .main.cart .new-addition-remodal .input2,
  .new-addition-remodal .main.cart .input3,
  .main.cart .new-addition-remodal .input3,
  .new-addition-remodal .main.cart .input4,
  .main.cart .new-addition-remodal .input4,
  .edit-remodal .input1,
  .edit-remodal .main.cart .input2,
  .main.cart .edit-remodal .input2,
  .edit-remodal .main.cart .input3,
  .main.cart .edit-remodal .input3,
  .edit-remodal .main.cart .input4,
  .main.cart .edit-remodal .input4 {
    max-width: 52.5%;
    height: 41px;
    padding: 5px 15px;
    font-size: 1rem;
  }
}

.new-addition-remodal .button1,
.edit-remodal .button1 {
  width: 150px;
  padding: 15px 10px;
  color: #fff;
  background: #212121;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {

  .new-addition-remodal .button1,
  .edit-remodal .button1 {
    width: 38%;
    padding: 13px 10px;
    font-size: 0.9166rem;
    vertical-align: bottom;
  }
}

.new-addition-remodal .cart_btns2,
.edit-remodal .cart_btns2 {
  max-width: initial;
  margin: 0;
}

.delete-remodal {
  width: 30% !important;
}

@media (max-width: 768px) {
  .delete-remodal {
    width: 80% !important;
  }
}

/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-account-delete .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-account-delete .contents {
    padding-right: 0;
    display: block;
  }
}

.mypage-account-delete .contents .main .text {
  line-height: 2;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .text {
    width: 100%;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}

.mypage-account-delete .contents .main .text:first-of-type {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .text:first-of-type {
    margin-top: 2.5rem;
  }
}

.mypage-account-delete .contents .main .text:last-of-type {
  font-weight: 600;
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .text:last-of-type {
    margin-top: 1.5rem;
    line-height: 1.5;
    font-size: 1.1rem;
  }
}

.mypage-account-delete .contents .main .form {
  width: 80%;
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .form {
    width: 100%;
  }
}

.mypage-account-delete .contents .main .form div {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .form div {
    margin-top: 2.5rem;
    display: block;
  }
}

.mypage-account-delete .contents .main .form div p {
  width: 150px;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .form div p {
    width: 100%;
    line-height: 2;
    font-size: 1.1rem;
  }
}

.mypage-account-delete .contents .main .form div input {
  width: 78%;
  height: 5rem;
}

@media (max-width: 768px) {
  .mypage-account-delete .contents .main .form div input {
    width: 100%;
    height: 4rem;
    border: solid 1px #cbcbcb;
  }
}

.mypage-account-delete .contents .main .button {
  /*
  width: 80%;
  padding-left: 17%;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  @include sp {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
    flex-direction: row;
    align-items: center;
  }
  p {
    padding-bottom: 6px;
    border-bottom: solid 1px;
    font-size: 1.4rem;
    font-family: "NotoSansCJKjp";
    @include sp {
      font-size: 1.1rem;
    }
  }
  div {
    width: 54%;
    margin-left: 0;
    position: relative;
    @include sp {
      width: 60%;
      margin-top: 0;
    }
    &:before {
      content: "";
      width: 7px;
      height: 7px;
      position: absolute;
      top: 44%;
      right: 29%;
      display: block;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      @media screen and (max-width: 1200px) {
        right: 25%;
      }
      @media screen and (max-width: 1200px) {
        right: 23%;
      }
      @include sp {
        width: 6px;
        height: 6px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
      }
    }
    input {
      width: 100%;
      height: 6rem;
      font-size: 2rem;
      font-family: "NotoSansCJKjp";
      font-weight: 100;
      color: #fff;
      background-color: #212121;
      cursor: pointer;
      @include sp {
        height: 5rem;
        font-size: 1.1rem;
      }
    }
  }
*/
}

.mypage-account-delete .cart_btn1 a {
  color: #fff;
}

.mypage-account-delete .cart_btns2 {
  max-width: initial;
  margin: 0;
}

.mypage-account-delete .cart_table2,
.mypage-account-delete table.cart_table3,
.mypage-account-delete table.cart_table4,
.mypage-account-delete table.cart_table5 {
  margin-top: 30px;
}

@media (max-width: 768px) {

  .mypage-account-delete .cart_table2,
  .mypage-account-delete table.cart_table3,
  .mypage-account-delete table.cart_table4,
  .mypage-account-delete table.cart_table5 {
    margin-top: 20px;
  }
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-order-history-zero .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-order-history-zero .contents {
    padding-right: 0;
    display: block;
  }
}

.mypage-order-history-zero .contents .main p {
  margin-top: 3rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .mypage-order-history-zero .contents .main p {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .mypage-order-history-zero .contents .main .click a {
    width: 70%;
    padding-left: 24%;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .mypage-order-history-zero .contents .main .click a {
    padding-left: 15%;
  }
}

@media screen and (max-width: 400px) {
  .mypage-order-history-zero .contents .main .click a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 350px) {
  .mypage-order-history-zero .contents .main .click a {
    padding-left: 12%;
  }
}

.mypage-order-history-zero .contents .main .click a:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 15%;
  display: block;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .mypage-order-history-zero .contents .main .click a:before {
    width: 6px;
    height: 6px;
    left: 11%;
  }
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-order-history .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main {
    margin: 0 auto;
  }
}

.mypage-order-history .contents .main .heading {
  width: 100%;
  padding: 1rem 0;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
}

.mypage-order-history .contents .main .heading p {
  padding-left: 2rem;
  font-size: 18px;
  font-family: "NotoSansCJKjp";
}

.mypage-order-history .contents .main .heading p:first-of-type {
  width: 25%;
}

.mypage-order-history .contents .main .heading p:nth-of-type(2) {
  width: 15%;
}

.mypage-order-history .contents .main .heading p:nth-of-type(3) {
  width: 15%;
}

.mypage-order-history .contents .main .heading p:last-of-type {
  width: 25%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .heading {
    display: none;
  }
}

.mypage-order-history .contents .main .wrap {
  width: 100%;
  font-family: "NotoSansCJKjp";
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mypage-order-history .contents .main .wrap .status {
  width: 100%;
  padding: 4rem 0;
  border-bottom: solid 1px #cecece;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status {
    padding: 2.5rem 0;
    align-items: flex-start;
  }
}

.mypage-order-history .contents .main .wrap .status div {
  width: 80%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status div {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mypage-order-history .contents .main .wrap .status div p {
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .mypage-order-history .contents .main .wrap .status div p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status div p {
    padding-left: 0;
  }
}

.mypage-order-history .contents .main .wrap .status div p:first-of-type {
  width: 32%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status div p:first-of-type {
    width: 100%;
  }
}

.mypage-order-history .contents .main .wrap .status div p:nth-of-type(2) {
  width: 19%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status div p:nth-of-type(2) {
    width: 100%;
  }
}

.mypage-order-history .contents .main .wrap .status div p:nth-of-type(3) {
  width: 19%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status div p:nth-of-type(3) {
    width: 100%;
  }
}

.mypage-order-history .contents .main .wrap .status div p:last-of-type {
  width: 31%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status div p:last-of-type {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .mypage-order-history .contents .main .wrap .status div p span {
    display: none;
  }
}

.mypage-order-history .contents .main .wrap .status .click {
  width: 20%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status .click {
    width: 150px;
  }
}

.mypage-order-history .contents .main .wrap .status .click a {
  width: 100%;
  height: 5rem;
  margin-top: 0;
  font-size: 0.8vw;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status .click a {
    height: 3rem;
    font-size: 1rem;
  }
}

.mypage-order-history .contents .main .wrap .status .click a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 44%;
  right: 20%;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .main .wrap .status .click a:before {
    width: 6px;
    height: 6px;
    top: 41%;
  }
}

.mypage-order-history .contents .main .pager {
  width: 40%;
  margin: 60px auto 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 768px) {
  .mypage-order-history .contents .main .pager {
    width: 80%;
    margin-bottom: 40px;
  }
}

.mypage-order-history .contents .main .pager .icon {
  width: 15px;
}

.mypage-order-history .contents .main .pager .icon img {
  width: 100%;
  height: 100%;
}

.mypage-order-history .contents .main .pager .num {
  font-size: 16px;
}

@media (max-width: 768px) {
  .mypage-order-history .contents .main .pager .num {
    font-size: 12px;
  }
}

.mypage-order-history .contents .main .pager .num a {
  width: 100%;
  height: 100%;
  padding: 5px 8px;
  display: block;
}

.mypage-order-history .contents .main .pager .num.active {
  background-color: #ececec;
}

.mypage-order-history .contents .side {
  width: 30%;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side {
    width: 100%;
    padding: 2rem 1.5rem;
    margin-top: 5rem;
    background-color: #fafafa;
  }
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .title {
    font-size: 2rem;
    font-weight: 100;
  }
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .flex-wraper {
    width: 100%;
    display: flex;
  }
}

.mypage-order-history .contents .side .flex-wraper .sub-menu {
  padding-left: 2rem;
  font-size: 1.2rem;
  font-family: "Poppins";
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .flex-wraper .sub-menu {
    width: 50%;
    padding-left: 1.5rem;
    font-size: 1.1rem;
  }
}

.mypage-order-history .contents .side .flex-wraper .sub-menu li {
  margin-top: 2rem;
}

.mypage-order-history .contents .side .flex-wraper .menu {
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .flex-wraper .menu {
    width: 50%;
    font-size: 1.2rem;
  }
}

.mypage-order-history .contents .side .flex-wraper .menu li {
  margin-top: 4.5rem;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .flex-wraper .menu li {
    margin-top: 2rem;
    margin-left: 5rem;
  }

  .mypage-order-history .contents .side .flex-wraper .menu li:nth-of-type(2) {
    display: none;
  }
}

.mypage-order-history .contents .side .text {
  margin-top: 3rem;
  line-height: 1.8;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .text {
    margin-top: 2rem;
    font-size: 0.9rem;
  }
}

.mypage-order-history .contents .side .text:before {
  content: "";
  width: auto;
  height: 1px;
  padding-top: 3rem;
  border-top: solid 2px #cecece;
  display: block;
}

@media screen and (max-width: 1130px) {
  .mypage-order-history .contents .side .text:before {
    padding-top: 2rem;
    border-top: solid 1px #cecece;
  }
}

.mypage-order-history .contents .side .text span {
  border-bottom: solid 1px #9d9d9d;
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-order-history-detail .contents {
  padding-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents {
    padding-right: 0;
    display: block;
  }
}

.mypage-order-history-detail .contents .main .num {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .num {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.mypage-order-history-detail .contents .main .status {
  display: flex;
}

.mypage-order-history-detail .contents .main .status ul {
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .status ul {
    font-size: 1rem;
  }
}

.mypage-order-history-detail .contents .main .status ul li {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .status {
    padding-bottom: 25px;
    border-bottom: solid 1px #ececec;
  }
}

.mypage-order-history-detail .contents .main .wrap {
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .wrap {
    margin-top: 2.5rem;
    flex-direction: column;
  }
}

.mypage-order-history-detail .contents .main .wrap div {
  width: 42%;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .wrap div {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .wrap div:nth-of-type(2) {
    margin-top: 4rem;
  }
}

.mypage-order-history-detail .contents .main .wrap div:last-of-type {
  width: 18%;
  padding-right: 0;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .wrap div:last-of-type {
    width: 100%;
    margin-top: 4rem;
  }
}

.mypage-order-history-detail .contents .main .wrap div p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .wrap div p {
    font-size: 1.2rem;
  }
}

.mypage-order-history-detail .contents .main .wrap div p:first-of-type {
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .wrap div p:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.mypage-order-history-detail .contents .main .date {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .date {
    font-size: 0.65rem;
  }
}

.mypage-order-history-detail .contents .main .time {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .time {
    font-size: 0.65rem;
  }
}

.mypage-order-history-detail .contents .main .detail {
  width: 100%;
}

.mypage-order-history-detail .contents .main .detail .hedding {
  width: 100%;
  padding: 1.5rem 0;
  margin-top: 4rem;
  display: flex;
  background-color: #ececec;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .hedding {
    display: none;
  }
}

.mypage-order-history-detail .contents .main .detail .hedding p:first-of-type {
  width: 55%;
  padding-left: 1.5rem;
}

.mypage-order-history-detail .contents .main .detail .hedding p:nth-of-type(2) {
  width: 10%;
  text-align: center;
}

.mypage-order-history-detail .contents .main .detail .hedding p:last-of-type {
  width: 35%;
  padding-left: 3%;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .style {
    margin-top: 2.5rem;
    border-top: solid 1px #ececec;
  }
}

.mypage-order-history-detail .contents .main .detail .block {
  width: 100%;
  padding: 5rem 0;
  border-bottom: solid 1px #ececec;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block {
    padding: 2.5rem 0;
    align-items: flex-start;
  }
}

.mypage-order-history-detail .contents .main .detail .block .left {
  width: 20%;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .left {
    width: 40%;
    text-align: center;
  }
}

.mypage-order-history-detail .contents .main .detail .block .left img {
  width: 100%;
}

.mypage-order-history-detail .contents .main .detail .block .right {
  width: 80%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .right {
    width: 60%;
    display: block;
  }
}

.mypage-order-history-detail .contents .main .detail .block .product {
  width: 45%;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .product {
    width: 100%;
  }
}

.mypage-order-history-detail .contents .main .detail .block .product .text {
  display: block;
}

.mypage-order-history-detail .contents .main .detail .block .product .text p {
  line-height: 2;
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .product .text p {
    font-size: 1.2rem;
  }
}

.mypage-order-history-detail .contents .main .detail .block .product-detail-text {
  margin-top: 2rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .product-detail-text {
    margin-top: 0;
  }
}

.mypage-order-history-detail .contents .main .detail .block .product-detail-text p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .product-detail-text p {
    line-height: 2;
    font-size: 1rem !important;
  }
}

.mypage-order-history-detail .contents .main .detail .block .quantity {
  width: 10%;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .quantity {
    width: 100%;
    text-align: inherit;
    line-height: 2;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .mypage-order-history-detail .contents .main .detail .block .quantity span {
    display: none;
  }
}

.mypage-order-history-detail .contents .main .detail .block .price {
  width: 45%;
  font-size: 1.6rem;
  font-family: "Kozuka Gothic Pr6N";
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .price {
    width: 100%;
    line-height: 2;
    font-size: 1rem;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .detail .block .price p:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .mypage-order-history-detail .contents .main .detail .block .price p span {
    display: none;
  }
}

.mypage-order-history-detail .contents .main .total {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .total {
    align-items: center;
  }
}

.mypage-order-history-detail .contents .main .total-detail {
  width: 45%;
  border-bottom: solid 1px #ececec;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .mypage-order-history-detail .contents .main .total-detail {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .total-detail {
    width: 90%;
  }
}

.mypage-order-history-detail .contents .main .total-detail ul li {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .total-detail ul li {
    font-size: 1.2rem;
  }
}

.mypage-order-history-detail .contents .main .total-detail ul:last-of-type {
  text-align: right;
}

.mypage-order-history-detail .contents .main .total-detail ul:last-of-type .font-style {
  color: #cf264e;
}

.mypage-order-history-detail .contents .main .total-price {
  width: 40%;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .mypage-order-history-detail .contents .main .total-price {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .total-price {
    width: 90%;
  }
}

.mypage-order-history-detail .contents .main .total-price p {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .total-price p {
    font-size: 1.5rem;
  }
}

.mypage-order-history-detail .contents .main .total .back-btn {
  width: 100%;
  text-align: right;
}

.mypage-order-history-detail .contents .main .total .back {
  margin-top: 6rem;
  border-bottom: solid 1px;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  display: inline-block;
}

@media (max-width: 768px) {
  .mypage-order-history-detail .contents .main .total .back {
    font-size: 12px;
  }
}

.mypage-order-history-detail .contents .main .total .back:before {
  content: "<";
  padding-right: 0.5rem;
}

.mypage-order-history-detail small {
  font-size: 0.6667em !important;
}

/*--------------------------------
  END
--------------------------------*/
.wishlist .list_main {
  padding: 0 90px;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .wishlist .list_main {
    padding: 0 15px;
    margin-top: 20px;
  }
}

.wishlist .search-result-number {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .wishlist .search-result-number {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .wishlist .search-result-number {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wishlist .product-list-search {
    margin-top: 0;
  }
}

.wishlist .product-list-search select {
  padding-bottom: 5px;
}

.wishlist .product-list-search:before {
  top: 3px;
}

@media (max-width: 768px) {
  .wishlist .product-list-search:before {
    top: 0px;
  }
}

.wishlist .product-list-section {
  margin-top: 40px;
}

.wishlist .badge-brand {
  color: #3c3c3c;
  font-size: 12px;
  text-transform: uppercase;
}

.wishlist .delete {
  padding-bottom: 3px;
  margin-top: 10px;
  color: #3c3c3c;
  font-size: 12px;
  border-bottom: solid 1px #3c3c3c;
  display: inline-block;
}

.wishlist .delete:before {
  content: "×";
}

.wishlist .product-box:last-of-type {
  margin-bottom: 0;
}

.wishlist .back {
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .wishlist .back {
    justify-content: flex-start;
  }
}

.wishlist .back a {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: solid 1px #3c3c3c;
  display: inline-block;
}

.wishlist .back a:before {
  content: "<";
}

@media (max-width: 768px) {
  .wishlist .back {
    margin-top: 35px;
  }
}

.wishlist .product-list-area .product-box .product-like-area span.add-wish-list::before {
  content: ' ';
  display: block;
  background: url(../../img/common/list/icon_heart_b.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-size: 70% auto;
}

.wishlist .product-list-area .product-box .product-like-area span.add-wish-list.active::before {
  background: url(../../img/common/list/icon_heart.svg) no-repeat center center;
  background-size: contain;
}

.sjg.wishlist .product-list-area .product-box .product-like-area span.add-wish-list::before {
  content: ' ';
  display: block;
  background: url(../../img/common/list/girl/icon_heart_b.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-size: contain;
}

.sjg.wishlist .product-list-area .product-box .product-like-area span.add-wish-list.active::before {
  width: 24px;
  height: 24px;
  background: url(../../img/common/list/icon_heart.svg) no-repeat center center;
  background-size: contain;
}

.wishlist-no-item .list_main {
  min-height: initial;
}

.wishlist-no-item .text {
  font-size: 16px;
  text-align: center;
}

.wishlist-no-item .back {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .wishlist-no-item .back {
    margin-top: 30px;
  }
}

.wishlist-no-item .back a {
  width: 300px;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  background-color: #212121;
}

.wishlist-no-item .back a:before {
  content: "<";
  padding-right: 10px;
}

.wishlist-no-item .product-list-section {
  margin: 25px 10% 0;
}

/*--------------------------------
  BEGIN COLLECTION 共通
--------------------------------*/
.collection {
  /* view more */
  /* //view more */
}

.collection a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .collection .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .collection .product-list-section {
    padding: 0 15px;
  }
}

.collection .area {
  width: 83%;
  max-width: 1400px;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .collection .area {
    width: 100%;
    margin-top: 25px;
  }
}

.collection .title {
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
}

@media (max-width: 768px) {
  .collection .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.collection .image01,
.collection .image01_sp,
.collection .image02 {
  width: 100%;
}

.collection .image01 {
  display: inline-block;
}

@media (max-width: 768px) {
  .collection .image01 {
    display: none;
  }
}

.collection .image01_sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .collection .image01_sp {
    display: none;
  }
}

.collection .product-list-section {
  margin-top: 50px;
  display: none;
}

@media (max-width: 768px) {
  .collection .product-list-section {
    margin-top: 15px;
  }
}

.collection .text01 {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .collection .text01 {
    margin-bottom: 20px;
    font-size: 11px;
  }
}

.collection .text01 .text-detail {
  font-size: 12px;
}

@media (max-width: 768px) {
  .collection .text01 .text-detail {
    line-height: 2;
    font-size: 10px;
  }
}

.collection .more-btn {
  padding-bottom: 8px;
  margin-top: 25px;
  font-size: 18px;
  border-bottom: solid 2px #3c3c3c;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 768px) {
  .collection .more-btn {
    padding-bottom: 6px;
    margin: 22px 15px 0;
    font-size: 12px;
    border-width: 1px;
  }
}

.collection .more-btn:after {
  content: "view items +";
}

.collection .more-btn.active:after {
  content: "close -";
}

.collection .section01 .btn-wrap {
  text-align: center;
}

.collection .section02 {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .collection .section02 {
    margin-top: 55px;
  }
}

.collection .section02 .btn-wrap {
  text-align: center;
}

.collection .section03 {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .collection .section03 {
    margin-top: 37px;
  }
}

.collection .section03 .btn-wrap {
  text-align: left;
}

.collection .section04 {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .collection .section04 {
    margin-top: 65px;
  }
}

.collection .section04 .btn-wrap {
  text-align: center;
}

.collection .section04 .img-wrap02 {
  text-align: center;
}

@media (max-width: 768px) {
  .collection .section04 .img-wrap02 {
    margin: 0 7%;
  }
}

.collection .section04 .img-wrap02 .image01 {
  width: 50%;
}

.collection .section05 {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .collection .section05 {
    margin-top: 55px;
  }
}

.collection .section05 .btn-wrap {
  width: 70%;
  margin: 0 auto;
  text-align: right;
}

@media (max-width: 768px) {
  .collection .section05 .btn-wrap {
    width: 100%;
  }
}

.collection .section05 .img-wrap03 {
  text-align: center;
}

.collection .section05 .img-wrap03 .image01 {
  width: 70%;
}

.collection .section06 {
  margin-top: 125px;
}

@media (max-width: 768px) {
  .collection .section06 {
    margin-top: 62px;
  }
}

.collection .section06 .btn-wrap {
  text-align: left;
}

@media (max-width: 768px) {
  .collection .section06 .img-wrap04 {
    margin-right: 50px;
  }
}

.collection .section06 .img-wrap04 .image01 {
  width: 80%;
}

.collection .section07 {
  margin-top: 130px;
}

@media (max-width: 768px) {
  .collection .section07 {
    margin-top: 57px;
  }
}

.collection .section07 .btn-wrap {
  text-align: right;
}

.collection .section07 .img-wrap05 {
  text-align: right;
}

@media (max-width: 768px) {
  .collection .section07 .img-wrap05 {
    margin-left: 30px;
  }
}

.collection .section07 .img-wrap05 .image01 {
  width: 80%;
}

.collection .section08 {
  margin-top: 190px;
}

@media (max-width: 768px) {
  .collection .section08 {
    margin-top: 55px;
  }
}

.collection .section08 .btn-wrap {
  text-align: center;
}

.collection .section08 .img-wrap06 {
  text-align: center;
}

@media (max-width: 768px) {
  .collection .section08 .img-wrap06 {
    margin: 0 30px;
  }
}

.collection .section08 .img-wrap06 .image01 {
  width: 70%;
}

.collection .section09 {
  margin-top: 180px;
}

@media (max-width: 768px) {
  .collection .section09 {
    margin-top: 55px;
  }
}

.collection .section09 .btn-wrap {
  text-align: center;
}

.collection .collection-area {
  width: 100%;
  margin-top: 140px;
}

@media (max-width: 768px) {
  .collection .collection-area {
    margin-top: 50px;
  }
}

.collection .collection-area .title {
  position: relative;
}

.collection .collection-area .collection-arrows .slick-prev {
  left: 8%;
}

@media (max-width: 768px) {
  .collection .collection-area .collection-arrows .slick-prev {
    left: 4%;
  }
}

.collection .collection-area .collection-arrows .slick-next {
  right: 8%;
}

@media (max-width: 768px) {
  .collection .collection-area .collection-arrows .slick-next {
    right: 4%;
  }
}

.collection .collection-slide {
  width: 100%;
  display: flex;
}

.collection .item-block {
  margin: 0 0.6%;
  text-align: center;
}

@media (max-width: 768px) {
  .collection .item-block {
    margin: 0 5px;
  }
}

.collection .item-image {
  width: 100%;
}

.collection .item-text {
  padding: 35px 30px;
  font-size: 28px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .collection .item-text {
    padding: 15px 0;
    font-size: 15px;
  }
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  BEGIN COLLECITON 共通
--------------------------------*/
.sjg-collection .section03 .btn-wrap {
  text-align: center;
}

.sjg-collection .section03 .img-wrap01 {
  text-align: center;
}

.sjg-collection .section03 .img-wrap01 .image01 {
  width: 90%;
}

.sjg-collection .section04 .btn-wrap {
  text-align: left;
}

.sjg-collection .section04 .img-wrap02 {
  text-align: left;
}

@media (max-width: 768px) {
  .sjg-collection .section04 .img-wrap02 {
    margin: 0 37px 0 15px;
  }
}

.sjg-collection .section04 .img-wrap02 .image01 {
  width: 55%;
}

.sjg-collection .section05 .btn-wrap {
  width: 100%;
  text-align: right;
}

.sjg-collection .section05 .img-wrap03 {
  text-align: right;
}

@media (max-width: 768px) {
  .sjg-collection .section05 .img-wrap03 {
    margin-left: 35px;
  }
}

.sjg-collection .section05 .img-wrap03 .image01 {
  width: 65%;
}

@media (max-width: 768px) {
  .sjg-collection .section06 .img-wrap04 {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .sjg-collection .section07 .img-wrap05 {
    margin-left: 88px;
  }
}

.sjg-collection .section07 .img-wrap05 .image01 {
  width: 70%;
}

.sjg-collection .section08 .btn-wrap {
  text-align: left;
}

.sjg-collection .section08 .img-wrap06 {
  text-align: left;
}

@media (max-width: 768px) {
  .sjg-collection .section08 .img-wrap06 {
    margin: 0 37px 0 15px;
  }
}

.sjg-collection .section08 .img-wrap06 .image01 {
  width: 60%;
}

.sjg-collection .section09 .img-wrap07 {
  text-align: center;
}

.sjg-collection .section09 .img-wrap07 .image01 {
  width: 90%;
}

/*--------------------------------
  END
--------------------------------*/
.main .mail_cancel-area {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .main .mail_cancel-area {
    padding: 0 20px;
  }
}

.main .mail_cancel-area h1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.main .mail_cancel-area .box {
  max-width: 980px;
  margin: 0 auto;
}

.main .mail_cancel-area .box p {
  margin-bottom: 30px;
  line-height: 2.4rem;
}

@media (max-width: 768px) {
  .main .mail_cancel-area .box p {
    line-height: 1.8rem;
    font-size: 1.3rem;
  }
}

.main .mail_cancel-area .box p .font-s {
  font-size: 1.2rem;
}

.main .mail_cancel-area .box p a {
  border-bottom: solid 1px;
}

.main .mail_cancel-area .box p a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .main .mail_cancel-area .box td {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .main .mail_cancel-area .box td.btn {
    width: 30%;
    display: inline-block;
  }
}

.main .mail_cancel-area .box button {
  font-size: 1.25em;
  display: block;
  background: #212121;
  padding: 14px 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .main .mail_cancel-area .box button {
    width: 100%;
    font-size: 1em;
    vertical-align: middle;
    padding: 5px;
    height: 50px;
  }
}

.main .mail_cancel-area .box button img {
  width: 7px;
}

.main .mail_cancel-area .box button a {
  color: #fff;
}

/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-account-delete-completed .contents .main {
  margin-left: 31%;
}

@media (max-width: 768px) {
  .mypage-account-delete-completed .contents .main {
    margin-left: 0;
  }
}

.mypage-account-delete-completed .contents .main p:first-of-type {
  margin-top: 5rem;
  line-height: 2;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-account-delete-completed .contents .main p:first-of-type {
    padding-left: 0;
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}

.mypage-account-delete-completed .contents .main .click a {
  padding-left: 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .mypage-account-delete-completed .contents .main .click a {
    width: 75%;
    margin-left: 0;
    font-size: 15px;
  }
}

.mypage-account-delete-completed .contents .main .click a:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 10%;
  display: block;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .mypage-account-delete-completed .contents .main .click a:before {
    width: 6px;
    height: 6px;
    left: 26%;
  }
}

@media screen and (max-width: 610px) {
  .mypage-account-delete-completed .contents .main .click a:before {
    left: 22%;
  }
}

@media screen and (max-width: 500px) {
  .mypage-account-delete-completed .contents .main .click a:before {
    left: 16%;
  }
}

@media screen and (max-width: 400px) {
  .mypage-account-delete-completed .contents .main .click a:before {
    left: 11%;
  }
}

/*--------------------------------
  END
--------------------------------*/
/*--------------------------------
  mypage 個別レイアウト
--------------------------------*/
.mypage-integration-completed .contents .main {
  margin-left: 32%;
}

@media (max-width: 768px) {
  .mypage-integration-completed .contents .main {
    margin-left: 0;
  }
}

.mypage-integration-completed .contents .main p:first-of-type {
  margin-top: 5rem;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .mypage-integration-completed .contents .main p:first-of-type {
    padding-left: 0;
    margin-top: 3rem;
    font-size: 1.1rem;
  }
}

.mypage-integration-completed .contents .main .click a {
  padding-left: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .mypage-integration-completed .contents .main .click a {
    width: 60%;
    margin-left: 0;
  }
}

.mypage-integration-completed .contents .main .click a:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 30%;
  display: block;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .mypage-integration-completed .contents .main .click a:before {
    width: 6px;
    height: 6px;
  }
}

/*--------------------------------
  END
--------------------------------*/
.main.set.product_detail .detail_main {
  margin-bottom: 0;
}

.main.set.product_detail .product_detail_main {
  margin-bottom: 0;
}

.main.set .pc-br {
  display: block;
}

@media (max-width: 768px) {
  .main.set .pc-br {
    display: none;
  }
}

.main.set .sjg-btn-cl {
  background: #b09a56 !important;
  color: #fff !important;
}

.main.set .product_detail .detail_main .product_detail_main .product-detail-section .product-contact p {
  display: block;
}

.main.set .set-items-area {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 80px;
}

@media (max-width: 768px) {
  .main.set .set-items-area {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 40px;
  }
}

.main.set .set-items-area .slick-arrow.set-prev,
.main.set .set-items-area .slick-arrow.set-next {
  background: #fff;
  letter-spacing: 0;
  font-size: 12px;
  position: absolute;
  top: 0;
  z-index: 5;
}

.main.set .set-items-area .slick-arrow.set-prev {
  left: 36%;
}

@media screen and (max-width: 360px) {
  .main.set .set-items-area .slick-arrow.set-prev {
    left: 35%;
  }
}

@media screen and (max-width: 340px) {
  .main.set .set-items-area .slick-arrow.set-prev {
    left: 34%;
  }
}

@media screen and (max-width: 330px) {
  .main.set .set-items-area .slick-arrow.set-prev {
    left: 33%;
  }
}

.main.set .set-items-area .slick-arrow.set-prev:after {
  content: '|';
  padding: 0 25%;
}

@media screen and (max-width: 360px) {
  .main.set .set-items-area .slick-arrow.set-prev:after {
    padding: 0 23%;
  }
}

@media screen and (max-width: 340px) {
  .main.set .set-items-area .slick-arrow.set-prev:after {
    padding: 0 27%;
  }
}

@media screen and (max-width: 330px) {
  .main.set .set-items-area .slick-arrow.set-prev:after {
    padding: 0 28%;
  }
}

@media screen and (max-width: 320px) {
  .main.set .set-items-area .slick-arrow.set-prev:after {
    padding: 0 26%;
  }
}

.main.set .set-items-area .slick-arrow.set-next {
  right: 36%;
}

@media screen and (max-width: 360px) {
  .main.set .set-items-area .slick-arrow.set-next {
    right: 35%;
  }
}

@media screen and (max-width: 340px) {
  .main.set .set-items-area .slick-arrow.set-next {
    right: 34%;
  }
}

@media screen and (max-width: 330px) {
  .main.set .set-items-area .slick-arrow.set-next {
    right: 33%;
  }
}

.main.set .set-items-area .item-wrap {
  width: 100%;
  padding: 45px 0 0;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .main.set .set-items-area .item-wrap {
    padding: 0 0 30px 0;
    display: block;
  }
}

.main.set .set-items-area .item-wrap:first-of-type {
  border-top: solid 1px #e2e2e2;
}

@media (max-width: 768px) {
  .main.set .set-items-area .item-wrap:first-of-type {
    border-top: none;
  }
}

.main.set .set-items-area .img-slide-wrap {
  width: 30%;
}

@media (max-width: 768px) {
  .main.set .set-items-area .img-slide-wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main.set .set-items-area .img-slide-wrap .slick-arrow.slick-prev {
    left: 0;
  }

  .main.set .set-items-area .img-slide-wrap .slick-arrow.slick-next {
    right: 0;
  }
}

.main.set .set-items-area .content-wrap {
  width: 67%;
  position: relative;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap {
    width: 100%;
  }
}

.main.set .set-items-area .content-wrap .badges-soon {
  color: #a0801f;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
}

.main.set .set-items-area .content-wrap .badges-new {
  color: #a0801f;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
}

.main.set .set-items-area .content-wrap .tx-box {
  width: 100%;
}

.main.set .set-items-area .content-wrap .tx-box .name {
  margin-bottom: 20px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .name {
    margin-bottom: 10px;
    font-size: 19px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .price {
  margin-bottom: 25px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .price {
    margin-bottom: 20px;
    font-size: 17.5px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .price span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .price span {
    font-size: 12.5px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .right {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .right {
    width: 100%;
    position: static;
  }
}

.main.set .set-items-area .content-wrap .tx-box .right .sold-out-cl {
  background-color: gray !important;
}

.main.set .set-items-area .content-wrap .tx-box .right .out-of-stock-cl {
  background-color: gray !important;
}

.main.set .set-items-area .content-wrap .tx-box .right .rearrival-text1 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.main.set .set-items-area .content-wrap .tx-box .right .color-chip-box {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

.main.set .set-items-area .content-wrap .tx-box .right .color-chip-box .color {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .right .color-chip-box .color {
    margin-right: 15px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .right .color-chip-box .color.active {
  border: solid 2px;
}

.main.set .set-items-area .content-wrap .tx-box .right .color-chip-box .color.gold {
  background: #b9a049;
}

.main.set .set-items-area .content-wrap .tx-box .right .color-chip-box .color.silver {
  background: #dbdbd9;
}

.main.set .set-items-area .content-wrap .tx-box .right .product-size {
  width: 50%;
  margin: 35px 0;
  border-bottom: solid 1px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .right .product-size {
    padding-bottom: 5px;
    margin: 24px 0 20px;
    font-size: 12px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .right .product-size select {
  width: 50%;
  padding-left: 20px;
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  background-size: 15px;
  background-position: right center;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .right .product-size select {
    width: 67%;
    padding-left: 50px;
    font-size: 12px;
  }
}

@media screen and (max-width: 340px) {
  .main.set .set-items-area .content-wrap .tx-box .right .product-size select {
    width: 60%;
    padding-left: 40px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .right .add-to-cart {
  width: 100%;
  height: 60px;
  color: #fff;
  background: #212121;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
}

.main.set .set-items-area .content-wrap .tx-box .detail-tx1 {
  width: 50%;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .detail-tx1 {
    width: 100%;
    margin-top: 20px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .detail-tx1 .line {
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 12px;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .main.set .set-items-area .content-wrap .tx-box .detail-tx1 .line {
    font-size: 13px;
  }
}

.main.set .set-items-area .content-wrap .tx-box .detail-tx1 .line .first {
  width: 15%;
}

@media screen and (max-width: 370px) {
  .main.set .set-items-area .content-wrap .tx-box .detail-tx1 .line .first {
    width: 20%;
  }
}

.main.set .set-items-area .content-wrap .tx-box .detail-tx1 .line .second {
  width: 85%;
}

.place-order-confirm-page-note-container {
  margin-bottom: 30px;
}

/*# sourceMappingURL=sj-style-common.css.map */