@charset "utf-8";

/* ======================================================
 * product.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
 * Media Queries
 * @media only screen and (max-width: 767px)
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .container{
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .MainBody{
    padding-top: 0;
  }
  .pageHead{
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* ----- yupo-main-visual ----- */
  .yupo-main-visual{
    position: relative;
    padding: 88px 0 124px;
    width: 100%;
    background: url(/china/yupo/img/index_main01.jpg) no-repeat 50% 100% #fafbfc;
  }
  .yupo-heading-lv1{
    text-align: center;
  }
  .yupo-heading_subtitle{
    position: relative;
    width: 220px;
    margin: 0 auto;
    padding: 18px 0 30px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
  }
  .yupo-heading_subtitle:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 76px;
    background: url(/china/yupo/img/index_bg01.png) no-repeat 0 0;
    content: "";
  }
  .yupo-heading_title{
    margin-top: 12px;
    font-size: 7.6rem;
    font-weight: 700;
    color: #ef7c0a;
    line-height: 1;
  }
  .yupo-heading_lead{
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
  .yupo-scroll{
    position: absolute;
    width: 46px;
    height: 73px;
    bottom: -40px;
    z-index: 100;
    left: 50%;
    margin-left: -23px;
  }
  
  /* ----- yupo-anc-layout ----- */
  .yupo-anc-layout{
    width: 1120px;
    margin: 50px auto 0;
  }
  .yupo-anc_btn{
    position: relative;
  }
  .yupo-anc_btn:nth-child(2n){
    margin-top: 40px !important;
  }
  .yupo-anc_btn a{
    display: block;
    color: #333;
  }
  .yupo-anc_btn a:hover{
    text-decoration: none;
    color: #333;
  }
  .yupo-anc_btn a:hover .btn_num,
  .yupo-anc_btn a:hover .btn_text .btn_point,
  .yupo-anc_btn a:hover .btn_bg{
    opacity: 0.7;
  }
  .yupo-anc_btn a:hover .btn_text {
    color: #999;
  }
  .yupo-anc_btn .btn_num{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .yupo-anc_btn .btn_text{
    position: relative;
    width: 200px;
    height: 200px;
    padding-top: 58px;
    background: url(/china/yupo/img/index_ic02.png) no-repeat 50% 92% #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
    z-index: 10;
    font-size: 2rem;
    font-weight: 700;
  }
  .yupo-anc_btn.typeGreen .btn_text{
    padding-top: 65px;
  }
  .yupo-anc_btn.typeLightgreen .btn_text{
    padding-top: 76px;
  }
  .yupo-anc_btn .btn_point{
    font-size: 2.4rem;
  }
  .yupo-anc_btn.typeBlue .btn_point{
    color: #48a9dd;
  }
  .yupo-anc_btn.typePink .btn_point{
    color: #e46999;
  }
  .yupo-anc_btn.typePurple .btn_point{
    color: #6c549f;
  }
  .yupo-anc_btn.typeGreen .btn_point{
    color: #0bab94;
  }
  .yupo-anc_btn.typeLightgreen .btn_point{
    color: #a9cb10;
  }
  .yupo-anc_btn .btn_bg{
    position: absolute;
    top: 16px;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #48a9dd;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .yupo-anc_btn.typePink .btn_bg{
    background-color: #e5699a;
  }
  .yupo-anc_btn.typePurple .btn_bg{
    background-color: #6b549e;
  }
  .yupo-anc_btn.typeGreen .btn_bg{
    background-color: #0baa94;
  }
  .yupo-anc_btn.typeLightgreen .btn_bg{
    background-color: #a7c910;
  }
  
  /* ----- yupo-cont-layout_inner ----- */
  /* fadein */
  .fadein {
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  
  .yupo-cont-layout{
    padding-top: 200px;
  }
  .yupo-cont-layout_inner{
    position: relative;
    background-color: #e3e9ec;
  }
  .yupo-cont-layout_inner.layout-left{
    margin-left: 160px;
    flex-flow: row-reverse wrap;
  }
  .yupo-cont-layout_inner.layout-right{
    margin-right: 160px;
  }
  .yupo-cont-layout_inner.layout-four{
    margin-top: 130px !important;
    background-color: #fff;
  }
  .yupo-img_wrap{
    position: relative;
    width: 52%;
  }
  .layout-left .yupo-img_wrap{
    padding-right: 160px;
    padding-bottom: 200px;
  }
  .layout-right .yupo-img_wrap{
    padding-left: 160px;
    padding-bottom: 200px;
  }
  .layout-four .yupo-img_wrap{
    width: 100%;
  }
  
  .yupo-box_wrap{
    width: 55%;
    margin-left: 0 !important;
  }
  .yupo-eco-layout .yupo-box_wrap {
    width: 80%;
  }
  .yupo-box_wrap{
    position: absolute;
    top: -80px;
    padding-top: 80px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .yupo-box_wrap .list-note{
    font-size: 1.4rem;
    color: #666;
  }
  .yupo-box_inner{
    position: relative;
    width: 63.5%;
    z-index: 1000;
  }
  .yupo-eco-layout .yupo-box_inner {
    width: 90%;
  }
  .layout-left .yupo-box_inner{
    float: right;
  }
  .yupo-box_inner .text-paragraph{
    margin-top: 1.5em;
  }
  .layout-left .yupo-box_wrap{
    padding-right: 36px;
    left: -160px;
  }
  .layout-right .yupo-box_wrap{
    padding-left: 80px;
    right: -160px;
    
  }
  .yupo-cont-num{
    position: absolute;
    top: -60px;
  }
  .layout-left .yupo-cont-num{
    left: 50%;
    margin-left: -146px;
  }
  .layout-right .yupo-cont-num{
    right: 50%;
    margin-right: -160px;
  }
  .layout-left .yupo-img{
    padding: 260px 0 120px;
  }
  .layout-right .yupo-img{
    padding: 140px 0 60px;
  }
  .yupo-img_caption{
    position: absolute;
    padding-top: 70px;
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .layout-left .yupo-img_caption{
    top: -214px;
    right: 0;
  }
  .layout-right .yupo-img_caption{
    top: 110px;
    left: 200px;
  }
  .yupo-img_inner{
    position: relative;
  }
  .yupo-more-list_wrap{
    background-color: #f9f9f9;
    margin: 1.5em -36px 0 -340px;
    padding: 30px 80px 30px 340px;
  }
  .layout-right .yupo-more-list_wrap{
    margin: 1.5em -340px 0 -80px;
    padding: 30px 340px 30px 80px;
  }
  .yupo-more-list{
    align-items: center;
  }
  .yupo-more-list .list_title,
  .more-layout .more_title{
    font-weight: 700;
  }
  
  .yupo-more-list .link-button{
    margin-top: 0;
  }
  .yupo-more-list[data-row-pc="1"] .link-button,
  .more-layout .link-button{
    margin-top: 1em;
  }
  .yupo-more-list .link-button > li > a,
  .more-layout .link-button > li > a{
    padding: 10px;
  }
  .yupo-more-list .link-button > li > a:before,
  .more-layout .link-button > li > a:before{
    border-right: solid 9px #f9f9f9;
    border-bottom: solid 9px #f9f9f9;
  }
  
  
  /* yupo-bg */
  [class*="yupo-bg"]{
    position: absolute;
    z-index: 100;
  }
  .yupo-bg01{
    right: 8px;
    top: -250px;
  }
  .yupo-bg02{
    left: -160px;
    top: 80px;
  }
  .yupo-bg03{
    right: -160px;
    top: -110px;
  }
  .yupo-bg04{
    left: 200px;
    top: -50px;
  }
  .yupo-bg05{
    top: 0;
    left: 40px;
  }
  .yupo-bg06{
    top: 1014px;
    right: 40px;
  }
  .yupo-bg07{
    top: 330px;
    right: 40px;
  }
  .yupo-bg08{
    top: 1260px;
    left: 50px;
  }
  .yupo-bg09{
    top: -130px;
    left: 0;
  }
  .yupo-bg10{
    top: 30px;
    right: 200px;
  }
  .yupo-bg11{
    top: 30px;
    left: -100px;
  }
  .yupo-bg12{
    top: 0;
    right: -110px;
  }
  
  /* ----- yupo-one-layout ----- */
  .yupo-one-layout{
    position: relative;
    width: 84%;
    margin: 0 auto;
    padding-top: 70px;
  }
  .yupo-one-num{
    text-align: center;
  }
  .yupo-one-num + .yupo-heading-lv2{
    margin-top: 1em;
    text-align: center;
  }
  .yupo-lead + .yupo-one-layout{
    margin-top: 100px;
  }
  /* ----- eco-layout ----- */
  .yupo-eco-layout{
    position: relative;
    padding-top: 80px;
  }
  .yupo-eco-layout .yupo-column-layout_wrap{
    width: calc(100vw - 320px);
    margin: 180px auto 0;
  }

  .yupo-list-order{
    margin-top: 2em;
  }
  .yupo-list-order > li{
    position: relative;
    padding-left: 40px;
  }
  .yupo-list-order > li:after{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(/china/yupo/img/index_ic04.png) no-repeat 0 0;
    content: "";
  }
  .yupo-list-order > li:nth-child(2):after{
    background-position: -30px 0;
  }
  .yupo-subBox{
    margin-top: 2em;
    padding: 25px 30px;
    border: 1px solid #ccc;
  }
  .yupo-subBox .subBox_title{
    font-weight: 700;
  }
  .yupo-subBox .subBox_text{
    font-size: 1.4rem;
    margin-top: 0.8em;
  }
  /* ----- yupo-world-layout ----- */
  .yupo-world-layout{
    padding-top: 140px;
  }
  .yupo-world-layout > section{
    padding: 80px 0 60px;
    background-color: #e3e9ec;
  }
  .yupo-world-layout_inner{
    position: relative;
    width: 63.5%;
    margin: 0 auto;
  }
  .yupo-world-layout .yupo-one-num{
    text-align: center;
    margin-top: -130px;
  }
  .yupo-world-image{
    margin-top: 2em;
    text-align: center;
  }
  .more-layout{
    margin-top: 2em;
    padding: 25px 30px 30px;
    background-color: #f9f9f9;
  }
  /* ----- yupo-conversion-layout ----- */
  .yupo-conversion-layout{
    margin-top: 0;
    border-top: none;
  }
  
  /* ----- yupo-column-layout ----- */
  .yupo-column-layout_wrap{
    margin-top: 80px;
    padding-bottom: 70px;
    background-color: #e3e9ec;
  }
  .yupo-lead + .yupo-one-layout{
    margin-top: 100px;
  }
  .yupo-column-layout{
    width: 70%;
    margin: 0 auto;
  }
  .yupo-column .column_title{
    padding: 8px 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ef7c0a;
    background-color: #fff;
    text-align: center;
  }
  .yupo-column .column_title > span{
    font-size: 1.8rem;
  }
  .yupo-column .column_detail,
  .yupo-column .column_image{
    margin-top: 0.8em;
  }
  .yupo-column-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 2.5em;
  }
  
  
  /* ------------------------------------------------------
   * heading 
  ------------------------------------------------------ */
  .yupo-heading-lv2 > .heading_title{
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .yupo-heading-lv2 .f-Blue{
    color: #49ace1;
  }
  .yupo-heading-lv2 .f-Pink{
    color: #eb6c9e;
  }
  .yupo-heading-lv2 .f-Purple{
    color: #6e56a2;
  }
  .yupo-heading-lv2 .f-Green{
    color: #0baf98;
  }
  .yupo-heading-lv2 .f-Lightgreen{
    color: #accf10;
  }
  .yupo-heading-lv3{
    position: relative;
    top: -44px;
  }
  .yupo-heading-lv3 > .heading_title{
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 18px 0 30px;
  }
  .yupo-heading-lv3.typeA > .heading_title{
    width: 280px;
  }
  .yupo-heading-lv3.typeB > .heading_title{
    width: 320px;
  }
  .yupo-heading-lv3.typeC > .heading_title{
    width: 239px;
  }
  .yupo-heading-lv3 > .heading_title:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 103px;
    background: url(/china/yupo/img/index_bg01.png) no-repeat 0 0;
    content: "";
  }
  .yupo-heading-lv3.typeA > .heading_title:after {
    width: 280px;
    background-position: 0 -76px;
  }
  .yupo-heading-lv3.typeB > .heading_title:after {
    width: 320px;
    background-position: 0 -179px;
  }
  .yupo-heading-lv3.typeC > .heading_title:after {
    width: 239px;
    background-position: 0 -282px;
  }
  .yupo-heading-lv3 .title_dots{
    display: inline-block;
    background: url(/china/yupo/img/index_ic03.png) repeat-x 10px 0;
  }
  .yupo-heading-lv3_2{
    position: relative;
    padding-bottom: 15px;
  }
  .yupo-heading-lv3_2 > .heading_title{
    
    font-size: 2.4rem;
    font-weight: 700;
  }
  .yupo-heading-lv3_2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #0baf98;
  }
  .yupo-lead{
    margin-top: 1.5em;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .yupo-lead + .text-paragraph{
    margin-top: 1.5em;
  }
  .yupo-lead-lv2{
    margin-top: 2em;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .yupo-box_wrap::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1540px) {
.yupo-box_inner{
    width: 80%;
  }
  .yupo-cont-layout{
    min-height: 1000px;
  }
  .yupo-cont-layout:nth-child(2){
    min-height: 800px;
  }
  .yupo-eco-layout .yupo-cont-layout_inner{
    min-height: 800px;
  }
  .yupo-bg05{
    left: -20px;
  }
  .yupo-bg10{
    right: 120px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .pageHead{
    position: relative;
    padding: 0;
    z-index: 1;
  }
  .pc-hidden{
    display: block;
  }
  .container{
    position: relative;
    overflow: inherit;
    margin-top: 0;
    z-index: 100;
  }
  /* ----- yupo-main-visual ----- */
  .yupo-main-visual{
    position: relative;
    padding: 50px 0 30px;
    width: 100%;
    background: url(/china/yupo/img/index_main01_sp.jpg) no-repeat 50% 0 #fafbfc;
    background-size: 100% auto;
    z-index: 1;
  }
  .yupo-heading-lv1{
    text-align: center;
  }
  .yupo-heading_subtitle{
    position: relative;
    width: 124px;
    margin: 0 auto;
    padding: 10px 0 16px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
  }
  .yupo-heading_subtitle:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 42px;
    background: url(/china/yupo/img/index_bg01.png) no-repeat 0 0;
    background-size: 180px 217px;
    content: "";
  }
  .yupo-heading_title{
    margin-top: 10px;
    font-size: 5rem;
    font-weight: 700;
    color: #ef7c0a;
    line-height: 1;
  }
  .yupo-heading_lead{
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
  }
  .yupo-scroll{
    width: 30px;
    margin: 1.5em auto 0;
  }
  /* ----- yupo-anc-layout ----- */
  .yupo-anc-layout{
    width: 320px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .yupo-anc_btn{
    position: relative;
  }
  .yupo-anc_btn:nth-child(2n){
    margin-top: 25px !important;
  }
  .yupo-anc_btn a{
    display: block;
    color: #333;
  }
  .yupo-anc_btn .btn_num{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 44px;
  }
  .yupo-anc_btn .btn_text{
    position: relative;
    width: 140px;
    height: 140px;
    padding: 40px 7px 0;
    background: url(/china/yupo/img/index_ic02.png) no-repeat 50% 92% #fff;
    background-size: 7px 19px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
    z-index: 10;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .yupo-anc_btn.typeBlue .btn_text,
  .yupo-anc_btn.typePink .btn_text,
  .yupo-anc_btn.typeLightgreen .btn_text{
    padding-top: 50px;
  }
  .yupo-anc_btn .btn_point{
    font-size: 1.6rem;
  }
  .yupo-anc_btn:nth-child(odd){
    margin-top: -25px !important;
  }
  .yupo-anc_btn.typeBlue .btn_point{
    color: #48a9dd;
  }
  .yupo-anc_btn.typePink .btn_point{
    color: #e46999;
  }
  .yupo-anc_btn.typePurple .btn_point{
    color: #6c549f;
  }
  .yupo-anc_btn.typeGreen .btn_point{
    color: #0bab94;
  }
  .yupo-anc_btn.typeLightgreen .btn_point{
    color: #a9cb10;
  }
  .yupo-anc_btn .btn_bg{
    position: absolute;
    top: 12px;
    left: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #48a9dd;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .yupo-anc_btn.typePink .btn_bg{
    background-color: #e5699a;
  }
  .yupo-anc_btn.typePurple .btn_bg{
    background-color: #6b549e;
  }
  .yupo-anc_btn.typeGreen .btn_bg{
    background-color: #0baa94;
  }
  .yupo-anc_btn.typeLightgreen .btn_bg{
    background-color: #a7c910;
  }
  /* ----- yupo-cont-layout_inner ----- */
  .yupo-cont-layout{
    padding-top: 60px;
    background-color: #fafbfc;
    margin-right: -15px;
    margin-left: -15px;
  }
  .yupo-cont-layout_inner{
    position: relative;
    
    padding: 30px 15px 0;
    background-color: #e3e9ec;
    z-index: 100;
    box-shadow:0px -50px 0px -2px #fff inset;
  }
  .yupo-cont-layout_inner.layout-four{
    margin: 3em -15px 0;
  }
  .yupo-cont-layout:first-child .yupo-cont-layout_inner{
    margin-top: 0;
  }
  .yupo-cont-num{
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    z-index: 100;
  }
  .yupo-img_caption {
    margin: 1em auto 0;
    padding-top: 35px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .yupo-img  figure{
    margin-top: 1em;
  }
  .yupo-img_wrap{
    z-index: 1;
  }
  .yupo-cont-layout_inner.layout-four .yupo-img_wrap{
    margin: -30px -15px 0;
  }
  [class*="yupo-bg"]{
    display: none;
  }
  .yupo-box_wrap{
    margin-top: 1em;
    padding: 20px 20px 0;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
  .layout-left .yupo-box_wrap{
    margin-left: -15px;
  }
  .layout-right .yupo-box_wrap{
    margin-right: -15px;
  }
  .yupo-cont-layout_inner.layout-four .yupo-box_wrap{
    position: relative;
    margin-top: -3em;
  }
  .yupo-box_wrap .list-note{
    color: #666;
  }
  .yupo-more-list_wrap{
    background-color: #f9f9f9;
    margin-top: 1.5em;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 15px;
  }
  .more-layout .more_title,
  .yupo-more-list .list_title{
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .more-layout [class*="link-button"],
  .yupo-more-list [class*="link-button"]{
    margin-top: 0.5em !important;
  }
  .yupo-more-list .link-button > li > a::before {
    border-right: solid 9px #f9f9f9;
    border-bottom: solid 9px #f9f9f9;
  }
  /* ----- yupo-one-layout ----- */
  .yupo-one-layout{
    margin-top: 2em;
  }
  .yupo-one-num{
    width: 80px;
    margin: 0 auto;
  }
  
  .yupo-heading-lv2 + .yupo-lead,
  .yupo-lead + .yupo-one-layout{
    margin-top: 1em;
  }
  /* ----- yupo-eco-layout ----- */
  .yupo-eco-layout{
    margin-top: 2em;
    padding-top: 10px;
  }
  .yupo-eco-layout .yupo-column-layout_wrap{
    margin-top: 2em;
  }

  .yupo-list-order{
    margin-top: 1.5em;
  }
  .yupo-list-order > li{
    position: relative;
    padding-left: 40px;
  }
  .yupo-list-order > li:after{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(/china/yupo/img/index_ic04.png) no-repeat 0 0;
    content: "";
  }
  .yupo-list-order > li:nth-child(2):after{
    background-position: -30px 0;
  }
  .yupo-subBox{
    margin-top: 2em;
    padding: 25px 30px;
    border: 1px solid #ccc;
  }
  .yupo-subBox .subBox_title{
    font-weight: 700;
  }
  .yupo-subBox .subBox_text{
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
  /* ----- yupo-column-layout ----- */
  .yupo-column-layout_wrap{
    margin: 3em -15px 0 -15px;
    padding: 0 15px 30px;
    background-color: #e3e9ec;
  }
  .yupo-lead + .yupo-one-layout{
    margin-top: 2em;
  }
  .yupo-column-layout{
    margin-top: -30px;
  }
  .yupo-column .column_title{
    padding: 8px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ef7c0a;
    background-color: #fff;
    text-align: center;
  }
  .yupo-column .column_title > span{
    font-size: 1.6rem;
  }
  .yupo-column .column_detail,
  .yupo-column .column_image{
    margin-top: 0.8em;
  }
  .yupo-column-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 2em;
  }
  /* ----- yupo-world-layout ----- */
  .yupo-world-layout{
    margin: 0 -15px;
    padding-top: 70px;
  }
  .yupo-world-layout_inner{
    padding: 15px 15px 20px;
    background-color: #e3e9ec;
  }
  .yupo-world-layout .yupo-one-num{
    text-align: center;
    margin-top: -3em;
  }
  .yupo-world-image{
    margin-top: 1em;
    text-align: center;
  }
  .more-layout{
    margin-top: 1.5em;
    padding: 20px 15px 15px;
    background-color: #f9f9f9;
  }
  /* ----- yupo-conversion-layout ----- */
  .yupo-conversion-layout{
    margin-top: 0;
    border-top: none;
  }
  /* ------------------------------------------------------
   * heading
  ------------------------------------------------------ */
  .yupo-heading-lv2 > .heading_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-top: 1em;
  }
  .yupo-one-num + .yupo-heading-lv2 > .heading_title{
    margin-top: 0.5em;
  }
  .yupo-one-num + .yupo-heading-lv2{
    margin-top: 0;
    text-align: center;
  }
  .yupo-heading-lv2 .f-Blue{
    color: #49ace1;
  }
  .yupo-heading-lv2 .f-Pink{
    color: #eb6c9e;
  }
  .yupo-heading-lv2 .f-Purple{
    color: #6e56a2;
  }
  .yupo-heading-lv2 .f-Green{
    color: #0baf98;
  }
  .yupo-heading-lv2 .f-Lightgreen{
    color: #accf10;
  }
  .yupo-heading-lv3{
    position: relative;
    top: -20px;
  }
  .yupo-heading-lv3 > .heading_title{
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 24px;
  }
  .yupo-heading-lv3.typeA > .heading_title{
    width: 175px;
  }
  .yupo-heading-lv3.typeB > .heading_title{
    width: 200px;
  }
  .yupo-heading-lv3.typeC > .heading_title{
    width: 150px;
  }
  .yupo-heading-lv3 > .heading_title:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    background: url(/china/yupo/img/index_bg01.png) no-repeat 0 0;
    background-size: 200px 241px;
    content: "";
  }
  .yupo-heading-lv3.typeA > .heading_title:after {
    width: 175px;
    background-position: 0 -47px;
  }
  .yupo-heading-lv3.typeB > .heading_title:after {
    width: 200px;
    background-position: 0 -111px;
  }
  .yupo-heading-lv3.typeC > .heading_title:after {
    width: 150px;
    background-position: 0 -176px;
  }
  .yupo-heading-lv3 .title_dots{
    display: inline-block;
    padding-top: 4px;
    background: url(/china/yupo/img/index_ic03.png) repeat-x 10px 0;
    background-size: 17px auto;
  }
  .yupo-heading-lv3_2{
    position: relative;
    padding-bottom: 10px;
  }
  .yupo-heading-lv3_2 > .heading_title{
    font-size: 2rem;
    font-weight: 700;
  }
  .yupo-heading-lv3_2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #0baf98;
  }
  .yupo-lead{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .yupo-lead + .text-paragraph{
    margin-top: 1.5em;
  }
  .yupo-lead-lv2{
    margin-top: 1em;
  }

  
}
