@charset "shift_jis";

/*============ 商品ページ個別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: #6B1685; /* キーカラーを指定 */
}

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: #6B1685; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #6B1685; /* キーカラーを指定 */
}
.clear {
	clear:both;
}

.main1c p {
	font-size: 2rem;
}

.main1c ul li {
    list-style-type: none;
    margin-left: 0;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.float-img{
    float: left;
    width: 65%;
}

.main1c .inner{
    background: #fff;
    width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}
.main1c h2::after{
    margin-top: 0;
}
p.bg{
    background: url("../../syowa-heisei-enka/img/bg.png") no-repeat center;
    background-size: cover;
    padding: 0px 20px 0px;
   margin-bottom: 0;
}
.section h2 .bg{
   
    background: linear-gradient(rgba(255,255,255,1) 50% ,rgba(107,22,133,.3) 90%);
    font-size: 32px;
    
    padding: 5px 10px 25px;
    position: relative;
    margin: 0;
    font-weight: bold;
}

.tracklist h3,.benefits h3,.spec-title{
     background: linear-gradient(-90deg, rgba(255,255,255,1),rgba(107,22,133,.3));
}
.topimage h1{
   /* border-radius: 50px;*/
    background: #6B1685!important;
    color: #fff;
    padding: 10px 0;
}
.red{
    font-weight: bold;
    color: red;
}
.blue{
    font-weight: bold;
    color: blue;
}


/* 関連商品非表示 */

#bottom-relate-item, #bottom-recom-item {
display: none;
}


/* 未材文言装飾
.mizai {
border: 2px solid #c4902e;
} */


/* TOP IMAGE */

#topicpath {
	display: none;
}

.whole-topimage {
	background: #ffebeb url(/defaultShop/syowa-heisei-enka/img/syowa-heisei-enka_topimage.jpg) top center no-repeat;
	width: 100%;
  height: 620px;
  background-size: 1800px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}
@media screen and (max-width: 767px) {
    .whole-topimage {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }
}
.whole-topimage .section {
	background: none;
    width: 1050px !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.orderbox {
		display: block;
    position: absolute;
    right: -80px;
    top: 520px;
}

.whole-topimage a {
    font-family: "Noto Sans JP", "メイリオ", sans-serif;
    display: block;
    background: #fa0046;
    border: 3px solid #fff;
    width: 340px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 28px;
    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;
    transition: all .3s;
}

.whole-topimage .title8 {
    position: absolute;
    right: -86px;
    top: 470px;
}

.whole-topimage a:hover,
.whole-topimage a:active {
	color: #fa0046;
	background: #fff;
	border-color: #fa0046;
}

.sample-banner {
    width: 1000px;
    margin: 50px auto 70px;
    padding: 20px;
    background: #f2e2f9;
}


/* cta */

.cta-text {
    background: url(/defaultShop/images/parts/cta_text_bg.png) center top no-repeat;
    background-size: 285px;
    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: 40px 0 5px;
    padding: 15px 0 20px;
    text-shadow: 0 1px 0 #fff;
}

.cta-text em {
    color: #da0707;
}

.order-arrow {
	display: none;
}

#contents-area .price-block {
display: none !important;
}


/* sample */

#sample {
	border: 1px solid #ed3fa0;
	border-radius: 0;
	margin: 20px 0 0;
}

#sample .section {
    padding: 15px 2% 1px;
    margin-bottom: 0;
}

#sample h2 {
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height: 2;
	font-size: 3.4rem;
}

#sample h3 {
	font-size: 2.6rem;
	color: #222 !important;
	letter-spacing: 0;
}

#sample h3 span {
    font-family: 'Noto Serif JP', serif;
    margin: 5px 0 0;
    display: block;
    font-size: 2.2rem;
    color: #ed3fa0;
}

#sample,
#sample h2::after,
#sample h3::before {
	background: #ed3fa0;
}


/* caption */

.main1c h2 {
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
		text-align: center;
    font-size: 3.8rem;
    border-top: none;
}

.main1c h2 span {
    color: #da0707;
    font-weight: 900;
    font-size: 50px;
    border-color: #222;
    text-shadow: 0 0 8px #fff;
    font-size: 7rem;
    padding: 3px 0 10px;
}

.main1c h2::after {
	background: #da0707;

}


/* overview */

#overview {
    background: url(/defaultShop/syowa-heisei-enka/img/syowa2021_overview_bg.jpg) top center no-repeat;
    background-size: 1800px;
    padding-top: 520px;
    margin-top: 50px;
    margin-left: -50%;
    margin-right: -50%;
    padding-left: 50%;
    padding-right: 50%;
  }
  @media screen and (max-width: 767px) {
    #overview  {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
      }
  }

#overview h3 {
	color: #6B1685;
	font-size: 28px;
	font-size: 2.8rem;
}


/* UV */

#uv {
	background: #fff8c8;
	width: 100%;
	margin-bottom: 50px;
}

.uv, .man, .woman {
	background: #fff;
}

.uv .title {
border-top: none;
    text-align: left;
    font-size: 2.6rem;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding: 0 0 15px;
    color: #428236;
    line-height: 1.3;
}

#uv .annotation {
  color: #cec694 !important;
}


/* benefits */

.benefits h2 {
		font-size: 5.5rem;
    line-height: 1.8;
}

.benefits h2::after {
	background: #222;
}


/* benefits */

#benefits {
background: -moz-linear-gradient(top,  #ffeff8 1%, #ffffff 50%, #ffffff 50%, #ffeff8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffeff8 1%,#ffffff 50%,#ffffff 50%,#ffeff8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffeff8 1%,#ffffff 50%,#ffffff 50%,#ffeff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/* tracklist */

.tracklist h2 br {
	display: none;
}


/* quiz contents */

#quiz {
	display: none;
	border: 10px solid #6B1685;
	box-sizing: border-box;
	margin: 50px auto 70px !important;
	background: -moz-linear-gradient(top, #ffffff 26%, #6B1685 30%);
  background: -webkit-linear-gradient(top, #ffffff 26%,#6B1685 30%);
  background: linear-gradient(to bottom, #ffffff 26%,#6B1685 30%);
}

#quiz .section {
	padding: 25px 5% 1px;
	margin-bottom: 0;
}

#quiz .col4-1, #quiz .col4-2,
#quiz .col4-3, #quiz .col4-4 {
	margin-bottom: 30px;
}

#quiz .col4-1 p, #quiz .col4-2 p,
#quiz .col4-3 p, #quiz .col4-4 p {
	margin: 0 5px 10px;
}

#quiz .col4-1 img, #quiz .col4-2 img,
#quiz .col4-3 img, #quiz .col4-4 img {
	margin-bottom: 0;
	border: 8px solid #fff;
}

#quiz .quiz-intro {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

#quiz .level {
background: #fff;
    display: inline-block;
    padding: 2px 12px;
    font-size: 1.3rem;
    border-radius: 50px;
    border: 1px solid #621E80;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

#quiz .level em {
	color: #621E80;
	font-size: 1.6rem;
	padding-right: 8px;
}

#quiz .name {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	line-height: 1.3;
}

#quiz .accordion-block {
	padding-bottom: 30px;
	margin-bottom: 0;
}

#quiz-answer {
	display: flex;
	flex-wrap: wrap;
	box-shadow: none;
	border-radius: none;
	justify-content: space-between;
	margin-bottom: 0;
	padding-bottom: 0;
}

#quiz-answer p {
	width: 22%;
	font-size: 1.6rem;
}

#quiz-answer p span {
	color: #6B1685;
	font-weight: bold;
}

#quiz-answer p img {
    border: 5px solid #f1e8f4;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

#quiz-answer .period {
width: 100%;
    text-align: center;
    border: 2px solid #2f9f09;
    margin-top: 30px;
    padding: 15px;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
}

#quiz-answer .period em {
	color: #2f9f09;
}


/* HEAD Gift Banner */

#head_giftbanner,
#head_timer {
	display: none;
    background: #a21217;
    height: 86px;
}

#head_giftbanner div {
	height: 86px;
	width: 1050px;
	margin: 0 auto;
}

#head_giftbanner div {
	background: #a21217 url(../../syowa-heisei-enka/img/giftbanner_pc.png) center center no-repeat;
}

#head_timer {
	background: #a21217 url(../../syowa-heisei-enka/img/giftbanner_pc2.png) center center no-repeat;
}

#timer-inside {
    width: 1050px;
    margin: 0 auto;
    position: relative;
}

.yycountdown-box {
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    left: 60px;
    top: 18px;
    font-size: 42px !important;
    font-weight: 700;
    color: #fff306 !important;
    text-shadow: 0 2px 4px #333;
}

.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
	color: #fff;
    font-size: 26px;
    padding: 0 3px;
}


/* gift fixed banner with buybutton *

#head_giftbanner_fixed {
position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    border-top: none;
/*ギフト掲載時表示      background: rgba(176,232,244,0.97);
    border-top: 2px solid #86c1cb; *
    z-index: 100000000;
    height: 96px;
}

#head_giftbanner_fixed p {
	display:block;
	margin: 0 20px;
	height: 96px;
/*ギフト掲載時表示 width: 1050px;
	margin: 0 auto;
	background: url(/syowa-heisei-enka/img/giftbanner_pc_fixed.png) left center no-repeat; *
	position: relative;
}

#head_giftbanner_fixed p a {
    display: block;
    font-size: 22px !important;
    width: 300px !important;
    height: 60px !important;
    line-height: 54px !important;
    border-width: 3px;
    box-shadow: 0 2px 6px #888 !important;
    margin: 0;
    transition: bottom .3s,background .3s,box-shadow .3s,border .3s;
    background: #fa0046;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    line-height: 60px !important;
    border: 3px solid #fff;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 14px;
    transition: all .3s;
}

#head_giftbanner_fixed p a:hover,
#head_giftbanner_fixed p a:active {
		background: #fff;
    color: #fa0046 !important;
    border-color: #fa0046;
    box-shadow: 0 0 2px #555;
}

.fixed-buy-button {
	display: none;
}

*/


/* giftbanner */

.giftbanner-normal {
	background: url(/defaultShop/syowa-heisei-enka/img/giftbanner_main_pc.jpg) center center no-repeat;
	display: block;
	width: 920px;
	height: 590px;
	margin: 30px auto;
}


/* buybutton expansion */

.buybutton-temp, .listbutton {
	margin-bottom: 20px;
}

.buybutton-temp a, .listbutton a {
    width: 880px;
    height: 140px;
    font-size: 48px;
    line-height: 132px;
    margin-left: 0;
/*    background: #fa0046; */
}



/*============ スマートフォン用 ===========*/
@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;
}


.float-img{
    float: none;
    width: 100%;
}
    .main1c .inner{
        width: 100%;
        padding: 0;
    }
    .pc{
        display: none;
    }
    .section h2 .bg{
        background: none!important;
        font-size: 24px;
    }
    h2::before{
        margin-bottom: 0;
    }
    p.bg{
        padding-bottom: 40px;
    }

.main1c p {
    font-size: 4.8vw;
    line-height: 1.6;
}

.main1c h2:before {
	content: none;
}

.main1c h2 {
	font-size: 5vw;
	line-height: 1.35;
	font-weight: 900;
}

.main1c h2 span {
    display: block;
		font-size: 8vw;
    line-height: 1.2;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
}

.main1c h2 span span,
.main1c h2 .spbr {
		display: block;
    font-size: 0;
    line-height: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.main1c h3 {
	font-size: 5vw !important;
    padding: 8px 0 8px 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.buybutton-temp a, .listbutton a {
    width: 100%;
    height: 23vw;
    font-size: 5.8vw;
    line-height: 22vw;
    margin-left: 0;
    /* background: #fa0046; */
}

/* 未材ブロック限定訴求
.mizai {
border: 2px solid #c4902e !important;
margin-left: 3% !important;
margin-right: 3% !important;
}
*/

.mizai br {
display: none;
}


/* gift fixed banner with buybutton */

#head_giftbanner_fixed {
	display: none;
}


/* HEAD Gift Banner */

#head_giftbanner,
#head_timer,
#head_giftbanner div {
    height: 22vw;
    width: 100%;
}

#head_giftbanner div {
	background: #a21217 url(../../syowa-heisei-enka/img/giftbanner_sp.png) center center no-repeat;
	background-size: contain;
}

#head_timer {
	background: #a21217 url(../../syowa-heisei-enka/img/giftbanner_sp2.png) center center no-repeat;
	background-size: contain;
}

#timer-inside {
    width: 100%;
}

.yycountdown-box {
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    left: auto;
    top: 6px;
    right: 3vw;
    font-size: 42px;
    font-weight: 700;
    color: #fff306 !important;
    text-shadow: 0 2px 4px #333;
    letter-spacing: -13px;
}

.yycountdown-box span {
	font-size: 7.5vw;
	letter-spacing: 0px;
}

.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
    font-size: 5vw !important;
    padding: 0 0.5vw;
}

.fixed-buy-button {
	display: block !important;
}


/* buy button */


.buybutton-temp, .listbutton {
	margin-bottom: 2vw;
}

.buybutton-temp a, .listbutton a, .buybutton {
    width: 100%;
    height: 23vw;
    font-size: 5.8vw;
    line-height: 22vw;
    margin-left: 0;
    margin-top: 4vw;
    /* background: #fa0046; */
}

.buybutton {
	width: 98%;
}


/* top image */

.whole-topimage {
    background: #ffebeb url(/defaultShop/syowa-heisei-enka/img/syowa2021_topimage_bg_sp.png) top center no-repeat;
    background-size: 100% !important;
    height: 70vw !important;
/* トップイメージ上の購入ボタンを非表示に *    margin: 0 0 38vw; */
}

.sample-banner {
    padding: 25px 2.5% !important;
    width: 95%;
    margin: 25px 0 25px !important;
/* トップイメージ上の購入ボタンを非表示に */ margin: 0 auto 25px !important;
    background: #f6e9fb;
}

.sample-banner img {
	width: 100%;
}

.whole-topimage .section {
    width: 100% !important;
}

.whole-topimage .title8 {
    position: absolute;
    left: 10vw;
    top: 73vw;
    right: auto;
/* トップイメージ上の購入ボタンを非表示に */ display: none !Important;
}

.whole-topimage .title8 img {
	width: 80vw;
}

.topimage .orderbox {
	height: auto;
    display: block !important;
    position: absolute;
    right: auto;
		top: 83.5vw;
    left: 9vw;
/* トップイメージ上の購入ボタンを非表示に */ display: none !Important;
}

.orderbox .order,
.orderbox .order:hover,
.orderbox .order:active {
    width: 80vw;
    font-size: 6vw;
    height: 15vw;
    line-height: 15vw;
    border: 0.8vw solid #fff !important;
    box-shadow: 0 2px 4px #aaa;
    margin: 0 auto;
    transition: none;
}

.orderbox a,
.orderbox a:hover,
.orderbox a:active {
    font-family: "Noto Sans JP", "メイリオ", sans-serif;
    display: block;
    background: #fa0046;
    border: 3px solid #fff;
    width: 380px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 28px;
    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;

    width: 78%;
    font-size: 6vw;
    height: 15vw;
    line-height: 15vw;
    border: 1vw solid #fff !important;
    box-shadow: 0 2px 4px #aaa;
    margin: -60px auto 0;
    transition: none;
}



/* cta */

.cta-text {
    background: url(../../images/parts/cta_text_bg.png) center bottom no-repeat;
    background-size: 20%;
    font-size: 4vw !important;
    line-height: 1.5 !important;
    margin: 20px 4vw 4vw !important;
    padding: 0 0 11vw;
}

.cta-text span {
	display: none;
}

.cta-text em {
	display: inline-block;
	margin: 0;
}


/* giftbanner */

.giftbanner-normal {
    background: url(/syowa-heisei-enka/img/giftbanner_main_sp.png) center center no-repeat;
    display: block;
    width: 100%;
    height: 118vw;
    margin: 0;
    background-size: 100%;
}


/* overview */

#overview {
		background-size: 136%;
    margin-top: 30px;
    padding-top: 40vw;
}

#overview h2 span {
    width: 78%;
    margin: 0 0 0 15%;
    font-size: 12vw;
    text-indent: -8vw;
    font-weight: 800;
    line-height: 1.1;
}


/* sample */

#sample {
    border: none;
    border-radius: 0;
    margin: 3vw 0 0;
}

#sample h2 {
		line-height: 1.8;
    font-size: 5vw;
}

#sample p {
    margin: 0 2% 15px !important;
    font-size: 4.5vw;
}

#sample .col3-1,
#sample .col3-2,
#sample .col3-3 {
	margin: 0 2%;
}

#sample h3 {
	font-size: 6vw;
	margin-bottom: 10px;
}

#sample h3 br {
	display: none;
}

#sample h3 span {
		display: inline-block;
    margin: 0 0 0 3px;
    font-size: 5.5vw;
}

.audiojs {
    width: 88% !important;
    margin: 0 4% 25px !important;
}


/* UV */

#uv h2 {
	margin: 3vw 0 6vw;
}

#uv h2 span {
	font-size: 7.3vw;
	padding: 5px 0;
}

#uv .uv p {
	font-size: 5.5vw !important;
}

#uv .uv p span {
	font-size: 6.5vw;
	padding: 0 0 10px;
}


/* quiz */

#quiz {
	border: 5px solid #6B1685;
    margin: 30px 2.5% !important;
    width: 95% !important;
    background: -moz-linear-gradient(top, #ffffff 200px, #6B1685 300px);
    background: -webkit-linear-gradient(top, #ffffff 200px,#6B1685 300px);
    background: linear-gradient(to bottom, #ffffff 200px,#6B1685 300px);
}

#quiz .section {
	padding: 0;
}

#quiz .quiz-intro {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

#quiz .col4-1,
#quiz .col4-2,
#quiz .col4-3,
#quiz .col4-4 {
    width: 90%;
    margin: 0 5%;
}

#quiz .col4-1 img,
#quiz .col4-2 img,
#quiz .col4-3 img,
#quiz .col4-4 img {
	width: 96%;
	border: 4px solid #fff;
}

#quiz .name {
    line-height: 1.4;
    font-size: 6vw;
    margin-bottom: 20px;
}

.accordion-block div {
    margin: 0 4% 20px;
}

.accordion-block div div {
    padding: 10px;
    margin: 0;
}

#quiz-answer {
	padding: 0;
}

#quiz-answer p {
    width: 49%;
    font-size: 4.5vw;
    line-height: 1.4;
}

#quiz-answer p img {
    border: 2px solid #f1e8f4;
    padding: 2px;
}

#quiz-answer .period {
    text-align: left;
    margin-top: 0;
    padding: 8px;
    font-size: 5vw;
    line-height: 1.5;
}

#quiz-answer .period .spnodisp {
	display: none;
}


/* feature */

.feature-title h2 {
	font-size: 4.8vw
}

.feature-title h2 span {
	font-size: 10.5vw;
    padding-bottom: 3px;
}

p.point-number {
	font-size: 3.5vw !important;
	line-height: 1 !important;
}

p.point-number span {
    font-size: 10vw;
}

.main1c .feature h3 {
    font-size: 5.8vw;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

.feature .point p {
	margin-top: 0;
	line-height: 1.4;
	font-size: 4.4vw;
}


/* appendix */

#benefits {
    background: -moz-linear-gradient(left, #ffeff8 0%,#ffffff 80%);
    background: -webkit-linear-gradient(left, #ffeff8 0%,#ffffff 80%);
    background: linear-gradient(to right, #ffeff8 0%,#ffffff 80%);
	margin: 30px 0;
}

#benefits h2 {
    font-size: 7vw;
    line-height: 2;
}

#benefits .mt40 {
	margin-top: 20px !important;
}

#benefits h3.mt40 {
	margin-top: 0 !important;
}


/* tracklist */

.tracklist {
margin: 30px 0 0;
}

.tracklist h2 {
	font-size: 5.5vw;
}

.tracklist h2 span {
    font-size: 12vw;
    line-height: 1.15;
    padding-bottom: 3px;
}

.tracklist h2 br {
	display: block;
}

.open-link {
margin-bottom: 70px;
}

}/* Media Query for SmartPhone */

/* ------------------------
2404 CP用のCSS ここから
------------------------ */

    /* ギフト用カート */
  /*=====================================*/
  .topchoice {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gift_select,
  .gift_enddate{width: 880px; margin:  auto;}

  .gift-box{
  width: 880px; margin:45px auto 30px; display: flex; justify-content: space-between;
  }
  .topchoice .gift-box{margin: 20px auto 30px;}
  /*#gift-area .gift-box div{width: 420px; }*/

  #gift-area a:hover img {
    opacity: 0.6;
  }

  @media screen and (max-width: 767px) {

  .topchoice{/*width: 95%;*/ margin: auto;margin-top:30px;margin-bottom:30px;}
  .topchoice ul{display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  width: 100%; margin: 0 auto 30px; }
  .topchoice li{padding: 0px;}
  .topchoice li:first-child{width: 95%;padding-bottom: 10px;}
  .topchoice li:last-child{display: flex; width:100%;}
  .topchoice li:last-child h3{width: 100%; margin:  10px auto 5px;}
  .topchoice li:last-child p{width: 95%; padding: 5px 0;}

  .topchoice .gift_select,
  .topchoice .gift_enddate,
  .topchoice .gift-box,
  .topchoice .gift_enddate{width: 95%;}
  .topchoice .gift-box div{width: 100%; margin-bottom: 20px;}

  .topchoice .gift-box{display: block; margin:25px auto 10px; }
  }

  /* gift-banner ギフト選択 */
  /*=====================================*/
  /*.fixed-buy-button {
    display: none;
  }*/
  @media screen and (max-width: 767px) {
  /*	.fixed-buy-button {
      display: block;
    }*/
    .fixed-buy-button:hover {
      background: rgba(255, 235, 235, 0.95);
    }
  }
  .head_giftbanner_fixed {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    border-top: none;
    background: #fff6c9;
    border-top: 2px solid #d9c77f;
    z-index: 100000000;
    height: 136px;
  }
  .head_giftbanner_fixed .section img {
    margin-bottom: 0;
  }

  @media screen and (max-width: 767px) {
    .head_giftbanner_fixed {
      height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    #shop_contents2 .fixed-buy-button {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .head_giftbanner_fixed .section {
    background: none;
  }
  .head_giftbanner_fixed .order-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
  }
  .head_giftbanner_fixed .order-btn > div {
    /* margin: 0 10px; */
  }

  .head_giftbanner_fixed p {
    display:block;
    margin: 0 20px;
    /* height: 96px; */
    margin: 0 auto;
    position: relative;
  }
  .head_giftbanner_fixed .order-btn a img {
    transition: all 0.3s;
      width: 100%;
  }
  .head_giftbanner_fixed .order-btn a:hover img {
    opacity: 0.6;
  }

      /* head_giftbanner_fixed ギフト１点 */
  /*=====================================*/
  #head_giftbanner_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    border-top: none;
    background: rgb(255 246 201 / 97%);
    border-top: 2px solid #d9c77f;
    z-index: 100000000;
    height: 96px;
  }
  
  #head_giftbanner_fixed p {
    display:block;
    margin: 0 20px;
    height: 96px;
    width: 1144px;
    margin: 0 auto;
    background: url(/syowa-heisei-enka/img/giftbanner_pc_rc_fixed.png) left center no-repeat; /* */
    position: relative;
  }
  



  #head_giftbanner_fixed p a {
    font-size: 22px !important;
    box-shadow: 0 2px 6px #888 !important;
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    line-height: 60px !important;
    border: 3px solid #fff;
    position: absolute;
    right: 0;
    top: 14px;
    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;
    color: #ff0000 !important;
    text-decoration: none !important;
    padding: 0;
    overflow: hidden;
    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;
    width: 340px !important;
    height: 68px !important;
  }
  
  #head_giftbanner_fixed p a:hover,
  #head_giftbanner_fixed p a:active {
    box-shadow: 0 0 4px #555 !important;
    opacity: 0.7;
  }
  
  .fixed-buy-button {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    #head_giftbanner_fixed{
      display: none;
    }
    .fixed-buy-button {
      display: block;
    }
  }
    /* giftbanner-section */
  /*=====================================*/
  .giftbanner-section {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 767px) {
    .giftbanner-section {
      margin-bottom: 20px;
    }
  }
  /* h2セクションタイトル */
  /*=====================================*/
  .main1c h2.section-ttl {
    font-weight: bold;
    font-family:  'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'メイリオ', 'Meiryo', sans-serif !important;
    font-size: 28px;
    color: #222 !important;
    font-weight: 900;
    border-top: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .main1c h2.section-ttl span {
      display: block;
      font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
      font-weight: bold;
      font-weight: 900;
      line-height: 1.3 !important;
      color: #DA0707;
      border-top: none;
      font-size: 56px;
      letter-spacing: -2px;
      text-shadow: 0 0 10px #fff;
      height: auto;
      line-height: 1;
      border-bottom: 4px solid #DA0707;
      padding: 0 0 20px;
      margin: 0px 0 15px;
  }
  .main1c h2.section-ttl::after {
    content: none;
  }
  @media screen and (max-width: 767px) {
    .main1c h2.section-ttl {
      margin-top: 0;
      font-size: 4.8vw;
      margin-bottom: 0;
    }
    #overview h2.section-ttl span {
        display: block;
        width: 100%;
        font-size: 9vw;
        line-height: 1.15;
        padding-bottom: 3vw;
        margin-bottom: 2vw;
        margin-left: 0;
        text-indent: 0;
    }
  }
  /* music-detail */
  /*=====================================*/
  .music-detail-content {
    margin-bottom: 60px;
  }
  .music-detail-content:last-child {
    margin-bottom: 0;
  }
  h2.section-ttl.music-detail-section-ttl span {
    font-size: 54px;
  }
  .music-detail-sub-ttl-wrap {
    margin-left: -50%;
    margin-right: -50%;
    padding-left: 50%;
    padding-right: 50%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,243,184,1) 50%, rgba(255,255,255,1) 85%);
  }
  .section .music-detail-sub-ttl {
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
      font-weight: bold;
      font-weight: 900;
      font-size: 35px;
      color:#782B90;
      text-align: center;
      font-feature-settings: "palt";
      margin: 0px 0 15px;
  }
  .section .music-detail-voice {
    color: #b22222;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .music-detail-content {
      margin-bottom: 30px;
    }
    .main1c h2.section-ttl.music-detail-section-ttl span {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 9vw;
    }
    .music-detail-sub-ttl-wrap {
      margin-left: -3%;
      margin-right: -3%;
      padding: 6% 3%;
      background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 3%, rgba(255,243,184,1) 50%, rgba(255,255,255,1) 97%);
    }
    .section .music-detail-sub-ttl {
      display: block;
      font-size: 5.2vw;
      font-weight: 900;
      padding-bottom: 0;
      margin-bottom: 2vw;
    }
    .section .music-detail-voice {
      font-size: 17px;
      margin-bottom: 0;
    }
  }
  /* jcbgift-area.gift-choice-area */
  /*=====================================*/
  
  .jcbgift_enddate {
      max-width: 1000px !important;
      margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    @media screen and (max-width: 768px) {
      .jcbgift_enddate {
        padding-left: 0;
        padding-right: 0;
      }
    }

    .jcbgift-area {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .jcbgift-area .section {
        width: auto !important;

    }

	.jcbgift-area.gift-choice-area {
    position: relative;
    max-width: 1200px;
  }
  .gift-choice-content {
    position: relative;
  }
  .gift-choice-area .buybutton-temp {
    position: absolute;
    left: 2%;
    bottom: 6%;
    width: 45%;
    margin: 0;
    padding: 0;
  }
  .gift-choice-area .buybutton-temp.buybutton-jcb {
    left: 52%;
  }
  .gift-choice-area .gift-choice-content-gift01,
  .gift-choice-area .gift-choice-content-gift02 {
    position: relative;
  }
  .gift-choice-area .gift-choice-content-gift01 p,
  .gift-choice-area .gift-choice-content-gift02 p {
    margin-top: 10px
  }
  .gift-choice-area .gift-choice-content-gift02 {
    margin-top: 10px;
  }
  @media screen and (max-width: 768px) {
    .gift-choice-area .buybutton-temp,
    .gift-choice-area .buybutton-temp.buybutton-jcb  {
      left: 46vw;
      bottom: 2vw;
    }
    
.gift-choice-area .gift-choice-content-gift01 p,
  .gift-choice-area .gift-choice-content-gift02 p {
    margin-top: -10px
  }
  }

  .gift-choice-area .buybutton-temp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 133px;
    font-size: 26px;
    line-height: 1.3;
    margin: 0;
  }
  .gift-choice-area .buybutton-temp a > span > span {
    display: block;

  }
  .gift-choice-area .buybutton-temp a > span > span:nth-child(1) {
    font-size: 1.1em;
    color: #fff;
    text-shadow: 2px 0 1px #000, -2px 0 1px #000, 0 2px 1px #000, 0 -2px 1px #000;
  }
  @media screen and (max-width: 768px) {
    .gift-choice-area .buybutton-temp a > span > span:nth-child(1) {
      font-size: 3vw;
      color: #000;
    }
  }
  .gift-choice-area .buybutton-temp a > span > span:nth-child(2) {
    font-size: 1.7em;

  }
  @media screen and (max-width: 768px) {
    .gift-choice-area .buybutton-temp a > span > span:nth-child(2) {
      font-size: 4.5vw;

    }
  }
  @media screen and (max-width: 768px) {
    .gift-choice-area .buybutton-temp a {
      width: 48vw;
      height: 12vw;
      font-size: 3.1vw;
      padding: 1em 1.5em;
      border-width: 2px;
      text-shadow: 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff;
    }
    .gift-choice-area .buybutton-temp a  img{
      max-width: 100%;
    }
  }
  
  .gift-choice-area img{width:  100%;}



  /* giftbanner */
  /*=====================================*/

  .giftbanner {
    background: #c41212;
  }

  .giftbanner-content.content-width-1200 {
    max-width: 1200px;
  }

  .giftbanner-content {
    max-width: 1050px;
    margin: 0 auto;
  }
/* ------------------------
2404 CP用のCSS ここまで
------------------------ */