@charset "utf-8";

/*mainVisual*/
.main_visual{
  box-sizing: border-box;
	min-width: 1200px;
	background-image: url("../images/top/pc_mv_190517.jpg");
	background-size: cover;
  background-position: center 70px;
	height: calc(100vh - 57px);
	padding: 70px 0 0;
}
.main_visual .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.catch {
  width: 100%;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.12em;
    padding-top: 4%;
}
.catch em {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.catch em::after {
  width: 100%;
  height: 6px;
  background-color: #e7ff59;
  position: absolute;
  bottom: 2px;
  left: 0;
  content:"";
}
/*.catchsub {
    display: block;
}*/

.parent {
    position: relative;
}

.parent div {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -88%);
    -webkit-transform: translate(-50%, -88%);
    transform: translate(-50%, -88%);
    margin-top: 115px;
    color: #4d4d4d;
    /*font-size: calc(57% + 0.8vw);*/
    text-align: center;
    font-weight: bold;
}

.parent p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 30px;
}

.bb100 {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;	
}

/*news*/

.contents {
    width: 1100px;
    margin: 0 auto;
}
/* Wrapper */
.wrapper.style2 {
    background: #4d4d4d;
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
    background-color: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 .button.primary {
    background-color: #ffffff;
    color: #4d4d4d !important;
}

.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:hover,
.wrapper.style2 .button.primary:active {
    background-color: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.fade-down>.container {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1;
}

.wrapper.fade-down.inactive>.container {
    -moz-transform: translate(0, -1em);
    -webkit-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    transform: translate(0, -1em);
    opacity: 0;
}

.wrapper.fade-up>.container {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1;
}

.wrapper.fade-up.inactive>.container {
    -moz-transform: translate(0, 1em);
    -webkit-transform: translate(0, 1em);
    -ms-transform: translate(0, 1em);
    transform: translate(0, 1em);
    opacity: 0;
}

.wrapper.fade>.container {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1;
}

.wrapper.fade.inactive>.container {
    opacity: 0;
}

/*wrapper-end*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* news関連 */
.news-Outer {
	width: 100%;
  padding: 16px 0;
	border-bottom: 1px solid #DFDFDF;
}

.top-news {
	width: 710px;
	margin: 0 auto;
	display: flex;
  align-items: center;
  align-content: center;
}

.news-subject {
	width: 35px;
	margin: 0px 0 0 0;
  padding-right: 18px;
  border-right: 1px solid #dfdfdf;
}
.news-subject img {
  width: 35px;
  height: auto;
  vertical-align: middle;
}
.news-subject a {
	font-size: 18px;
	color: #8ACDCE;
	padding: 0 17px 0 0;
	border-right: 1px solid #DFDFDF;
}

.news-icon {
	padding: 0 0 0 17px;
	border-left: 1px solid #DFDFDF;
}

.swiper-slide time {
	font-size: 14px;
	color: #4D4D4D;
	padding: 0 10px;
}

.swiper-slide a {
  display: inline-block;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #029286;
}

.swiper-container {
	width: 580px;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}





/*button*/

.square_btn {
    display: inline-block;
    padding: 17px 35px;
    text-decoration: none;
    border-radius: 3px;
    color: #FFF;
    line-height: 1;
    background-color: #8acdce;
    transition: .4s;
    margin-top: 50px;
}

.square_btn:hover {
    background-color: #a5e5e5;
}

/*pagetop*/
.btn-pageTop {
    position: sticky;
    
    position: -webkit-sticky;
    top: 750px;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction:  row-reverse;;
    text-align: center;

}
.start{
    
    height: 100%;
    width: 100%;
}


.border-bottom {
    border-bottom: 1px solid #dfdfdf;
}

.padding-top {
    padding-top: 15px;
}

.padding-top_100 {
  padding-top: 20px;
  padding-bottom: 15px;
}
h2.padding-top_100 img {
  width: 130px;
  height: auto;
}

.fix {
    width: 100%;
    height : calc(100% - 120px);
}
/* page top 
#page-top {
    position: fixed;
    bottom: 105px;
    right: 15px;
}*/
 
 
#page-top a:hover {
    text-decoration: none;
}
/*画像on文字*/
.banner1 {
		width: 900px;
		margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 50px;
}

.banner1 section {
    font-size: 1em;
    color: #4d4d4d;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.circle_white {
    width: 209px;
    height: 37px;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 5px;
}

.top-font {

    text-align: center;

}

.top-font div {
    font-size: 3em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


}

.circle_yellow {
    /*width: calc(100vw - 80%);*/
  box-sizing: border-box;
  width: 250px;
    height: 60px;;
    background: #e4ff59;
    border-radius: 30px;
    margin-right: 5px;
    color: #4d4d4d;
    padding-top: 13px;
  padding-right: 10px;
  font-size: 21px;
}
.circle_yellow::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  content:"";
  margin: auto;
}



.right {
    float: right;
}

h2 {
    color: #595757;
    font-size: 1.5em;
}

.font1.5em {
    font-size: 1.5em;
}

.basefont {
    font-size: 0.6em;
}



.rank {
    /* padding-top: 10px; */
    text-align: center;
    /* float: initial; */
}

.ranking .popup{
    border: 1px solid #E9E9E9;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.padbot {
    padding-bottom: 10px;
}

.set{
    margin-top: 24px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-circle-right:before {
    content: "\f138";
    color: #8acdce;
}

.width{
    width: 1100px;
}
.padding-bottom {
    padding-bottom: 50px;
}


/*banner1*/

.banner-font{
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 60px;
}
.banner-size{
	font-size: 2.5em;
	font-weight: bold;
	float: left;
	letter-spacing:0.08em;
	width: 1100px;

}
.banner-impact_yellow{
	color:#e4ff59;
	font-size:1.7em;
	float: left;
	display: contents;
	font-weight: bold;
	letter-spacing:0.1em;
}
.yellow{
	color:#e4ff59;
	float: left;
	display: contents;
	font-weight: bold;
	letter-spacing:0.1em;
}
/*RANKING*/
.ranking{
	background:#fff ;
}
.ranking h2 {
  line-height: 1;
}

.list-ranking {
    margin-top:30px;
}

.list-ranking >li{
	width: 164px;   
  float:left;
	margin-right:23px;
}

.list-ranking >li:nth-child(6n+6) {
	margin-right: 0;
}

.center{
	position: relative; 
  overflow: hidden;
}
.center ul {
	width: 100%;
	position: relative;
	overflow: hidden;
  }
  
  .center ul li {
	width: 164px;
	position: relative;
	
	float: left;
	list-style: none; 
  }
h3 span:first-child{
	
	margin-bottom: 10px;

}
.section-title{
    /*margin-bottom: 21px;*/
    font-size:1em;
    text-transform: uppercase;
	letter-spacing: 0.1em;
	/*margin-top: 70px;*/
}
.section-title-ja{
	display: inline-block;
    margin-top:0px;
	font-size:2.25em;
	border-bottom: 4px solid #8acdce;
	font-weight: bold;
}
.section-title__white{
    color:#fff;
}
.text-center{
    text-align:center;
}
.inner{
    
    margin:0 auto;    
}

/*カウンター*/
.circle{
    width:35px;
    height:50px;
    background:#111;
    border-radius: 7px;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	float: left;
	margin-right: 5px;
	position: relative;
	left: -50%;
}
.comma{
	float: left;
	padding-top: 0.938em;
	font-size: 1.875em;
}
/*.count{
	position: absolute;
    color: #fff;
    font-size: 35px;
    margin-left: -90px;
    letter-spacing: 20px;
}*/

/*カテゴリ*/
.list-category {
	
    border-top: 1px solid darkgray;
    padding-top: 20px;
}

.list-category >li{
   	width: 164px;
    float:left;
    margin-right: 23px;
}
.list-category >li:nth-child(6n+6){
	margin-right: 0;
}

.style-p {
	font-size: 15px;
	margin: 13px 0 30px 0;
	text-align: center;
}

.count-center{
	display: block;
   width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.count {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 21px;
}

.count .count-txt span {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 50px;
  padding-top: 7px;
  border-radius: 5px;
  background-color: #333;
  margin-right: 5px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.mai{
	padding-top: 1.625em;
	color: #111;
    font-size: 16px;
	margin-left: 0px;
	font-weight: bold;
}



.left{
	position: relative;
    text-align: center;
	float:left;
}
h2 .inner{
	padding-top: 10px;
}
h2 span .color_green{
    font-size: 1.5em;
}
h2.section-title {
	margin-top: 70px;
	font-size: 1.8em;
}
h3.section-title {
	/*margin-top: 0px;*/
	color: #595757;
}


/*tag*/
.tag {
  display: flex;
  flex-wrap: wrap;
	margin: 0 auto 100px;
	padding: 0;
	list-style: none;
  }
  .tag li {
	margin: 0 10px 10px 0;
	padding: 0;
  line-height: 1;
  }
  .tag li a {
	display: inline-block;
	max-width: 100%;
	line-height: 1;
	padding: 6px 16px 7px;
	background-color: #8acdce;
	border: 1px solid #8acdce;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
  }
  .tag li a:hover {
	background-color: #99d0d1;
	border: 1px solid #99d0d1;
	color: #fff;
  }

  .under_yellow{
	border-bottom:5px solid #e4ff59;
	
  }

  .pad1{
    padding-left: 77px;
  }
  .pad2{
	  padding-left: 125px;
}
.color_green{
	color: #8acdce;
}


.section-subtitle{
	font-size:1em;
	font-weight: bold;
	margin: 50px auto 10px;
}


/*透かしon*/
.photo_on {
    width: 100%;
    height: 100%;
    background: url(../images/sukashi.png);
    z-index: 10;
    position: absolute;
    display: block;
    margin-top: -135%;
}






