@charset "UTF-8";
/* GitHub deploy test */
/*----------------------------
TOP内共通
----------------------------*/
#wrapper.top {
  padding: 0 0 0;
}
h2 {
  color: #000;
}
h2 span {
  display: block;
  color: #9c864b;
  font-size: 210%;
  letter-spacing: 0.15em;
}
main {
  text-align: center;
}
.more {
  display: table;
  margin: 0 auto;
  border-radius: 80px;
  background: #fff;
  box-shadow: 0 6px 25px -6px rgba(192, 188, 173, 0.8);
  font-size: 130%;
}
.more a {
  display: block;
  padding: 50px 250px;
}

/*----------------------------
.main_visual
----------------------------*/
.main_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
}

.main_visual:before {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 1%;
  width: 52%;
  height: 185px;
  background: url(../images/main_img_logo.png) left bottom / contain no-repeat;
  content: "";
  pointer-events: none;
}

.main_visual li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  opacity: 0;
  z-index: 0;

  -webkit-animation: slideAnime 36s ease-in-out infinite;
  animation: slideAnime 36s ease-in-out infinite;
}

.main_visual li:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
  width: 13px;
  height: 100%;
  background: url(../images/main_img_left.png) center center / contain no-repeat;
  content: "";
  pointer-events: none;
}

.main_visual li:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 100%;
  background: url(../images/main_img_right.png) center center / contain
    no-repeat;
  content: "";
  pointer-events: none;
}

/* リンク設定 */
.main_visual li {
  pointer-events: none;
}

.main_visual li a {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}

.main_visual li:nth-of-type(1) {
  background: url(../images/main_img01.webp) top center / cover no-repeat;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.main_visual li:nth-of-type(2) {
  background: url(../images/main_img02.webp) top center / cover no-repeat;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_visual li:nth-of-type(3) {
  background: url(../images/main_img03.webp) top center / cover no-repeat;
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_visual li:nth-of-type(4) {
  background: url(../images/main_img04.webp) top center / cover no-repeat;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_visual li:nth-of-type(5) {
  background: url(../images/main_img05.webp) top center / cover no-repeat;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_visual li:nth-of-type(6) {
  background: url(../images/main_img06.webp) top center / cover no-repeat;
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@-webkit-keyframes slideAnime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*----------------------------
#concept
----------------------------*/
#concept {
  padding: 90px 0 0;
}
#concept h2 span:nth-of-type(2) {
  margin: 60px 0 0;
  color: #000;
  font-family: "A1 Mincho";
  font-size: 200%;
  letter-spacing: 0.15em;
}
#concept h2 + p {
  margin: 80px auto 0;
  max-width: 1000px;
  width: 90%;
  text-align: center;
  line-height: 2;
}
.bridal-fair {
  margin: 5% auto 0;
  width: 800px;
}
.bridal-fair img {
  border-radius: 30px;
}
.special-event {
  margin: 5% auto;
  width: 800px;
}

/*----------------------------
.info
----------------------------*/
.info {
  margin: 100px auto 0;
}
.info div:nth-of-type(1) {
  margin: 0 auto;
}
.info div {
  margin: 50px auto 0;
}

.top-banners {
  width: min(90%, 1000px);
}

.top-banners img {
  display: block;
  width: 100%;
  height: auto;
}

.top-banners .pc_only {
  display: block;
}

.top-banners .sp_only {
  display: none;
}

.top-banners__wide {
  max-width: 1000px;
}

.top-banners__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  max-width: 1000px;
}

.top-banners__row div,
.top-banners__row div:nth-of-type(1) {
  margin: 0;
}

/*----------------------------
#campaign
----------------------------*/
#campaign {
  margin: 150px auto 0;
}
#campaign div {
  margin: 50px auto 0;
}
#campaign p,
.bridal-fair p {
  position: relative;
  margin: 20px auto 0;
  width: 800px;
  font-size: 80%;
  text-align: left;
}
#campaign p:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(80% - 19em);
  height: 2px;
  background: #000;
  content: "";
}
.bridal-fair p:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 29em);
  height: 2px;
  background: #000;
  content: "";
}
.campaign_bnr {
  width: 50%;
}

/*----------------------------
#plan
----------------------------*/
#plan {
  margin: 150px auto 0;
  background: #f3f1eb;
}
#plan .inner {
  padding: 0 0 190px;
  border-radius: 0 0 200px 0;
  background: #fff;
}
#plan .plan_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0;
  width: 85%;
}
#plan .plan_bnr div {
  width: 47%;
}
#plan .plan_bnr div img {
  width: 100%;
}
#plan .plan_bnr div p {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  font-size: 80%;
  text-align: left;
}
#plan .plan_bnr div p:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #000;
  content: "";
}
#plan .plan_bnr div:nth-of-type(1) p:before {
  width: calc(100% - 22em);
}
#plan .plan_bnr div:nth-of-type(2) p:before {
  width: calc(100% - 28em);
}
.plan_cards {
  margin-top: 60px;
}
.plan_cards .card {
  border-radius: 14px;
  overflow: hidden;
}
.plan_cards .card a {
  display: block;
}
.plan_cards .card img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 8 / 5;
}

/* =========================
   Swiper共通
========================= */
.plan_cards.is-swiper {
  padding: 0 16px;
  overflow: hidden;
}
.plan_cards.is-swiper .swiper-wrapper {
  align-items: stretch;
}

/* =========================
   ドット
========================= */
.plan_cards__pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 32px 0 0;
}
.plan_cards__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 !important;
  border-radius: 50%;
  background: #d7c7cc;
  opacity: 1;
}
.plan_cards__pagination .swiper-pagination-bullet-active {
  background: #a88691;
}

/* =========================
   2枚：2カラム
========================= */
.plan_cards.is-two {
  max-width: 1240px;
  margin: 60px auto 0;
  padding: 0 16px;
}
.plan_cards.is-two .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.plan_cards.is-two .swiper-slide {
  width: auto !important;
}

/* =========================
   1枚：中央表示
========================= */
.plan_cards.is-one {
  max-width: 760px;
  margin: 60px auto 0;
  padding: 0 16px;
}
.plan_cards.is-one .swiper-wrapper {
  display: block;
}
.plan_cards.is-one .swiper-slide {
  width: 100% !important;
  max-width: 640px;
  margin: 0 auto;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  .plan_cards {
    margin-top: 28px;
  }

  .plan_cards .card {
    border-radius: 12px;
  }

  .plan_cards.is-swiper,
  .plan_cards.is-two,
  .plan_cards.is-one {
    max-width: 100%;
    padding: 0 8px;
  }

  .plan_cards.is-two .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .plan_cards.is-one .swiper-slide {
    max-width: 100%;
  }
  .plan_cards__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}

/*----------------------------
#dress
----------------------------*/
#dress {
  position: relative;
  padding: 90px 0 150px;
  background: #f3f1eb;
}
#dress .list {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100vw;
  background: url(../images/dress/bg.png) center center / contain no-repeat;
}
#dress .list ul {
  display: flex;
  margin: 50px auto 0;
  width: 100vw;
  flex-shrink: 0;
}
#dress .list ul:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}
#dress .list ul:last-child {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}
#dress .list li {
  margin: 0 -10% 0;
  text-align: center;
  flex-grow: 1;
}
#dress .list li img {
  display: block;
  width: 100%;
  height: auto;
}
@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#dress .list + p {
  margin: 80px auto 0;
  max-width: 1000px;
  width: 90%;
  text-align: left;
  line-height: 2;
}
#dress .more {
  margin: 70px auto 0;
}

/*----------------------------
#gallery
----------------------------*/
#gallery {
  position: relative;
  padding: 0 0 120px;
  background: #e9e6da;
}
#gallery:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 33vw solid #f3f1eb;
  border-right: 100vw solid transparent;
  content: "";
}
#gallery h2,
#gallery img,
#gallery p,
#gallery div {
  position: relative;
}
#gallery img {
  margin: 100px auto 0;
  width: 85%;
  border-radius: 30px;
}
#gallery p {
  margin: 90px auto 0;
  max-width: 1000px;
  width: 90%;
  text-align: left;
  line-height: 2;
}
#gallery .more {
  margin: 90px auto 0;
}

/*----------------------------
#other_plan
----------------------------*/
#other_plan {
  background: rgb(233, 230, 218);
  background: linear-gradient(
    to bottom,
    rgba(233, 230, 218, 1) 0%,
    rgba(233, 230, 218, 1) 49%,
    rgba(245, 243, 237, 1) 50%,
    rgba(245, 243, 237, 1) 100%
  );
}
#other_plan .inner {
  padding: 110px 0 180px;
  border-radius: 200px 0 200px 0;
  background: #fff;
}
#other_plan h2 {
  font-family: "A1 Mincho";
  font-size: 210%;
}
#other_plan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0;
  width: 85%;
}
#other_plan .box div {
  display: flex;
  flex-direction: column;
  width: 47%;
  border-radius: 30px;
}
#other_plan .box div > * {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#other_plan .box div:nth-of-type(1) {
  background: url(../images/other_plan01.webp) center center / cover no-repeat;
}
#other_plan .box div:nth-of-type(2) {
  background: url(../images/other_plan02.webp) center center / cover no-repeat;
}
#other_plan .box a {
  display: block;
  padding: 18vw 5% 7vw;
  background: url(../images/icon_link.png) 95% 96% / 11% auto no-repeat;
  color: #fff;
  flex-grow: 1;
}
#other_plan .box h3 span {
  display: table;
  margin: 0 auto;
}
#other_plan .box h3 span:nth-of-type(1) {
  font-size: 2.6vw;
  letter-spacing: 0.15em;
}
#other_plan .box h3 span:nth-of-type(2) {
  padding: 10px 7%;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-size: 1.3vw;
}
#other_plan .box p {
  margin: 40px auto 0;
  font-size: 1.2vw;
  text-align: left;
  line-height: 2;
}
#other_plan .box div:nth-of-type(2) p {
  color: #000;
}

/*----------------------------
#column
----------------------------*/
#column {
  padding: 130px 0;
  background: #f5f3ed;
}
#column .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 110px auto 0;
  width: 85%;
}
#column .box a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 0 60px;
  width: 33.33%;
  border-left: 1px solid #b1b0ad;
  text-align: left;
}
#column .box a:first-child {
  border-left: none;
}
#column .box a:before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
  width: 85%;
  height: 28px;
  border-right: 2px solid #8b764a;
  border-bottom: 2px solid #8b764a;
  content: "";
  transform: skewX(30deg);
}
#column .box a div {
  margin: 0 auto;
  width: 85%;
}
#column .box a .img {
  overflow: hidden;
  position: relative;
  padding: 60% 0 0 0;
  height: auto;
}
#column .box a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 120%;
  height: auto;
  transform: translate(-50%, -50%);
}
#column .box a .article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
}
#column .box h3 {
  margin: 50px auto 0;
  width: 100%;
  font-size: 120%;
  flex: 2;
}
#column .box p {
  margin: 40px auto 0;
  width: 100%;
  font-size: 90%;
  line-height: 2;
  flex: 1;
}
#column .more {
  margin: 80px auto 0;
}

/*----------------------------
.aim_book
----------------------------*/
.aim_book {
  background: #f3f1eb;
}
.aim_book .inner {
  padding: 110px 0 0;
  border-radius: 200px 0 0 0;
  background: #fff;
}
.aim_book .inner img {
  max-width: 1200px;
  width: 60%;
}
.aim_book .inner .digital_catalog {
  margin: 50px auto 0;
}

/*----------------------------
research
----------------------------*/
.research {
  width: 458px;
  margin: 7% auto;
}
.research .button {
  margin-top: 30px;
}
.message {
  font-size: 20px;
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
  line-height: 2.2;
}

.top-notice {
  width: min(100% - 40px, 480px);
  margin: 140px auto auto;
}

.top-notice img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .top-notice {
    width: calc(100% - 64px);
    margin: 80px auto auto;
  }
}

/*----------------------------
スマホ
----------------------------*/
@media screen and (max-width: 767px) {
  #wrapper.top {
    padding: 0;
  }
  h2 span {
    font-size: 180%;
  }
  .more {
    display: block;
    width: 80%;
    font-size: 120%;
  }
  .more a {
    padding: 20px 0;
  }

  .main_visual,
  .main_visual li {
    height: 100vh;
  }
  .main_visual:before {
    display: none;
  }
  .main_visual li:before {
    top: -10%;
    left: 6%;
    width: 11px;
  }
  .main_visual li:after {
    top: -10%;
    width: 15px;
  }

  .main_visual li:nth-of-type(1) {
    background: url(../images/main_img01_sp.webp) top center / cover no-repeat;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .main_visual li:nth-of-type(2) {
    background: url(../images/main_img02_sp.webp) top center / cover no-repeat;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }

  .main_visual li:nth-of-type(3) {
    background: url(../images/main_img03_sp.webp) top center / cover no-repeat;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }

  .main_visual li:nth-of-type(4) {
    background: url(../images/main_img04_sp.webp) top center / cover no-repeat;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
  }

  .main_visual li:nth-of-type(5) {
    background: url(../images/main_img05_sp.webp) top center / cover no-repeat;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
  }

  .main_visual li:nth-of-type(6) {
    background: url(../images/main_img06_sp.webp) top center / cover no-repeat;
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
  }

  /* リンク設定 */
  .main_visual li {
    pointer-events: none;
  }

  .main_visual li a {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    pointer-events: none;
  }

  .main_visual:before,
  .main_visual li:before,
  .main_visual li:after {
    pointer-events: none;
  }

  #concept {
    padding: 140px 0 0;
  }
  #concept h2 span:nth-of-type(2) {
    margin: 20px 2.5% 0;
    font-size: 180%;
  }
  #concept h2 + p {
    margin: 30px auto 0;
  }
  #concept h2 + p br {
    display: none;
  }

  .info {
    margin: 40px auto 0;
    width: 90%;
  }
  .info div {
    margin: 20px auto 0;
  }
  .top-banners {
    width: 90%;
  }
  .top-banners .pc_only {
    display: none;
  }
  .top-banners .sp_only {
    display: block;
  }
  .top-banners__row {
    display: block;
  }
  .top-banners__row div,
  .top-banners__row div:nth-of-type(1) {
    margin: 0 auto;
  }
  .top-banners__row div + div {
    margin-top: 20px;
  }

  #campaign {
    margin: 50px auto 0;
  }
  #campaign div {
    margin: 25px auto 0;
    width: 90%;
  }
  #campaign p,
  .bridal-fair p {
    margin: 10px auto 0;
    width: 90%;
  }
  .bridal-fair p {
    font-size: 10px;
    margin-top: 15px;
  }
  #campaign p:before {
    width: calc(100% - 18.5em);
  }
  .bridal-fair p:before {
    width: calc(100% - 29.5em);
  }
  .bridal-fair {
    margin: 5% auto 0;
    width: 90%;
  }
  .bridal-fair img {
    border-radius: 20px;
  }
  .special-event {
    margin: 5% auto;
    width: 90%;
  }
  .campaign_bnr {
    width: auto;
  }

  #plan {
    margin: 50px auto 0;
  }
  #plan .inner {
    padding: 0 0 50px;
    border-radius: 0 0 50px 0;
  }
  #plan .plan_bnr {
    margin: 0 auto;
    width: 90%;
  }
  #plan .plan_bnr div {
    margin: 25px auto 0;
    width: 100%;
  }
  #plan .plan_bnr div p {
    margin: 10px auto 0;
  }
  #plan .plan_bnr div:nth-of-type(1) p:before {
    width: calc(100% - 21.5em);
  }
  #plan .plan_bnr div:nth-of-type(2) p:before {
    width: calc(100% - 27.5em);
  }

  #dress {
    padding: 40px 0 50px;
  }
  #dress .list {
    background: url(../images/dress/bg.png) center left / 135% auto no-repeat;
  }
  #dress .list ul {
    margin: 20px auto 0;
    width: 180vw;
  }
  #dress .list li {
    margin: 0 -10% 0;
  }
  #dress .list + p {
    margin: 30px auto 0;
  }
  #dress .more {
    margin: 25px auto 0;
  }

  #gallery {
    padding: 0 0 40px;
  }
  #gallery:before {
    border-top: 62vw solid #f3f1eb;
    border-right: calc(100vw + 280px) solid transparent;
  }
  #gallery img {
    margin: 25px auto 0;
    width: 90%;
    box-shadow: 0 6px 25px -6px rgb(192 188 173 / 80%);
  }
  #gallery p {
    margin: 25px auto 0;
  }
  #gallery .more {
    margin: 25px auto 0;
  }

  #other_plan .inner {
    padding: 40px 0 90px;
    border-radius: 50px 0 50px 0;
  }
  #other_plan h2 {
    font-size: 180%;
  }
  #other_plan .box {
    margin: 10px auto 0;
    width: 90%;
  }
  #other_plan .box div {
    margin: 25px auto 0;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 25px -6px rgb(192 188 173 / 80%);
  }
  #other_plan .box a {
    padding: 35vw 4% 16vw;
    background: url(../images/icon_link.png) 95% 96% / 13% auto no-repeat;
  }
  #other_plan .box h3 span:nth-of-type(1) {
    font-size: 7vw;
  }
  #other_plan .box h3 span:nth-of-type(2) {
    padding: 10px 8% 8px;
    font-size: 3.5vw;
  }
  #other_plan .box p {
    margin: 20px auto 0;
    font-size: 2.8vw;
  }

  #column {
    padding: 40px 0;
  }
  #column .box {
    margin: 20px auto 0;
    width: 90%;
  }
  #column .box a {
    flex-direction: row;
    align-items: flex-start;
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
    border-left: none;
  }
  #column .box a:before {
    bottom: 0;
    left: auto;
    width: 55%;
    height: 12px;
    border-right: 1px solid #8b764a;
    border-bottom: 1px solid #8b764a;
  }
  #column .box a div {
    margin: 0;
  }
  #column .box a .img {
    padding: 31% 0 0 0;
    width: 43%;
  }
  #column .box a .article {
    width: 54%;
    flex-grow: 0;
  }
  #column .box h3,
  #column .box p {
    width: 100%;
  }
  #column .box h3 {
    margin: 0 auto;
    font-size: 100%;
  }
  #column .box p {
    margin: 10px auto;
    font-size: 80%;
    line-height: 1.7;
  }
  #column .more {
    margin: 40px auto 0;
  }

  .aim_book .inner {
    padding: 40px 0 0;
    border-radius: 50px 0 0 0;
  }
  .aim_book .inner img {
    max-width: none;
    width: 90%;
  }
  .aim_book .inner .digital_catalog {
    margin: 50px auto 0;
  }

  .research {
    width: 90%;
    margin: 15% auto;
  }
  .research .button {
    width: 60%;
  }
  .message {
    font-size: 15px;
    width: 90%;
  }
}

/* =========================================
   bnr_campaign
========================================= */

#bnr_campaign {
  scroll-margin-top: 80px;
  padding: 48px 0 20px;
  margin-top: 4.3rem;
  overflow: hidden;
}

#bnr_campaign .section__header {
  border-bottom: 1px solid #d7c33c;
  padding-bottom: 1rem;
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
  text-align: center;
}

#bnr_campaign .section__title {
  color: #a68d4a;
  font-family: "Trebuchet MS", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#bnr_campaign .section__title-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-top: 0.4rem;
  color: #333;
  text-align: center;
}

.bnr_campaign__content {
  width: 100%;
  margin-top: 60px;
}

/* =========================================
   campaign cards
========================================= */

.campaign_cards {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.campaign_cards .swiper-wrapper {
  box-sizing: border-box;
}

.campaign_cards__item {
  box-sizing: border-box;
}

.campaign_cards__item a {
  display: block;
  width: 100%;
}

.campaign_cards__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 1枚表示：中央 */
.campaign_cards.is-one {
  max-width: 600px;
}

.campaign_cards.is-one .swiper-wrapper {
  display: block;
  transform: none !important;
}

.campaign_cards.is-one .swiper-slide {
  width: 100% !important;
  margin: 0 auto !important;
}

/* 2枚表示：PCは2列 */
@media screen and (min-width: 768px) {
  .campaign_cards.is-two .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    transform: none !important;
  }

  .campaign_cards.is-two .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}

/* Swiper起動時 共通 */
.campaign_cards.swiper-initialized {
  overflow: hidden;
}

.campaign_cards.swiper-initialized .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.campaign_cards.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

/* PC：3枚以上 Swiper */
@media screen and (min-width: 768px) {
  #bnr_campaign .campaign_cards.is-swiper.swiper-initialized .swiper-slide {
    width: 58% !important;
    max-width: 620px;
  }
}

/* pagination */
.campaign_cards__pagination {
  position: static;
  margin-top: 24px;
  text-align: center;
}

.campaign_cards__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #ccc;
  opacity: 1;
}

.campaign_cards__pagination .swiper-pagination-bullet-active {
  background: #9c864b;
}

/* =========================================
   SP
========================================= */

@media screen and (max-width: 767px) {
  #bnr_campaign {
    padding: 28px 0 16px;
    margin-top: 0.8rem;
  }

  #bnr_campaign .section__header {
    width: 100%;
    padding-bottom: 0.8rem;
  }

  #bnr_campaign .section__title {
    font-size: 2rem;
  }

  #bnr_campaign .section__title-sub {
    font-size: 0.9rem;
  }

  .bnr_campaign__content {
    margin-top: 22px;
  }

  #bnr_campaign .campaign_cards {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .campaign_cards.is-one {
    max-width: calc(100% - 32px);
    padding: 0;
  }

  .campaign_cards.is-two .swiper-wrapper {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }

  #bnr_campaign .campaign_cards.swiper-initialized .swiper-slide {
    width: 78vw !important;
    max-width: 340px;
  }

  #bnr_campaign .campaign_cards.is-two.swiper-initialized {
    max-width: calc(100% - 40px);
  }

  #bnr_campaign .campaign_cards.is-two.swiper-initialized .swiper-slide {
    width: 100% !important;
    max-width: none;
  }

  #bnr_campaign .campaign_cards__item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .campaign_cards__pagination {
    margin-top: 16px;
  }
}


/*----------------------------
.info-box
----------------------------*/
.info-box {
  max-width: 680px;
  margin: 100px auto 0;
  padding: 56px 40px;
  border: 1px solid #9c864b;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.info-box__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.info-box__text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* =========================================
   utility
========================================= */
.is-hidden {
  display: none !important;
}
.bnr_campaign.is-hidden {
  display: none !important;
}
.info-box.is-hidden {
  display: none !important;
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}




/* プラン改定お知らせ */

.bnr-link img {
  display: block;
  margin: 60px auto auto;
  width: 50%;
  height: auto;
  transition: opacity 0.3s ease;
}

.bnr-link:hover img {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .bnr-link img {
    width: 90%;
    margin: 30px auto;
  }
}
