﻿body,a{cursor: none}
.cursor{
    width: 8px;
	height: 8px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 999;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}
.cursor::before {
    content: " ";
    display: block;
    width: 65px;
    height: 65px;
    position: relative;
    top: -22px;
    left: -18px;
    opacity: 1;
    transition: 0.3s;
    background-image: url("../dup/img/cursor.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.cursor.is-active{
	opacity: 1;
	background-color: transparent;
	transform: scale(1.8);
}




body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #ffa500} /* メインカラー */
.txt_color2{color: #697A84} /* サブカラー */
.txt_color3{color: #302D2A} /* アクセントカラー1 */
.txt_color4{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #ffa500} /* メインカラー */
.bg_color2{background-color: #ffa500} /* サブカラー */
.bg_color3{background-color: #302D2A} /* アクセントカラー1 */
.bg_color4{background-color: #E6EAED} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #ffa500}
.border_color2{border-color: #697A84}
.border_color3{border-color: #302D2A}
.border_color4{border-color: #E6EAED}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #ffa500} /* メインカラー */
.hvr_txt_color2:hover{color: #697A84} /* サブカラー */
.hvr_txt_color3:hover{color: #302D2A} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #ffa500} /* メインカラー */
.hvr_bg_color2:hover{background-color: #697A84} /* サブカラー */
.hvr_bg_color3:hover{background-color: #302D2A} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #E6EAED} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #ffa500}
.hvr_border_color2:hover{border-color: #697A84}
.hvr_border_color3:hover{border-color: #302D2A}
.hvr_border_color4:hover{border-color: #E6EAED}



/*  ---------------------------------------------------------------------------------------------*/
 
 .nav_box  {
    background-color: #ffdcef;
}

#global-nav ul span{
    color: #ffa500!important;
    font-weight: bold;
}

#global-nav{
    background-color: #ffdcef;
}


.sample1  {
    vertical-align: bottom;
    width: 124%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 1;
    right: -84%;
    top: 0%;
    background-repeat: no-repeat;
}



.sample2{
    vertical-align: bottom;
    width: 124%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 1;
    right: -78%;
    top: 20%;
    background-repeat: no-repeat;
}


.sample3 {
    vertical-align: bottom;
    width: 124%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 1;
    right: -128%;
    top: -0%;
    background-repeat: no-repeat;
}



.bur{
    position: absolute;
    padding-top: 3px;
    box-sizing: border-box;
    max-width: 300px;
    z-index: 2;
    bottom: 85%;
    right: 43%;
}

.bur2{
    position: absolute;
    padding-top: 3px;
    box-sizing: border-box;
    max-width: 300px;
    z-index: 2;
    bottom: 68%;
    right: 43%;
}

.bur3 {
    position: absolute;
    padding-top: 3px;
    box-sizing: border-box;
    max-width: 300px;
    z-index: 2;
    bottom: 52%;
    right: 43%;
}

#contents2{
    background-image: url(dup/img/back2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #ffdcef;
}

.contents_txt {font-weight:bold;}

/*----スマフォロゴ------
@media screen and (max-width: 667px){
#logo{display: none;}
 }*/
 
 /*----------*/
 
 
@media screen and (max-width: 375px){ 
 .sample1 {
   display:none;
}
    
    
    
.sample2 {
   display:none;
} 

.cursor{display:none;}

#main_img{
    padding-top: 63.375px!important;
}

.contents_inner h2{
    font-size: 18px;
}

.cate_title  {
    font-size: 18px;
}

.pd_20px {
    padding: 10px;
}

.bur{
   display:none;
}

.bur2{
   display:none;
}

.bur3{
   display:none;
}


}


@media screen and (max-width: 414px){ 
 .sample1 {
   display:none;
}
    
    
    
.sample2 {
   display:none;
} 

.cursor{display:none;}

#main_img{
    padding-top: 63.375px!important;
}

.contents_inner h2{
    font-size: 18px;
}

.cate_title  {
    font-size: 18px;
}

.pd_20px {
    padding: 10px;
}

.bur {
   display:none;
}

.bur2{
   display:none;
}

.bur3 {
   display:none;
}

}

.txt1{
    top: 46%;
    z-index: 2;
    position: absolute;
    padding-left: 23%;
    padding-top: -1%;
    font-weight: bold;
    font-size: 37px;
} 

@media screen and (max-width: 375px){ 
.txt1 {
    top: 36%;
    z-index: 2;
    position: absolute;
    padding-left: 23%;
    padding-top: -1%;
    font-weight: bold;
    font-size: 26px;
}}


@media screen and (max-width: 414px){
.txt1 {
    top: 36%;
    z-index: 2;
    position: absolute;
    padding-left: 23%;
    padding-top: -1%;
    font-weight: bold;
    font-size: 26px;
}}



@media screen and (max-width:820px){ 


.cursor{display:none;}

#main_img{
    padding-top: 56.375px!important;
}

.contents_inner h2{
    font-size: 18px;
}

.cate_title  {
    font-size: 18px;
}

.pd_20px {
    padding: 10px;
}

.bur {
    position: absolute;
    padding-top: 3px;
    box-sizing: border-box;
    max-width: 300px;
    z-index: 2;
    bottom: 79%;
    right: 43%;
}

.bur2 {
    position: absolute;
    padding-top: 3px;
    box-sizing: border-box;
    max-width: 300px;
    z-index: 2;
    bottom: 62%;
    right: 43%;
}

.bur3 {
    position: absolute;
    padding-top: 3px;
    box-sizing: border-box;
    max-width: 300px;
    z-index: 2;
    bottom: 43%;
    right: 43%;
}


}

.hamburger {
    background-color: rgb(0 0 0 / 0%);
}

.rogo3 img{
    width: 41%;
    max-width: 300px;
}


@media screen and (max-width: 414px){ 
#foot_banner_sp{
    font-size: 16px;
    text-align: center;
    padding-top: 33px;
    box-sizing: border-box;
    max-width: 287px;
    z-index: 2;
    bottom: 5px;
    right: 74px;
    width: 71%;
    top: 86%;
}}

@media screen and (max-width: 375px){ 
#foot_banner_sp{
    font-size: 16px;
    text-align: center;
    padding-top: 33px;
    box-sizing: border-box;
    max-width: 287px;
    z-index: 2;
    bottom: 5px;
    right: 74px;
    width: 71%;
    top: 81%;
}}

#rogo .rogo3 img{
    width: 60%;
    max-width: 300px;
}
