@charset "UTF-8";
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

.flxB {
  display: flex;
}

.wrapper2022 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .wrapper2022 {
    padding: 0 13px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper2022 a {
    display: inline-block;
  }
}

#header {
  padding: 18px 0;
  height: auto;
  border-top: none;
  box-sizing: border-box;
}

#header .wrapper2022 {
  width: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .wrapper2022 #logoBlc a {
  display: inline-block;
}

#header .wrapper2022 #gnav_wrapper {
  margin-left: 55px;
  margin-right: auto;
}

#header h1 {
  padding: 0;
  float: none;
}

#header h1 img {
  width: 120px;
}

#header #gnav {
  height: auto;
  position: relative;
  right: auto;
}

#header #gnav ul {
  display: flex;
  flex-wrap: wrap;
}

#header #gnav ul li {
  padding-right: 0;
  height: auto;
  margin-right: 32px;
}

#header #gnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

#header #headerRight {
  display: flex;
}

#header #headerRight > div {
  margin-left: 28px;
}

#header #headerRight > div.icon img {
  height: 48px;
}

#header #headerRight > div.pc a {
  width: 204px;
  background-color: #CA0336;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  padding: 16px 16px 16px 52px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-image: url(../images/common/icon_cart.svg);
  background-size: 28px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  #header .wrapper2022 #logoBlc {
    width: 120px;
    margin-left: 48px;
  }
  #header .wrapper2022 #gnav_wrapper {
    display: none;
  }
  #header .wrapper2022 #gnav ul li {
    margin-right: 25px;
  }
  #header .wrapper2022 #headerRight {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    display: block;
  }
  #header .wrapper2022 #headerRight > div {
    margin-left: 25px;
    text-align: right;
    width: auto;
    display: inline-block;
    float: left;
  }
  #header .wrapper2022 #headerRight > div.pc {
    display: none;
  }
  #header .wrapper2022 #headerRight > div.sp {
    display: block !important;
  }
  #header .wrapper2022 #headerRight > div img {
    width: auto;
    height: 45px;
    max-width: inherit;
  }
  #header .wrapper2022 .spNav {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
  }
  #header .wrapper2022 .navToggle {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  #header .wrapper2022 .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 100%;
    border-bottom: solid 2px #CA0336;
    transition: 0.35s ease-in-out;
  }
  #header .wrapper2022 .navToggle span:nth-child(1) {
    top: 6px;
  }
  #header .wrapper2022 .navToggle span:nth-child(2) {
    top: 14px;
  }
  #header .wrapper2022 .navToggle span:nth-child(3) {
    top: 22px;
  }
  #header .wrapper2022 .navToggle span:nth-child(4) {
    border: none;
    top: 34px;
    left: -5px;
    line-height: 0;
  }
  #header .wrapper2022 .navToggle span img {
    height: 10px;
    max-width: inherit;
  }
  #header .wrapper2022 .navToggle.active span:nth-child(1) {
    top: 16px;
    left: 0;
    transform: rotate(-45deg);
  }
  #header .wrapper2022 .navToggle.active span:nth-child(2), #header .wrapper2022 .navToggle.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
  }
  #header h1 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding: 0;
    height: 17.6vw;
    border-bottom: 1px solid #E2E2E2;
    top: 0;
  }
  #header .wrapper2022 {
    position: relative;
    width: auto;
    height: 100%;
    display: block;
  }
  #header .wrapper2022 #logoBlc {
    width: 24.5vw;
    margin-left: 30px;
    position: relative;
    height: 100%;
  }
  #header .wrapper2022 #logoBlc h1 {
    display: block;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .wrapper2022 #logoBlc h1 img {
    width: 100%;
  }
  #header .wrapper2022 #headerRight {
    text-align: right;
    display: block;
  }
  #header .wrapper2022 #headerRight > div {
    margin-left: 2vw;
  }
  #header .wrapper2022 #headerRight > div img {
    width: auto;
    height: 9.2vw;
    max-width: inherit;
  }
  #header .wrapper2022 .spNav {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
  }
  #header .wrapper2022 .navToggle {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    margin-top: 0;
  }
  #header .wrapper2022 .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 100%;
    border-bottom: solid 2px #CA0336;
    transition: 0.35s ease-in-out;
  }
  #header .wrapper2022 .navToggle span:nth-child(1) {
    top: 0;
  }
  #header .wrapper2022 .navToggle span:nth-child(2) {
    top: 7px;
  }
  #header .wrapper2022 .navToggle span:nth-child(3) {
    top: 14px;
  }
  #header .wrapper2022 .navToggle span:nth-child(4) {
    border: none;
    top: 22px;
    left: -4px;
  }
  #header .wrapper2022 .navToggle span img {
    height: 1.9vw;
    max-width: inherit;
  }
  #header .wrapper2022 .navToggle.active span:nth-child(1) {
    top: 8px;
    left: 0;
    transform: rotate(-45deg);
  }
  #header .wrapper2022 .navToggle.active span:nth-child(2), #header .wrapper2022 .navToggle.active span:nth-child(3) {
    top: 8px;
    transform: rotate(45deg);
  }
  #header .wrapper2022 #gnav_wrapper {
    display: none;
  }
}

.globalMenuSp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .globalMenuSp {
    display: none;
    position: fixed;
    top: 68px;
    z-index: 1000;
    width: 100%;
    background-color: #F6F6F6;
    padding-top: 30px;
  }
  .globalMenuSp .inner {
    overflow: auto;
    height: calc(100vh - 78px - 30px);
  }
  .globalMenuSp .navBlc {
    padding: 0 10px;
    background-color: #fff;
  }
  .globalMenuSp .navBlc ul li {
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .navBlc ul li a {
    padding: 15px 0;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/common/sp_arrwGry.svg);
    background-size: 12px auto;
  }
  .globalMenuSp .menuTtl {
    font-size: 12px;
    font-weight: 700;
  }
  .globalMenuSp .searchBlc {
    padding: 25px 10px 30px;
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .searchBlc .box {
    width: 100%;
    display: flex;
  }
  .globalMenuSp .searchBlc .box input {
    padding: 15px;
    width: calc(100% - 64px);
    border: 1px solid #E2E2E2;
    background-color: #fff;
    height: 47px;
    box-sizing: border-box;
  }
  .globalMenuSp .searchBlc .box button {
    width: 64px;
    height: 100%;
    height: 100%;
    position: relative;
    height: 47px;
    background-color: #E2E2E2;
    border-radius: 0;
    border: 1px solid #E2E2E2;
  }
  .globalMenuSp .searchBlc .box button img {
    width: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .globalMenuSp .tagBlc {
    padding: 25px 10px 30px;
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .tagBlc .box span {
    font-size: 14px;
    line-height: 1;
    padding: 7px 10px;
    border: 1px solid #999999;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .globalMenuSp .spSNSBlc {
    padding: 30px 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .spSNSBlc .ttl {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  .globalMenuSp .spSNSBlc .iconBlc {
    display: flex;
    padding: auto;
  }
  .globalMenuSp .spSNSBlc .iconBlc li {
    width: 20%;
    text-align: center;
    position: relative;
    height: 30px;
  }
  .globalMenuSp .spSNSBlc .iconBlc li a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .globalMenuSp .spSNSBlc .iconBlc li img {
    height: 30px;
  }
  .globalMenuSp .spSNSBlc .iconBlc li.youtube img {
    height: 25px;
  }
  .globalMenuSp .grBlc .flxB {
    padding: 10px 10px;
    flex-wrap: wrap;
  }
  .globalMenuSp .grBlc .flxB > div {
    padding: 20px 0;
    width: 50%;
    text-align: center;
  }
  .globalMenuSp .grBlc .flxB > div img {
    max-width: 60%;
    max-height: 40px;
  }
  .globalMenuSp .grBlc .flxB > div.gr {
    padding-top: 33px;
  }
  .globalMenuSp .grBlc .flxB > div.bir img, .globalMenuSp .grBlc .flxB > div.cham img, .globalMenuSp .grBlc .flxB > div.diva img {
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .globalMenuSp {
    display: none;
    position: fixed;
    top: 17.6vw !important;
    z-index: 1000;
    width: 100%;
    background-color: #F6F6F6;
    padding-top: 0;
  }
  .globalMenuSp .inner {
    overflow: auto;
    height: calc(100vh - 78px - 30px);
  }
  .globalMenuSp .navBlc {
    padding: 0 10px;
    background-color: #fff;
  }
  .globalMenuSp .navBlc ul li {
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .navBlc ul li a {
    padding: 15px 0;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/common/sp_arrwGry.svg);
    background-size: 12px auto;
  }
  .globalMenuSp .menuTtl {
    font-size: 12px;
    font-weight: 700;
  }
  .globalMenuSp .searchBlc {
    padding: 25px 10px 30px;
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .searchBlc .box {
    width: 100%;
    display: flex;
  }
  .globalMenuSp .searchBlc .box input {
    padding: 15px;
    width: calc(100% - 64px);
    border: 1px solid #E2E2E2;
    background-color: #fff;
    height: 47px;
    box-sizing: border-box;
  }
  .globalMenuSp .searchBlc .box button {
    width: 64px;
    height: 100%;
    height: 100%;
    position: relative;
    height: 47px;
    background-color: #E2E2E2;
    border-radius: 0;
    border: 1px solid #E2E2E2;
  }
  .globalMenuSp .searchBlc .box button img {
    width: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .globalMenuSp .tagBlc {
    padding: 25px 10px 30px;
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .tagBlc .box span {
    font-size: 14px;
    line-height: 1;
    padding: 7px 10px;
    border: 1px solid #999999;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .globalMenuSp .spSNSBlc {
    padding: 30px 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .globalMenuSp .spSNSBlc .ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .globalMenuSp .spSNSBlc .iconBlc {
    display: flex;
    padding: auto;
  }
  .globalMenuSp .spSNSBlc .iconBlc li {
    width: 20%;
    text-align: center;
    position: relative;
    height: 30px;
  }
  .globalMenuSp .spSNSBlc .iconBlc li a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .globalMenuSp .spSNSBlc .iconBlc li img {
    height: 30px;
  }
  .globalMenuSp .spSNSBlc .iconBlc li.youtube img {
    height: 25px;
  }
  .globalMenuSp .grBlc .flxB {
    padding: 10px 10px;
    flex-wrap: wrap;
  }
  .globalMenuSp .grBlc .flxB > div {
    padding: 20px 0;
    width: 50%;
    text-align: center;
  }
  .globalMenuSp .grBlc .flxB > div img {
    max-width: 60%;
    max-height: 30px;
  }
  .globalMenuSp .grBlc .flxB > div.gr {
    padding-top: 33px;
  }
}

main {
  padding-top: 84px;
}

@media screen and (max-width: 1200px) {
  main {
    padding-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 17.4vw;
  }
}

.renewal2022 {
  overflow: hidden;
}

.renewal2022 * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.renewal2022 a {
  text-decoration: none;
}

.renewal2022 .flxB {
  display: flex;
}

.renewal2022 #brandBlc {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .renewal2022 #brandBlc {
    padding: 0;
  }
}

.renewal2022 #brandBlc .typeB {
  position: relative;
}

.renewal2022 #brandBlc .typeB:after {
  content: "";
  display: inline-block;
  width: 100%;
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.renewal2022 #brandBlc .typeB.bgGry:after {
  background-color: #F6F6F6;
}

.renewal2022 #brandBlc .typeB.bgGry .blc .ttlBlc {
  background-color: #F6F6F6;
}

@media screen and (max-width: 768px) {
  .renewal2022 #brandBlc .typeB .blc {
    display: block;
  }
  .renewal2022 #brandBlc .typeB .blc .btn-more {
    margin: 68px auto 0;
    display: block;
  }
}

.renewal2022 #brandBlc .typeB .blc .ttlBlc {
  background-color: #fff;
  z-index: 6;
  height: 100%;
  min-height: 375px;
}

.renewal2022 #brandBlc .typeB .swiper-container {
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .renewal2022 #brandBlc .typeB .blc {
    padding: 70px 10px;
  }
  .renewal2022 #brandBlc .typeB .blc .conBlc {
    width: 74.5%;
  }
  .renewal2022 #brandBlc .typeB .blc .ttlBlc {
    min-height: inherit;
  }
  .renewal2022 #brandBlc .typeB .blc .ttlBlc h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .renewal2022 #brandBlc .typeB .blc .ttlBlc {
    min-height: 31.6vw;
    padding-bottom: 0;
  }
  .renewal2022 #brandBlc .typeB .blc .ttlBlc h2 {
    font-size: 20px;
  }
  .renewal2022 #brandBlc .typeB .blc .conBlc {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .renewal2022 #brandBlc .typeB .blc {
    padding: 48px 0;
  }
  .renewal2022 #brandBlc .typeB .blc .conBlc {
    width: 100%;
  }
}

.renewal2022 #brandBlc .blc {
  padding: 70px 0;
  position: relative;
  flex-wrap: wrap;
}

.renewal2022 #brandBlc .blc .ttlBlc {
  width: 25.5%;
  min-height: 351px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 190px;
  background-position: left 10px bottom;
}

@media screen and (max-width: 768px) {
  .renewal2022 #brandBlc .blc .ttlBlc {
    width: 100%;
    margin-bottom: 16px;
  }
  .renewal2022 #brandBlc .blc .ttlBlc .headline-wrap.t01 {
    margin-bottom: 12px;
    text-align: center;
  }
}

.renewal2022 #brandBlc .blc .ttlBlc h2 {
  font-size: 24px;
  font-weight: 900;
}

.renewal2022 #brandBlc .blc .ttlBlc .btnBlc {
  text-align: left;
}

.renewal2022 #brandBlc .blc .ttlBlc .btnBlc a {
  max-width: 59%;
  font-size: 16px;
}

.renewal2022 #brandBlc .blc .conBlc {
  width: 74.5%;
}

.renewal2022 #brandBlc .BRswi .swiper-slide {
  position: relative;
}

.renewal2022 #brandBlc .BRswi .swiper-slide .icon {
  position: absolute;
  top: 0;
  right: 0;
}

.renewal2022 #brandBlc .BRswi .swiper-slide .pic {
  display: inline-block;
  margin-bottom: 5px;
}

.renewal2022 #brandBlc .BRswi .swiper-slide .pic img {
  max-width: 100%;
}

.renewal2022 #brandBlc .BRswi .swiper-slide .ttl {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.renewal2022 #brandBlc .BRswi .swiper-slide .body {
  display: block;
  font-size: 13px;
}

.renewal2022 #brandBlc ul.bnrLst > li {
  max-width: 31.54%;
}

.renewal2022 #brandBlc ul.bnrLst > li {
  margin-right: auto;
}

.renewal2022 #brandBlc ul.bnrLst > li {
  margin-right: 2.69%;
}

@media screen and (max-width: 1200px) {
  .renewal2022 #brandBlc .blc .conBlc {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .renewal2022 #brandBlc > .wrapper2022 {
    padding: 0;
  }
  .renewal2022 #brandBlc .blc {
    flex-wrap: wrap;
    padding: 0;
    padding: 0 0 40px;
    position: relative;
  }
  .renewal2022 #brandBlc .blc .btnBlc {
    width: 100%;
    margin-top: 20px;
  }
  .renewal2022 #brandBlc .blc .ttlBlc {
    width: 100%;
    min-height: 31.6vw;
    background-size: calc(100vw - 15px);
    background-position: left 10px top;
  }
  .renewal2022 #brandBlc .blc .ttlBlc h2 {
    font-size: 20px;
    text-align: left;
    padding: 0 10px;
  }
  .renewal2022 #brandBlc .blc .conBlc {
    width: 100%;
    position: static;
    left: 0;
    padding: 0 0 0 10px;
  }
  .renewal2022 #brandBlc .blc .conBlc .bnrLst {
    flex-wrap: wrap;
  }
  .renewal2022 #brandBlc .blc .conBlc .bnrLst li {
    width: 49%;
    max-width: 49%;
  }
  .renewal2022 #brandBlc .blc .conBlc .bnrLst li {
    margin-right: 2%;
  }
  .renewal2022 #brandBlc .BRswi .swiper-slide .ttl {
    font-size: 14px;
  }
  .renewal2022 #brandBlc .BRswi .swiper-slide .body {
    font-size: 10px;
  }
}

.renewal2022 #brandBlc .swiper-pagination {
  width: auto;
  bottom: -58px;
}

@media screen and (max-width: 768px) {
  .renewal2022 #brandBlc .swiper-pagination {
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
  }
}

.renewal2022 #brandBlc .swiper-pagination .swiper-pagination-bullet {
  background: #999999;
  opacity: 1;
}

.renewal2022 #brandBlc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CA0336;
}

.renewal2022 #brandBlc .swiper-button-wrap {
  width: 78px;
  position: absolute;
  right: 0;
  bottom: -56px;
}

@media screen and (max-width: 768px) {
  .renewal2022 #brandBlc .swiper-button-wrap {
    display: none;
  }
}

.renewal2022 #brandBlc .swiper-button-prev,
.renewal2022 #brandBlc .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.2);
  background-position: no-repeat;
  background-position: center;
  background-size: 16px;
}

.renewal2022 #brandBlc .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22m3.9%207.9%206.7-6.7L12%202.6%206.8%207.9l5.3%205.3-1.4%201.4-6.8-6.7z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  left: 0;
}

.renewal2022 #brandBlc .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5.4%2014.6%204%2013.2l5.3-5.3-5.4-5.3%201.4-1.4L12%207.9l-6.6%206.7z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  right: 0;
}

.renewal2022 .shimausaComment {
  margin: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .renewal2022 .shimausaComment {
    margin: 0 auto;
  }
}

.renewal2022 .shimausaComment .comment {
  width: 174px;
  height: 100px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .renewal2022 .shimausaComment .comment {
    width: 148px;
    height: 62px;
    font-size: 12px;
    top: 21px;
    right: 16px;
  }
  .renewal2022 .shimausaComment .comment br {
    display: none;
  }
}

.renewal2022 .shimausaComment.private {
  width: 265px;
}

@media screen and (max-width: 768px) {
  .renewal2022 .shimausaComment.private {
    width: 258px;
  }
}

.renewal2022 .shimausaComment.original {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .renewal2022 .shimausaComment.original {
    width: 258px;
  }
}

.renewal2022 .shimausaComment img {
  width: 100%;
  height: auto;
}

.renewal2022 .topic_path {
  padding: 30px 0;
}

.renewal2022 .topic_path ul {
  display: flex;
}

.renewal2022 .topic_path ul li {
  color: #999999;
  margin-right: 10px;
}

.renewal2022 .topic_path ul li:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  color: #333;
}

.renewal2022 .topic_path ul li:last-child:after {
  display: none;
}

.renewal2022 .topic_path ul li a {
  color: #333333;
}

.renewal2022 .ankInr {
  padding-top: 92px;
  margin-top: -92px;
}

@media screen and (max-width: 1200px) {
  .renewal2022 .ankInr {
    padding-top: 68px;
    margin-top: -68px;
  }
}

@media screen and (max-width: 767px) {
  .renewal2022 .topic_path {
    padding: 13px 0;
  }
  .renewal2022 .topic_path ul {
    flex-wrap: wrap;
  }
  .renewal2022 .ankInr {
    padding-top: 56x;
    margin-top: -56px;
  }
}

#fLnkBlc {
  background-color: #F6F6F6;
}

#fLnkBlc .wrapper2022 {
  padding: 64px 0;
  border-bottom: 1px solid #E2E2E2;
}

#fLnkBlc .flxB {
  justify-content: center;
}

#fLnkBlc .flxB > div {
  width: 40.5%;
}

#fLnkBlc .flxB > div {
  margin-right: 2%;
}

#fLnkBlc .flxB > div a {
  font-size: 24px;
  font-weight: 700;
  color: #CA0336;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #E2E2E2;
  background-color: #FFF;
  background: #FFF url(../images/common/icon_arrwR.svg) no-repeat right 22px center/12px;
  padding: 27px 32px;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
}

#fLnkBlc .flxB > div a span {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/common/icon_qa.svg");
  background-size: 48px auto;
  padding: 12px 0 12px 64px;
}

#fLnkBlc .flxB > div.bnr_coupon a span {
  background-image: url("../images/common/icon_coupon.svg");
  padding: 12px 0 12px 64px;
}

#fLnkBlc .flxB.bnr_rec {
  margin-top: 30px;
}

#fLnkBlc .flxB.bnr_rec .box a {
  padding: 0;
  border: none;
}

#fLnkBlc .flxB.bnr_rec .box a img {
  max-width: 100%;
}

#fLnkBlc .flxB.bnr_rec .box a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1200px) {
  #fLnkBlc .flxB > div a {
    font-size: 18px;
  }
  #fLnkBlc .flxB > div a span {
    background-size: 40px auto;
    padding: 12px 0 12px 50px;
  }
  #fLnkBlc .flxB > div.bnr_coupon a {
    padding: 27px 15px;
    font-size: 16px;
  }
  #fLnkBlc .flxB > div.bnr_coupon a span {
    vertical-align: middle;
    padding: 12px 0 12px 47px;
  }
  #fLnkBlc .flxB > div.bnr_coupon a span img {
    width: 118px;
  }
}

@media screen and (max-width: 767px) {
  #fLnkBlc .wrapper2022 {
    padding: 32px 13px;
  }
  #fLnkBlc .flxB {
    flex-wrap: wrap;
  }
  #fLnkBlc .flxB > div {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #fLnkBlc .flxB > div a {
    text-align: left;
    margin-bottom: 15px;
    padding: 26px 0;
    background-position: right 18px center;
  }
  #fLnkBlc .flxB > div a span {
    font-size: 16px;
    background-size: 35px auto;
    padding: 12px 0 12px 80px;
    background-position: left 22px center;
  }
  #fLnkBlc .flxB > div.bnr_coupon a span {
    padding: 12px 0 12px 80px;
    vertical-align: bottom;
  }
  #fLnkBlc .flxB > div.bnr_coupon a span img {
    width: 35vw;
  }
  #fLnkBlc .flxB.bnr_rec {
    margin-top: 0;
  }
}

#groupLnk {
  background-color: #F6F6F6;
  padding: 60px 0;
}

#groupLnk .flxB > div {
  position: relative;
}

#groupLnk .flxB > div a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#groupLnk .flxB > div a img {
  max-width: 100%;
  vertical-align: middle;
}

#groupLnk .flxB > div.gr {
  width: 21%;
}

#groupLnk .flxB > div.gr img {
  width: 157px;
}

#groupLnk .flxB > div.av {
  width: 15.5%;
}

#groupLnk .flxB > div.av img {
  height: 55px;
}

#groupLnk .flxB > div.bir {
  width: 17.5%;
}

#groupLnk .flxB > div.bir img {
  height: 63px;
}

#groupLnk .flxB > div.cham {
  width: 16%;
}

#groupLnk .flxB > div.cham img {
  height: 60px;
}

#groupLnk .flxB > div.diva {
  width: 13%;
}

#groupLnk .flxB > div.diva img {
  height: 58px;
}

#groupLnk .flxB > div.shimura {
  width: 12%;
}

#groupLnk .flxB > div.shimura img {
  width: 85px;
}

@media screen and (max-width: 1200px) {
  #groupLnk .flxB > div.gr {
    width: 22%;
  }
  #groupLnk .flxB > div.gr img {
    width: 140px;
  }
  #groupLnk .flxB > div.av {
    width: 13.0%;
  }
  #groupLnk .flxB > div.av img {
    height: 37px;
  }
  #groupLnk .flxB > div.bir {
    width: 17.0%;
  }
  #groupLnk .flxB > div.bir img {
    height: 55px;
  }
  #groupLnk .flxB > div.cham {
    width: 18%;
  }
  #groupLnk .flxB > div.cham img {
    height: 55px;
  }
  #groupLnk .flxB > div.diva {
    width: 16%;
  }
  #groupLnk .flxB > div.diva img {
    height: 55px;
  }
  #groupLnk .flxB > div.shimura {
    width: 12%;
  }
  #groupLnk .flxB > div.shimura img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #groupLnk {
    padding: 0;
  }
  #groupLnk .flxB {
    flex-wrap: wrap;
  }
  #groupLnk .flxB > div {
    width: 50% !important;
    text-align: center;
    padding: 20px 0;
  }
  #groupLnk .flxB > div.gr img {
    width: 100px;
  }
  #groupLnk .flxB > div.av img {
    width: 55px;
  }
  #groupLnk .flxB > div.bir img {
    width: 78px;
  }
  #groupLnk .flxB > div.cham img {
    width: 75px;
  }
  #groupLnk .flxB > div.diva img {
    width: 86px;
  }
  #groupLnk .flxB > div.shimura img {
    width: 58px;
  }
}

#group_footer {
  padding: 0;
}

#footer {
  background-color: #CA0336;
  padding: 48px 0;
}

#footer .content_inner {
  max-width: 1200px;
  width: auto;
}

#footer #footer_list {
  width: calc(100% - 160px);
  text-align: left;
  padding-bottom: 0;
  display: flex;
}

#footer #footer_list li {
  padding-left: 0;
  font-size: 14px;
}

#footer #footer_list li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}

#footer address {
  width: 160px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  #footer .content_inner {
    padding: 0 10px;
  }
  #footer .content_inner > .flxB {
    flex-wrap: wrap;
  }
  #footer #footer_list {
    width: 100%;
  }
  #footer #footer_list li {
    font-size: 13px;
  }
  #footer #footer_list li {
    padding-right: 5px;
    margin-right: 5px;
  }
  #footer address {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 20px 0;
  }
  #footer #footer_list {
    display: block;
  }
  #footer #footer_list li {
    border: none !important;
    background-color: transparent;
  }
  #footer #footer_list li a {
    color: #fff;
  }
  #footer address {
    margin-top: 0;
    text-align: center;
  }
}

/*  サブページ共通  */
.renewal2022.sub h1 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .renewal2022.sub h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/*  ブランドリスト  */
.renewal2022.brand_list .kv {
  padding-bottom: 50px;
  overflow-x: hidden;
}

.renewal2022.brand_list .kv .swiper-container {
  overflow: visible !important;
}

.renewal2022.brand_list .kv .swiper-slide a {
  display: inline-block;
}

.renewal2022.brand_list .kv .swiper-slide a img {
  max-width: 100%;
  border-radius: 12px;
}

.renewal2022.brand_list .kv .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px;
  text-align: left;
}

.renewal2022.brand_list .kv .swiper-pagination-bullet {
  background-color: #999999;
}

.renewal2022.brand_list .kv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CA0336;
}

.renewal2022.brand_list .brand_bnr_lst {
  margin-bottom: 120px;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm {
  padding: 60px 0 0;
  border-bottom: 1px solid #e2e2e2;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 50px;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area {
  display: flex;
  flex-wrap: wrap;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box {
  width: 23.5%;
  margin-bottom: 80px;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box {
  margin-right: 2%;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box a {
  display: inline-block;
  width: 100%;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box a:hover {
  opacity: 0.75;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box .imgBlc {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box .imgBlc:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box p {
  font-size: 14px;
}

.renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box p.name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .renewal2022.brand_list .kv {
    padding-bottom: 30px;
    overflow-x: hidden;
  }
  .renewal2022.brand_list .kv .swiper-slide a {
    width: 100%;
  }
  .renewal2022.brand_list .kv .swiper-slide a img {
    border-radius: 8px;
    width: 100%;
  }
  .renewal2022.brand_list .brand_bnr_lst {
    margin-bottom: 40px;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm {
    padding: 40px 0 0;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm h2 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box {
    width: 48.5%;
    margin-bottom: 40px;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box {
    margin-right: 3%;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box .imgBlc {
    border-radius: 8px;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box .imgBlc:after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 100%;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box p {
    font-size: 14px;
  }
  .renewal2022.brand_list .brand_bnr_lst .brand_clm .bnr_area .box p.name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
  }
}

/*  ブランド詳細(type_d)  */
.renewal2022.brand_d .bdtl_clm .wrapper2022 {
  padding: 80px 0;
  border-bottom: 1px solid #E2E2E2;
}

.renewal2022.brand_d .bdtl_clm.lineB_none .wrapper2022 {
  border-bottom: none;
  padding: 80px 0 0;
}

.renewal2022.brand_d .bdtl_clm h2 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.renewal2022.brand_d .bdtl_clm .freeBlc.tst {
  position: relative;
  min-height: 620px;
  background-color: #F6F6F6;
}

.renewal2022.brand_d .bdtl_clm .freeBlc.tst p {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.renewal2022.brand_d .bdtl_clm.line_up .wrapper2022.ttlBlc {
  padding-bottom: 0;
  border-bottom: none;
}

.renewal2022.brand_d .bdtl_clm.line_up .wrapper2022.itemB {
  padding-top: 0;
}

.renewal2022.brand_d .bdtl_clm.line_up .cate {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.renewal2022.brand_d .bdtl_clm.line_up .cate li {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #E2E2E2;
  line-height: 1;
  min-width: 130px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin: 0 5px;
}

.renewal2022.brand_d .bdtl_clm.line_up .cate li:hover {
  background-color: #E2E2E2;
  cursor: pointer;
}

.renewal2022.brand_d .bdtl_clm.line_up .cate li.active {
  background-color: #E2E2E2;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc {
  flex-wrap: wrap;
  display: none;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc.show {
  display: flex;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox {
  width: 18.33%;
  margin-bottom: 30px;
  margin-right: 2.0875%;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox:nth-child(5n) {
  margin-right: 0 !important;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox a {
  display: inline-block;
  width: 100%;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .imgBox {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .imgBox:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .tag {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .tag.ladies {
  background-color: #CB6B83;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .item_name {
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  word-break: break-all;
  line-height: 1.2;
  margin-bottom: 10px;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .brand_name {
  font-size: 14px;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 8px;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .price span {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-right: 3px;
}

.renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .price span.tax {
  margin-right: 0;
  margin-left: 3px;
}

.renewal2022 .brand_detail .kvBlc .upBlc {
  position: relative;
}

.renewal2022 .brand_detail .kvBlc .upBlc:before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background-color: #F6F6F6;
  position: absolute;
  bottom: 0;
}

.renewal2022 .brand_detail .kvBlc .upBlc .imgBlc {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.renewal2022 .brand_detail .kvBlc .upBlc .imgBlc:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 40%;
}

.renewal2022 .brand_detail .kvBlc .btmBlc {
  background-color: #F6F6F6;
  padding: 48px 0 0;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .flxB {
  height: 61px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .logoBlc {
  flex: none;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .logoBlc img {
  max-width: 100%;
  vertical-align: bottom;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .navBlc {
  margin-top: auto;
  position: relative;
  background-image: none !important;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul {
  display: flex;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li {
  margin-left: 30px;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 4px solid #F6F6F6;
}

.renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li a:hover {
  border-bottom: 4px solid #333;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox {
  width: 23.5%;
  margin-bottom: 50px;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox:not(:nth-child(4n)) {
  margin-right: 2%;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox:last-child {
  margin-right: 0;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .imgBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px;
  margin-bottom: 10px;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .imgBox:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 56.3%;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .imgBox:before {
  content: "";
  display: inline-block;
  width: 85px;
  height: 85px;
  background-image: url(../images/common/icon_mv.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .mv_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.renewal2022 .brand_detail #brandBlc .wrapper2022 {
  border-bottom: 1px solid #E2E2E2;
}

@media screen and (max-width: 1200px) {
  .renewal2022.brand_d .bdtl_clm {
    padding-right: 10px;
    padding-left: 10px;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc {
    padding-top: 15px;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc > .wrapper2022 {
    display: block;
    position: relative;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc {
    width: 100%;
    margin-bottom: auto;
    z-index: 5;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc .tgl {
    display: block !important;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    background-image: url(../images/common/icon_arrwD.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 18px;
    line-height: 1;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc .tgl.active {
    background-image: url(../images/common/icon_arrwU.svg);
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc .tgl:hover {
    cursor: pointer;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav {
    position: static;
    width: 100%;
    background-color: #F6F6F6;
    display: none;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li {
    width: 50%;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li {
    margin-left: 0;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 4px solid #F6F6F6;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li a:hover {
    border-bottom: 4px solid #333;
  }
}

@media screen and (max-width: 767px) {
  .renewal2022.brand_d .bdtl_clm {
    padding-right: 0;
    padding-left: 0;
  }
  .renewal2022.brand_d .bdtl_clm .wrapper2022 {
    padding: 30px 10px;
  }
  .renewal2022.brand_d .bdtl_clm.lineB_none .wrapper2022 {
    padding: 30px 10px 0;
  }
  .renewal2022.brand_d .bdtl_clm h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .renewal2022.brand_d .bdtl_clm .freeBlc.tst {
    position: relative;
    min-height: 620px;
    background-color: #F6F6F6;
  }
  .renewal2022.brand_d .bdtl_clm .freeBlc.tst p {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .renewal2022.brand_d .bdtl_clm.line_up > .wrapper2022 {
    overflow-x: hidden;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .cate {
    flex-wrap: nowrap;
    justify-content: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .cate li:first-child {
    margin-left: 10px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .cate li a {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #E2E2E2;
    line-height: 1;
    min-width: 130px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin: 0 5px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .cate li a:hover {
    background-color: #E2E2E2;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox {
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2% !important;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox:nth-child(5n) {
    margin-right: 2% !important;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox:nth-child(3n) {
    margin-right: 0 !important;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .imgBox {
    border-radius: 8px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .tag {
    font-size: 8px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .item_name {
    font-size: 13px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .brand_name {
    font-size: 10px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .price {
    font-size: 18px;
    line-height: 1.4;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .price span {
    font-size: 8px;
    margin-right: 5px;
  }
  .renewal2022.brand_d .bdtl_clm.line_up .itemBlc .itemBox .price span.tax {
    display: block;
    margin-left: 0;
  }
  .renewal2022 .brand_detail .kvBlc .upBlc:before {
    height: 310px;
  }
  .renewal2022 .brand_detail .kvBlc .upBlc .imgBlc {
    border-radius: 8px;
  }
  .renewal2022 .brand_detail .kvBlc .upBlc .imgBlc:after {
    padding-top: 145%;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc {
    padding: 0;
    position: relative;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .flxB {
    height: 48px;
    display: flex;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc {
    width: 100%;
    position: static;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc .tgl {
    margin: auto 0;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    background-image: url(../images/common/icon_arrwD.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    line-height: 1;
    padding: 10px 18px 10px 0;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc .tgl.active {
    background-image: url(../images/common/icon_arrwU.svg);
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav {
    position: static;
    width: 100% !important;
    background-color: #F6F6F6;
    display: none;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li {
    width: 50%;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li {
    margin-left: 0;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 4px solid #F6F6F6;
  }
  .renewal2022 .brand_detail .kvBlc .btmBlc .navBlc nav ul li a:hover {
    border-bottom: 4px solid #333;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc {
    display: block;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox {
    width: 100%;
    margin-bottom: 15px;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox {
    margin-right: 0;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox a {
    display: flex;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .imgBox {
    width: 48.27%;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .imgBox:after {
    padding-top: 56.3%;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .imgBox:before {
    width: 55px;
    height: 55px;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .txtInr {
    width: calc(100% - 48.27%);
    position: relative;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .mv_name {
    font-size: 14px;
    padding-left: 13px;
    position: relative;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .mvBlc .mvBox .mv_name span {
    display: inline-block;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .btnMore {
    text-align: center;
    padding: 10px 0 0;
  }
  .renewal2022 .brand_detail .bdtl_clm#movie .btnMore span {
    font-size: 16px;
    font-weight: 700;
    background-image: url(../images/common/icon_arrwD.svg);
    background-repeat: no-repeat;
    background-position: right top 3px;
    background-size: 22px auto;
    padding-right: 32px;
    line-height: 1;
    display: inline-block;
  }
}

/*  商品詳細(type_d)  */
.renewal2022 .item_detail {
  margin-bottom: 70px;
}

.renewal2022 .item_detail .itemBlc .wrapper2022 {
  padding-bottom: 70px;
  border-bottom: 1px solid #E2E2E2;
}

.renewal2022 .item_detail .itemBlc .imgBlc {
  width: 49%;
}

.renewal2022 .item_detail .itemBlc .imgBlc #item_slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

.renewal2022 .item_detail .itemBlc .imgBlc #item_slider .swiper-slide:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.renewal2022 .item_detail .itemBlc .imgBlc #item_slider .swiper-slide .itemNo {
  font-size: 12px;
  color: #fff;
  background-color: #cfcfcf;
  border-radius: 4px;
  padding: 2px 10px 3px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

.renewal2022 .item_detail .itemBlc .imgBlc #thumbs {
  width: 100%;
}

.renewal2022 .item_detail .itemBlc .imgBlc #thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.renewal2022 .item_detail .itemBlc .imgBlc #thumbs .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17.68% !important;
  margin-bottom: 20px;
}

.renewal2022 .item_detail .itemBlc .imgBlc #thumbs .swiper-wrapper .swiper-slide {
  margin-right: 2.9%;
}

.renewal2022 .item_detail .itemBlc .imgBlc #thumbs .swiper-wrapper .swiper-slide:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.renewal2022 .item_detail .itemBlc .imgBlc .swiper-button-prev,
.renewal2022 .item_detail .itemBlc .imgBlc .swiper-button-next {
  display: none;
}

.renewal2022 .item_detail .itemBlc .txtBlc {
  width: 51%;
  padding-left: 10.5%;
}

.renewal2022 .item_detail .itemBlc .txtBlc .tag {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 2px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .tag.ladies {
  background-color: #CB6B83;
}

.renewal2022 .item_detail .itemBlc .txtBlc .item_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  word-break: break-all;
}

.renewal2022 .item_detail .itemBlc .txtBlc .brand_name {
  font-size: 16px;
  margin-bottom: 20px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .price {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.renewal2022 .item_detail .itemBlc .txtBlc .price span {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .price span.tax {
  margin-left: 10px;
  margin-right: 0;
}

.renewal2022 .item_detail .itemBlc .txtBlc .ttl {
  font-size: 16px;
  margin-bottom: 10px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .size {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 21px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .size p {
  width: 72px;
  margin-bottom: 0;
}

.renewal2022 .item_detail .itemBlc .txtBlc .size ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 72px);
}

.renewal2022 .item_detail .itemBlc .txtBlc .size ul li {
  font-size: 16px;
  font-weight: 700;
  background-color: #e2e2e2;
  border-radius: 4px;
  line-height: 1;
  height: 32px;
  min-width: 32px;
  text-align: center;
  padding: 7px 0 0;
  margin-bottom: 9px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .size ul li {
  margin-right: 9px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .sales_start {
  width: 100%;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.renewal2022 .item_detail .itemBlc .txtBlc .sales_start p {
  font-size: 16px;
  margin-bottom: 0;
}

.renewal2022 .item_detail .itemBlc .txtBlc .sales_start p.ttl {
  width: 105px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .sales_start p.con {
  width: calc(100% - 105px);
}

.renewal2022 .item_detail .itemBlc .txtBlc .lineBtm {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .mateBlc {
  padding: 30px 0;
  border-bottom: 1px solid #E2E2E2;
}

.renewal2022 .item_detail .itemBlc .txtBlc .mateBlc .con {
  font-size: 16px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc {
  padding: 30px 0 0 0;
  display: flex;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div {
  width: 50%;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div:nth-child(1) {
  padding-right: 5px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div:nth-child(2) {
  padding-left: 5px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_shop a {
  border: 1px solid #E2E2E2;
  background-image: url(../images/common/icon_shop_mark.svg);
  background-size: 24px auto;
  padding: 15px 0 15px 27px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_online a {
  color: #fff;
  border: 1px solid #CA0336;
  background-color: #CA0336;
  background-image: url(../images/common/icon_cart.svg);
  background-size: 24px auto;
  padding: 15px 0 15px 27px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .cautionBlc {
  padding: 30px 0;
}

.renewal2022 .item_detail .itemBlc .txtBlc .cautionBlc ul li {
  color: #999999;
  margin-bottom: 5px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .snsBlc span {
  vertical-align: middle;
}

.renewal2022 .item_detail .itemBlc .txtBlc .snsBlc span {
  margin-right: 10px;
}

.renewal2022 .item_detail .itemBlc .txtBlc .snsBlc span a {
  display: inline-block;
  vertical-align: middle;
}

.renewal2022 .item_detail .itemBlc .txtBlc .snsBlc span a img {
  width: 24px;
}

.renewal2022 .item_detail #lineUp .itemBlc {
  display: flex !important;
}

@media screen and (max-width: 1000px) {
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc {
    padding: 20px 0 0 0;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div a {
    font-size: 12px;
    padding-top: 30px;
    height: 70px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div:nth-child(1) {
    padding-right: 5px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div:nth-child(2) {
    padding-left: 5px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_shop {
    width: 86px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_shop a {
    padding: 25px 0 9px 0;
    background-position: top 3px center;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_shop a .sp {
    display: block !important;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_online {
    width: calc(100% - 86px);
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_online a {
    font-size: 16px;
    padding: 21px 0 15px 11px;
  }
}

@media screen and (max-width: 767px) {
  .renewal2022 .item_detail .itemBlc .wrapper2022.spW100 {
    padding: 0 0 10px;
  }
  .renewal2022 .item_detail .itemBlc .itemFlx {
    display: block;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc {
    width: 100%;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc #item_slider {
    margin-bottom: 0;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc #item_slider .swiper-slide {
    margin-bottom: 0 !important;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc #thumbs {
    display: none;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc .swiper-button-prev,
  .renewal2022 .item_detail .itemBlc .imgBlc .swiper-button-next {
    display: block;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc .swiper-button-prev {
    display: block;
    background-image: url(../images/common/icon_itemArrowP.png);
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .renewal2022 .item_detail .itemBlc .imgBlc .swiper-button-next {
    display: block;
    background-image: url(../images/common/icon_itemArrowN.png);
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .renewal2022 .item_detail .itemBlc .imgBlc .swiper-pagination {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: auto;
    background-color: #cfcfcf;
    border-radius: 4px;
    padding: 2px 10px 3px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
  }
  .renewal2022 .item_detail .itemBlc .imgBlc .swiper-pagination span {
    font-size: 12px;
    color: #fff;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc {
    width: 100%;
    padding: 0 10px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .ttl {
    margin-bottom: 7px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .tag {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 3px 10px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .item_name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .brand_name {
    margin-bottom: 15px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .price {
    margin-bottom: 20px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .price span {
    margin-left: 10px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lineBtm {
    display: block;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .size {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .size p {
    width: 100%;
    margin-bottom: 5px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .size ul {
    width: 100%;
    display: flex;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .size ul li {
    font-size: 16px;
    padding-top: 8px;
    padding: 8px 5px 0;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .sales_start {
    display: block;
    padding-top: 0;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .sales_start p {
    width: 100% !important;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lineBtm {
    border-bottom: none;
    padding-bottom: 0;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .mateBlc {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc {
    padding: 20px 0 0 0;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div a {
    font-size: 12px;
    padding-top: 30px;
    height: 70px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div:nth-child(1) {
    padding-right: 5px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div:nth-child(2) {
    padding-left: 5px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_shop {
    width: 86px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_shop a {
    padding: 25px 0 9px 0;
    background-position: top 3px center;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_online {
    width: calc(100% - 86px);
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .lnkBlc > div.btn_online a {
    font-size: 16px;
    padding: 21px 0 15px 11px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .cautionBlc {
    padding: 20px 0;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .cautionBlc ul li {
    font-size: 10px;
  }
  .renewal2022 .item_detail .itemBlc .txtBlc .snsBlc {
    padding-bottom: 20px;
  }
}

.headline-wrap.t01 {
  margin-bottom: 40px;
  font-weight: 700;
}

.headline-wrap.t01.center {
  text-align: center;
}

.headline-wrap.t01 .label {
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 16px;
  color: #CA0336;
  letter-spacing: .12em;
}

.headline-wrap.t01 .label span {
  color: #CA0336;
}

.headline-wrap.t01 .title {
  font-size: 28px;
}

.headline-wrap.t02 {
  margin-bottom: 65px;
  font-weight: 700;
  letter-spacing: .06em;
}

.headline-wrap.t02 .label {
  font-size: 20px;
}

.headline-wrap.t02 .title {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .headline-wrap.t01 {
    margin-bottom: 32px;
    text-align: center;
  }
  .headline-wrap.t01 .label {
    font-size: 14px;
  }
  .headline-wrap.t01 .title {
    font-size: 24px;
  }
}

.btn-more {
  width: 180px;
  margin-top: 24px;
  padding: 12px 0 13px;
  display: block;
  text-align: center;
  background-color: #CA0336;
  background-image: url(../images/common/icon_arrwRW.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 8px auto;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}

.btn-more.center {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .btn-more {
    width: 268px;
    padding: 16px 0 17px;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

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

.fade {
  transition: transform .5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fade.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.slidein-left.is-animated {
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.slidein-right.is-animated {
  animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

.matrix > * {
  overflow: hidden;
  opacity: 0;
}

.matrix > * > span {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated > * {
  opacity: 1;
}

.matrix.is-animated > * > span {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
