@charset "utf-8";
/* CSS Document */
/* ----- header ----- */
body > header {
  width: 100%;
}
body.index > header.index > div {
  position: relative;
  height: 31.66em;
}
header {
  width: 100%;
  background-color: transparent;
}
.header_title {
  display: none;
}
header > div > h1 {
  display: inline-block;
  position: absolute;
  bottom: 0.83em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  font-family: 'EB Garamond','Shippori Mincho';
  text-shadow: #fff 0.016em 0.016em 0.083em;
}
header > div > h1 > div {
  display: flex;
  align-items: flex-end;
}
header > div > h1 > div > span:nth-child(1) {
  font-size: 4em;
}
header > div > h1 > div > span:nth-child(2) {
  font-size: 1.33em;
  font-weight: 500;
}
header > div > h1 > span {
  padding-left: 1.2em;
  font-size: 0.5em;
  color: #5A5958;
}
header > nav {
  font-family:'Shippori Mincho';
}
.header {
  transition: all .3s linear;
}
.header.change_color {
  background-color: #fff;
  transition: all .3s linear;
}

/* ----- main ----- */
main {
  padding: 0;
}
h2 {
  display: block;
  margin-bottom: 0.8em;
  font-size: 3.33em;
  font-family: 'Noto Sans JP';
}

/* ----- #section_firstview ----- */
#section_firstview {
  position: relative;
  width: 100vw;
  height: 31.66em;
  overflow: hidden;
}
#section_firstview h1 {
  position: absolute;
  display: block;
  z-index: 10;
  bottom: 2.5em;
  width: 100vw;
  padding-left: 1em;
  font-weight: 500;
  font-family: 'EB Garamond','Shippori Mincho';
  text-shadow: #fff 0.016em 0.016em 0.083em;
}
h1 span:nth-child(1) {
  font-weight: 600;
  font-size: 3em;
}
h1 span:nth-child(2) {
  font-size: 1.2em;
}
h1 span:nth-child(3) {
  display: block;
  font-size: 1.8em;
  color: #5A5958;
}

/* ----- #section_topnews ----- */
#section_topnews {
  padding: 2em;
  background-color: #404040;
  color: #fff;
}
#section_topnews dt {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding-bottom: 0.3em;
}
#section_topnews dt > span {
  position: relative;
  vertical-align: middle;
}
#section_topnews dt > span::before {
  content: "|";
  margin: 0.8em;
}
#section_topnews dt > span::after {
  display: inline-block;
  content: "NEW";
  padding: 0.13em 0.8em;
  margin-left: 0.8em;
  font-family: 'EB Garamond';
  font-size: 0.86em;
  color: #fff;
  background-color: #ef4573;
}
#section_topnews dd {
  overflow-wrap: break-word;
}
#section_topnews .sns_link {
  display: none;
}

/* ----- #section_profile ----- */
#section_profile {
  padding: 3em 1em;
}
.profile_title > img {
  width: 100%;
  height: 16.66em;
  object-fit: cover;
  object-position: top;
}
.profile_title h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8em;
  font-size: 3.33em;
  font-weight: 500;
  font-family: 'EB Garamond','Shippori Mincho';
}
.profile_title span:nth-child(2) {
  margin-top: 0.6em;
  font-weight: 600;
}
.profile_detail {
  display: inline-block;
  padding: 2em 0 3.5em;
  width: 100%;
  text-align: center;
}
.profile_detail p {
  line-height: 2em;
}

/* ----- #section_news ----- */
#section_news {
  padding: 3em 1em;
}
#section_news ul {
  margin-bottom: 4em;
}
#section_news li {
  position: relative;
  padding: 1em 0;
  border-top: solid #c9c9c9 0.06em;
}
#section_news li:last-child {
  border-bottom: solid #c9c9c9 0.06em;
}
#section_news li > a {
  display: block;
}
#section_news li > a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 0.66em;
  height: 0.66em;
  border-top: 0.2em solid #000;
  border-right: 0.2em solid #000;
  transform: rotate(45deg);
  transition: all .3s;
}
#section_news li > a:hover::after {
    right: -0.33em;
}
#section_news dl {
  display: block;
  position: relative;
}
#section_news dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.33em 0 0.53em;
  margin-right: 1.33em;
  font-weight: 400;
}
#section_news dt > span {
  position: relative;
  vertical-align: middle;
}
#section_news dt > span::before {
  content: "|";
  margin: 0.8em;
}
#section_news dt > span::after {
  display: inline-block;
  content: "NEW";
  padding: 0.13em 0.8em;
  margin-left: 0.8em;
  font-family: 'EB Garamond';
  font-size: 0.86em;
  color: #fff;
  background-color: #ef4573;
}
#section_news dd {
  padding: 0 0.33em 0;
  margin-right: 1.33em;
}
#section_news dd:hover {
  font-weight: 600;
}

/* ----- #section_artwork ----- */
#section_artwork_slider {
  width: 100vw;
  padding: 3em 0;
  overflow: hidden;
}

/* ----- #section_artwork ----- */
#section_artwork {
  padding: 3em 1em 6em;
}
.artwork_detail {
  margin: 3.33em 0 4.66em;
  text-align: center;
}
/* ----- slider setting ----- */
.artwork_slider {
  display: block;
  padding: 0;
}
.top_slider {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top_slider img{
  width: 100%;
  height: 31.66em;
  object-fit: cover;
  object-position: top;
}
.top_slider .slick-dots {
  bottom: 0.66em;
}

.artwork_slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.artwork_slider img{
  height: 26.66em;
  width: 100%;
  object-fit: cover;
}
.slick-dots {
  bottom: 0.66em;
}
.slick-dotted.slick-slider
{
  margin-bottom: 0;
}
.slick-dots li button:before {
font-size: 20px;
  opacity: 100;
  color: #fff;
}
.slick-dots li.slick-active button:before
{
  opacity: 100;
  color: #969696;
}
/*slick setting*/
.artwork_slider .prev:before,
.artwork_slider .next:before {
  color: #000;
}
  .slick-next{
  right: 0;
  }
  .slick-prev{
  left: 0;
  }
  .slick-arrow{
  color: #000;
  z-index: 2;
  bottom: -2.66px;
  }
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.slick-prev, .slick-next {
  font-size: 1em;
}
.slick-arrows {
  position: absolute;
  bottom: -8%;
}
.artwork_slider_arrows {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
  font-size: 0.9em;
  font-weight: 600;
}
.artwork_slider_arrows > .back {
  position: relative;
  display: block;
  margin-right: 2em;
}
.artwork_slider_arrows > .back::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2em;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.25em solid #000;
  border-right: 0.25em solid #000;
  transform: rotate(-135deg);
}
.artwork_slider_arrows > .next {
  position: relative;
  display: block;
  margin-left: 2em;
}
.artwork_slider_arrows > .next::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2em;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.25em solid #000;
  border-right: 0.25em solid #000;
  transform: rotate(45deg);
}


/* ---- 360px ---- */ 

@media screen and (max-width:374px) {
  body {
    font-size: 4vw;
  }
}

/* ---- TAB ---- */ 

@media screen and (min-width:768px) {
  body {
    font-size: 16px;
  }

  main {
    margin: 0 auto;
  }
  .inner {
	margin: 0 auto;
    padding: 0 1.5em;
    max-width: 768px;
  }
  #section_firstview h1 {
	padding-left: 2em;
  }
  #section_firstview h1 {
    justify-content: flex-start;
  }
  h1 span:nth-child(1) {
    font-weight: 500;
  }
  .top_slider .slick-dots {
    text-align: right;
    padding-right: 2em;
  }
  #section_topnews {
    padding: 1.5em 0.5em;
  }
  #section_topnews > div {
	padding: 0 1.5em;
	max-width: 768px;
    margin: 0 auto;
  }
  #section_topnews dl > div {
    display: flex;
    align-items: center;
  }
  #section_topnews dt {
    width: 32%;
	padding-bottom: 0;
  }
  #section_topnews dd {
    width: 68%;
  }
  .profile_title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .profile_title img {
    display: block;
    width: 60%;
  }
  .profile_detail {
    padding: 3.33em 0 4.66em;
 }
  #section_profile {
    padding: 6em 0.5em 3em;
  }
  #section_news {
    padding: 3em 0.5em;
  }
  #section_artwork_slider {
    padding: 3em 0;
  }
  #section_artwork {
    padding: 3em 0.5em 6em;
  }
  .section_artwork_slider {
    width: 100%;
  }
  .artwork_slider img {
    height: 35.66em;
	object-position: 50% 10%;
  }
}

/* ---- PC ---- */ 

@media screen and (min-width:1024px) {
  body {
    font-size: 16px;
  }
  #section_header {
	max-width: 1920px;
  }
  #section_header > div {
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
  }
  #section_firstview {
    height: 40em;
  }
  #section_firstview h1 {
	left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
  }
  .top_slider img {
    height: 40em;
	object-position: 0 10%;
  }
  #section_topnews > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
  }
  #section_topnews > div > a {
	width: 800px;
  }
  #section_topnews dd {
	width: 65%;
  }
  #section_topnews .sns_link {
    display: block;
    width: 150px;
    text-align: center;
  }
  #section_topnews .sns_link span {
    margin-right: 0.3em;
  }
  #section_topnews .sns_link a {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.5em;
}
  .top_slider .slick-dots {
	left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
	padding-right: 0;
  }
  .profile_title img {
    width: 50%;
  }
  .profile_title h2 {
    font-size: 4.33em;
  }
}