@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-break: keep-all;
  word-break: normal;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
}

a:hover {
  opacity: 1;
}

head {
  display: fixed;
}

.header-logo {
  width: 155px;
}
.header-logo img {
  width: 100%;
}

.is-sp,
br.is-sp {
  display: none;
}

.txt-center {
  text-align: center;
}


@media screen and (max-width: 767px){
.is-pc,
br.is-pc {
  display: none;
}
.is-sp {
  display: block;
}
br.is-sp {
  display: inline;
}


  
}



/* プリロード */
#preloadedImages {
  width: 0px;
  height: 0px;
  display: inline;
  background-image: url(../images/art/i_popup.png);
}


/*-----------------------------------------------------------------
		オリジナル
-----------------------------------------------------------------*/

/* スクロール外枠 */
.art-container {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}

.art-container-inner {
  position: relative;
  width: 10000%;
  height: 100%;
  backface-visibility: hidden;
  will-change: transform;
  display: flex;
}

@media screen and (max-width: 768px){
.art-container {
  position: relative;
}

.art-container-inner {
  display: block;
  width: 100%;
}
}


/* スクロールアイテム（共通） */
.art-item {
  width: calc(1%  / 3);
  height: 100vh;
  position: relative;
}

.art-item::after {
  background: linear-gradient(rgba(95,95,95,0.6),rgba(7,179,211,0.6));
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}
.art-item:hover::after {
  background: linear-gradient(rgba(95,95,95,0.8),rgba(7,179,211,0.8));
  transition: all 0.5s;
}

.art-item-inner {
  width: 100%;
  padding: 30vh 50px 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%;
  color: #fff;
  text-decoration: none;
  z-index: 10;
  position: relative;
  transition: all 0.5s;
}

@media screen and (min-width: 769px){
a.art-item-inner:hover {
  padding: 27vh 50px 10px;
  transition: all 0.5s;
}
}

@media screen and (max-width: 768px){
.art-item {
  width: 100%;
  height: auto;
}

.art-item-inner {
  width: 100%;
  padding: 40px 30px;

}

.art-main  .art-item-inner {
  padding: 90px 30px 40px 30px;
}


}


/* MV */
.art-main {
  width: calc(1%  / 3);
  height: 100vh;
  position: relative;
}
.art-main::after {
  background: rgba(2,85,168,0.6);
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mv-ttl {
  width: 100%;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
}

.mv-lead {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}


@media screen and (max-width: 768px){
.art-main {
  width: 100%;
  height: auto;
}

.mv-ttl {
  margin-bottom: 30px;
  font-size: 32px;
}

.mv-lead {
  font-size: 16px;
}

}


/* アート作品 */
.art-area {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  background: url(../images/art/i_area.png) no-repeat center left;
  background-size: 8px auto;
}

.art-ttl {
  width: 100%;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.art-ttl span {
  font-size: 24px;
  display: inline-block;
}

.art-lead {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  background-position: center bottom;
  background-size: 60px auto;
  transition: all 0.5s;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

a.art-item-inner::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.5) url(../images/art/i_popup.png) no-repeat center center;
  background-size: 60px auto;
  border-radius: 30px;
  position: absolute;
  bottom: 15vh;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.art-att {
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 12px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}



@media screen and (min-width: 769px){
.art-item:hover a.art-item-inner::after {
  opacity: 1;
  transition: all 0.5s;
}
}

@media screen and (max-width: 768px){
.art-area {
  margin-bottom: 10px;
}

.art-ttl {
  margin-bottom: 0;
  font-size: 32px;
}
.art-ttl span {
  font-size: 20px;
}

.art-lead {
  display: none;
}
}


/* 背景画 */
.art-main {
  background: url(../images/art/mv_pc.jpg) no-repeat center center;
  background-size: cover;
}

.art-001 {
  background: url(../images/art/img_001.jpg) no-repeat center center;
  background-size: cover;
}

.art-002 {
  background: url(../images/art/img_002.jpg) no-repeat center center;
  background-size: cover;
}

.art-003 {
  background: url(../images/art/img_003.jpg) no-repeat center center;
  background-size: cover;
}

.art-004 {
  background: url(../images/art/img_004.jpg) no-repeat center center;
  background-size: cover;
}

.art-005 {
  background: url(../images/art/img_005.jpg) no-repeat center center;
  background-size: cover;
}

.art-006 {
  background: url(../images/art/img_006.jpg) no-repeat center center;
  background-size: cover;
}


.art-007 {
  background: url(../images/art/img_007.jpg) no-repeat center center;
  background-size: cover;
}

.art-008 {
  background: url(../images/art/img_008.jpg) no-repeat center center;
  background-size: cover;
}

.art-009 {
  background: url(../images/art/img_009.jpg) no-repeat center center;
  background-size: cover;
}

.art-010 {
  background: url(../images/art/img_010.jpg) no-repeat center center;
  background-size: cover;
}

.art-011 {
  background: url(../images/art/img_011.jpg) no-repeat center center;
  background-size: cover;
}

.art-012 {
  background: url(../images/art/img_012.jpg) no-repeat center center;
  background-size: cover;
}



/* scroll */
.art-scroll {
  padding-right: 57px;
  position: fixed;
  top: 115px;
  left: 40px;
  color: #fff;
  font-size: 14px;
  background: url(../images/art/i_scroll.png) no-repeat center right;
  background-size: 42px auto;
}

@media screen and (max-width: 768px){
.art-scroll {
  display: none;
}
}



/*-----------------------------------------------------------------
		モーダル
-----------------------------------------------------------------*/
#modalWrap {
  z-index: 2000 !important;
}
.modalBoxCover {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 900px !important;
  overflow-y: hidden;
  margin: auto;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2010 !important;
  color: #333;
}

.modalContent {
  display: flex;
  justify-content: space-between;
  overflow-y: hidden !important;
}

.modal-img {
  width: calc(100% - 400px);
}
.modalBox .modal-img img {
  object-fit: cover;
  height: 100%;
}

.modal-content-wrap {
  width: 400px;
  padding: 20px;
}

.mod-area {
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  background: url(../images/art/i_map_gray.png) no-repeat top 3px left;
  background-size: 11px auto;
}

.mod-ttl {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.2;
  color: #108DC3;
}

.mod-lead {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}

.mod-att {
  padding-top: 3px;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 12px;
  display: block;
}

.mod-station {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

.mod-station-txt {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}

.mod-time {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

.mod-time-txt {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}


/* ボタン */
.btn-wrap {
  display: flex;
  justify-content: space-between;
}

.btn-spot {
  width: calc((100% - 10px) *0.57);
  padding-right: 24px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #108DC3 url(../images/art/i_arrow.png) right 10px center no-repeat;
  background-size: 9px auto;
  cursor: pointer;
  letter-spacing: -1px;
}
.btn-spot:hover {
  opacity: 0.7;
}

.btn-map {
  width: calc((100% - 10px) *0.43);
  padding-right: 35px;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #108DC3;
  background: #fff url(../images/art/i_map.png) right 10px center no-repeat;
  background-size: 21px auto;
  border: solid 1px #108DC3;
  cursor: pointer;
}
.btn-map:hover {
  opacity: 0.7;
}







.modal-close{
	display: block;
	position: absolute;
	top:5px;
	right: 5px;
	width: 44px;
	height: 44px;
  background: url(../images/art/i_close.png) center center no-repeat;
  background-size: 18px auto;
	cursor: pointer;
	z-index: 2100;
  margin-top: 0;
}
.modal-close:hover {
  opacity: 0.7;
}

.modal-close-btn{
  position: relative;
  top: auto;
  right: auto;
}




@media screen and (max-width: 980px){
  .sec-inner{
    padding: 0;
    width: 100%;
  }

  .map-wrap{
    padding: 0 15px;
  }

  .fukidashi-wrap{
    align-items: flex-start;
    padding: 20px 15px;
  }

 .chara-area{
   width: 25%;
   max-width: 75px;
 }

  .serifu-area{
    font-weight: normal;
    width: calc((100% - 15px) - 75px);
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .pink{
    font-weight: bold;
  }

  .serifu-area::before{
    top: 30%;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    left: -10px;
    transform: translateY(0);
  }

  .spot-list-wrap{
    padding: 20px 15px;
  }

  .spot-list{
    display: block;
  }

  .spot-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.spot-list li a{
  font-size: 1.4rem;
}

.icon-chocotto-spot::before{
  width: 15px;
  height: 23px;
}

.modalBoxInner{
  padding: 25px;
  padding-top: 40px;
}

.modal-spot-ttl{
  font-size: 1.6rem;
  padding-top: 10px;
}

.modal-spot-detail{
  padding-top: 0;
}

.modal-close{
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.modal-close-btn{
  top: auto;
  right: auto;
}

}



@media screen and (max-width: 767px){
.modalBoxCover {
  max-width: calc(100% - 40px) !important;
}

.modalBoxInner {
  padding: 0;
}

  .modalContent {
  display: block;
  overflow-y: auto !important;
}

.modal-img {
  width: 100%;
}

.modal-content-wrap {
  width: 100%;
  padding: 20px;
  overflow-y: auto;
}

.mod-area {
  margin-bottom: 1px;
  padding-left: 15px;
  font-size: 12px;
  background: url(../images/art/i_map_gray.png) no-repeat top 3px left;
  background-size: 10px auto;
}

.mod-ttl {
  margin-bottom: 5px;
  font-size: 18px;
}

.mod-lead {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.mod-station {
  margin-bottom: 3px;
  font-size: 12px;
}

.mod-station-txt {
  font-size: 12px;
}

.mod-time {
  margin-bottom: 3px;
  font-size: 12px;
}

.mod-time-txt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

}







.art_map {
  height: 100%;
  background: url(../images/art/mv_map_pc.jpg) no-repeat center center;
  background-size: cover;
}

.art-map {
  height: 100%;

}

.art_map .art-scroll {
  display: none;
}

#map {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 120px);
  border-color: transparent;
  margin: 95px auto 0;
}

.map-balloon-artimg img {
  width: 100%;
  max-width: 608px;
  object-fit: cover;
  height: 100%;
  max-height: 200px;
}

.areamap .archive-content-inner {
  margin: 0 auto;
}


@media screen and (max-width: 767px){
  #map {
  height: calc(100vh - 120px);
  margin: 75px auto 0;
}

.art-map {
  height: 100vh;
  margin-top: 0 !important;
}

.map-balloon-artimg img {
  max-width: 200px;
}

}




/**/
#sp-nav-btn {
  display: none;
}

