.page-scroll-anchor {
    position: absolute;
    top: -120px;
}

.scroll-effect-image {
    position: relative;
    top: 0;
    left: 0;
}

.scroll-effect-image > img {
    position: relative;
}

/***************************************************************/
#top-visual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 600px;
    background-color: #000;
    overflow: hidden;
}

@media screen and (max-width: 797px) {
    #top-visual {
        height: 450px;
    }
}

.top-visual__item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transform: scale(1.1);
    position: absolute;
    transition: opacity 4000ms, transform 4000ms;
}

.top-visual__item.active {
    transform: scale(1);
    opacity: 0.3;
}

/***************************************************************/
@media (min-width: 992px) {
    #top_navi_wrap {
        max-width: 900px;
    }
}

#contents-top {
    margin-top: 150px;
}

#contents-top__msg {
    display: block;
    margin: 0 auto 90px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 1s;
}

#contents-top__msg #contents-top__msg__shop-name {
    color: #FFF;
    text-align: center;
    font-size: 4em;
    letter-spacing: -0.03em;
    font-weight: bold;
    text-shadow: 0 3px 10px #000;
}

#contents-top__msg #contents-top__msg__shop-name small {
    letter-spacing: 0;
    font-size: 1.8rem;
    display: block;
}

#contents-top__msg #contents-top__msg__copy {
    color: #FFF;
    text-align: center;
    margin: 2em auto 0;
    text-shadow: 0 0 11px #000;
}

#contents-top__msg #contents-top__news {
    display: block;
    max-width: 360px;
    margin: 35px auto 0;
    border-radius: 9999em;
    color: #FFF;
    border: 1px solid #fff;
}

#contents-top__msg #contents-top__news dl {
    display: flex;
    line-height: 1.1;
    padding: 0.5em;
    font-size: 95%;
}

#contents-top__msg #contents-top__news dl dt {
    width: 7em;
    padding-left: 1em;
}

#contents-top__msg #contents-top__news dl dd {
    border-left: 1px solid #FFF;
    padding-left: 1em;
    padding-right: 1em;
}

#contents-top #top_navi {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    margin: 0 auto 80px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    justify-content: space-around;
    position: relative;
    top: 100px;
    opacity: 0;
    left: 0;
    transition: all 1s;
    transition-delay: 500ms;
    padding: 0;
}

#contents-top #top_navi > li {
    width: 33.33333%;
    margin: -1px;
}

#contents-top #top_navi > li > a {
    width: 100%;
    height: 180px;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    top: 0;
    letter-spacing: 0;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

#contents-top #top_navi > li > a img {
    transition: all 200ms;
}

#contents-top #top_navi > li > a .top_navi__icon {
    margin: 30px auto 0;
}

#contents-top #top_navi > li > a .top_navi__label {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

#contents-top #top_navi > li > a:hover {
    background-color: white;
}

#contents-top #top_navi > li > a:hover img {
    transform: scale(1.1, 1.1);
}

body.loaded #contents-top #contents-top__msg {
    opacity: 1;
}

body.loaded #contents-top #top_navi {
    top: 0;
    opacity: 1;
}

@media screen and (max-width: 797px) {
    #contents-top {
        margin-top: 90px;
    }
    #contents-top__msg {
        margin-bottom: 40px !important;
        font-size: 85%;
    }
    #contents-top__msg__shop-name {
        font-size: 2.8rem !important;
    }
    #contents-top__msg__shop-name small {
        font-size: 1.3rem !important;
    }
    #contents-top__news {
        max-width: none !important;
        width: auto;
        margin: 2em 10% 0 !important;
    }
    #contents-top__news dl {
        display: block !important;
        padding: 0.5em 1.5em !important;
    }
    #contents-top__news dl dt, #contents-top__news dl dd {
        padding: 0 !important;
        border: none !important;
    }
    #top_navi_wrap {
        width: 80%;
    }
    #contents-top #top_navi > li > a {
        height: 87px;
        font-size: 10px;
    }
    #contents-top #top_navi > li > a > .top_navi__icon {
        margin-top: 10px;
        zoom: 0.5;
    }
}

/***************************************************************/
.contents {
    position: relative;
    top: 0;
}

#contents-topics-catch {
    text-align: center;
    margin: 40px 0;
    font-weight: bold;
    font-size: 1.2em;
}

#instagram-photo-top {
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
}

#instagram-photo-top .photo-date {
    font-weight: bold;
    color: #333;
}

#instagram-photo-top dt {
    width: 250px;
    position: absolute;
    right: 50%;
    margin-right: 10px;
}

#instagram-photo-top dd {
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left: 10px;
}

#instagram-photos {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
}

#instagram-photos li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#instagram-photos li img {
    width: 100%;
    min-height: 100%;
}

#instagram-photos #instagram-photos__item-1 {
    width: 31.25%;
    height: 100%;
}

#instagram-photos #instagram-photos__item-2 {
    left: 31.25%;
    width: 14.64844%;
    height: 50%;
}

#instagram-photos #instagram-photos__item-3 {
    top: 50%;
    left: 31.25%;
    width: 14.64844%;
    height: 50%;
}

#instagram-photos #instagram-photos__item-4 {
    left: 45.89844%;
    width: 14.64844%;
    height: 100%;
}

#instagram-photos #instagram-photos__item-5 {
    left: 60.54688%;
    width: 14.64844%;
    height: 50%;
}

#instagram-photos #instagram-photos__item-6 {
    left: 75.19531%;
    width: 25.39062%;
    height: 50%;
}

#instagram-photos #instagram-photos__item-7 {
    top: 50%;
    left: 60.54688%;
    width: 25.39062%;
    height: 50%;
}

#instagram-photos #instagram-photos__item-8 {
    top: 50%;
    left: 85.9375%;
    width: 14.64844%;
    height: 50%;
}

/***************************************************************/
.service__body__wideImage {
    position: relative;
    transition: all 1000ms;
}

.service {
    position: relative;
    top: 0;
}

#contents-service-cell-list {
    position: relative;
    top: 0;
    left: 0;
}

/*
 * service-side-menu
*/
#service-side-menu {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    margin-left: -410px;
    width: 250px;
    border-radius: 4px;
}

#service-side-menu__body {
    margin-top: 120px;
}

#service-side-menu #service-side-menu__title {
    line-height: 1.1;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

#service-side-menu #service-side-menu__title small {
    font-weight: normal;
    font-size: 11px;
    display: block;
}

#service-side-menu .service-title {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#service-side-menu .service-title__wrap {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}

#service-side-menu .service-title__wrap__list {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: 500%;
    transition: all 300ms;
}

#service-side-menu .service-title__wrap__list li {
    width: 20%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    height: 90px;
}

#service-side-menu .service-title__wrap__list li > img {
    display: block;
    margin: 0 auto 10px;
}

#service-side-menu .service-title .btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-decoration: none;
    display: block;
    background-color: #F1F1F1;
    color: #707070;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 999em;
}

#service-side-menu .service-title .btn.disabled {
    opacity: 0.2;
}

#service-side-menu .service-title .btn.btn--left {
    left: 0;
}

#service-side-menu .service-title .btn.btn--right {
    right: 0;
}

#service-side-menu.fixed {
    position: fixed;
    top: 0;
    bottom: 0;
}

#service-side-menu .service-detail-list {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#service-side-menu .service-detail-list__item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 300ms;
    opacity: 0;
}

#service-side-menu .service-detail-list__item__title {
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

#service-side-menu .service-detail-list__item.active {
    top: 0;
    z-index: 10;
    opacity: 1;
}

.ipad-menu-title {
    margin-bottom: 2em;
}

.ipad-menu-title h3 {
    font-weight: bold;
    margin-bottom: 2em;
    font-size: 140%;
    color: #595959;
}

.ipad-menu-title h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #333;
}

@media screen and (max-width: 768px) {
    #service-side-menu {
        display: none;
    }
    .ipad-menu-title {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    #service-side-menu {
        margin-left: -340px;
    }
    .ipad-menu-title {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #service-side-menu {
        margin-left: -410px;
    }
}

@media screen and (min-width: 1200px) {
    #service-side-menu {
        margin-left: -460px;
    }
}

/***************************************************************/
#cell-point-list {
    padding-top: 50px;
    background: rgba(255, 0, 0, 0.1);
}

#cell-point-list .cell-point-list__item {
    position: relative;
    top: 0;
    left: 0;
}

#cell-point-list .cell-point-list__item dl {
    margin: 0.1em;
    padding: 2em 1em 1em;
}

#cell-point-list .cell-point-list__item dt {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 110%;
    color: #333;
    margin-bottom: 0.5em;
}

#cell-point-list .cell-point-list__item .point-batch {
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
    background-color: #F20000;
    border-radius: 999em;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 797px) {
    #cell-point-list .cell-point-list__item {
        margin-bottom: 3em !important;
    }
    #cell-point-list .cell-point-list__item dt {
        text-align: center;
    }
}

#service-custom__list {
    display: flex;
    flex-wrap: wrap;
}

#service-custom__list > li {
    width: 50%;
}

#service-custom__list > li > a {
    display: block;
    background-color: #ddd;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.1;
    padding: 1em 0.5em;
    text-align: center;
    text-decoration: none;
    color: #595959;
    margin: 0.1em;
    border-radius: 4px;
}

#repair-point-list {
    padding-top: 50px;
    background: rgba(255, 0, 0, 0.1);
}

#repair-point-list .point-list__item {
    position: relative;
    top: 0;
    left: 0;
}

#repair-point-list .point-list__item dt {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 110%;
    color: #333;
    margin-bottom: 0.5em;
}

#repair-point-list .point-list__item .point-batch {
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
    background-color: #F20000;
    border-radius: 999em;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 797px) {
    #repair-point-list .point-list__item {
        margin-bottom: 3em !important;
    }
    #repair-point-list .point-list__item dt {
        text-align: center;
    }
    #repair-point-list .point-list__item .point-batch {
        transform: rotate(0);
        top: 0;
        left: 0;
        position: relative;
        margin: 0 auto 20px;
    }
}
