@charset "UTF-8";
/*(c)ポッキリー小倉*/
/*フォント*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
/*font-family:"Rounded Mplus 1c";*/
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*font-family:"Sawarabi Mincho";*/
@import url(//fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
/*色設定*/
/*ベーシック*/
html {
  overflow-y: scroll; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #151D32;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #151D32; }

li {
  list-style: none; }

a {
  outline: none;
  color: inherit;
  text-decoration: none; }

img {
  border: 0px;
  /* vertical-align: bottom;  */
}

/*フォント設定*/
body,
input,
textarea {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "游ゴシック M",YuGothic M, "メイリオ","Meiryo", "HGPｺﾞｼｯｸM", "Osaka","ＭＳ Ｐゴシック",sans-serif,"Century Gothic",Arial; }

input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background: none; }
  input::-webkit-search-decoration {
    display: none; }
  input::focus {
    outline-offset: -2px; }

#Top {
  height: 75px;
  border-bottom: 3px solid #ecdd1c; }
  #Top .btn-top {
    width: 160px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff; }
    #Top .btn-top a::before {
      color: #ecdd1c;
      content: '⇒';
      font-family: 'Icons';
      margin-right: 5px;
      display: inline-block;
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

footer {
  display: block;
  width: 100%;
  background: url(../img/common/footer_back.jpg) center top; }

#Ft {
  position: relative; }
  #Ft h1 {
    padding-top: 25px; }
  #Ft h2 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-top: 20px; }
  #Ft .sns {
    margin-top: 25px; }
    #Ft .sns li {
      display: inline-block;
      margin: 0 30px; }
  #Ft nav {
    margin-top: 10px; }
    #Ft nav.footer_nav_pc {
      display: none; }
    #Ft nav li {
      color: #fff; }
  #Ft .language {
    margin-top: 40px; }
    #Ft .language li {
      display: inline-block;
      margin: 0 10px; }
  #Ft .copyright {
    margin-top: 25px;
    font-size: 13px;
    color: #fff; }
  #Ft .gururi a {
    display: block; }
  #Ft .not_sp {
    display: none;
  }
  #Ft .policies {
    margin-top: 20px; }
    #Ft .policies li {
      display: inline-block;
      margin: 0 10px;
      color: white;
      font-size: 13px;
    }
      #Ft .policies li a {
        display: inline-block;
        margin: 0 10px; }

img {
  max-width: 100%; }

#Hd {
  border-top: 4px solid #ECD90E;
  height: 41px; }
  #Hd h1 {
    font-size: 0px;
    line-height: 0px;
    margin-top: 13px; }
    #Hd h1 img {
      height: 14px; }
    #Hd h1 br {
      display: none; }
  #Hd nav,
  #Hd div.language {
    display: none; }
  #Hd div.hum {
    position: absolute;
    left: 10px;
    top: 12px; }
    #Hd div.hum div a::before {
      content: '三';
      font-family: 'Icons';
      color: #ecdd1c;
      font-size: 25px;
      line-height: 25px; }
  #Hd div.search figure {
    position: absolute;
    right: 12px;
    top: 12px; }
    #Hd div.search figure img {
      width: 21px;
      vertical-align: middle; }
    #Hd div.search figure a::after {
      content: 's';
      font-family: 'Icons';
      color: #fff;
      font-size: 16px;
      line-height: 21px;
      margin-left: 5px; }
  #Hd div.search input {
    display: none; }
    #Hd div.search span {
      display: none; }

#Sp {
  position: fixed;
  overflow-y: scroll;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-top: 4px solid #ECD90E;
  background: #021053;
  z-index: 9999;
  background: url(../img/common/menuback.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  #Sp h1 {
    font-size: 0px;
    line-height: 0px;
    height: 41px;
    background: #151D32; }
    #Sp h1 img {
      height: 14px;
      padding-top: 13px; }
    #Sp h1 br {
      display: none; }
  #Sp nav {
    margin: 20px 20px; }
    #Sp nav li {
      color: #fff;
      font-size: 16px;
      line-height: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #Sp nav ul + ul li {
      border: none; }
  #Sp .language {
    margin-bottom: 20px; }
    #Sp .language li {
      display: inline-block;
      margin: 0 10px; }
      #Sp .language li img {
        width: 30px; }
  #Sp .sns {
    display: inline-block; }
    #Sp .sns li {
      display: inline-block;
      margin: 0 10px; }
      #Sp .sns li img {
        width: 34px;
        vertical-align: middle; }
  #Sp .nomy {
    /*display: inline-block;*/
    display: none;
    margin-left: 20px;
    padding-bottom: 50px; }
    #Sp .nomy img {
      width: 100px;
      vertical-align: middle; }
  #Sp div.hum {
    position: absolute;
    right: 10px;
    top: 8px; }
    #Sp div.hum div a::before {
      content: '×';
      font-family: 'Icons';
      color: #ecdd1c;
      font-size: 25px;
      line-height: 25px; }

body.open #Sp {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

html.open,
body.open {
  overflow: hidden;
  height: 100%; }

footer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#Ft h1 img {
  width: 280px; }
#Ft .sns {
  padding-bottom: 20px; }
#Ft nav {
  display: block;
  clear: both;
  padding-top: 20px; }
  #Ft nav li {
    line-height: 40px;
    color: #fff;
    font-size: 15px; }
#Ft .copyright {
  font-size: 11px;
  padding: 0 30px;
  padding-bottom: 30px; }
#Ft .gururi {
  display: inline-block;
  vertical-align: top;
}
  #Ft .gururi a img {
    height: 66px;
    padding-top: 17px; }
#Ft .nomy {
  /*display: inline-block;*/
  display: none;
 }
  #Ft .nomy a img {
    height: 100px;
    padding-left: 30px; }
#Ft .partner {
  display: inline-block;
  margin-top: 20px;
}
  #Ft .partner a img {
    height: 100px;
    padding-left: 0; }

/*TOP*/
.top-visual {
  height: 560px;
  position: relative;
  overflow: hidden; }
  .top-visual .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000; }

  .top-visual .top-visual-neon {
    padding-top: 30px; }
    .top-visual .top-visual-neon img {
      width: 240px; }
  .top-visual .top-visual-ribbon {
    padding-top: 20px; }
    .top-visual .top-visual-ribbon img {
      width: 300px; }
  .top-visual .top-visual-copy {
    padding-top: 20px; }
  .top-visual .top-visual-text {
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px; }
    .top-visual .top-visual-movie img {
      vertical-align: bottom;
      width: 150px; }

.top-banner, .top-banner-en {
  background: url(../img/top/top_banners_back.jpg);
  padding: 15px 10px; }
  .top-banner ul, .top-banner-en ul {
    *zoom: 1; }
    .top-banner ul::before, .top-banner-en ul::before {
      content: " ";
      display: table; }
    .top-banner ul::after, .top-banner-en ul::after {
      content: " ";
      display: table;
      clear: both; }
    .top-banner ul li, .top-banner-en ul li {
      float: left;
      width: 48%;
      margin: 2% 1%; }
      .top-banner ul li p, .top-banner-en ul li p {
        font-size: 0.9em;
        color: rgba(255,255,255,1);
        margin-top: -60px;
      }

      .top-banner-en ul li:nth-child(1) p {
        left: 112px;
      }
      .top-banner-en ul li:nth-child(2) p {
        left: 53px;
      }
      .top-banner-en ul li:nth-child(3) p {
        left: 61px;
      }
      .top-banner-en ul li:nth-child(4) p {
        left: 25px;
        font-size: 14px;
      }
.arsion-banner-lg {
  margin: 100px auto;
  vertical-align: middle;
}

.top-nomy {
  background: url(../img/top/night.jpg) center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .top-nomy .top-nomy-box {
    width: 768px;
    margin: 0 auto;
    position: relative;
    *zoom: 1; }
    .top-nomy .top-nomy-box::before {
      content: " ";
      display: table; }
    .top-nomy .top-nomy-box::after {
      content: " ";
      display: table;
      clear: both; }
    .top-nomy .top-nomy-box .top-nomy-shops {
      display: none; }
    .top-nomy .top-nomy-box .top-nomy-iphone {
      position: absolute;
      left: 70px;
      top: 10%;;
      z-index: 1; }
      .top-nomy .top-nomy-box .top-nomy-iphone img {
        width: 200px; }
    .top-nomy .top-nomy-box .top-nomy-fuki {
      position: absolute;
      left: 150px;
      top: 1%;
      z-index: 2; }
      .top-nomy .top-nomy-box .top-nomy-fuki img {
        width: 150px; }
    .top-nomy .top-nomy-box .top-nomy-mark {
      position: absolute;
      left: 200px;
      top: 78%;
      z-index: 2; }
      .top-nomy .top-nomy-box .top-nomy-mark img {
        width: 70px; }
    .top-nomy .top-nomy-box .top-nomy-text {
      width: 470px;
      height: 400px;
      margin-left: 210px;;
      margin-top: 20px;
      margin-bottom: 20px;
      background: #48D0F2;
      z-index: 0;
      padding: 20px 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .top-nomy .top-nomy-box .top-nomy-text figure img {
        height: 80%; }
      .top-nomy .top-nomy-box .top-nomy-text p {
        width: 400px;
        margin: 15px 30px 15px 30px;
        font-size: 18px;
        line-height: 32px; }
      .top-nomy .top-nomy-box p.top-nomy-text-kr {
        width: 80%;
        text-align: center;
        margin: 20px auto;
        line-height: 24px; }

      .top-nomy .top-nomy-box .top-nomy-text div {
        display: none;
        background: #fff;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        border-bottom: 3px solid #151D32;
        margin: 0 20px; }
        .top-nomy .top-nomy-box .top-nomy-text div a {
          display: block;
          padding: 8px 10px;
          line-height: 14px;
          font-size: 11px; }
        .top-nomy .top-nomy-box .top-nomy-text div a::before {
          content: 's';
          font-family: 'Icons';
          color: #48D0F2;
          margin-right: 5px;
          font-size: 14px; }

/* blog posts slider */
.top-info {
  background: url(../img/top/top3_city.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px; }
  .top-info hr {
    height: 25px;
    display: block;
    border: 0px;
    background: url(../img/top/top3_yellow_back.png) center top repeat-x;
    margin: 0px;
    padding: 0px; }
  .top-info .top-info-box {
    width: 84%;
    padding: 0 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto; }
  .top-info .top-info-title {
    padding: 50px; }

  .scroll_blog_posts {
    width: 100%;
    height: auto;
  }
  .posts_li {
    height: 200px;
    position: relative;
    margin: 0 10px;
  }
  .posts_li span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 55px;
  }
  .posts_li figure {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  .posts_li figure img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .posts_li p {
    color: #fff;
    text-align: left;
    white-space: normal;
    margin: 5px;
    font-size: 16px;
    line-height: 20px;
  }

.top-about {
  background: url(../img/top/top4_back.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  padding-bottom: 30px; }
  .top-about hr {
    height: 10px;
    display: block;
    border: 0px;
    background: url(../img/top/top3_yellow_back.png) center top repeat-x;
    margin: 0px;
    padding: 0px; }
  .top-about .top-about-box {
    background: url(../img/top/about_bg.png) center top no-repeat;
    margin: 0 auto;
    width: 100%; }
  .top-about .top-about-logo {
    padding: 40px 0 30px; }
    .top-about .top-about-logo img {
      height: 100px; }
  .top-about .tate {
    width: 61%;
    margin: 0 auto;
  }
  .top-about p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px; }
    .top-about .tate-kr {
      width: 70%;
      height: auto;
      margin: 0 auto;
    }
    .top-about .tate-kr p {
      text-align: center;
    }
    .top-about .tate-en {
      width: 60%;
      height: auto;
      margin: 0 auto;
    }
    .top-about .tate-kr p, .top-about .tate-en p {
      font-size: 18px;
      line-height: 45px;
      color: #fff;
      font-weight: 400;
      text-align: center; }
    }

.top-pr {
  background: url(../img/top/night2.jpg) bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px 0 15px 0; }
  .top-pr .top-pr-title {
    padding: 5px; }
  .top-pr .top-pr-text {
    padding: 15px 0; }
    .top-pr .top-pr-text figure {
      display: block; }
      .top-pr .top-pr-text figure span {
        display: block; }
    .top-pr .top-pr-text img {
      height: 36px;
      padding: 2px 0; }
      .top-pr .top-pr-text.en figure {
        height: 129px;
        padding: 2px 0; }
      .top-pr .top-pr-text.en figure img {
        height: 129px;
        padding: 2px 0; }
  .top-pr .top-pr-block, .top-pr .top-pr-block-right {
    padding: 10px;
    background-color: #f5ea2b;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px,
                        rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
    opacity: 1;
    border-radius: 8px;
    margin: 20px 10px 30px 10px;
    position: relative;
    *zoom: 1; }

    .top-pr-videos {
      display: none;
    }
    .top-pr .top-pr-block::before, .top-pr .top-pr-block-right::before {
      content: " ";
      display: table; }
    .top-pr .top-pr-block::after, .top-pr .top-pr-block-right::after {
      content: " ";
      display: table;
      clear: both; }
    .top-pr .top-pr-block .top-pr-circle {
      position: absolute;
      left: -10px;
      top: -30px; }
    .top-pr .top-pr-block-right .top-pr-circle {
      position: absolute;
      right: -10px;
      top: -30px; }
      .top-pr .top-pr-block .top-pr-circle img, .top-pr .top-pr-block-right .top-pr-circle img {
        width: 80px; }
    .top-pr .top-pr-block dl, .top-pr .top-pr-block-right dl {
      padding-bottom: 20px; }
    .top-pr .top-pr-block dt, .top-pr .top-pr-block-right dt {
      margin-left: -40px;
      font-size: 14px;
      padding: 20px 0 0 0; }
      .top-pr .top-pr-block dt span, .top-pr .top-pr-block-right dt span {
        display: block; }
    .top-pr .top-pr-block figure.njg, .top-pr .top-pr-block-right figure.njg {
      margin: 0 30px; }
    .top-pr .top-pr-block .top-pr-pic img, .top-pr .top-pr-block-right .top-pr-pic img {
      width: 150px; }
    .top-pr .top-pr-block i, .top-pr .top-pr-block-right i {
      text-align: center;
      display: block; }
      .top-pr .top-pr-block i img, .top-pr .top-pr-block-right i img {
        height: 20px;
        margin: 15px auto; }
    .top-pr .top-pr-block i + i, .top-pr .top-pr-block-right i + i {
      display: none; }
    .top-pr .top-pr-block li, .top-pr .top-pr-block-right li {
      font-size: 13px;
      margin: 0 0 15px 25px; }
      .top-pr .top-pr-block li span, .top-pr .top-pr-block-right li span {
        padding-right: 15px; }
      .top-pr .top-pr-block li img, .top-pr .top-pr-block-right li img {
        height: 25px; }
      .top-pr .top-pr-block li a, .top-pr .top-pr-block-right li a {
        text-decoration: underline;
      }
      .top-pr .top-pr-block li a::before, .top-pr .top-pr-block-right li a::before {
        float: left;
        content: '＞';
        font-family: 'Icons';
        color: #151D32;
        font-size: 15px;
        margin-left: -25px; }
      .top-pr .block3 ul li a::before, .top-pr .top-pr-block-right li a::before {
          content: '';
        }
  .top-pr .block1 .video_pr_title {
    width: 100%;
    margin: 0 auto;
  }
  .top-pr .block1 .video_pr_photo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .top-pr .block1 .video_pr_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
  }
  .top-pr .block1 .video_pr_photos img {
    width: 240px;
    margin-bottom: 10px;
    display: inline-flex;
    border-radius: 8px;
  }

  /* .top-pr .block1 .video_pr_photos a:nth-child(4), .top-pr .block1 .video_pr_photos a:nth-child(5), .top-pr .block1 .video_pr_photos a:nth-child(6), .top-pr .block1 .video_pr_photos a:nth-child(7), .top-pr .block1 .video_pr_photos a:nth-child(8) {
    display: none;
  } */
  .top-pr .block1 .video_pr_photo img {
    width: 100%;
    border-radius: 8px;
  }

  .top-pr .block1 .description {
    width: 97%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
  }
  .top-pr .block1 .description.desc1 {
    font-size: 17px;
    line-height: 36px;
  }
  .top-pr .block1 p.top-creater-pr {
    font-family: Noto Sans Japanese;
    color: #0B2D3B;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding-left: -20px;
    margin-left: -120px;
    margin-top: 10px;
  }
  .top-pr .block1 .top-creaters-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 10px 0;
  }

  .top-creaters-description .imo, .top-creaters-description .mitsu, .top-creaters-description .names   {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 20px;
  }
  .top-creaters-description .imo, .top-creaters-description .mitsu {
    width: 100%;
  }


  .top-creaters-description .imo figure, .top-creaters-description .mitsu figure {
    width: 150px;
    height: 180px;
    overflow: hidden;
    margin-right: 10px;
  }
  .top-creaters-description .name-imo, .top-creaters-description .name-mitsu,  .top-creaters-description .name-producer, .top-creaters-description .name-director {
    position: relative;
    width: 150px;
    height: 180px;
    display: inline-block;
    /* margin-right: 20px; */
  }

  .top-creaters-description .title {
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 14px;
  }
  .top-creaters-description .name {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
  .top-creaters-description .desc {
    font-size: 12px;
    text-align: left;
    word-break: break-all;
  }
  .top-creaters-description .name:nth-child(1) {
    margin-left: -8px;
  }
  .top-creaters-description .desc:nth-child(1) {
    margin-left: -8px;
  }
  .imo .name-imo img, .mitsu .name-mitsu img, .names .name-producer img, .names .name-director img {
    margin-left: -20px;
  }

  .top-pr-block.block1 dl {
    margin: 0 auto;
    padding-bottom: 0;
  }

  .top-pr-block.block1 dl dt {
    margin: 0 auto;
    font-size: 18px;
  }
  .top-pr-block.block1 dl dd {
    margin: 20px auto;
  }

  .top-pr .block1 dd img {
    height: 30px; }

  .top-creaters-description figure {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    width: 160px;
    height: 160px;
    overflow: hidden;
  }

  .top-pr .block1 p.top-creater-pr {
    font-family: Noto Sans Japanese;
    color: #0B2D3B;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 auto;
  }

  /* block2 */
  .top-pr .block2 figure.kkr {
    width: 25%;
    display: inline-block;
  }
  .top-pr .block2 figure.kkr img {
    width: 100%;
  }
  .top-pr .block2 div.top-song-pr {
    display: inline-block;
    width: 63%;
    vertical-align: top;
    margin-top: -20px;
  }
  .top-pr .block2 figure.title_kkr {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .top-pr .block2 .song-creaters-pr {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .top-pr .block2 p.creaters1 {
    width: 100%;
    margin: 0 auto;
    font-weight: 800;
    font-size: 32px;
  }

  .top-pr .block2 div.creaters2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 20px auto;
  }

  .top-pr .block2 div.creaters2 .creaters2-col-1, .top-pr .block2 div.creaters2 .creaters2-col-2, .top-pr .block2 div.creaters2 .creaters2-col-3 {
    width: 140px;
    position: relative;
  }
  /* .creaters2-col-1 img,
  .creaters2-col-2 img, .creaters2-col-3 img {
    margin-left: -20px;
  } */
  .creaters2-col-1 .title, .creaters2-col-2 .title, .creaters2-col-3 .title {
    color: white;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .creaters2-col-3 .title:nth-child(5) {
    top: 65px;
  }
  .creaters2-col-3 .title:nth-child(8) {
    top: 125px;
  }

  .creaters2-col-1 .name, .creaters2-col-2 .name, .creaters2-col-3 .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    /* margin-top: 5px; */
  }
  .creaters2-col-1 .description, .creaters2-col-2 .description, .creaters2-col-3 .description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .creaters2-col-1 .description.en {
    font-size: 11px;
    margin-left: -5px;
  }
  .creaters2-col-1 .name {
    margin-left: -20px;
  }
  .creaters2-col-1 .description, .creaters2-col-2 .description {
    width: 100%;
    word-break: break-all;
    text-align: left;
    padding-left: 5px;
  }
  .creaters2-col-2 .name {
    margin-left: -72px;
  }
  .creaters2-col-3 .name:nth-child(3) {
    margin-left: -39px;
  }
  .creaters2-col-3 .name:nth-child(6) {
    margin-left: -82px;
  }
  .creaters2-col-3 .name:nth-child(9) {
    margin-left: -62px;
  }
  .creaters2-col-1 .name.name_kr, .creaters2-col-2 .name.name_kr {
    margin-left: -57px;
  }
  .creaters2-col-2 .name.name-en {
    margin-left: -18px;
  }
  .nao-pr {
    display: flex;
    justify-content: space-between;
    width: 84%;
    margin-left: 77px;
    /* border: 2px green double; */
    /* background-color: #92AC31; */
    background-color: yellow;
    border-radius: 8px;
  }
  .nao-description {
    width: 80%;
  }
  .nao-description p {
    width: 82%;
    color: black;
    margin: 0 auto;
  }

  .nao-description-decs1 {
    text-align: left;
    padding-top: 8px;
    font-size: 13px;
  }
  .nao-description-decs2 {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .nao-description-decs3, .nao-description-decs4 {
    text-align: left;
    font-size: 12px;
    padding: 2px 0;
  }
  .nao {
    width: 90px;
    padding: 5px;
    overflow: hidden;
    margin-right: 0 !important;
  }
  .nao img {
    width: 100%;
  }

  .top-pr .block3 {
    text-align: left; }
    .top-pr .block3 dl {
      width: 100%;
      text-align: center;
    }
      .top-pr .block3 dl dt {
        width: 77%;
        margin: 0 auto;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
      }
      .top-pr .block3 dl dt p img {
        width: 88%;
        margin-top: 10px;
        border-radius: 8px;
      }
        .top-pr .block3 dl dt p:last-child {
          margin-top: 10px;
        }
        .top-pr .block3 dl dt p span {
          color: red;
          display: inline-block;
        }
    .top-pr .block3 p.click_detail {
      margin-top: 10px;
      text-align: center;
      font-weight: bolder;
      font-size: 1.2em; }
    .top-pr .block3 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 25px;
      padding:  0px; }
    .top-pr .block3 ul li {
      width: 33.333%;
      margin: 0 8px 15px; }
    .top-pr .block3 li::before {
      content: ''; }
    .top-pr .block3 ul li figure {
      margin-bottom: 10px;
      width: 100%; }
    .top-pr .block3 ul li figure img {
      width: 100%;
      height: auto;
      border-radius: 8px; }
    .top-pr .block3 ul li p {
      width: 85%;
      margin: 0 auto;
      font-size: 13px;
      word-break: break-all;
      overflow: hidden; }
      .top-pr .block3 ul li p.nantion-post-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
      }
      .top-pr .block3 ul li p.nantion-post-summary {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
      }

.top-sponsor {
  color: #fff;
  padding: 20px 10px 40px 10px;
  background: url(../img/top/hero_back_movie2.png) center top; }
  .top-sponsor .top-sponsor-title {
    padding-top: 30px; }
    .top-sponsor .top-sponsor-title img {
      height: 40px; }
  .top-sponsor p {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 20px; }
    .top-sponsor p.size01 {
      font-size: 20px;
      margin: 20px 0;
      font-weight: bold; }
    .top-sponsor p.size02 {
      font-size: 16px;
      margin: 20px 0;
      font-weight: bold; }
      .top-sponsor p.size02 span {
        font-size: 10px;
        font-weight: normal; }
    .top-sponsor p.size03 {
      font-size: 15px;
      margin: 15px 0;
      text-align: center; }
      .top-sponsor p.size03 br {
        display: none; }
    .top-sponsor p.size04 {
      font-size: 12px;
      margin: 15px 0;
      text-align: left; }
      .top-sponsor p.size04 br {
        display: none; }
    .top-sponsor p.tal {
      text-align: left; }
  .top-sponsor .top-sponsor-banner {
    margin: 25px 0; }
    .top-sponsor .top-sponsor-banner ul {
      margin: 0 10px;
      display: inline-block;
      vertical-align: top; }
    .top-sponsor .top-sponsor-banner li {
      margin: 0 0 20px 0; }
      .top-sponsor .top-sponsor-banner li img {
        width: 100%; }
  .top-sponsor .top-sponsor-official {
    line-height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 0 auto;
    font-size: 16px; }
    .top-sponsor .top-sponsor-official a {
      display: block; }

.top-btn {
  width: 200px;
  /* line-height: 30px; */
  background: #F8EF38;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 20px;
  margin: 20px auto 0 auto; }
  .top-btn a {
    display: block; }
  .top-btn img {
    height: 20px;
    padding: 5px 0; }

.text-center {
  color: white;
  font-size: 1.2em;
}

/*Wiki*/
#wiki {
  padding-bottom: 50px;
  background: url(../img/wiki/wiki_back_dots.png) left top; }
  #wiki dl {
    background: url(../img/wiki/back2.png);
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    #wiki dl dd::before {
      display: block;
      content: '';
      width: 120px;
      border-bottom: 2px dashed #35787c;
      margin: 10px auto 15px auto; }
    #wiki dl dd {
      text-align: left;
      font-size: 14px;
      line-height: 20px; }
  #wiki h1 {
    margin: 30px 0 20px 0; }
    #wiki h1 img {
      height: 25px; }
  #wiki .wiki-top {
    height: 300px;
    margin-bottom: 30px;
    background: url(../img/wiki/top_back.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #wiki .wiki-top figure {
      padding-top: 50px; }
      #wiki .wiki-top figure img {
        width: 190px; }
  #wiki .wiki-genre {
    *zoom: 1; }
    #wiki .wiki-genre::before {
      content: " ";
      display: table; }
    #wiki .wiki-genre::after {
      content: " ";
      display: table;
      clear: both; }
    #wiki .wiki-genre dl {
      margin: 10px 10px;
      padding: 10px 15px 20px 15px; }
      #wiki .wiki-genre dl:nth-child(odd) {
        background: url(../img/wiki/back1.png); }
      #wiki .wiki-genre dl dt img {
        height: 45px; }
  #wiki .wiki-term, #wiki .wiki-term-en {
    *zoom: 1;
    margin: 0 10px; }
    #wiki .wiki-term::before, #wiki .wiki-term-en::before {
      content: " ";
      display: table; }
    #wiki .wiki-term::after, #wiki .wiki-term-en::after {
      content: " ";
      display: table;
      clear: both; }
    #wiki .wiki-term dl, #wiki .wiki-term-en dl {
      width: 100%;
      margin: 10px 0; }
      #wiki .wiki-term dl:nth-child(odd), #wiki .wiki-term-en dl:nth-child(odd) {
        background: url(../img/wiki/back1.png); }
      #wiki .wiki-term dl dt, #wiki .wiki-term-en dl dt {
        display: block;
        font-size: 17px;
        line-height: 20px;
        font-family: "Rounded Mplus 1c";
        font-weight: 500; }
        #wiki .wiki-term dl dt span, #wiki .wiki-term-en dl dt span {
          display: block;
          padding-top: 20px; }
          #wiki .wiki-term dl dt span img, #wiki .wiki-term-en dl dt span img {
            width: 25px;
            margin-bottom: -5px; }
        #wiki .wiki-term dl dt br, #wiki .wiki-term-en dl dt br {
          display: none; }
      #wiki .wiki-term dl dd, #wiki .wiki-term-en dl dd {
        padding: 15px 15px 20px 15px; }
      #wiki .wiki-term dl dd::before, #wiki .wiki-term-en dl dd::before {
        display: block;
        content: '';
        width: 120px;
        border-bottom: 2px dashed #35787c;
        margin: 0px auto 15px auto; }
        #wiki .wiki-term dl dd .word_dd, #wiki .wiki-term-en dl dd .word_dd {
          margin-top: 5px;
          font-size: 0.8em;
          line-height: 1.2em;
        }
/*disclaimer*/
#disclaimer {
  padding-bottom: 50px;
  background: url(../img/wiki/wiki_back_dots.png) center top; }
  #disclaimer h1 {
    color: white;
    font-size: 40px;
    margin: 50px 0 50px 0; }
  #disclaimer .disclaimer_content {
    background: #f5ea2b;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 34px;
    padding-bottom: 72px;
    border-radius: 8px;
    text-align: left;
    *zoom: 1; }
  #disclaimer .disclaimer_content p {
    font-size: 14px;
    line-height: 22px;
    word-break: break-all;
  }
  #disclaimer .disclaimer_content h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-top: 54px;
    margin-bottom: 27px;
  }

/*privacy*/
#privacy {
  padding-bottom: 50px;
  background: url(../img/wiki/wiki_back_dots.png) center top; }
  #privacy h1 {
    color: white;
    font-size: 40px;
    margin: 50px 0 50px 0; }
  #privacy .privacy_content {
    background: #f5ea2b;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 34px;
    padding-bottom: 72px;
    border-radius: 8px;
    text-align: left;
    *zoom: 1; }
  #privacy .privacy_content p {
    font-size: 14px;
    line-height: 22px;
    word-break: break-all; }
  #privacy .privacy_content p.link {
    margin: 0;
    margin-top: 48px; }
    #privacy .privacy_content p.link a:link {
    text-decoration: underline; }
  #privacy .privacy_content h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-top: 54px;
    margin-bottom: 27px; }

/* detail-about-committee */
#detail-about-committee {
  /* width: 100%; */
  font-family: "Uzura";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  padding-top: 1px;
  padding-bottom: 30px;
  background: url(../img/committee/committee_back.jpg) center top no-repeat; }
  #detail-about-committee figure {
    display: none;
  }
  #detail-about-committee h1 {
    font-family: "tetsubin-gothic";
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    margin: 50px 0 0 0; }

  #detail-about-committee p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 48px;
    margin: 10px 0 20px 0;
  }

  #detail-about-committee article p {
    width: 88%;
    margin: 0 auto;
  }
  #detail-about-committee .committee-content {
    width: 93%;
    margin: 0 auto; }
    #detail-about-committee .committee-content p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 48px;
      word-break: break-all; }

/* detail-about-pockiry */
#detail-about-pockiry {
  /* width: 100%; */
  font-family: "Uzura";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  padding-top: 50px;
  padding-bottom: 200px;
  background: url(../img/about/about_back.jpg) center no-repeat; }
  #detail-about-pockiry h1 {
    font-family: "tetsubin-gothic";
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    margin: 0px 0 40px 0; }
  #detail-about-pockiry .pockiry-content {
    width: 73%;
    margin: 0 auto; }
    #detail-about-pockiry .pockiry-content p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 48px;
      margin: 20px 0 50px 0;
      word-break: break-all; }

/*icons-guide*/
#icons-guide {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f5ea2b;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px,
                      rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
  opacity: 1; }

  #icons-guide article p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 17px;
  }
  #icons-guide article h1, #icons-guide article h3 {
    font-family: tetsubin-Gothic;
    line-height: 30px; }
  #icons-guide article h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #icons-guide article h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #icons-guide article p.about-icon {
    width: 90%;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
  }
  #icons-guide article hr {
    width: 90%;
    background: red;
    height: 2px;
    border: none;
    margin-top: 0;
  }
  #icons-guide .icons-term {
    margin:  10px;
    padding: 0;
    *zoom: 1; }
    #icons-guide .icons-term::before {
      content: " ";
      display: table; }
    #icons-guide .icons-term::after {
      content: " ";
      display: table;
      clear: both; }
    #icons-guide .icons-term dl {
      display: inline-flex;
      vertical-align: middle;
      text-align: left;
      width: 30%;
      margin: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
      #icons-guide .icons-term dl dt {
        display: inline-block; }
      #icons-guide .icons-term dl dd {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        padding: 0 20px; }
      #icons-guide .icons-term dl dd::before {
        margin-bottom: 20px; }

#map {
  margin: 50px auto;
  width: 90%;
  height: 500px;
}

/* nantion */
#nantion-layout {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f5ea2b;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px,
                      rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
  opacity: 1;
}
  #nantion-layout h1 {
    font-family: tetsubin-gothic;
    font-size: 28px;
  }
  #nantion-layout h1 img {
    margin: 0 auto;
    border-radius: 8px;
  }
  #nantion-layout p {
    margin-bottom: 20px;
  }

  #nantion-layout .nantion-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #nantion-layout .nantion-content dl {
    width: 100%;
    display: inline-flex;
    margin-bottom: 30px;
  }
  /* #nantion-layout .nantion-content dl:nth-child(2n+1) {
    float: left;
    margin-left: 25px;
  }
  #nantion-layout .nantion-content dl:nth-child(2n) {
    margin-left: 5px;
  } */
    #nantion-layout .nantion-content dt {
      display: inline-block;
      float: left;
      width: 51%;
      border-radius: 8px;
      overflow: hidden;
    }
    #nantion-layout .nantion-content dt img {
      width: 100%;
      border-radius: 8px;
    }

      #nantion-layout .nantion-content dd {
        display: inline-block;
        width: 46%;
        padding-left: 15px;
        text-align: left;
        word-break: break-all;
        position: relative;
      }
      #nantion-layout .nantion-content dd a {
        text-decoration: underline;
      }
      #nantion-layout .nantion-content dd p {
        padding: 0;
        margin: 0;
        width: 98%;
      }
      #nantion-layout .nantion-content dd p:first-child {
        font-weight: 800;
        margin-bottom: 5px;
        line-height: 22px;
      }
      #nantion-layout .nantion-content dd p:last-child {
        font-size: 16px;
        line-height: 30px;
      }
      #nantion-layout .nantion-content dd p:last-child a {
        text-decoration: none;
      }

#access_layout {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

  #access_layout figure {
    width:90%;
    margin: 0 auto;
  }
  #access_layout figure img {
    width: 100%;
  }
  #access_layout p {
    color: white;
    margin-top: 20px;
  }
  #access_layout p.size-lg {
    font-size: 24px;
    line-height: 34px;
    color: gold;
    margin-bottom: 15px;
  }

  #access_layout p.description {
    font-size: 18px;
    line-height: 34px;
  }
  #access_layout a.link_pdf {
    border: 1px white solid;
    border-radius: 8px;
    padding: 6px;
    padding-top: 5px;
  }
  #access_layout p.description a {
    text-decoration: underline;
    text-decoration-style: bolder;
  }

  .nantion-director {
    border: 3px double;
    border-color: rgba(255, 255, 255, 0.7);
    width: 80%;
    margin: 0 auto;
    padding: 25px;
    text-align: left;
    font-size: 13px;
    color: white;
    line-height: 28px;
    margin-bottom: 80px;
  }
  .nantion-director .name {
    font-size: 14px;
    font-family: tetsubin-gothic;
    margin-bottom: 20px;
  }
  .nantion-director .title {
    margin-top: 15px;
  }

/*
  ---------------------------------------
             break points
  ---------------------------------------
 */

@media all and (max-width: 768px) {
  .top-nomy .top-nomy-box {
    width: 375px;
    margin: 0 auto;
    position: relative;
    *zoom: 1; }
  .top-nomy .top-nomy-box .top-nomy-iphone {
    position: absolute;
    left: 2px;
    top: 10%;;
    z-index: 1; }
    .top-nomy .top-nomy-box .top-nomy-iphone img {
      width: 100px; }
  .top-nomy .top-nomy-box .top-nomy-fuki {
    position: absolute;
    left: 46px;
    top: 7px;
    z-index: 2; }
    .top-nomy .top-nomy-box .top-nomy-fuki img {
      width: 70px; }
  .top-nomy .top-nomy-box .top-nomy-mark {
    position: absolute;
    left: 70px;
    top: 180px;
    z-index: 2; }
    .top-nomy .top-nomy-box .top-nomy-mark img {
      width: 35px; }
  .top-nomy .top-nomy-box .top-nomy-text {
    width: 300px;
    height: 250px;
    margin-left: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #48D0F2;
    z-index: 0;
    padding: 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .top-nomy .top-nomy-box .top-nomy-text figure img {
      height: 80px; }
    .top-nomy .top-nomy-box .top-nomy-text p {
      width: 236px;
      margin: 10px auto;
      font-size: 11px;
      line-height: 20px; }

  .top-banner ul li p {
    font-size: 0.8em;
    color: rgba(255,255,255,1);
    margin-top: -55px;
  }

  .top-pr .top-pr-text img {
    height: 22px;
  }
  .top-pr .block1 .video_pr_photos img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-creaters-description .imo, .top-creaters-description .mitsu, .top-creaters-description .names {
    margin-right: 0;
  }
  .top-creaters-description .name-producer .title {
    left: 12px;
  }
  .top-creaters-description .name-producer .name, .top-creaters-description .name-producer .desc {
    margin-left: 10px;
  }
  .top-pr .block1 .description.desc1 {
    font-size: 16px;
    line-height: 31px;
  }
  .names .name-producer img {
    margin-left: -3px;
  }
  .top-pr .block2 figure.title_kkr {
    margin-top: 10px;
  }
  .top-pr .block2 p.creaters1 {
    font-size: 22px;
  }
  .top-pr .block2 figure.kkr {
    width: 100%;
  }
  .top-pr .block2 div.top-song-pr {
    width: 100%;
    margin: 0;
  }
  .nao-pr {
    width: 95%;
    margin: 0 auto;
  }

  .creaters2-col-3 .title:nth-child(5) {
    top:65px;
  }
  .creaters2-col-3 .title:nth-child(8) {
    top: 125px;
  }
  .nao-description p.nao-description-decs1 {
    width: 90%;
    font-size: 11px;
  }
  .nao-description p.nao-description-decs2 {
    width: 100%;
    font-size: 11px;
    font-weight: 800;
  }
  .nao-description p.nao-description-decs3 {
    width: 90%;
    font-size: 11px;
    text-align: left;
  }
  .nao-description p.nao-description-decs4 {
    width: 90%;
    font-size: 10px;
    text-align: left;
  }

  .top-pr .block3 dl dt {
    width: 88%;
    margin-top: 27px;
    font-size: 15px;
  }

  .top-pr .block3 ul li {
    width: 100%;
  }
  .top-sponsor p.size01 {
    font-size: 19px;
  }
  .top-sponsor p.size02 {
    width: 85%;
    font-size: 14px;
  }
  .top-sponsor p.tal {
    width: 85%;
  }
  .top-sponsor p.size03 {
    width: 85%;
    font-size: 13px;
  }
  .top-sponsor .top-sponsor-official {
    width: 85%;
  }
  .top-about .tate-kr {
    width: 76%;
    height: auto;
    margin: 0 auto;
  }
  .top-about .tate-kr p {
  font-size: 15px;
  }

  #detail-about-committee article p {
    width: 92%;
    margin: 0 auto;
  }
  #detail-about-committee .committee-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 48px;
    word-break: break-all; }

  #detail-about-pockiry .pockiry-content {
    width: 88%;
    margin: 0 auto;
  }
  #detail-about-pockiry .pockiry-content p {
    font-size: 16px;
  }

  .creaters2-col-1 .name.name_kr, .creaters2-col-2 .name.name_kr {
    margin-left: -40px;
  }
  .creaters2-col-2 .name.name-en {
    margin-left: -1px;
  }
  .nantion-director {
    border: 3px double;
    border-color: rgba(255, 255, 255, 0.7);
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 25px;
    text-align: left;
    color: white;
    line-height: 28px;
    margin-bottom: 80px;
  }

  #detail-about-committee {
    font-family: "Uzura";
    clear: both;
    padding-top: 1px;
    padding-bottom: 30px;
    background: url(../img/committee/committee_back.jpg) center top no-repeat;
    }
    #detail-about-pockiry {
      font-family: "Uzura";
      clear: both;
      padding-top: 50px;
      padding-bottom: 200px;
      background: url(../img/about/about_back.jpg) center no-repeat; }
  #detail-about-committee h1, #detail-about-pockiry h1 {
    font-size: 23px;
  }
  #icons-guide .icons-term dl {
    display: inline-flex;
    vertical-align: middle;
    text-align: left;
    width: 90%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .not_sp {
    display: none;
  }
  .top-about .tate-en {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .top-about .tate-kr p, .top-about .tate-en p {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    text-align: center; }
  }

@media all and (max-width: 450px) {
  .top-banner ul li p {
    font-size: 0.6em;
    color: rgba(255,255,255,1);
    margin-top: -45px;
  }
  .creaters2-col-2 .name.name-en {
    margin-left: -1px;
  }
  .top-visual .top-visual-movie {
    padding-top: 20px;
  }

  #nantion-layout .nantion-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
    #nantion-layout .nantion-content dl {
      width: 100%;
      display: block;
      margin-bottom: 30px;
    }

      #nantion-layout .nantion-content dt {
        display: inline-block;
        float: left;
        border-radius: 8px;
        width: 100%;
        overflow: hidden;
      }
      #nantion-layout .nantion-content dt img {
        width: 100%;
        border-radius: 8px;
        /* margin-bottom: 7px; */
      }
      #nantion-layout .nantion-content dd {
        display: inline-block;
        width: 100%;
        padding-left: 3px;
        font-size: 20px;
        text-align: left;
        word-break: break-all;
      }
  #access_layout {
    width: 90%;
  }
    #access_layout p.size-lg, #access_layout p.description  {
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 34px;
    }

    #access_layout a.link_pdf {
      border: 1px white solid;
      border-radius: 8px;
      padding: 6px;
      padding-top: 5px;
    }
    #access_layout p.description a {
      text-decoration: underline;
      text-decoration-style: bolder;
    }
    #privacy h1 {
      color: white;
      font-size: 30px;
      margin: 50px 0 50px 0; }
    #disclaimer h1 {
      color: white;
      font-size: 30px;
      margin: 50px 0 50px 0; }
}
.search {
display: none;
}