@charset "utf-8";


/*** menu ***
   フッターメニュー（Menu / Request historyなど）のモダン化。
   footer.phtmlは/help /manual /bonus等、非Reactの旧ページ群とも共有されているため、
   マークアップ(footer.phtml)には一切手を入れず、このファイル(react/work.cssのみ、
   /point /statistics /video-call-stats専用)側のCSSだけで完結させている。
   アイコンもfooter.phtmlにタグを足す代わりに、href値ごとのdata-URI SVGを
   ::beforeで出し分けている。 */
#workContainer{
    padding: 28px 4% 40px;
    animation: workMenuIn .5s cubic-bezier(.22, 1, .36, 1) both;
}

#workMenuTitle,
.eazy #workMenuTitle{
    display: inline-block;
    background: none;
    color: #b23c78;
    font-weight: 800;
    text-align: left;
    padding: 0;
    margin: 0 0 14px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
body.eazy #workMenuTitle{background: none; color: #FC4C02;}
body.moa #workMenuTitle {background: none; color: #fe7b93;}
body.osaka #workMenuTitle{background: none; color: #c8a900;}
body.tokyo #workMenuTitle{background: none; color: #2f9dc0;}

#workMenu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: none;
    margin: 0 0 20px;
    list-style: none;
    overflow: visible;
}
#workMenu li{
    width: auto;
    float: none;
    box-sizing: border-box;
    font-size: 12.5px;
    opacity: 0;
    animation: workMenuItemIn .45s cubic-bezier(.22, 1, .36, 1) forwards;
}
#workMenu li:nth-of-type(1) { animation-delay: .02s; }
#workMenu li:nth-of-type(2) { animation-delay: .06s; }
#workMenu li:nth-of-type(3) { animation-delay: .10s; }
#workMenu li:nth-of-type(4) { animation-delay: .14s; }
#workMenu li:nth-of-type(5) { animation-delay: .18s; }
#workMenu li:nth-of-type(6) { animation-delay: .22s; }

#workMenu li:nth-of-type(odd) {
    border-right: none;
}

#workMenu li a{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 14px 26px 14px 40px;
    background: #fff;
    border: 1px solid #f1e2ea;
    border-radius: 14px;
    box-shadow: 0 6px 16px -10px rgba(35, 20, 30, .18);
    color: #3a2e35;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
#workMenu li a:active {
    transform: scale(.97);
}
@media (hover: hover) {
    #workMenu li a:hover {
        border-color: #E14D9D;
        box-shadow: 0 10px 22px -10px rgba(225, 77, 157, .35);
        transform: translateY(-2px);
    }
}
#workMenu li a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .85;
}
#workMenu li a::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #E14D9D;
    border-bottom: 2px solid #E14D9D;
    transform: translateY(-50%) rotate(-45deg);
    opacity: .5;
}

#workMenu li a[href="/manual"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E14D9D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H19v18.5a1.5 1.5 0 0 1-1.5 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15Z'/%3E%3Cpath d='M8 8h8M8 12h8'/%3E%3C/svg%3E");
}
#workMenu li a[href="/point"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E14D9D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='6' width='19' height='12' rx='2.4'/%3E%3Ccircle cx='12' cy='12' r='2.3'/%3E%3C/svg%3E");
}
#workMenu li a[href="/point/history"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E14D9D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v4l2.6 1.6M9 2h6'/%3E%3C/svg%3E");
}
#workMenu li a[href="/help/taboo"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E14D9D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 2 20h20L12 3Z'/%3E%3Cpath d='M12 10v4M12 17.5h.01'/%3E%3C/svg%3E");
}
#workMenu li a[href="/point/explain"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E14D9D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 20V11M12 20V4M19.5 20v-6.5'/%3E%3C/svg%3E");
}
#workMenu li a[href="/help"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E14D9D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.2 9.3a2.8 2.8 0 0 1 5.4.9c0 1.9-2.6 1.7-2.6 3.6M12 17.5h.01'/%3E%3C/svg%3E");
}

#workContainer .btnContainer{
    margin-top: 4px;
}
#workContainer .btn.main{
    width: auto;
    margin: 0 auto;
}
#workContainer .btn.main a{
    display: block;
    padding: 14px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef6bab, #E14D9D 55%, #d81b76);
    box-shadow: 0 14px 28px -12px rgba(216, 27, 118, .5);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}
#workContainer .btn.main a:active{
    transform: scale(.97);
}

@keyframes workMenuIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes workMenuItemIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    #workContainer,
    #workMenu li {
        animation: none;
        opacity: 1;
    }
    #workMenu li a,
    #workContainer .btn.main a {
        transition: none;
    }
}

@media (max-width: 340px) {
    #workMenu { grid-template-columns: 1fr; }
}


/*** work ***/

#work #main{
    padding: 0.8em 2.2% 0;
}

/** Carousel
    ****************************************/
#areaStep {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.slick-slide { float: left; }
.sectionStep {
    overflow: hidden;
    height: inherit;
    margin: 0 auto;
    background-size: auto 190px !important;
    text-align: left;
    padding: 0 2.2em;
}
.stepImg {
    width: 30%;
    margin: 0 8px 0 0;
    float: left;
}
.sectionStep h2 {
    margin-top: 6px;
    margin-bottom: 10px;
    color: #FC4C02;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    white-space:nowrap;
}
#step1.sectionStep h2 span,
#step2.sectionStep h2 span,
#step3.sectionStep h2 span{
    display: block;
    /*text-indent: -8px;*/
}
.sectionStep .btnContainer{
    margin-top: 12px;
}
.sectionStep p {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;

}
.sectionStep li {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;

}
#step2 h2:before { background-position: 0 -19px; }
#step3 h2:before { background-position: 0 -38px; }
.slick-prev,
.slick-next {
    position: absolute;
    top: 40%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height:22px;
    border-radius: 50px;
    background-color: #FC4C02;
    text-align: center;
    /*text-indent: 2px;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding:0;
}

.sectionStep input[type="button"]{
    -webkit-appearance: none;
}

.slick-next {
    left: inherit; right: 0;
    /*text-indent: 4px;*/
}

.slick-disabled { visibility: hidden; }

.slick-dots {
    clear: both;
    display: block;
    margin: 0;
    padding: 12px 0 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 9px;
}
.slick-dots li:hover {
    opacity: 0.7;
}
.slick-dots li button {
    width: 30px;
    height: 30px;
    line-height: 22px;
    padding: 0;
    border: 2px solid #FC4C02;
    border-radius: 50px;
    background: #f1f1f1;
    text-align: center;
    color: #FC4C02;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #FC4C02;
    color: #fff;
}

#work #step4 .btn.main a{
    font-size: 14px;
    margin-top: 1.6em;
}



#work #popupContents{
    width: 96%;
    top: 20px;
    left: 2%;
}
#work #popupContents p.text {
    text-align: center;
    font-size:12px;
    padding: 1em 0.6em;
}
#work #popupContents.popup-mission .text,
#pay #popupContents.popup-mission .text{
    text-align: center;
    padding: 0 0.6em 1em;
}
@media all and (max-width: 320px) {
    #work #popupContents.popup-mission .mission-anime,
    #pay #popupContents.popup-mission .mission-anime{
        max-width: 280px;
        margin: 0 auto;
    }
}
#work #popupContents .btnContainer+p.text {
    padding-top:0;
}

#work #popupContents p.openDate,#work #popupContents p.openDate+p+p+p {
    text-align: center;
    color: #FC4C02;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    margin: 0.8em 0;
}


#work #popupContents p.openDate+p+p{
    color: #666;
    line-height: 1.2;
    margin-top:0.6em;
}

#work #popupContents .about{
    border-top: 1px dashed #d0d0d0;
    border-bottom: none;
    margin: 1.2em 0.8em 0.4em;
}
#work #popupContents .about dt,#work #popupContents .about dd{
    font-size:12px;
    line-height: 1.2;
}
#work #popupContents .about dt{
    color:#FC4C02;
    margin-top:0.6em;
    margin-bottom:0.2em;
}
#work #popup .close,
#popup .popup-mission .btnClose{
    position: absolute;
    top: -12px;
    right: 2px;
    background: #fff;
    border-radius: 20px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    color: #FC4C02;
    font-weight: bold;
    text-indent: 1px;
    font-size: 24px;
}
body.eazy #work #popup .close,
body.eazy #popup .popup-mission .btnClose{color: #FC4C02;}
body.moa #work #popup .close,
body.moa #popup .popup-mission .btnClose {color: #fe7b93;}
body.osaka #work #popup .close,
body.osaka #popup .popup-mission .btnClose{color: #fae243;}
body.tokyo #work #popup .close,
body.tokyo #popup .popup-mission .btnClose{color: #71ceea;}


/*** inhibit ***/
#inhibit #main{padding-top:0.8em;}

#inhibitList{margin:20px 0 20px;}


#inhibit #inhibitList li{
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 2.3em;
    padding-bottom: 0.8em;
    border-bottom: 1px dotted #d0d0d0;
}
#inhibit #inhibitList li:first-child{
    border-bottom: none;
}
section section ul li span.star{
    position: absolute;
    top: 0em;
    left: 0.6em;
    display: block;
    padding: 2px;
    color: #fff;
    background: #FC4C02;
    font-weight: bold;
    width: 14px;
    height: 14px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
}
body.eazy section section ul li span.star{background: #FC4C02;}
body.moa section section ul li span.star{background: #fe7b93;}
body.osaka section section ul li span.star{background: #edd000;}
body.tokyo section section ul li span.star{background: #71ceea;}

#inhibit li .star.is_red{
    background: #ff4342;
}

/*** rule ***/

#ruleList{margin:20px 0 20px;}

#ruleList li{
    margin-bottom: 0.6em;
    padding-bottom: 0.4em;
    border-bottom: 1px dotted #d0d0d0;
}

#ruleContents p{margin-bottom:20px;}




#rulesList dt {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
}
#rulesList dt:first-child{
    margin-top: 1em;
}


/* menu intro*/

.navMenuUnder {
    padding: 0 3px 6px;
    background: #efefef;
    overflow: hidden;
}
.navMenuUnder {
    display: none;
}
.navMenuUnder.on {
    display: block;
}
.navMenuUnder>li {
    width: 50%;
    float: left;
    margin-bottom: 6px;
}
.navMenuUnder>li .btn {
    position: relative;
    display: block;
    height: 36px;
    margin: 6px 4px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 2px 1px #bbb inset;
    border: 1px solid #bbb;
    text-align: center;
}
.navMenuUnder>li .btn:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -6px;
    display: block;
    width: 100%;
    height: 6px;
    background: #FC4C02;
    border-radius: 4px 4px 0 0;
    border: 1px solid #FC4C02;
    border-bottom: solid 1px #FC4C02;
}
.navMenuUnder>li .btn div {
    display: inline-block;
}
.navMenuUnder>li .btn p {
    display: table-cell;
    height: 28px;
    vertical-align: middle;
    padding: 4px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2em;
    font-size: 12px;
    color: #38353c;
    font-weight: normal;
}



/***** 料金について 男性から移植
priceをpointListに
 *****/

#pointList .tab{
    margin-bottom: 0;
}
#pointList #main{
    margin-top: 0.8em;
}
#pointList #main section .container {
    padding: 0 0.4em;
    margin-bottom: 0.6em;
}

#pointList .container dl{
    overflow: hidden;
    display: table;
    padding: 0.4em 0;
    border-bottom: 1px dotted #999;
    width: 100%;
}
#pointList .container dl.no-border{
    border: none;
    padding-bottom: 0;
}
/*
#pointList .container dl:nth-child(even){
background: #d7ebff;
}*/

#pointList .container dl:last-child{
    border-bottom: none;
}

#pointList .container dl dt{
    min-width: 11em;
    padding: 0.2em 0 0.2em 0.6em;
    margin-right: 0.5em;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;

}
#pointList .container dl dd{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0.2em 0.8em 0.2em 0.4em;
    text-align: right;
    /*font-weight:bold;*/
}

#pointList .toPointPage{text-align:right;font-size:12px;}

/*.cTitle{display:none;}*/

#pointList .container p.txt{
    margin-bottom: 0.6em;
    padding: 0 0.6em;
}
#pointList .container p.txt:first-child{
    margin-top: 1em;
}


/* 料金について キャンペーン用 男性から移植*/
#pointList.campaign section h2.sectionTitle {
    padding-bottom: 0.2em;

}

#pointList.campaign dd s{color:#666;}
#pointList.campaign dd .cPoint,
#pointList .container p.txt .cPoint{
    color: #ff4342;
    font-weight:bold;
    font-size:14px;
}

#pointList.campaign .cTitle{
    display: block;
    text-align:center;
    color: #F8F8FF;
    font-weight: bold;
    /*margin-top: 0.4em;*/
    margin-bottom: 0.4em;
    /* border: 1px solid #ff4342; */
    border-radius: 3px;
    padding: 0.8em 1.2em;
    background: #ff4342;
    line-height: 1.6;
    letter-spacing: 0.8;
    /* width: 100%; */
}
#pointList.campaign .cTitle strong{
    font-size:18px;
}
