@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .06em;
  color: #29153C; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 8%;
  box-sizing: content-box; }

.inner2 {
  max-width: 1080px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .inner, .inner2 {
    padding: 0 1.4rem; } }
@media (min-width: 1024px) {
  body {
    font-size: 16px; } }
/*min-width: $PC*/
@media (max-width: 1024px) {
  body {
    font-size: 14px; } }
/*max-width: $PC*/
.flex, .flexB, .flexC, .flexW, .flexS {
  display: flex;
  align-items: center; }

.flexB {
  justify-content: space-between; }

.flexC {
  justify-content: center; }

.flexW {
  flex-wrap: wrap; }

.flexS {
  justify-content: space-around; }

.wrap {
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1 0 auto;
  min-height: 0%;
  position: relative; }

header, footer {
  flex: 0 0 auto; }

@media (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*min-width: $PC*/
header {
  padding-top: 6%; }
  @media screen and (max-width: 1024px) {
    header .header-inner.h-switch .logo {
      transform: scale(1.3); } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    header .header-inner.h-switch .logo {
      transform: scale(1.1); } }
  @media (min-width: 1101px) and (max-width: 1439px) {
    header .header-inner.h-switch .logo {
      transform: scale(1.3); } }
  @media screen and (min-width: 1440px) {
    header .header-inner.h-switch .logo {
      transform: scale(1.5); } }
  header .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      header .header-inner {
        background: #fff;
        z-index: 102; } }
    header .header-inner .logo-wrap {
      display: contents; }
      header .header-inner .logo-wrap .logo {
        background: linear-gradient(45deg, #683499, #D43F8D);
        color: #fff;
        position: relative;
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform-origin: 0 0;
        flex-shrink: 0;
        z-index: 2; }
        header .header-inner .logo-wrap .logo a {
          font-size: 1.8rem;
          font-weight: bold;
          line-height: 1.7;
          display: block;
          padding: 18px; }
          @media screen and (max-width: 1024px) {
            header .header-inner .logo-wrap .logo a {
              font-size: 1.5rem;
              padding: 14px 10px;
              line-height: 1.4; } }
    header .header-inner nav {
      padding-right: 1%;
      background-color: #fff;
      position: relative;
      z-index: 0;
      display: block;
      height: auto;
      top: 0;
      left: 0;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        header .header-inner nav {
          position: fixed; } }
      header .header-inner nav .nav-inner {
        display: flex;
        overflow: visible;
        height: auto;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center; }
        @media screen and (max-width: 1024px) {
          header .header-inner nav .nav-inner {
            flex-direction: column; } }
        header .header-inner nav .nav-inner .drawer-menu {
          box-sizing: border-box;
          transition: all 0.35s ease; }
          @media screen and (max-width: 1024px) {
            header .header-inner nav .nav-inner .drawer-menu {
              flex-direction: column;
              width: 100%;
              margin: 3rem 0; } }
          header .header-inner nav .nav-inner .drawer-menu li {
            display: inline-block;
            list-style: outside none none;
            margin: 4rem .3rem;
            padding: 0; }
            @media screen and (max-width: 1024px) {
              header .header-inner nav .nav-inner .drawer-menu li {
                width: 100%;
                margin: 0;
                text-align: left; } }
            header .header-inner nav .nav-inner .drawer-menu li a {
              padding: 0 0.7em;
              color: #29153C;
              opacity: .6;
              position: relative;
              text-decoration: none;
              display: inline-block;
              transition: all 0.35s ease; }
              @media screen and (max-width: 1024px) {
                header .header-inner nav .nav-inner .drawer-menu li a {
                  padding: 2rem 4rem;
                  font-size: 2.4rem;
                  font-weight: bold;
                  width: 100%; } }
              header .header-inner nav .nav-inner .drawer-menu li a::before {
                position: absolute;
                content: '';
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
                opacity: 0;
                left: 15%;
                right: 15%;
                top: 0;
                bottom: 0;
                border-left: 2px solid #683499;
                border-right: 2px solid #683499; }
                @media screen and (max-width: 1024px) {
                  header .header-inner nav .nav-inner .drawer-menu li a::before {
                    content: none; } }
          header .header-inner nav .nav-inner .drawer-menu li a:hover, header .header-inner nav .nav-inner .drawer-menu li.current a {
            opacity: 1; }
          header .header-inner nav .nav-inner .drawer-menu li a:hover:before,
          header .header-inner nav .nav-inner .drawer-menu li.current a:before {
            opacity: 1;
            left: 0;
            right: 0; }
        header .header-inner nav .nav-inner .sp-sns {
          display: none; }
          @media screen and (max-width: 1024px) {
            header .header-inner nav .nav-inner .sp-sns {
              display: flex;
              text-align: left;
              width: 100%;
              padding-left: 4rem; } }
          header .header-inner nav .nav-inner .sp-sns li:first-child {
            margin-right: 3rem; }
          header .header-inner nav .nav-inner .sp-sns li .fab {
            font-size: 4rem; }

/*header*/
.mainVisual {
  height: 90vh;
  position: relative;
  padding: 0 8%; }
  @media screen and (max-width: 1024px) {
    .mainVisual {
      height: 95vh;
      padding: 0 0 0 15%; } }
  .mainVisual .right-v {
    position: absolute;
    top: 0;
    left: 3%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4%; }
    @media screen and (max-width: 1024px) {
      .mainVisual .right-v {
        padding-top: 0;
        left: 5%; } }
    .mainVisual .right-v .subName {
      font-size: 1.3rem;
      line-height: 1.125;
      text-align: left;
      writing-mode: vertical-rl;
      margin: 8rem 0 15rem; }
      @media screen and (max-width: 1024px) {
        .mainVisual .right-v .subName {
          margin: 5rem 0 15rem; } }
    .mainVisual .right-v .scroll {
      height: 130px;
      width: 1px;
      writing-mode: vertical-rl;
      position: relative;
      background-color: #29153C;
      writing-mode: vertical-rl;
      cursor: pointer;
      transition: all 1s cubic-bezier(0.9, 0, 0.1, 1);
      transition-delay: 2s; }
      @media screen and (max-width: 1024px) {
        .mainVisual .right-v .scroll {
          height: 100px; } }
      .mainVisual .right-v .scroll::before {
        position: absolute;
        content: "Scroll";
        color: #29153C;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        bottom: 117%;
        left: 30%;
        transform: translate(-60%, 10px);
        opacity: 0;
        transition: all ease 0.5s;
        transition-delay: 2.8s;
        opacity: 1;
        transform: translate(-60%, 0); }
      .mainVisual .right-v .scroll .line {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .mainVisual .right-v .scroll .line::after {
          content: '';
          width: 4px;
          height: 100%;
          background-color: #fff;
          position: absolute;
          top: -100%;
          left: 0;
          -webkit-animation: b-arrow 2s ease 0s infinite normal;
          animation: b-arrow 2s ease 0s infinite normal;
          animation-delay: 5s; }
@keyframes b-arrow {
  0% {
    top: -100%; }
  40% {
    top: 100%; }
  100% {
    top: 100%; } }
  .mainVisual .sns {
    font-size: 2.1rem;
    position: absolute;
    top: 55%;
    right: 2.4%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .mainVisual .sns {
        display: none; } }
    .mainVisual .sns li {
      margin-bottom: 1.5rem; }
      .mainVisual .sns li:last-child {
        margin-bottom: 0; }
      .mainVisual .sns li .fab {
        font-size: 2rem; }
  .mainVisual .hero {
    position: absolute;
    width: 85vw;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .mainVisual .hero {
        bottom: 5%; } }
    .mainVisual .hero div {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      margin: 0; }
    .mainVisual .hero .hero01 {
      background-image: url("../images/common/heroimage-01.jpg"); }
    .mainVisual .hero .hero02 {
      background-image: url("../images/common/heroimage-02.jpg"); }
    .mainVisual .hero .hero03 {
      background-image: url("../images/common/heroimage-03.jpg"); }
    .mainVisual .hero .hero04 {
      background-image: url("../images/common/heroimage-04.jpg"); }

.underMv {
  height: 600px;
  margin-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .underMv {
      height: 300px;
      margin-top: 3rem;
      padding: 0; } }
  .underMv .right-v {
    padding-top: 0; }
    @media screen and (max-width: 1024px) {
      .underMv .right-v {
        display: none; } }
  .underMv .under-hero {
    position: absolute;
    width: 85vw;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .underMv .under-hero {
        width: 100%; } }
    .underMv .under-hero div {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      margin: 0; }
    .underMv .under-hero .hero-ttl {
      text-align: center;
      font-size: 4rem;
      color: #fff;
      letter-spacing: .3em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1024px) {
        .underMv .under-hero .hero-ttl {
          font-size: 3.2rem; } }

@media screen and (max-width: 1024px) {
  .underMv .under-hero .o-year.hero-ttl {
    font-size: 2.7rem;
    line-height: 1.3; } }
.breadcrumb {
  position: absolute;
  top: -20px;
  right: 8%;
  display: flex;
  align-items: center;
  font-size: 1.4rem; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      left: 2%; } }

.breadcrumb.article-bread {
  max-width: 1080px;
  margin: 8.4rem auto 0;
  position: inherit;
  display: block; }

@media screen and (max-width: 1024px) {
  .breadcrumb.article-bread ol {
    position: absolute; } }
.commonTtl {
  position: relative;
  padding-left: 30px;
  font-size: 3.6rem;
  color: #683499;
  margin-bottom: 11.2rem; }
  @media screen and (max-width: 1024px) {
    .commonTtl {
      padding-left: 22px;
      margin-left: 1.4rem;
      font-size: 3.2rem;
      margin-bottom: 5.6rem; } }
  .commonTtl::after {
    position: absolute;
    top: -6px;
    left: 0;
    width: 6px;
    height: 48px;
    content: '';
    background: linear-gradient(45deg, #683499, #D43F8D); }
    @media screen and (max-width: 1024px) {
      .commonTtl::after {
        width: 4px;
        height: 40px; } }

.opacity {
  transition: .3s ease-in-out; }
  .opacity:hover {
    opacity: .7; }

.c-btn-wrap {
  position: relative;
  z-index: 0;
  margin-top: 11.2rem; }
  @media screen and (max-width: 1024px) {
    .c-btn-wrap {
      margin-top: 4rem; } }
  .c-btn-wrap .commonBtn {
    display: block;
    width: 340px;
    height: 64px;
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #683499;
    line-height: 64px;
    border: 2px solid #683499;
    border-image: linear-gradient(45deg, #683499 0%, #D43F8D 100%);
    background: #fff;
    border-image-slice: 1;
    position: relative;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .c-btn-wrap .commonBtn:after {
      content: "";
      position: absolute;
      display: block;
      transition: all .3s;
      width: 7px;
      height: 18px;
      top: 50%;
      right: 2.5rem;
      box-shadow: 2px -2px 0 #fff;
      border-top: solid 2px #683499;
      border-right: solid 2px #683499;
      transform: translateY(-50%) rotate(45deg) skewX(-45deg); }
    .c-btn-wrap .commonBtn:before {
      background: linear-gradient(45deg, #683499, #D43F8D);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
    .c-btn-wrap .commonBtn span {
      letter-spacing: 0.1em; }
    .c-btn-wrap .commonBtn:hover {
      background: transparent;
      color: #fff; }
      .c-btn-wrap .commonBtn:hover:after {
        right: 5px;
        height: 70px; }
        @media screen and (max-width: 1024px) {
          .c-btn-wrap .commonBtn:hover:after {
            right: 0;
            height: 0; } }

.btn2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 64px;
  max-width: 340px;
  border: 3px solid #683499;
  font-size: 1.6rem;
  font-weight: bold;
  color: #683499;
  line-height: 64px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s ease-in-out; }
  .btn2::before {
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #683499;
    transform: translateX(-100%);
    z-index: -1; }
  .btn2:hover {
    color: #fff; }
    .btn2:hover::before {
      box-sizing: border-box;
      transition: 0.5s ease-in-out;
      transform: translateX(0);
      z-index: -1; }

.btn3 {
  width: calc(50% - 5.55%);
  margin-right: 20px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
  color: #683499;
  border: 2px solid #683499;
  border-image: linear-gradient(45deg, #683499 0%, #D43F8D 100%);
  background: #fff;
  border-image-slice: 1;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .btn3:last-child {
    margin-right: 0; }
  .btn3 a {
    display: block;
    width: 100%; }
  .btn3:before {
    background: linear-gradient(45deg, #683499, #D43F8D);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .btn3:hover {
    background: transparent;
    color: #fff; }
    .btn3:hover:after {
      right: 5px;
      height: 70px; }

.btn3.c-btn {
  margin: 5rem auto; }

@media screen and (max-width: 1024px) {
  .btn3 {
    padding: 1.6rem 0; }

  .btn3.c-btn {
    margin: 2rem auto; } }
@media screen and (max-width: 1024px) {
  .listWrap {
    flex-direction: column;
    padding: 0 1.4rem; } }
.listWrap .listOfArticles {
  width: calc(33.3333% - 12.9% / 3);
  margin-right: 6.45%; }
  @media screen and (max-width: 1024px) {
    .listWrap .listOfArticles {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4rem; } }
  .listWrap .listOfArticles:last-child {
    margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .listWrap .listOfArticles:last-child {
        margin-bottom: 0; } }
  .listWrap .listOfArticles figure img {
    width: 100%; }
  .listWrap .listOfArticles .article-ttl {
    margin-top: 1rem;
    font-weight: bold;
    line-height: 1.6; }
  .listWrap .listOfArticles p {
    margin-top: 1rem;
    line-height: 1.5; }

footer {
  background: linear-gradient(45deg, #683499, #D43F8D);
  text-align: right;
  color: #fff;
  padding: 2.4rem 0 2rem; }
  @media screen and (max-width: 1024px) {
    footer {
      padding: 2rem 0; } }
  footer p {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 1rem; }
  footer .copy {
    font-size: 1rem; }

.grid {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 6%; }
  .grid .item figure img {
    width: 100%; }
  .grid .item h3 {
    margin-top: 2rem;
    line-height: 1.5;
    font-weight: bold; }

.grid.list {
  margin-top: 0;
  margin-bottom: 0; }
  .grid.list .item .list-ttl {
    margin-top: 1rem;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.8rem; }
  .grid.list .item p {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem; }

.article-content {
  padding: 5.6rem 0 18rem; }
  .article-content .category {
    text-align: center;
    margin-bottom: 2rem; }
    .article-content .category a {
      font-size: 1rem;
      border: 1px solid #29153C;
      padding: .7rem 2rem; }
  .article-content .articleDate {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .article-content .articleTtl {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 15.2rem;
    line-height: 1.4; }
  .article-content .articleTxt {
    padding-top: 2rem;
    margin-bottom: 15.2rem;
    font-size: 1.4rem;
    line-height: 1.8;
    position: relative; }
    .article-content .articleTxt p {
      margin-bottom: 4rem;
      text-align: justify; }
    .article-content .articleTxt::before {
      position: absolute;
      top: -10rem;
      left: 50%;
      transform: translateX(-50%);
      width: 3px;
      height: 68px;
      content: '';
      background: linear-gradient(45deg, #683499, #D43F8D); }
  .article-content .postLinks {
    padding: 4rem 2rem;
    border-top: 1px solid #29153C; }
    .article-content .postLinks .linkL {
      position: relative; }
      .article-content .postLinks .linkL i {
        position: absolute;
        top: 50%;
        left: -5%;
        transform: translateY(-50%); }
      .article-content .postLinks .linkL a {
        margin-left: 1rem;
        display: block;
        padding: 2rem 0; }
    .article-content .postLinks .linkR {
      position: relative; }
      .article-content .postLinks .linkR i {
        position: absolute;
        top: 50%;
        right: -5%;
        transform: translateY(-50%); }
      .article-content .postLinks .linkR a {
        margin-right: 1rem;
        display: block;
        padding: 2rem 0; }

@media screen and (max-width: 1024px) {
  .article-content {
    padding: 5.6rem 0; }
    .article-content .articleTtl {
      font-size: 2.1rem;
      margin-bottom: 6rem; }
    .article-content .articleTxt {
      padding: 2rem 1.4rem;
      margin-bottom: 4rem; }
      .article-content .articleTxt::before {
        top: -5rem;
        height: 40px; }
      .article-content .articleTxt p {
        margin-bottom: 2rem; } }
/*
#################################
❇❉✽✼✻⁂✥✤❋❈✣❊
Home

　　 ﾄﾞﾄﾞﾝｶﾞﾄﾞﾝ!!
∥　　　＿＿＿_
∩∧∧／ﾐ　＼　＼
｢(#･∀)∥　 ｜　｜
Ｖ祭￣]つ　 ｜　｜
(＿＿ﾉ＼＿_∠＿／
`))＿)　L凵 L凵
#################################
*/
.top-content {
  padding: 21rem 0; }
  @media screen and (max-width: 1024px) {
    .top-content {
      padding: 8.4rem 0 5.6rem; } }
  .top-content .t-message {
    margin-bottom: 15.2rem; }
    @media screen and (max-width: 1024px) {
      .top-content .t-message {
        margin-bottom: 5.6rem; } }
    .top-content .t-message .inner2 {
      align-items: flex-start; }
      @media screen and (max-width: 1024px) {
        .top-content .t-message .inner2 {
          flex-direction: column; } }
      .top-content .t-message .inner2 .t-message-txt {
        margin-right: 3.38%;
        width: calc(51.85% - 3.38%);
        line-height: 2;
        background: url("../images/common/message-bg.png") no-repeat center/contain; }
        @media screen and (max-width: 1024px) {
          .top-content .t-message .inner2 .t-message-txt {
            width: 100%;
            background-position: right top;
            background-size: 80%;
            line-height: 1.8;
            text-align: justify;
            margin-bottom: 3rem;
            margin-right: 0;
            background-size: contain;
            background-position: center; } }
      .top-content .t-message .inner2 .t-message-photo {
        width: 44.4%; }
        @media screen and (max-width: 1024px) {
          .top-content .t-message .inner2 .t-message-photo {
            width: 100%;
            max-width: 360px;
            margin: 0 auto; } }
  .top-content .t-publications {
    padding: 15.2rem 0;
    z-index: 0;
    position: relative;
    background: #F0F0F0; }
    @media screen and (max-width: 1024px) {
      .top-content .t-publications {
        padding: 6.4rem 0; } }
    .top-content .t-publications::before {
      content: '';
      width: 6%;
      height: 100%;
      background: #fff;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 1024px) {
        .top-content .t-publications::before {
          width: 4%; } }
    .top-content .t-publications .inner p {
      font-size: 1.8rem;
      line-height: 1.6;
      margin-bottom: 4rem; }
    .top-content .t-publications .inner .btn2.b-right {
      margin: 0 auto; }
  .top-content .t-oneYears {
    padding: 15.2rem 0 21rem; }
    @media screen and (max-width: 1024px) {
      .top-content .t-oneYears {
        padding: 5.6rem 0; } }
    .top-content .t-oneYears .slide_margin li {
      margin-right: 3%;
      position: relative;
      max-width: 340px;
      width: 25%; }
      @media screen and (max-width: 1024px) {
        .top-content .t-oneYears .slide_margin li {
          width: 50%; } }
      .top-content .t-oneYears .slide_margin li span {
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: .1em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff; }
        @media screen and (max-width: 1024px) {
          .top-content .t-oneYears .slide_margin li span {
            font-size: 1.6rem; } }
  .top-content .t-ritualPracties {
    background: #F0F0F0;
    padding-bottom: 15.2rem;
    margin-bottom: 15.2rem;
    z-index: 0;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .top-content .t-ritualPracties {
        padding-bottom: 5.6rem;
        margin-bottom: 5.6rem; } }
    .top-content .t-ritualPracties::before {
      content: '';
      width: 6%;
      height: 100%;
      background: #fff;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 1024px) {
        .top-content .t-ritualPracties::before {
          width: 4%; } }
    .top-content .t-ritualPracties::after {
      content: '';
      width: 100%;
      height: 30%;
      background: #fff;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 1024px) {
        .top-content .t-ritualPracties::after {
          height: 4%; } }
    .top-content .t-ritualPracties .flexW.listWrap {
      align-items: flex-start; }
    .top-content .t-ritualPracties .commonTtl {
      margin-bottom: 8rem; }
  .top-content .t-news .flexW.listWrap {
    align-items: flex-start; }

/*
#################################

About

#################################
*/
.about-hero {
  background: url("../images/about/about-mv.jpg"); }

.about-content {
  padding: 18rem 0; }
  @media screen and (max-width: 1024px) {
    .about-content {
      padding: 8.4rem 0; } }
  .about-content .researcherProfile .researcherProfile-photo {
    width: 48.38%; }
  .about-content .researcherProfile .researcherProfile-txt {
    width: calc(51.62% - 6.45%);
    align-self: flex-end; }
    .about-content .researcherProfile .researcherProfile-txt h3 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 2.4rem; }
    .about-content .researcherProfile .researcherProfile-txt h4 {
      font-size: 2rem;
      margin-bottom: 6.7rem; }
    .about-content .researcherProfile .researcherProfile-txt p {
      line-height: 1.8; }
  @media screen and (max-width: 1024px) {
    .about-content .researcherProfile .flexB {
      flex-direction: column;
      padding: 0 1.4rem; }
    .about-content .researcherProfile .researcherProfile-photo {
      width: 100%;
      max-width: 360px;
      margin-bottom: 4rem; }
    .about-content .researcherProfile .researcherProfile-txt {
      width: 100%; }
      .about-content .researcherProfile .researcherProfile-txt h3 {
        font-size: 2.4rem;
        margin-bottom: 2rem; }
      .about-content .researcherProfile .researcherProfile-txt h4 {
        font-size: 1.8rem;
        margin-bottom: 3.7rem; } }

/*
#################################

Publication

#################################
*/
.publication-hero {
  background: url("../images/publications/publications-mv.jpg"); }

.publication-content {
  padding: 18rem 0; }

@media screen and (min-width: 520px) {
  .publication-content .wp-block-columns {
    margin-bottom: 8rem; }
    .publication-content .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 6rem; } }
@media screen and (max-width: 1024px) {
  .publication-content {
    padding: 8.4rem 0; }
    .publication-content .wp-block-columns .wp-block-column:not(:first-child) {
      margin-bottom: 3rem; } }
/*
#################################

One year kansai

#################################
*/
.oneyear-hero {
  background: url("../images/oneyear/oneyear-mv.jpg"); }

.oneyear-content {
  padding: 15.2rem 0 18rem; }
  .oneyear-content .grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin-top: 0;
    margin-bottom: 0; }
    .oneyear-content .grid .item {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .oneyear-content .grid .item a:hover img {
        transform: scale(1.3);
        transition-duration: .8s; }
      .oneyear-content .grid .item img {
        transition-duration: .8s;
        transform: scale(1.01); }
      .oneyear-content .grid .item p {
        margin-top: 0;
        font-size: 4rem;
        font-weight: bold;
        line-height: 1.05;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .oneyear-content .grid .item p span {
          font-size: 3rem;
          display: block; }

@media screen and (max-width: 1024px) {
  .oneyear-content {
    padding: 8.4rem 0; }
    .oneyear-content .grid {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
      .oneyear-content .grid .item p {
        font-size: 3rem; }
        .oneyear-content .grid .item p span {
          font-size: 2rem; } }
.oneyear-content.month {
  padding: 15.2rem 0; }
  .oneyear-content.month .monthTtl {
    text-align: center;
    font-size: 5.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11.2rem; }
    .oneyear-content.month .monthTtl span {
      font-size: 3.6rem;
      font-weight: normal;
      position: relative;
      padding-left: 8.8rem; }
      .oneyear-content.month .monthTtl span::before {
        position: absolute;
        top: -6px;
        left: 4.4rem;
        width: 3px;
        height: 48px;
        content: '';
        background: linear-gradient(45deg, #683499, #D43F8D); }
  .oneyear-content.month .sub-visual {
    width: 100%;
    height: 200px;
    object-fit: cover; }
  .oneyear-content.month .date-wrap {
    margin-top: 11.2rem; }
    .oneyear-content.month .date-wrap .post {
      margin-bottom: 6rem; }
      .oneyear-content.month .date-wrap .post h3 {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
        line-height: 1.3; }
      .oneyear-content.month .date-wrap .post p {
        line-height: 1.6; }

@media screen and (max-width: 1024px) {
  .oneyear-content.month {
    padding: 8.4rem 0; }
    .oneyear-content.month .monthTtl {
      font-size: 4.2rem;
      margin-bottom: 4.2rem; }
      .oneyear-content.month .monthTtl span {
        font-size: 3rem; }
        .oneyear-content.month .monthTtl span::before {
          height: 40px; }
    .oneyear-content.month .sub-visual {
      max-width: 100%;
      height: 100px;
      object-fit: cover; }
    .oneyear-content.month .date-wrap {
      margin-top: 6rem; }
      .oneyear-content.month .date-wrap .flex {
        flex-direction: column;
        margin-bottom: 4.2rem; }
        .oneyear-content.month .date-wrap .flex .oy-date {
          font-size: 1.6rem;
          margin-right: 0;
          height: 35px;
          line-height: 35px;
          margin-bottom: 1rem; }
        .oneyear-content.month .date-wrap .flex dd {
          width: 100%; }
          .oneyear-content.month .date-wrap .flex dd h3 {
            font-size: 2rem; } }
/*
#################################

Ritual practices

#################################
*/
.ritual-hero {
  background: url("../images/ritual/sacred-mv@2x.jpg"); }

.ritual-content {
  padding: 15.2rem 0 20rem; }

@media screen and (max-width: 1024px) {
  .ritual-content {
    padding: 8.4rem 0; }
    .ritual-content .grid {
      gap: 40px; } }
/*
#################################

News

#################################
*/
.news-hero {
  background: url("../images/news/news-mv@2x.jpg"); }

.news-content {
  padding: 15.2rem 0 20rem; }

@media screen and (max-width: 1024px) {
  .news-content {
    padding: 8.4rem 0; } }

/*# sourceMappingURL=style.css.map */
