@charset "UTF-8";
@font-face {
  font-family: HiraginoW3;
  src: url("https://only-co.cv/lp/common/font/hiraginoW3.otf");
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

#content {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", meiryo, "Osaka", sans-serif;
  font-weight: bold;
  color: #000;
  max-width: 1920px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.75px;
}

.text-center {
  text-align: center;
}

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

#content p {
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.75px;
  text-align: justify;
}

@media (min-width: 751px) {
  #content p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  #content p {
    font-size: 16px;
  }
}

a {
  color: #333;
  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: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.txt-font02 {
  font-family: mrs-eaves, serif;
}

.txt-font03 {
  font-family: ten-mincho-text, sans-serif;
  font-weight: 500;
}

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

.bg-color {
  background-color: #EFEFEE;
}

.gray {
  color: #4D4D4D;
}

.brown {
  color: #F2EBE0;
}

.red {
  color: #FF0000;
}

.text-center {
  text-align: center;
}

hr.line {
  border: none;
  height: 1px;
  display: block;
  background-color: #F2EBE0;
  padding: 0;
}

.floating {
  font-size: 14px;
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", meiryo, "Osaka", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 95%;
  z-index: 100;
  background-color: #576064;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
}

@media (min-width: 751px) {
  .floating {
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0;
    width: 800px;
    left: 0;
    right: 0;
  }
}

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

@media (min-width: 751px) {
  .video-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .video-container {
    width: 750px;
  }
}

.mv > div {
  display: block;
  width: 100%;
  position: relative;
}

.mv .mv-word {
  padding: 3vw 0 2vw;
  text-align: center;
  background-color: #000;
}

.mv .mv-word > img {
  width: 80%;
}

.mv .mv-logo {
  position: absolute;
  width: 85%;
  top: 12%;
  left: 6%;
}

@media (min-width: 751px) {
  .mv.sp {
    display: none;
  }
  .mv.pc {
    background: none;
    display: block;
    height: auto;
  }
  .mv.pc .mv-img {
    display: none;
  }
}

.present {
  display: block;
  padding: 2.667vw 0.667vw;
  width: 100%;
  -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;
  background-color: #F2EBE0;
}

.present .border {
  background-color: #F2EBE0;
  width: 98%;
  margin: 0 auto;
  border: 2px solid #000;
}

.present .present-img {
  width: 30%;
}

.present .present-word {
  width: 68%;
}

.present .present-word .sectlt {
  font-family: ten-mincho-text, sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.667vw;
}

@media (min-width: 751px) {
  .present .present-word .sectlt {
    line-height: 2;
  }
}

.present .present-word .button {
  /* 10 */
  font-size: 2.4vw;
  line-height: 2;
  letter-spacing: 1.5px;
  width: 90%;
  background-color: #000;
  color: #fff;
}

@media (min-width: 751px) {
  .present .present-word .button {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .present .present-word .button {
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .present .present-word .button {
    margin-top: 25px;
    padding: 10px 0;
    width: 60%;
  }
}

@media (min-width: 751px) {
  .present {
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
  .present .border {
    width: 100%;
  }
}

.sectlt {
  font-family: mrs-eaves, serif;
  /* 18 */
  font-size: 4.8vw;
  line-height: 1.7;
  letter-spacing: 1.5px;
  font-weight: 400;
}

@media (min-width: 751px) {
  .sectlt {
    font-size: 24px;
    letter-spacing: 2.5px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .sectlt {
    font-size: 22px;
  }
}

.subtlt {
  text-align: left;
  /* 14 */
  font-size: 3.733vw;
  line-height: 1.8;
  letter-spacing: 1.45px;
  font-weight: 500;
}

@media (min-width: 751px) {
  .subtlt {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
  }
}

.tlt {
  /* 16 */
  font-size: 4.267vw;
  line-height: 2;
  letter-spacing: 1.5px;
  font-weight: 500;
}

@media (min-width: 751px) {
  .tlt {
    font-size: 26px;
    letter-spacing: 3px;
  }
}

.word-p {
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.75px;
  text-align: justify;
}

@media (min-width: 751px) {
  .word-p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .word-p {
    font-size: 16px;
  }
}

.word-s {
  /* 10 */
  font-size: 2.4vw;
  line-height: 2;
  letter-spacing: 1.5px;
}

@media (min-width: 751px) {
  .word-s {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .word-s {
    font-size: 14px;
  }
}

.wrap {
  padding: 0 6.667vw;
}

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

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

.button {
  font-size: 10px;
  cursor: pointer;
  display: block;
  width: 68%;
  margin: 0 auto;
  text-align: center;
  padding: 3.5vw 0;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .button {
    width: 400px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 25px 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;
  }
}

.sec {
  overflow: hidden;
  width: 100%;
  padding: 20vw 0;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 751px) {
  .sec {
    padding: 120px 0;
  }
  .sec.w600 {
    max-width: 600px;
  }
}

.sec h3 {
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 600;
}

.sec h4 {
  letter-spacing: 2px;
}

@media (min-width: 751px) {
  .sec h4 {
    line-height: 1;
    letter-spacing: 3px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .sec h4 {
    font-size: 20px;
  }
}

/* .sec.sec01 {
  padding-bottom: 0;
} */

@media (min-width: 751px) {
  .sec.sec01 .words p {
    margin-top: 25px;
  }
  .sec.sec01 .button {
    margin-top: 25px;
  }
}

.sec.sec01 .sec01-logo {
  text-align: center;
}

.sec.sec01 .sec01-logo img {
  width: 40%;
}

@media (min-width: 751px) {
  .sec.sec01 .sec01-logo {
    margin-bottom: 120px;
  }
  .sec.sec01 .sec01-logo img {
    width: 20%;
  }
}

.sec.sec01 .intro {
  border-bottom: 1px solid #000;
}

.sec.sec01 .intro .subtlt {
  position: relative;
}

.sec.sec01 .intro .subtlt:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 70%;
  background-color: #000;
  height: 1px;
}

@media (min-width: 751px) {
  .sec.sec01 .intro .subtlt:after {
    width: 76%;
  }
}

@media (min-width: 751px) {
  .sec.sec01 .intro {
    margin-top: 50px;
  }
}

@media (min-width: 751px) {
  .sec.sec02 .tlt {
    margin-bottom: 50px;
  }
  .sec.sec02 .content img {
    margin-top: 50px;
  }
}

.sec.sec03 .content .images {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sec.sec03 .content .images > div {
  width: 49%;
}

.sec.sec03 .content .images > div .subtlt {
  font-family: ten-mincho-text, sans-serif;
  font-weight: 400;
  padding-bottom: 5px;
  text-align: center;
}

.sec.sec03 .content .words p {
  text-align: justify;
}

@media (min-width: 751px) {
  .sec.sec03 .point {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec.sec03 .point .subtlt {
    font-size: 25px;
  }
  .sec.sec03 .point .grayLine {
    margin: 50px 0;
  }
}

.sec.sec03 .point .block .subtlt {
  font-weight: 800;
}

.sec.sec03 .point .block .tlt {
  margin-bottom: 10px;
}

.sec.sec03 .point .black-block {
  background-color: #000;
  padding: 6.667vw;
}

@media (min-width: 751px) {
  .sec.sec03 .point .black-block {
    padding: 50px;
  }
}

@media (min-width: 751px) {
  .sec.sec03 .tlt {
    margin-bottom: 50px;
  }
  .sec.sec03 .words p {
    margin-bottom: 0;
  }
}

.sec.sec04 .wrap > .tlt:first-child {
  font-weight: 600;
}

.sec.sec04 .wrap .content .images {
  position: relative;
}

.sec.sec04 .wrap .content .images .icon {
  position: absolute;
  right: -4%;
  top: -15%;
  width: 25%;
}

.sec.sec04 .wrap .block {
  text-align: center;
}

.sec.sec04 .wrap .block img {
  width: 62%;
}

@media (min-width: 751px) {
  .sec.sec04 .wrap .content .tlt {
    margin-bottom: 25px;
  }
  .sec.sec04 .wrap .content .words p {
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}

.sec.sec05 .tlt {
  letter-spacing: 0.5px;
}

@media (min-width: 751px) {
  .sec.sec05 .tlt {
    margin-bottom: 50px;
  }
}

.content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .images {
  width: 100%;
}

.content .words {
  padding-top: 6.667vw;
}

.content .words p {
  text-align: justify;
}

.content .words p span {
  font-weight: bold;
}

@media (min-width: 751px) {
  .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .content.w600 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .content .images {
    width: 50%;
  }
  .content .words {
    margin-bottom: 0;
    padding-top: 0;
    width: 45%;
  }
  .content .words .price {
    padding-left: 15px;
    border-left: 2px solid #F2EBE0;
  }
  .content.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content.reverse .images {
    width: 40%;
  }
  .content.reverse .words {
    width: 55%;
  }
}

@media (min-width: 751px) {
  .sec01 .content .word {
    padding-top: 50px;
  }
}

.contact {
  background-color: #EFEFEE;
}

.contact .tlt {
  text-align: center;
}

@media (min-width: 751px) {
  .contact .tlt {
    margin-bottom: 50px;
  }
}

.contact a.button {
  margin: 0 auto;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.contact .tel {
  line-height: 1;
  display: block;
  padding-top: 0;
}

.contact .tel img {
  width: 40%;
}

.contact .mail {
  line-height: 1;
  padding: 0;
  text-align: center;
}

.contact .mail img {
  width: 53%;
}

.contact .logo {
  width: 60%;
}

@media (min-width: 751px) {
  .contact {
    padding-bottom: 120px;
  }
  .contact .wrap {
    max-width: 650px;
    text-align: center;
  }
  .contact .wrap .secTlt img {
    width: 50%;
  }
  .contact .wrap .ps {
    text-align: center;
    margin-bottom: 60px;
  }
  .contact .wrap .tel {
    text-align: center;
    margin-bottom: 60px;
  }
  .contact .wrap .mail {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .contact {
    padding-bottom: 60px;
  }
  .contact .wrap .ps {
    margin-bottom: 40px;
  }
}

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

@media (min-width: 751px) {
  .grayLine {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
  .grayLine.m-b-0 {
    margin-bottom: 0;
  }
}

.m-t-5 {
  margin-top: 1.667vw;
}

.m-b-5 {
  margin-bottom: 1.667vw;
}

.m-t-10 {
  margin-top: 2.667vw;
}

.m-b-10 {
  margin-bottom: 2.667vw;
}

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

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

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

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

.m-t-30 {
  margin-top: 8vw;
}

.m-b-30 {
  margin-bottom: 8vw;
}

.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: 751px) {
  .m-t-5 {
    margin-top: 10px;
  }
  .m-b-5 {
    margin-bottom: 10px;
  }
  .m-t-10 {
    margin-top: 20px;
  }
  .m-b-10 {
    margin-bottom: 20px;
  }
  .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-30 {
    margin-top: 60px;
  }
  .m-b-30 {
    margin-bottom: 60px;
  }
  .m-t-40 {
    margin-top: 100px;
  }
  .m-b-40 {
    margin-bottom: 100px;
  }
  .m-t-50 {
    margin-top: 120px;
  }
  .m-b-50 {
    margin-bottom: 120px;
  }
  .m-b-75 {
    margin-bottom: 150px;
  }
  .m-t-75 {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .m-t-5 {
    margin-top: 5px;
  }
  .m-b-5 {
    margin-bottom: 5px;
  }
  .m-t-10 {
    margin-top: 10px;
  }
  .m-b-10 {
    margin-bottom: 10px;
  }
  .m-t-20 {
    margin-top: 20px;
  }
  .m-b-20 {
    margin-bottom: 20px;
  }
  .m-t-25 {
    margin-top: 25px;
  }
  .m-b-25 {
    margin-bottom: 25px;
  }
  .m-t-30 {
    margin-top: 30px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .m-t-40 {
    margin-top: 40px;
  }
  .m-b-40 {
    margin-bottom: 40px;
  }
  .m-t-50 {
    margin-top: 50px;
  }
  .m-b-50 {
    margin-bottom: 50px;
  }
  .m-b-75 {
    margin-bottom: 75px;
  }
  .m-t-75 {
    margin-top: 75px;
  }
}
/*# sourceMappingURL=design_new.css.map */