@charset "utf-8";

/*
******************************************************************
* top.css
******************************************************************
*/


/* - loadging */
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 9999;
	background: #fff;
}
.loading__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 560px;
  height: 400px;
}

.loading__logo {
  margin: 0 auto 45px;
  width: 130px;
}
.loading__logo img {
  width: 100%;
}

.loading__bar {
  width: 560px;
  margin: 0 auto;
  padding-bottom: 37px;
  position: relative;
}
.loading__bar span {
  background: #F2F2F2;
  display: block;
  width: 100%;
  height: 5px;
}
.loading__bar span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 0;
  border-radius: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.loading__position1 .loading__bar span::after {
  width: 186px;
}
.loading__position2 .loading__bar span::after {
  width: 372px;
}
.loading__position3 .loading__bar span::after {
  width: 100%;
}
.loading__bar img {
  position: absolute;
  top: -19px;
  left: 0;
  width: 46px;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.loading__position1 .loading__bar img {
  left: 142px;
}
.loading__position2 .loading__bar img {
  left: 327px;
}
.loading__position3 .loading__bar img {
  left: 516px;
}

.loading ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px auto 38px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.loading ul li {
  margin: 5px 0 0 20px;
  width: 75px;
}
.loading ul li:nth-child(1) {
  margin-left: 0;
}
.loading ul li img {
  width: 100%;
}
.loading ol {
  border-top: 1px solid #EFEFEF;
  margin: 0 auto;
  width: 300px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.loading ol li {
  border-bottom: 1px solid #EFEFEF;
  color: #F2F2F2;
  font-size: 128.5%;
  font-weight: bold;
  padding: 7px 18px;
}
.loading ol li.js__crnt {
  color: #003894;
}
.loading ol li strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 167.2%;
  font-weight: bold;
  margin-right: 15px;
}
.loading ol li.js__crnt strong {
  color: #59BDED;
}
.loading ol li span {
  display: inline-block;
  vertical-align: middle;
}
.loading p {
  color: #59BDED;
  font-size: 228.5%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 280px auto 0;
  width: 100%;
  min-height: 68px;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.loading__position4.loading p {
  opacity: 1;
}
.loading__position4.loading ul,
.loading__position4.loading ol {
  opacity: 0;
}
.loading__position4.loading ul {
  opacity: 1;
}

/*
******************************************************************
* main
******************************************************************/
header {
  border-bottom: none;
}

/*
******************************************************************
* main
******************************************************************/
section {
  margin: 0 auto 80px;
  width: 980px;
}
.sec01 {
  margin-bottom: 83px;
}
.sec01 .heading__type--01 {
  margin: 65px 20px 29px;
}
.sec02 {
  margin-bottom: 88px;
}
.sec03 {
  margin-bottom: 110px;
}
.sec03 .heading__type--01 {
  margin: 0 20px 17px;
}
.sec04 {
  margin-bottom: 92px;
}
.sec05 {
  margin-bottom: 91px;
}
.sec05 .heading__type--01 {
  margin: 0 20px 30px;
}
.sec05 p {
  font-size: 100%;
  margin: 0 auto;
}
.sec06 {
  margin-bottom: 89px;
}
.sec07 {
  margin-bottom: 98px;
}
.sec08 {
  margin-bottom: 109px;
}

section p {
  line-height: 26px;
  margin: 0 20px;
}
.sec01 .tc {
  line-height: 24px;
}

.btn__more {
  font-size: 100%;
  margin: 37px auto 0;
  width: 270px;
}
.btn__more a {
  box-sizing: border-box;
  padding-left: 15px;
}

.bnr__area {
  margin: 80px auto 0;
  width: 728px;
}
.bnr__area .slick-list {
  margin-bottom: 10px;
}
.bnr__area .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 30px;
  background: #59BDED;
  border: none;
  border-radius: 50%;
  margin: auto 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.bnr__area .slick-arrow:hover {
  opacity: 0.5;
}
.bnr__area .slick-prev {
  left: -45px;
}
.bnr__area .slick-next {
  right: -45px;
}
.bnr__area .slick-prev::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  transform: rotate(-40deg);
  z-index: 0;
}
.bnr__area .slick-prev::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  transform: rotate(40deg);
  z-index: 0;
}
.bnr__area .slick-next::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  transform: rotate(40deg);
  z-index: 0;
}
.bnr__area .slick-next::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  transform: rotate(-40deg);
  z-index: 0;
}
.bnr__area .slick-dots {
  display: flex;
  justify-content: center;
}
.bnr__area .slick-slide {
  margin: 0 5px;
}
.bnr__area .slick-slide img {
  width: 100%;
}
.bnr__area .slick-dots li {
  margin-left: 12px;
  width: 9px;
}
.bnr__area .slick-dots li:first-child {
  margin-left: 0;
}
.bnr__area .slick-dots > li:first-child:last-child {
  display: none;
}
.bnr__area .slick-dots li button {
  background: #E5E5E5;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
}
.bnr__area .slick-dots li.slick-active button {
  background: #003894;
}

.news__area {
  border: 1px solid #999999;
  padding: 10px 4px 10px 20px;
  margin: 0 auto;
  width: 758px;
  overflow: hidden;
}
.news__area--inner {
  padding-right: 20px;
  height: 160px;
}
.news__area--inner .ps__thumb-y {
  height: 26px !important;
}
.news__area dl {
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  overflow: hidden;
}
.news__area dl:last-child {
  border: none;
  margin-bottom: 0;
}
.news__area dl dt {
  float: left;
  width: 90px;
  margin-right: 10px;
}
.news__area dl dd {
  overflow: hidden;
}
.news__area dl dd a:hover {
  text-decoration: underline;
}

.key__visual.\--imgTest {
  height: auto;
}
.key__visual.\--imgTest .key__visual--inner {
  height: 0;
  padding-top: 38%;
}
.key__visual.\--imgTest .key__visual--inner .key__visual--main {
  padding-top: 38%;
  margin-top: 0;
  min-height: 0;
  height: 0;
}
.key__visual.\--imgTest .key__visual--inner .key__visual--main::after {
  content: none;
}
.key__visual.\--imgTest .key__visual--inner h1,
.key__visual.\--imgTest .key__visual--inner .key__visual--movie {
  display: none;
}
.key__visual--main img {
  position: absolute;
  top: -12%;
  width: 100%;
  z-index: 0;
}
.key__visual.\--imgTest .key__visual--inner .legacySearch__area {
  bottom: 14%;
}

.ad_img{
  padding-bottom: 20px;
}


/* トップバナーエリア */
.tabirai__bnrarea {
    width: 100%;
}
.tabirai__bnrarea--item:not(:first-child) {
    margin-top: 15px;
}
.tabirai__bnrarea--item {
    transition: all 0.2s ease;
}
.tabirai__bnrarea--item:hover {
    opacity: .7;
}
.tabirai__bnrarea--link {
    display: block;
}