:root {
  --bg-color: #e9e1e3;
}

img {
  width: 100%;
}

.inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.inner--intro {
  max-width: 1220px;
}
.inner--copy {
  max-width: 869px;
}
.inner--min {
  max-width: 1198px;
}
.inner--mid {
  max-width: 1448px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
#contents{
  padding-top: 0;
}
}

.header {
  width: 100%;
  background: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px;
  height: 6.25vw;
}
@media screen and (max-width: 768px) {
  .header .inner {
    height: 15.234375vw;
    gap: 20px;
  }
}
.header__logo {
  max-width: 130px;
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  width: 8.125vw;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 54px;
    left: auto;
    top: auto;
    transform: none;
    position: relative;
  }
}
.header__title {
  width: min(60%, 634px);
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .header__title {
    flex: 1;
  }
}

.heading {
  text-align: center;
}
.heading__en {
  display: block;
  justify-content: center;
  display: flex;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .heading__en {
    margin-bottom: 6.1333333333vw;
  }
}
.heading__en img {
  background-color: black;
  display: inline-block;
  padding: 14px 28px;
  height: 40px;
  width: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .heading__en img {
    height: 4.6666666667vw;
    padding: 5px 8px;
  }
}
.heading__ja {
  display: block;
}
.heading__intro {
  display: block;
  justify-content: center;
  display: flex;
  margin-top: 110px;
  margin-bottom: 56px;
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .heading__intro {
    margin-top: 11.31578947368421vw;
    margin-bottom: 5.394736842105264vw;
    padding-top: 3.552631578947368vw;
  }
}
.heading__intro img {
  background-color: black;
  display: inline-block;
  padding: 14px 41px;
  height: 41px;
  width: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .heading__intro img {
    height: 4.6666666667vw;
    padding: 5px 8px;
  }
}
.heading__campaign {
  display: block;
  justify-content: center;
  display: flex;
  margin-top: 160px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .heading__campaign {
    margin-top: 15.789473684210526vw;
    margin-bottom: 5.263157894736842vw;
  }
}
.heading__campaign img {
  background-color: black;
  display: inline-block;
  padding: 15px 29px;
  height: 38px;
  width: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .heading__campaign img {
    height: 4.6666666667vw;
    padding: 5px 8px;
  }
}

/* kvここから */
.kv {
  position: relative;
  z-index: 1;
}
.kv__pic {
  position: relative;
  width: 100%;
}
.kv__pic img {
  display: block;
  margin-top: -4.3vw;
}
@media screen and (max-width: 768px) {
  .kv__pic img {
    margin-top: 0;
  }
}
.kv__logo {
  position: absolute;
  width: 28.25%;
  left: 16.625%;
  top: 8.05vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv__logo {
    width: 37.4666666667%;
    left: 8.8%;
    top: 2.2666666667vw;
  }
}
.kv__secom {
  margin-top: 2.8915662651vw;
}
.kv__secom img {
  width: 25.4424778761%;
}
.kv__arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
}
.kv__arrow.is-overflow {
  bottom: 30px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .kv__arrow {
    width: 40px;
    bottom: 20px;
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* kvここまで */

/* introここから */
.bg {
  background:var(--bg-color);
}
.intro {
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 14.6666666667vw;
  }
}

.bg2 {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg2 {
    padding-bottom: 9.473684210526317vw;
  }
}
.bg2.bg-contain::after {
  background-size: contain;
}
.bg2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/intro_bg_pc.webp);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
.bg2::after {
  background-size: contain;
}
}

.intro__title {
  margin-bottom: 78px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__title {
    margin-bottom: 9.0666666667vw;
  }
  .intro__title img {
    width: 63.68vw;
  }
}
@media screen and (min-width: 769px) {
  .intro__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.intro__text {
  max-width: 553px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro__text {
    max-width: 100%;
    width: 100%;
  }
}
.intro__logo {
  max-width: 371px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro__logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 9.2vw;
  }
  .intro__logo img {
    width: 40%;
  }
}
.intro__contents-title img{
  width: 515px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .intro__contents-title img{
    width: 44.07894736842105vw;
    margin: 0 auto 6.4vw;
  }
}
.intro__campaign-title img{
  width: 524px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .intro__campaign-title img{
    width: 44.473684210526315vw;
    margin: 0 auto 6.315789473684211vw;
  }
}
.intro__contents-text{
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .intro__contents-text{
    font-size: 3.5999999999999996vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.secure__bnr{
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.secure__bnr{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
}

.intro__schedule{
  margin-top: 2px;
  font-size: 2.6rem;
  line-height: 2.62;
  text-align: center;
  font-weight: bold;
}
.intro__schedule span{
  font-size: 2.2rem;
  line-height: 3.09;
  padding: 5px 32px;
  border-radius: 150px;
  border: solid 2px #000000;
}
.intro__schedule-txt{
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .intro__schedule{
    font-size: 3.4666666666666663vw;
    line-height: 1.5;
  }
  .intro__schedule span{
    font-size: 4vw;
    line-height: 1.38;
    padding: 0.26666666666666666vw 2.4vw;
    border-radius: 6.666666666666667vw;
    border: solid 0.2666666667vw #000000;
    display: inline-block;
    margin-bottom: 1.0666666666666667vw;
  }
  .intro__schedule-txt{
  margin-bottom: 8.421052631578947vw;
  }
}

.intro__campaign{
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .intro__campaign{
    margin-bottom: 5.333333333333334vw;
  }
}

.intro__campaign-btns{
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro__campaign-btns{
    width: 100%;
  }
}
.intro__campaign-btn{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro__campaign-btn{
    max-width: 100%;
    width: 100%;
  }
}
.intro__campaign-btn a{
  color: #004697;
}
.intro__campaign-btn:first-child{
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .intro__campaign-btn:first-child{
    margin-bottom: 5.333333333333334vw;
  }
}
.intro__campaign-btn .words{
  font-size: 2.4rem;
  font-weight: bold;
  background: #ffffff;
  margin: 0 auto 0 24px;
  border-radius: 20px;
  max-width: 660px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  line-height: 75px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .intro__campaign-btn .words{
    margin: 0 auto;
    border-radius: 100px 20px 20px 100px;
    font-size: 3.8vw;
    width: 100%;
    line-height: 1.25;
    padding: 2vw 3.0666666666666664vw 2vw  16.933333333333334vw;
  }
}
.intro__campaign-btn .numbers{
  position: absolute;
  left: 0;
  background: #333333;
  color: #ffffff;
  font-size: 2.6rem;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 73px;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .intro__campaign-btn .numbers{
    font-size: 8vw;
    width: 14.799999999999999vw;
    height: 14.799999999999999vw;
    line-height: 12.8vw;
  }
}
.intro__campaign ul{
  width: 686px;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .intro__campaign ul{
    width: 100%;
    margin-top: 4.266666666666667vw;
  }
}
.kome li{
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .kome li{
    font-size: 3.2vw;
  }
}
.kome li a{
  color: #004697;
  text-decoration: underline;
}
.kome li::before{
  content: "※";
}
.dots li{
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .dots li{
    font-size: 2.933333333333333vw;
  }
}
.dots li::before{
  content: "・";
}

.intro__products{
  max-width: 880px;
  width: 100%;
  margin: 0 auto 72px;
}
.intro__products-inner{
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .intro__products{
    width: 100%;
    max-width: 100%;
    margin-bottom: 6.4vw;
  }
  .intro__products-inner{
    gap: 1.3333333333333335vw;
    margin-bottom: 3.2vw;
  }
}
.intro__product{
  position: relative;
}
.intro__product-link{
  max-width: 347px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .intro__product-link{
    max-width: 32.4vw;
    bottom: 4.266666666666667vw;
  }
}
/* introここまで */

/* inquiryここから */
.inquiry{
  width: 100%;
}
#inquiry {
  scroll-margin-top: 100px; 
}
@media screen and (max-width: 768px) {
  #inquiry{
      scroll-margin-top: 13.157894736842104vw; 
  }
}
.inquiry__btn{
  width: 100%;
  background: #DEDEDE;
  padding: 16px 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.inquiry__icon {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-40%);
  right: 40%;
}
@media screen and (max-width: 768px) {
  .inquiry__btn{
    font-size: 3.9473684210526314vw;
  }
  .inquiry__icon {
    max-width: 3.2vw;
    max-height: 3.2vw;
    margin-left: 4.2666666667vw;
    vertical-align: middle;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) translateX(-5%);
  }
}
.inquiry__icon::before,
.inquiry__icon::after {
  content: "";
  position: absolute;
  background: #E80012;
  transition: all 0.3s ease;
}
.inquiry__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}
.inquiry__icon::after {
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
}
.inquiry__btn.active{
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .inquiry__btn.active{
    margin-bottom: 2.1333333333333333vw;
  }
}
.inquiry__btn.active .inquiry__icon::after {
  opacity: 0;
}
.inquiry__btn.active .inquiry__icon {
  transform: translateY(-50%) translateX(-40%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .inquiry__btn.active .inquiry__icon {
    transform: translateY(-50%) translateX(-5%) rotate(180deg);
  }
}
.inquiry__content {
  background: #DEDEDE;
  border-radius: 10px;
  display: none;
  padding: 32px 40px;
  font-size: 2rem;
  line-height: 1.8;
}
.inquiry__content.open {
  display: block;
}
@media screen and (max-width: 768px) {
  .inquiry__content {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    padding: 4.266666666666667vw 5.333333333333334vw;
  }
}
.inquiry__content h3 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .inquiry__content h3 {
    margin-top: 6.666666666666667vw;
  }
}
.inquiry__content a {
  color: #004697;
  text-decoration: underline;
}
/* inquiryここまで */

.copy {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .copy {
    padding-top: 14.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.copy__sub {
  margin-bottom: min(8.25vw, 132px);
}
@media screen and (max-width: 768px) {
  .copy__sub {
    margin-bottom: 10.6666666667vw;
  }
}
.copy__sub img {
  width: 449px;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .copy__sub img {
    width: 49.12vw;
    margin-bottom: 20px;
  }
}
.copy__main img {
  margin-bottom: 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .copy__main img {
    margin-bottom: 8vw;
  }
}

.movie {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 8.6666666667vw;
  }
}
.movie__title img {
  width: 485px;
}
@media screen and (max-width: 768px) {
  .movie__title img {
    width: 60.8vw;
  }
}

.interview {
  background-image: url(/special/home-project/images/movie_bg.svg);
  background-size: 100%;
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-position: center -1px;
  padding-top: 390px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .interview {
    padding-top: 42.6666666667vw;
    padding-bottom: 0;
  }
}
.interview__copy {
  text-align: center;
}
.interview__copy img {
  width: 622px;
}
@media screen and (max-width: 768px) {
  .interview__copy img {
    width: 63.36vw;
  }
}
.interview__thumbs {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview__thumbs {
    display: block;
  }
}
.interview__thumb {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .interview__thumb {
    display: flex;
    align-items: center;
    gap: 5vw;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .interview__caption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .interview__caption {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .interview__pic {
    width: 50%;
  }
}

/* campaignここから */
.campaign {	
text-align: center;	
padding-bottom: 216px;	
}	
@media screen and (max-width: 768px) {
 .campaign {
padding-bottom: 20vw;
  }	
}

.campaign__title img {
  width: 448px;
}
@media screen and (max-width: 768px) {
  .campaign__title img {
    width: 56.32vw;
  }
}
.campaign__copy img {
  width: 736px;
}
@media screen and (max-width: 768px) {
  .campaign__copy img {
    width: 100%;
  }
}
/* campaignここまで */

/* otherここから */
.other {
  position: relative;
  z-index: 2;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .other {
    padding-bottom: 20vw;
  }
}
.other__copy {
  text-align: center;
}
.other__copy img {
  width: 548px;
}
@media screen and (max-width: 768px) {
  .other__copy img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .other__lists {
    display: grid;
    gap: 46px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .other__list {
    margin-bottom: 5.6vw;
  }
}
/* otherここまで */

/* activities ここから */
.card {
  position: relative;
  background: white;
}
.card img {
  transition: 0.3s;
}
.card:hover img {
  opacity: 0.6;
}
.card a {
  height: 100% !important;
  width: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .card__title {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .card__pic {
    width: 50%;
  }
}
.card__h3 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .card__h3 {
    font-size:  2.4rem;
    padding-right: 20px;
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 50%;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .card__h3 {
    flex: 1;
    margin: 0 14px;
    font-size: 1.6rem;
  }
  .card__h3 span {
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 50%;
    padding-right: 20px;
  }
}
.card__text {
  font-size: 1.7rem;
  padding: 20px 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .card__text {
    font-size: 1.5rem;
    padding: 20px;
    line-height: 1.8;
  }
}
/* activities ここまで */

/* specialここから */
.special {
  position: relative;
  z-index: 2;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .special {
    padding-bottom: 20vw;
  }
}
.special__copy {
  text-align: center;
}
.special__copy img {
  width: 470px;
}
@media screen and (max-width: 768px) {
  .special__copy img {
    width: 75.2vw;
  }
}
.special__banner {
  max-width: 878px;
  margin: 0 auto;
}
.special__link {
  background: black;
  padding: 10px 20px;
  text-align: right;
}
.special__link img {
  width: 26.5678449259%;
}
@media screen and (max-width: 768px) {
  .special__link {
    padding: 2px 5px;
  }
  .special__link img {
    width: 34.6978557505%;
  }
}
/* specialここまで */

/* wallpaperここから */
.wallpaper{
  padding:184px 0;
  background-color:#ffffff;
}
@media screen and (max-width: 768px) {
  .wallpaper {
    padding-top: 10.266666666666667vw;
    padding-bottom: 14.399999999999999vw;

  }
}

.wallpaper__box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 117px;
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .wallpaper__box {
    flex-direction: column;
    margin-top:10.144927536231885vw;
    gap: 9.2vw;
  }
}

.wallpaper__item_img{
  max-width:452px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .wallpaper__item_img {
    width: 68.53333333333333vw;
    margin-bottom: 0px;
  }
}

.wallpaper__item_btn{
  max-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wallpaper__item_btn {
    max-width:60vw;
    
    margin: 0 auto;
  }
}

.wallpaper__btn{
  max-width:320px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .wallpaper__btn {
    max-width:60vw;
    margin-top: 3.2vw;
  }
}

/* wallpaperここまで */

.notice {
  font-size: 1.2rem;
}

.z-index--2 {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .bg_pc {
    position: relative;
    overflow: hidden;
    background-color: var(--bg-color);
    background-image: url(/special/home-project/images/bg_pc.webp);
    background-position: -22vw top;
    background-repeat: no-repeat;
    background-size: min(98vw, 1637px);
    padding-top: 50px;
  }
  .bg_pc::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/special/home-project/images/bg_pc.webp);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: min(97vw, 1600px);
    top: 106vw;
    right: -22vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  .bg_pc::before {
    top: 1696px;
  }
}

@media screen and (max-width: 768px) {
  .bg_sp--first {
    background-image: url(/special/home-project/images/bg_sp.webp);
    background-position: center 90vw;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 12vw;
  }
}

@media screen and (max-width: 768px) {
  .bg_sp--second {
    background-color: var(--bg-color);
    background-image: url(/special/home-project/images/bg_sp.webp);
    background-position: center -108vw;
    background-repeat: repeat;
    background-size: 100%;
    padding-bottom: 10vw;
    padding-top: 4vw;
  }
}

/* modal */
.modal-cover {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.modal-cover:hover {
  opacity: 0.6;
}
.modal-cover:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.modal-cover::after {
  content: "";
  background-image: url(/special/home-project/images/play_button.webp);
  height: 142px;
  width: 142px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .modal-cover::after {
    width: 9.6vw;
    height: 9.6vw;
  }
}

/* utility */
.mb__50 {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .mb__50 {
    margin-bottom: 4.8vw;
  }
}
.mb__60 {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .mb__60 {
    margin-bottom: 6.1333333333vw;
  }
}
.mb__70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb__70 {
    margin-bottom: 6.6666666667vw;
  }
}
.mb__80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mb__80 {
    margin-bottom: 6.9333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.js-kv__pic,
.js-kv__project,
.js-kv__secom {
  opacity: 0;
}

.js-kv__arrow {
  opacity: 0;
  transition: opacity 0.25s ease;
}

body.kv-ready .js-kv__arrow {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */