@charset "UTF-8";
html {
  font-size: calc(100vw / 1700 * 23);
}
@media (1700px < width) {
  html {
    font-size: 23px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 430 * 13);
  }
}

body {
  min-width: inherit;
}

section {
  margin-bottom: 0;
}

body p {
  line-height: 1.6;
}

ul {
  list-style: none;
}

video {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.fs-c-heading--page {
  display: none;
}

.fs-l-page {
  min-width: inherit;
}

.fs-l-main {
  display: block;
  max-width: inherit;
  padding: 0;
}
.fs-l-main .fs-l-pageMain {
  max-width: inherit;
}

.fs-l-footer {
  margin-top: 0;
}

/********************************************
* Component
********************************************/
.c-btn {
  text-align: center;
  display: inline-block;
}
.c-btn__link {
  border-radius: 999px;
  transition: 0.3s;
  border: 1px solid #393a72;
  background: #393a72;
  color: #fff !important;
  display: block;
  padding: 0.652173913rem 3.0434782609rem 0.652173913rem 2.1739130435rem;
  position: relative;
  font-size: 0.8260869565rem;
  line-height: 1;
}
@media (width <= 768px) {
  .c-btn__link {
    font-size: 1.1538461538rem;
    padding: 1.1538461538rem 5.3846153846rem 1.1538461538rem 3.8461538462rem;
  }
}
.c-btn__link:visited {
  color: #fff;
}
.c-btn__link:hover {
  background: #fff;
  color: #393a72 !important;
}
.c-btn__link:hover:after {
  background: #393a72;
}
.c-btn__link span {
  position: absolute;
  right: 0.8695652174rem;
  transform: scale(0.8, 2.5);
}
@media (width <= 768px) {
  .c-btn__link span {
    font-size: 1.1538461538rem;
    top: 1rem;
  }
}

.c-check-list__item {
  background: url(../images/outer2024/check.png) no-repeat;
  background-position: left 0.2173913043rem;
  background-size: 1.1995652174rem;
  padding-left: 1.5217391304rem;
  font-size: 0.8695652174rem;
}
@media (width <= 768px) {
  .c-check-list__item {
    font-size: 0.9230769231rem;
  }
}
.c-check-list__item:not(:last-of-type) {
  margin-bottom: 0.8em;
}

.c-feature-list {
  margin-left: 2em;
  padding-right: 0.8695652174rem;
}
@media (width <= 768px) {
  .c-feature-list {
    padding-right: 0;
  }
}
.c-feature-list__item {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .c-feature-list__item {
    margin-bottom: 1.5rem;
  }
}
.c-feature-list__item::marker {
  font-weight: 700;
}

.c-other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 3.0434782609rem 6.5217391304rem;
  text-align: left;
}
@media (width <= 768px) {
  .c-other-list {
    overflow-x: scroll;
    flex-wrap: inherit;
    gap: 1.5384615385rem;
    margin-right: -1.5384615385rem;
  }
}
.c-other-list__item {
  width: 19.1304347826rem;
}
@media (width <= 768px) {
  .c-other-list__item {
    width: 13.8461538462rem;
    flex-shrink: 0;
  }
}
.c-other-list__img {
  margin-bottom: 0.4347826087rem;
}
.c-other-list .c-title__h3 {
  margin-bottom: 0.652173913rem;
}
.c-other-list__p {
  font-size: 1rem;
}

.c-inner {
  max-width: 73.9130434783rem;
  margin: 0 auto;
  padding: 4.347826087rem 1.7391304348rem;
  box-sizing: content-box;
}
@media (width <= 768px) {
  .c-inner {
    max-width: inherit;
    padding: 2.3076923077rem 1.5384615385rem;
  }
}

.c-title__h2 {
  font-size: 1.2173913043rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.7391304348rem;
}
@media (width <= 768px) {
  .c-title__h2 {
    font-size: 1.3846153846rem;
    margin-bottom: 1.5384615385rem;
  }
}
.c-title__h3 {
  font-weight: 700;
  font-size: 1.0869565217rem;
}
@media (width <= 768px) {
  .c-title__h3 {
    font-size: 1.1538461538rem;
  }
}
.c-title--under {
  border-bottom: 0.1304347826rem solid #696CBC;
  display: inline-block;
  margin-bottom: 2.6086956522rem;
}

.c-page-top {
  width: 2.7826086957rem;
  display: block;
  position: fixed;
  right: 1.7391304348rem;
  bottom: 1.7391304348rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
@media (width <= 768px) {
  .c-page-top {
    right: 1.5384615385rem;
    bottom: 1.5384615385rem;
  }
}
.c-page-top.is-scrolled {
  visibility: visible;
  opacity: 1;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* Project
********************************************/
.p-mv {
  margin-bottom: 3.4782608696rem;
}
.p-mv img {
  width: 100%;
  margin-bottom: 0.8695652174rem;
}
@media (width <= 768px) {
  .p-mv img {
    margin-bottom: 0;
  }
}
.p-mv__p {
  font-size: 1.0869565217rem;
  text-align: center;
}
@media (width <= 768px) {
  .p-mv__p {
    font-size: 1.3846153846rem;
    padding: 1.5384615385rem 1.1538461538rem;
  }
}

@media (width <= 768px) {
  .p-menu .c-title__h2 {
    font-size: 1.5384615385rem;
  }
}
.p-menu__item {
  width: 17.652173913rem;
}
.p-menu__item:nth-of-type(2n) {
  background: #e4e8f2;
}
.p-menu__img {
  margin-bottom: 0.347826087rem;
}
.p-menu__title {
  font-size: 0.8695652174rem;
  font-weight: 700;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  margin-bottom: 0.8695652174rem;
  padding-bottom: 0.652173913rem;
}
@media (width <= 768px) {
  .p-menu__title {
    font-size: 0.8461538462rem;
    margin-bottom: 1.5384615385rem;
    padding-bottom: 0.7692307692rem;
  }
}
.p-menu__text {
  padding: 0.2608695652rem 0.2608695652rem 1.3043478261rem;
}
.p-menu .c-check-list {
  margin-left: 3.9130434783rem;
}
@media (width <= 768px) {
  .p-menu .c-check-list {
    margin-left: 0.7692307692rem;
  }
}
.p-menu .swiper-button-next,
.p-menu .swiper-button-prev {
  color: #fff;
}
.p-menu .swiper-wrapper {
  transition-timing-function: linear;
}

.p-item {
  text-align: center;
}
.p-item:nth-of-type(2n + 1) {
  background: #eeeeee;
}
.p-item:nth-of-type(2n) {
  background: #e4e8f2;
}
.p-item__p {
  font-size: 1.3043478261rem;
  text-align: center;
  margin-bottom: 1.1739130435rem;
}
@media (width <= 768px) {
  .p-item__p {
    font-size: 1.1538461538rem;
    margin-top: -1.1538461538rem;
  }
}
.p-item .c-inner {
  padding: 4.347826087rem 0;
}
@media (width <= 768px) {
  .p-item .c-inner {
    padding: 3.0769230769rem 0;
  }
}
.p-item__inner {
  display: flex;
  width: 73.9130434783rem;
  margin: 0 auto;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-item__inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
.p-item__thumb {
  width: 43.4782608696rem;
}
@media (width <= 768px) {
  .p-item__thumb {
    width: 100%;
  }
}
@media (width <= 768px) {
  .p-item__thumb .p-item__color {
    display: none;
  }
}
.p-item__video {
  margin-bottom: 0.652173913rem;
}
.p-item__text {
  width: 26.5217391304rem;
}
@media (width <= 768px) {
  .p-item__text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1.5384615385rem;
    align-items: center;
  }
}
.p-item__text-img {
  width: 23.0434782609rem;
  margin-bottom: 1.5217391304rem;
}
@media (width <= 768px) {
  .p-item__text-img {
    width: 15.3846153846rem;
  }
}
.p-item__color {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.8695652174rem;
}
@media (width <= 768px) {
  .p-item__color {
    width: 100%;
    padding-left: 0;
  }
}
.p-item__color-title-img {
  width: 7.6086956522rem;
  margin-bottom: 1.3043478261rem;
}
@media (width <= 768px) {
  .p-item__color-title-img {
    width: 4.6923076923rem;
  }
}
.p-item__color-p {
  font-size: 0.8695652174rem;
}
@media (width <= 768px) {
  .p-item__color-p {
    font-size: 0.9230769231rem;
  }
}
.p-item .c-feature-list {
  text-align: left;
}
@media (width <= 768px) {
  .p-item .c-feature-list {
    width: 11.5384615385rem;
  }
}
.p-item--downjacket .p-item__color-img {
  width: 28.9130434783rem;
}
@media (width <= 768px) {
  .p-item--downjacket .p-item__color-img {
    width: 19.4615384615rem;
  }
}
.p-item--boavest .p-item__color-img {
  width: 25.1739130435rem;
}
@media (width <= 768px) {
  .p-item--boavest .p-item__color-img {
    width: 19.3846153846rem;
  }
}
.p-item--mtjacket .p-item__color-img {
  width: 34.7826086957rem;
}
@media (width <= 768px) {
  .p-item--mtjacket .p-item__color-img {
    width: 24.6153846154rem;
  }
}
.p-item--warmvest .p-item__color-img {
  width: 30.2608695652rem;
}
@media (width <= 768px) {
  .p-item--warmvest .p-item__color-img {
    width: 19.3846153846rem;
  }
}
.p-item--shieldcoatjacket .p-item__color-img {
  width: 25.0869565217rem;
}
@media (width <= 768px) {
  .p-item--shieldcoatjacket .p-item__color-img {
    width: 20.4615384615rem;
  }
}
.p-item--dufflecoat .p-item__color-img {
  width: 28.5217391304rem;
}
@media (width <= 768px) {
  .p-item--dufflecoat .p-item__color-img {
    width: 21.5384615385rem;
  }
}
.p-item--backlessvest .p-item__color-img {
  width: 20.4782608696rem;
}
@media (width <= 768px) {
  .p-item--backlessvest .p-item__color-img {
    width: 13.8461538462rem;
  }
}
.p-item .c-btn {
  margin-top: 1.7391304348rem;
}

.p-other-item {
  text-align: center;
}
.p-other-item:not(.first) .c-inner {
  padding-top: 0;
}
@media (width <= 768px) {
  .p-other-item .c-title__h2 {
    font-size: 1.3461538462rem;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
.u-pc--inline {
  display: inline;
}
.u-pc--iblock {
  display: inline-block;
}
.u-pc--flex {
  display: flex;
}
.u-pc--table {
  display: table;
}

.u-sp {
  display: none;
}
.u-sp--inline {
  display: none;
}
.u-sp--iblock {
  display: none;
}
.u-sp--flex {
  display: none;
}
.u-sp--table {
  display: none;
}

.u-ofit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-fade-in {
  opacity: 0;
  transform: translateY(1.3043478261rem);
  transition: 0.8s;
}
@media (width <= 768px) {
  .u-fade-in {
    transform: translateY(2.3076923077rem);
  }
}
.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-text--default {
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.u-text--mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-text_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ccc;
  line-height: 1.5;
}
.u-text_ellipsis--multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
.u-text_ellipsis--multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}
.u-text_ellipsis--line2 {
  max-height: 3em;
}
.u-text_ellipsis--line3 {
  max-height: 4.5em;
}
.u-text_ellipsis--line4 {
  max-height: 6em;
}
.u-text_ellipsis--line5 {
  max-height: 7.5em;
}

.u-color__yellow {
  color: yellow;
}

@media (width <= 768px) {
  .u-pc {
    display: none;
  }
  .u-pc--inline {
    display: none;
  }
  .u-pc--iblock {
    display: none;
  }
  .u-pc--flex {
    display: none;
  }
  .u-pc--table {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp--inline {
    display: inline;
  }
  .u-sp--iblock {
    display: inline-block;
  }
  .u-sp--flex {
    display: flex;
  }
  .u-sp--table {
    display: table;
  }
}