@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (min-width: 751px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   home_pc.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   min-width : 751px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
   *
   #kv
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   article
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_simple
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_blend
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_recipe
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_howto
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_design
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_info
   *
   -------------------------------------------------- */
  #kv {
    margin-bottom: 6.66667vw;
    position: relative;
  }
  #kv h1 {
    position: absolute;
    top: 1.66667vw;
    left: 3.33333vw;
    z-index: 10;
  }
  #kv h1 img {
    width: 16.58333vw !important;
    max-width: 199px !important;
  }
  #kv .ico_gd {
    position: absolute;
    top: 0;
    right: 1.66667vw;
    z-index: 10;
  }
  #kv .ico_gd img {
    width: 6vw !important;
    max-width: 72px !important;
  }
  #kv .kv img {
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 0;
  }
  #kv .i {
    width: 100%;
    height: 100%;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #kv .p1 {
    background-image: url(../images/home/kv_01.jpg);
  }
  #kv .p2 {
    background-image: url(../images/home/kv_02.jpg);
  }
  #kv .p3 {
    background-image: url(../images/home/kv_03.jpg);
  }
  #kv .p1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/kv_01_copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #kv .ico {
    width: 0.91667vw !important;
    max-width: 11px !important;
    height: 1.41667vw !important;
    max-height: 17px !important;
    position: absolute;
    bottom: 0.66667vw;
    left: 50%;
    z-index: 10;
  }
  #kv .ico img {
    width: 100%;
  }
  #kv .gnav_ico_pc {
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.33333vw !important;
    max-height: 16px !important;
    position: absolute;
    top: 4.41667vw;
    right: 24.16667vw;
    cursor: pointer;
    transition: opacity 0.15s ease;
  }
  #kv .gnav_ico_pc .c_ico {
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.33333vw !important;
    max-height: 16px !important;
    display: block;
    background-image: url(../images/parts_nav_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #kv .gnav_ico_pc .c_ico:after {
    content: 'MENU';
    font-weight: bold;
    font-size: 1vw;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    transform: translateY(-50%);
  }
  .is_pc #kv .gnav_ico_pc:hover, .is_sp #kv .gnav_ico_pc.touch {
    opacity: 0.7;
  }
  #kv .buy {
    width: 2vw !important;
    max-width: 24px !important;
    height: 1.83333vw !important;
    max-height: 22px !important;
    top: 4.16667vw;
    right: 15.83333vw;
    position: absolute;
  }
  #kv .buy .ico {
    position: relative;
    left: 0;
    top: 0;
  }
  #kv .buy .ico svg {
    width: 2vw !important;
    max-width: 24px !important;
    height: 1.83333vw !important;
    max-height: 22px !important;
  }
  #kv .buy a {
    width: 2vw !important;
    max-width: 24px !important;
    height: 1.83333vw !important;
    max-height: 22px !important;
    display: block;
    position: relative;
    transition: opacity 0.15s ease;
  }
  #kv .buy a:after {
    content: '購入する';
    display: inline-block;
    font-weight: bold;
    font-size: 1vw;
    letter-spacing: 0.1em;
    position: absolute;
    left: 2.5vw;
    top: calc(50%);
    transform: translateY(-50%);
    white-space: nowrap;
  }
  .is_pc #kv .buy a:hover, .is_sp #kv .buy a.touch {
    opacity: 0.7;
  }
  article {
    margin-bottom: 6.66667vw;
  }
  article .top {
    display: flex;
    justify-content: space-between;
  }
  article .top .ph {
    width: 63.33333vw;
    height: 31.66667vw !important;
    max-height: 380px !important;
  }
  article .top .col {
    width: 36.66667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  article .copy .title {
    margin-top: -7.5vw;
    margin-bottom: 2.08333vw;
  }
  article .copy h2 {
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.6em;
  }
  #sec_simple .copy .title img {
    width: 6vw !important;
    max-width: 72px !important;
  }
  #sec_blend .copy .title img {
    width: 5.16667vw !important;
    max-width: 62px !important;
  }
  #sec_recipe .copy .title img {
    width: 6.08333vw !important;
    max-width: 73px !important;
  }
  #sec_howto .copy .title img {
    width: 9.33333vw !important;
    max-width: 112px !important;
  }
  article .btm {
    width: 95vw;
    margin-top: -3.33333vw;
    margin-left: auto;
    background-color: #f5f5f1;
    position: relative;
    z-index: 2;
  }
  article .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article.r .top {
    flex-direction: row-reverse;
  }
  article.r .btm {
    margin-left: inherit;
    margin-right: auto;
  }
  #sec_simple .btm {
    height: 28vw !important;
    max-height: 336px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec_simple ul {
    display: flex;
  }
  #sec_simple li {
    margin: 0 2.08333vw;
    display: flex;
  }
  #sec_simple .col_r {
    padding-left: 2.5vw;
  }
  #sec_simple .col_l img {
    width: 11.33333vw !important;
    max-width: 136px !important;
  }
  #sec_simple .col_r .h {
    margin-bottom: 1.91667vw;
    padding-bottom: 2.08333vw;
    position: relative;
  }
  #sec_simple .col_r .h img {
    width: auto;
    height: 1.25vw !important;
    max-height: 15px !important;
  }
  #sec_simple .col_r .h:after {
    content: '';
    display: block;
    width: 2.16667vw !important;
    max-width: 26px !important;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sec_simple .col_r h3 {
    margin-bottom: 1.66667vw;
    line-height: 1.42857em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #sec_simple .col_r h4 {
    padding-bottom: 2.25vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
  }
  #sec_simple .col_r h4:after {
    content: '';
    width: 100%;
    height: 0.58333vw !important;
    max-height: 7px !important;
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 0.58333vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sec_simple li.p1 .col_r h4:after {
    background-image: url(../images/home/parts_line_p01.svg);
    left: -0.41667vw;
  }
  #sec_simple li.p2 .col_r h4:after {
    background-image: url(../images/home/parts_line_p02.svg);
  }
  #sec_simple li.p3 .col_r h4:after {
    background-image: url(../images/home/parts_line_p03.svg);
  }
  #sec_blend .btm {
    height: 31.33333vw !important;
    max-height: 376px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec_blend .btm .inner {
    position: relative;
    display: inline-block;
    padding-left: 5.83333vw;
  }
  #sec_blend .btm .inner .img {
    position: absolute;
    left: 8.5vw;
    top: -1.25vw;
    z-index: 2;
  }
  #sec_blend .btm .inner .img img {
    width: 13.75vw !important;
    max-width: 165px !important;
  }
  #sec_blend li {
    width: 74.16667vw !important;
    max-width: 890px !important;
    height: 4.66667vw !important;
    max-height: 56px !important;
    margin-bottom: 2vw;
    padding-left: 34.58333vw;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 4.66667vw;
    box-sizing: border-box;
  }
  #sec_blend li .num {
    width: 5.41667vw !important;
    max-width: 65px !important;
    height: 4.66667vw !important;
    max-height: 56px !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #sec_blend li .num:before {
    content: '';
    display: block;
    width: 24.16667vw !important;
    max-width: 290px !important;
    height: 100%;
    background-image: url(../images/home/parts_line_dash.svg);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: left center;
    position: absolute;
    left: -25.41667vw;
    top: 0;
    z-index: 1;
  }
  #sec_blend li .num img {
    width: auto;
    height: 2.25vw !important;
    max-height: 27px !important;
  }
  #sec_blend li .desc {
    width: 17vw !important;
    max-width: 204px !important;
    height: 4.83333vw !important;
    max-height: 58px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.12em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  #sec_blend li .desc:before {
    content: '';
    display: block;
    width: 1px;
    height: 2.66667vw;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 1.08333vw;
  }
  #sec_blend li .desc:after {
    content: '';
    display: block;
    width: 1px;
    height: 2.66667vw;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 1.08333vw;
  }
  #sec_blend li h3 {
    padding-left: 1.5vw;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  #sec_recipe {
    margin-bottom: 0;
  }
  #sec_recipe h3 {
    margin-top: 1.66667vw;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.12em;
  }
  #sec_recipe .btm .inner {
    align-items: inherit;
  }
  #sec_recipe .btm {
    width: 100%;
    padding-bottom: 3.33333vw;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  #sec_recipe .btm .desc {
    width: 29.16667vw !important;
    max-width: 350px !important;
    padding-top: 4.16667vw;
    padding-right: 5vw;
  }
  #sec_recipe h4 {
    margin-bottom: 1.25vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #sec_recipe .btm .desc p {
    line-height: 1.71429em;
    font-feature-settings: initial !important;
  }
  #sec_recipe .btm .desc span {
    display: block;
    text-align: right;
  }
  #sec_recipe .btm .ph {
    width: 46.5vw !important;
    max-width: 558px !important;
    position: relative;
    top: -3.33333vw;
  }
  #sec_recipe .btm .ph img {
    width: 100%;
  }
  #sec_howto {
    padding-bottom: 6.66667vw;
    background-color: #f5f5f1;
  }
  #sec_howto .inner {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    display: block;
    justify-content: inherit;
    align-items: inherit;
  }
  #how_to_slide {
    margin-bottom: 1.66667vw;
    padding: 0 1.66667vw;
    background-color: #fff;
    border-radius: 1.5vw;
  }
  #how_to_slide .title {
    height: 7.5vw !important;
    max-height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  #sec_howto h2 {
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  #how_to_slide .title .t {
    width: 9.41667vw !important;
    max-width: 113px !important;
    height: 0.91667vw !important;
    max-height: 11px !important;
    position: absolute;
    top: 3.29167vw;
    left: 2.08333vw;
  }
  #how_to_slide .title .t img {
    width: 100%;
  }
  #how_to_slide .slider_wrap {
    display: flex;
    justify-content: space-between;
  }
  #how_to_slide .img_slider {
    width: 79.58333vw !important;
    max-width: 955px !important;
  }
  #how_to_slide .img_slider .ph {
    width: 100%;
    height: 45vw !important;
    max-height: 540px !important;
  }
  #how_to_slide .thumb {
    width: 6.33333vw !important;
    max-width: 76px !important;
  }
  #how_to_slide .thumb li {
    margin-bottom: 0.66667vw;
    position: relative;
    cursor: pointer;
    line-height: 0;
  }
  #how_to_slide .thumb li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.58333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.15s ease;
  }
  #how_to_slide .thumb li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.58333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #how_to_slide .thumb li.t1:after {
    background-image: url(../images/home/parts_how_01_w.svg);
  }
  #how_to_slide .thumb li.t2:after {
    background-image: url(../images/home/parts_how_02_w.svg);
  }
  #how_to_slide .thumb li.t3:after {
    background-image: url(../images/home/parts_how_03_w.svg);
  }
  #how_to_slide .thumb li.t4:after {
    background-image: url(../images/home/parts_how_04_w.svg);
  }
  #how_to_slide .thumb li.on:before {
    opacity: 0;
  }
  .is_pc #how_to_slide .thumb li:hover:before {
    opacity: 0;
  }
  .is_sp #how_to_slide .thumb li.touch:before {
    opacity: 0;
  }
  #how_to_slide .thumb img {
    width: 100%;
  }
  #how_to_slide .img_slider .t {
    height: 5.83333vw !important;
    max-height: 70px !important;
    display: flex;
    align-items: center;
  }
  #how_to_slide .num {
    width: 5vw !important;
    max-width: 60px !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
  }
  #how_to_slide .num img {
    width: auto;
    height: 2.25vw !important;
    max-height: 27px !important;
  }
  #how_to_slide .txt {
    letter-spacing: 0.1em;
  }
  #mov {
    padding: 3.33333vw 1.66667vw;
    border-radius: 1.5vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mov ul {
    display: flex;
    align-items: center;
  }
  #mov li {
    width: 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1.66667vw;
  }
  #mov .thumb {
    width: 13.33333vw !important;
    max-width: 160px !important;
    height: 10vw !important;
    max-height: 120px !important;
    position: relative;
  }
  #mov .thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.33333vw;
    background-image: url(../images/home/parts_mov_play.svg);
    position: absolute;
    top: 0;
    left: 0;
  }
  #mov .col_r {
    padding: 0 0 0 2.5vw;
  }
  #mov h4 {
    margin-bottom: 0.83333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #mov p {
    line-height: 1.71429em;
  }
  #sec_design .top {
    position: relative;
    z-index: 2;
  }
  #sec_design .col {
    padding-top: 12.08333vw;
    justify-content: flex-start;
  }
  #sec_design .top .ph {
    width: 63.33333vw;
    height: 42.25vw !important;
    max-height: 507px !important;
  }
  #sec_design .btm {
    width: 76.66667vw;
    height: 38.33333vw !important;
    max-height: 460px !important;
    margin-top: -14.16667vw;
    padding-top: 5vw;
    box-sizing: border-box;
    z-index: 1;
  }
  #sec_design .btm .inner {
    padding-left: 5vw;
    align-items: inherit;
  }
  #sec_design .btm .ph {
    width: 16.83333vw !important;
    max-width: 202px !important;
    height: 28.58333vw !important;
    max-height: 343px !important;
  }
  #sec_design .btm .ph img {
    width: 100%;
  }
  #sec_design .desc {
    padding-top: 15.41667vw;
    padding-left: 5.83333vw;
    width: 32.08333vw !important;
    max-width: 385px !important;
  }
  #sec_design .desc h4 {
    margin-bottom: 0.83333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #sec_design .desc p {
    line-height: 1.71429em;
  }
  #sec_info {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
    margin-bottom: 0;
    background-color: #e8e8e1;
    overflow: hidden;
  }
  #sec_info .info_wrap {
    width: 77.5vw !important;
    max-width: 930px !important;
    margin: 0 auto;
  }
  #sec_info .inner {
    display: block;
    position: relative;
  }
  #prod_bj70 {
    margin-bottom: 5.83333vw;
    padding-top: 2.08333vw;
    border-top: 0.16667vw solid #000;
    position: relative;
  }
  #prod_bj70 .title {
    margin-bottom: 3.33333vw;
  }
  #prod_bj70 h2 {
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.44444em;
  }
  #prod_bj70 .ico_gd {
    width: 16.91667vw !important;
    max-width: 203px !important;
    height: 4.91667vw !important;
    max-height: 59px !important;
    position: absolute;
    top: 0.25vw;
    right: 0;
  }
  #prod_bj70 .ico_gd img {
    width: 100%;
  }
  #prod_bj70 .prod {
    padding-bottom: 3.33333vw;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #prod_bj70 .prod .img {
    width: 45.91667vw !important;
    max-width: 551px !important;
  }
  #prod_bj70 .prod .img img {
    width: 100%;
  }
  #prod_bj70 .prod .desc {
    padding-top: 1.66667vw;
    width: 27.5vw !important;
    max-width: 330px !important;
    box-sizing: border-box;
  }
  #prod_bj70 .prod .desc .d_inner {
    padding: 3.33333vw;
    border-radius: 1.5vw;
    background-color: #fff;
  }
  #prod_bj70 .prod .desc .txt {
    margin-bottom: 2.5vw;
    line-height: 1.5em;
    font-feature-settings: initial;
  }
  #prod_bj70 .prod .parts {
    display: flex;
    align-items: center;
  }
  #prod_bj70 .prod .parts .p_img {
    width: 10.75vw !important;
    max-width: 129px !important;
  }
  #prod_bj70 .prod .parts .p_img img {
    width: 100%;
  }
  #prod_bj70 .prod .desc .d {
    padding-left: 1.66667vw;
  }
  #prod_bj70 .prod .desc h5 {
    line-height: 1.71429em;
    font-weight: bold;
  }
  #prod_bj70 .prod .desc .d p {
    line-height: 1.71429em;
  }
  #prod_bj70 .notes {
    position: absolute;
    bottom: 3.33333vw;
    right: 0;
    letter-spacing: 0.1em;
  }
  #prod_bj70 .notes:before {
    content: '';
    display: block;
    width: 1.5vw !important;
    max-width: 18px !important;
    height: 1.5vw !important;
    max-height: 18px !important;
    background-image: url(../images/home/parts_zoom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -0.08333vw;
    left: -2.08333vw;
  }
  #prod_bj70 .price {
    height: 5.5vw !important;
    max-height: 66px !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  #prod_bj70 .amount {
    font-weight: bold;
    letter-spacing: 0.12em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #prod_bj70 .amount p {
    margin-left: 1.66667vw;
  }
  #prod_bj70 .amount .n {
    height: 2.16667vw !important;
    max-height: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.66667vw;
    background-color: #ff4242;
    color: #fff;
  }
  #prod_bj70 .amount .org {
    text-decoration: line-through;
  }
  #prod_bj70 .amount .c {
    color: #ff4242;
    display: flex;
    align-items: center;
  }
  #prod_sf01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
  }
  #prod_sf01 .spec {
    width: 48.33333vw !important;
    max-width: 580px !important;
  }
  #prod_sf01 .spec img {
    width: 100%;
  }
  #prod_sf01 .prod {
    padding-top: 2.08333vw;
    width: 25.83333vw !important;
    max-width: 310px !important;
    border-top: 0.16667vw solid #000;
    position: relative;
  }
  #prod_sf01 .prod h2 {
    margin-bottom: 1.25vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #prod_sf01 .prod .img {
    text-align: center;
    margin-bottom: 1.5vw;
  }
  #prod_sf01 .prod .img img {
    width: 13.66667vw !important;
    max-width: 164px !important;
  }
  #prod_sf01 .prod .img span {
    padding-top: 1.5vw;
    display: block;
    font-weight: bold;
  }
  #prod_sf01 .prod .desc {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }
  #prod_sf01 .prod .c {
    background-color: #fff;
    padding: 0.83333vw 1vw;
  }
  #prod_sf01 .prod .c p {
    line-height: 1.42857em;
    font-feature-settings: normal;
  }
  #prod_sf01 .price {
    width: 100%;
    height: 8.91667vw !important;
    max-height: 107px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #prod_sf01 .price .sale {
    width: 18.58333vw !important;
    max-width: 223px !important;
    height: 2.16667vw !important;
    max-height: 26px !important;
    margin: 0 auto;
    margin-bottom: 0.83333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #prod_sf01 .amount_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #prod_sf01 .price .b {
    margin-right: 0.83333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #prod_sf01 .price .amount {
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
    bottom: -0.33333vw;
  }
  #prod_sf01 .price .tax {
    letter-spacing: 0.12em;
  }
  body.modal {
    overflow: hidden;
  }
  .prod_attention{
    margin-top: 20px;
  }
  #modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  #modal .overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #modal .ico_close {
    width: 4vw !important;
    max-width: 48px !important;
    height: 4vw !important;
    max-height: 48px !important;
    position: fixed;
    top: 2.08333vw;
    right: 2.08333vw;
    cursor: pointer;
  }
  #modal .ico_close svg {
    width: 4vw !important;
    max-width: 48px !important;
    height: 4vw !important;
    max-height: 48px !important;
  }
  #modal #modal_inner {
    width: 100vw;
    height: 100vh;
    min-height: 53.33333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 210;
  }
  #modal #modal_inner .modal_content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal #modal_inner .modal_content iframe {
    width: 80vw !important;
    max-width: 960px !important;
    height: 45vw !important;
    max-height: 540px !important;
  }
  #modal .img {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #modal .img img {
    height: 53.33333vw !important;
    max-height: 640px !important;
  }
}
/* -------------------------------------------------- */
/*------------------------------------------------------------------------------------------
 *
 *
 home_pc.css
 *
 *
 ------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
 *
 #kv
 *
 -------------------------------------------------- */
@media screen and (min-width: 1200px) {
  /* --------------------------------------------------
   *
   article
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_simple
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_blend
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_recipe
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_howto
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_design
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #sec_info
   *
   -------------------------------------------------- */
  #kv {
    margin-bottom: 80px;
    position: relative;
  }
  #kv h1 {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 10;
  }
  #kv h1 img {
    width: 16.58333vw !important;
    max-width: 199px !important;
  }
  #kv .ico_gd {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 10;
  }
  #kv .ico_gd img {
    width: 6vw !important;
    max-width: 72px !important;
  }
  #kv .kv img {
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 0;
  }
  #kv .i {
    width: 100%;
    height: 100%;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #kv .p1 {
    background-image: url(../images/home/kv_01.jpg);
  }
  #kv .p2 {
    background-image: url(../images/home/kv_02.jpg);
  }
  #kv .p3 {
    background-image: url(../images/home/kv_03.jpg);
  }
  #kv .p1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/kv_01_copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #kv .ico {
    width: 0.91667vw !important;
    max-width: 11px !important;
    height: 1.41667vw !important;
    max-height: 17px !important;
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: 10;
  }
  #kv .ico img {
    width: 100%;
  }
  #kv .gnav_ico_pc {
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.33333vw !important;
    max-height: 16px !important;
    position: absolute;
    top: 53px;
    right: 290px;
    cursor: pointer;
    transition: opacity 0.15s ease;
  }
  #kv .gnav_ico_pc .c_ico {
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.33333vw !important;
    max-height: 16px !important;
    display: block;
    background-image: url(../images/parts_nav_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #kv .gnav_ico_pc .c_ico:after {
    content: 'MENU';
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .is_pc #kv .gnav_ico_pc:hover, .is_sp #kv .gnav_ico_pc.touch {
    opacity: 0.7;
  }
  #kv .buy {
    width: 2vw !important;
    max-width: 24px !important;
    height: 1.83333vw !important;
    max-height: 22px !important;
    top: 50px;
    right: 190px;
    position: absolute;
  }
  #kv .buy .ico {
    position: relative;
    left: 0;
    top: 0;
  }
  #kv .buy .ico svg {
    width: 2vw !important;
    max-width: 24px !important;
    height: 1.83333vw !important;
    max-height: 22px !important;
  }
  #kv .buy a {
    width: 2vw !important;
    max-width: 24px !important;
    height: 1.83333vw !important;
    max-height: 22px !important;
    display: block;
    position: relative;
    transition: opacity 0.15s ease;
  }
  #kv .buy a:after {
    content: '購入する';
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: absolute;
    left: 30px;
    top: calc(50%);
    transform: translateY(-50%);
    white-space: nowrap;
  }
  .is_pc #kv .buy a:hover, .is_sp #kv .buy a.touch {
    opacity: 0.7;
  }
  article {
    margin-bottom: 80px;
  }
  article .top {
    display: flex;
    justify-content: space-between;
  }
  article .top .ph {
    width: 63.33333vw;
    height: 31.66667vw !important;
    max-height: 380px !important;
  }
  article .top .col {
    width: 36.66667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  article .copy .title {
    margin-top: -90px;
    margin-bottom: 25px;
  }
  article .copy h2 {
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.6em;
  }
  #sec_simple .copy .title img {
    width: 6vw !important;
    max-width: 72px !important;
  }
  #sec_blend .copy .title img {
    width: 5.16667vw !important;
    max-width: 62px !important;
  }
  #sec_recipe .copy .title img {
    width: 6.08333vw !important;
    max-width: 73px !important;
  }
  #sec_howto .copy .title img {
    width: 9.33333vw !important;
    max-width: 112px !important;
  }
  article .btm {
    width: 95vw;
    margin-top: -40px;
    margin-left: auto;
    background-color: #f5f5f1;
    position: relative;
    z-index: 2;
  }
  article .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article.r .top {
    flex-direction: row-reverse;
  }
  article.r .btm {
    margin-left: inherit;
    margin-right: auto;
  }
  #sec_simple .btm {
    height: 28vw !important;
    max-height: 336px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec_simple ul {
    display: flex;
  }
  #sec_simple li {
    margin: 0 25px;
    display: flex;
  }
  #sec_simple .col_r {
    padding-left: 30px;
  }
  #sec_simple .col_l img {
    width: 11.33333vw !important;
    max-width: 136px !important;
  }
  #sec_simple .col_r .h {
    margin-bottom: 23px;
    padding-bottom: 25px;
    position: relative;
  }
  #sec_simple .col_r .h img {
    width: auto;
    height: 1.25vw !important;
    max-height: 15px !important;
  }
  #sec_simple .col_r .h:after {
    content: '';
    display: block;
    width: 2.16667vw !important;
    max-width: 26px !important;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sec_simple .col_r h3 {
    margin-bottom: 20px;
    line-height: 1.42857em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #sec_simple .col_r h4 {
    padding-bottom: 27px;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
  }
  #sec_simple .col_r h4:after {
    content: '';
    width: 100%;
    height: 0.58333vw !important;
    max-height: 7px !important;
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 7px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sec_simple li.p1 .col_r h4:after {
    background-image: url(../images/home/parts_line_p01.svg);
    left: -5px;
  }
  #sec_simple li.p2 .col_r h4:after {
    background-image: url(../images/home/parts_line_p02.svg);
  }
  #sec_simple li.p3 .col_r h4:after {
    background-image: url(../images/home/parts_line_p03.svg);
  }
  #sec_blend .btm {
    height: 31.33333vw !important;
    max-height: 376px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec_blend .btm .inner {
    position: relative;
    display: inline-block;
    padding-left: 70px;
  }
  #sec_blend .btm .inner .img {
    position: absolute;
    left: 102px;
    top: -15px;
    z-index: 2;
  }
  #sec_blend .btm .inner .img img {
    width: 13.75vw !important;
    max-width: 165px !important;
  }
  #sec_blend li {
    width: 74.16667vw !important;
    max-width: 890px !important;
    height: 4.66667vw !important;
    max-height: 56px !important;
    margin-bottom: 24px;
    padding-left: 415px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 56px;
    box-sizing: border-box;
  }
  #sec_blend li .num {
    width: 5.41667vw !important;
    max-width: 65px !important;
    height: 4.66667vw !important;
    max-height: 56px !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #sec_blend li .num:before {
    content: '';
    display: block;
    width: 24.16667vw !important;
    max-width: 290px !important;
    height: 100%;
    background-image: url(../images/home/parts_line_dash.svg);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: left center;
    position: absolute;
    left: -305px;
    top: 0;
    z-index: 1;
  }
  #sec_blend li .num img {
    width: auto;
    height: 2.25vw !important;
    max-height: 27px !important;
  }
  #sec_blend li .desc {
    width: 17vw !important;
    max-width: 204px !important;
    height: 4.83333vw !important;
    max-height: 58px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.12em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  #sec_blend li .desc:before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 13px;
  }
  #sec_blend li .desc:after {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 13px;
  }
  #sec_blend li h3 {
    padding-left: 18px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  #sec_recipe {
    margin-bottom: 0;
  }
  #sec_recipe h3 {
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.12em;
  }
  #sec_recipe .btm .inner {
    align-items: inherit;
  }
  #sec_recipe .btm {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  #sec_recipe .btm .desc {
    width: 29.16667vw !important;
    max-width: 350px !important;
    padding-top: 50px;
    padding-right: 60px;
  }
  #sec_recipe h4 {
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #sec_recipe .btm .desc p {
    line-height: 1.71429em;
    font-feature-settings: initial !important;
  }
  #sec_recipe .btm .desc span {
    display: block;
    text-align: right;
  }
  #sec_recipe .btm .ph {
    width: 46.5vw !important;
    max-width: 558px !important;
    position: relative;
    top: -40px;
  }
  #sec_recipe .btm .ph img {
    width: 100%;
  }
  #sec_howto {
    padding-bottom: 80px;
    background-color: #f5f5f1;
  }
  #sec_howto .inner {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    display: block;
    justify-content: inherit;
    align-items: inherit;
  }
  #how_to_slide {
    margin-bottom: 20px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 18px;
  }
  #how_to_slide .title {
    height: 7.5vw !important;
    max-height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  #sec_howto h2 {
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  #how_to_slide .title .t {
    width: 9.41667vw !important;
    max-width: 113px !important;
    height: 0.91667vw !important;
    max-height: 11px !important;
    position: absolute;
    top: 39.5px;
    left: 25px;
  }
  #how_to_slide .title .t img {
    width: 100%;
  }
  #how_to_slide .slider_wrap {
    display: flex;
    justify-content: space-between;
  }
  #how_to_slide .img_slider {
    width: 79.58333vw !important;
    max-width: 955px !important;
  }
  #how_to_slide .img_slider .ph {
    width: 100%;
    height: 45vw !important;
    max-height: 540px !important;
  }
  #how_to_slide .thumb {
    width: 6.33333vw !important;
    max-width: 76px !important;
  }
  #how_to_slide .thumb li {
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
  }
  #how_to_slide .thumb li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.15s ease;
  }
  #how_to_slide .thumb li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #how_to_slide .thumb li.t1:after {
    background-image: url(../images/home/parts_how_01_w.svg);
  }
  #how_to_slide .thumb li.t2:after {
    background-image: url(../images/home/parts_how_02_w.svg);
  }
  #how_to_slide .thumb li.t3:after {
    background-image: url(../images/home/parts_how_03_w.svg);
  }
  #how_to_slide .thumb li.t4:after {
    background-image: url(../images/home/parts_how_04_w.svg);
  }
  #how_to_slide .thumb li.on:before {
    opacity: 0;
  }
  .is_pc #how_to_slide .thumb li:hover:before {
    opacity: 0;
  }
  .is_sp #how_to_slide .thumb li.touch:before {
    opacity: 0;
  }
  #how_to_slide .thumb img {
    width: 100%;
  }
  #how_to_slide .img_slider .t {
    height: 5.83333vw !important;
    max-height: 70px !important;
    display: flex;
    align-items: center;
  }
  #how_to_slide .num {
    width: 5vw !important;
    max-width: 60px !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
  }
  #how_to_slide .num img {
    width: auto;
    height: 2.25vw !important;
    max-height: 27px !important;
  }
  #how_to_slide .txt {
    letter-spacing: 0.1em;
  }
  #mov {
    padding: 40px 20px;
    border-radius: 18px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mov ul {
    display: flex;
    align-items: center;
  }
  #mov li {
    width: 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #mov .thumb {
    width: 13.33333vw !important;
    max-width: 160px !important;
    height: 10vw !important;
    max-height: 120px !important;
    position: relative;
  }
  #mov .thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    background-image: url(../images/home/parts_mov_play.svg);
    position: absolute;
    top: 0;
    left: 0;
  }
  #mov .col_r {
    padding: 0 0 0 30px;
  }
  #mov h4 {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #mov p {
    line-height: 1.71429em;
  }
  #sec_design .top {
    position: relative;
    z-index: 2;
  }
  #sec_design .col {
    padding-top: 145px;
    justify-content: flex-start;
  }
  #sec_design .top .ph {
    width: 63.33333vw;
    height: 42.25vw !important;
    max-height: 507px !important;
  }
  #sec_design .btm {
    width: 76.66667vw;
    height: 38.33333vw !important;
    max-height: 460px !important;
    margin-top: -170px;
    padding-top: 60px;
    box-sizing: border-box;
    z-index: 1;
  }
  #sec_design .btm .inner {
    padding-left: 60px;
    align-items: inherit;
  }
  #sec_design .btm .ph {
    width: 16.83333vw !important;
    max-width: 202px !important;
    height: 28.58333vw !important;
    max-height: 343px !important;
  }
  #sec_design .btm .ph img {
    width: 100%;
  }
  #sec_design .desc {
    padding-top: 185px;
    padding-left: 70px;
    width: 32.08333vw !important;
    max-width: 385px !important;
  }
  #sec_design .desc h4 {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #sec_design .desc p {
    line-height: 1.71429em;
  }
  #sec_info {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0;
    background-color: #e8e8e1;
    overflow: hidden;
  }
  #sec_info .info_wrap {
    width: 77.5vw !important;
    max-width: 930px !important;
    margin: 0 auto;
  }
  #sec_info .inner {
    display: block;
    position: relative;
  }
  #prod_bj70 {
    margin-bottom: 70px;
    padding-top: 25px;
    border-top: 2px solid #000;
    position: relative;
  }
  #prod_bj70 .title {
    margin-bottom: 40px;
  }
  #prod_bj70 h2 {
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.44444em;
  }
  #prod_bj70 .ico_gd {
    width: 16.91667vw !important;
    max-width: 203px !important;
    height: 4.91667vw !important;
    max-height: 59px !important;
    position: absolute;
    top: 3px;
    right: 0;
  }
  #prod_bj70 .ico_gd img {
    width: 100%;
  }
  #prod_bj70 .prod {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #prod_bj70 .prod .img {
    width: 45.91667vw !important;
    max-width: 551px !important;
  }
  #prod_bj70 .prod .img img {
    width: 100%;
  }
  #prod_bj70 .prod .desc {
    padding-top: 20px;
    width: 27.5vw !important;
    max-width: 330px !important;
    box-sizing: border-box;
  }
  #prod_bj70 .prod .desc .d_inner {
    padding: 40px;
    border-radius: 18px;
    background-color: #fff;
  }
  #prod_bj70 .prod .desc .txt {
    margin-bottom: 30px;
    line-height: 1.5em;
    font-feature-settings: initial;
  }
  #prod_bj70 .prod .parts {
    display: flex;
    align-items: center;
  }
  #prod_bj70 .prod .parts .p_img {
    width: 10.75vw !important;
    max-width: 129px !important;
  }
  #prod_bj70 .prod .parts .p_img img {
    width: 100%;
  }
  #prod_bj70 .prod .desc .d {
    padding-left: 20px;
  }
  #prod_bj70 .prod .desc h5 {
    line-height: 1.71429em;
    font-weight: bold;
  }
  #prod_bj70 .prod .desc .d p {
    line-height: 1.71429em;
  }
  #prod_bj70 .notes {
    position: absolute;
    bottom: 40px;
    right: 0;
    letter-spacing: 0.1em;
  }
  #prod_bj70 .notes:before {
    content: '';
    display: block;
    width: 1.5vw !important;
    max-width: 18px !important;
    height: 1.5vw !important;
    max-height: 18px !important;
    background-image: url(../images/home/parts_zoom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -1px;
    left: -25px;
  }
  #prod_bj70 .price {
    height: 5.5vw !important;
    max-height: 66px !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  #prod_bj70 .amount {
    font-weight: bold;
    letter-spacing: 0.12em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #prod_bj70 .amount p {
    margin-left: 20px;
  }
  #prod_bj70 .amount .n {
    height: 2.16667vw !important;
    max-height: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    background-color: #ff4242;
    color: #fff;
  }
  #prod_bj70 .amount .org {
    text-decoration: line-through;
  }
  #prod_bj70 .amount .c {
    color: #ff4242;
    display: flex;
    align-items: center;
  }
  #prod_sf01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
  }
  #prod_sf01 .spec {
    width: 48.33333vw !important;
    max-width: 580px !important;
  }
  #prod_sf01 .spec img {
    width: 100%;
  }
  #prod_sf01 .prod {
    padding-top: 25px;
    width: 25.83333vw !important;
    max-width: 310px !important;
    border-top: 2px solid #000;
    position: relative;
  }
  #prod_sf01 .prod h2 {
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #prod_sf01 .prod .img {
    text-align: center;
    margin-bottom: 18px;
  }
  #prod_sf01 .prod .img img {
    width: 13.66667vw !important;
    max-width: 164px !important;
  }
  #prod_sf01 .prod .img span {
    padding-top: 18px;
    display: block;
    font-weight: bold;
  }
  #prod_sf01 .prod .desc {
    display: flex;
    justify-content: space-between;
  }
  #prod_sf01 .prod .c {
    background-color: #fff;
    padding: 10px 13px;
  }
  #prod_sf01 .prod .c p {
    line-height: 1.42857em;
    font-feature-settings: initial;
  }
  #prod_sf01 .price {
    width: 100%;
    height: 8.91667vw !important;
    max-height: 107px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #prod_sf01 .price .sale {
    width: 18.58333vw !important;
    max-width: 223px !important;
    height: 2.16667vw !important;
    max-height: 26px !important;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #prod_sf01 .amount_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #prod_sf01 .price .b {
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #prod_sf01 .price .amount {
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
    bottom: -4px;
  }
  #prod_sf01 .price .tax {
    letter-spacing: 0.12em;
  }
  #modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  #modal .overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #modal .ico_close {
    width: 4vw !important;
    max-width: 48px !important;
    height: 4vw !important;
    max-height: 48px !important;
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer;
  }
  #modal .ico_close svg {
    width: 4vw !important;
    max-width: 48px !important;
    height: 4vw !important;
    max-height: 48px !important;
  }
  #modal #modal_inner {
    width: 100vw;
    height: 100vh;
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 210;
  }
  #modal #modal_inner .modal_content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal #modal_inner .modal_content iframe {
    width: 80vw !important;
    max-width: 960px !important;
    height: 45vw !important;
    max-height: 540px !important;
  }
  #modal .img {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #modal .img img {
    width: auto;
    height: 53.33333vw !important;
    max-height: 640px !important;
  }
}
/* ----- min-width : 1200px ----- */
html {
  position: relative;
}
html {
  position: relative;
}
