@charset "UTF-8";
/*
Theme Name: yamakawa
Version: 1.0

*/
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

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

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, ol, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------
変数
-------------------------------*/
@media (min-width: 751px) {
  .pc {
    display: block; } }

@media (max-width: 750px) {
  .pc {
    display: none; } }

@media (min-width: 751px) {
  .sp {
    display: none; } }

@media (max-width: 750px) {
  .sp {
    display: block; } }

@keyframes menubtn {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

@keyframes roopRotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }

@keyframes scrollbar {
  0% {
    transform-origin: top;
    transform: scale(1, 0); }
  50% {
    transform-origin: top;
    transform: scale(1, 1); }
  51% {
    transform-origin: bottom;
    transform: scale(1, 1); }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0); } }

/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body, etc;
 *---------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  color: #1a1311; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

* {
  box-sizing: border-box; }
  *::-moz-selection {
    color: #5e6e74;
    background: #e2f8ff; }
  *::selection {
    color: #5e6e74;
    background: #e2f8ff; }

img {
  display: block; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  color: #1a1311;
  opacity: 1;
  transition: .3s ease; }
  a:link, a:visited {
    text-decoration: none; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (max-width: 750px) {
    .l-inner {
      padding: 0 20px; } }

.l-content {
  padding: 120px 0 0; }

.l-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.l-footer {
  position: relative; }

/*--------------------------------
button
-----------------------------------*/
.btn-basic {
  width: 240px;
  height: 60px; }
  .btn-basic a, .btn-basic p {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 2px solid #d7000f;
    border-radius: 60px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .1em;
    position: relative;
    color: #d7000f; }
    @media (min-width: 751px) {
      .btn-basic a, .btn-basic p {
        transition: .4s ease; }
        .btn-basic a:hover, .btn-basic p:hover {
          background-color: #d7000f;
          color: #fff; }
          .btn-basic a:hover:after, .btn-basic p:hover:after {
            border-color: transparent transparent transparent #fff; } }
    .btn-basic a:before, .btn-basic p:before {
      content: attr(data-note);
      font-size: 1.6rem;
      color: #000;
      font-weight: 400;
      text-align: center;
      line-height: 1.5;
      letter-spacing: .1em;
      transform: scale(0.5);
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1.4em; }
    .btn-basic a:after, .btn-basic p:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #d7000f;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 24px;
      margin: auto 0;
      transition: .4s ease; }
  .btn-basic.-white a, .btn-basic.-white p {
    background-color: #fff;
    color: #000;
    border: none; }
    @media (min-width: 751px) {
      .btn-basic.-white a, .btn-basic.-white p {
        transition: .4s ease; }
        .btn-basic.-white a:hover, .btn-basic.-white p:hover {
          background-color: #23abd8;
          color: #fff; }
          .btn-basic.-white a:hover:after, .btn-basic.-white p:hover:after {
            border-color: transparent transparent transparent #fff; } }
    .btn-basic.-white a:after, .btn-basic.-white p:after {
      border-left-color: #000; }
  .btn-basic.-blue a, .btn-basic.-blue p {
    background-color: #23abd8;
    color: #fff;
    border: none; }
    @media (min-width: 751px) {
      .btn-basic.-blue a, .btn-basic.-blue p {
        transition: .4s ease; }
        .btn-basic.-blue a:hover, .btn-basic.-blue p:hover {
          background-color: #fff;
          color: #23abd8; }
          .btn-basic.-blue a:hover:after, .btn-basic.-blue p:hover:after {
            border-color: transparent transparent transparent #23abd8; } }
    .btn-basic.-blue a:after, .btn-basic.-blue p:after {
      border-left-color: #fff; }

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #d7000f;
  z-index: 99;
  cursor: pointer; }
  @media (min-width: 751px) {
    .menu-btn:hover > span span {
      right: 100%; }
    .menu-btn:hover > span .-top {
      animation: menubtn .4s ease .8s forwards; }
    .menu-btn:hover > span .-middle {
      animation: menubtn .4s ease .7s forwards; }
    .menu-btn:hover > span .-bottom {
      animation: menubtn .4s ease .6s forwards; } }
  @media (max-width: 750px) {
    .menu-btn {
      top: 0;
      right: 0; } }
  .menu-btn > span {
    display: block;
    position: absolute;
    top: 18px;
    left: 16px;
    right: 16px;
    bottom: 18px;
    overflow: hidden; }
    .menu-btn > span span {
      display: block;
      height: 2px;
      background-color: #fff;
      position: absolute;
      right: 0; }
    .menu-btn > span .-top {
      width: 33.33%;
      top: 0;
      transition: .4s ease 0s; }
    .menu-btn > span .-middle {
      width: 66.66%;
      top: 0;
      bottom: 0;
      margin: auto 0;
      transition: .4s ease .1s; }
    .menu-btn > span .-bottom {
      width: 100%;
      bottom: 0;
      transition: .4s ease .2s; }

.pagetop {
  display: none;
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  right: 28px;
  bottom: 0;
  z-index: 50;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translate(0, -50%); }
  .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    transition: .4s ease; }
    @media (min-width: 751px) {
      .pagetop a:hover {
        background-color: #808080; }
        .pagetop a:hover:before {
          border-color: #fff; } }
    .pagetop a:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-top: 1px solid #777;
      border-left: 1px solid #777;
      transform: translate(-50%, -50%) rotate(45deg);
      position: absolute;
      top: 58%;
      left: 50%;
      transition: .4s ease; }

/*--------------------------------
prlx-view
-----------------------------------*/
.prlx-view[data-prlx="fade"] {
  opacity: 0; }
  .prlx-view[data-prlx="fade"] .prlx-view__item {
    opacity: 0; }

.prlx-view.-animated[data-prlx="fade"] {
  opacity: 1;
  transition: opacity 1.7s cubic-bezier(0.43, 0.88, 0.65, 1); }
  .prlx-view.-animated[data-prlx="fade"] .prlx-view__item {
    opacity: 1;
    transition: opacity 1.7s cubic-bezier(0.43, 0.88, 0.65, 1); }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(1) {
      transition-delay: .2s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(2) {
      transition-delay: .4s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(3) {
      transition-delay: .6s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(4) {
      transition-delay: .8s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(5) {
      transition-delay: 1s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(6) {
      transition-delay: 1.2s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(7) {
      transition-delay: 1.4s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(8) {
      transition-delay: 1.6s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(9) {
      transition-delay: 1.8s; }
    .prlx-view.-animated[data-prlx="fade"] .prlx-view__item:nth-child(10) {
      transition-delay: 2s; }

/*--------------------------------
text
-----------------------------------*/
.ttl-section {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: .05em;
  text-align: center;
  color: #000;
  margin: 0 0 40px; }
  .ttl-section span {
    font-family: Roboto;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    color: #1a1311;
    display: block;
    margin: 0 0 8px; }
  .ttl-section + .copy-section {
    margin-top: -20px; }

.copy-section {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: .1em;
  text-align: center;
  color: #000;
  margin: 0 0 56px; }
  @media (max-width: 750px) {
    .copy-section {
      font-size: 3rem; } }

.ttl-content {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  color: #000;
  margin: 15px 0 30px; }
  @media (max-width: 750px) {
    .ttl-content {
      margin: 40px 0 15px; } }

/*--------------------------------
foot-nav
-----------------------------------*/
.foot-nav {
  background-color: rgba(209, 209, 209, 0.3);
  padding: 60px 0;
  margin: 144px 0 0;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .foot-nav {
      margin: 45px 0 0;
      padding: 40px 0 18px; } }
  .foot-nav__logo {
    width: 120px;
    display: block;
    margin: 0 auto 54px; }
    @media (max-width: 750px) {
      .foot-nav__logo {
        margin: 0 auto 24px; } }
    .foot-nav__logo img {
      max-width: 100%; }
  @media (max-width: 750px) {
    .foot-nav__nav {
      margin-top: 60px; } }
  @media (max-width: 750px) {
    .foot-nav__box {
      margin: 0 0 64px; } }
  .foot-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 730px;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .foot-nav__list {
        display: block;
        text-align: center; } }
    .foot-nav__list .-separate {
      display: block;
      width: 1px;
      height: auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      background-color: #d1d1d1; }
      @media (max-width: 750px) {
        .foot-nav__list .-separate {
          width: auto;
          border: none;
          margin: 42px 0 0; } }
    .foot-nav__list li + li {
      margin: 8px 0 0; }
      @media (max-width: 750px) {
        .foot-nav__list li + li {
          margin-top: 16px; } }
    .foot-nav__list a {
      font-size: 1.1rem;
      font-weight: 400;
      color: #000; }
      @media (min-width: 751px) {
        .foot-nav__list a {
          transition: .2s ease; }
          .foot-nav__list a:hover {
            color: #0691fd; } }
      @media (max-width: 750px) {
        .foot-nav__list a {
          font-size: 1.3rem; } }
  .foot-nav__about {
    margin: 60px 0 0; }
    @media (max-width: 750px) {
      .foot-nav__about {
        margin: 42px 0 0; } }
    .foot-nav__about ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 16px 0 0; }
      @media (max-width: 750px) {
        .foot-nav__about ul {
          display: block;
          text-align: center;
          margin: 8px 0 0; } }
    .foot-nav__about li {
      padding: .2em 0; }
      @media (min-width: 751px) {
        .foot-nav__about li + li {
          margin-left: 1em;
          padding-left: 1em;
          border-left: 1px solid #d1d1d1; } }
      @media (max-width: 750px) {
        .foot-nav__about li + li {
          margin-top: 16px; } }
    .foot-nav__about a {
      font-size: 1.1rem;
      font-weight: 400;
      color: #000;
      display: block; }
      @media (min-width: 751px) {
        .foot-nav__about a {
          transition: .2s ease; }
          .foot-nav__about a:hover {
            color: #0691fd; } }
      @media (max-width: 750px) {
        .foot-nav__about a {
          font-size: 1.3rem; } }
  .foot-nav__bottom__logo {
    width: 262px;
    height: 22px;
    display: block;
    margin: 60px auto 24px; }
    @media (max-width: 750px) {
      .foot-nav__bottom__logo {
        margin: 0 auto 24px; } }
    .foot-nav__bottom__logo img {
      width: 100%;
      height: 100%; }
  .foot-nav__bottom .copyright {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: .1em;
    text-align: center;
    color: #999; }
    @media (max-width: 750px) {
      .foot-nav__bottom .copyright span {
        display: inline-block; } }
  .foot-nav__btn {
    width: 100%;
    height: 32px;
    position: relative;
    cursor: pointer;
    margin: 0 0 40px; }
    .foot-nav__btn:before {
      content: '';
      width: 16px;
      height: 16px;
      border-top: 1px solid #777;
      border-left: 1px solid #777;
      transform: translate(-50%, -50%) rotate(45deg);
      position: absolute;
      top: 70%;
      left: 50%; }
    @media (min-width: 751px) {
      .foot-nav__btn {
        display: none; } }

/*--------------------------------
gnav
-----------------------------------*/
.gnav {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 88px 0 64px;
  display: none; }
  @media (max-width: 750px) {
    .gnav {
      padding: 35px 0 70px;
      height: 100vh; } }
  .gnav__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    @media (max-width: 750px) {
      .gnav__inner {
        overflow: scroll; } }
  .gnav__content {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px; }
    @media (max-width: 750px) {
      .gnav__content {
        display: block;
        padding: 0 35px; } }
  .gnav__logo {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin: 0 96px 0 0; }
    @media (max-width: 750px) {
      .gnav__logo {
        margin: 0 0 54px; } }
    .gnav__logo a, .gnav__logo p {
      display: block;
      width: 100px; }
      .gnav__logo a img, .gnav__logo p img {
        max-width: 100%; }
  .gnav__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0; }
    @media (max-width: 750px) {
      .gnav__links {
        opacity: 1;
        display: block; } }
    .gnav__links ul {
      margin: 0 48px 0 0; }
      @media (max-width: 750px) {
        .gnav__links ul {
          margin: 0; } }
    .gnav__links li {
      margin: 20px 0 0; }
      .gnav__links li a, .gnav__links li p {
        cursor: pointer;
        display: block;
        color: #fff;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: .1em;
        opacity: .7; }
        @media (min-width: 751px) {
          .gnav__links li a, .gnav__links li p {
            transition: .4s ease; }
            .gnav__links li a:hover, .gnav__links li p:hover {
              opacity: 1;
              color: #d7000f; } }
        @media (max-width: 750px) {
          .gnav__links li a, .gnav__links li p {
            line-height: 1.45; } }
  .gnav__logolinks {
    margin: 24px 0 0; }
    @media (max-width: 750px) {
      .gnav__logolinks {
        opacity: 1;
        margin: 30px auto 0;
        width: 250px; } }
    .gnav__logolinks ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .gnav__logolinks li {
      margin: 32px 48px 24px 0; }
      .gnav__logolinks li.-watercouture {
        width: 127px;
        height: 46px; }
        @media (max-width: 750px) {
          .gnav__logolinks li.-watercouture {
            width: 104px;
            height: 38px;
            margin: 32px 45px 32px 0; } }
      .gnav__logolinks li.-mizucafe {
        width: 117px;
        height: 17px; }
        @media (max-width: 750px) {
          .gnav__logolinks li.-mizucafe {
            width: 90px;
            height: 13px;
            margin: 32px 0; } }
      .gnav__logolinks li.-cleansuiclub {
        width: 120px;
        height: 40px; }
        @media (max-width: 750px) {
          .gnav__logolinks li.-cleansuiclub {
            width: 92px;
            height: 30px;
            margin: 0 56px 0 0; } }
      .gnav__logolinks li.-facebook {
        width: 14px;
        height: 26px;
        margin: 0 50px 0 0; }
      .gnav__logolinks li.-instagram {
        width: 27px;
        height: 27px;
        margin: 0; }
      .gnav__logolinks li a {
        display: block;
        opacity: .7; }
        @media (min-width: 751px) {
          .gnav__logolinks li a {
            transition: .4s ease; }
            .gnav__logolinks li a .st0, .gnav__logolinks li a .st1 {
              transition: .4s ease; }
            .gnav__logolinks li a:hover {
              opacity: 1; }
              .gnav__logolinks li a:hover .st0, .gnav__logolinks li a:hover .st1 {
                fill: #d7000f; } }
      .gnav__logolinks li img {
        width: 100%;
        height: 100%; }
  .gnav__close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    overflow: hidden; }
    @media (min-width: 751px) {
      .gnav__close:hover span {
        animation: .4s roopRotation ease;
        transition: 0s;
        transform: rotate(0deg); } }
    @media (max-width: 750px) {
      .gnav__close {
        top: 22px;
        right: 22px; } }
    .gnav__close span {
      display: block;
      width: 100%;
      height: 100%; }
      .gnav__close span:before, .gnav__close span:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .gnav__close span:before {
        transform: rotate(45deg); }
      .gnav__close span:after {
        transform: rotate(-45deg); }

/*--------------------------------
menu-bar
-----------------------------------*/
.menu-bar {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  z-index: 98;
  height: 60px;
  overflow: hidden;
  transition: height .6s ease;
  transform: translate(0, -100%); }
  .menu-bar__inner {
    overflow: hidden;
    height: 4px;
    background-color: #d7000f;
    transition: .6s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .menu-bar__logo {
    width: 146px;
    position: absolute;
    left: 16px;
    bottom: 5px; }
    .menu-bar__logo img {
      max-width: 100%; }
  .menu-bar.-fixed {
    position: fixed;
    top: 60px;
    transition: 0s; }
    .menu-bar.-fixed .menu-bar__inner {
      height: 100%; }

/*--------------------------------
mainvisual
-----------------------------------*/
.mainvisual {
  width: 100%;
  height: calc(100vh - 160px);
  max-height: 550px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 750px) {
    .mainvisual {
      max-height: 320px; } }
  .mainvisual__bg {
    position: relative;
    width: 100%;
    height: 100%; }
    .mainvisual__bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: .1; }
    .mainvisual__bg video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 101%;
      min-height: 101%; }
  .mainvisual__bg-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .mainvisual__bg-slider li {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .mainvisual__bg-slider img {
      display: none; }
  .mainvisual__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .mainvisual__content:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 50px;
      background-color: #fff;
      left: 0;
      right: 0;
      bottom: 26px;
      margin: 0 auto;
      animation: scrollbar 2.2s ease infinite; }
      @media (max-width: 750px) {
        .mainvisual__content:after {
          bottom: 8px; } }
    .mainvisual__content .modal-item {
      padding: 16px; }
  .mainvisual__logo {
    width: 180px;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .mainvisual__logo {
        width: 104px; } }
    .mainvisual__logo img {
      max-width: 100%; }
  .mainvisual__modalbtn {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    cursor: pointer; }
    @media (min-width: 751px) {
      .mainvisual__modalbtn {
        transition: .4s ease; }
        .mainvisual__modalbtn:hover {
          opacity: .6; } }
    @media (max-width: 750px) {
      .mainvisual__modalbtn {
        font-size: 1.6rem;
        margin: 16px 0 0; } }
    .mainvisual__modalbtn:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      opacity: .8;
      background: transparent url(../images/common/icon_circle-arrow.svg) center center no-repeat;
      background-size: contain;
      margin: 0 8px 0 0; }
      @media (max-width: 750px) {
        .mainvisual__modalbtn:before {
          width: 16px;
          height: 16px; } }

/*--------------------------------
section
-----------------------------------*/
.section-news {
  position: relative;
  z-index: 0; }
  .section-news .l-inner {
    position: relative; }
    .section-news .l-inner:before {
      content: '';
      display: block;
      position: absolute;
      top: 16px;
      right: -440px;
      width: 848px;
      height: 468px;
      background: transparent url(../images/top/img_deco01.png) center center no-repeat;
      background-size: contain;
      opacity: .4; }
      @media (max-width: 750px) {
        .section-news .l-inner:before {
          content: none; } }

.section-newspicks {
  position: relative;
  z-index: 0;
  padding: 117px 0 110px; }
  @media (max-width: 750px) {
    .section-newspicks {
      padding: 0; } }
  .section-newspicks .l-inner {
    position: relative; }
    @media (max-width: 750px) {
      .section-newspicks .l-inner {
        padding: 0; } }
    .section-newspicks .l-inner:before {
      content: '';
      display: block;
      position: absolute;
      top: -120px;
      left: -320px;
      width: 480px;
      height: 600px;
      background: transparent url(../images/top/img_deco02.jpg) center center no-repeat;
      background-size: contain;
      opacity: .4; }
      @media (max-width: 750px) {
        .section-newspicks .l-inner:before {
          content: none; } }

.section-social {
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .section-social .l-inner {
      padding: 0 10px; } }

.section-product {
  position: relative;
  margin: 60px 0 0; }
  .section-product:before {
    content: '';
    display: block;
    width: 720px;
    height: 1336px;
    position: absolute;
    z-index: -2;
    opacity: .3;
    top: -126px;
    right: 0;
    background: transparent url(../images/top/img_deco03.jpg) center center no-repeat;
    background-size: contain; }
    @media (max-width: 750px) {
      .section-product:before {
        content: none; } }

.section-lineup-content {
  position: relative;
  z-index: 0; }
  .section-lineup-content:before {
    content: '';
    display: block;
    width: 397px;
    height: 726px;
    position: absolute;
    z-index: -1;
    opacity: .3;
    top: -42px;
    left: auto;
    right: 0;
    background: transparent url(../images/lineup/img_deco03.jpg) center center no-repeat;
    background-size: contain; }
    @media (max-width: 750px) {
      .section-lineup-content:before {
        width: 55%;
        height: 104vw;
        top: -56px; } }
  .section-lineup-content .l-inner {
    padding: 0 50px; }
    @media (max-width: 750px) {
      .section-lineup-content .l-inner {
        padding: 0 20px; } }

.section-banner {
  margin-top: 80px;
  margin-bottom: 240px; }
  @media (max-width: 750px) {
    .section-banner {
      margin-bottom: 80px; } }
  .section-banner .list-links__img {
    height: auto; }

/*--------------------------------
item-imgbox
-----------------------------------*/
.item-imgbox {
  width: calc(33.33vw - 63.33px);
  max-width: 276px;
  height: calc(33.33vw - 63.33px);
  max-height: 276px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative; }
  @media (max-width: 750px) {
    .item-imgbox {
      width: calc(50% - 5px);
      max-width: none;
      height: calc(50vw - 24px);
      max-height: none; } }
  .item-imgbox a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 60px; }
    @media (min-width: 751px) {
      .item-imgbox a:hover:after {
        height: 4px; } }
    @media (max-width: 750px) {
      .item-imgbox a {
        padding: 16px 0 40px; } }
    .item-imgbox a:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 0;
      background-color: rgba(215, 0, 15, 0.8);
      transition: .4s ease; }
  .item-imgbox__img {
    height: 100%;
    padding: 24px 0 0; }
    @media (max-width: 750px) {
      .item-imgbox__img {
        padding: 0; } }
    .item-imgbox__img img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .item-imgbox__name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px; }
    @media (max-width: 750px) {
      .item-imgbox__name {
        font-size: 1.4rem;
        bottom: 9px; } }
  .item-imgbox.-light .item-imgbox__img {
    opacity: .8; }
  .item-imgbox.-full {
    width: 100%;
    height: 180px;
    max-width: 100%; }
    @media (max-width: 750px) {
      .item-imgbox.-full {
        height: calc(50vw - 30px); } }
    .item-imgbox.-full a {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      padding: 0; }
    .item-imgbox.-full .item-imgbox__img {
      padding: 0; }
      @media (max-width: 750px) {
        .item-imgbox.-full .item-imgbox__img {
          max-width: 80%;
          max-height: 80%; } }
    .item-imgbox.-full .item-imgbox__name {
      position: static;
      margin: 0 68px 0 0; }
      @media (max-width: 750px) {
        .item-imgbox.-full .item-imgbox__name {
          margin: 0 37px 0 0; } }
  @media (min-width: 751px) {
    .item-imgbox.-small {
      width: calc(25vw - 57px);
      height: calc(25vw - 57px);
      max-width: 198px;
      max-height: 198px;
      margin: 0 17px 38px; }
      .item-imgbox.-small a {
        padding: 0 0 32px; }
      .item-imgbox.-small .item-imgbox__name {
        bottom: 20px; } }
  .item-imgbox.-middle {
    width: calc(50% - 36px);
    max-width: none;
    height: 220px; }
    @media (max-width: 750px) {
      .item-imgbox.-middle {
        width: 100%;
        height: 50vw; } }
    .item-imgbox.-middle a {
      padding: 0 0 50px; }
      @media (max-width: 750px) {
        .item-imgbox.-middle a {
          padding: 16px 0 32px; } }
    @media (max-width: 750px) {
      .item-imgbox.-middle .item-imgbox__img {
        max-width: 80%;
        max-height: 80%; } }
    .item-imgbox.-middle .item-imgbox__name {
      bottom: 24px; }
      @media (max-width: 750px) {
        .item-imgbox.-middle .item-imgbox__name {
          bottom: 20px; } }

/*--------------------------------
list-col-content
-----------------------------------*/
.list-col-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: -18px;
  width: calc(100% + 36px); }
  @media (max-width: 750px) {
    .list-col-content {
      left: 0;
      width: 100%; } }
  .list-col-content .item-imgbox {
    margin: 0 18px 38px; }
    @media (max-width: 750px) {
      .list-col-content .item-imgbox {
        margin: 0 0 8px; } }

/*--------------------------------
list-links
-----------------------------------*/
.list-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 750px) {
    .list-links {
      display: block; } }
  .list-links li {
    width: 300px; }
    @media (max-width: 750px) {
      .list-links li {
        width: 280px;
        margin: 0 auto 30px; } }
    .list-links li a {
      display: block; }
      @media (min-width: 751px) {
        .list-links li a {
          transition: .4s ease; }
          .list-links li a:hover {
            opacity: .7; } }
  .list-links__img {
    width: 100%;
    height: 300px;
    display: block; }
    @media (max-width: 750px) {
      .list-links__img {
        width: 280px;
        height: auto;
        margin: 0 auto; } }
    .list-links__img img {
      max-width: 100%; }
  .list-links__desc {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: .05em;
    margin: 16px 0 0; }

/*--------------------------------
screen-overlay
-----------------------------------*/
.screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  transition: none; }

/*--------------------------------
sns-feed
-----------------------------------*/
.sns-feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 40px 0 0; }
  @media (max-width: 750px) {
    .sns-feed {
      display: block; } }
  .sns-feed__item {
    width: calc(50% - 10px); }
    @media (max-width: 750px) {
      .sns-feed__item {
        width: 280px;
        margin: 0 auto 30px; } }
    .sns-feed__item.-facebook .fb_iframe_widget {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .sns-feed__item.-facebook .fb_iframe_widget > span {
        display: block;
        margin: 0 auto; }
      .sns-feed__item.-facebook .fb_iframe_widget iframe {
        display: block;
        margin: 0 auto; }
    .sns-feed__item.-facebook .sns-feed__link {
      display: block;
      width: 15px;
      height: 27px;
      margin: 45px auto 0; }
      @media (max-width: 750px) {
        .sns-feed__item.-facebook .sns-feed__link {
          width: 20px;
          height: 30px; } }
    .sns-feed__item.-instagram .sns-feed__box .ig-page {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
      .sns-feed__item.-instagram .sns-feed__box .ig-page img {
        max-width: 100%; }
    .sns-feed__item.-instagram .sns-feed__link {
      display: block;
      width: 27px;
      height: 27px;
      margin: 45px auto 0; }
      @media (max-width: 750px) {
        .sns-feed__item.-instagram .sns-feed__link {
          width: 40px;
          height: 40px; } }
    .sns-feed__item.-instagram .sns-feed__box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .sns-feed__item.-instagram .sns-feed__pic {
      width: 140px; }
      @media (max-width: 750px) {
        .sns-feed__item.-instagram .sns-feed__pic {
          width: calc(100% / 3); } }
      .sns-feed__item.-instagram .sns-feed__pic a {
        display: block;
        width: 100%; }
        @media (min-width: 751px) {
          .sns-feed__item.-instagram .sns-feed__pic a {
            transition: .4s ease; }
            .sns-feed__item.-instagram .sns-feed__pic a:hover {
              opacity: .7; } }
        .sns-feed__item.-instagram .sns-feed__pic a img {
          width: 100%; }
  .sns-feed__box {
    position: relative;
    border: 1px solid #ccc;
    height: 480px;
    padding: 20px; }
    @media (max-width: 750px) {
      .sns-feed__box {
        height: auto;
        padding: 10px; } }
    .sns-feed__box:before {
      content: 'Follow me !';
      font-size: 1rem;
      font-weight: 500;
      line-height: 2;
      letter-spacing: .05em;
      text-align: center;
      color: #000;
      position: absolute;
      left: 50%;
      bottom: -40px;
      transform: translate(-50%, 0); }
      @media (max-width: 750px) {
        .sns-feed__box:before {
          font-size: 1.4rem; } }

/*--------------------------------
unit-col2
-----------------------------------*/
.unit-col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 750px) {
    .unit-col2 {
      display: block; } }
  .unit-col2__item {
    width: calc(50% - 18px); }
    @media (max-width: 750px) {
      .unit-col2__item {
        width: 100%; } }

/*--------------------------------
unit-graybox
-----------------------------------*/
.unit-graybox {
  margin: 174px 0 120px; }
  @media (max-width: 750px) {
    .unit-graybox {
      margin: 140px 0 80px; } }
  .unit-graybox .l-inner {
    position: relative; }
    .unit-graybox .l-inner:before {
      content: '';
      display: block;
      width: 240px;
      height: 795px;
      background: transparent url(../images/top/img_deco04.jpg) center center no-repeat;
      background-size: contain;
      opacity: .3;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translate(0, -50%); }
      @media (max-width: 750px) {
        .unit-graybox .l-inner:before {
          content: none; } }
  .unit-graybox__ttl {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap; }
    @media (max-width: 750px) {
      .unit-graybox__ttl {
        font-size: 2.4rem; } }
  .unit-graybox__box {
    background-color: #eee;
    width: 580px;
    min-height: 500px;
    padding: 60px 80px;
    margin: 0 0 0 auto;
    position: relative; }
    @media (max-width: 750px) {
      .unit-graybox__box {
        width: calc(100% + 40px);
        left: -20px;
        padding: 60px 40px; } }
    .unit-graybox__box .btn-basic {
      margin: 0 auto; }
  .unit-graybox__img img {
    max-width: 100%; }
  .unit-graybox__img + .btn-basic {
    margin-top: 40px; }

/*--------------------------------
unit-lineup
-----------------------------------*/
.unit-lineup {
  padding: 96px 0 72px;
  position: relative; }
  @media (max-width: 750px) {
    .unit-lineup {
      padding: 35px 0; } }
  .unit-lineup__ttl {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    color: #000; }
    .unit-lineup__ttl span {
      display: inline-block;
      font-weight: 400;
      font-size: 6rem;
      padding: 0 .14em;
      transform: translate(0, 0.14em); }
  .unit-lineup .btn-basic {
    margin: 32px auto 0; }
  .unit-lineup__img {
    display: block;
    margin: 24px 0 0; }
    .unit-lineup__img img {
      margin: 0 auto; }
      @media (max-width: 750px) {
        .unit-lineup__img img {
          max-width: 100%; } }
    .unit-lineup__img:hover {
      opacity: 0.7 !important; }

/*--------------------------------
unit-modal
-----------------------------------*/
.unit-modal {
  width: 64vw;
  max-width: 1280px;
  height: 36vw;
  max-height: 720px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 201;
  display: none;
  transition: none; }
  @media (max-width: 750px) {
    .unit-modal {
      width: 94vw;
      height: 52.875vw; } }
  .unit-modal__close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -60px;
    right: -60px;
    cursor: pointer;
    overflow: hidden; }
    @media (min-width: 751px) {
      .unit-modal__close:hover span {
        opacity: .7; } }
    @media (max-width: 750px) {
      .unit-modal__close {
        top: -56px;
        right: -16px; } }
    .unit-modal__close span {
      display: block;
      width: 100%;
      height: 100%;
      transition: .4s ease; }
      .unit-modal__close span:before, .unit-modal__close span:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .unit-modal__close span:before {
        transform: rotate(45deg); }
      .unit-modal__close span:after {
        transform: rotate(-45deg); }
  .unit-modal video {
    width: 100%;
    height: 100%;
    display: block; }

/*--------------------------------
unit-news
-----------------------------------*/
.unit-news {
  display: inline-block;
  padding: 50px 30px; }
  @media (max-width: 750px) {
    .unit-news {
      display: block;
      width: 100%;
      padding: 40px 0 80px; } }
  .unit-news__ttl {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    margin: 0 0 1em; }
  .unit-news__item + .unit-news__item {
    margin: 1.5em 0 0; }
  .unit-news__date {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: .05em;
    margin-bottom: .5em; }
  .unit-news__link {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: .05em; }
    @media (min-width: 751px) {
      .unit-news__link {
        transition: .2s ease; }
        .unit-news__link:hover {
          color: #0691fd; } }
  .unit-news .btn-basic {
    margin: 32px auto 0; }

/*--------------------------------
unit-newspicks
-----------------------------------*/
.unit-newspicks {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 80px 0 72px;
  background: transparent url(../images/top/img_texture01.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 0 auto; }
  @media (max-width: 750px) {
    .unit-newspicks {
      width: 100%;
      padding: 0 20px;
      padding: 100px 0 40px; } }
  .unit-newspicks:before {
    content: '';
    display: block;
    width: 150px;
    height: 218px;
    background: transparent url(../images/top/img_item01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: -157px;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .unit-newspicks:before {
        width: 90px;
        height: 134px;
        top: -45px; } }
  .unit-newspicks__ttl {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .1em;
    color: #000; }
    @media (max-width: 750px) {
      .unit-newspicks__ttl {
        font-size: 1.8rem;
        text-align: center; } }
  .unit-newspicks__info {
    display: -ms-flexbox;
    display: flex;
    margin: 48px 0 0; }
    @media (max-width: 750px) {
      .unit-newspicks__info {
        display: block;
        margin: 30px 0 0; } }
  .unit-newspicks__logo {
    width: 160px;
    margin: 0 32px 0 0; }
    @media (max-width: 750px) {
      .unit-newspicks__logo {
        width: 128px;
        margin: 0 auto 10px; } }
    .unit-newspicks__logo img {
      max-width: 100%; }
  .unit-newspicks .btn-basic {
    width: 200px;
    height: 60px; }

/*--------------------------------
unit-reason
-----------------------------------*/
.unit-reason {
  padding: 72px 0;
  position: relative;
  background-color: rgba(164, 217, 179, 0.3); }
  @media (max-width: 750px) {
    .unit-reason {
      padding: 34px 0 45px; } }
  .unit-reason__ttl {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    color: #000; }
    @media (max-width: 750px) {
      .unit-reason__ttl {
        font-size: 1.8rem; } }
    .unit-reason__ttl span {
      display: inline-block;
      font-weight: 400;
      font-size: 6rem;
      padding: 0 .14em;
      transform: translate(0, 0.14em); }
      @media (max-width: 750px) {
        .unit-reason__ttl span {
          font-size: 4.8rem; } }
  .unit-reason .btn-basic {
    margin: 32px auto 0; }

/*--------------------------------
unit-social
-----------------------------------*/
@media (max-width: 750px) {
  .unit-social {
    padding: 62px 0 0; } }

.unit-social__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: .1em;
  color: #000;
  position: relative;
  margin: 0 0 68px; }
  @media (max-width: 750px) {
    .unit-social__ttl {
      font-size: 2rem;
      text-align: center;
      margin: 0 0 24px; } }

.unit-social__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 750px) {
    .unit-social__content {
      display: block; } }

.unit-social__box {
  width: 50%;
  max-width: 450px;
  height: calc(50vw - 18px);
  max-height: 450px;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 750px) {
    .unit-social__box {
      width: 300px;
      height: 300px;
      margin: 0 auto 15px; } }
  .unit-social__box.-type01 {
    background: transparent url(../images/top/bg_photo01.png) center center no-repeat;
    background-size: cover;
    color: #fff; }
  .unit-social__box.-type02 {
    background: transparent url(../images/top/bg_photo02.png) center center no-repeat;
    background-size: cover;
    color: #000;
    margin-top: -140px; }
    @media (max-width: 750px) {
      .unit-social__box.-type02 {
        margin-top: 0; } }

.unit-social__copy {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 2px; }

.unit-social__desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: .05em;
  text-align: center; }

.unit-social .btn-basic {
  margin: 16px auto 0; }

/*--------------------------------
modules
-----------------------------------*/
.modal-item {
  cursor: pointer; }

.page-lineup .menu-btn {
  top: 0;
  right: 0; }

.page-lineup .foot-nav:before {
  content: '';
  display: block;
  width: 340px;
  height: 520px;
  background: transparent url(../images/lineup/img_deco06.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 150px;
  left: -120px;
  opacity: .2;
  z-index: -1; }
  @media (max-width: 750px) {
    .page-lineup .foot-nav:before {
      content: none; } }

.home .l-content {
  padding: 0; }

.home .foot-nav:before {
  content: '';
  display: block;
  width: 356px;
  height: 610px;
  background: transparent url(../images/top/img_deco05.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -220px;
  left: calc(50% + 370px);
  opacity: .4;
  z-index: -1; }

/*# sourceMappingURL=maps/style.css.map */
