@charset "utf-8";@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&display=swap");
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.3vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
  line-height: 1.8;
  font-weight: normal;
  color: #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

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

a {
  text-decoration: none;
}

.wrappar {
  overflow: hidden;
}

main {
  padding-top: 110px;
  display: block;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 13vw;
  }
}

body.top_page main {
  padding-top: 0;
}

section {
  display: block;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fadein {
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

@media screen and (min-width: 768px) {
  .fadein {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}

@media screen and (max-width: 767px) {
  .fadein {
    -webkit-transform: translate(0, 2vw);
            transform: translate(0, 2vw);
  }
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* block */
.inner {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 85vw;
  }
}

/* title */
.sec_ttl {
  text-align: center;
  font-weight: 900;
  font-size: 3.57rem;
  letter-spacing: 0.2em;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 1.61rem;
    margin-bottom: 10vw;
  }
}

/* button */
.btn {
  text-align: center;
}

.btn input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-style: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.btn a, .btn input[type="submit"] {
  display: block;
  line-height: 1;
  color: #fff;
  background: #000;
  font-size: 1.14rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 0.7em;
  width: 14.28rem;
  border-radius: 3em;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn a, .btn input[type="submit"] {
    width: 36.5vw;
    font-size: 1rem;
  }
}

.btn a:hover, .btn input[type="submit"]:hover {
  color: #111;
  background: #ffff00;
}

/* breadcrumb */
#BREADCRUMB {
  padding: 1.5rem 3rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #111;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #BREADCRUMB {
    padding: 5vw 5vw;
    margin-bottom: 10vw;
  }
}

#BREADCRUMB > span {
  margin-right: 1rem;
  color: #111;
  line-height: 1;
}

#BREADCRUMB > span:not(:first-child) {
  margin-left: 1rem;
}

#BREADCRUMB > span a, #BREADCRUMB > span span {
  letter-spacing: 0.1em;
  color: #111;
  line-height: 1;
  display: inline-block;
  font-size: 0.93rem;
  line-height: 1.3;
}

h1.category-title {
  position: relative;
}

h1.category-title .inner {
  max-width: 1100px;
  width: 90vw;
  margin: 4.29rem auto 7.14rem;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  h1.category-title .inner {
    max-width: 80vw;
    margin: 10.67vw auto 16vw;
  }
}

h1.category-title .inner span {
  display: block;
}

h1.category-title .inner .en-txt {
  font-size: 7.86rem;
  font-weight: 900;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1.category-title .inner .en-txt {
    font-size: 10.4vw;
  }
}

@media screen and (max-width: 767px) {
  h1.category-title .inner .en-txt {
    font-size: 2.5rem;
  }
}

h1.category-title .inner .ja-txt {
  font-size: 1.36rem;
  padding: 1.55rem 0 2.29rem;
}

@media screen and (max-width: 767px) {
  h1.category-title .inner .ja-txt {
    font-size: 1.15rem;
    padding: 4vw 0;
  }
}

h1.category-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7.5rem;
  width: calc( (100vw - 1100px) / 2 + 415px);
  min-width: 29.64rem;
  background-color: #ffff00;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  h1.category-title:after {
    width: 49.6vw;
    height: 15.47vw;
    min-width: 0;
  }
}

.form-error {
  margin-top: 8px;
}

.form-error p {
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
  width: 100%;
  font-size: arem;
  padding: 0.7rem;
  color: #111;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  color: #BABABA;
}

input[type="text"]:input-placeholder,
input[type="email"]:input-placeholder,
input[type="tel"]:input-placeholder,
input[type="date"]:input-placeholder,
input[type="number"]:input-placeholder,
textarea:input-placeholder {
  color: #BABABA;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

._form-radio input[type="radio"] {
  display: none;
}

._form-radio label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
}

._form-radio label span {
  display: block;
  padding: 10px;
}

._form-radio label span:before, ._form-radio label span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._form-radio label span:before {
  width: 16px;
  height: 16px;
  top: 14px;
  left: 10px;
  border: 1px solid #bbb;
  background: #fff;
}

._form-radio label span:after {
  width: 10px;
  height: 10px;
  background: #bbb;
  top: 18px;
  left: 14px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

._form-radio input[type="radio"]:checked + span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

._form-radio input[type="radio"]:checked + span:before {
  border-color: #bbb;
}

._form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._form-checkbox input[type="checkbox"] {
  display: none;
}

._form-checkbox label {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

._form-checkbox label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
}

._form-checkbox label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

._form-checkbox label span:before, ._form-checkbox label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._form-checkbox label span:before {
  width: 18px;
  height: 2px;
  top: 20px;
  left: 18px;
  -webkit-transform: rotate(-45deg) scaleX(0);
          transform: rotate(-45deg) scaleX(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

._form-checkbox label span:after {
  width: 8px;
  height: 2px;
  top: 19px;
  left: 9px;
  -webkit-transform: rotate(35deg) scaleX(0);
          transform: rotate(35deg) scaleX(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

._form-checkbox input[type="checkbox"]:checked + span:before {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
}

._form-checkbox input[type="checkbox"]:checked + span:after {
  -webkit-transform: rotate(35deg) scaleX(1);
          transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px;
}

._form-select > select {
  width: 100%;
  padding: 18px 25px;
}

._form-select:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/prts/allow_01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  top: calc(50% - 12px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mw_wp_form_confirm ._form-select {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mw_wp_form_confirm ._form-select:after {
  display: none;
}

input[type='button'],
input[type='submit'] {
  font-size: 1rem;
  background: none;
  text-align: center;
  color: #333;
  width: 100%;
  border: none;
}

.form-botton-back,
.form-botton-next {
  position: relative;
  overflow: hidden;
}

.form-botton-back:after,
.form-botton-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/prts/allow_02_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 15px);
}

.form-botton-back input[type='submit'],
.form-botton-next input[type='submit'] {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form-botton-back {
  background: #666;
  position: relative;
}

.form-botton-back:after {
  left: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.form-botton-back:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}

.form-botton-back:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.form-botton-back input[type='button'] {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

.form-botton-next:after {
  right: 30px;
}

.form-botton-next:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}

.form-botton-next:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.form-botton-next input[type='submit'] {
  height: 70px;
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}

.anime1.active {
  -webkit-animation: animeTxt1 1.2s ease 0.2s;
          animation: animeTxt1 1.2s ease 0.2s;
  animation: animeTxt1 1.2s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

@keyframes animeTxt1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

.anime2 {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
}

.anime2.active {
  -webkit-animation: animeTxt2 1.2s ease 0.2s;
          animation: animeTxt2 1.2s ease 0.2s;
  animation: animeTxt2 1.2s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}

@keyframes animeTxt2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}

.box-anime1 img, .box-anime1:after {
  -webkit-clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
          clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
  -webkit-clip-path: circle(10.7% at 50% 50%);
          clip-path: circle(10.7% at 50% 50%);
  opacity: 0;
}

.box-anime1.active img {
  -webkit-animation: anime1 1s ease 0.2s;
          animation: anime1 1s ease 0.2s;
  animation: anime1 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-anime1.active:after {
  -webkit-animation: anime1 1s ease 0s;
          animation: anime1 1s ease 0s;
  animation: anime1 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
            clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
            clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

.box-anime2 img, .box-anime2:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.box-anime2.active img {
  -webkit-animation: animeBox2 1s ease 0.2s;
          animation: animeBox2 1s ease 0.2s;
  animation: animeBox2 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-anime2.active:after {
  -webkit-animation: animeBox2 1s ease 0s;
          animation: animeBox2 1s ease 0s;
  animation: animeBox2 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox2 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}

@keyframes animeBox2 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}

.box-anime3 img, .box-anime3:after {
  -webkit-clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
          clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
  opacity: 0;
}

.box-anime3.active img {
  -webkit-animation: animeBox3 1s ease 0.2s;
          animation: animeBox3 1s ease 0.2s;
  animation: animeBox3 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-anime3.active:after {
  -webkit-animation: animeBox3 1s ease 0s;
          animation: animeBox3 1s ease 0s;
  animation: animeBox3 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox3 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
            clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
            clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}

@keyframes animeBox3 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
            clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
            clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}

.ml-slideIn {
  position: relative;
  display: inline-block;
}

.ml-slideIn span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 0px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.ml-slideIn i.front, .ml-slideIn i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.ml-slideIn i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4 {
  position: relative;
  display: inline-block;
}

.txt-anime4 span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 12px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.txt-anime4 i.front, .txt-anime4 i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.txt-anime4 i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4.active span {
  -webkit-animation: anime4 0.3s ease 0.8s;
          animation: anime4 0.3s ease 0.8s;
  animation: anime4 0.3s ease 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.txt-anime4.active i.front {
  -webkit-animation: anime41 0.8s ease 0.5s;
          animation: anime41 0.8s ease 0.5s;
  animation: anime41 0.8s ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.txt-anime4.active i.back {
  -webkit-animation: anime4 0.8s ease 0.2s;
          animation: anime4 0.8s ease 0.2s;
  animation: anime4 0.8s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes anime4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes anime41 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes anime41 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .pc-non {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .pc-non {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-non {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-non {
    display: none !important;
  }
}

#HEADER {
  position: fixed;
  height: 110px;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #HEADER {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #HEADER {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  #HEADER {
    height: 13vw;
  }
}

#HEADER .logo {
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 11.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #HEADER .logo {
    width: 8rem;
  }
}

@media screen and (max-width: 767px) {
  #HEADER .logo {
    width: 18vw;
    left: 5vw;
  }
}

#HEADER .logo a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#HEADER .logo a:hover {
  opacity: 0.6;
}

#HEADER .logo a img {
  display: block;
}

@media screen and (min-width: 768px) {
  #HEADER nav {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #HEADER nav {
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    position: fixed;
    background: #fff;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #HEADER nav.--open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#HEADER nav p {
  color: #fff;
  letter-spacing: 0.05em;
}

#HEADER nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #HEADER nav > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #HEADER nav > ul {
    width: 85vw;
    margin: 0 auto;
    display: block;
  }
}

#HEADER nav > ul > li {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  #HEADER nav > ul > li {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #HEADER nav > ul > li {
    font-size: 0.9rem;
  }
}

#HEADER nav > ul > li p, #HEADER nav > ul > li a {
  display: inline-block;
  font-weight: 600;
  color: #111;
}

@media screen and (min-width: 768px) {
  #HEADER nav > ul > li p, #HEADER nav > ul > li a {
    padding: 0 1rem;
  }
}

#HEADER nav > ul > li p:hover, #HEADER nav > ul > li a:hover {
  background: #ffff00;
}

@media screen and (max-width: 767px) {
  #HEADER nav > ul > li {
    font-size: 1.1rem;
    margin-top: 5vw;
    border-bottom: 1px solid #333;
    text-align: left;
  }
  #HEADER nav > ul > li > a {
    display: block;
    padding: 2vw 5vw;
    position: relative;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #HEADER nav > ul > li > a:after {
    content: '→';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  #HEADER nav > ul > li:not(:last-child) {
    position: relative;
  }
  #HEADER nav > ul > li:not(:last-child):after {
    content: '／';
    display: inline-block;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 768px) {
  #HEADER nav > ul > li.nav_acd ul {
    height: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    width: 100%;
    padding-top: 1rem;
  }
  #HEADER nav > ul > li.nav_acd ul li {
    text-align: center;
    width: 100%;
  }
  #HEADER nav > ul > li.nav_acd ul li:nth-child(n+2) {
    border-top: 1px solid #ddd;
  }
  #HEADER nav > ul > li.nav_acd ul li a {
    width: 100%;
    display: block;
    padding: 0.3rem;
    background: #eee;
  }
  #HEADER nav > ul > li.nav_acd ul li a:hover {
    background: #ffff00;
  }
  #HEADER nav > ul > li.nav_acd:hover ul {
    height: auto;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  #HEADER nav > ul > li.nav_acd {
    border-bottom: none;
    margin-bottom: 10vw;
    margin-top: 10vw;
  }
  #HEADER nav > ul > li.nav_acd p {
    padding: 0 5vw;
  }
  #HEADER nav > ul > li.nav_acd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #HEADER nav > ul > li.nav_acd ul li {
    width: 48%;
    font-size: 1.1rem;
    margin-top: 3vw;
    border-bottom: 1px solid #333;
    text-align: left;
  }
  #HEADER nav > ul > li.nav_acd ul li > a {
    display: block;
    padding: 1vw 5vw;
    position: relative;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #HEADER nav > ul > li.nav_acd ul li > a:after {
    content: '→';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#HEADER.top {
  background: none;
}

#HEADER.top .logo {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #HEADER.top nav > ul {
    position: relative;
  }
  #HEADER.top nav > ul:before {
    content: "";
    width: 100%;
    height: 3rem;
    background: #fff;
    border-radius: 5rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  #HEADER.top nav > ul > li {
    z-index: 5;
  }
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  z-index: 15000;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 13vw;
  height: 13vw;
  background: #ffff00;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #111;
}

.menu-trigger span:nth-of-type(1) {
  top: 30%;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 30%;
}

/* menu-trigger エフェクト */
.menu-trigger.active span {
  background-color: #111;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) translateY(2.25vw) rotate(-38deg);
          transform: translateX(-50%) translateY(2.25vw) rotate(-38deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) translateY(-2.25vw) rotate(38deg);
          transform: translateX(-50%) translateY(-2.25vw) rotate(38deg);
}

#FOOTER {
  margin-top: 15rem;
}

@media screen and (max-width: 767px) {
  #FOOTER {
    margin-top: 20vw;
  }
}

#FOOTER picture {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  -webkit-transform: translateY(3.5%);
          transform: translateY(3.5%);
  pointer-events: none;
}

#FOOTER picture img {
  display: block;
}

#FOOTER > div {
  background: #000;
  text-align: center;
  padding: 5rem 0 3rem;
}

#FOOTER > div nav p {
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

#FOOTER > div nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #FOOTER > div nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #FOOTER > div nav ul {
    width: 85vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#FOOTER > div nav ul li {
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #FOOTER > div nav ul li {
    font-size: 1.1rem;
    margin-top: 0;
    width: 48%;
    border-bottom: 1px solid #333;
    text-align: left;
  }
  #FOOTER > div nav ul li a {
    display: block;
    padding: 2vw 5vw;
    position: relative;
  }
  #FOOTER > div nav ul li a:after {
    content: '→';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  #FOOTER > div nav ul li:not(:last-child) {
    margin-right: 2rem;
  }
  #FOOTER > div nav ul li:not(:last-child):after {
    content: '／';
    display: inline-block;
    margin-left: 2rem;
    font-weight: normal;
  }
}

#FOOTER > div nav ul li a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#FOOTER > div nav ul li a:hover {
  color: #ffff00;
}

#FOOTER > div nav:nth-child(2) {
  margin-top: 3rem;
}

#FOOTER > div .copyright {
  color: #fff;
  font-size: 0.86rem;
  margin-top: 5rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  #FOOTER > div .copyright {
    font-size: 0.92rem;
  }
}

#PAGETOP {
  width: 14.4vw;
  max-width: 54px;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

#PAGETOP a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#PAGETOP a:hover {
  opacity: 0.8;
}

#PAGETOP a img {
  display: block;
}

.slide_menu {
  position: fixed;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -1000px;
    width: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -1000px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -100vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu {
    width: 60%;
    right: -60vw;
  }
}

.slide_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide_menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.slide_menu .slide_menu_inner {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  z-index: 2;
  padding: 5rem 7rem;
  left: 200px;
  height: 100vh;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .slide_menu .slide_menu_inner {
    padding: 10% 10% 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .slide_menu_inner {
    width: 75%;
    padding: 8% 5%;
    margin: 0 auto;
    height: calc(100vh - 8vw);
  }
}

.slide_menu .slide_menu_inner > div .navContent {
  margin-top: 5vw;
  text-align: center;
}

.slide_menu .slide_menu_inner > div .navContent li {
  border-bottom: 1px solid #000;
}

.slide_menu .slide_menu_inner > div .navContent li a {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding: 4vw 0;
  display: block;
}

.slide_menu .slide_menu_inner > div .slide_menu_bottom {
  margin-top: 10vw;
  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;
}

.slide_menu .slide_menu_inner > div .slide_menu_bottom .insta {
  width: 2.14rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .slide_menu .slide_menu_inner > div .slide_menu_bottom .insta {
    margin-right: 0;
    width: 2.31rem;
  }
}

.slide_menu .slide_menu_inner > div .slide_menu_bottom .insta img {
  display: block;
}

.slide_menu .slide_menu_inner > div .slide_menu_bottom .rsv {
  border: 1px solid #000;
  padding: 0.3rem;
  width: calc(100% - 5rem);
  text-align: center;
  position: relative;
  color: #000;
  display: block;
}

.slide_menu .slide_menu_inner > div .slide_menu_bottom .rsv:after {
  content: "";
  display: block;
  width: 1.33rem;
  height: 0.4rem;
  background-image: url("/assets/images/common/arw_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-open {
  opacity: 1;
  right: 0px;
}

.menu-open .slide_menu_inner {
  left: 0px;
}

#container {
  margin: 20px;
  width: 100%;
  height: 3px;
}

#LOADER {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #LOADER .opening-inner {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  #LOADER .opening-inner {
    width: 40%;
  }
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**************************************************

MV

**************************************************/
#MV {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #MV {
    display: block;
    height: auto;
  }
}

#MV .logo {
  position: absolute;
  width: 85vw;
  max-width: 1100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 150;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #MV .left {
    width: 27%;
  }
}

@media screen and (max-width: 767px) {
  #MV .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #MV .left > div {
    width: 50%;
  }
}

#MV div {
  vertical-align: bottom;
  line-height: 1;
}

#MV-VIDEO {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #MV-VIDEO {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  #MV-VIDEO {
    height: 60vw;
  }
}

#MV-VIDEO video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

#MV-SLIDER1 .item figure {
  display: block;
}

@media screen and (min-width: 768px) {
  #MV-SLIDER1 .item figure {
    width: 73vw;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  #MV-SLIDER1 .item figure {
    width: 100vw;
    height: 83.73vw;
  }
}

#MV-SLIDER2 .item figure {
  display: block;
}

@media screen and (min-width: 768px) {
  #MV-SLIDER2 .item figure {
    width: 27vw;
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  #MV-SLIDER2 .item figure {
    width: 50vw;
    height: 40vw;
  }
}

#MV-SLIDER3 .item figure {
  display: block;
}

@media screen and (min-width: 768px) {
  #MV-SLIDER3 .item figure {
    width: 27vw;
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  #MV-SLIDER3 .item figure {
    width: 50vw;
    height: 40vw;
  }
}

/**************************************************

CONCEPT

**************************************************/
#CONCEPT {
  margin-top: -12.57rem;
}

@media screen and (max-width: 767px) {
  #CONCEPT {
    margin-top: -15vw;
  }
}

#CONCEPT .inner {
  padding: 27.6rem 0 15.28rem;
}

@media screen and (max-width: 767px) {
  #CONCEPT .inner {
    padding: 0;
  }
}

#CONCEPT .inner figure {
  width: 53.72%;
  position: absolute;
  left: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #CONCEPT .inner figure {
    width: 85%;
    position: static;
    margin: 0 0 0 -1vw;
    -webkit-transform: none;
            transform: none;
  }
}

#CONCEPT .inner div {
  margin: 0 0 0 auto;
  width: 49.6%;
}

@media screen and (max-width: 767px) {
  #CONCEPT .inner div {
    width: 100%;
    margin: 5vw auto 0;
  }
}

#CONCEPT .inner div p {
  font-size: 1.35rem;
  letter-spacing: 0.2em;
  line-height: 2.6;
}

@media screen and (max-width: 767px) {
  #CONCEPT .inner div p {
    font-size: 1.07rem;
    line-height: 1.7;
    letter-spacing: 0.15em;
  }
}

#CONCEPT .inner div p strong {
  font-weight: 600;
}

/**************************************************

CAROUSEL

**************************************************/
#CAROUSEL {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

#CAROUSEL .item {
  width: 300px;
}

#CAROUSEL .item figure {
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 66.6%;
}

/**************************************************

TOP-INFORMATION

**************************************************/
#TOP-INFORMATION {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  #TOP-INFORMATION {
    margin-top: 20vw;
  }
}

#TOP-INFORMATION .inner > div {
  border: 4px solid #000;
  padding: 4rem 3rem;
  position: relative;
}

#TOP-INFORMATION .inner > div h2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  display: inline-block;
  z-index: 10;
  font-size: 2.14rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  padding: 0 0.5em;
}

#TOP-INFORMATION .inner > div > div article {
  display: block;
}

#TOP-INFORMATION .inner > div > div article:nth-child(n+2) {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #TOP-INFORMATION .inner > div > div article:nth-child(n+2) {
    margin-top: 8vw;
  }
}

#TOP-INFORMATION .inner > div > div article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #TOP-INFORMATION .inner > div > div article a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#TOP-INFORMATION .inner > div > div article a .date {
  width: 8%;
  font-size: 0.93rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  #TOP-INFORMATION .inner > div > div article a .date {
    width: 40%;
  }
}

#TOP-INFORMATION .inner > div > div article a .cate {
  width: 15%;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em;
  letter-spacing: 0.2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  #TOP-INFORMATION .inner > div > div article a .cate {
    width: 43%;
  }
}

#TOP-INFORMATION .inner > div > div article a .ttl {
  width: 70%;
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  #TOP-INFORMATION .inner > div > div article a .ttl {
    width: 100%;
    font-size: 1.07rem;
    margin-top: 2vw;
  }
}

#TOP-INFORMATION .inner > div > div article a:hover .date, #TOP-INFORMATION .inner > div > div article a:hover .ttl {
  color: #dddd00;
}

#TOP-INFORMATION .inner > div > div article a:hover .cate {
  color: #ffff00;
}

/**************************************************

TOP-AREA

**************************************************/
#TOP-AREA {
  margin-top: 10rem;
}

#TOP-AREA .anchor {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 61rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .anchor li {
    width: 48%;
  }
  #TOP-AREA .anchor li:nth-child(n+3) {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 768px) {
  #TOP-AREA .anchor li {
    width: 23%;
  }
  #TOP-AREA .anchor li:nth-child(n+5) {
    margin-top: 2rem;
  }
}

#TOP-AREA .anchor li a {
  width: 100%;
}

#TOP-AREA .area_block {
  margin-top: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block {
    margin-top: 20vw;
    display: block;
  }
}

#TOP-AREA .area_block .ab_ttl {
  position: relative;
  width: 31.6%;
  padding-left: 3.9rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block .ab_ttl {
    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;
    padding: 0;
    width: 100%;
    margin-bottom: 7vw;
  }
}

#TOP-AREA .area_block .ab_ttl:before {
  content: "";
  display: block;
  width: 5.85rem;
  height: 1.5rem;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block .ab_ttl:before {
    width: 21.86vw;
    height: 5.6vw;
    bottom: auto;
    top: 0;
  }
}

#TOP-AREA .area_block .ab_ttl h3 {
  font-size: 2.14rem;
  letter-spacing: 0.2em;
  font-weight: 900;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block .ab_ttl h3 {
    margin-bottom: 0;
    font-size: 1.61rem;
    padding-bottom: 1.5em;
  }
}

#TOP-AREA .area_block .ab_ttl figure {
  width: 11.85rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block .ab_ttl figure {
    width: 26.66vw;
    margin-bottom: 0;
  }
}

#TOP-AREA .area_block .ab_ttl figure img {
  display: block;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block .ab_ttl .btn {
    width: 48%;
    position: absolute;
    bottom: 5vw;
    left: 0;
  }
  #TOP-AREA .area_block .ab_ttl .btn a {
    width: 100%;
  }
}

#TOP-AREA .area_block .ab_ttl .btn a {
  margin: 0;
}

#TOP-AREA .area_block .archive {
  width: 68.4%;
}

@media screen and (max-width: 767px) {
  #TOP-AREA .area_block .archive {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .archive article {
    width: 40%;
    margin-right: 7%;
  }
  .archive article:nth-child(4n) {
    margin-right: 0;
  }
  .archive article:nth-child(4n-1) {
    margin-left: 10%;
  }
  .archive article:nth-child(n+3) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .archive article {
    display: block;
    width: 100%;
  }
  .archive article:nth-child(n+2) {
    margin-top: 7vw;
  }
}

.archive article a {
  display: block;
}

@media screen and (max-width: 767px) {
  .archive article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.archive article a figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .archive article a figure {
    width: 28%;
  }
}

.archive article a figure:before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .archive article a figure:before {
    display: none;
  }
}

.archive article a figure span {
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 66.777%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.archive article a div {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .archive article a div {
    margin-top: 0;
    width: 67%;
  }
}

.archive article a div p {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.archive article a div .date {
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .archive article a div .date {
    font-size: 0.92rem;
    letter-spacing: 0.15em;
  }
}

.archive article a div .ttl {
  font-size: 1.35rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.57;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .archive article a div .ttl {
    font-size: 1rem;
  }
}

.archive article a:hover figure:before {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.archive article a:hover div p {
  color: #dddd00;
}

.archive article.archive_article a div {
  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;
}

.archive article.archive_article a div .data {
  white-space: nowrap;
}

.archive article.archive_article a div .tag {
  display: inline-block;
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 0.3em 0.7em;
  font-size: 0.928rem;
  margin-left: 0.7em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .archive article.archive_article a div .tag {
    font-size: 0.8461rem;
  }
}

.archive article.archive_article a div .ttl {
  width: 100%;
}

#INFO-INDEX .archive {
  margin-bottom: 11.7rem;
}

@media screen and (min-width: 768px) {
  #INFO-INDEX .archive article {
    width: 27.4%;
    margin-right: 4.55%;
  }
  #INFO-INDEX .archive article:nth-child(4n-1) {
    margin-left: 0;
  }
  #INFO-INDEX .archive article:nth-child(3n) {
    margin-right: 0;
  }
  #INFO-INDEX .archive article:nth-child(4) {
    margin-left: 8.45%;
  }
  #INFO-INDEX .archive article:nth-child(6n + 10) {
    margin-left: 8.45%;
  }
  #INFO-INDEX .archive article:nth-child(n+3) {
    margin-top: 0;
  }
  #INFO-INDEX .archive article:nth-child(n+4) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #INFO-INDEX .archive {
    margin-bottom: 16vw;
  }
}

.inner #AREA {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner #AREA {
    margin: 10.13% auto 15.47vw;
  }
}

.inner #AREA h2.area-title {
  font-size: 3.57rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
}

.inner #AREA h2.area-title span {
  background-color: #fff;
  display: inline;
  padding-right: 0.5em;
}

.inner #AREA h2.area-title:after {
  position: absolute;
  top: 50%;
  width: 90%;
  content: '';
  border: solid 2px #000;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .inner #AREA h2.area-title {
    font-size: 1.72rem;
    text-align: center;
  }
  .inner #AREA h2.area-title span {
    padding: 0;
  }
  .inner #AREA h2.area-title:after {
    display: none;
  }
}

.inner #AREA .area-block {
  margin-top: 4.93rem;
  margin-bottom: 8.57rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .inner #AREA .area-block {
    display: block;
    margin-top: 11.47vw;
    margin-bottom: 16vw;
  }
}

.inner #AREA .area-block .ab-map {
  position: relative;
  width: 31.6%;
  padding-left: 3.9rem;
  padding-top: 0.5rem;
}

.inner #AREA .area-block .ab-map figure {
  width: 11.85rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .inner #AREA .area-block .ab-map {
    width: 26.67vw;
    padding: 0;
    margin: 0 auto;
  }
  .inner #AREA .area-block .ab-map figure {
    width: 100%;
    margin-bottom: 9.33vw;
  }
}

.inner #AREA .area-block .archive {
  width: 68.4%;
}

@media screen and (max-width: 767px) {
  .inner #AREA .area-block .archive {
    width: 100%;
  }
}

.inner #OT-AREA h3 {
  text-align: center;
  font-size: 3.57rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 12.14rem;
}

@media screen and (max-width: 767px) {
  .inner #OT-AREA h3 {
    margin-top: 28vw;
    font-size: 1.72rem;
    letter-spacing: .2em;
  }
}

.inner #OT-AREA .ot-block {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6.43rem auto 0;
}

@media screen and (max-width: 767px) {
  .inner #OT-AREA .ot-block {
    display: block;
    width: 85vw;
    margin: 8vw auto 0;
  }
}

.inner #OT-AREA .ot-block .ot-area-map {
  width: 30.63%;
}

@media screen and (max-width: 767px) {
  .inner #OT-AREA .ot-block .ot-area-map {
    display: none;
  }
}

.inner #OT-AREA .ot-block .ot-area-nav {
  width: 52.5%;
}

.inner #OT-AREA .ot-block .ot-area-nav a {
  position: relative;
  width: 100%;
  border-bottom: solid 2px #7f7f7f;
  padding: 0 2.14% 0 4.52%;
  display: inline-block;
  margin-bottom: 1.79rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.inner #OT-AREA .ot-block .ot-area-nav a span {
  font-size: 1.36rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.inner #OT-AREA .ot-block .ot-area-nav a .arrow {
  position: absolute;
  right: 2.14%;
}

.inner #OT-AREA .ot-block .ot-area-nav a:hover {
  color: #dddd00;
}

@media screen and (max-width: 767px) {
  .inner #OT-AREA .ot-block .ot-area-nav {
    width: 100%;
  }
  .inner #OT-AREA .ot-block .ot-area-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .inner #OT-AREA .ot-block .ot-area-nav ul li {
    width: 46%;
  }
  .inner #OT-AREA .ot-block .ot-area-nav ul li a {
    margin-bottom: 4vw;
    padding: 0 2.14% 3% 4.52%;
  }
  .inner #OT-AREA .ot-block .ot-area-nav ul li a span {
    font-size: 1.25rem;
    letter-spacing: .1em;
  }
}

#PAGINATION {
  margin: 0 auto;
}

.pagination .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .nav-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.57rem;
}

.pagination .nav-links ul li:last-child {
  margin-right: 0;
}

.pagination .nav-links ul li a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination .nav-links ul li a:hover {
  background: #ffff00;
  color: #000;
}

.pagination .nav-links ul li a, .pagination .nav-links ul li span {
  text-align: center;
  border-radius: 2.14rem;
  background: #000;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 3.85rem;
  display: block;
  width: 3.85rem;
}

.pagination .nav-links ul .current {
  background: #bbb;
  color: #000;
}

@media screen and (max-width: 767px) {
  .pagination .nav-links ul li {
    margin-right: 3.2vw;
  }
  .pagination .nav-links ul li:last-child {
    margin-right: 0;
  }
  .pagination .nav-links ul li a, .pagination .nav-links ul li span {
    border-radius: 2.14rem;
    font-size: 0.98rem;
  }
}

.post_ttl {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .post_ttl {
    margin-bottom: 3rem;
  }
}

.post_ttl h1 {
  font-size: 2.14rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post_ttl h1 {
    margin-bottom: 1.5em;
    font-size: 1.62rem;
    text-align: left;
  }
}

.post_ttl h1 span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(51%, #ffff00), to(#ffff00));
  background: linear-gradient(transparent 50%, #ffff00 51%, #ffff00);
}

.post_ttl p {
  text-align: center;
  font-weight: 700;
  font-size: 1.71rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .post_ttl p {
    font-size: 1rem;
  }
}

.post .post_content:first-child {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .post .post_content:first-child {
    margin-top: 4rem;
  }
}

.post .mv {
  max-width: 1100px;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .post .mv {
    margin: 0 auto 4rem;
  }
}

.post .con_box:not(:last-child) {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .post .con_box:not(:last-child) {
    margin: 0 auto 3rem;
  }
}

.post .con_box.--img figure img {
  display: block;
}

.post .con_box.--poster figure {
  max-width: 700px;
  margin: 0 auto;
}

.post .con_box.--poster figure img {
  display: block;
}

.post .con_box.--head2 h2 {
  font-size: 1.86rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.8em;
  border-left: 0.423em solid #ffff00;
}

@media screen and (max-width: 767px) {
  .post .con_box.--head2 h2 {
    font-size: 1.14rem;
  }
}

.post .con_box.--head3 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .post .con_box.--head3 {
    margin-bottom: 1.8rem;
  }
}

.post .con_box.--head3 h3 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .post .con_box.--head3 h3 {
    font-size: 1.07rem;
  }
}

.post .con_box.--txt p {
  font-size: 1.14rem;
  letter-spacing: 0.2em;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .post .con_box.--txt p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.post .con_box.--txt p:nth-child(n+2) {
  margin-top: 1rem;
}

.post .con_box.--txt p strong {
  font-weight: 700;
  background: #ffff00;
}

.post .con_box.--txt p a {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.post .con_box.--txt p a:hover {
  opacity: 0.6;
}

.post .con_box.--txt p img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.post .con_box.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .post .con_box.--flex {
    display: block;
  }
}

.post .con_box.--flex > figure {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .post .con_box.--flex > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.post .con_box.--flex > figure img {
  display: block;
}

.post .con_box.--flex > div {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .post .con_box.--flex > div {
    width: 100%;
  }
}

.post .con_box.--flex.--rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post .con_box.--event {
  background: #eee;
  padding: 3.93rem;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event {
    padding: 6vw;
  }
}

.post .con_box.--event h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.86rem;
  margin-bottom: 3.93rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event h2 {
    font-size: 1.62rem;
    margin-bottom: 6vw;
  }
}

.post .con_box.--event > div {
  padding: 3.43rem 7.71rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event > div {
    padding: 6vw;
  }
}

.post .con_box.--event > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event > div dl {
    display: block;
  }
}

.post .con_box.--event > div dl:nth-child(n+2) {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event > div dl:nth-child(n+2) {
    margin-top: 6vw;
  }
}

.post .con_box.--event > div dl dt, .post .con_box.--event > div dl dd {
  font-size: 1.14rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event > div dl dt, .post .con_box.--event > div dl dd {
    font-size: 1rem;
  }
}

.post .con_box.--event > div dl dt {
  width: 9rem;
}

@media screen and (max-width: 767px) {
  .post .con_box.--event > div dl dt {
    width: 100%;
    text-decoration: underline;
    margin-bottom: 0.5em;
  }
}

.post .con_box.--event > div dl dd {
  width: calc(100% - 12em);
}

@media screen and (max-width: 767px) {
  .post .con_box.--event > div dl dd {
    width: 100%;
  }
}

.post .con_box.--youtube > div {
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 56.25%;
  position: relative;
}

.post .con_box.--youtube > div iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post .con_box.--map > div {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .post .con_box.--map > div {
    height: 80vw;
  }
}

.post .con_box.--map > div iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post .btn_area {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .post .btn_area {
    margin-top: 6rem;
  }
}

.post .btn_area .btn {
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  .post .btn_area .btn {
    margin: 0;
    width: 48%;
  }
  .post .btn_area .btn:last-child {
    margin-left: 4%;
  }
  .post .btn_area .btn a {
    width: 100%;
  }
}

.contact-block {
  max-width: 800px;
  width: 90vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-block {
    width: 85vw;
  }
}

.contact-block #form {
  font-size: 1.15rem;
}

.contact-block #form input[type=text], .contact-block #form input[type=email], .contact-block #form input[type=tel], .contact-block #form input[type=date], .contact-block #form input[type=number], .contact-block #form textarea {
  background: transparent;
}

.contact-block #form .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.79rem;
  width: 100%;
}

.contact-block #form .form-label .mast-icon {
  color: #ff0000;
}

.contact-block #form .form-label .f-ttl {
  text-align: left;
  display: block;
  width: 25%;
  letter-spacing: 0.1em;
  padding-top: 0.3em;
}

.contact-block #form .form-label .f-item {
  position: relative;
  display: block;
  width: 70%;
  height: 3.21rem;
  background-color: #eee;
  letter-spacing: 0.1em;
}

.contact-block #form .form-label .f-item.box-area {
  height: auto;
}

.contact-block #form .form-label .f-item.box-area textarea.text-area {
  line-height: 2;
  min-height: 12.6rem;
  width: 100%;
  resize: none;
}

@media screen and (max-width: 767px) {
  .contact-block #form .form-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.67vw;
  }
  .contact-block #form .form-label .f-ttl, .contact-block #form .form-label .f-item {
    width: 100%;
  }
  .contact-block #form .form-label .f-ttl {
    padding: 0 0 3vw;
  }
  .contact-block #form .form-label .f-item {
    height: 3.7rem;
  }
  .contact-block #form .form-label .f-item.box-area .text-area {
    min-height: 14.75rem;
  }
  .contact-block #form .form-label .text-form {
    padding: .9em;
  }
}

.contact-block #form .privacy-policy-block {
  width: 100%;
  border: solid 1px #ccc;
  padding: 1.89rem;
  font-size: 1rem;
  margin-top: 4.14rem;
  height: 236px;
  overflow: auto;
}

.contact-block #form .privacy-policy-block .pp-ttl {
  font-weight: 600;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .contact-block #form .privacy-policy-block {
    padding: 6.13vw;
    margin-top: 9vw;
  }
  .contact-block #form .privacy-policy-block .pp-ttl {
    margin-bottom: 6.13vw;
  }
}

.contact-block #form .privacy-policy-block .pp-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}

.contact-block #form .privacy-policy-check {
  text-align: center;
  margin-top: 3rem;
  letter-spacing: 0.1em;
  /*リセット */
  /* チェックボックスデザイン */
}

.contact-block #form .privacy-policy-check .mast-icon {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .contact-block #form .privacy-policy-check {
    margin-top: 8.5vw;
  }
}

.contact-block #form .privacy-policy-check input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-block #form .privacy-policy-check input[type="checkbox"] {
  cursor: pointer;
  padding-left: 2.8rem;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-block #form .privacy-policy-check input[type="checkbox"] {
    padding-left: 7.5vw;
  }
}

.contact-block #form .privacy-policy-check input[type="checkbox"]::before,
.contact-block #form .privacy-policy-check input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

.contact-block #form .privacy-policy-check input[type="checkbox"]::before {
  background-color: #eeeeee;
  border-radius: .3em;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  top: 50%;
  left: 0;
}

.contact-block #form .privacy-policy-check input[type="checkbox"]::after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 0.4em;
  width: 0.8em;
  top: -0.4em;
  left: 0.3em;
}

.contact-block #form .privacy-policy-check input[type="checkbox"]:checked::after {
  opacity: 1;
}

.contact-block #form .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.29rem;
}

@media screen and (max-width: 767px) {
  .contact-block #form .btnarea {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70vw;
    margin: 18.13vw auto 0;
  }
}

.contact-block #form .btnarea .btn {
  margin: 0 3rem;
}

@media screen and (max-width: 767px) {
  .contact-block #form .btnarea .btn {
    margin: 0;
    width: 47%;
  }
  .contact-block #form .btnarea .btn input[type="submit"] {
    width: 100%;
  }
}

.contact-block #form .btnarea .btn .back-btn {
  background: #888;
}

.contact-block #form .btnarea .btn .back-btn:hover {
  background: #aaa;
}

.contact-block #form .mw_wp_form_confirm .confirm-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact-block #form .mw_wp_form_confirm .form-label {
    border-bottom: 1px solid #000;
    padding-bottom: 5vw;
  }
}

.contact-block #form .mw_wp_form_confirm .form-label .f-item {
  background: none;
  padding-top: 0.5em;
}

.contact-block #form .mw_wp_form_confirm .form-label .box-area textarea.text-area {
  min-height: 0;
}

.contact-block #form .mw_wp_form_input .input-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact-block #form .mw_wp_form_input .btnarea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.success {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .success {
    text-align: left;
  }
}

.success h2 {
  font-size: 1.5rem;
  margin-bottom: 4rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .success h2 {
    margin-bottom: 3rem;
  }
}

.success p {
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .success p {
    margin-bottom: 5rem;
  }
}

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