@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@500&family=Noto+Serif+JP&display=swap');
@import 'https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap';
@font-face {
  font-family: 刻明朝;
  src: url('https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff2') format("woff2");
}
/*-- Template by Luca --*/
/**-- https://as.lclla.com/ --*/
/**-- FRAGILE--*/

/*-------ファーストビューの画像--------*/
.bg_wrap::before, .bg_wrap::after {
  background: url(https://neloangelo.nyanko.org/img/kusa.webp) no-repeat center/contain;
}
/*-------h2見出しの画像--------*/
h2::before {
  background: url(https://neloangelo.nyanko.org/img/wa.png) no-repeat center/contain;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  word-break: break-all;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
ul, ol {
  list-style: none;
}
:root {
  --font: #3b3b3b;
  --sub: #C2CEBA;
  --sub2: #C2CEBA;
  --white: #fff;
  --black: #000;
  --gradient: linear-gradient(#ffe0b3, #68927D);
  --stripe: linear-gradient(0deg, transparent 0 10px, #fff 10px), repeating-linear-gradient(135deg, #ccc 0 3px, transparent 3px 6px);
  --shadow: 0.5px 0 0 var(--white), 0.5px 0.5px 0 var(--white), 0 0.5px 0 var(--white), -0.5px 0.5px 0 var(--white), -0.5px 0 0 var(--white), -0.5px -0.5px 0 var(--white), 0 -0.5px 0 var(--white), 0.5px -0.5px 0 var(--white);
  --boxmask: radial-gradient(30px at 30px 30px, #0000 calc(98% - 1px), #000 calc(100% - 1px) 98%, #0000) -30px -30px, linear-gradient(90deg, #000 2px, #0000 0) -1px 50% / 100% calc(100% - 60px + 1px) repeat-x, linear-gradient(#000 2px, #0000 0) 50% -1px / calc(100% - 60px + 1px) 100% repeat-y;
}
html {
  font-size: 62.5%;
  scrollbar-width: thin;
  scrollbar-color: var(--font) transparent;
  border-radius: 5px;
}
body {
  font: clamp(1.19rem, 3.125vw, 1.6rem)/1.9 'Zen Kaku Gothic New', sans-serif;
  color: var(--font);
  background: var(--white);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.13em;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
::-webkit-scrollbar-thumb {
  background: var(--font);
  box-shadow: none;
  border-radius: 5px;
}
b, strong, .bold {
  font-weight: bold;
}
a, .box a, .notice_wrap a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-style: dotted;
}
.box {
  width: 100%;
  margin: 10px 0;
  padding: 15px;
  background-image:
    linear-gradient(transparent 5px, var(--sub) 5px calc(100% - 5px), transparent calc(100% - 5px)), repeating-linear-gradient(-45deg, #e9cfcf 0 3px, var(--sub) 3px 6px);
}
.top a, main a {
  -webkit-background-clip: text;
  color: transparent;
  background-image: var(--gradient);
  text-decoration: none;
}
em {
  background: linear-gradient(transparent 60%, rgba(105, 105, 105, 0.09) 60%);
}
mark {
  line-height: 1;
  font-size: .9em;
  padding: 2px 0;
  margin: 0 7px;
  background: rgba(230, 210, 210, 0.37);
}
mark::after {
  content: "";
  margin: 0 7px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
/*---- フォント指定 ----*/
h1, h2, h3, h4 {
  font-family: 'Playfair Display', '刻明朝', sans-serif;
}
mark, .head_inner::before, .top::before, .menu, .hamburger::before, .open .hamburger::before, .link_list dt, form p, input[type].btn {
  font-family: 'Playfair Display', 'Zen Kaku Gothic New', sans-serif;
}
/*---- 見出し ----*/
h1 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(2.2rem, 3.125vw, 2rem);
  letter-spacing: 0.15em;
  color: var(--black);
  position: relative;
  background: linear-gradient(90deg, #a8a8a8 0%, #a8a8a8 100%) 0 100%, linear-gradient(90deg, #a8a8a8 0%, #a8a8a8 100%) 0 94%, linear-gradient(90deg, #a8a8a8 0%, #a8a8a8 100%) 0 100%;
  background-repeat: no-repeat;
  background-size: 20px 1px, 45px 1px, 80px 1px;
  background-position: center 100%, center 94%, center 88%;
  padding: 0 10px 20px;
  margin-bottom: 20px;
  -webkit-animation: blur 1.2s ease forwards;
  animation: blur 1.2s ease forwards;
}
h1::before {
  content: attr(data-text);
  display: block;
  margin: 10px 0 0;
  font-size: .5em;
  letter-spacing: 2px;
  font-weight: 500;
}
h2::first-letter {
  text-transform: uppercase;
  color: #953043;
}
h2 {
  font-size: clamp(1.6rem, 3.125vw, 2rem);
  position: relative;
  color: var(--black);
  font-weight: 500;
  letter-spacing: 0.18em;
  width: 100%;
  padding: 40px 0;
  text-shadow: var(--shadow);
  text-align: center;
}
h2::before, h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
h2::after {
  color: var(--black);
  background: var(--sub2);
  margin: 0 auto;
  width: 40px;
  height: 40px;
  z-index: -1;
}
h2::before {
  width: 80px;
  height: 80px;
  opacity: .6;
  z-index: -1;
}
h3, h4 {
  font-size: clamp(1.4rem, 3.125vw, 1.8rem);
  font-weight: 500;
}
h3 {
  width: 100%;
  position: relative;
  padding: 1.2rem 0;
}
h3::before {
  content: "";
  position: absolute;
  background: var(--sub);
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
h4 {
  padding: 1rem 0;
  letter-spacing: .16em;
  opacity: .85;
  width: 100%;
}
.bg_wrap {
  position: relative;
  overflow: hidden;
}
.bg_wrap::before, .bg_wrap::after {
  content: "";
  visibility: visible;
  opacity: 1;
  position: fixed;
  width: 300px;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: all.5s;
}
.bg_wrap::before {
  top: 0;
  left: -40px;
  filter: brightness(0.6);
}
.bg_wrap::after {
  bottom: -30px;
  right: -40px;
  transform: rotate(160deg);
  filter: brightness(1.5);
}
.bg_wrap.active::before, .bg_wrap.active::after {
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
.top_img {
  display: block;
  margin: 0 auto 30px;
  aspect-ratio: 2/1;
  width: min(73%, 380px);
  object-fit: cover;
  border-radius: 0 0 50% 50% /0 0 100% 100%;
}
header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header::before, header::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -2;
}
header::after {
  height: 60%;
  background: var(--sub);
}
header::before {
  height: 65%;
  background-image: repeating-linear-gradient(-50deg, transparent 0 4px, var(--sub2) 1px 6px);
  transform: skewY(-5deg);
}
.head_inner {
  position: relative;
  margin: 30px 0;
  width: min(100%, 450px);
  height: max(57vh, 500px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  outline: solid 1px var(--white);
  outline-offset: -15px;
}
.head_inner::before, .head_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.head_inner::before {
  content: attr(data-text);
  text-transform: capitalize;
  color: var(--white);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
  width: 140px;
  aspect-ratio: 1/1;
  line-height: 140px;
  text-align: center;
  white-space: pre;
  background: var(--black);
  -webkit-animation: fade 1.2s ease forwards;
  animation: fade 1.2s ease forwards;
}
.head_inner::after {
  transform: inherit;
  inset: 7px;
  background: var(--white);
  -webkit-mask: var(--boxmask);
  mask: var(--boxmask);
}
.head_inner > * {
  position: relative;
  object-fit: cover;
  width: calc((100% - 10px) / 2);
  height: calc((100% - 10px) / 2);
  z-index: -1;
}
.sepia {
  filter: sepia(.6) grayscale(.3);
}
.gray {
  filter: grayscale(1);
}
.nav-wrapper {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.colorchange {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.20);
  transition: 1s ease-out;
}
.menu {
  width: min(100%, 800px);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.menu a {
  font-size: clamp(1.7rem, 3.125vw, 2.1rem);
  text-transform: capitalize;
  color: currentColor;
  text-decoration: none;
}
.notice_wrap {
  width: min(100%, 800px);
  margin: 8px auto;
  padding: 10px;
  background: #f1f1f1;
}
.notice_inner {
  padding-right: 5px;
  height: 105px;
  width: 100%;
  overflow-y: scroll;
}
.notice_inner dt {
  font-weight: 600;
  border-bottom: 1px solid;
  padding: 0 5px;
  margin-bottom: 8px;
}
.notice_inner dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.notice_inner dd {
  margin-left: 15px;
}
.notice_inner dd > p {
  background: var(--white);
  display: table;
  padding: 0 5px;
  margin: 5px 0;
}
main {
  margin: 80px auto 30px;
  width: min(100%, 800px);
}
.main {
  margin: 40px auto;
}
.small_width {
  width: min(100%, 650px);
}
main p {
  padding: 5px 0;
  width: inherit;
}
h2 + p {
  padding-top: 20px;
}
section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  gap: 0 20px;
  width: 100%;
  margin-bottom: 30px;
}

/* アーティクル画像 */
section img {
    display: block;
    margin: 0 auto 1em;
    width: 350px;
    height: auto;
}

.inner {
  flex: 1 0 calc((100% - 20px) / 2);
  min-width: 310px;
}
.prof > p {
  font-size: .9em;
  text-align: justify;
  color: #919191;
  padding: inherit;
}
.prof > img {
  width: 85px;
  height: 100px;
  border: .5px solid #919191;
  margin: 0 20px 5px 0;
  object-fit: cover;
  float: left;
  box-shadow: 5px 5px 0px 0px var(--sub2);
}
.list {
  list-style: disc;
  padding-inline-start: 20px;
}
.list li {
  padding-bottom: 8px;
}
.link, .inline, .block {
  width: 100%;
  margin-bottom: 10px;
}
.link li {
  display: inline-block;
  margin: 0 3px 10px 0;
}
.inline li {
  display: inline;
}
.inline a {
  margin-right: 5px;
}
.block li {
  display: block;
}
.block li > span {
  font-size: .9em;
  display: inline-block;
  line-height: 1;
  border: .5px solid #ccc;
  margin: 0 10px;
  padding: 2px 3px;
}
.block li > p, .color li > p {
  font-size: .9em;
}
.block a > img {
  object-fit: cover;
  width: 200px;
  height: 40px;
}
.block li > p {
  padding: 10px 0 10px 15px;
  margin-left: 10px;
  border-left: 1px dotted #b3b3b3;
}
.color li > p {
  padding: 5px 0;
}
.color li {
  padding-bottom: initial;
}
.color li::marker {
  color: #ccc;
}
.top {
  text-align: center;
  width: min(93%, 450px);
  margin: 30px auto;
}
.top::before {
  content: attr(data-text);
  display: table;
  margin: 10px auto;
  padding: 0 5px;
  background: var(--font);
  color: var(--white);
}
/* アバウトリンク */
.link_list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
}
.link_list dt {
  margin: 0 15px 10px 0;
  padding: 0 8px;
  background: var(--sub);
  height: fit-content;
}




@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 912px) {
  .bg_wrap::before, .bg_wrap::after {
    width: 240px;
  }
  .head_inner {
    width: min(100%, 500px);
  }
  .menu {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .nav_btn {
    width: 40px;
    cursor: pointer;
  }
  .menu {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    gap: 25px 0;
    transform: translate(-50%, -50%);
  }
  .menu li {
    text-align: center;
  }
  .menu a {
    opacity: 0;
    color: var(--white);
    transition: .5s;
    transition-delay: .5s;
  }
  .hamburger {
    position: fixed;
    right: 18px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    z-index: 300;
  }
  .hamburger::before {
    content: "MENU";
    font-size: .75em;
    position: absolute;
    top: 25px;
    right: -3px;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    text-shadow: var(--shadow);
    transition: all .4s;
  }
  .open .hamburger::before {
    content: "CLOSE";
    right: -5px;
    color: var(--white);
    text-shadow: none;
  }
  .hamburger span {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    right: 0;
    background: var(--black);
    box-shadow: var(--shadow);
    transition: all 0.5s;
  }
  .hamburger span:nth-child(1) {
    top: 1px;
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(3) {
    top: 19px;
  }
  .open .hamburger span {
    background: var(--white);
    box-shadow: none;
  }
  .open .hamburger span:nth-child(1) {
    transform: rotate(-45deg);
    top: 11px;
  }
  .open .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .open .hamburger span:nth-child(3) {
    transform: rotate(45deg);
    top: 11px;
  }
  .nav-wrapper { 
   -webkit-backdrop-filter: none;
    backdrop-filter: none;
    z-index: 2;
  }
  .nav {
    position: fixed;
    opacity: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .open .nav {
    top: 0;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.61);
  }
  .open .nav a {
    opacity: 1;
  }
  .bg_wrap::before, .bg_wrap::after {
    width: 140px
  }
  .bg_wrap::before {
    left: -20px;
  }
  .bg_wrap::after {
    right: -20px;
  }
  .head_inner {
    margin: 30px 35px 20px;
    height: 55vh;
    gap: 7px;
  }
  .head_inner::before {
    width: 100px;
    line-height: 100px;
  }
  .head_inner > * {
    width: calc((100% - 7px) / 2);
    height: calc((100% - 7px) / 2);
  }
  h2 {
    padding: 30px 0;
  }
  h2::before {
    width: 70px;
    height: 70px;
  }
  h2::after {
    width: 35px;
    height: 35px;
  }
  h3 {
    left: 0;
  }
  h3::before {
    left: -15px;
  }
  .main {
    margin: 0 auto 20px;
  }
  section {
    margin: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    min-width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 926px) {
  .bg_wrap, header {
    display: none;
  }
}
