﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#362d02;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#362d02;
	opacity: 0.7;
	transition: all 0.5s;
}


h2,h3 {
    font-family: 'Noto Serif', 'Noto Serif JP', serif;
}

.font_gold {
  display: inline-block;
  background:  linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  background: -webkit- linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* nav */

#header .logo {
    width: 10%!important;
}

.con-bnr {
    width: 20%;
    right: 50px;
    bottom: 20px;
    z-index: 3;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* footer */

.shop_info h2 {
    font-size: 27px!important;
}

/*footer .entry.more a {*/
/*     background: transparent!important; */
/*}*/

/*footer .entry.more a:after {*/
/*    background-color: #ffffff;*/
/*}*/

/* ----------　TOP　---------- */

/* main-img */

#main .main_box h1 {
    max-width: 200px;
}

.cms_img1 {
    position: relative;
    z-index: -1;
}

.cms_img1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 1;
}

#main .main_box {
    max-width: initial;
    top: 70%;
}

.main_txt {
    margin: 0 0 40px;
}

.top-dc {
    right: 20px;
    top: 70%;
    width: 45%;
    transform: rotate(-13deg);
} 

.top-dc.animStart img {
  animation: heroText2 600ms 800ms both;
  transition-delay: 1s;
}

@-webkit-keyframes heroText2 {
0% {
	opacity: 0;
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0)
}
100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
}
@keyframes heroText2 {
0% {
	opacity: 0;
	-webkit-transform: translate(-50px, 0);
	transform: translate(50px, 0)
}
100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
}

/* top */

#catch {
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(107,107,107,0.3) 24%, rgba(230,230,230,0.3) 60%, rgba(107,107,107,0.3) 85%, rgba(0,0,0,0.3) 100%);
}

#catch::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10%;
    width: 100%;
    height: 185px;
    background-image: url(../dup/img/ltd.png);
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: loop 30s linear infinite;
    transform: rotate(-5deg);
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1249px;}
}

.catch_txt {
    width: 80% !important;
    background-color: transparent;
}

/*.catch_txt h2 span span {*/
/*  display: inline-block;*/
/*  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);*/
/*  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*}*/

#con-rec, .shop_info .info, .shop_info .contact {
background: rgb(0,0,0);
background: linear-gradient(130deg, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 70%, rgba(51,51,51,1) 80%, rgba(26,26,26,1) 90%, rgba(0,0,0,1) 100%);
}

#con-rec::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10%;
    width: 100%;
    height: 135px;
    background-image: url(../dup/img/reco.png);
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: loop2 30s linear infinite;
    transform: rotate(5deg);
}
@keyframes loop2 {
	0% {background-position-x: 0;}
	100% {background-position-x: 1345px;}
}

#con-rec .rec-ul {
   row-gap: 100px;
}

#con-rec .rec-ul li {
    line-height: 1.5;
    padding-top: 25px;
    display: inline-block;
    height: 100px
}

#con-rec .rec-ul li:before, #con-rec .rec-ul li:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#con-rec .rec-ul li:before {
  border-left: solid 3px #f2f2f2;
  border-top: solid 3px #f2f2f2;
  top:0;
  left: 0;
}

#con-rec .rec-ul li:after {
  border-right: solid 3px #f2f2f2;
  border-bottom: solid 3px #f2f2f2;
  bottom:0;
  right: 0;
}

.anim_box .item{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.anim_box .item.start{transform: translateY(0);opacity: 1;}

#con-rec .more a {
    margin: auto;
    max-width: 300px;
    margin-top: 50px;
    background-color: #333333;
}

.no {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(70,70,70,1) 36%, rgba(0,0,0,1) 100%);
}

.no span {
  display: inline-block;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* top-cms */

.top_cms_box, .content_wrap {
    background-color: transparent;
}

.more a {
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 30%, rgba(0,0,0,1) 100%);
}


/* ----------　下層ページ　---------- */

#cms_1-a .pager li a span {
    background-color: #ffffff;
    border-color: #ffffff;
}

#cms_1-a .pager li a span:hover {
    background-color: #000000;
}

.cms_6-b .box_txt1, #cms_6-b .box_txt1 {
    background: rgb(0,0,0);
    background: linear-gradient(130deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 70%, rgba(0,0,0,1) 100%);
}

#cms_5-f .cate_box .open_bt .box_title1::before, .cms_5-f .cate_box .open_bt .box_title1::before {
    color: #ffffff;
}

#cms_5-f .cate_box .open_bt .arrow::before, #cms_5-f .cate_box .open_bt .arrow::after, .cms_5-f .cate_box .open_bt .arrow::before, .cms_5-f .cate_box .open_bt .arrow::after {
    background-color: #ffffff;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main{
    height: 70vh!important;
}
    
#video video {
    height: 70vh;
    width: auto!important;
    transform: translateX(-15%);
}
    
.con-bnr {
    width: 35%;
}
    
#catch::before {
    height: 135px;
}

#con-rec::before {
    height: 100px;
}

#con-rec .rec-ul {
   row-gap: 80px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main {
    z-index: 3;
    height: 75vh!important;
}
#video video {
    height: 75vh;
    width: auto!important;
    transform: translate(-35%, 0);
}
    
.con-bnr {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}
    
.sp_back {
    z-index: -5;
}

.top-dc {
    right: auto;
    top: 10%;
    width: 65%;
    transform: rotate(-13deg);
    left: 15px;
}

#main .main_box {
    max-width: initial;
    top: 80%;
}
    
#catch::before, #con-rec::before {
    top: 5%;
    height: 75px;
}

#con-rec .rec-ul {
   row-gap: 50px;
}
    

.catch_txt {
    width: 90%!important;
    min-width: initial;
}

.no {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(70,70,70,1) 36%, rgba(0,0,0,1) 100%);
}

.shop_info h2 {
    font-size: 18px!important;
    width: 80%;
}

#tel_contact .tel a {
    font-size: 16px!important;
}

.cate_list li a:hover {
    transform: none;
}
    
    
}