@charset "UTF-8";


.eventpage_inner {
    margin: 0 auto;
    padding-bottom: 120px;
    max-width: 1300px;
    width: 93.75%;
}

.event-header {
    display: flex;
    justify-content: space-between;
}

.event-menu {
    box-sizing: border-box;
    width: 352px;
}

.event-menu dl:first-child {
    margin-bottom: 36px;
}
.event-menu dl {
    
    margin-bottom: 20px;
}
.event-menu dt {
    padding: 24px 0 0 0;
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-top: 4px solid rgb(0, 0, 0);
}

.event-bnr {
    margin-right: 32px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
}
.event-bnr img {
}


.event-search-inner {
    margin-right: 32px;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    /* border: 2px solid #000; */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
}
.event-search-inner input[type="text"] {
      width: calc(100% - 34px);
      height: 48px;
      padding-left: 1em;
      box-sizing: border-box;
      background: none !important;
      text-indent: 0px !important; 
    }
.event-search-inner .ico {
      position: absolute;
      width: 54px;
      height: 48px;
      top: 0px;
      right: 0px;
      background: #000; 
    }
    
.event-search-inner .ico input {
        display: block;
        text-indent: -10000px;
        width: 32px;
        height: 32px;
        background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st2%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2213.2%22%20cy%3D%2213.1%22%20r%3D%228.8%22%2F%3E%20%3Cline%20class%3D%22st1%22%20x1%3D%2219.3%22%20y1%3D%2219.4%22%20x2%3D%2223.6%22%20y2%3D%2223.7%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20class%3D%22st2%22%20width%3D%2228%22%20height%3D%2228%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 8px;
        left: 10px; 

        cursor: pointer;
    }


.mt-site-search-container {
    margin-right: 32px;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border: 2px solid #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
}

.mt-site-search-container input[type="search"] {
    width: calc(100% - 34px);
    height: 48px;
    padding-left: 1em;
    box-sizing: border-box;
    background: none !important;
    text-indent: 0px !important; 
    font-size: 16px;
    font-size: 1.6rem;

    position: relative;
}

.mt-site-search-container  .mt-site-search-form__button {
    /* position: absolute;
    width: 54px;
    height: 48px;
    top: 0px;
    right: 0px; */
    background: #000; 
  }
  
  .mt-site-search-container  .mt-site-search-form__button {
      display: block;
      text-indent: -10000px;
      width: 60px;
      height: 48px;
      background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st2%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2213.2%22%20cy%3D%2213.1%22%20r%3D%228.8%22%2F%3E%20%3Cline%20class%3D%22st1%22%20x1%3D%2219.3%22%20y1%3D%2219.4%22%20x2%3D%2223.6%22%20y2%3D%2223.7%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20class%3D%22st2%22%20width%3D%2228%22%20height%3D%2228%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      right: 0; 

      cursor: pointer;
  }



.event-calender-button a {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem;

    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.event-calender-button a:hover {
    opacity: 0.7;
}

.event-calender-ico {
    margin-right: 7px;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%20.st2%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%20.st3%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3.5%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%20.st4%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Crect%20x%3D%222.1%22%20y%3D%222.8%22%20class%3D%22st0%22%20width%3D%2223.5%22%20height%3D%2222.4%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M21.1%2C7.5H6.9c-1.7%2C0-3.1%2C1.4-3.1%2C3.1v0.9h20.4v-0.9C24.2%2C8.8%2C22.8%2C7.5%2C21.1%2C7.5z%22%2F%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M21.9%2C23.1H6.1c-1.5%2C0-2.7-1.2-2.7-2.7v-10c0-1.5%2C1.2-2.7%2C2.7-2.7h15.8c1.5%2C0%2C2.7%2C1.2%2C2.7%2C2.7v10%20C24.5%2C21.9%2C23.4%2C23.1%2C21.9%2C23.1z%22%2F%3E%20%3Cline%20class%3D%22st3%22%20x1%3D%229%22%20y1%3D%224.5%22%20x2%3D%229%22%20y2%3D%229.6%22%2F%3E%20%3Cline%20class%3D%22st3%22%20x1%3D%2219%22%20y1%3D%224.5%22%20x2%3D%2219%22%20y2%3D%229.6%22%2F%3E%20%3Crect%20x%3D%227.6%22%20y%3D%2215.4%22%20class%3D%22st4%22%20width%3D%222.8%22%20height%3D%222.8%22%2F%3E%20%3Crect%20x%3D%2212.6%22%20y%3D%2215.4%22%20class%3D%22st4%22%20width%3D%222.8%22%20height%3D%222.8%22%2F%3E%20%3Crect%20x%3D%2217.6%22%20y%3D%2215.4%22%20class%3D%22st4%22%20width%3D%222.8%22%20height%3D%222.8%22%2F%3E%20%3Cg%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%2228%22%20height%3D%2228%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: none;
    background-size: contain;
}

.event_thisweek {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f7f5f5;
    border-radius: 6px;
    
}
.event_thisweek p.event_thisweek_ttl {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: #7f7f7f;
}

.event_thisweek a {
    width: 100%;
    display: flex;
    align-items: center;
}

.event_thisweek a:not(:last-child){
    margin-bottom: 8px;
    
}

.event_thisweek a p {
    width: 48px;
    margin-right: 12px;
}

.event_thisweek .event_thisweek_photo {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: hidden; 
    display: block;
}


.event_thisweek a ul {
    width: cals(100% - 48px);
    -webkit-transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
    transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
}

.event_thisweek a:hover ul {
    opacity: 0.5;
}

.event_thisweek li.event_thisweek_title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-family: "Oswald", sans-serif;

      /* 譁�ｭ礼怐逡･ */
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;

      
}

.event_thisweek li.event_thisweek_date {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.05rem;

    /* 譁�ｭ礼怐逡･ */
    display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
}


.event_thisweek_footer {
    display: none;

   
}

.event-other-menu  {
    
}

.event-other-menu p {
    padding: 20px 0 0 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-top: 1px solid rgb(0, 0, 0);
}

.event-account-list {
    display: flex;
    justify-content: space-between;
}

.event-account-list li {
    margin-bottom: 24px;
    width: 48%;
}
.event-account-list a {
    padding: 9px 0 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    
    height: 20px;
    border-radius: 30px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02rem;

    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}

.event-account-list a:hover {
    color: #fff;
    background-color: #000;
}

.event-account-list a span {
    margin-top: 2px;
    margin-right: 4px;
    display: inline-block;
    height: 18px;
    width: 18px;
    background-repeat: none;
    background-size: contain;
}

.tw-ico {
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M19.2%2C4.3c-0.6%2C0.3-1.4%2C0.5-2.2%2C0.6c0.7-0.4%2C1.4-1.2%2C1.7-2.1c-0.7%2C0.4-1.6%2C0.7-2.4%2C1c-0.7-0.7-1.7-1.2-2.8-1.2%20c-2.1%2C0-3.8%2C1.7-3.8%2C3.8c0%2C0.3%2C0%2C0.6%2C0.1%2C0.8C6.6%2C7.1%2C3.8%2C5.5%2C1.9%2C3.3C1.7%2C3.7%2C1.5%2C4.4%2C1.5%2C5.1c0%2C1.3%2C0.6%2C2.4%2C1.7%2C3.2%20C2.6%2C8.2%2C2%2C8.1%2C1.5%2C7.8l0%2C0c0%2C1.8%2C1.3%2C3.4%2C3.1%2C3.7c-0.3%2C0.1-0.6%2C0.1-1%2C0.1c-0.2%2C0-0.5%2C0-0.7-0.1c0.4%2C1.6%2C1.8%2C2.8%2C3.5%2C2.8%20c-1.3%2C1.1-3%2C1.6-4.7%2C1.6c-0.3%2C0-0.6%2C0-1-0.1c1.7%2C1.1%2C3.7%2C1.7%2C5.8%2C1.7c7%2C0%2C10.8-5.7%2C10.8-10.8c0-0.2%2C0-0.3%2C0-0.5%20C18.1%2C5.7%2C18.7%2C5%2C19.2%2C4.3z%22%2F%3E%3C%2Fsvg%3E');
}

.event-account-list a:hover .tw-ico {
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19.2%2C4.3c-0.6%2C0.3-1.4%2C0.5-2.2%2C0.6c0.7-0.4%2C1.4-1.2%2C1.7-2.1c-0.7%2C0.4-1.6%2C0.7-2.4%2C1c-0.7-0.7-1.7-1.2-2.8-1.2%20c-2.1%2C0-3.8%2C1.7-3.8%2C3.8c0%2C0.3%2C0%2C0.6%2C0.1%2C0.8C6.6%2C7.1%2C3.8%2C5.5%2C1.9%2C3.3C1.7%2C3.7%2C1.5%2C4.4%2C1.5%2C5.1c0%2C1.3%2C0.6%2C2.4%2C1.7%2C3.2%20C2.6%2C8.2%2C2%2C8.1%2C1.5%2C7.8l0%2C0c0%2C1.8%2C1.3%2C3.4%2C3.1%2C3.7c-0.3%2C0.1-0.6%2C0.1-1%2C0.1c-0.2%2C0-0.5%2C0-0.7-0.1c0.4%2C1.6%2C1.8%2C2.8%2C3.5%2C2.8%20c-1.3%2C1.1-3%2C1.6-4.7%2C1.6c-0.3%2C0-0.6%2C0-1-0.1c1.7%2C1.1%2C3.7%2C1.7%2C5.8%2C1.7c7%2C0%2C10.8-5.7%2C10.8-10.8c0-0.2%2C0-0.3%2C0-0.5%20C18.1%2C5.7%2C18.7%2C5%2C19.2%2C4.3z%22%2F%3E%3C%2Fsvg%3E');

}

.insta-ico {
   
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M13.6%2C1.4H6.4c-2.7%2C0-4.9%2C2.2-4.9%2C4.9v7.2c0%2C2.7%2C2.2%2C4.9%2C4.9%2C4.9h7.2c2.7%2C0%2C4.9-2.2%2C4.9-4.9V6.4%20C18.6%2C3.7%2C16.3%2C1.4%2C13.6%2C1.4%20M17%2C13.7c0%2C1.8-1.5%2C3.3-3.3%2C3.3H6.3C4.5%2C17%2C3%2C15.6%2C3%2C13.7V6.3c0-1.8%2C1.5-3.3%2C3.3-3.3h7.4%20c1.8%2C0%2C3.3%2C1.5%2C3.3%2C3.3V13.7z%22%2F%3E%20%3Cpath%20d%3D%22M10%2C5.6c-2.5%2C0-4.4%2C2-4.4%2C4.4c0%2C2.5%2C2%2C4.4%2C4.4%2C4.4c2.5%2C0%2C4.4-2%2C4.4-4.4C14.4%2C7.6%2C12.5%2C5.6%2C10%2C5.6%20M10%2C12.9%20c-1.6%2C0-2.9-1.3-2.9-2.9c0-1.6%2C1.3-2.9%2C2.9-2.9c1.6%2C0%2C2.9%2C1.3%2C2.9%2C2.9C12.9%2C11.6%2C11.6%2C12.9%2C10%2C12.9%22%2F%3E%20%3Cpath%20d%3D%22M14.6%2C4.4c-0.6%2C0-1%2C0.5-1%2C1c0%2C0.6%2C0.5%2C1%2C1%2C1c0.6%2C0%2C1-0.5%2C1-1C15.6%2C4.9%2C15.2%2C4.4%2C14.6%2C4.4%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.event-account-list a:hover .insta-ico{
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M13.6%2C1.4H6.4c-2.7%2C0-4.9%2C2.2-4.9%2C4.9v7.2c0%2C2.7%2C2.2%2C4.9%2C4.9%2C4.9h7.2c2.7%2C0%2C4.9-2.2%2C4.9-4.9V6.4%20C18.6%2C3.7%2C16.3%2C1.4%2C13.6%2C1.4%20M17%2C13.7c0%2C1.8-1.5%2C3.3-3.3%2C3.3H6.3C4.5%2C17%2C3%2C15.6%2C3%2C13.7V6.3c0-1.8%2C1.5-3.3%2C3.3-3.3h7.4%20c1.8%2C0%2C3.3%2C1.5%2C3.3%2C3.3V13.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C5.6c-2.5%2C0-4.4%2C2-4.4%2C4.4c0%2C2.5%2C2%2C4.4%2C4.4%2C4.4c2.5%2C0%2C4.4-2%2C4.4-4.4C14.4%2C7.6%2C12.5%2C5.6%2C10%2C5.6%20M10%2C12.9%20c-1.6%2C0-2.9-1.3-2.9-2.9c0-1.6%2C1.3-2.9%2C2.9-2.9c1.6%2C0%2C2.9%2C1.3%2C2.9%2C2.9C12.9%2C11.6%2C11.6%2C12.9%2C10%2C12.9%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.6%2C4.4c-0.6%2C0-1%2C0.5-1%2C1c0%2C0.6%2C0.5%2C1%2C1%2C1c0.6%2C0%2C1-0.5%2C1-1C15.6%2C4.9%2C15.2%2C4.4%2C14.6%2C4.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}


.event-other-list li {
    
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.event-other-list li:first-child{
    border-top:  1px solid  #000;
}

.event-other-list li a {
    padding: 18px 8px;
    display: block;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.15rem;
    -webkit-transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
    transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;

    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220%2C15.9%2020.4%2C15.9%2012.2%2C7.7%20%22%2F%3E%3C%2Fsvg%3E');
}
.event-other-list li a:hover {
    opacity: 0.6;

    animation: 0.15s ease-in-out 0s  alternate  arrow-movin;
}

@keyframes arrow-movin {
	0% 	 { background-position: 96.5% center ;}
	100% { background-position: 100% center; }
}

.event-other-list li a span {
    padding-left: 4px;
    display: normal;
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    letter-spacing: 0.05rem;
}



.event-footer-menu-list {
    display: none;
}


.text_link {
    margin: 40px auto;
    width: 15%;
    text-align: center;
    display: block;
    padding: 12px 20px;
  
    border: 2px solid #000;
}
.text_link span {
    
    padding-right: 30px;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.02rem;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220%2C15.9%2020.4%2C15.9%2012.2%2C7.7%20%22%2F%3E%3C%2Fsvg%3E');
  
}

.text_link:hover span {
    opacity: 0.65;
    animation: 0.15s ease-in-out 0.1s  alternate  arrow-movin;
}

@media all and (max-width: 1100px) {

    .event_thisweek {
        display: none;
    }
    
    .eventpage_inner {
        margin: 0 auto;
        padding-bottom: 0;
        width: 93.75%;
    }

    .event-header {
        display: block;
    }

    .event-menu {
        padding: 30px 20px;
        width: 100%;
        background-color: #fff;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        border-radius:  0;
    }

    .event-menu dl {
        margin-bottom: 24px;
    }
    
    .event-menu dl:first-child{
        margin-bottom: 24px;
    }
    
    .event-menu-inner {
        margin: 0 auto;
        margin-bottom: 30px;
        width: 100%;
    }
   

    .event-menu dt {
        padding: 0;
        margin-bottom: 16px;
        border: none;
    }
    .event-calender-button a {
        font-size: 18px;
        font-size: 1.8rem;
        height: 34px;
    }


    .event-account-list li {
        margin-bottom: 20px;
        width: 46.5%;
    }


    .adsense .adsense_inner {
        height: 60px;
        padding-bottom: 0;
    }

     .adsense {
         margin-top: 60px;
        width: 468px;
    }


    .ft_content {
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        width: 93.75%;
        padding-top: 0;
        padding-bottom: 0;
        
    }

    .event_thisweek_footer {
        margin-bottom: 14px;
        display: block;
        padding: 20px;
        align-items: center;
        position: relative;
        box-shadow: none;
        background: none;
        box-sizing: border-box;
        border-radius: 0;
        border: 2px solid #000;

    }
    

    .event_thisweek_footer p.event_thisweek_ttl {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05rem;
        font-weight: bold;
        color: #000;
        display: inline-block;
        border-bottom: 2px solid #000;
    }

    .event_thisweek_footer a {
        width: 100%;
        display: flex;
        align-items: center;
    }


    .event_thisweek_footer a:not(:last-child){
        margin-bottom: 12px;
        
    }

    .event_thisweek_footer a p {
        width: 118px;
        margin-right: 24px;
    }

    .event_thisweek_footer .event_thisweek_photo {
        
        width: 118px;
        height: 118px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; 
        display: block;
        background-color:#fff;
        border: 1px solid#eaeaea;
        border-radius: 4px;
    }


    .event_thisweek_footer a ul {
        width: cals(100% - 118px);

        -webkit-transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
        transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
    }

    
    .event_thisweek_footer li.event_thisweek_title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.02rem;
        font-family: "Oswald", sans-serif;
    
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden;
    
          
    }
    
    .event_thisweek_footer li.event_thisweek_date {
        margin-bottom: 8px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 0.05rem;

        display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden;
    }



    .text_link {
   
        width: 20%;
    
    }
 
    
}


@media all and (max-width: 864px) {

    .text_link {
        width: 30%;
    }
 
    

}

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

    .event-menu{
        box-sizing: border-box;
        padding: 24px 0 0 0;
        width: 100%;
        
    }
    .event-menu-inner {
        margin-bottom: 0;
    }
   
    .event-menu dl{
        margin-bottom: 24px;
    }
    .event-calender-button a {
        height: 32px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .event-bnr img {

    }

    .event-other-menu{
        padding-bottom: 8px;
    }
    
    .event-other-menu p {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
}

    .event-account-list li {
        margin-bottom: 20px;
        width: 48%;
    }

    .event-account-list a {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .event-account-list a span {
        height: 20px;
        width: 20px;
    }


    .event-other-list{
       
        display: none;
    }
    
    .adsense {
        margin: 40px auto ;
        width: 93.75%;
   }



   .event_thisweek_footer li.event_thisweek_title {

    font-size: 16px;
    font-size: 1.6rem;

}






   .event_thisweek_footer a p {
    width: 64px;
    margin-right: 12px;
    }

    .event_thisweek_footer .event_thisweek_photo {
        
        width: 64px;
        height: 64px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; 
        display: block;
        background-color:#fff;
        border: 1px solid#eaeaea;
        border-radius: 4px;
    }


    .event_thisweek_footer a ul {
        width: cals(100% - 64px);

        -webkit-transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
        transition: opacity 0.15s linear 0s, transform 0.2s ease 0s;
    }









    .event-footer-menu-list {
        margin-bottom: 20px;
        display: block;
        background-color: #fff;
    }
    
    .event-footer-menu-list-inner{

        padding: 0 20px;
        background-color: #fff;
        border: 2px solid #000;
    }

    .event-footer-menu-list-inner li {
        padding: 16px ;
        padding-left: 0;
        padding-right: 0;
    }
    
    .event-footer-menu-list-inner li:first-child{
        border-bottom: 1px solid #000;
    }
    
    .event-footer-menu-list-inner li a {
        display: block;
        height: 20px;
        padding-left: 0;
        
        line-height: 1.2;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 1.5px;

        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right;
        background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220%2C15.9%2020.4%2C15.9%2012.2%2C7.7%20%22%2F%3E%3C%2Fsvg%3E');
    }
    
    .event-footer-menu-list-inner a span {
        padding-left: 4px;
        display: normal;
        font-size: 11px;
        font-size: 1.1rem;
        display: inline-block;
        letter-spacing: 0.05rem;
    }
    

    .text_link {
        
        margin-top: 34px;
        width: 50%;
    }

    .text_link span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    

}


