﻿/*--------リンク・フォント--------*/
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/

body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3 ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.svg_box1{
    top: 35px;
    width: 95%;
    opacity: 0.7;
}
.svg_box1 svg{
    width: 95%;
}
.svg_box2{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.svg_box2 svg{
    width: 3.3em;
}
.underline {
	display: inline;
    background-image: linear-gradient(rgba(0,0,0,0) 60%, rgba(163, 226, 255, .7) 60%);
}

#header .logo.width_20per {width: 11%!important;}
.menu-content .txt_white {
    color: #1a1a1a;
}
#main .sns_link li,#page_title .sns_link li {
    background-color: #a1a1a1;
}

.clone-nav {
    z-index: 50;
}
.back_color {
    background: linear-gradient(rgba(205, 205, 205, .4) 0%, rgba(233, 233, 233, .9) 20%, rgba(233, 233, 233, .5) 80%,rgba(205, 205, 205,.25) 100%);
}
#header {
    background-color: rgba(239, 239, 239,.85);
}
#header .header_menu li a{color: #4a4a49;}
#main{
    height: auto;
    max-height: inherit;
}
/*
#main::after{
    content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72,69,69,.4);
	background-image: radial-gradient(rgba(72,69,69,.4) 30%, transparent 31%), radial-gradient(rgba(72,69,69,.4) 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
*/
#main .main_box {
    z-index: 31;
}
.g-menu-btn {
    cursor: pointer;
}
#main .sns_link {
    z-index: 30;
}
#main .sns_link li {
    height: 50px!important;
}

.main_txt{
   width: 40vw;
    overflow: hidden;
    letter-spacing: 5px;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    color:#fff;
    position: relative;
}
#catch{
    background-color: rgba(255, 247, 167, .35);
}
#catch .catch_txt{
    background-color: rgba(255, 255, 255, .75);
    color: #1c1c1c;
}
#contents .box .no.txt_white {
    color: #ffff01;
}
#contents .box .box_item:before {
    background-color: rgba(208, 221, 227, .65);
}

#contents .box .box_item:after {
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(38, 162, 223, 1) 50.5%) no-repeat top left/100% 100%;
}
#contents .box .box_item {
    text-shadow: 0px 0px 5px #ffffff;
}
#contents .box .box_item.txt_white {
    color: #303030;
}
/*
#top_cms .bg_color1 {
    background-color: #6e6e6a;
}
.footer_nav .border_color2 {
    border-color: #727272;
}
footer.bg_color1 {
    background-color: #fff;
}
footer .sns_link.border_color2 {
    border-color: #727272;
}

footer .txt_white {
    color: #2a2a2a;
}
*/
.cms_title h2 span{
    font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_cms_box{
    border: 3px solid #ffff01;
}
footer{
    background-image: url(./Dup/img/footer.png);
    background-size: cover;
    background-position: 50% 50%;
}
footer .entry.more a {
    background-color: #ffff01;
}
footer .logo{
    width: 30%!important;
}




/*--------下層--------*/
.all_page main.bg_color1 {
    background-color: #fff;
}
#page_title .sns_link li {
    height: 50px!important;
}
.cate_list li{
    background-color: #fff;
}
.cate_list li a {
    padding: 10px 0px 2px 0px;
}
#page_title {
    background-position: 50% 100%;
}

.cate_title.underline {
	position: relative;
	z-index: 5;
	padding: 0 1%;
}


.all_page .content_wrap {
    background-color: rgba(233, 233, 233, .35);
}

#cms_2-a .cate {
    margin-bottom: 100px;
}

.g-menu.is-active {
    background-color: #26a2df;
}
.g-menu.is-active .menu-content .txt_white {
    color: #fff;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
    
    #main .sns_link,#main .main_box .entry {
    display: none;
    }
    #main .main_box h1 img{opacity:0.7;}
    .main_txt {width: 70vw;}
    
    
.g-menu.is-active .menu-content p {
    font-size: 0.95em;
}
.svg_box2 svg {
    width: 3em;
}
    #header .logo.width_20per {
    width: 21%!important;
    margin-bottom: 10px;
}
#header {
    padding-top: 5px;
}
.header_menu li{font-size:0.9em;}
.header_menu li.pd_l-20px {
    padding-left: 17px;
}
#main .sns_link li {
    height: 45px!important;
}
#page_title .sns_link li {
    height: 45px!important;
}
#page_title {
    background-position: 50% -17%;
    background-size: 115%;
}

.cate_list li {
    width: 45%;
}
.cate_list li:nth-of-type(n+3) {
    margin-top: 10px;
}
.cate_list li a {
    padding: 11px 0px 0px 0px;
}
}




/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    .svg_box1{
    top: 10px;
    width: 98%;
    opacity: 0.7;
}
.svg_box1 svg{
    width: 100%;
}
#main .main_box h2 {
    display: none;
}

#main .main_box h1 {
    max-width: 150px;
    margin-bottom: 0px;
}
#main .sns_link li {
    height: 45px!important;
}
#contents .box .no{
    padding-bottom: 20px;
}
#contents .box .box_item:after {
    background: none;
}
#contents .box .box_item {
    padding: 50px 30px;
}

.shop_info.more a:first-of-type:before, .shop_info.more a:last-child:before {
    height: 100%;
}
.shop_info.more a:first-of-type:before {
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, rgba(255 ,255 ,255 ,0.35) 50.5%) no-repeat top right/100% 100%;
}
.shop_info.more a:last-child:before {
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, rgba(255 ,255 ,255 ,0.35) 50.5%) no-repeat top left/100% 100%;
}

.shop_info .info_box:first-of-type h2 {
    left: 34%;
    font-size: 9vw;
}
.shop_info .info_box:last-of-type h2 {
    left: 46%;
    transform: translate(-40%,-50%) skewX( 0deg);
    font-size: 8vw;
}
.page_title_box p{    font-size: 7vw;}
#page_title .sns_link li {
    height: 40px!important;
}
#page_title {
    background-position: 50% 50%;
    background-size: cover;
}
.cate_list li {
    width: 90%;
    padding: 0;
    margin: 0 0 5px 25px;
}

.cate_list li a {
    padding: 10px 10px 0;
    width: 91%;
}
#cms_5-c .box_title1::before {
    left: 6px;
}
#cms_5-c .box_txt1::before {
    left: 8px;
}
.page8 .tel a{font-size:4.5vw;}
.page10 .more a {
    font-size: 3.8vw;
}
footer .logo {
    width: 60%!important;
}

}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
    body {
    animation: none;
    }
.cms_1-a figure img{width:100%!important;height:auto!important;}

.shop_info.more a:first-of-type:before, .shop_info.more a:last-child:before {
    height: 100%;
}
.cate_list li a {
    padding: 15px 0px 0px 0px;
}
.pager li a span{padding:13px 10px 7px 10px;}
.page7 .box :first-child.box_item{padding:15px 15px 10px 15px;}
.page8 .tel a{padding:15px 20px 5px 20px;}
.page9 .box a{padding:7px 10px 3px 10px;}

}