@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  letter-spacing: .1em;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.g_ft {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_ttl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: .2em;
  line-height: 1;
  position: relative;
  padding-bottom: .8em;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 5.4rem;
    margin-bottom: 8rem;
  }
}

.c_ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 2.4em;
  border-bottom: solid 1px #333;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 156.6rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: calc(100vw * 10 / 1140);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 750);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 3rem;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 8rem;
  background: #fff;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

.h_logo {
  position: absolute;
  left: 5.6rem;
  top: 2.8rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 2.2rem;
    top: 2.8rem;
  }
}

.h_logo img {
  width: 21.8rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 15.2rem;
  }
}

.h_nav {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 18rem;
    padding-top: 2.7rem;
    gap: 7rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    text-align: center;
    padding: 30rem 0;
  }
  .h_nav li {
    font-size: 5.4rem;
    margin-bottom: 6rem;
  }
}

.h_insta {
  position: absolute;
  right: 4.5rem;
  top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .h_insta {
    right: 10.5rem;
    top: 2.47rem;
  }
}

.h_insta img {
  width: 2.6rem;
}

@media screen and (max-width: 767px) {
  .h_insta img {
    width: 3.1rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 3.2rem;
    top: 3rem;
    width: 4rem;
    height: 3.2rem;
    padding-top: 1rem;
    cursor: pointer;
  }
  .h_menu_icon {
    position: relative;
    display: block;
    width: 3.2rem;
  }
  .h_menu_icon, .h_menu_icon:before, .h_menu_icon:after {
    width: 100%;
    height: 2px;
    background-color: #29241d;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: background-color, top;
    transition-property: background-color, top;
  }
  body.nav1_w .h_menu_icon, body.nav1_w .h_menu_icon:before, body.nav1_w .h_menu_icon:after {
    background-color: #fff;
  }
  .h_menu_icon:before, .h_menu_icon:after {
    position: absolute;
    top: -1rem;
    left: 0;
    content: '';
  }
  .h_menu_icon:after {
    top: 1rem;
  }
  body.open .h_menu_icon {
    background-color: transparent;
  }
  body.open .h_menu_icon:before, body.open .h_menu_icon:after {
    top: 0;
  }
  body.open .h_menu_icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.open .h_menu_icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 8rem;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    height: calc(100% - 8rem);
    background: #fff;
  }
  body.open {
    overflow-y: hidden;
  }
}

#footer {
  margin: 37rem 0 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer {
    margin: 22rem 0 2.5rem;
  }
}

.f_copy {
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2.1rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin: 8rem 0 20rem;
  position: relative;
  height: calc(100vh - 8rem);
}

@media screen and (max-width: 767px) {
  .top_main {
    margin: 8rem 0 14rem;
  }
}

.top_main svg {
  position: absolute;
  z-index: 1;
  width: 681px;
  height: 384px;
  width: 100%;
  height: 100%;
}

.top_main .up {
  height: 100%;
  width: 100%;
}

.top_main button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 2.5rem;
  overflow: hidden;
  height: 4.2rem;
  border: none;
  background: #fff;
  cursor: pointer;
  transition: opacity .2s ease-in;
}

.top_main button:hover {
  opacity: .5;
}

.top_main button:focus {
  outline-width: 0;
}

.top_main .right {
  right: 4rem;
  background: url(../img/ico_next.svg) no-repeat 50%/contain;
}

.top_main .left {
  left: 4rem;
  background: url(../img/ico_prev.svg) no-repeat 50%/contain;
}

.top_main circle {
  stroke: #fff;
  fill: none;
  transition: 0.3s;
}

.top_main #svg1 circle {
  transition-timing-function: linear;
}

.top_main #svg2 circle {
  transition-timing-function: linear;
}

.top_main #Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-7px, -8px);
}

.top_main #Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-9px, -8px);
}

.top_main .circle1 {
  transition-delay: 0.05s;
}

.top_main .circle2 {
  transition-delay: 0.1s;
}

.top_main .circle3 {
  transition-delay: 0.15s;
}

.top_main .circle4 {
  transition-delay: 0.2s;
}

.top_main .circle5 {
  transition-delay: 0.25s;
}

.top_main .circle6 {
  transition-delay: 0.3s;
}

.top_main .circle7 {
  transition-delay: 0.35s;
}

.top_main .circle8 {
  transition-delay: 0.4s;
}

.top_main .circle9 {
  transition-delay: 0.45s;
}

.top_main .circle10 {
  transition-delay: 0.05s;
}

.top_main .circle11 {
  transition-delay: 0.1s;
}

.top_main .circle12 {
  transition-delay: 0.15s;
}

.top_main .circle13 {
  transition-delay: 0.2s;
}

.top_main .circle14 {
  transition-delay: 0.25s;
}

.top_main .circle15 {
  transition-delay: 0.3s;
}

.top_main .circle16 {
  transition-delay: 0.35s;
}

.top_main .circle17 {
  transition-delay: 0.4s;
}

.top_main .circle18 {
  transition-delay: 0.45s;
}

.top_main .dot {
  position: absolute;
  right: 5rem;
  bottom: 3rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top_main .dot {
    right: 3rem;
  }
}

.top_main .dot li.active button:before {
  opacity: 1;
}

.top_main .dot button {
  border: none;
  cursor: pointer;
  color: transparent;
  position: relative;
  background: none;
  width: 2.5rem;
  height: 2rem;
}

.top_main .dot button:active, .top_main .dot button:focus {
  outline: 0;
}

.top_main .dot button:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .3;
}

.top_main .slider {
  position: absolute;
  width: 400%;
  height: 100%;
  background: #000;
  display: inline-flex;
  overflow: hidden;
}

.top_main .slide {
  position: absolute;
  background-position: center;
  background-size: cover;
  width: 25%;
  height: 100%;
  z-index: 10;
  transition: 1.4s;
}

.top_main .tran {
  transform: scale(1.3);
}

.top_main .up1 {
  z-index: 20;
}

.top_main .up2 {
  z-index: 40;
}

.top_main .steap {
  stroke-width: 0;
}

.top_main .streak {
  stroke-width: 164px;
}

.top_main .slide1 {
  background-image: url(../img/mv01.jpg);
}

@media screen and (max-width: 767px) {
  .top_main .slide1 {
    background-image: url(../img/mv01_sp.jpg);
  }
}

.top_main .slide2 {
  background-image: url(../img/mv02.jpg);
}

@media screen and (max-width: 767px) {
  .top_main .slide2 {
    background-image: url(../img/mv02_sp.jpg);
  }
}

.top_main .slide3 {
  background-image: url(../img/mv03.jpg);
}

@media screen and (max-width: 767px) {
  .top_main .slide3 {
    background-image: url(../img/mv03_sp.jpg);
  }
}

.c_scroll {
  width: 10%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 4;
  height: 10rem;
}

.c_scroll a {
  display: block;
}

.c_scroll .line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.c_scroll .line:before {
  content: '';
  height: 100%;
  border-left: solid 1px #717171;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  animation: wrap_on 1s ease-in-out 1.5s forwards;
}

.c_scroll .line:after {
  content: '';
  height: 100%;
  border-left: solid 1px #fff;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  animation: scroll_border 2.5s ease-in-out 2.5s infinite;
}

@keyframes wrap_on {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes scroll_border {
  0%,
  100%,
  52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

.c_sec {
  margin-bottom: 30rem;
}

@media screen and (max-width: 767px) {
  .c_sec {
    margin-bottom: 20rem;
  }
}

.c_sec .en {
  text-align: center;
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 1.70;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c_sec .en {
    font-size: 2.8rem;
    line-height: 2.20;
    margin-bottom: 9rem;
  }
}

.c_sec .ja {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.3;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .c_sec .ja {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_products ul {
    display: flex;
    justify-content: space-between;
    gap: 4.5rem;
  }
  .top_products li {
    width: 33.33%;
  }
}

.top_products ul {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .top_products ul {
    margin: 0 -3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_products li {
    margin-top: 9rem;
  }
}

.top_products li p {
  font-size: 2rem;
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_products li p {
    font-size: 2.8rem;
  }
}

.top_about {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_about ul {
    display: flex;
    width: 74.4rem;
    margin: 8rem auto 12rem;
    justify-content: space-between;
  }
  .top_about li img {
    height: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .top_about ul {
    margin-bottom: 10rem;
  }
  .top_about li {
    margin-top: 11rem;
  }
  .top_about li img {
    height: 44rem;
  }
}

.top_company .c_ttl {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .top_company dl {
    display: flex;
    flex-wrap: wrap;
    width: 78rem;
    margin: 0 auto;
    gap: 0 9rem;
  }
  .top_company dt {
    width: 15rem;
    text-align: right;
  }
  .top_company dd {
    width: calc(100% - 24rem);
  }
}

.top_company dt {
  font-weight: bold;
  margin-bottom: .2em;
}

.top_company dd {
  margin-bottom: 1.5em;
}

.top_company dt, .top_company dd {
  font-size: 1.8rem;
  white-space: nowrap;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .top_company dt, .top_company dd {
    font-size: 2.8rem;
  }
}

.top_company dl {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_company dl {
    margin-top: 9rem;
    text-align: center;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low {
  margin-top: 8rem;
  padding-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
    padding-top: 12rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.form {
  width: 79rem;
  max-width: 100%;
  margin: 10rem auto 0;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eeeeef inset;
}

.form input[readonly], .form textarea[readonly], .form select[readonly] {
  border: none !important;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .form {
    margin: 7rem auto 0;
  }
}

.form th {
  width: 19rem;
  padding-top: .5em;
}

@media screen and (max-width: 767px) {
  .form th {
    padding: 0 0 .5em;
  }
}

.form tr > * {
  text-align: left;
  font-size: 2rem;
  vertical-align: top;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    font-size: 2.8rem;
    float: left;
    width: 100%;
  }
}

.form td {
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .form td {
    padding-bottom: 2.2em;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  background: #eeeeef;
  width: 100%;
  padding: .7em 1em;
}

@media screen and (max-width: 767px) {
  .form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
    padding: 1em 1em;
  }
}

.form td textarea {
  height: 15em;
}

.form .btn {
  margin-top: 18rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin-top: 0;
  }
}

.form .btn button {
  width: 55.5rem;
  height: 12.1rem;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .form .btn button {
    font-size: 3.6rem;
    width: 60rem;
  }
}

.form .error {
  color: red;
  font-size: 1.6rem;
}

#thanks {
  text-align: center;
  display: none;
}

#thanks dt, #thanks dd {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #thanks dt, #thanks dd {
    font-size: 2.8rem;
  }
}

#thanks dt {
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #thanks dd br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */