@charset "UTF-8";
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, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  ounter-reset: number 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td,
a {
  font-family: var(--font-jp);
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen\0  {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.scroll-stop {
  overflow: hidden;
}

.ppLazyBg {
  display: block;
  background-size: cover;
  background-position: center;
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}
.anime1.active {
  animation: animeTxt1 1.2s ease 0.2s;
  -moz-animation: animeTxt1 1.2s ease 0.2s;
  animation: animeTxt1 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.anime2 {
  clip-path: circle(0% at 50% 50%);
  opacity: 1;
}
.anime2.active {
  animation: animeTxt2 1.2s ease 0.2s;
  -moz-animation: animeTxt2 1.2s ease 0.2s;
  animation: animeTxt2 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
.box-anime1 img, .box-anime1:after {
  clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
  clip-path: circle(10.7% at 50% 50%);
  opacity: 0;
}
.box-anime1.active img {
  animation: anime1 1s ease 0.2s;
  -moz-animation: anime1 1s ease 0.2s;
  animation: anime1 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime1.active:after {
  animation: anime1 1s ease 0s;
  -moz-animation: anime1 1s ease 0s;
  animation: anime1 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.box-anime2 img, .box-anime2:after {
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

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

@-webkit-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.box-anime3 img, .box-anime3:after {
  clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
  opacity: 0;
}

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

@-webkit-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@-moz-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    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;
  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;
  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;
  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;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4.active span {
  animation: anime4 0.3s ease 0.8s;
  -moz-animation: anime4 0.3s ease 0.8s;
  animation: anime4 0.3s ease 0.8s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.front {
  animation: anime41 0.8s ease 0.5s;
  -moz-animation: anime41 0.8s ease 0.5s;
  animation: anime41 0.8s ease 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.back {
  animation: anime4 0.8s ease 0.2s;
  -moz-animation: anime4 0.8s ease 0.2s;
  animation: anime4 0.8s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
header .__wrap {
  width: 92%;
  margin: 0 5% 0 3%;
  height: 5.5rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ._logo a {
  display: block;
  line-height: 0;
}
header ._logo a img {
  width: auto;
  height: 2.5rem;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header ._logo a img {
    height: 2rem;
  }
}
header.--ulc .__nav ul li a {
  color: var(--text-color);
}
header .__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  header .__nav {
    display: none;
  }
}
header .__nav ul {
  display: flex;
  gap: 1.7857142857rem;
}
@media screen and (min-width: 766px) {
  header .__nav ul {
    margin-right: 1rem;
  }
}
header .__nav ul li {
  position: relative;
}
header .__nav ul li:hover ul {
  display: block;
}
header .__nav ul li a {
  line-height: 1;
  font-size: 1.0714285714rem;
  color: #000;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 700;
}
header .__nav ul li a:hover {
  color: var(--key-color-1);
}
header .__nav ul li ul {
  padding-top: 0.8571428571rem;
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 0.5714285714rem;
}
header .__nav ul li ul li a {
  background: #fff;
  line-height: 1;
  display: block;
  color: var(--text-color);
  white-space: nowrap;
  padding: 0.8571428571rem 1.5714285714rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  font-weight: 700;
}
header .__nav p {
  line-height: 1;
}
header .__nav p.--phone {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  padding: 0.8571428571rem 1.3571428571rem;
  color: #fff;
  background: var(--key-color-1);
  text-decoration: none;
  font-size: 1.0714285714rem;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 100px;
  line-height: 1;
}
header .__nav p.--phone svg {
  width: 1.7857142857rem;
  height: auto;
}
header .__nav p.--phone svg path {
  fill: #fff;
}
header .__nav p.--contact a {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  padding: 0.8571428571rem 1.3571428571rem;
  color: #fff;
  background: var(--key-color-1);
  text-decoration: none;
  font-size: 1.0714285714rem;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 100px;
  line-height: 1;
}
header .__nav p.--contact a:hover {
  opacity: 0.8;
}
header .__nav p.--contact svg {
  width: 1.7857142857rem;
  height: auto;
}
header .__nav p.--contact svg path {
  fill: #fff;
}
@media screen and (min-width: 766px) {
  header.--action {
    padding: 0.8571428571rem 0;
    background: rgba(255, 255, 255, 0.9);
  }
  header.--action ._logo a img {
    width: auto;
    height: 2.8571428571rem;
  }
  header.--action .__nav ul li a {
    color: var(--text-color);
  }
  header.--action .__nav ul li a:hover {
    color: var(--key-color-1);
  }
  header.--action .__nav ul li ul li a {
    background: #fff;
    color: var(--text-color);
  }
}
@media screen and (max-width: 767px) {
  header.--action {
    background: rgba(255, 255, 255, 0.9);
  }
}

footer {
  padding: 6.0714285714rem 0;
  border-top: 1px solid #efefef;
}
footer .__wrap {
  position: relative;
  width: var(--base-width);
  margin: 0 auto;
}
@media screen and (min-width: 766px) {
  footer .__wrap {
    display: grid;
    grid-template-columns: 3fr 7fr;
  }
}
footer .--logo {
  max-width: 240px;
  margin-bottom: 2rem;
}
footer .--logo img {
  width: 100%;
}
footer .--address {
  margin-bottom: 2rem;
}
footer .__nav ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .__nav ul {
    display: none;
  }
}
footer .__nav ul li a {
  display: block;
  padding: 0.5714285714rem 0.8571428571rem;
  font-size: 1.0714285714rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}
footer .__nav ul li ul {
  flex-direction: column;
}
footer .__nav ul li ul li a {
  font-weight: 300;
}
footer .__nav .--phone {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  padding: 0.8571428571rem 1.3571428571rem;
  color: #fff;
  background: var(--key-color-1);
  text-decoration: none;
  font-size: 1.0714285714rem;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 100px;
  line-height: 1;
}
footer .__nav .--contact a {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  padding: 0.8571428571rem 1.3571428571rem;
  color: #fff;
  background: var(--key-color-1);
  text-decoration: none;
  font-size: 1.0714285714rem;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 100px;
  line-height: 1;
}
@media screen and (min-width: 766px) {
  footer .copyright_box {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright_box {
    margin-top: 2rem;
  }
}
footer .copyright_box .--copyright {
  font-size: 0.8571428571rem;
}
footer .copyright_box ._link a {
  font-size: 0.8571428571rem;
  text-decoration: underline;
}
@media screen and (min-width: 766px) {
  footer .copyright_box ._link a {
    margin-left: 1.5rem;
  }
}

._footer_pageup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
._footer_pageup a {
  background: var(--key-color-1);
  width: 6.2857142857rem;
  height: 5.7142857143rem;
  display: block;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

._smenu_button {
  width: 3.9285714286rem;
  height: 3.9285714286rem;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
._smenu_button span {
  position: absolute;
  width: 40%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
._smenu_button span i {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.5s;
}
._smenu_button span:after, ._smenu_button span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  transition: 0.2s;
}
._smenu_button span:before {
  top: -0.8571428571rem;
}
._smenu_button span:after {
  top: 0.8571428571rem;
}
._smenu_button.--action span i {
  opacity: 0;
}
._smenu_button.--action span:before {
  top: 0;
  transform: rotate(45deg);
}
._smenu_button.--action span:after {
  top: 0;
  transform: rotate(-45deg);
}

._smenu_menu {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
  width: 100%;
  height: 100vh;
  z-index: 20;
  padding: 3.9285714286rem 6.0714285714rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  ._smenu_menu {
    padding: 4.6428571429rem 2.5rem;
  }
}
._smenu_menu.--action {
  transform: translateX(0);
}
._smenu_menu.--action ._smenu_menu_wrap {
  transform: translateX(0);
}
._smenu_menu ._smenu_menu_wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  transition: 0.6s;
  transform: translateX(50%);
  display: flex;
  align-items: center;
}
._smenu_menu ._smenu_menu_wrap::-webkit-scrollbar {
  background: #efefef;
}
._smenu_menu ._smenu_menu_wrap::-webkit-scrollbar-thumb {
  background-color: var(--key-color-1);
}
._smenu_menu .__nav {
  width: 65%;
  padding: 4.6428571429rem 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  ._smenu_menu .__nav {
    width: 100%;
    padding: 2.5rem 2.5rem;
  }
}
._smenu_menu .__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  ._smenu_menu .__nav ul {
    grid-template-columns: 1fr;
  }
}
._smenu_menu .__nav ul li a {
  line-height: 1;
  text-decoration: none;
  padding: 1.5714285714rem 0;
  display: block;
  display: flex;
  gap: 0.8571428571rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ._smenu_menu .__nav ul li a {
    flex-direction: column;
  }
}
._smenu_menu .__nav ul li a span.--en {
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--key-color-1);
}
._smenu_menu .__nav ul li ul {
  padding-left: 1.2857142857rem;
  padding: 0.8571428571rem 0 0.8571428571rem 3.2142857143rem;
  border-left: 1px solid #ccc;
  grid-template-columns: 1fr;
}
._smenu_menu .__nav ul li ul li a {
  text-decoration: none;
  padding: 0.3571428571rem 0;
}
._smenu_menu .__nav ul li ul li a span.--en {
  font-size: 1.2857142857rem;
  color: var(--text-color);
}
._smenu_menu .__contact {
  display: flex;
  justify-content: center;
  gap: 1.7857142857rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  ._smenu_menu .__contact {
    gap: 0.8571428571rem;
    flex-direction: column;
  }
}
._smenu_menu .__contact svg {
  width: 1.7857142857rem;
  height: auto;
}
._smenu_menu .__contact a {
  padding: 1.0714285714rem 2.5rem;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 1.2857142857rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  ._smenu_menu .__contact a {
    font-size: 1.5714285714rem;
    justify-content: center;
  }
}

._loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #F5F1E6;
  z-index: 999;
  display: none;
}

@media screen and (max-width: 767px) {
  ._breadcrumb {
    display: none;
  }
}
._breadcrumb ul {
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
._breadcrumb ul li {
  font-weight: 600;
  font-size: 0.8571428571rem;
}
._breadcrumb ul li:not(:last-child) {
  position: relative;
  margin-right: 1em;
  padding-right: 1.5em;
  color: #fff;
}
._breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
._breadcrumb ul li a, ._breadcrumb ul li span {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 0.8571428571rem;
}
._breadcrumb ul li a:hover, ._breadcrumb ul li span:hover {
  opacity: 0.7;
  transition: 0.3s;
}

._404 {
  padding: 12.8571428571rem 0;
}
._404 h1 {
  font-family: var(--font-en);
  font-size: 5.7142857143rem;
  text-align: center;
}
._404 p {
  text-align: center;
}

@media screen and (min-width: 766px) {
  .pctb-none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

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

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

/*オリジナル*/
.align-center > div {
  align-items: center;
}

/**/
.topPage {
  transition: 0 !important;
}

.--margin-small {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .--margin-small {
    margin-top: 2rem;
  }
}
.--margin-middle {
  margin-top: 3.9285714286rem;
}
@media screen and (max-width: 767px) {
  .--margin-middle {
    margin-top: 3.9285714286rem;
  }
}
.--margin-large {
  margin-top: 6.0714285714rem;
}
@media screen and (max-width: 767px) {
  .--margin-large {
    margin-top: 6.0714285714rem;
  }
}

._cm_headline {
  position: relative;
}
._cm_headline.--type_a .--en {
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: 1.0714285714rem;
  padding-top: 0.8571428571rem;
}
@media screen and (max-width: 767px) {
  ._cm_headline.--type_a .--en {
    font-size: 0.8571428571rem;
  }
}
._cm_headline.--type_a .--jp {
  line-height: 1.5;
  font-size: 3.2142857143rem;
  font-weight: 900;
  color: var(--key-color-1);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  ._cm_headline.--type_a .--jp {
    margin-top: 0.8571428571rem;
    font-size: 2.2857142857rem;
  }
}
._cm_headline.--type_b .--jp {
  font-size: 1.5714285714rem;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 1.0714285714rem 0 0.7142857143rem;
}
@media screen and (max-width: 767px) {
  ._cm_headline.--type_b .--jp {
    font-size: 1.2857142857rem;
  }
}
._cm_headline.--center:before {
  left: 50%;
  transform: translateX(-50%);
}
._cm_headline.--center .--jp, ._cm_headline.--center .--en {
  text-align: center;
}
._cm_headline .--jp {
  font-size: 1.2857142857rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.5rem;
}
._cm_headline .--en {
  color: var(--key-color-1);
  font-family: var(--font-en);
  font-size: 2.8571428571rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 2px;
}

._cm_text p {
  font-size: 1.1428571429rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  ._cm_text p {
    font-size: 1rem;
  }
}
._cm_text p:first-child {
  margin-top: 0;
}
._cm_text.--center p {
  text-align: center;
}

._cm_button {
  margin-top: 2.5rem;
}
._cm_button.--center {
  text-align: center;
}
._cm_button a {
  display: inline-block;
  border: 1px solid var(--key-color-1);
  font-size: 1.1428571429rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 1rem 2rem;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  background: var(--key-color-1);
}
@media screen and (min-width: 766px) {
  ._cm_button a {
    min-width: 290px;
    text-align: center;
  }
}
._cm_button a:hover {
  background: #fff;
  color: var(--key-color-1);
}

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

._cm_schedule {
  margin-top: 3.9285714286rem;
}
._cm_schedule dl {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 0.8571428571rem;
}
._cm_schedule dl dt, ._cm_schedule dl dd {
  font-size: 1.1428571429rem;
}
._cm_schedule dl dt {
  font-weight: 700;
}

._cm_sns {
  display: flex;
  gap: 0.8571428571rem;
  margin-top: 1.2857142857rem;
}
._cm_sns img {
  width: 2.5rem;
}

._cm_table {
  margin-top: 2.5rem;
}
._cm_table:first-child {
  margin-top: 0;
}
._cm_table table {
  width: 100%;
}
._cm_table table td, ._cm_table table th {
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 0.8571428571rem;
}
._cm_table table th {
  text-align: center;
  background: var(--pale-color-1);
  white-space: nowrap;
}

._cm_history {
  margin-top: 3.2142857143rem;
}
._cm_history .__history_block {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 767px) {
  ._cm_history .__history_block {
    grid-template-columns: 1fr 2.5fr;
  }
}
._cm_history .__history_block:last-child div:first-child:after {
  height: 0;
}
._cm_history .__history_block div {
  padding: 0 0 2.5rem;
}
._cm_history .__history_block div:first-child {
  padding-left: 1.7857142857rem;
  position: relative;
}
._cm_history .__history_block div:first-child:before {
  content: "";
  position: absolute;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background: var(--key-color-1);
  border-radius: 100%;
  left: 0;
  top: 0;
}
._cm_history .__history_block div:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--key-color-1);
  top: 0;
  left: 0.4285714286rem;
}
._cm_history .__history_block p.--year {
  font-size: 1.5714285714rem;
  line-height: 1;
  color: var(--key-color-1);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  ._cm_history .__history_block p.--year {
    font-size: 1.1428571429rem;
  }
}
._cm_history .__history_block p.--monthday {
  font-size: 1.2857142857rem;
  line-height: 1;
}
._cm_history .__history_block p.--text {
  font-size: 1.0714285714rem;
}

._cm_ul {
  margin-top: 2.5rem;
  background: var(--pale-color-1);
  padding: 1.7857142857rem;
}
._cm_ul.c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2857142857rem;
}
._cm_ul.c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2857142857rem;
}

._cm_dl {
  margin-top: 3.2142857143rem;
}
._cm_dl dl {
  display: grid;
  grid-template-columns: 2fr 8fr;
}
._cm_dl dl dt, ._cm_dl dl dd {
  font-size: 1.0714285714rem;
  border-top: 1px solid #ccc;
  padding: 1.2857142857rem 0;
}
._cm_dl dl dt {
  font-weight: 700;
}

._cm_flex_middle .--column2,
._cm_flex_middle .--column3 {
  align-items: center;
}

._section_base {
  padding: 2.5rem 0 0;
  position: relative;
}
._section_base.large {
  padding: 8.9285714286rem 0 0;
}
@media screen and (max-width: 767px) {
  ._section_base.large {
    padding: 5.3571428571rem 0 0;
  }
}
._section_base.middle {
  padding: 6.0714285714rem 0 0;
}
@media screen and (max-width: 767px) {
  ._section_base.middle {
    padding: 3.2142857143rem 0 0;
  }
}
._section_base.small {
  padding: 3.2142857143rem 0 0;
}
@media screen and (max-width: 767px) {
  ._section_base.small {
    padding: 1.7857142857rem 0 0;
  }
}
._section_base.none {
  padding: 0 0 0;
}
@media screen and (max-width: 767px) {
  ._section_base.none {
    padding: 0 0 0;
  }
}
._section_base.--bg_type1 {
  background: var(--pale-color-1);
  padding: 7.8571428571rem 0;
  margin-top: 6rem;
}
._section_base.--bg_type2 {
  background: var(--pale-color-2);
  padding: 7.8571428571rem 0;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  ._section_base.--bg_type2 {
    padding: 5.3571428571rem 0;
  }
}
._section_base.--bg_type3 {
  padding: 5.3571428571rem 0 8.5714285714rem;
  background: url(https://dev.produce-pro.com/admin/wp-content/uploads/2025/05/bg_type3.svg) no-repeat bottom center;
  background-size: 100% 80%;
}
@media screen and (max-width: 767px) {
  ._section_base.--bg_type3 {
    padding: 3.5714285714rem 0 7.1428571429rem;
  }
}

._blk.large {
  padding: 8.9285714286rem 0 0;
}
@media screen and (max-width: 767px) {
  ._blk.large {
    padding: 5.3571428571rem 0 0;
  }
}
._blk.middle {
  padding: 5.7142857143rem 0 0;
}
@media screen and (max-width: 767px) {
  ._blk.middle {
    padding: 3.9285714286rem 0 0;
  }
}
._blk.small {
  padding: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  ._blk.small {
    padding: 1.7857142857rem 0 0;
  }
}
._blk.none {
  padding: 0;
}
@media screen and (max-width: 767px) {
  ._blk.none {
    padding: 0;
  }
}
._blk.--rinen ._cm_image figure {
  width: 70%;
  margin: 0 auto;
}

._column {
  width: var(--base-width);
  margin: 0 auto;
}
._column ._blk_wrap {
  display: grid;
  gap: 4.6428571429rem;
}
@media screen and (max-width: 767px) {
  ._column ._blk_wrap {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
  }
}
@media screen and (min-width: 766px) {
  ._column ._blk_wrap.--column2 {
    grid-template-columns: 1fr 1fr;
  }
  ._column ._blk_wrap.--column3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  ._column ._blk_wrap.--column4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  ._column ._blk_wrap.--column5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  ._column ._blk_wrap.--column6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
._column ._blk figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 766px) {
  ._basic.--reverse .__wrap ._cm_image {
    order: 2;
  }
  ._basic.--reverse .__wrap .__contents {
    order: 1;
  }
}
._basic.type_a {
  padding-bottom: 8.9285714286rem;
  overflow: hidden;
}
._basic.type_a .__wrap {
  align-items: normal;
}
._basic.type_a ._cm_image figure {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
._basic.type_a ._cm_image figure img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._basic.type_a .__contents {
  padding: 6.0714285714rem 6.0714285714rem;
  position: relative;
  z-index: 1;
  transform: translateY(3.9285714286rem);
  background: #fff;
  border: 3px solid var(--key-color-1);
}
._basic .__wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ._basic .__wrap {
    grid-template-columns: 1fr;
  }
}
._basic figure {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
._basic figure img {
  width: 100%;
  height: auto;
}
._basic .__contents {
  padding: 0 6.0714285714rem;
}
@media screen and (max-width: 767px) {
  ._basic .__contents {
    margin-top: 3.9285714286rem;
    padding: 0 8%;
  }
}
._basic .__contents > :first-child {
  margin-top: 0;
}

._faq {
  width: var(--base-width);
  margin: 0 auto;
}
._faq h3:first-child.--faqtitle {
  margin-top: 0;
}
._faq h3.--faqtitle {
  background: var(--pale-color-1);
  border-top: 1px solid var(--key-color-1);
  font-size: 1.5714285714rem;
  margin-top: 3.9285714286rem;
  padding: 1.2857142857rem 2.5rem;
}
._faq .__block {
  margin-top: 2.5rem;
  border: 1px solid var(--key-color-1);
  background: #fff;
}
._faq .__block.--action .__ac_button a span:after {
  opacity: 0;
  transform: translateY(50%);
}
._faq .__block .__ac_button a {
  display: block;
  padding: 2.5rem;
  font-size: 1.2857142857rem;
  text-decoration: none;
  position: relative;
}
._faq .__block .__ac_button a span.--prt {
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}
._faq .__block .__ac_button a span.--prt:before, ._faq .__block .__ac_button a span.--prt:after {
  transition: 0.4s;
  content: "";
  position: absolute;
  background: var(--key-color-1);
}
._faq .__block .__ac_button a span.--prt:before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
._faq .__block .__ac_button a span.--prt:after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}
._faq .__block .__ac_container .__ac_co {
  background: var(--pale-color-1);
  padding: 2.5rem;
}
._faq .__ac_block .__ac_container {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

._staff {
  width: 90%;
  margin: 0 auto;
}

._staff_list {
  width: var(--base-width);
  margin: 6.0714285714rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6.0714285714rem;
}

._staff_list_block figure {
  width: 100%;
  height: 39.2857142857rem;
}
._staff_list_block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._staff_list_block .__information p.--en {
  font-size: 2rem;
  color: var(--key-color-1);
}
._staff_list_block .__information p.--ja {
  font-size: 1.2857142857rem;
  color: var(--key-color-1);
}
._staff_list_block .__information > div {
  border-top: 1px solid #efefef;
  padding-top: 0.8571428571rem;
  margin-top: 0.8571428571rem;
  display: flex;
  gap: 1.7857142857rem;
}

._staff_mv {
  position: relative;
}
._staff_mv .__bg {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__bg {
    height: 100%;
  }
}
._staff_mv .__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
._staff_mv .__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
}
._staff_mv .__conents {
  width: var(--base-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  position: relative;
  z-index: 1;
  padding-top: 12.8571428571rem;
  gap: 6.0714285714rem;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents {
    padding-top: 5.7142857143rem;
    grid-template-columns: 1fr;
    gap: 1.7857142857rem;
    padding-bottom: 4.6428571429rem;
  }
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__image {
    order: 1;
  }
}
._staff_mv .__conents .__image figure {
  width: 100%;
  height: 46.4285714286rem;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__image figure {
    height: 30rem;
  }
}
._staff_mv .__conents .__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy {
    order: 2;
  }
}
._staff_mv .__conents .__catchcopy .__headline h1 {
  font-size: 2.2857142857rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy .__headline h1 {
    font-size: 1.5714285714rem;
  }
}
._staff_mv .__conents .__catchcopy .__name {
  display: flex;
  gap: 1.2857142857rem;
  align-items: center;
  margin-top: 3.9285714286rem;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy .__name {
    margin-top: 1.7857142857rem;
    padding-top: 1.7857142857rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
._staff_mv .__conents .__catchcopy .__name p {
  font-size: 1.2857142857rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy .__name p {
    font-size: 1.0714285714rem;
  }
}
._staff_mv .__conents .__catchcopy .__name p.--en {
  font-weight: 300;
  font-size: 2.7142857143rem;
  color: var(--key-color-2);
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy .__name p.--en {
    font-size: 2rem;
  }
}
._staff_mv .__conents .__catchcopy .__data {
  display: flex;
  gap: 1.2857142857rem;
  align-items: center;
  margin-top: 0.5714285714rem;
}
._staff_mv .__conents .__catchcopy .__data p {
  font-size: 1.2857142857rem;
  color: #fff;
}
._staff_mv .__conents .__catchcopy .__intro {
  padding: 3.9285714286rem;
  margin-top: 3.9285714286rem;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy .__intro {
    margin-top: 1.7857142857rem;
    padding: 2rem;
  }
}
._staff_mv .__conents .__catchcopy .__intro p {
  font-size: 1.2857142857rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  ._staff_mv .__conents .__catchcopy .__intro p {
    font-size: 1.0714285714rem;
  }
}

._staff_interview {
  width: var(--base-width);
  margin: 6.0714285714rem auto 0;
}
._staff_interview h2 {
  background: var(--pale-color-1);
  padding: 1.2857142857rem;
  font-size: 1.7857142857rem;
}
._staff_interview h3 {
  font-size: 1.2857142857rem;
  border-left: 2px solid var(--key-color-1);
  padding: 0.5714285714rem 0 0.5714285714rem 0.8571428571rem;
}
._staff_interview p {
  margin-top: 3.9285714286rem;
  font-size: 1.1428571429rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  ._staff_interview p {
    margin-top: 2.5rem;
    font-size: 1.0714285714rem;
  }
}
._staff_interview .__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9285714286rem;
  margin-top: 3.9285714286rem;
}
@media screen and (max-width: 767px) {
  ._staff_interview .__block {
    grid-template-columns: 1fr;
  }
}

._recruitment {
  width: var(--base-width);
  margin: 0 auto;
  padding: 2.5rem 0;
  max-width: 1000px;
}
._recruitment h2 {
  font-size: 2rem;
  margin-top: 3.9285714286rem;
  font-weight: 900;
  color: var(--key-color-1);
  padding-bottom: 0.3rem;
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--key-color-1);
}
._recruitment .__block {
  margin-top: 3.9285714286rem;
}
._recruitment .__block h3 {
  font-size: 1.4285714286rem;
  letter-spacing: 0.1em;
  font-weight: 900;
}
._recruitment .__block dl {
  background: var(--pale-color-1);
  padding: 3.9285714286rem;
  margin-top: 0.7142857143rem;
}
@media screen and (min-width: 766px) {
  ._recruitment .__block dl {
    display: grid;
    grid-template-columns: 1fr 8fr;
  }
}
@media screen and (max-width: 767px) {
  ._recruitment .__block dl {
    padding: 2rem;
  }
}
._recruitment .__block dl dt, ._recruitment .__block dl dd {
  border-bottom: 1px solid #ccc;
  font-size: 1.0714285714rem;
  padding: 1.2857142857rem 0;
}
._recruitment .__block dl dt {
  font-weight: 700;
}
@media screen and (min-width: 766px) {
  ._recruitment .__block dl dt {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  ._recruitment .__block dl dt {
    padding-bottom: 0;
    border-bottom: none;
    color: var(--key-color-1);
  }
}
@media screen and (max-width: 767px) {
  ._recruitment .__block dl dd {
    padding-top: 0.7142857143rem;
  }
}
._recruitment ._entry_button {
  margin: 3rem 0 6rem;
  text-align: center;
}
._recruitment ._entry_button a {
  display: inline-block;
  align-items: center;
  padding: 1.5rem 3rem;
  color: #fff;
  background: var(--key-color-1);
  text-decoration: none;
  font-size: 1.4285714286rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  border-radius: 100px;
  line-height: 1;
}
._recruitment ._entry_button a:hover {
  opacity: 0.8;
}

._info {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 766px) {
  ._info {
    transform: translateY(-50%);
    margin-bottom: -3.5rem;
  }
}
._info ._info_wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 1.7857142857rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ._info ._info_wrap {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin: 2rem auto;
    padding: 2rem;
    position: relative;
  }
}
._info .__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  ._info .__head {
    position: absolute;
    top: -1rem;
    left: 0;
  }
}
._info .__head p {
  display: none;
  position: absolute;
  color: #444;
  font-family: var(--font-en);
  top: 0;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  ._info .__head p {
    gap: 0.8571428571rem;
    display: flex;
  }
}
._info .__head h2 {
  font-size: 1.1428571429rem;
  line-height: 1.2;
  position: relative;
  height: 100%;
  padding: 3.2142857143rem;
  color: var(--key-color-1);
  background: var(--pale-color-2);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  ._info .__head h2 {
    padding: 0.8em 1em;
    line-height: 1em;
    background: var(--key-color-1);
    color: #FFF;
  }
}
._info .__lists > div {
  margin-bottom: 0.5rem;
}
._info .__lists > div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  ._info .__lists > div:first-child a {
    border-top: none;
  }
}
._info a {
  text-decoration: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
._info a:hover p {
  color: var(--key-color-1);
}
@media screen and (max-width: 767px) {
  ._info a {
    border-top: 1px solid #ccc;
    padding-top: 1.2857142857rem;
    gap: 0.8571428571rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
._info a > div {
  display: flex;
  gap: 1.2857142857rem;
  align-items: center;
}
._info a p.--cate {
  line-height: 1;
  color: #FFF;
  background: var(--key-color-1);
  border-radius: 5rem;
  font-size: 0.9285714286rem;
  padding: 0.2857142857rem 0.8571428571rem;
}
._info a p.--date {
  font-size: 1.1428571429rem;
  color: #444;
}
._info a p.--title {
  font-weight: bold;
  font-size: 1.1428571429rem;
  line-height: 1.4em;
}

._form_title_sampe {
  margin-top: 5rem;
  text-align: center;
}
._form_title_sampe p {
  font-weight: bold;
  font-size: 2rem;
}

._form {
  width: var(--base-width);
  margin: 3.9285714286rem auto 5rem;
}
._form .__block {
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
  border-bottom: 1px solid #efefef;
  padding: 1.5714285714rem 0;
}
@media screen and (max-width: 767px) {
  ._form .__block {
    grid-template-columns: 1fr;
  }
}
._form .__block .__head {
  display: flex;
  align-items: center;
}
._form .__block .__head p {
  font-size: 1.0714285714rem;
  font-weight: bold;
}
._form .__block .__head p.--hissu:before {
  font-size: 0.8571428571rem;
  content: "必須";
  background: var(--key-color-2);
  color: #fff;
  padding: 0.2142857143rem 0.8571428571rem;
  margin-right: 0.5714285714rem;
}
@media screen and (max-width: 767px) {
  ._form .__block .__co {
    margin-top: 0.5714285714rem;
  }
}
._form .__block .__co.--old {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 0.8571428571rem;
}
@media screen and (max-width: 767px) {
  ._form .__block .__co.--old {
    grid-template-columns: 1fr 1fr;
  }
}
._form .__block .__co p {
  margin-top: 1.2857142857rem;
}
._form .__sendbutton {
  width: 50%;
  margin: 0 auto;
  margin-top: 3.9285714286rem;
}
@media screen and (max-width: 767px) {
  ._form .__sendbutton {
    width: 90%;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea {
  width: 100%;
  font-size: 1.2rem;
  padding: 18px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f5f5f5;
}
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;
}

input[type=radio] {
  display: none;
}

textarea {
  height: 10rem;
}

input[type=button],
input[type=submit] {
  font-size: 1.2857142857rem;
  background: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: var(--key-color-1);
  width: 100%;
  border: none;
  height: 5.7142857143rem;
  border-radius: 10px;
}

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;
  box-sizing: content-box;
  font-size: 1.2rem;
}

._form-radio {
  display: flex;
}
@media screen and (max-width: 767px) {
  ._form-radio {
    flex-direction: column;
  }
}
._form-radio label {
  padding: 0.8571428571rem;
  padding-left: 2.5rem;
  display: flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1rem;
}
._form-radio label span {
  display: block;
  padding: 0;
  letter-spacing: 1px;
  white-space: nowrap;
}
._form-radio label span i {
  font-size: 0.9rem;
}
._form-radio label span:before, ._form-radio label span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
}
._form-radio label span:before {
  width: 1.5714285714rem;
  height: 1.5714285714rem;
  top: 0;
  left: 0;
  background: #efefef;
  transform: translateY(0.8571428571rem);
}
._form-radio label span:after {
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background: var(--color-black);
  top: 0.3571428571rem;
  left: 0.3571428571rem;
  transform: scale(0) translateY(0.8571428571rem);
  transform-origin: 50%;
}
._form-radio input[type=radio]:checked + span:after {
  transform: scale(1) translateY(0.8571428571rem);
}
._form-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1.2857142857rem;
}
._form-checkbox.--center {
  justify-content: center;
}
._form-checkbox.--center label {
  width: auto;
}
._form-checkbox input[type=checkbox] {
  display: none;
}
._form-checkbox label {
  width: 100%;
  padding-left: 2.1428571429rem;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  ._form-checkbox label {
    padding-left: 8vw;
  }
}
._form-checkbox label:after {
  content: "";
  position: absolute;
  width: 1.7857142857rem;
  height: 1.7857142857rem;
  top: 0.8vw;
  left: 0.8vw;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  ._form-checkbox label:after {
    top: 3.2vw;
  }
}
._form-checkbox label span {
  display: flex;
  align-items: center;
  padding: 10px;
}
._form-checkbox label span:before, ._form-checkbox label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  transition: 0.1s;
  background: var(--key-color-1);
}
._form-checkbox label span:before {
  width: 0.2857142857rem;
  height: 0.7142857143rem;
  top: 1.5714285714rem;
  left: 1.6428571429rem;
  transform: rotate(-30deg) scaleX(0);
  transform-origin: 0 100%;
}
@media screen and (max-width: 767px) {
  ._form-checkbox label span:before {
    width: 0.2857142857rem;
    height: 0.8571428571rem;
    top: 1.5714285714rem;
    left: 1rem;
  }
}
._form-checkbox label span:after {
  width: 0.2857142857rem;
  height: 1.4285714286rem;
  top: 0.9285714286rem;
  left: 1.4285714286rem;
  transform: rotate(35deg) scaleX(0);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 767px) {
  ._form-checkbox label span:after {
    width: 0.2857142857rem;
    height: 1.4285714286rem;
    top: 1rem;
    left: 0.7142857143rem;
  }
}
._form-checkbox input[type=checkbox]:checked + span:before {
  transform: rotate(-45deg) scaleX(1);
}
._form-checkbox input[type=checkbox]:checked + span:after {
  transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  background-image: url("../images/common/allow_t2_black_r.svg");
  background-position: 95% 50%;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
._form-select > select {
  width: 100%;
  padding: 1.5rem 1.5rem;
}

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

._checkbox_type1 {
  display: flex;
  flex-wrap: wrap;
}
._checkbox_type1 input[type=radio],
._checkbox_type1 input[type=checkbox] {
  display: none;
}
._checkbox_type1 label {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
._checkbox_type1 label span {
  box-shadow: 0 0 8px rgba(9, 71, 71, 0.1);
  font-size: 1rem;
  font-size: 1.1rem;
  padding: 1rem 1rem;
  border-radius: 3px;
  border: 2px solid #fff;
  background: #fff;
  display: inline-block;
  letter-spacing: 3px;
  color: #555;
  position: relative;
}
._checkbox_type1 label span:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/ico_check_01.svg");
  background-size: cover;
  opacity: 0;
}
._checkbox_type1 label input[type=radio]:checked + span,
._checkbox_type1 label input[type=checkbox]:checked + span {
  border: 2px solid #333;
}
._checkbox_type1 label input[type=radio]:checked + span:before,
._checkbox_type1 label input[type=checkbox]:checked + span:before {
  opacity: 1;
}

._form_privacy {
  margin-top: 3rem;
  padding: 3rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  ._form_privacy {
    padding: 1rem;
  }
}
._form_privacy p {
  font-weight: 300;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.wpcf7-list-item {
  margin: 0 !important;
}

._slider {
  width: 100%;
  margin: 0 auto;
}
._slider ._cm_image figure img {
  width: 100%;
  height: 21.4285714286rem;
  object-fit: cover;
}

._message ._message_wrap {
  display: grid;
  grid-template-columns: 5fr 5fr;
}
@media screen and (max-width: 767px) {
  ._message ._message_wrap {
    grid-template-columns: 1fr;
  }
}
._message .__image {
  order: 2;
}
@media screen and (max-width: 767px) {
  ._message .__image {
    order: 1;
  }
}
._message .__image img {
  width: 100%;
  height: auto;
}
._message .__contents {
  order: 1;
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  ._message .__contents {
    order: 2;
  }
}
._message .__contents p.--name {
  margin-top: 3.2142857143rem;
  text-align: right;
}
._message .__contents p.--name img {
  width: auto;
  height: 5.7142857143rem;
}

._philosophy figure {
  text-align: center;
  margin-top: 3.9285714286rem;
}
._philosophy figure img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  ._philosophy figure img {
    width: 90%;
  }
}

/*._contact{

	@include mq-sp {
		margin-top: rr(75);
	}
	._contact_wrap{
		position: relative;
		width: var(--base-width);
		margin: 0 auto;
		background: var(--pale-color-1);
		padding-bottom: rr(65);
		&:before,
		&:after{
			content: "";
			position: absolute;
			width: 42%;
			height: 1px;
			background: var(--key-color-1);
			top:0;

			@include mq-sp {
				width: 30%;
			}

		}
		&:before{
			left: 0;
		}
		&:after{
			right: 0;
		}
	}
	.__headline{
		position: relative;
		h2{
			text-align: center;
			font-size: rr(48);
			font-weight: 300;
			padding-top: rr(45);
			letter-spacing: 3px;

			@include mq-sp {
				font-size: rr(28);
			}
		}
		p{
			&.--intro{
				text-align: center;
				font-size: rr(16);
			}
			&.--en{
				position: absolute;
				top:0;
				left: 0;
				width: 100%;
				text-align: center;
				transform: translateY(-50%);

				span{
					color: var(--key-color-1);
					font-size:rr(38);
					font-family: var(--font-en);
				}

			}
		}
	}

	.__contents{
		width: 70%;
		margin: rr(55) auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr;

		@include mq-sp {
			gap:rr(25);
			grid-template-columns: 1fr;
		}
	}

	.__contact{
		a{
			background: var(--key-color-1);
			color: #fff;
			display: flex;
			justify-content: center;
			text-decoration: none;
			align-items: center;
			font-size: rr(28);
			line-height: 1;
			border-radius: 100px;
			padding: rr(18) 0;


			@include mq-sp {
				padding: rr(8) 0;
				font-size: rr(18);
			}
			svg{
				width: rr(50);
				height: auto;

				@include mq-sp {
					font-size: rr(24);
				}
				path{
					fill:#fff;
				}
			}
		}
	}
	.__phone{
		p{
			text-align: center;
			font-size: rr(15);
		}
		a{
			text-decoration: none;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 1;
			span{
				font-family: var(--font-en);
				font-size: rr(48);
				font-weight: 700;

				@include mq-sp {
					font-size: rr(38);
				}
			}
			i{
				svg{
					width: rr(50);
					height: auto;

					@include mq-sp {
						width: rr(30);
					}
				}
			}
		}
	}
}*/
._contact > div {
  background: url(https://dev.produce-pro.com/admin/wp-content/uploads/2025/05/contact_bg.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 0 !important;
}
@media screen and (max-width: 767px) {
  ._contact > div {
    padding: 3rem !important;
  }
}
._contact .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 766px) {
  ._contact .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
._contact .inner .text_box ._en {
  font-size: 1.7857142857rem;
  color: #FFF;
  font-weight: 900;
  margin-bottom: 0.7142857143rem;
}
._contact .inner .text_box ._copy {
  font-size: 3.5714285714rem;
  color: #FFF;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.4285714286rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  ._contact .inner .text_box ._copy {
    font-size: 2.8571428571rem;
  }
}
._contact .inner .text_box ._read {
  font-size: 1.1428571429rem;
  color: #FFF;
  font-weight: 500;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  ._contact .inner .btn_box {
    margin-top: 2rem;
  }
}
._contact .inner .btn_box p {
  line-height: 0;
}
._contact .inner .btn_box p a {
  display: block;
  position: relative;
}
._contact .inner .btn_box p a::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  margin-top: -1px;
  transition: right 0.3s;
}
._contact .inner .btn_box p a:hover {
  border-radius: 6rem;
}
._contact .inner .btn_box p a:hover::after {
  right: -2rem;
}
._contact .inner .btn_box p:last-child {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  ._contact .inner .btn_box p:last-child {
    margin-top: 1rem;
  }
}

._info_thum ._info_thum_wrap {
  width: 85%;
  margin: 0 auto;
  max-width: 1100px;
}
._info_thum.--pickup ._info_thum_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.0714285714rem;
}
@media screen and (max-width: 767px) {
  ._info_thum.--pickup ._info_thum_wrap {
    gap: 3.2142857143rem;
    grid-template-columns: 1fr;
  }
}
._info_thum.--pickupnone .__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  ._info_thum.--pickupnone .__lists {
    grid-template-columns: 1fr;
  }
}
._info_thum a {
  text-decoration: none;
}
._info_thum .__pickup_block {
  position: relative;
}
._info_thum .__pickup_block p.--badge {
  width: 5.7142857143rem;
  height: 5.7142857143rem;
  background: var(--key-color-2);
  color: #fff;
  font-family: var(--font-en);
  border-radius: 100%;
  font-size: 1.0714285714rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
._info_thum .__pickup_block a .__image figure {
  width: 100%;
  height: 22.8571428571rem;
}
@media screen and (max-width: 767px) {
  ._info_thum .__pickup_block a .__image figure {
    height: 17.8571428571rem;
  }
}
._info_thum .__pickup_block a .__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  ._info_thum .__lists .__text {
    padding-top: 0;
  }
}
._info_thum .__lists a {
  display: grid;
  grid-template-columns: 3.5fr 6.5fr;
  gap: 2.1428571429rem;
  background: #FFF;
  padding: 1.5rem;
}
._info_thum .__lists a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  ._info_thum .__lists a {
    gap: 1.5714285714rem;
  }
}
._info_thum .__lists a .__image figure {
  width: 100%;
  height: 8.5714285714rem;
}
@media screen and (max-width: 767px) {
  ._info_thum .__lists a .__image figure {
    height: 5.7142857143rem;
  }
}
._info_thum .__lists a .__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._info_thum .__text {
  padding-top: 0.8571428571rem;
}
._info_thum .__text > div {
  display: flex;
  justify-content: space-between;
}
._info_thum .__text ul {
  display: flex;
  gap: 0.4285714286rem;
}
._info_thum .__text ul li {
  color: #FFF;
  font-weight: bold;
  background: var(--key-color-1);
  border-radius: 4rem;
  line-height: 1;
  padding: 0.4285714286rem 0.7142857143rem;
  font-size: 0.8571428571rem;
}
._info_thum .__text p.--title {
  font-size: 1.1428571429rem;
  margin-top: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.4;
}
._info_thum .__text p.--date {
  margin-top: 8px;
  color: #666;
}

._point_t2 .__headline ._cm_headline_tagonly .--jp {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 1.2857142857rem;
  line-height: 1;
  transform: translateY(-50%);
  color: var(--key-color-1);
}
._point_t2 .__headline ._cm_headline_tagonly .--jp span {
  background: #fff;
  padding: 0.3571428571rem 2rem;
  position: relative;
}
._point_t2 .__headline ._cm_headline_tagonly .--jp span:before, ._point_t2 .__headline ._cm_headline_tagonly .--jp span:after {
  content: "";
  width: 1px;
  height: 110%;
  background: var(--key-color-1);
  position: absolute;
  top: 50%;
}
._point_t2 .__headline ._cm_headline_tagonly .--jp span:before {
  left: -0.2857142857rem;
  transform: translateY(-50%) rotate(-10deg);
}
._point_t2 .__headline ._cm_headline_tagonly .--jp span:after {
  right: -0.2857142857rem;
  transform: translateY(-50%) rotate(10deg);
}
._point_t2 .__contents_list {
  width: var(--base-width);
  margin: 0 auto;
  background: var(--pale-color-1);
  padding: 4.6428571429rem;
  border: 1px solid var(--key-color-1);
  display: grid;
  gap: 3.9285714286rem;
}
@media screen and (max-width: 767px) {
  ._point_t2 .__contents_list {
    padding: 2.5rem;
  }
}
._point_t2 .__contents_list.--column-1 {
  grid-template-columns: 1fr;
}
._point_t2 .__contents_list.--column-1 .__block {
  gap: 3.9285714286rem;
  display: grid;
  grid-template-columns: 3fr 7fr;
}
@media screen and (max-width: 767px) {
  ._point_t2 .__contents_list.--column-1 .__block {
    grid-template-columns: 1fr 1fr;
    gap: 1.7857142857rem;
  }
}
._point_t2 .__contents_list.--column-1 .__text .--jp {
  font-size: 1.2857142857rem;
  margin-top: 1.7857142857rem;
}
@media screen and (max-width: 767px) {
  ._point_t2 .__contents_list.--column-1 .__text .--jp {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 766px) {
  ._point_t2 .__contents_list.--column-2 {
    grid-template-columns: 1fr 1fr;
  }
  ._point_t2 .__contents_list.--column-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
._point_t2 .__text .--jp {
  font-size: 1.2857142857rem;
  margin-top: 1.7857142857rem;
}
._point_t2 .__text ._cm_text {
  margin-top: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  ._point_t2 .__text ._cm_text {
    margin-top: 0.8571428571rem;
  }
}
._point_t2 .__image figure {
  width: 100%;
}
._point_t2 .__image figure img {
  width: 100%;
  height: auto;
}

._mv {
  width: 94%;
  margin: 5.5rem 3% 0;
  border-radius: 6px;
  overflow: hidden;
}
._mv.--type1 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  ._mv.--type1 {
    padding-bottom: 3.5714285714rem;
  }
}
._mv.--type1 figure {
  padding: 6.4285714286rem 0 0 10%;
}
@media screen and (max-width: 767px) {
  ._mv.--type1 figure {
    padding: 5rem 0 0 10%;
  }
}
._mv.--type1 figure img {
  width: 100%;
  border-radius: 5.7142857143rem 0 0 5.7142857143rem;
}
._mv.--type1 .__wrap {
  width: 40%;
  margin: 0 auto;
  padding-top: 3.9285714286rem;
  position: absolute;
  z-index: 1;
  top: 10.7142857143rem;
  left: 2.8571428571rem;
}
@media screen and (max-width: 767px) {
  ._mv.--type1 .__wrap {
    width: 80%;
    top: 20%;
    right: auto;
    left: 0.7142857143rem;
  }
}
._mv.--type1 h1,
._mv.--type1 h2,
._mv.--type1 p {
  box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
}
._mv.--type1 ._cm_headline_mv .--jp {
  font-size: 4.8571428571rem;
  font-weight: 700;
  padding-left: 5.7142857143rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  ._mv.--type1 ._cm_headline_mv .--jp {
    padding-left: 2.1428571429rem;
    font-size: 2.2857142857rem;
  }
}
._mv.--type1 ._cm_headline_mv .--en {
  font-size: 2rem;
  letter-spacing: 2px;
  color: var(--key-color-1);
  font-family: var(--font-en);
  transform: translateY(-120%) rotate(-15deg);
}
@media screen and (max-width: 767px) {
  ._mv.--type1 ._cm_headline_mv .--en {
    font-size: 1.2857142857rem;
  }
}
._mv.--type1 ._cm_text p {
  font-size: 1.0714285714rem;
  color: #fff;
}
._mv.--type2 {
  margin: 5.5rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ._mv.--type2 {
    padding-top: 5.7142857143rem;
  }
}
@media screen and (min-width: 766px) {
  ._mv.--type2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
._mv.--type2 figure {
  width: 100%;
  height: 28.5714285714rem;
}
._mv.--type2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  ._mv.--type2 figure {
    height: 10.7142857143rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 766px) {
  ._mv.--type2 ._cm_image {
    width: 50%;
  }
}
._mv.--type2 .__wrap {
  margin: 0 auto;
  z-index: 1;
  top: 1.4285714286rem;
  left: 5.7142857143rem;
  text-align: center;
}
@media screen and (min-width: 766px) {
  ._mv.--type2 .__wrap {
    width: 50%;
    max-width: 550px;
    text-align: left;
    margin-left: auto;
    height: 100%;
    display: flex;
    padding-left: 3.5714285714rem;
  }
}
@media screen and (max-width: 767px) {
  ._mv.--type2 .__wrap {
    padding: 0 3rem 2rem;
    left: 0rem;
    top: 50%;
    text-align: left;
  }
}
._mv.--type2 h1,
._mv.--type2 h2,
._mv.--type2 p {
  box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  ._mv.--type2 ._cm_headline_mv {
    margin: 0;
  }
}
._mv.--type2 ._cm_headline_mv .--jp {
  color: var(--text-color);
  font-size: 1.4285714286rem;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  padding-bottom: 7.1428571429rem;
  position: relative;
}
._mv.--type2 ._cm_headline_mv .--jp:after {
  content: "";
  width: 1px;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0.7142857143rem;
  background: var(--key-color-1);
}
@media screen and (max-width: 767px) {
  ._mv.--type2 ._cm_headline_mv .--jp:after {
    height: 3.5714285714rem;
  }
}
@media screen and (max-width: 767px) {
  ._mv.--type2 ._cm_headline_mv .--jp {
    font-size: 1.2857142857rem;
    padding-bottom: 5rem;
  }
}
._mv.--type2 ._cm_headline_mv .--en {
  font-size: 5.7142857143rem;
  color: var(--key-color-1);
  font-family: var(--font-en);
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 1.1428571429rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  ._mv.--type2 ._cm_headline_mv .--en {
    font-size: 4.2857142857rem;
  }
}
._mv.--type2 ._cm_text p {
  font-size: 1.0714285714rem;
  color: #fff;
}
._mv.--type-slider {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
._mv.--type-slider .--mv-slider .swiper-slide figure {
  width: 100%;
  height: 100%;
}
._mv.--type-slider .--mv-slider .swiper-slide figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
._mv.--type-slider .swiper-slide-active .swiper-img,
._mv.--type-slider .swiper-slide-duplicate-active .swiper-img,
._mv.--type-slider .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
._mv.--type-slider .__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
._mv.--type-slider .__wrap .--pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
._mv.--type-slider .__wrap .--pos-left-top {
  position: absolute;
  top: 9rem;
  left: 6rem;
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider .__wrap .--pos-left-top {
    top: 6rem;
    left: 2rem;
  }
}
._mv.--type-slider .__wrap .--pos-right-top {
  position: absolute;
  top: 9rem;
  right: 6rem;
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider .__wrap .--pos-right-top {
    top: 6rem;
    right: 2rem;
  }
}
._mv.--type-slider .__wrap .--pos-left-bottom {
  position: absolute;
  bottom: 9rem;
  left: 6rem;
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider .__wrap .--pos-left-bottom {
    bottom: 2rem;
    left: 2rem;
  }
}
._mv.--type-slider .__wrap .--pos-right-bottom {
  position: absolute;
  bottom: 9rem;
  right: 6rem;
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider .__wrap .--pos-right-bottom {
    bottom: 2rem;
    right: 2rem;
  }
}
._mv.--type-slider .__wrap .--center {
  text-align: center;
}
._mv.--type-slider .__wrap .--right {
  text-align: right;
}
._mv.--type-slider h1,
._mv.--type-slider h2,
._mv.--type-slider p {
  box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
}
._mv.--type-slider ._cm_headline_mv .--jp span {
  background: #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 0.4rem;
  color: var(--text-color);
  letter-spacing: 0.1em;
  font-size: 2.8571428571rem;
  line-height: 1.8;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider ._cm_headline_mv .--jp span {
    font-size: 1.9285714286rem;
  }
}
._mv.--type-slider ._cm_headline_mv .--en {
  margin-bottom: 1rem;
}
._mv.--type-slider ._cm_headline_mv .--en span {
  background: #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 3px 0.4em;
  color: var(--text-color);
  letter-spacing: 0.1em;
  font-size: 1.3571428571rem;
  font-family: var(--font-en);
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider ._cm_headline_mv .--en span {
    font-size: 0.8571428571rem;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  ._mv.--type-slider ._cm_headline_mv figure {
    width: 75%;
  }
  ._mv.--type-slider ._cm_headline_mv figure img {
    width: 100%;
    height: auto;
  }
}
._mv.--type-slider ._cm_text p {
  font-size: 1.0714285714rem;
  color: #fff;
}
._mv.--type-movie .__movie {
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
._mv.--type-movie .__movie video {
  top: 100px;
  left: 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  min-height: 100%;
}
._mv.--type-movie .__wrap {
  width: 30%;
  margin: 0 auto;
  padding-top: 3.9285714286rem;
  position: absolute;
  z-index: 1;
  top: 8.5714285714rem;
  left: 5.7142857143rem;
}
._mv.--type-movie h1,
._mv.--type-movie h2,
._mv.--type-movie p {
  box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
}
._mv.--type-movie ._cm_headline .--jp {
  color: #fff;
  font-size: 2rem;
}
._mv.--type-movie ._cm_headline .--en {
  font-size: 1.3571428571rem;
  color: var(--key-color-1);
  font-family: var(--font-en);
}
._mv.--type-movie ._cm_text p {
  font-size: 1.0714285714rem;
  color: #fff;
}
._mv .__frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
._mv .__frame img {
  width: 100%;
  height: 100%;
}

._info_content_wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 7.5fr 2.5fr;
  padding-bottom: 6.0714285714rem;
}
@media screen and (max-width: 767px) {
  ._info_content_wrap {
    grid-template-columns: 1fr;
  }
}

._info_lists {
  padding: 6.0714285714rem 15% 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9285714286rem;
}
@media screen and (max-width: 767px) {
  ._info_lists {
    padding: 6.0714285714rem 10% 6.0714285714rem;
    gap: 1.7857142857rem;
  }
}
._info_lists .__block {
  margin-top: 2.5rem;
}
._info_lists .__block a {
  text-decoration: none;
}
._info_lists .__block h2 {
  margin-top: 0.5714285714rem;
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  ._info_lists .__block h2 {
    font-size: 1rem;
  }
}
._info_lists .__block p.--date {
  text-align: right;
}
._info_lists .__block p.--date span {
  font-weight: bold;
  color: #ccc;
}
._info_lists .__block ul {
  margin-top: 2.5rem;
}
._info_lists .__block ul li {
  line-height: 1;
  padding: 0.2857142857rem;
  border: 1px solid var(--key-color-1);
  display: inline-block;
  color: var(--key-color-1);
}
._info_lists .__block figure {
  width: 100%;
  height: 16.4285714286rem;
}
._info_lists .__block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._info_side {
  background: var(--pale-color-1);
  padding: 6.0714285714rem 0 0 10%;
}
@media screen and (max-width: 767px) {
  ._info_side {
    padding: 2.5rem;
  }
}
._info_side h2 {
  font-size: 1.2857142857rem;
  color: var(--key-color-1);
}

._article_cate ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8571428571rem;
  margin-top: 1.2857142857rem;
}
._article_cate ul li a {
  text-decoration: none;
  line-height: 1;
  padding: 0.5714285714rem 1.7857142857rem;
  display: block;
  border: 1px solid var(--key-color-1);
  border-radius: 100px;
}
._article_cate ul li a span {
  text-decoration: none;
}

._article_archive {
  margin-top: 3.2142857143rem;
}
._article_archive .__select {
  margin-top: 1.7857142857rem;
  border: 1px solid #ccc;
  width: 80%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  ._article_archive .__select {
    margin-top: 1.0714285714rem;
  }
}
._article_archive .__select select {
  width: 80%;
  padding: 1.2857142857rem;
}

._info_single_title {
  width: var(--base-width);
  margin: 0 auto;
}

._info_pagenation {
  width: 50%;
  margin: 0 auto;
}
._info_pagenation .__pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2857142857rem;
}
._info_pagenation .__pagenation .__num {
  display: flex;
  gap: 1.2857142857rem;
}
._info_pagenation .__pagenation .__num a {
  width: 3.9285714286rem;
  height: 3.9285714286rem;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 1.1428571429rem;
  text-decoration: none;
  border: 1px solid var(--key-color-1);
  color: var(--key-color-1);
}
._info_pagenation .__pagenation .__num a.--current {
  background: var(--key-color-1);
  color: #fff;
}
._info_pagenation .__pagenation .__num a:hover {
  background: var(--key-color-1);
  color: #fff;
}
._info_pagenation .__pagenation .--prev a,
._info_pagenation .__pagenation .--prev span,
._info_pagenation .__pagenation .--next a,
._info_pagenation .__pagenation .--next span {
  border: 1px solid var(--key-color-1);
  list-style: 1;
  color: var(--key-color-1);
  padding: 0.2857142857rem 1.2857142857rem;
  border-radius: 100px;
}
._info_pagenation .__pagenation .--prev span,
._info_pagenation .__pagenation .--next span {
  color: #ccc;
  border: 1px solid #ccc;
}

._info_single_wrap {
  width: 85%;
  max-width: 850px;
  margin: 5.7142857143rem auto 0;
  padding-bottom: 5.7142857143rem;
}

._info_mainimage figure img {
  width: 100%;
}

._info_contents p {
  margin-top: 2.5rem;
}

._info_prevnext {
  background: var(--pale-color-1);
  padding: 6.0714285714rem 0;
}
@media screen and (max-width: 767px) {
  ._info_prevnext {
    padding: 3rem 0;
  }
}
._info_prevnext .__wrap {
  width: 90%;
  max-width: 850px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 3.9285714286rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ._info_prevnext .__wrap {
    gap: 1.7857142857rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
._info_prevnext .__index {
  text-align: center;
}
._info_prevnext .__index a {
  line-height: 1;
  border: 1px solid var(--key-color-1);
  display: block;
  border-radius: 100px;
  padding: 1.0714285714rem 0;
  color: var(--key-color-1);
  background: #fff;
}
._info_prevnext .__prev a,
._info_prevnext .__next a {
  text-decoration: none;
}
._info_prevnext .__prev p.--head,
._info_prevnext .__next p.--head {
  color: var(--key-color-1);
}
._info_prevnext .__prev a {
  text-align: right;
}

._mv_info_single {
  background: var(--pale-color-1);
}
._mv_info_single .__wrap {
  width: var(--base-width);
  margin: 0 auto;
  padding: 6.0714285714rem 0;
}
@media screen and (max-width: 767px) {
  ._mv_info_single .__wrap {
    padding: 3.2142857143rem 0;
  }
}
._mv_info_single h1 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ._mv_info_single h1 {
    font-size: 1.5714285714rem;
  }
}
._mv_info_single .__information {
  display: flex;
  gap: 1.2857142857rem;
}
._mv_info_single .__information ul.--cate li {
  border: 1px solid var(--key-color-1);
  color: var(--key-color-1);
  padding: 0.5714285714rem 1.2857142857rem;
  line-height: 1;
  font-size: 0.9285714286rem;
}
._mv_info_single .__information p.--date {
  font-size: 1.1428571429rem;
}

._co_floatbnr {
  width: 30%;
  position: fixed;
  bottom: 1.7857142857rem;
  right: 1.7857142857rem;
  z-index: 2;
  transition: 0.5s;
  transform: translateX(500px);
}
@media screen and (max-width: 767px) {
  ._co_floatbnr {
    width: 80%;
  }
}
._co_floatbnr.--action {
  transform: translateX(0);
}
._co_floatbnr .__close {
  position: absolute;
  height: 2.8571428571rem;
  width: 2.8571428571rem;
  top: 0;
  right: 0;
  background: var(--key-color-1);
  border-radius: 100%;
  transform: translate(30%, -30%);
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  ._co_floatbnr .__close {
    height: 2.5rem;
    width: 2.5rem;
  }
}
._co_floatbnr .__close:before, ._co_floatbnr .__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 2px;
  background: #fff;
  height: 60%;
}
._co_floatbnr .__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
._co_floatbnr .__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
._co_floatbnr a {
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: center;
  gap: 1.2857142857rem;
  padding: 1.7857142857rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ._co_floatbnr a {
    padding: 1.2857142857rem;
  }
}
._co_floatbnr a .__image figure {
  width: 100%;
}
._co_floatbnr a .__image figure img {
  width: 100%;
  height: auto;
}
._co_floatbnr a .__text p {
  font-size: 1.2857142857rem;
  line-height: 1.6;
}/*# sourceMappingURL=style.min.css.map */