@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:#fef9f5;
}
}
@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:#ffffff;
}
}

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

@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;
}


@media screen and (min-width: 769px) {
.wrap {
max-width:1000px;
height:auto;
margin:0 auto;
padding:0;
}
}

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

/*-----------------
intoro area
-------------------*/
@media screen and (min-width: 769px) {
.intro_area {
max-width:1000px;
height:auto;
margin:80px auto 100px auto;
padding:0;
}

.main_topttl {
width: 100%;
height: auto;
margin:0 auto 40px auto;
padding:0;
display: -webkit-box; /* (※flexbox※) display:flex;*/
display: -ms-flexbox;
display: flex;
-webkit-box-orient:horizontal;/* flex-flow:row wrap;*/
-webkit-box-direction:reverse;
-webkit-box-align: start;/* align-items: flex-start;*/
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;/* justify-content: space-between;*/
-ms-flex-pack: justify;
justify-content: space-between;
}

h1 {
width:44%;
height:auto;
margin: 0 3%;
}

h2 {
width:45%;
height:auto;
margin-right: 5%;
}

.intro_txt {
display: none;
}

.mqin_topimg {
width: 100%;
height:auto:
margin:0; 
padding:0;
}

.scroll_btn {
max-width:7.5%;
padding:50px 0;
margin:0 auto;
}

.scroll_btn a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-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) {
.intro_area {
width:100%;
height:auto;
margin:0 auto;
padding-top:40px;
padding-bottom: 100px;
background:#fbf7eb;
}

.main_topttl {
width: 90%;
height: auto;
margin:0 5%;
padding:0;
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;
}

h1 {
width:100%;
height:auto;
}

h2 {
width:90%;
height:auto;
margin: 0 0 50px 0;
}

.intro_txt {
display: none;
}

.mqin_topimg {
width: 100%;
height:auto:
margin:0; 
padding:0;
}

.scroll_btn {
max-width:15%;
padding:50px 0;
margin:0 auto;
}

.scroll_btn a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-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;
}
}


/*-----------------
CONTENTS
-------------------*/
@media screen and (min-width: 769px) {
#contents {
max-width:100%;
height:auto;
margin:0 auto 80px auto;
padding:0;
}}

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




/*-- ep_box01 --*/
@media screen and (min-width: 769px) {
#ep01_bg {
width: 100%;
height:auto;
margin:0 auto 610px auto;
padding:0 30px 80px 30px;
background: #e5977f;
}
.ep_box01 {
position:relative;
width: 1000px;
height: auto;
margin:0 auto;
}

.ep01_ttl {
width: 100%;
height: auto;
margin:0;
padding:0;
}

.ep_num01 {
width:20%;
height:auto; 
margin:0; 
padding:0;
}

.ep_name01 {
width:38%;
height:auto;
margin-top: 70px;
padding:0;
}

.ep_box01 .st_wrap1 {
position:absolute;
top:8%;
right:3%;
width:65%;
height:auto;

}

.ep_box01 .st_wrap1 #saki_st1 {
float:left;
width:49%;
height:auto;
margin:0; 
padding:0;
}

.ep_box01 .st_wrap1 #saki_st2 {
float:right;
width:49%;
height:auto;
margin-top: 7%;
padding:0;
}

.ep_box01 .st_wrap2 {
float:right;
width:34%;
height:auto;
margin: -8.5% 10% 0 0;
padding:0;
}

.ep_box01 .st_wrap3 {
width:47%;
height:auto;
position:absolute;
bottom:-38%;
left:3%;
}
.ep_box01 .st_wrap3 .ttl_season {
width:36%;
height:auto;
margin:0; 
}

.ep_box01 .st_wrap3 #saki_end img {
width:100%;
height:auto;
padding:0;
margin-top:30px;
}}


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

.ep01_ttl {
float:left;
width: 41%;
height: auto;
margin-right:10%;
padding:0;
}

.ep_num01 {
width:100%;
height:auto; 
margin:0; 
padding:0;
}

.ep_name01 {
width:100%;
height:auto;
padding:0;
}

.ep_box01 .st_wrap1 {
width:49%;
height:auto;
margin-top: 80px;
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;
-webkit-box-pack: end;/* justify-content: flex-end;*/
-ms-flex-pack: end;
justify-content: flex-end;
}

.ep_box01 .st_wrap1 #saki_st1 {
width:100%;
height:auto;
padding:0;
}

.ep_box01 .st_wrap1 #saki_st2 {
width:100%;
height:auto;
margin-top:20px;
padding:0;
}

.ep_box01 .st_wrap2 {
width:49%;
height:auto;
float:right;
margin-bottom:80px;
padding:0;
}

.ep_box01 .st_wrap2 img {
width:100%;
margin-top:20px;
}


.st_wrap3 {
width:90%;
height:auto;
padding:0 5%;
padding-bottom: 100px;
}
.st_wrap3 .ttl_season {
width:38%;
height:auto;
margin:0; 
padding:0;
}
.st_wrap3 #saki_end img {
width:100%;
height:auto;
padding:0;
margin-top:30px;
}}

/*-- ep_box02 --*/
@media screen and (min-width: 769px) {
#ep02_bg {
width: 100%;
height:auto;
margin:0 auto 610px auto;
padding:0 30px 80px 30px;
background: #e7bc7b;
}
.ep_box02 {
position:relative;
width: 1000px;
height: auto;
margin:0 auto;
}

.ep02_ttl {
position: absolute;
top: 0;
right:30px;
width:41%;
height:auto;
}

.ep_num02 {
float:right;
width:48%;
height:auto;
margin:0; 
padding:0;
}

.ep_name02 {
float:right;
width:94%;
height:auto;
margin:0; 
padding:0;

}

.ep_box02 .st_wrap1 {
width:65%;
height:auto;
margin-top:9%;
padding:0;
}

.ep_box02 .st_wrap1 #yuki_st1 {
float:left;
width:49%;
height:auto;
margin:0; 
padding:0;
}

.ep_box02 .st_wrap1 #yuki_st2 {
float:right;
width:49%;
height:auto;
margin:0; 
padding:0;
}

.ep_box02 .st_wrap2 {
width:32%;
height:auto;
margin-top: 1.5%;
margin-left: 7%;
padding:0;

}

.ep_box02 .st_wrap3 {
width:47%;
height:auto;
position:absolute;
bottom:-46%;
right:3%;
}
.ep_box02 .st_wrap3 .ttl_season {
width:36%;
height:auto;
margin:0; 
padding:0;
}

.ep_box02 .st_wrap3 #yuki_end img {
width:100%;
height:auto;
padding:0;
margin-top:30px;
}

.ep_box02 .st_wrap3 p.st_wrap3_comment {
font-family: europa, sans-serif;
font-weight: 600;
font-size: 1.5rem;
line-height:2.0;
letter-spacing: 0.040em;
text-align: right;
color: #352b29;
}}

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

.ep02_ttl {
float:right;
width: 41%;
height: auto;
margin-left:10%;
padding:0;
}

.ep_num02 {
width:100%;
height:auto; 
margin:0; 
padding:0;
}

.ep_name02 {
width:100%;
height:auto;
padding:0;
}

.ep_box02 .st_wrap1 {
width:49%;
height:auto;
margin-top: 80px;
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;
-webkit-box-pack: end;/* justify-content: flex-end;*/
-ms-flex-pack: end;
justify-content: flex-end;
}

.ep_box02 .st_wrap1 #yuki_st1 {
width:100%;
height:auto;
padding:0;
}
.ep_box02 .st_wrap1 #yuki_st2 {
width:100%;
height:auto;
margin-top:20px;
padding:0;
}

.ep_box02 .st_wrap2 {
width:49%;
height:auto;
margin-bottom:80px;
padding:0;
}

.ep_box02 .st_wrap2 img {
width:100%;
margin-top:20px;
width: 100%;
}	
	

.st_wrap3 {
width:80%;
height:auto;
padding:0 10%;;
margin:0 auto 0 auto;
background: #fff;
}

.st_wrap3 .ttl_season {
width:38%;
height:auto;
margin:0; 
padding:100px 0 40px 0;
}

.st_wrap3 #yuki_end img {
width:100%;
height:auto;
padding:0;
margin-top:30px;
}

.st_wrap3 p.st_wrap3_comment {
font-family: europa, sans-serif;
font-weight: 600;
font-size: 1.2rem;
letter-spacing: 0.020em;
text-align: right;
color: #352b29;
}}


/*-- ep_box03 --*/
@media screen and (min-width: 769px) {
#ep03_bg {
width: 100%;
height:auto;
margin:0 auto 610px auto;
padding:0 30px 80px 30px;
background: #d4b9cc;
}
.ep_box03 {
position:relative;
width: 1000px;
height: auto;
margin:0 auto;
}

.ep03_ttl {
width: 100%;
height: auto;
margin:0;
padding:0;
}

.ep_num03 {
width:20%;
height:auto; 
margin:0; 
padding:0;
}

.ep_name03 {
width:40%;
height:auto;
margin-top: 60px;
padding:0;
}

.ep_box03 .st_wrap1 {
position:absolute;
top:8%;
right:3%;
width:65%;
height:auto;

}

.ep_box03 .st_wrap1 #karin_st1 {
float:left;
width:49%;
height:auto;
margin:0; 
padding:0;
}

.ep_box03 .st_wrap1 #karin_st2 {
float:right;
width:49%;
height:auto;
margin-top: 11%;
padding:0;
}

.ep_box03 .st_wrap2 {
float:right;
width:34%;
height:auto;
margin: -4.5% 9% 0 0;
padding:0;
}

.ep_box03 .st_wrap3 {
width:47%;
height:auto;
position:absolute;
bottom:-36%;
left:3%;
}
.ep_box03 .st_wrap3 .ttl_season {
width:36%;
height:auto;
margin:0; 
padding:0;
}

.ep_box03 .st_wrap3 #karin_end img {
width:100%;
height:auto;
padding:0;
margin-top:30px;
}}

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

.ep03_ttl {
float:left;
width: 41%;
height: auto;
margin-right:10%;
padding:0;
}

.ep_num03 {
width:100%;
height:auto; 
margin:0; 
padding:0;
}

.ep_name03 {
width:100%;
height:auto;
padding:0;
}

.ep_box03 .st_wrap1 {
width:49%;
height:auto;
margin-top: 80px;
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;
-webkit-box-pack: end;/* justify-content: flex-end;*/
-ms-flex-pack: end;
justify-content: flex-end;
}

.ep_box03 .st_wrap1 #karin_st1 {
width:100%;
height:auto;
padding:0;
}

.ep_box03 .st_wrap1 #karin_st2 {
width:100%;
height:auto;
margin-top:20px;
padding:0;
}

.ep_box03 .st_wrap2 {
width:49%;
height:auto;
float:right;
margin-bottom:80px;
padding:0;
}

.ep_box03 .st_wrap2 img {
width:100%;
margin-top:20px;
}

.st_wrap3 {
width:90%;
height:auto;
padding:0 5%;
margin:0 auto;
margin-bottom: 100px;
}
.st_wrap3 .ttl_season {
width:38%;
height:auto;
margin:0; 
padding:0;
}

.st_wrap3 #karin_end img {
width:100%;
height:auto;
padding:0;
margin-top:30px;
}}


/*-- ep_box04 --*/
@media screen and (min-width: 769px) {
#ep04_bg {
width: 100%;
height:auto;
margin:0 auto;
padding:0 30px 80px 30px;
background: #b3cca7;
}
.ep_box04 {
position:relative;
width: 1000px;
height: auto;
margin:0 auto;
}

.ep04_ttl {
position: absolute;
top: 0;
right:30px;
width:41%;
height:auto;
}

.ep_num04 {
float:right;
width:48%;
height:auto;
margin:0; 
padding:0;
}

.ep_name04 {
float:right;
width:94%;
height:auto;
margin-top:20%; 
padding:0;
}

.ep_box04 .st_wrap1 {
width:65%;
height:auto;
margin-top:9%;
margin-left: 6%;
padding:0;
}

.ep_box04 .st_wrap1 #kaori_st1 {
float:left;
width:49%;
height:auto;
margin:0; 
padding:0;
}

.ep_box04 .st_wrap1 #kaori_st2 {
float:right;
width:49%;
height:auto;
margin-top:13%; 
padding:0;
}

.ep_box04 .st_wrap2 {
width:32%;
height:auto;
margin-top: -7%;
margin-left: 0;
padding:0;s
}
}

@media screen and (max-width: 768px) {
.ep_box04 {
width: 90%;
height: auto;
margin:0 auto;
margin-bottom: 100px;
padding:0 5%;
background: #b3cca7;
}

.ep04_ttl {
float:right;
width: 41%;
height: auto;
margin-left:10%;
padding:0;
}

.ep_num04 {
width:100%;
height:auto; 
margin:0; 
padding:0;
}

.ep_name04 {
width:100%;
height:auto;
padding:0;
}

.ep_box04 .st_wrap1 {
width:49%;
height:auto;
margin-top: 80px;
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;
-webkit-box-pack: end;/* justify-content: flex-end;*/
-ms-flex-pack: end;
justify-content: flex-end;
}

.ep_box04 .st_wrap1 #kaori_st1 {
width:100%;
height:auto;
padding:0;
}

.ep_box04 .st_wrap1 #kaori_st2 {
width:100%;
height:auto;
margin-top:20px;
padding:0;
}

.ep_box04 .st_wrap2 {
float:left;
width:49%;
height:auto;
margin-top:20px;
margin-bottom:80px;
padding:0;
}
}

/*-----------------
LOOK AREA
-------------------*/
@media screen and (min-width: 769px) {
.look_wrap {
width: 100%;
height:auto;
margin:0 auto;
padding:150px 0;
background:#fef9f5;
}
.look_wrap div.close{
  position: fixed;
  top: 40px;
  font-size: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  text-align: right;
}
.look_wrap div.close a{
  text-decoration: none;
}
.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 .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;
margin-bottom:60px;
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;
}
}

@media screen and (max-width: 768px) {
.look_wrap {
width:100%;
height:auto;
margin:0 auto;
padding:100px 0;
background:#fef9f5;
}
.look_wrap div.close{
  position: fixed;
  top: 20px;
  font-size: 28px;
  right: 20px;
  transform: translateX(-50%);
  z-index: 99;
}
.look_wrap div.close a{
  text-decoration: none;
}
.look_area {
width: 90%;
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: 35px 0 0 20px;
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;
}
}

/*-----------------
CAST AREA （index）
-------------------*/
@media screen and (min-width: 769px) {
.introduction_area {
max-width:1000px;
height:auto;
margin:0 auto;
}

.ttl_season {
width:24%;
height:auto;
margin-bottom:50px;
margin-top:150px;
}

.ttl_cast {
width:21%;
height:auto;
margin-bottom:30px;
}

.castlink_area {
width:100%;
height: auto;
margin:0 auto 110px 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-pack: justify;/* justify-content: space-between;*/
-ms-flex-pack: justify;
justify-content: space-between;
}

ul.castlink_area li {
width:23.5%;
}

.castlink_area a img {
width:100%;
height:auto;
filter:grayscale(100%);
}

.castlink_area a img:hover {
width:100%;
height:auto;
filter:grayscale(0);
transition:0.7s;
}

.staff_name {
width:100%;
height:auto;
padding: 35px 0;
margin-bottom:0px;
border-top: 1px solid #271613;
border-bottom: 1px solid #271613;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.4rem;
line-height:1.8;
letter-spacing: 0.020em;
text-align: center;
color: #000;
}

.brandlogo {
width:26%;
height:auto;
margin: 25px auto 0 auto;
}
}


@media screen and (max-width: 768px) {
.introduction_area {
max-width:90%;
height:auto;
margin:0 auto;
padding: 0 5%;
}

.ttl_season {
width:44%;
height:auto;
margin-bottom:50px;
}

.ttl_cast {
width:36%;
height:auto;
margin-bottom:30px;
}

.castlink_area {
width:100%;
height: auto;
margin:0 auto 60px auto;
display: -webkit-box; /* (※flexbox※) display:flex;*/
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;/* flex-wrap: wrap;*/
flex-wrap: wrap;
}

ul.castlink_area li {
box-sizing:border-box;
flex-basis: 47%;
padding: 0;
margin-bottom:3%;
}

ul.castlink_area li:nth-child(odd) {
margin-right:1.5%;
}
ul.castlink_area li:nth-child(even) {
margin-left:1.5%;
}

.castlink_area a img {
width:100%;
height:auto;
filter:grayscale(100%);
}

.castlink_area a img:hover {
width:100%;
height:auto;
filter:grayscale(0);
transition:0.7s;
}

.staff_name {
width:100%;
height:auto;
padding: 40px 0;
margin-bottom:0px;
border-top: 1px solid #271613;
border-bottom: 1px solid #271613;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.4rem;
line-height:1.8;
letter-spacing: 0.020em;
text-align: center;
color: #000;
}

.brandlogo {
width:60%;
height:auto;
margin: 40px auto 0 auto;
}
}

/*-----------------
CAST AREA 詳細ページ
-------------------*/
@media screen and (min-width: 769px) {
.cast_wrap {
width: 100%;
height:auto;
margin:0 auto;
padding:150px 0;
background:#000;
}
.cast_wrap div.close{
  position: fixed;
  top: 40px;
  font-size: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  text-align: right;
}
.cast_wrap div.close a{
  color: #fff;
  text-decoration: none;
}
.cast_inner {
max-width:1000px;
height: auto;
margin:0 auto;
}

.profile_box {
width:100%;
height:auto;
margin-bottom:200px;
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;
}

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

.profile_box .cast_img {
width:50%;
height:auto;
}

.profile_box dl {
width:46%;
height:auto;
}

dl dt.cast_name {
width:50%;
}

dl dd.cast_txt {
width: 100%;
height: auto;
font-size: 1.4rem;
line-height:2.1;
letter-spacing: 0.020em;
margin:40px 0 18px 0;
color:#fff;
}

dl dd.cast_snslink a {
width:100%;
height:auto;
margin:0 auto 0 10px;
font-size: 1.5rem;
line-height:2.0;
letter-spacing: 0.040em;
color:#fff;
}

dl dd.cast_snslink img {
vertical-align: middle;
display:inline-block;
width:6%;
height:auto;
margin-right:6px;
}
}

@media screen and (max-width: 768px) {
.cast_wrap {
width: 100%;
height:auto;
margin:0 auto;
padding:150px 0;
background:#000;
}
.cast_wrap div.close {
  position: fixed;
  top: 20px;
  font-size: 28px;
  right: 20px;
  transform: translateX(-50%);
  z-index: 99;
}
.cast_wrap div.close a {
  color: #fff;
  text-decoration: none;
}
.cast_inner {
width: 100%;
height: auto;
margin:0 auto;
}

.profile_box {
width: 90%;
height: auto;
margin:0 auto 150px 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;
}

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

.profile_box .cast_img {
width:100%;
height:auto;
margin-bottom:25px;
}

.profile_box dl {
width:100%;
height:auto;
}

dl dt.cast_name {
width:45%;
 margin-bottom:42px;
}

dl dd.cast_txt {
width: 100%;
height: auto;
font-size: 1.4rem;
line-height:2.1;
letter-spacing: 0.020em;
margin:40px 0 18px 0;
color:#fff;
}

dl dd.cast_snslink a {
width:100%;
height:auto;
margin:0 auto 0 10px;
font-size: 1.6rem;
line-height:2.0;
letter-spacing: 0.040em;
color:#fff;
font-weight:400;
}

dl dd.cast_snslink img {
vertical-align: middle;
display:inline-block;
width:6%;
height:auto;
margin-right:6px;
}
}


/*-----------------
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:40px 0;
}
}