figure,
p {
  margin: 0;
}
body {
  color: #353737;
  font-weight: 300;
}
h2,
h3 {
  font-weight: 300;
  border: 0 none;
  padding-top: 0;
}

#main {
  margin-top: 0;
  margin-bottom: 0;
}
#main > .row {
  max-width: none;
}
#primary.column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*--==holiday-collection_special====================--*/
/*--==common==--*/
#hcs {
  --color-white: #fff;
  --color-glay-01: #707070;
  --color-glay-02: #898a8d;
  --color-linden: #fffde6;
  --color-yellow: #fff22c;
}
#hcs .inner-cont {
  max-width: 1060px;
  width: 90vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #hcs .inner-cont {
    max-width: initial;
    width: 89.3vw;
  }
}

#hcs .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*--font--*/
#hcs h2 {
  color: #000000;
  font-size: clamp(25px, calc(12.848101265822784px + 1.5822784810126582vw), 35px);
  font-weight: 700;
  margin-bottom: 50px;
}
#hcs h2.pr_name {
  color: #353737;
  font-size: clamp(20px, calc(13.924050632911392px + 0.7911392405063291vw), 25px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
#hcs p {
  font-size: clamp(14px, calc(9.139240506329113px + 0.6329113924050633vw), 18px);
}
#hcs .catch {
  font-size: clamp(14px, calc(-1.7808219178082183px + 2.054794520547945vw), 20px);
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px !important;
}
#hcs .copy {
  font-size: clamp(13px, calc(11.784810126582279px + 0.15822784810126583vw), 14px);
  font-weight: 500;
  line-height: normal;
}
#hcs .lead {
  font-size: clamp(14px, calc(11.569620253164556px + 0.31645569620253167vw), 16px);
  font-weight: 500;
  line-height: 2;
}
#hcs .price {
  font-size: clamp(14px, calc(11.569620253164556px + 0.31645569620253167vw), 16px);
  font-weight: 500;
  line-height: normal;
}
#hcs .data {
  display: inline-block;
  color: #000000;
  font-size: clamp(14px, calc(9.139240506329113px + 0.6329113924050633vw), 18px);
  font-weight: 500;
  line-height: normal;
  border: #000000 1px solid;
  padding: 8px 54px;
}
#hcs span.spc {
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #hcs h2 {
    margin-bottom: 8vw;
  }
  #hcs h2.pr_name {
    margin-bottom: 15px;
  }
  #hcs .catch {
    margin-bottom: 5vw;
  }
  #hcs .data {
    padding: 2vw 10vw;
  }
}

/*--link--*/
#hcs a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 767px) {
  #hcs a:hover {
    opacity: 0.6;
  }
}
#hcs .btn-detail a,
#hcs .btn-cart a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0 10px;
}
#hcs .btn-cart a {
  color: #fff;
}
#hcs .btn-detail {
  width: 263px;
  font-size: clamp(0.688rem, 0.533rem + 0.33vw, 0.875rem);
  /*11px/14px*/
  text-align: center;
  margin: 0 0 12px 0;
  background: #fff;
  border: 1px solid #000000;
}
#hcs .btn-cart {
  width: 263px;
  font-size: clamp(0.688rem, 0.533rem + 0.33vw, 0.875rem);
  /*11px/14px*/
  text-align: center;
  background: #aaa;
}
#hcs .btn-shop a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hcs .btn-cart.soon {
  color: #fff;
  padding: 11px 0 10px;
}
#hcs .btn-detail.soon {
  padding: 11px 0 10px;
}
@media screen and (max-width: 767px) {
  #hcs .btn-detail a,
  #hcs .btn-cart a {
    padding: 2.4vw 0 2.667vw;
  }
  #hcs .btn-detail {
    width: 37.333vw;
    font-size: clamp(0.688rem, -0.03rem + 3.06vw, 1.438rem);
    /*11px/14px*/
    margin: 0;
  }
  #hcs .btn-cart {
    width: 37.333vw;
    font-size: clamp(0.688rem, -0.03rem + 3.06vw, 1.438rem);
    /*11px/23px*/
  }
}

/*--pc&sp--*/
#hcs .sp {
  display: none;
}
#hcs .spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  #hcs .pc {
    display: none;
  }
  #hcs .sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #hcs .spOnly {
    display: block;
  }
}

/*--fade--*/
#hcs .fade {
  transition: 1s;
}
#hcs .fade_dl {
  transition-delay: 0.5s;
}
#hcs .fade_dl_02 {
  transition-delay: 0.2s;
}
#hcs .fade_dl_04 {
  transition-delay: 0.4s;
}
#hcs .fade_in {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
#hcs .fade_up {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}
#hcs .fade.act {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#hcs .fade_left {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
}
#hcs .fade_right {
  transform: translate3d(50px, 0, 0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #hcs .pc {
    display: none;
  }
}

/*--== kv ==========================--*/
#hcs #kv {
  position: relative;
  margin-bottom: 45px;
}
#hcs #kv .kv_inner {
  position: relative;
  min-height: 38.571vw;
  overflow: hidden;
}
#hcs #kv picture {
  display: block;
  opacity: 0;
  animation: Zoomfadein ease-out 3s forwards 0.3s;
}
@keyframes Zoomfadein {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#hcs #kv picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#hcs #kv .logo {
  position: absolute;
  bottom: 51px;
  right: 57px;
  display: inline-block;
  max-width: 137px;
  z-index: 10;
  opacity: 0;
  animation: fadeLogo ease-out 3s forwards 2.2s;
}
@keyframes fadeLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hcs #kv h1 {
  position: absolute;
  bottom: 70px;
  left: 61px;
  display: inline-block;
  max-width: 255px;
  width: 15.937vw;
  z-index: 10;
  opacity: 0;
  animation: fadeleft ease-out 3s forwards 2s;
}
#hcs.en #kv h1 {
  max-width: 256px;
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translate(0%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 767px) {
  #hcs #kv {
    margin-bottom: 6.4vw;
  }
  #hcs #kv .logo {
    display: none;
  }
  #hcs #kv h1 {
    bottom: 7.467vw;
    left: 5.333vw;
    max-width: initial;
    width: 43.333vw;
  }
}
/*--== kv end ======================--*/

/*--== phrase ======================--*/
#hcs #phrase_01.phrase .inner-cont {
  position: relative;
  width: 90vw;
  padding: 40px 0 75px;
}
#hcs.en #phrase_01.phrase .inner-cont {
  padding: 40px 0 127px;
}
#hcs #phrase_02.phrase .inner-cont {
  position: relative;
  width: 90vw;
  padding: 20px 0 60px;
}
#hcs .phrase p {
  text-align: center;
}
#hcs #phrase_02.phrase p {
  font-size: clamp(19px, calc(13.924050632911392px + 0.7911392405063291vw), 25px);
}
#hcs #phrase_01.phrase .linden_01,
#hcs #phrase_01.phrase .linden_02,
#hcs #phrase_02.phrase .linden_01,
#hcs #phrase_02.phrase .linden_02 {
  position: absolute;
}
#hcs #phrase_01.phrase .linden_01 {
  top: 0;
  left: clamp(0px, calc(-378.73972602739724px + 49.31506849315068vw), 144px);
  width: 82px;
}
#hcs #phrase_01.phrase .linden_02 {
  bottom: 0;
  right: clamp(0px, calc(-378.73972602739724px + 49.31506849315068vw), 144px);
  width: 105px;
  transform: rotate(25deg);
}
#hcs.en #phrase_01.phrase .linden_01 {
  left: clamp(0px, calc(-378.73972602739724px + 49.31506849315068vw), 50px);
}
#hcs.en #phrase_01.phrase .linden_02 {
  right: -60px;
}
#hcs #phrase_02.phrase .linden_01 {
  top: 0;
  left: clamp(0px, calc(-378.73972602739724px + 49.31506849315068vw), 144px);
  width: 82px;
}
#hcs #phrase_02.phrase .linden_02 {
  bottom: 0;
  right: clamp(0px, calc(-341.9178082191781px + 44.52054794520548vw), 130px);
  width: 95px;
  transform: rotate(25deg);
}
#hcs.en #phrase_02.phrase .linden_01 {
  left: clamp(0px, calc(-378.73972602739724px + 49.31506849315068vw), 50px);
}
#hcs.en #phrase_02.phrase .linden_02 {
  right: clamp(0px, calc(-341.9178082191781px + 44.52054794520548vw), 75px);
}
@media screen and (max-width: 767px) {
  #hcs #phrase_01.phrase .inner-cont {
    position: relative;
    padding: 6.4vw 0 14vw;
  }
  #hcs.en #phrase_01.phrase .inner-cont {
    padding: 6.4vw 0 10vw;
  }
  #hcs #phrase_01.phrase p {
    font-size: 18px;
  }
  #hcs #phrase_02.phrase .inner-cont {
    position: relative;
    padding: 9.067vw 0 11.467vw;
  }
  #hcs #phrase_01.phrase .linden_01 {
    top: 0;
    left: 0;
    width: 8.267vw;
  }
  #hcs #phrase_01.phrase .linden_02 {
    bottom: 0;
    right: 0;
    width: 11.333vw;
    transform: rotate(25deg);
  }
  #hcs.en #phrase_01.phrase .linden_02 {
    right: 0;
  }
  #hcs #phrase_02.phrase .linden_01 {
    top: 0;
    left: 0;
    width: 8.267vw;
  }
  #hcs #phrase_02.phrase .linden_02 {
    bottom: 0;
    right: 0;
    width: 11.333vw;
    transform: rotate(25deg);
  }
}
/*--== phrase end ==================--*/

/*--== lineup ======================--*/
#hcs #lineup {
  margin: 12px auto 117px;
}
#hcs #lineup p.copy {
  line-height: 1.9;
}
#hcs #lineup .hybrid::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(269deg, #ffffff 50%, #808080 100%);
  mix-blend-mode: multiply;
}
#hcs #lineup .hybrid .inner-cont {
  position: relative;
  padding: 106px 0 120px;
  mix-blend-mode: normal;
  z-index: 10;
}
#hcs #lineup .revitalizar::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(-269deg, #ffffff 50%, #808080 100%);
  mix-blend-mode: multiply;
}
#hcs #lineup .revitalizar .inner-cont {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 168px 0 165px;
  mix-blend-mode: normal;
  z-index: 10;
}
#hcs #lineup h2.pr_name {
  color: var(--color-white);
  line-height: 1.7;
  margin-bottom: 30px;
}
#hcs #lineup .btn-detail {
  width: 300px;
  margin: 40px 0 0;
  border: none;
}
#hcs #lineup .btn-detail a {
  padding: 11px 10px 11px;
}
#hcs #lineup .btn-detail a:hover {
  color: var(--color-white);
  background: #000;
}
#hcs #lineup .lineup_button {
  position: absolute;
  bottom: 0;
  right: -215px;
  max-width: 198px;
  width: 15.143vw;
  max-height: 198px;
  height: 15.143vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #hcs #lineup .hybrid {
    position: relative;
    color: var(--color-white);
    background-image: url("../images/holiday-collection2025_special/lineup_hybrid_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  #hcs #lineup .revitalizar {
    position: relative;
    color: var(--color-white);
    background-image: url("../images/holiday-collection2025_special/lineup_revitalizar_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  #hcs #lineup {
    margin: 0 auto 4.8vw;
  }
  #hcs #lineup .hybrid::after,
  #hcs #lineup .revitalizar::after {
    background: transparent linear-gradient(0deg, #ffffff 50%, #808080 100%);
  }
  #hcs #lineup .hybrid {
    position: relative;
    color: var(--color-white);
    background-image: url("../images/holiday-collection2025_special/lineup_hybrid_bg_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #hcs #lineup .hybrid .inner-cont {
    padding: 10.667vw 0 48.667vw;
  }
  #hcs #lineup .revitalizar {
    position: relative;
    color: var(--color-white);
    background-image: url("../images/holiday-collection2025_special/lineup_revitalizar_bg_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #hcs #lineup .revitalizar .inner-cont {
    padding: 10.667vw 0 54vw;
  }
}

/*--== lineup end ==================--*/

/*--== gift ========================--*/
#hcs .gift {
  background: var(--color-linden);
}
#hcs .gift .inner-cont {
  position: relative;
  text-align: center;
  padding: 95px 0;
}
#hcs #gift .linden_01,
#hcs #gift .linden_02 {
  position: absolute;
}
#hcs #gift .linden_01 {
  top: 179px;
  left: clamp(0px, calc(-92.05479452054794px + 11.986301369863012vw), 35px);
  width: 130px;
}
#hcs #gift .linden_02 {
  top: 382px;
  right: clamp(0px, calc(-131.50684931506848px + 17.123287671232877vw), 50px);
  width: 70px;
  transform: rotate(25deg);
}
#hcs .gift h2 {
  display: inline-block;
  max-width: 760px;
  width: 100%;
  font-size: clamp(20px, calc(13.924050632911392px + 0.7911392405063291vw), 24px);
  font-weight: 500;
  text-align: center;
  padding: 19px 15px 17px;
  background: var(--color-yellow);
}
#hcs .gift dl {
  max-width: 530px;
  justify-content: center;
  margin: 50px auto 57px;
}
#hcs.en .gift dl {
  max-width: 780px;
}
#hcs .gift dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  text-align: center;
  padding: 5px 5px;
  margin-bottom: 32px;
  background: #e8e8e8;
}
#hcs.en .gift dl dt {
  width: 175px;
}
#hcs .gift dl dd {
  width: 420px;
  font-size: clamp(14px, calc(9.139240506329113px + 0.6329113924050633vw), 18px);
  text-align: left;
  margin-bottom: 32px;
}
#hcs.en .gift dl dd {
  width: 600px;
}
#hcs .gift dl dd.date {
  /* display: flex;
  align-items: center; */
  font-size: clamp(16px, calc(11.139240506329113px + 0.6329113924050633vw), 20px);
  font-weight: 600;
  float: none;
  letter-spacing: normal;
}
#hcs .gift dl dd.date span {
  font-size: clamp(14px, calc(9.139240506329113px + 0.6329113924050633vw), 18px);
  font-weight: normal;
}
#hcs .gift .gift-item {
  max-width: 330px;
  width: 33%;
  padding-bottom: 38px;
  margin: 0 auto 80px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: 5px 6px 6px rgb(147, 147, 147, 0.5);
}
#hcs .gift .gift-item h3 {
  color: var(--color-white);
  padding: 16px 5px;
  margin-bottom: 23px;
  background: #939393;
  border-radius: 15px 15px 0 0;
}
#hcs .gift .gift-item img {
  width: 276px;
  margin-bottom: 21px;
}
#hcs .gift .gift-item p.copy {
  padding: 0 25px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #hcs .gift .inner-cont {
    padding: 14.667vw 0;
  }
  #hcs #gift .linden_01,
  #hcs #gift .linden_02 {
    display: none;
  }
  #hcs .gift h2 {
    display: block;
    padding: 2.533vw 1.333vw 3.067vw;
  }
  #hcs .gift dl {
    max-width: initial;
    width: 100%;
    justify-content: center;
    margin: 6.667vw auto;
  }
  #hcs.en .gift dl {
    max-width: initial;
  }
  #hcs .gift dl dt {
    width: 18.667vw;
    height: 9vw;
    margin-bottom: 4.667vw;
  }
  #hcs.en .gift dl dt {
    width: 25vw;
    height: 11vw;
    line-height: 1.2;
  }
  #hcs .gift dl dd {
    width: 60vw;
    margin-bottom: 4.667vw;
  }
  #hcs.en .gift dl dd {
    width: 64vw;
  }
  #hcs .gift .gift-item-list {
    display: block;
  }
  #hcs .gift .gift-item {
    width: 100%;
    margin: 0 auto 5.867vw;
  }
  #hcs .gift .gift-item h3 {
    padding: 2.267vw 0.667vw;
    margin-bottom: 3.6vw;
  }
}
/*--== gift end ====================--*/

/*--== outline =====================--*/
#hcs .outline {
  background: url("../images/holiday-collection2025_special/outline_bg_left.png") bottom left no-repeat, url("../images/holiday-collection2025_special/outline_bg_right.png") top right no-repeat;
  background-size: auto;
}
#hcs .outline .inner-cont {
  position: relative;
  max-width: 1200px !important;
  width: 90vw;
  padding: 100px 0 100px !important;
}
#hcs .outline .outline_movie {
  position: absolute;
  top: 0;
  aspect-ratio: 9 / 16;
  width: auto;
  height: 100%;
}
#hcs #outline_01.outline .outline_movie {
  left: clamp(-20px, calc(-233.33333333333334px + 27.77777777777778vw), 100px);
}
#hcs #outline_02.outline .outline_movie {
  right: clamp(-20px, calc(-233.33333333333334px + 27.77777777777778vw), 100px);
}
#hcs .outline .outline_movie video {
  width: 100%;
  max-height: 680px;
  height: auto;
}
#hcs .outline .outline_cont_wapper {
  position: relative;
  max-width: 1060px;
  width: 90vw;
  margin: 0 auto;
  background: #fff;
  height: 480px;
}
#hcs .outline .outline_cont_wapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-glay-02);
  z-index: -1;
}
#hcs #outline_01.outline .outline_cont_wapper::after {
  top: 30px;
  right: -30px;
}
#hcs #outline_02.outline .outline_cont_wapper::after {
  top: 30px;
  left: -30px;
}
#hcs .outline .outline_cont {
  display: flex;
  align-items: center;
  max-width: 1060px;
  width: 90vw;
  padding: 71px clamp(15px, calc(-619.5px + 67.5vw), 96px) 70px;
  margin: 0 auto;
  background: var(--color-white);
  height: 480px;
}
#hcs #outline_01.outline .outline_cont {
  justify-content: flex-end;
}
#hcs .outline .outline_cont_inner {
  display: inline-block;
  text-align: center;
}
#hcs .outline .outline_cont_inner h2 {
  font-size: clamp(20px, calc(6.849315068493151px + 1.7123287671232876vw), 25px);
}
#hcs .outline .outline_cont_inner p {
  margin: 1.8rem 0 2.5rem;
}
#hcs .outline .outline_cont_inner .release {
  max-width: 100%;
  width: 95%;
  font-size: clamp(14px, calc(9.139240506329113px + 0.6329113924050633vw), 18px);
  padding: 13px;
  margin: 0 auto;
  border: var(--color-glay-01) 1px solid;
}
#hcs .outline .outline_cont_inner .release span {
  display: block;
  font-size: clamp(12px, calc(9.139240506329113px + 0.6329113924050633vw), 14px);
}
@media screen and (max-width: 767px) {
  #hcs .outline {
    background: url("../images/holiday-collection2025_special/outline_bg_left_sp.png") bottom left no-repeat, url("../images/holiday-collection2025_special/outline_bg_right_sp.png") top right no-repeat;
    background-size: auto;
    padding: 11.2vw 0 13.333vw;
  }
  #hcs .outline .inner-cont {
    width: 100vw;
    flex-direction: column;
    padding: 0 !important;
  }
  #hcs .outline .outline_movie {
    top: 7.6vw;
    width: 100%;
    height: auto;
  }
  #hcs #outline_01.outline .outline_movie {
    left: 0;
  }
  #hcs #outline_02.outline .outline_movie {
    right: 0;
  }
  #hcs .outline .outline_movie video {
    width: 100%;
    max-height: initial;
    height: auto;
  }
  #hcs .outline .outline_cont_wapper {
    position: relative;
    max-width: 84.4vw;
    height: 242.133vw;
  }
  #hcs #outline_01.outline .outline_cont_wapper::after {
    top: 4vw;
    right: -4vw;
  }
  #hcs #outline_02.outline .outline_cont_wapper::after {
    top: 4vw;
    left: -4vw;
  }
  #hcs .outline .outline_cont {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: initial;
    width: 84.4vw;
    height: 242.133vw;
    padding: 4.333vw 0 8.333vw;
  }
  #hcs .outline .outline_cont_inner {
    margin: 0 auto;
  }
  #hcs .outline .outline_cont_inner p {
    line-height: 1.5;
    margin: 1.8rem 0 1.5rem;
  }
  #hcs .outline .outline_cont_inner .release {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  #hcs .outline .outline_cont_wapper {
    height: 242.133vw;
  }
  #hcs .outline .outline_cont {
    height: 242.133vw;
  }
}
@media screen and (max-width: 599px) {
  #hcs .outline .outline_cont_wapper {
    height: 266.133vw;
  }
  #hcs .outline .outline_cont {
    height: 266.133vw;
  }
  #hcs.en .outline .outline_cont_inner .release {
    width: 90%;
  }
}
/*--== outline end =================--*/

/*--== product =====================--*/
/*-- product_01 --*/
#hcs #product_01 {
  margin-bottom: 80px;
}
#hcs #product_01 #hybrid {
  margin-bottom: 77px;
}
#hcs #product_01 .inner-cont {
  max-width: 1200px;
  width: 97%;
}
#hcs #product_01 picture {
  width: 50%;
  height: auto;
}
#hcs #product_01 picture img {
  width: 100%;
}
#hcs #product_01 .product_cont {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
#hcs #product_01 .product_cont.item_bc {
  align-items: flex-end;
}
#hcs #product_01 .product_cont .lineup_cont_inner {
  max-width: 400px;
}
#hcs #product_01 .product_cont.item_sc {
  padding-left: clamp(60px, calc(2.886075949367097px + 7.436708860759493vw), 107px);
}
#hcs #product_01 .product_cont.item_bc .lineup_cont_inner {
  margin-right: clamp(60px, calc(2.886075949367097px + 7.436708860759493vw), 107px);
}
@media screen and (max-width: 767px) {
  #hcs #product_01 {
    margin-bottom: 5vw;
  }
  #hcs #product_01 .sp-br {
    display: block;
    text-indent: 1.5rem;
  }
  #hcs #product_01 #hybrid {
    margin-bottom: 9.333vw;
  }
  #hcs #product_01 .inner-cont {
    flex-direction: column;
    width: 100%;
  }
  #hcs #product_01 picture {
    width: 100%;
  }
  #hcs #product_01 #revitalizar picture {
    order: 1;
  }
  #hcs #product_01 .product_cont {
    width: 86.3vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin: 0 auto;
  }
  #hcs #product_01 #revitalizar .product_cont {
    order: 2;
  }
  #hcs #product_01 .product_cont.item_bc {
    align-items: center;
  }
  #hcs #product_01 .product_cont .lineup_cont_inner {
    max-width: initial;
    width: 100%;
  }
  #hcs #product_01 .product_cont.item_sc {
    padding-left: 0;
  }
  #hcs #product_01 .product_cont.item_bc .lineup_cont_inner {
    margin-right: 0;
  }
  #hcs #product_01 .btn-detail {
    width: 100%;
    margin-bottom: 3vw;
  }
  #hcs #product_01 .btn-cart {
    width: 100%;
  }
}
/*-- product_02 --*/
#hcs #product_02 {
  text-align: center;
  padding: 73px 0 0;
}
#hcs #product_02 .product_group {
  max-width: 523px;
  width: 49.34%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
#hcs #product_02 .product_group picture {
  display: block;
  margin: 0 auto;
}
#hcs #product_02 .product_group picture img {
  width: 100%;
}
#hcs #product_02 .product_cont {
  display: inline-block;
}
#hcs #product_02 h2.pr_name {
  font-size: clamp(18px, calc(15.569620253164556px + 0.31645569620253167vw), 20px);
  font-weight: 500;
}
#hcs #product_02 .btn-detail,
#hcs #product_02 .btn-cart {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #hcs #product_02 {
    padding: 9.333vw 0 0;
  }
  #hcs #product_02 .product_group {
    max-width: initial;
    width: 100%;
  }
  #hcs #product_02 .product_group:first-child {
    margin-bottom: 10.667vw;
  }
  #hcs #product_02 .product_cont {
    width: 86.3vw;
    margin: 0 auto;
  }
  #hcs #product_02 .btn-detail {
    width: 100%;
    margin-bottom: 3vw;
  }
  #hcs #product_02 .btn-cart {
    width: 100%;
  }
}
/*--== product end =================--*/

/*--== footer_bnr ==================--*/
#hcs #footer_bnr {
  padding: 110px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #hcs #footer_bnr {
    padding: 19.2vw 0 0;
  }
}
/*--== footer_bnr end ==============--*/
