@charset "UTF-8";
/* =====================
  reset
===================== */
.main-contents{
    padding-bottom: 120px;
}

/* =====================
  MV
===================== */
.top-contents .mv{
    background-color: #fff;
    position: relative;
    height: 660px;
    border-bottom: 1px solid #ebebeb;
}
/* img */
.top-contents .mv .img{
    height: 622px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-contents .mv .img .text{
    height: inherit;
}
.top-contents .mv .img .text::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* id1 */
.top-contents .mv .img[data-id="1"]{
    background-image: url("../../img/top/mv/01.png");
}
.top-contents .mv .img[data-id="1"] .text{
    padding-top: 205px;
    padding-left: 25.06666666vw;
}
.top-contents .mv .img[data-id="1"] .text::before{
    background-image: url("../../img/top/mv/01-text.png");
    width: 358px;
    height: 192px;
}
@media print,screen and (max-width:960px){
        .top-contents .mv .img[data-id="1"]{
        background-size: contain;
        background-image: url("../../img/top/mv/v2/01s.png");
        background-position: left;
    }
    .top-contents .mv .img[data-id="1"] .text{
        padding-left: 88px;
    }
}
@media print,screen and (min-width:1301px){
    .top-contents .mv .img[data-id="3"]{
        background-image: url("../../img/top/mv/v2/01.png");
    }
    .top-contents .mv .img[data-id="1"] .text{
        padding-left: 26.614500000vw;
    }
}

/* id2 */
.top-contents .mv .img[data-id="2"]{
    background-image: url("../../img/top/mv/02.png");
}
.top-contents .mv .img[data-id="2"] .text{
    padding-left: 10.8vw;
    padding-top: 141px;
}
.top-contents .mv .img[data-id="2"] .text::before{
    background-image: url("../../img/top/mv/02-text.png");
    width: 342px;
    height: 254px;
}
@media print,screen and (max-width:960px){
        .top-contents .mv .img[data-id="2"]{
        background-size: contain;
        background-image: url("../../img/top/mv/v2/02s.png");
        background-position: left;
    }
    .top-contents .mv .img[data-id="2"] .text{
        padding-left: 81px;
    }
}
@media print,screen and (min-width:1301px){
    .top-contents .mv .img[data-id="2"]{
        background-image: url("../../img/top/mv/v2/02.png");
    }
    .top-contents .mv .img[data-id="2"] .text{
        padding-left: 24.531200000vw;
    }
}

/* id3 */
.top-contents .mv .img[data-id="3"]{
    background-color: #f4f4f4;
    background-image: url("../../img/top/mv/03.png");
}
.top-contents .mv .img[data-id="3"] .text{
    position: relative;
    padding-top: 140px;
    padding-left: calc(64vw + 35px);
}
.top-contents .mv .img[data-id="3"] .text::before{
    background-image: url("../../img/top/mv/03-text.png");
    width: 314px;
    height: 263px;
}
@media print,screen and (max-width:960px){
        .top-contents .mv .img[data-id="3"]{
        background-size: contain;
        background-image: url("../../img/top/mv/v2/03s.png");
        background-position: left;
    }
    .top-contents .mv .img[data-id="3"] .text{
        padding-left: 61vw;
    }
}
@media print,screen and (min-width:1301px){
    .top-contents .mv .img[data-id="3"]{
        background-image: url("../../img/top/mv/v2/03.png");
    }
    .top-contents .mv .img[data-id="3"] .text{
        padding-left: calc(54.5vw + 92px);
    }
}





.top-contents .mv .img[data-id="3"] .text .e-btn{margin-left: 63px;}

/* ボタン */
.top-contents .mv .img .e-btn{
    margin-top: 3.9em;
    background: transparent;
}
.top-contents .mv .img .e-btn:hover{
    background: var(--black);
}

/* =====================
  矢印
===================== */
.top-contents .mv .swiper-controller{
    z-index: 25;
    pointer-events: none;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 47.1%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-contents .mv .swiper-controller .swiper-button-prev,
.top-contents .mv .swiper-controller .swiper-button-next{
    cursor: pointer;
    pointer-events: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    position: relative;
    outline: none;
}
.top-contents .mv .swiper-controller .swiper-button-prev::before,
.top-contents .mv .swiper-controller .swiper-button-next::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 18px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(181%2C%20181%2C%20181)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M9.765%2C3.223%20L4.730%2C8.553%20L9.765%2C13.884%20%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.top-contents .mv .swiper-controller .swiper-button-prev::before{
    left: 48%;
}
.top-contents .mv .swiper-controller .swiper-button-next::before{
    transform: translate(-50%,-50%) scale(-1,1);
    left: 55%;
}
.top-contents .mv .swiper-controller .swiper-button-prev{
    left: 25px;
    right: auto;
}
.top-contents .mv .swiper-controller .swiper-button-next{
    left: auto;
    right: 25px;
}

/* =====================
  ページャー
===================== */
.top-contents .mv .swiper-pagination{
    width: 100%;
    height: 37px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-contents .mv .swiper-pagination-bullet{
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7d7d7;
    outline: none;
    margin: 0 5px;
}
.top-contents .mv .swiper-pagination-bullet-active{
    background: var(--black);
}

/* =====================
  article
===================== */
.top-contents main article{
}
.top-contents main article h2{
    text-align: center;
    color: var(--mostblack);
    font-size: 24px;
    letter-spacing: 0.16em;
}

/* =====================
  article 1
===================== */
.top-contents main article[data-id="1"]{
    padding-top: 63px;
    padding-bottom: 0;
}
.top-contents main article[data-id="1"] p{
    margin-top: 1.8em;
    font-size: 15px;
    line-height: 1.867;
}
.top-contents main article[data-id="1"] .anchor{
    margin-top: 1.8em;
}
.top-contents main article[data-id="1"]::after{
    content: '';
    display: block;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../../img/top/01.png");
    width: 915px;
    height: 367px;
}

/* =====================
  article 2
===================== */
.top-contents main article[data-id="2"]{
    padding-top: 56px;
    padding-bottom: 0;
}
.top-contents main article[data-id="2"] p{
    margin-top: 1.8em;
    font-size: 15px;
    width: 704px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.867;
}
.top-contents main article[data-id="2"] .anchor{
    margin-top: 2em;
}
.top-contents main article[data-id="2"]::after{
    content: '';
    display: block;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../../img/top/02.png");
    width: 915px;
    height: 366px;
}
.top-contents main article[data-id="2"] .anchor .e-btn{
    /* background: var(--black); */
    /* color: var(--white); */
}

/* =====================
  article 3
===================== */
.top-contents main article[data-id="3"]{
    padding-top: 72px;
    padding-bottom: 54px;
}
.top-contents main article[data-id="3"] .head{
    display: flex;
    align-items: baseline;
}
.top-contents main article[data-id="3"] .head h3{
    font-size: 26.16px;
    color: var(--mostblack);
}
.top-contents main article[data-id="3"] .head a{
    display: inline-block;
    margin-left: 1.8em;
    font-size: 15.1px;
    color: var(--brown);
}
.top-contents main article[data-id="3"] .head a::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.5px%22%20height%3D%2212.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(194%2C%20178%2C%20141)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.405%2C10.803%20L5.178%2C6.403%20L1.405%2C2.002%20%22%2F%3E%3C%2Fsvg%3E');
    width: 7.5px;
    height: 12.5px;
    margin-left: 0.5em;
    vertical-align: 0px;
}
.top-contents main article[data-id="3"] ul{
    margin-top: 1.3em;
}


/* =====================
  article 4
===================== */
.top-contents main article[data-id="4"]{
    /* margin-top: 56px; */
    padding-top: 36px;
    padding-bottom: 50px;
    background: #f7f6f4;
}
.top-contents main article[data-id="4"] .head{
    display: flex;
    align-items: baseline;
}
.top-contents main article[data-id="4"] .head h3{
    font-size: 26.16px;
    color: var(--mostblack);
}
.top-contents main article[data-id="4"] .head a{
    display: inline-block;
    margin-left: 1.5em;
    font-size: 15.1px;
    color: var(--brown);
}
.top-contents main article[data-id="4"] .head a::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: var(--arrowBrown);
    width: 7.5px;
    height: 12.5px;
    margin-left: 0.5em;
    vertical-align: 0px;
}
.top-contents main article[data-id="4"] .text{
    font-size: 15px;
    margin-top: 1.1em;
    padding: 0 6px;
}
/* unit - box */
.top-contents main article[data-id="4"] .unit{
    margin-top: 2em;
}

/* =====================
  article 5
===================== */
.top-contents main article[data-id="5"]{
    padding-top: 49px;
    padding-bottom: 69px;
}
.top-contents main article[data-id="5"] .head{
    display: flex;
    align-items: baseline;
}
.top-contents main article[data-id="5"] .head h3{
    font-size: 26.16px;
    color: var(--mostblack);
}
.top-contents main article[data-id="5"] .head a{
    display: inline-block;
    margin-left: 1.3em;
    font-size: 15.1px;
    color: var(--brown);
}
.top-contents main article[data-id="5"] .head a::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: var(--arrowBrown);
    width: 7.5px;
    height: 12.5px;
    margin-left: 0.5em;
    vertical-align: 0px;
}
:root{
    --aricle5li : 212px;
}
.top-contents main article[data-id="5"] .unit{
    display: flex;
    margin-top: 2.4em;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: number;
}
.top-contents main article[data-id="5"] .unit .box{
    width: var(--aricle5li);
    position: relative;
}
.top-contents main article[data-id="5"] .unit .box::after{
    pointer-events: none;
    counter-increment: number;
    content: counter(number);
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    z-index: 3;
    pointer-events: none;
    font-size: 17px;
    width: 39px;
    line-height: 1;
    height: 39px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--black);
}
.top-contents main article[data-id="5"] .unit .box:nth-child(1)::after{
    background: #bba87c;
}
.top-contents main article[data-id="5"] .unit .box:nth-child(2)::after{
    background: #bcbcbc;
}
.top-contents main article[data-id="5"] .unit .box:nth-child(3)::after{
    background: #a08777;
}
.top-contents main article[data-id="5"] .unit .box:nth-child( n + 5 ){
    margin-top: 2em;
}
.top-contents main article[data-id="5"] .unit::before,
.top-contents main article[data-id="5"] .unit::after{
    content: '';
    width: var(--aricle5li);
    display: block;
}
.top-contents main article[data-id="5"] .unit::before{
    order: 1;
}
.top-contents main article[data-id="5"] .unit a{
    display: block;
    width: 100%;
    height: 100%;
}
.top-contents main article[data-id="5"] .unit a span{
    display: block;
}
.top-contents main article[data-id="5"] .unit .box{
    width: 212px;
}
.top-contents main article[data-id="5"] .unit a span.img{
    width: 100%;
    height: 211px;
    overflow: hidden;
    position: relative;
}
.top-contents main article[data-id="5"] .unit a span.img span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fafafa;
    width: 100%;
    height: inherit;
    transition: all 1000ms ease 0s;
}
.top-contents main article[data-id="5"] .unit a:hover span.img span{
    transform:translate(-50%,-50%) scale(1.1);
}
.top-contents main article[data-id="5"] .unit a span.title{
    font-size: 13px;
    margin-top: 1em;
    word-break: break-all;
    line-height: 1.615;
}
.top-contents main article[data-id="5"] .unit a span.price{
    word-break: break-all;
    margin-top: 0.5em;
    font-size: 14px;
}

/* =====================
  article 6
===================== */
.top-contents main article[data-id="6"]{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}
.top-contents main article[data-id="6"] .unit{
    overflow: hidden;
    height: 288px;
}
.top-contents main article[data-id="6"] .unit + .unit{
    margin-top: 12px;
}
.top-contents main article[data-id="6"] .unit a{
    display: block;
    width: 100%;
    height: inherit;
    position: relative;
}
.top-contents main article[data-id="6"] .unit a::after{
    content: '';
    display: block;
    position: absolute;
    right: 35px;
    bottom: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAAMCAYAAACgPNl/AAADSklEQVRYhb1YO47UQBB9rDYlcEZsQY5kImLvBZCckJCZI5gjMBHxTEBGMk7JZjIkJKSZI9hHWF8A0cjwSirVVLc/uztPao3HXd3V9enuV34WQsAVkAEoAVR8PgJoAfRKdQGgZn9LmYptALDjuxG5krdo2WrqHPEJwNnI1ZzTvquoZ0e9HkquwY7X2AL4mOhvaEOm7D+q9WsU1Fma9946074ZA37F1oT/2EZ0niij3404RORtXxFCKNX/e8pkZlzNPjvfOLab4Y9mQq6mXq8vo53WBxnfhYh/SvY15v9piW9uEhn4FJBsrFRmC4oZu2YKZ7OTZafYnVFSv90FhbO7PORs3i4C7QNlLA70gd398u7IeZuJNcjuLhz7PPzzzZqAf5mpwMNAh2bKKYLRyE3iGF2iQ+AFXI68wQlYtSDgiARFH7024JU6umOQRJgKONSV2E/ICYY1AX/FLP0G4MWK8Rv+amdnC5xtkSknV8bJRzpDB7zizmjN7sg5l73rPRScw9vlDTkDKKchulI6erbMGW+RO1xI48I3twBOMwzUeMnn9wDeAfgAYL9gfM9ACPHpVbDnZqo1Shwzznln+ltFkM4M0BsVrEoRxDkJJ1fRRh29cg1JQI9GVuAd8R56lYAWOfUI4UsRw0vf8DJf0n6QEPwOIXwNITxfQfqE1Hzm/5EA5TPJxxQxsTKF0jU+71XfQZG6fWS8R55Ep5CsWs1XJta9N/KxJuvKjV6ZsyHpjBG2qG/WMPTvIYRfIYTXK8bq1nHRZSKgSwOe0jW2MUBVJPFSztOtUUmTc3zn2NE5TH6qSkmNjbH02Fyub9YE6m0I4eaBwdbGd6aUemjAbQkGBjRWwnTGkXPWrWVll98bO2SX2rVJqRg70eREsqeADbi2yzsxXN+sIW0/AfxZMc5Cl18p1joFe89Z9g91N3t39C7R56E0lYCQ0LOxQ4iZJoxSeg3kPfZOz/jBZjezPN1QzzZSIl745namkU8B+XoWY6y6ThY2feY4XdYVJJ4SBG8+qc89J7acaw5hLBX5yxWj9r7kCcQGSQYhpw3XrclqGQl2rhKnUsk1kKRu2eQrphC1C99c69NqDNkj1N2Poeua67B6JTiSPE8HAH8BtBvVuqSQFrsAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 124px;
    height: 12px;
}
.top-contents main article[data-id="6"] .unit a span{
    display: block;
}
.top-contents main article[data-id="6"] .unit a span.img{
    width: 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(1);
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 3000ms ease 0s;
}
.top-contents main article[data-id="6"] .unit a:hover span.img{
    transform:translate(-50%,-50%) scale(1.1);
}
.top-contents main article[data-id="6"] .unit a span.text{
    position:absolute;
    top: 50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.top-contents main article[data-id="6"] .unit[data-id="1"] a span.img{
    background-image: url("../../img/top/other/01.png");
}
.top-contents main article[data-id="6"] .unit[data-id="1"] a span.text{
    background-image: url("../../img/top/other/01-text.png");
    width: 440px;
    top: 60%;
    height: 126px;
}
.top-contents main article[data-id="6"] .unit[data-id="2"] a span.img{
    background-image: url("../../img/top/other/02.png");
}
.top-contents main article[data-id="6"] .unit[data-id="2"] a span.text{
    background-image: url("../../img/top/other/02-text.png");
    width: 480px;
    top: 53%;
    height: 116px;
}

/* =====================
  article 7
===================== */
.top-contents main article[data-id="7"]{
    padding-top: 100px;
    padding-bottom: 80px;
}
.top-contents main article[data-id="7"] .head{
    display: flex;
    align-items: baseline;
}
.top-contents main article[data-id="7"] .head h3{
    font-size: 26.16px;
    color: var(--mostblack);
}
.top-contents main article[data-id="7"] .head a{
    display: inline-block;
    margin-left: 1.5em;
    font-size: 15.1px;
    color: var(--brown);
}
.top-contents main article[data-id="7"] .head a::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: var(--arrowBrown);
    width: 7.5px;
    height: 12.5px;
    margin-left: 0.5em;
    vertical-align: 0px;
}
.top-contents main article[data-id="7"] .unit{
    margin-top: 1.8em;
}
.top-contents main article[data-id="7"] .box a{
    border-top: 1px dotted #e6e6e6;
    border-bottom: 1px solid transparent;
    padding: 15px 16px;
    display: flex;
}
.top-contents main article[data-id="7"] .box:last-child a{
    border-bottom: 1px dotted #e6e6e6;
}
.top-contents main article[data-id="7"] .box a span{
    word-break: break-all;
}
.top-contents main article[data-id="7"] .box a .text{
    display: block;
    padding-left: 21px;
    flex: 1;
}
.top-contents main article[data-id="7"] .box .img{
    width: 126px;
    display: block;
    height: 85px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-contents main article[data-id="7"] .box .time{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #a2a2a2;
}
.top-contents main article[data-id="7"] .box .title{
    display: block;
    font-size: 14px;
    word-break: break-all;
    line-height: 1.6;
    margin-top: 0.5em;
}
.top-contents main article[data-id="7"] .box .title::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.5px%22%20height%3D%2210.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(181%2C%20181%2C%20181)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.341%2C8.022%20L4.200%2C4.624%20L1.341%2C1.226%20%22%2F%3E%3C%2Fsvg%3E');
    width: 7.5px;
    height: 12.5px;
    margin-left: 0.5em;
    vertical-align: -2px;
}

/* =====================
  article 8
===================== */
.top-contents main article[data-id="8"]{
    padding-top: 50px;
}
.top-contents main article[data-id="8"] .box{
    display: flex;
}
.top-contents main article[data-id="8"] .box + .box{
    margin-top: 25px;
}
.top-contents main article[data-id="8"] .box .img{
    width: 332px;
    height: 205px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-contents main article[data-id="8"] .box .img[data-id="1"]{
    background-image: url("../../img/bottomlink/01.png");
}
.top-contents main article[data-id="8"] .box .img[data-id="2"]{
    background-image: url("../../img/bottomlink/02.png");
}
.top-contents main article[data-id="8"] .box .body{
    flex: 1;
    padding: 1.4em 0em 1em 2.2em;
}
.top-contents main article[data-id="8"] .box .body h2{
    font-size: 14.5px;
    text-align: left;
    text-decoration: underline;
}
.top-contents main article[data-id="8"] .box .body p{
    font-size: 14px;
    line-height: 1.857;
    margin-top: 0.9em;
}
.top-contents main article[data-id="8"] .box .anchor{
    margin-top: 1.6em;
    text-align: right;
}