@charset "UTF-8";

/* ----------------------- */
/* mv
/* ----------------------- */

.mv {
  width: 100%;
  height: 990px;
  height: calc(100vh - 72.5px);
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 72.5px auto 203px;
  position: relative;
}

.mv__inner {
  max-width: 680px;
  position: absolute;
  top: 50%;
  left: 14.8%;
  transform: translateY(-50%);
  padding-right: 20px;
}


.mv__title {
  font-size: 3.5rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}

.mv__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.73;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.scBar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 190px;
}

.scBar::after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 36%;
  width: 2px;
  height: 91.5px;
  background: #fff;
  animation: move 1.7s cubic-bezier(1, 0.2, 0.4, 1) infinite;
}

@keyframes move {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* ----------------------- */
/* about
/* ----------------------- */

.about {
  margin-bottom: 78px;
}

.about__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.63;
  text-align: center;
}

.about__bg {
  width: 100%;
}


/* ----------------------- */
/* originalBrand
/* ----------------------- */

.originalBrand {
  padding-bottom: 270px;
  overflow: hidden;
}

.originalBrand .section__title_decoration {
  top: 19px;
  max-width: 400px;
}

.originalBrand__heading {
  margin: 138px auto 30px;
}

.originalBrand__logo {
  max-width: 130px;
  margin: 0 auto 30px;
}

.originalBrand__heading_text {
  color: #707070;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
  margin-left: 0.75em;
}

.swiper1 {
  padding-bottom: 150px;
}

.card {
  max-width: 538px;
}

.card__thumbnail {
  width: 100%;
  height: 390px;
}

.card__title {
  color: #60A2A2;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.44;
  margin-bottom: 25px;
}

.card__title.mb1 {
  margin-bottom: 29px;
}

.card__text {
  color: #6F7070;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 900;
}

.card__text--lg {
  font-size: 4.9rem;
}

.number_img {
  width: 17px;
  vertical-align: 4px;
  display: inline-block;
}


.originalBrand__btn .icon {
  width: 36px;
  vertical-align: 9px;
  margin-right: 18px;
  display: inline-block;
}


.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  width: 48px;
  background-size: contain;
  transform: translateX(-50%);
  top: auto;
  bottom: 45px;
  opacity: 0.5;
}


.swiper1 .swiper-button-next {
  right: calc(50% - 100px);
  background-image: url(../img/arrowR.png);
}

.swiper1 .swiper-button-prev {
  left: calc(50% - 50px);
  background-image: url(../img/arrowL.png);
}


.swiper1 .swiper-button-next:hover,
.swiper1 .swiper-button-prev:hover {
  opacity: 1;
  transition: 0.3s;
}

/* ----------------------- */
/* shopBlog
/* ----------------------- */

.shopBlog {
  margin-bottom: 150px;
}

.shopBlog .section__title_decoration {
  bottom: -46px;
  max-width: 445px;
}

.shopBlog__inner {
  width: 100%;
  height: auto;
  margin: 77px auto 0;
  position: relative;
}

.shopBlog__bg {
  width: 100%;
}

.shopBlog__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.shopBlog__text {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

/* ----------------------- */
/* company
/* ----------------------- */

.company {
  margin-bottom: 40px;
}

.company .section_inner {
  border-top: 2px solid #000;
}

.company__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 37px 0 27px;
}

.company__title--lg {
  font-size: 3rem;
  letter-spacing: -0.01em;
}

.company__contents {
  display: flex;
  justify-content: space-between;
}

.company__text_wrapper {
  flex: 0 1 57.1%;
}

.company__text {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.company__business_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 52px 0 10px;
}

.company__business li {
  line-height: 1.6;
  display: flex;
  letter-spacing: -0.02em;
}

.company__business li::before {
  content: "●";
  margin-right: 5px;
}

.company__img {
  flex: 0 1 38.9%;
  height: 354px;
  max-width: 467px;
}

.company__btn_wrapper {
  display: flex;
  justify-content: center;
  margin: 88px auto 0;
  max-width: 545px;
}

.company__btn_wrapper .window {
  width: 24px;
  vertical-align: 0px;
  margin-left: 8px;
  display: inline-block;
}


/* ----------------------- */
/* no12_mv
/* ----------------------- */

.no12_mv {
  background-image: url(../img/number_twelve_mv.jpg);
  margin: 72.5px auto 125px;
}

.no12_mv__inner {
  max-width: 500px;
  padding-top: 194px;
  margin-left: 21.6%;
}

.no12_mv__logo {
  width: 100%;
  max-width: 167px;
  margin: 0 auto 58px;
}

.no12_mv__title {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.71;
  font-weight: 500;
  text-align: center;
}

/* ----------------------- */
/* scene
/* ----------------------- */

.scene {
  margin-bottom: 226px;
}

.scene__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 162px;
}

.scene__item {
  flex: 0 1 28.33%;
  max-width: 340px;
  width: 100%;
}

.scene__item_number {
  width: 100%;
  max-width: 192px;
  margin-bottom: -30px;
}

.scene__item_title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 37px;
}

.scene__item_img {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
  height: 270px;
}

.scene__item_img img {
  border-radius: 50%;
  box-shadow: 2px 3px 9px 0 rgba(96, 162, 162, .3);
}

.scene__title {
  font-size: 4.4rem;
  line-height: 1.81;
  font-weight: 500;
  text-align: center;
}

.border_line {
  position: relative;
}

.border_line::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 0px;
  background-color: #78A0A2;
}

.border_line.js-animate::before {
  width: 100%;
  transition: 1.2s ease;
}

/* ----------------------- */
/* no12about
/* ----------------------- */

.no12about {
  margin-bottom: 382px;
  position: relative;
}


.no12about__mv {
  width: 100%;
  height: 770px;
  background-color: #60A2A2;
  box-sizing: border-box;
  margin-bottom: 85px;
}

.no12about__mv_img {
  width: 57.29%;
  height: 770px;
  position: absolute;
  top: 0;
  left: 0;
}

.no12about__mv_contents {
  padding-top: 267px;
  margin-left: auto;
  max-width: 565px;
  position: relative;
  z-index: 1;
}

.no12about__title {
  width: 100%;
  max-width: 176px;
  margin: 0 auto 117px;
}

.no12about__mv_text,
.no12about__text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.no12about__mv_text .small_logo {
  width: 54px;
  vertical-align: 12px;
  display: inline-block;
  margin-top: -12px;
}

.no12about__mv_text--sm {
  font-size: 2rem;
}

.no12about__text {
  color: #717070;
  max-width: 540px;
  margin-bottom: 100px;
}


.no12about__text .small_logo {
  width: 54px;
  vertical-align: 10px;
  margin-top: -10px;
  margin-left: -9px;
  display: inline-block;
}


.no12about__img_wrapper {
  display: flex;
  justify-content: space-between;
}

.no12about__img1 {
  flex: 0 1 47%;
  height: 602px;
}



.no12about__img2 {
  flex: 0 1 46.6%;
  width: 46.6%;
  height: 600px;
  margin-top: -245px;
}


/* ----------------------- */
/* no12item
/* ----------------------- */
.no12item {
  margin-bottom: 326px;
}


.no12item .section__title_decoration {
  top: 11px;
  max-width: 131px;
}


.itemList {
  margin-top: 130px;
}

.itemList__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 285px;
}

.itemList__item:last-child {
  margin-bottom: 0;
}

.itemList__thumbnail {
  flex: 0 1 50%;
  height: 426px;
}

.itemList__text_wrapper {
  flex: 0 1 44%;
}

.itemList__item_title {
  color: #60A2A2;
  font-size: 3.5rem;
  line-height: 1.57;
  margin-bottom: 75px;
}

.itemList__item_title .number_img {
  vertical-align: 15px;
  margin-top: -15px;
}

.itemList__text,
.itemList__item_detail {
  color: #6F7070;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

.itemList__text--lg {
  font-size: 5.4rem;
}

.itemList__item_detail {
  display: flex;
}

.itemList__item_detail:last-of-type {
  margin-bottom: 25px;
}

.itemList__item_detail dt {
  flex: 0 0 85px;
}


/* ----------------------- */
/* howToUse
/* ----------------------- */

.howToUse {
  margin-bottom: 304px;
}

.howToUse .section_inner {
  max-width: 1075px;
}

.howToUse .section__title_decoration {
  top: -2px;
  max-width: 308px;
}

.howToUse__list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.howToUse__item {
  flex: 0 1 29.95%;
}

.howToUse__item_number {
  width: 65px;
  display: block;
  position: relative;
  z-index: 1;

}

.howToUse__item_img {
  max-width: 264px;
  margin: -70px auto 30px;
}

.howToUse__item_text {
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 500;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.howToUse__item_text .small_logo {
  width: 34px;
  display: inline-block;
  vertical-align: 9px;
  margin: -9px 2px 0;
}

.howToUse__attention {
  text-align: right;
  margin-top: 110px;
}

.howToUse__attention .small_logo {
  width: 36px;
  display: inline-block;
  vertical-align: 8px;
  margin-left: -8px;
}


/* ----------------------- */
/* faq
/* ----------------------- */

.faq {
  padding: 175px 0 188px;
  background-color: #E0E0E0;
  margin-bottom: 221px;
}


.faq .section__title_decoration {
  top: 0px;
  max-width: 222px;
}

.faqList {
  margin-top: 114px;
}

.faqList__item {
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.faqList__item:last-child {
  margin-bottom: 0;
}

.faqList__item_question {
  display: flex;
  background-color: #fff;
  padding: 10px 27px 10px 17px;
  cursor: pointer;
}

.faqList__item .icon {
  flex: 0 0 auto;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 28px;
}

.faqList__item_question .icon {
  color: #6DA0A3;
}

.faqList__item_title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 5px 20px 0 0;
}

.faqList__item_question .caret {
  flex: 0 0 24px;
  padding-top: 6px;
  margin-left: auto;
}

.faqList__item_question .caret img {
  transition: .2s;
}

.js-accordion.open .caret img {
  transform: rotate(-180deg);
  transition: .3s;
}

.faqList__item_answerWrapper {
  display: none;
}

.faqList__item_answer {
  display: flex;
  padding: 29px 45px 24px 21px;
}

.faqList__item_text {
  color: #707070;
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 500;
  margin-top: -9px;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.faqList__item_text .small_logo {
  width: 43px;
  vertical-align: 7px;
  display: inline-block;
}



/* ----------------------- */
/* sticky_bar
/* ----------------------- */

.sticky_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #60A2A2;
  padding: 16px 0;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.sticky_bar__img {
  max-width: 72px;
  width: 100%;
  margin-right: 42px;
}

.sticky_bar__text {
  color: #fff;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 42px;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}



/* 1200px 
--------------------------------------------- */
@media (max-width: 1200px) {

  .company .section_inner {
    padding: 0;
    margin: 0 25px;
  }


  .no12about__text {
    max-width: 45%;
  }



}

/* 1024px 
--------------------------------------------- */
@media (max-width: 1024px) {

  .about .section__title {
    line-height: 1.5;
  }

  .scene__title {
    font-size: 3.2rem;
  }


}

/* 767px 
--------------------------------------------- */
@media (max-width: 767px) {

  /* ----------------------- */
  /* mv 767px
  /* ----------------------- */

  .mv {
    background-image: url(../img/mv_sp.jpg);
    height: calc(100vh - 56.5px);
    margin: 56.5px auto 72px;
    background-position: 70% 50%;
  }

  .mv__inner {
    padding: 0px 15px;
    top: 70px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 100%;
  }


  .mv__title {
    font-size: 2.25rem;
    line-height: 1.77;
    margin-left: 0.75em;
  }


  .scBar::after {
    height: 61px;
  }

  /* ----------------------- */
  /* about　767px
  /* ----------------------- */

  .about {
    margin-bottom: 70px;
  }

  .about__text {
    font-size: 1.5rem;
    line-height: 1.66;
  }


  /* ----------------------- */
  /* originalBrand　about　767px
  /* ----------------------- */

  .originalBrand {
    padding-bottom: 106px;
  }

  .originalBrand .section__title_decoration {
    top: 18px;
    max-width: 200px;
  }

  .originalBrand__heading {
    margin: 65px auto 30px;
  }

  .originalBrand__logo {
    max-width: 65px;
    margin: 0 auto 15px;
  }

  .originalBrand__heading_text {
    font-size: 1.65rem;
    line-height: 1.7;
  }

  .swiper1 {
    padding-bottom: 103px;
    padding-bottom: 63px;
  }

  .card {
    max-width: 100%;
  }

  .card__body {
    max-width: 323px;
    margin: 0 auto;
  }

  .card__thumbnail {
    margin-bottom: 0px;
    height: auto;
    margin-bottom: 10px;
  }

  .card__title {
    font-size: 1.35rem;
    max-width: 240px;
    margin: 0 auto 10px;
  }

  .card__title.mb1 {
    margin-bottom: 10px;
  }

  .card__text {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 240px;
    margin: 0 auto;
  }

  .card__text--lg {
    font-size: 2.45rem;
  }

  .number_img {
    width: 11px;
    vertical-align: 0px;
  }

  .originalBrand__btn .icon {
    width: 19px;
    vertical-align: -4px;
    margin-right: 9px;
  }


  .swiper1 .swiper-button-prev,
  .swiper1 .swiper-button-next {
    width: 35px;
    bottom: 10px;
  }


  .swiper1 .swiper-button-next {
    right: calc(50% - 80px);
  }

  .swiper1 .swiper-button-prev {
    left: calc(50% - 40px);
  }

  /* ----------------------- */
  /* shopBlog 767px
  /* ----------------------- */

  .shopBlog {
    margin-bottom: 210px;
  }

  .shopBlog .section__title_decoration {
    bottom: -21px;
    max-width: 223.5px;
  }

  .shopBlog__inner {
    margin: 35px auto 0;
  }

  .shopBlog__contents {
    top: 80%;
  }

  .shopBlog__text {
    font-size: 1.25rem;
    line-height: 1.68;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .66);
    margin-bottom: 96px;
  }

  /* ----------------------- */
  /* company 767px
  /* ----------------------- */

  .company {
    margin-bottom: 60px;
  }

  .company .section_inner {
    border-top: 2px solid #000;
  }

  .company__title {
    font-size: 1.25rem;
    margin: 20px 0 15px;
  }

  .company__title--lg {
    font-size: 2rem;
  }

  .company__contents {
    display: block;
  }

  .company__text_wrapper {
    flex: 0 1 auto;
    margin-bottom: 34px;
  }

  .company__text {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .company__business_title {
    font-size: 1.25rem;
    margin: 40px 0 10px;
  }

  .company__business li {
    line-height: 1.73;
    font-size: 1.15rem;
  }

  .company__img {
    flex: 0 1 auto;
    height: 166px;
  }

  .company__btn_wrapper {
    margin: 33px auto 0;
  }

  .company__btn_wrapper .window {
    width: 12px;
    vertical-align: 0px;
    margin-left: 5px;
  }

  /* ----------------------- */
  /* no12_mv 767px
  /* ----------------------- */


  .no12_mv {
    background-image: url(../img/number_twelve_mv_sp.jpg);
    background-position: 62% 50%;
    margin: 56.5px auto 29px;
  }

  .no12_mv__inner {
    padding-top: 294px;
    padding-top: 64vh;
    margin: 0 auto 0 20px;
  }

  .no12_mv__logo {
    max-width: 84px;
    display: none;
  }

  .no12_mv__title {
    font-size: 2.25rem;
    line-height: 1.77;
    text-align: left;
  }

  /* ----------------------- */
  /* scene
/* ----------------------- */

  .scene {
    margin-bottom: 45px;
  }

  .scene__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
  }

  .scene__item {
    flex: 0 1 45%;
    max-width: 340px;
  }

  .scene__item:first-child {
    flex: 0 1 100%;
  }

  .scene__item_number {
    max-width: 68px;
    margin-bottom: -6px;
  }

  .scene__item:first-child .scene__item_number {
    margin: 0 0 -5px 75px;
  }

  .scene__item_title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .scene__item_img {
    max-width: 100px;
    width: 100px;
    height: 100px;
  }

  .scene__title {
    font-size: 1.9rem;
    line-height: 2;
  }

  .border_line.sp {
    display: inline-block;
    line-height: 1.3;
  }



  /* ----------------------- */
  /* no12about 767px
  /* ----------------------- */

  .no12about {
    margin-bottom: 79px;
  }

  .no12about__mv {
    height: 435px;
    margin-bottom: 145px;
  }

  .no12about__mv .section_inner {
    padding-right: 0;
  }

  .no12about__mv_img {
    width: 100%;
    height: 435px;
  }

  .no12about__mv_contents {
    padding-top: 68px;
    margin-left: 0;
    max-width: 100%;
  }

  .no12about__title {
    max-width: 88px;
    margin: 0 auto 275px;
  }

  .no12about__mv_text {
    padding: 16px 24px;
    background-color: #60A2A2;
    max-width: 300px;
    margin-left: auto;
    box-sizing: border-box;
  }

  .no12about__mv_text,
  .no12about__text {
    font-size: 1.25rem;
    line-height: 1.68;
  }

  .no12about__mv_text .small_logo {
    width: 24px;
    vertical-align: 6px;
    margin-top: -6px;
    margin-right: 2px;
  }

  .no12about__mv_text--sm {
    font-size: 1rem;
  }

  .no12about__text {
    max-width: 268px;
    margin-bottom: 32px;
  }

  .no12about__text .small_logo {
    width: 24px;
    vertical-align: 6px;
    margin-top: -6px;
    margin-left: -3px;
  }


  .no12about__img_wrapper {
    width: 100%;
    height: 260px;
    display: block;
    position: relative;
  }

  .no12about__img {
    position: absolute;
    flex: 0 1 auto;
  }

  .no12about__img2 {
    width: 61%;
    max-width: 235px;
    height: 177px;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: 0;
  }

  .no12about__img1 {
    bottom: 0;
    left: 0;
    width: 59.3%;
    height: 202.5px;
  }

  .no12about__img1 img {
    object-position: 92% center;
  }

  .no12about__img2 img {
    object-position: 29% center;
    font-family: 'object-position: 29% center;';
  }


  /* ----------------------- */
  /* no12item 767px
  /* ----------------------- */

  .no12item {
    margin-bottom: 101px;
  }


  .no12item .section__title_decoration {
    top: 12px;
    max-width: 66px;
  }


  .itemList {
    margin-top: 30px;
  }

  .itemList__item {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 120px;
  }

  .itemList__item:last-child {
    margin-bottom: 0;
  }

  .itemList__thumbnail {
    flex: 0 1 auto;
    margin-bottom: 10px;
    height: 220px;
    order: -1;
  }

  .itemList__text_wrapper {
    flex: 0 1 auto;
  }

  .itemList__item_title {
    font-size: 2rem;
    line-height: 1.37;
    margin-bottom: 10px;
  }

  .itemList__item_title .number_img {
    width: 16px;
    vertical-align: 0px;
    margin-top: 0;
  }

  .itemList__text,
  .itemList__item_detail {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 600;
  }

  .itemList__text:first-of-type {
    margin-bottom: 15px;
  }

  .itemList__text--lg {
    font-size: 2.25rem;
  }

  .itemList__item_detail {
    display: flex;
    font-size: 1.2rem;
    line-height: 1.45;
  }

  .itemList__item_detail:last-of-type {
    margin-bottom: 12px;
  }

  .itemList__item_detail dt {
    flex: 0 49px;
  }

  /* ----------------------- */
  /* howToUse 767px
  /* ----------------------- */

  .howToUse {
    margin-bottom: 64px;
  }

  .howToUse .section__title_decoration {
    top: 9px;
    max-width: 154px;
  }

  .howToUse__list {
    display: block;
    margin-top: 0px;
  }

  .howToUse__item {
    flex: 0 1 auto;
    max-width: 288px;
    margin: 0 auto;
    position: relative;
  }

  .howToUse__item_number {
    width: 32px;
    position: absolute;
    top: -65px;
    left: 27%;
  }

  .howToUse__item_img {
    max-width: 200px;
    margin: 75px auto 20px;
  }

  .howToUse__item_text {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .howToUse__item_text .small_logo {
    width: 30px;
    vertical-align: 6px;
    margin: -6px 2px 0;
  }

  .howToUse__attention {
    margin: 42px 0 0 auto;
  }

  .howToUse__attention .small_logo {
    width: 28px;
    vertical-align: 6px;
    margin-top: -6px;
    margin-left: 17px;
  }


  /* ----------------------- */
  /* faq 767px
  /* ----------------------- */

  .faq {
    padding: 87px 0 84px;
    margin-bottom: 84px;
  }


  .faq .section__title_decoration {
    top: 8px;
    max-width: 111px;
  }

  .faqList {
    margin-top: 70px;
  }

  .faqList__item {
    margin-bottom: 20px;
  }

  .faqList__item_question {
    padding: 5px 13px 5px 8px;
  }

  .faqList__item .icon {
    font-size: 2.4rem;
    margin-right: 14px;
  }

  .faqList__item_title {
    font-size: 1.4rem;
    padding: 2px 10px 0 0;
  }

  .faqList__item_question .caret {
    flex: 0 0 14px;
    padding-top: 0px;
  }

  .faqList__item_question .caret img {
    vertical-align: 1px;
  }

  .faqList__item_answer {
    padding: 14px 17px 18px 10px;
  }

  .faqList__item_text {
    font-size: 1.3rem;
  }

  .faqList__item_text .small_logo {
    width: 32px;
    vertical-align: 6px;
  }







  /* ----------------------- */
  /* sticky_bar 767px
  /* ----------------------- */

  .sticky_bar {
    padding: 8px 0;
    bottom: 20px;
  }

  .sticky_bar__img {
    max-width: 36px;
    margin-right: 18px;
  }

  .sticky_bar__text {
    font-size: 1.75rem;
    margin-left: 17px;
  }








}



/* 480px 
--------------------------------------------- */
@media (max-width: 480px) {


  .shopBlog__contents {
    top: 100%;
  }
}