.font-base {
	font-family: "Noto Sans JP",'メイリオ',Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
}
.font-accent{
    font-family: 'Dosis','Noto Sans JP', sans-serif;
}
.font-accent b.font-w{
    font-family: 'Dosis';
    top: -4px;
    position: relative;
    font-size: 0.75em;
}

/*---  h2 タイトル ---*/
.top-main-contents h2{
    position: relative;
	font-size: 40px;
    font-weight: 400;
	text-align: center;
    margin: 0 0 50px;
    letter-spacing: 0.1rem;
    padding-bottom: 25px;
}

.top-main-contents h2::after{
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
    background-color: #333;
} 

.top-main-contents #contents h2 {
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
.top-main-contents h2{
    margin-bottom: 20px!important;
    font-size: 40px; 
}
}

/*---  box-shadow ---*/
.bx-sh{
   box-shadow: 0px 0px 8px rgb(0 0 0 / 35%); 
}

/*---------------------------------------------
  HEADER
---------------------------------------------*/
header.top_header #navbarNavAltUnderup {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0)
}

/*---------------------------------------------
  MAIN
---------------------------------------------*/

#main-visual {
	margin: 110px 0 0;
    position: relative;
}

@media screen and (max-width: 1199px) {

#main-visual {
	margin-top: 90px;
}
}


/*-----------------------------
  button
-----------------------------*/
.more{
    color: #333;
    background-color: #FFD1DC;
    border-radius: 3em;
    padding: 10px;
    max-width: 170px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 35%);
}
.more:hover{
    opacity: 0.7;
    color: #333;
}

.more::after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 10px;
    height: 10px;
    background: transparent url("../images/icon/arrow_gray.svg") no-repeat;
    background-size: 10px;
}

#mship .more{
    padding: 3px;
}

#about .more {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 60%);
}

@media (max-width: 767px) {
.more{
    max-width: 150px;
    padding: 10px;
}
#mship .more{
    padding: 0;
}
.more::after{
    width: 8px;
    height: 8px;
    background-size: 8px;
}
}

/*---------------------------------------------
  TOP
---------------------------------------------*/
.top-main-contents {
	overflow:hidden;
	clear:both;
}

#main-visual .d-none , #main-visual .d-inline {
  position: relative;
}  

#main-visual .btn {
    position: absolute;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: auto;
    bottom: 80px;
    background: no-repeat;
    border: none;
    padding: 0 15px;
}

#main-visual .btn:hover {
    opacity:0.8;
}

#main-visual .btn img{
    border: solid 1px #fff;
    box-shadow: 0px 3px 12px rgb(255 255 255 / 35%);
}

@media screen and (min-width:768px){
#main-visual .btn {
    width: 47.5%;
    height: auto;
    bottom: 50px;
    left: 0;
    background: no-repeat;
    border: none;
    padding: 0 60px;
}

}

/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/
#top-main-contents .container {
	padding: 30px 15px;
    margin: 0 auto;
}

/*-----------------------------
  banner
-----------------------------*/

#top-main-contents #link_list ul {
text-align: center;
overflow: hidden;
clear: both;
}

#top-main-contents #link_list li {
width: 100%;
max-width: 300px;
margin: 0 1.5% 16px;
display: inline-block;
}

#top-main-contents #link_list li a:hover {
opacity: 0.7;
}


@media screen and (max-width: 575px) {

#top-main-contents #link_list li {
max-width: 100%;
margin: 0 auto 16px;
display: block;
}

}


/*-----------------------------
  NEWS
-----------------------------*/
/*NEWS 1行タイプ枠あり*/
#news .row{
    margin-right: 0;
    margin-left: 0;
}
#news .post-item-type_a1{
    position: relative;
	padding: 0 0 0 2rem;
	margin: 1rem 0;
	border-bottom: 1px solid #E0E0E0;
	transition: all .3s;
    background-color: #fff;
}

#news .post-item-type_a1 .post-body{
	padding: 1rem 0 2rem !important;
	display: flex;
	justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: flex-start;
}

#news .post-item-type_a1 .post-option{
	display: flex;
	flex-shrink: 0;
    margin-bottom: 0.6em;
    flex-direction: row;
    flex-basis: inherit;
}

#news .post-item-type_a1 .post-title{
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.8;
}

#news .post-item-type_a1 .post-category-list{
    margin-left: 1em;
    justify-content: center;
	}

#news .post-item-type_a1 .post-category-list li{
    line-height: 1;
    height: 17px;
    margin-top: 4px;
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'Dosis', sans-serif;
    background-color: #FFD1DC;
}

@media (max-width: 767px) {
#news .post-item-type_a1{
	margin: 1rem 0;
    padding-left: 2rem;
}

#news .post-item-type_a1 .post-category-list li {
    padding-top: 2px;
}

#news .post-item-type_a1 .post-title {
    font-size: 14px;
}
}


/*-----------------------------
  ABOUT
-----------------------------*/
.about-wrap{
    background-image: url("../images/top/about_pc.jpg?20260410");
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    padding: 380px 0;
    margin: 0;
}

.about-right {
    margin-right: 80px;
}

/*--- ABOUT left ---*/

#about .about-right h2 {
    color: #fff;
    text-align: center;
    width: 415px;
    max-width: 100%;
    margin: 0 auto 20px;
}
#about .about-right h2 span{
    font-size: 50px;
    display: inline-block;
    margin-bottom: 30px;
}
.top-main-contents #about  h2::after {
    display: none;
}
@media (max-width:1500px) and (min-width:768px){
    .about-wrap{
        height: auto;
    }
}

@media screen and (max-width:767px){
    .about-wrap{
        background-image: url("../images/top/about_sp.jpg?20260410");
        padding: 50px 0;
        position: relative;
        height: 80vh;
        background-position: 83% top;
    }
    #about{
        position: absolute;
        bottom: 0;
        margin-bottom: 60px;
    }
    #about .about-right h2 span{
        margin-bottom: 20px;
        font-size: 36px;
    }
    .top-main-contents #about  h2 {
        color: #484848;
        margin: 0 auto 35px;
    }
}



/*-----------------------------
  CONTENTS
-----------------------------*/

/*-- コンテンツメイン --*/
.contents_wrap{
    height: auto;
    padding: 80px 0;
    margin: 0;
}
#contents .contents-main a{
    display: block;
}
#contents .contents-main a:hover{
    opacity: 0.7;
}
#contents .contents-main a .post-eyecatch{
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    width: 100%;
}
#contents .contents-main img{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: top;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
}
#contents .contents-main-wrap{
    display: flex;
    padding: 2.5%;
}
#contents .contents-inn{
    background-color: #fff;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .15);
    padding: 0;
    margin: 0;
    width: 100%;
}
#contents .contents-main-wrap p{
    color: #333333;
    text-align: center;
    font-size: 32px;
    padding-top: 2%;
}
#contents .contents-main-wrap p.font-accet{
    padding-top: 2%;
}
#contents .contents-main-wrap p.contents-ttl{
    line-height: 1.4;
    display: flex;
    font-size: 16px;
    padding: 0 4% 4%;
    justify-content: center;
}
@media screen and (min-width:768px){
#contents .contents-inn{
    width: 100%;
}
}
@media screen and (max-width:767px){
#contents .contents-main-wrap{
    margin: 15px;
}
#contents .contents-main-wrap p{
    font-size: 30px;
}
#contents .contents-main-wrap p.contents-ttl{
    font-size: 13px;
}
}


/*-----------------------------
  image-area
-----------------------------*/

.top-main-contents .image-area {
    width: 100%;
    height: 100vh;
    background-image: url("../images/top/image_pc.jpg?20260410");
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 768px){
    .top-main-contents .image-area {
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: 100px;
    }
}
@media screen and (max-width:767px){

    .top-main-contents .image-area {
        background-image: url("../images/top/image_sp.jpg?20260410");
        background-position: 61% center;
    }
}


/*-----------------------------
  Slick bnr
-----------------------------*/
#bnr {
	clear:both;
	margin:0 auto;
    max-width: 1060px;
}
#bnr .container {
overflow-x: hidden;
}

#bnr .bnr {
	width:100%;
    width: 320px;
    margin: 0 auto;
	position:relative;
}

#bnr .bnr a {
display:block;
}


#bnr .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:304px;
	padding-top: 70.8%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index:-1;
}

@media screen and (max-width:767px){
#bnr .bnr .post-eyecatch {
	padding-top: 73.8%;
}
}

#bnr .bnr .post-eyecatch img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: top;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
}

#bnr .bnr .post-eyecatch::after {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255,255, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#bnr .bnr:hover .post-eyecatch::after {
    background-color: rgba(255, 255,255, .4);
}


.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0!important;
	left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0!important;
	right: auto;
}

#bnr .swiper-button-prev:after {
    content: '';
    display: block;
    width: 25px;
    height: 35px;
    background: url("../images/icon/arrow_slider_l.svg") no-repeat;
    cursor: pointer;
}

#bnr .swiper-button-next:after {
    content: '';
    display: block;
    width: 25px;
    height: 35px;
    background: url("../images/icon/arrow_slider_r.svg") no-repeat;
    cursor: pointer;
}


#bnr .swiper-pagination{
        display: none;
	position: relative!important;
}

#bnr .swiper-pagination-bullet {
	width: 35px;
	height: 4px;
	border-radius: 0%;
	background: url("../images/icon/dots_gy.svg") no-repeat;
    background-color: #ddd;
    box-shadow: 1px 3px 3px rgb(0 0 0 / 30%); 
}
#bnr .swiper-pagination-bullet-active {
	width: 35px;
	height: 4px;
	border-radius: 0%;
	background: url("../images/icon/dots_bk.svg") no-repeat;
    background-color: #333;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom: 0!important;
}

#bnr.swiper.slide1 .swiper-button-prev,
#bnr.swiper.slide1 .swiper-button-next {
    display: none;
}


@media screen and (max-width:1100px){
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    display: none!important;
}

#bnr .container{
     padding: 0;   
}

#bnr .bnr .post-eyecatch{
    width: auto;
}

}

/*--- C-media 追加 slider ---*/
.bnr-wrap{
   margin-top: 50px;
}
/* #bnr .bnr .post-eyecatch{
    padding-top: 29.5%!important;
}*/
@media screen and (max-width:990px){
.bnr-wrap{
    position: relative;
    bottom: 0;
    margin: 50px 0 0;
}
}




/*-- パララックス --*/
@media screen and (min-width:768px){
.about-wrap{
    height: auto;
    background-size:cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 70px;
}

}



/***** スクロールカットイン*****/
.js-animation {
	  opacity: 0;
	  visibility: hidden;
	  transform: translateY(40px);
	  transition: all 1s;
}
.js-animation.is-show {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0px);
}


/***** フェードイン*****/
.fadein-animation {
  animation: fadein 2s forwards;
}

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