@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Old Mincho */
/* Zen Kaku Gothic */
/*
all ==========================================================================*/
.top__mv {
  margin-bottom: 1rem;
}
.top__mv--slider .item {
  position: relative;
}
.top__mv--slider .item .saijou_num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 2.25vw;
  left: 7.5vw;
  right: 0;
  margin: auto;
  font-size: 5vw;
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  text-shadow: 2px 0 1.5px #fff, -2px 0 1.5px #fff, 0 2px 1.5px #fff, 0 -2px 1.5px #fff, 2px 2px 1.5px #fff, -2px -2px 1.5px #fff, 2px -2px 1.5px #fff, -2px 2px 1.5px #fff;
}
@media screen and (max-width: 768px) {
  .top__mv--slider .item .saijou_num {
    text-shadow: 1px 0 0.75px #fff, -1px 0 0.75px #fff, 0 1px 0.75px #fff, 0 -1px 0.75px #fff, 1px 1px 0.75px #fff, -1px -1px 0.75px #fff, 1px -1px 0.75px #fff, -1px 1px 0.75px #fff;
  }
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item .saijou_num {
    font-size: 6.5vw;
    top: unset;
    right: unset;
    bottom: 19vw;
    left: 30.25vw;
  }
}
.top__mv--slider .item .works_num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  margin: auto;
  font-style: italic;
  font-size: 3.5vw;
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.top__mv--slider .item a {
  position: absolute;
  bottom: 3vw;
  left: 9.5vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2vw;
  padding: 1vw 6vw 1vw 3.75vw;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item a {
    left: unset;
    right: 4vw;
    bottom: 5vw;
    font-size: 3vw;
    padding: 1.5vw 9vw 1.5vw 6vw;
  }
}
.top__mv--slider .item a span {
  position: relative;
}
.top__mv--slider .item a span::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -2.5vw;
  margin: auto;
  content: "";
  width: 0.85vw;
  height: 0.875vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item a span::after {
    right: -3.5vw;
    width: 1.25vw;
    height: 1.3vw;
  }
}
.top__mv--slider .item.item01 a {
  background-color: #084b72;
  color: #c4a436;
}
.top__mv--slider .item.item01 a:visited, .top__mv--slider .item.item01 a:active {
  color: #c4a436;
}
.top__mv--slider .item.item01 a span::after {
  background-image: url(../img/top/slider_arrow_01.png);
}
.top__mv--slider .item.item01 .works_num {
  bottom: 13.5vw;
  left: 0;
  right: 50vw;
  font-size: 3vw;
  text-shadow: 2px 0 1.5px #fff, -2px 0 1.5px #fff, 0 2px 1.5px #fff, 0 -2px 1.5px #fff, 2px 2px 1.5px #fff, -2px -2px 1.5px #fff, 2px -2px 1.5px #fff, -2px 2px 1.5px #fff;
}
@media screen and (max-width: 768px) {
  .top__mv--slider .item.item01 .works_num {
    text-shadow: 1px 0 0.75px #fff, -1px 0 0.75px #fff, 0 1px 0.75px #fff, 0 -1px 0.75px #fff, 1px 1px 0.75px #fff, -1px -1px 0.75px #fff, 1px -1px 0.75px #fff, -1px 1px 0.75px #fff;
  }
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item.item01 .works_num {
    bottom: 21vw;
    left: 49.5vw;
    right: 0;
    font-size: 4.5vw;
  }
}
.top__mv--slider .item.item02 a {
  background-color: #c4a436;
  color: #084b72;
}
.top__mv--slider .item.item02 a:visited, .top__mv--slider .item.item02 a:active {
  color: #084b72;
}
.top__mv--slider .item.item02 a span::after {
  background-image: url(../img/top/slider_arrow_02.png);
}
.top__mv--slider .item.item02 .works_num {
  bottom: 13.2875vw;
  left: 0;
  right: 53vw;
  font-size: 2.65vw;
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item.item02 .works_num {
    bottom: 21vw;
    left: 49.5vw;
    right: 0;
    font-size: 4.5vw;
  }
}
.top__mv--slider .item.item03 a {
  background-color: #c4a436;
  color: #636363;
}
.top__mv--slider .item.item03 a:visited, .top__mv--slider .item.item03 a:active {
  color: #636363;
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item.item03 a {
    right: unset;
    left: 7vw;
    bottom: 7vw;
  }
}
.top__mv--slider .item.item03 a span::after {
  background-image: url(../img/top/slider_arrow_03.png);
}
.top__mv--slider .item.item03 .works_num {
  bottom: 14.125vw;
  left: 0;
  right: 47.75vw;
  color: #c4a436;
  font-size: 3.35vw;
}
@media screen and (max-width: 550px) {
  .top__mv--slider .item.item03 .works_num {
    bottom: 23.875vw;
    left: 0;
    right: 37vw;
    font-size: 4.5vw;
  }
}
.top__mv--slider .slick-slider {
  margin: 0;
  padding: 0;
}
.top__mv--slider .slick-slider img {
  width: 100%;
  height: 100%;
}
.top__mv--slider .dots-wrap {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .top__mv--slider .dots-wrap {
    bottom: 3%;
  }
}
.top__mv--slider .dots-wrap li {
  width: 54px;
  height: 7px;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .top__mv--slider .dots-wrap li {
    width: 45px;
    height: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top__mv--slider .dots-wrap li {
    width: 35px;
    height: 4px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 550px) {
  .top__mv--slider .dots-wrap li {
    width: 32px;
  }
}
.top__mv--slider .dots-wrap li:hover, .top__mv--slider .dots-wrap li.slick-active {
  background: #c4a436;
}
.top__mv--slider .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.top__plan {
  padding-block: 1.5% 5%;
}
@media screen and (max-width: 550px) {
  .top__plan {
    padding-block: 1.5% 9.5%;
  }
}
.top__plan .section__ttl {
  margin-bottom: 0.3rem;
}
.top__plan--sub {
  text-align: center;
  font-size: clamp(0.65rem, 2vw, 0.875rem);
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .top__plan--sub {
    font-size: clamp(0.65rem, 2.45vw, 0.75rem);
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 550px) {
  .top__plan--sub {
    font-size: clamp(0.5rem, 2.875vw, 0.65rem);
    line-height: 1.65;
    margin-bottom: 6%;
  }
}
.top__plan--sub .sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .top__plan--sub .sp-show {
    display: block;
  }
}
.top__plan--sub span {
  color: red;
}
.top__plan--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex {
    gap: 2.45vw;
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex {
    gap: 3vw;
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex {
    gap: 4.75vw 0;
  }
}
.top__plan--flex .item {
  display: block;
  width: calc((100% - 2.5rem) / 3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item {
    width: calc((100% - 4.9vw) / 3);
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex .item {
    width: calc((100% - 3vw) / 2);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item {
    width: 100%;
  }
}
.top__plan--flex .item:nth-of-type(2n + 1) {
  border: solid 2px #084b72;
  color: #093550;
}
.top__plan--flex .item:nth-of-type(2n + 1) .catch {
  background: linear-gradient(to bottom, #084B72, #07283B);
}
.top__plan--flex .item:nth-of-type(2n + 1) li {
  background: linear-gradient(to bottom, #084B72, #07283B);
}
.top__plan--flex .item:nth-of-type(2n) {
  border: solid 2px #c4a436;
  color: #69571d;
}
.top__plan--flex .item:nth-of-type(2n) .catch {
  background: linear-gradient(to bottom, #A58824, #62521B);
}
.top__plan--flex .item:nth-of-type(2n) li {
  background: linear-gradient(to bottom, #A58824, #62521B);
}
.top__plan--flex .item:hover img {
  scale: 1.1;
}
.top__plan--flex .item .catch {
  padding-block: 0.3rem;
  font-size: 0.75rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .catch {
    font-size: clamp(0.5rem, 1.5vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex .item .catch {
    font-size: clamp(0.5rem, 2.3vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .catch {
    font-size: clamp(0.65rem, 3.25vw, 0.75rem);
  }
}
.top__plan--flex .item figure {
  overflow: hidden;
}
.top__plan--flex .item figure img {
  transition: scale 0.6s ease;
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item figure img {
    aspect-ratio: 2.175/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__plan--flex .item .content {
  padding: 0.35rem 1.125rem 0.75rem;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content {
    padding: 0.35rem 7.5% 5.3%;
  }
}
.top__plan--flex .item .content h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content h3 {
    font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex .item .content h3 {
    font-size: clamp(0.875rem, 4vw, 1.25rem);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .content h3 {
    font-size: clamp(0.9rem, 5.35vw, 1.25rem);
    margin-bottom: 0.25rem;
  }
}
.top__plan--flex .item .content .price {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: -0.045em;
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content .price {
    font-size: clamp(0.55rem, 1.5vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex .item .content .price {
    font-size: clamp(0.55rem, 2.35vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .content .price {
    font-size: clamp(0.75rem, 4.35vw, 1rem);
    margin-bottom: 0.4rem;
  }
}
.top__plan--flex .item .content .price.kousou {
  font-size: 1.1rem;
  margin: 5% 0 4%;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content .price.kousou {
    font-size: clamp(0.75rem, 2.2vw, 1.1rem);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .content .price.kousou {
    font-size: clamp(0.8rem, 4.45vw, 1rem);
  }
}
.top__plan--flex .item .content .price strong {
  font-size: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content .price strong {
    font-size: clamp(1.25rem, 3.75vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex .item .content .price strong {
    font-size: clamp(1.25rem, 5.9vw, 1.875rem);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .content .price strong {
    font-size: clamp(1.5rem, 7.75vw, 1.75rem);
  }
}
.top__plan--flex .item .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content ul {
    gap: 0.85vw;
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .content ul {
    gap: 1.5vw;
  }
}
.top__plan--flex .item .content ul li {
  display: block;
  padding-block: 0.125rem;
  flex: 1 0 auto;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top__plan--flex .item .content ul li {
    font-size: clamp(0.55rem, 1.5vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top__plan--flex .item .content ul li {
    font-size: clamp(0.55rem, 2.35vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .top__plan--flex .item .content ul li {
    font-size: clamp(0.65rem, 3.35vw, 0.75rem);
    padding-block: 0.25rem;
  }
}
.top__reason {
  padding-block: 0.5% 5%;
}
@media screen and (max-width: 768px) {
  .top__reason {
    padding-block: 2.5% 5%;
  }
}
@media screen and (max-width: 550px) {
  .top__reason {
    padding-bottom: 0.5% 3%;
  }
}
.top__reason .section__ttl {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top__reason .section__ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 550px) {
  .top__reason .section__ttl {
    margin-bottom: 5%;
  }
}
.top__reason .section__ttl img {
  transform: translate(0.25rem, -0.25rem);
}
.top__reason--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .top__reason--flex {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.top__reason--flex a {
  width: 49.5%;
  padding-block: 12.25% 2%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: center;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1024px) {
  .top__reason--flex a {
    padding-block: 9% 2%;
  }
}
@media screen and (max-width: 768px) {
  .top__reason--flex a {
    background-size: 135%;
    padding-block: 12% 3%;
  }
}
@media screen and (max-width: 670px) {
  .top__reason--flex a {
    background-size: 140%;
  }
}
@media screen and (max-width: 550px) {
  .top__reason--flex a {
    width: 100%;
    padding-block: 14.25% 10.5%;
  }
}
.top__reason--flex a:hover {
  opacity: 1;
  background-size: 115%;
}
@media screen and (max-width: 768px) {
  .top__reason--flex a:hover {
    background-size: 145%;
  }
}
@media screen and (max-width: 670px) {
  .top__reason--flex a:hover {
    background-size: 150%;
  }
}
.top__reason--flex a h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.555vw, 1.5rem);
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .top__reason--flex a h3 {
    font-size: clamp(1rem, 2.875vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .top__reason--flex a h3 {
    font-size: clamp(0.75rem, 3vw, 1rem);
  }
}
@media screen and (max-width: 550px) {
  .top__reason--flex a h3 {
    font-size: 0.9rem;
    margin-bottom: 4.75vw;
  }
}
.top__reason--flex a p {
  font-size: clamp(0.65rem, 1.45vw, 0.85rem);
  line-height: 1.65;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .top__reason--flex a p {
    font-size: clamp(0.55rem, 1.55vw, 0.65rem);
  }
}
@media screen and (max-width: 768px) {
  .top__reason--flex a p {
    font-size: clamp(0.5rem, 1.75vw, 0.55rem);
  }
}
@media screen and (max-width: 550px) {
  .top__reason--flex a p {
    font-size: 0.55rem;
  }
}
.top__reason--flex a.left {
  padding-left: 10%;
  padding-right: 2.5%;
  background-image: url(../img/top/reason_bg01.jpg);
}
@media screen and (max-width: 1024px) {
  .top__reason--flex a.left {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .top__reason--flex a.left {
    padding-left: 4%;
  }
}
@media screen and (max-width: 550px) {
  .top__reason--flex a.left {
    padding-left: 7.5%;
    padding-right: 16.5%;
  }
}
.top__reason--flex a.right {
  padding-left: 3%;
  padding-right: 10%;
  background-image: url(../img/top/reason_bg02.jpg);
}
@media screen and (max-width: 1024px) {
  .top__reason--flex a.right {
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .top__reason--flex a.right {
    padding-right: 4%;
  }
}
@media screen and (max-width: 550px) {
  .top__reason--flex a.right {
    padding-left: 7.5%;
    padding-right: 16.5%;
  }
}
.top__staff {
  position: relative;
  padding-block: 6%;
}
@media screen and (max-width: 768px) {
  .top__staff {
    padding-block: 6% 8%;
  }
}
@media screen and (max-width: 550px) {
  .top__staff {
    padding-block: 11.75% 8%;
  }
}
.top__staff .section__ttl {
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 768px) {
  .top__staff .section__ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 550px) {
  .top__staff .section__ttl {
    margin-bottom: 4%;
  }
}
.top__staff .section__ttl img {
  transform: translate(0.25rem, -0.25rem);
}
.top__staff--slider li a {
  display: block;
}
.top__staff--slider li.slick-slide {
  max-width: 820px;
  width: 58.6vw;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top__staff--slider li.slick-slide {
    width: 65vw;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .top__staff--slider li.slick-slide {
    width: 78vw;
    margin-right: 0.5rem;
  }
}
.top__staff .staff__arrow--box {
  display: flex;
  position: absolute;
  top: 18%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 850px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .top__staff .staff__arrow--box {
    width: 68.5%;
  }
}
@media screen and (max-width: 550px) {
  .top__staff .staff__arrow--box {
    width: 80%;
  }
}
.top__staff .staff__arrow--box .staff_prev-arrow,
.top__staff .staff__arrow--box .staff_next-arrow {
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top__staff .staff__arrow--box .staff_prev-arrow,
  .top__staff .staff__arrow--box .staff_next-arrow {
    width: 13vw;
    height: 13vw;
  }
}
@media screen and (max-width: 550px) {
  .top__staff .staff__arrow--box .staff_prev-arrow,
  .top__staff .staff__arrow--box .staff_next-arrow {
    width: 65px;
    height: 65px;
  }
}
.top__staff .staff__arrow--box .staff_prev-arrow {
  left: 2%;
  background-image: url(../img/top/slider_arrow_l.png);
}
@media screen and (min-width: 1450px) {
  .top__staff .staff__arrow--box .staff_prev-arrow {
    left: -2vw;
  }
}
@media screen and (max-width: 1024px) {
  .top__staff .staff__arrow--box .staff_prev-arrow {
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .top__staff .staff__arrow--box .staff_prev-arrow {
    left: -5vw;
  }
}
@media screen and (max-width: 400px) {
  .top__staff .staff__arrow--box .staff_prev-arrow {
    left: -7vw;
  }
}
.top__staff .staff__arrow--box .staff_next-arrow {
  right: 2%;
  background-image: url(../img/top/slider_arrow_r.png);
}
@media screen and (min-width: 1450px) {
  .top__staff .staff__arrow--box .staff_next-arrow {
    right: -2vw;
  }
}
@media screen and (max-width: 1024px) {
  .top__staff .staff__arrow--box .staff_next-arrow {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .top__staff .staff__arrow--box .staff_next-arrow {
    right: -5vw;
  }
}
@media screen and (max-width: 400px) {
  .top__staff .staff__arrow--box .staff_next-arrow {
    right: -7vw;
  }
}
.top__ikebana {
  background-position: center;
  background-size: cover;
  background-image: url(../img/top/ikebana_bg.png);
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.top__ikebana--content {
  width: 423px;
  padding-block: 6.5% 9%;
  padding-inline: 1% 2%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top__ikebana--content {
    width: 53.6%;
  }
}
@media screen and (max-width: 550px) {
  .top__ikebana--content {
    width: 53%;
    padding-inline: 0;
    padding-block: 12.5% 14.5%;
  }
}
.top__ikebana--content h2 {
  font-size: 2.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .top__ikebana--content h2 {
    font-size: clamp(1rem, 6.25vw, 2rem);
  }
}
.top__ikebana--content p {
  font-size: 0.83rem;
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .top__ikebana--content p {
    font-size: clamp(0.375rem, 2.35vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .top__ikebana--content p {
    margin-bottom: 3%;
  }
}
.top__ikebana--content a {
  position: relative;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  padding: 2.5% 2% 2.5% 9%;
  background: #c4a436;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top__ikebana--content a {
    font-size: clamp(0.45rem, 3.125vw, 1rem);
    padding: 0.3rem 1vw 0.3rem 6vw;
  }
}
.top__ikebana--content a:hover {
  opacity: 1;
}
.top__ikebana--content a:hover::before {
  animation: shine 0.8s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.top__ikebana--content a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.top__ikebana--content a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 29px;
  height: 11px;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top__ikebana--content a::after {
    width: 3.75vw;
    height: 1.45vw;
    right: 5vw;
  }
}
.top__column {
  position: relative;
  padding-block: 7% 3%;
}
@media screen and (max-width: 768px) {
  .top__column {
    padding-block: 8.5% 5%;
  }
}
@media screen and (max-width: 550px) {
  .top__column {
    padding-block: 13% 5%;
  }
}
.top__column .section__ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .top__column .section__ttl {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .top__column .section__ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 550px) {
  .top__column .section__ttl {
    margin-bottom: 4vw;
  }
}
.top__column h3 {
  text-align: center;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .top__column h3 {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .top__column h3 {
    font-size: clamp(1.25rem, 4.75vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top__column h3 {
    margin-bottom: 7.5%;
  }
}
@media screen and (max-width: 550px) {
  .top__column h3 {
    font-size: clamp(0.75rem, 5.5vw, 1.25rem);
    margin-bottom: 10%;
  }
}
.top__column--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1rem;
  align-items: stretch;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .top__column--flex {
    flex-direction: column;
    gap: 11vw 0;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .top__column--flex {
    margin-bottom: 11vw;
    margin-bottom: 3.5rem;
  }
}
.top__column--flex:nth-of-type(2) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .top__column--flex:nth-of-type(2) {
    margin-bottom: 7vw;
  }
}
.top__column--flex .item {
  position: relative;
  display: flex;
  width: calc((100% - 1rem) / 2);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .top__column--flex .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item:nth-of-type(3), .top__column--flex .item:nth-of-type(4), .top__column--flex .item:nth-of-type(5) {
    display: none;
  }
}
.top__column--flex .item .date {
  position: absolute;
  padding: 1.5px 14px;
  top: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(to bottom, #094A71, #07293C);
  transform: translateY(-100%);
}
@media screen and (max-width: 1200px) {
  .top__column--flex .item .date {
    font-size: clamp(0.5rem, 1.5vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .date {
    font-size: clamp(0.55rem, 3.375vw, 0.875rem);
  }
}
.top__column--flex .item .left {
  position: relative;
  width: 36.5%;
}
@media screen and (max-width: 1024px) {
  .top__column--flex .item .left {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .left {
    width: 41.9%;
  }
}
@media screen and (max-width: 550px) {
  .top__column--flex .item .left {
    width: 45%;
  }
}
.top__column--flex .item .left img {
  height: auto;
  vertical-align: middle;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__column--flex .item .left p {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 80px;
  height: 80px;
  background: #f12805;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  clip-path: polygon(0 0, 0 100%, 100% 0); /* 左上が直角の三角形 */
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); /* 三角形に影 */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top__column--flex .item .left p {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .left p {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 550px) {
  .top__column--flex .item .left p {
    width: 65px;
    height: 65px;
  }
}
.top__column--flex .item .left p::before {
  content: "NEW";
  position: absolute;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  top: 40%;
  left: 7%;
  transform: rotate(-45deg); /* 斜辺と平行（約45°） */
  transform-origin: left top;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .top__column--flex .item .left p::before {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .left p::before {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 550px) {
  .top__column--flex .item .left p::before {
    font-size: 0.5rem;
  }
}
.top__column--flex .item .right {
  width: 63.5%;
  padding: 3% 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .right {
    width: 58.1%;
    padding: 3% 3.5vw;
  }
}
.top__column--flex .item .right__content h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 3%;
}
@media screen and (max-width: 1200px) {
  .top__column--flex .item .right__content h4 {
    font-size: clamp(0.55rem, 2vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .right__content h4 {
    font-size: clamp(0.55rem, 3.125vw, 1rem);
  }
}
.top__column--flex .item .right__content .lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .top__column--flex .item .right__content .lead {
    font-size: clamp(0.45rem, 1.125vw, 0.55rem);
  }
}
@media screen and (max-width: 768px) {
  .top__column--flex .item .right__content .lead {
    font-size: clamp(0.45rem, 2.35vw, 0.75rem);
  }
}
.top__column--more {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 12px 55.5px 12px 33.2px;
  border-radius: 3rem;
  background-color: #C4A436;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.79rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 550px) {
  .top__column--more {
    padding: 8px 12vw 8px 6vw;
    font-size: clamp(0.5rem, 3.1vw, 0.79rem);
  }
}
.top__column--more:visited, .top__column--more:active {
  color: #fff;
}
.top__column--more:hover::after {
  right: 9%;
}
.top__column--more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 21px;
  height: 7px;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top__column--more::after {
    width: 4.25vw;
    height: 1.75vw;
  }
}
.top__news {
  position: relative;
  padding-block: 2.5% 6%;
}
@media screen and (max-width: 768px) {
  .top__news {
    padding-block: 4% 10%;
  }
}
@media screen and (max-width: 550px) {
  .top__news {
    padding-block: 6% 25%;
  }
}
.top__news .section__ttl {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top__news .section__ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 550px) {
  .top__news .section__ttl {
    margin-bottom: 2.5%;
  }
}
.top__news .section__ttl img {
  transform: translate(0.25rem, -0.25rem);
}
.top__news--list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .top__news--list {
    gap: 0.75rem;
  }
}
.top__news--list .item {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 0.425rem;
  padding-inline: 2.75rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  .top__news--list .item {
    padding-block: 1rem;
    padding-inline: 0.75rem;
  }
}
.top__news--list .item:hover {
  opacity: 1;
  background-color: #084b72;
  color: #fff;
}
.top__news--list .item:visited, .top__news--list .item:active {
  color: #313131;
}
@media screen and (max-width: 768px) {
  .top__news--list .item {
    padding-block: 3%;
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 550px) {
  .top__news--list .item {
    padding-block: 0.5rem;
    padding-inline: 1rem;
    gap: 10%;
  }
}
.top__news--list .item h3 {
  font-size: 0.7125rem;
}
@media screen and (max-width: 550px) {
  .top__news--list .item h3 {
    font-size: clamp(0.45rem, 2.75vw, 0.7125rem);
  }
}
.top__news--list .item p {
  font-size: 0.625rem;
}
@media screen and (max-width: 550px) {
  .top__news--list .item p {
    font-size: clamp(0.5rem, 3.1vw, 0.625rem);
  }
}
.top__news--more {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 12px 55.5px 12px 33.2px;
  border-radius: 3rem;
  background-color: #C4A436;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.79rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 550px) {
  .top__news--more {
    padding: 8px 12vw 8px 6vw;
    font-size: clamp(0.5rem, 3.1vw, 0.79rem);
  }
}
.top__news--more:visited, .top__news--more:active {
  color: #fff;
}
.top__news--more:hover::after {
  right: 9%;
}
.top__news--more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 21px;
  height: 7px;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top__news--more::after {
    width: 4.25vw;
    height: 1.75vw;
  }
}/*# sourceMappingURL=top.css.map */