@charset "UTF-8";
/*main*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
@keyframes anime__xxx__ptn01 {
}
*/
.anime__light {
  position: relative;
  overflow: hidden;
}
.anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: anime__light 3s ease-in-out infinite;
}
.anime__bottom-up {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(100px);
}
.anime__bottom-up.js--on, .anime__bottom-up.js--ing {
  opacity: 1;
  transform: translateY(0px);
}
.anime__opacity {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
.anime__opacity.js--on {
  opacity: 0.5;
}
.anime__underline {
  text-decoration: none;
}
.anime__underline.js--on {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

hr {
  display: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: none;
  width: auto;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}

table, tbody, tr, th, td {
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}

html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

small {
  font-size: 100%;
}

body {
  font-family: "Kosugi", "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #333333;
  background-color: #FFFFFF;
  width: 100%;
}
body .ff__sans {
  font-family: "Kosugi";
}
body .ff__serif {
  font-family: "游明朝", Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;
}
body .ff__sub {
  font-family: "Roboto";
}
body .fw__bold {
  font-weight: bold;
}
body .fw__normal {
  font-weight: normal;
}
body .fs__txt__60 {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
body .fs__txt__40 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body .fs__txt__26 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.1em;
}
body .fs__txt__18 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
body .fs__txt__16 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
body .fs__txt__14 {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.09em;
}
body .fs__txt__12 {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.09em;
}
@media (max-width: 750px) {
  body .fs__txt__60 {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  body .fs__txt__40 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  body .fs__txt__26 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.09em;
  }
  body .fs__txt__18 {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
  body .fs__txt__16 {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.04em;
  }
}
body .fs__txt__en__80 {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto";
}
body .fs__txt__en__40 {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto";
}
body .fs__txt__en__26 {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto";
}
body .fs__txt__en__20 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto";
}
body .fs__txt__en__16 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto";
}
@media (max-width: 750px) {
  body .fs__txt__en__80 {
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Roboto";
  }
  body .fs__txt__en__40 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Roboto";
  }
  body .fs__txt__en__26 {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Roboto";
  }
  body .fs__txt__en__16 {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Roboto";
  }
}
body .dp__block {
  display: block;
}
body .dp__block__pc {
  display: block;
}
body .dp__block__sp {
  display: none;
}
body .dp__inline-block {
  display: inline-block;
}
body .dp__inline-block__pc {
  display: inline-block;
}
body .dp__inline-block__sp {
  display: none;
}
body .dp__inline {
  display: inline;
}
body .dp__inline__pc {
  display: inline;
}
body .dp__inline__sp {
  display: none;
}
body .dp__flex {
  display: flex;
}
body .dp__flex__pc {
  display: flex;
}
body .dp__flex__sp {
  display: none;
}
@media (max-width: 750px) {
  body .dp__block__pc {
    display: none;
  }
  body .dp__block__sp {
    display: block;
  }
  body .dp__inline-block__pc {
    display: none;
  }
  body .dp__inline-block__sp {
    display: inline-block;
  }
  body .dp__inline__pc {
    display: none;
  }
  body .dp__inline__sp {
    display: inline;
  }
  body .dp__flex__pc {
    display: none;
  }
  body .dp__flex__sp {
    display: flex;
  }
}
body .color__txt__pri {
  color: #A89942;
}
body .color__txt__sec {
  color: #545E60;
}
body .color__txt__ter {
  color: #B7D450;
}
body .color__txt__qua {
  color: #204179;
}
body .color__txt__qui {
  color: #A8CD37;
}
body .color__txt__sen {
  color: #000028;
}
body .color__txt__sep {
  color: #FFFFFF;
}
body .color__txt__oct {
  color: #E2E3E4;
}
body .color__txt__non {
  color: #949494;
}
body .color__txt__den {
  color: #333333;
}
body .color__bg__pri {
  background-color: #A89942;
}
body .color__bg__sec {
  background-color: #545E60;
}
body .color__bg__ter {
  background-color: #B7D450;
}
body .color__bg__qua {
  background-color: #204179;
}
body .color__bg__qui {
  background-color: #A8CD37;
}
body .color__bg__sen {
  background-color: #000028;
}
body .color__bg__sep {
  background-color: #FFFFFF;
}
body .color__bg__oct {
  background-color: #E2E3E4;
}
body .color__bg__non {
  background-color: #949494;
}
body .color__bg__den {
  background-color: #333333;
}
body .img__reset {
  font-size: 0;
  line-height: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.sec__in__l {
  width: 100%;
  max-width: 1140px;
  min-width: 0;
  margin: 0 auto;
}

.sec__in__s {
  width: 100%;
  max-width: 960px;
  min-width: 0;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sec__in__l {
    width: 100%;
    max-width: 100%;
  }
  .sec__in__s {
    width: 100%;
    max-width: 100%;
  }
}
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
@keyframes anime__xxx__ptn01 {
}
*/
.anime__light {
  position: relative;
  overflow: hidden;
}
.anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: anime__light 3s ease-in-out infinite;
}
.anime__bottom-up {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(100px);
}
.anime__bottom-up.js--on, .anime__bottom-up.js--ing {
  opacity: 1;
  transform: translateY(0px);
}
.anime__opacity {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
.anime__opacity.js--on {
  opacity: 0.5;
}
.anime__underline {
  text-decoration: none;
}
.anime__underline.js--on {
  text-decoration: underline;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  opacity: 0.95;
  box-sizing: border-box;
  padding: 10px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
header > div.dp__flex {
  justify-content: space-between;
  align-items: center;
}
header nav ul.dp__flex {
  gap: 0 20px;
  align-items: center;
}
header .cv {
  width: 200px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 10px;
  margin: 0 0 0 20px;
  background: #fff;
}
header .cv a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 750px) {
  header nav ul.dp__flex {
    position: fixed;
    inset: 0 -100% auto auto;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    color: #fff;
    gap: 0;
    z-index: 2;
    transition: background-color 0.3s ease 0s;
  }
  header nav ul.dp__flex::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav ul.dp__flex li {
    width: 100%;
    box-sizing: border-box;
    font-size: 2.4rem;
    height: 100%;
    position: relative;
    background: rgb(255, 255, 255);
    left: 100%;
    transition: background-color 0.3s ease 0s, left 0.3s ease 0s;
    border-bottom: 1px solid #fff;
  }
  header nav ul.dp__flex li a {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .cv, header details {
    z-index: 3;
    position: relative;
  }
  header .cv {
    width: auto;
    margin: 0 10px 0 0;
  }
  header .cv a {
    padding: 10px 4rem;
  }
  header details summary {
    aspect-ratio: 1/1;
    font-size: 0;
    line-height: 0;
    width: 5rem;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    background: #fff;
  }
  header details summary::after,
  header details summary::before {
    content: "";
  }
  header details summary span,
  header details summary::after,
  header details summary::before {
    width: 50%;
    display: block;
    height: 3px;
    position: absolute;
    inset: 0;
    margin: auto;
    background: #000;
    border-radius: 6px;
    transition: transform 0.3s ease 0s, width 0.3s ease 0s, inset 0.3s ease 0s;
  }
  header details summary::after {
    inset: 0 0 12px 0;
  }
  header details summary::before {
    inset: 12px 0 0 0;
  }
  header details[open] summary span {
    width: 0;
  }
  header details[open] summary::after, header details[open] summary::before {
    inset: 0;
  }
  header details[open] summary::after {
    transform: rotate(45deg);
  }
  header details[open] summary::before {
    transform: rotate(-45deg);
  }
  header nav:has(details[open]) ul.dp__flex {
    inset: 0 0 auto auto;
    background: rgba(0, 0, 0, 0.85);
    transition: background-color 0.6s ease 0s;
  }
  header nav:has(details[open]) ul.dp__flex li {
    left: 0;
    background: rgba(255, 255, 255, 0);
  }
  header nav:has(details[open]) ul.dp__flex li:nth-child(1) {
    transition: background-color 0.6s ease 1.3s, left 0.5s ease 0.6s;
  }
  header nav:has(details[open]) ul.dp__flex li:nth-child(2) {
    transition: background-color 0.6s ease 1.3s, left 0.5s ease 0.8s;
  }
  header nav:has(details[open]) ul.dp__flex li:nth-child(3) {
    transition: background-color 0.6s ease 1.3s, left 0.5s ease 1s;
  }
  header nav:has(details[open]) ul.dp__flex li:nth-child(4) {
    transition: background-color 0.6s ease 1.3s, left 0.5s ease 1.2s;
  }
}

/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
@keyframes anime__xxx__ptn01 {
}
*/
.anime__light {
  position: relative;
  overflow: hidden;
}
.anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: anime__light 3s ease-in-out infinite;
}
.anime__bottom-up {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(100px);
}
.anime__bottom-up.js--on, .anime__bottom-up.js--ing {
  opacity: 1;
  transform: translateY(0px);
}
.anime__opacity {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
.anime__opacity.js--on {
  opacity: 0.5;
}
.anime__underline {
  text-decoration: none;
}
.anime__underline.js--on {
  text-decoration: underline;
}

footer {
  padding: 60px 0;
  background: #666;
  color: #fff;
}
footer div.dp__flex {
  justify-content: space-between;
  align-items: flex-end;
}
footer .cpy h3 {
  margin: 0 0 20px;
}
footer .cpy dl {
  align-items: center;
  justify-content: flex-start;
}
footer .cpy dd ul {
  justify-content: flex-start;
  gap: 0 10px;
}
footer .cpy dd ul li {
  width: 40px;
  box-sizing: border-box;
  background: #333;
  border-radius: 10px;
}
footer .cpy dd ul li a {
  padding: 10px;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
footer .cpy dd ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .snav ul {
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 10px;
}
footer .snav p {
  text-align: right;
}
@media (max-width: 750px) {
  footer {
    padding: 40px 10px 80px;
  }
  footer div.dp__flex {
    display: block;
  }
  footer .cpy {
    margin: 0 0 40px;
  }
  footer .cpy dd ul {
    gap: 0 5px;
  }
  footer .cpy dd ul li {
    width: 30px;
  }
  footer .cpy dd ul li a {
    padding: 5px;
  }
  footer .snav ul {
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
  }
  footer .snav p {
    text-align: center;
  }
}

/*page*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
@keyframes anime__xxx__ptn01 {
}
*/
.anime__light {
  position: relative;
  overflow: hidden;
}
.anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: anime__light 3s ease-in-out infinite;
}
.anime__bottom-up {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(100px);
}
.anime__bottom-up.js--on, .anime__bottom-up.js--ing {
  opacity: 1;
  transform: translateY(0px);
}
.anime__opacity {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
.anime__opacity.js--on {
  opacity: 0.5;
}
.anime__underline {
  text-decoration: none;
}
.anime__underline.js--on {
  text-decoration: underline;
}

:root {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 80px;
}

#index {
  background: url(../images/index/ptn01.png) #eae8e2;
  padding: 0;
}
@media (max-width: 750px) {
  #index {
    padding: 0;
  }
}
#index .sec01 {
  background: #000;
  --slider-width:10;
  --slider-height:4;
  --slider-number:4;
  --slider-gap:10px;
}
#index .sec01 .slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
@media (max-width: 750px) {
  #index .sec01 .slider {
    width: 100%;
  }
}
#index .sec01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .sec01 .control .nav li {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  pointer-events: none;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#index .sec01 .control .nav li::after {
  content: "";
  width: 25%;
  height: 25%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#index .sec01 .control .nav .next {
  right: 20px;
}
#index .sec01 .control .nav .next::after {
  border-top: 5px solid #000;
  border-right: 5px solid #000;
}
#index .sec01 .control .nav .prev {
  left: 20px;
}
#index .sec01 .control .nav .prev::after {
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
}
#index .sec01 .control .pager {
  position: absolute;
  bottom: 10px;
  width: 100%;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  gap: 0 5px;
}
#index .sec01 .control .pager li {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100%;
}
#index .sec01 .control .pager a {
  display: block;
  width: 100%;
  height: 100%;
}
#index .sec01 .view {
  position: relative;
  padding-top: calc(var(--slider-height) * 10%);
  width: 100%;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
#index .sec01 .view .angle {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: calc(var(--slider-width) / var(--slider-height) * 100%);
  width: calc(var(--slider-height) / var(--slider-width) * 100%);
  scroll-behavior: smooth;
  scrollbar-width: none;
  -o-overflow-style: none;
  box-sizing: border-box;
}
#index .sec01 .view .angle::-webkit-scrollbar {
  display: none;
}
#index .sec01 .view .scroll {
  height: calc(var(--slider-number) * 100% + (var(--slider-number) - 1) * var(--slider-gap));
}
#index .sec01 .view .list {
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
  width: calc(var(--slider-number) * var(--slider-width) / var(--slider-height) * 100% + (var(--slider-number) - 1) * var(--slider-gap));
  gap: 0 var(--slider-gap);
}
#index .sec01 .view .slide {
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  width: 100%;
  position: relative;
}
#index .sec01 .view .slide .next, #index .sec01 .view .slide .prev {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
#index .sec01 .view .slide .next {
  right: 20px;
}
#index .sec01 .view .slide .prev {
  left: 20px;
}
#index .sec02 {
  padding: 40px 0;
}
#index .sec02 h2 {
  margin: 0 0 30px;
}
#index .sec02 ul {
  display: grid;
  grid: none/calc(50% - 20px) calc(25% - 10px) calc(25% - 10px);
  gap: 20px;
  margin: 0 0 40px;
}
#index .sec02 li {
  /*container:news/inline-size;*/
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid: subgrid/subgrid;
  gap: 10px 0;
  position: relative;
  background: #fff;
}
#index .sec02 a {
  display: grid;
  grid: subgrid/subgrid;
  gap: 10px 0;
}
#index .sec02 time {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 10px;
  border-radius: 0 10px 0 10px;
}
#index .sec02 .photo figure,
#index .sec02 .photo figure img {
  height: 100%;
  width: 100%;
}
#index .sec02 .photo figure img {
  object-fit: cover;
}
#index .sec02 .tit,
#index .sec02 .txt {
  padding: 0 10px;
}
#index .sec02 .more {
  padding: 0 0 20px;
}
#index .sec02 .more p {
  width: 80%;
  margin: 0 auto;
  background: #ccc;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
}
#index .sec02 li:nth-child(1) {
  grid-column: span 1;
  grid-row: span 10;
}
#index .sec02 li:nth-child(1) a {
  grid-column: span 1;
  grid-row: span 10;
}
#index .sec02 li:nth-child(1) .photo {
  grid-column: span 1;
  grid-row: span 4;
}
#index .sec02 li:nth-child(1) .tit {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(1) .txt {
  grid-column: span 1;
  grid-row: span 4;
}
#index .sec02 li:nth-child(1) p {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(2),
#index .sec02 li:nth-child(3) {
  grid-column: span 1;
  grid-row: span 4;
}
#index .sec02 li:nth-child(2) a,
#index .sec02 li:nth-child(3) a {
  grid-column: span 1;
  grid-row: span 4;
}
#index .sec02 li:nth-child(2) .photo,
#index .sec02 li:nth-child(3) .photo {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(2) .tit,
#index .sec02 li:nth-child(3) .tit {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(2) .txt,
#index .sec02 li:nth-child(3) .txt {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(2) p,
#index .sec02 li:nth-child(3) p {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(4),
#index .sec02 li:nth-child(5) {
  grid-column: span 2;
  grid-row: span 3;
}
#index .sec02 li:nth-child(4) a,
#index .sec02 li:nth-child(5) a {
  grid-column: span 2;
  grid-row: span 3;
}
#index .sec02 li:nth-child(4) .photo,
#index .sec02 li:nth-child(5) .photo {
  grid-column: span 1;
  grid-row: span 3;
}
#index .sec02 li:nth-child(4) .tit,
#index .sec02 li:nth-child(5) .tit {
  grid-column: span 1;
  grid-row: span 1;
  padding: 10px 10px 0;
}
#index .sec02 li:nth-child(4) .txt,
#index .sec02 li:nth-child(5) .txt {
  grid-column: span 1;
  grid-row: span 1;
}
#index .sec02 li:nth-child(4) time,
#index .sec02 li:nth-child(5) time {
  right: auto;
  left: 0;
  border-radius: 10px 0 10px 0;
}
#index .sec02 .btn {
  width: 300px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 30px;
}
#index .sec02 .btn a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 750px) {
  #index .sec02 {
    padding: 30px 10px;
  }
  #index .sec02 ul {
    display: grid;
    grid: none/100%;
    gap: 20px;
    margin: 0 0 40px;
  }
  #index .sec02 li {
    display: block;
  }
  #index .sec02 a {
    display: block;
  }
  #index .sec02 .tit,
  #index .sec02 .txt {
    padding: 0 10px;
    margin: 0 0 20px;
  }
  #index .sec02 .more {
    padding: 0 0 20px;
  }
  #index .sec02 li:nth-child(1),
  #index .sec02 li:nth-child(2),
  #index .sec02 li:nth-child(3),
  #index .sec02 li:nth-child(4),
  #index .sec02 li:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }
  #index .sec02 li:nth-child(1) a,
  #index .sec02 li:nth-child(2) a,
  #index .sec02 li:nth-child(3) a,
  #index .sec02 li:nth-child(4) a,
  #index .sec02 li:nth-child(5) a {
    grid-column: span 1;
    grid-row: span 1;
  }
  #index .sec02 li:nth-child(1) .photo,
  #index .sec02 li:nth-child(2) .photo,
  #index .sec02 li:nth-child(3) .photo,
  #index .sec02 li:nth-child(4) .photo,
  #index .sec02 li:nth-child(5) .photo {
    grid-column: span 1;
    grid-row: span 1;
  }
  #index .sec02 li:nth-child(1) .tit,
  #index .sec02 li:nth-child(2) .tit,
  #index .sec02 li:nth-child(3) .tit,
  #index .sec02 li:nth-child(4) .tit,
  #index .sec02 li:nth-child(5) .tit {
    grid-column: span 1;
    grid-row: span 1;
  }
  #index .sec02 li:nth-child(1) .txt,
  #index .sec02 li:nth-child(2) .txt,
  #index .sec02 li:nth-child(3) .txt,
  #index .sec02 li:nth-child(4) .txt,
  #index .sec02 li:nth-child(5) .txt {
    grid-column: span 1;
    grid-row: span 1;
  }
  #index .sec02 li:nth-child(1) p,
  #index .sec02 li:nth-child(2) p,
  #index .sec02 li:nth-child(3) p,
  #index .sec02 li:nth-child(4) p,
  #index .sec02 li:nth-child(5) p {
    grid-column: span 1;
    grid-row: span 1;
  }
  #index .sec02 li:nth-child(4) time,
  #index .sec02 li:nth-child(5) time {
    right: 0;
    left: auto;
    border-radius: 0 10px 0 10px;
  }
  #index .sec02 .btn {
    width: 80%;
  }
}
#index .sec03 {
  padding: 40px 0;
  background: url(../images/index/ptn01.png) #fff;
}
#index .sec03 h2 {
  margin: 0 0 30px;
}
#index .sec03 .save__wrap {
  position: relative;
  border-radius: 20px;
  background: url(../images/index/ptn02.png) #5d4f39;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
#index .sec03 .save__wrap .save {
  container: savearea/inline-size;
  position: relative;
  z-index: 2;
}
#index .sec03 .save__wrap .save__move {
  width: 570px;
  aspect-ratio: 2/1;
  position: absolute;
  transition: inset 0.5s ease 0.1s, background-position 0.5s ease 0.1s;
  font-size: 0;
  line-height: 0;
  border-radius: 20px;
  background-image: url(../images/index/bg03.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 1140px 580px;
  opacity: 0.25;
}
@container savearea (width:1px) {
  #index .sec03 .save__wrap .save__move {
    left: 0;
    top: 0;
    background-position: 0px 0px;
  }
}
@container savearea (width:2px) {
  #index .sec03 .save__wrap .save__move {
    left: 570px;
    top: 0;
    background-position: -570px 0px;
  }
}
@container savearea (width:3px) {
  #index .sec03 .save__wrap .save__move {
    left: 0;
    top: 285px;
    background-position: 0px -285px;
  }
}
@container savearea (width:4px) {
  #index .sec03 .save__wrap .save__move {
    left: 570px;
    top: 285px;
    background-position: -570px -285px;
  }
}
#index .sec03 .save__wrap .save {
  --save-val:var(--save-tmp1, 0);
  --save-count:var(--save-val);
  animation: tmp1 1ms infinite, tmp2 1ms infinite;
  animation-play-state: paused, paused;
  width: var(--save-count, 1px);
}
#index .sec03 .save__wrap .save:has(.save__ele__child1:hover) {
  --save-count:1px;
}
#index .sec03 .save__wrap .save:has(.save__ele__child2:hover) {
  --save-count:2px;
}
#index .sec03 .save__wrap .save:has(.save__ele__child3:hover) {
  --save-count:3px;
}
#index .sec03 .save__wrap .save:has(.save__ele__child4:hover) {
  --save-count:4px;
}
#index .sec03 .save__wrap .save__ele {
  position: absolute;
  width: 570px;
  aspect-ratio: 2/1;
  z-index: 3;
  font-size: 0;
  line-height: 0;
}
#index .sec03 .save__wrap .save__ele__child1 {
  left: 0;
  top: 0;
}
#index .sec03 .save__wrap .save__ele__child2 {
  left: 570px;
  top: 0;
}
#index .sec03 .save__wrap .save__ele__child3 {
  left: 0;
  top: 285px;
}
#index .sec03 .save__wrap .save__ele__child4 {
  left: 570px;
  top: 285px;
}
#index .sec03 .save__wrap .save:has(.save__flow__1:hover) {
  animation-play-state: paused, running;
}
#index .sec03 .save__wrap .save:has(.save__flow__2:hover) {
  animation-play-state: paused, paused;
}
#index .sec03 .save__wrap .save:has(.save__flow__3:hover) {
  animation-play-state: running, paused;
}
#index .sec03 .save__wrap .save:has(.save__flow__4:hover) {
  animation-play-state: paused, paused;
}
#index .sec03 .save__wrap .save__flow__1,
#index .sec03 .save__wrap .save__flow__2,
#index .sec03 .save__wrap .save__flow__3,
#index .sec03 .save__wrap .save__flow__4 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
#index .sec03 .save__wrap .save__flow__1 {
  width: 100%;
}
#index .sec03 .save__wrap .save__flow__1:hover + .save__flow__2 {
  width: 100%;
}
#index .sec03 .save__wrap .save__flow__2:hover + .save__flow__3 {
  width: 100%;
}
#index .sec03 .save__wrap .save__flow__3:hover + .save__flow__4 {
  width: 100%;
}
@keyframes tmp1 {
  0%, 100% {
    --save-tmp1:var(--save-tmp2, 0);
  }
}
@keyframes tmp2 {
  0%, 100% {
    --save-tmp2:var(--save-count);
  }
}
#index .sec03 .save__wrap ul {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#index .sec03 .save__wrap li {
  pointer-events: none;
  width: 50%;
  aspect-ratio: 2/1;
  box-sizing: border-box;
  padding: 20px;
}
#index .sec03 .save__wrap dl {
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 20px;
}
#index .sec03 .table {
  padding: 40px 40px 0;
}
#index .sec03 .table h3 {
  margin: 0 0 20px;
}
#index .sec03 .table ul {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
#index .sec03 .table li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
#index .sec03 .table li:last-child {
  margin: 0;
}
#index .sec03 .table dl {
  padding: 0 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
#index .sec03 .table dt {
  width: 100%;
  flex-basis: 10em;
}
#index .sec03 .table dd {
  width: 100%;
}
@media (max-width: 750px) {
  #index .sec03 {
    padding: 30px 10px;
  }
  #index .sec03 .save__wrap .save {
    display: none;
  }
  #index .sec03 .save__wrap .save__move {
    display: none;
  }
  #index .sec03 .save__wrap .save__ele {
    display: none;
  }
  #index .sec03 .save__wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #index .sec03 .save__wrap li {
    width: 100%;
    aspect-ratio: none;
    box-sizing: border-box;
    padding: 20px;
  }
  #index .sec03 .table {
    padding: 40px 0 0;
  }
  #index .sec03 .table dl {
    display: block;
  }
}
#index .sec04 {
  padding: 40px 0;
  background: url(../images/index/ptn01.png) #eae8e2;
}
#index .sec04 h2 {
  margin: 0 0 30px;
}
#index .sec04 dt {
  margin: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
#index .sec04 p.txt {
  text-align: right;
  margin: 0 0 20px;
}
#index .sec04 .btn {
  margin: 0 0 0 auto;
  width: 300px;
  background: #ccc;
  border-radius: 30px;
}
#index .sec04 .btn a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 750px) {
  #index .sec04 {
    padding: 30px 10px;
  }
  #index .sec04 .btn {
    width: 80%;
  }
}
#index .sec05 {
  padding: 40px 0;
  background: url(../images/index/ptn01.png) #fff;
}
#index .sec05 h2 {
  margin: 0 0 40px;
}
#index .sec05 li {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px;
}
#index .sec05 li:last-child {
  margin: 0 0 20px;
}
#index .sec05 details summary::marker {
  display: none;
}
#index .sec05 details summary {
  cursor: pointer;
  width: 100%;
  background: #aaa;
  position: relative;
  padding: 10px 50px 10px 10px;
  box-sizing: border-box;
  display: block;
  border-radius: 30px;
}
#index .sec05 details summary span {
  position: relative;
  z-index: 4;
}
#index .sec05 details summary::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 0 10px 0 auto;
  margin: auto;
  background: #ccc;
  border-radius: 100%;
  transition: transform 0.5s ease 0s;
  z-index: 2;
}
#index .sec05 details summary::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 0 18px 0 auto;
  margin: auto;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  transition: transform 0.5s ease 0s;
  z-index: 3;
}
#index .sec05 details[open] summary::after {
  transform: rotate(135deg);
}
#index .sec05 details[open] summary::before {
  transform: scale(100);
}
#index .sec05 .acodion:has(details[open]) .content {
  grid-template-rows: 1fr;
}
#index .sec05 .content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease 0s;
}
#index .sec05 .content .in {
  overflow: hidden;
}
#index .sec05 .content .txt {
  padding: 10px;
  border-radius: 30px;
}
#index .sec05 .content .txt p {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  padding: 10px;
}
@media (max-width: 750px) {
  #index .sec05 {
    padding: 30px 10px;
  }
}
#index .sec06 {
  padding: 40px 0;
}
#index .sec06 h2 {
  margin: 0 0 40px;
}
#index .sec06 p {
  margin: 0 0 20px;
}
#index .sec06 ul {
  justify-content: flex-start;
  gap: 0 20px;
}
#index .sec06 ul li {
  background: #ccc;
  border-radius: 30px;
  width: 300px;
  text-align: center;
}
#index .sec06 ul li a {
  display: block;
  padding: 10px;
  text-align: center;
}
#index .sec06 dt {
  margin: 0 0 20px;
}
#index .sec06 .button details {
  position: relative;
}
#index .sec06 .button details::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 0 16px 8px auto;
  margin: auto;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: transform 0.5s ease 0s, border 0.5s ease 0s, inset 0.5s ease 0s, width 0.5s ease 0s;
  z-index: 2;
}
#index .sec06 .button details::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 0 18px 0 auto;
  margin: auto;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: transform 0.5s ease 0s, border 0.5s ease 0s, inset 0.5s ease 0s, width 0.5s ease 0s;
  z-index: 2;
}
#index .sec06 summary {
  display: block;
  position: relative;
  z-index: 3;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
#index .sec06 .content {
  display: grid;
  grid-template-rows: 0fr;
}
#index .sec06 .content .in {
  overflow: hidden;
}
#index .sec06 .modal__wrap:has(details[open]) .content {
  transition: grid-template-rows 0.5s ease 0s;
  grid-template-rows: 1fr;
}
#index .sec06 .clone {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#index .sec06 .clone .button {
  padding: 10px;
  text-align: center;
}
#index .sec06 .modal__wrap:has(details[open]) .button details::before {
  width: 6px;
  height: 6px;
  inset: -6px 12px 0 auto;
  border-top: 0 solid #000;
  border-right: 0 solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(45deg);
}
#index .sec06 .modal__wrap:has(details[open]) .button details::after {
  width: 6px;
  height: 6px;
  inset: -6px 20px 0 auto;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  transform: rotate(45deg);
}
#index .sec06 .modal__wrap:has(details[open]) .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
#index .sec06 .modal__wrap:has(details[open]) .modal .modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
#index .sec06 .modal__wrap:has(details[open]) .clone {
  opacity: 1;
  position: static;
}
@media (max-width: 750px) {
  #index .sec06 {
    padding: 30px 10px;
  }
  #index .sec06 ul {
    display: block;
  }
  #index .sec06 ul li {
    width: 80%;
    margin: 0 0 20px;
  }
  #index .sec06 ul li:last-child {
    margin: 0;
  }
  #index .sec06 .modal__wrap:has(details[open]) .modal .modal__inner {
    width: 80%;
  }
}