@charset "UTF-8";
/*  =============================================================

　　Parts

============================================================= */
[data-aos=fade-down]{transform:translate3d(0,-60px,0)}

/* 　Firstview
---------------------------------------------*/
.secFv {
  position: relative;
  z-index: 1;
}

.secFv__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 320px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .secFv__logo {
    width: 60%;
    max-width: 245px;
  }
}


/* 　Award
---------------------------------------------*/
.secAward {
  position: relative;
  z-index: 2;
}

.secAward__img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1010px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .secAward__img {
    width: 90%;
    max-width: 349px;
  }
}

/* 　Product
---------------------------------------------*/
.secProduct {
  position: relative;
  z-index: 3;
}

.secProduct__item {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  width: 50%;
  max-width: 477px;
  margin: 0 auto;
}

.secProduct__btn {
  width: 80%;
  margin: 0 auto;
  max-width: 277px;
}

.secProduct__btn a {
  width: 100%;
}

.secProduct__bnr {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 0;
  width: 70%;
  max-width: 935px;
  margin: 0 auto;
}

.secProduct__bnr a {
  width: 100%;
}

.secProduct__img01 {
  position: absolute;
  z-index: 5;
  top: -5%;
  left: 60%;
  right: 0;
  width: 310px;
  margin: 0 auto;
}

.secProduct__img02 {
  position: absolute;
  z-index: 4;
  top: 10%;
  left: 0;
  right: 60%;
  width: 219px;
  margin: 0 auto;
}

.secProduct__img03 {
  display: none;
}

@media screen and (max-width: 768px) {
  .secProduct {
    position: relative;
    z-index: 3;
  }

  .secProduct__item {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .secProduct__btn {
    position: absolute;
    top: 104%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    max-width: 280px;
  }

  .secProduct__btn a {
    width: 100%;
  }

  .secProduct__bnr {
    position: absolute;
    z-index: 6;
    bottom: 9%;
    left: 0%;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .secProduct__bnr a {
    width: 100%;
  } 
  
  .secProduct__img01 {
    position: absolute;
    z-index: 5;
    top: -4%;
    left: inherit;
    right: 0;
    width: 124px;
    margin: 0 auto;
  }

  .secProduct__img02 {
    position: absolute;
    z-index: 4;
    top: 35%;
    left: 0;
    right: inherit;
    width: 58px;
    margin: 0 auto;
  }

  .secProduct__img03 {
    display: none;
  }  
}

/* 　About
---------------------------------------------*/
.secAbout {
  position: relative;
  z-index: 4;
}

.secAbout__title {
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  width: 80%;
  max-width: 793px;
  margin: 0 auto;
}

.secAbout__profile {
  position: absolute;
  z-index: 4;
  top: 48%;
  right: 0;
  left: 0;
  width: 90%;
  max-width: 1065px;
  margin: 0 auto;  
}

.secAbout__img01 {
  position: absolute;
  z-index: 7;
  top: -7%;
  right: 0;
  left: 80%;
  width: 272px;
  margin: 0 auto;
}

.secAbout__img02 {
  position: absolute;
  z-index: 2;
  top: 18%;
  left: -16%;
  width: 410px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .secAbout {
    position: relative;
    z-index: 4;
  }

  .secAbout__title {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .secAbout__profile {
    position: absolute;
    z-index: 4;
    top: 54%;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;  
  }

  .secAbout__img01 {
    position: absolute;
    z-index: 7;
    top: -3%;
    right: inherit;
    left: 0;
    width: 86px;
    margin: 0 auto;
  }

  .secAbout__img02 {
    position: absolute;
    z-index: 6;
    top: 46%;
    left: inherit;
    right: 0;
    width: 107px;
    margin: 0 auto;
  }
 
}

/* 　Produce
---------------------------------------------*/
.secProduce {
  position: relative;
  z-index: 5;
}

.secProduce__pic {
  position: absolute;
  top: 50%;
  left: 0%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 50%;  
  max-width: 50%;
}

.secProduce__box {
  position: absolute;
  top: 17%;
  left: 32%;
  right: 0;
  width: 524px;
  margin: 0 auto;
}

.secProduce__box .box__inner {
  position: relative;
}

.secProduce__box .box__text {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  width: 376px;
  margin: 0 auto;
}

.secProduce__img {
  position: absolute;
  top: -5%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .secProduce {
    position: relative;
    z-index: 5;
  }

  .secProduce__pic {
    position: absolute;
    top: 8%;
    left: 0%;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 90%;  
    max-width: 90%;
  }

  .secProduce__box {
    position: absolute;
    top: 43%;
    left: inherit;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }

  .secProduce__box .box__inner {
    position: relative;
  }

  .secProduce__box .box__text {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }

  .secProduce__img {
    position: absolute;
    top: -5%;
    right: 0;
    width: 134px;
  }

}

/* 　Seibun
---------------------------------------------*/
.secSeibun {
  position: relative;
  z-index: 6;
  text-align: center;
}

.secSeibun__title {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  font-size: 2.8rem;
  line-height: 1.8;
}

.secSeibun__img {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 1182px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .secSeibun__title {
    display: none;
  }
  
  .secSeibun__img {
    display: none;
  }
}

/* 　Point
---------------------------------------------*/
.secPoint {
  position: relative;
  z-index: 7;
}
.secPoint__title {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 20%;
  max-width: 180px;
  margin: 0 auto;
}
.secPoint__img {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .secPoint__title {
    display: none;
  }
  .secPoint__img {
    display: none;
  }
}

/* 　Review
---------------------------------------------*/
.secReview {
  position: relative;
  z-index: 8;
}

.secReview__title {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 193px;
  margin: 0 auto;
}

.secReview__content {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}


.reviewSlide li {
  display: inline-block;
  width: 296px;
  padding: 0 5px;
}

.reviewSlide .bx-wrapper {
  position: relative;
  margin: 0 auto;
}

.reviewSlide .bx-wrapper .bx-controls-direction a {
  text-indent: -9999px;
}


.reviewSlide .bx-wrapper .bx-prev {
  position: absolute;
  left: -40px;
  top: 40%;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-arrow-prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.reviewSlide .bx-wrapper .bx-next {
  position: absolute;
  right: -35px;
  top: 40%;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-arrow-next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.secReview__note {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secReview {
    position: relative;
    z-index: 8;
  }

  .secReview__title {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 192px;
    margin: 0 auto;
  }

  .secReview__content {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }


  .reviewSlide li {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
  } 
  
  .reviewSlide .bx-wrapper .bx-prev {
    position: absolute;
    left: -30px;
    top: 40%;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon-arrow-prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .reviewSlide .bx-wrapper .bx-next {
    position: absolute;
    right: -25px;
    top: 40%;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon-arrow-next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .secReview__note {
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
    padding: 0 4%;
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: center;
  }

  
  
}

/* 　Instagram
---------------------------------------------*/
.secInsta {
  position: relative;
  z-index: 9;
}

.secInsta__pic {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.secInsta__btn {
  position: absolute;
  top: 15%;
  left: 55%;
  right: 0;
  width: 20%;
  max-width: 207px;
  margin: 0 auto;
}


.secInsta__btn a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .secInsta {
    position: relative;
    z-index: 9;
  }

  .secInsta__pic {
    display: none;
  }

  .secInsta__btn {
    position: absolute;
    top: 32%;
    left: 0%;
    right: 0;
    width: 279px;
    max-width: 279px;
    margin: 0 auto;
  }


  .secInsta__btn a {
    width: 100%;
  }  
}


/* 　Detail
---------------------------------------------*/
.secDetail {
  position: relative;
  z-index: 10;
}

.secDetail__img {
  position: absolute;
  top: -2%;
  right: 0;
  left: 60%;
  width: 310px;
  margin: 0 auto;
}

.secDetail__btn {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  width: 277px;
  margin: 0 auto;
}

.secDetail__btn.-second {
  position: absolute;
  top: 83%;
  left: 0;
  right: 0;
  width: 679px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .secDetail__img {
    position: absolute;
    top: -1%;
    right: 0;
    left: inherit;
    width: 124px;
    margin: 0 auto;
  }

  .secDetail__btn {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    width: 277px;
    margin: 0 auto;
  }

  .secDetail__btn.-second {
    position: absolute;
    top: 92%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }  
}

/* 　meemake
---------------------------------------------*/
.secMake {
  position: relative;
  z-index: 11;
}

.secMake__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
  max-width: 324px;
  margin: 0 auto;  
}

.secMake__content {
  position: relative;
}

.secMake__btn {
  position: absolute;
  z-index: 3;
  bottom: 7%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.secMake__btn a {
  width: 60%;
  padding: 20px 0;
  border-radius: 5px;
  background: #c55fc2;
  color: #fff;
  font-size: 1.4rem;
}

.secMake__btn a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;   
}

@media screen and (max-width: 768px) {
  .secMake__inner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 320px;
    margin: 0 auto;  
  }

  .secMake__content {
    position: relative;
  }

  .secMake__btn {
    position: absolute;
    z-index: 3;
    bottom: 7%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .secMake__btn a {
    width: 60%;
    padding: 20px 0;
    border-radius: 5px;
    background: #c55fc2;
    color: #fff;
    font-size: 1.4rem;
  }

  .secMake__btn a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;   
  }  
}

/* 　Faq
---------------------------------------------*/
.secFaq {
  position: relative;
  z-index: 12;
  padding: 50px 0;
  background-image: url(../img/faq-bg_pc.gif);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.secFaq__title {
  width: 114px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.secFaq__title .title__text {
  font-size: 1.2rem;
}

.secFaq__headline {
  margin-top: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.secFaq__content {
  max-width: 900px;
  margin: 20px auto 0;
  border-top: 1px solid #fff;
  line-height: 1.5;
}

.secFaq__content dl {
  border-bottom: 1px solid #fff;
}

.secFaq__content dt {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-size: 2.4rem;
}

.secFaq__content dt::before {
  position: absolute;
  top: 35px;
  right: 0;
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
}

.secFaq__content dt::after {
  position: absolute;
  top: 25px;
  right: 11px;
  content: "";
  width: 2px;
  height: 24px;
  background: #fff;
}

.secFaq__content dt.active::after {
  display: none;
}


.secFaq__content dt span {
  display: block;
  position: relative;
  padding-left: 50px;
}

.secFaq__content dt span::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 36px;
  height: 32px;
  background-image: url(../img/faq-icon-q.png);
  background-size: cover;
}

.secFaq__content dd {
  display: none;
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 1.4rem;
}

.secFaq__content dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/faq-icon-a.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.secFaq__content dd div {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .secFaq {
    position: relative;
    z-index: 12;
    padding: 50px 4%;
    background-image: url(../img/faq-bg_sp.gif);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .secFaq__title {
    width: 114px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
  }

  .secFaq__title .title__text {
    font-size: 1.2rem;
  }

  .secFaq__headline {
    margin-top: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
  }

  .secFaq__content {
    max-width: 900px;
    margin: 20px auto 0;
    border-top: 1px solid #fff;
    line-height: 1.5;
  }

  .secFaq__content dl {
    border-bottom: 1px solid #fff;
  }

  .secFaq__content dt {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    font-size: 1.9rem;
  }

  .secFaq__content dt::before {
    position: absolute;
    top: 35px;
    right: 0;
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
  }

  .secFaq__content dt::after {
    position: absolute;
    top: 25px;
    right: 11px;
    content: "";
    width: 2px;
    height: 24px;
    background: #fff;
  }

  .secFaq__content dt.active::after {
    display: none;
  }


  .secFaq__content dt span {
    display: block;
    position: relative;
    padding-left: 50px;
  }

  .secFaq__content dt span::before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 36px;
    height: 32px;
    background-image: url(../img/faq-icon-q.png);
    background-size: cover;
  }

  .secFaq__content dd {
    display: none;
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: 1.4rem;
  }

  .secFaq__content dd::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/faq-icon-a.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .secFaq__content dd p br {
    display: none;
  }

  .secFaq__content dd div {
    margin-top: 20px;
  } 
}
