﻿@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');
.font1,.en_font,
.top_cms_title p,
#menu_wrap .title2,
#page_title p,
.cate_list li .cate_no,
#page10 .box a > div p,
.top_com_title p{
    font-family: 'Yesteryear', cursive;
}

.linkStyle{
    color:#971E23;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}
#body{
    overflow:hidden;
}

/*
#page_top{
    position:absolute;
}
#footer{
    background-image:url(./Dup/img/footer.jpg);
    background-size:cover;
    background-position: center center;
}
#page_title{
    background-image:url(./Dup/img/page_title.jpg)!important;
    background-size:cover;
    background-position: center center;
}
*/



/*--all page---------------------------
-------------------------------------*/
#menu_wrap nav ul li{
    padding-top:20px;
}
#footer::after{
    background-color:rgb(0,0,0)!important;
}

#map{overflow: hidden;}
#map iframe{margin-top:-48px;margin-left: -2px;}

/*fixbnr*/
.fixbnr{
    width:60px;
    height:200px;
    z-index:3;
    right:0;
    bottom:70px;
}


/*--top page---------------------------
-------------------------------------*/
/*
#main_img {
    background-image: url(./Dup/img/main_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
*/
#main_img::after{
    display:none;
}

/* 動画 -----*/
.video{
    height: auto;
    width: 100%;
}



.intro_sub{
    padding:250px 20px 20px;
}
.intro_sub img{
    width:auto;
    transform:rotate(-5deg);
}
.intro2 img,.cont img,.pride img{
    width:auto;
}
.hand{
    width:25vw;
    top:0;
    right:0;
    z-index:2;
}
.men{
    width:8vw;
    bottom:-4%;
    right:3%;
    z-index:4;
}
.men2{
    width:7vw;
    bottom:-3%;
    left:10%;
    z-index:2;
}
#top_cms .top_cms_box .top_cms_title p{
    color: #FAF2E3;
    opacity: 1;
}
#contents_links .box_wrap .box a div span,
#top_cms .top_cms_box .more a{
    padding:15px 20px 10px;
}
#contents_links .box_wrap .box a div span,
#top_cms .top_cms_box .more a span{
    font-size:2rem;
}
#contents_links .box_wrap .box a div span::after,
#top_cms .top_cms_box .more a::after{
    background-color: #F0A085
}

/*top company*/
.top_com_title{
    position:relative;
}
.top_com_title h3{
    position:relative;
    z-index: 2;
}
.top_com_title p{
    color: #FAF2E3;
    opacity: 1;
    position: absolute;
    font-size: 70px;
    bottom: 0;
    left: 20px;
    z-index: 1;
    letter-spacing: 6px;
}

.top_company .box{
    padding-bottom: 5px;
    margin-bottom:20px;
    display: table;
    box-sizing: border-box;
    width: 90%;
    margin:auto;
}
.top_company .box:nth-of-type(-n+5),
.top_company .box:nth-of-type(7){
    display:none;
}
.top_company h3{
    font-size:20px;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}
.top_company p{
    font-size:18px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle; 
    width: 70%;
}




/*--under page---------------------------
-------------------------------------*/
#page_title > div p{
    font-size:100px;
    letter-spacing: 1px;
}
.cate_list li .cate_no{
    font-size: 40px;
    bottom: 10px;
    opacity:0.15;
}
#page10 .box a > div p{
    opacity:0.1;
}


/* ---------- responsive ---------- */
@media screen and (max-width: 1350px){
.men,.men2{
    width:9vw;
}
}

@media screen and (max-width: 1000px){
.intro_sub img{
    width:45%;
}
.cont img,.pride img{
    width:40%;
}
.men,.men2{
    width:11vw;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    height: auto;
    padding: 0;
    min-height: auto;
}
.video{
    height: auto;
}

.hand{
    width:30vw;
    top:-50px;
}
.intro_sub {
    padding: 100px 20px 20px;
}
.intro_sub img{
    width:55%;
}
.men,.men2{
    width:17vw;
}
.men2{
    bottom:-11%;
    z-index:4;
}
.top_company h3 {
    font-size: 17px;
}
.top_company p {
    font-size: 14px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
h1 img {
    width: 80px;
}
h1::after {
    border-width: 110px 110px 0 0;
}
.hand{
    width:35vw;
    top: 10px;
    right:-22px;
}
.intro_sub{
    margin-top:80px;
}
.intro_sub img {
    width: 65%;
}
.men {
    width: 25vw;
    bottom:-7%;
}
.men2{
    width:25vw;
    bottom:-5%;
}
.cont img, .pride img {
    width: 50%;
}
#footer_box h2{
    padding:0 10px;
}
#contents_links .en_font{
    font-size:1.5rem;
}
#page_title > div p{
    font-size:65px;
}
.fixbnr{
    width: 40px;
    height: 120px;
}
.top_com_title p{
    font-size:60px;
}
.top_company .box{
    display:block;
    margin-bottom: 20px;
}
.top_company h3,
.top_company p{
    width:100%;
    display:block;
}

}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){

}


