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;
}
.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;
}

/* トップ背景画像と写真上の見出しボックス */
.topbox{
        width:100%;}

.topimg{width:100%;
        max-width: 400px;
        height:370px;
        margin:15px auto;
        color:#fff;
        background: url(../../hexagrambeautyimages/fashionstylemizuno1ver1.png);
        background-size:100%;
        background-position: contain;
        background-repeat:no-repeat;}

.topimg article{background-color: #0038b8;
                opacity:0.7;
                width:100%;
                max-width: 370px;
                padding:15px;
                margin-top:250px; 
                float:left;}

.title{font-size:16px;}

.subtitle{font-size:12px;
          margin-top:16px;}

.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;
}

/* 出典・出演のボックス */
.sourcebox{width:100%;
           margin:30px auto;
           text-align: center;}
 /* 携帯端末の出典・出演のボックス 　上の余白*/
@media only screen and (min-width:1px) and (max-width:600px){
.sourcebox{margin-top: 380px;}        
}


p.appearance{font-size:12px;}

p.appearance span{color:#0038b8;}

p.source{font-size: 12px;
         margin-top: 10px;}

p.source span{color:#0038b8;}


/* ファッションポイントのボックス */
.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:16px;
        line-height: 1.4}


/* ファッションスタイルの解説箇所 */
.articlepoint{
        width:80%;
        max-width: 400px;
        margin:30px auto;
        text-align: left;
        font-size:16px;
        line-height: 24px;
}

.hashtag{margin:10px 0px;
         color:#0038b8;
         font-size:12px;
         }

.hashtag span{
         padding:5px;
         border-color: #0038b8;
         color:#0038b8;
         border-left-style: solid;
         border-top-style: solid;
         border-right-style: solid;
         border-bottom-style: solid;}         

div.articlepoint .point{padding:10px;
                        margin:20px 0;
                        border-color: #0038b8;
                        color:#0038b8;
                        border-left-style: solid;}



 /* ラインメッセージのスタイルここから */  
    #linetotalbox{width:100%;
                  text-align: left;}
    .linemessagebox{max-width: 600px;
                    margin:0 auto;
                    line-height: 1.7;}
    
    
    
  .oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;
  font-size: 16px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #f2f3f7 transparent transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -20px;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  right: -20px;
  border-color: transparent #fde5e5 transparent transparent;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox .imgArea img {
    max-width: 70%;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .imgArea {
    width: 20%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/* ラインメッセージのスタイルここまで */  



                        
/* 埋め込み動画のレスポンシブ */
.video {
width:100%;
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: 700px;
max-height: 237.5px;
}

/* 埋め込み動画の上下余白設定 */
@media only screen and (min-width:700px){
  .waku{width:100%;
        margin:-30px auto -100px 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: 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;
}