@charset "utf-8";

html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #1e2123;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 2em;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}

/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
  padding: 4rem 2rem;
  width: 100%;
}
header#globalHeader .container-fluid {
  align-items: flex-end;
}
.pc {
  display: none;
}
@media (min-width: 991px) {

  .smp {
    display: none;
  }
  .pc {
    display: block;
  }
}


/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
  padding-block: 6rem;
  position: relative;
  background-color: #ffffff;
  font-size: 1.4rem;
}

.footer {
  width: 100%;
}
.footer ul {
  margin-block: 5rem;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.footer a {
  transition: 0.4s;
}
.footer a:hover img {
  animation: hoverBig 1s forwards;
}
@keyframes hoverBig{
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.page-top {
  right: -50px;
  bottom: 10px;
  position: fixed;
  z-index: 999999;
}
.page-top a {
  border-radius: 10rem;
  background-color: #cf121b;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
}
.page-top a:after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 60px / 2);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
footer#globalFooter p.copyright {
  font-size: 1.2rem;
  margin-top: 3rem;
}

/* common ----------------------------------------------------*/
.contentSec {
  margin-bottom: 15rem;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
	.flex {
		display: block;
	}
  .contentSec {
    margin-bottom: 5rem;
  }
}

/* home ------------------------------------------------------------------------------*/
body {
  position: relative;
}
main {
  position: relative;
  z-index: 10;
}

.mv {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.scrolldown{
  z-index: 100;
  position:absolute;
  bottom:0px;
  left:5%;
}
.scrolldown span{
  z-index: 100;
  position: absolute;
  left:10px;
  bottom:10px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }
.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 50px;
  background:#eee;
}
.slider {
  line-height: 0;
  font-size: 0;
}
.slick-img img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

main section {
  padding-block: 4rem;
  border-bottom: 1px solid #666666;
}
main section h2 {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #cf121b;
}
.works dl {
  display: flex;
  flex-wrap: wrap;
}
.works dl dt {
  width: 5%;
  font-weight: 400;
}
.works dl dd {
  width: 95%;
}

/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:919px) {}
@media (max-width:767px) {
  header#globalHeader {
    position: absolute;
    z-index: 10000;
    padding: 2rem 0.5rem;
  }
  #globalHeader h1 {
    width: 15%;
  }
  #globalHeader p {
    width: 40%;
  }
  #globalHeader h1 img {
    width: 100%;
    height: absolute;
  }
  #globalHeader p img {
    width: 100%;
    height: absolute;
  }
  .mv {
    height: 100svh;
    width: 100vw;
    overflow: hidden;
  }
  .works dl dt {
    width: 100%;
  }
  .works dl dd {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  footer#globalFooter {
    padding-block: 4rem;
  }

}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}