﻿
.head-menu {
	position: relative;
	width: 100%;
	height: 65px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.3%;
	/*filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));*/
	box-sizing: border-box;
	z-index: 10;
}

.logo-area {
	display: flex;
	justify-content: flex-start;
	width: auto;
	box-sizing: border-box;
	flex-shrink: 0;
}

.logo-area img {
	display: block;
	width: 100px;
	margin-right: 20px;
}

.back-button {
	display: block;
	width: 30px;
	margin-right: 20px;
}

.bt-area {
	display: flex;
	justify-content: space-between;
}

.bt-area a {
	display: block;
	color: #fff;
	text-indent: 0.1em;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.4em;
	padding: 12px 15px;
	margin-left: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.bt-area a:hover {
	background-color: #ccc;
}

@media (max-width:600px){
	
	.head-menu {
		padding: 0 3%  0 4%;
	}
	
	.logo-area img {
		width: 90px;
		margin-right: 15px;
	}
	
	.back-button {
		margin-right: 15px;
	}

	.bt-area a {
		display: inline-block;
		padding: 6px 10px;
		width: 90px;
		letter-spacing: 0.05em;
	}
}

@media (max-width:350px){
	
	.logo-area {
		display: none;
	}
	
}


.head-box {
	position: relative;
	width: 100%;
	padding-top: 2%;
	z-index: 1;
}

.head-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 30px);
	background-color: #fff;
	/*box-shadow: 0px 0px 10px 5px rgba(20,35,63,.1);*/
	z-index: -1;
}

.head-box-inner {
	width:94%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 4;
}

.head-box-pic {
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
	border: solid 5px #00a6d2;
	overflow: hidden;
	box-sizing: border-box;
}

.head-box-pic img {
	width: 25%;
}

.head-box-catch {
	width: 28%;
	/*background: #ccc;*/
	margin-right: 4%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.head-box-catch img {
	margin: 20% auto 3% auto;
}

.catch-logo {
	width: 30%;
	margin-top: 9%!important;
}

.catch-link {
	width: 94%;
	margin: auto auto 85px auto;
	display: flex;
	justify-content: space-between;
	
}

.catch-link a {
	width: 27%;
}

@media (max-width:600px){
	
	.head-box-inner {
		display: block;
	}
	
	.head-box-pic {
		width: 100%;
	}
	
	.head-box-pic img {
		width: 33.3333%;
	}
	
	.head-box-catch {
		width: 75%;
		margin: auto;
	}
	
	.catch-logo {
		width: 37%;
	}
	
	.head-box-catch img {
		margin: 13% auto 3% auto;
	}
	
}



/*
.head {
	width: 100%;
	height: 65px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.3%;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
	position: relative;
	z-index: 10;
}

.head-logo img {
	width: 200px;
	margin-top: 5px;
}

.head-cate {
	margin-top: 0.3em;
	font-style: italic;
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: 0.1em;

}

@media (max-width:600px){
	
	.head {
		padding: 0 3%;
	}
	
	.head-logo img {
		width: 150px;
	}
	
	.head-cate {
		font-size: 1.15em;
	}
	
}


.top-box {
	width:100%;
	background-color: #fff;
	text-align: center;
	background-image:url("../images/bg_top.jpg");
	background-position: center top -280px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 3% 0 4% 0;
}

@media (max-width:1600px){
	
	.top-box {
		background-position: center top -180px;
	}	
}

@media (max-width:1300px){
	
	.top-box {
		background-position: center top -100px;
	}	
}

@media (max-width:1000px){
	
	.top-box {
		background-position: center top -50px;
	}	
}

@media (max-width:600px){
	
	.top-box {
		background-position: center top -10px;
		padding: 3% 0 10% 0;
	}	
}

.top-box-inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.top-box-left {
	width: 65%;
	display: block;
}

.top-box-right {
	width: 35%;
	height: 100%;
	margin: 15% 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-logo-box {
	margin-right: 10%;
}

.top-logo-box img {
	width: 70%;
	min-width: 150px
}

.top-logo-box dd {
	font-size: 0.95em;
	font-weight: 600;
	margin: 1em 0 2em 0;
}

@media (max-width:800px){
	
	.top-box-left {
		width: 60%;
	}
	
	.top-logo-box dd {
		font-size: 0.9em;
	}
}

@media (max-width:600px){
	
	.top-box-inner {
		display: block!important;
	}
	
	.top-box-left {
		width: 100%;
	}
	
	.top-box-right {
		width: 100%;
		margin: auto;
		margin-top: 0;
	}
	
	.top-logo-box {
		margin-right: 0;
	}
	
	.top-logo-box img {
		width: 45%;
	}
	
	.top-logo-box dd {
		font-size: 1em;
	}
}


.bt-top {
    position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
	background-color: #fff;
	color: #262626!important;
    padding: 3px;
    text-align: center;
    outline: none; 
    transition: ease .2s;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0px  2px 5px 2px rgba(0,0,0,.1);
}

.bt-top p {
	width: 100%;
	height: 100%;
	padding: 15px 3em!important;
	border: solid 1px #eee;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.bt-top p i {
	color: #c89ee9;
}

@media (max-width:900px){
	
	#top-box {
		background-position: bottom right 20%;
	}
}

@media (max-width:600px){
	
	#top-box {
		background-position: bottom right;
	}
}

.logo-box {
	width:100%;
	height:400px;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #fff;
}

.logo-box img{
-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3));
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3));
}

.logo-case{
	width: 65%;
	margin-top: 3%;
	max-width: 380px;
	display: block;
}

.logo-case p{
	width: 100%;
	margin-bottom: 3%;
}

.logo-case dd {
	margin: auto;
	width: 75%!important;
}


.arrow-anime{
	opacity: 0;
	animation-name: fade-0ut;
	animation-duration: 2s;
	animation-delay: 0;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-0ut {
	 0% {opacity: 1; transform: scaleX(0) scaley(1);}
   50% {opacity: 1; transform: scaleX(1) scaley(1);}
   100% {opacity: 1; transform: scaleX(0) scaley(1);}
}

.entry-arrow{
	width: 15px;
	height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
	margin-bottom: 7px;
}

.top-date{
	width: 70%;
}

.top-sign{
	position: absolute;
	right: 13px;
	bottom: 13px;
	color: #fff;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

@media (max-width:600px){
	
	.top-sign{
	}
	
}

.logo-boost{
	text-align: left;
	display: flex;
	top: 13px;
	left: 13px;
	position: absolute;
}


.logo-boost img{
	height: 25px;
}

.bt-back{
	text-align: left;
	display: flex;
	top: 10px;
	left: 13px;
	position: absolute;
}

.bt-back img{
	height: 30px;
}


.logo-sns{
	text-align: left;
	display: flex;
	top: 13px;
	right: 13px;
	position: absolute;
}


.logo-sns img{
	height: 30px;
}

.top-dots {
	width: 100%;
	height:400px;
	display: inline-block;
	top: 0;
	left: 0;
	position:fixed;
	z-index: 0;
	background: rgba(0,0,0,.2);
	background-image:url("../images/dots.png");
}

.box-pic-dots {
	width: 100%;
	height:100%;
	display: inline-block;
	top: 0;
	left: 0;
	position:absolute;
	z-index: 0;
	background-image:url("../images/dots.png");
}



