html{
    font-size: 625%;
}
body{
	font-size: .14rem;
	font-family: "Noto Sans JP", sans-serif;
    word-break: break-all;
    text-align: justify;
}
.sp_only{
    display: none;
}

a:hover{
	opacity:0.8;
	transition:0.3s;
}

.footer-link-law {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
    font-size: .12rem;
    text-decoration: auto;
}
.home .footer-link-law {
    right: 108px;
}
.footer-link-hojyokin {
    position: absolute;
    bottom: 12px;
    right: 15px;
    color: #c4c4c4;
    font-size: .12rem;
    text-decoration: auto;
    line-height: 1.5;
}

/* フェードイン */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s,visibility 1s;
}
.js-fade.inview {
    opacity: 1;
    visibility: visible;
}

/* 下からフェードイン */
.js-fadeBottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fadeBottom.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/* 上からフェードイン */
.js-fadeTop {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fadeTop.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/* 左からフェードイン */
.js-fadeLeft {
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fadeLeft.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

/* 右からフェードイン */
.js-fadeRight {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fadeRight.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}




/*EC以外のヘッダー*/
.concept-header {
    display: flex;
    padding: 0 50px 0 35px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
	top: 0;
    z-index: 11;
    width: 100%;
    height: 100px;
    background: #FFF;
    transition: 1s;
}
.home .concept-header {
    margin-top: -100px;
    opacity: 0;
}
.header--fixed .concept-header {
    display: flex;
    position: fixed;
    opacity: 1;
}
.home.header--fixed .concept-header {
    margin-top: 0;
}
    .concept-header__logo{
        flex: 0 1 auto;
        width: 205px;
    }
.concept-header__logo {
    flex: 0 1 auto;
    width: 275px;
    display: block;
}
    .concept-header__img{
        width: 100%;
    }

.home .concept__hamburger-btn {
    flex: 0 1 auto;
    width: 35px;
    height: 25px;
    position: relative;
    cursor: pointer;
    position: fixed;
    top: 35px;
    right: 47px;
    opacity: 0;
    z-index: 1111111111;
    transition: 1s;
    transform: translateY(-100px);
}
.concept__hamburger-btn {
    flex: 0 1 auto;
    width: 41px;
    height: 30px;
    position: relative;
    cursor: pointer;
    position: fixed;
    top: 32px;
    right: 50px;
	opacity:1;
    z-index: 1111111111;
    transition: 1s;
}
.header--fixed .concept__hamburger-btn {
	opacity: 1;
    transform: translateY(0);
}
	.concept-hamburger__line {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		height: 2.5px;
		border-radius: 2px;
		background: #000;
		width: 100%;
	}
    .concept-hamburger__line:nth-of-type(1) {
        top: 0;
    }
    .concept-hamburger__line:nth-of-type(2) {
        top: 50%;
    }
    .concept-hamburger__line:nth-of-type(3) {
        top: 100%;
    }
    .concept__slide--header{
        padding: 0.25rem 0.2rem 0.1rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .concept__slide--header--h1{
        flex: 0 1 auto;
        width: 205px;
    }
    .concept__slide--header--logo{
        width: 100%;
    }
    .concept__slide--hamburger-btn{
        flex: 0 1 auto;
        width: 35px;
        height: 25px;
        position: relative;
        cursor: pointer;
        }
    .concept__slide--hamburger__line{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: #333;
        width: 100%;
    }
     .concept__slide--hamburger__line--white{
        background: #fff;
    }
    .concept__slide--hamburger__line:nth-of-type(1) {
        top: 0;
    }
    .concept__slide--hamburger__line:nth-of-type(2) {
        top: 50%;
    }
    .concept__slide--hamburger__line:nth-of-type(3) {
        top: 100%;
    }
	

.is-open {
  overflow: hidden;
}
.is-open .concept__hamburger-btn {
	opacity:1;
}
.is-open #hamburger-btn>span {
  background: #FFF;
}

.is-open #hamburger-btn>span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #hamburger-btn>span:nth-child(2) {
  width: 0;
}

.is-open #hamburger-btn>span:nth-child(3) {
    top: 51%;
    transform: rotate(-45deg) translatey(-50%);
    left: 1px;
}
#hamburger-menu__content {
    z-index: 900;
    overflow: auto;
    max-width: 400px;
    width: 90%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-open #hamburger-menu__content {
    z-index: 1300;
    transform: translateX(0);
    max-width: 400px;
    width: 90%;
}
.hamburger-menu__content-list{
	margin-top: 90px;
}
.hamburger-menu__content-list a {
    display: block;
    color: #000;
    font-size: .17rem;
    font-weight: 500;
    text-decoration: none;
    padding: 21px 0;
    /* transition: opacity .6s ease; */
    text-align: left;
    margin-left: 50px;
    color: #FFFF;
}


	
/*ECページヘッダー*/

.ec-header__top{
    margin: 0 auto;
    padding: 0.16rem 0.2rem 0.1rem 0.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ec-header__top--left{
    flex: 0 1 auto;
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ec-header__h1{
    margin-right: 30px;
    flex: 0 1 auto;
    width: 275px;
}
.ec-header__img{
    width: 100%;
    height: auto;
}
.ec-header__top--text{
    margin-bottom: 0.1rem;
    flex: 0 1 auto;
    width: fit-content;
    font-size: .12rem;
    letter-spacing: .014rem;
    line-height: .2rem;
}
.ec-header__top--right{
    flex: 0 1 auto;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ec-header__member{
    margin-right: 40px;
    flex: 0 1 auto;
    width: fit-content;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    letter-spacing: .03rem;
}
.ec-header__login{
    margin-right: 40px;
    flex: 0 1 auto;
    width: fit-content;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    letter-spacing: .03rem;
}
.ec-header__cart{
    border: solid 2px #000;
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}
.ec-header__cart--img{
    flex: 0 1 auto;
    width: 29px;
    height: auto;
}
.ec__cart--num{
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #000;
  border-radius: 10px;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
}
.hamburger_btn{
    flex: 0 1 auto;
    width: 15px;
    position: relative;
    cursor: pointer;
    width: 50px;
    height:50px;
}
.hamburger_btn{
    display: none;
}
.hamburger_btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #333;
    width: 45%;
}
.hamburger_btn span:nth-of-type(1) {
    top:15px; 
}
.hamburger_btn span:nth-of-type(2) {
  top:23px;
}
.hamburger_btn span:nth-of-type(3) {
  top:31px;
}

.ec-header__bottom{
    padding: 0.1rem 0.3rem 0.1rem 0.4rem;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ec-header__nav{
    flex: 0 1 auto;
    width: 74%;
}
.ec-header__bottom .ec-header__nav{
	width: 72%;
    max-width: 777px;
}
.ec-header__nav--list{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.ec-header__nav--item{
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
}
.ec-header__nav--link{
    flex: 0 1 auto;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: .14rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
}
.ec-search {
    background-color: transparent;
    flex: 0 1 auto;
    box-sizing: border-box;
    height: 34px;
    position: relative;
}
.side_search .ec-search{
	width: 100%;
}
.ec-header__bottom .ec-search {
	width: 23%;
	max-width: 280px;
}
.ec-search::after{
    content: "";
    width: .18rem;
    height: .18rem;
    background-image: url(../images/ec/icon_search.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 3.5%;
    transform: translate(0 , -50%);
    pointer-events: none;
}
.ec-search__input,
.ec-search__button{
    border: none;
    outline: none;
    background-color: #fff;
    height: 34px;
    box-sizing: border-box;
}
.ec-search__button{
    width: 16%;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ec-search__input{
    padding: 5px 10px;
    width: 84%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ec-footer {
    margin-top: 120px;
    padding: 0.4rem 1.5rem 0.6rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #000;
    position: relative;
}
.ec-footer__left{
    flex: 0 1 auto;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.ec-footer__logo {
    flex: 0 1 auto;
    width: 250px;
}
.ec-footer__copy{
    flex: 0 1 auto;
    width: 100%;
    display: block;
    color: #fff;
    font-size: .11rem;
    letter-spacing: 0.02rem;
}
.ec-footer-nav{
    padding-left: 0.45rem;
    border-left: solid 1px #fff;
    flex: 0 1 auto;
    width: 321px;
    box-sizing: border-box;
    position: relative;
}
.ec-footer-nav__list{
    list-style: none;
}
.ec-footer-nav__item{
    margin-bottom: 0.25rem;
}
.ec-footer-nav__link{
    text-decoration: none;
    color: #fff;
    font-size: .16rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}
.ec-footer-nav__link--insta{
    width: 29px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.ec-footer-nav__link--insta--img{
    width: 100%;
}

/*サイドメニュー*/
.ec-sidenav{
    padding: .15rem 0.16rem 0 0.16rem;
    border-right: solid 1px #cecece;
    flex: 0 1 auto;
    width: 185px;
    box-sizing: border-box;
}
.ec-sidenav__link{
    margin-bottom: .115rem;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.ec-sidenav__list{
    margin: 0 0 .4rem;
}
.ec-sidenav__item{
    margin-bottom: 0.1rem;
    margin-left: 0.08rem;
}
.ec-sidenav__item--first{
    margin-bottom: 0.2rem;
    font-size: .2rem;
    font-weight: 600;
}
.ec__container{
    flex: 0 1 auto;
    width: 82%;
}
.ec-item__container{
    padding-top: 0.4rem;
    width: 78%;
}
.ec__container--center{
    margin: 70px calc((100vw - 920px) - 300px) 0 auto;
    max-width: 920px;
}


/*EC固定ページヘッダータイトル*/
.page-header__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
	height: 22vw;
    position: relative;
    margin: 100px 0;
}
.page-header__title p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-right: 6%;
    color: #fff;
    font-size: .24rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}

/*1020以下フッター余白維持*/
@media(min-width: 599px) and (max-width: 1020px){
    
}

@media(min-width: 1499px){
    .ec__container--center{
        margin: 70px calc((100vw - 920px)/2) 0 auto;
    }
}
@media(max-width: 1300px){
    .ec__container{
        width: 80%;
    }
    .ec__container--center{
        margin: 70px auto 0;
        width: calc(100% - 50px);
    }
}
@media(max-width: 1050px){
    .center1000{
        width: calc(100% - 50px);
    }
}
@media(max-width: 1000px){
    .ec-header__top{
        padding: 0.15rem 0.25rem 0.1rem;
    }
    .ec-header__top--left{
        width: 66%;
    }
    .ec-header__h1{
        margin-right: 0.2rem;
        width: 200px;
    }
    .ec-header__top--right{
        width: 35%;
    }
    .ec-header__member,
    .ec-header__login{
        margin-right: 0.2rem;
    }
    .ec-header__cart{
        width: 50px;
        height: 50px;
    }
    .ec-header__cart--img{
        width: 20px;
    }
    .ec__cart--num {
        top: -0.03rem;
        left: calc(100% - 15px);
    }
    .ec-header__bottom{
        padding: 0.1rem 0.25rem;
    }
    .ec-header__bottom .ec-header__nav{
        width: 77%;
    }
    .ec-header__bottom .ec-search{
        width: 21%;
    }
	.ec-header__bottom .ec-search__input{
		font-size: .11rem;
	}
    .ec-footer{
        padding: 0.4rem 0.5rem;
    }
    .ec__container{
        width: calc(100% - 205px);
    }
}
@media(max-width: 799px){
    .sp_only{
        display: block;
    }
    .pc_only{
        display: none;
    }
	
	body{
		margin-top: 80px;
	}
	p {
		font-size: .13rem;
	}
    .ec-header__top--left{
        width: calc(100% - 50px);
    }
    .ec-header__top--text,
    .ec-header__top--right,
    .ec-header__bottom,
    .ec-sidenav{
        display: none;
    }
    .hamburger_btn{
        display: block;
    }
	.concept-header__logo {
		width: 200px;
	}
	.concept-header__img {
		width: 100%;
		vertical-align: bottom;
	}
	.concept__hamburger-btn, 
	.home .concept__hamburger-btn {
		width: 32px;
		height: 27px;
		right: 30px;
		top: 25px;
		opacity: 1;
		transition: 1s;
		transform: translateY(0px);
	}
	.concept-hamburger__line {
		height: 2px;
	}
	.concept-header {
		padding: 0 20px !important;
		height: 80px !important;
    	margin-top: 0 !important;
	    opacity: 1 !important;
	    display: flex !important;
    	position: fixed !important;
	}
	.ec-header{
		padding: 0 20px !important;
		height: 80px !important;
    	margin-top: 0 !important;
	    opacity: 1 !important;
	    display: flex !important;
	}
	.ec-header__top {
		padding: 0;
		width: 100%;
	}
	.ec-footer-nav{
        display: none;
    }
    .ec-footer{
        padding: 0.2rem 0.2rem 0.7rem;
    }
    .ec-footer__left{
        width: 100%;
        text-align: center;
    }
    .ec-footer__logo{
        margin: 0 auto 0.2rem;
        width: 159px;
    }
    .ec-footer__copy{
        font-size: 0.09rem;
    }
    .ec__container{
        width: 100%;
    }
	.concept__slider {
		z-index: -1;
	}
	.ec-footer .footer-link-law{
		width: fit-content;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	/*EC固定ページヘッダータイトル*/
	.home main{
	    overflow-x: hidden;
	}
	
	
	/*EC固定ページヘッダータイトル*/
	.page-header__title {
		height: 50vw;
		background-position: top;
		margin: 0 0 50px;
	}
	.page-header__title p {
		justify-content: center;
		margin: 0;
		font-size: .23rem;
	    letter-spacing: 0.04em;
	}

}