@charset "UTF-8";

/*
スライダー｜左右あり1.8
*/

.slider1_8 {
    padding-bottom: 50px;
}

.slider1_8 .inner .text img {
    width: inherit;
}

.slider1_8 .swiper-slide>img {
    width: 100%;
}

.slider1_8 .swiper-slide a>img {
    width: 100%;
}

.slider1_8 .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider1_8 .swiper-slide .meuralBtn{
   position: absolute;
   left: 50%;
   right: 50%;
   bottom: 0;
   transform: translateX(-50%);
   max-width: 180px;
   width: 100%;
   text-decoration: none;
   height: inherit;
   line-height: 1;
   background-color: #111;
   color: #fff;
   border-radius: 3px;
   padding: 1em;
   font-size: 15px;
   margin-bottom: 1em;
   font-weight: 500;
   border: 1px solid black;
}

.slider1_8 .swiper-button-next,
.slider1_8 .swiper-button-prev {
    top: calc(50% - 22px);
    background-color: rgba(255, 255, 255, 0.9);
    width: 30px;
}

.slider1_8 .swiper-button-prev {
    left: 0;
}


.slider1_8 .swiper-button-next {
    right: 0;
}

.slider1_8 .swiper-button-prev:before,
.slider1_8 .swiper-button-next:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.1s;
}

.slider1_8 .swiper-button-prev:before {
    transform: translate(-75%, -50%) rotate(45deg) translateZ(0);
    left: calc(50% + 4px);
}

.slider1_8 .swiper-button-next:before {
    transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
    right: calc(50% - 4px);
}

@media(min-width:859px) {

    .slider1_8 .swiper-button-next,
    .slider1_8 .swiper-button-prev {
        top: calc(50% - 20.5px);
        background-color: rgba(255, 255, 255, 0.9);
        width: 36px;
    }

    .slider1_8 .swiper-button-next {
        right: calc(200% / 9 - 20px);
    }

    .slider1_8 .swiper-button-prev {
        left: calc(200% / 9 - 20px);
    }

    .slider1_8 .swiper-slide {
        opacity: .7;
    }

    .slider1_8 .swiper-slide-active {
        opacity: 1;
    }
}

/*
HideSlide
*/
#HideSlideWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

#HideSlideWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes Out-Vertical {
    90% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes Out-Horizontal {
    90% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes In-Vertical01 {
    0% {
        height: 100%;
    }

    10% {
        height: 0;
    }
}

@keyframes In-Horizontal01 {
    0% {
        width: 100%;
    }

    10% {
        width: 0;
    }
}

@keyframes In-Vertical02 {
    0% {
        height: 100%;
    }

    10% {
        height: 100%;
    }

    12.5% {
        height: 0;
    }
}

@keyframes In-Horizontal02 {
    0% {
        width: 100%;
    }

    10% {
        width: 100%;
    }

    12.5% {
        width: 0;
    }
}

@keyframes In-Vertical03 {
    0% {
        height: 100%;
    }

    15% {
        height: 100%;
    }

    17.5% {
        height: 0;
    }
}

@keyframes In-Horizontal03 {
    0% {
        width: 100%;
    }

    15% {
        width: 100%;
    }

    17.5% {
        width: 0;
    }
}

/*
HideSlide common
*/
.HideSlide .swiper-slide-active::before {
    content: "";
    position: absolute;
    animation-duration: 10s;
    z-index: 3;
}


.HideSlide .swiper-slide-active::after {
    content: "";
    position: absolute;
    animation-duration: 10s;
    z-index: 2;
}

/*
HideSlide01
*/

.HideSlide01_1.swiper-slide-active::before {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: In-Vertical01;
    top: 0;
}

.HideSlide01_1.swiper-slide-active::after {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: Out-Horizontal;
    right: 0;
    top: 0;
}

/*.HideSlide01_2.swiper-slide-active::before {
    width: 0;
    height: 100%;
    background-color: #efdcd6;
    animation-name: In-Horizontal01;
    left: 0;
}

.HideSlide01_2.swiper-slide-active::after {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: Out-Vertical;
    bottom: 0;
    left: 0;
}*/

.HideSlide01_3.swiper-slide-active::before {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: In-Horizontal01;
    left: 0;
}

.HideSlide01_3.swiper-slide-active::after {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: Out-Horizontal;
    left: 0;
    top: 0;
}

/*
HideSlide02
*/

.HideSlide02_1.swiper-slide-active::before {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: In-Horizontal02;
    right: 0;
}

.HideSlide02_1.swiper-slide-active::after {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: Out-Horizontal;
    right: 0;
}

/*.HideSlide02_2.swiper-slide-active::before {
    width: 100%;
    height: 0;
    background-color: #efdcd6;
    animation-name: In-Vertical03;
    bottom: 0;
    left: 0;
}

.HideSlide02_2.swiper-slide-active::after {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: Out-Horizontal;
    right: 0;
}*/

.HideSlide02_3.swiper-slide-active::before {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: In-Vertical02;
    top: 0;
    left: 0;
}

.HideSlide02_3.swiper-slide-active::after {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: Out-Horizontal;
    right: 0;
}

/*
 HideSlide03
*/

.HideSlide03_1.swiper-slide-active::before {
    width: 0;
    height: 100%;
    background-color: white;
    animation-name: In-Horizontal03;
    left: 0;
}

.HideSlide03_1.swiper-slide-active::after {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: Out-Vertical;
    bottom: 0;
    left: 0;
}

/*.HideSlide03_2.swiper-slide-active::before {
    width: 100%;
    height: 0;
    background-color: #efdcd6;
    animation-name: In-Vertical02;
    top: 0;
    left: 0;
}

.HideSlide03_2.swiper-slide-active::after {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: Out-Vertical;
    bottom: 0;
    left: 0;
}*/

.HideSlide03_3.swiper-slide-active::before {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: In-Vertical03;
    bottom: 0;
    left: 0;
}

.HideSlide03_3.swiper-slide-active::after {
    width: 100%;
    height: 0;
    background-color: white;
    animation-name: Out-Vertical;
    bottom: 0;
    left: 0;
}

@media(max-width:858px) {
    .side-swiper {
        width: 100%;
        padding-left: 50%;
        height: 180px;
        display: flex;
        padding-top: 60px;
        padding-right: 16px;
    }

    .HideSlide {
        width: 100%;
        height: 233px;
        margin: 0;
        overflow: visible;
    }

    .HideSlide .swiper-copy {
        position: relative;
        top: 0;
        height: 100%;
        text-align: left;
        color: black;
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 10px;
        background-color: white;
    }

    .HideSlide .swiper-copy h2 {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 300;
    }

    .HideSlide .swiper-copy h2 br {
        display: none;
    }

    .HideSlide .swiper-copy h3 {
        font-size: 13px;
        line-height: 1.5;
        padding-right: 1em;
        width: 50%;
        font-weight: 200;
    }

    .HideSlide .swiper-copy h3 br {
        display: none;
    }

    .HideSlide .swiper-slide {
        width: 100%;
    }

    .swiper-slide-active {
        position: relative;
        z-index: 1;
    }

    .swiper-button-prev1 {
        bottom: calc(-100% + 27px);
        top: inherit;
        left: calc(50% - 80px);
        background-color: #F8F8F8;
    }

    .swiper-button-next1 {
        bottom: calc(-100% + 27px);
        top: inherit;
        left: calc(50% - 47px);
        background-color: #F8F8F8;
    }

    .swiper-button-prev1::after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 2px);
        transition: 0.1s;
        transform: rotate(45deg);
    }

    .swiper-button-next1::after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 7px);
        transition: 0.1s;
        transform: rotate(-135deg);
    }

    .swiper-button-prev1:focus,
    .swiper-button-next1:focus {
        outline: none;
    }

    /*
    swiper2
    */
    .HideSlideSmall {
        width: calc(50% - 8px);
        height: 100%;
        margin: 0;
    }

    .HideSlideSmall+.HideSlideSmall {
        margin-left: 16px;
    }

    .HideSlideSmall .swiper-copy {
        position: absolute;
        top: 0;
        height: 100%;
        text-align: left;
        color: white;
        padding-left: 50px;
        padding-top: 50px;
    }

    .HideSlideSmall .swiper-copy h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .HideSlideSmall .swiper-copy h2 {
        font-size: 23px;
        line-height: 1.5;
    }

    .HideSlideSmall .swiper-slide {
        width: 100%;
    }
}

@media(min-width:859px) {
    .side-swiper {
        width: 25%;
        padding-left: 16px;
        height: 600px;
        display: block;
    }

    .HideSlide {
        width: 75%;
        height: 600px;
        margin: 0;
    }

    .HideSlide .swiper-copy {
        position: absolute;
        top: 0;
        height: 100%;
        text-align: left;
        color: white;
        padding-left: 50px;
        padding-top: 50px;
    }

    .HideSlide .swiper-copy h2 {
        font-size: 40px;
        line-height: 1.3;
        font-weight: 300;
    }

    .HideSlide .swiper-copy h3 {
        font-size: 23px;
        line-height: 1.5;
        font-weight: 200;
    }

    .HideSlide .swiper-slide {
        width: 100%;
    }

    .HideSlide .swiper-slide picture {
        height: 100%;
    }

    .HideSlide .swiper-slide picture img {
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide-active {
        position: relative;
        z-index: 1;
    }

    .swiper-button-prev1,
    .swiper-button-next1 {
        display: none;
    }

    /*
    swiper2
    */
    .HideSlideSmall {
        width: 100%;
        height: calc(100% / 2 - 8px);
        margin: 0;
    }

    .HideSlideSmall+.HideSlideSmall {
        margin-top: 16px;
    }

    .HideSlideSmall .swiper-copy {
        position: absolute;
        top: 0;
        height: 100%;
        text-align: left;
        color: white;
        padding-left: 50px;
        padding-top: 50px;
        font-family: 'Noto Serif JP', serif;
    }

    .HideSlideSmall .swiper-copy h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .HideSlideSmall .swiper-copy h2 {
        font-size: 23px;
        line-height: 1.5;
    }

    .HideSlideSmall .swiper-slide {
        width: 100%;
    }

}

/*
brand common
*/
#brand a {
    color: #111;
    display: block;
    margin: 0 0 20px;
}

#brand a:hover {
    text-decoration: none;
}

#brand-logo a {
    display: inline-block;
    height: 80px;
}

#brand-logo a img {
    object-fit: contain;
    height: 100%;
    padding: 15px 0;
}

@media(max-width:767px) {
    #brand-logo a {
        height: 50px;
        margin: 0 auto;
        display: block;
        max-width: 150px;
    }

    #brand-logo a img {
        object-fit: contain;
        height: 100%;
        width: 100%;
        padding: 13px 0;
    }
}

/*
brand common |recommend
*/
#brand #recommend {
    padding: 35px 0;
}

/*
brand common |pickup
*/
#brand #pickup {
    background: #F8F8F8;
}

#brand #pickup img {
    width: 100%;
    margin: 0 0 1em;
    object-fit: contain;
    object-position: top;
}

#brand #pickup h2 {
    font-size: 2em;
}

#brand #pickup h3 {
    font-size: 18px;
    line-height: 1.41;
}

#brand #pickup p {
    font-size: 14px;
}

/*
brand common |recommend
*/
#brand #recommend {
    padding: 35px 0;
}

#brand #recommend img {
    width: 100%;
    max-width: 215px;
    display: block;
    margin: 0 auto 1em;
}

#brand #recommend p.name {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 .5em;
}

#brand #recommend p.price {
    font-size: 17px;
    font-weight: 100;
}

#brand #recommend p.price span {
    font-size: 80%;
}

/*
brand common |reviews
*/
#brand #reviews {
    padding: 35px 0;
}

#brand #reviews .col-review {
    border: 1px solid #efefef;
    display: block;
    padding: 24px 16px;
    margin: 0 0 1em;
}

#brand #reviews img {
    width: 100%;
    margin: 0 0 1em;
    padding: 0 1em;
    object-fit: contain;
    object-position: top;
}

#brand #reviews h2 {
    font-size: 2em;
}

#brand #reviews h3 {
    font-size: 17px;
    line-height: 1.41;
}

#brand #reviews p {
    font-size: 14px;
}

/*
brand common |tips
*/
#brand #tips {
    padding: 35px 0;
    background: #F8F8F8;
}

#brand #tips img {
    width: 100%;
    margin: 0 0 1em;
    object-fit: contain;
    object-position: top;
}

#brand #tips h2 {
    font-size: 2em;
}

#brand #tips h3 {
    font-size: 18px;
}

#brand #tips p {
    font-size: 14px;
}

/*
brand common |category
*/
#brand #category {
    padding: 35px 0;
}

#brand #category a {
    border: 1px solid #efefef;
    display: block;
    padding: 25px 13px 10px;
    height: 100%;
}

#brand #category img {
    width: 100%;
    margin: 0 0 1em;
    padding: 0 1em;
}

#brand #category h3 {
    font-size: 17px;
}

#brand #category p {
    font-size: 14px;
}

@media(max-width:767px) {
    #brand #category h2 {
        font-size: 15px;
    }

    #brand #category p {
        font-size: 13px;
        line-height: 1.41;
    }
}

/*
brand common |tips
*/
#brand #support {
    padding: 35px 0;
}

#brand #support a {
    border: 1px solid #efefef;
    display: block;
    padding: 33px 14px;
    margin: 0 0 16px;
}

#brand #support .icon {
    width: 100%;
    margin: 0 auto 1em;
    max-width: 130px;
    display: block;
}

#brand #support img {
    width: 100%;
    object-fit: contain;
}

#brand #support h3 {
    font-size: 17px;
}

#brand #support p {
    font-size: 14px;
}

/*
パンくずリスト
*/
.row-breadcrumbs-tips {
    display: inline-flex;
    list-style: none;
    padding: .5em 0 0;
    font-size: 15px;
    margin-bottom: .5em;
}

.row-breadcrumbs-tips a {
    padding-right: .5em;
}

.row-breadcrumbs-tips p {
    padding-left: .5em;
}

@media(max-width:767px) {
    .row-breadcrumbs-tips {
        font-size: 14px;
    }
}

/*
お役立ちtips
*/
#techtips .techchips-hierarchy1 img {
    margin-bottom: 1em;
}

#techtips .techchips-hierarchy1 p {
    margin-bottom: 1em;
}

#techtips .techchips-hierarchy1 section+section {
    padding-top: 40px;
}

#techtips .links a {
    background-color: #434343;
    text-align: left;
    color: white;
    line-height: 1;
    display: block;
    padding: 1em 2em;
    border-radius: 26px;
    margin: 0 0 1em;
    position: relative;
}

#techtips .links a i {
    position: absolute;
    right: 23px;
}

#techtips .links a:not([href]):not([tabindex]) {
    opacity: .5;
}

#techtips .techchips-hierarchy1 .links-productlist i {
    color: #111;
}

#techtips .tab-tech-hie2 {
    display: none;
}

#techtips .tab-tech-hie2.show {
    display: block;
}

.tab-tech-hie2 .title {
    position: relative;
    margin-bottom: 1em;
}

.tab-tech-hie2 .title-wrap {
    position: relative;
    padding: 50px;
}

.tab-tech-hie2 .title-inner {
    border-left: solid 4px #f7c325;
    padding-left: 17px;
    position: relative;
}

.tab-tech-hie2 .title-inner::before {
    content: '';
    height: 100%;
    width: 4px;
    background-color: #f7c325;
    top: 0;
    position: absolute;
    left: -14px;
}

.tab-tech-hie2 .title img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-tech-hie2 .title h1 {
    color: #111;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 .5em;
}

.tab-tech-hie2 .title h2 {
    color: #111;
    font-weight: 200;
    font-size: 18px;
}

.tab-tech-hie2 article {
    position: relative;
}

.tab-tech-hie2 article+article {
    padding-top: 50px;
}

.tab-tech-hie2 article .article-inner {
    position: relative;
    padding: 45px 50px;
}

.tab-tech-hie2 article img.bg {
    position: absolute;
    z-index: 0;
}

.tab-tech-hie2 article h3 {
    color: #111;
    z-index: 1;
    position: relative;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 1em;
}

.tab-tech-hie2 article p {
    line-height: 1.5;
    font-weight: 300;
    color: #111;
    margin-bottom: 1em;
}

.tab-tech-hie2 article .article-inner img {
    height: 100%;
    object-fit: contain;
}

.tab-tech-hie2 article table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 1em;
}

.tab-tech-hie2 article table thead {
    background-color: #666666;
    color: #FFFFFF;
}

.tab-tech-hie2 article table th {
    font-weight: 400;
    padding: 1em;
    border: 1px solid white;
}

.tab-tech-hie2 article table td {
    padding: 1em;
    border: 1px solid white;
    color: #111;
}

.tab-tech-hie2 article table tbody tr:nth-child(2n-1) {
    background-color: #FBF1D1;
}

.tab-tech-hie2 article table tbody tr:nth-child(2n) {
    background-color: #E5E5E5;
}

.tab-tech-hie2 .title-search {
    display: inline-flex;
    margin-bottom: 20px;
}

.tab-tech-hie2 .title-search img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.tab-tech-hie2 .title-search h1 {
    margin: 0;
    color: #111;
    font-size: 25px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: .5em;
}

.btn-tips {
    padding-top: 50px;
}

.btn-tips h4 {
    font-size: 17px;
    color: #4fc1ff;
    margin-bottom: 1em;
}

.btn-tips a {
    display: flex;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 1em;
    background-color: #A59D95;
    color: white;
}

.btn-tips a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.btn-tips a p {
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: .5em;
}

.link-tips {
    padding-top: 50px;
}

.link-tips img {
    border: 1px solid #ccc;
    margin-bottom: 1em;
}

.tab-tech-hie2 .link-tips p {
    font-size: 17px;
    color: #4fc1ff;
    font-weight: 400;
    text-align: center;
}

@media(max-width:767px) {
    .tab-tech-hie2 .title-wrap {
        padding: 1em;
    }

    .tab-tech-hie2 .title h1 {
        font-size: 19px;
    }

    .tab-tech-hie2 .title h2 {
        font-size: 14px;
    }

    .tab-tech-hie2 article h3 {
        font-size: 19px;
    }

    .tab-tech-hie2 article .article-inner {
        font-size: 14px;
        padding: 30px 1em;
    }

    .tab-tech-hie2 article table {
        table-layout: fixed;
        word-break: break-all;
    }

    .tab-tech-hie2 .title-search img {
        width: 30px;
        height: 30px;
    }

    .tab-tech-hie2 .title-search h1 {
        font-size: 17px;
    }

    .tab-tech-hie2 article p {
        font-size: 14px;
    }

    .btn-tips a br {
        display: none;
    }

    .btn-tips a img {
        width: 30px;
        height: 30px;
    }

    .btn-tips h4 {
        font-size: 15px;
        margin-bottom: .5em;
    }

    .btn-tips h4 br {
        display: none;
    }
}