@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
	PC
----------------------------------------------------*/

@media screen and (min-width: 768px) {

body {
  color: #000;
  font-family:"Noto Sans JP", sans-serif;
  position: relative;
}
#wrapper {
  min-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.sp {
  display: none;
}


/* ********** HEADER ********** */

header {
  width: 100%;
  height: 100px;
  background: #000;
  position: relative;
}
header h1 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
header h1 a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
header h1 img {
  width: 175px;
  height: auto;
}
header h1 a:hover {
  opacity: .7;
}
header nav ul {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  right: 300px;
  transform: translate(0, -50%);
  display: flex;
}
header nav ul li {
  padding: 0 10px;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
header nav ul li a:hover {
  opacity: .7;
}
header .btn {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
header .btn:before {
  width: 500px;
  height: 100px;
  content: "";
  background: linear-gradient(to right, #005bea, #00c7fb, #005bea);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: .3s;
}
header .btn:hover:before {
  right: -250px;
}
header .btn a {
  width: 250px;
  height: 100px;
  padding: 0 50px 0 50px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  position: relative;
}
header .btn a:after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 0 0 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
header .btn a:hover:after {
  transform: rotate(45deg) translate(5px,-5px);
}

/* ********** BREADCRUMBS ********** */

section .breadcrumbs {
  width: 100%;
  padding: 10px 30px;
  background: #e5e5e5;
}
section .breadcrumbs ul {
  font-size: 0;
}
section .breadcrumbs ul li {
  font-size: 12px;
  display: inline-block;
}
section .breadcrumbs ul li:after {
  content: ">";
  padding: 0 10px;
}
section .breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0;
}
section .breadcrumbs ul li a {
  color: #fff;
  text-decoration: underline;
}
section .breadcrumbs ul li a:hover {
  text-decoration: none;
}

/* ********** FOOTER ********** */

footer {
  width: 100%;
  padding: 40px 0;
  color: #fff;
  background: #000;
}
footer .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
footer h1 {
  margin: 0 0 80px 0;
}
footer h1 a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
  transition: .3s;
}
footer h1 a:hover {
  opacity: .7;
}
footer nav ul {
  margin: 0 0 40px 0;
  display: flex;
}
footer nav ul li {
  margin: 0 20px 0 0;
}
footer nav ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: .3s;
}
footer nav ul li a:hover {
  opacity: .7;
}
footer ul.sns {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
footer ul.sns li {
margin: 0 0 0 10px;
}
footer ul.sns li a img {
  transition: .3s;
}
footer ul.sns li a:hover img {
  opacity: .7;
}
footer .pagetop {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #0099ff;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
}
footer .pagetop:hover {
  opacity: .7;
}
footer .pagetop:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: 18px;
  transition: .3s;
}
footer .pagetop:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 18px;
  transition: .3s;
}
footer .pagetop:hover:before {
  top: 13px;
}
footer .pagetop:hover:after {
  top: 20px;
}
footer .copy {
  font-size: 12px;
}

}

/*----------------------------------------------------
	SP
----------------------------------------------------*/

@media screen and (max-width: 767px) {

body {
  color: #000;
  font-family:"Noto Sans JP", sans-serif;
}
#wrapper {
  overflow: hidden;
}
.pc {
display: none;
}

/* ********** HEADER ********** */

header {
  width: 100%;
  background: #000;
  position: relative;
}
header h1 {
  height: 80px;
  margin: 0 0 0 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
header h1 a {
  color: #fff;
  text-decoration: none;
}
header h1 img {
  width: 175px;
  height: auto;
}
header #menu {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  cursor: pointer;
  transition: .3s;
}
header #menu:hover {
  opacity: .8;
}
header #menu span {
  position: absolute;
  left: 20px;
  width: 40px;
  height: 3px;
  transition: .3s;
  background-color: #fff;
}
header #menu span:nth-child(1) {
  top: 25px;
}
header #menu span:nth-of-type(2) {
  top: 38px;
}
header #menu span:nth-of-type(3) {
  top: 51px;
}
header #menu.active span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  -moz-transform: translateY(13px) rotate(-45deg);
  -ms-transform: translateY(13px) rotate(-45deg);
  -o-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
header #menu.active span:nth-of-type(2) {
  opacity: 0;
}
header #menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  -moz-transform: translateY(-13px) rotate(45deg);
  -ms-transform: translateY(-13px) rotate(45deg);
  -o-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
header nav {
  width: 100%;
  background: #000;
  display: none;
}
header nav ul li {
  border-top: 1px solid #333;
  background: url(../images/top/block6_bd.jpg) no-repeat center top / 100% 1px;
}
header nav ul li a {
  padding: 12px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: block;
}
header .btn {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
}
header .btn:before {
  width: 200%;
  height: 80px;
  content: "";
  background: linear-gradient(to right, #005bea, #00c7fb, #005bea);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: .3s;
}
header .btn:hover:before {
  right: -100%;
}
header .btn a {
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  position: relative;
}
header .btn a:after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 0 0 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
header .btn a:hover:after {
  transform: rotate(45deg) translate(5px,-5px);
}

/* ********** SECTION ********** */

section {
  width: 100%;
}

/* ********** BREADCRUMBS ********** */

section .breadcrumbs {
  width: 100%;
  padding: 10px 20px;
  background: #e5e5e5;
}
section .breadcrumbs ul {
  font-size: 0;
}
section .breadcrumbs ul li {
  font-size: 10px;
  display: inline-block;
}
section .breadcrumbs ul li:after {
  content: ">";
  padding: 0 10px;
}
section .breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0;
}
section .breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
}
section .breadcrumbs ul li a:hover {
  text-decoration: underline;
}

/* ********** FOOTER ********** */

footer {
  width: 100%;
  padding: 20px 15px;
  color: #fff;
  background: #000;
}
footer .inner {
  position: relative;
}
footer h1 {
  margin: 0 0 20px 0;
}
footer h1 a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
}
footer nav ul {
  margin: 0 0 20px 0;
}
footer nav ul li {
  margin: 0 0 5px 0;
}
footer nav ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
footer ul.sns {
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 0;
}
footer ul.sns li {
margin: 0 0 0 10px;
}
footer ul.sns li a img {
  transition: .3s;
}
footer ul.sns li a:hover img {
  opacity: .7;
}
footer .pagetop {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #0099ff;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
}
footer .pagetop:hover {
  opacity: .7;
}
footer .pagetop:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: 18px;
  transition: .3s;
}
footer .pagetop:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 18px;
  transition: .3s;
}
footer .pagetop:hover:before {
  top: 13px;
}
footer .pagetop:hover:after {
  top: 20px;
}
footer .copy {
  font-size: 10px;
}

}
