@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	font-size: 1.5rem;
	color: #262222;
	line-height: 180%;
	letter-spacing: 0.03rem;
	font-weight: 500;
	background: #fff;
	margin: 0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}

/* other */
::selection {
	background: #333;
	color: #fff;
}
//Firefox
::-moz-selection {
	background: #333;
	color: #fff;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* img,a */
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
}
a img{
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* フォント */
.fs_gc {
	font-family: 'Noto Sans JP', sans-serif;
}
.fs_min {
	font-family: 'Noto Serif JP', serif;
}

/* フレックスボックス */
.row_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 中央寄せ */
.center_box {
	margin-right: auto;
	margin-left: auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
    outline-offset: -2px;
}

/* device */
.sp {
	display:none;
}
.pc {
	display:block;
}

/* コンテンツ */
.contents_inner{
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 1130px) {
	.contents_inner{
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		letter-spacing: 0.05rem;
	}
}

@media screen and (max-width: 640px) {

/* device */
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}


/* tel */
	a[href*="tel:"] {
		pointer-events: none;
	}

@media screen and (max-width: 840px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}


/*-----------------------------------
	header
-----------------------------------*/

/*---------header※後でcommonに移動する----------*/
.top_box {
	display: block;
	align-items: center;
	width:100%;
	}
	.top_about_site {
	display: flex;
	color: #FFF;
	}
	.top_shopping {
	display: flex;
	color: #FFF;
	margin-left: 70px;
	}
	
	.site_info_box {
	display: flex;
	background-color: rgba(43,43,43,0.6);
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100vw;
	backdrop-filter: blur(3px);
	box-shadow: 0 10px 11px 0px rgba(0, 0, 0, 0.45);
	}
	.site_info_box p a {
	color:#FFF;
	}
	
	.top_img_slid {
	background: url(https://image.raku-uru.jp/01/25985/13/top-image-2_1703142608019.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 968px;
	display: flex;
	justify-content: center;
	}
	.top_img_slid p{
	color: #FFF;
	}
	.scroll_down {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	}
	
	.top_about_site {
	color:#FFF;
	}
	.top_about_site p {
	padding-right: 60px;
	}
	
	.top_logo {
	margin-right: 200px;
	}
	
	.shop_login_btn a {
	display:flex;
	padding-right:45px;
	align-items: center;
	}
	.shop_login_btn a img {
	color: #FFF;
	height: fit-content;
	margin-right: 10px;
	}
	.scroll_down_part{
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -100px;
	}
	.sp_slide_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	}
	
	@media screen and (max-width: 640px) {
	.scroll_down_part {
	display: none;
	}
	.top_logo {
	margin-right:250px;
	}
	
	.sp_slide_box {
	position:absolute;
	z-index: 999;
	top:0;
	right: -120%;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#2B2B2B;
	margin-top: 60px;
	transition: all 0.6s;
	}
	
	.sp_slide_box.panelactive{
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	}
	#sp_slide_box.panelactive #p_slide_box-p{
	/*ナビの数が増えた場合縦スクロール*/
	position: absolute;
	z-index: 999; 
	width: 100%;
	height: 100vh;/*表示する高さ*/
	overflow: auto;
	/*---webkit-overflow-scrolling: touch;--*/
	}
	
	.top_about_site .shop_login_btn {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	}
	
	.scroll_down_part {
	position: relative;
	z-index: 0;
	}
	
	.top_img_slid {
	background: url(https://image.raku-uru.jp/01/25985/37/top-image-sp_1703143217905.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 485px;
	position: relative;
	z-index: 0;
	}
	
	.top_about_site {
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	}
	
	.top_about_site p {
	padding:10px 0;
	}
	.top_shopping {
	display: flex;
	flex-direction:column;
	}
	.top_shopping p {
	padding:10px 10px;
	}
	.top_logo img {
	width: 30px;
	display: flex;
	align-items: center;
	}
	
	.site_info_box {
	height: 60px;
	background-color: rgba(43,43,43,0.6);
	}
	
	.openbtn{
	position:absolute;
	z-index: 9999;/*ボタンを最前面に*/
	top:7px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height:50px;
	}
	
	/*ボタン内側*/
	.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #FFF;
	width: 45%;
	}
	
	.openbtn span:nth-of-type(1) {
	top:15px;	
	}
	
	.openbtn span:nth-of-type(2) {
	top:23px;
	}
	
	.openbtn span:nth-of-type(3) {
	top:31px;
	}
	
	/*activeクラスが付与されると線が回転して×に*/
	
	.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
	}
	
	.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
	}
	
	.openbtn.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
	}
	}
	
	

@media screen and (max-width: 1000px) {

	#nav_pc li a {
		font-size: 13px;
	}

}

@media screen and (max-width: 840px) {

	header h1 a img{
		width: 200px;
		margin: 0 auto;
	}
	header .logo_area{
		padding: 20px 0;
	}
	header .head_link{
		display: none;
	}
	header .tel_box{
		min-width: 270px;
	    margin: 15px 0;
	}
	header .head_tel_box p span.number{
		font-size: 28px;
	}

	/* nav_sp */
	#nav_pc {
		display: none;
	}
	#nav_sp{
		display: block;
	}

}

@media screen and (max-width: 640px) {

	header .logo_area{
		padding: 15px 0;
	}

}

@media screen and (max-width: 550px) {

	header .tel_box {
		display: none;
	}

}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	width: 60px;
	height: 55px;
	background: #404040;
	border-radius: 5px;
	position: fixed;
	right: 25px;
	bottom: 50px;
	cursor: pointer;
	z-index: 999;
}
#pagetop img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#pagetop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {

	#pagetop{
		height: 55px;
		background: url(../img/common/pagetop.svg) #333;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}


/*-----------------------------------

	footer

-----------------------------------*/

footer {
	padding: 100px 0 20px;
	background: #D23E3A;
}

footer #footer_copy {
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}
/*---------Footer※共通なので完成後にcommonに入れる----------*/
.contents_inner footer {
	background-color:#D23E3A;
	
	}
	.footer-info-box {
	display: flex;
	justify-content: center;
	color:#FFF;
	margin-bottom: 70px;
	}
	
	.offical_btn {
	color:#FFF;
	border: 2px solid #FFF;
	padding: 18px 45px;
	}
	
	.footer_info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	}
	
	.shopping_info {
	display: flex;
	color:#FFF;
	font-size: 15px;
	}
	.site_info {
	display: flex;
	color:#FFF;
	}
	.footer_logo {
	display: flex;
	align-items: center;
	margin-right: 80px;
	}
	.footer_logo img {
	margin: 0 30px;	
	}
	
	.site_info p {
	padding: 0 22px 10px 0;
	}
	
	.shopping_info p {
	padding: 10px 22px 0 0;
	}
	
	.site_info p a {
	color:#FFF;
	}
	
	.shopping_info p a {
	color:#FFF;
	}
	
	.button-020 {
	position: absolute;
	bottom: 280px;
	right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	border: none;
	border-radius: 50%;
	background-color: #ffffff;
	color: #D23E3A;
	}
	
	@media screen and (max-width: 640px) {
	footer {
	padding:40px 0 20px;
	}
	.footer-info-box{
	display:flex;
	flex-direction:column;
	}
	.footer_info {
	display: flex;
	flex-direction: row;
	justify-content:center;
	}
	.shopping_info {
	display: flex;
	flex-direction:column;
	margin:15px;
	}
	.site_info {
	display: flex;
	flex-direction:column;
	margin:15px;
	}
	.site_info p {
	padding:10px 0;
	}
	
	.shopping_info p {
	padding:10px 0;
	}
	
	.offical_btn {
	padding: 10px 20px;
	text-align:center;
	}
	.button-020 {
	bottom: 60px;
	right: 25px;
	}
	.footer_logo {
	margin-right:0;
	justify-content: center;
	}
	.footer_logo img {
	margin:0 40px 0 0;	
	}
	}

