@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" 100%;
  font-size: 1em;
  top: 0;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover, a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -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;
  cursor: pointer;
}

/* フロート
---------------------------------------------------------------------------- */
.flR {
  float: right !important;
}

.flL {
  float: left !important;
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

/* ======================================
    main_contents
/* ====================================== */
.main_contents {
  width: 100%;
  background: #000;
}

.main_contents_inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
}

.main_contents_inner h2 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main_contents_inner {
    padding-bottom: 15%;
  }
}

.pc_img {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc_img {
    display: none;
  }
}

.sp_img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp_img {
    display: block;
    padding-top: 10%;
    margin-bottom: 5%;
  }
  .sp_img img {
    width: 84%;
  }
}

.main_contents_text {
  font-size: 19px;
  line-height: 1.7em;
  margin-bottom: 9%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main_contents_text {
    width: 80%;
    margin: 0 auto;
    font-size: 100%;
    line-height: 1.8em;
    margin-bottom: 20%;
  }
}

.movie_wrapper_pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .movie_wrapper_pc {
    display: none;
  }
}

.movie_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 140px;
}

.content_title {
  padding-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content_title img {
    height: 70px;
  }
  .content_title {
    padding-bottom: 30px;
  }
}

.web_movie_area {
  margin: 0 auto;
  padding-bottom: 127px;
}

@media only screen and (max-width: 767px) {
  .web_movie_area {
    padding-bottom: 20%;
  }
}

.making_movie_area {
  position: relative;
  margin: 0 auto;
  padding-bottom: 165px;
}

@media only screen and (max-width: 767px) {
  .making_movie_area {
    padding-bottom: 30%;
  }
}

.movie_wrapper_sp {
  display: block;
}

@media only screen and (max-width: 767px) {
  .movie_wrapper_sp {
    display: none;
  }
}

.movie_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .movie_inner {
    padding-bottom: 50px;
  }
}

.movie_wrapper {
  margin: 0 auto;
  position: relative;
  padding-bottom: 540px;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.img-sp {
  display: none;
}

.youtube {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.youtube-1 {
  background-image: url(../img/movie_bg_01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.youtube-2 {
  background-image: url(../img/movie_bg_02.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.youtube img {
  opacity: 1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

.youtube:hover img {
  opacity: 0;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.modal {
  display: none;
}

.modal.is-active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.modal-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-item.is-active {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 964px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-item.is-active:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55.16%;
}

.video__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#js-video-frame {
  width: 100%;
  height: 100%;
}

#js-video-frame iframe {
  width: 100%;
  height: 100%;
}

.modal-close {
  z-index: 9999;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-close a {
  color: #fff;
  text-decoration: none;
}

body.on-modal {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .movie_wrapper {
    padding-bottom: 66%;
  }
  .youtube {
    background-image: none;
  }
  .youtube:hover img {
    opacity: 1;
  }
  .modal {
    width: 100%;
  }
  .img-pc {
    display: none;
  }
  .img-sp {
    display: inline;
  }
}

/* ======================================
    othercut
/* ====================================== */
.othercut_content {
  width: 100%;
  background: url(../img/othercut_bk.png) round;
  background-position: left top;
}

.othercut_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .othercut_inner {
    max-width: 90%;
    padding-top: 50px;
    padding-bottom: 10%;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15%;
  }
}

.item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .item:nth-child(6n) {
    padding-bottom: 15px;
  }
}

.item_image {
  width: 65%;
  padding: 1%;
  padding-bottom: 60px;
  overflow: hidden;
}

.item_image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .item_image {
    width: 100%;
    padding: 0 0 5%;
  }
}

.item_text {
  text-align: justify;
  width: 35%;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1%;
}

@media only screen and (max-width: 767px) {
  .item_text {
    font-size: 100%;
    width: 100%;
    padding: 0;
  }
}

/* ======================================
    story
/* ====================================== */
.story_content {
  width: 100%;
}

.story_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .story_inner {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 20%;
  }
}

.story_note {
  display: none;
}

@media only screen and (max-width: 767px) {
  .story_note {
    display: block;
    text-align: center;
  }
}

.story_notice {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .story_notice br {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .story_notice {
    text-align: center;
    padding-bottom: 10%;
  }
}

.story_img_pc {
  width: 100%;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .story_img_pc {
    display: none;
  }
}

.story_img_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .story_img_sp {
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* ======================================
    sns
/* ====================================== */
.sns_content {
  width: 100%;
}

.sns_inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sns_inner {
    width: 90%;
  }
}

.sns_title {
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sns_title img {
    width: 30%;
    padding-bottom: 0;
  }
}

.sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .sns_icon img {
    width: 80%;
  }
}

.sns_icon a {
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .sns_icon a {
    margin: 0;
  }
}

.sns_fb {
  padding-right: 1%;
}

/* ======================================
   profile
/* ====================================== */
.profile_content {
  width: 100%;
}

.profile_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .profile_inner {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.profile_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .profile_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25%;
  }
}

.profile_01_l {
  padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .profile_01_l {
    padding-bottom: 10%;
  }
}

.profile_01_img img {
  padding-bottom: 10px;
}

.profile_link {
  text-align: right;
  font-size: 95%;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .profile_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile_link p {
    padding-right: 2%;
  }
}

.profile_01_title {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .profile_01_title {
    width: 70%;
    padding-bottom: 5%;
  }
}

.profile_01_r {
  padding: 60px 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .profile_01_r {
    padding: 0;
    text-align: center;
  }
}

.profile_01_r img {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .profile_01_r img {
    padding-bottom: 5%;
  }
}

.profile_01_r p {
  font-size: 95%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .profile_01_r p {
    font-size: 90%;
    text-align: justify;
    letter-spacing: 0.08em;
  }
}

.profile_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .profile_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.profile_02_l {
  padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .profile_02_l {
    padding-bottom: 10%;
  }
}

.profile_02_img img {
  padding-bottom: 10px;
}

.profile_02_title {
  font-size: 30px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .profile_02_title {
    padding-bottom: 3%;
    font-size: 22px;
  }
}

.profile_02_r {
  padding: 60px 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .profile_02_r {
    padding: 0;
    text-align: left;
  }
}

.profile_02_r img {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .profile_02_r img {
    padding-bottom: 5%;
  }
}

.profile_02_r h4 {
  padding-top: 30px;
}

.profile_02_r p {
  font-size: 95%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .profile_02_r p {
    font-size: 90%;
    text-align: justify;
    letter-spacing: 0.08em;
  }
}

/* ======================================
   banner
/* ====================================== */
.banner_content {
  width: 100%;
}

.banner_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .banner_inner {
    width: 90%;
    padding-bottom: 0px;
  }
}

.banner_01 .pc_img {
  text-align: center;
  padding-bottom: 110px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .banner_01 .pc_img {
    display: none !important;
  }
}

.banner_01 .sp_img {
  display: none;
  margin: 0 auto;
  padding-bottom: 7%;
}

@media only screen and (max-width: 767px) {
  .banner_01 .sp_img {
    display: block;
  }
  .banner_01 .sp_img img {
    width: 100%;
  }
}

#side_banner_wrap {
  position: relative;
}

.side_banner_sns {
  width: 50px;
  height: 110px;
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 260px;
  background: #cccccc;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .side_banner_sns {
    display: none !important;
  }
}

.side_banner_sns a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .side_banner_sns a img {
    display: none;
  }
}

.side_banner_sns p {
  padding: 5px;
}

.side_banner {
  width: 300px;
  height: 140px;
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 60px;
  margin: auto;
}

.side_banner a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .side_banner a img {
    display: none;
  }
}

.p-walkman-box {
  margin-top: 175px;
}

.p-walkman-box h2 {
  text-align: center;
}

.p-walkman-box ul {
  margin-top: 40px;
}

.p-walkman-box ul li {
  width: 23%;
  margin-left: 1.7%;
}

.p-walkman-box ul li:first-child {
  margin-left: 1%;
}

.p-walkman-box ul li a {
  display: block;
}

.p-walkman-box ul li a .img {
  border: 1px solid #878787;
}

.p-walkman-box ul li a .img img {
  width: 100%;
}

.p-walkman-box ul li a .text {
  padding: 38px 0 0 32px;
  color: #1b1b1b;
  position: relative;
}

.p-walkman-box ul li a .text:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #1b1b1b;
  position: absolute;
  top: 53px;
  left: 0;
}

.p-walkman-box ul li a .text h3 {
  font-size: 16px;
  line-height: 2.25;
}

.p-walkman-box ul li a .text h3 span {
  display: inline-block;
  padding-right: 15px;
  background: url(../img/icn_r.png) no-repeat center right 4px;
}

.p-walkman-box ul li a .text p {
  margin-top: 38px;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-decoration: underline;
}

.p-walkman-box ul li a:hover .text p {
  text-decoration: none;
}

@media screen and (max-width: 639px) {
  .p-walkman-box {
    margin-top: 50px;
  }
  .p-walkman-box h2 picture img {
    width: 281px;
    height: 53px;
  }
  .p-walkman-box ul {
    margin-top: 40px;
  }
  .p-walkman-box ul li {
    width: 47%;
    margin-bottom: 60px;
    margin-left: 6%;
  }
  .p-walkman-box ul li:first-child {
    margin-left: 0;
  }
  .p-walkman-box ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .p-walkman-box ul li a .text {
    padding: 30px 0 0 18px;
  }
  .p-walkman-box ul li a .text:before {
    width: 7px;
    top: 40px;
  }
  .p-walkman-box ul li a .text h3 {
    font-size: 13px;
  }
  .p-walkman-box ul li a .text h3 span {
    padding-right: 12px;
    background: url(../img/icn_r.png) no-repeat top 7px right 4px/7px 7px;
  }
  .p-walkman-box ul li a .text p {
    margin-top: 25px;
    font-size: 11px;
  }
  .p-walkman-box ul li a:hover .text p {
    text-decoration: underline;
  }
}

.banner_content .banner_inner .banner_01 .pc_img {
  padding: 0;
}
