@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%;
}

/* 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%;
}

#wrap .mv_txt {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

#wrap #profile {
  width: 430px;
  display: block;
  margin: 170px auto 0;
}

#wrap #profile .sub_title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
}

#wrap #profile .sub_title span {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3;
}

#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 {
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.025em;
  color: #000000;
}

#wrap #profile .insta a {
  color: #000000;
  border-bottom: 1px solid #000000;
}

/* ses */
#wrap .ses {
  width: 800px;
  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_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;
}

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

#wrap #sec01 .img01 {
  width: 62.5%;
  margin: 35px auto 0 0;
}

#wrap #sec01 .sec_txt {
  position: absolute;
  top: 35%;
  left: 0;
}

#wrap #sec01 .div01 {
  width: 100%;
  margin-top: 40px;
}

#wrap #sec01 .img02 {
  position: absolute;
  width: 49.125%;
  top: 0;
  right: 0;
}

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

#wrap #sec01 .price {
  position: absolute;
  width: 174px;
  bottom: 0;
  left: 46.875%;
}

/* sec02 */
#wrap #sec02 .div01 {
  width: 100%;
  margin-top: 40px;
}

#wrap #sec02 .img01 {
  position: absolute;
  width: 56%;
  top: 0;
  right: 0;
}

#wrap #sec02 .sec_txt {
  position: absolute;
  bottom: 0;
  left: 0;
}

#wrap #sec02 .div02 {
  width: 100%;
  margin-top: 75px;
}

#wrap #sec02 .img03 {
  position: absolute;
  width: 58%;
  top: 0;
  left: 0;
}

#wrap #sec02 .price {
  position: absolute;
  width: 178px;
  bottom: 0;
  left: 60%;
}

/* sec03 */
#wrap #sec03 .img01 {
  width: 61.25%;
  margin: 40px auto 0;
}

#wrap #sec03 .sec_txt {
  margin: 74px auto;
  text-align: center;
}


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

#wrap #sec03 .price {
  position: absolute;
  width: 135px;
  bottom: 0;
  left: 52%;
}

/* sec04 */
#wrap #sec04 .div01 {
  position: absolute;
  width: 50%;
  top:0;
  left: 0;
}

#wrap #sec04 .sec_txt {
  position: absolute;
  top: 42%;
  left: 5.625%;
}

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

#wrap #sec04 .div02 {
  margin-top: 75px;
}

#wrap #sec04 .price {
  position: absolute;
  width: 138px;
  bottom: 0;
  left: 63.125%;
}

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

/* sec05 */
#wrap #sec05 .img01 {
  width: 52.5%;
  margin: 34px auto 0;
}

#wrap #sec05 .img02 {
  width: 47.25%;
  margin: 42px auto 0;
}

#wrap #sec05 .price {
  width: 384px;
  margin: 15px auto 0;
}

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

#wrap #sec05 .sec_txt {
  margin: 100px auto 0;
  text-align: center;
}

/* sec06 */
#wrap #sec06 .div01 {
  margin-top: 34px;
}

#wrap #sec06 .img01 {
  position: absolute;
  width: 48.875%;
  top: 0;
  left: 0;
}

#wrap #sec06 .img02 {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}

#wrap #sec06 .price {
  position: absolute;
  width: 139px;
  bottom: 0;
  right: 52.875%;
}

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

#wrap #sec06 .sec_txt {
  margin: 100px auto 0;
  text-align: center;
}

/* sec07 */
#wrap #sec07 .div01 {
  margin-top: 34px;
}

#wrap #sec07 .img01 {
  position: absolute;
  width: 47.25%;
  top: 0;
  left: 11.75%;
}

#wrap #sec07 .img02 {
  position: absolute;
  width: 47.25%;
  top: 0;
  left: initial;
  right: 11.75%;
}

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

#wrap #sec07 .img03 {
  position: absolute;
  width: 39.375%;
  top: 0;
  right: 0;
}

#wrap #sec07 .price {
  position: absolute;
  width: 132px;
  bottom: 0;
  right: 41.5%;
}

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

/* sec08 */
#wrap #sec08 .img01 {
  width: 59.375%;
  margin: 40px auto;
}

#wrap #sec08 .img02 {
  position: absolute;
  width: 35.875%;
  top: 0;
  left: 0;
}

#wrap #sec08 .img03 {
  position: absolute;
  width: 33.125%;
  top: initial;
  bottom: 0;
  left: 37.5%;
}

#wrap #sec08 .sec_txt {
  position: absolute;
  top: 13%;
  right: 0;
}

#wrap #sec08 .price {
  position: absolute;
  width: 138px;
  bottom: 0;
  right: 10%;
}




/* 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;
}
