@charset "UTF-8";
body.typesquare_option {
    opacity: 0;
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
   font-family: "Yu Gothic Pr6N D";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

img {
  max-width: 100%;
  height: auto;
}
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.inner {
  position: relative;
  width: 1040px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (min-width:768px) and ( max-width:1365px) {
  body {
    font-size: 1.17vw;
  }
  .inner {
    width: 76.19vw;
    padding: 0 1.47vw;
  }
}

/**********************************************************
 * font
 **********************************************************/
/* Typesquare */
.font_a1_gothic_m {
  font-family: 'A1 Gothic M';
  letter-spacing: .1em;
}

/* Googl Font */
.font_montserrat {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
}

/**********************************************************
 * header
 **********************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  z-index: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header h1 {
  position: absolute;
  top: 42px;
  left: 55px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header.fixed h1 {
  top: 28px;
}
header h1 a {
  display: inline-block;
}
header h1 img {
  width: 148px;
  margin: 0 auto;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 35px;
}
header nav ul li {
  margin: 0 30px;
}
header nav a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: #B5B5B5;
}

@media screen and (min-width:768px) and ( max-width:1365px) {
  header {
    min-width: 76.19vw;
  }
  header h1 {
    top: 3.08vw;
    left: 4.03vw;
  }
  header.fixed h1 {
    top: 2.05vw;
  }
  header h1 img {
    width: 10.84vw;
  }
  header nav ul {
    padding: 2.56vw;
  }
  header nav ul li {
    margin: 0 2.2vw;
  }
  header nav a {
    font-size: 1.1vw;
  }
}

/**********************************************************
 * main
 **********************************************************/
main {
  margin-top: 86px;
}
main h2 {
  margin-bottom: 40px;
}
main h2 span {
  position: relative;
  font-size: 2.1rem;
  color: #0f8b95;
  padding-right: 240px;
  background-image: url("../img/index/line_title.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 220px 1px;
}
main h3 {
  font-size: 2.6rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) and ( max-width:1365px) {
  main {
    margin-top: 6.3vw;
  }
  main h2 {
    margin-bottom: 2.93vw;
  }
  main h2 span {
    font-size: 1.54vw;
    padding-right: 17.58vw;
    background-size: 16.12vw 0.07vw;
  }
  main h3 {
    font-size: 1.9vw;
    margin-bottom: 2.56vw;
  }
}

/**********************************************************
 * button
 **********************************************************/
.btn {
  position: relative;
  display: inline-block;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
}
.btn:hover {
  opacity: .7;
}

/**********************************************************
 * footer
 **********************************************************/
footer {
  position: relative;
  margin-top: auto;
  background-color: #FFF;
  padding: 125px 0 160px;
}
footer .inner {
  width: 900px;
  padding: 0;
  overflow: hidden;
}
footer .logo {
  display: inline-block;
  width: 180px;
}
footer table {
  float: right;
  width: 620px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
footer th {
  width: 130px;
  text-align: left;
}
footer small {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
footer a{
	color: #0f8b95;
}
@media screen and (min-width:768px) and ( max-width:1365px) {
  footer {
    padding: 9.16vw 0 11.72vw;
  }
  footer .inner {
    width: 65.93vw;
  }
  footer .logo {
    width: 13.19vw;
  }
  footer table {
    max-width: 45.39vw;
    width: auto;
    font-size: 1.02vw;
  }
  footer th {
    width: 9.52vw;
  }
  footer small {
    font-size: 1.03vw;
  }
}

/**********************************************************
 * animation
 **********************************************************/
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
  filter: blur(10px);
  transform: scale(1.06);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
.blurTrigger {
    opacity: 0;
}