@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
li{
  list-style-type: none;  
}
body {
    font-family: 源ノ角ゴシック JP;
  position: relative;
    line-height: 1.5;
}
body p{
    font-size: 14px;
}
body .wrapper {
  width: 100%;
position: relative;
    z-index:2;
    top: 0;
  overflow: hidden;
}
body .wrapper .menu {
  position: fixed;
    z-index: 1;
  top: 50px;
  right: 20px;
  width: 40px;
  height: 6px;
  background: #fff;
  cursor: pointer;
    border: 1px solid #000;
    box-sizing: border-box;
}
@media screen and (min-width:600px){
   .menu {
        display: none;
    }
    
}
body .wrapper span:before,
body .wrapper span:after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  height: 6px;
  width: 40px;
  background: #fff;
     border: 1px solid #000;
    box-sizing: border-box;
}
body .wrapper span:before {
  top: -13px;
}
body .wrapper span:after {
  bottom: -13px;
}
body .wrapper .overlay {
  position: fixed;
  bottom: -99%;
  height: 100%;
  background: #30c4c9;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
@media screen and (min-width:600px){
    body .wrapper .overlay{
        height:100px;
         position: fixed;
        bottom: 99%;
        top: 0;
        background-color: #3251EE;
    }
}
body .wrapper .overlay.anim {
  left: 0;
  bottom: 0;
  animation: menu-anim 1.5s 1 ease-out forwards;
  width: 25%;
  transition: all 0.5s ease;
}
body .wrapper .overlay.anim.reverse-anim {
  left: 0;
  bottom: 0;
  animation: menu-anim 1.5s 1 ease-out reverse;
  width: 25%;
  transition: all 0.5s ease;
}
body .wrapper .overlay ul {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  padding-left: 0;
  margin-left: -10px;
  font-size: 2em;
  font-weight: 800;
}
.submenu{
    display: none;
}

@media screen and (min-width:600px){
 body .wrapper .overlay ul{
        display: flex;
        max-width: 1110px;
     height: 100%;
     margin: 0 auto;
        justify-content:flex-end;
        align-items: center;
     
    }
    body .wrapper .overlay ul li{
        width: 112px;
        padding-right: 10px;
    }
    body .wrapper .overlay ul li a{
        font-size: 20px;
    }
   .submenu{
        display: block;
       font-size: 12px;
       margin-left: 10px;
    }
    body .wrapper .overlay ul li a:hover{
        background-color: #30c4c9;
    }
   
}
@media screen and (min-width:1025px){
     body .wrapper .overlay{
        position: fixed;
        bottom: 99%;
        top: 0;
        height: 110px;
        background-color: #3251EE;
    }
    body .wrapper .overlay ul li:hover{
        background-color: #30c4c9;
    }
    body .wrapper .overlay ul li a{
        font-size: 25px;
    }
      body .wrapper .overlay ul li{
          padding-left: 20px;
        padding-right: 20px;
    }
}
body .wrapper .overlay ul li a {
  text-decoration: none;
  color: white;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  overflow: hidden;
}
body .wrapper .overlay ul li a:after {
  display: block;
  border-radius: 2px;
  content: '';
  left: 0;
  bottom: -10px;
  height: 5px;
  background: #fff;
  transform: translateX(-101%);
}
body .wrapper .overlay ul li a:hover {
  text-decoration: none;
}
body .wrapper .overlay ul li a:hover:after {
  animation: border-anim 0.5s 1 ease normal;
  transform: translateX(0);
}
@-webkit-keyframes border-anim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes menu-anim {
  0% {
    left: 0;
    bottom: -99%;
    width: 100%;
  }
  33% {
    left: -99%;
    bottom: -99%;
    width: 100%;
  }
  66% {
    left: -99%;
    bottom: 0;
    width: 100%;
  }
  100% {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
header img{
    width:70px;
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 24px;
    }
@media screen and (min-width:600px){
    header img{
        width: 100px;
        height: 100px;
        z-index: 3;
        top: 10px;
    }
    body .wrapper .overlay ul{
        position: relative;
    }
}
    @media screen and (min-width:1025px){
        
       header img{
        width: 140px;
        height: 140px;
    }
}
h1{
    margin-top: 100px;
}
.inner{
    width: 95%;
    margin: 0 auto;
}
.contents{
    width: 80%;
    margin: 0 auto;
}
h1{
     font-family:'VDL ロゴJrブラック BK',suns-selif;
    padding-top: 30px;
    /*margin-top: 110px;*/
    font-size: 35px;
    background-color: #FCFB03;
    vertical-align: m10dle;
    text-align: center;
    height: 90px;
}
.number{
    font-size: 50px;
    font-family: 'impact';
    color: rgba(42,19,243,1.00);
    text-align: center;
}
a{
    text-decoration: none;
}
.flexbox{
    display: flex;
}
.btn {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.btn-open {
  display: inline-block;
  width: 230px;
  height:60px;
  text-align: center;
  background-color: #FF082F;
  font-size: 14px;
  line-height: 57px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF082F;
  position: relative;
  overflow: hidden;
  z-index: 1;
    padding-top: 5px;
}
.btn a span{
    position: absolute;
    top: -13px;
    left: 0;
    transform: rotate(-15deg);
    font-size: 12px;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #FF082F;
}
.btn-open:hover:after{
  height: 260%;
  opacity: 1;
}
.btn-open:active:after{
  height: 300%;
  opacity: 1;
}
@media screen and (min-width:600px){
   h1{
    margin-top: 110px;
       
}
    }
footer{
    width: 100%;
    height: 90px;
    background: url("../../img/footerImg.jpg") no-repeat center center;
    background-size: cover;
   
    position: relative; 
}
footer p{
    position: absolute;
    top: 30px;
    left: 50%;
    font-size: 12px;
    font-weight: normal;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
@media screen and (min-width:600px){
    footer{
        height: 200px;
    background: url("../../img/footerimg-pc.jpg") no-repeat 80%;
       
    }
}
@media screen and (min-width:1025px){
    footer{
        width: 100%;
        height: 200px;
    background: url("../../img/footerimg-pc.jpg") no-repeat 100% 100%;
    }
}
@media screen and (min-width:1920px){
    footer{
         height: 200px;
    background: url("../../img/footerimg-pc.jpg") no-repeat center center;
        background-size: cover;
}
}
.btn-liquid {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 60px;

  border-radius: 27px;

  color: #fff;
  font: 700 14px/60px "Droid Sans", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-liquid .inner {
  position: relative;

  z-index: 2;
}

.btn-liquid canvas {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;

  z-index: 1;
}
.pagetop{
    position: fixed;
    bottom: 50px;
    right: 40px;
}
#breadcrumb {
    width: 100%;
  padding: 10px 0 0 10px;
    background-color: #3251EE;
    line-height: 1.5;
    
}
.archive #breadcrumb {
  padding: 0;
  background: transparent;
}
#breadcrumb ul {
  margin: 0;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 0.87em;
    color: #fff;
}
#breadcrumb li:after {
  padding: 0 6px;
  color: #fff;
  content: ">";
  font-size: 14px;
}
#breadcrumb li a {
  text-decoration: none;
    color: #fff;
}

#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
} 