@charset "UTF-8";

.sp_btn50{
  margin-bottom: 50px ;
}

h2{
  text-align: center;
}
h2 p{
  padding: 15px 0;
  text-align: center;
  font-size: 0.5em;
}

/*--------------*/
.tophead{
  width: 100%;
	height: 650px;
  padding-top: 250px;
    padding-left: 150px;
	background: url(../images/top2018/img_head.png)  center bottom/ cover no-repeat;
}

.tophead h1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  overflow: hidden;
  background: rgba(255,255,255,0.71);
}

.tophead h1 img{
  width: 75px;
  height: auto;
}

/*--------------*/

.topmenu{
  margin: 0;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(../images/top2018/img_kasa.png) top right no-repeat;
  background-size: contain;
  min-height: 500px ;
}

.tophead h1 ing{
  padding: 50px;
  background: rgba(255,255,255,0.6);
  margin: 0;
  width : 75px ;
}

.topmenu ul{
  text-align: center;
  letter-spacing: -.4em;
}
.topmenu li{
  display: inline-block;
  letter-spacing: normal; 
  vertical-align: top;
  border-right:1px solid #ccc;
  box-sizing: border-box;
  width : calc(100% / 5 ) ;
}

.topmenu li:first-child{
  border-left:1px solid #ccc;
}
.topmenu li a{
  display: block;
  box-sizing: border-box;
  
  height: 100%;
}

.topmenu li a img{
  width: 20px ;
}

/*--------------*/
.movie{
  background: #e5e2e2;
}

.movie ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.movie li{
  box-sizing:border-box;
  list-style: none;
  width: 50%;
  margin: 8px ;
}
.movie li img{ 
  border: 3px solid #fff;
}

.movie_current {
  margin: 30px 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_current iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
}

.movie h2{
  margin: 30px 0 15px 0;
  text-align: center;
  font-size: 25px;
  padding:15px 0; 
  border-bottom: 1px solid #ccc;
}

.movie li p{
  font-size: 13px ;
}
.movie li p:before{
  content:"\f16a";
  font-family: "FontAwesome";
  padding-right: 5px;
color:#E00509;
}

.news{
  position: relative;
  margin: 0;
  padding: 0;
}

.news dl{
  width: 70%;
  overflow: hidden;
  border-top: none;
  margin: 0 auto;
  position: relative;
}
.news dt{
  width: 8em;
  display: inline-block;
  float: left;
  padding: 10px;
}
.news dd{
  margin-left: 9em;
  padding: 10px;
}
.news dd:after{
  display: block;
  content: "";
  clear: both;
}

.news .point1{
  position: absolute;
  top:-100px ;
  right: 0px ;
  display: block;
}
.news .point2{
  position: absolute;
    top:150px ;
  right: -100px ;
  display: block;
}

/*--------------*/

ul.bottom_link{
  margin: 1em 0;
  padding: 0;
    display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
ul.bottom_link li{
  margin: 10px;
  padding: 0;
  width : calc(100% / 2 ) ;
  list-style: none;
}

ul.bottom_link li a{
  display: block;
  border: double;
  color: #222;
  text-align: center;
  padding: 15px ;
}
ul.bottom_link li a:link,ul.bottom_link li a:visited{
  text-decoration: none;
}
ul.bottom_link li a:hover,ul.bottom_link li a:active{
  background: #e5e2e2;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*--------------*/

.suso{
  margin-bottom: 300px;;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(../images/top2018/img_suso.png) top center no-repeat;
  min-height: 400px ;
  width: 100%;
  position: relative;
}

.suso ul{
    margin: 1em 0;
  padding: 0;
    display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
}
.suso li{
  margin: 10px;
  padding: 20px;
  width : 300px ;
  list-style: none;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
}

.suso li img{
  width: 100%;
}
.suso li p{
  padding: 15px 0;
}

.suso li a{
  text-decoration: none;
}

.suso li a:hover img{
  opacity: 1;
}

.suso li img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.suso li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------*/

.column{
  background: url(../images/top2018/spiration-light.png);
  border-radius: 8px;
}

.column ul{
    margin: 2em;
  padding: 0;
    display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  flex-wrap: wrap;
}
.column li{
  margin: 0px;
  padding: 0;
  width : calc(100% / 4 ) ;
  list-style: none;
  text-align: center;
}

.column li img{
  width: 100%;
}

ul.topinner_sns{
  margin: 0;
  padding: 0;
  letter-spacing: -.4em; 
}
ul.topinner_sns li{
  margin: 0;
  padding: 0;
  display: inline-block;
  letter-spacing: normal; 
  width : calc(100% / 3 ) ;
  list-style: none;
  text-align: center;
}

ul.topinner_sns li a{
  text-align: center;
  display: block;
  background: #ccc;
  color: #fff;
  padding: 15px ;
  box-sizing: border-box;
  margin: 3px ;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}


ul.topinner_sns li:nth-of-type(1) a{
  background: #55ACEE;
}
ul.topinner_sns li:nth-of-type(2) a{
  background: #3b5998;
}
ul.topinner_sns li:nth-of-type(3) a{
  background: #d62976;
}


ul.topinner_sns li a:hover{
  background: #333;
}

ul.topinner_sns .fa{
  display: block;
}

ul.topinner_sns li i:after{
	content: "\A" ;
	white-space: pre ;
}


@media only screen and (max-width: 1199px) { 
  .tophead{
	height: 600px;
  padding-top: 250px;
    padding-left: 150px;
}
}
@media only screen and (max-width: 999px) { /*smp,tab*/
  .tophead{
	height: 480px;
  padding-top: 200px;
    padding-left: 0px;
}

  .tophead h1{
    margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  overflow: hidden;
  background: rgba(255,255,255,0.71);
}

.tophead h1 img{
  width: 50px;
  height: auto;
}

.topmenu{
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
  background: url(../images/top2018/img_kasa.png) bottom right no-repeat;
  background-size:contain;
  min-height: 400px ;
}
  .news .point1{
  position: absolute;
  top:-50px ;
  right: -50px ;
}
.news .point2{
  position: absolute;
    top:150px ;
  right: -150px ;
}
  .news dl{
width: 100%;
  }
.news dd{
  margin-left: 9em;
  padding: 10px;
}
    .suso{
  margin-bottom: 150px;;
  padding: 50px 0;
  box-sizing: border-box;
  background: url(../images/top2018/img_suso.png) top center no-repeat;
  min-height: 300px;
  width: 100%;
  position: relative;
    background-size: contain;
}
  
}

@media only screen and (max-width: 767px) { /*smp,tab*/
    .tophead{
	height: 300px;
  padding-top: 30px;
    padding-left: 0;
      text-align: center;
      margin: 0 auto;
}
  
  .tophead h1{
    margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  overflow: hidden;
  background: rgba(255,255,255,0.71);
}

.tophead h1 img{
  width: 50px;
  height: auto;
}
  
  
.topmenu{
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
  background:none;
  min-height: 400px ;
}
  .topmenu ul{
margin: 0 30px ;
}
  .news dl{
    width: 100%;
  }
  .news dt{
  width: 100%;
  float: none;
  padding: 10px 0 5px 0;
}
.news dd{
  margin-left: 0em;
  padding: 0px 0 15px 0;
}
  
.news .point1{
  display: none;
}
.news .point2{
display: none;
}
  .suso{
  margin-bottom: 150px;;
  padding: 30px 0;
  box-sizing: border-box;
  background: url(../images/top2018/img_suso.png) top center no-repeat;
  min-height: 150px;
  width: 100%;
  position: relative;
    background-size: contain;
}
    .suso li{
  font-size: 16px;
      line-height: 1.2;
      margin: 0;
}
    .sp_btn50{
  margin-bottom: 20px;
}
  
  ul.bottom_link{
  display:block;
  border-bottom: 1px solid #222;
}
ul.bottom_link li{
  margin: 0;
  padding: 0;
  width : 100% ;
  list-style: none;
}
  ul.bottom_link li a{
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: none;
   box-sizing: border-box;
}

  
}

@media only screen and (max-width: 600px) { 
    .column ul{
    margin: 1em;
}
.column li{
  margin: 0px;
  padding: 0;
  width : 50%;
  list-style: none;
  text-align: center;
}
}
  

  @media screen and (min-width: 550px) and (max-width: 766px) {
    .suso{
  margin-bottom: 150px;;
  padding: 50px 0;
  box-sizing: border-box;
  background: url(../images/top2018/img_suso.png) top center no-repeat;
  min-height: 230px;
  width: 100%;
  position: relative;
    background-size: contain;
}
}