section.gallery,
section.narrow {
    margin: unset;
    max-width: unset;
}

.feature {
    background-color: #FFFFFF;
}

.feature section {
    display: flex;
    flex-direction: column;
    margin: auto;
    font-size: 15px;
    padding: 30px 0;
}

.feature h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.feature .bigimg p,
.feature .lead {
    font-size: 21px;
    text-align: center;
    font-weight: 400;
}

.feature .bigimg {
    width: 100%;
    position: relative;
    height: calc(100vh - 138px);
    text-align: center;
    flex-direction: unset;
    padding: 0;
}

.feature .bigimg>div {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature .bigimg .pc-only,
.feature .bigimg .pc-hidden {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature .bigimg h1 {
    font-size: 56px;
    font-weight: 600;
}

.feature .bigimg .scroll {
    bottom: 0;
    left: 0;
    width: 100%;
    top: unset;
    transform: unset;
}

.feature .bigimg .scroll i {
    font-size: 48px;
    margin-top: -10px;
    animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: translate(0, -5px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 0;
    }
}

.feature section.narrow>div,
.feature div.item-detail.narrow {
    width: 800px;
}

.feature section.full>div {
    width: 100%;
}

.feature section>div {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
    position: relative;
}

.feature section>div:last-child {
    padding-bottom: 0;
}

.feature section.item>div.item-detail {
    position: relative;
    min-height: 545px;
}

.feature section.item>div.item-detail>* {
    width: 760px;
    float: right;
    margin-left: 40px;

}

.feature section.item>div.item-detail.narrow>* {
    width: 460px;
    float: right;
    margin-left: 40px;
}

.feature section.item .copy {
    font-size: 21px;
    font-weight: 400;
}

.feature section.item h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}

.feature section.item .subtitle {
    font-size: 18px;
    margin-top: 0;
    font-style: italic;
}

.feature section.item .spec {
    opacity: 0.8;
}

.feature section.item .price {
    font-size: 18px;
    font-weight: 600;
}

.feature section.item .price span {
    color: #f43838;
}

.feature section.item>div.item-detail .item-gallery {
    position: absolute;
    width: 400px;
    height: 400px;
    float: left;
    margin: 0;
}

.feature section.item>div.item-detail.narrow .item-gallery {
    width: 300px;
    height: 300px;
}

.feature .item-gallery .gallery-items li {
    width: 400px;
    height: 400px;
    background-color: transparent;
}

.feature .narrow .item-gallery .gallery-items li {
    width: 300px;
    height: 300px;
}

.feature .item-gallery .gallery-thumbs li {
    margin: 0 7px;
    position: relative;
    outline: none;
    padding-top: 86px;
}

.feature .item-gallery .gallery-thumbs li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.feature .item-gallery .gallery-items img {
    height: 400px;
    width: 400px;
    object-fit: contain;
    transition: all 300ms ease;
    max-width: unset;
    margin: auto;
    transform: unset;
}

.feature .narrow .item-gallery .gallery-items img {
    height: 300px;
    width: 300px;
}

.feature .item-gallery .productSummary_arrow-prev {
    left: -25px;
}

.feature .item-gallery .productSummary_arrow-next {
    right: -25px;
}

.feature .gallery .gallery-items .slick-center img {
    opacity: 1;
    transform: scale(1);
}

.feature .gallery {
    margin: unset;
    max-width: unset;
}

.feature .gallery .gallery-items li,
.feature .gallery .gallery-items li img {
    width: 480px;
    height: 480px;
    background-color: transparent;
}

.feature section.item.narrow>div.item-detail>* {
    width: 460px;
}

.feature section.item.narrow>div .item-gallery {
    width: 300px;
    height: 300px;
}

.feature section.item.narrow .item-gallery .gallery-items li {
    width: 300px;
    height: 300px;
}

.feature section.item.narrow .item-gallery .gallery-items img {
    height: 300px;
}


.feature .productSummary_arrow,
.feature .mainImage_arrow {
    color: #777;
}

.feature .invert .productSummary_arrow,
.feature .invert .mainImage_arrow {
    color: #fff;
}

.feature .movie .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.feature .movie *+.youtube {
    margin-top: 20px;
}

.feature .movie .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.feature .point {
    position: relative;
    min-height: 540px;
}

.feature .point .point-text {
    float: left;
    width: 45%;
    position: absolute;
    padding-right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.feature section.full .point-text {
    padding-left: 30px;
}

.feature .point h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.feature .point .point-image {
    float: right;
    width: 55%;
    height: 540px;
}

.feature .point.reverse .point-text {
    float: right;
    padding-left: 30px;
    padding-right: 0;
    right: 0;
}

.feature .point.reverse .point-image {
    float: left;
}

.feature .point .point-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature .point:after {
    content: "";
    display: table;
    clear: both;
}

.feature .review {
    margin-top: 20px;
}

.feature .review .avatar {
    display: inline-block;
    height: auto;
    width: 20%;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    border-color: inherit;
}

.feature .review .avatar img {
    display: inline-block;
    border: 3px solid;
    border-color: inherit;
    border-radius: 100%;
    margin-bottom: 10px;
}

.feature .review .balloon {
    width: calc(80% - 20px);
    max-width: calc(80% - 20px);
    padding: 12px 15px;
    margin: 0 0 1.5em 15px;
    border-color: inherit;
}

.balloon:after {
    border-right-color: inherit;
    top: 80px;
}

.balloon:before {
    top: 80px;
}

.feature .review .balloon h4 {
    font-size: 16px;
    font-weight: 600;
}

.feature .review .balloon h4>span {
    color: #FFBB00;
    margin-right: 8px;
    display: inline-block;
}

@media screen and (max-width: 736px) {

    .feature .review .avatar {
        display: flex;
        align-items: center;
        width: 100%;
        text-align: unset;
        margin-left: 10px;
    }

    .feature .review .avatar img {
        width: 100px;
        height: auto;
        margin-right: 5px;
    }

    .feature .review .avatar br {
        display: none;
    }

    .feature .conversation .avatar {
        display: inline;
        width: 100px;
        height: auto;
        margin-left: 10px;
    }

    .feature .balloon,
    .feature .review .balloon {
        width: 100%;
        max-width: calc(100% - 18px);
        padding: 12px 15px;
        margin: 20px 10px 0;
    }

    .feature .review .balloon:after {
        border-bottom-color: inherit;
        border-right-color: transparent;
    }

    .balloon:before {
        top: -12px;
        left: 50px;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
    }

    .balloon:after {
        top: -16px;
        left: 50px;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid;
    }

    .feature .review .balloon h4>span {
        display: block;
    }
}

.feature .btn {
    padding: 9px 15px;
}

.feature .btn-red {
    background: #ff0000;
}

.feature .btn-fit {
    width: fit-content;
}

.feature .btn-center {
    width: fit-content;
    margin: auto;
}

.feature .btn-arrowRight:after {
    content: "\f105";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5em;
}

.feature .btn-arrowRight:before {
    display: none;
}


.feature .invert {
    color: white;
    background-color: #777;
}

.feature .invert.bigimg {
    text-shadow: 0 0 5px #000;
}

.feature .bigimg {
    text-shadow: 0 0 5px #FFF;
}

.feature .review {
    border-color: #7d7d7d;
}

.feature .border-red {
    border-color: #f43838;
}

.feature .border-blue {
    border-color: #008fd4;
}

.feature .border-yellow {
    border-color: #fdae14;
}

.feature .navigation nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.feature .navigation nav a {
    flex: 1;
    text-align: center;
    background-color: #959595;
    padding: 10px 5px;
    text-decoration: none;
}

.feature .navigation nav a:nth-child(even) {
    background-color: #7d7d7d;
}

.feature .navigation nav i {
    display: block;
    font-size: 40px;
    position: relative;
    transition: .3s;
}

.feature .navigation nav a:hover i {
    transform: translate(0, 5px);
}


.feature .navigation nav .label {
    font-size: 24px;
    font-weight: 600;
}

.feature .navigation nav .label span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

/*
.heading+section {
    padding-top: 0;
}
*/

.lg-toolbar .lg-icon {
    color: #eee;
}

/* 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ */
@media screen and (max-width: 736px) {
    .feature section>div {
        width: 100%;
    }

    .feature h2 {
        padding: 0 10px;
    }

    .feature .bigimg p,
    .feature .lead {
        padding: 0 10px;
        font-size: 18px;
    }

    .feature h2 {
        font-size: 24px;
    }

    .feature .bigimg {
        height: calc(100vh - 52px);
    }

    .feature .bigimg h1 {
        font-size: 32px;
    }

    .feature .bigimg .scroll {
        bottom: 50px;
    }

    .feature .point h3 {
        font-size: 24px;
    }

    .feature .mainvisual h1 {
        font-size: 40px;
        text-align: center;
        font-weight: 600;
    }

    .feature .mainvisual h1,
    .feature .mainvisual p {
        padding: 0 10px;
    }

    .feature .point .point-image {
        float: unset;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .feature .point .point-text {
        float: unset;
        width: 100%;
        position: relative;
        top: unset;
        transform: unset;
    }

    .feature .point .point-text,
    .feature .point.reverse .point-text,
    .feature section.full .point-text {
        padding: 0 10px;
    }

    .feature .point .point-image {
        float: unset;
    }

    .feature .navigation nav {
        flex-direction: column;
    }

    .feature .navigation nav a {
        text-align: left;
        position: relative;
    }

    .feature .navigation nav i {
        position: absolute;
        right: 10px;
        top: 23px;
    }

    .feature section.item>div.item-detail>* {
        width: 100%;
        /*float: unset;*/
        padding: 0 10px;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .feature section.item .copy {
        font-size: 14px;
        margin: 0;
    }

    .feature section.item h3 {
        font-size: 21px;
        margin: 0;
    }

    .feature section.item .subtitle {
        font-size: 14px;
    }

    .feature section.item .brand {
        display: block;
        margin: 0;
    }

    .feature section.item>div.item-detail .main,
    .feature section.item>div.item-detail .spec {
        text-align: left;
    }

    .feature section.item .price {
        text-align: center;
    }

    .feature section.item>div.item-detail .item-gallery {
        background: #333;
        padding: 10px;
        margin-top: 10px;
    }

    .feature section.item>div.item-detail .item-gallery,
    .feature section.item>div.item-detail.narrow .item-gallery {
        position: relative;
        /*float: unset;*/
        width: 100%;
        height: unset;
    }

    .feature .item-gallery .gallery-items {
        margin: 0;
    }

    .feature .item-gallery .gallery-thumbs {
        margin-top: 10px;
    }

    .feature .item-gallery .gallery-items li,
    .feature .item-gallery .gallery-items img {
        width: 300px;
        height: 300px;
        background-color: transparent;
    }

    .feature .item-gallery .productSummary_arrow-prev {
        left: 0;
    }

    .feature .item-gallery .productSummary_arrow-next {
        right: 0;
    }

    .feature section.item>div.item-detail.narrow>* {
        width: 100%;
    }

    .feature .gallery .gallery-items li,
    .feature .gallery .gallery-items li img {
        width: 360px;
        height: 360px;
    }

    .feature section.narrow>div,
    .feature div.item-detail.narrow {
        width: 100%;
    }

    .feature .youtube {
        padding-top: inherit;
        margin-top: inherit;
    }
}