@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
/* reset */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%; }

html {
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  color: #4c4948;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    body {
      letter-spacing: .5px; } }
  body.b-fixed {
    position: fixed;
    width: 100%; }

body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#wrapper {
  position: relative; }

p {
  font-size: 14px;
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    p {
      line-height: 1.7; } }

a {
  color: #4c4948;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  a:hover img {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }
  figure img {
    max-width: 100%; }
  @media only screen and (max-width: 768px) {
    img {
      max-width: 100%; }
      figure img {
        width: 100%; } }

.animationTrigger {
  opacity: 0; }

.animated {
  opacity: 0; }
  .animated.fadein {
    -webkit-animation: fadein 1s ease-in 0s 1 forwards;
    animation: fadein 1s ease-in 0s 1 forwards; }
  .animated.fadeinup {
    -webkit-animation: fadeinup 1s ease-in 0s 1 forwards;
    animation: fadeinup 1s ease-in 0s 1 forwards; }

.date {
  font-weight: 300 !important; }

/*----------------------------------------------------
	animation
----------------------------------------------------*/
/* その場で */
.fadein-now {
  opacity: 0;
  -webkit-animation: fadein 1s ease-in 0s 1 forwards;
  animation: fadein 1s ease-in 0s 1 forwards; }

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main_contents {
  font-size: 14px;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }

.sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sp {
      display: inherit; } }

.inner {
  margin: 0 auto;
  max-width: 980px;
  width: 90%; }

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }
  #header .wrap_header {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 32px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 768px) {
      #header .wrap_header {
        height: 64px;
        padding: 0 12px;
        -webkit-box-shadow: none;
                box-shadow: none; } }
  #header .logo {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    #header .logo a:hover {
      opacity: .5; }
    #header .logo img {
      height: auto;
      max-width: 180px; }
    @media only screen and (max-width: 768px) {
      #header .logo {
        margin-top: 0; }
        #header .logo img {
          width: 110px; }
        #header .logo span {
          margin-left: 12px;
          line-height: 4; } }
  #header .header_nav {
    margin-left: auto; }
  #header .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #header .header_menu li + li {
      margin-left: 24px; }
    #header .header_menu a {
      letter-spacing: .1em;
      position: relative;
      padding-bottom: 8px; }
      #header .header_menu a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0%;
        width: 100%;
        height: 2px;
        background: #f39800;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: center top;
                transform-origin: center top; }
      #header .header_menu a:hover:after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
    @media only screen and (max-width: 768px) {
      #header .header_menu li + li {
        margin-left: 14px; }
      #header .header_menu a {
        letter-spacing: .05em;
        font-size: 11px; } }

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer .copyright {
  font-size: 14px;
  font-weight: 400;
  color: #727171;
  text-align: center;
  letter-spacing: .1rem;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    #footer .copyright {
      font-size: 10px;
      padding: 12px 0 80px; } }

/*----------------------------------------------------
	お問合せボタン
----------------------------------------------------*/
#btn-buy {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 55%; }
  #btn-buy a {
    background: #f39800;
    color: #fff;
    display: block;
    letter-spacing: .15rem;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 8px 14px;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15); }
    #btn-buy a:hover {
      background-color: #727171;
      -webkit-box-shadow: none;
              box-shadow: none; }
    #btn-buy a span {
      display: inline-block;
      position: relative;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl; }
  @media only screen and (max-width: 768px) {
    #btn-buy {
      bottom: 0;
      display: none;
      top: auto;
      left: 0;
      width: 100%;
      padding: 0 0 16px; }
      #btn-buy a {
        font-size: 18px;
        padding: 12px 8px;
        -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
                box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
        max-width: 320px;
        margin: 0 auto; }
        #btn-buy a span {
          -webkit-writing-mode: horizontal-tb;
              -ms-writing-mode: lr-tb;
                  writing-mode: horizontal-tb;
          padding: 0x; } }

/*----------------------------------------------------
	MV
----------------------------------------------------*/
.mv_wrap {
  background-image: url(../images/top/bg-circle1.png), url(../images/top/bg-circle2.png);
  background-position: left 0 top -300px, right bottom;
  background-repeat: no-repeat, no-repeat; }
  .mv_wrap .inner {
    padding-top: 72px;
    padding-bottom: 240px;
    position: relative;
    min-height: 800px;
    height: 95vh;
    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; }
  .mv_wrap .h2 {
    font-size: 24px;
    letter-spacing: .3rem;
    line-height: 1.7;
    margin-bottom: 40px; }
    .mv_wrap .h2.fadein-now {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-delay: 1.3s;
              animation-delay: 1.3s; }
  .mv_wrap .name_item {
    font-size: 52px;
    display: inline-block;
    font-weight: 200;
    text-indent: -30px; }
    .mv_wrap .name_item strong {
      color: #f39800;
      font-weight: 500; }
  .mv_wrap .h3 {
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 1rem;
    line-height: 1.7; }
    .mv_wrap .h3.fadein-now {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s; }
  .mv_wrap .img_card {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 5vw;
    margin-top: -160px; }
    .mv_wrap .img_card.fadein-now {
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .mv_wrap .img_card img {
      width: 48vw;
      max-width: 581px; }
  @media only screen and (max-width: 768px) {
    .mv_wrap {
      background-size: 150px auto, 70px auto;
      background-position: left 0 top 126px, right top 320px; }
      .mv_wrap .inner {
        text-align: center;
        min-height: 600px;
        height: 85vh;
        padding-bottom: 80px;
        padding-top: 80px; }
      .mv_wrap .h2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 14px;
        margin-bottom: 20px;
        letter-spacing: .1rem; }
      .mv_wrap .name_item {
        font-size: 26px;
        text-indent: 0; }
      .mv_wrap .h3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        font-size: 15px;
        letter-spacing: .7rem; }
      .mv_wrap .img_card {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        position: relative;
        top: inherit;
        left: inherit;
        margin-top: 0;
        margin-bottom: 32px; }
        .mv_wrap .img_card img {
          width: 80vw;
          max-width: 304px; } }

/*----------------------------------------------------
	POINT
----------------------------------------------------*/
#point {
  background: -webkit-gradient(linear, left top, right top, from(#727171), color-stop(50%, #727171), color-stop(50%, #3e3a39), to(#3e3a39));
  background: linear-gradient(90deg, #727171 0%, #727171 50%, #3e3a39 50%, #3e3a39 100%); }
  #point .inner.pc {
    position: relative;
    width: 772px;
    top: -240px;
    margin-bottom: -300px; }
    #point .inner.pc > div {
      position: relative; }
    #point .inner.pc .animated {
      -webkit-animation: fadeinup 1s ease-in 0s 1 forwards;
      animation: fadeinup 1s ease-in 0s 1 forwards; }
    #point .inner.pc .point1, #point .inner.pc .point3 {
      text-align: left; }
    #point .inner.pc .point2, #point .inner.pc .point4 {
      text-align: right; }
    #point .inner.pc .point2, #point .inner.pc .point3, #point .inner.pc .point4 {
      margin-top: -200px; }
  @media only screen and (max-width: 768px) {
    #point .inner.sp {
      top: -32px;
      position: relative; }
    #point .box_point {
      padding: 20px;
      margin: 0 auto 12px;
      max-width: 480px;
      min-height: 294px;
      background: url(../images/top/honeycomb.png), -webkit-gradient(linear, left top, left bottom, from(#aaabab), to(#dcdddd));
      background: url(../images/top/honeycomb.png), linear-gradient(180deg, #aaabab 0%, #dcdddd 100%);
      background-repeat: no-repeat;
      background-size: 56px auto, auto auto;
      background-position: right bottom; }
      #point .box_point.animated {
        -webkit-animation: fadeinup 0.5s ease-in 0.2s 1 forwards;
        animation: fadeinup 0.5s ease-in 0.2s 1 forwards; }
      #point .box_point .point {
        text-align: center;
        margin-bottom: 8px; }
        #point .box_point .point img {
          width: 94px; }
      #point .box_point h2 {
        font-size: 22px;
        letter-spacing: .5rem;
        line-height: 1.3;
        margin-bottom: 16px;
        text-align: center; }
      #point .box_point p {
        font-size: 13px;
        line-height: 1.4; }
      #point .box_point .img_sns {
        text-align: center;
        margin-top: 12px; }
        #point .box_point .img_sns img {
          width: 156px; } }

/*----------------------------------------------------
	特長
----------------------------------------------------*/
#feature {
  background: -webkit-gradient(linear, left top, right top, from(#727171), color-stop(50%, #727171), color-stop(50%, #3e3a39), to(#3e3a39));
  background: linear-gradient(90deg, #727171 0%, #727171 50%, #3e3a39 50%, #3e3a39 100%); }
  #feature .inner {
    background: #fff;
    width: 100%;
    padding: 72px 40px 40px; }
    #feature .inner .box_feature {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding: 32px  20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #feature .inner .box_feature.animated {
        -webkit-animation: fadeinup 0.75s ease-in-out 0.1s 1 forwards;
        animation: fadeinup 0.75s ease-in-out 0.1s 1 forwards; }
      #feature .inner .box_feature:last-child {
        border-bottom: 0; }
      #feature .inner .box_feature:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      #feature .inner .box_feature .txt_box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 20px; }
      #feature .inner .box_feature:nth-child(1) {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; }
        #feature .inner .box_feature:nth-child(1) .txt_box {
          -webkit-box-flex: 1;
              -ms-flex: auto;
                  flex: auto; }
      #feature .inner .box_feature .cap {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 12px;
        position: relative; }
        #feature .inner .box_feature .cap:before {
          background: url(../images/top/circle.svg) no-repeat;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          content: "";
          display: block;
          position: absolute;
          width: 20px;
          height: 20px;
          left: -24px; }
        #feature .inner .box_feature .cap .price {
          position: absolute;
          font-size: 16px;
          font-weight: 300;
          left: 70px;
          line-height: 1;
          bottom: 3px; }
          #feature .inner .box_feature .cap .price b {
            font-size: 25px;
            font-weight: 400; }
          #feature .inner .box_feature .cap .price .yen {
            font-size: 22px; }
          #feature .inner .box_feature .cap .price small {
            font-size: 12px; }
      #feature .inner .box_feature h2 {
        color: #f39800;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.3;
        letter-spacing: 0; }
      #feature .inner .box_feature .btn_detail {
        background: #3e3a39;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        padding: 6px;
        width: 160px;
        margin: 20px auto 10px;
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
                box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
        #feature .inner .box_feature .btn_detail:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          background: #727171; }
      #feature .inner .box_feature .btn_buy {
        margin-top: 24px; }
      #feature .inner .box_feature .card_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 20px; }
        @media only screen and (max-width: 768px) {
          #feature .inner .box_feature .card_block {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        #feature .inner .box_feature .card_block .card_style {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 1.5rem; }
          #feature .inner .box_feature .card_block .card_style h3 {
            margin-right: .5rem;
            font-weight: 400;
            width: 60px; }
          #feature .inner .box_feature .card_block .card_style .price b {
            font-weight: 400; }
          #feature .inner .box_feature .card_block .card_style .price small {
            font-size: 10px;
            margin-left: .25rem; }
          @media only screen and (max-width: 768px) {
            #feature .inner .box_feature .card_block .card_style {
              display: block;
              margin-right: 0; }
              #feature .inner .box_feature .card_block .card_style h3 {
                width: auto;
                margin-right: 0; }
              #feature .inner .box_feature .card_block .card_style .price {
                font-size: 12px; } }
      #feature .inner .box_feature .note {
        font-size: 12px;
        line-height: 1.3; }
      #feature .inner .box_feature .img_box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center; }
      #feature .inner .box_feature .flow_regist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
        #feature .inner .box_feature .flow_regist .box_flow {
          width: 33.3%; }
          #feature .inner .box_feature .flow_regist .box_flow:not(:last-child) {
            position: relative; }
            #feature .inner .box_feature .flow_regist .box_flow:not(:last-child):after {
              background: url(../images/top/arrow.svg) no-repeat;
              background-size: contain;
              content: "";
              display: block;
              position: absolute;
              height: 20px;
              width: 25px;
              right: 0;
              top: 80px;
              margin-right: -12px; }
        #feature .inner .box_feature .flow_regist img {
          width: 124px; }
        #feature .inner .box_feature .flow_regist p {
          margin-top: 10px;
          font-size: 12px;
          line-height: 1.3; }
      #feature .inner .box_feature:nth-child(4) .img_box img {
        width: 300px; }
  @media only screen and (max-width: 768px) {
    #feature .inner {
      padding: 16px;
      max-width: 480px; }
      #feature .inner .box_feature {
        padding: 20px 12px;
        display: block;
        max-width: 400px;
        margin: 0 auto; }
        #feature .inner .box_feature:nth-child(2) .img_box, #feature .inner .box_feature:nth-child(3) .img_box {
          display: none; }
        #feature .inner .box_feature .txt_box {
          padding: 8px 12px 12px; }
        #feature .inner .box_feature h2 {
          font-size: 24px; }
        #feature .inner .box_feature .flow_regist {
          display: block; }
          #feature .inner .box_feature .flow_regist .box_flow {
            width: 100%; }
            #feature .inner .box_feature .flow_regist .box_flow:not(:last-child) {
              margin-bottom: 64px; }
              #feature .inner .box_feature .flow_regist .box_flow:not(:last-child):after {
                height: 25px;
                width: 31px;
                right: 50%;
                top: auto;
                margin-right: -15px;
                bottom: -40px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
          #feature .inner .box_feature .flow_regist img {
            width: 152px; }
          #feature .inner .box_feature .flow_regist p {
            font-size: 13px; }
        #feature .inner .box_feature .btn_detail {
          padding: 8px; }
        #feature .inner .box_feature .btn_buy {
          margin-top: 16px;
          margin-bottom: 16px; }
        #feature .inner .box_feature .note {
          font-size: 10px; } }

/*----------------------------------------------------
	会社
----------------------------------------------------*/
#company {
  margin-top: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#727171), color-stop(50%, #727171), color-stop(50%, #3e3a39), to(#3e3a39));
  background: linear-gradient(90deg, #727171 0%, #727171 50%, #3e3a39 50%, #3e3a39 100%); }
  #company .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0; }
    #company .inner .logo {
      color: #fff; }
      #company .inner .logo a {
        margin-right: 10px; }
        #company .inner .logo a:hover {
          opacity: .5; }
      #company .inner .logo img {
        width: 134px; }
      #company .inner .logo span {
        opacity: .7; }
    #company .inner .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #company .inner .links li + li {
        margin-left: 20px; }
      #company .inner .links a:hover {
        opacity: .5; }
      #company .inner .links img {
        vertical-align: middle; }
      #company .inner .links .icon_mail {
        width: 19px; }
      #company .inner .links .icon_instagram {
        width: 17px; }
    @media only screen and (max-width: 768px) {
      #company .inner {
        padding: 20px 0; }
        #company .inner .logo {
          font-size: 12px;
          letter-spacing: 0; }
          #company .inner .logo img {
            width: 115px; } }

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 48px; }
  #pageTop a:hover {
    opacity: .6; }
  @media only screen and (max-width: 768px) {
    #pageTop {
      right: 20px;
      bottom: 20px; } }

/*----------------------------------------------------
	404 Not Found
----------------------------------------------------*/
.wrap_404page {
  text-align: center;
  background: #fff;
  background-size: cover;
  height: calc(100vh - 132px);
  min-height: 500px;
  position: relative;
  font-family: "M PLUS 1p", sans-serif; }
  .wrap_404page .inner {
    position: relative;
    padding: 40px 0;
    height: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .wrap_404page .inner figure {
      opacity: .7; }
    .wrap_404page .inner h2 {
      font-family: "Roboto", sans-serif;
      font-size: 85px;
      color: #f39800;
      line-height: 1;
      margin: 40px 0 32px; }
      .wrap_404page .inner h2 span {
        display: block;
        font-size: 32px;
        color: #727171;
        letter-spacing: .05em; }
    .wrap_404page .inner h3 {
      font-size: 21px;
      color: #f39800;
      margin-bottom: 20px; }
      .wrap_404page .inner h3 span {
        display: inline-block; }
    .wrap_404page .inner p {
      font-size: 14px;
      margin-bottom: 32px; }
    .wrap_404page .inner .back_top a {
      color: #fff;
      display: block;
      background: url(../images/bg_btn.png) no-repeat center;
      width: 220px;
      height: 70px;
      line-height: 69px;
      text-align: center;
      margin: 0 auto;
      font-size: 15px; }
      .wrap_404page .inner .back_top a span {
        line-height: 1;
        letter-spacing: .1rem; }
      .wrap_404page .inner .back_top a:hover {
        -webkit-filter: grayscale(90%);
                filter: grayscale(90%); }
      @media only screen and (max-width: 768px) {
        .wrap_404page .inner .back_top a {
          background: url(../images/bg_btn@2x.png) no-repeat center;
          background-size: contain;
          width: 250px;
          height: 79.5454545455px;
          line-height: 79.5454545455px; } }
  @media only screen and (max-width: 768px) {
    .wrap_404page {
      height: calc(100vh - 64px); }
      .wrap_404page .inner figure {
        width: 38%; }
      .wrap_404page .inner h2 {
        font-size: 50px;
        margin: 24px 0 20px; }
      .wrap_404page .inner h3 {
        font-size: 18px; }
      .wrap_404page .inner p {
        font-size: 13px;
        text-align: left; } }
