@charset "UTF-8";
/* =========================================================================
 foundationレイヤー
========================================================================= */
/* =========================================================================
   image-path
========================================================================= */
/* =========================================================================
   font-size
========================================================================= */
/* =========================================================================
   font-family
========================================================================= */
@import url(//fonts.googleapis.com/icon?family=Material+Icons);
@import url(//fonts.googleapis.com/css?family=Oswald:500,600,700);
/* =========================================================================
   color - default
========================================================================= */
@import url("//fonts.googleapis.com/css?family=Ubuntu:400,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* =========================================================================
   color - project
========================================================================= */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  box-sizing: inherit;
  line-height: 1.5; }

#wrap {
  background-image: none; }

#header_outer {
  margin-bottom: 0; }

#contents {
  width: auto;
  padding: 0; }

#sub {
  display: none; }

#breadcrumbs {
  float: none;
  width: 900px;
  margin: 0 auto; }

#footer, #ftMenu {
  display: none; }

#addMenu {
  display: none; }

main {
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000; }
  @media (max-width: 767px) {
    main {
      margin-bottom: 4rem; } }
  main h1, main h2, main h3, main h4, main h5, main h6 {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0; }
  main em {
    font-style: normal; }
  main p {
    margin: 0; }
  main ol, main ul {
    list-style: none;
    list-style-type: none; }
  main img {
    max-width: 100%;
    width: auto;
    vertical-align: bottom; }

/* =========================================================================
  Projectレイヤー
========================================================================= */
.c-container {
  max-width: 1280px;
  width: 100%; }

/* hero
=================================== */
.hero {
  background-image: url(/contents/machine/nsp/out_images/hero_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 480px; }
  @media (max-width: 575px) {
    .hero {
      background-image: url(/contents/machine/nsp/out_images/hero_bg_sp.png);
      background-size: 100% auto;
      height: 335px; } }
  @media (max-width: 374px) {
    .hero {
      background-size: auto 100%; } }
  .hero__inner {
    position: relative;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    padding: 2rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .hero__inner {
        padding: 1.5rem 1rem; } }
  .hero__logo {
    position: absolute; }
    @media (max-width: 575px) {
      .hero__logo {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center; } }
  .hero__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 3.375rem;
    text-align: center; }
    @media (max-width: 767px) {
      .hero__ttl {
        font-size: 7vw; } }
    @media (max-width: 575px) {
      .hero__ttl {
        font-size: 6.5vw; } }

/* machine
=================================== */
.machine {
  padding: 4rem 1rem; }
  @media (max-width: 767px) {
    .machine {
      padding: 3rem 1rem 0; } }
  @media (max-width: 575px) {
    .machine {
      padding-top: 2rem; } }
  @media (max-width: 374px) {
    .machine {
      padding: 1rem .5rem 0; } }
  .machine__hl {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 500; }
    @media (max-width: 767px) {
      .machine__hl {
        margin-bottom: 1.5rem;
        font-size: 6.25vw; } }
    .machine__hl em {
      font-weight: bold; }
    .machine__hl strong {
      color: #A07C43;
      font-weight: bold; }
  .machine__transition {
    display: flex;
    margin: 0 -.5rem 1rem; }
    @media (min-width: 768px) {
      .machine__transition {
        display: none; } }
    @media (max-width: 575px) {
      .machine__transition {
        margin: 0 -.25rem .5rem; } }
    .machine__transition__item {
      width: 50%;
      padding: 0 .5rem; }
      @media (max-width: 575px) {
        .machine__transition__item {
          padding: 0 .25rem; } }
    .machine__transition__btn {
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #A07C43;
      width: 100%;
      height: 100%;
      padding: .5rem; }
      @media (max-width: 374px) {
        .machine__transition__btn {
          margin-top: -.5rem; } }
      .machine__transition__btn:hover {
        opacity: .8;
        text-decoration: none; }
    .machine__transition__img {
      width: 35%;
      margin-top: -1rem; }
      @media (max-width: 374px) {
        .machine__transition__img {
          width: 30%; } }
    .machine__transition__body {
      width: 65%;
      text-align: center;
      color: #fff;
      margin-top: .5rem; }
      @media (max-width: 374px) {
        .machine__transition__body {
          width: 70%; } }
      .machine__transition__body:after {
        content: "\e313";
        display: block;
        font-family: Material Icons;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1; }
      @media (max-width: 374px) {
        .machine__transition__body * {
          line-height: 1.2; } }
      .machine__transition__body p {
        font-weight: 500;
        font-size: 1.25rem; }
        @media (max-width: 575px) {
          .machine__transition__body p {
            font-size: 0.875rem; } }
      .machine__transition__body b {
        font-size: 1.75rem; }
        @media (max-width: 575px) {
          .machine__transition__body b {
            font-size: 1.25rem; } }
        @media (max-width: 374px) {
          .machine__transition__body b {
            font-size: 1.125rem; } }
  .machine__list {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%; }
    @media (max-width: 1239px) {
      .machine__list {
        max-width: 1280px; } }
    .machine__list__inner {
      display: flex;
      margin: 0 -.625rem; }
      @media (max-width: 767px) {
        .machine__list__inner {
          margin: 0;
          flex-wrap: wrap; } }
  .machine__block {
    margin: 0 .625rem;
    width: calc( 50% - .625rem * 2);
    border: 1px solid #A07C43; }
    @media (max-width: 1239px) {
      .machine__block {
        height: 100%; } }
    @media (max-width: 767px) {
      .machine__block {
        width: 100%;
        margin: 0 0 1.25rem; } }
    @media (max-width: 767px) {
      .machine__block:nth-child(even) {
        display: flex;
        flex-direction: column;
        align-items: flex-end; } }
    .machine__block__body {
      margin-top: 1rem;
      width: 100%; }
    .machine__block__unit {
      padding: 5% 2%; }
      @media (max-width: 767px) {
        .machine__block__unit {
          padding: 5% 4%; } }
    .machine__block__hl {
      position: relative;
      background-color: #A07C43;
      width: 100%;
      padding: 1.5rem .5rem;
      color: #fff;
      font-size: 2.5rem;
      text-align: center; }
      @media (max-width: 575px) {
        .machine__block__hl {
          font-size: 1.625rem; } }
      @media (max-width: 374px) {
        .machine__block__hl {
          font-size: 1.5rem; } }
      .machine__block__hl small {
        display: block;
        font-size: 1.75rem; }
        @media (max-width: 575px) {
          .machine__block__hl small {
            font-size: 1.125rem; } }
        @media (max-width: 374px) {
          .machine__block__hl small {
            font-size: 1rem; } }
      .select .machine__block__hl {
        background-color: #A07C43; }
  .machine__lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 84px;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    text-align: center; }
    @media (max-width: 1239px) {
      .machine__lead {
        font-size: 1.5rem; } }
    @media (max-width: 959px) {
      .machine__lead {
        font-size: 1.25rem; } }
    @media (max-width: 767px) {
      .machine__lead {
        display: block;
        height: auto;
        font-size: 1.5rem; } }
    @media (max-width: 374px) {
      .machine__lead {
        font-size: 6.5vw; } }
    .machine__lead[data-lead="box"] {
      display: block;
      background-color: #fff;
      border: 1px solid #A07C43;
      max-width: 480px;
      width: 100%;
      height: auto;
      padding: 1rem;
      margin: 0 auto 10%;
      color: #A07C43;
      font-size: 1.625rem;
      font-weight: 500; }
      @media (max-width: 959px) {
        .machine__lead[data-lead="box"] {
          font-size: 1.25rem; } }
      @media (max-width: 767px) {
        .machine__lead[data-lead="box"] {
          padding: 1rem .5rem; } }
      @media (max-width: 575px) {
        .machine__lead[data-lead="box"] {
          padding: .5rem; } }
      @media (max-width: 374px) {
        .machine__lead[data-lead="box"] strong {
          display: block; } }
      .cupSize .machine__lead[data-lead="box"] {
        margin-top: -4rem; }
    .machine__lead span {
      display: block; }
      @media (max-width: 767px) {
        .machine__lead span {
          font-size: 1.25rem; } }
      @media (max-width: 575px) {
        .machine__lead span {
          font-size: 1.125rem; } }
      @media (max-width: 374px) {
        .machine__lead span {
          font-size: 76%; } }
  .machine__img {
    text-align: center;
    margin-bottom: 1rem; }
  .machine__name {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center; }
    @media (max-width: 575px) {
      .machine__name {
        font-size: 1.5rem; } }
  .machine__txt {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 500; }
    @media (max-width: 1239px) {
      .machine__txt {
        font-size: 1rem; } }
    @media (max-width: 767px) {
      .machine__txt {
        font-size: 1.125rem; } }
    @media (max-width: 374px) {
      .machine__txt {
        font-size: 1rem; } }
  .machine__foot {
    padding: 5% 8%; }
    @media (max-width: 1239px) {
      .machine__foot {
        padding: 5% 2%; } }
    @media (max-width: 575px) {
      .machine__foot {
        padding: 5% 2% 2rem; } }
    .machine__foot__txt {
      margin-bottom: 1.5rem;
      font-size: 1.25rem;
      font-weight: 500;
      text-align: center; }
      @media (max-width: 1239px) {
        .machine__foot__txt {
          font-size: 1rem; } }
      @media (max-width: 767px) {
        .machine__foot__txt {
          font-size: 1.25rem; } }
      @media (max-width: 374px) {
        .machine__foot__txt {
          font-size: 1rem; } }
    .machine__foot__btn {
      padding: 0 .5rem; }

/* cupSize
=================================== */
.cupSize {
  background-color: #F3F3F3;
  margin-top: 4rem; }
  .cupSize__list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 240px; }
    @media (max-width: 1239px) {
      .cupSize__list {
        flex-wrap: wrap;
        min-height: auto; } }
    #vertuo .cupSize__list {
      justify-content: space-around; }
      @media (max-width: 1239px) {
        #vertuo .cupSize__list {
          justify-content: center; } }
    .cupSize__list li {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      height: 100%; }
      @media (max-width: 1239px) {
        .cupSize__list li {
          padding: .5rem;
          width: 30%; } }
      @media (max-width: 575px) {
        .cupSize__list li {
          width: calc( 100% / 3 );
          padding: .5rem .25rem; } }
  .cupSize__name {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 575px) {
      .cupSize__name {
        font-size: 0.75rem; } }
    .cupSize__name b {
      display: block;
      font-size: 1rem;
      line-height: 1.2;
      margin-bottom: .15rem; }
      @media (max-width: 959px) {
        .cupSize__name b {
          font-size: 1.75vw; } }
      @media (max-width: 575px) {
        .cupSize__name b {
          font-size: 0.875rem; } }
      @media (max-width: 374px) {
        .cupSize__name b {
          font-size: 4vw; } }

/* sc_button
=================================== */
.sc_button[data-type*="brown"] {
  background-color: #A07C43; }

/* footer
=================================== */
.footer {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .footer {
      display: none; } }
  @media (max-width: 374px) {
    .footer {
      padding: 0 .5rem; } }
  .footer__transition {
    display: flex;
    margin: 0 -.5rem 2rem; }
    @media (max-width: 575px) {
      .footer__transition {
        margin: 0 -.25rem 2rem; } }
    .footer__transition__item {
      width: 50%;
      padding: 0 .5rem; }
      @media (max-width: 575px) {
        .footer__transition__item {
          padding: 0 .25rem; } }
    .footer__transition__btn {
      display: block;
      background-color: #fff;
      border: 1px solid #A07C43;
      border-radius: .625rem;
      width: 100%;
      height: 100%;
      padding: .5rem;
      text-align: center;
      font-weight: bold;
      box-shadow: 0 0.125rem 0.625rem #ccc; }
      .footer__transition__btn:visited, .footer__transition__btn:link {
        color: #A07C43; }
      .footer__transition__btn:hover {
        background-color: #A07C43;
        color: #fff;
        text-decoration: none; }
      .footer__transition__btn > [data-type="arrow_down"] {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500; }
        .footer__transition__btn > [data-type="arrow_down"]:after {
          content: "\e315";
          display: inline-block;
          font-family: Material Icons;
          font-size: 1.25rem;
          font-weight: normal;
          line-height: 1;
          width: 1rem; }
        @media all and (-ms-high-contrast: none) {
          .footer__transition__btn > [data-type="arrow_down"] span {
            padding-top: 5px; } }
      .footer__transition__btn em {
        font-size: 1.25rem; }
  .footer__pageTop {
    text-align: center; }
    .footer__pageTop a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #707070;
      font-size: 0.875rem;
      font-weight: 500; }
      .footer__pageTop a:hover {
        text-decoration: none;
        opacity: .8; }
      .footer__pageTop a:after {
        content: "\e316";
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #707070;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        margin-left: .5rem;
        color: #fff;
        font-family: Material Icons;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1; }
      @media all and (-ms-high-contrast: none) {
        .footer__pageTop a span {
          padding-top: 5px; } }

/* presentCP
=================================== */
.presentCP__inner {
  margin-top: -5.5rem;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 1239px) {
    .presentCP__inner {
      padding: 0 5%; } }
  @media (max-width: 767px) {
    .presentCP__inner {
      padding: 0 .625rem;
      margin: auto;
      margin-top: -2rem; } }
  .presentCP__inner > div img {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)); }
.presentCP.fo_card {
  opacity: 0;
  transition: 1.2s;
  transform: translate(0, 300px); }
  @media (max-width: 1239px) {
    .presentCP.fo_card {
      opacity: 0;
      transform: translate(0, 0px);
      -webkit-animation: fadeIn 2s linear 1s 1 alternate both;
      animation: fadeIn 2s linear 1s 1 alternate both; } }
.presentCP.fi_card {
  opacity: 1;
  transform: translate(0, 0px); }

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

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