@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	transition: 0.3s;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    background-color: #fff;
}
body.fixed #gHeader,
#gHeader.show {
    position: fixed;
    z-index: 99;
    transform: translateY(-105%);
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    animation: headershow .3s forwards;
    -webkit-animation: headershow .3s forwards;
}
@keyframes headershow {
    0% {
        transform: translateY(-105%);
        -webkit-transform: translateY(-105%);
        -moz-transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        -o-transform: translateY(-105%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
}
#gHeader .topTxt {
    padding: 9px 19px 13px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    background-color: #c9c9c4;
}
body.fixed #gHeader .topTxt,
#gHeader.show .topTxt {
    display: none;
}
#gHeader .hBox h1 {
    text-align: center;
	height: auto;
}
#gHeader .hBox {
    margin: 42px 0 32px;
    position: relative;
}
#gHeader input[type="text"],
#gHeader input[type="submit"]{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
	box-shadow: none;
}
#gHeader .searchBox {
    position: absolute;
    left: 19px;
    top: 5px;
}
#gHeader .searchBox .searchBtn a img {
    padding-right: 7px;
    vertical-align: middle;
}
#gHeader .searchBox .searchBtn a {
    color: #333;
}
#gHeader .searchBox .onBtn {
    margin-top: -7px;
    position: relative;
    height: 40px;
    display: none;
	z-index: 10;
}
#gHeader .searchBox .onBtn input[type="text"] {
	width: 300px;
	height: 40px;
	padding: 0 72px 0 10px;
	font-size: 1.4rem;
    background-color: #C9C9C4;
	box-sizing: border-box;
}
#gHeader .searchBox .onBtn input[type="submit"]:hover {
    opacity: 0.5;
}
#gHeader .searchBox input[type="submit"] {
	width: 60px;
	height: 40px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
	position: absolute;
	right: 0;
	top: 0;
    cursor: pointer;
	box-shadow: none;
    background-color: #000;
}
#gHeader .searchBox input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
#gHeader .searchBox input:-moz-placeholder {
    color: #000;
    opacity: 1;
}
#gHeader .searchBox input::-moz-placeholder {
    color: #000;
    opacity: 1;
}
#gHeader .searchBox input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
#gHeader .searchBox:hover .searchBtn span {
    display: none;
}
#gHeader .searchBox:hover .onBtn {
    display: block;
}
#gHeader .mypageBtn {
    position: absolute;
    left: 75px;
    top: 5px;
}
#gHeader .mypageBtn a {
	margin-bottom: 5px;
	display: inline-block;
}
#gHeader .mypageBtn a img {
	padding-left: 15px;
    padding-right: 7px;
	padding-bottom: 5px;
    vertical-align: middle;
}
#gHeader .cart {
    position: absolute;
    right: 20px;
    top: -22px;
    width: 80px;
    height: 80px;
    background-color: #000;
}
#gHeader .cart span {
    display: block;
    width: 100%;
}
#gHeader .cart a {
    padding: 17px 4px 11px;
    color: #fff;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
}
#gHeader .cart a:hover {
    opacity: 0.5;
}
@media all and (-ms-high-contrast:none) {
    #gHeader .topTxt {
        padding: 12px 19px 11px;
    }
}
@media all and (max-width: 1260px) {
	#gHeader .searchBox{
		top:-5px;
	}
	#gHeader .mypageBtn {
		max-width: 240px;
		top:-5px;
	}
}
@media all and (max-width: 896px) {
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
	#gHeader .topTxt {
        margin-bottom: 0;
        padding: 5px 10px 6px;
        letter-spacing: 0.025em;
        line-height: 1.42;
        text-align: center;
    }
    #gHeader h1 {
        margin: 0 auto;
        width: 171px;
    }
    #gHeader .hBox {
        margin: 0;
        padding: 16px 0;
    }
    #gHeader .searchBox,#gHeader .mypageBtn {
        display: none;
    }
    #gHeader .cart {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
    #gHeader .cart a {
        padding: 8px 3px 6px 2px;
        font-size: 0.7rem;
        font-weight: 300;
        letter-spacing: 0.025em;
    }
    #gHeader .cart img {
        margin: 0 auto 1px;
        display: block;
        width: 18px;
    }
    .menu {
        display: block;
        position: absolute;
        left: 7px;
        top: 60px;
        width: 42px;
        height: 30px;
        z-index: 29;
    }
    #gHeader.show .menu {
        top: 15px;
    }
    .menu span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 8px;
        width: 26px;
        height: 1px;
        background-color: #000;
    }
    .menu span:nth-of-type(1) {
        top: 7px;
    }
    .menu span:nth-of-type(2) {
        top: 15px;
    }
    .menu span:nth-of-type(3) {
        top: 22px;
    }
	.close {
        display: block;
        position: absolute;
		top: 13px;
		left: 16px;
        z-index: 99;
        width: 34px;
        height: 30px;
	}
    .close span {
        width: 25px;
        height: 1px;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        background-color: #ebebeb;
        opacity: 0.6;
    }
    .close span:nth-of-type(1) {
        top: 6px;
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .close span:nth-of-type(2) {
        top: 26px;
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
    .menuBox {
        padding: 15px;
        width: 325px;
        height: 100%;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
        z-index: 400;
        background-color: #000;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .menuBox.on {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
    .menuBox .logo {
        margin: 0 auto 25px;
        width: 171px;
    }
    .menuBox .searchBox input {
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        box-shadow: none;
        border-radius: 0;
    }
    .menuBox .searchBox {
        margin-bottom: 40px;
        position: relative;
    }
    .menuBox .searchBox input[type="text"] {
        width: 295px;
        height: 50px;
        padding: 0 10px 0 40px;
		color: #fff;
        font-size: 1.4rem;
        background: #000 url("../../img/common/sp_icon01.png") no-repeat left 9px center/18px;
        border: 1px solid #C9C9C4;
        box-sizing: border-box;
    }
    .menuBox .searchBox input[type="submit"] {
        width: 60px;
        height: 50px;
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        box-shadow: none;
        border: none;
        background-color: #C9C9C4;
    }
	.menuBox .mypageBox {
        margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		margin-right: -5px;
    }
	.menuBox .mypageBox a {
		border: 1px solid #C9C9C4;
		color: #fff;
		width: calc(100% / 2 - 5px);
		text-align: center;
		padding: 15px;
		box-sizing: border-box;
		margin: 0 5px 5px 0;
	}
    .menuBox .sNavi {
        background-color: #fff;
    }
    .menuBox .sNavi > li a,
	.menuBox .sNavi .list > span {
        display: block;
        padding: 14px 37px 15px 19px;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.025em;
        border-bottom: 1px solid #C9C9C4;
        background: url("../../img/common/icon13.png");
        background-position: right 24px center;
        background-repeat: no-repeat;
        background-size: 8px;
    }
    .menuBox .sNavi .list > span {
        background: url("../../img/common/icon12.png") no-repeat right 24px center/15px;
    }
    .menuBox .sNavi .list span.on {
        background-image: url(../../img/common/sp_icon11.png);
        background-size: 15px 2px;
    }
    .menuBox .sNavi .innerList {
        padding: 14px 20px 16px;
        display: none;
        background-color: #F2F2F2;
        border-bottom: 1px solid #C9C9C4;
    }
    .menuBox .sNavi .innerList li {
        margin-bottom: 8px;
    }
    .menuBox .sNavi .innerList li:last-child {
        margin-bottom: 0;
    }
    .menuBox .sNavi .innerList a {
        padding: 0;
        color: #333;
        background: none;
        border: none;
    }
}
@media all and (max-width: 374px) {
    .menuBox {
        width: 300px;
    }
    .menuBox .searchBox input[type="text"] {
        width: 270px;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul > li {
    margin: 0 37px;
    position: relative;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
}
#gNavi ul > li:first-child {
    margin-left: 0;
}
#gNavi ul > li:last-child {
    margin-right: 0;
}
#gNavi ul li a {
    padding-bottom: 18px;
    position: relative;
    z-index: 3;
    display: inline-block;
}
#gNavi ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: 0.3s all ease;
}
#gNavi ul li a:hover::after {
    width: 100%;
}
#gNavi li .innerList {
    width: 180px;
    padding: 29px 32px 25px;
    box-sizing: border-box;
    position: absolute;
	display: none;
    left: 50%;
    top: 35px;
	z-index: 1;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.9);
}
#gNavi li .innerList01 {
    width: 230px;
    padding: 29px 15px 25px;
}
#gNavi .list .innerList li {
    margin: 0 0 13px;
    text-align: left;
}
#gNavi .list .innerList li:last-child {
    margin-bottom: 0;
}
#gNavi .list .innerList a {
    padding-bottom: 5px;
    text-align: left;
    color: #333;
    box-sizing: border-box;
    letter-spacing: 0.05rem;
}
@media all and (min-width: 897px) and (max-width: 1380px) {
    #gNavi ul > li {
        margin: 0 30px;
    }
}
@media all and (max-width: 896px) {
    #gNavi {
        display: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 72px 0 0;
    position: relative;
	background-color: #c9c9c4;
}
#gFooter .fBox {
	margin-bottom: 90px;
}
#gFooter .contactBox {
	margin-right: 70px;
	width: 370px;
}
#gFooter .contactBox .cart {
	margin-bottom: 10px;
}
#gFooter .contactBox .cart a {
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-right: 15px;
	display: initial;
}
#gFooter .contactBox .cart a img {
    padding-right: 5px;
    padding-bottom: 4px;
    vertical-align: middle;
}
#gFooter .contactBox ul .big {
	width: 340px;
}
#gFooter .contactBox ul li {
	margin: 20px 20px 0 0;
	width: 160px;
}
#gFooter .contactBox ul li:first-child {
	margin-right: 0;
}
#gFooter .contactBox ul li:last-child {
	margin-right: 0;
}
#gFooter .contactBox ul li a {
	padding: 23px 10px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	border: 1px solid #000;
}
#gFooter .contactBox ul li {
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 1.6rem;
}
#gFooter .contactBox ul li span {
	display: block;
}
#gFooter .contactBox ul li img {
	padding-bottom: 6px;
}
#gFooter .fNavi {
	margin: 4px 68px 0 0;
	width: 450px;
}
#gFooter .fNavi > li {
	width: 200px;
}
#gFooter .fNavi ul li {
	margin-bottom: 19px;
}
#gFooter .fNavi ul li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi ul li a,
#gFooter .fNavi ul span {
    display: block;
	padding-left: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: url(../../img/common/icon11.png) no-repeat left center/10px;
}
#gFooter .fNavi ul span {
	cursor: pointer;
	background-image: url(../../img/common/icon12.png);
	background-size: 13px;
}
#gFooter .fNavi ul span:hover {
    opacity: 0.5;
}
#gFooter .fNavi ul span.on {
	background-image: url(../../img/common/icon11.png);
    background-size: 10px;
}
#gFooter .fNavi .subNavi {
	margin: 10px 0 0 15px;
	display: none;
}
#gFooter .fNavi .subNavi li {
	margin-bottom: 10px;
}
#gFooter .fNavi .subNavi li a {
	font-size: 1.3rem;
}
#gFooter .followBox .ttl {
	margin-bottom: 21px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
#gFooter .followBox .snsUl li {
	margin-right: 19px;
}
#gFooter .followBox .snsUl li:last-child {
	margin-right: 0;
}
#gFooter .followBox .snsUl li .special {
	padding-top: 3px;
}
#gFooter address {
	padding: 31px;
	color: #fff;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #000;
}
#gFooter a:hover {
	opacity: 0.5;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 50px 0 0;
    }
    #gFooter .fBox {
        margin-bottom: 90px;
        margin: 0 20px 49px;
        display: block;
    }
    #gFooter .contactBox {
        margin: 0 0 36px;
        width: auto;
    }
    #gFooter .contactBox .cart {
        margin-bottom: 14px;
    }
    #gFooter .contactBox ul {
        margin-top: -10px;
    }
    #gFooter .contactBox ul .big {
        width: 100%;
    }
    #gFooter .contactBox ul li {
        margin: 15px 4% 0 0;
        width: 48%;
    }
    #gFooter .contactBox ul li a {
        padding: 13px 10px 16px;
    }
    #gFooter .contactBox ul .big a {
        padding: 19px 10px 16px;
    }
    #gFooter .contactBox ul li img {
        padding-bottom: 4px;
    }
    #gFooter .contactBox ul .big img {
        padding-bottom: 6px;
    }
    #gFooter .fNavi {
        margin: 4px 0 38px 0;
        width: auto;
        display: block;
    }
    #gFooter .fNavi > li {
        margin-bottom: 24px;
        padding-bottom: 26px;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    #gFooter .fNavi > li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    #gFooter .fNavi ul li a,
	#gFooter .fNavi ul span {
        background-image: url(../../img/common/sp_icon11.png);
        background-size: 12px;
    }
	#gFooter .fNavi ul span {
		background-image: url(../../img/common/icon12.png);
	}
    #gFooter .fNavi ul span.on {
        background-image: url(../../img/common/sp_icon11.png);
        background-size: 12px;
    }
    #gFooter .fNavi .subNavi li a {
        font-size: 1.3rem;
    }
    #gFooter .fNavi ul span:hover {
        opacity: 1;
    }
    #gFooter .followBox {
        text-align: center;
    }
    #gFooter .followBox .ttl {
        margin-bottom: 8px;
        letter-spacing: 0.075em;
    }
    #gFooter .followBox .snsUl {
        justify-content: center;
    }
    #gFooter .followBox .snsUl li {
        margin-right: 38px;
    }
    #gFooter address {
        padding: 15px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
}
@media all and (max-width: 374px) {
    #gFooter .contactBox ul li {
        margin-right: 10px;
    }
}