@charset "utf-8";
#loading{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 4;
}
#mv {
	position: relative;
  padding-bottom: 40px;
}

#mv .mv_logo {
	display: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	transform: translate(-50%,-50%);
	margin-top: -5.58vw;
	width: 50vw;
	height: 0vw;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.15em;
	text-shadow: #131313 1px 0 10px;
	text-align: center;
}

.mainslider {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  max-width: 2000px;
  height: auto;}

.thumb_slider {
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.thumb_slider .thumbnail-item {
  margin: 0 5px;
}

.thumb_slider .thumbnail-item img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  -ms-filter: "alpha( opacity=50)" !important;
}

.thumb_slider .slick-current img {
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100)" !important;
}

footer .container:before, .container:after {
  content: none;
  display: block;
}

/*MV*/

#toppage .menu {}

#toppage .col {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

#toppage .menu ul {
  margin: 0 -10px;
}

#toppage .menu li {
  text-align: center;
  margin: 0 0 13px;
  padding: 0 10px;
}

#toppage .menu li a {
  position: relative;
  display: block;
  line-height: 80px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
}

#toppage .menu li a::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toppage .menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
}

#toppage .menu .lg a::before, #toppage .menu .lg a::after {
  position: absolute;
  display: block;
}

#toppage .menu .lg a::before {
  content: 'Click';
  bottom: 20px;
  right: 30px;
  font-size: 2.0rem;
  font-weight: normal;
}

#toppage .menu .lg a::after {
  content: '';
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.40);
  border-left-color: transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#toppage .menu .lg {
  margin-bottom: 0;
}

#toppage .menu .lg a {
  height: 181px;
  border: 1px solid #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

#toppage .menu .lg p {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

#toppage .menu .lg a span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

#bloc01, #bloc02 {
  width: 100%;
}

#bloc01 .outer {
  padding: 20px 20px 20px 20px;
	background-color: #666;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#bloc02 .outer {
  padding: 20px 20px 20px 20px;
	background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


#bloc03, #bloc04, #bloc05, #bloc06 {
  position: relative;
  width: 49.32%;
}

#bloc03_01 {
	width: 100%;
}
#bloc03_01, #bloc05 {
	margin-right: auto;
}
#bloc04_02, #bloc06 {
	margin-left: auto;
}
#bloc03_02 {
	width: 1460px;
	position: relative;
}

#bloc03_02 .inner {
  padding: 43px 0;
}

/*sp用 pc用は下記制限設定にて*/
#bloc03_02 .inner .ttl {
  width: 33.33333%;
  text-align: center;
	}

#bloc03_02 .inner .ttl h3 {
  font-size: 2.0rem;
  font-weight: bold;
}

#bloc03_02 .inner .ttl p {
  color: #b1b1b1;
}

/*sp用 pc用は下記制限設定にて*/
#bloc03_02 .inner .comment {
  width: calc(100% - 33.33333%);
  padding-right: 5%;
	}

#bloc03_02 .outer {
  position: relative;
}

#bloc03_02 > a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#bloc03_02 a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#bloc03_02 > a::before, #bloc03_02 > a::after {
  position: absolute;
  display: block;
}

#bloc03_02 > a::before {
  z-index: 2;
  content: 'Click';
  bottom: 40px;
  right: 50px;
  font-size: 2.0rem;
  font-weight: normal;
}

#bloc03_02 > a::after {
  content: '';
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #eeeeee transparent;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#bloc03_02 > a:hover::after {
  border-color: transparent transparent #ccc transparent;
}
	

/*pc用制限設定*/
@media only screen and (min-width: 1460px) {
#bloc03_02 .inner .ttl {
  position: absolute;
  left: 0;
  width: 33.33333%;
  text-align: center;
}
#bloc03_02 .inner .comment {
  width: 66.66666%;
  padding-right: 5%;
  margin-left: 33.33333%;
}
}

@media only screen and (min-width: 960px) and (max-width: 1459px) {

#bloc03_02 .inner .ttl {
  position: absolute;
  left: 0;
  width: 33.33333%;
  text-align: center;
}
#bloc03_02 .inner .comment {
  width: 66.66666%;
  padding-right: 5%;
  margin-left: 33.33333%;
}
	}


/*TOPICS*/

#bloc04 .ttl {
  position: relative;
  background-color: #1f1d1c;
  margin-bottom: 30px;
}

#bloc04 .ttl h3 {
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 50px;
}

#bloc04 .ttl::before {
  position: absolute;
  content: '';
  display: block;
  top: -19px;
  left: 51px;
  width: 109px;
  height: 92px;
  background-image: url(../images/bloc04_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#bloc04 .ttl p a {
  position: absolute;
	display: block;
  top: 50%;
  right: 73px;
  transform: translateY(-50%);
  color: #fff;
}

#bloc04 #nProgram {
  overflow-y: auto;
  max-height: 370px;
}


#bloc04 #nProgram li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
	
}

#bloc04 .photo {
  width: 118px;
}

/*
#bloc04 dl {
  width: calc(100% - 141px);
}

#bloc04 dt {
  color: #858585;
  font-size: 1.3rem;
}

#bloc04 dd {
  padding-bottom: 15px;
}

#bloc04 dd a {
  color: #010101;
}
*/

/*=========================================
･ index（新規設定側）
=========================================*/

#bloc04 .newslist001 {
    width: 100px;
    float: left;
    height: 100px;
	margin-right: 20px;
}
#bloc04 .newslist002 {
    width: auto;
    float: left;
    height: 100px;
}
#bloc04 .newslist003 {
    color: #858585;
  font-size: 1.3rem;
}
#bloc04 .newslist004 {
  padding-bottom: 15px; 
}

#bloc04 .newslist005 {
    height: 100px;
    margin-top: 0px;
    padding-top: 0px;
}

/*=========================================
=========================================*/

#bloc05 .row {
  margin: 0 -8px;
  display: block;
}

#bloc05 .row+.row {
  height: 200px;
  margin-top: 22px;
  display: block;
}

#bloc05 .bnr {
  position: relative;
  height: 200px;
  border: 1px solid #dadada;
margin-bottom: 10px;
}

#bloc05 .bnr a {
  display: block;
  text-align: center;
}

#bloc05 .bnr a::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bloc05 .bnr img {
  max-height: 100%;
}

#bloc05 .row + .row .bnr {
  height: 200px;
}

#bloc05 .inner {
  height: 100%;
  margin: 0 8px;
}

#bloc05 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#bloc05 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#bloc06 .ttl {
  position: relative;
  background-color: #1f1d1c;
  margin-bottom: 20px;
}

#bloc06 .ttl::before {
  position: absolute;
  content: '';
  display: block;
  top: -31px;
  right: 25px;
  width: 80px;
  height: 85px;
  background-image: url(../images/bloc06_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
}


#bloc06 .ttl h3 {
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 50px;
  margin-top: 15px;
}

#bloc06 .row {
  display: block;
  margin: 0 -10px;
}

#bloc06 .bnr {
  height: 100%;
  margin: 0 10px;
}

#bloc06 img {
  margin: 0 0 9%;
}

#bloc07 {
  position: relative;
}

#bloc07 .inner {
  padding: 43px 0;
}

#bloc07 .inner .ttl {
  width: 33.33333%;
  text-align: center;
}

#bloc07 .inner .ttl h3 {
  font-size: 2.0rem;
  font-weight: bold;
}

#bloc07 .inner .ttl p {
  color: #b1b1b1;
}

#bloc07 .inner .comment {
  width: calc(100% - 33.33333%);
  padding-right: 5%;
}

#bloc07 a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bloc07 a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#bloc07 a::before, #bloc07 a::after {
  position: absolute;
  display: block;
}

#bloc07 a::before {
  z-index: 2;
  content: 'Click';
  bottom: 40px;
  right: 50px;
  font-size: 2.0rem;
  font-weight: normal;
}

#bloc07 a::after {
  content: '';
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #eeeeee transparent;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#bloc07 a:hover::after {
  border-color: transparent transparent #ccc transparent;
}

#bloc08 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  background-image: url(../images/bloc08_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#bloc08::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/bloc08_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20.3%;
  height: 40.57%;
}

#bloc08 .bloc_ttl {
  margin-bottom: 50px;
}

#bloc08 .bloc_ttl h3 {
  font-size: 2.5rem;
}

#bloc08 .bloc_ttl p {
  color: #b1b1b1;
  font-size: 1.8rem;
}

#bloc08 .outer {
  width: 50%;
  padding: 0 8%;
  min-height: 23.98vw;
}

#bloc08 h4 {
  font-size: 2.0rem;
}

#bloc08 .outer p {
  line-height: 2.1;
}

#bloc08 .btn {
  width: 190px;
  margin: 0 auto;
}

#bloc08 .btn a {
  font-size: 1.6rem;
  line-height: 60px;
  border: 1px solid #fff;
}

#bloc08 .btn a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#bloc09 {
	width: 1460px;
  /*width: 64.39%;*/
}

#bloc09 .bnr {
  margin-bottom: 15px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #1f1d1c;
  line-height: 100px;
}

#bloc09 h3 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#bloc09 .comment {
  margin-bottom: 30px;
	text-align: center;
}

#bloc09 .comment p {
  font-size: 1.3rem;
  line-height: 1.6;
    display: inline-block;
    text-align: left;
}

#bloc09 .wrap {
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

#bloc09 .wrap::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #eee;
}

#bloc09 .wrap .col01 {
  width: 47.78%;
}

#bloc09 h4 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#bloc09 h4 a:hover {
  text-decoration: none;
}

#bloc09 .wrap .photo {
  margin-bottom: 15px;
}
#bloc09 .wrap .photo img {
	width: 100%;
}

#bloc09 .bnr img {
  vertical-align: middle;
}

#bloc10 {
  width: 49.32%;
}

#bloc10 .facebook h3 {
  position: relative;
  background-color: #365899;
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 30px;
max-width: 500px;  
    margin: 0 auto;  
}

#bloc10 .twitter h3 {
  position: relative;
  background-color: #3B94D8;
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 30px;
max-width: 500px;  
    margin: 0 auto;  
}

#bloc10 .facebook-wrapper {
  width: 100%;
  text-align: center;
}

.facebook-wrapper {
  max-width: 500px;
  height: 385px;
  margin: 0 auto 20px;
}

.facebook-wrapper>.fb-page {
  width: 100%;
}

.facebook-wrapper>.fb-page>span, .facebook-wrapper iframe {
  width: 100% !important;
}


#bloc10 .twitter-wrapper {
  width: 100%;
  text-align: center;
}

.twitter-wrapper {
  max-width: 500px;
  height: 385px;
  margin: 0 auto ;
border: solid 1px #eeeeee;
}

.twitter-wrapper .SandboxRoot.env-bp-430 .timeline-Tweet-text p{
    font-size: 14px;
    line-height: 20px;
    }

#bloc11 {
	width: 1460px;
  /*width: 64.39%;*/
}

#bloc11 .bnr {
  margin-bottom: 15px;
  text-align: center;
  line-height: 100px;
}

#bloc11 h3 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#bloc11 .comment {
  margin-bottom: 30px;
	text-align: center;
}

#bloc11 .comment p {
  font-size: 1.3rem;
  line-height: 1.6;
    display: inline-block;
    text-align: left;
}

#bloc11 .wrap {
  position: relative;
  padding-top: 20px;
}

#bloc11 .wrap::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

#bloc11 .wrap .col01 {
  width: 33%;
}

#bloc11 h4 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  background: #131313;
  color:#fff;
  line-height: 5;
  margin-top: -16px;
}

#bloc11 h4 a:hover {
  background: #232323;
  color:#fff;
  line-height: 5;
}

#bloc11 .wrap .photo {
  margin-bottom: 15px;
}
#bloc11 .wrap .photo img {
	width: 100%;
}

#bloc11 .bnr img {
  vertical-align: middle;
}
#bloc12 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  text-align: left;
  background-color: #131313;
}

#bloc12::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20.3%;
  height: 40.57%;
}

#bloc12 .bloc_ttl {
  margin-bottom: 50px;
}

#bloc12 .bloc_ttl h3 {
  font-size: 2.5rem;
  text-align: center;
}

#bloc12 .bloc_ttl p {
  color: #b1b1b1;
  font-size: 1.8rem;
}

#bloc12 .bloc_ttl ul{
  color: #fff;
  font-size: 1.8rem;
  text-align: start;
  margin: 16px 40%; 
}

#bloc12 .outer {
  width: 50%;
  padding: 0 8%;
  min-height: 20vw;
}

#bloc12 h4 {
  font-size: 2.0rem;
  padding: 0.8rem 0rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  font-weight: bold; 
}

#bloc12 .outer p {
  line-height: 2.1;
  font-size: 1.4rem;
}

#bloc12 .btn {
  width: 190px;
  margin: 0 auto;
}

#bloc12 .btn a {
  font-size: 1.6rem;
  line-height: 60px;
  border: 1px solid #fff;
}

#bloc12 .btn a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

/*====================================================================================
■sns-list
====================================================================================*/

.wrapper-sns-list {
  max-width: 500px;
  margin: 20px auto 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
#mv .mv_logo {
	display: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	transform: translate(-50%,-50%);
	margin-top: -5.58vw;
	width: 50vw;
	height: 12.66vw;
	font-size: 28px;
	color: #fff;
	letter-spacing: 0.15em;
	text-shadow: #131313 1px 0 10px;
	text-align: center;
}
}
@media screen and (max-width: 736px) {
  #mv .mv_logo {
		margin-top: 13vw;
		width: 70vw;
		height: 35.99vw;
		color: #fff;
		font-size: 24px;
	letter-spacing: 0.15em;
	text-shadow: #131313 1px 0 10px;
	text-align: center;
}
  #toppage {
    /*padding: 0 8.46vw;*/
  }
  #toppage .col {
    padding: 3vw;
  }
	#toppage .menu ul {
		margin: 0;
	}
	#toppage .menu li {
		padding: 0;
	}
	#toppage .menu .lg p {
		word-break: break-all;
		font-size: 1.8rem;
	}
  #toppage .menu .lg a {
    background-color: rgba(0, 0, 0, 0.0);
  }
  #toppage .menu .lg a::before {
    font-size: 4.59vw;
    bottom: 4.23vw;
    right: 3.87vw;
    line-height: 1;
  }
  #toppage .menu .lg a::after {
    border-width: 0 0 12.08vw 12.08vw;
  }
  #bloc01, #bloc02 {
    width: 48%;
		padding: 0 1.82vw;
  }
  #bloc03_01,
  #bloc03_02,
  #bloc03, #bloc04, #bloc05, #bloc06 {
    width: 100%;
  }
  #bloc01.col, #bloc02.col {
    padding: 0;
    background-color: #900;
  }
  #bloc01 .outer, #bloc02 .outer {
    padding: 0;
    background-size: cover;
  }
	#bloc03_01 .photo {
	}
	#bloc03_02 .inner {
		padding: 0;
	}
	#bloc03_02 .inner .ttl {
		width: 100%;
	}
	#bloc03_02 .inner .ttl h3 {
		line-height: 1;
	}
	#bloc03_02 .inner .comment {
		width: 100%;
		margin-bottom: 15px;
	}
	#bloc03_02 .outer a {
		position: relative;
		display: block;
		width: 66.43vw;
		height: 13.29vw;
		margin: 0 auto;
		line-height: 13.29vw;
		text-align: center;
		background-color: #1f1f1f;
		color: #fff;
		font-size: 2.3rem;
	}
	#bloc03_02 a::before{
		display: none
	}
	#bloc04 .ttl::before {
		top: -3.87vw;
		left: 3.87vw;
		width: 18.36vw;
		height: 15.46vw;
	}
	#bloc04 .ttl p a {
		right: 10px;
		background: #1f1f1f;
		color: #fff;
		padding: 0 15px;
	}
	#bloc04 .ttl .btn.arrow a::after {
		display: block;
		right: 5px;
		border-color: #fff;
		margin-top: -2px;
	}
	#bloc04 .photo {
		width: 19.9vw;
	}
	#bloc04 dl {
		width: calc(100% - 22.9vw);
	}
	
	#bloc05 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
		box-sizing: border-box;
	}
	
	#bloc05 .bnr + .bnr{
		width: 43.68vw;
	}
	#bloc05 .bnr p{
		font-size: 1.0rem;
	}
	#bloc05 .row .bnr {
		width: 100%;
		height: 16.07vw;
		padding: 1.94vw;
	}
	#bloc05 .row+.row {
		margin: 10px 0 0;
		min-height: auto;
		padding: 0;
		display: block;
	}
	#bloc05 .row+.row {
  height: 0px;
  margin-top: 22px;
  display: block;
}
	
	#bloc05 .row .bnr {
	width: 100%;
		height: 16.07vw;
	}
	#bloc05 .row+.row .col-xs-6 {
		width: 49%;
	}
	#bloc05 .row+.row .col-xs-6:last-child {
		float: right;
	}
	#bloc05 .row +.row .inner {
		margin: 0 0;
	}
	#bloc05 .row + .row .bnr {
		width: 100%;
		height: 16.07vw;
	}
	#bloc05 .bnr img {
		max-height: 7.98vw;
	}
	#bloc05 .youtue {
		margin-bottom: 10px;
	}
	#bloc06 .ttl::before {
		top: -3.99vw;
		width: 13.17vw;
		height: 14.13vw;
	}
	#bloc06 .row {
		display: block;
	}
	#bloc06 .bnr {
		text-align: center;
	  display: block;
	}
	#bloc06 .bnr img {
		height: auto;
		max-height: 100%;
	}
	#bloc06 img {
    margin: 0 0 4vw;
}
	#bloc06 .bnr .photo {
		height: 48%;
	}
	#bloc07 .inner {
		display: none;
	}
	#bloc07.col {
		padding: 0 2.90vw;
		background-color: transparent;
	}
	#bloc07 a::before {
		color: #fff;
		bottom: 1.21vw;
    right: 3.87vw;
	}
	#bloc07 a::after {
		bottom: 1.21vw;
    right: 4.11vw;
    border-width: 0 0 12.08vw 12.08vw;
    border-color: transparent transparent rgba(204, 204, 204, 0.39) transparent;
	}
	#bloc07 .photo .ttl {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#bloc07 .photo .ttl h3{
		color: #fff;
		font-size: 2.3rem;
		font-weight: bold;
		line-height: 1;
	}
	#bloc07 .photo .ttl p{
		font-size: 1.1rem;
		color: #b1b1b1;
	}
	#bloc08 {
		padding: 6.53vw;
		background: #fff;
	}
	#bloc08 .bloc_ttl {
		margin-bottom: 4.47vw;
	}
	#bloc08 .bloc_ttl h3 {
		font-size: 2.3rem;
		font-weight: bold;
		color: #000000;
	}
	#bloc08 .bloc_ttl p {
		font-size: 1.0rem;
	}
	#bloc08 .outer {
		position: relative;
		width: 100%;
		padding: 17.03vw 5.56vw 7.01vw;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#bloc08 .outer:nth-child(1) {
		background-image: url(../images/bloc08_photo01_sp.jpg);
	}
	#bloc08 .outer:nth-child(2) {
		margin-top: 3.63vw;
		background-image: url(../images/bloc08_photo02_sp.jpg);
	}
	#bloc08 .outer .ttl {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #080808;
		color: #fff;
		text-align: center;
		font-size: 2.0rem;
		line-height: 12.08vw;
	}
	#bloc08 h4 {
		font-size: 1.4rem;
		font-weight: bold;
	}
	#bloc08 .outer p {
		display: none;
	}
	#bloc08 .btn {
		margin: 7.49vw auto 0;
		width: 35.03vw;
	}
	#bloc08 .btn a {
		display: block;
		border: 2px solid #fff;
		line-height: 8.46vw;
	}
	#bloc09 .comment p {
		display: none;
	}
	#bloc10 {
		display: block;
		width: 100%;
	}
	#bloc11 {
		display: block;
		width: 100%;
	}
	#bloc12 {
		padding: 6.53vw;
	}
	#bloc12 .bloc_ttl {
		margin-bottom: 4.47vw;
	}
	#bloc12 .bloc_ttl h3 {
		font-size: 2.3rem;
		font-weight: bold;
		color: #fff;
	}
	#bloc12 .bloc_ttl p {
		font-size: 1.0rem;
	}
	#bloc12 .outer {
		position: relative;
		width: 100%;
		padding: 0vw;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#bloc12 .outer .ttl {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #080808;
		color: #fff;
		text-align: center;
		font-size: 2.0rem;
		line-height: 12.08vw;
	}
	#bloc12 h4 {
		font-size: 1.4rem;
		font-weight: bold;
	}
	#bloc12 .outer p {
  line-height: 2.1;
  font-size: 1.4rem;
}
	#bloc12 .btn {
		margin: 7.49vw auto 0;
		width: 35.03vw;
	}
	#bloc12 .btn a {
		display: block;
		border: 2px solid #fff;
		line-height: 8.46vw;
	}
	#bloc12 .bloc_ttl ul{
  color: #fff;
  font-size: 1.8rem;
  text-align: start;
  margin: 16px 18%; 
}
}

.slideBox {
  height: 600px;
  overflow: hidden;
  position: relative;
}

/* テキストがあるバージョン */
.title {
  font-size: 32px;
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing : 0.3em;
  text-shadow: #232323 1px 0 10px;
}

.item2 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 35s 0s infinite;
  animation: anime 35s 0s infinite;
}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.item2:nth-of-type(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.item2:nth-of-type(4) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}

.item2:nth-of-type(5) {
  -webkit-animation-delay: 28s;
  animation-delay: 28s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 736px) {	
.slideBox {
  height: 400px;
  overflow: hidden;
  position: relative;
}

/* テキストがあるバージョン */
.title {
  font-size: 25px;
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing : 0.3em;
  text-shadow: #232323 1px 0 10px;
}

.item2 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 35s 0s infinite;
  animation: anime 35s 0s infinite;
}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.item2:nth-of-type(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.item2:nth-of-type(4) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}

.item2:nth-of-type(5) {
  -webkit-animation-delay: 28s;
  animation-delay: 28s;
}
}

@media screen and (max-width: 600px) {	
.slideBox {
  height: 400px;
  overflow: hidden;
  position: relative;
}

/* テキストがあるバージョン */
.title {
  font-size: 22px;
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%,-50%);
  letter-spacing : 0.3em;
  text-shadow: #232323 1px 0 10px;
}
}