@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"); }
@font-face {
  font-family: 'Uzura';
  src: url("../font/uzura.ttf"); }
@font-face {
  font-family: 'tetsubin-gothic';
  src: url("../font/tetsubin-gothic.ttf");
  src: url("../font/tetsubin-gothic.otf"); }
/*色設定*/
/*ベーシック*/
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: 20px; }
    #Ft nav.footer_nav_sp {
      display: none; }
    #Ft nav li {
      vertical-align: middle;
      height: 32px;
      color: #fff; }
    #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; }
  #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; }

header {
  border-top: 6px solid #ECD90E;
  height: 74px;
  position: relative;
  z-index: 100; }

#Hd {
  width: 1120px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 100; }
  #Hd h1 {
    position: absolute;
    left: 0px;
    top: 25px;
    font-size: 0px;
    line-height: 0px;
    text-align: left; }
    #Hd h1 img {
      height: 12px;
      margin-bottom: 10px; }
  #Hd nav {
    position: absolute;
    left: 145px;
    top: 20px; }

  #Hd nav.en_nav {
    position: absolute;
    left: 100px;
    top: 20px;
  }
    #Hd nav ul li {
      float: left;
      font-size: 13px;
      line-height: 20px;
      margin-right: 35px; }
  #Hd div.language {
    position: absolute;
    right: 220px;
    top: 19px;
    background: rgba(21, 29, 50, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.4);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer; }
    #Hd div.language div {
      font-size: 11px;
      width: 103px;
      line-height: 28px; }
      #Hd div.language div span::after {
        content: '＼';
        font-family: 'Icons';
        margin-left: 10px; }
    #Hd div.language ul {
      display: none; }
      #Hd div.language ul li {
        font-size: 12px;
        line-height: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        #Hd div.language ul li a {
          display: block;
          width: 100%; }
  #Hd div.search {
    display: none;
    position: absolute;
    right: 0px;
    top: 19px;
    width: 210px;
    height: 30px;
    /* background: rgba(255, 255, 255, 0.6); */
    background-color: #3FCAF0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    #Hd div.search figure {
      position: absolute;
      left: 10px;
      top: 4px; }
      #Hd div.search figure img {
        width: 22px; }
    /* #Hd div.search input[type='text'] {
      position: absolute;
      left: 0px;
      top: 0px;
      line-height: 30px;
      font-size: 12px;
      padding-left: 40px;
      color: #040d55;
      width: 210px; } */
      #Hd div.search span {
       position: absolute;
       left: 0px;
       top: 0px;
       line-height: 30px;
       font-size: 12px;
       color: #040d55;
       width: 210px; }
    #Hd div.search input.btn-search {
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: 30px;
      height: 30px;
      color: #fff;
      font-family: 'Icons'; }
    #Hd div.search input::-webkit-input-placeholder {
      color: #040d55; }
    #Hd div.search input:-moz-placeholder {
      color: #040d55; }
  #Hd div.hum {
    display: none; }

#Sp {
  display: none; }

#Ft {
  height: 560px;
  width: 880px;
  margin: 0 auto; }
  #Ft h1 img {
    width: 350px; }
  #Ft nav li {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px; }
  #Ft .gururi {
    position: absolute;
    top: 80px;
    left: 0px; }
  #Ft .nomy {
    display: none;
    position: absolute;
    top: 50px;
    right: 60px; }
  #Ft .partner {
    position: absolute;
    top: 65px;
    right: -105px; }

/*TOP*/
.top-visual {
  height: 760px;
  margin-top: -80px;
  position: relative;
  overflow: hidden; }
  .overlay {
    display: none;
    z-index: -999;
    position: fixed;
    width: 100%; height: 100%;
    left: 0; top: 0;
    background-color: rgba(0,0,0, 0.4);
    overflow-x: 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: 120px; }
  .top-visual .top-visual-ribbon {
    padding-top: 30px; }
  .top-visual .top-visual-copy {
    padding-top: 30px; }
  .top-visual .top-visual-text {
    padding-top: 35px;
    color: #fff;
    font-size: 20px;
    line-height: 35px; }
  .top-visual .top-visual-movie {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    width: 1140px; }

.top-banner, .top-banner-en {
  background: url(../img/top/top_banners_back.jpg);
  padding: 50px 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-banner ul li, .top-banner-en ul li {
    position: relative;
    display: inline-block;
    margin: 0 5px; }
    .top-banner ul li p, .top-banner-en ul li p {
      position: absolute;
      font-size: 0.9em;
      color: rgba(255,255,255,1);
      top: 150px;
    }
    .top-banner ul li:nth-child(1) p {
      left: 58px;
    }
    .top-banner ul li:nth-child(2) p {
      left: 58px;
    }
    .top-banner ul li:nth-child(2) p.map_kr {
      left: 82px;
    }
    .top-banner ul li:nth-child(3) p {
      left: 79px;
    }
    .top-banner ul li:nth-child(4) p {
      left: 65px;
    }

    .top-banner-en ul li:nth-child(1) p {
      left: 60px;
    }
    .top-banner-en ul li:nth-child(2) p {
      left: 65px;
    }
    .top-banner-en ul li:nth-child(3) p {
      left: 61px;
    }
    .top-banner-en ul li:nth-child(4) p {
      left: 51px;
    }

.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: 1120px;
    height: 700px;
    margin: 0 auto;
    position: relative; }
    .top-nomy .top-nomy-box > div {
      position: absolute; }
    .top-nomy .top-nomy-box .top-nomy-shops {
      left: -10px;
      top: 125px;
      z-index: 2; }
    .top-nomy .top-nomy-box .top-nomy-iphone {
      right: 440px;
      top: 85px;
      z-index: 1; }
    .top-nomy .top-nomy-box .top-nomy-fuki {
      right: 350px;
      top: 40px;
      z-index: 2; }
    .top-nomy .top-nomy-box .top-nomy-mark {
      right: 420px;
      top: 540px;
      z-index: 2; }
    .top-nomy .top-nomy-box .top-nomy-text {
      right: 0px;
      top: 150px;
      width: 470px;
      height: 400px;
      background: #48D0F2;
      z-index: 0; }
      .top-nomy .top-nomy-box .top-nomy-text figure {
        padding: 30px 0 0 0; }

      .top-nomy .top-nomy-box .top-nomy-text p {
        text-align: center;
        width: 400px;
        margin: 20px auto;
        line-height: 24px; }

      .top-nomy .top-nomy-box p.top-nomy-text-kr {
        text-align: center;
        width: 400px;
        margin: 20px auto;
        line-height: 24px; }
      .top-nomy .top-nomy-box p.top-nomy-text-en {
        text-align: center;
        width: 400px;
        margin: 10px auto;
        line-height: 24px; }

      .top-nomy .top-nomy-box .top-nomy-text .top-nomy-title {
        font-size: 16px;
        font-weight: bolder;
        margin-top: 20px;
        margin-bottom: 10px;
      }
      .top-nomy .top-nomy-box .top-nomy-text .top-nomy-description {
        font-size: 13px;
        margin-bottom: 10px;
      }
      .top-nomy .top-nomy-box .top-nomy-text div {
        display: none;
        font-size: 16px;
        width: 400px;
        line-height: 40px;
        background: #fff;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        border-bottom: 5px solid #151D32;
        margin: 0 auto; }
        .top-nomy .top-nomy-box .top-nomy-text div a {
          display: block; }
        .top-nomy .top-nomy-box .top-nomy-text div a::before {
          content: 's';
          font-family: 'Icons';
          color: #48D0F2;
          margin-right: 10px;
          font-size: 18px; }

/* blog posts */
.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: 1080px;
    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: 360px;
  }
  .posts_li {
    position: relative;
    margin: 0 10px;
  }
  .posts_li span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 55px;
  }
  .posts_li figure {
    /* width: 100%; */
    height: 240px;
    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: 100px; }
  .top-about hr {
    height: 25px;
    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 {
    width: 1100px;
    /* width: 100%; */
    height: 860px;
    background: url(../img/top/about_bg.png) center top no-repeat;
    -webkit-background-size: container;
    -moz-background-size: container;
    -o-background-size: container;
    background-size: container;
    margin: 0 auto; }
  .top-about .top-about-logo {
    padding: 60px 0 40px; }
    .top-about .top-about-logo img {
      height: 130px; }
  .top-about .tate {
    *zoom: 1;
    width: 800px;
    margin: 0 auto; }
    .top-about .tate::before {
      content: " ";
      display: table; }
    .top-about .tate::after {
      content: " ";
      display: table;
      clear: both; }
  .top-about .tate p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-indent: 1em;
    margin-left: 5px;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    height: 520px;
    float: right;
    text-align: left; }
  .top-about .tate-kr {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .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 {
  height: 1700px;
  background: url(../img/top/night2.jpg) bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0 0 0; }
  .top-pr .top-pr-text {
    padding: 30px 0 20px 0; }
    .top-pr .top-pr-text figure {
      display: block;
      padding: 5px 0; }
  .top-pr .top-pr-block, .top-pr .top-pr-block-right {
    padding: 20px 40px 40px 40px;
    width: 1000px;
    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: 0 auto;
    margin-top: 65px;
    position: relative;
    *zoom: 1; }

    .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: -15px;
      top: -50px; }
    .top-pr .top-pr-block-right .top-pr-circle {
      position: absolute;
      right: -15px;
      top: -50px; }
    .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 dd, .top-pr .top-pr-block-right dt, .top-pr .top-pr-block-right dd {
      display: inline-block;
      vertical-align: top; }
    .top-pr .top-pr-block dt, .top-pr .top-pr-block-right dt {
      font-size: 16px;
      padding: 10px 20px 0 0; }

    .top-pr .top-pr-block dt.top-pr-en-title, .top-pr .top-pr-block-right dt.top-pr-en-title {
      font-size: 16px;
      padding: 10px 20px 0 40px;
    }

    .top-pr .top-pr-block figure, .top-pr .top-pr-block-right figure {
      float: left;
      overflow: hidden;
      margin-right: 20px; }
    .top-pr .top-pr-block .top-pr-video-pic, .top-pr .top-pr-block-right .top-pr-video-pic {
      position: absolute;
      top: 20px;
      right: 20px;}

    .top-pr .top-pr-block .top-pr-pic, .top-pr .top-pr-block-right .top-pr-pic {
      position: absolute;
      right: 0px;
      bottom: 10px; }
    .top-pr .top-pr-block i, .top-pr .top-pr-block-right i  {
      position: absolute;
      left: 40px;
      top: 70px; }
    .top-pr .top-pr-block i + i, .top-pr .top-pr-block-right i + i  {
      left: auto;
      right: 30px;
      top: 25px; }
    .top-pr .top-pr-block ul, .top-pr .top-pr-block-right ul {
      padding: 0px 0 0 130px;
      position: relative;
      z-index: 2; }
    .top-pr .top-pr-block li, .top-pr .top-pr-block-right li {
      font-size: 20px;
    }
      .top-pr .top-pr-block li img, .top-pr .top-pr-block-right li img {
        vertical-align: middle;
        margin-left: 15px; }
      .top-pr .top-pr-block li a, .top-pr .top-pr-block-right li a {
        display: inline-block;
        vertical-align: top;
        text-decoration: underline; }
      .top-pr .top-pr-block li::before, .top-pr .top-pr-block-right li::before {
        content: '＞';
        font-family: 'Icons';
        color: #151D32;
        font-size: 24px;
        padding-right: 10px; }

  .top-pr .block1 .video_pr_title {
    width: 100%;
    margin: 0 auto;
  }
  .top-pr .block1 .video_pr_photo {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .top-pr .block1 .video_pr_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 15px auto;
    overflow: hidden;
  }
  .top-pr .block1 .video_pr_photos img {
    width: 240px;
    height: 140px;
    display: inline-flex;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  /* .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), .top-pr .block1 .video_pr_photos a:nth-child(9) {
    display: none;
  } */
  .top-pr .block1 .video_pr_photo img {
    width: 100%;
    border-radius: 8px;
  }

  .top-pr .block1 .description {
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .top-pr .block1 .description.desc1 {
    font-size: 22px;
    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;
    width: 100%;
    padding: 10px 0;
  }

  .top-creaters-description .imo, .top-creaters-description .mitsu, .top-creaters-description .names   {
    height: 180px;
    display: inline-flex;
    margin-right: 10px;
    margin-top: 20px;
  }
  .top-creaters-description .imo, .top-creaters-description .mits {
    width: 320px;
  }
  .top-creaters-description .names {
    width: 340px;
  }
  .top-creaters-description .imo figure, .top-creaters-description .mitsu figure {
    width: 150px;
    height: 180px;
    overflow: hidden;
  }
  .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-imo .name {
    margin-left: -8px;
  }
  .top-creaters-description .name-imo .desc {
    margin-left: -8px;
  }
  .imo .name-imo img, .mitsu .name-mitsu img, .names .name-producer img, .names .name-director img {
    margin-left: -20px;
  }

  /* block2 */
  .top-pr .block2 figure.kkr {
    width: 35%;
    margin-top: -159px;
    margin-left: 20px;
  }
  .top-pr .block2 figure.kkr img {
    width: 100%;
  }
  .top-pr .block2 div.top-song-pr {
    display: inline-block;
    width: 63%;
    margin-left: -65px;
  }
  .top-pr .block2 figure.title_kkr {
    float: none;
    width: 85%;
    text-align: right;
    margin: 0 auto;
    margin-top: 15px;
  }
  .top-pr .block2 .song-creaters-pr {
    width: 85%;
    text-align: right;
  }
  .top-pr .block2 p.creaters1 {
    width: 100%;
    margin: 0 auto;
    margin-left: 35px;
    font-weight: 800;
    font-size: 32px;
  }

  .br {
    display: none;
  }

  .top-pr .block2 div.creaters2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto;
    margin-right: -20px;
  }

  .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: 160px;
    height: 160px;
    margin-right: 20px;
    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: 62px;
  }
  .creaters2-col-3 .title:nth-child(8) {
    top: 117px;
  }

  .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-2 .name {
    margin-left: -90px;
  }
  .creaters2-col-1 .name.name_kr, .creaters2-col-2 .name.name_kr {
    margin-left: -57px;
  }
  .creaters2-col-2 .name.
  .creaters2-col-1 .description, .creaters2-col-2 .description, .creaters2-col-3 .description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .creaters2-col-1 .name {
    margin-left: -40px;
  }
  .creaters2-col-1 .description, .creaters2-col-2 .description {
    width: 90%;
    word-break: break-all;
    text-align: left;
    font-size: 13px;
  }
  .creaters2-col-1 .description.en {
    font-size: 11px;
  }
  .creaters2-col-2 .name.name-en {
    margin-left: -18px;
  }
  .creaters2-col-3 .name:nth-child(3) {
    margin-left: -57px;
  }
  .creaters2-col-3 .name:nth-child(6) {
    margin-left: -102px;
  }
  .creaters2-col-3 .name:nth-child(9) {
    margin-left: -81px;
  }

  .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: 80%;
    color: black;
    margin: 0 auto;
  }

  .nao-description-decs1 {
    text-align: left;
    padding-top: 8px;
    font-size: 14px;
  }
  .nao-description-decs2 {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .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: 62%;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
      }
      .top-pr .block3 dl dt p img {
        width: 70%;
        margin-right: 0 auto;
        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;
        }
    .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;
      margin-bottom: 25px;
      padding:  0px; }
    .top-pr .block3 ul li {
      width: 33.333%; }
    .top-pr .block3 li::before {
      content: ''; }
    .top-pr .block3 ul li figure {
      margin-bottom: 10px;
      width: 100%; }
    .top-pr .block3 ul li figure img {
      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 0 80px 0;
  background: url(../img/top/hero_back_movie2.png) center top; }
  .top-sponsor .top-sponsor-title {
    padding-top: 70px; }
  .top-sponsor p {
    width: 940px;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 30px; }
    .top-sponsor p.size01 {
      font-size: 40px;
      margin: 40px 0;
      font-weight: bold; }
    .top-sponsor p.size01-en {
      font-size: 34px;
      line-height: 45px;
      margin: 40px 0;
      font-weight: bold; }
    .top-sponsor p.size02 {
      font-size: 25px;
      margin: 40px 0;
      font-weight: bold; }
      .top-sponsor p.size02 span {
        font-size: 16px;
        font-weight: normal; }
    .top-sponsor p.size03 {
      font-size: 16px;
      margin: 30px 0; }
    .top-sponsor p.size04 {
      font-size: 16px;
      margin: 30px 0; }
    .top-sponsor p.tal {
      text-align: left; }
    .top-sponsor p.tal-kr {
      line-height: 35px;
      text-align: center; }
      .top-sponsor p.no_banner {
        padding-bottom: 30px;
      }
  .top-sponsor .top-sponsor-banner {
    margin: 50px 0; }
    .top-sponsor .top-sponsor-banner ul {
      width: 300px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top; }
    .top-sponsor .top-sponsor-banner li {
      width: 300px;
      margin: 0 0 20px 0; }
      .top-sponsor .top-sponsor-banner li img {
        width: 100%; }
  .top-sponsor .top-sponsor-official {
    width: 800px;
    line-height: 80px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 90px;
    font-size: 20px; }
    .top-sponsor .top-sponsor-official a {
      display: block; }

  .top-sponsor .grid p {
    width: 100%;
  }

.top-btn {
  width: 400px;
  line-height: 60px;
  background: #F8EF38;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 45px auto 0 auto; }
  .top-btn a {
    display: block; }
  .top-btn img {
    height: 30px;
    padding: 15px 0; }

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

/*Wiki*/
#wiki {
  padding-bottom: 50px;
  background: url(../img/wiki/wiki_back_dots.png) center 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: 0 auto;
      margin-bottom: 25px; }
    #wiki dl dd {
      text-align: left;
      font-size: 16px;
      line-height: 24px; }
  #wiki h1 {
    margin: 50px 0 30px 0; }
  #wiki .wiki-top {
    height: 560px;
    margin-bottom: 60px;
    background: url(../img/wiki/top_back.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #wiki .wiki-top figure {
      padding-top: 92px; }
  #wiki .wiki-genre {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1; }
    #wiki .wiki-genre::before {
      content: " ";
      display: table; }
    #wiki .wiki-genre::after {
      content: " ";
      display: table;
      clear: both; }
    #wiki .wiki-genre dl {
      width: 520px;
      height: 300px;
      margin: 15px 40px; }
      #wiki .wiki-genre dl:nth-child(4n+1), #wiki .wiki-genre dl:nth-child(4n+4) {
        background: url(../img/wiki/back1.png); }
      #wiki .wiki-genre dl dt {
        height: 105px; }
        #wiki .wiki-genre dl dt img {
          padding: 25px 0 0 0; }
      #wiki .wiki-genre dl dd {
        padding: 0 40px; }
  #wiki .wiki-term, #wiki .wiki-term-en {
    width: 1160px;
    margin: 0 auto;
    *zoom: 1; }
    #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: 260px;
      height: 260px;
      margin: 15px; }
      #wiki .wiki-term dl:nth-child(8n+1), #wiki .wiki-term dl:nth-child(8n+3), #wiki .wiki-term dl:nth-child(8n+6), #wiki .wiki-term dl:nth-child(8n+8), #wiki .wiki-term-en dl:nth-child(8n+1), #wiki .wiki-term-en dl:nth-child(8n+3), #wiki .wiki-term-en dl:nth-child(8n+6), #wiki .wiki-term-en dl:nth-child(8n+8) {
        background: url(../img/wiki/back1.png); }
      #wiki .wiki-term dl dt {
        display: block;
        height: 115px;
        font-size: 34px;
        line-height: 38px;
        font-family: "Rounded Mplus 1c";
        font-weight: 500; }
      #wiki .wiki-term-en dl dt {
        display: block;
        height: 115px;
        font-size: 28px;
        line-height: 38px;
        font-family: "Rounded Mplus 1c";
        font-weight: 500;
        word-break: break-all;
      }

        #wiki .wiki-term dl:nth-child(5) dt, #wiki .wiki-term-en dl:nth-child(5) dt {
          font-size: 28px;
        }
        #wiki .wiki-term dl dt span, #wiki .wiki-term-en dl dt span {
          display: block;
          padding: 30px 15px 5px 15px; }
        #wiki .wiki-term dl dt span img, #wiki .wiki-term-en dl dt span img {
          width: 40px; }
        #wiki .wiki-term dl:nth-child(5) dt span img, #wiki .wiki-term-en dl:nth-child(5) dt span img {
          width: 35px; }
      #wiki .wiki-term dl dd, #wiki .wiki-term-en dl dd {
        padding: 0 20px; }
      #wiki .wiki-term-en dl dd {
        font-size: 14px;
      }
      #wiki .wiki-term dl dd::before, #wiki .wiki-term-en dl dd::before {
        margin-bottom: 20px; }
      #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: 1120px;
    margin: 0 auto;
    padding: 0 40px;
    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: 1120px;
    margin: 0 auto;
    padding: 0 40px;
    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-bottom: 50px;
  background: url(../img/committee/committee_back.jpg) center top no-repeat; }
  #detail-about-committee figure {
    padding-top: 64px;
    overflow: hidden;
  }
  #detail-about-committee figure img {
    margin-left: -5px;
  }
  #detail-about-committee article {
    margin-top: -850px;
  }
  #detail-about-committee h1 {
    font-family: "tetsubin-gothic";
    color: rgba(255, 255, 255, 0.8);
    font-size: 40px;
    margin: 50px 0 0 0; }
  #detail-about-committee p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 52px;
    margin: 10px 0 20px 0;
  }
  #detail-about-committee .committee-content {
    width: 800px;
    margin: 0 auto; }
    #detail-about-committee .committee-content p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 20px;
      line-height: 52px;
      margin: 20px 0 50px 0;
      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: 40px;
    margin: 0px 0 40px 0; }
  #detail-about-pockiry .pockiry-content {
    width: 800px;
    margin: 0 auto; }
    #detail-about-pockiry .pockiry-content p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 20px;
      line-height: 52px;
      margin: 20px 0 50px 0;
      word-break: break-all; }

/*icons-guide*/
#icons-guide {
  width: 1080px;
  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: 1000px;
    font-size: 15px;
    text-align: left;
    margin: 0 auto;
  }
  #icons-guide article hr {
    width: 1000px;
    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: 23%;
      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 5px; }
      #icons-guide .icons-term dl dd::before {
        margin-bottom: 20px; }
      #icons-guide .icons-term dl:nth-child(5) dd, #icons-guide .icons-term dl:nth-child(7) dd, #icons-guide .icons-term dl:nth-child(9) dd {
        display: inline-block;
        font-size: 10px;
        line-height: 15px;
        padding: 0 5px; }

#map {
  margin: 50px auto;
  width: 70%;
  height: 800px;
}

/* 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 img {
    width: 500px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 8px;
  }

  #nantion-layout p {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    /* font-weight: bold; */
  }

  #nantion-layout .nantion-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
    #nantion-layout .nantion-content dl {
      width: 48%;
      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;
        font-size: 15px;
        text-align: left;
        line-height: 25px;
        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: 95%;
      }
      #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: 13px;
      }
      #nantion-layout .nantion-content dd p:last-child a {
        text-decoration: none;
      }
.nantion-director {
  border: 3px double;
  border-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 65%;
  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;
}

#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: 20px;
  }
  #access_layout p.modified {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  #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;
  }
