/*
-----------------------------------------------------
◆◆自由販売機　スタイルシート◆◆
◇◇◇◇◇◇PC用定義◇◇◇◇◇◇
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
18/11/30：初版作成
-----------------------------------------------------
*/

/*◆◆◆BASE SETTING◆◆◆*/

.NoPC {
	display: none !important ;
}

body {
	min-width: 1280px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important ;
	font-weight: 500 !important;
}

.site {
	background-color:#ffffff;
}

.site-content-contain {
	text-align:center !important;
}
.wrap {
	max-width: 100% !important ;
	margin-left: 0 !important ;
	margin-right: 0 !important ;
	padding-left: 0 !important ;
	padding-right: 0 !important ;
}
.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top:none !important ;
}
.site-header,
.navigation-top {
	background-color:#e6f3ff;
	border-top:none;
	border-bottom:none;
	color:#fff;
}
.site-header {
	width:100%;
	height:120px;
	position:relative;
	/*position: fixed;*/
	background:url("assets/images/header_logo.png") no-repeat 10px 10px, #e6f3ff;
	background-size:100px 100px;
	z-index:98;
}
.panel-content .wrap {
	padding-bottom: 0;
	padding-top:0;
}
.site-footer {
	border-top:none;
}
.JH_Content {
	margin-top:-25px !important ;
	padding:10px 0px 10px 0px;
}
.JH_Wrap {
	width:1380px;
	margin:0px auto 0px auto;
	padding:20px 0px 20px 0px;
}

/*◆◆◆ナビオープンボタン◆◆◆*/

#panel-btn{
	display: inline-block;
	position:absolute;
	right:20px;
	top:0;
	width: 40px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	z-index:999;
	}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 20%;
	width: 24px;
	height: 3px;
	margin: 0 0 0 0;
	background: #000;
	transition: .2s;
	}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 3px;
	background: #000;
	transition: .3s;
	}
#panel-btn-icon:before{
	margin-top: -8px;
	}
#panel-btn-icon:after{
	margin-top: 4px;
	}

/*open時*/

#panel-btn .close{
	background: transparent;
	}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
	}
#panel-btn .close:before{
	background: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	}
#panel-btn .close:after{
	background: #000;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

header .nav {
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	width:100%;
	z-index:99;
	display:none;
	}
header .nav ul {
	list-style:none;
	background:rgba(255,255,255,0.9);
	}
header .nav li a {
	display:block;
	height:80px;
	background-image:url("assets/images/headnav.png");
	background-repeat:no-repeat;
	border-top:1px solid #7f8c9d;
	font-size:90%;
	text-align:center;
	text-indent:-999em;
	color:#000;
	}

header .nav li.Navi1 a { background-position: center 0px; background-size:250px 480px; }
header .nav li.Navi2 a { background-position: center -80px; background-size:250px 480px; }
header .nav li.Navi3 a { background-position: center -160px; background-size:250px 480px; }
header .nav li.Navi4 a { background-position: center -240px; background-size:250px 480px; }
header .nav li.Navi5 a { background-position: center -320px; background-size:250px 480px; }
header .nav li.Navi6 a { background-position: center -400px; background-size:250px 480px; }
header .nav li:last-child a { border-bottom:1px solid #7f8c9d; }
header .nav li a:hover { background-color:#fff; }

/*◆◆◆instagram◆◆◆*/

.site-header .Header_instagram a {
	content:"";
	display:block ;
	width:30px;
	height:30px;
	position:absolute;
	right:75px;
	top:18px;
	text-indent:-999em;
	z-index:98;
	background:url("assets/images/header_instagram_logo.png") no-repeat 0px 0px;
	background-size:30px 30px;
}

/*◆◆◆Go to top◆◆◆*/

#page-top {
	position:fixed;
	right:20px;
	bottom:20px;
	display: none;
	z-index:9999;
}
#page-top a {
	display:block;
	width:60px;
	height:60px;
	position: relative;
	padding:10px;
	background:#7f8c9d;
	border:1px solid #fff;
	border-radius: 2px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	color:#fff;
	line-height:100%;
}
#page-top a:before {
	display:block;
	font-family: FontAwesome;
	content: '\f106';
	font-size: 40px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page-top a:hover{
	background:#e9bb43;
	transition:all 0.3s;
}

/*◆◆◆スライダー部（slide-anything）カスタマイズ◆◆◆*/

.JH_Content .SlideBlock {
	width:1200px;
	margin:0px auto ;
}
.JH_Content .SlideContet {
	height:500px;
}
.SlideBlock {
	margin-bottom:0px;
}

.JH_Content .white .sa_owl_theme .owl-nav .owl-prev {
	background:url('../../plugins/slide-anything/images/icon_prev.png') no-repeat center center !important;
}
.JH_Content .white .sa_owl_theme .owl-nav .owl-next {
	background:url('../../plugins/slide-anything/images/icon_next.png') no-repeat center center !important;
}
.JH_Content .white .sa_owl_theme .owl-nav .owl-prev:hover,
.JH_Content .white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color:rgba(255,255,255,0.2) !important;
}
.JH_Content .SlideContet {
	margin:0px 50px 20px 50px;
	padding:25px;
	/*background:rgba(255, 255, 255, 0.25);*/
}

/*◆◆◆各部背景色指定◆◆◆*/

.JH_top {
	background-color:#ffffff;
}
.JH_topics {
	background-color:#194c91;
}
.JH_about,
.JH_collaboration,
.JH_feature,
.JH_contact {
	background-color:#e3e8eb;
}
.JH_character {
	background-color:#fff;
}
.JH_collaboration .JH_Wrap {
	background:#fff;
}
.JH_feature .JH_Wrap {
	background-color:#d1a3de;
}
.JH_contact .JH_Wrap {
	background-color:#7f8c9d;
}

/*◆◆◆テキスト設定◆◆◆*/

.JH_Content h2 {
	width:300px;
	height:24px;
	margin:75px 0px 20px 60px !important ;
	padding:0 0 0 0 ;
	text-indent:-999em;
	background-image:url("assets/images/title_h2.png");
	background-repeat:no-repeat;
}

.JH_topics h2 { background-position: 0px 0px; background-size:300px 174px; }
.JH_about h2 { background-position: 0px -25px; background-size:300px 174px; }
.JH_feature h2 { background-position: 0px -50px; background-size:300px 174px; }
.JH_contact h2 { background-position: 0px -75px; background-size:300px 174px; }
.JH_character h2 { background-position: 0px -100px; background-size:300px 174px; }
.JH_collaboration h2 { background-position: 0px -125px; background-size:300px 174px; }


.JH_Content h3 {
	margin:0px 0px 10px 60px !important ;
	padding:0 0 0 0 !important ;
	font-size:20px !important ;
	font-weight:bold !important ;
	line-height: 100% !important ;
	text-align: left;
}
.JH_Content h4 {
	margin:0px 0px 30px 60px !important ;
	padding:0 0 0 0 !important ;
	font-size:20px;
	line-height: 100% !important ;
	text-align: left;
}
.JH_Content p {
	margin:25px 0px 25px 0px !important ;
	font-size:16px;
}
.JH_Content p.Leadtext {
	margin:0px 60px 30px 60px !important ;
	font-size:18px !important;
	/*font-weight:bold !important ;*/
	text-align: left;
}
.JH_Content p.Leadtext span {
	font-size:16px;
}
.JH_Content .SlideContet h3 {
	margin:0px auto 20px auto !important ;
	color:#fff;
	text-align: center !important ;
}

/*◆◆◆TOP◆◆◆*/

.JH_top  {
	/*margin-top:-24px;*/
	margin-top:-104px;
	padding:0 0 0 0 !important;
	background:#fff;
}
.JH_top .JH_Wrap {
	padding-top: 0;
}
.JH_top h1 {
	margin:0 auto !important;
	padding:0 0 0 0 !important;
}
.JH_top h1 img {
	width:100%;
	height:auto;
	margin:0 auto !important;
}

/*◆◆◆TOPICS◆◆◆*/

.JH_Content .SlideBlock {
	margin-top:50px !important ;
	margin-bottom:50px !important ;
}
.JH_topics p {
	text-align: center;
	font-size: 15px;
	line-height: 180%;
	color:#fff;
}
.JH_topics p a:link,
.JH_topics p a:hover,
.JH_topics p a:visited {
	color:#fff !important ;
	box-shadow:none !important ;
	text-decoration: underline;
}
.JH_topics .SlideContet {
	height:auto !important ;
}

/*◆◆◆ABOUT◆◆◆*/

.JH_about .JH_Wrap {
	margin-bottom: 0;
	padding-bottom: 0;
}
.aboutBlock {
	display: flex;
	width:100%;
	margin:20px auto 0px auto;
}
.aboutBlock .aboutBox {
	width:33.3%;
	height:565px;
	position:relative;
	margin:0px 0px;
	padding:50px 0px;
	text-align:center;
	color:#fff;
}
.aboutBlock .aboutBox:after {
	content:"";
	display:block;
	width:140px;
	height:220px;
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
	margin:0px auto;
	background-image:url("assets/images/character_illust.png");
	background-repeat:no-repeat;
}
.aboutBox1 { background-color:#e9bb43; /*border-radius: 5px 0px 0px 5px;*/ }
.aboutBox2 { background-color:#59b1ba; }
.aboutBox3 { background-color:#c84146; /*border-radius: 0px 5px 5px 0px;*/ }

.aboutBox1:after { background-position: left top; background-size:420px 220px; }
.aboutBox2:after { background-position: -140px top; background-size:420px 220px; }
.aboutBox3:after { background-position: -280px top; background-size:420px 220px; }
.aboutBlock h4 {
	margin-left: auto  !important ;
	margin-right: auto  !important ;
	margin-bottom: 40px !important;
	text-align: center !important ;
	font-size: 20px !important ;
	color:#fff;
}
.aboutBlock p {
	font-size: 16px !important ;
}

/*◆◆◆COLLABORATION◆◆◆*/

.JH_collaboration {
	margin-bottom: 0;
	padding-bottom: 0;
}
.JH_collaboration .JH_Wrap {
	margin-bottom: 10px !important ;
	padding-bottom: 0;
}
.JH_collaboration h4 {
	font-size: 10px !important ;
}
.JH_collaboration p.Leadtext {
	font-size: 16px !important ;
}


/*◆◆◆FEATURE◆◆◆*/

.JH_feature .JH_Wrap {
	margin-bottom: 0;
}
.JH_feature h2 {
	margin-top:55px !important ;
}
.JH_feature h3,
.JH_feature h4,
.JH_feature p {
	color:#fff;
}
.JH_feature p.Leadtext {
	position:relative;
}
/*.JH_feature p.Leadtext:before {
	content:"";
	display:block;
	width:130px;
	height:184px;
	position:absolute;
	left:200px;
	bottom:0px;
	background-image:url("assets/images/character_illust.png");
	background-position: -520px top; background-size:910px 184px;
	background-repeat:no-repeat;
}
.JH_feature p.Leadtext:after {
	content:"";
	display:block;
	width:130px;
	height:184px;
	position:absolute;
	right:170px;
	bottom:0px;
	background-image:url("assets/images/character_illust.png");
	background-position: -390px top; background-size:910px 184px;
	background-repeat:no-repeat;
}*/

/*◆◆◆CONTACT◆◆◆*/

.JH_contact {
	padding-top:20px;
	padding-bottom:20px;
}
.JH_contact h2 {
	margin-top:55px !important ;
}

.JH_contact h3,
.JH_contact h4,
.JH_contact p {
	color:#fff;
}
.JH_contact p.Leadtext {
	position:relative;
}
/*.JH_contact p.Leadtext:before {
	content:"";
	display:block;
	width:130px;
	height:184px;
	position:absolute;
	left:200px;
	bottom:0px;
	background-image:url("assets/images/character_illust.png");
	background-position: -650px top; background-size:910px 184px;
	background-repeat:no-repeat;
}
.JH_contact p.Leadtext:after {
	content:"";
	display:block;
	width:130px;
	height:184px;
	position:absolute;
	right:170px;
	bottom:0px;
	background-image:url("assets/images/character_illust.png");
	background-position: -780px top; background-size:910px 184px;
	background-repeat:no-repeat;
}*/

.JH_contactBtn {
	display:block;
	width:500px;
	height:80px;
	margin:50px auto;
	background:#5b6778;
	border-radius: 10px;
	box-shadow:none !important ;
	line-height:80px;
	font-size:20px;
	color:#fff;
}
.JH_contactBtn:hover {
	background:#194c91;
	text-decoration:none;
	color:#fff !important ;
	box-shadow:none !important ;
}
.JH_contactBtn:before {
	display:inline-block;
	font-family: FontAwesome;
	content: '\f0e0';
	margin-right:10px;
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
}
.JH_contactAddress {
	display:block;
	width:500px;
	margin:50px auto;
	padding:15px 0px;
	background:#5b6778;
	border-radius: 10px;
	color:#fff;
}
.JH_contactAddress dt {
	margin:0 0 0 0 !important ;
	padding:10px;
	font-size:20px;
	}
.JH_contactAddress dd {
	margin:0 0 0 0 !important ;
	padding:0px 10px 10px 10px;
	font-size:40px;
	}
.JH_contactAddress dd a {
	color:#fff;
	box-shadow:none !important ;
	}
.JH_contactAddress dd a:hover {
	color:#fff;
	cursor: default;
	}
.JH_contactAddress dd a:before {
	display:inline-block;
	font-family: FontAwesome;
	content: '\f095';
	margin-right:10px;
	font-size: 40px;
	color: #fff;
	width: 25px;
	height: 25px;
	}

/*◆◆◆CHARACTER◆◆◆*/

.JH_character {
	padding-bottom:100px;
}
.JH_character .SlideBlock {
	width:900px;
}
.JH_character .SlideContet {
	height:360px;
}
.JH_character .SlideBlock img {
	width:214px;
	height:300px;
	margin-right: 20px;
	float:left ;
}
.JH_character h3 {
	line-height:150% !important ;
}
.JH_character p {
	/*color:#fff;*/
}
.JH_character p.Leadtext {
	text-align: center !important ;
	margin-left:auto !important ;
	margin-right:auto !important ;
}
.JH_character dl {
	margin-top: 30px;
	line-height: 180%;
	text-align: left;
}
.JH_character .SlideBlock dl dt {
	font-size:18px;
	margin-bottom:20px;
}
.JH_character .SlideBlock dl dd {
	font-size:14px;
}
.CharacterBlock {
	margin-top:150px;
}
