/* ================================
  brasscene
================================ */
#wrap{
	overflow: hidden;
}
    
#topWrap {
	padding-top: 80px;
	overflow: hidden;
	padding-bottom: 80px;
	background: #edeff5;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 80px 0 80px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	margin: auto;
}

#topWrap .headBox  .headWarp .deco {
    color: #fff;
    font-size: clamp(50px, 8vw, 120px);
    font-weight: normal;
    font-family: Century Gothic, sans-serif;
    white-space: nowrap;
    margin-bottom: -40px;
    display: block;
}
#topWrap .headBox  .headWarp h1{
	font-size: clamp(28px, 4vw, 70px);
    color: #0d276a;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
#topWrap .headBox  .headWarp .sub {
    font-size: clamp(14px, 2vw, 24px);
    color: #0d276a;
    display: flex;
    align-items: center;
}
#topWrap .headBox  .headWarp .sub::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #0d276a;
    margin-left: 10px;
}
#topWrap  .inBox {
 position:relative;
 display: flex;
 justify-content: flex-end;
 

}
#topWrap .inBox .brasscene_rogoBox{
 background: url("../img/img_brasscene/top_bg.png")no-repeat;
 background-position: right center;
 background-size: cover;
	flex: 1;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
#topWrap .inBox .brasscene_rogoBox img{
display: block;
width: 40%;
	max-width: 360px;
	height:auto;
	margin-right: 20%;
}
#topWrap .inBox .imgBox {
width: 55%;
max-width: 960px;
}
#topWrap  .textBox {
	max-width: 1200px;
	margin: 60px auto 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	top:90px;
	left: 50%;
    transform: translate(-50%, -50%);
}




@media screen and (max-width: 1280px) {
#topWrap  .headBox {
}
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
#topWrap  .textBox {
	max-width: none;
	margin: 40px 5% 0;
}
	#topWrap .imgBox .sub  {
	top: -20px;
		left: -30%;
}
}
@media screen and (max-width: 1150px) {
	
	
#topWrap  .inBox p{
	width: 38%;
}
#topWrap  .inBox p br{
	display: none;
}

}

@media screen and (max-width: 767px) {
#topWrap {
  padding-top: 0;
  padding-bottom: 0;
}
  #topWrap p {
    padding: 0;
  }
#topWrap .inBox {
 flex-direction: column-reverse;
}

#topWrap .inBox .imgBox {
width: 100%;
}
#topWrap .inBox .brasscene_rogoBox{
 background-position: bottom right;
 justify-content: center;
}
#topWrap .inBox .brasscene_rogoBox img{
width: 40%;
	margin-right: 0;
	padding: 40px 0;
}

#topWrap .headBox .headWarp .deco {
    margin-bottom: -20px;
}
}
/*共通パーツ*/



/*#sec01*/
#sec01 {
	/*margin-top: 4rem;*/
	padding: 2rem 0 8rem;
	position:relative;
	background: #edeff5;
}

#sec01 .inBox {
	max-width: 1200px;
	margin: auto;
	flex-direction: row-reverse;
	align-items: center;
	position:relative;
	z-index: 2;
	padding: 0;
}
#sec01 .imgBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 120px 0 0;
}
#sec01 .imgBox img {
	width: 48%;
	max-width: 580px;
	height:auto;
	display: block;
}
#sec01 .imgBox img:first-child {
	margin-top: -40px;
}
#sec01 .imgBox img:last-child {
	margin-bottom: -40px;
}
#sec01 .textBox .headWarp {
	position:relative;
}
#sec01 .textBox .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
    white-space: nowrap;
}
#sec01 .textBox .headWarp h2 br{
	display: none;
}
#sec01 .textBox .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;
}
#sec01 .textBox .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(30px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 20px;
     display: block;
}

#sec01 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
}
#sec01 .textBox p:last-child{
	margin-bottom: 0;
}


#sec01 .imgBox .radius {
	overflow: hidden;
	max-width: 560px;
}
#sec01 .imgBox .radius:first-child{
	margin-bottom: 20px;
}
#sec01 .imgBox .radius:nth-child(2){
	margin-left: -15%;
}
#sec01 .imgBox .radius {
	width: 100%;
	height: auto;
}
#sec01 .textBox .btnBlue {
	margin-top: 60px;
}
#sec01 .linkfBox {
	display: flex;
	justify-content: space-between;
}
#sec01 .linkfBox a{
	width: 48%;
}
@media screen and (max-width: 1280px) {
	
	#sec01 .inBox {
	margin: 0 5% 0 5%;
}

#sec01 .textBox .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 20px;
}
#sec01 .textBox {
	width: 60%;
	margin-left: 40px;
	margin-right: 0;
}
}
@media screen and (max-width: 960px) {
	#sec01 .textBox .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec01 {
  margin-top: 0;
  padding: 2rem 0 4rem;
  position: relative;
}
		
	
#sec01 .textBox .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
		white-space: normal;
}
#sec01 .textBox .headWarp h2::before {
	left:0px;
	top:12px;
	width: 10px;
	height: 10px;

}
	
#sec01 .textBox .headWarp .deco {
	margin-bottom: -10px;
	margin-left: 20px;
}	
#sec01 .textBox {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}	
#sec01 .imgBox {
	width: 100%;
	position:relative;
    padding: 80px 0 0;
}	
}
@media screen and (max-width: 600px) {
#sec01 .textBox .headWarp h2 br{
	display: inline-block;
}
#sec01 .imgBox {
	width: 100%;
	position:relative;
    padding: 20px 0 0;
	flex-direction: column;
}

#sec01 .imgBox img {
	width: 100%;
}
#sec01 .imgBox img:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}
#sec01 .imgBox img:last-child {
	margin-bottom: 0px;
}
}
@media screen and (max-width: 420px) {
#sec01 .textBox .headWarp h2{
	font-size:19px;
}
}








/*#sec02*/
#sec02 {
	/*margin-top: 4rem;*/
	padding: 2rem 0 8rem;
	position:relative;
	background: #152d5b url(../img/img_common/texture_r3_bg.jpg) no-repeat;
    background-position: right top;
    background-size: auto;
}

#sec02 .inBox {
	max-width: 1200px;
	margin: auto;
	flex-direction: row-reverse;
	align-items: center;
	position:relative;
	z-index: 2;
	padding: 0;
}
#sec02 .imgBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 120px 0 0;
}
#sec02 .imgBox img {
	width: 48%;
	max-width: 580px;
	height:auto;
	display: block;
}
#sec02 .textBox .headWarp {
	position:relative;
}
#sec02 .textBox .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
    white-space: nowrap;
}
#sec02 .textBox .headWarp h2 br{
	display: none;
}
#sec02 .textBox .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;
}
#sec02 .textBox .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(30px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 20px;
    display: block;
	opacity: 0.1;
}

#sec02 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
   color: #fff;
}
#sec02 .textBox p:last-child{
	margin-bottom: 0;
}

#sec02 .itemfBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px 0 0;
}
#sec02 .itemfBox .itemBox{
	width: 48%;
	margin-bottom: 60px;
}

#sec02 .itemfBox .itemBox dl dt p{
	font-size: clamp(16px, 2vw, 20px);
	color: #fff;
	margin: 15px 0;
	font-weight: bold;
}
#sec02 .itemfBox .itemBox dl dd p{
	font-size: clamp(14px, 2vw, 15px);
	color: #fff;
}


/*
#sec02 .btnGold {
	margin: auto;
}
*/

.linkfBox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
@media screen and (max-width: 1280px) {
	
	#sec02 .inBox {
	margin: 0 5% 0 5%;
}

#sec02 .textBox .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 20px;
}
}
@media screen and (max-width: 960px) {
	#sec02 .textBox .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec02 {
  margin-top: 0;
  padding: 2rem 0 4rem;
  position: relative;
  background: #152d5b url(../img/img_common/texture_r3_bg_mb.jpg) no-repeat;
    background-position: right top;
    background-size: auto;
}
		
	
#sec02 .textBox .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
		white-space: normal;
}
#sec02 .textBox .headWarp h2::before {
	left:0px;
	top:12px;
	width: 10px;
	height: 10px;

}
	
#sec02 .textBox .headWarp .deco {
	margin-bottom: -10px;
	margin-left: 20px;
}	
#sec02 .textBox {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}	
#sec02 .itemfBox {
  margin: 40px 0 0;
}
#sec02 .itemfBox .itemBox{
	width: 100%;
	margin-bottom: 20px;
}

	.linkfBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
}
@media screen and (max-width: 600px) {
#sec02 .textBox .headWarp h2 br{
	display: inline-block;
}
#sec02 .imgBox {
	width: 100%;
	position:relative;
    padding: 20px 0 0;
	flex-direction: column;
}

#sec02 .imgBox img {
	width: 100%;
}
#sec02 .imgBox img:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}
#sec02 .imgBox img:last-child {
	margin-bottom: 0px;
}
}
@media screen and (max-width: 420px) {
#sec02 .textBox .headWarp h2{
	font-size:19px;
}
}



/*sec03*/
#challenge {
	background: #152d5b url(../img/img_common/texture_r2_bg.jpg) no-repeat;
    background-position: right;
    background-size: contain;
	padding: 120px 0;
}
#challenge .inBox {
	max-width: 1200px;
	margin: auto;
}


#challenge .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #ccaa82;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#challenge .headWarp .deco {
    color: #edeff5;
    font-size: clamp(42px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
    display: block;
	text-align: center;
	opacity: 0.1;
}
/*#challenge .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}*/

#challenge .inBox p {
	text-align: center;
	margin: 60px 0;
	color:#fff;
}
#challenge .inBox .secimg{
	display: block;
	width: 100%;
	height: auto;
	max-width: 920px;
	margin: 0 auto 40px;
}

#challenge .inBox a {
	margin: auto;
}
#challenge .inBox .imgBox {
	display: flex;
	justify-content: space-between;
}
#challenge .inBox .imgBox figure {
	width: 32%;
	height: auto;
	max-width: 380px;
}
#challenge .inBox .imgBox figure figcaption{
	font-size: 16px;
	color: #fff;
}
@media screen and (max-width: 1280px) {
	#challenge .inBox {
	margin: 0 5%;
}
}
@media screen and (max-width: 880px) {
	#challenge .inBox p {
	text-align: left;
}
	#challenge .inBox p br{
		display: none;
	}
}
@media screen and (max-width: 767px) {

#challenge {
background: #152d5b url(../img/img_common/texture_r2_bg_mb.jpg) no-repeat;
        background-position: right top;
        background-size: contain;
        padding: 40px 0 60px;
}
#challenge .headWarp h2 {
  margin-bottom: 0;
  align-items: flex-start;
}
	#challenge .inBox p {
	margin: 20px 0 40px;
}
/*#challenge .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }*/
	#challenge .headWarp .deco {
		text-align: left;
		margin-left: 20px;
	}
#challenge .headWarp .deco {
	margin-bottom: -20px;
}
#challenge .inBox .imgBox {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
#challenge .inBox .imgBox figure {
	width: 100%;
	height: auto;
	max-width: 380px;
}
#challenge .inBox .imgBox figure figcaption{
	font-size: 14px;
}
}
@media screen and (max-width: 480px) {
	#challenge .headWarp .deco {
		font-size: 30px;
		margin-bottom: -10px;
	}
}




#story h2 {
	background: url(../img/img_brasscene/story_top_bg.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
	padding: 0 2%;
}
#story h2 .inBox{
	max-width: 1000px;
	margin:auto;
	
}

#story h2 .inBox img {
	width: 65%;
	height: auto;
	max-width: 580px;
}

.storyBox {
	max-width: 960px;
	margin:8rem auto 0;
}
.storyBox dt p {
	font-size: clamp(18px, 3vw, 30px);
	color: #013384;
	font-weight: bold;
	text-align: center;
}
.storyBox dt p::after {
	content: "";
	display: block;
	background: #013384;
	width: 60px;
	height: 2px;
	margin: 20px auto;
}
.storyBox dd p {
	margin-bottom: 15px;
}

.storyBox dd p:last-child {
	margin-bottom: 0;
}

.storyBox dd .imgBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4rem 0;
	gap: 40px 0;
}
.storyBox dd .imgBox figure {
	width: 48%;
	max-width: 460px;
}
.storyBox dd .imgBox figure.longimg{
	width: 100%;
	max-width: 960px;
	height:auto;
}
.storyBox dd .imgBox figure figcaption{
	font-size: clamp(14px, 2vw, 16px);
} 
.storyBox dd .imgBox figure img {
	width: 100%;
	height:auto;
}
@media screen and (max-width: 1000px) {
	.storyBox {
	max-width: 960px;
	margin:4rem 5% 0;
}
}

@media screen and (max-width: 768px) {
.storyBox dd .imgBox{
	gap: 20px 0;
	justify-content: center;
}
.storyBox dd .imgBox figure {
	width: 100%;
	max-width: 460px;
}
.storyBox dd .imgBox figure.longimg{
	max-width: 460px;
}
}

