@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  overflow: clip;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  letter-spacing: 0.05em;
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.txt_base {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.txt_base p {
  letter-spacing: 0.05em;
  font-size: 1em;
  line-height: 2.1;
}
.txt_base p:not(:last-child) {
  margin-bottom: 1em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb140 {
  margin-bottom: 140px;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto;
}
.main_width.m_30 {
  width: calc(100% - 60px);
}

.top_wrapper {
  margin-left: 80px;
}
@media (max-width: 768px) {
  .top_wrapper {
    margin-left: 0;
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/* header */
/********************************************/
.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px 10px 27px;
  width: auto;
  height: 100vh;
  background-color: #F7F9FA;
  z-index: 98;
}
@media (max-width: 768px) {
  .header .inner {
    bottom: initial;
    right: 0;
    padding: 15px 20px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    mix-blend-mode: difference;
  }
}
.header .inner .flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .header .inner .flex {
    flex-direction: row;
    justify-content: center;
  }
}

.header .inner .flex .logo {
  width: 60px;
}
.header .inner .flex .logo img {
  display: block;
  width: 100%;
}

.header .inner .flex .nav_open_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .inner .flex .nav_open_btn {
    display: block;
    left: initial;
    width: 10px;
    height: 30px;
  }
}
.header .inner .flex .nav_open_btn img {
  width: 10px;
  height: 40px;
}
@media (max-width: 768px) {
  .header .inner .flex .nav_open_btn img {
    height: 100%;
  }
}

.header .inner .flex .bottom_po .btn_list {
  margin-bottom: 46px;
}
.header .inner .flex .bottom_po .btn_list .btn a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s;
}
.header .inner .flex .bottom_po .btn_list .btn a img {
  display: block;
  margin-bottom: 5px;
  width: auto;
}
.header .inner .flex .bottom_po .btn_list .btn a .txt {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
}
.header .inner .flex .bottom_po .btn_list .btn a:hover {
  opacity: 0.7;
}
.header .inner .flex .bottom_po .btn_list .btn:not(:last-child) {
  margin-bottom: 19px;
}

.lang_area {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.lang_area .btn {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 1em;
  opacity: 0.45;
}
.lang_area .btn.active {
  opacity: 1;
}
.lang_area .slash:before {
  content: "";
  display: block;
  margin: 0 0.5em 0 0.4em;
  background-color: #000;
  width: 1px;
  height: 0.7em;
  transform: rotate(45deg);
}

.header .nav_box {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: auto;
  height: 100vh;
  background-color: #F7F9FA;
  z-index: 99;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .header .nav_box {
    left: initial;
    right: -100%;
    width: 80%;
  }
}
.header .nav_box.open {
  left: 0;
  right: initial;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .header .nav_box.open {
    left: initial;
    right: 0;
  }
}

.header .nav_box .nav_inner {
  display: flex;
  gap: 65px;
  height: 100%;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner {
    display: block;
  }
}

.header .nav_box .nav_inner .left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  padding: 27px 0 27px 20px;
  height: 100%;
}
.header .nav_box .nav_inner .left .nav_close_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
.header .nav_box .nav_inner .left .nav_close_btn img {
  width: 14px;
  height: 40px;
}

.header .nav_box .nav_inner .right {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right {
    padding-right: 0;
    height: 100%;
  }
}
.header .nav_box .nav_inner .right .scroll_area {
  padding: 30px 0 20px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header .nav_box .nav_inner .right .scroll_area::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area {
    padding: 20px 0 40px;
    margin: auto;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .nav_close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
    height: 30px;
  }
  .header .nav_box .nav_inner .right .nav_close_btn img {
    width: 100%;
    height: 100%;
  }
}

.header .nav_box .nav_inner .right .scroll_area .logo {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .logo {
    margin-bottom: 15px;
  }
}
.header .nav_box .nav_inner .right .scroll_area .logo img {
  display: block;
  width: 100%;
  max-width: 120px;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .logo img {
    margin: auto;
    max-width: 60px;
  }
}

.header .nav_box .nav_inner .right .scroll_area .list_area {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .list_area {
    margin-bottom: 20px;
    padding-left: 46px;
  }
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .list_area .nav_list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item {
  position: relative;
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item:not(:last-child) {
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item:not(:last-child) {
    padding-bottom: 8px;
  }
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #707070;
  height: 1px;
  width: 0;
  transition: all 0.5s;
  z-index: 1;
  transition: all 0.5s;
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item:has(a:hover):after {
  width: 100%;
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item a {
  display: inline-block;
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item a .en {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  background-color: #F7F9FA;
  font-size: 2.2rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1.7;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item a .en {
    font-size: 2rem;
  }
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item a .ja {
  position: relative;
  display: block;
  background-color: #F7F9FA;
  margin-top: -0.2em;
  color: #4D5357;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  transition: all 0.5s;
  z-index: 2;
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item a:hover .en {
  color: rgba(0, 0, 0, 0.7);
}
.header .nav_box .nav_inner .right .scroll_area .list_area .nav_list .item a:hover .ja {
  color: rgba(77, 83, 87, 0.7);
}

@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .shop_btn {
    padding-left: 46px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .shop_btn a {
    justify-content: center;
    margin-right: auto;
    width: 100%;
    max-width: 163px;
  }
  .header .nav_box .nav_inner .right .scroll_area .shop_btn a .txt .en {
    font-size: 1.6rem;
  }
  .header .nav_box .nav_inner .right .scroll_area .shop_btn a .txt .ja {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .header .nav_box .nav_inner .right .scroll_area .lang_area {
    padding-left: 46px;
    justify-content: flex-start;
  }
}

.header .sp_btn_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  border-top: 1px solid #fff;
  mix-blend-mode: difference;
  z-index: 97;
}
.header .sp_btn_bottom .btn {
  width: 50%;
}
.header .sp_btn_bottom .btn a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  height: 100%;
}
.header .sp_btn_bottom .btn a img {
  display: block;
  padding-right: 10px;
}
.header .sp_btn_bottom .btn a .txt {
  font-size: 1.6rem;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.header .sp_btn_bottom .btn:first-child a {
  border-right: 1px solid #fff;
}

.header .sp_btn_bottom.ver_width_full .btn {
  width: 100%;
}
.header .sp_btn_bottom.ver_width_full .btn a {
  border-right: 0;
}

/********************************************/
/* fv_block */
/********************************************/
.top_wrapper .fv_block {
  position: relative;
  margin-bottom: 110px;
  width: 100%;
  height: 100vh;
  z-index: 88;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block {
    margin-bottom: 45px;
  }
}
.top_wrapper .fv_block .fv_swiper {
  height: 100%;
}
.top_wrapper .fv_block .fv_swiper .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
  overflow: hidden;
}
.top_wrapper .fv_block .fv_swiper .swiper-wrapper .swiper-slide .swiper-img img {
  display: block;
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv_swiper .swiper-pagination {
    display: none;
  }
}
.top_wrapper .fv_block .fv_swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7.5px;
  width: 23px;
  height: 1.5px;
  background-color: #9d9d9d;
  border-radius: 0;
  opacity: 1;
}
.top_wrapper .fv_block .fv_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.top_wrapper .fv_block .fv_swiper .swiper-slide-active .swiper-img,
.top_wrapper .fv_block .fv_swiper .swiper-slide-duplicate-active .swiper-img,
.top_wrapper .fv_block .fv_swiper .swiper-slide-prev .swiper-img {
  animation: fv_zoom 7s linear 0s normal both;
}

@keyframes fv_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.top_wrapper .fv_block .news_box {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 382px;
  z-index: 2;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .news_box {
    right: 0;
    left: 0;
    bottom: 70px;
    margin: auto;
  }
}
.top_wrapper .fv_block .news_box a {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .news_box a {
    width: 100%;
    padding: 0 10px;
  }
}
.top_wrapper .fv_block .news_box a * {
  color: #fff;
}

.top_wrapper .fv_block .news_box a .img {
  width: 40%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .news_box a .img {
    width: 40%;
    height: 85px;
  }
}
.top_wrapper .fv_block .news_box a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.top_wrapper .fv_block .news_box a .txt_area {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .news_box a .txt_area {
    width: 60%;
  }
}
.top_wrapper .fv_block .news_box a .txt_area .info .txt_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .news_box a .txt_area .info .txt_flex {
    flex-wrap: wrap;
  }
}
.top_wrapper .fv_block .news_box a .txt_area .info .txt_flex .cat {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-bottom: 1px;
  border: 1px solid #c8c8c8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
}
.top_wrapper .fv_block .news_box a .txt_area .info .txt_flex .cat small {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.top_wrapper .fv_block .news_box a .txt_area .info .date {
  margin-top: 0.5em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .news_box a .txt_area .info .date {
    font-size: 1.45rem;
  }
}
.top_wrapper .fv_block .news_box a .txt_area .info .ttl {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
}
.top_wrapper .fv_block .news_box a .txt_area .info .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.top_wrapper .fv_block .news_box a .txt_area .btn {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 12px;
}
.top_wrapper .fv_block .news_box a .txt_area .btn .txt {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top_wrapper .fv_block .news_box a .txt_area .btn .circle_arrow {
  border: 1px solid #fff;
}

.top_wrapper .fv_block .news_box a:hover .img img {
  transform: scale(1.1);
}
.top_wrapper .fv_block .news_box a:hover .txt_area .info .ttl:after {
  width: 100%;
}
.top_wrapper .fv_block .news_box a:hover .txt_area .btn .arrow {
  background-color: #fff;
}
.top_wrapper .fv_block .news_box a:hover .txt_area .btn .arrow:before {
  background-image: url(../img/ico/ico-arrow-black.svg);
}

/********************************************/
/* message_block */
/********************************************/
.top_wrapper .message_block {
  position: relative;
}
.top_wrapper .message_block .sec_ttl {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .sec_ttl {
    margin-bottom: 23px;
  }
}

.top_wrapper .message_block .flex {
  display: flex;
  align-items: center;
  gap: 2%;
  margin-bottom: 210px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .flex {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}
.top_wrapper .message_block .flex .txt_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .flex .txt_area {
    max-width: 460px;
    text-align: center;
  }
}
.top_wrapper .message_block .flex .txt_area .ja {
  margin-bottom: 0.8em;
  font-size: clamp(2.3rem, 2.7vw, 2.8rem);
}
.top_wrapper .message_block .flex .txt_area .ja .txt {
  display: inline-block;
  font-size: 1em;
}
.top_wrapper .message_block .flex .txt_area .ja .txt:not(:last-child) {
  padding-bottom: 0.5em;
}
.top_wrapper .message_block .flex .txt_area .en {
  padding-left: 0.5em;
  color: rgba(0, 0, 0, 0.4);
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
.top_wrapper .message_block .flex .txt_area .en .txt {
  display: inline-block;
  font-size: 1em;
}
.top_wrapper .message_block .flex .txt_area .en .txt:not(:last-child) {
  padding-bottom: 0.3em;
}
.top_wrapper .message_block .flex .img {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .top_wrapper .message_block .flex .img {
    width: 100%;
    margin-right: auto;
    margin-bottom: 23px;
  }
}

.top_wrapper .message_block .flex .overlay {
  position: relative;
}
.top_wrapper .message_block .flex .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  transition: width 1.1s ease;
  transform-origin: left center;
}
.top_wrapper .message_block .flex .overlay.inview:before {
  width: 0%;
}
.top_wrapper .message_block .flex .overlay:nth-child(2):before {
  transition-delay: 0.5s;
}
.top_wrapper .message_block .flex .overlay:nth-child(3):before {
  transition-delay: 1s;
}

.top_wrapper .message_block .flex .en .txt:nth-child(1):before {
  transition-delay: 1.5s;
}
.top_wrapper .message_block .flex .en .txt:nth-child(2):before {
  transition-delay: 2s;
}

@media (prefers-reduced-motion: reduce) {
  .top_wrapper .message_block .flex .overlay::before {
    transition: none;
  }
}
.top_wrapper .message_block .square_box {
  position: relative;
  padding: 40px 60px 0 0;
  background-color: #fff;
  transition: all 0.9s;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box {
    padding: 20px 50px 210px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.top_wrapper .message_block .square_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 0;
  margin: auto;
  background-color: #fff;
  z-index: 2;
  transition: all 0.5s;
}
.top_wrapper .message_block .square_box:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 8px;
  right: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box:after {
    top: 10px;
  }
}
.top_wrapper .message_block .square_box .arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 1px;
  height: 60px;
  margin: auto;
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .arrow {
    top: -40px;
  }
}
.top_wrapper .message_block .square_box .arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.top_wrapper .message_block .square_box .arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 1px;
  height: 10px;
  background-color: #707070;
  transform: rotate(45deg);
}
.top_wrapper .message_block .square_box.active {
  background-color: #9AA3AA;
}
.top_wrapper .message_block .square_box.active:before {
  height: 40px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box.active:before {
    height: 20px;
  }
}
.top_wrapper .message_block .square_box.active .arrow {
  height: 120px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box.active .arrow {
    height: 60px;
  }
}

.top_wrapper .message_block .square_box .flex_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_01 {
    display: block;
    margin-bottom: 20px;
  }
}
.top_wrapper .message_block .square_box .flex_01 .img {
  position: relative;
  width: 40%;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_01 .img {
    width: 115%;
  }
}
.top_wrapper .message_block .square_box .flex_01 .img img {
  position: absolute;
  top: 0;
  left: -60px;
  display: block;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_01 .img img {
    position: relative;
  }
}
.top_wrapper .message_block .square_box .flex_01 .txt_base {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_01 .txt_base {
    margin-top: 20px;
  }
}
.top_wrapper .message_block .square_box .flex_01 .txt_base p {
  color: #fff;
  line-height: 2.2;
}

.top_wrapper .message_block .square_box .flex_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_02 {
    display: block;
  }
}
.top_wrapper .message_block .square_box .flex_02 .img {
  width: 30%;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_02 .img {
    width: 100%;
  }
  .top_wrapper .message_block .square_box .flex_02 .img img {
    position: relative;
    right: -40px;
  }
}
.top_wrapper .message_block .square_box .flex_02 .txt_base {
  padding-left: 8.5%;
  padding-right: 2%;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .square_box .flex_02 .txt_base {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.top_wrapper .message_block .square_box .flex_02 .txt_base p {
  color: #fff;
  line-height: 2.2;
}

.full_width:has(.message_box) {
  position: relative;
  padding-top: 240px;
  padding-bottom: 300px;
  padding-left: 40px;
  background-color: #F7F9FA;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 1024px) {
  .full_width:has(.message_box) {
    padding-top: 150px;
    padding-bottom: 300px;
  }
}
@media (max-width: 768px) {
  .full_width:has(.message_box) {
    padding-top: 200px;
    padding-bottom: 35px;
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .full_width:has(.message_box) {
    padding-top: 100px;
  }
}
.full_width:has(.message_box):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 768px) {
  .full_width:has(.message_box):before {
    top: 300px;
    height: 17%;
  }
}
.full_width:has(.message_box):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 768px) {
  .full_width:has(.message_box):after {
    bottom: 500px;
    height: 15%;
  }
}

.full_width:has(.message_box) .sp_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  z-index: 1;
}

.full_width:has(.message_box) .sp_bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 550px;
  background-color: #fff;
  z-index: 1;
}

.top_wrapper .message_block .message_box {
  position: relative;
  z-index: 2;
}

.top_wrapper .message_block .message_box .flex_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_01 {
    flex-direction: column-reverse;
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.top_wrapper .message_block .message_box .flex_01 .img {
  width: 45%;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_01 .img {
    width: 60vw;
    margin-left: calc(50% - 50vw);
  }
}
.top_wrapper .message_block .message_box .flex_01 .img img {
  display: block;
  width: 100%;
}
.top_wrapper .message_block .message_box .flex_01 .txt_base {
  padding-top: 40px;
  width: 47%;
}
@media (max-width: 1024px) {
  .top_wrapper .message_block .message_box .flex_01 .txt_base {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_01 .txt_base {
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
  }
}
.top_wrapper .message_block .message_box .flex_01 .txt_base p {
  line-height: 2.2;
}

.top_wrapper .message_block .message_box .flex_02 {
  display: flex;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_02 {
    position: relative;
    flex-direction: column;
    padding: 0 30px;
    margin-bottom: 65px;
  }
}
.top_wrapper .message_block .message_box .flex_02 .ab_img {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 37%;
  min-width: 153px;
  aspect-ratio: 153/161;
  background: url(../img/top/img-message06.webp) no-repeat center/contain;
}
.top_wrapper .message_block .message_box .flex_02 .img {
  position: relative;
  top: -140px;
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .top_wrapper .message_block .message_box .flex_02 .img {
    top: 0;
  }
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_02 .img {
    width: 60vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    margin-bottom: 60px;
  }
}
.top_wrapper .message_block .message_box .flex_02 .img img {
  display: block;
  width: 60%;
  max-width: 600px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .top_wrapper .message_block .message_box .flex_02 .img img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_02 .txt_base {
    margin-bottom: 30px;
  }
}

.top_wrapper .message_block .message_box .flex_02 .txt_base {
  width: 60%;
  padding-left: 8.5%;
}
@media (max-width: 1024px) {
  .top_wrapper .message_block .message_box .flex_02 .txt_base {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_02 .txt_base {
    width: 100%;
  }
}
.top_wrapper .message_block .message_box .flex_02 .txt_base p {
  position: relative;
  line-height: 2.2;
}
.top_wrapper .message_block .message_box .flex_02 .txt_base p .ab_img {
  position: absolute;
  top: calc(100% + 80px);
  left: 0;
  display: block;
  background: url(../img/top/img-message06.webp) no-repeat center/contain;
  width: 320px;
  aspect-ratio: 4/3;
}
@media (max-width: 1024px) {
  .top_wrapper .message_block .message_box .flex_02 .txt_base p .ab_img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .flex_02 .txt_base p .ab_img {
    position: relative;
    top: initial;
    left: 5%;
    margin-top: 40px;
    width: 60%;
    min-width: 250px;
  }
}

.top_wrapper .message_block .square_box .sp_ab_img img {
  position: absolute;
  z-index: 2;
}
.top_wrapper .message_block .square_box .sp_ab_img .img01 {
  left: 0;
  top: calc(100% - 210px);
  width: 30%;
  min-width: 146px;
}
.top_wrapper .message_block .square_box .sp_ab_img .img02 {
  right: 0;
  top: calc(100% - 190px);
  width: 40%;
  max-width: 250px;
  min-width: 183px;
}

.top_wrapper .message_block .message_box .center_txt {
  margin-bottom: 210px;
  text-align: center;
}
@media (max-width: 1024px) {
  .top_wrapper .message_block .message_box .center_txt {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .center_txt {
    margin-bottom: 50px;
  }
}
.top_wrapper .message_block .message_box .center_txt .main_txt {
  display: block;
  margin-bottom: 0.4em;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .center_txt .main_txt {
    margin-bottom: 1em;
    line-height: 2.15;
  }
}
.top_wrapper .message_block .message_box .center_txt .sub_txt {
  display: block;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .center_txt .sub_txt {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .btn {
    padding-right: 20px;
    text-align: center;
  }
}
.top_wrapper .message_block .message_box .btn a .circle_arrow {
  position: relative;
  top: 25px;
  background-color: #000;
  width: 60px;
  height: 60px;
  transform-origin: center;
}
@media (max-width: 768px) {
  .top_wrapper .message_block .message_box .btn a .circle_arrow {
    top: 14px;
    width: 40px;
    height: 40px;
  }
}
.top_wrapper .message_block .message_box .btn a .circle_arrow:before {
  transition: all 0.3s;
}
.top_wrapper .message_block .message_box .btn a .txt {
  padding-left: 7px;
  letter-spacing: 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
}
.top_wrapper .message_block .message_box .btn a .txt .hover_txt {
  position: relative;
  font: inherit;
  letter-spacing: inherit;
  transition: all 0.3s;
  z-index: 2;
}
.top_wrapper .message_block .message_box .btn a:hover .circle_arrow {
  transform: scale(2);
}
.top_wrapper .message_block .message_box .btn a:hover .circle_arrow:before {
  transform: scale(0.6);
}
.top_wrapper .message_block .message_box .btn a:hover .txt .hover_txt {
  color: #fff;
}

/********************************************/
/* brand_block */
/********************************************/
.top_wrapper .brand_block {
  position: relative;
  padding: 80px 0 110px;
  background-color: #F7F9FA;
}
@media (max-width: 768px) {
  .top_wrapper .brand_block {
    padding: 80px 0;
  }
}
.top_wrapper .brand_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 768px) {
  .top_wrapper .brand_block:before {
    height: 12%;
  }
}
.top_wrapper .brand_block .sec_ttl {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
@media (max-width: 768px) {
  .top_wrapper .brand_block .sec_ttl {
    margin-bottom: 30px;
  }
}

.top_wrapper .brand_block .brand_box {
  position: relative;
  z-index: 2;
}
.top_wrapper .brand_block .brand_box .list .item a {
  display: block;
}
.top_wrapper .brand_block .brand_box .list .item a img {
  display: block;
  width: 100%;
}
.top_wrapper .brand_block .brand_box .list .item a .img {
  overflow: hidden;
}
.top_wrapper .brand_block .brand_box .list .item a .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.top_wrapper .brand_block .brand_box .list .item a:hover .img img {
  transform: scale(1.1);
}

.top_wrapper .brand_block .brand_box .list.column03 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top_wrapper .brand_block .brand_box .list.column03 {
    margin-bottom: 0;
  }
}

.top_wrapper .brand_block .arrow_btn {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top_wrapper .brand_block .arrow_btn {
    margin-bottom: 50px;
  }
}

.top_wrapper .brand_block .shop_btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 370px;
  padding: 20px 50px;
  margin: auto;
  background-color: #fff;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: all 0.3s;
}
.top_wrapper .brand_block .shop_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  margin: auto;
  background: url(../img/ico/ico-triangle-black.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  transition: all 0.3s;
}
.top_wrapper .brand_block .shop_btn a .btn_txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 53px;
  color: #000;
  transition: all 0.3s;
}
.top_wrapper .brand_block .shop_btn a .btn_txt .en {
  display: block;
  color: inherit;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 3.2vw, 3.2rem);
  letter-spacing: 0.05em;
}
.top_wrapper .brand_block .shop_btn a .btn_txt .ja {
  display: block;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.top_wrapper .brand_block .shop_btn a .btn_txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/ico/ico-shop-black.svg) no-repeat center/contain;
  width: 39px;
  height: 57px;
  transition: all 0.3s;
}

.top_wrapper .brand_block .shop_btn a:hover {
  background-color: #000;
}
.top_wrapper .brand_block .shop_btn a:hover:after {
  background-image: url(../img/ico/ico-triangle-white.svg);
}
.top_wrapper .brand_block .shop_btn a:hover .btn_txt {
  color: #fff;
}
.top_wrapper .brand_block .shop_btn a:hover .btn_txt:before {
  background-image: url(../img/ico/ico-shop-white.svg);
}

/********************************************/
/* info_block */
/********************************************/
.top_wrapper .info_block {
  padding: 150px 0 100px;
}
@media (max-width: 768px) {
  .top_wrapper .info_block {
    padding: 54px 0 40px;
  }
}
.top_wrapper .info_block .sec_ttl {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top_wrapper .info_block .sec_ttl {
    margin-bottom: 27px;
  }
}

.top_wrapper .info_block .list {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top_wrapper .info_block .list .item a {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.top_wrapper .info_block .list .item a .img {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 75%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_wrapper .info_block .list .item a .img {
    width: 40%;
    min-width: 120px;
    padding-bottom: 0;
  }
}
.top_wrapper .info_block .list .item a .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .top_wrapper .info_block .list .item a .img img {
    position: static;
  }
}
@media (max-width: 768px) {
  .top_wrapper .info_block .list .item a .txt_area {
    width: 60%;
  }
}
.top_wrapper .info_block .list .item a .txt_area .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .top_wrapper .info_block .list .item a .txt_area .flex {
    flex-wrap: wrap;
  }
}
.top_wrapper .info_block .list .item a .txt_area .flex .cat_box {
  display: flex;
  flex-wrap: wrap;
}
.top_wrapper .info_block .list .item a .txt_area .flex .cat_box .cat {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #000;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.top_wrapper .info_block .list .item a .txt_area .flex .cat_box .cat small {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.top_wrapper .info_block .list .item a .txt_area .flex .date {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
.top_wrapper .info_block .list .item a .txt_area .item_ttl {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_wrapper .info_block .list .item a .txt_area .item_ttl {
    font-size: 1.4rem;
  }
}
.top_wrapper .info_block .list .item a:hover .img img {
  transform: scale(1.1);
}

/********************************************/
/* notice_block */
/********************************************/
.top_wrapper .notice_block {
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  .top_wrapper .notice_block {
    padding: 40px 0 80px;
  }
}
.top_wrapper .notice_block .sec_ttl {
  margin-bottom: 50px;
}

.top_wrapper .notice_block .list {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .top_wrapper .notice_block .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .notice_block .list .item:last-child a {
    border-bottom: none;
  }
}
.top_wrapper .notice_block .list .item a {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.top_wrapper .notice_block .list .item a .date {
  display: block;
  width: 7em;
  font-size: clamp(1.6rem, 1.9vw, 2rem);
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top_wrapper .notice_block .list .item a .date {
    width: 6em;
  }
}
.top_wrapper .notice_block .list .item a .item_ttl {
  width: calc(100% - 7em);
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_wrapper .notice_block .list .item a .item_ttl {
    width: calc(100% - 6em);
    font-size: 1.4rem;
  }
}

/********************************************/
/* contact_block */
/********************************************/
.top_wrapper .contact_block {
  padding: 110px 0 90px;
  text-align: center;
  background-color: #F7F9FA;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block {
    padding: 80px 0;
  }
}
.top_wrapper .contact_block .sec_ttl {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top_wrapper .contact_block .sec_ttl {
    margin-bottom: 30px;
  }
}
.top_wrapper .contact_block .txt_base {
  margin-bottom: 40px;
}
.top_wrapper .contact_block .txt_base p {
  letter-spacing: 0.08em;
  line-height: 1.5;
}

/********************************************/
/* footer */
/********************************************/
.footer {
  padding: 30px 20px 10px;
  margin-left: 80px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
    margin-left: 0;
  }
}
.footer .inner {
  max-width: 1300px;
  margin: auto;
}

.footer .inner .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer .inner .flex {
    display: block;
    margin-bottom: 30px;
  }
}

.footer .inner .flex .left {
  width: 20%;
}
@media (max-width: 768px) {
  .footer .inner .flex .left {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 30px;
  }
}
.footer .inner .flex .left .logo {
  margin-bottom: 20px;
  width: 130px;
}
@media (max-width: 768px) {
  .footer .inner .flex .left .logo {
    width: 84px;
    margin: 0 auto 23px;
  }
}
.footer .inner .flex .left .logo img {
  display: block;
  width: 100%;
}
.footer .inner .flex .left .info * {
  color: #fff;
}
.footer .inner .flex .left .info .name {
  display: block;
  margin-bottom: 0.2em;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer .inner .flex .left .info .name {
    padding-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.footer .inner .flex .left .info .txt_base p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer .inner .flex .left .info .txt_base p .tel_link {
  font-size: 1em;
}
.footer .inner .flex .left .info .txt_base p .tel_link a {
  font-size: 1em;
}

.footer .inner .flex .right.pc_only {
  display: flex !important;
}
@media (max-width: 768px) {
  .footer .inner .flex .right.pc_only {
    display: none !important;
  }
}

.footer .inner .flex .right {
  width: 80%;
  max-width: 760px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .footer .inner .flex .right {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .footer .inner .flex .right {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
.footer .inner .flex .right .nav_box {
  width: 80%;
}
@media (max-width: 1024px) {
  .footer .inner .flex .right .nav_box {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box {
    width: 100%;
  }
}
.footer .inner .flex .right .nav_box .nav_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .nav_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .nav_list .item {
    width: 50%;
  }
}
.footer .inner .flex .right .nav_box .nav_list .item a {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .nav_list .item a {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 10px;
  }
}
.footer .inner .flex .right .nav_box .nav_list .item a .en {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .nav_list .item a .en {
    padding-right: 0.5em;
    font-size: 1.7rem;
  }
}
.footer .inner .flex .right .nav_box .nav_list .item a .ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .nav_list .item a .ja {
    font-size: 0.9rem;
  }
}
.footer .inner .flex .right .nav_box .nav_list .item a:hover {
  opacity: 0.6;
}

.footer .inner .flex .right .nav_box .ul_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .ul_flex {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer .inner .flex .right .nav_box .ul_flex .nav_list {
  width: calc(100% - 200px);
  justify-content: flex-start;
  gap: 10%;
}
@media (max-width: 768px) {
  .footer .inner .flex .right .nav_box .ul_flex .nav_list {
    display: block;
    width: 90%;
  }
  .footer .inner .flex .right .nav_box .ul_flex .nav_list .item {
    width: 100%;
  }
}
.footer .inner .flex .right .nav_box .ul_flex .shop_btn a {
  margin-right: 0;
}

@media (max-width: 768px) {
  .footer .inner .flex .right .shop_btn a {
    width: 170px;
    margin: auto;
  }
  .footer .inner .flex .right .shop_btn a .en {
    font-size: 1.6rem;
  }
  .footer .inner .flex .right .shop_btn a .ja {
    font-size: 1rem;
  }
}

.footer .inner .flex .right .lang_area {
  width: 20%;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .footer .inner .flex .right .lang_area {
    justify-content: flex-end;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footer .inner .flex .right .lang_area {
    justify-content: flex-start;
  }
}
.footer .inner .flex .right .lang_area * {
  color: #fff;
}
.footer .inner .flex .right .lang_area .slash:before {
  background-color: #fff;
}

.footer .inner .copyright {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
}

/*=============================================*/
/*言語切替*/
/*=============================================*/
.lang_btn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
}

/*=============================================*/
/*Cookie Policy*/
/*=============================================*/
.cookie-notice-container span {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.cookie-notice-container span a {
  color: inherit;
  font-size: 1em;
  text-decoration: underline;
}

button#cn-refuse-cookie {
  font-family: "Shippori Mincho", serif !important;
}

button#cn-accept-cookie {
  font-family: "Shippori Mincho", serif !important;
}/*# sourceMappingURL=style.css.map */