@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: 430px;
  display: block;
  margin: 0 auto 0;
}

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


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

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

#wrap #profile .insta {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.025em;
  color: #000000;
}

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

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

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

#wrap .btn_check02,
#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 40px;
}

#wrap .sec_subtitle {
  width: 80%;
  margin: 100px auto 40px;
}

#wrap .sec_txt01 {
  text-align: center;
  color: #444444;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 40px;
}
#wrap .itemPrice {
  width: 100%;
  margin-top: 30px;
}

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

#wrap #sec01 .img01 {
  width: 64%;
  margin: 0 auto 0;
}

#wrap #sec01 .div01 {
  width: 100%;
  padding-bottom: 30px;
}

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

#wrap #sec01 .sec_txt {
  position: absolute;
  text-align: left;
  right: 5%;
  bottom: 20%;
}

#wrap #sec01 .img03 {
  position: absolute;
  width: 58.4%;
  top: 0;
  right: 4%;
  z-index: 2;
}

#wrap #sec01 .price01 {
  position: absolute;
  width: 100%;
  bottom: 9%;
  left: 0;
  z-index: 1;
}

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

#wrap #sec01 .img04 {
  width: 49.0666%;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec01 .sec_txt02 {
  text-align: center;
  margin-top: 50px;
}

#wrap #sec01 .img05 {
  width: 66.666%;
  margin: 53px auto 30px;
}

#wrap #sec01 .price02 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#wrap #sec01 .btn_check02 {
  margin-left: calc(125px + 500px - 63px);
}

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

#wrap #sec02 .div01 {
  width: 100%;
}

#wrap #sec02 .chgImg {
  width: 54.4%;
  top: 0;
  left: 6%;
}

#wrap #sec02 .sec_txt {
  width: 500px;
  position: absolute;
  text-align: left;
  left: 478px;
  bottom: 40%;
}

#wrap #sec02 .img02 {
  position: absolute;
  width: 49.066%;
  top: 0;
  right: 13%;
  z-index: 2;
}

#wrap #sec02 .img03 {
  position: absolute;
  width: 45.6%;
  top: 0;
  left: 13%;
  z-index: 2;
}

#wrap #sec02 .sec_txt02 {
  width: 300px;
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 15.5%;
}

#wrap #sec02 .price01 {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  z-index: 0;
}

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

#wrap #sec02 .price02 {
  position: absolute;
  width: 100%;
  bottom: 13%;
  left: 0;
  z-index: 1;
}

#wrap #sec02 .btn_check02 {
  position: absolute;
  bottom: 0;
  right: 104px;
  z-index: 1;
}

#wrap #sec02 .div02 {
  width: 100%;
  padding-bottom: 30px;
}

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

#wrap #sec03 .img02 {
  width: 54.4%;
  margin: 0 15.3% 0 auto;
}

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

#wrap #sec03 .sec_txt02 {
  position: absolute;
  text-align: left;
  top: 15.5%;
  right: 4%;
}

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

#wrap #sec03 .btn_check {
  margin-left: calc(70px + 350px - 63px);
}

#wrap #sec03 .sec_txt03 {
  position: absolute;
  text-align: left;
  bottom: 5%;
  right: 4%;
}

#wrap #sec03 .img04 {
  position: absolute;
  width: 41.066%;
  top: 0;
  left: 12.666%;
}

#wrap #sec03 .img05 {
  position: absolute;
  width: 49.333%;
  top: 0;
  right: 0;
}

#wrap #sec03 .itemPrice02 {
  position: absolute;
  bottom: 8%;
  left: 0;
}

#wrap #sec03 .btn_check02 {
  position: absolute;
  bottom: 0;
  left: 290px;
}

/* sec04 */
#wrap #sec04 .img01 {
  width: 49.066%;
  margin: 0 auto 0;
}

#wrap #sec04 .chgImg {
  width: 54.4%;
  left: 22.8%;
}

#wrap #sec04 .btn_check {
  margin-left: calc(580px - 63px);
}

#wrap #sec04 .sec_txt02 {
  text-align: center;
  margin-top: 50px;
}

#wrap #sec04 .sec_txt03 {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 8%;
}

#wrap #sec04 .img02 {
  position: absolute;
  width: 58.133%;
  top: 0;
  right: 5%;
}

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

#wrap #sec04 .img03 {
  position: absolute;
  width: 44.5333%;
  top: 0;
  left:12.666%;
}

#wrap #sec04 .itemPrice02 {
  position: absolute;
  bottom: 7%;
  left: 0;
}

#wrap #sec04 .btn_check02 {
  position: absolute;
  bottom: 0;
  left: 573px;
}

/* sec05 */
#wrap #sec05.ses {
  width: 790px;
}
#wrap #sec05 .sec_title {
  width: 750px;
  margin: 0 auto 40px;
}


#wrap #sec05 .Contents {
  width:100%;
}

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

#wrap #sec05 .container .item {
  width: 190px;
}

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


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


