@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/

html {
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
}

@media screen and (min-width: 769px) {
body {
width: 100%;
height: auto;
font-family: sans-serif "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ;
font-weight: 400;
font-style: normal;
color: #000;
background:#fff;
margin:0;
padding:0;
}}

@media screen and (max-width: 768px) {
body {
width: 100%;
height: auto;
font-family: sans-serif ,Lato, "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ;
font-weight: 300;
font-style: normal;
color: #000;
background:#fff;
margin:0;
padding:0;
}
}

img {
  width: 100%;
  height: auto;
  display: block;
}

h1 {
  display: none;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
}
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
}
}
@media screen and (min-width: 769px) {
  .spNone {
    display: block;
}
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
}
}
/*リンクのアクション*/
a {
color: #000;
text-decoration:none;
}
a:hover {
  color: #999999;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s;
text-decoration: underline;
}
/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
}

/*-----------------
MOVIE (LEEPタグエリア)
-------------------*/
#leeep-tag-1099905743563276288 iframe, #leeep-tag-1099906289263226880 iframe{
max-width: 100%!important;
}
.top_area {
width: 100%;
height: auto;
margin:60px auto 60px auto;
padding: 0;
background:#fff;
}

#interlevel_movie {
width:100%;
height: auto;
margin:40px auto 60px auto;
padding:0;
background:#fff;
}

@media screen and (max-width: 768px) {
.top_area {
width: 100%;
height: auto;
margin:0 auto;
padding: 0;
background:#fff;
}

#interlevel_movie {
width:100%;
height: auto;
margin: 40px auto 60px auto;
padding:0;
background:#fff;
}
}

/*-----------------
#season_ttl
-------------------*/
@media screen and (min-width: 769px) {
#season_ttl {
width:70%;
margin: 80px auto;
}

#season_ttl img {
width:24%;
margin:0 auto;
}}

@media screen and (max-width: 768px) {
#season_ttl {
width:100%;
margin: 40px auto 40px auto;
}

#season_ttl img {
width:30%;
margin:0 auto;
}}

/*-----------------
LOOK Thumbnail エリア
-------------------*/

@media screen and (min-width: 769px) {
.lookthumb_area {
width:80%;
height: auto;
margin:0 auto;
}

.lookthumb_area ul.thumb_box {
width:100%;
height:auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.lookthumb_area ul.thumb_box li {
width: 23.5%;
height: auto;
margin-bottom:20px;
}
	
.lookthumb_area ul.thumb_box li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
}

@media screen and (max-width: 768px) {
.lookthumb_area {
width:85%;
height: auto;
margin:0 auto;
}

.lookthumb_area ul.thumb_box {
width:100%;
height:auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.lookthumb_area ul.thumb_box li {
width: 48.5%;
height: auto;
margin-bottom:20px;
}
	
.lookthumb_area ul.thumb_box li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
}

/*---動作付きliの指定---*/
li.motion_box {
width: 100%;;
position: relative;
overflow: hidden;
}

.zoom {
width: 100%;
height: auto;
padding: 0;
margin: 0;
margin-bottom:20px;
overflow: hidden;
}

.zoom-1 img {
width: 100%;
height: auto;
animation: animationZoom1 3.5s ease-in-out forwards;
}

@keyframes animationZoom1 {
100% { transform: scale(1.55)}
}

/*-----------------
credit.html (LOOK AREA)
-------------------*/
@media screen and (min-width: 769px) {
.look_wrap {
width: 100%;
height:auto;
margin:0 auto;
padding:150px 0;
background:#ffffff;
}
.look_wrap div.close {
position: fixed;
top: 50px;
right: 37%;
transform: translateX(-50%);
width: 40px;
text-align: right;
}

.look_wrap div.close a {
text-decoration: none;
}

.look_wrap div.close a:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.look_area {
max-width:1000px;
height: auto;
margin:0 auto 180px auto;
display: -webkit-box; /* (※flexbox※) display:flex;*/
display: -ms-flexbox;
display: flex;
-webkit-box-orient:horizontal;/* flex-flow:row wrap;*/
-webkit-box-direction:reverse;
-ms-flex-flow:row wrap;
-webkit-box-align: end;/* align-items: flex-end;*/
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;/* justify-content: space-between;*/
-ms-flex-pack: justify;
justify-content: space-between;

}

.look_area:last-child {
margin-bottom:0;
}

.look_area ul.slider ,.look_area ul.img_box {
width:50%;
height:auto;
margin:0 5%;
}

/*--credit--*/
.look_area ul.credit {
width:40%;
height:auto;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.4rem;
line-height:2.0;
letter-spacing: 0.040em;
text-align: left;
color: #000;
}

.look_area ul.credit li a {
text-decoration: none;
}

.look_area ul.credit li a:hover {
text-decoration: underline;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s;
color: #666666;
}

.look_area ul.credit li {
color: #b5b5b5;
margin:0;
padding:0;
}

.look_area ul li p.inner_txt {
font-size: 1.5rem;
margin:28px 0 0 0;
color: #000;
}

.look_area ul li p.inner_txt_s {
font-size: 1.2rem;
margin:25px 0 0 0;
color: #000;
}

/*--slick arrow (矢印設定)--*/
.slick-arrow:before {
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slick-next:before {
    background: url(../img/arrow_r.png)!important;
    background-size: contain!important;
  }

  .slick-prev:before {
    background: url(../img/arrow_l.png)!important;
    background-size: contain!important;
  }

.slick-arrow {
    z-index:2!important;
    width:34px!important;
    height:34px!important;
  }

.slick-next{
    right:-40px!important;
  }

.slick-prev{
    left:-40px!important;
  }
  }


@media screen and (max-width: 768px) {
.look_wrap {
width:100%;
height:auto;
margin:0 auto;
padding:60px 0;
background:#ffffff;
}

.look_wrap div.close {
position: fixed;
top: 6px;
right: 10px;
transform: translateX(-50%);
width: 30px;
z-index:99;
}
.look_wrap div.close a{
  text-decoration: none;
}

.look_wrap div.close a:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.look_area {
width: 80%;
height: auto;
margin:0 auto 100px auto;
display: -webkit-box; /* (※flexbox※) display:flex;*/
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;/* flex-direction: column;*/
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;

}

.look_area:last-child {
margin-bottom:0;
}

.look_area ul.slider, .look_area .img_box {
width:100%;
height:auto;
}

/*--credit--*/
.look_area ul.credit {
width:100%;
height:auto;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.4rem;
line-height:1.8;
letter-spacing: 0.040em;
margin: 20px 0 0 0;
text-align: left;
color: #000;
}

.look_area ul.credit li a {
text-decoration: none;
}

.look_area ul.credit li a:hover {
text-decoration: underline;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s;
color: #666666;
}

.look_area ul.credit li {
color: #b5b5b5;
margin:0;
padding:0;
}

.look_area ul li p.inner_txt {
font-size: 1.5rem;
margin:25px 0 0 0;
color: #000;
}

.look_area ul li p.inner_txt_s {
font-size: 1.2rem;
margin:0 0 5px 0;
color: #000;
}

/*--slick arrow (矢印設定)--*/
.slick-arrow:before {
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slick-next:before {
    background: url(../img/arrow_r.png)!important;
    background-size: contain!important;
  }

  .slick-prev:before {
    background: url(../img/arrow_l.png)!important;
    background-size: contain!important;
  }

.slick-arrow {
    z-index:2!important;
    width:26px!important;
    height:26px!important;
  }

.slick-next{
    right:-40px!important;
  }

.slick-prev{
    left:-40px!important;
  }
  }

/*-----------------
introduction
-------------------*/
@media screen and (min-width: 769px) {
#introduction {
position:relative;
width:68%;
height:auto;
overflow: hidden;
margin: 0 auto;
padding:2% 6%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}


#introduction p {
float:left;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.1rem;
line-height:1.8;
letter-spacing: 0.020em;
text-align: left;
color: #000;
}

#introduction p.staffname {
width:32%;
height:auto;
margin-right:1.5%;
}

#introduction p.brandlogo {
width:32%;
height:auto;
float:right;
}

#introduction p.brandlogo img {
width:24%;
position:absolute;
top:40%;
right:8%;
}
}

@media screen and (max-width: 768px) {
#introduction {
position:relative;
width:90%;
height:auto;
overflow: hidden;
margin: 0 auto;
padding:4% 2%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}


#introduction p {
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.0rem;
line-height:1.6;
letter-spacing: 0.020em;
text-align: left;
color: #000;
}

#introduction p.staffname {
width:58%;
height:auto;
}

#introduction p.brandlogo {
width:38%;
height:auto;
float:right;
}

#introduction p.brandlogo img {
width:40%;
position:absolute;
top:43%;
right:6%;
}
}


#btn_pagetop {
width:100%;
margin: 50px auto;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.3rem;
letter-spacing: 0.060em;
text-align: center;
color: #000;
}

#btn_pagetop a:hover {
text-decoration: none;
}



/*-----------------
footer
-------------------*/
@media screen and (min-width: 769px) {
footer {
width: 100%;
margin: 0 auto;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.060em;
text-align: center;
color: #000;
}

footer #copyright {
font-size: 1.1rem;
padding:30px 0;
}
}

@media screen and (max-width: 768px) {
footer {
width: 100%;
margin: 0 auto;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.0rem;
letter-spacing: 0.060em;
text-align: center;
text-decoration: none;
color: #000;
}

footer #copyright {
padding:20px 0;
}
}