﻿/* all page */
/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');
#main .main_box.animStart h2, .catch_txt h2, #contents .box .box_item h2, #contents2 h2 {
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #000;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7;}
.txt_color1{color: #000;} /* メインカラー */
.txt_color2{color: #fff;} /* サブカラー */
.txt_color3{color: #5b5b5b;} /* アクセントカラー1 */
.txt_color4{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #000;} /* メインカラー */
.bg_color2{background-color: #fff} /* サブカラー */
.bg_color3{background-color: #787878;} /* アクセントカラー1 */
.bg_color4{background-color: #f6f5ee;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #000;}
.border_color2{border-color: #fff}
.border_color3{border-color: #787878;}
.border_color4{border-color: #f6f5ee;}


/* top ----------------*/

/* header */
.clone-nav .logo {
    max-width: 200px;
}


/* main img */
#main .sns_link, #main .main_box {
    z-index: 2;
}
#main .cms_img1 {
    position: relative;
}
#main .cms_img1::after {
    content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}
#main .main_box {
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    text-align: center;
}
#main .main_box, .more a {
    margin: 0 auto;
}
.catch01{
    top: 2%;
    left: 1%;
    width: 40%;
    z-index: 2;
}
.catch02{
    bottom: 2%;
    right: 1%;
    width: 35%;
    z-index: 2;
}
/*アニメーション*/
.animate {
  opacity: 0;
  transition: all 0.6s;
    transform: translateY(20%);
}
.animate.show {
  opacity: 1;
    transform: translateY(0%);
}
.animate.show:nth-of-type(1) {
  transition-delay: 0.2s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.4s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.6s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 0.8s;
}
.animate.show:nth-of-type(5) {
  transition-delay: 1.0s;
}
.animate.show:nth-of-type(6) {
  transition-delay: 1.0s;
}

.ani_fadein{
	display: none;
}
.ani {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
opacity: 0;
  animation-delay: 2.0s;
}
.ani2 {
  animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
opacity: 0;
  animation-delay: 2.5s;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes slideIn2 {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.lineani {
    opacity: 0;
    transform: rotate(-45deg) scaleY(0);
    transition: 1.5s;
    transition-delay: 0.5s;
}
.lineani.anim {
    opacity: 1;
    transform: rotate(-5deg) scaleY(1);
}

/* main */

/* intro */
.catch_txt h2{
    font-size: 50px;
    margin-top: -90px;
    margin-bottom: 40px;
    text-align: center;
}

/* contents */
#contents2 .con2_img{
    width: 47%;
    z-index: 2;
    position: relative;
}
#contents2 h2{
    top: 20%;
    left: -30px;
    font-size: 86px;
    font-weight: bold;
    background-color: rgba(255,255,255,0.6);
    width: calc(100% + 50px);
    padding: 3%;
    padding-left: 46%;
    letter-spacing: 0.5px;
}
#contents2 .con2_box{
    bottom: 15%;
    right: 6%;
    width: 63%;
    z-index: 2;
}

/* topcms */
.top_cms_box {
    padding: 0 15px 50px;
}

/* footer */



/* under page */
.content_wrap {
    background-color: rgba(255, 255, 255, 0.8);
}
.cate_list li a {
    background-color: #000;
    color: #fff;
    padding: 10px 5px;
}
.cate_list li a:hover {
    background-color: #fff;
    color: #000;
    z-index: 2;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    /*#video video{
        width: auto!important;
        height: 100vh;
    }*/
    #main{
        width: 100vh;
        height: auto!important;
    }
    #video{margin-bottom:-10px;}
    #main .main_box h1 {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .catch01{
        width: 47%;
    }
    .catch02{
        width: 39%;
    }
    .catch_txt h2 {
        font-size: 34px;
        margin-top: -65px;
        margin-bottom: 30px;
    }
    #contents2 h2 {
        font-size: 33px;
        padding-left: 48%;
    }
    #contents2 .con2_box {
        bottom: 10%;
        right: 3%;
        width: 75%;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .sp_back{
        opacity: 1!important;
    }
    #video video{
        width: auto!important;
        height: 50vh;
    }/**/
    #main .main_box h1{
        margin-bottom: 5px;
    }
    #main .main_box .more a{
        width: 95%;
        font-size: 12px;
    }
    .catch01{
        width: 53%;
    }
    .catch02{
        width: 52%;
    }
    .catch_txt h2 {
        font-size: 21px;
        margin-top: -35px;
    }
    #contents2 {
        padding-top: 55px;
        padding-bottom: 100px;
        margin-bottom: 50px;
    }
    #contents2 .con2_img {
        width: 90%;
    }
    #contents2 h2{
        font-size: 29px;
        width: calc(100% + 5px);
        padding: 4%;
        top: 0;
        left: -1%;
    }
    #contents2 .con2_box {
        bottom: -5%;
        right: 10%;
        left: 10%;
        width: 80%;
        /*background-color: rgba(0,0,0,0.4);*/
    }
    .shop_info h2 {
        font-size: calc(1rem + 12px);
    }
    #footer .f_info_wrap .logo{
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
}



