.topPage .secTtl {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-family: "EB Garamond", serif !important; }
  @media screen and (max-width: 768px) {
    .topPage .secTtl {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 25px; } }
  .topPage .secTtl span {
    display: block;
    font-size: 6.6rem; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl span {
        font-size: 3.6rem;
        margin-top: 5px; } }
  .topPage .secTtl.wh {
    color: #fff; }
.topPage .ttlStyle_00 {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif !important;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .ttlStyle_00 {
      font-size: 1.6rem; } }
  .topPage .ttlStyle_00::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 55px;
    height: 1px;
    background: #484c9f; }
.topPage .mv .mv_pc, .topPage .mv .mv_sp {
  width: 100%;
  height: 100vh; }
.topPage .mv .txWrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }
  .topPage .mv .txWrap .copy {
    font-family: "Noto Serif JP", serif !important;
    font-size: 4.0rem;
    line-height: 1.7;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .topPage .mv .txWrap .copy {
        font-size: 2.4rem; } }
  .topPage .mv .txWrap .tx01 {
    font-size: 3.4rem;
    font-family: "EB Garamond", serif !important;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .topPage .mv .txWrap .tx01 {
        font-size: 1.6rem; } }
    .topPage .mv .txWrap .tx01 img {
      display: block;
      max-width: 460px;
      margin: 20px auto;
      width: calc(100% - 30px); }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .tx01 img {
          max-width: 300px;
          margin: 15px auto; } }
    .topPage .mv .txWrap .tx01 span {
      display: block;
      font-size: 2.0rem; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .tx01 span {
          font-size: 1.6rem; } }
  .topPage .mv .txWrap .tx02 {
    padding: 10px 20px 10px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "EB Garamond", serif !important;
    display: inline-block;
    margin: 10px auto 0;
    font-size: 3.8rem;
    line-height: 1;
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .mv .txWrap .tx02 {
        font-size: 2.2rem;
        padding: 10px 25px 10px 60px; } }
    .topPage .mv .txWrap .tx02 p {
      position: absolute;
      width: 83px;
      height: 83px;
      background: #ad9267;
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      font-size: 1.3rem;
      color: #fff;
      font-family: "Noto Sans JP", sans-serif !important;
      border-radius: 90px;
      padding: 12px 0;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .tx02 p {
          width: 65px;
          height: 65px;
          font-size: 1.0rem;
          padding: 10px 0; } }
  .topPage .mv .txWrap .pointList {
    max-width: 560px;
    width: 100%;
    margin: 35px auto 0; }
    @media screen and (max-width: 768px) {
      .topPage .mv .txWrap .pointList {
        margin-top: 10px; } }
    .topPage .mv .txWrap .pointList > li {
      border-radius: 90px;
      background: #222;
      font-size: 1.5rem;
      color: #fff;
      line-height: 1.7;
      border: 1px solid #444;
      padding: 39px 0;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .pointList > li {
          font-size: 1.2rem;
          padding: 25px 0;
          width: 130px; } }
      .topPage .mv .txWrap .pointList > li span {
        margin-bottom: 3px;
        display: block;
        font-size: 1.1rem;
        color: #999;
        font-family: "EB Garamond", serif !important; }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .pointList > li span {
            font-size: 1.0rem; } }
.topPage .sec01 {
  position: relative;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .topPage .sec01 {
      padding-top: 70px; } }
  .topPage .sec01 .mainImg {
    width: 50%;
    margin: 0 0 0 auto;
    transform: translateY(-50px);
    height: calc(900px);
    background: url("../cmn_img/top/sec01_img01.png") no-repeat top right/cover; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .mainImg {
        transform: translateY(0);
        height: auto;
        width: 100%;
        margin: 20px auto 0;
        padding-top: 120%; } }
  .topPage .sec01 .txWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .txWrap {
        position: static;
        transform: translate(0, 0); } }
    .topPage .sec01 .txWrap .ttl {
      font-size: 6.8rem;
      font-family: "Noto Serif JP", serif !important;
      font-size: 4.0rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txWrap .ttl {
          font-size: 2.2rem;
          text-align: center; } }
      .topPage .sec01 .txWrap .ttl span {
        font-size: 5.4rem;
        display: block;
        font-family: "EB Garamond", serif !important; }
        @media screen and (max-width: 1439px) {
          .topPage .sec01 .txWrap .ttl span {
            font-size: 4.0rem; } }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .txWrap .ttl span {
            font-size: 2.8rem;
            text-align: center;
            margin-bottom: 5px; } }
    .topPage .sec01 .txWrap .copy {
      font-size: 2.2rem;
      line-height: 1.7;
      margin-top: 30px;
      font-family: "Noto Serif JP", serif !important; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txWrap .copy {
          font-size: 1.6rem;
          text-align: center;
          margin-top: 15px; } }
    .topPage .sec01 .txWrap .tx {
      font-size: 2.2rem;
      width: 40%;
      font-size: 1.5rem;
      margin-top: 25px;
      padding-top: 25px;
      border-top: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .txWrap .tx {
          font-size: 1.3rem;
          width: 100%;
          margin-top: 20px;
          padding-top: 15px;
          font-size: 1.3rem; } }
.topPage .sec01_slider {
  overflow: hidden;
  margin-top: -50px; }
  @media screen and (max-width: 768px) {
    .topPage .sec01_slider {
      margin-top: 0; } }
  .topPage .sec01_slider .slider01 {
    margin-bottom: 0; }
  .topPage .sec01_slider .slick-slide {
    margin: 0; }
.topPage .sec02 {
  position: relative;
  overflow: hidden;
  background: #fff; }
  .topPage .sec02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../cmn_img/top/sec02_bg.jpg") no-repeat center top/100% auto;
    z-index: -1; }
  .topPage .sec02 .txWrap {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .txWrap {
        width: 100%;
        text-align: center; } }
    .topPage .sec02 .txWrap .copy {
      line-height: 1.8;
      font-size: 3.6rem;
      font-family: "Noto Serif JP", serif !important; }
      @media screen and (max-width: 1439px) {
        .topPage .sec02 .txWrap .copy {
          font-size: 3.0rem; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .txWrap .copy {
          font-size: 1.8rem; } }
    .topPage .sec02 .txWrap .img01 {
      max-width: 600px;
      width: 100%;
      margin: 30px 0 0 auto; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .txWrap .img01 {
          margin-top: 10px; } }
    .topPage .sec02 .txWrap .tx01 {
      font-size: 2.0rem;
      margin-top: 30px;
      font-family: "Noto Serif JP", serif !important; }
      @media screen and (max-width: 1299px) {
        .topPage .sec02 .txWrap .tx01 {
          font-size: 1.8rem; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .txWrap .tx01 {
          font-size: 1.3rem;
          text-align: left;
          margin-top: 15px; } }
  .topPage .sec02 .slideWrap {
    position: absolute;
    top: 53%;
    left: 55%;
    transform: translateY(-50%);
    width: 70%; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slideWrap {
        width: 100%;
        transform: translateY(0);
        position: static; } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slideWrap .slider02 {
        margin-top: 30px; } }
    .topPage .sec02 .slideWrap .slider02 .slick-prev {
      left: -30px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .slideWrap .slider02 .slick-prev {
          left: 10px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slideWrap .slider02 .slick-next {
        right: 12px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slideWrap .slider02 .slick-prev, .topPage .sec02 .slideWrap .slider02 .slick-next {
        width: 40px;
        height: 40px; } }
    .topPage .sec02 .slideWrap .slider02 .slick-slide {
      background: #222;
      margin-right: 30px !important; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .slideWrap .slider02 .slick-slide {
          margin-right: 10px !important; } }
      .topPage .sec02 .slideWrap .slider02 .slick-slide .txBox {
        text-align: center;
        color: #fff;
        padding: 35px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .slideWrap .slider02 .slick-slide .txBox {
            padding: 25px 20px; } }
        .topPage .sec02 .slideWrap .slider02 .slick-slide .txBox .ttl {
          font-family: "Noto Serif JP", serif !important;
          line-height: 1.7;
          font-size: 2.2rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .slideWrap .slider02 .slick-slide .txBox .ttl {
              font-size: 1.6rem; } }
        .topPage .sec02 .slideWrap .slider02 .slick-slide .txBox .tx {
          margin-top: 10px;
          font-size: 1.4rem;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .slideWrap .slider02 .slick-slide .txBox .tx {
              font-size: 1.2rem;
              margin-top: 5px; } }
.topPage .sec03 {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .topPage .sec03::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../cmn_img/top/sec03_bg.jpg") center center/cover;
    z-index: -1; }
  .topPage .sec03 .floormapImg {
    max-width: 576px;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .topPage .sec03 .secTtl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .secTtl {
        display: block;
        margin-right: 0; } }
  .topPage .sec03 .secReadTx {
    font-size: 2.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 28px;
    font-family: "Noto Serif JP", serif !important; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .secReadTx {
        font-size: 1.3rem;
        text-align: center;
        display: block; } }
  .topPage .sec03 .floorWrap {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .floorWrap {
        margin-top: 60px; } }
    .topPage .sec03 .floorWrap .ttlWrap {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 0;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .floorWrap .ttlWrap {
          margin-bottom: 25px; } }
      .topPage .sec03 .floorWrap .ttlWrap .mainBox {
        width: 120px;
        height: 120px;
        background: #fff;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .floorWrap .ttlWrap .mainBox {
            width: 70px;
            height: 130px;
            margin-right: 20px; } }
        .topPage .sec03 .floorWrap .ttlWrap .mainBox > p {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 3.8rem;
          font-family: "EB Garamond", serif !important;
          color: #7e8292;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .floorWrap .ttlWrap .mainBox > p {
              font-size: 2.2rem; } }
          .topPage .sec03 .floorWrap .ttlWrap .mainBox > p span {
            display: block;
            line-height: 1.5;
            margin-top: 5px;
            font-size: 1.4rem; }
            @media screen and (max-width: 768px) {
              .topPage .sec03 .floorWrap .ttlWrap .mainBox > p span {
                font-size: 1.2rem;
                margin-top: 5px; } }
      .topPage .sec03 .floorWrap .ttlWrap .ttlBox {
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .floorWrap .ttlWrap .ttlBox {
            width: calc(100% - 90px); } }
        .topPage .sec03 .floorWrap .ttlWrap .ttlBox .tx01 {
          font-size: 1.3rem;
          border: 1px solid #fff;
          padding: 3px 12px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 12px;
          line-height: 1.5; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .floorWrap .ttlWrap .ttlBox .tx01 {
              font-size: 1.0rem;
              padding: 2px 10px;
              margin-right: 10px; } }
        .topPage .sec03 .floorWrap .ttlWrap .ttlBox .tx02 {
          display: inline-block;
          vertical-align: middle;
          font-size: 1.4rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .floorWrap .ttlWrap .ttlBox .tx02 {
              font-size: 1.1rem; } }
        .topPage .sec03 .floorWrap .ttlWrap .ttlBox .tx03 {
          display: block;
          line-height: 1.7;
          font-size: 2.2rem;
          font-family: "Noto Serif JP", serif !important;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .floorWrap .ttlWrap .ttlBox .tx03 {
              font-size: 1.5rem;
              margin-top: 6px; } }
    .topPage .sec03 .floorWrap .detailList {
      font-size: 0;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .floorWrap .detailList {
          margin-top: 45px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .floorWrap .detailList > li {
          margin-bottom: 30px; } }
      .topPage .sec03 .floorWrap .detailList .ttl {
        background: #222;
        text-align: center;
        line-height: 1.7;
        padding: 4px 10px;
        text-align: center;
        font-size: 1.8rem;
        font-family: "Noto Serif JP", serif !important; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .floorWrap .detailList .ttl {
            font-size: 1.3rem; } }
      .topPage .sec03 .floorWrap .detailList .tx {
        font-size: 1.3rem;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .floorWrap .detailList .tx {
            font-size: 1.2rem;
            margin-top: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .floorWrap .detailList.cmn02 {
          text-align: center; } }
      .topPage .sec03 .floorWrap .detailList.cmn02 > li {
        margin-right: 5%;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .floorWrap .detailList.cmn02 > li {
            text-align: left; } }
        .topPage .sec03 .floorWrap .detailList.cmn02 > li.li01 {
          font-size: 0;
          width: 63.3%; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .floorWrap .detailList.cmn02 > li.li01 {
              width: 100%; } }
          .topPage .sec03 .floorWrap .detailList.cmn02 > li.li01 > .img {
            display: inline-block;
            vertical-align: top;
            width: 50%; }
        .topPage .sec03 .floorWrap .detailList.cmn02 > li.li02 {
          width: 31.7%;
          margin-right: 0; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .floorWrap .detailList.cmn02 > li.li02 {
              width: 50%; } }
    .topPage .sec03 .floorWrap .readTx01 {
      text-align: center;
      font-size: 2.6rem;
      font-family: "Noto Serif JP", serif !important; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .floorWrap .readTx01 {
          font-size: 1.8rem; } }
    .topPage .sec03 .floorWrap .tx01 {
      font-size: 1.5rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .floorWrap .tx01 {
          font-size: 1.3rem; } }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .floorWrap.floor03 .ttlWrap .mainBox {
        height: 100px; } }
  .topPage .sec03 .specList {
    font-size: 0;
    margin-top: 30px; }
    .topPage .sec03 .specList > li {
      display: inline-block;
      vertical-align: middle;
      width: 33%;
      font-size: 0;
      margin: 10px 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .specList > li {
          width: 100%;
          margin: 5px 0; } }
      .topPage .sec03 .specList > li .icon {
        width: 70px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .specList > li .icon {
            width: 60px;
            margin-right: 15px; } }
      .topPage .sec03 .specList > li .tx {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .specList > li .tx {
            width: calc(100% - 75px);
            font-size: 1.2rem; } }
        .topPage .sec03 .specList > li .tx span {
          display: block;
          font-weight: 500;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .specList > li .tx span {
              font-size: 1.4rem; } }
.topPage .sec04 {
  position: relative; }
  .topPage .sec04 .txArea {
    margin: 0 auto;
    width: 44%;
    padding: 100px 60px;
    text-align: center;
    background: #222;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .txArea {
        width: 100%;
        padding: 65% 20px; } }
    .topPage .sec04 .txArea .secTtl {
      text-align: center;
      color: #fff; }
      .topPage .sec04 .txArea .secTtl span {
        color: #ad9267;
        font-size: 5.6rem;
        line-height: 1.1;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .txArea .secTtl span {
            font-size: 3.4rem; } }
    .topPage .sec04 .txArea .copy {
      font-size: 2.8rem;
      font-family: "Noto Serif JP", serif !important;
      line-height: 1.7; }
      @media screen and (max-width: 1439px) {
        .topPage .sec04 .txArea .copy {
          font-size: 2.4rem; } }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .txArea .copy {
          font-size: 1.5rem;
          line-height: 1.8; } }
    .topPage .sec04 .txArea .tx01 {
      font-size: 1.5rem;
      margin-top: 15px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .txArea .tx01 {
          font-size: 1.3rem; } }
    .topPage .sec04 .txArea .tx02 {
      font-size: 1.5rem;
      border-top: 1px solid #666;
      display: block;
      font-family: "Noto Serif JP", serif !important;
      margin-top: 25px;
      padding-top: 25px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .txArea .tx02 {
          font-size: 1.3rem;
          margin-top: 20px;
          padding-top: 15px; } }
  .topPage .sec04 .imgList > li {
    width: 28%;
    height: 50.5%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../cmn_img/top/sec04_img01.jpg") no-repeat center center/cover; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .imgList > li {
        position: absolute;
        width: 50%;
        padding-top: 50%;
        height: auto; } }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .imgList > li:nth-child(1) {
        top: 0;
        left: 0;
        right: auto;
        bottom: auto; } }
    .topPage .sec04 .imgList > li:nth-child(2) {
      bottom: 0;
      top: auto;
      background-image: url("../cmn_img/top/sec04_img02.jpg"); }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .imgList > li:nth-child(2) {
          top: 0;
          right: 0;
          bottom: auto;
          left: auto; } }
    .topPage .sec04 .imgList > li:nth-child(3) {
      left: auto;
      right: 0;
      background-image: url("../cmn_img/top/sec04_img03.jpg"); }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .imgList > li:nth-child(3) {
          left: 0;
          right: auto;
          bottom: 0;
          top: auto; } }
    .topPage .sec04 .imgList > li:nth-child(4) {
      bottom: 0;
      top: auto;
      left: auto;
      right: 0;
      background-image: url("../cmn_img/top/sec04_img04.jpg"); }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .imgList > li:nth-child(4) {
          top: auto;
          bottom: 0;
          right: 0;
          left: auto; } }
.topPage .sec05 {
  overflow: hidden;
  position: relative;
  background: #fff; }
  .topPage .sec05 .bigImg {
    width: 1130px;
    right: calc(50% + 100px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .bigImg {
        width: 900px;
        right: 15%;
        opacity: .8; } }
    .topPage .sec05 .bigImg.img01 {
      z-index: 7; }
    .topPage .sec05 .bigImg.img02 {
      z-index: 8;
      opacity: 0; }
    .topPage .sec05 .bigImg.img03 {
      z-index: 9;
      opacity: 0; }
    .topPage .sec05 .bigImg.view {
      opacity: 1; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .bigImg.view {
          opacity: 0; } }
  .topPage .sec05 .inr {
    padding: 70px 0;
    position: relative;
    z-index: 10; }
  .topPage .sec05 .txWrap {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .txWrap {
        position: static;
        transform: translateY(0); } }
    .topPage .sec05 .txWrap .copy {
      font-size: 3.8rem;
      font-family: "Noto Serif JP", serif !important;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .txWrap .copy {
          font-size: 1.8rem;
          text-align: center; } }
  .topPage .sec05 .pointList {
    width: 60%;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .pointList {
        width: 100%;
        margin-top: 40px; } }
    .topPage .sec05 .pointList > li {
      width: 91%;
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .pointList > li {
          width: 92%;
          margin-top: -10px;
          margin-bottom: 0; } }
      .topPage .sec05 .pointList > li .icon {
        width: 240px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .pointList > li .icon {
            width: 140px;
            margin-right: 20px; } }
        .topPage .sec05 .pointList > li .icon::before {
          content: "";
          position: absolute;
          left: -20px;
          bottom: 30px;
          background: url("../cmn_img/top/sec05_item01.png") no-repeat center center/cover;
          width: 25px;
          height: 25px;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .topPage .sec05 .pointList > li .icon::before {
              right: -12px !important;
              width: 20px;
              height: 20px;
              left: auto !important;
              top: 50% !important;
              bottom: auto !important;
              margin-top: -10px; } }
        .topPage .sec05 .pointList > li .icon:hover::before {
          transform: scale(1.2); }
      .topPage .sec05 .pointList > li .tx {
        width: calc(100% - 270px);
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .pointList > li .tx {
            width: calc(100% - 160px);
            font-size: 1.2rem; } }
      .topPage .sec05 .pointList > li:nth-child(2) {
        margin-left: 9%; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .pointList > li:nth-child(2) {
            margin: 8%; } }
        .topPage .sec05 .pointList > li:nth-child(2) .icon::before {
          left: -58px;
          top: 50%;
          transform: translateY(-50%);
          bottom: auto;
          background-image: url("../cmn_img/top/sec05_item02.png"); }
          @media screen and (max-width: 768px) {
            .topPage .sec05 .pointList > li:nth-child(2) .icon::before {
              margin-top: 0; } }
        .topPage .sec05 .pointList > li:nth-child(2) .icon:hover::before {
          transform: translateY(-50%) scale(1.2); }
      .topPage .sec05 .pointList > li:nth-child(3) .icon::before {
        bottom: auto;
        top: 20px;
        background-image: url("../cmn_img/top/sec05_item03.png"); }
.topPage .sec06 {
  background: #eeeff4; }
  .topPage .sec06 .dayList > li {
    font-size: 0;
    position: relative;
    margin-top: -110px !important; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .dayList > li {
        margin-top: -160px !important; } }
    .topPage .sec06 .dayList > li::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 13px;
      height: 13px;
      border-radius: 90px;
      background: #484c9f;
      z-index: 9;
      transform: scale(0);
      transition: all .3s ease-in-out;
      transition-delay: .5s; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .dayList > li::before {
          width: 8px;
          height: 8px;
          left: calc(50% - 4px); } }
    .topPage .sec06 .dayList > li::after {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(50% + 3px);
      width: 6px;
      height: 0;
      background: #e1e2ea;
      transition: all .3s ease-in-out;
      transition-delay: 1s;
      transition-duration: .8s; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .dayList > li::after {
          width: 3px;
          left: calc(50% - 1px); } }
    .topPage .sec06 .dayList > li .in {
      width: 45%;
      background: #fff;
      padding: 10px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .dayList > li .in {
          padding: 5px; } }
      .topPage .sec06 .dayList > li .in::before {
        content: "";
        position: absolute;
        width: 12%;
        right: -12%;
        top: calc(50% + 5px);
        height: 1px;
        background: #484c9f;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .topPage .sec06 .dayList > li .in::before {
            top: calc(50% + 3px); } }
    .topPage .sec06 .dayList > li .thum {
      width: 45%;
      margin-right: 5%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .dayList > li .thum {
          width: 100%;
          margin: 0 0 5px; } }
    .topPage .sec06 .dayList > li .txArea {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 15px 20px 15px 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .dayList > li .txArea {
          width: 100%;
          padding: 0 10px 20px 10px;
          text-align: center; } }
      .topPage .sec06 .dayList > li .txArea .time {
        font-size: 4.4rem;
        color: #404c99;
        font-family: "EB Garamond", serif !important;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          .topPage .sec06 .dayList > li .txArea .time {
            font-size: 2.6rem; } }
      .topPage .sec06 .dayList > li .txArea .place {
        font-size: 1.4rem;
        font-family: "EB Garamond", serif !important;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .topPage .sec06 .dayList > li .txArea .place {
            font-size: 1.1rem; } }
      .topPage .sec06 .dayList > li .txArea .tx {
        font-size: 1.4rem;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .topPage .sec06 .dayList > li .txArea .tx {
            font-size: 1.1rem;
            text-align: left;
            margin-top: 5px; } }
    .topPage .sec06 .dayList > li:nth-child(1) {
      margin-top: 0 !important; }
    .topPage .sec06 .dayList > li:nth-child(2n) {
      margin: 0 0 0 auto; }
      .topPage .sec06 .dayList > li:nth-child(2n) .in {
        margin: 0 0 0 auto; }
        .topPage .sec06 .dayList > li:nth-child(2n) .in::before {
          right: auto;
          left: -10%; }
    .topPage .sec06 .dayList > li.last::after {
      content: none; }
    .topPage .sec06 .dayList > li.animated::before {
      transform: scale(1); }
    .topPage .sec06 .dayList > li.animated::after {
      height: calc(50% + 30px); }
.topPage .sec07 {
  background: #fff; }
  .topPage .sec07 .addTx {
    text-align: center;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .addTx {
        font-size: 1.3rem; } }
  .topPage .sec07 .accessTx {
    text-align: center;
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .accessTx {
        font-size: 1.7rem; } }
  .topPage .sec07 .map {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .map {
        margin-top: 25px; } }
  .topPage .sec07 .routeArea {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .routeArea {
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .routeArea .routeList > li {
        margin-bottom: 25px; } }
    .topPage .sec07 .routeArea .routeList > li .thum {
      position: relative; }
      .topPage .sec07 .routeArea .routeList > li .thum::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0px 30px 20px;
        border-color: transparent transparent transparent #dddddd;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .routeArea .routeList > li .thum::before {
            border-width: 15px 0px 15px 10px;
            right: -8px;
            z-index: -1; } }
    .topPage .sec07 .routeArea .routeList > li .tx {
      text-align: center;
      font-size: 1.4rem;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .sec07 .routeArea .routeList > li .tx {
          font-size: 1.1rem;
          margin-top: 7px;
          line-height: 1.7; } }
    .topPage .sec07 .routeArea .routeList > li.last .thum::before {
      content: none; }
.topPage .sec08 {
  position: relative;
  background: #eeeff4; }
  @media screen and (max-width: 768px) {
    .topPage .sec08 {
      padding-top: 50px; } }
  .topPage .sec08::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url("../cmn_img/top/sec03_bg.jpg") no-repeat center center/cover; }
    @media screen and (max-width: 768px) {
      .topPage .sec08::before {
        width: 100%;
        height: 70%;
        top: auto;
        bottom: 0; } }
  .topPage .sec08 .inr {
    position: relative;
    z-index: 9;
    font-size: 0; }
    .topPage .sec08 .inr .imgBox {
      width: 53%;
      margin-right: 5%;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec08 .inr .imgBox {
          width: 100%;
          margin: 0 auto 25px; } }
      .topPage .sec08 .inr .imgBox .logo {
        width: 198px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .inr .imgBox .logo {
            width: 130px; } }
    .topPage .sec08 .inr .txBox {
      width: 42%;
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .topPage .sec08 .inr .txBox {
          width: 100%; } }
      .topPage .sec08 .inr .txBox .tx01 {
        font-size: 1.6rem;
        color: #dfbc5d; }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .inr .txBox .tx01 {
            font-size: 1.4rem;
            text-align: center; } }
      .topPage .sec08 .inr .txBox .tx02 {
        font-size: 3.2rem;
        font-family: "Noto Serif JP", serif !important;
        line-height: 1.7;
        margin-top: 5px; }
        @media screen and (max-width: 1299px) {
          .topPage .sec08 .inr .txBox .tx02 {
            font-size: 2.8rem; } }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .inr .txBox .tx02 {
            font-size: 2.0rem;
            text-align: center; } }
      .topPage .sec08 .inr .txBox .tx03 {
        margin-top: 30px;
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec08 .inr .txBox .tx03 {
            font-size: 1.2rem;
            margin-top: 10px; } }
.topPage .sec09 {
  background: #fff; }
  .topPage .sec09 table tr th {
    width: 20%; }
    @media screen and (max-width: 768px) {
      .topPage .sec09 table tr th {
        width: 35% !important; } }
  .topPage .sec09 table tr td .link {
    color: #484c9f;
    display: inline;
    padding-right: 20px;
    text-decoration: underline;
    background: url("../cmn_img/icon_link.png") no-repeat center right/13px 13px; }
    .topPage .sec09 table tr td .link:hover {
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    .topPage .sec09 table tr th, .topPage .sec09 table tr td {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.2rem;
      padding: 15px 5px !important; } }

@media screen and (max-width: 768px) {
  .privacyPage {
    font-size: 1.2rem; } }
@media screen and (max-width: 768px) {
  .privacyPage table tr th {
    padding: 5px; } }
@media screen and (max-width: 768px) {
  .privacyPage table tr th, .privacyPage table tr td {
    font-size: 1.2rem; } }

.formPage .sec01 .tbl tr th, .formPage .sec01 .tbl tr td {
  padding: 20px 0;
  font-size: 1.5rem;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .tbl tr th, .formPage .sec01 .tbl tr td {
      display: block;
      font-size: 1.4rem;
      padding: 16px 0; } }
@media screen and (max-width: 768px) {
  .formPage .sec01 .tbl tr th {
    padding-bottom: 8px; } }
@media screen and (max-width: 768px) {
  .formPage .sec01 .tbl tr td {
    padding-top: 0; } }
.formPage .sec01 .privacyArea {
  text-align: center;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .privacyArea {
      font-size: 1.3rem; } }
  .formPage .sec01 .privacyArea a {
    text-decoration: underline;
    color: #404c99; }
    .formPage .sec01 .privacyArea a:hover {
      text-decoration: none; }

.thanksPage .sec01 .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.6rem;
  margin-bottom: 15px;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .ttl {
      font-size: 1.8rem; } }
.thanksPage .sec01 .tx {
  text-align: center;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .tx {
      text-align: left;
      font-size: 1.3rem; } }
