﻿/*--------リンク・フォント--------*/
.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}
}

#header .logo.width_20per {width: 11%!important;}
.menu-content .txt_white {color: #1a1a1a;}
.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,.2) 30%, transparent 31%), radial-gradient(rgba(72,69,69,.2) 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.cms_img1::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/catch.png) no-repeat;
    background-size: contain;
    z-index: 10;
    width: 100%;
    height: 40%;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, 0%);
    opacity: 0.8;
}
#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 .catch_box{z-index:20;}
@media screen and (min-width: 1411px){
#catch:before{
    content: '';
    background-position: center;
    background-size: cover;
    background-color: rgba(120, 215, 44, .83);
    width: 0%;
    height: 525px;
    position: absolute;
    top: -525px;
    right: 0;
    -webkit-transform: skewY(-14.3deg);
    transform: skewY(-14.3deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 5;
    transition: all 0.3s;
}
}
@media screen and (max-width: 1410px){
#catch:before{
    content: '';
    background-position: center;
    background-size: cover;
    background-color: rgba(120, 215, 44, .83);
    width: 0%;
    height: 400px;
    position: absolute;
    top: -400px;
    right: 0;
    -webkit-transform: skewY(-14.3deg);
    transform: skewY(-14.3deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 5;
    transition: all 0.3s;
}
}
#catch.active:before{
    width: 100%;
}
#catch:after{
    content: '';
    background-color: rgba(203, 212, 217, .55);
    width: 0%;
    height: 500px;
    position: absolute;
    top: 350px;
    left: 0px;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 0;
    transition: all 0.3s;
}
#catch.active2:after{
    width: 100%;
}
.catch_txt:before{
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(20, 20, 20, .3);
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 0;
    transition: all 0.5s;
}
.catch_txt.active:before{
    width: 100%;
    transition: all 0.5s;
}
#catch .catch_txt h2{
    position:relative;
    color: #333;
    z-index: 10;
    display: inline-block;
    padding: 10px 20px 10px 35px;
}
#catch .catch_txt h2:before{
    background: #ffff01;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    transform-origin: bottom;
    z-index: -1;
}
#contents .box .box_item:after {
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #94cf64 50.5%) no-repeat top left/100% 100%;
}
#contents .no span{
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}
#contents .box_item h2{
    position:relative;
    color: #333;
    z-index: 10;
    display: inline-block;
    padding: 5px 5px 5px 20px;
}
#contents .box_item h2:before{
    background: #ffff01;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    transform-origin: bottom;
    z-index: -1;
}
.cms_title h2 span{
    font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer.bg_color1 {
    background-color: #cbe9b3;
}
footer .txt_white {
    color: #252525;
}
footer .entry.more a {
    background-color: #63ad28;
    color: #fff;
}





/*--------下層--------*/
.h_line1 {
	position: relative;
	margin-bottom: 15px;
}
.h_line1::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: repeating-linear-gradient(-45deg, #94cf64 0px, #94cf64 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.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%;
}
#page_title:before {
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, rgba(148, 207, 100, .75) 50.5%) no-repeat top left/100% 100%;
}

.all_page .content_wrap {
    background-color: rgba(233, 233, 233, .35);
}

.cate_title{
    position:relative;
    color: #fff;
    z-index: 10;
    display: inline-block;
    padding: 5px 15px 5px 27px;
    border: 0;
}
.cate_title:before{
    background: #feae17;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    transform-origin: bottom;
    z-index: -1;
}

#cms_2-a .cate {
    margin-bottom: 100px;
}

#cms_6-b .cate_box:first-of-type{
    position: relative;
    border-top: 0;
}
#cms_6-b .cate_box:first-of-type:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(-45deg, #94cf64 0px, #94cf64 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 3px 3px;
}

#cms_6-b .cate_box:last-of-type{
    position: relative;
    border-top: 0;
}
#cms_6-b .cate_box:last-of-type:before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(-45deg, #94cf64 0px, #94cf64 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 3px 3px;
}

#cms_6-b .cate_box, #cms_6-b .cate_box .box_txt1, #cms_6-b .cate_box .box_txt2 {
    border-color: #e3e3e3;
}
#cms_6-a .cate_box{position: relative;}
#cms_6-a .cate_box:before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #76c138;
}


/*--------6-b flow--------*/

#cms_6-b #cate1 .box_wrap {
	border: 3px solid #94cf64;
}

#cms_6-b #cate1 .cate_box {
	padding: 30px;
	width: 100%!important;
	background-color: #ffffff;
}
#cms_6-b #cate1 .box_txt1 {
    background-color: #ffffff;
    border-right: 1px solid #94cf64;
    color: #94cf64;
    text-align: center;
}
#cms_6-b #cate1 .box_txt2 {
    padding: 10px 20px;
}
#cms_6-b #cate1 .cate_box:not(:last-child) {
	border-bottom: 3px solid #94cf64;
	position: relative;
}
#cms_6-b #cate1 .cate_box:not(:last-child)::before,
#cms_6-b #cate1 .cate_box:not(:last-child)::after {
	content: "";
	border: solid rgba(0,0,0,0);
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
}
#cms_6-b #cate1 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #94cf64;
	width: 0;
	height: 0;
	background-image: none;
	background-size: 0;
}
#cms_6-b #cate1 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

#cms_6-b #cate1{counter-reset: number 0;}

#cms_6-b #cate1 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #94cf64;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}
#cms_6-b #cate1 .cate_box:last-of-type:before{
    display: none;
}


.g-menu.is-active {
    background-color: #b1e18b;
}
.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;}
    
    
    .cms_img1::before {
    bottom: 0px;
    }
    #catch:before {
    height: 200px;
    top: -180px;
    }
    #catch:after {
    height: 400px;
    top: auto;
    bottom: 200px;
    }
.g-menu.is-active .menu-content p {
    font-size: 0.95em;
}

    #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 a {
    padding: 11px 0px 0px 0px;
}
.cate_list li {
    width: 45%;
}
#cms_6-b #cate1 .cate_box {
    padding: 30px 0px 30px 0px;
}
.page8 .tel a{
    font-size:1.45em;
    width: 350px;
}
}




/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.sp_back {
    opacity: 1!important;
}
#main .main_box h1 img{display:none;}
#main .sns_link li {
    height: 45px!important;
}
#main .cms_img1,#main .cms_img1 .video {
    height: 36vh;
}
#catch:before {
    height: 110px;
    top: -104px;
}
#catch .catch_txt h2 {
    font-size: 5.5vw;
    padding: 10px 10px 10px 40px;
}

#catch .catch_txt h2:before,#contents .box_item h2:before {
    transform: skew(-10deg);
}
#contents .box .box_item:after {
    background: none;
}
#contents .box_item h2 {
    font-size: 5.3vw;
    line-height: 1.3;
    letter-spacing: 2px;
    padding: 7px 10px 5px 20px;
}

#contents .box .box_item {
    padding: 50px 30px;
}
.cms_title h2{font-size: 6vw;}
.shop_info.more a:first-of-type:before, .shop_info.more a:last-child:before {
    height: 55%;
}
.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;
}
#cms_5-c .box_title1::before {
    left: 6px;
}
#cms_5-c .box_txt1::before {
    left: 8px;
}
footer .logo {
    width: 60%!important;
}
#cms_6-b #cate1 .box_txt1 {
    border-right: 0;
}
#cms_6-b #cate1 .cate_box:first-child {
    padding: 20px 20px 30px 20px;
}
#cms_6-b #cate1 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
#cms_6-b #cate1 .cate_box:not(:last-child)::before, #cms_6-b #cate1 .cate_box:not(:last-child)::after {
    left: 50%;
}
#cms_6-b #cate1 .cate_box:not(:last-child)::after {
    border-top-color: #fff7ea;
}
.page8 .tel a{
    width: 65vw;font-size:4.5vw;
    
}
.page10 .more a {
    font-size: 3.8vw;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
    body {animation: none;}
    #catch .catch_txt h2{padding:8px 10px 0px 20px;}
    #contents .box_item h2{padding:8px 10px 0px 20px;}
    #contents .no span{color:rgba(255, 255, 255, 1);}
.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;
}
#cms_6-b #cate1 .box_txt1::before {
    padding: 7px 10px 3px;
}
#cms_6-b #cate1 :not(:last-child).cate_box::before, #cms_6-b #cate1 :not(:last-child).cate_box::after{top:98%;}
.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;}

}