@media print {
  body {
    display: none;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #2c272a !important;
  background-size: cover;
  box-sizing: border-box;
  font-feature-settings: 'palt';
}

.fantas-article__item-body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1d2021 !important;
}

img {
  display: block;
  max-width: 100%;
    display: block;
  max-width: 100%;
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.footer {
  margin-top: 0 !important;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 670px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 670px) {
  .is-sp {
    display: block !important;
  }
}

/*共通*/
.intro-title,
.gallery-title,
.profile-title,
.product-title,
.news-title,
.present-title,
.info-title {
  position: relative;
  text-align: center;
  z-index: 20;
}

.intro-title span,
.gallery-title span,
.profile-title span,
.product-title span,
.news-title span,
.present-title span,
.info-title span {
  position: relative;
  display: inline-block;
  padding-left: 61px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 48px !important;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #059fdc;
  text-align: center;
}
.intro-title span::before,
.gallery-title span::before,
.profile-title span::before,
.product-title span::before,
.news-title span::before,
.present-title span::before,
.info-title span::before {
  position: absolute;
  width: 51px;
  height: 42px;
  left: 0;
  top: calc((100% - 42px) / 2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/title-deco.png);
  content: "";
}

@media screen and (max-width: 670px) {
  .intro-title,
  .gallery-title,
  .profile-title,
  .product-title,
  .news-title,
  .present-title,
  .info-title {
    margin: 0 auto 24px;
  }
  .intro-title span,
  .gallery-title span,
  .profile-title span,
  .product-title span,
  .news-title span,
  .present-title span,
  .info-title span {
    padding-left: 36px;
    font-size: 28px !important;
  }
  .intro-title span::before,
  .gallery-title span::before,
  .profile-title span::before,
  .product-title span::before,
  .news-title span::before,
  .present-title span::before,
  .info-title span::before {
    width: 30px;
    height: 24px;
    top: calc((100% - 24px) / 2);
  }
}
/*共通*/

.section-fv {
  position: relative;
  z-index: 10;
}

.section-fv img {
  width: 100%;
}

/*intro*/
.section-intro {
  position: relative;
  padding: 72px 40px 56px;
}
.section-intro:before {
  position: absolute;
  width: 100%;
  height: 150%;
  top: -30%;
  left: 0;
  background-image: url(../img/intro-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.section-intro .intro-inner {
  position: relative;
  max-width: 1028px;
  margin: 0 auto;
}

.section-intro .intro-text {
  margin: 30px 0 0;
  padding: 0 8px;
}

.section-intro .intro-text p {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-intro p + p {
  margin-top: 24px;
}
@media screen and (max-width: 670px) {
  .section-intro {
    padding: 60px 16px 48px;
  }
  .section-intro:before {
    height: 110%;
    top: -10%;
    background-image: url(../img/intro-bg_sp.png);
  }
  .intro-title {
    margin: 0 -16px 24px;
  }
  .section-intro .intro-text {
    margin: 0 auto;
  }
  .section-intro .intro-text p {
    font-size: 15px !important;
  }
}

/*gallery*/
.section-gallery {
  padding: 0 20px;
}

.section-gallery .gallery-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 60px;
  background: #ecfaff;
  border-radius: 8px 80px 8px 80px;
}

.section-gallery .gallery-list {
  display: flex;
  margin: 40px auto 0;
  padding-bottom: 30px !important;
  gap: 40px;
  list-style: none;
  overflow: auto;
  scrollbar-width: 5px;
  scrollbar-color: #cee9f3;
}

.section-gallery .gallery-list::-webkit-scrollbar {
  height: 5px;
}

.section-gallery .gallery-list::-webkit-scrollbar-track {
  background: #cee9f3;
}

.section-gallery .gallery-list::-webkit-scrollbar-thumb {
  background: #059fdc;
}

.section-gallery .gallery-list .gallery-item {
  min-width: 240px;
  height: 356px;
  width: auto;
  border-radius: 4px;
  list-style: none;
  overflow: hidden;
  border-radius: 12px;
}
.section-gallery .gallery-list .gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 670px) {
  .section-gallery {
    padding: 0;
  }
  .gallery-title {
    margin: 0 -16px;
  }
  .section-gallery .gallery-inner {
    padding: 40px 24px;
    border-radius: 0px 56px 0px 56px;
  }
  .section-gallery .gallery-list {
    margin: 24px 0 0;
    gap: 8px;
  }

  .section-gallery .gallery-list {
    padding-bottom: 16px !important;
    scrollbar-width: 2px;
  }
  .section-gallery .gallery-list::-webkit-scrollbar {
    height: 2px;
  }
  .section-gallery .gallery-list .gallery-item {
    min-width: 120px;
    border-radius: 8px;
  }
  .section-gallery .gallery-list .gallery-item {
    height: 178px;
  }
}

.section-profile {
  padding: 72px 0;
}

.section-profile .profile-title {
  margin-left: -61px;
  text-align: left;
}

.section-profile .profile-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 48px;
}

.section-profile .profile-content {
  display: flex;
  max-width: 969px;
  margin: 0 auto;
  padding: 0 24px;
  justify-content: space-between;
  align-items: center;
}

.section-profile .profile-content .profile-img {
  width: calc(273 / 921 * 100%);
  border-radius: 4px;
  overflow: hidden;
}

.section-profile .profile-content .profile-text {
  width: calc(563 / 921 * 100%);
}

.section-profile .profile-content .profile-text .profile-text_title {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.section-profile .profile-content .profile-text .profile-text_title h3 {
  margin-right: 25px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
}

.section-profile .profile-content .profile-text p {
  margin-top: 32px;
  font-size: 18px !important;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.section-profile .profile-content .profile-links {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
}

.section-profile .profile-content .profile-links .profile-links-item.x {
  width: 24px;
}

.section-profile .profile-content .profile-links .profile-links-item.hp a {
  color: #fff;
  font-size: 15px !important;
}

.section-profile .profile-content .profile-links .profile-links-item.pixiv {
  width: 55px;
}

.section-profile .profile-content .profile-links .profile-links-item.fanbox {
  width: 70px;
}

.section-profile .profile-content .profile-text .profile-text_title + dd ul {
  color: #fff;
  padding: 0 !important;
  list-style: none;
}
.section-profile .profile-content .profile-text .profile-text_title + dd ul li {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.section-profile .profile-content .profile-text .profile-text_work {
  position: relative;
  margin: 24px 0 0;
}

.section-profile .profile-content .profile-text .profile-text_work > span {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  background: #767160;
  padding-right: 24px;
}
.section-profile .profile-content .profile-text .profile-text_work::before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: calc((100% - 1px) / 2);
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.section-profile .profile-content .profile-text .profile-text_work + dd ul {
  color: #fff;
  padding: 0 !important;
  list-style: none;
}
.section-profile .profile-content .profile-text .profile-text_work + dd ul li {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.section-profile .profile-content .profile-text .profile-text_work + dd p {
  margin: 6px 0 0;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 670px) {
  .section-profile {
    padding: 56px 0 50px;
  }

  .section-profile .profile-inner {
    padding: 32px 16px;
  }

  .section-profile .profile-content {
    padding: 0 24px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }

  .section-profile .profile-title {
    margin-left: 0;
    text-align: center;
  }

  .section-profile .profile-content .profile-img {
    width: 167px;
    margin: 0 auto;
  }
  .section-profile .profile-content .profile-text {
    width: 100%;
  }
  .section-profile .profile-content .profile-text .profile-text_title {
    flex-direction: column;
    gap: 12px;
  }
  .section-profile .profile-content .profile-text .profile-text_title h3 {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 20px !important;
  }
  .section-profile .profile-content .profile-text dt {
    font-size: 12px !important;
  }
  .section-profile .profile-content .profile-text dt::after {
    width: calc(100% - 92px);
  }
  .section-profile
    .profile-content
    .profile-text
    .profile-text_title
    + dd
    ul
    li {
    font-size: 15px !important;
  }
  .section-profile .profile-content .profile-text dd ul li {
    font-size: 13px !important;
  }
  .section-profile
    .profile-content
    .profile-text
    .profile-text_work
    + dd
    ul
    li
    + li {
    margin-top: 6px;
  }
  /* .section-profile .profile-content .profile-text .profile-text_work + dd p {
    font-size: 12px !important;
  } */

  .section-profile .profile-content .profile-text p {
    font-size: 15px !important;
  }
}

/*product*/
.section-product {
  position: relative;
  margin: 100px 0;
  padding: 80px 16px 40px;
  background: #ecfaff;
}
.section-product:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  top: -60px;
  left: 0;
  background: #ecfaff; /* 半円の色 */
  clip-path: ellipse(53% 50% at 50% 50%);
  z-index: 0;
}
.section-product:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  bottom: -60px;
  left: 0;
  background: #ecfaff; /* 半円の色 */
  clip-path: ellipse(53% 50% at 50% 50%);
  z-index: 0;
}

.section-product .product-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 10;
}

.section-product .product-content {
  display: flex;
  margin: 40px 0 0;
  justify-content: space-between;
  align-items: center;
}

.section-product .product-content .product-content-img {
  width: calc(523 / 1120 * 100%);
}

.section-product .product-content .product-content-text {
  width: calc(537 / 1120 * 100%);
}

.section-product .product-content .product-content-text p {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.section-product .product-content .product-content-text p + p {
  margin: 1rem 0 0;
}

.section-product .product-comment {
  position: relative;
  display: flex;
  margin: 32px 0 0;
  padding: 40px 32px 32px;
  background: #fff;
  border-radius: 8px 80px 8px 80px;
  justify-content: space-between;
}

.section-product .product-comment::before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -13px;
  left: 8px;
  background-image: url(../img/icon-pin.svg);
  background-size: contain;
  content: "";
}

.section-product .product-comment .product-comment-title {
  width: calc(176 / 1056 * 100%);
  padding: 0 !important;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #41b3e0;
}

.section-product .product-comment-text {
  width: calc(800 / 1056 * 100%);
}

.section-product .product-comment-text > p {
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8eff8;
  line-height: 1.8;
  font-size: 18px !important;
}

.section-product .product-comment-text h4 {
  font-size: 20px !important;
  font-weight: 600;
}

.section-product .product-comment-text > dl {
  margin: 12px 0 0;
}

.section-product .product-comment-text > dl dt,
.section-product .product-comment-text > dl dd {
  display: flex;
  gap: 6px;
  font-size: 18px !important;
  line-height: 1.8;
  align-items: center;
}
.section-product .product-comment-text > dl dt:not(:first-of-type) {
  margin: 16px 0 0;
}
.section-product .product-comment-text > dl dd {
  margin: 2px 0 0;
}

.section-product .product-comment-text > dl dt > span,
.section-product .product-comment-text > dl dd > span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  border-radius: 999px;
  flex-shrink: 0;
}

.section-product .product-comment-text > dl dt > span {
  background: #1eb5f1;
  color: #fff;
}
.section-product .product-comment-text > dl dd > span {
  background: #dcf5ff;
  color: #41b3e0;
}

@media screen and (max-width: 670px) {
  .section-product {
    margin: 50px 0;
    padding: 16px 24px 16px;
  }
  .section-product:before {
    top: -30px;
    height: 100px;
  }
  .section-product:after {
    bottom: -30px;
    height: 100px;
  }
  .product-title {
    margin: 0 -24px 24px;
  }
  .section-product .product-content {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-product .product-content .product-content-img {
    width: 100%;
  }
  .section-product .product-content .product-content-text {
    width: 100%;
  }
  .section-product .product-comment {
    flex-direction: column;
  }
  .section-product .product-comment .product-comment-title {
    width: 100%;
    font-size: 18px !important;
  }
  .section-product .product-content .product-content-text p {
    font-size: 14px !important;
  }
  .section-product .product-comment::before {
    width: 21px;
    height: 21px;
    top: -3px;
    left: 8px;
  }
  .section-product .product-comment {
    margin: 24px auto 0;
    padding: 16px 24px 48px;
    border-radius: 8px 56px 8px 56px;
  }
  .section-product .product-comment p {
    font-size: 14px !important;
  }
  .section-product .product-comment-text {
    width: 100%;
    margin-top: 14px;
  }
  .section-product .product-comment-text h4 {
    font-size: 12px !important;
  }
  .section-product .product-comment-text > dl dt,
  .section-product .product-comment-text > dl dd {
    font-size: 14px !important;
    line-height: 1.6;
    align-items: baseline;
  }
  .section-product .product-comment-text > dl dt > span,
  .section-product .product-comment-text > dl dd > span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px !important;
  }
}

/*news*/
.section-news {
  padding: 0 24px;
}
.section-news .news-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 48px;
  background: #707660;
  border-radius: 12px;
}

.section-news .news-title {
  max-width: 878px;
  color: #fff;
}

.section-news .news-subtitle {
  color: #fff;
  text-align: center;
  font-size: 26px !important;
  line-height: 1.4;
}

.section-news .news-content {
  display: flex;
  max-width: 895px;
  margin: 24px auto 0;
  justify-content: center;
  gap: calc(40 / 895 * 100%);
  align-items: center;
}

.section-news .news-content .news-content-img {
  width: calc(336 / 895 * 100%);
  border-radius: 4px;
  overflow: hidden;
}

.section-news .news-content .news-content-text {
  width: calc(519 / 895 * 100%);
}

.section-news .news-content .news-content-text p {
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 16px !important;
  color: #fff;
}

.section-news .news-content .news-content-text p strong {
  display: block;
  margin-top: 18px;
  font-size: 18px !important;
}

.section-news .news-content .news-content-text h4 {
  margin: 18px 0 8px !important;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 670px) {
  .section-news .news-title {
    margin: 0 -16px 24px;
  }
  .section-news .news-inner {
    padding: 32px 16px;
  }
  .section-news .news-subtitle {
    font-size: 18px !important;
  }
  .section-news .news-content {
    flex-direction: column;
    gap: 24px;
  }
  .section-news .news-content .news-content-img {
    width: 100%;
  }
  .section-news .news-content .news-content-text {
    width: 100%;
  }
  .section-news .news-content .news-content-text p,
  .section-news .news-content .news-content-text p strong {
    font-size: 15px !important;
  }
  .section-news .news-content .news-content-text p strong {
    margin-top: 14px;
  }
  .section-news .news-content .news-content-text h4 {
    margin: 14px 0 6px !important;
    font-size: 18px !important;
  }
}

/*present*/
.section-present {
  padding: 80px 0;
}

.section-present .present-inner {
  max-width: 1060px;
  padding: 0 24px;
  margin: 0 auto;
}

.section-present .present-lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px !important;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #d2b523;
}

.present-img {
  margin: 56px auto 0;
  max-width: 477px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 670px) {
  .section-present {
    padding: 56px 0 31px;
  }
  .present-title {
    margin: 0 -24px;
  }
  .section-present .present-lead {
    margin: 24px 0 0;
    font-size: 15px !important;
  }
  .section-present .present-content {
    margin: 12px 0 0;
    padding: 12px;
  }
  .present-img {
    margin: 24px auto 0;
  }
  .present-content-label span {
    padding: 4px 15px;
    font-size: 13px !important;
  }
  .present-content-img {
    margin: 8px 0 0;
  }
}

/*info*/
.section-info {
  padding: 56px 0;
  background: #fff;
}

.section-info .info-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-info .info-list {
  display: flex;
  max-width: 934px;
  margin: 56px auto 0;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
}

.section-info .info-list .info-item {
  position: relative;
  width: calc((100% - 32px) / 2);
  padding: 38px;
  background: #ecfaff;
}

@media screen and (max-width: 670px) {
  .info-title {
    margin: 0 -16px 24px;
  }
  .info-title span::before {
    top: 8px;
    left: 54px;
  }
  .section-info {
    padding: 24px 0;
  }
  .section-info .info-list .info-item {
    width: 100%;
    padding: 22px;
  }
  .section-info .info-list {
    margin: 24px auto 0;
    flex-direction: column;
    gap: 24px;
  }
}
.section-info .info-list .info-item:before {
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  border: 1px solid #059fdc;
  border-radius: 4px;
  pointer-events: none;
  content: "";
}

.section-info .info-list .info-item .info-item-label {
  font-size: 16px !important;
  background: #fff;
  padding: 3px 6px;
  color: #059fdc;
  font-weight: 600;
}

.section-info .info-list .info-item .info-item-note {
  margin-left: 8px;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #c75050;
}

.section-info .info-list .info-item .info-item-detail {
  margin: 3px 0 0;
  font-size: 20px !important;
  font-weight: bold;
}
@media screen and (max-width: 670px) {
  .section-info .info-list .info-item .info-item-label {
    font-size: 14px !important;
  }
  .section-info .info-list .info-item .info-item-detail {
    font-size: 18px !important;
  }
  .section-info .info-list .info-item .info-item-note {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-size: 13px !important;
  }
}
.section-info .info-list .info-item .info-item-date {
  margin: 4px 0 0;
}

.section-info .info-list .info-item .info-item-date > span {
  position: relative;
  letter-spacing: 0.15em;
}
.section-info .info-list .info-item .info-item-date > span:first-of-type {
  margin-right: 25px;
}
.section-info .info-list .info-item .info-item-date > span:last-of-type {
  margin-left: 10px;
}
@media screen and (max-width: 670px) {
  .section-info .info-list .info-item .info-item-date > span:first-of-type {
    margin-right: 20px;
  }
  .section-info .info-list .info-item .info-item-date > span {
    font-size: 13px !important;
  }
}

.section-info .info-list .info-item .info-item-date > span:first-of-type:after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc((100% - 16px) / 2);
  right: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.04332%203.20943L2.92749%202.37027L7.74332%206.94373C7.82095%207.01701%207.88256%207.10415%207.9246%207.20014C7.96664%207.29613%207.98828%207.39907%207.98828%207.50304C7.98828%207.607%207.96664%207.70994%207.9246%207.80593C7.88256%207.90192%207.82095%207.98907%207.74332%208.06235L2.92749%2012.6382L2.04416%2011.799L6.56416%207.50423L2.04332%203.20943Z%22%20fill%3D%22%232C272A%22%2F%3E%3Cpath%20d%3D%22M2.04332%203.20943L2.92749%202.37027L7.74332%206.94373C7.82095%207.01701%207.88256%207.10415%207.9246%207.20014C7.96664%207.29613%207.98828%207.39907%207.98828%207.50304C7.98828%207.607%207.96664%207.70994%207.9246%207.80593C7.88256%207.90192%207.82095%207.98907%207.74332%208.06235L2.92749%2012.6382L2.04416%2011.799L6.56416%207.50423L2.04332%203.20943Z%22%20fill%3D%22%232C272A%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M2.04332%203.20943L2.92749%202.37027L7.74332%206.94373C7.82095%207.01701%207.88256%207.10415%207.9246%207.20014C7.96664%207.29613%207.98828%207.39907%207.98828%207.50304C7.98828%207.607%207.96664%207.70994%207.9246%207.80593C7.88256%207.90192%207.82095%207.98907%207.74332%208.06235L2.92749%2012.6382L2.04416%2011.799L6.56416%207.50423L2.04332%203.20943Z%22%20fill%3D%22%232C272A%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M2.04332%203.20943L2.92749%202.37027L7.74332%206.94373C7.82095%207.01701%207.88256%207.10415%207.9246%207.20014C7.96664%207.29613%207.98828%207.39907%207.98828%207.50304C7.98828%207.607%207.96664%207.70994%207.9246%207.80593C7.88256%207.90192%207.82095%207.98907%207.74332%208.06235L2.92749%2012.6382L2.04416%2011.799L6.56416%207.50423L2.04332%203.20943Z%22%20fill%3D%22%232C272A%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M2.04332%203.20943L2.92749%202.37027L7.74332%206.94373C7.82095%207.01701%207.88256%207.10415%207.9246%207.20014C7.96664%207.29613%207.98828%207.39907%207.98828%207.50304C7.98828%207.607%207.96664%207.70994%207.9246%207.80593C7.88256%207.90192%207.82095%207.98907%207.74332%208.06235L2.92749%2012.6382L2.04416%2011.799L6.56416%207.50423L2.04332%203.20943Z%22%20fill%3D%22%232C272A%22%20fill-opacity%3D%220.2%22%2F%3E%3C%2Fsvg%3E");
  content: "";
}

.section-info .info-list .info-item .info-item-date > span:last-child:after {
  display: none;
}

.section-info .info-list .info-item .info-item-text {
  margin: 20px 0 0;
  font-size: 16px !important;
}
@media screen and (max-width: 670px) {
  .section-info .info-list .info-item .info-item-text {
    margin: 13px 0 0;
    font-size: 15px !important;
  }
  .section-info
    .info-list
    .info-item
    .info-item-date
    > span:first-of-type:after {
    width: 12px;
    height: 12px;
    top: calc((100% - 12px) / 2);
    right: -16px;
  }
}

.section-info .info-list .info-item .info-item-link {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 38px 10px 10px;
  background-color: #bfa628;
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.750044%201.72065V15.2206C0.750472%2015.3573%200.788169%2015.4913%200.859077%2015.6082C0.929985%2015.725%201.03142%2015.8203%201.15246%2015.8838C1.2735%2015.9473%201.40956%2015.9766%201.54601%2015.9685C1.68245%2015.9604%201.8141%2015.9152%201.92679%2015.8379L11.6768%209.0879C12.081%208.80815%2012.081%208.13465%2011.6768%207.85415L1.92679%201.10415C1.81434%201.02601%201.68262%200.980196%201.54595%200.971669C1.40928%200.963142%201.27289%200.992233%201.15159%201.05578C1.03029%201.11933%200.928728%201.2149%200.857935%201.33212C0.787143%201.44933%200.749827%201.58371%200.750044%201.72065Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  text-decoration: none;
}

@media screen and (max-width: 670px) {
  .section-info .info-list .info-item .info-item-link {
    font-size: 16px !important;
  }
}

.section-info .info-logo {
  max-width: 192px;
  margin: 48px auto 0;
}
@media screen and (max-width: 670px) {
  .section-info .info-logo {
    max-width: 120px;
    margin: 20px auto 0;
  }
}

.section-info .info-copyright {
  margin: 40px 0 0;
  text-align: center;
}

.section-info .info-copyright p {
  font-size: 13px !important;
  line-height: 1.6;
}
.section-info .info-copyright p + p {
  margin-top: 12px;
}
