@charset "utf-8";

html {
	overflow: auto;
}
body {
	overflow: hidden;
}
#wrap{
	margin:0 auto;
	width:100%;
	min-width: 320px;
	position: relative;
}
.header {
	padding: 10px 5% 12px;
    position: fixed;
    top: 0;
    left: 0; 
    height: auto;
    width: 90%;
    background-color: #fff;
    z-index: 999;
}
.shadow {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	height: 35px;
	padding: 0px 5% 8px;
}
.shadow .headLogo {
	width: 80%;
	margin: 3px 0;
}
.shadow .gnavi {
	margin-top: 8px;
}
.header h1 {
	float: left;
	width: 162px;
	padding-top: 1px;
}
.gnavi {
	float: right;
	width: 900px;
	margin-top: 10px;
}
.gnavi li {
	float: right;
	margin-right: 5%;
}
.gnavi li:first-child {
	margin-right: 0;
}
.gnavi li a {
	color: #df0012;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.arrow_list li {
	background-image: url(../images/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 14px;
}
.fvCont {
	position: relative;
    min-height: 410px;
    /*max-height: 74vh;*/
    height: 550px;
	z-index: 0;
    width: 100%;
    overflow: hidden;
	margin-bottom: 70px;
	margin-top: 68px;
}
.footer {
	background-color: #eeeeee;
	padding-top: 90px;
	padding-bottom: 130px;
	margin-top: 110px;
}
.footCont {
	width: 70%;
	margin: 0 auto;
}
.footBox01 {
	float: left;
	width: 40%;
}
.footLogo {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.footTxtBox {
	float: left;
}
.footTxtBox p {
	line-height: 1.6;
}
.footTxt01 {
	font-weight: bold;
	margin-bottom: 10px;
}
.footTxt02 {
	margin-bottom: 10px;
}
.footBox02 {
	float: right;
	width: 50%;
}
.footBox02 li {
	float: right;
}
.footBox02 li:last-child {
	margin-right: 30%;
}
.footBox02 li p {
	background-image: url(../images/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 14px;
	margin-bottom: 25px;
}
.footBox02 li p:last-child {
	margin-bottom: 0;
}
.footBox02 li a {
	font-size: 15px;
	color: #111;
	text-decoration: none;
}
.copyright {
	background-color: #df0012;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

.mTit01 {
	margin-bottom: 70px;
}
.mTit02 {
	padding: 80px 0;
}
.mTit03 {
	margin-bottom: 80px;
}
.mTitTxt01 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 0.7;
	margin-bottom: 18px;
}
.mTitTxt02 {
	color: #DF0012;
	font-size: 15px;
	font-weight: bold;
}
.barcode {
	width: 100px;
	margin: 0 auto;
	line-height: 0;
}
.underMenu {
	width: 70%;
	margin: 0 auto;
}
.underMenu li {
	float: left;
	width: 31%;
	margin-right: 3%;
	border: #cccccc 1px solid;
}
.underMenu li:last-child {
	margin-right: 0;
}
.underMenuImg {
	margin-bottom: 50px;
}
.underMenuImg img {
	vertical-align: top;
}
.underMenuTxt {
	color: #dc0012;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
	line-height: 1.2;
}

/*ナビ下線アニメーション*/
.underline {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
}
.underline::after {
	background-color: #DF0012;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 0;
}
.underline:hover::after {
	width: 100%;
}
/*ナビ下線アニメーション*/

/*ボタンアニメーション*/
.detail01 a {
    position: relative;
    display: inline-block;
    background-color: #DF0012;
    z-index: 10;
	padding: 10px 0 8px;
	width: 220px;
}
.detail03 a {
    position: relative;
    display: inline-block;
    background-color: #DF0012;
    z-index: 10;
	padding: 10px 0 8px;
	width: 240px;
}
.detail01 a:before, .detail03 a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #bbb;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    z-index: -1;
}
.detail01 a:hover, .detail03 a:hover {
    box-shadow: 0 6px 10px #ccc;
	transition: box-shadow .5s;
}
.detail01 a:hover:before, .detail03 a:hover:before {
    width: 100%;
}

.detail02 a {
    position: relative;
    display: inline-block;
    background-color: #fff;
    z-index: 10;
	padding: 10px 0 8px;
	width: 220px;
}
.detail02 a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #bbb;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    z-index: -1;
}
.detail02 a:hover {
    box-shadow: 0 12px 10px #CE1919;
	transition: box-shadow .5s;
	color: #fff;
}
.detail02 a:hover:before {
    width: 100%;
}

.underMenuBtn {
	background-color: #DF0012;
	text-align: center;
	width: 220px;
	line-height: 1.3;
	margin: 0 auto 35px;
}
.underMenuBtn a {
    position: relative;
    display: inline-block;
    background-color: #DF0012;
    z-index: 10;
	padding: 10px 0 8px;
	width: 220px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.underMenuBtn a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #bbb;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    z-index: -1;
}
.underMenuBtn a:hover {
    box-shadow: 0 6px 10px #ccc;
	transition: box-shadow .5s;
}
.underMenuBtn a:hover:before {
    width: 100%;
}
/*ボタンアニメーション*/
.lightbox {
    display: none;
}
.pcnone {
	display: none;
}
.spnone {
	display: block;
}
.pcnone700 {
	display: none;
}
.spnone700 {
	display: block;
}
.pcnone800 {
	display: none;
}
.spnone800 {
	display: block;
}
.pcnone900 {
	display: none;
}
.spnone900 {
	display: block;
}

/*1400px以下*/
@media screen and (max-width: 1400px){
.underMenu {
	width: 90%;
	margin: 0 auto;
}
.gnavi {
	width: 800px;
}
}

/*1240px以下*/
@media screen and (max-width: 1240px){
.footCont {
	width: 90%;
}
.gnavi {
	width: 720px;
}
}

/*タブレット仕様1000px以下*/
@media screen and (max-width: 1000px){
.pcnone {
	display: block;
}
.spnone {
	display: none;
}

/* ナビここから */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
.shadow {
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}

.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 50px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 20px;
  top: 7px;
  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 12px;
  width: 27px;
  height: 2px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 23px;
}
.hamburger__line--3 {
  top: 33px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
/* ナビここまで */

#wrap {
    padding-top: 64px;
	position: relative;
}
.header {
    width: 100%;
    position: fixed;
    height: 64px;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    margin-bottom: 0;
	padding: 0;
}
.header h1 {
   float: none;
	position: absolute;
	top: 12px;
	left: 20px;
	width: 140px;
	padding-top: 0;
}
.fvCont {
	margin-top: 0;
}
.footBox01 {
    width: 350px;
}
.footBox02 {
    width: 350px;
}
.footBox02 li:last-child {
    margin-right: 50px;
}
.underMenuBtn {
    width: 180px;
	font-size: 14px;
}
.underMenuBtn a {
    width: 180px;
}
.fv {
    background-position: 25% 100%;
}
.fvTxt01 {
    left: 5%;
}
.fvTxt02 {
    left: 5%;
}
}

/*900px以下*/
@media screen and (max-width: 900px){
.pcnone900 {
	display: block;
}
.spnone900 {
	display: none;
}
}

/*800px以下*/
@media screen and (max-width: 800px){
.footBox01 {
    width: 240px;
}
.underMenu li {
    width: 32%;
    margin-right: 1.5%;
}
.underMenuImg {
    margin-bottom: 30px;
}
.underMenuTxt {
    font-size: 18px;
    margin-bottom: 25px;
}
.underMenuBtn {
    width: 140px;
	 margin: 0 auto 25px;
}
.underMenuBtn a {
    width: 140px;
}
.pcnone800 {
	display: block;
}
.spnone800 {
	display: none;
}
}
	
/*700px以下*/
@media screen and (max-width: 700px){
.fvCont {
	margin-bottom: 42px;
}
.mTit01 {
    margin-bottom: 40px;
}
.mTitTxt01 {
    font-size: 26px;
	margin-bottom: 12px;
	line-height: 0.8;
}
.mTitTxt02 {
    font-size: 13px;
}
.barcode {
    width: 100px;
}
.mTit02 {
    padding: 50px 0 40px;
}
.mTit03 {
    margin-bottom: 40px;
}
.footer {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
}
.pcnone700 {
	display: block;
}
.spnone700 {
	display: none;
}
.underMenu li {
    width: 99%;
    margin-right: 0;
	float: none;
	margin-bottom: 30px;
}
.underMenuImg {
   margin-bottom: 0;
	width: 50%;
	float: left;
}
.underMenuBox {
	padding-top: 10%;
    float: left;
    width: 50%;
}
.underMenuTxt {
    margin-bottom: 16%;
}
.underMenuBtn {
    width: 60%;
    margin: 0 20%;
}
.underMenuBtn a {
    width: 100%;
}
.footBox01 {
    width: 200px;
}
.footTxtBox {
    font-size: 14px;
}
.footBox02 {
    width: 320px;
}
.footBox02 li:last-child {
    margin-right: 40px;
}
}

/*600px以下*/
@media screen and (max-width: 600px){
.fvCont {
    height: 450px;
}
.footBox01 {
    float: none;
    width: 342px;
    margin: 0 auto;
}
.footLogo {
    margin-right: 20px;
    margin-bottom: 0;
}
.footBox02 {
    display: none;
}
.underMenuBox {
    padding-top: 9%;
}
.underMenuTxt {
    margin-bottom: 15%;
}
.underMenuBtn {
    font-size: 13px;
}
.underMenu li:last-child {
    margin-bottom: 0;
}
.fvTxt01 {
    font-size: 28px;
    top: 160px;
}
.fvTxt02 {
	font-size: 13px;
    padding: 8px 5% 6px;
    width: 80%;
    top: 225px;
}
.footTxtBox {
    font-size: 16px;
}
.block600 {
	display: block;
}
}

/*500px以下*/
@media screen and (max-width: 500px){
.fvCont {
    height: 450px;
}
.mTitTxt01 {
    font-size: 24px;
	line-height: 0.9;
}
.underMenuBox {
    padding-top: 8%;
}
.underMenuTxt {
    font-size: 16px;
    margin-bottom: 14%;
}
.underMenuBtn {
    font-size: 12px;
}
.footBox01 {
    width: 308px;
}
.footLogo {
    width: 105px;
}
.footTxtBox {
    font-size: 14px;
}
}