/*body {
  font-family: "FOT-UD角ゴ_ラージ Pr6N",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #565656;
    font-size: 16px;
    box-sizing: border-box;
}*/


/* 丸ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100vh;
  /*width: auto;*/
    width: 178px;
    min-width: 100px;
  font-size: 15px;
  /* font-size: 1.4vh; ナビゲーションと統一して13pxに変更 240219-hama*/
  height: 48px;
  padding: 10px 0px;
  font-weight: bold;
  transition: 0.3s;
    letter-spacing:0.1em;
}
.btn.btn-01 {
  text-decoration: none;
  color: #ffffff;
  background-image: -webkit-linear-gradient(to right, #00C9E0, #00DCA8);
  background-image: linear-gradient(to right, #00C9E0, #00DCA8);
    box-shadow: rgba(0, 255, 158, 0.2) 0px 3px 20px;
}
.btn.btn-02 {
  text-decoration: none;
  color: #00DCA8;
  border: #00DCA8 2px solid;
  border-radius: 100vh;
}
.btn.btn-01:hover {
    background-color: rgb(0, 154, 117);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
.btn.btn-02:hover {
  opacity: .75;
}

/* ボックス */
.box-contents {
    margin: 60px 0;
    padding: 30px 3.75%;
    border-radius: 20px;
}
@media screen and (max-width: 430px) {
    .box-contents {
        padding: 25px 15px;
    }
}
/* //ボックス */

/* カード */
.card-wrapper {
  display: flex;
  justify-content: space-between;
    max-width: 1114px;
  flex-direction: row;
  flex-wrap: wrap;
}
.related-width .card-wrapper {
    max-width: 2000px;
}
.card-wrapper::after{
  content:"";
  display: block;
  width:30%;
}
.card{
  width: calc((100% - 2em) / 3);
  display: flex;
  flex-direction: column;
    background-color: #FFFFFF !important;
    border-radius: 15px;
    box-shadow: 3px 5px 5px rgba(0,0,0,.2);  
    margin-bottom: 20px;
    
}
.card a{
    color: #333333;
}
.card a:hover{
    text-decoration: none;
    opacity: .75;
}
.card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
    padding: 10px 20px;
}
.card-content img{
    width: 80px;
    height: 80px;
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}
.card-title{
    float: left;
  display:table-cell;
  vertical-align:middle;
    margin-top: 3px;
    padding-left: 0px;
}
.card-text {
  flex-grow: 1; 
    line-height: 1.5em;
}


@media screen and (max-width: 999px) {
    .card{
  width: 48%;
    }
}
@media screen and (max-width: 499px) {
    .card{
  width: 100%;
    }
}

/* //カード */

/* アコーディオン */
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 20px;
  border-top: 1px #c3c3c3 solid;
  cursor: pointer;
}
/*.accordion-title:last-child {
  border-bottom: 1px #c3c3c3 solid;
}*/
.accordion-title::-webkit-details-marker {
  display: none;
}
.accordion-title .accordion-title-icon {
	content: '';
  margin: 0 -10px 0 5px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00b57a;
}
details[open] .accordion-title .accordion-title-icon,
summary details[open] .accordion-title .accordion-title-icon {
    transform: translateY(-50%) rotate(180deg);
}
/* //アコーディオン */


/* グラスモーフィズム */
.glass {
  background-color: rgba(255, 255, 255, 0.6); /* 背景色 */
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
}
.glass-02 {
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
}
.glass-03 {
  background-color: rgba(255, 255, 255, 0.8); /* 背景色 */
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
}
/* //グラスモーフィズム */

/* 画像丸角 */
.img-radius {
    border-radius: 15px;
}
/* 画像シャドウ */
.img-shadow {
    box-shadow: 3px 5px 5px rgba(0,0,0,.2);
}

/* テキストシャドウ */
.txt-shadow{
    text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}



/* スクロール表示 */
/*スクロールダウン全体の場所*/
.scrolldown{
    opacity: 2;
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	right:150px;
	bottom:100px;
}
/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	right:-27px;
	bottom: 0px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;left: 50%;
    transform: translateX(-50%);
	top: 30px;
    /*線の形状*/
	width: 1px;
	height: 40px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 430px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.page-title{
    height: 100vh;
}
.page-title h1{
    max-width: 350px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 430px) {
    .page-title h1 img{
        width: 178px;
    }
    .page-title h1{
        text-align: center;
    }
}


/* header
-------------------------------------------------------------------- */
/*== 2階層目の設定 */
下の階層を持っているulの指定
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
    /*形状を指定*/
	background:#0BCC9F;
	width:180px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
    font-size: 12px;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
}

.header-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-container {
  display:flex;
  align-items: center;
  padding: 0 50px;
  height: 70px;
  z-index: 1030;
}


.logo-container {
  width: 125px; /* ロゴサイズに合わせて調整 */
}

.logo {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  z-index: 1030;
}

.navbar {
  width:100%;
  padding-left: 40px;
}

.nav-list {
  font-size:16px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding-left: 0;
}

.nav-list > li:last-child{
    margin-left: auto;
}

.nav-list li a {
  text-decoration: none;
  color: #565656;
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 70px;
    font-weight: bold;
}
.nav-list li a:hover{
    opacity: .75;
}
.nav-list li button a:hover{
    opacity: 1;
}

.has-child {
  position:relative;
}

nav ul li.has-child>a::after{
  content: '';
  position: absolute;
  margin: 0 -10px 0 5px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00b57a;
}


.dropdown-navlist {
  display: none;
  width: 250px;
  position: absolute;
  top: 70px;
  left: 0;
  list-style: none;
  padding-left: 0px;
  z-index: 1005;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
}

.has-child:hover .dropdown-navlist {
  display: block;  /* ホバーで表示する */
}


.menu-toggle {
  display: none; /* 既存のバーを非表示に */
  cursor: pointer;
  position: relative; /* 疑似要素の配置のため */
  width: 30px; /* ハンバーガーメニューの幅 */
  height: 20px; /* ハンバーガーメニューの高さ */
  z-index: 1001; /* メニューアイコンが最前面に来るように */
}

.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: transform 0.3s ease;
}

.menu-toggle::before {
  transform: translateY(-10px);
}

.menu-toggle::after {
  transform: translateY(10px);
}

/* ハンバーガーメニューがアクティブな時のスタイル */
.menu-toggle.is-active::before {
  transform: translateY(0) rotate(45deg);
}

.menu-toggle.is-active span {
  background-color: transparent; /* 中央のバーは透明に */
}

.menu-toggle.is-active::after {
  transform: translateY(0) rotate(-45deg);
}

.no-scroll {
  overflow: hidden; /* スクロールバーを非表示に */
}
.top-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.top-img{
    position: relative;
}
.inner-width{
    width: 100%;
    max-width: 625px; 
    margin: auto;
    padding: 0 20px;
}
.related-width{
    width: 100%;
    max-width: 1200px; 
    margin: auto;
    padding: 0 20px;
}
.top-img .title-area{
    color: #ffffff;
    
}
.top-img .title-area .title-date{
    position: absolute;
    top: 25%;
     right: calc(max(50vw - 300px,20px));
}
.top-img .title-area .category{
    position: absolute;
    top: 65%;
     left: calc(max(50vw - 300px,20px));
}
.top-img .title-area h1{
    position: absolute;
    top: 77%;
     left: calc(max(50vw - 300px,20px));
}

 

@media (max-width: 1279px) {
  .header-container {
    padding: 0 15px;
  }

  .logo-container {
    width: 187px;
  }
    
  .nav-list {
     /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
    flex-direction: column;   
    padding-top: 70px;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#e4e4e4;
          gap: 15px;
    /*動き*/
	transition: all 0.6s;
    }
  .navbar.active .nav-list {
    right: 0;
  }

  .navbar.active .nav-list>li {
    margin: 0 0 0 50px;
    width: 100%;
  }

  nav ul li.has-child>a::after{
    display:none;
  }

  .nav-list li a {
    /*display: block;*/
    color: black;
    padding: 0.5rem;
    transition: color 0.3s; /* 色の変更にアニメーションを追加 */
    height: initial;
  }

  .nav-list li a:hover {
    opacity: .75; /* ホバー時のリンクの色を変更 */
  }

  .navbar.active .nav-list>li:last-child{
    display: contents;
    text-align:center;
    margin: 0;
    /* align-items:center; */
  }

  .has-child {
    position:static;
  }
  
  .dropdown-navlist {
    display: block;
    position: inherit;
    padding-left: 15px;
    backdrop-filter: none;
    background-color: initial;
  }
  
  
  .menu-toggle{
    position:fixed;
    display: block;
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    margin: 0 20px;
    cursor: pointer;
    z-index:9999;
  }
  
  
  }
/* //header
-------------------------------------------------------------------- */

/* footer
-------------------------------------------------------------------- */
/*
なみなみの向きを逆にする前のコードです。トップページ以外ではこっち使うのかな？？
footer {
  width: 100%;
  background-color: #FFFFFF;
}
.wavearea {
  overflow: hidden;
  width: 100%;
}
.wavewrapper {
  width: 133.3vw;
  margin-bottom: -1px;
}
.wavearea svg {
  vertical-align: bottom;
}
.wavearea svg path {
  fill: #565656;
  animation: wave linear 2s infinite;
}
@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-640px);
  }
}
.footer-main {
  background-color: #565656;
  width: 100%;
}
.wrapper {
  width: calc(min(1280px, 100%));
  margin: 0 auto;
  padding: 0 calc(min(6.07vw, 83px));
}
.fotter-nav{
    padding: 50px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fotter-nav a,.fotter-nav p{
    color: #ffffff;
    line-height: 40px;
}

.footer-logo{
    text-align: center;
    padding: 100px 0;
}
.footer-logo img{
    max-width: 20%;
}
@media (max-width: 999px) {
    .footer-logo img{
        max-width: 50%;
    }  
} */



/* index-footer */
footer {
  width: 100%;
  background-color: rgba(40, 40, 40, 0.6);
  backdrop-filter: blur(20px);
}
.wavearea {
  overflow: hidden;
  width: 100%;
}
.wavewrapper {
  width: 133.3vw; /*スクロールする1波分拡張*/
  width: 200.3vw; /*スクロールする1波分拡張*/
  margin-bottom: -2px; /*隙間防止*/
  box-shadow: 0 -8px 3px -3px #E3E3E3;
}
.wavearea svg {
  vertical-align: bottom;
  /* transform: scaleY(-1); 波を逆にしたため削除 240219-hama */
}
.wavearea svg path {
  fill: #E3E3E3; /*波の色*/
  animation: wave linear 4s infinite; /* 1波移動する速度 */

}
@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-640px);
  }
}
.footer-main {
  /* background-color: #565656; 波の色と合わせる */
  width: 100%;
}
.wrapper {
  width: calc(min(1280px, 100%));
  margin: 0 auto;
  padding: 0 calc(min(6.07vw, 83px));
}
/*.fotter-nav{
    padding: 50px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}*/
.fotter-nav a,.fotter-nav p, .fotter-link a, .fotter-link p{
    color: #ffffff;
    line-height: 40px;
}

.fotter-nav {
  width: 100%;
  max-width: 764px;
  margin: auto;
  padding: 0 calc(min(6.07vw, 10px));
    
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fotter-link {
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fotter-link p a {
    position: relative;
    padding: 0 25px;
    display: inline-block;
}
.fotter-link p a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background-color: #FFF;
}
.fotter-link p a:first-child::before {
    content: none;
  }

@media screen and (max-width: 999.9px) {
    
  /*.fotter-nav {
    padding: 0 15px;
    }*/
    .fotter-nav .col{
        width: 100%;
    }
    .fotter-link p a{
        width: 100%;
        padding-left: 10px;
    }
}

.footer-logo{
    text-align: center;
    padding: 80px 0 30px;
}
.footer-logo img{
    width: 165px;
}
@media screen and (max-width: 999.9px) {
    .fotter-link p a::before {
    content: none;
  }
}
@media (max-width: 1279px) {

    .wavearea svg {
      vertical-align: top;
      /* transform: scaleY(-1); 波を逆にしたため削除 240219-hama */
      margin-top: -2px;
    }
}

/* 通常footer */
.gray-footer footer,.white-footer footer {
  background-color: #4e4e4e;
}
.gray-footer .wavearea svg path{
    fill: #F9F9F9 ;
}
.white-footer .wavearea svg path{
    fill: #ffffff ;
}


/* //footer
-------------------------------------------------------------------- */



/* main
-------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}
.background {
  background-image: url('/sp/fantas-aquarium/assets/img/index-top-01.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  animation: image_anime 50s ease infinite;
  animation-delay: 7s; 
}
/*.background-about {
  background-image: url('/sp/fantas-aquarium/ja/about/img/img-background.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}*/
@keyframes image_anime {
  0% { background-image: url('/sp/fantas-aquarium/assets/img/index-top-01.jpg'); }
  25% { background-image: url('/sp/fantas-aquarium/assets/img/index-top-02.jpg?02'); }
  50% { background-image: url('/sp/fantas-aquarium/assets/img/index-top-03.jpg'); }
  75% { background-image: url('/sp/fantas-aquarium/assets/img/index-top-04.jpg'); }
  100% { background-image: url('/sp/fantas-aquarium/assets/img/index-top-01.jpg'); }
}

/* //main
-------------------------------------------------------------------- */


/* news
-------------------------------------------------------------------- */

.date{
    color: #00b57a;
    font-weight: bold;
    padding-top: 6px;
    font-size: 0.8em;
}
.title a{
    color: #565656!important;
    font-weight: bold;
}
.category {
    padding-right: 5px;
}
.category span{
    font-size: 0.8em;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.card-img img{
width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
/* フィルタリング  */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}

[value="all"]:checked ~ .news-category [for="all"],
[value="thinking"]:checked ~ .news-category [for="thinking"],
[value="practice"]:checked ~ .news-category [for="practice"], 
[value="casestudy"]:checked ~ .news-category [for="casestudy"], 
[value="experience"]:checked ~ .news-category [for="experience"] {
  background-color: #00dca8;
    border: 1px solid #00dca8;
    color: #ffffff;
}
[value="all"]:checked ~ .card-wrapper [data-category] {
  display: block;
}
[value="thinking"]:checked ~ .card-wrapper .card:not([data-category~="thinking"]), 
[value="practice"]:checked ~ .card-wrapper .card:not([data-category~="practice"]), 
[value="casestudy"]:checked ~ .card-wrapper .card:not([data-category~="casestudy"]), 
[value="experience"]:checked ~ .card-wrapper .card:not([data-category~="experience"]) {
  display: none;
}
.card {
  animation: checked_animation 0.4s ease-in-out both;
}
  
@keyframes checked_animation {
  0% {
  transform: translate(0, 150px);
  opacity: 0;
  }
  100% {
  transform: translate(0, 0);
  opacity: 1;
  }
}
.news-category label:hover{
    cursor : pointer;
}

.news-category label{
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #c3c3c3;
    font-weight: bold;
    font-size: 0.9em;
}

/* //news
-------------------------------------------------------------------- */


/* これまでのお届け先
-------------------------------------------------------------------- */
.report-item{
    text-align: left !important;
    padding: 20px;
    border-top: 1px solid #C3C3C3;
    line-height: 30px;
}
/*.report-item:last-child{
    border-bottom: 1px solid #C3C3C3;
}*/
/*.report-item:first-child{
    border-top: none;
}*/
.report-item .date{
    color: #333333;
}


/* //news
-------------------------------------------------------------------- */