@charset "shift_jis";

/* ECB調整 */
#introduction,
#uv {
    margin-left: -50% !important;
	margin-right: -50% !important;
	padding-left: 50% !important;
	padding-right: 50% !important;
}
@media screen and (max-width: 767px) {
    #introduction,
    #uv {
		margin-left: 0 !important;
		margin-right:0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.main1c h2::after {
    display: none;
}
.main1c h2::before {
    display: none;
}
.main1c h2 span {
    display: inline;
}

.main1c h2 {
    border-top: none;
    padding: 30px 0 25px;
    margin: 20px 0px;
}


/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #20509D; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #20509D; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #20509D; /* キーカラーを指定 */
}

h2 span {
	display: none;
    height: 0;
    line-height: 0;
    padding: 0;
}

/* ページ内の価格ボックスを非表示 */
#artist + .clearing + .detailetmpl .price-block {
    display: none !important;
}
/* movie abtest */

.topmovie {
	background: #fff;
    height: 250px;
    width: 380px !important;
    padding: 0 8px 5px !important;
    top: 125px !important;
    right: 0px !important;
    border-radius: 10px;
    background: orange;
    box-shadow: 0 2px 6px #555;
    border: 1px solid #fff;
}

.topmovie span {
	font-weight: bold;
    text-align: center;
    display: block;
    color: #111;
    font-size: 22px;
    text-shadow: 0 1px 1px #fff;
}

.topmovie {display: none;}
/*.topgift {display: none;}*/
.topitem {display: block}


/* giftbanner */

.giftbanner {
	width: 710px;
	margin: 0 auto !important;
	display: none;
}

/* firstprice */

.detailetmpl .buybutton,
.detailetmpl .order-button,
.detailetmpl .order-arrow,
#firstprice {
	display: none;
}

/* uv abtest */

.uvtest {
	display: none;
}

/* firstprice abtest

#firstprice {
	display: block;
}
 */

/* moregift abtest */

.abtest_moregift {
	display: none;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}


/* sample abtest */

#abtest_sample {
display: none;
background: url(/jetstreamons1/img/sample_bg.jpg) center bottom no-repeat;
background-size: 100%;
padding: 0 0 60px;
margin-bottom: 45px;
}

#abtest_sample h2 {
color: #fff;
text-shadow: 0 0 4px #544e87;
font-size: 36px;
margin: 30px 0 40px;
}

#abtest_sample h2 span {
display: block;
text-align: left;
font-family: sans-serif;
line-height: 5;
font-weight: bold;
color: #fbff38;
padding-left: 144px;
}

#abtest_sample .jp-audio {
width: 820px;
border: 1px solid #333;
margin: 0 auto;
padding: 20px 0 15px 20px;
border-radius: 20px;
background: #fff;
background: rgba(255,255,255,1);
}

#sample_title img {
width: 150px;
position: absolute;
margin-top: -30px;
margin-left: -30px;
}


/* cta */

.cta-text {
    background: url(/defaultShop/images/parts/cta_text_bg.png) center top no-repeat;
    background-size: 20%;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 1.5 !important;
    margin: 20px 0 5px;
    padding: 15px 0 20px;
    text-shadow: 0 1px 0 #fff;
}

.cta-text em {
    color: #da0707;
}

.buybutton {
    font-family: YakuHanJPs, "Noto Sans JP", "メイリオ", sans-serif;
    display: block;
    background: #f51d12;
    border: 4px solid #fff;
    border-radius: 300px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
    margin: 20px auto 50px;
    font-weight: bold;
    box-shadow: 0 1px 8px #888;
    overflow: hidden;
    width: 60%;
    height: 120px;
    font-size: 45px;
    line-height: 120px;
}

/*
.buybutton:hover, .buybutton:active {
    background: #fff;
    color: #f51d12 !important;
    border-color: #f51d12;
    box-shadow: 0 0 2px #555;
}*/

.buybutton {
    font-weight: bold;
    font-family: Gothic MB101 Heavy, YakuHanJPs, "Noto Sans JP", "メイリオ", sans-serif;
    text-shadow: 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff;
    display: block;
    border-radius: 300px;
    color: #ff0000 !important;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
    margin: 40px auto;
        margin-top: 40px;
    margin-top: 40px;
    box-shadow: 0 1px 8px #888;
    overflow: hidden;
    font-size: 40px;
    line-height: 112px;
    letter-spacing: -1px;
    box-sizing: border-box;
    cursor: pointer !important;
    background: rgb(186,232,174);
    background: -moz-linear-gradient(top, rgba(186,232,174,1) 5%, rgba(39,182,0,1) 35%, rgba(39,182,0,1) 50%, rgba(35,135,3,1) 85%, rgba(30,57,8,1) 100%);
    background: -webkit-linear-gradient(top, rgba(186,232,174,1) 5%,rgba(39,182,0,1) 35%,rgba(39,182,0,1) 50%,rgba(35,135,3,1) 85%,rgba(30,57,8,1) 100%);
    background: linear-gradient(to bottom, rgba(186,232,174,1) 5%,rgba(39,182,0,1) 35%,rgba(39,182,0,1) 50%,rgba(35,135,3,1) 85%,rgba(30,57,8,1) 100%);
    transition: opacity 0.3s, bottom 0.3s, box-shadow 0.3s;
    border: 5px solid #fff !important;
}



/* top image */

#ldp-top {
	background: #0051a3 url(/defaultShop/jetstreamons1/img/jet2019_1-bg.jpg) top center no-repeat;
}

#ldp-top .section {
	background: none;
}

#ldp-top img {
	width: auto;
	margin-bottom: 0;
}

#ldp-top h1,
#ldp-top h2,
#ldp-top p {
	border-top: none;
	padding: 0;
	margin: 0;
	position: absolute;
}

#ldp-top h2::after {
	content: none;
}

#ldp-top h1 {
	top: 20px;
	left: 20px;
}

#ldp-top h2 {
	top: 20px;
	right: 20px;
}

#ldp-top p {
	bottom: 10px;
	left: 20px;
}
#ldp-top p img {
	width: 90%;
}

#ldp-top .itemimg {
	top: 140px;
  right: -60px;
  width: 420px;
  left: auto;
}

/* メインビジュアル申し込みボタン（赤）ここから */
/* #ldp-top a {
    font-family: YakuHanJPs, "Noto Sans JP", "メイリオ", sans-serif;
    display: block;
    background: #f51d12;
    border: 3px solid #fff;
    width: 340px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 2px 6px #555;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    transition: bottom box-shadow background color border-color .3s !important;
} */

/* #ldp-top a:hover,
#ldp-top a:active {
	color: #f51d12;
	background: #fff;
	border-color: #f51d12;
} */
/* メインビジュアル申し込みボタン（赤）ここまで */

/* メインビジュアル申し込みボタン（緑）ここから */
#ldp-top a {
    font-weight: bold;
    font-family:  "Noto Sans JP", "メイリオ", sans-serif;
    text-shadow: 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff;
    display: block;
    border-radius: 300px;
    border: 3px solid #fff;
    color: #ff0000 !important;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: 0 1px 8px #888;
    overflow: hidden;
    width: 340px;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: -1px;
    box-sizing: border-box;
    cursor: pointer !important;
    background: rgb(186,232,174); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(186,232,174,1) 5%, rgba(39,182,0,1) 35%, rgba(39,182,0,1) 50%, rgba(35,135,3,1) 85%, rgba(30,57,8,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(186,232,174,1) 5%,rgba(39,182,0,1) 35%,rgba(39,182,0,1) 50%,rgba(35,135,3,1) 85%,rgba(30,57,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(186,232,174,1) 5%,rgba(39,182,0,1) 35%,rgba(39,182,0,1) 50%,rgba(35,135,3,1) 85%,rgba(30,57,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: opacity 0.3s, bottom 0.3s, box-shadow 0.3s;
    }

#ldp-top a:hover,
#ldp-top a:active {
    box-shadow: 0 0 4px #555;
    opacity: 0.7;
}
/* メインビジュアル申し込みボタン（緑）ここまで */

#ldp-top .orderbox {
display: block !important;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.order-fixed2 {
	bottom: 15px;
}




/* introduction */

#introduction {
	width: 100%;
	background: url(/defaultShop/jetstreamons1/img/jet2019_2-bg.jpg) top center no-repeat;
}

#introduction .section {
		position: relative;
}

#poetry1 {
	position: absolute;
    top: 420px;
    right: 0;
    font-size: 45px;
    font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
    font-weight: bold;
    font-weight: 700;
    color: #112476;
    width: 490px;
		text-shadow: 0 0 6px #fff;
		line-height: 1.5;
}

#poetry1 #naration {
	display: block;
	font-size: 32px;
  text-align: right;
}

#poetry1 #naration span {
	font-size: 80%;
}

h2 {
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
  font-weight: bold;
	font-weight: 700;
	border-top: none;
	text-align: center;
}
h2::after {
	content: none;
}

#introduction h2 {
	margin-top: 580px;
	font-size: 56px;
	letter-spacing: -2px;
	text-shadow: 0 0 10px #fff;
}

#introduction .whole-bg h2 {
	font-size: 36px;
}

#introduction h3 {
	text-align: center;
	margin: 0 0 10px;
}
#introduction h3::before {
	content: none;
}

#introduction ul {
	margin: 30px 0;
}

#introduction ul li {
	display: inline;
	margin: 0;
}

#introduction ul li span {
background: #f2dcb3; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 25%, #f2dcb3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 25%,#f2dcb3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 25%,#f2dcb3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    display: inline-block;
    width: 28%;
    margin: 0 2% 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    color: #ba1212;
  font-family: Reimin Y10 Heavy, YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
    font-size: 26px;
    font-weight: bold;
		border: 2px solid #fff;
    box-shadow: 0 2px 4px #aaa;
    font-style: italic;
    text-shadow: 0 0 6px #fff;
}

#introduction h4,
#introduction h4 {
  font-family: Reimin Y10 Heavy,YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
	font-size: 28px;
	margin-bottom: 30px;
}
#introduction #poetry2 p,
#introduction #poetry3 p,
#introduction #poetry4 p {
	font-family: Reimin Y10 Heavy, '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
	margin-bottom: 0;
    font-weight: bold;
}

#poetry2 {background: url(/defaultShop/jetstreamons1/img/jet2019_2-1.jpg) center left no-repeat;}
#poetry3 {background: url(/defaultShop/jetstreamons1/img/jet2019_2-2.jpg) center right no-repeat;}
#poetry4 {background: url(/defaultShop/jetstreamons1/img/jet2019_2-3.jpg) center left no-repeat;}

#poetry2,
#poetry3,
#poetry4 {
	background-size: 70%;	
	min-height: 400px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#poetry2 div,
#poetry3 div,
#poetry4 div {
	width: 360px;
  padding: 30px 0;
}

#poetry2 h4 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #0d6f98;
	font-style: italic;
	border-bottom: 1px solid #0d6f98;
}

#poetry3 h4 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #d5480b;
	font-style: italic;
	border-bottom: 1px solid #d5480b;
}

#poetry4 h4 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #854792;
	font-style: italic;
	border-bottom: 1px solid #854792;
}


#poetry2 div,
#poetry4 div {
	margin-left: 690px;
}

.whole-bg {
	background: #f1e0ce;
}
.whole-bg .section {background: none;}

.whole-bg h2 {
    display: block;
    border-bottom: 1px solid #b6a191;
    font-size: 26px;
    padding: 0 0 8px !important;
		margin: 0 0 10px !important;
}

.order-arrow,
.order-button {
	display: none;
}

.order-wrap {
	margin-top: -10px;
}


/* artist */

#artist h2 {
	font-size: 46px;
	letter-spacing: -3px;
	text-shadow: 0 0 10px #fff;
	border-bottom: 2px solid #111122;
	padding: 0 0 10px !important;
	margin: 50px 0 40px !important;
}

#artist em {
	color:#20509D
}


/* uv */

#uv {
	background: #1058b9 url(/defaultShop/jetstreamons1/img/jet2019_4-bg.jpg) bottom center no-repeat;
	background-size: 100%;
}

#uv h2 {
	font-size: 46px;
	letter-spacing: -2px;
	color: #fff;
	text-shadow: 0 0 10px #666;
	border-bottom: 2px solid #fff;
	padding: 0 0 10px !important;
	margin: 50px 0 !important;
}

.uv {
	background: #fff;
	border: none;
	box-shadow: 0 0 6px #999;
}


/* tracklist */

#tracklist {
	background: url(/defaultShop/jetstreamons1/img/jet2019_5-bg.jpg) bottom center no-repeat;
	background-size: 100%;
	margin-bottom: 20px;
}

#tracklist h2 {
	font-size: 42px;
	letter-spacing: -2px;
	padding: 0 0 10px !important;
	margin: 50px 0 !important;
}

#tracklist h3::before {
	content: none;
}

#tracklist h3 {
	border-bottom: 2px solid #111122;
	text-align: center;
  font-family: Reimin Y10 Heavy, YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
}

#tracklist p,
#tracklist img {
	margin-bottom: 0;
}

#cd1 h3 {color: #006953; border-color: #006953;}
#cd2 h3 {color: #e8380d; border-color: #e8380d;}
#cd3 h3 {color: #6c1f76; border-color: #6c1f76;}
#cd4 h3, #cd11 h3 {color: #0068b7; border-color: #0068b7;}
#cd5 h3, #cd12 h3 {color: #94252a; border-color: #94252a;}
#cd6 h3, #cd13 h3 {color: #006979; border-color: #006979;}
#cd7 h3, #cd14 h3 {color: #e9546b; border-color: #e9546b;}
#cd8 h3 {color: #993399; border-color: #993399;}
#cd9 h3 {color: #0066FF; border-color: #0066FF;}
#cd10 h3 {color: #FF0000; border-color: #FF0000;}



.tracklist #cd1 ol {background: #eafcf8;}
.tracklist #cd2 ol {background: #fff1ee;}
.tracklist #cd3 ol {background: #fdf1ff;}
.tracklist #cd4 ol, .tracklist #cd11 ol  {background: #e4f3ff;}
.tracklist #cd5 ol, .tracklist #cd12 ol  {background: #f6eeef;}
.tracklist #cd6 ol, .tracklist #cd13 ol  {background: #dbf0f3;}
.tracklist #cd7 ol, .tracklist #cd14 ol  {background: #ffecf1;}
.tracklist #cd8 ol {background: #fdf1ff;}
.tracklist #cd9 ol  {background: #D7EEFF;}
.tracklist #cd10 ol  {background: #FFF0F5;}





.notice {
	color: #a54343;
}

.white {
	color: #FFFFFF;
}

.opening,
.naration,
.ending {
	display: inline-block;
	background:red;
	text-indent: 0;
	font-size: 60%;
	padding: 4px 8px;
	border-radius: 20px;
	line-height: 14px;
	margin-right: 5px;
	color: #fff;
	font-weight: bold;
}

.opening {background: #149b2d}
.naration {background: #f9216c}
.ending {background: #83489c}


/* aditional */

#additional {
	margin: 0 0 30px;
}

#additional h2 {
	font-size: 46px;
}

.complete-edition {
	    width: 630px;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 270px 25px 20px;
    font-size: 16px !important;
    background: url(/defaultShop/jetstreamons1/img/jet2019_itemall.png) center right no-repeat;
    background-size: 270px;
}

.complete-edition span {
	display: block;
    font-weight: bold;
    color: #C02E24;
    border-left: 6px solid #C02E24;
    padding: 8px 10px;
    font-size: 19px;
    margin-bottom: 14px;
    font-family: YakuHanJPs,'Noto Sans JP', sans-serif !important;
}

.complete-edition a {
	display: block;
    font-size: 14px;
    margin-top: 5px;
}



/*============ 全集 ===========*/

#comp #ldp-top {
	background: #838cc3 url(/defaultShop/jetstreamons/img/jet2019_1-bg_all.jpg) top center no-repeat;
}

#comp .complete-edition {
    background: url(/defaultShop/jetstreamons/img/jet2019_item_pt1.png) center right no-repeat;
    background-size: 270px;
}

#comp #introduction {
    background: url(/defaultShop/jetstreamons/img/jet2019_2-bg_all.jpg) top center no-repeat;
}

#comp #introduction h2 {
	color: #20509D;
    margin-top: 50px;
    font-size: 44px;
    letter-spacing: -2px;
    text-shadow: 0 0 10px #fff;
}

.no2bnr_sp {display: none;}


/*=========== タブレット用 ===========*/

@media screen and (max-width: 1150px) and (max-width: 768px) {

#ldp-top .section {width: 89% !important;}

#ldp-top .itemimg { right: auto; left: 640px !important;}

#ldp-top .orderbox { right: auto; left: 700px !important;}

} /* query */



/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


/* 電話導線CTA (題字商品SPページのみ) */
.first-price .order-option::after {
    content: "";
    width: 100vw;
    display: block;
    height: 100vw;
    background: url(/defaultShop/images/parts/tel_cta_sp.png) top center no-repeat;
        background-size: auto;
    background-size: cover;
    margin-left: -3vw;
}


.no2bnr {display: none;}
.no2bnr_sp {display: block;}


/* abtest topmovie */
#ldp-top .topmovie {display: none !important;}


.giftbanner {
	width: 100%;
}

#sns_sptop {
	display: none;
}

h2:before {
	content: none;
}

h2 span {
	display: block;
}


/* Top Image */

#ldp-top {
	margin-bottom: 5vw;
    background: #0051A2 url(/defaultShop/jetstreamons1/img/jet2019_1-bg_sp.jpg) bottom center no-repeat;
    background-size: 120%;
}

#ldp-top, #ldp-top .section {
	height: 110vw;
/* トップイメージ上の購入ボタンを非表示に */ margin-bottom: -10vw;
}

#ldp-top h1 {
	width: 100%;
    top: 15px;
    left: 0;
}

#ldp-top h1 img,
#ldp-top h2 img {
	width: 100%;
}

#ldp-top h2:before {
	content: none;
}

#ldp-top h2 {
	width: 60%;
    top: 24vw;
    left: 18.5vw;
}

#ldp-top .itemimg {
	display: none;
/*    top: 85vw;
    right: 8vw;
    width: 75%;
    left: auto; */
}

#ldp-top .orderbox {
/* トップイメージ上の購入ボタンを非表示に */ display: none !important;
    bottom: -10vw;
    right: 0;
    width: 100%;
		left: 0 !important;
}

#ldp-top p {
    bottom: 13vw;
		left: 11vw;
    width: 85%;
}

#ldp-top a {
	    width: 90%;
    font-size: 6vw;
    height: 18vw;
    line-height: 18vw;
}

/* CTA */

.cta-text {
    background: url(/defaultShop/images/parts/cta_text_bg.png) center bottom no-repeat;
    background-size: 20%;
    font-size: 5vw !important;
    line-height: 1.5 !important;
    margin: 20px 4vw 0;
    padding: 0 0 11vw;
}

.cta-text br {
	display: none;
}

.buybutton,
.topimage .header-buybutton {
	border: 3px solid #fff;
	box-shadow: 0 1px 6px #888;
	width: 90%;
	height: 18vw;
	font-size: 6vw !important;
	line-height: 18vw;
	margin-top: 10px;
	margin-bottom: 20px;
}

.topimage .header-buybutton {
	line-height: 18vw;
  position: absolute;
  right: 4vw;
}

.buybutton:hover,
.buybutton:active,
.topimage .header-buybutton:hover,
.topimage .header-buybutton:active {
	background: #fff;
	color: #f51d12 !important;
	border-color: #f51d12;
	border-width: 3px;
	box-shadow: 0 0 2px #555;
}

.complete-edition,
#comp .complete-edition {
    width: 92%;
    margin: 0 auto 25px !important;
    padding: 10px 10px 46vw;
    font-size: 16px !important;
    background: url(/defaultShop/jetstreamons1/img/jet2019_itemall.png) bottom center no-repeat;
    background-size: 270px;
    box-sizing: border-box;
}

.complete-edition br {
	display: none;
}

#comp .complete-edition {
    background: url(/defaultShop/jetstreamons/img/jet2019_item_pt1.png) bottom center no-repeat;
}

.complete-edition,
#comp .complete-edition {
    font-size: 4.5vw !important;
    background-size: 70vw;
}
.complete-edition span,
#comp .complete-edition {
	font-size: 5vw;
	}
	
.complete-edition a {
    line-height: 1.5;
}


/* Introduction */

#introduction {
	background-size: 150%;
}

#poetry1 {
    top: 45vw;
    right: 0;
    font-size: 5.5vw;
    width: 64%;
}

#poetry1 #naration {
    font-size: 4vw;
}

#introduction h2 {
    margin-top: 61vw;
    font-size: 8vw;
		margin-bottom: 3vw;
}

#introduction .whole-bg h2 {
	font-size: 7vw;
}

#introduction .text-center {
	text-align: left !important;
}

#introduction .text-center br {
	display: none;
}


#introduction ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#introduction ul li span {
box-sizing: border-box;
    width: 80%;
    margin: 0px 9.5% 13px;
    height: 14vw;
    line-height: 13vw;
    font-size: 6vw;
}

#introduction ul li:nth-child(2),
#introduction ul li:nth-child(4),
#introduction ul li:nth-child(6),
#introduction ul li:nth-child(8) {
	display: none;
}

#poetry2 {background: url(/defaultShop/jetstreamons1/img/jet2019_2-1_sp.jpg) top center no-repeat;}
#poetry3 {background: url(/defaultShop/jetstreamons1/img/jet2019_2-2_sp.jpg) top center no-repeat;}
#poetry4 {background: url(/defaultShop/jetstreamons1/img/jet2019_2-3_sp.jpg) top center no-repeat;}

#poetry2, #poetry3, #poetry4 {
    background-size: 100%;
    min-height: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#poetry2 div, #poetry4 div {
  margin-left: 0;
}
#poetry3 div {
	margin-right: 0;
}

#poetry2 div, #poetry3 div, #poetry4 div {
    width: 90%;
    margin: 52vw auto 10px;
    padding: 0;
}

#introduction h4, #introduction h4 {
    font-size: 6vw;
    margin-bottom: 10px;
}

/* Artists */

#artist h2 {
	font-size: 8vw;
    margin: 0 0 30px !important;
}

/* UV */

#uv {
	background-size: cover;
}

#uv h2 {
	font-size: 8vw;
    margin: 20px 0 !important;
}

.sp-nodisplay {
	display: none;
}

#uv .col2-1 {
	margin-bottom: 0;
}

/* Tracklist */

#tracklist {
	background: none;
	margin-bottom: 80px;
}

#tracklist h2 {
	font-size: 8vw;
}

#tracklist img {
	display: none;
}

#tracklist h2 {
    margin: 30px 0 10px !important;
}

.tracklist ol {
	margin-bottom: 0;
}

.tracklist ol li {
	font-size: 4vw;
}

.tracklist p .sub, .tracklist li .sub {
    font-size: 3.5vw;
}


/* Additional */

#additional h2 {
	font-size: 8vw;
	margin-bottom: 20px;
}


/* sample abtest */

#abtest_sample {
background: url(/jetstreamons1/img/sample_bg.jpg) center bottom no-repeat;
background-size: cover;
padding: 0 0 40px;
margin: 40px 0 40px !Important;
width: 100% !Important;

}

#abtest_sample h2 {
color: #fff;
text-shadow: 0 0 4px #544e87;
font-size: 7vw;
margin: 70px 0 50px;
}

#abtest_sample h2 span {
font-size: 3.8vw;
padding-left: 0;
line-height: 3;
text-align: center;
}

#abtest_sample .jp-audio {
width: 90%;
padding: 2vw 0 4vw 3vw;
}

.jp-audio .jp-type-single .jp-progress {
top: 28px !important;
}

.jp-audio .jp-type-single .jp-current-time, .jp-audio .jp-type-single .jp-duration, .jp-audio .jp-type-single .jp-progress {
    width: 38vw !Important;
}

#sample_title img {
width: 32vw;
position: absolute;
margin-top: -37px;
margin-left: 34vw;
}


/*============ 全集 ===========*/

#comp #ldp-top {
	background: #838cc3 url(/defaultShop/jetstreamons/img/jet2019_1a-bg_sp.jpg) bottom center no-repeat;
	background-size: 100%;
}

#comp #introduction {
    background: url(/defaultShop/jetstreamons/img/jet2019_2-bg_all.jpg) top center no-repeat;
}

#comp #introduction h2 {
    margin-top: 20px;
    font-size: 7vw;
    margin-bottom: 30px;
}


.buybutton {
    margin: 30px auto;
        margin-top: 30px;
    border: 1vw solid #fff !important;
    box-shadow: 0 1px 6px #aaa;
    width: 94%;
    height: 23vw;
    font-size: 5.5vw;
    line-height: 21vw;
}




}/* Media Query for SmartPhone */