﻿/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #FF6A00} 
.bg_color1{background-color: #FF6A00} 
.border_color1{border-color: #FF6A00}
.hvr_txt_color1:hover{color: #FF6A00} 
.hvr_bg_color1:hover{background-color: #FF6A00} 
.hvr_border_color1:hover{border-color: #FF6A00}

/* サブカラー */
.txt_color2{color: #FCCCAA} 
.bg_color2{background-color: #FCCCAA} 
.border_color2{border-color: #FCCCAA}
.hvr_txt_color2:hover{color: #FCCCAA} 
.hvr_bg_color2:hover{background-color: #FCCCAA} 
.hvr_border_color2:hover{border-color: #FCCCAA}

/* アクセントカラー */
.txt_color3{color: #F0AE7E} 
.bg_color3{background-color: #F0AE7E} 
.border_color3{border-color: #F0AE7E}
.hvr_txt_color3:hover{color: #F0AE7E} 
.hvr_bg_color3:hover{background-color: #F0AE7E} 
.hvr_border_color3:hover{border-color: #F0AE7E}

/* アクセントカラー2 */
.txt_color4{color: #FCEEE4} 
.bg_color4{background-color: #FCEEE4} 
.border_color4{border-color: #FCEEE4}
.hvr_txt_color4:hover{color: #FCEEE4} 
.hvr_bg_color4:hover{background-color: #FCEEE4} 
.hvr_border_color4:hover{border-color: #FCEEE4}

body,.txt_color_nomal{color: #222;}
p::selection,
span::selection,
h2::selection,
h3::selection,
h4::selection,
a::selection,
div::selection,
img::selection,
br::selection{
background:#222;
color: #fff;
}

p::-moz-selection {
background:#222;
color: #fff;
}
/* ---------------------- common */
body{
    font-family: 'Quicksand','Zen Maru Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#loading_line .line {
    background-color: #fcccaa;
}
/* --- automatic link --- */
.linkStyle{color:#FF6A00;}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */

/* ---------------------- nav */
.menu {
    padding: 18px 0;
}
.nav .logo {
    width: 15%!important;
}
.is-fixed .nav .logo {
    width: 12%!important;
}
.top_nav {
    width: auto;
    position: relative;
    margin-left: auto;
    right: 2.5%;
}
.top_nav ul {
    background-color: rgba(255,255,255,0.9);
    padding: 5px 15px 5px 5px;
}
.top_nav ul li{
    color: #222;
}
.top_nav ul li a {
    /*text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
    color: #222;
}
.button_container span {
    height: 2px;
}
/* ---------------------- footer */
footer {
    background-color: #f0ae7e;
}
footer .svg_box {
    z-index: -1;
}
.sns_links li {
    max-width: 50px;
}
/* -------------------------- top ------------------------- */

video{
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main_img {
    height: 100%;
}
.main_img_wrap {
    overflow: hidden;
}
.main_img_wrap .navi{
    display: none;
}
/*.main_img::after{*/
/*    content:'';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0,0,0,0.1);*/
/*    z-index: 1;*/
/*}*/

.main_img_wrap .catch {
    bottom: auto;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.main_img_wrap .catch span {
    line-height: 2;
    /*text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);*/
    font-size: 40px;
    text-shadow: none;
    color: #222;
}
.img-container:before,.t_cms_img2 .img-container:before {
    background: #ff6a00;
}
.other .box:hover {
    background-color: #ff6a00;
}
.other .box:hover .box_title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.top_contact::before,
.top_info::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;
    bottom: 0;
    left: 50%;
    z-index: 1;
}
.top_contact::before{
    height: 175px;
    width: 120px;
    background-image: url('Dup/img/mia.png');
    transform: translate(-50%,50%);
}
.top_info::before{
    height: 140px;
    width: 200px;
    background-image: url('Dup/img/pug2.png');
    transform: translate(-40%,50%);
}
.top_contact:hover::before{
    opacity: 1;
    transform: translate(-50%,30%);
}
.top_info:hover::before{
    opacity: 1;
    transform: translate(-42%,20%);
}

/* --- more --- */
.top_cms_box .more_box {
    margin-top: 120px;
}
.top_cms_box .more_box .more:after{
    height: 60px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;
    border: none;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    z-index: 0;
}
.top_cms_box .more_box .more:hover::after{
    opacity: 1;
    transform: translate(-50%,-100%)  scale(1);
}

.more_effect{
    height: 100%;
    width: 100%;
    background-color: white;
    position: absolute!important;
    padding-right: 0!important;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.top_cms_box .more_box .more:hover .more_effect{
    transform: translateX(0);
    background-color: #f0ae7e;
}
.top_cms_box .more_box .more:before {
    z-index: 2;
}

.top_cms_box:nth-child(1) .more_box .more:after{
    height: 80px;
    width: 200px;
    background-image: url('Dup/img/hedgehog1.png');
}
.top_cms_box:nth-child(2) .more_box .more:after{
    height: 90px;
    width: 200px;
    background-image: url('Dup/img/hohojiro.png');
}
.top_cms_box:nth-child(3) .more_box .more:after{
    height: 100px;
    width: 200px;
    background-image: url('Dup/img/ferret.png');
}
.top_cms_box:nth-child(4) .more_box .more:after{
    height: 100px;
    width: 200px;
    background-image: url('Dup/img/seiuchi.png');
}
.top_cms_box:nth-child(5) .more_box .more::after{
    height: 100px;
    width: 200px;
    background-image: url('Dup/img/wani.png');
    transform: rotate(15deg) translate(-54%,0) scale(0.5);
}
.top_cms_box:nth-child(5) .more_box .more:hover::after{
    transform: rotate(5deg) translate(-58%,-90%) scale(1);
}

/* -------------------------- sub ------------------------- */
.img-container_img{
    background-image: url('Dup/img/sub_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.page_title_box p {
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */
.cms_2-d .cate_title {
    white-space: nowrap;
    text-align: center;
    padding: 5px 0;
}
/* ---------------------- cms3 */
.shop_link {
    background-color: #222;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 15px;
    transition: 0.3s;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}
.shop_link .far{
    margin-left: 5px;
}
.shop_link:hover {
    background-color: #f0ae7e;
}
#cms_3-b .cate_box {
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.5);
}
.cms_3-b .box_img1 {
    max-width: 300px;
    margin: 0 auto 20px;
}
/* ---------------------- cms4 */

/* ---------------------- cms5 */
.cms_5-a .box_wrap {
    background-color: #fff;
}
#cms_5-a .box_wrap {
    display: block;
}
/* ---------------------- info */

/* ---------------------- contact */
.tel_txt_box h3 {
    color: #ff6a00;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
.top_nav {
    position: absolute;
}

.top_cms_box .more_box .more div {
    padding-top: 0px!important;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */
.pager li a span {
    padding-top: 10px!important;
}

/* ---------------------- cms2 */
.cms_2-d .cate_wrap .cate h3 {
    padding-top: 5px!important;
}
#cms_2-d .cate .cate_title {
    padding-top: 10px!important;
}

/* ---------------------- cms3 */
#cms_3-b .cate_title {
    padding-top: 10px!important;
}

/* ---------------------- cms4 */

/* ---------------------- cms5 */
#cms_5-a .cate .cate_title span:last-of-type {
    padding-top: 0px!important;
}

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */
#page9 p a {
    padding-top: 3px!important;
}

/* ---------------------- sitemap */
.page10 .more_box .more div {
    padding-top: 0px;
}


}

@media screen and (max-width: 1000px){
header .logo {
    width: 15%;
}
}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
.main_img_wrap .catch {
    width: 90%;
}
.top_cms_box .more_box {
    margin-top: 60px;
}
.other .box {
    background-color: rgba(255, 106, 0, 0.5);
}
.other .box figure {
    opacity: 0.4;
}
.other .box_title2,
.other .box_title span{
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* --- more --- */

/* -------------------------- sub ------------------------- */
.cate_list li {
    width: 48%;
    text-align: left;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */
#cms_3-b .box_item {
    margin-bottom: 50px;
}
/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */
header .logo {
    width: 25%;
}
/* ---------------------- nav */

/* ---------------------- footer */
.sns_links li {
    width: 50px!important;
}


/* -------------------------- top ------------------------- */
.main_img_wrap .catch {
    width: 95%;
    top: 46%;
}
.main_img_wrap .catch span {
    font-size: 18px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */
#page_title .img-container::after {
    background-color: rgba(240, 174, 126, 0.5);
}
.page_title_box p {
    text-shadow: none;
}
.cate_list{
    font-size: 11px;
}
.cate_list li {
    width: 48%;
    margin-right: 4px;
}
.cate_list li a {
    padding: 1px 6px;
}
.cate_list li a::before {
    padding-right: 3px;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

    
}

/* 211216 fix */
#instagram_CONTACT {
    border-color: #c32aa3;
}
#instagram_CONTACT a {
    background-color: #c32aa3;
}
#instagram_CONTACT a:hover {
    background-color: #dc93cc;
}
/*
.shop_link #text:empty {
  display: none;
}
*/
@media screen and (max-width: 667px){
    #tel_CONTACT p:first-child,
    #instagram_CONTACT p:first-child{
        font-size: 14px;
    }
}