@charset "UTF-8";
/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.productIndex {
    overflow: hidden;
}

.productIndex .l-wrapper {
    position: relative;
}

.productIndex .main {
    position: relative;
}

.productIndex .sectionWrapper {
    overflow: hidden;
}

.productIndex .searchSection {
    position: relative;
    font-size: 16px;
    margin-bottom: 120px;
}

@media only screen and (max-width: 1330px) {
    .productIndex .searchSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .productIndex .searchSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .productIndex .searchSection {
        margin-bottom: 10.90909%;
    }
}

.productIndex .searchSection__inner {
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

@media only screen and (max-width: 1330px) {
    .productIndex .searchSection__inner {
        padding: 0 2.72727%;
    }
}

.productIndex .searchBox {
    margin: 0 auto 1.92308%;
    border: solid 1px #cccccc;
    background-color: #fff;
}

.productIndex .searchBox:last-child {
    margin-bottom: 0;
}

.productIndex .searchBox__header {
    text-align: center;
    font-size: 1.25em;
    padding: 1.1em 0;
    cursor: pointer;
    position: relative;
}

.productIndex .searchBox__header:before, .productIndex .searchBox__header:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 4.16667%;
    width: 1.1em;
    height: 2px;
    background: #5b5959;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 1;
}

.productIndex .searchBox__header:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.productIndex .searchBox__header:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.productIndex .searchBox.is-show .searchBox__header:before, .productIndex .searchBox.is-show .searchBox__header:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.productIndex .searchBox__title {
    position: relative;
    display: inline-block;
}

.productIndex .searchBox__inner {
    margin: 0 2.88462%;
    padding: 2.88462% 0 4.80769%;
    border-top: solid 1px #cccccc;
    position: relative;
    display: none;
}

.productIndex .searchBox__close {
    font-size: 1em;
}

.productIndex .searchBox__close a {
    display: block;
    margin: 0 auto;
    width: 2.5em;
    height: 2.5em;
    position: relative;
}

.productIndex .searchBox__close a:before, .productIndex .searchBox__close a:after {
    content: "";
    width: 3.25em;
    height: 2px;
    background-color: #e83e0b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto -0.375em;
}

.productIndex .searchBox__close a:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.productIndex .searchBox__close a:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.productIndex .seriesBox {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 6.13497%;
    margin-bottom: 3.06748%;
    padding-top: 3.06748%;
}

.productIndex .seriesBox:last-child {
    margin-bottom: 0;
    padding-bottom: 5.11247%;
    border-bottom: none;
}

.productIndex .seriesBox__title {
    text-align: center;
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    margin-bottom: .8em;
}

.productIndex .seriesList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.53374% -4.62963%;
}

.productIndex .seriesList[data-column="4"] {
    margin: 0 0%;
}

.productIndex .seriesList[data-column="4"] .seriesList__item {
    width: 25%;
    margin: 0 0% 4.62963%;
}

.productIndex .seriesList[data-column="2"] .seriesList__item {
    margin-left: 4.96032%;
    margin-right: 4.96032%;
}

.productIndex .seriesList__item {
    width: 27.57937%;
    margin: 0 1.4881% 4.62963%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
}

.productIndex .seriesList__item.is-new .seriesList__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16.93548%;
    padding-bottom: 8.06452%;
    background: url(../img/icon_new.svg) no-repeat center top;
    background-size: contain;
    margin-top: 7.14286%;
}

.productIndex .seriesList__title {
    text-align: center;
    font-size: 1.375em;
    position: relative;
    padding-bottom: .3em;
    margin: 0 -1em .5em;
}

.productIndex .seriesList__title:after {
    content: "";
    width: 1.5em;
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.productIndex .series01 .seriesList__title:after {
    border-color: #ffa3a3;
}

.productIndex .series02 .seriesList__title:after {
    border-color: #92c9a3;
}

.productIndex .series03 .seriesList__title:after {
    border-color: #4833a1;
}

.productIndex .series04 .seriesList__title:after {
    border-color: #0050b2;
}

.productIndex .series05 .seriesList__title:after {
    border-color: #c490bf;
}

.productIndex .series06 .seriesList__title:after {
    border-color: #e83e0b;
}

.productIndex .series07 .seriesList__title:after {
    border-color: #e83e0b;
}

.productIndex .series08 .seriesList__title:after {
    border-color: #e83e0b;
}

.productIndex .series09 .seriesList__title:after {
    border-color: #e83e0b;
}

.productIndex .seriesList__lead {
    font-size: 1em;
    margin: 0 -1em 1em;
}

.productIndex .seriesList__img {
    margin: 0 7.19424% 3%;
    position: relative;
}

.productIndex .seriesList__img img {
    width: 100%;
    height: auto;
}

.productIndex .seriesList__link {
    margin: 0 8.99281%;
    margin-bottom: 1.42857em;
    text-align: left;
    font-size: 0.875em;
}

.productIndex .seriesList__link a, .productIndex .seriesList__link label {
    padding-top: .55em;
    padding-bottom: .45em;
}

.productIndex .seriesList__link:last-child {
    margin-bottom: 0;
}

.productIndex .seriesList__link input {
    display: none;
}

.productIndex .seriesList__link input:checked + label {
    color: #fff;
    opacity: 1;
}

.productIndex .seriesList__link input:checked + label:before {
    background-color: #e83e0b;
}

.productIndex .seriesList__link.m-iconColorReverse a::after {
    background: url(../img/icon_blank_org.svg) no-repeat center center;
}

.productIndex .categorySearch {
    margin: 0 2.04082%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productIndex .categoryList {
    width: 46.73913%;
    border-top: 1px solid #ccc;
    padding-top: 2.71739%;
    padding-bottom: 2.71739%;
}

.productIndex .categoryList:first-child {
    border-top: none;
    padding-top: 0;
}

.productIndex .categoryList:nth-child(2) {
    border-top: none;
    padding-top: 0;
}

.productIndex .categoryList__title {
    font-size: 1.25em;
    margin-bottom: .5em;
}

.productIndex .categoryList__items {
    letter-spacing: -.4em;
}

.productIndex .categoryList__item {
    letter-spacing: normal;
    display: inline-block;
    font-size: 1rem;
    margin: 0 .3em .6em;
    color: #626262;
}

.productIndex .categoryList__item a {
    display: block;
    border: solid 1px #626262;
    padding: 0 .5em;
    text-decoration: none;
}

.productIndex .categoryList__item input {
    display: none;
}

.productIndex .categoryList__item label {
    display: block;
    border: solid 1px #626262;
    padding: 0 .5em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-property: opacity, background-color, color, -webkit-transform;
    transition-property: opacity, background-color, color, -webkit-transform;
    transition-property: opacity, transform, background-color, color;
    transition-property: opacity, transform, background-color, color, -webkit-transform;
}

.productIndex .categoryList__item label:hover {
    background-color: #f8f8f8;
}

.productIndex .categoryList__item input:checked + label {
    background-color: #e83e0b;
    border-color: #e83e0b;
    color: #fff;
}

.productIndex .troubleSearch {
    margin: 0 2.04082%;
    padding-top: 2.04082%;
}

.productIndex .troubleList__items {
    letter-spacing: -.4em;
}

.productIndex .troubleList__item {
    letter-spacing: normal;
    display: inline-block;
    font-size: 1rem;
    margin: 0 .3em .6em;
    color: #626262;
}

.productIndex .troubleList__item a {
    display: block;
    border: solid 1px #626262;
    padding: 0 .5em;
    text-decoration: none;
}

.productIndex .troubleList__item input {
    display: none;
}

.productIndex .troubleList__item label {
    display: block;
    border: solid 1px #eeeeee;
    background-color: #eeeeee;
    padding: 0 .5em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-property: opacity, background-color, border-color, -webkit-transform;
    transition-property: opacity, background-color, border-color, -webkit-transform;
    transition-property: opacity, transform, background-color, border-color;
    transition-property: opacity, transform, background-color, border-color, -webkit-transform;
}

.productIndex .troubleList__item label:hover {
    background-color: #e6e6e6;
}

.productIndex .troubleList__item input:checked + label {
    background-color: #e83e0b;
    border-color: #e83e0b;
    color: #fff;
}

.productIndex .recommendSection {
    margin-bottom: 120px;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .productIndex .recommendSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .productIndex .recommendSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .productIndex .recommendSection {
        margin-bottom: 10.90909%;
    }
}

.productIndex .productsSection {
    background-color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .productIndex .productsSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .productIndex .productsSection {
        font-size: 1.45455vw;
    }
}

.productIndex .productsSection__inner {
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 30px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .productIndex .productsSection__inner {
        padding: 0 2.72727%;
    }
}

.productIndex .productsSection__title {
    font-size: 2.25em;
}

.productIndex .productsSection__header2 {
    margin-bottom: 3.75em;
}

.productIndex .productsSection__title2 {
    color: #e83e0b;
    font-size: 1.875em;
    margin-bottom: 0.73333em;
}

.productIndex .productsSection__clearBtn {
    font-size: 0.875em;
    font-weight: 600;
    text-align: left;
    margin-top: 1.5em;
    padding-bottom: .5em;
    display: none;
}

.productIndex .productsSection__clearBtn a {
    display: inline-block;
    min-width: 17.5em;
    color: #fff;
    text-decoration: none;
    padding: 0.65em 3.21429em 0.55em 1.42857em;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    background-color: #e83e0b;
}

@media only screen and (max-width: 767px) {
    .productIndex .productsSection__clearBtn a {
        padding: 1.1em 3.21429em 1em 1.66667em;
    }
}

.productIndex .productsSection__clearBtn a:before, .productIndex .productsSection__clearBtn a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.07143em;
    width: 1.1em;
    height: 2px;
    background: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 1;
}

.productIndex .productsSection__clearBtn a:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.productIndex .productsSection__clearBtn a:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.productIndex .productsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
}

.productIndex .productsList:after {
    content: "";
    width: 23.65385%;
}

.productIndex .productsList:before {
    content: "";
    width: 23.65385%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.productIndex .productsList__item {
    width: 25%;
    width: 23.65385%;
    text-align: center;
    margin-bottom: 7.69231%;
    position: relative;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 1;
}

.productIndex .productsList__item.is-hide {
    opacity: 0;
}

.productIndex .productsList__item.is-show {
    opacity: 1;
}

.productIndex .productsList__item.is-new:after {
    content: "";
    width: 21.13821%;
    padding-bottom: 7.31707%;
    margin-top: 8.13008%;
    position: absolute;
    top: 0;
    left: 2.03252%;
    background: url(../img/icon_new.svg) no-repeat center top;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-new-date-0221::after {
    content: "";
    background: url(../img/icon_new0221.png) no-repeat center top;
    width: 25.39683%;
    padding-bottom: 31.74603%;
    margin-top: 6.34921%;
    position: absolute;
    top: 0;
    left: 1.5873%;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-new-date-0321::after {
    content: "";
    background: url(../img/icon_new0321.png) no-repeat center top;
    width: 25.39683%;
    padding-bottom: 31.74603%;
    margin-top: 6.34921%;
    position: absolute;
    top: 0;
    left: 1.5873%;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-new-date-0621::after {
    content: "";
    background: url(../img/icon_new0621.png) no-repeat center top;
    width: 25.39683%;
    padding-bottom: 31.74603%;
    margin-top: 6.34921%;
    position: absolute;
    top: 0;
    left: 1.5873%;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-new-date-0921::after {
    content: "";
    background: url(../img/icon_new0921.png) no-repeat center top;
    width: 25.39683%;
    padding-bottom: 31.74603%;
    margin-top: 6.34921%;
    position: absolute;
    top: 0;
    left: 1.5873%;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-new-date-1021::after {
    content: "";
    background: url(../img/icon_new1021_2.png) no-repeat center top;
    width: 25.39683%;
    padding-bottom: 31.74603%;
    margin-top: 6.34921%;
    position: absolute;
    top: 0;
    left: -6.34921%;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-award:after {
    content: "";
    width: 17.07317%;
    padding-bottom: 17.07317%;
    margin-top: 2.03252%;
    position: absolute;
    top: 0;
    left: 2.03252%;
    background: url(../img/icon_award.svg) no-repeat center top;
    background-size: contain;
    pointer-events: none;
}

.productIndex .productsList__item.is-release:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: "3.21\A発売";
    width: 3.125em;
    height: 3.125em;
    white-space: pre;
    font-weight: bold;
    margin-top: 12.09302%;
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 12px;
    color: #fff;
    background: #ff6699;
    background-size: contain;
    border-radius: 50%;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .productIndex .productsList__item.is-release:after {
        width: 10.14493vw;
        height: 10.14493vw;
        font-size: 2.6087vw;
        left: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .productsList__item.is-release.is-release--another:after {
        left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .productsList__item.is-award.is-award--another:after {
        left: 6px;
    }
}

.productIndex .productsList__item__inner {
    position: relative;
    padding-bottom: 1px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productIndex .productsList__item__inner > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.productIndex .productsList__item__inner > a > * {
    min-height: 0%;
}

.productIndex .productsList__item__inner > a:hover .m-btnType1 > span {
    opacity: .8;
}

.productIndex .productsList__img {
    width: 87.39837%;
    margin: 0 auto 5%;
}

.productIndex .productsList__img img {
    width: 100%;
    height: auto;
}

.productIndex .productsList__txtBox {
    margin-top: 0;
}

.productIndex .productsList__tag {
    font-size: 0;
    margin-bottom: .2rem;
}

.productIndex .productsList__tag__item {
    display: inline-block;
    font-size: 14px;
    color: #626262;
    border: solid 1px #626262;
    padding: 0 .5em;
    margin: 0 .4em .8em;
}

@media only screen and (max-width: 1330px) {
    .productIndex .productsList__tag__item {
        font-size: 1.05263vw;
    }
}

@media only screen and (max-width: 1100px) {
    .productIndex .productsList__tag__item {
        font-size: 1.27273vw;
    }
}

.productIndex .productsList__tag__item.tag02 {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.productIndex .productsList__tag__item.tagNew {
    color: #fff;
    background-color: #E96F94;
    border-color: #E96F94;
}

.productIndex .productsList__tag__item.tagBn {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagEs {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagLx {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagGe {
    color: #e3c8ca;
    color: #c490bf;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagBm {
    color: #ffa3a3;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagDc {
    color: #92c9a3;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagMl {
    color: #03328d;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__tag__item.tagAc {
    color: #0050b2;
    border-color: currentColor;
    font-weight: bold;
}

.productIndex .productsList__name {
    font-size: 1em;
    margin-bottom: 0.8em;
}

.productIndex .productsList__name + .productsList__price {
    margin-top: -.8em;
}

.productIndex .productsList__price {
    font-size: 0.9375em;
    margin-bottom: .8em;
}

.productIndex .productsList__linkBox {
    -ms-grid-column-align: end;
        justify-self: end;
    margin-top: auto;
    width: 100%;
}

.productIndex .productsList__link {
    margin-top: .8em;
    font-size: 0.875em;
    text-align: left;
}

.productIndex .productsList__link a {
    min-width: 150px;
}

.productIndex .productsList__link:last-child {
    margin-bottom: 0;
}

.productIndex .productsSection__note {
    font-size: 0.875em;
    margin-bottom: 2.85714em;
}

.productIndex .productsSection__header + .section__note {
    margin-bottom: 50px;
}

.productIndex .is-filterModeShow {
    display: none;
}

.productIndex.is-filterMode .is-filterModeHide {
    display: none;
}

.productIndex.is-filterMode .is-filterModeShow {
    display: block;
}

@media only screen and (max-width: 900px) {
    .productIndex .checkboxes__items {
        max-width: 480px;
    }
    .productIndex .checkboxes__item {
        min-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .sectionWrapper {
        overflow: hidden;
    }
    .productIndex .searchSection {
        position: relative;
        margin-bottom: 16%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .productIndex .searchSection {
        font-size: 16.64px;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .searchSection__inner {
        padding: 0 5.33333%;
        margin: 0 auto 0;
        position: relative;
    }
    .productIndex .searchBox {
        margin: 0 auto 4.47761%;
    }
    .productIndex .searchBox:last-child {
        margin-bottom: 0;
    }
    .productIndex .searchBox__header {
        font-size: 1.07692em;
        padding: 1.0em 0;
        cursor: pointer;
        position: relative;
    }
    .productIndex .searchBox__header:before, .productIndex .searchBox__header:after {
        height: 1px;
        right: 5.7971%;
    }
    .productIndex .searchBox__title {
        position: relative;
        display: inline-block;
        font-size: 1em;
    }
    .productIndex .searchBox__inner {
        margin: 0 4.32836%;
        padding: 0 0 8.95522%;
    }
    .productIndex .searchBox__close {
        font-size: 1em;
    }
    .productIndex .searchBox__close a {
        width: 1.92308em;
        height: 1.92308em;
    }
    .productIndex .seriesBox {
        border-bottom: solid 1px #ccc;
        margin-bottom: 0;
        padding: 9.83607% 0% 9.83607%;
    }
    .productIndex .seriesBox:last-child {
        margin-bottom: 0;
        padding-bottom: 9.83607%;
        border-bottom: none;
    }
    .productIndex .seriesBox__title {
        font-size: 2.30769em;
        margin-bottom: -.4em;
    }
    .productIndex .seriesList {
        display: block;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 0 !important;
    }
    .productIndex .seriesList[data-column="4"] {
        margin: 0 0%;
    }
    .productIndex .seriesList[data-column="4"] .seriesList__item {
        width: auto;
        margin: 0 0 0;
    }
    .productIndex .seriesList[data-column="2"] .seriesList__item {
        margin: 0 0 0;
    }
    .productIndex .seriesList__item {
        width: auto;
        padding: 8.19672% 0 9.83607%;
        margin: 0 0 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        position: relative;
        border-bottom: solid 1px #ccc;
    }
    .productIndex .seriesList__item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .productIndex .seriesList__title {
        font-size: 1.38462em;
    }
    .productIndex .seriesList__lead {
        font-size: 0.92308em;
        margin-bottom: 1em;
    }
    .productIndex .seriesList__img {
        margin: 0 auto 4.09836%;
        width: 59.01639%;
    }
    .productIndex .seriesList__img img {
        width: 100%;
        height: auto;
    }
    .productIndex .seriesList__link {
        margin: 0 8.03279% 6.55738%;
        font-size: 0.92308em;
    }
    .productIndex .seriesList__link:last-child {
        margin-bottom: 0;
    }
    .productIndex .seriesList__link input {
        display: none;
    }
    .productIndex .categorySearch {
        margin: 0 0;
        display: block;
    }
    .productIndex .categoryList {
        width: auto;
        border-top: 1px dotted #000;
        padding-top: 6.55738%;
        padding-bottom: 6.55738%;
    }
    .productIndex .categoryList:first-child {
        padding-top: 6.55738%;
    }
    .productIndex .categoryList:nth-child(2) {
        border-top: 1px dotted #000;
        padding-top: 6.55738%;
    }
    .productIndex .categoryList__title {
        font-size: 1.11538em;
        margin-bottom: .5em;
    }
    .productIndex .categoryList__item {
        font-size: 1.07692em;
        margin: 0 .3em .6em;
    }
    .productIndex .troubleSearch {
        margin: 0 0;
        padding-top: 6.55738%;
    }
    .productIndex .troubleList__items {
        margin-bottom: -3.27869%;
    }
    .productIndex .troubleList__item {
        font-size: 1.07692em;
    }
    .productIndex .recommendSection {
        font-size: 3.46667vw;
        margin-bottom: 13.33333%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .productIndex .recommendSection {
        font-size: 16.64px;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .productsSection {
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .productIndex .productsSection {
        font-size: 16.64px;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .productsSection__inner {
        padding: 0% 5.33333% 8%;
        margin: 0 auto;
        position: relative;
    }
    .productIndex .productsSection__title2 {
        font-size: 1.53846em;
    }
    .productIndex .productsSection__clearBtn {
        font-size: 0.92308em;
    }
    .productIndex .productsSection__clearBtn a {
        padding: 0.7em 1.875em 0.6em 1.66667em;
        width: auto;
        min-width: 76.1194%;
    }
    .productIndex .productsList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 1.49254%;
    }
    .productIndex .productsList:after {
        display: none;
    }
    .productIndex .productsList:before {
        display: none;
    }
    .productIndex .productsList__item {
        width: 50%;
        width: 47.01493%;
        text-align: center;
        margin-bottom: 11.9403%;
        position: relative;
    }
    .productIndex .productsList__item--link2 {
        padding-bottom: 78px;
    }
    .productIndex .productsList__img {
        margin-bottom: 5%;
    }
    .productIndex .productsList__tag {
        font-size: 0;
        margin: 0 -3.1746% 0.2rem;
        text-align: left;
    }
    .productIndex .productsList__tag__item {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .productIndex .productsList__tag__item {
        font-size: 15.36px;
    }
}

@media only screen and (max-width: 767px) {
    .productIndex .productsList__name {
        font-size: 1em;
    }
    .productIndex .productsList__price {
        font-size: 0.92308em;
    }
    .productIndex .productsList__linkBox {
        width: 100%;
        font-size: 0.92308em;
    }
    .productIndex .productsList__link {
        margin: 0 auto;
        margin-bottom: 4.16667%;
    }
    .productIndex .productsList__link > span {
        padding-top: .7em;
        padding-bottom: .6em;
    }
    .productIndex .productsList__link:last-child {
        margin-bottom: 0;
    }
    .productIndex .productsSection__note {
        text-align: center;
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 375px) / 393);
    }
    .productIndex .productsSection__header + .productsSection__note {
        margin-bottom: 7.24638%;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
