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

#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: 2rem;
}

#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 .lead .img01 {
  width: 84%;
  display: block;
  margin: 50px auto 0px;
}

#wrap .Contents {
  width: 800px;
  margin: 130px auto 0;
}

#wrap .Contents .img01 {
  width: 750px;
  margin: 0 auto 28px;
}

#wrap .Contents .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#wrap .Contents .container .item {
  width: 179px;
}

#wrap .Contents .container .item img {
  width: 100%;
}

#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: 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_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: 82.5%;
  margin: 0 auto 40px;
}

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

#wrap #sec01 .sec_txt {
  position: absolute;
  top: 10%;
  left: 3.125%;
}

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

#wrap #sec01 .img03 {
  position: absolute;
  width: 55.5%;
  top: 0;
  left: 9.375%;
  z-index: 2;
}

#wrap #sec01 .price {
  position: absolute;
  /* width: 175px;
  bottom: 40px;
  right: 9.375%; */
  width: 100%;
  bottom: 40px;
  z-index: 1;
}

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

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

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

#wrap #sec02 .sec_txt {
  position: absolute;
  top: 10%;
  right: 3.125%;
}

#wrap #sec02 .price {
  position: absolute;
/*
  width: 175px;
  bottom: 40px;
  right: 19.75%;
*/
  width: 100%;
  bottom: 40px;
  z-index: 1;
}

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

/* sec03 */
#wrap #sec03 .img01 {
  position: absolute;
  width: 72.5%;
  top: 0;
  right: 13.725%;
}

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

#wrap #sec03 .img02 {
  width: 60.625%;
  margin: 100px auto 0;
}

#wrap #sec03 .price {
  /* width:485px; */
  width: 100%;
  margin: 30px auto 0;
}

#wrap #sec03 .btn_check {
  margin-left: 582px;
}

/* sec04 */
#wrap #sec04 .img01 {
  width: 63.75%;
  margin: 0 8.75% 40px auto;
}

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

#wrap #sec04 .img03 {
  position: absolute;
  width: 43.75%;
  bottom: 0;
  left: 50%;
  z-index: 2;
}

#wrap #sec04 .sec_txt {
  position: absolute;
  top: 5%;
  right: 8.5%;
}

#wrap #sec04 .price {
  position: absolute;
/*  width: 132px;
  bottom: 40px;
  left: 30.875%; */
  width: 100%;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec04 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 30.875%;
}

/* sec05 */
#wrap #sec05 .img01 {
  width: 62.5%;
  margin: 0 auto 40px 8.75%;
}

#wrap #sec05 .img02 {
  position: absolute;
  width: 53.125%;
  top: 0;
  right: 8.75%;
  z-index: 2;
}

#wrap #sec05 .sec_txt {
  position: absolute;
  top: 6%;
  left: 2%;
}

#wrap #sec05 .price {
  position: absolute;
/*  width: 126px;
  bottom: 40px;
  left: 19.75%;*/
  width: 100%;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec05 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 19.75%;
}

/* sec06 */
#wrap #sec06 .img01 {
  width: 67.5%;
  margin: 0 auto;
}

#wrap #sec06 .sec_txt {
  margin: 100px auto;
}

#wrap #sec06 .img02 {
  position: absolute;
  width: 42.5%;
  top: 0;
  right: 6.5%;
}

#wrap #sec06 .img03 {
  position: absolute;
  width: 42.5%;
  bottom: 0;
  left: 6.5%;
  z-index: 2;
}

#wrap #sec06 .price {
  position: absolute;
  /* width: 141px;
  bottom: 40px;
  left: 51.5%; */
  width: 100%;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec06 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 51.5%;
}

/* sec07 */
#wrap #sec07 .img01 {
  width: 67.5%;
  margin: 0 auto 40px 22.5%;
}

#wrap #sec07 .img02 {
  position: absolute;
  width: 56.25%;
  top: 0;
  left: 0;
}

#wrap #sec07 .sec_txt {
  position: absolute;
  top: 41%;
  right: 3.125%;
}

#wrap #sec07 .price {
/*  width: 450px; */
  width: 100%;
  margin-left: 0;
  margin-top: 17px;

}

#wrap #sec07 .btn_check {
  margin-left: 382px;
}

/* sec08 */
#wrap #sec08 .img01 {
  width: 67.5%;
  margin: 0 auto;
}

#wrap #sec08 .sec_txt {
  margin: 100px auto;
}

#wrap #sec08 .img02 {
  position: absolute;
  width: 69%;
  top: 0;
  left: 7.5%;
  z-index: 2;
}

#wrap #sec08 .price {
  position: absolute;
  /* width: 143px;
  bottom: 40px;
  left: 634px; */
  width: 100%;
  bottom: 40px;
  z-index: 1;
}

#wrap #sec08 .btn_check {
  position: absolute;
  bottom: 1px;
  left: 634px;
}


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


