@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.25s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  font-size: 1rem;
}
body.scroll_rock {
  overflow: hidden;
}

:root {
  --text-black: #414141;
}

body {
  font-family: "Gothic Medium BBB";
  color: var(--text-black);
}

.footer {
  --footer-pad: 106px 14.1333333333vw 53px;
  --footer-bg-color: #AD7C67;
  --share-gap: 18px;
  --share-icon-gap: 24px;
  --f-hobo-mar: 26px 0 45px;
  --f-fs: 0.875rem;
  --f-copy-fs: 0.5625rem;
  --f-hobo-lh: 168.5%;
  --f-hobo-ls: 1.96px;
  --f-copy-ls: 0.9px;
  --f-share-ls: 1.96px;
  --banner-mb: 33px;
  position: relative;
  font-family: "Koburina Gothic W6 JIS2004";
  display: flex;
  flex-direction: column;
  padding: var(--footer-pad);
  color: #ffffff;
  background-color: var(--footer-bg-color);
}
.footer_banner {
  margin-bottom: var(--banner-mb);
}
.footer_banner img {
  max-width: 856px;
  width: 100%;
  height: auto;
}
.footer_share {
  display: flex;
  gap: var(--share-gap);
  align-items: center;
}
.footer_share ul {
  display: flex;
  gap: var(--share-icon-gap);
  align-items: center;
}
.footer_share__title {
  font-size: var(--f-fs);
  letter-spacing: var(--f-share-ls);
}
.footer_hobo {
  margin: var(--f-hobo-mar);
  font-size: var(--f-fs);
  line-height: var(--f-hobo-lh);
  letter-spacing: var(--f-hobo-ls);
}
.footer_copyright {
  font-size: var(--f-copy-fs);
  letter-spacing: var(--f-copy-ls);
}
@media (min-width: 768px) {
  .footer {
    --footer-pad: 106px 0 56px;
    --share-gap: 28px;
    --share-icon-gap: 25px;
    --f-hobo-mar: 23px 0 18px;
    --f-fs: 1.125rem;
    --f-copy-fs: 0.75rem;
    --f-hobo-lh: normal;
    --f-hobo-ls: 1.26px;
    --f-copy-ls: 1.2px;
    --f-share-ls: 1.26px;
    align-items: center;
  }
  .footer_banner {
    padding: 32px;
  }
  .footer_hobo ul {
    display: flex;
  }
  .footer_hobo li {
    display: flex;
  }
  .footer_hobo li:not(:last-of-type):after {
    content: "／";
  }
}

.header {
  --mt: -100%;
  --tsuki-pos-y: 71.7333333333vw;
  --tsuki-pos-x: 5.3333333333vw;
  --tsuki-w: 28.8vw;
  --tsuki-h: 24.4181333333vw;
  --hobo-pos-y: 4.2666666667vw;
  --hobo-pos-x: 4.5333333333vw;
  --hobo-w: 14.6666666667vw;
  --hobo-h: 1.9066666667vw;
  position: relative;
  z-index: 1;
  margin-top: var(--mt);
}
.header .logos {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 1/1;
}
.header .logo_TSUKINOMISE {
  position: absolute;
  top: var(--tsuki-pos-y);
  left: var(--tsuki-pos-x);
  width: fit-content;
}
.header .logo_TSUKINOMISE img {
  width: var(--tsuki-w);
  height: var(--tsuki-h);
}
.header .logo_HOBONICHI {
  position: absolute;
  display: block;
  top: var(--hobo-pos-y);
  right: var(--hobo-pos-x);
  width: fit-content;
}
.header .logo_HOBONICHI img {
  width: var(--hobo-w);
  height: var(--hobo-h);
}
@media (min-width: 768px) {
  .header {
    --mt: 0;
    --tsuki-pos-y: 30px;
    --tsuki-pos-x: 34px;
    --tsuki-w: 164px;
    --tsuki-h: 139.05px;
    --hobo-pos-y: 20px;
    --hobo-pos-x: 20px;
    --hobo-w: 100.953px;
    --hobo-h: 15px;
  }
  .header .logos {
    position: relative;
    aspect-ratio: unset;
  }
}

.photos img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .photos {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .photos picture:nth-of-type(5) {
    display: none;
  }
}

.main {
  --main-pad: 54px 0;
  --content-pad: 52px 8vw;
  --lead-fs: 0.875rem;
  --lead-lh: 183.5%;
  --lead-ls: -0.42px;
  --lead-ta: justify;
  --lead-br: none;
  --h2-w: 272.29px;
  --h2-h: 52.92;
  --h2-w-min: 72.6106666667vw;
  --h2-w-max: 501px;
  --h2-mb: 33px;
  position: relative;
  padding: var(--main-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../img/index/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.main img {
  width: 100%;
  height: auto;
}
.main h2 {
  max-width: 100%;
  width: min(var(--h2-w-min), var(--h2-w-max));
  margin-bottom: var(--h2-mb);
}
.main__lead {
  font-size: var(--lead-fs);
  line-height: var(--lead-lh);
  letter-spacing: var(--lead-ls);
  text-align: var(--lead-ta);
}
.main__lead br {
  display: var(--lead-br);
}
.main__lead a {
  color: #27B8B6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.main__content {
  position: relative;
  z-index: 1;
  width: calc(100% - 10.6666666667vw);
  padding: var(--content-pad);
  background-color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) {
  .main {
    --main-pad: 28.8194444444vw 0;
    --lead-fs: 1rem;
    --lead-lh: 192%;
    --lead-ls: 0.8px;
    --lead-ta: normal;
    --lead-br: block;
    --h2-mb: 57.52px;
    aspect-ratio: 720/1420;
  }
  .main__content {
    width: min(70vw, 856px);
  }
}
@media (min-width: 1200px) {
  .main {
    --content-pad: 132px 130px 147px;
  }
}

.contents {
  --content-mt: calc(77px - 29px);
  margin-top: var(--content-mt);
  counter-reset: item-number -1;
}
@media (min-width: 768px) {
  .contents {
    --content-mt: 110px;
  }
}

.item {
  --item-pad: 29px 0;
  --sub-fs: 0.875rem;
  --sub-lh: 158.5%;
  --sub-ls: -0.24px;
  --sub-ff: "halt" on;
  --sub-mar: 8px 0;
  --title-fs: 1.125rem;
  --title-lh: 158.5%;
  --title-ls: 2.43px;
  --date-fs: 0.75rem;
  --date-lh: 192%;
  --date-ls: 0.6px;
  --circle-size: 96px;
  --counter-fs: 1.488rem;
  --counter-ls: -1.24px;
  counter-increment: item-number;
  border-bottom: 1px solid #DBDBDB;
}
.item:first-of-type {
  border-top: 1px solid #DBDBDB;
}
.item__sub {
  margin: var(--sub-mar);
  font-size: var(--sub-fs);
  line-height: var(--sub-lh);
  letter-spacing: var(--sub-ls);
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 0.75px;
  font-feature-settings: var(--sub-ff);
}
.item__title {
  margin-top: 20px;
  font-size: var(--title-fs);
  line-height: var(--title-lh);
  letter-spacing: var(--title-ls);
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: unset;
}
.item a {
  display: grid;
  padding: var(--item-pad);
}
.item a:before {
  content: counter(item-number, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--circle-size);
  height: var(--circle-size);
  color: #2b2b2b;
  font-family: "Koburina Gothic W1 JIS2004";
  font-size: var(--counter-fs);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"%3E%3Ccircle opacity="0.1" cx="50" cy="50" r="48" stroke="%235BB2A2" stroke-width="3.072"/%3E%3Cpath d="M50.384 98C76.6816 98 98 76.5097 98 50C98 23.4903 76.6816 2 50.384 2" stroke="%235BB2A2" stroke-width="3.072"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
.item__date {
  color: #999999;
  font-size: var(--date-fs);
  line-height: var(--date-lh);
  letter-spacing: var(--date-ls);
}
@media (min-width: 768px) {
  .item {
    --item-pad: 49px 0 39px;
    --sub-mar: 11px 0 0;
    --sub-fs: 1rem;
    --sub-ff: normal;
    --title-fs: 1.3125rem;
    --title-ls: -0.315px;
    --circle-size: 125px;
    --counter-fs: 1.9375rem;
  }
  .item a {
    grid-template-columns: var(--circle-size) auto;
    align-items: center;
    gap: 0 20px;
  }
  .item__content {
    display: flex;
    flex-direction: column;
  }
  .item__title {
    margin-top: 0;
  }
  .item__date {
    grid-column: 2;
    margin-top: auto;
  }
}