@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://use.fontawesome.com/releases/v5.15.3/css/all.css);
/* Colors */
/* Size */
/* Times */
/* Width */
/* Media */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  background-color: #fff !important;
}

body {
  font-weight: 400;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  color: #4d4d4d;
}

a {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  text-decoration: none;
}

a:link, a:visited {
  color: #4d4d4d;
}

img {
  height: auto;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

p {
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: min(2.1vw, 1em);
}
@media (max-width: 580px) {
  p {
    font-size: 4.2vw;
  }
}

table {
  border-collapse: collapse;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.sp-only {
  display: none !important;
}
@media (max-width: 580px) {
  .sp-only {
    display: block !important;
  }
}

.alright {
  text-align: right;
  width: 100%;
}
@media (max-width: 580px) {
  .alright {
    text-align: left;
  }
}

.w100 {
  width: 100% !important;
  margin: auto !important;
}

.w90per {
  width: 90% !important;
  margin: auto !important;
}

.w80per {
  width: 80% !important;
  margin: auto !important;
}

.w70per {
  width: 70% !important;
  margin: auto !important;
}

.w60per {
  width: 60% !important;
  margin: auto !important;
}

.max-w480 {
  max-width: 480px !important;
  margin: auto !important;
}

/* LAYOUT */
.jumboTron {
  overflow: hidden;
  aspect-ratio: 19/11;
}
.jumboTronWrapper {
  overflow: hidden;
  position: relative;
  max-height: 1100px;
}
.jumboTronWrapper .mySlick {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.jumboTronWrapper .mySlick-inner {
  width: 100%;
  max-height: 1100px;
  position: relative;
}
.jumboTronWrapper .mySlick-inner p {
  width: 100%;
  color: #FFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(6vw, 2.2rem);
  line-height: 1.7;
}
.jumboTronWrapper .mySlick-inner a.buybtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ea2;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(5.8vw, 2rem);
  line-height: 1.7;
  margin: auto;
  display: block;
  border: solid 1px #ea2;
  left: 0;
  right: 0;
  padding: 0 2rem;
}
@media (max-width: 580px) {
  .jumboTron {
    aspect-ratio: 1/1.2;
  }
}

.page-top .topCatch {
  padding-bottom: 2em;
}
.page-top .topCatch p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(5vw, 2.2rem);
  color: #909090;
  line-height: 2;
  padding: 2em 3%;
}
.page-top .topCatch .topImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 580px) {
  .page-top .topCatch .topImg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-top .topCatch .topImg li {
    line-height: 0;
  }
}
.page-top .contentBlock {
  padding-bottom: 4em;
}
.page-top .contentBlock h2 {
  text-align: center;
  font-size: min(4vw, 1.2rem);
  font-weight: 500;
  color: #909090;
  line-height: 2;
  padding: 1em 3% 0;
}
.page-top .contentBlock h3 {
  text-align: center;
  font-size: min(7vw, 3rem);
  font-weight: 500;
  color: #909090;
  line-height: 2;
  padding: 0 3% 0.7em;
}
.page-top .contentBlock h4 {
  text-align: center;
  font-size: min(5vw, 2rem);
  font-weight: 500;
  color: #4d4d4d;
  line-height: 2;
  padding: 0 3% 0;
  font-family: "Noto Serif JP", serif;
}
.page-top .contentBlock p {
  text-align: justify;
  font-size: min(4vw, 1.4rem);
  color: #4d4d4d;
  line-height: 2;
  padding: 2em 3% 3em;
  max-width: 840px;
  margin: auto;
}
.page-top .contentBlock a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5.5vw, 1.4rem);
  color: #FFF;
  line-height: 1;
  width: 90%;
  max-width: 450px;
  height: 100px;
  border-radius: 100px;
  background-color: #81869E;
  margin: auto;
}
.page-top .contentBlock a:hover {
  background-color: #000;
}
@media (max-width: 580px) {
  .page-top .contentBlock a {
    height: 70px;
  }
}

.buy_btn {
  max-width: 440px !important;
  height: auto !important;
  margin: 1rem auto 3rem !important;
  display: block !important;
}
@media (max-width: 580px) {
  .buy_btn {
    max-width: 300px !important;
    margin-bottom: 2rem !important;
  }
}
.buy_btn:last-of-type {
  margin-bottom: 6rem !important;
}

.page-other .headerSign {
  height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat center center/cover;
}
@media (max-width: 580px) {
  .page-other .headerSign {
    height: 160px;
  }
}
.page-other .headerSign h1 {
  color: #FFF;
  text-align: center;
  font-size: min(9vw, 2.4rem);
  font-weight: 500;
}
.page-other .headerSign h1 span {
  display: block;
  font-size: min(3vw, 1.2rem);
}
.page-other .contentBlock {
  padding: 2em 3%;
  max-width: 1280px;
  height: auto;
  margin: auto;
}
@media (max-width: 580px) {
  .page-other .contentBlock {
    padding-bottom: 0;
  }
}
.page-other .contentBlock h2 {
  text-align: center;
  font-size: min(4.3vw, 2rem);
  font-weight: 700;
  color: #4d4d4d;
  line-height: 2;
  padding: 1em 3% 0;
}
.page-other .contentBlock h4 {
  text-align: center;
  font-size: min(5vw, 2rem);
  font-weight: 500;
  color: #4d4d4d;
  line-height: 2;
  padding: 0 3% 0;
  font-family: "Noto Serif JP", serif;
}
.page-other .contentBlock p, .page-other .contentBlock .example {
  text-align: justify;
  font-size: min(4vw, 1.4rem);
  color: #4d4d4d;
  line-height: 2;
  padding: 2em 3% 1.5em;
  max-width: 840px;
  margin: auto;
}
.page-other .contentBlock a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5.5vw, 1.4rem);
  color: #FFF;
  line-height: 1;
  max-width: 450px;
  height: 100px;
  border-radius: 100px;
  background-color: #81869E;
  margin: auto;
}
.page-other.alpaste h3 {
  text-align: center;
  font-size: min(4.3vw, 2rem);
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 1rem 0;
  width: 100%;
  max-width: 768px;
  margin: 6rem auto 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 161, 197)), to(rgb(96, 100, 125)));
  background: linear-gradient(180deg, rgb(154, 161, 197) 0%, rgb(96, 100, 125) 100%);
  line-height: 1;
}
@media (max-width: 580px) {
  .page-other.alpaste h3 {
    margin: 2rem auto 0;
  }
}
.page-other.alpaste .headerSign {
  background-image: url(/common/img/alpaste/header_pc.png);
}
.page-other.alpaste .meritBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-other.alpaste .meritBox div {
  width: 50%;
  height: auto;
  min-height: 23em;
  background: #9AA1C5;
  padding: 4%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 161, 197)), to(rgb(96, 100, 125)));
  background: linear-gradient(180deg, rgb(154, 161, 197) 0%, rgb(96, 100, 125) 100%);
}
@media (max-width: 580px) {
  .page-other.alpaste .meritBox div {
    width: 100%;
    min-height: 16em;
  }
  .page-other.alpaste .meritBox div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-other.alpaste .meritBox div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-other.alpaste .meritBox div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-other.alpaste .meritBox div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.page-other.alpaste .meritBox div.image01 {
  background: url(/common/img/alpaste/merit-1.png) center center/cover;
}
.page-other.alpaste .meritBox div.image02 {
  background: url(/common/img/alpaste/merit-2.png) center center/cover;
}
.page-other.alpaste .meritBox h3 {
  text-align: left;
  font-size: min(4.5vw, 1.5rem);
  font-weight: 600;
  color: #FFF;
  line-height: 2;
  padding: 0 0 0.7em;
  background: transparent;
  margin: 1rem 0;
}
.page-other.alpaste .meritBox p {
  text-align: justify;
  font-size: min(4vw, 1.2rem);
  color: #FFF;
  line-height: 2;
  padding: 0;
}
.page-other.alpaste .impression .impre-list {
  padding-top: 4rem;
}
@media (max-width: 580px) {
  .page-other.alpaste .impression .impre-list {
    padding-top: 2rem;
  }
}
.page-other.alpaste .impression .impre-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-bottom: 2rem;
}
.page-other.alpaste .impression .impre-list li .impreImage {
  width: 40%;
}
@media (max-width: 580px) {
  .page-other.alpaste .impression .impre-list li .impreImage {
    display: none;
  }
}
.page-other.alpaste .impression .impre-list li h4 {
  font-family: sans-serif;
  text-align: left;
  font-size: min(4.5vw, 1.5rem);
  font-weight: 600;
  padding: 0.5rem 0;
}
.page-other.alpaste .impression .impre-list li p {
  text-align: justify;
  font-size: min(4vw, 1.3rem);
  color: #4d4d4d;
  line-height: 1.7;
  padding: 0;
}
.page-other.pwave h3 {
  text-align: center;
  font-size: min(6vw, 2rem);
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 1rem 0;
  width: 100%;
  max-width: 768px;
  margin: 6rem auto 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 161, 197)), to(rgb(96, 100, 125)));
  background: linear-gradient(180deg, rgb(154, 161, 197) 0%, rgb(96, 100, 125) 100%);
  line-height: 1;
}
.page-other.pwave .headerSign {
  background-image: url(/common/img/pwave/header_pc.png);
}
.page-other.pwave .meritBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 3%;
  margin-bottom: 3rem;
}
@media (max-width: 580px) {
  .page-other.pwave .meritBox {
    margin-bottom: 0;
  }
}
.page-other.pwave .meritBoxLine {
  margin-bottom: 2rem;
}
.page-other.pwave .meritBoxLine:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-other.pwave .meritBox > div {
  width: 48.5%;
  height: auto;
  min-height: 19em;
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-other.pwave .meritBox > div.image01 {
  background: url(/common/img/pwave/merit-1.png) center center/cover;
}
.page-other.pwave .meritBox > div.image02 {
  background: url(/common/img/pwave/merit-2.png) center center/cover;
}
.page-other.pwave .meritBox > div.image03 {
  background: url(/common/img/pwave/merit-3.png) center center/cover;
}
.page-other.pwave .meritBox > div.image04 {
  background: url(/common/img/pwave/merit-4.png) center center/cover;
}
.page-other.pwave .meritBox > div.image05 {
  background: url(/common/img/pwave/merit-5.png) center center/cover;
}
@media (max-width: 580px) {
  .page-other.pwave .meritBox > div {
    width: 100%;
    min-height: 13rem;
  }
  .page-other.pwave .meritBox > div.image01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-other.pwave .meritBox > div.image02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-other.pwave .meritBox > div.image03 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .page-other.pwave .meritBox > div.image04 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-other.pwave .meritBox > div.image05 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .page-other.pwave .meritBox > div:has(.meritText):nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-other.pwave .meritBox > div:has(.meritText):nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-other.pwave .meritBox > div:has(.meritText):nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .page-other.pwave .meritBox > div:has(.meritText):nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .page-other.pwave .meritBox > div:has(.meritText):nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
.page-other.pwave .meritBox .meritText {
  padding: 2rem;
  max-width: 640px;
}
.page-other.pwave .meritBox .meritText h3 {
  text-align: left;
  font-size: min(4.5vw, 1.8rem);
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1.5;
  padding: 0 0 0.7em;
  background: transparent;
  margin: 0;
}
.page-other.pwave .meritBox .meritText p {
  text-align: justify;
  font-size: min(4vw, 1.2rem);
  color: #4d4d4d;
  line-height: 2;
  padding: 0;
  max-width: none;
}
.page-other.pwave .impression .impre-list {
  padding-top: 4rem;
}
.page-other.pwave .impression .impre-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-bottom: 2rem;
}
.page-other.pwave .impression .impre-list li .impreImage {
  width: 40%;
}
@media (max-width: 580px) {
  .page-other.pwave .impression .impre-list li .impreImage {
    display: none;
  }
}
.page-other.pwave .impression .impre-list li h4 {
  font-family: sans-serif;
  text-align: left;
  font-size: min(4.5vw, 1.5rem);
  font-weight: 600;
  padding: 0.5rem 0;
}
.page-other.pwave .impression .impre-list li p {
  text-align: justify;
  font-size: min(4vw, 1.3rem);
  color: #4d4d4d;
  line-height: 1.7;
  padding: 0;
}
.page-other.corp h3 {
  text-align: center;
  font-size: min(4.3vw, 2rem);
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 1rem 0;
  width: 100%;
  max-width: 768px;
  margin: 6rem auto 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 161, 197)), to(rgb(96, 100, 125)));
  background: linear-gradient(180deg, rgb(154, 161, 197) 0%, rgb(96, 100, 125) 100%);
  line-height: 1;
}
@media (max-width: 580px) {
  .page-other.corp h3 {
    margin: 2rem auto 0;
  }
}
.page-other.corp .headerSign {
  background-image: url(/common/img/corp/header_pc.png);
}
.page-other.corp .corpData {
  width: 100%;
  max-width: 860px;
  margin: 2rem auto;
  border: solid 1px #4d4d4d;
}
.page-other.corp .corpData th, .page-other.corp .corpData td {
  font-weight: 400;
  text-align: justify;
  font-size: min(4vw, 1.2rem);
  color: #4d4d4d;
  line-height: 2;
  padding: 0;
  padding: 1rem;
  border: solid 1px #909090;
}
@media (max-width: 580px) {
  .page-other.corp .corpData th, .page-other.corp .corpData td {
    display: block;
  }
}
.page-other.corp .corpData th {
  background-color: #ccc;
}
@media (max-width: 580px) {
  .page-other.corp .corpData th {
    border-bottom: none;
  }
}
@media (max-width: 580px) {
  .page-other.corp .corpData td {
    border-top: none;
  }
}
.page-other.tec h3 {
  text-align: center;
  font-size: min(4.3vw, 2rem);
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 1rem 0;
  width: 100%;
  max-width: 768px;
  margin: 6rem auto 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 161, 197)), to(rgb(96, 100, 125)));
  background: linear-gradient(180deg, rgb(154, 161, 197) 0%, rgb(96, 100, 125) 100%);
  line-height: 1;
}
@media (max-width: 580px) {
  .page-other.tec h3 {
    margin: 2rem auto 0;
  }
}
.page-other.tec p {
  padding-bottom: 0;
}
.page-other.tec p:last-child {
  padding-bottom: 3rem;
}
.page-other.tec .headerSign {
  background-image: url(/common/img/technology/header_pc.png);
}
.page-other.inq h3 {
  text-align: center;
  font-size: min(4.3vw, 2rem);
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 1rem 0;
  width: 100%;
  max-width: 768px;
  margin: 6rem auto 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(154, 161, 197)), to(rgb(96, 100, 125)));
  background: linear-gradient(180deg, rgb(154, 161, 197) 0%, rgb(96, 100, 125) 100%);
  line-height: 1;
}
@media (max-width: 580px) {
  .page-other.inq h3 {
    margin: 2rem auto 0;
  }
}
.page-other.inq p {
  padding-bottom: 0;
}
.page-other.inq p:last-child {
  padding-bottom: 3rem;
}
.page-other.inq .inqForm {
  width: 100%;
  max-width: 860px;
  margin: 2rem auto;
  border: none;
}
.page-other.inq .inqForm th, .page-other.inq .inqForm td {
  font-weight: 400;
  text-align: justify;
  font-size: min(4vw, 1.2rem);
  color: #4d4d4d;
  line-height: 2;
  padding: 0;
  padding: 1rem;
  border: none;
  vertical-align: top;
}
@media (max-width: 768px) {
  .page-other.inq .inqForm th, .page-other.inq .inqForm td {
    display: block;
  }
}
.page-other.inq .inqForm th {
  max-width: 360px;
}
@media (max-width: 768px) {
  .page-other.inq .inqForm th {
    padding-bottom: 0;
  }
}
.page-other.inq .inqForm td {
  width: 500px;
}
@media (max-width: 768px) {
  .page-other.inq .inqForm td {
    width: 100%;
  }
}
.page-other.inq .inqForm .req {
  display: inline-block;
  background-color: #F76F6F;
  padding: 0.3rem 1rem;
  color: #FFF;
  line-height: 1;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
.page-other.inq .inqForm input, .page-other.inq .inqForm textarea {
  font-size: 1rem;
  padding: 0.3em;
  line-height: 1.5;
}
.page-other.inq .inqForm textarea {
  min-height: 6em;
}
.page-other.inq .headerSign {
  background-image: url(/common/img/inquiry/header_pc.png);
}
.page-other.inq .button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5.5vw, 1.4rem);
  color: #FFF;
  line-height: 2;
  width: 90%;
  max-width: 450px;
  height: 100px;
  border-radius: 100px;
  background-color: #81869E;
  margin: auto;
  cursor: pointer;
  border: none;
}
@media (max-width: 580px) {
  .page-other.inq .button-inner {
    height: 70px;
  }
}
.page-other.inq .inqThanks p {
  text-align: center;
}

/* max-width: 768px */
/* HEADER */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header {
  height: 100px;
  width: 100%;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.headerInner .logo {
  width: 230px;
  height: auto;
}
.headerInner .nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.headerInner .nav-main-content {
  margin-right: 50px;
}
.headerInner .nav-main-content:last-child {
  margin-right: 0;
}
.headerInner .nav-main-content.sns {
  margin-left: 0;
}
@media (max-width: 768px) {
  .headerInner .nav-main-content.sns {
    margin-top: 1rem;
  }
}
.headerInner .nav-main-content.sns a {
  display: block;
  width: 1.3rem;
}
@media (max-width: 1000px) {
  .headerInner .nav {
    display: block;
  }
  .headerInner .nav-main {
    display: block;
    position: fixed;
    right: -200%;
    top: 0px;
    height: 100vh;
    padding: 120px 5% 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .headerInner .nav-main a {
    color: #4d4d4d !important;
  }
  .headerInner .nav-main-content {
    line-height: 3;
  }
}
.headerInner .nav.open .nav-main {
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 580px) {
  .headerInner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header.forMain {
  background: #FFF;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.forMain.show {
  height: 100px;
  overflow: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.forVegas {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.header.forVegas a {
  color: #FFF;
}
.header.forVegas .nav-main {
  color: #FFF;
}

.page-other {
  padding-top: 100px;
}
.page-other .header.forMain {
  overflow: visible;
  height: 6em;
}

.has-sub {
  position: relative;
}
.has-sub .is-sub {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.has-sub .is-sub li {
  white-space: nowrap;
  margin: 1rem 2rem;
}
.has-sub .is-sub.open {
  height: 3em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  .has-sub .is-sub {
    height: auto;
    position: relative;
  }
  .has-sub .is-sub li {
    margin: 0 0 0 1rem;
  }
}

.forVegas .is-sub.open {
  background-color: transparent !important;
}

/* max-width: 768px */
/* MENU */
.headerInner .hum {
  width: 80px;
  height: 50px;
  cursor: pointer;
  position: relative;
  display: none;
}
.headerInner .hum::before, .headerInner .hum::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
.headerInner .hum::before {
  top: 30%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.headerInner .hum::after {
  top: 60%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.headerInner .hum.open {
  z-index: 999;
}
.headerInner .hum.open::before {
  top: 50%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #000 !important;
}
.headerInner .hum.open::after {
  top: 50%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #000 !important;
}
@media (max-width: 1000px) {
  .headerInner .hum {
    display: block;
  }
}
.header.forVegas .headerInner .hum::before, .header.forVegas .headerInner .hum::after {
  background-color: #FFF;
  position: absolute;
}

/* max-width: 768px */
/* FOOTER */
footer {
  padding: 1rem 0;
}
footer p {
  text-align: center;
  margin: 1rem auto;
}
footer .coName {
  font-size: min(5vw, 1.5rem);
}
footer .nav-footer {
  background-color: #81869E;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin: 2rem 0;
  color: #FFF;
}
footer .nav-footer a {
  color: #FFF;
}
footer .nav-footer-content-sub {
  margin-left: 1rem;
}
@media (max-width: 580px) {
  footer .nav-footer {
    display: block;
  }
}
footer .nav-footer li {
  margin: 1rem;
  font-size: min(4vw, 1rem);
}
/*# sourceMappingURL=style.css.map */