@charset "utf-8";

/* .mov-topimg
================================================== */
.mov-topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow:hidden;
}

@media screen and (max-width: 800px) {
.mov-topimg {
  min-height: initial;
  height: 650px;
}
}

@media screen and (max-width: 568px) {
.mov-topimg {
  height: 350px;
}
}

.mov-topimg img {
  width:100%;
  height:auto;
}


#vdo {
  width: 100%;
  height: auto;
  margin:auto;
}

@media screen and (max-width: 1580px) {
#vdo {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 1280px) {
#vdo {
  width: 140%;
  margin:0 0 0 -20%;
}
}


@media screen and (max-width: 568px) {
#vdo {
  width: 180%;
  margin:0 0 0 -40%;
}
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  z-index:1;
  display:block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/topimg.jpg);
}

#player {
  width: 100%;
  height: auto;
  margin:auto;
  transition: .5s;
}

@media screen and (max-width: 1580px) {
#player {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 1280px) {
#player {
  width: 140%;
  margin:0 0 0 -20%;
}
}

@media screen and (max-width: 800px) {
#player {
  width: 180%;
  margin:0 0 0 -40%;
}
}

/* .top-info
================================================== */
.top-info {
  width: 100%;
  margin:0 auto;
  padding:4% 2% 2%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.top-info h2{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2.4em;
  margin-bottom:40px;
  color:#000;
}

@media screen and (max-width: 800px) {
.top-info h2{
  font-size:2em;
  margin-bottom:15px;
  line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.top-info h2{
  font-size:1.4em;
  margin-bottom:10px;
}
}

.top-info p{
  letter-spacing:0em;
  font-size:0.95em;
  color:#000;
  line-height:2;
}

@media screen and (max-width: 568px) {
.top-info p{
  text-align: left;
  line-height:1.7;
}
}

/* .feature_list
================================================== */
.feature_list {
  width: 100%;
  padding:3%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
.feature_list {
  padding:3% 1%;
  text-align: left;
}
}

.feature_list .feature01{
  font-family: Libre Baskerville,sans-serif;
  letter-spacing:.05em;
  font-weight:300;
  text-transform: uppercase;
  font-size:1.2em;
  margin-bottom:40px;
  color:#000;
}

@media screen and (max-width: 800px) {
.feature_list .feature01{
  font-size:1.1em;
  line-height:1.5;
  text-align: center;
  margin-bottom:15px;
}
}

@media screen and (max-width: 568px) {
.feature_list .feature01{
  margin-bottom:10px;
  font-size:0.9em;
}
}

.feature_list h3{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2.4em;
  margin-bottom:10px;
  color:#000;
}

@media screen and (max-width: 800px) {
.feature_list h3{
  font-size:1.8em;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.feature_list h3{
  font-size:1.6em;
}
}

.feature_list ul{
  width:100%;
  margin:2% auto 0;
}

.feature_list li{
  width:33.33333%;
  margin:0;
  padding:0;
  display:inline-block;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 568px) {
.feature_list li{
  width:50%;
}
}

.feature_list figure{}

.feature_list figure .img-wrapper {
  width:100%;
  height:300px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
.feature_list figure .img-wrapper {
  height:230px;
}
}

@media screen and (max-width: 568px) {
.feature_list figure .img-wrapper {
  height:180px;
}
}

.feature_list figure .erea-ph {
  width:auto;
  height:100%;
  display: block;
  margin:0 auto;
}

.feature_list figure:hover .overlay {
  opacity: 1;
}

.feature_list figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_list figure .overlay a {
  text-decoration: none;
  color: #fff;
  display:block;
}

.feature_list figure .overlay a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.feature_list figure .buttons {
  padding-top:20%;
}

.feature_list figure .buttons p{
  letter-spacing:0.05em;
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:1.1em;
  line-height:1.6;
}


@media screen and (max-width: 800px) {
.feature_list figure .buttons p{
  font-size:0.85em;
  line-height:1.4;
}
}


.feature_list figure .buttons img{
  width:54px;
  height:auto;
  padding-bottom:16px;
  display: block;
  margin:auto;
}

@media screen and (max-width: 568px) {
.feature_list figure .buttons img{
  width:35px;
  padding-bottom:10px;
}
}

.feature_list figure .buttons span{
  font-weight:400;
  font-family: Libre Baskerville,sans-serif;
  font-size:1em;
  letter-spacing:.05em;
}

/* .area_list
================================================== */
.area_list {
  width: 100%;
  padding:2.5% 3%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
.area_list {
  padding:3% 1%;
  text-align: left;
}
}

.area_list h3{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 800px) {
.area_list h3{
  font-size:1.8em;
  margin-bottom:0;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.area_list h3{
  font-size:1.4em;
}
}

.area_list ul{
  width:100%;
  margin:2% auto;
}

.area_list li{
  display:inline-block;
  vertical-align:top;
  text-align: center;
  box-sizing: border-box;
}

.area_list .img-wrapper {
  width:100%;
  height:auto;
  max-height:356px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
.area_list .img-wrapper {
  max-height:200px;
}
}

@media screen and (max-width: 680px) {
.area_list .img-wrapper {
  max-height:170px;
}
}

@media screen and (max-width: 568px) {
.area_list .img-wrapper {
  max-height:150px;
}
}

@media screen and (max-width: 500px) {
.area_list .img-wrapper {
  max-height:130px;
}
}


@media screen and (max-width: 400px) {
.area_list .img-wrapper {
  max-height:110px;
}
}

.area_list .img-wrapper img {
  width:100%;
  height:auto;
  margin:auto;
}

.area_list .w30{
  width:33.3333%;
  padding:10px;
}

@media screen and (max-width: 800px) {
.area_list .w30{
  padding:1px;
}
}

.area_list .w60{
  width:66.6666%;
  padding:10px;
}

@media screen and (max-width: 800px) {
.area_list .w60{
  padding:1px;
}
}

.area_list .w100{
  width:400px;
  padding:10px;
}

@media screen and (max-width: 800px) {
.area_list .w100{
  padding:1px;
}
.bcnter {text-align: center;}
}

@media screen and (max-width: 568px) {
.area_list .w100{
  width:100%;
}
}

.area_list .img-wrapperL {
  width:100%;
  height:auto;
  max-height:356px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
.area_list .img-wrapperL {
  max-height:200px;
}
}

@media screen and (max-width: 680px) {
.area_list .img-wrapperL {
  max-height:170px;
}
}

@media screen and (max-width: 568px) {
.area_list .img-wrapperL {
  max-height:210px;
}
}

@media screen and (max-width: 500px) {
.area_list .img-wrapperL {
  max-height:190px;
}
}

@media screen and (max-width: 400px) {
.area_list .img-wrapperL {
  max-height:170px;
}
}

.area_list .img-wrapperL img {
  width:100%;
  height:auto;
  margin:auto;
}

.area_list .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  display:block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_list .overlay p{
  letter-spacing:0.05em;
  font-weight:300;
  font-size:0.85em;
  line-height:1.6;
  color:#FFF;
  z-index: 2;
  position: relative;
  text-shadow:1px 1px 3px #000;
}

@media screen and (max-width: 800px) {
.area_list .overlay p{
  line-height:1.4;
  padding:0 5px;
}
}

@media screen and (max-width: 568px) {
.area_list .overlay p{
  font-size:0.8em;
  line-height:1.25;
  letter-spacing:0.03em;
  text-shadow:1px 1px 1px #000;
}
}

.area_list .overlay strong{
  font-size:1.8em;
  letter-spacing:0.05em;
  font-family: 'Noto Sans SC', serif;
  font-weight:600;
}

@media screen and (max-width: 800px) {
.area_list .overlay strong{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.area_list .overlay strong{
  font-size:1.2em;
}
}

@media screen and (max-width: 400px) {
.area_list .overlay strong{
  font-size:1.15em;
}
}

.area_list .overlay span{
  font-weight:400;
  font-family: Libre Baskerville,sans-serif;
  font-size:1.55em;
  letter-spacing:0.05em;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
.area_list .overlay span{
  font-size:1.3em;
  font-weight:600;
}
}

@media screen and (max-width: 568px) {
.area_list .overlay span{
  font-size:1.2em;
}
}

@media screen and (max-width: 400px) {
.area_list .overlay span{
  font-size:1.15em;
}
}

.area_sy{
  width: 100%;
  height: 100%;
  position: relative;
}

.area_list li a.bklink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.area_list li a.bklink:hover {
  opacity: 0.4;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.area_list li a.tklink {
  color:#FFF;
  text-decoration: none;
}

.area_list li a.tklink:hover {
  color:#FFF;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

/* .about_box
================================================== */
.about_box {
  width: 100%;
  padding:1.5% 3%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 800px) {
.about_box {
  padding:3% 1%;
  text-align: left;
}
}

.about_syousai{
  width: 96%;
  margin: 0 auto 5px;
  padding: 2% 4% ;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
.about_syousai{
  width: 100%;
  padding: 3% 3% 2.5%;
}
}

.ab_ettl{
  font-family: Barlow,sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:2em;
  margin-bottom:15px;
  line-height:1.4;
  padding:0 1% 5px;
  line-height:1;
  display:inline-block;
  border-bottom:2px solid #000;
}

@media screen and (max-width: 800px) {
.ab_ettl{
  font-size:1.6em;
  line-height:1.5;
  margin-bottom:10px;
}
}

@media screen and (max-width: 568px) {
.ab_ettl{
  font-size:1.2em;
  line-height:1.4;
  padding:0 7px 5px;
}
}

.about_syousai h3{
  font-size:1.15em;
  font-family: 'Noto Sans SC', serif;
  font-weight:500;
  color: #000;
  margin-top:5px;
  margin-bottom:20px;
  display:block;
}

@media screen and (max-width: 800px) {
.about_syousai h3{
  margin-bottom:0px;
}
}

@media screen and (max-width: 568px) {
.about_syousai h3{
  font-size:1em;
  line-height:1.5;
}
}

.about_syousai .ab_tx{
  width:100%;
  margin-top:20px;
}

@media screen and (max-width: 800px) {
.about_syousai .ab_tx{
  margin-top:10px;
}
}

.about_syousai .ab_tx p{
  font-size:0.95em;
  color: #000;
  line-height:1.8;
  margin:5px 0;
}

@media screen and (max-width: 568px) {
.about_syousai .ab_tx p{
  font-size:0.9em;
  line-height:1.6;
  margin:5px;
}
}

.about_info{
  width: 96%;
  margin: 0 auto 1px;
  padding: 3% 4% ;
  background:#FFF;
  box-sizing: border-box;
  text-align: center;
  border:2px solid #000;
}

@media screen and (max-width: 800px) {
.about_info{
  padding: 3% 3% 4%;
}
}

.about_info h4{
  font-size:2em;
  font-family: Barlow,sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom:2%;
}

@media screen and (max-width: 568px) {
.about_info h4{
  font-size:1.2em;
}
}

.about_info p{
  font-size:1.3em;
  font-family: 'Noto Sans SC', serif;
  font-weight:500;
  color: #000;
  text-align: center;
  margin-bottom:5px;
}

@media screen and (max-width: 568px) {
.about_info p{
  font-size:1.1em;
  font-weight:400;
}
}

.about_info .fa{
  margin-right:5px;
}

.about_info span{
  font-size:1.4em;
}

.about_info a{
  font-family: Barlow,sans-serif;
  font-weight:500;
  color:#000;
  text-decoration: none;
}

.about_info a:hover {
  color:#000;
  text-decoration: underline;
}

/* .category_list
================================================== */
.category_list {
  width: 100%;
  padding:2.5% 3%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
.category_list {
  padding:3% 1%;
  text-align: left;
}
}

.category_list h3{
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 800px) {
.category_list h3{
  font-size:1.8em;
  margin-bottom:5px;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.category_list h3{
  font-size:1.4em;
}
}

.category_list ul{
  width:100%;
  margin:2% auto;
}

.category_list li{
  width:25%;
  display:inline-block;
  vertical-align:top;
  text-align: center;
  box-sizing: border-box;
  padding:10px;
}

@media screen and (max-width: 800px) {
.category_list li{
  width:50%;
  padding:3px;
}
}

.category_list .img-wrapper {
  width:100%;
  height:auto;
  display:block;
  max-height:262px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 630px) {
.category_list .img-wrapper {
  max-height:240px;
}
}

@media screen and (max-width: 568px) {
.category_list .img-wrapper {
  max-height:210px;
}
}

@media screen and (max-width: 500px) {
.category_list .img-wrapper {
  max-height:180px;
}
}

@media screen and (max-width: 450px) {
.category_list .img-wrapper {
  max-height:150px;
}
}

.category_list .img-wrapper img {
  width:100%;
  height:auto;
  margin:0 auto;
}

.category_list .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  display:block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category_list .overlay p{
  letter-spacing:0.05em;
  font-family: Barlow,sans-serif;
  text-transform: uppercase;
  font-weight:300;
  font-size:0.85em;
  line-height:1.8;
  color:#FFF;
  z-index: 2;
  position: relative;
  text-shadow:1px 1px 3px #000;
}

.category_list .overlay strong{
  font-family: 'Noto Sans SC', serif;
  font-weight:600;
  font-size:1.6em;
  line-height:1;
}

@media screen and (max-width: 800px) {
.category_list .overlay p{
  line-height:1.6;
  padding:0 5px;
}
}

@media screen and (max-width: 568px) {
.category_list .overlay p{
  line-height:1.4;
  text-shadow:1px 1px 1px #000;
}
}

@media screen and (max-width: 800px) {
.category_list .overlay strong{
  font-size:1.5em;
  font-weight:600;
}
}

@media screen and (max-width: 568px) {
.category_list .overlay strong{
  font-size:1.15em;
  font-weight:600;
}
}

.category_sy{
  width: 100%;
  height: 100%;
  position: relative;
}

.category_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.category_list li a:hover {
  opacity: 0.4;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

/* menu_btn
--------------------------------------------------*/
.menu_btn {
  width: 100%;
  padding:2% 0 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
.menu_btn {
  padding:3% 0 5%;
  text-align: left;
  margin-bottom:10px;
}
}

.menu_btn h3{
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 800px) {
.menu_btn h3{
  font-size:1.8em;
  margin-bottom:5px;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.menu_btn h3{
  font-size:1.4em;
}
}

.menu_btn ul{
  width:100%;
  box-sizing:border-box;
  padding:10px 0;
  display:table;
  border-collapse: separate;
  border-spacing: 15px 0;
}

.menu_btn {
  width:100%;
}

.menu_btn ul li {
  display:table-cell;
  width:16.6666%;
  text-align:center;
  vertical-align:middle;
  -moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s
}

@media only screen and  (max-width: 800px) {
.menu_btn ul {
  width:100%;
  display:block;
  border-spacing: 0;
  padding:0;
}

.menu_btn ul li {
  display:inline-block;
  width:48%;
  margin:1%;
  vertical-align:top;
}
}

.menu_btn ul li a {
  width:100%;
  display:block;
  color:#000;
  background: #FFF;
  padding:35px 0;
  box-sizing:border-box;
  text-decoration: none;
  border:2px solid #000;
}

@media screen and (max-width: 568px) {
.menu_btn ul li a {
  padding:20px 0;
}
}

.menu_btn a:hover {
  background: #000;
  color:#fff;
  text-decoration: none;
  border:2px solid #000;
}

.menu_btn li {
  font-size:1.25em;
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  text-align: center;
}

@media screen and (max-width: 568px) {
.menu_btn li {
  font-size:1.1em;
}
}

/* .news_list
================================================== */
.news_list {
  width: 100%;
  padding:2% 3% 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-bottom:2.5%;
}

@media screen and (max-width: 800px) {
.news_list {
  margin-bottom:50px;
}
}

.news_list h4{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 800px) {
.news_list h4{
  font-size:1.8em;
  margin-bottom:10px;
  line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.news_list h4{
  font-size:1.4em;
}
}

.news_slide {
  position: relative;
  width: 100%;
  max-width:800px;
  height: auto;
  z-index:0;
  margin:0 auto;
}

.swiper-container {
  width:100%;
  margin:0 auto;
}

.swiper-wrapper {
  width:100%;
  margin-bottom:5%;
}

.sample02 .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
}

.swiper-slide p {
  font-size: 1.2em;
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  line-height: 2;
  color: #000;
  padding:2% 5% 4%;
}

@media screen and (max-width:800px) {
.swiper-slide p {
  font-size: 1.1em;
  line-height: 1.8;
  padding:2% 1% 1%;
}
}

@media screen and (max-width:568px) {
.swiper-slide p {
  font-size: 0.9em;
  line-height: 1.6;
  padding:2% 2% 1%;
  text-align: left;
}
}

.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.sample02 .swiper-pagination-bullet-active {
  background: #666;
}

@media screen and (max-width:800px) {
.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}
/* .news_list
================================================== */
.news_list {
  width: 100%;
  padding:2% 3% 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-bottom:2.5%;
}

@media screen and (max-width: 800px) {
.news_list {
  margin-bottom:50px;
}
}

.news_list h4{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 800px) {
.news_list h4{
  font-size:1.8em;
  margin-bottom:10px;
  line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.news_list h4{
  font-size:1.4em;
}
}

.news_slide {
  position: relative;
  width: 100%;
  max-width:800px;
  height: auto;
  z-index:0;
  margin:0 auto;
}

.swiper-container {
  width:100%;
  margin:0 auto;
}

.swiper-wrapper {
  width:100%;
  margin-bottom:5%;
}

.sample02 .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
}

.swiper-slide p {
  font-size: 1.2em;
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  line-height: 2;
  color: #000;
  padding:2% 5% 4%;
}

@media screen and (max-width:800px) {
.swiper-slide p {
  font-size: 1.1em;
  line-height: 1.8;
  padding:2% 1% 1%;
}
}

@media screen and (max-width:568px) {
.swiper-slide p {
  font-size: 0.9em;
  line-height: 1.6;
  padding:2% 2% 1%;
  text-align: left;
}
}

.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.sample02 .swiper-pagination-bullet-active {
  background: #666;
}

@media screen and (max-width:800px) {
.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}

/* news
--------------------------------------------------*/
#news{
  width:100%;
  padding:0 5% 2%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin:0 auto;
}

@media screen and (max-width: 800px) {
#news{
  padding:2% 1% 1%;
}
}

.news_title{
  width:100%;
  padding:0 0 2%;
}

@media screen and (max-width: 568px) {
.news_title{
  padding:3% 0;
}
}

.news_title .news_ttl{
  font-family: Libre Baskerville,sans-serif;
  letter-spacing:.05em;
  font-weight:300;
  font-size:2.5em;
  line-height:1;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
.news_title .news_ttl{
  font-size:2.2em;
}
}
@media screen and (max-width: 568px) {
.news_title .news_ttl{
  font-size:2em;
}
}

#news ul{
  width:96%;
  margin:2% auto;
  text-align: left;
}

#news li{
  width:100%;
  box-sizing: border-box;
  padding:10px 10px 10px 20px;
  border-bottom:1px solid #E2E2E2;
  margin-bottom:5px;
}

@media screen and (max-width: 800px) {
#news li{
  padding:10px;
}
}

#news li dl{
  width:100%;
  display:block;
}

#news li dt{
  display:inline-block;
  width:12%;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1em;
  line-height:1;
  vertical-align:middle;
}

@media screen and (max-width: 800px) {
#news li dt{
  display:block;
  font-size:0.95em;
  width:100%;
}
}

#news li dd{
  display:inline-block;
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  font-size:1em;
  vertical-align:middle;
}

@media screen and (max-width: 800px) {
#news li dd{
  margin-top:5px;
  display:block;
}
}

@media screen and (max-width: 568px) {
#news li dd{
  font-size:0.95em;
  font-weight:400;
}
}

#news li dd a{text-decoration:underline;color:#000;}
#news li dd a:hover{color:#4B4B4B;text-decoration:none;}

.news-buttons{
  margin-top:40px;
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  font-size:1.1em;
}


@media screen and (max-width: 568px) {
.news-buttons{
  margin-top:15px;
  margin-bottom:5px;
}
}

.c-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.c-button.c-button--ghost{display:inline-table;padding:10px 50px;border:1px solid #4B4B4B;color:#4B4B4B;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.news-buttons a{text-decoration:none;}
.news-buttons a:hover{text-decoration:none;display:inline-table;background-color:#4B4B4B;color:#FFF;}

/* .blog-box
================================================== */
.blog-box {
  width: 100%;
  padding:2% 3% 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
.blog-box {
  padding:2% 0 5%;
}
}

@media screen and (max-width: 568px) {
.blog-box {
  padding:2% 1% 5%;
}
}

.blog-box h4{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 800px) {
.blog-box h4{
  font-size:1.8em;
  margin-bottom:10px;
  line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.blog-box h4{
  font-size:1.4em;
}
}

.blog_syousai{
  width: 32%;
  margin: 0.5%;
  display:inline-block;
  position: relative;
  background-color: #000;
  color:#FFF;
  vertical-align: top;
}


@media screen and (max-width: 800px) {
.blog_syousai{
  width: 48%;
}
}

@media screen and (max-width: 568px) {
.blog_syousai{
  width: 100%;
  margin: 2% 0;
}
}

.blog_syousai .blg-ph{
  width:100%;
  height:250px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
.blog_syousai .blg-ph{
  height:200px;
}
}

.blog_syousai .blg-ph img {
  width:auto;
  min-width:100%;
  height:100%;
  margin:auto;
}

.blog_syousai .blg-ph a:hover {
  opacity: 0.8;
}

.blog_syousai .entry_sy{
  width: 100%;
  padding:4% 7% 5%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.blog_syousai .entry_sy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  display:block;
}

.blog_syousai .entry_sy a:hover {
  background-color: #fff;
  opacity: 0.2;
  z-index: 1;
}

.blog_syousai .entry_sy .entry_title{
  width:100%;
  height:60px;
  display:block;
  overflow: hidden;
}

.blog_syousai .entry_sy .entry_title h3{
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  font-size:1.1em;
  line-height:1.6;
}

@media screen and (max-width: 800px) {
.blog_syousai .entry_sy .entry_title{
  height:75px;
}

.blog_syousai .entry_sy .entry_title h3{
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.blog_syousai .entry_sy .entry_title{
  height:auto;
}
.blog_syousai .entry_sy .entry_title h3{
  font-size:1em;
}
}

.entry_day2{
  width:100%;
  padding:15px 3px 20px;
  font-size:13px;
  box-sizing: border-box;
  color:#959595;
}

@media screen and (max-width: 568px) {
.entry_day2{
  padding:10px 2px 10px;
}
}

.entry_day2 span{
  padding-left:30px;
  font-family: Nanum Gothic,sans-serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 800px) {
.entry_day2 span{
  padding-left:0px;
}
}

@media screen and (max-width: 568px) {
.entry_day2 span{
  padding-left:30px;
}
}

.blog_syousai .entry_sy .entry_info{
  width:100%;
  padding:0 3px;
  font-size:14px;
  box-sizing: border-box;
  line-height:1.6;
}

@media screen and (max-width: 800px) {
.blog_syousai .entry_sy .entry_info{
  font-size:13px;
}
}

.age-bt{
  color:#000;
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:1.3em!important;
  line-height:1.5!important;
}
.age-bt span{
  font-size:1.05em;
}

.age-bt{
  margin-top:3%;
  display:inline-block;
}

@media screen and (max-width: 800px) {
.age-bt{
  font-size:1.1em!important;
}
}

@media screen and (max-width: 568px) {
.age-bt{
  margin-top:4%;
  font-size:1em!important;
}
}

.age-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.age-button.c-button--ghost{display:block;padding:15px 50px;background-color:#000;border:1px solid #000;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.age-bt a{text-decoration:none;}
.age-bt a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#000;text-shadow:0 0 0 #FFF;}


@media screen and (max-width: 568px) {
.age-button.c-button--ghost{display:block;padding:15px 30px;}
}
.flsw-bt-box{
  text-align: center;
}

@media screen and (max-width: 568px) {
.flsw-bt-box{
  margin-top:2%;
}
}

.flsw-bt{
  color:#000;
  font-weight:400;
  font-size:1.05em;
  line-height:1.3;
  margin-top:3%;
  display:inline-block;
}

@media screen and (max-width: 810px) {
.flsw-bt{
  font-size:1.1em!important;
}
}

@media screen and (max-width: 568px) {
.flsw-bt{
  margin-top:3%;
  font-size:1em!important;
}
}

.flsw-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.flsw-button.c-button--ghost{display:block;padding:15px 30px;background-color:#000;border:1px solid #000;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.flsw-bt a{text-decoration:none;}
.flsw-bt a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#000;text-shadow:0 0 0 #FFF;}


@media screen and (max-width: 568px) {
.flsw-button.c-button--ghost{display:block;padding:15px 30px;}
}

/* .special_property
================================================== */
.special_property {
  width: 100%;
  margin:0 auto;
  padding:4% 2%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color:#F3F3F3;
  margin-top:2%;
}

@media screen and (max-width: 800px) {
.special_property {
  padding:4% 2% 0;
}
}

.special_property .spp_ttl{
  font-family: 'Noto Sans SC', serif;
  font-weight:300;
  font-size:2em;
  margin-bottom:40px;
  color:#000;
  text-align: center;
}

@media screen and (max-width: 800px) {
.special_property .spp_ttl{
  font-size:1.4em;
  margin-bottom:15px;
  line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.special_property .spp_ttl{
  font-size:1.3em;
  margin-bottom:10px;
}
}

.special_property ul{
  width:100%;
  margin-top:2%;
}

@media screen and (max-width: 800px) {
.special_property ul{
  margin-top:2%;
}
}

.special_property li{
  width:100%;
  margin:0 auto;
  padding:0;
}

@media screen and (max-width: 800px) {
.special_property li{
  max-width:600px;
  margin-top:20px;
}
}

.special_property li img{
  height:auto;
  width:100%;
  margin:0;
  padding:0;
  vertical-align:bottom;
}

.special_property li a:hover img{
  text-decoration: none;
  opacity: 0.7;
}

.special_property .spp_phL{
  display:inline-block;
  width:50%;
  vertical-align:middle;
  margin-right:5%;
}

@media screen and (max-width: 800px) {
.special_property .spp_phL{
  display:block;
  width:100%;
  margin-right:0;
}
}

.special_property .spp_txt{
  display:inline-block;
  width:45%;
  vertical-align:middle;
  text-align: left;
}


@media screen and (max-width: 800px) {
.special_property .spp_txt{
  display:block;
  width:100%;
  box-sizing: border-box;
  padding:3%;
}
}

@media screen and (max-width: 568px) {
.special_property .spp_txt{
  padding:3% 1%;
}
}

.sppp_ttl{
  font-family: 'Noto Sans SC', serif;
  font-weight:400;
  letter-spacing:0em;
  font-size:1.25em;
  margin-bottom:3%;
  line-height:1.5;
}

.sppp_text{
  letter-spacing:.02em;
  font-weight:400;
  font-size:0.95em;
  color: #6E6E6E;
  line-height:1.8;
}
@media screen and (max-width: 568px) {
.sppp_ttl{
  font-size:1.1em;
}

.sppp_text{
  font-size:13px;
  line-height:1.6;
}
}


.special_property .spp_phR_sp{
  display:none;
}

@media screen and (max-width: 800px) {
.special_property .spp_phR_sp{
  display:block;
  width:100%;
}
}

.special_property .spp_phR{
  display:inline-block;
  width:50%;
  vertical-align:middle;
  margin-left:5%;
}

@media screen and (max-width: 800px) {
.special_property .spp_phR{
  display:none;
}
}

.special_property .spp_phR img{
  height:auto;
  width:100%;
}

.sppcom{
  width:100%;
  margin:20px auto;
  display:block;
  text-align: center;
}

@media screen and (max-width: 800px) {
.sppcom{
  margin:0 auto 0;
}
}

@media screen and (max-width: 568px) {
.sppcom{
  margin:20px auto 0;
}
}

.sppcom p{
  width:150px;
  margin:0 auto;
  display:inline-block;
  font-weight:400;
  font-size:0.75em;
  color: #000;
  text-align: center;
  letter-spacing : 0.05em;
}

.sppcom p a{text-decoration:none;padding:10px 0;display:block;background-color:#000;color:#FFF;border:1px solid #000;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.sppcom p a:hover{text-decoration:none;background-color:#FFF;color:#000;}