﻿@charset "utf-8";

table {
    border-color: inherit;
    border-collapse: collapse;
    margin: 0 auto;
}

#tblLayout {
    /* max-width: 120rem; */
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

/* 認証画面 */

.staffDateImage img,
.comingSoonImage {
    max-width: 75%;
    width: 100%;
    margin: auto;
}

.mainImg {
    padding: 0 1.6rem;
}

.staffDate {
    background-color: rgb(255, 255, 255, .75);
    box-shadow: .1rem .4rem 1rem rgba(0, 0, 0, .75);
    text-align: center;
    padding: 1rem;
}

.comingSoonImage {
    background: #fff;
    padding: 3rem 1.5rem;
}

.teaserTxt {
    padding: 4rem 7rem;
}

.ErrorMessage {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    color: red;
    border: solid .2rem red;
    max-width: 90rem;
    margin: 0 auto;
    background: #fdf5f5;
    font-weight: 600;
    margin-top: 2.5rem;
}

#password-form {
    display: block;
}

#protected-section {
    display: none;
}

.formBox {
    padding: 2rem;
    border: none;
    max-width: 110rem;
    margin: 3rem auto;
    background-color: #f8f8f8;
}

.formInner {
    background-color: #fff;
    padding-bottom: 3rem;
}

.formTxt {
    background-color: #fdf5f5;
    box-sizing: border-box;
    padding: 0 1.2rem 0 5rem;
    width: 100%;
    height: 4.6rem;
    border: .1rem solid #ccc;
    border-radius: .3rem;
    text-align: left;
    font-size: 2rem;
    line-height: 4.6rem;
}

p.loginTit {
    background: #4b4b4b;
    margin-top: 2rem;
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    font-family: fantasy;
    text-align: center;
}

.loginBox {
    display: block;
    padding: 3rem 5rem;
}

.formInput {
    width: 100%;
}

.loginContent {
    text-align: left;
    padding: 1rem 0 1rem 1.5rem;
    max-width: 60rem;
    margin: 0 auto;
}

p.loginTxt {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 600;
    color: #4b4b4b;

}

.Formtxt {
    line-height: 1.3;
    font-weight: 100;
    padding-left: 1.2rem;
    padding: .5rem 0 1rem;
    font-size: 1.8rem;

}

.red {
    color: #B82B13;
}

.Formtxt span {
    color: #B82B13;
}

.loginTxt.icon {
    position: relative;
}

.formRight.formInput {
    margin-top: 2.5rem;
}

ul.loginContent li+li {
    margin-top: 1rem;
}

.bottonBord {
    border-bottom: solid .2rem #FCF4F4;

}

.formBtn {
    position: relative;
    display: inline-block;
    padding: 1.9rem 3.6rem 1.9rem 1.6rem;
    width: 100%;
    max-width: 27rem;
    background-color: #c00;
    box-shadow: 0 .2rem .3rem 0 rgba(0, 0, 0, .25);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
    border: none;
}

.formBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -.5rem;
    width: 1rem;
    height: 1rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
    transform: rotate(45deg) translate3d(0, 0, 0);
}

p.wt {
    max-width: 110rem;
    margin: 0 auto;
}

p.wt_10 {
    max-width: 100rem;
    margin: 3rem auto 0;
}

p.wt.mgt_40 {
    margin: 4rem auto 0;
}

/* モーダルのスタイル */
.errorBox {
    display: none;

}

.close {
    color: #aaa;
    font-size: 2.8rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

p#modal-error-message {
    color: red;
    font-weight: 600;
    font-size: 2.4rem;
}

#textPassword {
    border: none;
    /* デフォルト枠線を消す */
}

#fieldPassword {
    border-width: thin;
    border-style: solid;
    width: 20rem;
}

.eye {
    position: relative;
}

span#buttonEye {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
}

.formBtnBox {
    text-align: center;
}

p.inputTit {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.formBtn {

    cursor: pointer;
}

ul.loginContent p {
    font-size: 1.8rem;
}

.icon {
    position: relative;
}

p.iconId {
    width: 3.5rem;
    height: auto;
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /* Safari */
}

div#password-form {
    position: relative;
}

.dateListTit {
    width: 80%;
    margin: 0 auto;
}

.login_banner {
    max-width: 95rem;
    width: 100%;
    margin: 7rem auto 6rem;
}

.login_banner_btn {
    background: rgba(165, 47, 126, .26);
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    transition: opacity .5s;
}

.login_banner_btn:hover {
    opacity: .5;
    transition: opacity .5s;
}

.login_banner_btn span {
    color: #333333;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    display: inline-flex;
    align-items: center;
}

.login_banner_btn span::after {
    content: "";
    width: 3.5rem;
    height: 3.5rem;
    background: url(/Contents/ImagesPkg/portal/p-employee-top/2609/common/icon_arrow.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 2rem;
}

.login_banner_item.is-active .login_banner_btn span::after {

    transform: rotate(180deg);
}

.login_banner_box {
    display: none;
}

.formbox-sec {
    max-width: 90rem;
    width: 100%;
    margin: 7rem auto 10rem;
}

div#password-form .saleP {
    max-width: 90rem;
    width: 100%;
    margin: 7rem auto 10rem;
}

.dateList {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.4rem;
}

p.login_staff {
    text-align: center;
}

.fromTxt {
    margin-top: 3rem;
    text-align: left;
    border-top: solid .1rem #000;
}

.formTxtBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fromTxt p {
    margin-top: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.8rem;
    color: #FF0000 !important;
    font-weight: 600;
}

.formId {
    text-align: center;
    padding: .5rem;
}

.formId p {
    font-size: 3.5rem;
    line-height: 4rem;
    color: #fff;
    font-weight: 600;
}

.formInputBox {
    max-width: 60rem;
    margin: 0 auto;
}

.formId p span {
    font-size: 5rem;
    line-height: 5rem;
}

p.login_staff img {
    width: 100%;
}

.login_form {
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #009FE8; */
    height: 100%;
    padding: 0rem 0 3rem;
}

.form_box {
    border: .1rem solid #000;
    padding: 0;
    background-color: #fff;
    /* box-shadow: 0rem 0rem 0rem .5rem #fff; */
    margin: 8rem auto;
    max-width: 130rem;
}

.itemBox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.itemArea {
    width: 75%;
    margin: 0 auto;
}

.couponBox ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.couponBox ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid .1rem #333;
    padding: 1.3rem;
    margin-top: -.1rem;
    margin-left: -.1rem;
    width: calc(20% + .1rem);
}

.couponBox ul li a {
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #333;
    position: relative;
    pointer-events: none;
    letter-spacing: -.2rem;
}

.btninner {
    max-width: 60rem;
    margin: 0 auto;
}

/* dd */
p.couponBtn {
    width: 30%;
    margin-left: auto;
    margin-top: 1rem;
}

.innersub {
    max-width: 120rem;
    margin: 0 auto;
}


.innerSub.subContent {
    padding: 2rem 0;
}

.innerSub.subContent_2 img {
    margin-top: -3%;
}

.back {
    background: #ad007b;
}

.saleP {
    padding: 2rem;
}

.saleP .js-toggle {
    margin-top: 0;
}

.saleP .login_banner {
    margin-bottom: 0;
}

p.btn {
    padding-bottom: 1rem;
    width: 65%;
    margin: 0 auto;
}

/* dd */
.accordion dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: left;
}

div#contents {
    padding-bottom: 2rem;
}

h2.over {
    position: absolute;
    left: -2rem;
    top: -4rem;
    width: 16rem;
    z-index: 6;
}

h3.tit {
    border-radius: 3rem 3rem 0 0;
    overflow: hidden;
    background: #513932;
}

.mgt_60 {
    margin-top: 6rem;
}

/* クーポン */

.saleBox {
    position: relative;
    background-color: #fff;
    border: solid .5rem #513932;
    border-radius: 3.5rem;
    width: 100%;
    margin: 5.4rem auto;
    padding-bottom: 4.5rem;
}

.coponList {
    padding: 0 1.6rem 1rem;
}

.couponCont {
    padding: 1.5rem 1.6rem 3rem;
    border-radius: .6rem .6rem 0 0;
    box-shadow: .6rem -.3rem .8rem 0 rgba(0, 0, 0, 0.2);
}

.couponCont.bg01 {
    background: #725fa7;
}

.couponCont.bg02 {
    background: #269b90;
}

.couponCont.bg03 {
    background: #ea536f;
}

.couponImg {
    position: relative;
}

.coponItem {
    padding: 3rem 0 5rem;
    border-bottom: .4rem dashed #000;
}

.coponItem h4 {
    max-width: 50%;
    width: 100%;
    margin: 0 auto 2rem;
}


.copon-container.js-toggle {
    margin-top: 0;
}

.copon-link1 {
    text-align: center;
    color: #333;
    font-size: 3.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem;
    cursor: pointer;
    transition: opacity .3s ease;
    box-shadow: .6rem .3rem .8rem 0 rgba(0, 0, 0, 0.2)
}

.copon-link1:hover {
    opacity: .5;
    transition: opacity .3s ease;
}

.copon-link1 small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0;
    padding-top: .3rem;
    margin-left: .5rem;
}


.copon-link1.is-active small {
    transform: rotate(180deg);
}
.copon-link1.bg01 small {
    background: #725fa7;
}

.copon-link1.bg02 small {
    background: #269b90;
}

.copon-link1.bg03 small {
    background: #ea536f;
}

.copon-container__box {
    margin-top: 2rem;
}

.copon-link2 {
    text-align: right;
    margin-top: 1rem;
}

.copon-link2 a {
    color: #333333;
    font-size: 3rem;
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: .1em;
}

.codeBox {
    display: flex;
    max-width: 75%;
    width: 100%;
    height: 5.2rem;
    margin: 2rem auto 0;
    border: .3rem solid #323232;
    
}

.codeCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.codeBoxTit {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    background: #323232;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.codeCont {
    width: 65%;
    background: #fff;
    padding-right: 1rem;
}

.copyButton {
    border: .1rem solid #595757;
    color: #513932;
    width: 8.8rem;
    height: 3.6rem;
    font-size: 2.6rem;
    font-weight: 500;
    border-radius: .5rem;
    text-align: center;
}

p.copy_name {
    padding: 0.3rem 2rem;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .1rem;
    color: #333333;
}

.mgt_80 {
    margin-top: 8rem;
}

.navBox li a {
    position: relative;
}

.js-curnav-switch {
    opacity: .7;
  }
  
    .js-curnav-switch.is-current {
        position: relative;
        opacity: 1;
    }

/*　上に上がる動き　*/

.floatBox.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10rem);
    }
}

/*　下に下がる動き　*/

.floatBox.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-10rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content {
    margin-top: 2rem;
}

.tilBanner {
    position: relative;
}

.tilBanner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e85388;
}

.tilBanner {
    display: flex;
    align-items: center;
}

.tilBanner img.pc {
    height: 7rem;
    width: auto;
    margin: auto;
}


.daysList {
    margin-top: 3rem;
}

.daysList li+li {
    margin-top: 3rem;
}

.campaignContent {
    border: .5rem solid #513932;
    border-radius: 2rem;
    padding: 0 2rem 2rem;
    margin-top: 7rem;
}

.off_btn {
    max-width: 73rem;
    width: 100%;
    margin: 3rem auto 0;
}

.btnLink a {
    display: block;
    max-width: 60rem;
    width: 100%;
    margin: 4rem auto 0;
}

.dateList {
    max-width: 80rem;
    width: 100%;
    margin: 7.3rem auto 0;
}

.formbox2 {
    padding: 0 0 7rem;
}

.formbox2 .inner {
    padding: 0;
}

#campaign.mgt_60 {
    margin-top: 10rem;
}

.infomationSec {
    max-width: 80%;
    width: 100%;
    margin: 6rem auto 0;
}

#salefinish .dateList {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
}

.commingSoon {
    position: relative;
}

.commingSoon:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.7;
}

.commingSoon:after {
    position: absolute;
    height: auto;
    /* background-color: #fff; */
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "Coming soon";
    display: inline-block;
    color: #000;
    font-size: 11.4rem;
    line-height: 1.5;
    padding: 1rem 2rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    /* 認証画面 */
    /*.login_staff {*/
    /*    padding-bottom: 1.5rem;*/
    /*}*/

    .staffDateImage img {
        max-width: 80%;
        width: 100%;
        margin: auto;
    }

    .staffDate {
        box-shadow: .1rem .4rem .9rem rgba(0, 0, 0, .75);
    }

    .login_banner {
        margin: 1.5rem auto 3rem;
    }

    .login_banner_btn {
        padding: .5rem;
    }

    .login_banner_btn span {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    
    .login_banner_btn span::after {
        width: 1.8rem;
        height: 1.8rem;
        background: url(/Contents/ImagesPkg/portal/p-employee-top/2609/common/icon_arrow.png) center center no-repeat;
        background-size: cover;
        margin-left: 1rem;
    }

    .formbox-sec {
        margin: 3rem auto;
        padding: 0 1.2rem;
    }

    .formbox2 {
        padding: 0 0 3.2rem;
    }

    div#password-form .saleP {
        margin: 3rem auto 2.5rem;
        padding: 0 2.4rem;
    }

    .dateList {
        gap: .7rem;
        margin: 3rem auto 2.5rem;
        padding: 0;
    }

    #campaign.mgt_60 {
        margin-top: 3rem;
    }

    .tilBanner::before {
        content: unset;
    }


    .campaignContent {
        margin-top: 0;
        border: none;
        border-radius: 0;
        padding: 2rem 0;
    }

    .commingSoon:after {
        line-height: 1;
        font-size: 6rem;
    }

    .daysList li+li {
        margin-top: 1rem;
    }

    h3.tit {
        border-radius: 1.1rem 1.1rem 0 0;
    }

    .g-employee-pha.wt_85 {
        width: 100%;
    }

    .g-employee-pha.mgt_40 {
        margin-top: 2rem;
    }

    div#salefinish:before {
        width: 110%;
        height: 118%;
        top: -14%;
        left: -5%;
    }

    .formRight.formInput {
        margin-top: 3rem;
    }

    .loginBox {
        display: block;
        padding: 1rem 1rem 0;
    }

    .loginContent {
        padding: 1rem 0 0rem 1.5rem;
    }

    .formInner {
        padding-bottom: 1rem;
    }

    p.inputTit {
        font-size: 1.6rem;
    }

    p.innerSub.subContent {
        padding: 0 1rem;
    }

    .Formtxt {
        padding: .5rem 0 .5rem;
    }

    .formId p span {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .form_box {
        padding: 0rem;
        width: 94%;
        margin: 1rem auto 2rem;
    }

    div#password-error {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .fromTxt p {
        font-size: 1.4rem;
    }

    .formBox {
        padding: 0rem;
        border: none;
        margin: 1.5rem auto 0;
        width: 100%;
    }

    p.loginTit {
        font-size: 2rem;
    }

    .tilBanner .innerSub.subContent {
        padding: 0;
    }

    .waonpointDetail {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .infomationSec {
        max-width: 100%;
    }
    
    .off_btn {
        width: 95%;
        margin: 1rem auto 0;
    }
}

/*--------------------------*/
#to_top {
    clear: both;
    padding: 2rem 5rem 2rem 5rem;
    text-align: right;
}

* {
    box-sizing: border-box;
    /* line-height: 1; */
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.formBtnBox {
    text-align: center;
}

#container {
    width: 100%;
    margin: 0 auto 6rem;
}

img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.pc {
    display: block;

}

img.pc {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sp {
    display: none;
}

.inner {
    max-width: 90rem;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.innerSub {
    max-width: 85rem;
    margin: 0 auto;
    width: 100%;
    padding-top: 2.5rem;
}

.coupon_box {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: solid;
}

.c_content_box h3 {
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.12rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
}

.number_content {
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    padding-top: .9rem;
}


.c_content_box ul li p {
    line-height: 1.75;
    font-weight: 500;
    text-align: center;
}

.c_content_box p {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0rem;
    font-weight: 500;
}

.c_content_box ul li.ogn.c_note:before {
    content: "●";
    position: absolute;
    left: 0;
}

.c_content_box li.ogn.c_note {
    position: relative;
    font-size: 2rem;
    padding-left: 2.2rem;
    line-height: 1.75;
    font-weight: 400;
}

.c_content_box .note-box  {
    margin: 1rem 0;
    padding: .2rem .3rem;
    border: .3rem solid #e60012;
}

.wt_95 {
    width: 95%;
    margin: 0 auto;
}

.wt_85 {
    width: 85%;
    margin: 0 auto;
}

.c_content_box ul li p {
    color: #333333;
}

.note_content {
    margin-top: 2rem;
}

.note_content_left {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.note_content_left p {
    font-size: 2rem;
    white-space: nowrap;
    padding: 0 1rem;
    font-weight: 600;
}

.link_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 85rem;
}

.link_box p img {
    margin: 0 auto;
    text-align: center;
}

.coupon_area {
    display: block;
    position: relative;
}

.online_btn {
    display: inline-block;
    margin: 8rem auto 5rem;
}

.link_box {
    position: relative;
}

.mgt_70 {
    margin-top: 7rem;
}


button#btn1,
button#btn2 {
    border: none;
    background-color: #fff;
    padding: 0 2rem;
}

.accordion {
    clear: both;
    width: 100%;
    padding: 2rem 1rem 0;
    position: relative;
    z-index: 1;
}

.chirashi.gt_20 {
    border-radius: 2rem;
}

ul.toggle {
    background: #fff;
    padding:1rem;
}

ul.toggle li {
    text-align: left;
    display: block;
    font-size: 2rem;
    line-height: 1.75;
    color: #333333;
    font-weight: 500;
    position: relative;
}

ul.toggle li.red {
    color: #e60012;
}

ul.toggle li h2 {
    margin-top: 2rem;
    font-weight: 600;
    font-size: 2.4rem;
    color: #A80A77;
}

ul.toggle li.symbol {
    text-align: left;
    display: block;
    font-size: 2rem;
    line-height: 1.75;
    color: #333333;
    font-weight: 500;
    position: relative;
    padding-left: 2.2rem;
}

ul.toggle li.symbol::before {
    content: "・";
    position: absolute;
    left: 0;
}

li.number {
    position: relative;
    padding-left: 3rem;
    text-indent: -2em;
    padding-left: 2em;
}

.toggle li.number.one::before {
    content: "(1)";
    position: absolute;
    left: 0rem;
}

.toggle li.number.two::before {
    content: "(2)";
    position: absolute;
    left: 0rem;
}

/* ul.toggle li+li {
    margin-top: 1rem;
} */

.accordion-content {
    display: none;
    padding: 1rem 0;
    margin-top: 1rem;
}

.accordion-header {
    cursor: pointer;
    padding: 1rem;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
}


.accordion dt span {
    color: #fff;
    vertical-align: middle;
    position: relative;
    line-height: 1.8;
    font-weight: 600;
    font-size: 2.2rem;
}

.accordion-header span {
    position: relative;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}

.accordion-header span:before {
    position: absolute;
    right: -3.6rem;
    top: 50%;
    z-index: 2;
    content: '▼';
    transform: translateY(-50%);
}

.accordion-header.is-active span:before {
    
    transform: translateY(-50%) rotate(180deg);
}

.is-hide {
    display: none;
}

.c_content_box+.c_content_box {
    margin-top: 2rem;
}

.pt_40 {
    padding: 4rem 0;
}

.mgt_10 {
    margin-top: 1rem;
}

.mgt_20 {
    margin-top: 2rem;
}

.mgt_30 {
    margin-top: 3rem;
}

.mgt_40 {
    margin-top: 4rem;
}

.mgb_20 {
    margin-bottom: 2rem;
}

.shop {
    padding: 3rem auto 3rem;
    margin: 0 auto;
    padding: 5rem 0;
    max-width: 60rem;
    width: 100%;
}

.linkBox {
    position: relative;
}

a.linkDetail {
    display: block;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    color: #333333;
    margin-top: 2.6rem;
    
}

a.linkDetail span {
    padding: 0 1.6rem;
    border-bottom: .3rem solid #333333;
}

a.speciallink {
    display: inline-block;
    width: 96%;
    height: 8.6rem;
    position: absolute;
    bottom: -.2rem;
    right: .9rem;
}

ul.floatNavItem li a,
.fixedNavItem li a:hover {
    text-align: center;
    display: block;
}

.checkNoteHd,
.checkNoteBox {
    max-width: 110rem;
    width: 100%;
    padding: 5rem 5rem 2rem;
    margin: 0 auto;
}

.checkNoteHd {
    padding-bottom: 0;
}
.navittl {
    text-align: center;
    
    background: rgb(255, 217, 242, .58);
    padding: 2rem 1rem;
    margin: 2rem auto 1.5rem;
    position: relative;
    box-shadow: .1rem .8rem .5rem rgba(0, 0, 0, .5);
}

.navittl::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("/Contents/ImagesPkg/portal/p-employee-top/2609/pc/navittl_bg.png") right center no-repeat;
    background-size: 100% 100%;
}

.navittl p {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* メニュー固定 */
.navBox {
    margin: 0 auto;
    display: block;
}

.navBox.sticky {
    position: sticky;
    height: auto;
    z-index: 8;
    margin: 0 auto;
    background: none;
    padding-bottom: 0;
}

.navBox li {
    width: calc(100% / 3);
    border-left: .1rem solid #fff;
}

.navBox li:last-child {
    border-right: .1rem solid #fff;
}


.fixedNavItem {
    position: sticky;
    height: auto;
    z-index: 8;
    max-width: 60rem;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    /* gap: 2..5rem; */
    background: #fff;
}

.floatNavItem {
    position: sticky;
    height: auto;
    z-index: 8;
    max-width: 60rem;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    /* background: #fff; */
    /* background: rgba(51,51,51,0.25); */
    /*padding: 0 .5rem;*/
}

.fixedNav {
    display: block;
    background: #af0772;
}

.floatNav {
    display: none;
    background: #af0772;
}

.navBox.sticky .fixedNav {
    display: none;
}

.navBox.sticky .floatNav {
    display: block;

}

.strategyHead {
    max-width: 95%;
    width: 100%;
    margin: 3.5rem auto 0;
}

.maining {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.couponImg.spImg.c_content_box img {
    margin-top: 1rem;
}

/* 従業員販売特別商品 */
.specialSec h2 {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 3rem;
}

.specialSec {
    max-width: 90rem;
    width: 100%;
    margin: auto;
    padding: 3rem 1.6rem 1rem;
}

.specialLinks li+li {
    margin-top: 2rem;
}

.specialLinks li.mgt_60 {
    margin-top: 6rem;
}

/* さらに店舗受取りなら */
.receiptHead {
    max-width: 60%;
    width: 100%;
    margin: 2rem auto;
}


.js-toggle {
    margin-top: 5rem;
}

.js-toggle-box {
    background-color: #fff;
}

.js-toggle ul.toggle {
    padding: 1rem 0;
}

.js-toggle .c_content_box li.ogn.c_note {
    padding-left: 1em;
}

.js-toggle .couponImg {
    padding: 4rem 0 0;
}

.js-toggle  .c_content_box li.ogn.c_note {
    font-weight: 500;
}

.accordion-item {
    max-width: 95%;
    width: 100%;
    margin: 3rem auto 0;
}

.bannerSec {
    margin: 3rem auto 0;
}

/* .commingSoon {
    position: relative;
}

.commingSoon:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.7;
}

.commingSoon:after {
   position: absolute;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "Coming soon";
    display: inline-block;
    color: #000;
    font-size: 11.4rem;
    line-height: 1.5;
    padding: 1rem 2rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    z-index: 2;
}  */

.prodect-store {
    max-width: 95%;
    width: 100%;
    margin: 1rem auto 3rem;
}

.prodect-store .js-toggle {
    margin-top: 0;
}

.prodect-store__box {
    border: solid .5rem #513932;
    margin-top: 2rem;
    padding:  5rem;
    border-radius: 3.5rem;
}

.prodect-store .prodect-store__btn {
    background: #513932;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
    transition: opacity .5s ease;
}

.prodect-store .prodect-store__btn:hover {
    opacity: .8;
    transition: opacity .5s ease;
}

.prodect-store .prodect-store__btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.prodect-store .prodect-store__btn span::after {
    display: inline-block;
    content: "";
    width: 3.6rem;
    height: 3.6rem;
    background: url("/Contents/ImagesPkg/portal/p-employee-top/2609/common/icon_yellow_up.png") center center no-repeat;
    background-size: 100% 100%;
    margin-left: 1rem;
}


.prodect-store .prodect-store__btn.is-active span::after {
    transform: rotate(180deg);
}

.prodect-store .prodect-store__btn span img {
    width: 100%;
    margin: 0;
}

.bannerSec {
    background: #fff200;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    /* Portraitモード（縦向き）用 */
    p.copy_name {
        font-size: 4rem;
    }

    .inner {
        padding: 0 1rem;
    }

    h2.over {
        position: absolute;
        left: -.7rem;
        top: -4.2rem;
        width: 15rem;
        z-index: 6;
    }

    .innerSub {
        padding: 0 2.9rem;
    }

    p.wt {
        width: 95%;
    }

}

@media screen and (max-width: 767px) {
    .icon {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .couponImg.spImg img {
        border-radius: 0rem;
    }

    p.wt {
        width: 95%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
        width: 100%;
        height: 100%;
    }

    .content {
        margin: 0;
    }

    .accordion-header {
        padding: .5rem;
    }

    .accordion-header {
        margin-top: 0rem;
    }

    ul.toggle {
        background: #fff;
        padding: 0rem;
    }

    .accordion-content {
        padding: 0rem;
    }


    .accordion-header span {
        font-size: 2rem;
    }

    .accordion-header span:before {
        font-size: 1.6rem;
    }

    h2.over {
        position: absolute;
        left: -.7rem;
        top: -1.5rem;
        width: 8rem;
    }

    /* .back {
        padding: 0 0 1rem;
    } */

    .chirashi.gt_20 {
        padding: 0rem 2rem 2rem;
    }

    .saleP {
        padding: 1rem;
    }

    #salefinish .saleP {
        padding: 1rem;
    }

    .accordion dt span {
        line-height: 1.5;
        font-size: 2rem;
    }

    .saleBox {
        position: relative;
        background-color: #fff;
        border: solid .2rem #513932;
        border-radius: 1.4rem;
        width: 100%;
        margin: 1.8rem auto;
        padding-bottom: 0;
    }

    .coponItem h4 {
        max-width: 60%;
        margin: 0 auto 1rem;
    }


    .coponList {
        padding: 0 1rem 1rem;
    }

    .couponCont {
        padding: .6rem 1rem 1.5rem;
    }

    .coponItem {
        padding: 1rem 0;
        border-bottom: .2rem dashed #000;
    }

    .copon-link1 {
        font-size: 1.4rem;
        padding: .5rem ;
    }
    
    .copon-link1 small {
        width: 2rem;
        height: 2rem;
        font-size: 1.1rem;
        padding-top: .32rem;
    }
    

    .copon-link2 {
        margin-top: 1rem;
    }

    .copon-link2 a {
        font-size: 1.8rem;
    }

    .codeBox {
        height: auto;
        margin: 1rem auto 0;
        border: .1rem #323232 solid;
        max-width: 90%;
    }

    .codeCont {
        padding: .5rem;
    }

    .codeBoxTit {
        font-size: 1.1rem;
        padding: .5rem;
    }

    .copyButton {
        width: 4.4rem;
        height: 2rem;
        font-size: 1.4rem;
        border-radius: .25rem;
        text-align: center;
        margin-left: .5rem;
    }

    p.copy_name {
        padding: 0;
        font-size: 1.6rem;
    }

    .mgt_80 {
        margin-top: 2rem;
    }

    .mgt_70 {
        margin-top: 4rem;
    }

    p.saleP {
        padding: 1.5rem 1rem 1rem;
    }

    p.btn {
        width: 95%;
    }

    .innerSub {
        padding: 0 1rem;
    }

    .wt_95 {
        width: 100%;
        margin: 0 auto;
    }

    .mgt_10 {
        margin-top: 1rem;
    }

    .coponBox {
        position: relative;
    }

    .coponBox .wt_95 {
        width: 95%;
    }

    .saleBox.mgt_80 {
        margin-top: 4rem;
    }

    .inner {
        width: 100%;
    }

    .c_content_box {
        padding: 0 .2rem;
        margin-bottom: 3vw;
        position: relative;
    }

    .c_content_box p {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: -0.02rem;
    }

    ul.toggle li {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0rem;
    }

    a.linkDetail {
        font-size: 1.6rem;
        margin-top: 1.2rem;
    }

    a.linkDetail span {
        border-bottom: .2rem solid #333333;
    }

    .c_content_box ul li p {
        line-height: 1.5;
    }

    button#btn1,
    button#btn2 {
        border: none;
        background-color: #fff;
        padding: 0 0.3rem;
    }

    .c_content_box h3 {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.02rem;
        font-weight: 700;
        margin: 0 0 1rem;
    }

    .mgt_30 {
        margin-top: 1rem;
    }

    .mgt_40 {
        margin-top: 1.5rem;
    }

    .mgt_20 {
        margin-top: 1rem;
    }

    .mgt_60 {
        margin-top: 4rem;
    }

    .note_content {
        display: block;
    }

    .formId p {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #fff;
        font-weight: 600;
    }

    .note_content_left {
        display: block;
        text-align: center;
        margin: 0 auto 1rem;
    }

    .shop {
        width: 75%;
        padding: 3rem auto 3rem;
        margin: 0 auto;
        padding: 3rem 0 3rem;
    }


    .note_content_left p {
        font-size: 1.2rem;
        padding: 1vw;
    }

    ul.addBox_2 {
        padding: .3rem 0 0;
    }

    .c_content_box li.ogn.c_note {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .accordion::after {
        font-size: 4.6rem;
    }

    .online_btn {
        display: inline-block;
        margin: 7vw 12vw;
    }

    .fromTxt p {
        margin-top: .5rem;
    }

    .pt_40 {
        padding: 2rem 0;
    }

    .fromTxt p {
        color: #FF0000 !important;
    }

    ul.loginContent p {
        font-size: 1.5rem;
    }

    .Formtxt {
        font-size: 1.4rem;
        width: 100%;
        margin: 0 auto;
    }

    .formBtn {
        font-size: 1.6rem;

    }

    .ErrorMessage {
        line-height: 1.2;
        width: 88%;
    }

    .formTxt {
        height: 6rem;
        line-height: 4rem;
        padding: 0rem 1.2rem 0 5.5rem;
        margin: .5rem 0;
    }

    .formBtn {
        padding: 1rem 3.1rem 1rem 1.6rem;
        width: 100%;
        max-width: 19.5rem;
        font-size: 2rem;
    }

    p.iconId {
        width: 4.5rem;
    }

    p.iconId.eyeSub {
        width: 4.8rem;
    }


    .checkNoteHd, 
    .checkNoteBox {
        padding: 1rem;
    }

    .navittl {
        padding: 1rem;
        margin: 0 auto 1rem;
        box-shadow: none;
    }
    
    .navittl::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url("/Contents/ImagesPkg/portal/p-employee-top/2609/sp/navittl_bg.png") right center no-repeat;
        background-size: 100% 100%;
    }

    .navittl p {
        max-width: 100%;
        width: 100%;
    }

    .specialSec {
        max-width: 90rem;
        padding: 1.8rem 1rem 1rem;
    }

    .specialSec h2 {
        max-width: 90%;
        width: 100%;
        margin: 0 auto 1.3rem;
    }

    .specialLinks li+li {
        margin-top: 1rem;
    }


    .accordion {
        padding: 1rem .7rem;
    }

    .accordion h2 {
        margin-bottom: 2rem;
    }

    .accordion-item {
        margin: 1rem auto;
    }

    
    .js-toggle ul.toggle {
        padding: 0;
    }

    .number_content {
        padding: 0;
    }

    .number_content li {
        font-size: 1.4rem;
    }

    /* さらに店舗受取りなら */
    .receiptHead {
        max-width: 80%;
        width: 100%;
        margin: 2rem auto;
    }

    .prodect-store {
        max-width: 95%;
        width: 100%;
        margin: 1rem auto 3rem;
    }
    
    .prodect-store__box {
        border: solid .2rem #513932;
        margin-top: 1rem;
        padding:  2rem;
        border-radius: 1.4rem;
    }
    
    .prodect-store .prodect-store__btn {
        height: 4rem;
        border-radius: 1rem;
    }
    
    
    .prodect-store .prodect-store__btn span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .prodect-store .prodect-store__btn span::after {
        display: inline-block;
        content: "";
        width: 2rem;
        height: 2rem;
        background: url("/Contents/ImagesPkg/portal/p-employee-top/2609/common/icon_yellow_up.png") center center no-repeat;
        background-size: 100% 100%;
        margin-left: 1rem;
    }
    
    .prodect-store .prodect-store__btn span img {
        width: 80%;
        margin: 0;
    }
        .strategyHead {
    margin: 2rem auto 0;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .login_form {
        height: 400vh;
        margin-top: 1vw;
    }

    .note_content {
        display: flex;
    }

    .form_box {
        padding: 0rem;
        width: 86%;
        margin: 1rem auto 2rem;
    }

    .inner {
        padding: 0 1rem;
    }

    .itemBox ul li {
        width: 47%;
    }

    .couponBox ul li a {
        font-size: 1.8rem;
    }

    p.copy_name {
        padding: .5rem;
        font-size: 1.6rem;
    }

    .fromTxt p {
        color: #FF0000 !important;
    }

    .icon {
        position: relative;
        width: 70%;
        margin: 0 auto;
    }


}

@media screen and (max-width: 480px) {

    .navBox.sticky {
        height: auto;
        padding-bottom: 0rem;
    }

}