@charset "UTF-8";
/* CSS Document */

/* Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* キーカラー */
/*グリーン-1 #034C30 */
/*グリーン-2 #043D26*/

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background: #043D26;
    background-image: linear-gradient(rgba(1, 63, 33, 0.8), rgba(1, 63, 33, 1.0)),url("../images/background.png");
    background-repeat: no-repeat;
    background-size:100%;
    background-attachment: fixed;
    color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    line-height:2.2;
    overflow-x: hidden;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #A09A24;
}
a:hover {
    color: #ff6600;
}
a img:hover {
    opacity: 0.85;
}

/*　見出し
**************************************************************/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
    padding: 0.2em 0;
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1.05em;
}

/*　汎用クラス
**************************************************************/
/* 文字揃え */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-just {
    text-align: justify;
}
.text-center {
    text-align: center;
}
.text-palt {
    font-feature-settings: "palt";
}
/*長いURLなど折り返す*/
.url {
    line-height: 1.4;
    word-break: break-all;
}

/* マージン */
/* マージン0 */
.margin-0 {
    margin: 0;
}
/* 左右マージンAUTO */
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
/* 上マージン */
.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 1.0rem!important; }
.mt-2 { margin-top: 2.0rem!important; }
.mt-3 { margin-top: 3.0rem!important; }
.mt-4 { margin-top: 4.0rem!important; }
.mt-5 { margin-top: 5.0rem!important; }
/* 下マージン */ 
.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 1.0rem!important; }
.mb-2 { margin-bottom: 2.0rem!important; }
.mb-3 { margin-bottom: 3.0rem!important; }
.mb-4 { margin-bottom: 4.0rem!important; }
.mb-5 { margin-bottom: 5.0rem!important; }
/* 左マージン */
.ml-0 { margin-left: 0!important; }
.ml-1 { margin-left: 1.0rem!important; }
.ml-2 { margin-left: 2.0rem!important; }
.ml-3 { margin-left: 3.0rem!important; }
.ml-4 { margin-left: 4.0rem!important; }
.ml-5 { margin-left: 5.0rem!important; }
/* 右マージン */
.mr-0 { margin-right: 0!important; }
.mr-1 { margin-right: 1.0rem!important; }
.mr-2 { margin-right: 2.0rem!important; }
.mr-3 { margin-right: 3.0rem!important; }
.mr-4 { margin-right: 4.0rem!important; }
.mr-5 { margin-right: 5.0rem!important; }
/* 上パディング */
.pt-0 { padding-top: 0!important; }
.pt-1 { padding-top: 1.0rem!important; }
.pt-2 { padding-top: 2.0rem!important; }
.pt-3 { padding-top: 3.0rem!important; }
.pt-4 { padding-top: 4.0rem!important; }
.pt-5 { padding-top: 5.0rem!important; }
/* 下パディング */ 
.pb-0 { padding-bottom: 0!important; }
.pb-1 { padding-bottom: 1.0rem!important; }
.pb-2 { padding-bottom: 2.0rem!important; }
.pb-3 { padding-bottom: 3.0rem!important; }
.pb-4 { padding-bottom: 4.0rem!important; }
.pb-5 { padding-bottom: 5.0rem!important; }
/* 左パディング */
.pl-0 { padding-left: 0!important; }
.pl-1 { padding-left: 1.0rem!important; }
.pl-2 { padding-left: 2.0rem!important; }
.pl-3 { padding-left: 3.0rem!important; }
.pl-4 { padding-left: 4.0rem!important; }
.pl-5 { padding-left: 5.0rem!important; }
/* 右パディング */ 
.pr-0 { padding-right: 0!important; }
.pr-1 { padding-right: 1.0rem!important; }
.pr-2 { padding-right: 2.0rem!important; }
.pr-3 { padding-right: 3.0rem!important; }
.pr-4 { padding-right: 4.0rem!important; }
.pr-5 { padding-right: 5.0rem!important; }

/*　Youtube 埋め込み
**************************************************************/
.youtube {
    width:100%;
    height:auto;
    position: relative;
    padding-bottom: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* NAVメニュー
**************************************************************/
.nav-box {
    background: none;
    display:block;
    }
/*　ハンバーガーメニューボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 10000;
    right : 15px;
    top   : 15px;
    width : 54px;
    height: 54px;
    cursor: pointer;
    text-align: center;
}
.hamburger-bg {
    display : block;
    position: fixed;
    right : 15px;
    top   : 15px;
    width : 54px;
    height: 54px;
    background:rgba(1, 63, 33, 0.8) url("../images/menu.png") no-repeat;
    background-size: 34px;
    background-position: center bottom 10px;
    z-index : 9999;
}
.active .hamburger-bg {
    background:rgba(1, 63, 33, 0.8) url("../images/close.png") no-repeat;
    background-size: 34px;
    background-position: center bottom 10px;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 34px;
    height  : 2px ;
    left    : 10px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 8px;
}
.hamburger span:nth-child(2) {
    top: 16px;
}
.hamburger-bg span:nth-child(3) {
    top: 24px;
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top : 16px;
    left: 10px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
    position: fixed;
    z-index : 999;
    top  : 0;
    right : 0;
    color: #fff;
    background: rgba(1, 63, 33, 1.0);
    text-align: center;
    width: 40%;
    transform: translateX(100%);
    transition: all 0.6s;
}
nav.globalMenuSp ul {
      margin: 30px 40px;
      padding: 0;
      width: 80%;
      display:block;
      text-align: left;
}
nav.globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      transition: .4s all;
      border-bottom:1px dotted #fff;
}
nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
      background :#013521;
}
nav.globalMenuSp ul li a {
      display: block;
      color: #fff;
      padding: 1em 0;
      text-decoration :none;
}
nav.globalMenuSp ul li a::before {
    content:"";
    display:inline-block;
    width:0.5em;
    height:0.5em;
    background:#ebc900;
    margin-right:10px;
    transform:translateY(-0.1em);
    border-radius:50vh;
}
/* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0);
}
@media screen and (max-width: 768px) {
    nav.globalMenuSp {
    width:100%
    }
}

/*　Page Top ボタン
**************************************************************/
/*ボタンデザイン*/
#page-top a {
	display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background:#A09A24 url("../img/btn_arrow.png") no-repeat center center;
    background-size:55%;
    border-radius:50%;
    position: relative;
}
#page-top a:hover {
	background:#eb9b00 url("../img/btn_arrow.png") no-repeat center center;
    background-size:55%;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 80px;
	bottom:50px;
	z-index: 999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
p#page-top {
margin-bottom:0;
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
@media screen and (max-width: 1024px) {
    #page-top {
        right:30px;
    }
}
@media screen and (max-width: 480px) {
    #page-top {
        right:15px;
    }
}

/*　開閉式アコーディオン
**************************************************************/
.accordion-area {
    margin: 0 0 30px 0;
}
/*アコーディオンタイトル*/
.aco-title {
    cursor: pointer;
    font-size:1.2em;
    color:#fff;
    text-align:center;
    font-weight: normal;
    padding: 1.25em;
    transition: all .5s ease;
    background: #013521;
    background-size:12em;
    background-position:center bottom 1.0em;
    border-radius:8px;
    position: relative;
}
.aco-title:hover {
    color:#ebc900;
}
.aco-title span.pointer-wrap {
    position: absolute;
    top: 38%;
    right: 20px;
}
.aco-title span.pointer {
position:relative;
padding-left:30px;
}
/*アイコンの＋と×*/
.aco-title span.pointer::before,
.aco-title span.pointer::after{
position: absolute;
content:'';
width: 15px;
height: 3px;
background-color: #fff;
z-index: 4;
}
.aco-title span.pointer::before{
top:48%;
right: 0;
transform: rotate(0deg);
}
.aco-title span.pointer::after{    
top:48%;
right: 0;
transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.aco-title.close span.pointer::before{
transform: rotate(45deg);
}
.aco-title.close span.pointer::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.aco-box {
display: none;/*はじめは非表示*/
background: rgba(0, 0, 0, 0.15);
margin:0 0 0 0;
padding: 3%;
}
@media screen and (max-width: 480px) {
    .aco-title {
        font-size: 1.05em;
        padding: 1.25em 2.0em 1.25em 1.5em;
    }
    .aco-title span.pointer-wrap {
        right: 12px;
    }
}

/* --------------------------------------------------------------------------
舟木一夫
-------------------------------------------------------------------------- */
#wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

/* ヘッダーメインビジュアル
**************************************************************/
#main-visual {
    width: 100vw;
    height: 60vw;
    max-height: 1000px;
    background: #034C30 url("../images/funaki-kazuo-main-visual-80-pc.jpg") no-repeat top center;
    background-size: auto 100%;
    position:relative;
    margin: 0 auto;
}
#main-visual h1 {
    font-size:1.0em;
    text-indent:-200%;
}
/*POP部分ブロック*/
#main-visual .pop-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#main-visual .new-release-pop {
    width: 30vw;
    max-width: 480px;
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.6);
}
#main-visual .top-birthday-message {
    width: 20vw;
    max-width: 400px;
    height: auto;
    position: absolute;
    right: calc(50% - 29vw);
    bottom: 20px;
}
#main-visual .top-copy-sp {
    display: none;
}
/* メインコンテンツ
**************************************************************/
.section-wrap {
    padding: 0;
}
.section-wrap-dark {
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
}
.contents-block {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.flexible-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 104%;
    margin: 0 -2%;
}
.flexible-block .flex-item-full {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2%;
}
.flexible-block .flex-item-center {
    display:block;
    width: 50%;
    height: auto;
    margin: 0 25%;
    padding: 2%;
}
.flexible-block .flex-item {
    display:block;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 2%;
}

/*セクション見出し*/
h3.section-title {
    font-size: 2.0em;
    color: #afd629;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: normal;
    text-align: center;
    margin:0 0 1.0em 0;
    padding: 1.5em 0 1.2em;
    background: url("../images/h3-bg-dot.png") no-repeat;
    background-position: center bottom;
    background-size: 4.0em;
}
/*フレームボーダー小見出し*/
.bordered-frame {
    display: block;
    line-height: 1.0;
    padding: 0.35em;
    border: 1px solid #fff;
    border-radius: 50vh;
    text-align: center;
    margin-bottom: 0.5em;
}
/*テキストアンダーライン　ダッシュ*/
.text-underline-dashed {
    border-bottom: 1px dashed;
    margin-bottom: 1.0em;
}

.text-underline-dotted {
    border-bottom: 3px dotted;
    margin-bottom: 1.0em;
}

/*Birthday POP*/
.birthday-pop {
    width: 100%;
    margin: 50px auto;
    padding: 25px 0;
    border-top: 3px dotted #fff;
    border-bottom: 3px dotted #fff;
    text-align: center;
}
.birthday-pop img {
    max-width: 360px;
    margin: 0 auto;
}
/*リリース*/
h4.album-title {
    font-size: 1.25em;
    font-weight:bold;
    line-height: 1.8;
}
.release-date {
    font-size: 1.05em;
    line-height: 1.0;
    display: block;
    padding: 0.5em;
    border: 1px solid #fff;
    border-radius: 50vh;
    text-align: center;
    margin-bottom: 0.5em;
}
/*リンクボタン*/
p.btn-wrap {
    margin: 15px 0 15px 0;
}
a.btn-link {
    display: block;
    font-size: 1.05em;
    color: #fff;
    line-height: 1.0;
    text-align: center;
    padding: 0.7em 1.2em;
    border-radius: 4px;
    background: #e18604;
}
a.btn-link::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url("../img/btn_arrow.png") no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    background-position: center center;
    margin-left: 0.5em;
}
a.btn-link:hover {
    background: #A09A24;
}
/*収録曲リスト*/
ol.song-list {
    list-style-type: decimal-leading-zero;
    padding-left: 1.8em;

}
/*コンサートインフォ*/
.concert-info {
    padding-left: 1.5em;
    border-left: 4px solid #427222;
    margin-bottom: 2.0em;
}
/*展示会インフォ*/
.ex-info {
    padding-left: 1.5em;
    border-left: 4px solid #91562F;
    margin-bottom: 2.0em;
}
/*アクセスマップボタン*/
a.btn-accessmap {
    display: inline-block;
    font-size: 0.85em;
    color: #fff;
    line-height: 1.0;
    padding:0.35em 0.85em;
    background: #A09A24;
    border-radius: 50vh;
}
/*メッセージフォームボタン*/
a.btn-form {
    display: block;
    width: 80%;
    max-width: 400px;
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    margin: 1.0em auto;
    padding:0.35em 0.85em;
    background: #A09A24;
    border-radius: 50vh;
}
a.btn-form span {
    position: relative;
    display: inline-block;
    padding-right: 1.4em;
}
a.btn-form span::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 9px solid #fff;  
}

/* メッセージページ
**************************************************************/
h1.title {
    font-size: 1em;
    display:block;
    width: 100px;
    height: 100px;
    text-indent: -1000%;
    overflow: hidden;
    margin: 15px;
}
h1.title a {
    display: block;
    width: 100px;
    height: 100px;
    background: url("../images/funakikazuo-80-logomark_white.png") no-repeat;
    background-size: 90%;
}
.message-thanks {
    font-size:1.15em;
    text-align:center;
}
.message-box {
    font-size: 1.0em;
    color: #222;
    padding: 1.0em 1.5em;
    background:#efefef;
    margin: 30px 0;
}
.signature {
    text-align: right;
}
/* フッター
**************************************************************/
footer {
    text-align:center;
    background: #f7f7f7;
}
footer .footer-outer {
    padding: 30px 5px 15px 5px;
}
footer .footer-logo-outer {
    text-align: center;
    margin:1.2em 0 0.5em 0;
    display: block;
}
footer .footer-logo-outer span.footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin:auto 15px;
}

/* SNSシェアアイコン
**************************************************************/
.sns-share {
    margin: 5.0em 0 2.0em 0;
}
.sns-share dl.share-list {
    text-align: center;
    display: -webkit-flex;
    display:flex;
    justify-content: center;
    align-items: center;
}
.sns-share .share-list dt.share-ttl {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height:32px;
}
.sns-share .share-list dd {
    display: inline-block;
    margin-left:20px;
}
.sns-share .share-list dd img {
    width: 32px;
    height: 32px;
    vertical-align:top;
}
    
/* コピーライト
**************************************************************/
.copyright {
    font-size:0.8em;
    color: #000;
}

/* 1024px
**************************************************************/
@media screen and (max-width: 1024px) {
    body {
        font-size: 17px;
    }
    /*ヘッダーメインビジュアル*/
    #main-visual {
        width: 100%;
        height: 1330px;
        max-height: 1330px;
        background: #034C30 url("../images/funaki-kazuo-main-visual-80-tab.jpg") no-repeat top center;
        background-size: 100%;
        position: relative;
        margin: 0;
    }
    #main-visual .new-release-pop {
        width: 50%;
        max-width: 50%;
        height: 210px;
        left: 0;
        bottom: 0;
    }
    #main-visual .top-birthday-message {
        width: 50%;
        max-width: 50%;
        height: 210px;
        right: 0;
        bottom: 0;
        padding-top: 60px;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
    }
    #main-visual .top-birthday-message img {
        width: 320px;
    }
    /*コンテンツ幅*/
    .contents-block {
        width: 90%;
    }
}

/* 800px
**************************************************************/
@media screen and (max-width: 800px) {
    #main-visual {
        width: 100%;
        height: 1024px;
    }
    #main-visual .new-release-pop {
        height: 180px;
        padding-top: 15px;
    }
    #main-visual .top-birthday-message {
        height: 180px;
        padding-top: 45px;
    }
}

/* 480px
**************************************************************/
@media screen and (max-width: 480px) {
    body {
        font-size: 15px;
    }
    /*ヘッダーメインビジュアル*/
    #main-visual {
        width: 100%;
        height: 200vw;
        max-height: 240vw;
        background: #034C30 url("../images/funaki-kazuo-main-visual-80-sp.jpg") no-repeat top center;
        background-size: 100%;
        position:relative;
        margin: 0 auto;
    }
    #main-visual .new-release-pop {
        width: 100%;
        max-width: 100%;
        height: 40vw;
        bottom: 27vw;
        text-align:center;
    }
    #main-visual .new-release-pop img {
        width: 100%;
        margin: 0 auto;
    }
    #main-visual .top-birthday-message {
        width: 100%;
        max-width: 100%;
        height: 27vw;
        padding: 20px 10% 0 10%;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    #main-visual .top-birthday-message img {
        width: 60vw;
    }
    #main-visual .top-copy-sp {
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom:62vw;
        text-align: center;
    }
    #main-visual .top-copy-sp img {
        width: 90%;
    }
    /*コンテンツブロック*/
    .contents-block {
        width: 86%;
        padding: 0 0 25px 0;
    }
    /*flex box*/
    .flexible-block {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .flexible-block .flex-item, .flexible-block .flex-item-center {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }
    /*バースデーメッセージボタン*/
    .birthday-pop {
        width: 86%;
    }
    /*メッセージページ*/
    .message-thanks br {
        display: none;
    }
    .message-thanks {
        text-align:left;
    }
    /*SNSシェアアイコン*/
    .sns-share {
        margin: 0;
        padding: 45px 0 15px 0;
    }
}

/* magnific popup
**************************************************************/
@media screen and (max-width: 800px) {
    .mfp-image-holder .mfp-content {
        max-width:80%;
    }
}