@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 100;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-Light.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
  src: url("../../font/M_PLUS_1p/woff2/MPLUS1p-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #0f1111;
  background: #d3ccc2;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  position: relative;
}
html body p {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  text-align: justify;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  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  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 10rem 0 10rem;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 6rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 6rem 0 6rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 4rem 0 4rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #595757;
}
.bgcolor div h2 {
  color: #fff;
}
.bgcolor div h2 b {
  color: #fff;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
h2 p {
  text-transform: uppercase;
  font-size: clamp(2.2rem, 2.16rem + 0.2vw, 2.4rem);
  line-height: clamp(2.5rem, 2.46rem + 0.2vw, 2.7rem);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  margin: 0.5rem 0 0 0;
}
h2 span {
  text-transform: uppercase;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  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 #f5f5f5;
  text-emphasis: filled #f5f5f5;
  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);
}

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

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  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%;
  background-color: #d3ccc2;
}
#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;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all ease 1s;
}
#header .header__warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
#header .header__warp--logo {
  width: auto;
  max-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
#header .header__warp--logo figure {
  width: 100%;
  display: flex;
  align-items: center;
}
#header .header__warp--logo figure img {
  width: 100%;
}
#header .header__warp--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--menu--nav {
  margin: 0 1rem 0 0;
}
#header .header__warp--menu--nav h2 {
  display: none;
}
#header .header__warp--menu--nav nav ul {
  display: flex;
  align-items: center;
  padding: 0rem 0.5rem 0rem 2rem;
  transition: all ease 1s;
  gap: 40px;
}
#header .header__warp--menu--nav nav ul li {
  position: relative;
}
#header .header__warp--menu--nav nav ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 0.5rem 0;
  margin: 0 1.5rem;
  display: flex;
  flex-flow: column;
  font-weight: bold;
  color: #ffffff;
}
#header .header__warp--menu--nav nav ul li a p {
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
  border-bottom: 2px solid;
  padding: 0 0 0px;
}
#header .header__warp--menu--nav nav ul li a span {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
}
#header .header__warp--menu--nav nav ul li div {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 0.25rem 1rem;
  margin: 0 0.25rem 0 1rem;
  display: flex;
  flex-flow: column;
  font-weight: bold;
  background-color: #F4F6F6;
  border-radius: 50px;
  color: #fff;
  border: solid 2px #F4F6F6;
  transition: all ease 0.5s;
}
#header .header__warp--menu--nav nav ul li div p {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#header .header__warp--menu--nav nav ul li div span {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
}
#header .header__warp--menu--nav nav ul li div:hover {
  background-color: #ffffff;
  color: #595757;
  cursor: pointer;
}
#header .header__warp--sp {
  width: 50px;
  height: 45px;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 2rem 1rem 2rem 1rem;
  transition: all ease 1s;
  padding: 0.75rem 0.75rem;
  position: relative;
  z-index: 9999999;
}
#header .header__warp--sp #menu-btn {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: none;
}
#header .header__warp--sp--label {
  width: 100%;
  height: 18px;
  position: relative;
  z-index: 9999999;
}
#header .header__warp--sp--label span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: all ease 0.25s;
}
#header .header__warp--sp--label span:nth-child(1) {
  top: 0;
  left: 0;
}
#header .header__warp--sp--label span:nth-child(2) {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#header .header__warp--sp--label span:nth-child(3) {
  bottom: 0;
  left: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(1) {
  width: 100%;
  left: 10.5%;
  top: 0%;
  transform: rotate(45deg);
  transform-origin: 0 0;
  background-color: #0f1111;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(2) {
  opacity: 0;
  background-color: #0f1111;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(3) {
  width: 100%;
  left: 11.5%;
  bottom: -2px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  background-color: #0f1111;
}

@media screen and (max-width: 840px) {
  #header {
    top: 0;
  }
  #header .header__warp--menu {
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    background-color: #ffffff;
    transition: all ease 1s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #header .header__warp--menu--nav {
    margin: 0 1rem 0 0;
    width: calc(100% - 4rem);
    max-width: 350px;
    margin: 0 2rem;
  }
  #header .header__warp--menu--nav h2 {
    display: block;
    width: 100%;
    background-color: #0f1111;
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0.7rem 0 0.5rem;
  }
  #header .header__warp--menu--nav nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 1rem 0 0 0;
    padding: 1.5rem;
    gap: 7px;
  }
  #header .header__warp--menu--nav nav ul li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    text-align: center;
    height: 100%;
    padding: 0rem 0;
    margin: 1rem 1rem;
    display: flex;
    flex-flow: column-reverse;
    color: #0f1111;
  }
  #header .header__warp--menu--nav nav ul li a p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    font-weight: bold;
  }
  #header .header__warp--menu--nav nav ul li a span {
    font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
    font-weight: bold;
    text-transform: uppercase;
  }
  #header .header__warp--menu--nav nav ul li .facebook {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 0.5rem 2rem;
    margin: 1rem 0 0 0;
    display: flex;
    flex-flow: row;
    color: #0f1111 !important;
  }
  #header .header__warp--menu--nav nav ul li .facebook b {
    display: block;
    margin: 0 0 0 0.25rem;
  }
  #header .header__warp--menu--nav nav ul li:nth-child(6) div {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.25rem 2rem;
    margin: 1.5rem 0rem 0;
  }
  #header .header__warp--menu--nav nav ul .active::before {
    display: none;
  }
  #header .header__warp--sp {
    display: flex;
    margin: 1rem 1rem 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
  }
  #header .header__warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.5rem;
  }
  #header .header__warp--logo {
    max-width: 80px;
    height: 80px;
    transition: all ease 1s;
  }
  #header .header__warp--menu--contactbox--telbox--tel a figure svg {
    fill: #f5f5f5;
  }
  #header .header__warp--sp {
    margin: 1rem 0 1rem 1rem;
    transition: all ease 1s;
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999999999;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 0rem !important;
}
.fixed .header__warp .header__warp--logo {
  max-width: 80px !important;
  height: 80px !important;
  visibility: visible !important;
}
.fixed .header__warp .header__warp--logo figure img {
  filter: unset !important;
}
.fixed .header__warp .header__warp--menu .header__warp--menu--nav nav ul {
  background-color: unset !important;
}
.fixed .header__warp .header__warp--menu .header__warp--menu--nav nav ul li a {
  color: #0f1111 !important;
}
.fixed .header__warp .header__warp--sp {
  margin: 0rem 0rem 0rem 1rem !important;
}
.fixed .header__warp .header__warp--sp .header__warp--sp--label span {
  background-color: #0f1111 !important;
}

/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_box {
  background-image: url("../../img/common/heading/heading.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 20vw;
  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%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#heading .heading__warp h1 {
  display: flex;
  color: #fff;
  flex-flow: column-reverse;
  transition: all ease 1s;
  font-family: "BIZ UDPGothic", sans-serif;
}
#heading .heading__warp h1 p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 1rem 0 0 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transition: all ease 1s;
}
#heading .heading__warp h1 span {
  font-size: clamp(2.4rem, 2.36rem + 0.2vw, 2.6rem);
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0 1rem 0 0rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transition: all ease 1s;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #heading {
    height: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #heading {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 35vw;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 40vw;
    background-size: cover;
  }
  #heading .heading__warp--bg {
    height: 30vh;
  }
  #heading .heading__warp h1 {
    text-transform: uppercase;
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
    margin: 1rem 0 0;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99999;
}
#floating li {
  display: block;
  margin: 0.25rem 0;
  border: solid 4px #ffffff;
  border-right: none;
}
#floating li a {
  text-transform: uppercase;
  background-color: #595757;
  color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 2rem 0.5rem 1rem 0.5rem;
  writing-mode: vertical-rl;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
}
#floating li a::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#floating li:nth-child(1) a::before {
  background-image: url("../../img/common/floating/tel.svg");
}
#floating li:nth-child(2) a::before {
  background-image: url("../../img/common/floating/plain.svg");
}
#floating li:nth-child(3) a::before {
  left: 0.75rem;
  background-image: url("../../img/common/floating/man.svg");
}

@media screen and (max-width: 768px) {
  #floating {
    display: none;
  }
}
_:lang(x) + _:-webkit-full-screen-document, #floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li, #floating li {
  border: none;
}

#about {
  overflow: hidden;
}
#about .about_wrap__heading h2 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: 700;
  padding: 0 10px 5px;
  margin: 0 0 20px;
  border-bottom: solid 1px #dedede;
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  line-height: 1.1;
}
#about .about_wrap__heading h2 span {
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  #about .about_wrap__heading h2 span {
    font-size: 11px;
  }
}
#about .about_wrap__box {
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
  gap: 80px;
}
#about .about_wrap__box--text {
  width: 30%;
  position: relative;
  z-index: 1;
  margin: 15% 0% 0 15%;
}
#about .about_wrap__box--text h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
}
#about .about_wrap__box--img {
  width: 60%;
  position: relative;
}
#about .about_wrap__box--img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about_wrap__box--img .about_color {
  position: absolute;
  content: "";
  background-color: #d3ccc2;
  top: -1px;
  left: 0;
  width: 200%;
  height: 110%;
  animation: animetxt 2s forwards;
  transform: translateX(0%);
}

@keyframes animetxt {
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 928px) {
  #about .about_wrap__box {
    gap: 40px;
  }
  #about .about_wrap__box--text {
    margin: 10% 0% 0 7%;
  }
}
@media screen and (max-width: 768px) {
  #about .about_wrap__box {
    flex-wrap: wrap;
    gap: 0px;
  }
  #about .about_wrap__box--text {
    order: 2;
    width: 100%;
    margin: 10% 2% 0 7%;
  }
  #about .about_wrap__box--img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #about .about_wrap__box--text {
    margin: 10% 5% 0 7%;
  }
}
#business {
  padding-top: 0;
}
#business .business_wrap__heading h2 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: 700;
  padding: 0 10px 5px;
  margin: 0 0 20px;
  border-bottom: solid 1px #dedede;
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  line-height: 1.1;
}
#business .business_wrap__heading h2 span {
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  #business .business_wrap__heading h2 span {
    font-size: 11px;
  }
}
#business .business_wrap table {
  margin: 50px auto 0;
  border-collapse: collapse;
}
#business .business_wrap table tr {
  border-bottom: solid 1px white;
}
#business .business_wrap table tr:last-child {
  border-bottom: none;
}
#business .business_wrap table tr th {
  text-align: left;
  width: 200px;
  border-bottom: solid 1px #959595;
  padding: 15px 30px;
  vertical-align: middle;
  font-weight: 500;
}
#business .business_wrap table tr td {
  text-align: left;
  border-bottom: solid 1px #e4e4e4;
  padding: 15px 40px;
  font-weight: 500;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#business .business_wrap table tr td p {
  margin: 0 0 5px;
}
#business .business_wrap iframe {
  width: 100%;
  height: 500px;
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #business .business_wrap table tr th {
    width: 100px;
    padding: 15px 4px 15px 20px;
  }
  #business .business_wrap table tr td {
    padding: 15px 30px 15px 20px;
  }
  #business .business_wrap iframe {
    height: 300px;
  }
}
#commitment .commitment_wrap__heading {
  margin-bottom: 100px;
}
#commitment .commitment_wrap__heading h2 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: 700;
  padding: 0 10px 5px;
  margin: 0 0 20px;
  border-bottom: solid 1px #dedede;
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  line-height: 1.1;
}
#commitment .commitment_wrap__heading h2 span {
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  #commitment .commitment_wrap__heading h2 span {
    font-size: 11px;
  }
}
#commitment .commitment_wrap ul li {
  display: flex;
  gap: 80px;
  align-items: center;
}
#commitment .commitment_wrap ul li .li-img {
  display: flex;
  width: 61%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #commitment .commitment_wrap ul li .li-img {
    width: 51%;
    height: auto;
  }
}
@media screen and (max-width: 928px) {
  #commitment .commitment_wrap ul li .li-img {
    width: 100%;
    height: auto;
  }
}
#commitment .commitment_wrap ul li .li-img figure {
  width: 50%;
}
#commitment .commitment_wrap ul li .li-img figure img {
  width: 100%;
}
#commitment .commitment_wrap ul li .li-img figure:nth-child(2) {
  width: 80%;
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -5%;
}
#commitment .commitment_wrap ul li .li-img figure:nth-child(2) img {
  width: 100%;
}
#commitment .commitment_wrap ul li .li-img figure:nth-child(3) {
  width: 60%;
  margin-top: 7%;
}
#commitment .commitment_wrap ul li .li-img figure:nth-child(3) img {
  width: 100%;
}
#commitment .commitment_wrap ul li .li-text {
  width: 31%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #commitment .commitment_wrap ul li .li-text {
    width: 41%;
    height: auto;
  }
}
@media screen and (max-width: 928px) {
  #commitment .commitment_wrap ul li .li-text {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #commitment .commitment_wrap ul li .li-text {
    width: 90%;
    height: auto;
  }
}
#commitment .commitment_wrap ul li .li-text h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
}
#commitment .commitment_wrap ul li:nth-child(2) {
  justify-content: space-between;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img {
  order: 2;
  width: 61%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #commitment .commitment_wrap ul li:nth-child(2) .li-img {
    width: 51%;
    height: auto;
  }
}
@media screen and (max-width: 928px) {
  #commitment .commitment_wrap ul li:nth-child(2) .li-img {
    width: 100%;
    height: auto;
  }
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img figure {
  width: 35%;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img figure img {
  width: 100%;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img figure:nth-child(2) {
  width: 30%;
  margin-top: 35%;
  margin-left: -10%;
  margin-right: -12%;
  position: relative;
  z-index: 10;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img figure:nth-child(2) img {
  width: 100%;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img figure:nth-child(3) {
  width: 50%;
  margin-top: -10%;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-img figure:nth-child(3) img {
  width: 100%;
}
#commitment .commitment_wrap ul li:nth-child(2) .li-text {
  width: 31%;
  height: auto;
  margin: 0 0 0 5%;
}
@media screen and (max-width: 1280px) {
  #commitment .commitment_wrap ul li:nth-child(2) .li-text {
    width: 41%;
    height: auto;
  }
}
@media screen and (max-width: 928px) {
  #commitment .commitment_wrap ul li:nth-child(2) .li-text {
    width: 51%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #commitment .commitment_wrap ul li:nth-child(2) .li-text {
    width: 81%;
    height: auto;
  }
}
#commitment .commitment_wrap ul li:nth-child(2) .li-text h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  #commitment .commitment_wrap ul li .li-text {
    margin-right: 5%;
  }
}
@media screen and (max-width: 928px) {
  #commitment {
    padding-bottom: 10rem;
  }
  #commitment .commitment_wrap ul li {
    flex-wrap: wrap;
  }
  #commitment .commitment_wrap ul li .li-text {
    margin-left: 5%;
  }
  #commitment .commitment_wrap ul li:nth-child(2) {
    margin-top: 200px;
  }
  #commitment .commitment_wrap ul li:nth-child(2) .li-img {
    order: 1;
  }
  #commitment .commitment_wrap ul li:nth-child(2) .li-text {
    order: 2;
    margin: 0 5% 0 auto;
  }
  #commitment .commitment_wrap ul li:nth-child(3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  #commitment .commitment_wrap ul li:nth-child(2) {
    margin-top: 100px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          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: #595757;
  border: solid 1px #595757;
  color: #fff;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #f5f5f5;
}

#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-family: "Montserrat", sans-serif;
  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;
}

.pagetop-item {
  display: none;
  flex-flow: column;
  gap: 5px;
  position: fixed;
  bottom: 5.5em;
  right: 1.7em;
  z-index: 999;
}
.pagetop-item li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 0 5px;
}
.pagetop-item li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 7px 10px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 25px;
  transition: 0.5s;
}
.pagetop-item li a p {
  font-size: 8px;
  text-align: center;
  line-height: 1.1;
}
.pagetop-item li a:hover {
  opacity: 0.5;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 999;
}
.pagetop a {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #0f1111;
  border: solid 1px #0f1111;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #fff;
}
.pagetop a:hover {
  background-color: #ffffff;
}
.pagetop a:hover i {
  color: #0f1111;
}

@media screen and (max-width: 480px) {
  .pagetop-item {
    right: 0.9em;
  }
  .pagetop-item li a {
    padding: 7px 7px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .pagetop {
    bottom: 1.5rem;
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../../img/common/base02.jpg);
  font-weight: 500;
}
#footer .footer__warp {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
#footer .footer__warp__text {
  display: flex;
  gap: 30px;
  padding: 0 0 20px;
  align-items: end;
}
#footer .footer__warp__text--img {
  width: 100px;
}
#footer .footer__warp__text--img img {
  width: 100%;
}
#footer .footer__warp__text--p {
  display: flex;
  flex-flow: column;
  justify-content: end;
}
#footer .footer__warp__text--p p {
  font-size: 14px;
  margin: 0 0 7px;
  line-height: 18px;
}
#footer .footer__warp__text--p p .none {
  display: none;
}
#footer .footer__warp__text--p .none {
  display: none;
}
#footer .footer__warp__text--contact {
  margin: 0 0 10px;
}
#footer .footer__warp__text--contact a {
  background-color: #fff;
  color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  transition: 0.5s;
}
#footer .footer__warp__text--contact a:hover {
  background-color: #0f1111;
}
#footer .footer__warp__nav {
  display: flex;
  align-items: end;
  gap: 0px;
}
#footer .footer__warp__nav nav {
  padding: 0px 0 20px;
}
#footer .footer__warp__nav nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 10px;
}
#footer .footer__warp__nav nav ul li {
  padding: 0 20px;
  border-right: 1px solid #0f1111;
  border-left: 1px solid #0f1111;
  text-align: center;
}
#footer .footer__warp__nav nav ul li p {
  font-size: 13px;
  text-align: center;
}
#footer .footer__warp__nav nav ul li span {
  display: none;
}
#footer .footer__warp__nav nav ul li:nth-child(1), #footer .footer__warp__nav nav ul li:nth-child(2), #footer .footer__warp__nav nav ul li:nth-child(3), #footer .footer__warp__nav nav ul li:nth-child(4), #footer .footer__warp__nav nav ul li:nth-child(5) {
  border-right: 0px solid #fff;
}
#footer .footer__warp__nav--icon {
  margin: 0 0 0 20px;
  padding: 40px 0 20px;
}
#footer .footer__warp__nav--icon ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
#footer .footer__warp__nav--icon ul li a {
  transition: 0.5s;
}
#footer .footer__warp__nav--icon ul li a i {
  font-size: 20px;
}
#footer .footer__warp__nav--icon ul li a:hover {
  opacity: 0.6;
}
#footer .footer__warp__nav--insta {
  width: 26px;
  padding: 40px 0 20px;
}
#footer .footer__warp__nav--insta img {
  width: 100%;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}

#sp_btn {
  display: none;
}
#sp_btn ul {
  display: none;
}

@media screen and (max-width: 1280px) {
  #footer .footer__warp__nav nav ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 940px) {
  #footer .footer__warp {
    flex-flow: column;
    gap: 0px;
  }
  #footer .footer__warp__text {
    padding: 0 0 0px;
    flex-flow: column;
    align-items: first baseline;
    gap: 15px;
  }
  #footer .footer__warp__nav {
    justify-content: left;
  }
  #footer .footer__warp__nav nav {
    padding: 30px 0 20px;
  }
  #footer .footer__warp__nav nav ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #footer .footer__warp__nav nav ul li:nth-child(3) {
    border-right: 1px solid #0f1111;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  }
}
@media screen and (max-width: 768px) {
  #footer .footer__warp {
    padding: 80px 0 0px;
    text-align: center;
  }
  #footer .footer__warp__text {
    display: flex;
    gap: 30px;
    padding: 0 0 20px;
    align-items: center;
    justify-content: center;
  }
  #footer .footer__warp__text--img {
    width: 100px;
  }
  #footer .footer__warp__text--img img {
    width: 100%;
  }
  #footer .footer__warp__text--p {
    display: flex;
    flex-flow: column;
    justify-content: end;
  }
  #footer .footer__warp__text--p p {
    font-size: 14px;
    margin: 0 0 7px;
    line-height: 18px;
  }
  #footer .footer__warp__text--p p .none {
    display: block;
  }
  #footer .footer__warp__text--p .none {
    display: none;
  }
  #footer .footer__warp__text--contact {
    margin: 0 0 10px;
  }
  #footer .footer__warp__text--contact a {
    background-color: #fff;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    transition: 0.5s;
  }
  #footer .footer__warp__text--contact a:hover {
    background-color: #0f1111;
  }
  #footer .footer__warp__nav {
    flex-flow: column;
    align-items: center;
  }
  #footer .footer__warp__nav nav ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #footer .footer__warp__nav nav ul li:nth-child(2) {
    border-right: 0px solid #0f1111;
  }
  #footer .footer__warp__nav nav ul li:nth-child(3) {
    border-right: 1px solid #0f1111;
  }
  #footer .footer__warp__nav nav ul li:nth-child(4) {
    border-right: 0px solid #0f1111;
  }
  #footer .footer__warp__nav--icon {
    margin: 0 0 0 0px;
    padding: 0px 0 20px;
  }
  #footer .footer__copy {
    padding: 1rem 0 2rem;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    font-size: 20px;
  }
  #sp_btn ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #sp_btn ul li:nth-child(2) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(2) span {
    font-size: 12px;
  }
  #sp_btn ul li:nth-child(1) i {
    padding: 0 0 3px;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__warp__text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #footer .footer__warp__text--p p {
    text-align: center;
  }
  #footer .footer__warp__nav nav ul li {
    padding: 0 15px;
  }
  #footer .footer__warp__nav nav ul li p {
    font-size: 11px;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */