﻿@import url("https://use.typekit.net/jll6ymr.css");

.page_title_box.bg_color1 {
	background: linear-gradient(
135deg
, rgba(0,220, 255, 0.92) , rgba(169, 255, 219,0.90) );
}
body {
	background: #f4fff8;
}
#intro_wrap, #contents3 .con_box, main.back1 .con_box {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
#intro_wrap {
    background: url(Dup/img/catch.png), url(Dup/img/hamon.png);
    background-repeat: no-repeat, no-repeat;
    background-position:  top 36px left calc( 50%), top 0px left calc( 50% );
    background-size:  227px auto, contain;
	padding-top: 100px;box-shadow: none;
}
.didot {
	font-family: nautica, sans-serif;
}
.line:before {
    background-color: rgba(116, 236, 242,1)!important;
}
header.scr_header {
    background: linear-gradient(135deg, rgba(56, 228, 255, 0.46) , rgba(202, 255, 233, 0.90) );
}

#logo {
    max-width: 250px;
}
#pc_nav li a.txt_white {
	color: #333;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {
    background: linear-gradient(135deg
, rgba(255, 255, 255,1), rgba(85, 208, 255,1));
}
.button_container.active span:nth-of-type(1) {
    color: rgba(0, 0, 0 ,0.8);
}
.button_container span {
    background: #02cfff;
}
.button_container span.txt_white {/*MENU　文字色*/
	color: #02cfff;
}
.button_container.active .top {
    background: #222;
}
.button_container.active .bottom {
    background: #222;
}

#contents1 .num, #intro .num, #contents2 .num, #contents3 .num {
	padding-right: 10px;
	padding-left: 10px;
}


.back1:before{
	background: linear-gradient(
135deg, rgba(63, 255, 255, 0.52), rgba(178, 255, 209,0.16), rgba(255, 255, 255, 0.90)  );
	z-index: -1;
}
.back2:before, footer {
	background: linear-gradient(
135deg, rgba(255, 255, 255, 0.90) , rgba(108, 255, 102, 0.16),rgba(44, 255, 255, 0.48) );
	z-index: -1;

}


footer {
	background: url(Dup/img/sea.png) no-repeat 0 97%;
	background-size: 100% auto;
}

#contents3_wrap:after {
	display: none;
}
#info_contact .con_img:before {
    background-color: rgba(151, 181, 177, 0.70);
    position: absolute;
}
.nav_menu_more:first-of-type a .icon:before {
	display: none!important;
}
/* ----------------------------------------------------- */

.cate_title {
	 background: linear-gradient(
135deg
 , rgba(219, 250, 255,1) , rgba(250, 255, 220,1) );
	border: none;
}

@media(max-width: 768px) {
	#logo {
	max-width: 205px;
}
}


@media(max-width: 667px) {
	#intro_wrap {
    background-size:  227px auto, 221% auto;
}
	#header #logo {
	max-width: 150px;
}
	footer {
    background-size: cover;
}
	#footer {
    background-color: rgba(255, 255, 255, 0.62);
}
.wide_title .page_title_box {
 width: 70%; 
}
.wide_title .font_24_sp {
    font-size: 22px;
}
}

@media all and (-ms-high-contrast: none) {
	
	.cate_list li a {
		padding-bottom: 5px;
	}
	#page_title .page_title_box {
		padding-bottom: 20px;
	}
	#page8 #contact_tel a{
		padding: 25px 20px 18px;
	}
	}




/* ----------　VIDEO　---------- */
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#main_img:before {
    z-index: -1;
}
@media screen and (max-width: 768px){
#main_img{
	position: relative;
	height: auto;
	width: 100%;
}
#main_img .menu {
display:none;
}
.video_wrap {
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
	vertical-align: bottom;
}
.offset-2r_tb {
    margin-right: 0;
}
}
