@charset "UTF-8";.section-top .l_grid_wrap_bg {
    padding: 0 10px
}

.section-top .item-unit {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd
}

.section-top .item-unit:after {
    display: none
}

.sp_scl_fadeInDown {
    -webkit-animation-name: sp_scl_fadeInDown;
    animation-name: sp_scl_fadeInDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

@-webkit-keyframes sp_scl_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes sp_scl_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.sp_scl_bounceIn {
    -webkit-animation-name: sp_scl_bounceIn;
    animation-name: sp_scl_bounceIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

@-webkit-keyframes sp_scl_bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sp_scl_bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.modal__content {
    left: 0!important
}

.modal__content img {
    width: 100%
}

.modal__closebtn {
    background-color: transparent!important
}

.modal__closebtn img {
    width: 30px
}

.modal__wrap {
    position: absolute;
    z-index: 50110;
    text-align: left
}

.modal__overlay,.modal__wrap {
    top: 0;
    left: 0;
    display: none;
    width: 100%
}

.modal__overlay {
    position: fixed;
    z-index: 50100;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    -webkit-backface-visibility: hidden
}

.modal__closebtn {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 2em;
    background-color: #333
}

.modal__closebtn i {
    display: block;
    padding: .5em;
    font-size: 20px
}

.modal__closebtn i:before {
    color: #fff
}

.modal__content {
    position: relative;
    display: none;
    margin: 15px;
    padding: 10px 15px;
    border-radius: 3px;
    background: #fff
}

.modal__heading {
    margin: 5px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.modal__heading h2 {
    font-weight: 700;
    font-size: 140%
}

.modal__about_full {
    display: table;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc
}

.modal__about__condition_full {
    display: table-cell;
    width: 100%;
    vertical-align: top
}

.modal__about__img img {
    width: 120px;
    height: auto
}

.modal__about__point {
    margin: -60px 0 30px
}

.modal__about__point dt {
    margin-bottom: 5px;
    margin-left: auto;
    padding: 5px 0;
    width: 120px;
    background-color: #666;
    color: #fff;
    text-align: center
}

.modal__about__point dd {
    position: relative;
    margin-top: 10px;
    color: #3f3e3e;
    text-align: right;
    font-weight: 700;
    font-size: 100%
}

.modal__about__point dd .point {
    color: #ff3939;
    font-weight: 700;
    font-size: 24px
}

.modal__about__table {
    margin: 10px 0;
    padding: 10px;
    width: 100%
}

.modal__about__table,.modal__about__table tr {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center
}

.modal__about__table tr {
    margin: 0;
    padding: 0
}

.modal__about__table td {
    display: block;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4
}

.modal__about__table th {
    padding: 5px;
    width: 30%;
    background: #eee;
    vertical-align: middle
}

.modal__detail {
    margin-bottom: 20px
}

.modal__detail__heading {
    margin: 10px 0 15px
}

.modal__detail__heading h3 {
    font-weight: 700;
    font-size: 120%
}

.modal__detail__text {
    padding: 10px;
    line-height: 1.4
}

.modal__detail__text .condition {
    color: #ff3939
}

.modal__detail__well {
    padding: 15px;
    border-radius: 3px;
    background-color: #eee;
    font-size: 90%;
    line-height: 1.4;
    margin-bottom: 10px
}

.modal__detail__well ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: .5em
}

.modal__detail__well ul li:last-child {
    margin-bottom: 0
}

.modal__detail__well p {
    padding-top: 5px
}

@-webkit-keyframes size-scale {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.a-top-item__badge {
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 1;
    width: 46px;
    height: 61px;
    -webkit-animation: size-scale 1.5s infinite;
    animation: size-scale .5s infinite
}

.a-top-item__badge__pattern--1.a-top-item__badge--red {
    background: url(/assets/images/batch.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--2 {
    background: url(/assets/images/batch.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--3 {
    background: url(/assets/images/batch.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--4 {
    background: url(/assets/images/batch.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--5 {
    background: url(/assets/images/batch.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--6 {
    background: url(/assets/images/bati_6.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--7 {
    background: url(/assets/images/itigeki.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--8 {
    background: url(/assets/images/bati_6.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--9 {
    background: url(/assets/images/bati_6.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--10 {
    background: url(/assets/images/bati_6.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--11 {
    background: url(/assets/images/bati_6.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--12 {
    background: url(/assets/images/bati_6.png) 50% no-repeat;
    background-size: 100%
}
.a-top-item__badge__pattern--1.a-top-item__badge--yellow {
    
    background-size: 100%
}

.a-top-item__badge__pattern--1.a-top-item__badge--green {
   
    background-size: 100%
}

.a-top-item__badge__pattern--2.a-top-item__badge--red {
    
    background-size: 100%
}

.a-top-item__badge__pattern--2.a-top-item__badge--yellow {
    
    background-size: 100%
}

.a-top-item__badge__pattern--2.a-top-item__badge--green {
    
    background-size: 100%
}

.a-top-item__badge__pattern--2.a-top-item__badge--gold {
   
    background-size: 100%
}

.a-top-item__badge__pattern--2.a-top-item__badge--silver {
    
    background-size: 100%
}

.a-top-item__badge__text {
    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;
    margin-top: 13px;
    padding: 0 3px;
    height: 28px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.m-slick .slick-next,.m-slick .slick-prev {
    position: absolute;
    top: 93%;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.m-slick .slick-next:before,.m-slick .slick-prev:before {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -7px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #ccc;
    border-right: 4px solid #ccc;
    content: "";
    font-size: 10px
}

.m-slick .slick-next.slick-disabled:before,.m-slick .slick-prev.slick-disabled:before {
    opacity: .25
}

.m-slick .slick-prev:before {
    left: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.m-slick .slick-next:before {
    right: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-slick .slick-prev {
    left: 0
}

[dir=rtl] .m-slick .slick-prev {
    right: 0;
    left: auto
}

.m-slick .slick-prev:before,[dir=rtl] .m-slick .slick-prev:before {
    content: ""
}

.m-slick .slick-next {
    right: 0
}

[dir=rtl] .m-slick .slick-next {
    right: auto;
    left: 0
}

.m-slick .slick-next:before,[dir=rtl] .m-slick .slick-next:before {
    content: ""
}

.m-slick--button .slick-prev {
    left: -8px;
    border-radius: 3px
}

.m-slick--button .slick-next {
    right: -8px;
    border-radius: 3px
}

.m-slick--button .slick-next,.m-slick--button .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 32px;
    height: 60px;
    outline: none;
    border: none;
    background: hsla(0,0%,73%,.5);
    cursor: pointer;
    font-size: 0;
    line-height: 0
}

.m-slick--button .slick-prev:before {
    content: "\e110"
}

.m-slick--button .slick-next:before,.m-slick--button .slick-prev:before {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    speak: none
}

.m-slick--button .slick-next:before {
    content: "\e10e"
}

.m-slick--button .slick-next:before,.m-slick--button .slick-prev:before {
    position: relative;
    top: 5px;
    left: 0;
    color: #fff;
    font-size: 20px
}

.slick-dots {
    padding: 5px;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    padding: 5px;
    outline: none;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #15aaa1;
    content: "●";
    text-align: center;
    font-size: 10px;
    font-family: slick;
    line-height: 20px;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #15aaa1;
    opacity: .75
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0 -7px;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: 100%
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.a-closebtn {
    background: #333
}

.a-closebtn,.a-closebtn--green {
    position: absolute;
    top: 0;
    right: 0;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 0
}

.a-closebtn--green {
    background: #15aaa1
}

.o-list--landscape {
    position: relative;
    padding: 0 10px
}

.o-list--landscape * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.o-list--landscape .m-list__title {
    margin: 30px auto 10px;
    font-weight: 700;
    font-size: 139%;
    line-height: 1.2
}

.o-list--landscape .m-list__item {
    position: relative;
    margin-bottom: 8px
}

.o-list--landscape .m-list__item a {
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #fff;
    /* -webkit-box-shadow: 0 2px 0 0 #ddd; */
    /* box-shadow: 0 2px 0 0 #ddd; */
    border: solid 1px #eee;
}

.o-list--landscape .m-list__item a.is-done {
    
    background-position: 106% -20%;
    background-repeat: no-repeat
}

.o-list--landscape .m-list__item__return {
    position: relative;
    display: block;
    margin-left: -5px;
    padding: .2em;
    background-color: #15aaa1;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4
}

.o-list--landscape .m-list__item__return--over100 {
    background-color: #de480e
}

.o-list--landscape .m-list__item__return:after,.o-list--landscape .m-list__item__return:before {
    position: absolute;
    border-style: solid;
    border-color: transparent;
    content: ""
}

.o-list--landscape .m-list__item__return:before {
    position: absolute;
    top: 100%;
    left: 0;
    border-width: 0 5px 5px 0;
    border-right-color: #666
}

.o-list--landscape .m-list__item__inner {
    width: calc(100% - 92px - 10px)
}

.o-list--landscape .m-list__item__review {
    margin-bottom: 8px
}

.o-list--landscape .m-list__item__point {
    text-align: right;
    line-height: 1
}

.o-list--landscape .a-list__item__img {
    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;
    margin-right: 10px;
    width: 92px;
    height: 92px;
    background: rgb(255 255 255 / 15%);
}

.o-list--landscape .a-list__item__img img {
    display: block;
    width: 100%;
    height: auto
}

.o-list--landscape .a-list__item__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 8px;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.o-list--landscape .a-list__item__action {
    overflow: hidden;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 93%
}

.o-list--landscape .a-list__item__point {
    color: #d60e25;
    font-weight: 700;
    font-size: 18px
}

.o-list--landscape .a-list__item__benefit {
    padding: 5px 0;
    width: 100%;
    text-align: right
}

.o-list--landscape .a-list__item__benefit span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0 0 0 auto;
    padding: 5px;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #eee;
    color: #ff3939;
    text-align: center;
    font-weight: 700;
    font-size: 13px!important;
    line-height: 1
}

.m-regular-service * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-regular-service .m-regular-service__inner {
    padding: 10px 8px
}

.m-regular-service .m-regular-service__list {
    position: relative;
    width: calc(20% - 10px)
}

.m-regular-service .m-regular-service__item {
    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;
    padding: 0 2px;
    height: 40px;
    border-radius: 2em;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
    font-weight: 700;
    font-size: 11px
}

.m-regular-service .a-regular-service__icon {
    width: auto;
    height: 25px;
    pointer-events: none
}

.m-regular-service .a-icon--sale__wide {
    top: -8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.m-regular-service .modal__content {
    padding: 15px 15px 3px
}

@media screen and (min-width: 768px) {
    .m-regular-service .modal__content {
        margin:10% auto;
        max-width: 700px
    }
}

.m-regular-service .modal__content .modal__heading {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 16px
}

.m-regular-service .modal__content .m-regular-service__caption {
    overflow: hidden;
    margin-bottom: 15px!important;
    padding: 0 10px;
    height: 60px;
    border-radius: .5em;
    text-align: center
}

.m-regular-service .modal__content .m-regular-service__caption li {
    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;
    overflow: hidden;
    margin: 0 4px;
    height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4em
}

.m-regular-service .modal__content .m-regular-service__caption li a {
    display: block;
    color: #fff
}

.m-regular-service .modal__content .m-regular-service__caption--red {
    background: #bf0000
}

.m-regular-service .modal__content .m-regular-service__caption--orange {
    background: #ffa900
}

.m-regular-service .modal__content .m-regular-service__caption--green {
    background: #15aaa1
}

.m-regular-service .modal__content .m-regular-service__caption--blue {
    background: #36c
}

.m-regular-service .modal__content .o-list--portrait {
    padding: 0
}

.m-regular-service .modal__content .m-list__item {
    margin: 0 3.5% 12px 0;
    width: 31%
}

.m-regular-service .modal__content .m-list__item:nth-child(odd) {
    margin-right: 3.5%
}

.m-regular-service .modal__content .m-list__item:nth-child(3n) {
    margin-right: 0
}

.m-regular-service .modal__content .m-list__item a {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.m-regular-service .modal__content .a-list__item__img {
    width: 80px;
    height: 80px
}

.m-regular-service .modal__content .m-btn {
    margin: 3px auto 12px
}

.m-regular-service .modal__content .a-btn__more {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.m-regular-service .modal__content .modal__closebtn {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    margin: 0;
    padding: .8em;
    width: auto;
    border: none;
    border-radius: 2em;
    background: #15aaa1!important;
    font-weight: 700
}

.m-regular-service .modal__content .modal__closebtn:before {
    position: static;
    top: 0;
    left: 0;
    color: #fff;
    content: "\e10b";
    font-size: 20px;
}

.m-regular-service .modal__content .a-message--empty {
    margin-bottom: 12px
}

.sec__osusume-contents {
    background: #fff
}

.sec__osusume-contents__list {
    width: 20%;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2em
}

.sec__osusume-contents__list a {
    display: block;
    padding: 10px 0;
    letter-spacing: -.05em
}

.sec__osusume-contents__list a i {
    position: relative;
    display: inherit;
    margin-bottom: 8px;
    color: #15aaa1;
    font-size: 25px
}

.sec__osusume-contents__badge {
    position: relative;
    display: block
}

.sec__osusume-contents__badge:before {
    -webkit-animation: badge-blink .8s 3 both;
    animation: badge-blink .8s 3 both;
    position: absolute;
    top: 1px;
    right: 19px;
    z-index: 10101;
    color: #ff3939;
    content: "●";
    font-size: 10px
}

@-webkit-keyframes gradient {
    0%,to {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes gradient {
    0%,to {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@-webkit-keyframes flash {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes flash {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.sec__bulletin_board {
    position: relative
}

.sec__bulletin_board * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec__bulletin_board__block {
    display: block;
    padding: 5px;
    border-radius: 3px;
    background: -webkit-linear-gradient(315deg,#15aaa1,#1bd7cc) 200%/200%;
    background: linear-gradient(135deg,#15aaa1,#1bd7cc) 200%/200%;
    -webkit-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite
}

.sec__bulletin_board__link {
    display: block
}

.sec__bulletin_board__text {
    position: relative;
    display: inline-block;
    width: 76%;
    height: 70px;
    border-radius: 3px;
    background: #fff
}

.sec__bulletin_board__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 5px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4
}

.sec__bulletin_board__text:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: #fff
}

.sec__bulletin_board__img {
    position: relative;
    display: inline-block;
    margin: 0 1%;
    width: 20%;
    height: 70px;
    border-radius: 3px;
    background: #fff;
    vertical-align: top
}

.sec__bulletin_board__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: auto
}

.sec__bulletin_board__img:after,.sec__bulletin_board__img:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 9px;
   
    background-size: 100%;
    -webkit-animation: flash 2s linear infinite;
    animation: flash 2s linear infinite
}

.sec__bulletin_board__img:before {
    top: -5px;
    left: -7px
}

.sec__bulletin_board__img:after {
    right: -7px;
    bottom: -5px
}

#timesale .a-list__item__img {
    width: 80px;
    height: 100px
}

.list_img_shop {
    width: 80px;
    height: 100px
}
.main__banner,.o-main-banner {
    margin-bottom: 2px
}

.main__banner .slick-list,.main__banner .slick-slider,.o-main-banner .slick-list,.o-main-banner .slick-slider {
    margin: 0
}

.sp-buttons {
    padding-top: 0!important
}

.sec__exclusive .main__banner img {
    width: 100%;
    height: auto
}

.sec__exclusive .main__banner .slick-dots {
    background: #fff
}

@-webkit-keyframes sway_character {
    43%,58% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@keyframes sway_character {
    43%,58% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@-webkit-keyframes blinking_light {
    50% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes blinking_light {
    50% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

.best-recommended {
    position: relative
}

.best-recommended * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.best-recommended .best-recommended__wrapper {
    position: relative;
    z-index: 1;
    padding: 10px 10px 12px;
    background: -webkit-gradient(linear,left top,left bottom,from(#15aaa1),to(#a9c923));
    background: -webkit-linear-gradient(top,#15aaa1,#a9c923);
    background: linear-gradient(180deg,#15aaa1,#a9c923)
}

.best-recommended .best-recommended__item {
    position: relative;
    width: 49%
}

.best-recommended .best-recommended__item:nth-child(odd) {
    margin-right: 2%
}

.best-recommended .best-recommended__item:only-child {
    margin-right: 0;
    width: 100%
}

.best-recommended .best-recommended__item:only-child .best-recommended__card__point .before {
    text-align: center
}

.best-recommended .best-recommended__item:nth-child(n+3) {
    margin-top: 10px
}

.best-recommended .best-recommended__card {
    position: relative;
    display: block;
    padding: 10px 0;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 hsla(0,0%,100%,.8);
    box-shadow: 0 2px 0 hsla(0,0%,100%,.8)
}

.best-recommended .best-recommended__card__title {
    position: inherit;
    z-index: 2;
    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;
    margin: 0 auto 5px;
    padding: .5em .8em;
    height: 4em;
    background: #fdfcca;
    color: #333
}

.best-recommended .best-recommended__card__title .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 2.4em;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.best-recommended .best-recommended__card__banner {
    position: relative;
    z-index: 3;
    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;
    margin: 0 auto 10px;
    width: 110px;
    height: 110px
}

.best-recommended .best-recommended__card__banner__img {
    display: block;
    width: 100%;
    height: auto
}

.best-recommended .best-recommended__card__detail {
    position: relative;
    z-index: 2;
    width: 100%
}

.best-recommended .best-recommended__card__action {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .8em 26px;
    color: #595959;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6
}

.best-recommended .best-recommended__card__point {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1
}

.best-recommended .best-recommended__card__point em {
    color: #ff3939;
    font-weight: 700;
    font-size: 26px;
    line-height: 1
}

.best-recommended .a-top-item__badge {
    top: -10px;
    left: -10px;
    z-index: 5
}

.best-recommended .best-recommended__character img {
    position: absolute
}

.best-recommended .best-recommended__character .mopiko {
    top: -7.5vw;
    right: 26%;
    width: 11%;
    -webkit-animation: sway_character 5s ease 1s infinite;
    animation: sway_character 5s ease 1s infinite
}

.best-recommended .best-recommended__character .mopiyo {
    top: -7vw;
    right: 10px;
    width: 13%;
    -webkit-animation: sway_character 5s ease 1.5s infinite;
    animation: sway_character 5s ease 1.5s infinite
}

.best-recommended .best-recommended__character {
    top: -9vw;
    right: 14%;
    width: 15%;
    -webkit-animation: sway_character 5s ease infinite;
    animation: sway_character 5s ease infinite
}

.best-recommended:after,.best-recommended:before {
    position: absolute;
    display: block;
    
    content: ""
}

.best-recommended:before {
    top: -30px;
    right: 40%;
    width: 2%;
    height: 20px;
    -webkit-animation: blinking_light 3s ease 1.5s infinite;
    animation: blinking_light 3s ease 1.5s infinite
}

.best-recommended:after {
    top: -20px;
    right: 38%;
    width: 3%;
    height: 20px;
    -webkit-animation: blinking_light 3s ease infinite;
    animation: blinking_light 3s ease infinite
}

#dream_chance .m-dream_chance__present__info {
    margin-bottom: 10px;
    width: 100%
}

#dream_chance .m-dream_chance__present__info .flex--start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#dream_chance .m-dream_chance__present__info dd {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

#dream_chance .m-dream_chance__present__info .box--bgwhite10 {
    border-radius: 0 0 3px 3px
}

#dream_chance .a-dream_chance__present--name {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#dream_chance .a-dream_chance__present__info--img img {
    width: 100%;
    height: auto
}

#dream_chance .a-dream_chance__present__icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 6px;
    width: 75px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #d7a83a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px
}

#dream_chance .a-dream_chance__present__icon--count {
    background: #ff3939;
    font-size: 14px
}

#news .title:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 0 -829px;
    background-size: 125px auto;
    background-repeat: no-repeat
}

#news a,#news a:link,#news a:visited {
    color: #333
}

#news li a {
    position: relative;
    margin-bottom: 5px;
    padding: 8px 10px;
    line-height: 1.4
}

#news .c {
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    left: 10px;
    padding: 2px 4px;
    width: 35%;
    background: #15aaa1;
    color: #fff;
    text-align: center;
    font-size: 11px
}

#news .c,#news .item__text {
    overflow: hidden;
    font-weight: 700
}

#news .item__text {
    display: -webkit-box;
    width: 72%;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width: 369px) {
    #news .item__text {
        width:68%
    }
}

#news .item__text--link {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#news .item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1px 0 0 42%;
    width: 58%;
    color: #666;
    text-align: right;
    font-weight: 700;
    font-size: 11px
}

#news .item__wrapper {
    margin-top: 10px
}

#news .item__info__point {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #ff3939;
    font-weight: 700;
    font-size: 16px
}

#challenge_bonus {
    position: relative
}

#challenge_bonus .m-challenge__block {
    margin-bottom: 10px;
    width: 49%
}

#challenge_bonus .m-challenge__block__inner {
    border-radius: 3px;
    display: block;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd
}

#challenge_bonus .a-challenge__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 10px;
    width: 96px;
    height: 96px;
    background: rgba(21,170,161,.15)
}

#challenge_bonus .a-challenge__img img {
    width: 100%;
    height: auto
}

#challenge_bonus .a-challenge__name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding: .5em;
    height: 3.8em;
    background-color: #fdfcca;
    text-align: center;
    font-weight: 700;
    font-size: 93%;
    line-height: 1.4
}

#challenge_bonus .a-challenge__name span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#challenge_bonus .a-challenge__action {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 0 .8em;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 93%
}

#challenge_bonus .a-challenge__point {
    margin-bottom: 10px;
    padding: 3px 0;
    text-align: center
}

#challenge_bonus .a-challenge__point em {
    color: #ff3939;
    font-weight: 700;
    font-size: 139%
}

#challenge_bonus .a-challenge__benefit {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1
}

#challenge_bonus .a-challenge__benefit em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 90%;
    background: #eee;
    color: #ff3939;
    text-align: center;
    font-weight: 700;
    font-size: 13px
}

#challenge_bonus .a-challenge__bonus {
    margin-bottom: 15px;
    padding: .5em;
    background-color: #ff3939;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 93%;
    line-height: 1.4
}

#challenge_bonus .a-challenge__bonus em {
    font-size: 139%
}

#challenge_bonus .m-challenge__progress {
    margin: 0 auto 10px;
    width: 90%
}

#challenge_bonus .m-challenge__progress .a-challenge__progress__frame {
    position: relative;
    width: 100%;
    border-radius: 20px;
    background-color: #eee
}

#challenge_bonus .m-challenge__progress .a-challenge__progress__value {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    font-weight: 700;
    font-size: 93%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#challenge_bonus .m-challenge__progress .a-challenge__progress__bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 20px;
    border-radius: 20px;
    background: -webkit-gradient(linear,left top,right top,from(#ffa900),to(#ff3939));
    background: -webkit-linear-gradient(left,#ffa900,#ff3939);
    background: linear-gradient(90deg,#ffa900,#ff3939);
    color: #fff;
    font-weight: 700
}

#challenge_bonus .m-challenge__progress .a-challenge__progress__bar:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 28px;
    height: 26px;
    
    background-size: contain;
    background-repeat: no-repeat;
    content: ""
}

#challenge_bonus .m-challenge__detail {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 8px 0;
    width: 90%;
    background-color: #eee;
    text-align: center;
    font-weight: 700;
    font-size: 93%;
    line-height: 1.6
}

#challenge_bonus .m-challenge__detail em {
    color: #ff3939
}

#challenge_bonus .a-text--s {
    margin: 0 10px 10px;
    font-size: 11px;
    line-height: 1.4
}

#challenge_bonus .a-txt--note {
    margin-bottom: 10px
}

#challenge_bonus .m-challenge__block--single {
    width: 100%
}

#challenge_bonus .a-challenge__img {
    width: 90px;
    height: 90px
}

#challenge_bonus .a-btn__more {
    padding: 10px 13px
}

#challenge_bonus .a-btn__more:after {
    right: .5em
}

#challenge_bonus .a-btn__more .challenge_total {
    margin-left: 5px;
    color: #15aaa1;
    font-size: 139%
}

.tooltip__ico {
    position: inherit;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    color: #15aaa1;
    vertical-align: -1px;
    text-align: center;
    font-size: 18px;
    line-height: 18px
}

.tooltip__ico .question:after {
    position: inherit;
    display: inline;
    content: "\e10a";
}

#sale .main__banner {
    overflow: hidden;
    margin: 10px 10px 0
}

#sale li {
    width: calc(100%/2 - 5px)
}

#sale li:nth-child(n+3) {
    margin-top: 10px
}

#sale li img {
    width: 100%;
    height: auto
}

#sale .sale__list__info {
    margin-bottom: 2px;
    padding: 6px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
    color: #333;
    text-align: center
}

#sale .sale__list__info em {
    color: #ff3939;
    font-weight: 700;
    font-size: 18px
}

.a-item__ranking1 {
    position: relative;
    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;
    width: 30px;
    height: 30px;
    color: #fff
}

.a-item__ranking1 span {
    z-index: 1;
    font-weight: 700;
    font-size: 11px
}

.a-item__ranking1:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    content: "\e15b";
    font-size: 30px;
    color: #dab912
}

.a-item__ranking2 {
    position: relative;
    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;
    width: 30px;
    height: 30px;
    color: #fff
}

.a-item__ranking2 span {
    z-index: 1;
    font-weight: 700;
    font-size: 11px
}

.a-item__ranking2:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    content: "\e15b";
    font-size: 30px;
    color: #999
}

.a-item__ranking3 {
    position: relative;
    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;
    width: 30px;
    height: 30px;
    color: #fff
}

.a-item__ranking3 span {
    z-index: 1;
    font-weight: 700;
    font-size: 11px
}

.a-item__ranking3:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    content: "\e15b";
    font-size: 30px;
    color: #c2632b
}

.a-item__ranking {
    position: relative;
    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;
    width: 30px;
    height: 30px;
    color: #fff
}

.a-item__ranking span {
    z-index: 1;
    font-weight: 700;
    font-size: 11px
}

.a-item__ranking:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    content: "\e15b";
    font-size: 30px;
    color: #15aaa1
}

.m-list__ranking {
    counter-reset: item
}

.m-list__ranking .a-list__rankig {
    position: relative
}

.m-list__ranking .a-list__rankig:before {
    position: absolute;
    z-index: 1;
    color: #fff;
    content: counter(item);
    counter-increment: item;
    font-weight: 700;
    font-size: 11px
}

.m-list__ranking .a-list__rankig:after {
    position: absolute;
    width: 30px;
    content: "\e15b";
    font-size: 30px;
}

.m-list__ranking .a-list__rankig:first-child::after {
    color: #dab912
}

.m-list__ranking .a-list__rankig:nth-child(2):after {
    color: #999
}

.m-list__ranking .a-list__rankig:nth-child(3):after {
    color: #c2632b
}

.m-list__ranking .a-list__rankig:nth-child(n+4):after {
    color: #15aaa1
}

.m-tabslider {
    overflow: hidden
}

.m-tabslider__tab {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 55px
}

.m-tabslider__tab__wrap {
    overflow-x: scroll
}

.a-tabslider__tab {
    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;
    margin: 0 2px;
    min-width: 68px;
    height: 50px;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    letter-spacing: -.1em;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2em
}

.a-tabslider__tab.active {
    height: 55px;
    background: #15aaa1;
    color: #fff
}

.o-ranking-category * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.o-ranking-category .slider {
    display: none
}

.o-ranking-category .slick-initialized {
    display: block
}

.o-ranking-category .slick-list {
    margin: 0
}

.o-ranking-category .m-ranking-category__tab .slick-list {
    overflow-x: auto;
    padding-right: 15%;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.o-ranking-category .m-ranking-category__tab .slick-track {
    left: 0!important
}

.o-ranking-category .m-ranking-category__tab .slick-slide {
    position: relative;
    bottom: -5px;
    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;
    min-width: auto;
    height: 50px;
    background: #fff;
    color: #333;
    line-height: 1.2em;
    cursor: pointer;
    scroll-snap-align: start
}

.o-ranking-category .m-ranking-category__tab .slick-slide.slick-current {
    bottom: 0;
    height: 55px;
    background: #15aaa1;
    color: #fff
}

.o-ranking-category .m-ranking-category {
    width: 100%
}

.o-ranking-category .m-ranking-category .block__link {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 7px 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.o-ranking-category .m-ranking-category .block__link:not(:last-child):after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 100%;
    outline: none;
    border-bottom: 2px solid #eee;
    content: ""
}

.o-ranking-category .m-ranking-category__inner {
    overflow: hidden;
    padding: 5px 10px 0;
    background: #fff
}

.o-ranking-category .m-item__ranking {
    width: 35px
}

.o-ranking-category .m-list__item__inner {
    width: calc(100% - 50px - 10px - 35px)
}

.o-ranking-category .a-list__item__img {
    width: 50px;
    height: 50px
}

.o-ranking-category .a-list__item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.o-ranking-category .a-list__item__point {
    font-size: 16px
}

.o-list--portrait {
    position: relative;
    padding: 0 10px
}

.o-list--portrait * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.o-list--portrait .m-list__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    width: 49%
}

.o-list--portrait .m-list__item:nth-child(odd) {
    margin-right: 2%
}



.o-list--portrait .m-list__item__point {
    text-align: center;
    line-height: 1
}

.o-list--portrait .a-list__title {
    margin: 30px auto 10px;
    font-weight: 700;
    font-size: 139%;
    line-height: 1.2
}

.o-list--portrait .a-list__item__img {
    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;
    margin: 0 auto 10px;
    width: 96px;
    height: 96px;
    background: rgba(21,170,161,.15)
}

.o-list--portrait .a-list__item__img img {
    display: block;
    width: 100%;
    height: auto
}

.o-list--portrait .a-list__item__title {
    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;
    overflow: hidden;
    margin-bottom: 8px;
    padding: .5em;
    height: 3.4em;
    background-color: #ffc;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4
}

.o-list--portrait .a-list__item__title span {
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 1.4em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word
}

.o-list--portrait .a-list__item__action {
    overflow: hidden;
    margin-bottom: 8px;
    padding: 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}

.o-list--portrait .a-list__item__point {
    color: #ff3939;
    font-weight: 700;
    font-size: 20px
}

.o-list--portrait .a-list__item__benefit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 90%;
    background: #eee;
    color: #ff3939;
    text-align: center;
    font-weight: 700;
    font-size: 13px
}


.o-newarrivals .m-list__wrapper {
    display: none
}

.o-newarrivals .m-list__wrapper.slick-initialized {
    display: block
}

.o-newarrivals .m-list__inner {
    position: relative;
    padding: 0 8px
}

.o-newarrivals .m-list__inner ul {
    margin-bottom: 10px
}

.o-newarrivals .m-tab__menu {
    display: none;
    margin: 0 0 5px
}

.o-newarrivals .m-tab__menu.slick-initialized {
    display: block
}

.o-newarrivals .m-tab__menu .slick-list {
    margin: auto
}

.o-newarrivals .m-tab__menu .slick-track {
    width: 100%!important
}

.o-newarrivals .a-tab {
    margin-bottom: 8px;
    padding: 10px 0;
    width: 25%!important;
    font-weight: 700
}

.o-newarrivals .a-btn__more {
    margin-bottom: 2px;
    outline: none
}

.o-campaign-list .m-list__item a {
    padding: 5px
}

.o-campaign-list .a-list__item__banner img {
    width: 100%;
    height: auto
}

.m__element-hide {
    visibility: hidden
}

#slide-banner img {
    width: 100%;
    height: auto
}

#af-banner2 a {
    width: 100%
}

#af-banner2 a:first-of-type {
    margin-left: 0
}

#af-banner2 a:last-of-type {
    margin-right: 0
}

#af-banner2.n2 {
    margin: 0 5px
}

#af-banner2.n2 a {
    margin: 0 10px
}

#af-banner2.n3 {
    margin: 0
}

#af-banner2.n3 a {
    margin: 0 2px
}

.color-button.entry a {
    background-color: #f9731d;
    background-image: -webkit-linear-gradient(#fa924f,#f9731d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fa924f),to(#f9731d));
    background-image: linear-gradient(#fa924f,#f9731d);
    border: 1px solid #f9731d;
    font-size: 139%
}

.box-button li:before {
    display: none
}

.box-button li a {
    padding: 1.1em 2em 1.1em .5em;
    color: #565656;
    font-weight: 700
}

.box-button li i {
    margin-right: .25em
}

.box-button li .icon-check {
    color: #ef3f37
}


.box-button li .icon-help {
    color: #276de1
}

.box-button li .icon-heart {
    color: #ff308d
}

.box-button li .icon-star {
    color: #fc0
}

.box-button li .icon-crown {
    color: #9d8502
}

.box-button li .icon-shine {
    color: #09f
}

.box-button li .icon-cart {
    color: #b100cb
}

.box-button.column {
    margin: -11px 0 0
}

@-webkit-keyframes mark {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.4) rotate(35deg);
        transform: scale(1.4) rotate(35deg)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mark {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.4) rotate(35deg);
        transform: scale(1.4) rotate(35deg)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.section-lv1 .title {
    padding: .6em .5em .6em 1.85em
}

.section-lv1 .title:before {
    position: absolute;
    margin-left: -1.5em;
    content: ""
}

.section-top .title {
    position: relative
}

.section-top .title i {
    padding-right: .25em
}

#top-footer-button {
    overflow: hidden;
    margin: 5px;
    text-align: center
}

#top-footer-button li {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 50%
}

#top-footer-button li.nowrap {
    width: 100%
}

#top-footer-button a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 3px;
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    font-weight: 700
}

#top-sns-footer-icon {
    overflow: hidden;
    margin: 16px 32px;
    text-align: center
}

#top-sns-footer-icon li {
    display: block;
    width: 25%
}

#top-sns-footer-icon a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 16px 8px
}

#top-sns-footer-icon img {
    width: 100%;
    height: auto
}

#close-upgrade-floating-banner {
    display: block;
    margin: -10px 0 0 185px;
    padding: 0 2px 3px;
    width: 17px;
    border-radius: 15px;
    background-color: #4179c2;
    color: #fff;
    font-size: 1.3em
}

.no__login-game {
    margin-bottom: 10px!important
}

.cfx {
    *zoom:1}

.cfx:after {
    display: block;
    clear: both;
    content: ""
}

.item-unit-wrap {
    float: left;
    width: 50%
}

.container {
    background-color: #eee
}

.alert-notice {
    margin: 0 auto 10px;
    width: 95%;
    border: 2px solid #ff3939;
    background: #fff!important;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd
}

.alert-notice .alert-notice__inner {
    border: none
}

.alert-notice .alert-notice__title {
    padding: 7px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2
}

.alert-notice .alert-notice__title:after {
    position: absolute;
    top: 35%;
    right: 15px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ff3939;
    border-right: 2px solid #ff3939;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.alert-notice .alert-notice__title.on:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.alert-notice .alert-notice__detail {
    display: none;
    border-top: 2px solid #eee;
    line-height: 1.6
}

.alert-notice .alert-notice__detail.open {
    display: block
}

.alert-notice:first-child {
    margin-top: 10px
}

.alert-notice:nth-child(n+2) .alert-notice__title:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.alert-notice:nth-child(n+2) .alert-notice__title.on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.alert-notice:nth-child(n+2) .alert-notice__detail {
    display: none
}

@-webkit-keyframes icon-rotate {
    0% {
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    15% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    25%,75% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    85% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    to {
        opacity: 0
    }
}

@keyframes icon-rotate {
    0% {
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    15% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    25%,75% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    85% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    to {
        opacity: 0
    }
}

.a-icon--new,.a-icon--sale {
    background-color: #ff3939
}

.a-icon--hot,.a-icon--new,.a-icon--sale {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    -webkit-animation: icon-rotate 6s ease infinite normal;
    animation: icon-rotate 6s ease infinite normal
}

.a-icon--hot {
    background-color: #ffa900
}

.a-icon--new__wide,.a-icon--sale__wide {
    position: absolute;
    top: -7px;
    left: 50%;
    display: block;
    margin-left: -2.65em;
    padding: .8em;
    width: 4em;
    border-radius: 2em;
    background-color: #ff3939;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 0
}

@-webkit-keyframes chara {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes chara {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes size-scale {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg)
    }

    80% {
        opacity: .5;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg)
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg)
    }
}

@keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg)
    }

    80% {
        opacity: .5;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg)
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg)
    }
}

.m-item__btn__floating {
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 3;
    width: 100%
}

.a-item__btn,.m-item__btn__floating__inner {
    position: relative
}

.a-item__btn {
    color: #333;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    background: #ff3939;
    color: #fff!important;
    text-align: center
}

.a-item__btn__regist {
    position: relative;
    left: 25px
}

.a-item__btn__regist:before {
    color: #333;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -56px;
    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;
    margin: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #ff3939;
    content: "簡単\A1分";
    white-space: pre
}

.reflection {
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    animation: reflection 3s ease-in-out infinite
}

.m-nologin-entry__mainvisual {
    overflow: hidden;
    padding: 10px 0 0;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    color: #fafafa;
    font-family: ヒラギノ丸ゴ ProN W4,Hiragino Maru Gothic ProN,HG丸ゴシックM-PRO,HGMaruGothicMPRO,メイリオ,Meiryo,Osaka,MS\ Pゴシック,MS PGothic,sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.m-nologin-entry__mainvisual * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-nologin-entry__mainvisual img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto
}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__catch {
    color: #333;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    margin: 0 auto;
    padding: 2px;
    width: 290px;
    border: 2px solid #15aaa1;
    border-radius: 2em;
    color: #fff;
    text-align: center
}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__catch span {
    display: block;
    padding: 6px;
    border-radius: 2em;
    background: #15aaa1
}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__title {
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center
}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__title span {
    color: #333;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    display: inline-block
}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__title span:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 10px;
    height: 14px;

}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__title em {
    color: #333;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    color: #15aaa1
}

.m-nologin-entry__mainvisual .a-nologin-entry__mainvisual__title em:last-child {
    margin-left: -5px
}



.m-nologin-entry__mainvisual__inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 80px 0 15px;
    width: 93.75%
}

.m-nologin-entry__mainvisual__inner:before {
    position: absolute;
    content: "";
    top: 25px;
    left: -5px;
    width: 58px;
    height: 70px;
    
    -webkit-animation: chara .6s both ease-in-out .5s 1;
    animation: chara .6s both ease-in-out .5s 1
}

.m-nologin-entry__mainvisual__inner:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 83px;
    height: 110px;
    
    -webkit-animation: chara .6s both ease-in-out .3s 1;
    animation: chara .6s both ease-in-out .3s 1
}

.m-nologin-entry__mainvisual__box {
    position: relative;
    z-index: 1
}

.m-nologin-entry__mainvisual__item {
    position: relative;
    padding: 40px 15px 20px;
    border: 5px solid #16958e;
    border-radius: 10px;
    background: #fff
}

.m-nologin-entry__mainvisual__item h2 {
    color: #333;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center
}

.m-nologin-entry__mainvisual__item h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-repeating-linear-gradient(135deg,#15aaa1,#15aaa1 2px,#fff 0,#fff 4px);
    background: repeating-linear-gradient(-45deg,#15aaa1,#15aaa1 2px,#fff 0,#fff 4px)
}

.m-nologin-entry__mainvisual__item:nth-child(2) h2 {
    margin-bottom: 10px
}

.m-nologin-entry__mainvisual__item h3 {
    position: absolute;
    content: "";
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.m-nologin-entry__mainvisual__item h3 span {
    color: #333;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    display: block;
    margin: auto;
    padding: 6px;
    width: 140px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ff8d00;
    color: #fff;
    text-align: center
}

.m-nologin-entry__mainvisual__item h3 span em {
    color: #333;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #fff000
}

.m-nologin-entry__mainvisual__item h3 span:after {
    position: absolute;
    content: "";
    top: 98%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #ff8d00
}

.m-nologin-entry__mainvisual__item p {
    color: #333;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5
}

.m-nologin-entry__mainvisual__item p span {
    color: #333;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.5
}

.m-nologin-entry__mainvisual__item a {
    color: #333;
    letter-spacing: .08em;
    font-weight: 400;
    font-size: 13px;
    line-height: 2;
    display: block;
    color: #15aaa1;
    text-decoration: underline
}

.m-nologin-entry__mainvisual__item__contents {
    border-radius: 10px
}

.m-nologin-entry__mainvisual__item__contents li {
    color: #333;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    padding: 15px 8px;
    width: 49%;
    border-radius: 10px;
    color: #fff
}

.m-nologin-entry__mainvisual__item__contents li:first-child {
    background: -webkit-linear-gradient(315deg,#ff5d9a,#ff5d74) 100%/100%;
    background: linear-gradient(135deg,#ff5d9a,#ff5d74) 100%/100%
}

.m-nologin-entry__mainvisual__item__contents li:nth-child(2) {
    background: -webkit-linear-gradient(315deg,#ffd02d,#ffb72d) 100%/100%;
    background: linear-gradient(135deg,#ffd02d,#ffb72d) 100%/100%
}

.m-nologin-entry__mainvisual__item__contents li:nth-child(3) {
    background: -webkit-linear-gradient(315deg,#b1db3f,#85db3f) 100%/100%;
    background: linear-gradient(135deg,#b1db3f,#85db3f) 100%/100%
}

.m-nologin-entry__mainvisual__item__contents li:nth-child(4) {
    background: -webkit-linear-gradient(315deg,#53c368,#53c368) 100%/100%;
    background: linear-gradient(135deg,#53c368,#53c368) 100%/100%
}

.m-nologin-entry__mainvisual__item__contents li:nth-child(5) {
    background: -webkit-linear-gradient(315deg,#4cdaf8,#4cc5f8) 100%/100%;
    background: linear-gradient(135deg,#4cdaf8,#4cc5f8) 100%/100%
}

.m-nologin-entry__mainvisual__item__contents li:nth-child(6) {
    background: -webkit-linear-gradient(315deg,#4ca5f8,#4c89f8) 100%/100%;
    background: linear-gradient(135deg,#4ca5f8,#4c89f8) 100%/100%
}

.m-nologin-entry__mainvisual__item__contents li i {
    padding-right: 5px;
    font-size: 18px
}

.m-nologin-entry__mainvisual__item__cashback {
    margin-bottom: 10px
}

.m-nologin-entry__mainvisual__item__cashback li {
    margin-top: -5px;
    width: 25%
}

.m-nologin-entry__mainvisual__item__cashback li img {
    width: 100%;
    height: auto
}

.m-nologin-entry__mainvisual__item__reason {
    margin-bottom: 10px
}

.m-nologin-entry__mainvisual__item__reason li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.m-nologin-entry__mainvisual__item__reason li mark {
    color: #333;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    margin-left: 5px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#fff000));
    background: -webkit-linear-gradient(transparent 60%,#fff000 0);
    background: linear-gradient(transparent 60%,#fff000 0)
}

.m-nologin-entry__mainvisual__item__reason li i {
    color: #333;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #15aaa1
}

.m-nologin-entry__mainvisual__item:first-child:before {
    position: absolute;
    content: "";
    top: -60px;
    left: 47px;
    z-index: -1;
    width: 48px;
    height: 71px;
    
    -webkit-animation: chara .6s both ease-in-out .6s 1;
    animation: chara .6s both ease-in-out .6s 1
}

.m-nologin-entry__mainvisual__item:last-child h3 span {
    padding: 16px 6px
}

.m-nologin-entry__mainvisual__item:not(:last-child) {
    margin-bottom: 50px
}

.m-nologin-entry__mainvisual__award {
    
}

.m-nologin-entry__mainvisual__award__inner {
    margin: 0 auto;
    padding: 20px 0 10px;
    width: 93.75%
}

.m-nologin-entry__mainvisual__award__inner .a-nologin-entry__mainvisual__award__catch {
    color: #333;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.m-nologin-entry__mainvisual__award__inner .a-nologin-entry__mainvisual__award__catch em {
    color: #15aaa1
}

.m-nologin-entry__mainvisual__award__inner .a-nologin-entry__mainvisual__award__catch:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-repeating-linear-gradient(135deg,#15aaa1,#15aaa1 2px,#fff 0,#fff 4px);
    background: repeating-linear-gradient(-45deg,#15aaa1,#15aaa1 2px,#fff 0,#fff 4px)
}

#header {
    border-bottom: none;
    background: #fafafa
}

.award-badge__note {
    display: block;
    margin: 0 auto;
    padding-left: 1.1em;
    width: 89%;
    color: #666;
    text-indent: -1.2em;
    font-size: 11px;
    line-height: 1.4
}
#news2 .title:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 0 -829px;
    background-size: 125px auto;
    background-repeat: no-repeat
}

#news2 a,#news2 a:link,#news2 a:visited {
    color: #333
}

#news2 li a {
    position: relative;
    margin-bottom: 5px;
    padding: 8px 10px;
    line-height: 1.4
}

#news2 .c {
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    left: 10px;
    padding: 2px 4px;
    width: 35%;
    background: #15aaa1;
    color: #fff;
    text-align: center;
    font-size: 11px
}

#news2 .c,#news2 .item__text {
    overflow: hidden;
    font-weight: 700
}

#news2 .item__text {
    display: -webkit-box;
    width: 72%;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width: 369px) {
    #news2 .item__text {
        width:68%
    }
}

#news2 .item__text--link {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#news2 .item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1px 0 0 42%;
    width: 58%;
    color: #666;
    text-align: right;
    font-weight: 700;
    font-size: 11px
}

#news2 .item__wrapper {
    margin-top: 10px
}

#news2 .item__info__point {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #ff3939;
    font-weight: 700;
    font-size: 16px
}
.custom-blink3 {
    color: #413c22;
    font-size: 17px;
    font-weight: bold;
}



.flowbtn9 {
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    transition: .5s;
    line-height: 28px;
    margin: 0px 6px;
    vertical-align: bottom;
}
/* Instagram */
.flowbtn9 .fa-instagram{
color:#c6529a;
}

.flowbtn6 {
    border-radius: 3px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size:26px;
    color: #fff!important;
    transition: .5s;
    text-decoration: none;
}

/* アイコンをど真ん中に*/
.flowbtn6 i {
    position: absolute;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* アイコンボタン全体の位置 */
.snsbtniti2{
display:flex;

}
/* アイコンボタン同士の余白 */
.snsbtniti2 li {
    /* flex: 0 0 33%; */
    /* text-align: center!important; */
    margin: 0px 6px 0 0;
}
/* アイコンボタンにマウスを乗せた時 */
.flowbtn6:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
}
/* Twitter */
.fl_tw1{
background:#000;
}
/* Instagramアイコン位置 */
.insta_btn6 .fa-instagram {
    font-size: 26px;
}
/* Instagram紫グラデ背景 */
.insta_btn6 {
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn6:before{
content: '';
position: absolute;
top:27px;
left:-12px;
width:59px;
height:40px;
background:-webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
/* Facebookアイコン位置 */
.fl_fb6 .fa-facebook-f{
position:relative;
top:23px;
left:17px;
font-size:43px;
}
/* Facebookアイコン背景*/
.fl_fb6{
background:-webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);	
background:linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);	
}
/* Feedly */
.fl_fd6{
background:#33b151;		
}
/* Pocket */
.fl_pk6{
color:#ef3f56!important;	
box-shadow:0 0 2px #888;
font-size:35px;		
}
/* はてブ */
.fl_hb6 {
background:-webkit-linear-gradient(top, #1fbccd 0%, #1c91d4 84%);	
background:linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);		
font-size:25px;	
}
/* YouTube */
.fl_yu6 {
color:#fc0d1c!important;
box-shadow:0 0 2px #888;	
}
/* LINE@ */
.fl_li6{
background:#00c300;			
}
/* メール */
.fl_ma6{
background:linear-gradient(135deg, #1B77F1 0%,#19BDFC 100%);	
}
.gmapimg_i {
    width: 80%;
    /* margin: 0px 5px 0px 0px; */
    position: absolute;
    left: 9%;
    top: 11%;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 87%;
    max-width: 600px;
    padding: 5px;
    background-color: #ffffff;
    z-index: 2;
    opacity: 1;
}

.popup-inner img {
  width: 100%;
}
.close-btn {
    right: 0;
    left: 0;
    top: 0;
    padding: 10px 0px 3px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
.add-control{
    margin: 30px 0px;
}
.btn {
    padding: 15px 19px;
    font-weight: bold;
    border: solid 3px #000000;
    color: #ffffff;
    /* cursor: pointer; */
    background: #fea800;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
}
.btn:hover {
    cursor: pointer;    
}
.btn:active {
    background: rgb(127, 194, 239);
}
.box {
   
    margin-top: 25px;
}

/* checkbox non-display */
.add-control .chk{
    display: none;
}
/* button control */
.add-control #open-close ~ .box {
    display: none ;
}
.add-control #open-close ~ .btn-open-close .open {
    display: inline;
}
.add-control #open-close ~ .btn-open-close .close {
    display: none;
}
.add-control #open-close:checked ~ .btn-open-close .open {
    display: none;
}
.add-control #open-close:checked ~ .btn-open-close .close {
    display: inline;
}
.add-control #open-close:checked ~ .box {
    display: block ;
}