﻿/* ----------　all　---------- */
.linkStyle{
	color:#d397a4;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#d397a4;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    background-image: url('/Dup/img/saten.jpg');
    background-attachment: fixed;
}

#wrap {
     background: url(Dup/img/bg.jpg) no-repeat;
     background-size: cover;
     background-attachment: fixed;
}

#wrap_bg {
     background: url(Dup/img/bg.jpg) no-repeat;
     background-size: cover;
     background-attachment: fixed;
     display: none;
}

/* nav */

#header .logo {
    margin-left: 70px;
}

#header .overlay .logo {
    margin-left: 0px;
}

.nav_menu {
    padding-left: 30px;
}

.top_page #header {
    background: linear-gradient(to bottom, rgba(255, 255, 255,0.3) 0%, rgba(255, 255, 255,0.15) 60%, transparent 100%);
    background-color: transparent;
}

/* footer */

.line-bnr {
    bottom: 5px;
    right: 3%;
    z-index: 1;
}

.line-bnr a {
    max-width: 330px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.top_page footer:before {
    background-color: rgba(17, 17, 17 ,0.65);
}

.top_page .sns_link li {
    max-width: 45px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 0;
    padding: 5px;
}

.all_page .sns_link li {
    background-color: transparent;
}

.top_page footer #footer {
    filter: none;
}

/* ----------　TOP　---------- */

/* main-img */

.main_img {
    height: 100%;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.main_img:before {
    content: "";
    width: 50%;
    height: 95%;
    background-image: url(/Dup/img/moon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10%;
    left: -5%;
    z-index: 2;
    min-width: 700px;
    opacity: 0.75;
}

.main-copy {
    z-index: 3;
    font-size: clamp(20px, 4.5vw, 80px);
    top: 20%;
    left: 3%;
    font-weight: bold;
}

/* top */

.con1 .box_img:before {
    content: "";
    width: 50%;
    height: 70%;
    background-image: url(Dup/img/dec1_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10%;
    right: -30%;
    z-index: 0;
    transform: rotate(125deg);
}

.con2 {
    position: relative;
}

.con2:before {
    content: "";
    width: 500px;
    height: 220px;
    background-image: url('/Dup/img/dec2_1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    right: -10%;
    z-index: 2;
}

#contents3 .box .box_img {
    position: relative;
}

/*#contents3 .box .box_img:before {*/
/*    content: "";*/
/*    width: 25%;*/
/*    height: 59%;*/
/*    background-image: url(/Dup/img/dec3_1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: left;*/
/*    position: absolute;*/
/*    right: -23%;*/
/*    top: 10%;*/
/*}*/

.dec4 {
    bottom: -3%;
    left: -25%;
    z-index: 3;
    width: 35%;
}

.dec5 {
    top: 10%;
    right: 0%;
    width: 35%;
    transform: rotate(25deg);
}

/* top-cms */

#top_cms:before {
    display: none;
}

#top_cms {
        background-color: rgba(248,248,248,0.65);
}

.top_cms_box .cms_title {
    white-space: nowrap!important;
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	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;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 50px!important;
    margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
    background-image: url("../dup/img/link_type1_icon.png");
    background-size: 50px;
    background-position: top center;
    background-repeat: no-repeat;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 40px;
	padding-bottom: 40px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}

/* ----------　下層ページ　---------- */

#wrap.all_page {
    background: #ffffff;
}

.btn_container a {
    background-color: #F560B5;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#header .logo {
    margin-left: 5px;
}

.nav_menu {
    padding-left: 0px;
}

#wrap {
     background: none!important;
     background-attachment: scroll;
}

#wrap_bg {
    content: "";
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100vw;
     height: 100vh;
     background: url( "Dup/img/bg.jpg" ) no-repeat;
     background-size: cover;
     background-position: center;
}

    
#main {
    overflow: hidden;
}
    
.main_img:before {
    width: 40%;
    height: 80%;
    top: 0%;
}

.main-copy {
    top: 25%;
    left: 5%;
}

.con2:before {
    height: 180px;
    bottom: 0;
    right: 35%;
    z-index: 2;
}

#contents3 .box .box_img:before {
    display: none;
}

.con1 .box_img:before {
    bottom: -30%;
    right: -30%;
    z-index: 0;
    transform: rotate(170deg);
}

.dec4 {
    top: 9%;
    left: 0%;
    z-index: 0;
}

.dec5 {
top: 40%;
    right: -15%;
    transform: rotate(90deg);
        width: 45%;
}

.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.main_img {
    background-position: 40% 50%;
}
    
.main_img:before {
    width: 40%;
    height: 80%;
    top: 40%;
}

.main_img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.35);
}

.main-copy {
    top: 60%;
    left: 5%;
    text-shadow:0.5px 0.5px 0px rgba(255,255,255,0.75);
    font-size: clamp(20px, 6vw, 75px);
}
    
    
.con1 .box_img:before {
    bottom: -53%;
    right: -20%;
    transform: rotate(10deg);
    width: 40%;
}

.con2:before {
    bottom: -1%;
    right: 35%;
    width: 100%;
    height: 100px;
    z-index: 0;
}

.dec4 {
top: 3%;
    left: -5%;
    width: 40%;
    height: 23%;
}

/*.dec5 {*/
/*    top: 40%;*/
/*    right: -20%;*/
/*    transform: rotate(90deg);*/
/*    width: 70%;*/
/*}*/

.dec5 {
    display: none;
}

.img_wrap .box_img .img1 img {
    height: 30vh!important;
}

#contents3 .img_wrap .box_img .img1 {
    width: 60%;
    left: 0;
    top: 25%;
}

.box_img .img2 {
    width: 50%;
    left: 65%;
    bottom: 3%;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

.line-bnr {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
}

.top_page .sns_link li {
    padding: 0px;
}

    
    
}