@charset "UTF-8";
/*----------------------------------------
   共通設定
----------------------------------------*/
body {
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #28292a;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  padding-top: 130px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  main {
    padding-top: 19vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* フォント
----------------------------------------*/
@font-face {
  font-family: "Alumni Sans Pinstripe";
  src: url("../fonts/AlumniSansPinstripe-Regular.woff2") format("woff2"), url("../fonts/AlumniSansPinstripe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* ボタン
----------------------------------------*/
.btn {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn .btn_text {
  font-weight: 700;
  transition: all 0.3s;
}

.btn .arrow_box {
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn .icon_arrow {
  width: 7px;
  height: 12px;
  transition: all 0.3s;
}

.icon_box {
  width: 27px;
  height: 21px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_box svg {
  width: 100%;
  height: 100%;
  display: block;
}

.icon_box svg .icon-bg {
  fill: #fff;
}

.icon_box svg .icon-main {
  fill: #28292a;
}

@media (max-width: 768px) {
  .btn .arrow_box {
    width: 1.66vw;
    height: 2.85vw;
  }
  .btn .icon_arrow {
    width: 1.66vw;
    height: 2.85vw;
  }
  .icon_box {
    width: 6.41vw;
    height: 4.99vw;
  }
}
/* タイトル
----------------------------------------*/
.title_box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.title_box .ja {
  font-size: 24px;
  font-weight: 700;
}

.title_box .en {
  font-size: 20px;
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .title_box {
    gap: 1.19vw;
  }
  .title_box .ja {
    font-size: 5.7vw;
  }
  .title_box .en {
    font-size: 4.75vw;
  }
}
/*----------------------------------------
   ヘッダー
----------------------------------------*/
#pc_header.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 130px;
  padding: 0 83px;
}
#pc_header.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
#pc_header.header .header_inner .logo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pc_header.header .header_inner .logo .image_box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
#pc_header.header .header_inner .logo .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#pc_header.header .header_inner .header_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#pc_header.header .header_inner .header_right .header_contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#pc_header.header .header_inner .header_right .header_contact .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
#pc_header.header .header_inner .header_right .header_contact .phone .image_box {
  width: 19px;
  height: 25px;
}
#pc_header.header .header_inner .header_right .header_contact .phone .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#pc_header.header .header_inner .header_right .header_contact .phone .phone_text {
  font-size: 30px;
  font-weight: 700;
}
#pc_header.header .header_inner .header_right .header_contact .sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
#pc_header.header .header_inner .header_right .header_contact .sns .sns_item {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.3s;
}
#pc_header.header .header_inner .header_right .header_contact .sns .sns_item:hover {
  opacity: 0.7;
}
#pc_header.header .header_inner .header_right .header_contact .sns .sns_item .image_box {
  width: 100%;
  height: 100%;
}
#pc_header.header .header_inner .header_right .header_contact .sns .sns_item .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation {
  background-color: #28292a;
  width: 250px;
  height: 50px;
  border: 1px solid #28292a;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation .btn_text {
  font-size: 16px;
  color: #fff;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation .arrow_box {
  right: 10px;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation .arrow_box .icon_arrow {
  stroke: #fff;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation:hover {
  background-color: #fff;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation:hover .btn_text {
  color: #28292a;
}
#pc_header.header .header_inner .header_right .header_contact .btn.btn_reservation:hover .icon_arrow {
  stroke: #28292a;
}
#pc_header.header .header_inner .header_right .nav {
  width: 100%;
}
#pc_header.header .header_inner .header_right .nav .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#pc_header.header .header_inner .header_right .nav .list .item {
  margin: 0;
}
#pc_header.header .header_inner .header_right .nav .list .item .link {
  font-size: 16px;
  font-weight: 700;
  color: #28292a;
  transition: all 0.3s;
}
#pc_header.header .header_inner .header_right .nav .list .item .link:hover {
  opacity: 0.7;
}

#sp_header.header {
  display: none;
}

#sp_menu.sp_menu {
  display: none;
}

.btn_menu {
  display: none;
}

@media screen and (max-width: 1040px) {
  #pc_header.header {
    padding: 0 30px;
  }
  #pc_header.header .header_inner .header_right .header_contact .phone {
    display: none;
  }
  #pc_header.header .header_inner .header_right .nav .list {
    display: none;
  }
  #pc_header.header .header_inner .header_right {
    gap: 0;
  }
}
@media (max-width: 768px) {
  #pc_header.header {
    display: none;
  }
  #sp_header.header {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 19vw;
    padding: 0 0 0 4.75vw;
  }
  #sp_header.header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 100%;
    position: relative;
    padding-right: 19vw;
  }
  #sp_header.header .header_inner .logo {
    flex-shrink: 0;
    width: 14.25vw;
    height: 14.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sp_header.header .header_inner .logo .image_box {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  #sp_header.header .header_inner .logo .image_box .image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  #sp_header.header .header_inner .header_buttons {
    display: flex;
    align-items: center;
  }
  #sp_header.header .header_inner .header_buttons .btn_tel,
#sp_header.header .header_inner .header_buttons .btn_contact,
#sp_header.header .header_inner .header_buttons .btn_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.66vw;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 19vw;
    height: 19vw;
  }
  #sp_header.header .header_inner .header_buttons .btn_tel {
    background-color: #f0cecf;
  }
  #sp_header.header .header_inner .header_buttons .btn_tel .icon_box {
    width: 5.23vw;
    height: 6.65vw;
  }
  #sp_header.header .header_inner .header_buttons .btn_tel .btn_text {
    font-size: 2.85vw;
    font-weight: 700;
    color: #cd5a5e;
  }
  #sp_header.header .header_inner .header_buttons .btn_contact {
    background-color: #28292a;
  }
  #sp_header.header .header_inner .header_buttons .btn_contact .icon_box {
    width: 5.7vw;
    height: 6.41vw;
  }
  #sp_header.header .header_inner .header_buttons .btn_contact .btn_text {
    font-size: 2.38vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
  }
  .btn_menu {
    background-color: #cd5a5e;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 19vw;
    height: 19vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 1.66vw;
  }
  .btn_menu.active {
    background-color: transparent;
  }
  .btn_menu .icon_box {
    width: 9.74vw;
    height: 5.46vw;
    position: relative;
  }
  .btn_menu .icon_box span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: all 0.3s;
    position: absolute;
    left: 0;
  }
  .btn_menu .icon_box span:nth-child(1) {
    top: 0;
  }
  .btn_menu .icon_box span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn_menu .icon_box span:nth-child(3) {
    bottom: 0;
  }
  .btn_menu.active .icon_box span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .btn_menu.active .icon_box span:nth-child(2) {
    opacity: 0;
  }
  .btn_menu.active .icon_box span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .btn_menu .btn_text {
    font-size: 2.85vw;
    font-weight: 700;
    color: #fff;
  }
  /*----------------------------------------
     ハンバーガーメニュー
  ----------------------------------------*/
  #sp_menu.sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    text-align: center;
    pointer-events: none;
    overflow-y: auto;
  }
  #sp_menu.sp_menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
  #sp_menu.sp_menu .sp_menu_content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 23.75vw;
    padding-bottom: 16.63vw;
  }
  #sp_menu.sp_menu .sp_menu_nav {
    margin-bottom: 9.5vw;
  }
  #sp_menu.sp_menu .sp_menu_nav .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10.69vw;
  }
  #sp_menu.sp_menu .sp_menu_nav .list .item {
    margin: 0;
  }
  #sp_menu.sp_menu .sp_menu_nav .list .item .link {
    font-size: 4.75vw;
    font-weight: 400;
    color: #fff;
    display: block;
  }
  #sp_menu.sp_menu .sp_menu_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.5vw;
    margin-bottom: 9.5vw;
  }
  #sp_menu.sp_menu .sp_menu_sns .sns_item {
    display: block;
    width: 11.88vw;
    height: 11.88vw;
    border-radius: 50%;
    overflow: hidden;
  }
  #sp_menu.sp_menu .sp_menu_sns .sns_item .image_box {
    width: 100%;
    height: 100%;
  }
  #sp_menu.sp_menu .sp_menu_sns .sns_item .image_box .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #sp_menu.sp_menu .btn.btn_reservation {
    width: 59.38vw;
    height: 14.25vw;
    border: 1px solid #fff;
    background-color: #fff;
    color: #28292a;
    font-size: 3.8vw;
    font-weight: 700;
    margin: 0 auto;
  }
  #sp_menu.sp_menu .btn.btn_reservation .btn_text {
    font-size: 3.8vw;
    font-weight: 700;
    color: #28292a;
  }
  #sp_menu.sp_menu .btn.btn_reservation .arrow_box {
    right: 2.38vw;
  }
  #sp_menu.sp_menu .btn.btn_reservation .arrow_box .icon_arrow {
    stroke: #28292a;
  }
}
/*----------------------------------------
   トップページ
----------------------------------------*/
#top .mv {
  max-width: 1366px;
  margin: 0 auto;
}
#top .mv .mv_inner {
  padding: 25px 0 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 45px;
}
#top .mv .mv_inner .mv_text {
  padding: 33px 0 58px 80px;
}
#top .mv .mv_inner .mv_text .mv_title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1.4130434783;
  position: relative;
  margin-left: 24px;
}
#top .mv .mv_inner .mv_text .mv_title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -35px;
  width: 58px;
  height: 68px;
  background-image: url(../img/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#top .mv .mv_inner .mv_text .mv_title .highlight {
  color: #cd5a5e;
}
#top .mv .mv_inner .mv_text .mv_subtitle {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 36px;
  margin-left: 24px;
}
#top .mv .mv_inner .mv_slider_wrapper {
  position: relative;
  flex: 1;
}
#top .mv .mv_inner .mv_slider_wrapper .mv_slider {
  width: 100%;
  height: 100%;
}
#top .mv .mv_inner .mv_slider_wrapper .mv_slider .mv_swiper {
  width: 100%;
  height: 100%;
}
#top .mv .mv_inner .mv_slider_wrapper .mv_slider .mv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
#top .mv .mv_inner .mv_slider_wrapper .mv_slider .mv_swiper .swiper-slide .image_box {
  width: 100%;
  height: 100%;
}
#top .mv .mv_inner .mv_slider_wrapper .mv_slider .mv_swiper .swiper-slide .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top .mv .mv_inner .mv_slider_wrapper .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: -15px;
  width: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#top .mv .mv_inner .mv_slider_wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #cd5a5e;
  margin: 0;
}
#top .mv .mv_inner .mv_slider_wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd5a5e;
}
@media screen and (max-width: 1240px) {
  #top .mv .mv_inner {
    flex-direction: column;
    gap: 0;
  }
  #top .mv .mv_inner .mv_text {
    order: 2;
    padding: 70px 0 58px;
  }
  #top .mv .mv_inner .mv_slider_wrapper {
    order: 1;
    max-width: 100%;
  }
  #top .mv .mv_inner .mv_slider_wrapper .mv_slider {
    height: 61.76vw;
    width: 85.51vw;
    margin-left: auto;
  }
  #top .mv .mv_inner .mv_slider_wrapper .swiper-pagination {
    position: absolute;
    bottom: 5.7vw;
    left: 9.5vw;
  }
  #top .mv .mv_inner .mv_text {
    padding: 7.84vw 4.75vw 0;
  }
  #top .mv .mv_inner .mv_text .mv_title {
    margin-left: 6.65vw;
    margin-bottom: 0;
  }
  #top .mv .mv_inner .mv_text .mv_subtitle {
    margin-bottom: 4.75vw;
    margin-left: 6.65vw;
  }
}
@media (max-width: 768px) {
  #top .mv .mv_inner {
    flex-direction: column;
    padding: 4.75vw 0 0;
    gap: 0;
  }
  #top .mv .mv_inner .mv_text {
    order: 2;
  }
  #top .mv .mv_inner .mv_slider_wrapper {
    order: 1;
    max-width: 100%;
  }
  #top .mv .mv_inner .mv_slider_wrapper .mv_slider {
    height: 61.76vw;
    width: 85.51vw;
    margin-left: auto;
  }
  #top .mv .mv_inner .mv_slider_wrapper .swiper-pagination {
    position: absolute;
    bottom: 5.7vw;
    left: 9.5vw;
  }
  #top .mv .mv_inner .mv_text {
    padding: 7.84vw 4.75vw 0;
  }
  #top .mv .mv_inner .mv_text .mv_title {
    font-size: 8.31vw;
    line-height: 1.3714285714;
    margin-left: 6.65vw;
    margin-bottom: 0;
  }
  #top .mv .mv_inner .mv_text .mv_title::before {
    top: -8.31vw;
    left: -5.94vw;
    width: 9.98vw;
    height: 11.88vw;
  }
  #top .mv .mv_inner .mv_text .mv_subtitle {
    font-size: 4.75vw;
    line-height: 1.8;
    margin-bottom: 4.75vw;
    margin-left: 6.65vw;
  }
}

/*----------------------------------------
   mv_loopセクション
----------------------------------------*/
.mv_loop {
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
}

.mv_loop .mv_loop_inner {
  display: flex;
  align-items: center;
  gap: 40px;
  -webkit-animation: loop 60s linear infinite;
          animation: loop 60s linear infinite;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv_loop .mv_loop_inner .mv_loop_text {
  font-size: 130px;
  color: #f0cecf;
  flex-shrink: 0;
  font-family: "Alumni Sans Pinstripe";
  letter-spacing: 0.09em;
  line-height: 1;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 768px) {
  .mv_loop {
    margin-top: 4.75vw;
  }
  .mv_loop .mv_loop_inner .mv_loop_text {
    font-size: 17.34vw;
  }
}
/*----------------------------------------
   Aboutセクション
----------------------------------------*/
#top .about {
  margin-top: 55px;
  padding-bottom: 100px;
  position: relative;
}

#top .about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 687px;
  background-color: #f4f9fa;
  z-index: -1;
}

#top .about .about_inner {
  display: flex;
  gap: 85px;
  max-width: 1366px;
  margin: 0 auto;
}

#top .about .about_inner .about_image .image_box {
  width: 700px;
  height: 500px;
  position: relative;
}

#top .about .about_inner .about_image .image_box::before {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -20px;
  width: 360px;
  height: 140px;
  background-image: url(../img/about_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#top .about .about_inner .about_image .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .about .about_inner .about_content {
  padding-top: 153px;
  width: 425px;
  padding-right: 20px;
}

#top .about .about_inner .about_content .about_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 50px;
  position: relative;
}

#top .about .about_inner .about_content .about_title::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -34px;
  width: 400px;
  height: 45px;
  background-image: url(../img/pen.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .about .about_inner .about_content .about_title .highlight {
  color: #cd5a5e;
  margin-left: -12px;
  margin-right: -12px;
}

#top .about .about_inner .about_content .about_text {
  font-size: 16px;
  line-height: 2.625;
}

@media screen and (max-width: 1240px) {
  #top .about::before {
    height: 1000px;
  }
  #top .about .about_inner {
    flex-direction: column;
    gap: 40px;
  }
  #top .about .about_inner .about_image .image_box {
    margin: 0 auto;
  }
  #top .about .about_inner .about_content {
    padding-top: 60px;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #top .about {
    margin-top: 5.94vw;
    padding-bottom: 11.88vw;
  }
  #top .about::before {
    height: 153.92vw;
  }
  #top .about .about_inner {
    display: flex;
    flex-direction: column;
    gap: 12.35vw;
    max-width: 100%;
  }
  #top .about .about_inner .about_image .image_box {
    width: 95.01vw;
    height: 64.13vw;
  }
  #top .about .about_inner .about_image .image_box::before {
    content: "";
    bottom: -7.84vw;
    right: -2.38vw;
    width: 45.13vw;
    height: 17.58vw;
  }
  #top .about .about_inner .about_image .image_box .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #top .about .about_inner .about_content {
    flex: 1;
    padding: 0 4.75vw;
    width: 100%;
  }
  #top .about .about_inner .about_content .about_title {
    font-size: 5.7vw;
    font-weight: 700;
    line-height: 1.6666666667;
    margin-bottom: 11.4vw;
    padding-left: 9.03vw;
  }
  #top .about .about_inner .about_content .about_title::before {
    bottom: -6.41vw;
    left: 0;
    width: 81.47vw;
    height: 10.93vw;
  }
  #top .about .about_inner .about_content .about_title .highlight {
    margin-left: -2.85vw;
    margin-right: -2.85vw;
  }
  #top .about .about_inner .about_content .about_text {
    font-size: 3.8vw;
    line-height: 1.875;
    letter-spacing: -0.05em;
  }
}
/*----------------------------------------
   CTAセクション
----------------------------------------*/
#top .cta {
  background-color: #f0cecf;
  padding: 45px 0;
}

#top .cta .cta_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .cta .cta_inner .btn_cta {
  width: 280px;
  height: 60px;
  background-color: #fff;
  justify-content: flex-start;
}

#top .cta .cta_inner .btn_cta.btn_shop {
  gap: 17px;
  padding-left: 69px;
}

#top .cta .cta_inner .btn_cta.btn_shop .icon_box {
  width: 29px;
  height: 28px;
}

#top .cta .cta_inner .btn_cta.btn_line {
  gap: 16px;
  padding-left: 74px;
}

#top .cta .cta_inner .btn_cta.btn_line .icon_box {
  width: 27px;
  height: 21px;
}

#top .cta .cta_inner .btn_cta.btn_online {
  gap: 4px;
  padding-left: 27px;
}

#top .cta .cta_inner .btn_cta.btn_online .icon_box {
  width: 37px;
  height: 31px;
}

#top .cta .cta_inner .btn_cta .btn_text {
  font-size: 20px;
  color: #cd5a5e;
}

#top .cta .cta_inner .btn_cta .arrow_box {
  right: 15px;
}

#top .cta .cta_inner .btn_cta .arrow_box svg {
  stroke: #cd5a5e;
}

@media (min-width: 769px) {
  #top .cta .cta_inner .btn_cta:hover {
    background-color: #cd5a5e;
  }
  #top .cta .cta_inner .btn_cta:hover .btn_text {
    color: #fff;
  }
  #top .cta .cta_inner .btn_cta:hover .arrow_box svg {
    stroke: #fff;
  }
}
@media screen and (max-width: 1040px) {
  #top .cta .cta_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #top .cta {
    padding: 9.5vw 0;
  }
  #top .cta .cta_inner {
    flex-direction: column;
    gap: 4.75vw;
  }
  #top .cta .cta_inner .btn_cta {
    width: 80.76vw;
    height: 14.25vw;
  }
  #top .cta .cta_inner .btn_cta.btn_shop {
    gap: 4.28vw;
    padding-left: 24.94vw;
  }
  #top .cta .cta_inner .btn_cta.btn_shop .icon_box {
    width: 6.65vw;
    height: 6.41vw;
  }
  #top .cta .cta_inner .btn_cta .btn_text {
    font-size: 4.75vw;
  }
  #top .cta .cta_inner .btn_cta.btn_line {
    gap: 3.8vw;
    padding-left: 26.13vw;
  }
  #top .cta .cta_inner .btn_cta.btn_line .icon_box {
    width: 6.41vw;
    height: 4.99vw;
  }
  #top .cta .cta_inner .btn_cta.btn_online {
    gap: 0.95vw;
    padding-left: 14.96vw;
  }
  #top .cta .cta_inner .btn_cta.btn_online .icon_box {
    width: 8.79vw;
    height: 7.36vw;
  }
  #top .cta .cta_inner .btn_cta .arrow_box {
    right: 3.56vw;
  }
}
/*----------------------------------------
   Productsセクション
----------------------------------------*/
#top .products {
  padding: 76px 0;
  position: relative;
}

#top .products::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background-color: #f3f3f3;
  z-index: -1;
}

#top .products .products_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .products .products_inner .products_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#top .products .products_inner .products_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 53px;
  height: 75px;
  transform: translateY(-25%);
  background-image: url(../img/products_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .products .products_inner .products_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  width: 49px;
  height: 90px;
  transform: translateY(-25%);
  background-image: url(../img/products_illust02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .products .products_inner .products_subtitle {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.875;
  margin-bottom: 47px;
}

#top .products .products_inner .products_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(201px, 1fr));
  gap: 65px;
}

#top .products .products_inner .products_list .product_item {
  display: flex;
  flex-direction: column;
}

#top .products .products_inner .products_list .product_item .product_image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 15px;
}

#top .products .products_inner .products_list .product_item .product_image .image_box {
  width: 100%;
  height: 100%;
}

#top .products .products_inner .products_list .product_item .product_image .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .products .products_inner .products_list .product_item .product_title {
  font-size: 18px;
  font-weight: 700;
  color: #cd5a5e;
  margin-bottom: 10px;
  line-height: 1.5555555556;
}

#top .products .products_inner .products_list .product_item .product_text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #top .products {
    padding: 11.88vw 0;
    position: relative;
  }
  #top .products::before {
    height: 242.28vw;
  }
  #top .products .products_inner .products_title {
    font-size: 5.7vw;
    line-height: 1.4166666667;
    text-align: center;
  }
  #top .products .products_inner .products_title::before {
    top: 50%;
    transform: translateY(-50%);
  }
  #top .products .products_inner .products_title::after {
    top: 50%;
    right: -10.69vw;
    transform: translateY(-50%);
  }
  #top .products .products_inner .products_subtitle {
    margin-top: 0.48vw;
    margin-bottom: 9.5vw;
  }
  #top .products .products_inner .products_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.94vw 7.13vw;
  }
  #top .products .products_inner .products_list .product_item .product_title {
    font-size: 4.28vw;
    margin-bottom: 1.43vw;
  }
  #top .products .products_inner .products_list .product_item .product_text {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
   Experienceセクション
----------------------------------------*/
#top .experience {
  position: relative;
}

#top .experience .experience_inner {
  padding: 180px 0;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

#top .experience .experience_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
  height: 100px;
  background-image: url(../img/experience_illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .experience .experience_inner .experience_title_box {
  position: relative;
}

#top .experience .experience_inner .experience_title_box::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background-image: url(../img/experience_illust02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .experience .experience_inner .experience_title_box .experience_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

#top .experience .experience_inner .experience_title_box .experience_subtitle {
  font-size: 60px;
  font-weight: 400;
  font-family: "Alumni Sans Pinstripe", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.09em;
  position: relative;
  margin-bottom: 13px;
}

#top .experience .experience_inner .experience_title_box .experience_subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 543px;
  height: 62px;
  background-image: url(../img/experience_illust03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

#top .experience .experience_inner .experience_text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
  text-align: center;
  margin-top: 55px;
}

#top .experience .experience_inner .experience_text_box .experience_text {
  font-size: 16px;
  line-height: 2.625;
}

#top .experience .experience_inner .experience_image_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#top .experience .experience_inner .experience_image_box .image_box {
  position: absolute;
}

#top .experience .experience_inner .experience_image_box .image_box.image_box_01 {
  width: 350px;
  height: 270px;
  top: 475px;
  left: 0;
}

#top .experience .experience_inner .experience_image_box .image_box.image_box_02 {
  width: 250px;
  height: 300px;
  top: 710px;
  left: 150px;
}

#top .experience .experience_inner .experience_image_box .image_box.image_box_03 {
  width: 380px;
  height: 550px;
  top: 365px;
  right: 0;
}

#top .experience .experience_inner .experience_image_box .image_box.image_box_03::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -115px;
  width: 150px;
  height: 115px;
  background-image: url(../img/experience_illust04.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
  #top .experience .experience_inner .experience_image_box {
    position: relative;
    top: 0;
    right: 0;
    width: 750px;
    height: 650px;
    margin: 50px auto 0;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_01 {
    width: 350px;
    height: 270px;
    top: 70px;
    left: 0;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_02 {
    width: 250px;
    height: 300px;
    top: 320px;
    left: 20px;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_03 {
    width: 380px;
    height: 550px;
    top: 0;
    right: 0;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_03::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -75px;
    width: 150px;
    height: 115px;
    background-image: url(../img/experience_illust04.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #top .experience .experience_inner {
    padding: 45.13vw 0 11.88vw;
  }
  #top .experience .experience_inner::before {
    top: 2.14vw;
    width: 43.23vw;
    height: 14.49vw;
  }
  #top .experience .experience_inner .experience_title_box::before {
    top: -26.13vw;
    width: 21.14vw;
    height: 21.14vw;
  }
  #top .experience .experience_inner .experience_title_box .experience_title {
    font-size: 5.7vw;
    line-height: 1.5;
    text-align: center;
  }
  #top .experience .experience_inner .experience_title_box .experience_subtitle {
    font-size: 14.25vw;
    line-height: 0.7666666667;
    margin-bottom: 4.75vw;
    text-align: center;
  }
  #top .experience .experience_inner .experience_title_box .experience_subtitle::before {
    width: 78.86vw;
    height: 24.7vw;
    background-image: url(../img/experience_illust03_sp.png);
  }
  #top .experience .experience_inner .experience_text_box {
    padding: 0 4.75vw;
    gap: 8.08vw;
    margin-top: 3.09vw;
    margin-bottom: 7.13vw;
  }
  #top .experience .experience_inner .experience_text_box .experience_text {
    font-size: 3.8vw;
    line-height: 2.125;
  }
  #top .experience .experience_inner .experience_image_box {
    position: relative;
    width: 100%;
    height: 129.45vw;
  }
  #top .experience .experience_inner .experience_image_box .image_box {
    position: absolute;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_01 {
    width: 47.51vw;
    height: 36.82vw;
    top: 40.38vw;
    left: 4.75vw;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_02 {
    width: 40.38vw;
    height: 47.51vw;
    top: unset;
    bottom: 0;
    left: 43.94vw;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_03 {
    width: 48.69vw;
    height: 71.26vw;
    top: 0;
    right: 0;
  }
  #top .experience .experience_inner .experience_image_box .image_box.image_box_03::after {
    bottom: unset;
    top: 19vw;
    left: -26.13vw;
    width: 19.71vw;
    height: 14.96vw;
  }
}
/*----------------------------------------
   Newsセクション
----------------------------------------*/
#top .news {
  margin: 70px 0;
  padding: 64px 0 100px;
  position: relative;
  background-color: #c9e3e5;
  z-index: 1;
}

#top .news::before {
  content: "";
  position: absolute;
  top: -5.270863836vw;
  left: 0;
  width: 100%;
  height: 5.270863836vw;
  background-image: url(../img/news_bg01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 2;
}

#top .news .news_inner::before {
  content: "";
  position: absolute;
  bottom: -5.270863836vw;
  left: 0;
  width: 100%;
  height: 5.270863836vw;
  background-image: url(../img/news_bg02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
}

#top .news .news_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 70px;
}

#top .news .news_inner .news_header {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 85px;
}

#top .news .news_inner .news_header .title_box {
  position: relative;
}

#top .news .news_inner .news_header .title_box::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 75px;
  height: 75px;
  background-image: url(../img/news_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .news .news_inner .news_header .news_btn {
  width: 230px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #fff;
}

#top .news .news_inner .news_header .news_btn .btn_text {
  font-size: 18px;
  color: #000000;
}

#top .news .news_inner .news_header .news_btn .arrow_box {
  right: 15px;
}

#top .news .news_inner .news_header .news_btn .arrow_box .icon_arrow {
  stroke: #000000;
}

#top .news .news_inner .news_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#top .news .news_inner .news_list .news_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 0 15px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
  position: relative;
}

#top .news .news_inner .news_list .news_item:first-child {
  padding-top: 0;
}

#top .news .news_inner .news_list .news_item .news_date {
  font-size: 16px;
}

#top .news .news_inner .news_list .news_item .news_item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8611111111;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

#top .news .news_inner .news_list .news_item .arrow_box {
  position: absolute;
  right: 0;
  top: 64px;
  width: 7px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .news .news_inner .news_list .news_item:first-child .arrow_box {
  top: 32px;
}

#top .news .news_inner .news_list .news_item .arrow_box .icon_arrow {
  width: 100%;
  height: 100%;
  stroke: #fff;
}

#top .news .news_inner .news_list .news_item .news_arrow .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (min-width: 769px) {
  #top .news .news_inner .news_header .news_btn:hover {
    background-color: #28292a;
    color: #fff;
  }
  #top .news .news_inner .news_header .news_btn:hover .btn_text {
    color: #fff;
  }
  #top .news .news_inner .news_header .news_btn:hover .arrow_box .icon_arrow {
    stroke: #fff;
  }
  #top .news .news_inner .news_list .news_item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  #top .news {
    margin: 7.13vw 0;
    padding: 28.5vw 0 13.06vw;
  }
  #top .news::before {
    top: -7.13vw;
    width: 100%;
    height: 7.13vw;
  }
  #top .news .news_inner::before {
    bottom: -7.13vw;
    width: 100%;
    height: 7.13vw;
  }
  #top .news .news_inner {
    max-width: 100%;
    flex-direction: column;
    gap: 0;
  }
  #top .news .news_inner .news_header {
    margin-top: 0;
  }
  #top .news .news_inner .news_header .title_box {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  #top .news .news_inner .news_header .title_box::before {
    top: -21.38vw;
    left: 50%;
    transform: translateX(-50%);
    width: 17.58vw;
    height: 17.1vw;
  }
  #top .news .news_inner .news_list {
    margin-top: 7.84vw;
    margin-bottom: 10.69vw;
  }
  #top .news .news_inner .news_list .news_item {
    gap: 0.24vw;
    padding: 6.65vw 0 2.14vw;
  }
  #top .news .news_inner .news_list .news_item .news_date {
    font-size: 3.8vw;
  }
  #top .news .news_inner .news_list .news_item .news_item_title {
    font-size: 4.28vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-right: 9.5vw;
  }
  #top .news .news_inner .news_list .news_item .arrow_box {
    top: 14.96vw;
    width: 1.66vw;
    height: 2.85vw;
  }
  #top .news .news_inner .news_list .news_item:first-child .arrow_box {
    top: 8.79vw;
  }
  #top .news .news_inner .news_btn {
    width: 54.63vw;
    height: 11.88vw;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  #top .news .news_inner .news_btn .btn_text {
    font-size: 4.28vw;
  }
  #top .news .news_inner .news_btn .arrow_box {
    right: 3.56vw;
  }
  #top .news .news_inner .news_btn .arrow_box .icon_arrow {
    stroke: #28292a;
  }
}
/*----------------------------------------
   Charmセクション
----------------------------------------*/
#top .charm {
  padding: 45px 0 40px;
  margin-top: 70px;
}

#top .charm .charm_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .charm .title_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

#top .charm .title_box::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 60px;
  background-image: url(../img/charm_illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .charm .title_box::after {
  content: "";
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  height: 60px;
  background-image: url(../img/charm_illust02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .charm .charm_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 83px;
}

#top .charm .charm_list .charm_item {
  display: flex;
}

#top .charm .charm_list .charm_item.reverse {
  flex-direction: row-reverse;
}

#top .charm .charm_list .charm_item .charm_number {
  font-size: 14px;
  font-weight: 700;
  color: #ffb6c1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

#top .charm .charm_list .charm_item .cham_content_box {
  position: relative;
  width: 500px;
}

#top .charm .charm_list .charm_item .charm_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 480px;
  height: 363px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

#top .charm .charm_list .charm_item .charm_content.charm_content_01 {
  background-image: url(../img/charm_illust03.png);
  padding-top: 150px;
  padding-left: 73px;
  top: -15px;
  left: 24px;
}

#top .charm .charm_list .charm_item .charm_content.charm_content_02 {
  background-image: url(../img/charm_illust04.png);
  padding-top: 100px;
  padding-left: 87px;
  top: 19px;
  left: 0;
}

#top .charm .charm_list .charm_item .charm_content.charm_content_03 {
  background-image: url(../img/charm_illust05.png);
  padding-top: 121px;
  padding-left: 107px;
  top: 17px;
  left: 20px;
}

#top .charm .charm_list .charm_item .charm_content.charm_content_04 {
  background-image: url(../img/charm_illust06.png);
  padding-top: 102px;
  padding-left: 85px;
  top: 61px;
  left: 0;
}

#top .charm .charm_list .charm_item .charm_content .charm_list_title {
  font-size: 24px;
  font-weight: 700;
}

#top .charm .charm_list .charm_item .charm_content .charm_list_text {
  font-size: 16px;
  line-height: 2.625;
}

#top .charm .charm_list .charm_item .charm_image {
  position: relative;
  width: 100%;
  height: 450px;
  flex: 1;
}

#top .charm .charm_list .charm_item .charm_image .image_box {
  width: 100%;
  height: 450px;
}

#top .charm .charm_list .charm_item .charm_image .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .charm .charm_list .charm_item .charm_image .charm_label {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 200px;
  height: 200px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding-top: 6px;
  padding-left: 3px;
}

#top .charm .charm_list .charm_item .charm_label_title {
  font-size: 30px;
  font-weight: 700;
  color: #cd5a5e;
  font-family: "Alumni Sans Pinstripe", sans-serif;
  line-height: 1;
}

#top .charm .charm_list .charm_item .charm_label_number {
  font-size: 90px;
  color: #cd5a5e;
  font-family: "Alumni Sans Pinstripe", sans-serif;
  line-height: 0.8333333333;
}

@media screen and (max-width: 1024px) {
  #top .charm .charm_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 83px;
  }
  #top .charm .charm_list .charm_item {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  #top .charm .charm_list .charm_item.reverse {
    flex-direction: column;
  }
  #top .charm .charm_list .charm_item .cham_content_box {
    width: 500px;
    height: 450px;
    margin: 0 auto;
  }
  #top .charm .charm_list .charm_item .charm_image {
    position: relative;
    width: 500px;
    height: auto;
    flex: 1;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #top .charm {
    padding: 20.19vw 0 16.63vw;
    margin-top: 7.13vw;
  }
  #top .charm .charm_inner {
    max-width: 100%;
    padding: 0;
  }
  #top .charm .title_box::before {
    top: -19vw;
    width: 16.63vw;
    height: 14.25vw;
  }
  #top .charm .title_box::after {
    bottom: -12.35vw;
    width: 53.44vw;
    height: 14.25vw;
  }
  #top .charm .charm_list {
    margin-top: 14.73vw;
    gap: 7.13vw;
  }
  #top .charm .charm_list .charm_item {
    display: flex;
    flex-direction: column;
    gap: 5.94vw;
  }
  #top .charm .charm_list .charm_item.reverse {
    flex-direction: column;
  }
  #top .charm .charm_list .charm_item .cham_content_box {
    flex: unset;
    position: relative;
    width: calc(100% - 4.75vw);
    height: 71.26vw;
    margin: 0 auto;
  }
  #top .charm .charm_list .charm_item .charm_image {
    position: relative;
    width: 100%;
    height: 64.13vw;
  }
  #top .charm .charm_list .charm_item .charm_image .image_box {
    width: 100%;
    height: 100%;
  }
  #top .charm .charm_list .charm_item .charm_content {
    width: 100%;
    height: 71.26vw;
    gap: 2.38vw;
  }
  #top .charm .charm_list .charm_item .charm_content.charm_content_01 {
    background-image: url(../img/charm_illust03.png);
    padding-top: 26.84vw;
    padding-left: 16.39vw;
    top: 0;
    left: 0;
  }
  #top .charm .charm_list .charm_item .charm_content.charm_content_02 {
    background-image: url(../img/charm_illust04.png);
    padding-top: 20.67vw;
    padding-left: 18.29vw;
    top: 0;
    left: 0;
  }
  #top .charm .charm_list .charm_item .charm_content.charm_content_03 {
    background-image: url(../img/charm_illust05.png);
    padding-top: 25.18vw;
    padding-left: 18.76vw;
    top: 0;
    left: 0;
  }
  #top .charm .charm_list .charm_item .charm_content.charm_content_04 {
    background-image: url(../img/charm_illust06.png);
    padding-top: 19.95vw;
    padding-left: 16.15vw;
    top: 0;
    left: 0;
  }
  #top .charm .charm_list .charm_item .charm_image .charm_label {
    display: none;
  }
  #top .charm .charm_list .charm_item .charm_content .charm_list_title {
    font-size: 4.75vw;
    font-weight: 700;
  }
  #top .charm .charm_list .charm_item .charm_content .charm_list_text {
    font-size: 3.8vw;
    line-height: 1.875;
  }
}
/*----------------------------------------
   Blogセクション
----------------------------------------*/
#top .blog {
  padding: 110px 0 70px;
  position: relative;
  margin: 70px 0;
  background-color: #f3f3f3;
}

#top .blog::before {
  content: "";
  position: absolute;
  top: -5.270863836vw;
  left: 0;
  width: 100%;
  height: 5.270863836vw;
  background-image: url(../img/blog_bg01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

#top .blog::after {
  content: "";
  position: absolute;
  bottom: -5.270863836vw;
  left: 0;
  width: 100%;
  height: 5.270863836vw;
  background-image: url(../img/blog_bg02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}

#top .blog .blog_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

#top .blog .blog_inner .title_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#top .blog .blog_inner .title_box::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-image: url(../img/blog_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .blog .blog_inner .blog_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 27px 50px;
  margin-top: 32px;
  margin-bottom: 50px;
}

#top .blog .blog_inner .blog_list .blog_item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

#top .blog .blog_inner .blog_list .blog_item .blog_image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 18px;
}

#top .blog .blog_inner .blog_list .blog_item .blog_image .image_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top .blog .blog_inner .blog_list .blog_item .blog_image .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .blog .blog_inner .blog_list .blog_item .blog_date {
  font-size: 16px;
  margin-bottom: 10px;
}

#top .blog .blog_inner .blog_list .blog_item .blog_item_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #cd5a5e;
  line-height: 1.5277777778;
}

#top .blog .blog_inner .blog_list .blog_item .blog_item_text {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#top .blog .blog_inner .blog_btn {
  width: 230px;
  height: 50px;
  background-color: #fff;
  margin: 0 auto;
}

#top .blog .blog_inner .blog_btn .btn_text {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

#top .blog .blog_inner .blog_btn .arrow_box {
  right: 15px;
}

#top .blog .blog_inner .blog_btn .arrow_box .icon_arrow {
  stroke: #000000;
}

@media (min-width: 769px) {
  #top .blog .blog_inner .blog_list .blog_item:hover {
    opacity: 0.7;
  }
  #top .blog .blog_inner .blog_btn:hover {
    background-color: #000000;
    color: #fff;
  }
  #top .blog .blog_inner .blog_btn:hover .btn_text {
    color: #fff;
  }
  #top .blog .blog_inner .blog_btn:hover .arrow_box .icon_arrow {
    stroke: #fff;
  }
}
@media (max-width: 768px) {
  #top .blog {
    padding: 30.4vw 0 14.25vw;
    margin: 7.13vw 0;
  }
  #top .blog::before {
    top: -7.13vw;
    height: 7.13vw;
  }
  #top .blog::after {
    bottom: -7.13vw;
    height: 7.13vw;
  }
  #top .blog .blog_inner {
    max-width: 100%;
    padding: 0 4.75vw;
  }
  #top .blog .blog_inner .title_box::before {
    top: -20.19vw;
    width: 15.91vw;
    height: 15.68vw;
  }
  #top .blog .blog_inner .blog_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 6.89vw;
    margin-bottom: 13.06vw;
  }
  #top .blog .blog_inner .blog_list .blog_item {
    padding: 7.13vw 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #top .blog .blog_inner .blog_list .blog_item:first-child {
    padding-top: 0;
  }
  #top .blog .blog_inner .blog_list .blog_item .blog_content_box {
    display: flex;
    gap: 3.56vw;
    margin-bottom: 3.33vw;
  }
  #top .blog .blog_inner .blog_list .blog_item .blog_image {
    width: 41.81vw;
    height: 27.79vw;
    margin-bottom: 0;
  }
  #top .blog .blog_inner .blog_list .blog_item .blog_content {
    flex: 1;
  }
  #top .blog .blog_inner .blog_list .blog_item .blog_date {
    font-size: 3.8vw;
    margin-bottom: 2.38vw;
  }
  #top .blog .blog_inner .blog_list .blog_item .blog_item_title {
    font-size: 4.28vw;
    margin-bottom: 0;
    line-height: 1.5277777778;
  }
  #top .blog .blog_inner .blog_list .blog_item .blog_item_text {
    font-size: 3.8vw;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top .blog .blog_inner .blog_btn {
    width: 54.63vw;
    height: 11.88vw;
  }
  #top .blog .blog_inner .blog_btn .btn_text {
    font-size: 3.8vw;
  }
  #top .blog .blog_inner .blog_btn .arrow_box {
    right: 3.56vw;
  }
}
/*----------------------------------------
   Accessセクション
----------------------------------------*/
#top .access {
  padding: 47px 0 0;
  margin-top: 70px;
}

#top .access .access_inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

#top .access .title_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#top .access .title_box::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 53px;
  background-image: url(../img/shop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#top .access .access_info {
  display: flex;
  gap: 115px;
  margin-top: 43px;
}

#top .access .access_info .access_name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#top .access .access_info .access_name .access_name_text_small {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

#top .access .access_info .access_name .access_name_text {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}

#top .access .access_info .access_contact {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#top .access .access_info .access_contact .access_address {
  font-size: 16px;
  line-height: 1.9375;
  margin-bottom: 11px;
}

#top .access .access_info .access_contact .access_contact_box {
  display: flex;
  gap: 45px;
  align-items: center;
}

#top .access .access_info .access_contact .phone {
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}

#top .access .access_info .access_contact .phone .image_box {
  width: 23px;
  height: 30px;
}

#top .access .access_info .access_contact .phone .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#top .access .access_info .access_contact .phone .phone_text {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

#top .access .access_info .access_contact .access_contact_box .email {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

#top .access .access_info .access_contact .access_contact_box .email .image_box {
  width: 27px;
  height: 21px;
}

#top .access .access_info .access_contact .access_contact_box .email .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#top .access .access_info .access_contact .access_contact_box .email .email_text {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

#top .access .access_info .access_contact .sns_contact_box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 65px;
}

#top .access .access_info .access_contact .sns_contact_box .sns {
  display: flex;
  align-items: center;
  gap: 20px;
}

#top .access .access_info .access_contact .sns .sns_item {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.3s;
}

#top .access .access_info .access_contact .sns .sns_item .image_box {
  width: 100%;
  height: 100%;
}

#top .access .access_info .access_contact .sns .sns_item .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .access .access_info .btn.btn_reservation {
  background-color: #28292a;
  width: 250px;
  height: 50px;
  border: 1px solid #28292a;
}

#top .access .access_info .btn.btn_reservation .btn_text {
  font-size: 16px;
  color: #fff;
}

#top .access .access_info .btn.btn_reservation .arrow_box {
  right: 10px;
}

#top .access .access_info .btn.btn_reservation .arrow_box .icon_arrow {
  stroke: #fff;
}

#top .access .access_map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#top .access .access_map .image_box {
  width: 100%;
  height: 100%;
}

#top .access .access_map .image_box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (min-width: 769px) {
  #top .access .access_info .access_contact .sns .sns_item:hover {
    opacity: 0.7;
  }
  #top .access .access_info .btn.btn_reservation:hover {
    background-color: #fff;
  }
  #top .access .access_info .btn.btn_reservation:hover .btn_text {
    color: #28292a;
  }
  #top .access .access_info .btn.btn_reservation:hover .arrow_box .icon_arrow {
    stroke: #28292a;
  }
}
@media screen and (max-width: 1024px) {
  #top .access .access_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #top .access .access_info .access_contact .access_address {
    text-align: center;
  }
  #top .access .access_info .access_contact .sns_contact_box {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #top .access {
    padding: 22.57vw 0 0;
    margin-top: 7.13vw;
  }
  #top .access .access_inner {
    max-width: 100%;
    padding: 0 4.75vw;
  }
  #top .access .title_box::before {
    top: -17.81vw;
    width: 13.3vw;
    height: 12.59vw;
  }
  #top .access .access_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.38vw;
    margin-top: 2.38vw;
  }
  #top .access .access_info .access_name {
    gap: 1.19vw;
  }
  #top .access .access_info .access_name .access_name_text_small {
    font-size: 4.28vw;
  }
  #top .access .access_info .access_name .access_name_text {
    font-size: 5.94vw;
  }
  #top .access .access_info .access_contact .access_address {
    font-size: 3.8vw;
    line-height: 1.9375;
    margin-bottom: 4.75vw;
    text-align: center;
  }
  #top .access .access_info .access_contact .access_contact_box {
    flex-direction: column;
    gap: 3.56vw;
  }
  #top .access .access_info .access_contact .phone {
    display: flex;
    align-items: center;
    gap: 1.9vw;
    pointer-events: auto;
  }
  #top .access .access_info .access_contact .phone .image_box {
    width: 5.46vw;
    height: 7.13vw;
  }
  #top .access .access_info .access_contact .phone .phone_text {
    font-size: 8.79vw;
  }
  #top .access .access_info .access_contact .access_contact_box .email {
    gap: 1.9vw;
  }
  #top .access .access_info .access_contact .access_contact_box .email .image_box {
    width: 6.41vw;
    height: 4.99vw;
  }
  #top .access .access_info .access_contact .access_contact_box .email .email_text {
    font-size: 4.75vw;
    font-weight: 700;
    border-bottom: 1px solid #000000;
  }
  #top .access .access_info .access_contact .sns_contact_box {
    display: flex;
    flex-direction: column;
    gap: 6.65vw;
    align-items: center;
    margin-top: 5.94vw;
    margin-bottom: 11.88vw;
  }
  #top .access .access_info .access_contact .sns_contact_box .sns {
    gap: 9.5vw;
  }
  #top .access .access_info .access_contact .sns .sns_item {
    width: 11.88vw;
    height: 11.88vw;
  }
  #top .access .access_info .btn.btn_reservation {
    width: 59.38vw;
    height: 11.88vw;
  }
  #top .access .access_info .btn.btn_reservation .btn_text {
    font-size: 3.8vw;
  }
  #top .access .access_info .btn.btn_reservation .arrow_box {
    right: 2.38vw;
  }
  #top .access .access_map {
    height: 99.76vw;
  }
}
/*----------------------------------------
   フッター
----------------------------------------*/
.footer {
  background-color: #f0cecf;
  padding: 45px 20px 15px;
}

.footer .footer_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer .footer_inner .footer_nav {
  margin-bottom: 40px;
}

.footer .footer_inner .footer_nav .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer .footer_inner .footer_nav .list .item .link {
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}

.footer .footer_inner .footer_logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer_inner .footer_logo .image_box {
  width: 100%;
  height: 100%;
}

.footer .footer_inner .footer_logo .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.footer .footer_inner .footer_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer .footer_inner .footer_address {
  font-size: 16px;
  line-height: 1.9375;
  margin-bottom: 35px;
}

.footer .footer_inner .footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.footer .footer_inner .footer_sns .sns_item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}

.footer .footer_inner .footer_sns .sns_item .image_box {
  width: 100%;
  height: 100%;
}

.footer .footer_inner .footer_sns .sns_item .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.footer .footer_inner .footer_copyright {
  font-size: 14px;
}

@media (min-width: 769px) {
  .footer .footer_inner .footer_nav .list .item .link:hover {
    opacity: 0.7;
  }
  .footer .footer_inner .footer_sns .sns_item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 7.13vw 0 7.13vw;
  }
  .footer .footer_inner {
    max-width: 100%;
    padding: 0 4.75vw;
  }
  .footer .footer_inner .footer_nav {
    margin-bottom: 9.5vw;
  }
  .footer .footer_inner .footer_nav .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    text-align: left;
  }
  .footer .footer_inner .footer_nav .list .item .link {
    font-size: 3.8vw;
    line-height: 2;
  }
  .footer .footer_inner .footer_logo {
    width: 14.25vw;
    height: 14.25vw;
    margin: 0 auto 5.46vw;
  }
  .footer .footer_inner .footer_name {
    font-size: 4.75vw;
    margin-bottom: 2.61vw;
  }
  .footer .footer_inner .footer_address {
    font-size: 3.8vw;
    margin-bottom: 6.65vw;
  }
  .footer .footer_inner .footer_sns {
    gap: 9.5vw;
    margin-bottom: 8.31vw;
  }
  .footer .footer_inner .footer_sns .sns_item {
    width: 11.88vw;
    height: 11.88vw;
  }
  .footer .footer_inner .footer_copyright {
    font-size: 3.33vw;
  }
}
/*# sourceMappingURL=style.css.map */