@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');


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;
  background-color: #ffffff;
}

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

#wrap .mv_logo {
  position: absolute;
  width: 306px;
  top: 403px;
  left: 347px;
}

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

#wrap h1  {
  font-size: 3rem;
  padding: 0 0 50px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
   letter-spacing: 0.05em;
}

#wrap h1 span {
  font-size: 2.3rem;
}

#wrap .lead {
  width: 62.5%;
  display: block;
  margin: 75px auto 0px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  color: #000000;
}

#wrap .lead .img01 {
  width: 84%;
  display: block;
  margin: 50px auto 0px;
}

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

#wrap #profile.ses{
  width: 430px;
  display: block;
  margin: 200px auto 0;
}

#wrap #profile .prof {
  width: 434px;
  display: block;
  margin: 0 auto 0;
}

#wrap #profile .prof img {
  width: 100%;
}

#wrap #profile .profile_txt{
  width: 100%;
  display: block;
  margin: 30px auto 0;
}

#wrap #profile p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000000;
  text-align: left;
}

#wrap #profile .insta a {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #000000;
  border-bottom: 1px solid #000000;
}

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

#wrap .sec_txt {
  font-size: 1.2rem;
  line-height: 2.25;
  color: #444444;
}

#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 .sec_title {
  width: 100%;
  margin: 0 auto 70px;
}

#wrap .sec_txt {
  text-align: center;
  color: #444444;
  font-size: 1.2rem;
  line-height: 2.25;
  margin-top: 40px;
}

#wrap .itemPrice {
  width: 100%;
  margin-top: 30px;
}

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

#wrap #sec01 .img01 {
  width: 83.46%;
  margin: 60px auto 50px 13%;
}

#wrap #sec01 .img02 {
  position: absolute;
  width: 59.2%;
  top: 0;
  left: 3.06%;
}

#wrap #sec01 .sec_txt {
  margin: 60px auto 0px;
}

#wrap #sec01 .price {
  position: absolute;
  width: 18%;
  right: 16.4%;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec01 .btn_check {
  position: absolute;
  bottom: 1px;
  right: 193px;
  z-index: 1;
}

#wrap #sec01 .img03 {
  width: 90.666%;
  margin: 60px auto 0px;
}

/* sec02 */
#wrap #sec02 .img01 {
  width: 100%;
  margin: 0 auto;
}

#wrap #sec02 .sec_title {
  width: 100%;
  margin: 0 auto;
}

#wrap #sec02 .sec_txt {
  margin: 60px auto 60px;
}

#wrap #sec02 .img02 {
  position: absolute;
  width: 58.666%;
  top: 0;
  right: 6.26%;
}

#wrap #sec02 .price {
  position: absolute;
  width: 18%;
  left: 108px;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec02 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 178px;
  z-index: 1;
}

/* sec03 */
#wrap #sec03 .ses {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec03 .img01 {
  position: absolute;
  width: 55.5%;
  top: 0;
  left: 3px;
}

#wrap #sec03 .sec_title {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 1;
}

#wrap #sec03 .price {
  position: absolute;
  width: 17%;
  left: 440px;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec03 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 440px;
  z-index: 1;
}

#wrap #sec03 .img02 {
  width: 78.25%;
  margin: 50px auto 0;
}

#wrap #sec03 .sec_txt {
  margin: 60px auto 60px;
}

#wrap #sec03 .img03 {
  width: 58.25%;
  margin: 60px auto 0px;
}

/* sec04 */
#wrap #sec04 .ses {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec04 .img01 {
  position: absolute;
  width: 55.5%;
  top: 0;
  right: 10px;
}

#wrap #sec04 .sec_title {
  position: absolute;
  width: 50%;
  top: 30px;
  left: 0;
  z-index: 1;
}

#wrap #sec04 .img02 {
  position: absolute;
  width: 54.5%;
  top: 0;
  left: 6.25%;
}

#wrap #sec04 .sec_txt {
  position: absolute;
  width: 37%;
  top: 115px;
  left: 480px;
  z-index: 1;
  text-align: left;
}

#wrap #sec04 .price {
  position: absolute;
  width: 18.5%;
  left: 480px;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec04 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 480px;
  z-index: 1;
}

/* sec05 */
#wrap #sec05 .ses {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec05 .img01 {
  width: 100%;
  margin-bottom: 60px;
}

#wrap #sec05 .img02 {
  position: absolute;
  width: 54.5%;
  top: 0;
  left: 290px;
}

#wrap #sec05 .sec_title {
  position: absolute;
  width: 50%;
  top: 30px;
  left: 0;
  z-index: 1;
}

#wrap #sec05 .sec_txt {
  position: absolute;
  width: 36%;
  top: 158px;
  left: 15px;
  z-index: 1;
  text-align: left;
}

#wrap #sec05 .price {
  position: absolute;
  width: 16.75%;
  left: 144px;
  bottom: 48px;
  z-index: 1;
}

#wrap #sec05 .btn_check {
  position: absolute;
  bottom: 8px;
  left: 208px;
  z-index: 1;
}

/* sec06 */
#wrap #sec06 .sec_no {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 1;
}

#wrap #sec06 .crd_area {
  position: absolute;
  width: 59.2%;
  top: 0;
  right: 3.733%;
}

#wrap #sec06 .price {
  position: absolute;
  width: 140px;
  left: 126px;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec06 .btn_check {
  position: absolute;
  bottom: 8px;
  left: 200px;
  z-index: 1;
}

#wrap #sec06 .sec06_02 {
  margin-top: 60px;
}

#wrap #sec06 .img02 {
  position: absolute;
  width: 45.33%;
  bottom: 0px;
  left: 3.733%;
}

#wrap #sec06 .img03 {
  position: absolute;
  width: 45.33%;
  top: 0px;
  right: 3.733%;
}

#wrap #sec06 .sec_title {
  margin: 60px auto 40px;
}

#wrap #sec06 .sec_txt {
  margin-top: 0;
}

#wrap #sec06 .img04 {
  width: 61.866%;
  margin: 90px auto 0;
}

/* sec07 */
#wrap #sec07 .img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec07 .sec_title {
  margin: 60px auto;
}

#wrap #sec07 .img02 {
  position: absolute;
  width: 58.133%;
  top: 0px;
  right: 1.733%;
}

#wrap #sec07 .sec_txt {
  position: absolute;
  width: 303px;
  top: 70px;
  left: 0;
}

#wrap #sec07 .price {
  position: absolute;
  width: 135px;
  left: 150px;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec07 .btn_check {
  position: absolute;
  bottom: 8px;
  left: 220px;
  z-index: 1;
}

/* sec08 */
#wrap #sec08 .sec_no {
  width: 100%;
  margin: 0;
}

#wrap #sec08 .img01 {
  width: 62.666%;
  margin: 30px auto 58px;
}

#wrap #sec08 .crd_area {
  position: absolute;
  width: 53.333%;
  top: 0;
  left: 5.333%;
}

#wrap #sec08 .price {
  position: absolute;
  width: 137px;
  left: 470px;
  bottom: 43px;
  z-index: 1;
}

#wrap #sec08 .btn_check {
  position: absolute;
  bottom: 3px;
  left: 470px;
  z-index: 1;
}

#wrap #sec08 .sec_title {
  margin: 60px auto 40px;
}

#wrap #sec08 .sec_txt {
  margin: 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 .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 {
  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;
}

.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 / 6); */
  width: 370px;
}
.scroll-infinity__item>img {
  width: 100%;
}

.mt50 {margin-top: 50px;}