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

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

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

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

html {
  font-size: 62.5%;
}

body {
  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;
}

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

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

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  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: noto-sans-cjk-jp, serif;
}

.txt-font03 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

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

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

.gray {
  color: #4D4D4D;
}

.brown {
  color: #885A24;
}

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

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

.floating {
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.83;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 800;
  display: block;
  position: fixed;
  bottom: 10px;
  left: 24%;
  width: 50%;
  z-index: 100;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
}

@media (min-width: 751px) {
  .floating {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}

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

.mv {
  background-image: url(../img/mvsp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 167vw;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-evenly;
}

.mv .mv-img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.mv .mv-img:nth-child(1) img {
  width: 30%;
}

.mv .mv-img:nth-child(2) img {
  width: 68%;
}

.mv .mv-img:nth-child(3) img {
  width: 77%;
}

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

.mv-word {
  padding: 16vw 0;
}

.mv-word .mv-content {
  letter-spacing: 1.25px;
}

.mv-word .brown {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.mv-word .saleTime {
  text-align: center;
}

.mv-word .saleTime .time {
  width: 70%;
}

.mv-word .saleTime p {
  letter-spacing: 1px;
}

.mv-word .saleInfo {
  text-align: center;
}

.mv-word .saleInfo .andIcon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8px;
}

.mv-word .saleInfo .online {
  width: 50%;
}

@media (min-width: 751px) {
  .mv-word {
    padding: 120px 0;
  }
  .mv-word .brown {
    width: 8%;
  }
  .mv-word .discount {
    text-align: center;
  }
  .mv-word .discount img {
    width: 50%;
  }
  .mv-word .saleTime .time {
    width: 30%;
  }
  .mv-word .saleInfo .web-name {
    width: 50%;
  }
  .mv-word .saleInfo .andIcon {
    width: 2%;
  }
  .mv-word .saleInfo .online {
    width: 30%;
  }
}

@media only screen and (min-width: 752px) and (max-width: 1100px) {
  .mv-word {
    padding: 60px 0;
  }
}

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

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

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

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

@media (min-width: 751px) {
  .word-p {
    font-size: 20px;
    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.45vw;
  line-height: 2;
  letter-spacing: 1.5px;
}

@media (min-width: 751px) {
  .word-s {
    font-size: 18px;
    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;
  }
}

.btn {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 68%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  background-color: transparent;
  padding: 3.5vw 0;
  border: 1px solid #000;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .btn {
    width: 400px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 25px 0;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #000;
  }
  .btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

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

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

.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 .content .column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec .content .column .images {
  width: 100%;
}

.sec .content .column .images.tags {
  position: relative;
}

.sec .content .column .images.tags .tag_obj {
  width: 23%;
  position: absolute;
  top: -6.5%;
  right: 0;
}

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

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

.sec .content .column .words .option {
  letter-spacing: 0.5px;
}

.sec .content .column .words .price {
  padding-left: 2.667vw;
  border-left: 1px solid #885A24;
}

.sec .content .column .words .price .word-s {
  line-height: 1;
}

.sec .content .column .words .price .sectlt {
  line-height: 1.2;
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
}

@media (min-width: 751px) {
  .sec .content .column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sec .content .column .images {
    width: 55%;
  }
  .sec .content .column .words {
    padding-top: 0;
    width: 40%;
  }
  .sec .content .column .words .price {
    padding-left: 15px;
    border-left: 2px solid #885A24;
  }
  .sec .content .column.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec .content .column.reverse .images {
    width: 40%;
  }
  .sec .content .column.reverse .words {
    width: 55%;
  }
}

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

.contact {
  background-color: #F3EEE7;
}

.contact .secTlt img {
  width: 38%;
}

.contact .tlt {
  text-align: left;
  line-height: 2;
}

.contact a.btn {
  margin: 0 auto;
  display: block;
}

.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;
  border-bottom: 1px solid #000;
}

.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: #d4d4d4;
}

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

.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 */