@charset "UTF-8";
/* CSS Document */

/** ローディング **/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader p {
	color: #fff;
}

	.fingerprint-spinner, .fingerprint-spinner * {
      box-sizing: border-box;
    }

    .fingerprint-spinner {
      height: 64px;
      width: 64px;
      padding: 2px;
      overflow: hidden;
      position: relative;
      margin-left: auto;
      margin-right: auto;
    }

    .fingerprint-spinner .spinner-ring {
      position: absolute;
      border-radius: 50%;
      border: 2px solid transparent;
      border-top-color: #fff;
      animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
      margin: auto;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
    }

    .fingerprint-spinner .spinner-ring:nth-child(1) {
      height: calc(60px / 9 + 0 * 60px / 9);
      width: calc(60px / 9 + 0 * 60px / 9);
      animation-delay: calc(50ms * 1);
    }

    .fingerprint-spinner .spinner-ring:nth-child(2) {
      height: calc(60px / 9 + 1 * 60px / 9);
      width: calc(60px / 9 + 1 * 60px / 9);
      animation-delay: calc(50ms * 2);
    }

    .fingerprint-spinner .spinner-ring:nth-child(3) {
      height: calc(60px / 9 + 2 * 60px / 9);
      width: calc(60px / 9 + 2 * 60px / 9);
      animation-delay: calc(50ms * 3);
    }

    .fingerprint-spinner .spinner-ring:nth-child(4) {
      height: calc(60px / 9 + 3 * 60px / 9);
      width: calc(60px / 9 + 3 * 60px / 9);
      animation-delay: calc(50ms * 4);
    }

    .fingerprint-spinner .spinner-ring:nth-child(5) {
      height: calc(60px / 9 + 4 * 60px / 9);
      width: calc(60px / 9 + 4 * 60px / 9);
      animation-delay: calc(50ms * 5);
    }

    .fingerprint-spinner .spinner-ring:nth-child(6) {
      height: calc(60px / 9 + 5 * 60px / 9);
      width: calc(60px / 9 + 5 * 60px / 9);
      animation-delay: calc(50ms * 6);
    }

    .fingerprint-spinner .spinner-ring:nth-child(7) {
      height: calc(60px / 9 + 6 * 60px / 9);
      width: calc(60px / 9 + 6 * 60px / 9);
      animation-delay: calc(50ms * 7);
    }

    .fingerprint-spinner .spinner-ring:nth-child(8) {
      height: calc(60px / 9 + 7 * 60px / 9);
      width: calc(60px / 9 + 7 * 60px / 9);
      animation-delay: calc(50ms * 8);
    }

    .fingerprint-spinner .spinner-ring:nth-child(9) {
      height: calc(60px / 9 + 8 * 60px / 9);
      width: calc(60px / 9 + 8 * 60px / 9);
      animation-delay: calc(50ms * 9);
    }

    @keyframes fingerprint-spinner-animation {
      100% {
        transform: rotate( 360deg );
      }
    }

/** ローディング **/



.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.w1000 {
		width: 100%;	
	}
}

.clear {
	clear: both;
}


#container {
	background: none;
}

.foot_chu {
	background: #fff;
}

.footer_wrap {
	background: #fff;
}

#maps_wrap {
	width: 100%;
	
	position: relative;
	z-index: 0;
	
}

#maps_wrap #map {
	width: 100%;
	height: 100vh;
	
}


.main_image_wrap .main_photo {
	height: 100%;
	background: url('../../images/vol_60/main.jpg');
	background-size: cover;
	margin-bottom: 0;
}

@media (max-height: 786px) {
   .main_image_wrap .main_photo {
   	height: 785px;
   }
}

.main_image_wrap .menu_wrap {
	width: 300px;
	height: 100%;
	position: absolute;
	left: 10%;
	top: 0;
	background: rgba( 255, 255, 255, 0.6 );
	
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 767px) {
    .main_image_wrap .menu_wrap {
       display: block;
    }
}

.main_image_wrap .menu_wrap .logo_wrap {
	position: static;
	margin: 30px auto 25px;
	text-align: center;
}

.main_image_wrap .menu_wrap .logo_wrap img {
	width: 90%;
	margin: 0 auto 0 auto;
}

.main_image_wrap .menu_wrap .backnumberWrap {
    width: 88%;
    padding-bottom: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .main_image_wrap .menu_wrap .backnumberWrap {
        position: absolute;
        top: 60px;
        right: 2%;
        width: 35%;
        z-index: 5;
    }
}

.main_image_wrap .menu_wrap .backnumberWrap .currentNumber {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
   .main_image_wrap .menu_wrap .backnumberWrap .currentNumber {
        width: 100%;
        margin-bottom: 0;
    }
}

.main_image_wrap .menu_wrap .backnumberWrap .currentNumber img {
    max-width: 100%;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberTitle {
    text-align: center;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .main_image_wrap .menu_wrap .backnumberWrap .backnumberTitle {
        display: none;
    }
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap {
    height: 220px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap {
        display: none;
    }
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap::-webkit-scrollbar {
    width: 3px;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap::-webkit-scrollbar-thumb {
    background: #e60027;
    width: 3px;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul {
    width: 100%;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul:after {
    content: '';
    display: block;
    clear: both;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 8px;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li:nth-child(2n) {
    /* margin-right: 0%; */
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li a {
    width: 100%;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #000000;
    text-decoration: none;
    font-weight: bold;
    
    transition: all .4s;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li.act a {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li:hover a {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    
    transition: all .4s;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li a span.arr {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-right: 0.5em;
    position: relative;
    top: 1px;
    
    transition: all .4s;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li.act a span.arr {
    border: 1px solid #fff;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li:hover a span.arr {
    border: 1px solid #fff;
    
    transition: all .4s;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li a span.arr:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: calc( 50%  );
    left: calc( 50% - 1px );
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    
    transition: all .4s;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li.act a span.arr:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.main_image_wrap .menu_wrap .backnumberWrap .backnumberListWrap ul li:hover a span.arr:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    
    transition: all .4s;
}


.main_image_wrap .menu_wrap .gmenu {
	padding: 0 15px;
}

.main_image_wrap .menu_wrap .gmenu li {
	padding-left: 20px;
	margin-bottom: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.main_image_wrap .menu_wrap .gmenu li:hover {
	padding-left: 35px;
	transition: all .3s;
	-webkit-transition: all .3s;
	
}

.main_image_wrap .menu_wrap .gmenu li a:before {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	background: #000;
	position: relative;
	top: 14px;
	left: -20px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.main_image_wrap .menu_wrap .gmenu li a:hover:before {
	width: 30px;
	height: 3px;
	background: #e20012;
	left: -35px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.main_image_wrap .menu_wrap .gmenu li a {
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.main_image_wrap .menu_wrap .gmenu li:hover a {
	color: #e20012;
}

#maps_wrap {
	margin-bottom: 0;
}

#maps_wrap .ttl_wrap {
	background: url(../../images/bg_syasen_02.png);
	padding: 65px 0 25px;
	border-top: 1px solid #fff;
	
	position: sticky;
	top: 0;
	z-index: 1;
}

#maps_wrap .ttl_wrap h2 {
	text-align: center;
    font-size: 31px;
    color: #fff;
}

#maps_wrap #map .name{
	font-size: 16px;
	font-weight: bold;
}

#maps_wrap #map .name a{
	text-decoration: none;
}

#maps_wrap .ttl_wrap .btn_back_num {
    margin-top: 8px;
}

#maps_wrap .ttl_wrap .btn_back_num a {
    background: #fff;
    position: relative;
    border: 1px solid #d71429;
    color: #d71429;
}

#maps_wrap .ttl_wrap .btn_back_num a:after {
    content: url(../../images/arrow_more.png);
    position: absolute;
    right: 8px;
    top: 15px;
}

#maps_wrap #map .spot p {
	line-height: 1.6em;
}

#maps_wrap #map .photo{
	width: 220px;
}

#maps_wrap #map .photo img{
	max-width: 100%;
}


.vol_num.icon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 97;
	background: rgba( 0, 0, 0, 0.9 );
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 12px;
	line-height: 1.5em;
}

.vol_num.icon a {
	color: #fff;
	text-decoration: none;
}

.vol_num.icon .vol {
	font-size: 16px;
}

.vol_num.icon .num {
	font-size: 26px;
	font-weight: bold;
}

.invitation_wrap {
	position: relative; 1;
	background: rgba(255, 255, 255, 1);
}

.invitation_wrap .ttl_wrap {
	padding: 65px 0 25px;
}

.invitation_wrap .ttl_wrap h2 {
	text-align: center;
    font-size: 31px;
}

.invitation_wrap .cat_list_wrap  {
	text-align: center;
	margin-bottom: 35px;
}

.invitation_wrap .cat_list_wrap a  {
	padding: 6px 15px;
	margin: 0 5px;
	text-decoration: none;
	letter-spacing: 0.1em;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
    overflow: hidden;
}


.invitation_wrap .cat_list_wrap .allitem a  {
	color: #000;
	border: 1px solid #000;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .allitem a.act  {
	color: #fff;
	background: #000;
}

.invitation_wrap .cat_list_wrap .allitem a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .allitem a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #000;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .allitem a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}



.invitation_wrap .cat_list_wrap .labbreak a  {
	color: #d71429;
	border: 1px solid #d71429;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .labbreak a.act  {
	color: #fff;
	background: #d71429;
}

.invitation_wrap .cat_list_wrap .labbreak a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .labbreak a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #d71429;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .labbreak a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}



.invitation_wrap .cat_list_wrap .invitation a  {
	color: #ffaf00;
	border: 1px solid #ffaf00;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .invitation a.act  {
	color: #fff;
	background: #ffaf00;
}

.invitation_wrap .cat_list_wrap .invitation a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .invitation a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #ffaf00;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .invitation a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.invitation_wrap .cat_list_wrap .coverstory a  {
	color: #5567a4;
	border: 1px solid #5567a4;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .coverstory a.act  {
	color: #fff;
	background: #5567a4;
}

.invitation_wrap .cat_list_wrap .coverstory a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .coverstory a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #5567a4;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .coverstory a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}


.invitation_wrap .cat_list_wrap .snapshot a  {
	color: #99b83b;
	border: 1px solid #99b83b;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .snapshot a.act  {
	color: #fff;
	background: #99b83b;
}

.invitation_wrap .cat_list_wrap .snapshot a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .snapshot a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #99b83b;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .snapshot a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}



.invitation_wrap .cat_list_wrap .movie a  {
	color: #6cb6ff;
	border: 1px solid #6cb6ff;
	
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .movie a.act  {
	color: #fff;
	background: #6cb6ff;
}

.invitation_wrap .cat_list_wrap .movie a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .movie a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #6cb6ff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .movie a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}




.invitation_wrap .cat_list_wrap .fieldwork a  {
	color: #ff6000;
	border: 1px solid #ff6000;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .fieldwork a.act  {
	color: #fff;
	background: #ff6000;
}

.invitation_wrap .cat_list_wrap .fieldwork a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .fieldwork a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #ff6000;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .fieldwork a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}


.invitation_wrap .cat_list_wrap .other a  {
	color: #8c8c8c;
	border: 1px solid #8c8c8c;
	
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.invitation_wrap .cat_list_wrap .other a.act  {
	color: #fff;
	background: #8c8c8c;
}

.invitation_wrap .cat_list_wrap .other a:hover {
	color: #fff;
}

.invitation_wrap .cat_list_wrap .other a:before  {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #8c8c8c;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

.invitation_wrap .cat_list_wrap .other a:hover:before  {
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}



.invitation_wrap .container_wrap  {
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: 275px 275px 275px 275px; */
	
}

.invitation_wrap .container_wrap:after {
	/* content: '';
	clear: both;
	display: block; */
}

.invitation_wrap .container_wrap #no_item p {
    text-align: center;
    padding: 60px 0;
}

.invitation_wrap .container_wrap .box {
	height: 275px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
	opacity: 1.0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.invitation_wrap .container_wrap .box:hover {
	opacity: 0.8;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.invitation_wrap .container_wrap .box:nth-child(1), 
.invitation_wrap .container_wrap .box:nth-child(13n + 1) {
	/* grid-column: 1/5; */
	width: 50%;
}

.invitation_wrap .container_wrap .box:nth-child(2),
.invitation_wrap .container_wrap .box:nth-child(13n + 2) {
	/* grid-column: 5/7; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(3),
.invitation_wrap .container_wrap .box:nth-child(13n + 3) {
	/* grid-column: 7/9; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(4), 
.invitation_wrap .container_wrap .box:nth-child( 13n + 4 ) {
	/* grid-column: 1/3; */
	width: 33.3%;
}

.invitation_wrap .container_wrap .box:nth-child(5),
.invitation_wrap .container_wrap .box:nth-child( 13n + 5 ) {
	/* grid-column: 3/6; */
	width: 33.3%;
}

.invitation_wrap .container_wrap .box:nth-child(6),
.invitation_wrap .container_wrap .box:nth-child( 13n + 6 ) {
	/* grid-column: 6/9; */
	width: 33.4%;
}


.invitation_wrap .container_wrap .box:nth-child(7),
.invitation_wrap .container_wrap .box:nth-child( 13n + 7 ) {
	/* grid-column: 1/3; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(8),
.invitation_wrap .container_wrap .box:nth-child(13n + 8) {
	/* grid-column: 3/5; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(9),
.invitation_wrap .container_wrap .box:nth-child(13n + 9) {
	/* grid-column: 5/7; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(10),
.invitation_wrap .container_wrap .box:nth-child(13n + 10) {
	/* grid-column: 7/9; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(11),
.invitation_wrap .container_wrap .box:nth-child(13n + 11) {
	/* grid-column: 1/3; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(12),
.invitation_wrap .container_wrap .box:nth-child(13n + 12) {
	/* grid-column: 3/5; */
	width: 25%;
}

.invitation_wrap .container_wrap .box:nth-child(13),
.invitation_wrap .container_wrap .box:nth-child(13n + 13) {
	/* grid-column: 5/9; */
	width: 50%;
}

.invitation_wrap .container_wrap .box.searchnow {
	width: 25%;
}


.invitation_wrap .container_wrap .box .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
	width: 100%;
	transition: all .6s;
    -webkit-transition: all .6s;
    box-sizing: border-box;
}

.invitation_wrap .container_wrap .box:hover .txt {
	background: rgba( 230, 0, 39, 0.9 );
	transition: all .6s;
    -webkit-transition: all .6s;
}

.invitation_wrap .container_wrap .box .txt a {
	color: #fff;
	text-decoration: none;
}

.invitation_wrap .container_wrap .box .cat {
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 15px;
	color: #fff;
	z-index: 3;
}

.invitation_wrap .container_wrap .box .cat.invitation {
	background: rgba(245, 170, 22, 0.8);
}

.invitation_wrap .container_wrap .box .cat.coverstory {
	background: rgba(85, 103, 164, 0.8);
}

.invitation_wrap .container_wrap .box .cat.snapshot {
	background: rgba(153, 184, 59, 0.8);
}

.invitation_wrap .container_wrap .box .cat.movie {
	background: rgba(56, 20, 0, 0.8);
}

.invitation_wrap .container_wrap .box .cat.other {
	background: rgba(140, 140, 140, 0.8);
}

.invitation_wrap .container_wrap .box .cat.fieldwork {
	background: rgba(255, 96, 0, 0.8);
}




.invitation_wrap .container_wrap .box .photo {
	width: 100%;
	height: 100%;
	
	 transition: all .6s;
    -webkit-transition: all .6s;
}

.invitation_wrap .container_wrap .box:hover .photo {
	transform: scale(1.1);
	
	transition: all .6s;
    -webkit-transition: all .6s;
}

.invitation_wrap .container_wrap .box .photo img  {
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
   
}




.invitation_wrap .load_btn {
	padding: 25px 0 35px;
}


.magazine_wrap {
	background: #fff;
	border-top: 5px solid #000;
	position: relative;
	z-index: 1;
	
}

.magazine_wrap .head_wrap {
	background: url(../../images/bg_syasen_02.png);
	border-top: 3px solid #fff;
}

.magazine_wrap .head_wrap .head_cont .ttl_wrap h2 {
	color: #fff;
}

.magazine_wrap .head_wrap .head_cont .login_wrap {
	border-left: 1px solid #fff;
}

.magazine_wrap .head_wrap .head_cont .login_wrap li a {
	color: #fff;
}

.magazine_wrap .bg_wrap_01 {
	background: url(../../images/bg_syasen.png);
	padding-top: 35px;
}

.magazine_wrap .unit_wrap.vision_wrap {
	width: 100%;
	border-right: 0;
	padding-right: 0;
}

.magazine_wrap .unit_wrap.vision_wrap .ttl_wrap {
	padding-top: 35px;
}

.magazine_wrap .unit_wrap.vision_wrap .unit_box {
	width: 33.3%;
	float: left;
	margin-bottom: 0;
}

.magazine_wrap .unit_wrap.vision_wrap .unit_box {
	cursor: pointer;
}

.magazine_wrap .unit_wrap.vision_wrap .unit_box .photo {
	overflow: hidden;
}

.magazine_wrap .unit_wrap.vision_wrap .unit_box .photo img {
	max-width: 100%;
	transform: scale(1.0);
	transition: all .6s;
    -webkit-transition: all .6s;
}

.magazine_wrap .unit_wrap.vision_wrap .unit_box:hover .photo img {
	transform: scale(1.2);
	transition: all .6s;
    -webkit-transition: all .6s;
}

.magazine_wrap .unit_wrap.vision_wrap .vision_adcontwrap:after {
	content: '';
	clear: both;
	display: block;
}

.magazine_wrap .unit_wrap.vision_wrap .load_btn {
	margin-top: 25px;
}

.magazine_wrap .vision_wrap .unit_box .txt_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
	width: 100%;
	transition: all .6s;
    -webkit-transition: all .6s;
    box-sizing: border-box;
}

.magazine_wrap .vision_wrap .unit_box:hover .txt_wrap {
	background: rgba( 230, 0, 39, 0.9 );
	transition: all .6s;
    -webkit-transition: all .6s;
}




.magazine_wrap .unit_wrap.voice_wrap {
	width: 100%;
	border-right: 0;
	padding-right: 0;
	padding-bottom: 35px;
}

.magazine_wrap .unit_wrap.voice_wrap .ttl_wrap {
	padding-top: 35px;
}

.magazine_wrap .unit_wrap.voice_wrap .unit_box {
	width: 33.3%;
	float: left;
	margin-bottom: 0;
}

.magazine_wrap .unit_wrap.voice_wrap .unit_box {
	cursor: pointer;
}

.magazine_wrap .unit_wrap.voice_wrap .unit_box .photo {
	overflow: hidden;
}

.magazine_wrap .unit_wrap.voice_wrap .unit_box .photo img {
	max-width: 100%;
	transform: scale(1.0);
	transition: all .6s;
    -webkit-transition: all .6s;
}

.magazine_wrap .unit_wrap.voice_wrap .unit_box:hover .photo img {
	transform: scale(1.2);
	transition: all .6s;
    -webkit-transition: all .6s;
}

.magazine_wrap .unit_wrap.voice_wrap .voice_adcontwrap:after {
	content: '';
	clear: both;
	display: block;
}

.magazine_wrap .unit_wrap.voice_wrap .load_btn {
	margin-top: 25px;
}

.magazine_wrap .voice_wrap .unit_box .txt_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
	width: 100%;
	transition: all .6s;
    -webkit-transition: all .6s;
    box-sizing: border-box;
}

.magazine_wrap .voice_wrap .unit_box:hover .txt_wrap {
	background: rgba( 230, 0, 39, 0.9 );
	transition: all .6s;
    -webkit-transition: all .6s;
}



.magazine_wrap .global_wrap .unit_box {
	position: relative;
}

.magazine_wrap .global_wrap .ttl_wrap {
	padding-top: 35px;
}

.magazine_wrap .global_wrap .load_btn .btn_back_num {
	margin-top: 15px;
}

.magazine_wrap .global_wrap .load_btn .btn_back_num a {
	background: #fff;
}


.load_btn .btn_back_num.more a {
	background: none;
	position: relative;
	border: 1px solid #d71429;
	color: #d71429;
}

.load_btn .btn_back_num.more a:after {
	content: url(../../images/arrow_more.png);
	position: absolute;
	right: 8px;
	top: 15px;
}

.magazine_wrap .technical_wrap .ttl_wrap {
	padding-top: 35px;
}

.magazine_wrap .technical_wrap .load_btn .btn_back_num {
	margin-top: 15px;
}

.magazine_wrap .technical_wrap .load_btn .btn_back_num a {
	background: #fff;
}

.unit_wrap#product3d {
	background: #fff;
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 0;
	padding-top: 85px;
	position:relative;
	z-index: 1;
}


.foot_chu_wrap {
	width: 100%;
	background: #fff;
	position:relative;
	z-index: 1;
}

.footer_wrap {
	position:relative;
	z-index: 1;
}

.float_headmenu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	
	border-bottom: 1px solid #e60027;
	display: none;
}

.float_headmenu li {
	width: calc( 100% / 3 );
	float: left;
	text-align: center;
	background: rgba( 0, 0, 0, 0.8 );
	
	transition: all .3s;
	-webkit-transition: all .3s;
}

.float_headmenu li:hover {
	background: rgba( 230, 0, 39, 0.8 );
	
	transition: all .3s;
	-webkit-transition: all .3s;
}

/*
.float_headmenu li:last-child {
	width: 16%;
	float: left;
	text-align: center;
}
*/

.float_headmenu li a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 8px 10px;
	border-right: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
}

.float_headmenu li:last-child a {
	border-right: 0;
}


@media screen and (max-width: 767px) {
	.float_headmenu li {
		width: 100%;
		float: none;	
	}
	
	.float_headmenu li:last-child {
		width: 100%;
		float: none;	
	}
	
	.main_image_wrap .menu_wrap {
		width: 100%;	
	}
	
	
	.invitation_wrap .cat_list_wrap a {
		padding: 3px 8px;
		font-size: 13px;
	}
	
	.invitation_wrap .container_wrap .box {
		width: 100% !important;
		float: none;
	}
	
	.magazine_wrap .unit_wrap.vision_wrap .unit_box {
		width: 100%;
		float: none;	
	}
	
	.magazine_wrap .unit_wrap.voice_wrap .unit_box {
		width: 100%;
		float: none;	
	}
	
	
	
	
	.main_image_wrap {
		margin-bottom: 0 !important;
		height: 100vh;
		position: relative;
	}
	
	
	
	.main_image_wrap .sp_main_photo {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.main_image_wrap .sp_main_photo img {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		max-width: inherit;
		z-index: -1;
		
		-webkit-transform: translate(-50%,-50%);
    	-moz-transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
    	-o-transform: translate(-50%,-50%);
    	transform: translate(-50%,-50%);
	}
	
	.main_image_wrap .menu_wrap .logo_wrap {
		position: relative;
		left: 0;
		top: 0;
		z-index: 2;
		margin: 0 auto;
		text-align: left;
		padding: 20px 0 25px 25px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.8);
	}
	
	.main_image_wrap .menu_wrap .logo_wrap img {
		width: 40%;	
	}
	
	.main_image_wrap .menu_wrap {
       position: relative;
       left: auto;
	}
	
	.main_image_wrap .menu_wrap .gmenu {
		display: none;	
	}
	
	.main_image_wrap .menu_wrap {
		height: auto;	
	}
	
	#maps_wrap .ttl_wrap {
		padding-top: 25px;	
	}
	
	
	#maps_wrap .ttl_wrap h2 {
		font-size: 20px;	
	}
	
	.invitation_wrap .ttl_wrap {
		padding-top: 25px;
			
	}
	
	.invitation_wrap .ttl_wrap h2 {
		font-size: 26px;	
			
	}
	
	.magazine_wrap .vision_wrap {
		margin-top: 0;	
		padding-bottom: 0;
	}
	
	.magazine_wrap .unit_wrap.vision_wrap .ttl_wrap {
		padding-top: 25px;
		padding-bottom: 15px;	
	}
	
	.magazine_wrap .unit_wrap.voice_wrap .ttl_wrap {
		padding-top: 25px;
		padding-bottom: 15px;	
	}
	
	
	.magazine_wrap .technical_wrap .unit_box .photo_txt .txt .btn_back_num.mrm15 a .mr10 {
		display: none;
	}
	
	.magazine_wrap .technical_wrap .unit_box .photo_txt .txt .btn_back_num a {
		background-position: 92% 12px;
		font-size: 13px;
		width: 120px;
	}
	
	.magazine_wrap .global_wrap .unit_box .photo_txt .txt .btn_back_num a {
		background-position: 92% 12px;
		font-size: 13px;
		width: 120px;
	}
	
	
	.unit_wrap#product3d {
		overflow: hidden;	
	}
	
	.unit_wrap#product3d .cont_wrap {
		margin-right: -2%;
		padding: 0 2%;
		box-sizing: border-box;	
	}
	
	
	.float_spmenu {
		position: fixed;
		right:0;
		top: 0;	
		z-index: 98;
		width: 46px;
	}
	
	.float_headmenu .cls_btn {
		position: fixed;
		right:0;
		top: 0;	
		z-index: 999;
		width: 46px;
	}
	
	
	.float_headmenu {
		padding-top: 60px;
		background: rgba( 0, 0, 0, 0.9 );
	}
	
	.float_headmenu ul {
		border-top: 1px solid #333;
	}
	
	.float_headmenu li {
		background: none;	
		border-bottom: 1px solid #333;
	}
	
	.float_headmenu li:last-child {
		border-bottom: 0;
	}
	
	.float_headmenu li a {
		border-right: 0;	
	}
	
	.load_btn .btn_back_num a {
		font-size: 14px;
		width: 120px;
	}
	
	.load_btn .btn_back_num.more a:after {
		top: 13px;	
	}
	
}




/** 202408 Renewal **/

#labBreak_wrap {
    width: 100%;
	margin-bottom: 0;
}

#labBreak_wrap .ttl_wrap {
	background: url(../../images/bg_syasen_02.png);
	padding: 65px 0 25px;
	border-top: 1px solid #fff;
	
	z-index: 1;
}

#labBreak_wrap .ttl_wrap h2 {
	text-align: center;
    font-size: 31px;
    color: #fff;
}

#labBreak_wrap .backNuberMenu:after {
    content: '';
    display: block;
    clear: both;
}

#labBreak_wrap .backNuberMenu .cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

#labBreak_wrap .backNuberMenu .cont .slick-list {
    width: 100%;
    overflow: hidden;

}

#labBreak_wrap .backNuberMenu .cont .slick-arrow {
    width: 40px;
    height: 35px;
}

#labBreak_wrap .backNuberMenu .cont .slick-arrow:before {
    content: '';
    display: block;
}

#labBreak_wrap .backNuberMenu .cont .slick-prev {
    left: calc( 50% - 45px );
    top: calc(100% + 25px);
    border: 1px solid #000;
    display: block;
    background: #000;
}

#labBreak_wrap .backNuberMenu .cont .slick-prev:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
}

#labBreak_wrap .backNuberMenu .cont .slick-next {
    left: calc( 50% + 5px );
    top: calc(100% + 25px);
    border: 1px solid #000;
    display: block;
    background: #000;
}

#labBreak_wrap .backNuberMenu .cont .slick-next:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
}

#labBreak_wrap .backNuberMenu .cont .box {
    background: #191919;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    
    opacity: .6;
    transition: all .4s;
}

#labBreak_wrap .backNuberMenu .cont .box:hover {
    opacity: 1.0;
    
    transition: all .4s;
}

#labBreak_wrap .backNuberMenu .cont .box.act {
    background: #ffffff;
    opacity: 1.0;
}

#labBreak_wrap .backNuberMenu .cont .box a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#labBreak_wrap .backNuberMenu .cont .box.act a {
    color: #191919;
}

#labBreak_wrap .backNuberMenu .cont .box a .contWidth {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw / 6);
    height: 60px;
    gap: 12px;
}

#labBreak_wrap .backNuberMenu .cont .box .photo {
    width: 90px;
    height: 100%;
    overflow: hidden;
}

#labBreak_wrap .backNuberMenu .cont .box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#labBreak_wrap .backNuberMenu .cont .box .text {
    width: calc(100% - 90px);
    text-align: center;
}

#labBreak_wrap .newContWrap .cont .titleWrap {
    padding: 85px 0 15px 0;
}

#labBreak_wrap .newContWrap .cont .titleWrap h2 {
    text-align: center;
    font-size: 31px;
}

@media screen and (max-width: 780px) {
    #labBreak_wrap .newContWrap .cont .titleWrap h2 {
        font-size: 26px;   
        text-align: center;
    }
}

#labBreak_wrap .newContWrap {
    
}

#labBreak_wrap .newContWrap .cont .changeCont {
    
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap {
    width: 180px;
    margin-left:auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 35px 0;
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap .icon {
    width: 50%;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #000;
    
    transition: all .4s;
    
    cursor: pointer;
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap .icon.act {
    background: #000;
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap .icon:hover {
    background: #000;
    
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap .icon svg {
    fill: #000;
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap .icon.act svg {
    fill: #fff;
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .iconWrap .icon:hover svg {
    fill: #fff;
    transition: all .4s;
}


#labBreak_wrap .newContWrap .cont .changeCont .contPositionWrap {
    position: relative;
}


#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper {
    width: 100%;
    visibility: collapse;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper.active {
    visibility: visible;
    opacity: 1;
    
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper.hide {
    visibility: collapse;
    opacity: 0;
    
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper:after {
    content: '';
    clear: both;
    display: block;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box {
    width: calc(100% / 4);
    height: 300px;
    float: left;
    position: relative;
}

@media screen and (max-width: 1099px) {
    #labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box {
        width: calc(100% / 3);
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:nth-child(1),
#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:nth-child(2)  {
    width: 50%;
    height: 500px;
}

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:nth-child(1),
    #labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:nth-child(2)  {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box {
        aspect-ratio: 1 / 1;
        width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
	#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:nth-child(1),
    #labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:nth-child(2)  {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
	
	#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    padding: 12px 8px;
    box-sizing: border-box;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}



#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all .3s;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box:hover .photo img {
    transform: scale(1.1);
    transition: all .3s;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
}

#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .title p {
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .title p {
        font-size: 12px;
    }
    
    #labBreak_wrap .newContWrap .cont .changeCont .boxWrapper .box .title p .ft18 {
        font-size: 15px;
    }
}



#labBreak_wrap .newContWrap .cont .changeCont .listWrapper {
    border-top: 1px solid #000;
    box-sizing: border-box;
    position: relative;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper.active {
    visibility: visible;
    opacity: 1;
    
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper.hide {
    visibility: collapse;
    opacity: 0;
    
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .flexWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .flexWrap {
		display: block;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap {
    width: 235px;
    position: sticky;
    top: 40px;
}

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap {
		width: 200px;
	}
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap {
		width: 100%;
		position: relative;
		top: 0;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap ul {
    margin-bottom: 0;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap ul.parents li.parent {
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap ul.parents li.parent a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap ul.parents ul.children {
    padding-left: 1em;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .menuWrap ul.parents ul.children li.child a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont {
    width: calc(100% - 235px);
    border-left: 1px solid #000;
    box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont {
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont {
		width: 100%;
		border-left: 0;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont {
		display: block;
	}
}



#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .box {
    width: 49%;
    margin-bottom: 35px;
    
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .box {
		width: 100%;
	}
}


#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .box a {
	text-decoration: none;
	
	
	
	display: flex;
    flex-direction: column;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .category {
    flex-grow: 1;
	display: flex;
    flex-direction: column;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .category p {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1em;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .category p .jap {
    font-size: 14px;
    color: #000;
    margin-left: 1em;
    font-weight: normal;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .category p .disable_gt_w1049 {
	display: none;
}

@media screen and (max-width: 1049px) {
    #labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .category p .jap {
           margin-left: 0;
    }

	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .category p .disable_gt_w1049 {
		display: block;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .title {
    
    flex-grow: 1;
	display: flex;
    flex-direction: column;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .title h2 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
    flex-grow: 1;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .photo {
    width: 100%;
    height: 300px;
} 

@media screen and (max-width: 999px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .photo {
		height: 320px;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .upperCont .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont {
    background: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText p {
    color: #000;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText p .red {
    color: #e60027;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText p a {
    color: #e60027;
    overflow-wrap: break-word;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .logo {
    width: 220px;
}


@media screen and (max-width: 899px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .logo {
		width: 160px;
	}
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .logo {
		width: 100%;
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .logo img {
    width: 100%;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .textWrap {
    width: calc( 100% - 240px );
}

@media screen and (max-width: 899px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .textWrap {
		width: calc( 100% - 180px );
	}
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .attentionText .flexWrap .textWrap {
		width: 100%;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit {
    margin-bottom: 35px;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subTitle {
    margin-bottom: 15px;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subTitle .eng {
    font-size: 22px;
    color: #000;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subTitle .jap {
    font-size: 14px;
    color: #000;
    margin-left: 1em;
    font-weight: normal;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subTitle .unpublish {
    font-size: 14px;
    color: #e60027;
    margin-left: 1em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subTitle .unpublish {
		margin-left: 0;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subCont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1099px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .subCont {
		display: block;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box {
    width: 49%;
    margin-bottom: 25px;
}

@media screen and (max-width: 1099px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box {
		width: 100%;
	}
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_labvision {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_labvision {
        display: block;
    }
}


#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_labvoice {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_labvoice {
        display: block;
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box:last-child {
    margin-bottom: 0;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box a {
        display: block;
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_gls {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_gls {
        display: block;
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_gls .title .txt.f_right {
    float: none;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical {
        display: block;
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box a:hover {
    text-decoration: none;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box .photo {
    width: 240px;
    height: 185px;
    margin-right: 15px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box .photo {
        width: 100%;
        aspect-ratio: 16 / 12;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
}


#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box .title {
    width: calc( 100% - 255px );
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box .title {
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
}


#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
    transform: scale(1);
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical .photo img {
    object-fit: unset;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box:hover .photo img {
    transform: scale(1.1);
    transition: all .4s;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical:hover .photo img {
    transform: scale(1);
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box .title p {
    color: #000;
    font-weight: bold;
}


#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_gls .title p {
    color: #666;
    font-weight: normal;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_gls .title p.red {
    display: none;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_gls .title p.bold {
    font-weight: bold;
}



#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical .title {
    width: calc(100% - 255px);
}

@media screen and (max-width: 767px) {
	#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical .title {
        width: 100%;
    }
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont  .lowerCont .sectionUnit .box.cat_technical .title .txt.f_right {
    float: none;
}

#labBreak_wrap .newContWrap .cont .changeCont .listWrapper .listCont .lowerCont .sectionUnit .box.cat_technical .title .txt.f_right p {
    font-weight: normal;
    font-size: 14px;
}
