@charset "UTF-8";

.serif {
    font-family: 'Noto Serif JP', serif;
}
.sp, .brssp {
	display: none;
}
.brtab {
    display: none;
}
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.loader {
  align-items: center;
  background: #EFF5FA;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  border-right: 1px solid rgba(39,150,210,1.00);
  border-top: 1px solid rgba(39,150,210,0.60);
  content: "";
  height: 70px;
  width: 70px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#luxy {
    overflow: hidden;
}
body {
    background: #FFF;
}


header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    max-width: 1300px;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #C7B279;
    z-index: 3;
    background: #FFF;
}

header .logo {
    position: absolute;
    width: 300px;
    top: 17px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
}
header .logo img {
    width: 112px;
}
header .logo p {
    font-size: 12px;
    color: #C7B279;
    position: absolute;
    left: 130px;
    top: 4px;
}
header ul.menu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 30px;
    top: 17px;
}
header ul.menu li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
header ul.menu li a {
    color: #000000;
    text-decoration: none;
    display: block;
    transition: all .3s;
}
header ul.menu li.sbtn {
    cursor: pointer;
    transition: all .3s;
}
header ul.menu li:nth-child(n + 2) a {
    font-size: 11px;
}
header ul.menu li.sbtn:hover,
header ul.menu li a:hover {
    color: #C7B279;
}
header ul.menu li:nth-child(-n + 4):after {
    width: 1px;
    height: 14px;
    background: #C7B279;
    right: 0px;
    top: calc(50% - 7px);
}
.sp-sns {
   display: none;
}

.share-links {
    position: fixed;
    right: 20px;
    top: calc(50vh - 100px);
    width: 50px;
    z-index: 10;
}
.share-links p {
    text-align: center;
    font-size: 13px;
}
.share-links ul li {
    width: 50px;
    height: 50px;
    background: #F20000;
    margin-bottom: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: all .5s;
}
.share-links ul li:hover {
    background: #FC3232;
}

.pagetop {
    width: 30px;
    height: 30px;
    background: url("../img/pagetop.svg") no-repeat center center;
    background-size: contain;
    position: fixed;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}





.main {
    width: 100%;
    max-width: 1440px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}
.main-copy {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 230px 0 0;
    position: relative;
    z-index: 2;
}
.main:before {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: -150px;
    background-image: url("../img/main-bg.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -2;
}
.main-copy .main-text01 {
    width: 160px;
    margin: 0 auto 30px;
    z-index: -1;
    opacity: 0;
    top: 15px;
    position: relative;
    transition: all 1s;
}
.main-copy .main-text01.ein {
    opacity: 1;
    top: 0;
}
.main-copy .main-text02 {
    width: 730px;
    margin: 0 auto 30px;
    opacity: 0;
    top: -15px;
    position: relative;
    transition: all 1s;
}
.main-copy .main-text02.ein {
    opacity: 1;
    top: 0;
}
.main-copy .main-text03 {
    width: 300px;
    margin: 0 auto 0px;
    opacity: 0;
     transition: all 1s 1s;
}
.main-copy .main-text03.ein {
    opacity: 1;
}
.deco01 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.deco01:before {
    width: 530px;
    height: 450px;
    right: -100px;
    top: -100px;
    background-image: url("../img/deco01.png");
}
.deco01:after {
    width: 450px;
    height: 400px;
    left: -200px;
    top: 250px;
    background-image: url("../img/deco02.png");
}
.deco02 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.deco02:before {
    width: 250px;
    height: 250px;
    right: -50px;
    top: 200px;
    background-image: url("../img/deco03.png");
}
.deco02:after {
    width: 160px;
    height: 210px;
    left: 100px;
    top: 300px;
    background-image: url("../img/deco04.png");
}
.deco03 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.deco03:before {
    width: 690px;
    height: 370px;
    right: -100px;
    top: -50px;
    background-image: url("../img/deco05.png");
}
.deco04 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.deco04:before {
    width: 570px;
    height: 530px;
    right: -100px;
    top: 450px;
    background-image: url("../img/deco07.png");
}
.deco04:after {
    width: 590px;
    height: 490px;
    left: -200px;
    top: 150px;
    background-image: url("../img/deco06.png");
}



.content-wrap-regular {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 2;
    position: relative;
}
.content-wrap-large {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    z-index: 2;
    position: relative;
}
.main-content {
    width: 100%;
    max-width: 1440px;
    background: #D5BD8C;
    position: relative;
    padding: 50px 0 80px;
    margin: 120px auto 0;
}
.now-on-release {
    position: absolute;
    width: 300px;
    right: 0;
}
.now-on-release:before {
    width: 200px;
    height: 1px;
    background: #FFF;
    left: -220px;
    top: calc(50%);
}

.main-content .swiper-wrapper {
    margin: 0 auto;
    position: relative;
    padding: 50px 0 0;
    width: 100%;
}
.main-content .swiper-wrapper .swiper-slide {
    width: 31.33%;
    margin: 0 auto;
}
.main-content .swiper-wrapper:after {
    content: "";
    display: block;
    width: 31.33%;
    height: 0;
    position: relative;
}
.main-content .swiper-wrapper .swiper-slide .title01 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}

.img-scale {
    overflow: hidden;
    background: #000;
}
.img-scale img {
    transform: scale(1);
    opacity: 1;
    transition: all .5s;
}
.main-content .swiper-wrapper .swiper-slide:hover .img-scale img,
.movie-button.img-scale:hover img{
    transform: scale(1.05);
    opacity: .9;
}
.main-content .title01 .release-date {
    color: #000;
    background: #FFF;
    padding: 0px 5px;
    display: inline-block;
}
.main-content .title01 .release-type {
    color: #FFF;
    background: #F20000;
    padding: 0px 5px;
    display: inline-block;
}
.main-content .title01 .release-type2 {
    color: #FFF;
    background: #16160E;
    padding: 0px 5px;
    display: inline-block;
}
.main-content .movie-description {
    color: #FFF;
    padding: 5px 0 0;
}



.movie-comingsoon {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 0;
}
.movie-comingsoon:before {
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    background: #3C3B39;
}
.coming-soon {
    width: 238px;
}
.movie-comingsoon .swiper-wrapper {
    margin: 0 auto 0;
    position: relative;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.movie-comingsoon .swiper-wrapper .swiper-slide {
    width: 31.33%;
    position: relative;
    margin: 0 2%;
}
.movie-comingsoon .swiper-wrapper .swiper-slide .title01 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}
.movie-comingsoon .title01 .release-type {
    color: #FFF;
    background: #7D6BBF;
    padding: 0px 5px;
    display: inline-block;
}
.movie-comingsoon .title01 .release-type2 {
    color: #FFF;
    background: #674196;
    padding: 0px 5px;
    display: inline-block;
}
.movie-comingsoon .cs-text {
    position: absolute;
    z-index: 1;
    top: calc(50% - 0px);
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}






.message {
    padding: 150px 0;
    position: relative;
}
.mp01 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 1em;
    line-height: 2.4em;
}
.message-copy {
    width: 432px;
    margin: 30px auto 0;
}

.field {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 120px;
}
.field.newtown {
   margin: 200px auto 0;
}
.field h2.h201 {
    width: 210px;
    position: relative;
}
.field.newtown h2.h201 { /* 未来のまちづくりのタイトル画像文字はこちらで"width"を変更してください。*/
    width: 700px;
    position: relative;
}
.field h2:before {
    width: 70vw;
    height: 1px;
    background: #D5BD8C;
    left: 0;
    top: -50px;
}
.field h2:after {
    width: 30vw;
    height: 1px;
    background: #D5BD8C;
    left: 0;
    top: -42px;
}
.field .h2sub {
    font-size: 20px;
    color: #C7B279;
    padding: 10px 0 30px;
}
.field .p01 {
    width: 50%;
    min-width: 550px;
    font-size: 16px;
    margin-bottom: 80px;
}

.chapter-box {
    width: 90%;
    max-width: 880px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chapter-thumnail {
    width: 47%;
}
.chapter-thumnail .movie-button {
   position: relative;
}
.chapter-thumnail .cs-text {
    position: absolute;
    z-index: 1;
    top: calc(50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
.chapter-detail {
    width: 47%;
    box-sizing: border-box;
    padding: 10px 0 0;
}
.chapter-box.flipside .chapter-thumnail {
    order: 2;
}
.chapter-box.flipside .chapter-detail {
    order: 1;
}
.chapter-number {
    display: inline-block;
}
.chapter-number .style01 {
    color: #FFF;
    background: #C7B279;
    padding: 0px 5px;
    display: inline-block;
}
.chapter-number .style02 {
    color: #FFF;
    background: #000;
    padding: 0px 5px;
    display: inline-block;
}
.chapter-share-button {
    display: flex;
    flex-wrap: wrap;
}
.chapter-share-button > p { 
    color: #F20000;
    display: inline-block;
    top: 9px;
    position: relative;
}
.chapter-share-button ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 10px;
    height: 26px;
}
.chapter-share-button ul li {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: #F20000;
    box-sizing: border-box;
    position: relative;
    padding: 3px;
    display: inline-block;
    margin: 0 2px;
    transition: all .4s;
}
.chapter-share-button ul li:hover {
    background: #FC3232;
}
.chapter-title {
    font-size: 24px;
    font-weight: 300;
    color: #C7B279;
    letter-spacing: .09em;
    line-height: 1.6em;
    padding: 5px 0;
}



.guest-speaker {
    padding: 20px 0 60px;
}
.guest-h3 {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1000px;
    position: relative;
}
.guest-h3 span {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #FFF;
    padding: 0 20px;
    font-weight: 300;
    color: #C7B279;
    position: absolute;
    z-index: 2;
    line-height: 1em;
}
.guest-h3:before {
    width: 100%;
    height: 1px;
    background: #C7B279;
    left: 0;
    top: 12px;
    z-index: -1;
}
.guest-h3:after {
    width: 100%;
    height: 1px;
    background: #C7B279;
    left: 0;
    top: 16px;
    z-index: -1;
}
.guest-sub {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    background: #000;
    padding: 3px 5px;
    margin: 20px 0 0;
    line-height: 1.4em;
    margin-bottom: 50px;
}


.speaker-list {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.speaker-box {
    width: 31.33%;
    max-width: 880px;
    margin: 0 1% 30px;
}
.speaker-box .imagebox {
    width: 100%;
}
.speaker-box .textbox {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px 0;
}
.guest-name {
    font-size: 20px;
    font-weight: 300;
}
.guest-name span {
    font-size: 13px;
    color: #F20000;
    padding: 0 0 0 10px;
}
.guest-profile {
    font-size: 14px;
    padding-bottom: 5px;
}
.guest-text {
    font-size: 12px;
}



.modelator-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 30px;
}
.modelator-box {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    background: #F8F7EC;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 5% 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modelator-box .imagebox {
    width: 130px;
    position: relative;
}
.modelator-box .imagebox img {
    border-radius: 50%;
}
.modelator-box .imagebox  .extra-text {
    display: inline-block;
    position: relative;
    top: -20px;
    color: #FFF;
    background: #C7B279;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
}
.modelator-box .textbox {
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding: 30px 0 0;
}
.recommended-title {
    width: 278px;
    margin: 0 auto 20px;
}
.recommended ul {
    width: 90%;
    max-width: 776px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommended ul li {
    width: 31.33%;
    position: relative;
}
.recommended ul li p {
    padding: 5px 0 0;
    line-height: 1.4em;
}
.recommended ul li .imagebox {
    position: relative;
}
.recommended ul li .imagebox:before {
    width: 8px;
    height: 8px;
    right: 5px;
    bottom: 5px;
    background-image: url("../img/new-window.svg");
    z-index: 1;
}

footer {
    padding: 0px 0 40px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 200px auto 0;
    background: #F8F7EC;
}
footer:before {
    width: 100%;
    max-width: 1440px;
    top: -100px;
    left: 0;
    height: 200px;
    background-image: url( "../img/footer-bg.svg");
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
.external-links {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.external-links li {
    width: 23%;
    box-sizing: border-box;
    border-bottom: solid 1px #C7B279;
    text-align: center;
}
.external-links li a {
    display: block;
    padding: 20px 0;
    color: #000;
    text-decoration: none;
    transition: all .4s;
}
.external-links li a:hover {
    color: #C7B279;
}
.bottom-banner {
    width: 90%;
    max-width: 776px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-banner li {
    width: 31.33%;
}
.copyright {
    text-align: center;
    color: #C7B279;
}





.swiper-button-prev2, .swiper-button-next2,
.swiper-button-prev3, .swiper-button-next3 {
  content: "";
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-prev2,
.swiper-button-prev3 {
  top: 160px;
  left: -30px;
  background-image: url("../img/left_arrow.svg"); 
}
.swiper-button-next2,
.swiper-button-next3 {  
  top: 160px;
  right: -30px;
  background-image: url("../img/right_arrow.svg"); 
}
.swiper-button-disabled {
    opacity: 0; 
}