body{
background-color: #c0dafe;
margin: 0;
}
p{
font-size: 3vw;
font-family:'HG創英角ﾎﾟｯﾌﾟ体',fantasy
}
a,a:visited,a:hover,a:active {
color: inherit;
text-decoration: none;
}
.w{
color: #FFF;
}
.cent{
text-align: center;
}

.cent a{text-decoration: none;}

.cent a:hover{color:#0038b8;
              text-decoration: none;}
.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;
text-align: center;
}
.top img{
width: 100%
}
.blue-var{
width: 90vw;
height: 10px;
max-width: 600px;
background-color: #0038b8;
margin: 35px auto 0 auto;
}
.table{
display: table;
margin: 0 auto;
max-width: 600px;
width: 90vw;
}
.row{
display: table-row;
}
.blue-var2{
width: 100%;
height: 60px;
background-color: #0038b8;
display: table-cell;
}
.index{
font-size: 4vw;
}

.glayback{
width: 100%;
background-color: #e8e8e9;
margin: 0;
display: table-cell;
}
.flex1{
display: flex;
width: 90vw;
max-width: 600px;
align-items: center;
justify-content: flex-start;
margin: 5px auto 10px auto;
}
.flex1 img{
width: 16vw;
max-width: 120px;
margin: 0 5px;
}
.top img.eagle{
width: 25vw;
height: 25vw;
max-width: 150px;
max-height: 150px;
}




.whiteback{
width: 100%;
background-color: #fff;
margin: 0;
display: table-cell;
}
.btn{
background: #0038b8;
color: #fff;
border: inherit;
font-size: 24px;
max-width: 300px;
width: 80vw;
font-family: "UD Digi Kyokasho N-B", serif;
margin: 20px auto;
}

/* ファッションポイントのボックス */
.pointbox{
    width:70%;
    margin:10px auto;
    padding:5%;
    border: thick double #c0dafe;}

/* ファッションポイントの部分の文字の左寄せ */
p.index{font-size:20px;
        margin-bottom: 8px;}
p.point{text-align: left;
        font-size:13px;
        line-height: 1.4}



.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 90vw;
height: 50.625vw;
max-width: 600px;
max-height: 337.5px;
}
@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: 20vw;
max-width: 120px;
}
.table{
width: 500px;
}
.video iframe {
max-width: 500px;
max-height: 281.25px;
}
}
@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;
}