@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin,wght@0,100..900;1,100..900&display=swap");
figure,
p {
  margin: 0;
}
body {
  color: #353737;
  font-weight: 300;
}
h2,
h3 {
  font-weight: 300;
  border: 0 none;
  padding-top: 0;
  line-height: 1.5;
}
#main {
  margin-top: 0;
  margin-bottom: 0;
}
#main > .row {
  max-width: none;
}
#primary.column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*--- page top btn---*/
@media screen and (max-width: 39.9375em) {
  .scroll-top-wrapper {
    bottom: 4em;
  }
}

/*--==holiday-collection_special====================--*/
/*--==common==--*/
#hgo-sp {
  --color-white: #fff;
  --color-glay-01: #585858;
  --color-glay-02: #898a8d;
  --color-glay-03: #afafaf;
  --color-glay-04: #f2f2f2;
  --color-glay-05: #eaeaea;
  --color-glay-06: #f5f5f5;
  --color-glay-07: rgba(141, 141, 141, 0.94);
  --color-cream: #fbf7f3;
  --font-size-26: clamp(24px, calc(23.28813559322034px + 0.1694915254237288vw), 26px);
  --font-size-26-20: clamp(20px, calc(17.864406779661017px + 0.5084745762711864vw), 26px);
  --font-size-20: clamp(18px, calc(17.28813559322034px + 0.1694915254237288vw), 20px);
  --font-size-18: clamp(16px, calc(15.288135593220339px + 0.1694915254237288vw), 18px);
  --font-size-16: clamp(15px, calc(14.64406779661017px + 0.0847457627118644vw), 16px);
  --font-size-14: clamp(12px, calc(11.288135593220339px + 0.1694915254237288vw), 14px);
}
#hgo-sp .inner-cont {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
#hgo-sp .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #hgo-sp .inner-cont {
    width: 91.2%;
  }
}
/*--font--*/
#hgo-sp h2 {
  color: var(--color-glay-02);
  font-size: var(--font-size-26);
  font-weight: 500;
}
#hgo-sp h2.en {
  font-family: "Libre Franklin", sans-serif;
  color: var(--color-glay-05);
  font-size: clamp(60px, calc(38.64406779661017px + 5.084745762711865vw), 120px);
  font-weight: 300;
}
#hgo-sp h3 {
  color: var(--color-glay-01);
  font-size: clamp(21px, calc(14.924050632911392px + 0.7911392405063291vw), 26px);
  margin-bottom: 33px;
}
#hgo-sp p {
  color: var(--color-glay-01);
  font-size: var(--font-size-16);
  line-height: 1.7;
  margin: 0;
}
#hgo-sp .txc-w {
  color: var(--color-white) !important;
}
#hgo-sp .txa-r {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #hgo-sp h2 {
    letter-spacing: -0.01em;
  }
  #hgo-sp h2.en {
    line-height: 1;
  }
}
/*-- notes --*/
#hgo-sp .notes {
  display: block;
}
#hgo-sp .notes ul li {
  text-indent: -1rem;
  padding: 0 0 0 1rem;
}
/*--link--*/
#hgo-sp a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 768px) {
  #hgo-sp a:hover {
    opacity: 0.6;
  }
}
#hgo-sp .btn-detail a,
#hgo-sp .btn-cart a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
#hgo-sp .btn-cart a {
  color: #fff;
}
#hgo-sp .btn-detail {
  width: 185px;
  font-size: clamp(11px, calc(9.784810126582279px + 0.15822784810126583vw), 12px);
  text-align: center;
  margin: 0 0 12px 0;
  background: #fff;
  border: 1px solid #000000;
}
#hgo-sp .btn-cart {
  width: 185px;
  font-size: clamp(11px, calc(9.784810126582279px + 0.15822784810126583vw), 12px);
  text-align: center;
  background: #353737;
  transition: all 0.4s ease 0s;
}
#hgo-sp .btn-cart:hover {
  background: rgb(80, 80, 80);
}
@media screen and (max-width: 767px) {
  #hgo-sp .btn-detail a,
  #hgo-sp .btn-cart a {
    padding: 1.4vw 0 1.667vw;
  }
  #hgo-sp .btn-detail {
    width: 37.333vw;
    margin: 0 auto 1.333vw;
  }
  #hgo-sp .btn-cart {
    width: 37.333vw;
  }
}

/*--pc&sp--*/
#hgo-sp .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #hgo-sp .pc {
    display: none;
  }
  #hgo-sp .sp {
    display: block;
  }
}
/*--fade--*/
#hgo-sp .fade {
  transition: 1s;
}
#hgo-sp .fade_in {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
#hgo-sp .fade_up {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}
#hgo-sp .fade_left {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
}
#hgo-sp .fade_right {
  transform: translate3d(50px, 0, 0);
  opacity: 0;
}
#hgo-sp .fade.act {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*--== kv ==========================--*/
#hgo-sp #kv {
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadein ease-out 3s forwards 0s;
}
#hgo-sp #kv img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
#hgo-sp .scroll {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 12px;
  color: var(--color-glay-01);
  margin: 0 auto;
  z-index: 10;
}
#hgo-sp .scroll::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.5;
  filter: blur(5px);
  border-radius: 30px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #hgo-sp .scroll {
    display: none;
  }
}
/*--== kv end ======================--*/
/*--== fixed-banner ================--*/
#hgo-sp .fixed-banner {
  position: fixed;
  right: 4vw;
  opacity: 0;
  z-index: 9999;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
#hgo-sp .fixed-banner.c-on-cookie {
  bottom: 6vh;
  animation: fadeBnr ease-out 1s forwards 1s;
}
#hgo-sp .fixed-banner.c-close {
  opacity: 1;
  bottom: 1vh;
  animation: down 0.9s ease-in-out forwards;
}
#hgo-sp .fixed-banner a {
  display: block;
  transition: all 0.4s ease 0s;
}
#hgo-sp .fixed-banner a:hover {
  opacity: 0.7;
}
#hgo-sp .bottom-right-banner-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://cdn.cookielaw.org/logos/static/ot_close.svg) center center no-repeat;
  background-size: 10px;
  z-index: 101;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
#hgo-sp .bottom-right-banner-close:hover {
  background: #dfdfdf url(https://cdn.cookielaw.org/logos/static/ot_close.svg) center center no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  #hgo-sp .fixed-banner {
    right: initial;
    left: 1vw;
    width: 80.952vw;
  }
  #hgo-sp .bottom-right-banner-close {
    top: 5px;
    right: 5px;
  }
}
@keyframes fadeBnr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes down {
  0% {
    bottom: 6vh;
  }
  100% {
    bottom: 1vh;
  }
}
/*--== fixed-banner end ============--*/
/*--== features ====================--*/
#hgo-sp #features {
  position: relative;
  padding-block: 188px 116px;
  background: url(../images/hybridgeloil_special/features_bg.jpg) left top no-repeat;
}
@media screen and (max-width: 767px) {
  #hgo-sp #features {
    padding-block: 22.905vw 16.429vw;
    background-size: 58.095vw auto;
    background-position: -8vw -12vh;
  }
}
/*-- :hgo-nav --*/
#hgo-sp #features nav.hgo-nav.is-sticky {
  position: fixed;
  top: 40px;
  z-index: 300;
}
#hgo-sp #features nav.hgo-nav ul li {
  position: relative;
}
#hgo-sp #features nav.hgo-nav ul li a {
  display: block;
  color: var(--color-glay-03);
  font-size: clamp(14px, calc(13.288135593220339px + 0.1694915254237288vw), 16px);
  padding: 19px 0 18px;
}
#hgo-sp #features nav.hgo-nav ul li a.active {
  color: var(--color-glay-01);
}
#hgo-sp #features nav.hgo-nav ul li a.active::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #848484;
}
@media screen and (min-width: 768px) {
  #hgo-sp #features .toggle {
    display: none;
  }
  #hgo-sp #features nav.hgo-nav {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    max-width: 1060px;
    width: 90vw;
    padding: 0 10px;
    background-color: var(--color-glay-04);
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 300;
  }
  #hgo-sp #features nav.hgo-nav.en {
    max-width: 720px;
  }
  #hgo-sp #features nav.hgo-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 928px;
    width: 100%;
  }
  #hgo-sp #features nav.hgo-nav.en ul {
    max-width: 598px;
  }
}
@media screen and (max-width: 767px) {
  #hgo-sp #features nav.hgo-nav {
    position: absolute;
    right: 5%;
    display: flex;
    justify-content: center;
    max-width: 44px;
    width: 10.476vw;
    z-index: 300;
    opacity: 0;
  }
  #hgo-sp #features nav.hgo-nav.is-sticky {
    top: 2vw;
    opacity: 1;
  }
  #hgo-sp #features nav.hgo-nav .toggle {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    background-color: var(--color-glay-04);
    cursor: pointer;
    z-index: 600;
  }
  #hgo-sp #features nav.hgo-nav .toggle span {
    display: block;
    width: 26px;
    height: 1px;
    background-color: #707070;
    border-radius: 1px;
    transform-origin: center;
    transition:
      transform 0.4s cubic-bezier(0.77, 0, 0.18, 1),
      opacity 0.3s,
      width 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  }
  #hgo-sp #features nav.hgo-nav .toggle.is-open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  #hgo-sp #features nav.hgo-nav .toggle.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  #hgo-sp #features nav.hgo-nav .toggle.is-open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  #hgo-sp #features nav.hgo-nav ul {
    position: fixed;
    top: 0;
    right: -2000%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65vw;
    height: auto;
    padding: 14.286vw 3vw 14.286vw;
    background-color: var(--color-glay-04);
    transition: right 0.3s;
  }
  #hgo-sp #features nav.hgo-nav.is-open ul {
    right: 0;
  }
  #hgo-sp #features nav.hgo-nav ul li {
    display: inline-block;
    margin-bottom: 7vw;
  }
  #hgo-sp #features nav.hgo-nav ul li:last-child {
    margin-bottom: 0;
  }
  #hgo-sp #features nav.hgo-nav ul li a {
    padding: 0 0 1.381vw;
  }
}
/*-- :features_lead --*/
#hgo-sp #features .features_lead {
  padding-bottom: clamp(41px, calc(33.52542372881356px + 1.7796610169491527vw), 62px);
}
#hgo-sp #features .features_lead h2 {
  text-align: center;
  margin-bottom: 1em;
}
#hgo-sp #features .features_lead h2 > div {
  color: var(--color-glay-01);
  font-size: var(--font-size-16);
  font-weight: normal;
  margin-top: 1.2em;
}
#hgo-sp #features .features_lead p {
  font-size: var(--font-size-14);
  text-align: center;
}
#hgo-sp #features .features_lead p.en {
  font-size: var(--font-size-16);
  margin-bottom: 2em;
}
#hgo-sp #features .features_lead p .notes {
  margin-top: 1em;
  text-align: center;
}

/*-- :features_movie --*/
#hgo-sp #features .features_movie {
  max-height: 650px;
  height: 40.625vw;
  background: url(../images/hybridgeloil_special/features_movie_thum.jpg) center top no-repeat;
  background-size: cover;
}
#hgo-sp #features .features_movie .inner-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#hgo-sp #features .features_movie h2 {
  font-family: "Libre Franklin", sans-serif;
  color: var(--color-glay-07);
  font-size: clamp(18px, calc(16.576271186440678px + 0.3389830508474576vw), 22px);
  text-align: center;
  margin-bottom: 1em;
}
#hgo-sp #features .features_movie p {
  font-family: "Libre Franklin", sans-serif;
  color: var(--color-glay-07);
  font-size: clamp(28px, calc(26.576271186440678px + 0.3389830508474576vw), 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #hgo-sp #features .features_movie {
    max-height: initial;
    height: 117.857vw;
    background: url(../images/hybridgeloil_special/features_movie_thum_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
/*-- :features_ritual --*/
#hgo-sp #features .features_ritual {
  padding: 73px 0 0;
}
#hgo-sp #features .features_ritual .inner-cont > .fl {
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 3em;
}
#hgo-sp #features .features_ritual .inner-cont > .fl > p {
  color: var(--color-glay-02);
  font-size: var(--font-size-26-20);
}
#hgo-sp #features .features_ritual .point-scroll {
  display: flex;
  gap: 0 2rem;
  align-items: center;
}
#hgo-sp #features .features_ritual .point-scroll .point {
  position: relative;
  flex-shrink: 0;
  width: 550px;
  overflow: hidden;
}
#hgo-sp #features .features_ritual .point-scroll .spacer {
  width: 30vw;
  flex-shrink: 0;
}
#hgo-sp #features .features_ritual .pno {
  position: absolute;
  top: 24px;
  left: 32px;
  font-family: "Libre Franklin", sans-serif;
  color: var(--color-glay-03);
  font-size: clamp(26px, calc(24.576271186440678px + 0.3389830508474576vw), 30px);
}
#hgo-sp #features .features_ritual .pno span {
  font-size: clamp(30px, calc(26.440677966101696px + 0.847457627118644vw), 40px);
  margin-left: 0.2em;
}
#hgo-sp #features .features_ritual .point_txt {
  position: absolute;
  left: 32px;
  bottom: 30px;
  min-height: 135px;
}
#hgo-sp #features .features_ritual .point_txt h3 {
  font-size: var(--font-size-18);
  margin-bottom: 10px;
}
#hgo-sp #features .features_ritual .point_txt p {
  font-size: var(--font-size-14);
}
#hgo-sp #features .features_ritual .point_txt p span.notes {
  margin-top: 0.3em;
}
#hgo-sp #features .features_ritual .spacer {
  flex-shrink: 0;
  height: 1px;
  width: calc(100vw - 550px - 80px);
}
@media screen and (max-width: 767px) {
  #hgo-sp #features .features_ritual {
    padding: 17.381vw 0 0;
  }
  #hgo-sp #features .features_ritual .inner-cont > .fl {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -1em;
  }
  #hgo-sp #features .features_ritual .inner-cont > .fl > p {
    width: 100%;
    padding-left: 7.143vw;
  }
  #hgo-sp #features .features_ritual .point-scroll {
    width: 90.6%;
    gap: 1rem 0;
    flex-direction: column;
    margin-inline: auto;
  }
  #hgo-sp #features .features_ritual .point-scroll .point {
    width: 100%;
    margin-top: 2.619vw;
  }
  #hgo-sp #features .features_ritual .pno {
    top: 2.619vw;
    left: 4.762vw;
  }
  #hgo-sp #features .features_ritual .point_txt {
    left: 3.571vw;
    bottom: 4.762vw;
    min-height: initial;
  }
}
/*-- :features_type --*/
#hgo-sp #features .features_type {
  padding: 136px 0 0;
}
#hgo-sp #features .features_type .features_type_cont {
  margin: 58px 0 96px;
}
#hgo-sp #features .features_type .features_type_cont__img img {
  max-width: 559px;
  width: 34.938vw;
}
#hgo-sp #features .features_type .features_type_cont__txt {
  max-width: 599px;
  width: 50.438vw;
}
#hgo-sp #features .features_type .features_type_cont__txt span.limited {
  display: inline-block;
  padding: 4px 18px;
  margin-bottom: 20px;
  background-color: var(--color-glay-06);
  border-radius: 3px;
}
#hgo-sp #features .features_type .features_type_cont__txt span.type {
  display: block;
  font-size: var(--font-size-14);
  margin: 11px 0 17px;
}
#hgo-sp #features .features_type .features_type_cont__txt .price {
  font-size: var(--font-size-16);
  margin: 17px 0 36px;
}
#hgo-sp #features .features_type .features_type_cont__txt .price span {
  font-size: var(--font-size-14);
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-group {
  display: flex;
  gap: 0 10px;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-group .btn-detail {
  margin: 0;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group {
  display: flex;
  gap: 0 25px;
  margin-top: 46px;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group .btn-product {
  position: relative;
  width: 230px;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group .btn-product a {
  display: block;
  color: var(--color-glay-01);
  text-align: center;
  padding: 15px 5px 16px 18px;
  background: var(--color-white);
  border-radius: 5px;
  box-shadow: -2px 2px 10px #0000003e;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group .btn-product a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1vw;
  margin: auto 0;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group .btn-product.standard a img {
  top: -15px;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 22.8px;
  height: 12.9px;
  margin: 0 auto;
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group a span::before,
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group a span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(50% - 1px);
  width: 1px;
  height: 8px;
  border-radius: 9999px;
  background-color: #707070;
  transform-origin: 50% calc(100% - 1px);
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group a span::before {
  transform: rotate(45deg);
}
#hgo-sp #features .features_type .features_type_cont__txt .btn-product-group a span::after {
  transform: rotate(-45deg);
}
#hgo-sp #features .features_type .ank_limited {
  display: flex;
  justify-content: center;
}
#hgo-sp #features .features_type .ank_limited a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #hgo-sp #features .features_type {
    padding: 16.905vw 0 0;
  }
  #hgo-sp #features .features_type .inner-cont {
    width: 100%;
  }
  #hgo-sp #features .features_type .features_type_cont {
    margin: 6vw auto 14.286vw;
  }
  #hgo-sp #features .features_type .features_type_cont h3 {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 3.81vw;
  }
  #hgo-sp #features .features_type .features_type_cont__img {
    margin-inline: auto;
  }
  #hgo-sp #features .features_type .features_type_cont__img img {
    width: 88.095vw;
  }
  #hgo-sp #features .features_type .features_type_cont__txt {
    width: 100%;
    margin-inline: auto;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .price {
    margin: 2.381vw 0 5.238vw;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .sp-cont {
    width: 85.8%;
    margin-inline: auto;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .btn-group {
    justify-content: center;
    gap: 0 4vw;
    margin-inline: auto;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .btn-product-group {
    justify-content: center;
    gap: 0 4vw;
    margin: 9.524vw auto 0;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .btn-product-group .btn-product {
    width: 42.857vw;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .btn-product-group .btn-product a {
    line-height: 1;
    padding: 3.571vw 1.19vw 3.81vw 4.286vw;
  }
  #hgo-sp #features .features_type .features_type_cont__txt .btn-product-group a span {
    top: 50%;
    left: initial;
    right: 0;
    transform: translate(-50%, 0);
  }
}
/*--== features end  ===============--*/
/*--== event =======================--*/
#hgo-sp #event {
  padding: 80px 0 114px;
  background: url(../images/hybridgeloil_special/event_bg.jpg) center top no-repeat;
  background-size: cover;
}
#hgo-sp #event h2 {
  color: var(--color-white);
  text-align: center;
  margin-bottom: 0.3em;
}
#hgo-sp #event h3 {
  text-align: center;
}
#hgo-sp #event h3 span {
  display: block;
  font-size: clamp(14px, calc(11.864406779661017px + 0.5084745762711864vw), 20px);
  margin-bottom: 1em;
}
#hgo-sp #event p {
  text-align: center;
  line-height: 1.8;
}
#hgo-sp #event .event_data {
  max-width: 825px;
  width: 90%;
  padding: 30px 32px;
  margin: 55px auto 0;
  background-color: var(--color-white);
}
#hgo-sp #event .event_data dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  border-bottom: #707070 1px solid;
}
#hgo-sp #event .event_data dl.b-none {
  padding-bottom: 0;
  border-bottom: none;
}
#hgo-sp #event .event_data dl dt {
  text-align: center;
  padding: 10px 5px;
  margin: 0;
  background-color: var(--color-glay-06);
}
#hgo-sp #event .event_data dl dd {
  margin: 0;
}
#hgo-sp #event .event_data ul {
  margin-bottom: clamp(20px, calc(16.440677966101696px + 0.847457627118644vw), 30px);
}
#hgo-sp #event .btn-form a {
  position: relative;
  display: block;
  max-width: 450px;
  width: 40.125vw;
  color: var(--color-white);
  font-size: clamp(16px, calc(18px + 0vw), 16px);
  text-align: center;
  padding: 16px 40px 15px;
  margin: 0 auto;
  background: var(--color-glay-01);
  transition: all 0.4s ease 0s;
}
#hgo-sp #event .btn-form a.noLink {
  background: var(--color-glay-05);
  pointer-events: none;
}
#hgo-sp #event .btn-form .icon-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: var(--color-white);
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  margin: auto 0;
  transform: translateX(-25%) rotate(45deg);
}
#hgo-sp #event .btn-form .icon-right::before,
#hgo-sp #event .btn-form .icon-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
#hgo-sp #event .btn-form .icon-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
#hgo-sp #event .btn-form .icon-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
@media screen and (max-width: 767px) {
  #hgo-sp #event {
    padding: 14.762vw 0 11.19vw;
  }
  #hgo-sp #event h3 span,
  #hgo-sp #event p {
    letter-spacing: -0.05em;
  }
  #hgo-sp #event .event_data {
    width: 100%;
    padding: 5.952vw 4.048vw;
    margin: 10.952vw auto 0;
  }
  #hgo-sp #event .event_data dl {
    align-items: flex-start;
    gap: 0 4.524vw;
    padding-bottom: 2.381vw;
    margin: 0 auto 2.381vw;
  }
  #hgo-sp #event .event_data dl dt {
    padding: 2.381vw 1.19vw;
    min-width: 25%;
  }
  #hgo-sp #event .event_data dl dd {
    padding: 0;
    letter-spacing: -0.01em;
  }
  #hgo-sp #event .event_data dl.b-none dd {
    align-self: center;
  }
  #hgo-sp #event .btn-form a {
    width: 85%;
    padding: 3.571vw 2.381vw;
  }
}
/*--== science =====================--*/
#hgo-sp #science {
  padding: 80px 0 130px;
  background-image: linear-gradient(0deg, #f8f8f8, #adadad);
}
#hgo-sp #science h2 {
  text-align: center;
  margin-bottom: 0.5em;
  opacity: 0.92;
}
#hgo-sp #science h3 {
  color: var(--color-white);
  text-align: center;
  margin-bottom: 2em;
}
#hgo-sp #science .science_video {
  position: relative;
  text-align: center;
  max-width: 837px;
  margin: 0 auto;
}
#hgo-sp #science .science_video video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#hgo-sp #science .science_video .science_video__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hgo-sp #science .science_video .science_video__txt h4 {
  color: var(--color-white);
  font-size: var(--font-size-26);
  margin-block: clamp(20px, calc(8.254237288135593px + 2.7966101694915255vw), 53px) clamp(10px, calc(-0.6779661016949152px + 2.5423728813559325vw), 40px);
}
#hgo-sp #science .science_video .science_video__txt p {
  color: var(--color-white);
}
#hgo-sp #science .sensing-list {
  max-width: 1060px;
  width: 95vw;
  margin: 60px auto 0;
}
#hgo-sp #science dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}
#hgo-sp #science dl dt {
  max-width: 134px;
  width: 16.75vw;
  text-align: center;
  padding: 0;
}
#hgo-sp #science dl dt picture {
  display: block;
}
#hgo-sp #science dl dd {
  max-width: 880px;
  width: 73vw;
  padding: 0 10px 0 0;
}
#hgo-sp #science dl dd h3 {
  color: var(--color-glay-01);
  margin-bottom: 18px;
  text-align: left;
}
#hgo-sp #science ul.int {
  margin-top: 38px;
  margin-left: 3em;
}
#hgo-sp #science ul.int li {
  text-indent: -0.9rem;
}
@media screen and (max-width: 767px) {
  #hgo-sp #science {
    padding: 15.714vw 0 32.619vw;
  }
  #hgo-sp #science h2 {
    text-align: left;
    margin-bottom: 0.2em;
  }
  #hgo-sp #science h3 {
    margin-bottom: 1.5em;
  }
  #hgo-sp #science .science_video .science_video__txt {
    position: static;
  }
  #hgo-sp #science .science_video .science_video__txt h4 {
    color: var(--color-glay-01);
    margin: 9.762vw 0 6.762vw;
  }
  #hgo-sp #science .science_video .science_video__txt p {
    color: var(--color-glay-01);
    letter-spacing: -0.01em;
    line-height: 1.8;
  }
  #hgo-sp #science .science-list {
    width: 100%;
    margin: 7.953vw auto 0;
  }
  #hgo-sp #science dl {
    flex-direction: column;
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  #hgo-sp #science dl dt {
    max-width: initial;
    width: 100%;
  }
  #hgo-sp #science dl dt picture {
    width: 38.095vw;
    display: block;
    margin: 0 auto 1.956vw;
  }
  #hgo-sp #science dl dt picture {
    width: 100%;
  }
  #hgo-sp #science dl dd {
    width: 100%;
    padding: 0;
  }
  #hgo-sp #science dl dd h3 {
    margin-bottom: 3vw;
  }
  #hgo-sp #science ul.int {
    margin-top: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
/*-- :swiper --*/
@media screen and (min-width: 768px) {
  #hgo-sp #science .swiper-wrapper {
    display: block;
  }
  #hgo-sp #science .swiper-pagination,
  #hgo-sp #science .swiper-button-prev,
  #hgo-sp #science .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hgo-sp #science .swiper-pagination {
    display: block;
  }
  #hgo-sp #science .swiper-pagination-bullet-active {
    background: #9f9f9f;
  }
  #hgo-sp #science .swiper-button-next,
  #hgo-sp #science .swiper-button-prev {
    display: block;
    top: 30vw;
    width: 7vw;
    height: 7vw;
    color: #fff;
    background: #9f9f9f;
    border-radius: 5vw;
    z-index: 100;
  }
  #hgo-sp #science .swiper-button-next:after {
    font-size: 12px;
    font-weight: 600;
    margin-left: 13px;
  }
  #hgo-sp #science .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
  }
}
/*--== science end  ================--*/
/*--== technology ==================--*/
#hgo-sp #technology {
  padding: 58px 0 72px;
}
#hgo-sp #technology .inner-cont {
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1230px;
}
#hgo-sp #technology .inner-cont > p {
  color: var(--color-glay-02);
  font-size: var(--font-size-26-20);
  letter-spacing: -0.01em;
}
#hgo-sp #technology.en .inner-cont > p span.notes {
  display: block;
  font-size: var(--font-size-20);
  text-align: right;
}
#hgo-sp #technology .technology_cont {
  position: relative;
  max-width: 1230px;
}
#hgo-sp #technology .technology_cont .technology_cont_video {
  position: relative;
  max-width: 580px;
  width: 36.25vw;
  z-index: 100;
}
#hgo-sp #technology .technology_cont video {
  max-width: 580px;
  width: 36.25vw;
  aspect-ratio: 16 / 9;
}
#hgo-sp #technology .technology_cont .technology_cont_wrapper {
  max-width: 850px;
  width: 67.125vw;
  padding: 63px 70px 60px 30px;
  margin-top: -150px;
  margin-left: clamp(190px, 30%, 350px);
  background-image: linear-gradient(0deg, #3f3f3f, #7e7e7e);
}
#hgo-sp #technology .technology_cont .technology_cont_txt {
  max-width: 478px;
  width: 45.875vw;
  margin: 0 0 0 auto;
}
#hgo-sp #technology .technology_cont_txt h3 {
  color: var(--color-white);
  font-size: var(--font-size-18);
  margin-bottom: 18px;
}
#hgo-sp #technology .technology_cont_txt p {
  color: var(--color-white);
  margin-bottom: 60px;
}
#hgo-sp #technology .technology_cont_txt .ingredient {
  color: var(--color-white);
  font-size: var(--font-size-18);
  margin-bottom: 19px;
}
#hgo-sp #technology .technology_cont_txt .notes {
  color: var(--color-white);
  font-size: var(--font-size-16);
}
@media screen and (min-width: 768px) {
  #hgo-sp #technology.en .inner-cont {
    flex-direction: column;
    align-content: flex-end;
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  #hgo-sp #technology {
    padding: 12.857vw 0 21.429vw;
  }
  #hgo-sp #technology .inner-cont {
    justify-content: flex-end;
  }
  #hgo-sp #technology p {
    margin-top: 0.5em;
  }
  #hgo-sp #technology .technology_cont {
    margin-top: 11.429vw;
  }
  #hgo-sp #technology .technology_cont .technology_cont_video {
    width: 88.571vw;
    margin-left: -5%;
  }
  #hgo-sp #technology .technology_cont video {
    width: 88.571vw;
  }
  #hgo-sp #technology .technology_cont .technology_cont_wrapper {
    width: 93%;
    padding: 44.048vw 7.381vw 8.095vw;
    margin: -40vw 0 0 11vw;
  }
  #hgo-sp #technology .technology_cont .technology_cont_txt {
    max-width: 478px;
    width: 100%;
    margin: 0;
  }
  #hgo-sp #technology .technology_cont_txt p {
    margin-bottom: 8.095vw;
  }
  #hgo-sp #technology .technology_cont_txt .notes {
    font-size: var(--font-size-14);
  }
}
/*--== technology end ==============--*/
/*--== limited =====================--*/
#hgo-sp #limited {
  padding: 76px 0 115px;
  background-color: var(--color-cream);
}
#hgo-sp #limited h2,
#hgo-sp #limited p {
  text-align: center;
}
#hgo-sp #limited p.sub {
  color: var(--color-glay-02);
  font-size: var(--font-size-26-20);
  margin: 70px 0 46px;
}
#hgo-sp #limited .limited-wrapper {
  max-width: 1060px;
  margin: 66px auto 75px;
  overflow: hidden;
}
#hgo-sp #limited .limited-thum {
  width: 100%;
  padding: 23px 0 0;
}
#hgo-sp #limited .limited-thum .swiper-wrapper {
  margin: 0 auto;
}
#hgo-sp #limited .limited-thum .swiper-wrapper .swiper-slide {
  filter: brightness(0.6);
}
#hgo-sp #limited .limited-thum .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  filter: brightness(1);
}
#hgo-sp #limited .limited-thum .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hgo-sp #limited {
    padding: 6.19vw 0 19.048vw;
  }
  #hgo-sp #limited .inner-cont {
    width: 100%;
  }
  #hgo-sp #limited h2 {
    text-align: right;
  }
  #hgo-sp #limited p {
    width: 92%;
    letter-spacing: -0.01em;
    margin: auto;
  }
  #hgo-sp #limited p.sub {
    margin: 2.857vw auto 8.571vw;
  }
  #hgo-sp #limited .limited-wrapper {
    width: 92%;
    margin: 5.952vw auto 9.524vw;
  }
  #hgo-sp #limited .limited-thum {
    padding: 2.381vw 0 0;
  }
  #hgo-sp #limited .limited-thum .swiper-wrapper {
    flex-wrap: wrap;
  }
  #hgo-sp #limited .limited-thum .swiper-wrapper .swiper-slide {
    width: 28.333vw !important;
    margin-top: 2.381vw;
    margin-right: 3.381vw;
  }
  #hgo-sp #limited .limited-thum .swiper-wrapper .swiper-slide:nth-child(3),
  #hgo-sp #limited .limited-thum .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
}
/*--== limited end =================--*/
/*--== lineup ======================--*/
#hgo-sp #lineup {
  padding: 75px 0 0;
}
#hgo-sp #lineup h2 {
  text-align: center;
}
#hgo-sp #lineup .lineup_list {
  margin-top: 165px;
}
#hgo-sp #lineup .lineup_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  width: 29.125vw;
  padding-block: 49px 51px;
  background-color: var(--color-glay-06);
}
#hgo-sp #lineup .lineup_item .label {
  position: absolute;
  top: -46px;
  left: 0;
  max-width: 240px;
  width: 23.125vw;
  color: var(--color-white);
  font-size: var(--font-size-18);
  text-align: center;
  padding: 11px 10px;
  background-color: var(--color-glay-01);
}
#hgo-sp #lineup .lineup_item picture {
  display: block;
  margin-bottom: 24px;
}
#hgo-sp #lineup .lineup_item .pro_ttl {
  font-size: var(--font-size-18);
}
#hgo-sp #lineup .lineup_item .pro_type {
  font-size: var(--font-size-14);
  margin-block: 11px 12px;
}
#hgo-sp #lineup .lineup_item .pro_price {
  font-size: var(--font-size-16);
  margin-bottom: 52px;
}
#hgo-sp #lineup .lineup_item .pro_price span {
  font-size: var(--font-size-14);
}
@media screen and (max-width: 767px) {
  #hgo-sp #lineup {
    padding: 10vw 0 8.605vw;
  }
  #hgo-sp #lineup h2 {
    text-align: left;
  }
  #hgo-sp #lineup .lineup_list {
    margin-top: 18.571vw;
    flex-wrap: wrap;
  }
  #hgo-sp #lineup .lineup_item {
    width: 100%;
    align-items: flex-start;
    padding-block: 4.762vw 9.048vw;
    padding-inline: 8.333vw;
  }
  #hgo-sp #lineup .lineup_item:nth-child(2) {
    margin: 18.571vw auto;
  }
  #hgo-sp #lineup .lineup_item .label {
    width: 42.857vw;
    padding: 2.619vw 2.381vw;
  }
  #hgo-sp #lineup .lineup_item picture {
    margin-bottom: 2.857vw;
    margin-inline: auto;
  }
  #hgo-sp #lineup .lineup_item .pro_type {
    margin-block: 2.857vw;
  }
  #hgo-sp #lineup .lineup_item .pro_price {
    margin-bottom: 5.952vw;
  }
  #hgo-sp #lineup .lineup_item .btn-group {
    margin-inline: auto;
  }
  #hgo-sp #lineup .lineup_item .btn-detail,
  #hgo-sp #lineup .lineup_item .btn-cart {
    width: 44.048vw;
    margin-bottom: 2.381vw;
  }
}
/*--== lineup end ==================--*/
/*--== campaign ====================--*/
#hgo-sp #campaign {
  padding-top: 138px;
}
#hgo-sp #campaign h2 {
  text-align: center;
  border: none;
  margin-bottom: 80px;
}
#hgo-sp #campaign h3 {
  font-size: clamp(20px, calc(19.28813559322034px + 0.1694915254237288vw), 22px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #hgo-sp #campaign {
    padding-top: 14.286vw;
  }
  #hgo-sp #campaign h2 {
    margin-bottom: 6.667vw;
  }
}
/*--== campaign end ================--*/
/*--== pickup ======================--*/
#hgo-sp #pickup .inner-cont {
  text-align: center;
  padding: 50px 0 80px;
  border-top: 1px solid #707070;
}
#hgo-sp #pickup h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
#hgo-sp #pickup .btn-pickup {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
#hgo-sp #pickup .btn-pickup a {
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, calc(18px + 0vw), 16px);
  text-align: center;
  padding: 16px 40px 15px;
  background: var(--color-glay-01);
  transition: all 0.4s ease 0s;
}
/*--== pickup end ==================--*/
