@charset "UTF-8";
/* css_name constants */
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

img,
picture {
  width: 100%;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul {
  list-style: none;
  padding: 0;
}

iframe {
  vertical-align: bottom;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 1000px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  margin-top: 0 !important;
}

@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/* ---sp--- */
/* ---percent--- */
/*
 * Module
 * -------------------------------------------------------------------
 */
.header-pc {
  padding-bottom: 0;
  width: 100%;
}
.header-pc * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.header-pc .cartimg {
  width: 27px;
  height: 25px;
}
@media screen and (max-width: 1000px) {
  .header-pc {
    display: none;
  }
}
.header-pc__container {
  width: 100%;
  background: #a8b2bf;
  color: #ffffff;
}
.header-pc__box {
  display: flex;
  padding: 6px 128px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
.header-pc__wrap {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-pc__logo {
  display: block;
  line-height: 1;
  width: 307px;
}
.header-pc__logo img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header-pc__logo img {
    width: 184px;
  }
}
.header-pc__logo:hover img {
  opacity: 1;
  transition: none;
}
.header-pc__right {
  display: flex;
  flex-wrap: wrap;
}
.header-pc__menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0;
  margin-top: 12px;
}
.header-pc__menu-item {
  width: 100%;
}
.header-pc__menu-item a {
  position: relative;
  display: flex;
  padding: 8px 25px 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  background: #efefef;
  height: 36px;
}
.header-pc__menu-item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  margin-left: 8px;
}
.header-pc__menu-item a:hover {
  text-decoration: none;
}
.header-pc__menu-item a:hover:before {
  width: 100%;
}
.header-pc__menu-item--cart {
  margin-left: 25px;
  position: relative;
  right: 5px;
}
.header-pc__menu-item--cart a:before {
  display: none !important;
}
.header-pc__menu-item--cart div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  color: #ffffff;
  background-color: #d20000;
  position: absolute;
  top: -5px;
  right: -5px;
  letter-spacing: 0 !important;
}
.header-pc__menu-item--cart span {
  font-size: 11px;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.header-pc__menu-item_02 {
  width: 33.3333333333%;
}
.header-pc__menu-item_02 a {
  display: flex;
  width: 160px;
  height: 39px;
  padding: 4px 18px 6px 18px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.header-pc__menu-item_02 a:hover {
  text-decoration: none;
}
.header-pc__menu-item_02 a img {
  width: 32px;
}
.header-pc__menu-item_02--cart {
  margin-left: 25px;
  position: relative;
  right: 5px;
}
.header-pc__menu-item_02--cart a:before {
  display: none !important;
}
.header-pc__menu-item_02--cart div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  color: #ffffff;
  background-color: #d20000;
  position: absolute;
  top: -5px;
  right: -5px;
  letter-spacing: 0 !important;
}
.header-pc__menu-item_02--cart span {
  font-size: 11px;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.header-sp {
  display: none;
}
.header-sp * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .header-sp {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
  }
}
.header-sp__container {
  width: 100%;
  background: #a8b2bf;
  color: #ffffff;
}
.header-sp__box {
  display: flex;
  padding: 6px 128px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .header-sp__box {
    padding: 6px;
  }
}
.header-sp__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap {
    height: 52px;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap--logo img {
    width: 40%;
  }
}
.header-sp__wrap--logo:hover img {
  opacity: 1;
  transition: none;
}
.header-sp__wrap--right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-sp__wrap--menu {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 480px) {
  .header-sp__wrap--menu {
    width: 100px;
  }
}
.header-sp__wrap--border {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap--border {
    width: 28px;
    height: 15px;
    top: 38%;
    right: 0.8em;
  }
}
.header-sp__wrap--border.active > span.h_top {
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
  background-color: #333;
}
.header-sp__wrap--border.active > span.h_center {
  opacity: 0;
}
.header-sp__wrap--border.active > span.h_bottom {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(225deg);
  background-color: #333;
}
.header-sp__wrap--border > span {
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  transition: all 0.6s ease;
}
.header-sp__wrap--border > span.h_top {
  left: 0;
  top: 0;
}
.header-sp__wrap--border > span.h_center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-sp__wrap--border > span.h_bottom {
  bottom: 0;
  left: 0;
}
.header-sp__wrap--cart {
  width: 26%;
  margin-top: 29px;
}
.header-sp__menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px;
  padding: 0;
  margin-top: 20px;
}
.header-sp__menu-item {
  width: calc(50% - 3px);
}
.header-sp__menu-item a {
  position: relative;
  display: flex;
  padding: 8px 25px 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  background: #efefef;
  height: 36px;
}
.header-sp__menu-item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  margin-left: 8px;
}
.header-sp__menu-item a:hover {
  text-decoration: none;
}
.header-sp__menu-item a:hover:before {
  width: 100%;
}
.header-sp__menu-item--cart {
  margin-left: 25px;
  position: relative;
  right: 5px;
}
.header-sp__menu-item--cart a:before {
  display: none !important;
}
.header-sp__menu-item--cart div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  color: #ffffff;
  background-color: #d20000;
  position: absolute;
  top: -5px;
  right: -5px;
  letter-spacing: 0 !important;
}
.header-sp__menu-item--cart span {
  font-size: 11px;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.header-sp__menu-item_02 {
  width: 100%;
}
.header-sp__menu-item_02 a {
  display: flex;
  width: 100%;
  height: 39px;
  padding: 15px 18px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  border-bottom: 1px solid #efefef;
}
.header-sp__menu-item_02 a:hover {
  text-decoration: none;
}
.header-sp__menu-item_02 a img {
  width: 32px;
}
.header-sp__menu-item_02--cart {
  margin-left: 25px;
  position: relative;
  right: 5px;
}
.header-sp__menu-item_02--cart a:before {
  display: none !important;
}
.header-sp__menu-item_02--cart div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  color: #ffffff;
  background-color: #d20000;
  position: absolute;
  top: -5px;
  right: -5px;
  letter-spacing: 0 !important;
}
.header-sp__menu-item_02--cart span {
  font-size: 11px;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.header-sp-2 {
  display: none;
}
.header-sp-2 * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .header-sp-2 {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
  }
}
.header-sp-2__container {
  width: 100%;
  background: #a8b2bf;
  color: #ffffff;
}
.header-sp-2__box {
  display: flex;
  padding: 6px 128px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .header-sp-2__box {
    padding: 6px;
  }
}
.header-sp-2__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header-sp-2__wrap {
    height: 52px;
    padding: 0 0 0 10px;
  }
}
.header-sp-2__wrap a {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .header-sp-2__wrap--logo img {
    width: 40%;
  }
}
.header-sp-2__wrap--logo:hover img {
  opacity: 1;
  transition: none;
}

.overlay-sp {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
}

.menu-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-sp {
    display: block;
    position: fixed;
    top: 84px;
    left: 0;
    padding-top: 0px;
    overflow-y: auto;
    background: #fff;
    transition: all 0.6s ease;
    min-width: 100%;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 120px);
    opacity: 0;
    z-index: -2;
  }
}
.menu-sp.active {
  opacity: 1;
  z-index: 98;
}
.menu-sp__wrap {
  height: 88%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 35px;
}
@media screen and (max-width: 768px) {
  .menu-sp__wrap {
    padding: 40px 16px;
  }
}
.menu-sp__list {
  list-style: none;
}
.menu-sp__list a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .menu-sp__list a {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }
}
.menu-sp__item {
  position: relative;
}
.menu-sp__top {
  max-width: 687px;
  width: 100%;
  margin: 86px auto 0;
  padding: 0 16px;
}
.menu-sp__top .menu-accordion {
  font-size: 20px;
}
.menu-sp__top .menu-accordion .menu-accordion_tit {
  height: 60px;
  margin-top: 30px;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 15px;
  color: #3f3a37;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .menu-sp__top .menu-accordion .menu-accordion_tit {
    font-size: 20px;
    height: 40px;
  }
}
.menu-sp__top .menu-accordion .menu-accordion_tit::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 40%;
  right: 2.2em;
  transform: rotate(135deg);
  transition: 0.4s ease 0s;
}
@media screen and (max-width: 768px) {
  .menu-sp__top .menu-accordion .menu-accordion_tit::before {
    width: 10px;
    height: 10px;
    top: 15%;
  }
}
.menu-sp__top .menu-accordion .menu-accordion_tit.active:before {
  transform: rotate(315deg);
}
.menu-sp__top .menu-accordion .menu-accordion_area {
  display: none;
  padding: 0;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul {
  list-style: none;
  margin: 0;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  padding: 0 20px;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #333;
  padding: 10px 0;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 40%;
  right: 5%;
  transform: rotate(45deg);
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li a:hover {
  text-decoration: none;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li a:hover::before {
  right: 5%;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_tit {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  text-decoration: none;
  padding: 10px 20px 10px 0;
  color: #333;
  height: auto;
  margin-top: 0;
  border: none;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_tit::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 40%;
  right: 0.8em !important;
  transform: rotate(135deg);
  transition: 0.4s ease 0s;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_tit.active:before {
  transform: rotate(315deg);
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_area {
  display: none;
  padding: 0;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_area ul {
  list-style: none;
  margin: 0;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_area ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #333;
  padding: 10px 0;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_area ul li a:hover {
  text-decoration: none;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul li .menu-accordion_area ul li a:hover::before {
  right: 5%;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul .second-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 2;
  letter-spacing: 1.8px !important;
  color: #fff !important;
  background: #a8b2bf !important;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul .second-title a {
  color: #fff !important;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul .second-title a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.menu-sp__top .menu-accordion .menu-accordion_area ul .second-title a:hover {
  color: #333 !important;
}
.menu-sp__top .menu-accordion .menu-accordion_area ul .second-title a:hover::after {
  border-top: solid 2px #333 !important;
  border-right: solid 2px #333 !important;
}
.menu-sp__top .menu-accordion02 {
  font-size: 20px;
}
.menu-sp__top .menu-accordion02 .menu-accordion_tit {
  height: 60px;
  margin-top: 30px;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 15px;
  color: #3f3a37;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .menu-sp__top .menu-accordion02 .menu-accordion_tit {
    font-size: 20px;
    height: 40px;
  }
}
.menu-sp__top .menu-accordion02 .menu-accordion_tit::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 40%;
  right: 8%;
  transform: rotate(45deg);
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
}
@media screen and (max-width: 768px) {
  .menu-sp__top .menu-accordion02 .menu-accordion_tit::after {
    width: 10px;
    height: 10px;
    top: 15%;
  }
}
.menu-sp__top .menu-accordion02 .menu-accordion_tit:hover {
  text-decoration: none;
}
.menu-sp__top .menu-accordion02 .menu-accordion_tit:hover:after {
  right: 5%;
}
.menu-sp__bottom {
  max-width: 687px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 48px;
}
.menu-sp__bottom .mt-10 {
  margin-top: 10px;
}
.menu-sp__bottom .mb-20 {
  margin-bottom: 20px;
}
.menu-sp__bottom .menu-sp__list02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 52px;
}
.menu-sp__bottom .menu-sp__item {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}
.menu-sp__bottom .menu-sp__item:nth-child(n+7) {
  margin-bottom: 0;
}
.menu-sp__bottom .menu-sp__item::after {
  position: absolute;
  top: 50%;
  right: 4em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.menu-sp__bottom .menu-sp__item a {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #3f3a37;
}
.menu-sp__bottom .menu-sp__item a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #3f3a37;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
}
.menu-sp__bottom .menu-sp__item a:hover {
  text-decoration: none;
}
.menu-sp__bottom .menu-sp__item a:hover:before {
  width: 100%;
}
.menu-sp__cal {
  max-width: 687px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 16px 0;
}
.menu-sp__title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 25px;
  text-align: left;
  color: #000;
  padding-bottom: 23px;
  border-bottom: 2px solid #000;
}

.navbar {
  background-color: #fff;
  margin-top: 20px;
  top: 0;
  width: 100%;
  z-index: 97;
}
@media screen and (max-width: 1000px) {
  .navbar {
    display: none;
  }
}
.navbar a {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  padding: 0;
}
.navbar__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.navbar__list {
  line-height: 1;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.navbar__item {
  position: relative;
  padding: 16px 0;
  flex: 1 1 0px;
  text-align: center;
  color: #333;
}
.navbar__item a {
  padding: 7px 0;
  display: block;
}
.navbar__item:hover {
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__item:nth-child(3) {
  flex: 1.1;
}
.navbar__lo::before {
  content: "";
  width: 1px;
  height: 30px;
  border: 0;
  border-right: solid 1px #a8b2bf;
  position: absolute;
  top: 25%;
  right: 0;
}
.navbar__lo:last-child::before {
  content: none;
}
.navbar__lo:nth-child(4) {
  flex: 1.5;
}
.navbar__item-dropdown {
  position: relative;
  line-height: 1.5;
  padding: 16px 0;
  flex: 1;
  text-align: center;
  color: #333;
}
.navbar__item-dropdown::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 40%;
  right: 10%;
  transform: rotate(135deg);
}
.navbar__item-dropdown a {
  padding: 7px 0;
  display: block;
}
.navbar__item-dropdown a:hover {
  background-color: #555;
}
.navbar__item-dropdown:hover {
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__item-dropdown:hover .dropdown__lists {
  transform: scaleY(1);
  background: #fff;
  z-index: 99;
}
.navbar__item-dropdown:nth-child(3) {
  flex: 1.5;
}
.navbar .dropdown__lists {
  transform: scaleY(0);
  /*デフォルトでは非表示の状態にしておく*/
  transform-origin: center top;
  /*変形を適応する基準をtopとする*/
  transition: all 0.3s;
  /*表示の変化を0.3秒に指定*/
  width: 100%;
  position: absolute;
  top: 65px;
  left: 0;
}
.navbar .dropdown__lists li {
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-align: left;
}
.navbar .dropdown__lists li:hover {
  background-color: #efefef;
}
.navbar .dropdown__lists li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  text-decoration: none;
  padding: 10px 20px;
}
.navbar .dropdown__lists li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.navbar .dropdown__lists li a:hover {
  color: #ffffff;
}
.navbar .dropdown__lists .menu-accordion {
  font-size: 20px;
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_tit {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  text-decoration: none;
  padding: 10px 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .navbar .dropdown__lists .menu-accordion .menu-accordion_tit {
    font-size: 20px;
    height: 40px;
  }
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_tit::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 40%;
  right: 0.8em;
  transform: rotate(135deg);
  transition: 0.4s ease 0s;
}
@media screen and (max-width: 768px) {
  .navbar .dropdown__lists .menu-accordion .menu-accordion_tit::before {
    width: 10px;
    height: 10px;
    top: 15%;
  }
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_tit.active:before {
  transform: rotate(315deg);
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_area {
  display: none;
  padding: 0;
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_area ul {
  list-style: none;
  margin: 0;
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_area ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #333;
  padding: 10px 0;
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_area ul li a:hover {
  text-decoration: none;
}
.navbar .dropdown__lists .menu-accordion .menu-accordion_area ul li a:hover::before {
  right: 5%;
}
.navbar .dropdown__lists--title {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 2;
  letter-spacing: 1.8px !important;
  color: #fff !important;
  background: #a8b2bf !important;
}
.navbar .dropdown__lists--title a {
  color: #fff !important;
}
.navbar .dropdown__lists--title a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.navbar .dropdown__lists--title a:hover {
  color: #333 !important;
}
.navbar .dropdown__lists--title a:hover::after {
  border-top: solid 2px #333 !important;
  border-right: solid 2px #333 !important;
}
.navbar .dropdown__list {
  background-color: #fbf7f2;
  transition: all 0.3s;
  position: relative;
}
.navbar .dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fbf7f2;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar .dropdown__list:hover {
  background-color: #dc521e;
}
.navbar .dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a23324;
  text-decoration: none;
  position: relative;
  padding: 16px 0;
}
.navbar .dropdown__list a:hover {
  color: #ffffff;
}

.nav-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: -1000;
  width: 81px;
  height: 81px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  background: #a8b2bf;
  border: 1px solid #FFF;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1000px) {
  .nav-pagetop {
    display: none;
  }
}
.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}
.nav-pagetop:before {
  display: block;
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.7;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pagetop::after {
  content: "TOP";
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 15px;
  color: #fff;
}
.nav-pagetop:hover {
  background: #99a5b4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.nav-pagetop:hover:before {
  transform: translateY(-4px);
}

.slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .slider {
    overflow: hidden;
  }
}
.slider__wrap {
  line-height: 0;
}
.slider__carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
.slider__item {
  display: inline-flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.slider__item > img {
  max-width: 100%;
  width: 100%;
  transition: all 1s ease;
}
.slider__item .swiper-slide {
  border-radius: 22px;
}
.slider__item .swiper-slide-active > img {
  opacity: 1;
}
.slider .slider__prev {
  display: none;
  position: absolute;
  top: 60%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #a8b2bf;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .slider .slider__prev {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .slider .slider__prev {
    top: 50%;
  }
}
@media screen and (max-width: 420px) {
  .slider .slider__prev {
    top: 38%;
  }
}
.slider .slider__prev::before {
  position: absolute;
  top: 2px;
  right: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f053";
  color: #fff;
}
.slider .slider__next {
  display: none;
  position: absolute;
  top: 60%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #a8b2bf;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .slider .slider__next {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .slider .slider__next {
    top: 60%;
  }
}
@media screen and (max-width: 420px) {
  .slider .slider__next {
    top: 38%;
  }
}
.slider .slider__next::before {
  position: absolute;
  top: 2px;
  left: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f054";
  color: #fff;
}
.slider .swiper-pagination {
  position: inherit;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .slider .swiper-pagination {
    margin-top: 16px;
  }
}
.slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #efefef;
  opacity: 0.5;
  margin: 0 15px 0 0 !important;
}
.slider .swiper-pagination-bullet-active {
  background-color: #a8b2bf;
  opacity: 1;
}

.radius_20 {
  border-radius: 20px;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.grid-layout .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}

.view_timer {
  display: none;
}

.block {
  display: block !important;
}

.grid {
  display: grid !important;
}

.none {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .tablet-block {
    display: block !important;
  }
}

@media screen and (max-width: 1000px) {
  .tablet-none {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .sp-block {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.only-pc {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .only-sp {
    display: flex !important;
  }
}

@media screen and (max-width: 1000px) {
  .mb-22-sp {
    margin-bottom: 22px;
  }
}

.section-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: clamp(16px, 2.6vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #333;
  white-space: nowrap;
  margin-bottom: 40px;
}
.section-title:after {
  content: "";
  flex-grow: 1;
  margin-left: 1.5em;
  border-top: 1px solid #A8B2BF;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section-title:after {
    width: 7.5em;
  }
}

.btn__link {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 2.6vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  display: flex;
  width: 40%;
  height: 60px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #a8b2bf;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .btn__link {
    width: 80%;
    height: 40px;
  }
}
.btn__link:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 3em;
  margin-top: -4px;
  transform: rotate(45deg);
}

.footer-pc {
  color: #000;
}
.footer-pc a {
  text-decoration: none;
}
.footer-pc__wrap-top {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer-pc__wrap-top {
    padding: 20px 0;
  }
}
.footer-pc__copyright {
  font-size: clamp(14px, 2.6vw, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer-pc__copyright {
    margin-top: 1.5em;
  }
}
.footer__wrap1 {
  background: #f4f4f4;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .footer__wrap1 {
    padding: 20px 0;
  }
}
.footer__wrap2 {
  background: #a8b2bf;
}
.footer__grid__container {
  max-width: 1200px;
  width: calc(100% - 24px);
  margin: 0 auto;
  padding: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-left: 10px solid #a8b2bf;
  }
}
.footer__grid__container__griditem {
  text-align: left;
  color: #000;
}
.footer__grid__container__griditem ul {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .footer__grid__container__griditem ul {
    width: 43%;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer__grid__container__griditem ul {
    width: 80%;
  }
}
.footer__grid__container__griditem ul li img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .footer__grid__container__griditem ul li img {
    width: 100%;
    height: 100%;
  }
}
.footer__grid__container__griditem .gridtitle {
  position: relative;
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  padding-left: 1em;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem .gridtitle {
    cursor: pointer;
    margin: 12px 20px;
    padding-left: 0;
  }
}
.footer__grid__container__griditem .gridtitle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 33px;
  background-color: #a8b2bf;
  position: absolute;
  top: -2px;
  left: -5px;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem .gridtitle::before {
    content: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem .gridtitle:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 25%;
    right: 0;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #a8b2bf;
  }
}
.footer__grid__container__griditem.active .gridtitle:after {
  transform: rotate(315deg); /* 矢印を反転 */
}
.footer__grid__container__griditem.active .content {
  max-height: 550px; /* 内容に応じて調整 */
}
.footer__grid__container__griditem p {
  color: #333;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem p {
    color: #fff;
    padding: 20px;
  }
}
.footer__grid__container__griditem-2 {
  text-align: left;
  color: #000;
}
.footer__grid__container__griditem-2 ul {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .footer__grid__container__griditem-2 ul {
    width: 43%;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer__grid__container__griditem-2 ul {
    width: 80%;
  }
}
.footer__grid__container__griditem-2 ul li img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .footer__grid__container__griditem-2 ul li img {
    width: 100%;
    height: 100%;
  }
}
.footer__grid__container__griditem-2 .gridtitle {
  position: relative;
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  padding-left: 1em;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem-2 .gridtitle {
    cursor: pointer;
    margin: 12px 20px;
    padding-left: 0;
  }
}
.footer__grid__container__griditem-2 .gridtitle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 33px;
  background-color: #a8b2bf;
  position: absolute;
  top: -2px;
  left: -5px;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem-2 .gridtitle::before {
    content: none;
  }
}
.footer__grid__container__griditem-2 p {
  color: #333;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container__griditem-2 p {
    padding: 20px;
  }
}
.footer__grid__container .column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__grid__container_2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container_2 {
    flex-direction: column;
    width: calc(100% - 32px);
  }
}
.footer__grid__container_2__griditem {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #000;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__grid__container_2__griditem {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .footer__grid__container_2__griditem li {
    width: 100%;
  }
}
.footer__grid__container_2__griditem li a {
  position: relative;
  display: flex;
  padding: 8px 25px 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  background: #efefef;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container_2__griditem li a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer__grid__container_2__griditem li a {
    font-size: 11px;
  }
}
.footer__grid__container_2__griditem li a::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  margin-left: 1em;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container_2__griditem li a::after {
    position: relative;
  }
}
.footer__grid__container_2__griditem li a:hover {
  text-decoration: none;
}
.footer__grid__container_2__griditem li a:hover:before {
  width: 100%;
}
.footer__grid__container_2__griditem-2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #000;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__grid__container_2__griditem-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .footer__grid__container_2__griditem-2 li {
    width: 100%;
  }
}
.footer__grid__container_2__griditem-2 li a {
  position: relative;
  display: flex;
  padding: 8px 25px 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  background: #efefef;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container_2__griditem-2 li a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer__grid__container_2__griditem-2 li a {
    font-size: 11px;
  }
}
.footer__grid__container_2__griditem-2 li a::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  margin-left: 1em;
}
@media screen and (max-width: 1000px) {
  .footer__grid__container_2__griditem-2 li a::after {
    position: relative;
  }
}
.footer__grid__container_2__griditem-2 li a:hover {
  text-decoration: none;
}
.footer__grid__container_2__griditem-2 li a:hover:before {
  width: 100%;
}
.footer__grid__container_2 .column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__toparea .container {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .footer__toparea .container {
    width: calc(100% - 40px);
    margin: 50px auto 60px;
  }
}
.footer__toparea__list {
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .footer__toparea__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .flex_center_colu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .text-center_sp {
    text-align: center;
  }
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.fs-c-breadcrumb {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: auto;
}

@media screen and (min-width: 768px) {
  .fs-l-main {
    margin: 10px auto 0;
    padding: 0 15px;
  }
}

div::after {
  display: block;
  visibility: initial;
}

.container {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto 120px;
}
@media screen and (max-width: 1000px) {
  .container {
    margin: 50px auto 60px;
  }
}

.calendar_h {
  margin-top: 47px;
}

.bg__gray {
  background: #f4f4f4;
}

.warning__area {
  text-align: center;
  background: #a8b2bf;
}
.warning__area a {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  padding: 7px;
}
.warning__area2 {
  background-color: #ffdddd;
  border: 2px solid #ff0000;
  padding: 10px 20px 20px;
  border-radius: 8px;
  color: #990000;
  font-weight: bold;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .warning__area2 {
    padding: 10px 15px 15px;
    font-size: 0.9em;
  }
}
.warning__area2 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}
.warning__area2 h2::before {
  content: "⚠"; /* Warning symbol */
  font-size: 1.5em;
  color: #ff0000;
}
.warning__img {
  text-align: center;
  margin: 87px auto 60px;
}
.warning__img img {
  width: 35vw;
}
@media screen and (max-width: 1000px) {
  .warning__img img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .warning__img img {
    width: 70vw;
  }
}

.fs-l-page {
  margin: 0 auto;
  padding: 0 !important;
  max-width: 100% !important;
}

.hidden {
  width: 100%;
  max-width: 1170px;
  overflow: hidden;
}

.search_component {
  width: 482px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.search_component input[type=search] {
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 55px;
}
.search_component input[type=search]::placeholder {
  color: #000;
}
.search_component button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 17px;
  cursor: pointer;
  padding: 10px;
  color: #a8b2bf;
}
.search_component button i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.search_component02 {
  width: 255px;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.search_component02 > input[type=text] {
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.9px;
}
.search_component02 > input[type=text][type=text] {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 55px;
  padding-right: 10px;
}
.search_component02 > input[type=text][type=text]::placeholder {
  color: #3a3a3a;
}
.search_component02 button {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 17px;
  cursor: pointer;
  padding: 10px;
}
.search_component02 button i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.search_tablet {
  display: none;
}
@media screen and (max-width: 1000px) {
  .search_tablet {
    display: block;
    margin-top: 41px;
  }
}

.search_component03 {
  width: 90vw;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.search_component03 input[type=search] {
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #fff;
  color: #969696;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  width: 90vw;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 55px;
  padding-right: 55px;
}
.search_component03 input[type=search]::placeholder {
  color: #969696;
}
.search_component03 button {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 21px;
  cursor: pointer;
  padding: 10px;
  color: #a8b2bf;
}
.search_component03 button i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  .search_component03 button i {
    font-size: 1.2em;
  }
}

.search_component04 {
  width: 90vw;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 20px auto 0;
}
.search_component04 input[type=search] {
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #fff;
  color: #969696;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  width: 90vw;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 55px;
  padding-right: 55px;
}
.search_component04 input[type=search]::placeholder {
  color: #969696;
}
.search_component04 button {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 21px;
  cursor: pointer;
  padding: 10px;
  color: #a8b2bf;
}
.search_component04 button i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  .search_component04 button i {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1000px) {
  .search-box {
    padding-top: 40px;
  }
}
.search-box__form {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .search-box__form {
    max-width: 100%;
    height: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.search-box__form button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .search-box__form button {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .search-box__form img {
    width: 30px;
  }
}

.list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-items > li > a {
  width: 100%;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease;
}
.list-items > li > a .expansion {
  width: 100%;
  text-align: center;
}
.list-items > li > a .expansion img {
  width: 100%;
}
.list-items > li > a > h3 {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 400;
  margin-top: 8px;
}
.list-items > li > a > h3 > span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.list-items.top-country > li {
  width: calc((100% - 2 * 25px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 763px) {
  .list-items.top-country > li {
    width: calc((100% - 2 * 10px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.list-items.top-country > li:nth-child(3n) {
  margin-right: 0;
}
.list-items.top-country > li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list-items.top-country > li a {
  background: #fff;
}
.list-items.top-country > li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
}
.list-items.top-country > li .expansion {
  padding: 10px;
}
.list-items.top-country > li .expansion img {
  width: 46px;
}
.list-items.top-country > li .expansion p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 24px;
  color: #3f3a37;
}
.list-items.top-category > li {
  width: calc((100% - 1 * 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 763px) {
  .list-items.top-category > li {
    width: calc((100% - 1 * 8px) / 2);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.list-items.top-category > li:nth-child(2n) {
  margin-right: 0;
}
.list-items.top-category > li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.list-items.top-category > li .expansion img {
  width: 100%;
}
.list-items.top-price > li {
  width: calc((100% - 1 * 24px) / 2);
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 763px) {
  .list-items.top-price > li {
    width: calc((100% - 1 * 9px) / 2);
    margin-right: 9px;
    margin-bottom: 9px;
  }
}
.list-items.top-price > li:nth-child(2n) {
  margin-right: 0;
}
.list-items.top-price > li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.list-items.top-price > li .expansion img {
  width: 100%;
}

li.overlay {
  position: absolute;
}
li.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: 1;
}
li.overlay::after {
  content: "販売予定";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
  z-index: 1;
}

.labo {
  display: block;
}
.labo__title {
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .labo {
    padding-top: 61px;
  }
}
@media screen and (max-width: 480px) {
  .labo {
    padding-top: 0;
  }
}
.labo__container {
  width: 100%;
  padding: 50px 0 69px;
}
.labo__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 90px;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .labo__flex {
    flex-direction: column !important;
  }
}
.labo__flex img,
.labo__flex .labo__img img {
  width: 280px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .labo__flex img,
  .labo__flex .labo__img img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .labo__flex img,
  .labo__flex .labo__img img {
    width: 80%;
  }
}
.labo__flex .text-content {
  flex: 2.5;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .labo__flex .text-content {
    max-width: 100%;
    flex: none;
  }
}
.labo__flex .text-content h2 {
  font-size: clamp(18px, 2.6vw, 20px);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.labo__flex .text-content p {
  font-size: clamp(14px, 2.6vw, 17px);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 480px) {
  .labo__flex .text-content p {
    line-height: 1.8;
  }
}
.labo__flex:nth-child(even) {
  flex-direction: row;
}
.labo__flex:nth-child(even) img {
  margin-right: 0;
}
.labo__img {
  flex: 1;
  width: 100%;
  text-align: center;
}
.labo__img h2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .labo__img h2 {
    display: block;
    font-size: clamp(18px, 2.6vw, 20px);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.2em;
  }
}
.labo__title-02 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
}
.labo__title-03 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .labo__title-03 {
    font-size: 18px;
  }
}
.labo__gyarea {
  background: #efefef;
  padding: 30px 55px;
}
@media screen and (max-width: 1000px) {
  .labo__gyarea {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  .labo__gyarea {
    padding: 30px 25px;
  }
}
.labo__gyarea p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  .labo__gyarea p {
    font-size: 16px;
  }
}
.labo__list-items {
  display: grid;
  gap: 0 19px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1000px) {
  .labo__list-items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.ranking_section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ranking_slider__wrap {
  row-gap: 40px;
  column-gap: 13px;
}
.ranking_slider__wrap .gazou {
  aspect-ratio: 1/1.3;
}
.ranking_slider__item {
  position: relative;
  padding: 8px;
  border: 1px solid #efefef;
  background: #fff;
}
.ranking_slider__item .rank {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .ranking_slider__item .rank {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
.ranking_slider__item .rank.one {
  background: #e1d993;
}
.ranking_slider__item .rank.two {
  background: #dadada;
}
.ranking_slider__item .rank.three {
  background: #e1b993;
}
.ranking_slider .item {
  position: relative;
  padding: 8px;
  border: 1px solid #efefef;
  background: #fff;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.grid-layout .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}
.grid-layout .swiper-slide .item {
  position: relative;
  padding: 8px;
  border: 1px solid #efefef;
  background: #fff;
}
.grid-layout .swiper-slide .rank {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .grid-layout .swiper-slide .rank {
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .grid-layout .swiper-slide .rank {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
.grid-layout .swiper-slide .rank.one {
  background: #e1d993;
}
.grid-layout .swiper-slide .rank.two {
  background: #dadada;
}
.grid-layout .swiper-slide .rank.three {
  background: #e1b993;
}

.p-info {
  margin: 10px auto;
  overflow: hidden;
}
.p-info .name {
  display: block;
  color: #333;
  text-overflow: ellipsis;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3.5em;
}
.p-info .p-price {
  display: block;
  color: #333;
  text-align: center;
  font-size: clamp(17px, 2.6vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 16px;
}

.gazou {
  width: 100%;
  object-fit: contain;
}

.rank {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .rank {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
.rank.one {
  background: #e1d993;
}
.rank.two {
  background: #dadada;
}
.rank.three {
  background: #e1b993;
}

.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.slider__item .p-info {
  margin: 10px auto;
  overflow: hidden;
}
.slider__item .name {
  display: block;
  color: #333;
  text-overflow: ellipsis;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.slider__item .p-price {
  display: block;
  color: #333;
  text-align: center;
  font-size: clamp(17px, 2.6vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 16px;
}
.slider__item .gazou {
  width: 100%;
  object-fit: contain;
}

.slider_section { width: 100%; overflow: hidden; /*overflow-x: hidden;*/ }
.slider_section .slider .slider__item { position: relative; aspect-ratio: 1 / 1.33333333333; overflow: hidden; }
.slider_section .slider .slider__item > a { display: block; width: 100%; height: 100%; }
.slider_section .slider .slider__item picture { display: block; width: 100%; height: 100%; }
.slider_section .slider .slider__item img { width: 100%; height: 100%; object-fit: cover; }
.slider_section .slider .swiper-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; position: absolute; bottom: 18px; left: 0; margin: 0; width: 100%; }
.slider_section .slider .swiper-pagination-bullet { position: relative; margin: 0 !important; width: 8px; height: 8px; background-color: #F4F0EB; opacity: 1; }
.slider_section .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #D1B090; }
.slider_section .swiper-pagination-bullet.swiper-pagination-bullet-active::after { content: ''; position: absolute; top: -2px; left: -2px; width: 12px; height: 12px; background-color: #D1B090; border-radius: 50%; }
.slider_section .slider .slider__prev,
.slider_section .slider .slider__next { display: block; position: absolute; top: 50%; transform: translateY(-50%); width: 25px; height: 46px; background: none; border-radius: 0; opacity: 1; }
.slider_section .slider .slider__prev::before,
.slider_section .slider .slider__prev::after,
.slider_section .slider .slider__next::before,
.slider_section .slider .slider__next::after { content: ''; position: absolute; width: 32px; height: 2px; background-color: #fff/*#444*/; }
.slider_section .slider .slider__prev::before,
.slider_section .slider .slider__prev::after { top: 24px; left: 0; transform-origin: left top; }
.slider_section .slider .slider__prev::before { transform: rotate(-45deg); }
.slider_section .slider .slider__prev::after { transform: rotate(45deg); }
.slider_section .slider .slider__next::before,
.slider_section .slider .slider__next::after { top: 24px; left: -6px; transform-origin: right top; }
.slider_section .slider .slider__next::before { transform: rotate(-45deg); }
.slider_section .slider .slider__next::after { transform: rotate(45deg); }
.slider_section .slider .slider__prev { left: -85px; }
.slider_section .slider .slider__next { right: -85px; }
.slider_section .slider__numbering { position: absolute; bottom: 15px; right: 16px; color: #fff; z-index: 2; }
.slider_section .slider__numbering span { display: block; position: relative; font-size: 1.3rem; font-weight: 400; line-height: 1.46153846154; }
.slider_section .slider__numbering span.is-total { margin-top: 22px; }
.slider_section .slider__numbering span.is-total::before { content: ''; position: absolute; top: -12px; left: 50%; transform: translateX(-50%) rotate(-45deg); width: 17px; height: 1px; background-color: #fff; }

@media screen and (max-width: 768px) {
  .slider_section .slider .slider__prev,
  .slider_section .slider .slider__next { display: none; }
}

@media screen and (min-width: 769px) {
  .slider_section .slider .slider__item { aspect-ratio: 1 / 0.56666666666; }
  .slider_section .slider .swiper-pagination { bottom: 24px; }
  .slider_section .slider__numbering { bottom: 24px; right: 120px; }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .slider_section .slider .slider__prev { left: 20px; }
  .slider_section .slider .slider__next { right: 20px; }
}

/* tabs */
.tab-blk .tab-content {
  display: none;
}
.tab-blk .tab-content.active {
  display: block;
}

.tabs {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0px;
  column-gap: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tabs li button,
.tabs li a {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  transition: all 0.3s;
  background: #f4f4f4;
}
@media screen and (max-width: 480px) {
  .tabs li button,
  .tabs li a {
    font-size: 12px;
  }
}
.tabs li button.active, .tabs li button:hover,
.tabs li a.active,
.tabs li a:hover {
  opacity: 1;
  background: #a8b2bf;
  color: #fff;
}

.recommend {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 60px;
  }
}
.recommend_section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.recommend__prev {
  display: none;
  position: absolute;
  top: 60%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #a8b2bf;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .recommend__prev {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .recommend__prev {
    top: 50%;
  }
}
@media screen and (max-width: 420px) {
  .recommend__prev {
    top: 38%;
  }
}
.recommend__prev::before {
  position: absolute;
  top: 2px;
  right: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f053";
  color: #fff;
}
.recommend__next {
  display: none;
  position: absolute;
  top: 60%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #a8b2bf;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .recommend__next {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .recommend__next {
    top: 50%;
  }
}
@media screen and (max-width: 420px) {
  .recommend__next {
    top: 38%;
  }
}
.recommend__next::before {
  position: absolute;
  top: 2px;
  left: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f054";
  color: #fff;
}

.series__grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 32px 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  .series__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.series__grid-4 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .series__grid-4 {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0;
  }
}
.series__grid-4 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .series__grid-4 li {
    display: grid;
    place-content: center;
    place-items: center;
  }
}
.series__mtitle {
  display: block;
  color: #333;
  font-size: clamp(12px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.8px;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .series__mtitle {
    margin-top: 7px;
  }
}

.insta_section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.insta__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 67px;
}
.insta__title::before {
  display: inline-block;
  content: "";
  background-image: url(https://pajama.itembox.design/item/kaimin/images/index/icon_insta.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.insta__grid-3 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .insta__grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .insta__grid-3 {
    grid-template-columns: 1fr;
    padding: 60px 0;
  }
}
.insta__grid-3 li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.insta__prev {
  display: none;
  position: absolute;
  top: 60%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #a8b2bf;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .insta__prev {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .insta__prev {
    top: 50%;
  }
}
@media screen and (max-width: 420px) {
  .insta__prev {
    top: 38%;
  }
}
.insta__prev::before {
  position: absolute;
  top: 2px;
  right: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f053";
  color: #fff;
}
.insta__next {
  display: none;
  position: absolute;
  top: 60%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #a8b2bf;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .insta__next {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .insta__next {
    top: 50%;
  }
}
@media screen and (max-width: 420px) {
  .insta__next {
    top: 38%;
  }
}
.insta__next::before {
  position: absolute;
  top: 2px;
  left: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f054";
  color: #fff;
}

.grid-layout-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.grid-layout-3 .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}

.topics__news {
  width: 100%;
}
.topics__news li {
  display: flex;
  padding: 15px 15px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a8b2bf;
}
@media screen and (max-width: 1000px) {
  .topics__news li {
    flex-direction: column;
    padding: 15px 15px 40px;
    border-bottom: 1px solid #a8b2bf;
  }
}
.topics__news .day {
  margin-right: 2em;
}
@media screen and (max-width: 1000px) {
  .topics__news .day {
    margin-right: 0;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=top-style.css.map */