@charset "utf-8";
/* CSS Document */

/* 文字 */
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4d4d4d;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 1;
	font-size:50px !important;
	padding-bottom:5px !important;
	color:#4d4d4d;
	font-weight:bold !important;
	font-family: 'Bebas Neue', cursive;
	letter-spacing:7px;
}

.news {
	font-size:20px !important;
	padding-bottom:5px !important;
	color:#cbc7c7;
        text-align:center;
	font-size:110%;
	font-weight:bold !important;
        text-align: left;
	font-family: 'Bebas Neue', cursive;
	letter-spacing:9px;
	margin:-33px 0 0 0;
}

.newsmain { 
    width:1000px;
    margin:  0 auto;
    margin-top:  400px;
    margin-bottom:  400px;
}

.news-box{
    overflow: hidden;
}
.news-boxin{
    float: left;
    width: 310px;
    padding: 1%;
}

.news-boxin img{
    width: 100%;
}

.newstittle {
	font-size:14px !important;
	padding:0;
	background:#fff;
	color:#ff7879;
        text-align:center;
	margin:3px 5% 10px 0;
	font-size:120%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
	letter-spacing:1px;
}

.newstittle span {
	font-size:14px !important;
	padding:0;
	background:#fff;
	color:#4d4d4d;
        text-align:center;
	margin:10px 5% 10px 5px;
	font-size:120%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
	letter-spacing:1px;
}

.news-box a:hover {
	opacity:0.4;
        transition:0.3s;
}

.newsccorner { 
    width:1000px;
    margin:  0 auto;
    margin-top:  10px;
    margin-bottom:  400px;
}

.news-block { 
    width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
 }

.news-block_tittle{
	font-size:13px !important;
	padding-bottom:5px !important;
	background:#fff;
	color:#4d4d4d;
        text-align:center;
	margin:15px 5% 10px 0;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
}

.newsccorner_tittle { 
	color:#4d4d4d;
	font-size:30px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.newsccorner_tittle2 { 
	color:#4d4d4d;
	font-size:23px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-top: -20px;
}



/* SP START */
@media (max-width: 768px){
  #header_logo{
    width:100%;
    text-align: center;
  }

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4d4d4d;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 1;
	font-size:28px !important;
	padding-bottom:5px !important;
	color:#4d4d4d;
	font-weight:bold !important;
	font-family: 'Bebas Neue', cursive;
	letter-spacing:7px;
}

.news {
	font-size:12px !important;
	padding-bottom:5px !important;
	color:#cbc7c7;
        text-align:center;
	font-size:110%;
	font-weight:bold !important;
        text-align: left;
	font-family: 'Bebas Neue', cursive;
	letter-spacing:9px;
	margin:-20px 0 0 0;
}

.newsmain { 
    width:100%;
    margin:  0 auto;
    margin-top:  150px;
    margin-bottom:  50px;
}

.news-box{
    overflow: hidden;
}
.news-boxin{
    float: left;
    width: 31%;
    padding: 1%;
}

.news-boxin img{
    width: 100%;
}

.newstittle {
	font-size:11px !important;
	padding:0;
	color:#ff7879;
        text-align:center;
	margin:2px 5% 10px 0;
	font-size:120%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
	letter-spacing:1px;
}

.newstittle span {
	font-size:10px !important;
	padding:0;
	color:#4d4d4d;
        text-align:center;
	margin:10px 5% 5px 5px;
	font-size:120%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
	letter-spacing:1px;
}

.news-box a:hover {
	opacity:0.4;
        transition:0.3s;
}

.newsccorner { 
    width:90%;
    margin:  0 auto;
    margin-top:  5px;
    margin-bottom:  150px;
}

.newsccorner img { 
    width:100%;
}

.news-block { 
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
 }

.news-block_tittle{
	font-size:11px !important;
	padding-bottom:5px !important;
	background:#fff;
	color:#4d4d4d;
        text-align:center;
	margin:15px 5% 10px 0;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
}

.newsccorner_tittle { 
	color:#4d4d4d;
	font-size:22px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.newsccorner_tittle2 { 
	color:#4d4d4d;
	font-size:15px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-top: -20px;
}


} 
/* SP FIN */

@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}
