@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');


body {
  padding: 0;
  margin: 0;
}

html { font-size: 62.5%; } /* font-size‚Í16px‚Ì62.5%‚Ì10px */

a { text-decoration: none; }

#wrap img {
  line-height: 0;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

/* contents */
.img_none {display: none;}

#wrap {
  width: 1000px;
  display: block;
  margin: 0 auto;
  /* font-family: 'Noto Serif JP', sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
}

#wrap .mv {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#wrap .mv_logo .img {
  width: 100%;
}

#wrap .mv ul {
  margin-top: 0;
  margin-bottom: 0;
}

#wrap .lead {
  width: 64%;
  display: block;
  margin: 90px auto 0px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.9;
  text-align: center;
  color: #000000;
}

#wrap p {
  margin: 0;
  padding: 0;
}


/* ses */
#wrap .ses {
  width: 750px;
  display: block;
  margin: 280px auto 0;
}

#wrap .price {
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-size: 10px;
  line-height: 2;
}

#wrap .checkItem {
  width: 8.5rem;
  height: 8.5rem;
}

#wrap .btn_check {
  width: 63px;
  margin: 1.4rem auto 0 0;
}

#wrap .relativeBox {
  position: relative;
  width: 100%;
}

#wrap .relativeBox > img {
  width: 100%;
}

#wrap .btn_check02 img,
#wrap .btn_check img {
  width: 100%;
}

/* chgImg */
#wrap .crd_area {
  width: 100%;
    display: flex;
    justify-content: space-between;
}

#wrap .chgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Animation base */
.animated {
  -webkit-animation-duration: 3s;
  opacity: 0;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.imgMain {
  line-height: 0;
  filter: grayscale(100); 
  /* transition: filter 0.2s; */
}

.imgMain.on {
  filter: grayscale(0); 
  transition: filter 4s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.once {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.jsImage {
/*  -webkit-animation-name: fadeInUp; */
  -webkit-animation-name: fadeIn;
/*  animation-name: fadeInUp; */
  animation-name: fadeIn;
  transition: 3s;
  animation-duration: 1.5s; 
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* slideUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#wrap .div01 {
  margin-top: 180px;
}

/* sec01 */
#wrap #sec01.ses {
  margin-top: 100px;
}

#wrap #sec01 .img02 {
  margin-top: 40px;
}

#wrap #sec01 .price01 {
  width: 17.333%;
  margin: 20px 0 0 auto;
}

#wrap #sec01 .btn_check {
  margin-right: 0;
  margin-left: auto;
}

#wrap #sec01 .img03 {
  width: 50%;
  position: absolute;
  top: 8%;
  left: 0;
}

#wrap #sec01 .img04 {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

#wrap #sec01 .price02 {
  width: 19%;
  margin: 20px 0 0 auto;
}

#wrap #sec01 .img05 {
  margin-top: 44px;
}

#wrap #sec01 .img06 {
  width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec01 .mt01 {
  margin-top: 30px;
}

#wrap #sec01 .img07 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 9.333%;
}

#wrap #sec01 .price03 {
  width: 17.3%;
  position: absolute;
  bottom: 12%;
  right: 19%;
  text-align: left;
}

#wrap #sec01 .bc02 {
  position: absolute;
  bottom: 5%;
  right: 28.2666%;
}

/* sec02 */
#wrap #sec02 .mt01 {
  margin-top: 40px;
}

#wrap #sec02 .img02 {
  width: 51.333%;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
}

#wrap #sec02 .img03 {
  width: 61.866%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#wrap #sec02 .price01 {
  width: 23.2%;
  margin: 20px 0 0 auto;
  text-align: right;
}

#wrap #sec02 .btn_check {
  margin-right: 0;
  margin-left: auto;
}

#wrap #sec02 .img04 {
  width: 74.666%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#wrap #sec02 .img05 {
  width: 44.9333%;
  position: absolute;
  bottom: 0;
  left: 32px;
  z-index: 2;
}

#wrap #sec02 .img06 {
  width: 44.9333%;
  position: absolute;
  bottom: 0;
  right: 32px;
  z-index: 2;
}

#wrap #sec02 .price02 {
  width: 22%;
  position: absolute;
  top: 21%;
  left: 0;
  z-index: 1;
  text-align: right;
}

#wrap #sec02 .bs02 {
  position: absolute;
  top: 35.5%;
  left: 107px;
}

#wrap #sec02 .img07 {
  width: 53.866%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#wrap #sec02 .img08 {
  width: 53.866%;
  position: absolute;
  bottom: 0;
  right: 3.2%;
  z-index: 2;
}

#wrap #sec02 .price03 {
  width: 19.4666%;
  position: absolute;
  top: 11%;
  right: 22%;
  text-align: left;
}

#wrap #sec02 .bs03 {
  position: absolute;
  top: 23.5%;
  right: 33.2%;
}

#wrap #sec02 .img09 {
  width: 70.666%;
  margin: 42px auto 0 6.9333%;
}

/* sec03 */
#wrap #sec03 .mt01 {
  margin-top: 40px;
}

#wrap #sec03 .img02 {
  width: 50%;
  position: absolute;
  top: 7%;
  left: 0;
}
#wrap #sec03 .img03 {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

#wrap #sec03 .price01 {
  width: 17.6%;
  position: absolute;
  bottom: 6%;
  right: 0;
}

#wrap #sec03 .bc01 {
  position: absolute;
  bottom: 0%;
  right: 0;
}

#wrap #sec03 .img04 {
  width: 84%;
  position: absolute;
  top: 0;
  right: 0;
}

#wrap #sec03 .img05 {
  width: 44.9333%;
  position: absolute;
  top: 30%;
  left: 0;
}

#wrap #sec03 .img06 {
  width: 54%;
  position: absolute;
  bottom: 0;
  right: 6%;
}

#wrap #sec03 .price02 {
  width: 17.6%;
  position: absolute;
  top: 39%;
  right: 0;
  text-align: right;
}

#wrap #sec03 .bs02 {
  position: absolute;
  top: 47.1%;
  right: 0;
}

/* sec04 */
#wrap #sec04 .price01 {
  width: 23%;
  margin: 20px 0 0 auto;
  text-align: right;
}

#wrap #sec04 .bc01 {
  margin-right: 0;
  margin-left: auto;
}

/* sec05 */
#wrap #sec05 .img02 {
  width: 65.066%;
  margin: 20px auto 0;
}

#wrap #sec05 .price01 {
  width: 24.4%;
  margin-top: -16%;
  margin-right: 0;
  margin-left: auto;
}

#wrap #sec05 .bc01 {
  margin-right: 0;
  margin-left: auto;
}

#wrap #sec05 .img03 {
  width: 48%;
  position: absolute;
  top: 0;
  left: 0;
}

#wrap #sec05 .img04 {
  width: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#wrap #sec05 .price02 {
  width: 17.733%;
  position: absolute;
  top: 72%;
  left: 30.133%;
  text-align: right;
}

#wrap #sec05 .bc02 {
  position: absolute;
  top: 88.5%;
  left: 39.333%;
}

#wrap #sec05 .img05 {
  width: 84%;
  margin: 30px auto 0;
}

/* sec06 */
#wrap #sec06 .img01 {
  margin-bottom: 40px;
}

#wrap #sec06 .img02 {
  width: 59.0666%;
  position: absolute;
  top: 0;
  left: 0;
}

#wrap #sec06 .img03 {
  width: 51.333%;
  position: absolute;
  top: 7%;
  right: 0;
}

#wrap #sec06 .price01 {
  width: 17.0666%;
  position: absolute;
  bottom: 4.8%;
  right: 0;
  text-align: right;
}

#wrap #sec06 .bc01 {
  position: absolute;
  bottom: 0;
  right: 0;
}

#wrap #sec06 .img04 {
  width: 47.0666%;
  position: absolute;
  top: 0;
  left: 2.1333%;
}

#wrap #sec06 .img05 {
  width: 47.0666%;
  position: absolute;
  top: 0;
  right: 2.1333%;
}

#wrap #sec06 .img06 {
  width: 47.0666%;
  position: absolute;
  bottom: 0;
  left: 2.1333%;
}

#wrap #sec06 .price02 {
  width: 20.5333%;
  position: absolute;
  bottom: 34%;
  left: 54.6%;
  text-align: left;
}

#wrap #sec06 .bc02 {
  position: absolute;
  bottom: 30.4%;
  left: 54.5%;
}

#wrap #sec06 .img07 {
  width: 84%;
  margin: 40px auto 0;
}










/* link */
#wrap .btnLink {
  width: 410px;
  margin: 190px auto 0;
}

#wrap .btnLink02 {
  width: 410px;
  margin: 90px auto 0;
}

#wrap .btnLink02 img,
#wrap .btnLink img {
  max-width: 100%;
}

#wrap .AIC {
  width: 284px;
  display: block;
  margin: 0 auto;
}

#wrap .COS {
  width: 284px;
  display: block;
  margin: 140px auto 0;
}

#wrap .Info {
  width: 97.56%;
  display: block;
  margin: 200px auto 0;
}

#wrap .brand_info {
  width: 100%;
  margin-top: 90px;
}

#wrap .brand_info .logo {
  width: 68%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#wrap .brand_info .logo25 {
  width: 44%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#wrap .brand_info .snsLink {
  padding: 0;
  width: 60%;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 55px auto 0;
}

#wrap .snsLink li {
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

#wrap .snsLink li img {
  width: 36px;
}

#wrap .snsLink li:nth-child(2) img {
  width: 33px;
}

#wrap .staff-credit {
  font-family: 'Noto Serif JP', sans-serif; 
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

#wrap .staff-credit .staff_wrap {
    display: inline-block;
}

#wrap .staff-credit .staff_wrap p {
    font-size: 14px;
    text-align: left;
    color: #666666;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.68;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  /* width: 82%; */
  width: 100%;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-infinity__item {
  /* width: calc(100vw / 3); */
  width: 500px;
}
.scroll-infinity__item>img {
  width: 100%;
}

#sec03 .scroll-infinity__wrap {
  width: 100%;
}
