@charset "UTF-8";
/*-----------------------------------

lp_valentine.css
ヴァレンタインランディングページ CSS
PC

-----------------------------------*/
/*
common
=========================================*/
html {
    
}
body {

}
.topscroll-btn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    color: #682D19;
    font-size: 19px;
    padding: 10px 15px;
    line-height: 1.6;
    background: url(https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_arw_white_down.svg) no-repeat center center;
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    font-weight: bold;
    position: fixed;
    bottom: 50px;
    right: 30px;
}
#bodyContainer {
    overflow-x: hidden;
    position: relative;
    min-width: 980px;
}
#bodyContainer #container {
    width: 100%;
    overflow: hidden;
}
#bodyContainer #valentineContents {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    position: relative;
}
#bodyContainer #valentineContents .Tp-1110 {
    position: relative;
    padding-top: 1110px;
}
#bodyContainer #valentineContents .Tp-690 {
    position: relative;
    padding-top: 690px;
}
#bodyContainer #valentineContents > div {
    box-sizing: border-box;
}
#bodyContainer #valentineContents a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bodyContainer #valentineContents a:hover {
    opacity: 0.6;
    text-decoration: none;
}
#bodyContainer #valentineContents img {
    width: 100%;
    display: block;
}
#bodyContainer #valentineContents video {
    width: 100%;
}
#bodyContainer #valentineContents p {
    line-height: 1.6;
}
#bodyContainer #valentineContents section .content-area {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
/* #nav-block */
#bodyContainer #valentineContents #nav-block {
    position: relative;
    /* max-width: 980px; */
    width: 100%;
    margin: 0px auto;    /* 10px auto 0 */
    padding: 0 70px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 2;
}
.modal-btn {
    display: block;
    width: 60px;
    height: 60px;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_modal_icn_on.svg') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    background-color: #C3ADF4;
    position: absolute;
    right: 30px;
    top: 288px;
}
.deep-scroll .modal-btn {
    top: 30px;
    position: fixed;
}
#bodyContainer #valentineContents #nav-block .modal-btn:hover {
    opacity: 1;
}
#bodyContainer #valentineContents #nav-block #modal-content {
    display: none;
}
#modal-content {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(195, 173, 244, 0.8);
    padding: 30px 56px 60px;
    box-sizing: border-box;
}
#modal-content .modal-logo {
    max-width: 236px;
    display: block;
    margin: 0 auto 45px;
}
#modal-content .inner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#modal-content .inner-content .nav-box {
    width: calc((100% - 30px) / 2);
    position: relative;
    margin-right: 15px;
}
#modal-content .inner-content .nav-box + .nav-box {
    margin-right: 0;
    margin-left: 15px;
}
#modal-content .inner-content .nav-box02.nav-box li.cate-ttl:last-of-type {
    margin: 0;
    position: absolute;
    bottom: 0;
}
#modal-content .inner-content .nav-box02.nav-box li.cate-ttl.sec {
    margin: 0;
    position: absolute;
    bottom: 75px;
}
#modal-content .inner-content .nav-box a {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#modal-content .inner-content .nav-box a:hover {
    opacity: 0.8;
    text-decoration: none;
}
#modal-content .inner-content .nav-box li.cate-ttl {
    margin-bottom: 20px;
}
#modal-content .inner-content .nav-box .nav-item {
    margin: 0 15px;
}
#modal-content .inner-content .nav-box .nav-item {
    
}
#modal-content .inner-content .nav-box .nav-item + .nav-item {
    margin-top: 15px;
}
#modal-content .inner-content .nav-box .nav-item a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #682D19;
    border-radius: 8px;
    position: relative;
    padding: 10px 14px;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_arw_brown.svg') no-repeat center right 10px;
    background-size: 8px;
    background-color: #fff;
    overflow: hidden;
}
#modal-content .inner-content .nav-box .nav-item a:hover {
    background-position: center right 8px;
}
#modal-content .inner-content .nav-box .nav-item.close {
    pointer-events: none;
}
#modal-content .inner-content .nav-box .nav-item.close a {
    pointer-events: none;
    padding-left: 8px;
}
#modal-content .inner-content .nav-box .nav-item.close a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.9);
    left: 0;
    top: 0;
}
/* ボタン共通 */
#bodyContainer #valentineContents .item-btn {
    box-sizing: border-box;
    display: block;
    max-width: 172px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_arw_white.svg') no-repeat center right 10px;
    background-size: 10px;
    background-color: #515254;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    font-weight: bold;
}
@media screen and (-ms-high-contrast: none) {
    #bodyContainer #valentineContents .item-btn {
        padding: 13px 15px 7px;
    }
}
#bodyContainer #valentineContents .item-btn.ver02 {
    max-width: 248px;
    line-height: 1.6;
}
#bodyContainer #valentineContents .item-btn.ver03 {
    max-width: none;
    min-width: 300px;
    line-height: 1.6;
    text-align: center;
    background-position: center right 14px;
    display: inline-block;
    padding: 10px 45px;
    width: auto;
}
#bodyContainer #valentineContents .item-btn:hover {
    background-position: center right 5px;
}
#bodyContainer #valentineContents .page-btn {
    box-sizing: border-box;
    display: block;
    min-width: 370px;
    width: 100%;
    color: #682D19;
    font-size: 19px;
    padding: 10px 15px;
    line-height: 1.6;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_arw_brown_down.svg') no-repeat center right 18px;
    background-size: 20px;
    background-color: #C3ADF4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
    font-weight: bold;
}
@media screen and (-ms-high-contrast: none) {
    #bodyContainer #valentineContents .page-btn {
        padding: 13px 15px 7px;
    }
}
#bodyContainer #valentineContents .page-btn:hover {
    background-position: top 22px right 18px;
}
#bodyContainer #valentineContents .page-btn.ver01 {
    padding: 10px 12px;
}
#bodyContainer #valentineContents .page-btn.ver02 {

    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_arw_brown.svg') no-repeat center right 18px;
    background-size: auto 19px;
    background-color: #FFDEF2;
}
#bodyContainer #valentineContents .page-btn.ver02:hover {
    background-position: center right 15px;
}
#bodyContainer #valentineContents .page-btn.ver03 {
    max-width: 430px;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_arw_brown.svg') no-repeat center right 20px;
    background-size: auto 19px;
    background-color: #DBF3FF;
}
#bodyContainer #valentineContents .page-btn.ver03:hover {
    background-position: center right 15px;
}
#bodyContainer #valentineContents .page-btn.ver04 {
    padding: 10px 12px;
}
#bodyContainer #valentineContents .page-btn.ver04:hover {
    background-position: top 38px right 18px;
}
#bodyContainer #valentineContents .back-btn {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
/* ここまで */


/*
.top
=========================================*/
/* #hero-block */
#bodyContainer #valentineContents.top #hero-block {
    z-index: -2;
    width: 100%;
    overflow: hidden;
    background-color: #4EC5FE;
}
.deep-scroll #bodyContainer #valentineContents.top #hero-block {
    /*position: fixed;
    top: 0;*/
}
#bodyContainer #valentineContents.top #hero-block .bg-area {
    height: 690px;
    text-align: center;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/top_hero-bg.png') no-repeat center;
    background-size: cover;
}
#bodyContainer #valentineContents.top #hero-block .bg-area img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
/* 共通 */
#bodyContainer #valentineContents.top .content-block img.cate-num {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    bottom: -3px;
}
#bodyContainer #valentineContents.top .content-block .content-area {
    padding: 35px 80px 80px;
}
#bodyContainer #valentineContents.top .content-block .content-area h3.inner-ttl {
    text-align: center;
    margin-bottom: 40px;
}
#bodyContainer #valentineContents.top .content-block .content-area h3.inner-ttl .note {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #682D19;
}
#bodyContainer #valentineContents.top .content-block .content-area h3.inner-ttl img {
    width: auto;
    height: 56px;
    margin: 0 auto;
}
#bodyContainer #valentineContents.top .content-block .content-area .item {
    border-radius: 16px;
    box-shadow: 0px 8px 0px 0px #C3ADF4;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 40px;
    position: relative;
    top: 0;
}
#bodyContainer #valentineContents.top .content-block .content-area .item:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: none;
    top: 8px;
}
#bodyContainer #valentineContents.top .content-block .content-area .item:hover .item-btn {
    background-position: center right 5px;
}
#bodyContainer #valentineContents.top .content-block .content-area .item + .item {
    margin-top: 48px;
}
#bodyContainer #valentineContents.top .content-block .content-area .item .pict {
    width: 430px;
    font-size: 0;
}
#bodyContainer #valentineContents.top .content-block .content-area .item .pict.video {}
#bodyContainer #valentineContents.top .content-block .content-area .item .text {
    width: calc(100% - 430px - 30px);
    position: relative;
}
#bodyContainer #valentineContents.top .content-block .content-area .item img.cate {
    max-width: 112px;
    margin-bottom: 18px;
}
#bodyContainer #valentineContents.top .content-block .content-area .item .text img.catch {
    height: 118px;
    width: auto;
}
#bodyContainer #valentineContents.top .content-block .content-area .item .text .item-btn {
    margin-top: 25px;
}
#bodyContainer #valentineContents.top .content-block .content-area .two-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bodyContainer #valentineContents.top .content-block .content-area .two-column .item {
    display: block;
    width: calc(100% - 386px - 48px);
    padding: 17px 33px 24px;
    text-align: center;
    margin-right: 24px;
}
#bodyContainer #valentineContents.top .content-block .content-area .two-column .item + .item {
    margin-top: 0;
    margin-right: 0;
    margin-left: 24px;
}
#bodyContainer #valentineContents.top .content-block .content-area .two-column img.cate {
    margin-left: auto;
    margin-right: auto;
}
#bodyContainer #valentineContents.top .content-block .content-area .two-column .txt {
    font-size: 20px;
    font-weight: bold;
    color: #682D19;
    margin-top: 15px;
    text-align: justify;
    display: block;
}
#bodyContainer #valentineContents.top .content-block .content-area .two-column .item .item-btn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/* #lead-block */
#bodyContainer #valentineContents.top #lead-block {
    height: 420px;
    box-sizing: border-box;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/top_lead-bg.png') no-repeat center;
    background-size: cover;
    padding: 48px 0;
    text-align: center;
    box-sizing: border-box;
}
#bodyContainer #valentineContents.top #lead-block .date-box {
    max-width: 380px;
    margin: 0 auto;
}
#bodyContainer #valentineContents.top #lead-block .date-box img {}
#bodyContainer #valentineContents.top #lead-block .txt-box {
    max-width: 469px;
    margin: 0 auto;
    margin-top: 40px;
}
/* #museum-block */
#bodyContainer #valentineContents.top #museum-block.content-block {
    background-color: #foodcolumn_whiteday_bretonne.html;
    padding-top: 65px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #museum-block.content-block img.section-ttl {
    max-width: 510px;
    margin: 0 auto 55px;
}
#bodyContainer #valentineContents.top #museum-block.content-block .content-area .item {
    background-color: #ffff;
}

/* #museum2-block */
#bodyContainer #valentineContents.top #museum2-block.content-block {
    background-color: #fff8ab;
    padding-top: 65px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #museum2-block.content-block img.section-ttl {
    max-width: 510px;
    margin: 0 auto 55px;
}
#bodyContainer #valentineContents.top #museum2-block.content-block .content-area .item {
    background-color: #d94973;
}

/* #museum3-block */
#bodyContainer #valentineContents.top #museum3-block.content-block {
    background-color: #f7f7ff;
    padding-top: 65px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #museum3-block.content-block img.section-ttl {
    max-width: 510px;
    margin: 0 auto 55px;
}
#bodyContainer #valentineContents.top #museum3-block.content-block .content-area .item {
    background-color: #00a1e9;
}


/* #watachoco-block */
#bodyContainer #valentineContents.top #watachoco-block.content-block {
    background-color: #F69BD1;
    padding-top: 55px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .content-area .item {
    background-color: #DBF3FF;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box {
    margin-top: 62px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid #F69BD1;
    padding: 30px;
    position: relative;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box img.cate {
    position: absolute;
    width: auto;
    height: 46px;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box .outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box .outer .pict {
    font-size: 0;
    width: calc(321px + 32px);
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box .outer .pict img {}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box .outer .text {
    width: calc(100% - 321px);
    position: relative;
    top: -7px;
    margin-left: 32px;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box .outer .text .txt01 {
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    color: #682D19;
    margin-bottom: 15px;
}
#bodyContainer #valentineContents.top #watachoco-block.content-block .info-box .outer .text .txt02 {
    font-size: 14px;
    color: #333;
    text-align: justify;
}

/* #watachoco2-block */
#bodyContainer #valentineContents.top #watachoco2-block.content-block {
    background-color: #d94973;
    padding-top: 55px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .content-area .item {
    background-color: #DBF3FF;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box {
    margin-top: 62px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid #d94973;
    padding: 30px;
    position: relative;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box img.cate {
    position: absolute;
    width: auto;
    height: 46px;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box .outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box .outer .pict {
    font-size: 0;
    width: calc(321px + 32px);
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box .outer .pict img {}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box .outer .text {
    width: calc(100% - 321px);
    position: relative;
    top: -7px;
    margin-left: 32px;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box .outer .text .txt01 {
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    color: #682D19;
    margin-bottom: 15px;
}
#bodyContainer #valentineContents.top #watachoco2-block.content-block .info-box .outer .text .txt02 {
    font-size: 14px;
    color: #333;
    text-align: justify;
}


/* #watachoco3-block */
#bodyContainer #valentineContents.top #watachoco3-block.content-block {
    background-color: #f7f7ff;
    padding-top: 55px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .content-area .item {
    background-color: #DBF3FF;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box {
    margin-top: 62px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid #f7f7ff;
    padding: 30px;
    position: relative;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box img.cate {
    position: absolute;
    width: auto;
    height: 46px;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box .outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box .outer .pict {
    font-size: 0;
    width: calc(321px + 32px);
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box .outer .pict img {}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box .outer .text {
    width: calc(100% - 321px);
    position: relative;
    top: -7px;
    margin-left: 32px;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box .outer .text .txt01 {
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    color: #682D19;
    margin-bottom: 15px;
}
#bodyContainer #valentineContents.top #watachoco3-block.content-block .info-box .outer .text .txt02 {
    font-size: 14px;
    color: #333;
    text-align: justify;
}

/* #watachoco4-block */
#bodyContainer #valentineContents.top #watachoco4-block.content-block {
    background-image: repeating-linear-gradient(135deg, #c2a8cc, #c2a8cc 20px, #fff 20px, #fff 40px);
    padding-top: 55px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .content-area .item {
    background: repeating-linear-gradient(135deg, #c2a8cc, #c2a8cc 20px, #fff 20px, #fff 40px);
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box {
    margin-top: 62px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid #abc88b;
    padding: 30px;
    position: relative;
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box img.cate {
    position: absolute;
    width: auto;
    height: 46px;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box .outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box .outer .pict {
    font-size: 0;
    width: calc(321px + 32px);
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box .outer .pict img {}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box .outer .text {
    width: calc(100% - 321px);
    position: relative;
    top: -7px;
    margin-left: 32px;
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box .outer .text .txt01 {
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    color: #ffdfe7;
    margin-bottom: 15px;
}
#bodyContainer #valentineContents.top #watachoco4-block.content-block .info-box .outer .text .txt02 {
    font-size: 14px;
    color: #333;
    text-align: justify;
}

/* #campaign-block */
#bodyContainer #valentineContents.top #campaign-block {
    background-color: #DBF3FF;
    padding-top: 80px;
    padding-bottom: 80px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area {
    
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box {
    background-color: #C3ADF4;
    padding: 48px 112px 50px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box img.cate-ttl {
    max-width: 324px;
    margin: 0 auto 20px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .note {
    font-size: 16px;
    font-weight: bold;
    color: #682D19;
    text-align: center;
    margin-bottom: 8px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .inner-ttl {
    font-size: 26px;
    font-weight: bold;
    color: #682D19;
    text-align: center;
    line-height: 1.5;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box img.icn {
    height: 62px;
    width: auto;
    margin: 0px auto 15px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .two-column {
    margin-top: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .two-column .text {
    position: relative;
    top: -2px;
    margin-right: 24px;
    width: calc(100% - 354px - 48px);
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .two-column .txt {
    font-size: 16px;
    color: #682D19;
    text-align: justify;
    line-height: 1.8;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .two-column .item-btn {
    margin-top: 26px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .pickup-box .two-column .pict {
    font-size: 0;
    margin-left: 24px;
    width: 354px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .bnr-box {
    margin-top: 65px;
    padding: 0 154px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .bnr-box a.item {
    position: relative;
    display: block;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .bnr-box a.item .note {
    font-size: 16px;
    color: #682d19;
    margin: 0 0 5px;
    text-align: center;
    font-weight: bold;
    display: block;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .bnr-box a.item:hover .item-btn {
    background-position: center right 5px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .bnr-box .item + .item {
    margin-top: 60px;
}
#bodyContainer #valentineContents.top #campaign-block .content-area .bnr-box .item.btn-ver .item-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*
.page
=========================================*/
#bodyContainer #valentineContents.page {
    
}
#bodyContainer #valentineContents.page #content-block {
    padding: 50px 0 65px;
}
#bodyContainer #valentineContents.page #content-block .page-ttl {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
#bodyContainer #valentineContents.page #content-block .page-ttl .note {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}
#bodyContainer #valentineContents.page #content-block .page-ttl img {
    width: auto;
    height: 56px;
    margin: 0 auto;
}
#bodyContainer #valentineContents.page #content-block .content-area {
    background-color: #fff;
    padding: 22px 88px 72px;
}
#bodyContainer #valentineContents.page #content-block .content-area img.cate {
    max-width: 112px;
    margin: 0 auto 15px;
}
#bodyContainer #valentineContents.page #content-block .content-area h3.inner-ttl {
    font-size: 26px;
    font-weight: bold;
    color: #682D19;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.5;
}
#bodyContainer #valentineContents.page #content-block .content-area p.text {
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-align: justify;
    padding: 0 62px;
    margin-bottom: 35px;
}
#bodyContainer #valentineContents.page #content-block .content-area .btn-box {
    margin-bottom: 65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left: -30px;
    margin-right: -30px;
}
#bodyContainer #valentineContents.page #content-block .content-area .btn-box + .btn-box {
    margin-top: -25px;
}
#bodyContainer #valentineContents.page #content-block .content-area .btn-box.single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#bodyContainer #valentineContents.page #content-block .content-area .btn-box .item {
    width: calc((100% - 60px) / 2);
    margin: 0 30px;
}
#bodyContainer #valentineContents.page #content-block .content-area .btn-box .item p.note {
    font-size: 15px;
    font-weight: bold;
    color: #682D19;
    text-align: left;
    margin-bottom: 12px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box {
    padding-left: 150px;
    padding-right: 150px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box + .item-box {
    margin-top: 55px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item {}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item + .item {
    margin-top: 52px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box p.catch {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #682D19;
    margin-bottom: 14px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box h4.cate-ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #682D19;
    margin-bottom: 20px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .name {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .price {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 3px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .item-btn {
    margin-top: 12px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 8px solid;
    padding-left: 18px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt .q {
    font-weight: bold;
    display: block;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt .a {
    display: block;
    font-size: 15px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt .a.ex-txt {
    text-align: left;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .note {
    font-size: 14px;
    margin-top: 12px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt .q + .a {
    margin-top: 8px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt .a + .q {
    margin-top: 20px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt-ttl + .txt {
    margin-top: 25px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt + .txt, #bodyContainer #valentineContents.page #content-block .content-area .item-box .item .note + .txt {
    margin-top: 22px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .txt + .pict,
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .pict + .pict,
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .pict + .txt {
    margin-top: 28px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .item-btn + .txt {
    margin-top: 35px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .item-btn + .pict {
    margin-top: 48px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .item .name + .name {
    margin-top: 5px;
}
/* #bodyContainer #valentineContents.page #content-block .content-area .item-box .item .pict + .txt-ttl{
    margin-top: 30px;
} */
#bodyContainer #valentineContents.page #content-block .content-area .item-box .footer-btn-box {
    margin-top: 56px;
    text-align: center;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .footer-btn-box p.catch {
    color: #682D19;
    margin-bottom: 12px;
}
#bodyContainer #valentineContents.page #content-block .content-area .item-box .footer-btn-box .item-btn {
    margin-right: auto;
    margin-left: auto;
}
#bodyContainer #valentineContents.page #content-block .page-nav-area {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#bodyContainer #valentineContents.page #content-block .page-nav-area .inner-ttl {
    text-align: center;
    margin-bottom: 25px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
#bodyContainer #valentineContents.page #content-block .page-nav-area .link-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}
#bodyContainer #valentineContents.page #content-block .page-nav-area .link-box li {
    width: calc((100% - 40px) / 2);
    margin: 0 20px;
    background-color: #fff;
    border-radius: 8px;
}
#bodyContainer #valentineContents.page #content-block .page-nav-area .link-box li:nth-of-type(n + 3) {
    margin-top: 25px;
}
#bodyContainer #valentineContents.page #page-footer-block {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background-color: #C3ADF4;
    padding: 50px 0 60px;
    text-align: center;
}
#bodyContainer #valentineContents.page #page-footer-block .back-btn {
    margin: 0 auto;
}
#bodyContainer #valentineContents.page #page-footer-block img.page-logo {
    max-width: 236px;
    display: block;
    margin: 20px auto 0;
}

/* .museum */
#bodyContainer #valentineContents.page.museum #content-block {
    background-color: #4EC5FE;
}
#bodyContainer #valentineContents.page.museum #content-block .content-area {
    
}
#bodyContainer #valentineContents.page.museum #content-block .content-area .item-box {
    padding-top: 45px;
    border-top: 2px solid #4EC5FE;
}
#bodyContainer #valentineContents.page.museum #content-block .page-nav-area .link-box li {
    max-width: 370px;
}

/* .museum2 */
#bodyContainer #valentineContents.page.museum2 #content-block {
    background-color: #fff8ab;
}
#bodyContainer #valentineContents.page.museum2 #content-block .content-area {
    
}
#bodyContainer #valentineContents.page.museum2 #content-block .content-area .item-box {
    padding-top: 45px;
    border-top: 2px solid #d94973;
}
#bodyContainer #valentineContents.page.museum2 #content-block .page-nav-area .link-box li {
    max-width: 370px;
}

/* .watachoco */
#bodyContainer #valentineContents.page.watachoco #content-block {
    background-color: #F69BD1;
}
#bodyContainer #valentineContents.page.watachoco #content-block .page-nav-area .link-box li {
    max-width: 430px;
}

/* .watachoco2 */
#bodyContainer #valentineContents.page.watachoco2 #content-block {
    background-color: #d94973;
}
#bodyContainer #valentineContents.page.watachoco2 #content-block .page-nav-area .link-box li {
    max-width: 430px;
}

/* .watachoco3 */
#bodyContainer #valentineContents.page.watachoco3 #content-block {
    background-color: #f7f7ff;
}
#bodyContainer #valentineContents.page.watachoco3 #content-block .page-nav-area .link-box li {
    max-width: 430px;
}

/* .watachoco4 */
#bodyContainer #valentineContents.page.watachoco4 #content-block {
    background: repeating-linear-gradient(135deg, #c2a8cc, #c2a8cc 20px, #E3DEF1 20px, #E3DEF1 40px);
}
#bodyContainer #valentineContents.page.watachoco4 #content-block .page-nav-area .link-box li {
    max-width: 430px;
}

/*
plugin
=========================================*/
.featherlight {
    background-color: transparent !important;
}
.featherlight .featherlight-content {
    background-color: transparent !important;
}
body .featherlight .featherlight-close-icon {
    display: block;
    width: 60px;
    height: 60px;
    background: url('https://ecimg.tokyu-dept.co.jp/ec/images/season/valentine/2021/lp/cmn_modal_icn_off.svg') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    background-color: #C3ADF4;
    position: fixed;
    right: 30px;
    top: 288px;
    outline: none;
    text-indent: -9999px;
    font-size: 0;
}
body.deep-scroll .featherlight .featherlight-close-icon {
    top: 30px;
}
/* 下層個別ページ */

.box{
    padding: 2em 2em;
    margin: 2em 0;
    background-color:  #6c272d;
    
}
.box p {
	color: #FFFFFF;
    margin: 0; 
    padding: 0;
}