@charset "utf-8";
/* CSS Document */



section.mainvisual{
	max-width: 100%;
	height: calc(50vh - 100px);
  padding-top: 1px;
	margin-top: 99px;
	position:relative;
}

#mainvisual_title{
	position: absolute;
	width: 90%;
	height: 145px;
	top: 52%;
    left: 50%;
    transform: translate(-50%, -43%);
    -webkit-transform: translate(-50%, -43%);
    -ms-transform: translate(-50%, -43%);
}
#mainvisual_title img{
  display: block;
  width: 100%;
}
	
#scroll_box{
	width:30px;
	height:auto;
	position:absolute;
	bottom: 0px;
    left: 6%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}
.scroll a {
    display: block;
    height: 6em;
    text-align: right;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 900;
}
.scroll .line {
    display: block;
    height: 50px;
    width: 1px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.scroll .line span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#999),to(#fff));
    background: linear-gradient(0deg,#fff,#999,#fff);
    -webkit-animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    z-index: 100;
}
@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
 
@keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}






/* =======================================
	メインヴィジュアル右側のナビゲーション
======================================= */
.fixed_left {
    position: absolute;
    right: 1.5%;
    top: 0%;
    bottom: 0;
    display: flex ;
    justify-content: center;
    writing-mode: vertical-rl;
}
.fixed_left .side_links a:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #CCC;
}
.fixed_left .side_links a {
	font-size: 77%;
	font-weight:800;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	color: #FFF;
    display: block;
    letter-spacing: 2px;
	float:left;
}

.fixed_left .side_links a:hover{
	color: #13a0c7;
}


#line{
	width:100%;
	height:1px;
}

/* =======================================
	お知らせ
======================================= */
h2.title_news{
	letter-spacing: 2px;
	font-size: 170%;
	text-indent: 1em;
	color: #535353;
  margin: 30px 0 10px;
}

.notice-box {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #666;
  padding: 10px 20px 24px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: 10px 0 50px 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4a4a4a;
}



.notice-text {
  flex: 2;
}
.notice-text li{
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}
.notice-date {
  display: block;
  font-size: 13px;
  color: #a89f91;
  padding-top:5px;
  margin: 4px　0;
  font-weight: 500;
}

.notice-message a{
	display:block;
	color: #535353;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.notice-message a:hover{
	color: #c26471;
}
/* モバイル対応 */
@media (max-width: 480px) {
  .notice-box {
    flex-direction: column;
    padding: 16px 20px;
  }

  .notice-icon {
    margin: 0 0 10px 0;
  }
}
/* =======================================
	ここまで
======================================= */



.content{
	width: 100%;
	background:url(../img/bk_01.jpg) center top no-repeat;
  background-size: contain;
}


h2.title{
	padding: 45px 0 10px 0;
  margin-bottom: 30px;
	text-align: center;
	font-size: 170%;
	color:#FFF;
	letter-spacing:1.5px;
	text-shadow:2px 2px 2px #000;
}

p.text{
	letter-spacing:1px;
	color: #535353;
	font-size: 100%;
	line-height:1.8;
	padding:15px 15px 0px;
}




.content_01{
	width: 100%;
	height: auto;
	padding-bottom: 180px;
}



ul.pick_up{
	margin-top:80px;
    display: flex;
    flex-direction: column;
    align-items: center;         /* 垂直方向の中央揃え */
    justify-content: center;     /* 水平方向の中央揃え */
    gap: 80px; /* 要素の間隔を調整 */
}


/* モバイル対応 */
@media screen and (max-width: 768px) {
  .pick_up li {
    flex: 1 1 100%;
  }
}
/* =======================================
	2つの画像エフェクト
======================================= */
.snip1445 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  filter: brightness(0.85);
}
.snip1445 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}
.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 500px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background: #ffffff;
}
.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.title_10,
.title_11 {
  margin: 0;
  text-transform: uppercase;
}
.title_10 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 180%;
}
.title_11 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #c26471;
  border-radius:5px;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* =======================================
	ここまで　
	2つの画像エフェクト
======================================= */
p.pickup_title{
	color: #535353;
	font-size: 131%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 50px;
}
	