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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ============================
  basic
=============================*/
* {
  box-sizing: border-box;
}

body {
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  color: #313131;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.71;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
    max-width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    max-width: 100%;
    font-size: calc(26 / 750 * 100vw);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

main {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  main {
    min-width: 1200px;
    max-width: 100%;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  main {
    max-width: 100%;
    padding-bottom: calc(140 / 750 * 100vw);
  }
}

.container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 1200px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - (10px * 2));
  }
}

.clearfix * {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

@media (min-width: 768px) {
  .in-pc {
    display: inline;
  }
}

@media (max-width: 767px) {
  .in-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .in-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .in-sp {
    display: inline;
  }
}

.min {
  font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
  font-feature-settings: "palt";
}

.u-fs__32 {
  display: inline;
}

@media (min-width: 768px) {
  .u-fs__32 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .u-fs__32 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.u-fs__60 {
  display: inline;
}

@media (min-width: 768px) {
  .u-fs__60 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .u-fs__60 {
    font-size: calc(60 / 750 * 100vw);
  }
}

.u-fs__70 {
  display: inline;
}

@media (min-width: 768px) {
  .u-fs__70 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .u-fs__70 {
    font-size: calc(70 / 750 * 100vw);
  }
}

.u-fs__80 {
  display: inline;
}

@media (min-width: 768px) {
  .u-fs__80 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .u-fs__80 {
    font-size: calc(80 / 750 * 100vw);
  }
}

.u-fs__102 {
  display: inline;
}

@media (min-width: 768px) {
  .u-fs__102 {
    font-size: 102px;
  }
}

@media (max-width: 767px) {
  .u-fs__102 {
    font-size: calc(102 / 750 * 100vw);
  }
}

.u-sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.01em;
}

.txt-pink{
  color: #e94559;
}

.p-product__heading .small{
  font-size: 80%;
}

.maker-yellow{
  display: inline;
  background: linear-gradient(transparent 70%, #fff5a6 70%);
}

.bold{
  font-weight: 600;
}


/* ============================
  Header
=============================*/
.l-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-header {
    background: url(../img/header_bg.jpg) no-repeat center/cover;
  }
}

@media (max-width: 767px) {
  .l-header {
    background: url(../img/header_bg@sp.jpg) no-repeat center/cover;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -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) {
  .l-header__inner {
    width: 1200px;
    height: 80px;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .l-header__inner {
    width: 100%;
    height: calc(80 / 750 * 100vw);
  }
}

.l-header__logo {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .l-header__logo {
    width: 61px;
    height: 50px;
    background: url(../img/ODELIA_logo.png) no-repeat center/contain;
  }
}

@media (max-width: 767px) {
  .l-header__logo {
    width: calc(61 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background: url(../img/ODELIA_logo@sp.png) no-repeat center/contain;
  }
}

/* ============================
  main-visual
=============================*/
.p-mv {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #000000;
}

.p-mv__inner {
  position: relative;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-mv__inner {
    width: 100%;
    /*height: 750px;*/
    background-image: url(../img/mv_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    height: calc(1000 / 850 * 100vw);
    background-image: url(../img/mv_bg@sp.jpg);
  }
}

.p-mv__copy {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-mv__copy {
    top: 50%;
    transform: translate(0%, -50%);
    right: auto;
    left:calc(50% - 500px);
    width: 514px;
    height: 374px;
    background-image: url(../img/mv_copy.png);
  }
}

@media (max-width: 767px) {
  .p-mv__copy {
    top: calc(37/ 750 * 100vw);
    width: calc(621/ 750 * 100vw);
    height: calc(492 / 750 * 100vw);
    margin: auto;
    background-image: url(../img/mv_copy@sp.png);
  }
}

/* .p-mv__subcopy {
  position: absolute;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-mv__subcopy {
    top: 440px;
    left: 0;
    right: 0;
    width: 758px;
    height: 68px;
    background-image: url(../img/mv_subcopy.png);
  }
}

@media (max-width: 767px) {
  .p-mv__subcopy {
    top: calc(770 / 750 * 100vw);
    left: 0;
    right: 0;
    width: calc(757 / 750 * 100vw);
    height: calc(68 / 750 * 100vw);
    background-image: url(../img/mv_subcopy@sp.png);
  }
} */

.p-mv__point {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .p-mv__point {
    top: 520px;
    width: 500px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .p-mv__point {
    top: calc(850 / 750 * 100vw);
    width: calc(500 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.p-mv__point p[data-num="01"]::after {
  content: '';
  display: inline-block;
}

@media (min-width: 768px) {
  .p-mv__point p[data-num="01"]::after {
    width: 16px;
    height: 25px;
    margin: 0 10px;
    background: url(../img/mv_slash.png) no-repeat center/contain;
  }
}

@media (max-width: 767px) {
  .p-mv__point p[data-num="01"]::after {
    width: calc(16 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    margin: 0 calc(10 / 750 * 100vw);
    background: url(../img/mv_slash@sp.png) no-repeat center/contain;
  }
}

.p-mv__note {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-mv__note {
    bottom: 30px;
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-mv__note {
    bottom: calc(70 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    text-align: justify;
  }
}

/* ============================
  info
=============================*/
.c-info {
  display: block;
  background: #ffffff;
}

@media (min-width: 768px) {
  .c-info {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .c-info {
    padding: calc(25 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}

.cv-info__wrap{
  width: 880px;
  border: #af98b2 10px solid;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .cv-info__wrap{
    width: calc(710 / 750 * 100vw);
    border: #af98b2 calc(10 / 750 * 100vw) solid;
  }
}

.cv-info__ttl{
  background: #af98b2;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-feature-settings: "palt";
  font-family: 'Shippori Mincho', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .cv-info__ttl{
  font-size: calc(46 / 750 * 100vw);
  line-height: 1.3;
  height: auto;
  align-items: stretch;
  padding: calc(30 / 750 * 100vw) 0;
  margin-bottom: calc(30 / 750 * 100vw);
  }
}

.cv-info__ttl .white-seat{
  background: #fff;
  color: #101954;
  font-size: 24px;
  padding: 6px 12px 8px;
  line-height: 1;
  font-weight: bold;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .cv-info__ttl .white-seat{
  width: calc(130 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(25 / 750 * 100vw);
  }
  .cv-info__ttl__txt{
    width: calc(460 / 750 * 100vw);
    font-feature-settings: "palt";
    letter-spacing: -0.07em;
    white-space: nowrap;
  }
}

.c-info__wrap-product{
  width: 685px;
  margin: 0 auto 25px;
}

@media (max-width: 767px) {
.c-info__wrap-product{
  width: calc(638 / 750 * 100vw);
  margin: 0 auto calc(30 / 750 * 100vw);
}
}

.cv_btn{
  width: 724px;
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cv_btn{
  width: calc(634 / 750 * 100vw);
  }
}

.cv-info__wrap .notes{
  font-size: 12px;
  text-align: center;
  color: #101954;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .cv-info__wrap .notes{
    font-size: calc(22 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    text-align: left;
  }
}



/* ==========================================================
  Section
=====*/
.u-sec__ttl {
  position: relative;
  display: table;
  margin: auto;
  color: #2a2557;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width: 768px) {
  .u-sec__ttl {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .u-sec__ttl {
    font-size: calc(90 / 750 * 100vw);
  }
}

.u-sec__ttl .u-sup {
  font-size: 16%;
}

@media (min-width: 768px) {
  .u-sec__ttl .u-sup {
    margin-left: -10px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .u-sec__ttl .u-sup {
    margin-left: calc(-10 / 750 * 100vw);
    margin-right: calc(-15 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .u-sec__ttl.u-st__ul {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .u-sec__ttl.u-st__ul {
    padding-bottom: calc(50 / 750 * 100vw);
  }
}

.u-sec__ttl.u-st__ul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #2a2557;
}

@media (min-width: 768px) {
  .u-sec__ttl.u-st__ul::after {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .u-sec__ttl.u-st__ul::after {
    width: calc(120 / 750 * 100vw);
  }
}

.u-sec__ttl-min {
  position: relative;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .u-sec__ttl-min {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .u-sec__ttl-min {
    font-size: calc(40 / 750 * 100vw);
  }
}

/* ==========================================================
  about
=====*/
.p-about {
  display: block;
  margin: 0 auto;
}

.p-about__main {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-about__main {
    padding: 140px 0;
    background-image: url(../img/about_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-about__main {
    padding: 50px 0;
    background-image: url(../img/about_bg@sp.jpg);
  }
}

.p-about__block {
  display: block;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-about__block {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .p-about__block {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-about__block[data-num="02"] {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .p-about__block[data-num="02"] {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.p-about__block[data-num="02"] .p-about__block-txt {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .p-about__block[data-num="02"] .p-about__block-txt {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .p-about__block[data-num="02"] .p-about__block-txt {
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-about__block picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-about__block picture {
    width: 510px;
  }
}

@media (max-width: 767px) {
  .p-about__block picture {
    width: calc(510 / 750 * 100vw);
  }
}

.p-about__block-txt {
  color: #2a2557;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0;
}

@media (min-width: 768px) {
  .p-about__block-txt {
    margin-top: 40px;
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .p-about__block-txt {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

.p-about__block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -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-about__block-list {
    width: 750px;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .p-about__block-list {
    width: 100%;
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.p-about__block-list li {
  flex-shrink: 0;
  display: table;
  background: url(../img/about_list_bg.png) no-repeat center/contain;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-about__block-list li {
    width: 142px;
    height: 142px;
  }
}

@media (max-width: 767px) {
  .p-about__block-list li {
    width: calc(134 / 750 * 100vw);
    height: calc(134 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-about__block-list li:nth-child(n+6) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-about__block-list li:nth-child(n+6) {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.p-about__block-list li p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .p-about__block-list li p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .p-about__block-list li p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.p-about__block-list li p .u-sup {
  margin-right: -2em;
}

.p-about__block-note {
  margin: auto;
  color: #2a2557;
}

@media (min-width: 768px) {
  .p-about__block-note {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 767px) {
  .p-about__block-note {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    text-align: center;
  }
}

/* ==========================================================
  trouble
=====*/
.p-trouble {
  position: relative;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-trouble {
    padding: 140px 0 100px;
    background-image: url(../img/trouble_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-trouble {
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    background-repeat: repeat-y;
    background-image: url(../img/trouble_bg@sp.jpg);
  }
}

.p-trouble::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
}

@media (min-width: 768px) {
  .p-trouble::after {
    bottom: -60px;
    left: -60px;
    width: 470px;
    height: 549px;
    background-image: url(../img/trouble_img.png);
  }
}

@media (max-width: 767px) {
  .p-trouble::after {
    bottom: calc(-60 / 750 * 100vw);
    left: calc(-60 / 750 * 100vw);
    width: calc(470 / 750 * 100vw);
    height: calc(549 / 750 * 100vw);
    background-repeat: repeat-y;
    background-image: url(../img/trouble_img@sp.png);
  }
}

.p-trouble .trouble-ttl {
  position: relative;
}

.p-trouble .trouble-ttl::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-trouble .trouble-ttl::after {
    top: 0;
    left: 100%;
    width: 64px;
    height: 51px;
    background-image: url(../img/trouble_ttl_item.png);
  }
}

@media (max-width: 767px) {
  .p-trouble .trouble-ttl::after {
    top: calc(-30 / 750 * 100vw);
    right: calc(-35 / 750 * 100vw);
    width: calc(57 / 750 * 100vw);
    height: calc(57 / 750 * 100vw);
    background-image: url(../img/trouble_ttl_item@sp.png);
  }
}

.p-trouble__list {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .p-trouble__list {
    width: 840px;
    height: 570px;
    margin: 0 auto 0;
  }
}

@media (max-width: 767px) {
  .p-trouble__list {
    width: calc(710 / 750 * 100vw);
    height: calc(640 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}

.p-trouble__list li {
  position: absolute;
  display: table;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

@media (min-width: 768px) {
  .p-trouble__list li {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-trouble__list li {
    padding-top: calc(14 / 750 * 100vw);
  }
}

.p-trouble__list li:nth-child(1) {
  z-index: 2;
}

@media (min-width: 768px) {
  .p-trouble__list li:nth-child(1) {
    top: 230px;
    left: 18px;
    width: 275px;
    height: 214px;
    padding-left: 10px;
    background-image: url(../img/trouble_list_01.png);
  }
}

@media (max-width: 767px) {
  .p-trouble__list li:nth-child(1) {
    top: calc(270 / 750 * 100vw);
    left: 0;
    width: calc(275 / 750 * 100vw);
    height: calc(214 / 750 * 100vw);
    padding-left: calc(10 / 750 * 100vw);
    background-image: url(../img/trouble_list_01@sp.png);
  }
}

.p-trouble__list li:nth-child(1) p {
  transform: rotate(-15deg);
}

.p-trouble__list li:nth-child(2) {
  z-index: 1;
}

@media (min-width: 768px) {
  .p-trouble__list li:nth-child(2) {
    top: 54px;
    left: 132px;
    width: 278px;
    height: 223px;
    padding-left: 10px;
    background-image: url(../img/trouble_list_02.png);
  }
}

@media (max-width: 767px) {
  .p-trouble__list li:nth-child(2) {
    top: calc(45 / 750 * 100vw);
    left: calc(70 / 750 * 100vw);
    width: calc(278 / 750 * 100vw);
    height: calc(223 / 750 * 100vw);
    padding-left: calc(10 / 750 * 100vw);
    background-image: url(../img/trouble_list_02@sp.png);
  }
}

.p-trouble__list li:nth-child(2) p {
  transform: rotate(-8deg);
}

.p-trouble__list li:nth-child(3) {
  z-index: 1;
}

@media (min-width: 768px) {
  .p-trouble__list li:nth-child(3) {
    top: 60px;
    right: 112px;
    width: 278px;
    height: 223px;
    padding-right: 10px;
    background-image: url(../img/trouble_list_03.png);
  }
}

@media (max-width: 767px) {
  .p-trouble__list li:nth-child(3) {
    top: calc(50 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    width: calc(278 / 750 * 100vw);
    height: calc(223 / 750 * 100vw);
    padding-right: calc(10 / 750 * 100vw);
    background-image: url(../img/trouble_list_03@sp.png);
  }
}

.p-trouble__list li:nth-child(3) p {
  transform: rotate(8deg);
}

.p-trouble__list li:nth-child(4) {
  z-index: 2;
}

@media (min-width: 768px) {
  .p-trouble__list li:nth-child(4) {
    top: 226px;
    right: 2px;
    width: 275px;
    height: 214px;
    padding-right: 10px;
    background-image: url(../img/trouble_list_04.png);
  }
}

@media (max-width: 767px) {
  .p-trouble__list li:nth-child(4) {
    top: calc(270 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
    width: calc(275 / 750 * 100vw);
    height: calc(214 / 750 * 100vw);
    padding-right: calc(10 / 750 * 100vw);
    background-image: url(../img/trouble_list_04@sp.png);
  }
}

.p-trouble__list li:nth-child(4) p {
  transform: rotate(14deg);
}

.p-trouble__list li p {
  display: table-cell;
  vertical-align: middle;
  color: #2a2557;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .p-trouble__list li p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .p-trouble__list li p {
    font-size: calc(26 / 750 * 100vw);
  }
}

/* ==========================================================
  product
=====*/
.p-product {
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-product {
    /*padding-top: 10px;*/
  }
}

@media (max-width: 767px) {
  .p-product {
    /*padding-top: calc(90 / 750 * 100vw);*/
  }
}

.p-product .product-ttl {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-product .product-ttl {
    font-weight: 600;
    line-height: 1.52;
  }
}

.p-product .product-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-product .product-ttl::before {
    width: 455px;
    height: 30px;
    background-image: url(../img/product_ttl_line.png);
  }
}

@media (max-width: 767px) {
  .p-product .product-ttl::before {
    bottom: calc(-10 / 750 * 100vw);
    width: calc(455 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    background-image: url(../img/product_ttl_line@sp.png);
  }
}

.p-product__block {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  .p-product__block {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .p-product__block {
    padding: calc(5 / 750 * 100vw) 0;
  }
}

@media (min-width: 768px) {
  .p-product__block[data-num="01"] {
    margin-top: 70px;
    background-image: url(../img/product_01_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-product__block[data-num="01"] {
    margin-top: calc(70 / 750 * 100vw);
    background-image: url(../img/product_01_bg@sp.jpg);
  }
}

@media (min-width: 768px) {
  .p-product__block[data-num="02"] {
    /*background-image: url(../img/product_02_bg.jpg);*/
    background-color: #e2efff;
  }
}

@media (max-width: 767px) {
  .p-product__block[data-num="02"] {
    /*background-image: url(../img/product_02_bg@sp.jpg);*/
    background-color: #e2efff;
  }
}

.p-product__block .product-img {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-product__block .product-img {
    /*left: 30px;*/
    width: 1200px;
    /*margin-top: 60px;*/
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-product__block .product-img {
    /*left: calc(30 / 750 * 100vw);*/
    width: calc(517 / 550 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-product__heading {
  position: relative;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-product__heading.u-st__ul {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-product__heading.u-st__ul {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.p-product__heading.u-st__ul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-product__heading.u-st__ul::after {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .p-product__heading.u-st__ul::after {
    width: calc(120 / 750 * 100vw);
  }
}

.p-product__heading-cross {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  margin: auto;
}

@media (min-width: 768px) {
  .p-product__heading-cross {
    width: 760px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-cross {
    width: 100%;
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.p-product__heading-cross p {
  position: relative;
  flex-shrink: 0;
  background-color: #ffffff;
  border: solid 1px #2a2557;
  color: #2a2557;
}

@media (min-width: 768px) {
  .p-product__heading-cross p {
    width: 314px;
    height: 94px;
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-cross p {
    width: calc(290 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.p-product__heading-cross p[data-num="01"]::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-product__heading-cross p[data-num="01"]::after {
    width: 75px;
    height: 75px;
    right: -106px;
    background-image: url(../img/product_cross.png);
  }
}

@media (max-width: 767px) {
  .p-product__heading-cross p[data-num="01"]::after {
    width: calc(75 / 750 * 100vw);
    height: calc(75 / 750 * 100vw);
    right: calc(-106 / 750 * 100vw);
    background-image: url(../img/product_cross@sp.png);
  }
}

.p-product__heading-cross p .u-sup {
  top: 0.8em;
  font-size: 25%;
}

@media (min-width: 768px) {
  .p-product__heading-cross p .u-sup {
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-cross p .u-sup {
    margin-right: calc(-10 / 750 * 100vw);
  }
}

.p-product__heading-balloon {
  position: relative;
  display: block;
  margin: auto;
  background-color: #ffffff;
  color: #762f07;
  text-align: center;
}

@media (min-width: 768px) {
  .p-product__heading-balloon {
    width: 572px;
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-balloon {
    width: calc(582 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(62 / 750 * 100vw);
  }
}

.p-product__heading-balloon::after {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

@media (min-width: 768px) {
  .p-product__heading-balloon::after {
    border-width: 17.3px 10px 0 10px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-balloon::after {
    border-width: calc(17.3 / 750 * 100vw) calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.p-product__heading-ttl {
  color: #000;
  line-height: 1.14;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .p-product__heading-ttl {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-ttl {
    font-size: 9.0vmin;
  }
}

.p-product__heading-ttl-min {
  display: inline;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-product__heading-ttl-min {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .p-product__heading-ttl-min {
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-product__txt {
  display: block;
  margin: auto;
  text-align: justify;
}

@media (min-width: 768px) {
  .p-product__txt {
    width: 750px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-product__txt {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-product__txt.cnt {
  text-align: center;
}

.p-product__box {
  position: relative;
  margin: auto;
}

@media (min-width: 768px) {
  .p-product__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    width: 1000px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .p-product__box {
    display: block;
    width: 100%;
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-product__box li {
  flex-shrink: 0;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 2px #ecf1ff;
}

@media (min-width: 768px) {
  .p-product__box li {
    width: 490px;
    padding: 60px 40px 30px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .p-product__box li {
    width: 100%;
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-top: calc(100 / 750 * 100vw);
  }
}

.p-product__box-ttl {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #2a2557;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .p-product__box-ttl {
    top: -28px;
    width: 190px;
    height: 56px;
    line-height: 56px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-product__box-ttl {
    top: calc(-28 / 750 * 100vw);
    width: calc(210 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    padding: 0 calc(15 / 750 * 100vw);
    line-height: calc(56 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-product__box-ttl .u-sup {
  top: -0.8em;
}

@media (max-width: 767px) {
  .p-product__box-ttl .u-sup {
    font-size: 30%;
  }
}

.p-product__box picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-product__box picture {
    width: 379px;
  }
}

@media (max-width: 767px) {
  .p-product__box picture {
    width: calc(496 / 750 * 100vw);
  }
}

.p-product__box-txt {
  display: block;
  margin: auto;
  text-align: justify;
}

@media (min-width: 768px) {
  .p-product__box-txt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-product__box-txt {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.p-product__box-note {
  display: block;
  margin: auto;
  text-align: justify;
}

@media (min-width: 768px) {
  .p-product__box-note {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .p-product__box-note {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

/* ==========================================================
  point
=====*/
.p-point {
  display: block;
  margin: 0 auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-point {
    /*padding: 140px 0;*/
  }
}

@media (max-width: 767px) { 
  .p-point {
    padding: calc(0 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}

.p-point .u-sec__ttl {
  position: relative;
  display: block;
  color: #ffffff;
  z-index: 1;
  font-family: 'Noto Serif JP', serif;
}

.p-point .u-sec__ttl::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-point .u-sec__ttl::before {
    top: -80px;
    width: 874px;
    height: 276px;
    background-image: url(../img/point_ttl_en.png);
  }
}

@media (max-width: 767px) {
  .p-point .u-sec__ttl::before {
    top: calc(-80 / 750 * 100vw);
    width: calc(743 / 750 * 100vw);
    height: calc(235 / 750 * 100vw);
    background-image: url(../img/point_ttl_en@sp.png);
  }
}

.p-point__block {
  position: relative;
  display: block;
  margin: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-point__block {
    width: 1000px;
    margin-top: 40px;
    padding: 50px 10px 50px;
  }
}

@media (max-width: 767px) {
  .p-point__block {
    width: 100%;
    margin-top: calc(40 / 750 * 100vw);
    /*padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(70 / 750 * 100vw);*/
  }
}

@media (min-width: 768px) {
  .p-point__block[data-num="01"] {
    background-image: url(../img/point_block_01_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-point__block[data-num="01"] {
    background-image: url(../img/point_block_01_bg@sp.jpg);
  }
}

@media (min-width: 768px) {
  .p-point__block[data-num="02"] {
    background-image: url(../img/point_block_02_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-point__block[data-num="02"] {
    background-image: url(../img/point_block_02_bg@sp.jpg);
  }
}

@media (min-width: 768px) {
  .p-point__block[data-num="03"] {
    background-image: url(../img/point_block_03_bg.jpg);
  }
}

@media (max-width: 767px) {
  .p-point__block[data-num="03"] {
    background-image: url(../img/point_block_03_bg@sp.jpg);
  }
}

.p-point__block-num {
  display: block;
  margin: auto;
  color: #2a2557;
  text-align: center;
  font-family: 'Baskervville', serif;
}

@media (min-width: 768px) {
  .p-point__block-num {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-point__block-num {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-point__block-num span {
  display: inline;
  vertical-align: sub;
}

@media (min-width: 768px) {
  .p-point__block-num span {
    padding-left: 10px;
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .p-point__block-num span {
    font-size: calc(80 / 750 * 100vw);
  }
}

.p-point__block-num span[data-num="3"] {
  position: relative;
}

@media (min-width: 768px) {
  .p-point__block-num span[data-num="3"] {
    top: -10px;
  }
}

@media (max-width: 767px) {
  .p-point__block-num span[data-num="3"] {
    top: calc(-10 / 750 * 100vw);
  }
}

.p-point__block-ttl {
  text-align: center;
  color: #2a2557;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-point__block-ttl {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .p-point__block-ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.40;
  }
}

.p-point__block-graph {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__block-graph {
    width: 480px;
    height: 416px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph {
    width: calc(480 / 750 * 100vw);
    height: calc(416 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
}

.p-point__block-graph li {
  position: absolute;
  display: table;
  margin: auto;
  background-color: #7f7fc2;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .p-point__block-graph li {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph li {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }
}

.p-point__block-graph li:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
}

.p-point__block-graph li:nth-child(1)::before, .p-point__block-graph li:nth-child(1)::after {
  content: '';
  position: absolute;
  background-color: #7f7fc2;
  height: 4px;
}

@media (min-width: 768px) {
  .p-point__block-graph li:nth-child(1)::before, .p-point__block-graph li:nth-child(1)::after {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph li:nth-child(1)::before, .p-point__block-graph li:nth-child(1)::after {
    width: calc(160 / 750 * 100vw);
  }
}

.p-point__block-graph li:nth-child(1)::before {
  transform: rotate(-57.5deg);
}

@media (min-width: 768px) {
  .p-point__block-graph li:nth-child(1)::before {
    top: 200px;
    left: -80px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph li:nth-child(1)::before {
    top: calc(200 / 750 * 100vw);
    left: calc(-80 / 750 * 100vw);
  }
}

.p-point__block-graph li:nth-child(1)::after {
  transform: rotate(57.5deg);
}

@media (min-width: 768px) {
  .p-point__block-graph li:nth-child(1)::after {
    top: 200px;
    right: -80px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph li:nth-child(1)::after {
    top: calc(200 / 750 * 100vw);
    right: calc(-80 / 750 * 100vw);
  }
}

.p-point__block-graph li:nth-child(2) {
  bottom: 0;
  left: 0;
}

.p-point__block-graph li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: #7f7fc2;
  height: 4px;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__block-graph li:nth-child(2)::after {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph li:nth-child(2)::after {
    width: calc(160 / 750 * 100vw);
  }
}

.p-point__block-graph li:nth-child(3) {
  bottom: 0;
  right: 0;
}

.p-point__block-graph li p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .p-point__block-graph li p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .p-point__block-graph li p {
    margin-top: calc(26 / 750 * 100vw);
  }
}

.p-point__block-graph li p .u-sup {
  margin-right: -2em;
}

.p-point__block-midttl {
  text-align: center;
  color: #2a2557;
  font-weight: 500;
  line-height: 1.42;
}

@media (min-width: 768px) {
  .p-point__block-midttl {
    margin-top: 30px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-point__block-midttl {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(33 / 750 * 100vw);
    letter-spacing: -0.04em;
  }
}

@media (max-width: 767px) {
  .p-point__block-midttl .u-sup {
    font-size: 20%;
  }
}

.p-point__block-txt {
  display: block;
  margin: auto;
  text-align: justify;
}

@media (min-width: 768px) {
  .p-point__block-txt {
    width: 750px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-point__block-txt {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-point__block-note {
  display: block;
  margin: auto;
  padding-left: 2em;
  text-indent: -2em;
  text-align: justify;
}

@media (min-width: 768px) {
  .p-point__block-note {
    width: 750px;
    margin-top: 20px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .p-point__block-note {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-point__block-img {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__block-img {
    width: 519px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-point__block-img {
    width: calc(519 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-point__block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__block-list {
    width: 480px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-point__block-list {
    width: calc(480 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-point__block-list li {
  display: table;
  flex-shrink: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media (min-width: 768px) {
  .p-point__block-list li {
    width: 151px;
    height: 151px;
    background-image: url(../img/point_block_03_list.png);
  }
}

@media (max-width: 767px) {
  .p-point__block-list li {
    width: calc(151 / 750 * 100vw);
    height: calc(151 / 750 * 100vw);
    background-image: url(../img/point_block_03_list@sp.png);
  }
}

@media (min-width: 768px) {
  .p-point__block-list li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .p-point__block-list li:nth-child(n+4) {
    margin-top: calc(15 / 750 * 100vw);
  }
}

.p-point__block-list li p {
  display: table-cell;
  vertical-align: middle;
  color: #2a2557;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .p-point__block-list li p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .p-point__block-list li p {
    font-size: calc(22 / 750 * 100vw);
  }
}

/* ============================
  floating
=============================*/
.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  margin: auto;
  background-color: white;
  box-shadow: 0px -2px 10px -2px rgba(49, 49, 49, 0.15);
  opacity: 0;
  transition: all .6s ease;
  z-index: 9999;
}

.floating.show {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .floating.show {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .floating.show {
    height: calc(140 / 750 * 100vw);
  }
}

.floating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
}

.floating-wrap .c-info__btn {
  position: relative;
  display: block;
  margin: auto;
  background-color: #e94559;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 768px) {
  .floating-wrap .c-info__btn {
    width: 480px;
    height: 60px;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 60px;
    filter: drop-shadow(0px 6px 0px #7f2631);
    transition: .3s;
  }
}

@media (max-width: 767px) {
  .floating-wrap .c-info__btn {
    width: calc(630 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
    filter: drop-shadow(0px calc(6 / 750 * 100vw) 0px #7f2631);
  }
}

.floating-wrap .c-info__btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/info_btn_arrow.png);
}

@media (min-width: 768px) {
  .floating-wrap .c-info__btn::after {
    right: 20px;
    width: 13px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .floating-wrap .c-info__btn::after {
    right: calc(40 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .floating-wrap .c-info__btn:hover {
    transform: translateY(6px);
    filter: drop-shadow(0px 0px 0px #7f2631);
  }
}


/* ============================
  intro
=============================*/

.p-intro{
  padding: 20px 0;
  background: #ffffff;
}

@media (max-width: 767px) {
  .p-intro{
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.p-intro__arrow{
  width: 695px;
  margin: 0 auto 25px;
}

@media (max-width: 767px) {
  .p-intro__arrow{
    width: calc(695 / 750 * 100vw);
    margin: 0 auto calc(25 / 750 * 100vw);
  }
}


.p-intro__list{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 65px;
}

@media (max-width: 767px) {
  .p-intro__list{
    width: calc(630 / 750 * 100vw);
    flex-direction: column;
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}

.p-intro__list__item{
  width: 312px;
  height: 130px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  color: #101954;
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
  border-radius: 4px;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-intro__list__item{
    width: calc(630 / 750 * 100vw);
    height: auto;
    margin-bottom: calc(25 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) 0;
  }
}

.p-intro__list__item .em{
  color: #e94559;
  font-weight: bold;
}

.p-intro__initial{
  width: 880px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-intro__initial{
    width: calc(710 / 750 * 100vw);
  }
}


/* ============================
  voice
=============================*/

.p-voice{
  padding: 80px 0;
  background: #eef3fb;
}

@media (max-width: 767px) {
  .p-voice{
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.p-voice .p-product__heading{
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-voice .p-product__heading{
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-voice-box{
  width: 562px;
  padding: 40px 0px 40px;
  background: url(../img/voice_box_bg_top.jpg) top center / 562px auto no-repeat, url(../img/voice_box_bg_bottom.jpg) bottom center / 562px auto no-repeat, url(../img/voice_box_bg_center.jpg) top center / 562px auto repeat-y;
}

@media (max-width: 767px) {
  .p-voice-box{
    width: calc(750 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0;
    margin: 0 auto calc(40 / 750 * 100vw);
    background: url(../img/voice_box_bg_top@sp.jpg) top center / calc(750 / 750 * 100vw) auto no-repeat, url(../img/voice_box_bg_bottom@sp.jpg) bottom center / calc(750 / 750 * 100vw) auto no-repeat, url(../img/voice_box_bg_center@sp.jpg) top center / calc(750 / 750 * 100vw) auto repeat-y;
  }
}
.p-voice-bigbox{
  width: 1144px;
  background: url(../img/voice_bigbox_bg_top.jpg) top center / 1144px auto no-repeat, url(../img/voice_bigbox_bg_bottom.jpg) bottom center / 1144px auto no-repeat, url(../img/voice_bigbox_bg_center.jpg) top center / 1144px auto repeat-y;
  padding: 60px 0px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .p-voice-bigbox{
    width: calc(750 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0;
    margin: 0 auto calc(40 / 750 * 100vw);
    background: url(../img/voice_box_bg_top@sp.jpg) top center / calc(750 / 750 * 100vw) auto no-repeat, url(../img/voice_box_bg_bottom@sp.jpg) bottom center / calc(750 / 750 * 100vw) auto no-repeat, url(../img/voice_box_bg_center@sp.jpg) top center / calc(750 / 750 * 100vw) auto repeat-y;
  }
}

.voice-ttl {
  font-size: 26px;
  color: #e94559;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 28px 20px;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-voice-bigbox .voice-ttl{
  width: 994px;
  margin: 0 auto 40px;
  font-size: 0;
}

@media (max-width: 767px) {
  .voice-ttl{
    font-size: calc(44 / 750 * 100vw);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-voice-bigbox .voice-ttl{
    width: calc(532 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}

.p-voice-fx-wrap{
  width: 1144px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-voice-fx-wrap{
    width: 100%;
    flex-direction: column;
  }
}

.p-voice-flbox{
  width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .p-voice-flbox{
    width:calc(630 / 750 * 100vw);
    flex-direction: column;
  }
}
@media (min-width: 768px) {
.p-voice-bigbox .p-voice-flbox{
  width: 1000px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
}

.p-voice-box-txt-box{
  width: 460px;
  position: relative;
}

.p-voice-bigbox .p-voice-box-txt-box{
  width: 740px;
  position: relative;
}

@media (max-width: 767px) {
  .p-voice-box-txt-box{
    width:calc(630 / 750 * 100vw);
  }

  .p-voice-bigbox .p-voice-box-txt-box{
    width:calc(630 / 750 * 100vw);
  }
}

.p-voice-box-img-box{
  width: 460px;
  font-size: 0;
  margin-bottom: 20px;
}

.p-voice-bigbox .p-voice-box-img-box{
  width: 236px;
  font-size: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-voice-box-img-box,
  .p-voice-bigbox .p-voice-box-img-box{
    width:calc(630 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-voice-box-txt{
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 25px;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .p-voice-box-txt{
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7;
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.p-voice-box-txt-box .notes{
  font-size: 12px;
}

@media (max-width: 767px) {
  .p-voice-box-txt-box .notes{
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-voice-box-txt-box .p-voice-box-txt:last-child{
  padding-bottom: 0;
}

.p-voice-box-txt .exclamation,
.p-voice-box-txt .shine{
  height: 17px;
  margin: 0 0.2em 0.2em;
}

@media (max-width: 767px) {
.p-voice-box-txt .exclamation,
.p-voice-box-txt .shine{
  height: calc(30 / 750 * 100vw);
  margin: 0 0.2em 0.2em;
}
}


.user-name-box{
  width: 100%;
  font-family: 'Shippori Mincho', serif;
  text-align: right;
  color: #101954;
  margin-top: 20px;
  background: linear-gradient(to bottom, #fff 49%, #101954 49%, #101954 52%, #FFF 52%);
}

@media (max-width: 767px) {

  .user-name-box{
    margin-top: calc(55 / 750 * 100vw);
    background: linear-gradient(to bottom, #fff 48%, #101954 48%, #101954 53%, #FFF 53%);
  }
}

.user-name-txt{
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  padding-left: 0.5em;
  line-height: 1;
}

@media (max-width: 767px) {
  .user-name-txt{
    font-size: calc(26 / 750 * 100vw);
  }
}

.p-voice-box-absolute-img{
  width: 307px;
  position: absolute;
  top: 392px;
  right: -70px;
}

@media (max-width: 767px) {
  .p-voice-box-absolute-img{
    width: calc(276 / 750 * 100vw);
    position: absolute;
    top: auto;
    bottom: calc(255 / 750 * 100vw);
    right: calc(6 / 750 * 100vw);
  }
}


/* ============================
  teikibin-price
=============================*/

.p-teikibin-price{
  padding: 80px 0;
  background: #101954;
}

@media (max-width: 767px) {
  .p-teikibin-price{
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.p-teikibin-price-ttl{
  width: 821px;
  margin: 0 auto 55px;
}

@media (max-width: 767px) {
  .p-teikibin-price-ttl{
    width: calc(663 / 750 * 100vw);
    margin: 0 auto calc(70 / 750 * 100vw);
  }
}

.p-teikibin-price-box{
  width: 1000px;
  margin: 0 auto;
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 65px 62px;
}

@media (max-width: 767px) {
  .p-teikibin-price-box{
    width: calc(710 / 750 * 100vw);
    padding: calc(62 / 750 * 100vw) calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}

.p-teikibin-price-txt{
  font-size: 0;
}

@media (max-width: 767px) {
  .p-teikibin-price-txt{
    margin-bottom: calc(26 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.p-teikibin-price-graph{
  font-size: 0;
}

@media (max-width: 767px) {
  .p-teikibin-price-graph{
    width:calc(630 / 750 * 100vw);
  }
}



/* ============================
  resolution
=============================*/

.p-resolution{
  padding: 80px 0;
  background: #ebf1ff;
}

@media (max-width: 767px) {
  .p-resolution{
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.p-resolution-ttl{
  width: 670px;
  margin: 0 auto 50px;
  font-size: 0;
}

@media (max-width: 767px) {
  .p-resolution-ttl{
    width: calc(670 / 750 * 100vw);
    margin: 0 auto calc(55 / 750 * 100vw);
  }
}

.p-resolution-sub-ttl{
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  color: #101954;
  font-size:  40px;
  font-weight: 600;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 40px;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .p-resolution-sub-ttl{
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-resolution-list{
  width: 950px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-resolution-list{
    width: calc(710 / 750 * 100vw);
    margin: 0 auto calc(20 / 750 * 100vw);
  }
}

.p-resolution-list-item{
  width: 290px;
}

@media (max-width: 767px) {
  .p-resolution-list-item{
    width: calc(220 / 750 * 100vw);
  }
}

.p-resolution-notes{
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .p-resolution-notes{
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.p-resolution-box{
  width: 1000px;
  margin: 0 auto 64px;
  background: #fff;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .p-resolution-box{
    width: calc(710 / 750 * 100vw);
    padding: calc(64 / 750 * 100vw) 0;
    margin: 0 auto calc(64 / 750 * 100vw);
  }
}

.p-resolution-box-ttl{
  font-size: 60px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  color: #101954;
  margin-bottom: 40px;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-resolution-box-ttl{
    font-size: calc(60 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-resolution-box-ttl p{
  border-bottom: 1px solid #101954;
  display: inline-block;
  line-height: 1.4;
}

.p-resolution-box-sub-ttl{
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  color: #101954;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-resolution-box-sub-ttl{
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(36 / 750 * 100vw);
  }
}

.p-resolution-flow{
  width: 682px;
  margin: 0 auto 36px;
}
@media (max-width: 767px) {
  .p-resolution-flow{
    width: calc(682 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}

.p-resolution-flow-txt{
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  color: #101954;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-resolution-flow-txt{
  font-size: calc(24 / 750 * 100vw);
  }
}


#CDT {
width: 100%;
text-align: center;
font-size: 33px;
font-weight: bold;
color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;}
#CDT01 {
width: 100%;
text-align: center;
font-size: 49px;
font-weight: bold;
color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
}

.ttl {
color: #ffffff;
font-size: 28px;
font-weight: 600;
text-align: center;
margin: 0;
line-height: 1.5;
}

.timer {
    background: #facbd6;
    padding: 5px;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
    line-height: 1.5;
    font-weight: 600;
}

a.sample11 {
  position:relative;
  z-index:2;
  overflow:hidden
}
a.sample11::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#fff;
  transition:.3s
}
a.sample11:hover {
  color:#555
}
a.sample11:hover::after {
  width:130px;
  height:130px;
  margin:-65px 0 0 -65px
}


#YMK-module {
  margin: 0 auto;
  width: 360px;
}
@media screen and (max-width: 767px) {
  #YMK-module {
    width: 100%;
  }
}

.YMK-list {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .YMK-list {
    width: 100%;
  }
}

.YMK-list button {
  width: 100%;
  background: #ff3079;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 70px;
}

.YMK-list button:nth-child(2n) {
  border-left: #fff 1px solid;
}