/* カスタマイズ用CSS */

body {
    color: #231815;
    font-size: 12px;
    font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Osaka,verdana,"Meiryo", "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

header {
    width: 100%;
    margin: auto;
    padding: 0;
    background: #fff;
    z-index: 9999;
}

a {
    text-decoration: none;
}

a:hover{
    opacity: 0.5;
    transition: .5s;
    color: #fff;
}

.ec-price{
    display: none;
}

.ec-layoutRole .ec-layoutRole__contents{
    max-width: 1200px;
    margin: 0 auto 50px;
}

.ec-layoutRole .ec-layoutRole__main{
   width: 100%;
   /*margin-top: 100px;*/
}

@media screen and (max-width: 768px){
    
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 1200px;
    margin: 0 auto;
}
    
}

/*header*/

header > div:nth-child(1) {
    padding-top: 0;
}

header .bar {
    display: flex;
    color: #fff;
    background: #000;
    justify-content: space-between;
    align-items: center;
}

span {
    display: inline-block;
    font-weight: bold;
}

header .bar span {
    padding-left: 16px;
}

header .bar > div {
    display: flex;
    width: 30%;
}

header .bar a {
    display: inline-block;
}

a img {
    transition: .5s;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

img {
    border-radius: 3px;
}

img {
    width: auto;
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
    border: none;
}

.prev-next, .wrap {
    max-width: 1200px;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
.wrap{
    display: none;
    padding: 0 16px;
}
}

header .logo a {
    display: block;
}

header .logo a img {
    width: 80%;
}

header .logo2 {
    width: 30%;
    margin-top: 10px;
}
header .logo2 a {
    display: block;
}

header .logo2 a img {
    width: 90%;
}

header .flex50 > div.logo {
    padding: 16px;
    width: 40%;
}

header .flex50 > div {
    width: 50%;
}

header .flex25, header .flex50 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .flex25 {
    align-items: stretch;
}

header .flex25 > a {
    padding: 16px 8px;
    width: 25%;
}

header .flex25 > div {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 8px;
}

header .flex25 > div:nth-child(3) a {
    height: 50%;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 1024px){
    .ec-headerNav .ec-headerNav__itemIcon {
        font-size: 16px;
    }
    .ec-headerNav .ec-headerNav__itemLink {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){
    header .flex25 {
        display: none;
    }
    .ec-headerNaviRole .logo2 {
      width: 70%;
      margin-top:0;
      margin-bottom:10px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
      width: 0;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right {
      width: 30%;
    }
    .ec-headerNaviRole .ec-headerNavSP {
        cursor: pointer;
        border-radius: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        text-align: center;
        background: white;
        position:static;
        margin-left:15px;
        border:1px solid black;
    }
    .ec-headerNaviRole .fa-bars {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 768px){
    header > div:nth-child(1) {
        padding-top: 0!important;
    }
    
    header .bar {
        flex-wrap: wrap;
    }
    
    header .bar span {
        padding: 16px 73px 16px 16px;
        line-height: 1.5;
    }
    
    header .bar > div {
        width: 100%;
        margin: 0px auto 0px;
        justify-content: flex-start;
    }
    
    header .bar > div img {
        height: 36px;
    }
    
    header .bar > div img {
        height: 36px;
    }
    
    header .flex50 > div.logo {
        width: 70%;
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (min-width: 769px){
.cp_fullscreenmenu{
    display: none;
}
}

/*モバイルメニュー*/
@media screen and (max-width: 768px){
    

    
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
.cp_fullscreenmenu {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: #000;
}
.cp_fullscreenmenu .menu label {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: 100%;
}
.cp_fullscreenmenu .menu .menucont {
	font-size: 16px;
    position: relative;
    top: 40%;
    margin-top: -170px;
    padding-bottom: 20px;
    text-align: center;
}
.cp_fullscreenmenu .menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cp_fullscreenmenu .menu ul li,
.cp_fullscreenmenu .menu ul li a {
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .menu ul li a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
}
.cp_fullscreenmenu .menu ul li a:hover {
	color: #ff0844;
}
.cp_fullscreenmenu .menu ul li:hover {
	background: #ffffff;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
	transition: all 0.5s;
	transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
	visibility: visible;
	transition: opacity 0.5s;
	opacity: 1;
	background-color: #000;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
	background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-30%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 25px 0;
    cursor: pointer;
}
.cp_fullscreenmenu .hamburger:hover .open:before {
	top: -9px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
	top: 5px;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
	position: relative;
	display: block;
	width: 33px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
	top: 8px;
	cursor: pointer;
}
.cp_fullscreenmenu .open:before {
	top: -8px;
	content: '';
	transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
	top: 4px;
	content: '';
}

}

/*メニュー*/

nav, h1, h2, h3, h4, h5 {
    letter-spacing: 0.1rem;
    display: block;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
}

ol, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

nav li:first-child {
    margin-left: 0;
}

nav li {
    width: calc(100% / 6);
    margin-right: 1px;
}

li {
    list-style: none;
}

ol, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

nav li a {
    background: #e60000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 16px 0;
    font-weight: bold;
    color: #fff;
}

nav .nav-contact {
    background: #000;
    color: #fff;
}

nav .nav-cart {
    background: #e69600;
    color: #fff;
}

nav li a img {
    margin-right: 8px;
    height: 32px;
}

/*
#menuToggle {
    position: fixed;
    top: 0;
    right: 0;
    padding: 23px 24px;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
}

@media screen and (min-width: 769px){
    #menuToggle {
        display: none;
    }
}
#menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
*/

#menu {
    width: 100%;
    transform: translate(100%, 0);
}

#menu {
    position: fixed;
    width: 100%;
    /* height: calc(100vh + 100px); */
    top: 68px;
    right: 0;
    margin: 0 0 0 0;
    padding: 40px 24px;
    /* padding-top: 24px; */
    /* background: rgba(0,0,0,.7); */
    background: #000;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    text-align: center;
}

.header-widget-region {
    position: relative;
    z-index: 99;
}

.header-widget-region::before {
    content: '';
    display: table;
}

.col-full {
    padding: 0 0.217924em;
}

@media (max-width: 66.4989378333em){
    .col-full {
        margin-left: 2.617924em;
        margin-right: 2.617924em;
        padding: 0;
    }
}

.header-widget-region .widget {
    padding: 0;
}

.header-widget-region::after {
    clear: both;
}

/*ニュース*/

.top-news {
    display: flex;
    background: #32c8c8;
    color: #fff;
    justify-content: flex-start;
    align-items: stretch;
    width: 1200px;
    margin: 20px auto;
}

.top-news > div + div {
    display: flex;
    /* height: 100%; */
    align-items: center;
    padding: 16px;
}

.top-news > div + div li {
    padding: 7px 16px;
    font-size: 14px;
}

.ec-role {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1200px;
}

.ec-role02 {
    margin: 50px auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    /*width: 25%;*/
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
}
.ec-sliderRole{
    margin-top: 50px!important;
}
.ec-event-banner{
    margin-bottom: 50px!important;
}

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

    .ec-role02 {
        margin: 150px auto 50px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
        width: 95%;
        display: block;
    }

}

.ec-newsRole .ec-newsRole__news {
    /*border: 16px solid #32c8c8;*/
    padding: 0;
    /*background: #32c8c8;*/
    /*margin: -90px auto 0;*/
    border: 2px solid;
}

@media only screen and (max-width: 767px){
    
.ec-newsRole .ec-newsRole__news {
    border: 16px solid #32c8c8;
    padding: 0;
    background: #32c8c8;
    margin: 0 auto;
}    
    
}

.ec-newsRole .ec-newsRole__newsDate{
    color: #000;
    padding-left: 15px;
}

.ec-newsRole .ec-newsRole__newsTitle{
    color: #000;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
    color: #000;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    /*border-bottom: none;*/
    /*background: #32c8c8;*/
}

.ec-newsRole {
    padding: 15px 0 0;
    width: 100%;
}

@media only screen and (min-width: 768px){
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
    /*background: #32c8c8;*/
}
}

/*バナー一覧*/

.bana {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.bana a {
    width: 49%;
    margin-bottom: 16px;
}

.bana a img {
    width: 100%;
}

@media only screen and (max-width: 767px){
.bana {
    display: block;
    padding: 16px 0;
    width: 95%;
    margin: 0 auto;
}

.bana a img {
    width: 100%;
    margin-bottom: 16px;
}

}

/*フッター*/

footer {
    background: #f0f0f0;
    float: left;
    width: 100%;
}

footer .bar {
    background: #e60000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

footer .bar span{
    color: #fff;
    margin-top: 16px!important;
}

footer .bar div a img {
    height: 40px;
}

footer .bar div + div {
    display: flex;
    justify-content: space-between;
}

footer .bar div + div a {
    margin-left: 16px;
}

footer .bar div + div a img {
    width: 20px;
    height: auto;
}


.footer-info{
    width: 25%;
    margin: 50px 0 0 30px;
}

.footer-info-link{
    width: 100%;
}
    
.footer-company {
    width: 100%;
    margin-bottom: 50px;
}

.footer-company-title{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.footer-company-list ul{
    list-style: none;
    line-height: 1.75;
}

.footer-company-list ul a{
    color: #000;
}

.footer-support{
    width: 100%;
}

.footer-support-title{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.footer-support-list ul{
    list-style: none;
    line-height: 1.75;
}

.footer-support-list ul a{
    color: #000;
}

footer .menu-bar {
    background: #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.footer-menu li {
    margin: 0 15px;
    position: relative;
}

.footer-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #000;
}
.footer-menu a {
    color: black;
    font-size: 15px;
}
@media screen and (max-width: 768px){
    footer .menu-bar {
        height: auto;
    }
    .footer-menu {
        display: block;
        margin: 20px 0;
        text-align: center;
        line-height: 2;
        width: 100%;
    }
    .footer-menu li:not(:last-child)::after {
        transform: none;
        height: 0px;
        width: 0px;
    }
}

.copyright{
    background: #000000;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: white;
}

.header-top-bar{
    background-color: #F8F8F8;
    vertical-align: middle;
    line-height: 32px;
}
.header-top-bar .mes{
    max-width: 1400px !important;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.header-menu-bar {
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    height: 40px;
}

.header-menu li {
    position: relative;
    width: 300px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
}

.header-menu li:not(:last-child) {
    border-left: 1px solid #FFF;
}
.header-menu li:last-child {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.side-product li {
    height: 40px;
    color: black;
    vertical-align: middle;
    line-height: 40px;
    border-bottom: 1px solid #000;
}

.side-product li a {
    color: black;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-title{
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    padding:10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px
}

.icon-beginner {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: .4em;
    margin-bottom: 3px;
}
.icon-beginner::before,
.icon-beginner::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    border: .1em solid #fff;
    border-bottom-width: .15em;
    box-sizing: border-box;
}
.icon-beginner::after {
    left: 0;
    background: #ff0;
    transform: skewY(45deg);
    border-radius: .3em 0 0 .1em;
    border-right: none;
}
.icon-beginner::before {
    right: 0;
    background: #390;
    transform: skewY(-45deg);
    border-radius: 0 .3em .1em 0;
    border-left: none
}
.icon-beginner.mono::before {
    background: transparent;
}
.icon-beginner.mono::after {
    background: #fff;
}

@media screen and (max-width: 768px){
    
footer .bar {
    background: #e60000;
    display: flex;
    padding: 0 24px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
    
footer .bar span {
    display: block;
    padding: 8px 0 16px;
    text-align: center;
    font-size: 16px;
}

footer .bar div + div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}
   
footer .bar div + div a img {
    width: 26px;
    height: auto;
} 

.footer-info{
    width: 100%;
    margin: 50px 0;
}

.footer-info-link{
    width: 100%;
}
    
.footer-company{
    width: 100%;
}

.footer-company-title{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.footer-company-list ul{
    list-style: none;
    line-height: 1.75;
}

.footer-support{
    width: 100%;
}

.footer-support-title{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.footer-support-list ul{
    list-style: none;
    line-height: 1.75;
}
}

@media (min-width: 768px) {
    .product-cell-left {
        width: 60%!important;
    }
    .product-cell-right {
        margin-left: 50px;
    }
}
.ec-headerNaviRole {
    max-width: 1400px !important;
}
@media screen and (min-width: 769px) {
    .ec-layoutRole__contents {
        margin: 0 auto 50px !important;
    }
}