@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #1a1a1a;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
body.art2025 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*/
/* var TextSize */
/* var Breakpoints */
a.ico-after-pdf::after {
  display: inline-block;
  content: url("../../../img/charity/art2023/design/ico.pdf.png");
  height: 18px;
  vertical-align: text-bottom;
  margin-left: 0.4em;
}
p a.ico-after-pdf::after {
  vertical-align: revert;
}

.alert-radius {
  border-radius: 20px;
  padding: 22px 40px;
}
@media screen and (max-width: 768px) {
  .alert-radius {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 575px) {
  .alert-radius {
    border-radius: 12px;
    padding: 10px 12px;
  }
}

.wrap {
  position: relative;
  padding-top: 51px;
}
@media screen and (max-width: 575px) {
  .wrap {
    padding-top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (max-width: 575px) {
  .header {
    display: none;
  }
}
.header__inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px 16px;
  margin: auto;
}
.header .brand {
  font-size: 0.875rem;
  line-height: 1;
}
.header .meta {
  line-height: 1;
}

.section__inner {
  max-width: 1200px;
  padding: 20px 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 14px 4%;
  }
}
.section-header {
  text-align: center;
}
.section-confirm .section__inner {
  max-width: 100%;
}
.section-confirm .confirm-box {
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: transparent 1px solid;
}
.section-confirm .confirm-box.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  border-top: #eee 1px solid;
}
.section-slide .section__inner {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
.section-slide .section__inner + p {
  text-align: center;
  width: 92%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .section-slide .section__inner + p {
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .section-slide .section__inner {
    padding-bottom: 15px;
  }
}

.footer .page-top {
  text-align: center;
  padding: 50px 1em 40px;
}
@media screen and (max-width: 575px) {
  .footer .page-top {
    padding: 30px 0 20px;
  }
}
.footer .page-top .gototop {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #1a1a1a;
  position: relative;
  padding-top: 26px;
  font-size: 1rem;
}
.footer .page-top .gototop::before, .footer .page-top .gototop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 12px;
  height: 0;
  border-top: 1px #1a1a1a solid;
}
.footer .page-top .gototop::before {
  -webkit-transform: translateX(-11.5px) rotate(-30deg);
          transform: translateX(-11.5px) rotate(-30deg);
}
.footer .page-top .gototop::after {
  -webkit-transform: translateX(-0.5px) rotate(30deg);
          transform: translateX(-0.5px) rotate(30deg);
}
.footer__inner {
  padding: 20px 15px 40px;
  margin: auto;
  text-align: center;
}
.footer .c-name {
  margin-top: 30px;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: bold;
  line-height: 1.2;
  color: #595656;
}
.footer .c-name::before {
  display: inline-block;
  content: url("../images/logo.s.png");
  vertical-align: middle;
  margin-right: 0.8em;
}
.footer .tel {
  font-size: 0.875rem;
  line-height: 1.2;
}
.footer .copyright {
  font-size: 0.75rem;
  line-height: 1.8;
}

.searchBox-body {
  text-align: center;
  padding: 10px;
}
.searchBox-footer {
  text-align: center;
  padding: 10px;
}

.searchInfo {
  margin: auto;
}

.itemlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.itemlist li {
  width: 22%;
  padding: 0;
  margin-right: 4%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .itemlist li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  .itemlist li {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 575px) {
  .itemlist li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .itemlist li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .itemlist li:nth-child(4n) {
    margin-right: 0;
  }
}
.itemlist .card-img-top a {
  height: 164px;
  background-attachment: local;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .itemlist .card-img-top a {
    height: 24vw;
  }
}
@media screen and (max-width: 575px) {
  .itemlist .card-img-top a {
    height: 36vw;
  }
}
body.list--ranking .itemlist li:nth-child(n+21) {
  display: none;
}

.media-img-top img,
.card-img-top img {
  width: 100%;
  height: auto;
}
.media.checked,
.card.checked {
  background-color: #f5f5f5;
}

.selectedlist {
  padding: 0;
  list-style: none;
  position: relative;
}
.selectedlist::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  position: absolute;
  right: 0;
  bottom: 0;
}
.selectedlist li {
  padding: 38px 38px;
  border-top: 1px #1a1a1a solid;
}
@media screen and (max-width: 768px) {
  .selectedlist li {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  .selectedlist li {
    padding: 15px 10px;
  }
}
.selectedlist .media-footer .close {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
}
.selectedlist .media-footer .close span {
  display: none;
}
.selectedlist .media-footer .close::before, .selectedlist .media-footer .close::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 42px;
  background-color: #1a1a1a;
  position: absolute;
  left: 50%;
  top: 50%;
}
.selectedlist .media-footer .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.selectedlist .media-footer .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.cautionlist {
  padding-left: 0;
}
.cautionlist li {
  list-style: none;
  padding-left: 2em;
  position: relative;
  font-size: 0.875rem;
}
.cautionlist li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.submenu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.submenu li {
  font-size: 0.75rem;
  line-height: 21px;
  margin-left: 10px;
  vertical-align: middle;
}
.submenu li::first-child {
  margin-left: 0;
}
.submenu li a {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .header .submenu li:not(.link-writer) {
    display: none;
  }
}
.submenu .link-writer {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .submenu .link-writer {
    margin-left: 0;
  }
}

.btn-sns {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 16px;
  width: 20px;
  height: 16px;
  color: #1a1a1a;
}

.table th {
  font-weight: normal;
  background-color: #f5f5f5;
}
.media .name {
  font-size: 0.875rem;
  line-height: 1.2;
}
.media .title {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}
.media .type {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}
.media .price {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}

.slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.slideshow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: loop-slide 40s infinite linear 1s both;
          animation: loop-slide 40s infinite linear 1s both;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.slideshow .content {
  width: auto;
  height: 365px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .slideshow .content {
    height: calc(26.9677419355vw + 25px);
  }
}
@media screen and (max-width: 575px) {
  .slideshow .content {
    height: calc(49.0322580645vw + 25px);
  }
}
.slideshow .content figure {
  width: auto;
  height: 365px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slideshow .content figure {
    height: calc(26.9677419355vw + 25px);
  }
}
@media screen and (max-width: 575px) {
  .slideshow .content figure {
    height: calc(49.0322580645vw + 25px);
  }
}
.slideshow .content figure img {
  max-width: none;
  width: auto;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .slideshow .content figure img {
    height: 26.9677419355vw;
  }
}
@media screen and (max-width: 575px) {
  .slideshow .content figure img {
    height: 49.0322580645vw;
  }
}
.slideshow .content figcaption {
  text-align: center;
  font-size: 0.75rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .slideshow .content figcaption {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.error {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .error {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .error {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.error-danger {
  color: #cc2929;
}

.modal .error {
  padding: 40px 15px;
  border-top: 1px solid #1a1a1a;
}
.modal .error.mod--bb {
  border-bottom: 1px solid #1a1a1a;
}
.modal .selectedlist + .error {
  border-top: none;
}

.pswp__caption__center {
  text-align: center;
}

/*
 *
 *
 *
 **/
#itemlist #itemsAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap.pop #itemlist #itemsAll, .wrap.search #itemlist #itemsAll {
  display: none;
}
#itemlist #itemsPopular {
  display: none;
}
.wrap.pop #itemlist #itemsPopular {
  display: block;
}
#itemlist #itemsSearch {
  display: none;
}
.wrap.search #itemlist #itemsSearch {
  display: block;
}

.top .thum-pdf {
  padding: 0;
}
.top .thum-pdf li {
  width: 23%;
}
@media screen and (max-width: 575px) {
  .top .thum-pdf li {
    width: 46%;
  }
}

.thum-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 4%;
  row-gap: 30px;
}
@media screen and (max-width: 575px) {
  .thum-pdf {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-bottom: 30px;
    row-gap: 20px;
  }
}
.thum-pdf li {
  width: 23%;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .thum-pdf li {
    width: 46%;
  }
}
.thum-pdf a {
  font-size: 0.75rem;
  display: inline-block;
  color: #fff;
}

body.art2025 {
  background-color: #fff;
  color: #1a1a1a;
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
}
body.art2025.top {
  color: #1a1a1a;
}
body.art2025.top .section-header h1 img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  body.art2025.top .section-header h1 img {
    width: 500px;
  }
}
body.art2025.top .section ul {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  body.art2025.top .section ul {
    margin-top: 20px;
  }
}
body.art2025.top .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
}
body.art2025.top .mv .section-header {
  width: 50%;
}
body.art2025.top .mv .section-header .section__inner {
  padding: 50px;
}
body.art2025.top .mv .section-header .section__inner .h1 img {
  width: 600px;
  margin: auto;
}
body.art2025.top .mv .section-header .section__inner .term {
  margin-top: 30px;
}
body.art2025.top .mv .section-header .contents-header {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  body.art2025.top .mv .section-header {
    width: 100%;
  }
  body.art2025.top .mv .section-header .section__inner {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.art2025.top .mv .section-slide {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  body.art2025.top .mv .section-slide {
    width: 100%;
  }
}
body.art2025.top .mv .section-slide .section__inner {
  padding: 50px;
}
body.art2025.top .mv .section-slide .section__inner .single-item {
  margin: auto;
}
body.art2025.top .mv .section-slide .section__inner .single-item .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.art2025.top .mv .section-slide .section__inner figure img {
  max-height: 500px;
}
@media screen and (max-width: 1199px) {
  body.art2025.top .mv .section-slide .section__inner {
    padding: 0 0 50px;
  }
  body.art2025.top .mv .section-slide .section__inner figure img {
    max-height: 250px;
  }
}
body.art2025.top footer .page-top {
  padding: 80px 1em 20px;
}
@media screen and (max-width: 575px) {
  body.art2025.top footer .page-top {
    padding: 60px 1em 10px;
  }
}
body.art2025 .font-en {
  font-family: "EB Garamond", serif;
  letter-spacing: 2px;
}
body.art2025 .wrap {
  /*background-image: url("../../../img/charity/art2025/design/bg_main.jpg");
      background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto;
      @include mqmax(sm){
    background-size: auto 15%;
    }*/
}
body.art2025 .wrap .pattern {
  background-image: url("/welfare/img/charity/art2025/design/bg_main.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  /*.bg {
    background-color: rgba(255, 255, 255, 0.3);
  }*/
}
body.art2025 .header {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(50%, #4d4d4d), color-stop(90%, #000));
  background: linear-gradient(to right, #000 10%, #4d4d4d 50%, #000 90%);
  /*background-image: url("/welfare/img/charity/art2025/design/bg_header.jpg");
      background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;*/
}
body.art2025 .header .header__inner {
  color: #fff;
  padding: 15px;
}
body.art2025 .section.section-list {
  /*background-color: #c46619;*/
}
body.art2025 .section.section-list::before {
  background: url(/welfare/img/charity/art2025/design/bg_list.jpg) no-repeat center; /* 画像（ここにfixedは入れない） */
  background-size: cover; /* cover指定できる */
  content: "";
  display: block;
  position: fixed; /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; /* 横幅いっぱい */
  height: 100vh; /* 縦幅いっぱい */
}
body.art2025 .section.section-list .bg {
  background-color: rgba(138, 125, 106, 0);
}
body.art2025 .section-header {
  background-attachment: local;
  background-position: center -10px;
  background-repeat: repeat-x;
}
body.art2025 .section-header .section__inner {
  /*background-image: url("../images/art2021/radiation-bg.png");
  background-position: top center;
  background-repeat: no-repeat;*/
  text-align: center;
  padding: 30px 15px;
}
@media screen and (max-width: 991px) {
  body.art2025 .section-header .section__inner {
    padding-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .section__inner {
    padding: 40px 15px 10px;
  }
}
body.art2025 .section-header .contents-header {
  padding: 20px 10px 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .contents-header {
    padding: 0 4% 0;
  }
}
body.art2025 .section-header .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  body.art2025 .section-header .title-row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
body.art2025 .section-header .h1 {
  line-height: 0;
  text-align: center;
}
body.art2025 .section-header .h1 a {
  display: block;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}
body.art2025 .section-header .h1 img {
  width: 500px;
}
body.art2025 .section-header .h1 .en {
  color: #ccc;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 1em;
}
body.art2025 .section-header .h1 span:not(.en) {
  color: #fff;
  font-size: 2.25rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.art2025 .section-header .h1 span:not(.en) {
    font-size: 1.875rem;
    line-height: 2;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .h1 span:not(.en) {
    font-size: 1.5rem;
    line-height: 2;
  }
}
body.art2025 .section-header .h1 span.sub {
  font-size: 1.875rem;
  line-height: 3;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.art2025 .section-header .h1 span.sub {
    font-size: 1.5rem;
    line-height: 3;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .h1 span.sub {
    font-size: 1.25rem;
    line-height: 3;
  }
}
body.art2025 .section-header .term {
  line-height: 0;
  margin-top: 30px;
}
body.art2025 .section-header .term span {
  color: #f6f3c8;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .term span {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
body.art2025 .section-header .term span em {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .term span em {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
body.art2025 .section-header .term span small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-header .term span small {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
body.art2025 .section-header .term i {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  width: 18px;
  height: 1px;
  background-color: #f6f3c8;
  vertical-align: middle;
  margin-left: 0.25em;
  margin-right: 0.25em;
  /*
  @include mqmax(sm){
    display: block;
    width: 1px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  */
}
body.art2025 .section-search .section__inner {
  text-align: center;
}
body.art2025 .section-list .section__inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
body.art2025 .section-list .section__inner .lead {
  color: #1a1a1a;
}
body.art2025 .section-list .section__inner .lead a {
  color: #1a1a1a;
}
body.art2025 .section-list .section__inner .lead .note {
  font-size: 0.75rem;
}
body.art2025 .section-list .section__inner .lead .leaf a {
  cursor: pointer;
}
body.art2025 .section-list .section__inner .lead .leaf a:hover {
  text-decoration: underline;
}
body.art2025 .section-list .text-end {
  margin-bottom: 20px;
}
body.art2025 .section-confirm {
  background-color: #fff;
}
body.art2025 .section-confirm .section__inner {
  padding: 0;
}
body.art2025 .section-confirm .section__inner .confirm-box {
  padding: 30px 15px 20px;
  background-color: #333;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-confirm .section__inner .confirm-box {
    padding-bottom: 20px;
  }
}
body.art2025 .section-confirm .section__inner .note {
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-confirm .section__inner .note {
    margin-top: 30px;
    padding: 0 4%;
  }
}
body.art2025 .section-about {
  background-image: url("../../../img/charity/art2025/design/bg_list.jpg");
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  body.art2025 .section-about {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section-about {
    margin-top: 0;
  }
}
body.art2025 .section-about .section__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.art2025 .section-about .section__inner {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section-about .section__inner {
    padding: 30px 4%;
  }
}
body.art2025 .section-about .text-end {
  margin-bottom: 20px;
}
body.art2025 .section a {
  color: #1a1a1a;
}
body.art2025 .section .h2 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  body.art2025 .section .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section .h2 .font-en {
    font-size: 1.875rem;
  }
}
body.art2025 .section .h3 {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  body.art2025 .section .h3 {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
body.art2025 .section p, body.art2025 .section li, body.art2025 .section th, body.art2025 .section td, body.art2025 .section dd {
  font-size: 1rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  body.art2025 .section p, body.art2025 .section li, body.art2025 .section th, body.art2025 .section td, body.art2025 .section dd {
    line-height: 2;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .section p, body.art2025 .section li, body.art2025 .section th, body.art2025 .section td, body.art2025 .section dd {
    font-size: 0.875rem;
  }
}
body.art2025 .section p {
  margin-top: 1em;
}
body.art2025 .section p:last-child {
  margin-bottom: 0 !important;
}
body.art2025 .section p.mb0 {
  margin-bottom: 0 !important;
}
body.art2025 .section .table-charity th, body.art2025 .section .table-charity td {
  padding: 1em;
}
body.art2025 .section .text-end {
  color: #cc2929;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 0;
}
body.art2025 .section ul {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  body.art2025 .section ul {
    margin-top: 30px;
  }
}
body.art2025 .section ul.caution {
  margin-top: 1.2em;
}
body.art2025 .section ul.caution li {
  font-size: 0.875rem;
  line-height: 1.8;
  list-style: none;
  position: relative;
}
body.art2025 .section ul.caution li::before {
  content: "※";
  position: absolute;
  left: -1.4em;
  top: 0;
}
body.art2025 .section-slide .section__inner {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.art2025 .section-slide .section__inner {
    padding-bottom: 15px;
  }
}
body.art2025 .section-slide .section__inner .single-item {
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-slide .section__inner .single-item {
    margin-bottom: 20px;
  }
}
body.art2025 .section-slide .section__inner .single-item figure {
  text-align: center;
}
body.art2025 .section-slide .section__inner .single-item figure img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 575px) {
  body.art2025 .section-slide .section__inner .single-item figure img {
    max-height: 230px;
  }
}
@media screen and (max-width: 374px) {
  body.art2025 .section-slide .section__inner .single-item figure img {
    max-height: 220px;
  }
}
body.art2025 .section-slide .section__inner .single-item figure figcaption {
  font-size: 0.875rem;
  padding-top: 20px;
  color: #fff;
}
body.art2025 .searchBox {
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto 60px;
}
@media screen and (max-width: 575px) {
  body.art2025 .searchBox {
    margin-bottom: 40px;
  }
}
body.art2025 .searchBox-body {
  overflow: hidden;
  background-image: url("../../../img/charity/art2025/design/bg_list.jpg");
  background-color: rgb(255, 255, 255);
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
  padding: 50px 15px;
}
body.art2025 .searchBox-body a {
  vertical-align: bottom;
}
body.art2025 .searchBox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  body.art2025 .searchBox-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.art2025 .searchBox-inner .title {
  font-size: 1rem;
  color: #1a1a1a;
  text-align: left;
  padding-left: 15px;
  line-height: 1;
  margin: 40px 0 20px;
}
body.art2025 .searchBox-footer {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #d4b975), color-stop(50%, #ead98d), color-stop(90%, #d4b975));
  background: linear-gradient(to right, #d4b975 10%, #ead98d 50%, #d4b975 90%);
  padding: 15px;
}
body.art2025 .searchBox .searchInfo {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #1a1a1a;
}
body.art2025 .searchBox .searchInfo span {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  body.art2025 .searchBox .keyword {
    width: 96%;
    margin: 0 auto;
  }
}
body.art2025 .searchBox .keyword .search_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #1a1a1a;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  border-radius: 0;
  min-width: 300px;
  padding: 8px 40px 8px 12px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  body.art2025 .searchBox .keyword .search_container {
    min-width: auto;
  }
}
body.art2025 .searchBox .keyword .search_container input[type=text] {
  border: none;
}
body.art2025 .searchBox .keyword .search_container input[type=text]:focus {
  outline: 0;
}
body.art2025 .searchBox .keyword .search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #1a1a1a;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -4px;
  outline: none;
}
@media screen and (max-width: 575px) {
  body.art2025 .searchBox .category {
    width: 96%;
    margin: 0 auto;
  }
}
body.art2025 .searchBox .category .cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
body.art2025 .searchBox .category .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body.art2025 .searchBox .category .cp_ipselect select::-ms-expand {
  display: none;
}
body.art2025 .searchBox .category .cp_ipselect.cp_sl04 {
  font-size: 0.875rem;
  position: relative;
  border-radius: 2px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  background: #ffffff;
}
body.art2025 .searchBox .category .cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1a1a1a;
  pointer-events: none;
}
body.art2025 .searchBox .category .cp_ipselect.cp_sl04 select {
  padding: 8px 40px 8px 12px;
  min-width: 300px;
  color: #1a1a1a;
}
body.art2025 .searchBox .btn-go {
  color: #CCC;
  border-color: #CCC;
  font-size: 0.875rem;
}
body.art2025 .searchBox .btn-go:hover, body.art2025 .searchBox .btn-go.current {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
body.art2025 .board {
  background-color: #FFF;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  body.art2025 .board {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .board {
    padding: 40px 15px;
  }
}
body.art2025 .board-white {
  background-color: #FFF;
}
body.art2025 .board-white .h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.art2025 .board-white .h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .board-white .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
body.art2025 .board-white table {
  color: #1a1a1a;
}
body.art2025 .board .h3 {
  font-size: 1.125rem;
  line-height: 1.5;
}
body.art2025 .board .h3::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
}
body.art2025 .board ul {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body.art2025 .board ul {
    padding-left: 20px;
    line-height: 1.5;
  }
}
body.art2025 .board p {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  body.art2025 .board p {
    padding-left: 20px;
    line-height: 1.5;
  }
}
body.art2025 .board .text-end {
  margin-top: 20px;
}
body.art2025 .card {
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  margin-bottom: 40px;
}
body.art2025 .card-body {
  padding: 1.25rem;
}
body.art2025 .card .name {
  font-size: 0.875rem;
  line-height: 1.2;
}
body.art2025 .card .title {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 1em;
}
body.art2025 .card .type {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 1em;
}
body.art2025 .card .price {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 1em;
}
body.art2025 .card.checked {
  background-color: #ededed;
}
body.art2025 .card.checked label .checkbox {
  background: url("/welfare/img/charity/art2025/design/check.png") center bottom no-repeat;
  background-position: center;
  background-size: 50%;
}
body.art2025 .card.checked label .checkbox::before {
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
}
body.art2025 .card label {
  cursor: pointer;
}
body.art2025 .card label input[type=checkbox] {
  background-color: black;
  border-color: #bc9650;
  display: none;
}
body.art2025 .card label .checkbox {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #bc9650;
  vertical-align: text-bottom;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #bc9650;
}
body.art2025 .card-footer {
  background-color: transparent;
  border-top: none;
  position: relative;
}
body.art2025 .card-footer::before {
  content: "";
  display: inline-block;
  width: calc(100% - 2rem);
  max-width: 100%;
  height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*border-top: 1px #333 dotted;*/
}
body.art2025 .card-footer span {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #1a1a1a;
}
body.art2025 .section-confirm .confirm-box {
  background-color: transparent;
}
body.art2025 .section-confirm .confirm-box .btn-go {
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #bc9650), color-stop(50%, #e9d98d), color-stop(90%, #bc9650));
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
}
body.art2025 .section-confirm .confirm-box.fixed {
  border: none;
  background-color: rgba(51, 51, 51, 0.9);
}
body.art2025 .footer {
  /*background-color: #c46619;*/
  /*background-image: url("/welfare/img/charity/art2025/design/bg_footer.jpg");*/
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(50%, #4d4d4d), color-stop(90%, #000));
  background: linear-gradient(to right, #000 10%, #4d4d4d 50%, #000 90%);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
body.art2025 .footer .page-top {
  padding: 140px 1em 20px;
}
@media screen and (max-width: 575px) {
  body.art2025 .footer .page-top {
    padding: 150px 1em 10px;
  }
}
body.art2025 .footer .page-top .gototop {
  font-family: "EB Garamond", serif;
  letter-spacing: 2px;
  color: #fff;
}
body.art2025 .footer .page-top .gototop::before, body.art2025 .footer .page-top .gototop::after {
  border-top: 1px #fff solid;
}
body.art2025 .footer__inner {
  position: relative;
  padding-top: 40px;
  /*border-top: 1px solid #1a3300;*/
  color: #fff;
}
body.art2025 .footer__inner .c-name {
  margin-top: 40px;
  color: #fff;
}
body.art2025 .footer__inner .c-name::before {
  content: url(/welfare/img/charity/art2025/design/logo.gold.png);
}
body.art2025 .footer__inner .fa-facebook-f::before, body.art2025 .footer__inner .fa-twitter::before {
  color: #fff;
}
body.art2025 .btn-go {
  min-width: 300px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 769px) {
  body.art2025 .btn-go:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 768px) {
  body.art2025 .btn-go {
    padding: 12px 15px;
    margin-bottom: 30px;
  }
  body.art2025 .btn-go:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .btn-go {
    min-width: auto;
    width: 96%;
  }
}
body.art2025.top .btn-go {
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #d4b975), color-stop(50%, #ead98d), color-stop(90%, #d4b975));
  background: linear-gradient(to right, #d4b975 10%, #ead98d 50%, #d4b975 90%);
}
@media screen and (max-width: 575px) {
  body.art2025.top .btn-go {
    width: 80%;
    margin: 40px 0 !important;
  }
}
body.art2025 .modal-content {
  border-radius: 0;
  border-width: 4px;
  border-color: #bc9650;
}
body.art2025 .modal-header.mod--charity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: none;
  /*       &::before {
           content: url("../images/art2021/head-side-left.svg");
           margin-right: 15%;
           @include mqmax(lg){
             width: 15%;
             content: "";
             background-image: url("../images/art2021/head-side-left.svg");
             background-size: contain;
             background-repeat: no-repeat;
             background-position: right center;
           }
           @include mqmax(md){
             margin-right: 5%;
           }
         }
         &::after {
           content: url("../images/art2021/head-side-right.svg");
           margin-left: 15%;
           @include mqmax(lg){
             width: 15%;
             content: "";
             background-image: url("../images/art2021/head-side-right.svg");
             background-size: contain;
             background-repeat: no-repeat;
             background-position: left center;
           }
           @include mqmax(md){
             margin-left: 5%;
           }
         }*/
}
@media screen and (max-width: 991px) {
  body.art2025 .modal-header.mod--charity {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .modal-header.mod--charity {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
body.art2025 .modal-header.mod--charity .close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #1a1a1a;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.art2025 .modal-header.mod--charity .close span {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  body.art2025 .modal-header.mod--charity .close:hover {
    opacity: 0.5;
  }
}
body.art2025 .modal-title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: auto 30px;
  display: inline-block;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  body.art2025 .modal-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .modal-title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
body.art2025 .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  body.art2025 .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  body.art2025 .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.art2025 .modal .align-items-center {
  color: #1a1a1a;
}
body.art2025 .modal .error.mod--bb {
  border-bottom: 1px solid #bc9650;
}
body.art2025 .modal .error {
  border-top: 1px solid #bc9650;
}
body.art2025 .modal .btn-go {
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #bc9650), color-stop(50%, #e9d98d), color-stop(90%, #bc9650));
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
}
@media screen and (max-width: 768px) {
  body.art2025 .modal .modal-dialog {
    max-width: 600px;
  }
}
body.art2025 .selectedlist li {
  border-top: 1px #bc9650 solid;
}
@media screen and (max-width: 575px) {
  body.art2025 .selectedlist li {
    padding: 20px 10px;
  }
}
body.art2025 .selectedlist .media figure {
  width: 130px;
  text-align: center;
}
body.art2025 .selectedlist .media figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  body.art2025 .selectedlist .media figure {
    width: 100px;
  }
}
body.art2025 .selectedlist::after {
  background-color: #bc9650;
}
body.art2025 .selectedlist + .error {
  border-top: none;
}
body.art2025 .pswp__counter {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
body.art2025 .pswp__button--arrow--left::before, body.art2025 .pswp__button--arrow--right::before {
  background-size: contain;
  height: 40px;
  width: 40px;
}
body.art2025 .pswp__button--arrow--left::before {
  left: 10px;
}
body.art2025 .pswp__button--arrow--right::before {
  right: 10px;
}
body.art2025 .pswp__caption__center {
  max-width: 800px;
  width: 92%;
  position: relative;
}
body.art2025 .pswp__caption__center p {
  text-align: left;
  padding-right: 150px;
}
@media screen and (max-width: 575px) {
  body.art2025 .pswp__caption__center p {
    padding-right: 0;
  }
}
body.art2025 .pswp__caption__center .pdf {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  body.art2025 .pswp__caption__center .pdf {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: right;
    padding-top: 6px;
  }
}
body.art2025 .pswp__caption__center .pdf a {
  display: inline-block;
  border: 1px solid #bc9650;
  color: #bc9650;
  padding: 4px 10px;
}
body.art2025 .itemlist .nocount {
  text-align: center;
}
body.art2025 .itemlist .nocount p {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 110%;
}

@media screen and (max-width: 575px) {
  body.art2025.top .footer {
    padding: 0 1em;
  }
  body.art2025.top .footer .page-top {
    padding: 60px 1em 10px;
  }
}/*# sourceMappingURL=charity.css.map */