@charset "UTF-8";
html {
    cursor: default;
}
.lnavi .tab_menu{
    width:884px;
    margin-top: 0;
}
.lnavi li{
    width: 50%;
}

h1 span {
    font-size: 2rem;
}
#container .header {
    margin: 0 auto 75px;
    padding-top: 75px;
    width: 100%;
}
#container .header>.inviting-message {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    flex-flow: row wrap;
    justify-content: center;
    align-content: stretch;
    align-items: baseline;
    font-size: 20px;
    font-weight: bold;
}
#container .header>.advisory-note {
    text-align: center;
    line-height: 1.5;
    font-size: 124%;
}
.sekou_cap{
    text-align: right;
    margin: 0 0 0 auto;
}
#sekou_body{
    background-color: #fcf3f1;
    padding: 60px 40px 40px;
}
 ul.sekou_taste{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
 ul.sekou_taste li{
    margin: 0;
}


.photolist{
    background-color: white;
}
.sekou_title{
    padding: 50px 20px 10px 0;
    margin: 30px 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sekou_title .sekou_titleText{
    font-size: 3.2rem;
    line-height: 1;
}
.sekou_title .sekou_titleText span{
    font-size: 1.6rem;
    color: #e60012;
    font-weight: normal;
    letter-spacing: 2px;
}
.sekou_title #search_results_num{
    font-size: 1.5rem;
}
.photolist_wrap{
    padding: 30px 50px;
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}
.photolist_wrap section {
    width: calc(25% - 20px);
    max-width: 240px;
    margin:0 0 40px;
}
.photolist_wrap:before{
    content:"";
    display: block;
    width: calc(25% - 20px);
    max-width: 240px;
    margin:0 0 40px;
    order:1;
}
.photolist_wrap:after{
    content:"";
    display: block;
    width: calc(25% - 20px);
    max-width: 240px;
    margin:0 0 40px;
}
.photolist_wrap section a{
    display: block;
    /*width:240px;*/
    /*height:130px;*/
    cursor: pointer;
}
.photolist_wrap .archives_more, .photolist_wrap .archives_more_before{
    margin: 0 auto;
    flex:0 1 100%;
}
.photolist_wrap .archives_more{
    margin-top: 100px;
}

.sekou_dl a,
.sekou_dl a:visited{
    color:white;
    cursor: pointer;
}

/*切り替えボタン*/
.boxFlex {
    display: flex;
}
.sekou_taste a {
    text-decoration: none;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
}
.sekouBox01 {
    margin: 25px 5px;
}
.sekouBox02 {
    margin: 5px auto;
}
.sekou_selectBtn {
    width: 215px;
    height: 38px;
    font-size: 2.1rem;
    color: #e58678;
    background: #fff;
    border: 1px solid #e58678;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.8;
}
.sekou_taste li:nth-child(2) .sekou_selectBtn{
    width: 290px;
}
ul.sekou_taste li .sekou_selectBtn{
    color: #e58678;
    background: #fff;
}
ul.sekou_taste li.sekou_active .sekou_selectBtn{
    color: #fff;
    background: #e58678;;
}
ul.sekou_taste li a .sekou_selectBtn:hover{
    opacity: 0.3;
    transition: 0.3s;
}

.fancybox-caption{
    pointer-events: visiblePainted;   /* キャプションエリアにポインターを張る場合必要 fancyboxバグ対応 SVG属性エリア？ */
}
.fancybox-caption  .fancybox-caption__body a{
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .archives_more > *:before,
    .archives_more > *:after {
        width: 10vw;
    }
    ul.sekou_taste{
        width: 100%;
    }
    ul.sekou_taste li {
        margin: 0;
        width: calc(33% - 5px);
    }
    .lnavi .tab_menu{
        width:100%;
        margin-bottom: 30px;
    }

    h1 span {
        font-size: 1.5rem;
        padding-top: 50px;
    }
    #container .header {
        margin: 10px auto 40px auto;
        padding-top: 0;
        width: 100%;
    }
    #container .header>.inviting-message {
        margin-bottom: 30px;
        font-size: 18px;
    }
    #container .header>.advisory-note {
        text-align: left;
    }
    #sekou_body{
        padding:20px 20px 20px;
    }
    .sekou_title{
        display: inherit;
        padding: 30px 0 0;
        margin: 10px 20px 0;
    }
    .sekou_title #search_results_num {
        text-align: right;
    }
    .photolist_wrap{
        padding: 20px;
        justify-content: space-between;
    }
    .photolist_wrap section {
        flex:0 1 45%;
        margin:0 0 20px;
    }
    .photolist_wrap section a{
        width:100%;
        height: auto;
    }

    /*切り替えボタン*/
    .triangle {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
    }
    .sekou_selectBtn,
    .sekou_taste li:nth-child(2) .sekou_selectBtn{
        width:100%;
        font-size: 1.2rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px;
        height: 40px;
    }
    .sekou_taste li:nth-child(1),
    .sekou_taste li:nth-child(2){
       width: calc(50% - 5px);
    }
    .sekou_selectBtn span {
        font-size: 1.9rem;
        font-weight: bold;
        letter-spacing: 0;
    }
    .sekou_titleText {
        margin-right: 8px;
        margin-bottom: 20px;
        padding: 0;
    }
    .sekou_title .sekou_titleText{
        font-size: 2rem;
        line-height: 1.2;
    }
    .sekou_title .sekou_titleText span {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 450px) {
    h1 {
        margin-top: 20px;
    }
    #title {
        height: 150px;
        box-sizing: border-box;
    }
}



/* 追従ボタン */

.js-fix-area {
    position: relative;
}

.js-fix-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
}
.js-fix{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.js-fix a{
    padding: 20px 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    color: #fff;
    transition: 0.3s;
}
.js-fix a.web_catalog {
    background: #ec1333;
    margin-bottom: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 1.4rem;
}
.js-fix a.simulator {
    background: #4b556c;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 1.4rem;
}

.js-fix.is-fixed {
    position: fixed;
    top: 10px;
    right: 0;
}
.js-fix a:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
    transition: 0.3s;
}


@media (max-width: 768px) {
    .js-fix-wrapper{
        z-index: 500;
        width: 100%;
    }
    .js-fix{
        display: flex;
        flex-direction: initial;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
        position: fixed;
        top: initial;
        bottom: 0;
        right: initial;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
    }
    .js-fix a{
        width: 50%;
        padding: 10px 0;
        text-align: center;
        writing-mode: horizontal-tb;
        color: #fff;
        border-radius: initial !important;
    }
    .js-fix a.web_catalog {
        margin-bottom: 0;
    }
    .js-fix.is-fixed {
        opacity: 1;
        pointer-events: initial;
        top: initial;
        bottom: 0;
        /*right: initial;*/
        right: 0;
    }
}
@media (max-width: 450px) {
    .js-fix a {
        font-size: 1.3rem;
        padding: 5px 0;
    }
}

/* ページ下部ＳＮＳリンク */

.entryInfo.catalog {
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px;
}
.entryInfo.catalog .sns_share {
    float: initial;
}
@media (max-width: 768px) {
    .like .fb-like {
        display: inline-block;
    }
}