@charset "UTF-8";


@media screen and (max-width:960px) {
  #artworksMainWrapper{
    width: 360px;
  }
  .resp_br{
    display: block;
  }
}

@media screen and (min-width:960px) {
  #artworksMainWrapper{
    width: 960px;
  }
  .resp_br{
    display: none;
  }
}

#artworksMainWrapper{
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0px;
  height: auto;
  font-size: 0;
}
/***************************************************************/
.categoryContainer{
  width: 90%;
  margin: auto;
  left:0;
  right: 0;
  font-size: 18px;
  height: 30px;
  margin-bottom: 20px;
  text-align: left;
}
/*↓このページだけは・・・*/
#navarea{
  height: 60px;
}
.artworkCategoly{
  font-size: 30px;
}

.artWorksContainer{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.borderContainer{
  box-sizing: border-box;
  border: solid 2px gray;
  border-radius: 5px;
}

.artWorksContainer img{
  display: inline-block;
  position: absolute;
  margin: auto;
  left:0;
  right: 0;
  top:0;
  bottom:0;
}

hr{
  border: solid 1px #bbbbbb;
}

.artWorksContainer video{
  width: 100%;
  height: 90%;
  object-fit: contain;
}

/* $$$$$$$$   1Lines  $$$$$$$$$  */
@media screen and (max-width:960px){
  .portrait1Lines{
    width: 356px;
    height: 520px;
    margin: 2px 2px;
  }
  .square1Lines{
    width: 356px;
    height: 356px;
    margin: 2px 2px;
  }
  .landscape1Lines{
    width: 356px;
    height: 210px;
    margin: 2px 2px;
  }
}

@media screen and (min-width:960px){
  .portrait1Lines{
    width: 536px;
    height: 800px;
    margin: 2px 2px;
  }
  .square1Lines{
    width: 536px;
    height: 536px;
    margin: 2px 2px;
  }
  .landscape1Lines{
    width: 536px;
    height: 300px;
    margin: 2px 2px;
  }
}
/* $$$$$$$$   1Lines  $$$$$$$$$  */


/* $$$$$$$$   2Lines  $$$$$$$$$  */
@media screen and (max-width:960px){
  .portrait2Lines{
    width: 176px;
    height: 210px;
    margin: 2px 2px;
  }
  .square2Lines{
    width: 176px;
    height: 176px;
    margin: 2px 2px;
  }
  .landscape2Lines{
    width: 176px;
    height: 105px;
    margin: 2px 2px;
  }
}

@media screen and (min-width:960px){
  .portrait2Lines{
    width: 266px;
    height: 370px;
    margin: 2px 2px;
  }
  .square2Lines{
    width: 266px;
    height: 266px;
    margin: 2px 2px;
  }
  .landscape2Lines{
    width: 266px;
    height: 156px;
    margin: 2px 2px;
  }
}
/* $$$$$$$$   2Lines  $$$$$$$$$  */

/* $$$$$$$$   3Lines  $$$$$$$$$  */
@media screen and (max-width:960px){
  .portrait3Lines{
    width: 116px;
    height: 160px;
    margin: 2px 2px;
  }
  .square3Lines{
    width: 116px;
    height: 116px;
    margin: 2px 2px;
  }
  .landscape3Lines{
    width: 116px;
    height: 90px;
    margin: 2px 2px;
  }
}

@media screen and (min-width:960px){
  .portrait3Lines{
    width: 176px;
    height: 240px;
    margin: 2px 2px;
  }
  .square3Lines{
    width: 176px;
    height: 176px;
    margin: 2px 2px;
  }
  .landscape3Lines{
    width: 176px;
    height: 135px;
    margin: 2px 2px;
  }
}
/* $$$$$$$$   3Lines  $$$$$$$$$  */

/* $$$$$$$$   4Lines  $$$$$$$$$  */
@media screen and (max-width:960px){
  .portrait4Lines{
    width: 86px;
    height: 120px;
    margin: 2px 2px;
  }
  .square4Lines{
    width: 86px;
    height: 86px;
    margin: 2px 2px;
  }
  .landscape4Lines{
    width: 86px;
    height: 67.5px;
    margin: 2px 2px;
  }
}


@media screen and (min-width:960px){
  .portrait4Lines{
    width: 131px;
    height: 174px;
    margin: 2px 2px;
  }
  .square4Lines{
    width: 131px;
    height: 131px;
    margin: 2px 2px;
  }
  .landscape4Lines{
    width: 131px;
    height: 100px;
    margin: 2px 2px;
  }
}
/* $$$$$$$$   4Lines  $$$$$$$$$  */

/* $$$$$$$$   5Lines  $$$$$$$$$  */
@media screen and (max-width:960px){
  .portrait5Lines{
    width: 68px;
    height: 95px;
    margin: 2px 2px;
  }
  .square5Lines{
    width: 68px;
    height: 68px;
    margin: 2px 2px;
  }
  .landscape5Lines{
    width: 68px;
    height: 54px;
    margin: 2px 2px;
  }
}

@media screen and (min-width:960px){
  .portrait5Lines{
    width: 104px;
    height: 138px;
    margin: 2px 2px;
  }
  .square5Lines{
    width: 104px;
    height: 104px;
    margin: 2px 2px;
  }
  .landscape5Lines{
    width: 104px;
    height: 78px;
    margin: 2px 2px;
  }
}
/* $$$$$$$$   5Lines  $$$$$$$$$  */


/* $$$$$$$$   mobile 3  PC 5  $$$$$$$$$  */
@media screen and (max-width:960px){

  .squareStyle{
    width: 116px;
    height: 116px;
    margin: 2px 2px;

  }
}

@media screen and (min-width:960px){

  .squareStyle{
    width: 188px;
    height: 188px;
    margin: 2px 2px;

  }

}
/* $$$$$$$$   1Lines  $$$$$$$$$  */


.portraitOblongArtWork{
  width: 90%;
  height: auto;
}
.portraitVerticalArtWork{
  height: 85%;
  width: auto;
}

.squareOblongArtWork{
  width: 97%;
  height: auto;
}
.squareVerticalArtWork{
  height: 97%;
  width: auto;
}

.landscapeOblongArtWork{
  width: auto;
  height: 95%;
}
.landscapeVerticalArtWork{
  height: 95%;
  width: auto;
}



.dstx{
  font-size: 14px;
}

.toSelector{
  font-size: 25px;
  box-sizing: border-box;
  border: dashed 8px red;
  text-align: center;
}

/*分かりやすい用*/
.artworksImage{
  height: 97%;
  width: 97%;
  object-fit: contain;
}

/***************************************************************/
/*##############################*/

@media screen and (max-width:960px) {
  #bgrwapper1,#bgrwapper2{
    width: 360px;
  }
  #bgrwapper1{
    top:0;
  }
}

@media screen and (min-width:960px) {
  #bgrwapper1,#bgrwapper2{
    width: 960px;
  }
  #bgrwapper1{
    top:25px;
  }
}

#bgrwapper1{
  position: fixed;
  margin: auto;
  height: 200px;
  font-size: 0;
  top:0;
  left:0;
  right: 0;
  z-index: -1;
}

#bgrwapper2{
  position: fixed;
  margin: auto;
  height: 200px;
  font-size: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#bgrwapper1,#bgrwapper2{
  text-align: center;
  filter:blur(5px);
}

@media screen and (max-width:960px) {
  .circle{
    position: relative;
    display:inline-block;
    border-radius: 50%;
    margin: 5px 5px;
    width:50px;
    height:50px;
    overflow: hidden;
  }
}

@media screen and (min-width:960px) {
  .circle{
    position: relative;
    display:inline-block;
    border-radius: 50%;
    margin: 5px 13.2px;
    width:80px;
    height:80px;
    overflow: hidden;
  }
}

/*###################
  追加　imageModal
####################*/


.modal{
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center,center;
  transition-duration: 0.5s;
  background-repeat: no-repeat;
  background-position: center,center;
  height: 0px;
}


#modalBackground{
  width: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 18;
}
#imageModal{
  width: 100%;
  background-size: contain;
  z-index: 22;
  overflow: hidden;
}
#target_img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#loaderArea{
  width: 35px;
  background-image: url(../icon/load.gif);
  background-size: 35px 35px;
  z-index: 20;
}
#closebtn{
  position: fixed;
  z-index: 23;
  width: 100%;
  height: 0px;
  top: 0;
  overflow: hidden;

}
#markBox{
  position: absolute;
  right: 10px;
  top:10px;
  height: 40px;
  width:40px;
  transform: rotateY(-90deg);
  /*
  border-radius: 10px;
  */
  border: solid 1px white;
  transform-origin: center,center;
  transition-duration: 0.5s;
  transition-delay:0.5s;
}
#markBox:hover{
  cursor: pointer;
}
.activeLine{
  position: absolute;
  display: inline-block;
  top:19px;
  width: 40px;
  height: 0px;
  transition-duration: 0.8s;
  background-color: white;
  transform-origin:center;
}



/*
#acLine1{
  transform: rotateZ(45deg);
}

#acLine2{
  transform: rotateZ(-45deg);
}
*/

.artworksImage:hover{
  cursor: pointer;
}

/*######################
　　　2021.06.11
　　　文言追加
######################*/

.comment_parag{
  font-size: 9px;
  font-family: sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
}
