@charset "UTF-8";

/* common */



#inner {
    width: 1100px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 4.0rem;
    font-style: italic;
}
.p-sec-ttl-sub {
	display: block;
	font-size: 3.0rem;
}
h3 {
    text-align: center;
    font-size: 3.0rem;
    font-style: italic;
}
.m-hero {
	position: relative;
}
.m-pageTTL {
	position: absolute;
	top: 430px;
	left: 165px;
	z-index: 2;
	filter: drop-shadow(15px 0px 15px rgba(255,255,255,.6));
}


/* --------------------------------------------------*/
/* glCurrent
/* --------------------------------------------------*/
.m-glCurrent-dots {
	position: fixed;
	height: 100%;
	width: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	z-index: 40;
}
.m-glCurrent-dot:not(:first-child) {
	margin-top: 5px;
}
.m-glCurrent-dot {
	width: 10px;
	height: 10px;
	background: url(../img/dot_glCurrent.png) 0 0 no-repeat;
}
.m-glCurrent-dot:hover,
.m-glCurrent-dot.-current {
	background: url(../img/dot_glCurrent-on.png) 0 0 no-repeat;
}
/* --------------------------------------------------*/
/* anchorLinks
/* --------------------------------------------------*/
.m-anchorLinks {
	width: 676px;
	height: 91px;
	overflow: hidden;
	position: absolute;
	left: 265px;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	z-index: 4;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
}
.m-anchorLinks-item {
	line-height: 0;
	transform: translateY(20px);
	transition: .2s ease-out transform;
}
.m-anchorLinks-item:not(:first-child) {
	margin-left: -2px;
}
.m-anchorLinks-item:hover {
	transform: translateY(2px);
}


/* --------------------------------------------------*/
/* mainVisual
/* --------------------------------------------------*/
.m-mainVisual {
    height: 803px;
    width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}
.m-mainVisual::after {
	content: url(../img/icon_new.png);
	position: absolute;
	top: 18px;
	right: 45px;
	z-index: 10;
}
.m-mainVisual::before {
	content: url(../img/icon_scrollDown.png);
	position: absolute;
	bottom: 15px;
	left: 968px;
	z-index: 10;
}
.m-mainVisual-frames {
	z-index: 2;
}
.m-mainVisual-frames,
.m-mainVisual-frame {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.m-mainVisual-frame {
	border-right: 2px solid #000;
}
.m-mainVisual-frame::before,
.m-mainVisual-frame::after {
	content: " ";
	height: 2px;
	width: 100%;
	display: block;
	background-color: #000;
	position: absolute;
	left: 0;
	z-index: 1;
}
.m-mainVisual-frame img {
	position: relative;
	z-index: 2;
}
.m-mainVisual-frame::before {
	top: 0;
}
.m-mainVisual-frame::after {
	bottom: 0;
}
.m-mainVisual-frame:not(.-current) {
	opacity: 0;
    z-index: 1;
}
.m-mainVisual-frame {
    z-index: 2;
    transition: .2s ease-out opacity;
}

.m-mainVisual-imgs {
	position: relative;
	height: 100%;
	z-index: 1;
    opacity: 0;
    transition: .3s ease-out opacity;
}
.m-mainVisual-imgs.-start {
    opacity: 1;
}
.m-mainVisual-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.m-mainVisual-img.-img01 .m-mainVisual-imgInn {
	background-image: url(../img/img_mainVisual-01.png);
}
.m-mainVisual-img.-img02 .m-mainVisual-imgInn {
	background-image: url(../img/img_mainVisual-02.png);
}
.m-mainVisual-img.-img03 .m-mainVisual-imgInn {
	background-image: url(../img/img_mainVisual-03.png);
}
.m-mainVisual-img:not(.-current) {
/*	opacity: 0;*/
}


/*mainvisual-slide*/
.m-mainVisual-imgs {
    position: relative;
    width: calc(100% - 210px);
    height: 803px;
    overflow: hidden;
}

.m-mainVisual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.m-mainVisual-imgInn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}



/* --------------------------------------------------*/
/* statement
/* --------------------------------------------------*/
.m-statement {
    display: flex;
    width: 1100px;
    margin: 160px auto 0;
    justify-content: center;
    align-items: center;
}
.m-statement-logo {
    position: relative;
    top: 5px;
    margin-left: 50px;
}


/* --------------------------------------------------*/
/* about
/* --------------------------------------------------*/
.m-about {
    margin-top: 148px;
}

.m-about div.sec-inner {}

.m-about img.concept {
    /*    margin-top: 90px;*/
}

.m-about-movie {
    background: url(../img/img_bg_movie.png) top center no-repeat;
    height: 558px;
    margin-top: 42px;
    position: relative;
}

.m-about-movieInner {
    position: absolute;
    width: 720px;
    height: 405px;
    top: 150px;
    left: calc(50% - 365px);
    cursor: pointer;
}

.m-concept {
    margin-top: 90px;
}

.m-concept-ttl {
    height: 700px;
    background: url(../img/img_concept.png) top center no-repeat;
}

h3.m-concept-ttl img {
    margin-top:40px;
}

.m-about div.m-concept-body {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.m-about div.m-concept-imgBox {
    width: 535px;
    font-size: 0;
    margin-right: 50px;
}

.m-about div.m-concept-imgBox img:nth-child(2n) {
    display: inline-block;
    margin-left: 25px;
}

.m-about div.m-concept-imgBox img:nth-child(n+3) {
    display: inline-block;
    margin-top: 30px;
}


.m-about p.m-concept-text {
    margin-top: 12px;
    line-height: 2;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

.m-about p.m-concept-text:first-child {
    margin-top: -6px;
}


/* --------------------------------------------------*/
/* meeting
/* --------------------------------------------------*/

.m-meeting {
    margin-top: 114px;
}

.m-meeting div.m-meetingSchedule-list {
    background: url(../img/img_bg_commision.png) top center no-repeat;
    height: 438px;
    margin: 55px 0 0 0;
    position: relative;
}

.m-meeting div.m-meetingSchedule-list ul {
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
	width: 430px;
}

.m-meeting li.m-meetingSchedule-item {
    border-bottom: dotted 1px #000;
    line-height: 2.5;
    padding-left: 10px;
    position: relative;
}



/* --------------------------------------------------*/
/* youtuber
/* --------------------------------------------------*/
.m-youtuber {
    margin-top: 148px;
}
.m-youtuber .p-sec-ttl {
	margin-bottom: -120px;
}
.m-youtuber-movie {
    background: url(../img/img_bg_youtuber.png) top center no-repeat;
    height: 659px;
    margin-top: 42px;
    position: relative;
}
.m-youtuber-movieInner {
    position: absolute;
    width: 748px;
    height: 425px;
    top: 235px;
    left: calc(50% - 407px);
    cursor: pointer;
}
.m-youtuber .movie {
	width: 100%;
}
.m-youtuber-movieInner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------*/
/* member
/* --------------------------------------------------*/
.m-member {
    margin-top: 110px;
}
.m-member-ttl {
    margin-bottom: 40px;
}
.m-memberInfo.-chief {
    height: 450px;
    width: 70%;
    min-width: 945px;
    background: url(../img/img_bg_mayor.png) top right no-repeat;
    box-sizing: border-box;
}
.m-memberInfo.-chief .m-memberInfo-inner {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    margin-right: 330px;
}
.m-memberInfo.-chief .m-memberInfo-textBox {
    width: 320px;
    margin-left: 25px;
}

.m-memberInfo.-staff {
    height: 560px;
    min-width: 980px;
    width: 77%;
    background: url(../img/img_bg_staff.png) top left no-repeat;

    margin-left: 23%;
    box-sizing: border-box;
    padding-left: 360px;
    padding-top: 110px;
}

.m-memberList {
    display: flex;
    width: 630px;
    justify-content: space-around;
}
.m-memberItem {
    margin: 0;
    margin-top:24px;
}

.m-memberItem figcaption{
    margin-top:8px;
}

.m-memberInfo-name {
    text-align: center;
    display: block;
    margin-bottom: 17px;
    font-size: 1.8rem;
}

.m-memberInfo.-chief .m-memberInfo-name,.-student .m-memberInfo-name {
    text-align:left;
    font-size: 2.6rem;
}

.m-memberInfo.-staff .m-memberInfo-job {
    font-size: 2.6rem;
    margin-bottom: 10px;
}

.m-memberInfo-name .m-memberInfo-nameInner,.m-memberInfo-jobInner{
    font-size: 1.4rem;
    margin-left: 2.3rem;
}

.m-memberInfo.-student {
    height: 615px;
    min-width: 1160px;
    width: 84.5%;
    background: url(../img/img_bg_student.png ) top right no-repeat;

    box-sizing: border-box;
    position: relative;
}
.m-memberInfo.-student .m-memberInfo-inner {
    width: 650px;
    position: absolute;
    bottom: 0;
    right: 440px;
}
.m-memberInfo-thumb {
    vertical-align: bottom;
}

.m-memberInfo-text {
    font-size: 1.5rem;
}

.-student .m-memberInfo-text {
    margin-bottom: 22px;
}

.-student .m-memberInfo-name {
    margin-bottom: 4px;
}


/* --------------------------------------------------*/
/* activity
/* --------------------------------------------------*/
.m-activity {
	margin-top: 130px;
}
.m-activityList {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.m-activityItem {
    overflow: hidden;
    position: relative;
    height: 330px;
	margin-top: 50px;
	overflow: visible;
}
.m-activityItem.new::before {
	content: url(../img/icon_modal-new.png);
	position: absolute;
	top: -80px;
	right: -10px;
	z-index: 2;
}
.m-activityItem .m-activityList_inner {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.5s;
    z-index: 0;
}
.m-activityItem a {
    z-index: 1;
    position: relative;
	cursor: pointer;
}
.m-activityItem:hover {
	opacity: .7;
}
.m-activityItem:hover .m-activityList_inner {
    transform: scale(1.2);
}


/*モーダル*/
.m-modalArea {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.m-modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.m-closeModal {
  position: fixed;
  top: 60px;
  right: 0px;
  cursor: pointer;
	z-index: 50;
}
.m-closeModal:hover {
	opacity: .7;
}
.m-modalItem01 {
	position: absolute;
	top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
	width: 1060px;
	height: 700px;
	background: url(../img/img_bg_modal-01.png) no-repeat 0 0;
}
.m-modalItem02 {
	position: absolute;
	top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
	width: 1035px;
	height: 700px;
	background: url(../img/img_bg_modal-02.png) no-repeat 0 0;
}
.m-modalItem.-new::after {
	content: url(../img/icon_modal-new.png);
	position: absolute;
}
.m-modalItem02.-new::after {
	top: -5px;
	right: -56px;
}
.m-modalItem-linkBox {
	height: 277px;
	width: 65px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: absolute;
	right: -65px;
	bottom: 0;
}
.m-modalItem-linkBox a {
	display: block;
	line-height: 0;
}
.m-modalItem-linkBox a:last-child {
	margin-top: -3px;
}
.m-modalItem-linkBox a:not(.nolink) {
	position: relative;
	transform: translateX(-15px);
	transition: .15s ease-out transform;
}
.m-modalItem-linkBox a:not(.nolink):hover {
	transform: translateX(0);
}


#insert-01 {
	position: relative;
	box-sizing: border-box;
	width: 890px;
	height: 600px;
	margin-top: 60px;
	overflow-y: scroll;
}
#insert-02 {
	position: relative;
	box-sizing: border-box;
	width: 890px;
	height: 590px;
	margin-top: 70px;
	overflow-y: scroll;
}

.m-modalItem.-hide {
	opacity: 0;
	pointer-events: none;
}

/* --------------------------------------------------*/
/* crowdfunding
/* --------------------------------------------------*/
.m-crowdfunding {
    margin-top: 120px;
    text-align: center;
}
.m-crowdfunding-btnWrap {
	padding-top: 30px;
}
.m-crowdfunding-btn.-new {
	position: relative;
}
.m-crowdfunding-btn.-new img {
	position: relative;
	z-index: 2;
}
.m-crowdfunding-btn.-new::after {
	content: url(../img/icon_modal-new.png);
	position: absolute;
	z-index: 1;
	top: -30px;
	right: -40px;
}
.m-crowdfunding-btn {
    display: inline-block;
	cursor: pointer;
    width: 339px;
}
.m-crowdfunding-note {
    margin-top: 10px;
    font-size: 1.5rem;
}

.m-crowdfunding h2 {
    margin-bottom: 46px;
}

/*モーダル*/
.m-modalArea-cf {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-modalWrapper-cf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.m-closeModal-cf {
  position: fixed;
  top: 60px;
  right: 0px;
  cursor: pointer;
	z-index: 50;
}
.m-closeModal-cf:hover {
	opacity: .7;
}
.m-modalItem-cf {
	border: solid 3px #000000;
	position: absolute;
	top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
	width: 1054px;
	height: 700px;
	background: #ffffff;
}
#insert-cf {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 600px;
	margin: 60px auto;
	overflow-y: scroll;
}



/* --------------------------------------------------*/
/* goods
/* --------------------------------------------------*/
.m-goods {
    margin-top: 90px;
}
.m-goods-imgBoxList {
    width: 1100px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m-goods-imgBoxItem {
    line-height: 0;
}
.m-goods-imgBoxItem.-s {
    margin-top: 30px;
}

/* --------------------------------------------------*/
/* postar
/* --------------------------------------------------*/

.m-poster .m-poster-list{
    margin-top:52px;
}

.m-poster .m-poster-item {
    margin: 0px 10px;
}

.m-poster-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 14px;
}

h3.m-poster-ttl{
    margin-top:70px;
}


/* --------------------------------------------------*/
/* app
/* --------------------------------------------------*/
.m-app {
	margin-top: 100px;
}
.m-app-text {
	text-align: center;
	margin-top: 20px
}
.m-app-list {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	background: #E0E0E0;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 575px;
	
}
.m-app-link {
	height: 80px;
}
.m-app-link img {
	height: 100%;
	width: auto;
}

.m-app-link:hover {
	opacity: .7;
}


/* --------------------------------------------------*/
/* shareBox
/* --------------------------------------------------*/
.m-shareBox {
    padding: 25px 0;
    background: url(../img/bg_footer.png) center repeat;
    margin-top: 150px;
}
.m-shareBox-inner {
    width: 290px;
    height: 244px;
    background: url(../img/img_bg_sns.png) 0 0 no-repeat;
    box-sizing: border-box;
    padding-top: 64px;
    padding-left: 35px;
    margin: 0 auto;
    margin-top:10px;
}
.m-shareBox-links {
    margin-top: 15px;
    margin-left: 14px;
    width: 165px;
    display: flex;
    justify-content: space-between;
}




/* --------------------------------------------------*/
/* slick override
/* --------------------------------------------------*/
.slick-dots {
/*    bottom: -4rem;*/
}
.slick-prev, .slick-next {
	z-index: 30;
	top: calc(50% - 0px);
    width: 56px;
    height: 109px;
}
.slick-prev {
	left: calc(50% - 400px);
}
.slick-next {
	right: calc(50% - 400px);
}
.slick-prev::before{
	content: url(../img/icon_arrow.png);
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	transform: rotate(180deg);
}
.slick-next::before{
	content: url(../img/icon_arrow.png);
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
}
.slick-slide img {
/*    margin-left: 2.5rem;*/
}
.m-poster-item.slick-slide {
/*	opacity: .2;*/
/*	transition: .3s ease-out opacity;*/
}
.m-poster-item.slick-slide.slick-current {
/*	opacity: 1;*/
}


/* --------------------------------------------------*/
/* Waypoint Animate
/* --------------------------------------------------*/

.p-buildup-wrap {
    overflow: hidden;
}
.p-buildup-wrap > * {
    transition: .6s cubic-bezier(0.86, 0, 0.07, 1) transform;
    transform: translateY(100%);
}
.p-buildup-wrap.-show > * {
    transform: translateY(0);
}

.m-member .p-buildup-wrap:nth-of-type(2) {
    margin-top: -87px;
}
.m-member .p-buildup-wrap:nth-of-type(3) {
    margin-top: -120px;
}
