@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.body_home {
  display: block;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .body_home {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .body_home {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .body_home {
    font-size: 80%;
  }
}
.body_home .fv-hero-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_home .fv-hero-header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_home .fv-hero-header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_home .fv-hero-header .header_wrap {
    width: 50%;
  }
}
.body_home .fv-hero-header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_home .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_home .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_home .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_home .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
.body_home .fv-hero,
.body_home .fv_area_2,
.body_home .fv_area_3,
.body_home .fv_area_4,
.body_home .fv_area_5,
.body_home .fv_area_6 {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: 100vh;
}
.body_home #fv {
  position: relative;
  overflow-y: auto;
  scroll-snap-type: none;
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
}
.body_home .fv-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.body_home .fv-slideshow {
  position: absolute;
  inset: 0;
}
.body_home .fv-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fvFadeZoom 12s linear infinite;
}
.body_home .fv-img:nth-child(1) {
  animation-delay: 0s;
}
.body_home .fv-img:nth-child(2) {
  animation-delay: 3s;
}
.body_home .fv-img:nth-child(3) {
  animation-delay: 6s;
}
.body_home .fv-img:nth-child(4) {
  animation-delay: 9s;
}
@keyframes fvFadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  5% {
    opacity: 1;
    transform: scale(1.04);
  }
  25% {
    opacity: 1;
    transform: scale(1.1);
  }
  35% {
    opacity: 0;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}
.body_home .fv-hero-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.5rem 0;
  font-family: "Playfair Display", cursive;
}
.body_home .fv-hero-header .header_wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.body_home .fv-hero-header .header-wrap__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.body_home .fv-hero-header .header-wrap__nav > li {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_home .fv-hero-header .header-wrap__nav > li {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_home .fv-hero-header .header-wrap__nav > li {
    font-size: 10px;
  }
}
.body_home .fv-hero-header .header-wrap__nav > li > a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.8;
  display: inline-block;
}
.body_home .fv-hero-header .header-wrap__nav > li > a:hover {
  opacity: 1;
}
.body_home .fv-hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
.body_home .fv-hero-title-en {
  font-size: 48px;
  margin: 0;
  font-family: "Great Vibes", cursive;
  letter-spacing: 0.1em;
}
.body_home .fv-hero-title-ja {
  margin: 0.75rem 0 0;
  font-size: 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  letter-spacing: 0.3em;
}
.body_home main article #fv {
  display: block;
}
.body_home main article #fv header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_home main article #fv header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv header .header_wrap {
    width: 50%;
  }
}
.body_home main article #fv header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_home main article #fv header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_home main article #fv header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
.body_home main article #fv header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a .blog_article_textbox p::after {
  transform: scale(1, 1);
}
.body_home main article #fv .fv_area {
  color: #ffffff;
}
.body_home main article #fv .fv_area_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-image: url(../img/spring/sakura.jpg);
  font-family: "Great Vibes", cursive;
  position: relative;
}
.body_home main article #fv .fv_area_2 .fv_area_2_box {
  box-sizing: border-box;
  width: 20%;
  padding: 4rem 2rem;
  background-color: rgba(255, 255, 255, 0.5019607843);
  color: #333333;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  position: absolute;
  top: 15%;
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box {
    width: 65%;
    margin: 2rem auto;
    left: 20%;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box {
    width: 78%;
    left: 12.5%;
  }
}
.body_home main article #fv .fv_area_2 .fv_area_2_box span {
  display: block;
  text-align: center;
  font-family: "Great Vibes", cursive;
}
.body_home main article #fv .fv_area_2 .fv_area_2_box h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box h2 {
    font-size: 20px;
  }
}
.body_home main article #fv .fv_area_2 .fv_area_2_box h5 {
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box h5 {
    font-size: 18px;
  }
}
.body_home main article #fv .fv_area_2 .fv_area_2_box p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_2 .fv_area_2_box p {
    font-size: 14px;
  }
}
.body_home main article #fv .fv_area_3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-image: url(../img/spring/haru.jpg);
  font-family: "Great Vibes", cursive;
}
.body_home main article #fv .fv_area_3 .fv_area_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body_home main article #fv .fv_area_3 .fv_area_box h2 {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_3 .fv_area_box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_3 .fv_area_box h2 {
    font-size: 50px;
  }
}
.body_home main article #fv .fv_area_3 .fv_area_box .button_photos {
  display: block;
  height: 3%;
  margin: 0;
  padding: 1rem 4rem;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  font-family: "Playfair Display", cursive;
  position: relative;
  z-index: 1;
  transition: border-color 0.5s ease-in-out;
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_3 .fv_area_box .button_photos {
    line-height: 1.5;
  }
}
.body_home main article #fv .fv_area_3 .fv_area_box .button_photos:hover {
  border-color: transparent;
}
.body_home main article #fv .fv_area_3 .fv_area_box .button_photos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #8a2be2, #4682b4);
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.body_home main article #fv .fv_area_3 .fv_area_box .button_photos:hover::before {
  opacity: 1;
}
.body_home main article #fv .fv_area_3 .fv_area_box .button_photos_a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}
.body_home main article #fv .fv_area_4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-image: url(../img/summer/summer.jpg);
  font-family: "Great Vibes", cursive;
}
.body_home main article #fv .fv_area_4 .fv_area_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body_home main article #fv .fv_area_4 .fv_area_box h2 {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_4 .fv_area_box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_4 .fv_area_box h2 {
    font-size: 50px;
  }
}
.body_home main article #fv .fv_area_4 .fv_area_box .button_photos {
  display: block;
  height: 3%;
  margin: 0;
  padding: 1rem 4rem;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: border-color 0.5s ease-in-out;
  font-family: "Playfair Display", cursive;
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_4 .fv_area_box .button_photos {
    line-height: 1.5;
  }
}
.body_home main article #fv .fv_area_4 .fv_area_box .button_photos:hover {
  border-color: transparent;
}
.body_home main article #fv .fv_area_4 .fv_area_box .button_photos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #8a2be2, #4682b4);
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.body_home main article #fv .fv_area_4 .fv_area_box .button_photos:hover::before {
  opacity: 1;
}
.body_home main article #fv .fv_area_4 .fv_area_box .button_photos_a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}
.body_home main article #fv .fv_area_5 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-image: url(../img/autumn/fall.jpg);
  font-family: "Great Vibes", cursive;
}
.body_home main article #fv .fv_area_5 .fv_area_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body_home main article #fv .fv_area_5 .fv_area_box h2 {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_5 .fv_area_box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_5 .fv_area_box h2 {
    font-size: 50px;
  }
}
.body_home main article #fv .fv_area_5 .fv_area_box .button_photos {
  display: block;
  height: 3%;
  margin: 0;
  padding: 1rem 4rem;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: border-color 0.5s ease-in-out;
  font-family: "Playfair Display", cursive;
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_5 .fv_area_box .button_photos {
    line-height: 1.5;
  }
}
.body_home main article #fv .fv_area_5 .fv_area_box .button_photos:hover {
  border-color: transparent;
}
.body_home main article #fv .fv_area_5 .fv_area_box .button_photos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #8a2be2, #4682b4);
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.body_home main article #fv .fv_area_5 .fv_area_box .button_photos:hover::before {
  opacity: 1;
}
.body_home main article #fv .fv_area_5 .fv_area_box .button_photos_a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}
.body_home main article #fv .fv_area_6 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 92.5vh;
  background-image: url(../img/winter/fuyu.jpg);
  font-family: "Great Vibes", cursive;
  background-size: cover;
  position: relative;
}
.body_home main article #fv .fv_area_6 .fv_area_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92.5vh;
  font-size: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body_home main article #fv .fv_area_6 .fv_area_box h2 {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_home main article #fv .fv_area_6 .fv_area_box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_6 .fv_area_box h2 {
    font-size: 50px;
  }
}
.body_home main article #fv .fv_area_6 .fv_area_box .button_photos {
  display: block;
  height: 3%;
  margin: 0;
  padding: 1rem 4rem;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: border-color 0.5s ease-in-out;
  font-family: "Playfair Display", cursive;
}
@media screen and (max-width: 480px) {
  .body_home main article #fv .fv_area_6 .fv_area_box .button_photos {
    line-height: 1.5;
  }
}
.body_home main article #fv .fv_area_6 .fv_area_box .button_photos:hover {
  border-color: transparent;
}
.body_home main article #fv .fv_area_6 .fv_area_box .button_photos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #8a2be2, #4682b4);
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.body_home main article #fv .fv_area_6 .fv_area_box .button_photos:hover::before {
  opacity: 1;
}
.body_home main article #fv .fv_area_6 .fv_area_box .button_photos_a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}

.site-footer {
  display: block;
  position: static;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: #333333;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
.site-footer h6 {
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
@media screen and (max-width: 768px) {
  .site-footer h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer h6 {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .site-footer small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer small {
    font-size: 10px;
  }
}

/* フェードアップのスタイル */
.fadeUp {
  animation: fadeUpAnime 2s ease-out forwards;
  opacity: 0;
}

/* フェードレフトのスタイル */
.fadeLeft {
  animation: fadeLeftAnime 0.8s forwards; /* fadeLeftAnimeを0.8秒で一回実行 */
  opacity: 0;
  overflow: hidden;
}

/* フェードライトのスタイル */
.fadeRight {
  animation: fadeRightAnime 0.8s forwards; /* fadeRightAnimeを0.8秒で一回実行 */
  opacity: 0;
  overflow: hidden;
}

/* トリガーアニメーションのスタイル */
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0; /* 最初は非表示 */
}

@keyframes fadeUpAnime {
  from {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(30px);
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateY(0); /* 元の位置に戻す */
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0; /* 最初は非表示 */
    transform: translateX(100px); /* 100px右に動かす */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateX(0); /* 元の位置に戻す */
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0; /* 最初は非表示 */
    transform: translateX(-100px); /* 100px左に動かす */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateX(0); /* 元の位置に戻す */
  }
}
.body_photos {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .body_photos {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .body_photos {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .body_photos {
    font-size: 80%;
  }
}
.body_photos {
  box-sizing: border-box;
  color: #333333;
  font-family: "Playfair Display", cursive;
}
.body_photos .fv-hero-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_photos .fv-hero-header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_photos .fv-hero-header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_photos .fv-hero-header .header_wrap {
    width: 50%;
  }
}
.body_photos .fv-hero-header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_photos .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_photos .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_photos .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
.body_photos main article .page_heading {
  margin: 3rem 0;
  text-align: center;
  font-size: 40px;
  font-family: "Great Vibes", cursive;
}
.body_photos main article #photos_spring {
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}
.body_photos main article #photos_spring .photos_spring_subheading {
  margin-bottom: 2rem;
  font-size: 30px;
  color: pink;
  font-family: "Great Vibes", cursive;
}
.body_photos main article #photos_spring .photos_spring_collection {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_spring .photos_spring_collection {
    padding: 0 20px;
  }
}
.body_photos main article #photos_spring .photos_spring_collection .slick-list {
  overflow: visible;
  overflow-x: hidden;
  padding-bottom: 40px;
}
.body_photos main article #photos_spring .photos_spring_collection .slick-slide {
  height: auto;
  margin: 0 10px;
}
.body_photos main article #photos_spring .photos_spring_collection .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_spring .photos_spring_collection .slick-dots {
    width: 100%;
  }
}
.body_photos main article #photos_spring .photos_spring_collection .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_spring .photos_spring_collection .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.body_photos main article #photos_spring .photos_spring_collection .slick-dots li button:before {
  color: #ccc;
  opacity: 1;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_spring .photos_spring_collection .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
  }
}
.body_photos main article #photos_spring .photos_spring_collection .slick-dots li.slick-active button:before {
  color: pink;
  opacity: 1;
}
.body_photos main article #photos_spring .photos_spring_collection .slick-prev,
.body_photos main article #photos_spring .photos_spring_collection .slick-next {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_spring .photos_spring_collection .slick-prev,
  .body_photos main article #photos_spring .photos_spring_collection .slick-next {
    width: 24px;
    height: 24px;
  }
}
.body_photos main article #photos_spring .photos_spring_collection .slick-prev:before,
.body_photos main article #photos_spring .photos_spring_collection .slick-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}
.body_photos main article #photos_spring .photos_spring_collection .slick-prev {
  left: 0;
}
.body_photos main article #photos_spring .photos_spring_collection .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.body_photos main article #photos_spring .photos_spring_collection .slick-next {
  right: 0;
}
.body_photos main article #photos_spring .photos_spring_collection .slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
.body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  object-fit: cover;
}
.body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: left;
  box-sizing: border-box;
}
.body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body .photos_spring_collection-card_title {
  margin: 0 0 3rem;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body .photos_spring_collection-card_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body .photos_spring_collection-card_title {
    font-size: 16px;
  }
}
.body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body .photos_spring_collection-card_text {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body .photos_spring_collection-card_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_spring .photos_spring_collection .photos_spring_collection-card a .photos_spring_collection-card_body .photos_spring_collection-card_text {
    font-size: 16px;
  }
}
.body_photos main article #photos_summer {
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}
.body_photos main article #photos_summer .photos_summer_subheading {
  margin-bottom: 2rem;
  font-size: 30px;
  color: orange;
  font-family: "Great Vibes", cursive;
}
.body_photos main article #photos_summer .photos_summer_collection {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_summer .photos_summer_collection {
    padding: 0 20px;
  }
}
.body_photos main article #photos_summer .photos_summer_collection .slick-list {
  overflow: visible;
  overflow-x: hidden;
  padding-bottom: 40px;
}
.body_photos main article #photos_summer .photos_summer_collection .slick-slide {
  height: auto;
  margin: 0 10px;
}
.body_photos main article #photos_summer .photos_summer_collection .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_summer .photos_summer_collection .slick-dots {
    width: 100%;
  }
}
.body_photos main article #photos_summer .photos_summer_collection .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_summer .photos_summer_collection .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.body_photos main article #photos_summer .photos_summer_collection .slick-dots li button:before {
  color: #ccc;
  opacity: 1;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_summer .photos_summer_collection .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
  }
}
.body_photos main article #photos_summer .photos_summer_collection .slick-dots li.slick-active button:before {
  color: orange;
  opacity: 1;
}
.body_photos main article #photos_summer .photos_summer_collection .slick-prev,
.body_photos main article #photos_summer .photos_summer_collection .slick-next {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_summer .photos_summer_collection .slick-prev,
  .body_photos main article #photos_summer .photos_summer_collection .slick-next {
    width: 24px;
    height: 24px;
  }
}
.body_photos main article #photos_summer .photos_summer_collection .slick-prev:before,
.body_photos main article #photos_summer .photos_summer_collection .slick-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}
.body_photos main article #photos_summer .photos_summer_collection .slick-prev {
  left: 0;
}
.body_photos main article #photos_summer .photos_summer_collection .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.body_photos main article #photos_summer .photos_summer_collection .slick-next {
  right: 0;
}
.body_photos main article #photos_summer .photos_summer_collection .slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card {
  display: block;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
.body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  object-fit: cover;
}
.body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: left;
  box-sizing: border-box;
}
.body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body .photos_summer_collection-card_title {
  color: #000;
  margin: 0 0 3rem;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body .photos_summer_collection-card_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body .photos_summer_collection-card_title {
    font-size: 16px;
  }
}
.body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body .photos_summer_collection-card_text {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body .photos_summer_collection-card_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_summer .photos_summer_collection .photos_summer_collection-card a .photos_summer_collection-card_body .photos_summer_collection-card_text {
    font-size: 16px;
  }
}
.body_photos main article #photos_autumn {
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}
.body_photos main article #photos_autumn .photos_autumn_subheading {
  margin-bottom: 2rem;
  font-size: 30px;
  color: orange;
  font-family: "Great Vibes", cursive;
}
.body_photos main article #photos_autumn .photos_autumn_collection {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_autumn .photos_autumn_collection {
    padding: 0 20px;
  }
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-list {
  overflow: visible;
  overflow-x: hidden;
  padding-bottom: 40px;
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-slide {
  height: auto;
  margin: 0 10px;
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .slick-dots {
    width: 100%;
  }
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-dots li button:before {
  color: #ccc;
  opacity: 1;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
  }
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-dots li.slick-active button:before {
  color: brown;
  opacity: 1;
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-prev,
.body_photos main article #photos_autumn .photos_autumn_collection .slick-next {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .slick-prev,
  .body_photos main article #photos_autumn .photos_autumn_collection .slick-next {
    width: 24px;
    height: 24px;
  }
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-prev:before,
.body_photos main article #photos_autumn .photos_autumn_collection .slick-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-prev {
  left: 0;
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-next {
  right: 0;
}
.body_photos main article #photos_autumn .photos_autumn_collection .slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card {
  display: block;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
.body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  object-fit: cover;
}
.body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: left;
  box-sizing: border-box;
}
.body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body .photos_autumn_collection-card_title {
  margin: 0 0 3rem;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body .photos_autumn_collection-card_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body .photos_autumn_collection-card_title {
    font-size: 16px;
  }
}
.body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body .photos_autumn_collection-card_text {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body .photos_autumn_collection-card_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_autumn .photos_autumn_collection .photos_autumn_collection-card a .photos_autumn_collection-card_body .photos_autumn_collection-card_text {
    font-size: 16px;
  }
}
.body_photos main article #photos_winter {
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}
.body_photos main article #photos_winter .photos_winter_subheading {
  margin-bottom: 2rem;
  font-size: 30px;
  color: aqua;
  font-family: "Great Vibes", cursive;
}
.body_photos main article #photos_winter .photos_winter_collection {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_winter .photos_winter_collection {
    padding: 0 20px;
  }
}
.body_photos main article #photos_winter .photos_winter_collection .slick-list {
  overflow: visible;
  overflow-x: hidden;
  padding-bottom: 40px;
}
.body_photos main article #photos_winter .photos_winter_collection .slick-slide {
  height: auto;
  margin: 0 10px;
}
.body_photos main article #photos_winter .photos_winter_collection .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_winter .photos_winter_collection .slick-dots {
    width: 100%;
  }
}
.body_photos main article #photos_winter .photos_winter_collection .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_winter .photos_winter_collection .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.body_photos main article #photos_winter .photos_winter_collection .slick-dots li button:before {
  color: #ccc;
  opacity: 1;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_winter .photos_winter_collection .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
  }
}
.body_photos main article #photos_winter .photos_winter_collection .slick-dots li.slick-active button:before {
  color: aqua;
  opacity: 1;
}
.body_photos main article #photos_winter .photos_winter_collection .slick-prev,
.body_photos main article #photos_winter .photos_winter_collection .slick-next {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_winter .photos_winter_collection .slick-prev,
  .body_photos main article #photos_winter .photos_winter_collection .slick-next {
    width: 24px;
    height: 24px;
  }
}
.body_photos main article #photos_winter .photos_winter_collection .slick-prev:before,
.body_photos main article #photos_winter .photos_winter_collection .slick-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}
.body_photos main article #photos_winter .photos_winter_collection .slick-prev {
  left: 0;
}
.body_photos main article #photos_winter .photos_winter_collection .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.body_photos main article #photos_winter .photos_winter_collection .slick-next {
  right: 0;
}
.body_photos main article #photos_winter .photos_winter_collection .slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card {
  display: block;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
.body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  object-fit: cover;
}
.body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: left;
  box-sizing: border-box;
}
.body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body .photos_winter_collection-card_title {
  margin: 0 0 3rem;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body .photos_winter_collection-card_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body .photos_winter_collection-card_title {
    font-size: 16px;
  }
}
.body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body .photos_winter_collection-card_text {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body .photos_winter_collection-card_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos main article #photos_winter .photos_winter_collection .photos_winter_collection-card a .photos_winter_collection-card_body .photos_winter_collection-card_text {
    font-size: 16px;
  }
}
.body_photos footer {
  margin: 6rem 0 2rem;
  color: #333333;
  font-family: "Playfair Display", cursive;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_photos footer h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_photos footer h6 {
    font-size: 10px;
  }
}

.body_contact {
  min-height: 100vh;
  display: block;
  font-size: 16px;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(255, 153, 172) 100%);
  background-repeat: no-repeat;
  font-family: "Playfair Display", cursive;
}
@media screen and (max-width: 1024px) {
  .body_contact {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .body_contact {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .body_contact {
    font-size: 80%;
  }
}
.body_contact {
  box-sizing: border-box;
  color: #333333;
}
.body_contact .fv-hero-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_contact .fv-hero-header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_contact .fv-hero-header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_contact .fv-hero-header .header_wrap {
    width: 50%;
  }
}
.body_contact .fv-hero-header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_contact .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_contact .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_contact .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_contact .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
.body_contact main article #contact {
  width: 60%;
  box-sizing: border-box;
  margin: 4rem auto 0;
  padding: 4rem 6rem 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .body_contact main article #contact {
    padding: 4rem 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact {
    width: 75%;
    padding: 4rem 4rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact {
    width: 80%;
    padding: 2rem 1rem 2rem;
  }
}
.body_contact main article #contact h2 {
  margin-bottom: 3rem;
  font-size: 40px;
  text-align: center;
  font-family: "Petit Formal Script", cursive;
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.body_contact main article #contact .contact_form_item {
  padding: 0.75rem 0;
  width: 100%;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact .contact_form_item {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact .contact_form_item {
    display: block;
  }
}
.body_contact main article #contact .contact_form_item .Form-Item-Label {
  width: 35%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact .contact_form_item .Form-Item-Label {
    width: 100%;
    margin: 1rem 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact .contact_form_item .Form-Item-Label {
    width: 100%;
    margin: 0.5rem 0;
    font-size: 14px;
  }
}
.body_contact main article #contact .contact_form_item .Form-Item-Textarea-title {
  height: 6rem;
  border: 1px solid #333333;
  border-radius: 4px;
  margin-left: 2rem;
  height: 2.5rem;
  flex: 1;
  box-sizing: border-box;
  resize: none;
  background-color: #ebebeb;
}
@media screen and (max-width: 1024px) {
  .body_contact main article #contact .contact_form_item .Form-Item-Textarea-title {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact .contact_form_item .Form-Item-Textarea-title {
    width: 100%;
    margin: 0 auto;
    height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact .contact_form_item .Form-Item-Textarea-title {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
  }
}
.body_contact main article #contact .contact_form_item .textarea_free {
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact .contact_form_item .textarea_free {
    height: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact .contact_form_item .textarea_free {
    height: 6rem;
  }
}
.body_contact main article #contact .contact_submit {
  text-align: center;
  margin: 2rem auto 0;
}
.body_contact main article #contact .contact_submit .Form-Btn {
  display: inline-block;
  padding: 0.5rem 3rem;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  background-color: #333333;
  color: #ffffff;
  font-family: "Playfair Display", cursive;
}
@media screen and (max-width: 768px) {
  .body_contact main article #contact .contact_submit .Form-Btn {
    padding: 0.75rem 3rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .body_contact main article #contact .contact_submit .Form-Btn {
    font-size: 12px;
  }
}
.body_contact main article #contact .contact_submit .Form-Btn:hover {
  background-color: #ffffff;
  color: #333333;
  transition: 0.5s;
}
.body_contact footer {
  margin: 6rem 0 2rem;
  color: #333333;
  font-family: "Playfair Display", cursive;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_contact footer h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_contact footer h6 {
    font-size: 10px;
  }
}

.body_blog {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .body_blog {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .body_blog {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .body_blog {
    font-size: 80%;
  }
}
.body_blog {
  box-sizing: border-box;
  color: #333333;
  font-family: "Playfair Display", cursive;
}

/* 20251229追記 */
.body_blog .fv-hero-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_blog .fv-hero-header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_blog .fv-hero-header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_blog .fv-hero-header .header_wrap {
    width: 50%;
  }
}
.body_blog .fv-hero-header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_blog .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_blog .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_blog .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
/* 20251229追記ここまで */

.body_blog main article header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_blog main article header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_blog main article header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main article header .header_wrap {
    width: 50%;
  }
}
.body_blog main article header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_blog main article header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_blog main article header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main article header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_blog main article header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.body_blog main article header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a:hover {
  opacity: 0.7;
}
.body_blog main article header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a:hover .blog_article_textbox p::after {
  transform: scale(1, 1);
}
.body_blog main article #blog {
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #333333;
}
.body_blog main article #blog .page_heading {
  margin: 3rem 0;
  text-align: center;
  font-size: 40px;
  font-family: "Petit Formal Script", cursive;
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .page_heading {
    font-size: 20px;
  }
}
.body_blog main article #blog .blog_article {
  margin-bottom: 5rem;
  align-items: center;
}
.body_blog main article #blog .blog_article a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.body_blog main article #blog .blog_article a:hover {
  opacity: 0.7;
}
.body_blog main article #blog .blog_article a:hover .blog_article_textbox p::after {
  transform: scale(1, 1);
}
.body_blog main article #blog .blog_article a .blog_article_textbox {
  width: 40%;
  z-index: 2;
  position: relative;
  margin-right: -20%;
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .blog_article a .blog_article_textbox {
    width: 60%;
    margin-right: -40%;
  }
}
.body_blog main article #blog .blog_article a .blog_article_textbox h5 {
  padding-bottom: 1rem;
  font-size: 62px;
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
@media screen and (max-width: 1024px) {
  .body_blog main article #blog .blog_article a .blog_article_textbox h5 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .body_blog main article #blog .blog_article a .blog_article_textbox h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .blog_article a .blog_article_textbox h5 {
    font-size: 20px;
    padding-bottom: 0.2rem;
  }
}
.body_blog main article #blog .blog_article a .blog_article_textbox p {
  font-size: 30px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  position: relative;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .body_blog main article #blog .blog_article a .blog_article_textbox p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .blog_article a .blog_article_textbox p {
    font-size: 16px;
  }
}
.body_blog main article #blog .blog_article a .blog_article_textbox p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* 文字からの距離 */
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: #333; /* 線の色 */
  /* 中央から伸びるアニメーションの準備 */
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.body_blog main article #blog .blog_article a .blog_article_img {
  width: 75%;
  z-index: 1;
  position: relative;
}
.body_blog main article #blog .blog_article a .blog_article_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.body_blog main article #blog .blog_article_1 {
  margin-bottom: 5rem;
}
.body_blog main article #blog .blog_article_1 a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.body_blog main article #blog .blog_article_1 a:hover {
  opacity: 0.7;
}
.body_blog main article #blog .blog_article_1 a:hover .blog_article_textbox_1 p::after {
  transform: scale(1, 1);
}
.body_blog main article #blog .blog_article_1 a .blog_article_img_1 {
  width: 75%;
  z-index: 1;
  position: relative;
}
.body_blog main article #blog .blog_article_1 a .blog_article_img_1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 {
  width: 40%;
  z-index: 2;
  position: relative;
  margin-left: -20%;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 {
    width: 60%;
    margin-left: -40%;
  }
}
.body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 h5 {
  padding-bottom: 1rem;
  font-size: 62px;
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
@media screen and (max-width: 1024px) {
  .body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 h5 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 h5 {
    font-size: 20px;
    padding-bottom: 0.2rem;
  }
}
.body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 p {
  font-size: 30px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  position: relative;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 p {
    font-size: 16px;
  }
}
.body_blog main article #blog .blog_article_1 a .blog_article_textbox_1 p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* 文字からの距離 */
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: #333; /* 線の色 */
  /* 中央から伸びるアニメーションの準備 */
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.body_blog main footer {
  margin: 6rem 0 2rem;
  color: #333333;
  font-family: "Playfair Display", cursive;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_blog main footer h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog main footer h6 {
    font-size: 10px;
  }
}

.body_blog-detail {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .body_blog-detail {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .body_blog-detail {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail {
    font-size: 80%;
  }
}
.body_blog-detail {
  box-sizing: border-box;
  color: #333333;
  font-family: "Playfair Display", cursive;
}

/* 20251229追記 */
.body_blog-detail .fv-hero-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_blog-detail .fv-hero-header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_blog-detail .fv-hero-header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail .fv-hero-header .header_wrap {
    width: 50%;
  }
}
.body_blog-detail .fv-hero-header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_blog-detail .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_blog-detail .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_blog-detail .fv-hero-header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
/* 20251229ここまで */

.body_blog-detail main article header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.body_blog-detail main article header .header_wrap {
  width: 35%;
  margin: 0 0 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .body_blog-detail main article header .header_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail main article header .header_wrap {
    width: 50%;
  }
}
.body_blog-detail main article header .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
}
.body_blog-detail main article header .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .body_blog-detail main article header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail main article header .header_wrap .header_wrap_nav .header_wrap_nav_list {
    font-size: 10px;
  }
}
.body_blog-detail main article header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  opacity: 0.7;
}
.body_blog-detail main article header .header_wrap .header_wrap_nav .header_wrap_nav_list .header_wrap_nav_list_a .blog_article_textbox p::after {
  transform: scale(1, 1);
}
.body_blog-detail main article #blog-detail {
  width: 70%;
  margin: 0 auto;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
}
.body_blog-detail main article #blog-detail img {
  width: 100%;
}
.body_blog-detail main article #blog-detail h3 {
  margin: 1rem 0 2rem;
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .body_blog-detail main article #blog-detail h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail main article #blog-detail h3 {
    font-size: 20px;
  }
}
.body_blog-detail main article #blog-detail p {
  line-height: 24px;
}
.body_blog-detail main article #blog-detail .blog-detail_page {
  width: 60%;
  margin: 6rem auto 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .body_blog-detail main article #blog-detail .blog-detail_page {
    margin: 3rem auto 4rem;
  }
}
.body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group {
  display: flex;
  justify-content: space-between;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group a {
	color:#000000;
}
.body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group:first-child {
  justify-content: flex-start;
}
.body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group:last-child {
  justify-content: flex-end;
}
.body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group p {
  padding: 0 0.25rem;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail main article #blog-detail .blog-detail_page .blog-detail_page_group p {
    font-size: 12px;
    justify-content: center;
    align-items: center;
  }
}
.body_blog-detail main article #blog-detail .blog-detail_page_blog {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_blog-detail main article #blog-detail .blog-detail_page_blog {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail main article #blog-detail .blog-detail_page_blog {
    font-size: 16px;
  }
}
.body_blog-detail main article #blog-detail .blog-detail_page_blog a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.body_blog-detail main footer {
  margin: 6rem 0 2rem;
  color: #333333;
  font-family: "Playfair Display", cursive;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body_blog-detail main footer h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .body_blog-detail main footer h6 {
    font-size: 10px;
  }
}

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