@charset "UTF-8";
.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body {
  opacity: 0;
  transition-duration: 2s;
}

body.inview {
  opacity: 1;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  font-family: century-gothic, "Noto Sans JP","Yu Gothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .area-wrapper {
    font-size: 12px;
    min-width: auto;
  }
}

@media screen and (max-width: 380px) {
  .area-wrapper {
    font-size: 11px;
    min-width: auto;
  }
}

header {
  position: relative;
  width: 100%;
}

/*
    .main-v
=========================================*/

.main-v {
  display: flex;
}

.main-v h3 {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 140px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
  fill: #fff;
  opacity: 0;
  filter: blur(4px);
}

.main-v .main-v-txt {
  position: absolute;
  top: 14vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.main-v .main-v-txt h1 {
  margin-bottom: 0;
  font-size: 5.6vw;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0;
  filter: blur(4px);
}

.main-v .main-v-txt h4 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: blur(4px);
}

body.inview .main-v h1,
body.inview .main-v h3,
body.inview .main-v h4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    filter: blur(0);
    -webkit-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -moz-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -o-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -ms-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
}

body.inview .main-v h1 strong {
  margin-left: 20px;
  font-size: 8.6vw;
  font-weight: 400;
}

.main-v .main-slider {
  width: 100%;
}

.main-v .main-slider div {
  height: 100.5%;
}

.main-v .main-slider div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-v-img {
  width: 100%;
}

.main-v-img img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 960px) {
  header {
    
  }
  .main-v {
    display: block;
  }
  .main-v .main-slider {
    width: 100%;
    height: 100%;
  }
  .main-v h3 {
    top: 2.8%;
    width: 25%;
  }
  .main-v .main-v-txt {
    top: 22%;
  }
  .main-v .main-v-txt h1 {
    margin-bottom: 2%;
    font-size: 8.2vw;
    line-height: 1.2;
  }
  body.inview .main-v h1 strong {
    font-size: 16vw;
  }
  .main-v .main-v-txt h4 {
    font-size: 4.3vw;
  }
}

/*
    .lead-cont
=========================================*/

.lead-cont {
  padding: 100px;
  text-align: center;
}

.lead-cont p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .lead-cont {
    padding: 5% 6%;
    text-align: left;
  }

  .lead-cont p {
    font-size: 13px;
  }
}

/*
    .style-cont
=========================================*/

.style-cont-inner {
  display: flex;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 95px 0 95px 168px;
}

.style-cont-inner.grey {
  background: #fafafa;
}

.style-cont-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 416px;
  text-align: left;
}

.style-cont-txt h3 {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 1.6;
  font-weight: 400;
  font-family: century-gothic;
}

.style-cont-txt h3 i {
  display: inline-block;
  max-width: 60px;
  margin-right: 8px;
  mix-blend-mode: darken;
}

.style-cont-txt p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
  text-align: left;
}

.main-img {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  right: -23px;
}

/*.main-img ul li {
  margin: 0 26px;
}*/

.main-img ul li a {
  display: block;
}

.main-img ul li a img {
  width: 100%;
}

.link-btn {
  margin-top: 60px;
}

.link-btn a {
  display: inline-block;
  font-size: 13px;
  border-bottom: 1px solid #000;
}

.link-btn a i {
  display: inline-block;
  max-width: 24px;
  margin-left: 12px;
  padding-bottom: 2px;
}

.swiper-button-next {
  right: 54px;
}

.swiper-button-prev {
  left: 54px;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: -38px;
  background: rgba(255,255,255,0.5);
  border-radius: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after  {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-next:after {
  left: 18px;
}

.swiper-button-prev:after  {
  right: 18px;
  transform: rotate(-135deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.style-nav {
  max-width: 1448px;
  margin: 0 auto 38px;
}
.style-nav-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f0f0f0;
}
.style-nav-list li {
  width: calc(16.666% - 1px);
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.style-nav-list li:last-child {
  border-right: 0
}
.style-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px; 
  font-size: 16px;
}
.style-nav-list li i {
  display: inline-block;
  width: 36px;
  min-width: 36px;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .main-img {
    position: relative;
    right: 0;
  }
  .style-cont-inner {
    display: block;
    padding: 8% 0 8% 6%;
  }
  .style-cont-txt {
    margin-bottom: 8%;
  }
  .style-cont-txt p {
    margin-top: 2%;
  }
  .link-btn {
    margin-top: 8%;
  }
  .swiper-button-next {
    right: 8%;
  }
  .swiper-button-prev {
    left: 8%;
  }
  .style-nav-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f0f0f0;
  }
  .style-nav-list li {
    width: calc(33.333% - 1px);
  }
  .style-nav-list li a {
    font-size: 16px;
    justify-content: flex-start;
  }
  .style-nav-list li i {
    margin-right: 8px;
  }
}

/*
    .btn-cont
=========================================*/

.btn-cont {
  margin: 100px auto 80px;
}

.black-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 34px;
  margin: 38px auto;
  padding: 20px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP","Yu Gothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.black-btn a strong {
  width: 105px;
  margin-right: 10px;
  fill: #fff;
}

.black-btn a strong svg {
  position: relative;
  top: 6px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .btn-cont {
    margin: 12% auto;
    padding: 0 3.6%;
  }
  .black-btn a {
    height: 28px;
    margin: 6% auto;
    padding: 24px 0;
  }
  .black-btn a strong {
    margin-right: 2%;
  }
  .black-btn a strong svg {
    top: 0.8vw;
    width: 90%;
  }
}

@media screen and (max-width: 380px) {
  .black-btn a {
    height: inherit;
    margin: 6% auto;
    padding: 18px 0;
    height: 24px;
  }
  .black-btn a strong svg {
    top: 1.2vw;
  }
}

/*
    .area-body
=========================================*/
.area-body {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .area-body {
    width: auto;
    padding: 0;
    margin: 0;
    overflow-x: hidden; 
  }
}

/*
    footer
=========================================*/
footer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  padding: 60px 0;
}

footer p {
  font-weight: normal;
  font-size: 13px;
}

footer .onward {
  width: 160px;
  margin: 10px auto 20px;
}

@media screen and (max-width: 960px) {
  footer {
    width: auto;
    padding: 0 0 10%;
    display: block;
  }
  footer p {
    font-weight: normal;
    font-size: 8px;
  }
  footer .onward {
    width: 180px;
    margin: 10px auto;
    padding: 11px;
  }
}
