/* _setting CSS */
.animate.fade_in {
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.animate.show.fade_in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .animate.fade_in_toRight_pc {
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .animate.fade_in_toleft_pc {
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
  }
  .animate.show.fade_in_toRight_pc {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .animate.show.fade_in_toleft_pc {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  #main {
    background: url("../images/brand/umepresso/bg.jpg") center top #020202 repeat-y;
    margin-bottom: 0;
  }

  .sec_title {
    background: -webkit-gradient(linear, right top, left top, from(#af8132), color-stop(50%, #cbb55c), to(#af8132));
    background: -o-linear-gradient(right, #af8132 0%, #cbb55c 50%, #af8132 100%);
    background: linear-gradient(to left, #af8132 0%, #cbb55c 50%, #af8132 100%);
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .2em;
    padding: 20px 0;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .sub_navi {
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 5px 0;
    background-color: #000;
    z-index: 10;
    left: 0;
    right: 0;
  }
  .sub_navi.fix {
    position: fixed;
    z-index: 10;
  }
  .sub_navi .sub_navi_head {
    width: 188px;
    margin-right: 35px;
  }
  .sub_navi .logo {
    width: 188px;
  }
  .sub_navi .sp_navi_btn {
    display: none;
  }
  .sub_navi .sub_navi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub_navi .sub_navi_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub_navi .sub_navi_list li:after {
    display: block;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #c4a45f;
  }
  .sub_navi .sub_navi_list li:first-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #c4a45f;
  }
  .sub_navi .sub_navi_list li a {
    display: block;
    padding: 15px 25px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: #c4a45f;
    white-space: nowrap;
    text-align: center;
  }
  .sub_navi .sub_navi_list li a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .main_image {
    width: 100%;
    height: 660px;
    background: url("../images/brand/umepresso/kv.jpg?id=2023081800") center top/cover no-repeat;
  }

  #bc {
    padding-bottom: 20px;
  }
  #bc li {
    color: #fff;
  }
  #bc a {
    color: #fff;
  }

  #lead {
    padding-top: 85px;
    padding-bottom: 115px;
  }
  #lead.show .logo, #lead.show .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #lead .logo {
    text-align: center;
    padding-bottom: 50px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  #lead .desc {
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: .35em;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  #lead .desc1 {
    font-size: 3rem;
    padding-bottom: 24px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #lead .desc2 {
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: .35em;
    color: #fff;
    padding-bottom: 24px;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #lead .desc3 {
    font-size: 2.4rem;
    line-height: 2.08333;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }

  #concept {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#c1d0da), color-stop(50%, #f8fef8), color-stop(50%, #cb102a), to(#a91d25));
    background: -o-linear-gradient(left, #c1d0da 0%, #f8fef8 50%, #cb102a 50%, #a91d25 100%);
    background: linear-gradient(to right, #c1d0da 0%, #f8fef8 50%, #cb102a 50%, #a91d25 100%);
  }
  #concept .products_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #concept .product {
    width: 50%;
  }
  #concept .product .product_name {
    padding-bottom: 80px;
  }
  #concept .product .image {
    padding-bottom: 115px;
  }
  #concept .product .point {
    position: relative;
    padding: 30px 0;
  }
  #concept .product .point1, #concept .product .point2 {
    margin-bottom: 150px;
  }
  #concept .product .point2 {
    height: 287px;
  }
  #concept .product .point3 {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 115px;
  }
  #concept .product .point3 .point_name {
    padding-bottom: 50px;
  }
  #concept .product .point_name {
    padding-bottom: 30px;
    letter-spacing: .275em;
  }
  #concept .product .desc {
    letter-spacing: .275em;
    color: #fff;
  }
  #concept .product1 {
    background: url("../images/brand/umepresso/concept_product1_bg.png?id=20220120") right bottom no-repeat;
    text-align: right;
    padding-top: 130px;
  }
  #concept .product1 .product_name {
    padding-right: 165px;
  }
  #concept .product1 .image {
    padding-right: 190px;
  }
  #concept .product1 .point {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #concept .product1 .point1:after, #concept .product1 .point2:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    width: 105px;
    height: 103px;
  }
  #concept .product1 .point1 .point_name, #concept .product1 .point2 .point_name {
    padding-right: 170px;
  }
  #concept .product1 .point1 .desc, #concept .product1 .point2 .desc {
    padding-right: 60px;
  }
  #concept .product1 .point1:after {
    background: url("../images/brand/umepresso/concept_product1_point1.png");
  }
  #concept .product1 .point2:after {
    background: url("../images/brand/umepresso/concept_product1_point2.png");
  }
  #concept .product1 .point3:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 165px;
    width: 105px;
    height: 103px;
    background: url("../images/brand/umepresso/concept_product1_point3.png");
  }
  #concept .product1 .point_name, #concept .product1 .desc {
    color: #359f5c;
  }
  #concept .product2 {
    background: url("../images/brand/umepresso/concept_product2_bg.png?id=20220120") left bottom no-repeat;
    text-align: left;
    padding-top: 105px;
  }
  #concept .product2 .product_name {
    padding-left: 165px;
  }
  #concept .product2 .image {
    padding-left: 190px;
  }
  #concept .product2 .point {
    background-color: rgba(0, 0, 0, 0.21);
  }
  #concept .product2 .point1:after, #concept .product2 .point2:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 50px;
    width: 100px;
    height: 103px;
  }
  #concept .product2 .point1 .point_name, #concept .product2 .point2 .point_name {
    padding-left: 170px;
  }
  #concept .product2 .point1 .desc, #concept .product2 .point2 .desc {
    padding-left: 60px;
  }
  #concept .product2 .point1:after {
    background: url("../images/brand/umepresso/concept_product2_point1.png");
  }
  #concept .product2 .point2:after {
    background: url("../images/brand/umepresso/concept_product2_point2.png");
  }
  #concept .product2 .point3 {
    padding-top: 58px;
  }
  #concept .product2 .point3:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 170px;
    width: 100px;
    height: 103px;
    background: url("../images/brand/umepresso/concept_product2_point3.png");
  }
  #concept .product2 .point_name, #concept .product2 .desc {
    color: #fff;
  }
  #concept .product2 .product_lead_wrap, #concept .product2 .point1, #concept .product2 .point2, #concept .product2 .point3 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #concept .point .point_name {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .275em;
  }
  #concept .point .desc {
    font-size: 1.8rem;
    line-height: 1.38889;
  }

  #movie .sec_title {
    margin-bottom: 170px;
  }
  #movie .movie_title {
    position: relative;
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .275em;
    text-align: center;
    padding-bottom: 55px;
    margin-bottom: 80px;
  }
  #movie .movie_title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
  }
  #movie .movies {
    width: 1200px;
    margin: 0 auto 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #movie .movies .block {
    width: 560px;
  }
  #movie .movies .block iframe {
    width: 100%;
    height: 315px;
    margin-bottom: 20px;
  }
  #movie .movies .block .movie_name {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .275em;
  }
  #movie .movie_stitle {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .275em;
    margin-bottom: 65px;
  }
  #movie .episode {
    padding-bottom: 105px;
  }
  #movie .episode .episode_title {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .275em;
    margin-bottom: 25px;
  }
  #movie .episode .desc {
    width: 960px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: .275em;
    margin: 0 auto 50px;
  }
  #movie .episode .images {
    width: 905px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 85px;
  }
  #movie .comment {
    width: 975px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 210px;
    margin: 0 auto;
  }
  #movie .comment .block {
    width: 465px;
    height: 550px;
    padding: 45px 25px 30px;
    background-color: rgba(0, 0, 0, 0.333);
  }
  #movie .comment .block1 .desc {
    padding-bottom: 110px;
  }
  #movie .comment .block2 .desc {
    padding-bottom: 60px;
  }
  #movie .comment .lead {
    font-size: 1.5rem;
    letter-spacing: .2em;
    color: #dbb45f;
    border-bottom: 1px solid #dbb45f;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #movie .comment .desc {
    font-size: 1.5rem;
    letter-spacing: .2em;
    color: #dbb45f;
    line-height: 1.66667;
    padding-right: 10px;
    padding-left: 3px;
    text-align: justify;
  }
  #movie .comment .box_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    margin: 0 auto;
    padding: 13px 0;
    border: 1px solid #ba9832;
    font-size: 1.6rem;
    text-align: center;
    color: #ba9832;
    position: relative;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #movie .comment .box_link img {
    width: 72px;
    height: auto;
    margin-right: 15px;
  }
  #movie .comment .box_link .btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    background-color: #ba9832;
    border-radius: 15px;
    position: relative;
  }
  #movie .comment .box_link .btn:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #movie .comment .box_link .btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #movie .comment .box_link:hover {
    cursor: pointer;
    background: rgba(186, 152, 50, 0.1);
  }
  #movie .modal_wrap {
    display: none;
    width: 90%;
    max-width: 1000px;
    max-height: 600px;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    overflow: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }
  #movie .modal_wrap .modal_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  #movie .modal_wrap .close {
    width: 40px;
    height: 40px;
    background-color: #002541;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #movie .modal_wrap .close:before {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #movie .modal_wrap .close:after {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #movie .modal_wrap .image_box {
    width: 20%;
  }
  #movie .modal_wrap .image_box .image {
    width: 100%;
  }
  #movie .modal_wrap .image_box .image img {
    width: 100%;
  }
  #movie .modal_wrap .image_box .profile .name {
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
    color: #002541;
  }
  #movie .modal_wrap .image_box .profile .birth {
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
  }
  #movie .modal_wrap .text_wrap {
    width: 75%;
  }
  #movie .modal_wrap .text_wrap .text_box dt {
    font-size: 1.4rem;
    padding-bottom: 10px;
    font-weight: bold;
  }
  #movie .modal_wrap .text_wrap .text_box dd {
    font-size: 1.4rem;
    padding-bottom: 20px;
    line-height: 1.4;
  }

  #pairing .pairing {
    position: relative;
  }
  #pairing .pairing:before {
    content: '';
    display: block;
    position: absolute;
  }
  #pairing .pairing .pairing_title {
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    font-style: italic;
    text-align: center;
    margin-bottom: 110px;
  }
  #pairing .pairing .pairing_title span {
    font-size: 5rem;
    font-weight: bold;
  }
  #pairing .pairing .detail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    padding-right: 30px;
    margin: 0 auto;
  }
  #pairing .pairing .detail .list {
    width: 735px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pairing .pairing .detail .list.show .item {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #pairing .pairing .detail .item {
    width: 350px;
    height: 390px;
    padding: 22px 25px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  #pairing .pairing .detail .item:nth-child(1) {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #pairing .pairing .detail .item:nth-child(2) {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #pairing .pairing .detail .item:nth-child(3) {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #pairing .pairing .detail .item:nth-child(4) {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  #pairing .pairing .detail .item_name, #pairing .pairing .detail .item_desc {
    font-weight: bold;
    letter-spacing: .1em;
    margin: 0 13px;
  }
  #pairing .pairing .detail .item_name {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #pairing .pairing .detail .item_desc {
    font-size: 1.8rem;
    line-height: 1.38889;
  }
  #pairing .pairing .detail .info {
    padding-top: 10px;
  }
  #pairing .pairing1 {
    padding-top: 225px;
    padding-bottom: 120px;
    background: -webkit-gradient(linear, right top, left top, from(#c2d1db), color-stop(50%, #f8fef8), to(#c2d1db));
    background: -o-linear-gradient(right, #c2d1db 0%, #f8fef8 50%, #c2d1db 100%);
    background: linear-gradient(to left, #c2d1db 0%, #f8fef8 50%, #c2d1db 100%);
  }
  #pairing .pairing1:before {
    background: url("../images/brand/umepresso/pairing1_bg.png");
    top: 80px;
    left: calc(50% - 20px);
    width: 665px;
    height: 1265px;
  }
  #pairing .pairing1 .pairing_title {
    color: #0c9338;
  }
  #pairing .pairing1 .detail .item {
    background-color: #fff;
  }
  #pairing .pairing1 .detail .item_name {
    color: #0c9338;
    border-bottom: 2px solid #0c9338;
  }
  #pairing .pairing1 .detail .item_desc {
    color: #0c9338;
    margin-bottom: 45px;
  }
  #pairing .pairing2 {
    padding-top: 145px;
    padding-bottom: 205px;
    background: -webkit-gradient(linear, right top, left top, from(#aa1c25), color-stop(50%, #cb102a), to(#aa1c25));
    background: -o-linear-gradient(right, #aa1c25 0%, #cb102a 50%, #aa1c25 100%);
    background: linear-gradient(to left, #aa1c25 0%, #cb102a 50%, #aa1c25 100%);
  }
  #pairing .pairing2:before {
    background: url("../images/brand/umepresso/pairing2_bg.png");
    top: 85px;
    right: calc(50% - 30px);
    width: 655px;
    height: 1084px;
  }
  #pairing .pairing2 .pairing_title {
    color: #fff;
  }
  #pairing .pairing2 .detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pairing .pairing2 .detail .item {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #pairing .pairing2 .detail .item:last-child .item_desc {
    margin-bottom: 40px;
  }
  #pairing .pairing2 .detail .item_name {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  #pairing .pairing2 .detail .item_desc {
    color: #fff;
    margin-bottom: 15px;
  }
  #pairing .pairing2 .detail .info {
    padding-left: 45px;
  }

  #products .sec_title {
    margin-bottom: 275px;
  }
  #products .inner {
    width: 1200px;
    padding: 0 85px 0 170px;
    margin: 0 auto;
  }
  #products .product1 {
    padding-bottom: 90px;
  }
  #products .product2 {
    padding-bottom: 180px;
  }
  #products .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #products .block .image {
    width: 355px;
    padding-top: 30px;
  }
  #products .block .detail {
    width: 580px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5625;
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  #products .block .name {
    padding-left: 135px;
    margin-bottom: 30px;
  }
  #products .block .desc {
    color: #fff;
    letter-spacing: .2em;
  }
  #products .block dt, #products .block dd {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    letter-spacing: .2em;
  }
  #products .block .link {
    margin-top: 50px;
  }
  #products .link {
    text-align: center;
    padding-right: 40px;
  }
  #products .link a {
    display: block;
    width: 300px;
    height: 60px;
    border: 1px solid #fff;
    font-size: 1.5rem;
    padding-top: 17px;
    color: #fff;
    margin: 0 auto;
  }
  #products .link a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
  }

  .sns_share_wrap {
    background-color: #000;
    padding-top: 110px;
    padding-bottom: 258px;
  }
  .sns_share_wrap .ins_wrap {
    width: 420px;
    margin: 0 auto 50px;
  }
  .sns_share_wrap .ins_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    border: 1px solid #555;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    letter-spacing: .07em;
    color: #fff;
  }
  .sns_share_wrap .ins_wrap a:hover {
    opacity: .7;
    text-decoration: none;
  }
  .sns_share_wrap .ins_wrap .ico {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .sns_share_wrap .ins_wrap .ico img {
    width: 100%;
  }
  .sns_share_wrap .sns_share {
    border: 1px solid #555;
  }
  .sns_share_wrap .sns_share .stitle {
    color: #fff;
  }
  .sns_share_wrap .note {
    color: #fff;
  }
}
@media print, screen and (max-width: 1410px) {
  #concept .product2 .point2 .point_name {
    font-size: 2.6rem;
  }
}
@media print, screen and (max-width: 1310px) {
  #concept .product2 .point2 .desc {
    font-size: 1.6rem;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .animate.fade_in_sp {
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  .animate.show.fade_in_sp {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  #header.none {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
  }

  #main {
    background: url("../images/brand/umepresso/bg.jpg") center top/100% #020202 repeat-y;
    margin-bottom: 0;
  }
  #main .inner {
    width: 92%;
    margin: 0 auto;
  }

  .sec_title {
    background: -webkit-gradient(linear, right top, left top, from(#af8132), color-stop(50%, #cbb55c), to(#af8132));
    background: -o-linear-gradient(right, #af8132 0%, #cbb55c 50%, #af8132 100%);
    background: linear-gradient(to left, #af8132 0%, #cbb55c 50%, #af8132 100%);
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: .2em;
    padding: 15px 0;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .sub_navi {
    display: block;
    width: 100%;
    height: 65px;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .sub_navi.fix {
    border-top: 1px solid #dfdfdf;
    position: fixed;
    top: -1px !important;
    left: 0;
    z-index: 10;
  }
  .sub_navi .sub_navi_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.33333vw 5%;
    background-color: #000;
    position: relative;
    top: 0;
    left: 0;
  }
  .sub_navi .logo {
    width: 171px;
  }
  .sub_navi .sp_navi_btn {
    display: block;
    padding: 5px 30px 7px 11px;
    background-color: transparent;
    border-radius: 3px;
    font-size: 1.3rem;
    line-height: 1;
    color: #c4a45f;
    position: relative;
    border: 1px solid #c4a45f;
  }
  .sub_navi .sp_navi_btn span {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .sub_navi .sp_navi_btn span:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #c4a45f;
    position: absolute;
    right: -14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sub_navi .sp_navi_btn span:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #c4a45f;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sub_navi.fix {
    position: fixed;
    z-index: 10;
  }
  .sub_navi .sub_navi_list {
    position: relative;
    display: none;
    width: 100%;
    background: #f3ebd7;
    border-top: 1px solid rgba(188, 153, 62, 0.4);
    z-index: 1;
  }
  .sub_navi .sub_navi_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5%;
  }
  .sub_navi .sub_navi_list li:first-of-type a {
    border-top: none;
  }
  .sub_navi .sub_navi_list li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid rgba(188, 153, 62, 0.4);
    font-size: 1.4rem;
    color: #ba9832;
    display: block;
    padding: 15px 25px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: #c4a45f;
    white-space: nowrap;
    text-align: center;
  }
  .sub_navi .sub_navi_list li a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .main_image {
    width: 100%;
    height: 0;
    padding-top: 98%;
    background: url("../images/brand/umepresso/sp_kv.jpg?id=20230818") center top/100% no-repeat;
  }

  #bc {
    background-color: #000;
  }
  #bc li {
    color: #fff;
  }
  #bc a {
    color: #fff;
  }

  #lead {
    padding: 65px 0;
  }
  #lead.show .logo, #lead.show .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #lead .logo {
    width: 159px;
    margin: 0 auto 40px;
  }
  #lead .desc {
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: .35em;
  }
  #lead .logo, #lead .desc {
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  #lead .desc1 {
    font-size: 1.5rem;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #lead .desc2 {
    font-size: 3.1rem;
    font-weight: bold;
    letter-spacing: .35em;
    color: #fff;
    padding: 20px 0;
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #lead .desc3 {
    font-size: 1.5rem;
    line-height: 2;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }

  #concept {
    width: 100%;
  }
  #concept .product .product_inner {
    overflow: hidden;
    padding-bottom: 85px;
  }
  #concept .product .point {
    position: relative;
    padding: 27px 0 22px 4%;
  }
  #concept .product .point .point_name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: .07em;
    padding-left: 60px;
    padding-bottom: 20px;
  }
  #concept .product .point .point_name span {
    font-weight: bold;
  }
  #concept .product .point .desc {
    font-size: 1.4rem;
    line-height: 1.67857;
    letter-spacing: .07em;
  }
  #concept .product .point1, #concept .product .point2 {
    margin-bottom: 50px;
  }
  #concept .product .point3 {
    padding-top: 40px;
  }
  #concept .product .point3 .point_name {
    padding-bottom: 30px;
  }
  #concept .product .desc {
    font-size: 1.4rem;
    line-height: 1.67857;
    letter-spacing: .07em;
    color: #fff;
  }
  #concept .product1 {
    background: -webkit-gradient(linear, left top, right top, from(#c1d0da), color-stop(50%, #f8fef8), color-stop(50%, #f8fef8), to(#c1d0da));
    background: -o-linear-gradient(left, #c1d0da 0%, #f8fef8 50%, #f8fef8 50%, #c1d0da 100%);
    background: linear-gradient(to right, #c1d0da 0%, #f8fef8 50%, #f8fef8 50%, #c1d0da 100%);
    padding-top: 60px;
  }
  #concept .product1 .product_inner {
    width: 100%;
    height: 100%;
    background: url("../images/brand/umepresso/concept_product1_bg.png") center bottom/111% no-repeat;
  }
  #concept .product1 .product_name {
    width: 145px;
    margin: 0 auto 40px;
  }
  #concept .product1 .image {
    width: 114px;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  #concept .product1 .point {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #concept .product1 .point:after {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    left: 3.8%;
    width: 53px;
    height: 52px;
  }
  #concept .product1 .point1:after {
    background: url("../images/brand/umepresso/concept_product1_point1.png") center 0/100% no-repeat;
  }
  #concept .product1 .point2:after {
    background: url("../images/brand/umepresso/concept_product1_point2.png") center 0/100% no-repeat;
  }
  #concept .product1 .point3:after {
    background: url("../images/brand/umepresso/concept_product1_point3.png") center 0/100% no-repeat;
  }
  #concept .product1 .point_name, #concept .product1 .desc {
    color: #359f5c;
  }
  #concept .product2 {
    background: -webkit-gradient(linear, left top, right top, from(#a91d25), color-stop(50%, #cb102a), color-stop(50%, #cb102a), to(#a91d25));
    background: -o-linear-gradient(left, #a91d25 0%, #cb102a 50%, #cb102a 50%, #a91d25 100%);
    background: linear-gradient(to right, #a91d25 0%, #cb102a 50%, #cb102a 50%, #a91d25 100%);
    text-align: left;
    padding-top: 45px;
  }
  #concept .product2 .product_inner {
    width: 100%;
    height: 100%;
    background: url("../images/brand/umepresso/concept_product2_bg.png") center bottom/111% no-repeat;
  }
  #concept .product2 .product_name {
    width: 145px;
    margin: 0 auto 40px;
  }
  #concept .product2 .image {
    width: 114px;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  #concept .product2 .point {
    background-color: rgba(0, 0, 0, 0.21);
  }
  #concept .product2 .point:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 4%;
    width: 50px;
    height: 52px;
  }
  #concept .product2 .point1:after {
    background: url("../images/brand/umepresso/concept_product2_point1.png") center 0/100% no-repeat;
  }
  #concept .product2 .point2:after {
    background: url("../images/brand/umepresso/concept_product2_point2.png") center 0/100% no-repeat;
  }
  #concept .product2 .point3 {
    padding-top: 35px;
  }
  #concept .product2 .point3:after {
    background: url("../images/brand/umepresso/concept_product2_point3.png") center 0/100% no-repeat;
  }
  #concept .product2 .point_name, #concept .product2 .desc {
    color: #fff;
  }

  #movie .sec_title {
    margin-bottom: 95px;
  }
  #movie .movie_title {
    position: relative;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .275em;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #movie .movie_title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
  }
  #movie .movies {
    margin: 0 auto 85px;
  }
  #movie .movies .block {
    margin-bottom: 40px;
  }
  #movie .movies .block:last-child {
    margin-bottom: 0;
  }
  #movie .movies .block .movie_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 18px;
  }
  #movie .movies .block iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  #movie .movies .block .movie_name {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .075em;
  }
  #movie .movie_stitle {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .075em;
    margin-bottom: 45px;
  }
  #movie .episode .episode_title {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .07em;
    margin-bottom: 25px;
  }
  #movie .episode .desc {
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.67857;
    letter-spacing: .07em;
    text-align: justify;
    margin-bottom: 65px;
  }
  #movie .episode .images {
    margin-bottom: 45px;
  }
  #movie .episode .image {
    width: 82.6%;
    margin: 0 auto 30px;
  }
  #movie .episode .image:last-child {
    margin-bottom: 0;
  }
  #movie .comment {
    padding-bottom: 100px;
    margin: 0 auto;
  }
  #movie .comment .block {
    width: 100%;
    padding: 38px 5.7% 45px;
    background-color: rgba(0, 0, 0, 0.333);
  }
  #movie .comment .block1 {
    margin-bottom: 45px;
  }
  #movie .comment .lead {
    font-size: 1.3rem;
    letter-spacing: .07em;
    color: #dbb45f;
    border-bottom: 1px solid #dbb45f;
    padding-bottom: 9px;
    margin-bottom: 12px;
  }
  #movie .comment .desc {
    font-size: 1.3rem;
    letter-spacing: .07em;
    color: #dbb45f;
    line-height: 1.61538;
    text-align: justify;
    padding-bottom: 50px;
  }
  #movie .comment .box_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid #d5b568;
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    text-align: center;
    color: #d5b568;
  }
  #movie .comment .box_link img {
    display: inline-block;
    width: 72px;
    margin-right: 14px;
  }
  #movie .comment .box_link .btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    background-color: #d5b568;
    border-radius: 15px;
    position: relative;
  }
  #movie .comment .box_link .btn:before {
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    margin: auto;
    background-color: #2b2a2a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #movie .comment .box_link .btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    margin: auto;
    background-color: #2b2a2a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #movie .comment .box_link:hover {
    cursor: pointer;
    background: rgba(186, 152, 50, 0.1);
  }
  #movie .modal_wrap {
    display: none;
    width: 90%;
    max-width: 1000px;
    max-height: 90%;
    margin: 0 auto;
    margin: auto;
    padding: 5%;
    background-color: #fff;
    border-radius: 10px;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  #movie .modal_wrap .modal_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #movie .modal_wrap .close {
    width: 40px;
    height: 40px;
    background-color: #002541;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #movie .modal_wrap .close:before {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #movie .modal_wrap .close:after {
    content: "";
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #movie .modal_wrap .image_box {
    width: 100%;
  }
  #movie .modal_wrap .image_box .image {
    width: 48%;
    margin: 0 auto;
  }
  #movie .modal_wrap .image_box .profile .name {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    color: #d5b568;
  }
  #movie .modal_wrap .image_box .profile .birth {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
  }
  #movie .modal_wrap .text_wrap {
    width: 100%;
    padding-top: 15px;
  }
  #movie .modal_wrap .text_wrap .text_box dt {
    font-size: 1.4rem;
    padding-bottom: 10px;
    font-weight: bold;
  }
  #movie .modal_wrap .text_wrap .text_box dd {
    font-size: 1.4rem;
    padding-bottom: 20px;
    line-height: 1.4;
  }

  #pairing .pairing {
    position: relative;
  }
  #pairing .pairing:before {
    content: '';
    display: block;
    position: absolute;
  }
  #pairing .pairing .pairing_title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
    font-style: italic;
    text-align: center;
    line-height: 1.32143;
    margin-bottom: 40px;
  }
  #pairing .pairing .pairing_title span {
    font-size: 2.8rem;
    font-weight: bold;
  }
  #pairing .pairing .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    margin: 0 auto;
  }
  #pairing .pairing .detail .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pairing .pairing .detail .list.show .item {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #pairing .pairing .detail .item {
    position: relative;
    width: 47.82%;
    padding: 10px 13px 33% 13px;
    margin-bottom: 4.3%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  #pairing .pairing .detail .item:nth-child(2) {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #pairing .pairing .detail .item:nth-child(3) {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #pairing .pairing .detail .item:nth-child(4) {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #pairing .pairing .detail .item .image {
    position: absolute;
    width: calc(100% - 26px);
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #pairing .pairing .detail .item:nth-child(n + 3) {
    margin-bottom: 0;
  }
  #pairing .pairing .detail .item_name, #pairing .pairing .detail .item_desc {
    font-weight: bold;
    letter-spacing: .1em;
  }
  #pairing .pairing .detail .item_name {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #pairing .pairing .detail .item_desc {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
  #pairing .pairing .detail .info .image {
    margin-bottom: 35px;
  }
  #pairing .pairing1 {
    padding-top: 90px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#c8d6dd), color-stop(10%, #dae5e7), color-stop(50%, #f8fef8), color-stop(90%, #dae5e7), to(#c8d6dd));
    background: -o-linear-gradient(right, #c8d6dd 0%, #dae5e7 10%, #f8fef8 50%, #dae5e7 90%, #c8d6dd 100%);
    background: linear-gradient(to left, #c8d6dd 0%, #dae5e7 10%, #f8fef8 50%, #dae5e7 90%, #c8d6dd 100%);
  }
  #pairing .pairing1:before {
    background: url("../images/brand/umepresso/sp_pairing1_bg.png") center top/100% no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 182.6%;
  }
  #pairing .pairing1 .pairing_title {
    color: #0c9338;
  }
  #pairing .pairing1 .detail .item {
    background-color: #fff;
  }
  #pairing .pairing1 .detail .item_name {
    color: #0c9338;
    border-bottom: 2px solid #0c9338;
  }
  #pairing .pairing1 .detail .item_desc {
    color: #0c9338;
  }
  #pairing .pairing2 {
    padding-top: 70px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#aa1c25), color-stop(50%, #cb102a), to(#aa1c25));
    background: -o-linear-gradient(right, #aa1c25 0%, #cb102a 50%, #aa1c25 100%);
    background: linear-gradient(to left, #aa1c25 0%, #cb102a 50%, #aa1c25 100%);
  }
  #pairing .pairing2:before {
    background: url("../images/brand/umepresso/sp_pairing2_bg.png") center top/100% no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    padding-top: 154.9%;
  }
  #pairing .pairing2 .pairing_title {
    color: #fff;
  }
  #pairing .pairing2 .detail .item {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #pairing .pairing2 .detail .item_name {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  #pairing .pairing2 .detail .item_desc {
    color: #fff;
    margin-bottom: 15px;
  }

  #products .sec_title {
    margin-bottom: 70px;
  }
  #products .product1 {
    padding-bottom: 120px;
  }
  #products .product1 .block .name {
    padding-top: 60px;
  }
  #products .product2 {
    padding-bottom: 100px;
  }
  #products .product2 .block .name {
    padding-top: 50px;
  }
  #products .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #products .block .image {
    width: 33.33%;
    margin-right: 5.79%;
    margin-left: 11.59%;
  }
  #products .block .detail {
    width: 100%;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.61538;
  }
  #products .block .name {
    width: 39.42%;
    margin-left: 10px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #products .block .desc {
    padding-top: 40px;
    color: #fff;
    letter-spacing: .07em;
  }
  #products .block dt, #products .block dd {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    letter-spacing: .07em;
  }
  #products .block .link {
    padding-top: 35px;
    text-align: center;
  }
  #products .block .link a {
    display: block;
    width: 60.86%;
    max-width: 420px;
    height: 42px;
    border: 1px solid #fff;
    font-size: 1.3rem;
    padding-top: 10px;
    color: #fff;
    margin: 0 auto;
  }
  #products .block .link a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
  }

  .sns_share_wrap {
    background-color: #000;
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .sns_share_wrap .ins_wrap {
    width: 92%;
    margin: 0 auto 20px;
  }
  .sns_share_wrap .ins_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 0;
    border: 1px solid #555;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    letter-spacing: .07em;
    color: #fff;
  }
  .sns_share_wrap .ins_wrap a:hover {
    opacity: .7;
    text-decoration: none;
  }
  .sns_share_wrap .ins_wrap .ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .sns_share_wrap .ins_wrap .ico img {
    width: 100%;
  }
  .sns_share_wrap .sns_share {
    border: 1px solid #555;
    margin-bottom: 0;
  }
  .sns_share_wrap .sns_share .stitle {
    color: #fff;
  }
  .sns_share_wrap .note {
    color: #fff;
  }
}
