@charset "utf-8";
/* CSS Document */

html, body, div, span, object,
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:100%;
    vertical-align:baseline;
    background:transparent;
}
li{
	list-style:none;
}

body {
    text-align:center;
	margin:0 auto;
    line-height:1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#000;
    letter-spacing:0.5px;
}

a:link,a:visited{
	text-decoration:none;
}

a:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.go_top {
	text-align:right;
	padding:0 3% 5%;
}
.go_top a{
	color:#666;
	font-size:90%;
}
	

/* PC/SP表示切替 */
.pc{
    display:block !important;
}
.sp{
    display:none !important;
}
.contimg_sp{
        display:none !important;
    }
/* ヘッダー */
.header{
	width:100%;
	height:500px;
	position:relative;
	}
.header_bg{
	width:100%;
	height:500px;
	object-fit: cover;
}
.header_logo{
	width:auto;
	height:auto;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	}
.header_comment {
    padding: 4% 0 4%;
    line-height: 1.8em;
}


/* フッター */
.footer_iframe iframe{
    mrgin:auto;
    background-color:#ffffff;
    width:100%;
    height:1300px;
}


/* イントロ */
.intro{
	overflow:hidden;
	max-width:960px;
	margin:48px auto 64px;
}
.intro_img{
    width: 50%;
    height: auto;
    float: left;
}
.intro_img img{
	width:94%;
	height:auto;
	max-width:400px;
	text-align:right;
	padding:0 3%;
}
.intro_comment{
	float:right;
	width:44%;
	padding:0 3%;
}
.intro_comment h3{
	font-size: 24px;
	line-height:1.5em;
    text-align: left;
    border-left: 9px solid;
    width: 100%;
	padding:1% 0 1% 5%;
}
.intro_comment p{
	text-align:left;
	padding:5% 0 0 0;
	line-height:1.8em;
	width:100%;
}

	
/* ナビゲーション */
.navi{
	max-width:960px;
	margin:0 auto 64px;
}
.navi li{
	clear:both;
	display:inline;
	}
.navi li img{
	padding:1% 3%;
}

/* コンテンツ */
.cont_title{
	padding:1% 0;
}
.cont_title img{
	margin:0 auto;
}
.cont_mv {
    width: 960px;
    margin: 0 auto;
}
.cont_img{
	width:100%;
	max-width:960px;
	padding:36px 0 8px;
}
.pickup{
	margin:56px auto;
}

.cont_text{
	line-height:1.5em;
	text-align: left;
}
.cont_list_1,.cont_list_2,.cont_list_3,.cont_list_4{
	max-width:960px;
	height:auto;
	overflow:hidden;
	text-align: center;
    margin: 0 auto;
}
.cont_list_1 ul li{
	width:40%;
	display:inline;
	float:left;
	padding:0 30% 8%;
}
.cont_list_2 ul li{
	width:34%;
	display:inline;
	float:left;
	padding:0 8% 8%;
}
.cont_list_3 ul li{
	width:25%;
	display:inline;
	float:left;
	padding:0 4% 8%;
}
.cont_list_4 ul li{
	width:21%;
	display:inline;
	float:left;
	padding:0 2% 8%;
}
.link{
	padding-bottom:72px;
}
.item_cacth{
	font-size:14px;
	color:#666;
	padding:8px 0;
}
.item_name{
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding:8px 0;
	line-height:1.2em;
}

.item_img{
	width:100%;
	border:1px solid #ccc;
}
.cont_youtube{
	width:700px;
	padding:36px 0 8px;
	margin:0 auto;
}
	


/* 画面サイズが768px以下のときに適応されるCSS */
@media screen and (max-width:767px) { 
	
	.header_logo {
    	width: 100%;
	}
	.intro {
    margin: 5% auto 5%;
	}

	.intro_img{
		width:100%;
		float:none;
	}
	.intro_comment{
		float:none;
		width:94%;
		padding: 5% 3% 0;
	}
	.navi {
    width: 90%;
    margin: 8% 5%;
	}
	.navi li img {
    	padding: 1% 0;
    	width: 23%;
	}
	.cont_title img {
    width: 100%;
	}
	.cont_mv {
    width: 100%;
    margin: 0;
	}
	.cont_img{
		padding-top:0;
		width:100%;
	}
	.pickup {
    	margin: 24px auto;
	}
	.cont_youtube{
	    width: 100%;
    	margin: 0;
		padding-top:0;
	}
	.cont_youtube iframe{
		width:100%;
		height:214px;
	}
	.cont_list_1 ul li{
		    width: 50%;
	    display: inline;
    	float: left;
    	padding: 0 24% 8%;
	}
	.cont_list_2 ul li,.cont_list_3 ul li,.cont_list_4 ul li{
	    width: 44%;
    	padding: 0 3% 8%;
	}
	.cont_text {
    font-size: 14px;
    padding: 0 5%;
	}
	.item_name {
    font-size: 14px;
	}
	.link{
	padding-bottom:48px;
	}
    .footer_iframe iframe{
        display:none;
    }



    /* PC/SP表示切替 */
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
		

    /* sp.cssより移植 */
    .ctgttl_common {
        text-align: left;
        position: absolute;
        /*top: 45px;*/
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background: rgba(255,255,255,1);
        height: 60px;
        overflow: hidden;
        padding: 0;
        font-weight:normal;
        border-bottom: 1px solid #e8e8e8;
    }
    .ctgttl_common > p {
        margin: 0;
        font-size:10px;
        color:#000;
    }
    .ctgttl_common > p a {
        display: block;
        padding: 10px;
        text-align: center;
        color:#000 !important;
        text-decoration:none;
    }
    div.ctgttl_common > a:visited {
        color:#000;
        text-decoration:none;
    }
    .ctgttl_common > p:nth-child(1) {
        padding: 4px 0 0 4px;
    }
    .ctgttl_common > p:nth-child(2) {
        position:absolute;
        z-index: 9999;
    }
    .ctgttl_common > font {
        position: fixed;
        top:60px;
        z-index: 9999;
    }
    .ctgttl_common > p:nth-child(2) a {
        float: inherit;
        margin: 0;
        width: 120px;
        height: 36px;
        padding: 0;
        text-indent: -9999px;
        background: url(https://www.rakuten.ne.jp/gold/look-it/parts/img/sp-menu/logo.gif) left center !important;
        background-size: cover !important;
    }
    .ctgttl_common > p:nth-child(3) {
        float: inherit;
        margin: 0;
        width: 126px;
        height: 42px;
        padding: 0;
        position: absolute;
        left: 124px;
        text-indent: -9999px;
        background: url(https://www.rakuten.ne.jp/gold/look-it/parts/img/sp-menu/tels.gif) left center !important;
        background-size: cover !important;
    }
}