@charset "UTF-8";

    /* Project
       ----------------------------------------------------------------- */

    #loader_bg {
       display: none;
       position: fixed;
       width: 100%;
       height: 100%;
       top: 0px;
       left: 0px;
       background-color: #000;
       z-index: 11;
    }

    .loader_bg_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .loader_bg_inner h3 {
        font-size: 5vw;
        letter-spacing: 0.02em;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        width: 60%;
    }

    .loader_bg_inner h3 svg {
        width: 100%;
        height: 56px;
        fill: #fff;
    }

    .ttl_wrap {
         display: none;
         background:linear-gradient(90deg,#fff 0%,#fff 50%,#fff 50%,#fff 100%);
         -webkit-background-clip: text;
         background-clip: text;
         -webkit-text-fill-color: transparent;
         -webkit-text-stroke-width: 1px;
         -webkit-text-stroke-color: #fff;
         background-repeat: no-repeat;
    }

    .fadein_text {
        position: relative;
    }

    .loader_bg_inner p {
        display: none;
        position: absolute;
        left: 0;
        bottom: 140px;
        width: 100%;
        height: 30px;
        font-size: 14px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        animation: flash 1s linear infinite;
    }

    @keyframes flash {
     0%,100% {
       opacity: 1;
     }

     50% {
       opacity: 0;
     }
    }

    .p_main_v {
        display: flex;
        align-items: center;
        width: 100%;
        height: 80vh;
    }

    /*.p_main_v:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
    }

    .p_main_v_review:before{
      background:url(../../images/main_v_review.jpg) center no-repeat;
      background-size:cover;
    }

    .p_main_v_magazine:before{
      background:url(../../images/main_v_magazine.jpg) center no-repeat;
      background-size:cover;
    }

    .p_main_v_photo:before{
      background:url(../../images/main_v_photo.jpg) center no-repeat;
      background-size:cover;
    }*/

    .section_review {
      background:url(../../images/main_v_review.jpg) center no-repeat;
      background-size:100%;
      background-position: top;
      background-attachment: fixed;
    }

    .section_magazine {
      background:url(../../images/main_v_magazine.jpg) center no-repeat;
      background-size:100%;
      background-position: top;
      background-attachment: fixed;
    }

    .section_photo {
      background:url(../../images/main_v_photo.jpg) center no-repeat;
      background-size:100%;
      background-position: top;
      background-attachment: fixed;
    }

    .p_main_v_ttl {
        width: 50%;
        max-width: 987px;
        margin: 0 auto;
    } 

    .p_main_v_ttl img {
        width: 100%;
    }

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

        .p_main_v {
            height: 90vh;
        }

        .p_main_v_ttl {
            width: 100%;
            max-width: 500px;
        }

        .section_review .p_main_v_ttl img {
            position: relative;
            width: 120%;
            left: -10%;
        }

        .section_magazine .p_main_v_ttl img {
            position: relative;
            width: 100%;
            left: 0;
        }

        .section_photo .p_main_v_ttl img {
            position: relative;
            width: 100%;
            left: 0%;
        }

        .loader_bg_inner h3 {
            width: 35%;
        }

        .section_review {
          background:url(../../images/main_v_review_sp.jpg) no-repeat;
          background-size: 160%;
        }

        .section_magazine {
          background:url(../../images/main_v_magazine_sp.jpg) no-repeat;
          background-size: 160%;
        }

        .section_photo {
          background:url(../../images/main_v_photo_sp.jpg) no-repeat;
          background-size: 160%;
        }

        /*.section_review,
        .section_magazine,
        .section_photo {
            background: inherit;
        }*/

        .l_second .section_review {
          background:url(../../images/main_v_review_sp.jpg) no-repeat;
          background-size:160%; 
        }

        .l_second .section_magazine {
          background:url(../../images/main_v_magazine_sp.jpg) no-repeat;
          background-size:160%; 
        }

        .l_second .section_photo {
          background:url(../../images/main_v_photo_sp.jpg) no-repeat;
          background-size:160%; 
        }


    }

    .p_pickup {
        width: 57%;
    }

    .p_pickup_top {
        position: relative;
        margin: 0 10%;
        padding: 33px 0 0;
    }

    .p_pickup_img {
        width: 70%;
        margin: 0 auto;
    }

    .p_pickup_img a {
        display: block;
        position: relative;
    }

    .p_pickup_img a:hover {
        opacity: 1;
    }

    .p_pickup_img a:after {
        position: absolute;
        transition-duration: 0.2s;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
    }

    .p_pickup_img a:hover:after {
        box-shadow: 5px 4px 60px 40px rgba(0,0,0,0.1) inset;
        background: rgba(0,0,0,0.1);
    }

    .p_pickup_img a:hover img {
    }

    .p_pickup_img img {
        width: 100%;
        transition-duration: 0.3s;
    }

    .p_pickup_cat {
        position: absolute;
        left: 0;
        bottom: -4%;
        width: 38%;
        max-width: 338px;
        z-index: 1; 
    }

    .section_review .p_pickup_cat {
        left: 0;
    }

    .section_review .p_pickup_cat img {
        position: relative;
        left: -12%;
    }

    .section_magazine .p_pickup_cat {
        left: 0;
    }

    .section_review .p_pickup_cat {
        left: 0;
    }

    .p_pickup_cat img {
        width: 100%;
    }

    .section_magazine .p_pickup_cat img {
        position: relative;
        left: -1%;
    }

    .section_photo .p_pickup_cat img {
        position: relative;
        left: -19%;
    }

    .p_pickup_ttl {
        position: relative;
        display: inline-block;
    }

    .p_pickup_ttl span {
        position: relative;
        padding: 0 5px;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.7em;
        z-index: 1;
        color: #000;
        background: #fff;
    }

    /*.p_pickup_ttl:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transform-origin: left;
        transform: scale(0, 1);
        transition-duration: 0.8s;
        transition-delay: 3s;
    }

    .p_pickup_ttl.active:after {
        transform: scale(1, 1);
    }*/

    .p_pickup_btm {
        position: relative;
        margin: 5% 10%;
    }

    .p_pickup_txt {
        margin-top: 10px;
        color: #7b7b7b;
    }

    .p_pickup_txt span {
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .p_pickup_txt_description {
        display: block;
        overflow: hidden;
        height: 17px;
        margin-bottom: 20px;
    }

    .p_pickup_txt_description p {
        margin-right: 250px;
        font-size: 16px;
        line-height: 1.6em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .p_pickup_txt_date {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .section_photo .p_pickup_txt_date {
        display: block;
        margin-top: 10px;
        color: #fff;
    }

    .p_pickup_txt_start_end {
        display: block;
        margin-top: 1%;
        font-size: 13px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
        font-weight: 300;
    }

    .p_pickup_top_txt {
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: -12px;
        margin-top: 50px;
        font-size: 12px;
        transform: rotate(-90deg);
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 0.05em;
    }

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

        .p_pickup_ttl span {
            font-size: 2.3vw;
        }

    }

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

        .p_pickup_txt span {
            font-size: 1.2vw;   
        }

    }

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

        .p_pickup {
            width: 100%;
        }

        .p_pickup_txt_description {
            height: 4vw;
            color: #fff;
        }

        .p_pickup_txt_description p {
            margin-right: 130px;
            font-size: 3vw;
        }

        .section_review .p_pickup_cat img {
            left: -29%;
        }

        .section_magazine .p_pickup_cat img {
            left: -17%;
        }

        .section_photo .p_pickup_cat img {
            left: -33%;
        }

        .p_pickup_btm {
            margin: 8% 5%;
        }

        .p_pickup_txt_start_end {
            margin-top: 10px;
        }

        .p_pickup_ttl span {
            font-size: 4.5vw;
        }

        .p_pickup_txt span {
            font-size: 2.5vw;
        }

        .p_pickup_top_txt {
            display: block;
            position: static;
            margin: 0 0 30px;
            transform: rotate(0deg);
            text-align: center;
        }

    }

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

        .p_pickup_btm {
            margin: 10% 5%;
        }

        .p_pickup_ttl span {
            font-size: 4.5vw;
        }

        .p_pickup_txt span {
            font-size: 3.7vw;
        }

    }

    .p_masonry {
        width: 40%;
        margin-right: 5%;
    }

    .p_masonry_list {
        width: 78%;
        padding: 0 3%;
    }

    .p_masonry article {
        position: relative;
        width: 46%;
        float: left;
        margin: 0 2% 0;
        margin-bottom: 4%;
    }

    .p_masonry article a {
        display: block;
    }

    .p_masonry a .p_masonry_img {
        position: relative;
    }

    .p_masonry a .p_masonry_img:after {
        position: absolute;
        transition-duration: 0.2s;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
    }

    .p_masonry a .p_masonry_img:hover:after {
        box-shadow: 5px 4px 60px 40px rgba(0,0,0,0.1) inset;
        background: rgba(0,0,0,0.1);
    }

    .p_masonry article a:hover {
        opacity: 1;
    }

    .p_masonry article a:hover .p_masonry_img img {
    }

    .p_masonry_list article {
        width: 29.3%;
    }

    .p_masonry_list article a {
        display: block;
        transition-duration: 0.3s;
    }

    .p_masonry_list article a:hover .p_masonry_img img {
    }

    .p_masonry_list article a img {
        transition-duration: 0.3s;
    }

    .p_masonry_list article a:hover img {
    }

    .p_masonry_img {
        width: 100%;
    }

    .p_masonry_img img {
        width: 100%;
    }

    .p_masonry_cat {
        position: absolute;
        top: -10px;
        left: 1%;
        max-width: 80px;
        width: 23%;
        z-index: 1;
    }

    .p_masonry_cat img {
        width: 100%;
    }

    .p_masonry_txt {
        padding: 5% 5% 7%;
        background: #e7e7e7;
    }

    .p_masonry_txt_ttl {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 1.6em;
        color: #000;
        font-weight: 500;
    }

    .p_masonry_txt_detail {
        margin: 0;
        color: #999999;
    }

    .p_masonry_txt_description {
        height: 18px;
        overflow: hidden;
    }

    .p_masonry_txt_description p,
    .p_masonry_txt_description div,
    .p_masonry_txt_description div a {
        font-size: 14px;
        color: #999999;
        line-height: 1.6em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .p_masonry_txt_detail span {
        font-size: 14px;
        color: #999999;
    }

    .p_masonry_txt_date {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
    }

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

        .p_masonry_txt_ttl {
            font-size: 1.2vw;
        }

        .p_masonry_txt_detail {
            font-size: 1.2vw;
        }

    }

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

        .p_masonry {
            width: 100%;
            padding: 3% 3% 1%;
        }

        .p_masonry_cat {
            top: -2.5%;
            left: 2%;
            max-width: 70px;
            width: 30%;
        }

        .p_masonry_txt_ttl {
            margin-bottom: 2%;
            font-size: 2.8vw;
            line-height: 1.5em;
        }

        .p_masonry_txt_detail span {
            font-size: 2.4vw;
            line-height: 1.5em;
        }

        .p_masonry article {
            width: 46%;
            margin: 2%;
            margin-bottom: 6%;
        }

        .p_masonry_txt_description {
            height: 3.2vw;
        }

        .p_masonry_txt_description p {
            font-size: 2.5vw;
        }

        .p_masonry_txt_description p a,
        .p_masonry_txt_description p div {
            color: #999999;
            font-size: 2.5vw;
        }


    }

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

        .p_masonry_cat {
            left: 2%;
        }

    }

    .p_recomend h3 {
        width: 120px;
        margin-bottom: 20px;
    }

    .p_recomend h3 img {
        width: 100%;
    }

    .p_recomend article {
        position: relative;
        margin-bottom: 5%;
    }

    .p_recomend_txt_description {
        height: 20px;
        overflow: hidden;
    }

    .p_ranking h3 {
        margin-bottom: 40px;
    }

    .p_ranking article {
        margin-bottom: 8%;
    }

    .p_ranking article:after {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        width: 26px;
        height: 26px;
        line-height: 25px;
        border: 1px solid #fff;
        font-size: 14px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        background: rgba(0,0,0,0.5);
    }

    .p_ranking article:first-child:after {
        content: "01";
    }

    .p_ranking article:nth-child(2):after {
        content: "02";
    }

    .p_ranking article:nth-child(3):after {
        content: "03";
    }

    .p_ranking article:nth-child(4):after {
        content: "04";
    }

    .p_ranking article:nth-child(5):after {
        content: "05";
    }

    .p_recomend article .p_recomend_txt {
    }

    .p_recomend article a figure {
        transition-duration: 0.3s;
    }

    .p_recomend article a:hover figure {
    }

    .p_recomend article > a {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .p_recomend_img {
        width: 30%; 
        min-width: 30%;
        padding-top: 30%;
        margin-right: 3%;
    }

    .p_recomend_txt {
        width: 60%;
    }

    .p_recomend_txt h4 {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 1.6em;
        font-weight: normal;
    }

    .p_recomend_txt p {
        font-size: 14px;
        line-height: 1.6em;
        color: #7b7b7b;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .p_recomend_txt p span {
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
    }

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

        .p_recomend h3 {
            margin: 0 auto 20px;
        }

        .p_recomend_img {
            width: 25%; 
            min-width: 25%;
            padding-top: 25%;
            margin-right: 3%;
        }

        .p_recomend_txt_description {
            height: 3.5vw;
        }

        .p_recomend_txt h4 {
            margin-bottom: 3%;
            font-size: 2.8vw;
        }

        .p_recomend_txt p {
            font-size: 2.8vw;
        }

        .p_recomend_txt p span {
            font-size: 2.8vw;
        }

    }

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

        .p_recomend_txt h4 {
            margin-bottom: 2%;
        }

        .p_recomend_txt_description {
            height: 4vw;
        }

    }

    .p_ranking_top {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10%;
    }

    .p_ranking_top h3 {
        width: 83px;
        margin-bottom: 0;
    }

    .p_ranking_top h3 img {
        width: 100%;
    }

    .p_ranking_tab_navi {
        display: flex;
        align-items: center;
        margin-left: 30px;
    } 

    .p_ranking_tab_navi li {
        margin: 0 5px;
        font-size: 20px;
        line-height: 0;
        cursor: pointer;
        font-family: 'Roboto Condensed', sans-serif;
        color: #7b7b7b;
    }

    .p_ranking_tab_navi li:first-child:hover {
        color: #ff0084;
    }

    .p_ranking_tab_navi li:nth-child(2):hover {
        color: #ffde00;
    }

    .p_ranking_tab_navi li:nth-child(3):hover {
        color: #2fd2bf;
    }


    .p_ranking_tab_navi li:first-child.current {
        color: #ff0084;
    }

    .p_ranking_tab_navi li:nth-child(2).current {
        color: #ffde00;
    }

    .p_ranking_tab_navi li:nth-child(3).current {
        color: #2fd2bf;
    }

    .p_ranking_tab .p_recomend_inner {
        display: none;
    }

    .p_ranking_tab .p_recomend_inner.show {
        display: block;
    }

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

        .p_ranking_top {
            display: block;
            margin-bottom: 30px
        }

        .p_ranking_top h3 {
            margin-bottom: 30px;
        }

        .p_ranking_tab_navi {
            display: block;
            margin-left: 0;
            text-align: center;
        }

        .p_ranking_tab_navi li {
            display: inline-block;
            margin: 0 20px;
        }

        .p_ranking article:after {
            width: 30px;
            height: 30px;
            line-height: 29px;
        }


    }

    .p_btm_bnr {
        padding: 100px 0;
        background: #000;
    }

    .p_btm_bnr ul {
        display: flex;
        justify-content: center;
    }

    .p_btm_bnr ul li {
        margin: 0 25px;
    }

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

        .p_btm_bnr {
            max-width: 940px;
            margin: 0 auto;
            padding: 30px 0;
        }

        .p_btm_bnr ul {
            padding: 0 5%;
        }

        .p_btm_bnr ul li {
            width: 48%;
            margin: 0;
        }

        .p_btm_bnr ul li:first-child {
            margin: 0 2% 0 0;
        }

        .p_btm_bnr ul li:last-child {
            display: none;
        }

        .p_btm_bnr ul li img {
            width: 100%;
        }

    }

    .p_right_bnr {
        margin-top: 50px;
    }

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

        .p_right_bnr img {
            width: 100%;
        }
    
    }

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

        .p_right_bnr {
            display: none;
        }
    
    }

    .p_detail {
        position: relative;
        width: 50%;
        margin: 5% 10% 0;
    }

    .p_detail_img {
        width: 70%;
        margin: 0 auto 5%;
    } 

    .p_detail_img img {
        width: 100%;
    }

    .p_detail_inner {
        position: relative;
        z-index: 1;
    }

    .p_detail_category {
        position: absolute;
        width: 250px;
        top: -43px;
        left: -1%;
    }

    .p_detail_category img {
        width: 100%;
    }

    .p_detail_ttl span {
        padding: 0 5px;
        font-size: 28px;
        line-height: 1.8em;
        color: #000;
        background: #fff;
    }

    .p_detail_sub {
        margin: 10px 0;
        font-weight: normal;
        font-size: 16px;
        color: #999999;
    }

    .p_detail_date {
        font-weight: normal;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .p_detail_date {
        display: block;
        margin-top: 10px;
    }

    .p_detail_date span {
        font-size: 14px;
    }

    .p_detail_main {
        margin-top: 10%;
    }

    .p_detail_main,
    .p_detail_main p {
        font-size: 14px;
        line-height: 2em;
        letter-spacing: 0.05em;
    }

    .p_detail_info {
        margin-top: 10%;
        background: #191919;
    }

    .p_detail_info dl {
        display: table;
        width: 100%;
        border-bottom: 1px solid #000;
    }

    .p_detail_info dl:last-child {
        border-bottom: 0;
    }

    .p_detail_info dl dt {
        width: 150px;
        font-size: 16px;
        text-align: center;
        white-space: nowrap
    }

    .p_detail_info dl dd {
        font-size: 14px;
    }

    .p_detail_info dl dd small {
        font-size: 12px;
    }

    .p_detail_info dl dt,
    .p_detail_info dl dd {
        display: table-cell;
        padding: 2% 5%;
        vertical-align: top;
        line-height: 1.8em;
        text-align: left;
    }

    .p_detail_btm {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 40px 0;
    }

    .p_detail_sns {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .p_detail_sns li {
        margin-right: 5px;
    }

    .p_detail_main hr {
        margin: 40px 0;
        border-top: 1px solid #333333;
    }

    .p_detail_main h4 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 500;
    }

    .p_detail_main h4 span {
        font-size: 22px;
    }

    .p_detail_main blockquote p {
        font-size: 12px;
        color: #666666;
    }

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

        .p_detail_ttl span {
            font-size: 2.5vw;
        }

        .p_detail {
            width: 70%;
            margin: 0;
            padding: 5% 10% 0;
        }

        .p_detail_category {
            width: 28%;
            top: 17px;
            left: 19%;
        }

    }

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

        .parallax-mirror {
            display: none;
        }

        .p_detail {
            width: 100%;
            padding: 80px 0 0;
            margin: 0;
        }

        .p_detail_img {
            width: 60%;
            margin: 0 auto;
        }

        .p_detail_txt {
            padding: 5% 5% 0;
        }

        .p_detail_category {
            width: 29%;
            top:  45px;
            left: 6%;
        }

        .p_detail_ttl span {
            font-size: 3.5vw;
        }

        .p_detail_sub {
            font-size: 2.7vw;
        }

        .p_detail_date {
            font-size: 2.7vw;
        }

        .p_detail_main,
        .p_detail_main p {
            font-size: 2.7vw;
        }

        .p_detail_info dl dt,
        .p_detail_info dl dd {
            padding: 2.5%;
        }

        .p_detail_info dl dt {
            min-width: 110px;
            width: 110px;
            padding: 2.5% 3%;
            font-size: 2.7vw;
            text-align: left;
        }

        .p_detail_info dl dd {
            font-size: 2.7vw;
        }

        .p_detail_info dl dd small {
            font-size: 2vw;
        }

        .p_detail_btm {
            display: block;
            margin: 10% 0;
        }

        .p_detail_sns {
            margin-bottom: 40px;
            justify-content: center;
            text-align: center;
        }

        .p_detail_sns li {
            margin: 0 3px;
        }

        .p_detail_main hr {
            margin: 30px 0;
            border-top: 1px solid #333333;
        }

        .p_detail_main h4 {
            margin-bottom: 20px;
            font-size: 2.5vw;
            font-weight: 500;
        }

        .p_detail_main h4 span {
            font-size: 2.5vw;
        }

        .p_detail_main blockquote p {
            font-size: 2vw;
            color: #666666;
        }

    }

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

        .p_detail_ttl span {
            font-size: 4.5vw;
        }

        .p_detail_sub {
            font-size: 2.5vw;
        }

        .p_detail_date {
            font-size: 2.3vw;
        }

        .p_detail_main,
        .p_detail_main p {
            font-size: 3vw;
        }

        .p_detail {
            padding: 66px 0 0;
        }

        .p_detail_info dl dt {
            min-width: 80px;
            width: 80px;
        }

        .p_detail_category {
            width: 28%;
            top: 45px;
        }

        .section_magazine .p_detail_category {
            top: 45px;
            left: 11%;
        }

        .section_review .p_detail_category {
            top: 45px;
            left: 11%;
        }

        .section_photo .p_detail_category {
            top: 50px;
            left: 10%;
        }

    }

    .p_404 {
        padding: 100px 0 0;
    }

    .p_404_ttl {
        margin-bottom: 40px;
        font-size: 24px;
        text-align: center;
    }

    .p_404_txt {
        font-size: 18px;
        text-align: center;
    }

    .search-form {
        max-width: 700px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .search-form label {
        display: none;
    }

    .search-form input[type="search"] {
        display: block;
            width: 100%;
            height: 40px;
            padding: 0 20px;
            border-radius: 2px;
            border: 0;
            font-size: 14px;
    }

    .search-form .icon-search {
        display: none;
    }

    .search-form .search-submit {
        display: block;
        width: 150px;
        height: 43px;
        margin-left: 20px;
        line-height: 42px;
        color: #fff;
        font-size: 14px;
        background-color: #292929;
        border: 0;
        border-radius: 2px;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .search-form .search-submit span {
        font-size: 14px;
    }

    .p_404_search {
        margin: 40px 0;
        text-align: center;
    }

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

        .p_404 {
            padding: 80px 5% 0;
        }

        .p_404_ttl {
            margin-bottom: 20px;
            font-size: 3vw;
        }

        .p_404_txt {
            font-size: 2.5vw;
            text-align: center;
        }

        .search-form .search-submit {
            width: 100px;
            height: 40px;
            margin-left: 10px;
            line-height: 39px;
        }

    }

    .p_static {
        max-width: 900px;
        margin: 0 auto;
    }

    .p_static_txt h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .p_static_txt p {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 1.7em;
    }

    .p_static_ttl {
        width: 300px;
        margin: 0 auto 40px;
    }

    .p_static_ttl img {
        width: 100%;
    }

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

        .p_static {
            padding: 0 5%;
        }

        .p_static_txt h3 {
            margin-bottom: 20px;
            font-size: 3.3vw;
        }

        .p_static_txt p {
            margin-bottom: 30px;
            font-size: 3vw;
        }

        .p_static_ttl {
            width: 60%;
            max-width: 300px;
            margin: 0 auto 30px;
        }


    }

    /* Popup */

    .p_popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 7;
    }

    .p_popup_close {
        position: absolute;
        top: 50%;
        right: 30px;
        width: 14px;
        margin-top: -12px;
        cursor: pointer;
    }

    .p_popup_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
    }

    .p_popup_inner {
        width: 60%;
        max-width: 800px;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .p_popup_inner.vertical {
        width: auto;
        height: 60%;
        text-align: center;
    }

    .p_popup_inner img {
        width: 100%;
        height: auto;
    }

    .p_popup_inner.vertical img {
        width: auto;
        height: 100%;
    }

    .p_popup_overlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 0;
    }

    .p_close_btn {
        position: absolute;
        top: -60px;
        right: -60px;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .p_close_btn::before, .p_close_btn::after {
        content: "";
        display: block;
        width: 100%;/*バツ線の長さ*/
        height: 1px;/*バツ線の太さ*/
        background: #fff;
        transform: rotate(45deg);
        transform-origin:0% 50%;
        position: absolute;
        top: calc(14% - 5px);
        left: 14%;
    }

    .p_close_btn::after {
        transform: rotate(-45deg);
        transform-origin:100% 50%;
        left: auto;
        right: 14%;
    }

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

        .p_popup_inner {
            width: 75%;
        }

        .p_popup_inner.vertical {
            height: 55%;
        }
        
        .p_close_btn {
            top: -30px;
            right: -30px;
            width: 30px;
            height: 30px;
        }

        .p_close_btn::before, .p_close_btn::after {
            content: "";
            display: block;
            width: 100%;/*バツ線の長さ*/
            height: 1px;/*バツ線の太さ*/
            background: #fff;
            transform: rotate(45deg);
            transform-origin:0% 50%;
            position: absolute;
            top: calc(14% - 5px);
            left: 14%;
        }

        .p_close_btn::after {
            transform: rotate(-45deg);
            transform-origin:100% 50%;
            left: auto;
            right: 14%;
        }
    }

    @media screen and (max-height: 800px) {
        
    }