@charset "UTF-8";

body {
	/*background: url("../img/index/bg_body.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: contain;*/
}
header {
	
}

main {
	
}


/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.mainimage {
	position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/index/top_back_pc.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    min-height: 782px;
    min-width: 1000px;
}

.youtube0 {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 2s;
}

  .youtube0 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

  #youtube0_overLayer_back {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 2s;
}

  #youtube0_overLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(160, 23, 8, 0.6);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.text_wrap {
	top: calc(50% + 50px);
    transform: translateY(-50%);
	text-align: center;
    position: absolute;
    width: 100%;
}
.text_wrap .text {
	display: inline-block;
    max-width: 740px;
	width: 90%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.mainimage {
	 min-height: 569px;
    min-width: auto;
}
.text_wrap .text {
	max-width: 560px;
}
}
@media screen and (max-width: 767px) {
.mainimage {
	 min-height: 569px;
    min-width: auto;
}
.text_wrap {
	top: 50%;
}
}




/* -----------------------------------------------------------
	movie_wrap
----------------------------------------------------------- */
.movie_wrap {
	/*padding-top: 60px;
    padding-bottom: 60px;*/
}
.movie_wrap .youtube1 {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      overflow: hidden; }
    .movie_wrap .youtube1-container {
      position: absolute;
      top: 50%;
      right: 50%;
      margin-right: -52%;
      padding-top: 68.25%;
      overflow: hidden;
      width: 103%;
      margin-top: -34%; }
    .movie_wrap .youtube1 iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
    .movie_wrap #youtube1_overlayer {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(../img/index/youtube1_back.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      top: 0;
      left: 0;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      visibility: visible;
      cursor: pointer; }
    .movie_wrap #youtube1_overlayer.hide {
      transition: opacity 1s, visibility 0s ease 1s;
      opacity: 0;
      visibility: hidden; }
    .movie_wrap .youtube-switch {
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .movie_wrap #youtube1_overlayer.onReady .youtube-switch {
      opacity: 1; }
@media screen and (min-width: 768px) and (max-width: 1200px) {
.movie_wrap .youtube1-container {
	width: 105%;
    height: 340px; 
    margin-top: -35%;
}
}
@media screen and (max-width: 767px) {

.movie_wrap .youtube1-container {
	position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -52%;
    padding-top: 80%;
    overflow: hidden;
    width: 110%;
    height: 400px; 
    margin-top: -40%;
}
}
/*@media screen and (max-width: 480px) {

.movie_wrap .youtube1-container {
	position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -60%;
    padding-top: 90%;
    overflow: hidden;
    width: 108%;
    height: 360px; 
    margin-top: -40%;
}
}*/
@media screen and (max-width: 440px) {

.movie_wrap .youtube1-container {
	position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -52%;
    padding-top: 68.25%;
    overflow: hidden;
    width: 105%;
    height: 340px; 
    margin-top: -42.5%;
}
}

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

.movie_wrap .youtube1-container {
	position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -52%;
    padding-top: 68.25%;
    overflow: hidden;
    width: 105%;
     height: 340px; 
    margin-top: -52%;
}
}



/* -----------------------------------------------------------
	news_wrap
----------------------------------------------------------- */
.news_wrap {
	background: #000;
	padding: 20px 0;
}
.news_wrap .inner {
	width: 90%;
	/*min-height: 360px;*/
	/*min-height: 190px;*/
	min-height: 100px;
	min-height: 140px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}
.news_wrap .inner h2 {
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_wrap .inner .post {
	font-size: 16px;
	/*text-align: center;*/
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width: 770px;
    width: 100%;
}
.news_wrap .inner .post .date {
	width: 6em;
	text-align: left;
    display: inline-block;
    vertical-align: top;
}
.news_wrap .inner .post .text {
	display: inline-block;
    text-align: left;
}
.news_wrap .inner .post a {
	text-decoration: underline;
	color: #fff;
}
.news_wrap .inner .post a:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.news_wrap .inner h2 {
	position: static;
	transform: none;
	margin-bottom: 20px;
}
.news_wrap .inner .post {
	position: static;
	transform:none;
	max-width: 100%;
}
}
@media screen and (max-width: 767px) {
.news_wrap {
	padding: 0;
}
.news_wrap .inner {
	padding: 16px 0;
	height: auto;
	overflow: hidden;
}
.news_wrap .inner h2 {
	font-size: 22px;
	position: static;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
	text-align: center;
	margin-bottom: 10px;
}
.news_wrap .inner .post {
	text-align: left;
	font-size: 15px;
	position: static;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.news_wrap .inner .post .item {
	margin-bottom: 10px;
}
.news_wrap .inner .post .date {
	display: block;
}
}


/* -----------------------------------------------------------
	greeting_wrap
----------------------------------------------------------- */
.greeting_wrap {
	padding: 100px 0;
	background: #F2F2F2;
}
.greeting_wrap .inner {
	max-width: 1240px;
	padding: 0 4%;
	margin: 0 auto;
}
.greeting_wrap .inner h2 {
	font-size: 29px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 70px;
}
.greeting_wrap .inner .pic {
	max-width: 294px;
	margin: 0 auto 80px;
}
.greeting_wrap .inner h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.greeting_wrap .inner .text {
	font-size: 16px;
	margin-bottom: 80px;
	line-height: 1.9;
	font-weight: bold;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
}
.greeting_wrap .inner .name_wrap {
	max-width: 240px;
	margin: 0 auto;
	font-weight: bold;
}
.greeting_wrap .inner .name_1 {
	font-size: 15px;
	margin-bottom: 4px;
}
.greeting_wrap .inner .name_2 {
	font-size: 20px;
	line-height: 1.4;
}
.greeting_wrap .inner .name_3 {
	font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.greeting_wrap .inner {
	max-width: 800px;
}
.greeting_wrap .inner h2 {
	font-size: 26px;
	margin-bottom: 40px;
}
.greeting_wrap .inner .pic {
	max-width: 200px;
	margin-bottom: 60px;
}
.greeting_wrap .inner .text {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.greeting_wrap {
	padding: 60px 0;
}
.greeting_wrap .inner {
	max-width: 800px;
}
.greeting_wrap .inner h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
.greeting_wrap .inner .pic {
	max-width: 200px;
	margin-bottom: 40px;
}
.greeting_wrap .inner h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.greeting_wrap .inner .text {
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}
.greeting_wrap .inner .name_wrap {
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.greeting_wrap .inner .name_1 {
	font-size: 14px;
}
.greeting_wrap .inner .name_2 {
	font-size: 19px;
	margin-bottom: 4px;
}
}


/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.movie_wrap_2 {
    padding: 0; }
    .movie_wrap_2 .youtube2 {
      position: relative;
      width: 100%;
      /*padding-top: 25.775656324%;*/
	  padding-top: 26%;
      overflow: hidden; }
    .movie_wrap_2 .youtube2-container {
      position: absolute;
      top: 50%;
      right: 50%;
      /*margin-right: -52%;*/
	  margin-right: -55%;
      /*margin-top: -17%;*/
	  margin-top: -22%;
      /*width: 103%;*/
	  width: 110%;
      /*padding-top: 33.775656%;*/
	  padding-top: 43%;
      overflow: hidden; }
    .movie_wrap_2 .youtube2 iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    .movie_wrap_2 img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 105%;
      z-index: 80;
      background: white;
      opacity: 1;
      transition: opacity 0.8s; }
	  
@media screen and (min-width: 768px) and (max-width: 1200px) {
.content3 .person-boxes {
    text-align: center; }
  .content3 .person-box {
    overflow: hidden;
    text-align: center;
    width: auto;
    margin-bottom: 40px;
    display: none; }
    .content3 .person-box.no_disappear_in_sp {
      display: inline-block; }
    .content3 .person-box img {
      width: 180px;
      height: 180px;
      margin-bottom: 15px; }
    .content3 .person-box .name, .content3 .person-box .affiliation {
      text-align: center; }
    .content3 .person-box .name {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 15px; }
    .content3 .person-box .affiliation {
      text-align: center;
      font-size: 14px;
      line-height: 23.8px; }
  .content3 .person-boxes2 {
    text-align: center; }
    .content3 .person-boxes2 .person-box {
      margin-bottom: 0; }
    .content3 .person-boxes2 .person-box1 {
      margin-right: 0; }
}
@media screen and (max-width: 767px) {

.movie_wrap_2 .youtube2-container {
	position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -52%;
    padding-top: 75.25%;
    overflow: hidden;
    width: 108%;
    height: 253px; 
    margin-top: -37.5%;
}

}

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

.movie_wrap_2 .youtube2-container {
	position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -52%;
    padding-top: 75.25%;
    overflow: hidden;
    width: 108%;
    height: 280px; 
    margin-top: -43.5%;
}

}


/* -----------------------------------------------------------
	committee_wrap
----------------------------------------------------------- */
.committee_wrap {
	padding: 100px 60px;
}
.committee_wrap .inner {
	max-width: 980px;
	margin: 0 auto;
}
.committee_wrap .inner h2 {
	font-size: 29px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}
.committee_wrap .person-box {
    overflow: hidden;
    text-align: center;
    width: 200px;
    vertical-align: top;
    margin-right: 60px;
    margin-bottom: 60px;
    display: inline-block; }
    .committee_wrap .person-box:nth-child(4n) {
      margin-right: 0; }
    .committee_wrap .person-box img {
      width: 180px;
      height: 180px;
      margin-bottom: 20px; }
    .committee_wrap .person-box .name,
	.committee_wrap .person-box .affiliation {
      text-align: center; }
    .committee_wrap .person-box .name {
      font-size: 20px;
      line-height: 1;
      margin-bottom: 18px; }
    .committee_wrap .person-box .affiliation {
      text-align: center;
      font-size: 14px;
      line-height: 23.8px; }
  .committee_wrap .person-boxes2,
  .committee_wrap .person-boxes3 {
    text-align: center; }
    .committee_wrap .person-boxes2 .person-box {
      margin-bottom: 0; }
    .committee_wrap .person-boxes2 .person-box1 {
      margin-right: 0; }
	  .committee_wrap .person-boxes2 .pmright1 {
		  margin-right: 1px !important;
	  }
	  .committee_wrap .person-boxes3 .person-box {
		  margin-right: 1px !important;
	  }
@media screen and (min-width: 768px) and (max-width: 1200px) {
.committee_wrap {
	padding: 80px 0;
}
.committee_wrap .inner h2 {
	font-size: 26px;
}
.committee_wrap .person-boxes {
	width: 720px;
    margin: 0 auto;
}
.committee_wrap .person-box:nth-child(4n) {
	margin-right: 60px;
}
.committee_wrap .person-box:nth-child(3n + 3) {
	margin-right: 0px;
}
}
@media screen and (max-width: 767px) {
.committee_wrap {
	padding: 50px 0 20px;
}
.committee_wrap .inner h2 {
	font-size: 24px;
	    margin-bottom: 30px;
}
.committee_wrap .person-boxes {
    text-align: center; }
  .committee_wrap .person-box {
    overflow: hidden;
    text-align: center;
    width: auto;
    margin-bottom: 40px;
	margin-right: 0;
    display: none; }
    .committee_wrap .person-box.no_disappear_in_sp {
      display: block; }
    .committee_wrap .person-box img {
      width: 200px;
      height: 200px;
      margin-bottom: 15px; }
    .committee_wrap .person-box .name, .content3 .person-box .affiliation {
      text-align: center; }
    .committee_wrap .person-box .name {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 15px; }
    .committee_wrap .person-box .affiliation {
      text-align: center;
      font-size: 14px;
      line-height: 23.8px; }
  .committee_wrap .person-boxes2 {
    text-align: center; }
    .committee_wrap .person-boxes2 .person-box {
      margin-bottom: 40px; }
    .committee_wrap .person-boxes2 .person-box1 {
      margin-right: 0; }
}


/* -----------------------------------------------------------
	latest_wrap
----------------------------------------------------------- */
.latest_wrap {
	background: #F2F2F2;
}
.latest_wrap .inner {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 100px 0 70px;
	border-bottom: 1px dotted #C7C7C7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.latest_wrap .inner {
	/*width: 80%;
	max-width: 800px;*/
	padding: 100px 0 50px
}
}
@media screen and (max-width: 767px) {
.latest_wrap .inner {
	width: 72%;
	max-width: 400px;
	padding: 60px 0 40px;
}
}


/* -----------------------------------------------------------
	infomation_wrap
----------------------------------------------------------- */
.infomation_wrap {
	background: #F2F2F2;
	padding: 90px 0 120px;
}
.infomation_wrap .inner {
	/*width: 90%;
	padding: 0 4%;*/
	margin: 0 auto;
}
.infomation_wrap .inner h2 {
	font-size: 23px;
	text-align:  center;
	margin-bottom: 60px;
}

.infomation_wrap .inner .slick-list {
	width: 80%;
	margin: 0 auto;
	outline: none;
}
.infomation_wrap .inner .carousel-arrow {
	width: 60px;
    min-height: 220px;
    background: #040234;
    position: absolute;
	cursor: pointer;
	transition: all 0.8s ease;
}
.infomation_wrap .inner .carousel-arrow.slick-disabled {
	display: none !important;
}
.infomation_wrap .inner .carousel-arrow:hover {
	opacity: 0.7;
}
.infomation_wrap .inner .carousel-prev {
    left: 0;
    top: 0
}
.infomation_wrap .inner .carousel-next {
    right: 0;
    top: 0
}
.infomation_wrap .inner .carousel-prev::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -8px;
	margin-left: -12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.infomation_wrap .inner .carousel-next::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -8px;
	margin-left: -12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.infomation_wrap .inner .carousel_item {
	padding: 30px 15px;
}
.infomation_wrap .inner .carousel_item .ttl {
	font-size: 16px;
	text-align: center;
	margin-bottom: 13px;
}
.infomation_wrap .inner .carousel_item .date {
	border-top: 1px solid #666;
	padding: 10px 0 0;
	margin-bottom: 36px;
	font-size: 16px;
	text-align: center;
}
.infomation_wrap .inner .carousel_item .link {
	max-width: 200px;
	margin: 0 auto;
}
.infomation_wrap .inner .carousel_item .link a {
	background: #a0041e;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	padding: 14px 0;
}
.infomation_wrap .inner .carousel_item .link a:hover {
	opacity: 0.7;
}

.infomation_wrap .inner .carousel_item .link a span {
	display: inline-block;
	position: relative;
}
.infomation_wrap .inner .carousel_item .link a span::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.infomation_wrap {
	padding: 60px 0 100px;
}
.infomation_wrap .inner h2 {
	margin-bottom: 40px;
}
.infomation_wrap .inner .slick-list {
	    width: calc(100% - 120px);
}
.infomation_wrap .inner .carousel_item .ttl {
	
}
.infomation_wrap .inner .carousel_item .date {
	
}
.infomation_wrap .inner .carousel_item .link a {
	
}
}
@media screen and (max-width: 767px) {
.infomation_wrap {
	padding: 40px 0 100px;
}
.infomation_wrap .inner h2 {
	margin-bottom: 20px;
}
.infomation_wrap .inner .slick-list {
	    width: 100%;
}
.infomation_wrap .inner .carousel-prev {
	width: 50%;
	min-height: auto;
    height: 40px;
	left: 0;
    top: auto;
    bottom: -60px;
}
.infomation_wrap .inner .carousel-next {
	width: 50%;
	min-height: auto;
    height: 40px;
	right: 0;
    top: auto;
    bottom: -60px;
	border-left: 1px solid #fff;
}
.infomation_wrap .inner .carousel-arrow:hover {
	opacity: 1;
}
.infomation_wrap .inner .carousel_item .ttl {
	font-size: 14px;
}
.infomation_wrap .inner .carousel_item .date {
	font-size: 13px;
	margin-bottom: 10px;
}
.infomation_wrap .inner .carousel_item .link a {
	font-size: 12px;
	padding: 8px 0;
}
.infomation_wrap .inner .carousel_item .link a span::after {
	width: 8px;
    height: 8px;
	margin-top: -4px;
}
}


/* -----------------------------------------------------------
	sponsor_wrap
----------------------------------------------------------- */
.sponsor_wrap {
	/*padding: 150px 0 0;*/
	padding: 100px 0 0;
}
.sponsor_wrap .inner {
	width: 75%;
	max-width: 800px;
	margin: 0 auto;
	/*background: #666;*/
}
.sponsor_wrap .inner .pic {
	position: relative;
}
.sponsor_wrap .inner .pic::after {
	display: block;
    content: 'sponsor movie';
	color: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sponsor_logobox {
	width: 75%;
	max-width: 1060px;
	margin: 0 auto;
}
.sponsor_wrap .list {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.sponsor_wrap .list li {
	/*width: 12%;*/
	width: 20%;
	/*float: left;*/
	display: inline-block;
	margin-left: 2%;
	padding: 0 12px;
	/*margin-top: 2%;*/
}
.sponsor_wrap .list li:nth-child(6n + 1) {
	margin-left: 0;
}
/*.sponsor_wrap .list li:nth-child(-n+3) {
	margin-top: 0;
}*/
.sponsor_wrap .list li a {
	display: block;
	line-height: 1;
}
.sponsor_wrap .list li video {
	width: 100%;
	height: auto;
}
.sponsor_wrap .list li:hover {
	opacity: 0.7;
	cursor: pointer;
}
.sponsor_logobox .text {
	text-align: center;
	color: #666;
	font-size: 13px;
}

.mvbox {
	margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
	background: #ccc;
	background-image: url(../img/tail-spin.svg), url(../img/loading.svg);
    background-position: center;
    background-size: 140px, 90px;
	background-repeat: no-repeat;
}
.mvbox #mylink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*cursor: pointer;*/
    
    z-index: 2;
}
.mvbox #vimeoPlayer {
	width: 100%;
}
.mvbox iframe {
	position: absolute;
    height: 100% !important;
    right: 0;
    top: 0;
    width: 100% !important;
    border: none;
}

.btn_box {
	margin-top: 60px;
}

.sponsor_mv_note {
	text-align: center;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.sponsor_wrap {
	padding: 80px 0;
}
.sponsor_wrap .inner {
	width: 90%;
}
.sponsor_wrap .sponsor_logobox {
	width: 90%;
	max-width: 640px;
}

.sponsor_wrap .list li {
	width: 20%;
}
}
@media screen and (max-width: 767px) {
.sponsor_wrap {
	padding: 70px 0 20px;
}
.sponsor_wrap .inner {
	width: 94%;
}
.sponsor_wrap .sponsor_logobox {
	width: 94%;
	max-width: 380px;
}
.sponsor_wrap .list {
	margin-top: 10px;
}
.sponsor_wrap .list li {
	width: 28%;
	margin-left: 8%;
	margin-top: 2%;
	box-sizing: border-box;
	padding: 0;
	display: block;
	float: left;
}
.sponsor_wrap .list li:nth-child(6n + 1) {
	margin-left: 0;
}
.sponsor_wrap .list li:nth-child(3n + 1) {
	margin-left: 0;
}


}


/* -----------------------------------------------------------
	fancybox
----------------------------------------------------------- */
.fancybox-slide--video .fancybox-content {
	max-width: 60%;
	max-height: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.fancybox-slide--video .fancybox-content {
	max-width: 98%;
	max-height: 60%;
}
}



