﻿/* ----------　all　---------- */
.linkStyle{
	color:#ef7900;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#ef7900;
	opacity: 0.7;
	transition: all 0.5s;
}


body {
    font-weight: 600;
    background-image: url('/Dup/img/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.en_font {
    font-weight: 600;
}

main {
    background-color: #FFFCFA;
}

/* nav */


/* footer */

#fix-bnr {
    bottom: 10px;
    right: 80px;
    z-index: 3;
}

#footer_txt {
    padding-right: 10px;
}

#page-top {
    transition: 0.3s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/Dup/img/main-copy.png), url(/Dup/img/main-l.png), url(/Dup/img/main-r.png);
    background-repeat: no-repeat;
    background-size: 40%,20%,20%;
    background-position: 50% 50%, 0 110%, 100% 110%;
}

#main_img .arrowWrap {
    display: none;
}

/* top */

#contents2 h3 {
    width: 40%;
    padding-left: 20px;
}

#contents2 h3::after {
    display: none;
}

.ilu1 {
    z-index: 3;
    max-width: 380px;
    left: 0;
    bottom: 0;
}

.ilu2 {
    z-index: 3;
    max-width: 170px;
    left: 45%;
    bottom: 0;
}

.ilu3 {
    z-index: 3;
    max-width: 380px;
    right: 0;
    bottom: -15%;
    width: 25%;
}

/* top-cms */

#top-menu-box {
    row-gap: 50px;
}

.top-menu span {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(35,24,21,0.3);
}



/* ----------　下層ページ　---------- */



/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
main {
    overflow: hidden;
}
    
#contents2 h3 {
    width: 70%;
    padding-left: 0;
    margin: 0px auto 20px;
}

#contents2 > div {
    background-color: rgba(0,0,0,0.85);
}
    
.ilu1 {
    bottom: -14%;
    width: 35%;
}

.ilu2 {
    left: auto;
    right: 3%;
}

.ilu3 {
    width: 30%;
    right: -5%;
    bottom: -10%;
    transform: rotate(-25deg);
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#fix-bnr {
    right: 50px;
    width: 80%;
}
    
#main_img {
    height: 50vh;
}

#main_img:before {
    background-size: 55%,25%,25%;
    background-position: 50% 50%, 0 105%, 100% 105%;
}

#page_title h2 {
    font-size: 20px;
}

#footer_txt {
    padding-right: 0px;
}

.ilu1 {
    bottom: -6%;
    width: 30%;
}

.ilu2 {
    left: auto;
    right: 3%;
    width: 25%;
    bottom: -5%;
}

.ilu3 {
    width: 40%;
    right: 0%;
    bottom: -15%;
    transform: none;
}

#copyright {
    font-size: 10px;
    padding: 10px 10px 30px;
}
    
    
}