@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #campaign-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #campaign-contents img {
    image-rendering: auto;
  }
}

#campaign-contents .maximg {
  width: 100%;
  height: auto
}

#campaign-contents picture,
#campaign-contents picture img {
  width: 100%;
  height: auto;
  display: block;
}

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 32px);
  overflow: visible;
}

@media screen and (max-width: 768px) {

  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    width: 100%;
  }
}

#campaign-contents summary {
  list-style: none;
}

#campaign-contents details>summary::-webkit-details-marker {
  display: none;
}

/*
***************************************************************
明朝 font
***************************************************************
*/
.lead-font-mincho {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 500;
  font-style: normal;
}

.lead-font-mincho-b {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  font-style: normal;
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv {
  line-height: 0;
  overflow: hidden;
}

#section-kv .photo {
  position: relative;
  display: block;
  line-height: 0;
  background-color: transparent;
  aspect-ratio: 1920/640;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#section-kv .photo picture {
  display: block;
  width: 100%;
}

#section-kv .photo picture img {
  display: block;
  width: 100%;
  height: auto;
}

#section-kv .photo .text {
  position: absolute;
  top: 0;
  right: 0;
}

#section-kv .h1-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1920/174;
  background-image: url('/campaign/newyear202601/images/kv-h1-bg-pc.webp?date=20251219');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  padding: 12px 0;
  z-index: 1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#section-kv .h1-wrap h1 {
  width: 100%;
  max-width: 1180px;
  line-height: 0;
  font-size: 0;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #section-kv .h1-wrap h1 {
    max-width: 80%;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-kv .photo {
    aspect-ratio: 768/526;
  }

  #section-kv .h1-wrap {
    aspect-ratio: 768/315;
    background-image: url('/campaign/newyear202601/images/kv-h1-bg-sp.webp?date=20251219');
    padding: 0;
  }

  #section-kv .h1-wrap h1 {
    width: 78%;
    max-width: inherit;
    padding: 0;
  }
}

/*
***************************************************************
動画 Brightcove
***************************************************************
*/
.section-video {
  padding: 100px 16px 40px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .section-video {
    padding: 60px 16px 30px;
  }
}

/*
***********************************************************
#section-greeting　
***********************************************************
*/
#section-greeting {
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
}

/* --------------- text-box ---------------  */
#section-greeting .text-box {
  color: #b81c22;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

#section-greeting .text-box h2 {
  font-size: 3.6rem;
  padding-bottom: 8px;
}

#section-greeting .text-box .lead {
  font-size: 2.2rem;
}

@media (min-width: 769px) and (max-width: 1020px) {
  #section-greeting .text-box h2 {
    font-size: 3.2vw;
  }

  #section-greeting .text-box .lead {
    font-size: 2vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-greeting {
    max-width: inherit;
  }

  #section-greeting .text-box {
    padding: 24px 0;
  }

  #section-greeting .text-box h2 {
    font-size: 6.6vw;
    line-height: 1.2;
    padding-bottom: 24px;
  }

  #section-greeting .text-box h2 span {
    letter-spacing: -0.09em;
  }

  #section-greeting .text-box .lead {
    font-size: 3.8vw;
  }
}

/*
***************************************************************
#section-business-startdate
***************************************************************
*/
#section-business-startdate {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 16px;
}

#section-business-startdate .business-startdate-inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

#section-business-startdate .acc-wrap.nml-acc-wrap {
  max-width: 1160px;
  background-image: url('/campaign/newyear202601/images/business-startdate-bg.webp?date=20251219');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-top: none;
  border-bottom: none;
  margin: 0 auto;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .triggle {
  color: var(--black);
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
  padding: 30px 56px 24px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .triggle p {
  font-size: 1.6rem;
}

@media (min-width: 769px) and (max-width: 1196px) {
  #section-business-startdate .acc-wrap.nml-acc-wrap .triggle p {
    font-size: 1.4vw;
  }
}

#section-business-startdate .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: 0.6;
}

#section-business-startdate .nml-toggle-icn::before,
#section-business-startdate .nml-toggle-icn::after {
  content: "";
  background-color: var(--greyK80);
  position: absolute;
}

#section-business-startdate .nml-toggle-icn::after {
  width: 2px;
  height: 39px;
  right: 45px;
  top: calc(50% - 19px);
  transition: var(--transition);
  border: none;
}

#section-business-startdate .nml-toggle-icn::before {
  width: 40px;
  height: 2px;
  right: 27px;
  left: auto;
  top: 50%;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner {
  text-align: center !important;
  padding: 0 40px 24px;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dl {
  margin: 0;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dt,
#section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dd {
  font-size: 1.8rem;
  line-height: 2;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dt {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
}

#section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dd {
  margin: 0;
}

@media screen and (min-width: 769px) and (max-width: 1190px) {

  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dt,
  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dd {
    font-size: 1.4vw;
  }
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-business-startdate {
    max-width: inherit;
    padding: 0;
  }

  #section-business-startdate .cautions-inner {
    margin: 0;
    padding: 0;
  }

  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 0 16px 24px;
  }

  #section-business-startdate .acc-wrap.nml-acc-wrap .triggle {
    font-size: 4.6vw;
    padding: 16px 56px 16px 24px;
  }

  #section-business-startdate .acc-wrap.nml-acc-wrap .triggle p {
    font-size: 2.6vw;
  }

  #section-business-startdate .acc-wrap.nml-acc-wrap .triggle:hover {
    opacity: 1;
  }

  #section-business-startdate .nml-toggle-icn::before {
    width: 30px;
    right: 24px;
  }

  #section-business-startdate .nml-toggle-icn::after {
    height: 30px;
    right: 38px;
    top: calc(50% - 14px);
    transition: var(--transition);
    border: none;
  }

  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dt,
  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dd {
    font-size: 3vw;
    line-height: 2;
  }
}

/*
***************************************************************
#section-navigation
***************************************************************
*/
#section-navigation {
  overflow: hidden;
  margin: 0 auto;
  padding: 48px 16px 36px;
}

#section-navigation .navigation-inner {
  position: relative;
  max-width: 876px;
  margin: 0 auto;
}

#section-navigation #navigation>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.85%;
}

#section-navigation #navigation>ul>li {
  position: relative;
  width: 28.77%;
}

#section-navigation #navigation>ul>li>a {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all .7s;
  transition: all .7s;
  margin: 0 auto;
}

#section-navigation #navigation>ul>li>a:hover {
  opacity: 0.8;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-navigation {
    overflow: hidden;
    margin: 0 auto;
    padding: 32px 16px 16px;
  }

  #section-navigation #navigation>ul {
    flex-direction: column;
    gap: 16px;
  }

  #section-navigation #navigation>ul>li {
    width: 100%;
  }
}

/*
***************************************************************
topic 共通スタイル（title-wrap）
***************************************************************
*/
.topic .title-wrap,
#section-topic03 .title-wrap {
  padding-top: 16px;
}

.topic .title-wrap h2 {
  position: relative;
  width: 234px;
  text-align: center;
  margin: 0 auto -14px;
  z-index: -1;
}

.topic .title-wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background-image: url('/campaign/newyear202601/images/topic-h3-bg-pc.webp?date=20251219');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.topic .title-wrap h3 img {
  width: auto !important;
  height: 30px !important;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .topic .title-wrap h2 {
    width: 33%;
    margin: 0 auto -2vw;
    z-index: 2;
  }

  #section-topic01 .title-wrap h3 {
    height: 19vw;
    background-image: url('/campaign/newyear202601/images/topic01-h3-bg-sp.webp?date=20251219');
  }

  #section-topic02 .title-wrap h3 {
    height: 14vw;
    background-image: url('/campaign/newyear202601/images/topic02-h3-bg-sp.webp?date=20251219');
  }

  #section-topic03 .title-wrap h3 {
    height: 14vw;
    background-image: url('/campaign/newyear202601/images/topic03-h3-bg-sp.webp?date=20251219');
  }

  .topic .title-wrap h3 img {
    height: auto !important;
    margin: 0 auto;
  }

  #section-topic01 .title-wrap h3 picture {
    width: 56%;
  }

  #section-topic02 .title-wrap h3 picture {
    width: 56%;
  }

  #section-topic03 .title-wrap h3 picture {
    width: 66%;
  }
}

/*
***************************************************************
#section-topic01
***************************************************************
*/
#section-topic01 {
  overflow: hidden;
  margin: 0 auto;
}

#section-topic01 .topic01-inner {
  position: relative;
  margin: 0 auto;
}

#section-topic01 h4 {
  font-size: 2.4rem;
  text-align: center;
  padding: 24px 16px;
}

#section-topic01 .present-area {
  background-image: url('/campaign/newyear202601/images/topic01-bg-pc.webp?date=20251219');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0 16px;
}

#section-topic01 .present-area .present-area-inner {
  max-width: 1176px;
  margin: 0 auto;
  padding: 55px 0;
}

#section-topic01 .present-wrap {
  position: relative;
  display: flex;
  border: 8px solid #b7a36f;
  margin: 0 auto 23px;
}

#section-topic01 .present-wrap:last-child {
  margin-bottom: 0;
}

#section-topic01 .present-wrap.great {
  background-color: #ed781e;
}

#section-topic01 .present-wrap.middle {
  background-color: #457fbc;
}

#section-topic01 .present-wrap {
  position: relative;
}

#section-topic01 .present-wrap.small {
  background-color: #eae4d0;
}

/* --------------------- text --------------------  */
#section-topic01 .present-wrap .present-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  text-align: justify;
  padding-right: 45%;
  padding-left: 30px;
}

/* 大・中・小吉 */
#section-topic01 .present-wrap .present-text h5 {
  max-width: 529px;
  margin-top: -12px;
  margin-left: -16px;
}

/* --------------------- summary --------------------  */
#section-topic01 .present-wrap .present-text .summary {
  font-size: 1.7rem;
  line-height: 1.8;
  padding: 8px 0;
}

#section-topic01 .present-wrap.middle .present-text .summary {
  padding: 8px 0 24px;
}

#section-topic01 .present-wrap.small .present-text .summary {
  color: #c7161d;
}

/* --------------------- spec --------------------  */
#section-topic01 .present-wrap .present-text .spec {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border: 1px dashed #fff;
  margin: 0 0 16px;
  padding: 10px;
}

/* 小吉 */
#section-topic01 .present-wrap.small .present-text .spec {
  border: 1px dashed #c7161d;
  color: #c7161d;
}

/* --------------------- photo --------------------  */
#section-topic01 .present-wrap .present-photo {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#section-topic01 .present-wrap.great .present-photo {
  max-width: 529px;
  margin-top: 16px;
  margin-right: 40px;
}

#section-topic01 .present-wrap.middle .present-photo {
  max-width: 654px;
}

#section-topic01 .present-wrap.small .present-photo {
  max-width: 590px;
}

#section-topic01 .present-wrap .present-photo img {
  filter: saturate(1.01) brightness(1.02) contrast(1.01);
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
  #section-topic01 h4 {
    font-size: 2vw;
  }

  #section-topic01 .present-wrap .present-text {
    padding-left: 16px;
  }

  #section-topic01 .present-wrap .present-text h5 {
    margin-left: 0;
  }

  #section-topic01 .present-wrap .present-text .summary {
    font-size: 1.4vw;
  }

  #section-topic01 .present-wrap .present-text .spec {
    font-size: 1.2vw;
  }

  #section-topic01 .present-wrap.great .present-photo {
    max-width: 45%;
  }

  #section-topic01 .present-wrap.middle .present-photo {
    max-width: 55%;
  }

  #section-topic01 .present-wrap.small .present-photo {
    max-width: 44%;
  }

  #section-topic01 .present-wrap.great .present-photo,
  #section-topic01 .present-wrap.middle .present-photo {
    margin-right: 8px;
  }
}

/* --------------------- note --------------------  */
#section-topic01 .note-wrap {
  background-color: #f5f6f4;
  padding: 10px 16px;
}

#section-topic01 .note-wrap .note {
  max-width: 1170px;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic01 h4 {
    font-size: 3.8vw;
  }

  #section-topic01 .present-area {
    background-image: url('/campaign/newyear202601/images/topic01-bg-sp.webp?date=20251219');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 0 16px;
  }

  #section-topic01 .present-area .present-area-inner {
    max-width: inherit;
    padding: 16px 0;
  }

  #section-topic01 .present-wrap {}

  #section-topic01 .present-wrap {
    flex-direction: column;
    border: 5px solid #b7a36f;
    margin: 0 auto 23px;
  }

  #section-topic01 .present-wrap .sp-only.photo {
    width: calc(100% - 16px);
    margin: -10px 10px 8px;
  }

  #section-topic01 .present-wrap .present-photo {
    order: 1;
    position: static;
    transform: none;
    max-width: 100% !important;
    margin: 0 auto;
  }

  #section-topic01 .present-wrap .present-text {
    order: 2;
    padding: 0;
  }

  #section-topic01 .present-wrap .present-text .summary {
    font-size: 2.9vw;
    letter-spacing: -0.02em;
    line-height: 1.8;
    padding: 8px 16px;
  }

  #section-topic01 .present-wrap.middle .present-text .summary {
    padding: 8px 16px;
  }

  #section-topic01 .present-wrap .present-text .spec {
    font-size: 1.0rem;
    font-feature-settings: “palt”;
    margin: 0 16px 16px;
    padding: 8px;
  }

  #section-topic01 .note-wrap {
    padding: 16px;
  }

  #section-topic01 .note-wrap .note {
    max-width: inherit;
    font-size: 1rem;
    text-align: justify;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-topic01 .present-wrap .present-text .summary {
    font-size: 3.0vw;
  }

  #section-topic01 .present-wrap .present-text .spec {
    font-size: 1.6vw;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  #section-topic01 .present-wrap .present-text .summary br {
    display: block;
  }
}

@media (max-width: 375px) {
  #section-topic01 .present-wrap .present-text .summary br {
    display: none !important;
  }

  #section-topic01 .present-wrap .present-text .summary {
    font-size: 3.75vw;
  }
}

/*
*********************************************************
#section-sugdas
*********************************************************
*/
#section-sugdas {
  overflow: hidden;
  position: relative;
}

#section-sugdas .sugdas-inner {
  display: flex;
  flex-direction: column;
  padding: 40px 0 30px;
}

#section-sugdas h3 {
  width: 650px;
  padding-bottom: 32px;
  margin: 0 auto;
}

/* --------------- sugdas button --------------- */
#section-sugdas .button-wrap h4.button-title {
  color: #0c4a6e;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#section-sugdas .button-wrap .button {
  display: flex;
  align-items: center;
  background: #C8161D;
  background: linear-gradient(90deg, rgba(200, 22, 29, 1) 0%, rgba(200, 22, 29, 1) 50%, rgba(115, 0, 3, 1) 100%);
  border-radius: 30px;
  border: 6px solid #d3d3d3;
  max-width: 490px;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

#section-sugdas .button-wrap .button:hover {
  opacity: .8;
}

#section-sugdas .button-wrap .button .image {
  width: 350px;
  height: auto;
  margin: 0 auto;
}

#section-sugdas .button-wrap .button a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
}

#section-sugdas .button-wrap .button a[target="_blank"]:not(.icn-none):after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 17px;
  height: 16px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-sugdas {
    margin: 0 auto;
  }

  #section-sugdas .sugdas-inner {
    padding: 24px 0 0;
  }

  #section-sugdas h3 {
    width: 90%;
    padding-bottom: 0;
    margin: 0 auto;
  }

  #section-sugdas .sugdas-inner {
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  #section-sugdas .button-wrap {
    padding: 24px 16px 16px;
    flex-direction: column;
  }

  #section-sugdas .button-wrap>p {
    font-size: 1.6rem;
  }

  #section-sugdas .button-wrap {
    width: 100%;
  }

  #section-sugdas .button-wrap h4.button-title {
    font-size: 3.4vw;
    margin-bottom: 0;
  }

  #section-sugdas .button-wrap .button {
    width: 90%;
    max-width: initial;
  }

  #section-sugdas .button-wrap .button .image {
    width: 80%;
  }
}

/*
***************************************************************
#section-topic02
***************************************************************
*/
#section-topic02 {
  overflow: hidden;
  margin: 0 auto;
}

#section-topic02 .topic02-inner {
  position: relative;
  margin: 0 auto;
}

#section-topic02 .title-wrap {
  padding-top: 16px;
}

/* --------------- lineup-wrap --------------- */
#section-topic02 .lineup-wrap {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin: 30px auto;
}

#section-topic02 .lineup-item {
  flex: 1;
  max-width: 458px;
}

#section-topic02 .lineup-item .lineup-photo {
  position: relative;
}

#section-topic02 .lineup-item .lineup-photo .logo {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}

#section-topic02 .lineup-item .lineup-photo .logo img {
  width: 100%;
  height: auto;
}

#section-topic02 .lineup-item .lineup-info {
  position: relative;
  padding-top: 18px;
}

#section-topic02 .lineup-item .lineup-info h4 {
  max-width: 90.396%;
}

#section-topic02 .lineup-item .btn-wrap {
  margin-top: 20px;
}

#section-topic02 .lineup-item .btn-nml {
  width: auto;
  max-width: 77.730%;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic02 .lineup-wrap {
    flex-direction: column;
    gap: 8px;
    margin: 16px auto;
    padding: 0 16px;
  }

  #section-topic02 .lineup-item .lineup-info {
    padding-top: 8px;
  }

  #section-topic02 .lineup-item {
    max-width: 100%;
  }

  #section-topic02 .lineup-item .lineup-photo .logo {
    width: 76%;
    top: 0;
    left: 50%;
  }

  #section-topic02 .lineup-item .lineup-info h4 {
    max-width: 100%;
  }

  #section-topic02 .lineup-item .btn-wrap {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  #section-topic02 .lineup-item.impreza .btn-wrap {
    margin-bottom: 0;
  }

  #section-topic02 .lineup-item .btn-nml {
    width: 90%;
    max-width: inherit;
  }
}

/*
*********************************************************
#section-topic03
*********************************************************
*/
/* --------------- slider --------------- */
#section-topic03 .slider-outer {
  position: relative;
  max-width: 1440px;
  margin: 30px auto 0;
}

#section-topic03 .slider-inner {
  overflow: hidden;
}

#section-topic03 .swiper {
  position: relative;
}

#section-topic03 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #000;
}

/* 4つ横並び */
@media (min-width: 769px) {
  #section-topic03 .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    transform: none !important;
    width: 100% !important;
    max-width: 1440px;
    margin: 0 auto;
    contain: layout style;
    border-bottom: 1px solid #fff;
    /* 重要 */
  }

  #section-topic03 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #000 !important;
    padding: 10px;
    min-height: 183px;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: auto;
    border-spacing: 0;
    border-bottom: 1px solid #000;
    /* 重要 */
  }

  #section-topic03 .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  /* ナビゲーションボタンとページネーションを非表示 */
  #section-topic03 .swiper-button-next,
  #section-topic03 .swiper-button-prev,
  #section-topic03 .swiper-pagination {
    display: none !important;
  }
}

#section-topic03 .swiper-slide img {
  max-width: 326px;
  display: block;
  transition: opacity 0.3s ease;
}

#section-topic03 .swiper-slide img:hover {
  opacity: 0.8;
}

#section-topic03 .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 12px;
}

#section-topic03 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.18);
  width: 10px;
  height: 10px;
  opacity: 1;
}

#section-topic03 .swiper-pagination-bullet-active {
  background: #6580bf;
}

/* スライド内テキスト */
#section-topic03 .swiper-slide .slide-text {
  margin: 20px 0 0;
  text-align: center;
}

#section-topic03 .swiper-slide .slide-text h4 {
  display: flex;
  align-items: flex-start;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 67px;
}

#section-topic03 .swiper-slide .slide-text p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

#section-topic03 .slider-outer .note {
  font-size: 1.2rem;
  text-align: right;
  padding-top: 8px;
}

@media (min-width: 1201px) and (max-width:1440px) {
  #section-topic03 .swiper-slide .slide-text h4 {
    font-size: 1.8rem;
    min-height: 45px;
  }

  #section-topic03 .swiper-slide .slide-text p {
    font-size: 0.9vw;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
}

@media (min-width: 769px) and (max-width:1200px) {
  #section-topic03 .swiper-slide .slide-text h4 {
    font-size: 1.4vw;
    min-height: 35px;
    text-align: justify;
  }

  #section-topic03 .swiper-slide .slide-text p {
    font-size: 1.2vw;
    text-align: justify;
  }

  #section-topic03 .swiper-slide .slide-text p br {
    display: none;
  }
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media screen and (max-width: 768px) {
  #section-topic03 .h2-wrap {
    max-width: inherit;
    margin: 24px auto;
    padding: 0 16px;
  }

  #section-topic03 .slider-outer {
    width: 100%;
    max-width: inherit;
    margin: 16px auto 20px;
    padding: 0 16px;
    overflow: hidden;
  }

  #section-topic03 .slider-inner {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 16px 32px;
    position: relative;
    overflow: hidden;
  }

  #section-topic03 .mySwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #section-topic03 .swiper-wrapper {
    width: 100%;
    transform-style: preserve-3d;
    display: flex !important;
    grid-template-columns: none !important;
    max-width: inherit;
  }

  #section-topic03 .swiper-slide+.swiper-slide {
    margin-left: 0;
  }

  #section-topic03 .swiper-slide {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0 5px;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
  }

  #section-topic03 .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  #section-topic03 .swiper-button-prev,
  #section-topic03 .swiper-button-next {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    margin-top: 0;
    cursor: pointer;
  }

  #section-topic03 .swiper-button-prev::before,
  #section-topic03 .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 3px;
    width: 18px;
    height: 2px;
    background-color: #666;
    transform-origin: 0% 50%;
  }

  #section-topic03 .swiper-button-prev::before {
    transform: rotate(-45deg);
  }

  #section-topic03 .swiper-button-prev::after {
    transform: rotate(45deg);
  }

  #section-topic03 .swiper-button-next::before,
  #section-topic03 .swiper-button-next::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 3px;
    width: 18px;
    height: 2px;
    background-color: #666;
    transform-origin: 100% 50%;
  }

  #section-topic03 .swiper-button-next::before {
    transform: rotate(45deg);
  }

  #section-topic03 .swiper-button-next::after {
    transform: rotate(-45deg);
  }

  #section-topic03 .swiper-button-prev {
    left: 24px;
  }

  #section-topic03 .swiper-button-next {
    right: 24px;
  }

  #section-topic03 .swiper-slide .slide-text {
    width: 100%;
    margin: 16px auto 0;
    padding: 0;
  }

  #section-topic03 .swiper-slide .slide-text h4 {
    font-size: 4.8vw;
    margin-bottom: 8px;
    min-height: 45px;
    /* モバイル用の高さ調整 */
  }

  #section-topic03 .swiper-slide .slide-text p {
    font-size: 2.9vw;
    letter-spacing: -0.02em;
  }

  #section-topic03 .slider-outer .note {
    font-size: 3vw;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 375px) and (max-width: 430px) {
  #section-topic03 .swiper-slide .slide-text p {
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: var(--size48);
  bottom: 80px;
  z-index: 1000;
  width: var(--size48);
  height: var(--size48);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#campaign-contents .btn-page-top.show {
  opacity: 1;
  visibility: visible;
}

#campaign-contents .btn-page-top img {
  width: var(--size24);
  height: var(--size24);
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: var(--size8);
  }
}

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 16px;
}

#campaign-contents .btn-section .btn-nml.cv-btn {
  animation: none !important;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap .btn-nml {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: 32px 16px;
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: 8px 0;
  }
}

/*
**************************************************
  fixed-menu
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

#fixedBottomBtn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
  width: 100%;
  font-size: 1.8rem;
  min-height: var(--size48);
  color: var(--white);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 353px) {
  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 0.8rem;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml {
  color: var(--white);
}

#campaign-contents .btn-nml:hover {
  color: #014E98;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-nml:hover {
    color: #fff;
    opacity: 1;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notice-area.alert .notice-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
***********************************************************
SNS注意喚起
***********************************************************
*/
.notice-area .notice-txt {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  .notice-area {
    margin: 16px 0;
    padding: 0 16px;
  }
}

/*
***********************************************************
PRINT
***********************************************************
*/
#campaign-contents img.pr-img {
  display: none !important;
}

@media print {
  body {
    width: 768px;
  }

  #fixedBottomBtn {
    display: none;
  }

  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  #section-kv .photo {
    aspect-ratio: auto !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #section-kv .photo .text {
    top: auto !important;
  }

  #section-kv .h1-wrap h1 {
    max-width: 80%;
  }

  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dt,
  #section-business-startdate .acc-wrap.nml-acc-wrap .acc-contents-inner dd {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #section-topic01 .present-wrap.great .present-photo {
    max-width: 40%;
    margin-right: 0;
  }

  #section-topic01 .present-wrap.middle .present-photo {
    max-width: 40%;
  }

  #section-topic01 .present-wrap.small .present-photo {
    max-width: 40%;
  }

  #section-topic03 .bnr-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3% !important;
  }

  #section-topic03 .bnr-wrap .bnr {
    max-width: 50%;
  }
}



