/* div.sidebox_ h2 {
    background:#8f989d;
    border-radius: 10px 10px 0 0;
}


div .new_arrival{
    padding-right:2em;
    }

div .new_arrival-title{
font-size: x-large;
font-family:"nicomoji";
padding-right:1em;
} */

/* トップページ本文-【新製品】 */
.new_arrival{
	width:832px;
	height:380px;
	background:black;
	display:flex;
	justify-content:space-between;
	margin:40px 0 20px;
}

.new_arrival .new_item{
	overflow: hidden;
	background:#000;
}


.new_arrival .new_item img{
	width:432px;
	height:380px;
	object-fit: cover;
}

/* イメージの拡大 */
.imgbox{
	transition-duration: 0.3s;
}
.imgbox:hover{
	transform:scale(1.12);
	transition-duration:0.3s;
	opacity:0.8;
}


.new_arrival .new_item_description{
	width: 400px;
	height: 380px;
	background:#ececec;
}

.new_item_description h2{
	width:320px;
	height:120px;
	margin:94px 40px 0 40px;
	color:#3B4043;
	font-size:24px;
	font-weight:bold;
	/* background:orange; */
}

.new_item_description p{
	width:320px;
	height:72px;
	margin:0 40px 0 40px;
	color:#3B4043;
	font-size:14px;
}

.new_item_description .icon-new_arrival{
	position: relative;
	top:-260px;
	left:40px;
	width:80px;
	height:24px;
	background:white;
	color:#004BB1;
	line-height: 24px;
	text-align:center;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	border: 2px solid #004BB1;
	border-radius:16px;
	font-family:'Hiragino Kaku Gothic ProN';
}

.main_middle{
	display:flex;
	/* justify-content: space-between; */
	margin-bottom:20px;
}

/* トップページ中央左【おすすめ01】 */
.recommend_01{
	width:480px;
	height:380px;
	background:black;
	display:flex;
	flex-direction: column;
	margin-right:20px;
}

.recommend_01 .recommend_01_item{
	overflow: hidden;
}

.recommend_01 .recommend_01_item img{
	width:480px;
	height:180px;
	object-fit: cover;
	margin:0;
}

.recommend_01 .recommend_01_description{
	width: 480px;
	height: 200px;
	background:#ececec;
}

.recommend_01_description h2{
	width:320px;
	height:30px;
	margin:30px 0 30px 40px;
	color:#3B4043;
	font-size:24px;
	font-weight:bold;
	/* background:orange; */
}

.recommend_01_description p{
	width:320px;
	height:60px;
	margin:0 0 80px 40px;
	color:#3B4043;
	font-size:14px;
	/* background:plum; */
}

.recommend_01_description .icon-recommend_01{
	position: relative;
	top:-395px;
	left:20px;
	width:80px;
	height:24px;
	background:#004BB1;
	color:white;
	line-height: 24px;
	text-align:center;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	border: 2px solid #004BB1;
	border-radius:16px;
	font-family:'Hiragino Kaku Gothic ProN';
}

/* トップページ中央右【おすすめ02】 */
.recommend_02{
	width:332px;
	height:380px;
	background:black;
	display:flex;
	flex-direction: column;
}

.recommend_02 .recommend_02_item{
	overflow: hidden;
}

.recommend_02 .recommend_02_item img{
	width:332px;
	height:240px;
	object-fit: cover;
	margin:0;
}

.recommend_02 .recommend_02_description{
	width: 332px;
	height: 140px;
	background:#ececec;
}

.recommend_02_description h2{
	width:332px;
	height:30px;
	margin:20px 0 10px 30px;
	color:#3B4043;
	font-size:24px;
	font-weight:bold;
}

.recommend_02_description p{
	width:280px;
	height:44px;
	margin:0 0 20px 30px;
	color:#3B4043;
	font-size:14px;
}

.recommend_02_description .icon-recommend_02{
	position: relative;
	top:-360px;
	left:20px;
	width:80px;
	height:24px;
	background:#3B4043;
	color:white;
	line-height: 24px;
	text-align:center;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	border: 2px solid #3B4043;
	border-radius:16px;
	font-family:'Hiragino Kaku Gothic ProN';
}


/* 製品一覧ここから（できれば特集をここに出したい） */
.feature_contents{
	width:100%;
	margin:40px 0;
	padding: 10px 0 20px;
	background:#ececec;
}

.feature_contents >h2{
	width:100px;
	height:30px;
	margin:10px auto ;
	text-align: center;
	font-weight: bold;
    font-size: 24px;
	background: linear-gradient(transparent 80%, #EFB63F 0%);
/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整*/
    padding: 0 2px 4px;
}

.feature_list{
	display:flex;
	flex-wrap: wrap;
	margin:-4px;
}

.feature_container{
	width:272px;
	height:450px;
	margin:20px 4px;
	background:#ffffff;
}

.feature_container img{
	width:272px;
	height:272px;
}

.feature_container h3{
	display:block;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}

.feature_container >p{
	text-align: left;
	font-size:12px;
	padding:0 16px;
}

.feature_container img:hover{
	opacity: 0.7;
}



.new_arrival_contents{
    display:flex;
}

.new_arrival_contents > .item-img{
    background: gray;
    width:50%;
}

.new_arrival_contents > .item-description{
    width:50%;
}

.os{
	font-weight: bold;
	font-size: 18px;
    color: #0168b7;
}

.os-name{
	font-weight: bold;
}

.welcome{
	font-size:20px;
	font-weight:bold;
	color:#c0c0c0;
}



/* スライダー下のバナー */
.products{
	display:flex;
	position: absolute;
    top: 0;
    left: 0;
}

.products_left{
	width:352px;
	height:72px;
}

.products_center{
	width:352px;
	height:72px;
	margin-left:12px;
}

.products_right{
	width:352px;
	height:72px;
	margin-left:12px;
}

.products_left:hover{
	opacity: 0.7;
}

.products_center:hover{
	opacity: 0.7;
}

.products_right:hover{
	opacity: 0.7;
}



/* 事業所一覧 */
.officeinformation{
	margin:20px 0;
}

.officeinformation:hover{
	opacity:0.7;
}


/* カンマガバナー */
.kanmaga_bunner {
	width: 200px;
	height: 380px;
	overflow: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
	background: url('/img/usr/top/kanmaga_back.jpg') repeat-y;
	background-position: center;
    /*画像のサイズを指定する*/
    background-size:  200px 380px;
     /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
    -webkit-animation: bgscroll 8s linear infinite;
    animation: bgscroll 8s linear infinite;
}

.kanmaga_bunner:hover{
	opacity: 0.7;
}

.kanmaga_bunner::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;}

.kanmaga_mikan{
	content: "";
	width: 200px;
	height: 380px;
	position: absolute;
	background: url('/img/usr/top/kanmaga_front.png') no-repeat;
	background-size:  200px 380px;
}

.kanmaga_mikan a{
	display:block;
	width: 200px;
	height: 380px;
}

@keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: 0 380px;}
}



@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}
/* ここまで */

/* カンナビバナー */
.kannavi{
	margin:20px 0;
}
.kannavi:hover{
	opacity: 0.7;
}

/* カタログバナー */
.webcatalog-bn:hover{
	margin:20px 0;
}
.webcatalog-bn:hover{
	opacity: 0.7;
}

/* デジタルカタログ */
.webcatalog{
	padding: 80px 0 40px;
}
.webcatalog_wrapper{
	width:920px;
	margin:0 auto;
}

.catalog_container{
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	margin: 40px 0;
}

.catalog_img{
	padding-left:8px;
}

.catalog_description{
	margin:0 auto;
	padding:40px;
}

.btn-white{
	color: #000;
	background-color: white;
	border:2px solid #d3d3d3;
	border-bottom: 5px solid #d3d3d3;
	border-radius:10px;
	font-size: x-large;
	text-align:center;
	margin-bottom:8px;
	width: 400px;
    height: 40px;
    line-height: 40px;
}

.catalog_category_cintainer{
	margin: 40px 0;
}
.catalog_category{
	display: flex;
	justify-content: space-between;
}

.category_type{
	padding-left:16px;
	font-size:20px;
}

.category_type a{
	color:#393939;
	font-weight:bold;
	text-decoration: none;
}

.category_type a:hover{
	opacity: 0.6;
}




/* 新製品TRS3030,3040 */
.new_arrival_container{
	list-style:none;
}

.new_arrival_container{
	background: #000;
	color:#ffffff;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.nac-container{
	margin:0 auto;
}

.nac-title{
	text-align:center;
}
.nac-top{
	width:100%;
	margin:0 auto;
}

.nac-trs{
	text-align:center;
	margin:-8px auto;
}

.new_arrival_feature{
	padding:20px 120px;
}
.na-feature{
	font-weight:bold;
	font-size:32px;
}

.na-feature-title{
	font-size: 48px;
    padding: 100px 0 20px;
    text-align: center;
}

.na-feature-description{
	width: 600px;
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 32px;
}

.na-feature-img{
	width:400px;
	height:auto;
}

.na-imgbox{
	display:flex;
	justify-content: space-between;
}

.na-monitor-description{
	width: 600px;
    margin: 0 auto;
    font-size: 20px;
	padding:0 0 20px 20px;
}

.btn-aquamarine{
	background-color: #50bdbe;
	border-bottom: 5px solid #47aaac;
	font-size: 18px;
	color:white;
	width:250px;
	height:40px;
	line-height:40px;
	border-radius: 4px;
	text-align:center;
	font-weight:bold;
	margin:20px 0 10px auto;
}

.btn-aquamarine :hover{
	opacity:0.5 ;
}

.btn-aquamarine a{
	display:block;
	height:40px;
	text-decoration: none;
	color:white;
}

.to_detailtitle{
	font-size:24px;
}

.to_detail{
	padding:10px 40px;
}

.dvd{
	font-weight:bold;
	margin:10px;
}



/* ここからデモンストレーションのページ */

.demonstration_container{
	color:#393939;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 60px;
}

.demo-container{
	margin:50px auto;
	padding-top:20px;
}

.demo-title{
	text-align:center;
	font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 60px 0;
}
.demo-top{
	width:100%;
	margin:0 auto;
}

.demo-trs{
	width:1080px;
	height:auto;
	margin:-8px auto;
}

.demonstration_feature{
	padding: 60px 120px;
}
.demo-feature{
	font-weight:bold;
	font-size:36px;
}

.demo-feature-title{
	font-size: 34px;
    text-align: center;
    background: linear-gradient(transparent 60%, #fff799 0%);
    display: inline;
    padding: 0 0 16px;
    margin: 0 auto;
    display: block;
    width: 700px;
}

.demo-feature-description{
	width: 700px;
    margin: 20px auto;
    font-size: 20px;
	line-height: 28px;
    padding-bottom: 32px;
}

.demo-feature-img{
	width:400px;
	height:auto;
}

.demo-imgbox{
	display:flex;
	justify-content: space-between;
}

.demo-monitor-description{
	width: 600px;
    margin: 0 auto;
    font-size: 20px;
	padding:0 0 20px 20px;
}

.btn-demorine{
	background-color: #50bdbe;
    border-bottom: 5px solid #47aaac;
    font-size: 22px;
    color: white;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
}

.btn-demorine:hover{
	opacity:0.5 ;
}

.btn-demorine a{
	display:block;
	height:40px;
	text-decoration: none;
	color:white;
}

.to_demoform{
	font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 16px;
}

.to_formdemo{
	padding:10px 40px;
}

.demodemo{
	margin:0 atuo;
}

.demonstration_inquiry{
	padding:10px 120px;
}

/* クーポンキャンペーン */
.CPnstration_container{
	color:#393939;
	padding-top: 60px;
    margin:0 auto;
    text-align:center;
}

.CP-container{
	margin:50px auto;
	padding-top:20px;
}

.CP-title{
	text-align:center;
	font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 20px 0;
}
.CP-top{
	width:100%;
}

.CP-trs{
	width:1080px;
	height:auto;
	margin:-8px auto;
}

.CPnstration_feature{
	padding: 60px 120px;
}
.CP-feature{
	font-weight:bold;
	font-size:36px;
}

.CP-feature-title{
	font-size: 32px;
	line-height: 40px;
    text-align: center;
    background: linear-gradient(transparent 70%, #fff799 0%);
    display: inline;
    padding: 0 0 16px;
    margin: 0 auto;
    display: block;
    width: 700px;
}

.CP-feature-description{
	width: 700px;
    margin: 20px auto;
    font-size: 20px;
	line-height: 40px;
    padding-bottom: 32px;
    text-align:left;
}

.CP-feature-img{
	width:400px;
	height:auto;
}

.CP-imgbox{
	display:flex;
	justify-content: space-between;
}

.CP-monitor-description{
	width: 600px;
    margin: 0 auto;
    font-size: 20px;
	padding:0 0 20px 20px;
}

.btn-CPrine{
	background-color: #50bdbe;
    border-bottom: 5px solid #47aaac;
    font-size: 26px;
    color: white;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    padding:20px;
}

.btn-CPrine:hover{
	opacity:0.5 ;
}

.btn-CPrine a{
	display:block;
	height:40px;
	text-decoration: none;
	color:white;
}

.to_CPform{
	font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 16px;
}

.to_formCP{
	padding:10px 40px;
}

.CPCP{
	margin:0 atuo;
}

.CPnstration_inquiry{
	padding:10px 120px;
}

.CP-img{
    background:#50bdbe;
    padding:40px 20px;
}

.CP-footer{
    background:#50bdbe;
    height:100px;
}
/* クーポンキャンペーンここまで */


/* スプリングキャンペーン */
.sps-feature-title{
	font-size: 32px;
	line-height: 40px;
    text-align: center;
    background: linear-gradient(transparent 70%, #f19ec2 0%);
    display: inline;
    padding: 0 0 16px;
    margin: 0 auto;
    display: block;
    width: 700px;
}

.btn-sps{
	background-color: #7ecef4;
    border-bottom: 5px solid #3488af;
    font-size: 26px;
    color: white;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    padding:20px;
}

.btn-sps:hover{
	opacity:0.5 ;
}

.btn-sps a{
	display:block;
	height:40px;
	text-decoration: none;
	color:white;
}

@media screen and(min-width:768px){
	.br-sp{display:block}
}

@media screen and (max-width: 767px) {
	.br-sp{display:none}
}

/* スプリングキャンペーンここまで */




/* トップページ（ゲスト）のフローティングボタン */

/* タテ */
.floating-info{
	background: #0168b7;
    text-align: left;
	writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    width: 56px;
    height: 176px;
    border-radius: 10px 0 0 10px;
    position: fixed;
    bottom: 100px;
    right: 0;
	padding:8px;
	font-size:15px;
	font-weight:bold;
	z-index: 9990;
}

.floating-info a{
	color:white;
	padding:8px 0;
}

.floating-info a:hover{
	opacity: 0.5;
	text-decoration: none;
}

/* マル */
/* .floating-info2{
	background: #ee3841;
    text-align: center;
    display: flex;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 100px;
	padding:8px;
	font-size:14px;
	font-weight:bold;
	z-index: 9990;
}

.floating-info2 a{
	color:white;
}

.floating-info2 a:hover{
	opacity: 0.5;
	text-decoration: none;
} */
/* フローティングボタンここまで */


/* ここからカレンダー一覧 */
.calender_container{
    display:flex;
    flex-wrap:wrap;
    margin:10px;
	padding: 10px 20px;
}

.calender_contents{
    width:20em;
    margin-top: 10px;
}
.calender_box{
    border:0;
    padding:2;
    border-spacing:1;
    width:16em;
    background:#CCCCCC;
    margin:10px;
}

.calender_month{
    background:#ffffff;
    text-align:center;
}

.calender_week{
    background:#cccccc;
    text-align:center;
}

.clndr_m{
	border: solid 1px #cccccc;
	color:#666666;
}

.clndr_wday{
	border: solid 1px #cccccc;
}

.clndr_holiday{
    background:#ffe6e6;
	border: solid 1px #cccccc;
	color:#ee3841;
}

.clndr_day{
	border: solid 1px #cccccc;
}

/* 一覧カレンダーここまで */




/* 下取りキャンペーンここから */
.CP_container{
	color:#393939;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 60px;
    margin:0 auto;
    text-align:center;
}

/* .CP_container{
	margin:50px auto;
	padding-top:20px;
} */

.CP-title{
	text-align:center;
	font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 20px 0;
}
.CP-top{
	width:100%;
}



.CPnstration_feature{
	padding: 60px 120px;
}
/* .CP-feature{
	font-weight:bold;
	font-size:36px;
} */

.CP-feature-title{
	font-size: 32px;
    color:#606060;
    text-align: center;
    background: linear-gradient(transparent 70%, #fff799 0%);
    display: inline;
    padding: 0 0 16px;
    margin: 0 auto;
    display: block;
    width: 700px;
}

.CP-feature-description{
    color:#606060;
	width: 700px;
    margin: 20px auto;
    font-size: 20px;
	line-height: 40px;
    padding-bottom: 32px;
    text-align:left;
}

.CP-feature-img{
	width:400px;
	height:auto;
}

.CP-imgbox{
	display:flex;
	justify-content: space-between;
}

.CP-monitor-description{
	width: 600px;
    margin: 0 auto;
    font-size: 20px;
	padding:0 0 20px 20px;
}

.btn-trade_flow{
	background-color: #f8b62d;
    border-bottom: 5px solid #eca10b;
    font-size: 26px;
    color: white;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    margin: 40px auto;
    padding:20px;
}

.btn-trade_flow:hover{
	opacity:0.5 ;
}

.btn-trade_flow a{
	display:block;
	height:40px;
	text-decoration: none;
	color:white;
}

.to_CPform{
	font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 16px;
}

.to_formCP{
	padding:10px 40px;
}

.CPCP{
	margin:0 atuo;
}

.CPnstration_inquiry{
	padding:10px 120px;
}

.CP-img{
    background:rgb(245, 210, 165);
    padding:40px 20px;
}

.CP-footer{
    background:rgb(245, 210, 165);
    height:100px;
}


.feature_sub_container{
    background: #FFFFE0;
    padding:1rem;
	margin-bottom: 3rem;
}

.feature_sub_container2{
    background: #eeeeee;
    padding:1rem;
}

.feature_subj_title{
    color:#606060;
    font-size:2rem;
    font-weight:bold;
	margin: 30px 0;
	text-align: center;
}

.feature_subj{
    max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    background: #FFFFE0;
}

.feature_subj2{
    max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    background: #eeeeee;
	text-align:center;
}

.feature_subj >li{
    padding:0 20px;
}

.trade_flow >img{
    padding:0 10px;
    width:100%;
}

.flow_desc{
    background: #eeeeee;
    padding:40px 0;
}

.flow_desc >h3{
    text-align: center;
}

.flow_desc_container{
    /* width:1080px; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* line-height:120px; */
    margin:0 auto;
}

.tradeFAQ_container{
    margin: 10rem 0;
}
.flow_desc_title{
    background: #EE3841;
    color:#ffffff;
    font-size:large;
    font-weight:bold;
    width:20vw;
    height:120px;
    line-height:120px;
    text-align: center;
}


.flow_desc_desc{
    background: #ffffff;
    width:60vw;
    height:120px;
    padding:0 1rem;
	margin-right: 1rem;
}

.flow_desc_desc >P{
    padding-top:28px;
}

.red_triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 40px 0 40px;
    border-color: #EE3841 transparent transparent transparent;
    margin:20px auto;    
}


.tradeFAQtitle{
    background: #90C320;
    color:#ffffff;
    font-size: 1.2rem;
    font-weight:bold;
    width: 96%;
    max-width: 900px;;
    margin:0 auto;
    padding:20px;
}
/*アコーディオン全体*/
.tradeFAQ_accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.tradeFAQ_accordion-area li{
    margin: 10px 0;
}

.tradeFAQ_accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.tradeFAQ_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 1% 1% 1% 50px;
    transition: all .5s ease;
	text-align:left;
}

/*アイコンの＋と×*/
.tradeFAQ_title::before,
.tradeFAQ_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.tradeFAQ_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.tradeFAQ_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.tradeFAQ_title.close::before{
  transform: rotate(45deg);
}

.tradeFAQ_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    margin:0 1% 1% 3%;
    padding: 3%;
	text-align: left;
}

/*========= レイアウトのためのCSS ===============*/


/* 下取りキャンペーンここまで */

/* オレンジボタン */
.orbtn-wrap {
    margin-bottom: 20px;
    padding: 30px 10px;
    text-align: right;
}
a.orbtn--orange {
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
  }
  a.orbtn--orange:hover {
    margin-top: 3px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
  }
  a.orbtn--shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  }

  .orbtn, a.orbtn, button.orbtn {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #ffffff;
    border-radius: 2rem;
}
/* オレンジボタンここまで */

/* ゴールドボタン */
.gdbtn-wrap {
    margin-bottom: 20px;
    padding: 30px 10px;
    text-align: center;
}
a.gdbtn--gold {
    background-color: #daa520;
    border-bottom: 5px solid #b8860b;
  }
  a.gdbtn--gold:hover {
    margin-top: 3px;
    color: #fff;
    background: #ecb323;
    border-bottom: 2px solid #b8860b;
  }
  a.gdbtn--shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  }

  .gdbtn, a.gdbtn, button.gdbtn {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #ffffff;
    border-radius: 1rem;
}
/* ゴールドボタンここまで */

/* みかんちゃん準備中 */
.mikanchan {
    width: 1000px;
    height:1000px;
	margin-top:100px;
    background-image: url(/img/usr/mikan_normal.jpg);
    background-repeat: no-repeat;
}

.mikanchan.change {
background-image: url(/img/usr/mikan_smile.jpg);
}
/* 準備中ここまで */

.roc-sign a{
    text-decoration: none;
    color:#fff;
}

.roc-sign:hover {
    opacity: 0.8;}