@charset 'UTF-8';

/* 共通 */
body {
    color: #333;
}

#fukubukuro-kaisai, #fukubukuro-yokoku {
    background-color: #fff;
    font-feature-settings: "palt";
    font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    color: #333;
    font-size: 12px;
}

.pl-note {
    padding: 5px 0;
    font-size: 10px;
}

.pl-note.\--isLeft {
    text-align: left;
}

.pl-note.\--isRight {
    text-align: right;
}

.pl-note.\--isCenter {
    text-align: center;
    padding: 10px 0 20px;
}

a.pl-button {
    padding: 10px 4%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #B92501;
    border-bottom: 3px solid #941C01;
    border-radius: 5px;
    -webkit-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    position: relative;
}

a.pl-button::before {
    content: '';
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 0;
    left: 4%;
}

.pl-button.\--isBlue {
    background-color: #21376d;
    border-bottom: 3px solid #1B253D;
}

a.pl-button.--isAll {
    margin: 20px 0 10px;
    background-color: #FFB03F;
    border-bottom: 3px solid #D8942F;
}

.pl-search a.pl-button {
    padding: 10px 0 10px 32px;
}

a.pl-button.--isUme {
    background-color: #CD536A;
    border-bottom: 3px solid #AF3F55;
}

a.pl-button.\--isUme::before {
    border: transparent;
    background: url(../img/img_ume_in.png) no-repeat;
    width: 64px;
    height: 38px;
    background-size: contain;
    left: 2%;
    top: auto;
    bottom: 0;
}

a.pl-button.\--isTake {
    background-color: #588133;
    border-bottom: 3px solid #476A26;
}

a.pl-button.\--isTake::before {
    border: transparent;
    background: url(../img/img_take_in.png) no-repeat;
    width: 64px;
    height: 38px;
    background-size: contain;
    left: 2%;
    top: auto;
    bottom: 0;
}

a.pl-button.\--isMatsu {
    background-color: #D9AB22;
    border-bottom: 3px solid #BA9219;
}

a.pl-button.\--isMatsu::before {
    border: transparent;
    background: url(../img/img_matsu_in.png) no-repeat;
    width: 64px;
    height: 38px;
    background-size: contain;
    left: 2%;
    top: auto;
    bottom: 0;
}

a.pl-button.\--isBlack {
    margin: 20px 0;
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 0;
    box-shadow: 2px 2px;
}

.pl-button.\--isBlack::after {
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4%;
}

a.pl-button:last-child {
    margin-bottom: 0;
}

.pl-quotation {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFB03F
}

.pl-quotation::before {
    content: "";
    margin-right: 2px;
    background: url(../img/quotate_l.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

.pl-quotation::after {
    content: "";
    margin-left: 2px;
    background: url(../img/quotate_r.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

.pl-quotation.\--isRed {
    color: #B92501;
}

.pl-quotation.\--isRed::before {
    background: url(../img/redquotate_l.png) no-repeat;
    background-size: contain;
}

.pl-quotation.\--isRed::after {
    background: url(../img/redquotate_r.png) no-repeat;
    background-size: contain;
}

.pl-quotation.\--isBlack {
    color: #333;
}

.pl-quotation.\--isBlack::before {
    background: url(../img/blackquotate_l.png) no-repeat;
    background-size: contain;
}

.pl-quotation.\--isBlack::after {
    background: url(../img/blackquotate_r.png) no-repeat;
    background-size: contain;
}

.pl-headline {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* メインビジュアル */
.pl-mainvisual {
    height: 78vw;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #E5BC48;
}

#fukubukuro-kaisai .pl-mainvisual {
    background-image: url(../img/bg_mainVisual_kaisai.jpg);
}

#fukubukuro-yokoku .pl-mainvisual {
    background-image: url(../img/bg_mainVisual_yokoku.jpg);
}

.pl-mainvisual__headline {
    position: absolute;
    width: 90vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 7vw;
}

#fukubukuro-yokoku .pl-mainvisual__headline {
    top: 14vw;
}

.pl-mainvisual__headline img,
.pl-mainvisual__when {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#fukubukuro-yokoku .pl-mainvisual__headline img {
    width: 61.71875vw;
    top: 2.8vw;
}

#fukubukuro-yokoku .pl-mainvisual__when {
    width: 90.3125vw;
    top: 31.875vw;
}

#fukubukuro-kaisai .pl-mainvisual__headline img {
    width: 93.125vw;
    top: 12.7185vw;
}

#fukubukuro-kaisai .pl-mainvisual__when {
    width: 92.1875vw;
    top: 55.5375vw;
}

.pl-mainvisual__time {
    position: absolute;
    top: 38.75vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #B92501;
    font-size: 4.375vw;
    text-align: center;
    line-height: 1;
    padding: 2% 0 0.2%;
    width: 82vw;
}

.pl-mainvisual__time.\--isClosed {
    top: 39.75vw;
}

.pl-mainvisual__time span {
    font-size:12.5vw;
    font-weight: bold;
}


.pl-mainvisual.\--isClose::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.pl-mainvisual__close {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 90%;
    z-index: 100;
    padding: 2em 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.pl-mainvisual.\--isClose .pl-mainvisual__close {
    display: block;
}

.pl-mainvisual__close__text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.pl-mainvisual__close__text.\--isStrong {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5em;
}

/* メルマガ会員への導線 */
.pl-mailmaga__box {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15.5vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F4F1D2;
    padding: 0.9375vw 0;
}

.pl-mailmaga__headline img {
    width: 64.53125vw;
}

.linkBtn a {
    width: 31.0625vw;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 3.4375vw;
    display: block;
    border-bottom: 3px solid rgb(217, 148, 48);
    padding: 0.6vw 0;
    background: rgb(255, 176, 62);
    text-decoration: none;
    text-shadow: 1px 2px 1px #888;
}

.linkBtn a span {
    padding-left: 1%;
}

.linkBtn {
    margin: 0;
}

/* メインコンテンツ */
#pl-lead {
    height: 100%;
    background: url(../img/bg_lead_01.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #E5BC48;
    padding: 4%;
}

.pl-lead__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2% 6%;
}

.pl-lead__headline img:first-child {
    width: 20.9375vw;
    margin-bottom: 2%;
}

.pl-lead__box {
    background-color: #fff;
    max-width: 100%;
    padding: 2% 4%;
}

.pl-lead__box__note {
    text-align: left;
    margin: 10px 0;
    color: #505050;
    line-height: 1.6;
    font-size: 12px;
}

.pl-lead__box__note.\--isRed {
    color: #B92501;
}

.pl-lead__box__register + .pl-lead__box__note {
    margin-top: 0;
}

.pl-search {
    margin: 2%;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.pl-box__buttonWrapper {
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pl-box__buttonWrapper a {
    margin: 10px 0;
}

.pl-box__buttonWrapper a::before {
    display: inherit;
}

.pl-lead__box__register {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
}

.pl-plan {
    background-color: #fff;
}

.pl-planHeadline {
    text-align: center;
    margin: 10px auto;
    width: 70%;
}

.js-tabcontrol {
    width: 96%;
    margin: 1.4em auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.js-tabcontrol a {
    display: block;
    padding: 2px;
    width: 280px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.js-tabcontrol a::before {
    position: absolute;
    bottom: 110%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.js-tabcontrol a.\--isUme {
    color: #CD536A;
    border: 2px solid #CD536A;
}

.js-tabcontrol a.\--isUme::before {
    content: "";
    background: url(../img/img_ume_on.png) no-repeat;
    width: 40px;
    height: 20px;
    background-size: contain;
}

.js-tabcontrol a.\--isUme.isActive {
    background-color: #CD536A;
}

.js-tabcontrol a.\--isUme.isActive::after {
    border-top: 12px solid #CD536A;
}

.js-tabcontrol a.\--isTake {
    color: #588133;
    border: 2px solid #588133;
    margin: 0 4px;
}

.js-tabcontrol a.\--isTake::before {
    content: "";
    background: url(../img/img_take_on.png) no-repeat;
    width: 40px;
    height: 20px;
    background-size: contain;
}

.js-tabcontrol a.\--isTake.isActive {
    background-color: #588133;
}

.js-tabcontrol a.\--isTake.isActive::after {
    border-top: 12px solid #588133;
}

.js-tabcontrol a.\--isMatsu {
    color: #D9AB22;
    border: 2px solid #D9AB22;
}

.js-tabcontrol a.\--isMatsu::before {
    content: "";
    background: url(../img/img_matsu_on.png) no-repeat;
    width: 40px;
    height: 20px;
    background-size: contain;
}

.js-tabcontrol a.\--isMatsu.isActive {
    background-color: #D9AB22;
}

.js-tabcontrol a.\--isMatsu.isActive::after {
    border-top: 12px solid #D9AB22;
}

.js-tabcontrol a.isActive {
    color: #fff;
}

.js-tabcontrol a.isActive::after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 14px solid transparent;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.pl-areaNav {
    background-color: #B92501;
    padding: 10px 0;
}

.pl-areaNav__inner {
    width: 100%;
    margin: 0 auto
}

.pl-areaNav__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pl-areaNav__inner li {
    width: 100%;
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.pl-areaNav__inner a {
    padding: 6px 0;
    font-size: 14px;
    color: #B92501;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: keep-all;
}

.pl-areaNav__inner a::after {
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #B92501;
    border-right: solid 2px #B92501;
    margin-bottom: 5px;
}

.js-stickyHeader {
    position: fixed;
    top: -100px;
    width: 100%;
    padding: 10px 0;
    -webkit-transition: top .25s;
    transition: top .25s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    background-color: #bd1e1e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
}

.js-stickyHeader[aria-hidden="false"] {
    top: 0;
}

.pl-planSection {
    opacity: 0;
}

#pl-ume {
    background: url(../img/bg_plan_ume.png) no-repeat;
    background-size: 100%;
    background-color: #EEACB9;
    padding-bottom: 20px;
}

#pl-take {
    background: url(../img/bg_plan_take.png) no-repeat;
    background-size: 100%;
    background-color: #99B66E;
    padding-bottom: 20px;
}

#pl-matsu {
    background: url(../img/bg_plan_matsu.png) no-repeat;
    background-size: 100%;
    background-color: #E0CC5F;
    padding-bottom: 20px;
}

.pl-planArea {
    margin-bottom: 25px;
}

.pl-planArea__headline {
    background: url(http://192.168.3.13/special/fukubukuro/img/areaBand.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 10px;
    font-size: 19px;
    font-weight: bold;
}

.pl-planArea__headline span {font-size: 15px;line-height: 2;}

.pl-boxWrapper {
    width: 100%;
    margin: 0 auto;
}

.pl-box {
    margin: 0 3% 20px;
    padding: 10px;
    background-color: #fff;
}

.pl-box__headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}

.pl-box__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pl-box__detail__text {
    width: 50%;
}

.pl-box__image {
    overflow: hidden;
    margin-right: 3%;
    width: 50%;
}

.pl-box__tag {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pl-box__tag_item {
    background-color: #E7BC49;
    padding: 1px 2px;
}

.pl-box__text {
    font-size: 12px;
}

.pl-searchSection {
    background: url(../img/bg_search.jpg) no-repeat;
    background-position: center;
    padding: 2em 4%;
}

.pl-searchSection .pl-search {
    margin: 0 auto;
    border: none;
    background: #fff;
    padding: 1em 5% 0;
}

.pl-noteSection {
    border-top: 2px solid #777;
    position: relative;
    margin: 8% 4%;
    padding-top: 15px;
}

.pl-noteHeadline {
    font-size: 14px;
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 10px;
    left: 50%;
    margin-left: -37px;
}

.pl-noteSection li::before {
    content: "・";
}

.pl-noteSection__left, .pl-noteSection__right {
    font-size: 12px;
    line-height: 1.8;
    color: #555;
}

.pl-info {
    margin: 2%;
    padding: 2px;
    border: 2px solid #505050;
}

.pl-info__box {
    border: 2px solid #505050;
}

.pl-info__box__card {
    margin: 4%;
    padding-bottom: 1em;
}

.pl-info__box__card:first-child {
    border-bottom: 2px solid #999;
}

.pl-info__headline {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

.pl-info__box__card .pl-quotation {
    margin: 0;
}

.pl-info__text {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}


/* メルマガ登録締め切り */
#fukubukuro-yokoku.\--isFixmailmaga .pl-mainvisual__when {
    top: 36.875vw;
}

.\--isFixmailmaga .pl-mailmaga__box,
.\--isFixmailmaga .pl-lead__box-mailmaga {
    display: none;
}