@charset "UTF-8";

/* Base
-------------------------------------------------- */

html {
    font-family: 'M PLUS 1p', 'Montserrat', sans-serif;
}

a {
    color: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

a:hover {
    text-decoration: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

h1 {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translate(0, -48%);
    transform: translate(0, -48%);
}

h1 img {
    display: none;
    width: 100%;
}

@media all and (-ms-high-contrast: none) {
    h1 svg {
        display: none !important;
    }
    h1 img{
        display: block !important;
    }
}

h2 {
    display: inline-block;
    margin: 0 0 6%;
    position: relative;
    top: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    color: #231c60;
    line-height: 1.1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    opacity: 0;
    font-feature-settings: "palt";
}

h2 span {
    padding-left: 30px;
    font-size: 14px;
    vertical-align: text-bottom;
    font-family: 'M PLUS 1p', sans-serif;
}

h2.smoth {
    top: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    opacity: 1;
}

.sat {
    font-style: normal;
    color: #0168b7;
}

.sun {
    font-style: normal;
    color: #e70012;
}

h2.smoth:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

h2.slide:before {
    height: 0%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

h3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #231c60;
}

h3:before {
    content: "";
    width: 35px;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: #231c60;
}

.sub_content {
    padding: 157px 6% 0;
}

.sub_content--b {
    padding-top: 0;
}

.sub_content--b .messageBtn {
    margin-top: 6%;
}

.sub .detail_area.sub_content--l {
    padding-bottom: 200px;
}

.lead {
    margin-bottom: 3%;
    line-height: 2em;
}

.center {
    text-align: center;
}

.tel {
    margin-bottom: 5%;
    font-size: 20px;
    text-align: center;
    color: #140596;
}

.sub_area {
    position: relative;
    padding: 10% 6%;
}

.messageBtn {
    margin-top: 5%;
    overflow: hidden;
}

.messageBtn li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.messageBtn li:last-child {
    margin-right: 0;
}

.btn .main {
    display: block;
    width: 100%;
    border: solid 1px #000;
    padding: 30px 0;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
}

.btn.timelink {
    margin-top: 20px;
}

.btn .main:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn .main:hover:before {
    height: 100%;
}

.btn .main:hover {
    color: #FFF;
}

nav li a {
    position: relative;
}

nav li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

nav li a:hover:before {
    width: 100%;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a img {
    opacity: 1;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a:hover img {
    opacity: 0.6;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.side_area nav,
.side_area.topPage nav.scrollOn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
}

.side_area.topPage nav {
    position: absolute;
    top: 0;
    left: auto;
    right: 80px;
    width: calc(100vw - 80px);
    z-index: 1000;
}

.side_area nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

body#top .side_area nav > ul {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body#top .side_area nav.scrollOn > ul,
body#top .side_area nav > ul:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.side_area.topPage nav > ul::before {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.side_area nav > ul:hover::before,
.side_area nav.scrollOn > ul::before {
    opacity: 1;
}

.side_area nav > ul > li {
    padding: 0 30px;
}

.side_area nav > ul > li > a {
    padding: 20px 0;
}

.side_area nav li a {
    display: inline-block;
    color: #231c60;
    font-size: 16px;
    text-align: center;
}

.side_area.topPage nav li a {
    color: #fff;
}

.side_area.topPage nav > ul:hover > li > a,
.side_area.topPage nav.scrollOn > ul > li > a {
    color: #231c60;
}

.side_area nav li a:before {
    bottom: 0;
    background-color: #231c60;
}

.side_area nav li a .side_area nav li a.before {
    pointer-events: none;
    cursor: none;
    color: #4f4988;
}

.navBottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #231c60;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.side_area nav > ul > li.btn:hover .navBottom {
    opacity: 1;
    visibility: visible;
}

.navBottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    padding: 20px 6%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, -webkit-transform .4s ease;
}

.side_area nav > ul > li.btn:hover .navBottom__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navBottom__cld {
    position: relative;
    width: calc(50% - 25px);
}

.navBottom__head {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navBottom__head img {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: auto;
    opacity: .2;
    z-index: -1;
    
}

.navBottom__head p {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .2em;
    text-indent: .2em;
    line-height: 1.2em;
}

.navBottom__head p.sub {
    font-size: 20px;
}

.navBottom ul li {
    position: relative;
}

.navBottom ul li:not(:last-child) {
    margin-bottom: 20px;
}

.navBottom ul li a {
    width: 100%;
    padding: 16px 0;
    color: #fff;
    letter-spacing: .1em;
    text-indent: .1em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.navBottom ul li a:hover {
    background-color: rgba(0, 0, 0, .8);
}

.navBottom ul li a:before {
    bottom: 0;
    background-color: #fff;
}

.navBottom i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}


/* FirstView
-------------------------------------------------- */

.wrap_top {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../../img/ph_top.jpg);
    background-size: cover;
    background-position: center left;
}

h1 #logo {
    opacity: 0;
    -webkit-transition: 0.3 all ease;
    transition: 0.3 all ease;
}

.svg_area #logo {
    opacity: 1;
    -webkit-transition: 0.3 all ease;
    transition: 0.3 all ease;
}

.svg_area #logo .topSVG {
    stroke: #FFF;
    fill: transparent;
    stroke-width: 0.3;
}

.svg_area #logo .topSVG.st0,
.svg_area #logo .topSVG.st1,
.svg_area #logo .topSVG.st2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: .3;
}

.svg_area #logo .topSVG.st0,
.svg_area #logo .topSVG.st1,
.svg_area #logo .topSVG.st2 {
    -webkit-animation: st0_anime 2s ease-in 0s forwards;
    animation: st0_anime 2s ease-in 0s forwards;
}

@-webkit-keyframes st0_anime {
    0% {
        stroke-dashoffset: 1000;
        fill: transparent;
    }
    50% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #FFF;
    }
}

@keyframes st0_anime {
    0% {
        stroke-dashoffset: 1000;
        fill: transparent;
    }
    50% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #FFF;
    }
}

.side_area {
    position: absolute;
    right: 0;
    width: 80px;
    height: 100vh;
    background-color: #FFF;
}

.sub .side_area {
    background: transparent;
}

#navBtn {
    display: none;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 5;
    background: #231c60;
}

#navBtn span {
    width: 30px;
    height: 3px;
    position: absolute;
    background: #FFF;
}

#navBtn span.top {
    top: 35px;
    left: 25px;
}

#navBtn span.bottom {
    top: 45px;
    left: 25px;
}

.day {
    width: 500px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    position: absolute;
    right: -210px;
    top: 60%;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}


/* Contents
-------------------------------------------------- */

.detail_area {
    background: #F4F4F4;
}

.detail_txt {
    width: 61%;
    position: relative;
    z-index: 2;
}

.txt {
    font-size: 16px;
    line-height: 2.3em;
}

.ph {
    width: 28%;
    position: absolute;
    left: 81%;
    top: 50%;
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-59%, -50%);
}


/*----------- TOP_NEWS----------- */

.news_list li {
    width: 100%;
    margin: 0 0 3% 0;
    padding-bottom: 3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: solid 1px #DDD;
    font-size: 14px;
    line-height: 1.8em;
}

.news_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.news_list li dt {
    margin-bottom: 10px;
    color: #231c60;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
}


/*----------- TOP_ACCESS----------- */

.map {
    margin-bottom: 2%;
}

.address {
    width: 70%;
    float: left;
    font-size: 15px;
}

.address dt {
    margin: 2% 0;
}

.address dd {
    margin-bottom: 1%;
    font-size: 13px;
}

.mapBtn {
    width: 30%;
    float: right;
    margin-top: 2%;
}


/*----------- TOP_CONTACT----------- */

.contact_area {
    text-align: center;
}

.contact_area h2 {
    text-align: center;
}

.contact_area .btn .main {
    padding: 2% 0;
    font-size: 26px;
}


/*----------- SUB_EVENT----------- */

.anchor {
    position: absolute;
    top: 0px;
}

.sub .detail_area {
    position: relative;
    padding-bottom: 80px;
}

.sub_menu {
    width: 100%;
    padding: 4% 1.8% 4% 5%;
    position: relative;
    top: 0;
    right: 0;
    background: #231c60;
    overflow: hidden;
}

.sub_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.sub_menu ul li {
    padding-right: 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.sub_menu ul li:last-child {
    padding-right: 0;
}

.sub_menu ul li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.sub_menu ul li a i {
    display: block;
}

.sub_menu ul li a:hover {
    color: #DDD;
}

.panel_cont .btn .main {
    width: 40%;
    margin: 0 auto;
    padding: 2% 0;
}

.tab_list {
    border-bottom: solid 1px #a3c5df;
    margin-bottom: 60px;
    overflow: hidden;
}

.tab_list li {
    width: 50%;
    float: left;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #a3c5df;
    cursor: pointer;
}

.tab_list li:hover {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.tab_list li.current,
.tab_list li:hover {
    color: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.tab_list li:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.tab_list li.current:before,
.tab_list li:hover:before {
    content: "";
    width: 100%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.panel_cont {
    position: relative;
    overflow: hidden;
}

.time_table {
    margin-bottom: 3%;
    text-align: center;
}

.time_table {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.event_detail {
    width: 50%;
    padding: 6% 6% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.event_detail--b {
    width: 100%;
}

.event_detail h4 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    font-size: 35px;
    color: #231c60;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.event_detail--b h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 11px;
    font-size: 22px;
    border-bottom: 1px solid #231c60;
}

.event_detail h4:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #231c60;
    position: absolute;
    left: 0;
    bottom: 0;
}

.event_detail--b h4:before {
    display: none;
}

.event_detail dt,
.detail dt {
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #231c60;
}

.event_detail dt .place,
.detail dt .place {
    display: block;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'M PLUS 1p', 'Montserrat', sans-serif;
}

.event_detail--d dt .place {
    color: #000;
}

.event_detail.event_detail--b dt .place {
    display: inline-block;
    margin-left: 30px;
}

.event_detail dd {
    line-height: 2em;
    font-size: 14px;
}

.event_detail.event_detail--b dd {
    font-size: 16px;
}

.event_detail--b dd:not(:first-child) {
    margin-top: 50px;
}

.photList li {
    display: inline-block;
    margin-right: 10px;
}

.photList li:last-child {
    margin-right: 0;
}

.col5 {
    padding: 6% 6% 8%;
}

.detail {
    width: 100%;
}

.colEv .detail dd {
    width: 32% !important;
    text-align: center;
    padding: 0 1% 1% 0 !important;
}

.colEv .detail dd a {
    display: block;
    padding: 5%;
    border: solid 2px #231c60;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #231c60;
}

.colEv .detail dd a:hover {
    background: #231c60;
    color: #FFF;
}

#tour {
    position: relative;
    padding: 5%;
    background: #F5F5F5;
}

.col5 .detail dd {
    display: inline-block;
    width: 30%;
    padding: 0 3% 4% 0px;
    vertical-align: top;
    line-height: 1.8em;
}

.event_photo {
    width: 50%;
}

.col1 .event_photo {
    background: url(../../img/ph_event01.jpg);
    background-position: center;
    background-size: cover;
}

.col2 .event_photo {
    background: url(../../img/ph_event02.jpg);
    background-position: center;
    background-size: cover;
}

.col3 .event_photo {
    background: url(../../img/ph_event03.jpg);
    background-position: center;
    background-size: cover;
}

.col4 .event_photo {
    background: url(../../img/contest_e.JPG);
    background-position: center;
    background-size: cover;
}

.col5 .event_photo {
    background: url(../../img/ph_event05.jpg);
    background-position: center;
    background-size: cover;
}

.tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tour li {
    width: 32.5%;
    padding: 3%;
    margin: 0 1% 3% 0;
    float: left;
    background: #fbd9dc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tour li:nth-child(1),
.tour li:nth-child(2),
.tour li:nth-child(3) {
    background: #d9e8f4;
}

.tour li:nth-child(3n) {
    margin-right: 0;
}

.tour li dt {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.tour li dd {
    margin-bottom: 15px;
    font-size: 13px;
}

.col5 dd a {
    color: #089dce;
}

.messagePh ul {
    overflow: hidden;
}

.messagePh ul li {
    width: 49%;
    float: left;
}

.messagePh ul li:last-child {
    margin-left: 2%;
}

.contest_txt {
    font-size: 20px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 40px;
}

#contest .contest_lead_box h3:before {
    left: 48%;
}

.con_member {
    overflow: hidden;
}

.contest_ph {
    width: 20%;
    float: left;
}

.memb--b .contest_ph {
    width: 25%;
}

.contest_detail {
    width: 70%;
    float: left;
    margin-left: 5%;
}

.memb--b .contest_detail {
    width: 65%;
}

.contest_detail th {
    width: 150px;
    padding: 2% 5% 2% 0;
    border-bottom: solid 1px #DDD;
    color: #999;
    font-size: 14px;
}

.contest_detail td {
    padding: 2% 5% 2% 0;
    border-bottom: solid 1px #DDD;
    font-size: 16px;
}

h4.name {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
}

.memb--b h4.name {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 11px;
    color: #231c60;
    border-bottom: 1px solid #231c60;
}

.con_member {
    margin-bottom: 60px;
    position: relative;
    background: #FFF;
    margin: 5%;
    padding: 3%;
    overflow-y: scroll;
    height: 500px;
}

.memb--b .con_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*----------- FOOTER----------- */

footer {
    background: #231c60;
}

.footer_logo {
    width: 200px;
    margin-bottom: 2%;
}

footer nav {
    width: 70%;
    float: left;
}

footer nav li {
    display: inline-block;
    padding-right: 2%;
}

footer nav li a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
}

footer nav li a.before {
    pointer-events: none;
    cursor: none;
    color: #4f4988;
}

.copylight {
    float: right;
    font-size: 11px;
    color: #4e6994;
}

.page_top a {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    color: #FFF;
    font-size: 60px;
    line-height: 27px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.page_top.fade_in a {
    opacity: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.modal_btn {
    width: 60%;
    padding: 3% 0;
}

.modal_btn .main {
    padding: 20px 0;
}

.modal_btn.modal_btn--b {
    width: 100%;
}



.modal_area {
    display: none;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.close {
    text-align: right;
}

.close i {
    color: #FFF;
    font-size: 50px;
}

.illust {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #logo {
        transform: scale(1.8) !important;
        top: 100px;
    }
    *::-ms-backdrop,
    #logo .topSVG {
        fill: #FFF !important;
    }
}

.sns i {
    font-size: 30px;
    color: #FFF;
}

.sns li {
    display: inline-block;
    padding: 0 15px 15px 0;
}

.sns li:nth-child(2n) {
    padding-right: 0;
}

.memb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.memb li {
    width: 25%;
    padding: 3% 3% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #EEE;
    border-top: solid 1px #EEE;
}

.memb--b .contest_ph li {
    padding: 0;
}

.memb li .contest_ph li {
    width: 100%;
    border: none;
}

.mem_name {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.memb li:nth-child(4n) {
    border-right: none;
}

.memb .ph_con {
    height: 200px;
    overflow: hidden;
}

.memb .ph_con img {
    display: block;
}


/*---------------------------- */

.side_area nav > ul.sp {
    display: none;
}

.top__link {
    left: calc(50% - 40px);
}