@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: 福岡ミュージックマンス
Author: lablier
Version: 1.0.0
---------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
    font-family: 'Nissan Brand';
    src: url('font/NissanBrand/NissanBrand-Bold.eot');
    src: local('Nissan Brand Bold'), local('NissanBrand-Bold'),
        url('font/NissanBrand/NissanBrand-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/NissanBrand/NissanBrand-Bold.woff') format('woff'),
        url('font/NissanBrand/NissanBrand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('font/NissanBrand/NissanBrand-Regular.eot');
    src: local('Nissan Brand'), local('NissanBrand-Regular'),
        url('font/NissanBrand/NissanBrand-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/NissanBrand/NissanBrand-Regular.woff') format('woff'),
        url('font/NissanBrand/NissanBrand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('font/NissanBrand/NissanBrand-Light.eot');
    src: local('Nissan Brand Light'), local('NissanBrand-Light'),
        url('font/NissanBrand/NissanBrand-Light.eot?#iefix') format('embedded-opentype'),
        url('font/NissanBrand/NissanBrand-Light.woff') format('woff'),
        url('font/NissanBrand/NissanBrand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.Nissan-Brand-bold{
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: bold;
    font-style: normal;
}
.Nissan-Brand-normal{
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: normal;
    font-style: normal;
}
.Nissan-Brand-Light{
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: 300;
    font-style: normal;
}

/*-------------------------------------
リセットCSS
--------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,a,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
box-sizing: border-box;}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;}
table {
border-collapse:collapse;
border-spacing:0;}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {vertical-align:middle;}



/*-------------------------------------
全体設定
--------------------------------------*/
html { font-size: 52.5%;}
body { font-size:1.8rem; overflow-x: hidden;}

body { font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html,
body { height: 100%; margin:0; padding:0; letter-spacing:0.05em; word-wrap: break-word; background-color: #FFF; color:#000;}
.wapper{background-color: #FFF; font-weight: 400;}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,ol,li,
dl, dt, dd,
table,
tr,
th,
td{ line-height: 2; color:#000; box-sizing: border-box;}

p {
    font-size: 1.8rem;
    letter-spacing:0.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing:0.125em;
}

li{ list-style-position: inside; list-style-type: none}

/* リンク */
a { color: #000; text-decoration: none;}
a:hover { transition: all .2s ease-in; opacity:0.7;}

/* 要素 */
img, video, object,source { max-width: 100%; height: auto; border: none; vertical-align: bottom;}
iframe { max-width: 100%;}

/* 画像リンクのマウスオーバーに透かし */
a:hover img { /*-moz-opacity: 0.7; opacity: 0.7;*/ transition: all .2s ease-in;}
img.size-full, img.size-large { margin-bottom: 10px; height: auto; max-width: 100%;}

/*table*/
table{ border: solid 1px #CCC; width: 100%;}
table thead tr th{
	border: solid 1px #666;
    background: #444;
    color: #FFF;
    padding: 1.8rem;
    text-align: left;
    font-weight: 400;
}
table tbody tr th{
	border: solid 1px #CCC;
	padding: 1.0rem 1.8rem;
	vertical-align:middle;
	line-height:1.6;
	font-weight: 700;
	text-align: left;
	font-size: 1.6rem;
	background:#F9F9F9;
}
table tbody tr td{
	border: solid 1px #CCC;
	padding: 1.0rem 1.8rem;
	vertical-align:middle;
	line-height:1.6;
	font-size: 1.6rem;
	background:#F9F9F9;
}

/* clearfix */
.clearfix:after { display: table; content: " "; clear: both;}


/*-------------------------------------
レイアウト
--------------------------------------*/
.inner-layout{
    width:95vw;
    margin:0 auto;
}
.inner-layout-block{
    width: 95vw;
    overflow-x: hidden;
    margin:0 auto;
    padding-bottom: 5%;
}
.sp100vw{ width: 100vw; }


/*header*/
header {
    background: #FFF;
    z-index: 100;
    position: relative;
    margin-bottom: 3rem;
}
header .logo{
    position: relative;
}
header .logo img{
    width: calc( 20.0rem / 2 );
    position: absolute;
}
header .kv p {
    width: 94%;
    margin: 0 auto;
    margin-top: -5rem;
}

/*main*/
.content01 {
    background: url(../img/bp_report/bkSP.png);
    background-size: cover;
    /* height: 2000px; */
    background-position: center bottom;
    padding: 0rem 0;
        padding-bottom: 5rem;
    position: relative;
}
.content01:after {
    content: "";
    display: block;
    /* background-size: cover; */
    background: url(../img/bp_report/kadai.png);
    width: 100%;
    height: 10rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 2rem;
}
.content01 .content01Box01{
    margin-bottom:3rem;
}
.content01 .content01Box01Right{
    margin-bottom:2rem;
}
.content01 p{
    line-height: 2.4;
    letter-spacing: 0.24em;
}
.content01 p br{
    display: none;
}
.content01Box01Center h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 3rem;
}
.content01Box01Left {
    margin-bottom: 5rem;
}
.content01Box01Left div,
.content01Box01Right div {
    width: 80%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.content01Box01Left div img,
.content01Box01Right div img {
    position: relative;
    z-index: 1;
}
.content01Box01Left p,
.content01Box01Right p {
    text-align: center;
    margin-top: 7vw;
    line-height: 1.8;
}
.content01Box01Left p span,
.content01Box01Right p span{
    display: block;
    font-size: 3rem;
    font-weight: 500;
}
.content01Box01Left div:after,
.content01Box01Right div:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,176,0,0.75);
    display: block;
    position: absolute;
    top: 4vw;
    left: 4vw;
    z-index: 0;
}
.content01Box02 {
    margin-bottom: 10rem;
}



.content02 {
    margin-top: 4rem;
}
.content02Flex{
    position: relative;
    margin-bottom: 8rem;
}
.content02Box01Left,
.content02Box02Left {
    margin-bottom: 6rem;
    position: relative;
}
.content02Box01Left p:nth-child(2),
.content02Box02Left p:nth-child(2){
    position: relative;
    padding-left: 3.4rem;
    z-index: 100;
    margin-top: 3rem;
}
.content02Box01Left:before,
.content02Box02Left:before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 80%;
    background: rgba(248,233,62,0.7);
    position: absolute;
    top: 7em;
    left: 2rem;
}
.content02Box01Left:after,
.content02Box02Left:after{
    content: "01";
    display: block;
    width: 14rem;
    height: 12rem;
    font-size: 12rem;
    color: rgba(248,233,62,0.7);
    position: absolute;
    bottom: -5rem;
    right: 0;
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: bold;
    z-index: 0;
    font-weight: 300;
    letter-spacing: 0;
    font-style: oblique;
}
.content02Box02Left:after{
    content: "02";
}
.content02Box01Right,
.content02Box02Right {
    display: flex;
    justify-content: space-between;
}
.content02Box01Right > p,
.content02Box02Right > p{
    width: 69.5%;
}
.content02Box01Right div,
.content02Box02Right div{
    width: 29%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


.content03 h2 {
    background: url(../img/bp_report/02_r13_c7.png) no-repeat,url(../img/bp_report/02_r13_c7.png) no-repeat;
    background-size: 3em 3em,3em 3em;
    background-position: left center,right center;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    width: 100%;
    padding: 0 10%;
    /* box-sizing: border-box; */
    line-height: 1.6;
}

.content04 {
    margin-top: 4rem;
}
.content04 p br{
    display: none;
}

/*footer*/
footer{}
footer p{
    text-align: center;
    padding: 0.8rem 0;
    font-size: 1.6rem;
}

/*-------------------------------------
共通CSS
--------------------------------------*/
.spnone{ display: none !important; }
.pcnone{ display: block !important; }

.dsb{ display: block !important;}
.lineHeight150{
    line-height: 1.5;
}

.fs40{ font-size: 4.0rem; }
.fs34{ font-size: 3.4rem; }
.fs26{ font-size: 2.6rem; }
.fs22{ font-size: 2.2rem; }


.fw700{
    font-weight: 700;
}
.letter200{
    letter-spacing: 0.2em;
}







/*////////////////////////////////////////////////////////////

 ▼▼ 表示 min-768px ▼▼

////////////////////////////////////////////////////////////*/
@media (min-width:768px) {
/*-------------------------------------
全体設定
--------------------------------------*/
html { font-size: 62.5%;}
body { ;font-size:1.6rem; }


header .kv p {
    width: 78%;
    margin-top: -8rem;
}

/*-------------------------------------
レイアウト
--------------------------------------*/
.inner-layout {
    width: 95vw;
    margin: 0 auto;
    max-width: 100.0rem;
}
.inner-layout-PC{
    max-width:100.0rem;
    width: 95vw;
    margin:0 auto;
}
.inner-layout-block{
    max-width:100.0rem;
    width: 95vw;
    overflow-x: hidden;
    margin:0 auto;
    padding-bottom: 5%;
}
.sp100vw {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

h1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #000;
}
h1 + p{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content01 {
    background: url(../img/bp_report/bkPC.png);
    background-size: cover;
    /* height: 2000px; */
    background-position: center top;
    padding: 0rem 0;
    padding-bottom: 20rem;
    position: relative;
    margin-top: 8rem;
}
.content01 p {
    font-size: 1.65rem;
    font-weight: 600;
}


.content01 .content01Box01 {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}
.content01Box01Center {
    order: 2;
    width: 42%;
}
.content01Box01Right {
    order: 3;
    width: 29%;
}
.content01Box01Left {
    order: 1;
    width: 29%;
}

.content01Box02 {
    margin-bottom: -2rem;
}
.content01Box02 p {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
}

.content01:after {
    content: none;
}
.content01 p br{
    display: block;
}
.content01PCBK {
    top: -8.9rem;
    padding-top: 9rem;
    padding-bottom: 29.2rem;
    z-index: 100;
    margin-left: -24vw;
    width: 150%;
    position: relative;
    top: -10rem;
    padding-top: 6rem;
    -webkit-transform: rotate(-3.5deg) translate3d(0, 0, 0);
    transform: rotate(-3.5deg) translate3d(0, 0, 0);
    background: url(../img/bp_report/content01ImgBk.jpg);
    background-size: cover;
    background-position: center;
}
.content01PCBK .content01PCBK-inner {
    -webkit-transform: rotate(2.4deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 0 0;
    transform: rotate(2.4deg) translate3d(0, 0, 0);
    width: 95vw;
    background: url(../img/bp_report/content01ImgBk.jpg)
}
.content01PCBK:after {
    content: "";
    display: block;
    /* background-size: cover; */
    background: url(../img/bp_report/kadai.png);
    width: calc(78.9rem / 1);
    height: calc(20.9rem / 1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -38rem;
    top: 18rem;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    transform: rotate(3.0deg) translate3d(0, 0, 0);
}
.content01Box01Center h2 {
    font-size: 3.6vw;
    font-weight: 600;
    position: relative;
    top: 11rem;
    left: 1rem;
}
.content01Box01Left p,
.content01Box01Right p {
    margin-top: 1.4rem;
    white-space: nowrap;
    font-size: 1.7rem;
}
.content01Box01Left div,
.content01Box01Right div {
    width: 90%;
}
.content01Box01Left div:after,
.content01Box01Right div:after {
    top: 0.8rem;
    left: 0.8rem;
}
.content01Box01Left p span,
.content01Box01Right p span {
    font-size: 3.2rem;
    font-weight: 600;
}




.content02 {
    margin-top: 0;
}
.content02Flex {
    display: flex;
    justify-content: space-between;
}
.content02Box01Left,
.content02Box02Left {
    width: 48%;
}
.content02Box01Right,
.content02Box02Right {
    width: 48%;
    flex-wrap: wrap;
}
.content02Box01Right > p,
.content02Box02Right > p {
    width: 100%;
}
.content02Box01Right div,
.content02Box02Right div {
    width: 100%;
    flex-flow: row;
}
.content02Box01Right div p,
.content02Box02Right div p{
    width: 48%;
}
.content02Box01Left:after, .content02Box02Left:after {
    content: "01";
    display: block;
    width: 18rem;
    height: 17rem;
    font-size: 15rem;
    color: rgba(248,233,62,0.7);
    position: absolute;
    bottom: -5rem;
    right: 0;
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: bold;
    z-index: 0;
    font-weight: 300;
    letter-spacing: 0;
    font-style: oblique;
}
.content02Box02Left:after {
    content: "02";
}
.content01Box02Left p:nth-child(3) img{
    width: 2.5em;
    margin-left: 1rem;
    transform: rotate(0deg);
}
.content03 h2 {
    background: url(../img/bp_report/02_r13_c7.png) no-repeat,url(../img/bp_report/02_r13_c7.png) no-repeat;
    background-size: 3em 3em,3em 3em;
    background-position: left center,right center;
    margin-bottom: 2rem;
    font-size: 2.6rem;
    text-align: center;
    padding: 2rem 0;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.content04 .inner-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.content04 .inner-layout p:nth-child(1){
    width: 49%;
}
.content04 .inner-layout p:nth-child(2){
    width: 49%;
}
.content04 .inner-layout p:nth-child(2) br{
    display: block;
}



/*-------------------------------------
上書き用CSS
--------------------------------------*/
/*.spnone{ display: block !important; }
.pcnone{ display: none !important; }*/

.dsbPCnone{
    display: inline !important;
}
.letter300PC{
    letter-spacing: 0.3em;
}
.pcnone{
    display: none ;
}

}/*PC表示 min-768pxここまで */


@media (min-width:1000px) {
.content01Box01Center h2 {
    font-size: 3.6rem;
}
}