@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
.community.category-top {
  position: relative;
}
.community.category-top::before {
  content: "";
  display: block;
  width: 62.4%;
  aspect-ratio: 899/535;
  max-width: 899px;
  background: url(/community/img/mv_parts04.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 695px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community.category-top::before {
    width: 234px;
    aspect-ratio: 234/110;
    max-width: none;
    background: url(/community/img/mv_parts04_sp.png) no-repeat;
    background-size: contain;
    top: 490px;
  }
}
.community.category-top .mv {
  height: 850px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community.category-top .mv {
    height: 555px;
  }
}
.community.category-top .mv::before {
  content: "";
  display: block;
  width: 21.6%;
  aspect-ratio: 311/268;
  max-width: 311px;
  background: url(/community/img/mv_parts01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community.category-top .mv::before {
    width: 169px;
    aspect-ratio: 169/162;
    max-width: none;
    background: url(/community/img/mv_parts01_sp.png) no-repeat;
    background-size: contain;
  }
}
.community.category-top .mv .main-copy {
  color: #fff;
  font-size: 2.4375rem;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: calc((100% - 1100px) / 2);
  bottom: 210px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .community.category-top .mv .main-copy {
    font-size: 1.4375rem;
    left: 6%;
    bottom: 120px;
  }
}
.community.category-top .mv .movie-wrap {
  aspect-ratio: 1440/850;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community.category-top .mv .movie-wrap {
    aspect-ratio: 375/555;
  }
}
.community.category-top .mv .movie-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community.category-top .mv .movie-wrap::before {
  content: "";
  display: block;
  width: 16.6%;
  aspect-ratio: 239/530;
  max-width: 239px;
  background: url(/community/img/mv_parts03.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community.category-top .mv .movie-wrap::before {
    width: 173px;
    aspect-ratio: 173/297;
    max-width: none;
    background: url(/community/img/mv_parts03_sp.png) no-repeat;
    background-size: contain;
  }
}
.community.category-top .mv .movie-wrap::after {
  content: "";
  display: block;
  width: 41.3%;
  aspect-ratio: 595/321;
  max-width: 595px;
  background: url(/community/img/mv_parts02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community.category-top .mv .movie-wrap::after {
    width: 193px;
    aspect-ratio: 193/112;
    max-width: none;
    background: url(/community/img/mv_parts02_sp.png) no-repeat;
    background-size: contain;
  }
}
.community.category-top .contents {
  padding: 0;
}
.community.category-top .breadcrumb {
  margin-bottom: 0;
  background: #F5F9F6;
}
.community.category-top .cate-ttl-en {
  color: #737375;
  font-size: 3.25rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .community.category-top .cate-ttl-en {
    font-size: 2.625rem;
  }
}
.community.category-top .cate-ttl-en .color {
  color: #2041AB;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .community.category-top .btn {
    width: 70%;
  }
}
.community.category-top .btn a {
  color: #fff;
  font-size: 1.25rem;
  border: 1px solid #2041AB;
  background: #2041AB;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .community.category-top .btn a {
    font-size: 1rem;
  }
}
.community.category-top .btn a::after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin-bottom: 2px;
}
.community.category-top .btn a:hover {
  color: #2041AB;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .community.category-top .btn a:hover {
    color: #fff;
    background: #2041AB;
  }
}
.community.category-top .btn a:hover::after {
  border-right: 2px solid #2041AB;
  border-bottom: 2px solid #2041AB;
}
@media screen and (max-width: 767px) {
  .community.category-top .btn a:hover::after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }
}
.community.category-top .intro {
  padding: 90px 0 135px;
  background: #F5F9F6;
  background: linear-gradient(90deg, rgb(245, 249, 246) 0%, rgb(240, 247, 245) 100%);
}
@media screen and (max-width: 767px) {
  .community.category-top .intro {
    padding: 65px 0 100px;
  }
}
.community.category-top .intro .intro-inner {
  width: 724px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .intro .intro-inner {
    width: 100%;
    padding: 0 6%;
  }
}
.community.category-top .intro .intro-inner .logo {
  width: 427px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .community.category-top .intro .intro-inner .logo {
    width: 74%;
  }
}
.community.category-top .about {
  position: relative;
  padding-bottom: 225px;
  background-image: url(/community/img/about_background_pc.png), url(/community/img/news_background_l_pc.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 114px 492px;
  background-position: left 0 top 545px, left 0 bottom 135px;
}
@media screen and (max-width: 767px) {
  .community.category-top .about {
    padding-bottom: 120px;
    background-image: url(/community/img/about_background_sp.png), url(/community/img/news_background_l_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 37px 159px;
    background-position: left 0 top 60px, left 0 bottom 48%;
  }
}
.community.category-top .about::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #F5F9F6;
  background: linear-gradient(90deg, rgb(245, 249, 246) 0%, rgb(240, 247, 245) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.community.category-top .about::after {
  content: "";
  display: block;
  width: 350px;
  height: 1038px;
  background: url(/community/img/news_background_r_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -235px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community.category-top .about::after {
    display: none;
  }
}
.community.category-top .about .about-head {
  background-image: url(/community/img/img_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 753px;
  padding-top: 110px;
  padding: 110px calc(17px + (100% - 1100px) / 2) 0;
  mask-image: url("/community/img/wave_mask.png"); /*マスク用画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url("/community/img/wave_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .about-head {
    padding: 35px 7.5% 0;
    height: 286px;
  }
}
.community.category-top .about .about-head .cate-ttl {
  color: #fff;
  font-size: 4.0625rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .about-head .cate-ttl {
    font-size: 2.375rem;
  }
}
.community.category-top .about .about-head .sub-jp-txt {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .about-head .sub-jp-txt {
    font-size: 1rem;
  }
}
.community.category-top .about .about-head .sub-jp-txt .sub {
  display: block;
  font-size: 1.25rem;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .about-head .sub-jp-txt .sub {
    font-size: 0.6875rem;
  }
}
.community.category-top .about .about-slide {
  margin: 65px 0 140px;
  height: 645px;
  background-image: url(/community/img/slide_loop.png);
  background-repeat: repeat-x;
  background-size: 1937px auto;
  animation: loop-slide 90s linear infinite;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .about-slide {
    margin: 55px 0 90px;
    background-size: 1530px auto;
    height: 510px;
  }
}
@keyframes loop-slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1937px 0;
  }
}
.community.category-top .about .news {
  width: 1076px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .news {
    width: 100%;
    padding: 0 6%;
  }
}
.community.category-top .about .news .catch-txt {
  font-size: 0.875rem;
  text-align: center;
}
.community.category-top .about .news .news-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .news .news-list {
    gap: 28px 4%;
  }
}
.community.category-top .about .news .news-list li {
  width: 248px;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .news .news-list li {
    width: 48%;
  }
}
.community.category-top .about .news .news-list li a {
  position: relative;
}
.community.category-top .about .news .news-list li a .thumb-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 8px;
}
.community.category-top .about .news .news-list li a .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.community.category-top .about .news .news-list li a {
  /*.news-cate{
    display: inline-block;
    color: $white;
    font-size: rem(14);
    background: #2041AB;
    border-radius: 5px 0 5px 0;
    padding: 0 8px;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 2;

    @include mq(md){
      font-size: rem(12);
    }
  }*/
}
.community.category-top .about .news .news-list li a .news-ttl {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.65;
}
.community.category-top .about .news .news-list li a .date {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 5px;
}
.community.category-top .about .news .news-list li a .date .week {
  margin-left: 1em;
}
.community.category-top .about .news .news-list li a .cate {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
.community.category-top .about .news .news-list li a .cate li {
  width: auto;
  color: #2041AB;
  padding: 3px 6px;
  font-size: 0.6875rem;
  border-radius: 5px 0 5px 0;
  background: #fff;
  border: 1px solid #2041AB;
  transition: 0.5s all;
}
.community.category-top .about .news .news-list li a .cate li.important {
  color: #E30000;
  border: 1px solid #E30000;
}
.community.category-top .about .news .news-list li a:hover .thumb-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .community.category-top .about .news .news-list li a:hover .thumb-img img {
    transform: scale(1);
  }
}
.community.category-top .about .news .news-list li a:hover p {
  color: #2041AB;
}
@media screen and (max-width: 767px) {
  .community.category-top .about .news .news-list li a:hover p {
    color: #353535;
  }
}
.community.category-top .about .news .news-list li a.no-link {
  pointer-events: none;
}
.community.category-top .about .news .btn {
  margin: 40px auto 0;
}
.community.category-top .event {
  padding: 60px 0 110px;
  background: #F5F9F6;
  background-image: linear-gradient(90deg, rgb(245, 249, 246) 0%, rgb(240, 247, 245) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .community.category-top .event {
    padding: 50px 0 130px;
  }
}
.community.category-top .event::before {
  content: "";
  width: 100%;
  height: 90px;
  background: #F5F9F6;
  background: linear-gradient(90deg, rgb(245, 249, 246) 0%, rgb(240, 247, 245) 100%);
  mask-image: url("/community/img/wave_mask02.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url("/community/img/wave_mask02.png"); /*マスク用画像*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  top: -90px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .event::before {
    height: 15px;
    top: -15px;
  }
}
.community.category-top .event .event-pattern {
  width: 100%;
  height: calc(100% + 90px);
  background: url(/community/img/event_background_pc.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -90px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-pattern {
    height: 100%;
    background: url(/community/img/event_background_sp.png) no-repeat;
    background-size: cover;
    top: 60px;
  }
}
.community.category-top .event {
  /*.event-wave{
    content: '';
    width: 100%;
    height: 90px;
    background: #F5F9F6;
    background: linear-gradient(90deg,rgba(245, 249, 246, 1) 0%, rgba(240, 247, 245, 1) 100%);

    mask-image: url("/community/img/wave_mask02.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/community/img/wave_mask02.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;

    position: absolute;
    top: -90px;
    left: 0;
    z-index: -1;

    @include mq(md){
      height: 15px;
      top: -15px;
    }
  }*/
}
.community.category-top .event .event-inner {
  max-width: 1254px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-inner {
    padding: 0 6%;
  }
}
.community.category-top .event .event-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.community.category-top .event .event-section .event-image {
  width: 694px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section .event-image {
    width: 100%;
    margin-right: 0;
  }
}
.community.category-top .event .event-section .event-txt {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section .event-txt {
    width: 84%;
    margin: 15px auto 0;
  }
}
.community.category-top .event .event-section .event-txt .event-about dt {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section .event-txt .event-about dt {
    font-size: 1.375rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section .event-txt .event-about dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section.n01 {
    margin-top: 35px;
  }
}
.community.category-top .event .event-section.n01 .event-txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section.n01 .event-txt {
    margin-bottom: 50px;
  }
}
.community.category-top .event .event-section.n03 {
  flex-direction: row-reverse;
}
.community.category-top .event .event-section.n03 .event-image {
  margin-left: 50px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section.n03 .event-image {
    margin-left: 0;
  }
}
.community.category-top .event .event-section-col01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 {
    padding: 0;
  }
}
.community.category-top .event .event-section-col01 .event-image-list {
  width: 1154px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list {
    width: 100%;
  }
}
.community.category-top .event .event-section-col01 .event-image-list li {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li {
    width: 90%;
    margin: 0 auto 45px;
  }
}
.community.category-top .event .event-section-col01 .event-image-list li p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li p {
    font-size: 0.9375rem;
  }
}
.community.category-top .event .event-section-col01 .event-image-list li .event-about {
  margin-top: 10px;
}
.community.category-top .event .event-section-col01 .event-image-list li .event-about dt {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li .event-about dt {
    font-size: 1.375rem;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li .event-about dd {
    font-size: 1rem;
  }
}
.community.category-top .event .event-section-col01 .event-image-list li:nth-of-type(1) .event-about {
  width: 407px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li:nth-of-type(1) .event-about {
    width: 90%;
    margin: 10px auto 0;
  }
}
.community.category-top .event .event-section-col01 .event-image-list li:nth-of-type(2) {
  position: relative;
  top: -154px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li:nth-of-type(2) {
    top: 0;
  }
}
.community.category-top .event .event-section-col01 .event-image-list li:nth-of-type(2) .event-about {
  width: 410px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col01 .event-image-list li:nth-of-type(2) .event-about {
    width: 90%;
    margin: 10px auto 0;
  }
}
.community.category-top .event .event-section-col02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 {
    margin-top: 60px;
  }
}
.community.category-top .event .event-section-col02 .event-section-block {
  width: 614px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block {
    width: 100%;
  }
}
.community.category-top .event .event-section-col02 .event-section-block .event-txt .event-about dt {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block .event-txt .event-about dt {
    font-size: 1.5625rem;
  }
}
.community.category-top .event .event-section-col02 .event-section-block .event-txt .event-about dt small {
  display: block;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block .event-txt .event-about dt small {
    font-size: 1.25rem;
  }
}
.community.category-top .event .event-section-col02 .event-section-block.left .event-txt {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.left .event-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.left .event-txt .event-about dt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.left .event-txt .event-about dd {
    padding: 0 8%;
  }
}
.community.category-top .event .event-section-col02 .event-section-block.right {
  width: 601px;
  margin-top: 225px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.right {
    width: 100%;
    margin-top: 90px;
  }
}
.community.category-top .event .event-section-col02 .event-section-block.right .event-txt {
  width: 472px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.right .event-txt {
    width: 100%;
  }
}
.community.category-top .event .event-section-col02 .event-section-block.right .event-txt dt {
  margin: 15px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.right .event-txt dt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02 .event-section-block.right .event-txt dd {
    padding: 0 8%;
  }
}
.community.category-top .event .event-section-col02.n04 {
  width: 930px;
  margin: 65px auto 30px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02.n04 {
    width: 100%;
  }
}
.community.category-top .event .event-section-col02.n04 .event-section-block {
  width: 416px;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02.n04 .event-section-block {
    width: 100%;
  }
}
.community.category-top .event .event-section-col02.n04 .event-section-block.right {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .event .event-section-col02.n04 .event-section-block.right {
    margin-top: 45px;
  }
}
.community.category-top .culture {
  border-radius: 60px 60px 0 0;
  padding: 90px 0 85px;
  background: url(/community/img/background.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture {
    border-radius: 40px 40px 0 0;
    padding: 40px 0 100px;
  }
}
.community.category-top .culture::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: rgb(240, 247, 245);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.community.category-top .culture .culture-head {
  width: 1074px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .culture-head {
    width: 100%;
    padding: 0 5%;
  }
}
.community.category-top .culture .culture-head .cate-ttl-en {
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.community.category-top .culture .culture-head .culture-mv {
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.community.category-top .culture .culture-head h5 {
  color: #fff;
  font-size: 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .culture-head h5 {
    font-size: 1.375rem;
    margin-bottom: 0.8em;
  }
}
.community.category-top .culture .culture-head p {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .culture-head p {
    font-size: 0.875rem;
    text-align: left;
    padding: 0 9%;
  }
}
.community.category-top .culture .next-culture {
  background: #fff;
  max-width: 1370px;
  width: 100%;
  margin: 65px auto 95px;
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture {
    width: 92%;
  }
}
.community.category-top .culture .next-culture::before {
  content: "";
  width: calc((100% - 970px) / 2);
  height: 2px;
  background: #2041AB;
  position: absolute;
  left: 0;
  top: 65px;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture::before {
    width: 36%;
    top: 62px;
    left: -4%;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap {
  width: 970px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap {
    width: 90%;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt {
    width: 100%;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt .heading {
  color: #2041AB;
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt .heading {
    font-size: 1.375rem;
    text-align: center;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt .next-culture-ttl {
  color: #2041AB;
  font-size: 2.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt .next-culture-ttl {
    font-size: 1.375rem;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt .next-culture-ttl::before {
  content: "「";
  display: inline-block;
  margin-left: -0.5em;
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt .next-culture-ttl::after {
  content: "」";
  display: inline-block;
  margin-right: -0.5em;
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p {
  font-size: 1.125rem;
  color: #2041AB;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p {
    font-size: 0.875rem;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.date {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.date {
    font-size: 1.34375rem;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.date .week {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.date .week {
    font-size: 0.875rem;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.date .time {
  margin-left: 1em;
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.place {
  font-size: 1.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-txt p.place {
    font-size: 1rem;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-image {
  width: 417px;
  border-radius: 15px;
  aspect-ratio: 1/1;
  margin-top: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .next-culture-wrap .next-culture-image {
    width: 100%;
  }
}
.community.category-top .culture .next-culture .next-culture-wrap .next-culture-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community.category-top .culture .next-culture .btn {
  margin: 35px auto 0;
}
.community.category-top .culture .next-culture .btn a {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .next-culture .btn a {
    font-size: 0.9375rem;
  }
}
.community.category-top .culture .archive-wrap {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .archive-wrap {
    width: 100%;
    padding: 0 6%;
  }
}
.community.category-top .culture .archive-wrap .archive-heading {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .archive-wrap .archive-heading {
    font-size: 1.375rem;
  }
}
.community.category-top .culture .archive-wrap .archive-heading span {
  position: relative;
}
.community.category-top .culture .archive-wrap .archive-heading span::before, .community.category-top .culture .archive-wrap .archive-heading span::after {
  display: inline-block;
  content: "|";
}
.community.category-top .culture .archive-wrap .archive-heading span::before {
  margin-right: 1em;
}
.community.category-top .culture .archive-wrap .archive-heading span::after {
  margin-left: 1em;
}
.community.category-top .culture .archive-wrap .archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .archive-wrap .archive-list {
    gap: 40px 0;
    justify-content: center;
  }
}
.community.category-top .culture .archive-wrap .archive-list li {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .archive-wrap .archive-list li {
    width: 72%;
  }
}
.community.category-top .culture .archive-wrap .archive-list li a .thumb-img {
  aspect-ratio: 1/1;
  border-radius: 30px;
  overflow: hidden;
}
.community.category-top .culture .archive-wrap .archive-list li a .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.community.category-top .culture .archive-wrap .archive-list li a .culture-txt-inner {
  margin-top: 10px;
  padding: 0 15px;
}
.community.category-top .culture .archive-wrap .archive-list li a .culture-txt-inner p {
  color: #fff;
}
.community.category-top .culture .archive-wrap .archive-list li a .culture-txt-inner p.date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.community.category-top .culture .archive-wrap .archive-list li a .culture-txt-inner p.culture-ttl {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.community.category-top .culture .archive-wrap .archive-list li a:hover .thumb-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .community.category-top .culture .archive-wrap .archive-list li a:hover .thumb-img img {
    transform: scale(1);
  }
}
.community.category-top .culture .archive-wrap .archive-list li.no-archive {
  width: 100%;
  color: #fff;
  text-align: center;
}
.community.category-top .culture .archive-wrap .btn {
  margin: 40px auto 0;
}
.community.category-top .culture .archive-wrap .btn a {
  color: #2041AB;
  border: 1px solid #fff;
  background: #fff;
}
.community.category-top .culture .archive-wrap .btn a::after {
  border-right: 2px solid #2041AB;
  border-bottom: 2px solid #2041AB;
}
.community.category-top .attempt {
  background: #F5F9F6;
  padding: 135px 0;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt {
    padding: 100px 0 70px;
  }
}
.community.category-top .attempt .attempt-head {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .attempt-head {
    width: 100%;
  }
}
.community.category-top .attempt .attempt-head .en {
  color: #E7E7E7;
  font-size: 6.375rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .attempt-head .en {
    font-size: 2.625rem;
  }
}
.community.category-top .attempt .attempt-head .attempt-ttl {
  color: #2041AB;
  font-size: 2.375rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .attempt-head .attempt-ttl {
    font-size: 1.25rem;
  }
}
.community.category-top .attempt .attempt-head .attempt-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2041AB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .attempt-head .attempt-ttl::after {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.community.category-top .attempt .attempt-head .attempt-ttl span {
  background: #F5F9F6;
  padding: 0 10px;
}
.community.category-top .attempt .section-attempt-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.community.category-top .attempt .section-attempt-block .attempt-txt h5 {
  color: #2041AB;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block .attempt-txt h5 {
    font-size: 1.375rem;
  }
}
.community.category-top .attempt .section-attempt-block .attempt-txt h5 span {
  display: block;
  color: #353535;
  font-size: 1.375rem;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block .attempt-txt h5 span {
    font-size: 1rem;
  }
}
.community.category-top .attempt .section-attempt-block .attempt-txt p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block .attempt-txt p {
    font-size: 0.875rem;
  }
}
.community.category-top .attempt .section-attempt-block.n01 {
  align-items: center;
}
.community.category-top .attempt .section-attempt-block.n01 .attempt-image {
  width: calc(519px + (100% - 1200px) / 2);
  height: 480px;
  overflow: hidden;
  margin-right: 78px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n01 .attempt-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.community.category-top .attempt .section-attempt-block.n01 .attempt-txt {
  width: 600px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n01 .attempt-txt {
    width: 78%;
    margin: 0 auto;
  }
}
.community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list {
    width: 86%;
    margin: 30px auto 0;
  }
}
.community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list li:first-of-type {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list li:first-of-type {
    width: 100%;
    margin-bottom: 15px;
  }
}
.community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list li:nth-of-type(2) {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list li:nth-of-type(2) {
    width: 100%;
  }
}
.community.category-top .attempt .section-attempt-block.n01 .attempt-txt .bnr-list li a {
  display: block;
}
.community.category-top .attempt .section-attempt-block.n02 {
  width: 1200px;
  margin: 120px auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n02 {
    width: 100%;
    margin: 80px auto;
  }
}
.community.category-top .attempt .section-attempt-block.n02 .attempt-image {
  width: 488px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n02 .attempt-image {
    width: 90%;
    margin: 25px auto;
    order: 2;
  }
}
.community.category-top .attempt .section-attempt-block.n02 .attempt-txt {
  width: 580px;
  margin-left: 70px;
  margin-right: 42px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n02 .attempt-txt {
    width: 78%;
    margin: 0 auto;
    order: 1;
  }
}
.community.category-top .attempt .section-attempt-block.n02 .bnr-col01 {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n02 .bnr-col01 {
    width: 67%;
    margin: 20px auto 0;
    order: 3;
  }
}
.community.category-top .attempt .section-attempt-block.n02 .bnr-col01 a {
  width: 419px;
  display: block;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .section-attempt-block.n02 .bnr-col01 a {
    width: 100%;
  }
}
.community.category-top .attempt .organization h5 {
  color: #2041AB;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization h5 {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}
.community.category-top .attempt .organization .organization-wrap {
  display: flex;
  flex-wrap: wrap;
}
.community.category-top .attempt .organization .organization-wrap .organization-image {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-image {
    margin-top: 20px;
    width: 100%;
    order: 2;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-image .organization-pic01 {
  width: calc(100% - 318px);
  max-width: 403px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-image .organization-pic01 {
    width: 52%;
    max-width: none;
    margin-left: 0;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-image .organization-pic02 {
  width: 290px;
  margin-left: 28px;
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-image .organization-pic02 {
    width: 37%;
    margin-left: auto;
    margin-right: 5%;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-txt {
  width: 572px;
  margin-right: calc((100% - 1200px) / 2);
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-txt {
    display: contents;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-txt p {
  font-size: 1.125rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-txt p {
    width: 78%;
    margin: 0 auto;
    font-size: 0.875rem;
    order: 1;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about {
    width: 78%;
    margin: 15px auto 0;
    order: 3;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about dt {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about dt {
    font-size: 1rem;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about dt::before {
  content: "●";
  display: inline-block;
  color: #2041AB;
  margin-right: 3px;
}
.community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about dd {
  font-size: 1.125rem;
  margin-bottom: 25px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about dd {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.community.category-top .attempt .organization .organization-wrap .organization-txt .organization-about:nth-of-type(2) {
  border-top: 1px solid #353535;
  padding-top: 25px;
}
.community.category-top .school-bnr-area {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.community.category-top .school-bnr-area .school-bnr-box {
  width: 33.3333333333%;
  padding: 40px 0;
  border-right: 1px solid #353535;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box {
    width: 88%;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid #353535;
  }
}
.community.category-top .school-bnr-area .school-bnr-box .school-bnr-box-wrap .cate-ttl-en {
  text-align: left;
  line-height: 1.2;
}
.community.category-top .school-bnr-area .school-bnr-box .school-bnr-box-wrap .jp-txt {
  font-weight: 500;
}
.community.category-top .school-bnr-area .school-bnr-box .school-bnr-box-wrap .bnr {
  margin-top: 25px;
}
.community.category-top .school-bnr-area .school-bnr-box .school-bnr-box-wrap .bnr a {
  display: block;
}
.community.category-top .school-bnr-area .school-bnr-box .school-bnr-box-wrap p {
  font-size: 0.875rem;
  line-height: 1.7;
}
.community.category-top .school-bnr-area .school-bnr-box:first-of-type .school-bnr-box-wrap {
  width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box:first-of-type .school-bnr-box-wrap {
    width: 84%;
  }
}
.community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap {
    width: 84%;
  }
}
.community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap .cate-ttl-en,
.community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap .jp-txt {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap .cate-ttl-en,
  .community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap .jp-txt {
    width: 100%;
  }
}
.community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap .bnr {
  width: 270px;
  margin: 25px auto 10px;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box:nth-of-type(2) .school-bnr-box-wrap .bnr {
    width: 100%;
  }
}
.community.category-top .school-bnr-area .school-bnr-box:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box:last-of-type {
    border-bottom: none;
  }
}
.community.category-top .school-bnr-area .school-bnr-box:last-of-type .school-bnr-box-wrap {
  width: 320px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .community.category-top .school-bnr-area .school-bnr-box:last-of-type .school-bnr-box-wrap {
    width: 98%;
  }
}
.community.category-top .school-bnr-area .school-bnr-box:last-of-type .school-bnr-box-wrap .bnr-list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.community.category-top .school-bnr-area .school-bnr-box:last-of-type .school-bnr-box-wrap .bnr-list li {
  margin-bottom: 25px;
}
.community.category-top .school-bnr-area .school-bnr-box:last-of-type .school-bnr-box-wrap .bnr-list li:last-of-type {
  margin-bottom: 0;
}
.community.category-top .school-bnr-area .school-bnr-box:last-of-type .school-bnr-box-wrap .bnr-list li a {
  display: block;
}/*# sourceMappingURL=community.css.map */