@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');
/*-- reset --*/
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
  font-size: inherit;
}
ul, ol {
  margin: 0;
  padding-left: 0;
}
ul li, ol li {
  margin-left: 0;
  list-style-type: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
img {
  line-height: 1;
}
hr {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  line-height: inherit;
  margin: 0px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  border: none;
  -webkit-border-image: none;
  border-image: none;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0px;
}
html {
  overflow-x: hidden;
  width: 100%;
  line-height: 2;
}
body {
  position: relative;
  color: #000;
  background: #fff;
  font-family: "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  letter-spacing: .05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  vertical-align: top;
}
/*==========================================*/
/* PC & ALL */
/*==========================================*/
body, td, th {
  font-size: 15px;
  line-height: 1.6;
}
.main a {
  color: #000;
  text-decoration: none;
}
body {
  background: url("/cp/calendar2026/img/bg.gif") repeat;
}
.main {
  width: 1000px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  background: #fff;
}
.mv-block {
  padding-top: 20px;
  font-family: 'Noto Serif', 'Noto Serif JP', serif;
}
.mv-block-txt {
  width: 450px;
  margin: 0 auto;
}
.mv-block h1 {
  margin-top: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05em;
  text-align: center;
}
.mv-block h1 .year {
  padding-left: .1em;
  padding-right: .3em;
  font-size: .9em;
}
.mv-block-ttl03 {
  display: block;
  margin-top: 20px;
  font-size: 45px;
}
.mv-block-img {
  width: 940px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv-block-img img {
  position: relative;
  z-index: 10;
}
.mv-block-img01 {
  order: 1;
}
.mv-block-img02 {
  order: 3;
}
.mv-block-img01, .mv-block-img02 {
  width: 230px;
  margin-top: 20px;
  position: relative;
}
.mv-block-img01 img, .mv-block-img02 img {
  border: 1px solid #ddd;
}
.mv-block-img01::before, .mv-block-img02::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 326px;
  background: url("/cp/calendar2026/img/bg-img.png") repeat;
  opacity: .6;
  top: 4px;
  left: 4px;
}
.mv-block-img03 {
  order: 2;
  width: 400px;
}
.main-block-date {
  width: 800px;
  height: 50px;
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}
.main-block-date::before, .main-block-date::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  left: 0;
}
.main-block-date::before {
  border-top: 1px solid #ccc;
  top: 0;
}
.main-block-date::after {
  border-bottom: 1px solid #ccc;
  bottom: 0;
}
.main-block-date-dt {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1;
}
.main-block-date-dd {
  font-size: 30px;
  line-height: 1;
  letter-spacing: .1em;
}
.main-block-date-dd span {
  font-size: .75em;
}
.main-block-date-dd span.year {
  font-size: .8em;
}
.detail {
  width: 900px;
  margin: 50px auto 0;
}
.detail-ttl {
  height: 45px;
  padding-left: 2em;
  color: #fff;
  background: #cac8c8;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .detail-outline {
    margin: 10px auto 0;
    background: #e9e5e5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detail-outline-dt {
    width: 300px;
    padding: 1em 0 1em 2em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  .detail-outline-dd {
    width: 600px;
    padding: 1em;
    background: #fff;
    border-bottom: 1px solid #e9e5e5;
  }
}
.detail-outline-dd p + p {
  margin-top: 1em;
}
.detail-outline-dd li {
  padding-left: 1.2em;
  position: relative;
}
.detail-outline-dd li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
}
.detail-outline-dd li::before {
  content: "●";
}
.detail-outline-dd li li::before {
  content: "○";
}
a[data-gtm="tocomlink"] {
  color: #0000ff !important;
  text-decoration: underline;
}
a[data-gtm="tocomlink"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: .1em;
  margin-right: .2em;
  background: url("/cp/calendar2026/img/icon_window.svg") no-repeat center center / contain;
}
.btn_area {
  width: 427px;
  margin: 20px auto 0;
  text-align: right;
  line-height: 1.6;
}
.btn_area .btn {
  padding-top: 30px;
}
.btn_area .btn a {
  width: 427px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #fff;
  background: rgba(228, 0, 43, 1);
  border-radius: 31px;
  text-decoration: none;
  position: relative;
}
.btn_area .btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url("/cp/calendar2026/img/icon_arrow_wh.svg") no-repeat center center / contain;
}
.btn_area .txt {
  margin-top: 30px;
  font-size: 15px;
}
.btn_area .txt + .txt {
  margin-top: 12px;
}
.btn_area .txt a {
  padding-right: 30px;
  color: #e4002b;
  text-decoration: none;
  position: relative;
}
.btn_area .txt a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url("/cp/calendar2026/img/icon_arrow_red.svg") no-repeat center center / contain;
}
@media screen and (min-width: 769px), print {
  .u-none--pc {
    display: none !important;
  }
}
/*==========================================*/
/* SP */
/*==========================================*/
@media screen and (max-width: 768px) {
  body, td, th {
    font-size: 3.73333vw;
    line-height: 1.6;
  }
  .main {
    width: 100vw;
    margin: 0 auto 8vw;
    padding-bottom: 8vw;
  }
  .mv-block {
    padding-top: 3.2vw;
  }
  .mv-block-txt {
    width: 92vw;
    margin: 0 auto;
  }
  .mv-block h1 {
    margin-top: 0;
    font-size: 10.66667vw;
    font-weight: 300;
    text-align: center;
  }
  .mv-block-ttl01 {
    font-size: 12vw;
  }
  .mv-block-ttl02 {
    display: block;
    margin-top: 1.33333vw;
    font-size: 10.13333vw;
    letter-spacing: -.1em;
  }
  .mv-block-ttl03 {
    margin-top: 1.33333vw;
    font-size: 8vw;
    letter-spacing: -.1em;
  }
  .mv-block-img {
    width: 66.66667vw;
    margin: 4vw auto 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mv-block-img01 {
    order: 1;
  }
  .mv-block-img02 {
    order: 2;
  }
  .mv-block-img01, .mv-block-img02 {
    width: 26.66667vw;
    margin-top: 0;
  }
  .mv-block-img01::before, .mv-block-img02::before {
    width: 26.66667vw;
    height: 37.33333vw;
    top: 1.06667vw;
    left: 1.06667vw;
  }
  .mv-block-img03 {
    order: 3;
    width: 100%;
    margin-top: 6vw;
  }
  /*.mv-block-img03 img {
    display: block;
    width: 56vw;
    margin: 0 auto;
  }*/
  .main-block-date {
    width: 90vw;
    height: 16vw;
    margin: 4vw auto 0;
    flex-direction: column;
    gap: 1.6vw;
  }
  .main-block-date::before, .main-block-date::after {
    width: 90vw;
    height: 1.33333vw;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .main-block-date::before {
    border-top: 1px solid #ccc;
  }
  .main-block-date::after {
    border-bottom: 1px solid #ccc;
  }
  .main-block-date-dt {
    margin-top: 0;
    font-size: 4vw;
  }
  .main-block-date-dd {
    font-size: 6.93333vw;
    font-weight: 700;
  }
  .detail {
    width: 100vw;
    margin: 8vw auto 0;
  }
  .detail-ttl {
    height: 12vw;
    padding-left: 1em;
    font-size: 4.8vw;
  }
  .detail-outline {
    width: 96vw;
    margin: 0 auto;
  }
  .detail-outline-dt {
    width: 100%;
    padding: 1em 1em .5em;
    font-size: 1.15em;
    font-weight: bold;
  }
  .detail-outline-dd {
    width: 100%;
    padding: .5em 1em 1em;
    background: #fff;
    border-bottom: 1px solid #e9e5e5;
  }
  a[data-gtm="tocomlink"]::after {
    width: 4vw;
    height: 4vw;
  }
  .btn_area {
    width: 84vw;
    margin: 5.33333vw auto 0;
  }
  .btn_area .btn {
    padding-top: 5.33333vw;
  }
  .btn_area .btn a {
    width: 84vw;
    height: 10.93333vw;
    font-size: 3.73333vw;
    border-radius: 5.33333vw;
  }
  .btn_area .btn a::after {
    width: 1.6vw;
    height: 2.66667vw;
    right: 4vw;
  }
  .btn_area .txt {
    margin-top: 6.4vw;
    font-size: 3.73333vw;
  }
  .btn_area .txt + .txt {
    margin-top: 2.4vw;
  }
  .btn_area .txt a {
    padding-right: 8vw;
  }
  .btn_area .txt a::after {
    width: 1.6vw;
    height: 2.66667vw;
    right: 3.2vw;
  }
  .u-none--sp {
    display: none !important;
  }
}
/* キャンペーン終了 */
@media screen and (min-width: 769px) {
  #campaign_end {
    width: 960px;
    border: 4px solid #ccc;
    padding: 40px 0;
    margin: 20px auto;
    text-align: center;
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
  }
  #campaign_end br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #campaign_end {
    border: 1vw solid #ccc;
    padding: 4vw;
    margin: 4vw;
    text-align: center;
    font-size: 5.6vw;
    color: #ff0000;
    font-weight: bold;
  }
}
.red {
  color: #ff0000;
}