@charset "UTF-8";

/*````````````````````````````````````````*/
@media only screen and (min-width: 769px) {
/*````````````````````````````````````````*/

/*================*/
section.eyecatch {
}
section.eyecatch>.inner {
    width: 830px;
}
/*----*/
section.eyecatch .area-prop {
    padding: 35px 0 45px 0;
}
section.eyecatch .area-prop .box-tag {
}
section.eyecatch .area-prop .box-tag .tag{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 5px 20px 7px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 20px;
    white-space: nowrap;
    margin: 0 14px 14px 0;
}
section.eyecatch .area-prop .box-tag .tag.category{
    background-color: var(--color-02);
    color: rgba(0,0,0,1);
}
section.eyecatch .area-prop .box-tag .tag.recomm{
    background-color: var(--color-01);
    color: rgba(255,255,255,1);
}
section.eyecatch .area-prop .box-tag .tag span{
}
/*----*/
section.eyecatch .area-ttl {
    padding: 0 0 70px 0;
}
section.eyecatch .area-ttl h2{
}
section.eyecatch .area-ttl h2 span{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.10em;
    color: var(--color-01);
}
/*----*/
section.eyecatch .area-view {
    padding: 0 0 60px 0;
}
section.eyecatch .area-view .viewblock{
    position: relative;
}
section.eyecatch .area-view .viewblock.big{
}
section.eyecatch .area-view .viewblock.sub{
    padding: 30px 0 0 0;
}
section.eyecatch .area-view .itemlist{
    overflow: hidden;
}
section.eyecatch .area-view .viewblock.big .itemlist{
}
section.eyecatch .area-view .viewblock.sub .itemlist{
}
section.eyecatch .area-view .itemlist .outer{
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
}
section.eyecatch .area-view .viewblock.big .itemlist .outer{
}
section.eyecatch .area-view .viewblock.sub .itemlist .outer{
    transition-property: margin;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
section.eyecatch .area-view .viewblock.sub .itemlist .outer[data-pos="1"]{
    margin: 0 0 0 0;
}
section.eyecatch .area-view .viewblock.sub .itemlist .outer[data-pos="2"]{
    margin: 0 0 0 calc(645px * -1);
}
section.eyecatch .area-view .itemlist .each{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    text-indent: 0;
}
section.eyecatch .area-view .viewblock.big .itemlist .each{
    width: 830px;
    padding: 0 0 0 0;
}
section.eyecatch .area-view .viewblock.sub .itemlist .each{
    width: 185px;
    margin: 0 30px 0 0;
}
section.eyecatch .area-view .itemlist .each .skin{
    width: 100%;
    aspect-ratio: 830/500;
    overflow: hidden;
    background-color: rgba(40,40,40,1);
}
section.eyecatch .area-view .viewblock.big .itemlist .each .skin{
}
section.eyecatch .area-view .viewblock.sub .itemlist .each .skin{
    opacity: 1;
}
section.eyecatch .area-view .itemlist .each label{
    height: auto;
}
section.eyecatch .area-view .itemlist .each label:hover .skin{
    opacity: 0.6;
}
section.eyecatch .area-view .viewblock.big .itemlist .each .skin{
    border-radius: 40px;
}
section.eyecatch .area-view .viewblock.sub .itemlist .each .skin{
    border-radius: 15px;
}
section.eyecatch .area-view .viewblock.sub .itemlist .each.curr .skin::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 7px;
    border-color: var(--color-01);
    border-radius: 15px;
}
section.eyecatch .area-view .itemlist .each .skin figure{
    background-position: 50% 50%;
    background-size: contain;
}
section.eyecatch .area-view .shiftbtn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
}
section.eyecatch .area-view .viewblock.big .shiftbtn {
    top: 210px;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn {
    top: 60px;
}
section.eyecatch .area-view .shiftbtn .btn{
    position: absolute;
    top: 0;
    aspect-ratio: 1/1;
}
section.eyecatch .area-view .shiftbtn .btn.conceal {
    display: none;
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn{
    width: 80px;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn{
    width: 55px;
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.prev{
    left: -36px;
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.next{
    right: -36px;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.prev{
    left: -24px;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.next{
    right: -24px;
}
section.eyecatch .area-view .shiftbtn .btn i{
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.prev i{
    background-image: url(/common/img/mrk_circlearrow_01_lft_a.svg);
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.prev label:hover i{
    background-image: url(/common/img/mrk_circlearrow_01_lft_b.svg);
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.next i{
    background-image: url(/common/img/mrk_circlearrow_01_rht_a.svg);
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.next label:hover i{
    background-image: url(/common/img/mrk_circlearrow_01_rht_b.svg);
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.prev i{
    background-image: url(/common/img/mrk_circlearrow_02_lft_a.svg);
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.prev label:hover i{
    background-image: url(/common/img/mrk_circlearrow_02_lft_b.svg);
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.next i{
    background-image: url(/common/img/mrk_circlearrow_02_rht_a.svg);
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.next label:hover i{
    background-image: url(/common/img/mrk_circlearrow_02_rht_b.svg);
}

/*================*/
section.information {
}
section.information>.inner {
    width: 830px;
}
/*----*/
section.information .area-ttl {
    padding: 55px 0 75px 0;
}
section.information .area-ttl h2 {
}
section.information .area-ttl h2 span.sub {
    width: 280px;
    aspect-ratio: 280/30;
    line-height: 1;
}
section.information .area-ttl h2 span.sub b {
    background-image: url(/search/img/char_title_detailedinformation.svg);
}
/*----*/
section.information .area-table {
    padding: 0 0 70px 0;
}
section.information .area-table .outer{
    display: table;
    border-collapse: collapse;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto 0 auto;
}
section.information .area-table .outer dl{
    display: table-row;
}
section.information .area-table .outer dl>dt{
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    text-align: center;
    background-color: var(--color-01b);
    border-style: solid;
    border-width: 2px;
    border-color: var(--color-01);
}
section.information .area-table .outer dl>dt p{
    color: var(--color-01);
}
section.information .area-table .outer dl>dd{
    display: table-cell;
    padding: 12px 18px 12px 18px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--color-01);
}
section.information .area-table .outer dl>dd p{
    min-height: 1.5em;
}
/*----*/
section.information .area-map {
    padding: 0 0 70px 0;
}
section.information .area-map .outer {
    position: relative;
    width: 100%;
    aspect-ratio: 10/6;
    margin: 0 auto 0 auto;
}
section.information .area-map .outer .gmapbody {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----*/
section.information .area-jump {
    text-align: center;
}
section.information .area-jump .ahead {
    padding: 0 0 45px 0;
}
section.information .area-jump .ahead .border-button{
    width: 420px;
}
section.information .area-jump .back {
    padding: 0 0 80px 0;
}
section.information .area-jump .back .border-button{
    width: 330px;
    /* height: 60px; */
}

/*````````````````````````````````````````*/
} @media only screen and (max-width: 768px) {
/*````````````````````````````````````````*/

/*================*/
section.eyecatch {
}
section.eyecatch>.inner {
}
/*----*/
section.eyecatch .area-prop {
    padding: 7vw 0 4vw 0;
}
section.eyecatch .area-prop .box-tag {
}
section.eyecatch .area-prop .box-tag .tag{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0.9vw 3vw 1.3vw 3vw;
    font-size: 3.4vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 4vw;
    white-space: nowrap;
    margin: 0 2vw 2vw 0;
}
section.eyecatch .area-prop .box-tag .tag.category{
    background-color: var(--color-02);
    color: rgba(0,0,0,1);
}
section.eyecatch .area-prop .box-tag .tag.recomm{
    background-color: var(--color-01);
    color: rgba(255,255,255,1);
}
section.eyecatch .area-prop .box-tag .tag span{
}
/*----*/
section.eyecatch .area-ttl {
    padding: 0 0 5vw 0;
}
section.eyecatch .area-ttl h2{
}
section.eyecatch .area-ttl h2 span{
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    color: var(--color-01);
}
/*----*/
section.eyecatch .area-view {
    padding: 0 0 7vw 0;
}
section.eyecatch .area-view .viewblock{
    position: relative;
}
section.eyecatch .area-view .viewblock.big{
}
section.eyecatch .area-view .viewblock.sub{
    padding: 3vw 0 0 0;
}
section.eyecatch .area-view .itemlist{
    overflow: hidden;
}
section.eyecatch .area-view .viewblock.big .itemlist{
}
section.eyecatch .area-view .viewblock.sub .itemlist{
}
section.eyecatch .area-view .itemlist .outer{
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
}
section.eyecatch .area-view .viewblock.big .itemlist .outer{
}
section.eyecatch .area-view .viewblock.sub .itemlist .outer{
    transition-property: margin;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
section.eyecatch .area-view .viewblock.sub .itemlist .outer[data-pos="1"]{
    margin: 0 0 0 0;
}
section.eyecatch .area-view .viewblock.sub .itemlist .outer[data-pos="2"]{
    margin: 0 0 0 calc(69.2vw * -1);
}
section.eyecatch .area-view .itemlist .each{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    text-indent: 0;
}
section.eyecatch .area-view .viewblock.big .itemlist .each{
    width: 100%;
    padding: 0 0 0 0;
}
section.eyecatch .area-view .viewblock.sub .itemlist .each{
    width: 23.1vw;
    padding: 0 3vw 0 0;
}
section.eyecatch .area-view .itemlist .each .skin{
    width: 100%;
    aspect-ratio: 830/500;
    overflow: hidden;
    background-color: rgba(40,40,40,1);
}
section.eyecatch .area-view .viewblock.big .itemlist .each .skin{
}
section.eyecatch .area-view .viewblock.sub .itemlist .each .skin{
    opacity: 1;
}
section.eyecatch .area-view .itemlist .each label{
    height: auto;
}
section.eyecatch .area-view .viewblock.big .itemlist .each .skin{
    border-radius: 4vw;
}
section.eyecatch .area-view .viewblock.sub .itemlist .each .skin{
    border-radius: 2vw;
}
section.eyecatch .area-view .viewblock.sub .itemlist .each.curr .skin::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0.8vw;
    border-color: var(--color-01);
    border-radius: 2vw;
}
section.eyecatch .area-view .itemlist .each .skin figure{
    background-position: 50% 50%;
    background-size: contain;
}
section.eyecatch .area-view .shiftbtn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
}
section.eyecatch .area-view .viewblock.big .shiftbtn {
    top: 22vw;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn {
    top: 4vw;
}
section.eyecatch .area-view .shiftbtn .btn{
    position: absolute;
    top: 0;
    aspect-ratio: 1/1;
}
section.eyecatch .area-view .shiftbtn .btn.conceal {
    display: none;
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn{
    width: 10vw;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn{
    width: 9vw;
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.prev{
    left: -3vw;
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.next{
    right: -3vw;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.prev{
    left: -3.6vw;
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.next{
    right: -3.6vw;
}
section.eyecatch .area-view .shiftbtn .btn i{
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.prev i{
    background-image: url(/common/img/mrk_circlearrow_01_lft_b.svg);
}
section.eyecatch .area-view .viewblock.big .shiftbtn .btn.next i{
    background-image: url(/common/img/mrk_circlearrow_01_rht_b.svg);
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.prev i{
    background-image: url(/common/img/mrk_circlearrow_02_lft_b.svg);
}
section.eyecatch .area-view .viewblock.sub .shiftbtn .btn.next i{
    background-image: url(/common/img/mrk_circlearrow_02_rht_b.svg);
}

/*================*/
section.information {
}
section.information>.inner {
}
/*----*/
section.information .area-ttl {
    padding: 5vw 0 10vw 0;
}
section.information .area-ttl h2 {
}
section.information .area-ttl h2 span.sub {
    width: 61vw;
    aspect-ratio: 280/30;
    line-height: 1;
}
section.information .area-ttl h2 span.sub b {
    background-image: url(/search/img/char_title_detailedinformation.svg);
}
/*----*/
section.information .area-table {
    padding: 0 0 16vw 0;
}
section.information .area-table .outer{
    display: table;
    border-collapse: collapse;
    width: 100%;
    font-size: 4vw;
    font-weight: 500;
}
section.information .area-table .outer dl{
    display: table-row;
}
section.information .area-table .outer dl>dt{
    display: table-cell;
    vertical-align: middle;
    width: 18vw;
    text-align: center;
    background-color: var(--color-01b);
    border-style: solid;
    border-width: 0.6vw;
    border-color: var(--color-01);
}
section.information .area-table .outer dl>dt p{
    line-height: 1.2;
    color: var(--color-01);
}
section.information .area-table .outer dl>dd{
    display: table-cell;
    padding: 7vw 4vw 7vw 4vw;
    border-style: solid;
    border-width: 0.6vw;
    border-color: var(--color-01);
}
section.information .area-table .outer dl>dd p{
    min-height: 1.5em;
}
/*----*/
section.information .area-map {
    padding: 0 0 13vw 0;
}
section.information .area-map .outer {
    position: relative;
    width: 100%;
    aspect-ratio: 10/6;
    margin: 0 auto 0 auto;
}
section.information .area-map .outer .gmapbody {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----*/
section.information .area-jump {
    text-align: center;
}
section.information .area-jump .ahead {
    padding: 0 0 12vw 0;
}
section.information .area-jump .ahead .border-button{
    width: 80vw;
}
section.information .area-jump .ahead .border-button p{
    text-indent: -5vw;
}
section.information .area-jump .back {
    padding: 0 0 15vw 0;
}
section.information .area-jump .back .border-button{
    width: 80vw;
}

/*````````````````````````````````````````*/
} /* end of @media */
/*````````````````````````````````````````*/
