body{
background-color: #c0dafe;
margin: 0;
}


/*背景画像の透明化の設定　マウスカーソル時*/ 
/*背景画像の透明化の設定　マウスカーソル時*/  
a {color:#000;
	text-decoration:none;}
a:hover {
	color:darkgrey;
    text-decoration:none;}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img{width:100%;
}
/*背景画像の透明化の設定　マウスカーソル時*/  
/*背景画像の透明化の設定　マウスカーソル時*/  


/*vimeo動画のレスポンシブ対応*/ 
.top{max-width: 500px;
     margin:0 auto;}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 (高さ/幅 * 100) */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


p{
font-size: 3vw;
font-family:'HG創英角ﾎﾟｯﾌﾟ体',fantasy
}
a,a:visited,a:hover,a:active {
color: inherit;
text-decoration: none;
}

.cent{
text-align: center;
}

.catch{
width:90%;
margin:10px auto 10px auto;
padding:15px 0;
text-align: center;
color:#4169e1;
border-width:2px;
border-color: #4169e1;
border-top-style: solid;
border-bottom-style: solid;
}


.bannerbox{
  width:100%;
  color:#0038b8;
}

footer{
  width:100%;
  display: block;
  margin: 160px auto 0 auto;
  padding-top: 50px;
  background-color: #FFF;}

.b{
color: #0038b8;
}
.border{
width: 90vw;
height: 2px;
max-width: 600px;
background-color: #0038b8;
margin: 0 auto;
}
p.big{
font-size: 5vw;
}
p.small{
font-size: 3vw;
}
.top{
width: 90vw;
max-width: 600px;
margin: 5px auto 0 auto;
}
.top img{
width: 100%
}
.blue-var{
width: 90vw;
height: 10px;
max-width: 600px;
background-color: #0038b8;
margin: 0 auto;
}
.table{
display: table;
margin: 0 auto;
}
.row{
  width:90%;
  margin:0 auto;
}
.blue-var2{
width: 100%;
background-color: #0038b8;
}
.index{
font-size: 4vw;
}

.glayback{
width: 100%;
background-color: #e8e8e9;
margin: 0;
}
.flex1{
width: 90vw;
max-width: 600px;
}
.flex1 img{
width: 30vw;
max-width: 200px;
}
.flex1 img.eagle{
width: 25vw;
max-width: 150px;
max-height: 150px;
}

.whiteback{
width: 100%;
background-color: ;
margin: 0;
}
.fashioncontents{
width: 80%;
max-width: 400px;
height:160px;
margin: 30px auto;
color:#4169e1;
border-width:1px;
border-color: #4169e1;
border-bottom-style: solid;
}

.box{width:90%;
     margin:0 auto;}

.leftbox{
  width:40%;
  float:left;
}

.rightbox{
  width:55%;
  float:right;
}

.rightbox p{
  font-size: 14px;
  line-height: 19px;
}

p.fashion{
width:40%;
font-size:10px;
padding:3px 2px 3px 2px;
text-align: center;
border-width:1.5px;
border-color: #0038b8;
color:#0038b8;
border-bottom-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
}


a.btn1 {
    display: inline-block;
    max-width: 400px;
    text-align: center;
    background-color: #0038b8;
    font-size: 24px;
    line-height: 52px;
    color: #FFF;
    text-decoration: none;
    margin: 0 auto;
    }



@media only screen and (min-width:500px) and (max-width:960px){
p{
font-size: 16px;
}
.border{
width: 500px;
}
p.big{
font-size: 30px;
}
p.small{
font-size: 18px;
}
.top{
width: 500px;
}
.blue-var{
width: 500px;
}
.index{
font-size: 24px;
}
.flex1{
width: 500px;
}
.flex1 img{
width: 30vw;
max-width: 180px;
}
.flex1 img.eagle{
width: 25vw;
height: 25vw;
max-width: 120px;
max-height: 120px;
}

.flex2{
width: 80vw;
max-width: 460px;
}


}
@media only screen and (min-width:961px){
p{
font-size: 16px;
}
p.big{
font-size: 30px;
}
p.small{
font-size: 18px;
}
.index{
font-size: 24px;
}
}
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #c0dafe;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #0038b8;
}
nav .inner ul li a {
  display: block;
  color: #0038b8;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #c8e2ff;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #0038b8;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
  width: 16px;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translate(-1px,4px) rotate(-45deg);
  transform: translate(-1px,4px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translate(-1px,-4px) rotate(45deg);
  transform: translate(-1px,-4px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 250px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}