@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.anniversary2607-mdx article, .anniversary2607-mdx aside, .anniversary2607-mdx details, .anniversary2607-mdx figcaption, .anniversary2607-mdx figure, .anniversary2607-mdx footer, .anniversary2607-mdx header, .anniversary2607-mdx hgroup, .anniversary2607-mdx menu, .anniversary2607-mdx nav, .anniversary2607-mdx section {
  display: block;
}
.anniversary2607-mdx ol, .anniversary2607-mdx ul {
  list-style: none;
}
.anniversary2607-mdx blockquote, .anniversary2607-mdx q {
  quotes: none;
}
.anniversary2607-mdx blockquote:before, .anniversary2607-mdx blockquote:after, .anniversary2607-mdx q:before, .anniversary2607-mdx q:after {
  content: "";
  content: none;
}
.anniversary2607-mdx table {
  border-collapse: collapse;
  border-spacing: 0;
}
.anniversary2607-mdx a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}
.anniversary2607-mdx blockquote, .anniversary2607-mdx q {
  quotes: none;
}
.anniversary2607-mdx blockquote:before, .anniversary2607-mdx blockquote:after, .anniversary2607-mdx q:before, .anniversary2607-mdx q:after {
  content: "";
  content: none;
}
.anniversary2607-mdx input, .anniversary2607-mdx select {
  vertical-align: middle;
}

.anniversary2607-mdx .bold {
  font-weight: bold;
}
.anniversary2607-mdx .ta-c {
  text-align: center;
}
.anniversary2607-mdx .ta-l {
  text-align: left;
}
.anniversary2607-mdx .ta-r {
  text-align: right;
}
.anniversary2607-mdx .d-ib {
  display: inline-block;
}
.anniversary2607-mdx .d-b {
  display: block;
}
.anniversary2607-mdx .d-i {
  display: inline;
}
.anniversary2607-mdx sup {
  font-size: 50%;
  vertical-align: super;
}
.anniversary2607-mdx .boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.anniversary2607-mdx .bg-orange {
  background-color: #fff3d6;
}
.anniversary2607-mdx .bg-blue {
  background-color: #d2ecf9;
}
.anniversary2607-mdx .txt-rnd {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.anniversary2607-mdx .txt-prim {
  color: #C30F10;
}
.anniversary2607-mdx .txt-sub {
  color: #0075be;
}
.anniversary2607-mdx .bg-yellow {
  background: #fff8e1;
}
.anniversary2607-mdx .notes {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .notes {
    font-size: 2.9333333333vw;
  }
}
.anniversary2607-mdx .common-txt {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .common-txt {
    font-size: 3.2vw;
  }
}
.anniversary2607-mdx .button {
  width: 438px;
  height: 88px;
  border-radius: 80px;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button {
    width: 58.4vw;
    height: 10.6666666667vw;
    padding: 0 3.7333333333vw;
  }
}
.anniversary2607-mdx .button .button-inner {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button .button-inner {
    gap: 1.8666666667vw;
  }
}
.anniversary2607-mdx .button .button-inner img {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button .button-inner img {
    width: 4.4vw;
  }
}
.anniversary2607-mdx .button p {
  font-size: 26px;
  line-height: 1;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button p {
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .button .arrow {
  width: 10px;
  max-width: auto;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button .arrow {
    width: 1.8666666667vw;
  }
}
.anniversary2607-mdx .button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.anniversary2607-mdx .button-red {
  background: #FF0000;
  -webkit-box-shadow: 0 8px 0px 0px #ab0018;
          box-shadow: 0 8px 0px 0px #ab0018;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button-red {
    -webkit-box-shadow: 0 1.0666666667vw 0px 0px #ab0018;
            box-shadow: 0 1.0666666667vw 0px 0px #ab0018;
  }
}
.anniversary2607-mdx .button-yellow {
  background: #f29600;
  -webkit-box-shadow: 0 8px 0px 0px #995900;
          box-shadow: 0 8px 0px 0px #995900;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button-yellow {
    -webkit-box-shadow: 0 1.0666666667vw 0px 0px #995900;
            box-shadow: 0 1.0666666667vw 0px 0px #995900;
  }
}
.anniversary2607-mdx .blue-zab {
  background: #0075be;
  color: #fff;
  line-height: 1;
  padding: 1px 4px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .blue-zab {
    padding: 0.2666666667vw 1.0666666667vw;
  }
}
.anniversary2607-mdx .section-wrap {
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .section-wrap {
    padding: 12.8vw 0vw;
  }
}
.anniversary2607-mdx .ribbon-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 64px;
  color: #ffffff;
  z-index: 1;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .ribbon-title {
    padding: 2.1333333333vw 6.4vw;
    font-size: 4.2666666667vw;
  }
}
.anniversary2607-mdx .ribbon-title .big {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .ribbon-title .big {
    line-height: 1.3;
    font-size: 5.3333333333vw;
  }
}
.anniversary2607-mdx .ribbon-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: -1;
}
.anniversary2607-mdx .ribbon-title.ribbon-title-red::before {
  background: #C30F10;
}
.anniversary2607-mdx .button-red-line {
  border: #FF0000 2px solid;
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 368px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 0 24px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button-red-line {
    width: 85.3333333333vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 3.2vw;
    margin-left: 0;
  }
}
.anniversary2607-mdx .button-red-line p {
  margin: 0 auto;
  padding-left: 1rem;
}
.anniversary2607-mdx .button-red-line .arrow {
  line-height: 0;
}
.anniversary2607-mdx .cv-area {
  background: #000;
  width: 100%;
}
.anniversary2607-mdx .cv-area .inner {
  width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .cv-area .inner {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8.5333333333vw 0;
  }
}
.anniversary2607-mdx .cv-area .inner .cv-box {
  width: 480px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .cv-area .inner .cv-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .cv-area .inner .cv-box:first-child {
    margin-bottom: 5.3333333333vw;
  }
}
.anniversary2607-mdx .cv-area .inner .cv-box .txt {
  color: #fff;
  font-size: 18px;
  padding-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .cv-area .inner .cv-box .txt {
    font-size: 3.4666666667vw;
    padding-bottom: 3.2vw;
  }
}
.anniversary2607-mdx .cv-area .inner .cv-box .button {
  background: #FF0000;
  width: 100%;
  line-height: 1;
}
.anniversary2607-mdx .cv-area .inner .cv-box .button .arrow {
  width: 14px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .cv-area .inner .cv-box .button .arrow {
    width: 2.6666666667vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
html, body {
  width: 100%;
  min-width: 1000px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.anniversary2607-mdx img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}
.anniversary2607-mdx a {
  color: #333;
  display: block;
  text-decoration: none;
}
.anniversary2607-mdx figure {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .anniversary2607-mdx a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.anniversary2607-mdx .pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .pc-ui {
    display: none;
  }
}
.anniversary2607-mdx .sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .sp-ui {
    display: block;
  }
}
.anniversary2607-mdx .pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .pc-in {
    display: none;
  }
}
.anniversary2607-mdx .sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .sp-in {
    display: inline;
  }
}
.anniversary2607-mdx {
  /* clearfix
  --------------------------------------------------------- */
}
.anniversary2607-mdx .clearfix {
  *zoom: 1;
}
.anniversary2607-mdx .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.anniversary2607-mdx {
  /* border-box
  --------------------------------------------------------- */
}
.anniversary2607-mdx * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.anniversary2607-mdx .txt-osw {
  font-family: "Oswald", sans-serif;
}
.anniversary2607-mdx .button {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 370px;
  height: 70px;
  border-radius: 50px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
  padding: 0 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button {
    width: 64vw;
    height: 13.3333333333vw;
    padding: 1.6vw 3.7333333333vw;
  }
}
.anniversary2607-mdx .button p {
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button p {
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .button i {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .button i {
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .button:hover {
  opacity: 0.8;
}
.anniversary2607-mdx .black-button {
  background: #000;
  color: #fff;
}
.anniversary2607-mdx .common-ttl-wrap {
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .common-ttl-wrap {
    padding-bottom: 3.2vw;
  }
}
.anniversary2607-mdx .common-sub-ttl {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 4px 18px 8px 14px;
  line-height: 1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .common-sub-ttl {
    font-size: 5.3333333333vw;
    padding: 4px 16px 8px 14px;
    margin-bottom: 1.0666666667vw;
  }
}
.anniversary2607-mdx .cmn-bg-gold {
  background: #cc980d;
}
.anniversary2607-mdx .item-sub-ttl-bloon {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  padding: 8px 18px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.anniversary2607-mdx .item-sub-ttl-bloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #eb2433 transparent transparent transparent;
}
.anniversary2607-mdx .item-sub-ttl-bloon {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  padding: 8px 18px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.anniversary2607-mdx .item-sub-ttl-bloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #eb2433 transparent transparent transparent;
}
.anniversary2607-mdx .common-sub-ttl span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg); /* 文字を水平に戻す */
}
.anniversary2607-mdx .common-ttl {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .common-ttl {
    font-size: 6.4vw;
    padding-top: 2.1333333333vw;
  }
}

.anniversary2607-mdx .mv {
  background: url(../../../images/asset/lp/anniversary2607-mdx/mv_pc.jpg) top center/100% auto no-repeat;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .mv {
    background: url(../../../images/asset/lp/anniversary2607-mdx/mv_sp.jpg) top center/100vw auto no-repeat;
    height: 130.6666666667vw;
    margin-bottom: 0vw;
  }
}
.anniversary2607-mdx .mv h1,
.anniversary2607-mdx .mv p {
  text-indent: -9999px;
  font-size: 0;
}
@media (min-width: 768px) {
  .anniversary2607-mdx .mv {
    height: auto;
    aspect-ratio: 1920/700;
  }
}
.anniversary2607-mdx .nav-list-wrap {
  background: #000;
}
.anniversary2607-mdx .nav-list {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .nav-list {
    width: 100%;
    padding: 3.2vw 0 3.2vw;
  }
}
.anniversary2607-mdx .nav-list a {
  color: #fff;
  width: 33.33%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: #fff 1px solid;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  height: 92px;
  padding: 0 2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .nav-list a {
    font-size: 2.9333333333vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3.2vw;
  }
}
.anniversary2607-mdx .nav-list a p {
  margin: 0 auto;
}
.anniversary2607-mdx .nav-list a svg {
  width: 34px;
  fill: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 3.5%;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .nav-list a svg {
    width: 4.5333333333vw;
    right: auto;
    top: auto;
    bottom: -2.1333333333vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.anniversary2607-mdx .nav-list a:last-child {
  border-right: none;
}
@media (max-width: 1000px) {
  .anniversary2607-mdx .nav-list a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .nav-list a {
    font-size: 2.9333333333vw;
  }
}
.anniversary2607-mdx .campaign-offer {
  background-color: #FFFFF4;
}
.anniversary2607-mdx .campaign-offer .slanted-bg-wrapper {
  position: relative;
  background-color: #C30F10;
  clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0 100%);
  padding-top: calc(4vw + 4vw);
  padding-bottom: calc(4vw + 5vw);
}
.anniversary2607-mdx .campaign-offer .content-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .campaign-offer .content-inner {
    max-width: auto;
  }
}
.anniversary2607-mdx .campaign-offer .offer-title {
  width: 100%;
  max-width: 948px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .campaign-offer .offer-title {
    max-width: auto;
    width: 80%;
    margin-bottom: 5.3333333333vw;
  }
}
.anniversary2607-mdx .campaign-offer .offer-title picture, .anniversary2607-mdx .campaign-offer .offer-title img {
  display: block;
  width: 100%;
  height: auto;
}
.anniversary2607-mdx .campaign-offer .brand-lineup {
  width: 100%;
  overflow: hidden;
}
.anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider-top {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider-top {
    margin-bottom: 20px;
  }
}
.anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider .swiper-slide {
  background: #ffffff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  width: 420px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider .swiper-slide {
    height: 9.3333333333vw;
    width: 38.6666666667vw;
    border-radius: 1.6vw;
  }
}
.anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider .swiper-slide img {
  width: 210px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .campaign-offer .brand-lineup .brand-slider .swiper-slide img {
    height: 5.4666666667vw;
    width: 28vw;
  }
}
.anniversary2607-mdx .series-wrap {
  background: #FFFFF4;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .series-wrap {
    padding: 10.6666666667vw 0;
  }
}
.anniversary2607-mdx .series-regno {
  width: 980px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .series-regno {
    width: 92vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.anniversary2607-mdx .series-regno .ab-circle {
  width: 240px;
  position: absolute;
  bottom: -16px;
  right: -16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .series-regno .ab-circle {
    width: 33.0666666667vw;
    bottom: -1.0666666667vw;
    right: -2.1333333333vw;
  }
}
.anniversary2607-mdx .series-btm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .series-btm-box {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
.anniversary2607-mdx .series-btm-box .series-img{
width: 48%;
}
}


@media screen and (max-width: 767px) {
  .anniversary2607-mdx .series-btm-box .series-img {
    width: 100%;
  }
}
.anniversary2607-mdx .coupon-area {
  background: #C30F10;
  padding: 96px 0 180px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-area {
    padding: 4.2666666667vw 0 16vw;
  }
}
.anniversary2607-mdx .coupon-area .coupon-ttl {
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}
.anniversary2607-mdx .coupon-box {
  width: 1080px;
  border-radius: 12px;
  background: #fff;
  margin: 0 auto 40px;
  padding: 48px 0 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-box {
    width: 90%;
    border-radius: 1.6vw;
    padding-bottom: 5.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.anniversary2607-mdx .sell-sub-ttl {
  text-align: center;
  padding-top: 8px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: dotted #575757 2px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .sell-sub-ttl {
    padding-top: 0;
    margin-bottom: 1vw;
    font-size: 3.6vw;
      border-bottom: dotted #575757 .5vw;
  }
}
.anniversary2607-mdx .sell-ttl {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .sell-ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.anniversary2607-mdx .coupon-box-txt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 36px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #e60012;
  line-height: 1;
  font-weight: 600;
  margin: 36px 0 30px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-box-txt {
    font-size: 5.0666666667vw;
    margin: 5.3333333333vw 0 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-box-txt img {
    width: 74.4vw;
  }
}
.anniversary2607-mdx .coupon-box-inner {
  width: 720px;
  margin: 0 auto 40px;
  padding: 32px 0;
  background: #F0EEED;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-box-inner {
    width: 90%;
    padding: 5.3333333333vw 0;
  }
}
.anniversary2607-mdx .coupon-code-corner {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 562px;
  height: 85px;
  border-radius: 50px;
  color: #fff;
  background: #000;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-corner {
    width: 90%;
    height: 14.6666666667vw;
    gap: 1.0666666667vw;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.anniversary2607-mdx .coupon-code-corner dt {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-corner dt {
    font-weight: 400;
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .coupon-code-corner dd {
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-corner dd {
    font-size: 5.3333333333vw;
  }
}
.anniversary2607-mdx .coupon-code-note {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 24px;
  text-align: center;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-note {
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 0 4.2666666667vw;
  }
}
.anniversary2607-mdx .coupon-code-copy-button {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 440px;
  height: 64px;
  border-radius: 50px;
  color: #000;
  border: 2px solid #000;
  margin: 0 auto;
  padding-left: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #F0EEED;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-copy-button {
    width: 80%;
    height: 10.6666666667vw;
    gap: 2.1333333333vw;
    padding-left: 4.2666666667vw;
  }
}
.anniversary2607-mdx .coupon-code-copy-button p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-copy-button p {
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .coupon-code-copy-button img {
  width: 22px;
  height: 22px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-code-copy-button img {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.anniversary2607-mdx .coupon-code-copy-button:hover {
  opacity: 0.6;
}
.anniversary2607-mdx .coupon-box-note {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-box-note {
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 0 0vw;
  }
}
.anniversary2607-mdx .coupon-step {
  text-align: center;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step {
    width: 90%;
  }
}
.anniversary2607-mdx .coupon-step-ttl {
  font-size: 28px;
  font-weight: bold;
  width: 620px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-ttl {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 4vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.anniversary2607-mdx .coupon-step-ttl p {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-ttl p {
    padding: 0 0.2em;
  }
}
.anniversary2607-mdx .coupon-step-ttl::before, .anniversary2607-mdx .coupon-step-ttl::after {
  content: "";
  display: block;
  width: 51px;
  height: 48px;
  background-image: url(../../../images/asset/lp/anniversary2607-mdx/tire_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-ttl::before, .anniversary2607-mdx .coupon-step-ttl::after {
    width: 5.6vw;
    height: 5.3333333333vw;
  }
}
.anniversary2607-mdx .coupon-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anniversary2607-mdx .coupon-step-list-item-img {
  height: 64px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item-img img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.2em 0;
  }
}
.anniversary2607-mdx .coupon-step-list-item {
  width: 255px;
  border-right: #bfbfbf 1px solid;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item {
    padding-bottom: 4.2666666667vw;
  }
}
.anniversary2607-mdx .coupon-step-list-item:last-child {
  border-right: none;
}
.anniversary2607-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img {
    height: 40px;
    margin: 0.7em 0;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img img {
    height: 30px;
  }
}
.anniversary2607-mdx .coupon-step-list-item-ttl {
  text-align: center;
  font-size: 20px;
  padding-bottom: 8px;
}
.anniversary2607-mdx .coupon-step-list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.anniversary2607-mdx .coupon-step-list-item-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-list-item-txt {
    text-align: center;
    font-size: 3.2vw;
  }
}
.anniversary2607-mdx .coupon-step-notes {
  text-align: left;
  font-size: 12px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-step-notes {
    font-size: 2.9333333333vw;
  }
}
.anniversary2607-mdx .baloon-txt {
  margin: 0 auto 8px;
  width: 687px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .baloon-txt {
    width: 86vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.anniversary2607-mdx #msg {
  position: fixed;
  padding: 0.8em;
  line-height: 1;
  border-radius: 4px;
  display: none;
  top: 10px;
  left: 50%;
  color: #000;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #f0eeed;
  border: #b4b4b4 solid 1px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10000;
}
.anniversary2607-mdx .button-black {
  background: #000;
}
.anniversary2607-mdx .coupon-btm-box {
  width: 1080px;
  margin: 0 auto;
  padding: 48px 64px;
  background: #F0EEED;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-btm-box {
    width: 90%;
    padding: 5.3333333333vw 0 3.2vw;
    border-radius: 1.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.anniversary2607-mdx .coupon-btm-box .present-img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-btm-box .present-img {
    width: 11.3333333333vw;
  }
}
.anniversary2607-mdx .coupon-btm-box .txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 8px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-btm-box .txt {
    padding-left: 2.1333333333vw;
    padding-top: 0;
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .coupon-btm-box .coupon-btm-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .coupon-btm-box .coupon-btm-box-top {
    font-size: 3.4666666667vw;
    margin: 0 auto 3.2vw;
  }
}
.anniversary2607-mdx .prize {
  background: #FFFFF4;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize {
    padding: 10.6666666667vw 0;
  }
}
.anniversary2607-mdx .prize .prize-ttl {
  width: 612px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize .prize-ttl {
    width: 81.6vw;
    margin: 0 auto 6.4vw;
  }
}
.anniversary2607-mdx .prize .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize .txt {
    font-size: 3.4666666667vw;
    width: 92vw;
    margin: 0 auto;
    text-align: left;
  }
}
.anniversary2607-mdx .prize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1010px;
  margin: 40px auto 0;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin: 6.4vw auto 0;
  }
}
.anniversary2607-mdx .prize-list li {
  width: 500px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #1a1a1a;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li {
    width: 92vw;
    border-radius: 2.1333333333vw;
    padding: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
.anniversary2607-mdx .prize-list li:nth-child(2) .ttl{
   padding-left: 40px;
}
.anniversary2607-mdx .prize-list li:last-child .ttl{
  padding-left: 80px;
}
}


.anniversary2607-mdx .prize-list li .inner {
  background: #F5F5F5;
  padding: 20px 28px 40px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .inner {
    padding: 4.2666666667vw 4.2666666667vw;
  }
}
.anniversary2607-mdx .prize-list li .icon {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #C30F10;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 6.4vw;
    left: 6.4vw;
  }
}
.anniversary2607-mdx .prize-list li .icon p {
  font-size: 14px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .icon p {
    font-size: 2.6666666667vw;
    line-height: 1;
    padding-top: 1.0666666667vw;
  }
}
.anniversary2607-mdx .prize-list li .icon p .big {
  font-size: 48px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .icon p .big {
    font-size: 6.4vw;
  }
}
.anniversary2607-mdx .prize-list li .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #C30F10;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
    text-align: left;
    line-height: 1.3;
    padding-left: 16vw;
  }
}
.anniversary2607-mdx .prize-list li .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .img {
    margin-bottom: 5.3333333333vw;
  }
}
.anniversary2607-mdx .prize-list li .txt {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .prize-list li .txt {
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
.anniversary2607-mdx .step01 {
  padding: 80px 0;
  background: #FFFFF4;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01 {
    padding: 16vw 0;
  }
}
.anniversary2607-mdx .step01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.anniversary2607-mdx .step01-list li {
  width: 344px;
  border: #000 solid 1px;
  border-radius: 10px;
  padding: 32px 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li {
    width: 100%;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.1333333333vw;
  }
}
.anniversary2607-mdx .step01-list li .head {
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li .head {
    font-size: 3.2vw;
  }
}
.anniversary2607-mdx .step01-list li .head .big {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li .head .big {
    font-size: 6.4vw;
  }
}
.anniversary2607-mdx .step01-list li .txt {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li .txt {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.anniversary2607-mdx .step01-list li .img {
  height: 246px;
  width: 264px;
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li .img {
    height: 32vw;
    width: 66.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li .img img {
    width: auto;
    height: 100%;
  }
}
.anniversary2607-mdx .step01-list li:first-child .img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step01-list li:first-child .img {
    width: 66.6666666667vw;
    height: 23.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.anniversary2607-mdx .step02 {
  padding: 96px 0 120px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02 {
    padding: 10.6666666667vw 0 16vw;
  }
}
.anniversary2607-mdx .step02-list {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list {
    width: 92vw;
  }
}
.anniversary2607-mdx .step02-list li {
  border-bottom: #000 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 32px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3333333333vw 0 4.2666666667vw;
    border-bottom: none;
  }
}
.anniversary2607-mdx .step02-list li .step02-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li .step02-inner-box {
    margin-top: 5.3333333333vw;
  }
}
.anniversary2607-mdx .step02-list li .head {
  width: 90px;
  height: 90px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li .head {
    width: 92vw;
    height: 8.5333333333vw;
    border-radius: 20px;
    font-size: 5.3333333333vw;
    margin: 0 auto;
  }
}
.anniversary2607-mdx .step02-list li .head .big {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li .head .big {
    font-size: 5.3333333333vw;
  }
}
.anniversary2607-mdx .step02-list li .txt {
  font-size: 22px;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li .txt {
    width: 57.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .step02-list li .img {
  width: 184px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li .img {
    width: 29.3333333333vw;
    margin-right: 4.2666666667vw;
  }
}
.anniversary2607-mdx .step02-list li .txt {
  border-left: 1px solid #CCCCCC;
  padding: 16px 0px 16px 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li .txt {
    padding: 0px 0px 0px 4.2666666667vw;
  }
}
.anniversary2607-mdx .step02-list li .txt .notes {
  font-weight: 400;
  font-size: 12px;
  padding-top: 0.5em;
}
.anniversary2607-mdx .step02-list li dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #000 1px solid;
  background: #FFFFF4;
  color: #E21A1A;
  font-weight: bold;
  padding: 10px 0 16px 40px;
  gap: 40px;
  line-height: 1;
  font-size: 22px;
  margin-top: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li dl {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 0 2.1333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.2vw;
  }
}
.anniversary2607-mdx .step02-list li dl.dl-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li dl.dl-pc {
    display: none;
  }
}
.anniversary2607-mdx .step02-list li dl.dl-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step02-list li dl.dl-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.anniversary2607-mdx .step-notes {
  font-size: 12px;
  text-align: center;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .step-notes {
    font-size: 2.6666666667vw;
    text-align: left;
    padding: 4.2666666667vw 2.6666666667vw;
  }
}
.anniversary2607-mdx .outline-head {
  font-size: 22px;
  font-weight: bold;
  width: 1000px;
  margin: 56px auto 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .outline-head {
    width: 92vw;
    font-size: 3.4666666667vw;
    margin: 5.3333333333vw auto 4.2666666667vw;
  }
}
.anniversary2607-mdx .outline-scroll-button {
  width: 1040px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 10px;
  border: #000 solid 1px;
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.anniversary2607-mdx .outline-scroll-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .outline-scroll-button {
    width: 92vw;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    margin: 0 auto 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.anniversary2607-mdx .outline-scroll-button p {
  margin: 0 auto;
  padding-left: 1em;
}
.anniversary2607-mdx .outline-scroll-button .arrow svg {
  fill: #000;
  width: 24px;
  margin-left: auto;
  margin-right: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .outline-scroll-button .arrow svg {
    width: 4.2666666667vw;
    margin-right: 3.2vw;
  }
}
.anniversary2607-mdx .outline-scroll-button.is-active .arrow svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.anniversary2607-mdx .outline-scroll-box {
  display: none;
  width: 1040px;
  margin: 0 auto;
  height: 690px;
  padding-right: 32px;
  border-radius: 10px;
  overflow-y: scroll;
  border: #000 solid 1px;
  scrollbar-color: #fff;
  padding: 24px;
}
.anniversary2607-mdx .outline-scroll-box::-webkit-scrollbar {
  width: 16px;
}
.anniversary2607-mdx .outline-scroll-box::-webkit-scrollbar-track {
  background-color: transparent;
}
.anniversary2607-mdx .outline-scroll-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .outline-scroll-box {
    width: 92vw;
    height: 92vw;
    border-radius: 1.6vw;
  }
}
.anniversary2607-mdx .outline-scroll-box dl {
  padding-bottom: 24px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .outline-scroll-box dl {
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .outline-scroll-box dl dt {
  font-weight: bold;
}
.anniversary2607-mdx .outline-scroll-box dl dd a {
  display: inline;
  text-decoration: underline;
}
.anniversary2607-mdx .acco-button {
  width: 900px;
  height: 80px;
  margin: 48px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .acco-button {
    font-size: 3.7333333333vw;
    width: 73.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}
.anniversary2607-mdx .acco-button p {
  margin-left: auto;
  margin: 0 auto;
}
.anniversary2607-mdx .acco-button:hover {
  opacity: 0.8;
}
.anniversary2607-mdx .acco-button.acco-button-finnesa {
  background: #ee7961;
}
.anniversary2607-mdx .acco-button.acco-button-playz {
  background: #009de8;
}
.anniversary2607-mdx .acco-button.acco-button-ecopia200 {
  background: #6bb42a;
}
.anniversary2607-mdx .acco-button.acco-button-ecopia200c {
  background: #6bb42a;
}
.anniversary2607-mdx .acco-button.acco-button-chronicle {
  background: #000;
}
.anniversary2607-mdx .evaluation-wrap {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-wrap {
    padding: 16vw 0 10.6666666667vw;
  }
}
.anniversary2607-mdx .evaluation-wrap .mov {
  width: 924px;
  height: 520px;
  margin: 80px auto 120px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-wrap .mov {
    width: 92vw;
    height: 48.5333333333vw;
    margin: 10.6666666667vw auto 16vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.anniversary2607-mdx .evaluation-wrap .mov .ttl {
  background: #FF0000;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-wrap .mov .ttl {
    border-radius: 1.6vw 1.6vw 0 0;
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 0;
  }
}
.anniversary2607-mdx .evaluation-wrap .mov frame {
  width: 100%;
  height: 100%;
}
.anniversary2607-mdx .evaluation-ttl-wrap .sub-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #FF0000;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-ttl-wrap .sub-ttl {
    font-size: 4.2666666667vw;
  }
}
.anniversary2607-mdx .evaluation-ttl-wrap .sub-ttl .big {
  font-size: 40px;
  line-height: 0;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-ttl-wrap .sub-ttl .big {
    font-size: 6.4vw;
  }
}
.anniversary2607-mdx .evaluation-ttl-wrap .logo {
  width: 484px;
  margin: 24px auto 48px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-ttl-wrap .logo {
    width: 89.4666666667vw;
    margin: 5.3333333333vw auto 5.3333333333vw;
  }
}
.anniversary2607-mdx .evaluation-ttl-wrap h2 {
  text-align: center;
  font-size: 41px;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-ttl-wrap h2 {
    font-size: 5.8666666667vw;
    padding-bottom: 6.4vw;
  }
}
.anniversary2607-mdx .evaluation-ttl-wrap .txt {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .evaluation-ttl-wrap .txt {
    font-size: 3.4666666667vw;
    text-align: left;
    width: 92vw;
    margin: 0 auto;
  }
}
.anniversary2607-mdx .voice-list {
  width: 1080px;
  margin: 56px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6.4vw auto 0;
    gap: 5.3333333333vw;
  }
}
.anniversary2607-mdx .voice-list li {
  width: 520px;
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li {
    width: 92vw;
    padding: 5.3333333333vw;
  }
}
.anniversary2607-mdx .voice-list li .voice-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li .voice-list-head {
    margin-bottom: 3.2vw;
  }
}
.anniversary2607-mdx .voice-list li .voice-list-head .icon {
  width: 100px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li .voice-list-head .icon {
    width: 20vw;
    margin-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li .voice-list-head .ttl {
    width: 59.0666666667vw;
  }
}
.anniversary2607-mdx .voice-list li .voice-list-head h3 {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li .voice-list-head h3 {
    font-size: 4vw;
  }
}
.anniversary2607-mdx .voice-list li .voice-list-head .name {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li .voice-list-head .name {
    font-size: 2.9333333333vw;
  }
}
.anniversary2607-mdx .voice-list li .txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li .txt {
    font-size: 3.4666666667vw;
  }
}
.anniversary2607-mdx .voice-list li .txt .em {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #fff), to(#FFCCCC));
  background: linear-gradient(to bottom, #fff 0%, #fff 70%, #FFCCCC 100%);
}
.anniversary2607-mdx .voice-list li:first-child {
  width: 1080px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0vw;
    padding: 5.3333333333vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .l-box {
  width: 338px;
  text-align: center;
  border-right: #ccc solid 1px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .l-box {
    border-right: none;
    border-bottom: #ccc solid 1px;
    width: auto;
    padding-bottom: 4.2666666667vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .l-box .sub-txt {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 0.2em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .l-box .sub-txt {
    font-size: 4.8vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .l-box .ster-txt {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .l-box .ster-txt {
    font-size: 5.3333333333vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .l-box .ster-txt .txt-gray {
  color: #1a1a1a;
  opacity: 0.5;
  font-weight: 400;
  padding: 0 2px;
}
.anniversary2607-mdx .voice-list li:first-child .l-box .ster-txt .ster {
  font-size: 54px;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .l-box .ster-txt .ster {
    font-size: 8.5333333333vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .l-box .notes {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .l-box .notes {
    font-size: 2.6666666667vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .r-box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .r-box {
    width: auto;
    margin: 0;
    padding-top: 5.3333333333vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box {
    width: 50%;
  }
}
.anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box .txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box .txt {
    font-size: 3.7333333333vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box .txt .small {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box .txt .small {
    font-size: 3.2vw;
  }
}
.anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box .img {
  width: 218px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .voice-list li:first-child .r-box .ster-chil-box .img {
    margin: 1.0666666667vw auto 0;
    width: 33.3333333333vw;
  }
}
.anniversary2607-mdx .contact-wrap {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 96px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap {
    padding: 10.6666666667vw 0;
  }
}
.anniversary2607-mdx .contact-wrap .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.anniversary2607-mdx .contact-wrap .txt {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .txt {
    font-size: 3.4666666667vw;
    text-align: left;
    width: 88vw;
    margin: 0 auto;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box {
  width: 90%;
  margin: 40px auto 0;
  border: #fff 1px solid;
  padding: 32px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box {
    width: 88vw;
    margin: 5.3333333333vw auto 0;
    padding: 4.2666666667vw;
    max-width: 100%;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box .sub-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box .sub-ttl {
    line-height: 1.4;
    font-size: 4.2666666667vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box a {
    gap: 1.6vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box a .tel {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box a .tel {
    font-size: 6.6666666667vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box a svg {
  width: 56px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box a svg {
    width: 7.4666666667vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box a .time {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box a .time {
    font-size: 2.6666666667vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box .mail {
    gap: 1.6vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box .mail svg {
  width: 40px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box .mail svg {
    width: 5.6vw;
  }
}
.anniversary2607-mdx .contact-wrap .contact-box .mail .mail-link {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .contact-wrap .contact-box .mail .mail-link {
    font-size: 2.6666666667vw;
  }
}
.anniversary2607-mdx .floating {
  width: 100%;
  background: #000;
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 100;
}
.anniversary2607-mdx .floating .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner02 {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
}
.anniversary2607-mdx .floating .inner03 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}
.anniversary2607-mdx .floating .inner {
  width: 94%;
  margin: 0 auto;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 98%;
    gap: 0;
  }
}
.anniversary2607-mdx .floating .inner .txt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .txt {
    font-size: 3.2vw;
  }
}
.anniversary2607-mdx .floating .inner .code-copy {
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .code-copy {
    padding: 1.8666666667vw 1.0666666667vw;
    width: 42.6666666667vw;
    height: auto;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.anniversary2607-mdx .floating .inner .code-copy p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .code-copy p {
    font-size: 3.2vw;
  }
}
.anniversary2607-mdx .floating .inner .code-copy .copy-icon {
  width: auto;
  line-height: 1;
  padding: 0 12px;
  height: 44px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .code-copy .copy-icon {
    height: 9.3333333333vw;
    padding: 0;
    gap: 0.5333333333vw;
    width: 18.6666666667vw;
    margin: 0;
  }
}
.anniversary2607-mdx .floating .inner .code-copy .copy-icon p {
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .code-copy .copy-icon p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .code-copy .copy-icon img {
    width: 2.6666666667vw;
    height: auto;
  }
}
.anniversary2607-mdx .floating .inner .button {
  margin: 0;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .floating .inner .button {
    width: 45.3333333333vw;
    margin: 0 auto;
  }
}
.anniversary2607-mdx .p-topOnline {
  padding: 90px 0 100px;
  background-image: url(../../../images/asset/lp/anniversary2607-mdx/bg_geometry.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline {
    padding: 6.588579795vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline {
    padding: 10.6666666667vw 0;
    background-image: url(../../../images/asset/lp/anniversary2607-mdx/bg_geometry.png);
  }
}
.anniversary2607-mdx .p-topOnline__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.anniversary2607-mdx .p-topOnline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__list {
    width: 74.6705710102vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__list {
    display: block;
    width: 89.0666666667vw;
  }
}
.anniversary2607-mdx .p-topOnline__item {
  width: 320px;
  padding: 30px 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__item {
    width: 23.4260614934vw;
    padding: 2.196193265vw 1.4641288433vw;
    border-radius: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 89.0666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  }
  .anniversary2607-mdx .p-topOnline__item:nth-of-type(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__itemContent {
    width: 46.6666666667vw;
  }
}
.anniversary2607-mdx .p-topOnline__itemImg {
  width: 112px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__itemImg {
    width: 24vw;
    margin: 0;
  }
}
.anniversary2607-mdx .p-topOnline__itemTxt01 {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 18px;
  font-weight: 700 !important;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__itemTxt01 {
    margin-top: 0.7320644217vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__itemTxt01 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 0;
    line-height: 1.3;
  }
}
.anniversary2607-mdx .p-topOnline__itemTxt02 {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__itemTxt02 {
    margin-top: 0.7320644217vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__itemTxt02 {
    font-size: 13px;
    font-size: 3.3854166667vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }
}
.anniversary2607-mdx .p-topOnline__itemLink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 14px;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__itemLink {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__itemLink {
    font-size: 13px;
    font-size: 3.3854166667vw;
  }
}
.anniversary2607-mdx .p-topOnline__ttl {
  margin-bottom: 56px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__ttl {
    margin-bottom: 4.0995607613vw;
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__ttl {
    font-size: 24px;
    font-size: 6.25vw;
    margin-bottom: 8vw;
    line-height: 1.4;
  }
}
.anniversary2607-mdx .p-topOnline__ttlLead {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 400 !important;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  .anniversary2607-mdx .p-topOnline__ttlLead {
    margin-bottom: 0.439238653vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  .anniversary2607-mdx .p-topOnline__ttlLead {
    font-size: 18px;
    font-size: 4.6875vw;
    margin-bottom: 1.3333333333vw;
  }
}
.anniversary2607-mdx .footer-official-store {
  text-align: center;
  width: 100%;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .footer-official-store {
    padding: 10.6666666667vw 0 10vw;
  }
}
.anniversary2607-mdx .footer-official-store .footer-official-store-ttl {
  font-size: 24px;
  padding-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .footer-official-store .footer-official-store-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.anniversary2607-mdx .footer-official-store .button {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .footer-official-store .button {
    width: 70%;
  }
}
.anniversary2607-mdx .footer-official-store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .footer-official-store-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.2666666667vw;
    margin: 0 0 10%;
  }
}
.anniversary2607-mdx .footer-official-store-list li {
  width: 150px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .footer-official-store-list li {
    width: 33%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%;
  }
}
.anniversary2607-mdx .footer-official-store-list li .footer-official-store-list-img {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .footer-official-store-list li .footer-official-store-list-img {
    height: 100px;
  }
}
.anniversary2607-mdx .series-wrap .ta-c{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .anniversary2607-mdx .series-wrap .ta-c{
    margin-bottom: calc(48/750 * 100vw);
}
}
@media screen and (max-width: 767px) {
.anniversary2607-mdx .series-wrap .ribbon-title{
           padding: 2.1333333333vw 2.4vw 2.1333333333vw 6.4vw;
}
}


.anniversary2607-mdx h2{
  font-weight: bold!important;
}