@charset "UTF-8";
.topPage .loadingLogo {
  width: 100%;
  height: 100vh;
  position: fixed;
  transition: all .4s ease-in-out;
  transition-duration: .8s;
  transition-delay: 1.5s;
  z-index: 99999;
  background: #000; }
  .topPage .loadingLogo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px; }
    @media screen and (max-width: 768px) {
      .topPage .loadingLogo img {
        width: 150px; } }
  .topPage .loadingLogo.active {
    opacity: 0;
    z-index: -1; }
    .topPage .loadingLogo.active::before {
      width: 0 !important;
      opacity: 0 !important; }
.topPage .wrapper {
  display: none;
  position: relative;
  transition: all .4s ease-in-out;
  transition-duration: .8s; }
  .topPage .wrapper.is-play {
    display: block !important; }
.topPage .pcHd .navArea, .topPage .pcHd .cvBtn, .topPage .pcHd .logo, .topPage .pcHd .snsList {
  opacity: 0;
  transition: all .4s ease-in-out;
  transition-duration: 1s;
  transition-delay: 3.3s; }
.topPage .pcHd .snsList {
  top: 20px; }
.topPage .pcHd .navArea {
  left: 45px; }
.topPage .pcHd .cvBtn {
  top: -15px;
  right: -15px; }
.topPage .pcHd .logo {
  top: 25px; }
.topPage .pcHd.active .navArea, .topPage .pcHd.active .cvBtn, .topPage .pcHd.active .logo, .topPage .pcHd.active .snsList {
  opacity: 1; }
.topPage .pcHd.active .navArea {
  left: 60px; }
.topPage .pcHd.active .cvBtn {
  top: 0;
  right: 0; }
.topPage .pcHd.active .logo {
  top: 20px; }
.topPage .pcHd.active .snsList {
  top: 30px; }
.topPage .spHd .hdLogo, .topPage .spHd .drawer-hamburger {
  opacity: 0;
  transition: all .4s ease-in-out;
  transition-duration: 1s;
  transition-delay: 3.3s; }
.topPage .spHd .hdLogo {
  top: 20px; }
.topPage .spHd .drawer-hamburger {
  top: -10px;
  right: -10px; }
.topPage .spHd.active .hdLogo, .topPage .spHd.active .drawer-hamburger {
  opacity: 1; }
.topPage .spHd.active .hdLogo {
  top: 30px; }
.topPage .spHd.active .drawer-hamburger {
  top: 0;
  right: 0; }
.topPage .drawer-hamburger {
  transition-delay: 3.2s; }
  .topPage .drawer-hamburger.active {
    opacity: 1; }
.topPage .loaderWrap {
  transition: all .4s ease-in-out;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  scrollbar-gutter: stable; }
  .topPage .loaderWrap.var {
    scrollbar-gutter: auto !important; }
  .topPage .loaderWrap .mv {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../cmn_img/top/mv_bg03.jpg") no-repeat center center/cover; }
    .topPage .loaderWrap .mv::before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      background: url("../cmn_img/top/mv_item01.png") no-repeat center center/cover;
      width: 499px;
      height: 375px;
      z-index: 9;
      opacity: 0;
      transition: all .4s ease-in-out;
      transition-delay: 4s;
      transition-duration: 1s; }
      @media screen and (max-width: 768px) {
        .topPage .loaderWrap .mv::before {
          width: 175px;
          height: 131px; } }
    .topPage .loaderWrap .mv::after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 40vh;
      background: linear-gradient(rgba(0, 0, 0, 0), black); }
    .topPage .loaderWrap .mv .bg {
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden; }
      .topPage .loaderWrap .mv .bg > p {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
        .topPage .loaderWrap .mv .bg > p::before {
          content: "";
          display: block;
          background-image: linear-gradient(90deg, #523a16, #8d8b7c 50%, #523a16);
          height: 0;
          width: 5px;
          top: 0;
          left: 0;
          transition: all .4s ease-in-out;
          transition-duration: 1.5s;
          transition-delay: 3s;
          opacity: 0;
          position: absolute; }
        .topPage .loaderWrap .mv .bg > p.line01 {
          transform: skew(-55deg); }
        .topPage .loaderWrap .mv .bg > p.line02 {
          transform: skew(65deg); }
        .topPage .loaderWrap .mv .bg > p.line03 {
          transform: skew(50deg); }
        .topPage .loaderWrap .mv .bg > p.line04 {
          transform: skew(55deg); }
        .topPage .loaderWrap .mv .bg > p.line05 {
          transform: skew(-40deg); }
        .topPage .loaderWrap .mv .bg > p.line06 {
          transform: skew(45deg); }
      .topPage .loaderWrap .mv .bg.active > p::before {
        opacity: 1;
        height: 100%; }
      .topPage .loaderWrap .mv .bg.active > p.line01 {
        top: 0;
        left: -5%; }
        @media screen and (max-width: 768px) {
          .topPage .loaderWrap .mv .bg.active > p.line01 {
            top: -40%; } }
      .topPage .loaderWrap .mv .bg.active > p.line02 {
        bottom: -5%;
        left: -15px; }
        @media screen and (max-width: 768px) {
          .topPage .loaderWrap .mv .bg.active > p.line02 {
            bottom: -10%; } }
      .topPage .loaderWrap .mv .bg.active > p.line03 {
        bottom: -8%;
        left: -15px; }
        @media screen and (max-width: 768px) {
          .topPage .loaderWrap .mv .bg.active > p.line03 {
            bottom: -15%; } }
      .topPage .loaderWrap .mv .bg.active > p.line04 {
        top: 0;
        right: 6%; }
        @media screen and (max-width: 768px) {
          .topPage .loaderWrap .mv .bg.active > p.line04 {
            top: -32%;
            right: -10%; } }
        .topPage .loaderWrap .mv .bg.active > p.line04::before {
          left: auto;
          right: 0; }
      .topPage .loaderWrap .mv .bg.active > p.line05 {
        bottom: -35%;
        right: 11%; }
        .topPage .loaderWrap .mv .bg.active > p.line05::before {
          left: auto;
          right: 0; }
      .topPage .loaderWrap .mv .bg.active > p.line06 {
        top: 0;
        right: -5%; }
        @media screen and (max-width: 768px) {
          .topPage .loaderWrap .mv .bg.active > p.line06 {
            top: -33%;
            right: -9%; } }
        .topPage .loaderWrap .mv .bg.active > p.line06::before {
          left: auto;
          right: 0; }
    .topPage .loaderWrap .mv .copy {
      width: 100%;
      text-align: center;
      font-size: 3.4rem;
      letter-spacing: 0.4em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-left: 50px;
      font-family: "Cinzel", "Zen Old Mincho", serif; }
      @media screen and (max-width: 768px) {
        .topPage .loaderWrap .mv .copy {
          font-size: 2.0rem;
          line-height: 2.2;
          padding-left: 30px;
          top: 50%;
          letter-spacing: 0.5em; } }
      .topPage .loaderWrap .mv .copy span {
        opacity: 0;
        filter: blur(0.5);
        transition-delay: .05s;
        transition-duration: 1.7s; }
      @media screen and (max-width: 768px) {
        .topPage .loaderWrap .mv .copy p {
          display: block; } }
    .topPage .loaderWrap .mv .openTx {
      position: absolute;
      z-index: 9;
      width: 100%;
      text-align: center;
      left: 0;
      bottom: -45px;
      line-height: 1.2;
      font-size: 15.0rem;
      font-family: "Cinzel", serif; }
      @media screen and (max-width: 768px) {
        .topPage .loaderWrap .mv .openTx {
          font-size: 6.4rem;
          bottom: -13px;
          line-height: 1; } }
      .topPage .loaderWrap .mv .openTx p {
        display: inline-block;
        transition-delay: 1.2s;
        animation: shine02 6s ease-in-out infinite; }
      .topPage .loaderWrap .mv .openTx span {
        display: block;
        font-size: 5.0rem; }
        @media screen and (max-width: 768px) {
          .topPage .loaderWrap .mv .openTx span {
            font-size: 2.0rem;
            margin-bottom: 10px; } }
@keyframes shine02 {
  0% {
    background-position: 100% center; }
  50% {
    background-position: -100% center;
    /* 実際の移動部分 */ }
  100% {
    background-position: -100% center;
    /* ここから最後まで静止 */ } }
    .topPage .loaderWrap .mv.animated::before {
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(1); }
.topPage .sec01 {
  padding: 50px 0 100px;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec01 {
      padding: 40px 0 50px; } }
  .topPage .sec01 .logo {
    position: sticky;
    top: 30px;
    right: 0;
    width: 993px;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .logo {
        width: 80%;
        top: 60px; } }
  .topPage .sec01 .inr {
    margin-top: -500px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .inr {
        margin-top: -100px; } }
  .topPage .sec01 .boxL {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: sticky;
    top: calc(50vh - 120px);
    left: 0;
    padding-bottom: 150px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .boxL {
        width: 100%;
        position: static;
        padding-bottom: 0; } }
    .topPage .sec01 .boxL .ttl {
      font-size: 5.2rem;
      line-height: 1.7;
      letter-spacing: 0.1em;
      font-family: "Cinzel", "Zen Old Mincho", serif; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .ttl {
          text-align: center;
          font-size: 3.0rem;
          padding-left: 30px;
          letter-spacing: 0.1em; } }
      .topPage .sec01 .boxL .ttl span {
        display: block;
        font-size: 1.6rem;
        color: #999;
        letter-spacing: 0.02em;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .boxL .ttl span {
            font-size: 1.2rem;
            margin-left: -20px;
            margin-top: 10px; } }
  .topPage .sec01 .boxR {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 560px;
    padding-bottom: 150px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .boxR {
        width: 100%;
        padding-bottom: 80px;
        margin-top: 30px; } }
    .topPage .sec01 .boxR .tx {
      font-size: 1.7rem;
      margin-top: 40px;
      line-height: 2.6;
      font-family: "Cinzel", "Zen Old Mincho", serif; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxR .tx {
          font-size: 1.4rem;
          margin-top: 20px;
          text-align: center;
          line-height: 2.2; } }
.topPage .sec02 {
  padding-top: 100px; }
  .topPage .sec02 .readTx {
    text-align: center;
    color: #999;
    font-size: 1.8rem;
    font-family: "Cinzel", "Zen Old Mincho", serif;
    margin-top: -20px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .readTx {
        font-size: 1.5rem; } }
  .topPage .sec02 .featureList > li {
    margin-top: 140px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .featureList > li {
        margin-top: 60px; } }
    .topPage .sec02 .featureList > li .ttlArea {
      text-align: center;
      font-family: "Cinzel", "Zen Old Mincho", serif;
      position: relative;
      margin-bottom: 80px;
      margin-bottom: 50px; }
      .topPage .sec02 .featureList > li .ttlArea::before {
        content: "01";
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 30.0rem;
        color: #111;
        font-family: "Cinzel", serif;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li .ttlArea::before {
            font-size: 17.0rem;
            top: -22px; } }
      .topPage .sec02 .featureList > li .ttlArea .wrap {
        position: relative;
        z-index: 1; }
        .topPage .sec02 .featureList > li .ttlArea .wrap .enTtl {
          font-size: 1.5rem;
          display: block;
          color: #777; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li .ttlArea .wrap .enTtl {
              font-size: 1.3rem; } }
        .topPage .sec02 .featureList > li .ttlArea .wrap .jpTtl {
          font-size: 3.6rem;
          line-height: 1.7;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li .ttlArea .wrap .jpTtl {
              font-size: 2.0rem;
              margin-top: 8px; } }
          .topPage .sec02 .featureList > li .ttlArea .wrap .jpTtl p {
            display: block;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .featureList > li .ttlArea .wrap .jpTtl p {
                letter-spacing: 0.05em; } }
    .topPage .sec02 .featureList > li.feature01 .techList {
      padding: 100px 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .featureList > li.feature01 .techList {
          padding: 60px 0; } }
      .topPage .sec02 .featureList > li.feature01 .techList::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        background: #111;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature01 .techList::before {
            width: 80%; } }
      .topPage .sec02 .featureList > li.feature01 .techList > li {
        margin-bottom: 50px;
        position: relative;
        z-index: 9;
        overflow: hidden;
        zoom: 1;
        font-size: 0; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature01 .techList > li {
            margin-bottom: 60px; } }
        .topPage .sec02 .featureList > li.feature01 .techList > li .imgBox {
          float: right;
          width: 50%;
          display: table; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li.feature01 .techList > li .imgBox {
              width: 100%; } }
          .topPage .sec02 .featureList > li.feature01 .techList > li .imgBox .cmn_ofi::before {
            padding-top: 54.9738%; }
        .topPage .sec02 .featureList > li.feature01 .techList > li .txBox {
          float: left;
          width: 45%;
          display: table; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li.feature01 .techList > li .txBox {
              width: 100%;
              margin-top: 25px; } }
          .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in {
            display: table-cell;
            vertical-align: middle; }
            .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl {
              font-size: 3.4rem;
              font-family: "Cinzel", "Zen Old Mincho", serif;
              letter-spacing: 0.1em;
              line-height: 1.7;
              padding: 15px 0 15px 85px;
              background-repeat: no-repeat;
              background-position: center left; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl {
                  font-size: 2.0rem;
                  padding: 3px 0 3px 53px; } }
              .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon01 {
                background-image: url("../cmn_img/top/sec02_area01_icon01.png");
                background-size: 58px 62px; }
                @media screen and (max-width: 768px) {
                  .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon01 {
                    background-size: 36px 38px; } }
              .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon02 {
                background-image: url("../cmn_img/top/sec02_area01_icon02.png");
                background-size: 62px 50px; }
                @media screen and (max-width: 768px) {
                  .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon02 {
                    background-size: 38px 31px; } }
              .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon03 {
                background-image: url("../cmn_img/top/sec02_area01_icon03.png");
                background-size: 59px 59px; }
                @media screen and (max-width: 768px) {
                  .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon03 {
                    background-size: 36px 36px; } }
              .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon04 {
                background-image: url("../cmn_img/top/sec02_area01_icon04.png");
                background-size: 58px 56px; }
                @media screen and (max-width: 768px) {
                  .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .ttl.icon04 {
                    background-size: 36px 35px; } }
            .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .tx {
              font-size: 1.6rem;
              padding-top: 30px;
              border-top: 1px solid #2b2b2b;
              margin-top: 10px; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .featureList > li.feature01 .techList > li .txBox .in .tx {
                  padding-top: 12px;
                  font-size: 1.3rem; } }
        .topPage .sec02 .featureList > li.feature01 .techList > li.last {
          margin-bottom: 0; }
    .topPage .sec02 .featureList > li.feature02 .nameTx {
      text-align: left;
      font-size: 2.4rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .featureList > li.feature02 .nameTx {
          font-size: 1.5rem; } }
      .topPage .sec02 .featureList > li.feature02 .nameTx span {
        font-size: 1.3rem;
        display: inline-block;
        margin-left: 10px;
        color: #888; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature02 .nameTx span {
            font-size: 1.2rem; } }
    .topPage .sec02 .featureList > li.feature02 .ownerArea {
      font-size: 0;
      overflow: hidden;
      zoom: 1; }
      .topPage .sec02 .featureList > li.feature02 .ownerArea .imgBox {
        float: right;
        width: 45%; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature02 .ownerArea .imgBox {
            width: 100%; } }
      .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox {
        float: left;
        width: 50%;
        display: table; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox {
            width: 100%;
            text-align: center;
            margin-top: 25px; } }
        .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox > div {
          display: table-cell;
          vertical-align: middle; }
        .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .copy {
          font-size: 3.0rem;
          color: #fff;
          font-family: "Cinzel", "Zen Old Mincho", serif; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .copy {
              font-size: 1.6rem; } }
        .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList {
          margin-top: 25px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList {
              text-align: center;
              margin-top: 10px; } }
          .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li {
            margin-right: 20px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            position: relative;
            padding: 0 40px;
            line-height: 1.7; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li {
                padding: 0 25px;
                margin: 5px 10px; } }
            .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li::before, .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li::after {
              content: "";
              position: absolute;
              top: -2px;
              left: 0;
              background: url("../cmn_img/top/sec02_area02_item01.png") no-repeat center center/cover;
              width: 26px;
              height: 57px; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li::before, .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li::after {
                  width: 18px;
                  height: 40px;
                  top: 0; } }
            .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li::after {
              background-image: url("../cmn_img/top/sec02_area02_item02.png");
              left: auto;
              right: 0; }
            .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .proList > li.last {
              margin-right: 0; }
        .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .nameTx {
          margin-top: 25px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li.feature02 .ownerArea .txBox .nameTx {
              text-align: center;
              margin-top: 10px; } }
    .topPage .sec02 .featureList > li.feature02 .trainerList {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .featureList > li.feature02 .trainerList {
          text-align: center;
          margin-top: 40px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .featureList > li.feature02 .trainerList > li {
          margin-bottom: 30px; } }
      .topPage .sec02 .featureList > li.feature02 .trainerList > li .nameTx {
        margin-top: 20px;
        font-size: 2.0rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature02 .trainerList > li .nameTx {
            font-size: 1.3rem;
            line-height: 1.6;
            margin-top: 13px; } }
        .topPage .sec02 .featureList > li.feature02 .trainerList > li .nameTx span {
          font-size: 1.2rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li.feature02 .trainerList > li .nameTx span {
              display: block;
              margin: 0;
              font-size: 1.1rem; } }
    .topPage .sec02 .featureList > li.feature03 {
      overflow: hidden;
      padding-top: 50px; }
      .topPage .sec02 .featureList > li.feature03 .pointList {
        max-width: 950px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature03 .pointList > li {
            width: 48%;
            margin: 0 4% 4% 0; } }
        .topPage .sec02 .featureList > li.feature03 .pointList > li > div {
          position: relative;
          padding-top: 100%; }
          .topPage .sec02 .featureList > li.feature03 .pointList > li > div::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("../cmn_img/top/sec02_area03_img02.png") no-repeat center center/cover;
            z-index: 1; }
          .topPage .sec02 .featureList > li.feature03 .pointList > li > div .tx {
            width: 100%;
            position: absolute;
            top: 48%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 1.9rem;
            letter-spacing: 0.05em;
            text-align: center;
            font-family: "Cinzel", "Zen Old Mincho", serif;
            line-height: 1.7;
            z-index: 10; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .featureList > li.feature03 .pointList > li > div .tx {
                font-size: 1.5rem;
                line-height: 1.6; } }
            .topPage .sec02 .featureList > li.feature03 .pointList > li > div .tx span {
              margin-bottom: 5px;
              display: block;
              font-size: 1.2rem;
              color: #888; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .featureList > li.feature03 .pointList > li > div .tx span {
                  font-size: 1.0rem; } }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature03 .pointList > li:nth-child(2n) {
            margin-right: 0; } }
      .topPage .sec02 .featureList > li.feature03 .slider {
        margin: 80px 0 0 0; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li.feature03 .slider {
            margin-top: 50px; } }
        .topPage .sec02 .featureList > li.feature03 .slider .slick-slide {
          margin: 0; }
    .topPage .sec02 .featureList > li:nth-child(2) .ttlArea::before {
      content: "02"; }
    .topPage .sec02 .featureList > li:nth-child(3) .ttlArea::before {
      content: "03"; }
.topPage .sec03 .priceList > li {
  background: #111111;
  border: 1px solid #222;
  text-align: center;
  padding: 50px 40px; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 .priceList > li {
      width: 100%;
      margin: 0 0 20px;
      display: block;
      padding: 30px 20px; } }
  .topPage .sec03 .priceList > li .ttl {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    font-family: "Cinzel", "Zen Old Mincho", serif; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .priceList > li .ttl {
        font-size: 1.8rem;
        margin-bottom: 30px; } }
    .topPage .sec03 .priceList > li .ttl::before {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, #555, #ccc, #555); }
  .topPage .sec03 .priceList > li .priceTx {
    font-size: 4.0rem;
    font-family: "Cinzel", "Zen Old Mincho", serif;
    line-height: 1.3;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .priceList > li .priceTx {
        font-size: 3.0rem; } }
    .topPage .sec03 .priceList > li .priceTx span {
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "YuGothic", "Yu Gothic", "游ゴシック","メイリオ", "Meiryo", sans-serif; }
    .topPage .sec03 .priceList > li .priceTx .tx01 {
      font-size: 1.5rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      padding: 1px 8px;
      background: #333;
      margin-bottom: 3px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .priceList > li .priceTx .tx01 {
          font-size: 1.3rem; } }
    .topPage .sec03 .priceList > li .priceTx .tx02 {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .priceList > li .priceTx .tx02 {
          font-size: 1.3rem; } }
  .topPage .sec03 .priceList > li .nyukai {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .priceList > li .nyukai {
        font-size: 1.2rem; } }
  .topPage .sec03 .priceList > li ul {
    text-align: left;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .priceList > li ul {
        margin-top: 15px; } }
    .topPage .sec03 .priceList > li ul > li {
      padding-left: 20px;
      position: relative;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .priceList > li ul > li {
          font-size: 1.3rem;
          padding-left: 18px; } }
      .topPage .sec03 .priceList > li ul > li::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 90px;
        background: #777;
        border-radius: 90px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .priceList > li ul > li::before {
            width: 5px;
            height: 5px;
            top: 9px; } }
  .topPage .sec03 .priceList > li:nth-child(2) .ttl::before {
    background: linear-gradient(to right, #b8a25d, #f3edd9, #b8a25d); }
  .topPage .sec03 .priceList > li:nth-child(3) .ttl::before {
    background: linear-gradient(to right, #2a5d90, #84b2df, #2a5d90); }
.topPage .sec03 .priceList02 {
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 .priceList02 {
      margin-top: 35px; } }
  .topPage .sec03 .priceList02 > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 1.5rem;
    font-family: "Cinzel", "Zen Old Mincho", serif; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .priceList02 > li {
        font-size: 1.3rem;
        display: inline-block;
        margin: 0;
        text-align: left;
        width: 280px;
        margin-top: -5px; } }
    .topPage .sec03 .priceList02 > li .tx01 {
      display: inline-block;
      padding: 1px 12px 0px;
      border: 1px solid #666;
      font-size: 1.5rem;
      margin-right: 15px;
      vertical-align: middle;
      margin-bottom: 12px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .priceList02 > li .tx01 {
          font-size: 1.3rem;
          width: 130px;
          text-align: center; } }
    .topPage .sec03 .priceList02 > li .tx02 {
      font-size: 3.6rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .priceList02 > li .tx02 {
          font-size: 2.6rem; } }
.topPage .sec03 .optionArea {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 .optionArea {
      margin-top: 50px; } }
  .topPage .sec03 .optionArea .ttl {
    font-size: 2.0rem;
    font-family: "Cinzel", "Zen Old Mincho", serif;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .optionArea .ttl {
        font-size: 1.6rem; } }
  .topPage .sec03 .optionArea .tbl {
    position: relative; }
    .topPage .sec03 .optionArea .tbl::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff; }
    .topPage .sec03 .optionArea .tbl::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #000; }
    .topPage .sec03 .optionArea .tbl tr td, .topPage .sec03 .optionArea .tbl tr th {
      font-size: 1.3rem;
      padding: 15px 10px;
      text-align: center !important;
      border-bottom: 1px solid #333;
      border-right: 1px solid #333;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .optionArea .tbl tr td, .topPage .sec03 .optionArea .tbl tr th {
          font-size: 1.0rem;
          padding: 10px 5px; } }
    .topPage .sec03 .optionArea .tbl tr th {
      font-weight: 600; }
      .topPage .sec03 .optionArea .tbl tr th:nth-child(1) {
        width: 20%; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .optionArea .tbl tr th:nth-child(1) {
            width: 26%; } }
      .topPage .sec03 .optionArea .tbl tr th:nth-child(2) {
        width: 40%; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .optionArea .tbl tr th:nth-child(2) {
            width: 37%; } }
      .topPage .sec03 .optionArea .tbl tr th:nth-child(3) {
        width: 40%; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .optionArea .tbl tr th:nth-child(3) {
            width: 37%; } }
.topPage .sec04 .addTx {
  font-size: 2.0rem;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Cinzel", "Zen Old Mincho", serif;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .addTx {
      font-size: 1.4rem;
      margin-bottom: 30px; } }
.topPage .sec04 .map {
  filter: grayscale(1); }

@keyframes kira {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
