﻿.en_font, .catch_txt::before {
    font-family: 'Josefin Sans', "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .sns_link li{display: none;}

/* ======================================================================================
　　color
======================================================================================== */
.linkStyle{color: #160a0a;transition: opacity .3s;text-decoration: underline;}
.linkStyle:hover{opacity: 0.7}

.border_color3 {
    border-color: #dec31b;
}
.bg_color3 {
    background-color: #dec31b;
}

/* ======================================================================================
　　all
======================================================================================== */
#loading_bg {
    background-color: #dec31b;
}
.g-menu-btn:after{
    background: rgba(255,255,255,0.94);
}
.g-menu-btn.active:after{
    background: transparent;
}

/* ---------- header ---------- */
h1.logo.top {
    width: 31%;
    max-width: 348px;
    top: 5%;
    left: 3%;
    z-index: 2;
}

footer.bg_color1{
    background-color: #282828;
}

/* ---------- more ---------- */
.more a {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
}
.more a:hover{
    transform: scale(1.03);
    transition: 0.5s;
    background: #dec31b;
    color: #fff;
    box-shadow: 0 0 5px #dec31b, 0 0 25px #dec31b, 0 0 50px #dec31b, 0 0 200px #dec31b;
}
.more a span{
    position: absolute;
    display: block;
}
.more a span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#dec31b);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.more a span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#dec31b);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.more a span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#dec31b);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
.more a span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#dec31b);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}

.f_info_wrap .more a{
    background-color: #dec31b;
}



/* ======================================================================================
　　top
======================================================================================== */
.back_color {
    background: -webkit-linear-gradient(rgba(0,0,0,0.5) 0%, rgb(0 0 0) 20%, rgb(0 0 0 / 88%) 80%,#dec31ba3 100%);
    background: linear-gradient(rgba(0,0,0,0.5) 0%, rgb(0 0 0) 20%, rgb(0 0 0 / 88%) 80%,#dec31ba3 100%);
}

/* ---------- main_img ---------- */
.main_txt {
    position: absolute;
    z-index: 2;
    width: 53%;
    max-width: 1125px;
    top: 54%;
    left: 3%;
    transform: translateY(-50%);
}

/* ---------- video ---------- */
#main .sns_link,#main .main_box{z-index: 2;}
#video{ height: 100vh; }
#video video{
width: 100%!important;
height: auto;
width: auto!important;
height: 100%;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
@media  screen and (max-width: 1600px){
#video video{
width: auto!important;
height: 100%;
}
}
/* タブレット用 */
@media  screen and (max-width: 768px){
#main,#video{ height: 37vh!important; }
/*#video video{
width: 100%!important;
height: auto;
}*/
}
/* スマホ用 */
@media  screen and (max-width: 667px){
#main,#video{ height: 43vh!important; }
}

/* ---------- catch ---------- */
#catch {
    /*transform: skewY(-5deg);
    border-bottom: 80px solid #141414;
    margin-top: -80px;*/
    overflow: hidden;
    background: url(Dup/img/bg1.png) no-repeat rgba(222,195,27,0.89);
    background-size: cover;
}
.catch_box {
    /*transform: skewY(5deg);*/
}
.catch_txt {
    background: white;
    color: black;
}

#catch .catch_txt h2{
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.7;
}
#catch .catch_txt h2 span {
    border-bottom: 4px solid #221e03;
    color: #221e03;
}
.catch_txt h3 {
    font-size: 44px;
    letter-spacing: 2px;
    line-height: 1.0;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    text-align: center;
    color: #444444;
}
.catch_txt::before {
    content: "WELCOME";
    position: absolute;
    font-size: 70px;
    text-align: center;
    width: 100%;
    left: 0;
    font-style: italic;
    color: white;
    top: -70px;
}

/* ---------- contents ---------- */
#contents .no>div {
    font-style: italic;
    position: relative;
    left: -10px;
}
#contents .box{
    margin-bottom: 0;
}
#contents h2 {
    display: inline-block;
    border-bottom: 5px solid #dec31b;
    font-size: 29px;
}


/* ======================================================================================
　　under
======================================================================================== */

.content_wrap{
    background-color: rgb(255 255 255);
}
.page10 .more a {
    padding-top: 19px;
    font-size: 16px;
}

/* ---------- cms3 ---------- */
.g_type4 .slide_img figure{
	position: relative;
	overflow: hidden;
}
.g_type4 .slide_img figure img{
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.g_type4 .swiper-slide{
    opacity: 1!important;
}
.g_type4 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type4 .swiper-button-prev{
	background-image: url("../dup/img/swiper_prev.png")!important;
}
.g_type4 .swiper-button-next{
	background-image: url("../dup/img/swiper_next.png")!important;
}




/* ======================================================================================
　　window size
======================================================================================== */

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch_txt::before {
    font-size: 60px;
    top: -59px;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
h1.logo.top {
    width: 40%;
}
.main_txt {
    width: 69%;
    left: 2%;
}
.catch_txt {
    padding-top: 40px;
}
.catch_txt::before {
    font-size: 46px;
    top: -45px;
}
#catch .catch_txt h2 {
    font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
}
#contents h2 {
    font-size: 20px;
}
.shop_info h2 {
    width: 80%;
}
.page8 .tel a{
   font-size: 17px;
}
}

/* fix_banner -------------------------------------- */
.fix_banner{
	max-width: 399px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt {
    position: absolute;
    bottom: 95px;
    right: 376px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fff;
    /* border: solid 2px #ddc21b; */
    z-index: 11;
    cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #221e03;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close{right: -450px;}
.fix_banner.close2{right: -450px;}
@media  screen and (max-width: 768px){
.fix_banner{max-width: 300px;}
.fix_banner .close_bt {
    bottom: 75px;
    right: 277px;
}
}
@media  screen and (max-width: 667px){
.fix_banner{max-width: 212px;}
.fix_banner .close_bt {
    width: 22px;
    height: 22px;
    bottom: 52px;
    right: 193px;
}
.fix_banner .close_bt span {
    width: 22px;
    height: 22px;
}
}
/* fix_banner end -------------------------------------- */



