@charset "UTF-8";

#main {
    background-color: #C9CEDE;
    background-image: linear-gradient(rgba(164, 174, 201, 0.4) 1px, transparent 0), linear-gradient(90deg, rgba(164, 174, 201, 0.4) 1px, transparent 0);
    background-size: 11px 11px;
    position: absolute;
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}

#main::before {
    content: "";
    background: url(../img/eventnovelty/bg_pc.png) no-repeat center top/1440px;
    width: 100%;
    height: calc(100% + 30px);
    position: absolute;
    top: -30px;
}

@media screen and (max-width: 768px) {
    #main {
        padding-top: 17px;
    }

    #main::before {
        background: url(../img/eventnovelty/bg_sp.png) repeat-y center top/100%;
        height: calc(100% + 15px);
        top: -15px;
    }

    #main>.container {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.other_contents {
    position: relative;
}

.subject {
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .subject {
        margin-bottom: 30px;
    }
}

.area_ttl {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .area_ttl {
        margin-bottom: 25px;
    }

    .area_ttl img {
        width: auto;
        height: 44px;
    }
}

.anchor_list {
    padding-bottom: 40px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .anchor_list {
        padding-bottom: 10px;
        margin-bottom: 0;
    }
}

.anchor_list li {
    border-width: 3px;
    font-weight: bold;
}

.anchor_list li a::after {
    width: 15px;
    height: 15px;
    border: none;
    transform: translateY(-50%);
    top: 50%;
}

@media screen and (max-width: 768px) {
    .anchor_list li {
        border-width: 2px;
    }

    .anchor_list li a {
        padding: 0;
    }

    .anchor_list li a::after {
        transform: translate(0, -50%);
        width: 10px;
        height: 10px;
        top: 50%;
        left: auto;
        right: 10px;
    }
}

.anchor_list li:nth-child(1) {
    border-color: #D480B1;
    box-shadow: 2px 2px 0 #D480B1;
    color: #D480B1;
}

.anchor_list li:nth-child(1) a::after {
    background: url(../img/eventnovelty/arrow01.svg) no-repeat center/100%;
}

.anchor_list li:nth-child(2) {
    border-color: #6A7BB6;
    box-shadow: 2px 2px 0 #6A7BB6;
    color: #6A7BB6;
}

.anchor_list li:nth-child(2) a::after {
    background: url(../img/eventnovelty/arrow02.svg) no-repeat center/100%;
}

section {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}

#area01 .flex_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#area01 .flex_item>div {
    width: calc(50% - 32px);
}

#area01 .flex_item>div .ph_wrap {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #area01 .flex_item>div {
        width: calc(50% - 15px);
    }

    #area01 .flex_item>div .ph_wrap {
        margin-bottom: 20px;
    }
}

#area01 .col02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#area01 .col02:nth-of-type(odd) {
    flex-flow: row-reverse;
}

#area01 .col02 .ph_wrap {
    width: 630px;
}

#area01 .col02 .item_wrap {
    max-width: 330px;
}

@media screen and (max-width: 768px) {
    #area01 .col02 {
        display: block;
        margin-bottom: 40px;
    }

    #area01 .col02 .ph_wrap {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*#area01 .box_wrap {
  display: flex;
  justify-content: space-between;
}*/
@media screen and (max-width: 768px) {
    #area01 .box_wrap {
        display: block;
    }
}

#area01 .box_wrap>div {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    #area01 .box_wrap>div {
        display: block;
    }
}

#area01 .box_wrap>div.box01 {
    background: #fff;
    border-radius: 5px;
    /*flex: 1;*/
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
}

@media screen and (max-width: 768px) {
    #area01 .box_wrap>div.box01 {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }
}

#area01 .box_wrap>div.box01>p {
    padding: 20px 50px 20px 20px;
    text-align: center;
    position: relative;
    width: 100%;
}

#area01 .box_wrap>div.box01>p::after {
    content: "";
    background-image: linear-gradient(180deg, #1B3868, #1B3868 3px, transparent 3px);
    background-size: 5px 7px;
    background-position: left top;
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    #area01 .box_wrap>div.box01>p {
        width: 100%;
        padding: 0 0 25px 0;
        flex-shrink: 0;
        position: relative;
    }

    #area01 .box_wrap>div.box01>p::after {
        background-image: linear-gradient(to right, #1B3868, #1B3868 3px, transparent 3px);
        background-position: left bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 0;
    }
}

#area01 .box_wrap>div.box01 div {
    padding: 20px 20px 20px 50px;
}

#area01 .box_wrap>div.box01 div p:first-of-type {
    margin-bottom: 10px;
}

#area01 .box_wrap>div.box02 {
    /*flex: 1.5;
  margin-left: 20px;*/
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    #area01 .box_wrap>div.box01 div {
        padding: 25px 0 0;
    }

    #area01 .box_wrap>div.box02 {
        margin: 0;
        display: block;
    }
}

#area01 .box_wrap>div.box02 .item_wrap {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    flex-shrink: 0;
    width: calc(33.333% - 15px);
}

@media screen and (max-width: 768px) {
    #area01 .box_wrap>div.box02 .item_wrap.item_wrap:nth-of-type(1) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    #area01 .box_wrap>div.box02 .item_wrap {
        width: 100%;
    }

    #area01 .box_wrap>div.box02 .item_wrap:not(:first-child) {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

#area02 .cal03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -70px;
}

#area02 .cal03>div {
    width: 30%;
    margin-right: 5%;
    margin-top: 70px;
}

#area02 .cal03>div:nth-of-type(3n),
#area02 .cal03>div:last-of-type {
    margin-right: 0;
}

#area02 .cal03>div .item_wrap .shop_logo {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    #area02 {
        padding-bottom: 25px;
    }

    #area02 .cal03 {
        margin-top: -10px;
        justify-content: space-between;
    }

    #area02 .cal03>div {
        width: calc(50% - 15px);
        margin-right: 0;
        margin-top: 10px;
    }

    #area02 .cal03>div:nth-of-type(3n),
    #area02 .cal03>div:last-of-type {
        margin-right: 0;
    }

    #area02 .cal03>div:nth-last-child(-n+2) .ph_wrap {
        margin-bottom: 20px;
    }

    #area02 .cal03>div .ph_wrap {
        margin-bottom: 10px;
    }
}

.shop_list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    padding: 30px 35px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .shop_list {
        display: block;
        padding: 25px 20px;
    }
}

.shop_list ul {
    width: calc(50% - 20px);
}

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

@media screen and (max-width: 768px) {
    .shop_list ul {
        width: 100%;
    }

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

.shop_list ul .txt_link {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
    font-weight: 500;
}

.shop_list ul .txt_link a {
    display: inline;
    text-decoration: underline;
}

.shop_list ul .txt_link a:hover {
    text-decoration: none;
    opacity: 1;
}

.shop_list ul .txt_link::before {
    content: "◆";
    color: #6A7BB6;
}

.shop_list ul .notes {
    margin-top: 10px;
    font-size: 10px;
}

.share_wrap {
    background: #F7F7F7;
}
