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

body.fixed {
	position: fixed;
    width: 100vw;
}
body {
-webkit-text-size-adjust: 100%;
}
.pc, .brssp {
	display: none;
}
.brclear {
		display: none;
	}
@media only screen and (max-width: 699px) {
	.brclear {
		display: none;
	}
	.brssp {
		display: block;
	}
}
.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;
    width: 100%;
}
body {
    background: #FBFBFB;
}

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

header .logo {
    position: absolute;
    width: 200px;
    top: 12px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
}
header .logo img {
    width: 79px;
}
header .logo p {
    font-size: 12px;
    color: #C7B279;
    position: absolute;
    left: 90px;
    top: -2px;
}

/* スマホメニュー */
.button_container {
  position: fixed;
  top: 10px;
  right: 40px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  z-index: 2000;
}
.button_container:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
}
.button_container .top,
.button_container .middle,
.button_container .bottom{
	width: 20px;
	height: 2px;
	background: #000;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(-45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
	transform: translateY(-8px) translateX(0) rotate(45deg);
}
.button_container span {
  background: #132847;
  border: none;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: rgba(255,255,255,0.90);
  border: solid 1px #D5BD8C;
  border-radius: 20px;
  top: 50px;
  right: 0;
  width: 150px;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 230px;
  overflow-y: scroll;
}
.gmenuBoxWrap {
	position: relative;
	width: 100%;
	height: 95%;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 0 0;
}
.menu {
	display: flex;
	flex-wrap: wrap;
    z-index: 10;
    margin: 20px auto 0;
    width: 80%;
}
.menu li {
    width: 100%;
}
.menu li.sbtn {
    cursor: pointer;
}
.menu li a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 0;
}
.menu li:nth-child(n + 2) a {
    font-size: 11px;
}
.sp-sns {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 74%;
   margin: 10px auto 10px;
}
.sp-sns li {
   width: 30.33%;
   background: #F20000;
   border-radius: 4px;
   box-sizing: border-box;
   padding: 4px 4px 0;
   position: relative;
}


.share-links {
    position: fixed;
    right: 20px;
    top: calc(50vh - 100px);
    width: 50px;
    z-index: 10;
    display: none;
}
.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;
    z-index: 5;
}





.main {
    width: 100%;
    max-width: 1440px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}
.main-copy {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 190px 0 0;
    position: relative;
    z-index: 2;
}
.main:before {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: -120px;
    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: 130px;
    margin: 0 auto 20px;
    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: 90%;
    max-width: 500px;
    margin: 0 auto 20px;
    opacity: 0;
    top: -15px;
    position: relative;
    transition: all 1s;
}
.main-copy .main-text02.ein {
    opacity: 1;
    top: 0;
}
.main-copy .main-text03 {
    width: 280px;
    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: calc(530px * .7);
    height: calc(450px * .7);
    right: -120px;
    top: -120px;
    background-image: url("../img/deco01.png");
}
.deco01:after {
    width: calc(450px * .7);
    height: calc(400px * .7);
    left: -150px;
    top: 300px;
    background-image: url("../img/deco02.png");
}
.deco02 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.deco02:before {
    width: calc(250px * .6);
    height: calc(250px * .6);
    right: -100px;
    top: 200px;
    background-image: url("../img/deco03.png");
}
.deco02:after {
    width: calc(160px * .6);
    height: calc(210px * .6);
    left: -50px;
    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: calc(690px * .6);
    height: calc(370px * .6);
    right: -200px;
    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: calc(570px * .6);
    height: calc(530px * .6);
    right: -150px;
    top: 450px;
    background-image: url("../img/deco07.png");
}
.deco04:after {
    width: calc(590px * .6);
    height: calc(490px * .6);
    left: -200px;
    top: 0px;
    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: 200px;
    right: 0;
}
.now-on-release:before {
    width: 80px;
    height: 1px;
    background: #FFF;
    left: -90px;
    top: calc(50% - 7px);
}

.main-content .swiper-wrapper {
    margin: 0 auto 0;
    position: relative;
    padding: 50px 0 0;
}
.main-content .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 30px;
}
.main-content .swiper-wrapper .swiper-slide .title01 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
}
.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: 100px 0 0;
}
.movie-comingsoon:before {
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    background: #3C3B39;
}
.coming-soon {
    width: 160px;
}
.movie-comingsoon .swiper-wrapper {
    margin: 0 auto 0;
    position: relative;
    padding: 20px 0 0;
}
.movie-comingsoon .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.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: 120px 0;
    position: relative;
}
.mp01 {
    text-align: center;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 2.2em;
}
.message-copy {
    width: 90%;
    max-width: 432px;
    margin: 30px auto 0;
}

.field {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 0;
}
.field.newtown {
   margin: 100px auto 0;
}
.field h2.h201 {
    width: 80px;
    position: relative;
}
.field.newtown h2.h201 { /* 未来のまちづくりのタイトル画像文字はこちらで"width"を変更してください。*/
    width: 300px;
    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: 16px;
    color: #C7B279;
    padding: 10px 0 30px;
}
.field .p01 {
    width: 100%;
    font-size: 14px;
    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: 100%;
}
.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: 100%;
    box-sizing: border-box;
    padding: 30px 0 0;
}
.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: 18px;
    font-weight: 300;
    color: #C7B279;
    letter-spacing: .09em;
    line-height: 1.6em;
    padding: 5px 0;
}



.guest-speaker {
    padding: 30px 0;
}
.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: 18px;
    background: #FFF;
    padding: 0 20px;
    font-weight: 300;
    color: #C7B279;
    position: absolute;
    z-index: 2;
    line-height: 1em;
}
.guest-h3:before {
    width: 100vw;
    height: 1px;
    background: #C7B279;
    left: 0;
    top: 8px;
    z-index: -1;
}
.guest-h3:after {
    width: 100vw;
    height: 1px;
    background: #C7B279;
    left: 0;
    top: 12px;
    z-index: -1;
}
.guest-sub {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    background: #000;
    padding: 2px 3px;
    margin: 10px 0 0;
    line-height: 1.4em;
    margin-bottom: 50px;
}

.speaker-box {
    width: 90%;
    max-width: 880px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.speaker-box .imagebox {
    width: 100%;
}
.speaker-box .textbox {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0;
    text-align: center;
}

.guest-name {
    font-size: 18px;
    font-weight: 300;
}
.guest-name span {
    font-size: 13px;
    color: #F20000;
    padding: 0 0 0 10px;
}
.guest-profile {
    font-size: 13px;
    padding-bottom: 5px;
}
.guest-text {
    font-size: 12px;
}



.modelator-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0px 0 80px;
}
/*.modelator-wrap:before {
    z-index: -1;
    width: 100%;
    height: 300px;
    background-image: url( "../img/content-bottom.svg");
    background-position: center bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
}*/
.modelator-box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: #F8F7EC;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 5% 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modelator-box .imagebox {
    width: 160px;
    margin: 0 auto;
    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: 100%;
    text-align: center;
}

.recommended-title {
    width: 200px;
    margin: 0 auto 20px;
}
.recommended ul {
    width: 90%;
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommended ul li {
    width: 100%;
    margin-bottom: 30px;
    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: 47%;
    box-sizing: border-box;
    border-bottom: solid 1px #C7B279;
    text-align: center;
}
.external-links li a {
    display: block;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
}
.bottom-banner {
    width: 90%;
    max-width: 200px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-banner li {
    width: 100%;
    margin-bottom: 10px;
}
.copyright {
    text-align: center;
    color: #C7B279;
    font-size: 11px;
}


@media only screen and (max-width: 699px) {

}