@charset "utf-8";

/*==============================
    remの基準
==============================*/
html{
    font-size: 10px!important;
}
@media only screen and (max-width:1500px){
    html{
        font-size: calc((10 / 1500) * 100vw)!important;
    }
}
@media only screen and (max-width:1215px){
    html{
        font-size: 10px!important;
    }
}
/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase : 192rem;
}
@media only screen and (max-width:1920px){
    :root {
        --widthBase : 100vw;
    }
}
@media only screen and (max-width:1400px){
    :root {
        --widthBase : 1400px;
    }
}
@media only screen and (max-width:1215px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

/*==============================
    変数設定
==============================*/
:root {
    --textColor: #222;
    --greenColor: #04603C;
    --blackColor: #000;
    --whiteColor: #fff;
    --btnColor: #9D831C;
    --footerColor: #333;
    --menuColor: rgba(78, 78, 78, 0.9);
    --swiper_btnColor: #222;

    --footerPc: 200px;
    --footerSp: 80px;

    /* フォントサイズ（PC） */
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize30: 3rem;
    --pcFontSize35: 3.5rem;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
}

/*==============================
	基本設定
==============================*/
/* body{
	color: var(--textColor);
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background:#fff;
	-webkit-text-size-adjust:100%;
	position:relative;
	width:100%;
	min-width: 1240px;
	min-width: 1180px;
	font-weight: 500;
    overflow-y: scroll;
}
@media only screen and (max-width:767px){
	body{
		min-width: 0;
	}
} */
/* a {
	color: #000;
	text-decoration: none;
}
a:focus{outline:none;} */

/*font layout*/
.fBold{font-weight:bold;}
.fVerdana{font-family:Verdana;}
.fSerif{font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}
.fNoto{font-family:'Noto Sans JP', sans-serif;}
.fCondensed{font-family: 'Roboto Condensed', sans-serif;}
.fAlegreya{font-family: 'Alegreya Sans SC', sans-serif;}
.fRoboto{font-family: 'Roboto', sans-serif;}
.fCaveat{font-family: 'Caveat', cursive;}
.fGaramond{font-family: "EB Garamond", serif;}
.fYu{font-family: "YakuHanMP","游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif Japanese';}

.cursorPointer{
	cursor: pointer;
}
/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ filter:alpha(opacity=80);opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.ro a:hover,
	a.ro:hover,
	a .ro:hover,
	.cursorPointer:hover{ filter:alpha(opacity=100);opacity:1.0; }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,.cursorPointer .brt:hover,
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.cursorPointer.brt,.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:1215px){
    .cursorPointer.brt:hover,.cursorPointer .brt:hover,
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/*========================================
	レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
	display:none !important;
}
.img100{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1215px){
	.imgR2{
		width:100%;
		height:auto;
	}
	.txtFit{
		display:none !important;
	}
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none !important;
	}
	.spOnly{
		display:block !important;
	}
	.brSp,
	.imgSp{
		display:inline !important;
	}
	.imgR{
		width:100%;
		height:auto;
	}
}

/*-----------------------------------------------
	imgFill
-----------------------------------------------*/
.imgFill{
	position: relative;
}
.imgFill img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

#menu *,
#header_new.jsShow *,
.fixedBnr *,
#btnNavi *,
#footer *{
	color: var(--whiteColor)!important;
}
/*-----------------------------------------------
	spNavi
-----------------------------------------------*/
@media only screen and (max-width:767px){
	#spNavi{
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(27,133,80,0.98);
		-webkit-transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
		transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
		z-index: -1;
		position: fixed;
		top: -100%;
		left: 0;
		overflow-y: scroll;
	}
	#spNavi.naviOpen{
		top: 0;
		opacity: 1;
		z-index: 9999;
	}
	#spNavi .wrapper{
		width: 87.98%;
		margin: 0 auto;
		opacity: 0;
		-webkit-transition: 0.3s ease 0.25s;
		transition: 0.3s ease 0.25s;
	}
	#spNavi.naviOpen .wrapper{
		opacity: 1;
	}
	#spNavi .btnClose{
		width: 70px;
		height: 69px;
		background: url(../../img/common_renewal/btnSpNaviClose.png) center center / 23px auto no-repeat;
		margin: 0 0 0 auto;
	}
	#spNavi .boxList {
		margin-top: 20px;
	}
	#spNavi .boxList li{
		border-top: 1px solid #15643D;
	}
	#spNavi .boxList li:last-child{
		border-bottom: 1px solid #15643D
	}
	#spNavi .boxList li a{
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		color: #FFF;
		line-height: 58px;
		letter-spacing: 0.5px;
	}
	#spNavi .boxBtn01{
		margin-top: 20px;
	}
	#spNavi .boxBtn01 .btn{
		display: block;
		background: #6CC;
		border-radius: 3px;
		color: #FFF;
		font-size: 16px;
		line-height: 64px;
		text-decoration: none;
		padding-left: 20px;
	}
	#spNavi .boxBtn03 {
		margin-top: 50px;
	}
	#spNavi .boxBtn03 .btn{
		background: #BF9E68;
		display: block;
		border-radius: 3px;
		color: #FFF;
		font-size: 16px;
		line-height: 64px;
		text-decoration: none;
		padding-left: 20px;
	}
	#spNavi .boxBtn03 img {
		vertical-align: middle;
		margin-right: 7px;
	}
	#spNavi .boxBtn01 .btn img{
		vertical-align: middle;
		margin-right: 7px;
	}
	#spNavi .boxBtn02 .btn{
		display: block;
		width: 50%;
		text-align: center;
		padding: 20px 0 22px;
		text-decoration: none;
	}
	#spNavi .boxBtn02 .btn:first-child{
		float: left;
		background: #000;
		color: #FFF;
	}
	#spNavi .boxBtn02 .btn:last-child{
		float: right;
		background: #FFF;
		color: #000;
	}
	#spNavi .boxBtn02 .btn .txt{
		margin-top: 13px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	#spNavi .btnHp{
		width: 100%;
		height: 55px;
		background: url(../../img/common_renewal/imgSpNaviHpArrow.gif) 94% center/ 21px auto no-repeat #fff;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		margin: 30px 0 50px;
		font-size: 15px;
		font-weight: 500;
		text-decoration: underline;
		color: #e1991c;
		border-radius: 3px;
	}
	#spNavi .sns {
		text-align: center;
		margin-top: 30px;
	}
	#spNavi .sns .insta {
		margin-right: 8px;
	}
}

/*-----------------------------------------------
	header_new
-----------------------------------------------*/
#header_new{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 1240px;
    z-index: 9999;
    padding: 3.5rem 3.49% 0;
    transition: all 0.4s ease-out;
}
#header_new.jsShow{
    padding: 5rem 3.49%;
}
#header_new:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: var(--blackColor);
	opacity: 0;
    transition: all 0.4s ease-out;
    z-index: -1;
}
#header_new:not(.naviOpen).jsShow:before{
	opacity: 0.38;
}
#header_new .wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--whiteColor);
}
#header_new.header_internal:not(.jsShow) .wrapper{
    color: var(--textColor);
}
#header_new.naviOpen2{
    min-width: auto;
    width: 0;
    padding: 0;
}
/* boxLogo */
#header_new .boxLogo{
    display: flex;
    align-items: center;
}
#header_new .boxLogo .txt{
    font-size: var(--pcFontSize13);
	line-height: 1.5;
    margin-left: 2rem;
}
#header_new .boxLogo br{
	display: none;
}
/* boxNavi */
#header_new .boxNavi{
    display: flex;
    flex-direction: column;
	margin-right: 10rem;
	gap: 1.2rem;
}
/* boxNaviTop */
#header_new .boxNaviTop{
    max-height: 30px;
    transition: all 0.3s ease-out;
}
#header_new.jsShow .boxNaviTop{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
#header_new.jsShow .boxNaviTop{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
#header_new .boxNaviTop .boxList{
	display: flex;
	gap: 18px;
}
#header_new .boxNaviTop .item{
	width: 14rem;
}
#header_new .boxNaviTop .boxLink{
	width: 100%;
	height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid var(--whiteColor);
	font-size: var(--pcFontSize15);
	color: var(--whiteColor);
}
#header_new.header_internal:not(.jsShow) .boxNaviTop .boxLink{
    border-color: var(--textColor);
    color: var(--textColor);
}
/* boxNaviFixed */
#header_new .boxNaviFixed{
    transition: all 0.4s ease-out;
}
#header_new .boxNaviFixed .boxList{
	display: flex;
	gap: 4rem;
}
#header_new .boxNaviFixed .txtLink{
	font-size: var(--pcFontSize12);
	color: var(--whiteColor);
    text-align: center;
}
#header_new.header_internal:not(.jsShow) .boxNaviFixed .txtLink{
    color: var(--textColor);
}
#header_new .boxNaviFixed .txtEng{
	font-size: var(--pcFontSize13);
	letter-spacing: 0.08em;
	margin-bottom: 1.2rem;
}
#header_new .boxLogo,
#header_new .boxNavi{
    transition: all 0.4s ease-out;
}
#header_new.naviOpen .boxLogo,
#header_new.naviOpen .boxNavi{
	opacity: 0;
    z-index: -2;
}
/* boxLogo */
#header_new .boxLogo .logo{
	width: 160px;
}
@media only screen and (max-width:1650px){
	#header_new .boxLogo br{
		display: inline;
	}
}
@media only screen and (max-width:1215px){
	#header_new{
		min-width: auto;
		padding: 2.5rem 4% 0!important;
	}
	#header_new.jsShow{
		padding: 0!important;
	}
	#header_new:before{
		display: none;
	}
	/* wrapper */
	#header_new .wrapper{
		position: relative;
		transition: all 0.3s ease-out;
	}
	#header_new.jsShow .boxLogo,
	#header_new.jsShow .boxNavi{
		opacity: 0;
	}
	#header_new.hide .boxLogo,
	#header_new.hide .boxNavi{
		display: none;
	}
	/* boxLogo */
	#header_new .boxLogo .logo{
		width: 11.1rem;
		max-width: 100%;
	}
	#header_new .boxLogo img{
		width: 100%;
		height: auto;
	}
	#header_new .boxLogo .txt{
		font-size: var(--spFontSize10);
		line-height: 1.7;
		margin-left: 0.7rem;
	}
	/* boxNavi */
	#header_new .boxNavi{
		display: none;
	}
}


/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
.btnNavi{
    position: absolute;
    top: 4.2rem;
    right: 6rem;
    width: 5rem;
    height: 7.5rem;
    color: var(--whiteColor);
    overflow: hidden;
    display: flex;
    justify-content: center;
    z-index: 9999;
    transition: all 0.4s ease-out;
}
#header_new.header_internal:not(.jsShow):not(.naviOpen) .btnNavi{
    color: var(--textColor);
}
.btnNavi .txt{
    width: 3.7rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: var(--pcFontSize12);
    letter-spacing: 0.12em;
}
.btnNavi:not(.naviOpen) .txt .open,
.btnNavi.naviOpen .txt .close{
    display: none;
}
.btnNavi.naviOpen .txt .open{
    display: inline;
}
.btnNavi .border{
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 3.7rem;
    height: 3rem;
    border-left: 1px solid var(--whiteColor);
    border-right: 1px solid var(--whiteColor);
    transition: all 0.4s ease-out;
    z-index: 2;
}
#header_new.header_internal:not(.jsShow) .border{
    border-color: var(--textColor);
}
.btnNavi .border::after,
.btnNavi .border::before{
    position: absolute;
    content: '';
    top: -0.9rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: calc(100% + 2rem );
    background-color: var(--whiteColor);
    transition: all 0.4s ease-out;
    z-index: 1;
}
#header_new.header_internal:not(.jsShow):not(.naviOpen) .border::after,
#header_new.header_internal:not(.jsShow):not(.naviOpen) .border::before{
    background-color: var(--textColor);
}
.btnNavi:not(.naviOpen):hover .border {
    transform: scaleY(1.1);
}
.btnNavi.naviOpen{
    height: 6rem;
    top: 4.7rem;
    right: 5rem;
}
.btnNavi.naviOpen .border{
    border: none;
}
.btnNavi.naviOpen .border::after{
    transform: translateY(0) rotate(65deg);
}
.btnNavi.naviOpen .border::before{
    transform: translateY(0) rotate(-65deg);
}
@media only screen and (max-width:1450px){
	.btnNavi {
		right: 3.5rem;
	}
}
@media only screen and (max-width:1215px){
    .btnNavi{
        top: 0;
        right: -1rem;
        padding: 0 1.5rem 0 0;
        width: 5.7rem;
        height: 7rem;
		justify-content: flex-end;
	}
    .btnNavi::before{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--blackColor);
		opacity: 0;
		transition: all 0.4s ease-out;
		z-index: -1;
	}
    .jsShow:not(.naviOpen) .btnNavi::before{
		opacity: 0.38;
	}
	.btnNavi .txt{
        position: relative;
        right: -0.2rem;
		width: 3rem;
        font-size: var(--spFontSize10);
        padding: 0 0 1.4rem;
	}
	.btnNavi .border{
        top: 2.4rem;
        top: 6px;
        left: auto;
        right: 1.5rem;
		margin: auto;
		width: 2.5rem;
		height: 2.5rem;
	}
	.btnNavi .border::after,
	.btnNavi .border::before{
		position: absolute;
		content: '';
		top: -0.9rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 1px;
		height: calc(100% + 1.5rem );
	}
	.btnNavi:not(.naviOpen):hover .border {
		transform: scaleY(1.1);
	}
	.btnNavi.naviOpen{
        top: 0;
        right: -1rem;
        height: 5.5rem;
	}
	.btnNavi.naviOpen .border{
        top: 0;
	}
	.jsShow .btnNavi{
        height: 9rem;
        right: 0;
	}
	.jsShow .btnNavi .border {
        top: 2.4rem;
	}
}
@media only screen and (max-width:767px){
    .btnNavi{
		display: none;
	}
}

/*-----------------------------------------------
	menu
-----------------------------------------------*/
#menu{
    display: none;
	position: relative;
    z-index: 9998;
    min-height: 100vh;
	width: 100%;
    background-color: var(--menuColor);
	padding: 11rem 0;
}
#menu a{
	color: var(--whiteColor);
}
#menu .wrapperMenu{
    position: relative;
}
/* boxTop */
#menu .boxTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#menu .boxTop .boxList{
	display: flex;
	gap: 5rem;
}
#menu .boxTop .item{
	width: 21rem;
}
#menu .boxTop .boxLink{
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--whiteColor);
    color: var(--whiteColor);
}
#menu .boxTop .txt{
    padding-left: 1.8rem;
    font-size: 16px;
	letter-spacing: 0.05em;
	display: inline-block;
}
/* boxBottom */
#menu .boxBottom{
	margin-top: 4rem;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* boxInfo */
#menu .boxInfo{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	color: var(--whiteColor);
}
#menu .boxInfo .txtInfo{
	font-size: var(--pcFontSize14);
    letter-spacing: 0.08em;
}
/* boxList */
#menu .boxBottom .boxList{
	width: 100rem;
	display: flex;
	gap: 5rem;
	color: var(--whiteColor);
}
#menu .boxBottom .boxLink{
	width: 21.5rem;
	font-size: var(--pcFontSize15);
	line-height: 1.5;
}
#menu .boxBottom .txtLink{
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    margin-bottom: 17px;
	border-bottom: 1px solid #808080;
}
#menu .boxBottom .boxListLink{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* boxIconLinkList */
#menu .boxBottom .boxIconLinkList{
	width: 100rem;
	display: flex;
	gap: 1px;
    margin: 15rem 0 0 auto;
}
#menu .boxBottom .iconItem{
	width: calc(100% / 4);
}
#menu .boxBottom .iconLink{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	width: 100%;
	height: 12.5rem;
	background-color: rgba(152, 151, 151, 0.8);
	font-size: var(--pcFontSize14);
	padding-bottom: 3rem;
}
#menu .boxBottom .iconLink::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #D0D0D0;
}
#menu .boxBottom .iconLink::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 3rem;
    left: 0;
	right: 0;
    width: 4.3rem;
    height: 4.3rem;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#menu .boxBottom .iconLink01.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink01.png);
}
#menu .boxBottom .iconLink02.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink02.png);
}
#menu .boxBottom .iconLink03.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink03.png);
}
#menu .boxBottom .iconLink04.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink04.png);
}
/* boxSnsLinkList */
#menu .boxBottom .boxSnsLinkList{
	width: 100%;
	display: flex;
    justify-content: flex-end;
	gap: 5.5rem;
    margin: 8rem 0 0 auto;
}
#menu .boxBottom .snsItem{
	width: 4.2rem;
}
#menu .wrapperNavi{
	position: relative;
	min-width: 1240px;
}
@media only screen and (max-width:1215px){
	#menu{
		padding: 3.8rem 0 8rem;
	}
	#menu .wrapperNavi{
		min-width: auto;
	}
	/* boxTop */
	#menu .boxTop{
        flex-direction: column;
		align-items: flex-start;
	}
	#menu .boxTop .boxLogo{
		width: 11.1rem;
	}
	#menu .boxTop .boxList{
		margin-top: 3.7rem;
        justify-content: space-between;
		gap: 0;
        width: 100%;
	}
	#menu .boxTop .item{
		width: 48.12%;
	}
	#menu .boxTop .txt{
		padding-left: 1.2rem;
		font-size: var(--spFontSize13);
		letter-spacing: 0.05em;
	}
	/* boxBottom */
	#menu .boxBottom{
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/* boxInfo */
	#menu .boxInfo{
		order: 5;
		gap: 1.5rem;
        width: 100%;
        text-align: center;
		align-items: center;
		margin-top: 4rem;
	}
	#menu .boxInfo .txtInfo{
		font-size: var(--spFontSize12);
		letter-spacing: 0.08em;
	}
	#menu .boxInfo .txtTel{
		position: relative;
		font-size: var(--spFontSize34);
		font-weight: bold;
		padding-left: 4.3rem;
	}
	#menu .boxInfo .txtTel::before{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		width: 3.3rem;
		height: 3.3rem;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#menu .boxInfo.lazyloaded .txtTel::before{
		background-image: url(../../img/common_renewal/iconTel.png);
	}
	/* boxList */
	#menu .boxBottom .boxList{
		order: 1;
		width: 100%;
        flex-direction: column;
		gap: 2.5rem;
	}
	#menu .boxBottom .boxLink{
		width: 100%;
		font-size: var(--spFontSize14);
		line-height: 1.5;
	}
	#menu .boxBottom .txtLink{
        padding-bottom: 3px;
        margin-bottom: 8px;
	}
	#menu .boxBottom .boxListLink{
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.5rem 0;
		font-size: var(--spFontSize13);
	}
	#menu .boxListLink .item{
		width: 50%;
	}
	/* boxIconLinkList */
	#menu .boxBottom .boxIconLinkList{
		order: 2;
		width: 100%;
		display: flex!important;
		flex-wrap: wrap;
		margin-top: 4rem;
	}
	#menu .boxBottom .iconItem{
		width: calc((100% - 1px) / 2);
	}
	#menu .boxBottom .iconLink{
        align-items: center;
		height: 6.7rem;
		font-size: var(--spFontSize12);
		padding-bottom: 0;
	}
	#menu .boxBottom .iconLink::before{
		width: 1.1rem;
		height: 1.1rem;
	}
	#menu .boxBottom .iconLink::after{
		top: 0;
		bottom: 0;
		left: 2.2rem;
		right: auto;
		width: 3rem;
		height: 3rem;
	}
	#menu .iconItem .txt{
		display: inline-block;
		padding-left: 2rem;
	}
	/* boxSnsLinkList */
	#menu .boxBottom .boxSnsLinkList{
		order: 4;
		justify-content: center;
		gap: 1.5rem;
		margin: 4rem auto 0;
	}
	#menu .boxBottom .snsItem{
		width: 2.5rem;
	}
	/* boxSpLink */
	#menu .boxBottom .boxSpLink{
		order: 3;
		margin-top: 4rem;
        width: 100%;
	}
	#menu .boxBottom .boxSpLinkList{
		display: flex;
		justify-content: space-between;
	}
	#menu .boxSpLinkList .item{
        width: 48.12%;
	}
    #menu .boxSpLinkList .btnLink {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
        height: 4.5rem;
        font-size: var(--spFontSize13);
    }
	#menu .boxBottom .iconLink05{
		background-color: #C09B30;
	}
	#menu .boxBottom .iconLink06{
		background-color: var(--whiteColor);
		color: var(--textColor);
	}
    #menu .boxSpLinkList .txt {
		position: relative;
		display: inline;
		padding-left: 3rem;
    }
    #menu .boxSpLinkList .txt::before {
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2.2rem;
		height: 2.2rem;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
    #menu .boxSpLinkList .iconLink05.lazyloaded .txt::before{
		background-image: url(../../img/common_renewal/iconMenuLink05.png);
	}
    #menu .boxSpLinkList .iconLink06.lazyloaded .txt::before{
		background-image: url(../../img/common_renewal/iconMenuLink06.png);
	}
}

/*-----------------------------------------------
	iconArrow
-----------------------------------------------*/
.iconArrow{
	position: relative;
}
.iconArrow::before{
    position: absolute;
    content: "";
    width: 13px;
    height: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 4px 50%);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.iconArrow.iconBlack::before{
    background: var(--textColor);
}
.iconArrow.iconWhite::before{
    background: var(--whiteColor);
}
@media only screen and (max-width:1215px){
	.iconArrow::before{
		width: 10px;
		height: 9px;
	}
}
/*-----------------------------------------------
	main
-----------------------------------------------*/
/* wrapper */
.wrapper1500{
	max-width:1500px;
	width:94%;
	margin:0 auto;
}
.wrapper1480{
	max-width:1480px;
	width:94%;
	margin:0 auto;
}
.wrapper1420{
    max-width: calc(100% - 100px);
    width: 1420px;
	margin:0 auto;
}
.wrapper1400{
	max-width:1400px;
	width:94%;
	margin:0 auto;
}
.wrapper1360{
	max-width:1360px;
	width:94%;
	margin:0 auto;
}
.wrapper1320{
	max-width:1320px;
	width:94%;
	margin:0 auto;
}
.wrapper1300{
	max-width:1300px;
	width:94%;
	margin:0 auto;
}
.wrapper1280{
	max-width:1280px;
	width:94%;
	margin:0 auto;
}
.wrapper1240{
	max-width:1240px;
	width:94%;
	margin:0 auto;
}
.wrapper1200{
	max-width:1200px;
	width:94%;
	margin:0 auto;
}
.wrapper1130{
	max-width:1130px;
	width:94%;
	margin:0 auto;
}
.wrapper1180{
	max-width:1180px;
	width:94%;
	margin:0 auto;
}
.wrapper1120{
	width:1120px;
	margin:0 auto;
}
.wrapper1080{
	width:1080px;
	margin:0 auto;
}
.wrapper1000{
	width:1000px;
	margin:0 auto;
}
.wrapper965{
	width:965px;
	margin:0 auto;
}
.wrapper960{
	width:960px;
	margin:0 auto;
}
@media only screen and (max-width:1215px){
	.wrapperFit{
		max-width: 40rem;
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px){
	.wrapper960,
	.wrapper965,
	.wrapper1000,
	.wrapper1080,
	.wrapper1120,
	.wrapper1130,
	.wrapper1180,
	.wrapper1200,
	.wrapper1240,
	.wrapper1280,
	.wrapper1300,
	.wrapper1320,
	.wrapper1360,
	.wrapper1400,
	.wrapper1420,
	.wrapper1480,
	.wrapper1500{
		max-width: none;
		width:100%;
	}
	.wrapperSp{
		width: 95.19%;
		margin: 0 auto;
	}
	.wrapperSp2{
		width: 92%;
		margin: 0 auto;
	}
	.wrapperSp3{
		width: 93.75%;
		margin: 0 auto;
	}
	.wrapperSp335{
		width: 89.34%;
		margin: 0 auto;
	}
}


/*-----------------------------------------------
	fNavi
-----------------------------------------------*/
#fNavi .boxPcList{
	position: fixed;
	bottom: 55px;
	right: -64px;
	z-index: 999;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#fNavi.active .boxPcList{
	right: 0;
}
#fNavi .boxPcList li{
	display: block;
	background: #FFF;
}
#fNavi .boxPcList li{
	margin-bottom: 10px;
}
#fNavi .boxPcList li:last-child{
	display: none;
	margin-bottom: 0;
}
#fNavi .boxSpList{
	display: none;
}
@media only screen and (max-width:767px){
	#fNavi .boxSpList{
		width: 100%;
		position: fixed;
		left: 0;
		bottom: -60px;
		z-index: 999;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		display: flex;
		background: #fff;
		text-align: center;
	}
	#fNavi.active .boxSpList {
		bottom: 0;
	}
	#fNavi .boxSpList li{
		height: 56px;
		width: 25%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		border: 1px solid #000;
		border-right: none;
	}
	#fNavi .boxSpList li a{
		width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	#fNavi .boxSpList li:nth-child(3){
		border-right: 1px solid #000;
		background: #000;
	}
	#fNavi .boxSpList li:nth-child(3) a{
		color: #fff;
	}
	#fNavi .boxSpList .insta{
		margin-right: 3px;
	}
}

/*-----------------------------------------------
	fixedBnr
-----------------------------------------------*/
.fixedBnr{
	position: fixed;
    right: -20rem;
    bottom: 5rem;
	display: flex;
    justify-content: flex-end;
    width: 17rem;
    z-index: 999;
	transition: all 0.2s ease-out;
	border: 1px solid var(--whiteColor);
}
.fixedBnr.active{
    right: 0;
}
.fixedBnr .boxFlow{
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
    background: var(--whiteColor);
}
.fixedBnr .item{
    width: 100%;
    position: relative;
    transition: all 0.2s ease-out;
}
.fixedBnr .item .btnBnr{
	position: relative;
	width: 100%;
    height: 3.5rem;
	padding-left: 1.4rem;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.01em;
	white-space: nowrap;
    display: flex;
    align-items: center;
	background-color: #1D1D1D;
    color:#fff;
    transition: all 0.2s ease-out;
}
.fixedBnr .item a.btnBnr{
    height: 4.5rem;
}
.fixedBnr .item .txt{
	position: relative;
	display: inline-block;
	padding-left: 2.8rem;
}
.fixedBnr .item .txt::before{
	position: absolute;
	content: '';
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2.3rem;
	height: 2.3rem;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.fixedBnr .item .isCatalog{
	background-color: var(--greenColor);
}
.fixedBnr .lazyloaded.isCatalog .txt::before {
    background-image: url(../../img/common_renewal/iconMenuCatalog.png);
}
.fixedBnr .item .isReserve{
	background-color: var(--btnColor);
}
.fixedBnr .lazyloaded.isReserve .txt::before {
    background-image: url(../../img/common_renewal/iconMenuReserve.png);
}
.fixedBnr .lazyloaded.closeBtn .txt::before {
    background-image: url(../../img/common_renewal/iconMenuClose.png);
}
/* close */
.fixedBnr.active.close{
	transition: all 0.2s ease-out;
    width: 4.5rem;
}
.fixedBnr.active.close .btnBnr{
    padding-left: 0;
}
.fixedBnr.active.close .txt{
	font-size: 0;
    width: 100%;
    height: 100%;
}
.fixedBnr.active.close .txt::before{
	right: 0;
}
@media only screen and (max-width: 767px){
	.fixedBnr{
		display: none;
		right: 0;
		bottom: -8rem;
		width: 100%;
		height: 7.2rem;
	}
	.fixedBnr.active{
		bottom: 0;
	}
	.fixedBnr .boxFlow{
        flex-direction: row;
	}
	.fixedBnr .itemL{
		order: 2;
		width: 13rem;
	}
	.fixedBnr .itemM{
		order: 3;
		width: 7.1rem;
	}
	.fixedBnr .itemS{
		order: 1;
		width: 3.9rem;
	}
	.fixedBnr .item .btnBnr{
		height: 100%!important;
		justify-content: center;
		padding-left: 0;
		font-size: var(--spFontSize14);
		letter-spacing: 0.01em;
	}
	.fixedBnr .item .isTel,
	.fixedBnr .item .closeBtn{
		font-size: 0;
	}
	.fixedBnr .item .txt{
        width: 100%;
        text-align: center;
        padding: 3rem 0 0 0;
	}
	.fixedBnr .item .txt::before{
		bottom: auto;
		right: 0;
		width: 2.7rem;
		height: 2.7rem;
	}
	.fixedBnr .closeBtn .txt::before {
		width: 3.5rem;
		height: 3.5rem;
	}
	.fixedBnr .lazyloaded.closeBtn .txt::before {
		background-image: url(../../img/common_renewal/iconMenuClose_sp.png);
	}
	.fixedBnr .isTel .txt::before{
		width: 3rem;
		height: 3rem;
        opacity: 0.9;
	}
	.fixedBnr .lazyloaded.isTel .txt::before {
		background-image: url(../../img/common_renewal/iconTel.png);
	}
	/* close */
	.fixedBnr.active.close{
		transition: all 0.2s ease-out;
		width: 4rem;
	}
	.fixedBnr.active.close .boxFlow {
        gap: 0;
    }
	.fixedBnr.active.close .item:not(.itemMenu){
		width: 0;
	}
	.fixedBnr.active.close .itemMenu{
		width: 100%;
	}
	.fixedBnr.active.close .txt::before {
		bottom: 0;
	}
	.fixedBnr.active.close .lazyloaded.closeBtn .txt::before {
		background-image: url(../../img/common_renewal/iconMenuOpen.png);
	}
}

/*-----------------------------------------------
	menu
-----------------------------------------------*/
#footer{
	position: relative;
	width: 100%;
    background-color: var(--footerColor);
	padding: 11rem 0;
	margin-top: var(--footerPc);
}
#footer a{
	color: var(--whiteColor)!important;
}
#footer .boxFooterTop {
	position: absolute;
	top: 3.4rem;
	right: 5.4rem;
}
#footer .wrapperFooter{
    position: relative;
}
/* boxTop */
#footer .boxTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* boxBottom */
#footer .boxBottom{
	margin-top: 4rem;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 6rem;
	border-bottom: 1px solid #808080;
}
/* boxInfo */
#footer .boxInfo{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
    margin-top: 1rem;
	max-width: calc(100% - 100rem);
	color: var(--whiteColor)!important;
}
#footer .boxInfo .txtInfo{
    font-size: 14px;
    letter-spacing: 0.08em;
	color: var(--whiteColor)!important;
}
#footer .boxInfo .txtInfoMin{
    font-size: 12px;
	line-height: 1.5;
    letter-spacing: 0.08em;
	color: var(--whiteColor)!important;
}
/* boxList */
#footer .boxBottom .boxList{
	width: 100rem;
    margin: 0 0 0 auto;
	display: flex;
    justify-content: flex-end;
	gap: 5rem;
	color: var(--whiteColor)!important;
}
#footer .boxBottom .boxLink{
	width: 20rem;
	font-size: var(--pcFontSize14);
	line-height: 1.5;
}
#footer .boxBottom .txtLink{
    letter-spacing: 0.06em;
    padding-bottom: 5px;
    margin-bottom: 17px;
	border-bottom: 1px solid #808080;
}
#footer .boxBottom .txtLinkBottom{
    letter-spacing: 0.06em;
    padding-top: 10px;
    margin-top: 5rem;
	border-top: 1px solid #808080;
    display: block;
}
#footer .boxBottom .boxListLink{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* boxIconLinkList */
#footer .boxBottom .boxIconLinkList{
	display: none;
}
#footer .boxBottom .iconItem{
	width: calc(100% / 4);
}
#footer .boxBottom .iconLink{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	width: 100%;
	height: 12.5rem;
	background-color: rgba(152, 151, 151, 0.8);
	font-size: var(--pcFontSize14);
	padding-bottom: 3rem;
}
#footer .boxBottom .iconLink::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #D0D0D0;
}
#footer .boxBottom .iconLink::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 3rem;
    left: 0;
	right: 0;
    width: 4.3rem;
    height: 4.3rem;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#footer .boxBottom .iconLink01.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink01.png);
}
#footer .boxBottom .iconLink02.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink02.png);
}
#footer .boxBottom .iconLink03.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink03.png);
}
#footer .boxBottom .iconLink04.lazyloaded::after{
    background-image: url(../../img/common_renewal/iconMenuLink04.png);
}
/* boxSnsLinkList */
#footer .boxBottom .boxSnsLinkList{
	width: 100%;
	display: flex;
    justify-content: center;
	gap: 7rem;
    margin: 7rem 0 0 auto;
}
#footer .boxBottom .snsItem{
	width: 4.2rem;
}
#footer .wrapperNavi{
	position: relative;
	min-width: 1240px;
}
/* boxListLogin */
#footer .boxListLogin{
    display: flex;
    justify-content: center;
	margin-top: 2.5rem;
    gap: 5rem;
}
#footer .boxBottom .boxListLogin{
	display: none;
}
#footer .boxListLogin .item{
	width: 21rem;
}
#footer .boxListLogin .boxLinkLogin{
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--whiteColor);
	color: var(--whiteColor)!important;
}
#footer .boxListLogin .txt{
    padding-left: 1.8rem;
    font-size: var(--pcFontSize16);
    letter-spacing: 0.05em;
    display: inline-block;
}
/* boxArea */
#footer .boxArea{
	width: 100rem;
    margin: 7.5rem auto 0;
	color: var(--whiteColor)!important;
}
#footer .boxArea .titArea{
	font-size: var(--pcFontSize16);
	padding-bottom: 1rem;
    margin: 0 0 1rem 1rem;
	border-bottom: 1px solid #808080;
}
#footer .boxArea .boxAreaList{
	display: flex;
	flex-direction: column;
    gap: 2rem;
}
#footer .boxArea .itemArea{
	display: flex;
}
#footer .boxArea .txtArea{
	font-size: var(--pcFontSize14);
}
#footer .boxArea .txtArea:not(.txtAreaInfo){
    width: 20rem;
}
/* boxLinkCompany */
#footer .boxLinkCompany{
	margin-top: 2rem;
}
#footer .boxLinkCompany .boxListCompany{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5rem;
	color: var(--whiteColor)!important;
}
#footer .boxLinkCompany .linkCompany{
	font-size: var(--pcFontSize14);
}
/* copyright */
#footer #copyright{
	padding: 6rem 0 1rem;
	font-size: var(--pcFontSize12);
}
@media only screen and (max-width:1220px){
	#footer .boxTop {
		justify-content: center;
	}
	#footer .boxInfo{
		max-width: none;
        width: 100%;
		align-items: center
	}
	#footer .boxBottom .boxList{
		margin: 0 auto 0;
	}
	#footer .boxBottom .boxList:nth-of-type(1){
		margin-top: 5rem;
	}
}
@media only screen and (max-width:767px){
	#footer{
		width: 950px;
		margin: 0 auto;
		padding: 1rem 0;
		margin-top: var(--footerSp);
	}
	#footer .wrapperNavi{
		min-width: auto;
	}
	/* boxTop */
	#footer .boxTop{
        flex-direction: column;
        align-items: center;
	}
	#footer .boxTop .boxLogo{
		width: 15rem;
	}
	#footer .boxTop .boxList{
		margin-top: 3.7rem;
        justify-content: space-between;
		gap: 0;
        width: 100%;
	}
	#footer .boxTop .item{
		width: 48.12%;
	}
	#footer .boxTop .txt{
		padding-left: 1.2rem;
		font-size: var(--spFontSize13);
		letter-spacing: 0.05em;
	}
	/* boxBottom */
	#footer .boxBottom{
        margin-top: 3rem;
		padding-bottom: 3rem;
	}
	/* boxInfo */
	#footer .boxInfo{
		order: 1;
		gap: 1rem;
        text-align: center;
		margin-top: 0;
	}
	#footer .boxInfo .txtInfo{
		font-size: var(--spFontSize12);
        letter-spacing: 0;
        white-space: nowrap;
	}
	#footer .boxInfo .txtTel{
		position: relative;
		font-size: var(--spFontSize28);
		letter-spacing: 0.05em;
		font-weight: bold;
		padding-left: 4.3rem;
        margin-bottom: 0.5rem;
	}
	#footer .boxInfo .txtTel::before{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2.9rem;
		height: 2.9rem;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#footer .boxInfo.lazyloaded .txtTel::before{
		background-image: url(../../img/common_renewal/iconTel.png);
	}
	/* boxList */
	#footer .boxBottom .boxList{
		order: 2;
		width: 100%;
        flex-direction: column;
		gap: 2.5rem;
        margin-top: 3.5rem!important;
	}
	#footer .boxBottom .boxList + .boxList{
		display: none;
	}
	#footer .boxBottom .boxLink{
		width: 100%;
		font-size: var(--spFontSize14);
		line-height: 1.5;
	}
	#footer .boxBottom .txtLink{
        padding-bottom: 3px;
        margin-bottom: 8px;
		border-color: #808080;
	}
	#footer .boxBottom .boxListLink{
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.5rem 0;
		font-size: var(--spFontSize13);
	}
	#footer .boxListLink .item{
		width: 50%;
	}
	/* boxIconLinkList */
	#footer .boxBottom .boxIconLinkList{
		order: 2;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 1px;
		margin-top: 4rem;
	}
	#footer .boxBottom .iconItem{
		width: calc((100% - 1px) / 2);
	}
	#footer .boxBottom .iconLink{
        align-items: center;
		height: 6.7rem;
		font-size: var(--spFontSize12);
		padding-bottom: 0;
	}
	#footer .boxBottom .iconLink::before{
		width: 1.1rem;
		height: 1.1rem;
	}
	#footer .boxBottom .iconLink::after{
		top: 0;
		bottom: 0;
		left: 2.2rem;
		right: auto;
		width: 3rem;
		height: 3rem;
	}
	#footer .iconItem .txt{
		display: inline-block;
		padding-left: 2rem;
	}
	/* boxSnsLinkList */
	#footer .boxBottom .boxSnsLinkList{
		order: 4;
		justify-content: center;
		gap: 1.5rem;
		margin: 3rem auto 0;
	}
	#footer .boxBottom .snsItem{
		width: 2.5rem;
	}
	#footer .boxListLogin{
		display: none;
        order: 5;
        justify-content: space-between;
		gap: 0;
        width: 100%;
		margin-top: 3.7rem;
	}
	#footer .boxBottom .boxListLogin{
		display: flex;
	}
	#footer .boxListLogin .item{
		width: 48.12%;
	}
	#footer .boxListLogin .txt{
		padding-left: 1.2rem;
		font-size: var(--spFontSize13);
	}
	/* boxArea */
	#footer .boxArea{
        order: 6;
		width: 100%;
		margin-top: 3rem;
	}
	#footer .boxArea .titArea{
		font-size: var(--spFontSize14);
        padding-bottom: 1.5rem;
        margin: 0 0 0.5em 0;
	}
	#footer .boxArea .boxAreaList{
		gap: 1rem;
	}
	#footer .boxArea .itemArea{
        flex-direction: column;
	}
	#footer .boxArea .txtArea{
		font-size: var(--spFontSize13);
		line-height: 1.5;
	}
	#footer .boxArea .txtArea:not(.txtAreaInfo){
		width: 100%;
		font-size: var(--spFontSize14);
	}
	/* boxLinkCompany */
	#footer .boxLinkCompany{
		margin-top: 1.5rem;
	}
	#footer .boxLinkCompany .boxListCompany{
        width: 70%;
        margin: 0 auto;
        flex-wrap: wrap;
		gap: 1rem;
	}
	#footer .boxLinkCompany .linkCompany{
		position: relative;
		padding-right: 1rem;
		font-size: var(--spFontSize13);
	}
	#footer .itemCompany:not(:last-child):not(:nth-child(3n)) .linkCompany::after{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		height: calc(100% - 0.4rem);
		background-color: var(--whiteColor);
	}
	/* copyright */
	#footer #copyright{
		padding: 3rem 0 1rem;
		text-align: center;
		font-size: var(--spFontSize12);
		line-height: 1.5;
	}
	#footer .boxTop,
	#footer .boxBottom,
	#footer .boxListLogin,
	#footer .boxLinkCompany{
		display: none;
	}
}
@media only screen and (max-width:767px){
	#fNavi + #footer{
		padding-bottom: 60px;
	}
}
.header_internal + #contents{
    padding-top: 150px;
}
@media only screen and (max-width:767px){
	.header_internal + #contents{
        padding-top: 110px;
	}
}

body{
    overflow-y: scroll;
}