@charset "UTF-8";

* {
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}
header .leftBox #header_km_logo a img {
	padding-top: 0;
 }

@media screen and (max-width: 959px) {
  body {
    overflow-x: auto;
  }
}

@media screen and (max-width: 599px) {
  body {
    overflow-x: hidden;
  }
  #navlist {
    padding: 0 15px;
  }
}

body,
#contentsArea {
	font-size: 1rem;
}

header .globalNav {
  font-size: 100%;
}

#contentsArea p {
  line-height: 1.8;
}

ol,
ul {
  list-style: none;
}

figure img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: 0.8;
}

#contentsArea figcaption a {
  font-size: 1rem;
}

/* header
-------------------------------------------------- */
header .rightBox .langBox ul.lang {
  white-space: nowrap;
}

@media only screen and (max-width: 599px) {

  header .rightBox .langBox ul.lang {
    border-right: 0;
    padding: 0;
    margin: 0;
  }

  .configUnit {
    display: block;
    position: absolute;
    top: 45px;
    right: 85px;
    font-size: 0.625rem;
  }
}

/* local-nav
-------------------------------------------------- */
#contentsArea .full-width#h1-nav-box-wrap {
  padding: 10px 0;
  background-color: #fff;
}
#contentsArea .h1-nav-inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}

.h1-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-connected_dome {
  display: flex;
  gap: 20px;
}

.nav-connected_dome ul,
#contentsArea .nav-connected_dome ul {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.nav-connected_dome a,
#contentsArea .nav-connected_dome a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.nav-connected_dome a:not(.connected_dome-btn)::before,
#contentsArea .nav-connected_dome a:not(.connected_dome-btn)::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: .3s;
  position: absolute;
  bottom: -8px;
  transform: scaleX(0);
}

.nav-connected_dome a:not(.connected_dome-btn):hover::before,
#contentsArea .nav-connected_dome a:not(.connected_dome-btn):hover::before,
#contentsArea .nav-connected_dome a:not(.connected_dome-btn).current::before {
  transform: scaleX(1);
}


/* ボタン */
.nav-connected_dome a.connected_dome-btn.type-2,
#contentsArea .nav-connected_dome a.connected_dome-btn.type-2 {
  width: fit-content;
  margin: 0;
  font-size: 1rem;
}

#contentsArea .nav-connected_dome a.connected_dome-btn::before,
#contentsArea .nav-connected_dome a.connected_dome-btn:hover::before {
  bottom: auto;
}

#contentsArea .nav-connected_dome a.connected_dome-btn.type-2 span::before{
  background-image: linear-gradient(to right, #883a85 0%, #3557af 50%, #162449 100%);
}

/* SP */
@media screen and (max-width: 599px) {
  #contentsArea .full-width#h1-nav-box-wrap {
    padding: 0;
  }

  .h1-nav-box {
    gap: 0;
    flex-wrap: nowrap;
    width: 100%;
  }

  #contentsArea .nav-connected_dome {
    padding-right: 15px;
  }

  #nav-connected_dome .nav-connected_dome {
    padding-right: 0;
  }

  #contentsArea section.full-width#nav-connected_dome,
  #contentsArea div.full-width#nav-connected_dome{
    padding: 10px 0;
  }

  .nav-connected_dome ul,
  #contentsArea .nav-connected_dome ul {
    width: 100%;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 0;
  }

  .nav-connected_dome ul li,
  #contentsArea .nav-connected_dome ul li {
    width: calc(100% / 3);
  }

  #contentsArea .nav-connected_dome ul li:nth-child(2),
  #contentsArea .nav-connected_dome ul li:nth-child(5) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .nav-connected_dome a,
  #contentsArea .nav-connected_dome a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-top: 1px solid #000;
    padding: 8px;
    min-height: 40px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .nav-connected_dome a:hover,
  .nav-connected_dome a.current,
  #contentsArea .nav-connected_dome a:hover,
  #contentsArea .nav-connected_dome a.current {
    background: #fff;
    color: #000;
  }

  .nav-connected_dome a:not(.connected_dome-btn)::before,
  #contentsArea .nav-connected_dome a:not(.connected_dome-btn)::before {
    content: none;
  }
  .nav-connected_dome a.connected_dome-btn.type-2,
  #contentsArea .nav-connected_dome a.connected_dome-btn.type-2 {
    font-size: 0.875rem;
    padding: 0 18px;
  }
}



/* contents
-------------------------------------------------- */

#wrapper {
	padding: 0;
}

#contentsArea figcaption {
	margin-top: 10px;
	font-size: 0.875rem;
	text-align: center;
}

#contentsArea figcaption.text-right {
	margin-top: 10px;
	font-size: 0.875rem;
	text-align: right !important;
}

#contentsArea p + p,
#contentsArea figure + p {
	margin-top: 10px;
}

#contentsArea section.full-width,
#contentsArea div.full-width,
footer section.full-width,
footer div.full-width {
	margin: 0 calc(50% - 50vw);
	padding: 80px 0;
}

#contentsArea section .sec-inner,
footer div .sec-inner {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

#contentsArea section .sec-inner.type-2,
footer div .sec-inner.type-2 {
	width: 675px;
}

#contentsArea section.full-width.contact-connected_dome,
#contentsArea div.full-width.contact-connected_dome,
footer section.full-width.contact-connected_dome,
footer div.full-width.contact-connected_dome {
	padding: 80px 15px;
}

#contentsArea div.contact-connected_dome .sec-inner.type-2,
#contentsArea div.download-connected_dome .sec-inner.type-2,
footer div.contact-connected_dome .sec-inner.type-2 {
	background: #fff;
	padding: 30px 25px;
}

#contentsArea section .sec-inner.type-3 {
	width: 1010px;
}

#contentsArea section .sec-inner.type-4 {
	width: 810px;
}

#contentsArea section .sec-inner.type-5 {
	width: 900px;
}

#contentsArea .connected_dome-h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 1;
}

#contentsArea .connected_dome-h1 span {
  font-size: 0.875rem;
  font-weight: normal;
}

#contentsArea .connected_dome-h2,
.connected_dome-h2 {
	font-size: 2rem; /* 1rem = 16px */
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	margin-bottom: 40px;
}

#contentsArea .connected_dome-h2::before,
#contentsArea .connected_dome-h2::after {
	content: "";
	width: 150px;
	height: 2px;
	max-width: 30%;
	background: linear-gradient(to right, #883a85 0%, #3557af 50%, #162449 100%);
}

#contentsArea .connected_dome-h2.type-2 {
	color: #fff;
}

#contentsArea .connected_dome-h2.type-3,
.connected_dome-h2.type-3 {
	margin-bottom: 15px;
}

#contentsArea .connected_dome-h2.type-3::before,
#contentsArea .connected_dome-h2.type-3::after {
	content: none;
}

#contentsArea .connected_dome-h3.type-1 {
	font-size: 2rem;
	margin-bottom: 30px;
}

#contentsArea .connected_dome-h3.type-2 {
	font-size: 1.5rem;
	margin-bottom: 24px;
}

#contentsArea .connected_dome-h3.type-3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-top: 60px;
}

#contentsArea .connected_dome-h4 {
	margin: 20px 0 12px;
	font-size: 1rem;
	font-weight: bold;
}

#contentsArea .connected_dome-h5 {
	margin: 16px 0 8px;
	font-size: 1rem;
	font-weight: bold;
}

.text-blue{
  color:#3557af;
}

#contentsArea .scene-textbox {
	width: calc(430px + 45px);
	max-width: 100%;
	padding: 45px 0 45px 45px;
}

#contentsArea .contact-txt,
.contact-txt {
	font-size: 1.25rem;
	text-align: center;
  line-height: 1.8;
}

#merit-connected_dome .connected_dome-h3 {
  display: flex;
  align-items: end;
  gap: 16px;
  line-height: 1.5;
}

#merit-connected_dome .connected_dome-h3 span {
  font-size: 4rem;
  line-height: 1;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to bottom right , #883a85 0%, #3557af 50%, #162449 100%);
  display: inline-block;
}

#merit-connected_dome .grid {
  gap: 40px;
}

#contentsArea .caption {
	font-size: 0.875rem;
	margin-top: 10px;
}

#question-connected_dome .question-list li {
	list-style: none;
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid #99A9B0;
	border-radius: 8px;
}

#question-connected_dome .question-list li:last-child {
	margin-bottom: 0;
}

#question-connected_dome .question-list li h3 {
	font-size: 1.25rem;
	font-weight: normal;
	margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

#question-connected_dome .question-list li p {
  text-indent: -1.3em;
  margin-left: 1.5em;
}

#question-connected_dome .question-list li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  #contentsArea section.full-width,
  #contentsArea div.full-width,
  footer section.full-width,
  footer div.full-width {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
	#wrapper {
		padding: 0;
	}

	#contentsArea section.full-width,
	#contentsArea div.full-width,
  footer section.full-width,
  footer div.full-width {
		padding: 40px 0;
    margin: 0 calc(50% - 50vw);
    width: auto;
	}

	#contentsArea section .sec-inner,
  footer section .sec-inner {
		padding: 0 15px;
	}

  #contentsArea .connected_dome-h1 {
    align-items: start;
    flex-direction: column-reverse;
    padding: 0 0 0 15px;
    font-size: 1.25rem;
    gap:8px;
  }

  #contentsArea .connected_dome-h1 span {
    font-size: 0.75rem;
    margin:0;
  }

  .connected_dome-h2,
	#contentsArea .connected_dome-h2,
  footer .connected_dome-h2 {
		font-size: 1.125rem;
		margin-bottom: 40px;
    gap: 8px;
	}

	#contentsArea .connected_dome-h2::before,
	#contentsArea .connected_dome-h2::after {
		width: 45px;
	}

	#contentsArea .connected_dome-h3.type-1,
	#contentsArea .connected_dome-h3.type-2,
  #contentsArea .connected_dome-h3.type-3,
  #contentsArea .connected_dome-h4 {
		font-size: 1.125rem;
	}

  #contentsArea .connected_dome-h3.type-3 {
    margin-top: 40px;
  }

	#contentsArea .scene-textbox {
		width: 100%;
		padding: 0;
	}

  #contentsArea .connected_dome-h3.type-1,
  #contentsArea .connected_dome-h4 {
    margin: 12px 0 8px;
  }

  #feature-connected_dome .connected_dome-h3 {
    gap: 8px;
  }

  #feature-connected_dome .connected_dome-h3 span {
    font-size: 3.5rem;
  }

	#feature-connected_dome .grid > *:nth-child(2n) {
		transform: translateY(0);
	}
  #feature-connected_dome .grid > *:nth-child(3) {
    margin-top: 0;
  }
  #contentsArea .contact-txt,
  .contact-txt {
    font-size: 1rem;
  }
  #question-connected_dome .question-list li {
    padding: 10px;
  }
  #question-connected_dome .question-list li h3 {
    font-size: 1rem;
    line-height: 1.8;
  }
  #question-connected_dome .question-list li p {
    font-size: 0.875rem;
    margin-left: 1.4em;
  }
  #question-connected_dome .question-list li p span {
    font-size: 1rem;
  }
}

#spec-connected_dome,
#pressrelease-connected_dome {
  margin-top: 120px;
}

#spec-connected_dome table {
  width: 100%;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0;
}

#spec-connected_dome table th {
  color: #fff;
  font-weight: bold;
  background: #09071E;
}

#spec-connected_dome table thead th:first-child,
#spec-connected_dome table tbody th{
  font-size: 1.125rem;
}

#spec-connected_dome table tbody td {
  text-align: center;
}

#spec-connected_dome table th,
#spec-connected_dome table td {
  padding: 8px 0;
}

#spec-connected_dome table thead th {
  border-right: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}

#spec-connected_dome table tbody th,
#spec-connected_dome table tbody td {
  border-right: 1px solid #EAECEE;
  border-bottom: 1px dotted #EAECEE;
}

#spec-connected_dome table tbody tr:last-child th,
#spec-connected_dome table tbody tr:last-child td {
  border-bottom: 1px solid #EAECEE;
}

#spec-connected_dome ol {
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  #spec-connected_dome,
  #pressrelease-connected_dome {
    margin-top: 40px;
}

  #spec-connected_dome .js-scrollable {
    overflow-x: scroll;
  }

  #spec-connected_dome table {
    min-width: 700px;
  }
}

/* button
-------------------------------------------------- */
#contentsArea a.connected_dome-btn,
a.connected_dome-btn,
footer a.connected_dome-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: transparent;
	width: fit-content;
  max-width: 100%;
	height: 56px;
	margin: 40px auto 0 auto;
	padding: 4px 32px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	background-position: 1% 50%;
	background-size: 200% auto;
  transition: .3s;
  position: relative;
  z-index: 10;
}

#contentsArea a.connected_dome-btn::before,
a.connected_dome-btn::before,
footer a.connected_dome-btn::before,
#contentsArea a.connected_dome-btn::after,
a.connected_dome-btn::after,
footer a.connected_dome-btn::after,
#contentsArea a.connected_dome-btn > span::before,
a.connected_dome-btn > span::before,
footer a.connected_dome-btn > span::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  transition: .3s;
}

#contentsArea a.connected_dome-btn::before,
a.connected_dome-btn::before,
footer a.connected_dome-btn::before {
  background: linear-gradient(to bottom right, #883a85 0%, #3557af 50%, #162449 100%);
  padding: 2px;
  z-index: -1;
  opacity: 0;
}

#contentsArea a.connected_dome-btn::after,
a.connected_dome-btn::after,
footer a.connected_dome-btn::after {
  background: #fff;
  z-index: -2;
}

#contentsArea a.connected_dome-btn:hover::before,
a.connected_dome-btn:hover::before,
footer a.connected_dome-btn:hover::before {
  opacity: 1;
}

#contentsArea a.connected_dome-btn > span::before,
a.connected_dome-btn > span::before,
footer a.connected_dome-btn > span::before {
  background: linear-gradient(to right, #883a85 0%, #3557af 50%, #162449 100%);
  z-index: -3;
  padding: 2px;
  opacity: 1;
  transition: .3s;
}

#contentsArea a.connected_dome-btn:hover > span::before,
a.connected_dome-btn:hover > span::before,
footer a.connected_dome-btn:hover > span::before {
  opacity: 0;
}

#contentsArea a.connected_dome-btn > span {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to bottom right , #883a85 0%, #3557af 50%, #162449 100%);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .3s;
  font-weight: bold; /* 文字を太くする */
  -webkit-text-stroke: 0.3px transparent;
  letter-spacing: 0.01em;
}

#contentsArea a.connected_dome-btn:hover > span {
  color: #fff;
}

/* type-2は白とグラデーションが反転 */

#contentsArea a.connected_dome-btn.type-2,
a.connected_dome-btn.type-2,
footer a.connected_dome-btn.type-2 {
  width: 358px;
  font-size: 1.5rem;
}

#contentsArea a.connected_dome-btn.type-2::before,
a.connected_dome-btn.type-2::before,
footer a.connected_dome-btn.type-2::before {
  background: #fff;
  padding: 0;
  z-index: -2;
  opacity: 0;
}

#contentsArea a.connected_dome-btn.type-2::after,
a.connected_dome-btn.type-2::after,
footer a.connected_dome-btn.type-2::after {
  background: linear-gradient(to bottom right, #883a85 0%, #3557af 50%, #162449 100%);
  padding: 0;
  z-index: -1;
}

#contentsArea a.connected_dome-btn.type-2:hover::before,
a.connected_dome-btn.type-2:hover::before,
footer a.connected_dome-btn.type-2:hover::before {
  opacity: 1;
}

#contentsArea a.connected_dome-btn.type-2:hover::after,
a.connected_dome-btn.type-2:hover::after,
footer a.connected_dome-btn.type-2:hover::after {
  opacity: 0;
}

#contentsArea a.connected_dome-btn.type-2 span::before,
a.connected_dome-btn.type-2 span::before,
footer a.connected_dome-btn.type-2 span::before {
  opacity: 1;
  background-image: linear-gradient(to right , #E174FC 0%, #FFAB48 100%);
  padding: 1px;
}

#contentsArea a.connected_dome-btn.type-2:hover span::before,
a.connected_dome-btn.type-2:hover span::before,
footer a.connected_dome-btn.type-2:hover span::before {
  opacity: 1;
}

#contentsArea a.connected_dome-btn.type-2 span,
a.connected_dome-btn.type-2 span,
footer a.connected_dome-btn.type-2 span{
  color: #fff;
}

#contentsArea a.connected_dome-btn.type-2:hover span,
a.connected_dome-btn.type-2:hover span,
footer a.connected_dome-btn.type-2:hover span {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to bottom right , #883a85 0%, #3557af 50%, #162449 100%);
}

#contentsArea a.connected_dome-btn span.arrow {
  position: relative;
}

#contentsArea a.connected_dome-btn span.arrow::after,
a.connected_dome-btn span.arrow::after,
footer a.connected_dome-btn span.arrow::after,
#contentsArea a.connected_dome-btn:hover span.arrow::before,
a.connected_dome-btn:hover span.arrow::before,
footer a.connected_dome-btn:hover span.arrow::before {
  content: "";
  display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s;
}

#contentsArea a.connected_dome-btn span.arrow::after,
a.connected_dome-btn span.arrow::after,
footer a.connected_dome-btn span.arrow::after {
  border-image: linear-gradient(to bottom right , #883a85 0%, #3557af 50%, #162449 100%);
  border-image-slice: 1;
}

/* span.arrow::beforeを全く同じ箇所に重ねる */
#contentsArea a.connected_dome-btn:hover span.arrow::before,
a.connected_dome-btn:hover span.arrow::before,
footer a.connected_dome-btn:hover span.arrow::before {
  border-color: #fff;
  z-index: -1;
}

#contentsArea a.connected_dome-btn:hover span.arrow::after,
a.connected_dome-btn:hover span.arrow::after,
footer a.connected_dome-btn:hover span.arrow::after {
  opacity: 0;
}

@media screen and (max-width:599px) {
  #contentsArea a.connected_dome-btn,
  a.connected_dome-btn,
  footer a.connected_dome-btn {
    margin-top: 24px;
  }
}

/* 画像 before after
-------------------------------------------------- */
#contentsArea input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: 0;
	left: -1em;
	transform: translateY(-50%);
  background-color: transparent;
  width: 104%;
}
#contentsArea input[type=range]:focus {
  outline: none;
}
#contentsArea input[type=range]:active {
  outline: none;
}

#contentsArea input[type=range]::-moz-range-track {
  -moz-appearance:none;
	height:15px;
	width: 98%;
	background-color: rgba(255,255,255,0.1);
	position: relative;
	outline: none;
}
#contentsArea input[type=range]:active {
  border: none;
  outline: none;
}
#contentsArea input[type=range]::-webkit-slider-thumb {
	-webkit-appearance:none;
	width: 33px;
	height: 33px;
	background: url(/planetarium/hard/connected_dome-led/img/icon_slide.svg) no-repeat center center / cover;
}
#contentsArea input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

@media screen and (max-width: 959px) {
	#contentsArea input[type=range] {
		left: 0;
		width: 100%;
	}
}


/* 背景
-------------------------------------------------- */

#about-connected_dome {
	background: #EAECEE;
}

.contact-connected_dome {
	background: url(/planetarium/connected_dome/img/bg_contact.webp) no-repeat center center / cover;
}

#question-connected_dome {
	background: #EAECEE;
}

#function-connected_dome {
	background: #F2F2F2;
}

@media screen and (max-width:599px) {
  .contact-connected_dome {
    background: url(/planetarium/connected_dome/img/bg_contact_sp.webp) no-repeat center center / cover;
  }
}

/* grid
-------------------------------------------------- */
.grid {
  width: 100%;
  display: grid;
  height: auto;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.grid img {
  width: 100%;
}
.grid.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.y-center {
  align-items: center;
}
.grid.y-end {
  align-items: flex-end;
}
.grid.x-center {
  justify-content: center;
}

#contentsArea .grid + .grid {
	margin-top: 50px;
}

@media screen and (max-width: 959px) {
  .grid {
    gap: 16px;
  }
  .grid.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.tb-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.tb-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.tb-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.tb-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .grid.sp-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.sp-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.sp-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.sp-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.sp-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #contentsArea .grid + .grid {
    margin-top: 30px;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-3 {
  order: 4;
}

.reverse .order-1 {
  order: 4;
}
.reverse .order-2 {
  order: 3;
}
.reverse .order-3 {
  order: 2;
}
.reverse .order-4 {
  order: 1;
}

@media screen and (max-width: 959px) {
  .reverse .order-1 {
    order: 1;
  }
  .reverse .order-2 {
    order: 2;
  }
  .reverse .order-3 {
    order: 3;
  }
  .reverse .order-4 {
    order: 4;
  }
}
.gap-0 {
  gap: 0px;
}

.col-gap-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.row-gap-0 {
  row-gap: 0px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-0 {
    gap: 0px !important;
  }
  .minpc-col-gap-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
  .minpc-row-gap-0 {
    row-gap: 0px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-0 {
    gap: 0px !important;
  }
  .tb-col-gap-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
  .tb-row-gap-0 {
    row-gap: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-0 {
    gap: 0px !important;
  }
  .sp-col-gap-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
  .sp-row-gap-0 {
    row-gap: 0px !important;
  }
}
.gap-2 {
  gap: 2px;
}

.col-gap-2 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.row-gap-2 {
  row-gap: 2px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-2 {
    gap: 2px !important;
  }
  .minpc-col-gap-2 {
    -moz-column-gap: 2px !important;
         column-gap: 2px !important;
  }
  .minpc-row-gap-2 {
    row-gap: 2px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-2 {
    gap: 2px !important;
  }
  .tb-col-gap-2 {
    -moz-column-gap: 2px !important;
         column-gap: 2px !important;
  }
  .tb-row-gap-2 {
    row-gap: 2px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-2 {
    gap: 2px !important;
  }
  .sp-col-gap-2 {
    -moz-column-gap: 2px !important;
         column-gap: 2px !important;
  }
  .sp-row-gap-2 {
    row-gap: 2px !important;
  }
}
.gap-4 {
  gap: 4px;
}

.col-gap-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.row-gap-4 {
  row-gap: 4px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-4 {
    gap: 4px !important;
  }
  .minpc-col-gap-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  .minpc-row-gap-4 {
    row-gap: 4px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-4 {
    gap: 4px !important;
  }
  .tb-col-gap-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  .tb-row-gap-4 {
    row-gap: 4px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-4 {
    gap: 4px !important;
  }
  .sp-col-gap-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  .sp-row-gap-4 {
    row-gap: 4px !important;
  }
}
.gap-8 {
  gap: 8px;
}

.col-gap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.row-gap-8 {
  row-gap: 8px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-8 {
    gap: 8px !important;
  }
  .minpc-col-gap-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  .minpc-row-gap-8 {
    row-gap: 8px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-8 {
    gap: 8px !important;
  }
  .tb-col-gap-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  .tb-row-gap-8 {
    row-gap: 8px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-8 {
    gap: 8px !important;
  }
  .sp-col-gap-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  .sp-row-gap-8 {
    row-gap: 8px !important;
  }
}
.gap-10 {
  gap: 10px;
}

.col-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.row-gap-10 {
  row-gap: 10px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-10 {
    gap: 10px !important;
  }
  .minpc-col-gap-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .minpc-row-gap-10 {
    row-gap: 10px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-10 {
    gap: 10px !important;
  }
  .tb-col-gap-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .tb-row-gap-10 {
    row-gap: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-10 {
    gap: 10px !important;
  }
  .sp-col-gap-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .sp-row-gap-10 {
    row-gap: 10px !important;
  }
}
.gap-16 {
  gap: 16px;
}

.col-gap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.row-gap-16 {
  row-gap: 16px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-16 {
    gap: 16px !important;
  }
  .minpc-col-gap-16 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  .minpc-row-gap-16 {
    row-gap: 16px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-16 {
    gap: 16px !important;
  }
  .tb-col-gap-16 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  .tb-row-gap-16 {
    row-gap: 16px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-16 {
    gap: 16px !important;
  }
  .sp-col-gap-16 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  .sp-row-gap-16 {
    row-gap: 16px !important;
  }
}
.gap-24 {
  gap: 24px;
}

.col-gap-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.row-gap-24 {
  row-gap: 24px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-24 {
    gap: 24px !important;
  }
  .minpc-col-gap-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  .minpc-row-gap-24 {
    row-gap: 24px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-24 {
    gap: 24px !important;
  }
  .tb-col-gap-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  .tb-row-gap-24 {
    row-gap: 24px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-24 {
    gap: 24px !important;
  }
  .sp-col-gap-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  .sp-row-gap-24 {
    row-gap: 24px !important;
  }
}
.gap-32 {
  gap: 32px;
}

.col-gap-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.row-gap-32 {
  row-gap: 32px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-32 {
    gap: 32px !important;
  }
  .minpc-col-gap-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
  .minpc-row-gap-32 {
    row-gap: 32px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-32 {
    gap: 32px !important;
  }
  .tb-col-gap-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
  .tb-row-gap-32 {
    row-gap: 32px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-32 {
    gap: 32px !important;
  }
  .sp-col-gap-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
  .sp-row-gap-32 {
    row-gap: 32px !important;
  }
}
.gap-40 {
  gap: 40px;
}

.col-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.row-gap-40 {
  row-gap: 40px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-40 {
    gap: 40px !important;
  }
  .minpc-col-gap-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .minpc-row-gap-40 {
    row-gap: 40px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-40 {
    gap: 40px !important;
  }
  .tb-col-gap-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .tb-row-gap-40 {
    row-gap: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-40 {
    gap: 40px !important;
  }
  .sp-col-gap-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .sp-row-gap-40 {
    row-gap: 40px !important;
  }
}
.gap-48 {
  gap: 48px;
}

.col-gap-48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.row-gap-48 {
  row-gap: 48px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-48 {
    gap: 48px !important;
  }
  .minpc-col-gap-48 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  .minpc-row-gap-48 {
    row-gap: 48px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-48 {
    gap: 48px !important;
  }
  .tb-col-gap-48 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  .tb-row-gap-48 {
    row-gap: 48px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-48 {
    gap: 48px !important;
  }
  .sp-col-gap-48 {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  .sp-row-gap-48 {
    row-gap: 48px !important;
  }
}
.gap-56 {
  gap: 56px;
}

.col-gap-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.row-gap-56 {
  row-gap: 56px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-56 {
    gap: 56px !important;
  }
  .minpc-col-gap-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }
  .minpc-row-gap-56 {
    row-gap: 56px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-56 {
    gap: 56px !important;
  }
  .tb-col-gap-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }
  .tb-row-gap-56 {
    row-gap: 56px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-56 {
    gap: 56px !important;
  }
  .sp-col-gap-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }
  .sp-row-gap-56 {
    row-gap: 56px !important;
  }
}
.gap-60 {
  gap: 60px;
}

.col-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.row-gap-60 {
  row-gap: 60px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-60 {
    gap: 60px !important;
  }
  .minpc-col-gap-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .minpc-row-gap-60 {
    row-gap: 60px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-60 {
    gap: 60px !important;
  }
  .tb-col-gap-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .tb-row-gap-60 {
    row-gap: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-60 {
    gap: 60px !important;
  }
  .sp-col-gap-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .sp-row-gap-60 {
    row-gap: 60px !important;
  }
}
.gap-64 {
  gap: 64px;
}

.col-gap-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.row-gap-64 {
  row-gap: 64px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-64 {
    gap: 64px !important;
  }
  .minpc-col-gap-64 {
    -moz-column-gap: 64px !important;
         column-gap: 64px !important;
  }
  .minpc-row-gap-64 {
    row-gap: 64px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-64 {
    gap: 64px !important;
  }
  .tb-col-gap-64 {
    -moz-column-gap: 64px !important;
         column-gap: 64px !important;
  }
  .tb-row-gap-64 {
    row-gap: 64px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-64 {
    gap: 64px !important;
  }
  .sp-col-gap-64 {
    -moz-column-gap: 64px !important;
         column-gap: 64px !important;
  }
  .sp-row-gap-64 {
    row-gap: 64px !important;
  }
}
.gap-72 {
  gap: 72px;
}

.col-gap-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.row-gap-72 {
  row-gap: 72px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-72 {
    gap: 72px !important;
  }
  .minpc-col-gap-72 {
    -moz-column-gap: 72px !important;
         column-gap: 72px !important;
  }
  .minpc-row-gap-72 {
    row-gap: 72px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-72 {
    gap: 72px !important;
  }
  .tb-col-gap-72 {
    -moz-column-gap: 72px !important;
         column-gap: 72px !important;
  }
  .tb-row-gap-72 {
    row-gap: 72px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-72 {
    gap: 72px !important;
  }
  .sp-col-gap-72 {
    -moz-column-gap: 72px !important;
         column-gap: 72px !important;
  }
  .sp-row-gap-72 {
    row-gap: 72px !important;
  }
}
.gap-80 {
  gap: 80px;
}

.col-gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row-gap-80 {
  row-gap: 80px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-80 {
    gap: 80px !important;
  }
  .minpc-col-gap-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
  .minpc-row-gap-80 {
    row-gap: 80px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-80 {
    gap: 80px !important;
  }
  .tb-col-gap-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
  .tb-row-gap-80 {
    row-gap: 80px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-80 {
    gap: 80px !important;
  }
  .sp-col-gap-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
  .sp-row-gap-80 {
    row-gap: 80px !important;
  }
}
.gap-96 {
  gap: 96px;
}

.col-gap-96 {
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.row-gap-96 {
  row-gap: 96px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-96 {
    gap: 96px !important;
  }
  .minpc-col-gap-96 {
    -moz-column-gap: 96px !important;
         column-gap: 96px !important;
  }
  .minpc-row-gap-96 {
    row-gap: 96px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-96 {
    gap: 96px !important;
  }
  .tb-col-gap-96 {
    -moz-column-gap: 96px !important;
         column-gap: 96px !important;
  }
  .tb-row-gap-96 {
    row-gap: 96px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-96 {
    gap: 96px !important;
  }
  .sp-col-gap-96 {
    -moz-column-gap: 96px !important;
         column-gap: 96px !important;
  }
  .sp-row-gap-96 {
    row-gap: 96px !important;
  }
}
.gap-128 {
  gap: 128px;
}

.col-gap-128 {
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.row-gap-128 {
  row-gap: 128px;
}

@media screen and (max-width: 1400px) {
  .minpc-gap-128 {
    gap: 128px !important;
  }
  .minpc-col-gap-128 {
    -moz-column-gap: 128px !important;
         column-gap: 128px !important;
  }
  .minpc-row-gap-128 {
    row-gap: 128px !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-gap-128 {
    gap: 128px !important;
  }
  .tb-col-gap-128 {
    -moz-column-gap: 128px !important;
         column-gap: 128px !important;
  }
  .tb-row-gap-128 {
    row-gap: 128px !important;
  }
}
@media screen and (max-width: 599px) {
  .sp-gap-128 {
    gap: 128px !important;
  }
  .sp-col-gap-128 {
    -moz-column-gap: 128px !important;
         column-gap: 128px !important;
  }
  .sp-row-gap-128 {
    row-gap: 128px !important;
  }
}


/* text-align
-------------------------------------------------- */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* 改行
-------------------------------------------------- */
.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.br-pc-tb {
  display: block;
}

.br-tb-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .br-pc-tb {
    display: block;
  }
  .br-tb-sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-pc-tb {
    display: none;
  }
}

/* Splide
-------------------------------------------------- */

#contentsArea #mv-connected_dome.full-width {
  padding: 20px 0 0;
}

#contentsArea .splide__slide {
  margin-right: 25px;
  max-width: 970px;
}

#contentsArea .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#contentsArea .splide__slide .splide__txt {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
}

#contentsArea .splide__slide .splide__txt.num01 {
  bottom: 50px;
  left: 40px;
}

#contentsArea .splide__slide .splide__txt.num02 {
  top: 50px;
  left: 40px;
}

#contentsArea .splide__slide .splide__txt.num03 {
  bottom: 40px;
  left: 45px;
}

#contentsArea .splide__slide .splide__txt.num04 {
  right: 60px;
  bottom: 50px;
}

#contentsArea .splide__slide .splide__txt span {
  display: block;
  width: fit-content;
  background: rgba(0, 0, 0, .5);
  border-radius: 8px;
  padding: 0 10px;
  line-height: 1.5;
}

#contentsArea .splide__slide .splide__txt span + span {
  margin-top: 10px;
}

#contentsArea .thumbnails {
  display: flex;
  gap: 15px;
  margin: -40px auto 0;
  padding: 0;
  justify-content: center;
}


#contentsArea .thumbnail {
  width: 178px;
  height: 100px;
  /* overflow: hidden; */
  list-style: none;
  cursor: pointer;
  position: relative;
}

#contentsArea .thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  transform: translateY(95%);
  border-radius: 4px;
  background: #D8D7E4;
}

#contentsArea .thumbnail.is-active::before {
  background: linear-gradient(to right, #883a85 0%, #3557af 50%, #162449 100%);
}

#contentsArea .thumbnail::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
  border-radius: 4px;
  transition: .3s;
}

#contentsArea .thumbnail.is-active::after,
#contentsArea .thumbnail:hover::after {
  opacity: 0;
}

#contentsArea .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

#contentsArea .thumbnail .thumbnail_txt {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  padding: 0 4px;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 4px;
}

.sp-block {
  display: none !important;
}

@media screen and (max-width: 599px) {
  #contentsArea #mv-connected_dome.full-width {
    padding: 0;
  }

  #contentsArea .splide__slide .splide__txt {
    font-size: 1.25rem;
  }

  #contentsArea .splide__slide .splide__txt.num01,
  #contentsArea .splide__slide .splide__txt.num03 {
    bottom: 10px;
    left: 10px;
  }

  #contentsArea .splide__slide .splide__txt.num02 {
    top: 10px;
    left: 10px;
  }

  #contentsArea .splide__slide .splide__txt.num04 {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    white-space: nowrap;
  }

  #contentsArea .splide__slide .splide__txt span {
    padding: 0 5px;
  }

  #contentsArea .splide__slide .splide__txt span + span {
    margin-top: 5px;
  }

  #contentsArea .thumbnails {
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 15px;
    row-gap: 20px;
  }
  #contentsArea .thumbnail {
    width: calc(50% - 7.5px);
    height: auto;
  }
  #contentsArea .thumbnail::before {
    transform: translateY(90%);
  }
  #contentsArea .thumbnail .thumbnail_txt {
    font-size: 0.875rem;
    top: 55%;
    bottom: auto;
    padding: 0 2px;
    background: rgba(0, 0, 0, .6);
    transform: translate(-50%, -50%);
  }
  .sp-block {
    display: block !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }
}

/* footer
-------------------------------------------------- */
footer {
  clear: inherit;
  background: inherit;
  margin: inherit;
  padding: 0;
  width: auto;
}

footer .sec-inner {
  line-height: normal;
}

#footer-connected_dome {
  background: url(/common/unchangeable/img/bg_dotted_line01.png) repeat-x left top;
  margin: 5px 0 30px;
  padding-top: 10px;
  width: 970px;
}

@media only screen and (max-width: 599px) {
  #footer-connected_dome {
    background: none;
    background-color: #e7e7e7;
    margin-bottom: 0;
    width: auto;
  }
}

/* アクセシビリティ
-------------------------------------------------- */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}



#modelcase .connected_dome-h2 {
  margin-bottom: 32px;
}

#contentsArea .modelcase-anchor {
  width: 360px;
  max-width: 100%;
  margin: 0 auto 40px;
}

#contentsArea .modelcase-anchor li a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 10px 40px 10px 0;
  margin-top: 15px;
  border-bottom: 1px solid #303b6e;
  font-size: 1.25rem;
  font-weight: bold;
  color: #303b6e;
  text-decoration: none;
  position: relative;
  transition: .3s;
}

#contentsArea .modelcase-anchor li a:hover {
  background: #F3EFFC;
}

#contentsArea .modelcase-anchor li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/planetarium/connected_dome/img/icon_anchor.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: .3s;
}

#contentsArea .modelcase-anchor li a:hover::before {
  background: url(/planetarium/connected_dome/img/icon_anchor_hover.svg) no-repeat center center / contain;
}

#contentsArea .modelcase-anchor li a span {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to bottom right , #883a85 0%, #3557af 50%, #162449 100%);
  white-space: nowrap;
}


#contentsArea .components-gradation {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right , #883a85 0%, #3557af 70%, #162449 100%);
  margin-right: 16px;
}

#contentsArea .border-box {
  width: 480px;
  max-width: 100%;
  margin: 20px auto;
  background: linear-gradient(to right, #883a85 0%, #3557af 50%, #162449 100%);
  border-radius: 10px;
  padding: 1px; /* ボーダーの分だけ余白を取る */
}

#contentsArea .border-box > ul {
  background: #fff;
  border-radius: 9px;
  padding: 12px 20px;
}

#contentsArea .border-box li {
  display: flex;
}

#contentsArea .border-box li span:nth-child(1) {
  min-width: 80px;
}

#contentsArea .border-box li span:nth-child(2) {
  text-indent: -1em;
  margin-left: 1em;
}

#contentsArea .components-1,
#contentsArea .components-3 {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}

#contentsArea .components-2,
#contentsArea .components-4 {
  width: 606px;
  max-width: 100%;
  margin: 0 auto;
}

#contentsArea .components-1 .components-container:first-child::before,
#contentsArea .components-1 .components-container:first-child::after,
#contentsArea .components-1 .components-container:nth-child(2)::before,
#contentsArea .components-1 .components-container:nth-child(2)::after,
#contentsArea .components-2 .components-container:first-child::before,
#contentsArea .components-2 .components-container:first-child::after,
#contentsArea .components-2 .components-container:nth-child(2)::before,
#contentsArea .components-2 .components-container:nth-child(2)::after,
#contentsArea .components-3 .components-container:first-child::before,
#contentsArea .components-3 .components-container:first-child::after,
#contentsArea .components-3 .components-container:nth-child(2)::before,
#contentsArea .components-3 .components-container:nth-child(2)::after,
#contentsArea .components-4 .components-container:first-child::before,
#contentsArea .components-4 .components-container:first-child::after,
#contentsArea .components-4 .components-container:nth-child(2)::before,
#contentsArea .components-4 .components-container:nth-child(2)::after{
  top: 50%;
}

#contentsArea .components-2 .components-container:nth-child(2)::before,
#contentsArea .components-2 .components-container:nth-child(2)::after,
#contentsArea .components-4 .components-container:nth-child(2)::before,
#contentsArea .components-4 .components-container:nth-child(2)::after {
  content: none;
}

#contentsArea #components-follow .connected_dome-h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

#components-follow figure {
  width: 150px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

@media screen and (max-width:599px) {

  #contentsArea .modelcase-anchor li a {
    font-size: 1.125rem;
  }

  #contentsArea .components-box.height-100 {
    height: auto;
  }
  #contentsArea .connected_dome-h2:has(.components-gradation) {
    text-align: center;
  }
  #contentsArea .components-gradation {
    margin-right: 0;
  }
  .grid.sp-col-2.type-irregular > *:first-child {
    grid-column: 1 / 3;
  }
  #contentsArea .border-box > ul {
    padding: 10px;
  }
}

/* 背景 */
#components {
  background: #EAECEE;
}

#contentsArea #modelcase-anchor .sec-inner {
  width: 1200px;
  background: url(/planetarium/hard/connected_dome-led/img/bg_modelcase_anchor.webp) no-repeat center center / cover;
  background-size: 100%;
}

#contentsArea #column-anchor .sec-inner {
  width: 100%;
  background: none;
  background-size: 100%;
}

@media screen and (max-width: 599px) {
  #contentsArea #modelcase-anchor .sec-inner {
    background: none;
  }
  #contentsArea #column-anchor .sec-inner {
    background: none;
  }
}

/* 余白 */
#contentsArea .full-width#modelcase-anchor,
#contentsArea .full-width#column-anchor,
#contentsArea .full-width#components-1 {
  padding: 0;
}

#contentsArea .full-width#modelcase-anchor .sec-inner {
  padding-top: 0px;
}


#contentsArea .full-width#column-anchor .sec-inner {
  padding-top: 40px;
  padding-bottom: 0px;
}

#contentsArea .full-width#components-2,
#contentsArea .full-width#components-3 {
  padding-bottom: 0;
}

@media screen and (max-width:599px) {
  #contentsArea .full-width#modelcase-anchor .sec-inner {
    padding-top: 40px;
  }
  #contentsArea .full-width#components-1,
  #contentsArea .full-width#components-2,
  #contentsArea .full-width#components-3 {
    padding-bottom: 40px;
  }
}

/* searchbox調整
-------------------------------------------------- */
@media screen and (max-width:599px) {
  header div.svgSwitch .leftBox p.siteNameFull {
    margin-top: 1px;
  }
  header .leftBox p.siteNameFull img {
    width: 80px !important;
  }
  .searchBoxSP {
    box-sizing: unset;
  }
}


/* 20241011追加
-------------------------------------------------- */
#contentsArea #modelcase-anchor .sec-inner.bg-none{
  background:inherit;
  background-size:inherit  
}

#contentsArea #modelcase-anchor .connected_dome-index {
  width: 640px;
  max-width: 100%;
  margin: 1px auto 0;
  padding:0;
}

.accordion-title{
  cursor:pointer; 
}

.accordion-title .arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4b4b4b;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-title.active .arrow-down {
  transform: rotate(180deg);
}

.accordion-title:hover .arrow-down {
  border-top: 5px solid #FFF;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content.active {
  max-height: 1000px;
}

.process-flow {
  padding: 20px;
}

.process-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.process-step {
  background: #ffffff;
  margin-bottom: 50px !important;
}
.step-title {
  font-size: 1em;
  color: #ffffff;
  padding: 20px !important;
  background: #ffffff;
  position: relative;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 50px;
  width: 100%;
}
.step-title::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 20px  rgb(61, 97, 255);
}
.step-1 .step-title {
  background-color: #4b2e83;
  letter-spacing: 1px;
}
.step-1 .step-title::before {
  border-left: solid 20px #4b2e83;
}
.step-2 .step-title {
  background-color: #414793;
  letter-spacing: 1px;
}
.step-2 .step-title::before {
  border-left: solid 20px #414793;
}
.step-3 .step-title {
  background-color: #303c6e;
  letter-spacing: 1px;
}
.step-3 .step-title::before {
  border-left: solid 20px #303c6e;
}
.process-step ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px !important;
  font-size: 0.9em;
  line-height: 1.6;
  gap:30px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-content:center;
  align-items:center;
  height:340px;
}

.process-step ul li {
  margin-bottom: 10px;
  padding: 13px !important;
  height:340px;
  border-radius:50px;
  text-align: center;
  writing-mode: vertical-rl;
}
.process-step ul li+li{
    position: relative;
}
.process-step ul li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 2px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    left:-17px;
    margin: auto;
    transform: rotate(90deg);
}
.process-step ul li+li:last-child::after{
  content: "";
    display: block;
    height: 1em;
    border-left: 2px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    right:-17px;
    margin: auto;
    transform: rotate(90deg);
}
.process-step.step-3 ul li+li:last-child::after{
    display: none;
}

.step-1 ul li {
  border: 2px solid #4b2e83;
}
.step-2 ul li {
  border: 2px solid #414793;
}
.step-3 ul li {
  border: 2px solid #303c6e;
}
.process-step ul li span {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  line-height: 1.2;
  font-size: medium;
  letter-spacing: 1px;
  font-weight: 600;
}
          
@media (max-width: 768px) {
  .process-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px !important;    
  }

  .process-step {
    margin-bottom: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .step-title {
    /* font-size: 1em; */
    color: #ffffff;
    padding: 20px 10px !important;
    background: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
    height: auto;
    width: 40px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .step-title::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    margin: 0 auto;
    bottom: -45px;
    left: 19px;
    top:auto;
    transform: translateX(-50%);
  }
  .step-1 .step-title::before {
    border-left: solid 20px transparent;
    border-top: solid 21px #4b2e83;
  }
  .step-2 .step-title::before {
    border-left: solid 20px transparent;
    border-top: solid 21px #414793;
  }
  .step-3 .step-title::before {
    border-left: solid 20px transparent;
    border-top: solid 21px #303c6e;
  }

  .process-step ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 30px !important;
    margin-top: 0 !important;
    font-size: 0.9em;
    line-height: 1.6;
    gap:30px;
    color: #333;
    display: flex;
    flex-direction: column;
    height:auto;
    width: 100%;
  }

  .process-step ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 13px !important;
    height:auto;
    text-align: center;
    writing-mode: inherit;
  }
  .process-step ul li+li{
      position: relative;
  }
  .process-step ul li+li::before{
      content: "";
      display: block;
      height: 1em;
      border-left: 2px solid #999;
      position: absolute;
      top: -80px;
      bottom: 0;
      left:50%;
      margin: auto;
      transform: rotate(0deg);
  }
  .process-step ul li+li:last-child::after{
    content: "";
    display: block;
    height: 1em;
    border-left: 2px solid #999;
    position: absolute;
    top: 0;
    bottom: -85px;
    left:50%;
    margin: auto;
    transform: rotate(0deg);
  }

  .process-step.step-3 ul li+li:last-child::after{
      display: none;
  }
  .process-step ul li span {
    display: inline-block;
    writing-mode: inherit;
    text-orientation: inherit;
    -webkit-text-orientation:inherit;
    text-orientation: inherit;
    line-height: 1.2;
  }

  .process-arrow {
    width: 50px;
    height: 20px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background-color: #4b2e83;
    margin: 0 10px;
  }
}

/* 20250610追加
-------------------------------------------------- */
#contentsArea .full-width.download-connected_dome,
#contentsArea .full-width.jaxa-connected_dome,
#contentsArea .full-width.column-connected_dome{
    padding: 80px 0 0;
}

#contentsArea .full-width.column-connected_dome.pt-half{
  padding: 40px 0 0;
}

@media screen and (max-width: 599px) {
  #contentsArea .full-width.download-connected_dome,
  #contentsArea .full-width.jaxa-connected_dome,
  #contentsArea .full-width.column-connected_dome{
      padding: 40px 0 0;
  }
  #contentsArea .full-width.column-connected_dome.pt-half{
    padding: 20px 0 0;
  }
}

#contentsArea .full-width.column-connected_dome.column-end{
    padding: 80px 0;
}

@media screen and (max-width: 599px) {
  #contentsArea .full-width.column-connected_dome.column-end{
    padding: 40px 0;
  }
}

#contentsArea .location-txt dl {
  display: flex;
}

#contentsArea .location-txt dt {
  width: 80px;
  flex-basis: 80px;
  flex-shrink: 0;
}

#contentsArea .location-txt dd {
  margin-left: 0;
  padding-left: 0;
  flex: 1;
}


#jaxa-connected_dome table {
  width: 100%;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0;
}

#jaxa-connected_dome table th {
  color: #fff;
  font-weight: bold;
  background: #09071E;
}

#jaxa-connected_dome table thead th:first-child,
#jaxa-connected_dome table tbody th{
  font-size: 1.125rem;
}

#jaxa-connected_dome table tbody td {
  background: #fff;
}

#jaxa-connected_dome table th,
#jaxa-connected_dome table td {
  padding: 8px 8px;
}

#jaxa-connected_dome table thead th {
  border-right: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}

#jaxa-connected_dome table tbody th,
#jaxa-connected_dome table tbody td {
  border-right: 1px solid #EAECEE;
  border-bottom: 1px dotted #EAECEE;
}

#jaxa-connected_dome table tbody tr:last-child th,
#jaxa-connected_dome table tbody tr:last-child td {
  border-bottom: 1px solid #EAECEE;
}

#jaxa-connected_dome ol {
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  #jaxa-connected_dome{
    margin-top: 40px;
}

  #jaxa-connected_dome .js-scrollable {
    overflow-x: scroll;
  }

  #jaxa-connected_dome table {
    min-width: 700px;
  }
}

#ledlight-connected_dome {
  margin-top: 120px;
}

#ledlight-connected_dome table {
  width: 100%;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0;
}

#ledlight-connected_dome table th {
  color: #fff;
  font-weight: bold;
  background: #09071E;
}

#ledlight-connected_dome table thead th:first-child,
#ledlight-connected_dome table tbody th{
  font-size: 1.125rem;
}

#ledlight-connected_dome table tbody td {
  text-align: center;
}

#ledlight-connected_dome table th,
#ledlight-connected_dome table td {
  padding: 8px 0;
}

#ledlight-connected_dome table thead th {
  border-right: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}

#ledlight-connected_dome table tbody th,
#ledlight-connected_dome table tbody td {
  border-right: 1px solid #EAECEE;
  border-bottom: 1px dotted #EAECEE;
}

#ledlight-connected_dome table tbody tr:last-child th,
#ledlight-connected_dome table tbody tr:last-child td {
  border-bottom: 1px solid #EAECEE;
}

#ledlight-connected_dome ol {
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  #ledlight-connected_dome{
    margin-top: 40px;
}

  #ledlight-connected_dome .js-scrollable {
    overflow-x: scroll;
  }

  #ledlight-connected_dome table {
    min-width: 700px;
  }
}

#contentsArea .column-h1 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-h1 {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#column-list .column-list-item{
  background: #EAECEE;
  text-decoration: none;
}

#column-list .column-list-item:hover{
  text-decoration: none;
}

#column-list .column-list-item figure{
  width: 100%;
}
#column-list .column-list-item div{
  padding: 0px 12px;
}
#column-list .column-list-item h3{
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 12px;
  position: relative;
  padding-right: 15px;
}

#column-list .column-list-item h3::before{
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
}

#contentsArea .column-connected_dome-h2 {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome-h2 {
    font-size: 1.125rem;
    margin-bottom: 40px;
    gap: 8px;
    line-height: 1.25;
  }
}

#contentsArea .column-connected_dome-h2::before, #contentsArea .column-connected_dome-h2::after {
  content: "";
  width: 140px;
  height: 2px;
  max-width: 30%;
  background: linear-gradient(to right, #883a85 0%, #3557af 50%, #162449 100%);
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome-h2::before, #contentsArea .column-connected_dome-h2::after {
    width: 45px;
  }
}


#contentsArea .column-connected_dome-h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 12px;

}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome-h3 {
    font-size: 1.25rem;
  }
}

#column-list .column-list-item p{
  color: #000;
  font-size: 1rem;
  margin-top: 8px;
  margin-bottom: 12px;
}


#contentsArea .column-connected_dome p.type-1{
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 48px;
  margin-bottom: 24px;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome p.type-1{
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 24px;
    margin-bottom: 12px;
  }
}

#contentsArea .column-connected_dome p.type-2{
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome p.type-2{
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

#contentsArea .column-connected_dome p.type-3{
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 0px;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome p.type-3{
    margin-top: 12px;
  }
}

#contentsArea .column-connected_dome p.type-4{
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 48px;
  margin-bottom: 24px;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome p.type-4{
    margin-top: 24px;
    margin-bottom: 12px;
  }
}

#contentsArea .column-connected_dome ol.type-1{
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 16px;
  padding-left: 24px;
  list-style: decimal;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome ol.type-1{
    margin-top: 12px;
    margin-bottom: 8px;
    padding-left: 16px;
  }
}

#contentsArea .column-connected_dome ul.type-1{
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 16px;
  padding-left: 24px;
  list-style: disc;
}

@media screen and (max-width: 599px) {
  #contentsArea .column-connected_dome ul.type-1{
    margin-top: 12px;
    margin-bottom: 8px;
    padding-left: 16px;
  }
}

#summary-connected_dome{
}

#summary-connected_dome .grid.col-2{
  grid-template-columns: 270px 1fr;
}

#summary-connected_dome .sec-inner.type-4 figure{
  width:270px;
}

@media screen and (max-width: 599px) {
  #summary-connected_dome{
  }
  #summary-connected_dome .grid.col-2{
    grid-template-columns: 1fr;
  }
  #summary-connected_dome .sec-inner.type-4 figure{
    width:100%;
  }
}

#function-connected_dome .connected_dome-h3.type-2{
  text-align:center;
}

#function-connected_dome p{
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  #function-connected_dome{
  }
}

#merit-connected_dome .grid.col-2{
  grid-template-columns: 1fr 360px;
}

#merit-connected_dome .sec-inner.type-4 figure{
  width:360px;
}

ul.disc-list{
  list-style:disc;
  padding-left:1.75rem !important;
}

@media screen and (max-width: 599px) {
  ul.disc-list{
    list-style:disc;
    padding-left:1.75rem !important;
  }
}

#merit-connected_dome p{
  margin-top: 50px;
}


@media screen and (max-width: 599px) {
  #merit-connected_dome .grid.col-2{
    grid-template-columns: 1fr;
  }
  #merit-connected_dome .sec-inner.type-4 figure{
    width:100%;
  }
}

#feature01-connected_dome .connected_dome-h3.type-2,
#feature02-connected_dome .connected_dome-h3.type-2,
#feature03-connected_dome .connected_dome-h3.type-2{
  display: flex;
  align-items: end;
  gap: 16px;
  line-height: 1.5;
}

#feature01-connected_dome .connected_dome-h3.type-2 span,
#feature02-connected_dome .connected_dome-h3.type-2 span,
#feature03-connected_dome .connected_dome-h3.type-2 span{
  font-size: 4rem;
  line-height: 1;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to bottom right, #883a85 0%, #3557af 50%, #162449 100%);
  display: inline-block;
}


#feature01-connected_dome{
}

#feature01-connected_dome .sec-border{
  margin: 20px auto !important;
  background: #fff;
  border-radius: 10px;
  border:1px solid #3557af;
  padding:20px !important;
}

@media screen and (max-width: 599px) {
  #feature01-connected_dome .sec-border{
    margin: 20px auto !important;
    background: #fff;
    border-radius: 10px;
    border:1px solid #3557af;
    padding:15px !important;
    width: 92vw !important;
  }
}

#feature01-connected_dome .sec-border .grid.col-2{
  grid-template-columns: repeat(400px, 1fr);
}

#feature01-connected_dome .connected_dome-h4{
  margin: 30px 0 24px;
}

#feature01-connected_dome .attention{
  text-align:center;
  margin-top:20px;
  background:#f5f5f5;
  padding:10px;
  border-radius: 10px;
}

#feature01-connected_dome p{
}

#feature02-connected_dome .grid.col-2{
  grid-template-columns: 360px 1fr;
}

#feature02-connected_dome .grid.col-2.lineup-connected_dome{
  grid-template-columns: 240px 1fr;
}

@media screen and (max-width: 599px) {
  #feature02-connected_dome .grid.col-2,
  #feature02-connected_dome .grid.col-2.lineup-connected_dome{
      grid-template-columns: 1fr;
  }
}

#feature02-connected_dome .grid.col-2 figure{
  display:flex;
  justify-content:center;
  align-items:center;
}

#feature02-connected_dome .grid.col-2 figure img{
  width:auto !important;
  height:170px !important;
}

#feature02-connected_dome .grid.col-2 h5{
  font-size:1rem;
  margin-top:1rem;
}

#feature03-connected_dome{
  
}

#feature03-connected_dome .grid.col-2{
  grid-template-columns: 360px 1fr;
  align-items:center;
}


@media screen and (max-width: 599px) {
  #feature03-connected_dome .grid.col-2{
    grid-template-columns: 1fr;
  }  
}
/* test */
