/* common */
html {
    overflow-x: hidden;
}

img {
  max-width: 100%;
}
.ofi {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover;' /* IE・Edge対応 */
}
.pace-running {
  position: relative;
  z-index: 10000000000;
}
.pace-running::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .9;
  top: 0;
  left: 0;
  z-index: 1201;
}
#ht-preloader {
  display: none;
}
.wave2only {
  background-repeat: no-repeat !important;
}
body, h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: "Hannari", 'Noto Serif JP',  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    letter-spacing: 0.1em;
    color: #565352;
    font-size: 14px;
    font-feature-settings: "palt" 1;
}
.md-0 {
  margin-bottom: 0 !important;
}

.title-bdr1 {
    position: relative;
    margin-bottom: 40px;
    height: 1px;
    width: 100%;
    background: #fff;
}
.title-bdr2 {
    position: absolute;
    margin-bottom: 0;
    height: 1px;
    width: calc(50% - 40px);
    background: #fff;
    top: 50%;
    left: 0;
}
.title-bdr3 {
    position: absolute;
    margin-bottom: 0;
    height: 1px;
    width: calc(50% - 40px);
    background: #fff;
    top: 50%;
    right: 0;
}
.kuro {
  background: #808080;
}
.section-title h2 {
    margin-bottom: 70px;
    text-align: center;
}
.section-title h2 .tate1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
    text-indent: 8px;
    font-size: 29px;
    text-align: justify;
    color: #565352;
    vertical-align: bottom;
    margin: 0 auto;
}
.top04 .section-title h2 .tate1,
.top06 .section-title h2 .tate1 {
  color: #fff;
}
.section-title p {
    color: #565352;
    line-height: 2;
    text-align: justify;
    font-size: 15px;
}
.section-title {
    margin-bottom: 70px;
}
.wf-hannari { font-family: "Hannari"; }


/* header */
body .navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .nav-item {
  padding: 0 15px;
}
.fixed-header .navbar-nav .nav-link,
.fixed-header .navbar-nav .nav-item .nav-link.active {
  color: #565352;
}
.navbar-nav .nav-link:hover {
    color: #dfd670 !important;
}
.navbar-nav .nav-item .nav-link.active {
  color: #fff;
}

#header-wrap.fixed-header .logo img,
.logo img {
  max-height: 45px;
}

.br_991,
.bou991,
.block991,
#map1 {
  display: none;
}
#map {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}
.scroll-top a, .scroll-top a:visited {
    height: 50px;
    width: 50px;
    line-height: 0;
    position: relative;
    background: #dfd670;
}
.scroll-top a img {
    width: 24px;
    position: absolute;
    top: 16px;
    left: 14px;
}
.scroll-top a:hover, .scroll-top a:focus {
    background: #afb7e5;
}

/* slider */
.top00 .row {
    align-items: flex-end;
}
section#home {
    background: url(../img/top_left1.png),url(../img/top_left.png);
    background-size: 28%,20%;
    background-repeat: no-repeat,no-repeat;
    background-position: left -16% top 14%,left -3.5% bottom 10%;
}
img.mainimg {
    width: 85%;
    position: absolute;
    right: 0;
    z-index: -1;
    max-width: 1400px;
}
.main991,
.main767,
.main441 {
  display: none !important;
}
.top00 .align-center {
    transform: translateY(-60%);
    padding: 0 !important;
}
.top00.banner .img-3 {
    position: absolute;
    left: -25%;
    top: 0%;
    width: 25%;
}
img.titleimg {
    max-width: 250px;
    margin-bottom: 15%;
    margin-left: 20%;
}
img.img-center.kage {
    margin-top: 60px;
}
.top00 .box1 {
    margin-bottom: -120px;
    padding-left: 60px;
}
.btn1 {
    display: block;
    padding: 15px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #1f1a34;
    position: relative;
    z-index: 9;
    transition: .3s;
    background: linear-gradient(90deg, #1f1a34 60%, #2c274f 85%);
    width: 325px;
    text-align: center;
}
.btn1 span {
  color: #fff;
  font-size: 16px;
}
.btn1:hover {
  background: linear-gradient(90deg, #fff 60%, #fff 85%);
}
.btn1:hover span {
  color: #1f1a34;
}
.lead {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.8;
}
.top_day {
    font-size: 32px;
}
span.mini {
    font-size: 20px;
    margin: 0 5px;
}
span.mini2 {
    font-size: 24px;
}

@media (min-width: 991px) {
  section#home {
    min-height: 880px;
  }
}

@media (min-width: 1700px) {
section#home {
  min-height: 1100px;
}
img.mainimg {
    max-width: 1600px;
}
img.titleimg {
    max-width: 280px;
    margin-bottom: 33%;
    margin-left: 20%;
}
.top00.banner .img-3 {
    position: absolute;
    left: -20%;
    top: 3%;
    width: 25%;
}
img.img-center.kage {
    margin-top: 80px;
}
.top00 .box1 {
    margin-bottom: -30px;
}

}





/* TOP01 */

.top01 {
    padding: 0 0 30px 0;
}

/* TOP02 */
#gaiyou {
  padding-top: 80px;
  margin-top: -80px;
}
section#about.top02 {
    background: url(../img/kikaku_right.png);
    background-size: 17%;
    background-repeat: no-repeat;
    background-position: right -2% top;
}
.effect-img1.aaaa {
    left: -600px;
    right: 500px;
    width: 1000px;
    z-index: 0;
    top: 40%;
}
.videoarea {
  position: relative;
  z-index: 1;
}
.la-play:before {
    content: "" !important;
}
.top02 .video-btn .play-btn {
    background: #965dad;
}
.top02 .video-btn .play-btn img {
    width: 20px;
    position: absolute;
    top: 14px;
    left: 18px;
}

.top02 .awesome-feat-single.text-center p {
  color: #383940;
  text-align: justify;
}
.top02 .btn-simple {
    color: #cd809f;
    display: block;
    width: 100px;
    text-align: center;
    margin-left: auto;
}
.effect-img1 {
    position: absolute;
    top: 50%;
    left: -15%;
    right: 20%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.top02 .col-lg-7 {
    padding-right: 60px;
}



/* TOP03 */
.top03 {
    position: relative;
    background: url(../img/contest_left.png),url(../img/contest_right.png);
    background-size: 30%,70%;
    background-repeat: no-repeat,no-repeat;
    background-position: left -10% bottom 20%,right -65% top 13%;
    padding-bottom: 300px;
    padding-top: 30px;
}
.top03 .section-title {
    margin-bottom: 0;
}
.top03 .section-title p {
  margin: 0 auto;
  width: 75%;
}
.top03 .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}
.top03 .owl-carousel .owl-nav {
    bottom: 0;
}
.top03 .awesome-feat-carousel.owl-carousel {
  padding-bottom: 50px;
}
.top03 .owl-carousel .owl-nav button.owl-prev,
.top03 .owl-carousel .owl-nav button.owl-next {
  padding: 30px !important;
}
.top03 button.owl-prev:after {
    content: "←";
    position: absolute;
    left: calc(50% - 55px);
    top: 52%;
    font-size: 30px;
    color: #febbc5;
}
.top03 button.owl-next:after {
    content: "→";
    position: absolute;
    right: calc(50% - 55px);
    top: 52%;
    font-size: 30px;
    color: #febbc5;
}
.top03 .owl-carousel .owl-nav button.owl-prev:hover,
.top03 .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #f9edf2;
    background-color: none;
    color: #fff;
    border: none;
}
.top03 .awesome-feat-single img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.top03 .feat-carousel-wrap:before {
    height: 255px;
}
.top03 .feat-carousel-wrap:after {
    height: 200px;
}
.top03 .awesome-feat-single .icon {
    width: 105px;
    height: 105px;
}


/* TOP04 */

.top04.grediant-bg {
    background: url(../img/kougei_left_1.png),url(../img/kougei_left_2.png),
    url(../img/kougei_right_1.png),url(../img/kougei_right_2.png),linear-gradient(0deg, rgb(44, 39, 79) 35%, rgb(31, 26, 52) 65%);
    background-size: 30%,40%,30%,40%,100%,100%;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: left -15% top 10%,left -25% bottom 10%,right -15% top 5%,right -17% bottom 8%,center,center;
    padding-bottom: 300px;
}

.top04 .section-title p {
  color: #fff;
  text-align: center !important;
}
.top04 .team-member img.sp {
  display: none;
}
.top04 .team-member .team-description span {
    color: #6e80ac;
}
.top04 .team-member .team-description h5 {
  color: #211c39;
}
.top04 .btn-simple {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
}
.top04 .btn-simple:hover {
  opacity: .7;
}
.top04 .team-member .team-description span.text-right {
  color: #808080;
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.top04 .team-member.style-3 .team-description {
  padding: 0 !important;
}

/* TOP05 */

.top05 .owl-carousel .featured-item {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 370px;
}
.top05 .featured-item.style-4 .featured-icon {
    width: 100%;
    height: 50%;
}
.top05 .featured-item.style-4 .featured-icon:before,
.top05 .featured-item.style-4 .featured-icon:after,
.top05 .featured-item.style-4:before {
    content: none;
}
.top05 .featured-desc,
.top05 .featured-title {
    padding: 0 15px 15px 15px;
}
.top05 .featured-title h5 {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #383940;
}
.featured-item.style-4:hover,
.featured-item.style-4:hover h5 {
  background: #ffffff;
  color: #383940;
}
.round-anim2 {
    top: 0%;
    right: -5%;
    left: inherit;
    width: 300px;
    height: 300px;
    border: 30px solid rgba(204, 68, 255, .1);
}
.top05 .featured-desc p {
    color: #cd809f;
}
.top05 .section-title h2 {
    margin-bottom: 0px;
}

/* TOP06 */
.top06 {
    background-size: cover !important;
    background-position: top right !important;
    background: url(../img/top_ac_back.jpg);
    padding: 120px 0 80px;
}

.image-anim2::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -10%;
    width: 300px;
    height: 300px;
    border: 150px solid rgba(183, 126, 216, .2);
    border-radius: 50%;
    display: inline-block;
    z-index: 0;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.top06 table {
    width: 100%;
    color: #fff;
    line-height: 2;
}
.top06 td {
    vertical-align: top;
}
.top06 td a {
  color: #fff;
}
.top06 .section-title h2 {
    margin-bottom: 40px;
}
.top06 .col-lg-6:last-child {
    padding-left: 30px;
}
.top06 .col-lg-6:first-child {
    padding-right: 30px;
    padding-top: 100px;
}

/* footer */
.footer {
    padding: 80px 0 0;
    background-color: #080508;
}
.secondary-footer {
    background: #080508;
    padding: 10px 0;
    margin-top: 80px;
}
.copyright span {
    background: none;
    font-size: 12px;
}
.copyright span a {
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
    font-size: 12px;
}
.copyright span a:hover {
    opacity: .6;
}
.footer-logo img {
    height: auto;
}
.footer-list li a,
.footer p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2;
    opacity: .7;
    text-align: justify;
}
.footer-list li {
    margin-bottom: 5px;
}


/* tougeika1 */
body.kasou .navbar-nav .nav-link,
body.kasou .navbar-nav .nav-item .nav-link.active {
    color: #565352;
}
section.banner.top000 {
    padding-top: 90px !important;
}
.tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
    font-size: 14px;
    text-align: justify;
    color: #565352;
    vertical-align: bottom;
    margin: 0 auto;
    line-height: 2.5;
}
.tate2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
    font-size: 24px;
    text-align: justify;
    color: #fff;
    vertical-align: bottom;
    margin: 0 auto;
    background: #565352;
    padding: 15px 0;
}
.tate3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
    font-size: 14px;
    text-align: justify;
    color: #565352;
    vertical-align: top;
    margin: 0 auto;
    font-style: italic;
    font-family: Arial;
}
.top000 .name .tate {
    font-size: 50px;
    height: 100%;
    padding-top: 10%;
}
.top000 .name .tate:last-child {
  font-size: 16px;
}
.top000 .mainimg img {
    width: 100%;
    height: 800px;
}
.top000 .maintext p.name {
    height: 350px;
}
.top000 .name .tate:first-child {
    padding-left: 60px;
    padding-right: 20px;
    line-height: 1;
}
.top000 p.text {
    padding-left: 55px;
}
section#huukei.prof_sec .bx-wrapper img {
    border-radius: 15px;
}
section#huukei.prof_sec,
section#about.top02.prof_sec,
section.top02.info_sec {
    background: none;
    position: relative;
}
section.top02.info_sec .col-lg-7 {
    padding-right: 15px;
}
section#about.top02.prof_sec .effect-img2 {
    top: -40%;
}
section#about.prof_sec .round-anim2 {
  border: 25px solid rgba(204, 68, 255, .1);
}
section#about.prof_sec p.tate {
    font-size: 16px;
    line-height: 3.1;
}

section#huukei.prof_sec {
  padding: 200px 0 200px;
}
section#about.top02.prof_sec h2.prof {
  line-height: 3em;
}
section#about.top02.prof_sec h2.prof .prof_img {
  width: 55px;
}
section#about.top02.prof_sec h2.prof span.prof_767 {
  display: none;
}
section#huukei.prof_sec .round-anim2 {
    width: 400px;
    height: 400px;
    border: 25px solid rgba(204, 68, 255, .1);
}
section#huukei .effect-img2 {
    left: -25%;
    z-index: -1;
}
section#huukei.prof_sec p.tate {
    line-height: 1;
    font-size: 30px;
    margin-left: auto;
    margin-right: 15px;
}
 section#huukei.prof_sec h2.prof {
    margin-top: -30px;
    font-size: 18px;
    font-weight: bold;
}
.align-items-bottom {
    align-items: flex-end;
}
.effect-img2 {
    position: absolute;
    top: -25%;
    left: -10%;
    right: 0;
    z-index: 1;
}

.info_sec h3 {
  border-bottom: 1px solid #565352;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.info_sec p {
  line-height: 2.4;
  text-align: justify;
  margin-bottom: 0;
}
.info_sec p a {
    color: #fff;
    background: #40324c;
    padding: 5px 40px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-top: 15px;
}

.box3_sec ul {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.box3_sec ul li {
    position: relative;
    width: calc(100% / 3);
}
.box3_sec ul li.sp {
  display: none;
}
.box3_sec ul li img {
  width: 100%;
}
.box3_sec ul .box_title {
    position: absolute;
    top: 0;
    right: 30px;
    background: #fff;
    padding: 0;
    width: 60px;
}



.top02.concept {
    position: relative;
    background: url(../img/contest_right.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right -65% top 13%;
}
.top02.concept .section-title .br_767 {
  display: none;
}
.top02.concept .effect-img1 {
    z-index: 0;
}
.top02.concept .effect-img1.kougei {
    z-index: -1;
}
.top02.concept span.consept {
    color: #cd809f;
    font-size: 28px;
    width: 100%;
    text-align: left;
    display: block;
}
.top02.concept .col-lg-6 .section-title h2 {
  position: relative;
  margin-bottom: 30px;
}
.top02.concept .col-lg-6 .section-title h2::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    background: #cd809f;
    bottom: -10px;
    left: 0;
}
.top02.concept .col-lg-6 .section-title p{
  line-height: 2.8;
}
.para_sec {
  /* background: url(../img/takagi_para.png);
  background-size: cover;
  background-attachment: fixed; */
}
.para_sec span.tate2.title {
    background: none;
    font-size: 34px;
    line-height: 1.8;
    padding: 0;
    margin: 0 30px;
}
.para_sec span.tate2.title.sp {
  display: none;
}
.para_sec span.tate {
    color: #fff;
    margin: 0 30px;
    font-size: 16px;
    line-height: 2.8;
}
.para_taxt {
    justify-content: flex-end;
}
.kansou {
    background: #f7f8ff;
    padding-bottom: 200px;
}
.kansou img {
  width: 100%;
}
.kansou .owl-carousel .owl-item img {
    border-radius: 6px;
}
.kansou .banner-wave .wave.wave1 {
    opacity: 0.8;
}
.kansou .section-title h2 .tate1 {
  text-align: right;
}
.kansou .title-bdr1 {
  background: #f7f8ff;
}
.kansou img.sp {
  display: none;
}
.kansou.top05 .owl-carousel .featured-item  {
  min-height: auto !important;
}
.kansou.top05 .featured-item.style-4 .featured-icon {
  display: block;
}
section.top02.garally {
  background: #fff;
}
section.top02.garally a {
  width: calc(100% / 4);
}
section.top02.garally a:hover {
  opacity: .7;
}
section.top02.garally .row.popup {
    margin: 0 15px;
}
section.top02.garally .section-title h2 {
  margin: 0 15px;
}
.mfp-close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 25%;
    top: 120px;
    font-style: inherit;
    font-size: 60px;
    font-family: "Hannari", 'Noto Serif JP',  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

#map2 {
  width: 100%;
  height: 300px;
}








/* allmovie */
.page-title {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.page-title h1 {
    font-size: 45px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 5px;
}
#allmovie02 .textarea,
#allmovie03 .textarea {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
}
#allmovie02 .textarea span {
    margin-bottom: 5px;
    display: block;
}
#allmovie02 .textarea p,
#allmovie03 .textarea p {
    margin: 0;
    font-size: 15px;
}
#allmovie01 {
    padding: 100px 0 20px;
}
#allmovie02 {
    padding-bottom: 40px;
}
#allmovie03 {
    padding-bottom: 50px;
}
#allmovie01 .team-member p {
  text-align: center;
}
#allmovie00 .team-member p {
    text-align: center;
}
#allmovie00 .team-member span {
    margin: 20px 0 0 0;
    text-align: center;
    display: block;
}
#allmovie00 {
    padding-bottom: 60px;
}
a.link_sakka {
    display: block;
}
a.link_sakka:hover {
    opacity: .7;
}

.movie a.play-btn.popup-youtube {
    background: #965dad;
}
.movie a.play-btn.popup-youtube img {
    width: 20px;
    position: absolute;
    top: 14px;
    left: 18px;
}
#allmovie02 .video-btn-pos,
#allmovie03 .video-btn-pos {
    top: 46%;
}
.mfp-iframe-holder .mfp-close {
    top: -70px;
}
.kougeisi.kasou.takagi .video-btn {
    /* display: none; */
}
.kasou.takagi .video-btn {
    left: calc(50% - 35px);
}
.kasou.takagi .effect-img2 {
    z-index: -1;
}
.ytp-chrome-top {
    display: none !important;
}

@media (max-width: 1600px) {
  img.titleimg {
      max-width: 230px;
      margin-bottom: 20%;
  }
  .top00.banner .img-3 {
    left: -25%;
    top: -2%;
    width: 22%;
  }
  .top000 .name .tate:first-child {
      padding-left: 30px;
      padding-right: 15px;
  }
  .top000 p.text {
    padding-left: 30px;
  }
}

@media (max-width: 1500px) {
  img.mainimg {
      width: 95%;
  }
  section#home {
      background: url(../img/top_left1.png),url(../img/top_left.png);
      background-size: 30%,18%;
      background-repeat: no-repeat,no-repeat;
      background-position: left -15% top 35%,left -3% bottom 5%;
  }
  img.titleimg {
    margin-left: 10%;
    margin-bottom: 25%;
  }
  .top00.banner .img-3 {
    left: -33%;
    top: 4%;
  }
  .top00 .box1 {
    padding-left: 90px;
  }
  .effect-img1 {
    top: 50%;
    left: -5%;
  }

  .top03 {
      padding-bottom: 250px;
  }
  .top04.grediant-bg {
    background: url(../img/kougei_left_1.png),url(../img/kougei_left_2.png), url(../img/kougei_right_1.png),url(../img/kougei_right_2.png),linear-gradient(0deg, rgb(44, 39, 79) 35%, rgb(31, 26, 52) 65%);
    background-size: 30%,40%,30%,40%,100%,100%;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: left -15% top 10%,left -25% bottom 2%,right -15% top 5%,right -17% bottom 8%,center,center;
  }
}


@media (max-width: 1366px) {
  section#home {
    background: url(../img/top_left1.png),url(../img/top_left.png);
    background-size: 30%,18%;
    background-repeat: no-repeat,no-repeat;
    background-position: left -15% top 40%,left -3% bottom 5%;
  }
  img.mainimg {
      width: 100%;
  }
  img.titleimg {
      margin-left: 5%;
      margin-bottom: 22%;
  }
  .top00.banner .img-3 {
    left: -42%;
    top: -4%;
  }
  .top00 .box1 {
    margin-bottom: -100px;
  }
  .top03 {
      position: relative;
      background: url(../img/contest_left.png),url(../img/contest_right.png);
      background-size: 50%,85%;
      background-repeat: no-repeat,no-repeat;
      background-position: left -30% bottom 40%,right -150% top 32%;
  }

}

@media (max-width: 1300px) {
  img.mainimg {
      width: 115%;
  }
  img.titleimg {
      margin-left: -13%;
      margin-bottom: 22%;
  }
  .top00.banner .img-3 {
      left: -55%;
      top: 0%;
  }
  img.img-center.kage {
    margin-top: 80px;
  }
  .top00 .box1 {
    margin-bottom: -150px;
  }
  section#home {
      background: url(../img/top_left1.png),url(../img/top_left.png);
      background-size: 12%,18%;
      background-repeat: no-repeat,no-repeat;
      background-position: left -6% top 30%,left -1% bottom 50%;
  }
  .top00 .box1 {
      padding-left: 60px;
  }
.top03 .awesome-feat-img img {
      width: 100%;
  }
.top03 .awesome-feat-img {
      margin-left: 20%;
      margin-top: 10%;
  }
}

@media (min-width: 1200px){
#allmovie02 .video-wrap video,
#allmovie03 .video-wrap video {
  width: 100%;
  height: 232px !important;
}

}

@media (max-width: 1200px){
.navbar-nav .nav-item {
    padding: 0 15px;
}
.top00 .box1 {
    padding-left: 15px;
}
.top06 table tr td:first-child {
    padding-right: 15px;
}
.top03 .awesome-feat-carousel.owl-carousel {
    padding-top: 50px;
}
.top000 .name .tate:first-child {
    padding-left: 0;
    padding-right: 10px;
}
.top000 .name .tate {
    font-size: 40px;
}
.top000 p.text {
    padding-left: 5px;
}
.top000 p.text .tate {
    line-height: 2;
}

}

@media (max-width: 1100px){
  section#home {
    background-position: left -6% top 30%,left -1% bottom 57%;
  }
  .top00.banner .img-3 {
      left: -65%;
      top: 4%;
  }
  img.titleimg {
      max-width: 220px;
      margin-bottom: 48%;
  }
  .navbar-nav .nav-item {
    padding: 0 7px;
  }
  .top00 .box1 {
    margin-bottom: -50px;
  }
  .effect-img1.aaaa {
    left: -400px;
    right: 500px;
    width: 800px;
    z-index: 0;
    top: 39%;
  }
}

@media (min-width: 992px) {
#allmovie02 .video-wrap video,
#allmovie03 .video-wrap video {
  height: 186px;
}

}

@media (min-width: 991px) {
.mb0_991 {
  display: none;
}
.section-title h2.mb60_991 {
  margin-bottom: 60px;
}
.kasou.takagi.suziki .top000 .name .tate {
  padding-top: 0%;
}

}


@media (max-width: 991px) {
  section#about.top02.prof_sec h2.prof {
    display: block;
  }
  section#about.top02.prof_sec h2.prof img {
    display: none;
  }
  section#about.top02.prof_sec h2.prof span.prof_767 {
      display: block;
      color: #565352;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #565352;
      font-size: 20px;
      margin-bottom: 20px;
      padding-bottom: 10px;
  }
  section#about.top02.prof_sec {
    padding-bottom: 45px;
  }
  section#about.prof_sec p.tate {
    margin-bottom: 30px;
  }
  .tate3 {
    letter-spacing: 3px;
  }
  section#huukei.prof_sec {
    padding: 200px 0 140px;
  }

  section#huukei.prof_sec .banner-wave .wave.wave2,
  .kansou .banner-wave .wave.wave2 {
      background-size: 50% 110px;
  }
  section#about.prof_sec p.tate,
  .top02.concept .col-lg-6 .section-title p {
    line-height: 2;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  section#about.prof_sec p.tate br.br_919 {
    display: none;
  }
  .cloudimage-360 {
    max-width: 400px;
    margin: 0 auto;
  }
  .top02.concept .effect-img1 {
    left: 0%;
    right: 0%;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .top02.concept span.consept {
      font-size: 25px;
      text-align: center;
  }
  .top02.concept .col-lg-6 .section-title h2::before {
      width: 40px;
      left: calc(50% - 20px);
  }
  .box3_sec ul .box_title {
    width: 50px;
  }
  section.top02.info_sec .row .col-md-7 {
    margin-bottom: 40px;
  }
  section#about.top02.prof_sec h2.prof span.prof_img {
    display: none;
  }
  .navbar-nav .nav-item .nav-link.active {
    color: #565352;
  }
  body .navbar-nav .nav-link {
    color: #565352;
  }
  .section-title h2 {
      margin-bottom: 30px;
  }
  .section-title h2 .tate1 {
    font-size: 26px;
  }
  .top03 .section-title h2,
  .top04 .section-title h2,
  .top05 .section-title h2 {
    margin-bottom: 70px;
  }
  .top05 .title-bdr2,
  .top05 .title-bdr3 {
    width: calc(50% - 80px);
  }

  .banner-wave .wave.wave2 {
    background-size: 50% 150px;
  }
  .br_991,
  .bou991,
  .block991,
  .kansou img.sp {
    display: block;
  }
  .none991,
  .kansou img.pc {
    display: none;
  }
  .mainpc,
  .main767,
  .main441 {
    display: none !important;
  }
  .main991 {
    display: block !important;
  }
  /*Header*/
  #header-wrap{padding: 15px 0;}
  #header-wrap.fixed-header {padding: 15px 0;}
  .navbar {justify-content: flex-end; width: 100%;}
  .navbar-brand {left: 0; margin-right: 0; position: absolute; top: 50%; padding: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);}
  .navbar-toggler {background: none; height: 40px; width: 40px; padding: 0; border-radius: 0; margin-right: 15px;}
  .navbar-nav ul{position: static;}
  .navbar-nav .nav-item{
    margin: 0;
    display: block;
    padding: 10px 0;
  }
  .navbar-nav .nav-link{padding: 10px !important; border-radius: 0;}
  .navbar-nav a .sub-arrow {position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em;  text-align: center;}
  .navbar-collapse {border-radius: 7px; background:#ffffff; max-height: 400px;  left: 0; padding: 10px; position: absolute; z-index: 99; top: 50px; width: 100%; overflow: auto; border: medium none; -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,0.15); -moz-box-shadow: 7px 5px 30px rgba(72,73,121,0.15); box-shadow: 7px 5px 30px rgba(72,73,121,0.15);}
  .navbar-toggler span {width: 80%; height: 2px; margin: 5px auto; display: block; background: #03d665;}
  .navbar-nav .dropdown-toggle::after{background: none !important; position: absolute; border:none; top: 50%; right: 0; margin: -0.5em 0.5em 0 0; border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center;}
  .navbar-nav .dropdown-toggle::after {content: '+';}
  .navbar-nav .dropdown.show > .dropdown-toggle::after {content: '-';}
  .navbar-nav .nav-item.show .nav-link{color: #ffffff !important}

   #header-wrap.fixed-header .navbar{padding-top: 0;}
   #header-wrap.fixed-header .right-nav{display: none !important;}

  .header-2 .navbar-toggler span {background-color: #fff;}
  .header-3 .navbar-brand {left: 10px;}
  .header-3 #header-wrap.fixed-header .navbar-brand {left: 0;}

  /*Banner*/
  .fullscreen-banner{height: auto !important; padding: 150px 0 100px !important;}
  .fullscreen-banner.banner-3{padding-bottom: 250px !important;}
  .fullscreen-banner .align-center{position: inherit; transform: inherit; padding-top: 0 !important}
  .page-title {padding: 160px 0;}
  .page-title h1 {font-size: 40px; line-height: 50px;}
  .fullscreen-banner .img-side{position: relative !important; transform: inherit; top: inherit; left: inherit;}

.navbar-nav .nav-link {
  color: #565352;
}
.navbar-toggler span {
    background: #dfd670;
}
section#home {
    background-size: 0%,23%;
    background-position: left -6% top 30%,left -1% bottom 45%;
}
section#home.fullscreen-banner {
    height: 100% !important;
    padding: 0 !important;
}
.top00 .align-center {
    transform: translateY(0%);
    position: relative;
}
.top00 .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.top00 .box1 {
    margin-bottom: 30px;
    padding: 0;
    padding-top: 120px;
    margin-right: 10%;
}
.top00.banner .img-3 {
    left: 55px;
    top: 30%;
    width: 140px;
}
img.titleimg {
    max-width: 230px;
    margin-bottom: 0;
    margin-top: 80px;
    margin-left: 50%;
    transform: translateX(-40%);
}
img.mainimg {
    width: 103%;
    right: -3%;
}
.lead {
    font-size: 18px;
    line-height: 1.6;
}
.top_day {
    font-size: 28px;
}
span.mini {
    font-size: 16px;
    margin: 0 4px;
}
span.mini2 {
    font-size: 20px;
}
.btn1 {
    padding: 12px 20px;
    width: 300px;
}

.top01 {
    padding: 60px 0 30px;
}
.top02 .row,
section.top02.info_sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.top02 .col-md-12 {
  padding: 0 15px;
  min-height: 0%;
  flex: auto;
  max-width: 100%;
  -ms-flex: unset;
}
section.top02.info_sec .row .col-md-7,
section.top02.info_sec .row .col-md-5,
.top02.concept .col-lg-6 {
  max-width: 100%;
  flex: auto;
  min-height: 0%;
  -ms-flex: unset;
}
.top00 .row .col-lg-6 {
    max-width: 100%;
    flex: auto;
    min-height: 0%;
    -ms-flex: unset;
}
.effect-img1.aaaa {
  display: none;
}

.top03 {
    position: relative;
    background: url(../img/contest_left.png),url(../img/contest_right.png);
    background-size: 50%,88%;
    background-repeat: no-repeat,no-repeat;
    background-position: left -30% bottom 15%,right -230% top 55%;
}
.top03 .section-title p {
    width: 100%;
}
.top03 .awesome-feat-carousel.owl-carousel {
    padding-top: 0;
}
.top03 {
    padding-bottom: 200px;
    padding-top: 50px;
}
.top03 .feat-carousel-wrap:after {
    left: 0;
    height: 250px;
    top: 170px;
}
.top03 .feat-carousel-wrap:before {
    left: 30px;
    height: 300px;
    top: 140px;
}
.top03 .awesome-feat-carousel.owl-carousel {
    padding-left: 60px;
}

.top04.grediant-bg {
    padding-bottom: 200px;
}
.top04 .col-lg-4:nth-child(2) {
  margin-top: 0 !important;
}
.top05 .owl-carousel .featured-item {
    min-height: 450px;
}
.round-anim2 {
    top: 35%;
}
.top06 {
    padding: 80px 0 0;
}
.footer .col-md-6:nth-child(3),
.footer .col-md-6:nth-child(4) {
  padding-top: 30px;
}
#map {
  display: none;
}
#map1 {
  display: block;
  width: 100%;
  height: 250px;
}
.top06 .col-lg-6:last-child {
    padding-left: 15px;
    margin-bottom: 30px;
    margin-top: 0 !important;
}
.image-anim2::before {
  content: none;
}

section.top02.garally .row {
    flex-flow: wrap;
}
section.top02.garally a {
    width: calc(100% / 3);
}
section.banner.top000 {
    padding-top: 70px !important;
}
section#about.top02.prof_sec .tate3 {
  display: none;
}

section#about.prof_sec p.tate,
section#about.prof_sec h2 {
  -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
  width: 100%;
  line-height: 2;
  padding: 0 15px;
}
.top02.concept {
    background: url(../img/contest_right.png);
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: right -21% top 4%;
}
#allmovie01 {
    padding: 80px 0 20px;
}
#allmovie02 {
    padding-bottom: 0;
}
#allmovie03 {
    padding-bottom: 40px;
}
.page-title h1 {
    line-height: 1.6;
    text-align: left;
}
.page-title {
    padding: 130px 0 100px;
}
nav.page-breadcrumb {
    text-align: right;
}
section#allmovie01 .row {
    flex-direction: row;
}

}


@media (max-width: 940px) {
section#home {
  background-position: left -6% top 30%,left -1% bottom 50%;
}
img.titleimg {
    max-width: 220px;
}
.top00 .box1 {
    margin-right: 5%;
}

}


@media (max-width: 880px) {
.top00.banner .img-3 {
    left: 80px;
    top: 29%;
    width: 120px;
}
.top00 .box1 {
    margin-right: 0;
    padding-top: 90px;
}
section#home {
    background-position: left -6% top 30%,left -1% bottom 45%;
}

.effect-img1 {
    left: 0%;
}
.videoarea {
    padding-left: 30px;
}
.page-content.movie .videoarea {
    padding-left: 0;
}
#allmovie00 .videoarea {
  padding-left: 0;
}
section#about.top02.prof_sec .videoarea {
    padding-left: 0;
}

}

@media (max-width: 800px) {
  img.mainimg {
      width: 110%;
  }
  .top03 .awesome-feat-img {
      margin-top: 35%;
  }
}


@media (max-width: 768px) {
#allmovie02 .video-wrap video,
#allmovie03 .video-wrap video {
  height: auto;
}
section#home {
    background-position: left -6% top 30%,left -1% bottom 40%;
}
.top00.banner .img-3 {
    top: 26%;
}
.top04.grediant-bg {
    background: url(../img/kougei_left_1.png),url(../img/kougei_left_2.png), url(../img/kougei_right_1.png),url(../img/kougei_right_2.png),linear-gradient(0deg, rgb(44, 39, 79) 35%, rgb(31, 26, 52) 65%);
    background-size: 35%,45%,40%,50%,100%,100%;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: left -15% top 5%,left -27% bottom 2%,right -13% top 0%,right -13% bottom 15%,center,center;
}
.top03 .owl-carousel .owl-nav {
    left: 27%;
}
.top05 .owl-carousel .featured-item {
    min-height: 370px;
}
.mfp-close {
    right: 60px;
}

}

@media (max-width: 767px) {
  .mainpc,
  .main991,
  .main441,
  .para_sec span.tate2.title.pc,
  .top04 .team-member img.pc {
    display: none !important;
  }
  .box3_sec ul li {
    display: none;
  }
  .top02.concept .section-title .br_767,
  .top04 .team-member img.sp {
    display: block;
  }
  .takagi .top02.concept .title-bdr2,
  .takagi .top02.concept .title-bdr3 {
    width: calc(50% - 80px);
  }
  .main767,
  .box3_sec ul li.sp {
    display: block !important;
  }
  .box3_sec ul li.sp, .box3_sec ul li.sp img {
      width: 100%;
  }
  .page-title {
      background-attachment: scroll !important;
  }
.para_sec span.tate2.title.sp,
.para_sec span.tate {
  display: block !important;
  -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
  width: 100%;
  line-height: 2;
  padding: 0 15px;
  margin: 0;
}
.para_sec span.tate2.title.sp {
  line-height: 1.5;
  margin-bottom: 15px;
}
.para_sec {
    background-attachment: scroll !important;
}
  img.mainimg {
    width: 100%;
    left: 0;
  }
  section#home {
      background: url(../img/top_left_767.png);
      background-size: 35%;
      background-repeat: no-repeat;
      background-position: left -1% bottom 33%;
  }
  img.titleimg {
      margin-top: 100px;
      transform: translateX(-50%);
      max-width: 260px;
  }
  .top00.banner .img-3 {
      left: -3%;
  }
  .top00 .box1 {
      text-align: center;
      padding-top: 45%;
      margin: 0;
  }
  .top00.banner .img-3 {
      top: 21%;
  }
  .btn1 {
      margin: 0 auto;
  }

  .top03 .awesome-feat-img {
      margin: 0 auto;
}
.top03 .owl-carousel .owl-nav {
    left: 36.5%;
}
.top04 .section-title p {
  text-align: justify !important;
}
.top04 .section-title br {
  display: none;
}
.top04 .col-lg-4:nth-child(2),
.top04 .col-lg-4:nth-child(3) {
    margin-top: 30px !important;
}
.footer .col-md-6:nth-child(3),
.footer .col-md-6:nth-child(4) {
    padding-top: 0;
}
.footer h4 {
    margin-bottom: 10px !important;
}
.section-title h2 .tate1 {
    font-size: 24px;
}


.top000 .mainimg img {
    height: calc(100vh - 70px);
    min-height: 500px;
}
section.banner.top000 .row {
    display: block;
    position: relative;
}
.top000 .name .tate {
    font-size: 40px;
    color: #fff;
}
.top000 p.text .tate {
    color: #fff;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
}
section.banner.top000 .row .maintext {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 45%;
    left: 52%;
    transform: translateX(-50%)translateY(-50%);
    text-align: center;
}
.top000 p.text {
    padding: 0;
    margin: 0;
}
section#huukei.prof_sec .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
section#huukei.prof_sec .col-lg-2 .row {
    display: block;
    padding: 0 15px;
}
section#huukei.prof_sec p.tate,
section#huukei.prof_sec h2.prof .tate3 {
  display: block !important;
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;
width: 100%;
}
section#huukei.prof_sec h2.prof {
    margin-top: 10px;
}
section#huukei.prof_sec {
    padding: 80px 0 200px;
}
section#huukei.prof_sec .round-anim2 {
    width: 280px;
    height: 280px;
}
section#huukei .effect-img2 {
    left: -7%;
    z-index: -1;
    top: -60%;
}
section.top02.garally a {
    width: calc(100% / 2);
}
section.top02.garally .section-title h2,
section.top02.garally .row.popup {
  margin: 0;
}
section#huukei.prof_sec p.tate {
    font-size: 22px;
    letter-spacing: 3px;
}
.page-title h1 {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
    font-size: 35px;
}
nav.page-breadcrumb {
    text-align: center;
}
.breadcrumb {
    padding: 8px 18px;
}
.morisaki .top02.concept .section-title h2 .tate1 {
  text-align: center;
}

}


@media (max-width: 730px) {
  .top00.banner .img-3 {
      width: 100px;
  }
}

@media (max-width: 680px) {
  img.img-center.kage {
      margin-top: 60px;
  }
  img.titleimg {
      max-width: 240px;
  }
  .top00 .box1 {
    padding-top: 35%;
  }
  section#home {
      background-position: left -1% bottom 36%;
  }
}

@media (max-width: 650px) {
  img.titleimg {
    max-width: 40%;
  }
  .top00 .box1 {
    padding-top: 40%;
  }

}


@media (max-width: 600px) {
.top00.banner .img-3 {
    left: 5%;
    top: 19%;
}
.top00 .box1 {
    padding-top: 30%;
}

}

@media (max-width: 576px) {
#home.fullscreen-banner p br {
    display: block;
}
.navbar {
    padding-top: 0;
}

}
@media (max-width: 575px) {
  section#huukei.prof_sec p.tate,
  section#huukei.prof_sec h2.prof .tate3,
  .para_sec span.tate2.title {
    text-align: center;
  }
  span.tate br {
    display: none;
  }
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.top03 .feat-carousel-wrap:after {
    left: 15px;
}
.top03 .awesome-feat-carousel.owl-carousel {
    padding-left: 50px;
}
.top03 .owl-carousel .owl-nav {
    left: 33.3333%;
}
.top03 .awesome-feat-img img {
    max-width: 300px;
}
.top05 .owl-carousel .featured-item {
    min-height: 370px;
    margin-bottom: 10px;
}
.top05 .featured-title h5 {
    margin: 10px 0 0 0;
    line-height: 1.7;
}
.top05 .featured-title {
    padding-bottom: 10px;
}
.top000 p.text .tate {
    letter-spacing: 3px;
    display: block;
    width: 85%;
    margin-left: 6%;
}
.top000 .maintext p.name {
    height: auto;
    white-space: nowrap;
    margin-bottom: 45px
}
.top000 .name .tate {
    letter-spacing: 6px;
    height: auto;
    vertical-align: text-top;
}
.para_sec span.tate2.title {
    font-size: 30px;
}
.para_sec span.tate {
    font-size: 15px;
    letter-spacing: 3px;
}
#allmovie02 .section-title p,
#allmovie03 .section-title p {
  text-align: justify !important;
}
#allmovie02 .section-title p br {
  display: none;
}
#allmovie02 .section-title,
#allmovie03 .section-title {
    margin-bottom: 40px;
}

}

@media (max-width: 550px) {
img.titleimg {
    max-width: 30%;
}
.lead {
    margin-bottom: 10px !important;
    font-size: 16px;
}
.top_day {
    font-size: 26px;
    margin-bottom: 15px !important;
}
.top00 .box1 {
    padding-top: 35%;
}

}


@media (max-width: 500px) {
.top00.banner .img-3 {
    width: 90px;
    left: 7%;
    top: 18%;
}
img.img-center.kage {
    margin-top: 45px;
}
section#home {
    background-position: left -1% bottom 40%;
}
.top06 {
    background-size: cover !important;
    background-position: top right 6%!important;
}
.top06 table tr td:first-child {
    width: 90px;
}
.top06 table {
    font-size: 13px;
}

}

@media (max-width: 450px) {
img.mainimg {
    width: 110%;
    left: -10%;
}
img.titleimg {
    max-width: 37%;
}

}

@media (max-width: 414px) {
  .top06 {
    background: url(../img/top_ac_back_414.png);
  }
  .banner-wave .wave.wave1 {
    display: none;
  }
  .clear-loader img {
    width: 120px;
  }
  .section-title h2 .tate1 {
      font-size: 22px;
  }
  section {
    padding: 40px 0;
  }
  .section-title h2 {
    margin-bottom: 5px;
  }
  .top03 .section-title h2,
  .top04 .section-title h2,
  .top05 .section-title h2 {
    margin-bottom: 45px;
  }
  .section-title h2 img {
    max-width: 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title p {
    line-height: 1.8;
    font-size: 14px;
  }
  .banner-wave .wave.wave1 {
      bottom: -4%;
      height: 10%;
  }
  .top05 .section-title h2 img {
      max-width: 90px;
  }
  .mainpc,
  .main991,
  .main767 {
    display: none !important;
  }
  .main441 {
    display: block !important;
  }
  img.mainimg {
      width: 100%;
      left: 0%;
  }
  .top00.banner .img-3 {
      top: 21%;
  }
  img.titleimg {
      max-width: 40%;
  }
  .top00 .box1 {
      padding-top: 45%;
  }
  section#home {
      background-position: left -6% bottom 38%;
      background-size: 40%;
  }
  .banner-wave .wave.wave2 {
    background-size: 50% 70px;
  }
  .top02 .section-title {
    margin-bottom: 50px;
  }
  .top03 {
      padding-bottom: 100px;
  }
  .top03 .owl-carousel .owl-nav {
    left: 30%;
  }
  .top03 .section-title {
    margin-bottom: 20px;
  }
  .top03 .awesome-feat-img img {
    max-width: 250px;
  }
  .awesome-feat-single {
    padding: 30px 15px 5px !important;
    margin: 30px 0 50px !important;
  }
  .top04.grediant-bg {
      padding-bottom: 150px;
  }
  .round-anim2 {
    top: 38%;
    right: -10%;
    width: 250px;
    height: 250px;
    border: 20px solid rgba(204, 68, 255, .1);
  }
  .top04 .team-member.style-3 .team-description h5 {
      margin: 3px 0 0;
  }
  .top04 .btn-simple {
      margin-top: 10px !important;
  }
  .copyright span {
    font-size: 10px;
  }
  .footer {
    padding: 50px 0 0;
  }
  .secondary-footer {
    margin-top: 50px;
  }
  .scroll-top a, .scroll-top a:visited {
      height: 35px;
      width: 35px;
  }

  .scroll-top a img {
      width: 15px;
      top: 12px;
      left: 10px;
  }
  section#huukei.prof_sec {
      padding: 80px 0 100px;
  }
  .kansou {
    padding-bottom: 100px;
    z-index: -1;
  }
  .kansou .banner-wave .wave.wave1 {
    bottom: -15%;
    height: 30%;
  }
  .mfp-close {
      right: 5px;
      top: 70px;
  }
#allmovie02 .section-title h2,
#allmovie03 .section-title h2 {
  margin-bottom: 45px;
}

}

@media (max-width: 380px) {
.banner-wave .wave.wave1 {
    bottom: -5%;
    height: 11%;
}
.top06 table tr td:first-child {
    width: 75px;
}
.top06 td {
    letter-spacing: 0.9px;
}

}

@media (max-width: 375px) {
.section-title h2 img {
    max-width: 25px;
}
.title-bdr2,
.title-bdr3 {
    width: calc(50% - 35px);
}
.section-title h2 {
    margin-bottom: 0;
}
.top03 .section-title h2,
.top04 .section-title h2,
.top05 .section-title h2 {
    margin-bottom: 40px;
}
.top00.banner .img-3 {
    top: 22%;
    width: 80px;
    left: 5%;
}
.top00 .box1 {
    padding-top: 47%;
}
.lead {
    letter-spacing: 0.5px;
}
.top_day {
    font-size: 24px;
}
span.mini {
    font-size: 15px;
    margin: 0 3px;
}
span.mini2 {
    font-size: 18px;
}
.btn1 {
    padding: 10px 15px;
    width: 290px;
}
.top03 .owl-carousel .owl-nav {
    left: 29%;
}
.top04.grediant-bg {
    padding-bottom: 130px;
}
.top05 .section-title h2 img {
    max-width: 80px;
}
.top05 .title-bdr2, .top05 .title-bdr3 {
    width: calc(50% - 65px);
}

}

@media (max-width: 350px) {
.top06 td {
    display: block;
    padding: 0;
}
.top06 table tr td:first-child {
  padding-right: 0;
  width: 100%;
}
.top000 p.text .tate {
    font-size: 13px;
    display: block;
    letter-spacing: 2px;
    width: 80%;
    margin: 0 auto;
    margin-left: 8%;
}
.top000 p.text .tate br {
    display: none;
}

}



/*-------------------------------------------------------------------------------------
    IE
---------------------------------------------------------------------------------------*/

@media all and (-ms-high-contrast: none){

}



/*-------------------------------------------------------------------------------------
    awesome feature area
---------------------------------------------------------------------------------------*/

.awesome-feat-img {
    margin-left: 36%;
    margin-top: 3%;
}

.awesome-feat-img img {
    max-width: 400px;
}

.feat-carousel-wrap {
    margin-right: -280px;
    position: relative;
}

.awesome-feat-carousel.owl-carousel {
    padding: 100px;
}

.feat-carousel-wrap:before {
    position: absolute;
    content: '';
    left: 60px;
    top: 190px;
    bottom: 180px;
    width: 250px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.80);
    -webkit-box-shadow: 3.062px 21.786px 59px 0px rgba(0, 52, 74, 0.18);
    box-shadow: 3.062px 21.786px 59px 0px rgba(0, 52, 74, 0.18);
}

.feat-carousel-wrap:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 215px;
    bottom: 205px;
    width: 250px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.70);
    -webkit-box-shadow: 3.062px 21.786px 59px 0px rgba(0, 52, 74, 0.18);
    box-shadow: 3.062px 21.786px 59px 0px rgba(0, 52, 74, 0.18);
}

.awesome-feat-single {
    background-image: linear-gradient( 160deg, rgb(255, 255, 255) 53%, rgb(255, 251, 253) 100%);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    position: relative;
    padding: 40px 30px 18px;
    margin: 50px 0
}

.awesome-feat-single .icon {
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(255, 170, 87)), to(rgb(254, 92, 118)));
    background-image: linear-gradient( 90deg, rgb(255, 170, 87) 0%, rgb(254, 92, 118) 100%);
    -webkit-box-shadow: 0px 8px 10px 0px rgba(254, 92, 118, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(254, 92, 118, 0.6);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto
}

.awesome-feat-single .icon.two {
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(32, 0, 126)), to(rgb(230, 30, 182)));
    background-image: linear-gradient( 90deg, rgb(32, 0, 126) 0%, rgb(230, 30, 182) 100%);
    -webkit-box-shadow: 0px 8px 10px 0px rgba(230, 30, 182, 0.4);
    box-shadow: 0px 8px 10px 0px rgba(230, 30, 182, 0.4);
}

.awesome-feat-single .icon.three {
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(63, 47, 188)), to(rgb(2, 217, 223)));
    background-image: linear-gradient( 90deg, rgb(63, 47, 188) 0%, rgb(2, 217, 223) 100%);
    -webkit-box-shadow: 0px 8px 10px 0px rgba(2, 217, 223, 0.4);
    box-shadow: 0px 8px 10px 0px rgba(2, 217, 223, 0.4);
}

.awesome-feat-single.gra1 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(255, 163, 178, 0.3);
    box-shadow: 0px 8px 10px 0px rgba(255, 163, 178, 0.3);
}
.awesome-feat-single.gra2 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(238, 161, 195, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(238, 161, 195, 0.6);
}
.awesome-feat-single.gra3 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(222, 159, 211, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(222, 159, 211, 0.6);
}
.awesome-feat-single.gra4 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(206, 157, 226, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(206, 157, 226, 0.6);
}
.awesome-feat-single.gra5 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(193, 155, 239, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(193, 155, 239, 0.6);
}
.awesome-feat-single.gra6 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(205, 156, 227, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(205, 156, 227, 0.6);
}
.awesome-feat-single.gra7 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(217, 157, 215, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(217, 157, 215, 0.6);
}
.awesome-feat-single.gra8 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(228, 158, 204, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(228, 158, 204, 0.6);
}
.awesome-feat-single.gra9 .icon.three {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(240, 159, 192, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(240, 159, 192, 0.6);
}

.awesome-feat-single h3 {
    font-weight: 600;
    margin: 35px 0 18px;
    padding: 0 30px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
}

.awesome-feat-single img {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.awesome-feat-carousel.owl-carousel .owl-nav {
    text-align: center
}

.awesome-feat-carousel.owl-carousel .owl-nav > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 65px;
    height: 65px;
    line-height: 70px;
    font-size: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(94, 66, 85, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(94, 66, 85, 0.1);
    border-radius: 50%;
    margin: 0 auto;
    color: #f075c7
}

.awesome-feat-carousel.dark.owl-carousel .owl-nav > div {
    background-color: #232846
}

.awesome-feat-carousel.owl-carousel .owl-nav > div:hover {
    -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    background: linear-gradient( 55deg, rgb(240, 117, 199) 0%, rgb(145, 145, 255) 100%);
    color: #fff
}

.awesome-feat-carousel.owl-carousel .owl-nav .owl-prev {
    right: 75px;
}

.awesome-feat-carousel.owl-carousel .owl-nav .owl-next {
    left: 75px;
}

.awesome-feat-img .feature-link {
    display: none;
}

.awesome-feat-img .feature-link.active {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



ul.navbar-nav {
  display: table;
}
ul.navbar-nav > li {
  display: table-cell;
  margin-right: 2em;
}
ul.navbar-nav > li:hover > a {
  color: #dfd670;
}
ul.navbar-nav > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 1000000000;
}
ul.navbar-nav > li > a {
  display: block;
  padding: 25.5px 1em 15.5px;
  transition: all .2s ease-in;
}
ul.navbar-nav .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 80%;
  right: 0;
  text-align: center;
  position: absolute;
  background-color: #fff;
  top: 75px;
}
ul.navbar-nav .menu .menu_inner {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.navbar-nav .menu .menu_inner li {
    display: block;
    padding: 0 15px 28px 15px;
    width: calc(100% / 3);
}
ul.navbar-nav .menu a {
    color: #fff;
    display: block;
    position: relative;
    border-bottom: 1px dashed #333;
    text-align: left;
}
ul.navbar-nav .menu a:hover {
  opacity: .7;
}
ul.navbar-nav .menu a span {
    color: #565352;
    margin: 0;
    width: 48%;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    line-height: 2;
}

ul.navbar-nav .menu .menu_inner li:first-child img {
    display: none;
}
ul.navbar-nav .menu .menu_inner li:first-child {
    width: 100%;
    text-align: left;
    line-height: 1;
    padding-bottom: 30px;
}
ul.navbar-nav .menu .menu_inner li:first-child a span {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}
ul.navbar-nav .menu a img {
    display: inline-block;
    width: 33%;
    max-width: 140px;
    margin: 0;
    padding-bottom: 30px;
}


@media (max-width: 1400px) {
  ul.navbar-nav .menu a span {
      padding-left: 10px;
      font-size: 12px;
  }
}

@media (max-width: 1200px) {
  ul.navbar-nav .menu {
      width: 100%;
  }
}

@media (max-width: 991px) {
  ul.navbar-nav {
    display: flex;
  }
  ul.navbar-nav .menu {
    position: relative;
    top: 0;
    border-top: 1px solid #35317a;
    background: #fff;
  }
  .navbar-collapse {
    max-height: 600px;
  }
  ul.navbar-nav .menu a span  {
      color: #35317a;
      width: calc(70% - 20px);
      line-height: 1.6;
  }
  ul.navbar-nav .toggle1 .menu.bbb,
  ul.navbar-nav .toggle2 .menu.bbb {
      max-height: 0 !important;
      border-top: 1px solid #fff;
  }
  ul.navbar-nav .menu .menu_inner {
      flex-wrap: wrap;
  }
ul.navbar-nav .menu .menu_inner li {
    width: calc(100% / 3);
    padding: 0 10px 20px 10px;
}
ul.navbar-nav .menu a img {
    padding-bottom: 22px;
}
ul.navbar-nav .menu .menu_inner li:first-child a span {
    font-size: 14px;
}

}


@media (max-width: 800px) {
  ul.navbar-nav .menu a img {
      padding-bottom: 10px;
      display: block;
      width: 100%;
      margin: 0 auto;
  }
  ul.navbar-nav .menu a span {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 12px;
  }
}

@media (max-width: 575px) {
  /* ul.navbar-nav .menu a img {
      padding-bottom: 20px;
      display: inline-block;
      width: 33%;
      margin: 0;
  }
  ul.navbar-nav .menu a span {
      padding-left: 10px;
      text-align: left;
      padding-bottom: 0;
  } */
  ul.navbar-nav .menu .menu_inner li {
    width: calc(100% / 2);
  }
  ul.navbar-nav .menu .menu_inner {
    justify-content: flex-start;
  }
}


.blok41 {
  display: none !important;
}
@media (max-width: 414px) {
  ul.navbar-nav .menu .menu_inner li:first-child a span {
      margin: 0;
      text-align: left;
  }
  ul.navbar-nav .menu .menu_inner li:first-child a {
    line-height: 1.4;
  }
  ul.navbar-nav .menu .menu_inner li:first-child {
    margin: 0 10px;
    padding: 0 0 15px;
  }
  .blok41 {
    display: block;
  }
  .navbar-collapse {
    max-height: 450px;
  }
  .navbar-nav .nav-link {
    padding: 5px !important;
  }
}








/* bxbox */
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
