@charset "UTF-8";

/* ----------------------- */
/* base
/* ----------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 2.33;
  letter-spacing: 0.1em;
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}

.trajan {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

/* ----------------------- */
/* layout
/* ----------------------- */

.section_wrapper {
  margin-bottom: 100px;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

.sp {
  display: none;
}

/* ----------------------- */
/* parts
/* ----------------------- */

.section_title {
  color: rgba(0, 0, 0, .3);
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-lr;
}

.zoomOut_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.zoomOut {
  transform: scale(1.17);
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transition: all .2s;
}

.zoomOut.js-move {
  transition: all 2.5s cubic-bezier(.165, .84, .44, 1);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}


.objectfit_cover {
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.objectfit_contain {
  height: auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* ----------------------- */
/* header
/* ----------------------- */

.header {
  width: 100%;
  /* height: 100vh; */
  height: 750px;
  position: relative;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header__logo {
  width: 155px;
  padding: 40px 0 0 40px;
}

.header__title {
  width: 100%;
  max-width: 432px;
  margin: 48px 16.8% 0 auto;
}

.header__btn {
  max-width: 120px;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header__scroll {
  position: absolute;
  bottom: 100px;
  left: 86px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1;
  writing-mode: vertical-lr;
}

.header__scroll::after {
  content: '';
  position: absolute;
  bottom: -127px;
  left: -10px;
  width: 1px;
  height: 180px;
  background: #333;
  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%;
  }
}

.fixed_btn {
  position: absolute;
  bottom: -230px;
  right: 0;
  width: 120px;
  max-width: 120px;
  width: 100%;
  z-index: 11;
}

.fixed_btn.fixed {
  position: fixed;
}

/* ----------------------- */
/* concept
/* ----------------------- */

.concept {
  background-image: url(../img/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 129px;
  padding-bottom: 88px;
  margin-bottom: 82px;
}

.concept__content {
  display: flex;
}

.concept__content--second {
  margin-top: 60px;
  justify-content: flex-end;
}

.concept__detail {
  flex: 0 1 800px;
  width: 100%;
  max-width: 800px;
}

.concept__img {
  margin-bottom: 27px;
  box-shadow: 0 0 27px rgba(0, 0, 0, .07);
}

.concept__text {
  line-height: 2.66;
  letter-spacing: 0.13em;
  text-align: justify;
}

.concept__lead {
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.12em;
  writing-mode: vertical-lr;
  margin-left: 66px;
  margin-right: 30px;
}

.concept__content--second .concept__lead {
  margin-left: 0;
  margin-right: 68px;
}

.concept__title {
  margin-top: -67px;
}

/* ----------------------- */
/* products
/* ----------------------- */

.products__title_wrapper {
  max-width: 96.5%;
}

.products__title {
  margin-left: auto;
  margin-bottom: -159px;
}

.products_media {
  display: flex;
  max-width: 94%;
  padding-right: 40px;
}

.products_media--second {
  margin-top: 80px;
}

.products_media__img_wrapper {
  flex: 0 1 54.54%;
  height: 525px;
  position: relative;
}

.products_media__img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 27px rgba(0, 0, 0, .07);
}

.products_media__detail {
  flex: 0 0 46%;
  max-width: 535px;
  margin-left: 4%;
  margin-top: 30px;
}

.products_media__title {
  font-size: 2.4rem;
  line-height: 1.87;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}

.products_media__text--sm {
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

.products_media__text--md {
  font-size: 2.2rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.products_media__text--sm span,
.products_media__text--md span {
  font-size: 1.2rem;
}

.products_media__postage {
  color: #333;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-left: 15px;
  vertical-align: 1px;
}

.products_media__text {
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 16px;
}


.products_media__thumbnail {
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  z-index: 1;
}

.products_media__thumbnail li {
  width: 100px;
  height: 80px;
  margin-bottom: 2px;
}

.products_media__thumbnail li a {
  width: 100%;
  height: 100%;
  position: relative;
}


.products_media__thumbnail li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 1;
}

.products_media__thumbnail li a.active::before {
  background-color: rgba(255, 255, 255, 0);
}

.products .shopify-buy-frame {
  max-width: 410px !important;
}

/* ----------------------- */
/* modal
/* ----------------------- */

body.noscroll {
  overflow: hidden;
}

.modal {
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.modal__bg {
  background: rgba(203, 203, 203, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -3px;
  width: 27px;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  /* height: calc(var(--vh, 1vh) * 100); */
  background-color: #fff;
}

.modal__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 60px;
  box-sizing: border-box;
}

.modal__title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.18em;
  margin-bottom: 19px;
}

.modal__table {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}

.modal__table dl {
  line-height: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.modal__table dl:last-child {
  border-bottom: none;
}

.modal__table dt {
  flex: 0 0 254px;
  border-right: 1px solid #d9d9d9;
  padding: 21px 10px 21px 34px;
  box-sizing: border-box;
}

.modal__table dd {
  flex: 0 1 545px;
  padding: 21px 10px 21px 47px;
  box-sizing: border-box;
}

.modal__text {
  letter-spacing: 0.13em;
}

/* ----------------------- */
/* gallery
/* ----------------------- */

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

.gallery__img_wrapper {
  flex: 0 1 50%;
  max-width: 560px;
}

.gallery__img {
  height: 388px;
}

.gallery__img:first-of-type {
  margin-bottom: 50px;
}

.gallery__img_lg {
  flex: 0 1 45.5%;
  max-width: 510px;
  height: 673px;
}

/* ----------------------- */
/* story
/* ----------------------- */

.story {
  background-image: url(../img/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% center;
}

.story__inner {
  max-width: 90.9%;
  margin-left: auto;
}

.story__media {
  display: flex;
  justify-content: flex-end;
}

.story__content {
  flex: 0 1 49.2%;
  max-width: 630px;
  padding-top: 42px;
  padding-bottom: 20px;
  margin-right: 53px;
}

.story__title {
  margin-left: auto;
  margin-bottom: -90px;
}

.story__lead {
  font-size: 2.2rem;
  letter-spacing: 0.13em;
  line-height: 2.27;
  margin-bottom: 16px;
  max-width: 495px;
}

.story__lead span {
  font-size: 1.6rem;
}

.story__text {
  line-height: 2.66;
  letter-spacing: 0.13em;
  max-width: 558px;
  text-align: justify;
}

.story__img {
  flex: 0 1 46.8%;
  height: 570px;
  box-shadow: 0 0 27px rgba(0, 0, 0, .07);
}

/* ----------------------- */
/* introduction
/* ----------------------- */

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

.introduction__img {
  flex: 0 1 26.8%;
  max-width: 300px;
  height: 300px;
}

.introduction__content {
  flex: 0 1 68.7%;
  max-width: 770px;
}

.introduction__title {
  font-size: 2.2rem;
  letter-spacing: 0.13em;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 30px;
}

.introduction__text {
  line-height: 2.66;
  letter-spacing: 0.13em;
  text-align: justify;
}


/* ----------------------- */
/* feature
/* ----------------------- */

.feature {
  background-image: url(../img/feature_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 61px 0 100px;
  margin-bottom: 60px;
}

.feature__inner {
  max-width: 1290px;
  margin: 0 auto;
}

.feature__content {
  display: flex;
  padding-left: 123px;
}

.feature__media {
  display: flex;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 72px;
  margin-right: auto;
  padding-right: 20px;
}

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

.feature__lead {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2;
  writing-mode: vertical-lr;
  margin-right: 8.1%;
  padding-left: 40px;
  margin-top: 34px;
}

.feature__media_img {
  flex: 0 0 156px;
  max-width: 156px;
  width: 100%;
  height: 156px;
  margin-right: 34px;
  box-shadow: 0 0 27px rgba(0, 0, 0, .07);
}

.feature__media_text_wrapper {
  max-width: 673px;
}

.feature__media_title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
}

.feature__media_text {
  line-height: 2.13;
  letter-spacing: 0.05em;
  text-align: justify;
}

.feature__title {
  line-height: 1;
  align-self: start;
  margin-left: auto;
  padding: 0 20px;
}

/* ----------------------- */
/* voice
/* ----------------------- */

.voice__heading {
  margin: 0 auto;
  max-width: 1240px;
}

@media (max-width: 1280px) {
  .voice__heading {
    padding-right: 20px;
  }
}

.voice__title {
  margin-left: auto;
}

.voice__lead {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 2.27;
  margin-top: -93px;
  /* margin-bottom: 42px; */
  margin-bottom: 55px;
}

.voice__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.voice__item_content {
  flex: 0 1 45.5%;
}

.voice__item_name {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
}

.voice__item_position {
  letter-spacing: 0.13em;
  display: block;
  margin-bottom: 15px;
}

.voice__item_text {
  line-height: 2.3;
  letter-spacing: 0.13em;
  text-align: justify;
}

.voice__item_img {
  flex: 0 1 50%;
  box-shadow: 0 0 27px rgba(0, 0, 0, .07);
}

.voice__text {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.13em;
}

.media_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 975px;
  margin: 70px auto 0;
}

.media {
  width: 100%;
}

.media1 {
  flex: 0 1 21.23%;
  max-width: 207px;
}

.media2 {
  flex: 0 1 16.82%;
  max-width: 164px;
}

.media3 {
  flex: 0 1 18.05%;
  max-width: 176px;
}

.media4 {
  flex: 0 1 24.3%;
  max-width: 237px;
}

/* ----------------------- */
/* footer
/* ----------------------- */

.footer {
  width: 100%;
  background-color: #333;
}

.footer__inner {
  max-width: 585px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}

.footer__logo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 44px;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 41px;
}

.footer__nav_item:nth-of-type(2) .footer__nav_link {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.footer__nav_link {
  color: #fff;
  font-family: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 20px;
}

.footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.13em;
  display: block;
  text-align: center;
}



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


  .inner {
    padding: 0 20px;
  }

  .section__title {
    font-size: 2.8rem;
  }

  .products_media__img_wrapper {
    flex: 0 1 52%;
  }

  .products__title_wrapper {
    max-width: 100%;
    padding-right: 20px;
  }

  .products_media__detail {
    flex: 0 0 49%;
    margin-left: 3%;
    margin-top: 10px;
  }

  .products_media__title {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .story__inner {
    max-width: 100%;
    padding-left: 20px;
  }

  .story__title {
    margin-bottom: -80px;
  }

  .story__media {
    align-items: center;
    justify-content: space-between;
  }

  .story__content {
    flex: 0 1 54%;
    padding: 10px 0;
    margin-right: 30px;
  }

  .story__lead {
    font-size: 2rem;
    font-size: clamp(1.9rem, 1.7vw, 2.2rem);
    letter-spacing: 0;
    max-width: 425px;
  }

  .story__text {
    line-height: 2.4;
  }

  .story__img {
    flex: 0 1 41%;
  }


  .feature__content {
    padding-left: 0;
  }


  .feature__lead {
    font-size: 2.3rem;
    margin-right: 4%;
    padding-left: 20px;
  }

  .feature__media_img {
    margin-right: 24px;
  }


}


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

  .header {
    background-position: 25% center;
  }

}



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

  .feature__media {
    align-items: flex-start;
  }

}



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

  /* ----------------------- */
  /* base 767px
  /* ----------------------- */


  body {
    font-size: 1.3rem;
    line-height: 1.92;
    letter-spacing: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  /* ----------------------- */
  /* layout 767px
  /* ----------------------- */

  .section_wrapper {
    margin-bottom: 60px;
  }

  .inner {
    padding: 0 15px;
  }

  /* ----------------------- */
  /* parts 767px
  /* ----------------------- */

  .section_title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  /* ----------------------- */
  /* header 767px
  /* ----------------------- */

  .header {
    width: 100%;
    height: 603px;
    background-image: url(../img/mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .header__logo {
    width: 67px;
    padding: 15px 0 0 15px;
  }

  .header__title {
    max-width: 225px;
    margin: 24px auto 0;
  }

  .header__btn {
    bottom: -60px;
    max-width: 60px;
  }

  .header__scroll {
    bottom: 25px;
    left: 20px;
    font-size: 1.3rem;
  }

  .header__scroll::after {
    bottom: -37px;
    left: -5px;
    height: 90px;
  }

  .fixed_btn {
    bottom: 0px;
    width: 60px;
    max-width: 60px;
  }

  /* ----------------------- */
  /* concept 767px
  /* ----------------------- */

  .concept {
    padding-top: 78px;
    padding-bottom: 47px;
    margin-bottom: 44px;
  }

  .concept__content {
    flex-wrap: wrap;
  }

  .concept__content--second {
    margin-top: 60px;
    justify-content: flex-start;
  }

  .concept__detail {
    max-width: 100%;
    order: 5;
  }

  .concept__img {
    flex: 0 1 76.8%;
    margin-bottom: 27px;
    /* height: 309px; */
    height: auto;
    order: 0;
  }

  .concept__text {
    line-height: 1.92;
    letter-spacing: 0.13em;
  }

  .concept__lead {
    font-size: 1.9rem;
    line-height: 1.71;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: 0;
    order: 1;
  }

  .concept__content--second .concept__lead {
    margin-left: 0;
    margin-right: auto;
    order: -5;
  }

  .concept__title {
    flex: 0 1 100%;
    writing-mode: horizontal-tb;
    margin-top: 0px;
    margin-bottom: 30px;
    align-self: flex-start;
    order: -5;
  }

  /* ----------------------- */
  /* products 767px
  /* ----------------------- */

  .products__title_wrapper {
    max-width: 100%;
  }

  .products__title {
    margin-bottom: -81px;
    position: relative;
    z-index: 2;
    margin-right: -12px;
  }

  .products_media {
    display: block;
    max-width: 100%;
    padding: 0 15px;
  }

  .products_media--second {
    margin-top: 40px;
  }

  .products_media__img_wrapper {
    flex: 0 1 auto;
    height: auto;
  }

  .products_media__img {
    height: 210px;
    margin-bottom: 10px;
  }

  .products_media__detail {
    flex: 0 1 auto;
    max-width: 100%;
    margin: 12px auto 0;
  }

  .products_media__title {
    font-size: 1.6rem;
    line-height: 1.71;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .products_media__text--sm {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .products_media__text--md {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .products_media__text--sm span,
  .products_media__text--md span {
    font-size: 1.1rem;
  }

  .products_media__sp_border {
    padding: 11px 0 9px;
    border-top: 1px solid rgba(51, 51, 51, .3);
    border-bottom: 1px solid rgba(51, 51, 51, .3);
  }

  .products_media__postage {
    font-size: 1.1rem;
    margin-left: 10px;
  }

  .products_media__text {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .products_media__thumbnail {
    position: static;
    transform: translateY(0);
    display: flex;
    justify-content: space-between;
    max-width: 213px;
    margin: 0 auto;
  }

  .products_media__thumbnail li {
    width: 69px;
    height: 55px;
    margin-bottom: 0;
  }


  .products .shopify-buy-frame {
    max-width: 344px !important;
    margin: -3px auto 0;
  }


  /* ----------------------- */
  /* modal 767px
  /* ----------------------- */

  .modal {
    height: calc(var(--vh, 1vh) * 100);
  }


  .modal__close::before,
  .modal__close::after {
    top: 33px;
    right: -1px;
  }

  .modal__inner {
    width: calc(100% - 30px);
  }

  .modal__content {
    padding: 25px 15px 23px;
  }

  .modal__title {
    font-size: 1.6rem;
    margin-bottom: 9px;
  }

  .modal__table {
    margin-bottom: 8px;
  }

  .modal__table dt {
    flex: 0 1 42%;
    line-height: 1.5;
    padding: 13px 10px 13px 14px;
  }

  .modal__table dd {
    flex: 0 1 58%;
    padding: 13px 10px 13px 14px;
  }

  .modal__text {
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  /* ----------------------- */
  /* gallery 767px
  /* ----------------------- */

  .gallery__img_wrapper {
    flex: 0 1 50%;
    max-width: 560px;
  }

  .gallery__img {
    height: 119px;
  }

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

  .gallery__img_lg {
    height: 206px;
  }


  /* ----------------------- */
  /* story 767px
  /* ----------------------- */

  .story {
    background-image: url(../img/story_bg_sp.jpg);
    background-position: center center;
    padding: 38px 0 64px;
  }

  .story__inner {
    max-width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }

  .story__media {
    display: block;
  }

  .story__content {
    flex: 0 1 auto;
    max-width: 100%;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .story__title {
    writing-mode: horizontal-tb;
    margin-left: auto;
    margin-bottom: 12px;
  }

  .story__lead {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.84;
    margin-bottom: 7px;
    max-width: 495px;
  }

  .story__lead span {
    font-size: 1.5rem;
  }

  .story__text {
    line-height: 1.92;
    letter-spacing: 0;
    max-width: 100%;
  }

  .story__img {
    flex: 0 1 auto;
    height: 286px;
  }

  /* ----------------------- */
  /* introduction 767px
  /* ----------------------- */

  .introduction__media {
    display: block;
  }

  .introduction__img {
    max-width: 175px;
    height: 175px;
    margin: 0 auto;
  }

  .introduction__content {
    max-width: 100%;
  }

  .introduction__title {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 30px 0 12px;
  }

  .introduction__text {
    line-height: 1.92;
    letter-spacing: 0;
  }

  /* ----------------------- */
  /* feature 767px
  /* ----------------------- */

  .feature {
    background-image: url(../img/feature_bg_sp.jpg);
    background-position: center center;
    padding: 61px 0 56px;
    margin-bottom: 44px;
  }

  .feature__inner {
    padding: 0 15px;
  }

  .feature__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .feature__media_list {
    margin-top: 58px;
  }

  .feature__media {
    display: block;
    margin-top: 51px;
    padding-right: 0;
    margin: 0 auto 35px;
  }

  .feature__lead {
    letter-spacing: 0.12em;
    padding-left: 0px;
    letter-spacing: 0.1em;
    line-height: 1.84;
    font-size: 1.9rem;
    margin: -54px auto 0;
  }

  .feature__media_img {
    max-width: 690px;
    height: 160px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .feature__media_text_wrapper {
    max-width: 690px;
  }

  .feature__media_title {
    font-size: 1.7rem;
    line-height: 1.76;
    letter-spacing: 0;
    margin-bottom: 9px;
  }

  .feature__media_text {
    line-height: 1.92;
    letter-spacing: 0;
  }

  .feature__title {
    padding: 0;
    order: -1;
    margin-right: -7px;
  }

  /* ----------------------- */
  /* voice 767px
  /* ----------------------- */

  .voice__lead {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    line-height: 1.71;
    margin-top: -50px;
    margin-bottom: 10px;
  }

  .voice__list {
    max-width: 300px;
    /* width: 80%; */
    margin: 0 auto;
  }

  .voice__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .voice__item_content {
    flex: 0 1 100%;
  }

  .voice__item_name {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .voice__item_position {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .voice__item_text {
    line-height: 1.92;
    letter-spacing: 0;
  }

  .voice__item_img {
    flex: 0 1 100%;
    order: -1;
    margin-bottom: 15px;
  }

  .voice__text {
    font-size: 1.9rem;
    line-height: 1.71;
    letter-spacing: 0.1em;
  }

  .media_wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 975px;
    margin: 20px auto 0;
  }

  .media {
    flex: 0 1 50%;
    width: 100%;
    margin: 0 auto;
  }

  .media1 {
    max-width: 133px;
    margin-bottom: 29px;
  }

  .media2 {
    max-width: 105px;
    margin-bottom: 29px;
  }

  .media3 {
    max-width: 113px;
  }

  .media4 {
    max-width: 152px;
  }

  /* ----------------------- */
  /* footer 767px
  /* ----------------------- */

  .footer__inner {
    padding: 40px 20px 16px;
  }

  .footer__logo {
    max-width: 75px;
    margin: 0 auto 23px;
  }

  .footer__nav {
    display: block;
    text-align: center;
    margin-bottom: 18px;
  }

  .footer__nav_item:nth-of-type(2) .footer__nav_link {
    border-right: none;
    border-left: none;
    margin: 9px 0;
  }

  .footer__nav_link {
    font-family: 1.2rem;
    letter-spacing: 0.03em;
    padding: 0;
  }

  .footer__copyright {
    font-size: .9rem;
    letter-spacing: 0;
  }



}


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