@charset "UTF-8";
html {
  font-size: 10px; }

body {
  overflow: hidden;
  visibility: visible !important;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px; }

@media (max-width: 768px) {
  .hide-md {
    display: none; } }

.c-btn {
  position: relative;
  overflow: hidden;
  display: table;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85) 50%, #DBA229 50%);
  background-size: 100% 200%;
  background-position: 0 0;
  color: #fff;
  line-height: 48px;
  transition: .3s ease; }
  .c-btn:hover {
    background-position: 0 100%; }
  .c-btn__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 1em;
    height: 1em;
    fill: rgba(255, 255, 255, 0.8); }
  .c-btn__icon .c-btn[data-icon-type="bottom"] {
    margin-left: 4px;
    margin-right: 0; }

.c-btn[data-btn-type="ghost"] {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#fff 50%, #eee 50%);
  background-size: 100% calc(200% + 5%);
  color: rgba(0, 0, 0, 0.75); }
  .c-btn[data-btn-type="ghost"] .c-btn__icon {
    fill: rgba(0, 0, 0, 0.6); }

@media (min-width: 769px) {
  .c-hide--pc {
    display: none; } }

@media (max-width: 768px) {
  .c-hide--sp {
    display: none; } }

.c-inner {
  padding-left: 32px;
  padding-right: 32px; }
  @media (max-width: 768px) and (orientation: landscape) {
    .c-inner {
      display: table;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 769px) {
    .c-inner {
      display: table;
      width: 624px;
      margin-left: auto;
      margin-right: auto;
      padding: 0; } }

.c-link {
  color: #527FA3; }
  .c-link:hover {
    text-decoration: underline; }

.c-titlesub {
  font-size: 2.8rem;
  line-height: 1.3; }
  @media (max-width: 320px) {
    .c-titlesub {
      font-size: 2.5rem; } }
  @media (min-width: 769px) {
    .c-titlesub {
      font-size: 3.5rem; } }

.about {
  padding: 96px 0;
  background: url(../images/about/background@3x.jpg) no-repeat center/cover;
  background-image: -webkit-image-set(url(../images/about/background.jpg) 1x, url(../images/about/background@2x.jpg) 2x, url(../images/about/background@3x.jpg) 3x);
  background-image: image-set(url(../images/about/background.jpg) 1x, url(../images/about/background@2x.jpg) 2x, url(../images/about/background@3x.jpg) 3x);
  color: #fff; }
  .about__title {
    margin-bottom: 16px;
    font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
    text-align: center; }
  .about__caption {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.8; }
    @media (max-width: 320px) {
      .about__caption {
        font-size: 1.8rem; } }
    @media (min-width: 769px) {
      .about__caption {
        font-size: 2.5rem; } }
  .about__outerlink {
    margin: auto; }

.confirm {
  margin-bottom: 64px; }
  @media (min-width: 769px) {
    .confirm {
      text-align: center; } }
  .confirm__title {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.85); }
    @media (max-width: 768px) {
      .confirm__title {
        text-align: center; } }
  .confirm__caption {
    margin-bottom: 40px; }
  .confirm__caption > p + p {
    margin-top: 16px; }
  .confirm__error {
    margin-bottom: 32px;
    color: red; }
    .confirm__error > p:not(:last-child) {
      margin-bottom: 16px; }
  .confirm__body {
    margin-bottom: 32px;
    text-align: left; }
  .confirm__btns {
    display: flex;
    justify-content: center; }
    .confirm__btns > button:not(:last-child) {
      margin-right: 16px; }

input:placeholder-shown, textarea:placeholder-shown {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal; }

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal; }

select:focus {
  outline: 0; }

.contact {
  padding: 64px 0;
  color: #333; }
  .contact__inner {
    width: 100%; }
    @media (min-width: 769px) {
      .contact__inner {
        width: 624px; } }
  .contact__title {
    margin-bottom: 16px;
    font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
    text-align: center; }
  .contact__remarks {
    margin-bottom: 40px;
    text-align: center; }
    .contact__remarks > span {
      color: red; }
  .contact__inputhead {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 1.8rem; }
    .contact__inputhead:not(:first-of-type) {
      margin-top: 24px; }
    .contact__inputhead > span {
      font-size: .8em;
      font-weight: normal; }
    .contact__inputhead[data-required]::after {
      content: "必須";
      color: red;
      margin-left: 1rem;
      font-size: .8em; }
  .contact__text, .contact__select {
    width: 100%;
    padding: 8px 16px;
    min-height: 34px;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit !important; }
    .contact__text:focus, .contact__select:focus {
      outline: 0; }
  .contact__text[data-input-mail]:focus {
    height: 56px;
    font-family: inherit !important;
    font-size: 2rem; }
  .contact__textarea {
    resize: none;
    width: 100%;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.05); }
    .contact__textarea:focus {
      outline: 0; }
  .contact__select {
    position: relative;
    display: block; }
    .contact__select > select {
      width: 100%; }
    .contact__select > span {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-3px);
      display: block;
      border: transparent 6px solid;
      border-top-color: #333; }
  .contact__confirm {
    margin: 32px auto 0; }

.footer {
  position: relative;
  padding: 40px 0;
  background-color: #e6e6e6; }
  @media (min-width: 769px) {
    .footer__inner {
      display: grid;
      grid-template-columns: max-content;
      grid-column-gap: 40px;
      justify-content: center;
      align-items: start; } }
  @media (min-width: 769px) {
    .footer__block {
      grid-row: 1;
      grid-column: 1; } }
  .footer__companyname {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1; }
  .footer__companyname > span {
    display: block;
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6); }
  .footer__sns {
    font-size: 0;
    list-style: none; }
  .footer__sns > li {
    display: inline-block;
    margin-right: 4px; }
  .footer__links {
    margin: 16px 0;
    word-break: break-all; }
    @media (min-width: 769px) {
      .footer__links {
        grid-row: span 2;
        grid-column: 2;
        margin: 0;
        word-break: inherit; } }
  .footer__links th {
    padding-right: 8px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    font-weight: inherit; }
    @media (max-width: 768px) and (orientation: portrait) {
      .footer__links th {
        display: block;
        width: 100%; } }
  .footer__links tr:not(:last-child) > td {
    padding-bottom: 4px; }
  .footer__links td {
    vertical-align: top; }
    @media (max-width: 768px) and (orientation: portrait) {
      .footer__links td {
        display: block;
        width: 100%; } }
  @media (min-width: 769px) {
    .footer__copyright {
      grid-row: 2;
      grid-column: 1; } }
  .footer__pagetop {
    position: absolute;
    right: 32px;
    top: 0;
    transform: translateY(-50%); }

.hero {
  position: relative;
  padding: 40px 0;
  color: #fff; }
  .hero:not(.hero--nobg)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/hero/background.jpg);
    background-image: -webkit-image-set(url(../images/hero/background.jpg) 1x, url(../images/hero/background@2x.jpg) 2x, url(../images/hero/background@3x.jpg) 3x);
    background-image: image-set(url(../images/hero/background.jpg) 1x, url(../images/hero/background@2x.jpg) 2x, url(../images/hero/background@3x.jpg) 3x); }
    @media (max-width: 768px) and (orientation: landscape) {
      .hero:not(.hero--nobg)::before {
        height: 600px; } }
    @media (min-width: 769px) {
      .hero:not(.hero--nobg)::before {
        padding-bottom: 64px;
        background-image: url(../images/hero/background_pc.jpg);
        background-image: -webkit-image-set(url(../images/hero/background_pc.jpg) 1x, url(../images/hero/background_pc@2x.jpg) 2x, url(../images/hero/background_pc@3x.jpg) 3x);
        background-image: image-set(url(../images/hero/background_pc.jpg) 1x, url(../images/hero/background_pc@2x.jpg) 2x, url(../images/hero/background_pc@3x.jpg) 3x); } }
  .hero__inner {
    width: auto !important; }
  .hero__btn {
    margin: 0 auto;
    border-radius: 0;
    text-align: center; }
    @media (min-width: 769px) {
      .hero__btn {
        position: absolute;
        top: 40px;
        right: 32px;
        margin: 0;
        width: auto;
        border-radius: 4px; } }
  .hero__logo {
    margin: 0 auto 40px;
    width: 50%;
    max-width: 204px; }
  .hero__catchcopy {
    font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.3; }
    @media (min-width: 769px) {
      .hero__catchcopy {
        font-size: 7rem; } }
    @media (max-width: 768px) {
      .hero__catchcopy {
        margin-bottom: 24px; } }
    @media (max-width: 320px) {
      .hero__catchcopy {
        font-size: 3rem; } }
  .hero__sampleWrapper {
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      .hero__sampleWrapper {
        margin: 0 32px 64px; } }
  .hero__samples {
    display: flex;
    justify-content: center;
    margin-top: 8px; }
  .hero__sampleItem + .hero__sampleItem {
    margin-left: 16px; }
  .hero__slider {
    margin-top: 40px; }
    @media (min-width: 769px) {
      .hero__slider {
        margin-top: 80px; } }
  .hero__slide-img {
    width: 100%; }
  .hero__slide-name {
    display: block;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 2.1rem;
    text-align: center; }
  .hero__slide-name > span {
    font-size: 1.6rem; }

.swiper-container {
  padding-top: 10px; }

.swiper-slide {
  transition: transform .3s ease; }
  .swiper-slide:hover {
    transform: translateY(-10px); }

.points {
  position: relative; }
  .points__head {
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 1.8rem; }
    @media (min-width: 769px) {
      .points__head {
        margin-bottom: 64px; } }
  .points__wrapper {
    margin: auto;
    padding-top: 64px;
    padding-bottom: 64px; }
    .points__wrapper:nth-child(even) {
      background-color: #fff; }
    .points__wrapper:nth-child(odd) {
      background-color: #f8f8f8; }
  .points__intro {
    margin: auto; }
  .points__contact {
    display: block;
    margin: 64px auto 0; }
  .points-intro {
    position: relative; }
    .points-intro__number {
      grid-row: 4;
      grid-column: span 2;
      margin-bottom: 16px;
      color: rgba(0, 0, 0, 0.6);
      font-size: 2rem;
      text-align: center;
      line-height: 1; }
      @media (max-width: 320px) {
        .points-intro__number {
          font-size: 1.8rem; } }
      @media (min-width: 769px) {
        .points-intro__number {
          font-size: 2.5rem; } }
    .points-intro__catchcopy {
      margin-bottom: 24px;
      font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
      font-size: 3rem;
      color: rgba(0, 0, 0, 0.85);
      text-align: center;
      line-height: 1.4; }
      @media (max-width: 320px) {
        .points-intro__catchcopy {
          font-size: 2.5rem; } }
      @media (min-width: 769px) {
        .points-intro__catchcopy {
          margin-bottom: 32px;
          font-size: 4rem; } }
    .points-intro__caption {
      margin-bottom: 40px;
      font-size: 2rem;
      line-height: 1.7;
      text-align: justify; }
      @media (max-width: 320px) {
        .points-intro__caption {
          font-size: 1.8rem; } }
      @media (min-width: 769px) {
        .points-intro__caption {
          font-size: 2.5rem; } }
    .points-intro__btn {
      display: table;
      margin: auto; }
    .points-intro__img, .points-intro__card {
      display: block;
      margin: auto;
      width: 100%; }
    @media (min-width: 769px) {
      .points-intro__card {
        margin: auto;
        width: 320px; } }
  .points-card {
    overflow: hidden;
    padding-top: 24px;
    border-top: 3px solid #DBA229;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
    .points-card__price {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 24px; }
    .points-card__number {
      margin-right: 8px;
      font-size: 4rem;
      line-height: 1; }
    .points-card__tax {
      display: block;
      margin-bottom: -3px;
      font-size: 1rem; }
    .points-card__scription {
      display: block;
      font-size: 1.6rem; }
    .points-card__contract {
      margin-bottom: 24px;
      padding: 0 24px;
      text-align: center;
      color: rgba(0, 0, 0, 0.5); }
    .points-card__pickup {
      margin-bottom: 24px;
      padding: 0 24px 24px;
      list-style: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .points-card__pickup li {
      height: 40px;
      padding: 0 16px;
      background-color: #DBA229;
      color: #fff;
      font-weight: bold;
      text-align: center;
      line-height: 40px;
      border-radius: 30px; }
    .points-card__pickup li:not(:last-child) {
      margin-bottom: 8px; }
    .points-card__remarks {
      margin-bottom: 24px;
      padding: 0 24px 0 48px; }
    .points-card__remarks li:not(:last-child) {
      margin-bottom: 8px; }
