@charset "UTF-8";
/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1.4rem;
    vertical-align:baseline;
    background:transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;/*-------------------- フォントファミリー--*/
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    color: #727171;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
mark {
    background-color:#ff9;
    color:#727171;
    font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    /* border-collapse:collapse; */
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select, textarea {
    vertical-align:middle;
    /*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
    margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    position: relative;
	color: #727171;
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 200%;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
    letter-spacing: 0.1rem;
    /*padding-top: 102px;*/
}
main {
    overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
p {
	overflow-wrap: normal!important;
}
section{
	overflow: visible;
}

@media all and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 834px){
	body {
		min-width: inherit;
	}
	body.open {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


a {
	transition: all .3s;
}
a:hover {
	opacity: 0.7;
}


/*------------------------------------------------------------
    共通
------------------------------------------------------------*/
.pTxt {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: justify;
}
.flexBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.headline01 {
    font-weight: 500;
    line-height: 155%;
}

.headline02 {
    font-weight: 500;
    text-align: center;
}
.headline02 img {
    margin-bottom: 27px;
}



.flex-ttlBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-ttlBox .headline01 {
}
.flex-ttlBox .btn {
}


/* ボタン */
.btn {
}
.btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #727171;
    border-radius: 100px;
    color: #727171;
    font-size: 1.3rem;
    font-weight: 500;
     text-align: center;
    letter-spacing: 0.15rem;
    line-height: 1;
}


/* 背景オブジェクト */
.object {
    position: absolute;
    display: block;
    z-index: -1;
}


@media all and (max-width: 834px){

    .headline02 img {
        margin-bottom: 15px;
    }

    .flex-ttlBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* ボタン */
    .btn a {
        padding: 8px 0;
    }
}



/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
/*---------- ヘッダー ----------*/
#gHeader {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	background: #fff;
	z-index: 100;
	transition: all .3s;
}
#gHeader .headBox {
	display: flex;justify-content: space-between;
	align-items: center;
	padding: 11px 3% 12px;
}
#gHeader .headBox .top-logo {
	max-width: 338px;
}
#gHeader .headBox .flexBox {
	align-items: center;
}
#gHeader .headBox .iconBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#gHeader .headBox .iconBox li.log {
	margin-right: 30px;
}
#gHeader .headBox .iconBox li.cart {
	margin-right: 36px;
}
#gHeader .headBox .iconBox li a .txt {
	font-size: 1.5rem;
}
#gHeader .headBox .iconBox li a img {
	margin-right: 8px;
	vertical-align: text-bottom;
}

#gHeader .headBox .menuBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
}
#gHeader .headBox .menuBtn .bar {
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	margin: 3px 0;
	transition: all .3s;
}
#gHeader .headBox .menuBtn .bar02 {
}
#gHeader .headBox .menuBtn .bar03 {
}
#gHeader .headBox .menuBtn.close .bar01 {
	margin-top: 4px;
	transform: rotate(45deg);
}
#gHeader .headBox .menuBtn.close .bar02 {
	margin-top: -6px;
	transform: rotate(-45deg);
}
#gHeader .headBox .menuBtn.close .bar03 {
	display: none;
}

.hm_nav {
	position: fixed;
	top: -20px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
.hm_nav.nav_open {
	top: 0;
	opacity: 1;
	visibility: visible;
	overflow: scroll;
}

.hm_nav .nav_Wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 150px;
}
.hm_nav .spmUl {
	width: 321px;
	margin: 0 26px 0;
}
.hm_nav .spmUl li a {
	position: relative;
	display: block;
	margin: 0 8%;
	padding: 24px 26px 15px;
	border-bottom: 1px solid #A7A7A7;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: left;
}

.hm_nav .underUl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 58px 0 70px;
}
.hm_nav .underUl li.insta {
	margin-left: 46px;
}
.hm_nav .underUl li.mail {
	margin-left: 19px;
}
.hm_nav .underUl li {
}
.hm_nav .underUl li a {
}



@media all and (max-width: 834px) {
	#gHeader.is_fixed {
		top: 0!important;
	}
	#gHeader .headBox {
		align-items: center;
		padding: 10px 3%;
	}
	#gHeader .headBox .top-logo img {
		width: 40vw;
	}

	#gHeader .headBox .flexBox {
		flex-flow: row;
		align-items: center;
	}
	#gHeader .headBox .iconBox {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#gHeader .headBox .iconBox li.log {
		margin-right: 12px;
	}
	#gHeader .headBox .iconBox li.cart {
		margin-right: 18px;
	}
	#gHeader .headBox .iconBox li a {
        color: #000;
	}
	#gHeader .headBox .iconBox li a .txt {
		display: none;
	}
	#gHeader .headBox .iconBox li a img {
		margin-right: 5px;
	}

	#gHeader .headBox .menuBtn {
		width: 26px;
		height: 26px;
	}
	#gHeader .headBox .menuBtn.close .bar01 {
		margin-top: 4px;
		transform: rotate(45deg);
	}
	#gHeader .headBox .menuBtn.close .bar02 {
		margin-top: -4px;
		transform: rotate(-45deg);
	}
	#gHeader .headBox .menuBtn.close .bar03 {
		display: none;
	}

	.hm_nav {
		position: fixed;
		top: -20px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 90;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all .5s;
	}
	.hm_nav.nav_open {
		top: 0;
		opacity: 1;
		visibility: visible;
		overflow: scroll;
	}

	.hm_nav .nav_Wrap {
		flex-flow: column;
		justify-content: center;
		align-items: flex-start;
		padding-top: 150px;
	}
	.hm_nav .spmUl {
		width: 86%;
		margin: 0 auto;
	}
	.hm_nav .spmUl li a {
		margin: 0;
		padding: 24px 26px 15px;
		font-size: 1.6rem;
	}

	.hm_nav .underUl {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: 86%;
		margin: 0 auto;
		padding: 58px 0 70px;
	}
	.hm_nav .underUl li.insta {
		margin-top: 10px;
		margin-left: 0;
	}
	.hm_nav .underUl li.mail {
		margin-top: 10px;
		margin-left: 0;
	}
	.hm_nav .underUl li {
	}
	.hm_nav .underUl li a {
	}

}


/*---------- フッター ----------*/
#gFooter {
	position: relative;
    padding: 0 0 82px;
}
#gFooter .footBox {
    position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
}
#gFooter .footBox .f_contBox {
    position: absolute;
    bottom: 0;
    left: calc(50% - 454px);
    transform: translateX(-50%);
}
#gFooter .footBox .f_contBox .wrap01 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}
#gFooter .f_contBox .f_logo {
	width: 181px;
}

#gFooter .footBox .f_navBox {
    text-align: center;
}

#gFooter .f_navBox .bottomUl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-bottom: 41px;
}
#gFooter .f_navBox .bottomUl li {
}
#gFooter .f_navBox .bottomUl li a {
	font-size: 1.3rem;
}
#gFooter .f_navBox .bottomUl li.insta {
	width: 22px;
	margin-left: 62px;
}
#gFooter .f_navBox .bottomUl li.mail {
	width: 25px;
	margin-left: 22px;
}



@media all and (max-width: 834px) {

    #gFooter {
        padding: 0 0 17px;
    }
    #gFooter .footBox {
        flex-flow: column;
    }
    #gFooter .footBox .f_contBox {
        position: relative;
        bottom: 0;
        left: auto;
        transform: translateX(0);
    }
    #gFooter .footBox .f_contBox .wrap01 {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        height: 100%;
    }
    #gFooter .f_contBox .f_logo {
        width: 42%;
        margin: 0 auto 38px;
    }


    #gFooter .f_navBox .bottomUl {
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        margin: 0 auto 41px;
    }
    #gFooter .f_navBox .bottomUl li a {
        font-size: 1.3rem;
    }
    #gFooter .f_navBox .bottomUl li.insta {
        width: 22px;
        margin-left: 62px;
    }
    #gFooter .f_navBox .bottomUl li.mail {
        width: 25px;
        margin-left: 22px;
    }

    #gFooter .footBox .f_navBox .copy {
        font-size: 1.2rem;
    }

}

/*----------------------------
    お問合せ
----------------------------*/
.contactSec {
}
.contactSec .inBox {
    display: block;
    position: relative;
    background: #67C4D1;
    padding: 314px 0 0;
}
.contactSec .flex-ttlBox {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 893px;
    width: 100%;
    padding-right: 241px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.contactSec .headline01 {
    color: #fff;
    font-size: 2.5rem;
}
.contactSec .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
}
.contactSec .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 66px;
    height: 66px;
    background: #fff url("../img/common/arrow.svg")no-repeat top 50% left 50%;
    border-radius: 100px;
    transform: translateY(-50%);
}
.contactSec .txt-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media all and (max-width: 834px){
    .contactSec .inBox {
        padding: 37px 0 26px 7%;
        z-index: 1;
    }
    .contactSec .flex-ttlBox {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-right: 0;
        transform: translate(0);
    }
    .contactSec .headline01 {
        margin-bottom: 4px;
        font-size: 1.8rem;
    }
    .contactSec .btn {
        position: relative;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        margin: 0 5% 0 auto;
    }
    .contactSec .btn:before {
        top: 50%;
        right: 0;
        width: 48px;
        height: 48px;
        background: #fff url("../img/common/arrow.svg")no-repeat top 50% left 50%;
        border-radius: 100px;
        transform: translateY(-50%);
    }
    .contactSec .txt-img {
        bottom: 7px;
        right: auto;
        left: 3%;
    }

}

/*------------------------------------------------------------
    TOPに戻るボタン
------------------------------------------------------------*/
.returnBtn {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    z-index: 98;
}
.returnBtn a {
    display: block;
    width: 62px;
    height: 62px;
    background: #353535;
    border: 1px solid #353535;
}
.returnBtn a .arrow {
    position: absolute;
    top: 43%;
    left: 35%;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

@media all and (max-width: 834px){
    .returnBtn {
        bottom: 20px;
        right: 5%;
    }
    .returnBtn a {
        width: 55px;
        height: 55px;
    }
    .returnBtn a .arrow {
        width: 16px;
        height: 16px;
    }
}





/*------------------------------------------------------------
    フェードイン
------------------------------------------------------------*/

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-right {
  transform: translateX(50px);
}

.fade-in-left {
  transform: translateX(-50px);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}






.first {
    opacity: 0; /* 初期状態（見えない） */
    animation: fadeIn 1.7s ease-in-out forwards; /* 2秒かけてフェードイン */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


















