/*
Theme Name:ACD
Author: yuki izawa
Version:1.0
*/

/* --------トップページ--------- */

/* --------トップページ アイキャッチ--------- */
.eye_inner img {
    width: 100%;
}
.eye_text_inner {
    background-color: #01AAAD;
}
.eye_text_inner p {
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 50px 20px;
}
.kv_img_sp {
        display:none;
}
.top_bar_sp {
    display: none;
}

/* --------トップページ 展開メディア--------- */
.media_inner {
    margin-top: 80px;
    position: relative;
}
.media_inner h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    position: relative;
}
.demo__wrap_sp {
        display: none!important;
    }
.media_inner h2::after {
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo {
    margin-top: 70px;
    
}
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}
.d-demo__list {
  display: flex;
  list-style: none;
}
.d-demo__list--left{
animation :infinity-scroll-left 100s infinite linear 0.5s both;
}
.d-demo__item {
  width: calc(100vw / 4);
  margin: 0 -30px;
}
.d-demo__item > img{
   width: 100%;
}
.media_top_text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1vw;
}
.media_box ul li p {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
}
.media_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.media_box ul li{
    width: 24%;
}
.media_box ul li img {
    display: block;
    margin: auto;
}
.media_box {
    position: absolute;
    top: 30%;
    left: 20%;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    background-color:rgba(245,245,250,0.9);
    padding: 40px 100px 30px;
    width: 50%;
    transform: skew(-10deg);
}
.media_shape {
    transform: skew(10deg);
}
.btn {
    width: 400px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 115px;
    background-color: #fff;
    color: #333;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 25px 0;
    border-radius: 50px;
    border: solid #333;
}
.btn span {
    color: #FA066B;
}

/* --------トップページ チャンネル--------- */
#ch_01 {
    background-color: #F5F5FA;
}
#ch_03 {
    background-color: #F5F5FA;
}
.ch_inner h2 {
    text-align: center;
    padding-top: 160px;
    margin-bottom: 80px;
    position: relative;
}
.ch_inner h2::after {
  content: '';
    width: 85px;
    height: 8px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 40px);
    transform: skew(-30deg);
}
.ch_img_inner {
    max-width: 1050px;
    margin: auto;
    position: relative;
}
.ch_text_inner ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.ch_text_inner ul li {
    display: flex;
    align-items: center;
}
.ch_text_inner ul li:last-child {
    color: #fff;
    font-weight: bold;
    background-color: #1CC763;
    width: 128px;
    height: 25px;
    border-radius: 4px;
}
.ch_text_inner ul li:last-child p {
    font-size: 1.1rem;
    margin: auto;
}
.ch_text_inner ul li p {
    font-size: 2.6rem;
    font-weight: bold;
    margin-left: 20px;
}
.ch_text_inner ul li p span {
    font-size: 1.4rem;
}
.ch_text_inner {
    position: absolute;
    bottom: -27%;
    width: 95%;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 3px 3px 6px #707070;
}
.ch_text_box {
    padding: 20px 50px 40px 50px;
}
.achieve_inner {
    padding-bottom: 220px;
    max-width: 1060px;
    margin: auto;
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.achieve_left {
    width: 30%;
}
.achieve_right {
    width: 68%;
}
.achieve_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.ch_tag01 {
    background-color: #00AEE9!important;
}
.ch_tag02 {
    background-color: #EB7350!important;
}
.ch_inner {
    position: relative;
}
.ch_border_img_top {
    position: absolute;
    top: 5%;
    left: -5%;
}
.ch_border_img_bottom {
    position: absolute;
    bottom: 10%;
    right: -12%;
}
.ch_border_img_top img {
    width: 25vw;
}
.ch_border_img_bottom img {
    width: 35vw;
}

/* --------トップページ チャンネル下部--------- */
.chbottom_box {
    background-color: #fff;
    max-width: 1060px;
    margin: auto;
}
.chbottom_box_2 {
    margin-top:5px;
}
.chbottom_box h2 {
    padding: 22px 0 24px 10px;
    font-size: 2rem;
    border-bottom: 3px solid #F5F5FA;
    width: 93%;
    margin: auto;
}
.chbottom_content_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    margin-top: 65px;
    border-bottom: 2px solid #F5F5FA;
    padding-bottom: 40px;
}
.chbottom_content_box_left h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
}
.WeChat_text {
    font-size: 1.4rem;
    line-height: 26px;
}
.WeChat_link {
    font-size: 1.2rem;
    margin-top: 25px;
}
.chbottom_content_box_left {
    width: 75%;
}
.chbottom_content_box_right {
    width: 20%;
}
.chbottom_method h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
}
.chbottom_method_inner p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    
}
.chbottom_method_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E0E0E0;
    padding: 20px;
}
.chbottom_method_inner ul li{
    
}
.chbottom_method_inner ul li p{
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.chbottom_method_inner2 {
    margin-top: 40px;
}
.chbottom_method_inner2 ul {
    border:unset;
    padding:0;
}
.chbottom_method_inner2 ul li:nth-child(2){
    margin: 0 30px;
    margin-top: 80px;
}
.chbottom_method_inner2 ul li:nth-child(3){
    margin-right: 30px;
}
.chbottom_method_inner2 ul li p{
    font-size: 1.9rem;
    text-align: center;
    line-height: 20px;
}
.chbottom_method_inner2 ul li span{
    font-size: 1rem;
}
.chbottom_method_item {
    margin: 0 50px 0 30px;
}
.chbottom_method_item2 {
    margin-right:30px;
    margin-top: 20px;
}
 .method_05_img_sp {
    display:none;
    } 
.chbottom_method_item3 {
    margin-top: 20px;
}
.chbottom_method_list {
    justify-content: unset!important;
    width: 76%;
}
.chbottom_title_box {
    background-color: #01AAAD;
    text-align: center;
    padding: 51px 20px;
}
.chbottom_h2 {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 70px;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}
.chbottom_h2::after{
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}
.chbottom_wrapper {
    background-color: #F5F5FA;
    padding: 0 50px;
    padding-bottom: 100px;
}
.chbottom_list li {
    padding: 50px 20px;
}
.chbottom_list li a {
    width: 400px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    color: #333;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 25px 0;
    border-radius: 50px;
}
.chbottom_list li span {
    color: #FA066B;
    font-weight: bold;
}
.chbottom_list li:nth-child(1) {
    background-color: #01AAAD;
    
}
.chbottom_list li:nth-child(1) p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
}

.chbottom_list li:nth-child(2) {
    background-color: #3F6EC6;
}
.chbottom_list li:nth-child(2) h2 {
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
}
.chbottom_list li:nth-child(2) p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    line-height: 38px;
}
.chbottom_list li:nth-child(3) h2 {
    text-align: center;
    font-size: 2.4rem;
}
.chbottom_list li:nth-child(3) p {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    line-height: 38px;
}
.chbottom_list li:nth-child(3) a {
    border: solid #333;
}
.chbottom_text_pc {
   
}
.app_img_sp {
        display:none;
    }
    .and_img_sp {
        display: none;
    }
.chbottom_text_sp {
    display: none;
}
.bili_text {
    font-size: 1.4rem;
}
.bili_text2 {
    margin-top: 20px;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.bili_btm {
    width:245px;
    display: block;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    color: #333;
    font-size:1.2rem;
    font-weight: 500;
    padding: 15px 0;
    border: solid 1px #333;
    border-radius: 50px;
}
.bili_btm span {
    color: #FA066B;
}
.bili_text3 {
    font-size:1rem;
    margin-top:10px;
}
.chbottom_content_box2 {
    align-items: center;
    border-bottom:unset!important;
}
.method_01_img_sp {
        display: none;
    }
    .method_02_img_sp {
        display: none;
    }
    .method_03_img_sp {
        display: none;
    }
    .method_04_img_sp {
        display: none;
    }

.chbottom_acc {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}
.chbottom_content_box_right {
    display: none;
}
.chbottom_content_box_right_pc {
    display: block!important;
}


.chbottom_acc::after{    
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top:15px;
  bottom: 15%;
  margin: auto;

}
/*　closeというクラスがついたら形状変化　*/


.chbottom_acc.close::after{
  transform: rotate(135deg);
}

.chbottom_content_box {
    display: none;
}

.chbottom_content_box2.open {
    display:flex;
}
.chbottom_content_box.open {
    display:flex;
}
.chbottom_content_box3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    margin-top: 65px;
    border-bottom: 2px solid #F5F5FA;
    padding-bottom: 40px;
    border-top: 2px solid #f5f5fa;
    padding-top: 50px;
}
.privacy_inner {
    background-color: #F5F5FA;
}
.privacy_inner h2 {
    text-align: center;
    font-size: 3rem;
    padding-top: 70px;
    font-weight: 900;
    position: relative;
}
.privacy_inner h2::after {
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}
.privacy_inner p {
    text-align: center;
    margin-top: 70px;
    font-weight: bold;
    line-height: 38px;
}
.privacy_inner img {
    
    margin-top: 40px;
    padding-bottom: 40px;
}
 .copy_pc_img {
      
    }
    .copy_sp_img {
        display:none;
    }
.pr_box {
    text-align: center;
}
.pr_box .note {
    margin-top: 0;
    padding-bottom: 40px;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6;
}
.media_top_text_sp {
    display: none;
}

/* --------トップページ レスポンシブ調整用--------- */
.ch_inner {
    position: relative;
    padding: 0 50px;
}
@media screen and (max-width:1400px)   {
    .media_box {
    position: absolute;
    top: 30%;
    left: 23%;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(245,245,250,0.9);
    padding: 20px 30px 20px;
    width: 50%;
    transform: skew(-10deg);
}
}


/* --------ビジネスページ--------- */


/* --------ビジネスページ  アイキャッチ--------- */
#b_eye {
    background-image: url(../image/business/bg_kv02_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 .b_eye_bottom_text_sp {
        display: none;
    }
.b_eye_test_main1 {
    font-size: 3.6rem;
    font-weight: 900;
    text-align: center;
}
.b_eye_test_main2 {
    font-size: 5.9em;
    font-weight: 900;
    text-align: center;
}
.b_eye_bottom_text {
    text-align: center;
    line-height: 32px;
    margin-top: 40px;
}
.b_eye_text_box a {
    width: 400px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
    background-color: #fff;
    color: #333;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 25px 0;
    border-radius: 50px;
    border: solid 2px #6F6F6F;
}
.b_eye_text_box a span {
   color: #FA066B;
}
.b_eye_main_text_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}
.b_eye_circle {
    width: 160px;
    height: 160px;
    background-color: #01AAAD;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}
.b_eye_circle p {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 900;
    position: absolute;
    top: 24%;
    text-align: center;
    width: 100%;
    transform: rotate( -20deg );
}

/* --------ビジネスページ  提案例--------- */

#suggest {
    background-color: #F5F5FA;
}
.suggest_inner {
    max-width: 1060px;
    margin: auto;
    padding: 70px 50px 70px 50px;
}
.suggest_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}
.suggest_inner h2::after {
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}
.sg_list {
    margin-top: 80px;
}
.sg_item {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}
.sg_item:last-child {
    margin-bottom:0;
}
.sg_left {
    width: 37%;
}
.sg_right {
    width: 60%;
}
.sg_right_box {
    display: flex;
    align-items: end;
}
.sg_right_num {
    font-size: 6.9rem;
    font-weight: bold;
}
.sg_right_text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}
.sg_text {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 26px;
}
.sg_item:nth-child(3) .sg_right_text {
    margin-bottom:0;
    line-height: 33px;
}



/* --------ビジネスページ  特徴--------- */

.feature_inner {
    max-width: 1060px;
    margin: auto;
    padding: 70px 50px 70px 50px;
}
.feature_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}
.feature_inner h2::after {
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}
.feature_text {
    margin-top: 80px;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 50px;
    line-height: 28px;
}
  .feature_img_sp {
        display:none;
    }


/* --------ビジネスページ  市場--------- */

#market {
    background-color: #F5F5FA;
}
.market_inner {
    max-width: 1060px;
    margin: auto;
    padding: 70px 50px 70px 50px;
}
.market_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}
.market_inner h2::after{
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}
.market_list {
    margin-top: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 40px 60px 20px 60px;
}
.market_item {
    width: 30%;
}
.market_item:nth-child(2) {
    border-left: 2px solid #F5F5FA;
    border-right: 2px solid #f5f5fa;
    padding-left: 40px;
    padding-right: 40px;
}

    .market_img_sp {
        display: none!important;
    }
.market_top_text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.market_item img {
    display: block;
    margin: auto;
}
.market_text {
    font-size: 3.3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.market_text span {
    font-size: 7.7rem;
    font-weight: bold;
}
.market_bottom_text {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.market_quote_text {
    margin-left: auto;
    display: table;
    margin-top: 15px;
    font-size: 1.4rem;
}
.b_eye_inner {
    padding: 0px 30px;
}


/* --------ビジネスページ  配信--------- */

.delivery_inner {
    padding: 70px 0 70px 0;
}
.delivery_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}
.delivery_inner h2:after{
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}
.delivery_list {
    margin-top: 80px;
}
.delivery_item p {
    margin-top: 20px;
    font-size: 1.4rem;
}
.delivery_item {
    width:96%!important;
    

}
.devery_tag {
    position: absolute;
    bottom:0;
    background-color: #3F6EC6;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.d_b {
    position: relative;
}
.d_b a:hover {
    opacity: 0.6;
}
.blue {
    background-color:#00B0F0!important;
}
.yellow {
    background-color:#FFC000!important;  
}


/* --------ビジネスページ  質問--------- */

#faq {
    background-color: #F5F5FA;
}
.faq_inner {
    max-width: 1060px;
    margin: auto;
    padding: 70px 50px 70px 50px;
}
.faq_inner h2{
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}
.faq_inner h2::after{
    content: '';
    width: 53px;
    height: 5px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: skew(-30deg);
}



.qa-list {
    margin-top: 80px;
}
.qa-list dl {
    position: relative;
    margin: 5px 0 0;
    cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 40px;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #6F6F6F;
    border-right: 2px solid #6F6F6F;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 22px 100px 24px 40px;
    font-weight: bold;
    background: #fff;
    font-size: 2rem;
    line-height: 26px;
    letter-spacing: 2px;
}
.qa-list dl div{
    position:relative;
}
.qa-list dl div::before{
    content: "";
    display: block;
    width: 95%;
    height: 3px;
    background-color: #F5F5FA;
    position: absolute;
    top: 0;
    left: 2%;
    z-index: 10;
}
.qa-list dl dd p {
    font-size: 1.4rem;
    letter-spacing: 2px;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 51px 40px 60px;
    background-color: #fff;
    
}
.qa-list dl dd p {
    margin: 30px 0 0;
    
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 700px) {
 .qa-list dl {
    margin: 5px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
    .qa-list dl dd p {
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.qa-list dl dt {
    padding: 16px 40px 16px 10px;
    font-size: 12px;
    letter-spacing: 0px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 16px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}





.b_bottom1 {
    background-color: #01AAAD;
    padding: 50px 50px;
}
.b_bottom1 p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 38px;
}
.b_bottom1 a {
    width: 400px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    color: #333;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 25px 0;
    border-radius: 50px;
}
.b_bottom1 a span {
    color: #FA066B;
}
.b_bottom2 {
    text-align: center;
    padding: 30px 0;
}
.b_bottom2 a {
    font-size: 1.6rem;
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}
/* --------ビジネスページ レスポンシブ調整用--------- */

@media screen and (max-width:1300px)   {
    #b_eye {
    background-size: 130vw;
}
}




/* --------スマホ対応--------- */
@media screen and (max-width: 700px)   {
	
/* --------トップページ--------- */
.eye_text_inner p {
    line-height: 32px;
    font-size: 1.6rem;
    padding: 30px 0;
    width: 75%;
    margin: auto;
}
    #media {
       
    }
    .media_inner h2 {
    font-size: 1.6rem;
}
    .media_inner h2::after {
    width: 30px;
    height: 3px;
    bottom: -15px;
    left: calc(50% - 17px);
}
    .media_inner {
    margin-top: 50px;
    position: relative;
}
    .d-demo {
    margin-top: 50px;
}
    .media_box {
    position: absolute;
    top: 16%;
    left: 8%;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(245,245,250,0.9);
    padding: 30px 30px 20px;
    width: 68%;
    transform: unset;
}
    .btn {
    width: 250px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 42px;
    background-color: #fff;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 13px 0;
    border-radius: 50px;
    border: solid 1px #333;
}
    .media_shape {
    transform:unset;
}
    .media_top_text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
    .media_box ul li {
    width: 45%;
    margin-bottom: 10px;
}
    .media_box ul li p {
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
}
    .d-demo__item {
    width: calc(100vw / 1.6);
    margin: 0px -15px;
}
    .demo__wrap_sp {
        display: flex!important;
    }
    .ch_text {
        font-size: 1.2rem;
    }
    .ch_text_inner ul {
    display: block;
    margin-bottom: 10px;
}
    .ch_inner h2 {
    padding-top: 50px;
    margin-bottom: 50px;
}
    .ch_img_inner {
        width: 95%;
    }
    .ch_text_inner {
    margin: auto;
    margin-top: -50px;
    position: relative;
    width: 95%;
    bottom: unset;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
}
    .ch_inner h2::after {
    content: '';
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    transform: skew(-30deg);
}
    .ch_title_img {
        width: 70%;
    }
    .ch_text_box {
    padding: 10px 20px 10px 20px;
}
    .ch_text_inner ul li:last-child p {
    font-size: 0.8rem;
    transform: scale(0.8);
}
    .ch_text_inner ul li:last-child {
    width: 100px;
    height: 20px;
}
    .ch_text_inner ul li p {
    font-size: 1.7rem;
    font-weight: bold;
    margin-left: 10px;
}
    .ch_text_inner ul li p span {
    font-size: 0.9rem;
    display: flex;
    line-height: 10px;
}
    .ch_text_inner ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
    .ch_text_inner ul li img {
    width: 15%;
}
    .achieve_inner {
    padding-bottom: 100px;
    margin-top: 40px;
    width: 90%;
}
    .achieve_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
    .achieve_text {
       font-size: 1rem; 
    }
    .achieve_left {
    width: 46%;
}
    .achieve_right {
    width: 50%;
}
    .chbottom_text_pc {
        display: none;
    }
    .chbottom_text_sp {
        display: block;
        margin: auto;
        width: 80%;
    }
    .chbottom_list li:nth-child(3) a {
    border: solid 1px #333;
}
    .chbottom_title_box {
    padding: 30px 0;
}
    .chbottom_h2 {
    padding-top: 50px;
    margin-bottom: 50px;
    font-size: 1.6rem;
}
    .chbottom_h2::after {
    width: 30px;
    height: 3px;
    bottom: -15px;
    left: calc(50% - 10px);
}
    .chbottom_wrapper {
    padding-bottom: 50px;
}
    .chbottom_list li {
    padding: 30px 0;
}
    .chbottom_list li:nth-child(1) p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    width: 81%;
    margin: auto;
}
    .chbottom_list li a {
    width: 250px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 15px 0;
    border-radius: 50px;
}
    .chbottom_box {
    width: 95%;
}
    .chbottom_acc::after {
    width: 10px;
    height: 10px;
}
    .chbottom_list li:nth-child(2) h2 {
    font-size: 2rem;
}
    .chbottom_list li:nth-child(2) p {
    line-height: 32px;
    width: 81%;
    margin: auto;
    margin-top: 20px;
}
    .chbottom_list li:nth-child(3) p {
    line-height: 32px;
    width: 81%;
    margin: auto;
    margin-top: 20px;
}
    .privacy_inner h2 {
    font-size: 1.6rem;
    padding-top: 50px;
}
    .privacy_inner h2::after {
    width: 30px;
    height: 5px;
    bottom: -20px;
    left: calc(50% - 15px);
}
    .privacy_inner p {
    text-align: center;
    margin: auto;
    margin-top: 50px;
    font-weight: bold;
    line-height: 32px;
    width: 80%;
    font-size: 1.2rem;
}
    .privacy_inner p br{
   display: none;
}
    .privacy_inner img {
    margin: auto;
    margin-top: 40px;
    padding-bottom: 50px;
    width: 50%;
}
    .copy_pc_img {
        display: none;
    }
    .copy_sp_img {
        display:block;
    }
    .chbottom_box h2 {
    padding: 15px 0 15px 10px;
    font-size: 1.2rem;
    border-bottom: 3px solid #F5F5FA;
    width: 93%;
    margin: auto;
}
    .chbottom_content_box.open {
    display: block;
    margin-top: 30px;
}
    .chbottom_content_box_left {
    width: auto;
    margin-top: 30px;
}
    .chbottom_content_box_right {
    width: 50%;
    margin: auto;
}
    .chbottom_content_box_left h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
    .WeChat_text {
    font-size: 1.2rem;
    line-height: 24px;
}
    .WeChat_link {
    font-size: 1rem;
    margin-top: 10px;
}
    
    .chbottom_content_box_right {
    display:block!important;
}
    .chbottom_content_box_right_pc {
        display: none!important;
    }
    .chbottom_content_box3 {
    margin: auto;
    margin-top: 30px;
    padding-bottom: 40px;
    border-top: 2px solid #f5f5fa;
    padding-top: 40px;
}
    .chbottom_method h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
    .chbottom_method_item {
        display: none;
    }
    .chbottom_method_item4 {
        display: none;
    }
    .chbottom_method_item2 {
    margin-right: 0px;
    margin-top: 0px;
    width: 48%;
}
    .chbottom_method_item3 {
    margin-top: 0px;
        width:48%;
}
    .chbottom_method_inner ul {
    padding: 10px;
    
}
    .method_05_img_sp {
        display: block;
    }
    .chbottom_list_spnone {
        display: none!important;
    }
    .chbottom_method_inner p {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
    .chbottom_method_list {
    justify-content: space-between!important;
    width: 90%;
}
    .app_img_pc {
        display: none;
    }
    .and_img_pc {
        display: none;
    }
    .app_img_sp {
        display: block;
      
    }
    .and_img_sp {
        display: block;
      
    }
    .bili_btm {
    margin: auto;
    font-size: 1.5rem;
}
    .method_01_img_pc {
        display: none;
    }
    .method_02_img_pc {
        display: none;
    }
    .method_03_img_pc {
        display: none;
    }
    .method_04_img_pc {
        display: none;
    }
    .method_01_img_sp {
        display: block;
    }
    .method_02_img_sp {
        display: block;
    }
    .method_03_img_sp {
        display: block;
    }
    .method_04_img_sp {
        display: block;
    }
    .chbottom_method_inner2 ul li:nth-child(1) {
   width:20%;
}
    .chbottom_method_inner2 ul li:nth-child(2) {
    margin: 0px 0px;
    margin-top: 50px;
    width:20%;
}
     .chbottom_method_inner2 ul li:nth-child(3) {
   width:20%;
         margin-right: 0px;
}
     .chbottom_method_inner2 ul li:nth-child(4) {
   width:20%;
}
    .chbottom_method_inner2 ul li p {
    font-size: 1rem;
    text-align: center;
    line-height: 15px;
}
    .chbottom_method_inner2 ul li span {
    font-size: 0.5rem;
}
    .ch_border_img_top {
    position: absolute;
    top: 3%;
    left: -13%;
}
    .ch_border_img_bottom {
    position: absolute;
    bottom: 7%;
    right: -10%;
    overflow: hidden;
}
    .ch_border_img_bottom img {
     overflow: hidden;
}
    .kv_img_pc {
        display: none;
    }
     .kv_img_sp {
        display: block;
    }
    .top_bar_sp {
    display:block;
        width:100%;
}
  .top_bar_pc {
    display:none;
}  
    .ch_inner {
    padding: 0 0px;
}
    .chbottom_wrapper {
    padding: 0 0px;
    padding-bottom: 50px;
}
    .chbottom_list li:nth-child(3) h2 {
    font-size: 2rem;
}
    .media_top_text {
        display: none;
    }
    .media_top_text_sp {
        display: block!important;
    }
    .WeChat_link a {
        font-size: 1rem;
    }
    .bili_text {
    font-size: 1.2rem;
}
    .bili_text2 {    
    font-size: 1rem;
}
    .bili_text2 {
        font-size: 1rem;
    }
    .footer_bottom_spnone {
        display: none;
    }
    .footer-bottom-inner {
    display: block;
  
}
    .footer-ana {
    width: auto;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 2;
}
    .copyright {
    width: auto;
    order: 1;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
        margin-top: 20px;
}
    .footer-ana-text {
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0;
    width: 65%;
    padding-right: 0;
    color: #333;
    font-weight: 500;
}
    .footer-bottom {
    background: #f9f9f9;
    padding: 10px 20px;
    overflow: hidden;
}
    .copyright a {
    margin-left: 0px;
    text-decoration: underline;
    color: #3e9cec;
    font-size: 13px;
}
    small {
        display: block;
    text-align: center;
    margin-top: 20px;
    }
    
    
    
    
/* --------ビジネスページ--------- */
    
#b_eye {
    background-image: url(../image/business/bg_kv02_sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:65px;
    padding-bottom: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.b_eye_main_text_box {
    display: block;
    align-items: center;
    justify-content: center;
    margin-top:0;
}
    .b_eye_circle {
    width: 85px;
    height: 85px;
    margin-right:0;
    margin-left: 0px;
    border: 3px solid #fff;
}
.b_eye_circle p {
    font-size: 1.3rem;
}
.b_eye_test_main1 {
    font-size: 1.8rem;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    
}
.b_eye_test_main2 {
    font-size: 3rem;
}
.b_eye_bottom_text {
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
    font-size: 1rem;
}
    .b_eye_bottom_text_sp {
        display: block!important;
    }
    .b_eye_bottom_text {
        display: none;
    }
    .b_eye_text_box a {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1.5rem;
    padding: 13px 0;
    border-radius: 50px;
}
    .suggest_inner {
    max-width: 1060px;
    margin: auto;
    padding: 40px 20px 50px 20px;
}
    .suggest_inner h2 {
    text-align: center;
    font-size: 1.6rem;
  
}
    .suggest_inner h2::after {
    content: '';
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 17px);
    transform: skew(-30deg);
}
    .sg_item {
    display: block;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
    .sg_left {
    width: auto;
}
    .sg_right {
    width: auto;
}
    .sg_right_num {
    font-size: 3.5rem;
    font-weight: bold;
}
    .sg_right_text {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 5px;
}
    .sg_text {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 22px;
}
    .sg_item:nth-child(3) .sg_right_text {
    margin-bottom: 0;
    line-height: 16px;
}
    .sg_right_box {
    margin-top: 20px;
}
    .sg_list {
    margin-top: 50px;
}
    .feature_inner h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    position: relative;
}
    .feature_inner h2::after {
    content: '';
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    transform: skew(-30deg);
}
    .feature_inner {
    max-width: 1060px;
    margin: auto;
    padding: 40px 20px 40px 20px;
}
    .feature_text {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 20px;
}
    .feature_text br {
        display: none;
    }
    .feature_img_pc {
        display: none;
    }
    .feature_img_sp {
        display:block;
    }
    .market_inner h2 {
    text-align: center;
    font-size: 1.6rem;
}
    .market_inner h2::after {
    content: '';
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    transform: skew(-30deg);
}
    .market_list {
    margin-top: 50px;
    background-color: #fff;
    display: block;
    padding: 30px 0px 30px 0px;
}
    .market_item {
    width: auto;
    margin-bottom: 30px;
}
    .market_inner {
    max-width: 1060px;
    margin: auto;
    padding: 50px 20px 50px 20px;
}
    .market_top_text {
    font-size: 1.6rem;
}
    .market_text {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
    .market_text span {
    font-size: 5rem;
    font-weight: bold;
}
    .market_item:nth-child(2) {
    border-left:unset;
    border-right:unset;
    padding-left: 0px;
    padding-right: 0px;
    border-top:2px solid #F5F5FA;
    border-bottom:2px solid #F5F5FA;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}
    .market_item:last-child {
        margin-bottom:0;
    }
    .market_bottom_text {
    text-align: center;
    margin-top: 0px;
    font-size: 1rem;
    font-weight: bold;
}
    .market_quote_text {
    margin-left: auto;
    display: table;
    margin-top: 10px;
    font-size: 1rem;
}
    .delivery_inner h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    position: relative;
}
    .delivery_inner h2:after {
    content: '';
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    transform: skew(-30deg);
}
    .delivery_inner {
    padding: 50px 0 50px 0;
}
    .delivery_list {
    margin-top: 50px;
}
    .faq_inner {
    max-width: 1060px;
    margin: auto;
    padding: 50px 10px 50px 10px;
}
    .b_bottom1 p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
        width: 83%;
    margin: auto;
}
    .b_bottom1 a {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1.5rem;
    padding: 15px 0;
    border-radius: 50px;
}
    .market_img_pc {
        display: none!important;
    }
    .market_img_sp {
        display: block!important;
        width: 30%;
    }
    .b_eye_text {
        margin-top: -20px;
    z-index: 99;
    position: relative;
    }
    .faq_inner h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    position: relative;
}
    .faq_inner h2::after {
    content: '';
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #FA066C;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    transform: skew(-30deg);
}
    .qa-list {
    margin-top: 50px;
}
    .b_bottom1 {
    background-color: #01AAAD;
    padding: 50px 0px;
}
    
    
    
}

