@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.pc_only {
  display: block;
}

@media (max-width: 899px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 899px) {
  .sp_only {
    display: block;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  font-size: 1.6rem;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*iOSのフォーム独自デザインリセット*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  width: 100%;
  overscroll-behavior: none;
  height: 100%;
  min-width: 320px;
  position: relative;
  margin: 0;
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

@media (max-width: 899px) {
  h3 {
    font-size: 2.0rem;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

header div img {
  max-width: 250px;
}

header div p {
  color: #F08300;
  font-weight: bold;
}

@media (max-width: 899px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  header div p {
    font-size: 1.2rem;
  }
}

.mainVisual {
  position: relative;
}

.mainVisual .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainVisual .flex .left {
  width: 30%;
  position: relative;
}

.mainVisual .flex .left h2 {
  font-size: 2.0vw;
  position: absolute;
  bottom: 120px;
  right: 20px;
}

.mainVisual .flex .right {
  width: 70%;
  z-index: 1;
  font-size: 0;
}

.mainVisual .line {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.mainVisual .line .orange {
  height: 50px;
  background-color: #F08300;
}

.mainVisual .line .blue {
  height: 70px;
  background-color: #0068B7;
}

@media (max-width: 899px) {
  .mainVisual {
    /*height: calc(100vh - 105.95px);*/
  }
  .mainVisual .phrase {
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mainVisual p {
    color: white;
    font-size: 5.0vw;
    font-weight: bold;
  }
}

.block {
  width: 90%;
  margin: 80px auto;
}

@media (max-width: 899px) {
  .block {
    margin: 50px auto;
  }
}

.bottom_dot {
  padding: 5px 20px;
  border-bottom: dotted 3px #0068B7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #0068B7;
}

.stuff h3 {
  color: #0068B7;
  text-align: center;
}

.stuff .grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: (100px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 100px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 30px 0 0 0;
}

.stuff .grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100px;
  height: 100px;
  color: white;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background-color: #0068B7;
}

@media (max-width: 899px) {
  .stuff h3 {
    font-size: 1.8rem;
  }
  .stuff .grid {
    -ms-grid-columns: (85px)[3];
        grid-template-columns: repeat(3, 85px);
    padding: 20px 0 0 0;
    gap: 10px;
  }
  .stuff .grid li {
    width: 85px;
    height: 85px;
  }
}

.points h3 {
  color: #F08300;
  font-size: 3.6rem;
  text-align: center;
}

.points .grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: (150px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 150px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 30px 0 0 0;
}

.points .grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 150px;
  height: 150px;
  font-size: 2.0rem;
  color: #F08300;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: solid 3px #F08300;
}

.points__content {
  max-width: 700px;
  background-color: #F08300;
  padding: 30px;
  margin: 50px auto;
  border-radius: 20px;
  color: white;
  font-weight: bold;
}

.points__content--inside1 {
  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;
}

.points__content--inside1 div img {
  max-width: 295px;
}

.points__content--inside1 div p {
  max-width: 350px;
  margin-left: 15px;
}

.points__content--inside2 {
  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;
  margin-top: 10px;
}

.points__content--inside2 img {
  width: 45px;
}

.points__content--inside2 p {
  margin-left: 5px;
  font-size: 1.2rem;
}

.points__more--block {
  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;
}

.points__more--block div {
  padding: 15px;
  max-width: 450px;
}

.points__more--block div h4 {
  color: #F08300;
  font-size: 2.6rem;
  line-height: 3.5rem;
  margin-bottom: 10px;
}

.points__more--block div p {
  font-size: 1.8rem;
}

.points__more--block div img {
  max-width: 215px;
}

@media (max-width: 899px) {
  .points h3 {
    font-size: 2.0rem;
  }
  .points .grid {
    -ms-grid-columns: (130px)[2];
        grid-template-columns: repeat(2, 130px);
    gap: 10px;
    padding: 20px 0 0 0;
  }
  .points .grid li {
    width: 130px;
    height: 130px;
    font-size: 1.8rem;
  }
  .points__content--inside1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .points__content--inside1 div p {
    margin-left: 0;
    max-width: none;
  }
  .points__more--block div {
    padding: 10px 0;
  }
  .points__more--block div h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .points__more--block div p {
    font-size: 1.6rem;
  }
  .points__more .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 760px;
    margin: 0 auto;
  }
  .points__more .flex div {
    padding: 10px;
  }
}

.machine .grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: (180px)[3];
      grid-template-columns: repeat(3, 180px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 50px 0 0 0;
}

.machine .grid li {
  width: 180px;
  height: calc(180px - 60px);
  border-radius: 10px;
  border: solid 3px #0068B7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.machine .grid li div .p1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.machine .grid li div .p2 {
  font-size: 1.4rem;
}

.machine .grid li div .p3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0068B7;
  margin-top: 20px;
}

@media (max-width: 899px) {
  .machine .grid {
    -ms-grid-columns: (125px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 125px);
    padding: 20px 0 0 0;
    gap: 15px;
  }
  .machine .grid li {
    width: 125px;
    height: calc(125px - 30px);
    padding: 15px 0;
  }
  .machine .grid li div .p1 {
    font-size: 1.6rem;
  }
  .machine .grid li div .p2 {
    font-size: 1.2rem;
  }
  .machine .grid li div .p3 {
    font-size: 2.0rem;
  }
  .machine .grid li div .sneaker {
    font-size: 1.4rem;
  }
}

.price__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 0 0;
}

.price__inside div {
  width: 50%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.price__inside div img {
  max-width: 460px;
}

.price__inside table {
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.price__inside table th {
  border: solid 1px gray;
  background-color: #0068B7;
  color: white;
  font-weight: bold;
  padding: 5px;
}

.price__inside table td {
  border: solid 1px gray;
  padding: 5px;
}

.price__inside table tr:nth-child(odd) td {
  background-color: #e7f7ff;
}

.price__inside table td:first-child {
  background-color: white !important;
}

@media (max-width: 899px) {
  .price__inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0 0 0;
  }
  .price__inside div {
    padding: 0;
    margin: 30px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 0 0;
}

.about .flex .about__txt {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.about .flex .map {
  position: relative;
  width: 60%;
  height: 0;
  padding-top: 35%;
}

.about .flex .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 899px) {
  .about {
    margin-bottom: 60px;
  }
  .about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 0 0;
  }
  .about .flex .about__txt {
    width: 100%;
    margin-bottom: 25px;
  }
  .about .flex .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}

footer {
  background-color: #F08300;
  padding: 5px 0;
  text-align: center;
  color: white;
  font-weight: bold;
}

footer p {
  font-size: 1.2rem;
}

.goTop {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 35px;
  text-align: center;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F08300;
}

.goTop a {
  display: block;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 50px;
}

@media (max-width: 899px) {
  .goTop {
    right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */