﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
.font1,h2,h3,h4,.nav .nav1,.cms_title .font_12up,#page_title .font_45{
    font-family: 'Zen Maru Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font2,.cms_title .font_2up,.nav .nav2,#page_title .font_25{
    font-family: 'Damion', cursive;
}

/*
#loading{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#333;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}
#wrap {
    line-height: 1.7;
    font-size: 17px;
}
.menu .nav ul li{
    border-left:none;
}
.sns_box{
    padding-left:20px;
}
.fix_bnr{
    left:20px;
    z-index:10;
}


/*--top page---------------------------
-------------------------------------*/

.top_nav{
    display:none;
}
.catchcopy {
    width: 35vw;
    max-width: 700px;
    left: 50%;
    top: 27%;
    transform: translateX(-50%);
    z-index: 2;
}
.catchcopy img {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}

/*intro*/

#intro {
    /*background-color: #e4fcfe;*/
    background-image:url(./Dup/img/item4.png),url(./Dup/img/item5.png),url(./Dup/img/bg.jpg);
    background-repeat:no-repeat,no-repeat,repeat;
    background-size:25%,25%,200px;
    background-position:top left,top right,top left;
}

.intro_subtitle{
    width: 32vw;
    max-width: 600px;
    margin: 0 auto 30px;
}
#intro h3 {
    color: #fff;
    -webkit-text-stroke: 1.5px #605753;
    text-stroke: 1.5px #605753;
    font-weight: 900;
    font-size: 3rem;
    text-shadow: 3px 3px 0 #605753;
}
.intro_item{
    width: 100%;
    height: 50vh;
    background-image: url(./Dup/img/item1.png),url(./Dup/img/item2.png),url(./Dup/img/intro1.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 15%,15%,100% auto;
    background-position: top left,top right,bottom;
}
#intro_wrap {
    padding: 7% 20%;
}
.car{
    width: 11vw;
    left: 50%;
    bottom: 32%;
    transform: translateX(-50%);
}
.fam1{
    width: 9vw;
    left: 45%;
    top: -7%;
}
.fam2{
    width: 10vw;
    right: 16%;
    bottom: 41%;
}
.fam3{
    width: 10vw;
    left: 16%;
    bottom: 31%;    
}
.svg_box,
#contents .box figure:after{
    display:none;
}
.t_cms_txt5,
.t_cms_txt8{
    font-size:1.5rem;
}
.t_cms_txt6,
.t_cms_txt9{
    font-size:2rem;
}
.t_cms_img2{
    transform:rotate(-3deg);
}
.t_cms_img3{
    transform:rotate(3deg);
}
.t_cms_img2 img,
.t_cms_img3 img{
    border-radius:20px;
}


.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}

.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
    /* display: inline-block; */
    /* position: relative; */
    /* letter-spacing: 1px; */
    /* cursor: pointer; */
    margin-left: 44px;
}
/*
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
*/
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}




/*--under page---------------------------
-------------------------------------*/
.all_page{
    background-color: transparent; 
    background: url(./Dup/img/bg.jpg);
}
#title_img.img-container.active .img-container_img {
    opacity: 0.5!important;
}
#cms_2-g .cate_img1 {
    max-height: 650px;
}

.g_type5 .slide_img figure{
	position: relative;
	overflow: hidden;
}
.g_type5 .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_type5 .swiper-slide{
    opacity: 1!important;
}
.g_type5 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type5 .swiper-button-prev{
	background-image: url("../dup/img/swiper_prev.png")!important;
}
.g_type5 .swiper-button-next{
	background-image: url("../dup/img/swiper_next.png")!important;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){
.intro_item{
    height:55vh;
}
}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#header{
    padding-top:10px;
}
.main_wrap{
    margin-top: 41.5vh;
}
.catchcopy {
    width: 57vw;
    top: 35%;
}
#intro{
    background-size: 33%,33%,200px;
}
#intro_wrap {
    padding: 7% 10% 14%;
}
.intro_subtitle {
    width: 43vw;
}
#intro h3{
    width: 85%;
    font-size: 2.5rem;
    text-align: center;
}
.intro_item {
    height: 23vh;
    background-size: 23%,23%,125% auto;
}
.car{
    width: 19vw;
    bottom: 7%;
}
.fam1 {
    width: 15vw;
    left: 43%;
}
.fam2 {
    width: 17vw;
    right: 14%;
    bottom: -19%;
}
.fam3 {
    width: 17vw;
    bottom: -34%;
}
.t_cms_txt6, .t_cms_txt9 {
    font-size: 1.8rem;
}
.link_type3{padding-bottom: 0;} 

.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.main_wrap{
    margin-top: 31vh;
}
#intro_wrap {
    padding: 7% 5% 14%;
}
.intro_subtitle {
    width: 80vw;
}
#intro h3 {
    width: 100%;
    font-size: 1.6rem;
    text-shadow: 1.5px 1.5px 0 #605753;
}
.intro_item {
    height: 20vh;
    background-size: 30%,30%,142% auto;
}
.car {
    width: 28vw;
    left: 53%;
    bottom: 2%;
}
.fam1 {
    width: 21vw;
    left: 41%;
}
.fam2 {
    width: 23vw;
    right: 6%;
    bottom: -38%;
}
.fam3 {
    width: 24vw;
    left: 9%;
    bottom: -10%;
}
.other .box:hover figure {
    opacity: 0.6;
}
.t_cms_txt6{
    font-size: 1.4rem;
}
.t_cms_txt9 {
    font-size: 1.3rem;
}
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}

#cms_2-g .cate_title{
    font-size: 1.5em;
}

#title_img.img-container.active .img-container_img {
    opacity: 0.8!important;
}
#page_title .img-container::after {
    background-color: rgba(118,118,118,0.3);
}
}




