@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i");
@import "https://unpkg.com/ionicons@4.5.5/dist/css/ionicons.min.css";
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
/* header
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

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

em, b {
  font-style: normal; }

img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */ }

body {
  position: relative;
  line-height: 2.08;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: calc(26 / 750 * 100vw);
      -webkit-font-feature-settings: "pkna";
              font-feature-settings: "pkna"; } }

a {
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  color: #1B1B1D;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a:hover {
    opacity: .6; }

img {
  vertical-align: middle;
  max-width: 100%; }

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

.wrapper {
  overflow-x: hidden;
  position: relative;
  z-index: 1; }

body {
  width: 100%; }

main {
  margin: 0 auto; }

.m-main-section {
  padding: 9rem 0; }
  @media screen and (max-width: 767px) {
    .m-main-section {
      padding: calc(90 / 750 * 100vw) 0; } }

.m-container {
  max-width: 1022px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .m-container {
      width: 100%;
      padding: 0 calc(30 / 750 * 100vw); } }

table th, table td {
  border-bottom: 1px solid #fff;
  padding: 2rem; }
  @media screen and (max-width: 767px) {
    table th, table td {
      padding: calc(20 / 750 * 100vw);
      font-size: calc(26 / 750 * 100vw);
      line-height: 1.8; } }
table th {
  background: #1B1B1D;
  color: #fff; }
table td {
  background: #F2F2F2; }

.gmap {
  position: relative;
  padding-top: 72.5%;
  overflow: hidden; }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.6557377%; }
  .row.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .row {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .row .col {
    margin: 0 .6557377%; }
    @media screen and (max-width: 767px) {
      .row .col {
        margin: 0; } }
  .row .col_1 {
    width: 7.018834%; }
  .row .col_2 {
    width: 15.32%; }
  .row .col_3 {
    width: 23.7055%; }
  .row .col_4 {
    width: 32%; }
  .row .col_5 {
    width: 40.3221%; }
  .row .col_6 {
    width: 48.6555%; }
  .row .col_7 {
    width: 57%; }
  .row .col_8 {
    width: 65.3721%; }
  .row .col_9 {
    width: 73.6555%; }
  .row .col_10 {
    width: 82.0388%; }
  .row .col_11 {
    width: 90.3%; }
  .row .col_12 {
    width: 100%; }
  .row .offset_6 {
    margin-left: 48.6555%; }
  .row .offset_5 {
    margin-left: 41.6885%; }
  @media screen and (max-width: 767px) {
    .row .col_1,
    .row .col_2,
    .row .col_3,
    .row .col_4,
    .row .col_5,
    .row .col_6,
    .row .col_7,
    .row .col_8,
    .row .col_9,
    .row .col_10,
    .row .col_11,
    .row .col_12 {
      width: 100%; }
    .row .offset_6 {
      margin-left: .6557377%; }
    .row .offset_5 {
      margin-left: .6557377%; } }

/* --------------------------------------------------
 ヘッダーメイン
 -------------------------------------------------- */
.m-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background .2s;
  transition: background .2s; }
  .m-header-inner {
    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: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .m-header-inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px calc(30 / 750 * 100vw); } }
  .m-header__logo {
    margin-left: 3rem; }
    .m-header__logo svg {
      fill: #000;
      display: block;
      width: 175px; }
    @media screen and (max-width: 767px) {
      .m-header__logo {
        margin-left: 0;
        width: 130px; }
        .m-header__logo svg {
          width: 100%; } }
  .home .m-header {
    background-color: transparent;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
    .home .m-header svg {
      fill: #fff;
      -webkit-transition: .2s;
      transition: .2s; }
  .m-header[data-headerbg="true"] {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }
    .m-header[data-headerbg="true"] svg {
      fill: #000 !important; }

/* --------------------------------------------------
 ナビゲーションパーツ
 -------------------------------------------------- */
.m-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto; }
  @media screen and (max-width: 767px) {
    .m-nav {
      position: fixed;
      top: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: #fff;
      height: 100%;
      z-index: 1000;
      background: rgba(0, 0, 0, 0.8);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      visibility: hidden;
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0; } }
  .m-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (max-width: 767px) {
      .m-nav-list {
        height: auto !important;
        max-height: 100%;
        overflow: auto;
        padding: 20px 0; } }
    .m-nav-list > li {
      margin: 0 1rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .m-nav-list > li {
          margin: 0 .6rem; } }
      @media screen and (max-width: 767px) {
        .m-nav-list > li {
          margin: 0 0 1rem; } }
      .m-nav-list > li > a {
        padding: 5px 10px;
        font-size: 12px;
        font-size: 1.2rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 107px;
        padding: 0 .5rem;
        font-weight: bold;
        color: #000000;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .m-nav-list > li > a {
            top: 10px; } }
        @media screen and (max-width: 767px) {
          .m-nav-list > li > a {
            font-size: calc(30 / 750 * 100vw);
            padding: calc(15 / 750 * 100vw);
            height: auto; } }
        .m-nav-list > li > a::after {
          content: "";
          width: 100%;
          height: 3px;
          background: #FF0000;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auot;
          -webkit-transition: .2s;
          transition: .2s;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }
        @media screen and (min-width: 1100px) {
          .m-nav-list > li > a:hover {
            opacity: 1; }
            .m-nav-list > li > a:hover::after {
              -webkit-transform: scaleX(1);
                      transform: scaleX(1); } }
    .m-nav-list__sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .m-nav-list__sns {
          position: absolute;
          right: 125px;
          top: 12px;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .m-nav-list__sns {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: calc(50 / 750 * 100vw); } }
      .m-nav-list__sns > li {
        margin: 0 1rem; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .m-nav-list__sns > li {
            margin: 0 .5rem; } }
        @media screen and (min-width: 1100px) {
          .m-nav-list__sns > li:last-child {
            margin-right: 0; } }
        @media screen and (max-width: 767px) {
          .m-nav-list__sns > li img {
            width: calc(80 / 750 * 100vw);
            height: calc(80 / 750 * 100vw); } }
  .m-nav__contact {
    margin-left: 4rem !important;
    margin-right: 0 !important; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .m-nav__contact {
        margin-left: 0 !important; } }
    @media screen and (max-width: 767px) {
      .m-nav__contact {
        margin-left: 0 !important; } }
    .m-nav__contact a {
      background: #FF0000;
      color: #fff;
      width: 107px;
      color: #fff !important;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .m-nav__contact a {
          top: 0 !important; } }
      @media screen and (max-width: 767px) {
        .m-nav__contact a {
          width: calc(600 / 750 * 100vw);
          margin: 2rem auto 0;
          padding: 8px 10px 10px;
          font-size: calc(34 / 750 * 100vw); } }
  @media screen and (max-width: 767px) {
    .m-nav.show {
      visibility: visible;
      opacity: 1; }
    .m-nav-list {
      display: block;
      height: 100%; }
      .m-nav-list li {
        text-align: center; }
        .m-nav-list li a {
          color: #fff !important; } }
  .home .m-nav-list li a {
    color: #fff; }

[data-headerbg="true"] .m-nav-list li a {
  color: #000; }

.m-header__spmenu {
  display: none;
  margin-right: 1rem;
  border: none;
  position: absolute;
  right: 0;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 100;
  top: 10px; }
  @media screen and (max-width: 767px) {
    .m-header__spmenu {
      display: block; } }
  @media screen and (max-width: 480px) {
    .m-header__spmenu {
      width: 36px;
      height: 36px; } }
  .m-header__spmenu .navBtn span {
    background-color: #FF0000;
    display: block;
    width: 36px;
    height: 5px;
    position: absolute;
    right: 9px;
    border-radius: 5px;
    top: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 480px) {
      .m-header__spmenu .navBtn span {
        width: 25px;
        height: 3px;
        right: 5px;
        top: 10px; } }
    .m-header__spmenu .navBtn span + span {
      top: 24px;
      margin-right: 0; }
      @media screen and (max-width: 480px) {
        .m-header__spmenu .navBtn span + span {
          top: 17px; } }
      .m-header__spmenu .navBtn span + span + span {
        top: 36px; }
        @media screen and (max-width: 480px) {
          .m-header__spmenu .navBtn span + span + span {
            top: 24px; } }
  .m-header__spmenu[data-menuopen="true"] {
    z-index: 10000; }
    .m-header__spmenu[data-menuopen="true"] .navBtn span:first-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 24px;
      background: #fff; }
      @media screen and (max-width: 480px) {
        .m-header__spmenu[data-menuopen="true"] .navBtn span:first-child {
          top: 18px; } }
    .m-header__spmenu[data-menuopen="true"] .navBtn span + span {
      opacity: 0; }
      .m-header__spmenu[data-menuopen="true"] .navBtn span + span + span {
        opacity: 1;
        background: #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 24px; }
        @media screen and (max-width: 480px) {
          .m-header__spmenu[data-menuopen="true"] .navBtn span + span + span {
            top: 18px; } }

.m-footer {
  width: 100%;
  background-color: #1B1B1D;
  color: #fff; }
  .m-footer-inner {
    max-width: 1092px;
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .m-footer-inner {
        padding: 30px calc(40 / 750 * 100vw); } }
  .m-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .m-footer__body {
        display: block;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .m-footer__logo {
      margin-bottom: 2rem; }
      .m-footer__logo img {
        width: calc(350 / 750 * 100vw); } }
  @media screen and (max-width: 767px) {
    .m-footer__link {
      padding-top: 30px calc(40 / 750 * 100vw); } }
  .m-footer__link ul {
    text-align: right;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .m-footer__link ul {
        margin-bottom: 30px calc(40 / 750 * 100vw);
        text-align: center; } }
    .m-footer__link ul li {
      display: inline-block;
      margin-right: 2.5rem; }
      @media screen and (max-width: 767px) {
        .m-footer__link ul li {
          margin: 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
          width: 40%; } }
      .m-footer__link ul li a {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem; }
    .m-footer__link ul + ul li {
      margin-right: 0;
      margin-left: 2rem; }
  .m-footer__copy {
    text-align: right;
    margin-top: 6rem;
    padding-right: 2rem; }
    @media screen and (max-width: 767px) {
      .m-footer__copy {
        text-align: center;
        margin-top: 2rem;
        padding-right: 0; } }
    .m-footer__copy p {
      color: #969696;
      font-size: 10px;
      font-size: 1rem;
      font-family: "Oswald", sans-serif; }
      @media screen and (max-width: 767px) {
        .m-footer__copy p {
          font-size: calc(22 / 750 * 100vw); } }

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: 100; }
  .pagetop a {
    width: 73px;
    height: 73px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 10px;
    text-indent: -9999px;
    position: relative;
    display: block;
    background-image: url(../img/icon_pagetop.svg);
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 1100px) {
      .pagetop a:hover {
        opacity: .6; } }
    @media screen and (max-width: 767px) {
      .pagetop a {
        width: calc(100 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);
        background-size: 100% auto; } }
  .pagetop.show {
    opacity: 1; }
  .pagetop[data-pagetop-fix="false"] {
    bottom: 250px; }
    @media screen and (max-width: 767px) {
      .pagetop[data-pagetop-fix="false"] {
        bottom: 12%; } }

/*
.mainvisual {
  height: 100vh;
  min-width: 600px;
  max-height: 900px;
  background: #888;
  overflow: hidden;

  video {
    width: 100%;
  }
}
*/
/*================================
    MainVisual
================================*/
.mainview {
  height: 100vh;
  overflow: hidden;
  position: relative;
  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; }
  @media screen and (max-height: 500px) {
    .mainview {
      min-height: 500px; } }
  .mainview-cover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    background-image: url("../../img/top/bg_mainview.png");
    background-position: center; }
    @media screen and (max-width: 767px) {
      .mainview-cover {
        background-image: url("../../img/top/bg_mainview_sp.png");
        background-size: cover; } }
    .mainview-cover::before {
      width: 150px;
      height: 100%; }
    .mainview-cover::after {
      width: 100%;
      height: 150px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .mainview-copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 5rem;
    margin-left: auto;
    margin-right: auto; }
    .mainview-copy__en {
      font-family: "Oswald", sans-serif;
      font-size: 108px;
      font-size: 10.8rem;
      font-weight: 500;
      color: #fff;
      line-height: 1.1; }
      @media screen and (max-width: 767px) {
        .mainview-copy__en {
          font-size: calc(100 / 750 * 100vw); } }
      .mainview-copy__en [data-copy="top"] {
        color: #fff; }
      .mainview-copy__en [data-copy="bottom"] {
        color: #FF0000; }
      .mainview-copy__en p {
        display: inline-block;
        position: relative; }
        .mainview-copy__en p::after {
          content: "";
          width: 260px;
          height: 80px;
          background-image: url("../../img/top/mainview_camellia.svg");
          background-repeat: no-repeat;
          position: absolute;
          -webkit-transform: rotate(-17deg) translate(20px, 0);
                  transform: rotate(-17deg) translate(20px, 0);
          right: -107px;
          bottom: -20px;
          -webkit-transition: .6s 1.8s;
          transition: .6s 1.8s;
          opacity: 0; }
          @media screen and (max-width: 767px) {
            .mainview-copy__en p::after {
              background-size: 100% auto;
              width: 104px;
              height: 32px;
              right: -30px;
              bottom: -10px; } }
        .mainview-copy__en p.isshow::after {
          opacity: 1;
          -webkit-transform: rotate(-17deg) translate(0, 0);
                  transform: rotate(-17deg) translate(0, 0); }
    .mainview-copy__jp {
      font-weight: bold;
      color: #fff;
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 2rem;
      opacity: 0;
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px);
      -webkit-transition: .6s 1.5s;
      transition: .6s 1.5s; }
      @media screen and (max-width: 767px) {
        .mainview-copy__jp {
          margin-top: calc(20 / 750 * 100vw);
          font-size: calc(38 / 750 * 100vw); } }
      .mainview-copy__jp.isshow {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
  .mainview-movie {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: auto !important;
    z-index: -1; }
    .mainview-movie video {
      display: block; }
      @media screen and (max-height: 500px) {
        .mainview-movie video {
          min-height: 500px !important;
          width: auto !important; } }
  .mainview-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .mainview-scroll::after {
      content: "";
      display: block;
      width: 1px;
      height: 35px;
      background: #fff;
      margin: 0 auto; }
    .mainview-scroll > span span {
      font-family: "Oswald", sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      color: #fff;
      font-weight: 500;
      -webkit-animation: scrollanime 3s ease-in-out infinite;
              animation: scrollanime 3s ease-in-out infinite;
      display: inline-block; }
      .mainview-scroll > span span:nth-child(2) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .mainview-scroll > span span:nth-child(3) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .mainview-scroll > span span:nth-child(4) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .mainview-scroll > span span:nth-child(5) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .mainview-scroll > span span:nth-child(6) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .mainview-scroll > span span:nth-child(7) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s; }
      .mainview-scroll > span span:nth-child(8) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .mainview-scroll > span span:nth-child(9) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .mainview-scroll > span span:nth-child(10) {
        -webkit-animation-delay: 4s;
                animation-delay: 4s; }

  .mainview-bnr {
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: 419px;
    width: 28%;
  }
  @media screen and (max-width: 767px) {
    .mainview-bnr {
      width: 90%;
      left: 0;
      right: 0;
      bottom: 10%;
      margin: auto;
    }
  }

@-webkit-keyframes scrollanime {
  10% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.copyanime {
  opacity: 0; }

.copyanime span {
  opacity: 0; }

form input,
form textarea {
  -webkit-appearance: none;
  font-size: 1.6rem;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  form input:placeholder-shown,
  form textarea:placeholder-shown {
    color: #CDD6DD; }
  form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #CDD6DD; }
  form input:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: #CDD6DD;
    opacity: 1; }
  form input::-moz-placeholder,
  form textarea::-moz-placeholder {
    color: #CDD6DD;
    opacity: 1; }
  form input:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: #CDD6DD; }
  @media screen and (max-width: 767px) {
    form input,
    form textarea {
      font-size: calc(28 / 750 * 100vw); } }
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #B5B7B8;
  padding: .8rem 1rem; }
  @media screen and (max-width: 767px) {
    form input[type="text"],
    form input[type="number"],
    form input[type="tel"],
    form input[type="email"],
    form textarea {
      width: 100%;
      padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw); } }
form textarea {
  min-height: 200px; }

.m-form {
  margin: 30px auto; }
  .m-form-btn {
    margin: 30px 0;
    text-align: center; }
  .m-form-error {
    color: #f00;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 3px; }

.m-form-field {
  *zoom: 1; }
  .m-form-field:before, .m-form-field:after {
    content: " ";
    display: table; }
  .m-form-field:after {
    clear: both; }
  .m-form-field dt {
    float: left;
    padding: 20px 0;
    width: 230px;
    position: relative;
    font-weight: bold; }
  .m-form-field dd {
    padding: 20px 0 20px 300px;
    border-bottom: 1px dotted #aaa;
    min-height: 70px; }
    @media screen and (max-width: 767px) {
      .m-form-field dd {
        min-height: auto; } }
  @media screen and (max-width: 767px) {
    .m-form-field dt {
      float: none;
      width: auto;
      padding: 0 0 calc(10 / 750 * 100vw) 0;
      font-size: calc(28 / 750 * 100vw); }
    .m-form-field dd {
      padding: 0 0 calc(50 / 750 * 100vw) 0; }
      .m-form-field dd + dt {
        margin-top: calc(20 / 750 * 100vw); } }

.label-must {
  background-color: #900;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .label-must {
      position: relative;
      top: -2px;
      margin-left: 5px;
      padding: 2px calc(20 / 750 * 100vw);
      font-size: calc(20 / 750 * 100vw); } }

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

.m-form-radio, .m-form-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 8px 20px 8px 0;
  padding: 0 0 0 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  /*
    &:hover {
      background-color: #e2edd7;
      &:after {
        border-color: $iconColor;
      }
    }
  */ }
  @media screen and (max-width: 767px) {
    .m-form-radio, .m-form-checkbox {
      padding: 0 0 0 calc(100 / 750 * 100vw);
      margin: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw) calc(16 / 750 * 100vw) 0; } }
  .m-form-radio:after, .m-form-checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    content: '';
    z-index: -1; }

.m-form-radio:after {
  border-radius: 50%; }
.m-form-radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF0000;
  content: '';
  opacity: 0; }
  input[type=radio]:checked + .m-form-radio:before {
    opacity: 1; }

input[type=checkbox]:checked + .m-form-checkbox:after {
  background-color: #FF0000;
  border-color: #FF0000; }
.m-form-checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  input[type=checkbox]:checked + .m-form-checkbox:before {
    opacity: 1; }

.m-form-select {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .m-form-select {
      display: block; } }

.m-form-select:before {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f110";
  font-family: "IonIcons";
  font-size: 24px;
  color: #aaa;
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .m-form-select:before {
      font-size: calc(44 / 750 * 100vw); } }

select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem 4rem 1rem 2rem;
  border: 1px solid #ddd;
  color: #828c9a;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    select {
      width: 100%;
      padding: calc(20 / 750 * 100vw) calc(80 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw); } }

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

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

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

.m-form-btn {
  margin: 30px 0;
  text-align: center; }
  .m-form-btn [type="submit"],
  .m-form-btn [type="button"] {
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .m-form-btn [type="submit"],
      .m-form-btn [type="button"] {
        margin-right: calc(10 / 750 * 100vw);
        margin-left: calc(10 / 750 * 100vw); } }

[type="submit"],
[type="button"] {
  padding: 1.2rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  min-width: 200px;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    [type="submit"],
    [type="button"] {
      font-size: calc(30 / 750 * 100vw);
      min-width: calc(260 / 750 * 100vw);
      letter-spacing: 0.05em;
      padding: calc(15 / 750 * 100vw) calc(20 / 750 * 100vw); } }

.btn-check {
  background-color: #FF0000;
  color: #fff;
  border: none; }
  .btn-check:hover {
    background-color: #ff1a1a; }

.btn-send {
  background-color: #FF0000;
  color: #fff;
  border: none; }
  .btn-send:hover {
    background-color: #ff1a1a; }

.btn-back {
  background-color: #fff;
  border: 1px solid #aaa; }
  .btn-back:hover {
    background-color: rgba(255, 0, 0, 0.05); }

.m-form .formError.inline {
  display: block; }
  .m-form .formError.inline .formErrorContent {
    background-color: transparent;
    color: #f00;
    font-weight: bold;
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem; }

.m-form-complete {
  text-align: center; }
  .m-form-complete p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2rem; }

a {
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  color: #1B1B1D;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a:hover {
    opacity: .6; }

.link-text {
  color: #1B1B1D;
  text-decoration: underline; }
  .link-text:hover {
    text-decoration: none; }

.button {
  display: inline-block;
  min-width: 160px;
  border-radius: 100vw;
  text-align: center;
  color: #000;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500; }
  .button::before, .button::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    width: calc(100% - 4px);
    height: 1px;
    -webkit-transition: .4s;
    transition: .4s; }
  .button::before {
    top: 0;
    right: 0; }
  .button::after {
    bottom: 0;
    left: 0; }
  .button.reverse {
    color: #fff; }
    .button.reverse::before, .button.reverse::after {
      background-color: #fff; }
    .button.reverse > span::before, .button.reverse > span::after {
      background-color: #fff; }
    .button.reverse > span span::after {
      background-color: #fff; }
  .button > span {
    display: block;
    position: relative;
    width: 100%; }
    .button > span::before, .button > span::after {
      content: "";
      display: block;
      position: absolute;
      background-color: #000;
      width: 1px;
      height: calc(100% - 4px);
      -webkit-transition: .4s;
      transition: .4s; }
    .button > span::before {
      bottom: 0;
      right: 0; }
    .button > span::after {
      top: 0;
      left: 0; }
    .button > span span {
      display: block;
      padding: 11px 30px 10px;
      position: relative; }
      .button > span span::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        background: #000;
        -webkit-transition: .4s;
        transition: .4s;
        right: -25px;
        top: 50%; }
  @media screen and (min-width: 1100px) {
    .button:hover {
      color: #FF0000;
      letter-spacing: .01em; }
      .button:hover::before, .button:hover::after {
        background: #FF0000;
        width: calc(100% + 4px); }
      .button:hover > span::before, .button:hover > span::after {
        background: #FF0000;
        height: calc(100% + 4px); }
      .button:hover > span span::after {
        background: #FF0000;
        right: -22px; } 
    .button.button02:hover {
      color: #FFFFFF;
      letter-spacing: .01em; }
      .button.button02:hover::before, .button.button02:hover::after {
        background: #FFFFFF;
        width: calc(100% + 4px); }
      .button.button02:hover > span::before, .button.button02:hover > span::after {
        background: #FFFFFF;
        height: calc(100% + 4px); }
      .button.button02:hover > span span::after {
        background: #FFFFFF;
        right: -22px; } 
      }

.highlight {
  background-color: #add1f0; }

.text-white {
  color: #fff; }

.text-center {
  text-align: center; }
  .text-center img {
    display: inline-block; }
  .text-center > * {
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center; } }
@media screen and (min-width: 768px) {
  .pc-text-center {
    text-align: center; } }
img.text-center {
  margin: 0 auto; }

.text-left {
  text-align: left; }
  .text-left img {
    display: inline-block; }
  .text-left > * {
    margin-left: auto; }

.text-right {
  text-align: right; }
  .text-right img {
    display: inline-block; }
  .text-right > * {
    margin-right: auto; }

.hf-indent {
  margin-left: -0.6em; }

.bc-primary {
  border-color: #FF0000; }

.bc-red {
  border-color: #f00; }

.bc-yellow {
  border-color: #FFE566; }

.bc-blue {
  border-color: #0af; }

.bc-green {
  border-color: #5a8; }

.color-primary {
  color: #FF0000; }

.color-red {
  color: #f00; }

.color-yellow {
  color: #FFE566; }

.color-blue {
  color: #0af; }

.color-green {
  color: #5a8; }

.bg-primary {
  background-color: #FF0000; }

.bg-red {
  background-color: #f00; }

.bg-yellow {
  background-color: #FFE566; }

.bg-blue {
  background-color: #0af; }

.bg-green {
  background-color: #5a8; }

.bg-lgray {
  background-color: #f5f5f5; }

.bg-lblue {
  background-color: #e7f5fc; }

.bg-lpink {
  background-color: #ffebe6; }

.font-s {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.font-l {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold; }

.font-xl {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-weight: bold; }

.weight-m {
  font-weight: 500; }

.text-small {
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .text-small {
      font-size: 1.2rem; } }

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

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

.text-large {
  font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .text-large {
      font-size: calc(32 / 750 * 100vw); } }

.text-xlarge {
  font-size: 2.6rem; }
  @media screen and (max-width: 767px) {
    .text-xlarge {
      font-size: 2.2rem; } }

.text-xxlarge {
  font-size: 3.2rem; }
  @media screen and (max-width: 767px) {
    .text-xxlarge {
      font-size: 2.4rem; } }

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

  .sp-only {
    display: block; }

  table.sp-only {
    display: table; }

  .sp-only_inline {
    display: inline-block; }

  .sptb-hidden {
    display: none; }

  .tbpc-hidden {
    display: block; }

  .sp-hidden {
    display: none; }

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

  .tb-only {
    display: block; }

  .tb-only_inline {
    display: inline-block; }

  .sp-only {
    display: none; }

  .sp-only_inline {
    display: none; }

  .sptb-hidden {
    display: none; }

  .tbpc-hidden {
    display: none; }

  .sp-hidden {
    display: block; }

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

  .pc-only {
    display: block; }

  table.pc-only {
    display: table; }

  .pc-only_inline {
    display: inline-block; }

  .sp-only {
    display: none; }

  .sp-only_inline {
    display: none; }

  .sptb-hidden {
    display: block; }

  .tbpc-hidden {
    display: none; }

  .sp-hidden {
    display: block; }

  .tb-hidden {
    display: block; }

  .tb-only {
    display: none; } }
/*
.sp-none {display: none;}
.tb-none {display: none;}
.pc-none {display: block;}

.sp-none_inline {display: none;}
.pc-none_inline {display: inline-block;}

@include media(pc) {
.sp-none {display: block;}
.pc-none {display: none;}
.sp-none_inline {display: inline-block;}
.pc-none_inline {display: none;}
}
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.border-none-top {
  border-top: none !important; }

.border-none-left {
  border-left: none !important; }

.border-none-right {
  border-right: none !important; }

.border-none-bottom {
  border-bottom: none !important; }

@media screen and (min-width: 1100px) {
  .pc-border-none-top {
    border-top: none !important; }

  .pc-border-none-left {
    border-left: none !important; }

  .pc-border-none-right {
    border-right: none !important; }

  .pc-border-none-bottom {
    border-bottom: none !important; } }
.mt0 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

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

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

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

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

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

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

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

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

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

.mb0 {
  margin-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

.mr0 {
  margin-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

span.asterisk {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    span.asterisk {
      font-size: 11px;
      font-size: 1.1rem;
      text-indent: -13px;
      margin-left: 13px; } }

.home .m-footer {
  margin-top: 13em; }
  @media screen and (max-width: 767px) {
    .home .m-footer {
      margin-top: calc(130 / 750 * 100vw); } }
.home .t-section {
  position: relative;
  min-height: 520px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .home .t-section {
      display: block;
      background-image: none !important;
      min-height: auto; } }
  .home .t-section[data-section="about"] {
    background-image: url("../../img/top/bg_top001.jpg");
    background-color: #1B1B1D; }
  .home .t-section[data-section="practice"] {
    background-image: url("../../img/top/bg_top002.jpg");
    background-color: #1B1B1D; }
  .home .t-section[data-section="activity"] {
    background-image: url("../../img/top/bg_top003.jpg");
    background-color: #1B1B1D; }
  .home .t-section__spimg {
    width: 100%;
    display: none; }
    @media screen and (max-width: 767px) {
      .home .t-section__spimg {
        display: block; } }
  .home .t-section__box {
    max-width: 1022px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .home .t-section__box {
        padding: 0; } }
    .home .t-section__box > div {
      width: 320px;
      min-height: 520px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .home .t-section__box > div {
          width: 100%;
          min-height: auto;
          background-color: #1b1b1d;
          padding: 15px 15px 40px; } }
      .home .t-section__box > div::before {
        content: "";
        width: 100vw;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        right: calc(100% - 220px);
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .home .t-section__box > div::before {
            content: none; } }
      .home .t-section__box > div h2 {
        margin-bottom: 2rem; }
        @media screen and (max-width: 767px) {
          .home .t-section__box > div h2 {
            margin-top: calc(-1 * (80 / 750 * 100vw)); } }
        .home .t-section__box > div h2 [data-title="en"] {
          font-family: "Oswald", sans-serif;
          color: #fff;
          background: #FF0000;
          display: inline-block;
          padding: 0 10px 2px;
          font-weight: bold;
          font-size: 42px;
          font-size: 4.2rem;
          line-height: 1.5;
          opacity: 0;
          -webkit-transition: .3s;
          transition: .3s;
          -webkit-transform: translate(40px, 0);
                  transform: translate(40px, 0); }
          .home .t-section__box > div h2 [data-title="en"]:first-letter {
            color: #1B1B1D; }
          @media screen and (max-width: 767px) {
            .home .t-section__box > div h2 [data-title="en"] {
              font-size: calc(66 / 750 * 100vw); } }
          .home .t-section__box > div h2 [data-title="en"].anime {
            opacity: 1;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); }
          .home .t-section__box > div h2 [data-title="en"] span {
            color: #FF0000;
            -webkit-transition: .2s;
            transition: .2s;
            position: relative;
            top: -8px; }
            .home .t-section__box > div h2 [data-title="en"] span.isshow {
              color: #fff;
              top: 0; }
              .home .t-section__box > div h2 [data-title="en"] span.isshow:first-child {
                color: #1B1B1D; }
        .home .t-section__box > div h2 [data-title="jp"] {
          display: block;
          font-size: 22px;
          font-size: 2.2rem;
          color: #fff;
          font-weight: bold;
          line-height: 1.2;
          margin-top: 1.5rem; }
          @media screen and (max-width: 767px) {
            .home .t-section__box > div h2 [data-title="jp"] {
              font-size: calc(30 / 750 * 100vw); } }
      .home .t-section__box > div p {
        color: #fff; }
    .home .t-section__box[data-box="reverse"] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .home .t-section__box[data-box="reverse"] > div::before {
        right: none;
        left: calc(100% - 220px); }
  .home .t-section__link {
    margin-top: 3.5rem; }
    @media screen and (max-width: 767px) {
      .home .t-section__link {
        margin-top: calc(50 / 750 * 100vw);
        text-align: center; } }
.home .t-col {
  max-width: 1022px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10rem; }
  @media screen and (max-width: 767px) {
    .home .t-col {
      display: block;
      padding-top: calc(100 / 750 * 100vw); } }
  .home .t-col > section {
    width: 49.2%; }
    @media screen and (max-width: 767px) {
      .home .t-col > section {
        width: 100%; } }
    .home .t-col > section [data-title="en"] {
      text-align: center;
      display: block;
      font-family: "Oswald", sans-serif;
      color: #FF0000;
      font-weight: bold;
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .home .t-col > section [data-title="en"] {
          font-size: calc(55 / 750 * 100vw); } }
    .home .t-col > section [data-title="jp"] {
      text-align: center;
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 3rem; }
      @media screen and (max-width: 767px) {
        .home .t-col > section [data-title="jp"] {
          font-size: calc(30 / 750 * 100vw); } }
    .home .t-col > section p {
      text-align: center;
      margin-top: 5rem; }
      @media screen and (max-width: 767px) {
        .home .t-col > section p {
          margin-top: calc(50 / 750 * 100vw); } }
@media screen and (max-width: 767px) {
  .home .t-faq {
    margin-bottom: calc(100 / 750 * 100vw); } }
.home .t-faq figure {
  margin-bottom: 3rem; }
.home .t-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .home .t-gallery ul li {
    margin-bottom: 2.2rem;
    width: 48%;
    padding-top: 48%;
    position: relative; }
    .home .t-gallery ul li:nth-last-child(-n+2) {
      margin-bottom: 0; }
    .home .t-gallery ul li img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .home .t-gallery ul li a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }

body:not(.home) .m-footer {
  margin-top: 107px; }
  @media screen and (max-width: 767px) {
    body:not(.home) .m-footer {
      margin-top: 60px; } }

.page-main {
  padding-bottom: 6rem; }
  @media screen and (max-width: 767px) {
    .page-main {
      padding-top: 6rem; } }
  @media screen and (max-width: 767px) {
    .page-main article {
      overflow: hidden;
    }
  }
  @media screen and (max-width: 767px) {
    .page-main {
      padding-bottom: calc(100 / 750 * 100vw); } }
  .page-main h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-main h2 {
        font-size: calc(40 / 750 * 100vw);
        line-height: 1.8;
        margin-bottom: calc(40 / 750 * 100vw); } }
@media screen and (max-width: 767px) {
  .page-content {
    padding: 0 calc(40 / 750 * 100vw); } }
.page-heading {
  padding-right: 182px;
  height: 500px;
  margin-bottom: 14rem;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-heading {
      height: 120px;
      padding-right: calc(30 / 750 * 100vw);
      margin-bottom: calc(200 / 750 * 100vw); } }
  .page-heading::after {
    background: #1B1B1D;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .page-heading__bg {
    height: 520px;
    -webkit-transform: translate(60px, 120px);
            transform: translate(60px, 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-size: cover;
    background-position: center;
    -webkit-transition: .6s .3s;
    transition: .6s .3s;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .page-heading__bg {
        -webkit-transform: translateY(calc(30 / 750 * 100vw));
                transform: translateY(calc(30 / 750 * 100vw));
        height: 140px; } }
    .page-heading__bg[data-pagetitl="about"] {
      background-image: url(../../img/about/pagetitle.jpg); }
    .page-heading__bg[data-pagetitl="practice"] {
      background-image: url(../../img/practice/pagetitle.jpg); }
    .page-heading__bg[data-pagetitl="activity"] {
      background-image: url(../../img/activity/pagetitle.jpg); }
    .page-heading__bg[data-pagetitl="faq"] {
      background-image: url(../../img/faq/pagetitle.jpg); }
    .page-heading__bg[data-pagetitl="gallery"] {
      background-image: url(../../img/gallery/pagetitle.jpg); }
    .page-heading__bg[data-pagetitl="contact"] {
      background-image: url(../../img/contact/pagetitle.jpg); }
  .page-heading__title {
    position: relative;
    left: 50px;
    top: -30px; }
    @media screen and (max-width: 767px) {
      .page-heading__title {
        top: 0;
        right: calc(-1 * (10 / 750 * 100vw));
        left: auto; } }
    .page-heading__title-en {
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: 66px;
      font-size: 6.6rem;
      font-weight: bold;
      display: inline-block;
      vertical-align: text-top;
      position: relative;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .page-heading__title-en {
          font-size: calc(52 / 750 * 100vw);
          line-height: 1.2; } }
      .page-heading__title-en > span {
        display: inlin-block;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0%, #FF0000));
        background: linear-gradient(transparent 0, #FF0000 0%);
        margin: 8px 0;
        line-height: 1;
        padding: 0 15px; }
        @media screen and (max-width: 767px) {
          .page-heading__title-en > span {
            margin: 0;
            line-height: 1.6;
            padding: 0 calc(10 / 750 * 100vw); } }
        .page-heading__title-en > span.pagetyping {
          color: #FF0000; }
          .page-heading__title-en > span.pagetyping span {
            color: #FF0000;
            position: relative;
            top: -5px; }
            .page-heading__title-en > span.pagetyping span.isshow {
              color: #fff;
              -webkit-transition: .2s;
              transition: .2s;
              top: 0; }
              .page-heading__title-en > span.pagetyping span.isshow:first-child {
                color: #1B1B1D; }
    .page-heading__title-jp {
      font-size: 22px;
      font-size: 2.2rem;
      color: #fff;
      font-weight: bold;
      display: block;
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      -webkit-transition: .4s 1.8s;
      transition: .4s 1.8s; }
      @media screen and (max-width: 767px) {
        .page-heading__title-jp {
          font-size: calc(24 / 750 * 100vw); } }
  .page-heading.anime::after {
    width: 100%; }
  .page-heading.anime .page-heading__bg {
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .page-heading.anime .page-heading__bg {
        -webkit-transform: translate(0, calc(30 / 750 * 100vw));
                transform: translate(0, calc(30 / 750 * 100vw)); } }
  .page-heading.anime .page-heading__title-jp {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.about {
  padding-bottom: 0; }
  .about + .m-footer {
    margin-top: 0 !important; }
  .about-feature {
    position: relative;
    margin-top: 5rem; }
    @media screen and (max-width: 767px) {
      .about-feature {
        margin-left: calc(-1 * (40 / 750 * 100vw));
        margin-right: calc(-1 * (40 / 750 * 100vw)); } }
    .about-feature::after {
      content: "";
      display: block;
      width: 100%;
      height: 340px;
      background: #FF0000;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .about-feature::after {
          height: calc(550 / 750 * 100vw); } }
    .about-feature ul {
      max-width: 1022px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .about-feature ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .about-feature ul li {
        width: 18.75%; }
        @media screen and (max-width: 767px) {
          .about-feature ul li {
            width: 31%;
            margin: 0 0.5% 1vw; } }
        .about-feature ul li figure {
          position: relative;
          overflow: hidden; }
          .about-feature ul li figure img {
            width: 100%; }
          .about-feature ul li figure figcaption {
            background: rgba(0, 0, 0, 0.6);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: #fff;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: bold;
            height: 65px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            line-height: 1.4666; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .about-feature ul li figure figcaption {
                font-size: 14px;
                font-size: 1.4rem; } }
            @media screen and (max-width: 767px) {
              .about-feature ul li figure figcaption {
                font-size: calc(22 / 750 * 100vw);
                letter-spacing: -.025em;
                height: calc(120 / 750 * 100vw); } }
            @media screen and (max-width: 860px) {
              .about-feature ul li figure figcaption .sp-only {
                display: block; } }
    .about-feature__text {
      padding: 55px 0 70px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .about-feature__text {
          padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw); } }
  .about-gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .about-gallery ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .about-gallery ul li {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .about-gallery ul li {
          width: 33.333%; } }
      .about-gallery ul li img {
        width: 100%; }

.practice-schedule {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto; }
  .practice-schedule__table {
    background-color: #F2F2F2;
    padding: 40px 30px; }
    @media screen and (max-width: 767px) {
      .practice-schedule__table {
        padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw); } }
  .practice-schedule table {
    width: 100%;
    margin-bottom: 15px; }
    .practice-schedule table th, .practice-schedule table td {
      background-color: transparent;
      border-bottom: none; }
    .practice-schedule table th {
      border-right: 2px solid #1B1B1D;
      color: #000;
      text-align: left;
      width: 160px;
      padding: 15px 0; }
      @media screen and (max-width: 767px) {
        .practice-schedule table th {
          width: calc(180 / 750 * 100vw);
          padding: calc(20 / 750 * 100vw) 0; } }
      .practice-schedule table th span {
        font-family: "Oswald", sans-serif; }
    .practice-schedule table td {
      padding: 15px 0 15px 40px; }
      @media screen and (max-width: 767px) {
        .practice-schedule table td {
          padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(40 / 750 * 100vw); } }
.practice-image {
  margin: 30px 0 80px; }
  @media screen and (max-width: 767px) {
    .practice-image {
      margin: calc(35 / 750 * 100vw) 0 calc(100 / 750 * 100vw); } }
  .practice-image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .practice-image ul li {
      width: 32%; }
      @media screen and (max-width: 767px) {
        .practice-image ul li {
          width: 48%;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 1rem; } }
.practice-access {
  position: relative;
  margin-top: 6rem;
  padding-top: 4rem;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .practice-access {
      margin-left: calc(-1 * (40 / 750 * 100vw));
      margin-right: calc(-1 * (40 / 750 * 100vw));
      padding: calc(50 / 750 * 100vw) calc(35 / 750 * 100vw); } }
  .practice-access::after {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .practice-access::after {
        height: calc(300 / 750 * 100vw); } }
  .practice-access__list {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 824px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .practice-access__list {
        display: block;
        padding-top: calc(20 / 750 * 100vw); } }
    .practice-access__list .gmap {
      margin-bottom: 2rem;
      position: relative;
      z-index: 1; }
    .practice-access__list > div {
      width: 49%; }
      @media screen and (max-width: 767px) {
        .practice-access__list > div {
          width: 100%; }
          .practice-access__list > div:first-child {
            margin-bottom: calc(50 / 750 * 100vw); } }
    .practice-access__list p {
      color: #000;
      text-align: left;
      line-height: 2.14; }
      .practice-access__list p[data-access="name"] {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .practice-access__list p[data-access="name"] {
            font-size: calc(34 / 750 * 100vw); } }
  .practice-access h2 {
    color: #1B1B1D; }
  .practice-access.anime h2 {
    color: #fff;
    -webkit-transition: .1s 1s;
    transition: .1s 1s; }

.activity-event {
  max-width: 1022px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-top: 5rem; }
  @media screen and (max-width: 767px) {
    .activity-event {
      margin-bottom: calc(50 / 750 * 100vw);
      padding: 0; } }
  .activity-event ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .activity-event ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .activity-event ul li {
      width: 23.7%;
      margin-right: 1.62%;
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        .activity-event ul li {
          width: 48%;
          margin-right: 0;
          margin-bottom: 1rem; } }
      .activity-event ul li:nth-child(4n) {
        margin-right: 0; }
      .activity-event ul li figure {
        position: relative; }
        .activity-event ul li figure figcaption {
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.7);
          color: #fff;
          font-weight: bold;
          padding: 0 10px; }
  .activity-event__more {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px; }
.activity-sns {
  position: relative;
  padding-top: 5rem; }
  @media screen and (max-width: 767px) {
    .activity-sns {
      padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw) calc(80 / 750 * 100vw); }
      .activity-sns h2 {
        padding-right: calc(40 / 750 * 100vw); } }
  .activity-sns::after {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .activity-sns::after {
        width: calc(100% - (40 / 750 * 100vw)); } }
  @media screen and (max-width: 767px) {
    .activity-sns::before {
      content: "";
      display: block;
      width: 100%;
      height: 300px;
      background: #1B1B1D;
      position: absolute;
      bottom: 0;
      roght: 0;
      z-index: -1;
      width: calc(100% - (40 / 750 * 100vw)); } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .activity-sns::before {
      height: 200px; } }

  .activity-sns h2 {
    color: #fff; }
    .activity-sns__body {
      /* max-width: 1022px; */
      max-width: 554px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .activity-sns__body .button {
      max-width: 227px;
      width: 100%;
    }
    .activity-sns__body > div .button > span span::before {
      content: "";
      display: block;
      width: 33px;
      height: 33px;
      background: url(../../img/activity/icon_facebook.svg) center no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: auto;
      transform: translateY(-50%);
    }
    .activity-sns__body > div:nth-child(2) .button > span span::before {
      background: url(../../img/activity/icon_instagram.svg) center no-repeat;
      background-size: cover;
    }
      
    @media screen and (max-width: 767px) {
      .activity-sns__body {
        display: block;
        padding: 0;
        /* margin-right: calc(-1 * (40 / 750 * 100vw));  */
        margin-right: calc(40 / 750 * 100vw); 
      } 
      }
    .activity-sns__body > div {
      width: 49.19%; }
      @media screen and (max-width: 767px) {
        .activity-sns__body > div {
          max-width: 227px;
          width: 100%;
          margin: 0 auto;
        }
        .activity-sns__body > div:nth-child(1) {
          margin: 0 auto 20px;
        }
      }
    .activity-sns__body [data-sns="facebook"] {
      height: 400px; }
      @media screen and (max-width: 767px) {
        .activity-sns__body [data-sns="facebook"] iframe {
          height: 400px !important; } }
    @media screen and (max-width: 767px) {
      .activity-sns__body [data-sns="instagram"] {
        margin-left: calc(-1 * (40 / 750 * 100vw));
        margin-top: calc(60 / 750 * 100vw); } }
.activity-instagram {
  background: #fff;
  border: 1px solid #f0f0f0; }
  .activity-instagram__heading {
    padding: 15px; }
    .activity-instagram__heading a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .activity-instagram__heading figure {
      width: 60px;
      border-radius: 100%;
      margin-right: 10px;
      overflow: hidden;
      border: 1px solid #f0f0f0; }
    .activity-instagram__heading span {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
      font-size: 1.8rem; }
  .activity-instagram__list {
    padding: 0 10px; }
    .activity-instagram__list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 10px; }
      .activity-instagram__list ul li {
        margin-bottom: 2.2rem;
        width: 23%;
        padding-top: 23%;
        position: relative; }
        .activity-instagram__list ul li img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
        .activity-instagram__list ul li a {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%; }
  .activity-instagram__scroll {
    height: 400px;
    overflow-y: scroll; }
    @media screen and (max-width: 767px) {
      .activity-instagram__scroll {
        height: 300px; } }

.gallery .page-content {
  position: relative;
  z-index: 1; }
  .gallery .page-content::before, .gallery .page-content::after {
    content: "";
    display: block;
    width: 747px;
    height: 360px;
    position: absolute;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .gallery .page-content::before, .gallery .page-content::after {
        width: 50%;
        height: calc(300 / 750 * 100vw); } }
  .gallery .page-content::after {
    background-color: #FF0000;
    left: 0;
    bottom: 141px; }
    @media screen and (max-width: 767px) {
      .gallery .page-content::after {
        bottom: calc(100 / 750 * 100vw); } }
  .gallery .page-content::before {
    background-color: #1B1B1D;
    right: 0;
    top: 141px; }
    @media screen and (max-width: 767px) {
      .gallery .page-content::before {
        top: calc(100 / 750 * 100vw); } }
.gallery-list {
  max-width: 1022px;
  margin: 20rem auto 10rem;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 600px; }
  @media screen and (max-width: 767px) {
    .gallery-list {
      margin: calc(160 / 750 * 100vw) auto calc(50 / 750 * 100vw);
      min-height: 350px; } }
      .gallery-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .gallery-list ul li {
      margin-bottom: 2.2rem;
      width: 23%;
      /* padding-top: 23%; */
      position: relative;
      background: #fff; }
      @media screen and (max-width: 767px) {
        /* .gallery-list ul::after {
          content: "";
          display: block;
          width: 32%;
        } */
        .gallery-list ul li {
          /* width: 32%; */
          width: 49%;
          /* padding-top: 32%; */
          margin-bottom: .5rem; }
          .gallery-list ul li:nth-child(n + 19) {
            /* display: none; */
          } 
          }
      .gallery-list ul li img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
      .gallery-list ul li a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }

.faq-list {
  max-width: 1022px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .faq-list {
      padding: 0; } }
  .faq-list dl {
    padding: 0 16px 30px;
    margin-top: 6rem; }
    @media screen and (max-width: 767px) {
      .faq-list dl {
        padding: 0;
        margin-top: calc(60 / 750 * 100vw); } }
    .faq-list dl dt {
      border-bottom: 1px solid #FF0000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: .5rem;
      padding-left: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .faq-list dl dt {
          font-size: calc(34 / 750 * 100vw);
          padding-bottom: .2rem; } }
      .faq-list dl dt span {
        font-family: "Oswald", sans-serif;
        font-size: 40px;
        font-size: 4rem;
        font-weight: bold;
        color: #FF0000;
        margin-right: 2rem;
        line-height: 1.5;
        position: relative;
        top: -4px; }
        @media screen and (max-width: 767px) {
          .faq-list dl dt span {
            font-size: calc(66 / 750 * 100vw);
            margin-right: calc(20 / 750 * 100vw); } }
    .faq-list dl dd {
      margin-top: 2rem; }
      @media screen and (max-width: 767px) {
        .faq-list dl dd {
          margin-top: calc(20 / 750 * 100vw); } }
      .faq-list dl dd + dt {
        margin-top: 3rem; }
        @media screen and (max-width: 767px) {
          .faq-list dl dd + dt {
            margin-top: calc(40 / 750 * 100vw); } }

.anime-sns {
  display: block;
  border-radius: 100%;
  padding: 1px;
  background: #000;
  -webkit-transition: .3s .1s;
  transition: .3s .1s; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .anime-sns img {
      width: 30px;
      height: 30px; } }
  @media screen and (max-width: 767px) {
    .anime-sns {
      display: inline-block; } }
  .home .anime-sns {
    background: transparent; }
  [data-headerBg="true"] .anime-sns {
    background: #000; }
  .anime-sns:hover {
    background: #FF0000;
    opacity: 1;
    -webkit-animation: iconBom .3s ease-in-out;
            animation: iconBom .3s ease-in-out; }

@-webkit-keyframes iconBom {
  50% {
    -webkit-transform: scale(1.1) translateY(-2px);
            transform: scale(1.1) translateY(-2px); } }
.contact .col {
  margin: 0 auto; }

.fade {
  opacity: 0; }
  .fade.anime {
    -webkit-animation: fade .4s ease-in-out forwards;
            animation: fade .4s ease-in-out forwards; }

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

@keyframes fade {
  100% {
    opacity: 1; } }
.fadeU {
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .fadeU {
      -webkit-transform: translate(0, 50px);
              transform: translate(0, 50px); } }
  .fadeU.anime {
    -webkit-animation: fadeup .4s ease-in-out forwards;
            animation: fadeup .4s ease-in-out forwards; }

@-webkit-keyframes fadeup {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes fadeup {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
.fadeD {
  -webkit-transform: translate(0, -70px);
          transform: translate(0, -70px);
  -webkit-transition: .7s;
  transition: .7s;
  opacity: 0; }
  .fadeD.anime {
    -webkit-animation: fadeD .4s ease-in-out forwards;
            animation: fadeD .4s ease-in-out forwards; }

@-webkit-keyframes fadeD {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes fadeD {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
.fadeL {
  -webkit-transform: translate(-70px, 0);
          transform: translate(-70px, 0);
  opacity: 0; }
  .fadeL.anime {
    -webkit-animation: fadeL .4s ease-in-out forwards;
            animation: fadeL .4s ease-in-out forwards; }

@-webkit-keyframes fadeL {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes fadeL {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
.fadeR {
  -webkit-transform: translate(70px, 0);
          transform: translate(70px, 0);
  opacity: 0; }
  .fadeR.anime {
    -webkit-animation: fadeL .4s ease-in-out forwards;
            animation: fadeL .4s ease-in-out forwards; }

@-webkit-keyframes fadeR {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes fadeR {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
.d-fadeU {
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
  -webkit-transition: .7s;
  transition: .7s;
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .d-fadeU {
      -webkit-transform: translate(0, 50px);
              transform: translate(0, 50px); } }

.animeted {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1 !important; }

.delay03 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.delay05 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.delay1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.bgslideR::after {
  width: 0; }
.bgslideR.anime::after {
  -webkit-animation: bgslideR .3s .8s ease-in-out forwards;
          animation: bgslideR .3s .8s ease-in-out forwards; }

@-webkit-keyframes bgslideR {
  100% {
    width: 100%; } }

@keyframes bgslideR {
  100% {
    width: 100%; } }
.scale {
  -webkit-transform: scale(0);
          transform: scale(0); }
  .scale.anime {
    -webkit-animation: scale .3s .8s ease-in-out forwards;
            animation: scale .3s .8s ease-in-out forwards; }

@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.modaal-overlay {
	z-index: 99999;
}
.modaal-wrapper {
	z-index: 999999;
}
.modaal-wrapper .modaal-close {
	min-width: 50px;
}
.modaal-wrapper img {
	max-height: 90vh;
}
/*# sourceMappingURL=style.css.map */