@charset "UTF-8";
html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

body {
  font-family: "TBUDゴシック R", sans-serif;
  font-size: 16px;
  color: #000;
}

button {
  cursor: pointer;
}

.u-container-wrap {
  max-width: 100%;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.u-container-col_1 {
  max-width: calc(100% - 20px * 2);
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
}
.u-container-col_1-full {
  max-width: calc(100% - 20px * 2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.u-container-col_2 {
  max-width: calc(100% - 20px * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .u-container-col_2 {
    max-width: 100%;
    width: calc(100% - 240px - 20px);
    margin-left: 0;
  }
}
.u-container-col_3 {
  max-width: calc(100% - 20px * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .u-container-col_3 {
    max-width: 100%;
    width: calc(100% - (240px + 20px) * 2);
  }
}

@media (min-width: 768px) {
  .u-sidebar_w {
    width: 240px;
  }
}

.u-row, .u-row-col_1 {
  margin-left: auto;
  margin-right: auto;
}
.u-row-col_1 {
  max-width: 100%;
  width: 843px;
}

@media (max-width: 767px) {
  .u-header_pt {
    padding-top: 76px;
  }
}

.u-footer_pb {
  padding-bottom: 234px;
}

.u-serif_text {
  font-family: "リュウミン R-KL JIS2004 AP", serif;
}

.u-ja_sans {
  font-family: "TBUDゴシック R", sans-serif;
}

.u-ja_serif {
  font-family: "しまなみ", serif;
}

.u-en_sans {
  font-family: "TBUDゴシック R", sans-serif;
}

.u-en_serif {
  font-family: "しまなみ", serif;
}

.u-sans_bold {
  font-family: "TBUDゴシック E", sans-serif;
}

.u-h1, .u-h1-bb, .u-h1-bb-main_color, .u-h1-bb-color {
  font-family: "しまなみ", serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .u-h1, .u-h1-bb, .u-h1-bb-main_color, .u-h1-bb-color {
    font-size: 1.5rem;
  }
}
.u-h1-bb, .u-h1-bb-main_color, .u-h1-bb-color {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 6px;
}
.u-h1-bb-color {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.u-h1-bb-main_color {
  border-bottom-color: rgba(51, 59, 103, 0.8);
}

.u-text-main_color {
  color: #333B67;
}
.u-text-p {
  line-height: 2;
}

.u-link {
  text-decoration: underline;
  color: #0E56FF;
}
.u-link-footer {
  display: inline-block;
  position: relative;
}
.u-link-footer:after {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: -8px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.u-link-footer:hover:after {
  opacity: 1;
}

.u-list-dl dd {
  margin-bottom: 2em;
}

.u-list_item, .u-list_item-num_brackets, .u-list_item-num, .u-list_item-dot {
  position: relative;
}
.u-list_item-dot {
  padding-left: 1.2em;
}
.u-list_item-dot .point {
  position: absolute;
  top: 0;
  left: 0;
}
.u-list_item-num {
  padding-left: 1.5em;
}
.u-list_item-num .point {
  position: absolute;
  top: 0;
  left: 0;
}
.u-list_item-num_brackets {
  padding-left: 3em;
}
.u-list_item-num_brackets .point {
  position: absolute;
  top: 0;
  left: 0;
}

.m-wp_contents p {
  margin-bottom: 1em;
}
.m-wp_contents p.mb-0 {
  margin-bottom: 0;
}

.m-btn, .m-btn-round, .m-btn-round-main_color, .m-btn-round-outline, .m-btn-round-outline-2, .m-btn-outline, .m-btn-outline-white, .m-btn-outline-main-2, .m-btn-outline-main {
  display: block;
  transition-duration: 0.3s;
}
.m-btn-outline, .m-btn-outline-white, .m-btn-outline-main-2, .m-btn-outline-main {
  border-width: 1px;
  border-style: solid;
}
.m-btn-outline-main {
  border-color: #333B67;
  color: #333B67;
  background-color: #fff;
}
.m-btn-outline-main:hover {
  background-color: rgba(51, 59, 103, 0.1);
}
.m-btn-outline-main-2 {
  border-color: #333B67;
  color: #333B67;
  background-color: rgba(51, 59, 103, 0.2);
}
.m-btn-outline-main-2:hover {
  background-color: #333B67;
  color: #fff;
}
.m-btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.m-btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333B67;
}
.m-btn-round, .m-btn-round-main_color, .m-btn-round-outline, .m-btn-round-outline-2 {
  border-radius: 999px;
}
.m-btn-round-outline, .m-btn-round-outline-2 {
  border: 1px solid #333B67;
  color: #333B67;
  background-color: #fff;
  transition-property: background-color;
}
.m-btn-round-outline:hover, .m-btn-round-outline-2:hover {
  background-color: rgba(51, 59, 103, 0.2);
}
.m-btn-round-outline-2:hover {
  transition-property: background-color, color;
  background-color: #333B67;
  color: #fff;
}
.m-btn-round-main_color {
  background-color: #333B67;
  color: #fff;
  transition-property: background-color;
}
.m-btn-round-main_color:hover {
  background-color: #3AB4E1;
}

.m-card_list {
  display: grid;
  gap: 24px 20px;
}
@media (min-width: 768px) {
  .m-card_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .m-card_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.m-card {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.m-card .card_inner,
.m-card .more_btn_wrap {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 20px 16px 20px;
}
.m-card .more_btn {
  width: 80px;
  font-size: 0.625rem;
}
.m-card .more_btn_wrap:hover .more_btn {
  transition-property: background-color, color;
  background-color: #333B67;
  color: #fff;
}

.m-art_card {
  border: 1px solid #000;
}
@media (min-width: 1024px) {
  .m-art_card {
    display: flex;
    gap: 38px;
  }
}
.m-art_card:not(:last-of-type) {
  margin-bottom: 36px;
}
.m-art_card .img_wrap {
  width: 263px;
}
.m-art_card .img_wrap .img_link {
  display: block;
  max-width: 100%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .m-art_card .text_wrap {
    width: calc(100% - 263px - 38px);
  }
}
.m-art_card .title {
  font-size: 1rem;
}
.m-art_card .name {
  font-size: 0.875rem;
}
.m-art_card .text {
  font-size: 0.8125rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .u-container-col_1 .m-art_card {
    display: flex;
    gap: 38px;
  }
}
@media (min-width: 768px) {
  .u-container-col_1 .m-art_card .text_wrap {
    width: calc(100% - 263px - 38px);
  }
}

.m-introduction .img {
  max-width: 100%;
  aspect-ratio: 1/1;
}
.m-introduction .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-introduction .info .name_label {
  font-size: 1.25rem;
}
.m-introduction .info .name {
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.m-introduction .text {
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .u-container-col_1 .m-introduction {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .u-container-col_1 .m-introduction .img {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .u-container-col_1 .m-introduction .img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .u-container-col_1 .m-introduction .info {
    width: calc(100% - 50px - 252px);
  }
}

@media (min-width: 1024px) {
  .u-container-col_2 .m-introduction {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .u-container-col_2 .m-introduction .img {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .u-container-col_2 .m-introduction .img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .u-container-col_2 .m-introduction .info {
    width: calc(100% - 50px - 252px);
  }
}

.m-policy_text {
  line-height: 2;
}
.m-policy_text dl.mt-0,
.m-policy_text ul.mt-0,
.m-policy_text p.mt-0 {
  margin-top: 0;
}
.m-policy_text dl.mb-0,
.m-policy_text ul.mb-0,
.m-policy_text p.mb-0 {
  margin-bottom: 0;
}
.m-policy_text dl,
.m-policy_text ul {
  margin-top: 2em;
}
.m-policy_text dd {
  margin-bottom: 2em;
}
.m-policy_text ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
.m-policy_text p {
  margin-bottom: 2em;
}

#footer .content {
  width: 100%;
  background-color: rgba(51, 59, 103, 0.8);
  color: #fff;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
}
@media (max-width: 767px) {
  #footer .content {
    height: 100dvh;
    overflow: auto;
    transition-duration: 0.3s;
    transition-property: height;
  }
}
@media (min-width: 768px) {
  #footer .nav_wrap {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#footer .logo {
  width: 157px;
}
#footer .nav {
  max-height: 200px;
  font-size: 0.875rem;
  transition-duration: 0.3s;
  transition-property: max-height, opacity;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #footer .nav {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  #footer .nav {
    max-height: 600px;
    font-size: 0.875rem;
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  #footer .nav ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 20px 60px;
    padding-right: 140px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  #footer .nav ul {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  #footer .nav ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer .nav ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer .nav ul li.empty_block {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer .nav ul .btn_contact_wrap {
    position: absolute;
    top: 0;
    right: 90px;
  }
}
@media (max-width: 767px) {
  #footer .nav ul .btn_contact_wrap {
    margin-top: 30px;
  }
}
#footer .nav ul .btn_contact {
  max-width: 104px;
  width: 100%;
}
#footer .btn_down {
  position: absolute;
  top: 25px;
  right: 6px;
}
@media (max-width: 767px) {
  #footer .btn_down {
    top: 34px;
  }
}
@media (max-width: 767px) {
  #footer.is-hide .content {
    height: 62px;
  }
}
#footer.is-hide .content .nav_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer.is-hide .content .nav {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
#footer.is-hide .btn_down {
  top: 14px;
  transform: rotateZ(180deg);
}

.js-footer_hidden_sync.is-hide {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    border-right: 1px solid #DBDBDB;
  }
}
@media (max-width: 767px) {
  .sidebar {
    min-height: 56px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
  }
}
.sidebar .sidebar_btn {
  width: 30px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.sidebar .sidebar_btn span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #333B67;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.sidebar .sidebar_btn span:first-of-type {
  top: 0;
}
.sidebar .sidebar_btn span:nth-of-type(2) {
  top: 50%;
}
.sidebar .sidebar_btn span:last-of-type {
  bottom: 0;
}
@media (max-width: 767px) {
  .sidebar .sidebar_body {
    width: 100%;
    min-height: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: min-height, padding-top, padding-bottom, opacity;
    z-index: -1;
  }
}
.sidebar .logo {
  width: 177px;
}
@media (max-width: 767px) {
  .sidebar .sidebar_nav {
    width: 200px;
  }
}
.sidebar .sidebar_nav li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sidebar .sidebar_nav .nav_btn {
  text-align: center;
  font-size: 1rem;
  padding: 13px 5px;
}
.sidebar .sidebar_nav .nav_btn.is_small {
  font-size: 0.875rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sidebar.is-show .sidebar_btn span:first-of-type {
  transform: rotate(45deg);
  top: 7px;
}
.sidebar.is-show .sidebar_btn span:nth-of-type(2) {
  opacity: 0;
}
.sidebar.is-show .sidebar_btn span:last-of-type {
  transform: rotate(-45deg);
  bottom: 7px;
}
@media (max-width: 767px) {
  .sidebar.is-show .sidebar_body {
    min-height: 100dvh;
    opacity: 1;
    z-index: 1;
    overflow: auto;
  }
}

.c-home_header {
  display: flex;
  justify-content: center;
  padding: 80px 10px 24px;
  position: fixed;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-home_header {
    width: calc(1440px - 240px * 2);
    max-width: calc(100% - 240px * 2);
    background-color: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .c-home_header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .c-home_header {
    justify-content: flex-end;
    padding: 0;
    top: 12px;
    right: 15px;
    z-index: 10;
  }
}
.c-home_header ul {
  display: flex;
  align-items: center;
  gap: 7px;
}
.c-home_header ul .link_icon {
  opacity: 0.3;
  position: relative;
  z-index: 1;
  transition-duration: 0.3s;
  transition-property: opacity;
}
@media (min-width: 768px) {
  .c-home_header ul .link_icon .img {
    width: 60px;
    height: 60px;
  }
}
.c-home_header ul .link_icon .tip {
  width: max-content;
  height: 0;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 0.75rem;
  padding: 5px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 0;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-home_header ul .link_icon .tip {
    top: 32px;
    left: auto;
    right: 0;
  }
}
.c-home_header ul .link_icon:hover {
  opacity: 1;
}
.c-home_header ul .link_icon:hover .tip {
  height: auto;
  opacity: 1;
  z-index: 1;
}
.c-home_header ul .link_icon.is-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-sidebar_right {
    border-left: 1px solid #DBDBDB;
  }
}
@media (max-width: 767px) {
  .c-sidebar_right {
    display: none;
  }
}
.c-sidebar_right .sec_title {
  color: #333B67;
  font-size: 1.25rem;
  margin-bottom: 26px;
}
.c-sidebar_right .news_list li {
  border-left: 1px solid #333B67;
}
@media (min-width: 768px) {
  .c-sidebar_right .news_list li {
    padding: 5px 0 16px 0;
  }
}
.c-sidebar_right .news_list li .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
}
.c-sidebar_right .news_list li .date {
  font-size: 0.625rem;
}
.c-sidebar_right .news_list li .category {
  background-color: rgba(51, 59, 103, 0.8);
  color: #fff;
  font-size: 0.5rem;
  padding: 0 5px;
}
.c-sidebar_right .news_list li .title {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 15px;
  margin-left: 5px;
}
.c-sidebar_right .news_list li .text {
  font-size: 0.8125rem;
  margin-left: 10px;
}
.c-sidebar_right .news_list li:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sp_sidebar_right {
    display: none;
  }
}
.sp_sidebar_right .c-sidebar_right {
  display: block;
}
.sp_sidebar_right .c-sidebar_right .u-footer_pb {
  padding-bottom: 0;
}

.c-ratings .post-ratings {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  font-size: 0.5rem;
}

.home {
  background-color: #FBFBFB;
}
.home #main {
  padding-top: 80px;
}
.home #main .art_list {
  max-width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home #main .art_list {
    padding-top: 90px;
  }
}
.home #main .art_list.list_pic {
  width: 610px;
}
.home #main .art_list.list_pic article:not(:last-of-type) {
  margin-bottom: 85px;
}
.home #main .art_list.list_pic article .pic_hidden {
  display: none;
}
.home #main .art_list.list_comment {
  width: 643px;
}
.home #main .art_list.list_comment article {
  border: 1px solid #000;
  padding: 44px 44px 40px 40px;
}
@media (max-width: 1023px) {
  .home #main .art_list.list_comment article {
    padding: 20px;
  }
}
.home #main .art_list.list_comment article:not(:last-of-type) {
  margin-bottom: 180px;
}
.home #main .art_list.list_comment article .info {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 17px;
}
.home #main .art_list.list_comment article .info .img {
  max-width: 60%;
  width: 263px;
}
.home #main .art_list.list_comment article .info .text {
  max-width: calc(100% - 263px - 28px);
  min-width: 40%;
}
.home #main .art_list.list_comment article .info .text .title {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.home #main .art_list.list_comment article .info .text .artist_name {
  font-size: 0.9375rem;
}
.home #main .art_list.list_comment article .comment {
  font-size: 0.875rem;
  line-height: 1.9;
}
.home #main .art_list.list_comment article .curator_name {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 10px;
}

.post-type-archive-post #main .news_list_wrap,
.category #main .news_list_wrap {
  max-width: 100%;
  width: 843px;
  margin: 0 auto;
}
.post-type-archive-post #main .news_list article,
.category #main .news_list article {
  border-bottom: 1px solid rgba(51, 59, 103, 0.8);
  padding: 36px 0 15px 10px;
}
.post-type-archive-post #main .news_list .info,
.category #main .news_list .info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.post-type-archive-post #main .news_list .info .date,
.category #main .news_list .info .date {
  font-size: 0.75rem;
}
.post-type-archive-post #main .news_list .info .category,
.category #main .news_list .info .category {
  background-color: rgba(51, 59, 103, 0.8);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 2px 10px;
}
.post-type-archive-post #main .news_list .title,
.category #main .news_list .title {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.post-type-archive-post #main .news_list .text,
.category #main .news_list .text {
  font-size: 0.8125rem;
  line-height: 1.7;
}
.post-type-archive-post #main .news_list .text p,
.category #main .news_list .text p {
  margin-bottom: 0.8em;
}

.post-type-archive-artists {
  background-color: #FBFBFB;
}
.post-type-archive-artists #main .m-card .info {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.post-type-archive-artists #main .m-card .info .img {
  width: 85px;
  height: 85px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-type-archive-artists #main .m-card .info .img {
    width: 50px;
    height: 50px;
  }
}
.post-type-archive-artists #main .m-card .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-type-archive-artists #main .m-card .info .name_wrap {
  width: calc(100% - 85px - 16px);
}
@media (max-width: 1023px) {
  .post-type-archive-artists #main .m-card .info .name_wrap {
    width: calc(100% - 50px - 16px);
  }
}
.post-type-archive-artists #main .m-card .info .name_label {
  font-size: 0.8125rem;
}
.post-type-archive-artists #main .m-card .info .name {
  font-size: 0.9375rem;
}
.post-type-archive-artists #main .m-card .text {
  font-size: 0.8125rem;
}

.single-artists {
  background-color: #FBFBFB;
}
.single-artists #main .main_contents {
  width: 953px;
}
.single-artists #main .img {
  width: 252px;
}
.single-artists #main .img img {
  border-radius: 50%;
}
.single-artists #main .art_list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 44px;
  width: 877px;
}
.single-artists #main .art_list li {
  width: calc(50% - 22px);
}
@media (min-width: 1024px) {
  .single-artists #main .art_list li {
    width: calc(33.3333% - 29.3333333333px);
  }
}

.post-type-archive-curators {
  background-color: #FBFBFB;
}
.post-type-archive-curators #main .card_list {
  width: 972px;
  gap: 43px 36px;
}
.post-type-archive-curators #main .card_list .info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding-bottom: 8px;
  margin-bottom: 6px;
}
.post-type-archive-curators #main .card_list .info .img {
  max-width: 222px;
  width: 100%;
  aspect-ratio: 1;
}
.post-type-archive-curators #main .card_list .info .img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.post-type-archive-curators #main .card_list .info .name_label {
  font-size: 0.75rem;
}
.post-type-archive-curators #main .card_list .info .name {
  font-size: 0.875rem;
  font-weight: 600;
}
.post-type-archive-curators #main .card_list .text {
  font-size: 0.8125rem;
}

.single-curators {
  background-color: #FBFBFB;
}
.single-curators #main .m-introduction .img {
  width: 324px;
}
.single-curators #main .m-introduction .img img {
  border-radius: 30px;
}
.single-curators #main .art_list_sec .title_border {
  font-size: 2rem;
  border-bottom: 2px solid rgba(51, 59, 103, 0.8);
}
.single-arts {
  background-color: #FBFBFB;
}
.single-arts #main .art_wrap {
  width: 545px;
}
.single-arts #main .art_wrap mediaelementwrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-arts #main .art_wrap mediaelementwrapper .wp-video-shortcode {
  width: auto !important;
  height: auto !important;
}
.single-arts #main .art_wrap .mejs-controls {
  opacity: 0 !important;
  transition: all 0.5s ease;
}
.single-arts #main .art_wrap .mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}
.single-arts #main .art_wrap .art_img img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-arts #main .art_wrap .art_info {
  width: 545px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.single-arts #main .art_wrap .art_info .title {
  font-size: 1.5rem;
}
.single-arts #main .art_wrap .art_info .artist_name {
  font-size: 1.25rem;
  position: relative;
}
.single-arts #main .art_wrap .art_info .artist_name:after {
  content: "";
  display: block;
  max-width: 100%;
  width: 444px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.single-arts #main .art_wrap .art_info .c-ratings {
  position: absolute;
  top: 14px;
  right: 20px;
}
.single-arts #main .artist_wrap .more_btn,
.single-arts #main .curator_wrap .more_btn {
  width: 124px;
  font-size: 0.8125rem;
}
.single-arts #main .artist_wrap {
  width: 750px;
}
.single-arts #main .artist_wrap .img {
  width: 200px;
}
.single-arts #main .artist_wrap .img img {
  border-radius: 50%;
}
.single-arts #main .curator_wrap {
  width: 890px;
  border: 1px solid rgba(51, 59, 103, 0.8);
}
.single-arts #main .curator_wrap .art_text {
  line-height: 2;
}
.single-arts #main .curator_wrap .m-introduction {
  width: 650px;
  gap: 30px;
}
.single-arts #main .curator_wrap .img {
  width: 180px;
}
.single-arts #main .curator_wrap .img img {
  border-radius: 30px;
}
@media (min-width: 768px) {
  .single-arts #main .curator_wrap .info {
    width: calc(100% - 180px - 30px);
  }
}
.single-arts #main .curator_wrap .name_label {
  font-size: 0.8125rem;
}
.single-arts #main .curator_wrap .name {
  font-size: 1rem;
}
.single-arts #main .btn_wrap {
  width: 434px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.single-arts #main .btn_howto {
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-arts #main .btn_howto {
    width: 168px;
  }
}
.single-arts #main .btn_buy {
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-arts #main .btn_buy {
    width: 213px;
  }
}

.page-law main .info_table {
  line-height: 2;
}
.page-law main .info_table tr {
  border-bottom: 1px solid #000;
}
.page-law main .info_table th,
.page-law main .info_table td {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .page-law main .info_table th,
  .page-law main .info_table td {
    display: block;
  }
}
.page-law main .info_table th {
  text-align: left;
}
@media (min-width: 768px) {
  .page-law main .info_table th {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .page-law main .info_table td {
    width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  .page-law main .info_table td {
    padding-top: 0;
  }
}

.page-whats-digigaro #main .text p {
  line-height: 2;
  margin-bottom: 2em;
}
.page-whats-digigaro #main .text .p_block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.page-how-to-use-digigaro {
  background-color: #fff;
}
.page-how-to-use-digigaro #main .look_for {
  width: 550px;
  border: 1px solid #333B67;
  background-color: rgba(217, 217, 217, 0.2);
  padding: 36px 20px;
}
@media (min-width: 768px) {
  .page-how-to-use-digigaro #main .look_for {
    display: flex;
    justify-content: space-around;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .page-how-to-use-digigaro #main .look_for {
    padding: 20px;
  }
}
.page-how-to-use-digigaro #main .look_for .m-btn-outline-main {
  max-width: 100%;
  width: 180px;
  text-align: center;
  padding: 13px 8px;
}
@media (max-width: 767px) {
  .page-how-to-use-digigaro #main .look_for .m-btn-outline-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page-how-to-use-digigaro #main .look_for .m-btn-outline-main:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.page-how-to-use-digigaro #main .art_card_wrap {
  width: 763px;
}
.page-how-to-use-digigaro #main .art_card_wrap .title {
  font-size: 1.5rem;
}
.page-how-to-use-digigaro #main .art_card_wrap .name {
  font-size: 0.9375rem;
}
.page-how-to-use-digigaro #main .art_card_wrap .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 70px);
  border: 1px solid #000;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .page-how-to-use-digigaro #main .art_card_wrap .text {
    font-size: 0.875rem;
  }
}
.page-how-to-use-digigaro #main .screenshot {
  width: 422px;
}

.page-contact #main .form_table {
  width: 695px;
}
@media (min-width: 768px) {
  .page-contact #main .form_table th {
    width: 170px;
    text-align: right;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .page-contact #main .form_table th {
    display: block;
  }
}
.page-contact #main .form_table td {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .page-contact #main .form_table td {
    width: calc(100% - 170px);
  }
}
@media (max-width: 767px) {
  .page-contact #main .form_table td {
    display: block;
    margin-bottom: 30px;
  }
}
.page-contact #main .form_table td p {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.page-contact #main .form_table td .hidden {
  display: none;
}
.page-contact #main .form_table input[type=text], .page-contact #main .form_table input[type=email] {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
  text-indent: 10px;
}
.page-contact #main .form_table textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-contact #main .form_table .name_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.page-contact #main .form_table .name {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .page-contact #main .form_table .name:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.page-contact #main .form_table .name .label {
  width: 45px;
  text-align: right;
  padding-right: 12px;
}
.page-contact #main .form_table .name input {
  width: calc(100% - 45px);
}
.page-contact #main .submit_btn {
  padding: 14px 20px;
}