@charset "EUC-JP";
@media screen and (max-width: 1030px){
  .slider_top {
    padding-top: 10px;
  }
}
.slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
/*dots*/
.slider_top .slick-dots li.slick-active button:before {
  color: #2C4617;
}
/* arrow */
.slider_top .slick-next {
  right: 0;
}
.slider_top .slick-prev {
  left: 0;
  z-index: 1;
}
.slider_top .slick-prev,
.slider_top .slick-next {
  width: 40px;
  height: 40px;
}
.slider_top .slick-prev:before,
.slider_top .slick-next:before {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .slider_top .slick-prev,
  .slider_top .slick-next {
    width: 30px;
    height: 30px;
  }
  .slider_top .slick-prev:before,
  .slider_top .slick-next:before {
    font-size: 30px;
  }
}
/*** When no slideshow is configured ***/
.c-top-firstView{
  --firstViewSlideHeight:100vh;
}
.c-top-firstView.withNews{
  --firstViewSlideHeight:calc(100vh - 70px);
}
.c-top-firstView{
  width:100%;
  height:var(--firstViewSlideHeight);
  overflow:hidden;
}
.c-top-firstView a,
.c-top-firstView img,
.c-top-firstView picture{
  width:100%;
  height:var(--firstViewSlideHeight);
  display:block;
  outline:none;
}
.c-top-firstView img{
  object-fit:cover;
  object-position:center;
}
.c-top-firstView a:hover{
  opacity:1;
}

@media screen and (max-width:1024px){
  .c-top-firstView{
    --firstViewSlideHeight:calc(100vh - 60px);
    --firstViewSlideHeight:calc(100svh - 60px);
  }
  .c-top-firstView.withNews{
    --firstViewSlideHeight:calc(100vh - 60px - 100px);
    --firstViewSlideHeight:calc(100svh - 60px - 100px);
  }
}
/*** search ***/
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #0B1018;
  display: block;
  padding: 3px 10px;
  height: 64px;
  width: 720px;
  overflow: hidden;
}
@media screen and (max-width:1024px){
  .search_container{
    width: calc(100% - 2.5em);
    height: 50px;
  }
}
.search_container input[type="text"]{
  box-sizing: border-box;
  border: none;
  width: calc(100% - 2.5em);
  height: 2.0em;
  font-size: 25px;
}
@media screen and (max-width:1024px){
  .search_container input[type="text"]{
    height: 2.2em;
    font-size: 18px;
  }
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container button[type="submit"]{
  border: none;
  background: none;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}
@media screen and (max-width:1024px){
  .search_container button[type="submit"]{
    width: 2em;
    height: 2em;
  }
}
.search_container .l-header-search__submit svg {
  color:#0B1018;
  width: 100%;
  height: 100%;
}
.oval_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.oval_tag a {
  display: inline-block;
  margin: 0 .1em .6em 0;
  padding: .6em;
  line-height: 1;
  text-decoration: none;
  color: #0B1018;
  background-color: #fff;
  border: 1px solid #0B1018;
  border-radius: 2em;
}
/******************************/
/* NEWS */
/******************************/
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid var(--defaultColor);;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
  .news-list .item {
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    margin-top: 10px;
  }
}
.p-information__body {
  margin-top: 40px;
}





.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}


.c-top-information{
  margin-top:60px;
}
.c-top-informationImage{
  width:100%;
  position:relative;
  background-image: url(<{$conceptimg}>);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-top-informationImage::before{
  content:"";
  padding-top:59.61%;
  display:block;
}
.c-top-informationMessage{
  width:680px;
  max-width:80%;
  padding:60px 60px 0 60px;
  line-height:200%;
  margin:-100px 0 0 auto;
  background:var(--defaultBackgroundColor);
  position:relative;
  z-index:3;
}

@media screen and (max-width:1024px){
  .c-top-informationMessage{
    width:calc(100% - 8vw);
    max-width:100%;
    padding:30px 4vw 0 4vw;
    line-height:180%;
    margin:-4vw auto 0 auto;
  }
}
.c-top-interval,
.c-top-ranking,
.c-top-message,
.c-top-freespace{
  margin-top:120px;
}

@media screen and (max-width:1024px){
  .c-top-interval,
  .c-top-ranking,
  .c-top-message,
  .c-top-freespace{
    margin-top:90px;
  }
}
.c-top-intervalImage{
  width:100%;
  max-height: 40vw;
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-top-intervalImage img{
  position:static;
}
.c-top-ranking .c-sliderPrev{
  position:absolute;
  right:52px;
  top:50%;
  transform:translatey(-50%);
}
.c-top-ranking .c-sliderNext{
  position:absolute;
  right:0;
  top:50%;
  transform:translatey(-50%);
}

@media screen and (max-width:1024px){
  .c-top-ranking .c-sliderPrev{
    right:37px;
  }
}
.c-top-message .Flex-box {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:1024px){
  .c-top-message .Flex-box {
    flex-direction: column;
  }
}
.c-top-messageImage{
  width: calc(50% - 18px);
}
.c-top-message .l-content{
  width:100%;
  margin-top:40px;
}
.c-top-messageManager {
  margin: 0;
}
.c-top-messageComment{
  line-height: 200%;
  margin-top: 24px;
}
.c-top-messageManagerName{
  font-family:var(--boldfont);
  font-weight:bold;
  font-size:24px;
  line-height:150%;
}
.c-top-messageLink{
  display:inline-block;
  margin-top:1em;
  color:var(--defaultColor);
  font-size:16px;
  line-height:150%;
  position:relative;
}
.c-top-messageLink::before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  background:var(--defaultColor);
  opacity:0.5;
}
.c-top-message-flyer {
  margin-top: 36px;
}
@media screen and (max-width:1024px){
  .c-top-messageImage{
    width:100%;
    position:relative;
  }
  .c-top-message .l-content{
    display:block;
  }
  .c-top-messageManager{
    width:100%;
    text-align:center;
  }
  .c-top-messageComment{
    width:100%;
    line-height:180%;
    margin-top:40px;
  }
  .c-top-messageManagerName{
    font-size:20px;
  }
  .c-top-messageLink{
    display:inline-block;
    margin-top:1em;
    color:var(--defaultColor);
    font-size:16px;
    line-height:150%;
    position:relative;
  }
}
/****** txt-banner_box ******/
.txt-banner_box {
  position: relative;
  color: #fff;
  padding: 48px var(--contentSidePadding);
}
.txt-banner_box:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AA525D;
  z-index: -1;
}
.txt-banner h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  vertical-align: middle;
  margin: 0;
}
@media screen and (max-width:1024px){
  .txt-banner h2 {
    font-size: 32px;
  }
}
.txt-banner p {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 4px;
}
@media screen and (max-width:1024px){
  .txt-banner p {
    font-size: 24px;
  }
}
.txt-banner_box .c-btn {
  color: #fff;
  border: solid 1px #fff;
}
@media screen and (max-width:1024px){
  .txt-banner_box .c-btn {
    margin-top: 24px;
    font-size: 18px;
    padding: 22px 8px 18px;
  }
}
.txt-banner_box .c-btn:before,
.txt-banner_box .c-btn:after {
  background-color: #fff;
}
a.c-btn {
  color:var(--defaultColor);
}
a.c-btn:hover {
  opacity: 1;
}
.txt-banner_box .c-btn:hover {
  color: #0B1018;
}