@charset "UTF-8";
/* 
==================================================
基本
==================================================
*/
body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323232;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}

.p {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* 
==================================================
フォント関連
==================================================
*/
.a-f {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-f-2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.a-f-3 {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1300px) {
  .wrapper {
    padding: 0 72px;
  }
}
@media screen and (max-width: 768px) {
  /* 
  ==================================================
  基本
  ==================================================
  */
  .wrapper {
    padding: 0 16px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .p {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }
}/*# sourceMappingURL=style.css.map */