@charset "utf-8";

/* --------------------------------------------------------------------
  PC/SP共通
--------------------------------------------------------------------- */
.mv {
  background-color: #F5F5F5;
  padding-block: 45px;
}
.mv-inner {
  background-color: #fff;
  padding: 10px;
}
.mv-head {
}
.mv-period {
  background-color: #0A4058;
  box-sizing: border-box;
  color: #fff;
  min-height: 50px;
  padding: 5px 10px 4px;
  margin-bottom: 20px;
}
.mv-period-ttl {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  text-align: center;
}
.mv-period-date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  text-align: center;
}
.mv-period-date span {
  font-size: 20px;
}
.mv-detail {
  padding-inline: 40px;
}
.mv-detail-ttl {
  background-image: url('/img/event/hseasonal-gift3/bg_ttl_ribbon.png');
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: calc(27 / 20);
  padding: 12px 20px 6px;
  text-align: center;
  margin-bottom: 8px;
}
.mv-detail-lead {
  color: #772A49;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: calc(25 / 16);
  text-align: center;
  margin-bottom: 10px;
}
.mv-items {
  background-color: #F5F5F5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  place-items: center;
  padding: 7px 10px 10px 7px;
  margin-bottom: 10px;
}
.mv-item-captions {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: calc(22 / 15);
  margin-bottom: 10px;
}
.mv-notes {
  font-size: 15px;
  letter-spacing: .06em;
  line-height: calc(28 / 15);
}
.mv-notes span {
  font-size: 13px;
}
.information {
  padding-top: 50px;
}
.information-list {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.information-list > li + li {
  margin-top: .4em;
}
.information-list strong {
  color: #FF0000;
  font-weight: 600;
}
.sec {
  padding-block: 60px 90px;
}
.sec > *:last-child {
  margin-bottom: 0;
}
.sec-ttl {
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 0;
  color: #0E8098;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: calc(33 / 25);
  text-align: center;
  padding-block: 22px 18px;
  margin-bottom: 75px;
  position: relative;
}
.sec-ttl::before {
  content: '';
  border-color: currentColor;
  border-style: solid;
  border-width: 1px 0;
  height: calc(100% - 8px);
  width: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.anchor-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.anchor-links > * {
  width: 275px;
}
.anchor-link {
  background-color: #51B5CF;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff!important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: calc(21 / 16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 14px 30px;
  min-height: 80px;
  text-align: center;
  text-decoration: none!important;
  position: relative;
}
.anchor-link::after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  rotate: -135deg;
  position: absolute;
  bottom: 19px;
  left: 50%;
  translate: -50%;
}
.event-space2 {
  margin-bottom: 80px;
}
.event-ttl {
  background-color: #E4FAFB;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  text-align: center;
  padding: 20px 20px 15px;
  margin-bottom: 0px;
}
.event-ttl-main {
  color: #0E8098;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(29 / 20);
}
.event-ttl-sub {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: calc(28 / 15);
}
.event-more {
  display: grid;
  grid-template-columns: 350px;
  justify-content: center;
  row-gap: 16px;
}
.event-more .event-more-btn {
  background-color: #51B5CF;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  line-height: calc(23 / 15);
  text-align: center;
  text-decoration: none!important;
  padding: 12px 30px 9px;
  position: relative;
}
.event-more .event-more-btn::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

/* --------------------------------------------------------------------
  PC
--------------------------------------------------------------------- */
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .full-bleed {
    margin-inline: calc(50% - 50vw + var(--scrollbar-width) / 2);;
    width: calc(100vw - var(--scrollbar-width));
  }
  .mv-inner {
    border-radius: 10px;
    display: grid;
    grid-template-columns: 450px 1fr;
    column-gap: 20px;
    padding: 20px;
    margin-inline: auto;
    width: 1060px;
  }
  .mv-period {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  .mv-detail {
    margin-inline: auto;
    max-width: 450px;
  }
  .mv-item-captions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .anchor-link {
    transition: opacity .3s;
  }
  .anchor-link:hover {
    opacity: .7;
  }
  .event-more .event-more-btn {
    transition: opacity .3s;
  }
  .event-more .event-more-btn:hover {
    opacity: .7;
  }
}

/* --------------------------------------------------------------------
  SP
--------------------------------------------------------------------- */
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  h2.event_name_ {
    font-weight: normal;
  }
  .mv {
    padding-block: 0;
  }
  .mv-inner {
    padding-bottom: min(20px, calc(20 / 375 * 100vw));
  }
  .mv-head {
    margin-bottom: 10px;
  }
  .mv-period {
    padding: min(19px, calc(19 / 375 * 100vw)) min(10px, calc(10 / 375 * 100vw));
    margin-bottom: min(30px, calc(30 / 375 * 100vw));
  }
  .mv-period-ttl {
    font-size: min(18px, calc(18 / 375 * 100vw));
    margin-bottom: 11px;
  }
  .mv-period-date {
    font-size: min(14px, calc(14 / 375 * 100vw));
    line-height: 1.44;
  }
  .mv-period-date span {
    font-size: min(20px, calc(20 / 375 * 100vw));
  }
  .mv-detail {
    padding-inline: min(15px, calc(15 / 375 * 100vw));
  }
  .mv-detail-ttl {
    background-image: url('/img/event/hseasonal-gift3/bg_ttl_ribbon_sp.png');
    font-size: min(18px, calc(18 / 375 * 100vw));
    line-height: calc(24 / 18);
    padding: 8px 20px;
    margin-bottom: min(20px, calc(20 / 375 * 100vw));
  }
  .mv-detail-lead {
    font-size: min(16px, calc(16 / 375 * 100vw));
    text-align: center;
    margin-bottom: min(20px, calc(20 / 375 * 100vw));
  }
  .mv-items {
    gap: 7px;
    margin-bottom: 20px;
  }
  .mv-item-captions {
    font-size: min(15px, calc(15 / 375 * 100vw));
    line-height: calc(28 / 15);
  }
  .mv-notes {
    font-size: min(15px, calc(15 / 375 * 100vw));
  }
  .mv-notes span {
    font-size: min(13px, calc(13 / 375 * 100vw));
  }
  .information {
    border-top: 1px solid #DCDCDC;
    padding-top: min(30px, calc(30 / 375 * 100vw));
    margin-inline: min(18px, calc(18 / 375 * 100vw));
  }
  .information-list {
    font-size: min(13px, calc(13 / 375 * 100vw));
  }
  .sec {
    padding-inline: min(17px, calc(17 / 375 * 100vw));
    padding-block: min(50px, calc(50 / 375 * 100vw));
  }
  .sec > *:last-child {
    margin-bottom: 0;
  }
  .sec-ttl {
    font-size: min(21px, calc(21 / 375 * 100vw));
    line-height: calc(28 / 21);
    padding-block: 15px 16px;
    margin-bottom: 34px;
  }
  .sec-ttl::before {
    height: calc(100% - 8px);
    top: 3px;
  }
  .anchor-links {
    gap: calc(5 / 375 * 100vw);
    margin-bottom: 40px;
  }
  .anchor-links > * {
    width: calc(110 / 375 * 100vw);
  }
  .anchor-link {
    border-radius: 5px;
    font-size: min(13px, calc(13 / 375 * 100vw));
    line-height: calc(21 / 13);
    padding: min(15px, calc(15 / 375 * 100vw)) 0 min(20px, calc(20 / 375 * 100vw));
    min-height: calc(61 / 375 * 100vw);
  }
  .anchor-link::after {
    height: min(7px, calc(7 / 375 * 100vw));
    width: min(7px, calc(7 / 375 * 100vw));
    bottom: min(12px, calc(12 / 375 * 100vw));
  }
  .event-space2 {
    margin-bottom: 40px;
  }
  .event-ttl {
    row-gap: 14px;
    padding: 21px min(17px, calc(17 / 375 * 100vw)) 22px;
    margin-bottom: 20px;
  }
  .event-ttl-main {
    font-size: min(20px, calc(20 / 375 * 100vw));
  }
  .event-ttl-sub {
    font-size: min(15px, calc(15 / 375 * 100vw));
    text-align: left;
  }
  .event-more {
    grid-template-columns: min(350px, calc(350 / 375 * 100vw));
  }
  .event-more .event-more-btn {
    font-size: min(15px, calc(15 / 375 * 100vw));
    padding: 12px min(30px, calc(30 / 375 * 100vw)) 9px;
  }
  .event-more .event-more-btn::after {
    width: min(5px, calc(5 / 375 * 100vw));
    height: min(5px, calc(5 / 375 * 100vw));
    right: min(20px, calc(20 / 375 * 100vw));
  }
}