@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');

#main-contents {
  padding: 0;
  background: url("../../img/bg_dot.gif");
}
#main-contents {
  position: relative;
  z-index: 0;
}
.load {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
#main-contents .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.1);
}
#main-contents .originalBg {
  position: relative;
}
#main-contents h2.ttl {
  margin-bottom: 30px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #ea4592;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  font-style: italic;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #030303;
  font-weight: bold;
  font-size: 35px;
}
#main-contents h2.ttl.blk strong {
  color: #000;
}


/* pickupBnr */
#main-contents .pickupBnr {
  padding: 20px 0;
  border-bottom: 10px #000 solid;
}


/* mainvisual */
#main-contents .mainvisual-pc {
    width: 100%;
}
#main-contents .mainvisual-pc h1 img {
  width: 100%;
}
#main-contents .mainvisual-sp {
    display: none;
}

/* oatime */
#main-contents .oatime {
  position: relative;
  width:780px;
  /*margin: -7vw auto 50px;*/
  margin: -2.9vw auto 70px;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background: #030303;
  text-align: center;
  z-index: 1;
}
#main-contents .oatime h2 {
  color: #fef102;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  font-style: italic;
}
#main-contents .oatime .mainTime {
  margin: 10px 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2em;
  letter-spacing: 0.05em;
}
.oaarea {
  line-height: 1.4;
  padding: 25px 15px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
.oaarea-txt {
    color: #030303;
}
.oaarea-txt span {
  color: #e71619;
}
.oaarea-txt:last-child {
  margin-top: 15px;
}

/* infomation */
.information {
  width:780px;
  color: #000;
  margin: 2.9vw auto 25px;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background: #eeff00;
  z-index: 1;
}
.information h2 {
  margin-bottom: 10px;
  text-align: center;
}
.information h2 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.information h2 span::before,
.information h2 span::after {
  content: '';
  display: block;
  background: url(../../img/info_icon-megaphone.svg) no-repeat left center;
  background-size: contain;
  width: 80px;
  height: 80px;
}
.information h2 span::before {
  animation: sway01 2s step-end infinite;
}
@keyframes sway01 {
  0% , 100%{
    transform: rotate(5deg);
  }
  50%{
    transform: rotate(-5deg);
  }
}
#main-contents .information h2 span img {
  max-width: 260px;
  width: 50%;
  margin: 0 15px;
}
.information h2 span::after {
  transform: scale(-1, 1);
  animation: sway02 2s step-end infinite;
}
@keyframes sway02 {
  0% , 100% {
    transform: scale(-1, 1) rotateZ(5deg);
  }
  50% {
    transform: scale(-1, 1) rotateZ(-5deg);
  }
}
.information-contents {
  line-height: 1.4;
  padding: 25px 15px;
  border: #000 3px solid;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  text-align: left;
}
.information-contents p {
  font-size: 120%;
  line-height: 2.1;
}
.information-contents p span {
  font-size: 110%;
  color: #ff0000;
  line-height: 2;
}
.information-contents p span strong {
  font-size: 130%;
}
.bankLink {
  font-size: 140%;
  color: #000;
  position: relative;
  padding: 0 3px;
  border-bottom: 1px #000 solid;
  z-index: 1;
}
#main-contents .information .bankLink:hover {
  opacity: .7;
}
.bankLink::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 70%, #eeff00 0%);
  z-index: -1;
}


/* project banner */
/* .special-banner {
    margin-top: -20px;
} */
.projectBnr {
    width: 780px;
    margin: 0 auto 25px;
}
.special-banner .projectBnr:last-of-type {
    margin-bottom: 50px;
}
.special-banner .projectBnr:only-of-type {
    margin-bottom: 50px;
}
.projectBnr a {
    display: block;
}

/* line */
.lineStamp {
  width: 780px;
  margin: 0 auto 25px;
  background-color: #00ff1e;
  border-radius: 10px;
}
.lineStamp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
.lineStamp ul li {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  border-radius: 10px;
  border: 3px #000 solid;
  overflow: hidden;
}

/* twitter present */
.present-contents {
    width: 780px;
    margin: 0 auto 70px;
    padding: 20px;
    background-color: #00acee;
    border-radius: 8px;
}
.requirements {
    text-align: center;
    line-height: 1.4;
    padding: 25px 15px;
    border-radius: 8px;
    background: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
.requirements-present {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px #00acee solid;
}
.present-tit {
    width: 100%;
    margin-bottom: 20px;
}
.present-pic {
    width: 300px;
    margin: 0 auto;
}
.requirements-procedure {
    margin-bottom: 30px;
}
.requirements-procedure h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.requirements-procedure h3 span,
.requirements-precautions h3 span {
    display: inline-block;
    background: #fef102;
    line-height: 1;
}
.requirements-procedure p {
    width: 80%;
    display: inline-block;
    text-align: left;
    font-size: 110%;
    line-height: 1.6;
}
.fukuokakun-twitter {
    color: #00acee;
    display: inline-block;
}
.present-contents .deadline {
    margin-top: 5px;
    text-align: center;
    color: #ff0000;
}
.requirements-precautions h3 {
    font-size: 1em;
    margin-bottom: 5px;
}
.requirements-precautions p {
    width: 95%;
    display: inline-block;
    text-align: left;
    font-size: 0.7em;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
}
.requirements-precautions p:before {
    content: '※';
}

/* about */
#main-contents .about h2.ttl {
    margin-bottom: 15px;
}
.about-contents {
    width: 780px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fef102;
    border-radius: 8px;
}
.otherarea {
    position: relative;
    text-align: center;
    line-height: 1.4;
    padding: 25px 15px;
    border-radius: 8px;
    background: #fff;
    color: #e71619;
    font-weight: bold;
    font-size: 1.2em;
}
.otherarea::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../../img/illust_hat.png) no-repeat right top / 100%;
    width: 110px;
    height: 62px;
    top: -25px;
    right: -20px;
}
.otherarea p {
    position: relative;
    width: 85%;
    display: inline-block;
    text-align: left;
    padding-left: 65px;
}
.otherarea-txt1 {
    margin-bottom: 30px;
    background: url("../../img/icon_check.gif") no-repeat left center / 43px 43px;
}
.otherarea-txt2 {
    background: url("../../img/icon_exclamation.gif") no-repeat left center / 48px 48px;
}

/* trailer */
.trailer {
    margin: 70px 0 100px 0;
}
.block-trailer {
    width: 890px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}
.trailer-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.trailer-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.trailer-notice {
    padding: 25px 15px 0;
}
.trailer-tit {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}
.trailer-contents {
    font-size: 1em;
    line-height: 1.7;
}

/* movie ranking */
.movie-ranking {
    background: #fef102 url("../../img/bg_ray.png") no-repeat center center / cover;
    margin-top: 60px;
}
.inspection-video {
    background: #030303;
    margin-bottom: 65px;
}
.numbering {
    position: relative;
}
.numbering::before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    border: 4px #030303 solid;
    width: 55px;
    height: 55px;
    top: -20px;
    left: -30px;
    z-index: 1;
}
.numbering::after {
    position: absolute;
    display: block;
    top: -5px;
    left: -10px;
    font-weight: bold;
    font-size: 35px;
    z-index: 10;
}
.no1::after {
    content: "1";
    color: #c4a100;
}
.no2::after {
    content: "2";
    color: #5c5c5c;
}
.no3::after {
    content: "3";
    color: #923400;
}
.video {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 30px 30px;
    /*padding: 30px 30px 30px 40px;*/
}
.video::before {
    content: '';
    position: absolute;
    display: block;
    background: url("../../img/illust_hat.png") no-repeat right top / 100%;
    width: 110px;
    height: 62px;
    top: -25px;
    right: -20px;
}
.mov-thumb {
    width: 340px;
    /*width: 335px;*/
}
.mov-thumb img {
    width: 100%;
    border: 2px #fff solid;
}
.mov-describe {
    width: 485px;
    color: #fff;
}
.mov-describe h3 {
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
}
.mov-describe p {
    font-size: 0.9em;
    line-height: 1.7;
    letter-spacing: 1px;
}
.bnr-youtube {
    width: 800px;
    display: block;
    margin: 0 auto;
}

.bnr-youtube img {
    width: 100%;

}
a.bnr-youtube:hover {
    opacity: 0.8;
    transition: .3s;
}
/* cast */
#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #cast .mc {
  width: 620px;
}
#main-contents #cast .inblock {
  width: 290px;
  margin: 0 20px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
#main-contents #cast .inblock a {
  display: block;
}
#main-contents #cast .inblock .castImg {
  position: relative;
  padding-top: 175%;
  overflow: hidden;
}
#main-contents #cast .inblock .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#main-contents #cast h3 {
  padding: 15px;
  background: rgb(239,86,61);
  background: #fef102;
  text-align: center;
}
#main-contents #cast h3 .birthplace {
    display: block;
    color: #030303;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 8px;
}
#main-contents #cast h3 .name {
  color: #030303;
  font-weight: bold;
  font-size: 1.5em;
}
#cast h3 .status {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 5px 0;
  border-radius: 12px;
  background: #fff;
  color: #000;
  font-size: 0.813em;
}

/* entry */
.entry-area {
  background: url("../../img/bg_blk.gif");
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.entry-area::before,
.entry-area::after {
    display: block;
    content: "";
    position: absolute;
    background: url("../../img/bg_jagged.png") no-repeat left top / 100% 100%;
    z-index: -1;
}
.entry-area::before {
    top: -10%;
    left: -3%;
    width: 250px;
    height: 250px;
}
.entry-area::after {
    bottom: 10%;
    right: -5%;
    width: 250px;
    height: 250px;
}
#main-contents .entry-area .center .ttl strong {
    color: #fff;
}
.entry-ex {
    width: 780px;
    margin: 0 auto 40px;
    padding: 30px 60px;
    background-color: #fff;
}
.entry-ex ul li {
    position: relative;
    min-height: 34px;
    line-height: 2.2;
    margin: 15px 0;
    padding-left: 40px;
}
.entry-ex ul li::before {
    position: absolute;
    content: "例";
    color: #fef102;
    text-shadow    : 
       1px  1px 1px #030303,
      -1px  1px 1px #030303,
       1px -1px 1px #030303,
      -1px -1px 1px #030303,
       1px  0px 1px #030303,
       0px  1px 1px #030303,
      -1px  0px 1px #030303,
       0px -1px 1px #030303; 
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 24px;
    background: #fff;
    box-shadow: 0 0 0 2px #030303, 0 0 0 4px #fef102, 0 0 0 6px #030303;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.etc {
    text-align: right;
}
.bnr-form {
    width: 780px;
    display: block;
    margin: 0 auto 40px;
}
.bnr-form:last-child {
    margin-bottom: 0;
}
.bnr-form img {
    width: 100%;
}

/* twitter */
.sns-twitter {
    background: #fef102 url("../../img/bg_hakataben.png") no-repeat center center / cover;
}
#main-contents .inblock.sns {
    width: 600px;
    margin: 0 auto 30px;
    border-radius: 15px;
}

/* recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
  padding-top: 20px;
}
#main-contents .prgPoint .block-list .block:nth-child(n+4) {
  display: none;
}
#main-contents .more-btn {
    background: #fef102;
    color: #030303;
}

/*************************************
/* media slider */
#main-contents #journalFukuokakun .center {
    padding: 0;
}
#main-contents #journalFukuokakun .slider {
  margin-bottom: 30px;
}
#main-contents #journalFukuokakun .slick-slider {
  display: block;
}
#main-contents #journalFukuokakun .slick-slide {
  padding: 0 5px 3px;
}
#main-contents #journalFukuokakun .ttl-group {
  padding: 10px 15px;
}
#main-contents #journalFukuokakun .ttl-group .ttl {
  font-size: 1em;
}
#main-contents #journalFukuokakun .ttl-group .date {
  color: #999999;
}
#main-contents .slider .slick-arrow {
  position: absolute;
  top: 42%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000;
  z-index: 1;
  cursor: pointer;
}
#main-contents .slider .slick-arrow.prev { left: -17px; }
#main-contents .slider .slick-arrow.next { right: -17px; }
#main-contents .slider .slick-arrow.prev div {
  position: relative; 
  width: 100%; 
  height: 100%; 
}
#main-contents .slider .slick-arrow div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  z-index: 1;
}
#main-contents .slider .slick-arrow.prev div:before {
  transform: translate(-30%, -55%) rotate(-135deg);
  -webkit-transform: translate(-30%, -55%) rotate(-135deg);
  -moz-transform: translate(-30%, -55%) rotate(-135deg);
}
#main-contents .slider .slick-arrow.next div:before {
  transform: translate(-60%, -55%) rotate(45deg);
  -webkit-transform: translate(-60%, -55%) rotate(45deg);
  -moz-transform: translate(-60%, -55%) rotate(45deg);
}
#main-contents .slide-journal {
  margin-top: 70px;
}
#main-contents .block-list .slider .block {
  background: #fffad3;
}
#main-contents .block-list .slider .slick-slide .block {
  float: none;
  margin: 0;
  width: auto;
}
/*************************************
/* 応募バナーなど */




@media all and (max-width: 812px) {
/* mainvisual */
  #main-contents .mainvisual {
    background: url("../../img/main_sp.png") no-repeat center top / 100% auto;
    height: 105vw;
  }
  #main-contents .mainvisual .center {
    width: 100%;
  }
#main-contents .mainvisual-pc {
    display: none;
    width: 100%;
}
#main-contents .mainvisual-sp {
    display: block;
    width: 100%;
}
#main-contents .mainvisual-sp img {
    width: 100%;
}

#main-contents .center {
  width: 85%;
  padding: 70px 0;
}
#main-contents h2.ttl strong {
  font-size: 35px;
}
.block-list .flex {
  display: block;
}

/* project banner */
.projectBnr {
    width: 90%;
    margin: 0 auto 25px;
}
.special-banner .projectBnr:last-of-type {
    margin-bottom: 40px;
}

/* line */
.lineStamp {
  width: 90%;
  margin: 0 auto 25px;
}

  
/* pickupBnr */
#main-contents .pickupBnr {
  padding: 20px 0;
  border-bottom: 10px #000 solid;
}
  

/* mainvisual */
#main-contents .mainvisual .center {
  width: 100%;
  padding: 22vw 0 0 0;
}
#main-contents .mainvisual .ttl {
  width: 56%;
  margin: 0 2.5vw 13vw 0;
}
#main-contents .mainvisual .text {
  width: 83%;
  line-height: 1.8;
  font-size: 3.5vw;
  letter-spacing: 0;
}
#main-contents .mainvisual .text span {
  display: block;
}

/* oatime */
#main-contents .oatime {
  width:90%;
  /*margin: -12.5vw auto 8vw;*/
  margin: -12.5vw auto 55px;
  padding: 2.8vw 3vw 3vw;
}
#main-contents .oatime h2 {
  font-size: 5vw;
}
#main-contents .oatime .mainTime {
  margin: 1.8vw 0 3.2vw;
  font-size: 5vw;
}
#main-contents .oatime .text {
  padding: 2.5vw 1.5vw;
  font-size: 2.4vw;
}
.oaarea {
    padding: 25px 10px;
    font-size: 3vw;
}

/* information */
.information {
  width:90%;
  margin: 0 auto 25px;
  padding: 2.8vw 3vw 3vw;
}
.information-contents {
  padding: 15px 10px;
}
.information-contents p {
  font-size: 110%;
}


/*present */
.present-contents {
    width: 90%;
}
.present-pic {
    width: 50%;
}
.requirements-procedure h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
}
.requirements-procedure p {
    width: 95%;
    font-size: 0.9em;
}
.requirements-precautions p {
    width: 95%;
    font-size: 0.7em;
}

/* about */
.about-contents {
    width: 90%;
}
.otherarea strong {
  display: block;
}
.otherarea {
  font-size: 3vw;
}
.otherarea::before {
    width: 110px;
    height: 62px;
    top: -30px;
    right: -25px;
}
.otherarea-txt1 {
    margin-bottom: 20px;
}
.otherarea p {
    width: 95%;
    display: inline-block;
    padding-left: 65px;
}

/* trailer */
.trailer {
    margin-top: 50px;
}
.block-trailer {
    width: 90%;
}
.trailer-notice {
    padding: 25px 0 0;
}

/* movie ranking */
.numbering::before {
    background: #fff;
    border: 4px #030303 solid;
    width: 50px;
    height: 50px;
    top: -30px;
    left: -15px;
}
.numbering::after {
    top: -14px;
    left: 3px;
    font-size: 30px;
}
.video {
    display: block;
    padding: 30px 30px 30px 30px;
}
.video::before {
    width: 110px;
    height: 62px;
    top: -30px;
    right: -25px;
}
.mov-thumb {
    width: 100%;
    margin-bottom: 15px;
}
.mov-describe {
    width: 100%;
    padding-top: 0;
}
.mov-describe h3 {
    margin-bottom: 10px;
}
.bnr-youtube,
.bnr-form {
    width: 100%;
    margin: 0 auto 20px;
}

/* cast */
#main-contents #cast .flex {
  justify-content: space-between;
}
#main-contents #cast .mc {
  width: 100%;
}
#main-contents #cast .inblock {
  width: 47.5%;
  margin: 0;
}
#main-contents #cast .inblock .castImg {
  padding-top: 180%;
}
#main-contents #cast .inblock .castImg img {
  width: auto;
  height: 100%;
}
#main-contents #cast h3 {
  padding: 7% 0;
}
#main-contents #cast h3 .birthplace {
  font-size: 2.2vw;
}
#main-contents #cast h3 .name {
  font-size: 4.5vw;
}
#main-contents #cast h3 .status {
  width: 32vw;
  margin: 5% auto 0;
  padding: 1.5vw 0;
  border-radius: 3.3vw;
  font-size: 3.1vw;
}

/* entry */
.entry-ex {
    width: 100%;
    padding: 20px 50px;
}
.entry-area::before {
    top: -10%;
    left: -8%;
    width: 220px;
    height: 220px;
}
.entry-area::after {
    bottom: 5%;
    right: -8%;
    width: 220px;
    height: 220px;
}
.entry-ex ul li {
    line-height: 1.8;
}

/* twitter */
#main-contents .inblock.sns {
    width: 100%;
}
  
  
/* prgPoint */
#main-contents .prgPoint .center {
  width: 90%;
  
}
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
}

/****************************************
  /* media */
  #main-contents #journalFukuokakun .inblock {
    padding: 5% 5% 50px;
  }
  #main-contents #journalFukuokakun .popular-mov {
    margin-bottom: 8vw;
  }
  #main-contents #journalFukuokakun .slider {
    display: block;
  }
  #main-contents #journalFukuokakun .slick-slide {
    padding: 0 1vw 3px;
  }
  #main-contents #journalFukuokakun .mbase-inblock {
    width: 100%;
    margin: 0 0 4vw 0;
    border-radius: 8px;
    background: #fffcdb;
    box-shadow:0px 2px 0px 0px rgba(219,214,182,1);
    overflow: hidden;
  }
  #main-contents #journalFukuokakun .ttl-group {
    padding: 2.5vw 2.5vw 4vw;
  }
  #main-contents .slider .slick-arrow {
    width: 7vw;
    height: 7vw;
  }
  #main-contents .slider .slick-arrow.prev { left: -4vw; }
  #main-contents .slider .slick-arrow.next { right: -4vw; }
  #main-contents .slider .slick-arrow div:before {
    width: 1.8vw;
    height: 1.8vw;
    border-top: 0.5vw #fff solid;
    border-right: 0.66vw #fff solid;
  }
    #main-contents .slide-journal {
    margin-top: 50px;
    }

/* 応募バナー */
.bnr-schoolAruaru {
    width: 100%;
    margin-top: 10px;
}
}



@media all and (max-width: 568px) {
#main-contents .center {
  width: 85%;
  padding: 12vw 0;
}
#main-contents h2.ttl {
  margin-bottom: 4vw;
}
#main-contents h2.ttl span {
  font-size: 4vw;
}
#main-contents h2.ttl strong {
  margin-top: 2.6vw;
  font-size: 6vw;
}
#main-contents #snsBnr h2.ttl strong {
  font-size: 5.5vw;
  letter-spacing: 0;
}

#main-contents .oatime {
  padding: 2.8vw 3vw 3vw;
}  
#main-contents .oatime h2 {
  font-size: 7vw;
}
#main-contents .oatime .mainTime {
  font-size: 5.68vw;
  letter-spacing: 0;
}
#main-contents .oatime .text span {
  display: block;
}
.oaarea {
    font-size: 4.3vw;
    padding: 15px 10px;
}

/* information */
.information {
  padding: 2.8vw 3vw 3vw;
}
.information h2 span::before,
.information h2 span::after {
  width: 13vw;
  height: 13vw;
}
.information-contents {
  padding: 15px 10px;
}
.information-contents p {
  font-size: 100%;
}
.linkNote {
  font-size: 100%;
  margin: 20px 0 10px;
}


/* about */
.otherarea {
  font-size: 4vw;
}
.otherarea::before {
    width: 95px;
    height: 54px;
    top: -25px;
    right: -20px;
}
.otherarea p {
    padding-left: 45px;
}
.otherarea-txt1 {
    background-size: 30px 30px;
}
.otherarea-txt2 {
    background-size: 35px 35px;
}

/*projectBnr */
.projectBnr {
    width: 90%;
    margin: 0 auto 15px;
}

/* trailer */
.trailer-tit {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.trailer-contents {
    font-size: 0.9em;
}

/* movie ranking */
.numbering::before {
    width: 45px;
    height: 45px;
    top: -30px;
    left: -15px;
}
.numbering::after {
    top: -16px;
    left: 1px;
}
.video {
    padding: 30px 25px 25px 25px;
}
.video::before {
    width: 95px;
    height: 54px;
    top: -25px;
    right: -20px;
}
.mov-describe h3 {
    margin-bottom: 10px;
}

/* cast */
#main-contents #cast h3 .name {
  font-size: 5vw;
} 

/* entry */
.entry-ex {
    padding: 20px 30px;
}
.entry-area::before {
    top: -8%;
    left: -10%;
    width: 180px;
    height: 180px;
}
.entry-area::after {
    bottom: 5%;
    right: -15%;
    width: 180px;
    height: 180px;
}
.entry-ex ul li {
    line-height: 1.8;
}
.entry-ex ul li {
    line-height: 1.6;
    font-size: 0.9em;
} 
.etc {
    font-size: 0.9em;
}


/* twitter */
#main-contents #twitter {
  margin-bottom: 7.5%;
  padding: 5% 6% 1px;
}


/* segment */
#main-contents #segment {
  margin-bottom: 0;
}
#main-contents #segment .inblock {
  margin-bottom: 20px;
}
#main-contents #segment h3 {
  margin-bottom: 10px;
  font-size: 1.125em;
}  
#main-contents #segment h3:after {
  margin: 12px auto 0;
}  
#main-contents #segment p {
  font-size: 0.875em;
} 
/*******************************
  /* media */  
  #main-contents #journalFukuokakun .ttl-group .ttl {
    line-height: 1.4;
    font-size: 0.875em;
  }
  #main-contents #journalFukuokakun .ttl-group .date {
    font-size: 0.875em;
  }
  #main-contents .slider .slick-arrow {
    width: 8.6vw;
    height: 8.6vw;
  }
  #main-contents .slider .slick-arrow.prev { left: -4vw; }
  #main-contents .slider .slick-arrow.next { right: -4vw; }
  #main-contents .slider .slick-arrow div:before {
    width: 2vw;
    height: 2vw;
    border-top: 0.5vw #fff solid;
    border-right: 0.66vw #fff solid;
  }

  
}
























