.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.width100 {
    width: 100%;
}

.main-default.nopad.pb {
    padding-bottom: 20px;
}

.opacity {
    opacity: 0.6;
}

/* セクションヘッダ */
.section-header h1.section-title-point-none {
    width: calc(100% - 60px);
}

/* ポイント残高 */
.point-balance {
    display: block;
    background-image: url(/assets/img/mission/point_balance_pc.png);
    background-repeat: no-repeat;
    background-size: 278px auto;
    background-position: left center;
    width: 278px;
    height: 50px;
    padding: 0 16px 0 0;
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    margin: 35px auto 0;
}

/* メッセージ */
.section-message {
    text-align: center;
}

.section-message h2 {
    border-width: 0;
    padding: 0;
    display: inline-block;
    height: 104px;
    margin: 32px 6px 0 6px;
    vertical-align: middle;
    font-size: 33px;
    font-weight: bold;
    color: #007800;
}

.section-message img {
    width: 94px;
    height: 104px;
    vertical-align: bottom;
}

/* カテゴリ */
.section-categories {
    padding: 20px 25px;
}

.section-categories .category-mission-count {
    position: absolute;
    width: 110px;
    height: 106px;
    top: -53px;
    right: -50px;
    background-image: url(/assets/img/mission/category_mission_count.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.section-categories .category-mission-count div {
    position: absolute;
    width: 80px;
    height: 30px;
    left: 6px;
    top: 47px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.category-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #bbbbbb;
    border-radius: 10px;
    background-color: #ffffff;
}


.category-info .ydp-common {
    position: relative;
    background-image: url(/assets/img/common/first_bg.png);
    background-repeat: repeat;
    background-position: center center;
}

.category-info:hover {
    background-color: #d8d8d8;
    transition: .3s;
}

.category-info .category-image {
    width: 128px;
    height: 128px;
}

.category-info .category-image img {
    width: 100%;
}

.category-info .category-col {
    padding: 0 0 0 10px;
    width: calc(100% - 128px);
}

.category-info .category-title {
    font-size: 22px;
    font-weight: bold;
    padding: 46px 0;
}

/* ミッション一覧 */
.section-tabs {
    max-width: 100% !important;
    margin: 128px 0 0 0 !important;
    border-top: solid 4px;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.15);
    background-color: #F0F0F0;
    padding: 0 5px;
    position: relative;
}

.section-tabs.section-tabs-mission {
    border-color: #e80013;
}

.section-tabs.section-tabs-item {
    border-color: #e80013;
}

/* タブ */
.tabs {
    position: absolute;
    width: 100%;
    height: 64px;
    top: -64px;
    left: 0;
    display: flex;
    justify-content: center;
}

.tab {
    width: 300px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 10px;
    border-style: solid;
}

.tab-active {
    border-width: 4px 4px 0 4px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, #ffffff 0%, #F0F0F0 50%, #F0F0F0 100%);
}

.tab-deactive {
    height: 60px;
    border-width: 4px 4px 0 4px;
    border-color: #CCCCCC;
    border-radius: 40px 40px 0 0;
    background-color: #F0F0F0;
}

@media (hover: hover) and (pointer: fine) {
    .tab-deactive {
        transition: 0.3s ease-in-out;
        transform-origin: bottom;
    }

    .tab-deactive:hover {
        transform: scaleY(1.05);
        filter: contrast(1.05);
    }
}

.section-tabs-mission .tabs .tab-active {
    border-color: #e80013;
}

.section-tabs-item .tabs .tab-active {
    border-color: #e80013
}

.tab-text {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    width: 90%;
}

.tab .tab-text:before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    vertical-align: middle;
    margin: 0 8px 8px 0;

}

.section-tabs-mission .tab-active .tab-text:before {
    background-image: url(/assets/img/mission/tab_icon_get_active.png);
}

.section-tabs-mission .tab-deactive .tab-text:before {
    background-image: url(/assets/img/mission/tab_icon_use_deactive.png);
}

.section-tabs-item .tab-active .tab-text:before {
    background-image: url(/assets/img/mission/tab_icon_use_active.png);
}

.section-tabs-item .tab-deactive .tab-text:before {
    background-image: url(/assets/img/mission/tab_icon_get_deactive.png);
}


.section-tabs-mission .tab-active .tab-text {
    color: #e80013;
}

.section-tabs-item .tab-active .tab-text {
    color: #e80013;
}

.tab-deactive .tab-text {
    color: #999999;
}

.caution {
    max-width: calc(320px * 3);
    margin: 0 auto;
}

/* missions */
.missions {
    max-width: 1010px;
    margin: 0 auto clamp(15px, calc(15 / 375 * 100vw), 30px);
    padding: clamp(15px, calc(15 / 375 * 100vw), 20px) 10px 0 10px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.mission-box {
    position: relative;
    border: #999999 solid 3px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
}

.mission-box .mission-point {
    position: absolute;
    width: clamp(125px, calc(125 / 375 * 100vw), 165px);
    left: 10px;
    bottom: 10px;
    background-image: url(/assets/img/ic_p_red.png);
    background-size: 29px 29px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    font-size: clamp(21px, calc(21 / 375 * 100vw), 30px);
    font-weight: bold;
    color: #e80013;
}

.mission-box .mission-way {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 4px;
    transition: 0.3s ease-in-out;
}

.mission-box .mission-way img {
    width: 100%;
    height: auto;
}

@media (hover: hover) and (pointer: fine) {
    .mission-box .mission-way:hover {
        filter: contrast(0.8);
        transform: scale(1.2);
    }
}

/*-----------------*/

.mission-box.gave .mission-way {
    color: #999999;
}

/*-----------------*/

.mission-box.gave .mission-way:after {
    background-color: #999999;
}

.mission-box .mission-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mission-info .mission-kind {
    width: fit-content;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 0.15em 0.25em;
    border-radius: 0.15em;
    color: #fff;
}

.mission-kind.mission-kind-1 {
    background-color: #e80013;

}

.mission-kind.mission-kind-2 {
    background-color: #777777;
}

.mission-kind.mission-kind-3 {
    background-color: #777777;
}

.mission-kind.mission-kind-4 {
    background-color: #777777;
}

.mission-info .mission-name {
    font-size: 16px;
    line-height: 1.1875;
    padding-bottom: 0.5em;
}

.mission-box .mission-progress {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 40px;
    border-radius: 4px;
    background: linear-gradient(180deg, #999999, #dddddd);
    border-style: solid;
    border-color: #999999 #999999 #ffffff #999999;
    border-width: 2px 2px 2px 2px;
    text-align: left;
    display: none;
}

.mission-progress .mission-progress-bar {
    display: inline-block;
    height: 36px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgb(177, 238, 177) 0%, #82C844 50%, #82C844 100%);
    border: #82C844 solid 2px;
}

.mission-progress .mission-progress-bar.achived {
    background: linear-gradient(180deg, #84d384 0%, #339933 50%, #339933 100%);
    border: #339933 solid 2px;
}

.mission-box.gave .mission-progress .mission-progress-bar {
    background: linear-gradient(180deg, #e4e4e4 0%, #999999 50%, #999999 100%);
    border: #999999 solid 2px;
}

.mission-progress .mission-progress-value {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-top: 8px;
    color: #ffffff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}


.mission-button {
    position: relative;
    height: clamp(38px, calc(38 / 375 * 100vw), 50px);
    font-size: clamp(15px, calc(15 / 375 * 100vw), 18px);
    font-weight: bold;
    border-width: 3px;
    border-style: solid;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    line-height: 1;
    text-align: center;
}

.mission-box .mission-button {
    width: clamp(115px, calc(115 / 375 * 100vw), 230px);

}


.mission-button.mission-button-yet {
    color: #999999;
    border-color: #999999;
    background-color: #F5F5F5;
}

.mission-button.mission-button-achieve {
    color: #e80013;
    border-color: #e80013;
    background: linear-gradient(180deg, #ffffff, #ebebeb);
}

.mission-button.mission-button-achieve:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.mission-button.mission-button-gave {
    color: #999999;
    border-color: #999999;
    background-color: #F5F5F5;
}

.mission-button .mission-count {
    position: absolute;
    height: 34px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e80013;
    color: #ffffff;
    border-radius: 17px;
    padding: 0 10px;
    line-height: 34px;
}

.mission-button.mission-button-yet .mission-count {
    background-color: #999999;
}

.mission-box .mission-limit {
    display: inline-block;
    width: fit-content;
    font-size: clamp(10px, calc(10 / 375 * 100vw), 12px);
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-shadow:
        2px 2px 2px #e80013,
        -2px -2px 2px #e80013,
        -2px 2px 2px #e80013,
        2px -2px 2px #e80013,
        0px 2px 2px #e80013,
        0 -2px 2px #e80013,
        -2px 0 2px #e80013,
        2px 0 2px #e80013;
}

.m15 {
    margin: 0 15px 30px 15px !important;
}

/* mission list */
.mission-hide {
    display: none !important;
}

/* filters */
.filters {
    max-width: calc(320px * 3);
    margin: 0 auto;
    padding: 40px 10px 20px 10px;
    display: flex;
    justify-content: flex-end;
}

.filters-app_item {
    padding-bottom: 30px !important;
}

.filters .point_group_key,
.filters .ydp-form-row select {
    border-width: 3px;
    max-width: 340px;
    font-weight: bold;
}

.filters .ydp-link-group-blue a {
    font-size: 20px;
    padding: 6px 45px;
    border-width: 3px;
    font-weight: bold;
    color: #e80013;
}

.ydp-link-group.ydp-link-group-blue a.acvive {
    background-color: #e80013;
    color: #ffffff;
}

.mission-filters {
    max-width: calc(320px * 3);
    margin: 0 auto;
    padding: 40px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.mission-filters .point_group_key,
.mission-filters .ydp-form-row select {
    width: 340px;
    border-width: 3px;
    font-size: 18px;
    font-weight: bold;
}

.mission-filters .ydp-link-group-gray {
    display: flex;
    width: calc(100% - 10px *2);
    max-width: 400px;
    background-color: #666666;
    border: #666666 5px solid;
    border-radius: 8px;
    margin: 10px auto 0;
}

.mission-filters .ydp-link-group-gray div {
    width: 50%;
    padding: 6px 0;
    font-size: clamp(11px, calc(11 / 375 * 100vw), 18px);
    font-weight: bold;
    border: none;
    background-color: #666666;
    color: #ffffff;
    text-align: center;
}

.ydp-link-group.ydp-link-group-gray div.active {
    background-color: #ffffff;
    color: #000;
    border-radius: 8px;
}

.ydp-link-group.ydp-link-group-gray div.inactive:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
}

/* items */
.point-groups {
    max-width: calc(320px * 3);
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.point-group-header {
    width: 100%;
    max-width: 1010px;
    margin: 30px auto 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.point-group-header .point-group-icon {
    width: 40px;
    height: auto;
    border-radius: 5px;
}

.point-group-header .point-group-text {
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.2;
}

.items {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 15px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.caution {
    margin: 5px 10px;
    width: 100%;
}

.novelty-caution {
    max-width: calc(320px * 3);
    margin: 0 auto;
    padding: 0 20px;
}

.novelty-caution p {
    font-size: 14px;
    color: #B60014;
    text-align: center;
}

.item-box {
    border: #999999 solid 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .item-box:hover {
        transition: 0.3s ease-in-out;
        filter: contrast(1.5);
        transform: scale(1.025);
    }
}

.item-box.is-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(54px, calc(54 / 375 * 100vw), 72px);
    height: clamp(54px, calc(54 / 375 * 100vw), 72px);
    background-image: url(/assets/img/ic_new.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-box .tag-container {
    width: calc(100% - 10px *2);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.item-box .tag-container .item-tag {
    color: white;
    display: inline-block;
    padding: 2px 6px;
    line-height: normal;
    margin: 2px;
    border-radius: 5px;
    font-size: 14px;
}

.item-box .item-image {
    width: 100%;
    height: clamp(125px, calc(125 / 375 * 100vw), 160px);
    border-radius: 10px 10px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.item-box .item-name {
    padding: 5px 10px 10px 10px;
}

.item-box .item-name p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    word-break: break-all;
    text-align: left;
}

.item-button {
    display: inline-block;
    width: calc(100% - 10px *2);
    font-size: 16px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-radius: 18px;
    vertical-align: middle;
    margin: 10px auto;
    line-height: 32px;
    text-align: center;
}

.item-box .item-point {
    font-size: clamp(13px, calc(13 / 375 * 100vw), 23px);
    font-weight: bold;
    color: #e80013;
    text-align: right;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
    padding: 0.1em;
    text-align: center;
}

.item-box .item-point::before {
    content: "";
    display: inline-block;
    width: clamp(24px, calc(24 / 375 * 100vw), 26px);
    height: clamp(24px, calc(24 / 375 * 100vw), 26px);
    background-size: clamp(24px, calc(24 / 375 * 100vw), 26px) clamp(24px, calc(24 / 375 * 100vw), 26px);
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/ic_p_red.png);
    flex-basis: clamp(24px, calc(24 / 375 * 100vw), 26px);
    flex-shrink: 0;
}

.item-box div a {
    display: block;
}

.item-button {
    background: linear-gradient(180deg, #ffffff, #ebebeb);
}

@media (hover: hover) and (pointer: fine) {
    .item-button:hover {
        transition: 0.3s ease-in-out;
        filter: contrast(1.05);
        transform: scale(1.025);
    }
}

.item-button.item-button-lack {
    color: #999999;
    border-color: #999999;
    background: #F5F5F5;
}

.item-button.item-button-able {
    color: #666666;
    border-color: #666666;
}

.item-button.item-button-disable {
    color: #999999;
    border-color: #999999;
}

.item-button.item-button-replace {
    color: #ffffff;
    border-color: #888888;
    background: #999999;
}

.item-button.item-button-disable-completely {
    color: #666666;
    border-color: #666666;
}

.item-button.item-button-primary {
    color: #ffffff;
    border-color: #770000;
    background: linear-gradient(180deg, #b60014, #990014);
}

/* キャンペーンフォーマット化ここから */
.item-button.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.item-button.campaign01 {
    font-size: 16px;
}

.item-box.campaign01 {
    margin: 6px;
}

/* キャンペーンフォーマット化ここまで */


.detail {
    display: flex;
}


.detail .detail-text {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
}


.detail .detail-text a {
    text-decoration: underline;
    word-break: break-all;
}

.detail .foot {
    padding-top: 20px;
    text-align: center;
    min-height: auto;
    color: #666666;
    font-size: 16px;
}

.detail .inner {
    width: 510px;
    position: relative;
    margin: 10px 10px 0 20px;
}

.detail .point {
    text-align: right;
    min-height: auto;
    margin-bottom: 0;
    color: #e80013;
    font-weight: bold;
}

.available-point {
    min-height: auto;
    margin-bottom: 0;
    color: #e80013;
    font-weight: bold;
}

.detail-box {
    border: #999999 solid 3px;
    min-width: 340px;
    min-height: 340px;
    height: 340px;
    max-width: 340px;
    max-height: 340px;
    margin: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    padding: 10px !important;
}

.detail-box .detail-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.detail-button-box {
    position: relative;
}

.download-button-box {
    text-align: center;
}

.detail .detail-button {
    display: block;
    width: 250px;
    text-decoration: none !important;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-width: 3px;
    border-style: solid;
    border-radius: 25px;
    vertical-align: middle;
    padding: 10px 0;
    line-height: 24px;
    margin: 0 auto;
}

.detail .detail-button.item-button-able {
    color: #ffffff;
    border-color: #770000;
    background: linear-gradient(180deg, #d4000d, #b3000d);
}

.detail .detail-button.item-button-disable {
    color: #999999;
    border-color: #999999;
    background: linear-gradient(180deg, #ffffff, #ebebeb);
}

.detail .detail-point {
    text-align: right;
    margin: 20px auto;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #e80013;
    width: 250px;
    background-size: 46px 46px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/ic_p_red.png);
}

.detail .detail-point::before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    background-position: center right;
    background-repeat: no-repeat;
}

.detail-point.disable {
    opacity: 0.8;
}

.detail .detail-point a {
    color: #e80013;
}


@media (hover: hover) and (pointer: fine) {
    a.detail-button:hover {
        transition: 0.3s ease-in-out;
        filter: contrast(1.25);
        transform: scale(1.025);
    }
}

.detail .detail-point .incapable {
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.75);
}

.modal-img {
    text-align: center;
    width: 100%;
}

.modal-img img {
    width: 212px;
}

.relative {
    position: relative;
}

.replaced {
    position: absolute;
    width: 120px;
    height: 50px;
    right: -2px;
    top: -2px;
    background-color: #e80013;
    border-radius: 0 10px 0 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 4px 0 10px;
    line-height: 50px;
    color: #ffffff;
}

iframe {
    width: 272px;
    max-width: 272px;
    height: 100%;
    max-height: 150px;
    box-shadow: 0px 0px 3px 4px rgba(33, 35, 35, 0.07);
}


.movies {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.movies li {
    width: calc(100% / 3);
    padding: 0 4px 8px 4px;
}

.movies a {
    text-decoration: none;
}

.movies img {
    width: 100%;
}

.movies .badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 7px);
    background-color: #999999;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.movies .badge-comment {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.movies p {
    width: 100%;
    padding-top: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}


.goods-image {
    width: 100%;
    padding: 20px;
    height: auto;
    max-height: none;
    border-radius: 30px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

p.sample {
    width: 100%;
    color: #666666;
    font-size: 12px;
    height: auto;
    padding-right: 25px;
    text-align: right;
}

.movie-icon {
    fill: #007800;
}

.align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align p {
    padding: 60px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.caution-text {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.caution-text .mission-kind-daily {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 20px;
    font-size: 11px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
    border-color: #FF8800;
    color: #FF8800;
}

.caution-text .mission-kind-weekly {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 20px;
    font-size: 11px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
    border-color: #339933;
    color: #339933;
}

/*公開後削除*/
.open {
    display: table;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}

.open p,
.caution-text p {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
}

.category-info .movie-category {
    padding: 28px 0;
}

.text-left {
    text-align: left !important;
}

.canpaing {
    max-width: 60%;
    width: 100%;
    height: auto;
}


.small-img {
    width: auto;
    max-width: 800px;
}

.achievement {
    text-align: center;
}

.achievement img {
    max-width: 250px;
    width: 100%;
}

.achievement-text {
    text-align: center;
    font-size: 18px !important;
}

.detail-point select {
    -webkit-appearance: none;
    appearance: none;
}

.detail-point select::-ms-expand {
    display: none;
}

#quantity {

    font-size: 20px;
    font-weight: bold;
    width: 400px;
    cursor: pointer;
}

#quantity option {
    padding-right: 56px;
}

#quantity:focus {
    outline: none;
}

.quantity p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.hidden {
    display: none;
    transition: 0.8s;
}

.point-group-icon {
    width: 54px;
    height: 54px;
}

.serial-code {
    font-size: 21px;
    font-weight: bold;

    border-width: 2px;
    border-style: solid;
    border-color: #bbbbbb;
    border-radius: 10px;

    padding: 10px;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-items {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

.loading-items {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 391px) {
    .block li {
        flex: 0 2 48%;
    }

}

@media (min-width: 936px) {
    .block li {
        flex: 0 1 20%;
    }
}

/*-------------------------------------------------
〜 970px
-------------------------------------------------*/
@media (max-width: 970px) {
    .align p {
        font-size: 16px;
    }

    .ydp-link-group {
        display: flex;
        margin-bottom: 20px;
    }

    .ydp-link-group a:nth-of-type(1) {
        border-radius: 8px 0 0 8px;
        border-width: 2px 0 2px 2px;
    }

    .ydp-link-group a:last-of-type {
        border-radius: 0 8px 8px 0;
        border-width: 2px 2px 2px 2px;
    }

    .filters .ydp-link-group-blue a {
        font-size: 18px;
        padding: 6px 40px;
    }

    .missions,
    .caution {
        max-width: 640px;
    }

    .missions {
        grid-template-columns: 1fr;
    }

    .mission-box {
        display: block;
    }

    .items {
        grid-template-columns: repeat(2, 1fr);
    }

    .filters-app_item {
        padding-bottom: 10px !important;
    }

    .filters-novelty {
        padding-bottom: 5px !important;
    }

    .novelty-caution {
        max-width: 640px;
    }

    .point-groups {
        max-width: 640px;
    }

    .detail {
        display: block;
    }

    .detail-box {
        min-width: 280px;
        min-height: 280px;
        max-width: 280px;
        max-height: 280px;
        margin: 0 auto;
    }

    .detail .inner {
        width: auto;
        margin: 10px 0 0 0;
    }

    .coming-soon {
        top: 0px;
    }

    .movies li {
        width: calc(100% / 2);
    }

    .detail .detail-point::after {
        left: auto;
        right: 5px;
    }

}

/*-------------------------------------------------
〜 767px
-------------------------------------------------*/
@media (max-width: 767px) {

    .margin {
        margin: 10px !important;
    }

    .item-box.campaign01 {
        /* キャンペーンフォーマット化 */
        margin: 5px 5px 10px 5px;
    }

    .item-button.campaign01 {
        /* キャンペーンフォーマット化 */
        font-size: 14px;
    }


    .novelty-caution p {
        font-size: 13px;
    }

    .section-header h1.section-title-point-none {
        width: calc(100% - 52px);
    }

    .point-balance {
        margin-top: 20px;
    }


    .section-message h2 {
        height: 52px;
        font-size: 16px;
        margin: 16px 4px 0 4px;

    }

    .section-message img {
        width: 40px;
        height: auto;
    }

    /* カテゴリ */

    .section-categories {
        padding: 15px;
    }

    .section-categories .category-mission-count {
        width: 71px;
        height: 69px;
        top: -33px;
        right: -30px;
    }

    .section-categories .category-mission-count div {
        width: 51px;
        height: 18px;
        left: 4px;
        top: 32px;
        font-size: 18px;
    }

    .category-info .category-title {
        font-size: 16px;
        padding: 8px 0;
    }

    .category-info .category-image {
        width: 64px;
        height: 64px;
    }

    .category-info .category-col {
        width: calc(100% - 84px);
    }

    /* ミッション一覧 */

    .section-tabs {
        border-top: #339933 solid 3px;
        padding: 0;
        margin: 60px 0 0 0 !important;
    }

    .items.campaign01_container {
        justify-content: space-between;
    }

    .tabs {
        height: 44px;
        top: -44px;
    }

    .tab {
        width: 50%;
        max-width: 180px;
        height: 44px;
        margin: 0 5px;
    }

    .tab-active {
        border-width: 3px 3px 0 3px;
        border-radius: 30px 30px 0 0;
    }

    .tab-deactive {
        height: 39px;
        border-width: 3px 3px 0 3px;
        border-radius: 30px 30px 0 0;
    }

    .tab-text {
        font-size: 24px;
        line-height: 40px;
        width: 90%;
    }

    .tab .tab-text:before {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }

    .mission-filters .ydp-form-row select {
        width: 100%;
        max-width: 340px;
        display: block;
        margin-left: auto;
    }

    .detail-button-box .ydp-form-row select {
        margin: 0 auto;
    }

    #quantity {
        width: 100%;
    }

    .ydp-link-group {
        display: flex;
        margin-bottom: 10px;
    }

    .filters .ydp-link-group-blue a {
        font-size: 16px;
        height: 34px;
        padding: 2px 25px;
    }

    .ydp-link-group a:nth-of-type(1) {
        border-radius: 8px 0 0 8px;
        border-width: 2px;
    }

    .filters-novelty {
        padding-bottom: 5px !important;
    }

    .public-item-list .ydp-link-group,
    .item-list .ydp-link-group {
        margin-bottom: 15px;
    }

    .ydp-link-group a:last-of-type {
        border-radius: 0 8px 8px 0;
        border-width: 2px;
    }

    .detail .detail-point::before {
        top: 4px;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .detail .detail-point::after {
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .detail .detail-button {
        margin: 0 auto;
        position: static;
        display: block;
        width: 260px;
        font-size: 18px;
    }

    .detail .foot {
        font-size: 12px;
    }

    .canpaing {
        max-width: 80%;
    }

    .small-img {
        width: 100%;
        height: auto;
    }

    #quantity {
        padding-right: 46px;
    }
}

/*-------------------------------------------------
〜 480px
-------------------------------------------------*/
@media (max-width: 480px) {

    /* キャンペーンフォーマット化 */
    .item-button.campaign01 {
        min-width: 120px;
    }

    .item-point.campaign01::before {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        top: 3px;
    }

}

/*-------------------------------------------------
〜 390px
-------------------------------------------------*/

@media (max-width: 390px) {

    .ydp-form-row select {
        font-size: 13px;
    }

    .detail-box {
        min-width: 210px;
        min-height: 210px;
        max-width: 210px;
        max-height: 210px;
        margin: 0 auto;
    }

    .detail .detail-button {
        width: 200px;
        font-size: 16px;
    }

    .detail .detail-point {
        width: 200px;
    }

    .category-info .category-title {
        font-size: 14px;
    }

    .novelty-caution p {
        font-size: 12px;
    }

    .point-groups .text-center {
        padding: 0 5px;
    }

    p.sample {
        padding-right: 5px;
    }

    .movies li {
        width: calc(100% / 1);
    }

    .canpaing {
        max-width: 90%;

    }

    /* キャンペーンフォーマット化 */
    .item-box .item-button.campaign01 {
        font-size: 11px;
        line-height: 1.5em;
        min-width: 100px;
    }

    .item-box .item-point.campaign01::before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        top: 3px;
    }

    .section-message img {
        width: 35px;
    }

    .section-message h2 {
        height: 42px;
        font-size: 14px;
    }

}

/*-------------------------------------------------
〜 300px
-------------------------------------------------*/
@media (max-width: 300px) {
    .mission-box .mission-progress {
        width: 100%;
    }

    .mission-button {
        width: 100%;
    }

    .tab-text {
        line-height: 1em;
    }
}

.mission-get-once {
    display: flex;
    width: calc(100% - 10px *2);
    max-width: 390px;
    padding: 0 10px;
    margin: 10px auto 30px;
}

.mission-get-once .mission-button {
    max-width: inherit;
    width: 100%;
    margin: 0;
}

@media (hover: hover) and (pointer: fine) {
    a.mission-button:hover {
        filter: contrast(1.5) !important;
        transform: scale(1.025) !important;
        background: #fff !important;
    }
}

.missions-subhead {
    width: 100%;
    max-width: 1010px;
    margin: clamp(30px, calc(30 / 375 * 100vw), 50px) auto 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.missions-subhead img {
    width: 40px;
    height: auto;
    border-radius: 5px;
}

.missions-subhead .section-title {
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.2;
}

@media (max-width: 970px) {
    .missions-subhead {
        max-width: 640px;
    }
}

.mission-notice {
    margin: clamp(15px, calc(15 / 375 * 100vw), 30px) auto 0 auto;
    width: calc(100% - 10px * 2);
    max-width: 990px;
}

@media (max-width: 970px) {
    .mission-notice {
        max-width: 620px;
    }
}