<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*import
------------------------------------------*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500&amp;family=Cormorant+Infant:wght@300;500&amp;family=Shippori+Mincho&amp;family=Noto+Serif+JP:wght@300;400;500&amp;family=Italianno&amp;&amp;display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

html {
  font-size: 100%; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

dfn {
  font-weight: 400;
  font-style: normal; }

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

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

/*
branz,proudの案件では上記の_reset.scssは@importせずご使用下さい
※このコメントは消して下さい
*/
/*html body setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%; }

body {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

.text {
  -webkit-font-smoothing: subpixel-antialiased; }

/*px base setting*/
#pxBase sup {
  vertical-align: super;
  font-size: .5em; }
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none; }
#pxBase figure {
  position: relative; }
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto; }
  #pxBase img.object-fit {
    object-fit: cover;
    height: 100%; }

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important; } }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; } }
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
使用するフォントを読み込んでください
*/
/*layout
------------------------------------------*/
.column1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column1 &gt; * {
    margin: 0 15px;
    width: calc(100% - 30px); }
    .column1 &gt; *:nth-child(n+2) {
      margin-top: 40px; }

.column2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column2 &gt; * {
    margin: 0 15px;
    width: calc(50% - 30px); }
    .column2 &gt; *:nth-child(n+3) {
      margin-top: 40px; }

.column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column3 &gt; * {
    margin: 0 15px;
    width: calc(33.3333% - 30px); }
    .column3 &gt; *:nth-child(n+4) {
      margin-top: 40px; }

.column4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column4 &gt; * {
    margin: 0 15px;
    width: calc(25% - 30px); }
    .column4 &gt; *:nth-child(n+5) {
      margin-top: 40px; }

.column5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column5 &gt; * {
    margin: 0 15px;
    width: calc(20% - 30px); }
    .column5 &gt; *:nth-child(n+6) {
      margin-top: 40px; }

/*animation
------------------------------------------*/
/*common
------------------------------------------*/
/*全体のフォント指定*/
body {
  font-family: YakuHanMP_Noto, 'Times New Roman',"Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  background: linear-gradient(to right, #f1feff 0%, #e3ecfd 30%, #cedaf0 70%, #f1feff 100%); }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 1.3rem;
      background: #c5e2ff; } }
  body.fixed {
    position: fixed;
    overflow: visible; }

/*font*/
.sanserif {
  font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

.serif {
  font-family: YakuHanMP_Noto, 'Cinzel',"Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; }

/*text*/
.kvTitle {
  font-size: 9.4rem;
  font-weight: 500;
  letter-spacing: .5rem; }

.pageTitle {
  font-size: 4.8rem;
  font-weight: 500; }
  .pageTitle + * {
    margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      font-size: 3.8rem; } }

.sectionTitle {
  font-size: 4rem;
  font-weight: 700; }
  .sectionTitle + * {
    margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .sectionTitle {
      font-size: 3rem; } }

.containerTitle {
  font-size: 2rem;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .containerTitle {
      font-size: 1.8rem; } }

/*icon*/
.dlLink::after {
  content: "\f090";
  font-family: 'Material Symbols Outlined';
  margin-left: 1rem;
  vertical-align: middle; }

.outLink::after {
  font-family: 'Material Symbols Outlined';
  content: "\e89e";
  margin-left: 1rem;
  vertical-align: middle; }

/*img*/
figure {
  position: relative; }
  figure .imgcap {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #222;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased; }
  figure .imgcap_bk {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #222;
    -webkit-font-smoothing: subpixel-antialiased; }
  figure .imgcap_outside {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #222;
    position: static;
    text-align: right;
    -webkit-font-smoothing: subpixel-antialiased; }
  figure .imgcap_wb {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #222;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: subpixel-antialiased; }
  figure .imgcap_sha {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #222;
    color: #fff;
    text-shadow: 0 0 5px black, 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-font-smoothing: subpixel-antialiased; }

.text {
  line-height: 2;
  font-weight: 300;
  font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", eiryo, sans-serif;
  letter-spacing: .05em;
  -webkit-font-smoothing: subpixel-antialiased; }

.text.caption small {
  display: block;
  padding: 20px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  -webkit-font-smoothing: subpixel-antialiased; }

/* inview */
.inview-fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 1s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.start-fadeIn {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inview-fadeIn.delay1 {
  transition: 1s all .4s ease; }

.inview-fadeIn.delay2 {
  transition: 1s all .8s ease; }

.inview-fadeIn.delay3 {
  transition: 1s all 1.2s ease; }

.inview-fadeIn.delay4 {
  transition: 1s all 1.6s ease; }

@media only screen and (max-width: 1024px) {
  .inview-fadeIn.delay1 {
    transition: 1s all ease; }

  .inview-fadeIn.delay2 {
    transition: 1s all ease; }

  .inview-fadeIn.delay3 {
    transition: 1s all ease; }

  .inview-fadeIn.delay4 {
    transition: 1s all ease; } }
@media only screen and (max-width: 767px) {
  .icon-pinch {
    position: relative; }
    .icon-pinch::after {
      content: "\f1ce";
      position: absolute;
      top: -15px;
      right: -13px;
      padding: 5px;
      font-family: 'Material Symbols Outlined';
      color: #fff;
      font-size: 16px;
      line-height: 1;
      background: rgba(0, 0, 0, 0.65); } }

/*#shader-web-background,*/
.bgWrap {
  opacity: 0;
  background: linear-gradient(to right, #f1feff 0%, #e3ecfd 30%, #cedaf0 70%, #f1feff 100%);
  transition: .5s all ease-in-out;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  width: 100vw;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .bgWrap {
      background: #c5e2ff; } }

#site-heading {
  display: none;
  padding: 1em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: #4f565e; }
  @media only screen and (max-width: 767px) {
    #site-heading {
      text-align: left;
      line-height: 1.5; } }

.telLink a {
  text-decoration: none;
  color: #fff; }

/*layout
-----------------------------------------------------------*/
/*sectionWrap*/
.sectionWrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 95px; }
  @media only screen and (max-width: 1680px) {
    .sectionWrap {
      max-width: 82%;
      margin-left: 8%; } }
  @media only screen and (max-width: 1440px) {
    .sectionWrap {
      max-width: 82%;
      margin-left: 8%; } }
  @media only screen and (max-width: 1280px) {
    .sectionWrap {
      max-width: 88%;
      margin-left: 5%; } }
  @media only screen and (max-width: 991px) {
    .sectionWrap {
      max-width: 90%;
      margin-left: 5%;
      padding-left: 5%; } }
  @media only screen and (max-width: 767px) {
    .sectionWrap {
      max-width: 88%;
      padding-left: 7%; } }

.sectionWrap-full {
  width: 100%;
  max-width: none;
  margin: 0 auto; }

/*header
-----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 995; }
  header .headerBtns {
    position: absolute;
    top: 0;
    right: 0; }
  header .tpoLogo {
    position: absolute;
    top: 43px;
    left: 60px;
    width: 230px;
    transition: .6s all ease; }
    @media only screen and (max-width: 991px) {
      header .tpoLogo {
        left: 40px; } }
    @media only screen and (max-width: 767px) {
      header .tpoLogo {
        top: 20px;
        left: 20px;
        width: 120px;
        height: auto; } }
    header .tpoLogo img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.is-scroll header .tpoLogo {
  opacity: 0;
  pointer-events: none; }

#pxBase.hidden,
header.hidden,
footer.hidden {
  opacity: 0; }

.headerBtn {
  position: absolute;
  top: 42px;
  right: 160px;
  z-index: 20;
  transition: 1s all ease-in-out;
  opacity: 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .headerBtn {
      top: 13px;
      right: 90px; } }
  .headerBtn.is-view {
    opacity: 1;
    overflow: visible; }
    .headerBtn.is-view a &gt; span {
      display: inline-block;
      width: auto;
      opacity: 1; }
  .headerBtn ul {
    display: flex; }
    .headerBtn ul li {
      margin: 0 2.5%; }
      @media only screen and (max-width: 767px) {
        .headerBtn ul li {
          margin: 0; } }
      .headerBtn ul li a {
        display: block;
        width: 125px;
        padding: 5px;
        text-align: center;
        border-radius: 60px;
        text-decoration: none;
        color: #4F565E;
        background: rgba(255, 255, 255, 0.6);
        transition: .3s all ease-in-out; }
        @media only screen and (max-width: 767px) {
          .headerBtn ul li a {
            width: 105px; } }
        .headerBtn ul li a &gt; span {
          width: 0;
          opacity: 0;
          transition: 1s all ease-in-out; }
        .headerBtn ul li a:hover {
          background: white;
          border-radius: 60px;
          transform: scale(1.1); }
      .headerBtn ul li.signUpPage a {
        background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%); }

.globalNavBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 175, 192, 0.5);
  mix-blend-mode: multiply; }

.globalNavWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 90px; }
  @media only screen and (max-width: 1280px) {
    .globalNavWrap {
      overflow-y: scroll; } }
  @media only screen and (max-width: 767px) {
    .globalNavWrap {
      padding-top: 70px; } }

.globalNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 991px) {
    .globalNav {
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .globalNav {
      padding-top: 0; } }
  .globalNav .innerWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto; }
    @media only screen and (max-width: 1280px) {
      .globalNav .innerWrap {
        margin: 0 5%; } }
    @media only screen and (max-width: 991px) {
      .globalNav .innerWrap {
        max-width: 600px; } }
    .globalNav .innerWrap .globalNavList {
      width: 57.5%; }
      @media only screen and (max-width: 991px) {
        .globalNav .innerWrap .globalNavList {
          width: 100%; } }
      .globalNav .innerWrap .globalNavList li {
        width: 100%;
        margin-bottom: 1px;
        background: rgba(255, 255, 255, 0.3); }
        @media only screen and (max-width: 767px) {
          .globalNav .innerWrap .globalNavList li {
            width: 100%; } }
        .globalNav .innerWrap .globalNavList li.tpoPage {
          background: linear-gradient(to right, #f1feff 0%, #e3ecfd 30%, #cedaf0 70%, #f1feff 100%); }
        .globalNav .innerWrap .globalNavList li.comingSoon {
          pointer-events: none;
          opacity: .3; }
        .globalNav .innerWrap .globalNavList li:first-child {
          border-radius: 10px 10px 0 0;
          overflow: hidden; }
        .globalNav .innerWrap .globalNavList li:last-child {
          border-radius: 0 0 10px 10px;
          overflow: hidden; }
        .globalNav .innerWrap .globalNavList li a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 25px 20px 30px;
          color: #222;
          text-decoration: none;
          transition: .3s all ease-in-out; }
          @media only screen and (max-width: 767px) {
            .globalNav .innerWrap .globalNavList li a {
              padding: 15px 15px 15px 20px; } }
          .globalNav .innerWrap .globalNavList li a:hover {
            background: rgba(255, 255, 255, 0.6);
            color: #222;
            padding-left: 5%; }
          .globalNav .innerWrap .globalNavList li a .en {
            display: block;
            font-size: 20px;
            font-family: 'Cormorant', serif;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .globalNav .innerWrap .globalNavList li a .en {
                font-size: 14px; } }
          .globalNav .innerWrap .globalNavList li a .jp {
            display: block;
            font-size: 13px;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .globalNav .innerWrap .globalNavList li a .jp {
                font-size: 12px; } }
    .globalNav .innerWrap .clubNav {
      width: 40%;
      margin-left: 2.5%; }
      @media only screen and (max-width: 991px) {
        .globalNav .innerWrap .clubNav {
          width: 100%;
          margin: 30px 0 0; } }
      @media only screen and (max-width: 767px) {
        .globalNav .innerWrap .clubNav {
          margin: 15px 0 0; } }
      .globalNav .innerWrap .clubNav h2 {
        padding: 15px 0 10px;
        font-size: 17px;
        text-align: center;
        font-weight: normal;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.3); }
        @media only screen and (max-width: 991px) {
          .globalNav .innerWrap .clubNav h2 {
            padding: 10px 0 5px;
            font-size: 14px; } }
      .globalNav .innerWrap .clubNav .clubNavListWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(100% - 53px);
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 0 0 10px 10px;
        flex-direction: column;
        gap: 20px; }
        @media only screen and (max-width: 991px) {
          .globalNav .innerWrap .clubNav .clubNavListWrap {
            padding: 20px 0 10px; } }
        .globalNav .innerWrap .clubNav .clubNavListWrap p {
          text-align: center; }
        .globalNav .innerWrap .clubNav .clubNavListWrap .clubNavList {
          width: 100%;
          max-width: 280px; }
          .globalNav .innerWrap .clubNav .clubNavListWrap .clubNavList li {
            margin-bottom: 20px; }
            @media only screen and (max-width: 991px) {
              .globalNav .innerWrap .clubNav .clubNavListWrap .clubNavList li {
                margin-bottom: 10px; } }
            .globalNav .innerWrap .clubNav .clubNavListWrap .clubNavList li a {
              display: block;
              padding: 15px 0;
              border-radius: 60px;
              text-align: center;
              font-size: 17px;
              color: #222;
              text-decoration: none;
              background: white; }
              @media only screen and (max-width: 767px) {
                .globalNav .innerWrap .clubNav .clubNavListWrap .clubNavList li a {
                  padding: 10px 0;
                  font-size: 14px; } }
            .globalNav .innerWrap .clubNav .clubNavListWrap .clubNavList li.signUpPage a {
              background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%); }

.relatedSitesNav {
  width: 100%;
  margin: 30px 0 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .relatedSitesNav {
      margin: 5px 0 30px; } }
  .relatedSitesNav ul li {
    margin-bottom: 10px;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .relatedSitesNav ul li {
        margin-bottom: 5px; } }
    .relatedSitesNav ul li a {
      text-decoration: none;
      color: #222; }
      .relatedSitesNav ul li a .material-symbols-outlined {
        padding-bottom: 3px;
        font-size: 22px;
        opacity: .6;
        vertical-align: middle; }

.menu-trigger {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 165px;
  height: 119px;
  margin-top: -1px;
  padding: 55px 45px;
  cursor: pointer;
  transition: .3s all ease-in-out; }
  @media only screen and (max-width: 767px) {
    .menu-trigger {
      width: 90px;
      height: 59px;
      padding: 25px 10px; } }
  .menu-trigger .hamburger {
    position: relative;
    width: 70px; }
    @media only screen and (max-width: 767px) {
      .menu-trigger .hamburger {
        width: 50px; } }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4F565E;
    transition: all .4s; }
    .menu-trigger span:nth-of-type(1) {
      top: 0;
      animation: menu-bar .75s forwards; }
    .menu-trigger span:nth-of-type(2) {
      top: 4px;
      animation: menu-bar .75s forwards; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
      animation: menu-bar .75s forwards; }
  .menu-trigger.active span {
    background-color: #4F565E !important; }
    .menu-trigger.active span:nth-of-type(1) {
      animation: active-menu-bar01 .75s forwards; }
    .menu-trigger.active span:nth-of-type(2) {
      animation: active-menu-bar02 .75s forwards; }
    .menu-trigger.active span:nth-of-type(3) {
      width: 100%;
      animation: active-menu-bar03 .75s forwards; }

.is_scroll .menu-trigger {
  background: rgba(48, 47, 44, 0.95); }

.noKV .menu-trigger span {
  background: #4F565E; }

.is_scroll .noKV .menu-trigger span {
  background: #fff; }

@keyframes menu-bar {
  0% {
    transform: scale(0);
    transform-origin: left; }
  100% {
    transform: scale(1);
    transform-origin: left; } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(4px) rotate(0); }
  100% {
    transform: translateY(4px) rotate(20deg); } }
@keyframes active-menu-bar02 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-4px) rotate(0); }
  100% {
    transform: translateY(-4px) rotate(-20deg);
    width: 100%; } }
/*sec-kv
-----------------------------------------------------------*/
.subPage .sec-kv {
  position: relative;
  height: 50vh; }
  .subPage .sec-kv .conceptCopyWrap {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 1440px) {
      .subPage .sec-kv .conceptCopyWrap {
        top: 45%; } }
    @media only screen and (max-width: 991px) {
      .subPage .sec-kv .conceptCopyWrap {
        top: 50%; } }
    @media only screen and (max-width: 767px) {
      .subPage .sec-kv .conceptCopyWrap {
        top: 50%; } }
    .subPage .sec-kv .conceptCopyWrap .conceptCopy {
      mix-blend-mode: overlay;
      transform: translate3d(0, 0, 0);
      will-change: mix-blend-mode; }
      .subPage .sec-kv .conceptCopyWrap .conceptCopy h2 .en {
        display: block;
        font-size: 5vw;
        font-family: 'Cormorant', serif;
        font-weight: 300;
        line-height: 1; }
        @media only screen and (max-width: 991px) {
          .subPage .sec-kv .conceptCopyWrap .conceptCopy h2 .en {
            font-size: 14vw; } }
    .subPage .sec-kv .conceptCopyWrap.overlay {
      opacity: 1; }
    .subPage .sec-kv .conceptCopyWrap.overlay2 {
      opacity: .1; }

/*sec-intro
-----------------------------------------------------------*/
.sec-intro {
  padding: 120px 0 110px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.35) 100%);
  color: #4F565E;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .sec-intro {
      padding: 50px 0; } }
  .sec-intro h2 {
    font-weight: normal;
    font-size: 24px;
    color: #4F565E;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: .1em;
    line-height: 2; }
    @media only screen and (max-width: 767px) {
      .sec-intro h2 {
        padding: 0 5vw;
        font-size: 17px;
        letter-spacing: .01em; } }

/*catName
-----------------------------------------------------------*/
.withCatName {
  position: relative; }
  .withCatName .catName {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 30px 30px;
    height: 100%;
    font-size: 22px;
    writing-mode: vertical-rl;
    font-weight: normal;
    font-family: 'Cormorant', serif; }
    .withCatName .catName::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: rgba(104, 150, 137, 0.3); }
    @media only screen and (max-width: 991px) {
      .withCatName .catName {
        padding: 105px 10px 30px;
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .withCatName .catName {
        padding: 50px 3px 30px;
        font-size: 12px; } }
  .withCatName .sectionTitle {
    padding: 100px 0 60px 0;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Shippori Mincho', serif; }
    @media only screen and (max-width: 1280px) {
      .withCatName .sectionTitle {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .withCatName .sectionTitle {
        font-size: 17px;
        padding: 50px 0 50px 0; } }

/*readMoreBtn
-----------------------------------------------------------*/
.readMoreBtn {
  position: relative;
  z-index: 10;
  width: 10px;
  height: 36px;
  margin: 50px 0 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  opacity: 0;
  overflow: hidden;
  transition: 1s all ease-in-out; }
  @media only screen and (max-width: 767px) {
    .readMoreBtn {
      opacity: 1;
      width: 150px;
      margin: 20px 0 0; } }
  .readMoreBtn a, .readMoreBtn .inner {
    display: block;
    padding: 7px 0 5px 0;
    color: #4F565E;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-family: 'Cormorant', serif;
    transition: .3s all ease-in-out; }
    .readMoreBtn a &gt; span, .readMoreBtn .inner &gt; span {
      width: 0;
      opacity: 0;
      transition: 1s all .5s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .readMoreBtn a &gt; span, .readMoreBtn .inner &gt; span {
          width: auto;
          opacity: 1; } }
  .readMoreBtn a:hover {
    background: white;
    border-radius: 60px;
    transform: scale(1.1); }
  .readMoreBtn.is-view {
    position: relative;
    width: 150px;
    opacity: 1;
    overflow: visible; }
    .readMoreBtn.is-view::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 60px;
      filter: blur(2px);
      background: #fff;
      animation: btn_attention_mini 2.5s infinite; }
    .readMoreBtn.is-view a &gt; span, .readMoreBtn.is-view .inner &gt; span {
      display: inline-block;
      width: auto;
      opacity: 1; }

@keyframes btn_attention {
  0% {
    transform: scale(1);
    opacity: 0; }
  5% {
    opacity: .75; }
  50% {
    opacity: .15; }
  95% {
    transform: scale(1.4, 2); }
  100% {
    opacity: 0; } }
@keyframes btn_attention_mini {
  0% {
    transform: scale(1);
    opacity: 0; }
  5% {
    opacity: .75; }
  50% {
    opacity: .15; }
  95% {
    transform: scale(1.2, 1.8); }
  100% {
    opacity: 0; } }
/*sec-movie 
-----------------------------------------------------------*/
.sec-movie {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .sec-movie {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .sec-movie .sectionTitle {
      padding: 50px 0 20px 0; } }
  .sec-movie .movieWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .sec-movie .movieWrap a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60vw;
      max-width: 100%;
      height: 33.75vw;
      text-align: center;
      background: rgba(224, 224, 224, 0.4);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
      border: 8px solid rgba(255, 255, 255, 0.2); }
      @media only screen and (max-width: 1280px) {
        .sec-movie .movieWrap a {
          width: 100vw;
          height: 56.25vw;
          border: 5px solid rgba(255, 255, 255, 0.2); } }
      .sec-movie .movieWrap a .inner {
        padding-bottom: 15%; }
        @media only screen and (max-width: 767px) {
          .sec-movie .movieWrap a .inner {
            padding-bottom: 25%; } }
        .sec-movie .movieWrap a .inner .title {
          margin-bottom: 20px;
          font-size: 16px;
          color: #50565e;
          font-weight: normal;
          font-family: 'Shippori Mincho', serif; }
          @media only screen and (max-width: 767px) {
            .sec-movie .movieWrap a .inner .title {
              font-size: 13px;
              margin-bottom: 10px; } }
        .sec-movie .movieWrap a .inner img {
          max-width: 400px !important; }
          @media only screen and (max-width: 767px) {
            .sec-movie .movieWrap a .inner img {
              max-width: 150px !important; } }
      .sec-movie .movieWrap a::after {
        content: "\e1c4";
        font-family: 'Material Symbols Outlined';
        position: absolute;
        top: 60%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        font-size: 10vw;
        color: #fff;
        text-align: center;
        font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 100, 'opsz' 48; }
        @media only screen and (max-width: 767px) {
          .sec-movie .movieWrap a::after {
            top: 75%;
            font-size: 20vw; } }

.fltMovieBnr {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 100;
  display: none; }
  @media only screen and (max-width: 767px) {
    .fltMovieBnr {
      bottom: 30px; } }
  .fltMovieBnr a {
    display: block;
    color: #50565e;
    width: 165px;
    padding: 20px 0;
    padding-left: 50px;
    background: rgba(224, 224, 224, 0.6);
    text-align: center;
    border-radius: 60px 0 0 60px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    font-size: 13px;
    transition: .3s all ease-in-out; }
    @media only screen and (max-width: 767px) {
      .fltMovieBnr a {
        width: 115px;
        padding: 10px 0 5px 41px;
        text-align: left;
        border: 2px solid rgba(255, 255, 255, 0.2); } }
    .fltMovieBnr a .en {
      display: block;
      font-size: 18px;
      line-height: 1.1;
      font-family: 'Cormorant', serif; }
      @media only screen and (max-width: 767px) {
        .fltMovieBnr a .en {
          font-size: 14px; } }
    .fltMovieBnr a::after {
      content: "\e1c4";
      font-family: 'Material Symbols Outlined';
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      font-size: 58px;
      color: #fff;
      font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 100, 'opsz' 48; }
      @media only screen and (max-width: 767px) {
        .fltMovieBnr a::after {
          left: 5px;
          font-size: 38px; } }
    .fltMovieBnr a:hover {
      background: rgba(224, 224, 224, 0.8); }

.fltMovieBnr_02 {
  text-align: center; }
  .fltMovieBnr_02 a {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #83878F;
    border-radius: 50px;
    padding: 9px 32px 8px 20px; }
    .fltMovieBnr_02 a::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      margin: auto;
      right: 12px;
      width: 8px;
      height: 8px;
      border: 0;
      background: inherit;
      border-top: solid 1px currentColor;
      border-right: solid 1px currentColor;
      transform: translateY(-50%) scale(1.1, 1) rotate(45deg);
      opacity: .7; }

/*sec-membersMerit
-----------------------------------------------------------*/
.sec-membersMerit {
  padding-bottom: 100px;
  background: rgba(255, 116, 169, 0.1); }
  @media only screen and (max-width: 767px) {
    .sec-membersMerit {
      padding-bottom: 50px; } }
  .sec-membersMerit .catName {
    color: #b17c8f; }
    .sec-membersMerit .catName::after {
      background: rgba(177, 124, 143, 0.3); }
  .sec-membersMerit .sectionText {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .sec-membersMerit .sectionText {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      .sec-membersMerit .sectionText .sectionTitle {
        width: 100%;
        padding-bottom: 0; } }
    @media only screen and (max-width: 991px) {
      .sec-membersMerit .sectionText .membersBtnWrap {
        width: 250px;
        margin: 30px 0 40px; } }
    @media only screen and (max-width: 767px) {
      .sec-membersMerit .sectionText .membersBtnWrap {
        width: 100%; } }
    .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList {
      display: flex; }
      @media only screen and (max-width: 991px) {
        .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList {
          flex-wrap: wrap; } }
      .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage {
        margin: 0 1.5%;
        height: 50px;
        transition-delay: .5s; }
        @media only screen and (max-width: 991px) {
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage {
            margin: 0 1.5% 10px; } }
        @media only screen and (max-width: 767px) {
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage {
            width: 250px;
            height: auto;
            margin: 0 auto 10px; } }
        .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage.is-view {
          width: 250px; }
        .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage a {
          padding: 14px 0 10px 0;
          font-size: 16px;
          color: #222;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage a {
              padding: 10px 0 10px 0;
              font-size: 15px; } }
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage a:hover {
            transform: scale(1.05); }
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .loginPage a span {
            transition-delay: 1.5s; }
      .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage {
        margin: 0 1.5%;
        height: 50px;
        background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%);
        transition-delay: .5s; }
        @media only screen and (max-width: 767px) {
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage {
            width: 250px;
            height: auto;
            margin: 0 auto; } }
        .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage.is-view {
          width: 250px; }
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage.is-view::after {
            background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%); }
        .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage a {
          margin: 0;
          padding: 14px 0 10px 0;
          font-size: 16px;
          color: #222;
          border-radius: 60px;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage a {
              padding: 10px 0 10px 0;
              font-size: 15px; } }
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage a span {
            transition-delay: 1.5s; }
          .sec-membersMerit .sectionText .membersBtnWrap .membersBtnList .signUpPage a:hover {
            transform: scale(1.05);
            background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%); }
  .sec-membersMerit .membersMeritList {
    display: flex;
    margin: 0 -1.25%; }
    @media only screen and (max-width: 991px) {
      .sec-membersMerit .membersMeritList {
        flex-wrap: wrap; } }
    .sec-membersMerit .membersMeritList li {
      position: relative;
      width: 30.83333333333%;
      margin: 0 1.25%; }
      @media only screen and (max-width: 991px) {
        .sec-membersMerit .membersMeritList li {
          width: 47.5%;
          margin: 0 1.25% 20px; } }
      @media only screen and (max-width: 767px) {
        .sec-membersMerit .membersMeritList li {
          width: 95.5%;
          margin: 0 2.25% 25px; } }
      .sec-membersMerit .membersMeritList li img {
        max-width: 100%; }
      .sec-membersMerit .membersMeritList li .title {
        padding: 10px 0 7px;
        font-size: 18px;
        font-weight: normal;
        font-family: 'Cormorant Infant', serif; }
      @media only screen and (max-width: 1280px) {
        .sec-membersMerit .membersMeritList li .text {
          font-size: 13px; } }

/*sec-contents
-----------------------------------------------------------*/
.sec-contents {
  padding-bottom: 50px;
  background: rgba(79, 86, 94, 0.75); }
  .sec-contents .catName {
    color: rgba(255, 255, 255, 0.75); }
    .sec-contents .catName::after {
      background: rgba(255, 255, 255, 0.3); }
  .sec-contents .sectionTitle {
    font-size: 13px;
    color: white; }
    @media only screen and (max-width: 991px) {
      .sec-contents .sectionTitle {
        margin-left: 5px; } }
    @media only screen and (max-width: 767px) {
      .sec-contents .sectionTitle {
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        text-align: center; } }
    .sec-contents .sectionTitle span {
      display: inline-block;
      text-align: center; }
      .sec-contents .sectionTitle span img {
        margin-bottom: 10px; }
  .sec-contents .footerNav ul {
    display: flex;
    flex-wrap: wrap;
    width: 103%;
    margin: 0 -1.5% 70px; }
    @media only screen and (max-width: 991px) {
      .sec-contents .footerNav ul {
        margin: 0 -1.5% 30px; } }
    .sec-contents .footerNav ul li {
      width: 47%;
      margin: 0 1.5%;
      margin-bottom: 1px;
      background: rgba(255, 255, 255, 0.75); }
      @media only screen and (max-width: 991px) {
        .sec-contents .footerNav ul li {
          width: 100%; } }
      .sec-contents .footerNav ul li.comingSoon {
        pointer-events: none;
        opacity: .3; }
      .sec-contents .footerNav ul li:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden; }
      .sec-contents .footerNav ul li:nth-of-type(2) {
        border-radius: 10px 10px 0 0;
        overflow: hidden; }
        @media only screen and (max-width: 991px) {
          .sec-contents .footerNav ul li:nth-of-type(2) {
            border-radius: 0; } }
      .sec-contents .footerNav ul li:nth-of-type(7) {
        border-radius: 0 0 10px 10px;
        overflow: hidden; }
        @media only screen and (max-width: 991px) {
          .sec-contents .footerNav ul li:nth-of-type(7) {
            border-radius: 0; } }
      .sec-contents .footerNav ul li:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden; }
      .sec-contents .footerNav ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px 20px 30px;
        color: #222;
        text-decoration: none;
        transition: .3s all ease-in-out; }
        @media only screen and (max-width: 991px) {
          .sec-contents .footerNav ul li a span {
            width: 100%; }
            .sec-contents .footerNav ul li a span.en {
              display: inline-block;
              margin-bottom: 5px; } }
        @media only screen and (max-width: 767px) {
          .sec-contents .footerNav ul li a {
            padding: 15px 15px 15px 20px; }
            .sec-contents .footerNav ul li a span {
              width: auto; }
              .sec-contents .footerNav ul li a span.en {
                display: inline-block;
                margin-bottom: 5px; } }
        .sec-contents .footerNav ul li a:hover {
          background: rgba(255, 255, 255, 0.6);
          color: #222;
          padding-left: 5%; }
        .sec-contents .footerNav ul li a .en {
          display: block;
          font-size: 20px;
          font-family: 'Cormorant', serif;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            .sec-contents .footerNav ul li a .en {
              display: inline-block;
              font-size: 14px; } }
        .sec-contents .footerNav ul li a .jp {
          display: block;
          font-size: 13px;
          line-height: 1; }
          @media only screen and (max-width: 991px) {
            .sec-contents .footerNav ul li a .jp {
              display: inline-block;
              font-size: 12px;
              text-align: right; } }
  .sec-contents .contactWrap {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .sec-contents .contactWrap {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 991px) {
      .sec-contents .contactWrap .inner {
        width: 100%;
        margin: 50px 0 0;
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .sec-contents .contactWrap .inner {
        margin: 30px 0 0; } }
  .sec-contents .contact {
    margin: 30px 0 0;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .sec-contents .contact {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .sec-contents .contact {
        text-align: center; } }
    .sec-contents .contact .text.caption small {
      color: #fff;
      font-size: 11px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .sec-contents .contact .text.caption small {
          text-align: left; } }
    .sec-contents .contact .contact-mail a {
      display: inline-block;
      margin-bottom: 15px;
      padding: 15px 25px;
      background: rgba(255, 255, 255, 0.75);
      color: #4f565e;
      text-decoration: none;
      border-radius: 30px;
      text-align: center;
      line-height: 1;
      transition: .3s all ease-in-out; }
      .sec-contents .contact .contact-mail a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.25); }
      @media only screen and (max-width: 767px) {
        .sec-contents .contact .contact-mail a {
          display: block; } }
    @media only screen and (max-width: 767px) {
      .sec-contents .contact .contact-time {
        text-align: left;
        line-height: 1.2;
        margin-bottom: 5px; }
        .sec-contents .contact .contact-time small {
          display: inline-block;
          font-size: .75em;
          margin-left: 6.5em; } }
    @media only screen and (max-width: 767px) {
      .sec-contents .contact .contact-tel {
        text-align: left; } }
  .sec-contents .relatedSitesNav {
    margin: 0;
    padding: 0 0 30px 0; }
    @media only screen and (max-width: 991px) {
      .sec-contents .relatedSitesNav {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: -5px;
        padding: 30px 0; } }
    .sec-contents .relatedSitesNav ul {
      text-align: right; }
      @media only screen and (max-width: 991px) {
        .sec-contents .relatedSitesNav ul {
          text-align: left; } }
      .sec-contents .relatedSitesNav ul li a {
        font-size: 13px;
        color: #fff; }
        .sec-contents .relatedSitesNav ul li a .material-symbols-outlined {
          font-size: 20px;
          font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 20; }
  .sec-contents .footer-mjrLogo {
    margin-bottom: 15px;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .sec-contents .footer-mjrLogo {
        text-align: left; } }
  .sec-contents .copyright {
    display: block;
    margin-right: -5px;
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .sec-contents .copyright {
        text-align: left; } }

.fltBTT {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  display: none; }
  .fltBTT a {
    display: block;
    width: 50px;
    height: 50px; }
  .fltBTT::after {
    content: "\f182";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 50px;
    font-family: 'Material Symbols Outlined';
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 200, 'opsz' 48;
    color: #222;
    /*background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    transition: .3s all ease-in-out;
    pointer-events: none; }
  .fltBTT::before {
    content: "\e836";
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    font-size: 48px;
    font-family: 'Material Symbols Outlined';
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 200, 'opsz' 48;
    color: #4F565E;
    color: #fff;
    transition: .3s all ease-in-out;
    pointer-events: none; }
  .fltBTT:hover::after {
    color: #fff; }
  .fltBTT:hover::before {
    color: #4F565E; }

/*sec-case 
-----------------------------------------------------------*/
.sec-case {
  min-height: 1100px;
  padding-bottom: 100px;
  background: rgba(134, 157, 252, 0.15); }
  @media only screen and (max-width: 991px) {
    .sec-case {
      min-height: 750px; } }
  @media only screen and (max-width: 767px) {
    .sec-case {
      min-height: 150vw; } }
  .sec-case .catName {
    color: #816896; }
    .sec-case .catName::after {
      background: rgba(129, 104, 150, 0.3); }
  .sec-case .sectionText {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sec-case .sectionText .pickUpBtn {
      margin: 0; }
      .sec-case .sectionText .pickUpBtn a {
        width: 200px;
        padding: 14px 0 10px 0;
        font-size: 16px; }
  .sec-case .caseListWrap {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    overflow: hidden; }
  .sec-case .caseList {
    position: relative;
    margin: 0 -30%;
    padding: 80px 0 80px; }
    @media only screen and (max-width: 991px) {
      .sec-case .caseList {
        background-position: 46% 50%;
        background-size: cover; } }
    @media only screen and (max-width: 767px) {
      .sec-case .caseList {
        padding: 50px 0 50px; } }
    .sec-case .caseList .slick-list {
      overflow: visible; }
    .sec-case .caseList .slide-arrow {
      position: absolute;
      top: 50%;
      z-index: 50;
      transform: translateY(-50%);
      cursor: pointer; }
      .sec-case .caseList .slide-arrow span {
        display: inline-block;
        font-size: 100px;
        color: rgba(255, 255, 255, 0.5);
        transition: .3s all ease-in-out; }
        @media only screen and (max-width: 767px) {
          .sec-case .caseList .slide-arrow span {
            font-size: 60px; } }
      .sec-case .caseList .slide-arrow:hover span {
        transform: scale(1.1) translateX(5px); }
    .sec-case .caseList .prev-arrow {
      left: 50vw; }
      @media only screen and (max-width: 991px) {
        .sec-case .caseList .prev-arrow {
          left: 45vw; } }
      @media only screen and (max-width: 767px) {
        .sec-case .caseList .prev-arrow {
          left: 40vw; } }
      .sec-case .caseList .prev-arrow:hover span {
        transform: scale(1.1) translateX(-5px); }
      .sec-case .caseList .prev-arrow .material-symbols-outlined {
        font-variation-settings: "FILL" 0, "wght" 100, "GRAD" -25, "opsz" 20; }
    .sec-case .caseList .next-arrow {
      right: 50vw; }
      @media only screen and (max-width: 991px) {
        .sec-case .caseList .next-arrow {
          right: 43vw; } }
      @media only screen and (max-width: 767px) {
        .sec-case .caseList .next-arrow {
          right: 33vw; } }
      .sec-case .caseList .next-arrow .material-symbols-outlined {
        font-variation-settings: "FILL" 0, "wght" 100, "GRAD" -25, "opsz" 20; }
    .sec-case .caseList .slick-disabled {
      opacity: 0; }
    .sec-case .caseList li {
      transform: scale(0.75) rotate(0);
      transition: 1s all ease-in-out; }
      @media only screen and (max-width: 767px) {
        .sec-case .caseList li {
          transform: scale(0.5) rotate(0); } }
      .sec-case .caseList li .inner {
        position: relative;
        width: 500px !important;
        margin: 0 auto; }
        @media only screen and (max-width: 991px) {
          .sec-case .caseList li .inner {
            width: 300px !important; } }
        @media only screen and (max-width: 767px) {
          .sec-case .caseList li .inner {
            width: 200px !important; } }
      .sec-case .caseList li figure img {
        border: 10px solid #fff; }
        @media only screen and (max-width: 767px) {
          .sec-case .caseList li figure img {
            border: 5px solid #fff; } }
      .sec-case .caseList li figure .imgcap {
        right: auto;
        left: 10px;
        bottom: 15px; }
        @media only screen and (max-width: 767px) {
          .sec-case .caseList li figure .imgcap {
            bottom: auto;
            top: 8px;
            left: auto;
            right: 7px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } }
      .sec-case .caseList li.slick-current {
        transform: scale(1); }
        @media only screen and (max-width: 1440px) {
          .sec-case .caseList li.slick-current {
            transform: scale(0.95); } }
      .sec-case .caseList li.case-01 figure {
        transform: rotate(-3deg) translateY(-50px); }
      .sec-case .caseList li.case-02 figure {
        transform: rotate(3deg); }
      .sec-case .caseList li.case-03 figure {
        transform: rotate(-3deg) translateY(-50px); }
      .sec-case .caseList li.case-04 figure {
        transform: rotate(3deg); }
      .sec-case .caseList li.case-05 figure {
        transform: rotate(-3deg) translateY(-50px); }
      .sec-case .caseList li .titleWrap {
        position: absolute;
        bottom: -10%;
        right: -100px;
        max-width: 373px;
        padding: 30px;
        background: rgba(255, 255, 255, 0.95); }
        @media only screen and (max-width: 767px) {
          .sec-case .caseList li .titleWrap {
            bottom: -20%;
            right: -40px;
            max-width: 220px;
            padding: 15px; } }
        .sec-case .caseList li .titleWrap .title {
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: normal;
          font-family: 'Shippori Mincho', serif; }
          @media only screen and (max-width: 767px) {
            .sec-case .caseList li .titleWrap .title {
              font-size: 14px;
              margin-bottom: 5px; } }
          .sec-case .caseList li .titleWrap .title .en {
            display: block;
            margin-bottom: 10px;
            line-height: 1;
            color: #816896;
            font-family: 'Cormorant', serif; }
            @media only screen and (max-width: 767px) {
              .sec-case .caseList li .titleWrap .title .en {
                margin-bottom: 5px; } }
            .sec-case .caseList li .titleWrap .title .en .num {
              font-size: 30px;
              font-family: 'Cormorant Infant', serif; }
              @media only screen and (max-width: 767px) {
                .sec-case .caseList li .titleWrap .title .en .num {
                  font-size: 20px; } }
        .sec-case .caseList li .titleWrap .text {
          line-height: 1.8; }
          @media only screen and (max-width: 767px) {
            .sec-case .caseList li .titleWrap .text {
              line-height: 1.6;
              font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .sec-case .caseList li.case-03 .titleWrap {
          bottom: -5%; } }

/*swipeIcon
-----------------------------------------------------------*/
.swipeIconWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }

.swipeIcon {
  display: inline-block;
  animation: swipeAnimation 1s ease-in-out infinite alternate; }
  .swipeIcon::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: url("../img/elements/swipeIcon.png") no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 991px) {
      .swipeIcon::before {
        background: url("../img/elements/swipeIcon_sp.png") no-repeat;
        background-size: cover; } }

@keyframes swipeAnimation {
  0% {
    transform: translateX(-5%); }
  to {
    transform: translateX(5%); } }
/*splitAnimation
-----------------------------------------------------------*/
.splitAnimation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition: 1s all ease-in-out; }
  .splitAnimation span:nth-of-type(1) {
    transition-delay: .5s; }
  .splitAnimation span:nth-of-type(2) {
    transition-delay: .6s; }
  .splitAnimation span:nth-of-type(3) {
    transition-delay: .7s; }
  .splitAnimation span:nth-of-type(4) {
    transition-delay: .8s; }
  .splitAnimation span:nth-of-type(5) {
    transition-delay: .9s; }
  .splitAnimation span:nth-of-type(6) {
    transition-delay: 1.0s; }
  .splitAnimation span:nth-of-type(7) {
    transition-delay: 1.1s; }
  .splitAnimation span:nth-of-type(8) {
    transition-delay: 1.2s; }
  .splitAnimation span:nth-of-type(9) {
    transition-delay: 1.3s; }
  .splitAnimation span:nth-of-type(10) {
    transition-delay: 1.4s; }
  .splitAnimation span:nth-of-type(11) {
    transition-delay: 1.5s; }
  .splitAnimation span:nth-of-type(12) {
    transition-delay: 1.6s; }
  .splitAnimation span:nth-of-type(13) {
    transition-delay: 1.7s; }
  .splitAnimation span:nth-of-type(14) {
    transition-delay: 1.8s; }
  .splitAnimation span:nth-of-type(15) {
    transition-delay: 1.9s; }
  .splitAnimation span:nth-of-type(16) {
    transition-delay: 2.0s; }
  .splitAnimation span:nth-of-type(17) {
    transition-delay: 2.1s; }
  .splitAnimation span:nth-of-type(18) {
    transition-delay: 2.2s; }
  .splitAnimation span:nth-of-type(19) {
    transition-delay: 2.3s; }
  .splitAnimation span:nth-of-type(20) {
    transition-delay: 2.4s; }
  .splitAnimation span:nth-of-type(21) {
    transition-delay: 2.5s; }
  .splitAnimation span:nth-of-type(22) {
    transition-delay: 2.6s; }
  .splitAnimation span:nth-of-type(23) {
    transition-delay: 2.7s; }
.splitAnimation.is-view span {
  opacity: 1;
  transform: translateY(0); }

.conceptCopy .en.splitAnimation span {
  transform: translateY(20px); }
.conceptCopy .en.splitAnimation.is-view span {
  transform: translateY(0); }

/*common-transition
-----------------------------------------------------------*/
.common-transition {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  pointer-events: none; }

.loadingArea {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  pointer-events: none;
  background: linear-gradient(to right, #f1feff 0%, #e3ecfd 30%, #cedaf0 70%, #f1feff 100%);
  transition: 1.3s all 2.5s ease-in-out; }

.docLoad .loadingArea {
  opacity: 0; }

.logoArea {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9999999;
  transform: translateY(-50%);
  opacity: 1;
  transition: 1.3s all ease-in-out;
  text-align: center; }
  .logoArea .mjrLogo {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 204px;
    opacity: 0;
    transition: 1s all ease-in-out; }
    @media only screen and (max-width: 1280px) {
      .logoArea .mjrLogo {
        max-width: 163px; } }
    @media only screen and (max-width: 767px) {
      .logoArea .mjrLogo {
        max-width: 120px;
        margin: 0 auto 10px; } }
  .logoArea .tpoLogo {
    position: static;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 487px;
    height: auto;
    opacity: 0;
    transition: 1s all ease-in-out; }
    @media only screen and (max-width: 1280px) {
      .logoArea .tpoLogo {
        max-width: 311px;
        margin: 0 auto 20px; } }
    @media only screen and (max-width: 767px) {
      .logoArea .tpoLogo {
        max-width: 218px;
        margin: 0 auto 10px; } }
  .logoArea p {
    font-weight: normal;
    font-size: 18px;
    color: #4F565E;
    letter-spacing: .1em;
    opacity: 0;
    transition: 1s all ease-in-out; }
    @media only screen and (max-width: 1280px) {
      .logoArea p {
        font-size: 16px; } }
    @media only screen and (max-width: 991px) {
      .logoArea p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .logoArea p {
        font-size: 12px;
        letter-spacing: .1em; } }

.docLoad .mjrLogo {
  opacity: 1; }
.docLoad .tpoLogo {
  opacity: 1; }
.docLoad p {
  opacity: 1; }

.is-slide-in .logoArea {
  opacity: 0; }

.is-slide .logoArea {
  opacity: 1; }

.common-transition &gt; .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: 1s all ease-in-out;
  opacity: 0;
  will-change: filter; }

.common-transition &gt; .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: 1s all ease-in-out;
  opacity: 0;
  will-change: filter; }

.is-slide-in .common-transition &gt; .item:before,
.is-slide-in .common-transition &gt; .item:after {
  opacity: 1; }

.is-slide .common-transition &gt; .item:before,
.is-slide .common-transition &gt; .item::after {
  opacity: 1; }

/*# sourceMappingURL=px-common.css.map */
</pre></body></html>