@charset "UTF-8";
/*reset*/
* {
  padding-left: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a img {
  display: block;
}

ul li, ol li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*common*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000;
  scroll-behavior: smooth;
  background: #fff;
}

.en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}
body h1, body h2, body h3, body h4, body h5, body p, body li {
  letter-spacing: 0;
  font-weight: 300;
  font-feature-settings: "palt";
}
body p {
  line-height: 1.8;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  body p {
    font-size: clamp(14px, 1.7vw, 18px);
  }
}

a:hover {
  cursor: pointer;
}

a.line {
  position: relative;
  display: inline-block;
}
a.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
a.line:hover {
  opacity: 0.8;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 4vw);
}
@media print, screen and (min-width: 980px) {
  .container {
    width: calc(100% - 8vw);
  }
}
@media print, screen and (min-width: 1200px) {
  .container {
    width: calc(100% - 12.15vw);
  }
}
@media print, screen and (min-width: 1366px) {
  .container {
    width: 100%;
  }
}

/*余白*/
.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.com-btm {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .com-btm {
    margin-bottom: 30px;
  }
}

/*背景色*/
.bg-blue {
  background: #448aca;
  color: #fff;
}

.bg-w {
  background: #fff;
}

/*文字色*/
.yellow {
  color: #f6e526;
}

.pc-view {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  overflow: hidden;
  transition: opacity 1.5s, transform 1s;
}
.fade.toleft {
  transform: translateX(30px);
}
.fade.toright {
  transform: translateX(-30px);
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

#solution #durability, #solution #lightness, #solution #waperproof {
  margin-bottom: 120px;
  position: relative;
}
@media print, screen and (max-width: 639px) {
  #solution #durability > img, #solution #lightness > img, #solution #waperproof > img {
    margin-top: 32px;
  }
}
#solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
  position: absolute;
  top: 24px;
  left: 2vw;
}
@media print, screen and (max-width: 639px) {
  #solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
    top: 12px;
  }
}
@media print, screen and (min-width: 980px) {
  #solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
    left: 4vw;
  }
}
@media print, screen and (min-width: 1200px) {
  #solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
    left: 6.075vw;
  }
}
@media print, screen and (min-width: 1366px) {
  #solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
    left: calc((100% - 1200px) / 2);
  }
}
#solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
  line-height: 0.8;
}
@media print, screen and (min-width: 768px) {
  #solution #durability h2, #solution #lightness h2, #solution #waperproof h2 {
    line-height: 1;
  }
}
#solution #durability h2 .en, #solution #lightness h2 .en, #solution #waperproof h2 .en {
  font-size: clamp(32px, 5.56vw, 72px);
  color: #448aca;
}
@media print, screen and (min-width: 1200px) {
  #solution #durability h2 .en, #solution #lightness h2 .en, #solution #waperproof h2 .en {
    line-height: 1.1;
  }
}
#solution #durability h2 .ja, #solution #lightness h2 .ja, #solution #waperproof h2 .ja {
  font-size: clamp(14px, 1.75vw, 72px);
  background: #448aca;
  color: #fff;
  padding: 4px 16px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  #solution #durability h2 .ja, #solution #lightness h2 .ja, #solution #waperproof h2 .ja {
    transform: translateY(2px);
  }
}
@media print, screen and (max-width: 767px) {
  #solution #durability h2 .ja, #solution #lightness h2 .ja, #solution #waperproof h2 .ja {
    padding: 2px 8px;
  }
}
#solution #durability h3, #solution #lightness h3, #solution #waperproof h3 {
  color: #448aca;
  font-size: clamp(18px, 3.6vw, 50px);
  margin-bottom: 8px;
}
#solution #durability .evidence-img, #solution #lightness .evidence-img, #solution #waperproof .evidence-img {
  margin-top: 16px;
}
#solution #durability .col2 .img, #solution #lightness .col2 .img, #solution #waperproof .col2 .img {
  max-width: 320px;
  margin: 0 auto;
}
#solution #durability .col2 .img p, #solution #lightness .col2 .img p, #solution #waperproof .col2 .img p {
  font-size: 0.9em;
  line-height: 1.5;
}
@media print, screen and (min-width: 1200px) {
  #solution #durability .col2, #solution #lightness .col2, #solution #waperproof .col2 {
    display: flex;
    justify-content: space-between;
  }
  #solution #durability .col2 .txt, #solution #lightness .col2 .txt, #solution #waperproof .col2 .txt {
    width: 68%;
  }
  #solution #durability .col2 .img, #solution #lightness .col2 .img, #solution #waperproof .col2 .img {
    width: calc(100% - 32px - 68%);
  }
  #solution #durability .col2 .img img, #solution #lightness .col2 .img img, #solution #waperproof .col2 .img img {
    width: 100%;
    margin-bottom: 8px;
  }
  #solution #durability .col2.rev, #solution #lightness .col2.rev, #solution #waperproof .col2.rev {
    flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 1199px) {
  #solution #durability .col2 .txt, #solution #lightness .col2 .txt, #solution #waperproof .col2 .txt {
    margin-bottom: 32px;
  }
}
#solution #durability p, #solution #lightness p, #solution #waperproof p {
  color: #448aca;
  line-height: 2;
  margin-bottom: 1em;
}
#solution #durability p:last-of-type, #solution #lightness p:last-of-type, #solution #waperproof p:last-of-type {
  margin-bottom: 0;
}

#solution > div:nth-of-type(odd) {
  background: linear-gradient(-6deg, rgba(92, 202, 223, 0.37) 10%, rgba(160, 217, 237, 0.37) 20%, rgba(184, 235, 245, 0.37));
  padding-bottom: 80px;
}

#selectbag {
  width: 100%;
  overflow: hidden;
}
#selectbag h2 {
  color: #448aca;
  text-align: center;
  font-size: clamp(18px, 1.7vw, 24px);
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
  #selectbag h2 {
    font-size: 20px;
    padding-top: 20px;
  }
}
#selectbag h2 span.en {
  font-size: clamp(24px, 5.8vw, 80px);
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  #selectbag h2 span.en {
    font-size: 48px;
  }
}
#selectbag .bnr-wrap {
  max-width: 1366px;
  margin: 0 auto 80px;
}
#selectbag .bnr-wrap h3 {
  width: 1366px;
  max-width: 100%;
  margin-bottom: 48px;
  cursor: pointer;
}
#selectbag .bnr-wrap h3.r span {
  margin: 0 0 0 auto;
}
#selectbag .bnr-wrap h3 span {
  max-width: 1236px;
  position: relative;
  line-height: 16px;
  font-size: 16px;
  display: block;
}
#selectbag .bnr-wrap h3 span::after {
  content: "VIEW MORE▼";
  display: inline-block;
  background-color: #46c0d3;
  border-radius: 0 0 8px 8px;
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -24px;
  transform: translateY(-1px);
}
#selectbag .bnr-wrap h3.r span::after {
  left: 0;
  right: unset;
}
#selectbag .bag-function {
  max-width: 960px;
  margin: 0 auto 32px;
}

.wrap-bag {
  display: none;
}

.bnr-wrap.view .wrap-bag {
  display: block;
}

#selectbag .bnr-wrap.view h3 span::after {
  display: none;
}

#selectbag .bnr-wrap.view .close {
  text-align: right;
}
#selectbag .bnr-wrap.view .close a {
  display: inline-block;
  background-color: #46c0d3;
  border-radius: 8px;
  padding: 4px 8px;
  color: #fff;
  margin: 0 0 0 auto;
}

.wrap-bag .bag-function .intro, .wrap-bag .bag-colors .intro {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .intro, .wrap-bag .bag-colors .intro {
    margin-bottom: 50px;
  }
}
.wrap-bag .bag-function .intro .ttl, .wrap-bag .bag-function .intro p, .wrap-bag .bag-colors .intro .ttl, .wrap-bag .bag-colors .intro p {
  color: #448aca;
}
@media print, screen and (max-width: 767px) {
  .wrap-bag .bag-function .intro p, .wrap-bag .bag-colors .intro p {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .intro p, .wrap-bag .bag-colors .intro p {
    font-size: 18px;
  }
}
.wrap-bag .bag-function .intro .ttl, .wrap-bag .bag-colors .intro .ttl {
  font-size: 38px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .intro .ttl, .wrap-bag .bag-colors .intro .ttl {
    font-size: clamp(38px, 5.83vw, 70px);
    margin-bottom: 30px;
  }
}

.wrap-bag .bag-function .functions {
  counter-reset: func-no;
}
.wrap-bag .bag-function .functions .item img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .functions {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-bag .bag-function .functions .item {
    width: calc((100% - 3.33vw) / 2);
  }
  .wrap-bag .bag-function .functions .item:nth-of-type(odd) {
    margin-right: 3.33vw;
  }
}
.wrap-bag .bag-function .functions .item .caption {
  display: flex;
  min-height: 4.5em;
  color: #448aca;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .functions .item .caption {
    margin: 20px 0 70px;
  }
}
.wrap-bag .bag-function .functions .item .caption p {
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .functions .item .caption p {
    font-size: 17px;
  }
}
.wrap-bag .bag-function .functions .item .caption p small {
  font-size: 0.75em;
  line-height: 1.2;
}
.wrap-bag .bag-function .functions .item .caption::before {
  counter-increment: func-no;
  content: counter(func-no, decimal-leading-zero);
  display: block;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8;
  padding-right: clamp(15px, 3.3vw, 40px);
  margin-right: clamp(15px, 3.3vw, 40px);
  border-right: solid 1px #448aca;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function .functions .item .caption::before {
    font-size: clamp(20px, 5.88vw, 70px);
  }
}
.wrap-bag .bag-function .functions .item .caption::before {
  display: flex;
  align-items: center;
}

.wrap-bag .bag-function {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-function {
    margin-bottom: 150px;
  }
}

.wrap-bag .bag-colors {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .bag-colors {
    margin-bottom: 100px;
  }
}

.wrap-bag .cv {
  margin-bottom: 60px;
}
.wrap-bag .cv a {
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
}
.wrap-bag .cv a .en {
  color: #f6e526;
  display: block;
  font-size: clamp(38px, 4.16vw, 40px);
}
@media print, screen and (min-width: 640px) {
  .wrap-bag .cv a {
    width: 66%;
  }
}
.wrap-bag .cv a:hover {
  transition: 0.3s;
  color: #448aca;
  background: #fff;
  border: solid 1px #448aca;
}
.wrap-bag .cv a:hover .en {
  color: #448aca;
}
@media print, screen and (min-width: 768px) {
  .wrap-bag .cv {
    margin-bottom: 100px;
  }
}

footer {
  text-align: center;
  padding-bottom: 80px;
}
footer a {
  color: #448aca;
}
@media print, screen and (min-width: 768px) {
  footer .item:last-of-type {
    text-align: right;
  }
}
@media print, screen and (max-width: 767px) {
  footer .item {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .flex_pc {
    display: flex;
  }
  .flex_pc .item {
    width: 50%;
  }
}
.slide-in {
  overflow: hidden;
  display: block;
}

.slide-in_inner {
  display: block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */