.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #000;
  color: #fff;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #ffe200;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header video {
  display: block;
  width: 100%;
}

/*notes*/
.s01__wrap {
  display: flex;
  background: center center / cover url(../img/0100.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s01 {
  margin: auto;
  width: 100rem;
}
h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 4.6rem;
  font-weight: 100;
  font-style: italic;
  letter-spacing: .075em;
  margin-bottom: .75em;
}
.s01 h2 {
  font-size: 8.0rem;
  margin-bottom: .25em;
}
.s01 h3 {
  font-size: 2.6rem;
  margin-bottom: 1.5em;
}
.s01 h4 {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}
.s01 p {
  width: 46rem;
}

/*notes*/
.s02__wrap {
  display: flex;
  background: #212527;
  height: 100vh;
  padding: 8rem 4%;
}
.s02 {
  margin: auto;
  width: 100rem;
}
.s02__wrap .h2__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.s02__wrap .h2__wrap p {
  font-size: 1.8rem;
  font-weight: 700;
}
.s02__wrap .box__wrap h3 {
  font-size: 3.6rem;
  margin-bottom: .25em;
}
.s02__wrap .box__wrap .txt {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.s02__wrap .box__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s02__wrap .box__wrap ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  width: 49rem;
}
.s02__wrap .box__wrap ul li:last-child {
  margin-bottom: 0;
}
.s02__wrap .box__wrap ul li img {
  width: 10rem;
}
.s02__wrap .box__wrap ul li div {
  width: 30rem;
}
.s02__wrap .box__wrap ul li div h4 {
  font-size: 2.2rem;
  margin-bottom: .15em;
}

/*notes*/
.s03__wrap {
  display: flex;
  background: center center / cover url(../img/0300.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s03 {
  margin: auto;
  width: 100rem;
}
.s03 h3 {
  font-size: 2.0rem;
  margin: 2em 0 .5em;
}
.s03 p {
  width: 50rem;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.webp) no-repeat;
  padding: 8rem 0 0;
}
.s04 {
  margin: auto;
  width: 100rem;
}
.s04 .txt {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
.s04 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.s04 ul li {
  background: #222;
  box-sizing: border-box;
  padding: 2rem;
  width: 32rem;
}
.s04 ul li p:nth-child(1) {
  font-family: "Bodoni Moda", serif;
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
}
.s04 ul li h3 {
  font-size: 2.2rem;
  text-align: center;
}
.s04 ul li p:nth-child(3) {
  font-size: 1.2rem;
  letter-spacing: .1em;
  margin-bottom: 2em;
  text-align: center;
}
.prev-arrow {
  position: absolute;
  top: 41%;
  left: 5%;
  height: 6rem;
  width: 6rem;
  cursor: pointer;
  z-index: 1;
}
.next-arrow {
  position: absolute;
  top: 41%;
  right: 5%;
  height: 6rem;
  width: 6rem;
  cursor: pointer;
  z-index: 1;
}

/*notes*/
.s05__wrap {
  background: #212527;
  padding: 8rem 4%;
}
.s05 {
  margin: auto;
  width: 100rem;
}
.s05 .box__wrap {
  align-items: center;
  display: flex;
  height: 80vh;
  margin: auto;
  width: 100rem;
}
.s05 .box__wrap div {
  margin-bottom: 6rem;
}
.s05 .box__wrap div:last-child {
  margin-bottom: 0;
}
.s05 .box__wrap div p {
  position: relative;
  align-items: center;
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: .5em;
}
.s05 .box__wrap div p:before {
  content: '';
  background: #fff;
  margin-right: 1rem;
  height: .1rem;
  width: 3.4rem;
}

/*notes*/
.s06__wrap {
  padding: 8rem 4%;
}
.s06 {
  margin: auto;
  width: 100rem;
}
.s06 .box__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s06 .box__wrap div {
  background: center center / cover url(../img/0601.webp) no-repeat;
  margin-bottom: 2rem;
  height: 38.2rem;
  width: 49rem;
}
.s06 .box__wrap div:nth-child(2) {
  background: center center / cover url(../img/0602.webp) no-repeat;
}
.s06 .box__wrap div:nth-child(3) {
  background: center center / cover url(../img/0603.webp) no-repeat;
}
.s06 .box__wrap div:nth-child(4) {
  background: center center / cover url(../img/0604.webp) no-repeat;
}
.s06 .box__wrap div:nth-child(5) {
  background: center center / cover url(../img/0605.webp) no-repeat;
  margin-bottom: 0;
}
.s06 .box__wrap div h3 {
  font-size: 2.4rem;
  margin: 1.6em 0;
  text-align: center;
}
.s06 .box__wrap div ul {
  margin: auto;
  width: 34.4rem;
}
.s06 .box__wrap div ul li {
  position: relative;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.s06 .box__wrap div ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0606.webp) no-repeat;
  width: 2.0rem;
  height: 2.0rem;
  top: 5%;
  left: 0;
}

/*notes*/
.s07__wrap {
  display: flex;
  background: center center / cover url(../img/0700.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s07 {
  margin: auto;
  width: 100rem;
}
.s07 table {
  background: rgba(0,0,0,.64);
  border: .1rem solid #fff;
  width: 100%;
}
.s07 table tr th {
  border: .1rem solid #fff;
  padding: .75em 0;
}
.s07 table tr td {
  border: .1rem solid #fff;
  box-sizing: border-box;
  padding: .75em;
  vertical-align: middle;
}
.s07 table tr td:nth-child(1) {
  width: 24rem;
}
.s07 table tr td:nth-child(1) span {
  font-size: 1.8rem;
  font-weight: 700;
}
.s07 table tr td:nth-child(2) {
  width: 34rem;
}
.s07 table tr td:nth-child(n+3) {
  width: 14rem;
}
.s07 table tr td img {
  display: block;
  margin: auto;
  width: 4rem;
}

/*notes*/
.s08__wrap {
  display: flex;
  background: center center / cover url(../img/0800.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s08 {
  margin: auto;
  width: 100rem;
}
.s08 ul {
  display: flex;
  justify-content: space-between;
}
.s08 ul li {
  position: relative;
  width: 12rem;
}
.s08 ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0807.webp) no-repeat;
  width: .8rem;
  height: 1.6rem;
  top: 27%;
  right: -27%;
}
.s08 ul li:last-child:before {
  display: none;
}
.s08 ul li p {
  margin-top: .75em;
  text-align: center;
}

/*notes*/
.s09__wrap {
  display: flex;
  background: center center / cover url(../img/0901.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s092__wrap {
  background: center center / cover url(../img/0902.webp) no-repeat;
  padding: 8rem 4%;
}
.s093__wrap {
  background: center center / cover url(../img/0903.webp) no-repeat;
  padding: 8rem 4%;
}
.s09 {
  margin: auto;
  width: 100rem;
}
.s09 .h3__wrap {
  align-items: baseline;
  display: flex;
  margin-bottom: 2em;
}
.s09 .h3__wrap h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 100;
  letter-spacing: .075em;
}
.s09 .h3__wrap h3 span {
  font-size: 5.2rem;
}
.s09 .h3__wrap p {
  font-size: 2.0rem;
  margin-left: 2em;
}
.s09 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s09 ul li {
  margin-bottom: 2em;
  width: 48rem;
}
.s09 ul li:nth-child(n+3) {
  margin-bottom: 0;
}
.s09 ul li h4 {
  border-bottom: .1rem solid #fff;
  font-size: 2.0rem;
  margin-bottom: .5em;
}
.s09 ul li p {
  line-height: 1.8;
}

/*notes*/
.s10__wrap {
  display: flex;
  background: center center / cover url(../img/1000.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s10 {
  margin: auto;
  width: 100rem;
}
.faq__wrap {
  margin: auto;
  max-width: 80rem;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2.4rem;
  padding-bottom: .5em;
  padding: 1em 2.5em 1em 1em;
}
.faq__wrap .que p {
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 2.7rem;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  transform: rotate(45deg);
  height: .11rem;
  width: 1rem;
}
.faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 2rem;
  background: #fff;
  transition: all .1s ease-in-out;
  transform: rotate(-45deg);
  height: .11rem;
  width: 1rem;
}
.faq__wrap .que.open:before {
  opacity: 0;
}
.faq__wrap .que.open:after {
  right: 1.8rem;
  transform: rotate(180deg);
  width: 2rem;
}
.faq__wrap .ans {
  margin-bottom: 2em;
  margin-top: -1.5em;
  padding: 1em;
}

/*notes*/
.s11__wrap {
  display: flex;
  background: center center / cover url(../img/1100.webp) no-repeat;
  height: 100vh;
  padding: 8rem 4%;
}
.s11 {
  margin: auto;
  width: 100rem;
}
.s11 p {
  font-size: 2.0rem;
  line-height: 2.6;
  margin: 4em 0;
  text-align: center;
}
.s11 a {
  display: block;
  margin: auto;
  width: 53rem;
}

/*notes*/
footer {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .075em;
  padding: 1rem 4%;
  text-align: center;
}
.floating__wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
}
.floating__wrap a img {
  width: 15rem;
}










@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}

/*notes*/
.s01__wrap {
  padding: 4rem 4%;
}
.s01 {
  width: 100%;
}
h2 {
  font-size: 2.6rem;
}
.s01 h2 {
  font-size: 4.0rem;
}
.s01 h3 {
  font-size: 1.5rem;
}
.s01 h4 {
  font-size: 1.4rem;
}
.s01 p {
  width: 100%;
}

/*notes*/
.s02__wrap {
  height: auto;
  padding: 4rem 4%;
}
.s02 {
  width: 100%;
}
.s02__wrap .h2__wrap {
  display: block;
  margin-bottom: 3rem;
}
.s02__wrap .h2__wrap p {
  font-size: 1.5rem;
}
.s02__wrap .box__wrap h3 {
  font-size: 2.2rem;
}
.s02__wrap .box__wrap .txt {
  font-size: 1.5rem;
}
.s02__wrap .box__wrap ul li {
  margin-bottom: 1rem;
  padding: 1.5rem;
  width: 100%;
}
.s02__wrap .box__wrap ul li img {
  width: 8rem;
}
.s02__wrap .box__wrap ul li div {
  font-size: 1.3rem;
  width: 70%;
}
.s02__wrap .box__wrap ul li div h4 {
  font-size: 1.6rem;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300_sp.webp) no-repeat;
  height: auto;
  padding: 4rem 4%;
}
.s03 {
  width: 100%;
}
.s03 h3 {
  font-size: 1.6rem;
}
.s03 p {
  width: 100%;
}

/*notes*/
.s04__wrap {
  padding: 4rem 0 0;
}
.s04 {
  box-sizing: border-box;
  padding: 0 4%;
  width: 100%;
}
.s04 .txt {
  font-size: 1.6rem;
}
.s04 ul {
  display: block;
  margin-bottom: 4rem;
}
.s04 ul li {
  margin-bottom: 1rem;
  padding: 2rem;
  width: 100%;
}
.s04 ul li p:nth-child(1) {
  font-size: 1.8rem;
}
.s04 ul li h3 {
  font-size: 1.8rem;
}
.s04 ul li p:nth-child(3) {
  font-size: 1.0rem;
}
.prev-arrow {
  top: 50%;
  left: 2%;
  height: 3rem;
  width: 3rem;
}
.next-arrow {
  top: 50%;
  right: 2%;
  height: 3rem;
  width: 3rem;
}

/*notes*/
.s05__wrap {
  height: 60vh;
  padding: 4rem 4%;
}
.s05 {
  width: 100%;
}
.s05 .box__wrap {
  width: 100%;
}
.s05 .box__wrap div {
  margin-bottom: 3rem;
}
.s05 .box__wrap div p {
  font-size: 1.5rem;
  line-height: 1.3;
}

/*notes*/
.s06__wrap {
  padding: 4rem 4%;
}
.s06 {
  width: 100%;
}
.s06 .box__wrap div {
  padding: 1rem;
  height: auto;
  width: 100%;
}
.s06 .box__wrap div h3 {
  font-size: 1.8rem;
  margin: 1em 0;
}
.s06 .box__wrap div ul {
  width: 100%;
}
.s06 .box__wrap div ul li {
  font-size: 1.2rem;
  margin-bottom: .5em;
}
.s06 .box__wrap div ul li:before {
  width: 1.3rem;
  height: 1.3rem;
}

/*notes*/
.s07__wrap {
  height: auto;
  padding: 4rem 4%;
}
.s07 {
  width: 100%;
}
.s07 table {
  font-size: 1.1rem;
}
.s07 table tr th {
  line-height: 1.3;
  padding: 1em 0;
  vertical-align: middle;
}
.s07 table tr td {
  padding: .75em .5em;
}
.s07 table tr td:nth-child(1) span {
  font-size: 1.3rem;
}
.s07 table tr td img {
  width: 2rem;
}

/*notes*/
.s08__wrap {
  padding: 4rem 4%;
}
.s08 {
  width: 100%;
}
.s08 ul {
  flex-wrap: wrap;
}
.s08 ul li {
  width: 28%;
}
.s08 ul li:before {
  right: -13%;
}
.s08 ul li:nth-child(n+4) {
  margin-top: 2rem;
}
.s08 ul li p {
  font-size: 1.2rem;
}

/*notes*/
.s09__wrap {
  background: center center / cover url(../img/0901_sp.webp) no-repeat;
  height: auto;
  padding: 4rem 4%;
}
.s092__wrap {
  background: center center / cover url(../img/0902_sp.webp) no-repeat;
  padding: 4rem 4%;
}
.s093__wrap {
  background: center center / cover url(../img/0903_sp.webp) no-repeat;
  padding: 4rem 4%;
}
.s09 {
  width: 100%;
}
.s09 .h3__wrap {
  display: block;
}
.s09 .h3__wrap h3 {
  font-size: 2.0rem;
}
.s09 .h3__wrap h3 span {
  font-size: 3.2rem;
}
.s09 .h3__wrap p {
  font-size: 1.6rem;
  margin-left: 0;
}
.s09 ul li {
  margin-bottom: 1em;
}
.s09 ul li:nth-child(3) {
  margin-bottom: 1em;
}
.s09 ul li h4 {
  border-bottom: .1rem solid #fff;
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.s09 ul li p {
  font-size: 1.2rem;
}

/*notes*/
.s10__wrap {
  padding: 4rem 4%;
}
.s10 {
  width: 100%;
}
.faq__wrap {
  max-width: 100%;
}
.faq__wrap .que {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.faq__wrap .que p {
  width: 90%;
}
.faq__wrap .ans {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/*notes*/
.s11__wrap {
  padding: 4rem 4% 8rem;
}
.s11 {
  width: 100%;
}
.s11 p {
  font-size: 1.3rem;
  line-height: 2;
  margin: 3em 0;
}
.s11 a {
  width: 90%;
}

/*notes*/
footer {
  font-size: 1.0rem;
}
.floating__wrap {
  padding: 1rem;
}
.floating__wrap a img {
  width: 8rem;
}
}

/* ===== アンカー着地のズレ調整：PC/スマホ分岐（クリーン版） ===== */

/* PC/タブレットの基準（必要なら 72→76/68 に微調整） */
:root { --header-offset: 72px; }

/* スムーズスクロール（※検証中に邪魔なら一時コメントアウトOK） */
html { scroll-behavior: smooth; }

/* ── スマホだけ ─────────────────────────────── */
@media (max-width: 768px) {
  /* スマホの基準。まだ余白が出るなら 48、足りなければ 56 へ */
  :root { --header-offset: 50px; }

  /* セクション先頭の margin-top 二重化を抑止（必要なときだけ） */
  #before-after > *:first-child,
  #instructor   > *:first-child,
  #qa           > *:first-child { margin-top: 0; }
}

/* ↑ これ以外の “scroll-margin-top / scroll-padding-top / ::before ハック / safe-area” は
   すべて削除してください（JS側の再着地ロジックに任せます） */

var off = readOffset();
/* 例えば before-after だけ 6px 低く着地させる */
if (id === 'before-after') off -= 6;