@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
section {
  width: 100%;
}
section .inner {
  width: 100%;
}
section#hero {
  width: 100%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-out 0s;
}
section#hero.on {
  clip-path: inset(0 0 0 0);
}
section#hero:not(:last-child) {
  margin-bottom: 96px;
}
section#hero.on .inner .tt .intt h2 {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt .intt .inin .text h3 span::before {
  animation-name: line;
  animation-duration: 0.35s;
  animation-delay: 0.35s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}
section#hero.on .inner .tt .intt .inin .text h3 span:nth-child(2)::before {
  animation-delay: 0.5s;
}
section#hero.on .inner .tt .intt .inin .text h3 span span {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt .intt .inin .text h4 {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt .intt .inin .text dl {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt .intt .inin > figure > div:nth-child(1) {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt .intt .inin > figure > div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
section#hero .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
section#hero .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/sp03/bg_hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
}
section#hero .inner > figure.bg {
  width: 100%;
  height: auto;
}
section#hero .inner .tt {
  width: 86%;
  min-width: 1120px;
  position: relative;
  z-index: 1;
}
section#hero .inner .tt .intt {
  text-align: left;
  width: 100%;
  padding: 30px 0 72px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#hero .inner .tt .intt h2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 20px;
  margin-bottom: 32px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 0s;
}
section#hero .inner .tt .intt h2::before {
  content: "";
  width: 1px;
  background-color: #000;
  display: block;
  order: 2;
}
section#hero .inner .tt .intt h2 span:nth-child(1) {
  width: 330px;
  height: 30px;
  background-image: url(../../common/images/catch_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  order: 1;
}
section#hero .inner .tt .intt h2 span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: relative;
  transform: translateY(-0.2rem);
  order: 3;
}
section#hero .inner .tt .intt .inin {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 48px;
  position: relative;
}
section#hero .inner .tt .intt .inin .text {
  width: calc(60% - 48px - 50px);
  max-width: 640px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transform: translateX(0px);
  z-index: 1;
}
section#hero .inner .tt .intt .inin .text h3 {
  margin-bottom: 58px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section#hero .inner .tt .intt .inin .text h3 span {
  position: relative;
}
section#hero .inner .tt .intt .inin .text h3 span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#hero .inner .tt .intt .inin .text h3 span span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.35s;
}
section#hero .inner .tt .intt .inin .text h4 {
  text-align: center;
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  border: solid 2px #000;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.75s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#hero .inner .tt .intt .inin .text h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .tt .intt .inin .text dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 1s;
}
section#hero .inner .tt .intt .inin .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .tt .intt .inin .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .tt .intt .inin > figure {
  width: 42%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  right: 0;
  z-index: 0;
}
section#hero .inner .tt .intt .inin > figure > div {
  width: 100%;
  position: relative;
}
section#hero .inner .tt .intt .inin > figure > div:nth-child(1) {
  clip-path: inset(0 0 0 100%);
  transition: all 0.35s ease-in 0.25s;
  transform: translateX(-32%);
  z-index: 1;
}
section#hero .inner .tt .intt .inin > figure > div:nth-child(2) {
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.5s;
  margin-top: -4vw;
}
section.news {
  width: calc(100% - 160px);
  min-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section.news:not(:last-child) {
  margin-bottom: 56px;
}
section.news .myhead {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  opacity: 0.5;
  transition: all 0.35s ease-in 0s;
}
section.news .myhead.on {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
section.news .myhead:not(:last-child) {
  margin-bottom: 96px;
}
section.news .myhead .tt {
  width: 100%;
  padding: 40px;
  background-image: url(../images/sp03/bg_hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 4px;
}
section.news .myhead .tt h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.news .myhead .about {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
section.news .myhead .about figure {
  width: 50%;
}
section.news .myhead .about > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-image: url(../images/sp03/bg_hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.news .myhead .about > div dl {
  text-align: left;
  width: calc(100% - 96px);
}
section.news .myhead .about > div dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section.news .myhead .about > div dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.news .interviwee {
  width: calc(100% - 288px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 48px;
  clip-path: inset(0 100% 0 0);
  opacity: 0.5;
  transition: all 0.35s ease-in 0s;
}
section.news .interviwee.on {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
section.news .interviwee:not(:last-child) {
  margin-bottom: 96px;
}
section.news .interviwee figure {
  width: 34.8%;
}
section.news .interviwee dl {
  width: calc(65.2% - 48px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.news .interviwee dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  background-image: url(../images/sp03/bg_hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.news .interviwee dl dd {
  text-align: left;
}
section.news .interviwee dl dd:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 16px;
  margin-bottom: 16px;
}
section.news .interviwee dl dd:nth-child(2) span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.news .interviwee dl dd:nth-child(2) span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.news .interviwee dl dd:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.news .text {
  text-align: left;
  width: calc(100% - 128px);
  clip-path: inset(0 100% 0 0);
  opacity: 0.5;
  transition: all 0.35s ease-in 0s;
}
section.news .text.on {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
section.news .text:not(:last-child) {
  margin-bottom: 80px;
}
section.news .text h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
}
section.news .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.news .text p:not(:last-child) {
  margin-bottom: 0px;
}
section.news .text p.notice {
  font-size: 1.2rem;
  padding-top: 16px;
}
section.news .pset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  clip-path: inset(0 0 0 100%);
  opacity: 0.5;
  transition: all 0.35s ease-in 0s;
}
section.news .pset.on {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
section.news .pset:not(:last-child) {
  margin-bottom: 80px;
}
section.news .pset figure {
  width: calc(50% - 12px);
}
section.gallery {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  clip-path: inset(0 0 0 100%);
  opacity: 0.5;
  transition: all 0.35s ease-in 0s;
}
section.gallery.on {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
section.gallery:not(:last-child) {
  margin-bottom: 144px;
}
section.gallery.g2:not(:last-child) {
  margin-bottom: 4px;
}
section.gallery figure {
  width: calc(50% - 2px);
}
section.gallery figure.s {
  width: calc((100% - 8px) / 3);
}
section#message .inner h3 span::before {
  background-color: #000;
}
section#message .inner h3 span span {
  color: #000;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#hero {
    padding: 62px 0 0 0;
  }
  section#hero:not(:last-child) {
    margin-bottom: 48px;
  }
  section#hero.on .inner .tt .intt h2 {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt .intt .inin .text h3 span::before {
    animation-name: line;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
  }
  section#hero.on .inner .tt .intt .inin .text h3 span:nth-child(2)::before {
    animation-delay: 0.5s;
  }
  section#hero.on .inner .tt .intt .inin .text h3 span span {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt .intt .inin .text h4 {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt .intt .inin .text dl {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt .intt .inin > figure > div:nth-child(1) {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner .tt .intt .inin > figure > div:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  section#hero .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#hero .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/sp03/bg_hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    display: block;
  }
  section#hero .inner > figure.bg {
    width: 100%;
    height: auto;
  }
  section#hero .inner .tt {
    width: 100%;
    min-width: 100%;
  }
  section#hero .inner .tt .intt {
    text-align: left;
    width: 100%;
    padding: 30px 0 72px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#hero .inner .tt .intt h2 {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 16px;
  }
  section#hero .inner .tt .intt h2 span:nth-child(1) {
    width: 220px;
    height: 20px;
  }
  section#hero .inner .tt .intt h2 span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transform: none;
  }
  section#hero .inner .tt .intt .inin {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    position: relative;
  }
  section#hero .inner .tt .intt .inin .text {
    width: calc(100% - 32px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transform: none;
    order: 2;
  }
  section#hero .inner .tt .intt .inin .text h3 {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#hero .inner .tt .intt .inin .text h3 span span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt .intt .inin .text h4 {
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 24px;
  }
  section#hero .inner .tt .intt .inin .text h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  section#hero .inner .tt .intt .inin .text dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    clip-path: inset(0 100% 0 0);
    transition: all 0.25s ease-in 1s;
  }
  section#hero .inner .tt .intt .inin .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt .intt .inin .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt .intt .inin > figure {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    order: 1;
  }
  section#hero .inner .tt .intt .inin > figure > div {
    width: calc(100% - 144px);
    min-width: calc(100% - 144px);
  }
  section#hero .inner .tt .intt .inin > figure > div:nth-child(1) {
    clip-path: inset(0 0 0 100%);
    transition: all 0.35s ease-in 0s;
    transform: translateX(0);
    z-index: 1;
  }
  section#hero .inner .tt .intt .inin > figure > div:nth-child(2) {
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0.25s;
    margin: -25vw 0 0 auto;
  }
  section.news {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section.news:not(:last-child) {
    margin-bottom: 40px;
  }
  section.news .myhead {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    clip-path: inset(0 0 0 100%);
    opacity: 0.5;
    transition: all 0.35s ease-in 0s;
  }
  section.news .myhead.on {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  section.news .myhead:not(:last-child) {
    margin-bottom: 32px;
  }
  section.news .myhead .tt {
    width: 100%;
    padding: 24px 0;
    background-image: url(../images/sp03/bg_hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 4px;
  }
  section.news .myhead .tt h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.news .myhead .tt h3 span {
    display: none;
  }
  section.news .myhead .about {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section.news .myhead .about figure {
    width: 100%;
    margin-bottom: 4px;
  }
  section.news .myhead .about > div {
    width: 100%;
    padding: 24px 0;
  }
  section.news .myhead .about > div dl {
    text-align: left;
    width: calc(100% - 32px);
  }
  section.news .myhead .about > div dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section.news .myhead .about > div dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.news .interviwee {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px 0;
    clip-path: inset(0 100% 0 0);
    opacity: 0.5;
    transition: all 0.35s ease-in 0s;
    position: relative;
  }
  section.news .interviwee.on {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  section.news .interviwee:not(:last-child) {
    margin-bottom: 40px;
  }
  section.news .interviwee figure {
    width: 30%;
  }
  section.news .interviwee dl {
    width: calc(70% - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.news .interviwee dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
  }
  section.news .interviwee dl dd {
    text-align: left;
  }
  section.news .interviwee dl dd:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 16px;
  }
  section.news .interviwee dl dd:nth-child(2) span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.news .interviwee dl dd:nth-child(2) span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.news .interviwee dl dd:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100vw - 32px);
    position: relative;
    left: calc((100vw - 32px) * -0.3 - 16px);
  }
  section.news .text {
    width: 100%;
  }
  section.news .text:not(:last-child) {
    margin-bottom: 40px;
  }
  section.news .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section.news .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.news .text p:not(:last-child) {
    margin-bottom: 0px;
  }
  section.news .text p.notice {
    font-size: 1.2rem;
    padding-top: 16px;
  }
  section.news .pset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section.news .pset:not(:last-child) {
    margin-bottom: 40px;
  }
  section.news .pset figure {
    width: 100%;
  }
  section.gallery {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    clip-path: inset(0 0 0 100%);
    opacity: 0.5;
    transition: all 0.35s ease-in 0s;
  }
  section.gallery.on {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  section.gallery:not(:last-child) {
    margin-bottom: 80px;
  }
  section.gallery.g2:not(:last-child) {
    margin-bottom: 4px;
  }
  section.gallery figure {
    width: calc(50% - 2px);
  }
  section.gallery figure.s {
    width: calc((100% - 8px) / 3);
  }
  section#message .inner h3 > span > span::before {
    background-color: #000;
  }
  section#message .inner h3 > span > span > span {
    color: #000;
  }
  section#message > figure img {
    width: 100%;
    left: -20%;
    position: relative;
  }
}

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