@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 700;
  font-style: italic;
  src: url(./../font/myriadpro-boldit.woff2) format("woff2"), url(./../font/myriadpro-boldit.woff) format("woff");
}

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 600;
  font-style: italic;
  src: url(./../font/myriadpro-semiboldit.woff2) format("woff2"), url(./../font/myriadpro-semiboldit.woff) format("woff");
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

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

:focus {
  outline: 0;
}

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 2.6667vw;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-family: "YuGothic", "YuGothicM", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.86;
  margin: 0;
  padding: 0;
  min-width: 800px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}

[data-device='sp'] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  [data-device='sp'] {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  [data-device='pc'] {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
  }
}

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

.text-center {
  text-align: center !important;
}

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

.text-en {
  font-family: "Myriad Pro", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #F74954;
}

.text-bold {
  font-weight: bold;
}

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF264));
  background: linear-gradient(transparent 70%, #FFF264 70%);
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 0.8em;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

[data-fit='true'] {
  overflow: hidden;
}

[data-fit='true'] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ruby {
  line-height: 2.5;
}

ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5000;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: bold;
  letter-spacing: .01em;
  padding: 3rem 5.9rem 0 3rem;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: .7rem 1.5rem 0 1.3rem;
  }
}

.l-header[data-header="fixed"] {
  position: fixed;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  position: static;
}

.l-header__title {
  pointer-events: all;
}

.l-header__title a {
  display: block;
  padding-bottom: 0.6rem;
  color: #333333;
  font-size: 2.5rem;
  line-height: 1.2;
  background: #fff;
  border-radius: 1.86rem;
  width: 14.1rem;
  padding: 1.5rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-header__title a {
    width: 4.8rem;
    padding: .5rem 0;
    border-radius: .5rem;
  }
}

.l-header__title a img {
  width: 9.36rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-header__title a img {
    width: 3.5rem;
  }
}

.l-header__links {
  margin: -.2rem 0 0 auto;
  padding: 0;
  pointer-events: all;
  z-index: 6000;
}

.l-header__links > li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.l-header__links > li[data-contents="menu"] button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 4.7rem;
  height: 4.7rem;
  border: 0;
  background: none;
  outline: none;
}

@media screen and (min-width: 769px) {
  .l-header__links > li[data-contents="menu"] button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
  }
  .l-header__links > li[data-contents="menu"] button:hover {
    opacity: .6;
  }
}

.l-header__links > li[data-contents="menu"] button::before, .l-header__links > li[data-contents="menu"] button::after {
  content: '';
}

.l-header__links > li[data-contents="menu"] button::before, .l-header__links > li[data-contents="menu"] button::after,
.l-header__links > li[data-contents="menu"] button span {
  display: block;
  width: 3.8rem;
  height: .2rem;
  background: #000;
  position: absolute;
  top: 1.1rem;
  right: .45rem;
  -webkit-transition: opacity .3s, background .3s, width .3s, -webkit-transform .3s;
  transition: opacity .3s, background .3s, width .3s, -webkit-transform .3s;
  transition: opacity .3s, background .3s, width .3s, transform .3s;
  transition: opacity .3s, background .3s, width .3s, transform .3s, -webkit-transform .3s;
}

.l-header__links > li[data-contents="menu"] button span {
  width: 2.8rem;
  top: 2.2rem;
}

.l-header__links > li[data-contents="menu"] button::after {
  width: 1.8rem;
  top: 3.3rem;
}

@media screen and (min-width: 769px) {
  .l-header__links > li[data-contents="menu"] button:hover::before, .l-header__links > li[data-contents="menu"] button:hover::after,
  .l-header__links > li[data-contents="menu"] button:hover span {
    width: 3.8rem;
  }
}

.l-header__links > li[data-contents="menu"] button.nav-open::before, .l-header__links > li[data-contents="menu"] button.nav-open::after,
.l-header__links > li[data-contents="menu"] button.nav-open span {
  width: 3.8rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2.2rem;
  right: .5rem;
}

.l-header__links > li[data-contents="menu"] button.nav-open span {
  opacity: 0;
}

.l-header__links > li[data-contents="menu"] button.nav-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-footer {
  padding: 19.4rem 2rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 8rem 0 0;
    overflow: hidden;
  }
}

.l-footer__pagetop {
  position: absolute;
  right: 4.9rem;
  bottom: 3rem;
  width: 4rem;
  z-index: 2000;
}

@media screen and (max-width: 768px) {
  .l-footer__pagetop {
    width: 2.3rem;
    right: 1.2rem;
    bottom: 2rem;
  }
}

.l-footer__pagetop a {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #F74954;
  font-style: italic;
  font-size: 2.2rem;
  font-family: "Myriad Pro", sans-serif;
  padding-top: 8.2rem;
}

@media screen and (max-width: 768px) {
  .l-footer__pagetop a {
    font-size: 1.25rem;
    padding-top: 4.4rem;
  }
}

.l-footer__pagetop a::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 6.9rem;
  background: url(./../img/common/icon_pagetop.svg) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: btn-pagetop;
          animation-name: btn-pagetop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .l-footer__pagetop a::after {
    width: .855rem;
    height: 3.86rem;
    background-size: 100% auto;
    -webkit-animation-name: btn-pagetop-sp;
            animation-name: btn-pagetop-sp;
  }
}

.l-footer__logo {
  width: 17.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 8.8rem;
  }
}

.l-footer__instagram {
  margin: 5.6rem 0 6.5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__instagram {
    margin: 2.9rem 0 3.5rem;
  }
}

.l-footer__instagram a {
  display: block;
  width: 23.3rem;
  margin: 0 auto;
  background: #F74954;
  color: #fff;
  font-size: 3.18rem;
  font-weight: bold;
  font-style: italic;
  border-radius: 2rem;
  padding: 1.8rem .5rem 1.2rem;
  font-family: "Myriad Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  .l-footer__instagram a {
    width: 11.7rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: .9rem .25rem .6rem;
  }
}

.l-footer__instagram a img {
  margin-right: .5rem;
  vertical-align: -1rem;
}

@media screen and (max-width: 768px) {
  .l-footer__instagram a img {
    width: 2.2rem;
    margin-right: .3rem;
    vertical-align: -.5rem;
  }
}

.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72.9rem;
  margin: 4.9rem auto 5.6rem;
}

@media screen and (max-width: 768px) {
  .l-footer__link {
    width: 32.5rem;
    margin: 1.5rem auto 3.6rem;
  }
  .l-footer__link li {
    width: 15.7rem;
  }
}

.l-footer h2 {
  font-size: 2rem;
  width: 75.8rem;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 768px) {
  .l-footer h2 {
    font-size: 1rem;
    width: 32.5rem;
    margin: 0 auto 1.5rem;
  }
}

.l-footer h2::before {
  content: '';
  display: block;
  height: .1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #BFBFBF;
}

@media screen and (max-width: 768px) {
  .l-footer h2::before {
    display: none;
  }
}

.l-footer h2 span {
  display: inline-block;
  background: #fff;
  z-index: 5;
  padding: 0 1.5rem;
}

.l-footer__contact {
  width: 62.8rem;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l-footer__contact {
    width: 32.5rem;
    margin-top: -.2rem;
  }
}

.l-footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.8rem 4.5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-item {
    padding: 0 0 2.1rem;
  }
}

.l-footer__contact-title {
  width: 21.5rem;
  padding-top: .9rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-title {
    width: 11rem;
    padding-top: .4rem;
  }
}

.l-footer__contact-title h3 {
  background: #F74954;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  border-radius: .5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-title h3 {
    font-size: .93rem;
    border-radius: .25rem;
  }
}

.l-footer__contact-title p {
  font-size: 2rem;
  line-height: 1.3;
  margin: 1.5rem 0 0 1.8rem;
}

@media screen and (max-width: 768px) {
  .l-footer__contact-title p {
    font-size: .93rem;
    margin: .7rem 0 0 .7rem;
  }
}

.l-footer__contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4.6rem;
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0;
}

/*.l-footer__contact-info a {
  text-decoration: underline;
}*/

@media screen and (max-width: 768px) {
  .l-footer__contact-info {
    padding-left: 2.15rem;
    font-size: .93rem;
    line-height: 1.55;
  }
}

.l-footer__copyright {
  padding: 5.6rem 2rem 6.8rem;
  font-size: 1.5rem;
  letter-spacing: .06em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: .9rem;
    padding: 3.5rem 2rem 2.3rem;
  }
}

.l-main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  letter-spacing: 0.05em;
	word-wrap : break-word;
  overflow-wrap : break-word;
}

@media screen and (max-width: 768px) {
  .l-main {
    font-size: 1.4rem;
  }
}

.l-main__section--padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .l-main__section--padding {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.l-main__section--padding-t {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .l-main__section--padding-t {
    padding-top: 4rem;
  }
}

.l-main__section--padding-b {
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .l-main__section--padding-b {
    padding-bottom: 5rem;
  }
}

.l-main__section-inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .l-main__section-inner {
    width: calc(100% - 4rem);
  }
}

.l-main__title {
  text-align: center;
  padding: 15.8rem 0 3.3rem;
}

@media screen and (max-width: 768px) {
  .l-main__title {
    padding: 6.7rem 0 2.5rem;
  }
}

.l-main__title-h1 {
  font-family: "Myriad Pro", sans-serif;
  color: #F74954;
  font-size: 10.45rem;
  font-style: italic;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-main__title-h1 {
    font-size: 3.8rem;
    letter-spacing: 0;
    line-height: 1.05;
  }
}

.l-main__title-h1 img {
  display: block;
  width: 10.9rem;
  margin: 0 auto -2px;
}

@media screen and (max-width: 768px) {
  .l-main__title-h1 img {
    width: 4rem;
  }
}

.l-main__lead {
  width: 72rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin: 0 auto 2.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .l-main__lead {
    width: auto;
    font-size: 3.46667vw;
    margin: 0 2.4rem 2.5rem;
    line-height: 1.65;
  }
}

.l-main a {
  text-decoration: none;
}

.c-nav-global {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 5000;
  overflow: auto;
  pointer-events: all;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #F74954;
}

.c-nav-global::-webkit-scrollbar {
  display: none;
}

.c-nav-global__body {
  /* padding-bottom: 5rem; */
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-nav-global__body {
    padding-bottom: 2rem;
  }
}

.c-nav-global__list {
  color: #fff;
  /* padding: 13.2rem 0 9.7rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-nav-global__list {
    padding: 7.7rem 0 3.3rem;
  }
}

.c-nav-global__list-item a {
  display: block;
  font-family: "Myriad Pro", sans-serif;
  font-size: 3.86rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  letter-spacing: .04em;
}

@media screen and (max-width: 768px) {
  .c-nav-global__list-item a {
    font-size: 2.2rem;
    margin-bottom: 1.1rem;
  }
}

.c-nav-global__list-instagram {
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global__list-instagram {
    margin-top: 4.5rem;
  }
}

.c-nav-global__list-instagram a {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global__list-instagram a {
    font-size: 1.5rem;
  }
}

.c-nav-global__list-instagram a img {
  vertical-align: -1rem;
  margin-right: .5rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global__list-instagram a img {
    width: 2.2rem;
    vertical-align: -.5rem;
    margin-right: .3rem;
  }
}

.c-nav-global__logo {
  width: 17.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-nav-global__logo {
    width: 8.8rem;
  }
}

.c-nav-global__instagram {
  margin: 5.6rem 0 6.5rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global__instagram {
    margin: 2.9rem 0 3.5rem;
  }
}

.c-nav-global__instagram a {
  display: block;
  width: 23.3rem;
  margin: 0 auto;
  background: #F74954;
  color: #fff;
  font-size: 3.18rem;
  font-weight: bold;
  font-style: italic;
  border-radius: 2rem;
  padding: 1.8rem .5rem 1.2rem;
  font-family: "Myriad Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  .c-nav-global__instagram a {
    width: 11.7rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: .9rem .25rem .6rem;
  }
}

.c-nav-global__instagram a img {
  margin-right: .5rem;
  vertical-align: -1rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global__instagram a img {
    width: 2.2rem;
    margin-right: .3rem;
    vertical-align: -.5rem;
  }
}

.c-nav-global__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72.9rem;
  margin: 4.9rem auto 5.6rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global__link {
    width: 32.5rem;
    margin: 1.5rem auto 3.6rem;
  }
  .c-nav-global__link li {
    width: 15.7rem;
  }
}

.c-nav-global h2 {
  font-size: 2rem;
  width: 75.8rem;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 768px) {
  .c-nav-global h2 {
    font-size: 1rem;
    width: 32.5rem;
    margin: 0 auto 1.5rem;
  }
}

.c-nav-global h2::before {
  content: '';
  display: block;
  height: .1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #BFBFBF;
}

@media screen and (max-width: 768px) {
  .c-nav-global h2::before {
    display: none;
  }
}

.c-nav-global h2 span {
  display: inline-block;
  background: #fff;
  z-index: 5;
  padding: 0 1.5rem;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  color: #F74954;
  font-size: 3rem;
  font-family: "Myriad Pro", sans-serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  padding-right: 9.8rem;
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 2.25rem;
    padding-right: 8.4rem;
  }
}

.c-btn::after {
  content: '';
  display: block;
  width: 8.8rem;
  height: 1rem;
  background: url(./../img/common/icon_arrow.svg) no-repeat right top/8.8rem 1rem;
  position: absolute;
  z-index: 1111;
  left: calc(100% - 8.8rem);
  bottom: .8rem;
  -webkit-transition: right .3s;
  transition: right .3s;
}

@media screen and (max-width: 768px) {
  .c-btn::after {
    width: 7rem;
    height: .7rem;
    background-size: 7rem .7rem;
    left: calc(100% - 7rem);
    bottom: .6rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn:hover::after {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: btn-arrow;
            animation-name: btn-arrow;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.c-btn--white {
  color: #fff;
}

.c-btn--white::after {
  background-image: url(./../img/common/icon_arrow_white.svg);
}

.c-btn--back {
  padding-left: 9.8rem;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .c-btn--back {
    padding-left: 8.4rem;
  }
}

.c-btn--back::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: calc(100% - 8.8rem);
}

@media screen and (max-width: 768px) {
  .c-btn--back::after {
    right: calc(100% - 7rem);
  }
}

/*/ margin
// 汎用パーツのmarinを統一したい時

$pc-margin-0: 3rem;
$pc-margin-1: 1rem;
$pc-margin-2: 2rem;
$pc-margin-3: 4rem;
$pc-margin-4: 5rem;
$pc-margin-5: 6rem;

$sp-margin-0: 2rem;
$sp-margin-1: 1rem;
$sp-margin-2: 1.5rem;
$sp-margin-3: 2rem;
$sp-margin-4: 3rem;
$sp-margin-5: 6rem;

// ========== ========== ========== */
.u-margin__top-0 {
  margin-top: 0 !important;
}

.u-margin__top-xs {
  margin-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__top-xs {
    margin-top: 1rem !important;
  }
}

.u-margin__top-s {
  margin-top: 2rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__top-s {
    margin-top: 1.5rem !important;
  }
}

.u-margin__top-m {
  margin-top: 3rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__top-m {
    margin-top: 2rem !important;
  }
}

.u-margin__top-l {
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__top-l {
    margin-top: 2rem !important;
  }
}

.u-margin__top-xl {
  margin-top: 5rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__top-xl {
    margin-top: 3rem !important;
  }
}

.u-margin__top-xxl {
  margin-top: 6rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__top-xxl {
    margin-top: 6rem !important;
  }
}

.u-margin__bottom-0 {
  margin-bottom: 0 !important;
}

.u-margin__bottom-xs {
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__bottom-xs {
    margin-bottom: 1rem !important;
  }
}

.u-margin__bottom-s {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__bottom-s {
    margin-bottom: 1.5rem !important;
  }
}

.u-margin__bottom-m {
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__bottom-m {
    margin-bottom: 2rem !important;
  }
}

.u-margin__bottom-l {
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__bottom-l {
    margin-bottom: 2rem !important;
  }
}

.u-margin__bottom-xl {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__bottom-xl {
    margin-bottom: 3rem !important;
  }
}

.u-margin__bottom-xxl {
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 768px) {
  .u-margin__bottom-xxl {
    margin-bottom: 6rem !important;
  }
}

/* inview
----------------------------------------*/
[data-a-inview="inview"] {
  -webkit-transition: all 1.2s ease-out;
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview="inview"][data-inview="true"] {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

[data-a-inview="fadeup"] {
  -webkit-transform: translateY(40px);
  -webkit-transition: all 0.35s ease-out;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.35s ease-out;
}

[data-a-inview="fadeup"][data-inview="true"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview="fadeup2"] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 0.85s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 0.85s ease-out;
}

[data-a-inview="fadeup2"][data-inview="true"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview="fadeup3"] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 1.35s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 1.35s ease-out;
}

[data-a-inview="fadeup3"][data-inview="true"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview="inleft"] {
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.35s ease-out;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.35s ease-out;
}

[data-a-inview="inleft"][data-inview="true"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview="inleft2"] {
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.85s ease-out;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.85s ease-out;
}

[data-a-inview="inleft2"][data-inview="true"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview="inright"] {
  -webkit-transform: translateX(0px);
  -webkit-transition: all 0.5s ease-out;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

[data-a-inview="inright2"] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.25s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.25s;
}

[data-a-inview="inright3"] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.5s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}

[data-a-inview="inright4"] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.75s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.75s;
}

[data-a-inview="inright"][data-inview="true"],
[data-a-inview="inright2"][data-inview="true"],
[data-a-inview="inright3"][data-inview="true"],
[data-a-inview="inright4"][data-inview="true"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes kv-scroll {
  0% {
    height: 0;
    background-position: left top;
    top: 6.2rem;
  }
  50% {
    height: 6.9rem;
    background-position: left top;
    top: 6.2rem;
  }
  50.1% {
    height: 6.9rem;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
  100% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
}

@keyframes kv-scroll {
  0% {
    height: 0;
    background-position: left top;
    top: 6.2rem;
  }
  50% {
    height: 6.9rem;
    background-position: left top;
    top: 6.2rem;
  }
  50.1% {
    height: 6.9rem;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
  100% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
}

@-webkit-keyframes kv-scroll-sp {
  0% {
    height: 0;
    background-position: left top;
    top: 3.51rem;
  }
  50% {
    height: 3.86rem;
    background-position: left top;
    top: 3.51rem;
  }
  50.1% {
    height: 3.86rem;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
  100% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
}

@keyframes kv-scroll-sp {
  0% {
    height: 0;
    background-position: left top;
    top: 3.51rem;
  }
  50% {
    height: 3.86rem;
    background-position: left top;
    top: 3.51rem;
  }
  50.1% {
    height: 3.86rem;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
  100% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 0;
  }
}

@-webkit-keyframes kv-arrow {
  0% {
    background-position: right 9.9rem top;
  }
  40% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}

@keyframes kv-arrow {
  0% {
    background-position: right 9.9rem top;
  }
  40% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}

@-webkit-keyframes btn-arrow {
  0% {
    background-position: right 8.8rem top;
  }
  40% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}

@keyframes btn-arrow {
  0% {
    background-position: right 8.8rem top;
  }
  40% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}

@-webkit-keyframes btn-pagetop {
  0% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 9.8rem;
  }
  50% {
    height: 6.9rem;
    background-position: left bottom;
    top: auto;
    bottom: 9.8rem;
  }
  50.1% {
    height: 6.9rem;
    background-position: left top;
    top: 0;
  }
  100% {
    height: 0;
    background-position: left top;
    top: 0;
  }
}

@keyframes btn-pagetop {
  0% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 9.8rem;
  }
  50% {
    height: 6.9rem;
    background-position: left bottom;
    top: auto;
    bottom: 9.8rem;
  }
  50.1% {
    height: 6.9rem;
    background-position: left top;
    top: 0;
  }
  100% {
    height: 0;
    background-position: left top;
    top: 0;
  }
}

@-webkit-keyframes btn-pagetop-sp {
  0% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 5.38rem;
  }
  50% {
    height: 3.86rem;
    background-position: left bottom;
    top: auto;
    bottom: 5.38rem;
  }
  50.1% {
    height: 3.86rem;
    background-position: left top;
    top: 0;
  }
  100% {
    height: 0;
    background-position: left top;
    top: 0;
  }
}

@keyframes btn-pagetop-sp {
  0% {
    height: 0;
    background-position: left bottom;
    top: auto;
    bottom: 5.38rem;
  }
  50% {
    height: 3.86rem;
    background-position: left bottom;
    top: auto;
    bottom: 5.38rem;
  }
  50.1% {
    height: 3.86rem;
    background-position: left top;
    top: 0;
  }
  100% {
    height: 0;
    background-position: left top;
    top: 0;
  }
}

.p-home .l-header__title {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.p-home .l-header__title a {
  pointer-events: none;
}

.p-home[data-show="true"] .l-header__title {
  opacity: 1;
}
.p-home[data-show="true"] .l-header__title a {
  pointer-events: all;
}

.p-home__kv {
  width: 119.6rem;
  max-width: 90%;
  margin: 0 auto;
  padding: 6.3rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-home__kv {
    width: 32.5rem;
    max-width: none;
    padding: 4.4rem 0 0;
  }
}

.p-home__kv::before {
  content: '';
  display: block;
  width: 46.5rem;
  height: 27.0rem;
  background: url(./../img/home/bg_mv_txt.svg) no-repeat;
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: 1100;
  pointer-events: none;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-home__kv::before {
    width: 24rem;
    height: 10rem;
    bottom: 0;
    top: 31.35rem;
    left: -.05em;
    background: url(./../img/home/bg_mv_txt-sp.svg) no-repeat left top/100% auto;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .p-home__kv::after {
    content: '';
    display: block;
    height: 21.4rem;
    width: .3rem;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1100;
  }
}

.p-home__kv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv h2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.8rem;
  }
}

.p-home__kv h2 img {
  width: 31.77rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv h2 img {
    width: 8rem;
  }
}

.p-home__kv h2 picture + picture {
  margin-left: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv h2 picture + picture {
    margin-left: 2.5rem;
  }
}

.p-home__kv h2 picture + picture img {
  width: 53.9rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv h2 picture + picture img {
    width: 16.15rem;
  }
}

.p-home__kv-slide .slick-list,
.p-home__kv-slide .slick-track {
  overflow: hidden;
}

.p-home__kv-slide .slick-list {
  border-radius: 3.5rem;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-home__kv-slide .slick-list {
    border-radius: 1rem;
  }
}

.p-home__kv-slide .slick-dots {
  position: absolute;
  right: 8.5rem;
  bottom: -3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1500;
}

@media screen and (max-width: 768px) {
  .p-home__kv-slide .slick-dots {
    right: .9rem;
    bottom: -1.4rem;
  }
}

.p-home__kv-slide .slick-dots li {
  margin-left: 1.7rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv-slide .slick-dots li {
    margin-left: .8rem;
  }
}

.p-home__kv-slide .slick-dots li.slick-active button {
  background: #F74954;
}

.p-home__kv-slide .slick-dots button {
  margin: 0;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
  background: none;
  overflow: hidden;
  text-indent: -999px;
  border: 0.2rem solid #F74954;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-home__kv-slide .slick-dots button {
    width: .7rem;
    height: .7rem;
    border-width: .1rem;
  }
}

.p-home__kv-slide-item {
  float: left;
}

.p-home__kv-slide-item a {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-home__kv-slide-item a:hover {
    opacity: 1;
  }
  /* .p-home__kv-slide-item a:hover figure img {
    transform: scale(1.1);
  } */
}

.p-home__kv-slide-item a figure {
  height: 61.3rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-home__kv-slide-item a figure {
    height: auto;
  }
}

.p-home__kv-slide-item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: transform .3s
}

.p-home__kv-name {
  font-size: 1.4rem;
	line-height: 1.4;
  color: #F74954;
  margin-bottom: .7rem;
  margin-right: -2rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv-name {
    font-size: 0.8rem;
    margin-right: -1rem;
  }
}

.p-home__kv-name span {
  letter-spacing: .05em;
  font-size: 2.25rem;
  display: inline-block;
	padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-home__kv-name span {
    letter-spacing: 0;
    font-size: 1.25rem;
  }
}

.p-home__kv-text {
  width: 42rem;
  /* width: 36.2rem;*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1111;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .p-home__kv-text {
    width: 23rem;
    /* width: 18.8rem*/
    position: relative;
    margin-top: -9.9rem;
  }
}

.p-home__kv-text .slick-list,
.p-home__kv-text .slick-track {
  overflow: hidden;
}

.p-home__kv-text-item {
  padding: 3rem 4.5rem 2.5rem 5.4rem;
  float: left;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}

.p-home__kv-text-item _:-ms-input-placeholder, :root .p-home__kv-text-item {
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .p-home__kv-text-item {
    padding: 3rem 2rem .9rem .8rem;
    font-size: 1.25rem;
  }
}

.p-home__kv-text-item::after {
  content: '';
  display: block;
  width: 9.9rem;
  height: 1rem;
  background: url(./../img/common/icon_arrow.svg) no-repeat right top;
  position: absolute;
  z-index: 1111;
  left: 26.6rem;
  bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .p-home__kv-text-item::after {
    width: 5.9rem;
    height: .6rem;
    background-size: 100% auto;
    left: 14.1rem;
    bottom: .25rem;
  }
}

@media screen and (min-width: 769px) {
  .p-home__kv-text-item.hover::after {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: kv-arrow;
            animation-name: kv-arrow;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.p-home__kv-scroll {
  width: 4rem;
  color: #F74954;
  font-style: italic;
  font-size: 2.2rem;
  font-family: "Myriad Pro", sans-serif;
  position: absolute;
  right: -4rem;
  bottom: 17.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-home__kv-scroll {
    width: 2.2rem;
    font-size: 1.23rem;
    right: -2.2rem;
    bottom: 1.6rem;
  }
}

.p-home__kv-scroll a {
  display: block;
  padding-bottom: 7.7rem;
  letter-spacing: .02em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 131px;
}

@media screen and (max-width: 768px) {
  .p-home__kv-scroll a {
    height: auto;
    padding-bottom: 4.4rem;
  }
}

.p-home__kv-scroll a::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 6.9rem;
  background: url(./../img/home/icon_scroll.svg) no-repeat;
  position: absolute;
  top: 6.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: kv-scroll;
          animation-name: kv-scroll;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .p-home__kv-scroll a::after {
    width: .855rem;
    height: 3.86rem;
    background-size: 100% auto;
    top: 3.55rem;
    -webkit-animation-name: kv-scroll-sp;
            animation-name: kv-scroll-sp;
  }
}

.p-home__news {
  padding: 13.1rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-home__news {
    padding: 3.6rem 0 0;
  }
}

.p-home__news h2 {
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-style: italic;
  color: #F74954;
  font-size: 6rem;
  letter-spacing: 0;
  line-height: 1;
}

.p-home__news h2 img {
  display: block;
  margin: 0 auto 0.5rem;
  width: 6.3rem;
}

@media screen and (max-width: 768px) {
  .p-home__news h2 {
    font-size: 3rem;
    margin-bottom: .5rem;
  }
  .p-home__news h2 img {
    width: 3.2rem;
    margin-bottom: 0;
  }
}

.p-home__news-text01 {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0;
  color: #F74954;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px){
  .p-home__news-text01 {
      font-size: clamp(12px, 1.82vw, 1.4rem);
  }
}

.p-home__news ul {
  margin-top: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-home__news ul {
    display: block;
    margin: 2rem -5vw 0;
    overflow: hidden;
  }
  .p-home__news ul .slick-list {
    padding-left: 6vw;
  }
}

.p-home__news ul li {
  max-width: 34.1rem;
  margin: 0 0 0 3.85rem;
  width: 32.3%;
  /* margin: 0 0 0 1%; */
}

@media screen and (max-width: 768px) {
  .p-home__news ul li {
    width: 26.5rem;
    margin: 0 0 0 3.15rem;
    float: left;
  }
}

.p-home__news ul li:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-home__news ul li:nth-child(3n+1) {
    margin-left: 3.15rem;
  }
}

.p-home__news ul li .new-txt {
  /* font-family: "Myriad Pro", sans-serif;
  font-style: italic; */
  font-size: 14px;
  font-weight: bold;
  color: #F74954;
  z-index: 10;
  line-height: 1;
  z-index: 99;
  padding-left: 5px;
}

.p-home__news ul li a {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-home__news ul li a:hover {
    opacity: 1;
  }
  .p-home__news ul li a:hover .p-home__news-text::after {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: btn-arrow;
            animation-name: btn-arrow;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.p-home__news ul li figure {
  max-width: 29.9rem;
  width: 94%;
  border-radius: 1.8rem;
  overflow: hidden;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-home__news ul li figure {
    width: 23.34rem;
    border-radius: .9rem;
  }
}

.p-home__news ul li figure img {
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .5s ease-out;
}

.p-home__news ul li a:hover figure img {
  transform: scale(1.05);
}

.p-home__news-text {
  border: 2px solid #F74954;
  border-radius: 1.8rem;
  max-width: 30.1rem;
  width: 94%;
  margin: -5.3rem 0 0 auto;
  padding: 6.1rem 2rem 2.8rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0;
  min-height: 232px;;
}

@media screen and (max-width: 768px) {
  .p-home__news-text {
    border-radius: .9rem;
    width: 23.34rem;
    margin-top: -4.1rem;
    padding: 4.8rem 1.4rem 1.8rem;
    font-size: 1.25rem;
    letter-spacing: -.02em;
    min-height: auto;
  }
}

.p-home__news-text::after {
  content: '';
  display: block;
  width: 8.8rem;
  height: 1rem;
  background: url(./../img/common/icon_arrow.svg) no-repeat right top/8.8rem 1rem;
  position: absolute;
  z-index: 1111;
  /* left: 18.6rem; */
  right: 2rem;
  bottom: 1.9rem;
}

@media screen and (max-width: 768px) {
  .p-home__news-text::after {
    width: 7rem;
    height: .7rem;
    background-size: 7rem .7rem;
    left: 14.6rem;
    bottom: 1.4rem;
  }
}

.p-home__news-date {
  margin-bottom: .2rem;
}

@media screen and (max-width: 768px) {
  .p-home__news-date {
    font-size: 1.3rem;
    letter-spacing: .02em;
  }
}

.p-home__index-category {
  font-size: 1.3rem;
  line-height: 1;
  color: #666;
  display: inline;
  vertical-align: 1px;
  /* margin-left: 10px; */
}

@media screen and (max-width: 768px) {
  .p-home__index-category {
    font-size: 0.95rem;
  }
}


.p-home__news-btn {
  text-align: center;
  margin-top: 7.7rem;
}

@media screen and (max-width: 768px) {
  .p-home__news-btn {
    margin-top: 3.5rem;
  }
}

.p-home__people {
  background: #F74954;
  margin: 13.5rem 0 0;
  padding: 13.3rem 0 9.8rem;
}

@media screen and (max-width: 768px) {
  .p-home__people {
    margin: 6.5rem 0 0;
    padding: 3.3rem 0 2.2rem;
  }
}

.p-home__people::before {
  content: '';
  display: block;
  position: absolute;
  top: -7.2rem;
  left: 0;
  right: 0;
  height: 7.4rem;
  background: url(./../img/common/bg_wave_top.png) repeat-x center top;
}

@media screen and (max-width: 768px) {
  .p-home__people::before {
    background: url(./../img/common/bg_wave_top_sp.png) no-repeat left top/100% auto;
    height: 2.2rem;
    top: -2.1rem;
  }
}

.p-home__people::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -7.2rem;
  left: 0;
  right: 0;
  height: 7.4rem;
  background: url(./../img/common/bg_wave_bottom.png) repeat-x center bottom;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-home__people::after {
    background: url(./../img/common/bg_wave_bottom_sp.png) no-repeat left top/100% auto;
    height: 2.2rem;
    bottom: -2.1rem;
  }
}

.p-home__people h2 {
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-family: "Myriad Pro", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 768px) {
  .p-home__people h2 {
    font-size: 3rem;
    margin-bottom: .6rem;
  }
}

.p-home__people-text01 {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-home__people h2 img {
  display: block;
  margin: 0 auto -.2rem;
}

@media screen and (max-width: 768px) {
  .p-home__people-text01{
    font-size: clamp(12px, 1.82vw, 1.4rem);
  }
  .p-home__people h2 img {
    width: 3.2rem;
    margin-bottom: 0;
  }
}

.p-home__people-lead {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8.3rem;
}

@media screen and (max-width: 768px) {
  .p-home__people-lead {
    font-size: 1rem;
    margin-bottom: 3.9rem;
  }
}

.p-home__people-item_inner{
  display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 7rem;
	width:1100px;
	max-width: 100%;
  margin-top: 3.7rem;
}
@media screen and (max-width: 768px) {
.p-home__people-item_inner{
	width:100%;
	flex-flow: column;
	margin-bottom: 0;

}
}


.p-home__people-item {
  /*width: 100%;*/
  /*margin-bottom: 9.4rem;*/
  width: 48%;
  margin-bottom: 5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 768px) {
/*  .p-home__people-item {
    width: 32.5rem;
    margin: 0 auto 4.6rem;
  }
*/
.p-home__people-item {
  width: 100%;
}
}




/*.p-home__people-item a {
  width: 37.2rem;
  display: block;
  padding-bottom: 10.4rem;
  margin: 0 0 0 auto;
  z-index: 10;
}*/

.p-home__people-item a {
display: block;
}


@media screen and (max-width: 768px) {
  .p-home__people-item a {
   /* width: 25.58rem;
    padding-bottom: 11.3rem;*/
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-home__people-item a h3,
  .p-home__people-item a p {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .p-home__people-item a:hover {
    opacity: 1;
  }
  .p-home__people-item a figure img {
    transition: transform .4s ease-out;
  }
  .p-home__people-item a:hover figure img {
    transform: scale(1.05);
  }
  .p-home__people-item a:hover .p-home__people-text::after {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: kv-arrow;
            animation-name: kv-arrow;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.p-home__people-item figure {
  /*max-width: 880px;
  width: 88%;
  border-radius: 3rem;
  overflow: hidden;
  z-index: 1;*/
  width: 95%;
   border-radius: 3rem;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-home__people-item figure {
    /*width: auto;*/
    width: 95%;
    border-radius: 1rem;
  }
}

/*.p-home__people-item:nth-child(2n+1) {
 margin: 0 0 9.4rem auto;
  margin: 0 0 18.8rem auto;
}*/



@media screen and (max-width: 768px) {
  .p-home__people-item:nth-child(2n+1) {
    margin: 0 auto 4.6rem;
  }
}

.p-home__people-item:nth-child(2n+1) a {
  margin: 0;
}

/*.p-home__people-item:nth-child(2n+1) figure {
  margin: 0 0 0 auto;
}*/

.p-home__people-item:nth-child(2n+1) .p-home__people-text {
  left: 0;
  right: auto;
}

.p-home__people-text {
 /* width: 45rem;*/
  width: 90%;
  border-radius: 2.8rem;
  background: #fff;
  /*position: absolute;*/
  bottom: 0;
  right: 0;
  font-weight: bold;
  padding: 3.2rem 5.2rem 4.7rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7;
  z-index: 10;


	margin-left: auto;
	margin-top: -5rem;


}

.p-home__people-text _:-ms-input-placeholder, :root .p-home__people-text {
  letter-spacing: -.02em;
}

@media screen and (max-width: 768px) {
  .p-home__people-text {
    border-radius: 1rem;
    width: 28.6rem;
    font-size: 1.237rem;
    padding: 2.1rem 3.5rem 3rem;
  }
}

.p-home__people-text::after {
  content: '';
  display: block;
  width: 9.9rem;
  height: 1rem;
  background: url(./../img/common/icon_arrow.svg) no-repeat;
  position: absolute;
  z-index: 1111;
  /*left: 29.5rem;*/
  right: 3rem;
  bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-home__people-text::after {
    width: 6.8rem;
    height: .7rem;
    background-size: 6.8rem .7rem;
    left: 17.9rem;
    bottom: 1.7rem;
  }
}

.p-home__people-text h3 {
  font-size: 1.4rem;
  color: #F74954;
  /*letter-spacing: .05em;*/
  margin-bottom: .8rem;
  margin-right: -2rem;
  letter-spacing: .1em;
	line-height: 1.4;
}

.p-home__people-text h3 _:-ms-input-placeholder, :root .p-home__people-text h3 {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-home__people-text h3 {
    font-size: .8rem;
    margin-bottom: .7rem;
  }
}

.p-home__people-text h3 span {
  font-size: 2.25rem;
  letter-spacing: .08em;
	display: inline-block;
	padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-home__people-text h3 span {
    font-size: 1.237rem;
  }
}

.p-home__people-btn {
  text-align: center;
  /*margin-top: -2rem;*/
  margin-top: 10rem;
	width:100%;
}

@media screen and (max-width: 768px) {
  .p-home__people-btn {
   /* margin-top: -.8rem;*/
	    margin-top: 0rem;

  }
}

.p-home__people-btn a {
  color: #fff;
}

.p-home__menu {
  padding: 0 0 23.6rem;
}

@media screen and (max-width: 768px) {
  .p-home__menu {
    padding: 0 0 4rem;
  }
}

/* @media screen and (min-width: 769px) {
  .p-home__menu-inner {
    width: 99rem;
  }
} */

.p-home__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

@media screen and (max-width: 768px) {
  .p-home__menu ul {
    display: block;
  }
}

.p-home__menu ul li {
  max-width: 46.4rem;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-home__menu ul li {
    width: 25.8rem;
    margin: 0 auto 3.8rem;
  }
}

.p-home__menu ul li a {
  display: block;
  background: #F74954;
  border-radius: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-home__menu ul li a {
    border-radius: 1.5rem;
    font-size: .9rem;
  }
}

.p-home__menu ul li a h2 {
  font-family: "Myriad Pro", sans-serif;
  color: #fff;
  font-size: 5.4rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: .4rem;
}

@media screen and (max-width: 768px) {
  .p-home__menu ul li a h2 {
    font-size: 3rem;
    margin-bottom: .2rem;
  }
}

.p-home__menu ul li a h2 img {
  width: 5.7rem;
  display: block;
  margin: 0 auto .5rem;
}

@media screen and (max-width: 768px) {
  .p-home__menu ul li a h2 img {
    width: 3.2rem;
  }
}

.p-home__menu-spot a {
  padding: 6rem 1.8rem 5.7rem 9rem;
}

@media screen and (max-width: 768px) {
  .p-home__menu-spot a {
    padding: 3.25rem 1rem 3.05rem 5rem;
  }
}

.p-home__menu-spot a::before {
  content: '';
  display: block;
  width: 6.6rem;
  height: 9.3rem;
  background: url(./../img/home/icon_spot.svg) no-repeat left top/100% auto;
  position: absolute;
  left: 8.3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1001px) {
  .p-home__menu-spot a::before {
    left: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home__menu-spot a::before {
    width: 3.65rem;
    height: 5.15rem;
    background-size: 100% auto;
    left: 4.6rem;
  }
}

.p-home__menu-support a {
  padding: 6rem 1.8rem 5.7rem 18.4rem;
}

@media screen and (max-width: 1001px) {
  .p-home__menu-support a {
    padding: 6rem 1.8rem 5.7rem 14.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__menu-support a {
    padding: 3.25rem 1rem 3.05rem 10.25rem;
  }
}

.p-home__menu-support a::before {
  content: '';
  display: block;
  width: 12.6rem;
  height: 12.7rem;
  background: url(./../img/home/icon_support.svg) no-repeat left top/100% auto;
  position: absolute;
  left: 6.7rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 1001px) {
  .p-home__menu-support a::before {
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__menu-support a::before {
    width: 7rem;
    height: 7.05rem;
    background-size: 100% auto;
    left: 3.75rem;
  }
}

.p-home__relay {
  padding: 22rem 0 15rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-home__relay {
    padding: 6.8rem 0 8.2rem;
  }
}

.p-home__relay h2 {
  text-align: center;
  font-size: 6rem;
  font-family: "Myriad Pro", sans-serif;
  font-style: italic;
  color: #F74954;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-home__relay h2 {
    font-size: 3rem;
    margin-bottom: .6rem;
  }
}

.p-home__relay h2 img {
  display: block;
  margin: 0 auto .5rem;
  width: 6.3rem;
}

@media screen and (max-width: 768px) {
  .p-home__relay h2 img {
    width: 3.2rem;
    margin: 0 auto .3rem;
  }
}

.p-home__relay-lead {
  color: #F74954;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.p-home__relay-list {
  margin-top: 7.2rem;
}

@media screen and (max-width: 768px) {
  .p-home__relay-list {
    margin-top: 2.8rem;
  }
}

.p-home__relay-list .slick-track,
.p-home__relay-list .slick-list {
  overflow: hidden;
}

.p-home__relay-list .slick-list {
  /*padding: 0 0 0 21vw;*/
  /*margin: 0 0 0 21vw;*/
}

@media screen and (max-width: 768px) {
  .p-home__relay-list .slick-list {
    padding: 0 0 0 2.5rem;
	margin: 0;
  }
}

.p-home__relay-item {
  width: 38.4rem;
  float: left;
  margin: 0 4.4rem;
}

@media screen and (max-width: 768px) {
  .p-home__relay-item {
    width: 21rem;
    margin: 0 2.5rem;
  }
}

.p-home__relay-item:first-child:last-child {
  float: none;
  margin: 0 auto;
}

.p-home__relay-item a {
  display: block;
  overflow: hidden;
  border-radius: 5rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-home__relay-item a {
    border-radius: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-home__relay-item a img {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }
  .p-home__relay-item a:hover {
    opacity: 1;
  }
  .p-home__relay-item a:hover img {
    transform: scale(1.05);
  }
}

.p-home__relay-item::before {
  content: '';
  display: block;
  width: 4.7rem;
  height: .9rem;
  position: absolute;
  left: -4.4rem;
  top: 50%;
  margin-top: -.45rem;
  margin-left: -2.35rem;
  background: url(./../img/home/icon_dot.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .p-home__relay-item::before {
    width: 2.6rem;
    height: .5rem;
    background-size: 100% auto;
    left: -3.9rem;
    margin-top: -.25rem;
    margin-left: 0;
  }
}

.p-home__relay-item:first-child::before {
  display: none;
}

.p-home__relay-number {
  position: absolute;
  top: 1.6rem;
  left: 2.6rem;
  font-family: "Myriad Pro", sans-serif;
  color: #F74954;
  font-weight: bold;
  font-size: 8.28rem;
  letter-spacing: 0;
  font-style: italic;
  z-index: 2000;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-home__relay-number {
    font-size: 4.4rem;
    top: .8rem;
    left: 1.3rem;
  }
}

.p-home__relay-name {
  min-width: 75.5%;
  background: #F74954;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: .2rem 1.5rem;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-home__relay-name span {
  font-size: 2.4rem;;
}

@media screen and (max-width: 768px) {
  .p-home__relay-name {
    font-size: .8rem;
    border-radius: 0;
    padding: 0.25rem 0.75rem;
    height: 13vw;
  }
}

.p-home__relay-name span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-home__relay-name span {
    font-size: 1.237rem;
    margin-left: .25rem;
  }
}

.p-home__link {
  background: #E6E6E6;
  padding: 9.4rem 0 6.8rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-home__link {
    background: #efefef;
    padding: 3rem 0 2.8rem;
  }
}

.p-home__link::before {
  content: '';
  display: block;
  position: absolute;
  top: -7.2rem;
  left: 0;
  right: 0;
  height: 7.4rem;
  background: url(./../img/common/bg_wave_gray_top.png) repeat-x center top;
}

@media screen and (max-width: 768px) {
  .p-home__link::before {
    top: -2.1rem;
    height: 2.2rem;
    background: url(./../img/common/bg_wave_gray_top_sp.png) no-repeat left top/100% auto;
  }
}

.p-home__link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -7.2rem;
  left: 0;
  right: 0;
  height: 7.4rem;
  background: url(./../img/common/bg_wave_gray_bottom.png) repeat-x center bottom;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-home__link::after {
    bottom: -2.1rem;
    height: 2.2rem;
    background: url(./../img/common/bg_wave_gray_bottom_sp.png) no-repeat left bottom/100% auto;
  }
}

.p-home__link h2 {
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-style: italic;
  font-size: 6rem;
  color: #F74954;
  letter-spacing: 0;
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 768px) {
  .p-home__link h2 {
    font-size: 3rem;
    margin-bottom: 1.4rem;
  }
}

.p-home__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
}

.p-home__link ul::after {
  content: "";
  flex: auto;
}

@media screen and (max-width: 768px) {
  .p-home__link ul {
    width: 29.74rem;
  }
}

.p-home__link ul li {
  width: 28.9rem;
  margin: 0 2.5rem 5.1rem;
}

@media screen and (max-width: 768px) {
  .p-home__link ul li {
    width: 45.8641%;
    margin: 0 0 2.2rem 8.2718% !important;
  }
  .p-home__link ul li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

.p-home__link ul li:nth-last-child(5):first-child {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .p-home__link ul li:nth-last-child(5):first-child {
    margin-left: 0;
  }
}

.p-home__link ul li:nth-last-child(5):first-child + li {
  margin-right: 5rem;
}

@media screen and (max-width: 768px) {
  .p-home__link ul li:nth-last-child(5):first-child + li {
    margin-right: 0;
  }
}

.p-home__link ul li a {
  display: block;
}

.p-home__link ul li a::after {
  content: '';
  display: block;
  width: .9rem;
  height: .9rem;
  border-top: 3px solid #F74954;
  border-right: 3px solid #F74954;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 2.4rem;
  right: 2.8rem;
  -webkit-transition: right .3s;
  transition: right .3s;
}

.p-home__link ul li a img {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-home__link ul li a::after {
    width: .4rem;
    height: .4rem;
    border-top-width: 2px;
    border-right-width: 2px;
    bottom: 1.2rem;
    right: 1.4rem;
  }
  .p-home__link ul li a img {
    border-radius: 2.4vw;
  }
}

@media screen and (min-width: 769px) {
  .p-home__link ul li a:hover:after {
    right: 2.3rem;
  }
}


.p-home__relay-text01 {
	width: fit-content;
	margin:0 auto;
	font-size: 1.4rem;
	padding: 0 2em;
	color: #F74954;
	font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 769px) {
.p-home__relay-text01 {
	font-size:clamp(12px,1.82vw,1.4rem);
}
}




/* loading */
body.p-home {
  /*background-color: #F74954;
  transition: .3s;*/
	position: relative;
}
body.p-home .load_bg {
	position: absolute;
	top: 0;
	left: 0;
  background-color: #F74954;
	width: 100%;
	height: 100%;
	opacity: 1;
  transition: 0.1s;
}
body.p-home.loaded {
  background-color: #ffffff;
}
body.p-home.loaded .load_bg {
	height: 0;
	opacity: 0;
}
.p-home .l-header,
.p-home .l-main {
  opacity: 0;
  transition: .5s;
}
.p-home.loaded .l-header,
.p-home.loaded .l-main {
  opacity: 1;
}
.load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#animation_container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.load_logo {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition:opacity .6s;
  height: 100vh;
}
.load_logo img {
  width: 400px;
}
.load_logo.loaded {
  opacity: 0;
}
#canvas {
  width: 101% !important;
  height: 101% !important;
  position: absolute;
  top: 0;
  left: -0.5%;
  /* object-fit: cover; */
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .load_logo {
    width: 50%;
    margin: auto;
  }
  .load_logo img {
    width: 100%;
  }
  br.pc {
    display: none;
  }  
  br.sp {
    display: block;
  }
}

/*# sourceMappingURL=home.css.map */