/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
}

#article .section .inner {
  /* -------------------------------------
               content
            ------------------------------------- */
}

#article .section.section_1 .inner .content .item .figure {
  width: 100%;
  height: 100vw;
  background: black;
  overflow: hidden;
}

#article .section.section_1 .inner .content .item .figure img {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.section_1 .inner .content .item p.notice {
  color: #f00;
}

#article .section.section_1 .inner .content .item .float_r {
  width: 84vw;
  padding: 8vw 0;
  margin: 0 auto;
}

#article .section.section_1 .inner .content .item.image {
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner .content .item.image .figure {
  height: 133.33333vw;
}

#article .section.section_1 .inner .content .item.image .figure img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.75;
}

#article .section.section_1 .inner .content .item.image .h3.h3_3 span {
  color: white;
  text-shadow: 0 0 12px black;
}

#article .section.section_1 .inner .content .item.image .h3.h3_3 span.txt {
  font-size: 2.6rem;
}

#article .section.section_1 .inner .content .item.image .h3.h3_3 span.txt_2 {
  font-size: 1.8rem;
  margin: 1.4rem 0 0;
}

#article .section.section_1 .inner .content .item.image .float_c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#article .section.section_1 .inner .content.content_1 .item .h3.h3_3 span.txt {
  writing-mode: tb-rl;
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.75;
}

#article .section.section_1 .inner .content.content_1 .item .h4.h4_2 {
  margin: 0 auto 1.4rem;
}

#article .section.section_1 .inner .content.content_1 .item.item_1.float {
  display: flex;
  flex-wrap: wrap;
}

#article .section.section_1 .inner .content.content_1 .item.item_1 .float_l,
#article .section.section_1 .inner .content.content_1 .item.item_1 .float_r {
  width: 50vw;
  padding: 0;
  margin: 0;
}

#article .section.section_1 .inner .content.content_1 .item.item_1 .float_l .figure,
#article .section.section_1 .inner .content.content_1 .item.item_1 .float_r .figure {
  height: 50vw;
}

#article .section.section_1 .inner .content.content_1 .item.item_1 .float_c {
  width: 84vw;
  padding: 8vw;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.highlight .item .h4.h4_1 {
  align-items: flex-start;
  margin: 0 auto 1.4rem;
}

#article .section.section_1 .inner .content.highlight .item .h4.h4_1 span {
  line-height: 1.5;
}

#article .section.section_1 .inner .content.highlight .item .h4.h4_1 span.num {
  font-size: 1.6rem;
  transform: translateY(-0.05em);
}

#article .section.section_1 .inner .content.highlight .item .h4.h4_1 span.txt {
  margin: 0;
}

#article .section.section_1 .inner .content.floor .h4.h4_3 {
  color: white;
  padding: 1rem 1.5rem;
  margin: 0 auto;
  background: #000;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.floor .table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.floor .table .th,
#article .section.section_1 .inner .content.floor .table .td {
  font-size: 1rem;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.floor .table .th {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  width: 34.66667vw;
  padding: 0;
  background: #999999;
}

#article .section.section_1 .inner .content.floor .table .td {
  letter-spacing: 0.03em;
  width: 65.33333vw;
  padding: 0.75rem 0 0.75rem 2rem;
}

#article .section.section_1 .inner .content.floor .table .td strong {
  font-size: 1.2rem;
}

#article .section.section_1 .inner .content.floor .table .td p {
  padding: 0 0 1em 0;
}

#article .section.section_1 .inner .content.floor .table .td ul {
  list-style: none;
  padding: 0 0 0 0;
}

#article .section.section_1 .inner .content.vr .matterport {
  height: 100vw;
}

#article .section.section_1 .inner .content.access .map {
  height: 66.66667vw;
}

#article .section.section_1 .inner .content.access .float_c {
  width: 84vw;
  padding: 5.33333vw 0;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.access .float_c p {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section .inner {
    /* -------------------------------------
               content
            ------------------------------------- */
  }
  #article .section.section_1 .inner .content .item {
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content .item .figure {
    width: 100%;
  }
  #article .section.section_1 .inner .content .item.image .figure {
    height: 480px;
  }
  #article .section.section_1 .inner .content .item.image .h3.h3_3 span.txt {
    font-size: 6rem;
  }
  #article .section.section_1 .inner .content .item.image .h3.h3_3 span.txt_2 {
    font-size: 5rem;
    margin: 30px 0 0;
  }
  #article .section.section_1 .inner .content.content_1 .item {
    background: #f2f2f2;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_3 span.txt {
    font-size: 2.6rem;
  }
  #article .section.section_1 .inner .content.content_1 .item .h4.h4_2 {
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content.content_1 .item .h4.h4_2 span {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_1 .item.item_1 .float_l,
  #article .section.section_1 .inner .content.content_1 .item.item_1 .float_r {
    width: 510px;
  }
  #article .section.section_1 .inner .content.content_1 .item.item_1 .float_l .figure,
  #article .section.section_1 .inner .content.content_1 .item.item_1 .float_r .figure {
    height: 510px;
  }
  #article .section.section_1 .inner .content.content_1 .item.item_1 .float_c {
    width: 940px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner .content.highlight .item:nth-of-type(odd) {
    background: #f2f2f2;
  }
  #article .section.section_1 .inner .content.highlight .item .figure {
    height: 200px;
  }
  #article .section.section_1 .inner .content.highlight .item .h4.h4_1 {
    margin: 0 auto 30px;
  }
  #article .section.section_1 .inner .content.highlight .item .h4.h4_1 span.num {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content.highlight .item.float {
    align-items: center;
  }
  #article .section.section_1 .inner .content.highlight .item .float_l {
    width: 200px;
  }
  #article .section.section_1 .inner .content.highlight .item .float_r {
    width: 780px;
    padding: 0;
    margin: 0;
  }
  #article .section.section_1 .inner .content.floor {
    display: flex;
    flex-wrap: wrap;
  }
  #article .section.section_1 .inner .content.floor .item {
    margin: 0;
  }
  #article .section.section_1 .inner .content.floor .item:nth-of-type(1) {
    width: 700px;
  }
  #article .section.section_1 .inner .content.floor .item:nth-of-type(2) {
    width: 320px;
  }
  #article .section.section_1 .inner .content.floor .item .h4.h4_3 {
    color: black;
    padding: 0;
    margin: 0 auto 20px;
    background: none;
  }
  #article .section.section_1 .inner .content.floor .item .h4.h4_3 span.txt {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.floor .item .figure {
    height: 700px;
    background: none;
  }
  #article .section.section_1 .inner .content.floor .item .figure img {
    width: auto;
    height: 100%;
  }
  #article .section.section_1 .inner .content.floor .item .table {
    display: block;
  }
  #article .section.section_1 .inner .content.floor .item .table .th,
  #article .section.section_1 .inner .content.floor .item .table .td {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.floor .item .table .th {
    width: 120px;
    padding: 0;
  }
  #article .section.section_1 .inner .content.floor .item .table .td {
    width: 100%;
  }
  #article .section.section_1 .inner .content.floor .item .table .td strong {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.vr .matterport {
    height: 680px;
  }
  #article .section.section_1 .inner .content.vr .item.float {
    display: block;
  }
  #article .section.section_1 .inner .content.vr .item .float_l,
  #article .section.section_1 .inner .content.vr .item .float_r {
    width: 100%;
  }
  #article .section.section_1 .inner .content.vr .item .float_l .figure,
  #article .section.section_1 .inner .content.vr .item .float_r .figure {
    height: auto;
  }
  #article .section.section_1 .inner .content.vr .item .float_l .figure img,
  #article .section.section_1 .inner .content.vr .item .float_r .figure img {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
  #article .section.section_1 .inner .content.vr .item .float_r {
    padding: 10px 0 0;
  }
  #article .section.section_1 .inner .content.access .map {
    height: 480px;
  }
  #article .section.section_1 .inner .content.access .item.float {
    display: block;
  }
  #article .section.section_1 .inner .content.access .item .float_l,
  #article .section.section_1 .inner .content.access .item .float_r {
    width: 100%;
  }
  #article .section.section_1 .inner .content.access .item .float_r {
    padding: 10px 0 0;
  }
  #article .section.section_1 .inner .content.access .item .float_c {
    width: 100%;
    padding: 0 0 20px;
  }
  #article .section.section_1 .inner .content.access .item .float_c p {
    font-size: 1.4rem;
  }
}
