@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;
  width: 1100px;
  max-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 link-arrow {
  0% {
    width: .1rem;
  }
  40% {
    width: 4.9rem;
  }
  100% {
    width: 4.9rem;
  }
}

@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-support__list {
  margin-bottom: -14rem;
}

@media screen and (max-width: 768px) {
  .p-support__list {
    margin-bottom: -9.3rem;
  }
}

.p-support__list img {
  width: 100%;
}

.p-support__list-explanation {
  background: #F0F0F0;
  padding: 9rem 2rem 5rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  min-height: 71rem;
  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;
  color: #F74954;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-support__list-explanation {
    background: #efefef;
    padding: 4rem 2.5rem 4.5rem;
    min-height: 39.8rem;
    font-size: 1.75rem;
  }
}

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

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

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

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

.p-support__list ul {
  max-width: 115.7rem;
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-support__list ul {
    width: 32.5rem;
    margin: 0 auto;
  }
}

.p-support__list ul li {
  max-width: 36rem;
  width: calc(100% / 3 - 2.6rem);
  margin: 0 0 3.7rem 3.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #F74954;
  border-radius: 3.2rem;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-support__list ul li {
    border-radius: 3rem;
    border-width: 1px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-support__list ul li {
    margin: 0 0 2.7rem;
  }
}

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

.p-support__list ul li a[target="_blank"] {
  display: block;
  font-family: "Myriad Pro", sans-serif;
  color: #F74954;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.01em;
  padding-right: 4rem;
}

.p-support__list ul li a[target="_blank"]::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/support/icon-link-01.svg) no-repeat left top / 100% auto;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin-left: 4.9rem;
}

.p-support__list ul li a[target="_blank"]::after {
  content: '';
  display: block;
  width: 2.3rem;
  height: .7rem;
  background: url(../img/support/icon-link-02.svg) no-repeat right top / 5rem auto;
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  margin-left: 5.7rem;
  transition: width .3s;
}

@media screen and (min-width: 769px) {
  .p-support__list ul li a:hover {
    opacity: 1;
  }
  .p-support__list ul li a[target="_blank"]:hover::after {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: link-arrow;
            animation-name: link-arrow;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.p-support__list-text {
  padding: 3rem 4rem .5rem;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .p-support__list-text {
    padding: 2.2rem 2.5rem .5rem;
  }
}

.p-support__list-text h2 {
  font-size: 2rem;
  color: #F74954;
  margin: 0 .5rem 2.3rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .p-support__list-text h2 {
    margin: 0 .4rem .1rem;
    font-size: 4.8vw;
  }
}

.p-support__list-text p {
  color: #F74954;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .p-support__list-text p {
    font-size: 1rem;
    font-size: 3.46667vw;
  }
}
/*# sourceMappingURL=support.css.map */