/* 共通 */

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    /*高さを100%にして描画エリアをとる*/
}

footer {
    display: none;
}

#fixedBtn {
    display: none;
}

.pg_ttl {
    display: none;
}

.oc_field-renew {
    display: none;
}

.sns_icon {
    display: none;
}

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

.sp_only {
    display: none;
}

@media screen and (max-width:767px) {
    .sp_only {
        display: block;
    }
}

#page_top {
    display: none;
    visibility: hidden;
}

#fixed_floating {
    display: none;
    visibility: hidden;
}

/* 表示 */

.u-d-n {
    display: none
}

@media (min-width: 768px) {
    .u-pc-d-n {
        display: none
    }

    .u-pc-d-i {
        display: inline
    }
}

.u-mt-0,
.u-my-0 {
    margin-top: 0 !important;
}

.u-mt-xxs,
.u-my-xxs {
    margin-top: 0.4rem !important;
}

.u-mt-xs,
.u-my-xs {
    margin-top: 0.8rem !important;
}

.u-mt-s,
.u-my-s {
    margin-top: 1.2rem !important;
}

.u-mt-m,
.u-my-m {
    margin-top: 2rem !important;
}

.u-mt-l,
.u-my-l {
    margin-top: 3.2rem !important;
}

.u-mt-xl,
.u-my-xl {
    margin-top: 5.2rem !important;
}

.u-mt-xxl,
.u-my-xxl {
    margin-top: 8.4rem !important;
}

@media (min-width: 769px) {

    .u-pc-mt-0,
    .u-pc-my-0 {
        margin-top: 0 !important;
    }

    .u-pc-mt-xxs,
    .u-pc-my-xxs {
        margin-top: 0.4rem !important;
    }

    .u-pc-mt-xs,
    .u-pc-my-xs {
        margin-top: 0.8rem !important;
    }

    .u-pc-mt-s,
    .u-pc-my-s {
        margin-top: 1.2rem !important;
    }

    .u-pc-mt-m,
    .u-pc-my-m {
        margin-top: 2rem !important;
    }

    .u-pc-mt-l,
    .u-pc-my-l {
        margin-top: 3.2rem !important;
    }

    .u-pc-mt-xl,
    .u-pc-my-xl {
        margin-top: 5.2rem !important;
    }

    .u-pc-mt-xxl,
    .u-pc-my-xxl {
        margin-top: 8.4rem !important;
    }
}

.u-mb-0,
.u-my-0 {
    margin-bottom: 0 !important;
}

.u-mb-xxs,
.u-my-xxs {
    margin-bottom: 0.4rem !important;
}

.u-mb-xs,
.u-my-xs {
    margin-bottom: 0.8rem !important;
}

.u-mb-s,
.u-my-s {
    margin-bottom: 1.2rem !important;
}

.u-mb-m,
.u-my-m {
    margin-bottom: 2rem !important;
}

.u-mb-l,
.u-my-l {
    margin-bottom: 3.2rem !important;
}

.u-mb-xl,
.u-my-xl {
    margin-bottom: 5.2rem !important;
}

.u-mb-xxl,
.u-my-xxl {
    margin-bottom: 8.4rem !important;
}

@media (min-width: 769px) {

    .u-pc-mb-0,
    .u-pc-my-0 {
        margin-bottom: 0 !important;
    }

    .u-pc-mb-xxs,
    .u-pc-my-xxs {
        margin-bottom: 0.4rem !important;
    }

    .u-pc-mb-xs,
    .u-pc-my-xs {
        margin-bottom: 0.8rem !important;
    }

    .u-pc-mb-s,
    .u-pc-my-s {
        margin-bottom: 1.2rem !important;
    }

    .u-pc-mb-m,
    .u-pc-my-m {
        margin-bottom: 2rem !important;
    }

    .u-pc-mb-l,
    .u-pc-my-l {
        margin-bottom: 3.2rem !important;
    }

    .u-pc-mb-xl,
    .u-pc-my-xl {
        margin-bottom: 5.2rem !important;
    }

    .u-pc-mb-xxl,
    .u-pc-my-xxl {
        margin-bottom: 8.4rem !important;
    }
}

/* コンテンツ */
.lp_bg {
    background-image: url(../lp/2025/d-market2025/img-bg.png);
    background-color: #d3f5ff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    position: relative;
}

.gheader {
    box-sizing: border-box;
    font-size: 62.5%;
    position: fixed;
    left: 50px;
    width: 250px;
    top: 40%;
    transform: translateY(-50%);
}

.gheader a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #2e6f91;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
}

.gheader a:hover {
    background-color: #1f4d66;
}

.gheader a::after {
    content: ">";
    font-weight: bold;
}


.gav {
    position: relative;
    margin: 0 auto;
    padding: 1rem;
    margin-top: 2rem;
}

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

.gav_link {
    margin: 0.5rem;
    width: 48%;
}

/* ボタンアクション */
.gav_link:hover {
    transform: translateY(-5px);
    transition-duration: .3s;
}


a.anchor {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

.wrapper {
    width: 650px;
    margin-left: 33%;
    padding-top: 0 !important;
    border: 5px solid #e52983;
    background-color: #ffffff;
    margin-top: 90px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:767px) {
    .gav_link {
        width: 46%;
    }

    .anker {
        display: none;
    }

    .wrapper {
        width: 92%;
        margin: 0 auto;
        margin-top: 5rem;
    }

}

/* SECTION セクション */
.cont-dmarket {
    position: relative;
    margin: 0 auto;
    padding: 2rem;
}

/* タイトル_tlt */
h2 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3.2rem !important;
}

.cont-about h2,
.cont-info h2,
.cont-access h2,
.cont-sns h2 {
    width: 60%;
}

.cont-theme h2 {
    width: 40%;
}

.cont-event h2 {
    width: 35%;
}

@media screen and (max-width:767px) {
    .cont-about h2,
    .cont-info h2,
    .cont-access h2,
    .cont-sns h2 {
        width: 70%;
    }
    .cont-theme h2 {
        width: 55%;
    }

    .cont-event h2 {
        width: 45%;
    }
}

/* ABOUT デザイナーズマーケットとは */

.catch {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 2em;
    border-top: solid 3px black;
    border-bottom: solid 3px black;
}

.catch:before,
.catch:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 3px;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    background-color: black;
}

.catch:before {
    left: 10px;
}

.catch:after {
    right: 10px;
}

.catch p {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify;
}


@media screen and (min-width: 768px) {
    .cont-about {
        margin-top: 4rem;
    }
}

@media screen and (max-width:767px) {
    .catch {
        width: 100%;
    }

    .catch p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

/* THEME 今年のテーマは */

.theme_txt {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2;
    text-align: center !important;
}

.dmarket_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (max-width:767px) {
    .theme_txt {
        font-size: 1.8rem;
        line-height: 1.8;
    }

    .dmarket_txt {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

/* EVENT 開催イベント */

.event-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-box.left {
    flex-direction: row;
}

.event-box.right {
    flex-direction: row-reverse;
}

.event_img {
    flex: 1;
}

.event_img img {
    width: 100%;
    height: auto;
    display: block;
}

.event_txt {
    flex: 1;
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 0 5px #999;
    position: relative;
    z-index: 1;
}

.event_txt h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
}

.event_txt p {
    text-align: justify;
}

/* 予約ボタン */
.btn_reservation {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    color: #000;
    border: 1px solid;
    margin: 10px auto 0;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn_reservation:after {
    content: ">";
    font-weight: bold;
}

.btn_reservation:hover {
    color: #fff;
    background: #000;
}

@media screen and (min-width: 768px) {
    .event-box.left .event_txt {
        margin-right: 0;
        margin-left: -40px;
    }

    .event-box.right .event_txt {
        margin-left: 0;
        margin-right: -40px;
    }
}

@media screen and (max-width:767px) {
    .event-box {
        flex-direction: column !important;
        text-align: center;
    }

    .event_txt {
        margin-top: 15px;
    }
}

/* INFORMATION イベント詳細 */
.info_txt {
    text-align: justify;
}

.info_txt span {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
}

/* ACCESS MAP アクセス */

.access-list .access-child {
    width: calc(100% / 2 - 1em);
}

.access-list .access-child iframe {
    height: 90% !important;
}

.access-list {
    width: 100%;
    padding-bottom: 100px;
}

@media screen and (max-width:768px) {
    .access-list {
        display: block;
        padding-bottom: 10px;
    }

    .access-child {
        width: 94% !important;
        margin: 0 auto;
    }

    .access-list .access-child p {
        font-size: 1.4rem;
    }
}

/* SNS イベント最新情報をチェック */

.sns_txt {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
}

.sns_inner {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid #DE0975;
    border-radius: 15px;
    text-align: center;
}

.sns_inner h3 {
    width: 50%;
    margin: 20px auto;
}

.ins_icon {
    width: 130px;
    height: 130px;
    margin: 20px auto;
}

.td_name {
    font-size: 1.8rem;
    color: #DE0975;
    margin: 0 0 5px;
}

.btn_ins {
    margin: 20px auto;
    cursor: pointer;
}

.btn_ins a {
    display: inline-block;
    font-size: 1.4rem;
    background: #DE0975;
    border-radius: 5px;
    padding: 10px 16px;
    color: #fff !important;
}

/* アイコンアニメーション */

.fuwafuwa {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
}

@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.cont-theme .fuwafuwa {
    top: 10px;
    left: -60px;
    width: 160px;
    z-index: 10;
}

.cont-event .fuwafuwa {
    bottom: 200px;
    right: -20px;
    width: 120px;
    z-index: 10;
}

.cont-info .fuwafuwa {
    top: 60px;
    right: -20px;
    width: 120px;
    z-index: 10;
}


@media screen and (max-width:767px) {
    .cont-theme .fuwafuwa {
        top: -35px;
        left: -12px;
        width: 110px;
    }

    .cont-event .fuwafuwa {
        bottom: 260px;
        width: 100px;
    }

    .cont-info .fuwafuwa {
        top: 25px;
        width: 100px;
    }
}