@charset "UTF-8";
@import url("https://use.typekit.net/bst5jiq.css");
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  background: #fff;
  color: #000;
  /* font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-family: "hiragino-mincho-pron", serif;
  font-style: normal;
  font-feature-settings: "palt";
}
main img {
  width: 100%;
  height: auto;
}
main h1,
main h4,
main p,
main dl,
main dd {
  margin: 0;
}
.breadcrumb {
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  main .inner_wrap {
    width: 90%;
  }
  .sec_heading strong {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.22em;
    font-weight: bold;
    color: #4A5689;
    display: block;
    font-family: "classico-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  .sec_heading h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.22em;
    font-weight: bold;
    text-align: center;
  }
  .sec_heading strong + h2 {
    margin-top: 13px;
  }
  .sec_heading p {
    margin-top: 26px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.22em;
    text-align: left;
  }
}

@media screen and (max-width: 399px) {
  .sec_heading strong {
    font-size: 5vw;
  }
  .sec_heading h2 {
    font-size: 5.5vw;
  }
  .sec_heading p {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  main .inner_wrap {
    max-width: 1166px;
  }
  .sec_heading {
    text-align: center;
  }
  .sec_heading strong {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.22em;
    font-weight: bold;
    color: #4A5689;
    display: block;
    font-family: "classico-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .sec_heading h2 {
    font-size: 38px;
    line-height: 1.73;
    letter-spacing: 0.22em;
    font-weight: normal;
  }
  .sec_heading strong + h2 {
    margin-top: 24px;
  }
  .sec_heading p {
    margin-top: 32px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.22em;
  }
  .movie_modal_open {
    transition: all .3s;
    cursor: pointer;
  }
  .movie_modal_open:hover {
    opacity: .8;
  }
}

/* -----------------------------------------------
cv_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .cv_wrap {
    padding: 37px 0 38px;
    background-image: url(../img/ultrafinebubble_lp/cv_bg_sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cv_wrap .con_wrap {
    padding: 23px 0 28px;
    width: 100%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 30px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    margin: 0 auto;
    text-align: center;
  }
  .cv_wrap h2 {
    font-size: 1.8rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .cv_wrap p {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .cv_wrap a {
    width: 88.88%;
    height: 58px;
    border-radius: 14px;
    margin: 21px auto 0;
    background-color: #CC3333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .cv_wrap a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%) rotate(45deg);
  }
  .cv_wrap a span {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .cv_wrap .btn_fx a.to_detail {
    background-color: transparent;
    border: 1px solid #993333;
    margin-top: 12px;
  }
  .cv_wrap .btn_fx a.to_detail span {
    color: #993333;
  }
  .cv_wrap a.to_detail::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #993333;
    border-right: 1px solid #993333;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 399px) {
  .cv_wrap h2 {
    font-size: 4.5vw;
  }
  .cv_wrap p {
    font-size: 3.5vw;
  }
  .cv_wrap a span {
    font-size: 4vw;
  }
  .cv_wrap .btn_fx {
    margin-top: 17px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .cv_wrap .btn_fx a {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .cv_wrap {
    padding: 100px 0;
    background-image: url(../img/ultrafinebubble_lp/cv_bg_pc.jpg);
    background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 529px; */
  }
  .cv_wrap .con_wrap {
    padding: 50px 0 60px;
    width: 100%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 30px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    margin: 0 auto;
    text-align: center;
  }
  .cv_wrap h2 {
    font-size: 26px;
    line-height: 1.76;
    letter-spacing: 0.2em;
  }
  .cv_wrap p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .cv_wrap a {
    width: 460px;
    height: 64px;
    border-radius: 14px;
    margin: 26px auto 0;
    background-color: #CC3333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .cv_wrap a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
  }
  .cv_wrap a span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .cv_wrap .btn_fx {
    margin-top: 17px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cv_wrap .btn_fx a {
    width: 400px;
    height: 70px;
    margin: 0;
  }
  .cv_wrap .btn_fx a + a {
    margin-left: 1.85%;
  }
  .cv_wrap .btn_fx a.to_detail {
    background-color: transparent;
    border: 1px solid #993333;
  }
  .cv_wrap .btn_fx a.to_detail span {
    color: #993333;
  }
  .cv_wrap a.to_detail::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #993333;
    border-right: 1px solid #993333;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .cv_wrap .btn_fx a {
    width: 37.03%;
  }
  .cv_wrap .btn_fx a span {
    font-size: 1.5vw;
  }
}

/* -----------------------------------------------
mv
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .mv_wrap {
    padding: 24px 0 0;
    background-image: url(../img/ultrafinebubble_lp/mv_bg_sp.png);
    background-size: 100% auto;
    background-position: center 122px;
    background-repeat: no-repeat;
  }
  .mv_fx .text {
    text-align: center;
  }
  .mv_fx .text h1 {
    margin-top: 20px;
  }
  .mv_fx .text strong {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.26em;
    font-weight: normal;
  }
  .mv_fx .text .product_name {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.26em;
    color: #999999;
    display: block;
  }
  .mv_fx .text .logo {
    /* margin: 4px auto 0; */
    margin: 1.2% auto 0;
    width: 82.77%;
    display: block;
  }
  .mv_fx .movie_wrap {
    margin-top: 37px;
    /* padding-top: 48px; */
    padding-top: 15%;
    position: relative
  }
  .mv_fx .movie_wrap::before {
    content: '';
    width: 72.22%;
    padding-top: 10.47%;
    /* aspect-ratio: 1/0.145; */
    background-image: url(../img/ultrafinebubble_lp/sb_01.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_fx .movie_thumb {
    box-shadow: 0 0 30px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .mv_fx .movie_thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv_fx .img {
    margin: 35px auto 0;
    width: 62%;
  }
}

@media screen and (max-width: 399px) {
  .mv_fx .text strong {
    font-size: 4.5vw;
  }
  .mv_fx .text .product_name {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    padding: 68px 0 0;
    background-image: url(../img/ultrafinebubble_lp/mv_bg_pc.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mv_wrap .inner_wrap {
    max-width: 1366px;;
  }
  .mv_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .mv_fx .text {
    width: 43.75%;
    margin-right: 5.2%;
    margin-left: 2.4%;
    text-align: center;
  }
  .mv_fx .text h1 {
    margin-top: 30px;
  }
  .mv_fx .text strong {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.26em;
    font-weight: normal;
  }
  .mv_fx .text .product_name {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.26em;
    color: #999999;
    display: block;
  }
  .mv_fx .text .logo {
    margin-top: 16px;
    display: block;
  }
  .mv_fx .movie_wrap {
    margin-top: 47px;
    padding-top: 60px;
    width: 92.85%;
    margin: 47px auto 0;
    position: relative
  }
  .mv_fx .movie_wrap::before {
    content: '';
    width: 63.46%;
    padding-top: 9.2%;
    /* aspect-ratio: 1/0.145; */
    background-image: url(../img/ultrafinebubble_lp/sb_01.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_fx .movie_thumb {
    box-shadow: 0 0 30px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .mv_fx .movie_thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv_fx .img {
    width: 40.78%;
  }
}

/* -----------------------------------------------
lead_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .lead_wrap {
    margin-top: 48px;
  }
  .lead_wrap h2 {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
  }
  .lead_wrap p {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .lead_wrap .att_text {
    margin-top: 27px;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 399px) {
  .lead_wrap h2 {
    font-size: 5vw;
  }
  .lead_wrap p {
    font-size: 3.5vw;
  }
  .lead_wrap .att_text {
    font-size: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .lead_wrap {
    margin-top: 60px;
    text-align: center;
  }
  .lead_wrap .inner_wrap {
    position: relative;
  }
  .lead_wrap .inner_wrap::before {
    content: '';
    width: 160px;
    height: 130px;
    background-image: url(../img/ultrafinebubble_lp/bubble_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -18px;
    right: -250px;
    mix-blend-mode: multiply;
  }
  .lead_wrap h2 {
    font-size: 38px;
    line-height: 1.73;
    letter-spacing: 0.2em;
    font-weight: normal;
  }
  .lead_wrap p {
    margin-top: 50px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .lead_wrap .att_text {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    display: block;
  }
}

/* -----------------------------------------------
effects_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .effects_wrap {
    margin-top: 73px;
    padding: 82px 0 69px;
    position: relative;
    z-index: 0;
    background: #d7dce1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7dce1 0%, #bac6d9 51%, #d7dce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dce1', endColorstr='#d7dce1',GradientType=0 ); /* IE6-9 */
  }
  .effects_wrap:before {
    content: '';
    width: 100%;
    height: 888px;
    background-image: url(../img/ultrafinebubble_lp/effects_bg_sp.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .effects_wrap .con_wrap {
    margin-top: 30px;
    position: relative;
  }
  .effects_wrap .con_wrap::before {
    content: '';
    width: 110px;
    height: 134px;
    background-image: url(../img/ultrafinebubble_lp/bubble_02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -42px;
    right: 0;
    mix-blend-mode: multiply;
  }
  .effects_wrap .con_item_wrap + .con_item_wrap {
    margin-top: 57px;
  }
  .effects_wrap .con_item_wrap:nth-child(2) {
    position: relative;
  }
  .effects_wrap .con_item_wrap:nth-child(2)::before {
    content: '';
    width: 90px;
    height: 182px;
    background-image: url(../img/ultrafinebubble_lp/bubble_03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    right: 10px;
    mix-blend-mode: multiply;
  }
  .effects_wrap .con_item_wrap:nth-child(3) {
    position: relative;
  }
  .effects_wrap .con_item_wrap:nth-child(3)::before {
    content: '';
    width: 100px;
    height: 178px;
    background-image: url(../img/ultrafinebubble_lp/bubble_04.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -44px;
    right: 0;
    mix-blend-mode: multiply;
  }
  .effects_wrap .con_fx .img {
    box-shadow: 0 0 30px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 30px;
  }
  .effects_wrap .con_fx .text .num_wrap {
    color: #4A5680;
  }
  .effects_wrap .con_fx .text .num_text {
    padding-left: 40px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #4A5680;
  }
  .effects_wrap .con_fx .text .num_text:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #4A5680;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .effects_wrap .con_fx .text .num {
    font-size: 3.2rem;
    letter-spacing: 0;
    font-weight: bold;
    display: inline-block;
  }
  .effects_wrap .con_fx .text h3 {
    margin-top: 6px;
    font-size: 1.8rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  .effects_wrap .con_fx .text p {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .effects_wrap .note {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .effects_wrap .note_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .effects_wrap .note_fx dt {
    margin-right: 0.5em;
  }
  .effects_wrap .note_fx dd {
    flex: 1;
  }
  .effects_wrap .movie_modal_open {
    margin-top: 20px;
    width: 360px;
    max-width: 100%;
    height: 42px;
    border-radius: 14px;
    background-color: #D0801E;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .effects_wrap .movie_modal_open span {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.26em;
    color: #fff;
    padding-right: 28px;
    position: relative;
  }
  .effects_wrap .movie_modal_open span::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .effects_wrap .movie_modal_open span::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #d0801e;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .effects_wrap .att_text {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 399px) {
  .effects_wrap .con_fx .text .num_text {
    font-size: 4vw;
  }
  .effects_wrap .con_fx .text .num {
    font-size: 8vw;
  }
  .effects_wrap .con_fx .text h3 {
    font-size: 4.5vw;
  }
  .effects_wrap .con_fx .text p {
    font-size: 3.5vw;
  }
  .effects_wrap .note {
    font-size: 2.5vw;
  }
  .effects_wrap .movie_modal_open span {
    font-size: 4vw;
  }
  .effects_wrap .att_text {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .effects_wrap {
    padding: 271px 0 110px;
    position: relative;
    z-index: 0;
    background: #d7dce1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7dce1 0%, #bac6d9 51%, #d7dce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dce1', endColorstr='#d7dce1',GradientType=0 ); /* IE6-9 */
    
  }
  .effects_wrap:before {
    content: '';
    width: 100%;
    height: 888px;
    background-image: url(../img/ultrafinebubble_lp/effects_bg_pc.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .effects_wrap .con_wrap {
    margin-top: 91px;
    position: relative;
  }
  .effects_wrap .con_wrap::before {
    content: '';
    width: 280px;
    height: 342px;
    background-image: url(../img/ultrafinebubble_lp/bubble_02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -213px;
    right: -350px;
    mix-blend-mode: multiply;
  }
  .effects_wrap .con_item_wrap + .con_item_wrap {
    margin-top: 154px;
  }
  .effects_wrap .con_item_wrap:nth-child(2) {
    position: relative;
  }
  .effects_wrap .con_item_wrap:nth-child(2)::before {
    content: '';
    width: 200px;
    height: 404px;
    background-image: url(../img/ultrafinebubble_lp/bubble_03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -118px;
    left: -320px;
    mix-blend-mode: multiply;
  }
  .effects_wrap .con_item_wrap:nth-child(3) {
    position: relative;
  }
  .effects_wrap .con_item_wrap:nth-child(3)::before {
    content: '';
    width: 258px;
    height: 500px;
    background-image: url(../img/ultrafinebubble_lp/bubble_04.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -164px;
    right: -320px;
    mix-blend-mode: multiply;
  }
  .effects_wrap .con_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .effects_wrap .con_item_wrap:nth-child(odd) .con_fx {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .effects_wrap .con_fx .img {
    width: 47.22%;
    box-shadow: 0 0 30px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    overflow: hidden;
  }
  .effects_wrap .con_fx .text {
    width: 47.22%;
    /* margin-bottom: 52px; */
  }
  .effects_wrap .con_fx .text .num_wrap {
    color: #4A5680;
  }
  .effects_wrap .con_fx .text .num_text {
    padding-left: 60px;
    position: relative;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #4A5680;
  }
  .effects_wrap .con_fx .text .num_text:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #4A5680;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .effects_wrap .con_fx .text .num {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: bold;
    display: inline-block;
  }
  .effects_wrap .con_fx .text h3 {
    margin-top: 14px;
    font-size: 26px;
    line-height: 1.76;
    letter-spacing: 0.2em;
    font-weight: normal;
  }
  .effects_wrap .con_fx .text p {
    margin-top: 38px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .effects_wrap .note {
    margin-top: 34px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .effects_wrap .note_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .effects_wrap .note_fx dt {
    margin-right: 0.5em;
  }
  .effects_wrap .note_fx dd {
    flex: 1;
  }
  .effects_wrap .movie_modal_open {
    margin-top: 30px;
    width: 340px;
    height: 50px;
    border-radius: 14px;
    background-color: #D0801E;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .effects_wrap .movie_modal_open span {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.26em;
    color: #fff;
    padding-right: 34px;
    position: relative;
  }
  .effects_wrap .movie_modal_open span::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .effects_wrap .movie_modal_open span::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #d0801e;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
  }
  .effects_wrap .att_text {
    margin-top: 86px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .about_wrap {
    padding: 57px 0 75px;
  }
  .about_wrap .con_fx {
    margin: 39px auto 0;
    width: 88.88%;
  }
  .about_wrap .fx_item + .fx_item {
    margin-top: 50px;
  }
  .about_wrap .fx_item h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .about_wrap .fx_item .img {
    margin-top: 10px;
    border-radius: 14px;
    overflow: hidden;
  }
  .about_wrap .fx_item dl {
    margin-top: 18px;
  }
  .about_wrap .fx_item dt {
    width: 100%;
    min-height: 28px;
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    background-color: #E2EAF1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .about_wrap .fx_item dd {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .abt_wrap {
    margin-top: 50px;
    padding: 28px 8.33% 22px;
    box-shadow: 0 0 20px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
  }
  .abt_wrap .img {
    width: 43.33%;
    max-width: 130px;
    margin: 0 auto;
  }
  .abt_wrap .text {
    margin-top: 15px;
  }
  .abt_wrap .text p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 399px) {
  .about_wrap .fx_item h3 {
    font-size: 4.5vw;
  }
  .about_wrap .fx_item dt {
    font-size: 3.5vw;
  }
  .about_wrap .fx_item dd {
    font-size: 3.5vw;
  }
  .abt_wrap .text p {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .about_wrap {
    padding: 117px 0 125px;
  }
  .about_wrap .inner_wrap {
    position: relative;
  }
  .about_wrap .inner_wrap:before {
    content: '';
    width: 260px;
    height: 316px;
    background-image: url(../img/ultrafinebubble_lp/bubble_05.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -34px;
    right: -300px;
    mix-blend-mode: multiply;
  }
  .about_wrap .con_fx {
    margin-top: 87px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .about_wrap .fx_item {
    width: 29.62%;
  }
  .about_wrap .fx_item h3 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .about_wrap .fx_item .img {
    margin-top: 16px;
    border-radius: 14px;
    overflow: hidden;
  }
  .about_wrap .fx_item dl {
    margin-top: 39px;
  }
  .about_wrap .fx_item dt {
    width: 100%;
    min-height: 34px;
    padding: 5px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    background-color: #E2EAF1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .about_wrap .fx_item dd {
    margin-top: 33px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .abt_wrap {
    margin-top: 71px;
    padding: 36px 3.51%;
    box-shadow: 0 0 20px rgba(74, 86, 128, 0.4);
    border-radius: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .abt_wrap .img {
    width: 170px;
    margin-right: 40px;
  }
  .abt_wrap .text {
    flex: 1;
  }
  .abt_wrap .text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
}

/* -----------------------------------------------
feature_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .feature_wrap {
    padding: 54px 0 69px;
    background: #d7dce1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7dce1 0%, #bac6d9 51%, #d7dce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dce1', endColorstr='#d7dce1',GradientType=0 ); /* IE6-9 */
  }
  .feature_wrap .inner_wrap > .img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  .feature_wrap .con_fx {
    margin: 41px auto 0;
    width: 88.88%;
    position: relative;
  }
  .feature_wrap .con_fx:before {
    content: '';
    width: 66px;
    height: 66px;
    background-image: url(../img/ultrafinebubble_lp/bubble_07.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -27px;
    mix-blend-mode: multiply;
  }
  .feature_wrap .fx_item + .fx_item {
    margin-top: 44px;
  }
  .feature_wrap .fx_item .item_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .feature_wrap .fx_item .item_heading span {
    margin-right: 1em;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.22em;
    color: #4A5689;
    display: block;
    font-family: "classico-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  .feature_wrap .fx_item .item_heading strong {
    margin-top: 5px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
  }
  .feature_wrap .fx_item .img {
    margin-top: 11px;
    border-radius: 14px;
    overflow: hidden;
  }
  .feature_wrap .fx_item p {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 399px) {
  .feature_wrap .fx_item .item_heading span {
    font-size: 3.5vw;
  }
  .feature_wrap .fx_item .item_heading strong {
    font-size: 4.5vw;
  }
  .feature_wrap .fx_item p {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .feature_wrap {
    padding: 118px 0 110px;
    background: #d7dce1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7dce1 0%, #bac6d9 51%, #d7dce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d7dce1 0%,#bac6d9 51%,#d7dce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dce1', endColorstr='#d7dce1',GradientType=0 ); /* IE6-9 */
  }
  .feature_wrap .inner_wrap {
    position: relative;
  }
  .feature_wrap .inner_wrap:before {
    content: '';
    width: 176px;
    height: 224px;
    background-image: url(../img/ultrafinebubble_lp/bubble_06.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -249px;
    left: -256px;
    mix-blend-mode: multiply;
  }
  .feature_wrap .inner_wrap > .img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature_wrap .con_fx {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .feature_wrap .con_fx {
    position: relative;
  }
  .feature_wrap .con_fx:before {
    content: '';
    width: 106px;
    height: 106px;
    background-image: url(../img/ultrafinebubble_lp/bubble_07.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -82px;
    left: -275px;
    mix-blend-mode: multiply;
  }
  .feature_wrap .con_fx:after {
    content: '';
    width: 204px;
    height: 208px;
    background-image: url(../img/ultrafinebubble_lp/bubble_08.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 262px;
    right: -338px;
    mix-blend-mode: multiply;
  }
  .feature_wrap .fx_item {
    width: 29.62%;
  }
  .feature_wrap .fx_item .item_heading span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.22em;
    color: #4A5689;
    display: block;
    font-family: "classico-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  .feature_wrap .fx_item .item_heading strong {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
    font-weight: normal;
  }
  .feature_wrap .fx_item .img {
    margin-top: 15px;
    border-radius: 14px;
    overflow: hidden;
  }
  .feature_wrap .fx_item p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 1920px) {
  .feature_wrap .inner_wrap > .img {
    width: 1920px;
  }
}

/* -----------------------------------------------
lineup_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .lineup_wrap {
    padding: 55px 0 69px;
  }
  .lineup_wrap .con_fx {
    margin: 40px auto 0;
    width: 88.88%;
  }
  .lineup_wrap .fx_item + .fx_item {
    margin-top: 60px;
  }
  .lineup_wrap .fx_item h3 {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: -15px;
  }
  .lineup_wrap .fx_item .func_icon {
    width: 38.12%;
    margin: 8px auto 0;
  }
  .lineup_wrap .high_model {
    /* padding: 151px 0 10px; */
    padding: 40.6% 0 10px;
    margin-top: 59px;
    background-image: url(../img/ultrafinebubble_lp/lineup_04_bg_sp.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }
  .lineup_wrap .high_model::before {
    content: '';
    width: 80px;
    height: 138px;
    background-image: url(../img/ultrafinebubble_lp/bubble_09.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -96px;
    right: 13px;
    mix-blend-mode: multiply;
  }
  .lineup_wrap .high_model .con_wrap > p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .lineup_wrap .high_model_fx {
    margin: 30px auto 0;
    width: 88.88%;
  }
  .lineup_wrap .high_model_fx .text {
    margin-top: -17px;
  }
  .lineup_wrap .high_model_fx h3 {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .lineup_wrap .high_model_fx .func_icon {
    width: 38.12%;
    margin: 8px auto 0;
  }
  .lineup_wrap .high_model_fx .att_text {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .lineup_wrap .note_wrap {
    margin-top: 38px;
  }
  .lineup_wrap .note_wrap li {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 399px) {
  .lineup_wrap .fx_item h3 {
    font-size: 4vw;
  }
  .lineup_wrap .high_model .con_wrap > p {
    font-size: 3.5vw;
  }
  .lineup_wrap .high_model_fx h3 {
    font-size: 4vw;
  }
  .lineup_wrap .high_model_fx .att_text {
    font-size: 3vw;
  }
  .lineup_wrap .note_wrap li {
    font-size: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .lineup_wrap {
    padding: 115px 0 112px;
  }
  .lineup_wrap .con_fx {
    margin-top: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .lineup_wrap .con_fx:before {
    content: '';
    width: 158px;
    height: 274px;
    background-image: url(../img/ultrafinebubble_lp/bubble_09.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 367px;
    right: -282px;
    mix-blend-mode: multiply;
  }
  .lineup_wrap .fx_item {
    width: 29.62%;
  }
  .lineup_wrap .fx_item h3 {
    /* margin-top: 10px; */
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .lineup_wrap .fx_item .func_icon {
    width: 37.88%;
    margin: 11px auto 0;
  }
  .lineup_wrap .high_model {
    padding: 52px 0 10px;
    min-height: 558px;
    margin-top: 120px;
    background-image: url(../img/ultrafinebubble_lp/lineup_04_bg_pc.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .lineup_wrap .high_model .con_wrap > p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .lineup_wrap .high_model_fx {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .lineup_wrap .high_model_fx .img {
    width: 27.22%;
    margin-left: -3%;
  }
  .lineup_wrap .high_model_fx .text {
    margin-top: 50px;
  }
  .lineup_wrap .high_model_fx h3 {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .lineup_wrap .high_model_fx .func_icon {
    width: 122px;
    margin-top: 11px;
  }
  .lineup_wrap .high_model_fx .att_text {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  .lineup_wrap .note_wrap {
    margin-top: 73px;
  }
  .lineup_wrap .note_wrap li {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.2em;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 55px 0 68px;
  }
  .contact_wrap .sec_heading h2 {
    padding-top: 45px;
    position: relative;
  }
  .contact_wrap .sec_heading h2::before {
    content: '';
    width: 260px;
    padding-top: 40px;
    /* aspect-ratio: 1/0.154; */
    background-image: url(../img/ultrafinebubble_lp/sb_02.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact_wrap .img {
    margin-top: 29px;
    border-radius: 14px;
    overflow: hidden;
  }
  .contact_wrap p {
    margin-top: 33px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-align: left;
  }
}

@media screen and (max-width: 399px) {
  .contact_wrap p {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .contact_wrap {
    padding: 120px 0 110px;
  }
  .contact_wrap .sec_heading h2 {
    padding-top: 66px;
    position: relative;
  }
  .contact_wrap .sec_heading h2::before {
    content: '';
    width: 290px;
    padding-top: 48px;
    /* aspect-ratio: 1/0.166; */
    background-image: url(../img/ultrafinebubble_lp/sb_02.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact_wrap .img {
    margin-top: 40px;
    border-radius: 14px;
    overflow: hidden;
  }
  .contact_wrap p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
  }
}