<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.titleimg {
  background: url("/img/about/producer/titleimg.jpg") center/cover no-repeat; }

#producer .producer_title {
  font-size: 2rem;
  margin-bottom: 4.0178571429%; }
  @media (min-width: 769px) {
    #producer .producer_title {
      font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.6847172082 ); } }
  @media (min-width: 1600px) {
    #producer .producer_title {
      font-size: 3.4rem; } }
  @media screen and (max-width: 769px) {
    #producer .producer_title {
      margin-bottom: 22.5px; } }
  @media screen and (min-width: 1120px) {
    #producer .producer_title {
      margin-bottom: 45px; } }
#producer .producer_txt {
  font-size: 1.3rem;
  margin-bottom: 7.1428571429%;
  text-align: center; }
  @media (min-width: 769px) {
    #producer .producer_txt {
      font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.1203369434 ); } }
  @media (min-width: 1600px) {
    #producer .producer_txt {
      font-size: 1.4rem; } }
  @media screen and (max-width: 769px) {
    #producer .producer_txt {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1120px) {
    #producer .producer_txt {
      margin-bottom: 80px; } }
#producer .moive_wrap .moive_box {
  margin-bottom: 8.9285714286%; }
  @media screen and (max-width: 769px) {
    #producer .moive_wrap .moive_box {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1120px) {
    #producer .moive_wrap .moive_box {
      margin-bottom: 100px; } }
  #producer .moive_wrap .moive_box .interview_txt {
    text-align: center;
    margin-bottom: 20px; }
    #producer .moive_wrap .moive_box .interview_txt .interview {
      font-size: 1.3rem;
      margin-bottom: 3.5714285714%;
      color: #BEAB18;
      position: relative; }
      @media (min-width: 769px) {
        #producer .moive_wrap .moive_box .interview_txt .interview {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.1203369434 ); } }
      @media (min-width: 1600px) {
        #producer .moive_wrap .moive_box .interview_txt .interview {
          font-size: 1.4rem; } }
      @media screen and (max-width: 769px) {
        #producer .moive_wrap .moive_box .interview_txt .interview {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1120px) {
        #producer .moive_wrap .moive_box .interview_txt .interview {
          margin-bottom: 40px; } }
      #producer .moive_wrap .moive_box .interview_txt .interview:after {
        position: absolute;
        content: "";
        display: block;
        background: #BEAB18;
        width: 100px;
        height: 1px;
        bottom: 1px;
        left: 50%;
        transform: translate(-50%, 0); }
    #producer .moive_wrap .moive_box .interview_txt .name {
      font-size: 1.5rem; }
      @media (min-width: 769px) {
        #producer .moive_wrap .moive_box .interview_txt .name {
          font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1203369434 ); } }
      @media (min-width: 1600px) {
        #producer .moive_wrap .moive_box .interview_txt .name {
          font-size: 1.6rem; } }
      #producer .moive_wrap .moive_box .interview_txt .name span {
        font-size: 1.8rem; }
        @media (min-width: 769px) {
          #producer .moive_wrap .moive_box .interview_txt .name span {
            font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.2406738869 ); } }
        @media (min-width: 1600px) {
          #producer .moive_wrap .moive_box .interview_txt .name span {
            font-size: 2rem; } }
  #producer .moive_wrap .moive_box .moive {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }
    #producer .moive_wrap .moive_box .moive iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #producer .moive_wrap .moive_box .moive p {
      font-size: 1.4rem;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
      @media (min-width: 768px) {
        #producer .moive_wrap .moive_box .moive p {
          font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.2019230769 ); } }
      @media (min-width: 1600px) {
        #producer .moive_wrap .moive_box .moive p {
          font-size: 2.4rem; } }
    #producer .moive_wrap .moive_box .moive.comingsoon {
      background: #eee; }

#about_btn .btn_wrap .btn_box {
  margin-bottom: 40px; }
  #about_btn .btn_wrap .btn_box .img_box a .btn {
    width: 100%; }
    #about_btn .btn_wrap .btn_box .img_box a .btn p {
      position: relative;
      background: #BEAB18;
      box-sizing: border-box;
      padding: 10px 20px;
      margin: auto;
      color: #fff;
      text-align: left; }
      #about_btn .btn_wrap .btn_box .img_box a .btn p:after {
        position: absolute;
        content: '\e902';
        font-family: 'icomoon';
        display: inline-block;
        padding-left: 0;
        right: 20px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #producer .moive_wrap .moive_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #producer .moive_wrap .moive_box .interview_txt {
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%;
      margin-bottom: 0; }
    #producer .moive_wrap .moive_box .moive {
      flex: 0 1 65%;
      width: 65%;
      max-width: 65%;
      padding-bottom: 37.25%; }

  #about_btn .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #about_btn .btn_wrap .btn_box {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      margin-bottom: 0; }
      #about_btn .btn_wrap .btn_box .img_box a {
        display: block;
        position: relative;
        transition: 0.3s; }
        #about_btn .btn_wrap .btn_box .img_box a .btn {
          position: absolute;
          max-width: 430px;
          bottom: -10%;
          right: -5%; }
          #about_btn .btn_wrap .btn_box .img_box a .btn p {
            transition: 0.3s; }
        #about_btn .btn_wrap .btn_box .img_box a:hover {
          transition: 0.3s;
          opacity: 1; }
          #about_btn .btn_wrap .btn_box .img_box a:hover .btn p {
            transition: 0.3s;
            opacity: 1;
            background: #F8F8F8;
            color: #BEAB18;
            letter-spacing: 0.1em; }
            #about_btn .btn_wrap .btn_box .img_box a:hover .btn p:after {
              transform: translate(20%, 0); } }
/*------------------------------
		981px以上
------------------------------*/
/*------------------------------
		1121px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
</pre></body></html>