.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 16px;
}
body {
  background: #ac8900;
  color: #231815;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 750px;
}
.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: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 750px) {
  html {
    font-size: calc(100vw / 750 * 16);
  }
}

/*notes*/
header .top__wrap {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  padding: .5rem 1rem;
  width: 46.875rem;
  z-index: 10;
}
header .top__wrap p {
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: .1em;
}
header .top__wrap p span {
  color: #344682;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
}
header .top__wrap img {
  display: block;
  width: 23.75rem;
}
header .timer__wrap {
  background: #231815;
  color: #ffcc00;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 5rem;
  padding: .5em;
  text-align: center;
}
header .main__wrap {
  background: top center / cover url(../img/0000.webp) no-repeat;
  padding: 2.5rem 1rem 1.5rem;
}
header .main__wrap h1 {
  width: 37.875rem;
}

/*notes*/
.s01__wrap .main__wrap {
  background: top center / cover url(../img/0100.webp) no-repeat;
  border: .3rem solid #231815;
  padding: 1.5rem;
}
.s01__wrap .main__wrap .box__wrap {
  font-weight: 700;
  text-align: center;
  width: 36.2rem;
}
.s01__wrap .main__wrap .box__wrap p {
  background: #231815;
  color: #fff;
  font-size: 1.25rem;
  padding: .25em;
}
.s01__wrap .main__wrap .box__wrap p span {
  color: #fff000;
}
.s01__wrap .main__wrap .box__wrap h2 {
  font-size: 1.62rem;
  line-height: 1.2;
  padding: .5em;
}
.s01__wrap .main__wrap .box__wrap h2 span {
  font-size: 2.0rem;
  font-weight: 900;
}
.s01__wrap .main__wrap .item__wrap {
  display: flex;
  align-items: center;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap {
  margin-right: .5em;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel {
  display: flex;
  margin-bottom: .25em;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #231815;
  border-radius: 2.5rem;
  color: #ffcc00;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  height: 5rem;
  width: 5rem;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) {
  font-weight: 700;
  text-align: center;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) p:nth-child(1) {
  font-size: 1.15rem;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) p:nth-child(2) {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 4rem;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .tel div:nth-child(2) p:nth-child(2):before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 2.5rem;
  height: 1.6rem;
  top: 20%;
  left: 5%;
}
.s01__wrap .main__wrap .item__wrap .tel__wrap .txt {
  font-size: .75rem;
  text-align: center;
}
.s01__wrap .main__wrap .item__wrap .card__wrap {
  background: rgba(0,0,0,0.46);
  border: .1rem solid #fff;
  border-radius: .6rem;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: .25em;
  width: 14.8rem;
}
.s01__wrap .main__wrap .item__wrap .card__wrap p:nth-child(1) {
  font-size: .75rem;
}
.s01__wrap .main__wrap .item__wrap .card__wrap img {
  width: 12.75rem;
}
.s01__wrap .main__wrap .item__wrap .card__wrap p:nth-child(3) {
  font-size: .5rem;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(../img/0200.webp) no-repeat;
  color: #fff;
  padding: 4.25rem 8%;
}
.s02__wrap div {
  display: table;
  margin-left: auto;
}
.s02__wrap h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
.s02__wrap h2 span {
  color: #ffcc00;
  font-size: 2.875rem;
}
.s02__wrap ul li {
  position: relative;
  font-size: 1.37rem;
  font-weight: 500;
  margin-bottom: .35em;
  padding-left: 2rem;
}
.s02__wrap ul li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0201.webp) no-repeat;
  width: 1.53rem;
  height: 1.53rem;
  top: 12%;
  left: 0;
}
.s02__wrap ul li span {
  background: linear-gradient(transparent 0%, #ffcc00 0%);
  color: #231815;
  margin: 0 .15em;
  padding: 0 .15em;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.webp) no-repeat;
  padding: 3.25rem 8%;
}
.s03__wrap div {
  text-align: center;
  width: 29.12rem;
}
.s03__wrap div p {
  position: relative;
  font-size: 1.62rem;
  font-weight: 700;
}
.s03__wrap div h2 {
  background: linear-gradient(transparent 0%, #231815 0%);
  color: #ffcc00;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: .075em;
  margin-bottom: .75em;
}

/*notes*/
.s04__wrap {
  background: #fff;
  padding: 4.25rem 4%;
  text-align: center;
}
.s04__wrap h2 {
  font-size: 2rem;
  margin-bottom: .5em;
}
.s04__wrap div {
  margin: 0 auto 2em;
  width: 18.12rem;
}
.s04__wrap div p:nth-child(1) {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
.s04__wrap div p:nth-child(1) span {
  font-size: 2.875rem;
}
.s04__wrap div p:nth-child(2) {
  background: #231815;
  color: #ffcc00;
  font-size: 1.25rem;
  font-weight: 700;
  padding: .15em;
}
.s04__wrap ul {
  display: flex;
  justify-content: space-between;
}
.s04__wrap ul li {
  width: 13.75rem;
}
.s04__wrap ul li h3 {
  background: #231815;
  color: #ffcc00;
  font-size: 1rem;
  margin: .5em auto;
  padding: .15em;
  width: 9.75rem;
}
.s04__wrap ul li p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.s04__wrap ul li p span {
  font-size: 2.87rem;
}

/*notes*/
.s05__wrap {
  background: #ffcc00;
  padding: 4.25rem 5%;
}
.s05__wrap h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.s05__wrap h2 span {
  font-size: 2rem;
}
.s05__wrap h2 span span {
  font-size: 4rem;
}
.s05__wrap ul li {
  border-bottom: .2rem solid #231815;
  padding: 1.25em 0;
}
.s05__wrap ul li:last-child {
  border-bottom: none;
  padding: 1.25em 0 0;
}
.s05__wrap ul li .item__wrap {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.s05__wrap ul li .item__wrap p {
  font-size: 4rem;
  line-height: 1;
  margin-right: .15em;
}
.s05__wrap ul li .item__wrap h3 {
  font-size: 1.5rem;
  font-weight: 900;
}
.s05__wrap ul li .box__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s05__wrap ul li:nth-child(even) .box__wrap {
  flex-direction: row-reverse;
}
.s05__wrap ul li .box__wrap img {
  width: 17.5rem;
}
.s05__wrap ul li .box__wrap p {
  font-size: 1rem;
  width: 22.5rem;
}
.s05__wrap ul li .box__wrap p span {
  font-weight: 700;
}

/*notes*/
.s06__wrap {
  background: #231815;
  padding: 4.25rem 5%;
}
.s06__wrap h2 {
  color: #ffe900;
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
.s06__wrap ul li {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 1.25rem;
  padding: .75em;
}
.s06__wrap ul li:last-child {
  margin-bottom: 0;
}
.s06__wrap ul li img {
  margin-right: .75em;
  width: 7.5rem;
}
.s06__wrap ul li div p:nth-child(1) {
  font-size: .93rem;
  font-weight: 700;
  margin-bottom: .25em;
}
.s06__wrap ul li div p:nth-child(2) {
  font-size: 1rem;
}

/*notes*/
.s07__wrap {
  background: #fff;
  padding: 4.25rem 10%;
}
.s07__wrap h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  width: 35rem;
}
.s07__wrap ul:nth-child(3) {
  margin-left: auto;
  margin-top: 1.5em;
}
.s07__wrap ul li {
  width: 10.75rem;
}
.s07__wrap ul li h3 {
  font-size: 1.25rem;
  text-align: center;
}
.s07__wrap ul:nth-child(3) li:nth-child(3) h3 {
  font-size: 1.15rem;
}

/*notes*/
.s08__wrap {
  background: #ffcc00;
  padding: 4.25rem 20%;
}
.s08__wrap h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
form {
  font-size: 1.0rem;
}
form .input__wrap {
  margin-bottom: 1.0rem;
}
form .item__wrap {
  font-weight: 700;
  margin-bottom: .5em;
}
form .item__wrap span {
  background: #f10033;
  border-radius: .4rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .75em;
  text-align: center;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #fff;
  border: .1rem solid #fff;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.0rem;
  padding: 3%;
  width: 100%;
}
form select {
  background: #ebecea;
  border: .1rem solid #ebecea;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.0rem;
  padding: 3%;
  width: 65%;
}
form input[type=submit] {
  background: #231815;
  border: none;
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 18.75rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #9dadad;
}
article {
  background: #ebecea;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: .8rem;
  height: 20rem;
  margin: 3em auto 0;
  overflow: scroll;
  padding: 1em;
}
article h3 {
  border-bottom: .05rem solid #000;
  font-size: 1rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
  padding-bottom: .25em;
  text-align: center;
}
article h4 {
  background: #dadada;
  margin-bottom: .5em;
  padding: .25em .5em;
}
article p {
  margin-bottom: 1em;
  padding-left: .5em;
}

/*notes*/
footer {
  background: #ffcc00;
  font-size: .875rem;
  padding: 3rem 5% 14rem;
  text-align: center;
}

.floating__wrap {
  position: fixed;
  bottom: 1rem;
  width: 46.875rem;
}
.floating__wrap .item__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: center center / cover url(../img/0003.webp) no-repeat;
  box-sizing: border-box;
  margin: auto;
  padding-top: .25em;
  height: 4rem;
  width: 36.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.floating__wrap .item__wrap span {
  color: #f10033;
}
.floating__wrap a img {
  display: block;
  margin: auto;
  width: 37.5rem;
}







