@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;600&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
	overflow-x: hidden;
}
*{
	margin: 0;
}
img{
	display: block;
	width: 100%;
	vertical-align: bottom;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color: #000;
	text-decoration: none;
}
.inner{
	width: 1024px;
	margin: 0 auto;
}
h2,h3,h4{
	text-align: center;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.read{
	font-size: 20px;
	text-align: center;
	line-height: 2em;
	letter-spacing: 2px;
}
#c-info,#s-info,#onlineshop{
	padding-top: 100px;
}


/*header*/
header{
	height: 80px;
	line-height: 80px;
}
h1{
	width: 16%;
	display: inline-block;
	vertical-align: middle;
}
.nav{
	/*width: 58%;*/
	width: 40%;
	float: right;
	font-size: 16px;
}
.nav li{
	position: relative;
}
.nav a{
	display: block;
	transition: .4s;
	height: 100%;
}
.down_nav_cont{
	width: 200px;
	position: absolute;
	left: -20px;
	top: 80px;
	z-index: 10000;
	background-color: #fff;	
	display: none;
}
.down_nav_cont li{
	box-sizing: border-box;
	padding-left: 20px;
	transition: .4s;
}
header:after{
	display: block;
	content: "";
	clear: both;
}


/*footer*/
.f-logo{
	width: 190px;
	margin: 0 auto;
}
.sns-list{
	justify-content: center;
}
.sns-list{
	margin: 28px 0 60px;
}
.sns-list li{
	width: 32px;
}
.sns-list li:last-of-type{
	margin-left: 15px;
	width: 34px;
}
.sns-list img{
	transition: .4s;
}
.copy-right{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 30px 0;
}

/*トップページ*/
.mv li{
	position: relative;
}
.mv-cont{
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
}
.mv li.ocean .mv-cont,.mv li.yasai .mv-cont{
	top: 20%;
}
.mv-cont h2{
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 5px;
}
.mv li.main h2 img{
	width: 212px;
	margin: 0 auto 60px;
}
.mv li.ocean h2 img{
	width: 122px;
	margin: 0 auto 38px;
}
.mv li.yasai h2 img{
	width: 174px;
	margin: 0 auto 32px;
}
.mv .link_btn a{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #fff;
    font-size: 23px;
    text-align: center;
    display: block;
    width: 366px;
    line-height: 1.6em;
    letter-spacing: 2px;
    border: 2px solid #fff;
    padding: 18px 0 16px;
    margin: 70px auto 0;
    transition: .4s;
}
#top-mv_sld .slick-dots{
	position: static;
	margin-top: 60px;
}
#top-mv_sld .slick-dots li button:before{
	font-size: 16px;
}
#top-mv_sld .slick-dots li{
	margin: 0 8px;
}
.first_view .ph{
	margin: 106px 0 124px;
	text-align: center;
}
.first_view .ph span{
	display: inline-block;
	font-size: 16px;
	margin-top: .8em;
    letter-spacing: 1px;
}
.brand .inner{
	border-top: 1px solid #c2c2c2;
	margin-top: 94px;
	padding-top: 112px;
}
.brand_cont{
	margin-bottom: 250px;
}
.brand_cont.ocean h4{
	width: 340px;
	margin: 0 auto 38px;
}
.brand_cont.yasai h4{
	width: 436px;
	margin: 0 auto 36px;
}
.brand .item_list{
	margin: 82px 0 100px;
}
.brand .item_list li{
	width: 31%;
}
.brand .item_list span{
	display: block;
	text-align: center;
	font-size: 26px;
	margin-top: .5em;
	letter-spacing: 2px;
}
.brand .link_btn li{
	width: 48%;
	font-size: 22px;
	text-align: center;
}
.brand .link_btn a{
	display: block;
	width: 100%;
	border: 1px solid #000;
	padding: 20px 0;
	letter-spacing: 1px;
	transition: .4s;
}
.brand .link_btn span{
	display: block;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin-top: 5px;
	letter-spacing: 2px;
}
.top_page h3{
	font-size: 38px;
	color: #795e15;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 3px;
	margin: 80px 0 70px;
}
.info h4{
	font-size: 38px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 60px;
	font-weight: 400;
	letter-spacing: 15px;
	text-indent: 15px;
}
.info h4:after{
	display: block;
	content: "";
	height: 1px;
	width: 212px;
	background-color: #969696;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.info_list{
	margin-bottom: 160px;
}
.info_list li a *{
	transition: .4s;
}
.info_list li{
	width: 31%;
}
.corporate_info .info_list span{
	display: block;
	font-size: 16px;
	padding-left: 30px;
	background: no-repeat center left/23px url(../../img/renewal/top/btn_gray.png);
	letter-spacing: 3px;
	margin-top: 12px;
}
.shop_info .info_list p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 1.3em;
}
.shop_info .info_list span{
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	margin: 10px 0 5px;
}
.online_shop .link_btn li{
	width: 48%;
}
.online_shop .link_btn img{
	transition: .4s;
}
.online_shop{
	margin-bottom: 325px;
}




/*会社概要ページ*/
.company .heading{
	position: relative;
}
.company h2{
	color: #fff;
	font-size: 43px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
	font-weight: 400;
	letter-spacing: 8px;
}
.company h2 span{
	display: block;
	font-size: 23px;
	letter-spacing: 2px;
}
.company h3{
	text-align: left;
	font-weight: 400;
	font-size: 37px;
	letter-spacing: 6px;
	margin: 90px 0 45px;
}
.company .history h3{
	margin-top: 140px;
}
.company table{
	width: 100%;
	border-top: 1px solid #c2c2c2;
}
.company tr{
	border-bottom: 1px solid #c2c2c2;
    display: block; 
}
.company th,.company td{
	font-weight: 400;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
}
.company .c-profile th{
	width: 135px;
	padding: 28px 0;
	letter-spacing: 1em;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.company .c-profile th.space{
	letter-spacing: .3em;
}
.company .c-profile td{
	padding-left: 30px;
	letter-spacing: 2px;
}
.company .history th{
	width: 195px;
	padding: 28px 0;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.company .history td{
	padding-left: 40px;
	letter-spacing: 2px;
}
.company .history{
	margin-bottom: 170px;
}
.company .link a{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 10px;
	display: inline-block;
	padding: 5px 34px 5px 0;
	background: no-repeat center right/23px url(../../img/renewal/top/btn_gray.png);
}
.company .link a{
	transition: .4s;
}


/*利用規約*/
.rules main{
	font-family: sans-serif;
	margin: 50px 0 100px;
}
.rules main .inner{
	width: 1200px;
}
.rules h2{
	color: #003f96;
    font-size: 24px;
    margin: 20px 0;
    text-align: left;
}
.rules main p,.rules ol{
	margin: 16px 0;
	font-size: 16px;
	color: #555;
}

@media (min-width: 768px){
	.sp_only{
		display: none!important;
	}
	.nav a:hover{
		text-decoration: underline;
	}
	.down_nav_cont a:hover{
		text-decoration: none;
	}
	.down_nav_cont li:hover{
		background-color: rgba(0,63,150,.2);
	}
	.mv .link_btn a:hover{
		background-color: #fff;
		color: #000;
	}
	.brand .link_btn a:hover{
		background-color: #000;
		color: #fff;
	}
	.online_shop .link_btn a:hover img,.sns-list a:hover img,.company .link a:hover,.info_list li a:hover *{
		opacity: .4;
	}
}

@media (max-width: 767px){
	body{
		font-family: 'Noto Serif JP', serif;
	}
	.pc_only{
		display: none!important;
	}
	.inner{
		width: 90%;
	}
	h1{
		width: 40%;
	}
	header{
		height: 60px;
		line-height: 60px;
		position: relative;
	}
	header .inner{
		overflow-x: visible;
	}
	.nav_btn{
	    cursor: pointer;
	    position: absolute;
	    top: 0;
	    right: 0;
	    background-color: #003f96;
	    background-size: 18px;
	    height: 60px;
	    width: 60px;
	}
	.nav_btn span{
		width: 40px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}
	.nav_btn span:first-of-type{
		top: 15px;
	}
	.nav_btn span:nth-of-type(2){
		top: 30px;
	}
	.nav_btn span:last-of-type{
		top: 45px;
	}
	.nav{
		width: 100vw;
		display: block;
		float: none;
		position: absolute;
		z-index: 100;
		background: #fff;
		display: none;
		left: 0;
		top: 60px;
	}
	.nav li{
		width: 100%;
		text-align: right;
		border-bottom: 1px solid #003f96;
		box-sizing: border-box;
	}
	.nav a{
		padding-right: 2em;
	}
	.down_nav_cont{
		position: static;
		width: 100%;
		text-align: right;
		background-color: rgba(0,63,150,.2);
	}
	.down_nav_cont li:first-of-type{
		border-top: 1px solid #003f96;
	}
	.down_nav_cont li:last-of-type{
		border-bottom: none;
	}
	.f-logo{
		width: 27%;
	}
	.sns-list{
	    margin: 30px 0 40px;
	}
	.sns-list li{
		width: 10%;
	}
	.sns-list li:last-of-type{
		margin-left: 20px;
		width: 10.8%;
	}
	.copy-right{
		font-size: 10px;
    	padding: 10px 0;
	}

	/*TOPページ*/
	.first_view .slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	#top-mv_sld .slick-dots{
		margin-top: 15px;
	}
	#top-mv_sld .slick-dots li button:before{
		font-size: 14px;
	}
	.mv li{
		height: 350px;
	}
	.mv li .bg{
		height: 100%;
		width: auto;
	}
	.mv li.main h2 img{
		width: 40%;
		margin-bottom: 30px;
	}
	.mv li.ocean h2 img{
		width: 20%;
		margin-bottom: 10px;
	}
	.mv li.yasai h2 img{
		width: 25%;
		margin-bottom: 10px;
	}
	.mv .link_btn a{
	    font-size: 20px;
	    width: 75%;
	    line-height: 1.4em;
	    padding: 10px 0 8px;
	    margin: 15px auto 0;
	    background-color: rgba(255,255,255,.2);
	}
	.mv-cont{
		top: 32%;
	}
	.mv li.ocean .mv-cont,.mv li.yasai .mv-cont{
		top: 15%;
	}
	.mv-cont h2{
		font-size: 23px;
	}
	.top_page h3{
		font-size: 21px;
		margin: 20px 0 25px;
	}
	.read{
		font-size: 14px;
		letter-spacing: 1px;
	}
	.first_view .ph{
		margin: 50px 0;
	}
	.first_view .ph span{
		font-size: 10px;
		line-height: 1.4em;
	}
	.brand_cont.ocean h4{
		width: 70%;
		margin-bottom: 19px;
	}
	.brand_cont.yasai h4{
		width: 85%;
		margin-bottom: 18px;
	}
	.brand_cont.yasai h4 img{
	    margin-left: -2%;
	}
	.brand .inner{
		margin-top: 45px;
		padding-top: 66px;
	}
	.brand_cont{
		margin-bottom: 100px;
	}
	.brand .item_list{
	    margin: 40px 0 0px;
	}
	.brand .item_list li,.online_shop .link_btn li{
		width: 100%;
		margin-bottom: 30px;
	}
	.brand .item_list span{
		font-size: 18px;
	}
	.brand .link_btn{
		margin-top: 10px;
	}
	.brand .link_btn li{
		width: 100%;
		font-size: 14px;
	}
	.brand .link_btn li:first-of-type{
		margin-bottom: 30px;
	}
	.brand .link_btn span{
		font-size: 10px;
	}
	.brand .link_btn a{
	    padding: 15px 0;
	}
	.info h4{
		font-size: 24px;
	    padding-bottom: 10px;
	    margin-bottom: 30px;
	    letter-spacing: 5px;
	    text-indent: 5px;
	}
	.info h4:after{
		width: 115px;
	}
	.info_list li{
		width: 100%;
		margin-bottom: 30px;
	}
	.info_list{
		margin-bottom: 60px;
	}
	.online_shop{
		margin-bottom: 100px;
	}
	#c-info,#s-info,#onlineshop{
		padding-top: 60px;
		margin-top: -60px;
	}

	/*企業情報ページ*/
	.company .heading{
		height: 350px;
		overflow: hidden;
	}
	.company .heading img{
		height: 110%;
		width: auto;
		margin-left: -80%;
	}
	.company h2{
		font-size: 33px;
	}
	.company h2 span{
		font-size: 13px;
	}
	.company h3{
		font-size: 24px;
		margin: 50px 0 20px;
	}
	.company .c-profile th,.company .history th{
		padding: 15px 0;
		font-size: 13px;
		width: 90px;
		text-align: center;
	}
	.company .c-profile th.space{
	    text-indent: -.7em;
	}
	.company .c-profile td,.company .history td{
		font-size: 13px;
		padding-left: 0;
	}
	.company .link a{
	    font-size: 14px;
    	background-size: 17px;
	    padding: 5px 28px 3px 0;
	    margin-top: 15px;
	}
	.company .history h3{
		margin-top: 60px;
	}
	.company .history{
		margin-bottom: 70px;
	}


	/*利用規約*/
	.rules main .inner{
		width: 90%;
	}
	.rules h2{
	    font-size: 18px;
	}
	.rules main p,.rules ol{
		font-size: 14px;
	}
}