@font-face {
  font-family: 'Hiragino';
  src: url("https://only-co.cv/lp/common/font/hiraginoW3.otf") format("opentype"), local("Hiragino");
  font-weight: 300;
}

#content {
  font-size: 62.5%;
}

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

.remodal {
  padding: 0;
}

.remodal .remodal-wrapper {
  margin-top: 10px;
}

.remodal .remodal-close {
  right: 0;
  left: auto;
}

@media (min-width: 767px) {
  .remodal {
    max-width: 800px;
    padding: 0 25px;
    margin: 50px;
  }
}

#content {
  font-family: ten-mincho-text, serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: justify;
  font-weight: 500;
  font-weight: 300;
  font-family: ten-mincho-text, serif;
  color: #000;
  letter-spacing: 0.75px;
}

@media (min-width: 767px) {
  #content {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #content {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  #content {
    max-width: 1920px;
    font-size: 16px;
  }
}

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

#content p {
  font-family: ten-mincho-text, serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: justify;
  font-weight: 500;
}

@media (min-width: 767px) {
  #content p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #content p {
    font-size: 14px;
  }
}

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: 767px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.txt-font02 {
  font-family: ten-mincho-text, serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-family: "Helvetica", roboto, Noto Sans JP, sans-serif;
}

@media (min-width: 767px) {
  .txt-font02 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .txt-font02 {
    font-size: 14px;
  }
}

.txt-font02 .fontWeight {
  font-weight: 400;
}

.txt-font03 {
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  font-weight: 300;
}

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

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

.floating {
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  position: fixed;
  bottom: 10px;
  z-index: 100;
  text-align: center;
}

.floating a {
  -webkit-box-shadow: #64646f80 1px 1px 5px 1px;
          box-shadow: #64646f80 1px 1px 5px 1px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #535B5F;
  width: 95%;
  font-size: 14px;
  padding: 15px 0;
  display: block;
  color: #fff;
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
}

.floating a:hover {
  opacity: .8;
}

@media (min-width: 767px) {
  .floating a {
    width: 60%;
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.mv {
  width: 100%;
  left: 50%;
  top: 55%;
  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;
}

.mv .mv-content {
  position: relative;
}

.mv .mv-content .logo {
  z-index: 10;
  position: absolute;
  left: 29%;
  top: 42%;
  width: 42vw;
}

.mv .mv-content .logo.down {
  left: 40%;
  top: 5%;
  width: 17vw;
}

.mv .price {
  padding: 2.667vw 0;
  text-align: center;
  background-color: #F2EBE0;
}

.mv .price img {
  width: 90%;
}

img.sp {
  display: block;
}

img.pc {
  display: none;
}

@media (min-width: 767px) {
  img.sp {
    display: none !important;
  }
  img.pc {
    display: block !important;
  }
}

.sectlt {
  font-family: ten-mincho-text, serif;
  /* 16 */
  font-size: 4.267vw;
  line-height: 2;
  letter-spacing: 0.75px;
  font-weight: 400;
}

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

.subtlt {
  font-size: 3.7vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
}

@media (min-width: 767px) {
  .subtlt {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.mv_top {
  background-color: #F2EBE0;
  padding: 20vw 5.33vw;
}

.mv_top .mv_top_title {
  text-align: justify;
}

.mv_top p {
  text-align: justify;
  line-height: 2;
}

@media (min-width: 767px) {
  .mv_top {
    max-width: 1920px;
    padding: 120px 0;
    text-align: center;
  }
  .mv_top .mv_top_title {
    font-size: 22px;
    text-align: center;
  }
  .mv_top p {
    max-width: 1100px;
    margin: 0 auto;
  }
  .mv_top img {
    max-width: 800px;
  }
}

.wrap {
  padding: 0 5.33vw;
}

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

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .wrap {
    padding: 0 25px;
  }
}

.button {
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  font-size: 10px;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 2px 0;
  letter-spacing: 1px;
  border: 2px solid #000;
}

.button.s03 {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  border-color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 0;
}

@media (min-width: 767px) {
  .button {
    width: 165px;
    margin-left: 0px;
    margin-right: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 3px;
    padding: 12px 0;
    font-weight: 600;
  }
  .button:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .button.s03 {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .button {
    font-size: 12px;
  }
}

hr.line {
  margin: 0 auto;
  width: 100%;
  display: block;
  background-color: #4D4D4D;
  border-width: 0;
  height: 1px;
}

@media (min-width: 767px) {
  hr.line {
    max-width: 1100px;
  }
  hr.line.bottom {
    display: none;
  }
}

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

.sec .intro_word {
  margin-right: auto;
  margin-left: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 3;
  letter-spacing: 1.5px;
}

.sec.sec01 .block {
  margin-top: 50px;
}

.sec.sec01 .block .sectlt {
  margin-bottom: 50px;
}

.sec.sec02 {
  padding-bottom: 0;
}

.sec.bgcolor-2 {
  background-color: #F2EBE0;
}

.sec.sec03 .image {
  position: relative;
  display: block;
}

.sec.sec03 .image .banner {
  width: 50%;
  position: absolute;
  top: 20%;
  left: 25%;
}

@media (min-width: 767px) {
  .sec.sec03 .image .banner {
    top: 32%;
    width: 30%;
    left: 35%;
  }
}

.sec.sec03 .image .button {
  position: absolute;
  bottom: 10%;
  left: 25%;
}

@media (min-width: 767px) {
  .sec.sec03 .image .button {
    bottom: 20%;
  }
}

@media (min-width: 767px) {
  .sec {
    padding: 150px 0;
  }
  .sec .intro_word {
    margin-bottom: 150px;
    font-size: 24px;
  }
}

.block.s02 .content .image {
  text-align: center;
}

.block.s02 .content .image img {
  width: 50%;
}

@media (min-width: 767px) {
  .block.s02 .content > div {
    width: 50%;
  }
  .block.s02 .content > div.image {
    text-align: center;
    width: 50%;
    margin-bottom: 0;
  }
  .block.s02 .content > div.image img {
    width: 60%;
  }
}

.block .content .subtlt {
  letter-spacing: 1.5px;
}

@media (min-width: 767px) {
  .block .content {
    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;
  }
  .block .content > div {
    width: 45%;
  }
  .block .content > div.image {
    width: 50%;
  }
  .block .content.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.block .link {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.block .subContent .tlt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block .subContent .tlt p {
  font-family: ten-mincho-text, serif;
}

.block .subContent .tlt hr.line {
  margin-right: 0;
  margin-left: 0;
  width: 24%;
  background-color: #000;
}

.block .subContent .word {
  text-align: center;
}

.block .subContent .icon img {
  width: 33%;
}

.block .subContent .icon .word {
  width: 63%;
  /* 10 */
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}

@media (min-width: 767px) {
  .block .subContent .icon .word {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.block .subContent .button {
  padding: 10px 0;
  margin: 0 auto 7vw;
  width: 70%;
}

.block .subContent.s02 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.block .subContent.s02 .word {
  font-size: 3.7vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  font-family: ten-mincho-text, serif;
}

@media (min-width: 767px) {
  .block .subContent.s02 .word {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.block .subContent.s02 .button {
  margin: 0 auto 7vw;
}

@media (min-width: 767px) {
  .block .subContent.s02 .button {
    margin-bottom: 25px;
  }
}

@media (min-width: 767px) {
  .block .subContent {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .block .subContent .icon {
    padding: 0 10%;
  }
  .block .subContent .icon .word {
    font-size: 16px;
  }
  .block .subContent .icon img {
    width: 28%;
  }
  .block .subContent .button {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item > div {
  position: relative;
}

.item .word {
  font-family: ten-mincho-text, serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: justify;
  font-weight: 500;
  font-weight: 400;
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  line-height: 2;
}

@media (min-width: 767px) {
  .item .word {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .item .word {
    font-size: 14px;
  }
}

.item .word.bigger {
  font-size: 3.7vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  font-family: ten-mincho-text, serif;
  line-height: 2.2;
  letter-spacing: 1px;
}

@media (min-width: 767px) {
  .item .word.bigger {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

@media (min-width: 767px) {
  .item .word.bigger {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 767px) {
  .item .word {
    font-size: 16px;
  }
}

.item .brand img {
  width: 50%;
}

.item .brand.b2 img {
  width: 70%;
}

.item .brand.b3 img {
  width: 24%;
}

.item .brand.b4 img {
  width: 45%;
}

@media (min-width: 767px) {
  .item .brand img {
    width: 230px;
  }
  .item .brand.b2 img {
    width: 300px;
  }
  .item .brand.b3 img {
    width: 170px;
  }
  .item .brand.b4 img {
    width: 210px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .item .brand img {
    width: 80px;
  }
  .item .brand.b2 img {
    width: 80px;
  }
  .item .brand.b3 img {
    width: 80px;
  }
  .item .brand.b4 img {
    width: 80px;
  }
}

.item .point {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item .point > div {
  width: 46%;
}

.item .point > div .intro {
  line-height: 2;
  text-align: left;
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
}

@media (min-width: 767px) {
  .item .point {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .item .point > div {
    width: 31.5%;
    text-align: center;
    margin-bottom: 0px;
  }
  .item .point > div .intro {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  .item .point > div .intro br {
    display: none;
  }
  .item .point > div img {
    width: 90%;
  }
}

.item .price {
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  margin-top: 10vw;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item .price .name {
  display: block;
  width: 100%;
  margin-bottom: 2vw;
  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;
}

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

@media (min-width: 767px) {
  .item .price .name {
    margin-bottom: 5px;
  }
}

.item .price .name .shopping_item {
  width: 62%;
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media (min-width: 767px) {
  .item .price .name .shopping_item {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .item .price .name .shopping_item {
    font-size: 14px;
  }
}

.item .price .name .shopping_item span {
  /* 10 */
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 2.5vw;
  letter-spacing: 1.2px;
}

@media (min-width: 767px) {
  .item .price .name .shopping_item span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media (min-width: 767px) {
  .item .price .name .shopping_item {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .item .price .name .shopping_item {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.item .price .name .button {
  width: 28%;
  padding: 1px 0;
  font-weight: 600;
}

@media (min-width: 767px) {
  .item .price .name .button {
    width: 40%;
    padding: 5px 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .item .price .name .button {
    font-size: 12px;
    width: 45%;
  }
}

@media (min-width: 767px) {
  .item .price {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

@media (min-width: 767px) {
  .item {
    margin-top: 0px;
  }
  .item a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 767px) {
  .wrap-s {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

.jump .subContent p {
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  font-weight: 300;
}

.jump .subContent .title {
  font-family: YakuHanJP, "Hiragino", "HiraginoW3", "Hiragino Kaku Gothic ProN", Noto Sans JP, meiryo, "Osaka", sans-serif;
  width: 100%;
  font-size: 3.7vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .jump .subContent .title {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.jump .subContent .logo {
  width: 58%;
}

@media (min-width: 767px) {
  .jump .subContent .logo {
    width: 30%;
  }
}

.jump .subContent .word {
  font-size: 3.7vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  line-height: 2;
  text-align: center;
}

@media (min-width: 767px) {
  .jump .subContent .word {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.jump .subContent .word.word-bold {
  font-weight: 600;
}

@media (min-width: 767px) {
  .jump .subContent .word {
    font-size: 18px;
  }
}

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

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

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

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

.m-t-15 {
  margin-top: 4vw;
}

.m-b-15 {
  margin-bottom: 4vw;
}

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

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

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

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

.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-60 {
  margin-top: 16vw;
}

.m-b-60 {
  margin-bottom: 16vw;
}

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

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

.m-t-90 {
  margin-top: 24vw;
}

.m-b-90 {
  margin-bottom: 24vw;
}

@media (min-width: 767px) {
  .m-t-10 {
    margin-top: 10px;
  }
  .m-b-10 {
    margin-bottom: 10px;
  }
  .m-t-15 {
    margin-top: 15px;
  }
  .m-b-15 {
    margin-bottom: 15px;
  }
  .m-t-20 {
    margin-top: 20px;
  }
  .m-b-20 {
    margin-bottom: 20px;
  }
  .m-t-25 {
    margin-top: 50px;
  }
  .m-b-25 {
    margin-bottom: 50px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .m-t-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: 100px;
  }
  .m-t-75 {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=design_new.css.map */

/* @media (max-width: 767px) {
#content
{
padding-top: 18%;
}
} */