@charset "UTF-8";
/*-------------------------------------------------------------------------
RESET CSS
-------------------------------------------------------------------------*/
html {
  background: none;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-size: 62.5%;
  width: 100%; }

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea, input {
  background: none;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #222;
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1; }

h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, dt {
  font-family: 'Quicksand', sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  color: #428dd8;
  text-decoration: none;
  transition: .3s;
  outline: none; }

mark {
  background: linear-gradient(to bottom, transparent, transparent 60%, #fcf200 61%, #fcf200 90%, transparent 91%, transparent 100%); }

li {
  list-style-type: none; }

img {
  vertical-align: top;
  max-width: 100%; }

table {
  width: 100%;
  border-collapse: collapse; }

/* clearfix */
.clearfix:after {
  content: url(/images/recruit2019/clearfix.gif);
  display: block;
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

.wrapper {
  width: 100%;
  overflow: hidden; }

@media screen and (max-width: 960px) {
  .tb-none {
    display: none; }

  .contents > section {
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea, input {
    font-size: 13px; }

  .sp-none {
    display: none; }

  .contents > section {
    padding-right: 0;
    padding-left: 0; } }
body {
  background: url(/images/bg_city.png) no-repeat;
  background-position: right calc(50% - 300px) top 54px;
  background-attachment: fixed; }

@media screen and (max-width: 960px) {
  body {
    background-size: 146%;
    background-position: center top 240px; } }
/*-------------------------------------------------------------------------
UI
-------------------------------------------------------------------------*/
/* LAYOUT
--------------------------- */
.ui-wrap {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.ui-opacity-box {
  background-color: rgba(255, 255, 255, 0.8); }

/* TEXT
--------------------------- */
.ui-text {
  text-align: justify;
  line-height: 1.8; }

.ui-ft-qs {
  font-family: 'Quicksand', sans-serif; }

.ui-bold {
  font-weight: bold; }

.ui-indent {
  text-indent: 1.8em; }

/* MARGIN
--------------------------- */
/* TOP */
.ui-mgt5 {
  margin-top: 5px; }

.ui-mgt8 {
  margin-top: 8px; }

.ui-mgt10 {
  margin-top: 10px; }

.ui-mgt13 {
  margin-top: 13px; }

.ui-mgt15 {
  margin-top: 15px; }

.ui-mgt18 {
  margin-top: 18px; }

.ui-mgt20 {
  margin-top: 20px; }

.ui-mgt23 {
  margin-top: 23px; }

.ui-mgt25 {
  margin-top: 25px; }

.ui-mgt30 {
  margin-top: 30px; }

/* BOTTOM */
.ui-mgb5 {
  margin-bottom: 5px; }

.ui-mgb8 {
  margin-bottom: 8px; }

.ui-mgb10 {
  margin-bottom: 10px; }

.ui-mgb13 {
  margin-bottom: 13px; }

.ui-mgb15 {
  margin-bottom: 15px; }

.ui-mgb18 {
  margin-bottom: 18px; }

.ui-mgb20 {
  margin-bottom: 20px; }

.ui-mgb23 {
  margin-bottom: 23px; }

.ui-mgb25 {
  margin-bottom: 25px; }

.ui-mgb30 {
  margin-bottom: 30px; }

/* LEFT */
.ui-mgl15 {
  margin-left: 15px; }

/* TITLE
--------------------------- */
.ui-ttl {
  text-align: center; }
  .ui-ttl b {
    font-size: 32px;
    font-weight: bold;
    color: #1a2b54;
    position: relative;
    display: inline-block; }
    .ui-ttl b:after {
      content: "";
      width: 100%;
      height: 5px;
      background-color: #1a2b54;
      position: absolute;
      bottom: -11px;
      left: 0; }

/* ARROW
--------------------------- */
.ui-prev-arw:before,
.ui-next-arw:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #428dd8;
  border-right: 2px solid #428dd8;
  display: inline-block;
  vertical-align: 1px; }

.ui-prev-arw:before {
  transform: rotate(-135deg);
  margin: 0 9px 0 0; }

.ui-next-arw:after {
  transform: rotate(45deg);
  margin: 0 0 0 9px; }

/* BR
--------------------------- */
.ui-br-mb {
  display: none; }

/* BOTTON
--------------------------- */
.ui-btn:hover {
  filter: brightness(1.15); }

@media screen and (max-width: 960px) {
  .ui-wrap {
    width: 100%; }

  .ui-opacity-box {
    min-width: auto; } }
@media screen and (max-width: 480px) {
  .l-page .ui-text {
    line-height: 1.5;
    font-size: 13px; }

  .ui-br-mb {
    display: block; }

  .ui-ttl b {
    font-size: 20px;
    margin-bottom: 10px; }
    .ui-ttl b:after {
      bottom: -15px;
      width: 38px;
      left: calc(50% - 19px); } }
/*-------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------*/
.l-header {
  background-color: #fff; }

.header__inner {
  display: flex;
  justify-content: space-between;
  height: 80px; }

.header__logo {
  margin: 30px 0 0; }
  .header__logo img {
    width: 176px; }
    .header__logo img.mobile-logo {
      display: none; }

.header__right {
  display: flex;
  margin: 40px 0 0; }

.header__mail {
  margin: -5px 0 0; }
  .header__mail i {
    font-size: 18px;
    font-weight: bold;
    vertical-align: -5px; }
  .header__mail a:hover i {
    color: #065aae; }

.hbmenu {
  display: none; }

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute; }

@media screen and (max-width: 960px) {
  .header__inner {
    height: auto;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 17px; }

  .header__logo {
    margin: 0; }

  .header__right {
    justify-content: center;
    margin-top: 17px; } }
@media screen and (max-width: 480px) {
  .header__inner {
    display: flex;
    text-align: left;
    padding: 0 0 0 13px;
    height: 50px; }

  .header__logo {
    margin-top: 15px; }
    .header__logo img {
      width: 107px;
      height: 22px; }
      .is-menu .header__logo img {
        display: none; }
      .is-menu .header__logo img.mobile-logo {
        display: inline-block;
        width: 107px; }

  .hbmenu {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    z-index: 100;
    cursor: pointer;
    margin: 13px 11px 0 0; }

  .hbmenu__line {
    width: 100%;
    height: 3px;
    background-color: #222;
    background: #222;
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .hbmenu__line:nth-child(2) {
      top: 10px; }
    .hbmenu__line:nth-child(3) {
      top: 20px; }
    .is-menu .hbmenu__line {
      background: #fff; }
      .is-menu .hbmenu__line:nth-child(1) {
        top: 10px;
        transform: rotate(135deg); }
      .is-menu .hbmenu__line:nth-child(2) {
        width: 0;
        left: 50%; }
      .is-menu .hbmenu__line:nth-child(3) {
        top: 10px;
        transform: rotate(-135deg); }

  .is-menu .l-header {
    height: 100vh;
    background: rgba(20, 34, 47, 0.9);
    position: absolute;
    z-index: 100;
    width: 100%; }
  .is-menu main, .is-menu .contents {
    height: 100vh;
    overflow: hidden; }
  .is-menu .l-footer {
    display: none; }

  .mobile-nav {
    width: 100%;
    left: 0;
    text-align: center; }
    .is-menu .mobile-nav {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: .5s ease; }

  .mobile-nav-list {
    margin: 0 0 35px; }
    .mobile-nav-list dt, .mobile-nav-list a {
      font-size: 16px;
      font-weight: bold; }
    .mobile-nav-list dt {
      font-size: 16px;
      color: #9fb7d0;
      margin: 0 0 13px; }
    .mobile-nav-list dd {
      margin: 0 0 10px; }
    .mobile-nav-list a {
      display: block;
      color: #fff;
      line-height: 1.8; } }
/*-------------------------------------------------------------------------
GROBAL NAVGATION
-------------------------------------------------------------------------*/
.navg__list {
  display: flex;
  margin: 0 37px 0 0; }
  .navg__list > li {
    margin: 0 0 0 38px;
    position: relative; }
  .navg__list a {
    color: #222; }
    .navg__list a:hover {
      color: #065aae;
      opacity: .9; }
  [class*="navg__list__btn"] {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding: 0 0 8px; }

  .navg__list__btn--role_pulldown:after {
    content: "";
    border-width: 6px 4px 0 4px;
    border-style: solid;
    border-color: #222 transparent transparent;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: 3px; }

  .navg__list__pulldown {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: .2s ease;
    position: absolute;
    top: 26px;
    left: 0; }
    li:hover .navg__list__pulldown {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
    .navg__list__pulldown li {
      margin: 8px 0 0;
      width: 122px; }
      .navg__list__pulldown li a {
        font-weight: bold;
        text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
        transition: .5s;
        padding: 6px 6px 6px 0;
        line-height: 20px; }

@media screen and (max-width: 960px) {
  .navg__list__pulldown {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .header__right {
    display: none; } }
/*-------------------------------------------------------------------------
PAGE
-------------------------------------------------------------------------*/
.page-head {
  background-color: rgba(231, 239, 247, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 142px; }

.page-head__ttl {
  font-size: 20px;
  text-align: center; }
  .page-head__ttl strong {
    font-size: 48px;
    font-weight: bold;
    display: block;
    font-family: 'Quicksand', sans-serif;
    margin: 0 0 2px; }

@media screen and (max-width: 960px) {
  .page-head {
    height: 141px;
    min-width: auto; }
    .page-head__ttl {
      font-size: 20px; }
      .page-head__ttl strong {
        font-size: 48px;
        margin-bottom: 7px; } }
@media screen and (max-width: 480px) {
  .page-head {
    height: 66px;
    background-color: #e7f1fa; }
    .page-head__ttl {
      font-size: 11px; }
      .page-head__ttl strong {
        font-size: 28px;
        margin: -2px 0 2px; } }
/*-------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------*/
/* LAYOUT
--------------------------- */
.l-footer {
  padding: 78px 0 0;
  background-color: #fff;
  overflow: hidden;
}

.footer__upper {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.footer__about,
.footer-logo,
.footer-bnr {
  display: flex;
  align-items: center; }

.footer__about {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 18px 0 18px; }

.footer__lower {
  background-color: #065aae;
  padding: 40px 0 50px;
  text-align: center; }

.gomaki_cm {
  z-index: 9999;
  width: 100%;
  background-color: #4a92da;
  position: fixed;
  bottom: 0;
}

.gomaki_cm_inner {
  display: flex;
  margin-left: -112px;
  height: 105px;
  justify-content: center;
  text-align: center;
  position: relative;
}

.release {
  display: flex;
  align-items: flex-start;
}

/* OBJECT
--------------------------- */
.footer-logo__items img {
  width: 214px; }

.footer-logo__add {
  margin: 0 0 0 11px;
  font-size: 12px; }
  .footer-logo__add b {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px; }

.footer-bnr li {
  margin: 0 0 0 20px; }
.footer-bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 76px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.footer-bnr__serv a {
  background-image: url("/images/bg_bnr_service.png"); }

.footer-bnr__recr a {
  background-image: url("/images/bg_bnr_recruit.png"); }
.footer-bnr i {
  margin-left: 5px;
  font-size: 16px;
  color: #fff; }
.footer-bnr__serv i {
  margin-top: 20px; }
.footer-rule {
  border-top: 1px solid #d3dee9;
  padding: 14px 0 8px; }
  .footer-rule ul {
    display: flex;
    justify-content: center; }
  .footer-rule li {
    font-size: 0;
    width: 368px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dotted #d3dee9; }
    .footer-rule li:last-child {
      border: none; }
  .footer-rule__prv {
    width: 60px; }

  .footer-rule__kose {
    width: 55px; }

  .footer-rule__jma {
    width: 40px;
    margin: 0 9px 0 0; }

  .footer-rule__isms {
    width: 25px; }
  .footer-rule img {
    max-width: initial; }
  .footer-rule span {
    margin: 0 0 0 9px;
    font-size: 11px;
    color: #6c7f93;
    line-height: 1.3; }

.footer-menu {
  display: none; }

.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 146px; }
  .footer-link li {
    margin: 0 18px; }
  .footer-link a {
    color: #fff;
    line-height: 1.8;
    font-size: 13px; }

.footer__copy small {
  font-size: 13px;
  color: #fff; }

.gomaki_cm_inner p, .gomaki_cm_inner span {
  font-weight: bold;
}

.gomaki_introduce {
  margin-top: 25px;
  letter-spacing: 2px;
}

.gomaki_introduce p {
  padding-bottom: 3px;
  font-size: 18px;
  color: #fff;
}

.gomaki_introduce .gotomaki {
  font-size: 26px;
}

.gotomaki {
  padding-top: 7px;
  border-top: solid;
  border-width: thin;
  border-color: #fff;
}

.gotomaki span {
  font-size: 38px;
  color: #fff;
}

.js-movie-btn {
  border: solid 3px #ffec00;
  border-radius: 3px;
  padding: 15px 30px 11px;
  margin: 21px 50px 0 20px;
  font-size: 33px;
  color: #ffec00;
  height: fit-content;
  cursor: pointer;
}

.js-movie-btn:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/images/btn_play.png") no-repeat;
  margin: 0 0 -2px 8px;
}

.js-movie-btn:hover {
  background: #ffec00;
  color: #4a92da;
  transition: .2s;
}

.js-movie-btn:hover:after {
  background-image: url("/images/btn_play_reverse.png");
  transition: .2s;
}

.makimaki {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  .gomaki_introduce p {
    padding-bottom: 3px;
    font-size: 15px;
  }

  .gomaki_introduce .gotomaki {
    font-size: 20px;
  }

  .gotomaki span, .release p {
    font-size: 26px;
  }

  .js-movie-btn {
    padding: 13px 15px 9px;
    margin: 19px 20px 0px 10px;
  }

  .js-movie-btn:after {
    background-size: contain;
    width: 25px;
    height: 25px;
  }

  .footer__about {
    display: block;
    margin: 0 0 30px; }

  .footer-bnr {
    justify-content: center; }

  .footer-bnr {
    margin: 38px 0; }
    .footer-bnr li {
      width: 45%;
      margin: 0 10px; }
    .footer-bnr a {
      width: 100%; }

  .footer-logo {
    justify-content: center; }

  .footer-rule {
    padding: 0 0 12px; }
    .footer-rule ul {
      display: block; }
    .footer-rule li {
      width: 100%;
      height: 60px;
      border: none;
      border-bottom: 1px dotted #d3dee9; }
    .footer-rule img {
      margin-right: 1.5%; }
    .footer-rule__prv {
      width: 49px; }
    .footer-rule__kose {
      width: 48px; }
    .footer-rule__jma {
      width: 40px; }
    .footer-rule__isms {
      width: 25px; } }
@media screen and (max-width: 480px) {
  .gomaki_cm {
    text-align: center;
  }

  .gomaki_cm_inner {
    display: inline-block;
    height: 97px;
    margin-left: -130px;
  }

  .gomaki_introduce {
    margin-top: 20px;
  }

  .gomaki_introduce p {
    font-size: 13px;
  }

  .prcharacter {
    display: none;
  }

  .gotomaki {
    border: none;
  }

  .gomaki_introduce .gotomaki {
    font-size: 16px;
    padding-top: 0;
  }

  .gotomaki span, .release p {
    font-size: 20px;
  }

  .js-movie-btn {
    border-width: 2px;
    padding: 7px 15px 5px;
    margin: 0 10px;
  }

  .js-movie-btn:after {
    width: 20px;
    height: 20px;
  }

  .l-footer {
    padding-top: 45px; }

  .footer__upper {
    padding: 0; }

  .footer-bnr {
    display: block; }

  .footer-logo {
    text-align: center;
    display: block; }
    .footer-logo__items {
      margin-bottom: 10px; }

  .footer__about {
    margin-bottom: 4%; }

  .footer-bnr {
    margin-bottom: 11%; }
    .footer-bnr li {
      width: 100%;
      margin: 0; }
    .footer-bnr a {
      width: 100%;
      height: 42vw;
      font-size: 4.166vw; }
    .footer-bnr i {
      font-size: inherit;
      margin-top: 7%; }
    .footer-bnr .footer-bnr__serv i {
      margin-left: 1%; }
    .footer-bnr .footer-bnr__recr i {
      margin-left: -4%; }

  .footer-logo__items {
    margin-bottom: 8px; }
    .footer-logo__items img {
      width: 169px; }
  .footer-logo__add {
    font-size: 11px; }
    .footer-logo__add b {
      font-size: 13px; }

  .footer-rule {
    margin: 0 15px;
    padding-bottom: 40px; }
    .footer-rule li {
      height: 54px;
      padding: 0 10px;
      text-align: justify;
      justify-content: flex-start; }
      .footer-rule li a.prv {
        width: 15%; }
    .footer-rule span {
      width: 85%; }

  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d3dee9;
    border-bottom: 1px solid #d3dee9; }
    .footer-menu li {
      width: 50%;
      border-bottom: 1px solid #d3dee9; }
      .footer-menu li:nth-child(2n) {
        border-left: 1px solid #d3dee9; }
    .footer-menu a {
      display: block;
      height: 48px;
      line-height: 48px;
      text-align: center;
      font-size: 13px;
      color: #222;
      background-color: #f3f6f9; }

  .footer__lower {
    padding: 6.5% 0 9.3%; }

  .footer-link {
    margin-bottom: 5%;
    flex-wrap: wrap; }
    .footer-link li {
      text-align: center;
      margin: 0 0 3.7%;
      width: 40%; }
      .footer-link li:last-child {
        display: none; }
    .footer-link a {
      font-size: 11px; }

  .footer__copy small {
    font-size: 11px; } }

/*201911 カレンダー壁紙バナー*/
.campaign-calendar {
    display: none; }

@media screen and (max-width: 480px) {
    .campaign-calendar {
        display: block;
        margin: 0 auto 20px;
        width: 90%; } }

/*==============汎用class==============*/
.btn {
  display: inline-block;
  color: #607d8b;
  background: rgba(140, 169, 198, 0.2);
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box; }

.btn:hover {
  background: rgba(140, 169, 198, 0.3); }

.block {
  display: block; }

.center {
  text-align: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-full {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none; }

  .w-full {
    width: 100%; } }
@media screen and (max-width: 960px) {
  .tb-flex-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 480px) {
  .sp-none {
    display: none; }

  .sp-flex-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; } }

/* YOUTUBE */
.youtube {
  position: fixed;
  top     : 50%;
  left    : 50%;
  z-index : 10002;/* headerăŽz-indexă10000 */
  transform: translate(-50%,-50%);
  width: 800px;
  display: none;
}
.youtube iframe {
  max-width: 100%;
  height: 450px;
}
.youtube_close {
  position: absolute;
  top     : -50px;
  right   : -50px;
  z-index : 10003;
  font-size: 20px;
  color    : #fff;
  cursor: pointer;
  border : 3px solid #fff;
  border-radius: 50%;
  padding: 10px;
  display: none;
}

.icon-fa-close:before {
  content: "\02715";
  font-weight: bold;
}

.overlay {
  position: fixed;
  top     : 0;
  left    : 0;
  z-index : 10001;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 927px){
  .youtube {
    width: 90%;
  }
  .youtube iframe {
    height: 36vh;
  }
  .youtube_close {
    top  : -30px;
    right: -26px;
    padding: 5px;
  }
}