@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 70px;
}
body {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    background: #fff;
    font-family: "Noto Sans JP", serif;
}
#wrapper {
    overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #ff3300;
}
a:hover {
    color: #555;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
    padding: 0.2em 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h1 {
    font-size: 3.0em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.35em;
}
h5 {
    font-size: 1.05em;
}
h6 {
    font-size: 1.0em;
}

/*　汎用クラス
**************************************************************/

/* 文字揃え */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-just {
    text-align: justify;
}
.text-center {
    text-align: center;
}

/*テキスト装飾*/
.text-border-top {
    border-top: 1px solid;
}
.text-border-bottom {
    border-bottom: 1px solid;
}
.text-frame {
    line-height: 1.0 !important;
    border: 1px solid;
    padding: 0.25em 0.5em 0.3em 0.5em;
}
.inline-block {
    display: inline-block;
}
.text-s {
    font-size: 90%;
}
.text-ss {
    font-size: 80%;
}
.text-sss {
    font-size: 70%;
}
.text-l {
    font-size: 107%;
}
.text-ll {
    font-size: 115%;
}
.text-lll {
    font-size: 125%;
}
.text-llll {
    font-size: 135%;
}
.text-lllll {
    font-size: 150%;
}
.text-normal {
    font-weight: normal;
}
.text-bold {
    font-weight: 500;
}
.lh-narrow {
    line-height: 1.5;
}

/*リンクURL*/
.url {
    line-height: 1.5;
    word-break: break-all;
}

/*　マージン・パディング
**************************************************************/
/* マージン0 */
.margin-0 {
    margin: 0;
}
/* 左右マージン */
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
/* 左右余白 */
.px-0 {
    padding-right: 0;
    padding-left: 0;
}
.px-05 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.px-10 {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}
.px-15 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.px-20 {
    padding-right: 2.0rem;
    padding-left: 2.0rem;
}
.px-30 {
    padding-right: 3.0rem;
    padding-left: 3.0rem;
}
/* 上マージン */
.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; }

/*　Page Top ボタン
**************************************************************/
/*ボタンデザイン*/
#page-top a {
	display: block;
    font-size: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #000 url("../images/btn_arrow.png") no-repeat center center;
    background-size:55%;
    border-radius:50%;
    position: relative;
}
#page-top a:hover {
	background:#555 url("../images/btn_arrow.png") no-repeat center center;
    background-size:55%;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 5%;
	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: 15px;
    }
}

/*　way points Animation
**************************************************************/
.anm-fadeIn {
    opacity:0;
    transition:1.5s;
    transform:translateX(150px);
}
.anm-fadeIn.active {
    opacity:1.0;
    transition:1.5s;
    transform:translateX(0);
}
.anm-fadeIn-left {
    opacity:0;
    transition:1.5s;
    transform:translateX(-150px);
}
.anm-fadeIn-left.active {
    opacity:1.0;
    transition:1.5s;
    transform:translateX(0);
}
.anm-fadeInUp {
    opacity: 0;
    transition: 1.0s;
    transform: translateY(100px);
}
.anm-fadeInUp.active {
    opacity: 1.0;
    transition: 1.0s;
    transform: translateY(0);
}
.anm-fadeInDown {
    opacity: 0;
    transition: 1.0s;
    transform: translateY(-100px);
}
.anm-fadeInDown.active {
    opacity: 1.0;
    transition: 1.0s;
    transform: translateY(0);
}

/*　footer
**************************************************************/
footer {
    width: 100%;
    height: auto;
    font-size:15px;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: none;
}
footer .footer-outer {
    padding: 30px 0;
}
footer .footer-logo-outer {
    text-align: center;
    margin: 1.2em 0 0.5em 0;
    display: block;
}
footer .copyright {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
footer .footer-logo-outer span.footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* PC・SP 表示・非表示
**************************************************************/
.pconly {
    display: inline-block;
}
.sponly {
    display: none;
}
@media only screen and (max-width: 768px) {
    .pconly {
        display: none;
    }
    .sponly {
        display: inline-block;
    }
}

/*　Contents
**************************************************************/
.contents-block {
    width: 100%;
    margin: 0;
    padding: 0;
}
.contents-outer {
    width: 100%;
}
.contents-inner {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
@media only screen and (max-width: 1600px) {
    .contents-inner {
        max-width: 68%;
    }
}
.column-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.column-box .col-25,
.column-box .col-30,
.column-box .col-33,
.column-box .col-50,
.column-box .col-70,
.column-box .col-75,
.column-box .col-100 {
    padding: 0 2.5%;
}
.column-box .col-25 {
    width: 25%; 
}
.column-box .col-30 {
    width: 30%; 
}
.column-box .col-33 {
    width: calc(100% / 3); 
}
.column-box .col-50 {
    width: 50%; 
}
.column-box .col-70 {
    width: 70%; 
}
.column-box .col-75 {
    width: 75%; 
}
.column-box .col-100 {
    width: 100%; 
}
.column-box .mx-auto {
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 600px) {
    .column-box .col-30 {
        width: 70%;
        margin: 0 auto 1.5em auto;
    }
    .column-box .col-50 {
        width: 100%; 
    }
    .column-box .col-70 {
        width: 100%; 
    }
    .column-box .col-sp-50 {
        width: 50%;
    }
    .column-box .col-sp-70 {
        width: 70%;
    }
    .column-box .col-sp-100 {
        width: 100%; 
    }
}

/* ナビゲーションメニュー
**************************************************************/
.navi {
    width: 25vw;
    height: auto;
    background-color: none;
    position: fixed;
    top: 0;
    right: -25vw;
    z-index: 100;
    transition: all 0.6s;
}
@media screen and (max-width: 768px) {
    .navi {
        width: 50vw;
        right: -50vw;
    }
}
.navi.active {
    right: 0;
}
.navi .menu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    padding: 0;
    align-items: flex-start;
    padding: 100px 0;
}
.navi .menu > li {
    flex: 0 0 auto;
    margin-bottom: 0.5em;
    margin-left: 1.2em;
    text-indent: -1.2em;;
    line-height: 1.6;
    font-size: 1.2em;
    color: #ed726b;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.05em;
    text-align: left;
}
.navi .menu > li::before {
    display: inline-block;
    width: 1.1em;
    height: 0.8em;
    content: "";
    background: url("../images/list-marker-circle-pink.png") left center no-repeat;
    background-size: contain;
    vertical-align: -2px;
}
.navi .menu > li a {
    color: #ed726b;
}
.navi .menu > li a span.jpn {
    font-family: "Noto Sans JP", serif;
    font-size: 85%;
    font-weight: 200;
    letter-spacing: 0;
}

.hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    background: url("../images/menu_btn.png") center no-repeat;
    background-size: cover;
    z-index: 101;
}
.hamburger span {
    width: 28px;
    height: 2px;
    background-color: #ed726b;
    display: inline-block;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
}
.hamburger.active {
    background: url("../images/menu_btn_close.png") center no-repeat;
    background-size: cover;
}
.hamburger.active span {
    background-color: #fff;
}
.hamburger span:nth-of-type(1) {
    top: 14px; 
}
.hamburger span:nth-of-type(2) {
    top: 24px;
}
.hamburger span:nth-of-type(3) {
    top: 34px;
}
.hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
    opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
    top: 24px;
    transform: rotate(45deg);
}
.mask.active {
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}


/* SNSシェアアイコン
**************************************************************/
.sns-share {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #000;
}
.sns-share dl.share-list {
    text-align: center;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sns-share .share-list dt.share-ttl {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height:50px;
    text-align: center;
    width: 50px;
}
.sns-share .share-list dd {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 10px;
}
.sns-share .share-list dd img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.sns-share .share-list dd img:hover {
    opacity: 0.7;
}

/* 汎用リスト
**************************************************************/
.simple-list {
    font-size: inherit;
    text-indent: -1.0em;
    margin-left: 1.0em;
}

/*　Youtube 埋め込み
**************************************************************/
.youtube {
    width:100%;
    height:auto;
    position: relative;
    padding-bottom: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**************************************************************
矢井田 瞳 デビュー25周年記念ライブリクエスト投票企画
**************************************************************/
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
.pink {
    color: #ed726b;
}
/* Title Space
**************************************************************/
#title-space {
    width: 100%;
}
/*for PC*/
.header-for-pc {
    display: block;
}
.header-for-sp {
    display: none;
}

#title-space .artist-photo {
    width: 100%;
    margin: 0 auto 30px auto;
}
#title-space .artist-photo img {
    width: 100%;
    height: auto;
}
.main-title {
    width: 98%;
    margin: 0 auto 50px auto;
}
#title-space h1 {
    font-size: inherit;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    padding: 0;
}
#title-space h1 img {
    width: 100%;
    height: auto;
}
.leadcopy {
    font-size: 2.0em;
    color: #ed726b;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.3em;
}
.leadcopy-sub {
    font-size:1.3em;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
/* main */
.maincopy {
    font-size:1.15em;
    text-align: center;
}
.catchcopy {
    font-size:1.8em;
    font-weight:900;
    line-height: 1.5;
}
.border-box {
    padding: 0.75em 1.25em;
    border: 1px solid #000;
}

/*レイヤー順序*/
.bg-block {
    width: 14%;
    height: auto;
    position: fixed;
    opacity: 1.0;
    z-index: 3;
    padding: 35px 0 0 35px;
}
.bg-block-b {
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.4;
    z-index: -1;
}
.main-title {
    position: relative;
    z-index: 2;
}
.contents-block {
    position: relative;
    z-index: 2;
}
.sns-share {
    position: relative;
    z-index: 2;
}
.footer-outer {
    position: relative;
    z-index: 2;
}

/*　Section
**************************************************************/
h2.section-title {
    font-size: 4.0em;
    color: #ed726b;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.1em;
}
h2.section-title span.jpn {
    font-family: "Noto Sans JP", serif;
    font-size:90%;
    font-weight: 100;
}

/*　配信リリース「嘘」
**************************************************************/
#uso-title-jk {
    margin: 0 auto 70px auto;
    padding-bottom: 100px;
    position: relative;
}
#uso-title-jk h3.uso-title {
    display: inline-block;
    width: 400px;
    height: 200px;
    font-size: 200px;
    line-height: 1.0;
    position: absolute;
    left: 32%;
    bottom: 0;
}
#uso-title-jk h3.uso-title span.uso-release {
    display: inline-block;
    font-size:20px;
    line-height:28px;
}

/*　DOORS
**************************************************************/
h3.doors-title {
    font-size:2.0em;
    color: #ed726b;
    margin: 0.5em 0;
}
dl.relase-list {
    font-size: 1.15em;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
dl.relase-list dt {
    display: flex;
    width: 8em;
    height: 1.8em;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    margin: 0 0.5em 0.75em 0;
}
dl.relase-list dd {
    display: block;
    width: calc(100% - 8.5em);
}

/*　矢井田瞳メッセージ
**************************************************************/
.message {
    padding:1.5em 2.5em 2.5em 2.5em !important;
    background:#fbf2f5;
    border-radius: 8px;
}
h4.release-message {
    font-size:2.4em;
    font-weight:100;
    color:#ed726b;
    text-align: center;
    margin:1.0em 0;
}

/*　楽曲リスト
**************************************************************/
ol.song-list {
    counter-reset: listnum;
    margin: 0 0 30px 0;
}
ol.song-list li {
    font-size: 1.05em;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0.5em;
}
ol.song-list li::before {
    counter-increment: listnum;
    content: counter(listnum, decimal-leading-zero)".";
    padding-right: 0.3em;
}
ol.song-list li span {
    font-size: 80%;
    font-weight: 400;
}

/*　リンクボタン
**************************************************************/
a.btn-link {
    font-size: 1.2em;
    color: #fff;
    line-height: 1.0;
    padding: 0.75em 0.5em 0.85em 0.75em;
    background: #000;
    display: inline-block;
    border-radius: 4px;
}
a.btn-link::after {
    content: "";
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    background: url("../img/arrow-right.png") no-repeat;
    background-size: 100%;
    vertical-align: -0.1em;
    margin-left: 0.25em;
}
a.btn-link:hover {
    background:#555;
}

/*　SOLD OUT 告知ボックス
**************************************************************/
.frame-pink {
    padding:1.0em 1.5em;
    border:1px solid #ed726b;
}
.thankyou {
    background: url("../images/thankyou_soldout.png") top right no-repeat;
    background-size: 250px;
}

/*　アーティストコメント
**************************************************************/
h4.artist-comment {
    font-size:2.0em;
    font-weight:200;
    color:#ed726b;
    margin:0 0 1.5em 0;
    padding-bottom:0.3em;
    border-bottom:1px solid #ed726b;
}

@media only screen and (max-width: 1024px) {
    .bg-block {
        width: 20vw;
    }
    /*main contents幅*/
    #main-contents {
        margin-left: 20vw;
    }
    .contents-inner {
        max-width: 80%;
    }

}
@media only screen and (max-width: 768px) {
    /*for SP*/
    .header-for-pc {
        display: none;
    }
    .header-for-sp {
        display: block;
    }
    #title-space .artist-photo {
        width: 100%;
        margin: 0 auto 15px auto;
    }
    #title-space .main-title {
        width: 94%;
        margin: 15px auto 15px auto;
    }
    .bg-block {
        width: 25vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    .bg-block-b {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    /*main contents幅*/
    #main-contents {
        margin-left: auto;
    }
    .leadcopy {
        font-size: 1.5em;
    }
    .leadcopy-sub {
        font-size:1.125em;
    }
    #uso-title-jk {
        margin-bottom: 0;
    }
    #uso-title-jk h3.uso-title {
        width: 400px;
        height: 100px;
        font-size: 100px;
        line-height: 1.0;
        position: absolute;
        left: 25%;
        bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .bg-block {
        width: 30vw;
        padding: 15px 0 0 15px;
    }
    .leadcopy {
        font-size: 1.6em;
        line-height: 1.4;
    }
    .catchcopy {
        font-size: 1.4em;
    }
    .contents-inner {
        width: 86%;
        max-width: 86%;
    }
    h3.doors-title {
        font-size: 1.6em;
    }
    h4.release-message {
        font-size: 1.8em;
    }
    dl.relase-list dd {
        width: 100%;
        margin-bottom: 1.0em;
    }
    h2.section-title {
    font-size: 3.0em;
    }
}