@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;
  background-color: #1a2847;
}

#wrap .mv_logo {
  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: 62.5%;
  display: block;
  margin: 90px auto 0px;
  font-size: 2rem;
  line-height: 1.9;
  text-align: center;
  color: #000000;
}

#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: 1000px;
  display: block;
  margin: 200px auto 0;
}

#wrap .ses h2 {
  width: 100%;
  font-size: 3.7rem;
  line-height: 1.4;
  color: #111111;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0em;
}

#wrap .sec_txt {
  font-size: 2rem;
  line-height: 1.6;
  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: 2rem;
  line-height: 1.6;
  margin-top: 40px;
}

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

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

#wrap #sec01 .img01 {
  position: absolute;
  width: 93.5%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#wrap #sec01 .sec_title {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

#wrap #sec01 .img02 {
  position: absolute;
  width: 59%;
  bottom: 0;
  right: 3%;
  z-index: 1;
}

#wrap #sec01 .sec_txt {
  text-align: left;
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 2;
}

#wrap #sec01 .price {
  position: absolute;
  width: 14%;
  right: 65.2%;
  bottom: 78px;
  z-index: 1;
}

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

/* Other01 */
#wrap #Other01 .img01 {
  position: absolute;
  width: 35.2%;
  top: 0;
  left: 13%;
}

#wrap #Other01 .img02 {
  position: absolute;
  width: 35.2%;
  top: 284px;
  left: 52%;
  z-index: 2;
}

#wrap #Other01 .img03 {
  position: absolute;
  width: 39%;
  bottom: 0;
  left: 20.5%;
  z-index: 1;
}

/* sec02 */
#wrap #sec02 .img01 {
  position: absolute;
  width: 77.5%;
  top: 0;
  right: 0;
  z-index: 1;
}

#wrap #sec02 .sec_title {
  text-align: left;
  position: absolute;
  top: 227px;
  left: 1%;
  z-index: 2;
}

#wrap #sec02 .sec_txt {
  text-align: left;
  position: absolute;
  bottom: 155px;;
  left: 3.2%;
  z-index: 2;
}

#wrap #sec02 .sec02mt {
  margin-top: 70px;
}

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

#wrap #sec02 .img03 {
  position: absolute;
  width: 40%;
  bottom: 625px;
  right: 2%;
  z-index: 2;
}

#wrap #sec02 .img04 {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 2%;
  z-index: 2;
}

#wrap #sec02 .price {
  position: absolute;
  width: 16.3%;
  top: 60px;
  right: 3.3%;
  z-index: 2;
}

#wrap #sec02 .btn_check {
  position: absolute;
  top: 257px;
  right: 3.3%;
  z-index: 2;
}

/* sec03 */
#wrap #sec03 .img01 {
  position: absolute;
  width: 69%;
  top: 70px;
  left: 15.55%;
  z-index: 1;
}

#wrap #sec03 .sec_title {
  text-align: center;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 2;
}

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

#wrap #sec03 .img01 {
  position: absolute;
  width: 69%;
  top: 70px;
  left: 15.55%;
  z-index: 1;
}

#wrap #sec03 .img02 {
  width: 100%;
  margin-bottom: 75px;
}

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

#wrap #sec03 .img03 {
  position: absolute;
  width: 96%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#wrap #sec03 .img04 {
  position: absolute;
  width: 27.4%;
  top: 0;
  left: 47.8%;
  z-index: 3;
}

#wrap #sec03 .img05 {
  position: absolute;
  width: 27.4%;
  top: 280px;
  right: 2.2%;
  z-index: 2;
}

#wrap #sec03 .price {
  position: absolute;
  width: 14.6%;
  top: -33px;
  left: 30.8%;
  z-index: 2;
}

#wrap #sec03 .btn_check {
  position: absolute;
  top: 60px;
  left: 39%;
  z-index: 2;
}

/* sec04 */
#wrap #sec04 .img01 {
  position: absolute;
  width: 85%;
  top: 0;
  right: 0;
  z-index: 1;
}

#wrap #sec04 .sec_title {
  text-align: left;
  position: absolute;
  top: 110px;
  left: 6%;
  z-index: 2;
}

#wrap #sec04 .sec04mt {
  margin-top: 60px;
}

#wrap #sec04 .img02 {
  position: absolute;
  width: 44.5%;
  top: 0;
  left: 1.2%;
  z-index: 1;
}

#wrap #sec04 .img03 {
  position: absolute;
  width: 51.3%;
  bottom: 0;
  right: 1.2%;
  z-index: 1;
}

#wrap #sec04 .sec_txt {
  text-align: right;
  position: absolute;
  width: 51.3%;
  top: 10px;
  right: 1.2%;
  z-index: 1;
}

#wrap #sec04 .price {
  position: absolute;
  width: 16%;
  top: 683px;
  left: 29%;
  z-index: 2;
}

#wrap #sec04 .btn_check {
  position: absolute;
  top: 813px;
  left: 39%;
  z-index: 2;
}

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

#wrap #sec05 .sec_title {
  text-align: center;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
}

#wrap #sec05 .sec_txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 220px;
  left: 0;
  z-index: 1;
}

#wrap #sec05 .img02 {
  position: absolute;
  width: 49.4%;
  bottom: 173px;
  left: 25.3%;
  z-index: 1;
}

#wrap #sec05 .price {
  position: absolute;
  width: 16%;
  bottom: 85px;
  right: 4.5%;
  z-index: 2;
}

#wrap #sec05 .btn_check {
  position: absolute;
  bottom: 51px;
  right: 4.5%;
  z-index: 2;
}

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

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

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

#wrap #sec06 .img02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#wrap #sec06 .price {
  position: absolute;
  width: 14.4%;
  bottom: 138px;
  right: 4.5%;
  z-index: 2;
}

#wrap #sec06 .btn_check {
  position: absolute;
  bottom: 105px;
  right: 4.5%;
  z-index: 2;
}

/* sec07 */
#wrap #sec07.ses {
  background: #1a2847;
}

#wrap #sec07 .img01 {
  position: absolute;
  width: 69.5%;
  bottom: 0;
  right: 4.5%;
  z-index: 1;
}

#wrap #sec07 .price {
  position: absolute;
  width: 14.4%;
  top: 270px;
  left: 5%;
  z-index: 2;
}

#wrap #sec07 .btn_check {
  position: absolute;
  bottom: 120px;
  left: 13%;
  z-index: 2;
}

#wrap #sec07 .sec_title {
  color: #ffffff;
  text-align: left;
  margin: 62px auto 70px 3%;
}

#wrap #chgPhoto1 .chgImg {
  position: absolute;
  width: 91.5%;
  top: 0px;
  left: 4.25%;
}

#wrap #sec07 .sec_txt {
  color: #ffffff;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 75px;
}

/* Other02 */
#wrap #Other02 .img01 {
  position: absolute;
  width: 39%;
  top: 0;
  right: 17.5%;
}

#wrap #Other02 .img02 {
  position: absolute;
  width: 35%;
  top: 338px;
  left: 14%;
  z-index: 2;
}

#wrap #Other02 .img03 {
  position: absolute;
  width: 31.8%;
  bottom: 0;
  right: 14%;
  z-index: 1;
}

/* sec08 */
#wrap #sec08 .img01 {
  position: absolute;
  width: 70.6%;
  top: 0;
  right: 0;
  z-index: 1;
}

#wrap #sec08 .sec_title {
  text-align: right;
  position: absolute;
  top: 65px;
  right: 3.6%;
  z-index: 1;
}

#wrap #sec08 .sec_txt {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 1%;
  z-index: 1;
}

#wrap #sec08 .img02 {
  position: absolute;
  width: 51.2%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#wrap #sec08 .img03 {
  position: absolute;
  width: 51.2%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#wrap #sec08 .price {
  position: absolute;
  width: 16%;
  top: 50px;
  right: 4.5%;
  z-index: 1;
}

#wrap #sec08 .btn_check {
  position: absolute;
  top: 180px;
  right: 4.5%;
  z-index: 1;
}


























































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

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

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