@charset "UTF-8";

.loader,
.loader:after {
    border-radius: 50%;
    height: 100px;
    width: 100px
}

.loader {
    border-top: 1.1em solid rgba(255, 255, 255, .8);
    border-right: 1.1em solid rgba(255, 255, 255, .8);
    border-bottom: 1.1em solid rgba(255, 255, 255, .8);
    border-left: 1.1em solid rgba(221, 221, 221, .4);
    font-size: 10px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.description {
    color: #3e4e6c;
    text-align: center
}

.description .e--paragraph.m--notice {
    font-size: 10px;
    margin: 1em 0
}

.description__container {
    line-height: 1.7
}

@media screen and (min-width:769px) {
    .description {
        font-size: 14px
    }

    .description .e--span.m--paragraph {
        line-height: 1.5em
    }
}

@media screen and (max-width:768px) {
    .description {
        font-size: 14px;
        text-align: left
    }

    .description__container {
        margin: 0 auto;
        width: 85%
    }
}

.footer {
    /* background-color: #3f4f69; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    /* height: 90px; */
    left: 0;
    padding-top: 0;
    position: absolute;
    width: 100%
}

.footer__container {
    position: relative
}

.footer__text {
    color: #fff;
    font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
    letter-spacing: 1px;
    line-height: 90px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: nowrap
}

.footer .topScroller {
    background-image: url(/infinity/brand/resources/page-assets/imcube/img/back_to_top_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: solid 1px #ccd4df;
    cursor: pointer;
    height: 53px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 140px;
    text-indent: 200%;
    top: -29px;
    white-space: nowrap;
    width: 53px
}

.footer .topScroller:hover {
    opacity: .8
}

.footer .lpLink {
    left: calc(50% - 150px);
    position: absolute;
    top: -176px;
    width: 300px
}

.footer .lpLink a {
    background-color: #475572;
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
    opacity: 1;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: .8s
}

.footer .lpLink a:after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 1em
}

.footer .lpLink a:hover {
    opacity: .75
}

@media screen and (max-width:768px) {
    .footer__text {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.6em;
        padding: 28px 0
    }

    .footer .topScroller {
        border: none;
        right: 0;
        top: -69px;
        width: 100%
    }

    .footer .lpLink {
        top: -195px
    }
}

.header {
    height: 160px
}

.header__container {
    padding: 35px 0
}

.header .logo {
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    width: 154px
}

.header .logo__link {
    background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/desktop/imcube/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 90px;
    text-indent: 200%;
    white-space: nowrap
}

@media screen and (max-width:768px) {
    .header {
        height: 45px
    }

    .header__container {
        padding: 0
    }

    .header .logo {
        height: 45px;
        width: 77px
    }

    .header .logo__link {
        background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/mobile/imcube/logo.png);
        height: 45px
    }
}

body,
html {
    height: 100%
}

.container {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    min-height: 100%;
    position: relative
}

.contents__container {
    padding: 60px 0 260px;
    /* padding: 60px 0 340px */
}

.l--overlay {
    background-color: rgba(63, 79, 105, .2);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media screen and (min-width:769px) {
    .l--dtbr:after {
        content: "\a";
        white-space: pre
    }
}

@media screen and (max-width:768px) {
    .l--mbbr:after {
        content: "\a";
        white-space: pre
    }

    .contents__container {
        padding: 50px 0 250px;
        padding: 50px 0 310px
    }
}

.list__container {
    margin: 0 auto;
    max-width: 1250px
}

.list__head {
    color: #3e4e6c;
    font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0 auto 30px;
    width: 90%
}

.list__head span:first-child {
    margin-right: 1em
}

.list .l--tbl {
    border-collapse: collapse;
    border-top: solid 1px #e5e8ef;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    width: 90%
}

.list .l--tbl.m--head {
    background-color: #e5e8ef
}

.list .l--tbl.m--head .l--tbl-cell {
    font-size: 16px;
    padding: 16px 8px
}

.list .l--tbl-cell {
    display: table-cell;
    font-size: 12px;
    padding: 24px 8px;
    vertical-align: middle
}

.list .l--tbl-cell.m--name {
    width: 30%
}

.list .l--tbl-cell.m--address {
    width: 60%
}

.list .l--tbl-cell.m--phone {
    width: 94px
}

@media screen and (max-width:768px) {
    .list__head {
        font-size: 20px;
        line-height: 1.7;
        margin: 0 20px 20px;
        width: auto
    }

    .list__head span:first-child {
        margin-right: 0
    }

    .list .l--tbl {
        border: none;
        display: block;
        margin: 0 auto;
        padding: 16px 0;
        width: 100%
    }

    .list .l--tbl:nth-child(odd) {
        background-color: #f9f9f9
    }

    .list .l--tbl.m--head {
        display: none
    }

    .list .l--tbl-cell {
        display: block;
        padding: 2px 20px
    }

    .list .l--tbl-cell.m--address,
    .list .l--tbl-cell.m--name,
    .list .l--tbl-cell.m--phone {
        width: auto
    }
}

.main {
    background-color: #f3f8fe;
    /* background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/desktop/imcube/main_bg.png); */
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto
}

.main__visual {
    background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/desktop/imcube/main.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    height: 373px
}

@media screen and (max-width:768px) {
    .main {
        background-image: none
    }

    .main__visual {
        background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/mobile/imcube/main.png);
        background-size: contain;
        height: auto
    }

    .main__visual:after {
        content: "";
        display: block;
        padding-top: 63%
    }
}

.paginator {
    margin: 30px auto 0;
    text-align: center
}

.paginator .start {
    float: left
}

.paginator .start:after {
    color: #3d4e68;
    content: "…";
    margin-left: 3px
}

.paginator .end {
    float: right
}

.paginator .end:before {
    content: "…";
    color: #3d4e68;
    margin-right: 3px
}

.paginator .l--anchor,
.paginator li,
.paginator p,
.paginator ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.paginator .l--anchor,
.paginator li.current {
    border-radius: 30px;
    font-size: 9px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    width: 30px
}

.paginator li.current {
    border: 1px solid #3d4e68
}

.paginator .l--anchor {
    background-color: #3d4e68;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width:768px) {

    .paginator .end,
    .paginator .start {
        float: none
    }

    .paginator .end .e--span,
    .paginator .start .e--span {
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
}

.selector {
    color: #3e4e6c
}

.selector__title {
    font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
    text-align: center
}

.selector__title .p--title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0
}

.selector__title .p--subtitle {
    font-size: 28px;
    margin-top: 0
}

.selector__notice {
    font-size: 14px;
    margin-top: 48px;
    text-align: center
}

.selector__controller {
    padding: 16px 0 64px;
    font-size: 14px;
    text-align: center
}

.selector__controller__node {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.selector__controller .alert {
    color: #8b0000;
    margin: 0;
    padding: 16px 0 0;
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite
}

.selector__select {
    cursor: pointer;
    font-size: 14px;
    height: 46px;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 182px;
    -webkit-appearance: menulist-button;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.selector__display {
    background-color: #fff;
    border: solid 1px #475572;
    color: #475572;
    display: inline-block;
    height: 46px;
    margin-right: 10px;
    padding: 12px 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.selector__display .p--inner {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    width: 140px
}

.selector__display .p--inner:after {
    content: "";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    margin-left: 20px
}

.selector .t--search {
    display: inline-block;
    vertical-align: middle;
    background-color: #3e4d6a;
    color: #fff;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    margin-top: 0;
    width: 46px
}

@media screen and (max-width:768px) {
    .selector {
        font-size: .8em
    }

    .selector__title .p--title {
        font-size: 12px
    }

    .selector__title .p--subtitle {
        font-size: 20px
    }

    .selector__container {
        padding-top: 16px
    }

    .selector__notice {
        margin-top: 30px
    }

    .selector__controller {
        padding: 0 0 50px
    }

    .selector__select {
        height: 30px;
        width: 122px
    }

    .selector__display {
        font-size: 10px;
        height: auto;
        margin-right: 5px;
        padding: 0 10px
    }

    .selector__display .p--inner {
        font-size: 12px;
        line-height: 28px;
        text-align: left;
        vertical-align: middle;
        width: 100px
    }

    .selector__display .p--inner:after {
        margin-left: 0
    }

    .selector .t--search {
        height: 30px;
        line-height: 30px;
        margin-top: 0;
        width: 30px
    }
}

#SPLASH {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

#SPLASH-TEXT {
    background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/desktop/imcube/splash.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 307px;
    left: 0;
    position: absolute;
    top: 160px;
    width: 100%
}

@media screen and (max-width:768px) {
    #SPLASH-TEXT {
        background-image: url(/infinity/brand/resources/page-assets/shop/assets/images/mobile/imcube/splash.png);
        background-size: contain;
        height: auto;
        top: 45px
    }

    #SPLASH-TEXT:after {
        content: "";
        display: block;
        padding-top: 54%
    }
}

/* 2026/06 移植用の調整 */
.selector__wrap {
    position: relative;
}

.selector__wrap::before {
    content: "";
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: rotate(45deg);
    width: 6px;
    height: 1px;
    background-color: #000;

    @media screen and (max-width: 768px) {
        right: 20px;
    }
}

.selector__wrap::after {
    content: "";
    position: absolute;
    top: calc(50%);
    right: 26px;
    transform: rotate(135deg);
    width: 6px;
    height: 1px;
    background-color: #000;

    @media screen and (max-width: 768px) {
        right: 16px;
    }
}

.selector__label {
    display: none;
}

.selector__controller {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.selector__controller .alert {
    width: 100%;
}

.selector__display {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 40px;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .selector__display {
        width: 120px;
        height: 30px;
    }
}

.list .paginator ul li {
    margin-right: 5px;
    cursor: pointer;
}

.list .paginator ul li:last-child {
    margin-right: 0;
}

.list .paginator li.current {
    background-color: #fff;
    color: #3d4e68;
    pointer-events: none;
}