@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Zen Maru Gothic", "LINESeedJP", sans-serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 97%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
.cotainer {
  padding: 2rem;
}

@media screen and (max-width: 480px) {
  .cotainer {
    padding: 1rem;
  }
}
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #0f1111;
}
.bgcolor div h2 {
  color: #87ceeb;
}
.bgcolor div h2 b {
  color: #87ceeb;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #87ceeb;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}

h3 {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}

h4 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
p {
  font-family: "Zen Maru Gothic", "LINESeedJP", sans-serif;
}

/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #0f1111;
  text-emphasis: filled #0f1111;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

.marker-h1 {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}
.marker-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(246, 173, 73, 0.8);
  border-radius: 30px;
  z-index: -1;
  transition: background-color 0.3s ease;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 99999;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.img-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .img-grid-container {
    margin-bottom: 1rem;
  }
}
.img-grid-container .img-box .img-wrapper .img-contents {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.img-grid-container .img-box .img-wrapper .img-contents p {
  text-align: center;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  font-weight: bold;
  color: #66CDAA;
}
.img-grid-container .img-box .img-wrapper .img-contents a {
  width: 100%;
  margin: 0 auto;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 1;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image .overlay i {
  font-size: 2rem;
  color: #ffffff;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image:hover .overlay {
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 2rem 1.3rem;
  }
}

.section-title {
  position: relative;
  z-index: 5;
}
.section-title h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.section-title h2 .en {
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #87ceeb;
}
@media screen and (max-width: 480px) {
  .section-title h2 .en {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
}
.section-title h2 .en span {
  letter-spacing: 0;
}
.section-title h2 .jp {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 500;
  color: #333;
  display: block;
  line-height: 1.3;
}
.section-title h2 .jp span {
  display: inline-block;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

#header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
}
#header.fixed {
  transition: 1s;
  background: rgba(255, 255, 255, 0.8);
}
#header.fixed .container-header .header__nav .nav__list {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
#header.fixed .container-header .header__nav .nav__list li > a p {
  color: #333;
}
#header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  box-sizing: border-box;
}
#header .header__warp--logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 80px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0.2em 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .header__warp--logo a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0.1em 0;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
#header .header__warp--logo a img {
  padding: 0.3rem;
  background-color: #ffffff;
}
#header .header__warp--logo:hover {
  opacity: 0.7;
}
#header .header__warp--logo:hover::after {
  opacity: 1;
}
#header .container-header .header__nav .nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .container-header .header__nav .nav__list li {
  position: relative;
}
#header .container-header .header__nav .nav__list li:last-of-type a {
  padding-right: 0;
}
#header .container-header .header__nav .nav__list li:last-of-type a::before {
  display: none;
}
#header .container-header .header__nav .nav__list li > a {
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin: 1rem 0;
  padding: 0 2rem;
  position: relative;
}
#header .container-header .header__nav .nav__list li > a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  right: -2px;
  z-index: 1;
  margin: auto;
  transform: rotate(35deg);
}
#header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: 500;
  color: #fff;
  position: relative;
}
#header .container-header .header__nav .nav__list li > a p::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  max-width: 40px;
  height: 2px;
  background: #87ceeb;
  transition: width 0.3s ease-in-out;
}
#header .container-header .header__nav .nav__list li > a span {
  transition: color 0.3s ease;
  color: #87ceeb;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  font-weight: 400;
}
#header .container-header .header__nav .nav__list li > a:hover p::after {
  width: 100%;
}
#header .container-header .header__nav .nav__list li.active a p::after {
  width: 100%;
}
#header .container-header .header__sp {
  display: none;
}
#header .container-header .header__sp .sp-btn .menu-button__circle {
  border-bottom-left-radius: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8.5vw;
  min-width: 95px;
  height: 10vh;
  min-height: 80px;
  background-color: #fff;
  z-index: 0;
  opacity: 1;
  transition: width 0.7s cubic-bezier(0.7, 0, 0.3, 1), height 0.7s cubic-bezier(0.7, 0, 0.3, 1), background-color 0.7s cubic-bezier(0.7, 0, 0.3, 1), border-radius 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
#header .container-header .header__sp .sp-btn .menu-button__circle.active {
  width: 2000px;
  height: 2000px;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  #header .container-header .header__sp .sp-btn .menu-button__circle {
    height: 8vh;
  }
}
@media screen and (max-width: 768px) {
  #header .container-header .header__sp .sp-btn .menu-button__circle {
    min-width: 90px;
  }
}
@media screen and (max-width: 480px) {
  #header .container-header .header__sp .sp-btn .menu-button__circle {
    min-width: 85px;
  }
}
#header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  #header .container-header .header__sp .menu-button {
    margin-right: 8px;
  }
}
#header .container-header .header__sp .menu-button .menu-button__line,
#header .container-header .header__sp .menu-button .menu-button__line::before,
#header .container-header .header__sp .menu-button .menu-button__line::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #87ceeb;
  border-radius: 2px;
  content: "";
  left: 6px;
  transition: all 0.4s;
}
#header .container-header .header__sp .menu-button .menu-button__line {
  top: 19px;
}
#header .container-header .header__sp .menu-button .menu-button__line::before {
  top: -10px;
}
#header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
}
#header .container-header .header__sp .menu-button.active .menu-button__line {
  background: transparent;
}
#header .container-header .header__sp .menu-button.active .menu-button__line::before {
  transform: translateY(10px) rotate(45deg);
}
#header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
}
#header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 0.25s ease-in-out;
  margin: 5rem;
}
#header .container-header .header__sp .sp-nav .sp-nav-list {
  width: 100%;
  height: 100%;
  position: relative;
}
#header .container-header .header__sp .sp-nav .sp-nav-list::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -10%;
  width: 35%;
  max-width: 50%;
  min-width: 170px;
  aspect-ratio: 47/50;
  background: url("../../img/common/illust1.svg") no-repeat center/contain;
  z-index: -1;
  opacity: 0.2;
}
#header .container-header .header__sp .sp-nav .sp-nav-list::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 25%;
  max-width: 50%;
  min-width: 100px;
  aspect-ratio: 47/50;
  background: url("../../img/common/illust2.svg") no-repeat center/contain;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 480px) {
  #header .container-header .header__sp .sp-nav .sp-nav-list::after {
    bottom: auto;
    top: 3%;
    right: -15%;
  }
}
#header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
#header .container-header .header__sp .sp-nav ul > li {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#header .container-header .header__sp .sp-nav ul > li > a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0 10px;
  font-size: 1.2em;
  color: #87ceeb;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
#header .container-header .header__sp .sp-nav ul > li > a::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-top: 0.3em;
  color: #87ceeb;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#header .container-header .header__sp .sp-nav ul > li > a p {
  display: inline-block;
}
#header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
@media screen and (max-width: 480px) {
  #header .container-header .header__sp .sp-nav ul > li > a {
    gap: 0.8rem;
  }
}
#header .container-header .header__sp .sp-nav ul > li ul {
  display: none;
}
#header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#header .link-contents {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .link-contents {
    display: block;
  }
}
#header .link-contents .link__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  #header .link-contents .link__list {
    justify-content: flex-end;
    margin-right: 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 500px) {
  #header .link-contents .link__list {
    gap: 0.5rem;
    width: 95%;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#header .link-contents .link__list .item--tel {
  background-color: #ffffff;
  transition: background-color 0.3s;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #header .link-contents .link__list .item--tel {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #header .link-contents .link__list .item--tel {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    padding: 1rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--tel i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 400px) {
  #header .link-contents .link__list .item--tel {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    padding: 0.5rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--tel i {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#header .link-contents .link__list .item--tel .link--tel {
  color: #333;
}
#header .link-contents .link__list .item--tel:hover {
  opacity: 1;
  background-color: #333;
}
#header .link-contents .link__list .item--tel:hover .link--tel {
  opacity: 1;
  color: #ffffff;
}
#header .link-contents .link__list .item--contact {
  background-color: #87ceeb;
  transition: background-color 0.3s;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #header .link-contents .link__list .item--contact {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #header .link-contents .link__list .item--contact {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    padding: 1rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--contact i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 400px) {
  #header .link-contents .link__list .item--contact {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    padding: 0.5rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--contact i {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#header .link-contents .link__list .item--contact .link--contact {
  color: #ffffff;
}
#header .link-contents .link__list .item--contact:hover {
  opacity: 1;
  background-color: #ffffff;
}
#header .link-contents .link__list .item--contact:hover .link--contact {
  opacity: 1;
  color: #87ceeb;
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 1200px) {
  #header.fixed {
    background: none;
  }
  #header .header__warp {
    padding: 0 5px;
    margin: 5px auto;
    align-items: flex-start;
  }
  #header .header__warp--logo {
    padding: 0;
  }
  #header .header__warp--logo a {
    padding: 0;
  }
  #header .header__warp--logo:hover {
    opacity: 0.1;
  }
  #header .container-header .header__contact {
    display: none;
  }
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  #header .container-header .header__sp .menu-button {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  #header .header__warp {
    padding: 0 5px;
    margin: 5px;
  }
  #header .container-header .header__sp .sp-nav {
    margin: 3rem;
  }
  #header .container-header .header__sp .sp-nav ul {
    gap: 0.7rem;
  }
  #header .container-header .header__sp .sp-nav ul > li {
    border-bottom: none;
  }
  #header .container-header .header__sp .sp-nav ul > li > a {
    padding: 0.5rem 0;
    justify-content: center;
  }
  #header .container-header .header__sp .sp-nav ul > li > a::before {
    display: none;
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_product {
  background-image: url("../../img/common/heading/product.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_salon {
  background-image: url("../../img/common/heading/salon.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_news {
  background-image: url("../../img/common/heading/blog.jpg");
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_company {
  background-image: url("../../img/common/heading/company.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_faq-contact {
  background-image: url("../../img/common/heading/faq-contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_study-abroad-support {
  background-image: url("../../img/common/heading/study-abroad-support.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 40vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#heading .heading__warp h1 {
  display: flex;
  flex-flow: column;
  transition: all ease 1s;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 5rem;
  margin-top: auto;
  width: 100%;
}
#heading .heading__warp h1 .en {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  margin-bottom: 1rem;
  text-align: left;
}
#heading .heading__warp h1 .jp {
  transition: all ease 1s;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  text-align: left;
}
#heading .heading__warp h1 .jp span {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 40vh;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 35vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
    line-height: 1.5;
  }
  #heading .heading__warp h1 .jp {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #heading .heading__warp h1 .jp span {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  #heading {
    height: 60vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 span {
    width: 100%;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99998;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
#floating li {
  margin: 0.25rem 0;
  list-style: none;
}
#floating li a {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #87ceeb;
  color: #ffffff;
  padding: 15px 10px;
  border-radius: 1rem 0 0 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 100%;
  border: 1px solid #ffffff;
  min-width: 50px;
}
#floating li a:hover {
  transform: translateX(-10px);
  opacity: 0.5;
}
#floating li a i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  margin-left: 2px;
}
#floating li a span {
  display: inline-block;
  transform: rotate(0deg);
  text-orientation: upright;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-align: center;
  display: none;
}
#floating .instagram a {
  background: linear-gradient(220deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}
#floating .instagram a i {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  #floating .instagram a i {
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  }
}
#floating .instagram a span {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
@media screen and (max-width: 768px) {
  #floating .instagram a span {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}
#floating .line a {
  background-color: #06C755;
}
#floating .shop a {
  background-color: #f497ad;
}

@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    opacity: 0;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    border: none;
  }
  #floating li {
    margin: 0;
  }
  #floating li a {
    border-radius: 0;
    flex-direction: column;
    padding: 1rem 0.5rem;
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating li a:first-child {
    /* 最初の要素のカスタムスタイルが必要ならここに */
  }
  #floating li a:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  #floating li a:hover {
    transform: none;
    background: #fff;
    background-color: #ffffff;
    color: #66CDAA;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #66CDAA;
  }
  #floating li a span {
    display: block;
    writing-mode: horizontal-tb;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #floating li a i {
    margin-left: 0;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
#shop {
  padding: 2rem 0 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#shop .section-title {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
}
#shop .section-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
  margin: 0 12px;
  height: 0;
  display: block;
}
#shop .section-title h2 {
  text-align: left;
  padding-bottom: 0 !important;
}
#shop .section-title h2 .en {
  color: #f497ad;
  font-style: normal;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem) !important;
}
#shop .section-title h2 .jp {
  font-style: normal;
}
#shop .no-items {
  margin-bottom: 15rem;
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#shop .no-items.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #shop .no-items {
    margin-bottom: 10rem;
  }
}
#shop .section {
  z-index: 10;
  /* もっと見るボタン */
}
#shop .section__title {
  margin-block-end: 60px;
}
#shop .section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  row-gap: 45px;
  margin-bottom: 2rem;
  width: calc(100% - 30px);
  margin-inline: auto;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
  /* 初期状態で非表示 */
}
#shop .section__list.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #shop .section__list {
    margin-bottom: 0;
  }
}
#shop .section__list .item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  row-gap: 10px;
}
#shop .section__list .item .image {
  grid-column: 1/3;
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr 1fr;
}
#shop .section__list .item .image.item__image {
  grid-template-rows: 1fr;
}
#shop .section__list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 1s;
}
#shop .section__list .item .image a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
#shop .section__list .item .image a:hover img {
  scale: 1.05;
}
#shop .section__list .item__name {
  grid-column: 1/3;
  color: #333;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto 1fr;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1.2;
  position: relative;
  align-items: flex-start;
}
#shop .section__list .item__name::before {
  content: "●";
  display: block;
  font-size: 0.8em;
  color: #f497ad;
  padding-top: 3px;
}
#shop .section__list .item__name .wrap-name {
  text-align: left;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#shop .section__list .item__name .wrap-name span {
  display: inline-block;
}
#shop .section__list .item__price p {
  font-size: 1.2em;
}
#shop .section__list .item .item-link-btn {
  background-color: #f497ad;
  color: #ffffff;
  padding: 0.75rem 1rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  border: 2px solid #f497ad;
}
#shop .section__list .item .item-link-btn i {
  margin-left: 0.3rem;
  font-size: 1.1rem;
}
#shop .section__list .item .item-link-btn:hover {
  background-color: #ffffff;
  color: #f497ad;
}
#shop .section__list .item .add-to-cart-btn,
#shop .section__list .item .clear-cart-btn {
  padding: 5px 15px;
  background-color: #66CDAA;
  border: 2px #66CDAA solid;
  color: #ffffff;
  transition: 1s all;
}
#shop .section__list .item .add-to-cart-btn:hover,
#shop .section__list .item .clear-cart-btn:hover {
  background-color: #ffffff;
  color: #66CDAA;
}
#shop .section__list .item .clear-cart-btn {
  background-color: #52848b;
  border: 2px #52848b solid;
}
#shop .section__list .item .clear-cart-btn:hover {
  color: #52848b;
}
#shop .section__list .item .detail-btn {
  grid-column: 1/3;
}
#shop .section__list .hidden-items {
  display: none;
  /* 初期状態では非表示 */
  overflow: hidden;
}
#shop .section .show-more-btn {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: -10rem auto 10rem;
  padding: 1rem 2rem;
  background-color: #87ceeb;
  color: #f497ad;
  border: 1px solid #87ceeb;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  display: block;
}
#shop .section .show-more-btn:hover {
  background-color: #ffffff;
  color: #66CDAA;
  border: 1px solid #66CDAA;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  padding: 45px 30px 30px;
  width: 90%;
  max-width: 700px;
  border-radius: 5px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}

.close-btn:hover {
  color: #555;
}

.description {
  display: none;
}

.detail-btn {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 0;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.detail-btn:hover {
  background-color: #e0e0e0;
}

body.modal-open .header,
body.modal-open .sp-fixed-link {
  opacity: 0 !important;
  pointer-events: none;
}

body.modal-open {
  overflow-y: hidden;
}

.modal-content {
  max-height: 90svh;
  overflow-y: auto;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

#total_cal {
  opacity: 0;
  position: absolute;
  z-index: -999;
  pointer-events: none;
}

.item .item__swiper .swiper {
  width: 100%;
}
.item .item__swiper .swiper .swiper-slide {
  width: 100%;
}
.item .item__swiper .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.item .item__swiper .slider-thumbnail01,
.item .item__swiper .slider-thumbnail02,
.item .item__swiper .slider-thumbnail03,
.item .item__swiper .slider-thumbnail04,
.item .item__swiper .slider-thumbnail05,
.item .item__swiper .slider-thumbnail06,
.item .item__swiper .slider-thumbnail07,
.item .item__swiper .slider-thumbnail08,
.item .item__swiper .slider-thumbnail09 {
  margin-top: 5px;
}
.item .item__swiper .slider-thumbnail01 .swiper-slide img,
.item .item__swiper .slider-thumbnail02 .swiper-slide img,
.item .item__swiper .slider-thumbnail03 .swiper-slide img,
.item .item__swiper .slider-thumbnail04 .swiper-slide img,
.item .item__swiper .slider-thumbnail05 .swiper-slide img,
.item .item__swiper .slider-thumbnail06 .swiper-slide img,
.item .item__swiper .slider-thumbnail07 .swiper-slide img,
.item .item__swiper .slider-thumbnail08 .swiper-slide img,
.item .item__swiper .slider-thumbnail09 .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.item .item__swiper .slider-thumbnail01 .swiper-wrapper,
.item .item__swiper .slider-thumbnail02 .swiper-wrapper,
.item .item__swiper .slider-thumbnail03 .swiper-wrapper,
.item .item__swiper .slider-thumbnail04 .swiper-wrapper,
.item .item__swiper .slider-thumbnail05 .swiper-wrapper,
.item .item__swiper .slider-thumbnail06 .swiper-wrapper,
.item .item__swiper .slider-thumbnail07 .swiper-wrapper,
.item .item__swiper .slider-thumbnail08 .swiper-wrapper,
.item .item__swiper .slider-thumbnail09 .swiper-wrapper {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.item .item__swiper .swiper-button-next,
.item .item__swiper .swiper-button-prev {
  width: 30px !important;
  aspect-ratio: 1 !important;
  aspect-ratio: 1/1 !important;
  background-color: #f497ad !important;
}
.item .item__swiper .swiper-button-next:after,
.item .item__swiper .swiper-button-prev:after {
  color: #fff !important;
  font-size: 22px !important;
}

.intro-container {
  margin-bottom: 1rem;
}
.intro-container b {
  display: block;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.intro-container b::before {
  content: "●";
  display: block;
  font-size: 0.8em;
  color: #f497ad;
  padding-top: 3px;
}
.intro-container .bold {
  font-weight: 500;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
.intro-container p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin-bottom: 5px;
}
.intro-container .point {
  margin-top: 1rem;
}
.intro-container .point b {
  border: none;
  padding-bottom: 0;
}
.intro-container .point b::before {
  color: #87ceeb;
}
.intro-container .point .one,
.intro-container .point .two,
.intro-container .point .three {
  margin-left: 1rem;
}
.intro-container .point .one b,
.intro-container .point .two b,
.intro-container .point .three b {
  margin-bottom: 0;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
.intro-container .point .one b::before,
.intro-container .point .two b::before,
.intro-container .point .three b::before {
  display: none;
}
.intro-container .point .one .moist,
.intro-container .point .two .moist,
.intro-container .point .three .moist {
  display: block;
  position: relative;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  margin-bottom: 0;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding-bottom: 0;
  border-bottom: none;
}
.intro-container .point .one .moist::before,
.intro-container .point .two .moist::before,
.intro-container .point .three .moist::before {
  content: "●";
  display: block;
  font-size: 0.7em;
  color: #333;
  padding-top: 3px;
}
.intro-container .face-note {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.component {
  margin-bottom: 1rem;
}
.component b {
  display: block;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
.component b::before {
  content: "●";
  display: block;
  font-size: 0.8em;
  color: #87ceeb;
  padding-top: 3px;
}
.component ul {
  list-style: disc;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin-left: 2rem;
}
.net {
  margin-bottom: 1rem;
}
.net p {
  position: relative;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
.net p::before {
  content: "●";
  display: block;
  font-size: 0.8em;
  color: #66CDAA;
  padding-top: 3px;
}
.net p .spec {
  margin-bottom: 10px;
}
.net p .spec .color {
  font-weight: normal;
  display: block;
}
.net p .spec .color span {
  display: inline-block;
}

.use {
  margin-bottom: 1rem;
}
.use b {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
.use p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
.use p span {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  #shop .section__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #shop .section__list {
    max-width: 480px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #shop {
    padding: 1rem 0;
  }
  #shop .section__title {
    margin-block-end: 45px;
  }
  #shop .modal-content {
    max-height: 50svh;
  }
}
.description-shop .section__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.description-shop .section__list .inner {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.description-shop .section__list .inner dl {
  margin-block-end: 15px;
}
.description-shop .section__list .inner dl .wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  padding: 10px;
  border-bottom: 1px solid #87ceeb;
}
.description-shop .section__list .inner dl .wrap span {
  display: inline-block;
}
.description-shop .section__list .inner h3 {
  font-size: 1.2em;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-bottom: dashed 1px #87ceeb;
}
.description-shop .section__list .inner h3::before {
  content: "●";
  display: block;
  color: #87ceeb;
  font-size: 0.75em;
  padding-top: 3px;
}
.description-shop .section__list .inner .payment-info {
  display: grid;
  grid-template-columns: auto 1fr;
}

@media screen and (max-width: 768px) {
  .description-shop .section__list .inner dl .wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #description {
    padding: 90px 0;
  }
  #description .section__title {
    margin-block-end: 45px;
  }
}
#about {
  padding: 180px 0 90px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#about h2 {
  position: relative;
  text-align: left;
  color: #87ceeb;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
  z-index: 5;
  text-shadow: 0 3px 5px rgba(255, 255, 255, 0.6);
}
#about h2.is-show {
  opacity: 1;
  transform: translateY(0);
}
#about h2 span {
  position: absolute;
  z-index: -2;
  left: 0;
  top: -60px;
  font-size: clamp(3.2rem, 2.94rem + 1.3vw, 4.5rem);
  font-weight: normal;
  opacity: 0.3;
  color: #66CDAA;
}
#about .section {
  z-index: 10;
}
#about .section__title {
  margin-block-end: 60px;
}
#about .section__text {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
  text-align: center;
}
#about .section__text.is-show {
  opacity: 1;
  transform: translateY(0);
}
#about .section__text p {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 500;
  margin: 0 1rem 3rem;
  line-height: 1.5;
}
#about .section__text p span {
  display: inline-block;
}
#about .section__text .category-buttons {
  margin: 2rem 2rem 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#about .section__text .category-buttons .category-button {
  text-decoration: none;
  background-color: #87ceeb;
  border: 1px solid #87ceeb;
  padding: 1rem 2rem;
  color: #f497ad;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  display: block;
  min-width: 150px;
  transition: background-color 0.5s ease;
}
#about .section__text .category-buttons .category-button:hover {
  background-color: #ffffff;
  color: #66CDAA;
  border: 1px solid #66CDAA;
}
#about .section__text--2 {
  margin-block-start: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 4rem 8rem 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.8;
  color: #87ceeb;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  letter-spacing: 0.1rem;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
  z-index: 10;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
#about .section__text--2.is-show {
  opacity: 1;
  transform: translateY(0);
}
#about .section__text--2::before, #about .section__text--2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url("../../img/home/stanp0.png");
  background-size: cover;
  opacity: 0.4;
  z-index: 1;
}
#about .section__text--2::before {
  top: 15px;
  left: 15px;
  transform: scale(-1);
}
#about .section__text--2::after {
  bottom: 15px;
  right: 15px;
}
#about .section__text--2 h3 {
  text-align: center;
  margin-block-end: 45px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  color: #66CDAA;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 600;
}
#about .section__text--2 ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#about .section__text--2 ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1.5;
}
#about .section__text--2 ul li::before {
  content: "●";
  display: block;
  color: #87ceeb;
  font-size: 0.7em;
  padding-top: 4px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  #about {
    padding: 8rem 4rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding: 8rem 1rem 3rem;
  }
  #about h2 {
    padding-left: 2rem;
  }
  #about h2 span {
    padding-left: 2rem;
  }
  #about .section__text--2 {
    padding: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #about {
    padding: 8rem 1rem 5rem;
  }
  #about h2 {
    padding-left: 0rem;
  }
  #about h2 span {
    padding-left: 0rem;
  }
  #about .section__text--2 {
    padding: 3rem 2rem;
  }
  #about .section__text--2::before, #about .section__text--2::after {
    opacity: 0.2;
  }
}
#btn {
  position: relative;
  overflow: hidden;
}
#btn::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0%;
  width: 70%;
  max-width: 900px;
  aspect-ratio: 3/2;
  background: url("../../img/salon/btn-bg.png") no-repeat center/contain;
  z-index: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  #btn::before {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #btn::before {
    width: 140%;
  }
}
#btn .decorate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
#btn .decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
#btn .decorate__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(95%);
}
#btn .decorate__image--2 {
  background-image: url("../../img/company/bg.jpg");
  opacity: 1;
}
#btn .container .button-row {
  display: flex;
  margin: 5rem auto;
  gap: 3rem;
  justify-content: center;
  padding-left: 7rem;
}
@media screen and (max-width: 1024px) {
  #btn .container .button-row {
    padding-left: 0;
    margin: 3rem auto;
  }
}
#btn .container .button-row .btn {
  width: 300px;
}
#btn .container .button-row .btn .jump-button {
  position: relative;
  display: inline-block;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s;
}
#btn .container .button-row .btn .jump-button.is-show {
  opacity: 1;
  filter: blur(0px);
}
#btn .container .button-row .btn .jump-button img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 50%;
  transition: opacity 0.3s;
  padding: 0.3rem;
}
#btn .container .button-row .btn .jump-button:hover img {
  opacity: 0.5;
}
#btn .container .button-row .btn .jump-button .button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2359bd;
  padding: 0.5em 1em;
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
#btn .container .button-row .btn .jump-button .en {
  font-size: clamp(1.7rem, 1.66rem + 0.2vw, 1.9rem);
}
#btn .container .button-row .even {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  #btn .container .button-row .even {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 600px) {
  #btn::before {
    pointer-events: none;
  }
  #btn .container .button-row {
    gap: 1rem;
    margin: 0 auto;
  }
  #btn .container .button-row .btn .jump-button {
    margin: 0 auto;
  }
  #btn .container .button-row .btn .jump-button .en {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
@media screen and (max-width: 480px) {
  #btn .container .button-row {
    flex-direction: column;
    align-items: center;
  }
  #btn .container .button-row .btn .jump-button {
    margin: 0 auto;
  }
  #btn .container .button-row .btn .jump-button .en {
    font-size: clamp(1.7rem, 1.66rem + 0.2vw, 1.9rem);
  }
}
#brands1 {
  position: relative;
  overflow: hidden;
}
#brands1 .container {
  max-width: 1200px;
}
#brands1 .container .section-title h2 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#brands1 .container .section-title h2 .en {
  font-size: 4rem;
}
#brands1 .container .intro {
  padding: 0 2rem;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#brands1 .container .intro.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands1 .container .story {
  position: relative;
  overflow: hidden;
}
#brands1 .container .story .container {
  max-width: 1200px;
}
#brands1 .container .story .container .section-title h3 {
  text-align: left;
  margin-bottom: 2rem;
}
#brands1 .container .story .container .section-title h3 .jp {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 500;
  color: #0f1111;
  position: relative;
  padding-left: 4rem;
}
#brands1 .container .story .container .section-title h3 .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #0f1111;
  border-radius: 2px;
}
#brands1 .container .story .container .story-intro {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#brands1 .container .story .container .story-intro.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands1 .container .story .container .img-box {
  margin-left: auto;
  margin-top: 3rem;
  width: 100%;
  max-width: 500px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s;
}
#brands1 .container .story .container .img-box.is-show {
  opacity: 1;
  filter: blur(0px);
}
#brands1 .container .story .container .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#brands1 .container .about {
  position: relative;
  overflow: hidden;
}
#brands1 .container .about .container .section-title h3 {
  text-align: left;
  margin-bottom: 2rem;
}
#brands1 .container .about .container .section-title h3 .jp {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 500;
  color: #0f1111;
  position: relative;
  padding-left: 4rem;
}
#brands1 .container .about .container .section-title h3 .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #0f1111;
  border-radius: 2px;
}
#brands1 .container .about .container .flex-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 7rem auto 1rem;
}
#brands1 .container .about .container .flex-container .flex-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-right: none;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#brands1 .container .about .container .flex-container .flex-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands1 .container .about .container .flex-container .flex-box:last-child {
  border-right: 1px solid #ddd;
}
#brands1 .container .about .container .flex-container .flex-box .number {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 26/27;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
#brands1 .container .about .container .flex-container .flex-box .number img {
  width: 100%;
  max-width: 78px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#brands1 .container .about .container .flex-container .flex-box .img-box {
  width: 100%;
}
#brands1 .container .about .container .flex-container .flex-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1.3;
}
#brands1 .container .about .container .flex-container .flex-box .img-box .graph {
  -o-object-fit: contain;
     object-fit: contain;
}
#brands1 .container .about .container .flex-container .flex-box .text-box {
  width: 100%;
}
#brands1 .container .about .container .flex-container .flex-box .text-box p {
  text-align: justify;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#brands1 .other {
  position: relative;
  overflow: hidden;
}
#brands1 .other .container .section-title h3 {
  text-align: center;
  margin: 2rem 0;
}
#brands1 .other .container .section-title h3 .jp {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: bold;
  color: #67cb7f;
  position: relative;
}
#brands1 .other .container .content-box {
  border-radius: 10px;
  padding: 1rem 2rem 2rem;
  margin: 0 auto;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#brands1 .other .container .content-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands1 .other .container .content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/product/bg.jpg") no-repeat center/cover;
  z-index: -1;
  opacity: 0.3;
  border-radius: 10px;
}
#brands1 .other .container .content-box ul {
  width: 90%;
  margin: 0 auto;
}
#brands1 .other .container .content-box ul li {
  margin-bottom: 1rem;
  display: flex;
  /* 横並びにするためにflexを使用 */
}
#brands1 .other .container .content-box ul li::before {
  content: "\f111";
  /* FontAwesome のペンアイコンのコード */
  font-family: "Font Awesome 6 Free";
  /* FontAwesome のフォントファミリー */
  font-weight: 900;
  /* フォントウェイトを適切に設定（太字のアイコン） */
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  margin-top: 5px;
  margin-right: 10px;
  color: #67cb7f;
  display: inline-block;
  /* インラインブロックで表示 */
  vertical-align: middle;
  /* テキストとアイコンを垂直方向で中央揃え */
}
#brands1 .other .container .content-box ul li p {
  font-weight: bold;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  color: #67cb7f;
  line-height: 1.3;
}
#brands1 .other .container .content-box ul li p span {
  font-weight: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #0f1111;
}
#brands1 .other .container .outro {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
  margin-top: 2rem;
}
#brands1 .other .container .outro.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands1 .other .container .outro p {
  text-align: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#brands1 .other .container .outro p span {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #brands1 .container .about .container .flex-container {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    max-width: 600px;
  }
  #brands1 .container .about .container .flex-container .flex-box {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  #brands1 .container .section-title h2 .en {
    font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  }
  #brands1 .container .intro {
    padding: 0 1rem;
  }
  #brands1 .container .story .container {
    padding: 1rem;
  }
  #brands1 .container .story .container .section-title h3 .jp {
    padding-left: 2rem;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #brands1 .container .story .container .section-title h3 .jp::before {
    width: 1.5rem;
  }
  #brands1 .container .about .container {
    padding: 1rem;
  }
  #brands1 .container .about .container .section-title h3 .jp {
    padding-left: 2rem;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #brands1 .container .about .container .section-title h3 .jp::before {
    width: 1.5rem;
  }
  #brands1 .other .container {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #brands1 .container .section-title h2 {
    padding-bottom: 1rem;
  }
  #brands1 .container .section-title h2 .en {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
  #brands1 .container .intro {
    padding: 0;
  }
  #brands1 .container .story .container {
    padding: 1.5rem 0;
  }
  #brands1 .container .story .container .section-title h3 {
    margin-bottom: 1rem;
  }
  #brands1 .container .story .container .section-title h3 .jp {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
  #brands1 .container .story .container .img-box {
    margin-top: 1rem;
    max-width: 300px;
  }
  #brands1 .container .about .container {
    padding: 1.5rem 0;
  }
  #brands1 .container .about .container .section-title h3 {
    margin-bottom: 1rem;
  }
  #brands1 .container .about .container .section-title h3 .jp {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
  #brands1 .other .container {
    padding: 0;
  }
  #brands1 .other .container .content-box ul {
    width: 100%;
  }
  #brands1 .other .container .outro {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 1rem;
  }
  #brands1 .other .container .outro p {
    text-align: justify;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  #brands1 .other .container .outro p span {
    display: inline;
  }
}
#brands2 {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  #brands2 {
    padding-top: 2rem;
  }
}
#brands2 .container {
  max-width: 1200px;
}
#brands2 .container .section-title h2 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#brands2 .container .section-title h2 .en {
  font-size: 4rem;
  color: #66CDAA;
}
#brands2 .container .intro {
  padding: 0 2rem;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#brands2 .container .intro.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands2 .container .intro p span {
  display: inline-block;
}
#brands2 .container .point {
  position: relative;
  overflow: hidden;
}
#brands2 .container .point .container .section-title h3 {
  text-align: left;
  margin-bottom: 2rem;
}
#brands2 .container .point .container .section-title h3 .jp {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 500;
  color: #0f1111;
  position: relative;
  padding-left: 4rem;
}
#brands2 .container .point .container .section-title h3 .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #0f1111;
  border-radius: 2px;
}
#brands2 .container .point .container .flex-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 7rem auto 1rem;
  row-gap: 5rem;
}
#brands2 .container .point .container .flex-container .flex-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid #ddd;
  border-right: none;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#brands2 .container .point .container .flex-container .flex-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
#brands2 .container .point .container .flex-container .flex-box:nth-child(even) {
  border-right: 1px solid #ddd;
}
#brands2 .container .point .container .flex-container .flex-box .number {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 26/27;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
#brands2 .container .point .container .flex-container .flex-box .number img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#brands2 .container .point .container .flex-container .flex-box .img-box {
  width: 100%;
}
#brands2 .container .point .container .flex-container .flex-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
#brands2 .container .point .container .flex-container .flex-box .img-box .op {
  -o-object-position: center bottom;
     object-position: center bottom;
}
#brands2 .container .point .container .flex-container .flex-box .text-box {
  width: 100%;
}
#brands2 .container .point .container .flex-container .flex-box .text-box b {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}
#brands2 .container .point .container .flex-container .flex-box .text-box p {
  text-align: justify;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}

.purchase {
  position: relative;
  overflow: hidden;
}
.purchase .bg {
  position: relative;
}
.purchase .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/product/bg2.jpg") no-repeat center/cover;
  z-index: 0;
  opacity: 1;
}
.purchase .bg .container {
  padding: 4rem 2rem;
}
.purchase .bg .container .section-title h3 {
  text-align: center;
  margin-bottom: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.7rem 1rem;
}
.purchase .bg .container .section-title h3 .jp {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 500;
  color: #0f1111;
  position: relative;
}
.purchase .bg .container .section-title h3 .jp span {
  display: inline-block;
}
.purchase .bg .container .btn-box {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
.purchase .bg .container .btn-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
.purchase .bg .container .btn-box p {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
.purchase .bg .container .btn-box p span {
  display: inline-block;
}
.purchase .bg .container .btn-box .btn {
  text-align: center;
  margin: 50px 0 30px;
  margin: 2rem auto;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
.purchase .bg .container .btn-box .btn a {
  display: inline-block;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #87ceeb;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  background-color: #87ceeb;
}
.purchase .bg .container .btn-box .btn a:hover {
  color: #87ceeb;
  background-color: #ffffff;
}
.purchase .bg .container .btn-box .btn.is-show {
  opacity: 1;
  transform: translateY(0);
}
.purchase .bg .container .btn-box .btn a {
  border: 2px solid #66CDAA;
  background-color: #66CDAA;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  margin: 0 auto;
}
.purchase .bg .container .btn-box .btn a i {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
.purchase .bg .container .btn-box .btn a:hover {
  color: #66CDAA;
}
.purchase .bg .container .furusato {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
.purchase .bg .container .furusato.is-show {
  opacity: 1;
  transform: translateY(0);
}
.purchase .bg .container .furusato .text-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  position: relative;
}
.purchase .bg .container .furusato .text-box p {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  padding: 2rem;
}
.purchase .bg .container .furusato .text-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100px;
  aspect-ratio: 188/93;
  background: url("../../img/product/illust.png") no-repeat center/contain;
  z-index: 1;
  rotate: 15deg;
}
.purchase .bg .container .furusato .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
.purchase .bg .container .furusato .banner.is-show {
  opacity: 1;
  transform: translateY(0);
}
.purchase .bg .container .furusato .banner a {
  display: block;
  transition: opacity 0.3s;
}
.purchase .bg .container .furusato .banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  display: block;
}
.purchase .bg .container .furusato .banner a:hover {
  opacity: 0.5;
}

.odd .bg {
  position: relative;
}
.odd .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/product/bg1.jpg") no-repeat center/cover;
  z-index: 0;
  opacity: 1;
}
.odd .bg .container .btn-box .btn a {
  border: 2px solid #f497ad;
  background-color: #f497ad;
}
.odd .bg .container .btn-box .btn a:hover {
  color: #f497ad;
}

@media screen and (max-width: 768px) {
  #brands2 .container .section-title h2 .en {
    font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  }
  #brands2 .container .intro {
    padding: 0 1rem;
  }
  #brands2 .container .point .container {
    padding: 1rem;
  }
  #brands2 .container .point .container .section-title h3 .jp {
    padding-left: 2rem;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #brands2 .container .point .container .section-title h3 .jp::before {
    width: 1.5rem;
  }
  #brands2 .container .point .container .flex-container {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    max-width: 600px;
  }
  #brands2 .container .point .container .flex-container .flex-box {
    border-right: 1px solid #ddd;
  }
  .purchase .bg .container .btn-box p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #brands2 .container .section-title h2 {
    padding-bottom: 1rem;
  }
  #brands2 .container .section-title h2 .en {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
  #brands2 .container .intro {
    padding: 0;
  }
  #brands2 .container .point .container {
    padding: 1.5rem 0;
  }
  #brands2 .container .point .container .section-title h3 {
    margin-bottom: 1rem;
  }
  #brands2 .container .point .container .section-title h3 .jp {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
  #brands2 .container .point .container .flex-container .flex-box .img-box img {
    aspect-ratio: 1;
  }
  .purchase .bg .container {
    padding: 4rem 1rem;
  }
  .purchase .bg .container .section-title h3 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .purchase .bg .container .furusato {
    margin-top: 1rem;
  }
  .purchase .bg .container .furusato .text-box p {
    text-align: center;
    padding: 3.5rem 0 1rem;
  }
  .purchase .bg .container .furusato .text-box::before {
    rotate: -15deg;
    width: 25%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #0f1111;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #0f1111;
  border: solid 1px #0f1111;
  color: #87ceeb;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #87ceeb;
  color: #0f1111;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.calender__content table {
  border: #0f1111 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #0f1111 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #0f1111 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #87ceeb;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
  container-type: inline-size;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #0f1111;
}
.calender__content table tbody tr td.sat .date {
  color: blue;
}
.calender__content table tbody tr td.holiday .date, .calender__content table tbody tr td.sun .date {
  color: red;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
@container (max-width: 60px) {
  .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: calc(infinity);
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .past {
  background-color: #f5f5f5;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #d8d8d8;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

body:has(#eventModal.open) {
  overflow: hidden;
}
body:has(#eventModal.open) header,
body:has(#eventModal.open) #floating,
body:has(#eventModal.open) #page-top {
  display: none;
}

#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #87ceeb;
  color: #ffffff;
  border: 1px solid #87ceeb;
  padding: 15px;
  border-radius: 50%;
  /* 丸いボタン */
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  /* モダンなデザインのため少し大きめのフォント */
  width: 65px;
  /* タップしやすいように固定幅を指定 */
  height: 65px;
  /* タップしやすいように固定高さを指定 */
  display: flex;
  /* 中央揃えのためにflexboxを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態で透明に */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* フェードアウトと拡大のトランジション */
  z-index: 1000;
  /* 他の要素よりも前面に表示 */
}
#back-to-top i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}

#back-to-top.show {
  display: flex;
  /* 表示するためにdisplayをflexに */
  opacity: 1;
  /* 不透明に */
}

#back-to-top:hover {
  background-color: #ffffff;
  color: #87ceeb;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 90px;
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #back-to-top {
    right: 15px;
    font-size: 18px;
  }
}
/* レスポンシブ対応: 画面幅が400px以下の場合 */
@media (max-width: 400px) {
  #back-to-top {
    bottom: 90px;
    right: 10px;
  }
}
#footer {
  background: #87ceeb;
  padding: 4rem 1rem 1rem;
}
#footer .footer-section {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
}
#footer .footer__wrap--top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}
#footer .footer__wrap--top .footer__logo {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  position: relative;
  transition: opacity 0.3s ease;
}
#footer .footer__wrap--top .footer__logo a {
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
#footer .footer__wrap--top .footer__logo a img {
  width: 120px;
}
#footer .footer__wrap--top .footer__logo a span {
  font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
}
#footer .footer__wrap--top .footer__logo a span small {
  font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  margin-right: 0.5rem;
}
#footer .footer__wrap--top .footer__logo:hover {
  opacity: 0.5;
}
#footer .footer__wrap--top .footer__info {
  flex: 1;
  min-width: 220px;
  color: #fff;
}
#footer .footer__wrap--top .footer__info .info {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
#footer .footer__wrap--top .footer__info .info address {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#footer .footer__wrap--top .footer__info .info address p {
  font-weight: 500;
}
#footer .footer__wrap--top .footer__info .info address span {
  display: block;
}
#footer .footer__wrap--top .footer__info .info .footer__contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  transition: opacity 0.3s ease;
  font-weight: bold;
  background-color: #87ceeb;
  border: 2px solid #fff;
  color: #ffffff;
  padding: 0.5rem 2rem;
  height: 100%;
  display: block;
}
#footer .footer__wrap--top .footer__info .info .footer__contact a i {
  margin-right: 5px;
}
#footer .footer__wrap--top .footer__info .info .footer__contact a:hover {
  opacity: 0.5;
}
#footer .footer__wrap--top .footer__info .footer__business {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 5px;
}
#footer .footer__wrap--top .footer__info .footer__business li {
  margin-bottom: 0.2em;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#footer .footer__wrap--top .footer__info .footer__business li i {
  margin-right: 5px;
  color: #fff;
}
#footer .footer__wrap--top .footer__info .business_hours p {
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  #footer .footer__wrap--top .footer__info .business_hours p {
    text-align: center;
  }
}
#footer .footer__wrap--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem 0;
}
#footer .footer__wrap--bottom .footer__links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
#footer .footer__wrap--bottom .footer__links a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
#footer .footer__wrap--bottom .footer__links a:hover {
  opacity: 0.5;
}
#footer .footer__wrap--bottom .footer__nav {
  width: 100%;
}
#footer .footer__wrap--bottom .footer__nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  max-width: 1024px;
}
#footer .footer__wrap--bottom .footer__nav ul li {
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
#footer .footer__wrap--bottom .footer__nav ul li:first-of-type a {
  padding-left: 0;
}
#footer .footer__wrap--bottom .footer__nav ul a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  display: flex;
  flex-direction: column-reverse;
  row-gap: 5px;
  padding: 0 2rem;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #footer .footer__wrap--bottom .footer__nav ul a {
    padding: 0;
  }
  #footer .footer__wrap--bottom .footer__nav ul a::before {
    display: none;
  }
}
#footer .footer__wrap--bottom .footer__nav ul a p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  transition: opacity 0.3s ease;
}
#footer .footer__wrap--bottom .footer__nav ul a span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  transition: opacity 0.3s ease;
}
#footer .footer__wrap--bottom .footer__nav ul a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: -2px;
  z-index: 1;
  margin: auto;
  transform: rotate(35deg);
}
#footer .footer__wrap--bottom .footer__nav ul a:hover p {
  opacity: 0.5;
}
#footer .footer__wrap--bottom .footer__nav ul a:hover span {
  opacity: 0.5;
}
#footer .footer__copy {
  text-align: center;
  color: #87ceeb;
  font-size: 0.9em;
  background-color: #ffffff;
  padding: 0.5rem 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #footer .footer__copy {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1350px) {
  #footer {
    padding: 3rem 1rem 1rem;
  }
  #footer .footer-section {
    max-width: 90%;
  }
  #footer .footer__wrap--top {
    gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 1350px) and (max-width: 480px) {
  #footer .footer__wrap--top {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1350px) {
  #footer .footer__wrap--top .footer__info .info {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 1350px) and (max-width: 480px) {
  #footer .footer__wrap--top .footer__info .info {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1350px) {
  #footer .footer__wrap--top .footer__info .info address span {
    display: inline-block;
  }
  #footer .footer__wrap--top .footer__info .footer__business {
    max-width: 70%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-section {
    max-width: 95%;
  }
  #footer .footer__wrap--top .footer__logo a {
    flex-direction: column;
  }
  #footer .footer__wrap--top .footer__logo a img {
    width: 150px;
  }
  #footer .footer__wrap--bottom .footer__links {
    row-gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section {
    padding: 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 350px) {
  #footer .footer__wrap--top .footer__logo {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__wrap--top .footer__logo a span {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #footer .footer__wrap--top .footer__logo a span small {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #footer .footer__wrap--top .footer__info .info address p {
    text-align: center;
  }
  #footer .footer__wrap--top .footer__info .footer__business {
    max-width: 100%;
  }
  #footer .footer__wrap--bottom .footer__links {
    justify-content: center;
    margin: 0 auto;
  }
  #footer .footer__wrap--bottom .footer__nav ul {
    flex-direction: column;
    text-align: center;
    row-gap: 2rem;
  }
  #footer .footer__wrap--bottom .footer__nav ul a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */