@charset "UTF-8";


html{
    font-size:62.5%;
}

body{
    color: #333;
    font-family: "游ゴシック",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-size:1.6rem;
    line-height:1.85;
}

img{
    max-width:100%;
    height:auto;
}
a,a:hover{
    text-decoration: none;
    color: #333;
}

h2 {
    font-size: 1em;
}
.message{
    text-align:left;
}
.text-center{
    text-align: center;
}

a{
    -webkit-tap-highlight-color:rgba(0,0,0,0.4);
}
.footer a{
    -webkit-tap-highlight-color:rgba(255,255,255,0.4);
}

/*===============================
header
================================*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #fff;
    width: 100%;
    padding-bottom: 40px;
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.6);
}
.header .inner{
    width: 990px;
    margin: 0 auto;
    padding-bottom:30px;
    height: 84px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.header .logo{
    /*padding-top:27px;*/
}
.header .logo img{
    height:60px;
}

.header .nav-list{
    display: -webkit-flex;
    display: flex;
    font-size:1.4rem;
    margin-top: 1.2em
}
.header .nav-item a{
    padding:16px 12px;
    display: block;
    font-weight: bold;
}
.product-item a:hover,
.header .nav-item a:hover{
    color: #999;
}
.header .customer-nav{
    display: -webkit-flex;
    display: flex;
    position:absolute;
    top:60px;
    right:40px;
}

.cart-trigger{
    overflow: unset;
}
#contents_top{
    margin-top: 124px;
}
.search-form{
    position: relative;
    width:200px;
    height:33px;
    overflow: hidden;
    margin:30px 4px 0 4px;
    display: inline-block;
}
.search-form input{
    width: 160px;
    height:33px;
    padding-left:8px;
    line-height: 21px;
    font-size:1.3rem;
    outline: none;
    box-sizing: border-box;
}
.search-button{
    color: #fff;
    background: #959595;
    cursor: pointer;
    outline: none;
    height:33px;
    border:1px solid #959595;
    padding: 0 10px;
    vertical-align: top;
}

.swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.training-sec .top-btn a:hover{
    background: #f39d00;
}
.training-sec .top-btn2 a:hover{
    background: #cc5549;
}

#item_photo_area a img:hover,
.swiper-slide:hover{
    opacity: 0.8;
}
.swiper-slide.type1{
    background-image: url(../image/sample1.jpg);
}
.swiper-slide.type2{
    background-image: url(../image/sample2.jpg);
}
.swiper-slide.type3{
    background-image: url(../image/sample3.jpg);
}

.top-hero img{
    width: 100%;
}
/*===============================
Gnav
================================*/
.product-nav{
    position: relative;
    background: #eee;
    font-size:1.4rem;
}
.product-nav .inner{
    width: 990px;
    margin: 0 auto;
    padding:12px 0;
}
.product-nav nav{
    width:100%;
    top:0;
    left:0;
    background: #eee;
    z-index:10;
}

.product-list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    width: 990px;
    margin: 0 auto;
}
.product-item{
    height:45px;
    line-height:45px;
}



.intro-sec{
    position: relative;
    overflow: hidden;
    padding: 60px 0 0;
}

.intro-sec span{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 32%;
    margin:7% -10% 0;
    background:#ff6700;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
        z-index: -1;
}

.intro-sec .inner {
    box-sizing: border-box;
    width: 990px;
    margin: 0 auto;
    height: 100%;
    color: #777;
}
.intro-sec .message{
    width: 50%;
    line-height: 2;
    letter-spacing: .3px;
}
.intro-sec .m-text{
    font-size:1.4rem;
}
.intro-sec div{
    padding: 14px;
    margin-bottom: 40px;
}

.intro-sec .intro-left{
    float: left;
}
.intro-sec .intro-right{
    float: right;
}
.intro-sec .clear-box{
    clear: both;
    margin: 0;
    padding: 0;
}
#top_box__button_menu,
#detail_box__button_menu{
    display: flex;
    justify-content: space-around;
    width:700px;
    margin: 10px 0;
}

#top_box__button_menu p,
#detail_box__button_menu p{
    width:260px;
}

#detail_box_footer,
#detail_box__footer,
#top_box__footer{
    margin-left: 100px;
    margin-top: 40px
}






.recommended-sec .inner{
    width: 990px;
    margin: 0 auto;
    padding-bottom:30px;
}
.recommended-sec .sec-head{
    padding:32px 0;
}
.recommended-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.recommended-item{
    width:33.3%;
/*    height:200px;*/
    box-sizing: border-box;
    padding-right:30px;
    margin-bottom: 33px;
}

.recommended-item img:hover{
    box-shadow:2px 2px 6px 3px rgba(0,0,0,0.4);
}

.recommended-image{
    height:120px;
    background-image: url(../image/ps-head-1.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.training-sec.header-box{
    background-color:#eee;
}
.training-sec .inner {
    width: 990px;
    margin: 0 auto;
}
.training-sec .sec-head-group{
    padding: 28px 0;
    text-align: left;
}
.training-sec .sec-head{
    font-weight:bold;
}
.training-sec .sec-subhead{
    font-size:1.4rem;
    line-height:1.2;
}
.training-sec .training-list{
    display: -webkit-flex;
    display: flex;
    margin-bottom:30px;
}
.training-sec .training-item{
    margin-right:20px;
    width:200px;
}
.training-sec .caption{
    font-size:1.4rem;
}

.training-sec .top-btn{
    padding:30px 0 40px;
}
.training-sec .top-btn a{
    display: block;
    width: 240px;
    margin:0 auto;
    height:50px;
    line-height: 50px;
    background: #ffa500;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.training-sec .top-btn2 a{
    display: block;
    width: 240px;
    margin:0 auto;
    height:50px;
    line-height: 50px;
    background: #DE5D50;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
/*===============================
news&prerelease
================================*/
.info-section .inner {
    width: 990px;
    margin: 0 auto;
    padding:32px 0 60px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.info-area{
    width:40%;
}
.info-area a:hover{
    opacity:0.7;
}
.info-area a:hover .info-detail{
    text-decoration: underline;
}
.info-area .sec-title{
    padding:0 0 0 16px;
    font-size:1.4rem;
    font-weight: bold;
    height:45px;
    line-height: 45px;
    background-color: #eee;
}
.info-area .info-item{
    padding:14px 0;
    border-bottom: solid 1px #ddd;
    font-size:1.3rem;
}
.info-area .info-time{
    display: block;
    font-weight: bold;
    font-style: italic;
}
.info-area .info-link{
    margin-top:14px;
    font-size:1.3rem;
    text-align: right;
    margin-bottom: 30px;
}
/*===============================
footer
================================*/
.footer{
    background-color: #000;
    min-width: 1030px;
}
.footer a{
    color: #999;
    transition: all 0.7s;
}
.footer a:hover{
    color:#fff;
    text-decoration: underline;
}
.footer .inner{
    width: 990px;
    margin: 0 auto;
    padding:32px 0 40px 0;
    text-align: left;
}
.footer .sns-link .inner{
    padding:0;
}
.footer .sns-list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    border-bottom:1px #333 solid;
    padding: 24px 0;
    text-align: center;
}
.footer .sns-item{
    font-size:2.8rem;
}
.footer .sns-item:hover{
    cursor: pointer;
}
.footer-nav .inner{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    border-bottom: solid 1px #333;
}
.footer-nav .dropmenu{
    border-right: solid 1px #333;
    padding-right:45px;
}
.footer-nav .dropmenu:first-of-type{
}
.footer-nav .dropmenu input[type="checkbox"]{
    display: none;
}
.footer-nav .dropmenu:last-of-type{
    border-right: none;
    padding-right:0;
}
.footer-nav .nav-title{
    display: block;
    margin-bottom:8px;
    font-size:1.2rem;
    font-weight: bold;
    color: #fff;
}
.footer-nav .nav-item{
    margin-bottom:8px;
    font-size:1.2rem;
}
.footer-nav .nav-item p{
    color: #999;
}
.footer .copyright{
    display: block;
    color: #999;
    font-size:1.2rem;
}


.sp-only{
    display: none;
}


.sec--blog .inner{
    width:990px;
    margin: 0 auto;
    padding:10px 0 40px;
    letter-spacing: .1em;
}
.sec--blog .blog-cat a{
    padding:3px;
    border:2px solid #fa990e;
    color:#fa990e;
    margin-left:20px;
    font-size:1.3rem;
}
.sec--blog .blog-cat a:hover{
    background:#fa990e;
    color: #fff;
    transition:.5s ease-in;
}
.sec--blog__list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sec--blog__list li{
    width:28%;
    margin:0 5% 80px 0;
}
.empty{
    width:28%;
}
.sec--blog__list .about-thumbnail{
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.sec--blog__list .about-thumbnail a{
    display: block;
    position: relative;
    height:300px;
}
.sec--blog__list .about-thumbnail a:hover{
    opacity:.6;
    transition:.3s ease-out;
}
.sec--blog__list .about-thumbnail img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec--blog__list .info--block{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin:10px 0 0;
}
.sec--blog__list time{
    font-size:1.3rem;
    margin-right:20px;
}
.sec--blog__list .blog-cat a{
    color:#e6591b;
    border:1px solid #e6591b;
    padding:4px;
    font-size:1.5rem;
}
.sec--blog__list .blog-cat a:hover{
    background:#e6591b;
    color: #fff;
    transition:.3s ease-out;
}
.sec--blog__list .blog-title:hover{
    opacity:.6;
    transition:.3s ease-out;
}

/* ------------------------------
page--news
------------------------------ */
.sec--news .inner{
    width:860px;
    margin: 0 auto;
    padding:20px 0;
    letter-spacing: .1em;
}
.news__list{
    margin-top: 20px;
}
.sec--news .news__list li .row{
    margin-bottom:20px;
}
.sec--news .news-time{
    font-size:1.9rem;
}
.sec--news .news-title{
    padding-left:20px;
    font-size:2.6rem;
    color: #4ad186;
}
.sec--news .news--content{
    padding:0 10px;
}
.sec--news .news--more{
    font-weight:bold;
}
.news__list li,
.blog__list li{
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom: 1px solid #ccc;
}
.news__list li .link,
.blog__list li .link{
    display: block;
}
.news__list li .row,
.blog__list li .row{
    display: -webkit-flex;
    display: flex;
    padding:0 10px;
    -webkit-align-items: center;
    align-items: center;
}


@media screen and (max-width:767px){
    .pc-only{
        display:none;
    }
    .sp-only{
        display:block;
    }
    .header .inner{
        width:auto;
    }


    .product-list{
        width:auto;
    }
    .product-nav .inner{
        width:auto;
    }


    .recommended-sec .inner{
        width:auto;
    }
    .recommended-item{
        width:50%;
        padding : 0 10px;
    }
    .training-sec .inner{
        width:auto;
    }

    .intro-sec .inner {
        width:auto;
    }

    .intro-sec .intro-logo{
        left: 0;
    }
    
    .intro-sec {
        padding: 0;
    }

    .info-section .inner{
        width:auto;
        flex-direction: column;
    }

    .info-section .info-area{
        width:auto;
        margin:0 20px;
    }






    .footer{
        min-width:auto;
    }
    .footer .inner{
        width:auto;
        flex-direction: column;
        padding:0 0 40px;
        border-bottom:none;
    }
    .footer .sns-list{
        flex-wrap: wrap;
    }
    .footer-nav .dropmenu{
        border-right:none;
        padding-right:0;
    }
    .footer-nav .dropmenu label{
        display: block;
        padding: 13px 20px;
        color: #fff;
        font-weight: bold;
        cursor :pointer;
        transition: all 0.5s;
    }
    .footer-nav .nav-item{
        padding:10px 20px;
        margin-bottom:0;
    }
    .footer-nav .dropmenu label:before {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        padding-right: 8px;
    }
    .footer-nav .dropmenu label:hover {
        opacity:0.7;
    }
    .footer-nav .dropmenu .accshow{
        height: 0;
        overflow: hidden;
        opacity: 0;
        padding:0 20px;
        transition: all 0.8s;
    }



    .cssacc:checked + label + .accshow {
        height: auto;
        padding:0 20px;
        opacity: 1;
    }
    .cssacc:checked + label:before {
        content: '\f078';
    }
    .footer-nav .nav-title{
        display:contents;
    }

    .intro-sec .message{
        width: 100%;
        margin-bottom: 0;
    }

    .sec--blog__list {
        
    }
    .sec--blog .inner {
        width: 100%;
    }
    .sec--blog__list li {
        width: 90%;
        margin: 20px auto;
    }


    .news__list li .row{
        display: block;
        
    }
    .sec--news .news-time {
        font-size:1em;
    }
    .sec--news .news-title {
        font-size:1.2em;
    }
    .sec--news .inner {
        width: 100%;
    }
    .sec--news__list li {
        width: 90%;
        margin: 20px auto;
    }
}

#cart_area{
    position: absolute;
    top: 64px;
    right: 13px;
    z-index: 10;
}
p.cart-trigger .badge {
    position: absolute;
    left: 35px;
    top: 0px;
    right: auto;
}

.btn-primary.add-cart{
    background:#ffa500;
    border-color: #ffa500;
}
.btn-primary.add-cart:hover{
    background:#f19c00;
    border-color: #f19c00;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}

@media only screen and (min-width: 768px) {

	#item_photo_area .slick-dots {
		margin: 0 -16px;
		position: relative;
		bottom: 0;
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table;
		clear: both;
	}

	#item_photo_area .slick-dots li {
		width: 33.33333333%; height: auto;
		padding: 16px;
		margin: 0;
		float: left;
	}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
    
}


.drawer {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 9997;
}
.drawer.open {
  opacity: 0.5;
  visibility: visible;
  height: 100%;
}
.drawer.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.drawer.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.drawer.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.drawer.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.drawer nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
.drawer ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.drawer ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.drawer ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.drawer ul li a:hover:after, .drawer ul li a:focus:after, .drawer ul li a:active:after {
  width: 100%;
}
.drawer ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
