@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline:0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/***************** summary *****************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

.mt_50 {
  margin-top: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.mt_45 {
  margin-top: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.mt_40 {
  margin-top: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.mt_35 {
  margin-top: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.mt_25 {
  margin-top: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mt_5 {
  margin-top: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mt_0 {
  margin-top: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.mb_0 {
  margin-bottom: 0px;
}

.ml_0 {
  margin-left: 0px;
}

.pt_50 {
  padding-top: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.pt_45 {
  padding-top: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.pt_40 {
  padding-top: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.pt_35 {
  padding-top: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.pt_30 {
  padding-top: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pt_25 {
  padding-top: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.pt_20 {
  padding-top: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.pt_15 {
  padding-top: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.pt_10 {
  padding-top: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pt_5 {
  padding-top: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pt_0 {
  padding-top: 0px;
}

.pr_0 {
  padding-right: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pl_0 {
  padding-left: 0px;
}

/***************** Base *****************/
/*** body ***/
body {
  scroll-behavior: smooth;
  overflow: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  background-color: #373240;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 414px) {
  body {
    font-size: 11.2px;
    font-size: 0.7rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.scrollStop {
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  cursor: pointer;
}
a:link {
  color: #555;
  text-decoration: none;
}
a:visited {
  color: #555;
  text-decoration: none;
}
a:hover, a:focus {
  color: #555;
  text-decoration: underline;
}

body {
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  right: 0;
}

/* header
/************************************************************/
header {
  z-index: 1000;
  height: 100%;
}
header > div, header span {
  box-sizing: border-box;
}
header .siteLink {
  z-index: 1000;
  width: 100px;
  float: right;
  height: 100%;
  text-align: center;
}
header #navBtn {
  width: 70px;
  display: block;
  color: #fff;
  height: 80px;
  padding: 0;
}
header #navBtn .circle {
  cursor: pointer;
  display: block;
  width: 70px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  transition: background 0.5s;
}
header #navBtn .circle:before, header #navBtn .circle:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
  -webkit-transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  left: 50%;
}
header #navBtn .circle:before {
  transform: translate(-50%, 35px);
  -webkit-transform: translate(-50%, 35px);
}
header #navBtn .circle:after {
  transform: translate(-50%, 45px);
  -webkit-transform: translate(-50%, 45px);
}
header #navBtn .circle.open:before {
  transform: translate(-50%, 40px) rotate(45deg);
  -webkit-transform: translate(-50%, 40px) rotate(45deg);
}
header #navBtn .circle.open:after {
  transform: translate(-50%, 40px) rotate(-45deg);
  -webkit-transform: translate(-50%, 40px) rotate(-45deg);
}
header #navBtn i {
  display: none;
}
header #listBtn {
  background: url("../../images/icon_list.png") no-repeat 50% 50%;
  background-size: auto 18px;
  border-top: solid 1px #373240;
  padding: 0;
  margin: 0;
}
header #listBtn a {
  display: block;
  width: 70px;
  height: 70px;
}
header nav {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 50, 64, 0.9);
  padding: 10% 20%;
  box-sizing: border-box;
}
header nav .name {
  font-family: 'Berkshire Swash';
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 414px) {
  header nav .name {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
}
header nav ul.nav {
  margin-bottom: 40px;
}
header nav ul.nav > li {
  font-family: 'Berkshire Swash';
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: rgba(225, 225, 225, 0.3) solid 1px;
}
@media only screen and (max-width: 414px) {
  header nav ul.nav > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
header nav ul.nav > li a {
  display: block;
  padding: 2% 1%;
}
header nav ul.nav > li a:link, header nav ul.nav > li a:visited, header nav ul.nav > li a:hover, header nav ul.nav > li a:focus {
  color: #fff;
}
header nav ul.nav > li:first-child {
  border-top: rgba(225, 225, 225, 0.3) solid 1px;
}
header nav ul.nav > li ul {
  padding: 0 2%;
}
header nav ul.nav > li ul > li {
  font-size: 16px;
  font-size: 1rem;
  border-top: rgba(225, 225, 225, 0.3) dashed 1px;
}
@media only screen and (max-width: 414px) {
  header nav ul.nav > li ul > li {
    font-size: 11.2px;
    font-size: 0.7rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
header nav .copyrightLink {
  text-align: right;
  margin-top: -2em;
}
header nav .copyrightLink a {
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1.8em 0.5em 4em;
  text-decoration: none;
  border: rgba(225, 225, 225, 0.6) 2px solid;
  position: relative;
  transition: all 0.5s;
}
header nav .copyrightLink a:before {
  transition: all 0.5s;
  position: absolute;
  top: 0.9em;
  left: 1.8em;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 1.5em 0 0;
  border: 3px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
}
header nav .copyrightLink a:hover {
  color: #373240;
  background-color: #fff;
}
header nav .copyrightLink a:hover:before {
  border-left: 8px solid #373240;
}
header.open {
  width: 100%;
}
header.open nav {
  display: block;
}

@media screen and (orientation: landscape) {
  header #navBtn {
    margin-top: 20px;
  }
  header #listBtn {
    margin-right: 30px;
  }
}
@media screen and (orientation: portrait) {
  header {
    width: 100%;
    height: auto;
  }
  header .siteLink {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
  }
  header .siteLink > div {
    float: left;
  }
  header #navBtn {
    background-color: #555;
    width: 50%;
    height: 45px;
  }
  header #navBtn .circle {
    width: 100%;
    height: 45px;
  }
  header #navBtn .circle:before {
    transform: translate(-50%, 18px);
    -webkit-transform: translate(-50%, 18px);
  }
  header #navBtn .circle:after {
    transform: translate(-50%, 28px);
    -webkit-transform: translate(-50%, 28px);
  }
  header #navBtn .circle.open:before {
    transform: translate(-50%, 23px) rotate(30deg);
    -webkit-transform: translate(-50%, 23px) rotate(30deg);
  }
  header #navBtn .circle.open:after {
    transform: translate(-50%, 23px) rotate(-30deg);
    -webkit-transform: translate(-50%, 23px) rotate(-30deg);
  }
  header nav {
    padding: 20% 5% 10%;
  }
  header nav .copyrightLink {
    text-align: left;
    margin-top: 3em;
  }
  header #listBtn {
    background-color: #555;
    border-top: none;
    border-left: solid 1px #373240;
    box-sizing: border-box;
    width: 50%;
  }
  header #listBtn a {
    width: 100%;
    height: 45px;
  }
}
/************************************************************/
#scroll_move {
  color: #fff;
  text-align: center;
  font-family: 'Berkshire Swash';
  letter-spacing: 0.1em;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 80px;
  z-index: 998;
  transform: translateX(-50%);
  display: block;
  opacity: 0;
}
#scroll_move:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
#scroll_move.fadeOut {
  animation: fadeOut 1s;
  animation-fill-mode: both;
}
#scroll_move.fadeIn {
  animation: fadeIn 2s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    bottom: 50px;
    opacity: 0;
  }
  30% {
    height: 4px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (orientation: portrait) {
  /*
#scroll_move {
  bottom: 40px;
}*/
}
/************************************************************/
#snsBtn p {
  color: #fff;
  display: inline-block;
  font-family: 'Berkshire Swash';
}
#snsBtn ul {
  display: inline-block;
}
#snsBtn ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
#snsBtn ul li img {
  max-width: 24px;
  height: auto;
}
#snsBtn ul li:first-child {
  margin-left: 30px;
}

/* footer
/************************************************************/
footer {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Berkshire Swash';
  letter-spacing: 0.1em;
  border-top: #ffffff38 1px solid;
  margin-top: 100px;
  padding: 15px 0;
}
@media only screen and (max-width: 414px) {
  footer {
    font-size: 8.4px;
    font-size: 0.525rem;
  }
}

@media only screen and (max-width: 414px) {
  footer {
    margin-top: 0;
  }
}
/*
@media screen and (orientation: portrait) {
  //縦向き
body#top {
  footer {
    padding-bottom: 120px;
  }
}
body#sub {
  footer {
    padding-bottom: 50px;
  }
}
}*/
/* modal
/************************************************************/
#modalScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #373240;
  display: none;
  z-index: 1000;
  text-align: center;
}
#modalScreen .modal {
  display: none;
  height: 100vh;
}
#modalScreen .modal .img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  max-width: 890px;
  width: 74%;
  max-height: 90%;
}
#modalScreen .modal .img img {
  max-width: 100%;
  /*
  max-height: 90vh;
  height: auto;
  padding: 5vh 0;*/
  max-height: 70vh;
  height: auto;
  padding: 10vh 0 3vh;
}
#modalScreen .modal .img .caption {
  position: absolute;
  bottom: -13%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px rgba(55, 50, 64, 0.7);
  padding: 10px 30px;
}
@media only screen and (max-width: 414px) {
  #modalScreen .modal .img .caption {
    font-size: 9.8px;
    font-size: 0.6125rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#modalScreen::before {
  content: '';
  position: fixed;
  top: 10%;
  left: 50%;
  width: 70%;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 100%;
  mix-blend-mode: hard-light;
  filter: blur(50px);
  opacity: 0.5;
}
#modalScreen #closeBtn {
  position: fixed;
  width: 70px;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  height: 100px;
}
@media only screen and (max-width: 414px) {
  #modalScreen #closeBtn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#modalScreen #closeBtn .circle {
  cursor: pointer;
  display: block;
  width: 70px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 50000;
}
#modalScreen #closeBtn .circle:before, #modalScreen #closeBtn .circle:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
}
#modalScreen #closeBtn .circle:before {
  transform: translate(-50%, 40px) rotate(45deg);
  -webkit-transform: translate(-50%, 40px) rotate(45deg);
}
#modalScreen #closeBtn .circle:after {
  transform: translate(-50%, 40px) rotate(-45deg);
  -webkit-transform: translate(-50%, 40px) rotate(-45deg);
}
#modalScreen #closeBtn i {
  font-style: normal;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (orientation: landscape) {
  #modalScreen #closeBtn {
    right: 30px;
    top: 20px;
  }
}
/***************** sub *****************/
/* Art List
/************************************************************/
html {
  height: 100%;
}

body#sub,
body#listpage {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#contents {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  flex: 1;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #contents {
    width: 840px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #contents {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #contents {
    width: 100%;
  }
}

#board_move {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  max-width: 360px;
  transform: translate(-50%, -30%);
  opacity: 0;
}
#board_move .board {
  width: 100%;
  height: auto;
}

#board_move.downBoard {
  animation: board_appear_mv 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes board_appear_mv {
  0% {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -30%);
    opacity: 1;
  }
}
#artList {
  padding-top: 45%;
}
#artList #artListPaint {
  border-bottom: #ffffff38 solid 1px;
  margin-bottom: 30px;
}
#artList #artListPaint,
#artList #illustListPaint {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#artList #artListPaint .list,
#artList #illustListPaint .list {
  width: 18%;
  margin: 0 1% 30px;
  height: 10vh;
  overflow-y: hidden;
  position: relative;
}
#artList #artListPaint .list img,
#artList #illustListPaint .list img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #artList {
    padding: 45% 2% 0;
  }
  #artList #artListPaint .list,
  #artList #illustListPaint .list {
    width: 29%;
    margin: 0 2% 30px;
  }
}
@media only screen and (max-width: 414px) {
  #artList {
    padding: 45% 2% 0;
  }
  #artList #artListPaint .list,
  #artList #illustListPaint .list {
    width: 29%;
    margin: 0 2% 30px;
  }
}
/* sub
/************************************************************/
body#sub #contents {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  flex: 1;
  padding-top: 100px;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  body#sub #contents {
    width: 840px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) {
  body#sub #contents {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  body#sub #contents {
    width: 100%;
  }
}
body#sub #contents h1 {
  color: #fff;
  font-weight: normal;
  font-size: clamp(20px, 2vw, 30px);
  padding-bottom: 3em;
}
body#sub #contents p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2.0;
  color: #fff;
  padding-bottom: 1.5em;
}

@media only screen and (min-width: 415px) and (max-width: 1023px) {
  body#sub #contents {
    padding: 100px 5% 50px;
  }
}
@media only screen and (max-width: 414px) {
  body#sub #contents {
    padding: 100px 5% 50px;
  }
}

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