@charset "UTF-8";
/*------------------------------------------
    共通
------------------------------------------*/
.l__header {
  position: absolute;
  top: calc(100% - 80px);
  left: 0;
  z-index: 11;
  width: 100%;
  height: 80px;
  background: #fff;
}
.l__header.-page {
  position: relative;
  top: 0;
  box-shadow: 0 1px 1px #ccc;
}
.l__header.-fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 1px 1px #ccc;
}
.l__header .logo {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  line-height: 1;
}
.l__header .logo a {
  display: block;
  max-width: 144px;
}
.l__header .logo a img {
  width: 100%;
}
.l__header .sitenav__lst {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  line-height: 1;
}
.l__header .sitenav__lst li {
  margin: 0 16px;
}
.l__header .sitenav__lst li a {
  display: block;
  color: #E2A956;
  position: relative;
  font-size: 1em;
  font-weight: bold;
}
.l__header .sitenav__lst li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  transform-origin: 0 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #E2A956;
  z-index: -1;
  transform: scale(0) translateX(-50%) translateY(-50%);
}
.l__header .sitenav__lst li a:hover {
  opacity: 1;
  color: #fff;
}
.l__header .sitenav__lst li a:hover::before {
  transform: scale(1) translateX(-50%) translateY(-50%);
}

.cv--btn {
  text-align: center;
}
.cv--btn a {
  display: flex;
  background: #E2A956;
  color: #fff;
  font-size: 1.125em;
  padding: 24px 0;
  max-width: 480px;
  margin: auto;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cv--btn a i {
  display: block;
  width: 24px;
  margin: 0 16px 0 0;
}
.cv--btn a:hover {
  opacity: 0.4;
}

.l__footer {
  padding: 64px 0 16px;
  background: #222;
  color: #fff;
}
.l__footer .inner {
  max-width: 840px;
}
.l__footer .sitemap {
  margin: 0 0 64px;
}
.l__footer .sitemap__lst {
  display: flex;
  justify-content: space-between;
}
.l__footer .sitemap__lst li a {
  color: #fff;
}
.l__footer .sitemap__lst li h3 {
  padding: 4px 0 12px;
}
.l__footer .sitemap__lst li ul li {
  padding: 4px 0;
}
.l__footer .sitemap__lst li ul li a {
  font-size: 0.75em;
  display: block;
}
.l__footer .footer--summary {
  max-width: 740px;
  text-align: center;
  margin: auto;
}
.l__footer .footer--logo {
  max-width: 120px;
  margin: auto;
}
.l__footer .footer--txt .company--name {
  font-size: 1.25em;
  margin: 16px 0;
}
.l__footer .footer--txt .address {
  font-size: 0.875em;
  margin-bottom: 8px;
}
.l__footer .copyr {
  text-align: center;
  margin-top: 16px;
  font-size: 0.75em;
}

.pagetop {
  position: fixed;
  bottom: -64px;
  right: 0;
  width: 64px;
  height: 64px;
  background: #222;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pagetop::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
}
.pagetop.active {
  bottom: 0;
}
.pagetop:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .l__header {
    position: static;
    top: 0;
    height: 64px;
    box-shadow: none;
    background: #A19EA4;
    margin: 0;
  }
  .l__header.-page {
    position: static;
  }
  .l__header.-fixed {
    position: static;
  }
  .l__header .logo {
    max-width: 75%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    position: static;
    margin: 0;
  }
  .l__header .toggle--btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 99999;
    background: #E2A956;
  }
  .l__header .toggle--btn span {
    display: block;
    position: absolute;
    left: 50%;
    width: calc(100% - 20px - 20px / 2);
    height: 1px;
    background: #fff;
    border-radius: 4px;
    transform: translateX(-50%);
    transition: all 0.4s;
    z-index: 1;
  }
  .l__header .toggle--btn span:nth-child(1) {
    top: 20px;
  }
  .l__header .toggle--btn span:nth-child(2) {
    top: 48%;
  }
  .l__header .toggle--btn span:nth-child(3) {
    top: calc(100% - 20px);
  }
  .l__header .toggle--btn::before {
    content: "";
    width: 30%;
    height: 1px;
    background: #E2A956;
    transform-origin: right top;
    position: absolute;
    top: 48%;
    left: 60%;
    z-index: 2;
  }
  .l__header .toggle--btn::after {
    content: "Menu";
    font-size: 0.625em;
    color: #fff;
    font-style: normal;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .l__header .toggle--btn {
    top: 0;
    right: 0;
  }
  .l__header .sitenav {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #444;
    overflow-y: auto;
    opacity: 0;
    display: none;
    z-index: 99998;
  }
  .l__header .sitenav::-webkit-scrollbar {
    width: 2px;
  }
  .l__header .sitenav::-webkit-scrollbar-track {
    background: #eee;
  }
  .l__header .sitenav::-webkit-scrollbar-thumb {
    background: #E2A956;
    border: none;
  }
  .l__header .sitenav::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .l__header .sitenav__body {
    width: calc(100% - 24px);
    margin: 25% auto;
  }
  .l__header .sitenav__lst {
    position: static;
    right: 0;
    top: 0;
    display: block;
    line-height: 1;
    text-align: center;
    transform: translateY(0);
  }
  .l__header .sitenav__lst li {
    margin: 0;
    -webkit-animation: show 1s both;
            animation: show 1s both;
  }
  .l__header .sitenav__lst li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .l__header .sitenav__lst li:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .l__header .sitenav__lst li:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .l__header .sitenav__lst li:nth-child(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .l__header .sitenav__lst li:nth-child(5) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .l__header .sitenav__lst li:nth-child(6) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .l__header .sitenav__lst li:nth-child(7) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .l__header .sitenav__lst li:nth-child(8) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .l__header .sitenav__lst li:nth-child(9) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .l__header .sitenav__lst li:nth-child(10) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  @-webkit-keyframes show {
    0% {
      opacity: 0;
      transform: translateX(-40px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes show {
    0% {
      opacity: 0;
      transform: translateX(-40px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .l__header .sitenav__lst li a {
    display: block;
    color: #fff;
    position: relative;
    font-size: 1.375em;
    padding: 24px 0;
    border-bottom: 1px dotted #aaa;
    line-height: 1;
  }
  .l__header .sitenav__lst li a:hover {
    opacity: 1;
  }
  .l__header .sitenav__lst li a::before {
    content: none;
  }
  .l__header .sitenav__lst li a:after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.4s;
  }
  .l__header .sitenav__lst li.idx {
    display: block;
  }
  .open .l__header .toggle--btn {
    background: #444;
  }
  .open .l__header .toggle--btn span {
    display: block;
    position: absolute;
    left: 50%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .open .l__header .toggle--btn span:nth-child(1) {
    transform: rotate(45deg) translateX(0) translateY(0);
    top: 40%;
    left: 25%;
  }
  .open .l__header .toggle--btn span:nth-child(2) {
    transform: rotate(-45deg) translateX(0) translateY(0);
    top: 40%;
    left: 25%;
  }
  .open .l__header .toggle--btn::before {
    width: 0;
    display: none;
  }
  .open .l__header .toggle--btn::after {
    content: "Close";
    bottom: 0;
  }
  .open .l__header .sitenav {
    display: block;
    opacity: 1;
  }
  .cv--btn {
    margin: 24px 0;
  }
  .cv--btn a {
    font-size: 1em;
    padding: 16px 0;
  }
  .cv--btn a i {
    display: inline-block;
    margin: 0 16px 0 0;
    width: 7.5%;
  }
  .cv--btn a:hover {
    opacity: 1;
  }
  .l__footer {
    padding: 64px 0 16px;
  }
  .l__footer .sitemap {
    margin: 0 0 16px;
  }
  .l__footer .sitemap__lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l__footer .sitemap__lst li {
    width: 47.5%;
    margin-bottom: 5%;
  }
  .l__footer .sitemap__lst li.-first {
    width: 100%;
  }
  .l__footer .sitemap__lst li.-first a {
    border-bottom: none;
  }
  .l__footer .sitemap__lst li a {
    color: #fff;
    position: relative;
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 8px 0;
  }
  .l__footer .sitemap__lst li a:after {
    content: "→";
    color: #fff;
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.4s;
  }
  .l__footer .sitemap__lst li h3 {
    padding: 0 0 16px;
  }
  .l__footer .sitemap__lst li ul li {
    padding: 0;
    width: 100%;
  }
  .l__footer .sitemap__lst li ul li a {
    font-size: 0.75em;
    border-bottom: none;
    padding: 2px 0;
  }
  .l__footer .sitemap__lst li ul li a::after {
    content: none;
  }
  .l__footer .footer--summary {
    max-width: inherit;
    margin: 0;
    display: block;
  }
  .l__footer .footer--logo {
    max-width: 40%;
    margin: 0 auto 24px;
  }
  .l__footer .footer--txt .company--name {
    font-size: 1em;
  }
  .l__footer .footer--txt .address {
    font-size: 0.875em;
    margin-bottom: 8px;
  }
  .l__footer .copyr {
    text-align: center;
    margin-top: 16px;
    font-size: 0.875em;
  }
}
@-webkit-keyframes topBar {
  0% {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
  }
  50% {
    /*
    top:50%;
    left:50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
    */
  }
  100% {
    transform: rotate(45deg) translateX(0) translateY(0);
    top: 50%;
    left: 20%;
  }
}
@keyframes topBar {
  0% {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
  }
  50% {
    /*
    top:50%;
    left:50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
    */
  }
  100% {
    transform: rotate(45deg) translateX(0) translateY(0);
    top: 50%;
    left: 20%;
  }
}
@-webkit-keyframes bottomBar {
  0% {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
  }
  50% {
    /*
    top:50%;
    left:50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
    */
  }
  100% {
    transform: rotate(-45deg) translateX(0) translateY(0);
    top: 50%;
    left: 20%;
  }
}
@keyframes bottomBar {
  0% {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
  }
  50% {
    /*
    top:50%;
    left:50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    width: calc(100% - 20px - 20px / 2);
    */
  }
  100% {
    transform: rotate(-45deg) translateX(0) translateY(0);
    top: 50%;
    left: 20%;
  }
}
.ft14 {
  font-size: 0.875em;
}

.ft16 {
  font-size: 1em;
}

.ft18 {
  font-size: 1.125em;
}

.ft20 {
  font-size: 1.25em;
}

.ft24 {
  font-size: 1.5em;
}

.ft28 {
  font-size: 1.75em;
}

.indent {
  padding-left: 1em;
}

.pc_center {
  text-align: center;
}

.lh2 {
  line-height: 2;
}

.lh225 {
  line-height: 2.25;
}

.lh25 {
  line-height: 2.5;
}

.lh275 {
  line-height: 2.75;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}

.pt0 {
  padding-top: 0;
}

.mw40 {
  max-width: 40%;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.pc_w1 {
  width: 1%;
}

.pc_w2 {
  width: 2%;
}

.pc_w3 {
  width: 3%;
}

.pc_w4 {
  width: 4%;
}

.pc_w5 {
  width: 5%;
}

.pc_w6 {
  width: 6%;
}

.pc_w7 {
  width: 7%;
}

.pc_w8 {
  width: 8%;
}

.pc_w9 {
  width: 9%;
}

.pc_w10 {
  width: 10%;
}

.pc_w11 {
  width: 11%;
}

.pc_w12 {
  width: 12%;
}

.pc_w13 {
  width: 13%;
}

.pc_w14 {
  width: 14%;
}

.pc_w15 {
  width: 15%;
}

.pc_w16 {
  width: 16%;
}

.pc_w17 {
  width: 17%;
}

.pc_w18 {
  width: 18%;
}

.pc_w19 {
  width: 19%;
}

.pc_w20 {
  width: 20%;
}

.pc_w21 {
  width: 21%;
}

.pc_w22 {
  width: 22%;
}

.pc_w23 {
  width: 23%;
}

.pc_w24 {
  width: 24%;
}

.pc_w25 {
  width: 25%;
}

.pc_w26 {
  width: 26%;
}

.pc_w27 {
  width: 27%;
}

.pc_w28 {
  width: 28%;
}

.pc_w29 {
  width: 29%;
}

.pc_w30 {
  width: 30%;
}

.pc_w31 {
  width: 31%;
}

.pc_w32 {
  width: 32%;
}

.pc_w33 {
  width: 33%;
}

.pc_w34 {
  width: 34%;
}

.pc_w35 {
  width: 35%;
}

.pc_w36 {
  width: 36%;
}

.pc_w37 {
  width: 37%;
}

.pc_w38 {
  width: 38%;
}

.pc_w39 {
  width: 39%;
}

.pc_w40 {
  width: 40%;
}

.pc_w41 {
  width: 41%;
}

.pc_w42 {
  width: 42%;
}

.pc_w43 {
  width: 43%;
}

.pc_w44 {
  width: 44%;
}

.pc_w45 {
  width: 45%;
}

.pc_w46 {
  width: 46%;
}

.pc_w47 {
  width: 47%;
}

.pc_w48 {
  width: 48%;
}

.pc_w49 {
  width: 49%;
}

.pc_w50 {
  width: 50%;
}

.pc_w51 {
  width: 51%;
}

.pc_w52 {
  width: 52%;
}

.pc_w53 {
  width: 53%;
}

.pc_w54 {
  width: 54%;
}

.pc_w55 {
  width: 55%;
}

.pc_w56 {
  width: 56%;
}

.pc_w57 {
  width: 57%;
}

.pc_w58 {
  width: 58%;
}

.pc_w59 {
  width: 59%;
}

.pc_w60 {
  width: 60%;
}

.pc_w61 {
  width: 61%;
}

.pc_w62 {
  width: 62%;
}

.pc_w63 {
  width: 63%;
}

.pc_w64 {
  width: 64%;
}

.pc_w65 {
  width: 65%;
}

.pc_w66 {
  width: 66%;
}

.pc_w67 {
  width: 67%;
}

.pc_w68 {
  width: 68%;
}

.pc_w69 {
  width: 69%;
}

.pc_w70 {
  width: 70%;
}

.pc_w71 {
  width: 71%;
}

.pc_w72 {
  width: 72%;
}

.pc_w73 {
  width: 73%;
}

.pc_w74 {
  width: 74%;
}

.pc_w75 {
  width: 75%;
}

.pc_w76 {
  width: 76%;
}

.pc_w77 {
  width: 77%;
}

.pc_w78 {
  width: 78%;
}

.pc_w79 {
  width: 79%;
}

.pc_w80 {
  width: 80%;
}

.pc_w81 {
  width: 81%;
}

.pc_w82 {
  width: 82%;
}

.pc_w83 {
  width: 83%;
}

.pc_w84 {
  width: 84%;
}

.pc_w85 {
  width: 85%;
}

.pc_w86 {
  width: 86%;
}

.pc_w87 {
  width: 87%;
}

.pc_w88 {
  width: 88%;
}

.pc_w89 {
  width: 89%;
}

.pc_w90 {
  width: 90%;
}

.pc_w91 {
  width: 91%;
}

.pc_w92 {
  width: 92%;
}

.pc_w93 {
  width: 93%;
}

.pc_w94 {
  width: 94%;
}

.pc_w95 {
  width: 95%;
}

.pc_w96 {
  width: 96%;
}

.pc_w97 {
  width: 97%;
}

.pc_w98 {
  width: 98%;
}

.pc_w99 {
  width: 99%;
}

.pc_w100 {
  width: 100%;
}

.pt8 {
  padding-top: 8px;
}

.pt16 {
  padding-top: 16px;
}

.pt24 {
  padding-top: 24px;
}

.pt32 {
  padding-top: 32px;
}

.pt40 {
  padding-top: 40px;
}

.pt48 {
  padding-top: 48px;
}

.pt56 {
  padding-top: 56px;
}

.pt64 {
  padding-top: 64px;
}

.pt72 {
  padding-top: 72px;
}

.pt80 {
  padding-top: 80px;
}

.pt88 {
  padding-top: 88px;
}

.pt96 {
  padding-top: 96px;
}

.pt104 {
  padding-top: 104px;
}

.pt112 {
  padding-top: 112px;
}

.pt120 {
  padding-top: 120px;
}

.pt128 {
  padding-top: 128px;
}

.pt136 {
  padding-top: 136px;
}

.pt144 {
  padding-top: 144px;
}

.pt152 {
  padding-top: 152px;
}

.pt160 {
  padding-top: 160px;
}

.pt168 {
  padding-top: 168px;
}

.pt176 {
  padding-top: 176px;
}

.pt184 {
  padding-top: 184px;
}

.pt192 {
  padding-top: 192px;
}

.pt200 {
  padding-top: 200px;
}

.pt208 {
  padding-top: 208px;
}

.pt216 {
  padding-top: 216px;
}

.pt224 {
  padding-top: 224px;
}

.pt232 {
  padding-top: 232px;
}

.pt240 {
  padding-top: 240px;
}

.pt248 {
  padding-top: 248px;
}

.pt256 {
  padding-top: 256px;
}

.pt264 {
  padding-top: 264px;
}

.pt272 {
  padding-top: 272px;
}

.pt280 {
  padding-top: 280px;
}

.pt288 {
  padding-top: 288px;
}

.pt296 {
  padding-top: 296px;
}

.pt304 {
  padding-top: 304px;
}

.pt312 {
  padding-top: 312px;
}

.pt320 {
  padding-top: 320px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.mt56 {
  margin-top: 56px;
}

.mt64 {
  margin-top: 64px;
}

.mt72 {
  margin-top: 72px;
}

.mt80 {
  margin-top: 80px;
}

.mt88 {
  margin-top: 88px;
}

.mt96 {
  margin-top: 96px;
}

.mt104 {
  margin-top: 104px;
}

.mt112 {
  margin-top: 112px;
}

.mt120 {
  margin-top: 120px;
}

.mt128 {
  margin-top: 128px;
}

.mt136 {
  margin-top: 136px;
}

.mt144 {
  margin-top: 144px;
}

.mt152 {
  margin-top: 152px;
}

.mt160 {
  margin-top: 160px;
}

.mt168 {
  margin-top: 168px;
}

.mt176 {
  margin-top: 176px;
}

.mt184 {
  margin-top: 184px;
}

.mt192 {
  margin-top: 192px;
}

.mt200 {
  margin-top: 200px;
}

.mt208 {
  margin-top: 208px;
}

.mt216 {
  margin-top: 216px;
}

.mt224 {
  margin-top: 224px;
}

.mt232 {
  margin-top: 232px;
}

.mt240 {
  margin-top: 240px;
}

.mt248 {
  margin-top: 248px;
}

.mt256 {
  margin-top: 256px;
}

.mt264 {
  margin-top: 264px;
}

.mt272 {
  margin-top: 272px;
}

.mt280 {
  margin-top: 280px;
}

.mt288 {
  margin-top: 288px;
}

.mt296 {
  margin-top: 296px;
}

.mt304 {
  margin-top: 304px;
}

.mt312 {
  margin-top: 312px;
}

.mt320 {
  margin-top: 320px;
}

@media screen and (max-width: 767px) {
  .pc_w1 {
    width: auto;
  }
  .pc_w2 {
    width: auto;
  }
  .pc_w3 {
    width: auto;
  }
  .pc_w4 {
    width: auto;
  }
  .pc_w5 {
    width: auto;
  }
  .pc_w6 {
    width: auto;
  }
  .pc_w7 {
    width: auto;
  }
  .pc_w8 {
    width: auto;
  }
  .pc_w9 {
    width: auto;
  }
  .pc_w10 {
    width: auto;
  }
  .pc_w11 {
    width: auto;
  }
  .pc_w12 {
    width: auto;
  }
  .pc_w13 {
    width: auto;
  }
  .pc_w14 {
    width: auto;
  }
  .pc_w15 {
    width: auto;
  }
  .pc_w16 {
    width: auto;
  }
  .pc_w17 {
    width: auto;
  }
  .pc_w18 {
    width: auto;
  }
  .pc_w19 {
    width: auto;
  }
  .pc_w20 {
    width: auto;
  }
  .pc_w21 {
    width: auto;
  }
  .pc_w22 {
    width: auto;
  }
  .pc_w23 {
    width: auto;
  }
  .pc_w24 {
    width: auto;
  }
  .pc_w25 {
    width: auto;
  }
  .pc_w26 {
    width: auto;
  }
  .pc_w27 {
    width: auto;
  }
  .pc_w28 {
    width: auto;
  }
  .pc_w29 {
    width: auto;
  }
  .pc_w30 {
    width: auto;
  }
  .pc_w31 {
    width: auto;
  }
  .pc_w32 {
    width: auto;
  }
  .pc_w33 {
    width: auto;
  }
  .pc_w34 {
    width: auto;
  }
  .pc_w35 {
    width: auto;
  }
  .pc_w36 {
    width: auto;
  }
  .pc_w37 {
    width: auto;
  }
  .pc_w38 {
    width: auto;
  }
  .pc_w39 {
    width: auto;
  }
  .pc_w40 {
    width: auto;
  }
  .pc_w41 {
    width: auto;
  }
  .pc_w42 {
    width: auto;
  }
  .pc_w43 {
    width: auto;
  }
  .pc_w44 {
    width: auto;
  }
  .pc_w45 {
    width: auto;
  }
  .pc_w46 {
    width: auto;
  }
  .pc_w47 {
    width: auto;
  }
  .pc_w48 {
    width: auto;
  }
  .pc_w49 {
    width: auto;
  }
  .pc_w50 {
    width: auto;
  }
  .pc_w51 {
    width: auto;
  }
  .pc_w52 {
    width: auto;
  }
  .pc_w53 {
    width: auto;
  }
  .pc_w54 {
    width: auto;
  }
  .pc_w55 {
    width: auto;
  }
  .pc_w56 {
    width: auto;
  }
  .pc_w57 {
    width: auto;
  }
  .pc_w58 {
    width: auto;
  }
  .pc_w59 {
    width: auto;
  }
  .pc_w60 {
    width: auto;
  }
  .pc_w61 {
    width: auto;
  }
  .pc_w62 {
    width: auto;
  }
  .pc_w63 {
    width: auto;
  }
  .pc_w64 {
    width: auto;
  }
  .pc_w65 {
    width: auto;
  }
  .pc_w66 {
    width: auto;
  }
  .pc_w67 {
    width: auto;
  }
  .pc_w68 {
    width: auto;
  }
  .pc_w69 {
    width: auto;
  }
  .pc_w70 {
    width: auto;
  }
  .pc_w71 {
    width: auto;
  }
  .pc_w72 {
    width: auto;
  }
  .pc_w73 {
    width: auto;
  }
  .pc_w74 {
    width: auto;
  }
  .pc_w75 {
    width: auto;
  }
  .pc_w76 {
    width: auto;
  }
  .pc_w77 {
    width: auto;
  }
  .pc_w78 {
    width: auto;
  }
  .pc_w79 {
    width: auto;
  }
  .pc_w80 {
    width: auto;
  }
  .pc_w81 {
    width: auto;
  }
  .pc_w82 {
    width: auto;
  }
  .pc_w83 {
    width: auto;
  }
  .pc_w84 {
    width: auto;
  }
  .pc_w85 {
    width: auto;
  }
  .pc_w86 {
    width: auto;
  }
  .pc_w87 {
    width: auto;
  }
  .pc_w88 {
    width: auto;
  }
  .pc_w89 {
    width: auto;
  }
  .pc_w90 {
    width: auto;
  }
  .pc_w91 {
    width: auto;
  }
  .pc_w92 {
    width: auto;
  }
  .pc_w93 {
    width: auto;
  }
  .pc_w94 {
    width: auto;
  }
  .pc_w95 {
    width: auto;
  }
  .pc_w96 {
    width: auto;
  }
  .pc_w97 {
    width: auto;
  }
  .pc_w98 {
    width: auto;
  }
  .pc_w99 {
    width: auto;
  }
  .pc_w100 {
    width: auto;
  }
  .pt8 {
    padding-top: 1.125%;
  }
  .pt16 {
    padding-top: 2.25%;
  }
  .pt24 {
    padding-top: 3.375%;
  }
  .pt32 {
    padding-top: 4.5%;
  }
  .pt40 {
    padding-top: 5.625%;
  }
  .pt48 {
    padding-top: 6.75%;
  }
  .pt56 {
    padding-top: 7.875%;
  }
  .pt64 {
    padding-top: 9%;
  }
  .pt72 {
    padding-top: 10.125%;
  }
  .pt80 {
    padding-top: 11.25%;
  }
  .pt88 {
    padding-top: 12.375%;
  }
  .pt96 {
    padding-top: 13.5%;
  }
  .pt104 {
    padding-top: 14.625%;
  }
  .pt112 {
    padding-top: 15.75%;
  }
  .pt120 {
    padding-top: 16.875%;
  }
  .pt128 {
    padding-top: 18%;
  }
  .pt136 {
    padding-top: 19.125%;
  }
  .pt144 {
    padding-top: 20.25%;
  }
  .pt152 {
    padding-top: 21.375%;
  }
  .pt160 {
    padding-top: 22.5%;
  }
  .pt168 {
    padding-top: 23.625%;
  }
  .pt176 {
    padding-top: 24.75%;
  }
  .pt184 {
    padding-top: 25.875%;
  }
  .pt192 {
    padding-top: 27%;
  }
  .pt200 {
    padding-top: 28.125%;
  }
  .pt208 {
    padding-top: 29.25%;
  }
  .pt216 {
    padding-top: 30.375%;
  }
  .pt224 {
    padding-top: 31.5%;
  }
  .pt232 {
    padding-top: 32.625%;
  }
  .pt240 {
    padding-top: 33.75%;
  }
  .pt248 {
    padding-top: 34.875%;
  }
  .pt256 {
    padding-top: 36%;
  }
  .pt264 {
    padding-top: 37.125%;
  }
  .pt272 {
    padding-top: 38.25%;
  }
  .pt280 {
    padding-top: 39.375%;
  }
  .pt288 {
    padding-top: 40.5%;
  }
  .pt296 {
    padding-top: 41.625%;
  }
  .pt304 {
    padding-top: 42.75%;
  }
  .pt312 {
    padding-top: 43.875%;
  }
  .pt320 {
    padding-top: 45%;
  }
  .mt8 {
    margin-top: 1.125%;
  }
  .mt16 {
    margin-top: 2.25%;
  }
  .mt24 {
    margin-top: 3.375%;
  }
  .mt32 {
    margin-top: 4.5%;
  }
  .mt40 {
    margin-top: 5.625%;
  }
  .mt48 {
    margin-top: 6.75%;
  }
  .mt56 {
    margin-top: 7.875%;
  }
  .mt64 {
    margin-top: 9%;
  }
  .mt72 {
    margin-top: 10.125%;
  }
  .mt80 {
    margin-top: 11.25%;
  }
  .mt88 {
    margin-top: 12.375%;
  }
  .mt96 {
    margin-top: 13.5%;
  }
  .mt104 {
    margin-top: 14.625%;
  }
  .mt112 {
    margin-top: 15.75%;
  }
  .mt120 {
    margin-top: 16.875%;
  }
  .mt128 {
    margin-top: 18%;
  }
  .mt136 {
    margin-top: 19.125%;
  }
  .mt144 {
    margin-top: 20.25%;
  }
  .mt152 {
    margin-top: 21.375%;
  }
  .mt160 {
    margin-top: 22.5%;
  }
  .mt168 {
    margin-top: 23.625%;
  }
  .mt176 {
    margin-top: 24.75%;
  }
  .mt184 {
    margin-top: 25.875%;
  }
  .mt192 {
    margin-top: 27%;
  }
  .mt200 {
    margin-top: 28.125%;
  }
  .mt208 {
    margin-top: 29.25%;
  }
  .mt216 {
    margin-top: 30.375%;
  }
  .mt224 {
    margin-top: 31.5%;
  }
  .mt232 {
    margin-top: 32.625%;
  }
  .mt240 {
    margin-top: 33.75%;
  }
  .mt248 {
    margin-top: 34.875%;
  }
  .mt256 {
    margin-top: 36%;
  }
  .mt264 {
    margin-top: 37.125%;
  }
  .mt272 {
    margin-top: 38.25%;
  }
  .mt280 {
    margin-top: 39.375%;
  }
  .mt288 {
    margin-top: 40.5%;
  }
  .mt296 {
    margin-top: 41.625%;
  }
  .mt304 {
    margin-top: 42.75%;
  }
  .mt312 {
    margin-top: 43.875%;
  }
  .mt320 {
    margin-top: 45%;
  }
  .pc_center {
    text-align: left;
  }
}
.ajax--more {
  padding: 48px 0;
  margin: auto;
}
.ajax--more .ajax--more__loading,
.ajax--more .ajax--more__loading:before,
.ajax--more .ajax--more__loading:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: ajax--more__loading 1.2s infinite ease-in-out;
          animation: ajax--more__loading 1.2s infinite ease-in-out;
}
.ajax--more .ajax--more__loading {
  display: block;
  color: #999;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.ajax--more .ajax--more__loading:before,
.ajax--more .ajax--more__loading:after {
  content: "";
  position: absolute;
  top: 0;
}
.ajax--more .ajax--more__loading:before {
  left: -24px;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.ajax--more .ajax--more__loading:after {
  left: 24px;
}

@-webkit-keyframes ajax--more__loading {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes ajax--more__loading {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.white_animation {
  position: relative;
}
.white_animation::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.white_animation.active::after {
  -webkit-animation-name: rightSlide;
          animation-name: rightSlide;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rightSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes rightSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.effect_fade {
  opacity: 0;
}
.effect_fade.active {
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes animation1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes animation1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.effect_opacity {
  opacity: 0;
}
.effect_opacity.active {
  -webkit-animation-name: animationFade;
          animation-name: animationFade;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes animationFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animationFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay_20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay_18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay_17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay_16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay_15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay_13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay_12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay_11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay_10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay_8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay_7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay_6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay_5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.filter {
  opacity: 0;
}
.filter.active {
  -webkit-animation-name: filterBlue;
          animation-name: filterBlue;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

@-webkit-keyframes filterBlue {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes filterBlue {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
.animationText {
  display: flex;
  overflow: hidden;
}
.animationText span {
  display: inline-block;
  transform: translateY(105%);
}
.animationText span:nth-child(1) {
  -webkit-animation: fadeInText 1s ease 0.1s forwards;
          animation: fadeInText 1s ease 0.1s forwards;
}
.animationText span:nth-child(2) {
  -webkit-animation: fadeInText 1s ease 0.2s forwards;
          animation: fadeInText 1s ease 0.2s forwards;
}
.animationText span:nth-child(3) {
  -webkit-animation: fadeInText 1s ease 0.3s forwards;
          animation: fadeInText 1s ease 0.3s forwards;
}
.animationText span:nth-child(4) {
  -webkit-animation: fadeInText 1s ease 0.4s forwards;
          animation: fadeInText 1s ease 0.4s forwards;
}
.animationText span:nth-child(5) {
  -webkit-animation: fadeInText 1s ease 0.5s forwards;
          animation: fadeInText 1s ease 0.5s forwards;
}
.animationText span:nth-child(6) {
  -webkit-animation: fadeInText 1s ease 0.6s forwards;
          animation: fadeInText 1s ease 0.6s forwards;
}
.animationText span:nth-child(7) {
  -webkit-animation: fadeInText 1s ease 0.7s forwards;
          animation: fadeInText 1s ease 0.7s forwards;
}
.animationText span:nth-child(8) {
  -webkit-animation: fadeInText 1s ease 0.8s forwards;
          animation: fadeInText 1s ease 0.8s forwards;
}
.animationText span:nth-child(9) {
  -webkit-animation: fadeInText 1s ease 0.9s forwards;
          animation: fadeInText 1s ease 0.9s forwards;
}

@-webkit-keyframes fadeInText {
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeInText {
  100% {
    transform: translateY(0);
  }
}
/*# sourceMappingURL=module.css.map */