@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

html {
    scroll-behavior: smooth;
  }

section a {
    display: block;
    text-decoration: none;
    color: #505050;
}

img {
    max-width: 100%;
}

.main-contents {
    color: #505050;
    font-size: 120%;
    line-height: 1.8;
}

.main-contents h1{
    margin: 80px 0 50px;
    text-align: center;
    border-bottom: none;
}

.main-contents h2 {
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    position: relative;
    color: #505050;
}

.main-contents h3 {
    position: relative;
    margin: 0 0 50px;
    text-align: center;
    border: none;
    font-size: 250%;
    line-height: 1.5;
}

.main-contents h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 50px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #505050;
    border-radius: 2px;
}

.news-title {
    border-left: 10px solid #505050;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 150%;
    font-weight: 600;
}

.news_01 {
    position: relative;
    margin: 0 0 8%;
    text-align: center;
    border: none;
    font-size: 8vw;
    line-height: 1.5;
}

.news_01:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 50px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff!important;
    border-radius: 2px;
}

.floor {
    font-size: 200%!important;
    margin-top: 50px!important;
}

.floor:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 55px!important;
    height: 2px!important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #505050;
    border-radius: none!important;
}

.main-contents h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 150%;
    font-weight: 900;
}

/* title */

.title-text {
    text-align: center;
    margin: 100px 0 80px;
}

.sub-title {
    margin-top: -9.5%;
    display: block;
}

/* お知らせ */

.notice {
    margin: 50px 50px 80px;
    padding: 40px;
    border: 1px solid #ccc;
    line-height: 2;
}

/* index */

.index-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1px;
}

.index-flex {
    display: flex;
    flex-wrap: wrap;
}

.index-flex li {
    width: 50%;
}

/* topics */

.information-contents img {
    max-width: 95%;
}

.information-contents h5 {
    margin: 0 200px 20px;
    font-size: 180%;
    font-weight: 800;
    border-bottom: 2px solid #505050;
}

.information-contents {
    margin: 10% 0;
}

.information-date {
    margin: 30px 0;
    padding: 20px 0;
    background-color: #000;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
}

.wrap-novelty {
    display: flex;
    text-align: left;
    border: 1px solid #ccc;
    margin: 0 30px;
    padding: 30px;
    gap: 20px;
}

.button_02 {
    margin: 30px 200px 50px;
    padding: 4px 0;
    background-color: #505050;
    text-align: center;
    border-radius: 1px;
}

.button_02 a {
    color: #fff;
}

/* news */

.new-news ul {
    margin-bottom: 10%;
}

.wrap-content {
    margin: 150px 0;
}

.news-content {
    margin: 80px 0;
    padding: 50px 0 100px;
    text-align: center;
    background-color: #f4f4f4;
}

.all-topics-content {
    margin-bottom: 10px;
    padding: 30px 0;
    text-align: center;
    background-color: #f4f4f4;
}

.all-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.all-topics div {
    width: 49%;
}

.main-text {
    margin: 20px 0;
    padding: 0 20px;
    text-align: left;
}

.main-text-02 {
    margin: 20px 0;
    padding: 0 50px;
    text-align: left;
}

.sub-text {
    font-size: 80%;
    border: 1px solid #505050;
    margin: 0 0 80px;
    padding: 30px;
    text-align: left;
}

.comming-soon{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .comming-soon .target{
    position: absolute;
    vertical-align: middle;
    text-align: center;
    font-size: 150%;
    font-weight: 900;
  }

/* special */

.flex-special {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}

.flex-special ul {
    width: 45%;
    margin: 0 0 5%;
}

.flex-special li {
    text-align: center;
}

.wrap-yes {
    border: 1px solid #ccc;
    margin: 0 5% 5%;
    padding: 5% 8% 8%;
}

.note {
    font-size: 80%;
}

/* guidance */

.wrap-guidance {
    margin: 5%;
    padding: 5%;
    border:1px solid #505050;
}

/* BRAND LIST */

.new-mark {
    color: #db1919;
    text-align: center;
    font-size: 150%;
    font-weight: 900;
}

.all-brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 2% 10%;
}

.all-brand ul {
    max-width: 48%;
    margin-bottom: 5%;
}

/* ACCESS */

.wrap-access {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.map-btn {
    color: #fff;
    background-color: #505050;
    display: inline-block;
    margin: 2% 0 0;
    padding: 1% 5%;
}

dt {
    font-weight: 900;
}

dd {
    margin-bottom: 2%;
}

/* concept */

.wrap-concept {
    padding: 80px;
    background-color: #f4f4f4;
    margin: 50px 0 80px;
}


/* 共通 */

.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
}

hr {
    margin: 10% 0;
}

.bunner_01 {
    display: inline-block;
    margin-bottom: 10px;
}

#back {
    display: flex;
    gap: 10px;
}
#back a {
    background: #efefef;
    width: calc(50% - 10px);
    padding: 10px;
    margin: 0 10px 50px 0;
    color: #808080;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    border: #808080 1px solid;
    border-radius: 10px;
}
#bunner {
	margin-bottom: 40px;
}
#annotation {
    text-align: right;
    margin-bottom: 40px;
}


/*カテゴリーカテゴリー*/

.block-sort--element {
    display: none;
}
.pager-total {
    display: none;
}

/* btn */

.button_line001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 25%;
    padding: 0 10px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button_line001 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,1);
    transform: translateX(-50%);
}
.button_line001 a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #505050;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.button_line001 a:hover {
    opacity: 0.7;
}
.button_line001 a:hover:after {
    transform: scale(1, 1);
}


/* efect */

.effect-fade {
     opacity : 0;
     transform : translate(0, 45px);
     transition : all 1200ms;
}
    .effect-fade.effect-scroll {
     opacity : 1;
     transform : translate(0, 0);
}
}