/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
vw
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #171717;
  background-color: #f8f8f8;
  font-size: 1.5rem;
  line-height: 2.25;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #171717;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  position: relative;
  overflow: clip;
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header_in {
  position: relative;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 16vw;
    padding: 0 4vw;
  }
}
.l-header_logo {
  width: 230px;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 29.6vw;
    left: 4vw;
  }
}
.l-header_logo img {
  vertical-align: middle;
}
.l-header_logo.is-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.l-header_logo.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.l-header_gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in, -webkit-backdrop-filter 0.4s ease-in;
  transition: opacity 0.2s ease-in, -webkit-backdrop-filter 0.4s ease-in;
  transition: opacity 0.2s ease-in, backdrop-filter 0.4s ease-in;
  transition: opacity 0.2s ease-in, backdrop-filter 0.4s ease-in, -webkit-backdrop-filter 0.4s ease-in;
}
@media screen and (max-width: 768px) {
  .l-header_gnav {
    display: block;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.l-header_gnav * {
  pointer-events: none;
}
.l-header_gnav.is-open {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 1;
  pointer-events: auto;
}
.l-header_gnav.is-open * {
  pointer-events: auto;
}
.l-header_gnav_img {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #a8a8a8;
  border-right: 1px solid rgba(168, 168, 168, 0.3);
}
@media screen and (max-width: 768px) {
  .l-header_gnav_img {
    display: none;
  }
}
.l-header_gnav_img ul {
  position: relative;
  height: 100vh;
  width: 100%;
}
.l-header_gnav_img ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 530px;
  width: 80%;
  aspect-ratio: 4/4;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  z-index: 0;
}
.l-header_gnav_img ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-animation: oval-anime 15s linear -4s infinite;
          animation: oval-anime 15s linear -4s infinite;
}
.l-header_gnav_img ul li.is-visible {
  opacity: 1;
  z-index: 1;
}
.l-header_gnav_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_nav {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 20px;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav {
    padding-top: 21.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.l-header_gnav_nav a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_nav a:hover {
    opacity: 0.2;
  }
}
.l-header_gnav_nav ul {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_nav ul {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ul {
    max-width: 80vw;
  }
}
.l-header_gnav_nav ._list1 > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li + li {
    margin-top: 2.6666666667vw;
  }
}
.l-header_gnav_nav ._list1 > li > a, .l-header_gnav_nav ._list1 > li > span {
  text-decoration: none;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li > a, .l-header_gnav_nav ._list1 > li > span {
    padding: 1.3333333333vw;
  }
}
.l-header_gnav_nav ._list1 > li > a > span, .l-header_gnav_nav ._list1 > li > span > span {
  display: block;
  line-height: 1;
}
.l-header_gnav_nav ._list1 > li > a ._txt1, .l-header_gnav_nav ._list1 > li > span ._txt1 {
  font-size: 2.8rem;
  font-size: 3.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li > a ._txt1, .l-header_gnav_nav ._list1 > li > span ._txt1 {
    font-size: 4.8vw;
  }
}
.l-header_gnav_nav ._list1 > li > a ._txt2, .l-header_gnav_nav ._list1 > li > span ._txt2 {
  margin-top: 8px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li > a ._txt2, .l-header_gnav_nav ._list1 > li > span ._txt2 {
    font-size: 2.4vw;
  }
}
.l-header_gnav_nav ._list1 > li ul {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li ul {
    margin-top: 4vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_nav ._list1 > li ul li + li {
    margin-top: 10px;
  }
}
.l-header_gnav_nav ._list1 > li ul li a {
  position: relative;
  display: block;
  font-size: 2.2rem;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li ul li a {
    font-size: 4vw;
    padding: 1.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.l-header_gnav_nav ._list1 > li ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list1 > li ul li a:before {
    width: 3.2vw;
    height: 1px;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_nav ._list2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list2 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_nav ._list2 li:nth-of-type(2) {
    margin-left: 20px;
  }
}
.l-header_gnav_nav ._list2 li a {
  text-decoration: none;
  font-size: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_nav ._list2 li a {
    font-size: 3.2vw;
  }
}
.l-header_btn {
  display: block;
  position: absolute;
  z-index: 100;
  right: 30px;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    right: 4vw;
  }
}
.l-header_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header_btn > div span {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 1px;
  background: #000;
  left: -13px;
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span {
    width: 6.9333333333vw;
    left: -3.4666666667vw;
  }
}
.l-header_btn > div span:nth-child(1) {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.l-header_btn > div span:nth-child(2) {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.l-header_btn.is-open div span:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.l-header_btn.is-open div span:nth-child(2) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-top: 0;
  }
}
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  padding: 0 20px;
  padding-top: min(100px, 5.2083333333%);
  padding-bottom: min(100px, 5.2083333333%);
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 9.3333333333vw 4vw;
  }
}
.l-sec_in {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}

/* -----------------------------------
footer
------------------------------------ */
@media screen and (min-width: 769px) {
  .l-footer {
    padding-top: 120px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../img/common/footer_bg.webp) no-repeat center bottom;
    background-size: 1920px auto;
  }
}
@media screen and (min-width: 1921px) {
  .l-footer {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    background: url(../img/common/footer_bg_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 9.3333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.l-footer_in {
  margin: 0 auto;
  max-width: 1366px;
}
.l-footer_bnr a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: block;
  padding: 50px;
  border: 12px solid #c5a05b;
  color: #c5a05b;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer_bnr a {
    padding: 6.9333333333vw;
    border: 0.8vw solid #c5a05b;
  }
}
.l-footer_bnr a ._txt1 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer_bnr a ._txt1 span._txt {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 5px solid #c5a05b;
}
@media screen and (max-width: 768px) {
  .l-footer_bnr a ._txt1 span._txt {
    font-size: 9.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #c5a05b;
  }
}
.l-footer_bnr a ._txt1 .c-icoArrow {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer_bnr a ._txt1 .c-icoArrow {
    margin-left: 2.6666666667vw;
  }
}
.l-footer_bnr a ._txt2 {
  display: block;
  margin-top: 30px;
  font-size: 3.7rem;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer_bnr a ._txt2 {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.l-footer_bnr a ._txt3 {
  margin-top: 40px;
  font-size: 2rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .l-footer_bnr a ._txt3 {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_bnr a:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
    background-color: #c5a05b;
    color: #fff;
  }
  .l-footer_bnr a:hover ._txt1 span._txt {
    color: #fff;
    border-bottom: 5px solid #fff;
  }
}
.l-footer_logo {
  margin-top: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer_logo {
    margin-top: 17.3333333333vw;
  }
}
.l-footer_logo ._txt1 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer_logo ._txt1 {
    font-size: 2.9333333333vw;
  }
}
.l-footer_logo ._img1 {
  margin: 45px auto 0;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .l-footer_logo ._img1 {
    margin-top: 9.3333333333vw;
    width: 62.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    margin-top: 18.6666666667vw;
    font-size: 4.5333333333vw;
    padding-left: 13.3333333333vw;
  }
}
.l-footer_nav a {
  text-decoration: none;
}
.l-footer_nav a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul {
    padding: 0 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-footer_nav > ul {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > dl {
    padding: 0 40px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-footer_nav > dl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > dl {
    margin: 2.6666666667vw 0;
  }
}
.l-footer_contact1 {
  margin-top: 65px;
  text-align: center;
}
.l-footer_contact1 a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer_contact1 {
    margin-top: 17.3333333333vw;
  }
}
.l-footer_contact1 span {
  display: block;
  font-size: 2.2rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer_contact1 span {
    font-size: 4.5333333333vw;
  }
}
.l-footer_contact2 {
  margin-top: 65px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer_contact2 {
    margin-top: 9.6vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_contact2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_contact2 ul li {
    margin: 0 20px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_contact2 ul li span {
    display: inline-block;
    display: block;
    text-align: center;
    line-height: 1.5;
  }
}
.l-footer_contact2 ul li a {
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
}
.l-footer ._copyright {
  margin-top: 90px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer ._copyright {
    margin-top: 24vw;
    font-size: 2.6666666667vw;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
c-titleStyle
------------------------------------ */
.c-titleStyle1 {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 {
    margin-bottom: 6.6666666667vw;
  }
}
.c-titleStyle1 > ._txt1 {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.125em;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  border-bottom: 5px solid #171717;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle1 > ._txt1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._txt1 {
    font-size: 8.5333333333vw;
    padding-bottom: 2.1333333333vw;
    border-bottom: 0.5333333333vw solid #171717;
  }
}
.c-titleStyle1 > ._txt2 {
  margin-top: 35px;
  display: block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle1 > ._txt2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._txt2 {
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
  }
}
.c-titleStyle1.-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-small > ._txt1 {
    font-size: 5.7rem;
    padding-bottom: 10px;
    border-bottom: 5px solid #171717;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle1.-small > ._txt1 {
    font-size: 4.56rem;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-small > ._txt2 {
    margin-top: 20px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle1.-small > ._txt2 {
    font-size: 1.84rem;
  }
}

.c-titleStyle2 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 {
    margin-bottom: 5.3333333333vw;
  }
}
.c-titleStyle2 > ._txt1 {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 9.2rem;
  line-height: 1;
  letter-spacing: 0.125em;
  letter-spacing: 0.06em;
  text-stroke: 1px #171717;
  -webkit-text-stroke: 1px #171717;
  color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle2 > ._txt1 {
    font-size: 7.36rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > ._txt1 {
    font-size: 6.9333333333vw;
  }
}
.c-titleStyle2 > ._txt2 {
  display: block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > ._txt2 {
    font-size: 2.9333333333vw;
  }
}
.c-titleStyle2.-row {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle2.-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2.-row {
    text-align: center;
  }
}
.c-titleStyle2.-row > ._txt1 {
  font-size: 5.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle2.-row > ._txt1 {
    font-size: 4.16rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2.-row > ._txt1 {
    font-size: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle2.-row > ._txt2 {
    margin-left: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2.-row > ._txt2 {
    display: block;
    margin-top: 1.3333333333vw;
  }
}
.c-titleStyle2.-row > ._txt3 {
  margin-top: 30px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 6.5rem;
  line-height: 1.6;
  letter-spacing: 0.155em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle2.-row > ._txt3 {
    font-size: 4.55rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2.-row > ._txt3 {
    display: block;
    margin-top: 6.4vw;
    letter-spacing: 0em;
    font-size: 7.4666666667vw;
  }
}
.c-titleStyle2.-col {
  text-align: center;
}
.c-titleStyle2.-col > ._txt2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2.-col > ._txt2 {
    margin-top: 1.3333333333vw;
  }
}

.c-titleStyle3 {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 {
    margin-bottom: 5.3333333333vw;
  }
}
.c-titleStyle3 > ._txt1 {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.155em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > ._txt1 {
    font-size: 2.6666666667vw;
  }
}
.c-titleStyle3 > ._txt2 {
  display: block;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 9.1rem;
  line-height: 1;
  letter-spacing: 0.125em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle3 > ._txt2 {
    font-size: 5.46rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > ._txt2 {
    margin-top: 2.6666666667vw;
    font-size: 12vw;
  }
}
.c-titleStyle3 > ._txt3 {
  display: block;
  margin-top: 20px;
  font-size: 4.2rem;
  line-height: 1.6;
  letter-spacing: 0.155em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle3 > ._txt3 {
    font-size: 2.94rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > ._txt3 {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.05em;
  }
}

.c-titleStyle3 > ._txt4 {
  display: block;
  margin-top: 20px;
  font-size: 4.2rem;
  line-height: 1.6;
  letter-spacing: 0.155em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-titleStyle3 > ._txt4 {
    font-size: 2.94rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > ._txt4 {
    margin-top: 45.666667vw;;
    font-size: 6.4vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.05em;
  }
}

.c-titleStyle4 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titleStyle4 {
    margin-bottom: 8vw;
  }
}
.c-titleStyle4 > span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 2.9rem;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
  line-height: 1.7;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .c-titleStyle4 > span {
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #000;
    font-size: 3.7333333333vw;
    letter-spacing: 0.2em;
  }
}

/* -----------------------------------
c-btnStyle
------------------------------------ */
.c-btnStyle1 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  align-items: center;
  min-height: 2.5em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.c-btnStyle1 > span._txt {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-btnStyle1 > span._txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 > span._txt {
    font-size: 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
.c-btnStyle1 .c-icoArrow {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 .c-icoArrow {
    margin-left: 2.6666666667vw;
  }
}
.c-btnStyle1.-index {
  border-radius: 10px;
  padding: 20px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-index {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-index > span._txt {
    font-size: 3.2vw;
    padding-bottom: 0.8vw;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-index .c-icoArrow {
    margin-left: 2.6666666667vw;
  }
}

@media screen and (min-width: 769px) {
  a.c-btnStyle1:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(12, 52, 18, 0.15);
  }
}

.c-btnStyle2 {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 20px 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(150, 200, 150, 0.3);
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-btnStyle2 {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 {
    padding: 4vw 0vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2:hover {
    background-color: rgba(150, 200, 150, 0.1);
  }
}
@media screen and (min-width: 769px) {
  a:hover .c-btnStyle2 {
    background-color: rgba(150, 200, 150, 0.1);
  }
}

.c-btnStyle2 > span._title {
  font-size: 2rem;
  letter-spacing: 0.4em;
  letter-spacing: 0.3em;
  margin-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-btnStyle2 > span._title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 > span._title {
    letter-spacing: 0.1em;
    font-size: 3.2vw;
    margin-right: 4vw;
  }
}
.c-btnStyle2 > span._txt {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 > span._txt {
    font-size: 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
.c-btnStyle2 .c-icoArrow {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 .c-icoArrow {
    margin-left: 2.6666666667vw;
  }
}

/* -----------------------------------
.c-icoArrow
------------------------------------ */
.c-icoArrow {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .c-icoArrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.c-icoArrow:before {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-icoArrow:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.c-icoArrow:after {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  font-size: 0;
  line-height: 1;
  position: absolute;
  background-color: #000;
  top: 24px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .c-icoArrow:after {
    width: 2.4vw;
    top: 5.2vw;
  }
}
.c-icoArrow > i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 20px;
  -webkit-transform: rotate(45deg) skew(-5deg);
          transform: rotate(45deg) skew(-5deg);
  left: 30px;
  border-radius: 0 2px 0 0;
}
@media screen and (max-width: 768px) {
  .c-icoArrow > i {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 4.2666666667vw;
    left: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  a:hover .c-icoArrow:before, li:hover .c-icoArrow:before {
    width: 10px;
    height: 10px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover .c-icoArrow:after, li:hover .c-icoArrow:after {
    width: 30px;
    -webkit-transition: 0.55s ease-out;
    transition: 0.55s ease-out;
  }
  a:hover .c-icoArrow > i, li:hover .c-icoArrow > i {
    left: 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-index {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-index:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-index:after {
    left: 35%;
    top: 2.6666666667vw;
    width: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-index > i {
    top: 1.6vw;
    left: 2.1333333333vw;
  }
}
.c-icoArrow.-small_h_w:before {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-small_h_w:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icoArrow.-small_h_w:after {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  left: 35%;
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-small_h_w:after {
    width: 2.1333333333vw;
  }
}
.c-icoArrow.-small_h_w > i {
  left: 22px;
}
@media screen and (max-width: 768px) {
  .c-icoArrow.-small_h_w > i {
    left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  a:hover .c-icoArrow.-small_h_w:before, li:hover .c-icoArrow.-small_h_w:before {
    width: 16px;
    height: 16px;
    border-color: #fff;
    background: none;
  }
  a:hover .c-icoArrow.-small_h_w:after, li:hover .c-icoArrow.-small_h_w:after {
    width: 20px;
    background-color: #fff;
    left: 44%;
  }
  a:hover .c-icoArrow.-small_h_w > i, li:hover .c-icoArrow.-small_h_w > i {
    left: 36px;
    border-color: #fff;
  }
}
.c-icoArrow.-brown:before {
  border-color: #c5a05b;
}
.c-icoArrow.-brown:after {
  background-color: #c5a05b;
}
.c-icoArrow.-brown > i {
  border-color: #c5a05b;
}
@media screen and (min-width: 769px) {
  a:hover .c-icoArrow.-brown:before {
    background-color: #fff;
  }
  a:hover .c-icoArrow.-brown:after {
    background-color: #fff;
  }
  a:hover .c-icoArrow.-brown > i {
    border-color: #fff;
  }
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* ---------------------------------------

kariya top

--------------------------------------- */
@-webkit-keyframes cloud-anime {
  0% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  51% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}
@keyframes cloud-anime {
  0% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  51% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}
@-webkit-keyframes oval-anime_ori {
  0% {
    border-radius: 49% 57% 43% 51%;
  }
  25% {
    border-radius: 53% 55% 45% 47%;
  }
  51% {
    border-radius: 55% 51% 49% 45%;
  }
  75% {
    border-radius: 47% 60% 40% 53%;
  }
  100% {
    border-radius: 49% 57% 43% 51%;
  }
}
@keyframes oval-anime_ori {
  0% {
    border-radius: 49% 57% 43% 51%;
  }
  25% {
    border-radius: 53% 55% 45% 47%;
  }
  51% {
    border-radius: 55% 51% 49% 45%;
  }
  75% {
    border-radius: 47% 60% 40% 53%;
  }
  100% {
    border-radius: 49% 57% 43% 51%;
  }
}
@-webkit-keyframes oval-anime3 {
  0% {
    border-radius: 44% 56% 64% 36%/59% 63% 37% 41%;
  }
  25% {
    border-radius: 59% 41% 71% 29%/32% 67% 33% 68%;
  }
  51% {
    border-radius: 38% 62% 38% 62%/59% 44% 56% 41%;
  }
  75% {
    border-radius: 59% 41% 71% 29%/32% 67% 33% 68%;
  }
  100% {
    border-radius: 44% 56% 64% 36%/59% 63% 37% 41%;
  }
}
@keyframes oval-anime3 {
  0% {
    border-radius: 44% 56% 64% 36%/59% 63% 37% 41%;
  }
  25% {
    border-radius: 59% 41% 71% 29%/32% 67% 33% 68%;
  }
  51% {
    border-radius: 38% 62% 38% 62%/59% 44% 56% 41%;
  }
  75% {
    border-radius: 59% 41% 71% 29%/32% 67% 33% 68%;
  }
  100% {
    border-radius: 44% 56% 64% 36%/59% 63% 37% 41%;
  }
}
@-webkit-keyframes oval-anime {
  0% {
    border-radius: 41% 59% 37% 63%/58% 60% 40% 42%;
  }
  25% {
    border-radius: 41% 59% 56% 44%/55% 68% 32% 45%;
  }
  51% {
    border-radius: 53% 47% 40% 60%/64% 58% 42% 36%;
  }
  75% {
    border-radius: 41% 59% 56% 44%/55% 68% 32% 45%;
  }
  100% {
    border-radius: 41% 59% 37% 63%/58% 60% 40% 42%;
  }
}
@keyframes oval-anime {
  0% {
    border-radius: 41% 59% 37% 63%/58% 60% 40% 42%;
  }
  25% {
    border-radius: 41% 59% 56% 44%/55% 68% 32% 45%;
  }
  51% {
    border-radius: 53% 47% 40% 60%/64% 58% 42% 36%;
  }
  75% {
    border-radius: 41% 59% 56% 44%/55% 68% 32% 45%;
  }
  100% {
    border-radius: 41% 59% 37% 63%/58% 60% 40% 42%;
  }
}
@-webkit-keyframes oval-anime2 {
  0% {
    border-radius: 36% 64% 57% 43%/54% 40% 60% 46%;
  }
  25% {
    border-radius: 56% 44% 72% 28%/39% 68% 32% 61%;
  }
  51% {
    border-radius: 35% 65% 27% 73%/64% 61% 39% 36%;
  }
  75% {
    border-radius: 56% 44% 72% 28%/39% 68% 32% 61%;
  }
  100% {
    border-radius: 36% 64% 57% 43%/54% 40% 60% 46%;
  }
}
@keyframes oval-anime2 {
  0% {
    border-radius: 36% 64% 57% 43%/54% 40% 60% 46%;
  }
  25% {
    border-radius: 56% 44% 72% 28%/39% 68% 32% 61%;
  }
  51% {
    border-radius: 35% 65% 27% 73%/64% 61% 39% 36%;
  }
  75% {
    border-radius: 56% 44% 72% 28%/39% 68% 32% 61%;
  }
  100% {
    border-radius: 36% 64% 57% 43%/54% 40% 60% 46%;
  }
}
/* ---------------------------------------
p-fixedBnr
--------------------------------------- */
.p-fixedBnr {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr {
    bottom: 0;
    right: 0px;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr {
    right: 8vw;
    bottom: 12vw;
  }
}
.p-fixedBnr a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #c5a05b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr a {
    width: 297px;
    height: 85px;
    padding-left: 100px;
    border-radius: 20px 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr a {
    border-radius: 26.6666666667vw;
    width: 16vw;
    height: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-fixedBnr a:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
.p-fixedBnr a::before {
  content: "";
  display: block;
  background: url(../img/common/ico_reserve.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr a::before {
    width: 42px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr a::before {
    width: 5.8666666667vw;
    height: 5.6vw;
  }
}
.p-fixedBnr a::after {
  content: "";
  display: block;
  width: 24vw;
  height: 24vw;
  background: url(../img/common/fixed_bg.svg) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fixed-anime 10s linear infinite;
          animation: fixed-anime 10s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr a::after {
    display: none;
  }
}
@-webkit-keyframes fixed-anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fixed-anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-fixedBnr a span {
  color: #fff;
  line-height: 1;
}
.p-fixedBnr a span._txt1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-fixedBnr a span._txt1 {
    display: none;
  }
}
.p-fixedBnr a span._txt2 {
  margin: 5px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-fixedBnr a span._txt2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-fixedBnr a span._txt3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr a span._txt3 {
    margin-top: 1.3333333333vw;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.p-fixedBnr ul li a {
  background-color: #ebda61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr ul li a {
    width: 55px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li a {
    height: 50px;
  }
}
.p-fixedBnr ul li a img {
  vertical-align: middle;
}
.p-fixedBnr ul li a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (min-width: 769px) {
  .p-fixedBnr ul li:nth-of-type(2) a {
    border-top: 1px solid #a89f67;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li:nth-of-type(2) a {
    border-left: 1px solid #a89f67;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li:nth-of-type(1) a img {
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li:nth-of-type(2) a img {
    width: 96.5px;
  }
}

/* ---------------------------------------
.p-secKariyaMain
--------------------------------------- */
.p-secKariyaMain {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .p-secKariyaMain {
    margin-top: -50px;
  }
}
.p-secKariyaMain_title {
  position: relative;
  z-index: 1;
  margin: 0px auto;
  left: 0.5%;
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_title {
    width: max(450px, 27.5%);
    padding-top: max(140px, 7.2916666667%);
  }
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .p-secKariyaMain_title {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_title {
    padding-top: 24vw;
    width: 66.4vw;
  }
}
.p-secKariyaMain_img {
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.p-secKariyaMain_img img {
  width: 100%;
}
.p-secKariyaMain_img.-img1 {
  width: 9.53125%;
  top: 83px;
  margin-left: -18%;
  -webkit-animation: cloud-anime 4.2s ease-in-out -4s infinite;
          animation: cloud-anime 4.2s ease-in-out -4s infinite;
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_img.-img1 {
    top: 45.3333333333vw;
    margin-left: -37.3333333333vw;
    width: 14.1333333333vw;
  }
}
.p-secKariyaMain_img.-img2 {
  width: 9.53125%;
  top: 247px;
  margin-left: 21%;
  -webkit-animation: cloud-anime 4.1s ease-in-out -5s infinite;
          animation: cloud-anime 4.1s ease-in-out -5s infinite;
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_img.-img2 {
    top: 16vw;
    margin-left: 32vw;
    width: 16.8vw;
  }
}
.p-secKariyaMain_img.-img3 {
  width: 19.1145833333%;
  top: 350px;
  margin-left: -28%;
  -webkit-animation: cloud-anime 4.5s ease-in-out -2s infinite;
          animation: cloud-anime 4.5s ease-in-out -2s infinite;
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_img.-img3 {
    top: 16vw;
    margin-left: -40vw;
    width: 33.8666666667vw;
  }
}
.p-secKariyaMain_img.-img4 {
  width: 24.4791666667%;
  top: 456px;
  margin-left: 32%;
  -webkit-animation: cloud-anime 4s ease-in-out -7s infinite;
          animation: cloud-anime 4s ease-in-out -7s infinite;
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_img.-img4 {
    top: 45.3333333333vw;
    margin-left: 44vw;
    width: 50.1333333333vw;
  }
}
.p-secKariyaMain_slider {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider {
    margin: 10.4166666667% auto 0;
    margin: max(200px, 10.4166666667vw) auto 0;
  }
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .p-secKariyaMain_slider {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider {
    margin: 37.3333333333vw -80vw 0;
  }
}
.p-secKariyaMain_slider ul {
  position: relative;
  height: 20vw;
  margin: 0 auto;
}
.p-secKariyaMain_slider ul li {
  width: 15%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.34, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.34, 0, 1);
  transition: transform 0.8s cubic-bezier(0.26, 0.34, 0, 1);
  transition: transform 0.8s cubic-bezier(0.26, 0.34, 0, 1), -webkit-transform 0.8s cubic-bezier(0.26, 0.34, 0, 1);
  opacity: 0;
}
.p-secKariyaMain_slider ul li[data-slide-pos="0"] {
  z-index: 101;
}
.p-secKariyaMain_slider ul li[data-slide-pos="4"], .p-secKariyaMain_slider ul li[data-slide-pos="-4"], .p-secKariyaMain_slider ul li[data-slide-pos="5"] {
  display: none;
  -webkit-transform: translate(-50%, 200%) rotate(0deg);
          transform: translate(-50%, 200%) rotate(0deg);
}
.p-secKariyaMain_slider ul li[data-slide-pos="0"] {
  opacity: 1;
}
.p-secKariyaMain_slider ul li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.p-secKariyaMain_slider ul li a ._title {
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0.5, 0.5);
          transform: translateX(-50%) scale(0.5, 0.5);
  opacity: 0;
  text-align: center;
}
.p-secKariyaMain_slider ul li a ._title img {
  width: 65%;
}
.p-secKariyaMain_slider ul li a ._img {
  position: relative;
  z-index: 1;
}
.p-secKariyaMain_slider ul li a ._img img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul li a ._img img {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul li a:hover {
    -webkit-transform: translateY(-3%) scale(1.05, 1.05);
            transform: translateY(-3%) scale(1.05, 1.05);
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
  .p-secKariyaMain_slider ul li a:hover ._title {
    opacity: 1;
    -webkit-transform: translate(-50%, -125%) scale(1, 1);
            transform: translate(-50%, -125%) scale(1, 1);
  }
  .p-secKariyaMain_slider ul li a:hover ._img img {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul li.is-current a {
    -webkit-transform: translateY(-3%) scale(1.05, 1.05);
            transform: translateY(-3%) scale(1.05, 1.05);
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
  .p-secKariyaMain_slider ul li.is-current a ._title {
    opacity: 1;
    -webkit-transform: translate(-50%, -125%) scale(1, 1);
            transform: translate(-50%, -125%) scale(1, 1);
  }
  .p-secKariyaMain_slider ul li.is-current a ._img img {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  }
}
.p-secKariyaMain_slider ul.is-loaded li {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="-3"] {
    -webkit-transform: translate(-457%, 88%) rotate(-22deg);
            transform: translate(-457%, 88%) rotate(-22deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="-3"] {
    -webkit-transform: translate(-410%, 71%) rotate(-22deg);
            transform: translate(-410%, 71%) rotate(-22deg);
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="-2"] {
    -webkit-transform: translate(-330%, 47%) rotate(-16deg);
            transform: translate(-330%, 47%) rotate(-16deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="-2"] {
    -webkit-transform: translate(-300%, 35%) rotate(-16deg);
            transform: translate(-300%, 35%) rotate(-16deg);
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="-1"] {
    -webkit-transform: translate(-200%, 19%) rotate(-8deg);
            transform: translate(-200%, 19%) rotate(-8deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="-1"] {
    -webkit-transform: translate(-185%, 10%) rotate(-8deg);
            transform: translate(-185%, 10%) rotate(-8deg);
  }
}
.p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="0"] {
  -webkit-transform: translate(-50%, 0) rotate(0deg) scale(1.3, 1.3);
          transform: translate(-50%, 0) rotate(0deg) scale(1.3, 1.3);
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="1"] {
    -webkit-transform: translate(100%, 19%) rotate(8deg);
            transform: translate(100%, 19%) rotate(8deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="1"] {
    -webkit-transform: translate(85%, 10%) rotate(8deg);
            transform: translate(85%, 10%) rotate(8deg);
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="2"] {
    -webkit-transform: translate(230%, 47%) rotate(16deg);
            transform: translate(230%, 47%) rotate(16deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="2"] {
    -webkit-transform: translate(200%, 35%) rotate(16deg);
            transform: translate(200%, 35%) rotate(16deg);
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="3"] {
    -webkit-transform: translate(357%, 88%) rotate(22deg);
            transform: translate(357%, 88%) rotate(22deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_slider ul.is-loaded li[data-slide-pos="3"] {
    -webkit-transform: translate(310%, 71%) rotate(22deg);
            transform: translate(310%, 71%) rotate(22deg);
  }
}
.p-secKariyaMain_bg {
  position: relative;
  z-index: 0;
  background: url(/atolis/assets/img/kariya/bg_green.webp) no-repeat top center/cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
@media screen and (min-width: 769px) {
  .p-secKariyaMain_bg {
    aspect-ratio: 1920/1260;
    -webkit-mask-image: url(/atolis/assets/img/kariya/main_bg_mask.webp);
            mask-image: url(/atolis/assets/img/kariya/main_bg_mask.webp);
    margin-top: -10%;
  }
}
@media screen and (min-width: 1500px) {
  .p-secKariyaMain_bg {
    aspect-ratio: 1920/1160;
  }
}
@media screen and (min-width: 1921px) {
  .p-secKariyaMain_bg {
    aspect-ratio: 1920/1060;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .p-secKariyaMain_bg {
    aspect-ratio: 1920/1760;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaMain_bg {
    margin-top: -10%;
    aspect-ratio: 375/862;
    aspect-ratio: 375/862;
    -webkit-mask-image: url(/atolis/assets/img/kariya/main_bg_mask_sp.webp);
            mask-image: url(/atolis/assets/img/kariya/main_bg_mask_sp.webp);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

/* ---------------------------------------
.p-secKariyaEvent
--------------------------------------- */
.p-secKariyaEvent {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secKariyaEvent {
    margin-top: -55%;
    padding-bottom: 10%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .p-secKariyaEvent {
    margin-top: -45%;
  }
}
@media screen and (min-width: 1921px) {
  .p-secKariyaEvent {
    margin-top: -40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .p-secKariyaEvent {
    margin-top: -75%;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaEvent {
    margin-top: -150%;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaEvent_cnt1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaEvent_cnt1 > ._img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .p-secKariyaEvent_cnt1 > ._img {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaEvent_cnt1 > ._img {
    position: absolute;
    width: 65.6vw;
    top: 0;
    right: -16.8vw;
  }
}
.p-secKariyaEvent_cnt1 > ._img img {
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
@media screen and (min-width: 769px) {
  .p-secKariyaEvent_cnt1 > ._txt {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .p-secKariyaEvent_cnt1 > ._txt {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaEvent_cnt1 > ._txt {
    padding-top: 26.6666666667vw;
  }
}
.p-secKariyaEvent_cnt1 > ._txt ._btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaEvent_cnt1 > ._txt ._btn {
    margin-top: 5.3333333333vw;
  }
}

/* ---------------------------------------
.p-secKariyaModelhouse
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse {
    padding-top: 100px;
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse {
    margin-top: 16vw;
    padding-top: 18.6666666667vw;
  }
}
.p-secKariyaModelhouse_img {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.p-secKariyaModelhouse_img.-img1 {
  width: 14.0104166667%;
  top: -90px;
  margin-left: -50%;
  -webkit-animation: cloud-anime 4.2s ease-in-out -4s infinite;
          animation: cloud-anime 4.2s ease-in-out -4s infinite;
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_img.-img1 {
    width: 14.4vw;
    top: -14.6666666667vw;
    margin-left: -40vw;
  }
}
.p-secKariyaModelhouse_img.-img2 {
  width: 22.3958333333%;
  top: 60px;
  margin-left: 44%;
  -webkit-animation: cloud-anime 4.1s ease-in-out -5s infinite;
          animation: cloud-anime 4.1s ease-in-out -5s infinite;
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_img.-img2 {
    width: 22.4vw;
    top: -2.6666666667vw;
    margin-left: 32vw;
  }
}
.p-secKariyaModelhouse_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt1 ._img {
    position: absolute;
    width: 49.2679355783%;
    top: -200px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._img {
    margin-top: 8vw;
    position: relative;
    margin-right: -6.6666666667vw;
    aspect-ratio: 681/568;
  }
}
.p-secKariyaModelhouse_cnt1 ._img li {
  position: absolute;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt1 ._img li {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt1 ._img li.is-current {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._img li.is-current {
    -webkit-animation: modelhouse-fadein-anime 1s ease-out forwards;
            animation: modelhouse-fadein-anime 1s ease-out forwards;
  }
}
@-webkit-keyframes modelhouse-fadein-anime {
  0% {
    z-index: 1;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modelhouse-fadein-anime {
  0% {
    z-index: 1;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._img li.is-fadeout {
    -webkit-animation: modelhouse-fadeout-anime 0.8s ease-in forwards;
            animation: modelhouse-fadeout-anime 0.8s ease-in forwards;
  }
}
@-webkit-keyframes modelhouse-fadeout-anime {
  0% {
    z-index: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@keyframes modelhouse-fadeout-anime {
  0% {
    z-index: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt1 ._img li img {
    -webkit-animation: oval-anime 6s linear -4s infinite;
            animation: oval-anime 6s linear -4s infinite;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt1 ._nav {
    margin-top: 40px;
    width: 322px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._nav {
    margin-top: 10.6666666667vw;
    padding: 0 9.3333333333vw;
  }
}
.p-secKariyaModelhouse_cnt1 ._nav li a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 55px;
  padding-left: 20px;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._nav li a {
    margin-left: 9.3333333333vw;
    padding-left: 5.3333333333vw;
    min-height: 16vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 16vw;
  }
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._num {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  background-color: #0c3412;
  background-color: #0c3412;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._nav li a ._num {
    -webkit-transform: translateY(-50%) scale(0.7, 0.7);
            transform: translateY(-50%) scale(0.7, 0.7);
    left: -12vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    background-color: rgba(12, 52, 18, 0.5);
  }
  .p-secKariyaModelhouse_cnt1 ._nav li a ._num:after {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-duration: 8;
            transition-duration: 8;
    content: "";
    display: block;
    width: 1px;
    height: 9.3333333333vw;
    background: #0c3412;
    position: absolute;
    top: 7.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img1 {
  width: 62px;
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img2 {
  width: 101px;
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img3 {
  width: 111px;
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img4 {
  width: 72px;
}
.p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img5 {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._nav li a ._logo {
    display: inline-block;
  }
  .p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img1 {
    width: 13.2266666667vw;
  }
  .p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img2 {
    width: 21.5466666667vw;
  }
  .p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img3 {
    width: 23.68vw;
  }
  .p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img4 {
    width: 15.36vw;
  }
  .p-secKariyaModelhouse_cnt1 ._nav li a ._logo.-img5 {
    width: 33.28vw;
  }
}
.p-secKariyaModelhouse_cnt1 ._nav li a .c-icoArrow {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._nav li a .c-icoArrow {
    right: 5.3333333333vw;
  }
}
.p-secKariyaModelhouse_cnt1 ._nav li.is-current a {
  background-color: rgba(12, 52, 18, 0.15);
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._nav li.is-current a ._num {
    background-color: #0c3412;
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
  }
  .p-secKariyaModelhouse_cnt1 ._nav li.is-current a ._num:after {
    -webkit-animation: model-line-anime 1.5s ease-in-out infinite;
            animation: model-line-anime 1.5s ease-in-out infinite;
  }
  @-webkit-keyframes model-line-anime {
    0% {
      opacity: 1;
      height: 0px;
    }
    35% {
      opacity: 1;
      height: 10.1333333333vw;
      top: 7.2vw;
    }
    36% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      height: 0vw;
      top: 17.3333333333vw;
    }
    100% {
      opacity: 0;
      height: 0vw;
      top: 17.3333333333vw;
    }
  }
  @keyframes model-line-anime {
    0% {
      opacity: 1;
      height: 0px;
    }
    35% {
      opacity: 1;
      height: 10.1333333333vw;
      top: 7.2vw;
    }
    36% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      height: 0vw;
      top: 17.3333333333vw;
    }
    100% {
      opacity: 0;
      height: 0vw;
      top: 17.3333333333vw;
    }
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt1 ._map {
    position: absolute;
    width: 29.5754026354%;
    left: 360px;
    top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt1 ._map {
    position: relative;
    width: 72.8vw;
    margin-top: 10.6666666667vw;
    margin-left: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt2 {
    margin-top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt2 {
    position: relative;
    margin: 32vw auto 0;
    padding: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt2 ._line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt2 ._line {
    width: 1px;
    height: 52vw;
    background: #0c3412;
    position: absolute;
    top: -46.6666666667vw;
    left: 56.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt2 ._img {
    -webkit-flex-basis: 33.4553440703%;
        -ms-flex-preferred-size: 33.4553440703%;
            flex-basis: 33.4553440703%;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt2 ._img {
    width: 100%;
  }
}
.p-secKariyaModelhouse_cnt2 ._img img {
  width: 100%;
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
@media screen and (min-width: 769px) {
  .p-secKariyaModelhouse_cnt2 ._txt {
    -webkit-flex-basis: 31.4787701318%;
        -ms-flex-preferred-size: 31.4787701318%;
            flex-basis: 31.4787701318%;
    margin-left: 5.6368960469%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaModelhouse_cnt2 ._txt {
    -webkit-flex-basis: 54.9048316252%;
        -ms-flex-preferred-size: 54.9048316252%;
            flex-basis: 54.9048316252%;
    margin-left: 3.6603221083%;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt2 ._txt {
    margin-top: 5.3333333333vw;
  }
}
.p-secKariyaModelhouse_cnt2 ._txt ._caption {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaModelhouse_cnt2 ._txt ._caption {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-secKariyaModelhouse_cnt2 ._txt ._caption dd ul li {
  display: inline-block;
}

/* ---------------------------------------
.p-secKariyaAccess
--------------------------------------- */
.p-secKariyaAccess {
  padding-top: 90px;
  padding-bottom: 0;
  background: url(/atolis/assets/img/kariya/bg_green.webp) no-repeat top center/cover;
  -webkit-mask-image: url(/atolis/assets/img/kariya/access_bg_mask.svg);
          mask-image: url(/atolis/assets/img/kariya/access_bg_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess {
    padding-top: 10.6666666667vw;
  }
}
.p-secKariyaAccess_title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_title {
    margin-bottom: 8vw;
  }
}
.p-secKariyaAccess_title ._txt1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_title ._txt1 {
    font-size: 5.0666666667vw;
  }
}
.p-secKariyaAccess_title ._txt1:before, .p-secKariyaAccess_title ._txt1:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #000;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_title ._txt1:before, .p-secKariyaAccess_title ._txt1:after {
    margin-top: 1.3333333333vw;
    width: 4vw;
    height: 0.8vw;
  }
}
.p-secKariyaAccess_title ._txt1:before {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_title ._txt1:before {
    margin-right: 2.6666666667vw;
  }
}
.p-secKariyaAccess_title ._txt1:after {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_title ._txt1:after {
    margin-left: 2.6666666667vw;
  }
}
.p-secKariyaAccess_title ._txt2 {
  margin-top: 20px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_title ._txt2 {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaAccess_cnt1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaAccess_cnt1 {
    padding: 0;
  }
}
.p-secKariyaAccess_cnt1 ._map {
  background: #f8f8f8;
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
@media screen and (min-width: 769px) {
  .p-secKariyaAccess_cnt1 ._map {
    -webkit-flex-basis: 56.149341142%;
        -ms-flex-preferred-size: 56.149341142%;
            flex-basis: 56.149341142%;
    max-width: 767px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._map {
    margin: 0 -9.3333333333vw;
  }
}
.p-secKariyaAccess_cnt1 ._map ._img {
  padding: 16% 6% 4% 18%;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._map ._img {
    padding: 10% 10% 4% 10%;
  }
}
.p-secKariyaAccess_cnt1 ._txt {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-secKariyaAccess_cnt1 ._txt {
    -webkit-flex-basis: 450px;
        -ms-flex-preferred-size: 450px;
            flex-basis: 450px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaAccess_cnt1 ._txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._txt {
    margin-top: 6.6666666667vw;
  }
}
.p-secKariyaAccess_cnt1 ._txt h3 img {
  width: auto;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._txt h3 img {
    height: 4.8vw;
  }
}
.p-secKariyaAccess_cnt1 ._txt p {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._txt p {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-secKariyaAccess_cnt1 ._txt dl {
  margin-top: 45px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._txt dl {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-secKariyaAccess_cnt1 ._txt dl dt {
  position: relative;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-secKariyaAccess_cnt1 ._txt dl dt:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-left: 10px;
}
.p-secKariyaAccess_cnt1 ._txt dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_cnt1 ._txt dl dd {
    margin-top: 2.6666666667vw;
  }
}
.p-secKariyaAccess_googlemap {
  margin-top: 90px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_googlemap {
    margin-top: 9.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-secKariyaAccess_googlemap iframe {
  width: 100%;
  height: 533px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_googlemap iframe {
    height: 51.2vw;
  }
}
.p-secKariyaAccess_img1 {
  margin: 0 -20px;
  overflow: hidden;
  height: 31.9791666667vw;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_img1 {
    margin: 0 -5.3333333333vw;
    height: 56vw;
  }
}
.p-secKariyaAccess_img1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-secKariyaAccess_img1 img {
    max-width: 2000px;
    width: 150%;
  }
}

/* ---------------------------------------
.p-secKariyaPoint
--------------------------------------- */
.p-secKariyaPoint {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint {
    padding-top: 18.6666666667vw;
  }
}
.p-secKariyaPoint_title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_title {
    margin-bottom: 8vw;
  }
}
.p-secKariyaPoint_title span._txt1 {
  background-color: #c5a05b;
  color: #fff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 100px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_title span._txt1 {
    padding: 1.3333333333vw 4vw;
    font-size: 5.0666666667vw;
  }
}
.p-secKariyaPoint_title span._txt2 {
  margin-top: 15px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_title span._txt2 {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secKariyaPoint_cnt1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-secKariyaPoint_cnt1 ul li {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  padding: 30px 0 60px;
  background-color: #c5a05b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_cnt1 ul li + li {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-secKariyaPoint_cnt1 ul li {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaPoint_cnt1 ul li {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_cnt1 ul li {
    padding: 4.5333333333vw 0 13.3333333333vw;
  }
}
.p-secKariyaPoint_cnt1 ul li:nth-of-type(1) {
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
.p-secKariyaPoint_cnt1 ul li:nth-of-type(2) {
  -webkit-animation: oval-anime 12s linear 0s infinite;
          animation: oval-anime 12s linear 0s infinite;
}
.p-secKariyaPoint_cnt1 ul li:nth-of-type(3) {
  -webkit-animation: oval-anime 6s linear -2s infinite;
          animation: oval-anime 6s linear -2s infinite;
}
.p-secKariyaPoint_cnt1 ul li div {
  text-align: center;
}
.p-secKariyaPoint_cnt1 ul li div img {
  width: 106px;
  height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaPoint_cnt1 ul li div img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_cnt1 ul li div img {
    width: 21.3333333333vw;
  }
}
.p-secKariyaPoint_cnt1 ul li h3 {
  margin-top: 23px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.4em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaPoint_cnt1 ul li h3 {
    margin-top: 18px;
    font-size: 1.61rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_cnt1 ul li h3 {
    margin-top: 4vw;
    font-size: 4.5333333333vw;
  }
}
.p-secKariyaPoint_cnt1 ul li p {
  width: 61.25%;
  margin: 18px auto 0;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secKariyaPoint_cnt1 ul li p {
    font-size: 1.3rem;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .p-secKariyaPoint_cnt1 ul li p {
    margin-top: 4vw;
    width: 49.3333333333vw;
    font-size: 3.2vw;
  }
}

/* ---------------------------------------

mezzo

--------------------------------------- */
/* ---------------------------------------

page

--------------------------------------- */
/* ---------------------------------------
.p-secMain
--------------------------------------- */
.p-secMain {
  padding-top: 0;
  padding-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .p-secMain {
    min-height: 100vh;
  }
}
.p-secMain_in {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secMain_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 100vh;
    padding-top: 240px;
    padding-bottom: 180px;
  }
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .p-secMain_in {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_in {
    padding-top: 16vw;
    padding-bottom: 48vw;
  }
}
.p-secMain_cnt1 {
  position: relative;
  z-index: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 769px) {
  [data-page-id=event] .p-secMain_cnt1 {
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=event] .p-secMain_cnt1 {
    padding-top: 26.6666666667vw;
  }
}

.p-secMain_cnt1 ._logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1 ._logo {
    margin-bottom: 7.3206442167%;
    min-height: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secMain_cnt1 ._logo {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1 ._logo {
    min-height: 21.3333333333vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
}
[data-page-id=mezzo] .p-secMain_cnt1 ._logo img {
  width: 315px;
}

[data-page-id=since_lq] .p-secMain_cnt1 ._logo img {
  width: 167px;
}

[data-page-id=feelas] .p-secMain_cnt1 ._logo img {
  width: 270px;
}

[data-page-id=ticsy] .p-secMain_cnt1 ._logo img {
  width: 173px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  [data-page-id=mezzo] .p-secMain_cnt1 ._logo img {
    width: 252px;
  }
  [data-page-id=since_lq] .p-secMain_cnt1 ._logo img {
    width: 133.6px;
  }
  [data-page-id=feelas] .p-secMain_cnt1 ._logo img {
    width: 216px;
  }
  [data-page-id=ticsy] .p-secMain_cnt1 ._logo img {
    width: 138.4px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secMain_cnt1 ._logo img {
    width: 33.6vw;
  }
  [data-page-id=since_lq] .p-secMain_cnt1 ._logo img {
    width: 17.8133333333vw;
  }
  [data-page-id=feelas] .p-secMain_cnt1 ._logo img {
    width: 28.8vw;
  }
  [data-page-id=ticsy] .p-secMain_cnt1 ._logo img {
    width: 18.4533333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1 ._img {
    width: 56.8814055637%;
    right: -10%;
    position: absolute;
    z-index: 0;
    top: 50%;
    margin-top: -30%;
  }
}
@media screen and (min-height: 801px) and (min-width: 769px) and (max-width: 1300px) {
  .p-secMain_cnt1 ._img {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1 ._img {
    margin: 4vw -2.6666666667vw 8vw;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=event] .p-secMain_cnt1 ._img {
    position: absolute;
    width: 65.6vw;
    top: 0;
    right: -16.8vw;
  }
}
.p-secMain_cnt1 ._img img {
  width: 100%;
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
.p-secMain_cnt1 ._body {
  margin-top: 50px;
}

.__p-scroll {
  position: absolute;
  bottom: 20px;
  height: 120px;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  [data-page-id=kariya] .__p-scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=kariya] .__p-scroll {
    bottom: 138.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .__p-scroll {
    bottom: 5.3333333333vw;
    height: 32vw;
    width: 13.3333333333vw;
  }
}
.__p-scroll:before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #000000;
  position: absolute;
  bottom: 10px;
  left: 15px;
  -webkit-animation: scoll-line-anime 1.5s linear infinite;
          animation: scoll-line-anime 1.5s linear infinite;
}
@media screen and (max-width: 768px) {
  .__p-scroll:before {
    height: 21.3333333333vw;
    bottom: 2.6666666667vw;
    left: 4vw;
  }
}
.__p-scroll i {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 10.5px;
  -webkit-animation: scoll-arrow-anime 1.5s linear infinite;
          animation: scoll-arrow-anime 1.5s linear infinite;
}
@media screen and (max-width: 768px) {
  .__p-scroll i {
    bottom: 0.8vw;
    left: 2.8vw;
  }
}
.__p-scroll i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  bottom: 3px;
  -webkit-transform: rotate(131deg) skew(-5deg);
          transform: rotate(131deg) skew(-5deg);
  left: 0;
  border-radius: 0 2px 0 0;
}
@media screen and (max-width: 768px) {
  .__p-scroll i:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: 0.8vw;
  }
}
.__p-scroll span {
  position: absolute;
  top: 25px;
  left: 15px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.155em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .__p-scroll span {
    top: 5.3333333333vw;
    left: 4vw;
    font-size: 3.4666666667vw;
  }
}

.p-scroll {
  position: absolute;
  bottom: 20px;
  height: 120px;
  width: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  [data-page-id=kariya] .p-scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=kariya] .p-scroll {
    bottom: 149.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-scroll {
    bottom: 5.3333333333vw;
    height: 21.3333333333vw;
    width: 8vw;
  }
}
.p-scroll ._line {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-scroll ._line {
    left: 4vw;
  }
}
.p-scroll ._line:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  bottom: 15px;
  left: 0;
  -webkit-animation: scoll-line-anime 1.5s linear infinite;
          animation: scoll-line-anime 1.5s linear infinite;
}
@-webkit-keyframes scoll-line-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes scoll-line-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-scroll ._line:before {
    bottom: 4vw;
  }
}
.p-scroll ._arrow {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 10.5px;
  -webkit-animation: scoll-arrow-anime 1.5s linear infinite;
          animation: scoll-arrow-anime 1.5s linear infinite;
}
@-webkit-keyframes scoll-arrow-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  30% {
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}
@keyframes scoll-arrow-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  30% {
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-scroll ._arrow {
    bottom: 0.8vw;
    left: 2.8vw;
  }
}
.p-scroll ._arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  bottom: 3px;
  -webkit-transform: rotate(131deg) skew(-5deg);
          transform: rotate(131deg) skew(-5deg);
  left: 0;
  border-radius: 0 2px 0 0;
}
@media screen and (max-width: 768px) {
  .p-scroll ._arrow:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: 0.8vw;
  }
}
.p-scroll ._txt {
  position: absolute;
  top: 25px;
  left: 15px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.155em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-scroll ._txt {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    top: -5.3333333333vw;
    left: 50%;
    font-size: 3.4666666667vw;
  }
}

/* ---------------------------------------
.p-secLead
--------------------------------------- */
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secLead_in {
    aspect-ratio: 1366/1045;
  }
  [data-page-id=since_lq] .p-secLead_in {
    aspect-ratio: 1366/845;
  }
  [data-page-id=feelas] .p-secLead_in {
    aspect-ratio: 1366/1000;
  }
}
.p-secLead_txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secLead_txt {
    width: 50%;
  }
}
.p-secLead_txt p {
  font-size: 2rem;
  line-height: 2.7;
  letter-spacing: 0.215em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secLead_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_txt p {
    font-size: 3.4666666667vw;
    line-height: 2.1;
    letter-spacing: 0em;
  }
}
.p-secLead_txt dl {
  margin-top: 95px;
  font-size: 1.3rem;
}
.p-secLead_void {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secLead_void {
    margin-top: 5.3333333333vw;
    display: block;
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
.p-secLead_img {
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secLead_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secLead_img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -17%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_img {
    position: relative;
    margin-top: 8.8vw;
  }
  [data-page-id=mezzo] .p-secLead_img {
    aspect-ratio: 375/420;
  }
  [data-page-id=since_lq] .p-secLead_img {
    aspect-ratio: 375/480;
  }
  [data-page-id=feelas] .p-secLead_img {
    aspect-ratio: 375/465;
  }
}
.p-secLead_img ._img {
  position: absolute;
  top: 0;
  right: 0;
}
.p-secLead_img ._img img {
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
.p-secLead_img ._img.-img1 img {
  -webkit-animation: oval-anime 8s linear -2s infinite;
          animation: oval-anime 8s linear -2s infinite;
}
.p-secLead_img ._img.-img2 img {
  -webkit-animation: oval-anime 6s linear -3s infinite;
          animation: oval-anime 6s linear -3s infinite;
}
.p-secLead_img ._img.-img3 img {
  -webkit-animation: oval-anime 7s linear -4s infinite;
          animation: oval-anime 7s linear -4s infinite;
}
.p-secLead_img ._img.-img4 img {
  -webkit-animation: oval-anime 5s linear -3s infinite;
          animation: oval-anime 5s linear -3s infinite;
}
.p-secLead_img ._img.-img5 img {
  -webkit-animation: oval-anime 9s linear -6s infinite;
          animation: oval-anime 9s linear -6s infinite;
}
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img1 {
    width: 59.0043923865%;
    margin-top: -3%;
    margin-right: -3%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img1 {
    width: 71.2vw;
    margin-top: 6.6666666667vw;
    margin-right: -1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img2 {
    width: 24.7437774524%;
    margin-top: -6%;
    margin-right: -28%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img3 {
    width: 21.2298682284%;
    margin-top: 30%;
    margin-right: 54%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img3 {
    width: 27.7333333333vw;
    margin-top: 0vw;
    margin-right: 62.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img4 {
    width: 24.7437774524%;
    margin-top: 41%;
    margin-right: -21%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img4 {
    width: 37.0666666667vw;
    margin-top: 74.6666666667vw;
    margin-right: -1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img5 {
    width: 34.4070278184%;
    margin-top: 47%;
    margin-right: 16%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secLead_img ._img.-img5 {
    width: 41.3333333333vw;
    margin-top: 56.2666666667vw;
    margin-right: 48.8vw;
  }
}

[data-page-id=since_lq] .p-secLead_img ._img.-img1 {
  width: 56.4421669107%;
  margin-top: 3%;
  margin-right: -3%;
}
@media screen and (max-width: 768px) {
  [data-page-id=since_lq] .p-secLead_img ._img.-img1 {
    width: 76.5333333333vw;
    margin-top: 14.1333333333vw;
    margin-right: 0vw;
  }
}
[data-page-id=since_lq] .p-secLead_img ._img.-img2 {
  width: 24.8901903367%;
  margin-top: -7%;
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  [data-page-id=since_lq] .p-secLead_img ._img.-img2 {
    width: 33.6vw;
    margin-top: -6.6666666667vw;
    margin-right: -1.3333333333vw;
  }
}
[data-page-id=since_lq] .p-secLead_img ._img.-img3 {
  width: 18.2284040996%;
  margin-top: -3%;
  margin-right: 47%;
}
@media screen and (max-width: 768px) {
  [data-page-id=since_lq] .p-secLead_img ._img.-img3 {
    width: 24.5333333333vw;
    margin-top: 0vw;
    margin-right: 65.3333333333vw;
  }
}
[data-page-id=since_lq] .p-secLead_img ._img.-img4 {
  width: 20.9370424597%;
  margin-top: 41%;
  margin-right: 51%;
}
@media screen and (max-width: 768px) {
  [data-page-id=since_lq] .p-secLead_img ._img.-img4 {
    width: 34.9333333333vw;
    margin-top: 78.4vw;
    margin-right: 59.4666666667vw;
  }
}
[data-page-id=since_lq] .p-secLead_img ._img.-img5 {
  width: 17.2767203514%;
  margin-top: 45%;
  margin-right: -2%;
}
@media screen and (max-width: 768px) {
  [data-page-id=since_lq] .p-secLead_img ._img.-img5 {
    width: 23.2vw;
    margin-top: 73.6vw;
    margin-right: 2.6666666667vw;
  }
}

[data-page-id=feelas] .p-secLead_img ._img.-img1 {
  width: 72.7672035139%;
  margin-top: -1%;
  margin-right: -24%;
}
@media screen and (max-width: 768px) {
  [data-page-id=feelas] .p-secLead_img ._img.-img1 {
    width: 92.2666666667vw;
    margin-top: 8.8vw;
    margin-right: -12vw;
  }
}
[data-page-id=feelas] .p-secLead_img ._img.-img2 {
  width: 19.2532942899%;
  margin-top: -8%;
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  [data-page-id=feelas] .p-secLead_img ._img.-img2 {
    width: 31.4666666667vw;
    margin-top: 0vw;
    margin-right: 66.6666666667vw;
  }
}
[data-page-id=feelas] .p-secLead_img ._img.-img3 {
  width: 20.9370424597%;
  margin-top: 26%;
  margin-right: 52%;
}
@media screen and (max-width: 768px) {
  [data-page-id=feelas] .p-secLead_img ._img.-img3 {
    width: 30.6666666667vw;
    margin-top: 56vw;
    margin-right: 66.6666666667vw;
  }
}
[data-page-id=feelas] .p-secLead_img ._img.-img4 {
  width: 30.8931185944%;
  margin-top: 46%;
  margin-right: 30%;
}
@media screen and (max-width: 768px) {
  [data-page-id=feelas] .p-secLead_img ._img.-img4 {
    width: 39.2vw;
    margin-top: 76vw;
    margin-right: 34.6666666667vw;
  }
}
[data-page-id=feelas] .p-secLead_img ._img.-img5 {
  width: 24.4509516837%;
  margin-top: 46%;
  margin-right: -8%;
}
@media screen and (max-width: 768px) {
  [data-page-id=feelas] .p-secLead_img ._img.-img5 {
    width: 30.9333333333vw;
    margin-top: 67.7333333333vw;
    margin-right: -5.3333333333vw;
  }
}

/* ---------------------------------------
.p-secPoint
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secPoint {
    padding-bottom: min(360px, 18.75%);
  }
}
.p-secPoint_img {
  position: relative;
  aspect-ratio: 417/400;
  margin: 0 -8vw 8vw;
}
@media screen and (min-width: 769px) {
  .p-secPoint_img {
    display: none;
  }
}
.p-secPoint_img img {
  position: absolute;
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.p-secPoint_img img.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 {
    position: relative;
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_item {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_item.-item1 {
    padding-left: 13%;
    margin-top: 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secPoint_cnt1_item.-item1 {
    padding-left: 0;
    padding-right: 45%;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_item.-item2 {
    padding-left: 13%;
    margin-bottom: 175px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secPoint_cnt1_item.-item2 {
    padding-left: 0;
    padding-right: 45%;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_item.-item3 {
    padding-left: 50%;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_item.-item4 {
    padding-left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1_item p {
    font-size: 3.2vw;
  }
}
.p-secPoint_cnt1_img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1_img {
    display: none;
  }
}
.p-secPoint_cnt1_img img {
  width: 100%;
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
.p-secPoint_cnt1_img img4 {
  width: 100%;
  -webkit-animation: oval-anime 14s linear 0s infinite;
          animation: oval-anime 14s linear 0s infinite;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_img.-img1 {
    width: 70.2781844802%;
    right: -30%;
  }
  [data-page-id=mezzo] .p-secPoint_cnt1_img.-img1 {
    width: 70.2781844802%;
  }
  [data-page-id=since_lq] .p-secPoint_cnt1_img.-img1 {
    width: 70.2781844802%;
  }
  [data-page-id=feelas] .p-secPoint_cnt1_img.-img1 {
    width: 87.1156661786%;
    right: -40%;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_img.-img2 {
    width: 68.5944363104%;
    left: -30%;
  }
  [data-page-id=mezzo] .p-secPoint_cnt1_img.-img2 {
    width: 68.5944363104%;
  }
  [data-page-id=since_lq] .p-secPoint_cnt1_img.-img2 {
    width: 74.2313323572%;
  }
  [data-page-id=feelas] .p-secPoint_cnt1_img.-img2 {
    width: 65.8857979502%;
    left: -24%;
  }
}

@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_img.-img3 {
        width: 38.594436%;
        left: -8%;
        top: -45%;
  }
}

@media screen and (max-width: 768px) {
  .p-secPoint_cnt1_img.-img3 {
        width: 55.594436%;
        left: -2%;
        top: -4%;
        display: flex;
  }
}

@media screen and (min-width: 769px) {
  .p-secPoint_cnt1_img.-img4 {
            width: 38.594436%;
        left: 4%;
        top: 60%;
  }
}

@media screen and (max-width: 768px) {
  .p-secPoint_cnt1_img.-img4 {
        width: 48.594436%;
        left: 59%;
        top: -1%;
                display: flex;
  }
}

.p-secPoint .js-point-swiper {
  position: relative;
}
.p-secPoint .swiper-wrapper {
  position: relative;
}
.p-secPoint .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  .p-secPoint .swiper-pagination {
    display: none;
  }
}
.p-secPoint .swiper-pagination-bullet {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-flex-basis: 15.2vw;
      -ms-flex-preferred-size: 15.2vw;
          flex-basis: 15.2vw;
  height: 0.8vw;
  margin: 0 1.3333333333vw;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.p-secPoint .swiper-pagination-bullet-active {
  background-color: black;
}
.p-secPoint .swiper-button-prev, .p-secPoint .swiper-button-next {
  width: 4.8vw;
  height: 4.8vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  z-index: 100;
  top: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-secPoint .swiper-button-prev, .p-secPoint .swiper-button-next {
    display: none;
  }
}
.p-secPoint .swiper-button-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0vw;
}
.p-secPoint .swiper-button-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0vw;
}

/* ---------------------------------------
.p-secFloorPlan
--------------------------------------- */
.p-secFloorPlan {
  padding: 0;
  position: relative;
}
.p-secFloorPlan_title {
  position: relative;
  background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_title {
    padding-top: min(80px, 4.1666666667%);
    padding-bottom: min(80px, 4.1666666667%);
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_title {
    padding: 8vw 0;
  }
}
.p-secFloorPlan_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/floorplan_bg.svg) no-repeat center bottom/cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.p-secFloorPlan_title p {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.215em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_title p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_title p {
    font-size: 2.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-secFloorPlan_title ._logo {
  position: absolute;
  left: 50%;
  mix-blend-mode: multiply;
}
[data-page-id=mezzo] .p-secFloorPlan_title ._logo {
  bottom: 0;
  width: 605px;
}
@media screen and (min-width: 769px) {
  [data-page-id=mezzo] .p-secFloorPlan_title ._logo {
    margin-left: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  [data-page-id=mezzo] .p-secFloorPlan_title ._logo {
    width: 302.5px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=mezzo] .p-secFloorPlan_title ._logo {
    width: 48vw;
  }
}

[data-page-id=since_lq] .p-secFloorPlan_title ._logo {
  width: 218px;
  margin-left: 300px;
  bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  [data-page-id=since_lq] .p-secFloorPlan_title ._logo {
    margin-left: 220px;
    width: 130.8px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=since_lq] .p-secFloorPlan_title ._logo {
    margin-left: 26.6666666667vw;
    width: 10.6666666667vw;
    bottom: 5.3333333333vw;
  }
}

[data-page-id=feelas] .p-secFloorPlan_title ._logo {
  width: 269px;
  margin-left: 285px;
  bottom: 20px;
  opacity: 0.5;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  [data-page-id=feelas] .p-secFloorPlan_title ._logo {
    margin-left: 220px;
    width: 161.4px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=feelas] .p-secFloorPlan_title ._logo {
    margin-left: 19.4666666667vw;
    width: 22.6666666667vw;
    bottom: 0vw;
  }
}

.p-secFloorPlan_title .c-titleStyle2 {
  margin-bottom: 0;
}
.p-secFloorPlan_title_sticky {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: fixed;
  top: -130px;
  z-index: 10;
  padding: 0;
  display: inline-block;
  background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 50px;
}
.p-secFloorPlan_title_sticky .c-titleStyle2 {
  line-height: 1;
  margin: 0;
}
.p-secFloorPlan_title_sticky .c-titleStyle2 ._txt1 {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_title_sticky .c-titleStyle2 ._txt1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_title_sticky {
    display: none;
  }
}
.p-secFloorPlan.is-sticky .p-secFloorPlan_title_sticky {
  top: 40px;
}
.p-secFloorPlan_cnt1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 5px solid #0c3412;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1 {
    border-bottom: 1.3333333333vw solid #0c3412;
  }
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1_plan {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1_plan ._box {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    padding-top: 100px;
    padding-bottom: 40px;
    height: 100vh;
    max-width: 800px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_plan ._box {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-secFloorPlan_cnt1_plan ._box ._title {
  text-align: center;
  font-size: 7.2rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_cnt1_plan ._box ._title {
    font-size: 5.04rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_plan ._box ._title {
    font-size: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1_plan ._box ._img {
    width: 65%;
    height: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin: 5.2083333333% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_plan ._box ._img {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1_plan ._box ._img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1_detail {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 100px 65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_cnt1_detail {
    padding: 100px 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail {
    position: relative;
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFloorPlan_cnt1_detail > ._plan {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail > ._plan {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    -webkit-transform: translateX(-5.3333333333vw);
            transform: translateX(-5.3333333333vw);
    width: 53.3333333333vw;
    background: #cfdecd;
    border-radius: 0 0 2.6666666667vw 0;
    padding: 4vw;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .p-secFloorPlan_cnt1_detail > ._plan.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .p-secFloorPlan_cnt1_detail > ._plan ._close {
    position: absolute;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    cursor: pointer;
  }
  .p-secFloorPlan_cnt1_detail > ._plan ._close:before {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 0.8vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li + li {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li + li {
    margin-top: 16vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li ._num {
  display: block;
  color: #0c3412;
}
.p-secFloorPlan_cnt1_detail ul li ._num span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1;
}
.p-secFloorPlan_cnt1_detail ul li ._num span:nth-of-type(1) {
  font-size: 4.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_cnt1_detail ul li ._num span:nth-of-type(1) {
    font-size: 3.68rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li ._num span:nth-of-type(1) {
    font-size: 6.9333333333vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li ._num span:nth-of-type(2) {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_cnt1_detail ul li ._num span:nth-of-type(2) {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li ._num span:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li ._img {
  margin-top: 20px;
  max-width: 700px;
  aspect-ratio: 693/482;
}
.p-secFloorPlan_cnt1_detail ul li ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li ._img {
    margin-top: 2.6666666667vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li ._caption {
  display: block;
  margin-top: 25px;
  font-size: 2.3rem;
  color: #171717;
  opacity: 0.2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_cnt1_detail ul li ._caption {
    font-size: 1.84rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li ._caption {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li ._title {
  margin-top: 10px;
  font-size: 3.3rem;
  letter-spacing: 0.155em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secFloorPlan_cnt1_detail ul li ._title {
    font-size: 2.64rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li ._title {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.p-secFloorPlan_cnt1_detail ul li ._body {
  margin-top: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 768px) {
  .p-secFloorPlan_cnt1_detail ul li ._body {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}

/* ---------------------------------------
.p-secLearn
--------------------------------------- */
.p-secLearn {
  background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
}
@media screen and (min-width: 769px) {
  .p-secLearn {
    padding-top: min(150px, 7.8125%);
    padding-bottom: min(200px, 10.4166666667%);
  }
}
@media screen and (max-width: 768px) {
  .p-secLearn {
    background: none;
    padding: 0;
  }
}
.p-secLearn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/learn_bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-secLearn:before {
    display: none;
  }
}
.p-secLearn_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secLearn_title {
    background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
    background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
    padding: 5.3333333333vw;
  }
  .p-secLearn_title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/learn_bg.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
  .p-secLearn_title .c-titleStyle2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secLearn_cnt1 {
    margin-top: 8.0527086384%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLearn_cnt1 {
    background: #f8f8f8;
    padding: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secLearn_cnt1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-secLearn_cnt1 ul li {
  -webkit-flex-basis: 45.2415812592%;
      -ms-flex-preferred-size: 45.2415812592%;
          flex-basis: 45.2415812592%;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secLearn_cnt1 ul li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLearn_cnt1 ul li + li {
    margin-top: 6.6666666667vw;
  }
}
.p-secLearn_cnt1 ul li a {
  display: block;
  background-color: #f8f8f8;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-secLearn_cnt1 ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLearn_cnt1 ul li a {
    background-color: #fff;
  }
}
.p-secLearn_cnt1 ul li a * {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.p-secLearn_cnt1 ul li a > ._txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-secLearn_cnt1 ul li a > ._txt {
    padding: 6.6666666667vw 6.6666666667vw 2.6666666667vw;
  }
}
.p-secLearn_cnt1 ul li a > ._txt h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.125em;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .p-secLearn_cnt1 ul li a > ._txt h4 {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLearn_cnt1 ul li a > ._txt h4 {
    font-size: 6.6666666667vw;
  }
}
.p-secLearn_cnt1 ul li a > ._txt p {
  font-size: 1.5rem;
  line-height: 1;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-secLearn_cnt1 ul li a > ._txt p {
    margin: 2.6666666667vw 0;
    font-size: 3.2vw;
  }
}
.p-secLearn_cnt1 ul li a > ._img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-basis: 46.6019417476%;
      -ms-flex-preferred-size: 46.6019417476%;
          flex-basis: 46.6019417476%;
}
.p-secLearn_cnt1 ul li a > ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secLearn_cnt1 ul li a .c-btnStyle1 {
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .p-secLearn_cnt1 ul li a:hover {
    background-color: #0c3412;
  }
  .p-secLearn_cnt1 ul li a:hover * {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
  }
  .p-secLearn_cnt1 ul li a:hover .c-btnStyle1 > span._txt {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .p-secLearn_cnt1 ul li a:hover .c-btnStyle1 .c-icoArrow:before {
    background-color: #fff;
  }
  .p-secLearn_cnt1 ul li a:hover .c-btnStyle1 .c-icoArrow:after {
    background-color: #fff;
  }
  .p-secLearn_cnt1 ul li a:hover .c-btnStyle1 .c-icoArrow > i {
    border-color: #fff;
  }
  .p-secLearn_cnt1 ul li a:hover > ._img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}

/* ---------------------------------------
.p-secOther
--------------------------------------- */
.p-secOther {
  background-color: #f8f8f8;
}
@media screen and (min-width: 769px) {
  .p-secOther {
    padding-top: 10.4166666667%;
    padding-bottom: 5.2083333333%;
  }
}
@media screen and (min-width: 769px) {
  .p-secOther_cnt1 {
    margin-top: 110px;
  }
}
@media screen and (min-width: 769px) {
  .p-secOther_cnt1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul {
    margin: 0 auto;
  }
}
body[data-page-id=since_lq] .p-secOther_cnt1 ul li[data-page-id=since_lq], body[data-page-id=feelas] .p-secOther_cnt1 ul li[data-page-id=feelas], body[data-page-id=mezzo] .p-secOther_cnt1 ul li[data-page-id=mezzo], body[data-page-id=ticsy] .p-secOther_cnt1 ul li[data-page-id=ticsy], body[data-page-id=lab] .p-secOther_cnt1 ul li[data-page-id=lab] {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-secOther_cnt1 ul li {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secOther_cnt1 ul li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul li {
    width: 61.3333333333vw;
  }
  .p-secOther_cnt1 ul li + li {
    margin-left: 5.3333333333vw;
  }
}
.p-secOther_cnt1 ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
}
.p-secOther_cnt1 ul li a > ._img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.p-secOther_cnt1 ul li a > ._img img {
  width: 100%;
}
.p-secOther_cnt1 ul li a > ._logo {
  height: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul li a > ._logo {
    height: 22.1333333333vw;
  }
}
.p-secOther_cnt1 ul li a > ._logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-secOther_cnt1 ul li a > ._logo.-img1 img {
  width: 78px;
}
.p-secOther_cnt1 ul li a > ._logo.-img2 img {
  width: 143px;
}
.p-secOther_cnt1 ul li a > ._logo.-img3 img {
  width: 167px;
}
.p-secOther_cnt1 ul li a > ._logo.-img4 img {
  width: 100px;
}
.p-secOther_cnt1 ul li a > ._logo.-img5 img {
  width: 247px;
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul li a > ._logo.-img1 img {
    width: 16.64vw;
  }
  .p-secOther_cnt1 ul li a > ._logo.-img2 img {
    width: 30.5066666667vw;
  }
  .p-secOther_cnt1 ul li a > ._logo.-img3 img {
    width: 35.6266666667vw;
  }
  .p-secOther_cnt1 ul li a > ._logo.-img4 img {
    width: 21.3333333333vw;
  }
  .p-secOther_cnt1 ul li a > ._logo.-img5 img {
    width: 52.6933333333vw;
  }
}
.p-secOther_cnt1 ul li a > ._txt {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  padding: 0px 15px;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul li a > ._txt {
    height: 14.4vw;
  }
}
.p-secOther_cnt1 ul li a > ._txt p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul li a > ._txt p {
    font-size: 2.9333333333vw;
  }
}
.p-secOther_cnt1 ul li a > ._txt .c-icoArrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secOther_cnt1 ul li a > ._txt .c-icoArrow {
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secOther_cnt1 ul li a:hover > ._img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .p-secOther_cnt1 ul li a:hover > ._txt {
    background-color: #0c3412;
  }
  .p-secOther_cnt1 ul li a:hover > ._txt p {
    color: #fff;
  }
}

/* ---------------------------------------
.p-secEventLink
--------------------------------------- */
.p-secEventLink_cnt1 {
  max-width: 1150px;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-secEventLink_cnt1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventLink_cnt1 > ._img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-flex-basis: 58.8695652174%;
        -ms-flex-preferred-size: 58.8695652174%;
            flex-basis: 58.8695652174%;
  }
}
@media screen and (max-width: 768px) {
  .p-secEventLink_cnt1 > ._img {
    margin: 0 -5.3333333333vw;
  }
  .p-secEventLink_cnt1 > ._img img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventLink_cnt1 > ._txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .p-secEventLink_cnt1 > ._txt {
    text-align: center;
    padding-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventLink_cnt1 > ._txt .c-titleStyle1 {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventLink_cnt1 > ._txt .c-btnStyle1 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventLink_cnt1:hover ._img {
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
}

/* ---------------------------------------
.p-sec3dTour
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-sec3dTour {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-sec3dTour_in {
    padding-top: min(217px, 11.3020833333%);
    padding-bottom: min(253px, 13.1770833333%);
  }
}
.p-sec3dTour_title {
  position: relative;
  display: inline-block;
}
.p-sec3dTour_title .c-titleStyle2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 60px 90px 80px 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_title .c-titleStyle2 {
    padding: 4vw 8.8vw 4vw 5.3333333333vw;
  }
}
.p-sec3dTour_title:after {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_title:after {
    border-radius: 2.6666666667vw;
  }
}
.p-sec3dTour_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-sec3dTour_cnt1 {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_cnt1 {
    margin-top: -2.1333333333vw;
    position: relative;
  }
  .p-sec3dTour_cnt1:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
    background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
    position: absolute;
    z-index: 0;
    top: 1.8666666667vw;
    left: 1.8666666667vw;
    border-radius: 1.8666666667vw;
  }
}
.p-sec3dTour_movie {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-sec3dTour_movie {
    width: 1853px;
    height: clamp(400px, 36.71875vw, 705px);
  }
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_movie {
    height: 64vw;
    border-radius: 1.8666666667vw 1.8666666667vw 0 0;
    overflow: hidden;
  }
}
.p-sec3dTour_movie video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-sec3dTour_movie video {
    border-radius: 10px;
  }
}
.p-sec3dTour_movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 52, 18, 0.2);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_movie:before {
    border-radius: 1.8666666667vw 1.8666666667vw 0 0;
  }
}
.p-sec3dTour_movie:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_movie:after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-sec3dTour_btn {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-sec3dTour_btn {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_btn {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 9.3333333333vw;
    border-radius: 0 0 1.8666666667vw 1.8666666667vw;
  }
}
.p-sec3dTour_btn ul li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-sec3dTour_btn ul li + li {
    margin-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_btn ul li + li {
    margin-top: 8vw;
  }
}
.p-sec3dTour_btn ul li h3 {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-sec3dTour_btn ul li h3 {
    font-size: 3.36rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec3dTour_btn ul li h3 {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

/* ---------------------------------------
.p-secSimulation
--------------------------------------- */
.p-secSimulation {
  background-color: #f1f1f1;
}
@media screen and (min-width: 769px) {
  .p-secSimulation {
    padding-top: min(87px, 4.53125%);
    padding-bottom: min(156px, 8.125%);
  }
}
.p-secSimulation_cnt1 {
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1 {
    margin-top: 6.149341142%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 {
    display: block;
  }
}
.p-secSimulation_cnt1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  background: linear-gradient(315deg, rgb(150, 200, 150) 0%, rgb(198, 220, 188) 100%);
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1:after {
    z-index: 0;
    top: 1.8666666667vw;
    left: 1.8666666667vw;
    border-radius: 1.8666666667vw;
  }
}
.p-secSimulation_cnt1 > ._txt {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1 > ._txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 15px 0 0 15px;
    padding: 20px 5.8565153734%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 > ._txt {
    padding: 8vw 6.6666666667vw;
    border-radius: 0 0 1.8666666667vw 1.8666666667vw;
  }
}
.p-secSimulation_cnt1 > ._txt h3 {
  font-size: 3.7rem;
  letter-spacing: 0.155em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secSimulation_cnt1 > ._txt h3 {
    font-size: 2.59rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 > ._txt h3 {
    text-align: center;
    font-size: 4.8vw;
  }
}
.p-secSimulation_cnt1 > ._txt ._btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 > ._txt ._btn {
    margin-top: 5.8666666667vw;
  }
}
.p-secSimulation_cnt1 > ._txt ._btn .c-btnStyle2 {
  width: 100%;
}
.p-secSimulation_cnt1 > ._img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1 > ._img {
    -webkit-flex-basis: 49.9267935578%;
        -ms-flex-preferred-size: 49.9267935578%;
            flex-basis: 49.9267935578%;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-secSimulation_cnt1 > ._img {
    border-radius: 1.8666666667vw 1.8666666667vw 0 0;
    overflow: hidden;
  }
}
.p-secSimulation_cnt1 > ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secSimulation_cnt1 > ._img .js-simulation-swiper {
  height: 100%;
}
.p-secSimulation_cnt1 > ._img .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 100%;
}
.p-secSimulation_cnt1 > ._img .swiper-slide {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}
@media screen and (min-width: 769px) {
  .p-secSimulation_cnt1:hover > ._img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}

/* ---------------------------------------

ticsy

--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secLeadTicsy_in {
    aspect-ratio: 1366/850;
  }
}
.p-secLeadTicsy_txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secLeadTicsy_txt {
    margin-bottom: 120px;
  }
}
.p-secLeadTicsy_txt p {
  font-size: 2rem;
  line-height: 2.7;
  letter-spacing: 0.215em;
}
@media screen and (max-width: 768px) {
  .p-secLeadTicsy_txt p {
    font-size: 3.4666666667vw;
    line-height: 2.1;
    letter-spacing: 0em;
  }
}
.p-secLeadTicsy_nav {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-secLeadTicsy_nav {
    display: none;
  }
}
.p-secLeadTicsy_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 39.1654465593%;
  width: 47.5841874085%;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-secLeadTicsy_nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-secLeadTicsy_nav ul li {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.p-secLeadTicsy_nav ul li:nth-child(odd) {
  -webkit-flex-basis: 49.9065420561%;
      -ms-flex-preferred-size: 49.9065420561%;
          flex-basis: 49.9065420561%;
  -webkit-flex-basis: 41.0769230769%;
      -ms-flex-preferred-size: 41.0769230769%;
          flex-basis: 41.0769230769%;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-secLeadTicsy_nav ul li {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.p-secLeadTicsy_nav ul li a {
  display: block;
}
.p-secLeadTicsy_nav ul li a ._logo {
  display: block;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-secLeadTicsy_nav ul li a ._logo.-img1 {
  width: 80px;
}
.p-secLeadTicsy_nav ul li a ._logo.-img2 {
  width: 112px;
}
.p-secLeadTicsy_nav ul li a ._logo.-img3 {
  width: 106px;
}
.p-secLeadTicsy_nav ul li a ._logo.-img4 {
  width: 91px;
}
.p-secLeadTicsy_nav ul li a ._logo.-img5 {
  width: 93px;
}
.p-secLeadTicsy_nav ul li a ._logo.-img6 {
  width: 106px;
}
.p-secLeadTicsy_nav ul li a ._logo img {
  width: 100%;
}
.p-secLeadTicsy_nav ul li a ._title {
  margin-top: 8px;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 3.1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.125em;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secLeadTicsy_nav ul li a ._title {
    font-size: 2.48rem;
  }
}
.p-secLeadTicsy_nav ul li a ._title:after {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.p-secLeadTicsy_nav ul li a.is-current ._title:after, .p-secLeadTicsy_nav ul li a:hover ._title:after {
  width: 100%;
}
.p-secLeadTicsy_img {
  position: absolute;
  width: 100%;
  z-index: 2;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-secLeadTicsy_img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLeadTicsy_img {
    display: none;
  }
}
.p-secLeadTicsy_img ._img {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.5446559297%;
}
.p-secLeadTicsy_img ._img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0.5;
  -webkit-animation: oval-anime 8s linear -4s infinite;
          animation: oval-anime 8s linear -4s infinite;
}
.p-secLeadTicsy_img ._img.is-current img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 1;
}
.p-secLeadTicsy_img ._img.-img1 img {
  -webkit-animation: oval-anime 8s linear -2s infinite;
          animation: oval-anime 8s linear -2s infinite;
}
.p-secLeadTicsy_img ._img.-img2 img {
  -webkit-animation: oval-anime 6s linear -3s infinite;
          animation: oval-anime 6s linear -3s infinite;
}
.p-secLeadTicsy_img ._img.-img3 img {
  -webkit-animation: oval-anime 7s linear -4s infinite;
          animation: oval-anime 7s linear -4s infinite;
}
.p-secLeadTicsy_img ._img.-img4 img {
  -webkit-animation: oval-anime 5s linear -3s infinite;
          animation: oval-anime 5s linear -3s infinite;
}
.p-secLeadTicsy_img ._img.-img5 img {
  -webkit-animation: oval-anime 9s linear -6s infinite;
          animation: oval-anime 9s linear -6s infinite;
}
.p-secLeadTicsy_img ._img.-img6 img {
  -webkit-animation: oval-anime 4s linear 0s infinite;
          animation: oval-anime 4s linear 0s infinite;
}
.p-secLeadTicsy_img ._img.-img1 {
  margin-top: -3%;
  margin-right: 38%;
}
.p-secLeadTicsy_img ._img.-img2 {
  margin-top: -6%;
  margin-right: 18%;
}
.p-secLeadTicsy_img ._img.-img3 {
  margin-top: -2%;
  margin-right: -2%;
}
.p-secLeadTicsy_img ._img.-img4 {
  margin-top: 14%;
  margin-right: -1%;
}
.p-secLeadTicsy_img ._img.-img5 {
  margin-top: 23%;
  margin-right: 19%;
}
.p-secLeadTicsy_img ._img.-img6 {
  margin-top: 15%;
  margin-right: 37%;
}

.p-secInterior {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secInterior_cnt1 {
    margin-top: 90px;
    display: block !important;
  }
}
.p-secInterior_cnt1_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-secInterior_cnt1_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-secInterior_cnt1_item + .p-secInterior_cnt1_item {
    margin-top: 20px;
  }
}
.p-secInterior_cnt1_item_img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-secInterior_cnt1_item_img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_img {
    aspect-ratio: 375/257;
  }
}
.p-secInterior_cnt1_item_img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_img img {
    width: 110%;
    height: 110%;
  }
}
.p-secInterior_cnt1_item_img ._bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_img ._bg {
    display: none;
  }
}
.p-secInterior_cnt1_item_txt {
  background: #96c896;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-secInterior_cnt1_item_txt {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: min(180px, 9.375%);
    padding-right: min(180px, 9.375%);
    padding-top: min(140px, 7.2916666667%);
    padding-bottom: min(120px, 6.25%);
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secInterior_cnt1_item_txt {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_txt {
    padding: 6.6666666667vw;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
.p-secInterior_cnt1_item_txt > * {
  position: relative;
}
.p-secInterior_cnt1_item_txt ._logo {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50px;
}
.p-secInterior_cnt1_item_txt ._logo.-img1 img {
  width: 140px;
}
.p-secInterior_cnt1_item_txt ._logo.-img2 img {
  width: 192px;
}
.p-secInterior_cnt1_item_txt ._logo.-img3 img {
  width: 164px;
}
.p-secInterior_cnt1_item_txt ._logo.-img4 img {
  width: 164px;
}
.p-secInterior_cnt1_item_txt ._logo.-img5 img {
  width: 140px;
}
.p-secInterior_cnt1_item_txt ._logo.-img6 img {
  width: 164px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secInterior_cnt1_item_txt ._logo.-img1 img {
    width: 112px;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img2 img {
    width: 153.6px;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img3 img {
    width: 131.2px;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img4 img {
    width: 131.2px;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img5 img {
    width: 112px;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img6 img {
    width: 131.2px;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_txt ._logo {
    height: 5.3333333333vw;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img1 img {
    width: 16vw;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img2 img {
    width: 29.0666666667vw;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img3 img {
    width: 19.2vw;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img4 img {
    width: 17.3333333333vw;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img5 img {
    width: 18.6666666667vw;
  }
  .p-secInterior_cnt1_item_txt ._logo.-img6 img {
    width: 19.2vw;
  }
}
.p-secInterior_cnt1_item_txt ._title {
  margin-top: 15px;
  font-size: 6.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-secInterior_cnt1_item_txt ._title {
    font-size: 4.96rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_txt ._title {
    margin-top: 2.6666666667vw;
    font-size: 6.9333333333vw;
  }
}
.p-secInterior_cnt1_item_txt ._body {
  margin-top: 50px;
  margin-top: min(80px, 8.3333333333%);
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_txt ._body {
    margin-top: 5.3333333333vw;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-secInterior_cnt1_item_txt ._design {
  margin-top: 75px;
  margin-top: min(80px, 8.3333333333%);
  width: 290px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_txt ._design {
    margin-top: 6.6666666667vw;
    width: 100%;
  }
}
.p-secInterior_cnt1_item_txt ._bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-secInterior_cnt1_item_txt ._bg {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secInterior_cnt1_item.-reverse .p-secInterior_cnt1_item_img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-secInterior_cnt1_item.-reverse .p-secInterior_cnt1_item_txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-secInterior .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  .p-secInterior .swiper-pagination {
    display: none;
  }
}
.p-secInterior .swiper-pagination-bullet {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-flex-basis: 6.6666666667vw;
      -ms-flex-preferred-size: 6.6666666667vw;
          flex-basis: 6.6666666667vw;
  background-color: #96c896;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
  border-radius: 1.3333333333vw;
  margin: 0 2.6666666667vw;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.p-secInterior .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  background-color: #0c3412;
}

/* ---------------------------------------

event

--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secEventList_lead {
    text-align: center;
  }
}
.p-secEventList_cnt1 {
  max-width: 1160px;
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 {
    margin-top: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventList_cnt1 > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-secEventList_cnt1 > ul > li {
  position: relative;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  background-color: #fff;
  margin: 0 2%;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li + li {
    margin-top: 6.4vw;
  }
}
.p-secEventList_cnt1 > ul > li ._new {
  position: absolute;
  top: -17px;
  left: -17px;
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 100px;
  background: #79a242;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 73px;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._new {
    top: -2.9333333333vw;
    left: -2.4vw;
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    line-height: 12.5333333333vw;
    font-size: 3.2vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt {
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt {
    padding: 6.6666666667vw 8vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt ._date {
  color: #79a242;
  font-size: 2.1rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt ._date {
    font-size: 4.8vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt ._title {
  font-size: 2.1rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt ._title {
    font-size: 4.8vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt ._list {
  margin-top: 20px;
  border-top: 1px dashed #d3d3d3;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt ._list {
    margin-top: 4.8vw;
    padding-top: 4.8vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt ._list dt {
  font-size: 1.6rem;
  color: #79a242;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt ._list dt {
    font-size: 3.4666666667vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt ._list dd {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt ._list dd {
    padding-top: 1.3333333333vw;
  }
}
.p-secEventList_cnt1 > ul > li ._txt ._list dd ul li {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-secEventList_cnt1 > ul > li ._txt ._list dd ul li {
    font-size: 3.2vw;
  }
}
.p-secEventList_btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secEventList_btn {
    margin-top: 13.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-secCampaign_cnt1 {
    margin: 0 -5.3333333333vw;
  }
}
.p-secCampaign_btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secCampaign_btn {
    margin-top: 13.3333333333vw;
  }
}

.p-EventSlider .swiper-slide img {
  width: 100%;
}
.p-EventSlider .swiper-pagination {
  z-index: 100;
  width: 100%;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-EventSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    height: 18.6666666667vw;
  }
}
.p-EventSlider .swiper-pagination-bullet {
  margin: 0 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-EventSlider .swiper-pagination-bullet {
    margin: 0 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-EventSlider .swiper-pagination-bullet-active {
  background: #79a242;
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-font-jp {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
@media screen and (max-width: 650px) {
  .u-customhide {
    display: none !important;
  }
}
/* ===================================
Page
=================================== */
/*
 * _page_top.scss
 */
/* ---------------------------------------

top

--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 600px;
  }
}
.p-secTop_cnt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-secTop_cnt.-kariya a, .p-secTop_cnt.-toyota a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-kariya a, .p-secTop_cnt.-toyota a {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a, .p-secTop_cnt.-toyota a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 375/160;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-secTop_cnt.-kariya a > ._logo, .p-secTop_cnt.-toyota a > ._logo {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._logo, .p-secTop_cnt.-toyota a > ._logo {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.p-secTop_cnt.-kariya a > ._logo img, .p-secTop_cnt.-toyota a > ._logo img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._logo img, .p-secTop_cnt.-toyota a > ._logo img {
    width: 90%;
  }
}
.p-secTop_cnt.-kariya a > ._btn, .p-secTop_cnt.-toyota a > ._btn {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-kariya a > ._btn, .p-secTop_cnt.-toyota a > ._btn {
    margin: 10% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._btn, .p-secTop_cnt.-toyota a > ._btn {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.p-secTop_cnt.-kariya a > ._img, .p-secTop_cnt.-toyota a > ._img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-secTop_cnt.-kariya a > ._img ul, .p-secTop_cnt.-toyota a > ._img ul {
  position: relative;
  z-index: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 25% 25% 25% 25%;
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-kariya a > ._img ul, .p-secTop_cnt.-toyota a > ._img ul {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._img ul, .p-secTop_cnt.-toyota a > ._img ul {
    height: 100%;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 50% 50%;
  }
}
.p-secTop_cnt.-kariya a > ._img ul li, .p-secTop_cnt.-toyota a > ._img ul li {
  position: relative;
  overflow: hidden;
}
.p-secTop_cnt.-kariya a > ._img ul li img, .p-secTop_cnt.-toyota a > ._img ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secTop_cnt.-kariya a > ._img ul li:nth-child(1), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._img ul li:nth-child(1), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.p-secTop_cnt.-kariya a > ._img ul li:nth-child(2), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 3;
  grid-row-end: 5;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._img ul li:nth-child(2), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(2) {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.p-secTop_cnt.-kariya a > ._img ul li:nth-child(3), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 3;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._img ul li:nth-child(3), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(3) {
    grid-column-start: 4;
    grid-row-start: 1;
  }
}
.p-secTop_cnt.-kariya a > ._img ul li:nth-child(4), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 4;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._img ul li:nth-child(4), .p-secTop_cnt.-toyota a > ._img ul li:nth-child(4) {
    grid-column-start: 4;
    grid-row-start: 2;
  }
}
.p-secTop_cnt.-kariya a > ._img ul li ._bg, .p-secTop_cnt.-toyota a > ._img ul li ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f8f8f8;
}
.p-secTop_cnt.-kariya a > ._img > ._bg, .p-secTop_cnt.-toyota a > ._img > ._bg {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-kariya a > ._img > ._bg, .p-secTop_cnt.-toyota a > ._img > ._bg {
    height: 100%;
  }
}
.p-secTop_cnt.-kariya {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p-secTop_cnt.-kariya a > ._img > ._bg {
  background-color: rgba(168, 204, 128, 0.3);
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-kariya a:hover > ._img > ._bg {
    background-color: rgba(168, 204, 128, 0.8);
  }
}
.p-secTop_cnt.-toyota {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.p-secTop_cnt.-toyota a > ._img > ._bg {
  background-color: rgba(246, 184, 144, 0.5);
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-toyota a:hover > ._img > ._bg {
    background-color: rgba(246, 184, 144, 0.8);
  }
}
.p-secTop_cnt.-main {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-secTop_cnt.-main {
    -webkit-flex-basis: 38%;
        -ms-flex-preferred-size: 38%;
            flex-basis: 38%;
  }
}
.p-secTop_cnt.-main ._logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-main ._logo {
    margin-top: 13.3333333333vw;
  }
}
.p-secTop_cnt.-main ._logo img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-main ._logo img {
    width: 54.1333333333vw;
  }
}
.p-secTop_cnt.-main ._body {
  position: relative;
  z-index: 1;
  margin-top: 20%;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-main ._body {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .p-secTop_cnt.-main ._body {
    font-size: 12px;
  }
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .p-secTop_cnt.-main ._body {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt.-main ._body {
    text-align: center;
    margin-top: 11.7333333333vw;
    margin-bottom: 8.5333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secTop_cnt.-main ._thc {
    position: relative;
    z-index: 1;
    margin-top: 15%;
    text-align: center;
  }
  .p-secTop_cnt.-main ._thc img {
    width: 30%;
    min-width: 150px;
  }
  .p-secTop_cnt.-main ._bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
  }
  .p-secTop_cnt.-main ._copyright {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .p-secTop_cnt.-main ._thc {
    margin-top: 7%;
  }
}
.p-secTop_cnt2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secTop_cnt2 {
    display: block;
    position: relative;
    height: 38.4vw;
    overflow: hidden;
  }
  .p-secTop_cnt2 ._thc {
    margin-top: 6.9333333333vw;
    text-align: center;
  }
  .p-secTop_cnt2 ._thc img {
    width: 29.6vw;
  }
  .p-secTop_cnt2 ._bg {
    position: absolute;
    bottom: -12.2666666667vw;
    left: 0;
  }
  .p-secTop_cnt2 ._copyright {
    position: absolute;
    bottom: 2.6666666667vw;
    text-align: center;
    width: 100%;
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style.css.map */