﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#5ed7ff;
}
.linkStyle:hover{
	color:#5ed7ff;
	opacity: 0.7;
	transition: all 0.5s;
}

body, .liana {
    font-family: 'Zen Kaku Gothic Antique', sans-serif!important;
}


.blur {
	background: transparent!important;
	height: 100%;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}


.filter {
    display: none;
}

/* nav */

header.scr_header {
    background-color: rgba(255,255,255,0.85)!important;
    border:none;
}

header.scr_header #pc_nav li a {
    color: rgba(1,5,36,1);
}

header.scr_header #pc_nav li a::after {
        background: rgba(1,5,36,1);
}

#header #logo {
    margin-left: 20px;
}

#header #logo img {
    width: 70%;
}

.menu-trigger, .close-trigger {
    top: 55%;
}

header.scr_header .menu-trigger-bar{
    background-color: rgba(1,5,36,1);
}

/* footer */

footer {
    background-image: url('/Dup/img/nav-bg.jpg');
}

#footer_info {
    background-color: transparent!important;
}

/* ----------　TOP　---------- */

/* main-img */

.copy-box {
    z-index: 3;
    width: 35%;
    max-width: 990px;
    right: 5%;
    bottom: 15%;
}


/* top */

#contents .con_img {
    border-radius: 50%;
}

.top_title {
    background-image: none!important;
    height: auto!important;
}

.top_title h2 > span {
    padding-top: 200px;
        text-shadow: 0 0 7px #5ed7ff, 0 0 10px #5ed7ff, 0 0 21px #5ed7ff, 0 0 42px #5ed7ff, 0 0 60px #5ed7ff, 0 0 70px #5ed7ff, 0 0 80px #5ed7ff, 0 0 100px #5ed7ff;
}

.top_title h2 > span:before {
    display: none;
}

.con_title {
    font-size: 40px!important;
}

.con_box_item .point, #intro .intro_right .con_title {
    font-size: 30px;
    text-shadow: 0 0 7px #5ed7ff, 0 0 10px #5ed7ff, 0 0 21px #5ed7ff, 0 0 42px #5ed7ff, 0 0 60px #5ed7ff, 0 0 70px #5ed7ff, 0 0 80px #5ed7ff, 0 0 100px #5ed7ff;
    margin-bottom: 10px;
}

#contents .box2 .con_box_item .point {
    margin-top:40px;
}

.con_photo {
    width: 50%!important;
}

.con_box_item {
    position: relative;
    padding-right: 0;
    margin-right: 5%;
}

#contents .box2 .con_box_item {
    padding-left: 0;
    margin-right: 0;
    margin-left: 5%;
}

.con_box_item::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
        background-color: rgba(255,255,255,0.2);
    filter: blur(35px);
    top: -45%;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
}

.modal_title1,.modal_title1:before {
    display: none;
}

/*背景　泡*/


.particle {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(1,5,36,1);
}

.bubble {
  position: absolute;
  border-radius: 100%;
  border: 1px solid #fff;
  bottom: 2px;
  z-index: -1;
  opacity: 0.5;
  filter: blur(5px);
}


/*魚たち*/

#intro .intro_img2 {
    overflow: visible;
}

#intro .intro_img2::after {
    content: "";
    width: 20%;
    height: 20%;
    background-image: url('/Dup/img/kumanomi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    z-index: -1;
    animation-name: jump;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    transition-property: transform;
}

@keyframes jump {
	0% {transform:translate(0px);}
	15% {transform:rotate(-10deg) translateY(10px);}
	50% {transform:rotate(10deg) translate(-20px, -50px);}
	90% {transform:rotate(-20deg) translate(5px, 20px);}
	100% {transform:translate(0px);}
}

.fish1 {
    text-align: right;
}

.fish1 img {
    width: 25%;
    margin-right: 5%;
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    transition-property: transform;
}

.fish2 {
    text-align: left
}

.fish2 img {
    width: 25%;
    margin-left:5%;
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-duration: 5s;
    transition-property: transform;
}

@keyframes upDown {
	0% {transform:translateY(0px);}
    50% {transform:translateY(70px);}
	100% {transform:translateY(0px);}
}


/* top-cms */

.date {
    font-weight: bold;
}

.top_cms_box .cms_2-g .box_title1 {
    color: #010524!important;
    font-weight: bold;
}

/* ----------　下層ページ　---------- */

.page .blur {
    background-color: rgba(1,5,36,0.85)!important;
}

.pager li a:hover {
        background-color: rgba(255,255,255,1)!important;
        color: rgba(1,5,36,1)!important;
}

.pager li a:hover .fas {
    color: #010524;
}

.cate_list li a {
    background-color: #5ed7ff!important;
    font-weight: bold;
}

.cate_list li a:hover {
    background-color: #dc230f!important;
    font-weight: bold;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

#page10 .con_box {
    padding:5% 0;
}

#page10 .con_box ul {
    padding-left: 25px;
}

#page10 .con_box ul li {
    padding: 10px 0;
}

#page10 .con_box ul li a {
    font-family: 'Zen Kaku Gothic Antique', sans-serif!important;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#video {
    height: 45vh;
}
    
.copy-box {
    z-index: 3;
    width: 45%;
}
    
.sm-slider {
    width: 100%;
    height: 500px!important;
    }
    
.sm-slider li span {
    background-position: 100% 50%!important;
    background-repeat: no-repeat!important;
}
    
#page_title .en {
    font-size: 50px;
    top: -30px;
}
    
.page .blur {
    background-color: rgba(1,5,36,1)!important;
}
    
.con_title {
    font-size: 30px!important;
}

#intro .intro_photo h2 {
    left: -20px;
}
    
.top_title h2 > span {
    padding-top: 100px;
}

.con_box {
    column-gap: 6%;
}
    
.con_photo, .con_box_item {
    width: 45%!important;
    margin: 0;
}

#contents .box2 .con_box_item {
    margin-left: 0;
}

#contents .box2 .con_box_item .point {
    margin-top: 20px;
}

.con_box_item::after {
    width: 300px;
    height: 300px;
    top: -30%;
    left: -10px;
}
    
footer {
    padding-top: 25px;
}
    
.fish1, .fish2 {
    margin-bottom: 50px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main_img {
    padding-top: 70px;
}

.sm-slider {
    width: 100%;
    height: 300px!important;
    min-height: 300px!important;
    }
    
.sm-slider li span {
    background-position: 100% 50%!important;
    background-repeat: no-repeat!important;
}
    
header {
    background-color: rgba(255,255,255,0.85)!important;
}

.overlay {
    background-color: rgba(0,0,0,0.75)!important;
}

.menu-trigger-bar {
        background-color: rgba(1,5,36,1)!important;
}

    
#page_title .en {
    font-size: 25px;
        top: -10px;
} 
.blur .copy-box {
    position: initial;
    width: 90%;
    display: block;
    margin: 40px auto;
    text-align: center;
}

#intrp_wrap {
    padding-top: 0;
}

#video {
    height: 30vh;
}
    
.sns_links {
    justify-content: left;
}

.modal-box .modal-close span {
width: 30px;
    height: 30px;
}
    
.intro_txt {
    margin-bottom: 20px;
}
    
.con_title {
    font-size: 25px!important;
}

.con_photo, .con_box_item  {
    width: 100%!important;
}

.con_box_item {
    margin-top: 30px;
    padding: 25px 0;
    margin-bottom: 30px;
}

.more {
        margin-top: 35px;
}

.con_box_item::after {
    display: none;
}

#contents .box2 .con_box_item .point {
    margin-top: 0px;
}

#contents .box2 {
    margin-bottom: 50px!important;
}

.fish1 img {
    width: 35%;
    margin-right: 1%;
}

.fish2 img {
    width: 35%;
    margin-left: 1%;
}

#cms_3-f .cate_box {
    margin: 20px 5px 5px;
}

.page9 .more {
    margin-top: 5px;
}
#page10 .con_box {
    padding: 5%;
}

#page10 .con_box ul li {
    font-size: 16px;
}
}