
#container .navi-btn {
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    color: #696969;
    display: block;
    font: normal 1rem/2.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
}
#container .navi-btn:hover {
	background:#fff2f5;
	text-decoration: none;
}
#container .navi-btn a {
    padding: 0 0 0 20px;
}
#container .navi-btn a:hover {
	text-decoration: none;
	opacity: 1;
}
/*--ボタン-やじるし--*/
#container .navi-btn a::after {
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 2px #ec5676;
    border-right: solid 2px #ec5676;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 7%;
}
/*----------
 mainvisual
----------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2020/back01.png) top -205px left 50% no-repeat;
    background-size: 180%;
    background-color: #ec5676;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 20px 10px;
    position: relative;
}
#container .right-text {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2020/item-line01.png) bottom 0px left 50% no-repeat;
    background-size: 110%;
    padding: 0 0 90px;
    position: relative;
}
#container .mainvisual .des {
    color: #fff;
}
/*--ribbon--*/
#container .right-text h2:before {
    top: 0;
    left: 0;
    border-width: 35px 0px 35px 15px;
    border-color: transparent transparent transparent #ec5676;
    border-style: solid;
}
#container .right-text h2:after {
    top: 0;
    right: 0;
    border-width: 35px 15px 35px 0px;
    border-color: transparent #ec5676 transparent transparent;
    border-style: solid;
}
@media screen and (max-width: 640px){
    .menu-title:after {
        content: "";
        border-top: solid 3px #ec5575;
        border-right: solid 3px #ec5575;
        display: block;
        transition: all 0.2s ease-in-out;
        position: absolute;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 40%;
        right: 15px;
    }
}
/*--menu-title-design--*/
#container .menu-title h2 {
    color: #ec5575;
}
#container .menu-title p {
    color: #ec5575;
}
#container .navi-btn a {
    padding: 0 0 0 15px;
}
/*-------
 section
-------*/
#container .sec {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/back02.png) top 0px right 0px no-repeat;
    background-size: 45%;
    background-color: #fff2f5;
    padding: 20px;
    position: relative;
}
#container .sec h2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line01.png), url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 5px left 50px, top 5px right 50px;
    background-size: 15%, 15%;
    color: #ec5575;
}
/*--ribbon--*/
#container .item-title {
    background-color: #ec5575;
}
#container .item-title .small {
    font-size: 0.9rem;
}
#container .item-title:before {
    top: 0;
    left: 0;
    border-width: 32px 0px 32px 15px;
    border-color: transparent transparent transparent #fff2f5;
    border-style: solid;
}
#container .item-title:after {
    top: 0;
    right: 0;
    border-width: 32px 15px 32px 0px;
    border-color: transparent #fff2f5 transparent transparent;
    border-style: solid;
}
/*-----comment-----*/
#container .comment {
    border: solid 2px #ec5575;
}
#container .comment:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ec5575;
    z-index: 1;
}
#container .item-box dl {
    border-bottom: 1px dotted #ec5575;
    margin-bottom: 25px;
}
#container .item-box dl:last-child {
    border-bottom: none;
}
#container .item-box .ribonicon {
    position: absolute;
    top: 62px;
    left: -13px;
    width: 35%;
}
#container .sec5 {
    background: none;
    background-color: #fff;
}
#container .sec5 h2 {
    background: none;
    border-bottom: solid 2px #ec5575;
    color: #000;
}
/*--------
 past-box
--------*/
#container .past-box {
    margin: 20px 0 10px;
    padding: 0 20px;
}
#container .past-box .past-sp-img {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
}
#container .past-box .past-pc-img {
    display: none;
}
#container .past-box img {
    width: 100%;
}
#container .past-box .past-text {
    color: #e68e1b;
    font: 0.9rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
#container .movie {
    position: relative;
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}
#container .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .item-box .ribonicon {
    top: 75px;
}
}

@media screen and (min-width: 480px){
#container .movie {
    margin: 0 auto;
    height: 310px;
    width: 80%;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2020/back01.png) top 0px left -260px no-repeat;
    background-size: 90%;
    background-color: #ec5575;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 30px 40px;
    position: relative;
}
#container .width {
    display: flex;
}
#container .headtitle {
    width: 150%;
}
#container .right-text {
    background-size: 100%;
}
#container .right-text h2:before {
    top: 0;
    left: 0;
    border-width: 50px 0px 50px 20px;
    border-color: transparent transparent transparent #ec5676;
    border-style: solid;
}
#container .menu-title {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line01.png), url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 7px left 30%, top 7px right 30%;
    background-size: 12%, 12%;
    background-color: #fff;
}
#container .navi-btn {
    font-size: 0.9rem;
}
#container .navi-btn a {
    padding: 0 0 0 5px;
}
#container .navi-btn a::after {
    right: 5%;
}
/*--section--*/
#container .sec {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/back02.png) top 0px right 0px no-repeat;
    background-size: 35%;
    background-color: #fff2f5;
    padding: 30px 40px;
    position: relative;
}
#container .sec h2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line01.png), url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 4px left 39%, top 4px right 39%;
    background-size: 7%, 7%;
}
#container .item-box dl {
    border-bottom: none;
}
#container .item-box .ribonicon {
    top: 78px;
    left: -18px;
}
#container .sec5 {
    background: none;
    background-color: #fff;
}
#container .sec5 h2 {
    background: none;
    border-bottom: solid 2px #ec5575;
    color: #000;
}
/*--------
 past-box
--------*/
#container .past-box {
    margin: 20px 0;
    padding: 0;
}
#container .past-box .past-sp-img {
    display: none;
}
#container .past-box .past-pc-img {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
}
#container .past-box .past-text {
    font-size: 1.3rem;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2020/back01.png) top 0px left 0px repeat;
    background-size: 590px;
    background-color: #ec5575;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0;
    position: relative;
}
#container .right-text {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2020/item-line01.png), url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2020/item-line02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 50%, bottom 30px right 50%;
    background-size: 90%, 95%;
    background-color: #ec5575;
    margin: 0 0 0 20px;
    padding: 150px 10px;
}
#container .right-text h2 br {
    display: none;
}
#container .right-text h2:before {
    top: 0;
    left: 0;
    border-width: 23px 0px 23px 10px;
    border-color: transparent transparent transparent #ec5575;
    border-style: solid;
}
#container .right-text h2:after {
    top: 0;
    right: 0;
    border-width: 23px 10px 23px 0px;
    border-color: transparent #ec5575 transparent transparent;
    border-style: solid;
}
#container .menu-title {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line01.png), url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 7px left 40%, top 7px right 40%;
    background-size: 8%, 8%;
    background-color: #fff;
}
#container .navi-btn {
    font-size: 0.9rem;
    line-height: 3.2;
}
#container .navi-btn a {
    padding: 0 0 0 5px;
}
#container .navi-btn a::after {
    right: 5%;
}
/*--section--*/
#container .sec {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/back02.png) top 0px right 0px no-repeat;
    background-size: 15%;
    background-color: #fff2f5;
}
#container .sec h2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line01.png), url(/contents/shop/sevenbeauty/img/freepage/bestcosme-item2021/line02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top -1px left 40%, top -1px right 40%;
    background-size: 7%, 7%;
}
#container .item-box dl {
    border-bottom: none;
}
#container .item-box .ribonicon {
    top: 52px;
    left: -20px;
    width: 40%;
}
#container .sec5 {
    background: none;
    background-color: #fff;
}
#container .sec5 h2 {
    background: none;
    border-bottom: solid 2px #ec5575;
    color: #000;
}
/*--------
 past-box
--------*/
#container .past-box {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 1040px;
}
#container .past-box .past-sp-img {
    display: none;
}
#container .past-box .past-pc-img {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
    width: 60%;
}
#container .past-box .past-text {
    font-size: 1.3rem;
}
/*-----moviebox-----*/
#container .movie {
    margin: 0 auto 40px;
    height: 420px;
    width: 45%;
}
#container .movie-box p.text1 {
    font-size: 1.2rem;
}
#container .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}