@charset "UTF-8";
@font-face {
  font-family: 'uzura-web';
  font-style: normal;
  font-weight: 700;
  src: url("../static/font/uzura-web.woff2") format("woff2"), url("../static/font/uzura-web.woff") format("woff"), url("../static/font/uzura-web.ttf") format("truetype"); }

html {
  font-size: 25px; }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 22px; } }
  @media screen and (max-width: 700px) {
    html {
      font-size: 20px; } }
.body {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: var(--fg-color); }
  .body:before {
    content: '';
    background-color: var(--bg-color);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }

.main {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 0.5rem; }

.footer {
  background-color: var(--footer-color);
  color: white;
  font-size: 0.8rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between; }
  .footer-contact {
    text-align: left;
    margin-right: auto; }
  .footer-copyright {
    text-align: right;
    display: table;
    margin-left: auto; }
    .footer-copyright p {
      display: table-cell;
      vertical-align: bottom; }

.breadcrumb {
  list-style: none;
  width: 100%;
  padding: 0 1rem;
  color: var(--fg-color); }

.breadcrumb-link {
  color: var(--fg-color); }

.breadcrumb-item:not(:last-child) {
  float: left;
  padding-right: 0.5rem; }
  .breadcrumb-item:not(:last-child):after {
    padding-left: 0.5rem;
    content: '>'; }

/***************
  TopPage Style
 ***************/
.top_nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center; }

.top_nav-item {
  list-style: none;
  aspect-ratio: 7/3;
  background-size: cover;
  min-width: 14rem;
  max-width: 15rem;
  width: 100%; }

.top_nav-link {
  color: black;
  text-decoration: none;
  display: table;
  height: 100%;
  width: 100%; }

.top_nav-text {
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.page_header {
  background-color: var(--footer-color);
  display: grid;
  align-items: end;
  justify-content: space-between;
  padding: 1rem;
  flex-wrap: wrap;
  grid-template: "ibasho_title   azu_title   " auto "ibasho_title   catch       " 1fr "ibasho_title   nav         " auto /auto           1fr; }
  @media screen and (max-width: 950px) {
    .page_header {
      grid-template: "azu_title      azu_title   " auto "catch          catch       " auto "ibasho_title   .           " auto "nav            nav         " auto /auto           1fr; } }
  @media screen and (max-width: 700px) {
    .page_header {
      grid-template: "azu_title      " auto "catch          " auto "ibasho_title   " auto "nav            " auto /1fr; } }
  .page_header-azu_title {
    grid-area: azu_title;
    justify-self: right;
    align-self: baseline; }
  .page_header-azu_logo_img {
    width: 200px; }
  .page_header-ibasho_title {
    grid-area: ibasho_title;
    color: white;
    text-align: right;
    text-decoration: none; }
  .page_header-catch {
    grid-area: catch;
    font-size: 2rem;
    font-family: uzura-web;
    color: white;
    text-align: right; }
  .page_header-nav {
    grid-area: nav;
    margin-left: auto; }
  .page_header-logo_img {
    margin: auto; }

.page_nav-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 700px) {
    .page_nav-list {
      flex-flow: column;
      gap: 0.5em; } }
.page_nav-item {
  max-width: 10rem;
  min-width: 6rem; }
  @media screen and (max-width: 700px) {
    .page_nav-item {
      max-width: none;
      min-width: auto; } }
.page_nav-link {
  text-decoration: none;
  color: white; }
  @media screen and (max-width: 700px) {
    .page_nav-link {
      display: flex;
      gap: 0.5em;
      align-items: center; } }
.page_nav-icon {
  font: var(--fa-font-solid);
  font-size: 3rem;
  text-align: center;
  display: block; }
  @media screen and (max-width: 700px) {
    .page_nav-icon {
      font-size: 2rem;
      width: 2em; } }
.page_nav-text {
  text-align: center;
  font-size: 0.8rem; }
  @media screen and (max-width: 700px) {
    .page_nav-text {
      text-align: left; } }
.page_nav-text_line {
  display: block; }
  @media screen and (max-width: 700px) {
    .page_nav-text_line {
      display: inline-block; }
      .page_nav-text_line:after {
        content: '　'; } }
/***************
  TopPage Style
 ***************/
.page_title {
  display: flex;
  border: var(--fg-color) 0.5rem solid;
  font-size: 2rem;
  border-radius: 2.5rem;
  margin-bottom: 1rem;
  position: relative; }
  .page_title-icon_area {
    background-color: var(--fg-color);
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    margin-left: -0.1rem;
    display: table; }
  .page_title-icon {
    font: var(--fa-font-solid);
    font-size: 2rem;
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle; }
  .page_title-text {
    flex: 1;
    text-align: center; }
  .page_title-text_line {
    display: inline-block; }

.page_article p {
  margin-bottom: 0.3rem; }

.page_article-title {
  color: white;
  background-color: var(--fg-color);
  border-radius: 1rem;
  padding-left: 1rem;
  font-weight: bold;
  margin-top: 1rem; }
  .page_article-title-top {
    background-color: var(--footer-color); }

.page_article-content {
  padding: 0.5rem; }

.text p {
  margin: 0.5rem 0; }

.text-center {
  text-align: center; }

.text-lead {
  text-align: center;
  font-size: 1.5rem; }

.image_double_article-content {
  display: grid;
  grid-template: "text1  text1   image1" auto "image2 .       image1" auto "image2 text2   text2 " auto /auto   1fr     auto; }
  @media screen and (max-width: 1200px) {
    .image_double_article-content {
      grid-template: "text1 " auto "image1" auto "text2 " auto "image2" auto /auto; } }
.image_double_article-text1 {
  grid-area: text1; }

.image_double_article-text2 {
  grid-area: text2; }

.image_double_article-img1 {
  grid-area: image1;
  max-width: 30vw; }
  @media screen and (max-width: 1200px) {
    .image_double_article-img1 {
      max-width: 70%; } }
.image_double_article-img2 {
  grid-area: image2;
  max-width: 30vw; }
  @media screen and (max-width: 1200px) {
    .image_double_article-img2 {
      max-width: 70%; } }
.image_single_article-content {
  display: flex; }

.text_article-text p {
  margin: 0.5rem 0; }

.image_article-img {
  width: 100%; }

.image {
  margin: auto; }
  .image_frame img {
    border: solid var(--fg-color) 0.3rem;
    border-radius: 3rem; }

.img_slide_article-list {
  list-style: none;
  position: relative;
  aspect-ratio: 4/3;
  width: 100%; }

.img_slide_article-item {
  position: absolute;
  width: 100%; }

.img_slide_article-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 4/3; }

.img_slide_article-img {
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  display: block;
  object-fit: cover;
  opacity: 0;
  width: 100%; }

.double_image_article-content {
  display: flex;
  flex-wrap: wrap; }

.insta_article-content iframe {
  margin: auto !important; }

.threads_article-iframe {
  border: none;
  width: 100%; }

.carousel_article {
  padding-top: 28px;
  position: relative;
  overflow: hidden; }
  .carousel_article-content {
    display: flex;
    gap: 0.5rem;
    align-items: center; }
  .carousel_article-viewport {
    overflow: hidden; }
  .carousel_article-list {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    width: auto; }
    .carousel_article-list-js_disabled {
      overflow: scroll;
      scroll-snap-type: x mandatory; }
  .carousel_article-item {
    flex: 0 0 auto;
    padding-right: 60px;
    scroll-snap-align: start;
    scroll-snap-stop: always; }
    @media screen and (max-width: 700px) {
      .carousel_article-item {
        padding-right: 22px; } }
  .carousel_article-img {
    width: 50vw;
    aspect-ratio: 4/3;
    object-fit: cover; }
    @media screen and (max-width: 700px) {
      .carousel_article-img {
        width: 60vw; } }
  .carousel_article-prev, .carousel_article-next, .carousel_article-prev:before, .carousel_article-next:before {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%; }
  .carousel_article-prev, .carousel_article-next {
    color: #00000000;
    background: var(--fg-color); }
  .carousel_article-prev:before, .carousel_article-next:before {
    content: '';
    background: white; }
  .carousel_article-prev:before {
    mask: url("../static/img/ibasho/connect/left.svg") center/contain no-repeat; }
  .carousel_article-next:before {
    mask: url("../static/img/ibasho/connect/right.svg") center/contain no-repeat; }

.study_archive-img {
  border: var(--fg-color) 0.2rem solid;
  border-radius: 3rem; }

.study_archive-impression_list {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5rem;
  align-items: center; }

.study_archive-impression_user {
  position: relative; }

.study_archive-impression_user:before {
  content: '\f007';
  font: var(--fa-font-solid);
  font-size: 5rem; }

.study_archive-impression_name {
  position: absolute;
  top: 3.5rem;
  bottom: 0;
  display: block;
  color: white;
  width: 4.5rem;
  text-align: center; }

.study_archive-impression_comment {
  position: relative;
  background-color: var(--fg-color);
  margin-left: 20px;
  padding: 0.5rem;
  max-width: 100%;
  color: white;
  border-radius: 0.5rem; }

.study_archive-impression_comment:before {
  content: "";
  position: absolute;
  top: 62%;
  left: -2rem;
  margin-top: -30px;
  border: 20px solid transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 20px;
  border-right: 30px solid var(--fg-color); }

.top_contact {
  padding-top: 2rem; }
  .top_contact-term {
    float: left; }
    .top_contact-term:after {
      content: '：'; }
  .top_contact-data {
    color: white; }
    .top_contact-data * {
      color: unset; }

.page_saikita {
  display: grid;
  grid-template: "about      about   " auto "connect    connect " auto "sns        contact " auto /1fr  1fr; }
  @media screen and (max-width: 700px) {
    .page_saikita {
      display: block; } }
  .page_saikita .page_saikita-twitter iframe {
    width: 100% !important; }
  .page_saikita-about dt {
    font-weight: bold;
    float: left; }
    .page_saikita-about dt:after {
      content: "："; }
  .page_saikita-about dd {
    padding-bottom: 0.4em; }
  .page_saikita-about iframe {
    width: 100%; }
  .page_saikita-about a {
    color: white; }
  .page_saikita-connect {
    display: block; }
    .page_saikita-connect .page_article-title {
      grid-area: title; }
    .page_saikita-connect_about {
      grid-area: about; }
    .page_saikita-connect_sns {
      grid-area: sns; }
      .page_saikita-connect_sns iframe {
        width: 100%; }
    .page_saikita-connect_photo {
      grid-area: photo; }
