.pc {
  display: block !important; }
  @media (max-width: 767px) {
    .pc {
      display: none !important; } }

.mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile {
      display: block !important; } }

.container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      width: 95%; } }
  @media (width: 768px) {
    .container {
      width: 95%; } }

.poiret {
  font-family: 'Poiret One', cursive; }

p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5; }

a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #333; }

span {
  font-size: 1.6rem; }

input, textarea, select {
  font-size: 1.6rem; }

.row {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.white {
  color: #fff; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-size: inherit !important; }

/* Text limit */
.textlimit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.textline__1 {
  line-height: 20px;
  max-height: 20px;
  -webkit-line-clamp: 1; }

.textline__2 {
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2; }

.textline__3 {
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3; }

.conts {
  min-height: calc(100vh - 60px);
  height: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .conts {
      min-height: calc(100vh - 97px); } }
  @media (width: 768px) {
    .conts {
      min-height: calc(100vh - 97px); } }
  .conts .conts-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .conts .conts-bg_main {
    position: relative;
    width: 100%;
    height: 100%; }
  .conts .conts-bg_items {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .conts .conts-bg_items img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%; }
      @media (max-width: 767px) {
        .conts .conts-bg_items img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; } }

.main {
  position: relative;
  z-index: 1; }

.c-logo {
  text-align: center;
  padding: 20px 0; }
  .c-logo img {
    max-width: 200px;
    width: 100%; }
    @media (max-width: 767px) {
      .c-logo img {
        max-width: 150px; } }

.header_title {
  text-align: center; }
  @media (max-width: 767px) {
    .header_title {
      margin-top: 40px; } }
  .header_title h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 10px; }

#top-s1 {
  margin-top: 400px; }
  @media (max-width: 767px) {
    #top-s1 {
      margin-top: 0;
      position: absolute;
      width: 100%;
      bottom: 30px; } }
  #top-s1 .top-s1_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #top-s1 .top-s1_main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #top-s1 .top-s1_main li {
      width: 30%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 300px;
      margin-right: 5%;
      margin-bottom: 20px; }
      @media (width: 768px) {
        #top-s1 .top-s1_main li {
          height: 230px; } }
      @media (max-width: 767px) {
        #top-s1 .top-s1_main li {
          width: 115px;
          height: 115px;
          margin-right: 0; }
          #top-s1 .top-s1_main li:nth-last-child(1) {
            margin-bottom: 0; } }
      #top-s1 .top-s1_main li:nth-child(3n) {
        margin-right: 0; }
      #top-s1 .top-s1_main li .top-s1_bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%; }
        #top-s1 .top-s1_main li .top-s1_bg img {
          width: 100%;
          height: 100%; }
      #top-s1 .top-s1_main li p {
        color: #fff;
        position: relative;
        z-index: 1; }
      #top-s1 .top-s1_main li .top-s1_text__big {
        font-size: 3rem; }
        @media (max-width: 767px) {
          #top-s1 .top-s1_main li .top-s1_text__big {
            font-size: 1.6rem; } }
      #top-s1 .top-s1_main li .top-s1_text__small {
        font-size: 1.6rem; }
        @media (max-width: 767px) {
          #top-s1 .top-s1_main li .top-s1_text__small {
            font-size: 1.3rem;
            padding: 0px 10px; } }

footer {
  background: #000;
  height: 60px;
  position: relative; }
  @media (max-width: 767px) {
    footer {
      height: auto; } }
  @media (width: 768px) {
    footer {
      height: auto; } }
  footer .footer-main p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 60px; }
  footer .f-img {
    position: absolute;
    right: 5%;
    max-width: 200px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      footer .f-img {
        position: relative;
        margin: 0 auto;
        right: 0;
        margin-top: 10px; } }
    @media (width: 768px) {
      footer .f-img {
        position: relative;
        margin: 0 auto;
        right: 0;
        margin-top: 10px; } }
