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

/*
Theme Name: sakuracraypas
Theme URI: http://
Version: 1.1
*/


#wrapper{
    width: 100%;

    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

#contents{
    position: relative;
}

.wrapper-crumb{
    overflow: hidden;
    background: #F4F4F7;
}

header{
    background: #fff;
    top: -86px;
    margin-top: 86px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: 1px solid #D8D8D8;
}

header.header-fix {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

header.header-fix #pc-nav{
    border-top: none;
}

header.header-fix .hc-box{
    max-width: 100%;
    display: inline;
}

header.header-fix #header-left {
    float: left;
    width: auto;
    overflow: hidden;
    padding: 20px 0;
    margin-left: 15px;
}

header.header-fix #header-right {
    width: 288px;
    float: right;
    padding: 16px 0 21px;
    margin-right: 15px;
    display: none!important;
}

header.header-fix #logo img{
    height: 45px;
    width: auto;
}

header #logo .logo_top,
header.header-fix #logo .logo_fix{
    display: inline-block;
}

header #logo .logo_fix,
header.header-fix #logo .logo_top{
    display: none;
}

header.header-fix #pc-nav ul.container{
    width: 900px;
}

header.header-fix #pc-nav ul li a{
    line-height: 85px;
    width: auto;
    padding: 0 26px;
}

header.header-fix .social,
header.header-fix .jp-link{
    display: none!important;
}

#sp_menu {
    clear: both;
    position: relative;
    width: 100%;
}

.trigger-box {
    position: absolute;
    right: 2%;
    top: -60px;
}

.menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    background: #2A292C;
    border-radius: 5px;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger span {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 3px;
    background-color: #fff;
    font-size: 16px;
}

.menu-trigger span:nth-of-type(1) {
    top: 11px;
}

.menu-trigger span:nth-of-type(2) {
    top: 19px;
}

.menu-trigger span:nth-of-type(3) {
    top: 27px;
}

.active .menu-trigger span:nth-of-type(1) {
    width: 27%;
    -webkit-transform: translate3d(1px, 5px, 0) rotate(45deg);
    transform: translate3d(1px, 5px, 0px) rotate(45deg);
}

.active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
    transform: translate3d(-1px, 0px, 0px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(3) {
    width: 45%;
    -webkit-transform: translate3d(1px, -8px, 0) rotate(45deg);
    transform: translate3d(1px, -7px, 0) rotate(45deg);
}

.menu-trigger span.menu-text {
    width: 100%;
    height: auto;
    left: 2px;
    bottom: 7px;
    background: none;
    line-height: 1.0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

#sp_nav {
    width: 100%;
    z-index: 300;
    background: #f4f4ec;
    position: absolute;
    left: 101%;
    display: none;
}

.active #sp_nav {
    display: block;
}

#sp_nav > ul {
    width: 100%;
    padding: 0;
    background: #fff;
    display: block;
}

#sp_nav > ul li a {
    display: block;
    line-height: 40px;
    font-size: 100%;
    width: 100%;
    display: block;
    padding: 3px 3%;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    background: #fff;
    background-size: auto 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

#sp_nav > dl {
    background: #fff;
    overflow: hidden;
    padding: 20px 0 0;
    text-align: center;
}

#sp_nav > dl > dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

#sp_nav > dl > dd > ul li {
    width: 40px;
    margin-right: 15px;
    display: inline-block;
}

#sp_nav > dl > dd > ul li:last-child {
    margin-right: 0;
}

#menulist_close {
    width: 100%;
    display: block;
    background: #fff;
    left: 0;
    padding: 25px 0 30px 0;
    margin: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    border-left: solid 1px #E8EBF4;
    border-right: solid 1px #E8EBF4;
}

#sp_nav a {
    color: #444;
    text-decoration: none;
}

#header-left {
    float: left;
    width: 440px;
    overflow: hidden;
    padding: 20px 0;
}

#logo{
    float: left;
}

#logo img{
    height: 40px;
    width: auto;
}

.social {
    float: right;
    line-height: 55px;
}

.social > p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: bold;
}

.social li {
    float: left;
    margin-right: 10px;
    line-height: 28px;
    width: 28px;
}

.social li:last-child{
    margin-right: 0px;
}

.social li img{
    vertical-align: middle;
}

#header-right {
    width: 484px;
    float: right;
    padding: 14px 0;
}

#header-right .header-right-search {
    overflow: hidden;
    float: left;
    width: 370px;
    margin-top: 12px;
}

.header-fix #header-right .header-right-search {
    float: none;
    width: auto;
    margin-top: 0;
}

.searchform2 {
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 70px;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

.searchform2 input[type="text"]{
    width: 200px;
    background: #F8F8FA;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 40px 3px 5px;
    box-sizing:border-box;
    margin-left: 45px;
}

.searchform3 input[type="text"] {
    height: 34px;
    float: left;
    width: 260px;
    background: #F8F8FA;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 40px 3px 5px;
    box-sizing: border-box;
    font-size: 16px;
}

#clearBtn3 {
    padding: 0px 0;
    width: 22px;
    display: none;
    position: absolute;
    right: 45px;
    top:8px;
}


.search_buttons2{
    display: inline-block;
    margin: 0 0 0 -3px;
    position: relative;
}

#clearBtn1,
#clearBtn2{
    display: none;
    position: absolute;
    left: -28px;
    padding: 2px 0;
    width: 20px;
}

#clearBtn1.active,
#clearBtn2.active,
#clearBtn3.active{
    display: block;
}

.searchBtn1 a,
.searchBtn2 a  {
    padding: 2px 15px 3px 10px;
    height: 29px;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}

.searchform3{
    width: 300px;
    margin: 0px auto;
    border-radius: 6px;
    overflow: hidden;
}

.search_buttons3{
    position:relative;
    display: inline-block;
}

.searchBtn3 a {
    padding: 7px 10px 7px 10px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #D6D6D6;
    line-height: 100%;
}

.jp-link{
    line-height: 55px;
    float: left;
}

.jp-link:before{
    content:"> ";
}

#menulist_close a {
    width: 92%;
    background: #444;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}

#icon-area {
    right: 15px;
    bottom: 80px;
    z-index: 2000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    width: 174px;
    height: 305px;
    position: fixed;
}


.youtube-icon{
    display: block;
    text-align: center;
    position: absolute;
    margin-right: -51px;
    right: -150%;
}

.contact-icon{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 130px;
    right: -150%;
}

.slider_area {
    width: 100%;
    position: relative;
}

.slider_area .bx-wrapper{
    max-width: 100% !important;
    overflow: hidden;
}

#pc-nav{
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

#pc-nav ul{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#pc-nav ul li{
    display: inline-block;
}

#pc-nav ul li a {
    text-align: center;
    line-height: 60px;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 18px;
    padding: 0 33.8px;
    display: inline-block;
}

#pc-nav ul li a:hover {
    color: #E74C3C;
}

.mv #slider1 li a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mv #slider1 li a:hover{
    opacity: 0.7;
}

.mv #slider1 img{
    width: 100%;
}

.slide-con{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.bx-wrapper .bx-pager {
    display: block;
    bottom: 12px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    z-index: 250;
    margin-top: 15px;
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    padding: 12px 0 0 0;
    width: 12px;
    height: 0;
    margin: 0 7px;
    outline: 0;
    border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #E50012;
}

.smv .bx-wrapper .bx-pager{
    text-align: left;
}

#PrevSlide {
    width: auto;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 9999;
    margin-top: -34.5px;
}

#PrevSlide a {
    background: url(images/prev-con.png)center center no-repeat;
    background-size: 100% auto;
}

#PrevSlide a, #NextSlide a {
    display: none;
}

#NextSlide {
    width: auto;
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 9999;
    text-align: right;
    margin-top: -34.5px;
}

#NextSlide a {
    background: url(images/next-con.png)center center no-repeat;
    background-size: 100% auto;
}



.pc{
    display: none!important;
}

.sp{
    display: block!important;
}

.pc1000{
    display: none!important;
}

.sp1000{
    display: block!important;
}

.pc1200{
    display: none!important;
}

.pc1500{
    display: none!important;
}

.sp1500{
    display: block!important;
}

.title-01{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 26px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 35px;
}

.title-01:after {
    content: "　";
    display: block;
    width: 100px;
    margin: 2px auto 0;
    height: 3px;
    border-bottom: 3px solid #E74C3C;
}

#contents section{
    overflow: hidden;
    padding-bottom: 60px;
}


footer{
    background: #2A292C;
    overflow: hidden;
    padding-top: 22px;
}

footer #page-top {
    max-width: 1000px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    bottom: 60px;
    width: 45px;
    right: 0;
}

footer #page-top p{
    text-align: right;
    cursor: pointer;
}

#footer-top {
    overflow: hidden;
    padding: 20px 0 35px;
    margin: 0 auto;
    box-sizing:border-box;
}

#footer-top > li:last-child {
    margin-right: 0;
}

#footer-top li a {
    display: inline-block;
}

#footer-top > li > p > a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 5px 15px;
}

#footer-top > li > ul {
    overflow: hidden;
}

#footer-top > li > ul > li {
    display: inline-block;
    float: left;
}

#footer-top > li > ul > li.sub {
    padding-left:16px;
    position:relative;
}
#footer-top > li > ul > li.sub:before {
    content: "";
    width:5px;
    height:0;
    display: block;
    border-top:solid 2px #999;
    font-weight:bold;
    position: absolute;
    left:4px;
    top:49%;
}

#footer-top > li > ul > li > a {
    color: #999;
    font-size: 14px;
    display: block;
    padding: 2px 15px;
}

#footer-top > li > ul > li:first-child > a{
    margin-top: 0;
}

#footer-top > li > ul > li > a:hover{
    color: #fff;
}

#copy{
    background:#1F1F22;
    color: #999999;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
}

.link-box a {
    font-size: 18px;
    width: 100%;
    max-width: 260px;
    text-align: center;
    line-height: 40px;
    display: block;
    border: 2px solid #2A292C;
    box-sizing: border-box;
    margin: 48px auto 0px;
    position: relative;
    font-family: 'Hammersmith One', sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
}

.link-box a:hover {
    background: #2A292C;
    color: #fff;

}

.link-box a:after {
    content: ">";
    position: absolute;
    right: 10px;
}

.crumb {
    margin: 5px auto 8px;
    padding: 0 2%;
    line-height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 96%;
    max-width: 1000px;
}

.crumb li {
    display: inline;
    font-size: 90%;
    line-height: 100%;
}

.crumb li a {
    font-size: 100%;
    color: #3398DA;
}

.crumb li a span{
    text-decoration: underline;
}

.crumb li a span:hover{
    text-decoration: none;
}

.crumb li span {
    font-size: 100%;
    display: inline;
}

.page-navi{
    overflow: hidden;
    width: 100%;
    line-height: 45px;
    margin-top: 40px;
}

.wp-pagenavi .page:hover, .PageNavi .page-numbers:hover {
    background: #333;
    color: #FFF;
}

.wp-pagenavi .page, .wp-pagenavi .current, .PageNavi .page-numbers, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last, .PageNavi .current {
    border: solid 1px #333;
    background: #FFF;
    padding: 9px 5px;
    margin: 0 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.wp-pagenavi .current, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover, .PageNavi .current {
    background: #333;
    color: #FFF;
    margin: 0 4px;
}

.wp-pagenavi .current, .PageNavi .current {
    padding: 9px 14px;
}

.wp-pagenavi, .PageNavi {
    width: 100%;
    text-align: center;
    height: 45px;
}

.wp-pagenavi a, .PageNavi a {
    text-decoration: none;
    color: #444;
}

.PageNavi .dots{
    border: none;
    background: transparent;
}

.PageNavi .dots:hover{
    background: none;
    color: #444;
}

.sp-box-txt{
    text-align: center;
    padding: 50px 0px 100px;
}

.footer-nav-sp{
    margin: 30px 15px;
    overflow: hidden;
}

.footer-nav-sp li a{
    background: #464449;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-bottom: 1px solid #2A292C;
    box-sizing:border-box;
    font-size: 14px;
}

.footer-nav-sp li:nth-child(2n+1) a{
    border-right: 1px solid #2A292C;
}

.footer-nav-sp li:last-child a{
    border-right: none;
}

.container.sp1000 .cu-link a{
    margin-bottom: 0;
    display: block;
    margin: 0 15px;
    text-align: center;
    line-height: 60px;
    border-radius: 9px;
    font-family: 'Hammersmith One', sans-serif;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#BEBEBE));
    /* IE8 IE9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#BEBEBE))";
    zoom: 1;
background: -webkit-linear-gradient(#fff, #BEBEBE);
background: -o-linear-gradient(#fff, #BEBEBE);
background: linear-gradient(#fff, #BEBEBE);/* FF3.6+ *//* Chrome10+, Safari5.1+ *//* IE10+, W3C */
}

.container.sp1000 .cu-link a span{
    font-size: 20px;
}

.footer-nav2-sp{
    margin: 30px 0px;
    text-align: center;
}

.footer-nav2-sp li{
    display: inline;
}

.footer-nav2-sp li a{
    color: #999;
    line-height: 100%;
    font-size: 18px;
}

.footer-nav2-sp li:nth-child(2n) a{
    padding-left: 28px;
    border-left: 1px solid #999;
    margin-left: 28px;
}

.footer-icon-sp {
    text-align: center;
}

.footer-icon-sp > p {
    color: #999;
    margin-bottom: 10px;
}

.footer-icon-sp li {
    display: inline;
}

.footer-icon-sp li a {
    width: 40px;
    margin-right: 15px;
}

.footer-icon-sp li:last-child a {
    margin-right: 0;
}

footer #page-top p.sp1000 {
    display: inline-block!important;
}

#search{
    padding-top: 40px;
}

#search #gs_tti50{
    line-height: 100%;
}

#not-found{
    padding: 60px 0 0 0;
}

.ds-link{
    text-align: left;
    width: 1000px;
    margin: 0 auto 10px;
}

.ds-link a{
    font-size: 14px;
    color: #999;
    display: inline-block;
    background: url('./images/icon_support.png') no-repeat left 2px;
    background-size: 15px;
    padding:0 0 0 20px;
}


.banner-cp-large {
	width: 92%;
	max-width: 800px;
	text-align: center;
	margin: 45px auto 0;
}
.products_a_main .banner-cp-large,
.products_b_main .banner-cp-large {
	margin: 0 auto 80px;
}

@media screen and (min-width: 688px) {

.pc{
    display: block!important;
}

.sp{
    display: none!important;
}

.title-01{
    font-size: 36px;
}

.title-01:after {
    margin: 7px auto 0;
}

.link-box a {
    line-height: 60px;
}

.wp-pagenavi .page, .wp-pagenavi .current, .PageNavi .page-numbers, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last, .PageNavi .current {
    padding: 9px 14px;
}

#PrevSlide a, #NextSlide a {
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 45px;
    height: 69px;
    display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
}

.bx-wrapper .bx-pager {
    position: absolute;
    margin-top: 0;
}

}

@media screen and (min-width: 1001px) {

#main-contents{
    width: 85%;
    float: left;
}

#sidebar{
    float: right;
    width: 15%;
}

header{
    border-bottom: none;
}

#logo{
    width: 348px;
}

header.header-fix #header-left #logo{
    width: auto;
}

#logo img{
    height: 55px;
    width: 100%;
}

.pc1000{
    display: block!important;
}

.sp1000{
    display: none!important;
}

input::-ms-clear {
    visibility:hidden
}

.searchform1 {
    margin-top: 15px;
    line-height: 100%;
    float: right;
    overflow: hidden;
    text-align: center;
}

.search_buttons1{
    width: 18%;
    display: inline-block;
    margin: 0 0 0 -3px;
    position: relative;
}

.searchform1 input[type="text"]{
    height: 25px;
    float: left;
    width: 200px;
    background: #F8F8FA;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 40px 3px 5px;
    box-sizing:border-box;
}

#clearBtn1{
    padding: 0px 0;
    width: 22px;
}

#footer-top{
    padding: 20px 40px 90px;
}

#footer-top > li{
    margin-right: 70px;
    float: left;
}

#footer-top > li > p > a{
    margin: 15px 0 0 0;
}

#footer-top > li > ul{
    margin-top: 15px;
}

#footer-top > li > ul > li > a{
    display: inline;
    padding: 0;
    margin-top: 4px;
}

#footer-top > li > p:first-child > a{
    margin-top: 0;
}

#footer-top > li > p > a:hover{
    opacity: 0.8;
}

#footer-top > li > ul > li {
    display: block;
    float: none;
}

#footer-top{
    padding: 20px 0 90px;
}

#copy{
    font-size: 16px;
}

footer #page-top {
    position: static;
    width: auto;
}

footer #page-top p.pc1000{
    display: inline-block!important;
}

footer #page-top p.sp1000{
    display: none!important;
}

#wrapper{
    padding-top: 147px;
}

.crumb {
    margin: 8px auto;
}

header.header-fix{
    position: fixed;
    top: 0;
    margin-top: 0;
}

.bx-wrapper .bx-pager {
    left: 50%;
    margin-left: -500px;
    text-align: right;
}

#search{
    min-height: 200px;
}

}

@media screen and (min-width: 1201px) {

.pc1200{
    display: block!important;
}

}

@media screen and (min-width: 1501px) {

.pc1500{
    display: block!important;
}

.sp1500{
    display: none!important;
}

header.header-fix #header-right {
    display: block!important;
}

#icon-area.fix.active{
    right: 15px;
}

#icon-area.fix.follow{
    position: fixed;
    bottom:90px;
    top: auto;
}


header.header-fix #logo .logo_top{
    display: inline-block;
}

header.header-fix #logo .logo_fix{
    display: none;
}

header.header-fix #logo img{
    height: 41px;
    width: auto;
}

}