@charset "UTF-8";

/*--------------------------------------------
 withXperia / Yuki・Sirai
--------------------------------------------*/
/* Yuki・Sirai / Base
----------------------------------------*/
/* margin */
#passions h1,
#passions h2,
#passions h3,
#passions h4,
#passions p {
  margin: 0;
}
/* line-height */
#passions h1,
#passions h2,
#passions h3,
#passions h4 {
  line-height: 1.5;
}
/* list-style */
#passions ul,
#passions ol,
#passions dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#passions img,
#passions table img {
  width: 100%;
}
#passions {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 40px;
  /* margin-top: 20px; */
}
@media only screen and (min-width: 768px) {
  #passions a:hover img {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/* Yuki・Sirai / utility
----------------------------------------*/
#passions .u_sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #passions .u_sm_pc {
    display: block !important;
  }
  #passions .u_sm_sp {
    display: none !important;
  }
}
#passions .u_clearFix:after {
  content: '・';
  display: block;
  height: 0rem;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
/* Yuki・Sirai / Movie
----------------------------------------*/
#passions .withMovie {
  margin-top: 40px;
}
#passions .withMovie_heading > h2 {
  position: relative;
  color: #3377ee;
  font-size: 24px;
  font-weight: bold;
  padding-top: 23px;
}
#passions .withMovie_heading > h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #3377ee;
}
#passions .withMovie_heading > p {
  font-size: 16px;
  margin-top: 20px;
}
#passions .withMovie_movie {
  max-width: 800px;
  margin: 25px auto 0;
}
#passions .withMovie_movie > a {
  display: block;
}
#passions .withMovie_movie > p {
  font-size: 14px;
  margin-top: 5px;
}
#passions .withMovie_movie > p > small {
  display: block;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  #passions .withMovie {
    margin-top: 60px;
  }
  #passions .withMovie_heading > p {
    font-size: 18px;
  }
  #passions .withMovie_movie {
    margin-top: 20px;
  }
  #passions .withMovie_movie > p > small {
    font-size: 12px;
  }
}
/* Yuki・Sirai / Profile
----------------------------------------*/
#passions .withProfile {
  padding: 15px;
  margin-top: 30px;
  border: 1px solid #ccc;
}
#passions .withProfile > ul > li + li {
  margin-top: 30px;
}
#passions .withProfile > ul > li > p {
  font-size: 14px;
  margin-top: 10px;
}
#passions .withProfile_detail {
  display: table;
  width: 100%;
}
#passions .withProfile_detail > * {
  display: table-cell;
  vertical-align: middle;
}
#passions .withProfile_detail_ttl {
  width: 50%;
}
#passions .withProfile_detail_ttl > p {
  font-size: 14px;
}
#passions .withProfile_detail_ttl > h3 {
  font-size: 22px;
  font-weight: bold;
}
#passions .withProfile_detail_img {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  #passions .withProfile {
    padding: 3%;
    margin-top: 60px;
  }
  #passions .withProfile > ul > li {
    float: left;
    width: 48.5%;
  }
  #passions .withProfile > ul > li + li {
    margin: 0 0 0 3%;
  }
  #passions .withProfile_detail_ttl {
    width: 41.406%;
  }
  #passions .withProfile_detail_ttl > h3 {
    font-size: 24px;
    font-weight: bold;
  }
  #passions .withProfile_detail_img {
    width: 58.594%;
  }
}
/* Yuki・Sirai / Interview
----------------------------------------*/
#passions .withInterview {
  margin-top: 30px;
}
#passions .withInterview_heading > h2 {
  position: relative;
  color: #3377ee;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 23px;
}
#passions .withInterview_heading > h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #3377ee;
}
#passions .withInterview > h3 {
  color: #3377ee;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
#passions .withInterview > * + h3 {
  margin-top: 40px;
}
#passions .withInterview_heading + h3 {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #passions .withInterview {
    margin-top: 60px;
  }
  #passions .withInterview > h3 {
    font-size: 24px;
  }
  #passions .withInterview > * + h3 {
    margin-top: 55px;
  }
  #passions .withInterview_heading + h3 {
    margin-top: 40px;
  }
}
/* Yuki・Sirai / Interview / Box
----------------------------------------*/
#passions .withInterview_box {
  margin-top: 30px;
}
#passions .withInterview_txt > img {
  margin-top: 20px;
}
#passions .withInterview_txt_ques {
  margin-top: 20px;
}
#passions .withInterview_txt_ques > p {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-indent: 35px;
}
#passions .withInterview_txt_ques > p::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: .8em;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #000;
}
#passions .withInterview_txt_ans > p {
  font-size: 14px;
  margin-top: 20px;
}
#passions .withInterview_txt_ans > p > b {
  font-weight: bold;
}
#passions .withInterview_txt_ans-yuki {
  color: #dd3333;
}
#passions .withInterview_txt_ans-shirai {
  color: #229900;
}
#passions .withInterview_img {
  margin-top: 20px;
}
#passions .withInterview_img > ul > li + li {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #passions .withInterview_box {
    margin-top: 40px;
  }
  #passions .withInterview_img {
    overflow: hidden;
    margin-top: 30px;
  }
  #passions .withInterview_img > ul {
    font-size: 0;
    margin: 0 -.808%;
  }
  #passions .withInterview_img > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 .808%;
  }
  #passions .withInterview_img > ul > li + li {
    margin-top: 0;
  }
  #passions .withInterview_box-left .withInterview_img,
  #passions .withInterview_box-right .withInterview_img {
    width: 49.167%;
    margin-top: 0;
  }
  #passions .withInterview_box-left .withInterview_txt,
  #passions .withInterview_box-right .withInterview_txt {
    width: 50.833%;
  }
  #passions .withInterview_box-left .withInterview_img,
  #passions .withInterview_box-right .withInterview_txt {
    float: left;
  }
  #passions .withInterview_box-right .withInterview_txt {
    padding-right: 2%;
  }
  #passions .withInterview_box-left .withInterview_txt,
  #passions .withInterview_box-right .withInterview_img {
    float: right;
  }
  #passions .withInterview_box-left .withInterview_txt {
    padding-left: 2%;
  }
  #passions .withInterview_txt_ques {
    margin-top: 0;
  }
  #passions * + .withInterview_txt_ques {
    margin-top: 20px;
  }
}
/* Yuki・Sirai / Point
----------------------------------------*/
#passions .withPoint {
  margin-top: 30px;
}
#passions .withPoint_heading {
  text-align: center;
}
#passions .withPoint_heading > h2 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-left: 80px;
}
#passions .withPoint_heading > h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  margin: auto;
}
#passions .withPoint_heading-shirai > h2:before {
  background: url("../img/ic-profile-shirai.jpg") center center no-repeat;
  background-size: 100%;
}
#passions .withPoint_heading-yuki > h2:before {
  background: url("../img/ic-profile-yuki.jpg") center center no-repeat;
  background-size: 100%;
}
#passions .withPoint_list {
  padding: 15px;
  margin-top: 15px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#passions .withPoint_list > ul > li + li {
  margin-top: 30px;
}
#passions .withPoint_list > ul > li > img {
  display: block;
  margin-top: 15px;
}
#passions .withPoint_list_txt > img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
#passions .withPoint_list_txt > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#passions .withPoint_list_txt > p {
  font-size: 14px;
  margin-top: 5px;
}
#passions .withPoint_list_txt > p > small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #passions .withPoint {
    margin-top: 60px;
  }
  #passions .withPoint_heading > img {
    width: 100px;
    margin-right: 25px;
  }
  #passions .withPoint_heading > h2 {
    font-size: 36px;
    padding-left: 125px;
  }
  #passions .withPoint_heading > h2:before {
    width: 100px;
    height: 100px;
  }
  #passions .withPoint_list {
    padding: 2.5%;
    margin-top: 25px;
  }
  #passions .withPoint_list > ul {
    font-size: 0;
    margin: -40px -1.254% 0;
  }
  #passions .withPoint_list > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 40px 1.254% 0;
  }
  #passions .withPoint_list > ul > li + li {
    margin-top: 0;
  }
  #passions .withPoint_list_txt > h3 {
    display: table;
    width: 100%;
    font-size: 20px;
  }
  #passions .withPoint_list_txt > h3 > span {
    display: table-cell;
    vertical-align: middle;
  }
  #passions .withPoint_list_txt > p > small {
    font-size: 12px;
  }
}
/* Yuki・Sirai / Modal
----------------------------------------*/
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #000 !important;
  opacity: 1 !important;
  cursor: default !important;
}
#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 98% !important;
  max-width: 930px !important;
  height: auto !important;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#cboxWrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
#cboxContent {
  float: none !important;

  height: 100% !important;
  position: relative;
    display: block;
  width: 100% !important;
    padding: 0;
    padding-top: 42.85%;
}
#cboxLoadedContent {
  background: none;
  padding: 0;
}
#cboxLoadedContent > iframe {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  overflow: visible;
}
#cboxClose {
  top: -37px;
  right: 2px;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: none;
  border: none;
}
#cboxClose:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
#cboxClose:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}