.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  letter-spacing: .1em;
}

/*notes*/
.header__main__wrap {
  position: relative;
  margin: auto;
  max-width: 1680px;
}
.header__main__wrap video {
  margin: 40px auto;
  max-width: 1680px;
  width: 100%;
}
.header__main__wrap .play-btn {
  position: absolute;
  bottom: 12%;
  left: 9.76%;
  display: block;
  width: 9.76%;
  z-index: 5;
}
.header__bottom {
  padding-top: 140px;
}
.header__bottom div {
  margin: auto;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.header__bottom p:nth-of-type(1) {
  font-size: 3.5rem;
  margin-left: 3em;
}
.header__bottom p:nth-child(n+2) {
  font-size: 2.8rem;
  line-height: 3em;
  margin-top: 4em;
  margin-left: 2em;
}
.header__bottom p:last-child {
  margin-left: 0;
}
@media screen and (max-width:1440px){
.header__bottom p:nth-of-type(1) {
  font-size: 2.8rem;
  margin-left: 2em;
}
.header__bottom p:nth-child(2) {
  font-size: 2.0rem;
}
}
@media screen and (max-width:1000px){
.header__bottom p:nth-of-type(1) {
  font-size: 2.0rem;
  margin-left: 1em;
}
.header__bottom p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.8;
}
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100.png) no-repeat;
  padding: 100px 4% 150px;
}
.s01__wrap h2 {
  background: center center / 780px url(../img/h201.png) no-repeat;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 400;
  margin: 0 auto 2em;
  max-width: 780px;
  padding: 1em;
  text-align: center;
}
.s01__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
}
.s01__wrap li {
  width: 48.61%;
}
.s01__wrap li a {
  position: relative;
  border: 1px solid #fff;
  display: block;
  font-size: 2.5rem;
  margin: 30px auto;
  max-width: 360px;
  padding: .25em 0;
  text-align: center;
}
.s01__wrap li a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -3em;
  background: #fff;
  height: 1px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 98px;
}
.s01__wrap li a:link,
.s01__wrap li a:visited {
  color: #fff;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.png) no-repeat;
  padding: 160px 4% 140px;
}
.s02__wrap h2,
.s03__wrap h2 {
  background: center center / 543px url(../img/h202.png) no-repeat;
  font-size: 4.0rem;
  font-weight: 400;
  margin: 0 auto 2em;
  max-width: 543px;
  padding: 1em;
  text-align: center;
}
.s02__wrap .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
}
.s02__wrap .box__wrap img {
  width: 48.61%;
}
.s02__wrap .box__wrap div {
  width: 48.61%;
}
.s02__wrap .box__wrap div p:nth-of-type(1) {
  font-size: 3.0rem;
  margin-bottom: 1em;
}
.s02__wrap a,
.s03__wrap a {
  position: relative;
  border: 1px solid #333;
  display: block;
  margin: 40px 0 0 70px;
  max-width: 290px;
  padding: .5em 0;
  text-align: center;
}
.s02__wrap a:before,
.s03__wrap a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -3em;
  background: #333;
  height: 1px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 78px;
}

/*notes*/
.s03__wrap {
  padding: 160px 4% 180px;
  text-align: center;
}
.s03__wrap .txt1 {
  color: #937F41;
  font-family: "游ゴシック体", YuGothic;
  font-size: 2.6rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
  text-align: center;
}
.s03__wrap .txt2 {
  font-size: 2.0rem;
  letter-spacing: .1em;
  margin-bottom: .5em;
  text-align: center;
}
.s03__wrap img {
  display: block;
  margin: auto;
  max-width: 493px;
  margin-bottom: 2em;
  width: 100%;
}
iframe {
  display: block;
  height: 640px;
  margin: 0 auto 80px;
  max-width: 900px;
  width: 100%;
}
.s03__wrap a {
  margin: 0 auto;
}

/*notes*/
.s04__wrap {
  padding: 0;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/*notes*/
.header__main__wrap video {
  margin: 20px auto;
}
.header__main__wrap .play-btn {
  bottom: 8%;
  left: 4%;
  width: 20%;
}
.header__bottom {
  padding-top: 70px;
}

/*notes*/
.s01__wrap {
  padding: 50px 4% 70px;
}
.s01__wrap h2 {
  background: center center / 100% url(../img/h201.png) no-repeat;
  font-size: 2.2rem;
}
.s01__wrap ul {
  display: block;
  max-width: 80%;
}
.s01__wrap li {
  width: 100%;
}
.s01__wrap li a {
  font-size: 1.8rem;
  margin: 30px auto;
  max-width: 200px;
}
.s01__wrap li a:before {
  left: -2em;
  width: 64px;
}

/*notes*/
.s02__wrap {
  padding: 80px 4% 70px;
}
.s02__wrap h2,
.s03__wrap h2 {
  background: center center / 100% url(../img/h202.png) no-repeat;
  font-size: 2.2rem;
}
.s02__wrap .box__wrap {
  display: block;
}
.s02__wrap .box__wrap img {
  width: 100%;
}
.s02__wrap .box__wrap div {
  width: 100%;
}
.s02__wrap .box__wrap div p:nth-of-type(1) {
  font-size: 2.0rem;
  margin: 1em 0;
}
.s02__wrap a,
.s03__wrap a {
  margin: 40px auto 0;
  max-width: 260px;
}
.s02__wrap a:before,
.s03__wrap a:before {
  left: -2em;
  width: 64px;
}

/*notes*/
.s03__wrap {
  padding: 80px 4% 90px;
}
.s03__wrap .txt1 {
  font-size: 1.6rem;
}
.s03__wrap .txt2 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.s03__wrap img {
  width: 80%;
}
iframe {
  height: 280px;
  margin: 50px 0 40px;
}
}