@charset "UTF-8";
/* ACCORDER Inc. */
/* Base Style
----------------------- */
*, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
  display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
  height: 1px;
} /* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
  display: block;
}

.clear {
  clear: both;
} /* End hide from IE-mac */
img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizequality;
  vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
a {
  text-decoration: none;
}

a._hover {
  text-decoration: none;
  opacity: 0.7;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* wrapper  ----------------------- */
#wrapper {
  background: #EDE4CD;
}
#wrapper img {
  width: 100%;
  height: auto;
}
#wrapper .all_text {
  font-size: 15px;
  line-height: 2.1333333333;
}

#wrapper.fixed .mega_menu_content {
  overflow-y: auto;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.6);
}
#wrapper.fixed .mega_menu_content nav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/* color  ----------------------- */
.base_text {
  color: #5A1E0F;
}

/* font  ----------------------- */
.all_font_noto_sans_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.all_font_cinzel {
  font-family: "Cinzel", serif;
}

/*共通  ----------------------- */
.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-family: inherit;
}

/* #ie IE非対応表示
=========================================== */
_:-ms-input-placeholder, :root #loading_wrapper {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, #loading_wrapper {
  display: none;
}

_:-ms-input-placeholder, :root #wrapper {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, #wrapper {
  display: none;
}

_:-ms-input-placeholder, :root .ie {
  display: block;
}

_:-ms-lang(x)::-ms-backdrop, .ie {
  display: block;
}

.ie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  text-align: left;
}
.ie div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* #info お知らせ
=========================================== */
.info {
  background: #fff !important;
  padding: 20px 20px 30px !important;
}
.info ._acd_wrapper {
  margin-top: 0 !important;
  border: 1px solid rgba(60, 36, 33, 0.08) !important;
}
.info ._acd_wrapper ._acd-label {
  font-weight: 500;
}
.info ._acd_wrapper ._qcd_text {
  line-height: 2 !important;
}
.info ._acd_wrapper ._qcd_text span {
  display: block;
}
.info ._acd_wrapper ._qcd_text ._bold {
  margin: 0.8rem 0;
  font-weight: bold;
}
.info ._acd_wrapper ._qcd_text ._small {
  margin: 0.5rem 0;
  font-size: 12px;
}

/* pc_logo PCのみロゴ
=========================================== */
.pc_logo {
  position: fixed;
  top: 2.5%;
  left: 2%;
  width: 150px;
  height: auto;
}

/* pc_menu PCのみメニュー
=========================================== */
.pc_menu {
  position: fixed;
  top: 5%;
  left: 32%;
  z-index: 10;
  font-weight: 400;
}
.pc_menu li + li {
  margin-top: 0px;
}
.pc_menu .news_mt {
  margin-top: 31px;
}
.pc_menu a {
  width: 85%;
  height: 86px;
  padding-left: 23px;
  position: relative;
  display: block;
  line-height: 1;
  font-size: 17px;
  opacity: 0.5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.pc_menu a.current {
  opacity: 1;
}
.pc_menu a.current::before {
  content: "";
  display: block;
  background: #5A1E0F;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.pc_menu a img:last-child {
  padding-left: 23px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pc_menu a._hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pc_menu a._hover img:last-child {
  opacity: 1;
}

/* #loading_wrapper PCのみローディング
=========================================== */
#loading_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loading.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
#loading_wrapper .logo_img {
  width: 215px;
  height: auto;
}
#loading_wrapper .logo_img img {
  width: 100%;
}

/* pc_bg_letter PCのみ背景ロゴ
=========================================== */
.pc_bg_letter {
  position: fixed;
  top: 75%;
  left: 0;
  pointer-events: none;
}
.pc_bg_letter div {
  background: url(../img/pc_bg_letter.png) repeat-x left center/auto 88px;
  width: 100000px;
  height: 88px;
  position: relative;
  -webkit-animation: flowBg 2000s linear infinite;
          animation: flowBg 2000s linear infinite;
  will-change: transform;
}

/* pc_copy PCのみコピー
=========================================== */
.pc_copy {
  width: 100%;
  position: fixed;
  bottom: 32px;
  left: calc(55% + 40px);
  pointer-events: none;
}
.pc_copy p {
  width: 375px;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* #main コンテンツ
=========================================== */
#container {
  background: #fff;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* mega_menu メガメニュー
=========================================== */
.mega_menu_icon_wrapper {
  max-width: 480px;
  margin: 0 auto;
  padding-right: 20px;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  mix-blend-mode: exclusion;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mega_menu_icon_wrapper.hide {
  opacity: 0;
}
.mega_menu_icon_wrapper.appear {
  opacity: 1;
}
.mega_menu_icon_wrapper .mega_menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mega_menu_icon_wrapper .mega_menu_icon.hide {
  opacity: 0;
}
.mega_menu_icon_wrapper .mega_menu_icon.appear {
  opacity: 1;
}
.mega_menu_icon_wrapper .mega_menu_icon .cart {
  margin-right: 20px;
}
.mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button {
  position: relative;
  width: 36px;
  height: 20px;
}
.mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button::before, .mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: -webkit-transform 180ms;
  transition: -webkit-transform 180ms;
  transition: transform 180ms;
  transition: transform 180ms, -webkit-transform 180ms;
}
.mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button::before {
  width: 36px;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button::after {
  width: 36px;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button.active::before {
  -webkit-transform: translateY(0) rotate(25deg);
          transform: translateY(0) rotate(25deg);
}
.mega_menu_icon_wrapper .mega_menu_icon #mega_menu_button.active::after {
  width: 36px;
  -webkit-transform: translateY(0) rotate(-25deg);
          transform: translateY(0) rotate(-25deg);
}

.mega_menu_content {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  overflow: hidden;
  pointer-events: none;
}
.mega_menu_content nav {
  background: #fff;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: all;
}
.mega_menu_content ul {
  padding: 117px 20px 26px;
  overflow: auto;
}
.mega_menu_content li {
  width: 235px;
  margin-bottom: 42px;
}
.mega_menu_content li a {
  position: relative;
  display: block;
}
.mega_menu_content li a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mega_menu_content li a._hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mega_menu_content li a._hover img:last-child {
  opacity: 1;
}

/* banner バナー
=========================================== */
.banner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner ._img {
  position: relative;
}
.banner ._img ._close {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.banner ._img a._hover {
  opacity: 1;
}
.banner.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* mv メインビジュアル
=========================================== */
.mv {
  background-image: url(../img/mv_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 667px;
  position: relative;
  overflow: hidden;
}
.mv .mv_01 {
  width: 72px;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .mv_02 {
  width: 107px;
  position: absolute;
  top: 90px;
  left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mv .mv_03 {
  width: 278px;
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mv .mv_04 {
  width: 147px;
  position: absolute;
  top: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mv .mv_05 {
  width: 52px;
  position: absolute;
  top: 220px;
  right: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mv .mv_06 {
  width: 326px;
  position: absolute;
  bottom: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv_note {
  background-color: #f2f1f0;
  padding: 10px 20px;
}
.mv_note p {
  margin-bottom: 8.5px;
  font-size: 10px;
  color: #5A1E0F;
  text-align: left;
  line-height: 1.2;
}

/* problem 問題提起
=========================================== */
.problem {
  text-align: center;
}
.problem ._lead {
  font-size: 20px;
}
.problem ._text {
  font-size: 15px;
}
.problem ._top {
  background: #f2f1f0;
  padding: 10px 0 42px;
}
.problem ._top ._text {
  margin-top: 19px;
}
.problem ._top ._img {
  margin-top: 30px;
}
.problem ._bottom {
  position: relative;
  color: #fff;
}
.problem ._bottom ._img.bg {
  margin-top: -85px;
}
.problem ._bottom ._inner {
  padding: 90px 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.problem ._bottom ._inner ._lead {
  font-size: 24px;
}
.problem ._bottom ._inner ._img {
  margin-top: 35px;
  padding: 0 10px;
}
.problem ._bottom ._inner ._note {
  margin-top: 45px;
  padding: 0 24px;
  text-align: left;
  font-size: 10px;
}

/* purchase_top 購入
=========================================== */
.purchase {
  background-image: url(../img/purchase_long_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
}
.purchase ._inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 45px 24px 41px;
}
.purchase ._inner._pt_40 {
  padding-top: 40px;
}
.purchase ._inner ._set_content {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.4285714286;
}
.purchase ._inner ._text {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8461538462;
}
.purchase ._inner ._note {
  margin-top: 14px;
  font-size: 10px;
  color: rgba(90, 30, 15, 0.8);
  line-height: 1.6666666667;
}
.purchase ._inner ._link {
  width: 100%;
  margin-top: 30px;
  position: relative;
  display: block;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(131, 124, 99, 0.5);
          box-shadow: 0px 2px 10px rgba(131, 124, 99, 0.5);
}
.purchase ._inner ._link._mt_22 {
  margin-top: 22px;
}
.purchase ._inner ._link._hover {
  opacity: 1;
}
.purchase .purchase_img {
  display: block;
  width: 109.76% !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anim-box {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
/* concept ブランドコンセプト
=========================================== */
.concept {
  padding: 70px 20px 45px;
  text-align: center;
  /* Read More */
}
.concept ._ttl {
  padding: 0 14px;
}
.concept ._sub_ttl {
  margin-top: 33px;
  font-size: 20px;
  font-weight: 500;
}
.concept .all_text._mt_24 {
  margin-top: 24px;
}
.concept .all_text._mt_8 {
  margin-top: 8px;
}
.concept ._note {
  font-size: 10px;
  margin-top: 10px;
}
.concept ._img {
  width: 238px;
  margin: 22px auto 0;
}
.concept ._img._mt_9 {
  margin-top: 9px;
}
.concept ._img ._note {
  margin-top: 5px;
  font-size: 10px;
}
.concept ._acd {
  margin-bottom: 50px;
}
.concept .more-btn._mt_15 {
  margin-top: 15px;
}
.concept .more-btn {
  width: 287px;
  margin-top: 20px;
  padding: 18px 0;
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 185px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 10px 0 rgba(131, 124, 99, 0.2);
          box-shadow: 0 2px 10px 0 rgba(131, 124, 99, 0.2);
  font-size: 16px;
  font-weight: 500;
  color: #BC2D12;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
.concept .more-btn::before, .concept .more-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  left: 0;
  bottom: 0;
  margin-left: auto;
  width: 1px;
  height: 13px;
  background-color: #BC2D12;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.concept .more-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.concept .more-btn.close::before {
  content: none;
}

/* feature サイクルプラスのこだわり
=========================================== */
.feature_top {
  position: relative;
  z-index: 2;
}
.feature_top div {
  background: url(../img/feature_top.png) repeat-x left center/auto 200px;
  width: 100000px;
  height: 200px;
  position: relative;
  -webkit-animation: flowBg 2000s linear infinite;
          animation: flowBg 2000s linear infinite;
  will-change: transform;
}

.top_producers_bg_text {
  position: absolute;
  left: -1000px;
  top: 95px;
}

.top_producers_bg_text div {
  background: url(../images/top_producers_bg_text.png) repeat-x left center/auto 180px;
  width: 100000px;
  height: 180px;
  position: relative;
  -webkit-animation: flowBg 2000s linear infinite;
          animation: flowBg 2000s linear infinite;
  will-change: transform;
}

@-webkit-keyframes flowBg {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -100000px center;
  }
}

@keyframes flowBg {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -100000px center;
  }
}
.feature_wrapper {
  background: rgb(208, 161, 44);
  background: radial-gradient(circle, rgb(208, 161, 44) 0%, rgb(217, 140, 44) 100%);
  margin-top: -100px;
  padding: 150px 0 98px;
  color: #fff;
}
.feature_wrapper ._ttl {
  width: 245px;
  margin: 0 auto;
}
.feature_wrapper ._sub_ttl {
  margin-top: 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.25px;
}
.feature_wrapper ._sub_ttl ._small {
  line-height: 1.7058823529;
  font-size: 17px;
  font-weight: 400;
}
.feature_wrapper .all_text._mt_25 {
  margin-top: 25px;
}
.feature_wrapper .all_text._mt_31 {
  margin-top: 31px;
}
.feature_wrapper .all_text ._bold {
  font-weight: 500;
}
.feature_wrapper ._note {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 300;
}
.feature_wrapper ._note._mt_20 {
  margin-top: 20px;
}
.feature_wrapper ._modal_button_wrapper {
  padding: 0 20px;
}
.feature_wrapper ._modal_button {
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 10px rgba(131, 124, 99, 0.06);
          box-shadow: 0px 2px 10px rgba(131, 124, 99, 0.06);
  cursor: pointer;
}
.feature_wrapper ._modal_button p {
  color: #BC2D12;
}
.feature_wrapper ._modal_button p::after {
  content: "";
  background-image: url(../img/modal_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  right: 30px;
  display: inline-block;
  width: 13px;
  height: 13px;
}
.feature_wrapper ._feature_inner {
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}
.feature_wrapper ._feature_inner .feature_01 {
  position: absolute;
  top: -7rem;
  right: -4rem;
  width: 55%;
  mix-blend-mode: color-burn;
}
.feature_wrapper ._feature_inner .feature_02 {
  position: absolute;
  top: -4rem;
  left: -13rem;
  width: 120%;
  mix-blend-mode: overlay;
}
.feature_wrapper ._feature_01_modal {
  margin: 100px auto 90px;
  padding: 0 44px;
  position: relative;
  z-index: 1;
}
.feature_wrapper ._feature_01_modal::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 740px;
  height: 740px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BC2D12), color-stop(120%, #e39130));
  background: linear-gradient(#BC2D12 0%, #e39130 120%);
  border-radius: 50%;
  z-index: -1;
}
.feature_wrapper ._feature_01_modal ._animation_img {
  max-width: 226px;
  width: 100%;
  height: 163px;
  position: relative;
  margin: 26px auto 0;
}
.feature_wrapper ._feature_01_modal ._animation_img .anime_01 {
  width: 53% !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
.feature_wrapper ._feature_01_modal ._animation_img .anime_02 {
  width: 53% !important;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.feature_wrapper ._feature_01_modal ._animation_img .anime_03 {
  width: 6% !important;
  position: absolute;
  top: 32%;
  left: 47%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.feature_wrapper ._feature_01_modal ._animation_img .anime_04 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.feature_wrapper ._feature_01_modal ._animation_img.is-animate .anime_01 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.feature_wrapper ._feature_01_modal ._animation_img.is-animate .anime_02 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.feature_wrapper ._feature_01_modal ._animation_img.is-animate .anime_03 {
  opacity: 1;
}
.feature_wrapper ._feature_01_modal ._animation_img.is-animate .anime_04 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* feature モーダル
=========================================== */
._modal_wrapper {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  overflow: hidden;
  pointer-events: none;
}
._modal_wrapper.open {
  overflow-y: auto;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.6);
}
._modal_wrapper ._modal_close_wrapper {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
}
._modal_wrapper ._modal_close_wrapper ._modal_close {
  background: #fff;
  margin-left: auto;
  position: relative;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
._modal_wrapper ._modal_close_wrapper ._modal_close.appear {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
._modal_wrapper ._modal_close_wrapper ._modal_close::before, ._modal_wrapper ._modal_close_wrapper ._modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 1px;
  background: #5A1E0F;
  -webkit-transition: -webkit-transform 180ms;
  transition: -webkit-transform 180ms;
  transition: transform 180ms;
  transition: transform 180ms, -webkit-transform 180ms;
}
._modal_wrapper ._modal_close_wrapper ._modal_close::before {
  width: 36px;
  -webkit-transform: translateY(0) rotate(25deg);
          transform: translateY(0) rotate(25deg);
}
._modal_wrapper ._modal_close_wrapper ._modal_close::after {
  width: 36px;
  -webkit-transform: translateY(0) rotate(-25deg);
          transform: translateY(0) rotate(-25deg);
}
._modal_wrapper ._modal_slidein {
  background: #fff;
  padding: 24px 20px 80px;
  color: #5A1E0F;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
._modal_wrapper ._modal_slidein._modalSlide_01.open, ._modal_wrapper ._modal_slidein._modalSlide_02.open, ._modal_wrapper ._modal_slidein._modalSlide_03.open {
  position: relative;
  z-index: 15;
  overflow-y: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
._modal_wrapper ._modal_slidein._modalSlide_01 sup, ._modal_wrapper ._modal_slidein._modalSlide_03 sup {
  vertical-align: top;
}
._modal_wrapper ._modal_slidein._modalSlide_01 .modal_01_image, ._modal_wrapper ._modal_slidein._modalSlide_03 .modal_01_image {
  margin-top: 30px;
}
._modal_wrapper ._modal_slidein ._modal_inner {
  margin-top: 70px;
}
._modal_wrapper ._modal_slidein ._modal_inner .all_text {
  font-weight: 400;
}
._modal_wrapper ._modal_slidein ._modal_inner ._title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
._modal_wrapper ._modal_slidein ._modal_inner ._title._bg_beige {
  background: rgba(221, 209, 178, 0.2);
  height: 36px;
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._modal_wrapper ._modal_slidein ._modal_inner ._title._mt_56 {
  margin-top: 56px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._title._mt_60 {
  margin-top: 60px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._title sup {
  margin-top: -5px;
  font-size: 12px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._sub_title {
  text-align: center;
}
._modal_wrapper ._modal_slidein ._modal_inner ._sub_title._mt_20 {
  margin-top: 20px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._sub_title._mt_16 {
  margin-top: 16px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._text._mt_12 {
  margin-top: 12px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._text._mt_16 {
  margin-top: 16px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._text._mt_23 {
  margin-top: 23px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._text._mt_33 {
  margin-top: 33px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._text._mb_28 {
  margin-bottom: 28px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._image._mt_5 {
  margin-top: 5px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._image._mt_20 {
  margin-top: 24px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._image._mt_24 {
  margin-top: 24px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._image._plr_14 {
  padding: 0 14px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._note {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 400;
}
._modal_wrapper ._modal_slidein ._modal_inner ._note._f15 {
  font-size: 15px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._number_wrapper {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._modal_wrapper ._modal_slidein ._modal_inner ._number_wrapper ._number {
  width: 12%;
  font-size: 20px;
}
._modal_wrapper ._modal_slidein ._modal_inner ._number_wrapper ._n_text {
  font-size: 15px;
}

._modalSlide_02_image_01 {
  margin-top: 2rem;
}

/* howto ご使用方法
=========================================== */
.howto {
  padding: 64px 20px 46px;
}
.howto ._ttl {
  width: 250px;
  margin: 0 auto;
}
.howto ._video {
  width: 100%;
  margin-top: 32px;
  display: block;
}
.howto ._use {
  margin-top: 20px;
}
.howto ._use ._box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.howto ._use ._number {
  width: 10%;
  margin-top: 3px;
  font-size: 22px;
}
.howto ._use ._text {
  width: 90%;
  font-size: 15px;
  line-height: 2.1333333333;
}

/* story 開発秘話
=========================================== */
.story {
  background: rgb(251, 247, 241);
  background: linear-gradient(210deg, rgb(251, 247, 241) 0%, rgb(243, 234, 224) 100%);
  padding: 70px 20px 58px;
}
.story ._ttl {
  width: 200px;
  margin: 0 auto 32px;
}
.story ._acd_wrapper {
  background: #fff;
  margin-top: 12px;
  padding: 19px 35px 16px 14px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
.story ._acd-label {
  margin-bottom: 1px;
  position: relative;
  display: block;
  line-height: 1.8666666667;
  cursor: pointer;
}
@media (max-width: 768px) {
  .story ._acd-label {
    cursor: none;
  }
}
.story ._acd-label::before, .story ._acd-label::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 7px;
  left: 0;
  bottom: 0;
  margin-left: auto;
  width: 2px;
  height: 16px;
  background-color: #5A1E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.story ._acd-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.story ._acd-label.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.story ._acd-content {
  padding: 16px 0 0;
  display: none;
}
.story ._acd-content ._qcd_text {
  line-height: 2.1333333333;
}

/* insta お客様の声
=========================================== */
.insta {
  padding: 70px 0 52px;
}
.insta ._ttl {
  width: 202px;
  margin: 0 auto;
}
.insta ._insta_box {
  width: 504px;
  margin-top: 32px;
  padding-left: 20px;
}
.insta .vsm-slider {
  margin-top: 32px;
}
.insta .ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name .ecbn-visumo-logo {
  width: 55px !important;
}

/* NEWS メディア掲載情報
=========================================== */
.news {
  background-color: #F7F7F7;
  padding: 50px 44px 40px;
}
.news ._ttl {
  width: 170px;
  margin: 0 auto;
}
.news ul {
  margin-top: 20px;
}
.news ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(113, 26, 9, 0.1);
}
.news ul li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news ul ._date {
  font-size: 14px;
  color: rgba(90, 30, 15, 0.8);
}
.news ul ._headline {
  margin-top: 12px;
  font-size: 15px;
  color: #5A1E0F;
  text-decoration: underline;
}
.news .more-btn {
  width: 287px;
  margin-top: 20px;
  padding: 18px 0;
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 185px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 10px 0 rgba(131, 124, 99, 0.2);
          box-shadow: 0 2px 10px 0 rgba(131, 124, 99, 0.2);
  font-size: 16px;
  font-weight: 500;
  color: #BC2D12;
  border: none;
  cursor: pointer;
}
.news .more-btn::before, .news .more-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  left: 0;
  bottom: 0;
  margin-left: auto;
  width: 1px;
  height: 13px;
  background-color: #BC2D12;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news .more-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.news .more-btn.close::before {
  content: none;
}

/* #footer フッター
=========================================== */
.footer {
  max-width: 480px;
  margin: 0 auto;
  background: #33231F;
  padding: 50px 34px 25px;
  color: #fff;
}
.footer ._logo {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer ._logo ._brand_logo {
  width: 174px;
}
.footer ._logo ._link_box {
  margin-right: 10px;
}
.footer ._site_link {
  padding: 15px 5px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
}
.footer ._site_link::after {
  content: "";
  background-image: url(../img/purchase_icon.png);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
}
.footer .copy {
  margin-top: 34px;
  font-size: 12px;
  text-align: center;
}