@charset "UTF-8";

/* =========================================================
  100th CSS
========================================================= */

/* ---------------------------------------------------------
  Base
--------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp,
.sp-only-block {
  display: none;
}

/* ---------------------------------------------------------
  Layout
--------------------------------------------------------- */
.aeon100th_contents .aeon100th_contents-wrap {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.aeon100th_contents .aeon100th_contents-wrap .section_top_image .section_top_image_inner {
  position: relative;
  border-top: 1px solid #fff;
}

.aeon100th_contents .aeon100th_contents-wrap .section_top_image .section_top_image_inner .bgimage {
  position: relative;
}

.aeon100th_contents .aeon100th_contents-wrap .basic-section,
.aeon100th_contents .aeon100th_contents-wrap .basic-section1480 {
  position: relative;
}

.aeon100th_contents .aeon100th_contents-wrap .basic-section .section_inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.aeon100th_contents .aeon100th_contents-wrap .basic-section1480 .section_inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.title-100th {
  max-width: 1440px;
  margin: auto;
}

.logo-100th {
  width: 220px;
  margin: auto;
  padding: 30px 0 50px;
}

.logo-100th img {
  width: 100%;
}

.main-wrap {
  width: 100%;
  padding: 100px 0 10px;
  background: #e1a09b;
}

.main-wrap .sec-panel .head {
  color: #fff;
}

/* ---------------------------------------------------------
  Navigation Text
--------------------------------------------------------- */
.nav-wrap .nav-pc .crumbs .lists .item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.nav-wrap .nav-sp .head .menuitem {
  position: relative;
  font-size: 3.9vw;
  line-height: 1;
  color: #fff;
}

.nav-wrap .nav-sp .crumbs .lists .item {
  padding-top: 8vw;
  padding-bottom: 8.9vw;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 3.73333vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}

/* ---------------------------------------------------------
  Menu Buttons
--------------------------------------------------------- */
.sec_topbuttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 8vw;
}

.parts-progbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 72px;
  margin: auto;
  border: 2px solid #af1d7b;
  border-radius: 60px;
  background-color: #fff;
  color: #af1d7b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.parts-progbtn::after {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 0;
  border-right: solid 2px #af1d7b;
  border-bottom: solid 2px #af1d7b;
  transform: rotate(45deg);
}

.parts-progbtn .parts-progbtn-inner {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}

.parts-progbtn:hover {
  background-color: #af1d7b;
  color: #fff;
}

.parts-progbtn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/* ---------------------------------------------------------
  Panel
--------------------------------------------------------- */
.pagprogram .sec_panelitem-wrap {
  justify-content: center;
  gap: 8vw;
  margin-bottom: 7vw;
}

.pagprogram .sec_panelitem-wrap .panelitem {
  width: 710px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
}

.panelitem {
  padding-bottom: 20px;
}

.pagprogram .sec-panel .border-box {
  margin-bottom: 3vw;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_head {
  padding: 1.4vw 0;
  border-radius: 30px 30px 0 0;
  font-size: 1.4em;
  line-height: 1.8em;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_image .image .text .catch {
  color: #af1d7b;
  text-shadow: none;
}

.image img {
  margin-top: 40px;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .caption {
  width: 84px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 19.2px;
  line-height: 1.66;
  color: #af1d7b;
}

.sep {
  width: 1%;
  font-size: 19.2px;
  line-height: 1.66;
  color: #272727;
}

/* ---------------------------------------------------------
  Schedule
--------------------------------------------------------- */
.schedule {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.schedule__line {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.9fr;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #8d8d8d;
}

.schedule__time,
.schedule__text {
  margin: 0;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

.schedule__line--head {
  column-gap: 0;
  margin-bottom: 6px;
  border-bottom: none;
  font-weight: normal;
}

.schedule__line--head .schedule__time,
.schedule__line--head .schedule__text {
  padding: 10px 12px;
  background: #b10072;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.schedule__line:not(.schedule__line--head) .schedule__time,
.schedule__line:not(.schedule__line--head) .schedule__text {
  background: #fff;
  font-weight: normal;
}

.plan__schedule .schedule__text {
  padding: 3px 15px;
  border-bottom: 1px solid #000;
}

.plan__schedule .schedule__text span {
  font-size: 0.75em;
}

/* ---------------------------------------------------------
  Buttons / Links
--------------------------------------------------------- */
.parts-popupclose {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: auto;
  border: none;
  border-radius: 60px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.parts-popupclose:hover {
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
}

.parts-popupclose:hover::after {
  border-color: transparent transparent transparent #fff;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_annai .infolabel:hover {
  background-color: #707070;
  color: #fff;
  text-decoration: none;
}

.parts-formbtn {
  max-width: 300px;
  height: 60px;
  border: 2px solid #af1d7b;
}

.parts-formbtn .parts-formbtn-inner {
  font-size: 18px;
  line-height: 1;
}

.nobutton {
  width: 90%;
  margin: 0 auto 20px;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

a.program-caution:hover {
  color: #af1d7b;
  text-decoration: underline;
}

/* ---------------------------------------------------------
  Tel / Contact
--------------------------------------------------------- */
.pagprogram .sec_tel .sec_tel-inner {
  max-width: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 66px;
  background-color: #f7f7f7;
}

.pagprogram .sec_tel .sec_tel-inner .head-wrap {
  display: block;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  padding: 30px 0;
  border: none;
  border-radius: 0;
  background-color: #af1d7b;
}

.pagprogram .sec_tel .sec_tel-inner .head-wrap .head {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.tel-100th {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 22.4px;
  letter-spacing: 0;
  color: #af1d7b;
}

.pagprogram .sec_tel .sec_tel-inner .tel-wrap .tenno {
  position: relative;
  font-weight: normal;
  font-size: 48.8px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.mailadd {
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}

/* ---------------------------------------------------------
  Caution / Notes
--------------------------------------------------------- */
.program-caution {
  width: 80%;
  max-width: 1300px;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 22px 20px;
  border: 3px solid #070707;
  background: #fff;
  color: #272727;
  font-size: 18px;
  line-height: calc(30 / 22);
}

.pagprogram .sec_tel .sec_tel-inner .caution-list {
  width: 80%;
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 45px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}

.caution-list2 {
  margin: 0;
  margin-inline: auto;
  color: #f00;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.caution-list3 {
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 20px;
  padding: 0 5%;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}

.pagprogram .sec_tel .sec_tel-inner .caution-list4 {
  width: 80%;
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 45px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
}

.pagprogram .sec_tel .sec_tel-inner .attention {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}

/* ---------------------------------------------------------
  Text Styles
--------------------------------------------------------- */
.h1-100th {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4em;
  color: #af1d7b;
  text-align: center;
}

.br-space {
  display: block;
  height: 1.4em;
}

.br-space2 {
  display: block;
  height: 2em;
}

.main-cap,
.main-cap2 {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
}

.main-cap {
  color: #fff;
}

.main-cap2 {
  color: #000;
}

.imgcap {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: right;
}





/* =========================================================
  SP
========================================================= */
@media screen and (max-width: 881px) {
  /* ------------------------------
    Base
  ------------------------------ */
  .pc {
    display: none;
  }

  .sp,
  .sp-only-block {
    display: block;
  }

  /* ------------------------------
    Layout
  ------------------------------ */
  .aeon100th_contents .aeon100th_contents-wrap .basic-section .section_inner,
  .aeon100th_contents .aeon100th_contents-wrap .basic-section1480 .section_inner {
    max-width: 100vw;
  }

  .logo-100th {
    width: 50%;
    margin: auto;
    padding: 30px 0 50px;
  }

  .main-wrap {
    width: 100%;
    padding: 60px 0 10px;
    background: #e1a09b;
  }

  /* ------------------------------
    Menu Buttons
  ------------------------------ */
  .sec_topbuttons {
    gap: 4vw;
    margin-bottom: 19vw;
  }

  .sec_topbuttons .sec-btn a {
    display: block;
  }

  .sec_topbuttons .sec-btn a:hover {
    text-decoration: none;
  }

  .parts-progbtn {
    width: 70vw;
    height: 16vw;
    border-radius: 8vw;
  }

  .parts-progbtn::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
  }

  .parts-progbtn .parts-progbtn-inner {
    font-size: 4vw;
    line-height: 1.6;
  }

  .parts-progbtn:hover {
    background-color: #fff;
    color: #af1d7b;
  }

  .parts-progbtn:hover::after {
    border-right-color: #af1d7b;
    border-bottom-color: #af1d7b;
  }

  /* ------------------------------
    Panel
  ------------------------------ */
  .pagprogram .sec_panelitem-wrap {
    margin-bottom: 16vw;
  }

  .pagprogram .sec_panelitem-wrap .panelitem {
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
  }

  .panelitem {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .pagprogram .sec-panel .border-box {
    margin-bottom: 10vw;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_head {
    padding: 3vw 0;
    border-radius: 30px 30px 0 0;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_image .image .text .catch {
    font-size: 1em;
    text-shadow: none;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_image .image .text .detail {
    font-size: 0.9em;
    line-height: 1.8em;
    text-shadow: none;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .caption {
    width: 22vw;
    font-weight: bold;
    font-size: 1em;
    color: #af1d7b;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .detail {
    font-size: 1em;
    line-height: 1.4em;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .sep {
    font-size: 1em;
    line-height: 1.4em;
  }

  /* ------------------------------
    Schedule
  ------------------------------ */
  .schedule__line {
    grid-template-columns: 1.2fr 1.4fr 1.8fr;
  }

  .schedule__time,
  .schedule__text {
    padding: 10px 6px;
    font-size: 13px;
  }

  .schedule__line--head .schedule__time,
  .schedule__line--head .schedule__text {
    padding: 9px 6px;
    font-size: 12px;
  }

  /* ------------------------------
    Buttons / Links
  ------------------------------ */
  .parts-formbtn {
    max-width: 200px;
    height: 30px;
    border: 2px solid #af1d7b;
  }

  .parts-formbtn::after {
    right: calc(19 / 750 * 100vw);
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }

  .parts-formbtn .parts-formbtn-inner {
    font-size: 14px;
    line-height: 1;
  }

  .nobutton {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 0.8em;
  }

  /* ------------------------------
    Tel / Contact
  ------------------------------ */
  .pagprogram .sec_tel .sec_tel-inner .head-wrap {
    padding: 20px 0;
  }

  .pagprogram .sec_tel .sec_tel-inner .head-wrap .head {
    color: #fff;
    font-size: 1.2em;
  }

  .pagprogram .sec_tel .sec_tel-inner .tel-wrap .tenno {
    font-size: 2.4em;
  }

  .mailadd {
    font-size: 1.4em;
  }

  /* ------------------------------
    Caution / Notes
  ------------------------------ */
  .program-caution {
    width: calc(650 / 750 * 100vw);
    margin-bottom: 20px;
    padding: calc(22 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(3 / 750 * 100vw);
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .pagprogram .sec_tel .sec_tel-inner .caution-list {
    max-width: 90%;
    margin-inline: auto;
    margin-block: calc(47 / 750 * 100vw) calc(74 / 750 * 100vw);
    font-size: 0.8em;
    text-align: left;
  }

  /* ------------------------------
    Text Styles
  ------------------------------ */
  .h1-100th {
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .br-space {
    height: 1.2em;
  }

  .main-cap {
    margin-bottom: 50px;
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
  }

  .main-cap2 {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 2em;
    color: #000;
    text-align: center;
  }

  .imgcap {
    font-size: 0.8em;
  }
}
