@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;
}

@media (min-width: 769px) {
  #content {
    font-family: noto-sans-cjk-jp, sans-serif;
  }
}

html {
  font-size: 62.5%;
}

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

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

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

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

.pc {
  display: none;
}

.sp {
  display: block;
}

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

body #content{
  padding-top: 0;
}
@media (min-width: 769px) {
  body #content{
    padding-top: 0;
  }
}

.txt-font02 {
  font-family: ten-mincho-text, serif;
}

.txt-font03 {
  font-family: robot, noto-sans-cjk-jp, sans-serif;
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv {
  margin-top: 70px;
  background-color: #AFB7BB;
  background: url(../img/mvsp.jpg) no-repeat;
  background-size: 100%;
  position: relative;
  width: 100%;
  height: 136vw;
  padding: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv img:first-child {
  width: 80%;
  margin-left: 2vw;
}

@media (min-width: 769px) {
  .mv {
    max-width: 1920px;
    margin-top: 0;
    background: none;
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
  .mv img:first-child {
    width: 100%;
    margin: 0 auto;
    margin-left: 0vw;
  }
}

.mv_top.wrap {
  background-color: #F3F2F1;
  padding: 20vw 6.667vw;
}

.mv_top.wrap .sec_tlt {
  text-align: justify;
  font-family: ten-mincho-text, serif;
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  color: #000;
  letter-spacing: 0.5px;
}

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

.mv_top.wrap .movie img {
  width: 33%;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .mv_top.wrap {
    max-width: 1920px;
    padding: 150px 0;
  }
  .mv_top.wrap .sec_tlt {
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 1.5px;
  }
  .mv_top.wrap .sec_tlt br {
    display: none;
  }
  .mv_top.wrap .movie {
    max-width: 800px;
    padding-top: 140px;
    margin: 0 auto;
    text-align: center;
  }
  .mv_top.wrap .movie img {
    width: 215px;
  }
}

.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: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 5vw 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

.button.button02 {
  font-family: robot, noto-sans-cjk-jp, sans-serif;
  display: inline-block;
  font-size: 9px;
  background-color: #000;
  color: #fff;
  width: 25%;
  padding: 5px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  margin-left: 8px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

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

@media (min-width: 769px) {
  .button {
    font-family: robot, noto-sans-cjk-jp, sans-serif;
    width: 300px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 18px 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: robot, noto-sans-cjk-jp, sans-serif;
    width: 165px;
    margin-left: 0px;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 10px 0;
    font-weight: 600;
  }
  .button.button03 {
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    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: 24px;
    letter-spacing: 1px;
  }
}

.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: ten-mincho-text, serif;
    font-weight: bold;
    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: 20vw 0;
  position: relative;
}

.sec.sec02 .intro .tlt img {
  width: 58%;
}

.sec.sec03 .intro .tlt {
  margin-bottom: 50px;
}

.sec.sec03 .intro .subtlt {
  margin-bottom: 0;
}

.sec.sec03 .tlt img:first-child {
  width: 20%;
  vertical-align: baseline;
}

.sec .tlt {
  font-family: ten-mincho-text, serif;
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  letter-spacing: 0;
}

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

.sec .tlt img {
  vertical-align: middle;
}

.sec .intro .tlt {
  margin-bottom: 10.667vw;
}

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

.sec .intro .subtlt {
  font-family: ten-mincho-text, serif;
  /* 16 */
  font-size: 4vw;
  /* 28 */
  line-height: 1.8;
  letter-spacing: 0.75px;
}

@media (min-width: 769px) {
  .sec .intro .subtlt {
    font-size: 12px;
    line-height: 21px;
  }
}

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

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

.sec .intro p {
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 400;
}

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

.sec .buttonInfo {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

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

.sec .buttonInfo span {
  /* 10 */
  font-size: 2.667vw;
  /* 28 */
  line-height: 2.8;
  letter-spacing: 0.5px;
}

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

@media (min-width: 769px) {
  .sec .buttonInfo {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 4px;
  }
}

.sec .point .tlt img:first-child {
  width: 15%;
}

.sec .point .content .item .number img {
  width: 8%;
}

.sec .point .content .item .image img {
  width: 80%;
}

.sec .point .content .item .word {
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  text-align: justify;
}

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

.sec .point .content .item:nth-child(even) {
  text-align: right;
}

.sec .point .content .item:nth-child(even) .number {
  text-align: right;
}

.sec .point .content .item:nth-child(even) p {
  text-align: right;
}

@media (min-width: 769px) {
  .sec .point {
    max-width: 800px;
    margin: 0 auto;
  }
  .sec .point .tlt {
    padding-top: 150px;
    text-align: center;
  }
  .sec .point .tlt img:first-child {
    width: 90px;
    vertical-align: middle;
  }
  .sec .point .content {
    max-width: 650px;
    margin: 0 auto;
  }
  .sec .point .content .item .word {
    letter-spacing: 2px;
    font-weight: 500;
  }
  .sec .point .content .item .number img {
    width: 50px;
  }
  .sec .point .content .item .image img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .sec {
    padding: 150px 0;
  }
  .sec.sec02 .intro .tlt {
    text-align: center;
  }
  .sec.sec02 .intro .tlt img {
    width: 400px;
  }
  .sec.sec03 {
    padding-bottom: 100px;
  }
  .sec.sec03 .tlt img:first-child {
    width: 116px;
  }
  .sec.sec04 {
    padding-top: 100px;
    max-width: 650px;
  }
  .sec .tlt {
    text-align: center;
  }
  .sec .wrap {
    text-align: justify;
  }
  .sec .subtlt {
    text-align: center;
  }
  .sec .sec_tlt {
    margin: 0 auto;
    font-weight: 700;
    padding-bottom: 140px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.2px;
  }
  .sec .intro {
    max-width: 800px;
    margin: 0 auto;
  }
  .sec .intro p {
    letter-spacing: 1.2px;
  }
  .sec .intro .tlt {
    text-align: center;
    margin-bottom: 80px;
  }
  .sec .intro .tlt img {
    margin: 0 auto;
    width: 300px;
  }
  .sec .intro .subtlt {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  .sec .intro .image {
    margin-bottom: 40px;
  }
  .sec .intro .image p {
    font-family: robot, noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 2px;
  }
  .sec .intro .image img {
    width: auto;
    max-width: 800px;
  }
}

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

.sec .item-group .item {
  padding-bottom: 18vw;
  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 {
  width: 100%;
}

.sec .item-group .item .word p {
  margin-bottom: 8.667vw;
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  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: 1px;
    font-weight: 400;
  }
}

@media (min-width: 769px) {
  .sec .item-group {
    padding-top: 100px;
  }
  .sec .item-group .item {
    width: 1100px;
    margin: 0 0 0 0;
    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;
    padding-bottom: 100px;
  }
  .sec .item-group .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec .item-group .item .image {
    width: 500px;
    margin-bottom: 0px;
  }
  .sec .item-group .item .word {
    width: 500px;
  }
  .sec .item-group .item .word p {
    margin-bottom: 80px;
  }
}

@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%;
  }
}

.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;
  margin-bottom: 5.333vw;
}

.price .main span.shopping_item {
  width: 47%;
  /* 10 */
  font-size: 2.667vw;
  /* 28 */
  line-height: 2.8;
  letter-spacing: 0.5px;
  letter-spacing: 1px;
}

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

.price .main span.shopping_item span {
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  text-align: justify;
  font-size: 2.5vw;
  letter-spacing: 1px;
}

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

.price .main:last-child {
  margin-bottom: 0;
}

.price .sub {
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  text-align: justify;
  letter-spacing: 1.5px;
}

@media (min-width: 769px) {
  .price .sub {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1px;
    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: 50px;
  }
  .price .main span.shopping_item {
    width: 340px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .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: 24px;
    letter-spacing: 1px;
  }
}

.ttl p {
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  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: 1px;
    font-weight: 400;
  }
}

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

.grayLine {
  width: 100%;
}

.grayLine .line {
  width: 100%;
  background-color: #d4d4d4;
  height: 1px;
}

@media (min-width: 769px) {
  .grayLine {
    max-width: 800px;
    margin: 0 auto;
  }
}

.feature {
  padding: 18vw 0;
  text-align: center;
}

.feature h3 {
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.feature ul {
  text-align: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature ul li {
  width: 46%;
  border: 0;
  border: none;
}

.feature ul li img {
  -webkit-transition: .2s;
  transition: .2s;
}

.feature ul li img:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

.feature ul li .f_tlt {
  /* 10 */
  font-size: 2.667vw;
  /* 28 */
  line-height: 2.8;
  letter-spacing: 0.5px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  padding: 0 0 0px;
}

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

.feature ul li p {
  /* 10 */
  font-size: 2.667vw;
  /* 28 */
  line-height: 2.8;
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 2.5vw;
  color: #808080;
}

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

.feature .wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.feature .button {
  width: 66.7vw;
  display: block;
  margin: 6.667vw auto 0;
  cursor: pointer;
  text-align: center;
  font-size: 2.667vw;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 1.5px;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
  border: 1px solid #000;
  padding: 15px 0;
}

@media (min-width: 769px) {
  .feature {
    padding: 90px 0;
    margin: 0 auto;
    max-width: 650px;
  }
  .feature.recommemd {
    padding-bottom: 0;
  }
  .feature h3 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: bold;
    letter-spacing: 2.8px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .feature ul li {
    width: 48%;
  }
  .feature ul li p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .feature .button {
    font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
    text-align: center;
    width: 400px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #3C3C3C;
    color: #000;
    margin-top: 40px;
    padding: 29px 0;
  }
}

.m-t-20 {
  margin-top: 4.5vw;
}

.m-b-20 {
  margin-bottom: 4.5vw;
}

.m-t-25 {
  margin-top: 6.667vw;
}

.m-b-25 {
  margin-bottom: 6.667vw;
}

.m-t-40 {
  margin-top: 10.667vw;
}

.m-b-40 {
  margin-bottom: 10.667vw;
}

.m-t-50 {
  margin-top: 13.333vw;
}

.m-b-50 {
  margin-bottom: 13.333vw;
}

.m-t-75 {
  margin-top: 20vw;
}

.m-b-75 {
  margin-bottom: 20vw;
}

@media (min-width: 769px) {
  .m-t-20 {
    margin-top: 30px;
  }
  .m-b-20 {
    margin-bottom: 30px;
  }
  .m-t-25 {
    margin-top: 50px;
  }
  .m-b-25 {
    margin-bottom: 50px;
  }
  .m-t-40 {
    margin-top: 100px;
  }
  .m-b-40 {
    margin-bottom: 100px;
  }
  .m-t-50 {
    margin-top: 100px;
  }
  .m-b-50 {
    margin-bottom: 100px;
  }
  .m-b-75 {
    margin-bottom: 150px;
  }
  .m-t-75 {
    margin-top: 150px;
  }
}
/*# sourceMappingURL=design_new.css.map */

/* header修正 */
@media (min-width: 768px){
  .row > .footer__linkList02 {
    padding-left: 0;
  }
}