@charset "UTF-8";
body {
  font-family: "TsukuARdGothic-Regular", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  padding-top: 206px;
  padding-top: 12.875rem;
  padding-bottom: 184px;
  padding-bottom: 11.5rem;
  position: relative;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  width: 100%;
}

.about__body {
  width: 527px;
  width: 32.9375rem;
  max-width: 100%;
}

.about__title {
  font-size: 30px;
  font-size: 1.875rem;
}

.about__explain {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.about__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.about__img {
  width: 311px;
  width: 19.4375rem;
  max-width: 100%;
  margin-left: 67px;
  margin-left: 4.1875rem;
}

.about__copy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 171px;
  /* padding-top: 10.6875rem; */
  padding-top: calc(10.6875rem - 12%);
  position: relative;
}

.about__copy {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2;
  text-align: center;
  /* position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); */
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 6.25rem;
    padding-bottom: 5.75rem;
  }
  .about__inner {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .about__body {
    width: 100%;
  }
  .about__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__title {
    font-size: 1.5rem;
  }
  .about__explain {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .about__btn {
    margin-top: 1.1875rem;
  }
  .about__copy-wrapper {
    /* padding-top: 5rem; */
    padding-top: calc(5rem - 12%);
  }
  .about__copy {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
  }
}
.btn {
  display: inline-block;
  width: 357px;
  width: 22.3125rem;
  height: 66px;
  height: 4.125rem;
  line-height: 66px;
  line-height: 4.125rem;
  background-color: #000;
  border-radius: 2.0625rem;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.btn:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 49px;
  right: 3.0625rem;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: url(../images/common/btn-arrow.png) no-repeat center center/contain;
  -webkit-transition: background-image 0.3s ease 0s;
  transition: background-image 0.3s ease 0s;
}

.btn:hover::after {
  background-image: url(../images/common/btn-arrow-black.png);
}

@media screen and (max-width: 767px) {
  .btn {
    width: 12.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.5rem;
  }
  .btn::after {
    right: 1.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.content {
  /*
  padding-top: rem(169);
  padding-bottom: rem(184);
  */
  background-color: rgba(0, 0, 0, .5);
}

.block {
  width: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 5.625rem;
  }
}
.footer {
  background-color: #fff;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #464646;
  /* position: absolute; */
  width: 100%;
  /* left: 0;
  bottom: 0; */
}

.footer__logo {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0;
}

.footer__logo img {
  max-width: 230px;
  max-width: 14.375rem;
  height: 54px;
  height: 6.375rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.footer__logo span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
}

.footer small {
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 44px;
  margin-top: 2.75rem;
}

@media screen and (max-width: 767px) {
  .footer small {
    margin-top: 1.875rem;
  }
}
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.main-view {
  height: 100vh;
  position: relative;
}

.main-view__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width:100%;
}

.main-view__title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.main-view__copy {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.7692307692;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .main-view__box {
    width: 100%;
  }
  .main-view__title {
    font-size: 1.5rem;
  }
  .main-view__copy {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}
.parallax01 {
  background-image: url(../images/common/parallax_bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.parallax::before {
  background-image: url(../images/common/image2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* スマホ用の調整 */
@media screen and (max-width: 768px) {
  .parallax::before {
    background-position: -280px center !important;
  }
}

.play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play__inner {
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  width: 100%;
  padding-top: 135px;
  padding-top: 8.4375rem;
}

.play__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.play__box {
  margin-top: 133px;
  margin-top: 8.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.play__img {
  width: 67.4963396779vw;
}

.play__img01 {
  width: 62.1522693997vw;
}

.play__body {
  width: 340px;
  width: 21.25rem;
  max-width: 100%;
  margin-left: -73px;
  margin-left: -4.5625rem;
  position: relative;
  z-index: 1;
  width: 25%;
}

.play__body01 {
  width: 282px;
  width: 17.625rem;
  max-width: 100%;
  margin-left: 68px;
  margin-left: 4.25rem;
  position: relative;
  z-index: 1;
}

.play__head {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6666666667;
  text-align: center;
}

.play__explain {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8125;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .play {
    /* padding-top: 5rem; */
  }
  .play__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
  }
  .play__box {
    display: block;
    margin-top: 4.375rem;
  }
  .play__title {
    font-size: 1.5rem;
  }
  .play__head {
    font-size: 1.5rem;
  }
  .play__img {
    width: 100%;
  }
  .play__body {
    width: 100%;
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .play__body01 {
    margin-left: 0;
    margin-top: 1.875rem;
    width: 100%;
  }
  .play__img01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__inner {
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  width: 100%;
  padding-top: 169px;
  padding-top: 10.5625rem;
}

.video__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.0666666667;
  color: #fff;
  letter-spacing: 0.1em;
}

.video__video {
  margin-top: 134px;
  margin-top: 8.375rem;
  text-align: center;
  position: relative;
  width: 1130px;
  width: 70.625rem;
  max-width: 90%;
  padding-top: 42.4%;
  margin-left: auto;
  margin-right: auto;
}

.video__video img {
  width: 1130px;
  width: 70.625rem;
  max-width: 90%;
  display: inline-block;
}

.video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  max-height: 570px;
  max-height: 35.625rem;
}

@media screen and (max-width: 767px) {
  .video__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
  }
  .video__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .video__video {
    margin-top: 2.5rem;
  }
  .video__video img {
    width: 100%;
    max-width: 100%;
  }
}

/* スマホ用改行（デフォルト非表示） */
@media screen and (min-width: 768px) {
  .is-sp-canvas {
    display: none;
  }
  
  /* PC・タブレット用改行（デフォルト表示） */
  .is-pc-canvas {
    display: block;
  }
  }
  
  /* スマホの場合 */
  @media screen and (max-width: 768px) {
    .is-sp-canvas {
      display: block; /* スマホで表示 */
    }
    .is-pc-canvas {
      display: none; /* PC用を非表示 */
    }
  }

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