@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 640px) {
.onpc{display:none;}
.onsp{display : inherit;}
    #contentsBtn img {
        width: 100%;
    }
    #mainVisual {
        height: 220px;
        background: url(../images/top/mainvisual.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
    }
    #mainVisual h1 {
        width: 80%;
        margin: 0 auto;
        padding-top: 40px;
    }
    #topBtnFrame {
        background: #e1ebf0;
        padding: 30px 0;
    }
    #topBtn {
        margin: 0 15px;
    }
    #buyBox {
        background: #fff;
        padding: 20px 15px;
    }
    #buyBox dt {
        width: 60%;
        margin: 0 auto;
    }
    #buyBox dd ul {
        margin-top: 20px;
        width: 100%;
    }
    #buyBox dd li {
        width: 100%;
        display: table;
    }
    #buyBox dd li:first-child {
        margin-bottom: 15px;
    }
    #buyBox dd li a {
        display: table-cell;
        width: 100%;
        height: 90px;
        text-align: center;
        vertical-align: middle;
    }
    #buyBox dd li:first-child a {
        background: url(../images/top/p_business.jpg) no-repeat center center;
        background-size: cover;
    }
    #buyBox dd li:last-child a {
        background: url(../images/top/p_home.jpg) no-repeat center center;
        background-size: cover;
    }
    #buyBox dd li img {
        width: 80%;
    }
    #contentsBtn {
        margin: 0 15px;
        padding: 30px 0;
    }
    #illustBtn li {
        width: 49%;
        float: left;
        margin-left: 2%;
        margin-bottom: 2%;
    }
    #illustBtn li:nth-child(2n+1) {
        margin-left: 0;
    }
    #illustBtn li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #colorBtn {
        margin-top: 20px;
    }
    #colorBtn li {
        width: 100%;
        display: table;
        background: #fff;
    }
    #colorBtn li:first-child {
        margin-bottom: 10px;
    }
    #colorBtn li a {
        display: table-cell;
        width: 100%;
        height: 60px;
        text-align: center;
        vertical-align: middle;
    }
    #colorBtn li:first-child a {
        background: #41c0b9;
    }
    #colorBtn li:last-child a {
        background: #eac33a;
    }
    #colorBtn li img {
        width: auto;
        height: 30%;
    }
    #topNews {
        background: #efefef;
        padding: 30px 0;
    }
    #topNews h2 {
        width: 25%;
        margin: 0 auto 20px auto;
    }
    #topNews dl {
        width: 80%;
        margin: 0 auto;
        line-height: 1.6;
    }
    #topNews dt {
        margin-top: 15px;
    }
    #topNews dt:first-child {
        margin-top: 0;
    }
    #topNews dd {
        margin-top: 5px;
        padding-bottom: 15px;
        border-bottom: dotted 1px #ccc;
    }
    #topCase {
        padding: 30px 0;
    }
    #topCase h2 {
        width: 25%;
        margin: 0 auto 20px auto;
    }
    
        .top_info {
        border-width: 3px;
        border-style: solid;
        border-color: #cc3300;
        margin-bottom: 40px;
    }
    .top_info dl {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .top_info dt {
        font-size: 125%;
        line-height: 150%;
        padding-bottom: 8px;
        display: inline-block;
        font-weight: bold;
    }
    .top_info dd a {
        display: inline-block;
        color: #ffffff;
        background-color: #00afe2;
        text-decoration: none;
        padding: 12px 40px;
        margin-top: 18px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    .top_info dd a:hover {
        background-color: #62c8e6;
    }
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
.onsp{display:none;}
.onpc{display : inherit;}
    #contentsBtn img {
        width: 100%;
    }
    #mainVisual {
        height: 380px;
        background: url(../images/top/mainvisual.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
    }
    #mainVisual h1 {
        padding-top: 70px;
    }
    #mainVisual h1 img {
        width: 420px;
    }
    #topBtnFrame {
        background: #e1ebf0;
        padding: 30px 0;
    }
    #topBtn {
        margin: 0 15px;
    }
    #buyBox {
        background: #fff;
        padding: 20px;
    }
    #buyBox dt {
        text-align: center;
    }
    #buyBox dt img {
        width: 193px;
    }
    #buyBox dd ul {
        margin-top: 20px;
        width: 100%;
    }
    #buyBox dd li {
        width: 49%;
        float: left;
        display: table;
    }
    #buyBox dd li:first-child {
        margin-right: 2%;
    }
    #buyBox dd li a {
        display: table-cell;
        width: 100%;
        height: 110px;
        text-align: center;
        vertical-align: middle;
    }
    #buyBox dd li:first-child a {
        background: url(../images/top/p_business.jpg) no-repeat center center;
        background-size: cover;
    }
    #buyBox dd li:last-child a {
        background: url(../images/top/p_home.jpg) no-repeat center center;
        background-size: cover;
    }
    #buyBox dd li img {
        width: 280px;
    }
    #contentsBtn {
        margin: 0 15px;
        padding: 30px 0;
    }
    #illustBtn li {
        width: 23.5%;
        float: left;
        margin-left: 2%;
    }
    #illustBtn li:first-child {
        margin-left: 0;
    }
    #illustBtn li img {
        width: 100%;
    }
    #colorBtn {
        margin-top: 20px;
    }
    #colorBtn li {
        width: 49%;
        float: left;
        display: table;
        background: #fff;
    }
    #colorBtn li:first-child {
        margin-right: 2%;
    }
    #colorBtn li a {
        display: table-cell;
        width: 100%;
        height: 70px;
        text-align: center;
        vertical-align: middle;
    }
    #colorBtn li:first-child a {
        background: #41c0b9;
    }
    #colorBtn li:last-child a {
        background: #eac33a;
    }
    #colorBtn li img {
        width: auto;
        height: 24px;
    }
    #topNews {
        background: #efefef;
        padding: 30px 0;
    }
    #topNews h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    #topNews h2 img {
        height: 46px;
    }
    #topNews dl {
        width: 80%;
        margin: 0 auto;
        line-height: 1.6;
    }
    #topNews dt {
        width: 120px;
        float: left;
        clear: left;
        padding: 15px 0;
    }
    #topNews dd {
        padding: 15px 0;
        margin-left: 120px;
    }
    #topCase {
        padding: 30px 0;
    }
    #topCase h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    #topCase h2 img {
        height: 46px;
    }
    
        .top_info {
        border-width: 3px;
        border-style: solid;
        border-color: #cc3300;
        margin-bottom: 40px;
    }
    .top_info dl {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .top_info dt {
        font-size: 125%;
        line-height: 150%;
        padding-bottom: 8px;
        display: inline-block;
        font-weight: bold;
    }
    .top_info dd a {
        display: inline-block;
        color: #ffffff;
        background-color: #00afe2;
        text-decoration: none;
        padding: 12px 40px;
        margin-top: 18px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    .top_info dd a:hover {
        background-color: #62c8e6;
    }
}

@media screen and (min-width: 1001px) {
.onsp{display:none;}
.onpc{display : inherit;}
    #topBtn li a:hover, #contentsBtn li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    #mainVisual {
        height: 450px;
        background: url(../images/top/mainvisual.jpg) no-repeat center center;
        text-align: center;
    }
    #mainVisual h1 {
        padding-top: 80px;
    }
    #mainVisual h1 img {
        width: 450px;
    }
    #topBtnFrame {
        background: #e1ebf0;
        padding: 50px 0;
    }
    #topBtn {
        width: 1000px;
        margin: 0 auto;
    }
    #buyBox {
        background: #fff;
        padding: 20px;
    }
    #buyBox dt {
        text-align: center;
    }
    #buyBox dt img {
        width: 193px;
    }
    #buyBox dd ul {
        margin-top: 20px;
        width: 100%;
    }
    #buyBox dd li {
        width: 470px;
        float: left;
        display: table;
    }
    #buyBox dd li:first-child {
        margin-right: 20px;
    }
    #buyBox dd li a {
        display: table-cell;
        width: 470px;
        height: 110px;
        text-align: center;
        vertical-align: middle;
    }
    #buyBox dd li:first-child a {
        background: url(../images/top/p_business.jpg) no-repeat center center;
        background-size: cover;
    }
    #buyBox dd li:last-child a {
        background: url(../images/top/p_home.jpg) no-repeat center center;
        background-size: cover;
    }
    #buyBox dd li img {
        width: 280px;
    }
    #contentsBtn {
        width: 1000px;
        margin: 0 auto;
        padding: 50px 0;
    }
    #illustBtn li {
        width: 234px;
        float: left;
        margin-left: 20px;
    }
    #illustBtn li:first-child {
        margin-left: 0;
    }
    #illustBtn li img {
        width: 235px;
    }
    #colorBtn {
        margin-top: 20px;
    }
    #colorBtn li {
        width: 490px;
        float: left;
        display: table;
        background: #fff;
    }
    #colorBtn li:first-child {
        margin-right: 20px;
    }
    #colorBtn li a {
        display: table-cell;
        width: 490px;
        height: 70px;
        text-align: center;
        vertical-align: middle;
    }
    #colorBtn li:first-child a {
        background: #41c0b9;
    }
    #colorBtn li:last-child a {
        background: #eac33a;
    }
    #colorBtn li img {
        height: 24px;
    }
    #topNews {
        background: #efefef;
        padding: 50px 0;
    }
    #topNews h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    #topNews h2 img {
        height: 46px;
    }
    #topNews dl {
        width: 800px;
        margin: 0 auto;
        line-height: 1.6;
    }
    #topNews dt {
        width: 120px;
        float: left;
        clear: left;
        padding: 15px 0;
    }
    #topNews dd {
        padding: 15px 0;
        margin-left: 120px;
    }
    #topCase {
        padding: 50px 0;
    }
    #topCase h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    #topCase h2 img {
        height: 46px;
    }
        .top_info {
        border-width: 3px;
        border-style: solid;
        border-color: #cc3300;
        margin-bottom: 40px;
    }
    .top_info dl {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .top_info dt {
        font-size: 125%;
        line-height: 150%;
        padding-bottom: 8px;
        display: inline-block;
        font-weight: bold;
    }
    .top_info dd a {
        display: inline-block;
        color: #ffffff;
        background-color: #00afe2;
        text-decoration: none;
        padding: 12px 40px;
        margin-top: 18px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    .top_info dd a:hover {
        background-color: #62c8e6;
    }
}
