﻿h2, h3, h4, .more a, #main_nav a, .sc_nav a {
    font-family: 'Hina Mincho', serif !important;
    font-weight: bold;
}
.linkStyle {
    color: #02e1fc;
}
#wrap {
    background-image: url(./Dup/img/back.jpg);
}
/*h1 img {
    max-width: 150px;
}*/
.sc_nav .logo img {
    max-width: 90px;
}
.contents3 figure {
    position: absolute;
    bottom: 20px;
    right: 0 !important;
    z-index: 1;
}
.contents3 .contents1_txt {
    margin-right: 60% !important;
    box-sizing: border-box;
}
#top_contents3 img {
    transition: ease 0.3s;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#top_contents3 img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
#intro {
    margin-bottom: 0px;
}
#intro h2 {
    font-size: 24px;
}
.custom {
    padding-bottom: 200px;
}
.cat {
    bottom: 0;
    right: 139px;
    width: 400px;
}
.intro_txt {
    position: relative;
    z-index: 1;
}
.intro_txt h2 {
    color: #555555;
}
#top_contents2 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.fish {
    bottom: 52px;
    width: 600px;
    left: 20px;
}
.intro_title h3 {
    color: #555555;
    position: relative;
    z-index: 1;
}
.intro_title h3:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/maru1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    z-index: -1;
    right: -62px;
    top: -30px;
    opacity: 0.5;
}
.slick-slider {
    z-index: 2;
}
.maru1 {
    bottom: 27%;
    left: 3%;
    width: 23%;
    opacity: 0.2;
    transform: rotate( 
45deg);
}
.intro_txt {
    background-color: rgba(200, 200, 200, 0);
}

.maru2 {
    width: 500px;
    right: 36%;
    top: 21%;
    transform: translate(50%, -50%);
    opacity: 0.4;
}
.lady_img {
    bottom: -140px;
    width: 700px;
    opacity: 0.6;
}
#top_cms .top_cms_box:last-of-type {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.contents1_txt h3 span {
    background-color: #f3f9f3;
    padding: 10px;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
#top_contents1 .contents1_txt h3 {
    text-shadow: none;
    color: #555555;
}
#top_contents3 .contents1_txt h3 {
    position: relative;
    z-index: 2;
    transform: translateX(130px);
    text-shadow: none;
    color: #555555;
}
/*#menu_bt span {
    background-color: #8cffff;
}*/
.slick-dots {
    color: #8cffff;
}
#intro h2 {
    background-color: #f3f9f3;
}
.contents2_txt .bg_white {
    background-color: #eff8fb;
}
.suisai_txt {
    top: 10%;
    left: 5%;
    width: 300px;
    opacity: 0;
    animation-name:suisai;
    animation-delay: 2s;
  animation-duration:2s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;　
}

@keyframes suisai {
0% {
 opacity: 0;
 transform: translateX(-50px);
}
  /*50%{
    opacity: 1;
     transform: translateY(0);
  }*/
 100% {
 opacity:1;
 transform: translateX(0px);
 } 
}
.sisyuu {
    right: 5%;
    bottom: 25%;
    width: 210px;
    opacity: 0;
    animation-name:sisyuu;
    animation-delay: 3s;
  animation-duration:2s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes sisyuu {
0% {
 opacity: 0;
 transform: translateX(50px);
}
  /*50%{
    opacity: 1;
     transform: translateY(0);
  }*/
 100% {
 opacity:1;
 transform: translateX(0px);
 } 
}
.kyun {
    width: 500px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.custom_txt1 {
    animation: bound-anim;
    animation-delay: 5s;
  animation-duration:2s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes bound-anim {
	0%,100% {top: 0;transform: scale(1);}
	30% {top: -25%;}
	50% {transform: scale(1);}
	90% {top: 0;transform: scale(1.1,0.8);}
}

.niji {
    top: 30%;
    left: 23%;
    /*transform: translateY(-50%);*/
    opacity: 0;
    animation: fuwa;
    animation-delay: 4s;
  animation-duration:4s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fuwa {
0% {
 opacity: 0;
 transform: scale(0.4);
}
  /*50%{
    opacity: 1;
     transform: translateY(0);
  }*/
 100% {
 opacity:1;
 transform: scale(1);
 } 
}
.shop_link img {
    width: 300px;
    position: relative;
    top: -20px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/*header #header {
    padding: 15px 30px;
    justify-content: center;
}*/
/*h1 img {
    max-width: 100px;
}*/
.intro_title h3:before {
    width: 120px;
    height: 120px;
    z-index: -1;
    right: -48px;
    top: -30px;
}
.maru1 {
    bottom: 38%;
    left: 1%;
    width: 39%;
    opacity: 0.2;
}
.cat {
    bottom: 0;
    right: 0px;
    width: 249px;
}
.maru2 {
    width: 347px;
    right: 28%;
    top: -7%;
    transform: translate(50%, -50%);
    opacity: 0.2;
}
.fish {
    bottom: 18px;
    width: 450px;
    left: 20px;
    z-index: 1;
}
#top_contents3 .contents1_txt {
    width: 70%!important;
    margin-left: 30%;
    padding-top: 30px;
    padding-right: 20px;
}
.contents3 figure {
    position: relative;
}
#top_contents3 .contents1_txt h3 {
    position: relative;
    z-index: 2;
    transform: translateX(-80px);
    text-shadow: none;
}
.lady_img {
    bottom: -111px;
    width: 340px;
    opacity: 0.5;
}
#menu_bt {
    top: 35px;
}
#page10 ul li .title1 {
    font-size: 15px;
}
#loader .logo {
    max-width: 300px;
    width: 50%;
}
#intro h2 {
    font-size: 20px;
}
.suisai_txt {
    top: 10%;
    left: 5%;
    width: 180px;
}
.sisyuu {
    right: 5%;
    bottom: 25%;
    width: 130px;
}
.kyun {
    width: 360px;
}
.niji {
    top: 25%;
    left: 12%;
    width: 55%;
    /* transform: translateY(-50%); */
}
#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.fish {
    bottom: 107px;
    width: 310px;
    left: 6px;
    z-index: 1;
}
/*h1 img {
    max-width: 70px;
}*/
.intro_title h3:before {
    width: 80px;
    height: 80px;
    z-index: -1;
    right: 0px;
    top: -38px;
}
.cat {
    bottom: 0;
    right: 0px;
    width: 170px;
}
.maru1 {
    bottom: 45%;
    left: 1%;
    width: 59%;
    opacity: 0.2;
}
.maru2 {
    width: 190px;
    right: 28%;
    top: -2%;
    transform: translate(50%, -50%);
    opacity: 0.2;
}
#top_contents3 .contents1_txt {
    width: 100%!important;
    margin-left: 0;
}
#top_contents3 .contents1_txt h3 {
    transform: translateX(0px);
}
.lady_img {
    display: none;
}
#menu_bt {
    top: 25px;
}
#intro h3 {
    font-size: 26px;
    top: -40px;
}
#loader .logo {
    max-width: 300px;
    width: 40%;
}
#intro h2 {
    font-size: 15px;
}
#page_title {
    padding: 110px 30px 120px;
}
.suisai_txt {
    top: 10%;
    left: 5%;
    width: 90px;
}
.sisyuu {
    right: 5%;
    bottom: 25%;
    width: 65px;
}
.kyun {
    width: 180px;
}
.shop_link img {
    width: 300px;
    position: relative;
    top: -80px;
}
}