@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

body {
  overflow: initial;
  height: auto;
}

body.is-gNavOpen {
  overflow: hidden !important;
  height: 100% !important;
}

img {
  max-width: 100%;
}

.slide-nav .slide-nav-close .fa {
  margin-right: 8px;
  margin-top: -1px;
}

.l-commonInner {
  width: 100%;
  max-width: 123.2rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}

.l-sec {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.l-sec__header {
  margin-bottom: 3rem;
  text-align: center;
}

.btnSquare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  border: 0.1rem solid #2e2d2d;
  color: #2e2d2d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.btnSquare::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.473rem;
  margin-left: 0.6rem;
  background-image: url("../img/common/icon-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.btnSquare--md {
  width: 24rem;
}

.sectionTtl {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.46429;
  letter-spacing: 0.07em;
}

.bg--lightGrey {
  background-color: #f3f2f2;
}

#global-footer-store {
  margin-top: 0 !important;
}

#toggle-nav {
  right: auto !important;
  left: -14px !important;
  top: 45px !important;
  max-height: 80vh;
}

#toggle-nav > .row {
  max-height: 70vh;
  overflow-y: auto !important;
}

#toggle-nav:before {
  right: auto;
  left: 29px;
  margin-left: 0;
}

#toggle-nav .list > li > a {
  display: block;
  margin-bottom: 0.8rem;
}

.spNav__btn {
  margin: 0;
}

.slide-nav .list-icon > li > a {
  font-weight: 700;
}

.slide-nav .list-icon .children {
  padding-left: 2.6rem;
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f2f2 !important;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.l-header .fa,
.l-header .fas {
  color: #979797;
}

.l-header :after,
.l-header :before {
  font-family: "Font Awesome 5 Free";
}

.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.2rem;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 124rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}

.l-header__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__spNav {
  background-color: #fff;
  padding: 0.6rem;
}

.gNavBtn {
  width: 2rem;
  cursor: pointer;
}

.gNavBtn > span {
  display: block;
  width: 100%;
  height: 0.1rem;
  margin-bottom: 0.7rem;
  background-color: #979797;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gNavBtn > span:last-child {
  margin-bottom: 0;
}

.headerLogo {
  width: 58.53333vw;
  margin-left: 7.06667vw;
}

.headerLogo__subTxt {
  display: none;
}

.headerNav {
  display: none;
}

.headerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerNav__item {
  margin: 0 1.4rem;
}

.headerNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e2d2d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.075em;
}

.headerNav__btn {
  color: #2e2d2d;
  letter-spacing: 0.075em;
  cursor: pointer;
}

.headerNav__btn > i {
  margin-left: 1rem;
}

.headerBtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerBtn__item--cart {
  margin-left: 1.2rem;
}

.headerBtn__link .search {
  width: 1.7rem;
}

.headerBtn__link .login {
  width: 2rem;
}

.headerBtn__link .cart {
  width: 2.2rem;
}

.spNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spNav__item {
  margin: 0 1.4rem;
}

.spNav__link {
  color: #2e2d2d;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}

.spNav__btn {
  margin: 0 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}

.spNav__btn .fa {
  margin-left: 0.8rem;
}

.l-drawer {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
  overflow-y: auto;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-drawer-gift {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
  overflow-y: auto;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-drawer-gift .drawerNav{
  width: 100%;
}

.l-drawer-gift .drawerNav .drawerNav__list{
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-drawer-gift .drawerNav .drawerNav__list a{
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}


.l-drawer-gift .drawerNav .drawerNav__list li:first-child{
  margin-right: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #000;
  line-height: 1;
}



.l-drawer-gift .l-drawer__inner::after{
  display: none;
}

.l-drawer__inner {
  position: relative;
}

.drawerCloseBtn {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  display: block;
  z-index: 10;
}

.drawerCloseBtn::before, .drawerCloseBtn::after {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 0.1rem;
  display: block;
  background-color: #2e2d2d;
}

.drawerCloseBtn::before {
  -webkit-transform: translate(-50%, -59%) rotate(45deg);
          transform: translate(-50%, -59%) rotate(45deg);
}

.drawerCloseBtn::after {
  -webkit-transform: translate(-50%, -59%) rotate(135deg);
          transform: translate(-50%, -59%) rotate(135deg);
}

.drawerNav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawerNav::-webkit-scrollbar {
  display: none;
}

.drawerNav__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 1.2rem;
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.drawerNav__link--btn {
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.drawerNav__link--btn::before, .drawerNav__link--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #2e2d2d;
  -webkit-transition: opacity 0.3 ease;
  transition: opacity 0.3 ease;
}

.drawerNav__link--btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.drawerNav__link--btn:hover {
  opacity: 1;
}

.drawerNav__link--btn.is-show::after {
  opacity: 0;
}

.drawerNav__img {
  width: 2.8rem;
  margin-right: 8px;
  text-align: center;
}

.drawerNavChild {
  display: none;
  background-color: #f6f6f6;
}

.drawerNavChild__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawerNavChild__inner::-webkit-scrollbar {
  display: none;
}

body.company .l-headerLabel {
  display: none;
}

.l-headerLabel {
  padding: 0.6rem;
  background-color: #2e2d2d;
}

.l-headerLabel__kakaku {
  padding: 0.6rem;
  background-color: #f2efeb;
}

.l-headerLabel__kakaku a{
  color: #57817d !important;
  font-size: 1.2rem;
  font-weight: 500;
}

.headerLabel__txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.23077;
}

.l-sideNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 31rem;
  height: 100vh;
  z-index: 1100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
}

body.is-gNavOpen .l-sideNav {
  left: 0;
}

.l-sideNav__inner {
  position: relative;
  max-width: 124rem;
  padding-right: 2.8rem;
  padding-left: 2.8rem;
  margin-right: auto;
  margin-left: auto;
}

.l-sideNav__header {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #f6f6f6;
}

.l-sideNav__header .sideNavClose {
  position: absolute;
  top: 0;
  right: 2rem;
}

.l-sideNav__body {
  background: #fff;
  height: calc(100% - 15rem);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.l-sideNav__body .l-sideNav__inner {
  background: #fff;
  padding-bottom: 2.8rem;
}

.sideNavClose {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.sideNavClose::before,
.sideNavClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  display: block;
  width: 1.2em;
  height: 0.1rem;
  background: #707070;
}

.sideNavClose::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.sideNavClose::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.sideNavTop {
  padding-top: 5rem;
}

.sideNavTop__item {
  margin-bottom: 1.6rem;
}

.sideNavTop__item:last-child {
  margin-bottom: 0;
}

.sideNavTop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideNavTop__icon {
  width: 2.7rem;
}

.sideNavTop__txt {
  display: block;
  width: calc(100% - 2.7rem);
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.sideNavTop__item--login .sideNavTop__icon > img {
  width: 2rem;
  margin-right: auto;
}

.sideNavBlock {
  border-bottom: 0.1rem solid #d8d8d8;
}

.sideNavBlock__header, .sideNavBlock__header-recruit {
  position: relative;
  padding: 1.45rem 4rem;
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.7em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.sideNavBlock__header:hover {
  opacity: 0.7;
}

.sideNavBlock__header::before,
.sideNavBlock__header::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sideNavBlock__header::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #2e2d2d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}

.sideNavBlock__header::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.1rem;
  background: #2e2d2d;
}

.sideNavBlock__header.open::before {
  opacity: 0;
}

.sideNavBlock__header.open::after {
  opacity: 1;
}

.sideNavBlock__body {
  display: none;
  padding-bottom: 1.5rem;
}

.sideNav {
  padding-left: 5rem;
}

.sideNav__item {
  margin-bottom: 0.9rem;
}

.sideNav__item:last-child {
  margin-bottom: 0;
}

.sideNav__link {
  color: #404040;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}

.l-sideNav__btnArea {
  padding-top: 3.5rem;
  text-align: center;
}

.sideNavBtn {
  display: block;
  margin-bottom: 1.95rem;
  padding: 1.5rem;
  border: 0.1rem solid #d8d8d8;
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.l-footer {
  width: 100%;
}

.l-snsArea {
  padding: 6rem 0;
  background-color: #f3f2f2;
}

.snsArea__ttl {
  width: 20rem;
  margin: 0 auto 3.6rem;
}

.snsArea__ttl > img {
  width: 100%;
}

.snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2.2rem;
}

.snsList__item {
  width: 100%;
  min-height: 6rem;
  margin-bottom: 1.2rem;
  background-color: #fff;
}

.snsList__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem 1rem 1rem 5.6rem;
  color: #2e2d2d;
  line-height: 1.42857;
}

.snsList__imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  height: 100%;
}

.snsList__img.insta {
  width: 3rem;
}

.snsList__img.twitter {
  width: 3.2rem;
}

.snsList__img.fb {
  width: 1.48rem;
}

.snsList__img.line {
  width: 3.15rem;
}

.snsList__img.mail {
  width: 2.88rem;
}

.l-footerMain {
  background-color: #fff;
}

.l-footerCat {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.l-footerCat__inner {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}

.footerCat__ttl {
  margin-bottom: 3.2rem;
  color: #2e2d2d;
}

.footerCat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerCat__item {
  width: 50%;
  margin-bottom: 2rem;
}

.footerCat__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #646464;
  line-height: 1.16667;
}

.footerCat__img {
  width: 3rem;
  margin-right: 1rem;
}

.footerCat__img > img {
  width: 100%;
  height: auto;
}

.footerCat__name {
  width: calc(100% - 4rem);
}

.l-footerNav {
  background-color: #f3f2f2;
  padding: 4rem 3.2rem;
}

.footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1.6rem;
}

.footerNav__item {
  width: 50%;
  margin-bottom: 1.6rem;
}

.footerNav__item a {
  display: block;
  padding: 0.8rem 0;
  color: #1c1c1c !important;
  line-height: 1.16667;
}

.l-footerMovie {
  padding: 4rem 1.6rem;
}

.footerMovie__ttl {
  margin-bottom: 1.6rem;
  color: #1c1c1c !important;
  text-align: center;
}

.footerMovie__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.footerMovie__img > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footerBottom {
  padding: 0 3.2rem 4rem;
  background-color: #fff;
}

.footerBottomNav__item:last-child {
  margin-bottom: 0;
}

.footerBottomNav__item a {
  display: block;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  color: #838383 !important;
}

.copyright {
  margin-top: 4rem;
  color: #646464 !important;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

body.home #swiper-top.topKv {
  margin-top: 0;
}

.topKv__item {
  position: relative;
}

.topKv__img {
  width: 100%;
  /* position: relative;
  padding-top: 132.8%; */
}

.topKv__img .pc {
  display: none;
}

.topKv__img > img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; */
}

.topKv__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.topKv__ttl {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.33333;
}

.topKv__btn {
  width: 14em;
  margin: 4.2rem auto 0;
}

.kvBtn {
  display: block;
  padding: 1.2rem;
  border: 0.1rem solid #fff;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.33333;
  text-align: center;
}

.l-newsLabel {
  margin-top: 3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #f3f2f2;
}

.l-newsLabel__inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.newsLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsLabel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e2d2d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.1em;
}

.newsLabel__label {
  display: inline-block;
  margin-right: 1rem;
  white-space: nowrap;
}

.topBnr .bnr {
  margin-bottom: 2rem;
}

.topBnr img {
  width: 100%;
}

.l-newArrival__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.newArrival__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -6rem;
}

.newArrival__item {
  width: 100%;
  margin-bottom: 6rem;
}

.newArrival__img {
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
}

.newArrival__img::after {
  content: "";
  display: block;
  padding-top: 75.7%;
}

.newArrival__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newArrival__btn .btnSquare {
  margin: 0 auto;
}

.topNews {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.topNews__btn {
  margin-top: 3rem;
}

.topNews__btn .btnSquare {
  margin: 0 auto;
}

.l-ranking__body {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.l-topGift__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-topGift__header {
  margin-bottom: 4rem;
  text-align: center;
}

.topGift__img {
  margin-bottom: 1rem;
}

.topGift__img > img {
  width: 100%;
}

.topGift__lead {
  margin-bottom: 4rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  text-align: center;
}

.giftCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2rem;
}

.giftCard__item {
  width: 50%;
  margin-bottom: 2rem;
}

.giftCard__link {
  display: block;
  color: #3b3838;
  pointer-events: none;
}

.giftCard__img {
  position: relative;
  overflow: hidden;
}

.giftCard__img::after {
  content: "";
  display: block;
  padding-top: 76.2%;
}

.giftCard__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.giftCard__txtBox {
  padding: 1rem 1.6rem;
}

.giftCard__txt {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  line-height: 1.33333;
}

.giftCard__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35714;
}

.l-topCat__body {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.catCard {
  margin-bottom: 3rem;
}

.catCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catCard__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background-color: #fff;
}

.catCard__item:nth-child(2n) {
  margin-right: 0;
}

.catCard__link {
  position: relative;
  display: block;
  color: #3b3838;
  text-align: center;
  padding: 1.2rem;
}

.catCard__img {
  position: relative;
  width: 90%;
  padding-top: 84.8%;
  overflow: hidden;
  margin: 0 auto 0.6rem;
}

.catCard__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catCard__ttl {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1.33333;
}

.topCat__btn .btnSquare {
  margin: 0 auto;
}

.shopSlider img {
  width: 100%;
}

.topShop__lead {
  margin-top: 1.8rem;
  margin-bottom: 3.4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  color: #646464;
  font-size: 1.4rem;
  line-height: 1.35714;
  letter-spacing: 0.11em;
  text-align: center;
}

.topShop__btn .btnSquare {
  margin: 0 auto;
}

.l-aboutUs__header {
  margin-bottom: 7rem;
  text-align: center;
}

.aboutUsTtl {
  margin-bottom: 3.6rem;
}

.aboutUsTtl__txtImg {
  width: 17.3rem;
  margin: 0 auto 0.6rem;
}

.aboutUsTtl__txt {
  color: #2e2d2d;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.33333;
}

.aboutUsLead__txtImg {
  width: 17.2rem;
  margin: 0 auto 1.6rem;
}

.aboutUsLead__txt {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.035em;
  line-height: 1.35714;
}

.aboutUsLead__txt:last-child {
  margin-bottom: 0;
}

.aboutUsCard {
  margin-bottom: 4rem;
}

.aboutUsCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2rem;
}

.aboutUsCard__item {
  width: 100%;
  margin-bottom: 2rem;
}

.aboutUsCard__link {
  display: block;
  color: #2e2d2d;
}

.aboutUsCard__img > img {
  width: 100%;
}

.aboutUsCard__txtBox {
  padding: 1.2rem 1.6rem;
}

.aboutUsCard__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.aboutUsCard__txt::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.473rem;
  margin-left: 2rem;
  background-image: url("../img/common/icon-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.aboutUsBlock {
  margin-bottom: 4.6rem;
}

.aboutUsBlock:last-child {
  margin-bottom: 0;
}

.aboutUsBlock__ttl {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  line-height: 1.33333;
  text-align: center;
}

.aboutUsBlock__img {
  margin-bottom: 3.2rem;
}

.aboutUsBlock__img > img {
  width: 100%;
}

.aboutUsBlock__btn .btnSquare {
  margin: 0 auto;
}

.aboutUsProject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1rem;
}

.aboutUsProject__item {
  width: 100%;
  margin-bottom: 1rem;
}

.aboutUsProject__link {
  display: block;
  color: #2e2d2d;
}

.aboutUsProject__img > img {
  width: 100%;
}

.question .content-area {
  background: #edeced;
}

.l-faq__inner {
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
}

.l-faq__block {
  margin-bottom: 4rem;
}

.l-faq__block:last-child {
  margin-bottom: 0;
}

.faqBlock__ttl {
  margin-bottom: 2.4rem;
  color: #2e2d2d;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.faq__item {
  margin-bottom: 1.6rem;
}

.faq__dt {
  position: relative;
  padding-left: 1.8rem;
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.faq__dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #707070;
  border-right: 0.1rem solid #707070;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__dt.open::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.faq__dd {
  display: none;
  margin-top: 0.8rem;
  margin-left: 1.8rem;
  padding: 1.6rem;
  background: #fff;
  color: #2e2d2d;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.faq__dd a {
  color: #2e2d2d;
  text-decoration: underline;
}

.faq__dd a:hover {
  text-decoration: underline;
}

.single-item #main #item-info .row {
  margin: 0 0 32px;
}

.l-snap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgba(195, 195, 195, 0.4);
  overflow: hidden;
}

.l-snap + .l-itemSec::before {
  content: none;
}

.snapSecTtl {
  margin-bottom: 5rem;
  color: #707070;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.7rem;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 300;
}

.snapSlider {
  position: relative;
  margin: 0 auto;
}

.snapSlider__label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.4rem;
  color: #675555;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 10;
}

.snapSlider__label::before {
  content: "";
  display: block;
  width: 13.06vw;
  height: 0.1rem;
  background: #b0acac;
  margin-right: 0.4rem;
}

.snapSlider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.8rem;
}

.snapSlider__img {
  width: 57.2%;
  opacity: 0.58;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snapSlider__body {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snapSlider__bodyLabel {
  position: absolute;
  top: -0.7rem;
  left: 0;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #675555;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 10;
}

.snapSlider__bodyLabel::before {
  content: "";
  display: block;
  width: 4.5rem;
  margin-right: 0.33rem;
  height: 0.1rem;
  background: #b0acac;
}

.snapSlider__txtBox {
  background: #f5f5f5;
  padding: 1.4rem 1.9rem 1.2rem;
}

.snapSlider__ttl {
  margin-bottom: 0.8rem;
  color: #323131;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  font-weight: 600;
  line-height: calc(17 / 13);
}

.snapSlider__txt {
  color: #707070;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
  letter-spacing: 0.011em;
}

.snapSlider__txt a {
  text-decoration: underline;
  color: #323131;
}

.snapSlider__txt a:hover {
  text-decoration: underline;
}

.slick-active .snapSlider__img,
.is-active-next .snapSlider__img {
  width: 78.8%;
  opacity: 1;
}

.slick-active .snapSlider__body,
.is-active-next .snapSlider__body {
  opacity: 1;
}

.slick-slide-prev .snapSlider__header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slick-slide-next .snapSlider__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.snapSlider .slick-prev,
.snapSlider .slick-next {
  width: 9.48vw;
  height: 7.69vw;
  z-index: 10;
}

.snapSlider .slick-next {
  top: 30%;
  left: 83%;
}

.snapSlider .slick-prev {
  top: 30%;
  left: auto;
  right: 83%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.snapSlider .slick-prev:before,
.snapSlider .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/icon_arrow_snapSlider_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.postCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin-bottom: -3rem;
}

.postCard__item {
  width: 100%;
  margin-bottom: 3rem;
}

.postCard__item:nth-child(3n) {
  /* margin-right: 0; */
}

.postCard__link {
  display: block;
  color: #646464;
  margin: 0 10px;
}

.postCard__img {
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.postCard__img::after {
  content: "";
  display: block;
  padding-top: 90%;
}

.postCard__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postCard__date {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35714;
  letter-spacing: 0.07em;
}

.postCard__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.42857;
}

.rankingTab {
  margin-bottom: 5.6rem;
  text-align: center;
}

.rankingTab__list {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.rankingTab__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
}

.rankingTab__item {
  position: relative;
  padding: 1.2rem;
  margin: 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

.rankingTab__item:first-child {
  margin-left: 2.4rem;
}

.rankingTab__item:last-child {
  margin-right: 2.4rem;
}

.rankingTab__item.active {
  font-size: 700;
}

.rankingTab__item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #707070;
  z-index: 10;
}

.rankingBlock {
  display: none;
}

.rankingBlock.is-show {
  display: block;
}

.rankingCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4rem;
}

.rankingCard__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4rem;
  background-color: #fff;
}

.rankingCard__item:nth-child(2n) {
  margin-right: 0;
}

.rankingCard__link {
  position: relative;
  display: block;
  padding-top: 2.5rem;
  color: #646464;
}

.rankingCard__rank {
  position: absolute;
  top: -1.1rem;
  left: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d0c590;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.rankingCard__img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.rankingCard__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.rankingCard__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rankingCard__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 1rem 1.4rem;
}

.rankingCard__ttl {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.rankingCard__price {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}

.bgImg > img {
  width: 100%;
}

.reservationSaleFlow {
  margin: 1rem 0 0.5rem;
}

.reservationSaleFlow__link {
  margin-bottom: 0.5rem;
}

.reservationSaleFlow__link a {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
}

.reservationSaleFlow__desc {
  font-size: 1.4rem;
}

.companyPageLead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.companyPageLead__btn {
  margin-bottom: 2.4rem;
  display: inline-block;
  margin-bottom: 2.8rem;
  padding: 1.6rem 4rem;
  background: #0da8ed;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
}

.companyPageLead__link {
  display: inline-block;
  color: #595959;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}

.companyPageLead__link:hover {
  text-decoration: underline;
}

.company {
  scroll-behavior: smooth;
}

.company #sec-flow {
  margin-bottom: 48px;
}

.company #sec-form {
  padding-top: 48px;
}

.company .comment a {
  color: #78a497 !important;
  font-weight: 700;
  text-decoration: underline;
}

.company #form-contact .col.type-select:before,
.company #form-order .col.type-select:before,
.company #form-sort .type-select:before {
  content: none;
}

.content-area--202109 {
  overflow-x: hidden;
}

.content-area--202109 .itemBtn {
  display: block;
  width: 18rem;
  padding: 1.4rem 0.6rem;
  background-color: #0d887b;
  color: #fff;
  text-align: center;
}

.content-area--202109 .itemBtn .sm {
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-left: 0.8rem;
}

.content-area--202109 .closeBtn {
  position: absolute;
  top: 4rem;
  right: 2.6rem;
  width: 4rem;
  height: 4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.content-area--202109 .closeBtn:hover, .content-area--202109 .closeBtn:focus {
  opacity: 0.7;
}

.content-area--202109 .closeBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #c7c5ca;
}

.content-area--202109 .closeBtn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.content-area--202109 .closeBtn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.content-area--202109 main {
  margin: 0 auto;
}

.content-area--202109 .sidebar-left {
  display: none;
}

.content-area--202109 .fa-star,
.content-area--202109 .fa-star-o {
  color: #d0c590;
}

.itemBtncover {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.itemBtncover.is_show {
  visibility: visible;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.itemBtncover.dark {
  background-color: #000;
}

.l-item {
  margin-bottom: 8rem;
}

.l-item__flex {
  margin-bottom: 4rem;
}

.l-item__colorSlider {
  background-color: #f3f2f2;
}

.l-item__colorSliderTop {
  position: relative;
}

.l-item__colorSliderTop.popUp {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1100;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.l-item__colorSliderTop.popUp .colorSlide__glass {
  display: none;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-item__colorSlideBottom {
  padding: 0 2rem 1rem;
}

.l-item__desc {
  padding: 0 1.6rem;
}

.l-item__descTop {
  margin-bottom: 6rem;
}

.colorSlide {
  display: none;
}

.colorSlide.is_show {
  display: block;
}

.colorSlide__num {
  position: absolute;
  bottom: 1.8rem;
  left: 1.8rem;
  color: #646464;
  font-size: 1.8rem;
  z-index: 10;
}

.colorSlide__iconList {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}

.colorSlide__icon {
  margin-bottom: 0.5rem;
  padding: 0.2rem 1.2rem;
  border: 0.1rem solid #dc694a;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
}

.colorSlide__icon:last-child {
  margin-bottom: 0;
}

.colorSlide__icon--sale {
  background-color: #dc694a;
  color: #ffffff;
}

.colorSlide__icon--new {
  color: #dc694a;
}

.colorSlide__glass {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
  cursor: pointer;
  z-index: 10;
}

.colorSlide .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.colorSlide .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.colorSlide .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colorSlide .swiper-button-prev,
.colorSlide .swiper-button-next {
  position: absolute;
  width: 0.88rem;
  height: 1.696rem;
  background-size: 0.88rem 1.696rem;
  margin-top: -0.44rem;
}

.colorSlide .swiper-button-prev {
  margin-left: 1rem;
}

.colorSlide .swiper-button-next {
  margin-right: 1rem;
}

.colorSlide .swiper-button-prev,
.colorSlide .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/common/icon-arrow-slider.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.colorSlide .swiper-button-next,
.colorSlide .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/common/icon-arrow-slider.png");
}

.colorSlideCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.colorSlideCover.is_show {
  opacity: 1;
  visibility: visible;
}

.colorSlideCover .closeBtn span {
  background-color: #fff;
}

.colorSlideCover__imgWrapper {
  position: absolute;
  top: 50%;
  left: 10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: calc(50% - 5rem);
  z-index: 1100;
}

.colorSlideCover__imgWrapper.is_show {
  display: block;
}

.selectColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
  font-size: 1.1rem;
}

.selectColor dt {
  font-weight: 500;
}

.selectColor__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectColor__img {
  width: 1.5rem;
  margin: 0 2rem;
}

.selectColor__img img {
  border-radius: 50%;
}

.colorList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2rem;
}

.colorList__item {
  position: relative;
  width: 3.8rem;
  margin-right: 1.16rem;
  margin-bottom: 1.6rem;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.colorList__item.soldOut img {
  opacity: 0.2;
}

.colorList__item.current::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 2rem;
  height: 1rem;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
}

.colorList__img img {
  border-radius: 50%;
}

.colorList__soldOut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.colorList__exclusive {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.item__ttl {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #dcdcdc;
  color: #1c1c1c;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.item__id {
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.item__ttlSm {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}

.item__priceFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.item__priceBox {
  color: #646464;
  font-size: 2.4rem;
}

.item__priceBox .clr {
  font-weight: 700;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.item__price {
  line-height: 1;
}

.item__priceTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item__priceTag {
  margin-right: 1rem;
  padding: 0.3rem 1.75rem;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 0.4rem;
}

.item__priceTag:last-child {
  margin-right: 0;
}

.item__priceTag--postage {
  background-color: #c86f6f;
  color: #fff;
}

.item__priceTag--returns {
  background-color: #dcdcdc;
  color: #646464;
}

.item__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}

.item__review .reviewresult {
  font-size: 1.2rem;
  text-decoration: underline;
}

.item__review .reviewresult a {
  color: #646464 !important;
}

.item__starBox .star0 .fa-star:nth-of-type(1)::before,
.item__starBox .star0 .fa-star:nth-of-type(2)::before,
.item__starBox .star0 .fa-star:nth-of-type(3)::before,
.item__starBox .star0 .fa-star:nth-of-type(4)::before,
.item__starBox .star0 .fa-star:nth-of-type(5)::before {
  content: "\f006";
}

.item__starBox .star1 .fa-star:nth-of-type(2)::before,
.item__starBox .star1 .fa-star:nth-of-type(3)::before,
.item__starBox .star1 .fa-star:nth-of-type(4)::before,
.item__starBox .star1 .fa-star:nth-of-type(5)::before {
  content: "\f006";
}

.item__starBox .star2 .fa-star:nth-of-type(3)::before,
.item__starBox .star2 .fa-star:nth-of-type(4)::before,
.item__starBox .star2 .fa-star:nth-of-type(5)::before {
  content: "\f006";
}

.item__starBox .star3 .fa-star:nth-of-type(4)::before,
.item__starBox .star3 .fa-star:nth-of-type(5)::before {
  content: "\f006";
}

.item__starBox .star4 .fa-star:nth-of-type(5)::before {
  content: "\f006";
}

.item__ship {
  font-size: 1.2rem;
}

.item__ship .date {
  color: #ec491d;
}

.item__shipTxtBox {
  line-height: 1.66667;
}

.item__shipLink {
  text-decoration: underline;
}

.item__shipLink:hover, .item__shipLink:focus {
  text-decoration: underline;
}

.item__lead {
  margin-bottom: 3.2rem;
  color: #1c1c1c;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.66667;
}

.item__desc {
  line-height: 1.85714;
}

.l-fixedDesc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 0.1rem solid #979797;
  background-color: #fff;
  z-index: 900;
  display: none;
}

.l-fixedDesc.is_fixed {
  display: block;
}

.l-fixedDesc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 112rem;
  margin: 0 auto;
  padding: 1rem 1.6rem;
}

.l-fixedDesc__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-fixedDesc__right .normal-cat {
  background: #0d887b;
  padding: 10px 15px;
}
/* .l-fixedDesc__right .btn_cart {
  background: #0d887b;
  padding: 13px 30px;
  border: none;
  font-weight: 700;
  color: #fff;
  margin-left: 2rem;
} */
.l-fixedDesc__right .floating_btn_cart {
  background: #0d887b;
  padding: 13px 30px;
  border: none;
  font-weight: 700;
  color: #fff;
  margin-left: 2rem;
}
.l-fixedDesc__right .normal-cat #itemBtnFixed {
  color: #fff;
}

.fixedDesc__price {
  color: #646464;
  font-size: 1.8rem;
  font-weight: 900;
}

.fixedDesc__price .clr {
  margin-left: 0.6rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.fixedDesc__tags {
  display: none;
}

.fixedDesc__tag {
  margin-left: 1rem;
  padding: 0.34rem 1.7rem;
  border: 0.1rem solid #c7c7c7;
  border-radius: 0.4rem;
  color: #646464;
  font-size: 1rem;
}

.imgSlide {
  position: relative;
  padding-bottom: 3rem;
}

.imgSlide .swiper-slide {
  display: block;
  height: 32.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.imgSlide .swiper-slide > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgSlide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.imgSlide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.imgSlide .swiper-pagination-bullet {
  width: 100%;
  height: 0.2rem;
  background: #e5e5e5;
  border-radius: 0;
  opacity: 1;
}

.imgSlide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 0.3rem;
  margin-top: -0.1rem;
  background: #dcdcdc;
}

.l-itemPoint {
  margin: 0 -1.6rem;
  padding-bottom: 6rem;
}

.itemPoint {
  padding: 4rem 1.6rem 6rem;
}

.itemPoint:first-child {
  padding-top: 0;
}

.itemPoint__header {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  text-align: center;
}

.itemPoint__num {
  margin-bottom: 1.2rem;
  color: #1c1c1c;
}

.itemPoint__num .point {
  font-size: 1.8rem;
}

.itemPoint__num .num {
  font-size: 3.4rem;
}

.itemPoint__ttl {
  margin-bottom: 3rem;
  color: #000;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.36364;
}

.itemPoint__box {
  width: 84%;
  margin: 0 auto;
}

.itemPoint__box > * {
  margin-bottom: 2rem;
}

.itemPoint__box > *:last-child {
  margin-bottom: 0;
}

.itemPoint__box--01 {
  margin-bottom: 3.6rem;
}

.itemPoint__imgBox {
  margin-bottom: 2rem;
}

.itemPoint__note {
  margin-top: 2rem;
  font-size: 1.1rem;
}

.itemPoint__imgWrapper {
  position: relative;
}

.itemPoint__badge {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.13833;
  letter-spacing: 0;
  text-align: center;
}

.itemPoint {
  position: relative;
}

.itemPoint--02, .itemPoint--04 {
  background-color: #f3f2f2;
}

.itemPoint--02 .itemPoint__ttl {
  font-size: 2.1rem;
}

.itemPoint--04 .itemPoint__imgBox > * {
  margin-bottom: 2rem;
}

.itemPoint--04 .itemPoint__imgBox > *:last-child {
  margin-bottom: 0;
}

.itemPoint.itemPoint--movie {
  padding-top: 0;
}

.itemPoint--movie .movie-txt {
  margin-bottom: 1rem;
}
.itemPoint--movie iframe {
  height: 250px;
}
.itemPoint--movie .ytp-large-play-button {
  display: none;
}

.l-itemSec {
  position: relative;
  padding: 5rem 0;
}

.l-itemSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.6rem;
  display: block;
  width: 100vw;
  height: 0.1rem;
  background-color: #dcdcdc;
}

.l-itemSec__header {
  margin-bottom: 3.2rem;
}

.itemSec__ttl {
  color: #000;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-itemDesign__body {
  position: relative;
}

.designSlide {
  position: relative;
}

.designSlide__img {
  position: relative;
  width: 100%;
  background-color: #e0e4ec;
}

.designSlide__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.designSlide__img > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.designSlide__ttl {
  color: #1c1c1c;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.designSlide__txt {
  line-height: 1.85714;
}

.designSlideThumb {
  position: absolute;
  left: 0;
  z-index: 10;
}

.designSlideThumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
}

.designSlideThumb__item {
  width: 6rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.designSlideThumb__item.current {
  border: 0.3rem solid #000;
}

.designSlideThumb__img {
  position: relative;
  width: 100%;
}

.designSlideThumb__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.designSlideThumb__img > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.l-reviewlist__body {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}

.l-reviewlist .ec-detail-reviewlist {
  margin-bottom: 0;
  background: #e4e6e9;
}

.l-reviewlist .rev-leftbox-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.2rem 0;
  border: none;
  border-radius: 1rem;
}

.l-reviewlist .rev-leftbox-info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.2rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

.l-reviewlist .rev-leftbox-info .reave {
  margin-bottom: 1.2rem;
  color: #646464;
}

.l-reviewlist .rev-leftbox-info .restarimg {
  width: 100%;
}

.l-reviewlist .rev-leftbox-info .fa-star,
.l-reviewlist .rev-leftbox-info .fa-star-o {
  font-size: 2.4rem;
}

.l-reviewlist .rev-center {
  text-align: left;
}

.l-reviewlist .rev-center .countbox a {
  color: #838383;
}

.l-reviewlist .rev-right a {
  color: #838383 !important;
  border: none;
  font-weight: 500;
  padding: 1.4rem 0;
}

.l-reviewlist .review-sort {
  border-bottom-color: #fff;
}

.l-reviewlist .review-sort .review-sort-btn {
  padding: 0.3rem 0.8rem;
  background: #fff;
}

.l-reviewlist .review-sort .fa {
  color: #b5b5b5;
}

.l-reviewlist .rev-new-list {
  margin-top: 5rem;
}

.l-reviewlist .rev-list-info {
  margin-bottom: 0.6rem;
}

.l-reviewlist .rev-info-ttl {
  color: #1c1c1c;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
}

.l-reviewlist .rev-list-ref {
  margin-top: 2rem;
  padding: 1.6rem 0 0;
}

.l-reviewlist .rev-list-btn {
  padding: 0.4rem 1rem;
  background: #fff;
  border-bottom: none;
  color: #838383;
  margin-left: 2rem;
}

.l-reviewlist .rev-list-res-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-reviewlist .rev-list-res-head i {
  color: #707070;
}

.l-reviewlist .rev-more {
  background: #fff;
  color: #646464 !important;
  font-weight: 500;
  padding: 1.6rem;
}

.l-reviewlist .rev-more i {
  color: #646464 !important;
}

.l-itemSize__top {
  margin-bottom: 5.4rem;
}

.l-itemSize__bottom {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.itemSize__img {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto 2rem;
}

.itemSize__imgPc {
  display: none;
}

.itemSize__dl {
  font-size: 1.2rem;
}

.itemSize__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #dcdcdc;
}

.itemSize__dt {
  width: 6.5rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.itemSize__bottomTtl {
  margin-bottom: 3.2rem;
  color: #1c1c1c;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: center;
}

.analogySlide__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #838383;
}

.analogySlide__link:hover, .analogySlide__link:focus {
  opacity: 0.7;
}

.analogySlide__img {
  margin-bottom: 2.4rem;
}

.analogySlide__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.analogySlide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #dcdcdc;
}

.analogySlide__dt {
  width: 6.5rem;
  font-weight: 500;
}

.l-itemSelect {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: 90vh;
  width: calc(100vw - 4rem);
  border-radius: 1rem;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1010;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-itemSelect.is_show {
  opacity: 1;
  visibility: visible;
}

.l-itemSelect::-webkit-scrollbar {
  display: none;
}

.l-itemSelect__header {
  padding: 4rem 0;
}

.l-itemSelect__option {
  padding: 0;
}

.l-itemSelect .tb-type01 {
  width: 100%;
}

.l-itemSelect .tb-type01 th,
.l-itemSelect .tb-type01 td {
  padding: 4px;
}

.l-itemSelect .tb-type01 th img {
  width: 25px;
}

.l-itemSelect .tb-type01 label.cart-radio-lbl,
.l-itemSelect .tb-type01 .tb-no-stock {
  width: 100%;
  text-align: center;
  font-size: 90%;
}

.l-itemSelect .tb-type01 .tb-no-stock {
  color: #ff9900;
  font-size: 125%;
}

.l-itemSelect .tb-type01 label.cart-radio-lbl input[type="checkbox"],
.l-itemSelect .tb-type01 label.cart-radio-lbl input[type="radio"] {
  display: none;
}

.l-itemSelect .tb-type01 label.cart-radio-lbl {
  cursor: pointer;
  color: #57817d;
  font-weight: normal;
}

.l-itemSelect .tb-type01 label.cart-radio-lbl .lever:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 125%;
  position: relative;
  top: 2px;
}

.l-itemSelect .tb-type01 label.cart-radio-lbl input[type="checkbox"]:checked + .lever:before,
.l-itemSelect .tb-type01 label.cart-radio-lbl input[type="radio"]:checked + .lever:before {
  content: "\f192";
  font-family: FontAwesome;
  font-size: 125%;
}

.l-itemSelect .cart-stock-lmt {
  padding-left: 5px;
}

.l-itemSelect .btn_cart {
  border: 2px solid #57817d;
  color: #78a497;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 10%;
  width: 100%;
  background: #fff;
  font-family: FontAwesome;
}

.l-itemSelect .btn_cart:hover {
  opacity: 0.8;
}

.l-itemSelect .cart-title {
  color: #000;
  line-height: 1em;
  margin: 0 0 25px;
  text-align: right;
}

.l-itemSelect .cart-lot {
  border: 1px solid #000;
  font-size: 120%;
  margin: 0 15px;
  padding: 15px 5px 0;
  text-align: right;
  width: 3em;
}

.l-itemSelect #cart-option-area {
  display: none;
}

.l-itemSelect #cart-option-frm input {
  width: 100%;
  margin: 5px 0;
}

.l-itemSelect .cart-option-box {
  background: #F5F6EF;
  margin: 0 0 15px;
  padding: 15px;
  color: #31291e;
}

.l-itemSelect #cart-option-com {
  background: #fff;
}

.l-itemSelect .cart-option-left {
  font-size: 100%;
  font-weight: bold;
  float: left;
  width: 60%;
}

.l-itemSelect .cart-option-right {
  float: right;
  width: 35%;
}

.l-itemSelect .cart-option-right2 {
  float: right;
  width: 35%;
}

.l-itemSelect #cart-option-com-left {
  width: 48%;
  float: left;
  font-size: 90%;
}

.l-itemSelect #cart-option-com-right {
  width: 48%;
  float: right;
  font-size: 90%;
}

.l-itemSelect .cart-option-com-ttl {
  font-weight: bold;
  border-bottom: 1px solid #31291e;
  margin: 0 0 5px;
}

.l-itemSelect #cart-option-com-left p,
.l-itemSelect #cart-option-com-right p {
  margin: 3px 5px 0;
}

.l-itemSelect .cart-red {
  color: #ff0000;
  font-weight: bold;
}

.l-itemSelect .cart-option-notice {
  font-size: 73%;
  margin-top: 10px;
}

.l-itemSelect .cart-option-notice-title {
  font-weight: bold;
}

.l-itemSelect .fd_text {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 5px;
  font-weight: 800;
  color: #fff;
  margin: 0 1em 0 0;
  background-color: #066e84;
  margin-bottom: .3rem;
}

.l-itemSelect .row {
  margin: 0;
}

.l-itemSelect .heading-type02 {
  border-bottom: none;
  color: #1c1c1c;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-itemSelect #item-colors {
  padding: 0 2.4rem;
  margin-bottom: 4rem;
}

.l-itemSelect #item-colors tr {
  border-top: 0.1rem solid #DCDCDC;
  min-height: 6rem;
}

.l-itemSelect #item-colors tr:last-child {
  border-bottom: 0.1rem solid #DCDCDC;
}

.l-itemSelect #item-colors tr.soldOut img,
.l-itemSelect #item-colors tr.soldOut .value {
  opacity: 0.5;
}

.l-itemSelect #item-colors th {
  margin-right: 1rem;
  padding: 1.2rem 0;
}

.l-itemSelect #item-colors th > img {
  border-radius: 50%;
}

.l-itemSelect #item-colors td {
  color: #646464;
}

.l-itemSelect #item-colors .cart-stock-lmt {
  color: #838383;
  font-size: 1.2rem;
}

.l-itemSelect #item-colors .tb-type01 label.cart-radio-lbl input[type="checkbox"]:checked + .lever:before,
.l-itemSelect #item-colors .tb-type01 label.cart-radio-lbl input[type="radio"]:checked + .lever:before {
  color: #0d887b;
}

.l-itemSelect #item-colors .label.cart-radio-lbl .lever:before {
  color: #c8c7c9;
}

.l-itemSelect .cart-option-box {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.l-itemSelect .eyecatch {
  padding: 0 1.6rem;
  margin-bottom: 3rem;
}

.l-itemSelect .cart-option {
  padding: 3rem 1.6rem;
  background: #f4f4f4;
  border-top: 0.1rem solid #dcdcdc;
  border-bottom: 0.1rem solid #dcdcdc;
  color: #838383;
}

.l-itemSelect .cart-option__row {
  margin-top: 0;
}

.l-itemSelect .cart-option-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}

.l-itemSelect .option-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-itemSelect .option-btn::before {
  content: "選択";
  margin-right: 1rem;
  color: #006774;
  letter-spacing: 0.075em;
}

.l-itemSelect .cart-option-box .cart-option-right .cart-radio-lbl {
  margin-top: 0;
}

.l-itemSelect .cart-option-left {
  color: #646464;
  width: 65%;
}

.l-itemSelect .list-radio-seal__item label {
  background: #f4f4f4;
  margin-bottom: 0;
  cursor: pointer;
}

.l-itemSelect .cart-seal-img {
  margin-bottom: 3.2rem;
}

.l-itemSelect #fonttype {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  padding: 0.9rem;
  cursor: pointer;
}

.l-itemSelect #cart-option-frm input {
  padding: 0.7rem 0.9rem;
}

.l-itemSelect .cart-box {
  padding: 4rem 1rem 0;
  border-top: 1px solid #000;
}

.l-itemSelect .cart-msg__day strong {
  color: #ec491d !important;
}

.l-itemSelect .cart-btn {
  text-align: center;
}

.l-itemSelect .cart-box .cart-btn .btn_cart {
  width: 18rem;
  margin-top: 2rem;
  padding: 1.2rem;
  border: 0.2rem solid #0d887b;
  background: #0d887b;
  font-size: 1.4rem;
  font-weight: 500;
}

.itemSelect__ttl {
  color: #1c1c1c;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-bottomStore {
  margin-top: 0 !important;
}

.l-bottomStore#bottom-store {
  margin: 0;
}

.l-bottomStore.container {
  width: 100%;
}

.l-bottomStore__slide {
  padding: 4.8rem 0;
  background-color: #f3f2f2;
}

.l-bottomStore__slide .itemSec__ttl {
  margin-bottom: 2.6rem;
}

.l-bottomStore__sec {
  max-width: 112rem;
  margin: 0 auto 4rem;
}

.l-bottomStore__sec:last-child {
  margin-bottom: 0;
}

.l-bottomStore__content {
  padding: 4.8rem 1.6rem;
}

.bottomStoreSlide__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.bottomStoreSlide__img {
  position: relative;
  background-color: #fff;
  margin-bottom: 1.8rem;
}

.bottomStoreSlide__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.bottomStoreSlide__img > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottomStoreSlide__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 6rem;
}

.bottomStoreSlide__ttl {
  color: #838383 !important;
  font-weight: 700;
}

.bottomStoreSlide__price {
  font-size: 1.2rem;
}

.bottomStoreSlide__price .price {
  display: inline-block;
}

.bottomStoreSlide__price .tax {
  display: inline-block;
}

.bottomStoreSlide__rank {
  position: absolute;
  top: -1.1rem;
  left: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #d0c590;
  color: #fff;
  font-size: 1.2rem;
}

.bottomStoreSlide .swiper-container {
  padding-top: 1.1rem;
}

.bottomStoreSlide .swiper-container .swiper-wrapper .swiper-slide {
  overflow: visible;
}

.bottomStoreContent__item {
  margin-bottom: 4.8rem;
}

.bottomStoreContent__item:last-child {
  margin-bottom: 0;
}

.bottomStoreContent__ttl {
  margin-bottom: 3.2rem;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  text-align: center;
}

.bottomStoreContent__link {
  display: block;
  max-width: 64rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bottomStoreContent__link:hover, .bottomStoreContent__link:focus {
  opacity: 0.7;
}

.keirou_2021 {
  color: #333;
}

.keirou_2021 .l-topKv {
  padding-bottom: 2vw;
  background-image: url("../img/keirou-campaign/bg-dark.png");
}

.keirou_2021 .l-topKv__header {
  /* margin-bottom: 8.72vw; */
}

.keirou_2021 .topKv__img {
  margin-bottom: 6.52vw;
}

.keirou_2021 .topKv__img > img {
  width: 100%;
}

.keirou_2021 .topKv__txt {
  color: #42210b;
  font-size: 4.29vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 1.63636;
  letter-spacing: 0.32em;
  text-align: center;
}

.keirou_2021 .topKv__txt--lg {
  font-size: 4.55vw;
  line-height: 1.68571;
  letter-spacing: 0.22em;
}

.keirou_2021 .topKv__movie {
  position: relative;
  width: 94.8%;
  margin: 0 auto 7.2vw;
}

.keirou_2021 .topKv__movie::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.keirou_2021 .topKv__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keirou_2021 .topKv__list {
  margin-top: 11.7vw;
}

.keirou_2021 .l-kv {
  background-color: #FAECEF;
}

.keirou_2021 .kv__item > img {
  width: 100%;
}

.keirou_2021 .l-howTo {
  background-color:#FDC4C4;
}

.keirou_2021 .l-howTo__header {
  margin-bottom: 7.81vw;
}

.keirou_2021 .l-howTo__bottom {
  text-align: center;
}

.keirou_2021 .howTo__ttl {
  padding-bottom: 6.51vw;
  border-bottom: 0.52vw solid #fff;
  font-size: 5.85vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.16em;
}

.keirou_2021 .howTo__ttl .lg {
  font-size: 1.33em;
}

.keirou_2021 .howTo__link {
  color: #4d4d4d;
  font-size: 3.9vw;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.keirou_2021 .step {
  margin-bottom: 7.81vw;
}

.keirou_2021 .step__item:not(:last-child) {
  margin-bottom: 9.76vw;
}

.keirou_2021 .step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.8vw;
}

.keirou_2021 .step__label {
  margin-right: 2.86vw;
  padding: 1.25vw 1.56vw 0.65vw;
  background-color: #fff;
  color: #666;
  font-size: 3.9vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.keirou_2021 .step__ttl {
  font-size: 5.2vw;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.keirou_2021 .step__txt {
  margin-bottom: 2.8vw;
  font-size: 4.42vw;
  font-weight: 500;
  line-height: 1.47059;
  letter-spacing: 0.08em;
}

.keirou_2021 .step__txt .bold {
  font-weight: 700;
}

.keirou_2021 .step__img > img {
  width: 100%;
}

.keirou_2021 .l-recommend {
  background-color: #fff;
}

.keirou_2021 .l-recommend__header {
  margin-bottom: 8.46vw;
}

.keirou_2021 .recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8vw;
  padding-bottom: 8vw;
}

.keirou_2021 .recommend__item:not(:last-child) {
  border-bottom: 0.13vw solid #333;
}

.keirou_2021 .recommend__left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.keirou_2021 .recommend__right {
  width: 50%;
}

.keirou_2021 .recommend__link {
  display: block;
  width: 100%;
  height: auto;
  color: #333 !important;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.keirou_2021 .recommend__link:hover, .keirou_2021 .recommend__link:focus {
  opacity: 0.7;
}

.keirou_2021 .recommend__ttl {
  margin-top: -1vw;
  font-size: 4.16vw;
  font-weight: 700;
  line-height: 1.40625;
  letter-spacing: 0.1em;
}

.keirou_2021 .recommend__ttl .sm {
  font-size: 0.687em;
}

.keirou_2021 .recommend__ttl.ls-0 {
  letter-spacing: 0;
}

.keirou_2021 .recommend__price {
  font-size: 3.64vw;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.keirou_2021 .recommend__txt {
  font-size: 3.25vw;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0.1em;
  text-align: justify;
}

.keirou_2021 .recommend__txt .underLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f1e064));
  background: linear-gradient(transparent 60%, #f1e064 0%);
}

.keirou_2021 .recommend__check {
  font-weight: bold;
  text-align: left;
  color: #666;
  margin-right: 1rem;
  line-height: 1;
  margin-top: 12px;
}

.keirou_2021 .recommend__check span {
  padding-left: 0.8rem;
  -webkit-animation: checkBtnAnimation 2s infinite;
          animation: checkBtnAnimation 2s infinite;
  display: inline-block;
}

@-webkit-keyframes checkBtnAnimation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0.4rem, 0);
            transform: translate(0.4rem, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes checkBtnAnimation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0.4rem, 0);
            transform: translate(0.4rem, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.keirou_2021 .recommend__note {
  padding: 1.75vw 0;
  font-size: 4.81vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: auto;
}

.keirou_2021 .recommend__note {
  display: block;
  width: 90%;
  padding: 1.15rem 0;
  font-size: 1.6rem;
  text-align: center;
  margin: auto;
  border: 2px double #543413;
}

.seeothers{
  border: solid;
  margin: auto;
}


.keirou_2021 .l-ranking {
  background-color: #ecccb4;
}

.keirou_2021 .l-ranking__header {
  margin-bottom: 6.51vw;
}

.keirou_2021 .ranking {
  text-align: center;
}

.keirou_2021 .ranking__item:not(:last-child) {
  margin-bottom: 8.85vw;
}

.keirou_2021 .ranking__img {
  position: relative;
  margin-bottom: 4.16vw;
}

.keirou_2021 .ranking__icon {
  position: absolute;
  bottom: -6.77vw;
  left: -1.82vw;
  width: 14.19vw;
}

.keirou_2021 .ranking__desc {
  display: inline-block;
  padding-bottom: 0.8vw;
  border-bottom: 0.26vw solid #000;
  font-size: 4.55vw;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.1em;
  text-align: center;
}

.keirou_2021 .ranking__desc .sm {
  font-size: 0.8em;
}

.keirou_2021 .l-mark {
  background-color: #ebcd86;
  padding-bottom: 8vw;
}

.keirou_2021 .l-mark__header {
  margin-bottom: 7.81vw;
}

.keirou_2021 .mark__lead {
  margin-bottom: 7.81vw;
  font-size: 4.55vw;
  font-weight: 500;
  line-height: 1.57143;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 12px;
}

.keirou_2021 .swiper__wrapper {
  position: relative;
  margin-bottom: 5.33vw;
}

.keirou_2021 .swiper__wrapper .swiper-pagination {
  margin-top: 1.2vw;
}

.keirou_2021 .swiper__wrapper .swiper-pagination-bullet {
  margin: 0 1vw;
  width: 1.17vw;
  height: 1.17vw;
  background-color: #fff;
  opacity: 1;
}

.keirou_2021 .swiper__wrapper .swiper-pagination-bullet-active {
  background-color: #000;
}

.keirou_2021 .swiper__wrapper.is_active .swiper-button-prev,
.keirou_2021 .swiper__wrapper.is_active .swiper-button-next,
.keirou_2021 .swiper__wrapper.is_active .swiper-pagination {
  display: none;
}

.keirou_2021 .l-postage {
  background-color: #e7d7c0;
}

.keirou_2021 .l-postage__header {
  margin-bottom: 7.81vw;
}

.keirou_2021 .postage__lead {
  margin-bottom: 7.81vw;
  font-size: 4.55vw;
  font-weight: 500;
  line-height: 1.57143;
  letter-spacing: 0.15em;
  text-align: center;
}

.keirou_2021 .l-insta {
  background-color:#FBEDEF;
}

.keirou_2021 .l-insta__body {
  margin-top: -13vw;
}

.keirou_2021 .insta__ttl {
  width: 73.3vw;
  margin: 0 auto;
  text-align: center;
}

.keirou_2021 .instaImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.keirou_2021 .instaImg__item {
  width: 48%;
  margin-bottom: 4%;
}

.keirou_2021 .instaImg__img {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.keirou_2021 .instaImg__img:hover, .keirou_2021 .instaImg__img:focus {
  opacity: 0.7;
}

.keirou_2021 .instaImg__pop {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 91.879%;
  max-width: 58rem;
  padding: 6.25%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1010;
}

.keirou_2021 .instaImg__pop.is_show {
  visibility: visible;
  opacity: 1;
}

.keirou_2021 .instaImg__txtLink, .keirou_2021 .instaImg__btn {
  display: block;
  font-size: 4.2vw;
  color: #333 !important;
  text-align: center;
  letter-spacing: 0.03em;
}

.keirou_2021 .instaImg__txtLink {
  margin: 3.9vw 0;
}

.keirou_2021 .instaImg__btn {
  margin: 0 auto;
  width: 82%;
  padding: 4vw 0;
  border: 0.13vw solid #707070;
}

.keirou_2021 .instaImg__closeBtn {
  position: absolute;
  top: -3vw;
  right: -3vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.keirou_2021 .instaImg__closeBtn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 3.2vw;
  height: 0.52vw;
  background-color: #333;
}

.keirou_2021 .instaImg__closeBtn > span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.keirou_2021 .instaImg__closeBtn > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.keirou_2021 .instaImg__modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1005;
  cursor: pointer;
}

.keirou_2021 .instaImg__modal.is_show {
  visibility: visible;
  opacity: 1;
}

.newSeason2022 img {
  width: 100%;
}

.newSeason2022 .l-inner--02 {
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
}

.newSeason2022 .l-sec {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

.newSeason2022 .secTtl {
  margin-bottom: 12.8vw;
}

.newSeason2022 .secTtl__img {
  margin: 0 auto 11.2vw;
  position: relative;
}

.newSeason2022 .secTtl__img::after {
  content: "";
  position: absolute;
  bottom: -8.53333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.26667vw;
  height: 3.86667vw;
  background: #9c8979;
}

.newSeason2022 .secTtl__txt {
  display: block;
  color: #484747;
  font-size: 6.4vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

.newSeason2022 .secLead {
  color: #484747;
  font-size: 3.73333vw;
  line-height: 1.35714;
  font-weight: 500;
}

.newSeason2022 .secTxt {
  color: #484747;
  font-size: 3.73333vw;
  line-height: 1.35714;
  font-weight: 500;
}

.newSeason2022 .btn, .newSeason2022 .newSeasonBag .btn--black, .newSeasonBag .newSeason2022 .btn--black {
  position: relative;
  display: block;
  width: 69.33333vw;
  margin: 0 auto;
  padding: 4.13333vw;
  background: #484747;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
}

.newSeason2022 .btn--arrow {
  padding-right: 8.53333vw;
}

.newSeason2022 .btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.23vw;
  height: 2.02667vw;
  background-image: url("../img/newseason2022/icon_chevron .svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeason2022 .l-info {
  padding: 3.73333vw;
  background: #615f5e;
}

.newSeason2022 .infoImg {
  width: 84.8vw;
  margin: 0 auto;
}

.newSeason2022 .l-kv {
  overflow: hidden;
}

.newSeason2022 .l-kv__header {
  position: relative;
  padding-top: 4.26667vw;
}

.newSeason2022 .l-kv__body {
  position: relative;
  z-index: 10;
  padding-bottom: 10.66667vw;
}

.newSeason2022 .kvLine {
  position: absolute;
  top: 1.86667vw;
  left: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}

.newSeason2022 .kvLine > img {
  width: 100%;
}

.newSeason2022 .kvSlider .swiper-wrapper {
  padding-left: 8%;
}

.newSeason2022 .kvLead {
  width: 66.13333vw;
  margin: -2.66667vw auto 6.93333vw;
}

.newSeason2022 .kvTtl {
  margin-bottom: 4.8vw;
  color: #4a4949;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 6.4vw;
  line-height: 1.66667;
  font-weight: 500;
  text-align: center;
}

.newSeason2022 .kvTtl__emphasis {
  color: #a08877;
}

.newSeason2022 .kvTag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newSeason2022 .kvTag__item {
  border: 0.16vw solid #a08877;
  margin-right: 1.33333vw;
  padding: 1.6vw 2.13333vw;
  color: #a08877;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.33333;
}

.newSeason2022 .kvTag__item:last-child {
  margin-right: 0;
}

.newSeason2022 .l-giftSet {
  background: #f1edeb;
  padding-bottom: 16.53333vw;
}

.newSeason2022 .l-giftSet__header .secTtl__img {
  width: 28vw;
}

.newSeason2022 .giftSetLead__box {
  position: relative;
  width: 84.8vw;
  margin: 0 auto 4.8vw;
  padding: 8vw 5.33333vw 5.33333vw 12vw;
  background: #615f5e;
}

.newSeason2022 .giftSetLead__label {
  position: absolute;
  top: -3.78667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.1vw 2.86vw;
  background: #fff;
  border-radius: 10vw;
  color: #a08877;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.4375;
  white-space: nowrap;
}

.newSeason2022 .giftSetLead__img {
  width: 100%;
}

.newSeason2022 .giftSetLead__txt {
  margin-bottom: 16.53333vw;
  font-size: 3.73333vw;
  text-align: center;
  font-weight: 500;
  line-height: 1.85714;
}

.newSeason2022 .giftSetCard {
  width: 100%;
}

.newSeason2022 .giftSetCard__item {
  width: 100%;
  margin-bottom: 21.33333vw;
}

.newSeason2022 .giftSetCard__item:last-child {
  margin-bottom: 0;
}

.newSeason2022 .giftSetCard__header {
  position: relative;
  width: 100%;
}

.newSeason2022 .giftSetCard__img {
  position: relative;
  overflow: hidden;
}

.newSeason2022 .giftSetCard__img::before {
  content: "";
  display: block;
  padding-top: 53.3%;
}

.newSeason2022 .giftSetCard__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newSeason2022 .giftSetCard__num {
  position: absolute;
  top: -6.66667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1edeb;
  border-radius: 50%;
  border: 0.26667vw solid #94a4b8;
  width: 13.33333vw;
  height: 13.33333vw;
  color: #94a4b8;
  font-size: 7.2vw;
  font-weight: 500;
  line-height: 1;
}

.newSeason2022 .giftSetCard__lead {
  position: absolute;
  left: 9.06667vw;
  top: -6.4vw;
  color: #a08877;
  font-size: 4vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 0.2em;
  z-index: 10;
}

.newSeason2022 .giftSetCard__lead span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 1.6vw 0;
  margin-right: 1.06667vw;
}

.newSeason2022 .giftSetCard__body {
  width: 100%;
  padding: 5.33333vw 5.33333vw 10.66667vw;
  background: #fff;
}

.newSeason2022 .giftSetCard__itemLabel {
  width: 24.66667vw;
  margin: 0 auto 1.8vw;
}

.newSeason2022 .setItem {
  margin-bottom: 4vw;
}

.newSeason2022 .setItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newSeason2022 .setItem__item {
  width: 33%;
  margin-right: 2%;
}

.newSeason2022 .setItem__item:last-child {
  margin-right: 0;
}

.newSeason2022 .setItem__img {
  margin-bottom: 1.6vw;
}

.newSeason2022 .setItem__ttl {
  color: #848484;
  font-size: 2.93333vw;
  font-weight: 700;
  line-height: 1.36364;
}

.newSeason2022 .setItem__ttl .price {
  color: #848484;
}

.newSeason2022 .setOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.26667vw;
}

.newSeason2022 .setOption__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.2vw;
  margin-right: 1.86667vw;
}

.newSeason2022 .setOption__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newSeason2022 .setOption__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7.52vw;
  padding: 0 3.46667vw;
  border: 0.2vw solid #a08877;
  border-radius: 4vw;
  background: #fff;
}

.newSeason2022 .setOption__item:nth-child(2) {
  margin-left: -1.46667vw;
}

.newSeason2022 .setOption__giftIcon {
  width: 4.8vw;
  margin-right: 1.33333vw;
}

.newSeason2022 .setOption__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.46667vw;
  margin-right: 1.65333vw;
}

.newSeason2022 .setOption__txt {
  display: inline-block;
  color: #a08877;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: calc(18 / 12);
}

.newSeason2022 .giftSetCard__ttlArea {
  padding: 3.2vw 0;
  border-top: 0.16vw solid #707070;
  border-bottom: 0.16vw solid #707070;
}

.newSeason2022 .giftSetCard__ttl {
  margin-bottom: 1.6vw;
  color: #484747;
  font-size: 4.53333vw;
  font-weight: 700;
  line-height: 1.05882;
  letter-spacing: -0.03em;
}

.newSeason2022 .giftSetCard__subTtl {
  color: #484747;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
}

.newSeason2022 .giftSetCard__priceArea {
  padding-top: 3.2vw;
}

.newSeason2022 .setItemPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 6.93333vw;
}

.newSeason2022 .setItemPrice__left {
  position: relative;
  margin-right: 10.66667vw;
  color: #707070;
  font-weight: 700;
}

.newSeason2022 .setItemPrice__left::after {
  content: "";
  position: absolute;
  top: 1.86vw;
  right: -6.93333vw;
  display: block;
  width: 3.64vw;
  height: 1.064vw;
  background-image: url("../img/newseason2022/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeason2022 .setItemPrice__left .price {
  font-size: 3.73333vw;
  line-height: 1.07143;
}

.newSeason2022 .setItemPrice__left .tax {
  font-size: 2.4vw;
}

.newSeason2022 .setItemPrice__right {
  color: #484747;
  font-weight: 700;
}

.newSeason2022 .setItemPrice__right .price {
  font-size: 4.8vw;
  line-height: 1.33333;
}

.newSeason2022 .setItemPrice__right .tax {
  font-size: 3.2vw;
}

.newSeason2022 .giftSetCard__emphasis {
  margin-bottom: 1.2vw;
  color: #d04236;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: calc(18 / 14);
  text-align: center;
}

.newSeason2022 .l-giftCardBox {
  background: #f1edeb;
}

.newSeason2022 .giftCardBox {
  padding: 4.8vw;
  background-image: url("../img/newseason2022/03_giftcard-3_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.newSeason2022 .giftCardBox__inner {
  position: relative;
  padding: 9.6vw 5.33333vw 13.33333vw;
  background: #fff;
}

.newSeason2022 .giftCardBox__label {
  width: 51.2vw;
  margin: 0 auto 6.4vw;
}

.newSeason2022 .giftCardBox__ttl {
  margin-bottom: 2.66667vw;
  padding-bottom: 4.26667vw;
  border-bottom: 0.26667vw solid #484747;
  font-size: 5.6vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 1.47619;
  text-align: center;
}

.newSeason2022 .giftCardBox__txt {
  margin-bottom: 5.33333vw;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.35714;
  text-align: center;
}

.newSeason2022 .giftCardBox__img {
  margin-bottom: 7.86667vw;
}

.newSeason2022 .l-review {
  background: #f1edeb;
  padding-top: 16.53333vw;
}

.newSeason2022 .l-review__header .secTtl__img {
  width: 38.13333vw;
}

.newSeason2022 .l-insta {
  margin-bottom: 21.33333vw;
}

.newSeason2022 .instaLabel {
  width: 34.4vw;
  margin: 0 auto 9.6vw;
}

.newSeason2022 .instaCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4.26667vw;
}

.newSeason2022 .instaCard__item {
  width: 47.8%;
  margin-right: 4.4%;
  margin-bottom: 4.26667vw;
}

.newSeason2022 .instaCard__item:nth-child(2n) {
  margin-right: 0;
}

.newSeason2022 .l-voice__header {
  margin-bottom: 6.4vw;
  text-align: center;
}

.newSeason2022 .voiceSecTtl {
  position: relative;
  display: inline-block;
}

.newSeason2022 .voiceSecTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 33.06667vw;
  height: 0.26667vw;
  background: #484747;
}

.newSeason2022 .voiceSecTtl__txt {
  position: relative;
  z-index: 10;
  background: #f1edeb;
  padding: 0 1.6vw;
  color: #484747;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.72222;
}

.newSeason2022 .voiceCard__item {
  margin-bottom: 2.66667vw;
  padding: 3.2vw;
  background: #fff;
}

.newSeason2022 .voiceCard__item:last-child {
  margin-bottom: 0;
}

.newSeason2022 .voiceCard__star {
  margin-bottom: 2.4vw;
  color: #ac8f17;
  font-size: 3.46667vw;
  line-height: 1.46154;
  letter-spacing: 0.01em;
}

.newSeason2022 .voiceCard__txt {
  color: #484747;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.28571;
}

.newSeason2022 .l-giftCat__content:first-child {
  margin-bottom: 12.8vw;
}

.newSeason2022 .giftCatTtl {
  margin-bottom: 5.33333vw;
  padding: 4vw;
  border: 0.26667vw solid #484747;
  color: #484747;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}

.newSeason2022 .priceNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newSeason2022 .priceNav__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3.46667vw;
}

.newSeason2022 .priceNav__item:nth-child(2n) {
  margin-right: 0;
}

.newSeason2022 .priceNav__link {
  display: block;
  background: #dedede;
  padding: 1.06667vw 4.26667vw;
  color: #484747;
  font-size: 4vw;
  font-weight: 700;
}

.newSeason2022 .itemNavWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newSeason2022 .itemNav {
  width: 48%;
}

.newSeason2022 .itemNav__item {
  border-top: 0.13333vw solid #707070;
}

.newSeason2022 .itemNav__item:last-child {
  border-bottom: 0.13333vw solid #707070;
}

.newSeason2022 .itemNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newSeason2022 .itemNav__img {
  position: relative;
  width: 25%;
  overflow: hidden;
}

.newSeason2022 .itemNav__img::before {
  content: "";
  display: block;
  padding-top: 123.2%;
}

.newSeason2022 .itemNav__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newSeason2022 .itemNav__ttl {
  width: 75%;
  padding-left: 1.6vw;
  color: #4a4949;
  font-size: 2.93333vw;
  font-weight: 700;
}

.newSeason2022 .l-giftOption {
  background: #a08877;
}

.newSeason2022 .l-giftOption__header .secTtl__img {
  width: 22.18667vw;
}

.newSeason2022 .l-giftOption__header .secTtl__img::after {
  background: #fff;
}

.newSeason2022 .l-giftOption__header .secTtl__txt {
  color: #fff;
}

.newSeason2022 .giftOption {
  padding: 10.66667vw 4.26667vw 6.4vw;
  background: #fff;
  color: #484747;
}

.newSeason2022 .giftOption__block {
  text-align: center;
}

.newSeason2022 .giftOption__block:first-child {
  margin-bottom: 12.8vw;
}

.newSeason2022 .giftOption__header {
  margin-bottom: 7.46667vw;
}

.newSeason2022 .giftOption__label {
  margin: 0 auto 2.4vw;
}

.newSeason2022 .giftOption__label--name {
  width: 37.6vw;
}

.newSeason2022 .giftOption__label--wrapping {
  width: 22.4vw;
}

.newSeason2022 .giftOption__ttl {
  margin-bottom: 0.8rem;
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.47619;
}

.newSeason2022 .giftOption__img {
  margin-bottom: 3.8vw;
}

.newSeason2022 .giftOption__lead {
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.35714;
}

.newSeason2022 .giftOption__item {
  margin-bottom: 10.66667vw;
}

.newSeason2022 .giftOption__item:last-child {
  margin-bottom: 0;
}

.newSeason2022 .giftOption__emphasisImg {
  margin: 2.13333vw auto;
  width: 91.2%;
}

.newSeason2022 .giftOption__txt {
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: -0.02em;
}

.newSeason2022 .giftOption__txt--lg {
  font-size: 4vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-weight: 700;
}

.newSeason2022 .giftOption__txt--sm {
  font-size: 3.2vw;
}

.newSeason2022 .giftOption__emphasis {
  position: relative;
}

.newSeason2022 .l-store {
  background: #f1edeb;
}

.newSeason2022 .l-store__header .secTtl {
  margin-bottom: 5.33333vw;
}

.newSeason2022 .l-store__header .secTtl__img {
  width: 29.86667vw;
}

.newSeason2022 .l-store__header .secLead {
  text-align: center;
  margin-bottom: 10.66667vw;
}

.newSeason2022 .storeBox {
  background: #fff;
  margin-bottom: 9.6vw;
}

.newSeason2022 .storeBox__header {
  position: relative;
}

.newSeason2022 .storeBox__body {
  padding: 6.4vw 6.4vw 10.66667vw;
}

.newSeason2022 .storeBox__badge {
  position: absolute;
  bottom: -10vw;
  right: 5.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20vw;
  height: 20vw;
  background: #fcfc18;
  border-radius: 50%;
  color: #91a4ba;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.3125;
}

.newSeason2022 .storeBox__date {
  width: 43.73333vw;
  margin: 0 auto;
}

.newSeason2022 .storeBox__content {
  margin-top: 1.33333vw;
  margin-bottom: 8vw;
  text-align: center;
}

.newSeason2022 .storeBox__content--gift {
  position: relative;
  padding-top: 4.26667vw;
}

.newSeason2022 .storeBox__content--gift::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 53.33333vw;
  height: 0.26667vw;
  background: #9c8979;
}

.newSeason2022 .storeBox__label {
  display: inline-block;
  min-width: 28.8vw;
  margin-bottom: 1.73333vw;
  padding: 0 3.2vw;
  background: #e6e6e6;
  color: #a08877;
  font-size: 3.2vw;
  font-weight: 700;
}

.newSeason2022 .storeBox__txt {
  color: #a08877;
  font-size: 4.26667vw;
  line-height: 1.5625;
  font-weight: 700;
}

.newSeason2022 .storeBox__phoneIntro {
  width: 58.13333vw;
  margin: 0 auto;
}

.newSeason2022 .storeCard {
  width: 80vw;
  margin: 0 auto 21.33333vw;
}

.newSeason2022 .storeCard__list {
  margin-bottom: -12.26667vw;
}

.newSeason2022 .storeCard__item {
  margin-bottom: 12.26667vw;
  color: #484747;
}

.newSeason2022 .storeCard__ttl {
  margin-bottom: 3.2vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
}

.newSeason2022 .storeCard__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.2vw;
}

.newSeason2022 .storeCard__img::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.newSeason2022 .storeCard__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newSeason2022 .storeCard__txt {
  font-size: 3.73333vw;
  font-weight: 500;
  letter-spacing: 0.037em;
  line-height: 1.42857;
}

.newSeason2022 .l-storeNav {
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
}

.newSeason2022 .l-storeNav__header {
  position: relative;
  margin-bottom: 6.4vw;
}

.newSeason2022 .l-storeNav__header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.26667vw;
  background: #0e2540;
}

.newSeason2022 .storeNav__ttlImg {
  position: relative;
  z-index: 10;
  width: 26.66667vw;
  margin: 0 auto;
  padding: 1vw 2.93333vw 0;
  background: #f1edeb;
}

.newSeason2022 .storeNav {
  color: #0e2540;
}

.newSeason2022 .storeNav__item {
  margin-bottom: 3.73333vw;
}

.newSeason2022 .storeNav__item.target .storeNav__name::after {
  content: "ギフト特典対象";
  position: absolute;
  top: 50%;
  right: -28vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  padding: 0.66667vw 1.2vw;
  background: #a08877;
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.037em;
}

.newSeason2022 .storeNav__name {
  position: relative;
  display: inline-block;
  margin-bottom: 2.13333vw;
  padding-bottom: 0.53333vw;
  border-bottom: 0.26667vw solid #0e2540;
  color: #0e2540;
  font-size: 4.26667vw;
  line-height: 1.1875;
}

.newSeason2022 .storeNav__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.2;
}

.newSeason2022 .storeNav__address::before {
  content: "";
  display: block;
  width: 2.80533vw;
  height: 4.168vw;
  padding-right: 3.2vw;
  background-image: url("../img/newseason2022/icon_map.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeason2022 .l-aboutUs {
  background: #2e2e2e;
  color: #fff;
  text-align: center;
}

.newSeason2022 .l-aboutUs__header {
  margin-bottom: 8.53333vw;
}

.newSeason2022 .aboutUsTtl {
  margin-bottom: 0;
}

.newSeason2022 .aboutUsTtl__img {
  width: 20.53333vw;
  margin: 0 auto 4.26667vw;
}

.newSeason2022 .aboutUsTtl__txt {
  margin-bottom: 2.66667vw;
  color: #fff;
  font-size: 6.4vw;
  line-height: 1.29167;
  font-weight: 500;
  letter-spacing: 0;
}

.newSeason2022 .aboutUs__lead {
  line-height: 1.9375;
  font-weight: 500;
  font-size: 4.26667vw;
}

.newSeason2022 .aboutUs__img {
  margin-bottom: 6.4vw;
}

.newSeason2022 .aboutUs__txt {
  margin-bottom: 5.33333vw;
  font-size: 3.73333vw;
  line-height: 2;
  font-weight: 500;
}

.newSeason2022 .aboutUs__btn {
  display: block;
  width: 69.33333vw;
  margin: 0 auto;
  padding: 4.13333vw;
  border: 0.16vw solid #fff;
  color: #fff;
  font-size: 4.26667vw;
  text-align: center;
  line-height: 1.3125;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.newSeasonBag img {
  width: 100%;
}

.newSeasonBag .l-inner--02 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.newSeasonBag .bg--blue {
  background-size: cover;
  background-image: url("../img/newseason-bag/bg_sec_sp.jpg");
}

.newSeasonBag .secLabel {
  color: #484646;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
}

.newSeasonBag .btn, .newSeasonBag .btn--black {
  position: relative;
  display: block;
  width: 100%;
  padding: 4.26667vw;
  background: #fff;
  color: #694a4a;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: calc(21 / 16);
  text-align: center;
}

.newSeasonBag .btn::after, .newSeasonBag .btn--black::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.5vw;
  height: 2vw;
  background-image: url("../img/newseason-bag/icon_arrow_brown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeasonBag .btn--black {
  color: #484646;
}

.newSeasonBag .btn--black::after {
  background-image: url("../img/newseason-bag/icon_arrow_black.svg");
}

.newSeasonBag .l-notice {
  background: #391921;
  padding: 6.4vw 5.33333vw;
}

.newSeasonBag .notice__txtBox {
  color: #f5ecec;
  text-align: center;
}

.newSeasonBag .notice__txtBox .mb {
  margin-bottom: 5.33333vw;
}

.newSeasonBag .notice__ttl {
  font-size: 6.66667vw;
  font-weight: 700;
  line-height: calc(33 / 25);
}

.newSeasonBag .notice__txt {
  font-size: 4vw;
  font-weight: 500;
}

.newSeasonBag .notice__txtBold {
  font-size: 3.73333vw;
  font-weight: 700;
}

.newSeasonBag .l-catKv__inner {
  position: relative;
  overflow: hidden;
}

.newSeasonBag .catKvBox {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 8.53333vw 5.33333vw;
  z-index: 10;
}

.newSeasonBag .catKvScroll {
  position: relative;
  width: 10.66667vw;
  margin-bottom: 12.26667vw;
  padding-bottom: 16vw;
}

.newSeasonBag .catKvScroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.26667vw;
  height: 13.33333vw;
  background: #fff;
}

.newSeasonBag .catKvScroll::after {
  -webkit-animation: scrollAnime 2s ease infinite;
          animation: scrollAnime 2s ease infinite;
}

@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30.1% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@keyframes scrollAnime {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30.1% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

.newSeasonBag .catKvTxtImg {
  width: 40.26667vw;
}

.newSeasonBag .catKvTtl {
  margin-bottom: 4.26667vw;
  color: #fff;
}

.newSeasonBag .catKvTtl .sm {
  display: block;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: calc(39 / 18);
}

.newSeasonBag .catKvTtl .lg {
  margin-bottom: 1.06667vw;
  display: block;
  font-size: 6.93333vw;
  font-weight: 700;
  line-height: calc(39 / 26);
}

.newSeasonBag .catKvTtl .emphasis {
  display: inline-block;
  padding: 0 1.33333vw;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 0.26667vw solid #fcfdfd;
}

.newSeasonBag .catKvLabel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newSeasonBag .catKvLabel__item {
  margin-right: 1.33333vw;
  padding: 1.46667vw 2.13333vw;
  background: #000;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: calc(16 / 12);
}

.newSeasonBag .catKvLabel__item:last-child {
  margin-right: 0;
}

.newSeasonBag .catKvSlider .swiper-pagination {
  position: absolute !important;
  text-align: right;
  padding-right: 5.33333vw;
  bottom: 8vw;
}

.newSeasonBag .catKvSlider.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9.33333vw;
  height: 0.53333vw;
  border: none;
  border-radius: 0;
  background: #fff;
  margin-left: 0;
  margin-right: 1.33333vw;
}

.newSeasonBag .catKvSlider.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.newSeasonBag .catKvSlider.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #b9998e;
}

.newSeasonBag .secNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newSeasonBag .secNav__item {
  width: 42.66667vw;
  margin: 0 2vw;
}

.newSeasonBag .secNavBtn {
  position: relative;
  display: block;
  padding: 5.62vw;
  background: #a27f7f;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  outline: 0.26667vw solid #fff;
  outline-offset: -1.6vw;
}

.newSeasonBag .secNavBtn--mens {
  background: #817d7d;
}

.newSeasonBag .secNavBtn::after {
  content: "";
  position: absolute;
  bottom: 3.46667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-top: 1.03733vw solid #fff;
  border-left: 1.044vw solid transparent;
  border-right: 1.044vw solid transparent;
}

.newSeasonBag .l-catRank {
  padding-top: 6.66667vw;
}

.newSeasonBag .l-catRank__block {
  padding-top: 12vw;
  padding-bottom: 12vw;
  overflow: hidden;
}

.newSeasonBag #mens.l-catRank__block .catRankCard__body {
  background: #817d7d;
}

.newSeasonBag .l-catRank__header {
  margin-bottom: 10.13333vw;
}

.newSeasonBag .catRankSecTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.66667vw;
  color: #484646;
  text-align: center;
}

.newSeasonBag .catRankSecTtl__txt {
  font-size: 5.86667vw;
  font-weight: 500;
  line-height: calc(34 / 24);
}

.newSeasonBag .catRankSecTtl__num {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 8.53333vw;
  line-height: calc(46 / 32);
  font-weight: 600;
}

.newSeasonBag .catRankCard__item {
  position: relative;
  margin-bottom: 25.06667vw;
}

.newSeasonBag .catRankCard__item:last-child {
  margin-bottom: 0;
}

.newSeasonBag .catRankCard__item:nth-child(1) .catRankCard__num {
  background: #932011;
}

.newSeasonBag .catRankCard__item:nth-child(2) .catRankCard__num {
  background: #595f65;
}

.newSeasonBag .catRankCard__item:nth-child(3) .catRankCard__num {
  background: #a7660d;
}

.newSeasonBag .catRankCard__item:nth-child(n + 4) .catRankCard__num {
  background: #9d9999;
}

.newSeasonBag .catRankCard__item:nth-child(n + 4) .catRankCard__body {
  padding-top: 11.8vw;
}

.newSeasonBag .catRankCard__num {
  position: absolute;
  top: -10.66667vw;
  right: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.66667vw;
  height: 18.66667vw;
  border-radius: 50%;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1;
  z-index: 50;
}

.newSeasonBag .catRankCard__num .lg {
  font-size: 6.93333vw;
}

.newSeasonBag .catRankCard__num .sm {
  -webkit-transform: translateY(0.2vw);
          transform: translateY(0.2vw);
}

.newSeasonBag .catRankCard__slider {
  position: relative;
  width: 83.46667vw;
}

.newSeasonBag .catRankSlider__txt {
  position: absolute;
  top: 18vw;
  right: -10.8vw;
  color: #a27f7f;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 2.66667vw;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  letter-spacing: 0.2em;
}

.newSeasonBag .catRankSlider__link {
  display: block;
}

.newSeasonBag .catRankSlider__img {
  position: relative;
}

.newSeasonBag .catRankSlider__img::after {
  content: "";
  position: absolute;
  top: -1.6vw;
  right: -1.6vw;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.newSeasonBag .catRankSlider__img > img {
  position: relative;
  z-index: 10;
}

.newSeasonBag .catRankSlider__desc {
  position: absolute;
  bottom: 2.66667vw;
  left: 5.33333vw;
  z-index: 40;
  pointer-events: none;
}

.newSeasonBag .catRankSlider__inch {
  display: inline-block;
  margin-bottom: 3.2vw;
  padding: 0.53333vw 1.7vw;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  border: 0.16vw solid #fdfdfd;
  color: #fff;
  line-height: calc(16 / 12);
  font-size: 3.2vw;
  font-weight: 700;
  border-radius: 1.33333vw;
}

.newSeasonBag .catRankSlider__color {
  width: 12.96vw;
  margin: 0 auto;
}

.newSeasonBag .catRankCard__body {
  position: relative;
  width: 92.26667vw;
  margin-left: auto;
  margin-top: -10.66667vw;
  padding-top: 17.86667vw;
  background: #a27f7f;
}

.newSeasonBag .catRankCard__imgWrapper {
  position: relative;
  width: 73.33333vw;
  margin-left: auto;
}

.newSeasonBag .catRankCard__imgTxt {
  position: absolute;
  top: 0;
  left: -7vw;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 2.66667vw;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.newSeasonBag .catRankCard__imgLink {
  display: block;
}

.newSeasonBag .catRankCard__ttl {
  padding: 5.86667vw;
  padding-right: 0;
}

.newSeasonBag .catRankTtl {
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: calc(28 / 18);
}

.newSeasonBag .catRankCard__statue {
  padding: 8vw 5.86667vw;
}

.newSeasonBag .catRankStatus {
  color: #fff;
  margin-bottom: 8vw;
}

.newSeasonBag .catRankStatus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.26667vw;
}

.newSeasonBag .catRankStatus__item:last-child {
  margin-bottom: 0;
}

.newSeasonBag .catRankStatus__dt {
  width: 16.66%;
  font-size: 3.2vw;
  font-weight: 700;
}

.newSeasonBag .catRankStatus__dd {
  width: 66.66%;
}

.newSeasonBag .catRankStatus__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.06667vw;
}

.newSeasonBag .catRankStatus__bar > span {
  width: 23.5%;
  height: 0.8vw;
  background: #fff;
}

.newSeasonBag .catRankStatus__bar > span.pick {
  background: #f58852;
}

.newSeasonBag .catRankStatus__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newSeasonBag .catRankStatus__txt > span {
  font-size: 2.66667vw;
  font-weight: 700;
}

.newSeasonBag .catRankCard__desc {
  position: relative;
  background: #694a4a;
  color: #fff;
}

.newSeasonBag .catRankDesc__body {
  position: relative;
  padding: 5.33333vw 5.86667vw;
}

.newSeasonBag .catRankDesc__name {
  margin-bottom: 2.13333vw;
  font-size: 4.8vw;
  font-weight: 700;
}

.newSeasonBag .catRankDesc__name .sm {
  font-size: 3.73333vw;
}

.newSeasonBag .catRankDesc__price .before {
  font-size: 3.73333vw;
}

.newSeasonBag .catRankDesc__price .lineThrough {
  text-decoration: line-through;
}

.newSeasonBag .catRankDesc__price .price {
  color: #f58852;
  font-size: 7.46667vw;
  font-weight: 700;
  line-height: calc(23 / 18);
  text-decoration: underline;
}

.newSeasonBag .catRankDesc__price .tax {
  color: #ddcdcd;
  font-size: 2.66667vw;
  font-weight: 700;
  line-height: calc(23 / 12);
}

.newSeasonBag .catRankReview__header {
  text-align: center;
  padding-bottom: 8vw;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.newSeasonBag .priceOff {
  position: absolute;
  top: 3.2vw;
  right: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.06667vw;
  height: 13.06667vw;
  background: #f58852;
  border-radius: 50%;
}

.newSeasonBag .priceOff__txt {
  color: #fff;
}

.newSeasonBag .priceOff__line {
  display: block;
  line-height: 1;
  text-align: center;
}

.newSeasonBag .priceOff__txt .lg {
  font-size: 5.33333vw;
  font-weight: 700;
  line-height: 1;
}

.newSeasonBag .priceOff__txt .sm {
  font-size: 2.66667vw;
  font-weight: 700;
  line-height: 1;
}

.newSeasonBag .catRankReview__header:hover {
  opacity: 0.7;
}

.newSeasonBag .catRankReview__headerTxt {
  position: relative;
  display: inline-block;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: calc(19 / 14);
}

.newSeasonBag .catRankReview__headerTxt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.86667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2.1vw;
  height: 1.8vw;
  background-image: url("../img/newseason-bag/icon_arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeasonBag .catRankReview__body {
  display: none;
  background: #4a5e69;
  padding: 8.53333vw 5.33333vw;
}

.newSeasonBag .review__evaluation {
  margin-bottom: 4.26667vw;
  color: #c3a89c;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: calc(21 / 16);
}

.newSeasonBag .review__item {
  margin-bottom: 12.8vw;
}

.newSeasonBag .review__star {
  margin-bottom: 3.2vw;
  color: #c3a89c;
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: calc(19 / 13);
}

.newSeasonBag .review__ttl {
  margin-bottom: 3.2vw;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: calc(23 / 14);
}

.newSeasonBag .review__txt {
  margin-bottom: 3.2vw;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: calc(18 / 14);
}

.newSeasonBag .review__txt:last-child {
  margin-bottom: 0;
}

.newSeasonBag .reviewClose {
  text-align: center;
}

.newSeasonBag .reviewClose__btn {
  position: relative;
  display: inline-block;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: calc(19 / 14);
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.newSeasonBag .reviewClose__btn:hover {
  opacity: 0.7;
}

.newSeasonBag .reviewClose__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.86667vw;
  display: block;
  width: 2vw;
  height: 1.8vw;
  background-image: url("../img/newseason-bag/icon_arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.newSeasonBag .catRankCard__item--rev .catRankCard__num {
  right: auto;
  left: 2.66667vw;
}

.newSeasonBag .catRankCard__item--rev .catRankCard__slider {
  margin-left: auto;
  z-index: 10;
}

.newSeasonBag .catRankCard__item--rev .catRankSlider__img::after {
  right: auto;
  left: -1.6vw;
}

.newSeasonBag .catRankCard__item--rev .catRankSlider__txt {
  right: auto;
  left: -10.8vw;
}

.newSeasonBag .catRankCard__item--rev .catRankSlider .swiper-pagination {
  text-align: left;
  padding-right: 0;
  padding-left: 4.8vw;
}

.newSeasonBag .catRankCard__item--rev .catRankSlider__desc {
  left: auto;
  right: 5.33333vw;
}

.newSeasonBag .catRankCard__item--rev .catRankCard__body {
  margin-left: 0;
  margin-right: auto;
}

.newSeasonBag .catRankCard__item--rev .catRankCard__imgWrapper {
  margin-left: 0;
  margin-right: auto;
}

.newSeasonBag .catRankCard__item--rev .catRankCard__imgTxt {
  left: auto;
  right: -7vw;
}

.newSeasonBag .catRankCard__debut {
  padding: 0 5.86667vw 6.4vw;
}

.newSeasonBag .debut {
  background: #9f7164;
}

.newSeasonBag .debut__ttl {
  margin-bottom: 2.2vw;
  color: #fdfdfd;
  font-weight: 500;
  text-align: center;
}

.newSeasonBag .debut__ttl .lg {
  display: block;
  margin-bottom: 1.06667vw;
  font-size: 6.4vw;
  line-height: 1.16667;
}

.newSeasonBag .debut__ttl .sm {
  font-size: 4.8vw;
  line-height: 1.55556;
}

.newSeasonBag .debut__header {
  padding-top: 3.2vw;
  margin-bottom: 15.46667vw;
}

.newSeasonBag .debut__header .secLabel {
  color: #fdfdfd;
  font-size: 2.66667vw;
}

.newSeasonBag .debut__headerInner {
  position: relative;
  width: 75.73333vw;
  margin: 0 auto;
  padding-top: 6.13333vw;
  padding-bottom: 2.66667vw;
  background: #815b50;
}

.newSeasonBag .debut__headerInner::after {
  content: "";
  position: absolute;
  bottom: -14.93333vw;
  left: 0;
  display: block;
  border-top: 14.93333vw solid #815b50;
  border-left: 37.86667vw solid transparent;
  border-right: 37.86667vw solid transparent;
}

.newSeasonBag .debut__imgWrapper {
  position: relative;
}

.newSeasonBag .debut__imgWrapper .catRankSlider__img::before {
  padding-top: 66.3%;
}

.newSeasonBag .debut__txtImg {
  position: absolute;
  top: -14.4vw;
  left: 17vw;
  width: 45.33333vw;
  z-index: 30;
}

.newSeasonBag .debut__date {
  position: absolute;
  top: -16vw;
  right: 2.66667vw;
  width: 20vw;
  border: 0.16vw solid #fffafa;
  border-radius: 50%;
  z-index: 30;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.newSeasonBag .debut__dateImg {
  position: relative;
  z-index: 50;
}

.newSeasonBag .debut__body {
  padding: 5.86667vw;
}

.newSeasonBag .debut__lead {
  margin-bottom: 5.33333vw;
  font-size: 4.8vw;
  color: #fff;
  font-weight: 700;
  line-height: calc(28 / 18);
  text-align: center;
}

.newSeasonBag .debut__lead .emphasis {
  color: #d5e1e3;
}

.newSeasonBag .debut__img {
  width: 54.4vw;
  margin: 0 auto 5.33333vw;
}

.newSeasonBag .debut__txtBox .catRankDesc__name,
.newSeasonBag .debut__txtBox .catRankDesc__price {
  color: #fff;
  text-align: center;
}

.newSeasonBag .catRankNote {
  margin-top: 8vw;
  font-size: 3.73333vw;
  line-height: calc(19 / 14);
  font-weight: 500;
  text-align: center;
}

.newSeasonBag .l-storeCampaign {
  padding-top: 12.26667vw;
  padding-bottom: 12.26667vw;
  background: #484646;
}

.newSeasonBag .l-storeCampaign__header {
  position: relative;
  margin-bottom: 9.06667vw;
}

.newSeasonBag .storeCampaign__badge {
  position: absolute;
  top: -16.53333vw;
  right: -2.66667vw;
  width: 22.93333vw;
  z-index: 10;
}

.newSeasonBag .storeCampaign__ttl {
  position: relative;
  margin-bottom: 3.2vw;
  padding: 3.73333vw;
  border-top: 0.26667vw solid #bfa99e;
  border-bottom: 0.26667vw solid #bfa99e;
  color: #c3a89c;
}

.newSeasonBag .storeCampaign__ttl .sm {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background: #484646;
  padding: 0 3.73333vw;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1;
}

.newSeasonBag .storeCampaign__ttl .lg {
  display: block;
  font-size: 5.33333vw;
  font-weight: 700;
  line-height: calc(23 / 20);
  text-align: center;
}

.newSeasonBag .storeCampaign__lead {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newSeasonBag .storeCampaign__lead .sm {
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: calc(34 / 18);
}

.newSeasonBag .storeCampaign__lead .lg {
  display: inline-block;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: calc(34 / 24);
}

.newSeasonBag .storeCampaignItem {
  margin-bottom: 10.66667vw;
}

.newSeasonBag .storeCampaignItem__item {
  position: relative;
  margin-bottom: 9.6vw;
}

.newSeasonBag .storeCampaignItem__item::after {
  content: "";
  position: absolute;
  bottom: -12.2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 14.66667vw;
  height: 14.66667vw;
  background-image: url("../img/newseason-bag/icon_or.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 30;
}

.newSeasonBag .storeCampaignItem__item:last-child {
  margin-bottom: 0;
}

.newSeasonBag .storeCampaignItem__item:last-child::after {
  content: none;
}

.newSeasonBag .storeCampaignItem__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #c3a89c;
  padding: 5.6vw 2vw;
  color: #fff;
}

.newSeasonBag .storeCampaignItem__ttl .sm {
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: calc(30 / 18);
}

.newSeasonBag .storeCampaignItem__ttl .lg {
  display: inline-block;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: calc(30 / 24);
}

.newSeasonBag .storeCampaignItem__img {
  position: relative;
  overflow: hidden;
}

.newSeasonBag .storeCampaignItem__img::before {
  content: "";
  display: block;
  padding-top: 64%;
}

.newSeasonBag .storeCampaignItem__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newSeasonBag .storeCampaign__date {
  width: 38.4vw;
  margin: 0 auto 10.66667vw;
}

.newSeasonBag .storeCampaign__btn > .btn--black {
  width: 78.93333vw;
  margin: 0 auto;
}

.newSeasonBag .l-catType {
  padding-top: 12.26667vw;
  padding-bottom: 12.26667vw;
}

.newSeasonBag .l-catType__header {
  margin-bottom: 6.93333vw;
  color: #484747;
  text-align: center;
}

.newSeasonBag .catType__num {
  display: block;
  margin-bottom: 1.8vw;
  font-size: 4.26667vw;
  font-weight: 500;
  text-align: center;
}

.newSeasonBag .catType__ttl {
  margin-bottom: 3.2vw;
  font-size: 6.4vw;
  line-height: calc(38 / 24);
  font-weight: 500;
  text-align: center;
}

.newSeasonBag .typeCard {
  margin-bottom: 8.53333vw;
}

.newSeasonBag .typeCard__item {
  margin-bottom: 8.53333vw;
}

.newSeasonBag .typeCard__link {
  position: relative;
  display: block;
}

.newSeasonBag .typeCard__txtBox {
  position: absolute;
  top: 10.66667vw;
  right: 4.8vw;
  color: #4a4949;
  text-align: right;
}

.newSeasonBag .typeCard__ttl {
  margin-bottom: 1vw;
  font-size: 5.33333vw;
  font-weight: 700;
  padding-right: 6.89vw;
}

.newSeasonBag .typeCard__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  font-size: 2.66667vw;
  font-weight: 700;
  text-decoration: underline;
}

.newSeasonBag .typeCard__btn::after {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 2vw;
  margin-left: 2.13333vw;
  background-image: url("../img/newseason-bag/icon_arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeasonBag .typeCard__item--rev .typeCard__txtBox {
  right: auto;
  left: 4.8vw;
}

.newSeasonBag .catTypeBtn {
  position: relative;
  display: block;
  width: 78.66667vw;
  margin: 0 auto;
  padding: 4.2vw;
  background: linear-gradient(45deg, #e9f0ff, #ffffff);
  color: #4a4949;
  font-size: 4.26667vw;
  text-align: center;
  font-weight: 700;
  line-height: calc(21 / 16);
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.newSeasonBag .catTypeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-image: url("../img/newseason-bag/icon_arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8vw;
  height: 2.02667vw;
}

.newSeasonBag .l-store {
  padding-top: 12.26667vw;
  padding-bottom: 14.4vw;
}

.newSeasonBag .l-store_top {
  padding-left: 2.66667vw;
  padding-right: 2.66667vw;
}

.newSeasonBag .storeService {
  margin-bottom: 7.46667vw;
  padding: 9.33333vw 5.33333vw 5.33333vw;
  background: #fff;
  border: 2.66667vw solid #bfa99e;
  color: #484646;
}

.newSeasonBag .storeService__header {
  margin-bottom: 5.33333vw;
  text-align: center;
}

.newSeasonBag .storeService__label {
  position: relative;
  margin-bottom: 3.73333vw;
}

.newSeasonBag .storeService__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 0.26667vw;
  background: #bfa99e;
}

.newSeasonBag .storeService__labelTxt {
  position: relative;
  display: inline-block;
  padding: 0 3.2vw;
  background: #fff;
  color: #c3a89c;
  font-size: 4.26667vw;
  font-weight: 700;
  z-index: 10;
}

.newSeasonBag .storeService__ttl {
  margin-bottom: 0.4vw;
  font-size: 6.4vw;
  line-height: calc(38 / 24);
  font-weight: 500;
  text-align: center;
}

.newSeasonBag .storeService__body {
  text-align: center;
}

.newSeasonBag .storeService__txt {
  margin-bottom: 6.4vw;
  font-size: 4.26667vw;
  line-height: calc(25 / 16);
  font-weight: 500;
}

.newSeasonBag .storeService__note {
  margin-bottom: 5.33333vw;
  color: #c3a89c;
  font-size: 3.46667vw;
  font-weight: 500;
}

.newSeasonBag .storeCat__linkArea {
  margin-bottom: 7.46667vw;
  text-align: center;
}

.newSeasonBag .storeCat__txtLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #484646;
  font-size: caclvw(14);
  font-weight: 700;
  line-height: calc(19 / 14);
}

.newSeasonBag .storeCat__txtLink::after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 2vw;
  margin-left: 2.13333vw;
  background-image: url("../img/newseason-bag/icon_arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeasonBag .storeImg {
  margin-bottom: 8.53333vw;
}

.newSeasonBag .storeTtlWrapper {
  margin-bottom: 6.4vw;
  text-align: center;
}

.newSeasonBag .storeTtl {
  margin-bottom: 2.13333vw;
  font-size: 6.4vw;
  line-height: calc(38 / 24);
  font-weight: 500;
}

.newSeasonBag .l-storeNav {
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
}

.newSeasonBag .l-storeNav__header {
  position: relative;
  margin-bottom: 6.4vw;
}

.newSeasonBag .l-storeNav__header::before,
.newSeasonBag .l-storeNav__header::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30.66667vw;
  height: 0.26667vw;
  background: #0e2540;
  z-index: 10;
}

.newSeasonBag .l-storeNav__header::before {
  left: 0;
}

.newSeasonBag .l-storeNav__header::after {
  right: 0;
}

.newSeasonBag .storeNav__ttlImg {
  position: relative;
  z-index: 10;
  width: 26.66667vw;
  margin: 0 auto;
  padding: 1vw 2.93333vw 0;
}

.newSeasonBag .storeNav {
  color: #0e2540;
}

.newSeasonBag .storeNav__list {
  margin-bottom: -3.73333vw;
}

.newSeasonBag .storeNav__item {
  margin-bottom: 3.73333vw;
}

.newSeasonBag .storeNav__name {
  position: relative;
  display: inline-block;
  margin-bottom: 2.13333vw;
  padding-bottom: 0.53333vw;
  border-bottom: 0.26667vw solid #0e2540;
  color: #0e2540;
  font-size: 4.26667vw;
  line-height: 1.1875;
}

.newSeasonBag .storeNav__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.2;
}

.newSeasonBag .storeNav__address::before {
  content: "";
  display: block;
  width: 2.80533vw;
  height: 4.168vw;
  margin-right: 1.06667vw;
  padding-right: 3.2vw;
  background-image: url("../img/newseason-bag/icon_map.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.newSeasonBag .l-aboutUs {
  padding-top: 12.26667vw;
  padding-bottom: 14.4vw;
  background: #2e2e2e;
  color: #fff;
  text-align: center;
}

.newSeasonBag .l-aboutUs__header {
  margin-bottom: 8.53333vw;
}

.newSeasonBag .aboutUsTtl {
  margin-bottom: 0;
}

.newSeasonBag .aboutUsTtl__img {
  width: 20.53333vw;
  margin: 0 auto 4.26667vw;
}

.newSeasonBag .aboutUsTtl__txt {
  margin-bottom: 2.66667vw;
  color: #fff;
  font-size: 6.4vw;
  line-height: 1.29167;
  font-weight: 500;
  letter-spacing: 0;
}

.newSeasonBag .aboutUs__lead {
  line-height: 1.9375;
  font-weight: 500;
  font-size: 4.26667vw;
}

.newSeasonBag .aboutUs__img {
  margin-bottom: 6.4vw;
}

.newSeasonBag .aboutUs__txt {
  margin-bottom: 5.33333vw;
  font-size: 3.73333vw;
  line-height: 2;
  font-weight: 500;
}

.newSeasonBag .aboutUs__btn {
  display: block;
  width: 69.33333vw;
  margin: 0 auto;
  padding: 4.13333vw;
  border: 0.16vw solid #fff;
  color: #fff;
  font-size: 4.26667vw;
  text-align: center;
  line-height: 1.3125;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.shopMessage {
  color: #707070;
  line-height: 1.75;
  margin-bottom: 4rem;
}

.shopMessage p:not(:first-of-type) {
  margin-top: 2rem;
}

.shopMessage figure {
  margin: 2rem 0;
}

.shopMessage figure img {
  width: 100%;
}

.shopMessage__ttl {
  color: #708090;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.shopMessage__box {
  margin-top: 2rem;
  padding: 10px 20px;
  border: 4px solid #696969;
}

.shopStaffMessage {
  color: #707070;
  margin-top: 8rem;
  margin-bottom: 80px;
}

.shopStaffMessage__ttl {
  font-weight: 700;
  color: #707070;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.shopStaffMessage__copy {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}

.shopStaffMessage__desc {
  margin: 20px 0;
  text-align: center;
}

.shopStaffMessage .list-message {
  margin: 0 auto;
  max-width: 72rem;
}

.shopStaffMessage .list-message__item {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopStaffMessage .list-message__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

.shopStaffMessage .list-message__photo img {
  max-width: 60%;
  margin-bottom: 10px;
}

.shopStaffMessage .list-message__caption {
  text-align: center;
}

.shopStaffMessage .list-message__letter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.shopStaffMessage .message {
  display: none;
  position: fixed;
  width: 90%;
  max-width: 72rem;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
  z-index: 1000;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(100, 100, 100, 0.45);
          box-shadow: 0 0 16px rgba(100, 100, 100, 0.45);
  border-radius: 4px;
}

.shopStaffMessage .close-x {
  display: block;
  cursor: pointer;
  margin-right: 2em;
  color: #3e615d;
  font-weight: bold;
  text-align: right;
}

.shopStaffMessage .message-close-x {
  cursor: pointer;
  text-align: right;
  display: block;
  color: #f0485b;
  font-weight: bold;
}

.shopStaffMessage .letter-img {
  cursor: pointer;
  width: 40%;
  max-width: 200px;
  margin: auto;
  display: block;
}

.shopStaffMessage .letter-svg {
  overflow: initial;
  width: 100%;
}

.shopStaffMessage .letter-svg .letter-cls-3 {
  fill: #696969;
}

.shopStaffMessage .letter-svg .letter-cls-4 {
  fill: #efefef;
}

.shopStaffMessage .letter-svg .letter-cls-2 {
  fill: #eee;
}

.shopStaffMessage .letter-svg .letter-cls-1 {
  fill: #eee;
}

.shopStaffMessage .message-checkbox {
  display: none;
}

.shopStaffMessage .letter-top {
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform-origin: 0 6%;
          transform-origin: 0 6%;
}

.shopStaffMessage .message-checkbox:checked ~ .letter .letter-top {
  -webkit-transform: rotateX(180deg) rotateZ(2deg);
          transform: rotateX(180deg) rotateZ(2deg);
}

.shopStaffMessage .message-checkbox:checked ~ .message {
  display: block;
  -webkit-animation: letter-open .6s ease-in-out forwards;
          animation: letter-open .6s ease-in-out forwards;
}

.shopStaffMessage .message__inner {
  padding: 30px 40px;
  background: #fff;
}

.shopStaffMessage .message__inner p {
  background: url("../../img/shinagawa/bg-note03.png") bottom;
  line-height: 36px;
}

@-webkit-keyframes letter-open {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes letter-open {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.secComment__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.secComment .comment-reply-title {
  margin-bottom: 0.5em;
}

.secComment .logged-in-as {
  margin: 1em 0;
}

.secComment .comment-form-comment label {
  display: none;
}

.secComment .comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 100%;
}

.secComment .comment-form-comment textarea:focus-visible {
  outline-color: #0d887b;
}

.secComment .form-submit {
  text-align: center;
}

.secComment .submit {
  font-size: 1.4rem;
  font-weight: 700;
  background: #0d887b;
  color: #fff;
  border: 2px solid transparent;
  padding: 0.5em 2em;
  margin: 1em 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.secComment .submit:hover {
  background: #fff;
  color: #0d887b;
  border: 2px solid #0d887b;
}

.secComment__caution {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5em 2em;
  border: 1px solid #0d887b;
  background: rgba(13, 136, 124, 0.05);
  margin-bottom: 2rem;
}

.secComment .comment {
  font-size: 1.4rem;
  margin: 1em 0;
  padding: 1rem;
  background: #f5f5f5;
}

.secComment .comment.depth-2 {
  background: #fdfdfd;
  margin-bottom: 0;
}

.secComment .comment.depth-2 .comment-reply-link {
  display: none;
}

.secComment .comment-author {
  display: none;
}

.secComment .comment-metadata {
  color: #57817d;
  margin-bottom: 0.5rem;
  pointer-events: none;
}

.secComment .comment-reply-link {
  display: none;
  border: 1px solid #57817d;
}

.logged-in .secComment .comment-metadata {
  pointer-events: inherit;
}

.logged-in .secComment .comment-reply-link {
  margin-top: 0.5em;
  display: inline-block;
}

.tegaki .l-guide__header {
  margin-bottom: 9.11vw;
}

.tegaki .guide__secTtl {
  padding: 6.51vw 0;
  background-color: #736357;
  color: #fff;
  font-size: 7.16vw;
  font-weight: 500;
  line-height: 1.27273;
  letter-spacing: 0.12em;
  text-align: center;
  outline: 0.26vw solid #fff;
  outline-offset: -1.56vw;
}

.tegaki .guide__secTtl .sm {
  font-size: 0.872em;
}

.tegaki .guide__item {
  margin-bottom: 9.11vw;
}

.tegaki .guide__ttl {
  margin-bottom: 2.9vw;
  font-size: 5.85vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.tegaki .guide__txt {
  margin-bottom: 3.9vw;
  font-size: 3.9vw;
  font-weight: 500;
  line-height: 1.66667;
  letter-spacing: 0.1em;
}

.tegaki .guide__txt a {
  color: #3fa9f5 !important;
}

.tegaki .guide__btn {
  display: block;
}

.l-kv__body {
  padding: 10.48vw 0;
}

.kv__img > img {
  width: 100%;
}

.kv__txt {
  margin-bottom: 6.06vw;
  font-size: 3.72vw;
  text-align: center;
  line-height: 1.62;
}

.kv__txt:last-child {
  margin-bottom: 0;
}

.l-point .secImgTtl {
  width: 13.05vw;
}

.point__img {
  margin-top: 8.15vw;
}

.point__img > img {
  width: 100%;
}

.l-process .secImgTtl {
  width: 17.24vw;
}

.l-process__header {
  margin-bottom: 9.32vw;
}

.process__item {
  position: relative;
  margin-bottom: 9.79vw;
}

.process__item:last-child {
  margin-bottom: 0;
}

.process__item:last-child::after {
  content: none;
}

.process__item::after {
  content: "";
  position: absolute;
  bottom: -10.49vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  border-top: 3.49vw solid #6cbdb5;
  border-right: 2.68vw solid transparent;
  border-bottom: 3.49vw solid transparent;
  border-left: 2.68vw solid transparent;
}

.process__img > img {
  width: 100%;
}

.process__link {
  position: absolute;
  top: 36.16vw;
  left: 9.32vw;
  color: #2b95d1 !important;
  font-size: 2.79vw;
  font-weight: 700;
  text-decoration: underline;
}

.process__link:hover {
  text-decoration: underline;
}

.l-try .secImgTtl {
  width: 7.69vw;
}

.l-try__header {
  margin-bottom: 9.32vw;
}

.try__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4.66vw;
}

.try__item {
  width: calc((100% - 2.79vw) / 2);
  margin-right: 2.79vw;
  margin-bottom: 4.66vw;
}

.try__item:nth-child(2n) {
  margin-right: 0;
}

.try__img {
  margin-bottom: 3.49vw;
}

.try__img > img {
  width: 100%;
}

.try__txt {
  font-size: 3.26vw;
  text-align: center;
  line-height: 1.57;
}

.l-rule .secImgTtl {
  width: 10.25vw;
}

.l-rule__header {
  margin-bottom: 7.45vw;
}

.rule__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.89vw;
  font-size: 3.26vw;
  font-weight: 700;
  line-height: 1.57;
}

.rule__ttl::before {
  content: "";
  display: block;
  width: 0.93vw;
  height: 3.26vw;
  margin-top: 0.6vw;
  margin-right: 1.29vw;
  background-color: #57817d;
}

.rule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rule__dl {
  margin-bottom: 6.06vw;
}

.rule__dt {
  width: 17.5%;
  font-weight: 700;
}

.rule__dd {
  width: 82.5%;
}

.rule__link {
  color: #2b95d1 !important;
  text-decoration: underline;
}

.rule__link:hover {
  text-decoration: underline;
}

.rule__txtItem {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.57;
}

.l-shopping.l-sec {
  padding-bottom: 0;
}

.l-shopping .secImgTtl {
  width: 20.04vw;
}

.l-shopping__header {
  margin-bottom: 8.15vw;
}

.l-shopping__body {
  margin-bottom: 9.32vw;
}

.l-shopping__footer .bagListBtn {
  margin: 0 auto;
}

.shopping__ttl {
  margin-bottom: 7.1vw;
  padding: 1.1vw 0;
  border-top: 0.23vw solid #57817d;
  border-bottom: 0.23vw solid #57817d;
  color: #57817d;
  font-weight: 700;
  text-align: center;
}

.shopping__footerTxt {
  margin-top: 1.39vw;
  color: #57817d;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
}

.shoppingItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5.82vw;
}

.shoppingItem {
  width: calc((100% - 4.66vw) / 2);
  margin-right: 4.66vw;
  margin-bottom: 5.82vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.shoppingItem:nth-child(2n) {
  margin-right: 0;
}

.shoppingItem:hover, .shoppingItem:focus {
  opacity: 0.7;
}

.shoppingItem__img {
  margin-bottom: 2.33vw;
}

.shoppingItem__img > img {
  width: 100%;
}

.shoppingItem__name {
  margin-bottom: 1.39vw;
  color: #33291e !important;
  font-size: 3.03vw;
  font-weight: 400;
  line-height: 1.71;
  text-align: center;
}

.shoppingItem__price {
  color: #33291e !important;
  font-size: 2.09vw;
  text-align: center;
}

.xmas_campaign {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.xmas_campaign .l-sec {
  padding-top: 13.33333vw;
  padding-bottom: 13.33333vw;
}

.xmas_campaign .l-inner, .xmas_campaign .newSeason2022 .l-inner--02, .newSeason2022 .xmas_campaign .l-inner--02, .xmas_campaign .l-inner--sm, .xmas_campaign .l-inner--xs {
  width: auto !important;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.xmas_campaign .bg--navy {
  background-color: #0e2540;
}

.xmas_campaign .bg--brown {
  background-color: #bbad80;
}


.xmas_campaign .l-intro {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
}

.xmas_campaign .l-intro__block--01 {
  margin-bottom: 10.66667vw;
}

.xmas_campaign .l-intro__block--02 .intro {
  padding-top: 39.46667vw;
}

.xmas_campaign .intro {
  position: relative;
}

.xmas_campaign .intro__txtBox {
  margin-bottom: 6.4vw;
}

.xmas_campaign .intro__ttl {
  margin-bottom: 5.33333vw;
  font-size: 4.8vw;
  line-height: 1.61111;
}

.xmas_campaign .intro__txt {
  font-size: 3.46667vw;
  line-height: 2;
}

.xmas_campaign .intro__txtImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 68vw;
}

.xmas_campaign .intro__img--01 {
  position: relative;
  margin-bottom: 10.66667vw;
}

.xmas_campaign .intro__img--01 .img {
  width: 74.6%;
  margin-right: auto;
  margin-left: -5vw;
}

.xmas_campaign .intro__img--01 .txt {
  position: absolute;
  width: 11.68vw;
  top: 0;
  right: 6.66667vw;
}

.xmas_campaign .intro__img--02 {
  position: relative;
}

.xmas_campaign .intro__img--02 .img {
  width: 74.6%;
  margin-left: auto;
  margin-right: -5vw;
}

.xmas_campaign .intro__img--02 .txt {
  position: absolute;
  width: 11.68vw;
  top: 0;
  left: 6.66667vw;
}

.xmas_campaign .intro__img--03 .img {
  width: 100%;
  margin-bottom: 5.33333vw;
}

.xmas_campaign .intro__img--03 .tree {
  width: 44.26667vw;
  margin: 0 auto;
  -webkit-transform: translateX(6vw);
          transform: translateX(6vw);
}

.xmas_campaign .l-recommend__header {
  margin-bottom: 10.66667vw;
}

.xmas_campaign .recommend__ttl {
  width: 39.46667vw;
  margin: 0 auto;
}

.xmas_campaign .recommendMedia__item {
  margin-bottom: 13.86667vw;
  background-color: #ddd0ad;
}

.xmas_campaign .recommendMedia__item:last-child {
  margin-bottom: 0;
}

.xmas_campaign .recommendMedia__link {
  display: block;
}

.xmas_campaign .recommendMedia__right {
  padding: 7.46667vw 6.93333vw 8.53333vw;
}

.xmas_campaign .recommendMedia__txtBox {
  margin-bottom: 7.46667vw;
  color: #0e2540;
  text-align: center;
}

.xmas_campaign .recommendMedia__ttl {
  margin-bottom: 4.8vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 4.53333vw;
}

.xmas_campaign .recommendMedia__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 3.46667vw;
  line-height: 1.84615;
  margin-right: -1vw;
  margin-left: -1vw;
}

.xmas_campaign .recommendMedia__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.8vw 6.2vw;
  border: 0.1rem solid #0e2540;
  font-size: 3.46667vw;
  color: #0e2540 !important;
}

.xmas_campaign .recommendMedia__btn::after {
  content: "";
  background-image: url("../img/xmas-campaign/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.93333vw;
  height: 2.17867vw;
  margin-left: 5.33333vw;
}

.xmas_campaign .l-ranking {
  padding-top: 5.33333vw;
}

.xmas_campaign .l-ranking__header {
  margin-bottom: 10.66667vw;
}

.xmas_campaign .ranking {
  margin-bottom: 10.66667vw;
}

.xmas_campaign .ranking__secTtl {
  width: 28.26667vw;
  margin: 0 auto;
}

.xmas_campaign .ranking__header {
  margin-bottom: 2.66667vw;
}

.xmas_campaign .ranking__ttlImg {
  width: 69.06667vw;
}

.xmas_campaign .ranking--men .rankingCard__name,
.xmas_campaign .ranking--men .rankingCard__price {
  color: #0e2540 !important;
}

.xmas_campaign .ranking--ladies .rankingCard__name,
.xmas_campaign .ranking--ladies .rankingCard__price {
  color: #510b0b !important;
}

.xmas_campaign .rankingCard__item {
  margin-bottom: 5.33333vw;
}

.xmas_campaign .rankingCard__item--lg {
  width: 100%;
}

.xmas_campaign .rankingCard__item--lg .rankingCard__no {
  width: 25.4%;
}

.xmas_campaign .rankingCard__link {
  display: block;
  padding-top: 0;
}

.xmas_campaign .rankingCard__header {
  position: relative;
  width: 100%;
  margin-bottom: 1.06667vw;
  overflow: hidden;
}

.xmas_campaign .rankingCard__header::before {
  content: "";
  display: block;
  padding-top: 66.25%;
}

.xmas_campaign .rankingCard__no {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.8%;
}

.xmas_campaign .rankingCard__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.xmas_campaign .rankingCard__name, .xmas_campaign .rankingCard__price {
  font-size: 3.2vw;
  letter-spacing: 0;
}

.xmas_campaign .rankingCard__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xmas_campaign .rankingCard__under .rankingCard__item {
  width: 48%;
  margin-right: 4%;
}

.xmas_campaign .rankingCard__under .rankingCard__item:nth-child(2n) {
  margin-right: 0;
}

.xmas_campaign .color13__ttlImg {
  width: 73.33333vw;
  margin: 0 auto 3.2vw;
}

.xmas_campaign .color13__img {
  max-width: 76rem;
  margin: 0 auto;
}

.xmas_campaign .l-mark {
  color: #fff;
}

.xmas_campaign .l-mark__header {
  margin-bottom: 8vw;
}

.xmas_campaign .mark__ttlImg {
  width: 74.66667vw;
  margin: 0 auto 7.46667vw;
}

.xmas_campaign .mark__lead {
  margin-bottom: 5.33333vw;
  font-size: 3.73333vw;
  line-height: 2;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  text-align: center;
}

.xmas_campaign .mark__noteImg {
  width: 74.66667vw;
  margin: 0 auto;
}

.xmas_campaign .mark__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.8vw;
  background-color: #ad9f77;
  color: #0e2540 !important;
  font-size: 3.73333vw;
  text-align: center;
}

.xmas_campaign .mark__btn::after {
  content: "";
  background-image: url("../img/xmas-campaign/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.93333vw;
  height: 2.17867vw;
  margin-left: 5.33333vw;
}

.xmas_campaign .markMedia {
  margin-bottom: 16vw;
}

.xmas_campaign .markMedia__item {
  margin-bottom: 10.66667vw;
}

.xmas_campaign .markMedia__item:last-child {
  margin-bottom: 0;
}

.xmas_campaign .markMedia__img {
  margin-bottom: 5.33333vw;
}

.xmas_campaign .markMedia__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37.33333vw;
  margin: 0 auto 4.8vw;
  border-right: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  font-size: 3.73333vw;
  line-height: 2;
  white-space: nowrap;
}

.xmas_campaign .markMedia__txt {
  width: 100%;
  font-size: 3.2vw;
  line-height: 2;
}

.xmas_campaign .markNote {
  margin-bottom: 16vw;
}

.xmas_campaign .markNote__inner {
  width: 74.66667vw;
  margin: 0 auto;
}

.xmas_campaign .markNote__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.33333vw;
  margin-left: -5.86667vw;
  font-size: 4vw;
}

.xmas_campaign .markNote__ttl::before {
  content: "";
  display: block;
  width: 2.66667vw;
  height: 0.1rem;
  margin-right: 2.13333vw;
  background-color: #fff;
}

.xmas_campaign .markNote__imgWrapper {
  margin-bottom: 4.8vw;
}

.xmas_campaign .markNote__txt {
  line-height: 2;
}

.xmas_campaign .l-gift {
  padding-top: 2.66667vw;
  color: #fff;
}

.xmas_campaign .l-gift__header {
  margin-bottom: 8.53333vw;
}

.xmas_campaign .gift__ttl {
  margin-bottom: 7.46667vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 4.8vw;
  text-align: center;
}

.xmas_campaign .gift__lead {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  font-size: 3.73333vw;
  line-height: 2;
  text-align: center;
}

.xmas_campaign .giftGallery {
  margin-bottom: 1.33333vw;
}

.xmas_campaign .giftGallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xmas_campaign .giftGallery__item {
  width: 48%;
}

.xmas_campaign .giftGallery__item--lg {
  width: 100%;
  margin-bottom: 4.26667vw;
}

.xmas_campaign .giftGallery__img > img {
  width: 100%;
}

.xmas_campaign .l-insta__header {
  margin-bottom: 6.4vw;
}

.xmas_campaign .insta__ttl {
  width: 21.33333vw;
  margin-bottom: 4.26667vw;
}

.xmas_campaign .insta__lead {
  margin-left: 2rem;
  color: #0e2540;
  font-size: 4vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
}

.xmas_campaign .instaGallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xmas_campaign .instaGallery__item {
  width: 48%;
  margin-bottom: 4%;
}

.xmas_campaign .l-store {
  padding-top: 5.33333vw;
  color: #0e2540;
}

.xmas_campaign .l-store__header {
  margin-bottom: 6.4vw;
}

.xmas_campaign .store__ttl {
  width: 11.36vw;
  margin: 0 auto 4.26667vw;
}

.xmas_campaign .store__lead {
  font-size: 4vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  text-align: center;
}

.xmas_campaign .store__img {
  margin: 0 -5vw 10.66667vw;
}

.xmas_campaign .storeCard {
  margin-bottom: 16vw;
}

.xmas_campaign .storeCard__item {
  width: 78.4vw;
  margin: 0 auto 10.66667vw;
}

.xmas_campaign .storeCard__img {
  margin-bottom: 4.26667vw;
}

.xmas_campaign .storeCard__txtBox {
  padding-left: 7.34vw;
}

.xmas_campaign .storeCard__txt {
  font-size: 3.73333vw;
  line-height: 1.85714;
}

.xmas_campaign .storeList__header {
  position: relative;
  margin-bottom: 6.4vw;
}

.xmas_campaign .storeList__header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #0e2540;
}

.xmas_campaign .storeList__ttl {
  position: relative;
  width: 28.8vw;
  margin: 0 auto;
  padding-right: 4vw;
  padding-left: 4vw;
  background-color: #bbad80;
  z-index: 10;
}

.xmas_campaign .storeNav {
  margin-right: -3vw;
}

.xmas_campaign .storeNav__item {
  margin-bottom: 4.26667vw;
}

.xmas_campaign .storeNav__name {
  display: inline-block;
  margin-bottom: 2.13333vw;
  border-bottom: 0.1rem solid #000;
  font-size: 4.26667vw;
  color: #0e2540 !important;
}

.xmas_campaign .storeNav__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 3.2vw;
  letter-spacing: 0;
}

.xmas_campaign .storeNav__address::before {
  content: "";
  background-image: url("../img/xmas-campaign/icon-map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 2.80533vw;
  height: 4.168vw;
  margin-right: 1.92vw;
}

.xmas_campaign .l-info {
  padding-top: 2.66667vw;
}

.xmas_campaign .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5.33333vw;
}

.xmas_campaign .info__ttl {
  width: 37.33333vw;
}

.xmas_campaign .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xmas_campaign .info__item {
  display: block;
  height: 100%;
  margin-left: 6.4vw;
}

.xmas_campaign .info__item--insta {
  width: 7.46667vw;
}

.xmas_campaign .info__item--twitter {
  width: 8.58667vw;
}

.xmas_campaign .info__item--facebook {
  width: 4.29333vw;
}

.xmas_campaign .info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.page-template-template-xmas_campaign #global-footer-store {
  margin-top: 0;
}

.page-template-template-xmas_campaign .swiper-pagination {
  position: absolute !important;
}

@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
  .l-header-ban {
    max-width: 116rem;
    margin: 0 auto 2.4rem;
  }
  .gNavBtn {
    width: 2.8rem;
  }
  .headerLogo {
    width: 29.6rem;
    margin-left: 5rem;
  }
  .headerBtn {
    margin-left: 7.4rem;
  }
  .headerBtn__item--cart {
    margin-left: 1.8rem;
  }
  .headerBtn__link .cart {
    width: 2.7rem;
  }
  .headerLabel__txt {
    font-size: 1.6rem;
  }
  .l-snsArea {
    padding: 11.2rem 0;
  }
  .snsArea__ttl {
    width: 24.5rem;
    margin-bottom: 6.4rem;
  }
  .snsList {
    margin-bottom: -1.2rem;
  }
  .snsList__item {
    width: calc((100% - 24px) / 3);
    min-height: 7.4rem;
    margin-bottom: 1.2rem;
  }
  .snsList__item--wide {
    width: calc((100% - 12px) / 2);
  }
  .snsList__link {
    padding: 1.4rem 1.4rem 1.4rem 7rem;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
  .snsList__imgWrapper {
    width: 6.6rem;
  }
  .snsList__img.insta {
    width: 3.785rem;
  }
  .snsList__img.twitter {
    width: 4.03rem;
  }
  .snsList__img.fb {
    width: 1.878rem;
  }
  .snsList__img.line {
    width: 3.972rem;
  }
  .snsList__img.mail {
    width: 3.643rem;
  }
  .topKv__img {
    /* padding-top: 41.8%; */
  }
  .topKv__img .sp {
    display: none;
  }
  .topKv__img .pc {
    display: block;
  }
  .topKv__ttl {
    font-size: 2.6rem;
  }
  .topKv__btn {
    margin-top: 2.4rem;
  }
  .kvBtn {
    font-size: 1.4rem;
  }
  .l-newArrival__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .newArrival__item {
    width: 50%;
  }
  .newArrival__img {
    margin-bottom: 3.6rem;
  }
  .topNews {
    padding: 0;
  }
  .topNews__btn {
    margin-top: 5.4rem;
  }
  .topGift__img {
    margin-bottom: 3rem;
  }
  .topGift__lead {
    margin-bottom: 5rem;
  }
  .giftCard__item {
    width: 25%;
  }
  .catCard__item {
    width: calc((100% - 2.4rem) / 4);
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .catCard__item:nth-child(2n) {
    margin-right: 0.8rem;
  }
  .catCard__item:nth-child(4n) {
    margin-right: 0;
  }
  .catCard__link {
    padding: 2.4rem;
  }
  .catCard__img {
    margin-bottom: 1.6rem;
  }
  .topShop__lead {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-aboutUs__header {
    margin-bottom: 8.8rem;
  }
  .aboutUsTtl {
    margin-bottom: 6rem;
  }
  .aboutUsTtl__txtImg {
    width: 21.7rem;
  }
  .aboutUsTtl__txt {
    font-size: 2.2rem;
    line-height: 1.36364;
  }
  .aboutUsLead__txtImg {
    width: 20.6rem;
  }
  .aboutUsLead__txt {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .aboutUsCard {
    margin-bottom: 10rem;
  }
  .aboutUsCard__item {
    width: 49.6%;
    margin-right: 0.8%;
  }
  .aboutUsCard__item:nth-child(2n) {
    margin-right: 0;
  }
  .aboutUsCard__txt {
    font-size: 1.6rem;
  }
  .aboutUsCard__txt::after {
    content: ">";
    background-image: none;
    width: 0;
    height: auto;
    padding-left: 2.4rem;
  }
  .aboutUsBlock {
    margin-bottom: 10rem;
  }
  .aboutUsBlock__ttl {
    margin-bottom: 6rem;
    font-size: 3.2rem;
    line-height: 1.34375;
  }
  .aboutUsBlock__img {
    margin-bottom: 6.4rem;
  }
  .aboutUsProject__item {
    width: 49.6%;
    margin-right: 0.8%;
  }
  .aboutUsProject__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-faq {
    padding-bottom: 6rem;
  }
  .faqBlock__ttl {
    font-size: 2.4rem;
  }
  .faq__dt {
    font-size: 1.5rem;
  }
  .faq__dd {
    margin-right: 0;
    font-size: 1.5rem;
  }
  .single-item #main #item-info .row {
    margin: 0 -16px 32px;
  }
  .l-snap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .snapSecTtl {
    margin-bottom: 5.4rem;
    font-size: 3rem;
    letter-spacing: 0.012em;
  }
  .snapSlider__label {
    display: none;
  }
  .snapSlider__header {
    margin-bottom: 2.2rem;
  }
  .snapSlider__img {
    width: 60%;
  }
  .snapSlider__bodyLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
  }
  .snapSlider__txtBox {
    padding: 2rem 1.6rem 1rem;
  }
  .snapSlider__ttl {
    font-size: 1.4rem;
    line-height: calc(19 / 14);
    letter-spacing: 0.002em;
  }
  .slick-active .snapSlider__img,
  .is-active-next .snapSlider__img {
    width: 82%;
  }
  .snapSlider .slick-prev,
  .snapSlider .slick-next {
    width: 3.583rem;
    height: 3.8rem;
  }
  .snapSlider .slick-next {
    top: 40%;
    left: 78.8%;
  }
  .snapSlider .slick-prev {
    top: 40%;
    right: 78.8%;
  }
  .snapSlider .slick-prev:before,
  .snapSlider .slick-next:before {
    background-image: url("../img/common/icon_arrow_snapSlider.svg");
    background-position: center;
  }
  .postCard__item {
    width: calc((100% - 6.4rem) / 3);
    margin-right: 3.2rem;
  }
  .rankingTab {
    margin-bottom: 9.2rem;
  }
  .rankingTab__list {
    width: auto;
  }
  .rankingCard__list {
    margin-bottom: -6rem;
  }
  .rankingCard__item {
    margin-bottom: 6rem;
  }
  .rankingCard__link {
    padding-top: 4.5rem;
  }
  .rankingCard__rank {
    top: -2rem;
    left: 2rem;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.7rem;
  }
  .rankingCard__txtBox {
    padding: 3rem;
  }
  .rankingCard__ttl {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .rankingCard__price {
    font-size: 1.4rem;
  }
  .content-area--202109 .closeBtn {
    right: 4rem;
  }
  .content-area--202109 main.col-md-9 {
    width: 100%;
  }
  .l-fixedDesc__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixedDesc__ttl {
    margin-left: 2rem;
    font-size: 1.6rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fixedDesc__price {
    font-size: 2.4rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fixedDesc__tags {
    display: block;
    margin-left: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .itemSize__imgSp {
    display: none;
  }
  .itemSize__imgPc {
    display: block;
  }
  .l-itemSelect__option {
    padding-right: 1.6rem;
  }
  .l-itemSelect .eyecatch {
    padding: 0;
  }
  .l-itemSelect .cart-option-title {
    padding: 0;
  }
}

@media screen and (min-width: 62em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-sec {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .l-sec__header {
    margin-bottom: 6rem;
  }
  .sectionTtl {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .l-header__main {
    height: 7rem;
  }
  .l-header__spNav {
    display: none;
  }
  .gNavBtn > span {
    background-color: #2e2d2d;
  }
  .is-gNavOpen .gNavBtn > span:first-child {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  .is-gNavOpen .gNavBtn > span:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .is-gNavOpen .gNavBtn > span:last-child {
    -webkit-transform: translateY(-0.8rem) rotate(135deg);
            transform: translateY(-0.8rem) rotate(135deg);
  }
  .headerNav {
    display: block;
  }
  .l-drawer {
    max-height: 60rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .l-drawer__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
  .l-drawer__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 0.1rem;
    height: 90%;
    background-color: #707070;
  }
  .drawerCloseBtn {
    display: none;
  }
  .drawerNav {
    width: 30%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .drawerNav__link {
    width: 100%;
    padding: 1.75rem 3rem;
  }
  .drawerNav__link:hover {
    opacity: 1;
  }
  .drawerNav__link:hover .drawerNav__img {
    opacity: 1;
  }
  .drawerNav__link--btn::before {
    content: none;
  }
  .drawerNav__link--btn::after {
    right: auto;
    left: 1.6rem;
    width: 1.6rem;
    height: 0.2rem;
    opacity: 0;
  }
  .drawerNav__link--btn.is-show {
    font-weight: 700;
  }
  .drawerNav__link--btn.is-show::after {
    opacity: 1;
  }
  .drawerNav__img {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60%;
    margin-right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .drawerNavChild {
    background-color: #fff;
  }
  .drawerNavChild .drawerNav__list {
    width: 30%;
  }
  .drawerNavChild .drawerNav__link {
    position: static;
  }
  .drawerNavChild__inner {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-sideNav {
    width: 36rem;
    height: auto;
    max-height: calc(100vh - 16rem);
    z-index: 980;
    top: -100%;
    left: 1.6rem;
  }
  body.is-gNavOpen .l-sideNav {
    top: 7rem;
    left: 1.6rem;
  }
  .l-sideNav__inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .sideNavTop__item:last-child {
    margin-right: 0;
  }
  .l-footerMain__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 123.2rem;
    margin: 0 auto;
    padding: 12rem 1.6rem 2.6rem;
  }
  .l-footerCat {
    width: 30%;
    padding: 0;
  }
  .l-footerCat__inner {
    padding: 0;
  }
  .footerCat__ttl {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .footerCat__img {
    display: none;
  }
  .l-footerNav {
    background-color: transparent;
    width: 26%;
    padding: 0;
  }
  .footerNav__item {
    margin-bottom: 0.8rem;
  }
  .l-footerMovie {
    width: 28%;
    padding: 0;
  }
  .l-footerMovie__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footerMovie__ttl {
    text-align: right;
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
  .l-footerBottom {
    max-width: 123.2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.6rem 1.6rem 12rem;
  }
  .l-footerBottom__inner {
    margin: 0 auto;
  }
  .footerBottomNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerBottomNav__item {
    margin-right: 4rem;
  }
  .copyright {
    margin-top: 2rem;
    font-size: 1rem;
    text-align: left;
  }
  .topKv__ttl {
    font-size: 5.9rem;
    line-height: 1.33898;
  }
  .topKv__btn {
    width: 18rem;
    margin-top: 6.6rem;
  }
  .newsLabel__link {
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .topBnr {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .topBnr .bnr {
    margin-bottom: 3.6rem;
  }
  .l-ranking__body {
    padding: 0;
  }
  .l-topGift__header {
    margin-bottom: 6rem;
  }
  .topGift__lead {
    font-size: 1.6rem;
  }
  .giftCard__txtBox {
    padding: 3rem 4.6rem 1rem;
  }
  .giftCard__txt {
    font-size: 1.4rem;
  }
  .giftCard__ttl {
    font-size: 1.6rem;
  }
  .l-topCat__body {
    padding: 0;
  }
  .catCard {
    margin-bottom: 6rem;
  }
  .catCard__ttl {
    font-size: 1.6rem;
  }
  .snapSlider__img {
    width: 85%;
  }
  .snapSlider__body {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .snapSlider__bodyLabel::before {
    width: 4.7rem;
  }
  .snapSlider__txt {
    font-size: 1.4rem;
    letter-spacing: 0.008em;
  }
  .slick-active .snapSlider__img,
  .is-active-next .snapSlider__img {
    width: 96.1%;
  }
  .slick-slide-prev .snapSlider__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .slick-slide-next .snapSlider__header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .snapSlider .slick-next {
    top: 35%;
    left: 67.2%;
  }
  .snapSlider .slick-prev {
    top: 35%;
    right: 67.2%;
  }
  .postCard__img {
    margin-bottom: 3.2rem;
  }
  .postCard__date {
    font-size: 1.6rem;
  }
  .postCard__ttl {
    font-size: 1.6rem;
  }
  .rankingCard__item {
    width: 23.5%;
    margin-right: 2%;
  }
  .rankingCard__item:nth-child(2n) {
    margin-right: 2%;
  }
  .rankingCard__item:nth-child(4n) {
    margin-right: 0;
  }
  .companyPageLead__btn {
    margin-bottom: 4rem;
    padding: 2rem 6rem;
    font-size: 2.8rem;
  }
  .companyPageLead__link {
    font-size: 2.4rem;
  }
  .company #sec-flow {
    margin-bottom: 16rem;
  }
  .company #sec-form {
    padding-top: 8rem;
  }
  .content-area--202109 .itemBtn {
    width: 21rem;
  }
  .content-area--202109 .itemBtn .sm {
    font-size: 1.2rem;
  }
  .content-area--202109 .closeBtn {
    top: 3rem;
    right: 3rem;
  }
  .content-area--202109 .closeBtn span {
    width: 2.4rem;
  }
  .content-area--202109 main.col-md-9 {
    width: 84rem;
  }
  .content-area--202109 .sidebar-left {
    display: block;
  }
  .l-item {
    margin-bottom: 6rem;
  }
  .l-item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto 12rem;
    padding: 0 2rem;
  }
  .l-item__colorSlider {
    width: 47.43%;
    background-color: transparent;
  }
  .l-item__colorSlideBottom {
    padding: 0;
  }
  .l-item__desc {
    padding: 0;
    width: 52.5rem;
    margin-top: 2rem;
  }
  .l-item__descOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-item__descTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .l-item__descBottom {
    margin-bottom: 4.2rem;
  }
  .item__ttl {
    padding-bottom: 0;
    border-bottom: none;
  }
  .item__ttlSm {
    margin-bottom: 0.8rem;
  }
  .item__priceFlex {
    display: block;
    margin-bottom: 1.6rem;
  }
  .item__priceBox {
    margin-bottom: 1.6rem;
  }
  .item__lead {
    margin-bottom: 2.2rem;
  }
  .l-fixedDesc__right .item__btn {
    margin-left: 2rem;
  }
  .imgSlide {
    padding-bottom: 7rem;
  }
  .imgSlide .swiper-pagination {
    width: 78rem;
  }
  .l-itemPoint {
    margin: 0;
    padding-bottom: 8rem;
  }
  .itemPoint {
    min-height: 53.3rem;
    padding-left: 8rem;
    padding-top: 6.6rem;
    padding-bottom: 8rem;
  }
  .itemPoint__header {
    width: 26rem;
    text-align: left;
  }
  .itemPoint__num .point {
    font-size: 2.4rem;
  }
  .itemPoint__num .num {
    font-size: 4.6rem;
  }
  .itemPoint__box {
    width: 100%;
  }
  .itemPoint__box--01 {
    margin-bottom: 4rem;
  }
  .itemPoint__imgBox {
    margin-bottom: 0;
  }
  .itemPoint__badge {
    top: -3.3rem;
    right: -3.3rem;
    -webkit-transform: none;
            transform: none;
  }
  .itemPoint__imgBox {
    position: absolute;
    top: 8.4rem;
    left: 43.5rem;
  }
  .itemPoint__txtBox {
    width: 26rem;
  }
  .itemPoint--01 .itemPoint__box {
    position: relative;
  }
  .itemPoint--01 .itemPoint__img--01 {
    position: absolute;
    top: -90%;
    right: 0;
    width: 58.25%;
  }
  .itemPoint--01 .itemPoint__img--02 {
    width: 45.62%;
    margin-top: 12rem;
  }
  .itemPoint--01 .itemPoint__img--03 {
    position: relative;
    width: 58.25%;
    padding-top: 14rem;
    margin-left: 5%;
    z-index: 10;
  }
  .itemPoint--01 .itemPoint__img--04 {
    position: absolute;
    top: 0;
    right: -5%;
    width: 45.62%;
  }
  .itemPoint--01 .itemPoint__txt {
    width: 34rem;
  }
  .itemPoint--01 .itemPoint__txt--01 {
    position: absolute;
    top: 43%;
    right: 4%;
  }
  .itemPoint--01 .itemPoint__txt--02 {
    position: absolute;
    bottom: 78%;
    left: 5%;
  }
  .itemPoint--02, .itemPoint--04 {
    margin-right: calc(-1 * ((100vw - 80rem) / 2));
  }
  .itemPoint--02 .itemPoint__imgBox {
    height: 72.1%;
    width: 40vw;
  }
  .itemPoint--02 .itemPoint__img {
    height: 100%;
  }
  .itemPoint--02 .itemPoint__img > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .itemPoint--04 .itemPoint__imgBox {
    width: 37.3rem;
  }
  .itemPoint--04 .itemPoint__imgBox > * {
    margin-bottom: 4rem;
  }
  .itemPoint--movie iframe {
    height: 50vh;
  }
  .l-itemSec {
    padding: 8rem 0;
  }
  .l-itemSec::before {
    width: 100%;
    left: 0;
  }
  .l-itemSec__header {
    margin-bottom: 6rem;
  }
  .designSlide__img {
    margin-bottom: 3rem;
  }
  .designSlide__img::before {
    content: none;
  }
  .designSlide__img > img {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .designSlide__ttl {
    margin-bottom: 2rem;
  }
  .designSlide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -6rem;
  }
  .designSlide .swiper-slide {
    width: 46.5%;
    margin-bottom: 6rem;
  }
  .designSlide .swiper-slide:nth-child(n + 5) {
    display: none;
  }
  .designSlideThumb {
    display: none;
  }
  .l-reviewlist__body {
    margin-right: 0;
    margin-left: 0;
  }
  .l-itemSize__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-itemSize__left {
    width: 40rem;
  }
  .l-itemSize__right {
    width: 37.2rem;
  }
  .l-itemSize__bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .itemSize__img {
    width: 100%;
  }
  .itemSize__dl {
    font-size: 1.4rem;
  }
  .l-itemSelect {
    max-width: 110rem;
  }
  .l-itemSelect__header {
    padding: 7rem 0;
  }
  .l-itemSelect__body {
    padding: 0;
    margin-bottom: 16rem;
    border-bottom: 0.1rem solid #c7c5ca;
  }
  .l-itemSelect__option {
    width: 35.4rem;
    padding-right: 0;
  }
  .l-itemSelect .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem !important;
  }
  .l-itemSelect .heading-type02 {
    text-align: left;
  }
  .l-itemSelect #item-colors {
    width: 49rem;
    padding: 0;
    margin-bottom: 0;
  }
  .l-itemSelect #item-colors tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-itemSelect #item-colors tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
  }
  .l-itemSelect #item-colors tr:last-child {
    border: none;
  }
  .l-itemSelect #item-colors th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-itemSelect #item-colors td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-itemSelect #item-colors td.value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-itemSelect #item-colors td + td {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 13rem;
  }
  .l-itemSelect .cart-option-left {
    width: 80%;
  }
  .l-itemSelect .cart-option-right {
    width: 20%;
  }
  .l-itemSelect .cart-box {
    position: absolute;
    right: 0;
    bottom: -15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: none;
    width: 55rem;
    padding: 0;
    margin-top: 0;
  }
  .l-itemSelect .cart-box .cart-msg {
    margin-bottom: 0;
  }
  .l-itemSelect .cart-msg__day > div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .l-itemSelect .cart-box .cart-btn .btn_cart {
    margin-top: 0;
    margin-left: 3rem;
  }
  .itemSelect__ttl {
    font-size: 1.8rem;
  }
  .l-bottomStore__slide {
    padding: 8rem 0;
  }
  .l-bottomStore__sec {
    margin-bottom: 6rem;
  }
  .l-bottomStore__content {
    padding: 8rem 0;
  }
  .bottomStoreSlide__txtBox {
    min-height: 6.8rem;
  }
  .bottomStoreSlide__ttl {
    font-size: 1.6rem;
  }
  .bottomStoreSlide__price {
    font-size: 1.4rem;
  }
  .bottomStoreSlide__rank {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .bottomStoreContent__item {
    margin-bottom: 10rem;
  }
  .bottomStoreContent__ttl {
    margin-bottom: 5rem;
  }
  .keirou_2021 .secTtl {
    width: 46.4rem;
    margin: 0 auto;
  }
  .keirou_2021 .secTtl-circle {
    margin-top: -1rem;
  }
  .keirou_2021 .l-topKv {
    padding-bottom: 6.5rem;
  }
  .keirou_2021 .l-topKv__header {
    /* margin-bottom: 4.4rem; */
  }
  .keirou_2021 .l-topKv__body {
    width: 46.6rem;
    margin: 0 auto;
  }
  .keirou_2021 .topKv__img {
    margin-bottom: 4.4rem;
  }
  .keirou_2021 .topKv__txt {
    font-size: 2rem;
  }
  .keirou_2021 .topKv__txt--lg {
    font-size: 2rem;
    line-height: 1.63636;
    letter-spacing: 0.32em;
  }
  .keirou_2021 .topKv__movie {
    margin-bottom: 3.6rem;
  }
  .keirou_2021 .topKv__list {
    margin-top: 4.8rem;
  }
  .keirou_2021 .l-kv {
    padding-bottom: 3.5rem;
  }
  .keirou_2021 .l-kv__body {
  /*  width: 46.6rem; */
    margin: 0 auto;
  }
  .keirou_2021 .l-howTo__header {
    margin-bottom: 4rem;
  }
  .keirou_2021 .howTo__ttl {
    padding-bottom: 3.6rem;
    border-width: 0.4rem;
    font-size: 3.2rem;
  }
  .keirou_2021 .howTo__link {
    font-size: 2rem;
  }
  .keirou_2021 .step {
    margin-bottom: 4rem;
  }
  .keirou_2021 .step__item:not(:last-child) {
    margin-bottom: 5rem;
  }
  .keirou_2021 .step__header {
    margin-bottom: 1rem;
  }
  .keirou_2021 .step__label {
    margin-right: 1.2rem;
    margin-top: -0.1rem;
    padding: 0.4rem 1.2rem 0.2rem;
    font-size: 2rem;
  }
  .keirou_2021 .step__ttl {
    font-size: 2.67rem;
  }
  .keirou_2021 .step__txt {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .keirou_2021 .l-recommend__header {
    margin-bottom: 6.8rem;
  }
  .keirou_2021 .recommend__item {
    margin-bottom: 4rem;
    padding: 0 6rem 4rem;
  }
  .keirou_2021 .recommend__item:not(:last-child) {
    border-width: 0.1rem;
  }
  .keirou_2021 .recommend__left {
    width: 45%;
  }
  .keirou_2021 .recommend__ttl {
    margin-top: -0.4rem;
    font-size: 2.64rem;
  }
  .keirou_2021 .recommend__price {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
  .keirou_2021 .recommend__txt {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .keirou_2021 .recommend__check {
    font-size: 1.6rem;
  }
  .keirou_2021 .l-ranking__header {
    margin-bottom: 4rem;
  }
  .keirou_2021 .ranking {
    margin-bottom: -5.2rem;
  }
  .keirou_2021 .ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .keirou_2021 .ranking__item:not(:last-child) {
    margin-bottom: 5.2rem;
  }
  .keirou_2021 .ranking__item {
    width: 47%;
  }
  .keirou_2021 .ranking__img {
    margin-bottom: 1.8rem;
  }
  .keirou_2021 .ranking__icon {
    bottom: -2.7rem;
    left: -0.8rem;
    width: 5.24rem;
  }
  .keirou_2021 .ranking__desc {
    padding-bottom: 0.4rem;
    border-width: 0.2rem;
    font-size: 1.8rem;
  }
  .keirou_2021 .l-mark {
    padding-bottom: 10.8rem;
  }
  .keirou_2021 .l-mark__header {
    margin-bottom: 3.6rem;
  }
  .keirou_2021 .mark__lead {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .keirou_2021 .swiper__wrapper {
    margin-bottom: 0;
  }
  .keirou_2021 .swiper__wrapper .swiper-wrapper {
    max-width: 72rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .keirou_2021 .swiper__wrapper .swiper-slide {
    width: 32%;
  }
  .keirou_2021 .l-postage__header {
    margin-bottom: 3.6rem;
  }
  .keirou_2021 .postage__lead {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .keirou_2021 .postage__img {
    margin-right: -8.85rem;
    margin-left: -8.85rem;
  }
  .keirou_2021 .l-insta__body {
    margin-top: -12rem;
  }
  .keirou_2021 .insta__ttl {
    width: 36rem;
    margin: 50px;
  }
  .keirou_2021 .instaImg__pop {
    padding: 3rem;
  }
  .keirou_2021 .instaImg__txtLink, .keirou_2021 .instaImg__btn {
    font-size: 2rem;
  }
  .keirou_2021 .instaImg__txtLink {
    margin: 3rem 0;
  }
  .keirou_2021 .instaImg__btn {
    padding: 2rem 0;
    border-width: 0.1rem;
  }
  .keirou_2021 .instaImg__closeBtn {
    top: -1.25rem;
    right: -1.25rem;
    width: 6.5rem;
    height: 6.5rem;
  }
  .keirou_2021 .instaImg__closeBtn > span {
    width: 3rem;
    height: 0.2rem;
  }
  .newSeason2022 .l-inner, .newSeason2022 .l-inner--02, .newSeason2022 .xmas_campaign .l-inner--sm, .xmas_campaign .newSeason2022 .l-inner--sm, .newSeason2022 .xmas_campaign .l-inner--xs, .xmas_campaign .newSeason2022 .l-inner--xs {
    max-width: 104rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .newSeason2022 .l-sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .newSeason2022 .secTtl {
    margin-bottom: 8rem;
  }
  .newSeason2022 .secTtl__img {
    margin-bottom: 8rem;
  }
  .newSeason2022 .secTtl__img::after {
    bottom: -5rem;
    width: 0.1rem;
    height: 2.3rem;
  }
  .newSeason2022 .secTtl__txt {
    font-size: 3.6rem;
    line-height: 1.58333;
  }
  .newSeason2022 .secLead {
    font-size: 2.4rem;
    line-height: 1.70833;
  }
  .newSeason2022 .secTxt {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .newSeason2022 .btn, .newSeason2022 .newSeasonBag .btn--black, .newSeasonBag .newSeason2022 .btn--black {
    width: 31.8rem;
    padding: 1.86rem;
    font-size: 1.9rem;
    line-height: 1.36842;
  }
  .newSeason2022 .btn--arrow {
    padding-right: 4rem;
  }
  .newSeason2022 .btn--arrow::after {
    right: 2.4rem;
    width: 0.621rem;
    height: 0.932rem;
  }
  .newSeason2022 .l-info {
    padding: 1.4rem;
  }
  .newSeason2022 .infoImg {
    width: 62.6rem;
  }
  .newSeason2022 .l-kv__header {
    padding-top: 2.6rem;
  }
  .newSeason2022 .l-kv__body {
    padding-bottom: 10.6rem;
  }
  .newSeason2022 .kvLine {
    top: 1.2rem;
  }
  .newSeason2022 .kvSlider .swiper-wrapper {
    padding-left: 0;
  }
  .newSeason2022 .kvLead {
    width: 67.4rem;
    margin-top: -2.4rem;
    margin-bottom: 4.2rem;
  }
  .newSeason2022 .kvTtl {
    margin-bottom: 4.2rem;
    font-size: 4rem;
    line-height: 1.55;
  }
  .newSeason2022 .kvTag__item {
    padding: 1rem 2.4rem;
    border-width: 0.06rem;
    margin-right: 1rem;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
  .newSeason2022 .l-giftSet {
    padding-bottom: 15rem;
  }
  .newSeason2022 .l-giftSet__header .secTtl__img {
    width: 15.2rem;
  }
  .newSeason2022 .giftSetLead__box {
    width: 60rem;
    margin-bottom: 4.2rem;
    padding: 5.74rem 5rem 4.2rem 10.2rem;
  }
  .newSeason2022 .giftSetLead__label {
    top: -2.5rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .newSeason2022 .giftSetLead__txt {
    margin-bottom: 10rem;
    font-size: 2.4rem;
    line-height: 1.70833;
  }
  .newSeason2022 .giftSetCard__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.2rem;
  }
  .newSeason2022 .giftSetCard__header {
    width: 52%;
  }
  .newSeason2022 .giftSetCard__img::before {
    padding-top: 94.6%;
  }
  .newSeason2022 .giftSetCard__num {
    top: 50%;
    left: -4.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.4rem;
    height: 8.4rem;
    border-width: 0.1rem;
    font-size: 4.2rem;
  }
  .newSeason2022 .giftSetCard__lead {
    left: 4.15rem;
    top: -2.6rem;
    font-size: 2.4rem;
  }
  .newSeason2022 .giftSetCard__lead span {
    padding: 0.6rem 0.2rem;
    margin-right: 0.8rem;
  }
  .newSeason2022 .giftSetCard__body {
    width: 48%;
    padding: 3.4rem 2rem 2.8rem;
  }
  .newSeason2022 .giftSetCard__itemLabel {
    width: 11rem;
    margin-bottom: 1.2rem;
  }
  .newSeason2022 .setItem {
    margin-bottom: 1.35rem;
  }
  .newSeason2022 .setItem__item {
    width: 29.8%;
  }
  .newSeason2022 .setItem__img {
    margin-bottom: 0.8rem;
  }
  .newSeason2022 .setItem__ttl {
    font-size: 1.2rem;
  }
  .newSeason2022 .setOption {
    margin-bottom: 2rem;
  }
  .newSeason2022 .setOption__plus {
    width: 1.2rem;
    margin-right: 0.7rem;
  }
  .newSeason2022 .setOption__item {
    min-height: 2.82rem;
    padding: 0 1.3rem;
    border-width: 0.075rem;
    border-radius: 1.5rem;
  }
  .newSeason2022 .setOption__item:nth-child(2) {
    margin-left: -0.5rem;
  }
  .newSeason2022 .setOption__giftIcon {
    width: 1.8rem;
    margin-right: 0.5rem;
  }
  .newSeason2022 .setOption__icon {
    width: 1.3rem;
    margin-right: 0.62rem;
  }
  .newSeason2022 .setOption__txt {
    font-size: 1.2rem;
  }
  .newSeason2022 .giftSetCard__ttlArea {
    padding: 1.2rem 0;
    border-width: 0.06rem;
  }
  .newSeason2022 .giftSetCard__ttlArea--narrow {
    padding: 1.1rem 0;
  }
  .newSeason2022 .giftSetCard__ttl {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.16667;
  }
  .newSeason2022 .giftSetCard__subTtl {
    font-size: 1.4rem;
    line-height: 1.35714;
  }
  .newSeason2022 .giftSetCard__priceArea {
    padding-top: 0.8rem;
  }
  .newSeason2022 .setItemPrice {
    margin-bottom: 1.6rem;
  }
  .newSeason2022 .setItemPrice__left {
    margin-right: 4rem;
  }
  .newSeason2022 .setItemPrice__left::after {
    top: 0.6rem;
    right: -2.6rem;
    width: 1.674rem;
    height: 0.49rem;
  }
  .newSeason2022 .setItemPrice__left .price {
    font-size: 1.6rem;
  }
  .newSeason2022 .setItemPrice__left .tax {
    font-size: 1rem;
  }
  .newSeason2022 .setItemPrice__right .price {
    font-size: 2.4rem;
  }
  .newSeason2022 .setItemPrice__right .tax {
    font-size: 1.4rem;
  }
  .newSeason2022 .giftSetCard__emphasis {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .newSeason2022 .giftCardBox {
    padding: 2rem;
    background-image: url("../img/newseason2022/03_giftcard-3.jpg");
  }
  .newSeason2022 .giftCardBox__inner {
    padding: 9rem 3.6rem 6.8rem;
  }
  .newSeason2022 .giftCardBox__header {
    width: 38.2rem;
  }
  .newSeason2022 .giftCardBox__label {
    width: 20.8rem;
    margin-bottom: 3.2rem;
  }
  .newSeason2022 .giftCardBox__ttl {
    margin-bottom: 1.4rem;
    padding-bottom: 2.4rem;
    border-width: 0.1rem;
    font-size: 2.4rem;
    line-height: 1.66667;
  }
  .newSeason2022 .giftCardBox__txt {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .newSeason2022 .giftCardBox__img {
    position: absolute;
    top: 8.6rem;
    right: 3.6rem;
    width: 44rem;
    margin-bottom: 0;
  }
  .newSeason2022 .giftCardBox__btn {
    width: 38.2rem;
  }
  .newSeason2022 .l-review {
    padding-top: 15rem;
  }
  .newSeason2022 .l-review__header .secTtl__img {
    width: 14.2rem;
  }
  .newSeason2022 .l-insta {
    margin-bottom: 8.8rem;
  }
  .newSeason2022 .instaLabel {
    width: 15.8rem;
    margin: 0 auto 3.6rem;
  }
  .newSeason2022 .instaCard__list {
    margin-bottom: -3.6rem;
  }
  .newSeason2022 .instaCard__item {
    margin-bottom: 3.6rem;
  }
  .newSeason2022 .instaCard__item {
    width: 31%;
    margin-right: 3.5%;
  }
  .newSeason2022 .instaCard__item:nth-child(2n) {
    margin-right: 3.5%;
  }
  .newSeason2022 .instaCard__item:nth-child(3n) {
    margin-right: 0;
  }
  .newSeason2022 .l-voice__header {
    margin-bottom: 6rem;
  }
  .newSeason2022 .voiceSecTtl::before {
    width: 19rem;
    height: 0.1rem;
  }
  .newSeason2022 .voiceSecTtl__txt {
    padding: 0 1rem;
    font-size: 2.8rem;
  }
  .newSeason2022 .voiceCard__item {
    margin-bottom: 3.6rem;
    padding: 3.6rem;
  }
  .newSeason2022 .voiceCard__star {
    margin-bottom: 1rem;
    font-size: 3.8rem;
    line-height: 1.47368;
  }
  .newSeason2022 .voiceCard__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .newSeason2022 .l-giftCat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newSeason2022 .l-giftCat__content {
    width: 47%;
  }
  .newSeason2022 .l-giftCat__content:first-child {
    margin-bottom: 0;
  }
  .newSeason2022 .giftCatTtl {
    margin-bottom: 2.8rem;
    padding: 2rem;
    border-width: 0.1rem;
    font-size: 2.8rem;
  }
  .newSeason2022 .priceNav__item {
    margin-bottom: 1.8rem;
  }
  .newSeason2022 .priceNav__link {
    padding: 0.6rem 2rem;
    font-size: 1.8rem;
  }
  .newSeason2022 .itemNav__item {
    border-width: 0.05rem;
  }
  .newSeason2022 .itemNav__item:last-child {
    border-width: 0.05rem;
  }
  .newSeason2022 .itemNav__ttl {
    padding-left: 0.8rem;
    font-size: 1.6rem;
  }
  .newSeason2022 .l-giftOption__header .secTtl__img {
    width: 8.32rem;
  }
  .newSeason2022 .giftOption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7.2rem;
  }
  .newSeason2022 .giftOption__block {
    width: 42.8%;
  }
  .newSeason2022 .giftOption__block:first-child {
    margin-bottom: 0;
  }
  .newSeason2022 .giftOption__header {
    margin-bottom: 3.6rem;
  }
  .newSeason2022 .giftOption__label {
    margin-bottom: 1.2rem;
  }
  .newSeason2022 .giftOption__label--name {
    width: 20.4rem;
  }
  .newSeason2022 .giftOption__label--wrapping {
    width: 12.2rem;
  }
  .newSeason2022 .giftOption__ttl {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    line-height: 1.46875;
  }
  .newSeason2022 .giftOption__img {
    margin-bottom: 2.4rem;
  }
  .newSeason2022 .giftOption__lead {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
  .newSeason2022 .giftOption__item {
    margin-bottom: 4rem;
  }
  .newSeason2022 .giftOption__emphasisImg {
    margin: 0.8rem auto;
  }
  .newSeason2022 .giftOption__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .newSeason2022 .giftOption__txt--sm {
    font-size: 1.2rem;
  }
  .newSeason2022 .l-store__header .secTtl {
    margin-bottom: 4rem;
  }
  .newSeason2022 .l-store__header .secTtl__img {
    width: 11.2rem;
  }
  .newSeason2022 .l-store__header .secLead {
    margin-bottom: 8rem;
  }
  .newSeason2022 .storeBox {
    margin-bottom: 7.6rem;
  }
  .newSeason2022 .storeBox__body {
    padding: 4rem 12rem;
  }
  .newSeason2022 .storeBox__badge {
    bottom: -7.5rem;
    right: 16.4rem;
    width: 15rem;
    height: 15rem;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
  .newSeason2022 .storeBox__date {
    width: 28rem;
  }
  .newSeason2022 .storeBox__content {
    margin-top: 2.4rem;
    margin-bottom: 2.8rem;
  }
  .newSeason2022 .storeBox__content--gift {
    padding-top: 2.4rem;
  }
  .newSeason2022 .storeBox__content--gift::before {
    width: 100%;
    height: 0.1rem;
  }
  .newSeason2022 .storeBox__label {
    min-width: 11rem;
    margin-bottom: 1rem;
    padding: 0.3rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.14286;
  }
  .newSeason2022 .storeBox__txt {
    font-size: 2.8rem;
    line-height: 1.53571;
  }
  .newSeason2022 .storeBox__phoneIntro {
    width: 21.8rem;
  }
  .newSeason2022 .storeCard {
    width: 100%;
    margin-bottom: 10rem;
  }
  .newSeason2022 .storeCard__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .newSeason2022 .storeCard__item {
    width: 30%;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .newSeason2022 .storeCard__item:nth-child(3n) {
    margin-right: 0;
  }
  .newSeason2022 .storeCard__ttl {
    margin-bottom: 1.4rem;
    font-size: 2.4rem;
  }
  .newSeason2022 .storeCard__img {
    margin-bottom: 2rem;
  }
  .newSeason2022 .storeCard__txt {
    font-size: 1.4rem;
  }
  .newSeason2022 .l-storeNav {
    padding: 0;
  }
  .newSeason2022 .l-storeNav__header {
    margin-bottom: 4rem;
  }
  .newSeason2022 .l-storeNav__header::before {
    content: none;
  }
  .newSeason2022 .storeNav__ttlImg {
    width: 11.4rem;
    padding: 0;
  }
  .newSeason2022 .storeNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newSeason2022 .storeNav__item {
    width: 33.33%;
    margin-bottom: 3.6rem;
  }
  .newSeason2022 .storeNav__item.target .storeNav__name::after {
    right: -11.6rem;
    padding: 0.25rem 0.8rem;
    font-size: 1.2rem;
  }
  .newSeason2022 .storeNav__name {
    margin-bottom: 1.2rem;
    padding-bottom: 0;
    border-width: 0.1rem;
    font-size: 1.8rem;
  }
  .newSeason2022 .storeNav__address {
    font-size: 1.2rem;
  }
  .newSeason2022 .storeNav__address::before {
    width: 1.052rem;
    height: 1.563rem;
    padding-right: 0.7rem;
  }
  .newSeason2022 .l-aboutUs__header {
    margin-bottom: 4rem;
  }
  .newSeason2022 .aboutUsTtl__img {
    width: 12.3rem;
    margin-bottom: 2.2rem;
  }
  .newSeason2022 .aboutUsTtl__txt {
    margin-bottom: 1.4rem;
    font-size: 3.6rem;
    line-height: 1.27778;
  }
  .newSeason2022 .aboutUs__lead {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
  .newSeason2022 .aboutUs__img {
    margin-bottom: 3.6rem;
  }
  .newSeason2022 .aboutUs__txt {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.85714;
  }
  .newSeason2022 .aboutUs__btn {
    width: 38.8rem;
    padding: 2.2rem 1.6rem;
    font-size: 2.3rem;
    line-height: 1.34783;
    border-width: 0.06rem;
  }
  .newSeasonBag .l-inner, .newSeasonBag .newSeason2022 .l-inner--02, .newSeason2022 .newSeasonBag .l-inner--02, .newSeasonBag .xmas_campaign .l-inner--sm, .xmas_campaign .newSeasonBag .l-inner--sm, .newSeasonBag .xmas_campaign .l-inner--xs, .xmas_campaign .newSeasonBag .l-inner--xs {
    max-width: 104rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .newSeasonBag .l-inner--02 {
    max-width: 84.8rem;
  }
  .newSeasonBag .bg--blue {
    background-image: url("../img/newseason-bag/bg_sec.jpg");
  }
  .newSeasonBag .secLabel {
    font-size: 1.6rem;
    letter-spacing: 0.5em;
  }
  .newSeasonBag .btn, .newSeasonBag .btn--black {
    padding: 2.15rem;
    font-size: 2rem;
    line-height: calc(27 / 20);
  }
  .newSeasonBag .btn::after, .newSeasonBag .btn--black::after {
    width: 0.836rem;
    height: 1.013rem;
    right: 7rem;
  }
  .newSeasonBag .btn--black {
    font-size: 2.4rem;
  }
  .newSeasonBag .l-notice {
    padding: 2.8rem;
  }
  .newSeasonBag .notice__txtBox .mb {
    margin-bottom: 2rem;
  }
  .newSeasonBag .notice__ttl {
    font-size: 3.4rem;
  }
  .newSeasonBag .notice__txt {
    font-size: 2rem;
  }
  .newSeasonBag .notice__txtBold {
    font-size: 2rem;
  }
  .newSeasonBag .catKvBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    left: calc(50% + 4vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .newSeasonBag .catKvScroll {
    display: none;
  }
  .newSeasonBag .catKvTxtImg {
    width: 22.8rem;
    margin-bottom: 5vw;
  }
  .newSeasonBag .catKvTtl {
    margin-bottom: 3.6rem;
  }
  .newSeasonBag .catKvTtl .sm {
    font-size: 2.8rem;
    line-height: calc(59 / 28);
  }
  .newSeasonBag .catKvTtl .lg {
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: calc(59 / 38);
  }
  .newSeasonBag .catKvTtl .emphasis {
    padding: 0 0.7vw;
    border-width: 0.1rem;
  }
  .newSeasonBag .catKvLabel__item {
    font-size: 2.2rem;
    padding: 0.5rem 1.2rem;
    margin-right: 0.6rem;
  }
  .newSeasonBag .catKvSlider .swiper-pagination {
    max-width: 100rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-right: 0;
    bottom: 4.3rem;
  }
  .newSeasonBag .catKvSlider.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6.7rem;
    height: 0.2rem;
    margin-right: 0.96rem;
  }
  .newSeasonBag .secNav__item {
    width: 21rem;
    margin: 0 2.5rem;
  }
  .newSeasonBag .secNavBtn {
    padding: 2rem;
    font-size: 1.6rem;
    outline: 0.1rem solid #fff;
    outline-offset: -0.5rem;
  }
  .newSeasonBag .secNavBtn::after {
    bottom: 1.3rem;
    border-top-width: 0.389rem;
    border-left-width: 0.3915rem;
    border-right-width: 0.3915rem;
  }
  .newSeasonBag .l-catRank {
    padding-top: 5rem;
  }
  .newSeasonBag .l-catRank__block {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .newSeasonBag .l-catRank__header {
    margin-bottom: 11.4rem;
  }
  .newSeasonBag .l-catRank__body {
    max-width: 104rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .newSeasonBag .catRankSecTtl {
    margin-bottom: 2rem;
  }
  .newSeasonBag .catRankSecTtl__txt {
    font-size: 2.8rem;
    line-height: calc(55 / 28);
    margin-right: 1rem;
  }
  .newSeasonBag .catRankSecTtl__num {
    font-size: 3.6rem;
    line-height: calc(55 / 36);
  }
  .newSeasonBag .catRankCard__item {
    margin-bottom: 19rem;
  }
  .newSeasonBag .catRankCard__item:nth-child(n + 4) .catRankCard__body {
    padding-top: 7.8rem;
  }
  .newSeasonBag .catRankCard__item:nth-child(n + 4) .catRankCard__statue {
    width: 40rem;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .newSeasonBag .catRankCard__num {
    top: -8rem;
    right: 3.6rem;
    width: 12.4rem;
    height: 12.4rem;
    font-size: 2.8rem;
  }
  .newSeasonBag .catRankCard__num .lg {
    font-size: 4.2rem;
  }
  .newSeasonBag .catRankCard__slider {
    position: absolute;
    top: -5.2rem;
    left: 0;
    width: 43.7%;
    z-index: 30;
  }
  .newSeasonBag .catRankSlider__txt {
    top: 7rem;
    right: -3.2rem;
    color: #fff;
    font-size: 1.2rem;
  }
  .newSeasonBag .catRankSlider__img::after {
    content: none;
  }
  .newSeasonBag .catRankSlider__desc {
    bottom: 2rem;
    left: 1.6rem;
  }
  .newSeasonBag .catRankSlider__inch {
    margin-bottom: 1rem;
    padding: 0.3rem 1.1rem;
    font-size: 1.5rem;
    line-height: calc(20 / 15);
    border-width: 0.06rem;
    border-radius: 0.5rem;
  }
  .newSeasonBag .catRankSlider__color {
    width: 6.5rem;
  }
  .newSeasonBag .catRankCard__body {
    width: 94%;
    margin-top: 0;
    padding-top: 7.8rem;
  }
  .newSeasonBag .catRankCard__imgWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
  }
  .newSeasonBag .catRankCard__imgTxt {
    top: 0;
    left: -4rem;
    font-size: 1.2rem;
  }
  .newSeasonBag .catRankCard__ttl {
    padding: 0;
    padding-bottom: 2rem;
  }
  .newSeasonBag .catRankTtl {
    width: 54%;
    margin-left: auto;
    font-size: 2.4rem;
    line-height: calc(37 / 24);
    white-space: nowrap;
  }
  .newSeasonBag .catRankCard__statue {
    width: 42rem;
    margin-left: auto;
    padding: 4rem 2rem 4rem 0;
  }
  .newSeasonBag .catRankStatus {
    margin-bottom: 4rem;
  }
  .newSeasonBag .catRankStatus__item {
    margin-bottom: 2.4rem;
  }
  .newSeasonBag .catRankStatus__dt {
    width: 26%;
    font-size: 1.6rem;
  }
  .newSeasonBag .catRankStatus__bar {
    margin-bottom: 0.2rem;
  }
  .newSeasonBag .catRankStatus__bar > span {
    height: 0.3rem;
  }
  .newSeasonBag .catRankStatus__txt > span {
    font-size: 1.1rem;
  }
  .newSeasonBag .catRankDesc {
    width: 54%;
    margin-left: auto;
  }
  .newSeasonBag .catRankDesc__body {
    padding: 4rem 0;
    padding-right: 7rem;
  }
  .newSeasonBag .catRankDesc__name {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  .newSeasonBag .catRankDesc__name .sm {
    font-size: 2.2rem;
  }
  .newSeasonBag .catRankDesc__price .before {
    font-size: 2.4rem;
  }
  .newSeasonBag .catRankDesc__price .price {
    font-size: 3.6rem;
    line-height: calc(38 / 24);
  }
  .newSeasonBag .catRankDesc__price .tax {
    font-size: 1.6rem;
    line-height: calc(38 / 16);
  }
  .newSeasonBag .catRankReview__header {
    padding-bottom: 4rem;
    padding-right: 7rem;
  }
  .newSeasonBag .priceOff {
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7rem;
    height: 7rem;
  }
  .newSeasonBag .priceOff__txt .lg {
    font-size: 2.6rem;
  }
  .newSeasonBag .priceOff__txt .sm {
    font-size: 1.4rem;
  }
  .newSeasonBag .catRankReview__headerTxt {
    font-size: 1.6rem;
  }
  .newSeasonBag .catRankReview__headerTxt::after {
    right: -3.4rem;
    width: 0.867rem;
    height: 0.616rem;
  }
  .newSeasonBag .catRankReview__body {
    padding: 4rem;
    margin-left: -100%;
  }
  .newSeasonBag .review__evaluation {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .newSeasonBag .review__item {
    margin-bottom: 4rem;
  }
  .newSeasonBag .review__star {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .newSeasonBag .review__ttl {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
  .newSeasonBag .review__txt {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .newSeasonBag .reviewClose__btn {
    font-size: 1.6rem;
  }
  .newSeasonBag .reviewClose__btn::after {
    right: -3rem;
    width: 0.867rem;
    height: 0.616rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankCard__num {
    right: auto;
    left: 3.6rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankCard__slider {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .newSeasonBag .catRankCard__item--rev .catRankSlider__txt {
    right: auto;
    left: -3.2rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankSlider .swiper-pagination {
    padding-left: 1.4rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankSlider__desc {
    left: auto;
    right: 1.6rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankCard__imgWrapper {
    left: auto;
    right: 0;
  }
  .newSeasonBag .catRankCard__item--rev .catRankCard__imgTxt {
    left: auto;
    right: -4rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankTtl {
    margin-left: 0;
    padding-left: 5rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankStatus {
    margin-left: 0;
    padding-right: 0;
  }
  .newSeasonBag .catRankCard__item--rev .catRankDesc {
    width: 60%;
    margin-left: 0;
  }
  .newSeasonBag .catRankCard__item--rev .catRankDesc__body {
    padding-right: 0;
    padding-left: 5rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankReview__header {
    padding-right: 0;
    padding-left: 6.4rem;
  }
  .newSeasonBag .catRankCard__item--rev .catRankReview__body {
    margin-left: 0;
    margin-right: -100%;
  }
  .newSeasonBag .catRankCard__item--rev .catRankCard__statue {
    margin-left: 5rem;
  }
  .newSeasonBag .catRankCard__debut {
    padding: 0 3.6rem 3.6rem;
  }
  .newSeasonBag .debut__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
  }
  .newSeasonBag .debut__ttl .lg {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 2.8rem;
    line-height: 1.21429;
  }
  .newSeasonBag .debut__ttl .sm {
    font-size: 2.4rem;
    line-height: 1.41667;
  }
  .newSeasonBag .debut__header {
    padding-top: 4.8rem;
    margin-bottom: 5.8rem;
  }
  .newSeasonBag .debut__header .secLabel {
    font-size: 1rem;
  }
  .newSeasonBag .debut__headerInner {
    width: 72rem;
    padding-top: 3.6rem;
    padding-bottom: 0.6rem;
  }
  .newSeasonBag .debut__headerInner::after {
    bottom: -5.8rem;
    border-top-width: 5.8rem;
    border-left-width: 36rem;
    border-right-width: 36rem;
  }
  .newSeasonBag .debut__imgWrapper {
    width: 63%;
    margin: 0 auto;
  }
  .newSeasonBag .debut__txtImg {
    width: 21.2rem;
    top: -6rem;
    left: 13.6rem;
  }
  .newSeasonBag .debut__date {
    border-width: 0.06rem;
    width: 13.7rem;
    top: -9rem;
    right: -6rem;
  }
  .newSeasonBag .debut__body {
    padding: 3.2rem 5.4rem 5.4rem;
  }
  .newSeasonBag .debut__lead {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    line-height: calc(39 / 24);
  }
  .newSeasonBag .debut__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .newSeasonBag .debut__img {
    width: 42%;
    margin: 0;
  }
  .newSeasonBag .debut__txtBox {
    width: 51%;
  }
  .newSeasonBag .debut__txtBox .catRankDesc__name,
  .newSeasonBag .debut__txtBox .catRankDesc__price {
    text-align: left;
  }
  .newSeasonBag .catRankNote {
    margin-top: 4.2rem;
    font-size: 1.4rem;
  }
  .newSeasonBag .l-storeCampaign {
    padding-top: 9.5rem;
    padding-bottom: 8.5rem;
  }
  .newSeasonBag .l-storeCampaign__header {
    margin-bottom: 5.4rem;
  }
  .newSeasonBag .storeCampaign__badge {
    width: 16.6rem;
    top: -4.2rem;
    right: -5.6rem;
  }
  .newSeasonBag .storeCampaign__ttl {
    margin-bottom: 3.6rem;
    padding: 2.4rem;
    border-width: 0.1rem;
  }
  .newSeasonBag .storeCampaign__ttl .sm {
    padding: 0 3.4rem;
    font-size: 2.2rem;
  }
  .newSeasonBag .storeCampaign__ttl .lg {
    font-size: 2.8rem;
    line-height: calc(37 / 28);
  }
  .newSeasonBag .storeCampaign__lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .newSeasonBag .storeCampaign__lead .sm {
    font-size: 2.8rem;
    line-height: calc(32 / 28);
    margin-right: 2rem;
  }
  .newSeasonBag .storeCampaign__lead .lg {
    font-size: 3.6rem;
    line-height: calc(40 / 36);
  }
  .newSeasonBag .storeCampaignItem {
    margin-bottom: 4.8rem;
  }
  .newSeasonBag .storeCampaignItem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newSeasonBag .storeCampaignItem__item {
    width: 48.25%;
    margin-bottom: 0;
  }
  .newSeasonBag .storeCampaignItem__item::after {
    width: 6.4rem;
    height: 6.4rem;
    bottom: 32.5%;
    left: auto;
    right: -4.8rem;
    -webkit-transform: none;
            transform: none;
  }
  .newSeasonBag .storeCampaignItem__ttl {
    padding: 1.8rem;
  }
  .newSeasonBag .storeCampaignItem__ttl .sm {
    font-size: 1.8rem;
  }
  .newSeasonBag .storeCampaignItem__ttl .lg {
    font-size: 2.2rem;
  }
  .newSeasonBag .storeCampaign__date {
    width: 27.7rem;
    margin-bottom: 4.8rem;
  }
  .newSeasonBag .storeCampaign__btn > .btn--black {
    width: 43.6rem;
  }
  .newSeasonBag .l-catType {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .newSeasonBag .l-catType__header {
    margin-bottom: 6rem;
  }
  .newSeasonBag .catType__num {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .newSeasonBag .catType__ttl {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
  .newSeasonBag .typeCard {
    width: 60rem;
    margin: 0 auto 6rem;
  }
  .newSeasonBag .typeCard__item {
    margin-bottom: 4rem;
  }
  .newSeasonBag .typeCard__txtBox {
    top: 8.8rem;
    right: 4.6rem;
  }
  .newSeasonBag .typeCard__ttl {
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
  }
  .newSeasonBag .typeCard__btn {
    font-size: 1.6rem;
  }
  .newSeasonBag .typeCard__btn::after {
    width: 0.836rem;
    height: 1.013rem;
    margin-left: 1.4rem;
  }
  .newSeasonBag .typeCard__item--rev .typeCard__txtBox {
    left: 4.6rem;
  }
  .newSeasonBag .catTypeBtn {
    width: 46rem;
    padding: 2.4rem;
    font-size: 2rem;
  }
  .newSeasonBag .catTypeBtn::after {
    right: 6rem;
    width: 0.836rem;
    height: 1.013rem;
  }
  .newSeasonBag .l-store {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .newSeasonBag .l-store_top {
    padding-right: 0;
    padding-left: 0;
  }
  .newSeasonBag .storeService {
    margin-bottom: 5rem;
    padding: 7rem 8.6rem 5.6rem;
    border-width: 1rem;
  }
  .newSeasonBag .storeService__header {
    margin-bottom: 5.6rem;
  }
  .newSeasonBag .storeService__label {
    width: 53rem;
    margin: 0 auto 1.4rem;
  }
  .newSeasonBag .storeService__label::before {
    height: 0.1rem;
  }
  .newSeasonBag .storeService__labelTxt {
    font-size: 2.4rem;
    padding: 0 3rem;
  }
  .newSeasonBag .storeService__ttl {
    margin-bottom: 1.4rem;
    font-size: 2.8rem;
  }
  .newSeasonBag .storeService__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .newSeasonBag .storeService__txt {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
  }
  .newSeasonBag .storeService__note {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .newSeasonBag .storeService__img {
    margin-bottom: 3.4rem;
  }
  .newSeasonBag .storeCat__linkArea {
    margin-bottom: 12rem;
  }
  .newSeasonBag .storeCat__txtLink {
    font-size: 2rem;
    line-height: calc(27 / 20);
  }
  .newSeasonBag .storeCat__txtLink::after {
    width: 0.836rem;
    height: 1.013rem;
    margin-left: 3.2rem;
  }
  .newSeasonBag .storeImg {
    margin-bottom: 6.6rem;
  }
  .newSeasonBag .storeTtlWrapper {
    margin-bottom: 7rem;
  }
  .newSeasonBag .storeTtl {
    margin-bottom: 1.4rem;
    font-size: 2.8rem;
    line-height: calc(45 / 28);
  }
  .newSeasonBag .l-storeNav {
    padding: 0;
  }
  .newSeasonBag .l-storeNav__header {
    margin-bottom: 4rem;
  }
  .newSeasonBag .l-storeNav__header::before,
  .newSeasonBag .l-storeNav__header::after {
    width: 42rem;
    height: 0.1rem;
  }
  .newSeasonBag .storeNav__ttlImg {
    width: 11.4rem;
    padding: 0;
  }
  .newSeasonBag .storeNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -3.6rem;
  }
  .newSeasonBag .storeNav__item {
    width: 33.33%;
    margin-bottom: 3.6rem;
  }
  .newSeasonBag .storeNav__name {
    margin-bottom: 1.2rem;
    padding-bottom: 0;
    border-width: 0.1rem;
    font-size: 1.8rem;
  }
  .newSeasonBag .storeNav__address {
    font-size: 1.2rem;
  }
  .newSeasonBag .storeNav__address::before {
    width: 1.052rem;
    height: 1.563rem;
    padding-right: 0.7rem;
    margin-right: 0.4rem;
  }
  .newSeasonBag .l-aboutUs {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .newSeasonBag .l-aboutUs__header {
    margin-bottom: 4rem;
  }
  .newSeasonBag .aboutUsTtl__img {
    width: 12.3rem;
    margin-bottom: 2.2rem;
  }
  .newSeasonBag .aboutUsTtl__txt {
    margin-bottom: 1.4rem;
    font-size: 3.6rem;
    line-height: 1.27778;
  }
  .newSeasonBag .aboutUs__lead {
    font-size: 1.8rem;
    line-height: 1.55556;
  }
  .newSeasonBag .aboutUs__img {
    margin-bottom: 3.6rem;
  }
  .newSeasonBag .aboutUs__txt {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.85714;
  }
  .newSeasonBag .aboutUs__btn {
    width: 38.8rem;
    padding: 2.2rem 1.6rem;
    font-size: 2.3rem;
    line-height: 1.34783;
    border-width: 0.06rem;
  }
  .shopMessage__ttl {
    font-size: 2.4rem;
  }
  .shopMessage__info {
    font-size: 1.6rem;
  }
  .shopMessage__box {
    padding: 40px 20px;
    font-size: 1.6rem;
  }
  .shopStaffMessage__ttl {
    font-size: 3.2rem;
  }
  .shopStaffMessage__copy {
    font-size: 1.4rem;
  }
  .shopStaffMessage .list-message__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .shopStaffMessage .list-message__caption {
    font-size: 1.6rem;
  }
  .shopStaffMessage .list-message__letter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .shopStaffMessage .letter-img {
    width: 20%;
  }
  .secComment__ttl {
    font-size: 2rem;
  }
  .secComment .submit {
    font-size: 2rem;
  }
  .tegaki .l-guide__header {
    margin-bottom: 4rem;
  }
  .tegaki .guide__secTtl {
    padding: 8rem 0;
    font-size: 4rem;
    outline-width: 0.2rem;
    outline-offset: -2.4rem;
  }
  .tegaki .guide__item {
    margin-bottom: 4rem;
  }
  .tegaki .guide__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
  }
  .tegaki .guide__txt {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .tegaki .guide__btn {
    width: 34rem;
    margin: 0 auto;
  }
  .l-kv__body {
    padding: 3.8rem 0;
  }
  .kv__txt {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .l-point .secImgTtl {
    width: 5.8rem;
  }
  .point__img {
    margin-top: 3.5rem;
  }
  .l-process .secImgTtl {
    width: 8.4rem;
  }
  .l-process__header {
    margin-bottom: 4rem;
  }
  .process__item {
    margin-bottom: 5.9rem;
  }
  .process__item::after {
    bottom: -6.7rem;
    border-top-width: 2.4rem;
    border-right-width: 1.8rem;
    border-bottom-width: 2.4rem;
    border-left-width: 1.8rem;
  }
  .process__link {
    top: 22.2rem;
    left: 8.4rem;
    font-size: 1.6rem;
  }
  .l-try .secImgTtl {
    width: 3.6rem;
  }
  .l-try__header {
    margin-bottom: 4rem;
  }
  .try__list {
    margin-bottom: -5.57rem;
  }
  .try__item {
    width: calc((100% - 3.57rem) / 2);
    margin-right: 3.57rem;
    margin-bottom: 5.57rem;
  }
  .try__img {
    margin-bottom: 2.52rem;
  }
  .try__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-rule .secImgTtl {
    width: 5rem;
  }
  .l-rule__header {
    margin-bottom: 4rem;
  }
  .rule__ttl {
    margin-bottom: 2.1rem;
    font-size: 1.4rem;
  }
  .rule__ttl::before {
    width: 0.4rem;
    height: 1.5rem;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
  }
  .rule__dl {
    margin-bottom: 3rem;
  }
  .rule__dt {
    width: 11%;
  }
  .rule__dd {
    width: 89%;
  }
  .l-shopping .secImgTtl {
    width: 9.6rem;
  }
  .l-shopping__header {
    margin-bottom: 3.45rem;
  }
  .l-shopping__body {
    margin-bottom: 3.7rem;
  }
  .shopping__ttl {
    margin-bottom: 4rem;
    padding: 0.44rem 0;
    border-width: 0.1rem;
    font-size: 1.6rem;
  }
  .shopping__footerTxt {
    margin-top: 1rem;
  }
  .shoppingItem__list {
    margin-bottom: -3rem;
  }
  .shoppingItem {
    width: calc((100% - 3.2rem) / 2);
    margin-right: 3.2rem;
    margin-bottom: 3rem;
  }
  .shoppingItem__img {
    margin-bottom: 1.7rem;
  }
  .shoppingItem__name {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .shoppingItem__price {
    font-size: 1.3rem;
  }
  .xmas_campaign .l-sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xmas_campaign .l-inner, .xmas_campaign .newSeason2022 .l-inner--02, .newSeason2022 .xmas_campaign .l-inner--02, .xmas_campaign .l-inner--sm, .xmas_campaign .l-inner--xs {
    max-width: 112rem;
    padding-right: 2rem;
    padding-right: 2rem;
  }
  .xmas_campaign .l-inner--sm {
    max-width: 104rem;
  }
  .xmas_campaign .l-inner--xs {
    max-width: 86rem;
  }
  .xmas_campaign .l-intro {
    padding-bottom: 12rem;
  }
  .xmas_campaign .l-intro__block--01 {
    margin-bottom: 4.8rem;
  }
  .xmas_campaign .l-intro__block--01 .intro__txtBox {
    margin-bottom: 12.8rem;
  }
  .xmas_campaign .l-intro__block--02 .intro {
    padding-top: 0;
  }
  .xmas_campaign .l-intro__block--02 .intro__txtBox {
    text-align: right;
  }
  .xmas_campaign .intro__txtBox {
    margin-bottom: 7.4rem;
  }
  .xmas_campaign .intro__ttl {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.6;
  }
  .xmas_campaign .intro__txt {
    font-size: 1.6rem;
  }
  .xmas_campaign .intro__txtImg {
    top: 11rem;
    left: 0;
    right: auto;
    width: 42rem;
  }
  .xmas_campaign .intro__imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xmas_campaign .intro__imgBox--01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xmas_campaign .intro__img--01 {
    width: 48.5%;
    margin-bottom: 0;
    -webkit-transform: translateY(-12.8rem);
            transform: translateY(-12.8rem);
  }
  .xmas_campaign .intro__img--01 .img {
    width: 100%;
    margin-left: 0;
  }
  .xmas_campaign .intro__img--01 .txt {
    width: 6.2rem;
    top: -6rem;
    right: 4rem;
  }
  .xmas_campaign .intro__img--02 {
    width: 37.5%;
  }
  .xmas_campaign .intro__img--02 .img {
    width: 100%;
    margin-right: 0;
  }
  .xmas_campaign .intro__img--02 .txt {
    width: 6.2rem;
    top: -6rem;
    left: auto;
    right: 4rem;
  }
  .xmas_campaign .intro__img--03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xmas_campaign .intro__img--03 .img {
    width: 65.3%;
    margin-bottom: 0;
  }
  .xmas_campaign .intro__img--03 .tree {
    width: 24.7%;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
  .xmas_campaign .l-recommend__header {
    margin-bottom: 7rem;
  }
  .xmas_campaign .recommend__ttl {
    width: 26.5rem;
  }
  .xmas_campaign .recommendMedia__item {
    margin-bottom: 7.4rem;
  }
  .xmas_campaign .recommendMedia__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xmas_campaign .recommendMedia__left {
    width: calc(100% - 40rem);
  }
  .xmas_campaign .recommendMedia__right {
    width: 40rem;
    padding: 5.4rem 4.4rem;
  }
  .xmas_campaign .recommendMedia__txtBox {
    margin-bottom: 4rem;
    text-align: left;
  }
  .xmas_campaign .recommendMedia__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  .xmas_campaign .recommendMedia__txt {
    font-size: 1.4rem;
    line-height: 1.85714;
    margin: 0;
  }
  .xmas_campaign .recommendMedia__btn {
    padding: 2rem 2.4rem;
    font-size: 1.4rem;
  }
  .xmas_campaign .recommendMedia__btn::after {
    width: 1.1rem;
    height: 0.817rem;
    margin-left: 1.6rem;
  }
  .xmas_campaign .l-ranking {
    padding-top: 6rem;
  }
  .xmas_campaign .l-ranking__header {
    margin-bottom: 4rem;
  }
  .xmas_campaign .ranking {
    margin-bottom: 8rem;
  }
  .xmas_campaign .ranking__secTtl {
    width: 19rem;
  }
  .xmas_campaign .ranking__header {
    margin-bottom: 1rem;
  }
  .xmas_campaign .ranking__ttlImg {
    width: 38.3rem;
  }
  .xmas_campaign .ranking--men {
    margin-bottom: 6rem;
  }
  .xmas_campaign .rankingCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xmas_campaign .rankingCard__top {
    width: 50.8%;
  }
  .xmas_campaign .rankingCard__under {
    width: calc(49% - 2rem);
  }
  .xmas_campaign .rankingCard__item {
    margin-bottom: 1.2rem;
  }
  .xmas_campaign .rankingCard__header {
    margin-bottom: 0.4rem;
  }
  .xmas_campaign .rankingCard__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xmas_campaign .rankingCard__name, .xmas_campaign .rankingCard__price {
    font-size: 1.4rem;
  }
  .xmas_campaign .rankingCard__price {
    margin-left: 1.6rem;
  }
  .xmas_campaign .rankingCard__under .rankingCard__item {
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
  }
  .xmas_campaign .color13__ttlImg {
    width: 46rem;
    margin-bottom: 2.8rem;
  }
  .xmas_campaign .l-mark__header {
    margin-bottom: 5rem;
  }
  .xmas_campaign .mark__ttlImg {
    width: 64.6rem;
    margin-bottom: 2rem;
  }
  .xmas_campaign .mark__lead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .xmas_campaign .mark__noteImg {
    width: 40rem;
  }
  .xmas_campaign .mark__btn {
    padding: 2rem;
    font-size: 1.4rem;
  }
  .xmas_campaign .mark__btn::after {
    width: 1.1rem;
    height: 0.817rem;
    margin-left: 2rem;
  }
  .xmas_campaign .markMedia {
    margin-bottom: 8rem;
  }
  .xmas_campaign .markMedia__item {
    margin-bottom: 6rem;
  }
  .xmas_campaign .markMedia__img {
    margin-bottom: 2rem;
  }
  .xmas_campaign .markMedia__txtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xmas_campaign .markMedia__ttl {
    width: auto;
    padding: 0 4.8rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    margin-right: 2.8rem;
    margin-left: 2rem;
    font-size: 1.8rem;
  }
  .xmas_campaign .markMedia__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.85714;
  }
  .xmas_campaign .markNote {
    margin-bottom: 8rem;
  }
  .xmas_campaign .markNote__inner {
    width: calc(100% - 4rem);
  }
  .xmas_campaign .markNote__ttl {
    margin-bottom: 2rem;
    margin-left: -2rem;
    font-size: 1.8rem;
  }
  .xmas_campaign .markNote__ttl::before {
    width: 1rem;
    margin-right: 1rem;
  }
  .xmas_campaign .markNote__imgWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.6rem;
  }
  .xmas_campaign .markNote__img {
    width: calc((100% - 2.4rem) / 2);
  }
  .xmas_campaign .markNote__img + .markNote__img {
    margin-left: 2.4rem;
  }
  .xmas_campaign .markNote__txt {
    line-height: 1.85714;
  }
  .xmas_campaign .l-gift {
    padding-top: 6rem;
  }
  .xmas_campaign .l-gift__header {
    margin-bottom: 3.2rem;
  }
  .xmas_campaign .gift__ttl {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
  }
  .xmas_campaign .gift__lead {
    font-size: 1.6rem;
  }
  .xmas_campaign .giftGallery {
    margin-bottom: 1.2rem;
  }
  .xmas_campaign .giftGallery__item {
    width: 48.3%;
  }
  .xmas_campaign .giftGallery__item--lg {
    width: 100%;
    margin-bottom: 2.8rem;
  }
  .xmas_campaign .l-insta__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .xmas_campaign .insta__ttl {
    width: 14.5rem;
    margin-bottom: 0;
  }
  .xmas_campaign .insta__lead {
    font-size: 1.6rem;
    margin-left: 6rem;
  }
  .xmas_campaign .instaGallery__item {
    width: 23%;
    margin-bottom: 0;
  }
  .xmas_campaign .l-store {
    padding-top: 6rem;
  }
  .xmas_campaign .l-store__header {
    margin-bottom: 4rem;
  }
  .xmas_campaign .store__ttl {
    width: 7.8rem;
    margin-bottom: 2.4rem;
  }
  .xmas_campaign .store__lead {
    font-size: 1.6rem;
  }
  .xmas_campaign .store__img {
    margin: 0 auto 2rem;
  }
  .xmas_campaign .storeCard {
    margin-bottom: 8rem;
  }
  .xmas_campaign .storeCard__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xmas_campaign .storeCard__item {
    width: 30.4%;
    margin-bottom: 0;
  }
  .xmas_campaign .storeCard__img {
    margin-bottom: 1.6rem;
  }
  .xmas_campaign .storeCard__txtBox {
    padding-left: 3.16rem;
  }
  .xmas_campaign .storeCard__txt {
    font-size: 1.4rem;
  }
  .xmas_campaign .storeList__header {
    margin-bottom: 4rem;
  }
  .xmas_campaign .storeList__ttl {
    width: 15.8rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .xmas_campaign .storeNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
  }
  .xmas_campaign .storeNav__list {
    width: 32%;
  }
  .xmas_campaign .storeNav__item {
    margin-bottom: 2rem;
  }
  .xmas_campaign .storeNav__name {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .xmas_campaign .storeNav__address {
    font-size: 1.2rem;
  }
  .xmas_campaign .storeNav__address::before {
    width: 1.052rem;
    height: 1.563rem;
    margin-right: 0.72rem;
  }
  .xmas_campaign .l-info {
    padding-top: 2rem;
  }
  .xmas_campaign .info {
    padding-right: 0;
  }
  .xmas_campaign .info__ttl {
    width: 23.6rem;
  }
  .xmas_campaign .info__item {
    margin-left: 3.6rem;
  }
  .xmas_campaign .info__item--insta {
    width: 4rem;
  }
  .xmas_campaign .info__item--twitter {
    width: 4.6rem;
  }
  .xmas_campaign .info__item--facebook {
    width: 2.3rem;
  }
  .page-template-template-xmas_campaign #global-footer-store {
    margin-top: 6rem;
  }
  .page-template-template-xmas_campaign #global-footer-store #shopping-guide {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 80em) {
  .l-sideNav {
    left: calc((100vw - 120rem) / 2);
  }
  body.is-gNavOpen .l-sideNav {
    left: calc((100vw - 120rem) / 2);
  }
  .snapSlider {
    max-width: 90rem;
  }
  .l-itemSelect__body {
    padding: 0 7rem;
  }
}

@media screen and (max-width: 991px) {
  .l-reviewlist .reviewlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .l-reviewlist .ec-detail-reviewlist {
    padding: 4rem 1.6rem;
  }
  .l-reviewlist .rev-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  .l-reviewlist .rev-list-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-reviewlist .rev-leftbox {
    width: 100%;
    margin-bottom: 2rem;
  }
  .l-reviewlist .rev-info-box {
    width: 100%;
    margin-bottom: 0.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-reviewlist .rev-info-star {
    width: 100%;
  }
  .l-reviewlist .rev-info-ttl {
    margin-left: 0;
    margin: 2rem 0;
  }
  .l-reviewlist .rev-new-list {
    position: relative;
  }
  .l-reviewlist .rev-info-profile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-reviewlist .rev-info-profile .rev-info-name {
    margin-left: 0;
  }
  .l-reviewlist .rev-info-date {
    position: absolute;
    top: 0.2rem;
    left: 12rem;
    display: inline-block;
  }
  .l-reviewlist .rev-list-ref {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 780px) {
  .l-itemSelect .fd_text {
    font-size: 1.1rem;
    padding: 2px 5px;
    font-weight: 800;
    color: #fff;
    margin: 0 1em 0 0;
    width: 70%;
    text-align: center;
    background-color: #066e84;
    margin-bottom: .3rem;
  }
}



/* 0912 Saito追加 */
.l-topNews .l-topNews__inner{
  padding-right: 0;
  padding-left: 0;
}

.l-topNews .postCard__img {
  aspect-ratio: 16 / 9;
}


.l-topNews .postCard .slick-dots{
  bottom: -10px;
}

.l-topCat__body{
  padding: 0;
}
.l-topCat .footerCat__list{
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
.l-topCat .footerCat__item{
    width: 100%;
    background-color: #fff;
    padding: 10px 5px;
    margin-bottom: 0;
}

.l-topCat .footerCat__link{
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}
.l-topCat .footerCat__img{
  width: 4em;
  display: block;
  margin: auto;
}
.l-topCat .footerCat__name{
  width: 100%;
  font-size: 8px;
}
.l-ranking__inner{
  padding: 0!important;
}
.l-ranking{
  margin-bottom: 0!important;
}

@media screen and (min-width: 62em) {
  .l-topCat .footerCat__list{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
  .l-topCat .footerCat__img{
    width: 5em;
    margin-right: 10px;
  }
  .l-topCat .footerCat__link{
    padding-left: 18px;
    display: flex;
    text-align: left;
    margin:  0 10px;
  }
  .l-topCat .footerCat__name{
    font-size: 14px;
  }
  .l-ranking__inner{
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .l-ranking__inner .head-type01{
    margin: 0 0 5px 57px;
  }
}



/* 220927 Yamamura追加 */
.l-ranking__inner .head-type01 {
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
  line-height: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin: 0 2.5rem 3rem;
  padding-bottom: 3px;
  max-width: 1120px;
}
.l-ranking__inner .head-type01 span:first-child {
  color: rgba(0,0,0,0.1);
  margin-left: 0.5em;
}
.l-ranking__inner .head-type01 span:nth-child(2) {
  margin-left: 0.8em;
  font-size: 14px;
}
.l-main .l-ranking {
  background: #F2F0E8;
}
.l-main #bottom-store {
  background: #F2F0E8;
  margin: 0 auto;
  padding: 12rem 0;
}
.bxslide-type04.bg-color .bx-wrapper {
  background: #F2F0E8 !important;
}
.bx-viewport ul.slide-ranking {
  display: flex;
}
.rankingCard__img {
  margin-top: 2rem;
}

.rankingCard__rank {
  background-color: #c4b880;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
}

.item__price-cart {
  line-height: 1.3em;
}
.item__price-cart-sub {
  line-height: 15px;
}

.cart-msg__day-inner {
  text-align:center;
  padding:7px 0 0 2px;
  margin-top:7px;
}

.rankingCard__price2 {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  display: block;
}
.rankingCard__price3 {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  color: #999;
}

#bottom-store .cr-ranking__in {
  margin-bottom: 60px !important;
}

@media screen and (min-width: 62em) {
  .l-ranking__inner .head-type01 {
    margin: 0 16px;
    padding: 0;
    
  }
  #bottom-store .cr-ranking__in {
    margin-bottom: 6rem !important;
  }
  .head-type-wrp {
    padding: 35px 60px;
    max-width: 1120px;
    margin: 0px auto;
  }
  .rankingCard__rank {
    padding-top: 5px;
  }
  .cart-msg__day-inner {
    margin-top: 0;
  }
  .item__priceBox.cart-item {
    margin-bottom: 0;
  }
  .bxslide-type04.bg-color .bx-wrapper {
    padding: 10px 60px !important;
  }
  .rankingCard__price2 {
    display: inline;
  }
}

/* ONLINE SHOPカテゴリ SEO設定optionのCSS */
#shop_cat_detail  {
  line-height: 1.7em;
}
#shop_cat_detail .sec-ttl {
  font-size: 1.8rem;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  margin: 80px auto 30px;
}

#shop_cat_detail .common-txt-wrp {
  background: #f2efeb;
  padding: 2rem;
  margin-bottom: 8rem;
}
#shop_cat_detail .common-txt-ttl {
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: 700;
  margin-bottom: 2rem;
}
#shop_cat_detail .common-txt-item {
  font-size: 1.4rem;
  line-height: 1.7em;
}
#shop_cat_detail .group-item-wrp {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ddd;
}
#shop_cat_detail .group-item-sub-ttl {
  font-size: 1.2rem;
  color: #857F7F;
}
#shop_cat_detail .group-item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 1rem;
}
#shop_cat_detail .group-item-img {
  display: block;
  margin: 0 auto 4rem;
  width: 100%;
}
#shop_cat_detail .group-item-recommend h3 {
  background: #78a497;
  width: fit-content;
  padding: 6px 13px 4px;
  color: #fff;
  letter-spacing: 1px;
}
#shop_cat_detail .group-item-recommend p {
  padding: 1.5rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  border: 2px solid #78a497;
  color: #2a4e44;
}
#shop_cat_detail .group-item-explanation {
  margin-bottom: 1rem;
}
#shop_cat_detail .group-item-link {
  color:#78a497;
  border-bottom: 1px solid #78a497;
  padding: 0 3px 2px 0;
}
#shop_cat_detail .group-item-link img {
  height: 20px;
}
#shop_cat_detail .group-item-link p {
  line-height: 20px;
  display: inline;
}

@media screen and (min-width: 48em) {

  #shop_cat_detail .group-item-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #shop_cat_detail .group-item-sub-ttl {
    font-size: 1.4rem;
    color: #857F7F;
  }
  #shop_cat_detail .flex-wrp {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  #shop_cat_detail .group-item-img {
    margin-bottom: 2rem;
  }

  #shop_cat_detail .flex-wrp-inner {
    width: 100%;
  }
}

/* 価格改定後の価格表示 */
/* 商品ページ */
.item .kaitei-price {
  margin: -5px 0 10px;
  font-size: 1.2rem;
  text-align: left;
}

.item .kaitei-price span{
  color: #f3411e;
}

.item-price-wrap{
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 5px;
}

.item-template-single-item-bag .kaitei-price {
  margin: 10px 0 0px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}

/* 商品一覧 */
.card-type01 .kaitei-price {
  margin: 5px 0 10px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (min-width: 48em) {
  .card-type01 .kaitei-price {
    margin: 10px 0 10px;
    font-size: 1.2rem;
    text-align: center;
  }
}



/* 母の日2023追加コーディング */

.mothersday2023 .shopList{
  background: url("https://business-leather.com/wp-content/uploads/2022/12/fe154e5153c37a061a4e1f30bb9e37bf.jpg") no-repeat;
  background-size: cover;
  padding: 48px 20px;
  position: relative;
}

.mothersday2023 .shopList::before{
  content:"";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mothersday2023 .shopList p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  position: relative;
  z-index: 1;
}

.mothersday2023 .shopList p span{
 font-size: 1.2rem;
}


.mothersday2023 .shopList img{
  width: 90px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  display: block;
}


.mothersday2023 .shopList a{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  width: 90%;
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  display: block;
  padding: 10px;
  margin: 24px auto 0;
  max-width: 360px;
}

.mothersday2023 .shopList a:hover{
  color: #000;
  background-color: #fff;
  transition: 0.75s ease;
}

.mothersday2023 video.vsp{
  width: 100%;
  height: auto;
  display: block;
}

.mothersday2023 video.vpc{
  width: 100%;
  height: auto;
  display: none;
}

.mothersday2023 video.vpc{
  width: 100%;
  height: auto;
  display: none;
}


@media screen and (min-width: 48em) {


  .mothersday2023 video.vsp{
    display: none;
  }
  
  .mothersday2023 video.vpc{
    display: block;
  }


  .mothersday2023 .shopList{
    padding: 72px 20px;
  }

  .mothersday2023 .shopList img{
    width: 104px;
  }
  

  .mothersday2023 .shopList p{
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }

}


@media screen and (min-width: 48em) {


  #swiper-top{
    aspect-ratio: 950 / 401;
  }
}




/*# sourceMappingURL=main0620-1.css.map */
