@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: "Shirokuma";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/shirokuma/woff2/001Shirokuma-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Zen Maru Gothic", 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: #EF8E65;
}
.bgcolor div h2 b {
  color: #EF8E65;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #EF8E65;
  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", 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;
}

.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;
}
.decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
.decorate__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  z-index: 0;
}
.decorate__image--2 {
  background-image: url("../../img/common/bg.jpg");
  opacity: 0.8;
}

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

.section-title {
  position: relative;
  z-index: 5;
}
.section-title h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "Shirokuma", sans-serif;
}
.section-title h2 .en {
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
  letter-spacing: -0.2em;
}
@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.6rem, 1.56rem + 0.2vw, 1.8rem);
  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;
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  header.fixed {
    border-radius: 0 0 1rem 1rem;
  }
}
header.fixed .header__logo a figure {
  width: -moz-fit-content;
  width: fit-content;
}
header.fixed .header__logo a figure img {
  height: 90px;
}
@media screen and (max-width: 1150px) {
  header.fixed .header__logo a figure img {
    height: 100%;
  }
}
header.fixed .header__logo a figure img {
  margin-top: 10px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 1150px) {
  header.fixed .header__logo a figure img {
    margin-top: 0;
  }
}
header.fixed .container-header .header__nav .nav__list {
  margin: 0;
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #333;
}
header.fixed .container-header .header__nav .nav__list li a span {
  color: #EF8E65;
}
header.fixed .header__logo a {
  color: #0f1111;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::before {
  background-color: #EF8E65;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::after {
  background-color: #EF8E65;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line {
  background-color: #EF8E65;
}
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__logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333), 0 0 2px #fff;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
header .header__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
  color: #0f1111;
}
header .header__logo a figure {
  position: relative;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100px;
  margin: 0;
  z-index: 3;
}
@media screen and (max-width: 1150px) {
  header .header__logo a figure {
    width: -moz-fit-content;
    width: fit-content;
    height: 80px;
  }
}
header .header__logo a figure img {
  width: 100%;
  height: 200px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 1150px) {
  header .header__logo a figure img {
    height: 100%;
    width: 80px;
    height: 80px;
    padding: 0;
    background: transparent;
  }
}
header .header__logo:hover {
  opacity: 0.7;
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  align-items: center;
}
header .container-header .header__nav .nav__list li {
  position: relative;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  color: #0f1111;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  font-weight: 700;
}
header .container-header .header__nav .nav__list li > a span {
  transition: color 0.3s ease;
  color: #EF8E65;
  font-weight: 700;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
header .container-header .header__nav .nav__list li > a::after {
  content: "●";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  color: #EF8E65;
  transition: opacity 0.3s ease-in-out;
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
}
header .container-header .header__nav .nav__list li > a:hover::after {
  opacity: 1;
}
header .container-header .header__nav .nav__list li.active a::after {
  opacity: 1;
}
header .container-header .header__nav .nav__list .nav__item {
  display: inline-block;
}
header .container-header .header__nav .nav__list .nav__item--phone {
  color: #D26791;
  font-weight: bold;
  text-align: center;
}
header .container-header .header__nav .nav__list .nav__item--phone .nav__phone-label {
  display: block;
  margin-bottom: 5px;
}
header .container-header .header__nav .nav__list .nav__item--phone .nav__phone-number {
  background-color: #EF8E65;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  width: 100%;
  max-width: 250px;
  border-radius: 50px;
  line-height: 1.2;
  border: 2px solid #EF8E65;
  transition: color 0.3s, background-color 0.3s;
}
header .container-header .header__nav .nav__list .nav__item--phone .nav__phone-number i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
header .container-header .header__nav .nav__list .nav__item--phone .nav__phone-number:hover {
  background-color: #ffffff;
  color: #EF8E65;
}
header .container-header .header__nav .nav__list .nav__item--phone .nav__phone-number:hover::after {
  display: none;
}
header .container-header .header__nav .link-list {
  display: flex;
  gap: 1rem;
  justify-content: end;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
}
header .container-header .header__nav .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.3rem 2rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: none;
  outline: none;
  min-width: 200px;
}
header .container-header .header__nav .link-list li a i {
  font-size: 1.2em;
  transition: color 0.3s;
}
header .container-header .header__nav .link-list li.instagram a {
  background: #e1306c;
  color: #fff;
  border: 1px solid #e1306c;
}
header .container-header .header__nav .link-list li.instagram a i.fa-instagram {
  color: #fff;
}
header .container-header .header__nav .link-list li.instagram a:hover, header .container-header .header__nav .link-list li.instagram a:focus {
  background: #fff;
  color: #e1306c;
}
header .container-header .header__nav .link-list li.instagram a:hover i.fa-instagram, header .container-header .header__nav .link-list li.instagram a:focus i.fa-instagram {
  color: #e1306c;
}
header .container-header .header__sp {
  display: none;
}
header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
}
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: #EF8E65;
  border-radius: 2px;
  content: "";
  left: 6px;
  transition: all 0.3s;
}
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);
  background: #ffffff;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #ffffff;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EF8E65;
  border-bottom: 4px solid #f9f9f9;
  z-index: 10000;
  padding: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
}
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 .logo-box {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .logo-box {
    max-width: 150px;
  }
}
header .container-header .header__sp .sp-nav ul > li {
  border-bottom: 4px dotted #fff;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 0 10px;
  font-size: 1.2em;
  color: #777;
  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: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
header .container-header .header__sp .sp-nav ul > li ul {
  display: none;
}
header .container-header .header__sp .sp-nav ul .link-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-direction: row !important;
  flex-wrap: wrap;
  height: auto;
  margin-top: 2rem;
  width: 90%;
  max-width: 300px;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
  /* BASEボタン（通常時ブランドカラー、ホバー時白背景） */
}
header .container-header .header__sp .sp-nav ul .link-list li {
  border-bottom: none;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: none;
  outline: none;
  min-width: 0px;
}
header .container-header .header__sp .sp-nav ul .link-list li a::before {
  display: none;
}
header .container-header .header__sp .sp-nav ul .link-list li a i {
  font-size: 1.2em;
  transition: color 0.3s;
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
  color: #fff;
  border: 2px solid #f09433;
  border-radius: 50px;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  padding: 0.8rem 2.5rem;
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a i.fa-instagram {
  color: #fff;
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a:hover, header .container-header .header__sp .sp-nav ul .link-list li.instagram a:focus {
  background: #fff;
  color: #e1306c;
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a:hover i.fa-instagram, header .container-header .header__sp .sp-nav ul .link-list li.instagram a:focus i.fa-instagram {
  color: #e1306c;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a {
  background: #1C9C82;
  color: #fff;
  border: 2px solid #1C9C82;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a i.fa-cart-shopping {
  color: #fff;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a:hover, header .container-header .header__sp .sp-nav ul .link-list li.base a:focus {
  background: #fff;
  color: #1C9C82;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a:hover i.fa-cart-shopping, header .container-header .header__sp .sp-nav ul .link-list li.base a:focus i.fa-cart-shopping {
  color: #1C9C82;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 1150px) {
  #header .header__warp {
    margin: 10px auto;
  }
  #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;
  }
}
@media screen and (max-width: 480px) {
  #header .header__warp {
    padding: 0 10px;
  }
  #header .container-header .header__sp .sp-nav {
    padding: 3rem;
  }
}
@media screen and (max-width: 375px) {
  header .container-header .header__sp .sp-nav ul {
    gap: 0.5rem;
  }
  header .container-header .header__sp .sp-nav ul .link-list {
    margin-top: 1rem;
  }
  header .container-header .header__sp .sp-nav ul > li > a {
    padding: 10px 0;
  }
  header .container-header .header__sp .sp-nav ul > li > a p {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#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: 3px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 20px 15px 20px 25px;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50px 0 0 50px;
}
#floating li a:hover {
  transform: translateX(-10px);
  opacity: 0.5;
}
#floating li a i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin-left: 2px;
}
#floating li a span {
  display: inline-block;
  transform: rotate(0deg);
  text-orientation: upright;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
#floating .instagram a {
  background: linear-gradient(220deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}
#floating .facebook a {
  background: #1877f2;
}
#floating .line a {
  background-color: #06C755;
}

@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;
    gap: 0.3rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    border: none;
  }
  #floating li {
    margin: 0;
  }
  #floating li a {
    border-radius: 2rem 2rem 0 0;
    flex-direction: column;
    padding: 1.5rem 1rem 1rem;
    transition: background-color 0.3s ease, color 0.5s ease;
    border: none;
  }
  #floating li a:first-child {
    /* 最初の要素のカスタムスタイルが必要ならここに */
  }
  #floating li a:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  #floating li a:hover {
    transform: none;
    background-color: #ffffff;
    color: #EF8E65;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #FFF6E0;
  }
  #floating li a span {
    display: none;
    writing-mode: horizontal-tb;
  }
  #floating li a i {
    margin-left: 0;
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #floating .instagram a {
    transition: opacity 0.3s ease;
  }
  #floating .instagram a:hover {
    opacity: 0.5;
  }
}
#blog {
  position: relative;
  overflow: hidden;
}
#blog .container {
  max-width: 1200px;
  margin-bottom: 2rem;
}
#blog .container .section-title {
  position: relative;
  z-index: 5;
}
#blog .container .section-title h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#blog .container .blog__warp {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog .container .blog__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .container .blog__warp--box--listbox {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
#blog .container .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  position: relative;
  border: 1px solid #ddd;
}
#blog .container .blog__warp--box--listbox--list a {
  height: 100%;
}
#blog .container .blog__warp--box--listbox--list--link--images {
  margin-bottom: 1rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
#blog .container .blog__warp--box--listbox--list--link--images img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .container .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  margin: 5px 0 0;
  text-align: left;
}
#blog .container .blog__warp--box--listbox--list--link--item time {
  color: #ffffff;
  font-weight: 500;
  background: #EF8E65;
  padding: 2px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-radius: 50px;
}
#blog .container .blog__warp--box--listbox--list--link--item--h3 {
  color: #EF8E65;
  width: 100%;
  text-align: left;
  order: 2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #555;
}
#blog .container .blog__warp--box--listbox--list--link--item--h3 b {
  font-weight: 500;
}
#blog .container .blog__warp--box--listbox--list--link--item--time {
  order: 1;
}
#blog .container .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog .container .blog__warp--box--listbox--list--link--item--cat, #blog .container .blog__warp--box--listbox--list--link--item--txt, #blog .container .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog .container .blog__warp__btn {
  text-align: center;
  margin: 4rem auto 0;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog .container .blog__warp__btn.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #blog .container .blog__warp__btn {
    margin: 3rem auto 0;
  }
}
#blog .container .blog__warp__btn a {
  display: inline-block;
  padding: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #EF8E65;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  background: #EF8E65;
  color: #ffffff;
  width: 100%;
  max-width: 250px;
  border-radius: 50px;
}
#blog .container .blog__warp__btn a:hover {
  color: #EF8E65;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #blog .container .blog__warp {
    padding: 2rem 0rem;
  }
  #blog .container .blog__warp--box--listbox--list {
    width: 50%;
  }
  #blog .container .blog__warp--box--listbox--list:nth-child(3), #blog .container .blog__warp--box--listbox--list:nth-child(4), #blog .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #blog .container .section-title h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #blog .container .blog__warp {
    padding: 0;
    width: 100%;
  }
  #blog .container .blog__warp__heading h2 {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #blog .container .blog__warp--box--listbox {
    gap: 1rem;
  }
  #blog .container .blog__warp--box--listbox--list {
    width: 80%;
  }
  #blog .container .blog__warp--box--listbox--list:nth-child(3), #blog .container .blog__warp--box--listbox--list:nth-child(4), #blog .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #blog .container .blog__warp {
    padding: 0rem;
  }
  #blog .container .blog__warp__heading {
    margin: 0;
  }
  #blog .container .blog__warp--box--listbox--list {
    width: 90%;
  }
  #blog .container .blog__warp--box--listbox--list:nth-child(2), #blog .container .blog__warp--box--listbox--list:nth-child(3), #blog .container .blog__warp--box--listbox--list:nth-child(4), #blog .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
#main-visual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  padding: 0;
}
#main-visual .copy {
  position: absolute;
  bottom: 10%;
  z-index: 12;
  width: -moz-fit-content;
  width: fit-content;
}
#main-visual .copy h1 {
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  /* relativeで位置を指定可能にする */
  text-align: left;
  color: #454545;
}
#main-visual .copy h1 .big {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  display: block;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem 1.5rem 1rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  box-shadow: 10px 10px 0px #EF8E65;
}
#main-visual .copy h1 .big.is-show {
  opacity: 1;
  transform: translateX(0);
}
#main-visual .copy h1 .big .main {
  color: #EF8E65;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
#main-visual .copy h1 .big .br1 {
  display: none;
}
#main-visual .copy h1 .small {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  display: block;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem 1.5rem 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  margin-left: 5rem;
  box-shadow: 10px 10px 0px #EF8E65;
}
#main-visual .copy h1 .small.is-show {
  opacity: 1;
  transform: translateX(0);
}
#main-visual .copy h1 .small .main {
  display: inline-block;
  color: #EF8E65;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
#main-visual .swiper-top {
  width: calc(100% - 100px);
  height: calc(100% - 130px);
  position: relative;
  margin: 110px auto 20px;
}
#main-visual .swiper-top .swiper-wrapper {
  overflow: hidden;
}
#main-visual .swiper-top .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  overflow: hidden;
  border-radius: 1rem;
}
#main-visual .swiper-top .swiper-wrapper .swiper-slide__image {
  width: 100%;
  height: 100%;
}
#main-visual .swiper-top .swiper-wrapper .swiper-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s ease-in-out;
}
#main-visual .swiper-top .swiper-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.35;
  border-radius: 1rem;
}
#main-visual .swiper-top .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
#main-visual .swiper-top .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#main-visual .swiper-top .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#main-visual .swiper-slide-active .swiper-slide__image,
#main-visual .swiper-slide-duplicate-active .swiper-slide__image,
#main-visual .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 12s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 高級感を演出するための拡大 */
  }
}

@media screen and (max-width: 1024px) {
  #main-visual .copy h1 .big .main {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #main-visual .copy h1 .small .main {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #main-visual .swiper-top {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 768px) {
  #main-visual .copy h1 .big {
    padding: 1rem 1.5rem 1rem 1rem;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #main-visual .copy h1 .big .main {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #main-visual .copy h1 .small {
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin-left: 0;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #main-visual .copy h1 .small .main {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #main-visual .swiper-top {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 650px) {
  #main-visual .copy h1 .big {
    text-align: right;
    width: 65%;
  }
  #main-visual .copy h1 .big .main {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #main-visual .copy h1 .big .first {
    text-align: left;
    width: 100%;
    display: inline-block;
  }
  #main-visual .copy h1 .big .br1 {
    display: block;
  }
  #main-visual .copy h1 .small {
    margin-left: 0;
    width: 70%;
  }
  #main-visual .copy h1 .small .main {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
    text-align: right;
    width: 100%;
  }
  #main-visual .swiper-top {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy {
    bottom: 8%;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .copy {
    bottom: 9%;
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy h1 .big {
    width: 62%;
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .copy h1 .big {
    padding: 0.6rem 1rem 0.6rem 1rem;
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    box-shadow: 7px 7px 0px #EF8E65;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy h1 .big .main {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .copy h1 .big .main {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy h1 .big .br1 {
    display: block;
  }
  #main-visual .copy h1 .big .first {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  #main-visual .copy h1 .small {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    width: 65%;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .copy h1 .small {
    padding: 0.6rem 1rem 0.6rem 1rem;
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    box-shadow: 7px 7px 0px #EF8E65;
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy h1 .small .main {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .copy h1 .small .main {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy h1 .small .br1 {
    display: block;
  }
  #main-visual .swiper-top {
    width: calc(100% - 2rem);
    height: calc(100% - 110px);
    margin: 100px auto 10px;
  }
  #main-visual .swiper-top .swiper-pagination {
    bottom: 5px;
  }
}
#concept {
  position: relative;
  overflow: hidden;
}
#concept .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 5rem;
  position: relative;
}
#concept .container::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 3%;
  width: 100%;
  max-width: 120px;
  aspect-ratio: 177/199;
  background: url("../../img/illust/concept.png") no-repeat center/contain;
}
#concept .flex-box {
  display: flex;
  align-items: stretch;
  gap: 3rem;
  padding-bottom: 7rem;
  margin: 0 auto;
  position: relative;
}
#concept .flex-box::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 100%;
  max-width: 100px;
  aspect-ratio: 71/61;
  background: url("../../img/illust/lemon.png") no-repeat center/contain;
  z-index: 1;
}
#concept .flex-box .img-box {
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
  width: 35%;
  min-width: 350px;
  border-radius: 0.5rem;
}
#concept .flex-box .img-box::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #EF8E65;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#concept .flex-box .img-box.is-show::after {
  left: 152%;
}
#concept .flex-box .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .flex-box .inner {
  width: 65%;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#concept .flex-box .inner.is-show {
  opacity: 1;
  transform: translateX(0);
}
#concept .flex-box .inner .section-title h2 {
  text-align: left;
}
#concept .flex-box .inner .text-box p {
  margin-bottom: 0.5rem;
}
#concept .flex-box .inner .text-box p span {
  display: inline-block;
}
#concept .flex-box .inner .text-box p br {
  display: none;
}
#concept .flex-box .inner .text-box .name {
  margin-top: 2rem;
  font-weight: bold;
  text-align: right;
}
#concept .concept-keywords {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 8rem;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s;
}
#concept .concept-keywords.is-show {
  opacity: 1;
  filter: blur(0px);
}
#concept .concept-keywords .border-line {
  display: flex;
  align-items: center;
}
#concept .concept-keywords .border-line .line {
  flex: 1;
  border-top: 2px solid #EF8E65;
}
#concept .concept-keywords .border-line .circle {
  width: 10px;
  height: 10px;
  background: #EF8E65;
  border-radius: 50%;
}
#concept .concept-keywords .keywords {
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#concept .concept-keywords .keywords p {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  text-align: center;
  color: #EF8E65;
  font-weight: 500;
  display: block;
  padding: 5px 1rem;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
#concept .concept-keywords .keywords p:last-child {
  margin-bottom: 0;
}
#concept .concept-keywords .keywords p br {
  display: none;
}

@media screen and (max-width: 1024px) {
  #concept .flex-box .img-box {
    width: 30%;
    min-width: 300px;
  }
  #concept .flex-box .inner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #concept .flex-box {
    flex-direction: column;
  }
  #concept .flex-box::before {
    bottom: 1%;
  }
  #concept .flex-box .img-box {
    width: 80%;
    aspect-ratio: 2/1.2;
    min-width: 0;
  }
  #concept .flex-box .inner {
    width: 100%;
  }
  #concept .flex-box .inner .text-box p {
    text-align: justify;
  }
  #concept .flex-box .inner .text-box p span {
    display: inline;
  }
  #concept .concept-keywords .keywords p span {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  #concept .container {
    margin-bottom: 1rem;
  }
  #concept .container::before {
    width: 20%;
    bottom: 2%;
  }
  #concept .flex-box {
    gap: 1.5rem;
  }
  #concept .flex-box::before {
    width: 20%;
  }
  #concept .flex-box .img-box {
    width: 100%;
    aspect-ratio: 2/1.3;
  }
  #concept .flex-box .inner .text-box p br {
    display: block;
  }
  #concept .concept-keywords {
    padding-bottom: 7rem;
    width: 95%;
  }
  #concept .concept-keywords .keywords p {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 480px) and (max-width: 400px) {
  #concept .concept-keywords .keywords p br {
    display: block;
  }
}
#calendar {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
#calendar::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 15%;
  width: 100%;
  max-width: 90px;
  aspect-ratio: 149/111;
  background: url("../../img/illust/calendar.png") no-repeat center/contain;
}
@media screen and (max-width: 650px) {
  #calendar::before {
    right: 5%;
    top: 0%;
  }
}
@media screen and (max-width: 480px) {
  #calendar::before {
    width: 15%;
    top: 1%;
  }
}
#calendar .layout_width_1024 {
  max-width: 1200px;
  padding: 1rem;
  margin: 1rem auto;
}
#calendar .section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  row-gap: 2rem;
  padding: 0;
  list-style: none;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s;
}
#calendar .section__list.is-show {
  opacity: 1;
  filter: blur(0px);
}
@media screen and (max-width: 768px) {
  #calendar .section__list {
    padding: 1rem 0rem 0;
  }
}
@media screen and (max-width: 480px) {
  #calendar .section__list {
    padding: 1rem 1rem 0;
  }
}
#calendar .section__list .gallery__warp--listbox--list {
  width: 100%;
  /* 正方形の画像を保持 */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#calendar .section__list .gallery__warp--listbox--list figure {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
  border-radius: 0.5rem;
}
#calendar .section__list .gallery__warp--listbox--list figure:hover img {
  transform: scale(1.05);
  /* hover時に画像を拡大 */
}
#calendar .section__list .gallery__warp--listbox--list figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  overflow: hidden;
}
#calendar .section__list .gallery__warp--listbox--list p {
  padding: 10px 0 5px;
  border-bottom: 1px solid #EF8E65;
  position: relative;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
@media screen and (max-width: 480px) {
  #calendar .section__list .gallery__warp--listbox--list p {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#calendar .section__list .gallery__warp--listbox--list p::before {
  content: "\f6bb";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-bottom: 2px;
  color: #EF8E65;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  min-width: 1rem;
  display: inline-block;
  text-align: center;
}
#calendar .section__list .gallery__warp--listbox--list h3 {
  color: #EF8E65;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #EF8E65;
}
#calendar .section__list .gallery__warp--listbox--list h3::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}

@media screen and (max-width: 768px) {
  #calendar {
    padding: 1rem;
  }
  #calendar .section__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .layout_width_1024 {
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  #calendar .section__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #calendar .section__list {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  #calendar .section-title {
    flex-direction: column;
    gap: 0;
  }
  #calendar .section-title::after {
    left: 50%;
  }
  #calendar .section-title span {
    text-align: left;
  }
}
.section-links {
  position: relative;
  overflow: hidden;
}
.section-links .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  row-gap: 6rem;
  padding: 3rem 1rem 8rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 1024px) {
  .section-links .container {
    padding: 3rem 1rem;
  }
}
.section-links .container .link-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  text-decoration: none;
  border-radius: 10px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s;
  transition: transform 0.5s ease, opacity 2s ease;
}
.section-links .container .link-block.is-show {
  opacity: 1;
  filter: blur(0px);
}
.section-links .container .link-block:hover {
  transform: translateY(-7px);
}
.section-links .container .link-block .image-container {
  width: 100%;
  aspect-ratio: 2/1.5;
  overflow: hidden;
}
.section-links .container .link-block .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.section-links .container .link-block .text-background {
  width: 80%;
  margin: -30px auto 0;
  padding: 15px 5px;
  background-color: #ffffff;
  text-align: center;
  color: #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.section-links .container .link-block .text-background .link-title {
  font-weight: 500;
  margin: 0;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  line-height: 1.5;
  font-family: "Shirokuma", sans-serif;
}
.section-links .container .link-block .text-background span {
  color: #EF8E65;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  line-height: 1;
  font-family: "Shirokuma", sans-serif;
  letter-spacing: -0.2em;
}

@media (max-width: 768px) {
  .section-links::before {
    top: -3%;
  }
  .section-links::after {
    width: 40%;
    bottom: -3%;
  }
  .section-links .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    row-gap: 5rem;
    padding: 3rem 1rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .section-links .container .link-block {
    width: 90%;
    max-width: 450px;
    height: auto;
    min-height: 300px;
  }
  .section-links .container .link-block .image-container {
    height: auto;
  }
  .section-links .container .link-block .image-container img {
    aspect-ratio: 2/1.5;
  }
  .section-links .container .link-block .text-background .link-title {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media (max-width: 480px) {
  .section-links::before {
    width: 65%;
    right: -5%;
  }
  .section-links::after {
    width: 50%;
    bottom: -3%;
  }
  .section-links .container {
    row-gap: 5rem;
    padding: 3rem 0rem 3rem;
  }
  .section-links .container .link-block {
    width: 90%;
    max-width: 450px;
    height: auto;
    aspect-ratio: 2/1.7;
    min-height: 0;
  }
  .section-links .container .link-block .text-background .link-title {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
#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: #EF8E65;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #EF8E65;
  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;
}

#gallery_2 {
  width: 100%;
  overflow-x: hidden;
}
#gallery_2 .section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#gallery_2 .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
#gallery_2 .section__list {
  display: flex;
  transition-timing-function: linear !important;
}
#gallery_2 .section__list li {
  width: 360px;
  display: block;
  padding-inline: 7.5px;
}
#gallery_2 .section__list li a {
  width: 100% !important;
  height: 100%;
  display: block;
}
#gallery_2 .section__list li a:hover img {
  scale: 1.1;
}
#gallery_2 .section__list li figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
}
#gallery_2 .section__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 1s;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 928px) {
  #gallery_2 .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #gallery_2 .section__list li {
    width: 280px;
  }
}
#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #EF8E65;
  color: #ffffff;
  border: 1px solid #EF8E65;
  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: #EF8E65;
  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 {
  position: relative;
  margin-top: 150px;
}
#footer::before {
  content: "";
  position: absolute;
  top: -99.5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/common/svg.svg") no-repeat center bottom/cover;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  #footer::before {
    background: url("../../img/common/svg.svg") no-repeat center bottom/contain;
  }
}
#footer .footer-content {
  background-color: #EF8E65;
  position: relative;
}
#footer .footer-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 1rem 1rem;
}
#footer .footer-section .footer__warp {
  width: 50%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  gap: 2rem;
}
#footer .footer-section .footer__warp .footer__warp--box {
  max-width: 320px;
  width: 50%;
  min-width: 300px;
}
#footer .footer-section .footer__warp .footer__warp--box--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* テキストを中央揃え */
  color: #0f1111;
  margin-bottom: 1.5rem;
  /* テキスト色を設定 */
  width: 100%;
  max-width: 200px;
}
#footer .footer-section .footer__warp .footer__warp--box--logo a {
  display: inline-block;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  transition: opacity 0.3s ease;
  font-weight: 500;
  padding: 0;
  color: #ffffff;
  margin: 1rem 0;
}
#footer .footer-section .footer__warp .footer__warp--box--logo a:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__warp .footer__warp--box--address {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .footer__warp--box--address p {
  margin: 0 0 0.5rem;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box--address p {
    margin-top: 0;
  }
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox {
  flex: 1;
  text-align: center;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a {
  display: inline-block;
  padding: 0.8rem 0.5rem;
  border-radius: 50px;
  color: #EF8E65;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #ffffff;
  width: 100%;
  max-width: 350px;
  border: 2px solid #ffffff;
  margin: 1rem auto;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a i {
  margin-right: 0.5rem;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a:hover {
  color: #ffffff;
  background-color: #EF8E65;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box {
  width: 100%;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  align-items: center;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list {
    margin: 0.5rem auto 0;
  }
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .flex-box {
  display: flex;
  gap: 1rem;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .flex-box {
    flex-direction: column;
  }
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link {
  border-bottom: none;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, opacity 0.3s ease;
  border: none;
  padding: 0.8rem 1rem 0.9rem;
  min-width: 0px;
  height: 100%;
  border-radius: 50px;
  color: #ffffff;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a::before {
  display: none;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a i {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  transition: color 0.3s;
  color: #ffffff;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a .link-title {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a {
    line-height: 2;
  }
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a i {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a span {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
@media screen and (max-width: 375px) {
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .link a span {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list li.instagram a {
  background: linear-gradient(220deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list li.instagram a i {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  margin-top: 3px;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .line p {
  font-weight: bold;
  text-align: center;
  color: #007e34;
  margin-bottom: 5px;
}
#footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .line a {
  background-color: #06C755;
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box .link-box .link-list .line {
    line-height: 2;
  }
}
#footer .footer-section .footer__warp .footer__warp--box .business_hours {
  margin: 2rem auto 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
#footer .footer-section .footer__warp .footer__warp--box .business_hours p {
  margin: 0.5rem 0;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-section .footer__warp .footer__warp--box .business_hours p i {
  margin-right: 0.5rem;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box .business_hours {
    flex-direction: column;
    row-gap: 5px;
  }
  #footer .footer-section .footer__warp .footer__warp--box .business_hours p {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    line-height: 1;
  }
}
#footer .footer-section .footer__nav {
  width: 50%;
  text-align: center;
  padding: 2rem 0 1rem;
}
#footer .footer-section .footer__nav--warp {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav {
  max-width: 650px;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 1rem;
  row-gap: 2rem;
}
#footer .footer-section .footer__nav--warp nav ul li {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  position: relative;
}
#footer .footer-section .footer__nav--warp nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#footer .footer-section .footer__nav--warp nav ul li a span {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  font-weight: 500;
}
#footer .footer-section .footer__nav--warp nav ul li a::after {
  content: "●";
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.3s ease-in-out;
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
}
#footer .footer-section .footer__nav--warp nav ul li a:hover::after {
  opacity: 1;
}
#footer .footer-section .footer__nav--warp nav ul li.active a::after {
  opacity: 1;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  background-color: #EF8E65;
  color: #fff;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
}
#footer .footer__copy br {
  display: none;
}
@media (max-width: 768px) {
  #footer .footer__copy {
    padding-bottom: 90px;
  }
}
#footer .pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
}
#footer .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #FCEECA;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
#footer .pagetop a:hover {
  background-color: #F4F4F4;
  color: #FFF6E0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

@media screen and (max-width: 1200px) {
  #footer .footer-section {
    flex-direction: column;
  }
  #footer .footer-section .footer__warp {
    width: 100%;
  }
  #footer .footer-section .footer__nav {
    width: 95%;
  }
  #footer .footer-section .footer__nav--warp nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-section .footer__warp {
    flex-direction: column;
    gap: 1rem;
  }
  #footer .footer-section .footer__warp .footer__warp--box--logo {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  #footer .footer-section .footer__warp .footer__warp--box--logo a {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    margin-top: 5rem;
  }
  #footer .footer-section .footer__warp .footer__warp--box .facility1__logo {
    width: 100%;
  }
  #footer .footer-section .footer__warp .footer__warp--box .facility1__address {
    width: 280px;
    margin: 0 auto;
  }
  #footer .footer-section .footer__warp .footer__warp--box--contactbox a {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #footer .footer-section .footer__nav--warp nav ul {
    flex-direction: column;
  }
  #footer .footer__copy br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer__warp--box {
    flex-direction: column;
    line-height: 3;
    padding-bottom: 0;
  }
  #footer .footer__warp--box--contactbox span {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  #footer .footer-section .footer__warp--logo .text {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #footer .footer-section .footer__nav--warp nav ul li a {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}/*# sourceMappingURL=style.css.map */