@charset "UTF-8";

/*
#f59fb1 ピンク
#e7e4da 茶
*/

/* *{outline: 1px solid rgba(150, 150, 150, 0.1);} */
html{
  scroll-behavior: smooth;
}

.pc-view {
  display: block;
}
.sp-view {
  display: none;
}

@media only screen and (max-width: 479px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}


.case-study-pc {
    display: flex !important;
}

.case-study-sp {
    display: none !important;
}

@media screen and (max-width:750px){
    .case-study-pc {
        display: none !important;
    }

    .case-study-sp {
        display: block !important;
    }
}

.cont-elem{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.hero-after.section{
    position: relative;
    padding-top: 0;
    margin-top: 100px;
}
.hero-after .cont-elem{
    padding: 40px 30px;
    background-color: #FFF;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.hero-after .title-h3{
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 0.86em;
    color: #f26522;
}
.hero-after .title-h2{letter-spacing: 0.1em;}
.hero-after .title-h2 .sizeS{letter-spacing: 0.05em;}
.hero-after .title-wrap+.box2{margin-top: 30px;}
.hero-after .box2>.box:last-child{padding-left: 40px;}
.hero-after .title-wrap{font-weight: bold;}
.title-wrap h2 {
  max-width: 350px;
  margin: 0 auto;
}

.hero_after_content {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.hero_after_content div {
  width: 48%;
}

.hero_after_content_img img {
  width: 100%;
}

.hero_after_content p {
  line-height: 1.5;
  font-weight: normal;
}

.title-wrap h2 img {
  width: 100%;
}

.hero-after .you .thumb{position: relative;}
.hero-after .you .thumb:hover:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/ytimg_on.jpg) no-repeat 50%;
    background-size: cover;
}
.hero-after .you .txt{
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    color: #007C97;
    margin-top: 0.5em;
}
.hero-after .you .txt2{
    font-size: 1.4rem;
    line-height: 1.2;
    color: #505050;
    margin-top: 0.5em;
}
.hero-after .you .txt2 a{color: #007C97;}

.hero-after .you .com-coverbox:before,
.box-cbox1 .you .com-coverbox:before {padding-top: 56.5%;}


#cboxLoadedContent{margin-bottom: 0;}
.box-cbox1 .you{min-width:0;}

@media screen and (max-width:750px){

    .hero-after.section{margin-top: 300px;}
    .hero-after .cont-elem{
        padding: 25px 0;
        background-color: #FFF;
        box-shadow: none;
    }
    .hero-after .title-h2{
      line-height: 1.1;
    }
    .hero-after .title-h3{
        font-size: 18px;
        margin-bottom: 0.6em;
    }
    .hero-after .title-wrap+.box2{margin-top: 25px;}
    .h100 {height: 56vw !important;}
    .hero-after .box2{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .hero-after .box2>.box{width: 100%;}
    .hero-after .box2>.box:first-child{padding: 20px 20px 0;}
    .hero-after .box2>.box:last-child{padding: 0 44px;}
    .hero-after .you .txt{font-size: 0.9rem;}

    .box-cbox1 .you{min-width:0;}

}

.top-speed{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 75px;
}


.top-speed .btn-wrap{
    text-align: right;
    padding-top: 30px;
}
.top-speed .part-link{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
}
.top-speed .elem2 .cont-elem{padding: 40px 30px;}

.top-speed .box3-sl{
    margin: 0 -16px;
    width: calc(100% + 32px);
}
.top-speed .box3-sl .box{padding: 0 16px;}

.top-speed .box3-sl .box .thumb{position:relative;}

.top-speed .box3-sl .box .thumb::after{
    display:block;
    content:'';
    background:url('../img/play_bf.png') no-repeat left top;
    background-size:100%;
    width:51px;
    height:36px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.top-speed .box3-sl .box:hover .thumb::after{background-image: url('../img/play_af.png');}

.top-speed .box3-sl .lead{
    font-size: 1.6rem;
    text-align: center;
    padding-top: 0.5em;
}
.top-speed .elem1{margin-top: 10px;}
.top-speed .elem1 .title-h2{font-size: 4.1rem;}
/* .top-speed .elem1 .title-h2+.lead{margin-top: 1em;outline: 4px solid red;} */
.top-speed .elem1 .title-wrap+.lead{margin-top: 1em;}
.top-speed .elem3 .lead{margin-top: 1em;}
.top-speed .elem2 .title-h2{
    text-align: center;
    margin-bottom: 25px;
}
.top-speed .elem3{margin-top: 10px;}
.top-speed .elem3 .title-h2{font-size: 4.1rem;}
.top-speed .elem3 .title-wrap+.lead{margin-top: 1em;}

/**
 * slick
 */
.slick-arrow {
    display: none !important;
}


@media screen and (max-width:750px){
    .top-speed{
        padding-top: 0;
        padding-bottom: 35px;
    }
    .top-speed .elem2 .cont-elem{padding: 0px 0px;}
    .top-speed .elem2 .title-h2{text-align: left;}
    .top-speed .box3-sl{
        margin: 0 -12px;
        width: calc(100% + 24px);
    }
    .top-speed .box3-sl .box{padding: 0 12px;}


    .top-speed .elem1 .box2>.box{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .top-speed .elem1 .title-wrap{
        background: url(../img/top-speed-img1_sp.jpg) no-repeat 50%;
        background-size: cover;
        margin: 0 -12px;
        height: 43vw;

        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;
    }
    .top-speed .elem1{margin-top: 0;}
    .top-speed .elem1 .title-h2{
        font-size: 2rem;
        color: #FFF;
    }
    .top-speed .elem1 .lead{padding: 20px 20px 0;}
    /* .top-speed .elem1 .title-h2+.lead{margin-top: 1em;} */
    .top-speed .elem2{padding-top: 30px;padding-bottom: 35px}
    .top-speed .elem2 .title-h2{
        text-align: left;
        font-size: 2.6rem;
        /* margin-bottom: 25px; */
    }

    .top-speed .elem3 .box2>.box{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .top-speed .elem3 .title-wrap{
        background: url(../img/top-speed-img2_pc.png) no-repeat 50%;
        background-size: cover;
        margin: 0 -12px;
        height: 43vw;

        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;
    }
    .top-speed .elem3{margin-top: 0;}
    .top-speed .elem3 .title-h2{
        font-size: 2rem;
        padding: 20px 20px 0;
    }
    .top-speed .elem3 .lead{padding: 0 20px;}

    .top-speed .box3-sl .box:hover .thumb::after{background-image: url('../img/play_bf.png');}
}


.elem-feat-com .cont-elem{
    max-width: 1080px;
    padding-top: 60px;
}
.elem-feat-com .box2{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.elem-feat-com:nth-child(odd) .box2>.txt{
    padding-left: 40px !important;
    padding-right: 12px;
    /* outline: 1px solid #F0F; */
}
.elem-feat-com:nth-child(even) .box2>.txt{
    padding-left: 12px !important;
    padding-right: 40px;
    /* outline: 1px solid #00F; */
}
.elem-feat-com .box2>.txt .lead{margin-top: 1.2em;}

@media screen and (max-width:750px){

    .elem-feat-com .cont-elem{padding-top: 30px;}
    .elem-feat-com .box2{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .elem-feat-com:nth-child(odd) .box2>.txt{
        padding-left: 0 !important;
        padding-right: 0;
    }
    .elem-feat-com:nth-child(even) .box2>.txt{
        padding-left: 0 !important;
        padding-right: 0;
    }
    .elem-feat-com .box2>.img{width: 100%;}
    .elem-feat-com .box2>.txt{width: 100%;}
    .elem-feat-com .box2>.txt .lead{padding: 20px 20px 0;}
    .elem-feat-com .box2>.txt .img{margin-top: 30px;}
}




.feat1 .box2>.img{width: 55%;}
.feat1 .box2>.txt{
    width: 45%;
    padding-right: 20px !important;
}

.feat2:not(.feat4) .cont-elem{padding-bottom: 40px;}
.feat5 .cont-elem{padding-bottom: 50px;}
.feat2 .box2{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.feat2 .box2>.txt{
    padding-left: 12px;
    padding-right: 40px;
}
.feat2 .elem-video{
    margin-left: -270px;
    margin-top: -88px;
}
.feat2 .elem-video video{
    width: 1050px;
    min-height: 100%;
}
.feat4 .elem-video{margin-top: -30px;}


.feat3 .box2{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
/* .feat3 .box2>.txt{padding-left: 40px !important;} */
.feat3{
    background: url(../img/feat3-bg_pc.jpg) no-repeat 50%;
    background-size: cover;
    color: #FFF;
    overflow: hidden;
}
.feat3 .lead{color: #FFF;}


.feat3 .box4-2{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 7%;
}
.feat3 .box4-2>.box{
    display: block;
    width: 50%;
    max-width: 198px;
}
.feat3 .box4-2>.box:nth-child(2n){margin-left: -34px;}
.feat3 .box4-2 .capt{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-top: -0.5em;
}
.feat3 .part-img{
    width: 758px;
    margin-top: 20px;
    margin-left: -14%;
}


.feat5{background-color: #EDEDED;}
.feat5 .box2>.img{
    padding-left: 12px;
    padding-right: 40px !important;
    padding-top: 125px;
}

.feat4 .testbtn{
    margin: 0 0 0 auto;
    width: 50px;
}
/* @media screen and (max-width:1080px){
    .feat2 .elem-video{
        margin-left: -25vw;
        margin-top: -8vw;
    }
    .feat2 .elem-video video{width: 104vw;}
} */

@media screen and (max-width:750px){
    .feat1 .box2>.img{width: 100%;}
    .feat1 .box2>.txt{
        width: 100%;
        padding-right: 0!important;
    }
    .feat2:not(.feat4) .cont-elem,
    .feat4 .cont-elem,
    .feat5 .cont-elem{padding-bottom: 20px;}
    .feat2 .box2>.img{width: 100%;}
    .feat2 .box2>.txt{width: 100%;}
    .feat2 .elem-video{
        margin-left: -23vw;
        margin-top: -8vw;
        overflow: hidden;
    }
    .feat2 .elem-video video{width: 140vw;}
    .feat2 .box2>.txt .img{margin-top: 30px;}
    .feat2 .box2>.txt .lead{margin-top: -6vw;}
    .feat4 .elem-video{margin-top: -4vw;}
    .feat4 .box2>.txt .lead{margin-top: -12vw;}
    .feat3 .box2>.img{
        width: 100%;
        padding-left: 0 !important;
        margin-top: 30px;
    }
    .feat3 .box2>.txt{width: 100%;}
    .feat3{
        background: url(../img/feat3-bg_sp.jpg) no-repeat 50%;
        background-size: cover;
    }
    .feat3 .box2>.txt .lead {margin-top: 0;}
    .feat3 .box4-2{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        width: 103%;
    }
    .feat3 .box4-2>.box{
        display: block;
        width: 25%;
        max-width: 198px;
    }
    .feat3 .box4-2>.box:nth-child(2n),
    .feat3 .box4-2>.box{margin-left: -3%;}
    .feat3 .box4-2 .capt{
        font-size: 0.8rem;
        padding: 0 0.5em;
    }
    .feat3 .part-img{
        width: calc(100% + 12px);
        margin-top: 20px;
        margin-left: 0;
    }
    .feat5 .box2>.img{
        padding-left: 20px;
        padding-right: 20px !important;
        padding-top: 0;
    }
    .feat5 .title-wrap{margin: 0px -20px 20px;}
    .feat5 .box2>.txt .lead{margin-top: 0;}
}



.elem-dl .cont-elem{
    padding-top: 50px;
    padding-bottom: 55px;
}
.elem-dl .title-wrap{padding-bottom: 50px;}
.elem-dl .title-wrap .lead{text-align: center;}
.elem-dl .title-h2{
    text-align: center;
    margin-bottom: 0.6em;
}
.elem-dl .btn-wrap{margin-top: 30px;}
.elem-dl .btn-wrap .btn-sq>*{min-width: 100%;}
.elem-dl .btn-wrap>*{
    display: block;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.elem-dl .btn-wrap .btn-sq+.btn-sq{margin-top: 20px;}
.elem-dl #ebook .ebook{
    font-size: 13px;
    line-height: 1.6;
    text-decoration: underline;
    margin: 10px;
}
.elem-dl #ebook p{
    text-align: center;
    margin: 40px auto 20px;
}
.elem-detail>.box{
    position: relative;
    z-index: 0;
}
/*.elem-detail .box+.box{z-index: -1;} */
.elem-detail .box2+.box2{margin-top: 80px;}
.elem-detail .box2>.img{
    padding-right: 20px !important;
    margin-left: -50px;
    width: 257px;
}
.elem-detail .box2>.txt{width: calc(100% - 207px);}
.elem-detail .title{
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2em;
    /* text-indent: -0.8em; */
}
.elem-detail li:before{
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 16px;
	transform: rotate(45deg);
	border-right: 2px solid #007C97;
	border-bottom: 2px solid #007C97;
}
.elem-detail li{
    position: relative;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-left: 27px;
}
.elem-detail li+li{margin-top: 1.2em;}



@media screen and (max-width:750px){
    .elem-dl .inner>.box2>.box{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .elem-dl .inner>.box2>.box+.box{margin-top: 20px;}
    .elem-dl .cont-elem{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .elem-dl .title-wrap{padding-bottom: 20px;}
    .elem-dl .title-wrap .lead{font-size: 1.1rem;}
    .elem-dl .btn-wrap>*{width: 100%;}
    .elem-dl .btn-wrap .btn-sq+.btn-sq{margin-top: 15px;}

    .elem-detail .box2+.box2{margin-top: 30px;}
    .elem-detail .box2>.img{
        padding-right: 10px !important;
        margin-left: 0;
        width: 36%;
    }
    .elem-detail .box2>.txt{width: 64%;}
    .elem-detail .title{
        font-size: 1.2rem;
        margin-bottom: 1em;
    }
    .elem-detail li:before{
        top: -1px;
        width: 4px;
        height: 8px;
        border-right: 1px solid #007C97;
        border-bottom: 1px solid #007C97;
    }
    .elem-detail li{
        font-size: 0.9rem;
        padding-left: 15px;
    }
    .elem-detail li+li{margin-top: 0.8em;}
}










img{
    width: 100%;
    height: auto;
}


.box2,
.box3,
.box4-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; */
}
.box2>.box{width: 50%;}
.box2>.box:first-child{padding-right: 12px;}
.box2>.box:last-child{padding-left: 12px;}
.box3>.box{width: calc(100% / 3.001);}
.box3>.box:nth-child(n + 4){margin-top: 70px;}

/* .box3>.box.fxpc,
.box3>.box.fx{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
} */
.r100 .box2>.box:first-child{width: calc(50% - 70px);}
.r100 .box2>.box:last-child{width: calc(50% + 70px);}
.box.pad50r{padding-right: 50px;}
.box.pad80r{padding-right: 80px;}

/* .box3 .title{
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
} */
@media screen and (max-width:750px){
    /* .box2>.box{width: 50%;}
    .box3>.box{width: calc(100% / 3.001);} */
    /* .box3>.box:nth-child(n + 4){margin-top: 50px;} */
    /* .box3>.box.fxpc{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    } */
    .r100 .box2>.box:first-child,
    .r100 .box2>.box:last-child{ width: 100%;}
    .box.pad50r{padding-right: 0;}
    .box.pad80r{padding-right: 0;}
    /* .box3 .title{font-size: 1.8rem;} */
}



.section-type1 .cont-elem .inner+.inner{margin-top: 75px;}

.section-type1 .cont-elem .part1{
    background-color: #e7e4da;
    padding-top: 58px;
    padding-bottom: 50px;
    margin-left: 57px;
}
.section-type1.fill-pink .cont-elem .part1{background-color: #FFF;}
.section-type1 .cont-elem .part1 .img{
    width: 280px;
    height: 247px;
    /* padding-top: 58px; */
    margin-bottom: 55px;
}
.section-type1 .cont-elem .part1 dt+dd{margin-top: 1.4em;}
.section-type1 .cont-elem .part1 dd+dt{margin-top: 2em;}


@media screen and (max-width:750px){

    /* .section{padding: 60px 0;} */
    .section.no-en{padding-top: 40px;}
    .section .title-elem{
        /* width: 100%; */
        background-color: royalblue;
        display: none;
    }
    .section .title-elem .title-v,
    .section .title-elem .title-v:before{display: none;}
    .section .cont-elem{padding-left: 0;}

    .section .cont-elem>.inner{
        padding-left: 12px;
        padding-right: 12px;
        /* background-color:rgba(46, 139, 87, .1); */
    }
    .section .cont-elem>.inner.r100{padding-right: 20px;}
    .section .cont-elem>.inner.r100>.inner-in{padding-right: 0;}
    .section-type1 .cont-elem .inner+.inner{margin-top: 40px;}
    .section-type1 .cont-elem .part1{
        padding-top: 30px;
        padding-bottom: 25px;
        margin-left: 0;
    }
    .section-type1 .cont-elem .part1 .img{
        width: 240px;
        height: 214px;
        margin: 10px auto 40px;
    }
    /* .section-type1 .cont-elem .part1 dt+dd{margin-top: 1.4em;}
    .section-type1 .cont-elem .part1 dd+dt{margin-top: 2em;} */


}





.hero .inner{background: #000000 url(../img/top-kv-fujii-threadripper.jpg);}

@media screen and (max-width:750px){
    .hero .inner{background: url(../img/top-kv-fujii-threadripper_sp.jpg);}
}

header.col-white{color: #666;}
#page-company header.col-white{color: #CCC;}
#page-contact header.col-white{color: #FFF;}
#page-privacy header.col-white{color: #FFF;}



/* .hero{padding-left: 140px;} */
.hero .inner{
    background-repeat: no-repeat;
    background-position: center top 88px;
    background-size: auto calc(100% - 88px);
    position: relative;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;

    height: 613px !important;
    padding: 0 40px;
}
.hero h1 {
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-family: "Klavika";
  color: #FFFFFF;
  line-height: 52px;
  position: absolute;
  top: 25%;
  left: 62%;
}
.hero h1 span {
  letter-spacing: -3px;
}
.hero .part-title .txt {
  font-size: 16px;
  font-weight: 400;
  color: #f26522;
  line-height: 22.4px;
  margin-left: 112px;
}
.hero-top .part-title {
  width: 392px;
  padding: 16px 24px;
  font-family: "Klavika Condensed";
  background: #fff;
  max-width: 650px;
  position: absolute;
  left: 62%;
  bottom: 12%;
}
.hero-top .part-title img {
  width: 96px;
  height: 53px;
  position: absolute;
  top: 25px;
}
.hero-top .part-title .amazon-box {
  margin-top: 16px;
  margin-left: 97px;
}
.hero .part-title .btn-sq{margin-top: 45px;}
.hero-top .inner{height: 722px;}

.amazon-cta img {
  height: 24px;
}

.amazon-box {
  display: flex;
  color: #fff;
}

.amazon-box p {
  margin: 0 !important;
  font-size: 13px;
}

.amazon-box-inner-left {
  text-align: center;
  padding: 10px;
  max-width: 108px;
}

.amazon-box-inner-right {
  padding: 10px 15px;
}

.amazon-box-inner-top {
  padding: 16px;
}

.amazon-box-inner-top p {
  font-size: 16px;
}

.amazon-color {
  background-color: #f26522;
}

.amazon-color-red {
  background-color: #ed1c24;
}

.amazon-img-div {
  position: relative;
}

.amazon-img-div .btn-wrap {
  position: absolute;
  top: 170px;
  left: 7%;
}

.amazon-img-div .btn-wrap .amazon-cta {
  width: 410px;
  padding: unset;
}

.amazon-img-div .btn-wrap .amazon-cta img {
  height: 24px;
}

.amazon-img-div .btn-wrap .amazon-cta .amazon-box {
  width: 100%;
}

.amazon-img-div .btn-wrap .amazon-box-inner-left {
  font-size: 14px;
  padding: 6px;
  width: 46%;
}

.amazon-img-div .btn-wrap .amazon-box-inner-right {
  font-size: 14px;
  padding: 6px;
  width: 100%;
}

.amazon-cta-top-img {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:750px){

    .hero{padding-left: 0;}
    .hero .inner{
        height: 85vw !important;
        padding: 20px 20px;
        background-size: 100%;
        background-position: center top 40px;
    }
    .hero .title{font-size: 2.2rem;}
    .hero-top .inner{height: 100vw;}

    .hero h1 {
        font-size: 20px;
        color: #000000;
        line-height: 130%;
        top: calc(100% + 24px);
        left: 30px;
    }
    .hero h1 span {
        letter-spacing: -1.3px;
    }
    .hero .part-title .txt {
        font-size: 16px;
        line-height: 130%;
        margin-left: 100px;
        letter-spacing: -0.1px;
    }
    .hero-top .part-title {
        width: calc(100% - 30px) !important;
        height: 147px;
        padding: 16px 13px;
        max-width: 650px;
        position: absolute;
        left: 15px;
        bottom: -265px;
        box-shadow: 4px 0 4px rgba(0, 0, 0, 0.05),
                    -4px 0 4px rgba(0, 0, 0, 0.05),
                    0 4px 4px rgba(0, 0, 0, 0.05),
                    0 -4px 4px rgba(0, 0, 0, 0.05);
    }
    .hero-top .part-title img {
        width: 79px;
        height: 44px;
        position: absolute;
        top: 25px;
        left: 18px; 
    }
    .hero-top .part-title .amazon-box {
        margin-top: 16px;
        margin-left: 97px;
    }
    .hero-top .part-title .amazon-box p {
      font-size: 14px;
      margin-top: 5px;
  }
    .hero-top .part-title .amazon-box-inner-right {
        width: 100%;
        height: 36px;
    }
    
    .hero .part-title .btn-sq{
        margin-top: 20px;
    }
    .hero .part-title .sp{display: inline;}
    .hero .part-title .btn-wrap{text-align: center;}
    .amazon-box p {
        font-size: 12px;
    }
    .amazon-box-inner-left {
        padding: 6px;
    }
    .amazon-box-inner-right {
        padding: 6px 10px;
    }
    .amazon-box-inner-right p{
        font-size: 11px !important;
        padding: 0px 5px !important;
    }
    .amazon-box-inner-top {
        padding: 10px;
    }
    .amazon-box-inner-top p{
        font-size: 14px;
        padding: 0px 10px !important;
    }
    .ebook_link_contents .amazon-box {
        margin-bottom: 20px;
    }
    .amazon-img-div .btn-wrap {
        top: 61%;
        left: 0;
    }
    .amazon-img-div .btn-wrap .amazon-cta {
      width: 310px;
    }
    .amazon-cta img {
        height: 18px;
    }
    .amazon-img-div .btn-wrap .amazon-cta img {
        height: 22px;
    }
    .amazon-img-div .btn-wrap .amazon-box-inner-left {
        padding: 4px;
    }
    .amazon-img-div .btn-wrap .amazon-box-inner-right {
        padding: 4px;
    }
}


/* performance ------------------------------*/

.performance{
    color: #fff;
    background: #0A2F3C;
    padding: 50px 0 74px;
}

.performance-lead{
    color:#C1C1C1;
    padding-top: 10px;
    margin-bottom: 40px;
    line-height: 1.3;
}

.performance .slick-slider{
    padding-bottom: 20px;
    margin: 0 -15px;
}

.performance .slick-slider figure{border:none;}
.performance .slick-slider figure img{border:none}

.case-study {
    width: 972px;
    height: 600px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.case-study .play::after{
    display:block;
    content:'';
    background:url('../img/play_bf.png') no-repeat left top;
    background-size:100%;
    width:51px;
    height:36px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.case-study a:hover .play::after{
    background-image: url('../img/play_af.png');
}

.case-study p {
    text-align: center;
}

.case-study .thumb {
    width: 292px;
    height: 165px;
    margin: 10px;
    position: relative;
}

.slick-slide-inner a{
    display: block;
    margin: 0 15px;
    position:relative;
}

.slick-slide-inner a:hover{
	opacity: 0.7;
	transition: all .0s;
}
.slick-slide-inner a .thumb{
    position:relative;
}

.slick-slide-inner a .thumb::after{
    display:block;
    content:'';
    background:url('../img/play_bf.png') no-repeat left top;
    background-size:100%;
    width:51px;
    height:36px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.slick-slide-inner a:hover .thumb::after{
    background-image: url('../img/play_af.png');
}


.slick-slide-inner a img{
}

.slick-slide-inner a:hover img{
}

.performance .slick-slider .lead{
    text-align:center;
    padding: 10px 0;
    color: #fff;
    font-weight:bold;
}

.performance .slick-slider .sub{
    font-size:13px;
    color:#C1C1C1;
    line-height: 1.7;
}

.performance .slick-slider a .sub{transition: all .6s;}
.performance .slick-slider a:hover .sub{transition: all .0s;color:#fff;}

.performance .slick-dots li{margin:0 18px;}

.performance .slick-dots li button::before{
    border: 1px solid #C1C1C1;
    background: none;
    border-radius:10px;
    width: 12px;
    height: 12px;
}
.performance .slick-dots li.slick-active button::before{background: #c1c1c1;}

#mktoContainer {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 0 64px 0;
}

#mktoContainer .mktoForm .mktoFormRow.ctxmkto_optin .mktoFieldWrap label {
    display: block;
}


@media screen and (max-width:750px){

    .performance{padding: 30px 15px 60px;}

    .performance .title-h2 small{
        font-size:113%;
        line-height: 1.4
    }

    .performance-lead{
        padding-top: 15px;
        margin-bottom: 25px;
        line-height: 1.5;
        font-size:96%;
    }

    .performance .slick-slider{
        padding-bottom: 25px;
        margin: 0 -12px;
    }

    .slick-slide-inner a{margin: 0 12px;}
    .slick-slide-inner a:hover .thumb::after{background-image: url('../img/play_bf.png');}
    .performance .slick-slider .lead{padding: 20px 0 10px;}

    .performance .slick-slider .sub{
        font-size:12px;
        line-height: 1.6;
    }

    .performance .slick-dots li{margin:0 12px;}

    .performance .slick-dots li button::before{
        width: 13px;
        height: 13px;
    }

}

.top-speed .play-btn {
  text-align: center;
}
.top-speed .play-btn .btn-sq {
  background: #E7E6E6;
  border: 3px solid #000;
  min-width: 150px;
  transition: all 0.3s;
}
.top-speed .play-btn .btn-sq:hover {
  opacity: 0.6;
}
.top-speed .play-btn a {
  color: #000;
  width: 100%;
}
.elem-dl .dl-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dl-btn .type4 {
  max-width: 235px;
}
.elem-dl .btn-wrap .type4 {
  background: #007c97;
  border: 3px solid #007c97;
}
.feat3 .title-h2 {
  font-size: 3.2rem;
}
.site_link {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 64px 0;
}
.site_link li {
  width: 48%;
}
.site_link li div {
  position: relative;
  width: 100%;
  height: 288px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.site_link_01 {
  background-image: url('../img/detail_link_bg.jpg');
}
.site_link_02 {
  background-image: url('../img/detail_link_bg_2.png');
}
.site_link h3 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.site_link a {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  padding: 0.5em 1.2em;
  border: solid 1px #fff;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}

.site_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .feat3 .title-h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 420px) {
  .hero-after .title-h2{
    font-size: 1.6rem;
  }
  .feat3 .title-h2 {
    font-size: 1.9rem;
  }
  .feat4 .title-h2 {
    font-size: 2rem;
  }
  .lead-contact {
    font-size: 1.5rem;
  }
}

.creator {
  margin-top: 100px;
  padding: 64px 0;
  background: #eeeeee;
}

.creator h2 {
  text-align: center;
}

.creator_contents {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 1000px;
}

.creator_contents div {
  width: 48%;
}

.movie {
  width: 100%;
  aspect-ratio: 16/9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.creator_contents h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 0.86em;
}

.creator_contents p {
  line-height: 1.5;
}

.creator_contents_phase1 {
  margin: 40px auto 0;
  max-width: 1000px;
  text-align: center;
}

.creator_contents_phase1 h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 0.86em;
}

.creator_contents_phase1 p {
  line-height: 1.5;
}

.ebook_link {
  background: #000000 url('../img/ebook-link.jpg');
  background-position: center left 30%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-family: 'Klavika Condensed';
  color: #fff;
}

.ebook_link .btn-sq {
  background-color: #ed1c24;
  border: none;
  padding: 3px;
}

.ebook_link .btn-sq a {
  color: #fff;
}

.ebook_link_contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
  height: 252px;
  max-width: 1000px;
  align-items: center;
  line-height: 1.5;
}

.ebook_link_contents h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 0.86em;
}

.ebook_link_contents p {
  margin: 16px 0;
}

.ebook_link_contents p span {
  color: #f26522;
}

.ebook_link_contents p.btn-sq:hover{
	background-color: rgba(255, 255, 255, 0.3);
	border-color: #fff;
	-webkit-transition: border 0s,background 0s;
	transition: border 0s,background 0s;
}

.text-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 0;
}

.text-area h2 {
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

.text-area p {
  line-height: 1.8;
}

.img_content {
  text-align: center;
  margin-top: 40px;
}

.graph .img_content p {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.graph .img_content span {
  display: inline-block;
  font-family: "Klavika";
}

.img_content img {
  width: 100%;
  margin-bottom: 32px;
}

.bg_gray {
  background: #eeeeee;
}

.bg_gray_2 {
  background-color: #E6E5E7;
}

.bg_gray p {
  margin-bottom: 24px;
}

.comment_area li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.comment_area li img {
  width: 33%;
}

.comment_01 {
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.comment_bg_01 {
  padding: 0 40px;
  background-image: url('../img/orange-geometric-bg-1920x600.jpg');
}

.comment_bg_02 {
  padding: 0 40px;
  background-image: url('../img/orange-black-digital-wave-1920x600.jpg');
}

.comment_bg_03 {
  padding: 0 40px;
  background-image: url('../img/orange-angle-bg-1920x600.jpg');
}

.comment_bg_04 {
  padding: 0 40px;
  background-image: url('../img/orange-corner-geo-pattern-1920x600.jpg');
}

.comment_text {
  margin: 16px;
  padding: 20px;
  font-size: 26px;
  color: #fff;
  background-color: rgba(242,101,34,0.8);
  font-family: "Klavika Condensed",projp,meiryo,osaka,hiragino,sans-serif;
}

.comment_text p span {
  font-size: 18px;
  padding-left: 60px;
}

.comment_text p {
  padding-left: 50px;
  text-indent: -50px;
}

.comment_text_01 {
  font-style: italic;
  line-height: 50px;
}

.comment_text_01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  padding-right: 10px;
  color: #999;
}

.comment_text_01:after {
  content: "\201D";
}

.comment_text p span:before {
  content: "-";
  padding-right: 5px;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slick-dots {
  left: 46%;
  display: flex;
  text-align: center;
  bottom: -40px;
}

.slick-dots li button:before {
  content: '●';
  font-size: 12px;
}

.slide-items {
  height: auto !important;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.tc {
  text-align: center;
}

.achievement {
  padding-top: 64px;
}

.achievement ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 40px auto 0;
}

.achievement ul li {
  width: 48%;
  display: flex;
  justify-content: space-between;
}

.achievement ul li div {
  width: 48%;
}

.achievement ul li p {
  line-height: 1.5;
  width: 48%;
}

.mt64 {
  margin-top: 64px;
}

.contents_read_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 64px 0;
}

.contents_read_r div {
  width: 48%;
}

.contents_read_r video {
  width: 100%;
}

.contents_read_r img {
  width: 100%;
}

.contents_read_r h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.contents_read_r p {
  line-height: 1.5;
}

.contents_read_r ul {
  list-style-type: disc;
  margin-left: 16px;
  line-height: 1.5;
}

.contents_read_r p {
    margin-bottom: 24px;
}

.upgrade {
  margin: 0 auto;
  padding: 64px 0;
}

.upgrade h3 {
  font-size: 42px;
  margin-bottom: 40px;
}

.upgrade p {
  line-height: 1.5;
}

.columns_4_pc {
  display: flex;
  margin-top: 55px;
}

.columns_4_pc_item {
  width: 25%;
  border-right: 1px solid #000000;
  padding: 16px 24px;
}

.columns_4_pc_item:first-child {
  padding-left: 0;
}

.columns_4_pc_item:last-child {
  border-right: none;
  padding-right: 0;
}

.columns_4_pc_item img {
  width: 94px;
  margin: 0 auto;
  padding-bottom: 16px;
  display: block;
}

.columns_4_pc_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
}

.columns_4_pc_item span {
  font-size: 22px;
  font-weight: 700;
}

.columns_3_pc {
  display: flex;
}

.columns_3_pc_item {
  width: 33%;
  padding: 0 37px;
}

.columns_3_pc_item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0;
  text-align: center;
}

.columns_3_pc_item img {
  width: 168px;
  margin: 0 auto;
  padding: 16px 0;
  display: block;
}

.columns_3_pc_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  position: relative;
}

.columns_3_pc_item p::before {
  content: '・';
  font-size: 40px;
  position: absolute;
  left: -23px;
}

.site_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site_list li {
  width: 46%;
}

.site_list li h3 {
  margin: 16px 0;
}

.site_list li a {
  display: block;
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none !important;
  width: 200px;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  transition: 0.3s;
  margin: 20px auto 64px;
}

.site_list li a:hover {
  color: #fff;
  background: #000;
}

.reccomend {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reccomend div {
  width: 48%;
}

.reccomend p {
  width: 48%;
}

.reccomend div img {
  width: 100%;
}

.pc_list span {
  font-family: "Klavika";
  letter-spacing: -3.2px;
}

.pc_list h2 {
  margin: 88px 0 72px 0;
}

.pc_list h2:first-child {
  margin-top: 0;
}

.product {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  text-align: center;
}

.product li {
  width: 46%;
}

.product_logo {
  text-align: center;
}

.product_logo img {
  height: 40px;
  width: auto;
}

.product h3 {
  text-align: center;
  margin: 16px 0;
}

.product_img img {
  height: 276px;
  width: auto;
  max-width: 100%;
}

.pc_list p:nth-child(3){
  padding-bottom: 24px;
}

.product a {
  display: block;
  width: 200px;
  margin: 24px auto 0;
  padding: 10px 0;
  background: #f26522;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}

.product a:hover {
  opacity: 0.7;
}

.table-striped {
  font-size: 14px;
  line-height: 1.5;
}

.table-striped th {
  font-size: 14px;
  text-align: left;
  padding: 7px;
}

.table-striped td {
  padding: 7px;
}

.table-striped td {
	background: #eee;
}
.table-striped tr:nth-child(odd) td {
	background: #fff;
}

.table-striped a {
  color: #0070c9;
}

.table-striped a:hover {
  color: #000;
}

.text-right {
  text-align: right;
}

.model p {
  font-size: 18px;
  margin-bottom: 22px;
}

.model p:nth-child(1) {
  margin-top: 72px;
}

.model p:nth-child(3) {
  margin-top: 69px;
}

.model span {
  font-family: "Klavika";
}

.model_link_text {
  text-align: center;
  line-height: 1.5;
  margin-top: 64px;
}

a.model_link {
  display: block;
  width: 240px;
  margin: 24px auto 0;
  padding: 10px 0;
  background: #f26522;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}

a.model_link:hover {
  opacity: 0.7;
}

.detail_link {
  background-image: url('../img/detail_link_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  margin: 64px auto;
  height: 540px;
  color: #fff;
  text-align: center;
  position: relative;
}

.detail_link h2 {
  font-size: 32px;
  line-height: 1.4;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.detail_link a {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  padding: 0.5em 1.2em;
  border: solid 1px #fff;
  transition: 0.3s;
}

.detail_link a:hover {
  opacity: 0.7;
}

.annotation {
  font-size: 12px;
}

.ebook_download {
  padding: 40px 0;
}

.ebook_download_contents {
  width: 1000px;
  margin: 32px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ebook_download_contents div {
  width: 48%;
}

.ebook_download_contents p {
  margin: 16px 0;
  line-height: 1.5;
}

.ebook_download_contents p span {
  color: #f26522;
}

.ebook_download a {
  display: block;
  width: 240px;
  margin: 24px auto 0;
  padding: 16px 0;
  background: #f26522;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}

.ebook_download a:hover {
  opacity: 0.7;
}

.footer_logo_img {
  width: 200px;
  margin: 0 auto;
  padding-top: 40px;
}

.ci-font-xs {
  font-size: 0.75em;
  line-height: 140%;
}

.form {
  padding: 0 0 64px;
  line-height: 1.5;
}

.form h3 {
  margin: 24px 0;
}

.form a {
  color: #0070c9;
}

.form a:hover {
  color: #000;
}

.page-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 9999;
}

.page-top a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url('../img/parts.png') no-repeat;
  background-size: 250px 250px;
  background-position: 0px 0px;
  text-indent: -9999px;
}

@media screen and (max-width: 1070px) {
  .ebook_link_contents {
    width: 90%;
  }
  .achievement ul {
    width: 90%;
  }
  .contents_read_r {
    width: 90%;
  }
  .reccomend {
    width: 90%;
  }
  .product {
    width: 90%;
  }
  .detail_link {
    width: 90%;
  }
  .ebook_download_contents {
    width: 90%;
  }
  .text-area {
    width: 90%;
  }
  .graph .img_content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }
  footer .inner {
    width: 100%;
  }
  .cont-elem {
    width: 90%;
  }
  .site_link {
    width: 90%;
  }
}

@media screen and (max-width:750px){
  .hero_after_content {
    display: block;
  }
  .hero_after_content div {
    width: 100%;
  }
  .hero_after_content p {
    margin-bottom: 24px;
  }
  .title-wrap h2 {
    width: 70%;
  }
  .title-wrap h2 img {
    width: 100%;
  }
  .creator {
    margin-top: 40px;
  }
  .creator h2 {
    margin-bottom: 40px;
  }
  .creator_contents {
    display: block;
    margin: 0;
  }
  .creator_contents div {
    width: 90%;
    margin: 0 auto;
  }
  .creator_contents p {
    margin-bottom: 24px;
  }
  .creator_contents_phase1 {
    padding: 0 16px;
  }
  .creator_contents_phase1 h3 {
    font-size: 2rem;
  }
  .creator_contents div.movie {
    margin-top: 32px;
  }
  .ebook_link {
    background-size: cover;
    background-position: center left -80px;
  }
  .ebook_link .btn-sq {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 24px;
  }
  .ebook_link_contents {
    display: block;
    height: auto;
  }
  .ebook_link_contents p {
    font-size: 12px;
    margin: 0;
  }
  .text-area h2 {
    font-size: 24px;
  }
  .comment_01 {
    display: block;
  }
  .comment_01 img {
    margin: 0 auto;
  }
  .comment_text p {
    font-size: 18px;
    line-height: 1.5;
  }
  .achievement ul {
    display: block;
  }
  .achievement ul li {
    display: block;
    width: 100%;
  }
  .achievement ul li div {
    width: 100%;
    text-align: center;
  }
  .achievement ul li img {
    width: 80%;
    margin: 0 auto;
  }
  .achievement ul li p {
    width: 100%;
    margin: 16px 0 40px;
    text-align: left;
  }
  .contents_read_r {
    display: block;
    padding: 40px 0;
  }
  .contents_read_r div {
    width: 100%;
  }
  .contents_read_r h3 {
    margin-top: 24px;
  }
  .bg_gray .contents_read_r {
    display: flex;
    flex-direction: column-reverse;
  }
  .upgrade {
    padding: 64px 20px;
  }
  .upgrade h3 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 32px; 
  }
  .upgrade p {
    line-height: 29px;
  }
  .columns_4_pc {
    margin-top: 10px;
    flex-wrap: wrap; 
  }
  .columns_4_pc_item {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #000000;
    padding: 24px 0px;
  }
  .columns_4_pc_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .columns_4_pc_item span {
    padding-bottom: 8px;
  }
  .columns_3_pc {
    flex-wrap: wrap;
  }
  .columns_3_pc_item {
    width: 100%;
    padding: 0 20px 40px 40px;
  }
  .columns_3_pc_item:last-child {
    padding-bottom: 0;
  }
  .site_list {
    display: block;
  }
  .site_list li {
    width: 100%;
    text-align: center;
  }
  .site_list img {
    width: 80%;
  }
  .site_list h3 {
    text-align: left;
  }
  .site_list p {
    text-align: left;
  }
  .text-area {
    padding: 40px 0;
  }
  .reccomend {
    display: block;
  }
  .reccomend div {
    width: 100%;
  }
  .reccomend p {
    width: 100%;
    margin-top: 16px;
  }
  .pc_list span {
    letter-spacing: -1px;
  }
  .pc_list h2 {
    margin: 80px 0 32px 0;
  }
  .product {
    display: block;
    padding-bottom: 0;
  }
  .product li {
    width: 100%;
    margin-bottom: 64px;
  }
  .product_img img {
    height: auto;
  }
  .model p:nth-child(1) {
    margin-top: 0px;
  }
  .model p:nth-child(3) {
    margin-top: 48px;
  }
  .detail_link {
    background-position: center;
  }
  .detail_link h2 {
    font-size: 24px;
    width: 90%;
    text-align: center;
  }
  .detail_link a {
    width: 90%;
    text-align: center;
  }
  .ebook_download_contents {
    display: block;
  }
  .ebook_download_contents div {
    width: 100%;
  }
  .form {
    width: 90%;
    margin: 0 auto;
  }
  .model {
    overflow: auto;
    white-space: nowrap;
  }
  .comment_text {
    margin: 16px 0;
  }
  .comment_bg_01 {
    padding: 0;
  }
  .comment_bg_02 {
    padding: 0;
  }
  .comment_bg_03 {
    padding: 0;
  }
  .comment_bg_04 {
    padding: 0;
  }
  .form h3 {
    font-size: 17px;
  }

  #mktoContainer {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px 64px 16px;
  }

  .site_link {
    display: block;
    width: 90%;
    padding-bottom: 24px;
  }
  .site_link li {
    width: 100%;
    margin-bottom: 40px;
  }
  .site_link h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width:500px){
  .slick-dots {
    left: 36%;
  }
}
