/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: '#1e1e1e'; }

.sample-icon {
  margin: 10px 0px;
  width: 128px;
  height: 128px;
  background-image: url("/img/html5.png");
  background-repeat: no-repeat; }

body {
  font-family: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   Pro", "Hiragino Mincho Pro", "MS P\660E\671D", "MS PMincho", serif;
  background-color: #fff;
  overflow-x: hidden; }
  body * {
    box-sizing: border-box; }

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

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright; }

.sp-b {
  display: none !important; }

.sp-f {
  display: none !important; }

.common_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 940px;
  max-width: 100%;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px 0;
  position: relative;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 110px; }
  .common_title:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #cecece;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 50%;
    top: 0; }
  .common_title > div:first-child {
    width: 50%;
    text-align: center;
    font-size: 22px;
    font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
    font-weight: 500; }
  .common_title > div:last-child {
    width: 50%;
    text-align: center;
    font-size: 17px; }

.container {
  width: 1128px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

.container-s {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

.loader {
  margin-left: 0;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  .loader_logo {
    -webkit-animation: flash 3s infinite;
            animation: flash 3s infinite; }

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.mv {
  position: relative;
  margin-left: 0;
  padding-bottom: 50px;
  z-index: 1; }
  .mv video {
    width: 100%; }
  .mv_container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .mv_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 46%; }
  .mv_title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 3px;
    color: #414141;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition-delay: 1s !important;
    margin-bottom: 150px; }
  .mv_description {
    font-size: 18px;
    text-align: right;
    color: #414141;
    transition-delay: 1.5s !important; }
  .mv_body {
    margin-top: 70px;
    display: block;
    font-size: 12px;
    line-height: 2;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    transition-delay: 2s !important; }
  .mv_logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition-delay: 0.5s !important;
    z-index: 1000; }
    .mv_logo img {
      width: 150px; }
  .mv_bg {
    padding: 25px 20px;
    width: 54%;
    margin-left: auto;
    margin-right: auto; }
  .mv_slider_item {
    width: 100%;
    background-size: cover;
    height: calc(100vh - 50px); }
    .mv_slider_item img {
      width: 100%; }
  .mv_slider_item01 {
    background-image: url(../img/pc-mv01.jpg); }
  .mv_slider_item02 {
    background-image: url(../img/pc-mv02.jpg); }
  .mv_slider_item03 {
    background-image: url(../img/pc-mv03.jpg); }
  .mv_slider_item04 {
    background-image: url(../img/pc-mv04.jpg); }
  .mv_slider_item05 {
    background-image: url(../img/pc-mv05.jpg); }
  .mv_slider_item06 {
    background-image: url(../img/pc-mv06.jpg); }
  .mv .slick-dots {
    bottom: -40px; }
  .mv .slick-dots li {
    margin: 0;
    width: 10px; }
  .mv .slick-dots li button:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

.intro {
  text-align: center;
  display: none; }
  .intro_title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 70px;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: all .6s linear;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    -webkit-filter: blur(0);
            filter: blur(0); }
    .intro_title.active {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-filter: blur(0);
              filter: blur(0); }
  .intro_description {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: all .6s linear;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    font-size: 12px;
    line-height: 2.2; }
    .intro_description.active {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-filter: blur(0);
              filter: blur(0); }
    .intro_description p + p {
      margin-top: 30px; }

.feature {
  padding: 200px 0 100px; }
  .feature_container {
    padding: 0 10px;
    max-width: 100%; }
  .feature_title {
    font-size: 20px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    text-align: center;
    height: 110px; }
    .feature_title > div:first-child {
      font-size: 22px; }
    .feature_title > div:last-child {
      font-size: 12px;
      line-height: 2; }
  .feature_subtitle {
    font-size: 14px;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 85px; }
  .feature_list {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -200px; }
  .feature_item {
    margin-bottom: 200px; }
  .feature_number {
    height: 75px;
    padding-left: 10px;
    font-size: 30px;
    position: relative;
    color: #1E1E1E; }
    .feature_number:after {
      content: "";
      display: block;
      width: 90px;
      height: 1px;
      background: #707070;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      left: 0;
      top: 40px; }
  .feature_image01 {
    width: 100%;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    position: relative;
    text-align: center; }
  .feature_image02 {
    width: 250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center; }
  .feature_image03 {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center; }
  .feature_image04 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center; }
  .feature .vertical_image {
    width: 65.75%; }
  .feature_anime01 {
    position: absolute;
    width: 340px;
    left: calc(50% - 185px);
    top: 20px; }
  .feature_anime02 {
    position: absolute;
    width: 100px;
    left: 120px;
    top: 25px; }
  .feature_anime03 {
    position: absolute;
    width: 150px;
    left: 130px;
    top: 90px; }
  .feature_headding {
    font-size: 25px;
    line-height: 1.4;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    left: 100px;
    top: 20px; }
  .feature_description {
    font-size: 16px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto; }
    .feature_description01 {
      width: 250px; }
    .feature_description02 {
      width: 280px; }
    .feature_description03 {
      width: 100%; }
  .feature_sublist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .feature_sublist.reverse {
      flex-direction: row-reverse; }
    .feature_sublist > div {
      width: 50%;
      position: relative; }

.insta {
  padding: 0px 0 200px; }
  .insta_container {
    width: 100%;
    padding: 0; }
  .insta_list {
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: -20px; }
  .insta_inner {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .insta_item {
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 20px 20px;
    width: 300px;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: #1e1e1e;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in; }
  .insta_image_outer {
    background-color: #eee;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
  .insta_image {
    width: 100%;
    padding-top: 100%;
    left: 0;
    top: 0;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    background-size: cover; }
  .insta_caption {
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    height: 85px; }
  .insta_prev {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #1e1e1e;
    border-left: 1px solid #1e1e1e;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    z-index: 100; }
  .insta_next {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    z-index: 100; }

.slick-slide {
  text-align: center; }

.slick-list {
  padding: 20px 0 !important;
  margin-top: -20px;
  margin-bottom: -20px; }

.shop {
  padding: 150px 0 280px; }
  .shop_list01:after {
    content: "";
    width: calc( 33% - 80px);
    height: 0;
    display: block; }
  .shop_coming {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    padding: 70px 0 100px; }
  .shop_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 700px;
    max-width: 100%;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto; }
    .shop_list + .shop_list {
      margin-top: 50px; }
  .shop_item {
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 50px;
    text-align: center; }
    .shop_item.half {
      width: calc( 50% - 67px); }
    .shop_item_full {
      width: 100%; }
  .shop_link {
    font-size: 16px;
    line-height: 1.4;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    height: 30px;
    text-decoration: none;
    border: 1px solid #1e1e1e;
    max-width: 100%;
    width: 100%; }

.howto {
  padding: 0px 0 200px; }
  .howto_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .howto_content {
    width: 720px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .howto_content + .howto_content {
    margin-top: 60px; }
  .howto_mv {
    width: 100%;
    padding-top: 56.25%;
    background-color: #ccc;
    position: relative; }
    .howto_mv iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .howto_text {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 7px; }
  .howto_title {
    text-align: center;
    margin-bottom: 80px; }
    .howto_title > div:first-child {
      font-size: 30px;
      line-height: 1.4;
      font-weight: 600;
      margin-bottom: 10px; }
    .howto_title > div:last-child {
      font-size: 16px;
      line-height: 1.4; }
  .howto_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -60px; }
  .howto_item {
    width: calc( 33.3333% - 50px);
    margin-bottom: 60px; }
  .howto_image {
    width: 100%; }
  .howto_description {
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 10px 0; }
  .howto_link {
    border: 1px solid #707070;
    height: 40px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #1e1e1e;
    margin-top: 80px;
    border-radius: 20px;
    font-size: 15px; }

.info {
  padding: 150px 0 200px; }
  .info_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .info_list {
    width: 720px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    margin-bottom: -30px; }
  .info_item {
    margin-bottom: 30px; }
  .info_box {
    width: 100%;
    line-height: 1.6; }
  .info_headding {
    width: 150px;
    padding: 30px 20px;
    width: 160px;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    border-right: none;
    border-bottom: 1px solid #bbb; }
  .info_description {
    width: calc(100% - 150px);
    padding: 30px 20px;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px 30px; }
    .info_description_image {
      padding-left: 16px; }
    .info_description_headding {
      margin-bottom: 10px; }
    .info_description_box + .info_description_box {
      margin-top: 30px; }
    .info_description_box_item + .info_description_box_item {
      margin-top: 30px; }

.story {
  padding: 0  0 200px; }
  .story_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%; }
  .story_text {
    width: 50%; }
    .story_text p {
      font-size: 15px;
      line-height: 3;
      color: #1E1E1E; }
    .story_text p + p {
      margin-top: 45px; }
  .story_images {
    width: 50%; }
    .story_images > div + div {
      margin-top: 160px; }
    .story_images img {
      max-width: 100%; }

.pl-trigger {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.spl-trigger {
  transition: box-shadow 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear; }

.js-fadein-trigger .js-fadein-target {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }

.js-fadein-trigger.js-fadein-target {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }

.js-fadein-trigger.active .js-fadein-target {
  opacity: 1; }

.js-fadein-trigger.active.js-fadein-target {
  opacity: 1; }

.campaign_link {
  position: fixed;
  left: 0;
  top: calc(100% - 20px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }

.footer {
  background-size: cover;
  padding: 30px 0; }
  .footer_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .footer_logo {
    margin-bottom: 30px;
    display: block;
    color: #1e1e1e;
    text-decoration: none; }
  .footer_corporate {
    font-size: 14px;
    line-height: 1.6;
    text-align: left; }
    .footer_corporate a {
      color: #1e1e1e;
      text-decoration: none; }
  .footer_mail {
    text-decoration: none;
    color: #1e1e1e;
    display: block; }
  .footer_right {
    font-size: 14px;
    line-height: 1.6;
    text-align: right; }

.follow-btn {
  position: fixed;
  bottom: 20px;
  left: calc(50% - 100px);
  width: 200px;
  height: 50px;
  background: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  z-index: 1000;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s linear;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic",'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  color: #1e1e1e; }
  .follow-btn.active {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .sp-b {
      display: block !important; }
    .sp-f {
      display: flex !important; }
  .sp-n {
    display: none !important; }
    .common_title {
      height: auto;
      margin-bottom: 0;
      border: none;
      padding: 0; }
      .common_title:before {
        display: none; }
      .common_title > div:first-child {
        width: 100%;
        font-size: 20px;
        border-bottom: 1px solid #cecece;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 20px; }
      .common_title > div:last-child {
        width: 100%;
        font-size: 12px;
        text-align: center;
        margin-bottom: 60px;
        color: '#1E1E1E'; }
    .mv {
      box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.9); }
      .mv_logo {
        position: absolute;
        left: calc(50% - 45px);
        top: 120px;
        margin-bottom: 10px; }
      .mv_logo.is-fixed {
        position: fixed;
        top: 20px;
        left: calc(50% - 45px) !important; }
      .mv_slider_item {
        height: auto;
        width: 100%; }
      .mv_slider_item01 {
        background: none; }
      .mv_slider_item02 {
        background: none; }
      .mv_slider_item03 {
        background: none; }
      .mv_slider_item04 {
        background: none; }
      .mv_slider_item05 {
        background: none; }
      .mv_slider_item06 {
        background: none; }
      .intro_title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px; }
      .intro_description {
        font-size: 12px;
        line-height: 2.2; }
    .feature {
      padding: 0px 0 100px; }
      .feature_title {
        height: auto; }
        .feature_title > div:first-child {
          font-size: 18px; }
      .feature_list {
        display: block;
        margin-bottom: -150px; }
      .feature_anime01 {
        width: 150px;
        left: calc(50% - 90px);
        top: 30px; }
      .feature_anime02 {
        left: calc(50% - 70px);
        width: 60px;
        top: 20px; }
      .feature_anime03 {
        top: 70px;
        width: 80px;
        left: calc(50% - 90px); }
      .feature_headding {
        min-height: 0 !important;
        margin-bottom: 7px;
        font-size: 16px; }
    .insta {
      padding-bottom: 120px; }
      .insta_list {
        padding: 0; }
      .insta_item {
        padding: 10px 10px;
        width: 150px !important; }
      .insta_caption {
        font-size: 12px;
        line-height: 1.3; }
      .insta_prev {
        top: 90px; }
      .insta_next {
        top: 90px; }
    .shop {
      padding: 100px 0; }
      .shop_list01:after {
        display: none; }
      .shop_list {
        margin-bottom: -15px; }
        .shop_list + .shop_list {
          margin-top: 15px; }
    .howto {
      padding: 0px 0 120px; }
      .howto_mv {
        background-color: #ccc; }
      .howto_text {
        font-size: 12px; }
      .howto_title {
        margin-bottom: 60px; }
        .howto_title > div:first-child {
          font-size: 24px; }
        .howto_title > div:last-child {
          font-size: 14px; }
      .howto_item {
        width: calc( 50% - 5px); }
      .howto_description {
        font-size: 14px;
        line-height: 1.5; }
      .howto_link {
        width: 180px; }
    .info {
      padding: 100px 0 120px; }
      .info_list {
        margin-bottom: 0px; }
      .info_item {
        margin-bottom: 0px; }
      .info_box {
        display: block;
        font-size: 14px; }
      .info_headding {
        font-size: 12px;
        width: 160px; }
      .info_description {
        font-size: 12px; }
        .info_description_image01 {
          width: 195px; }
        .info_description_image02 {
          width: 301px; }
      .story_box {
        display: block; }
      .story_text {
        width: 100%;
        padding-bottom: 100px; }
        .story_text p {
          font-size: 12px;
          line-height: 2.5; }
        .story_text p + p {
          margin-top: 30px; }
      .story_images {
        width: 100%; }
        .story_images > div + div {
          margin-top: 20px; }
    .footer {
      margin-left: 0px; }
      .footer_container {
        display: block; }
      .footer_logo {
        text-align: center;
        width: 200px;
        margin-left: auto;
        margin-right: auto; }
      .footer_corporate {
        text-align: center; }
      .footer_right {
        margin-top: 30px;
        font-size: 12px;
        text-align: center; } }
  @media only screen and (max-width: 1024px) {
      .mv_container {
        display: block; }
      .mv_content {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 35vw;
        display: block; }
      .mv_title {
        font-size: 11px;
        margin-bottom: 30px;
        position: absolute;
        top: 178px;
        left: calc(50% - 64px); }
      .mv_description {
        font-size: 10px;
        position: absolute;
        bottom: 30px;
        right: 20px; }
      .mv_body {
        display: none; }
        .mv_logo img {
          width: 90px; }
      .mv_logo {
        position: absolute;
        left: calc(50% - 45px);
        top: 120px;
        margin-bottom: 10px; }
      .mv_logo.is-fixed {
        position: fixed;
        top: 20px;
        left: calc(50% - 45px); }
      .mv_bg {
        width: 100%;
        padding: 20px; }
    .intro {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-sizing: border-box;
      text-align: left;
      padding: 70px 0 120px;
      height: auto; }
    .feature {
      padding: 0px 0 100px; }
      .feature_container {
        width: 375px; }
      .feature_item {
        width: calc( 33.3333% - 20px); }
      .feature_item {
        width: 280px;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 150px; }
      .feature_number {
        font-size: 12px; }
        .feature_number:after {
          top: 20px;
          width: 70px; }
      .feature_headding {
        position: static;
        min-height: 60px;
        margin-bottom: 7px;
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px; }
      .feature_description {
        font-size: 12px;
        line-height: 1.35; }
      .feature_sublist {
        display: block; }
        .feature_sublist > div {
          width: auto; }
      .shop_item {
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px; }
        .shop_item.half {
          width: calc( 50% - 5px); } }
