﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #5d9f8f;}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
/*.txt_color3, .hvr_txt_color3:hover{color: #a67c52}*/
.txt_color4, .hvr_txt_color4:hover{color: #9b9b88;}

/* background-color */
/*.bg_color1, .hvr_bg_color1:hover{background-color: #160a0a}*/
/*.bg_color2, .hvr_bg_color2:hover{background-color: #e6e6e6}*/
/*.bg_color3, .hvr_bg_color3:hover{background-color: #a67c52}*/
.bg_color4, .hvr_bg_color4:hover{background-color: #062049;}

/* border-color ※!important */
/*.border_color1, .hvr_border_color1:hover{border-color: #160a0a}*/
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
/*.border_color3, .hvr_border_color3:hover{border-color: #a67c52}*/
.border_color4, .hvr_border_color4:hover{border-color: #9b9b88;}

#wrap, #footer {
    background-color: #e4e4de;
}

/* header */
.shop_link a p{
    width: 100%;
}
.top #logo{
    background-color: rgba(255,255,255,0.5);
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto!important;
    transition: .5s;
}
/*.top #header.active #logo{*/
/*    background-color: transparent;*/
/*    padding-bottom: 0;*/
/*}*/

/* top ----------------*/

/* main img */
#main_img .main_logo{
    width: 70%;
    max-width: 1500px;
    top: 38%;
}
#main_img .main_visual{
    width: 37%;
    max-width: 670px;
}
#main_img .catch{
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 620px;
}

/* main */

/* intro */
.anim_type2{
	position: relative;
	animation-name: anim_type2;
	animation-iteration-count: infinite;
	animation-duration: 0.1s;
	animation-direction: alternate;
	animation-timing-function: steps(2);
	transition-duration: .3s;
	transition-property: transform;
}
@keyframes anim_type2 {
	0% {bottom: 0;}
	100% {bottom: -3px;}
}
.car {
    margin-top: 60px;
    margin-left: 10%;
}

/* contents */
#contents_wrap h2, .tab_content .con_txt {
    color: #fff;
}
#contents_wrap .con_item {
    opacity: 0.3;
}
#contents_wrap #contents1 .con_item {
    width: 12%;
}

#contents1 .txt {
    width: 40%;
    margin-right: 10%;
    padding: 10px 0 10px 28px;
    line-height: 1.5;
    margin-top: 0!important;
    overflow: hidden !important;
}
#contents1 .txt:before {
    content: "」";
    position: absolute;
    display: block;
    left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    margin: auto;
    font-size: 2rem;
}
#contents1 .txt::after {
    content: "";
    display: block;
    border: 1px solid;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}
#contents1 .txt:nth-child(even) {
    margin-right: 0%;
}
#contents1 .txt_nado {
    right: 0;
    bottom: -70px;
}
#contents_wrap .tab_content .box .con_txt .txt_nado {
    opacity: 0;
    transition: all 0.5s .15s;
    transform: translateY(30px);
    transition-timing-function: cubic-bezier(0,0,0,1);
}
#contents_wrap .tab_content .box.active .con_txt .txt_nado {
    opacity: 1!important;
    transform: translateY(0);
    transition-duration: 1s;
    transition-delay: .5s;
}
#contents_wrap .tab_content .box.active .con_txt .txt_nado {
    transition-delay: .65s;
}


/* topcms */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
    border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* footer */



/* under page */
#page_title::before {
    background: #e4e4de;
}


/* ---------- 1320px ---------- */
@media screen and (max-width: 1320px){
.top #logo {
    width: 25%!important;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .main_logo {
    width: 80%;
    top: 35%;
}
#main_img .main_visual {
    width: 60%;
    top: 55%;
}
#main_img .catch {
    bottom: 3%;
}

.top #logo {
    padding-left: 15px;
    padding-right: 15px;
}
#main_img .main_a{
    height: 70%;
    overflow: hidden;
    position: relative;
}
#main_img .main_a img{
    position: absolute;
    top: -50px;
    left: 0;
}
#main_img .main_b{
    height: 30%;
    padding: 0 60px;
}
.car {
    margin-top: 30px;
}
#contents_wrap .tab_content .box .con_txt .txt_nado {
    opacity: 1!important;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.overlay .menu_box {
    backdrop-filter: none;
}
#main_img {
    height: 60vh!important;
}
#main_img .main_logo {
    width: 80%;
    top: 50%;
}
#main_img .main_visual {
    width: 70%;
    top: 73%;
}
#main_img .catch {
    bottom: 0;
    width: 60%;
}
#contents1 .txt {
    width: 100%;
    margin-right: 0%;
}

.top #logo, .top #header.active #logo {
    padding: 20px;
    width: 50%!important;
}
#main_img .main_a {
    height: 50%;
}
#main_img .main_b {
    height: 50%;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 20px;
}
.car {
    margin-top: 0;
    max-width: 130px;
}
#contents1 .txt_nado {
    bottom: -40px;
}

}


/*バナー*/
.btn_container a{padding: 8px 30px;}
#top_cms2 .btn_container a {
    padding: 20px 30px;
}


/*20230502修正*/
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .main_a, #main_img > div {
    height: auto;
}
#main_img {
    height: auto!important;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){}

