@charset "UTF-8";
/**
 * modulesで使われる想定のcssはこちらに集約
 */
/**
 * Colors
 */
/*-----------------------------------------------------------------
 * mixin …各セクションやページで共通しているscssをまとめた要素            *
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
* 01. breakpoint / liquid
* 02. effect
* 03. button
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
01. breakpoint / liquid
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
02. effect
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
03. button
----------------------------------------------------------------- */
/**
* primaryBtn
 */
/**
* secondaryBtn
* $type:normal(アイコンなし),right(右矢印),left(左矢印)
 */
/*-----------------------------------------------------------------
 * molecules : ColumnSubCassette                                 *
-----------------------------------------------------------------*/
.columnSubLists {
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .columnSubLists {
    gap: 0 48px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubLists {
    gap: 0 32px;
    margin: 0 auto 48px;
    max-width: 880px;
  }
}

.columnSubLists.columnSubLists--search {
  margin-bottom: 22px;
  margin-top: 4px;
}

@media screen and (max-width: 1023px) {
  .columnSubLists.columnSubLists--search {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .columnSubLists.columnSubLists--search {
    gap: 0 48px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .columnSubList {
    padding: 20px 0 16px;
    width: calc((100% - 96px) / 3);
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList {
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 12px 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .columnSubLists--search .columnSubList {
    width: calc((100% - 96px) / 3);
  }
}

.columnSubList a {
  color: inherit;
}

@media screen and (min-width: 1024px) {
  .columnSubList a:hover {
    color: #3c51b2;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList a:active {
    color: #3c51b2;
    font-weight: bold;
  }
}

.columnSubList__date {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 1024px) {
  .columnSubList__date {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__date {
    margin-bottom: 10px;
    width: 100%;
  }
}

.columnSubList__date__time {
  color: #707070;
  font-family: presicav, sans-serif;
}

@media screen and (min-width: 1024px) {
  .columnSubList__date__time {
    font-size: 12px;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__date__time {
    font-size: 10px;
  }
}

.columnSubList__imgLink {
  display: block;
}

@media screen and (min-width: 1024px) {
  .columnSubList__imgLink {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__imgLink {
    width: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__imgLink:active .columnSubList__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media screen and (min-width: 1024px) {
  .columnSubList__imgLink:hover {
    cursor: pointer;
  }
  .columnSubList__imgLink:hover .columnSubList__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.columnSubList__imgWrap {
  overflow: hidden;
}

.columnSubList__img {
  -o-object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  height: auto;
  object-fit: contain;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .columnSubList__img {
    max-height: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .columnSubList__img {
    max-height: calc((100vw - 192px) / 3 * 0.6649);
  }
}

@media screen and (min-width: 1024px) {
  .columnSubList__data {
    width: calc(100% - 53.21% - 40px);
  }
}

@media screen and (min-width: 1024px) {
  .columnSubList__textdata {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__textdata {
    margin-left: 16px;
    width: calc(100% - 120px - 16px);
  }
}

.columnSubList__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .columnSubList__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__title {
    font-size: 14px;
  }
}

.columnSubList__artist {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .columnSubList__artist {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__artist {
    font-size: 12px;
    margin-top: 4px;
  }
}

.columnSubList__tags {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .columnSubList__tags {
    gap: 10px 12px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__tags {
    gap: 6px 12px;
    margin-top: 10px;
    width: 100%;
  }
}

.columnSubList__tag {
  color: #707070;
  line-height: 1.5;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .columnSubList__tag {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .columnSubList__tag {
    font-size: 10px;
  }
}

/*-----------------------------------------------------------------
 * molecules : BackLinkBtn                                       *
-----------------------------------------------------------------*/
/**
 * button
 */
.backLinkBtn {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .backLinkBtn + .backLinkBtn {
    margin-top: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .backLinkBtn + .backLinkBtn {
    margin-top: 40px;
  }
}

.backLinkBtn__btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.3s;
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 52px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  .backLinkBtn__btn:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) {
  .backLinkBtn__btn:active {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .backLinkBtn__btn:hover:before {
    background-image: url("../img/common/icon_arrow-white.svg");
  }
}

@media screen and (max-width: 1023px) {
  .backLinkBtn__btn:active:before {
    background-image: url("../img/common/icon_arrow-white.svg");
  }
}

.backLinkBtn__btn:before {
  -webkit-transform: translate(-50%, -50%);
  background: url("../img/common/icon_arrow.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

.backLinkBtn--more .backLinkBtn__btn:before {
  display: none;
}

.backLinkBtn--right .backLinkBtn__btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.3s;
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 40px;
  padding-right: 52px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  .backLinkBtn--right .backLinkBtn__btn:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) {
  .backLinkBtn--right .backLinkBtn__btn:active {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .backLinkBtn--right .backLinkBtn__btn:hover:before {
    background-image: url("../img/common/icon_arrow-white.svg");
  }
}

@media screen and (max-width: 1023px) {
  .backLinkBtn--right .backLinkBtn__btn:active:before {
    background-image: url("../img/common/icon_arrow-white.svg");
  }
}

.backLinkBtn--right .backLinkBtn__btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  background: url("../img/common/icon_arrow.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  left: auto;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 8px;
}

/*-----------------------------------------------------------------
 * molecules : MoreinfoTitle                                     *
-----------------------------------------------------------------*/
.moreInfoTitle {
  border-bottom: 1px solid #000;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 1px;
}

@media screen and (min-width: 1024px) {
  .moreInfoTitle {
    margin: 0 auto 48px;
    max-width: 1270px;
    padding-bottom: 14px;
    width: calc(100vw - 96px);
  }
}

.moreInfoTitle__en {
  font-family: presicav, sans-serif;
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .moreInfoTitle__en {
    font-size: 32px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .moreInfoTitle__en {
    font-size: 24px;
    margin-right: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .moreInfoTitle__ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .moreInfoTitle__ja {
    font-size: 12px;
  }
}

/*-----------------------------------------------------------------
 * molecules : NewsSubCassette                                   *
-----------------------------------------------------------------*/
.newsSubLists {
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .newsSubLists {
    gap: 0 48px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubLists {
    gap: 0 32px;
    margin: 0 auto 48px;
    max-width: 880px;
  }
}

@media screen and (min-width: 1024px) {
  .newsSubList {
    padding: 20px 0 16px;
    width: calc((100% - 96px) / 3);
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList {
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 12px 0;
    width: 100%;
  }
}

.newsSubList__link {
  color: inherit;
}

@media screen and (max-width: 1023px) {
  .newsSubList__link {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .newsSubList__link:hover .newsSubList__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .newsSubList__link:hover .newsSubList__title,
  .newsSubList__link:hover .newsSubList__artist {
    color: #3c51b2;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__link:active .newsSubList__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .newsSubList__link:active .newsSubList__title,
  .newsSubList__link:active .newsSubList__artist {
    color: #3c51b2;
    font-weight: bold;
  }
}

.newsSubList__date {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 1024px) {
  .newsSubList__date {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__date {
    margin-bottom: 10px;
    width: 100%;
  }
}

.newsSubList__date__time {
  color: #707070;
  font-family: presicav, sans-serif;
}

@media screen and (min-width: 1024px) {
  .newsSubList__date__time {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__date__time {
    font-size: 10px;
  }
}

.newsSubList__imgWrap {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .newsSubList__imgWrap {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__imgWrap {
    width: 120px;
  }
}

.newsSubList__img {
  -o-object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  height: auto;
  object-fit: contain;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .newsSubList__img {
    max-height: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .newsSubList__data {
    width: calc(100% - 53.21% - 40px);
  }
}

@media screen and (min-width: 1024px) {
  .newsSubList__textdata {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__textdata {
    margin-left: 16px;
    width: calc(100% - 120px - 16px);
  }
}

.newsSubList__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .newsSubList__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__title {
    font-size: 12px;
  }
}

.newsSubList__artist {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .newsSubList__artist {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__artist {
    font-size: 12px;
    margin-top: 4px;
  }
}

.newsSubList__tags {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .newsSubList__tags {
    gap: 10px 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__tags {
    gap: 6px 12px;
    margin-top: 6px;
    width: 100%;
  }
}

.newsSubList__tag {
  color: #707070;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .newsSubList__tag {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .newsSubList__tag {
    font-size: 10px;
  }
}

/*-----------------------------------------------------------------
 * molecules : PageSubTitle                                      *
-----------------------------------------------------------------*/
.pageSubTitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.39;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .pageSubTitle {
    font-size: 22px;
    line-height: 1.77;
    padding-left: 16px;
  }
}

.pageSubTitle::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
  content: '';
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
}

@media screen and (max-width: 1023px) {
  .pageSubTitle::before {
    height: 24px;
  }
}

/*-----------------------------------------------------------------
 * molecules : PageTitle                                         *
-----------------------------------------------------------------*/
.pageTitle {
  margin: 0 auto;
  max-width: 1270px;
  padding-bottom: 32px;
  padding-top: 25px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .pageTitle {
    padding-bottom: 38px;
  }
}

.pageTitle__en {
  font-family: presicav, sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 4px;
}

@media screen and (min-width: 1024px) {
  .pageTitle__en {
    font-size: 64px;
  }
}

.pageTitle__ja {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  .pageTitle__ja {
    font-size: 16px;
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------
 * molecules : PostInfo                                          *
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
* 00. wrap
* 01. navigation
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
00. wrap
----------------------------------------------------------------- */
.otherPostInfo {
  border-top: 1px solid #000;
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .otherPostInfo {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}

/* ----------------------------------------------------------------
01. navigation
----------------------------------------------------------------- */
.otherPostInfoLists {
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.otherPostInfoList {
  position: relative;
  width: 50%;
}

.otherPostInfoList:before {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}

.otherPostInfoList:nth-child(1):before {
  right: -0.5px;
}

.otherPostInfoList:nth-child(2):before {
  left: -0.5px;
}

.otherPostInfoList__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 22px 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .otherPostInfoList__link {
    padding: 14px 16px 24px;
  }
}

.otherPostInfoList__link:hover .otherPostInfoList__arrow, .otherPostInfoList__link:active .otherPostInfoList__arrow {
  border-color: #3c51b2;
}

.otherPostInfoList__link:hover .otherPostInfoList__title, .otherPostInfoList__link:active .otherPostInfoList__title {
  color: #3c51b2;
}

.otherPostInfoList__arrow {
  background: url("../img/common/icon_arrow.svg") no-repeat center center transparent;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 12px;
  width: 8px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .otherPostInfoList__arrow {
    height: 24px;
    top: calc(50% - 12px);
    width: 16px;
  }
}

.otherPostInfoList__arrow.otherPostInfoList__arrow--prev {
  left: 16px;
}

@media screen and (min-width: 1024px) {
  .otherPostInfoList__arrow.otherPostInfoList__arrow--prev {
    left: 0;
  }
}

.otherPostInfoList__arrow.otherPostInfoList__arrow--next {
  -webkit-transform: rotate(180deg);
  right: 16px;
  transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
  .otherPostInfoList__arrow.otherPostInfoList__arrow--next {
    right: 0;
  }
}

.otherPostInfoList__lead {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .otherPostInfoList__lead {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.otherPostInfoList__title {
  -webkit-transition: color 0.3s;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  overflow-wrap: break-word;
  transition: color 0.3s;
}

@media screen and (min-width: 1024px) {
  .otherPostInfoList__title {
    margin: 0 auto;
    width: 61.7%;
  }
}

@media screen and (max-width: 1023px) {
  .otherPostInfoList__title {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*-----------------------------------------------------------------
 * molecules : ProfileSubCassette                                *
-----------------------------------------------------------------*/
.profileSub {
  margin-bottom: 48px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .profileSub {
    -moz-column-gap: 48px;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-column-gap: 48px;
    column-gap: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .profileSub + .profileSub {
    margin-top: 80px;
  }
}

.profileSub + .profileSub:before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .profileSub + .profileSub:before {
    top: -24px;
  }
}

.profileSub__imgWrap {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .profileSub__imgWrap {
    max-width: 610px;
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__imgWrap {
    -ms-flex-align: center;
    -ms-flex-flow: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .profileSub__imgWrap {
    max-width: 44.65vw;
  }
}

.profileSub__imgLink {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .profileSub__imgLink {
    max-width: 610px;
  }
}

@media screen and (min-width: 1024px) {
  .profileSub__imgLink:hover .profileSub__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__imgLink:active .profileSub__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.profileSub__img {
  -webkit-transition: -webkit-transform 0.3s;
  display: block;
  margin: 0 auto;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 1024px) {
  .profileSub__img {
    height: auto;
    max-height: 414px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__img {
    -o-object-fit: contain;
    height: 100%;
    max-height: 299px;
    object-fit: contain;
    width: 100%;
  }
}

.profileSub__detail {
  width: calc(100% - 610px - 48px);
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .profileSub__detail {
    width: calc(100% - 44.65vw - 48px);
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__detail {
    width: 100%;
  }
}

.profileSub__title {
  -webkit-transition: color 0.3s;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: color 0.3s;
}

@media screen and (max-width: 1023px) {
  .profileSub__title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .profileSub__title {
    font-size: 28px;
  }
}

.profileSub__titleLink {
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .profileSub__titleLink:hover {
    color: #3c51b2;
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__titleLink:active {
    color: #3c51b2;
  }
}

.profileSub__btnWrap {
  -ms-flex-align: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto;
}

@media screen and (max-width: 1023px) {
  .profileSub__btnWrap {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.profileSub__btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 64px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: bottom;
}

.profileSub__btn:before {
  -webkit-transition: background-image 0.3s;
  background: url("../img/common/icon_profile.svg") no-repeat;
  content: '';
  height: 20px;
  left: 38px;
  position: absolute;
  top: calc(50% - 10px);
  transition: background-image 0.3s;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .profileSub__btn:hover {
    background-color: #000;
    color: #fff;
  }
  .profileSub__btn:hover:before {
    background-image: url("../img/common/icon_profile-white.svg");
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__btn:active {
    background-color: #000;
    color: #fff;
  }
  .profileSub__btn:active:before {
    background-image: url("../img/common/icon_profile-white.svg");
  }
}

.profileSub__data {
  -ms-flex-wrap: wrap;
  border-top: 1px solid #cbcbcc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.profileSub__dataTitle {
  border-bottom: 1px solid #cbcbcc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 24px 0;
  width: 100px;
}

@media screen and (max-width: 1023px) {
  .profileSub__dataTitle {
    padding: 20px 0;
  }
}

.profileSub__dataTitle.profileSub__dataTitle--sns {
  padding-bottom: 0;
  padding-top: 22px;
}

.profileSub__dataBody {
  border-bottom: 1px solid #cbcbcc;
  padding: 24px 0;
  width: calc(100% - 100px);
}

@media screen and (max-width: 1023px) {
  .profileSub__dataBody {
    padding: 20px 0;
  }
}

.profileSub__dataBody.profileSub__dataBody--sns {
  padding: 12px 0;
}

.profileSub__links {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
}

@media screen and (max-width: 1023px) {
  .profileSub__links {
    row-gap: 11px;
  }
}

@media screen and (max-width: 1023px) {
  .profileSub__links > li {
    width: 100%;
  }
}

.profileSub__sns {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

@media screen and (max-width: 1023px) {
  .profileSub__snsLink:active {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1024px) {
  .profileSub__snsLink:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}

/*-----------------------------------------------------------------
 * organisms : NewsDetail                                        *
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
* 00. wrap
* 01. date & title
* 02. thumbnail
* 03. share icons
* 04. cms
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
00. wrap
----------------------------------------------------------------- */
.newsDetail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 720px;
}

@media screen and (max-width: 1023px) {
  .newsDetail {
    width: calc(100% - 32px);
  }
}

/* ----------------------------------------------------------------
01. date & title
----------------------------------------------------------------- */
/**
 * date
 */
.newsDetail__dateWrap {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__dateWrap {
    margin-bottom: 16px;
  }
}

.newsDetail__date {
  color: #707070;
  font-family: presicav, sans-serif;
  font-size: 12px;
  line-height: 1;
}

/**
 * title
 */
.newsDetail__title {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1023px) {
  .newsDetail__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

/**
 * artist
 */
.newsDetail__artist {
  font-size: 16px;
  overflow-wrap: break-word;
}

/* ----------------------------------------------------------------
02. thumbnail
----------------------------------------------------------------- */
.newsDetail__thumbWrap {
  font-size: 0;
  margin-top: 32px;
  max-height: 720px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .newsDetail__thumbWrap {
    margin-top: 24px;
    max-height: 91.46vw;
  }
}

.newsDetail__thumb {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 720px;
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .newsDetail__thumb {
    max-height: 91.46vw;
  }
}

/* ----------------------------------------------------------------
03. share icons
----------------------------------------------------------------- */
.newsDetail__share {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  height: 65px;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .newsDetail__share {
    margin-top: 24px;
  }
}

.newsDetailShare__text {
  font-size: 14px;
  font-weight: bold;
}

.newsDetailShare__lists {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  justify-content: flex-start;
}

.newsDetailShare__list {
  width: 40px;
}

.newsDetailShare__link {
  display: block;
  font-size: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .newsDetailShare__link:active {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1024px) {
  .newsDetailShare__link:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}

.newsDetailShare__img {
  width: 100%;
}

/* ----------------------------------------------------------------
04. cms
----------------------------------------------------------------- */
.newsDetail__cms {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 94px;
  margin-top: 64px;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms {
    font-size: 16px;
    margin-bottom: 63px;
    margin-top: 32px;
  }
}

.newsDetail__cms h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.39;
  margin: 52px 0 20px;
  padding-left: 19px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 38px;
    padding-left: 15px;
  }
}

.newsDetail__cms h2:before {
  background-color: #000;
  content: '';
  display: block;
  height: calc(100% - 7px);
  left: 0;
  position: absolute;
  top: 3px;
  width: 4px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms h2:before {
    height: calc(100% - 9px);
    top: 4px;
  }
}

.newsDetail__cms h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 22px 0 14px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms h3 {
    font-size: 18px;
    line-height: 1.56;
    margin: 16px 0 12px;
  }
}

.newsDetail__cms h4 {
  background-color: #eaeaea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin: 26px 0 12px;
  padding: 4px 10px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms h4 {
    margin: 18px 0 16px;
  }
}

.newsDetail__cms p {
  margin-bottom: 12px;
  margin-top: 16px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms p {
    margin-bottom: 6px;
    margin-top: 10px;
  }
}

.newsDetail__cms div + div {
  margin-top: 8px;
}

.newsDetail__cms a {
  -webkit-transition: color 0.3s, font-weight 0.3s;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  transition: color 0.3s, font-weight 0.3s;
  word-break: break-all;
}

.newsDetail__cms a:hover, .newsDetail__cms a:active {
  color: #3c51b2;
  font-weight: bold;
}

.newsDetail__cms a[href^='http']:hover:after, .newsDetail__cms a[href^='http']:active:after {
  background-image: url(../img/common/icon_blanklink-hover.svg);
}

.newsDetail__cms a[href^='http']:after {
  -webkit-transition: background-image 0.3s;
  background: url(../img/common/icon_blanklink-black.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 8px;
  margin-right: 5px;
  text-decoration: none;
  transition: background-image 0.3s;
  width: 16px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms a[href^='http']:after {
    height: 14px;
    width: 14px;
  }
}

.newsDetail__cms img {
  -webkit-transition: all 0.3s;
  display: block;
  height: auto !important;
  margin: 10px auto;
  max-width: 100%;
  transition: all 0.3s;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms img {
    max-width: 100%;
  }
}

.newsDetail__cms strong {
  font-weight: bold;
}

.newsDetail__cms sub,
.newsDetail__cms sup {
  display: inline-block;
  font-size: 10px;
}

.newsDetail__cms sub {
  vertical-align: sub;
}

.newsDetail__cms sup {
  vertical-align: super;
}

.newsDetail__cms blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 12px 0;
  padding: 24px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms blockquote {
    padding: 16px;
  }
}

.newsDetail__cms ul,
.newsDetail__cms ol {
  margin: 10px 0;
}

.newsDetail__cms ul li,
.newsDetail__cms ol li {
  position: relative;
}

.newsDetail__cms ul li:not(:last-child),
.newsDetail__cms ol li:not(:last-child) {
  margin-bottom: 4px;
}

.newsDetail__cms ul li {
  padding-left: 15px;
}

.newsDetail__cms ul li:before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 2px;
  position: absolute;
  top: 14px;
  width: 6px;
}

@media screen and (max-width: 1023px) {
  .newsDetail__cms ul li:before {
    top: 13px;
  }
}

.newsDetail__cms ol {
  counter-reset: numCount;
}

.newsDetail__cms ol li {
  counter-increment: numCount;
  padding-left: 18px;
}

.newsDetail__cms ol li:before {
  content: counter(numCount) ".";
  display: block;
  left: -9px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 24px;
}

.newsDetail__cms iframe {
  background-color: #fff;
  display: block;
  height: revert-layer;
  margin: 20px auto;
  max-width: 100%;
}

.newsDetail__cms iframe.instagram-media {
  aspect-ratio: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.newsDetail__cms iframe.iframe-youtube-landscape {
  aspect-ratio: 16 / 9;
  height: 100%;
}

.newsDetail__cms .twitter-tweet,
.newsDetail__cms .tiktok-embed {
  margin-left: auto;
  margin-right: auto;
}

.newsDetail__cms iframe.iframe-youtube-vertical {
  aspect-ratio: 433 / 770;
  height: 100%;
  max-height: 100%;
  max-width: 70vw;
}

.newsDetail__cms .tiktok-embed {
  background-color: transparent;
  border: none;
  padding: 0;
}

/*-----------------------------------------------------------------
 * pages : ニュース詳細のpage要素用css                              *
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
* 01. wrap
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
01. wrap
----------------------------------------------------------------- */
.pageConts--news {
  padding: 48px 0 120px;
}

@media screen and (max-width: 1023px) {
  .pageConts--news {
    padding: 32px 0 112px;
  }
}
