/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

#wholewrapper {
  visibility: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header_logo {
    padding-left: 15px;
  }

  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  OP
*/
#main #op {
  display: none;
}

body > #op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  /* OP PC */
  /* OP TAB */
  /* OP SP */
  /* Opening SE */
}
body > #op .wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  height: auto;
}
body > #op .wrapper .op__logo {
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: opacity 0.7s ease-in;
}
body > #op .wrapper .op__logo img {
  width: 100%;
}
body > #op .wrapper .op__logo.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  body > #op .wrapper .op__logo {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body > #op .wrapper .op__logo {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  body > #op .wrapper .op__logo {
    width: 50vw;
  }
  body > #op .wrapper .op_text {
    margin: 2em auto 0 auto;
  }
  body > #op .wrapper .op_text img {
    width: 98vw;
    height: auto;
  }
}

/*
  Main
*/
#main {
  /* COMMON ALL */
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  /* COMMON */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* HERO */
  /* LIST */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .color-black {
  color: #000;
}
#main .color-white {
  color: #fff;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fw-100 {
  font-weight: 100;
}
#main .fw-200 {
  font-weight: 200;
}
#main .fw-300 {
  font-weight: 300;
}
#main .fw-400 {
  font-weight: 400;
}
#main .fw-500 {
  font-weight: 500;
}
#main .fw-600 {
  font-weight: 600;
}
#main .fw-700 {
  font-weight: 700;
}
#main .fw-900 {
  font-weight: 900;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .opacity:hover {
  opacity: 0.8 !important;
}
#main .box_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .show-pc, #main .show-tab, #main .show-sp {
  display: none;
}
#main .text-noto-mincho {
  font-family: 'Noto Serif JP', serif;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .show-pc {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
  #main .show-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-sp {
    display: block;
  }
}
#main .hero {
  position: relative;
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero .hero__text {
  position: absolute;
  width: fit-content;
  margin-inline: auto;
}
#main .hero .hero__text h2, #main .hero .hero__text p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 500;
}
#main .hero .hero__text h2 {
  width: 100%;
  color: #fff;
  white-space: nowrap;
}
#main .hero .hero__text p {
  width: 100%;
  background-color: #fff;
  color: #4d4d4d;
  padding: 5px;
  text-align: center;
}
#main .hero .hero__text .fixtion {
  position: relative;
  bottom: -20px;
  opacity: 0;
  transition: bottom 0.3s ease-in, opacity 0.3s ease-in;
}
#main .hero .hero__text .fixtion.active {
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #main .hero .hero__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #main .hero .hero__text h2 {
    font-size: 3.65vw;
    letter-spacing: 0.2em;
  }
  #main .hero .hero__text p {
    font-size: 1.46vw;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .hero .hero__text {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
  #main .hero .hero__text h2 {
    font-size: 6.6vw;
    letter-spacing: 0.1em;
  }
  #main .hero .hero__text p {
    font-size: 3.1vw;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}
#main .list {
  background-color: #f8f6f5;
  /* LIST PC */
  /* LIST TAB */
  /* LIST SP */
  /* LIST SE */
}
#main .list ul li {
  display: flex;
}
#main .list ul li .thumb a {
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
}
#main .list ul li .thumb a img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  transition: transform 0.3s ease-in;
}
#main .list ul li .detail {
  background-color: #fff;
}
#main .list ul li .detail .detail__title {
  font-weight: 400;
  letter-spacing: 0.05em;
}
#main .list ul li .detail .detail__date {
  color: #808080;
  letter-spacing: 0.05em;
  line-height: 1;
}
#main .list ul li .detail .detail__comment1 {
  margin-top: 0.5em;
}
#main .list ul li .detail .detail__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d5f82;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-inline: auto;
  transition: background-color 0.3s ease-in;
}
#main .list ul li .detail .detail__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../media/images/campaign/2026/04/campaign_list/btn-arrow-green.svg), url(../media/images/campaign/2026/04/campaign_list/btn-arrow-white.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease-in, right 0.3s ease-in;
}
@media (hover: hover) {
  #main .list ul li .thumb a:hover {
    opacity: 0.95;
  }
  #main .list ul li .thumb a:hover img {
    transform: scale(1.05);
  }
  #main .list ul li .detail__btn a:hover {
    background-color: #f00;
  }
  #main .list ul li .detail__btn a:hover::after {
    right: 15px;
    background-image: url(../media/images/campaign/2026/04/campaign_list/btn-arrow-white.svg);
  }
}
@media screen and (min-width: 768px) {
  #main .list {
    padding: 80px 0 60px 0;
  }
  #main .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main .list ul::after {
    content: "";
    display: block;
    width: 320px;
  }
  #main .list ul li {
    flex-direction: column;
    width: 320px;
    margin-bottom: 20px;
  }
  #main .list ul li .detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
  }
  #main .list ul li .detail .detail__title {
    font-size: 18px;
  }
  #main .list ul li .detail .detail__date {
    margin-top: 10px;
  }
  #main .list ul li .detail .detail__comment1 {
    margin-top: 0.75em;
  }
  #main .list ul li .detail .detail__btn {
    padding-top: 50px;
    margin-top: auto;
  }
  #main .list ul li .detail .detail__btn a {
    width: 250px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .list ul {
    width: 660px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .list ul {
    padding: 20px 0;
  }
  #main .list ul li {
    display: flex;
    justify-content: space-between;
  }
  #main .list ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #main .list ul li .thumb {
    background-color: #fff;
    width: 50%;
    flex-shrink: 0;
  }
  #main .list ul li .detail {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
  }
  #main .list ul li .detail .detail__title {
    font-size: 12px;
    line-height: 1.25;
  }
  #main .list ul li .detail .detail__date {
    font-size: 10px;
    margin-top: 5px;
  }
  #main .list ul li .detail .detail__comment1 {
    font-size: 11px;
  }
  #main .list ul li .detail .detail__btn {
    margin-top: auto;
    padding-top: 5px;
  }
  #main .list ul li .detail .detail__btn a {
    height: 20px;
    font-size: 12px;
  }
  #main .list ul li .detail .detail__btn a::after {
    right: 7.5px;
    width: 8px;
    height: 8px;
  }
}

/*# sourceMappingURL=campaign_list.css.map */
