@charset "UTF-8";
html {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  color: #000;
  scroll-behavior: smooth;
}

#content {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  color: #000;
}

html {
  font-size: 62.5%;
}

#content {
  max-width: 1920px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.75px;
}

img {
  max-width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.mv {
  background-color: #F1F3F5;
  position: relative;
  width: 100%;
  padding: 12vw;
}

.mv img:first-child {
  margin-bottom: 5.33vw;
}

@media (min-width: 769px) {
  .mv {
    padding: 180px 0;
    text-align: center;
    margin: 0 auto;
  }
  .mv img {
    width: 750px;
    margin: 0 auto;
  }
}

.wrap {
  padding: 0 6.667vw;
}

@media (min-width: 769px) {
  .wrap {
    padding: 0 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .wrap {
    padding: 0 10px;
  }
}

.button {
  font-size: 2.667vw;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 62%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 2vw 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.button.button02 {
  display: inline-block;
  font-size: 9px;
  background-color: #000;
  color: #fff;
  width: 29%;
  padding: 5px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  margin-left: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}

.button.button03 {
  font-weight: bold;
  padding: 4vw 0;
  width: 54vw;
  letter-spacing: 2px;
}

@media (min-width: 769px) {
  .button {
    font-family: roboto, noto-sans-cjk-jp, sans-serif;
    width: 400px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    padding: 6px 0;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #000;
  }
  .button:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .button.button02 {
    font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
    width: 160px;
    margin-left: 70px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 10px 0;
    font-weight: 600;
  }
  .button.button03 {
    font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
    letter-spacing: 3px;
    font-weight: bold;
    width: 350px;
    padding: 17px 0;
  }
}

.line-decro {
  text-align: center;
  position: relative;
  margin-bottom: 15vw;
}

.line-decro p {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  display: inline-block;
  color: #231815;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 769px) {
  .line-decro p {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.line-decro p.active {
  background-color: #000;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.line-decro .line {
  width: 1px;
  height: 30px;
  margin: 0 auto;
  background: #000;
}

.line-decro .line::after {
  background: #000;
}

@media (min-width: 769px) {
  .line-decro {
    margin-bottom: 100px;
    max-width: 1100px;
  }
  .line-decro p {
    font-family: roboto, noto-sans-cjk-jp, sans-serif;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3.5px;
    margin-bottom: 25px;
  }
  .line-decro .line {
    width: 1px;
    height: 50px;
  }
}

.line span {
  margin: 0 auto;
  width: 90%;
  height: 1px;
  display: block;
  background-color: #AFB7BB;
}

@media (min-width: 769px) {
  .line span {
    max-width: 1100px;
  }
}

.blockBg:after {
  display: block;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #000;
  -webkit-transition: left 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: left 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.blockBg.active::after {
  left: 0 !important;
}

.sec {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 26.6vw 0;
  position: relative;
}

.sec.sec02 .intro .image {
  margin-bottom: 0;
}

.sec.sec02 .intro .image p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 600;
  color: #00A0E9;
  text-align: center;
  letter-spacing: 1.5px;
}

.sec.sec02 .item-group .item .image {
  margin-bottom: 6.667vw;
}

@media (min-width: 769px) {
  .sec.sec02 .intro .image {
    margin-bottom: 0;
  }
  .sec.sec02 .intro .image img {
    width: 400px;
  }
  .sec.sec02 .intro .image p {
    letter-spacing: 2px;
    font-weight: 500;
  }
  .sec.sec02 .intro .subtlt {
    margin-bottom: 80px;
  }
  .sec.sec02 .intro .tlt img {
    width: 495px;
  }
  .sec.sec02 .item-group .item .image {
    margin-bottom: 0;
  }
}

.sec .sec_tlt {
  padding-bottom: 20vw;
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
}

@media (min-width: 769px) {
  .sec .sec_tlt {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.sec .intro .tlt {
  margin-bottom: 7vw;
  text-align: center;
}

.sec .intro .tlt img {
  width: 84%;
}

.sec .intro .subtlt {
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 13.33vw;
  text-align: center;
}

@media (min-width: 769px) {
  .sec .intro .subtlt {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.sec .intro .image {
  text-align: center;
  margin-bottom: 7vw;
}

.sec .intro .image img {
  width: 70%;
}

.sec .intro .image p {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  font-family: noto-sans-cjk-jp, sans-serif;
  text-align: center;
  margin-top: 3.733vw;
  color: #0B308E;
  font-weight: 600;
}

@media (min-width: 769px) {
  .sec .intro .image p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.sec .item-group {
  padding-top: 20vw;
}

.sec .item-group .item {
  padding-bottom: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec .item-group .item:last-child {
  padding-bottom: 0;
}

.sec .item-group .item .image {
  margin-bottom: 6.667vw;
}

.sec .item-group .item .word p {
  margin-bottom: 10.667vw;
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  letter-spacing: 0.5px;
}

@media (min-width: 769px) {
  .sec .item-group .item .word p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

@media (min-width: 769px) {
  .sec .item-group {
    padding-top: 145px;
  }
  .sec .item-group .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
  }
  .sec .item-group .item .image {
    width: 500px;
    margin-bottom: 0;
  }
  .sec .item-group .item .word {
    width: 510px;
  }
  .sec .item-group .item .word p {
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .sec .item-group .item .image {
    width: 45%;
  }
  .sec .item-group .item .word {
    width: 45%;
  }
}

@media (min-width: 769px) {
  .sec {
    padding: 100px 0;
  }
  .sec .sec_tlt {
    font-weight: 700;
    padding-bottom: 140px;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 3px;
  }
  .sec.sec01 {
    padding-top: 150px;
  }
  .sec.sec01 .wrap {
    text-align: center;
  }
  .sec .intro .tlt {
    margin-bottom: 50px;
  }
  .sec .intro .tlt img {
    width: 550px;
  }
  .sec .intro .subtlt {
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
  .sec .intro .image {
    margin-bottom: 50px;
  }
  .sec .intro .image p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 2px;
  }
  .sec .intro .image img {
    width: 405px;
  }
}

.price .main {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 5.333vw;
}

@media (min-width: 769px) {
  .price .main {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.price .main span {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 2.6vw;
  letter-spacing: 1px;
}

@media (min-width: 769px) {
  .price .main span {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.price .sub {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  letter-spacing: 1.5px;
}

@media (min-width: 769px) {
  .price .sub {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.price .sub a {
  border-bottom: 1px solid #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.price .sub a:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 769px) {
  .price .main {
    text-align: left;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .price .sub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 3px;
  }
}

.ttl {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 13.333vw;
}

@media (min-width: 769px) {
  .ttl {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.ttl p {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 500;
  text-align: center;
  margin-top: 4vw;
}

@media (min-width: 769px) {
  .ttl p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

@media (min-width: 769px) {
  .ttl {
    margin-bottom: 100px;
  }
}

.sec03.staff .buy > p {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  margin-top: 6.667vw;
  margin-bottom: 6.667vw;
}

@media (min-width: 769px) {
  .sec03.staff .buy > p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.sec03.staff .buy .price .main {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .sec03.staff .buy .price .main {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.sec03.staff .more {
  margin-top: 24vw;
}

.sec03.staff .more p {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .sec03.staff .more p {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

@media (min-width: 769px) {
  .sec03.staff .ttl {
    font-family: roboto, noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 3.5px;
  }
  .sec03.staff .buy {
    width: 450px;
    margin: 0 auto;
  }
  .sec03.staff .buy > p {
    margin-top: 48px;
    margin-bottom: 0;
  }
  .sec03.staff .price {
    margin-top: 20px;
  }
  .sec03.staff .price .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec03.staff .price .main .button02 {
    margin-right: 0;
  }
  .sec03.staff .more {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .sec03.staff .more p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.sec.spec {
  background-color: #F7FAFA;
}

.sec.spec .content .image {
  margin-bottom: 6.667vw;
}

.sec.spec .content .word .ttl {
  margin-bottom: 6.667vw;
}

.sec.spec .content .word p {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  letter-spacing: 1.1px;
}

@media (min-width: 769px) {
  .sec.spec .content .word p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.sec.spec.linkbanner {
  background-color: #fff;
}

.sec.spec.linkbanner .ttl {
  margin-bottom: 6.667vw;
}

@media (min-width: 769px) {
  .sec.spec.linkbanner {
    padding-bottom: 120px;
  }
  .sec.spec.linkbanner .ttl {
    margin-bottom: 50px;
  }
  .sec.spec.linkbanner a {
    margin: 0 auto;
    display: block;
    max-width: 800px;
  }
  .sec.spec.linkbanner a:hover {
    opacity: .8;
  }
}

.sec.spec.spec02 {
  background-color: #fff;
}

.sec.spec.spec02 .ttl {
  margin-bottom: 6.667vw;
}

.sec.spec.spec02 .img-spec02-1 {
  margin-top: 6.667vw;
  margin-bottom: 0;
  width: 80%;
}

.sec.spec.spec03 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10vw;
}

.sec.spec.spec03 .content > div {
  width: 48%;
  margin-bottom: 6.667vw;
}

.sec.spec.spec03 .content > div p {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: bold;
}

@media (min-width: 769px) {
  .sec.spec.spec03 .content > div p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.sec.spec.spec03 .content > div .number {
  font-size: 4vw;
  font-weight: 800;
}

@media (min-width: 769px) {
  .sec.spec.spec03 .content > div .number {
    font-size: 28px;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .sec.spec .line-decro {
    margin: 0 auto 100px;
  }
  .sec.spec .ttl {
    margin-bottom: 40px;
  }
  .sec.spec .content .word .ttl {
    margin-bottom: 40px;
  }
  .sec.spec .content .word p {
    letter-spacing: 1.6px;
  }
  .sec.spec .content .image {
    margin: 0 auto 40px;
    width: 800px;
  }
  .sec.spec.spec02 .ttl {
    margin-bottom: 45px;
  }
  .sec.spec.spec02 .ttl p {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
  }
  .sec.spec.spec02 .img-spec02-1 {
    width: 520px;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .sec.spec.spec03 .content {
    margin: 0 auto;
    width: 670px;
    padding: 0 0;
  }
  .sec.spec.spec03 .content > div {
    width: 300px;
    margin-bottom: 50px;
  }
  .sec.spec.spec03 .content > div p {
    font-weight: bold;
  }
  .sec.spec.spec03 .button03 {
    margin-top: 40px;
  }
}

.sec.spec.shop {
  background-color: #fff;
}

.sec.spec.shop .content .image {
  display: block;
}

.sec.spec.shop .content .word p {
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  font-weight: 400;
  margin-bottom: 6.667vw;
}

@media (min-width: 769px) {
  .sec.spec.shop .content .word p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.sec.spec.shop .content .word a {
  display: block;
  margin-bottom: 6.667vw;
  text-align: center;
}

.sec.spec.shop .content .word a img {
  width: 50vw;
}

.sec.spec.shop .content .word a.mail {
  margin-bottom: 15vw;
}

.sec.spec.shop .content .word a.tel p {
  /* 10 */
  font-size: 2.667vw;
  /* 20 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .sec.spec.shop .content .word a.tel p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}

.sec.spec.shop .content .word a.logo {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .sec.spec.shop .content .image {
    width: 750px;
  }
  .sec.spec.shop .content .image:hover {
    opacity: .7;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .sec.spec.shop .content .word {
    width: 650px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .sec.spec.shop .content .word p {
    letter-spacing: 2.5px;
    text-align: center;
    margin-bottom: 45px;
  }
  .sec.spec.shop .content .word a {
    margin-bottom: 45px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .sec.spec.shop .content .word a img {
    width: 220px;
  }
  .sec.spec.shop .content .word a.mail {
    margin-bottom: 90px;
  }
  .sec.spec.shop .content .word a.tel p {
    letter-spacing: 2px;
    white-space: nowrap;
    margin-top: 20px;
    text-align: center;
  }
  .sec.spec.shop .content .word a.logo img {
    width: 350px;
  }
  .sec.spec.shop .content .word a:hover {
    opacity: .7;
    -webkit-transition: .2s;
    transition: .2s;
  }
}
/*# sourceMappingURL=design_new.css.map */