/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

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

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.bg-alph {
  background: rgba(255, 255, 255, 0.5);
}

.common-notes {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .common-notes {
    font-size: 2.6666666667vw;
  }
}

.btn-other {
  width: 550px;
  height: 70px;
  padding: 0 20px;
  margin: 40px auto 0;
  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;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(-45deg, #8c0033 10%, #73001a 90%);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-other:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn-other {
    font-size: 3.4666666667vw;
    width: 78.6666666667vw;
    height: 15.2vw;
    padding: 0 4vw;
    margin: 5.3333333333vw auto 0;
  }
}
.btn-other p {
  margin: 0 auto;
  letter-spacing: 0.08em;
  padding-left: 1em;
  text-align: center;
  line-height: 1.2;
}
.btn-other::after {
  width: 540px;
  height: 60px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: #fff 1px solid;
}
@media screen and (max-width: 767px) {
  .btn-other::after {
    width: 76.5333333333vw;
    height: 13.3333333333vw;
  }
}
.btn-other .btn-arrow {
  font-size: 0;
  width: 12px;
}
@media screen and (max-width: 767px) {
  .btn-other .btn-arrow {
    width: 2.6666666667vw;
  }
}

.btn-arrow-dawn .btn-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .pb64 {
    padding-bottom: 8.5333333333vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #101954;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  width: 100%;
  height: 80px;
  background: #f0f3ff;
  background: -webkit-gradient(linear, left top, right top, from(#f0f3ff), color-stop(30%, #ffffff), color-stop(50%, #ffffff), color-stop(70%, #ffffff), to(#f0f3ff));
  background: linear-gradient(to right, #f0f3ff 0%, #ffffff 30%, #ffffff 50%, #ffffff 70%, #f0f3ff 100%);
  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;
}
@media screen and (max-width: 767px) {
  header {
    height: 10.1333333333vw;
  }
}
header .logo {
  font-size: 0;
  width: 62px;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 7.3333333333vw;
  }
}

.mv {
  width: 100%;
  height: 720px;
  background: url(../img/mv_pc.jpg) center top/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 102.6666666667vw;
    background: url(../img/mv_sp.jpg) center top/100vw auto no-repeat;
  }
}
.mv h1 {
  font-size: 0;
}

.cta-area {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .cta-area {
    padding: 8.5333333333vw 0;
  }
}

.mv + .cta-area {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .mv + .cta-area {
    padding: 5.3333333333vw 0;
  }
}

.cta {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta {
    width: 89.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .cta-CTA-double-cream {
    width: 97.3333333333vw;
    padding-right: 4vw;
  }
}

.cta-btn {
  position: absolute;
  width: 419px;
  font-size: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    width: 79.2vw;
  }
}
.cta-btn:hover {
  opacity: 0.8;
}

.btn-beige {
  left: 68px;
  bottom: 32px;
}
@media screen and (max-width: 767px) {
  .btn-beige {
    left: 50%;
    bottom: 24vw;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.btn-ochre {
  left: 512px;
  bottom: 32px;
}
@media screen and (max-width: 767px) {
  .btn-ochre {
    left: 50%;
    bottom: 5.3333333333vw;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.btn-double {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  bottom: 32px;
  width: 530px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .btn-double {
    bottom: 5.3333333333vw;
    width: 79.2vw;
    height: 15.2vw;
  }
}

.cta-notes {
  width: 1000px;
  line-height: 1.5;
  padding-top: 24px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-notes {
    padding-top: 2.1333333333vw;
    padding-left: 1.0666666667vw;
    width: 89.3333333333vw;
    text-align: left;
  }
}

.cta-64off-txt {
  width: 805px;
  margin: 0 auto 24px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cta-64off-txt {
    width: 79.6vw;
    margin: 0 auto 3.2vw;
  }
}

.cta-try-txt {
  width: 346px;
  margin: 0 auto 24px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cta-try-txt {
    width: 57.0666666667vw;
    margin: 0 auto 3.2vw;
  }
}

.trouble-checklist {
  width: 100%;
  height: 563px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/trouble_checklist_bg_pc.jpg) center top/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .trouble-checklist {
    height: 89.3333333333vw;
    background: url(../img/trouble_checklist_bg_sp.jpg) center top/100vw auto no-repeat;
  }
}

.trouble-checklist-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .trouble-checklist-inner {
    width: 89.3333333333vw;
  }
}

.trouble-checklist-txt {
  width: 709px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .trouble-checklist-txt {
    width: 62vw;
    margin-top: 4vw;
  }
}

.trouble {
  padding: 100px 0 32px;
  background: url(../img/trouble_bg.png) center top -218px/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .trouble {
    padding: 13.3333333333vw 0 4.2666666667vw;
    background: url(../img/trouble_bg.png) center top/256vw auto no-repeat;
  }
}

.trouble-ttl {
  width: 490px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .trouble-ttl {
    width: 65.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.trouble-cont {
  width: 1228px;
  margin: 0 auto 360px;
}
@media screen and (max-width: 767px) {
  .trouble-cont {
    width: 93.0666666667vw;
    margin: 0 auto 32vw;
  }
}

.trouble-arrow {
  width: 628px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .trouble-arrow {
    width: 83.7333333333vw;
  }
}

.odelia-about {
  background: #f2fafe;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .odelia-about {
    padding-bottom: 13.3333333333vw;
  }
}

.odelia-about-ttl-wrap {
  width: 100%;
  height: 215px;
  margin-bottom: 100px;
  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;
  background: url(../img/bg_shiny.jpg) center top/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .odelia-about-ttl-wrap {
    margin-bottom: 13.3333333333vw;
    height: 45.3333333333vw;
    background: url(../img/bg_shiny.jpg) center top/cover no-repeat;
  }
}

.odelia-about-ttl {
  width: 938px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-ttl {
    width: 90vw;
  }
}

.odelia-about-sub-ttl {
  width: 820px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-sub-ttl {
    width: 72.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.about-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .about-box {
    padding-bottom: 8.5333333333vw;
    width: 89.3333333333vw;
  }
}

.odelia-about-cream {
  background: url(../img/bg_skyblue.jpg) center top/cover no-repeat;
}

.odelia-about-cf {
  padding-top: 64px;
  margin-bottom: 16px;
  background: url(../img/bg_beige.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .odelia-about-cf {
    padding-top: 8.5333333333vw;
    margin-bottom: 3.2vw;
  }
}

.odelia-about-cream-ttl-wrap {
  width: 100%;
  height: 186px;
  margin-bottom: 72px;
  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;
  background: url(../img/bg_deep.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .odelia-about-cream-ttl-wrap {
    margin-bottom: 9.6vw;
    height: 24.8vw;
    background: url(../img/bg_deep.jpg) center top/cover no-repeat;
  }
}

.odelia-about-cream-ttl {
  width: 627px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-cream-ttl {
    width: 78.6666666667vw;
  }
}

.odelia-about-cream-sub-ttl {
  width: 1019px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-cream-sub-ttl {
    width: 69.7333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.odelia-about-cream-cont {
  width: 1024px;
  padding-right: 16px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-cream-cont {
    width: 79.3333333333vw;
    padding-left: 1.2vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.odelia-about-cf-ttl {
  width: 683px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-cf-ttl {
    width: 82.2666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.odelia-about-cf-cont {
  width: 1034px;
  padding-left: 24px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about-cf-cont {
    width: 83.8666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.cream-about {
  background: url(../img/bg_aqua.jpg) center top/cover no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .cream-about {
    padding: 13.3333333333vw 0;
  }
}

.cream-about-box {
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cream-about-box {
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}

.cream-about02-box {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .cream-about02-box {
    padding: 8.5333333333vw 0;
  }
}

.cream-about-ttl-wrap {
  width: 100%;
  height: 186px;
  margin-bottom: 40px;
  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;
  background: url(../img/bg_deep.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .cream-about-ttl-wrap {
    margin-bottom: 5.3333333333vw;
    height: 33.4666666667vw;
    background: url(../img/bg_deep.jpg) center top/cover no-repeat;
  }
}

.cream-about-ttl {
  width: 1019px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cream-about-ttl {
    width: 69.7333333333vw;
  }
}

.cream-about02-ttl {
  width: 778px;
  margin: 0 auto 24px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cream-about02-ttl {
    width: 78.8vw;
    margin: 0 auto 3.2vw;
  }
}

.cream-about02-txt {
  width: 1016px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cream-about02-txt {
    width: 73.6vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.odelia-about02-cream-cont {
  width: 694px;
  padding-left: 123px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about02-cream-cont {
    width: 76.1333333333vw;
    padding-left: 0;
    margin: 0 0 0 auto;
  }
}

.odelia-notes {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .odelia-notes {
    font-size: 2.6666666667vw;
  }
}

.cream_about02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cream_about02-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
  }
}

.cream_about02-list-item {
  width: 508px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cream_about02-list-item {
    width: 91.7333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-left: -0.8vw;
  }
}
.cream_about02-list-item:last-child {
  margin-bottom: 0;
}

.neck {
  background: #101954;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .neck {
    padding: 13.3333333333vw 0;
  }
}

.neck-block {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .neck-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.3333333333vw;
  }
}

.neck-txt-box {
  width: 532px;
}
@media screen and (max-width: 767px) {
  .neck-txt-box {
    width: 89.3333333333vw;
    margin-bottom: 6.4vw;
  }
}

.neck-ttl {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .neck-ttl {
    width: 70.9333333333vw;
    margin: 0 auto;
  }
}

.neck-txt {
  color: #fff;
  font-size: 18px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .neck-txt {
    padding-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.neck-img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .neck-img {
    width: 89.3333333333vw;
  }
}

.specialcare {
  padding: 100px 0;
  background: url(../img/bg_shiny_white.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .specialcare {
    padding: 13.3333333333vw 0;
  }
}

.specialcare-ttl {
  width: 710px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .specialcare-ttl {
    width: 86.4vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.specialcare-img {
  width: 642px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .specialcare-img {
    width: 89.8666666667vw;
    margin: 0 auto 3.2vw;
  }
}

.specialcare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 64px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .specialcare-box {
    width: 100%;
    margin: 8.5333333333vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}

.specialcare-txt-box {
  width: 365px;
}
@media screen and (max-width: 767px) {
  .specialcare-txt-box {
    width: 85.6vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.specialcare-mov {
  width: 347px;
}

@media screen and (max-width: 767px) {
  .specialcare-mov {
    width: 78.4vw;
    height: 78.4vw;
    margin: 0 auto;
  }
}
.specialcare-mov iframe {
  width: 347px;
  height: 347px;
}

@media screen and (max-width: 767px) {
  .specialcare-mov iframe {
    width: 78.4vw !important;
    height: 78.4vw !important;
  }
}
.htu {
  background: #101954;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .htu {
    padding: 13.3333333333vw 0;
  }
}

.htu-inner {
  width: 1200px;
  padding: 80px 0 98px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .htu-inner {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0;
  }
}

.line-top-l {
  position: absolute;
  top: -20px;
  left: 38px;
  display: inline-block;
  width: 4px;
  height: 120px;
  background-color: #101954;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .line-top-l {
    width: 0.6666666667vw;
    height: 17.3333333333vw;
    top: -2.6666666667vw;
    left: 5.0666666667vw;
  }
}

.line-bottom-l {
  position: absolute;
  bottom: -20px;
  left: 38px;
  display: inline-block;
  width: 4px;
  height: 120px;
  background-color: #101954;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .line-bottom-l {
    width: 0.6666666667vw;
    height: 17.3333333333vw;
    bottom: -2.6666666667vw;
    left: 5.0666666667vw;
  }
}

.line-top-r {
  position: absolute;
  top: -20px;
  right: 38px;
  display: inline-block;
  width: 4px;
  height: 120px;
  background-color: #101954;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .line-top-r {
    width: 0.6666666667vw;
    height: 17.3333333333vw;
    top: -2.6666666667vw;
    right: 5.0666666667vw;
  }
}

.line-bottom-r {
  position: absolute;
  bottom: -20px;
  right: 38px;
  display: inline-block;
  width: 4px;
  height: 120px;
  background-color: #101954;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .line-bottom-r {
    width: 0.6666666667vw;
    height: 17.3333333333vw;
    bottom: -2.6666666667vw;
    right: 5.0666666667vw;
  }
}

.htu-ttl {
  width: 405px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .htu-ttl {
    width: 54vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.htu-txt {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .htu-txt {
    font-size: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.htu-top-img {
  width: 698px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .htu-top-img {
    width: 82.8vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.htu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .htu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.htu-list-item {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .htu-list-item {
    width: 100%;
  }
}
.htu-list-item img {
  width: 430px;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .htu-list-item img {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}
.htu-list-item:first-child {
  border-right: #333 solid 1px;
}
@media screen and (max-width: 767px) {
  .htu-list-item:first-child {
    border-right: none;
    margin-bottom: 8.5333333333vw;
  }
}
.htu-list-item:first-child img {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .htu-list-item:first-child img {
    width: 57.3333333333vw;
    margin: 0 auto;
  }
}

.voice-sns {
  background: #f5f5f5;
}

.voice-sns-inner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .voice-sns-inner {
    padding: 14vw 0;
  }
}
.voice-sns-ttl {
  width: 258px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .voice-sns-ttl {
    width: 34.4vw;
    margin: 0 auto 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .voice-sns-ttl .big {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-sns-ttl img {
    width: 53.3333333333vw;
  }
}
.p-voice__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .p-voice__sns-list {
    width: 880px;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .p-voice__sns-list {
    width: 100%;
    margin: 6vw auto 0;
  }
}
.p-voice__sns-list li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-voice__sns-list li {
    width: 215px;
    height: 215px;
  }
}
@media (max-width: 767px) {
  .p-voice__sns-list li {
    width: 33.8666666667vw;
    height: 33.8666666667vw;
    margin: 0 0.6666666667vw;
  }
}
.p-voice__list-slider .slick-arrow:before {
  content: "" !important;
  width: 3.4666666667vw !important;
  height: 6.1333333333vw !important;
  position: absolute;
  top: 0;
  left: 0;
}

.p-voice__list-slider .slick-next {
  right: -6.6666666667vw;
}

.p-voice__list-slider .slick-next:before {
  background: url(../img/voice_arrow@sp.png) !important;
  background-size: contain !important;
}

.p-voice__list-slider .slick-prev {
  left: -6.6666666667vw;
}

.p-voice__list-slider .slick-prev:before {
  background: url(../img/voice_arrow@sp.png) !important;
  background-size: contain !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-voice__sns-slider .slick-arrow:before {
  content: "" !important;
  width: 6.6666666667vw !important;
  height: 6.6666666667vw !important;
  position: absolute;
  top: 0;
  left: 0;
}

.p-voice__sns-slider .slick-next {
  right: 2.6666666667vw;
}

.p-voice__sns-slider .slick-next:before {
  background: url(../img/voice_sns_arrow@sp.png) !important;
  background-size: contain !important;
}

.p-voice__sns-slider .slick-prev {
  left: 1.3333333333vw;
  z-index: 2;
}

.p-voice__sns-slider .slick-prev:before {
  background: url(../img/voice_sns_arrow@sp.png) !important;
  background-size: contain !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cf-about {
  background: url(../img/bg_CF.jpg) center top/cover no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .cf-about {
    padding: 13.3333333333vw 0;
  }
}

.cream-about-box {
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cream-about-box {
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}

.cream-about02-box {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .cream-about02-box {
    padding: 8.5333333333vw 0;
  }
}

.cf-about-ttl-wrap {
  width: 100%;
  height: 186px;
  margin-bottom: 40px;
  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;
  background: url(../img/bg_deep.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .cf-about-ttl-wrap {
    margin-bottom: 5.3333333333vw;
    height: 25.3333333333vw;
    background: url(../img/bg_deep.jpg) center top/cover no-repeat;
  }
}

.cf-about-ttl {
  width: 683px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cf-about-ttl {
    width: 78.6666666667vw;
  }
}

.cf-about-box {
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cf-about-box {
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}

.cf-about02-box {
  padding-bottom: 24px;
  padding-top: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cf-about02-box {
    padding-bottom: 3.2vw;
    padding-top: 8.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.cf-about03-box {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cf-about03-box {
    padding: 10.6666666667vw 0;
  }
}

.cf-about02-ttl {
  width: 829px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cf-about02-ttl {
    width: 70.5333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.cf-about02-txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cf-about02-txt {
    font-size: 3.7333333333vw;
    padding: 3.2vw;
  }
}

.odelia-about02-cf-cont {
  width: 508px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .odelia-about02-cf-cont {
    width: 67.7333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.cf-about03-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 750px;
  margin: 0 auto 64px;
}
@media screen and (min-width: 768px) {
  .cf-about03-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .cf-about03-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 78.6666666667vw;
    margin: 0 auto 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .cf-about03-list-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cf-about03-list-item:last-child {
  margin: 0 auto;
}

.cf-about03-list-img {
  width: 347px;
}
@media screen and (max-width: 767px) {
  .cf-about03-list-img {
    width: 78.6666666667vw;
  }
}

.cf-about03-list-txt {
  width: 347px;
}
@media screen and (max-width: 767px) {
  .cf-about03-list-txt {
    width: 78.6666666667vw;
  }
}

.cf-about03-list-img iframe {
  width: 347px;
  height: 347px;
}
@media screen and (max-width: 767px) {
  .cf-about03-list-img iframe {
    width: 78.4vw !important;
    height: 78.4vw !important;
  }
}

.odelia_skincare_img {
  width: 100%;
  height: 918px;
  background: url(../img/odelia_skincare_img_pc.jpg) center top/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .odelia_skincare_img {
    height: 109.0666666667vw;
    background: url(../img/odelia_skincare_img_sp.jpg) center top/100% auto no-repeat;
  }
}