@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* -- crm -- */
/* -- btn -- */
/* -- 画像をトリミング -- */
/* ===== top.css ===== */
/* 
    body
*/
body#top::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/mv.png) no-repeat center/cover;
  z-index: -10;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}
body#top:not(.act)::after {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  body#top::after {
    background: url(../img/common/mv_sp.png) no-repeat center/cover;
  }
}

/* 
    wrapper
*/
body#top .wrapper {
  padding-top: 0 !important;
}

/* 
    header
*/
.header {
  transition: padding 0.3s, background 0.3s, border 0.3s;
  /* -- logo -- */
  /* -- gnav -- */
}
.header:not(.act) {
  background: transparent;
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .header:not(.act).open {
    background: #000;
  }
}
.header:not(.act) .header-logo img.on {
  opacity: 0;
}
.header:not(.act) .header-logo img.off {
  opacity: 1;
}
body#top:not(.act) .header-gnav-link > li::after {
  bottom: 9px;
  border-color: #FFF;
}
body#top:not(.act) .header-gnav-link .gnavCategoryBox {
  display: none !important;
}
@media screen and (min-width: 901px) {
  .header {
    /* -- logo -- */
  }
  .header:not(.act) {
    padding-top: 16px;
  }
  .header:not(.act) .header-logo {
    width: 257px;
  }
}

/* -- flexBtnBox -- */
.flexBtnBox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 360px;
  z-index: 800;
}
.flexBtnBox > * {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flexBtnBox a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.35px;
  color: #FFF;
  width: 50%;
  height: 54px;
  background: #000;
}
.flexBtnBox a:nth-child(2) {
  background: #B50033;
}
@media screen and (max-width: 900px) {
  .flexBtnBox {
    display: none !important;
  }
}

/* 
    contents
*/
#contents {
  padding-top: 150svh;
}

/* -- topMvBox -- */
.topMvBox {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  align-content: flex-end;
  height: 100svh;
  padding: 100px 65px 56px 65px;
}
.topMvBox-txtCnt > * {
  width: 100%;
}
.topMvBox-txtCnt-tit {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.065em;
}
.topMvBox-txtCnt-subTit {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.1em;
  margin: 19px 0 0 5px;
}
@media screen and (max-width: 900px) {
  .topMvBox {
    padding: 60px 19px 28px;
  }
  .topMvBox-txtCnt-tit {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -0.05em;
  }
  .topMvBox-txtCnt-subTit {
    font-size: 13px;
    line-height: 1.76;
    letter-spacing: 0.025em;
    margin: 7px 0 0 1px;
  }
}

/* -- topMainCnt -- */
.topMainCnt {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.topMainCnt.act {
  position: static;
}

/* -- topProductsBox -- */
.topProductsBox {
  padding-top: 200px;
}
.topProductsBox .h2Box {
  font-size: 15px;
  margin: 0 0 0;
}
.topProductsBox .h2Box > span {
  font-size: 70px;
}
.topProductsBox-txt01 {
  margin-top: 38px;
  max-width: 550px;
}
.topProductsBox-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 42px;
  /* - プログレスバー - */
  /* - 矢印 - */
}
.topProductsBox-slider a::after {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_red.svg) no-repeat center/100% auto;
  content: "";
  transition: right 0.15s;
}
@media screen and (min-width: 901px) {
  .topProductsBox-slider a {
    /* - hover - */
  }
  .topProductsBox-slider a:hover {
    opacity: 1;
  }
  .topProductsBox-slider a:hover::after {
    right: 0;
  }
  .topProductsBox-slider a:hover .topProductsBox-slider-img img {
    width: 120%;
  }
}
.topProductsBox-slider-img {
  position: relative;
  overflow: hidden;
  padding-top: 121.39%;
}
.topProductsBox-slider-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center;
  transition: width 0.3s;
}
.topProductsBox-slider-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 24px;
  padding-right: 35px;
}
.topProductsBox-slider-progress {
  margin: 68px 0 0 11.5%;
  width: calc(88.5% - 220px);
  background: #D0D0D0;
  border-radius: 10em;
}
.topProductsBox-slider-progress-bar {
  width: 0;
  height: 4px;
  background: #B50033;
  border-radius: 10em;
  transition: width 400ms ease;
}
.topProductsBox-slider .splide__arrows {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 40px 0 0;
}
.topProductsBox-slider .splide__arrows .splide__arrow {
  position: static;
  width: 60px;
  height: 60px;
  background: #FFF;
  border: 1px solid #D0D0D0;
  opacity: 0.5;
  transform: translateX(0);
  transition: opacity 0.3s;
}
.topProductsBox-slider .splide__arrows .splide__arrow svg {
  fill: #8B8B8B;
  height: auto;
  width: auto;
  transition: fill 0.3s;
}
.topProductsBox-slider .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
}
.topProductsBox-slider .splide__arrows .splide__arrow:disabled svg {
  fill: #8B8B8B;
}
@media screen and (min-width: 901px) {
  .topProductsBox-slider .splide__arrows .splide__arrow {
    /* - hover - */
  }
  .topProductsBox-slider .splide__arrows .splide__arrow:hover {
    opacity: 1;
  }
  .topProductsBox-slider .splide__arrows .splide__arrow:hover svg {
    fill: #B50033;
  }
}
.topProductsBox-slider .splide__arrows .splide__arrow--prev {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .topProductsBox .h2Box {
    font-size: 12px;
  }
  .topProductsBox .h2Box > span {
    font-size: 40px;
    letter-spacing: -0.01em;
    margin-top: 6px;
  }
  .topProductsBox-txt01 {
    margin-top: 21px;
    max-width: none;
  }
  .topProductsBox-slider {
    margin-top: 12px;
    /* - プログレスバー - */
    /* - 矢印 - */
  }
  .topProductsBox-slider a::after {
    bottom: 11px;
    width: 12px;
    height: 4px;
  }
  .topProductsBox-slider-txt {
    font-size: 16px;
    margin-top: 16px;
  }
  .topProductsBox-slider-progress {
    margin: 25px 20px 0;
    width: 100%;
  }
  .topProductsBox-slider .splide__arrows {
    display: none;
  }
}

/* -- topSearchBox -- */
.topSearchBox {
  margin-top: 100px;
  padding: 61px 0 67px;
  background: #272931;
}
.topSearchBox .inner1080 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.topSearchBox .h2Box {
  margin: 0;
}
.topSearchBox .h2Box > span {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #FFF;
}
.topSearchBox-btn {
  margin-top: 6px;
  max-width: 500px;
  width: calc(100% - 350px);
  background: #FFF;
}
.topSearchBox-btn a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #272727;
  padding: 0 60px;
  height: 90px;
  position: relative;
  border: 2px solid #DDD;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.topSearchBox-btn a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 37px;
  margin: auto;
  width: 17px;
  height: 16px;
  background: url(../img/common/icon_search.svg) no-repeat center/100% auto;
  content: "";
}
.topSearchBox-btn a svg path {
  stroke: #B50033;
  transition: stroke 0.3s;
}
@media screen and (min-width: 901px) {
  .topSearchBox-btn a {
    /* - hover - */
  }
  .topSearchBox-btn a:hover {
    color: #fff;
    background: #B50033;
    border-color: #B50033;
    opacity: 1;
  }
  .topSearchBox-btn a:hover svg path {
    stroke: #fff;
  }
}
@media screen and (max-width: 900px) {
  .topSearchBox {
    margin-top: 60px;
    padding: 20px 0 30px;
  }
  .topSearchBox .inner1080 {
    display: block;
  }
  .topSearchBox .h2Box > span {
    font-size: 40px;
    letter-spacing: -0.025em;
  }
  .topSearchBox-btn {
    margin-top: 18px;
    max-width: none;
    width: 100%;
  }
  .topSearchBox-btn a {
    font-size: 14px;
    padding: 0 20px 0 30px;
    height: 58px;
  }
  .topSearchBox-btn a svg {
    position: relative;
    right: 0;
    width: 16px;
    height: 14px;
    margin: 0 0 0 16px;
  }
}

/* -- topApplicationBox -- */
.topApplicationBox {
  position: relative;
  margin-top: 149px;
  padding: 0 11.4% 0 41.3%;
}
.topApplicationBox .h2Box {
  font-size: 15px;
  margin: 0 0 0;
}
.topApplicationBox .h2Box > span {
  font-size: 70px;
}
.topApplicationBox-txt01 {
  margin-top: 38px;
}
.topApplicationBox-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.topApplicationBox-btn li {
  width: 50%;
}
.topApplicationBox-btn li:nth-child(-n+2) a > * {
  border-top: 1px solid #D0D0D0;
}
.topApplicationBox-btn a {
  display: block;
  height: 100%;
}
.topApplicationBox-btn a > *:not(.topApplicationBox-btn-img) {
  position: relative;
  height: 100%;
  padding: 20px 45px 46px 11px;
  border-bottom: 1px solid #D0D0D0;
}
.topApplicationBox-btn a > *:not(.topApplicationBox-btn-img)::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #B50033;
  content: "";
  transition: width 0.4s;
}
.topApplicationBox-btn a > *:not(.topApplicationBox-btn-img)::after {
  display: block;
  position: absolute;
  top: 54px;
  right: 21px;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_red.svg) no-repeat center/100% auto;
  content: "";
  transition: right 0.4s;
}
@media screen and (min-width: 901px) {
  .topApplicationBox-btn a {
    /* - hover - */
  }
  .topApplicationBox-btn a:hover {
    opacity: 1;
  }
  .topApplicationBox-btn a:hover > *:not(.topApplicationBox-btn-img)::before {
    width: 100%;
  }
  .topApplicationBox-btn a:hover > *:not(.topApplicationBox-btn-img)::after {
    right: 10px;
  }
  .topApplicationBox-btn a.hover .topApplicationBox-btn-img {
    opacity: 1;
  }
}
.topApplicationBox-btn-num {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.25px;
  color: #B50033;
}
.topApplicationBox-btn-tit {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.025em;
  margin: 6px 0 0 10px;
}
.topApplicationBox-btn-subTit {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  color: #8B8B8B;
  margin: 6px 0 0 20px;
}
.topApplicationBox-btn-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35.7%;
  opacity: 0;
  transition: opacity 0.4s;
}
.topApplicationBox-btn-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center;
}
@media screen and (max-width: 900px) {
  .topApplicationBox {
    margin-top: 60px;
    padding: 0 20px;
  }
  .topApplicationBox .h2Box {
    font-size: 12px;
  }
  .topApplicationBox .h2Box > span {
    font-size: 40px;
    letter-spacing: -0.01em;
    margin-top: 6px;
  }
  .topApplicationBox-txt01 {
    margin-top: 24px;
  }
  .topApplicationBox-btn {
    margin-top: 23px;
  }
  .topApplicationBox-btn li:nth-child(2n+1) a > * {
    border-right: 1px solid #D0D0D0;
  }
  .topApplicationBox-btn a > *:not(.topApplicationBox-btn-img) {
    padding: 17px 10px 36px 10px;
  }
  .topApplicationBox-btn a > *:not(.topApplicationBox-btn-img)::after {
    top: auto;
    bottom: 15px;
    right: 11px;
    width: 14px;
    height: 5px;
  }
  .topApplicationBox-btn-num {
    font-size: 8px;
  }
  .topApplicationBox-btn-tit {
    font-size: 18px;
    margin: 6px 0 0 10px;
  }
  .topApplicationBox-btn-subTit {
    font-size: 8px;
    margin: 5px 0 0 10px;
  }
  .topApplicationBox-btn-img {
    display: none;
  }
  .topApplicationBox .commonBtn {
    letter-spacing: 0.05em;
    margin-top: 33px;
  }
  .topApplicationBox .commonBtn a::after {
    top: -3px;
    margin-left: 19px;
    width: 54px;
    height: 54px;
  }
}

/* -- topApplicationBox -- */
.topOtherBox {
  margin-top: 122px;
  background: #272931;
}
.topOtherBox * {
  color: #FFF;
}
.topOtherBox .inner1080 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topOtherBox-lbox {
  position: relative;
  width: 43.5%;
}
.topOtherBox-lbox-tit {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.05em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 171px;
  z-index: 20;
}
.topOtherBox-lbox-tit span {
  display: inline-block;
  position: absolute;
}
.topOtherBox-lbox-tit span:first-child {
  top: -8px;
  right: 0;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
}
.topOtherBox-lbox-tit span:last-child {
  bottom: 4px;
  left: 24px;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: bottom left;
}
.topOtherBox-lbox-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 59.6%;
  z-index: 10;
}
.topOtherBox-lbox-img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59.6%;
}
.topOtherBox-rbox {
  width: 43.5%;
  padding: 148px 0 159px;
}
.topOtherBox-rbox-tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.topOtherBox-rbox-txt {
  margin-top: 40px;
}
.topOtherBox-rbox-txt > *:not(:last-child) {
  margin-bottom: 14px;
}
.topOtherBox-rbox-link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
}
.topOtherBox-rbox-link a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 1.68;
  letter-spacing: 0.025em;
  position: relative;
  padding: 0 50px 0 20px;
  width: 50%;
  height: 8rem;
  border: 1px solid #DFDFEA;
  border-right: none;
  border-left: none;
  transition: border 0.15s;
}
.topOtherBox-rbox-link a:not(:nth-last-child(-n+2)) {
  border-bottom: none;
}
.topOtherBox-rbox-link a::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  margin: auto;
  width: 0;
  border: 1px solid #FFF;
  border-right: none;
  border-left: none;
  content: "";
  transition: width 0.4s;
}
.topOtherBox-rbox-link a::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  margin: auto;
  width: 20px;
  height: 5px;
  background: url(../img/common/arrow_white.svg) no-repeat center/100% auto;
  content: "";
  transition: right 0.4s;
}
@media screen and (min-width: 901px) {
  .topOtherBox-rbox-link a:hover {
    opacity: 1;
  }
  .topOtherBox-rbox-link a:hover::after {
    right: 10px;
  }
  .topOtherBox-rbox-link a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .topOtherBox {
    margin-top: 57px;
  }
  .topOtherBox .inner1080 {
    display: block;
  }
  .topOtherBox-lbox {
    margin: 0 -20px;
    width: auto;
    height: 180px;
  }
  .topOtherBox-lbox-tit {
    font-size: 43px;
    width: 100%;
    top: 60px;
    left: -5px;
  }
  .topOtherBox-lbox-tit span {
    display: block;
    position: static;
    margin: 0 auto;
    width: fit-content;
  }
  .topOtherBox-lbox-tit span:first-child {
    padding-right: 31%;
    transform: rotate(0) translateX(0);
  }
  .topOtherBox-lbox-tit span:last-child {
    margin-top: -2px;
    padding-left: 21.5%;
    transform: rotate(0) translateX(0);
  }
  .topOtherBox-lbox-img01 {
    overflow: hidden;
    width: 66.2%;
    height: 120px;
  }
  .topOtherBox-lbox-img01 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    object-position: 50% 60%;
  }
  .topOtherBox-lbox-img02 {
    overflow: hidden;
    width: 66.2%;
    height: 120px;
  }
  .topOtherBox-lbox-img02 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    object-position: 50% 70%;
  }
  .topOtherBox-rbox {
    width: auto;
    padding: 42px 0 64px;
  }
  .topOtherBox-rbox-tit {
    font-size: 22px;
    line-height: 1.5;
  }
  .topOtherBox-rbox-txt {
    margin-top: 17px;
  }
  .topOtherBox-rbox-txt > *:not(:last-child) {
    margin-bottom: 6px;
  }
  .topOtherBox-rbox-link {
    margin-top: 33px;
  }
  .topOtherBox-rbox-link a {
    padding: 4px 50px 0 20px;
    width: 100%;
    height: 60px;
    border-right: none;
  }
  .topOtherBox-rbox-link a:not(:last-child) {
    border-bottom: none;
  }
  .topOtherBox-rbox-link a::after {
    top: 0;
  }
}

/* -- topNewsBox -- */
.topNewsBox {
  margin-top: 120px;
}
.topNewsBox .inner1080 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topNewsBox-lbox {
  width: 320px;
}
.topNewsBox-lbox .h2Box {
  font-size: 15px;
  margin: 0 0 0;
}
.topNewsBox-lbox .h2Box > span {
  font-size: 70px;
}
.topNewsBox .commonBtn {
  margin-top: 28px;
  width: fit-content;
  letter-spacing: 0.05em;
}
.topNewsBox .commonBtn a::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #B50033;
  content: "";
  transition: width 0.4s;
}
.topNewsBox .commonBtn a:after {
  margin-left: 14px;
  border-color: #D0D0D0;
  background: #FFF url(../img/common/icon_leader.svg) no-repeat center/13px auto;
  transition: border 0.15s, background-color 0.15s;
}
@media screen and (min-width: 901px) {
  .topNewsBox .commonBtn a {
    /* - hover - */
  }
  .topNewsBox .commonBtn a:hover::before {
    width: calc(100% - 69px);
  }
  .topNewsBox .commonBtn a:hover::after {
    border-color: #B50033;
    background-color: transparent;
  }
}
.topNewsBox-rbox {
  margin-top: 25px;
  width: calc(100% - 380px);
}
@media screen and (max-width: 900px) {
  .topNewsBox {
    margin-top: 60px;
  }
  .topNewsBox .inner1080 {
    display: block;
  }
  .topNewsBox-lbox {
    width: auto;
  }
  .topNewsBox-lbox .h2Box {
    font-size: 12px;
  }
  .topNewsBox-lbox .h2Box > span {
    font-size: 40px;
    letter-spacing: -0.01em;
    margin-top: 6px;
  }
  .topNewsBox .commonBtn {
    letter-spacing: 0.05em;
    margin-top: 33px;
  }
  .topNewsBox .commonBtn a:after {
    top: -3px;
    margin-left: 15px;
    width: 54px;
    height: 54px;
  }
  .topNewsBox-rbox {
    margin-top: 7px;
    width: auto;
  }
}

/* -- topBlankBox -- */
.topBlankBox {
  margin-top: 120px;
}
.topBlankBox .linkImgBox01 {
  margin-top: 0;
}
.topBlankBox .linkImgBox01 > *.txtlink[target=_blank]::before {
  right: 9px;
}
.topBlankBox .linkImgBox01 > *.txtlink[target=_blank]::after {
  right: 6px;
}
.topBlankBox .linkImgBox01-img img {
  padding-bottom: 0;
  width: 100%;
}
.topBlankBox .linkImgBox01-txt {
  font-weight: normal;
  margin-top: 18px;
}
.topBlankBox .linkImgBox01-txt span {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .topBlankBox .linkImgBox01 {
    /* - hover - */
  }
  .topBlankBox .linkImgBox01 a:hover .linkImgBox01-img img {
    width: 110%;
  }
}
@media screen and (max-width: 900px) {
  .topBlankBox {
    margin-top: 57px;
  }
  .topBlankBox .linkImgBox01-txt {
    font-size: 15px;
    margin-top: 18px;
  }
  .topBlankBox .linkImgBox01-txt span {
    font-size: 14px;
  }
}/*# sourceMappingURL=top.css.map */