/* 
※夏青(#009EE7)
※冬赤(#CF111A)
 */


/**1200円夏キャンクーポン******************************************************************/
.text-waku2 {
	margin: 20px 20px 20px 20px;
	border: 2px solid #009EE7;
	border-radius: 5px;
}
.mv2-info-text {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 0px;
    font-size: 10px;
}
.mv2-info-text2 {
    margin-top: 2px;
    font-size: 12px;
	margin-left: -0.5em;
}
.mv2-info-text-g {
    color: #009EE7;
    font-size: 14px;
    vertical-align: -5%;
}
.mv2-info-text-g2 {
	font-weight: bold;
	color: #009EE7;
	font-size: 12px;
}
.mv2-info-text-m1 {
    color: #009EE7;
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    border-bottom: 2px solid #009EE7;
}
.mv2-info-text-m2 {
	color: #000000;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}
.text-waku3 {
	margin: 20px 20px 15px;
	border: 1px solid #000000;
	border-radius: 5px;
}

/* MV */
.mv2-wrap {
    margin: 20px 15px;
    box-shadow: 0 2px 4px #0000004d;
}
.no_member .mv2-wrap, .smapass .mv2-wrap {
    margin-top: 30px;
}
.mv2-wrap-upper {
    padding-top: 0px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
	padding-bottom: 10px;
}
.smapre .mv2-wrap-upper {
    padding-bottom: 20px;
}
.mv2-wrap-roundbottom {
    border-radius: 5px;
}
.mv2-wrap-lower {
    position: relative;
    padding: 20px 0 20px;
    background-color: #FCF01A;
    border-radius: 0 0 5px 5px;
}
.mv2-title-logo {
    width: 230px;
    margin: auto;
}
.mv2-title {
    width: 290px;
    margin: 15px auto;
    background-color: #EC6C00;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px 5px;
}
.mv2-title-sub {
    font-size: 16px;
    color: #333;
    text-align: center;
}
.mv2-title-baloon {
    position: relative;
    width: 290px;
    height: 24px;
    line-height: 24px;
    margin: 5px auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #21ADE5;
    border-radius: 12px;
}
.mv2-title-baloon::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 4px solid #21ADE5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.mv2-info-block {
    /* width: 290px;*/
    margin: 0 auto 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 20px;
}
a.coupon2-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 0 auto 10px;
    padding: 24px 0 22px;
    background: linear-gradient(0deg, #0071C8,#00ABFD);
    /* background: linear-gradient(0deg, #BC0022,#FC532A); */
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    box-shadow: #00405C 0px 3px;
    /* box-shadow: #A86200 0px 3px; */
}
.coupon2-button-text {
    display: inline-block;
    background: url(/images/everyday/new500/button-index.svg) left center no-repeat;
    padding-left: 2em;
}
.mv2-border {
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}
.mv2-border svg {
    width: 96%;
    height: 20px;
    padding-left: 2.5%;
}
.mv2-border svg line{
    fill: none;
    stroke: #009EE7;
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-dasharray: 0.1, 15;
}
.coupon2-under-notice {
    width: 320px;
    margin: 15px auto 0;
    font-size: 10px;
    color: rgb(0, 0, 0);
}
/*おすすめ画像css*/
.wrap1 {
    display: flex;
    flex-wrap: wrap;
  }
  
  .item1 {
    padding: 10px;
    width: 50%;
    background-color: #fff;
  }
/* 作品詳細ポップアップ */
.popup2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    box-sizing: border-box;
    padding: 0px 25px;
    z-index: 10;
    color: #333;
    display: none;
}
.popup2 .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-52%);
            transform: translate(-50%,-52%);
    display: block;
    width: 85%;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 0 10px;
    text-align: center;
    line-height: 1.8;
}
.popup2>.inner>a {
    display: block;
    text-align: center;
}
.popup2>.inner>dl {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.popup2>.inner>dl>dt {
    position: relative;
    display: block;
    margin: 0 15px;
    line-height: 1.5;
    text-align: left;
    font-size: 10px;
}
.popup2-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.popup2-detail {
    font-size: 10px;
    margin-bottom: 4px;
}
.popup2>.inner>dl>dd.txt {
    height: 55vh;
    margin: 0 15px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}
.popup2>.inner>dl>dd.txt>div {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 0px 5px 10px;
    border-radius: 5px;
}
.popup2>.inner>dl>dd.txt>div>ul {
    padding-bottom: 0 !important;
}
.popup2>.inner>dl>dd.txt>div>ul>li {
    display: block;
    padding-bottom: 1em;
    color: #333 !important;
}
.popup2>.inner>dl>dd.btns {
    display: block;
    width: 100%;
    font-size: 0.8rem;
}
a.btn-get {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    background-color: #3376E2;
    box-shadow: #2658A8 0px 3px;
    padding: 12px 0;
    margin: 0 15px 5px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
a.btn-get-orange {
    background-color: #EC6C00;
    box-shadow: #B45301 0px 3px;
}
.popup2-button-text-small {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
}
.popup2-button-text-smallbold {
    font-weight: 700;
}
.popup2 .btn-close {
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    border-top: 1px solid #F0F2F2;
    padding-top: 10px;
    color: #1183FF;
    font-weight: bold;
    display: block;
    text-align: center;
}
.popup2 .btn-close span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.p-css1 {
color: #EC6C00;
line-height: 2em;
}
.p-css2 {
    font-size: 1em;
    }
/*ボタン：アコーディオン：プラス：マイナス*/
.midashi1 {
    margin: 0px auto 0;
	padding: 5px 0px;
	font-size: 15px;
}
  .midashi1 span {
	position: relative;
	padding-right: 0.8em;
  }
  .midashi1 span::after {
	content: '';
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	top: 0.2em;
	right: -0.1em;
	border-top: 1px solid rgb(0, 0, 0);
	border-right: 1px solid rgb(0, 0, 0);
	transform: scaleX(1.3) rotate(45deg);
  }
  .announce-wrap .midashi1 {
	border-bottom: 1px solid rgb(0, 0, 0);
  }
  .announce-wrap .midashi1:last-child {
	border-bottom: none;
  }
  .announce-wrap section:last-child {
	border-bottom: none;
  }
  .midashi1-title{
	text-align: center;
    position: relative;
  }
  .accordion-body {
	height: 0;
	overflow: hidden;
  }
  .midashi1-body a {
	text-decoration: underline;
  }
  .midashi1-index {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 0px;
    display: inline-block;
    margin-left: 0.6em;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
  }
  .midashi1-index::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 12px;
    height: 2px;
  }
  .midashi1-index::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 0;
	margin: auto;
	background-color: #000000;
	width: 2px;
	height: 12px;
	-webkit-transition: height 100ms linear;
	transition: height 100ms linear;
  }
  .accordion-active .midashi1-index::after {
	height: 0;
  }


/* テキスト */
.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}
/********************************************************************/

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

/* SP表示 345px 以下 */
/* @media screen and (min-width: 345px) {
/**1200円冬キャンクーポン******************************************************************/
a.coupon-button2, a.new500-button {
	/* width: 260px; */
} */
/* MV */
    .mv2-title, .mv2-title-baloon, .mv2-info-block {
		margin: 0px auto 0;
		padding-top: 10px;
	}
    .mv2-title-sub {
        font-size: 15px;
    }
    .coupon2-under-notice {
        padding: 0px 15px;
    }
/********************************************************************/
}
       @media screen and (max-width: 320px) {
        /**1200円冬キャンクーポン******************************************************************/
        /* MV */
        .mv2-title, .mv2-info-block {
                width: 250px;
            }
            .coupon2-under-notice {
                width: 250px;
            }
            .mv2-info-block {
                padding-left: 15px;
            }
        /********************************************************************/
        }
/* SP表示 768px 以下 */
    @media screen and (min-width: 768px) {
 /**1200円冬キャンクーポン******************************************************************/
    /* MV */
        .coupon2-under-notice {
            width: 450px;
        }
            /* MV */
        .p-css2 {
            font-size: 1.5em;
            }
    }