a:-webkit-any-link {
    color: #042f4b;
    text-decoration: underline; /* 下線を追加 */
    text-decoration-color: #042f4b;
    text-decoration-style: solid; /* 下線のスタイルを破線に変更（適宜変更） */
}

a.selected-multiple {background-color: #042f4b;color: #ffffff;}

.flx-subnav a {text-decoration: none;}

.ca_world {
	width: 80%;
	align-items: center;
	justify-content: center;
	margin: 200px auto 50px;
	position: relative;
}

.ca_world::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  /* background-image: url('/common/img/Wiki/Michelangelo Buonarroti/pieta.jpg'); */
	background-size: cover;
	filter: grayscale(50%);
	opacity: 0.15;
	z-index: -1;
	transition: opacity 0.5s ease;
}

.img_bg {
	height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  @media only screen and (max-width: 1001px) {
	.img_bg {
	  height: 100vh;
	  background-attachment: scroll; /* 修正 */
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	}    
  }
  
  .img_bg_01 {
	background-image: url('/common/img/collections/IMG_1765.png');
  }
  .img_bg_02{
	background-image: url('/common/img/collections/IMG_0122.jpg');
  }
  .img_bg_03{
	background-image: url('/common/img/collections/IMG_0123.jpg');
  }
  .img_bg_04{
	background-image: url('/common/img/collections/IMG_0124.jpg');
  }
  .img_bg_05{
	background-image: url('/common/img/collections/IMG_0125.jpg');
  }
  .img_bg_06{
	background-image: url('/common/img/collections/IMG_2160.png');
  }
  
  .parallax_box {
	margin: 0;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  .parallax_content {
	display: flex;
	width: 100%;
	height: 100vh;
  }
  