/* カスタマイズ用CSS */
@media all and (max-width: 767px) {
    .ec-eyecatchRole,
    .top-list001,
    .top-service,
    .top-special,
    .flx-info{
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
    }
}
.ec-blockBtn--action,
.ec-blockBtn--cancel{
    background: #393332;
    border-color: #393332;
}
.ec-blockBtn--action:hover,
.ec-blockBtn--cancel:hover{
    background: #000;
    border-color: #000;
}
.ec-progress .is-complete .ec-progress__number {
    background: #393332;
}
.ec-progress .is-complete .ec-progress__label {
    color: #393332;
}
.ec-alert-warning {
    background: #393332;
}
.ec-login {
    background: #ededed;
}


.pop {
    font-family: "Poppins", sans-serif !important;
}
.ec-headerNaviRole {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.ec-layoutRole .ec-layoutRole__contents,
.ec-sliderRole{
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto;
}
.ec-role {
    max-width: 1600px !important;
}
#page_homepage .ec-role {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media all and (min-width: 768px) {
	.pc_none {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.sp_none {
		display: none !important;
	}
}

/*header*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #393332;
}
@media all and (min-width: 768px) {
	.ec-headerRole__cart {
	    display: none;
	}
	.h-new-e span {
	    display: none !important;
	}
	.h-favo {
	    display: none !important;
	}
	.h-login span {
	    display: none !important;
	}
	.ec-headerNav .ec-headerNav__item {
	    margin-left: 12px;
	}
	.ec-headerNav .ec-headerNav__item i {
	    color: #393332;
	}
	.ec-headerNaviRole {
	    justify-content: flex-end;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left {
	    width: 25%;
	}
	.ec-headerNaviRole .ec-headerNaviRole__right {
	    width: 10%;
	}
	.hd_logo {
	    position: absolute;
	    left: 2%;
	    top: 10px;
	}
	.ec-headerRole {
	    display: none !important;
	}
	#page_homepage .ec-categoryNaviRole,
	#page_contact .ec-categoryNaviRole,
	#page_help_tradelaw .ec-categoryNaviRole,
	#page_help_privacy .ec-categoryNaviRole,
	#page_help_about .ec-categoryNaviRole{
	    display: none !important;
	}
	.ec-layoutRole .ec-layoutRole__left {
	    width: 15% !important;
	}
	.ec-layoutRole .ec-layoutRole__mainWithColumn {
	    width:82% !important;
	}
}
@media all and (max-width: 767px) {
    .hd_logo {
        display: none;
    }
    .ec-headerRole__cart {
	    display: none;
	}
	.h-new-e span {
	    display: none !important;
	}
	.h-favo {
	    display: none !important;
	}
	.ec-drawerRole .ec-headerLinkArea {
	    background: #393332;
	}
}



/*TOPPAGE*/
.ec-blockBtn--top {
    background: #393332 !important;
    letter-spacing: 1px;
}
.mains-cp {
    position: relative;
}
.mains-cp .cps-m {
    position:absolute ;
    left: 80px;
    bottom: 90px;
    z-index: 5;
    width: 77%;
}
.mains-cp .cps-m img {
    width: 100%;
}
@media all and (min-width: 768px) {
    .font-eng01 {
        font-family: "Poppins", sans-serif;
        font-size: 18px !important;
        letter-spacing: 1px;
        position: relative;
        margin-top: 0 !important;
        padding-top: 22px;
    }
    .font-eng01::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 28px;
        height: 1px;
        background: #393332;
    }
    .top-greet-tit {
        font-size: 33px !important;
        letter-spacing: 1px;
    }
    .top-greet-p {
        font-size: 17px !important;
        letter-spacing: 1px;
    }
    .ec-eyecatchRole .ec-eyecatchRole__image {
        flex-basis: 50%;
    }
    .ec-eyecatchRole .ec-eyecatchRole__intro {
        flex-basis: 48%;
    }
}

.top-list001 {
    background: #f2f2f2;
    padding: 55px 150px 30px 150px;
}
.top-list001 ul {
    display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
}
.top-list001 ul li {
    display: block;
	flex-basis: 50%;
	box-sizing: border-box;
    position: relative;
    font-size: 20px;
	font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
	margin: 0 !important;
	padding:0 0 30px 34px !important;
}
.top-list001 ul li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    background: url(/html/user_data/assets/img/common/check.png) top center no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 17px;
}
@media all and (max-width: 1200px) {
	.top-list001 {
		background: #f2f2f2;
		padding: 25px 50px 30px 50px;
	}
	.top-list001 ul li {
		font-size: 17px;
		padding:0 0 30px 34px !important;
	}
}
@media all and (max-width: 767px) {
    .top-list001 {
        padding: 20px 20px 10px 20px;
    }
    .top-list001 ul {
        display: block;
    	margin: 0 !important;
    	padding: 0 !important;
    }
    .top-list001 ul li {
        font-size: 15px;
    	margin: 0 !important;
    	padding:0 0 30px 34px !important;
    }
    .top-list001 ul li::before {
        position: absolute;
        left: 0;
        top: 5px;
        content: "";
        background: url(/html/user_data/assets/img/common/check.png) top center no-repeat;
        background-size: 100% auto;
        width: 21px;
        height: 17px;
    }
}


.top-service {
    display: block;
    padding-top: 150px;
}
.top-service h2 {
    display: block;
    color: #393332;
    font-weight: 400;
    font-size: 100px;
    letter-spacing: 4px;
    line-height: 0.9;
    margin-bottom: 55px;
}
.top-service ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
}
.top-service ul li {
    display: block;
    padding-bottom: 50px;
    margin-left: 50px;
    flex-basis: calc((100% - (50px * 2)) / 3 - .01px);
}
.top-service ul li:nth-child(3n+1) {
    margin-left: 0px;
}
.tp-service-link {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 420px;
    border-radius: 10px;
    background: #f3f3f3;
    padding: 30px;
    position: relative;
	overflow: hidden;
}
.tp-service-link::after {
    position: absolute;
    right: -18px;
    bottom: -18px;
    content: "";
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #393332;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tp-service-link img {
	width: auto;
	height: auto;
    max-width: 100%;
	max-height: 100%;
}
.tp-service-link:hover {
    opacity: 0.7
}
.top-service .txt {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.top-service .txt p {
    display: block;
    color: #262626;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
	margin-right: 15px;
}
.top-service .txt small {
    display:block;
    color: #262626;
    font-size: 14px;
	padding-top: 7px;
}
@media all and (max-width: 1200px) {
    .top-service {
        padding-top: 70px;
    }
    .top-service h2 {
        font-size: 60px;
        letter-spacing: 3px;
        line-height: 0.9;
        margin-bottom: 40px;
    }
    .top-service ul {
    }
    .top-service ul li {
        display: block;
        padding-bottom: 40px;
        margin-left: 20px;
        flex-basis: calc((100% - (20px * 2)) / 3 - .01px);
    }
    .tp-service-link {
        width: 100%;
        height: 330px;
        padding: 30px;
    }
    .top-service .txt {
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .top-service .txt p {
        font-size: 18px;
    	margin-right: 15px;
    }
    .top-service .txt small {
        font-size: 12px;
    	padding-top: 7px;
    }
}
@media all and (max-width: 600px) {
    .top-service {
        padding-top: 40px;
    }
    .top-service h2 {
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 0.9;
        margin-bottom: 30px;
    }
    .top-service ul {
        justify-content:space-between ;
    }
    .top-service ul li {
        display: block;
        padding-bottom: 25px;
        margin-left: 0px;
        flex-basis: 48%;
    }
    .tp-service-link {
        width: 100%;
        height: 250px;
        padding: 20px;
    }
    .top-service .txt {
        display:block;
        padding-top: 10px;
    }
    .top-service .txt p {
        display:block;
        font-size: 16px;
    	margin-right: 0px;
    }
    .top-service .txt small {
        display:block;
        font-size: 12px;
    	padding-top: 7px;
    }
}


.top-special {
    display: block;
    padding-top: 150px;
}
.top-special h2 {
    display: block;
    color: #393332;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 0.9;
    margin-bottom: 55px;
}
.top-special ul {
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 55px 50px 55px;
}
.top-special ul li {
    display: block;
    margin-left: 30px;
    flex-basis: calc((100% - (30px * 2)) / 3 - .01px);
}
.top-special ul li:nth-child(3n+1) {
    margin-left: 0px;
}
.top-special ul li p{
    display: block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 22px;
    color: #393332;
    margin-bottom: 50px;
}
.tp-special-link {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.tp-special-link:hover {
    opacity: 0.7
}
.tp-special-link img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media all and (max-width: 1200px) {
    .top-special h2 {
        font-size: 60px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 0.9;
        margin-bottom: 40px;
    }
    .top-special ul li p{
        letter-spacing: 1px;
        font-size: 16px;
        color: #393332;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 600px) {
    .top-special {
        padding-top: 40px;
    }
    .top-special h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .top-special ul {
        display: block;
        padding: 25px 20px 15px 20px;
    }
    .top-special ul li {
        display: block;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .top-special ul li p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .tp-special-link {
        width: 100%;
        border-radius: 10px;
        background: #fff;
        padding: 30px;
        position: relative;
        overflow: hidden;
    }
    .tp-special-link:hover {
        opacity: 0.7
    }
    .tp-special-link img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}



/*TOP NEWS*/
.flx-info {
    display: flex;
    justify-content: space-between;
}
.t-news-left {
    flex-basis: 28%;
    max-width: 28%;
    display:block !important;
}
.t-news-ti.pop {
    display: block;
    font-size: 50px;
    line-height: 0.9;
	color: #393332;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 55px !important;
}
.ec-newsRole__news {
    flex-basis: 65%;
}
.ec-newsRole .ec-newsRole__news {
    border:0px solid #F8F8F8 !important;
    padding: 0px 0px !important;
}
.ec-newsRole .ec-newsRole__newsItem {
    border-bottom: #ccc dotted 1px;
}
@media all and (max-width: 600px) {
    .flx-info {
        display: block;
    }
    .t-news-left {
        flex-basis: 100%;
        max-width: 100%;
        display:block !important;
    }
    .t-news-ti.pop {
        display: block;
        font-size: 50px;
        line-height: 0.9;
    	color: #393332;
        letter-spacing: 5px;
        font-weight: 400;
        margin-bottom: 55px !important;
    }
    .ec-newsRole__news {
        flex-basis: 65%;
    }
    .ec-newsRole .ec-newsRole__news {
        border:0px solid #F8F8F8 !important;
        padding: 0px 0px !important;
    }
    .ec-newsRole .ec-newsRole__newsItem {
        border-bottom: #ccc dotted 1px;
    }
}



/*FOOTER*/
.ec-footerRole {
    background: #6d6d6d !important;
}
.ec-footerRole .ec-footerRole__inner {
    max-width: 1600px !important;
}
.foot-inner01 {
    display: flex;
    justify-content: space-between;
}
.foot-inner01 .lef {
    display: block;
}
.foot-inner01 .lef img {
    max-width: 192px;
}
.foot-inner01 .ref {
    display:flex;
}
.foot-inner01 .ref ul {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}
.foot-inner01 .ref ul li {
    display: block;
	margin-left: 65px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 30px;
}
.foot-inner01 .ref ul li a {
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.8;
}
.ec-footerTitle__logo {
    display: none;
}
@media all and (max-width: 840px) {
    .foot-inner01 {
        display: block;
    }
    .foot-inner01 .lef {
        display: block;
        text-align: center;
        padding-top: 35px;
    }
    .foot-inner01 .lef img {
        max-width: 192px;
        display: inline-block;
    }
    .foot-inner01 .ref {
        display:block;
    }
    .foot-inner01 .ref ul {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .foot-inner01 .ref ul li {
        display: block !important;
        float: none;
    	margin-left: 0px;
        color: #FFF;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .foot-inner01 .ref ul li a {
        color: #FFF;
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.8;
        display: block;
        padding: 13px 13px;
        border-bottom: #fff dotted 1px;
    }
}



/*aside*/
aside .ec-itemNav__nav {
    display: block !important;
    margin-left: 7% !important;
}
aside .ec-itemNav__nav li {
    display: block;
    float: none !important;
	width: 100% !important;
	text-align: left !important;
}
aside .ec-itemNav__nav li a {
    color: #393332;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    font-weight: bold;
    padding: 14px 0 !important;
    text-align: left !important;
}
aside .ec-itemNav__nav li ul {
    display: none;
}

.side-navs {
    display: block;
	margin-left: 7%;
}
.side-navs ul {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
.side-navs ul li {
    display: block;
    margin-bottom: 10px !important;
}
.side-navs ul li a {
    display: block;
    color: #393332;			
    letter-spacing: 2px;
    line-height: 1.6;
    font-weight: bold;
    padding: 14px 0 !important;
    text-align: left !important;
}
.side-navs ul li a b {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}
.side-navs ul li a span {
    font-size: 13px;
    font-weight: 300;
}
.side-navs ul li a:hover {
    color: #59b6b5
}