@charset "UTF-8";
/* css pc */
main {
  /*overflow: hidden;*/
}
a {
  text-decoration: none !important;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
img {
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
.contents {
  padding: 0 0 150px 0;
}
.contents .inner {
  width: 900px;
  margin: 0 auto;
}
.contents .flex {
  display: flex;
}
.contents h2 {
  text-align: center;
  font: 600 40px/1 "Roboto", sans-serif;
  margin: 200px 0 0;
}
.contents .mv {
  width: 100%;
}
.contents .mv img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents .sec01 {
  font: 400 20px/2 "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 50px auto 0;
}
.contents .sec01 p:not(:nth-child(1)) {
  margin: 1em 0 0;
}
.contents .sec01__btn {
  margin: 50px auto 0;
  padding: 0;
}
.contents .sec01__btn a {
  width: 520px;
  height: 68px;
  font: 700 20px/1 "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .sec02 {
  margin: 180px 0 0;
  position: relative;
}
.contents .sec02::before {
  content: '';
  display: inline-block;
  width: 650px;
  height: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/img/feature/m-colorsweat-251002/bg_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.contents .sec02__inner {
  justify-content: space-between;
  column-gap: 50px;
  align-items: flex-end;
}
.contents .sec02__column {
  flex: 1;
}
.contents .sec02__column:nth-of-type(2) {
  flex-flow: column;
  grid-row-gap: 50px;
}
.contents .sec02__card {
  position: relative;
}
.contents .sec02__card::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.contents .sec02__card01 {
  flex-flow: column;
}
.contents .sec02__card01::before {
  width: 111px;
  height: 66px;
  top: -30px;
  right: 10px;
  background-image: url("/img/feature/m-colorsweat-251002/point01.png");
  z-index: 1;
}
.contents .sec02__card01 .sec02__txt {
  margin: 1em 0 0;
}
.contents .sec02__card02 {
  align-items: center;
  column-gap: 20px;
}
.contents .sec02__card02::before {
  width: 116px;
  height: 66px;
  top: -30px;
  left: 10px;
  background-image: url("/img/feature/m-colorsweat-251002/point02.png");
  z-index: 1;
}
.contents .sec02__card03 {
  align-items: center;
  column-gap: 20px;
}
.contents .sec02__card03::before {
  width: 110px;
  height: 66px;
  top: -30px;
  left: 10px;
  background-image: url("/img/feature/m-colorsweat-251002/point03.png");
  z-index: 1;
}
.contents .sec02__img {
  flex: 1;
}
.contents .sec02__txt {
  font: 400 14px/1.8 "Noto Sans JP", sans-serif;
  margin: 0;
  flex: 1;
}
.contents .sec03 {
  margin: 50px 0 0;
}
.contents .sec03__card {
  align-items: center;
  justify-content: center;
}
.contents .sec03__card__column {
  flex: 1;
  text-align: center;
}
.contents .sec03__card:nth-child(even) {
  flex-flow: row-reverse;
}
.contents .sec03__en {
  display: block;
  margin: 0 auto;
}
.contents .sec03__en__black {
  width: 94px;
}
.contents .sec03__en__green {
  width: 98px;
}
.contents .sec03__en__offwhite {
  width: 155px;
}
.contents .sec03__chip {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 50%;
}
.contents .sec03__chip__black {
  background: #000000;
}
.contents .sec03__chip__green {
  background: #46524C;
}
.contents .sec03__chip__offwhite {
  background: #EAE7E1;
}
.contents .sec03__name {
  font: 700 18px/1 "Noto Sans JP", sans-serif;
  margin: 30px 0 0;
}
.contents .sec03__btn {
  margin: 30px 0 0;
}
.contents .sec03__btn a {
  width: 250px;
  height: 50px;
}
.contents .sec04 {
  margin: 150px 0 0;
  position: relative;
}
.contents .sec04::before {
  content: '';
  display: inline-block;
  width: 560px;
  height: 560px;
  background-image: url("/img/feature/m-colorsweat-251002/bg_circle.png");
  background-size: contain;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.contents .sec04__name {
  font: 700 18px/1 "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 50px 0 0;
}
.contents .sec04__color {
  justify-content: center;
  margin: 20px 0 0;
  column-gap: 10px;
}
.contents .sec04__color span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
}
.contents .sec04__color__brown {
  background: #634744;
}
.contents .sec04__color__navy {
  background: #211F2A;
}
.contents .sec04__color__green {
  background: #1F2B2C;
}
.contents .sec04__color__black {
  background: #000;
}
.contents .sec04__color__offwhite {
  background: #EBEBF2;
}
.contents .sec04__color__gray {
  background: #9D9AA2;
}
.contents .sec04__btn {
  display: block;
  width: 520px;
  margin: 125px auto 0;
  padding: 0;
}
.contents .sec04__btn a {
  width: 520px;
  height: 68px;
  font: 700 20px/1 "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .btn__group {
  column-gap: 21px;
  width: 900px;
  justify-content: center;
  margin: 150px auto 0;
}
.contents .btn__normal {
  flex: 1;
}
.contents .btn__normal a {
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  color: #000;
  margin: 0 auto;
  background: #FFF;
  border-radius: 5em;
  cursor: pointer;
  text-align: center;
}
.contents .btn__normal a:hover {
  opacity: 0.5;
  color: #000;
  background: #FAFAFA;
}
.contents .btn__s a {
  width: 100%;
  height: 84px;
  font: 700 18px/1.4 "Noto Sans JP", sans-serif;
}
.contents .btn__totop {
  margin: 5em auto 0;
  text-align: center;
}
.contents .btn__totop a {
  position: relative;
  color: #000;
  margin-left: 1.5em;
  font: 700 18px/1 "Noto Sans JP", sans-serif;
}
.contents .btn__totop a:hover {
  color: #000;
}
.contents .btn__totop a:visited {
  color: #000;
}
.contents .btn__totop a::before {
  content: '';
  display: inline-block;
  background-image: url("/img/feature/m-colorsweat-251002/icon_home.png");
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 1px;
  left: -1.2em;
}
/*css sp*/
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 calc(100 * (100vw / 375)) 0;
    overflow: hidden;
  }
  .contents .inner {
    width: 100%;
    margin: 0 auto;
    
  }
  .contents h2 {
    font: 600 calc(40 * (100vw / 375))/1 "Roboto", sans-serif;
    margin: calc(100 * (100vw / 375)) 0 0;
  }
  .contents .mv {
    width: 100%;
  }
  .contents .mv img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contents .sec01 {
    font: 400 calc(16 * (100vw / 375))/2 "Noto Sans JP", sans-serif;
    margin: calc(30 * (100vw / 375)) auto 0;
  }
  .contents .sec01 p:not(:nth-child(1)) {
    margin: 1em 0 0;
  }
  .contents .sec01__btn {
    width: 100%;
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .sec01__btn a {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: calc(60 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375))/1 "Noto Sans JP", sans-serif;
  }
  .contents .sec02 {
    margin: calc(120 * (100vw / 375)) 0 0;
  }
  .contents .sec02::before {
    width: calc(1020 * (100vw / 375));
    height: calc(1020 * (100vw / 375));
  }
  .contents .sec02__inner {
    flex-flow: column;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .contents .sec02__column {
    flex: 1;
  }
  .contents .sec02__column:nth-of-type(2) {
    flex-flow: column;
    grid-row-gap: calc(50 * (100vw / 375));
  }
  .contents .sec02__card {
    position: relative;
  }
  .contents .sec02__card::before {
    position: absolute;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contents .sec02__card01 {
    flex-flow: column;
  }
  .contents .sec02__card01::before {
    width: calc(89 * (100vw / 375));
    height: calc(52 * (100vw / 375));
    top: calc(-20 * (100vw / 375));
    right: calc(10 * (100vw / 375));
  }
  .contents .sec02__card02 {
    align-items: center;
    column-gap: calc(15 * (100vw / 375));
    margin: calc(50 * (100vw / 375)) 0 0;
  }
  .contents .sec02__card02::before {
    width: calc(93 * (100vw / 375));
    height: calc(52 * (100vw / 375));
    top: calc(-20 * (100vw / 375));
    left: calc(10 * (100vw / 375));
  }
  .contents .sec02__card03 {
    align-items: center;
    column-gap: calc(15 * (100vw / 375));
  }
  .contents .sec02__card03::before {
    width: calc(88 * (100vw / 375));
    height: calc(52 * (100vw / 375));
    top: calc(-20 * (100vw / 375));
    left: calc(10 * (100vw / 375));
  }
  .contents .sec02__txt {
    font: 400 calc(14 * (100vw / 375))/1.8 "Noto Sans JP", sans-serif;
  }
  .contents .sec03 {
    margin: calc(30 * (100vw / 375)) auto 0;
    width: calc(100% - 30px);
  }
  .contents .sec03__card {
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .contents .sec03__card__column {
    flex: 1;
    text-align: center;
  }
  .contents .sec03__card__column:nth-child(2) {
    background: #FFF;
    width: calc(280 * (100vw / 375));
    margin: calc(-30 * (100vw / 375)) auto 0;
  }
  .contents .sec03__card:nth-child(even) {
    flex-flow: column;
  }
  .contents .sec03__card:nth-child(n+2) {
    margin: calc(50 * (100vw / 375)) auto 0;
  }
  .contents .sec03__en {
    display: block;
    margin: calc(20 * (100vw / 375)) auto 0;
  }
  .contents .sec03__en__black {
    width: calc(75 * (100vw / 375));
  }
  .contents .sec03__en__green {
    width: calc(78 * (100vw / 375));
  }
  .contents .sec03__en__offwhite {
    width: calc(124 * (100vw / 375));
  }
  .contents .sec03__chip {
    display: block;
    width: calc(50 * (100vw / 375));
    height: calc(50 * (100vw / 375));
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .contents .sec03__name {
    font: 700 18px/1.4 "Noto Sans JP", sans-serif;
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .sec03__btn {
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .sec03__btn a {
    width: calc(250 * (100vw / 375));
    height: calc(50 * (100vw / 375));
  }
  .contents .sec04 {
    margin: calc(100 * (100vw / 375)) 0 0;
    position: relative;
  }
  .contents .sec04::before {
    content: '';
    display: inline-block;
    width: calc(454 * (100vw / 375));
    height: calc(454 * (100vw / 375));
    background-size: contain;
    position: absolute;
    bottom: calc(-50 * (100vw / 375));
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .contents .sec04__img {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .contents .sec04__name {
    font: 700 18px/1.4 "Noto Sans JP", sans-serif;
    text-align: center;
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .sec04__color {
    justify-content: center;
    margin: calc(20 * (100vw / 375)) 0 0;
    column-gap: calc(10 * (100vw / 375));
  }
  .contents .sec04__color span {
    display: inline-block;
    width: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / 375));
    border: 1px solid #000;
    border-radius: 50%;
  }
  .contents .sec04__btn {
    width: 100%;
    margin: calc(100 * (100vw / 375)) auto 0 !important;
  }
  .contents .sec04__btn a {
    width: calc(100% - 30px);
    height: calc(60 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375))/1 "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__group {
    column-gap: 21px;
    width: calc(100% - 30px);
    justify-content: center;
    margin: 5em auto 0;
    flex-flow: column;
  }
  .contents .btn__normal {
    flex: 1;
  }
  .contents .btn__normal a {
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    color: #000;
    margin: 0 auto;
    background: #FFF;
    border-radius: 5em;
    cursor: pointer;
    text-align: center;
  }
  .contents .btn__normal a:hover {
    opacity: 0.5;
    color: #000;
    background: #FAFAFA;
  }
  .contents .btn__normal:nth-child(n+2) {
    margin: 1em 0 0;
  }
  .contents .btn__s a {
    width: 100%;
    height: calc(70 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375))/1.4 "Noto Sans JP", sans-serif;
  }
  .contents .btn__totop {
    margin: 5em auto 0;
    text-align: center;
  }
  .contents .btn__totop a {
    position: relative;
    color: #000;
    margin-left: 1.5em;
    font: 700 calc(18 * (100vw / 375))/1 "Noto Sans JP", sans-serif;
  }
  .contents .btn__totop a:hover {
    color: #000;
  }
  .contents .btn__totop a:visited {
    color: #000;
  }
  .contents .btn__totop a::before {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 1px;
    left: -1.2em;
  }
}
/*アニメーション*/
.fadeIn {
  opacity: 0;
  transform: translate(0, 2.5rem);
  transition: all 1s ease-out;
}
.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeView {
  opacity: 0;
  transition: 2s;
}
.fadeView.is-show {
  opacity: 1;
}