.top-main-visual_update {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 120px;
  background: #fff5e0;
}
.top-main-visual_update .slide-mv-block .item a img {
  width: 100%;
}
.top-main-visual_update .slide-mv-block .slick-prev, .top-main-visual_update .slide-mv-block .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #999999;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}
.top-main-visual_update .slide-mv-block .slick-next {
  right: 25px !important;
}
.top-main-visual_update .slide-mv-block .slick-prev {
  left: 25px !important;
}
.top-main-visual_update .slide-mv-block .slick-prev:before, .top-main-visual_update .slide-mv-block .slick-next:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: #999999 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-main-visual_update .catch-btn--block {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}
.top-main-visual_update .catch-btn--block .inner-block {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-main-visual_update .catch-btn--block .inner-block {
    max-width: 300px;
  }
}
.top-main-visual_update .catch-btn--block .inner-block ul {
  display: flex;
}
.top-main-visual_update .catch-btn--block .inner-block ul li {
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-main-visual_update .catch-btn--block .inner-block ul li {
    padding: 0;
  }
}
.top-main-visual_update .catch-btn--block .inner-block ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-main-visual_update .catch-btn--block .inner-block ul li a:hover {
  opacity: 0.7;
}
.top-main-visual_update .catch-btn--block .inner-block ul li a img {
  width: 100%;
}

.tp-content-each.bg-type-topevent {
  padding: 70px 20px;
  background-image: url("../images/update2025/bg_ptn01_option.png"), url("../images/update2025/bg_ptn01.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top center, top left;
  background-size: 600px auto, auto;
}
.tp-content-each.bg-type-topevent .c-tltle-block h2 span.jp {
  color: #ffffff;
}
.tp-content-each.bg-type-topevent .c-tltle-block h2 span.jp span {
  color: #ffffff;
}
.tp-content-each.bg-type-topevent .c-tltle-block h2 span.en {
  color: #ffffff;
}

.t-event-content .event-post-list_update {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.t-event-content .event-post-list_update .each-row {
  display: flex;
  width: calc(100% / 3);
  padding: 10px 15px 50px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .t-event-content .event-post-list_update .each-row {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.t-event-content .event-post-list_update .each-row .inner-block {
  width: 100%;
  display: flex;
  background: #fffcf0;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block {
  width: 100%;
  position: relative;
  padding: 0 0 60px 0;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-icon {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-icon {
    right: -15px;
    top: -15px;
    width: 50px;
  }
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-icon img {
  width: 100%;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-thumb {
  margin-bottom: 15px;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-thumb img {
  width: 100%;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-tl {
  margin-bottom: 10px;
  min-height: 75px;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-tl h4 {
  font-size: 16px;
  font-weight: 600;
  color: #e04191;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-cat {
  margin-bottom: 10px;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-cat ul {
  display: flex;
  flex-wrap: wrap;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-cat ul li {
  margin-right: 5px;
  padding: 1px 7px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  background: #e04191;
  border-radius: 100px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-cat ul li {
    font-size: 14px;
  }
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-cat ul li.cdnter {
  background: #0e5fa6;
  border-radius: 0;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta {
  padding: 10px 0 0 0;
  border-top: 2px dotted #e04191;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta p.post-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta p.post-date {
    font-size: 14px;
  }
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta p.post-date span {
  font-size: 14px;
  display: block;
  text-indent: -0.5em;
  font-weight: 600;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta p.post-time {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta p.post-time {
    font-size: 14px;
  }
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .post-meta p.post-time span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-indent: -0.5em;
}
.t-event-content .event-post-list_update .each-row .inner-block .whole-block .detail-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.tp-content__bg-wrap.no-pdtop {
  padding: 0 0 70px 0;
}

.tp-content__bg-wrap.no-pdbottom {
  padding: 70px 0 0 0;
}

.tp-content-each.bg-type-topsupport {
  padding: 70px 20px;
  background-image: url("../images/update2025/bg_ptn02_option.png"), url("../images/update2025/bg_ptn02.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top center, top left;
  background-size: 600px auto, auto;
}
.tp-content-each.bg-type-topsupport .c-tltle-block h2 span.jp {
  color: #ffffff;
}
.tp-content-each.bg-type-topsupport .c-tltle-block h2 span.jp span {
  color: #ffffff;
}
.tp-content-each.bg-type-topsupport .c-tltle-block h2 span.en {
  color: #ffffff;
}

.t-support-content .support-post-list_update {
  display: flex;
  flex-wrap: wrap;
}
.t-support-content .support-post-list_update .each-row {
  display: flex;
  width: calc(100% / 3);
  padding: 10px 15px 50px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .t-support-content .support-post-list_update .each-row {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.t-support-content .support-post-list_update .each-row .inner-block {
  width: 100%;
  display: flex;
  background: #fffcf0;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block {
  width: 100%;
  position: relative;
  padding: 0 0 80px 0;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-city {
  background: #4694d1;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-title {
  margin-bottom: 15px;
  text-align: center;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-title h4 {
    font-size: 16px;
  }
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-title h4 span {
  font-size: 14px;
  font-weight: 600;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-cat {
  margin-bottom: 10px;
  padding: 0 10px;
  min-height: 105px;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-cat ul li {
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  background: #4694d1;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-cat ul li {
    font-size: 14px;
  }
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p {
  text-align: center;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.t {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.t {
    font-size: 14px;
  }
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.price {
  font-size: 34px;
  color: #e04191;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.price {
    font-size: 26px;
  }
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.price span {
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.price span {
    font-size: 16px;
  }
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .post-mny p.comment {
  font-size: 14px;
  font-weight: 500;
}
.t-support-content .support-post-list_update .each-row .inner-block .whole-block .detail-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update {
  display: flex;
  flex-wrap: wrap;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row {
  display: flex;
  width: calc(100% / 3);
  padding: 10px 15px 50px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row.is_hide {
  display: none;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block {
  width: 100%;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #4694d1;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block {
  width: 100%;
  position: relative;
  padding: 0 0 80px 0;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-city {
  background: #4694d1;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-title {
  margin-bottom: 15px;
  text-align: center;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-title h4 {
    font-size: 16px;
  }
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-title h4 span {
  font-size: 14px;
  font-weight: 600;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-cat {
  margin-bottom: 10px;
  padding: 0 10px;
  min-height: 105px;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-cat ul li {
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  background: #4694d1;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-cat ul li {
    font-size: 14px;
  }
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p {
  text-align: center;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.t {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.t {
    font-size: 14px;
  }
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.price {
  font-size: 34px;
  color: #e04191;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.price {
    font-size: 26px;
  }
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.price span {
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.price span {
    font-size: 16px;
  }
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .post-mny p.comment {
  font-size: 14px;
  font-weight: 500;
}
.support-content__wrap .inner-content_support-detail .support-list__whole-block .event-list-block_update .each-row .inner-block .whole-block .detail-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.concierge-whole__wrap {
  padding: 0 20px 100px 20px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
.concierge-whole__wrap .cons-main-visual {
  margin-bottom: 50px;
}
.concierge-whole__wrap .cons-main-visual img {
  width: 100%;
}
.concierge-whole__wrap .concierge-main-block .each-term-block {
  margin-bottom: 70px;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .sub-tl {
  margin-bottom: 25px;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .sub-tl h2 {
  display: block;
  padding: 10px 10px 10px 20px;
  background: #fcecf3;
  border-left: 4px solid #ee88b5;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .sub-tl h2 {
    font-size: 20px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .c-read-text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .c-read-text p {
    font-size: 14px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl {
  display: flex;
  margin-bottom: 30px;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dt {
  display: block;
  width: 62px;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dt {
    width: 40px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dt img {
  width: 100%;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dd {
  display: block;
  width: calc(100% - 62px);
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dd {
    width: calc(100% - 40px);
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dd h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #5191c3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dd h4 {
    font-size: 18px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dd p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .support-list-block dl dd p {
    font-size: 14px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block {
  padding: 50px 0 0 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block {
    display: block;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row {
  display: flex;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row {
    width: 100%;
    padding: 0 0 25px 0;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block {
    width: 60%;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .name-block {
  padding: 10px;
  border-radius: 10px;
  background: #007ac3;
  text-align: center;
  margin-bottom: 15px;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .name-block p.dev {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .name-block p.nm {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .name-block p.nm {
    font-size: 16px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .name-block p.nm span {
  font-size: 14px;
  font-weight: 600;
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .exp-text p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .info-block .exp-text p {
    font-size: 14px;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .ill-block {
  width: 52%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .ill-block {
    width: 40%;
  }
}
.concierge-whole__wrap .concierge-main-block .each-term-block .conc-introduce-block .each-row .ill-block img {
  width: 100%;
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block {
  position: relative;
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block h3 {
  background: #007ac3;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 50px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .contact-information .inner-block h3 {
    padding: 5px 10px;
  }
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block h3 span {
  font-size: 20px;
  font-weight: 600;
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block .mail-info {
  padding: 20px 50px;
  background: #d3eaf9;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .contact-information .inner-block .mail-info {
    padding: 20px 10px;
    font-size: 18px;
  }
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block .mail-info a {
  color: #0079c3;
  font-weight: 600;
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block .mail-info a:hover {
  text-decoration: none;
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block .mail-info span {
  font-size: 14px;
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block .icon-catch {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 180px;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .concierge-whole__wrap .concierge-main-block .contact-information .inner-block .icon-catch {
    width: 100px;
    margin-top: 0;
    right: 50%;
    margin-right: -50px;
    top: 90%;
  }
}
.concierge-whole__wrap .concierge-main-block .contact-information .inner-block .icon-catch img {
  width: 100%;
}

.btn-support-link {
  text-align: center;
  padding: 20px 0;
}
.btn-support-link a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 15px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  background: #db2d6e;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-support-link a:hover {
  opacity: 0.7;
}

.btn-eventupdate-link {
  text-align: center;
  padding: 50px 0;
}
.btn-eventupdate-link .btn-block {
  margin-bottom: 10px;
}
.btn-eventupdate-link .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 15px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  background: #db2d6e;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-eventupdate-link .btn-block a:hover {
  opacity: 0.7;
}
.btn-eventupdate-link .notes {
  text-align: center;
}
.btn-eventupdate-link .notes p {
  font-size: 14px;
  color: #666666;
}

.update-comingsoon__top {
  padding: 70px 0;
}
.update-comingsoon__top p {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .update-comingsoon__top p {
    font-size: 20px;
  }
}

.update-comingsoon__dir2 {
  padding: 70px 0;
}
.update-comingsoon__dir2 p {
  font-size: 36px;
  font-weight: 900;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .update-comingsoon__dir2 p {
    font-size: 20px;
  }
}

.t-concierge-content .inner-content {
  max-width: 1200px;
  margin: 0 auto;
}
.t-concierge-content .inner-content .info-text__block {
  margin-bottom: 50px;
}
.t-concierge-content .inner-content .info-text__block p {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .t-concierge-content .inner-content .info-text__block p {
    font-size: 20px;
  }
}
.t-concierge-content .inner-content .more-btn {
  text-align: center;
}

.bg-type_nw01 {
  background: #fff5e0;
}

.content-cordinator__introduction {
  padding: 60px 20px;
}
.content-cordinator__introduction .intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.content-cordinator__introduction .intro-inner .sub-tl {
  margin-bottom: 50px;
}
.content-cordinator__introduction .intro-inner .sub-tl h2 {
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  color: #0e5fa6;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .sub-tl h2 {
    font-size: 20px;
  }
}
.content-cordinator__introduction .intro-inner .pre-read {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .pre-read {
    font-size: 14px;
  }
}
.content-cordinator__introduction .intro-inner .flex-intro_block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .flex-intro_block {
    display: block;
  }
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row {
  display: flex;
  width: 50%;
  padding: 0 35px 0 0;
  box-sizing: border-box;
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row:nth-of-type(2) {
  padding: 0 0 0 35px;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .flex-intro_block .each-row {
    width: 100%;
    padding: 0 0 30px 0 !important;
  }
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .thumb {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .flex-intro_block .each-row .thumb {
    width: 100px;
  }
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .thumb img {
  width: 100%;
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info {
  width: calc(100% - 200px);
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info .i-job {
  font-size: 14px;
  line-height: 1.5;
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info .i-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info .i-name {
    font-size: 18px;
  }
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info .i-info {
  padding: 20px 0 0 0;
}
.content-cordinator__introduction .intro-inner .flex-intro_block .each-row .text-info .i-info p {
  font-size: 14px;
  line-height: 1.75;
}

.inner-content_event-detail .main-information__block .single-row__article .post-header .post-cordinator {
  padding-top: 10px;
}
.inner-content_event-detail .main-information__block .single-row__article .post-header .post-cordinator span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  border: 2px solid #db2d6e;
  font-size: 14px;
  line-height: 1.5;
  color: #db2d6e;
}

#event_top .event_area .event_wrap .event_item .event_content .event_detail .post-cordinator {
  padding-bottom: 20px;
}
#event_top .event_area .event_wrap .event_item .event_content .event_detail .post-cordinator span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  border: 2px solid #db2d6e;
  font-size: 14px;
  line-height: 1.5;
  color: #db2d6e;
}

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