@charset "UTF-8";
/* CSS Document */
/* =========================================================
街ガチャCSS
=============================================================*/

/* =========================================================
header
========================================================= */
/*サイトナビ(該当ページのアイコンの色を上書き)
-------------------------------------------------- */
.nav ul li.gacha a::before{
	content: "";
	background-image: url("../../../common/images/gacha_icon_r.svg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	width: 76px;
    display: block;
	text-align: center;
	margin: 0.3em auto;
}
.nav ul li.gacha a {
    color: #DD3333;
}
.nav ul li.gacha a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 40px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #DD3333;
}
/* 打ち消し用 */
.nav ul li.feature a::before {
    content: "";
    background-image: url(../../../common/images/feature_icon.svg);
}
.nav ul li.feature a {
    color: #333;
}
.nav ul li.feature a::after {
    display: none;
}
/*サイトナビ(該当ページのアイコンの色を上書き)(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.nav ul li.feature a::before,.nav ul li.gacha a::after{
	display: none;
}
.nav ul li.gacha a {
    color: #333;
}
.nav ul li.gacha a::before{
	display: none;
}
}
/* =========================================================
main
========================================================= */
/*トップページの見出し　共通スタイル
-------------------------------------------------- */
.content_wrap .feature_title {
    display: block;
	width: 100%;
    height: 600px;
	background: url("images/feature_title_img.jpg") no-repeat left center;
	background-repeat: no-repeat,no-repeat;
	background-size: 1600px auto,cover;
	background-position: center center;
	outline:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.content_wrap img{
	width: 100%;
/*	height: auto;*/
}
.flex{
	display: flex;
}

/*トップページの見出し　共通スタイル(スマホ)
-------------------------------------------------- */
@media screen and (max-width:800px){
.content_wrap .feature_title{
	background: url("images/feature_title_img_sp.jpg") no-repeat left center;
    background-size: auto;
    background-size: 100% auto;
    padding-top: 85.71428%;
	height: 0;
}
}
.more_btn p{
    background-color: #972C46;
}


/*トップページの見出し　共通スタイル
-------------------------------------------------- */
.content_box h3{
	font-size: 3.143em;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	margin-bottom: 0.682em;
}
.content_box h4{
	font-size: 2.857em;
}
.content_box h5{
	font-size:1.35em;
	text-align: left;
	line-height: 1.8em;
	margin: 0;
}



/*街ガチャとは？
-------------------------------------------------- */
.gacha_about{
    display: flex;
	justify-content: space-around;
	max-width: 800px;
	margin: 3em auto;
    border: none;    
}
.gacha_about div{
    width: calc(100%/2);
    vertical-align: middle; 
}
.gacha_about p img{
    margin: 10px 0 0 0;
    padding: 0;
    width: 90%;
    height: auto;
}
.gacha_aboutImg{
    margin: 0;
    padding: 0;
    width: 100%;
}
.gacha_aboutTxt h2{
    margin: 0 0 0 20px;
    padding: 0 0 10px 0;    
    font-size: 28px;
    color:#10A5ED;
    text-align: left;
    border: none!important;
}
.gacha_aboutTxt p{
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 18px;    
    line-height: 1.5;
    text-align: left;
    border: none;    
}

/*ラインナップ一覧 各キーホルダー(スマホ)
-------------------------------------------------- */
@media screen and (max-width:600px){
   .gacha_about{
    display: block;
	max-width: 600px;
    }
    .gacha_about div{
        width: 100%;
    }
    .gacha_about img{
        width: 80%;
        margin: 0 40px;
    }
}

/*見出し　ラインナップ一覧・キーホルダー紹介
-------------------------------------------------- */
.content h2{
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid #10A5ED;
}
/*ラインナップ一覧
-------------------------------------------------- */
.lineup_box{
	display: flex;
	justify-content: center;	
}
.lineup_text{
    padding: 3px 10px;
    width: 200px;
    border: 2px dotted #10A5ED;
}
.lineup_text p{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.page-transition.first{
	width: 200px;
	background-color: #F88F6E;
	margin-left: 1em;
	padding: 3px 10px;
}
.page-transition p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
@media screen and (max-width:600px){
	.lineup_box{
	display: block;
}
	.lineup_text{
    margin: 0 auto;
	}
	.page-transition.first{
		 margin: 1em auto 0 auto;
	}
}

/*ラインナップ一覧 各キーホルダー
-------------------------------------------------- */
.lineup_ichiran{
	max-width: 1300px;
	margin: 3em auto;
}

.lineup_ichiran .key_Mitem ul{
    display: flex;
    flex-wrap: wrap;
    list-style:none;
    margin: 0 auto;
    justify-content: center;
}
.lineup_ichiran .key_Mitem li {
    width: calc(96%/5);
    height: auto;
    margin: 3px;
}
.lineup_ichiran .key_Mitem　li a{
    display: block;
    width: 100%;
    height: 100%;    
}
.lineup_ichiran .key_Mitem　li a:hover,
.lineup_ichiran .key_Mitem　li a:focus{
	opacity: 0.8;
	ransition: 0.3s ease 0s;
    border: 5px solid #000;
}
.lineup_ichiran .key_Mitem .bkColor_B{
        background-color:#d7f3f7;
}
.lineup_ichiran .key_Mitem .bkColor_Y{
        background-color:#fdf2cd;
}

.lineup_ichiran .key_Mimage{
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
    border-radius: 10px;
}
.lineup_ichiran .key_Mimage img{
	width: 100%;
	height: auto;
    vertical-align: middle
}


/*ラインナップ一覧 各キーホルダー(スマホ)
-------------------------------------------------- */
@media screen and (max-width:600px){
   .lineup_ichiran .key_Mitem li {
    width: calc(95%/2);
    height: auto;
    margin: 3px 2px 3px 4px;
    } 
}

/*キーホルダー紹介
-------------------------------------------------- */

.gacha_keyShyoukai{
	max-width: 1300px;
	margin: 3em auto;
}
.keyShyoukai{
    display: flex;
	justify-content: space-around;
    margin: 40px auto;    
    padding: 0;
	max-width: 1300px;
    height: auto;
}
.keyShyoukai .key_item{
    width: calc(100%/2);
    height: 100%;
	position: relative;
    margin: 0;
    padding: 0 20px;
}
.keyShyoukai .key_image{
	width: 100%;
	height: 100%;    
    background-image: url("images/gacha2_key_img001.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 20em 0em 20em 2em;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
.keyShyoukai .key_item .item01{
    background-image: url("images/gacha2_key_img001.png");
}
.keyShyoukai .key_item .item02{
    background-image: url("images/gacha2_key_img002.png");
}
.keyShyoukai .key_item .item03{
    background-image: url("images/gacha2_key_img003.png");    
}
.keyShyoukai .key_item .item04{
    background-image: url("images/gacha2_key_img004.png");        
}
.keyShyoukai .key_item .item05{
    background-image: url("images/gacha2_key_img005.png");            
}
.keyShyoukai .key_item .item06{
    background-image: url("images/gacha2_key_img006.png");            
}
.keyShyoukai .key_item .item07{
    background-image: url("images/gacha2_key_img007.png");                
}
.keyShyoukai .key_item .item08{
    background-image: url("images/gacha2_key_img008.png");                
}
.keyShyoukai .key_item .item09{
    background-image: url("images/gacha2_key_img009.png");                
}
.keyShyoukai .key_item .item10{
    background-image: url("images/gacha2_key_img010.png");                
}

.key_itemTxt{
    position: relative;
    top:220px;
    /* left:270px; */
    right: -50%;
    margin: 0;
    padding: 0;
    width: 43%;
    max-width: 285px;
    line-height: 1.7;
}
.key_itemTxt h6{
    font-size:18px;
    font-weight: 400;
    color:#673C21;
}
.key_itemTxt h5{
    font-size:26px;
    font-weight: 400;
    text-align: center;
    color:#673C21;    
}
.key_itemTxt p{
    font-size:16px;
}


/*キーホルダー紹介 (スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
    .keyShyoukai{
        display: flex;
        justify-content: space-around;
        margin: 40px auto;    
        padding: 0;
        width: 100%;
        height: auto;
    }
    .keyShyoukai .key_item{
        width: calc(100%/2);
        height: 100%;
        position: relative;
    }
}
@media screen and (max-width:999px){
    .keyShyoukai{
        display: block;
        justify-content: space-around;
        margin: 0 auto;    
        padding: 0;
        width: 100%;
        height: auto;        
    }
    .keyShyoukai .key_item{
        margin: 30px 0;
        padding: 0;
        width: 100%;
   }
    .keyShyoukai .key_image{
        width: 100%;
	    height: 100%;    
    	position: relative;
        padding: 20em 0em 0 2em;
        box-sizing: border-box;
        z-index: 9;        
    }
    .keyShyoukai .key_item .item01,
    .keyShyoukai .key_item .item02,
    .keyShyoukai .key_item .item03,
    .keyShyoukai .key_item .item04,
    .keyShyoukai .key_item .item05,
    .keyShyoukai .key_item .item06,
    .keyShyoukai .key_item .item07,
    .keyShyoukai .key_item .item08,
    .keyShyoukai .key_item .item09,
    .keyShyoukai .key_item .item10{
        background-size: contain;
        background-position: top center;
    }
    .key_itemTxt{
        position: relative;
        top:0;
        right: -48%;
        width: 44%;
        margin-bottom: 3em;
    }
    .key_itemTxt h6{
        font-size:20px;
        line-height: 1.3;
    }
    .key_itemTxt h5{
        font-size:26px;
        line-height: 1.3;
    }
    .key_itemTxt p{
        font-size:16px;
        line-height: 1.3;
    }
}
@media screen and (max-width:999px){
    .keyShyoukai div.key_item{
        margin-top: 0; 
        padding: 0;
        width: 100%;
        height: auto;
   }
    .key_item div.more_btn{
        margin:  0 auto;
        padding: 0;
    }
}
/*キーホルダー紹介　エリア・スポットへのボタン
-------------------------------------------------- */
.key_item .more_btn{
	margin: 0;
    padding: 0;
}
.key_item .more_btn p{
	margin-top: 10px;
    width: 100%;
	background-color: #10A5ED;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
	border-radius: 5px;
    font-size:18px;
}
.key_item .more_btn p.icon01_btn a{
    background-image: url("images/icon01.svg");
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: right 10px center;
}
.key_item .more_btn p.icon02_btn a{
    background-image: url("images/icon02.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;    
}
@media screen and (max-width:999px){
    .key_item .more_btn{
        margin: 0;
        padding: 0;
    }
    .key_item .more_btn p{
        width: 95%;
        line-height: 1.3;
    }
    .key_item .more_btn p.icon01_btn a{
	    background-size: 18px 18px;
    }
    .key_item .more_btn p.icon02_btn a{
        background-size: 18px 18px; 
    }
}
@media screen and (max-width:999px){
    .key_item .more_btn p{
        font-size:18px;
    }
}
    
/*お問い合わせ先
-------------------------------------------------- */
.contactUs_txtbox{
    margin: 60px auto;
    padding: 50px;
    width: 450px;
    text-align: center;
    background-color: #F5E3C9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
}
.contactUs_txtbox h4{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
.contactUs_txtbox h5{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;    
}
.contactUs_txtbox p{
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}
.contactUs_txtbox p.telUrl{
    margin-top: 10px;
    padding: 0;
}

/*お問い合わせ先 (スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
    .contactUs_txtbox{
        margin: 60px auto;
        padding: 20px 10px;
        width: 90%;
    }
    .contactUs_txtbox p.telUrl{
        text-align: center;
    }
    .contactUs_txtbox p.comment{
        font-size: 14px;
        text-align: center;
    }       
}


/*街ガチャ設置場所はこちらボタン・特集一覧に戻るボタン
-------------------------------------------------- */
.gacha_btn,
.back_btn{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 20px;
}
.gacha_btn p{
	background-color: #DF7D89;
	border-radius: 5px;
}
.back_btn p{
	background-color: #FFF393;
	border-radius: 5px;
}
.gacha_btn a,
.back_btn a{
	width: 100%;
	padding: 1.3em 1em;
	display: block;
	text-decoration: none;
	background-image: url(../images/back_arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px 20px;
	background-position: right 10px center;
	text-align: center;
	transition: opacity 0.3s ease 0s;
	box-sizing: border-box;
}
.gacha_btn a{
    	color:#fff;
}
.back_btn a{
    	color:#673C21;
}
.gacha_btn p:hover,
.back_btn p:hover{
	opacity: 0.8;
	ransition: 0.3s ease 0s;
}

/*moreボタン
-------------------------------------------------- */
.more_btn{
	text-align: center;
/*	margin: 0 auto;*/
}
.more_btn p{
	background-color: #EE7788;
	border-radius: 5px;
	max-width: 500px;
	margin: 0 auto;
	background-image: url(../images/back_arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px 20px;
	background-position: right 10px center;
	transition: 0.3s ease 0s;
	
}
.more_btn a{
	width: 100%;
	padding: 1em 1.7em;
	color:#fff;
	display: block;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.3s ease 0s;
	box-sizing: border-box;
	font-size: 1em;
}
.more_btn p:hover{
	opacity: 0.8;
	ransition: 0.3s ease 0s;
}

/*moreボタン(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
}
/* =========================================================
フッター
========================================================= */
/*snsアイコン
-------------------------------------------------- */
.sns_share {
	background-color: #fff;
	padding-bottom: 3em;
}
ul.icomoon-defualt2 {
	display: flex;
	padding-left: 0px;
	max-width: 256px;
	margin: 0 auto;
	justify-content: space-between;
}
.icomoon-defualt2 li{
	margin: 0 1.1em;
	max-width: 51px;
}

/*footer_inner
-------------------------------------------------- */
.footer{
	max-width: 1600px;
	box-sizing: border-box;
	margin: 0em auto;
	background-color: #F9F6F0;
}
footer .footer_inner{
	padding: 2.5em  4.1% 0.529em;
	display: flex;
	justify-content: space-between;
	background-color: #F9F6F0;
	position: relative;
	margin: 0 auto;
}
p.company{
	font-size: 1.714em;
}
p.add{
	font-size: 1.143em;
	font-style:normal;
}


















