@charset "UTF-8";
/* ==========================================================================
   Sections
   - Color variables
   - Color/utility mixins
   ========================================================================== */
/* ==========================================================================
   Sections
   - Font imports
   - Font mixins
   - Font utility classes
   ========================================================================== */
/* Scss Document */
.f_en {
  font-family: "Cinzel", serif;
}

/* ==========================================================================
   Sections
   - Shared forwards
   - Mixins (layout / typography)
   - Variables
   ========================================================================== */
/* ==========================================================================
   Sections
   - Reset
   - Base typography
   - Layout base
   - Responsive helpers
   ========================================================================== */
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
strong,
th,
ins {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

ins,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

hr {
  height: 0px;
  margin: 0;
  border: none;
  border-top: 1px solid #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  color: #333333;
}

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/*family*/
body {
  font-family: "Shippori Mincho", "Noto Serif JP", "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

footer {
  font-family: "Noto Serif JP", "Cormorant Garamond", serif;
}

/*** link ***/
.btn_over {
  transition: 0.5s;
}
.btn_over:hover {
  opacity: 0.7;
}

/*base*/
.com-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.com-content.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

._sp {
  display: none;
}

@media screen and (max-width: 999px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ==========================================================================
   Sections
   - Base containers
   - Header
   - Footer
   - SP menu
   - Global nav
   - Common utilities
   - Main / hero common
   - Info / CTA buttons
   - Page common
   - Typography helpers
   - Motion helpers
   - Print overrides
   ========================================================================== */
/*base*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.bg_beige {
  background: #f5f0e8;
  color: #333;
}

.com-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.com-content.w1000 {
  max-width: 1000px;
}

.com-content.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* headerここから */
header {
  position: fixed;
  /*top:0;
  left:0;*/
  padding: 0;
  width: 100%;
  z-index: 900;
  color: #fff;
  background: #3f2e12;
  z-index: 9000;
}
header .header_logo {
  width: auto;
  max-width: min(160px, 46vw);
  height: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 35px;
  position: relative;
  z-index: 5;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  header .header_logo:hover {
    opacity: 0.7;
  }
}
header .header_logo a {
  display: block;
  line-height: 0;
}
header .header_logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}
header .header_nav {
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 5;
}
header .header_nav li {
  height: 100%;
}
header .header_nav li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  header .header_nav li a:hover {
    opacity: 0.7;
  }
}
header li.nav_availability {
  display: none;
}

@media screen and (min-width: 1000px) {
  header .header_nav li a img {
    display: none;
  }
  header .header_nav li:nth-child(1) a, header .header_nav li:nth-child(2) a, header .header_nav li:nth-child(3) a {
    position: relative;
    padding: 0 10px;
    color: #fff;
  }
  header .header_nav li:nth-child(1) a::before, header .header_nav li:nth-child(2) a::before, header .header_nav li:nth-child(3) a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 30%;
    background: #fff;
    z-index: 1;
  }
  header .header_nav li:nth-child(4) a, header .header_nav li:nth-child(5) a {
    padding: 28px 20px 29px;
    line-height: 1;
    position: relative;
  }
  header .header_nav li:nth-child(4) a span, header .header_nav li:nth-child(5) a span {
    position: relative;
  }
  header .header_nav li:nth-child(4) a::before, header .header_nav li:nth-child(5) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 70%, #cccccc 85%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 70%, #cccccc 85%, #cccccc 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 70%, #cccccc 85%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc', GradientType=0);
  }
  header .header_nav li:nth-child(4) a {
    background: #888888;
  }
  header .header_nav li:nth-child(5) a {
    background: #fff;
    color: #000;
    font-weight: 800;
  }
}
@media screen and (max-width: 999px) {
  header {
    height: 80px;
  }
  header .header_logo {
    margin-top: 18px;
    margin-left: 20px;
    max-width: min(200px, 41vw);
  }
  header .header_logo img {
    max-width: 100%;
  }
  header .header_nav {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 70px;
    flex-wrap: nowrap;
    align-items: center;
    background: #001d29;
    flex-grow: 1;
  }
  header .header_nav li {
    width: 25%;
    height: 100%;
    text-align: center;
  }
  header .header_nav li:nth-child(3) {
    order: 4;
  }
  header .header_nav li:nth-child(6) {
    order: 1;
  }
  header .header_nav li:nth-child(4) {
    order: 2;
  }
  header .header_nav li:nth-child(2) {
    order: 3;
  }
  header .header_nav li:nth-child(1) {
    display: none;
  }
  header .header_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  header .header_nav li a img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0px;
  }
  header li.nav_availability {
    display: block;
  }
}
/* headerここまで */
/* footerここから */
footer .footer_call {
  background: #fff;
  padding: 30px 0;
}
footer .footer_call .com-content {
  max-width: 780px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
footer .footer_call_bnr {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
}
footer .footer_call_bnr img {
  width: 100%;
  height: auto;
}
footer .footer_call ul {
  margin: 5px 0 0;
}
footer .footer_call ul li {
  width: calc(100% - 420px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 3% 0 0;
  font-size: 11px;
  box-sizing: border-box;
}
footer .footer_call ul li:nth-child(2) {
  padding: 0;
  width: 410px;
}
@media screen and (max-width: 768px) {
  footer .footer_call ul li:nth-child(2) {
    width: 100%;
  }
}
footer .footer_call ul li:nth-child(2) a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  footer .footer_call ul li:nth-child(2) a:hover {
    opacity: 0.7;
  }
}
footer .footer_call ul li:first-child a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  footer .footer_call ul li:first-child a:hover {
    opacity: 0.7;
  }
}
footer .footer_com-note {
  background: #e5e5e1;
  color: #333;
  padding: 25px 0;
}
footer .footer_link {
  background: #469258;
  padding: 10px 0;
  text-align: center;
}
footer .footer_link li {
  display: inline-block;
}
footer .footer_link li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0 15px 1px;
  border-right: 1px solid #fff;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  footer .footer_link li a:hover {
    opacity: 0.7;
  }
}
footer .footer_link li:last-child a {
  border-right: none;
}
footer .footer_logo {
  padding: 25px 0 0;
  background-color: #fff;
}
footer .footer_logo ul {
  display: flex;
  flex-wrap: nowrap;
  max-width: 300px;
  margin: 0 auto;
}
footer .footer_logo ul li {
  width: 49%;
}
footer .footer_logo ul li:first-child {
  margin-right: 2%;
}
footer .footer_logo ul li a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  footer .footer_logo ul li a:hover {
    opacity: 0.7;
  }
}
footer .footer_logo p {
  text-align: center;
  font-size: 1rem;
  color: #000;
  margin: 10px auto;
}

#pagetop {
  position: fixed;
  width: 45px;
  height: 20px;
  bottom: 26px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #pagetop:hover {
    opacity: 0.7;
  }
}
#pagetop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 999px) {
  footer {
    padding-bottom: 45px;
  }
  footer .footer_call .com-content {
    max-width: 400px;
  }
  footer .footer_call ul li {
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
    font-size: 10px;
  }
  footer .footer_call ul li:nth-child(2) {
    padding: 0;
  }
  footer .footer_link {
    display: none;
  }
  footer .footer_logo p {
    margin-top: 15px;
  }
  #pagetop {
    width: 30px;
    bottom: 10px;
  }
}
/* footerここまで */
/*sp menu*/
.sp_menu {
  position: fixed;
  top: 15px;
  right: 25px;
  height: 36px;
  width: 30px;
  outline: none;
  cursor: pointer;
  /*border: 1px solid #666;*/
  padding: 3px 0 3px 7px;
  z-index: 9000;
  /*background: #fff;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.sp_menu span,
.sp_menu span::before,
.sp_menu span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.sp_menu span {
  top: 50%;
}
.sp_menu span::before {
  top: -12px;
}
.sp_menu span::after {
  top: 12px;
}
.sp_menu .active {
  transition: 500ms;
  background: transparent;
  /*border: 1px solid #181878;*/
}

.sp_menu.active > span {
  background: transparent;
}

.sp_menu.active > span::before,
.sp_menu.active > span::after {
  top: 0px;
}

.sp_menu.active > span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.sp_menu.active > span::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 999px) {
  .sp_menu {
    display: block;
  }
}
nav {
  background: #469258;
}
@media screen and (max-width: 768px) {
  nav {
    background: #469258;
  }
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

nav li {
  flex-grow: 1;
}

nav li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

@media (hover: hover) {
  nav li a:hover {
    color: #d4c4a8 !important;
    /*font-weight: 800;*/
  }
}
@media screen and (min-width: 1000px) {
  nav {
    position: relative;
    width: 100%;
    z-index: 900;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
  nav li.act a::after,
  nav li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 4px;
    background: #9da1a1;
    transition: 0.3s;
    opacity: 0;
  }
  nav li.act a::after {
    width: 50%;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  nav li a:hover::after {
    width: 50%;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  #index nav li.nav_index a::after,
  #location nav li.nav_location a::after,
  #access nav li.nav_access a::after,
  #design nav li.nav_design a::after,
  #plan nav li.nav_plan a::after,
  #type nav li.nav_plan a::after,
  #equipment nav li.nav_equipment a::after {
    width: 50%;
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  nav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    transition: 1s left cubic-bezier(0.77, 0, 0.175, 1), 1s opacity;
    opacity: 0;
    pointer-events: none;
  }
  nav.active {
    top: 79px;
    opacity: 1;
    display: block;
    pointer-events: inherit;
  }
  nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  nav li {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #bdbdbd;
  }
  nav li:nth-child(2n) {
    border-left: 1px solid #bdbdbd;
  }
  nav li a {
    padding: 25px 0;
  }
}
/*common
----------------------------------------------*/
.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.com-cap,
.com-note {
  font-size: 10px;
  letter-spacing: 0;
}
.com-cap.white,
.com-note.white {
  color: #fff;
}
.com-cap.black,
.com-note.black {
  color: #000;
}

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

figure {
  position: relative;
}

figure .com-cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
}
figure .com-cap.left {
  right: initial;
  left: 10px;
}

/*-------------------------------------------------*/
.main {
  margin-top: 121px;
}
.main .com-main_txt {
  color: #001d29;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .main .com-main_txt {
    font-size: clamp(30px, 5vw, 54px);
  }
}
.main .main_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 635/141;
}
@media screen and (max-width: 768px) {
  .main .main_img {
    min-height: 200px;
  }
}
.main .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_bg {
  position: relative;
}
.main_bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 43, 77, 0.4);
  transition: 0.3s;
  z-index: 2;
}
.main_bg p {
  z-index: 3;
}

#index .main {
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 70px;
  }
}
.com-main {
  width: 100%;
  position: relative;
}
.com-main_img {
  position: relative;
  left: 0;
  width: 100%;
}
.com-main_txt {
  font-size: clamp(24px, 4.5vw, 48px);
  letter-spacing: 1em;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-main_txt {
    font-size: clamp(20px, 6vw, 32px);
    letter-spacing: 0.8em;
  }
}

/*info*/
.fbtn_wrap {
  margin-top: -1px;
  padding: 5.6vw 0 5.6vw;
  border-top: 1px solid #3f2e12;
  background: #3f2e12;
}
@media screen and (max-width: 999px) {
  .fbtn_wrap {
    padding: 50px 0 50px;
  }
}
.fbtn_wrap .com-content {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fbtn_wrap_tit {
  color: #90814b;
  display: block;
  border-top: 1px solid #90814b;
  border-bottom: 1px solid #90814b;
  text-align: center;
  font-size: 24px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.fbtn_wrap ul {
  margin: 0;
  padding: 0;
}
.fbtn_wrap ul li {
  margin-bottom: 10px;
}

.fbtn {
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
}
.fbtn li a {
  display: block;
  width: 100%;
  padding: 22px 40px;
  background: #469258;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fbtn li a {
    font-size: 14px;
  }
}
.fbtn li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  opacity: 0.8;
  background: rgb(162, 122, 98);
  background: -moz-linear-gradient(left, #1a1a1a 0%, #333 50%, #1a1a1a 100%);
  background: -webkit-linear-gradient(left, #1a1a1a 0%, #333 50%, #1a1a1a 100%);
  background: linear-gradient(to right, #1a1a1a 0%, #333 50%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a27a62', endColorstr='#a27a62', GradientType=1);
  pointer-events: none;
  display: none;
}
.fbtn li a span {
  position: relative;
  z-index: 10;
}
.fbtn li a span img {
  width: 85px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  transition: 0.3s;
}
@media (hover: hover) {
  .fbtn li a:hover span img {
    transform: translateX(20px);
  }
}

.cbtn_wrap {
  background-color: #3f2e12;
}
.cbtn_wrap .cbtn {
  max-width: 1000px;
}
.cbtn_wrap .cbtn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5vw 0;
  row-gap: 40px;
}
@media screen and (max-width: 999px) {
  .cbtn_wrap .cbtn_list {
    row-gap: 20px;
    padding: 60px 0;
  }
}
.cbtn_wrap .cbtn_item {
  position: relative;
  width: 30.6%;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 999px) {
  .cbtn_wrap .cbtn_item {
    width: 48.5%;
  }
}
@media (hover: hover) {
  .cbtn_wrap .cbtn_item:hover {
    opacity: 0.7;
  }
}
.cbtn_wrap .cbtn_item a {
  padding: 21px;
  display: block;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item a {
    padding: 15px 10px;
  }
}
.cbtn_wrap .cbtn_item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 150, 150, 0.3);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}
.cbtn_wrap .cbtn_item p {
  color: #fff;
  text-align: center;
}
.cbtn_wrap .cbtn_item .com-cap {
  position: absolute;
  bottom: 3px;
  left: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item .com-cap {
    bottom: 1px;
  }
}
.cbtn_wrap .cbtn_item-location {
  background: url("../img/cbtn/location.png") center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-access {
  background: url("../img/cbtn/access.png") center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-design {
  background: url("../img/cbtn/design.png") center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-plan {
  background: url("../img/cbtn/plan.png") center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-equipment {
  background: url("../img/cbtn/equipment.png") center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-brand {
  background: url("../img/cbtn/brand.png") center/cover no-repeat;
}
.cbtn_wrap .cbtn_txt {
  position: relative;
  z-index: 2;
  background: rgba(32, 58, 70, 0.7);
  padding: 15.9% 0;
}
.cbtn_wrap .cbtn_ttl {
  font-size: clamp(10px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_ttl {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}
.cbtn_wrap .cbtn_sub, .cbtn_wrap .cbtn_more {
  font-size: clamp(10px, 1.3vw, 13px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_sub, .cbtn_wrap .cbtn_more {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
.cbtn_wrap .cbtn_sub {
  letter-spacing: 0.2em;
  font-weight: 600;
}
.cbtn_wrap .cbtn_more {
  background-color: #a27b3f;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.4em;
  padding: 0.2em 3.5em 0.4em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_more {
    padding: 0.2em 2.9em 0.4em;
  }
}

/* page common
*******************************************/
.main {
  position: relative;
}
.main_bg {
  position: relative;
  background: #899198;
}
@media screen and (max-width: 768px) {
  .main_bg {
    position: relative;
  }
}
.main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.main_txt {
  width: auto;
  height: 38px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  p.main_txt {
    height: 25px;
  }
}
p.main_txt img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
p.main_txt span.jp {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
}
p.main_txt.txtshadow {
  text-shadow: 1px 1px 5px #000;
}

#access .main .com-note {
  color: #333;
}

.sec1 {
  padding: 140px 0;
}

#type .sec1 {
  padding: 100px 0 50px;
}

@media screen and (max-width: 999px) {
  .sec1 {
    padding: 80px 0 40px;
  }
  #type .sec1 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 70px 0 30px;
  }
  #type .sec1 {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }
}
/*text*/
.f_en {
  color: #001d29;
}

.com-ttl {
  font-size: 24px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .com-ttl {
    font-size: 20px;
    margin-bottom: 1.999999995vw;
    line-height: 2;
  }
}

.com-lead {
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .com-lead {
    font-size: 16px;
    margin-bottom: 1.999999995vw;
    line-height: 2;
  }
}

.com-txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-txt {
    font-size: 14px;
  }
}

/*動き*/
.m_left {
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.m_right {
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.m_left,
.m_right {
  transition: all 1s;
  opacity: 0;
}
.m_left_on,
.m_right_on {
  opacity: 1;
  transform: translateX(0px);
}

.m_op {
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
.m_down_on {
  transform: translateY(0px);
  opacity: 1;
}

.m_up {
  transition: all 1s;
  transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .m_op_d1 {
    transition-delay: 0.1s;
  }
  .m_op_d2 {
    transition-delay: 0.3s;
  }
  .m_op_d3 {
    transition-delay: 0.5s;
  }
  .m_op_d4 {
    transition-delay: 0.7s;
  }
  .m_op_d5 {
    transition-delay: 0.9s;
  }
  .m_op_d6 {
    transition-delay: 1.1s;
  }
}
@media screen and (max-width: 768px) {
  .rmv,
  .lmv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translateY(100px);
  }
  .rmv_on,
  .lmv_on {
    transform: translateY(0px);
  }
}
.w1440 {
  max-width: 1440px;
  margin: 0 auto;
}

#outline .footer_com-note {
  display: none !important;
}

#accessmap .footer_com-note {
  display: none !important;
}

@media print {
  @page {
    size: A4;
    margin: 5mm;
  }
  * {
    background: white !important;
    color: black !important;
  }
  header,
  nav,
  .footer_link,
  .footer_logo,
  .footer_com-note,
  footer .footer_com-note,
  .footer_com-note.is-hidden,
  footer .footer_com-note,
  .main,
  .accessmap_btn,
  .fbtn_wrap,
  .cbtn_wrap,
  .btn_print,
  #pagetop,
  script {
    display: none !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .sec1 {
    padding: 0 !important;
    margin: 0 !important;
    page-break-inside: avoid;
  }
}
#index .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 767px) {
  #index ._sp767 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #index ._sp767 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index ._pc767 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #index ._pc767 {
    display: block;
  }
}
#index .pc_only {
  display: none;
}
@media screen and (min-width: 767px) {
  #index .pc_only {
    display: block;
  }
}
#index .pc_only .sp_only {
  display: block;
}
@media screen and (max-width: 767px) {
  #index .pc_only .sp_only {
    display: none;
  }
}
#index .main {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  background: linear-gradient(to bottom, #3a2d18 0%, #4d3d24 14%, #7a6b58 32%, #b5aa9c 52%, #ddd6ce 72%, #f0ebe5 88%, #faf8f5 100%);
}
@media screen and (max-width: 999px) {
  #index .main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #index .main {
    margin-top: 70px;
  }
}
#index .main .com-note {
  right: initial;
  left: 5px;
}
#index .style_border {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
#index .style_hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border: none;
  margin: 20px 0;
}
#index .main_bg1 {
  position: relative;
  z-index: 1;
}
#index .facade_wrap {
  position: relative;
  padding-top: 5%;
}
#index .facade_wrap .facade_1 {
  width: 100%;
  margin-right: auto;
  transform: translateX(100px);
  opacity: 0;
  transition: all 1s ease;
}
#index .facade_wrap .facade_1.has_ani_on {
  transform: translateX(0);
  opacity: 1;
}
#index .facade_wrap .facade_main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 0;
  position: relative;
  height: auto;
}
@media screen and (min-width: 768px) {
  #index .facade_wrap .facade_main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: auto;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  #index .facade_wrap .facade_main {
    margin: 0 auto;
    max-width: 1800px;
    padding: 0 5vw 0;
    flex-direction: row;
  }
}
#index .facade_wrap .facade_txt {
  font-weight: 600;
  margin-top: 15vw;
  padding: 0 3% 12vw;
  position: relative;
  z-index: 100;
  flex-grow: 1;
  transition: all 1s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #index .facade_wrap .facade_txt {
    margin-top: 18vw;
    margin-left: auto;
    padding: 0 3% 12vw;
    white-space: unset;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #index .facade_wrap .facade_txt {
    margin-top: 0;
    width: 35%;
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    align-self: center;
  }
}
#index .facade_wrap .facade_txt.has_ani_on {
  transform: translateX(0px);
  opacity: 1;
}
#index .facade_wrap .facade_txt.has_ani_on::before {
  width: 157%;
  opacity: 1;
}
#index .facade_wrap .facade_txt p {
  position: relative;
  z-index: 2;
}
#index .facade_wrap .facade_building {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  filter: blur(20px);
  transition: all 0.8s ease;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #index .facade_wrap .facade_building {
    position: relative;
    flex-basis: 65%;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: auto;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1440px) {
  #index .facade_wrap .facade_building {
    top: -9%;
  }
}
@media screen and (min-width: 0px) {
  #index .facade_wrap .facade_building {
    position: relative;
    bottom: auto;
    margin-top: 12px;
    max-width: 90%;
    filter: blur(0px);
  }
}
@media screen and (min-width: 768px) {
  #index .facade_wrap .facade_building {
    position: relative;
    bottom: auto;
    margin-top: 0;
    max-width: 1000px;
    filter: blur(20px);
  }
}
#index .facade_wrap .facade_building img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #index .facade_wrap .facade_building img {
    max-width: 100%;
  }
}
#index .facade_wrap .facade_building.has_ani_on {
  opacity: 1;
  filter: blur(0px);
}
#index .facade_wrap .facade_building .com-cap {
  right: initial;
  left: 10px;
}
#index .main_content.index-type .com-ttl {
  color: #fff;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 2;
}
@media screen and (min-width: 767px) {
  #index .main_content.index-type .com-ttl {
    line-height: 1.8;
  }
}
#index .main_content.index-type .com-lead {
  color: #fff;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 2;
}
@media screen and (min-width: 767px) {
  #index .main_content.index-type .com-lead {
    line-height: 1.8;
  }
}
#index .main_content .main_content_inner {
  padding: 10vw clamp(20px, 4vw, 40px);
  background-color: #f0ebe6;
}
#index .main_content .main_content_inner .main_content_inner_ttl {
  max-width: 1000px;
  margin: 0 auto 5vw;
}
#index .main_content .main_content_inner .main_content_inner_ttl img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#index .main_content .main_content_inner .main_content_inner_ttl_lead {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #index .main_content .main_content_inner .main_content_inner_ttl_lead {
    line-height: 2;
  }
}
#index .main_content .main_content_inner .com-ttl,
#index .main_content .main_content_inner .com-lead {
  color: #2e2a26;
  text-align: center;
}
#index .main_content .main_content_inner .com-lead {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #index .main_content .main_content_inner .com-lead {
    line-height: 2;
    margin-bottom: 6vw;
  }
}
#index .main_content .main_content_inner .com-ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
#index .main_content .main_content_inner .com-ttl::before, #index .main_content .main_content_inner .com-ttl::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
}
#index .main_content .main_content_inner article {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out 0.2s, transform 1.2s ease-out 0.2s;
}
#index .main_content .main_content_inner article.has_ani_on {
  opacity: 1;
  transform: translateY(0);
}
#index .main_content .main_content_inner .main_content_inner_wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out 0.4s, transform 1.2s ease-out 0.4s;
}
#index .main_content .main_content_inner .main_content_inner_wrap.has_ani_on {
  opacity: 1;
  transform: translateY(0);
}
#index .main_content h2 {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}
#index .main_content h2 img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
#index .main_content .main_content_walking_time {
  padding: clamp(20px, 3vw, 40px);
  padding-bottom: 0;
  width: 100%;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#index .main_content .main_content_walking_time.has_ani_on {
  opacity: 1;
  transform: translateY(0);
}
#index .main_content .main_content_walking_time figure {
  max-width: 1280px;
  margin: 0 auto;
}
#index .main_content .main_content_images {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 2.5vw, 30px);
  align-items: stretch;
}
#index .main_content .main_content_images .main_content_images_top {
  display: flex;
  flex-direction: row;
  gap: clamp(15px, 2vw, 24px);
}
#index .main_content .main_content_images .main_content_images_top figure {
  margin: 0;
  overflow: hidden;
}
#index .main_content .main_content_images .main_content_images_top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#index .main_content .main_content_images .main_content_images_top .main_content_image_small {
  flex: 0 0 calc(40% - clamp(15px, 2vw, 24px));
}
#index .main_content .main_content_images .main_content_images_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #index .main_content .main_content_images .main_content_images_bottom {
    gap: clamp(10px, 1.5vw, 20px);
    overflow: visible;
  }
}
#index .main_content .main_content_images .main_content_images_bottom figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}
#index .main_content .main_content_images .main_content_images_bottom figure:not(:first-child) {
  margin-left: -9%;
}
#index .main_content .main_content_images .main_content_images_bottom figure:nth-child(1) {
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 76% 100%, 90% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 76% 100%, 90% 0%);
}
#index .main_content .main_content_images .main_content_images_bottom figure:nth-child(2) {
  z-index: 2;
  -webkit-clip-path: polygon(14% 0%, 0% 100%, 76% 100%, 90% 0%);
  clip-path: polygon(14% 0%, 0% 100%, 76% 100%, 90% 0%);
}
#index .main_content .main_content_images .main_content_images_bottom figure:nth-child(3) {
  z-index: 3;
  -webkit-clip-path: polygon(14% 0%, 0% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(14% 0%, 0% 100%, 100% 100%, 100% 0%);
}
#index .main_content .main_content_images .main_content_images_bottom figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#index .main_content .main_content_images .object_style {
  object-position: left center;
}
#index .com-ttl {
  margin-top: 24px;
  margin-bottom: 24px;
}
#index footer .footer_com-note {
  display: block;
}

/* ==========================================================================
   Sections
   - Footer overrides
   - Base utilities
   - Main
   - Airport area
   - Area data / station area
   - Bustrain
   - Information
   ========================================================================== */
footer .footer_com-note {
  display: block !important;
}

#location .com-main_txt {
  color: #fff;
}
#location picture {
  display: block;
}
@media screen and (min-width: 700px) {
  #location ._sp_only_700 {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  #location ._pc_only_700 {
    display: none;
  }
}
#location ._pc1000 {
  display: none;
}
@media screen and (min-width: 1000px) {
  #location ._pc1000 {
    display: block;
  }
}
#location .pc-flex {
  display: none;
}
@media screen and (min-width: 1000px) {
  #location .pc-flex {
    display: block;
  }
}
#location .sp-flex {
  display: block;
}
@media screen and (min-width: 1000px) {
  #location .sp-flex {
    display: none;
  }
}
#location .com-content {
  max-width: 1000px;
}
#location .com-lead {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#location .com-txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 0;
}
#location .com-note {
  font-size: 12px;
  padding: 0.5em 1em;
}
#location .reg-rotated {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center;
}
#location .eg-style {
  text-transform: uppercase;
}
#location .com-ttl-style01 {
  color: #004877;
}
#location .com-ttl-style02 {
  color: #934317;
}
#location .com-ttl-style03 {
  color: #6a2b61;
}
#location .com-ttl-style04 {
  color: #66611f;
}
#location .com-ttl-style05 {
  color: #2b6939;
}
#location .com-ttl-style06 {
  color: #a57d32;
}
#location .com-ttl-style07 {
  color: #00708b;
}
#location .com-ttl-style08 {
  color: #4b4434;
}
#location .main {
  width: 100%;
  position: relative;
}
#location .main .main_img {
  width: 100%;
  overflow: hidden;
}
#location .main .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#location .city-highlights-section .city-highlights-shinjuku-main__inner {
  background-color: #f0ebe6;
  padding: 100px 2rem;
}
@media screen and (max-width: 999px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__inner {
    padding: 80px 2rem;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__head-inner {
  padding: 50px 1rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__head-inner {
    background-position: left center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
}
#location .city-highlights-section .city-highlights-intro__title-script-image {
  margin: 0 auto 4rem;
}
#location .city-highlights-section .city-highlights-intro__texts-image {
  max-width: 600px;
  margin: 0 auto 2rem;
}
#location .city-highlights-section .city-highlights-intro__texts-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#location .city-highlights-section .city-highlights-intro__texts {
  margin-bottom: 2rem;
}
#location .city-highlights-section .city-highlights-intro__lead {
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
}
#location .city-highlights-section .city-highlights-shinjuku-main {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__title {
    font-size: 58px;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__lead {
    font-size: 24px;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__header {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 1rem;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__item--row {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__item--row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    flex: 1;
  }
  #location .city-highlights-section .city-highlights-shinjuku-main__item--row > .city-highlights-shinjuku-main__text {
    flex: 2 1 0;
    min-width: 0;
  }
  #location .city-highlights-section .city-highlights-shinjuku-main__item--row > .city-highlights-shinjuku-main__figure--main {
    flex: 4 1 0;
    min-width: 0;
    object-fit: cover;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__row--top {
    padding: 0 2rem;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__row {
    display: flex;
    gap: 2rem;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__row--bottom {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__row--bottom {
    margin: 0 auto 5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    align-items: stretch;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__row--bottom .city-highlights-shinjuku-main__item--stack {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__figure {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__figure {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 0;
  }
  #location .city-highlights-section .city-highlights-shinjuku-main__figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__item--stack .city-highlights-shinjuku-main__figure {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__row--top .city-highlights-shinjuku-main__item--row:nth-of-type(2) .city-highlights-shinjuku-main__figure {
    margin: 0 auto;
    width: 100%;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__pick-up {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__pick-up {
    width: 100%;
    overflow: hidden;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__image {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__image {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-note {
  margin-bottom: 3rem;
  padding: 0.5em 1em;
  background-color: #575555;
  display: block;
  color: #fff;
  text-align: center;
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-body {
  margin-bottom: 2rem;
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-source {
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
  display: block;
  font-size: 10px;
  color: #fff;
}
#location .city-highlights-section .city-highlights-shinjuku-main__item {
  margin-top: 4rem;
}
#location .city-highlights-section .city-highlights-shinjuku-main__text .style-color-white {
  color: #fff;
}
#location .city-highlights-section .city-highlights-shinjuku-main__text .eg-style {
  margin: 0 1rem 0 0;
  width: 20px;
  height: 100%;
  padding: 0.5em 0.5em;
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #896f32;
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-title img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-title--underline {
  display: flex;
  align-items: center;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-title--underline .city-highlights-shinjuku-main__text-title-inner {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__text-title--underline .city-highlights-shinjuku-main__text-title-inner {
    font-size: 20px;
    flex: 1;
    min-width: 0;
    line-break: strict;
    word-break: keep-all;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-main__text-title--underline .city-highlights-shinjuku-main__text-title-note {
  display: block;
  margin-top: 0.25em;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  #location .city-highlights-section .city-highlights-shinjuku-main__text-title--underline .city-highlights-shinjuku-main__text-title-note {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
#location .city-highlights-section .city-highlights-tokyo__body,
#location .city-highlights-section .city-highlights-ginza__body,
#location .city-highlights-section .city-highlights-otemachi__body,
#location .city-highlights-section .city-highlights-ochanomizu__body,
#location .city-highlights-section .city-highlights-ikebukuro__body,
#location .city-highlights-section .city-highlights-kasumigaseki__body,
#location .city-highlights-section .city-highlights-shibuya__body {
  padding: 0 2rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__body,
  #location .city-highlights-section .city-highlights-ginza__body,
  #location .city-highlights-section .city-highlights-otemachi__body,
  #location .city-highlights-section .city-highlights-ochanomizu__body,
  #location .city-highlights-section .city-highlights-ikebukuro__body,
  #location .city-highlights-section .city-highlights-kasumigaseki__body,
  #location .city-highlights-section .city-highlights-shibuya__body {
    padding: 10rem 0;
  }
}
#location .city-highlights-section .city-highlights-tokyo__lead,
#location .city-highlights-section .city-highlights-ginza__lead,
#location .city-highlights-section .city-highlights-otemachi__lead,
#location .city-highlights-section .city-highlights-ikebukuro__lead,
#location .city-highlights-section .city-highlights-ochanomizu__lead,
#location .city-highlights-section .city-highlights-kasumigaseki__lead,
#location .city-highlights-section .city-highlights-shibuya__lead {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__main-figure,
  #location .city-highlights-section .city-highlights-ginza__main-figure,
  #location .city-highlights-section .city-highlights-otemachi__main-figure,
  #location .city-highlights-section .city-highlights-ochanomizu__main-figure,
  #location .city-highlights-section .city-highlights-ikebukuro__main-figure,
  #location .city-highlights-section .city-highlights-kasumigaseki__main-figure,
  #location .city-highlights-section .city-highlights-shibuya__main-figure {
    flex: 4 1 0;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__pickup,
  #location .city-highlights-section .city-highlights-ikebukuro__pickup,
  #location .city-highlights-section .city-highlights-kasumigaseki__pickup {
    flex: 1 1 0;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__pickup img,
  #location .city-highlights-section .city-highlights-otemachi__pickup img,
  #location .city-highlights-section .city-highlights-ochanomizu__pickup img,
  #location .city-highlights-section .city-highlights-ikebukuro__pickup img,
  #location .city-highlights-section .city-highlights-kasumigaseki__pickup img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
#location .city-highlights-section .city-highlights-tokyo__figure,
#location .city-highlights-section .city-highlights-ginza__figure,
#location .city-highlights-section .city-highlights-otemachi__figure,
#location .city-highlights-section .city-highlights-ochanomizu__figure,
#location .city-highlights-section .city-highlights-ikebukuro__figure,
#location .city-highlights-section .city-highlights-kasumigaseki__figure,
#location .city-highlights-section .city-highlights-shibuya__figure {
  margin-bottom: 2rem;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__figure,
  #location .city-highlights-section .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-ikebukuro__figure,
  #location .city-highlights-section .city-highlights-kasumigaseki__figure,
  #location .city-highlights-section .city-highlights-shibuya__figure {
    width: 100%;
    margin-bottom: 0;
  }
}
#location .city-highlights-section .city-highlights-tokyo__figure img,
#location .city-highlights-section .city-highlights-ginza__figure img,
#location .city-highlights-section .city-highlights-otemachi__figure img,
#location .city-highlights-section .city-highlights-ochanomizu__figure img,
#location .city-highlights-section .city-highlights-ikebukuro__figure img,
#location .city-highlights-section .city-highlights-kasumigaseki__figure img,
#location .city-highlights-section .city-highlights-shibuya__figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__header,
  #location .city-highlights-section .city-highlights-ginza__header,
  #location .city-highlights-section .city-highlights-otemachi__header,
  #location .city-highlights-section .city-highlights-ochanomizu__header,
  #location .city-highlights-section .city-highlights-ikebukuro__header,
  #location .city-highlights-section .city-highlights-kasumigaseki__header,
  #location .city-highlights-section .city-highlights-shibuya__header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__title,
  #location .city-highlights-section .city-highlights-ginza__title,
  #location .city-highlights-section .city-highlights-otemachi__title,
  #location .city-highlights-section .city-highlights-ochanomizu__title,
  #location .city-highlights-section .city-highlights-ikebukuro__title,
  #location .city-highlights-section .city-highlights-kasumigaseki__title,
  #location .city-highlights-section .city-highlights-shibuya__title {
    font-size: 58px;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__lead,
  #location .city-highlights-section .city-highlights-ginza__lead,
  #location .city-highlights-section .city-highlights-otemachi__lead,
  #location .city-highlights-section .city-highlights-ikebukuro__lead,
  #location .city-highlights-section .city-highlights-ochanomizu__lead,
  #location .city-highlights-section .city-highlights-kasumigaseki__lead,
  #location .city-highlights-section .city-highlights-shibuya__lead {
    font-size: 24px;
  }
}
#location .city-highlights-section .city-highlights-tokyo__text-body,
#location .city-highlights-section .city-highlights-ginza__text-body,
#location .city-highlights-section .city-highlights-otemachi__text-body,
#location .city-highlights-section .city-highlights-ochanomizu__text-body,
#location .city-highlights-section .city-highlights-ikebukuro__text-body,
#location .city-highlights-section .city-highlights-kasumigaseki__text-body,
#location .city-highlights-section .city-highlights-shibuya__text-body {
  margin-bottom: 2rem;
}
#location .city-highlights-section .city-highlights-tokyo__row--top,
#location .city-highlights-section .city-highlights-ginza__row--top,
#location .city-highlights-section .city-highlights-otemachi__row--top,
#location .city-highlights-section .city-highlights-ochanomizu__row--top,
#location .city-highlights-section .city-highlights-ikebukuro__row--top,
#location .city-highlights-section .city-highlights-kasumigaseki__row--top,
#location .city-highlights-section .city-highlights-shibuya__row--top {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--row,
  #location .city-highlights-section .city-highlights-otemachi__item--row,
  #location .city-highlights-section .city-highlights-ochanomizu__item--row {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__item--row,
  #location .city-highlights-section .city-highlights-ikebukuro__item--row,
  #location .city-highlights-section .city-highlights-kasumigaseki__item--row,
  #location .city-highlights-section .city-highlights-shibuya__item--row {
    flex: 1 1 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
    align-items: center;
  }
}
#location .city-highlights-section .city-highlights-tokyo__figure--ttl,
#location .city-highlights-section .city-highlights-ginza__figure--ttl,
#location .city-highlights-section .city-highlights-otemachi__figure--ttl,
#location .city-highlights-section .city-highlights-ochanomizu__figure--ttl,
#location .city-highlights-section .city-highlights-ikebukuro__figure--ttl,
#location .city-highlights-section .city-highlights-kasumigaseki__figure--ttl,
#location .city-highlights-section .city-highlights-shibuya__figure--ttl {
  margin: 0 auto 2rem;
}
#location .city-highlights-section .city-highlights-tokyo__figure--ttl img,
#location .city-highlights-section .city-highlights-ginza__figure--ttl img,
#location .city-highlights-section .city-highlights-otemachi__figure--ttl img,
#location .city-highlights-section .city-highlights-ochanomizu__figure--ttl img,
#location .city-highlights-section .city-highlights-ikebukuro__figure--ttl img,
#location .city-highlights-section .city-highlights-kasumigaseki__figure--ttl img,
#location .city-highlights-section .city-highlights-shibuya__figure--ttl img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__figure--ttl,
  #location .city-highlights-section .city-highlights-otemachi__figure--ttl,
  #location .city-highlights-section .city-highlights-ochanomizu__figure--ttl,
  #location .city-highlights-section .city-highlights-ikebukuro__figure--ttl,
  #location .city-highlights-section .city-highlights-kasumigaseki__figure--ttl,
  #location .city-highlights-section .city-highlights-shibuya__figure--ttl {
    max-width: 320px;
  }
}
#location .city-highlights-section .text-top {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .text-top {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .text-bottom {
    width: 100%;
  }
}
#location .city-highlights-section .city-highlights-tokyo__item,
#location .city-highlights-section .city-highlights-ginza__item,
#location .city-highlights-section .city-highlights-otemachi__item,
#location .city-highlights-section .city-highlights-ochanomizu__item,
#location .city-highlights-section .city-highlights-ikebukuro__item,
#location .city-highlights-section .city-highlights-kasumigaseki__item,
#location .city-highlights-section .city-highlights-shibuya__item {
  display: flex;
  margin-top: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__item,
  #location .city-highlights-section .city-highlights-ginza__item,
  #location .city-highlights-section .city-highlights-otemachi__item,
  #location .city-highlights-section .city-highlights-ochanomizu__item,
  #location .city-highlights-section .city-highlights-ikebukuro__item,
  #location .city-highlights-section .city-highlights-kasumigaseki__item,
  #location .city-highlights-section .city-highlights-shibuya__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__row--bottom,
  #location .city-highlights-section .city-highlights-otemachi__row--bottom,
  #location .city-highlights-section .city-highlights-ochanomizu__row--bottom,
  #location .city-highlights-section .city-highlights-ikebukuro__row--bottom,
  #location .city-highlights-section .city-highlights-kasumigaseki__row--bottom {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shibuya__row--bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shibuya__item--pickup {
    grid-column: 2/span 3;
    min-width: 0;
  }
}
#location .city-highlights-section .city-highlights-shibuya__item--pickup .city-highlights-shibuya__pickup {
  margin: 0;
  width: 100%;
}
#location .city-highlights-section .city-highlights-shibuya__item--pickup .city-highlights-shibuya__pickup img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__row--bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 999px) {
  #location .city-highlights-section .city-highlights-tokyo__row--top,
  #location .city-highlights-section .city-highlights-ginza__row--top,
  #location .city-highlights-section .city-highlights-otemachi__row--top,
  #location .city-highlights-section .city-highlights-ikebukuro__row--top,
  #location .city-highlights-section .city-highlights-kasumigaseki__row--top,
  #location .city-highlights-section .city-highlights-ochanomizu__row--top,
  #location .city-highlights-section .city-highlights-shibuya__row--top {
    flex-direction: column;
    align-items: stretch;
  }
  #location .city-highlights-section .city-highlights-tokyo__item--row,
  #location .city-highlights-section .city-highlights-ginza__item--row,
  #location .city-highlights-section .city-highlights-otemachi__item--row,
  #location .city-highlights-section .city-highlights-ikebukuro__item--row,
  #location .city-highlights-section .city-highlights-kasumigaseki__item--row,
  #location .city-highlights-section .city-highlights-ochanomizu__item--row,
  #location .city-highlights-section .city-highlights-shibuya__item--row {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(1.25rem, 4vw, 2rem);
    min-width: 0;
    width: 100%;
  }
  #location .city-highlights-section .city-highlights-tokyo__main-figure,
  #location .city-highlights-section .city-highlights-ginza__main-figure,
  #location .city-highlights-section .city-highlights-otemachi__main-figure,
  #location .city-highlights-section .city-highlights-ikebukuro__main-figure,
  #location .city-highlights-section .city-highlights-kasumigaseki__main-figure,
  #location .city-highlights-section .city-highlights-ochanomizu__main-figure,
  #location .city-highlights-section .city-highlights-shibuya__main-figure {
    width: 100%;
    min-width: 0;
  }
  #location .city-highlights-section .city-highlights-tokyo__row--bottom,
  #location .city-highlights-section .city-highlights-ginza__row--bottom,
  #location .city-highlights-section .city-highlights-otemachi__row--bottom,
  #location .city-highlights-section .city-highlights-ikebukuro__row--bottom,
  #location .city-highlights-section .city-highlights-kasumigaseki__row--bottom,
  #location .city-highlights-section .city-highlights-ochanomizu__row--bottom,
  #location .city-highlights-section .city-highlights-shibuya__row--bottom {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 1rem;
  }
  #location .city-highlights-section .city-highlights-tokyo__row--bottom .city-highlights-ginza__item,
  #location .city-highlights-section .city-highlights-ginza__row--bottom .city-highlights-ginza__item,
  #location .city-highlights-section .city-highlights-otemachi__row--bottom .city-highlights-otemachi__item,
  #location .city-highlights-section .city-highlights-ikebukuro__row--bottom .city-highlights-ikebukuro__item,
  #location .city-highlights-section .city-highlights-kasumigaseki__row--bottom .city-highlights-kasumigaseki__item,
  #location .city-highlights-section .city-highlights-ochanomizu__row--bottom .city-highlights-ochanomizu__item,
  #location .city-highlights-section .city-highlights-shibuya__row--bottom .city-highlights-shibuya__item {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    min-width: 0;
    width: 100%;
  }
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ochanomizu__text,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ochanomizu__text,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ochanomizu__text {
    width: 100%;
    flex: none;
  }
  #location .city-highlights-section .city-highlights-ochanomizu__item--pickup-text-left {
    flex-direction: column;
  }
}
#location .city-highlights-section .city-highlights-tokyo__row--bottom,
#location .city-highlights-section .city-highlights-ginza__row--bottom,
#location .city-highlights-section .city-highlights-otemachi__row--bottom,
#location .city-highlights-section .city-highlights-ochanomizu__row--bottom,
#location .city-highlights-section .city-highlights-ikebukuro__row--bottom,
#location .city-highlights-section .city-highlights-kasumigaseki__row--bottom,
#location .city-highlights-section .city-highlights-shibuya__row--bottom {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__row--bottom,
  #location .city-highlights-section .city-highlights-ginza__row--bottom,
  #location .city-highlights-section .city-highlights-otemachi__row--bottom,
  #location .city-highlights-section .city-highlights-ochanomizu__row--bottom,
  #location .city-highlights-section .city-highlights-ikebukuro__row--bottom,
  #location .city-highlights-section .city-highlights-kasumigaseki__row--bottom,
  #location .city-highlights-section .city-highlights-shibuya__row--bottom {
    display: grid;
    gap: 2rem;
    margin-top: 4rem;
  }
}
#location .city-highlights-section .city-highlights-tokyo__text-title,
#location .city-highlights-section .city-highlights-ginza__text-title,
#location .city-highlights-section .city-highlights-otemachi__text-title,
#location .city-highlights-section .city-highlights-ochanomizu__text-title,
#location .city-highlights-section .city-highlights-ikebukuro__text-title,
#location .city-highlights-section .city-highlights-kasumigaseki__text-title,
#location .city-highlights-section .city-highlights-shibuya__text-title {
  text-align: center;
}
#location .city-highlights-section .city-highlights-tokyo__text-note,
#location .city-highlights-section .city-highlights-ginza__text-note,
#location .city-highlights-section .city-highlights-otemachi__text-note,
#location .city-highlights-section .city-highlights-ochanomizu__text-note,
#location .city-highlights-section .city-highlights-ikebukuro__text-note,
#location .city-highlights-section .city-highlights-kasumigaseki__text-note,
#location .city-highlights-section .city-highlights-shibuya__text-note {
  margin-bottom: 2rem;
  padding: 0.5em 1em;
  background-color: #575555;
  display: block;
  color: #fff;
  text-align: center;
}
#location .city-highlights-section .city-highlights-tokyo__text-source,
#location .city-highlights-section .city-highlights-ginza__text-source,
#location .city-highlights-section .city-highlights-otemachi__text-source,
#location .city-highlights-section .city-highlights-ochanomizu__text-source,
#location .city-highlights-section .city-highlights-ikebukuro__text-source,
#location .city-highlights-section .city-highlights-kasumigaseki__text-source,
#location .city-highlights-section .city-highlights-shibuya__text-source {
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
  display: block;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__text,
  #location .city-highlights-section .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-ochanomizu__text,
  #location .city-highlights-section .city-highlights-ikebukuro__text,
  #location .city-highlights-section .city-highlights-kasumigaseki__text,
  #location .city-highlights-section .city-highlights-shibuya__text {
    flex: 2 1 0;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-tokyo__item--stack,
  #location .city-highlights-section .city-highlights-ginza__item--stack,
  #location .city-highlights-section .city-highlights-otemachi__item--stack,
  #location .city-highlights-section .city-highlights-ochanomizu__item--stack,
  #location .city-highlights-section .city-highlights-ikebukuro__item--stack,
  #location .city-highlights-section .city-highlights-kasumigaseki__item--stack,
  #location .city-highlights-section .city-highlights-shibuya__item--stack {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--pickup-wide,
  #location .city-highlights-section .city-highlights-otemachi__item--pickup-wide,
  #location .city-highlights-section .city-highlights-ochanomizu__item--pickup-wide {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  #location .city-highlights-section .city-highlights-ginza__item--pickup-wide figure,
  #location .city-highlights-section .city-highlights-otemachi__item--pickup-wide figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--pickup-wide figure {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--shop,
  #location .city-highlights-section .city-highlights-otemachi__item--shop,
  #location .city-highlights-section .city-highlights-ochanomizu__item--shop {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--feature-tall,
  #location .city-highlights-section .city-highlights-otemachi__item--feature-tall,
  #location .city-highlights-section .city-highlights-ochanomizu__item--feature-tall {
    grid-column: 3;
    grid-row: 1/span 2;
  }
  #location .city-highlights-section .city-highlights-ginza__item--feature-tall figure,
  #location .city-highlights-section .city-highlights-otemachi__item--feature-tall figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--feature-tall figure {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ochanomizu__text,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ochanomizu__text,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ginza__text,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-otemachi__text,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ochanomizu__text {
    flex: 1 1 0;
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ginza__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-otemachi__item--side-by-side .city-highlights-ochanomizu__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ginza__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-otemachi__figure,
  #location .city-highlights-section .city-highlights-ochanomizu__item--side-by-side .city-highlights-ochanomizu__figure {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ochanomizu__item--pickup-text-left {
    flex-direction: row-reverse;
    align-items: stretch;
  }
}
#location .city-highlights-section .city-highlights-ochanomizu__item--pickup-text-left .city-highlights-ochanomizu__pickup {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ochanomizu__item--pickup-text-left .city-highlights-ochanomizu__pickup {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    display: flex;
    align-items: center;
  }
}
#location .city-highlights-section .city-highlights-ochanomizu__item--pickup-text-left .city-highlights-ochanomizu__pickup img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ochanomizu__item--pickup-text-left .city-highlights-ochanomizu__text {
    flex: 1 1 0;
    min-width: 0;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment {
  background-color: #0f4284;
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment__inner {
  padding: 0 2rem;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #location .city-highlights-section .city-highlights-shinjuku-deveropment__inner {
    padding: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-deveropment__inner {
    padding: 10rem 2rem;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment__item {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-deveropment__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 5rem;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment__item:last-child {
  gap: 2rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #location .city-highlights-section .city-highlights-shinjuku-deveropment__figure {
    margin-top: 5rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-shinjuku-deveropment__figure {
    flex: 0 0 60%;
    width: 60%;
  }
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment__figure img {
  width: 100%;
  height: auto;
  display: block;
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment__text .city-highlights-shinjuku-deveropment__figure--ttl {
  margin-bottom: 7rem;
}
#location .city-highlights-section .city-highlights-shinjuku-deveropment__text .city-highlights-shinjuku-deveropment__figure--ttl img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__body {
  margin-top: 4rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__body {
    margin-top: 0;
    padding: 0 0 10rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__title {
    font-size: 58px;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__lead {
    font-size: 24px;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure {
    display: flex;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure img:first-child {
    width: 32%;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__texts {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__texts {
    display: flex;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__row--bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__row--bottom .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure {
    margin-bottom: 0;
    width: unset;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__row--bottom .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__row--bottom .city-highlights-ikebukuro-kasumigaseki-ochanomizu__image {
    width: 100% !important;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__item--row {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__item--row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__item--row:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure {
    width: 100%;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__figure img {
    width: 69%;
  }
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text {
  margin-bottom: 4rem;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text-label span {
  width: 20px;
  height: 20px;
  padding: 0.5em 0.5em;
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #896f32;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text-body {
  margin-bottom: 2rem;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text-note {
  margin-bottom: 2rem;
  padding: 0.5em 1em;
  background-color: #878787;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text-source {
  border-top: 1px solid #000;
  padding-top: 0.5rem;
  display: block;
  font-size: 10px;
  color: #000;
}
#location .city-highlights-section .city-highlights-ikebukuro-kasumigaseki-ochanomizu__text-title {
  text-align: center;
}
#location .area-data-inner {
  background-color: #f5f2ee;
  padding: 100px 2rem;
}
@media screen and (min-width: 1000px) {
  #location .area-data-inner {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #4a4036 0%, #5e5349 16%, #7f756c 34%);
  }
}
#location .area-data__rank-title {
  text-align: center;
}
#location .area-data__figure {
  max-width: 1400px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1000px) {
  #location .area-data__figure {
    padding: 0 2rem;
  }
}
#location .area-data__figure picture {
  display: block;
}
#location .area-data__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#location .area-data__title {
  text-align: center;
}
#location .area-data__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .area-data__header {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .area-data__lead {
    text-align: center;
  }
}
#location .area-data__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 5rem;
  align-items: start;
}
@media screen and (min-width: 768px) {
  #location .area-data__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #location .area-data__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
#location .area-data__rank {
  background: linear-gradient(to bottom, #0086ec 46%, #ffffff 100%);
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .area-data__rank {
    background: linear-gradient(to right, #0086ec 46%, #ffffff 100%);
    padding: 4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .area-data__rank .area-data__rank-texts {
    width: 50%;
  }
}
#location .area-data__rank-body {
  margin-bottom: 2rem;
}
#location .area-data__rank-source {
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
  font-size: 10px;
  color: #fff;
  text-align: center;
  display: block;
}
#location .area-data__rank-images {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  #location .area-data__rank-images {
    flex-direction: row;
    gap: 2rem;
  }
}
#location .honantyo-section {
  margin-bottom: 15rem;
}
#location .honantyo-inner01 {
  padding: 6rem 2rem;
}
@media screen and (min-width: 1000px) {
  #location .honantyo-inner01 {
    padding: 100px 2rem;
  }
}
#location .honantyo-inner02 {
  background-image: url("../img/location/kawasaki-station-inner02-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #001d29;
  padding: 100px 2rem;
}
#location .honantyo__row {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__row {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .honantyo__row--secondary {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    align-items: stretch;
  }
}
#location .honantyo__figure {
  margin: 0 auto 2rem;
  max-width: 600px;
}
#location .honantyo__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#location .honantyo__title {
  margin-bottom: 2rem;
  text-align: center;
}
#location .honantyo__lead {
  margin-bottom: 10rem;
}
#location .honantyo__row--primary {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__row--primary {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    margin: 0 auto 3rem;
    gap: 4rem;
    justify-content: center;
  }
  #location .honantyo__row--primary > .honantyo__figure--main.pc-flex {
    flex: 1 1 58%;
    min-width: 0;
  }
  #location .honantyo__row--primary > .honantyo__content {
    flex: 1 1 42%;
    min-width: 0;
  }
}
#location .honantyo__content {
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__content {
    margin-top: 0;
  }
}
#location .honantyo__item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4em;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-title {
    justify-content: flex-start;
  }
}
#location .honantyo__item-name,
#location .honantyo__item-tagline {
  color: #32926c;
  display: block;
  width: 100%;
  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#location .honantyo__text {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__text {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
#location .honantyo__item-distance {
  font-size: 12px;
  color: #000;
  text-align: center;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#location .honantyo__item-body {
  margin-top: 1rem;
  font-size: 14px;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
#location .honantyo__item:last-child {
  margin-bottom: 0;
}
#location .honantyo__item-group {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-group {
    margin-bottom: 2rem;
    display: flex;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-group .honantyo__text {
    width: 50%;
  }
}
#location .honantyo__item-group .honantyo__figure {
  overflow: hidden;
  aspect-ratio: 4/3;
  max-width: 338px;
}
#location .honantyo__item-group .honantyo__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#location .honantyo__item-row {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-row {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
#location .honantyo__item-row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-row .honantyo__text {
    width: 50%;
  }
}
#location .honantyo__item-row .honantyo__figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
#location .honantyo__item-row .honantyo__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1000px) {
  #location .honantyo__item-row-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #location .location_header-ttl {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 2rem;
  }
  #location .location_header-ttl .city-highlights-intro__texts-inner {
    width: 50%;
  }
  #location .location_header-ttl .city-highlights-intro__title-script {
    width: 50%;
  }
}
#location .bustrain-section {
  position: relative;
  background-color: #001d29;
}
#location .bustrain-section .bustrain__block-title {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__content-group {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #location .bustrain-section .bustrain__content-group .bustrain__contents {
    gap: 4rem;
  }
}
#location .bustrain-section .bustrain__content {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__content {
    padding: 5rem 2rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
#location .bustrain-section .bustrain__title {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__title {
    text-align: center;
  }
}
#location .bustrain-section .bustrain__lead {
  margin-bottom: 2rem;
  color: #fff;
}
#location .bustrain-section .bustrain-title {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain-title {
    text-align: center;
  }
}
#location .bustrain-section .bustrain-title {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}
#location .bustrain-section .bustrain__block-group {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__block-group {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__map-figure-redevelopment {
    position: absolute;
    bottom: 20rem;
    right: 0;
    width: 45%;
  }
}
#location .bustrain-section .bustrain__map-figure-redevelopment img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__item {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
#location .bustrain-section .bustrain__map {
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__map {
    max-width: 800px;
    margin-bottom: 0;
  }
}
#location .bustrain-section .bustrain__item-figure {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__item-figure {
    margin-bottom: 0;
    width: 100%;
  }
}
#location .bustrain-section .bustrain__item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__item-text {
    width: 100%;
  }
}
#location .bustrain-section .bustrain__block {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__block {
    text-align: center;
  }
}
#location .bustrain-section .bustrain__item-note {
  font-size: 12px;
  background-color: #878787;
  color: #fff;
  padding: 0.5em 1em;
  display: block;
  text-align: center;
}
#location .bustrain-section .bustrain__item-title {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__item-title {
    font-size: 22px;
  }
}
#location .bustrain-section .bustrain__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain-section .bustrain__inner {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .bustrain__daily-header {
    text-align: center;
  }
}
#location .bustrain__daily-header h3 {
  text-align: center;
}
#location .bustrain__daily-header p {
  text-align: center;
}
#location .bustrain__daily-item-group {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #location .bustrain__daily-item-group {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
  }
}
#location .bustrain__row {
  padding: 5rem 2rem;
}
@media screen and (min-width: 1000px) {
  #location .bustrain__daily-item--row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex: 1;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  #location .bustrain__row--parks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    max-width: 1600px;
    margin: 0 auto;
  }
  #location .bustrain__daily-item--stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #location .bustrain__daily-item--stack .bustrain__daily-figure {
    margin-bottom: 0;
    aspect-ratio: 4/3;
  }
  #location .bustrain__daily-item--stack .bustrain__daily-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  #location .bustrain__daily-item--stack .bustrain__daily-title {
    text-align: center;
    margin-bottom: 0;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.5;
    text-align: center;
  }
  #location .bustrain__daily-item--stack .bustrain__daily-distance {
    display: block;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .bustrain__daily-figure {
    flex: 1;
    margin-bottom: 0;
    display: flex;
  }
  #location .bustrain__daily-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  #location .bustrain__daily-text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
#location .location-shopping__wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #location .location-shopping__wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 999px) {
  #location .location-shopping__wrap > .location-shopping__figure {
    margin-bottom: 2.5rem;
  }
}
#location .location-shopping__wrap > .location-shopping__figure img {
  width: 100%;
  height: auto;
  display: block;
}
#location .location-shopping__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 480px) and (max-width: 999px) {
  #location .location-shopping__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .location-shopping__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 2rem 1.5rem;
  }
}
#location .location-shopping__item {
  min-width: 0;
}
#location .location-shopping__figure {
  margin-bottom: 4rem;
}
#location .location-shopping__image {
  width: 100%;
  height: auto;
  display: block;
}
#location .location-shopping__text {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  gap: 0.35em;
  margin: 0;
}
#location .location-shopping__name {
  display: block;
  width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#location .location-shopping__distance {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.04em;
  word-break: keep-all;
}
#location .location-shopping__note {
  display: block;
  margin-top: 0.75em;
}
#location .location-shopping-map__map {
  margin: 12rem 0 10rem;
}
#location .location-shopping-map__map .location-shopping-map__figure {
  margin: 0;
}
#location .location-shopping-map__image {
  width: 100%;
  height: auto;
  display: block;
}
#location .location-shopping-map__pick-up-ttl {
  margin: 8rem auto 6rem;
  padding: 0 2rem;
  max-width: 1400px;
}
@media screen and (min-width: 1000px) {
  #location .location-shopping-map__pick-up-ttl {
    margin: 8rem auto 4rem;
  }
}
#location .location-shopping-map__pick-up-ttl img {
  width: 100%;
  height: auto;
  display: block;
}
#location .location-shopping-map__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1400px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  #location .location-shopping-map__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .location-shopping-map__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#location .location-shopping-map__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
#location .location-shopping-map__item-figure {
  margin: 0;
}
#location .location-shopping-map__item-image {
  width: 100%;
  height: auto;
  display: block;
}
#location .location-shopping-map__texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#location .location-shopping-map__title {
  margin: 0;
  font-size: clamp(17px, 2.4vw, 18px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#location .location-gourmet {
  margin-top: 4rem;
  padding: 0 2rem;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#location .location-gourmet__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (min-width: 480px) {
  #location .location-gourmet__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #location .location-gourmet__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    align-items: baseline;
  }
}
#location .location-gourmet__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
#location .location-gourmet__figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
}
#location .location-gourmet__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
#location .location-gourmet__texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
#location .location-gourmet__title {
  margin: 0;
  font-size: clamp(17px, 2.4vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#location .location-gourmet__title span {
  white-space: normal;
  font-weight: 700;
  font-size: 0.94em;
  letter-spacing: 0.06em;
}
#location .location-gourmet__body {
  margin: 0;
  text-align: left;
}
#location .location-gourmet__distance {
  margin: 0;
  line-break: strict;
  word-break: keep-all;
  text-align: left;
}
#location .information-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
@media screen and (min-width: 769px) {
  #location .information-section {
    padding: 10rem 2rem;
  }
}
#location .information__figure {
  margin: 0;
}
#location .information__figure .information__picture {
  display: block;
  width: 100%;
}
#location .information__figure .information__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#location .bustrain__daily-lead {
  margin-bottom: 4rem;
}
#location .bustrain__daily-title {
  margin-bottom: 2rem;
  gap: 0.5rem;
  font-size: clamp(17px, 3vw, 18px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
#location .bustrain__daily-distance {
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#location .bustrain__daily-item {
  margin-bottom: 4rem;
}
#location .bustrain__daily-figure {
  margin-bottom: 4rem;
}
#location .small-text {
  display: inline;
  font-size: 0.92em;
  vertical-align: baseline;
}
#location .location-gourmet__ttl {
  max-width: 1000px;
  margin: 0 auto 4rem;
}

/* ==========================================================================
   Sections
   - Base utilities
   - Main
   - Place list
   - Access wrap
   - Access map
   - Map text / map image
   - Access extra
   - Sim (taxi)
   - Content interpose
   - Redevelopment
   - Train access text
   - Shopping spot
   - Footer overrides
   ========================================================================== */
/* Scss Document */
#access .scroll-hint-text {
  letter-spacing: 0 !important;
}
#access .sp_only {
  display: block;
}
@media screen and (min-width: 769px) {
  #access .sp_only {
    display: none;
  }
}
#access .pc_only {
  display: none;
}
@media screen and (min-width: 769px) {
  #access .pc_only {
    display: block;
  }
}
#access .com-lead {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .com-lead {
    font-size: 6vw;
  }
}
#access .com-txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #access .com-txt {
    font-size: 16px;
  }
}
#access .sec_ttl {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
#access .main {
  width: 100%;
  position: relative;
}
#access .main .main_img {
  width: 100%;
  overflow: hidden;
}
#access .main .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#access .main .main_txt {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1em;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #access .main .main_txt {
    font-size: 7vw;
  }
}
#access .place_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
}
@media screen and (min-width: 1000px) {
  #access .place_list {
    grid-template-columns: repeat(6, 1fr);
  }
}
#access .place_list.--1 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1000px) {
  #access .place_list.--1 {
    grid-template-columns: repeat(6, 1fr);
  }
}
#access .place_list.--1 .place_head {
  height: 11.3vw;
}
@media screen and (max-width: 768px) {
  #access .place_list.--1 .place_head {
    height: 20vw;
  }
}
#access .place_list.--1 .place_name {
  font-size: clamp(13px, 3vw, 24px);
}
@media screen and (max-width: 768px) {
  #access .place_list.--1 .place_name {
    font-size: clamp(12px, 3.5vw, 18px);
  }
}
#access .place_list.--1 .place_time {
  font-size: clamp(12px, 3vw, 19px);
}
#access .place_list.--1 .place_direct {
  font-size: clamp(10px, 3vw, 17px);
}
@media screen and (max-width: 768px) {
  #access .place_list.--1 .place_direct {
    font-size: clamp(9px, 2.5vw, 12px);
  }
}
#access .place_list.--1 .place_num {
  font-size: clamp(32px, 3vw, 61px);
}
@media screen and (max-width: 768px) {
  #access .place_list.--1 .place_num {
    font-size: clamp(20px, 4vw, 32px);
  }
}
#access .place_list.--1 .com-note {
  font-size: clamp(10px, 2vw, 17px);
}
#access .place_list.--2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1000px) {
  #access .place_list.--2 {
    grid-template-columns: repeat(6, 1fr);
  }
}
#access .place_list.--2 .place_head {
  height: 8vw;
}
@media screen and (max-width: 768px) {
  #access .place_list.--2 .place_head {
    height: 14vw;
  }
}
#access .place_list.--2 .place_img {
  width: 100%;
  max-height: 350px;
  aspect-ratio: 3/4;
  overflow: hidden;
}
#access .place_list.--2 .place_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#access .place_list.--3 {
  padding: 5.5vw 0 7vw;
}
#access .place_list .place_item {
  position: relative;
  transition: opacity 0.3s;
}
#access .place_list .place_head {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 8.5vw;
  padding-top: 4.5%;
  color: #ddc184;
  font-weight: 600;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #access .place_list .place_head {
    height: 21vw;
    padding-top: 8%;
  }
}
#access .place_list .place_name {
  font-size: clamp(16px, 3vw, 28px);
  letter-spacing: 0.1em;
  width: 52%;
  margin: auto;
  line-height: 1;
  border-bottom: solid 1.23px;
}
@media screen and (max-width: 999px) {
  #access .place_list .place_name {
    width: 100%;
    font-size: clamp(12px, 3.5vw, 18px);
  }
}
#access .place_list .place_name.--s {
  width: 90%;
}
#access .place_list .place_time {
  font-size: clamp(16px, 3vw, 20px);
  letter-spacing: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 1;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #access .place_list .place_time {
    gap: 5px;
    font-size: clamp(14px, 4vw, 18px);
  }
}
#access .place_list .place_direct {
  font-size: clamp(12px, 2.5vw, 16px);
  letter-spacing: 0.1em;
  color: #1c1205;
  background-color: #ddc184;
  padding: 7.6px 6px;
}
@media screen and (max-width: 768px) {
  #access .place_list .place_direct {
    padding: 2px 1px;
    font-size: clamp(9px, 2.5vw, 12px);
  }
}
#access .place_list .place_num {
  font-size: clamp(28px, 4vw, 56px);
}
@media screen and (max-width: 768px) {
  #access .place_list .place_num {
    font-size: clamp(20px, 4vw, 32px);
  }
}
#access .place_list .com-note {
  font-size: clamp(10px, 2vw, 14px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #access .place_list .com-note {
    display: none;
  }
}
#access .access_wrap .access_head {
  margin: 0 auto;
  padding: 15rem 0 0;
  background: linear-gradient(to bottom, #3a2d18 0%, #4d3d24 14%, #7a6b58 32%);
}
@media screen and (max-width: 999px) {
  #access .access_wrap .access_head {
    padding: 60px 0 0;
    text-align: center;
  }
}
#access .access_wrap .access_head .access_head_wrap {
  position: relative;
  padding: 0 5vw 10rem;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  gap: 5rem;
}
@media screen and (min-width: 1100px) {
  #access .access_wrap .access_head .access_head_wrap {
    padding: 0 5vw;
    margin-bottom: 15rem;
    position: relative;
    flex-direction: row;
    gap: 0;
  }
}
#access .access_wrap .access_head .access_head_wrap .access_head_text_img {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  margin-left: auto;
  z-index: 10;
}
@media screen and (min-width: 455px) {
  #access .access_wrap .access_head .access_head_wrap .access_head_text_img {
    top: 5%;
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 1100px) {
  #access .access_wrap .access_head .access_head_wrap .access_head_text_img {
    position: unset;
    margin-right: auto;
  }
}
@media screen and (min-width: 1100px) {
  #access .access_wrap .access_head .access_head_wrap .access_head_img {
    margin-left: auto;
    width: 80%;
  }
}
#access .access_wrap .access_head .access_head_text_wrap {
  margin-top: 5rem;
}
@media screen and (min-width: 455px) {
  #access .access_wrap .access_head .access_head_text_wrap {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  #access .access_wrap .access_head .access_head_text_wrap {
    position: absolute;
    width: 50%;
    z-index: 10;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}
#access .access_wrap .access_head .access_ttl {
  margin-bottom: 5rem;
}
#access .access_wrap .access_head .access_ttl figure {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_head .access_ttl figure {
    margin-bottom: 2.4rem;
    max-width: 300px;
  }
}
#access .access_wrap .access_head .access_ttl .access_ttl_cursive {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  color: #a27b3f;
  letter-spacing: 0.1em;
  margin: 0 0 0.5vw 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_head .access_ttl .access_ttl_cursive {
    font-size: clamp(20px, 4vw, 28px);
    margin-bottom: 1vw;
  }
}
#access .access_wrap .access_head .access_ttl .access_ttl_main {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #c89969;
  letter-spacing: 0.15em;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_head .access_ttl .access_ttl_main {
    font-size: clamp(24px, 5vw, 32px);
  }
}
#access .access_wrap .access_head .access_head_ttl {
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.2em;
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
}
#access .access_wrap .access_head .access_head_subtitle {
  font-size: clamp(16px, 2.5vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin: 0 0 28px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_head .access_head_subtitle {
    margin-bottom: 12px;
    text-align: left;
  }
}
#access .access_wrap .access_head .access_map_text_wrap_inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#access .access_wrap .access_head .access_map_text_wrap_inner .access_map_text_sub {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_head .access_map_text_wrap_inner .access_map_text_sub {
    font-size: 16px;
  }
}
#access .access_wrap .access_head .access_map_under_wrap {
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  #access .access_wrap .access_head .access_map_under_wrap {
    padding: 0 0 10rem;
    flex-direction: row;
    gap: 5rem;
  }
}
#access .access_wrap .access_head .access_map_under_wrap .access_map_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #469258;
  padding: 1rem;
}
#access .access_wrap .access_head .access_map_under_wrap .access_map_text_wrap .com-lead {
  margin: 0;
  color: #fff;
}
#access .access_wrap .access_head .com-txt {
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_head .com-txt {
    letter-spacing: 0;
  }
}
#access .access_wrap .com-lead {
  color: #fff;
}
#access .access_wrap .map_head-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #access .access_wrap .map_head-pc {
    padding-bottom: 5vw;
    display: block;
  }
}
#access .access_wrap .metoro_access_text_wrap_inner {
  background-color: #f5f0e8;
  box-sizing: border-box;
  padding-left: clamp(16px, 5vw, 48px);
  padding-right: clamp(16px, 5vw, 48px);
  padding-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .metoro_access_text_wrap_inner {
    padding-bottom: 0;
  }
}
#access .access_wrap .metoro_access_map_switch .metoro_access_map-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #access .access_wrap .metoro_access_map_switch .metoro_access_map-pc {
    display: block;
    padding-bottom: 5vw;
  }
}
#access .access_wrap .metoro_access_map_switch .metoro_access_map-pc img {
  width: 100%;
  height: auto;
  display: block;
}
#access .access_wrap .metoro_access_map_switch .metoro_access_map-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  #access .access_wrap .metoro_access_map_switch .metoro_access_map-sp {
    display: none;
  }
}
#access .access_wrap .metoro_access_map_switch .metoro_access_map-sp img {
  width: 100%;
  height: auto;
  display: block;
}
#access .access_wrap .access_content .place_list {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .place_list {
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto;
  }
}
#access .access_wrap .access_content .place_list.--1 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .place_list.--1 {
    grid-template-columns: repeat(6, 1fr);
  }
}
#access .access_wrap .access_content .place_list.--2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .place_list.--2 {
    grid-template-columns: repeat(6, 1fr);
  }
}
#access .access_wrap .access_content .access_content_partition_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #access .access_wrap .access_content .access_content_partition_wrap {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .access_content_partition_wrap {
    display: none;
  }
}
#access .access_wrap .access_content .access_content_partition1,
#access .access_wrap .access_content .access_content_partition2 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #access .access_wrap .access_content .access_content_partition1,
  #access .access_wrap .access_content .access_content_partition2 {
    flex: 1;
    width: calc(50% - 0.5vw);
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #access .access_wrap .access_content .access_content_partition1,
  #access .access_wrap .access_content .access_content_partition2 {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
#access .access_wrap .access_content .access_content_partition1 img,
#access .access_wrap .access_content .access_content_partition2 img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  display: block;
  object-fit: contain;
}
#access .access_wrap .access_content .access_content_partition3 {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_content .access_content_partition3 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .access_content_partition3 {
    display: none;
  }
}
#access .access_wrap .access_content .access_content_partition3 img,
#access .access_wrap .access_content .access_content_partition3 picture {
  width: 100%;
  display: block;
}
#access .access_wrap .access_content .access_content_partition3 img {
  height: auto;
  max-height: 40vh;
  object-fit: contain;
}
#access .access_wrap .access_content .access_content_train_map {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .access_content_train_map {
    display: block;
    max-width: 100%;
  }
}
#access .access_wrap .access_content .access_content_train_map img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .access_wrap .access_content .access_content_partition_pc2 {
  display: none;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .access_content .access_content_partition_pc2 {
    display: block;
    max-width: 100%;
  }
}
#access .access_wrap .access_content .access_content_partition_pc2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .access_wrap .access_map_wrap {
  background-color: #e5e5e1;
  margin-left: -5vw;
  margin-right: -5vw;
  padding: 5vw 0 0;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_map_wrap {
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 0;
  }
}
#access .access_wrap .access_map_wrap .com-content {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .access_map_wrap .com-content {
    padding: 30px 0;
  }
}
#access .access_wrap .access_map_wrap .access_map_under_wrap figure.access_map_under_img.m_op.m_op_on {
  max-width: 420px;
}
#access .access_wrap .access_map_wrap .com-note {
  margin-top: 40px;
  font-size: clamp(14px, 5vw, 12px);
  letter-spacing: 0.2em;
}
#access .access_wrap .train_access_text_wrap_inner {
  padding: 5vw;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .train_access_text_wrap_inner {
    margin-bottom: 0;
  }
}
#access .access_wrap .map_img_wrap {
  position: relative;
  padding-right: 5vw;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .map_img_wrap {
    overflow-x: visible;
    overflow-y: hidden;
    padding-right: 0;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_img_wrap {
    margin-right: calc(50% - 50vw);
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .map_img_wrap .scroll-hint-icon-wrap {
    display: none;
  }
}
#access .access_wrap .map_txt_wrap {
  color: #ffffff;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_wrap {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  #access .access_wrap .map_txt_wrap {
    padding: 0 4rem;
    display: none;
    padding: 0;
  }
}
#access .access_wrap .map_txt_wrap .map_head {
  margin-bottom: 10vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5vw;
}
#access .access_wrap .map_txt_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2vw;
}
@media screen and (min-width: 768px) {
  #access .access_wrap .map_txt_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
@media screen and (min-width: 769px) {
  #access .access_wrap .map_txt_list {
    display: none;
  }
}
#access .access_wrap .map_txt_item {
  margin-bottom: 0;
  padding-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  #access .access_wrap .map_txt_item {
    margin-bottom: 0;
    padding-bottom: 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#access .access_wrap .map_txt_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#access .access_wrap .map_txt_header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #access .access_wrap .map_txt_header {
    gap: 2vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #access .access_wrap .map_txt_header {
    gap: 1.5vw;
    margin-bottom: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_header {
    margin-bottom: 1vw;
  }
}
#access .access_wrap .map_txt_station {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #access .access_wrap .map_txt_station {
    flex: 1;
    position: relative;
    padding-right: 2vw;
  }
  #access .access_wrap .map_txt_station::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 75%;
    max-width: calc(100% - 2vw);
    height: 1px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 1200px) {
  #access .access_wrap .map_txt_station {
    font-size: clamp(14px, 1.5vw, 18px);
    padding-right: 0;
  }
  #access .access_wrap .map_txt_station::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_station {
    font-size: clamp(14px, 3vw, 18px);
    margin-bottom: 1vw;
  }
}
#access .access_wrap .map_txt_time {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media screen and (min-width: 769px) {
  #access .access_wrap .map_txt_time {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  #access .access_wrap .map_txt_time {
    font-size: clamp(16px, 2vw, 20px);
    gap: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_time {
    font-size: clamp(16px, 3.5vw, 22px);
    margin-bottom: 1vw;
    gap: 2vw;
  }
}
#access .access_wrap .map_txt_direct {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #1c1205;
  background-color: #ddc184;
  padding: 0.3em 0.6em;
  border-radius: 2px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  #access .access_wrap .map_txt_direct {
    font-size: clamp(10px, 1.2vw, 12px);
    padding: 0.25em 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_direct {
    font-size: clamp(10px, 2vw, 12px);
    padding: 0.2em 0.4em;
  }
}
#access .access_wrap .map_txt_min {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  #access .access_wrap .map_txt_min {
    font-size: clamp(20px, 2.5vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_min {
    font-size: clamp(20px, 4vw, 28px);
  }
}
#access .access_wrap .map_txt_note {
  font-size: clamp(12px, 1.5vw, 14px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  #access .access_wrap .map_txt_note {
    font-size: clamp(10px, 1.2vw, 12px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_note {
    font-size: clamp(11px, 2vw, 13px);
  }
}
#access .access_wrap .map_txt_footer {
  font-size: clamp(11px, 1.2vw, 12px);
  color: #000000;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt_footer {
    font-size: clamp(10px, 1.5vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_img {
    width: 150%;
  }
}
#access .access_wrap .map_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  #access .access_wrap .map_img img {
    max-width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_img img {
    vertical-align: unset;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt {
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  #access .access_wrap .map_txt img {
    vertical-align: unset;
  }
}
#access .access_extra_section .access_content_train_map_wrap {
  width: 100%;
  min-height: 160px;
  padding: clamp(12px, 2vw, 24px);
  display: block;
}
@media screen and (min-width: 1024px) {
  #access .access_extra_section .access_content_train_map_wrap {
    padding: 5vw;
  }
}
#access .access_extra_section .access_content_train_map_wrap .access_content_train_map {
  max-width: 1920px;
  margin: 0 auto;
}
#access .access_extra_section .access_content_texts {
  position: relative;
  width: 100%;
  min-height: 160px;
  padding: clamp(24px, 2vw, 32px);
  display: block;
  background-color: #0b3e57;
}
@media screen and (min-width: 1024px) {
  #access .access_extra_section .access_content_texts {
    padding: 5vw;
  }
}
#access .access_extra_section .access_content_texts figure {
  max-width: 800px;
  margin: 0 auto;
}
#access .access_extra_section .access_content_texts .access_texts {
  max-width: 960px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.4vw, 20px);
  text-align: center;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
@media screen and (min-width: 1024px) {
  #access .access_extra_section .access_content_texts .access_texts {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
  }
}
#access .access_extra_section .access_content_texts .access_texts__lead {
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
}
#access .access_extra_section .access_content_texts .access_texts__body {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.9;
}
#access .access_extra_section .access_texts-content {
  margin: clamp(16px, 3vw, 28px) auto 0;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 16px);
  align-items: center;
}
#access .access_extra_section .access_texts-content figure {
  width: 100%;
  margin: 0;
  display: block;
}
#access .access_extra_section .access_texts-content figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #access .access_extra_section .access_texts-content {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: clamp(12px, 1.5vw, 20px);
  }
  #access .access_extra_section .access_texts-content figure {
    flex: 1 1 0;
  }
  #access .access_extra_section .access_texts-content figure img {
    height: 100%;
    object-fit: cover;
  }
}
#access .access_extra_section .access_bus_texts {
  padding: clamp(24px, 4vw, 32px) 0 2vw;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #access .access_extra_section .access_bus_texts {
    text-align: left;
  }
}
#access .access_extra_section .access_bus_texts .access_bus_texts__lead {
  text-align: center;
  color: #000;
}
#access .access_extra_section .access_bus_texts figure {
  margin: 0 auto clamp(12px, 2vw, 20px);
  max-width: 400px;
  width: 100%;
}
#access .access_extra_section .access_bus_texts figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .sim_wrap_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #access .sim_wrap_img {
    display: none;
  }
}
#access .sim_wrap_img:nth-child(1) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #access .sim_wrap_img:nth-child(1) {
    margin-bottom: 0;
  }
}
#access .sim_wrap_img img {
  height: auto;
  display: block;
  object-fit: contain;
}
#access .sim_wrap_img_sp {
  width: 70%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  #access .sim_wrap_img_sp {
    display: none;
  }
}
#access .sim_wrap_img-pc {
  display: none;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #access .sim_wrap_img-pc {
    display: block;
  }
}
#access .sim_wrap_img-pc img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .sim_wrap {
  position: relative;
  background-image: url("../img/access/taxi_info-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#access .sim_wrap .sim_content {
  position: relative;
  z-index: 2;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_content {
    padding: 45px 0;
  }
}
#access .sim_wrap .sim_route_wrap {
  background-color: rgba(200, 153, 105, 0.5);
  padding: 20px;
}
#access .sim_wrap .sim_ttl {
  margin-bottom: 24px;
}
#access .sim_wrap .sim_ttl figure {
  width: fit-content;
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
#access .sim_wrap .sim_ttl img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .sim_wrap .sim_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 500px) {
  #access .sim_wrap .sim_list {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #access .sim_wrap .sim_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#access .sim_wrap .sim_head {
  background-color: #000;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  height: 50px;
  padding: 0 8px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_head {
    flex-direction: column;
    height: auto;
    padding: 12px 8px;
  }
}
#access .sim_wrap .sim_head .small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_head .small {
    display: block;
    margin-top: 4px;
  }
}
#access .sim_wrap .sim_note {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 30px;
  color: #000;
}
@media screen and (min-width: 500px) {
  #access .sim_wrap .sim_note {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #access .sim_wrap .sim_note {
    font-size: 11px;
    line-height: 1.8;
  }
}
#access .sim_wrap .sim_pc {
  display: none;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 500px) {
  #access .sim_wrap .sim_pc {
    margin: 0 auto;
    display: block;
  }
}
#access .sim_wrap .sim_pc img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}
#access .content-interpose-row--top {
  position: relative;
}
#access .content-interpose-row--bottom {
  margin-top: 0;
}
#access .content-interpose {
  position: relative;
  margin: 0;
}
#access .content-interpose img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#access .taxi_info_section {
  position: relative;
  padding: 64px 40px 64px 0px;
  background: #f5f0e8;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section {
    padding: 25px 20px;
  }
}
#access .taxi_info_section .bus_info__layout {
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1000px) {
  #access .taxi_info_section .bus_info__layout {
    margin: 0 auto 15rem;
  }
}
#access .taxi_info_section .com-content {
  position: relative;
  z-index: 2;
}
#access .taxi_info_section .taxi_info_ttl {
  margin-bottom: 32px;
}
#access .taxi_info_section .taxi_info_ttl .taxi_info_ttl_img {
  margin: 0 auto;
}
#access .taxi_info_section .taxi_info_ttl .taxi_info_ttl_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .taxi_info_section .taxi_info_ttl .taxi_info_ttl_img--pc {
  display: none;
}
#access .taxi_info_section .taxi_info_ttl .taxi_info_ttl_img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #access .taxi_info_section .taxi_info_ttl .taxi_info_ttl_img--pc {
    display: block;
    margin: 0 auto;
    max-width: 800px;
  }
  #access .taxi_info_section .taxi_info_ttl .taxi_info_ttl_img--sp {
    display: none;
  }
}
#access .taxi_info_section .taxi_info_ttl figure {
  width: fit-content;
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
#access .taxi_info_section .taxi_info_ttl img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .taxi_info_section .taxi_info__layout figure {
  margin: 0 auto;
  width: 100%;
  max-width: min(1200px, 100%);
}
#access .taxi_info_section .taxi_info__layout img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #access .taxi_info_section .taxi_info__layout {
    display: flex;
    gap: clamp(16px, 3vw, 32px);
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  #access .taxi_info_section .taxi_info__left {
    flex: 0 0 40%;
    max-width: 415px;
  }
}
@media screen and (min-width: 1024px) {
  #access .taxi_info_section .taxi_info__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#access .taxi_info_section .taxi_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (min-width: 1000px) {
  #access .taxi_info_section .taxi_content {
    flex-direction: row;
    gap: 5vw;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  #access .taxi_info_section .taxi_content {
    gap: 2vw;
  }
}
#access .taxi_info_section .taxi_content > div:first-child {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #access .taxi_info_section .taxi_content > div:first-child {
    flex: 1;
    position: relative;
    z-index: 3;
  }
}
#access .taxi_info_section .taxi_content > div.m_down.taxi {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  #access .taxi_info_section .taxi_content > div.m_down.taxi {
    flex: 1;
    margin-left: -300px;
  }
}
#access .taxi_info_section .com-ttl {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .com-ttl {
    text-align: center;
  }
}
#access .taxi_info_section .taxi_img {
  display: flex;
  width: 100%;
  margin: 0 auto 32px;
  justify-content: center;
}
@media screen and (min-width: 1023px) {
  #access .taxi_info_section .taxi_img {
    width: auto;
    position: relative;
    z-index: 3;
    margin-right: -10vw;
  }
}
#access .taxi_info_section .taxi_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #access .taxi_info_section .taxi_img img {
    width: 100%;
    max-width: 600px;
    min-width: 500px;
  }
}
#access .taxi_info_section .taxi_img img._pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_img img._pc {
    display: none !important;
  }
}
#access .taxi_info_section .taxi_img img._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_img img._sp {
    display: block !important;
  }
}
#access .taxi_info_section .taxi_img-pc {
  display: none;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #access .taxi_info_section .taxi_img-pc {
    display: block;
    width: auto;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_img-pc {
    max-width: 100%;
  }
}
#access .taxi_info_section .taxi_img-pc img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #access .taxi_info_section .taxi_img-pc img {
    width: 100%;
    min-width: 300px;
  }
}
@media screen and (min-width: 1023px) {
  #access .taxi_info_section .taxi_img {
    display: none;
  }
}
#access .taxi_info_section .taxi_content_wrap {
  display: grid;
  gap: 23px;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}
#access .taxi_info_section .taxi_content_wrap--relocated {
  width: 100%;
}
#access .taxi_info_section .taxi_content_wrap .taxi_content {
  width: 100%;
}
#access .taxi_info_section .taxi_content_wrap .taxi_content .taxi_info_img {
  width: 100%;
}
#access .taxi_info_section .taxi_content_wrap .taxi_content .taxi_info_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .taxi_info_section .taxi_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #access .taxi_info_section .taxi_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #access .taxi_info_section .taxi_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
#access .taxi_info_section .taxi_item {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_item {
    padding: 15px;
  }
}
#access .taxi_info_section .taxi_item_header {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #c89969;
  margin-bottom: 15px;
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_item_header {
    font-size: 14px;
    margin-bottom: 12px;
    padding: 10px 15px;
  }
}
#access .taxi_info_section .taxi_item_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_item_content {
    gap: 10px;
  }
}
#access .taxi_info_section .taxi_fare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_fare {
    padding: 6px 0;
  }
}
#access .taxi_info_section .taxi_fare_label {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_fare_label {
    font-size: 12px;
  }
}
#access .taxi_info_section .taxi_fare_amount {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_fare_amount {
    font-size: 18px;
  }
}
#access .taxi_info_section .taxi_info_detail {
  font-size: 12px;
  color: #000;
  text-align: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #access .taxi_info_section .taxi_info_detail {
    font-size: 11px;
    margin-top: 6px;
    padding-top: 6px;
  }
}
#access .taxi_info_section .com-note {
  font-size: 12px;
  color: #ffffff;
  padding-top: 10px;
}
#access .redevelopment_wrap {
  background-image: url("../img/access/redevelopment_wrap_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#access .redevelopment_wrap .redevelopment_content {
  padding: 3.2vw 0 4vw;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_content {
    padding: 8vw 0;
  }
}
#access .redevelopment_wrap .redevelopment_content .com-content {
  max-width: 1000px;
  margin: 0 auto;
}
#access .redevelopment_wrap .redevelopment_header {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_header {
    margin-bottom: 6vw;
  }
}
#access .redevelopment_wrap .redevelopment_header_en {
  margin: 0 0 1vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_header_en {
    margin-bottom: 2vw;
  }
}
#access .redevelopment_wrap .redevelopment_header_en img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_header_en img {
    max-width: 90%;
  }
}
#access .redevelopment_wrap .redevelopment_header_line {
  width: 80%;
  max-width: 400px;
  height: 1px;
  background-color: #999;
  margin: 0 auto 1.5vw;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_header_line {
    width: 70%;
    margin-bottom: 3vw;
  }
}
#access .redevelopment_wrap .redevelopment_header_jp {
  font-size: clamp(18px, 2vw, 24px);
  color: #000;
  margin: 0 0 0.5vw 0;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_header_jp {
    font-size: clamp(16px, 3.5vw, 22px);
    margin-bottom: 1vw;
  }
}
#access .redevelopment_wrap .redevelopment_header_jp_sub {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #000;
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_header_jp_sub {
    font-size: clamp(13px, 2.5vw, 16px);
  }
}
#access .redevelopment_wrap .redevelopment_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
}
@media screen and (min-width: 1000px) {
  #access .redevelopment_wrap .redevelopment_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5vw;
  }
}
#access .redevelopment_wrap .redevelopment_item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_item {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
}
@media screen and (min-width: 769px) {
  #access .redevelopment_wrap .redevelopment_item--two-col {
    display: block;
    grid-template-columns: none;
  }
}
@media screen and (min-width: 769px) {
  #access .redevelopment_wrap .redevelopment_item--two-col .redevelopment_text {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  #access .redevelopment_wrap .redevelopment_item--wide {
    display: block;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 769px) {
  #access .redevelopment_wrap .redevelopment_item--wide .redevelopment_img {
    aspect-ratio: 16/5;
    margin-bottom: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  #access .redevelopment_wrap .redevelopment_item--wide .redevelopment_text {
    margin-top: 0;
  }
}
#access .redevelopment_wrap .redevelopment_img {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
#access .redevelopment_wrap .redevelopment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_img img {
    object-position: right;
  }
}
#access .redevelopment_wrap .redevelopment_img .redevelopment_img_label {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  font-size: clamp(6px, 1vw, 12px);
  color: #fff;
  background-color: #000;
  padding: 2px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  z-index: 1;
}
#access .redevelopment_wrap .redevelopment_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#access .redevelopment_wrap .redevelopment_text_area {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_text_area {
    margin-bottom: 3vw;
  }
}
#access .redevelopment_wrap .redevelopment_text_area_ttl {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #000;
  background-color: #c89969;
  padding: 2px 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_text_area_ttl {
    font-size: clamp(13px, 3vw, 16px);
    margin-bottom: 1vw;
  }
}
#access .redevelopment_wrap .redevelopment_text_area_txt {
  font-size: clamp(16px, 2vw, 18px);
  color: #fff;
  background-color: #001c11;
  padding: 4px 0;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_text_area_txt {
    font-size: clamp(14px, 3.5vw, 20px);
  }
}
#access .redevelopment_wrap .connect_text_area_ttl {
  font-size: clamp(20px, 2.5vw, 32px);
  color: #000;
  margin: 0 0 0.5vw 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .connect_text_area_ttl {
    font-size: clamp(18px, 4vw, 28px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #access .redevelopment_wrap .connect_text_area_ttl {
    width: fit-content;
    border-bottom: none;
    margin: 0 auto;
  }
}
#access .redevelopment_wrap .connect_text_area_ttl::after {
  content: "";
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .connect_text_area_ttl::after {
    top: 18%;
  }
}
#access .redevelopment_wrap .connect_text_area_txt {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #000;
  margin: 0 0 1vw 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .connect_text_area_txt {
    font-size: clamp(12px, 2.5vw, 16px);
    margin-bottom: 2vw;
  }
}
#access .redevelopment_wrap .redevelopment_text_detail {
  margin-top: 0vw;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_text_detail {
    margin-top: 2vw;
  }
}
#access .redevelopment_wrap .redevelopment_text_detail_txt {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #000;
  line-height: 1.8;
  margin: 0 0 1vw 0;
}
@media screen and (max-width: 768px) {
  #access .redevelopment_wrap .redevelopment_text_detail_txt {
    margin-bottom: 2vw;
  }
}
#access .redevelopment_wrap .redevelopment_text_detail_small {
  font-size: clamp(12px, 1.2vw, 13px);
  color: #000;
  line-height: 1.6;
  margin: 0;
}
#access .train_access_text_wrap {
  margin: 12.6vw 0;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  gap: 5rem;
}
@media screen and (min-width: 1024px) {
  #access .train_access_text_wrap {
    margin-top: 2vw;
    margin-bottom: 5rem;
    justify-content: flex-start;
    flex-direction: row;
  }
}
#access .train_access_text_wrap .train_access_text_img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #access .train_access_text_wrap .train_access_text_img {
    margin-bottom: 5vw;
  }
}
#access .train_access_text_wrap .train_access_text_img_sub {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#access .shopping_spot {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f5f0e8, #e8ddd0);
}
@media screen and (max-width: 768px) {
  #access .shopping_spot {
    padding: 60px 0;
  }
}
#access .shopping_spot .shopping_spot_header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_header {
    margin-bottom: 40px;
  }
}
#access .shopping_spot .shopping_spot_header .shopping_spot_ttl {
  margin-bottom: 20px;
}
#access .shopping_spot .shopping_spot_header .shopping_spot_ttl figure {
  width: fit-content;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_header .shopping_spot_ttl figure {
    max-width: 90%;
  }
}
#access .shopping_spot .shopping_spot_header .shopping_spot_ttl img {
  width: 100%;
  height: auto;
  display: block;
}
#access .shopping_spot .shopping_spot_header .shopping_spot_subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: #3c524a;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_header .shopping_spot_subtitle {
    font-size: clamp(14px, 3.5vw, 16px);
  }
}
#access .shopping_spot .shopping_spot_main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  #access .shopping_spot .shopping_spot_main {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
#access .shopping_spot .shopping_spot_main .shopping_spot_main_left {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #access .shopping_spot .shopping_spot_main .shopping_spot_main_left {
    flex: 1;
  }
}
#access .shopping_spot .shopping_spot_main .shopping_spot_main_right {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #access .shopping_spot .shopping_spot_main .shopping_spot_main_right {
    flex: 1.5;
  }
}
#access .shopping_spot .shopping_spot_main .shopping_spot_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
#access .shopping_spot .shopping_spot_main .shopping_spot_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #access .shopping_spot .shopping_spot_main .shopping_spot_img img {
    aspect-ratio: 4/3;
  }
}
#access .shopping_spot .shopping_spot_main .shopping_spot_img .shopping_spot_label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_main .shopping_spot_img .shopping_spot_label {
    padding: 15px;
  }
}
#access .shopping_spot .shopping_spot_main .shopping_spot_img .shopping_spot_label .shopping_spot_label_name {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_main .shopping_spot_img .shopping_spot_label .shopping_spot_label_name {
    font-size: clamp(16px, 4vw, 20px);
    margin-bottom: 4px;
  }
}
#access .shopping_spot .shopping_spot_main .shopping_spot_img .shopping_spot_label .shopping_spot_label_distance {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_main .shopping_spot_img .shopping_spot_label .shopping_spot_label_distance {
    font-size: clamp(12px, 3vw, 14px);
  }
}
#access .shopping_spot .shopping_spot_text_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  #access .shopping_spot .shopping_spot_text_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
}
#access .shopping_spot .shopping_spot_text_wrap .shopping_spot_text {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #3c524a;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_text_wrap .shopping_spot_text {
    font-size: clamp(13px, 3.5vw, 15px);
  }
}
#access .shopping_spot .shopping_spot_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 480px) and (max-width: 999px) {
  #access .shopping_spot .shopping_spot_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #access .shopping_spot .shopping_spot_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_list {
    gap: 25px;
  }
}
#access .shopping_spot .shopping_spot_list .shopping_spot_item {
  text-align: center;
}
#access .shopping_spot .shopping_spot_list .shopping_spot_item .shopping_spot_item_img {
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#access .shopping_spot .shopping_spot_list .shopping_spot_item .shopping_spot_item_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#access .shopping_spot .shopping_spot_list .shopping_spot_item .shopping_spot_item_name {
  font-size: clamp(13px, 1.5vw, 15px);
  color: #3c524a;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_list .shopping_spot_item .shopping_spot_item_name {
    font-size: clamp(12px, 3vw, 14px);
    margin-bottom: 6px;
  }
}
#access .shopping_spot .shopping_spot_list .shopping_spot_item .shopping_spot_item_distance {
  font-size: clamp(12px, 1.3vw, 14px);
  color: #3c524a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #access .shopping_spot .shopping_spot_list .shopping_spot_item .shopping_spot_item_distance {
    font-size: clamp(11px, 2.5vw, 13px);
  }
}
#access footer .footer_com-note {
  display: none !important;
}

/* ==========================================================================
   Sections
   - Base utilities
   - Main
   - Facade
   - Approach / approach content
   - Material
   - Hall
   - Footer overrides
   ========================================================================== */
/* Scss Document */
#design ._sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  #design ._sp-only {
    display: none;
  }
}
#design .com-lead,
#design .com-txt,
#design .com-ttl {
  color: #fff;
}
#design .pc_only {
  display: none;
}
@media screen and (min-width: 769px) {
  #design .pc_only {
    display: block;
  }
}
#design .main {
  width: 100%;
  position: relative;
}
#design .main_img {
  width: 100%;
  overflow: hidden;
}
#design .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#design .fv-design {
  background-image: url("../img/design/fv_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0 0;
}
@media screen and (min-width: 0px) {
  #design .fv-design {
    padding: 20px 20px 0;
  }
}
#design .fv-design_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
#design .fv_text {
  max-width: 430px;
}
@media screen and (min-width: 0px) {
  #design .fv_text {
    width: 130px;
  }
}
#design .facade {
  background-color: #f0ebe6;
}
#design .facade .facade_content {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5vw 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(103deg, #ffffff 0%, #f4efe6 8%, #c9b89a 17%, #6e5a3d 60%, #3f2e12 100%);
}
@media screen and (min-width: 1024px) {
  #design .facade .facade_content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    min-height: 30vh;
  }
}
#design .facade .img_facade_style_wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  #design .facade .img_facade_style_wrap {
    top: 0;
    right: 0;
    width: 75%;
    position: absolute;
    display: block;
  }
}
#design .facade .img_facade_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #design .facade .img_facade_wrap {
    position: relative;
    margin-right: auto;
    width: 70%;
    justify-content: flex-end;
  }
}
#design .facade .img_facade_wrap .img_facade_wrap_inner {
  position: relative;
  z-index: 10;
  width: 50%;
  height: 50%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 1024px) {
  #design .facade .img_facade_wrap .img_facade_wrap_inner {
    display: none;
  }
}
#design .facade .img_facade_style {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #design .facade .img_facade_style {
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#design .facade .img_facade_style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #design .facade .img_facade_style img {
    object-fit: cover;
  }
}
@media screen and (min-width: 0px) {
  #design .facade .img_facade_style img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
#design .facade .img_facade {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0;
  padding: 0 20px;
  order: 2;
}
@media screen and (min-width: 1000px) {
  #design .facade .img_facade {
    position: relative;
    z-index: 10;
    width: 90%;
    height: auto;
    flex-shrink: 1;
  }
}
#design .facade .img_facade img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 0px) {
  #design .facade .img_facade img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 0px) {
  #design .facade .img_facade figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
}
#design .facade .facade_content_inner {
  margin-bottom: 10%;
}
@media screen and (min-width: 1024px) {
  #design .facade .facade_content_inner {
    margin-bottom: 0;
    position: absolute;
    top: 40%;
    right: 0;
  }
}
#design .facade .com-content {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #design .facade .com-content {
    position: absolute;
    bottom: 0;
    width: 35%;
    padding: 60px 20px;
    margin: 0 auto;
    z-index: 100;
    text-align: left;
  }
}
#design .facade .com-content figure {
  max-width: 800px;
  z-index: 10;
}
#design .facade .com-content figure.design-facade-approach-figure {
  margin-bottom: 5rem;
}
#design .facade .com-content h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) {
  #design .facade .com-content h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) {
  #design .facade .com-content h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 0px) {
  #design .facade .com-content h3.com-ttl {
    font-size: clamp(18px, 4vw, 20px);
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 0px) {
  #design .facade .com-content p.com-lead {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin: 0;
  }
}
#design .facade .com-content p.design-facade-intro {
  font-size: 20px;
  color: #fff;
}
#design .facade .com-lead {
  color: #fff;
}
#design .facade .com-ttl,
#design .approach .com-ttl,
#design .hall .com-ttl,
#design .material .com-ttl {
  color: #fff;
}
#design .facade .com-txt,
#design .approach .com-txt,
#design .hall .com-txt,
#design .material .com-txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.15em;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 0px) {
  #design .facade .com-txt,
  #design .approach .com-txt,
  #design .hall .com-txt,
  #design .material .com-txt {
    letter-spacing: 0.1em;
    font-size: 18px;
    text-align: left;
  }
}
#design .approach .approach_ttl_wrap {
  padding: 64px 0 48px;
  background-color: #469258;
}
#design .approach .approach_ttl_wrap h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #design .approach .approach_ttl_wrap h2 {
    font-size: 40px;
  }
}
#design .approach .approach_img_wrap {
  padding: 0 0 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #design .approach .approach_img_wrap {
    background-color: #f0ebe6;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 40px);
    width: 100%;
    overflow: hidden;
  }
}
#design .approach .approach_img_wrap .approach_img_right,
#design .approach .approach_img_wrap .approach_img_left {
  width: 100%;
  max-width: 90%;
}
#design .approach .approach_img_wrap .approach_img_right img,
#design .approach .approach_img_wrap .approach_img_left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 1000px) {
  #design .approach .approach_img_wrap .approach_img_right,
  #design .approach .approach_img_wrap .approach_img_left {
    flex: 1 1 50%;
    max-width: 70%;
  }
}
#design .approach .approach_img_wrap .approach_img_right {
  margin-right: auto;
}
#design .approach .approach_img_wrap .approach_img_left {
  margin-left: auto;
}
#design .approach .approach_img_wrap .approach_img_left h2 {
  margin-bottom: 20px;
}
#design .approach .approach_img_wrap .approach_img_left figure.design-facade-approach-figure {
  margin-bottom: 3rem;
}
#design .approach .approach_img_wrap .approach_img_left p.design-facade-intro {
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  #design .approach .approach_img_wrap .approach_img_left {
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 1000px) {
  #design .approach .approach_img_wrap .approach_img_right.m_op,
  #design .approach .approach_img_wrap .approach_img_left.m_op {
    opacity: 0;
    transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #design .approach .approach_img_wrap .approach_img_right.m_op {
    transform: translateX(calc(-1 * clamp(28px, 6vw, 100px)));
    transition-delay: 0s;
  }
  #design .approach .approach_img_wrap .approach_img_left.m_op {
    transform: translateX(clamp(28px, 6vw, 100px));
    transition-delay: 0.12s;
  }
  #design .approach .approach_img_wrap .approach_img_right.m_op.m_op_on,
  #design .approach .approach_img_wrap .approach_img_left.m_op.m_op_on {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1000px) and (prefers-reduced-motion: reduce) {
  #design .approach .approach_img_wrap .approach_img_right.m_op,
  #design .approach .approach_img_wrap .approach_img_left.m_op {
    transform: none;
    transition: opacity 0.4s ease;
  }
  #design .approach .approach_img_wrap .approach_img_right.m_op.m_op_on,
  #design .approach .approach_img_wrap .approach_img_left.m_op.m_op_on {
    transform: none;
  }
}
#design .approach .approach_img_wrap .com-content {
  text-align: left;
  padding: 2rem;
  width: 70%;
  margin-left: auto;
}
#design .approach .approach_img_wrap .approach_plan_notes_wrap {
  width: 100%;
  max-width: min(920px, 100%);
  margin: clamp(24px, 4vw, 48px) auto 0;
  padding: clamp(20px, 3vw, 32px) clamp(16px, 3vw, 28px);
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}
#design .approach .approach_img_wrap .approach_plan_notes_lead {
  margin: 0 0 1em;
  font-size: clamp(13px, 1.9vw, 15px);
  line-height: 1.65;
}
#design .approach .approach_img_wrap .approach_plan_notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(12px, 1.75vw, 14px);
  line-height: 1.65;
}
#design .approach .approach_img_wrap .approach_plan_notes li {
  position: relative;
  padding-left: 1.15em;
  margin-bottom: 0.65em;
}
#design .approach .approach_img_wrap .approach_plan_notes li:last-child {
  margin-bottom: 0;
}
#design .approach .approach_img_wrap .approach_plan_notes li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.08em;
  font-size: 0.55em;
  line-height: 1;
}
#design .approach_content {
  padding: 96px 0 0;
  background: linear-gradient(135deg, rgba(0, 29, 41, 0.9) 47%, rgba(0, 29, 41, 0.65) 71%);
}
#design .approach_content .approach_text {
  margin-bottom: 5vw;
  padding: 0 2rem;
}
@media screen and (min-width: 1000px) {
  #design .approach_content .approach_text {
    padding: 0;
  }
}
#design .approach_content .approach_text .approach_subtitle_image {
  max-width: 600px;
  margin: 0 auto 20px;
}
#design .approach_content .approach_text .com-ttl {
  text-align: center;
  font-size: 20px;
}
#design .approach_title_image {
  margin-top: -18.5%;
  width: 50%;
  height: 50%;
}
#design .material {
  margin-top: 0;
  background: linear-gradient(135deg, rgba(0, 29, 41, 0.85) 0%, rgba(0, 29, 41, 0.6) 100%);
}
#design .material .com-content {
  color: #333;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  #design .material .com-content {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  #design .material .com-content:has(.img_approach) {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  #design .material .com-content:has(.img_approach) .img_approach {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  #design .material .com-content:has(.img_approach) .img_approach img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}
#design .material .com-content .com-lead {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 0px) {
  #design .material .com-content .com-lead {
    font-size: 20px;
    text-align: center;
  }
}
#design .material .com-content .com-txt {
  color: #fff;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 1000px) {
  #design .material .com-content .img_approach {
    flex: 1;
    max-width: 50%;
    margin: 0;
  }
}
#design .material .com-content_wrap {
  width: 100%;
  padding: 64px 0 48px;
  background: linear-gradient(129deg, #000201 0%, #002416 45%, #01301e 100%);
}
#design .material .img_approach {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  #design .material .img_approach {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 0px) {
  #design .material .img_approach {
    max-width: 100%;
    margin: 0 auto;
  }
}
#design .material .img_approach img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#design .material > .com-content:not(:has(.img_approach)) {
  padding: 86px 5vw;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 0px) {
  #design .material > .com-content:not(:has(.img_approach)) {
    padding: 45px 5vw;
  }
}
#design .material > .com-content:not(:has(.img_approach)) + .img_approach {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#design .material {
  padding: 50px 2rem;
  position: relative;
  z-index: 100;
}
#design .material .com-content {
  padding: 34px 0;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 0px) {
  #design .material .com-content {
    padding: 20px 0;
  }
}
#design .material h2.com-ttl {
  position: relative;
  z-index: 101;
}
#design .material .material_ttl {
  position: relative;
  z-index: 101;
  margin-bottom: 24px;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 0px) {
  #design .material .material_ttl {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
#design .material .material_lead {
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: clamp(18px, 4vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #design .material .material_lead {
    margin-bottom: 25px;
    text-align: center;
  }
}
#design .material .material_item_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#design .material .img_material {
  position: relative;
  z-index: 101;
  width: 100%;
  max-width: 400px;
}
#design .material .img_material img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#design .material .material_ttl_image {
  max-width: 400px;
  margin: 0 auto;
}
#design .hall {
  padding-top: 100px;
  padding-bottom: 80px;
  font-weight: 600;
}
@media screen and (min-width: 0px) {
  #design .hall {
    padding-top: 50px;
  }
}
#design .hall .com-lead {
  font-size: clamp(22px, 6vw, 28px);
  letter-spacing: 0.2em;
}
#design .hall .com-txt {
  font-size: 16px;
  padding-top: 15px;
}
@media screen and (min-width: 0px) {
  #design .hall .com-txt {
    margin-top: 0.8em !important;
  }
}
#design .hall .com-content {
  padding: 34px 0 60px;
}
@media screen and (min-width: 0px) {
  #design .hall .com-content {
    padding: 20px 0 20px;
  }
}
#design .hall .img_hall {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) {
  #design .hall .img_hall {
    width: 90%;
  }
}
#design footer .footer_com-note {
  display: block !important;
}
#design .approach_notes .approach_notes_ttl {
  background-color: #469258;
  display: flex;
  justify-content: center;
  align-items: center;
}
#design .approach_notes .approach_notes_ttl .com-ttl {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#design .approach_notes .com-list {
  margin: 0;
  padding: clamp(14px, 2.5vw, 20px) clamp(12px, 3vw, 28px) clamp(18px, 3.5vw, 28px);
  padding-left: clamp(1.35rem, 4.5vw, 1.85rem);
  box-sizing: border-box;
  color: #333;
  font-size: clamp(13px, 1.55vw, 15px);
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#design .approach_notes .com-list li {
  list-style: disc;
  margin-bottom: clamp(8px, 1.2vw, 12px);
}
#design .approach_notes .com-list li:last-child {
  margin-bottom: 0;
}
#design .approach_notes .com-list li.com-lead {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* ==========================================================================
   Sections
   - Plan index
   - Type detail
   - Print overrides
   ========================================================================== */
/* Scss Document */
/*plan
*******************************************/
#plan .com-ttl,
#plan .com-lead {
  color: #fff;
}
#plan .main {
  width: 100%;
  position: relative;
}
#plan .main .main_img {
  width: 100%;
  overflow: hidden;
}
#plan .main .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#plan .main .main_txt {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1em;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #plan .main .main_txt {
    font-size: 7vw;
  }
}
#plan .intro_type_wrap {
  background: linear-gradient(to left, #469258 0%, #e5e5e1 100%);
}
#plan .intro_type_wrap .intro_type_header_txt {
  max-width: 600px;
  margin: 0 auto 3.5%;
}
#plan .intro_type_wrap .intro_type_header_txt img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#plan .intro_type_wrap .intro_type_txt {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 8rem 0;
}
@media screen and (max-width: 999px) {
  #plan .intro_type_wrap .intro_type_txt {
    padding: 4rem 2rem;
  }
}
#plan .intro_type_wrap .intro_type_text {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#plan .intro_type_wrap .a2_type_ttl-img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 2rem;
  text-align: center;
}
#plan .intro_type_wrap .a2_type_ttl-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .a2_type_ttl-img {
    max-width: 200px;
    margin: 0 auto 1.5rem;
  }
}
#plan .intro_type_wrap .intro_type_title {
  color: #a27b3f;
  text-align: center;
  margin: 0 0 2rem 0;
  line-height: 1.4;
}
#plan .intro_type_wrap .intro_type_title .intro_type_title_cursive {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .intro_type_title .intro_type_title_cursive {
    font-size: clamp(36px, 8vw, 56px);
  }
}
#plan .intro_type_wrap .intro_type_title .intro_type_title_main {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .intro_type_title .intro_type_title_main {
    font-size: clamp(18px, 4vw, 24px);
  }
}
#plan .intro_type_wrap .type {
  max-width: 300px;
  margin: 0 auto;
}
#plan .intro_type_wrap .com-lead {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plan .intro_type_wrap .com-lead {
    margin-bottom: 10px;
    text-align: left;
  }
}
#plan .intro_type_wrap figure {
  width: 75%;
  margin: 0;
}
#plan .intro_type_wrap figure:nth-child(3) {
  margin-top: 5rem;
  margin-left: auto;
  padding-bottom: 5rem;
}
#plan .intro_type_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#plan .btn_wrap {
  padding: 11.7rem 0;
  background-color: #e5e5e1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out 0.2s, transform 1.2s ease-out 0.2s;
}
#plan .btn_wrap.m_op_on {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 999px) {
  #plan .btn_wrap {
    padding: 12% 0;
  }
}
#plan .btn_wrap .btn_box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3.2rem 1%;
  max-width: 1000px;
}
@media screen and (max-width: 999px) {
  #plan .btn_wrap .btn_box {
    gap: 1.6rem 4%;
  }
}
#plan .btn_wrap .btn_box a {
  width: 24%;
  background-color: #3f2e12;
}
@media screen and (max-width: 999px) {
  #plan .btn_wrap .btn_box a {
    width: 48%;
  }
}
#plan .btn_wrap .btn_box a {
  display: flex;
  flex-direction: column;
  padding: 4% 2% 3.5% 2%;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box a {
    padding: 1.7rem 1rem;
  }
}
@media (hover: hover) {
  #plan .btn_wrap .btn_box a:hover {
    opacity: 0.8;
  }
}
#plan .btn_wrap .btn_box .type {
  font-size: 55px;
  line-height: 0.47;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type {
    margin-top: 2vw;
    font-size: clamp(10px, 8.666666645vw, 55px);
    line-height: 0.4;
  }
}
#plan .btn_wrap .btn_box .type small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type small {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
#plan .btn_wrap .btn_box .ldk {
  width: 100%;
  font-size: 27px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  line-height: 1;
  padding: 7px 0 10px;
  margin: 25px auto 30px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .ldk {
    font-size: clamp(10px, 4.933333321vw, 27px);
  }
}
#plan .btn_wrap .btn_box .spec_ttl {
  font-size: 16px;
  border: 1px solid currentColor;
  padding: 4px 18px;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .spec_ttl {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#plan .btn_wrap .btn_box .size {
  font-size: 29px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size {
    font-size: clamp(10px, 5.199999987vw, 29px);
  }
}
#plan .btn_wrap .btn_box .size span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size span {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}
#plan .btn_wrap .btn_box .size small {
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size small {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#plan .btn_wrap .btn_box .com-note {
  font-size: 14px;
  margin-top: 10px;
}
#plan .btn_wrap .btn_box .note {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  margin-top: 1.4em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .note {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#plan .btn_wrap .btn_box .note.fs-14 {
  font-size: 14px;
  line-height: 1.3571428571;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .note.fs-14 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#plan .btn_wrap .btn_box .more {
  font-size: 14px;
  color: #fff;
  background-color: #469258;
  padding: 12px 0;
  margin-top: auto;
}

/* type
*******************************************/
#type .main .main_txt {
  font-size: 36px;
  letter-spacing: 1em;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #type .main .main_txt {
    font-size: 7vw;
  }
}
#type .footer_com-note {
  display: none !important;
}
#type .type_wrap {
  padding: 100px 0;
}
#type .type_wrap .com-content {
  max-width: 1080px;
  background: #fff;
}
#type .type_wrap.plan-img--type_e .type_img, #type .type_wrap.plan-img--type_e-b .type_img {
  width: 38% !important;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.plan-img--type_e .type_img, #type .type_wrap.plan-img--type_e-b .type_img {
    width: 21rem;
  }
}
#type .type_wrap .spec-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#type .type_wrap .spec-wrap .type {
  font-size: 74px;
  color: #001c11;
  background-color: #c89969;
  padding: 50px 0;
  line-height: 0.5;
  width: 17%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .type {
    font-size: 9.866666642vw;
    width: max-content;
    padding: 7.199999982vw 7.199999982vw;
  }
}
#type .type_wrap .spec-wrap .type small {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .type small {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .ldk {
  display: none;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .ldk {
    display: block;
    font-size: 11.99999997vw;
    margin-right: 0;
    margin-left: 5%;
  }
}
#type .type_wrap .spec-wrap .spec_info {
  width: 78%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info {
    width: 100%;
    margin: 20px;
    margin-bottom: 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .up {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #123922;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up {
    padding-left: 0px;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .ldk {
  display: block;
  font-size: 66px;
  margin-right: 4%;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .ldk {
    display: none;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .roomsize {
  font-size: 18px;
  color: #231815;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .roomsize {
    font-size: 3.733333324vw;
    width: 100%;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .size1 {
  font-size: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .size1 {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .size2 {
  font-size: 19px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .size2 {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .sp {
    display: block;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .com-note {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .com-note {
    margin-left: 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .down {
  padding: 30px 0 20px 46px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down {
    padding: 1vw 0 0 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .down .roomnum {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .type_img {
  margin: 6rem auto;
  padding-bottom: 6rem;
  width: 38rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .type_img {
    margin: 6% auto;
    width: 21rem;
  }
}
#type .type_wrap .type_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#type .type_wrap.middle_type .type_img {
  width: 45%;
  max-width: 38rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.middle_type .type_img {
    width: 21rem;
  }
}
#type .type_wrap.type_c .type_img {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.type_c .type_img {
    width: 17.6rem;
  }
}
#type .type_wrap.type_d .type_img, #type .type_wrap.type_e .type_img {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.type_d .type_img, #type .type_wrap.type_e .type_img {
    width: 23.1rem;
  }
}
#type .type_wrap.type_f .type_img {
  width: 48rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.type_f .type_img {
    width: 26.4rem;
  }
}
#type .type_wrap.type_a .type_img, #type .type_wrap.type_a-b .type_img, #type .type_wrap.type_b .type_img, #type .type_wrap.type_b2 .type_img, #type .type_wrap.type_b3 .type_img, #type .type_wrap.type_d .type_img, #type .type_wrap.type_d-b .type_img, #type .type_wrap.type_e1 .type_img, #type .type_wrap.type_f .type_img {
  width: 60% !important;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.type_a .type_img, #type .type_wrap.type_a-b .type_img, #type .type_wrap.type_b .type_img, #type .type_wrap.type_b2 .type_img, #type .type_wrap.type_b3 .type_img, #type .type_wrap.type_d .type_img, #type .type_wrap.type_d-b .type_img, #type .type_wrap.type_e1 .type_img, #type .type_wrap.type_f .type_img {
    width: 55% !important;
  }
}

.btn_print {
  background: #ddc184;
  width: 80%;
  max-width: 380px;
  height: auto;
  display: block;
  margin: 100px auto 0;
  color: #000;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_print {
    padding: 4vw 0;
  }
}

@media print {
  #type .type_wrap {
    padding: 0 !important;
    page-break-inside: avoid;
  }
  #type .type_wrap .spec-wrap {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  #type .type_wrap .spec-wrap .type {
    font-size: 28px !important;
    padding: 10px 8px !important;
    line-height: 1;
    border: 1px solid #000;
  }
  #type .type_wrap .spec-wrap .type small {
    font-size: 16px !important;
  }
  #type .type_wrap .spec-wrap .spec_info {
    width: 86%;
  }
  #type .type_wrap .spec-wrap .spec_info .up {
    padding-left: 15px !important;
  }
  #type .type_wrap .spec-wrap .spec_info .up .ldk {
    font-size: 32px !important;
    margin-right: 8px !important;
    margin-top: 0;
    padding-bottom: 3px !important;
  }
  #type .type_wrap .spec-wrap .spec_info .down {
    padding: 5px 0 0px 15px !important;
  }
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 12px !important;
    margin-bottom: 3px !important;
  }
  #type .type_wrap .type_img {
    margin: 3px auto !important;
    padding-bottom: 0 !important;
    page-break-inside: avoid;
    max-height: 160mm !important;
    max-width: 100% !important;
    width: 55% !important;
  }
  #type .type_wrap .type_img img {
    max-width: 100% !important;
    max-height: 160mm !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  #type .type_wrap.middle_type .type_img, #type .type_wrap.type_c .type_img, #type .type_wrap.type_d .type_img, #type .type_wrap.type_e .type_img, #type .type_wrap.type_f .type_img {
    width: 55% !important;
    max-width: 55% !important;
  }
  #type .type_wrap .footer_call {
    padding: 10px 0;
  }
}
/* ==========================================================================
   Sections
   - Base utilities
   - Main
   - Equip list
   - Facisani
   - 1R / 2LDK type
   - Zeheco
   - Zehplan
   - Zehbels
   - Ecoequip
   - Spacecore
   - ReFa
   - Security
   - Facility
   - Structure
   - Smart
   - Luup
   - Laxury
   ========================================================================== */
/* Scss Document */
#equipment {
  overflow-x: hidden;
}
#equipment .inblock {
  display: inline-block;
}
#equipment .ttl_box p {
  font-family: "Cinzel", serif;
}
#equipment .font_ls0 {
  letter-spacing: 0.05em;
}
#equipment .font_ls1 {
  letter-spacing: 0.1em;
}
#equipment .font_ls00 {
  letter-spacing: 0em;
}
#equipment .font_ls_m0 {
  letter-spacing: -0.05em !important;
}
#equipment .com-content.w1000 {
  max-width: 1000px;
}
#equipment .c000 {
  color: #000;
}
#equipment .com-note.com-note-r {
  text-align: right;
}
#equipment .ttl_img {
  max-width: min(250px, 90%);
}
#equipment .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #equipment .main .main_txt {
    font-size: 7vw;
  }
}
#equipment .main .com-note {
  margin-bottom: 0 !important;
}
#equipment .room_color_wrap {
  max-width: 1600px;
  padding: 0 2rem;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1000px) {
  #equipment .room_color_wrap {
    margin: 0 auto 20rem;
  }
}
#equipment .room_color_wrap .room_color_img--section_ttl {
  margin: 2rem auto;
  max-width: 90%;
}
@media screen and (min-width: 1000px) {
  #equipment .room_color_wrap .room_color_img--section_ttl {
    margin: 10rem auto;
  }
}
#equipment .room_color_wrap figure.room_color_img.room_color_img--ttl01 {
  max-width: min(600px, 90%);
  margin: 0 auto 5rem;
}
#equipment .room_color_wrap figure.room_color_img.room_color_img--03 {
  max-width: 1000px;
  margin: 0 auto 5rem;
}
#equipment .room_color_wrap figure.room_color_img.room_color_img--04 {
  margin: 0 auto 2rem;
  max-width: 90%;
}
@media screen and (min-width: 1000px) {
  #equipment .room_color_wrap figure.room_color_img.room_color_img--04 {
    margin: 0 auto 10rem;
  }
}
#equipment .room_color_wrap figure.room_color_img.room_color_img--05 {
  margin: 0 auto 4rem;
  max-width: 1400px;
}
#equipment .room_color_wrap p.room_color__txt {
  margin-bottom: 5rem;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#equipment .room_color_wrap .room_color__visual {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 999px) {
  #equipment .room_color_wrap .room_color__visual {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(18px, 5vw, 28px);
  }
}
#equipment .room_color_wrap .room_color__visual .room_color__img_cell {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #equipment .room_color_wrap .room_color__visual .room_color__img_cell {
    flex: 0 0 auto;
  }
}
#equipment .room_color_wrap .room_color__visual .room_color_img {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#equipment .room_color_wrap .room_color__visual .room_color_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#equipment .equip_list_wrap {
  padding-bottom: 5.5%;
}
#equipment .equip_list_wrap .equip_list_wrap_inner {
  max-width: 1400px;
  padding: 0 2rem;
  margin: 0 auto;
}
#equipment .equip_list_wrap .ttl_box {
  width: 100%;
  padding-top: 90px;
  margin: auto 0 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#equipment .equip_list_wrap .ttl_box:not(:first-of-type) {
  padding-top: 40px;
}
#equipment .equip_list_wrap .ttl_box p {
  font-size: 32px;
  line-height: 0.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .ttl_box p {
    font-size: 24px;
  }
}
#equipment .equip_list_wrap .ttl_box p img {
  height: 100%;
  vertical-align: initial;
  width: auto;
}
#equipment .equip_list_wrap .equip_list {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .equip_list_wrap .equip_list .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4.6%;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .top {
    margin-bottom: 6%;
  }
}
#equipment .equip_list_wrap .equip_list .top li:first-child {
  width: 69.7%;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .top li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.tbox {
  width: 22.75%;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .top li.tbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #equipment .equip_list_wrap .equip_list .top li.tbox div {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .top li.tbox div {
  margin-bottom: 8.8%;
}
#equipment .equip_list_wrap .equip_list .top li.tbox div:last-child {
  margin-bottom: 0;
}
#equipment .equip_list_wrap .equip_list .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .bottom {
    width: 100%;
    margin: 0;
  }
}
#equipment .equip_list_wrap .equip_list .bottom li {
  width: 29.5%;
  margin-bottom: 6%;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .bottom li {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .bottom li.w47 {
  width: 47%;
}
#equipment .equip_list_wrap .equip_list .left {
  width: 31%;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .left {
    width: 100%;
    margin-bottom: 6%;
  }
}
#equipment .equip_list_wrap .equip_list .left .function {
  position: relative;
}
#equipment .equip_list_wrap .equip_list .left .function::after {
  content: "";
  background: url(../img/equipment/1ldk/bath_function.png) left top/100% auto no-repeat;
  width: 8vw;
  height: 8vw;
  max-width: 110px;
  max-height: 110px;
  position: absolute;
  left: -16%;
  top: -3%;
}
#equipment .equip_list_wrap .equip_list .right {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .right {
    width: 100%;
  }
}
#equipment .equip_list_wrap .equip_list .right .w47 {
  width: 47%;
}
#equipment .equip_list_wrap .equip_list .sani {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .equip_list_wrap .equip_list .sani .w31 {
  width: 31%;
  margin-bottom: 6%;
}
#equipment .equip_list_wrap .equip_list .sani .w34 {
  width: 34.5%;
  margin-bottom: 6%;
}
#equipment .equip_list_wrap .equip_list .sani .w29 {
  width: 29.5%;
  margin-bottom: 6%;
}
#equipment .equip_list_wrap .equip_list .sani .w47 {
  width: 47%;
  margin-bottom: 6%;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .sani .w47 {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .sani .sp_w47 {
    width: 47%;
  }
}
#equipment .equip_list_wrap .equip_list .name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .name {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
#equipment .equip_list_wrap .equip_list .name {
  color: #000003;
  text-align: center;
  margin: 12px 0 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .equip_list .name {
    font-size: 4vw;
    margin: 2vw 0;
  }
}
#equipment .equip_list_wrap .equip_list .name span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .name span {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .equip_list_wrap .equip_list .name span {
  font-weight: 400;
}
#equipment .equip_list_wrap .equip_list .txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_list_wrap .equip_list .txt {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .equip_list_wrap .equip_list .txt {
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  color: #231815;
}
#equipment .equip_list_wrap .equip_list .com-note {
  position: absolute;
  right: 0;
  bottom: -20px;
}
#equipment .equip_list_wrap .toilet .txt {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap .ttl_box {
    padding-top: 11.99999997vw;
  }
  #equipment .equip_list_wrap .ttl_box p {
    font-size: clamp(10px, 5.066666654vw, 28px);
  }
  #equipment .equip_list_wrap .equip_list .top li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
  #equipment .equip_list_wrap .equip_list .top li:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #equipment .equip_list_wrap .equip_list .top li:last-child div {
    width: 47%;
  }
  #equipment .equip_list_wrap .equip_list .bottom {
    width: 100%;
  }
  #equipment .equip_list_wrap .equip_list .left {
    width: 100%;
    margin-bottom: 6%;
  }
  #equipment .equip_list_wrap .equip_list .right {
    width: 100%;
  }
  #equipment .equip_list_wrap .equip_list .name {
    margin: 2.66666666vw 0 1.999999995vw;
  }
  #equipment .equip_list_wrap.LDK {
    padding-bottom: 11.99999997vw;
  }
  #equipment .equip_list_wrap .toilet .txt {
    text-align: left;
  }
}
#equipment .equip_specs {
  margin-top: clamp(28px, 4vw, 48px);
}
#equipment .equip_band:not(:first-of-type) {
  margin-top: clamp(40px, 6vw, 80px);
  padding-top: clamp(28px, 4vw, 48px);
}
#equipment .equip_dual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_dual--band_inner {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: clamp(10px, 1.8vw, 18px);
  gap: clamp(36px, 5.5vw, 72px);
}
#equipment .equip_dual__ttl_box--section {
  width: 100%;
}
#equipment .equip_dual__col {
  min-width: 0;
}
#equipment .equip_dual__typehead {
  margin-bottom: clamp(20px, 3vw, 32px);
}
#equipment .equip_dual__typename {
  margin: 0 0 0.2em;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #76b79f;
}
#equipment .equip_dual__typelist {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 13px);
  line-height: 1.6;
  color: #666;
}
#equipment .equip_dual__cat {
  margin-bottom: clamp(40px, 6vw, 72px);
}
#equipment .equip_dual__cat:last-child {
  margin-bottom: 0;
}
#equipment .equip_dual__ttl_box {
  width: 100%;
  margin: 0 auto 6rem;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#equipment .equip_dual__ttl_box p {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.1;
  color: #000;
}
#equipment .equip_dual__lead {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_dual__lead {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .equip_dual__lead {
  margin: 0 0 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: #231815;
}
#equipment .equip_dual__dim {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #333;
}
#equipment .equip_dual__kitchen {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__kitchen {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_dual__kitchen--1r {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(20px, 3.2vw, 40px);
}
#equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_left,
#equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 22px);
}
#equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_left {
  flex: 1.05 1 0;
}
#equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_right {
  flex: 1 1 0;
}
#equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_left .equip_dual__dim {
  text-align: left;
  color: #666;
}
#equipment .equip_dual__kitchen--1r .equip_dual__kitchen_feat_txt--lead {
  margin: 0;
  color: #666;
}
#equipment .equip_dual__kitchen--1r .equip_dual__typehead {
  margin-bottom: clamp(8px, 1.2vw, 14px);
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__kitchen--1r {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(18px, 3vw, 28px);
  }
  #equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_left,
  #equipment .equip_dual__kitchen--1r .equip_dual__kitchen_1r_right {
    display: contents;
  }
  #equipment .equip_dual__kitchen--1r .equip_dual__typehead {
    order: 1;
  }
  #equipment .equip_dual__kitchen--1r .equip_dual__kitchen_feat_txt--lead {
    font-size: clamp(16px, 1.35vw, 13px);
    order: 2;
  }
  #equipment .equip_dual__kitchen--1r .equip_dual__kitchen_main {
    order: 3;
  }
  #equipment .equip_dual__kitchen--1r .equip_dual__feat_grid--kitchen {
    order: 4;
  }
  #equipment .equip_dual__kitchen--1r .equip_dual__compare--below {
    order: 5;
    margin-top: clamp(8px, 1.5vw, 16px);
  }
}
#equipment .equip_dual__kitchen--1dk {
  grid-template-columns: minmax(0, 1.86fr) minmax(0, 1fr);
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__kitchen--1dk {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
#equipment .equip_dual__kitchen_main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_dual__kitchen_main {
    gap: 0;
  }
}
#equipment .equip_dual__kitchen_side {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 20px);
  min-width: 0;
}
#equipment .equip_dual__kitchen_feat_txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_dual__kitchen_feat_txt {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .equip_dual__kitchen_feat_txt {
  margin: 0;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: #231815;
}
#equipment .equip_dual__compare {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 20px);
  margin-top: 6px;
}
#equipment .equip_dual__compare--below {
  margin-top: clamp(18px, 2.8vw, 30px);
  position: relative;
  z-index: 0;
}
#equipment .equip_dual__compare--below .equip_dual__compare_pair {
  align-items: start;
}
#equipment .equip_dual__compare--below .equip_dual__compare_cell {
  align-items: stretch;
  min-width: 0;
}
#equipment .equip_dual__compare--below .equip_ph--opt_land {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  max-height: 244px;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_dual__compare--below .equip_ph--opt_land {
    aspect-ratio: 4/3;
    height: 120px;
  }
}
#equipment .equip_dual__compare--below .equip_ph--opt_land img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#equipment .equip_dual__compare--below .equip_ph--opt_land figcaption.com-cap {
  z-index: 1;
}
#equipment .equip_dual__compare_block {
  margin: 0;
}
#equipment .equip_dual__compare_ttl {
  margin: 0 0 8px;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #000003;
}
#equipment .equip_dual__compare_pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(8px, 1.5vw, 14px);
}
@media screen and (min-width: 1000px) {
  #equipment .equip_dual__compare_pair {
    grid-template-columns: 1fr 1fr;
  }
}
#equipment .equip_dual__compare_cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
#equipment .equip_dual__floor_lbl {
  margin: 0;
  font-size: clamp(10px, 1.2vw, 12px);
  color: #555;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
#equipment .equip_dual__opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
#equipment .equip_dual__feat_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(12px, 1.8vw, 16px);
}
#equipment .equip_dual__feat_grid--kitchen {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__feat_grid--kitchen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#equipment .equip_dual__feat_grid--kitchen .equip_ph--thumb {
  min-width: 0;
  max-width: 100%;
}
#equipment .equip_dual__feat_grid--kitchen .equip_dual__feat_name {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: clamp(11px, 1.35vw, 13px);
  font-weight: 800;
}
#equipment .equip_dual__feat_grid--bath {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 900px) {
  #equipment .equip_dual__feat_grid--bath {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__feat_grid--bath {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_dual__feat_grid--bath_sidebar {
  min-width: 0;
}
#equipment .equip_dual__feat_item {
  margin: 0;
}
#equipment .equip_dual__feat_cell {
  margin: 0;
}
#equipment .equip_dual__feat_name {
  margin: 8px 0 6px;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #000003;
}
#equipment .equip_dual__feat_txt {
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_dual__feat_txt {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .equip_dual__feat_txt {
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
  color: #231815;
}
#equipment .equip_dual__feat_stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
}
#equipment .equip_dual__feat_stack--1dk {
  min-height: 0;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_dual__feat_stack--1dk {
    height: 100%;
    justify-content: space-between;
    gap: clamp(10px, 1.4vw, 16px);
  }
}
#equipment .equip_dual__feat_stack--1dk .equip_ph--thumb {
  aspect-ratio: 4/3;
}
#equipment .equip_dual__feat_stack--1dk .equip_dual__feat_name {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: clamp(11px, 1.35vw, 13px);
}
#equipment .equip_dual__bath_row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
  margin-top: clamp(10px, 1.8vw, 18px);
}
#equipment .equip_dual__bath_row > .equip_dual__feat_grid--bath_sidebar {
  flex: 1 1 24%;
  min-width: min(100%, 260px);
}
#equipment .equip_dual__bath_row > .equip_dual__bath_pair {
  flex: 1 1 55%;
  min-width: min(100%, 320px);
}
@media screen and (max-width: 900px) {
  #equipment .equip_dual__bath_row {
    flex-direction: column;
  }
  #equipment .equip_dual__bath_row > .equip_dual__feat_grid--bath_sidebar,
  #equipment .equip_dual__bath_row > .equip_dual__bath_pair {
    flex: 1 1 100%;
    min-width: 0;
  }
}
#equipment .equip_dual__bath_pair {
  display: flex;
  flex-direction: row;
  gap: clamp(12px, 2vw, 24px);
  align-items: stretch;
  min-width: 0;
}
#equipment .equip_dual__bath_pair > .equip_dual__bath_lane {
  flex: 1 1 50%;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__bath_pair {
    flex-direction: column;
  }
  #equipment .equip_dual__bath_pair > .equip_dual__bath_lane {
    flex: 1 1 auto;
  }
}
#equipment .equip_dual__bath_lane {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 20px);
  min-width: 0;
  min-height: 100%;
}
#equipment .equip_dual__bath_copy {
  flex: 0 0 auto;
}
#equipment .equip_dual__bath_copy .equip_dual__typehead {
  margin-bottom: 0.65rem;
}
#equipment .equip_dual__bath_copy .equip_dual__lead {
  margin: 0;
}
#equipment .equip_dual__bath_visual {
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
#equipment .equip_dual__bath_visual .equip_ph--main {
  flex: 1 1 auto;
  max-height: none;
  width: 100%;
}
#equipment .equip_dual__powder {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 20px);
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .equip_dual__powder {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_dual__powder_main {
  display: flex;
  flex-direction: column;
}
#equipment .equip_dual__powder_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
}
#equipment .equip_dual__powder_row {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
}
@media screen and (min-width: 1000px) {
  #equipment .equip_dual__powder_row {
    display: grid;
    grid-template-columns: clamp(72px, 12vw, 155px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
}
#equipment .equip_dual__powder_row .equip_ph--thumb {
  min-width: 0;
  max-width: 100%;
}
#equipment .equip_dual__powder_row .equip_ph--thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#equipment .equip_dual__powder_txt {
  min-width: 0;
  max-width: var(--equip-powder-txt-max, none);
}
#equipment .equip_ph {
  width: 100%;
}
#equipment .equip_ph:is(figure) {
  margin: 0;
}
#equipment .equip_ph--main:is(figure) {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_ph--main:is(figure) {
    max-height: 771px;
    height: 100%;
  }
}
#equipment .equip_ph--main:is(figure) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_ph--main_1dk {
  max-height: min(980px, 52vw);
}
#equipment .equip_ph--main_1dk:is(figure) {
  overflow: hidden;
}
#equipment .equip_ph--main_1dk:is(figure) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_ph--main_powder:is(figure) {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_ph--main_powder:is(figure) {
    height: 498px;
  }
}
#equipment .equip_ph--main_powder:is(figure) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_ph--thumb {
  min-width: 150px;
  aspect-ratio: 1/1;
}
#equipment .equip_ph--thumb:is(figure) {
  overflow: hidden;
}
#equipment .equip_ph--thumb:is(figure) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_ph--thumb:is(figure) > figcaption.com-cap {
  z-index: 1;
}
#equipment .equip_ph--opt {
  aspect-ratio: 4/3;
}
#equipment .equip_ph--opt_land {
  aspect-ratio: 4/3;
  width: 100%;
  max-height: 110px;
}
#equipment .equip_ph--feat_land {
  aspect-ratio: 4/3;
  width: 100%;
}
#equipment .equip_ph--feat_land:is(figure) {
  overflow: hidden;
}
#equipment .equip_ph--feat_land:is(figure) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_ph--feat_land:is(figure) > figcaption.com-cap {
  z-index: 1;
}
#equipment .equip_ph--mm_rect {
  aspect-ratio: 4/3;
  margin-top: 12px;
}
#equipment .equip_ph--wifi_ic {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 56px;
  margin: 0 auto 8px;
}
#equipment .equip_ph--wifi_scene {
  aspect-ratio: 21/9;
  margin-top: clamp(12px, 2vw, 20px);
}
#equipment .equip_ph--jio_logo {
  aspect-ratio: 3/2;
  max-width: 120px;
  flex-shrink: 0;
}
#equipment .equip_ph--jio_mark {
  aspect-ratio: 1/1;
  max-width: 56px;
  flex-shrink: 0;
}
#equipment .equip_addon--mm {
  padding: clamp(40px, 7vw, 80px) 2rem;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_addon--mm {
    padding: 0 clamp(20px, 4vw, 30px);
  }
}
#equipment .equip_addon--wifi {
  padding: clamp(36px, 6vw, 72px) 0;
  background: #f7f6f2;
}
#equipment .equip_addon--jio {
  padding: clamp(36px, 6vw, 72px) 0;
  background: #fff;
}
#equipment .equip_addon_content {
  margin: 0 auto;
  max-width: 1400px;
}
#equipment .equip_addon_mm_head {
  margin-bottom: clamp(24px, 4vw, 40px);
}
#equipment .equip_addon_mm_head_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}
#equipment .equip_addon_mm_ttl {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #000;
}
#equipment .equip_addon_mm_ttl_img {
  margin-bottom: 4rem;
}
#equipment .equip_addon_mm_badge {
  display: inline-block;
  padding: 0.35em 0.9em;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: #76b79f;
  border-radius: 2px;
}
#equipment .equip_addon_mm_rule {
  height: 1px;
  margin-top: 16px;
  background: rgba(0, 0, 0, 0.2);
}
#equipment .equip_addon_mm_grid {
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .equip_addon_mm_grid {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_addon_mm_media {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(16px, 2.5vw, 28px);
  min-width: 0;
}
@media screen and (max-width: 640px) {
  #equipment .equip_addon_mm_media {
    flex-direction: column;
  }
}
#equipment .equip_addon_mm_media .equip_ph--mm_rect {
  flex: 0 0 clamp(160px, 42%, 280px);
  margin-top: 0;
  align-self: stretch;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #equipment .equip_addon_mm_media .equip_ph--mm_rect {
    flex: 0 0 auto;
    width: 100%;
  }
}
#equipment .equip_addon_mm_text {
  flex: 1 1 auto;
  min-width: 0;
}
#equipment .equip_addon_mm_item_ttl {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 800;
  line-height: 1.4;
  color: #000003;
}
#equipment .equip_addon_mm_item_txt {
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_addon_mm_item_txt {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .equip_addon_mm_item_txt {
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: #231815;
}
#equipment .equip_addon_wifi_lead {
  margin: 0 0 6px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_addon_wifi_lead {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .equip_addon_wifi_lead {
  letter-spacing: 0.04em;
  color: #333;
}
#equipment .equip_addon_wifi_ttl {
  margin: 0 0 14px;
  font-family: "Cinzel", serif;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #000;
}
#equipment .equip_addon_wifi_rule {
  height: 1px;
  margin-bottom: clamp(20px, 3vw, 32px);
  background: rgba(0, 0, 0, 0.2);
}
#equipment .equip_addon_wifi_promo {
  flex: 0 0 clamp(140px, 22vw, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 32px) clamp(16px, 2.5vw, 24px);
  background: #1e4d3a;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #equipment .equip_addon_wifi_promo {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
}
#equipment .equip_addon_wifi_price {
  margin: 0;
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
#equipment .equip_addon_wifi_yen {
  color: #ffe082;
}
#equipment .equip_addon_wifi_catch {
  margin: 12px 0 0;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}
#equipment .equip_addon_wifi_right {
  flex: 1 1 55%;
  min-width: 0;
}
#equipment .equip_addon_wifi_icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #equipment .equip_addon_wifi_icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#equipment .equip_addon_wifi_icons li {
  margin: 0;
}
#equipment .equip_addon_wifi_icons span {
  display: block;
  font-size: clamp(11px, 1.2vw, 12px);
  color: #333;
  line-height: 1.3;
}
#equipment .equip_addon_wifi_notes {
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding-left: 1.2em;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_addon_wifi_notes {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .equip_addon_wifi_notes {
  line-height: 1.6923076923;
  color: #555;
}
#equipment .equip_addon_wifi_notes li + li {
  margin-top: 0.35em;
}
#equipment .equip_addon_jio_box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  align-items: start;
}
@media screen and (max-width: 900px) {
  #equipment .equip_addon_jio_box {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_addon_jio_heading {
  margin: 0 0 12px;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
#equipment .equip_addon_jio_txt {
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_addon_jio_txt {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .equip_addon_jio_txt {
  line-height: 1.6923076923;
  color: #333;
}
#equipment .equip_addon_jio_banner {
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #e8e4dc;
  text-align: center;
}
#equipment .equip_addon_jio_banner_txt {
  margin: 0;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
}
#equipment .equip_addon_jio_foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}
#equipment .equip_addon_jio_addr {
  flex: 1 1 auto;
  min-width: 0;
}
#equipment .equip_addon_jio_addr p {
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .equip_addon_jio_addr p {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .equip_addon_jio_addr p {
  line-height: 1.6923076923;
  color: #333;
}
#equipment .facisani-section {
  padding: clamp(20px, 3vw, 30px) 0;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section {
    padding: clamp(25px, 4vw, 35px) 0 0;
  }
}
#equipment .facisani-section .ttl_box {
  width: 100%;
  max-width: 1110px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .ttl_box {
    width: 90%;
  }
}
#equipment .facisani-section .ttl_box h3 {
  font-family: "Cinzel", serif;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 0.6;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .ttl_box h3 {
    padding-bottom: 10px;
    letter-spacing: 0.2em;
  }
}
#equipment .facisani-section .equip_twin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  margin-top: clamp(30px, 4vw, 50px);
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_twin {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
#equipment .facisani-section .equip_twin .equip_box {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_twin .equip_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
#equipment .facisani-section .equip_twin .equip_box .equip_list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#equipment .facisani-section .equip_list .name {
  font-size: clamp(14px, 3vw, 17px);
  font-weight: 800;
  color: #000003;
  text-align: center;
  margin: 12px 0 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .name {
    font-size: 4vw;
    margin: 2vw 0;
  }
}
#equipment .facisani-section .equip_list .txt {
  font-size: clamp(12px, 3vw, 14px);
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  color: #231815;
}
#equipment .facisani-section .equip_list .txt span {
  font-size: 12px;
}
#equipment .facisani-section .equip_list .sani {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 1fr;
  gap: 2%;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 0;
    align-items: start;
    flex: none;
    min-height: 0;
  }
}
#equipment .facisani-section .equip_list .sani .left-column {
  grid-column: 1;
  grid-row: 1/-1;
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .left-column {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 5%;
    display: block;
  }
}
#equipment .facisani-section .equip_list .sani .left-column.--sanitary, #equipment .facisani-section .equip_list .sani .left-column.--toilet {
  grid-row: 1/-1;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .left-column.--sanitary, #equipment .facisani-section .equip_list .sani .left-column.--toilet {
    grid-row: 1;
  }
}
#equipment .facisani-section .equip_list .sani .left-column figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  margin: 0;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .left-column figure {
    height: auto;
    display: block;
  }
}
#equipment .facisani-section .equip_list .sani .left-column figure img,
#equipment .facisani-section .equip_list .sani .left-column figure picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .left-column figure img,
  #equipment .facisani-section .equip_list .sani .left-column figure picture {
    height: auto;
    object-fit: contain;
  }
}
#equipment .facisani-section .equip_list .sani .right-top {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .right-top {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 5%;
  }
}
#equipment .facisani-section .equip_list .sani .right-top figure {
  width: 100%;
  margin-bottom: 10px;
  flex-shrink: 0;
}
#equipment .facisani-section .equip_list .sani .right-top figure img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .facisani-section .equip_list .sani .right-top .name {
  margin-bottom: 8px;
  flex-shrink: 0;
}
#equipment .facisani-section .equip_list .sani .right-top .txt {
  margin-bottom: 0;
  flex: 1;
}
#equipment .facisani-section .equip_list .sani .right-bottom {
  grid-column: 2;
  grid-row: 2;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .right-bottom {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 5%;
  }
}
#equipment .facisani-section .equip_list .sani .right-bottom figure {
  width: 100%;
  margin-bottom: 10px;
  flex-shrink: 0;
}
#equipment .facisani-section .equip_list .sani .right-bottom figure img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .facisani-section .equip_list .sani .right-bottom .name {
  margin-bottom: 8px;
  flex-shrink: 0;
}
#equipment .facisani-section .equip_list .sani .right-bottom .txt {
  margin-bottom: 0;
  flex: 1;
}
#equipment .facisani-section .equip_list .sani .--toilet-split {
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .--toilet-split {
    grid-row: 2/4;
  }
}
#equipment .facisani-section .equip_list .sani .--toilet-split > div {
  width: 100%;
  flex-shrink: 0;
}
#equipment .facisani-section .equip_list .sani .--toilet-split .toilet_text-box {
  border-top: 2px dotted #333;
  margin-top: 50px;
  flex: 1;
}
@media screen and (min-width: 1000px) {
  #equipment .facisani-section .equip_list .sani .--toilet-split .toilet_text-box {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .facisani-section .equip_list .sani .--toilet-split .toilet_text-box._style1000 {
    display: block;
    width: 80%;
    margin: 55px auto 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  #equipment .facisani-section .equip_list .sani .--toilet-split .toilet_text-box._style1000 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #equipment .facisani-section .equip_list .sani .--toilet .toilet_text-box {
    display: none;
  }
}
#equipment .facisani-section .equip_list .sani .--toilet .toilet_text-box._style768 {
  display: block;
}
@media screen and (min-width: 768px) {
  #equipment .facisani-section .equip_list .sani .--toilet .toilet_text-box._style768 {
    display: none;
  }
}
#equipment .ldk_ttl {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  #equipment .ldk_ttl {
    font-size: clamp(10px, 4.133333323vw, 31px);
  }
}
#equipment .ldk_ttl {
  text-align: center;
  color: #000003;
  line-height: 2.5;
}
#equipment .ldk_ttl small {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #equipment .ldk_ttl small {
    font-size: clamp(10px, 4.266666656vw, 22px);
  }
}
#equipment .ldk_lead {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #equipment .ldk_lead {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}
#equipment .ldk_lead {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#equipment .equip_list_wrap1 {
  background: #e9e7dc;
  padding-top: 70px;
}
@media screen and (min-width: 1000px) {
  #equipment .equip_list_wrap1 {
    padding-top: clamp(40px, 7vw, 120px);
  }
}
#equipment .equip_list_wrap2 {
  padding: 105px 0;
}
@media screen and (max-width: 999px) {
  #equipment .equip_list_wrap2 {
    padding: 13.99999997vw 0;
  }
}
#equipment .zeheco_wrap {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.5% 0 8.7%;
}
#equipment .zeheco_wrap .zeheco_energy {
  position: relative;
}
#equipment .zeheco_wrap .zeheco_energy::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 10px;
  background-color: #666;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco_energy::before {
    top: 50%;
    width: 30px;
    height: 8px;
  }
}
#equipment .zeheco_wrap .zeheco_energy::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 40px;
  background-color: #666;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco_energy::after {
    top: 50%;
    width: 8px;
    height: 30px;
  }
}
#equipment .zeheco_wrap .zeheco {
  background-color: #fff;
  padding: 7.2% 10.9% 5.6%;
  color: #231815;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco {
    padding: 7.2% 7% 5.6%;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_lead {
  max-width: 540px;
  margin: 0 auto;
}
#equipment .zeheco_wrap .zeheco .zeheco_ttl {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_ttl {
    font-size: clamp(10px, 6.933333316vw, 42px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_ttl {
  line-height: 1.1904761905;
  text-align: center;
  width: fit-content;
  padding: 0.1em 1.6em 0.2em;
  letter-spacing: 0.16em;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin: 1em auto 0;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_ttl {
    width: 90%;
    padding: 0.1em 0.5em 0.2em;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_sub {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_sub {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_sub {
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.4em;
}
#equipment .zeheco_wrap .zeheco .zeheco_sub2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_sub2 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_sub2 {
  line-height: 1.2142857143;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.5em;
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 7.6%;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_txtBox {
    flex-wrap: wrap;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox .ttl {
  margin-right: 1.3%;
  flex-shrink: 0;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_txtBox .ttl {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox .ttl {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_txtBox .ttl {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox .ttl span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_txtBox .ttl span {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox .desc {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_txtBox .desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox .desc {
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  border-left: 2px solid currentColor;
  text-align: justify;
  padding-left: 2%;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_txtBox .desc {
    border-left: unset;
    border-top: 2px solid currentColor;
    padding-left: 0;
    padding-top: 0.5em;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_txtBox .desc span {
  color: #900000;
}
#equipment .zeheco_wrap .zeheco .zeheco_energy {
  margin-top: 8.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_energy {
    max-width: 350px;
    margin: 8.3% auto 0;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_energy figure {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_energy figure {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_energy figure:first-child {
    width: 100%;
    margin-bottom: 60px;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_energy figure:first-child::after {
  position: absolute;
  width: 37px;
  height: 37px;
  content: "";
  background-size: cover;
  bottom: 21.2%;
  right: -16.2%;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_energy figure:first-child::after {
    width: 30px;
    height: 30px;
    bottom: -45px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_merit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 86px;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_merit {
    max-width: 350px;
    margin: 86px auto 0;
    row-gap: 30px;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_merit::before {
  position: absolute;
  width: 58px;
  height: 23px;
  content: "";
  background-color: #666;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item {
  width: 30.5%;
}
@media screen and (max-width: 999px) {
  #equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item {
    width: 100%;
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead {
  background-color: #0a9431;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead {
    font-size: clamp(10px, 4.266666656vw, 22px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead {
  line-height: 1.1818181818;
  padding: 0.2em 0 0.3em;
  position: relative;
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead::after, #equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #0a9431;
  top: -4px;
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead::after {
  top: initial;
  bottom: -4px;
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .lead span {
  font-size: 11px;
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .ttl {
  color: #000003;
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .ttl {
    font-size: clamp(10px, 3.866666657vw, 19px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .ttl {
  margin: 1.1em 0 0.6em;
  line-height: 1.2105263158;
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .desc {
  color: #231815;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .zeheco_wrap .zeheco .zeheco_merit .zeheco_merit-item .desc {
  line-height: 1.5;
  letter-spacing: 0;
}
#equipment .zehplan_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #231815;
  padding: 17.2% 2rem 6%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #equipment .zehplan_wrap {
    padding: 8.2% 0 6%;
  }
}
#equipment .zehplan_wrap .decor {
  position: absolute;
  right: 0;
  top: 0;
  width: 47.5%;
}
#equipment .zehplan_wrap .zehplan {
  position: relative;
  z-index: 2;
}
#equipment .zehplan_wrap .zehplan .zehplan_txtBox {
  width: 87%;
}
@media screen and (max-width: 999px) {
  #equipment .zehplan_wrap .zehplan .zehplan_txtBox {
    width: 100%;
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_ttl {
  border-bottom: 1px solid currentColor;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #equipment .zehplan_wrap .zehplan .zehplan_ttl {
    font-size: clamp(10px, 5.999999985vw, 35px);
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_ttl {
  letter-spacing: 0;
  padding-bottom: 0.2em;
}
#equipment .zehplan_wrap .zehplan .zehplan_ttl span {
  font-size: 39px;
}
@media screen and (max-width: 768px) {
  #equipment .zehplan_wrap .zehplan .zehplan_ttl span {
    font-size: clamp(10px, 6.533333317vw, 39px);
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_ttl span {
  margin-left: -0.5em;
}
#equipment .zehplan_wrap .zehplan .zehplan_sub {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #equipment .zehplan_wrap .zehplan .zehplan_sub {
    font-size: clamp(10px, 4.933333321vw, 27px);
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_sub {
  line-height: 1.5925925926;
  letter-spacing: 0;
  margin-top: 0.5em;
}
#equipment .zehplan_wrap .zehplan .zehplan_desc {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .zehplan_wrap .zehplan .zehplan_desc {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_desc {
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 1em;
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4.6%;
  flex-direction: column;
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .imgBox {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .zehplan_wrap .zehplan .zehplan_flexBox .imgBox {
    width: 100%;
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox {
  width: 100%;
  padding-bottom: 1%;
}
@media screen and (max-width: 999px) {
  #equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox {
    width: 100%;
    margin-top: 30px;
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .ttl {
  color: #fff;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .ttl {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .ttl {
  line-height: 1;
  letter-spacing: 0.08em;
  background-color: #005e15;
  padding: 0.3em 0.3em 0.3em 1.6em;
}
@media screen and (max-width: 999px) {
  #equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .ttl {
    padding: 0.3em 0.3em 0.3em 3em;
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .desc {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .desc {
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: justify;
  margin-top: 0.7em;
}
#equipment .zehplan_wrap .zehplan .zehplan_flexBox .txtBox .desc span {
  background: linear-gradient(transparent 60%, #faed00 60%);
}
#equipment .zehbels_wrap {
  background-color: #005e15;
  padding: 5vw;
}
@media screen and (max-width: 999px) {
  #equipment .zehbels_wrap {
    padding: 8% 4vw 7%;
  }
}
#equipment .zehbels_wrap .zehbels {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .zehbels_wrap .zehbels .box1 {
  width: 47%;
}
@media screen and (max-width: 999px) {
  #equipment .zehbels_wrap .zehbels .box1 {
    width: 100%;
  }
}
#equipment .zehbels_wrap .zehbels .box2 {
  width: 45%;
}
@media screen and (max-width: 999px) {
  #equipment .zehbels_wrap .zehbels .box2 {
    width: 100%;
    margin-top: 30px;
  }
}
#equipment .zehbels_wrap .zehbels .box2 p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .zehbels_wrap .zehbels .box2 p {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .zehbels_wrap .zehbels .box2 p {
  line-height: 1.5833333333;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 1.3em;
}
#equipment .ecoequip_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.4% 0 5.8%;
}
@media screen and (max-width: 999px) {
  #equipment .ecoequip_wrap {
    padding: 7% 0 10%;
  }
}
#equipment .ecoequip_wrap .ecoequip .ttl_box {
  display: flex;
  align-items: center;
}
#equipment .ecoequip_wrap .ecoequip .ttl_box .ttl {
  flex-shrink: 0;
  color: #231815;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #equipment .ecoequip_wrap .ecoequip .ttl_box .ttl {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}
#equipment .ecoequip_wrap .ecoequip .ttl_box .ttl {
  text-indent: 0.5em;
  letter-spacing: 0.1em;
}
#equipment .ecoequip_wrap .ecoequip .ttl_box .line {
  flex-grow: 1;
  width: 0;
  height: 1px;
  background-color: #231815;
  transform: translateY(-4px);
}
#equipment .ecoequip_wrap .ecoequip .ecoequip_list {
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  #equipment .ecoequip_wrap .ecoequip .ecoequip_list {
    padding: 0 9px;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2rem;
  }
}
#equipment .ecoequip_wrap .ecoequip .ecoequip_item {
  width: 27.5%;
  text-align: center;
  color: #231815;
}
@media screen and (max-width: 999px) {
  #equipment .ecoequip_wrap .ecoequip .ecoequip_item {
    width: 100%;
  }
}
#equipment .ecoequip_wrap .ecoequip .ecoequip_item .desc {
  margin-top: 0.7em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .ecoequip_wrap .ecoequip .ecoequip_item .desc {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .ecoequip_wrap .ecoequip .ecoequip_item .desc {
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
}
#equipment .spacecore {
  background-color: #fff;
  padding-bottom: clamp(40px, 6vw, 80px);
}
#equipment .spacecore .spacecore-head {
  margin: 0;
  line-height: 0;
}
#equipment .spacecore .spacecore-head img {
  display: block;
  width: 100%;
  height: auto;
}
#equipment .spacecore .spacecore_main_image {
  width: 100%;
  aspect-ratio: 2416/1135;
  background-image: none;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .spacecore_main_image {
    background-image: none;
  }
}
#equipment .spacecore .spacecore_title-bg-pc {
  position: absolute;
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 20px;
  padding: 12px 24px;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .spacecore_title-bg-pc {
    display: none;
  }
}
#equipment .spacecore .spacecore_title-bg-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .spacecore_title-bg-sp {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0 2%;
  }
}
@media screen and (max-width: 500px) {
  #equipment .spacecore .spacecore_title-bg-sp {
    flex-direction: column-reverse;
    gap: 0;
    padding: 2%;
  }
}
#equipment .spacecore .spacecore_title {
  width: 30%;
  aspect-ratio: 1050/205;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .spacecore_title {
    width: 30%;
  }
}
#equipment .spacecore .spacecore_title img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .spacecore .spacecore_title-textarea {
  padding: 1rem 0;
  max-width: 560px;
}
#equipment .spacecore .spacecore_title-textarea .bold {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0;
}
#equipment .spacecore .hcopy {
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0.5rem 0 0;
}
#equipment .spacecore .bcopy {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", serif;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.04em;
  padding: 0.8rem 0 0;
}
#equipment .spacecore .intercom {
  margin-top: -2px;
  width: 100%;
  aspect-ratio: 2416/1137;
  background-color: #3c1112;
  position: relative;
  padding: 10rem 2rem 5rem;
  margin-bottom: clamp(32px, 5vw, 64px);
}
#equipment .spacecore .sec-ttl {
  width: 100%;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
  padding: 0 0 2px;
}
#equipment .spacecore .blue {
  color: #1c4a73;
  font-weight: 900;
  border-bottom: 1px solid #1c4a73;
}
#equipment .spacecore .tx-whi {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  margin: 0 auto;
}
#equipment .spacecore .intercom_flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
  margin-top: clamp(12px, 2vw, 24px);
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .intercom_flex {
    flex-direction: column;
  }
}
#equipment .spacecore .intercom_flex .flex_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #equipment .spacecore .intercom_flex .flex_left {
    width: 60%;
  }
}
#equipment .spacecore .intercom_flex .flex_right_wrap {
  width: 50%;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .intercom_flex .flex_right_wrap {
    width: 100%;
  }
}
#equipment .spacecore .intercom_flex .flex_right {
  width: 100%;
}
#equipment .spacecore .flex_right__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
  margin: 0 0 clamp(16px, 2.4vw, 24px);
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .flex_right__inner {
    flex-direction: column;
  }
}
#equipment .spacecore .flex_right__inner--1 {
  width: 50%;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .flex_right__inner--1 {
    width: 100%;
  }
}
#equipment .spacecore .flex_right__inner--1 .lock-text {
  font-size: clamp(14px, 1.4vw, 18px);
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px;
}
#equipment .spacecore .flex_right__inner--1 .lock-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 1em;
  background-color: #fff;
}
#equipment .spacecore .flex_right__inner--2 {
  width: 50%;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .flex_right__inner--2 {
    width: 100%;
  }
}
#equipment .spacecore .image_flex {
  display: flex;
  width: 96%;
  gap: 0;
  margin: 10px 0 0;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .image_flex {
    width: 100%;
    gap: 10px;
  }
}
#equipment .spacecore .image_flex img {
  width: 50%;
}
#equipment .spacecore .smart_home {
  padding: clamp(32px, 5vw, 60px) 2rem;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #equipment .spacecore .smart_home {
    padding: clamp(32px, 5vw, 60px) 0;
  }
}
#equipment .spacecore .smart_home-flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: auto;
  gap: clamp(24px, 4vw, 48px);
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .smart_home-flex {
    flex-direction: column;
    align-content: center;
  }
}
#equipment .spacecore .smart_home-flex .flex-left {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .smart_home-flex .flex-left {
    width: 100%;
  }
}
#equipment .spacecore .smart_home-flex .flex-left .copy-area {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  margin: 0 0 clamp(32px, 6vw, 80px);
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .smart_home-flex .flex-left .copy-area {
    margin: 0 0 10%;
  }
}
#equipment .spacecore .smart_home-flex .flex-left .copy-area .big-copy {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#equipment .spacecore .smart_home-flex .flex-right {
  width: 50%;
  height: auto;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  #equipment .spacecore .smart_home-flex .flex-right {
    margin: 0 auto;
    width: 43%;
  }
}
#equipment .spacecore .smart_home-list {
  padding: clamp(24px, 4vw, 48px) 0;
  max-width: 1200px;
  margin: 0 auto;
}
#equipment .spacecore .smart_home-flextop,
#equipment .spacecore .smart_home-flexbottom {
  display: flex;
  width: 100%;
  gap: 10%;
  margin: 0 0 clamp(40px, 6vw, 80px);
  padding: 0;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .smart_home-flextop,
  #equipment .spacecore .smart_home-flexbottom {
    padding: 0 2rem;
    flex-direction: column;
    margin: 0 0 clamp(24px, 6vw, 48px);
  }
}
#equipment .spacecore .item {
  width: 50%;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .item {
    width: 100%;
    margin: 0 0 40px;
  }
}
#equipment .spacecore .item_header {
  margin: 0 0 clamp(16px, 3vw, 32px);
}
#equipment .spacecore .item_header-title {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  align-items: center;
  color: #1c4a73;
  font-weight: 900;
  border-bottom: 1px solid #1c4a73;
  padding: 0 0 10px;
}
#equipment .spacecore .item_header-title .sec-ttl {
  margin: 0;
  border-bottom: 0;
  line-height: 1;
}
#equipment .spacecore .item_header .abcd {
  width: 50px;
  height: 50px;
  font-size: clamp(16px, 2.2vw, 26px);
  color: #fff;
  background-color: #5f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 3px;
  margin-right: 15px;
}
#equipment .spacecore .item_header .small {
  font-size: clamp(12px, 1.6vw, 18px);
}
#equipment .spacecore .item_content img {
  object-fit: cover;
}
#equipment .spacecore .item_content .title-bg {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 900;
  background-color: #d6d7d6;
  text-align: center;
  padding: 3px 0;
}
#equipment .spacecore .item_content .ic {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 40px;
}
#equipment .spacecore .item_content .ic img {
  width: 30.3%;
  height: auto;
  display: block;
  object-fit: contain;
}
#equipment .spacecore .item_content .password {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .item_content .password {
    flex-direction: column;
    align-items: center;
  }
}
#equipment .spacecore .item_content .password_textarea .password_textarea_inner {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
#equipment .spacecore .item_content .small_text {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  margin: 30px auto;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999px) {
  #equipment .spacecore .item_content .small_text {
    margin: 10px auto;
  }
}
#equipment .spacecore .item_content .small_text .reibo {
  color: #2167a3;
}
#equipment .spacecore .item_content .small_text .danbo {
  color: #d27248;
}
#equipment .spacecore .spacecore_img01 {
  margin-bottom: 2rem;
}
#equipment .spacecore .spacecore_img01 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#equipment .spacecore .light_image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #equipment .spacecore .light_image {
    margin: 10rem auto 0;
  }
}
#equipment .spacecore .image-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#equipment .spacecore .image-area .camera_1 {
  width: 70%;
}
#equipment .spacecore .image-area .camera_2 {
  width: 30%;
  height: 100%;
}
#equipment .spacecore .ha {
  width: 70%;
  margin: 0 auto;
}
#equipment .refa_section {
  padding-bottom: clamp(50px, 8vw, 15rem);
  background-color: #f5f5f5;
}
#equipment .refa_section .refa .refa_hero {
  position: relative;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(50px, 7vw, 80px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_hero {
    background-size: contain;
  }
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_hero {
    max-height: 450px;
  }
}
#equipment .refa_section .refa .refa_hero .refa_hero_divider {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  z-index: 1;
}
#equipment .refa_section .refa .refa_hero .refa_hero_divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
}
#equipment .refa_section .refa .refa_special_title {
  text-align: center;
  margin: 0 auto clamp(30px, 4vw, 50px);
  width: 100%;
  max-width: 600px;
  padding: 0 clamp(20px, 4vw, 40px);
}
#equipment .refa_section .refa .refa_text_section {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 80px);
  padding: 0 clamp(20px, 4vw, 40px);
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  #equipment .refa_section .refa .refa_text_section {
    max-width: 1000px;
  }
}
#equipment .refa_section .refa .refa_text_section .refa_hcopy {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: clamp(15px, 2vw, 20px);
  line-height: 1.6;
}
#equipment .refa_section .refa .refa_bcopy {
  margin-bottom: clamp(20px, 3vw, 30px);
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 0 auto clamp(30px, 5vw, 60px);
}
#equipment .refa_section .refa .refa_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
@media screen and (min-width: 1200px) {
  #equipment .refa_section .refa .refa_container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: clamp(30px, 4vw, 40px);
  }
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container > .refa_left_column {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: clamp(15px, 2vw, 20px);
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_title {
    font-size: clamp(20px, 2.5vw, 24px);
    text-align: left;
    margin-bottom: clamp(20px, 2.5vw, 25px);
  }
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_title + .refa_bcopy {
  margin-bottom: clamp(15px, 2vw, 20px);
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_title + .refa_bcopy {
    font-size: 16px;
    margin-bottom: clamp(20px, 2.5vw, 25px);
  }
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list {
  display: flex;
  gap: clamp(20px, 3vw, 30px);
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(50px, 7vw, 100px) 0;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: auto;
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list {
    flex-direction: row;
    align-items: center;
  }
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list li {
  flex: 0 0 calc(33.333% - clamp(20px, 3vw, 30px) * 2 / 3);
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list li {
    width: 100%;
    max-width: 300px;
  }
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list li figure {
  margin: 0;
  text-align: center;
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list li figure img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .refa_section .refa .refa_container > .refa_left_column .refa_waterflow_list li figure figcaption {
  font-size: clamp(8px, 2vw, 10px);
  font-weight: 600;
  color: #333;
  text-align: left;
}
#equipment .refa_section .refa .refa_container > .refa_feature_title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 30px);
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container > .refa_feature_title {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
  }
}
#equipment .refa_section .refa .refa_container > .refa_feature_title + .refa_bcopy {
  margin-bottom: clamp(15px, 2vw, 20px);
  font-size: clamp(13px, 1.8vw, 15px);
  color: #333;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container > .refa_feature_title + .refa_bcopy {
    font-size: clamp(14px, 1.8vw, 16px);
    text-align: left;
    margin-bottom: clamp(20px, 2.5vw, 25px);
  }
}
#equipment .refa_section .refa .refa_container > .refa_feature_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 30px);
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(50px, 7vw, 100px) 0;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_container > .refa_feature_list {
    grid-column: 2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_container > .refa_feature_list {
    grid-template-columns: 1fr;
  }
}
#equipment .refa_section .refa .refa_container > .refa_feature_list li figure {
  margin: 0;
}
#equipment .refa_section .refa .refa_container > .refa_feature_list li figure img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
#equipment .refa_section .refa .refa_container > .refa_feature_list li figure figcaption {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #333;
  line-height: 1.6;
  text-align: center;
}
#equipment .refa_section .refa .refa_default_equipment {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 50px);
  margin-bottom: clamp(50px, 7vw, 100px);
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_default_equipment {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_default_equipment {
    flex-direction: column;
  }
}
#equipment .refa_section .refa .refa_default_equipment .refa_product_text {
  order: 1;
}
#equipment .refa_section .refa .refa_default_equipment .refa_product_text .refa_hcopy {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #equipment .refa_section .refa .refa_default_equipment .refa_product_text .refa_hcopy {
    font-size: clamp(20px, 2.5vw, 24px);
  }
}
#equipment .refa_section .refa .refa_default_equipment .refa_product_img {
  order: 2;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_default_equipment .refa_product_img {
    width: 100%;
  }
}
#equipment .refa_section .refa .refa_default_equipment .refa_product_img img {
  width: auto;
  max-width: unset;
  height: 380px;
  display: block;
}
@media screen and (max-width: 1200px) {
  #equipment .refa_section .refa .refa_default_equipment .refa_product_img img {
    width: 100%;
    height: auto;
  }
}
#equipment .refa_section .refa .refa_bubble {
  width: 56%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_bubble {
    margin-top: 12vw;
    width: 100%;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_bubble_title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: underline;
  margin-bottom: clamp(20px, 3vw, 30px);
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_bubble .refa_bubble_title {
    font-size: clamp(22px, 3vw, 28px);
    text-align: left;
    margin-bottom: clamp(25px, 3vw, 35px);
  }
}
#equipment .refa_section .refa .refa_bubble .refa_bubble_content {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 50px);
  margin-bottom: clamp(50px, 7vw, 100px);
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_bubble .refa_bubble_content {
    flex-direction: column;
    margin-bottom: clamp(30px, 4vw, 50px);
  }
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_bubble .refa_bubble_content {
    flex-direction: column;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_bubble_content .refa_bubble_diagram {
  flex: 0 0 50%;
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_bubble .refa_bubble_content .refa_bubble_diagram {
    width: 100%;
    flex: 0 0 100%;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_bubble_content .refa_bubble_diagram img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .refa_section .refa .refa_bubble .refa_bubble_content .refa_bcopy {
  margin-bottom: 0;
  flex: 1;
  font-size: clamp(14px, 1.8vw, 16px);
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #equipment .refa_section .refa .refa_bubble .refa_bubble_content .refa_bcopy {
    font-size: 15px;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_feature_title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: clamp(15px, 2vw, 20px);
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_bubble .refa_feature_title {
    font-size: clamp(20px, 2.5vw, 24px);
    text-align: left;
    margin-bottom: clamp(20px, 2.5vw, 25px);
  }
}
#equipment .refa_section .refa .refa_bubble > .refa_bcopy {
  margin-bottom: clamp(20px, 3vw, 30px);
  font-size: clamp(14px, 2vw, 16px);
  color: #333;
  line-height: 1.8;
  text-align: left;
}
#equipment .refa_section .refa .refa_bubble .refa_feature_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 30px);
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(50px, 7vw, 100px) 0;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_bubble .refa_feature_list {
    margin-bottom: 0;
    margin-top: auto;
  }
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_bubble .refa_feature_list {
    grid-template-columns: 1fr;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_feature_list li figure {
  margin: 0;
}
#equipment .refa_section .refa .refa_bubble .refa_feature_list li figure img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .refa_section .refa .refa_bubble .refa_feature_list li figure figcaption {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #333;
  line-height: 1.6;
  text-align: center;
}
#equipment .refa_section .refa .refa_bubble .refa_default_equipment_second {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(50px, 7vw, 100px);
  padding: 0 clamp(20px, 4vw, 40px);
}
#equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_text_top {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}
#equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_text_top .refa_product_text_jp {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-family: serif;
}
@media screen and (min-width: 769px) {
  #equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_text_top .refa_product_text_jp {
    font-size: clamp(20px, 3vw, 28px);
  }
}
#equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_text_top .refa_product_text_en {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin: clamp(10px, 2vw, 15px) 0;
  font-family: serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_text_top .refa_product_text_en {
    font-size: clamp(28px, 4vw, 36px);
  }
}
#equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_img_bottom {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#equipment .refa_section .refa .refa_bubble .refa_default_equipment_second .refa_product_img_bottom img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .refa_section .refa .refa_bubble .refa_waterflow_title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #equipment .refa_section .refa .refa_bubble .refa_waterflow_title {
    text-align: left;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_waterflow_list {
  display: flex;
  gap: clamp(20px, 3vw, 30px);
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_bubble .refa_waterflow_list {
    flex-direction: column;
    align-items: center;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_waterflow_list li {
  flex: 0 0 calc(33.333% - clamp(20px, 3vw, 30px) * 2 / 3);
}
@media screen and (max-width: 999px) {
  #equipment .refa_section .refa .refa_bubble .refa_waterflow_list li {
    width: 100%;
    max-width: 300px;
    flex: 0 0 100%;
  }
}
#equipment .refa_section .refa .refa_bubble .refa_waterflow_list li figure {
  margin: 0;
  text-align: center;
}
#equipment .refa_section .refa .refa_bubble .refa_waterflow_list li figure img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
#equipment .refa_section .refa .refa_bubble .refa_waterflow_list li figure figcaption {
  font-size: clamp(8px, 2vw, 10px);
  font-weight: 600;
  color: #333;
  text-align: left;
}
#equipment .refa-suigen {
  margin-top: 48px;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen {
    margin-top: 100px;
  }
}
#equipment .refa-suigen-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#equipment .refa-suigen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-content {
    flex-direction: row;
    gap: 40px;
  }
  #equipment .refa-suigen-content:nth-child(even) {
    flex-direction: row-reverse;
  }
}
#equipment .refa-suigen-content figure {
  margin: 0;
  text-align: center;
}
#equipment .refa-suigen-content figure img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .refa-suigen-content .refa-suigen-text-img {
  max-width: 500px;
}
#equipment .refa-suigen-content .refa-suigen-img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-content .refa-suigen-img {
    width: 58%;
  }
}
#equipment .refa-suigen-text {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 50px);
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-text {
    width: 56%;
    margin-bottom: 0;
    gap: 1vw;
  }
}
#equipment .refa-suigen-list {
  margin-bottom: 32px;
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2vw;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-list {
    margin-bottom: 10rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 5fr));
    grid-auto-flow: row;
  }
}
#equipment .refa-suigen-list-item {
  width: 45%;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-list-item {
    width: 100%;
  }
}
#equipment .refa-suigen-list-item img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-list-item:nth-child(3) img {
    height: 70%;
  }
}
#equipment .refa-suigen-text-title {
  font-size: 18px;
  font-weight: 700;
}
#equipment .refa-suigen-text-subtitle {
  font-size: 20px;
  font-weight: 700;
}
#equipment .refa-suigen-sub-text {
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-sub-text {
    text-align: left;
  }
}
#equipment .refa-suigen-list-item-title {
  font-size: 16px;
}
#equipment .refa-suigen-list-item-text {
  font-size: 11px;
}
#equipment .refa-suigen-data-item figure {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-data-item:last-child {
    margin-top: -3rem;
  }
  #equipment .refa-suigen-data-item:last-child figure {
    width: 350px;
    margin-bottom: 6.5rem;
  }
}
#equipment .refa-suigen-data-item-title {
  margin-bottom: 2rem;
  display: block;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  padding-bottom: 1vw;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-data-item-title {
    text-align: center;
  }
}
#equipment .refa-suigen-data-item-text {
  margin-bottom: 4vw;
  font-size: clamp(14px, 2vw, 16px);
}
#equipment .refa-suigen-data-item-small {
  font-size: clamp(10px, 1vw, 12px);
}
#equipment .refa-suigen-data {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
@media screen and (min-width: 1000px) {
  #equipment .refa-suigen-data {
    flex-direction: row;
    gap: 3vw;
  }
}
#equipment .security_wrap {
  margin: 0 auto 10rem;
}
#equipment .security_wrap p {
  font-family: noto sans;
}
#equipment .security_wrap .security-txt-wrap {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 0;
}
#equipment .security_wrap .security-txt {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  color: #fff;
}
#equipment .security_wrap .security-txt-ttl-gk {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.3em;
}
#equipment .security_wrap .security-txt-lead-gk {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0 0 0.6em;
}
#equipment .security_wrap .security-txt-body-gk {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.9;
  letter-spacing: 0.06em;
}
#equipment .security_wrap .security_lead {
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0 0 0.6em;
}
#equipment .security_wrap .security_body {
  text-align: center;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin: 0 0 2em;
}
#equipment .security_wrap .struct_bnr {
  padding: 2rem;
  border: 4px solid #09387b;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#equipment .security_wrap .name_bnr {
  color: #d76a49;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#equipment .security_wrap .secu_t1 {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
#equipment .security_wrap .secu_t2 {
  margin-bottom: 30px;
}
#equipment .security_wrap .img_box {
  display: flex;
  gap: 20px;
}
#equipment .security_wrap .img_box .img {
  max-width: 300px;
  width: 100%;
}
#equipment .security_wrap .secu_main_wrap {
  padding: 4.6% 0 4.4%;
  width: 100%;
  position: relative;
  background: url("../img/equipment/secu_main.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_main_wrap {
    background-position: 87% center;
  }
}
#equipment .security_wrap .secu_main_wrap .cover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgb(59, 90, 111);
  background: linear-gradient(90deg, rgb(59, 90, 111) 0%, rgba(1, 37, 74, 0) 78%, rgba(255, 255, 255, 0) 100%);
}
#equipment .security_wrap .secu_main_wrap .txt_box .ttl {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .ttl {
    font-size: clamp(10px, 7.066666649vw, 43px);
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .ttl {
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.3em;
}
#equipment .security_wrap .secu_main_wrap .txt_box .lead {
  font-size: 39px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .lead {
    font-size: clamp(10px, 6.533333317vw, 39px);
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .lead {
  letter-spacing: 0.3em;
  line-height: 1.641025641;
  color: #fff;
}
#equipment .security_wrap .secu_main_wrap .txt_box .txt {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .txt {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .txt {
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin: 1.2em 0 0;
}
#equipment .security_wrap .security_bg {
  background-color: rgba(194, 241, 255, 0.2392156863);
}
#equipment .security_wrap .point-wrap {
  padding: 10% 0 4%;
}
#equipment .security_wrap .point-wrap .copy-area .copy-box {
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  column-gap: 3%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box {
    flex-wrap: wrap;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .img {
  width: 16.6%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .img {
    width: 100%;
    max-width: 166px;
    margin: 0 auto 4%;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
  font-size: clamp(10px, 2.5vw, 28px);
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
    font-size: clamp(10px, 4.533333322vw, 28px);
    text-align: center;
    width: 100%;
  }
}
#equipment .security_wrap .point-wrap .point-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 7rem auto 0;
  max-width: 988px;
}
#equipment .security_wrap .point-wrap .point-area .point-box .p1 {
  line-height: 1.1947368421;
  color: #fff;
  letter-spacing: 0;
  font-size: clamp(10px, 1.9vw, 19px);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .point-area .point-box .p1 {
    font-size: clamp(10px, 3.866666657vw, 19px);
  }
}
#equipment .security_wrap .point-wrap .point-area .point-box .p2 {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.6;
  color: #faed00;
  margin: 0.6em 0 0;
  font-size: clamp(10px, 3.1vw, 31px);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .point-area .point-box .p2 {
    font-size: clamp(10px, 5.466666653vw, 31px);
  }
}
#equipment .security_wrap .point-wrap .point-area .point-box .num {
  width: 21%;
  height: 21%;
  position: absolute;
  top: -8%;
  left: -6%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .point-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 0;
    width: 100%;
    margin: 9% auto 0;
  }
  #equipment .security_wrap .point-wrap .point-area .point-box {
    width: 85%;
    max-width: 300px;
    padding: 5rem 0;
    border-radius: 1.4rem;
  }
}
#equipment .security_wrap .merit-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#equipment .security_wrap .merit-wrap .left {
  padding-top: 2rem;
  width: 35%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .merit-wrap .left {
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .left .merit_box:first-child {
  margin-bottom: 10px;
}
#equipment .security_wrap .merit-wrap .left .merit_box:first-child figure {
  margin-top: 11.4%;
  width: 90%;
}
#equipment .security_wrap .merit-wrap .left .merit_box:nth-child(2) {
  margin-top: auto;
  padding-bottom: 4%;
}
#equipment .security_wrap .merit-wrap .left .merit_box:nth-child(2) figure {
  margin-top: 7%;
  width: 77%;
}
#equipment .security_wrap .merit-wrap .right {
  width: 63.3%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .merit-wrap .right {
    margin-top: 5%;
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:first-of-type {
  margin-top: 8.6%;
  width: 66%;
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:nth-of-type(2) {
  margin-top: 5.6%;
  width: 66%;
}
#equipment .security_wrap .merit-wrap .merit_box {
  text-align: center;
  padding: 0;
  border-radius: 1rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .merit-wrap .merit_box {
    padding: 2.6rem 1% 10%;
  }
}
#equipment .security_wrap .merit-wrap .merit_box .ttl {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .merit_box .ttl {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}
#equipment .security_wrap .merit-wrap .merit_box .ttl {
  line-height: 1.2380952381;
  color: #082f4b;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#equipment .security_wrap .merit-wrap .merit_box .desc {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .merit_box .desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .security_wrap .merit-wrap .merit_box .desc {
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  letter-spacing: -0.05em;
  margin-top: 1.1em;
}
#equipment .security_wrap .merit-wrap .merit_box .hightlight {
  background: linear-gradient(transparent 60%, #faed00 60%);
}
#equipment .security_wrap .merit-wrap .merit_box figure {
  margin-right: auto;
  margin-left: auto;
}
#equipment .security_wrap .onetime-wrap {
  padding-top: 2.7%;
  padding-bottom: 7%;
}
#equipment .security_wrap .onetime-wrap .onetime {
  background: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.2% 4.5% 1.5% 4.3%;
  border-radius: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .onetime-wrap .onetime {
    padding: 3% 4.5%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .ttl {
  font-weight: 700;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .ttl {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}
#equipment .security_wrap .onetime-wrap .onetime .ttl {
  line-height: 1.1904761905;
  letter-spacing: 0;
}
#equipment .security_wrap .onetime-wrap .onetime .desc {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .desc {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .security_wrap .onetime-wrap .onetime .desc {
  line-height: 1.4642857143;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-top: 1em;
}
#equipment .security_wrap .onetime-wrap .onetime .txt_box {
  width: 50%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .onetime-wrap .onetime .txt_box {
    width: 100%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .img_box {
  width: 46%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .onetime-wrap .onetime .img_box {
    width: 100%;
    margin-top: 4%;
  }
}
#equipment .security_wrap .secu_list_wrap {
  background: #f2f3f4;
  padding: 8% 0 50px;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap {
    padding: 10% 0 5%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox figure {
  max-width: 115px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
  line-height: 1.9230769231;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  line-height: 1.5625;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1,
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  color: #000003;
  letter-spacing: 0;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .secu_t2 {
  font-size: 14px;
  margin: 0;
  width: 70%;
  line-height: 1.6666666667;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .img {
  width: 25%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 {
  width: 50%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
  margin-top: 6vw;
  padding-right: 6%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
    margin: 5vw auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 {
  width: 46%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .secu_t2 {
  width: 60%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .img {
  width: 33%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
  margin-top: 15px;
  margin-left: -9%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box {
    margin-top: 7rem;
  }
  #equipment .security_wrap .secu_list_wrap .secu_list_box li {
    margin-bottom: 30px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
    flex-direction: column;
    gap: 0;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
  width: 160px;
  height: 172px;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
    width: 100%;
    height: 140px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
  width: 32%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 figure {
  width: 100%;
  margin: 0 0 clamp(8px, 1vw, 12px) 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
  width: 28.5%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
  width: 26.7%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
  width: 24%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
  width: 18.5%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
  font-size: 17px;
  color: #231815;
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #231815;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .com-note {
  margin-top: 1em;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child {
  width: 94.4%;
  margin: 45px auto 0;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child li {
  margin-bottom: 30px;
}
#equipment .security_wrap .freeiD_lead {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.5428571429;
  letter-spacing: 0.04em;
  color: #0d4471;
  font-weight: 700;
  text-align: center;
}
#equipment .security_wrap .freeiD_ttl {
  color: #0d4471;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.7090909091;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1em;
}
#equipment .security_wrap .freeiD_sub {
  color: #000;
  font-size: clamp(16px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.5em;
}
#equipment .security_wrap .freeiD {
  padding: 5rem 0 11.2rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD {
    padding: 5.6% 0 0;
  }
}
#equipment .security_wrap .freeiD .merit-wrap {
  border-radius: 7px;
  background-color: #e8e9e9;
  margin-top: 6.6rem;
  padding: 1rem 3.6%;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap {
    margin-top: 6.6%;
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem 4vw;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox {
  width: 40%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox {
    width: 100%;
    padding-bottom: 0;
    order: 1;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .ttl {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox .ttl {
    font-size: clamp(18px, 4vw, 22px);
    margin-bottom: 1rem;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .desc {
  font-size: clamp(14px, 3vw, 14px);
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox .desc {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.6;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox figure {
  width: 95%;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox figure {
    width: 100%;
    margin: 1.5rem auto 0;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox {
  width: 16%;
  padding-top: 9.4%;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3vw 0;
    flex-direction: column;
    gap: 10px;
    align-self: center;
    order: 2;
    align-content: center;
    align-items: center;
  }
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox figure {
    width: 7%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox figure {
    width: 4%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(20px, 2.1vw, 20px);
  font-weight: 700;
  color: #0d4471;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  line-height: 1.3674418605;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
    width: auto;
    margin: 2vw 0 0;
    font-size: clamp(16px, 4vw, 18px);
  }
}
#equipment .security_wrap .freeiD .merit-wrap .rBox {
  width: 42%;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .rBox {
    width: 100%;
    order: 3;
    margin-top: 2vw;
  }
  #equipment .security_wrap .freeiD .merit-wrap .rBox figure {
    width: 100%;
    text-align: center;
  }
}
#equipment .security_wrap .freeiD .merit_box {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
#equipment .security_wrap .freeiD .services {
  padding: 4% 3%;
  margin-top: 6.4rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services {
    margin-top: 6.4%;
  }
}
#equipment .security_wrap .freeiD .services p {
  font-family: noto sans;
}
#equipment .security_wrap .freeiD .services_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 2.9rem;
  row-gap: 1rem;
}
#equipment .security_wrap .freeiD .services_label {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.1851851852;
  font-weight: 700;
  letter-spacing: 0;
  background: #2fb1e7;
  color: #fff;
  padding: 0.25em 0.8em;
}
#equipment .security_wrap .freeiD .services_lead {
  color: #0d4471;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.2173913043;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#equipment .security_wrap .freeiD .services_lead:not(:last-child) {
  margin: 2.5em 0 1.1em;
}
#equipment .security_wrap .freeiD .services_ttl {
  font-size: 18px;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0d4471;
}
#equipment .security_wrap .freeiD .services_desc {
  color: #222;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-top: 0.8em;
}
#equipment .security_wrap .freeiD .services_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 30px);
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap {
    flex-direction: row;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(1) .services_img, #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(2) .services_img {
    width: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(1) .services_img, #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(2) .services_img {
    max-width: clamp(250px, 70vw, 350px);
  }
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box {
    width: calc(50% - clamp(20px, 3vw, 30px) / 2);
    flex: 0 0 calc(50% - clamp(20px, 3vw, 30px) / 2);
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box {
    width: 100%;
    flex: 0 0 100%;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor {
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 2vw, 25px);
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor {
    flex-direction: row;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor {
    flex-direction: column;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img {
  flex: 0 0 auto;
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img {
    width: 45%;
    max-width: 300px;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img {
    width: 100%;
    margin: 0 auto;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_txt {
  flex: 1;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_txt {
    width: 100%;
    margin-top: 1.6rem;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver {
  display: flex;
  flex-direction: column;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img {
  display: flex;
  flex-direction: row;
  gap: clamp(10px, 1.5vw, 15px);
  margin-bottom: 1.6rem;
  justify-content: space-between;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img figure {
  width: calc(50% - clamp(10px, 1.5vw, 15px) / 2);
  flex: 0 0 calc(50% - clamp(10px, 1.5vw, 15px) / 2);
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img figure {
    max-width: none;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img figure img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_txt {
  flex: 1;
}
#equipment .fasility_wrap figure.fasility_img {
  max-width: 1400px;
  margin: 5rem auto;
  padding: 0 2rem;
}
#equipment .fasility_wrap figure.fasility_img picture {
  display: block;
}
#equipment .fasility_wrap figure.fasility_img img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .fasility_wrap .ttl_box {
  width: 100%;
  margin: 6.4% auto 2.8%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
#equipment .fasility_wrap .ttl_box p {
  text-align: center;
  line-height: 0.6;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .ttl_box p {
    font-size: clamp(10px, 5.066666654vw, 28px);
  }
}
#equipment .fasility_wrap .facility_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#equipment .fasility_wrap .facility_list_box li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
#equipment .fasility_wrap .facility_list_box li figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
#equipment .fasility_wrap .facility_list_box li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#equipment .fasility_wrap .facility_list_box li.w23 {
  width: 23%;
}
@media screen and (max-width: 999px) {
  #equipment .fasility_wrap .facility_list_box li.w23 {
    width: 48%;
    min-height: 0;
  }
}
#equipment .fasility_wrap .facility_list_box li.pet {
  flex-direction: row;
  gap: clamp(8px, 1vw, 12px);
  align-items: flex-start;
}
#equipment .fasility_wrap .facility_list_box li.pet figure {
  width: clamp(72px, 34%, 128px);
  flex: 0 0 clamp(72px, 34%, 128px);
  margin: 0;
}
#equipment .fasility_wrap .facility_list_box li.pet .facility_inline_txt {
  min-width: 0;
}
#equipment .fasility_wrap .facility_list_box li.pet .name {
  text-align: left;
  margin: 0 0 0.4em;
}
#equipment .fasility_wrap .facility_list_box li.pet .txt {
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 999px) {
  #equipment .fasility_wrap .facility_list_box li.pet {
    flex-direction: column;
    gap: 0;
  }
  #equipment .fasility_wrap .facility_list_box li.pet figure {
    width: 100%;
    flex-basis: auto;
    margin-bottom: 0.75em;
  }
  #equipment .fasility_wrap .facility_list_box li.pet .name {
    text-align: center;
    margin: 0.75em 0;
  }
  #equipment .fasility_wrap .facility_list_box li.pet .txt {
    text-align: justify;
  }
}
#equipment .fasility_wrap .facility_list_box li.refi {
  flex-direction: row;
  gap: clamp(8px, 1vw, 12px);
  align-items: flex-start;
}
#equipment .fasility_wrap .facility_list_box li.refi figure {
  width: clamp(72px, 34%, 128px);
  flex: 0 0 clamp(72px, 34%, 128px);
  margin: 0;
}
#equipment .fasility_wrap .facility_list_box li.refi .facility_inline_txt {
  min-width: 0;
}
#equipment .fasility_wrap .facility_list_box li.refi .name {
  text-align: left;
  margin: 0 0 0.4em;
}
#equipment .fasility_wrap .facility_list_box li.refi .txt {
  text-align: left;
}
#equipment .fasility_wrap .facility_list_box li.refi .com-cap {
  right: initial;
  left: 10px;
}
@media screen and (max-width: 999px) {
  #equipment .fasility_wrap .facility_list_box li.refi {
    flex-direction: column;
    gap: 0;
  }
  #equipment .fasility_wrap .facility_list_box li.refi figure {
    width: 100%;
    flex-basis: auto;
    margin-bottom: 0.75em;
  }
  #equipment .fasility_wrap .facility_list_box li.refi .name {
    text-align: center;
    margin: 0.75em 0;
  }
  #equipment .fasility_wrap .facility_list_box li.refi .txt {
    text-align: justify;
  }
}
#equipment .fasility_wrap .facility_list_box li .com-note {
  margin-bottom: 0;
}
#equipment .fasility_wrap .facility_list_box li .name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .facility_list_box li .name {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .fasility_wrap .facility_list_box li .name {
  text-align: center;
  margin: 0.75em 0 0.75em;
  letter-spacing: 0;
  line-height: 1.4375;
}
#equipment .fasility_wrap .facility_list_box li .txt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .fasility_wrap .facility_list_box li .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .fasility_wrap .facility_list_box li .txt {
  line-height: 1.6666666667;
  text-align: justify;
  letter-spacing: 0;
}
#equipment .fasility_wrap .com-note {
  color: #fff;
}
#equipment .struct_wrap .struct_ttl_img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#equipment .struct_wrap .struct_main_wrap {
  background: url(../img/equipment/struct_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 4vw 0 3vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_main_wrap .struct_main_img {
    height: 26rem;
  }
  #equipment .struct_wrap .struct_main_wrap .struct_main_img img {
    object-fit: cover;
    height: 100%;
  }
}
#equipment .struct_wrap .struct_main_wrap .txt_box .ttl {
  margin-bottom: 0;
  font-size: 79px;
  text-shadow: 0 0 10px rgb(255, 251, 251);
  color: #000;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_main_wrap .txt_box .ttl {
    font-size: clamp(10px, 11.86666664vw, 79px);
  }
}
#equipment .struct_wrap .struct_main_wrap .txt_box .ttl img {
  height: 100%;
  width: auto;
}
#equipment .struct_wrap .struct_main_wrap .txt_box .lead {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_main_wrap .txt_box .lead {
    font-size: clamp(10px, 3.99999999vw, 30px);
  }
}
#equipment .struct_wrap .struct_main_wrap .txt_box .lead {
  text-align: center;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-top: 10px;
}
#equipment .struct_wrap .w970 {
  max-width: 970px;
}
#equipment .struct_wrap .struct_box {
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 999px) {
  #equipment .struct_wrap .struct_box {
    padding: 3vw 9.8% 0;
  }
}
#equipment .struct_wrap .struct_box .lead {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .lead {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#equipment .struct_wrap .struct_box .lead {
  text-align: center;
  color: #000003;
}
#equipment .struct_wrap .struct_box .survey_list {
  width: 100%;
  margin: 6% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .struct_wrap .struct_box .survey_list li {
  margin-bottom: 26px;
}
#equipment .struct_wrap .struct_box .survey_list li.w48 {
  width: 46.8%;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .survey_list li.w48 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w100 {
  width: 100%;
}
#equipment .struct_wrap .struct_box .survey_list li .name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li .name {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
#equipment .struct_wrap .struct_box .survey_list li .name {
  color: #fff;
  text-align: center;
  background-color: #203a46;
  padding: 5px 0 7px;
  margin-bottom: 5px;
}
#equipment .struct_wrap .struct_box .survey_list li .txt {
  font-size: 16px;
  line-height: 1.6923076923;
  color: #231815;
  letter-spacing: 0.05em;
  text-align: justify;
}
#equipment .struct_wrap .struct_box .survey_list li .com-note {
  margin-top: 20px;
}
#equipment .struct_wrap .struct_box .com-note {
  color: #231f20;
}
#equipment .struct_wrap .struct_box .struct_list {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .struct_wrap .struct_box .struct_list li {
  width: 26.7%;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .struct_list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
#equipment .struct_wrap .struct_box .struct_list li:nth-of-type(3n) {
  width: 37.5%;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .struct_list li:nth-of-type(3n) {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .struct_list li .name {
  font-size: 16px;
  color: #000003;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
}
#equipment .struct_wrap .struct_box .struct_list li .txt {
  font-size: 16px;
  line-height: 1.4230769231;
  letter-spacing: 0;
  color: #000003;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .struct_list li figure {
    margin-top: 25px;
  }
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 {
  margin-top: 0;
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li {
  width: 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .struct_list.struct_list-2 li {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(1) {
  width: 54%;
  padding-top: 7%;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(1) {
    width: 100%;
    padding-top: 0;
  }
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(2) {
  width: 40%;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(2) {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .construct_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1px;
  background-color: rgba(0, 0, 3, 0.4);
}
#equipment .struct_wrap .struct_box .construct_list .struct_bnr {
  padding: 2rem;
  border: 4px solid #09387b;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#equipment .struct_wrap .struct_box .construct_list .struct_bnr img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .struct_wrap .struct_box .construct_list .name_bnr {
  color: #d76a49;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#equipment .struct_wrap .struct_box .construct_list > li {
  width: auto;
  min-width: 0;
  border: none;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px 3%;
}
#equipment .struct_wrap .struct_box .construct_list > li figure {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}
#equipment .struct_wrap .struct_box .construct_list > li figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
#equipment .struct_wrap .struct_box .construct_list > li p.name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list > li p.name {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .struct_wrap .struct_box .construct_list > li p.name {
  color: #000003;
  font-weight: bold;
  text-align: left;
  margin: 1.4em 0 0.3em;
  letter-spacing: 2px;
}
#equipment .struct_wrap .struct_box .construct_list > li p.txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list > li p.txt {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .struct_wrap .struct_box .construct_list > li p.txt {
  line-height: 1.5384615385;
  color: #000003;
  text-align: justify;
  letter-spacing: 0;
}
#equipment .struct_wrap .struct_box .construct_list > li p.com-note {
  color: #231815;
}
#equipment .struct_wrap .struct_box .construct_list > li span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list > li span {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .struct_wrap .struct_box .construct_list > li span {
  line-height: 1.6;
  color: #666;
  display: block;
  margin-top: 0.5em;
}
#equipment .struct_wrap .struct_box .construct_list > li:nth-child(n) {
  width: auto;
  min-width: 0;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap .struct_box .construct_list {
    grid-template-columns: 1fr;
  }
  #equipment .struct_wrap .struct_box .construct_list > li {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .construct_list .com-note {
  bottom: -20px;
  right: -10px;
}
@media screen and (min-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr_item--wide {
    grid-column: span 2;
  }
}
#equipment .struct_wrap .struct_box .struct_bnr_item--wide figure {
  aspect-ratio: auto !important;
  height: auto;
  width: 100%;
  overflow: visible;
}
#equipment .struct_wrap .struct_box .struct_bnr_item--wide .struct_bnr_img img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .struct_wrap-2 {
  padding-bottom: 60px;
  position: relative;
  background-repeat: repeat;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap-2 {
    padding-bottom: 30px;
  }
}
#equipment .struct_wrap-2 p {
  font-family: noto sans;
}
#equipment .struct_wrap-2 .struct_box {
  background-color: transparent;
  padding: 0 2rem;
}
@media screen and (min-width: 999px) {
  #equipment .struct_wrap-2 .struct_box {
    padding: 90px 4rem 0;
  }
}
#equipment .struct_wrap-2 .struct_box .insurance {
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap-2 .struct_box .insurance {
    padding-right: 3% !important;
  }
}
#equipment .struct_wrap-2 .struct_box .insurance .img {
  width: 62%;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap-2 .struct_box .insurance .img {
    width: 100%;
  }
}
#equipment .struct_wrap-2 .struct_box .insurance .txt {
  line-height: 1.3846153846 !important;
}
@media screen and (max-width: 999px) {
  #equipment .struct_wrap-2 .struct_box .insurance .txt {
    margin-top: 1em;
    width: 100%;
  }
}
#equipment .smart_wrap {
  background-color: #f0ebe6;
  padding: 4% 0 4%;
}
#equipment .smart_wrap .smart_box {
  background-color: #194517;
  padding: 40px 64px 50px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_box {
    padding: 12vw 4vw;
  }
}
#equipment .smart_wrap .smart_box::before {
  content: "";
  top: 5px;
  left: 5px;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: border-box;
  border: 1px solid #7f7319;
  pointer-events: none;
}
#equipment .smart_wrap .main_ttl {
  width: 100%;
  font-size: 85px;
  letter-spacing: 0;
  text-align: center;
  color: #478593;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .main_ttl {
    font-size: clamp(10px, 9.999999975vw, 85px);
  }
}
#equipment .smart_wrap .com-lead {
  margin: 0 auto;
  text-align: center;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .com-lead {
    font-size: clamp(10px, 3vw, 20px);
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
#equipment .smart_wrap .smart_main_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 4% 0 0;
}
#equipment .smart_wrap .smart_main_wrap > .smart_cont1_box,
#equipment .smart_wrap .smart_main_wrap > .smart_cont2_box {
  flex: 1 1 0;
  width: calc((100% - 20px) / 2);
  margin: 0;
}
#equipment .smart_wrap .smart_main_wrap > .smart_cont1_box img,
#equipment .smart_wrap .smart_main_wrap > .smart_cont2_box img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_main_wrap {
    flex-direction: column;
  }
  #equipment .smart_wrap .smart_main_wrap > .smart_cont1_box,
  #equipment .smart_wrap .smart_main_wrap > .smart_cont2_box {
    width: 100%;
  }
}
#equipment .smart_wrap .smart_main_wrap .main_img1 {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_main_wrap .main_img1 {
    width: 100%;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box {
  position: absolute;
  top: 10px;
  left: 10px;
}
#equipment .smart_wrap .smart_main_wrap .txt_box .ttl {
  font-size: 28px;
  line-height: 1.6785714286;
  margin-bottom: 15px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .txt_box .ttl {
    font-size: clamp(10px, 4.399999989vw, 28px);
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box .lead {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .txt_box .lead {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box .lead {
  letter-spacing: 0.12em;
  line-height: 2;
  color: #231815;
}
#equipment .smart_wrap .smart_cont1_box {
  width: 100%;
  margin: 40px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 {
  width: 48%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
  padding: 10px 0;
  font-size: clamp(20px, 1.8vw, 24px);
  letter-spacing: 0.3em;
  margin-left: 21%;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
    font-size: 18px;
    text-align: center;
    margin-left: 15%;
  }
}
@media screen and (max-width: 999px) and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 figure {
  width: 100%;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img01 {
  position: absolute;
  width: 28%;
  bottom: 22px;
  right: 23%;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img01 {
    bottom: 42px;
    right: 4%;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
  position: absolute;
  width: 27%;
  bottom: 68px;
  right: 5%;
  transform: translateX(5%);
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
    right: 0;
    bottom: 88px;
    transform: translateX(0%);
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
  font-size: clamp(7px, 1vw, 12px);
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 1.5833333333;
  width: 100%;
  color: #231815;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .note {
  width: 100%;
  text-align: right;
  margin: 1rem 0 0;
  color: #231815;
  font-size: clamp(7px, 1vw, 10px);
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .note {
    text-align: left;
    font-size: 10px;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .batch {
  width: 80px;
  position: absolute;
  top: -10px;
  left: -24px;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .batch {
    width: 20vw;
    left: -16px;
  }
}
#equipment .smart_wrap .smart_cont1_box .remocon .txt {
  width: 42%;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .remocon .txt {
    width: 100%;
  }
}
#equipment .smart_wrap .smart_cont1_box .remocon .remocon_img01 {
  width: 56%;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont1_box .remocon .remocon_img01 {
    position: relative;
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_wrap .smart_cont2_box .ttl {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont2_box .ttl {
    font-size: clamp(10px, 3.866666657vw, 19px);
  }
}
#equipment .smart_wrap .smart_cont2_box .ttl {
  color: #fff;
  background-color: #724a4e;
  padding: 0.1em 0;
  text-indent: 1em;
}
#equipment .smart_wrap .smart_cont2_box .lead {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont2_box .lead {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .smart_wrap .smart_cont2_box .lead {
  letter-spacing: 0.1em;
  color: #231815;
  margin: 15px 0;
}
#equipment .smart_wrap .smart_cont2_box .smart_con2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#equipment .smart_wrap .smart_cont2_box .smart_con2 .img01 {
  width: 31%;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont2_box .smart_con2 .img01 {
    width: 100%;
  }
}
#equipment .smart_wrap .smart_cont2_box .smart_con2 p {
  width: 15%;
  letter-spacing: 0.05em;
  color: #231815;
  line-height: 1.7272727273;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont2_box .smart_con2 p {
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_wrap .smart_cont2_box .smart_con2 .img02 {
  width: 48%;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont2_box .smart_con2 .img02 {
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_wrap .smart_cont3_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  padding: 0 0 2rem;
  margin: 5rem 0 0;
}
@media screen and (min-width: 1000px) {
  #equipment .smart_wrap .smart_cont3_box {
    display: flex;
    flex-direction: column;
  }
}
#equipment .smart_wrap .smart_cont3_box figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#equipment .smart_wrap .smart_cont3_box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#equipment .smart_wrap .smart_cont3_box .smart-ttl {
  width: 100%;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .smart-ttl {
    font-size: clamp(10px, 3.99999999vw, 30px);
  }
}
#equipment .smart_wrap .smart_cont3_box .smart-ttl {
  background: #203a46;
  padding: 0.1em 0 0.2em 1rem;
  margin: 0 0 2rem;
  line-height: 0.7;
}
#equipment .smart_wrap .smart_cont3_box .multi_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont3_box .multi_wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .smart_wrap .smart_cont3_box {
    display: flex;
    flex-direction: column;
  }
  #equipment .smart_wrap .smart_cont3_box > .multi-1,
  #equipment .smart_wrap .smart_cont3_box > .multi-2,
  #equipment .smart_wrap .smart_cont3_box > .multi-3 {
    display: inline-flex;
    width: calc(33.333% - 1.33rem);
    margin: 0 2rem;
    vertical-align: top;
  }
  #equipment .smart_wrap .smart_cont3_box > .multi-1:first-of-type,
  #equipment .smart_wrap .smart_cont3_box > .multi-2:first-of-type,
  #equipment .smart_wrap .smart_cont3_box > .multi-3:first-of-type {
    margin-left: 2rem;
  }
  #equipment .smart_wrap .smart_cont3_box > .multi-1:last-of-type,
  #equipment .smart_wrap .smart_cont3_box > .multi-2:last-of-type,
  #equipment .smart_wrap .smart_cont3_box > .multi-3:last-of-type {
    margin-right: 2rem;
  }
}
#equipment .smart_wrap .smart_cont3_box .multi-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .smart_wrap .smart_cont3_box .multi-1 {
    width: auto;
    margin: 0 2rem;
    flex: 1;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont3_box .multi-1 {
    width: 100%;
    margin: 0 2rem 0;
  }
}
#equipment .smart_wrap .smart_cont3_box .multi-1 .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#equipment .smart_wrap .smart_cont3_box .multi-1 .logo figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#equipment .smart_wrap .smart_cont3_box .multi-1 .logo figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#equipment .smart_wrap .smart_cont3_box .multi-1 .logo-txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont3_box .multi-1 .logo-txt {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .smart_wrap .smart_cont3_box .multi-1 .logo-txt {
  font-weight: 500;
  line-height: 1.4;
  margin: 0.5rem 0 0;
  letter-spacing: 0;
}
#equipment .smart_wrap .smart_cont3_box .multi-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
}
@media screen and (min-width: 1000px) {
  #equipment .smart_wrap .smart_cont3_box .multi-2 {
    width: auto;
    margin: 0 2rem;
    flex: 1;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont3_box .multi-2 {
    width: 100%;
    margin: 2rem 2rem 0;
  }
}
#equipment .smart_wrap .smart_cont3_box .multi-2 figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#equipment .smart_wrap .smart_cont3_box .multi-2 figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#equipment .smart_wrap .smart_cont3_box .multi-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
}
@media screen and (min-width: 1000px) {
  #equipment .smart_wrap .smart_cont3_box .multi-3 {
    width: auto;
    margin: 0 2rem;
    flex: 1;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont3_box .multi-3 {
    width: 100%;
    margin: 2rem 2rem 0;
  }
}
#equipment .smart_wrap .smart_cont3_box .multi-3 figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#equipment .smart_wrap .smart_cont3_box .multi-3 figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#equipment .smart_wrap .smart_cont3_box .multi-3-img {
  width: 31%;
  margin-right: 2rem;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_cont3_box .multi-3-img {
    width: 100%;
    margin: 2rem 2rem 0;
  }
}
#equipment .smart_wrap .note-box {
  margin: 1rem 0 0;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .note-box {
    margin: 2rem 0 0;
  }
}
#equipment .smart_wrap .smart_note {
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 999px) {
  #equipment .smart_wrap .smart_note {
    margin: 2rem 0 0;
  }
}
#equipment .luup_wrap {
  padding-bottom: 8rem;
}
#equipment .luup_wrap .luup .luup_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#equipment .luup_wrap .luup .lBox {
  width: 78%;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .lBox {
    width: 100%;
  }
}
#equipment .luup_wrap .luup .rBox {
  width: 22%;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .rBox {
    width: 40%;
    margin-left: auto;
  }
}
#equipment .luup_wrap .luup .luup_lead {
  margin-bottom: 3vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .luup_lead {
    line-height: 1.5;
  }
}
#equipment .luup_wrap .luup .flex_b_c {
  margin-bottom: 2vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .flex_b_c {
    flex-direction: column;
  }
}
#equipment .luup_wrap .luup .flex_b_c figure {
  width: 31.3%;
}
#equipment .luup_wrap .luup .luup_ttl {
  font-weight: bold;
}
#equipment .luup_wrap .luup .luup_ttl {
  color: #231815;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup .luup_ttl {
    font-size: clamp(10px, 3.99999999vw, 20px);
  }
}
#equipment .luup_wrap .luup .luup_ttl {
  line-height: 1.9285;
  letter-spacing: -0.05em;
  width: 64%;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .luup_ttl {
    width: 100%;
  }
}
#equipment .luup_wrap .luup .luup_lead {
  color: #231815;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup .luup_lead {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}
#equipment .luup_wrap .luup .luup_lead {
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .luup_lead {
    margin-top: 0.5em;
  }
}
#equipment .luup_wrap .luup .luup_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#equipment .luup_wrap .luup .luup_body .lBox {
  width: 61.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem 2.7rem;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .luup_body .lBox {
    width: 100%;
    gap: 1.3rem;
  }
}
#equipment .luup_wrap .luup .luup_body .lBox figure {
  width: calc((100% - 2.7rem) / 2);
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .luup_body .lBox figure {
    width: calc((100% - 1.3rem) / 2);
  }
}
#equipment .luup_wrap .luup .luup_body .lBox figure img {
  border-radius: 5%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .luup_wrap .luup .luup_body .rBox {
  width: 35.9%;
}
@media screen and (max-width: 999px) {
  #equipment .luup_wrap .luup .luup_body .rBox {
    width: 80%;
    margin: 2rem auto;
  }
}
#equipment .laxury-section .laxury-bg-inner {
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .laxury-section .laxury-bg-inner {
    margin-bottom: 4vw;
    padding: 4rem;
  }
}
#equipment .laxury-section .laxury-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#equipment .laxury-section .laxury-ttl {
  font-size: clamp(24px, 4.799999988vw, 38px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Cinzel", serif;
}
@media screen and (min-width: 1000px) {
  #equipment .laxury-section .laxury-ttl {
    margin-bottom: 3rem;
    text-align: left;
  }
}
#equipment .laxury-section .laxury-txt {
  font-size: clamp(16px, 4.799999988vw, 24px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  #equipment .laxury-section .laxury-txt {
    margin-bottom: 2rem;
    text-align: left;
  }
}
#equipment .laxury-section .laxury-ja-txt {
  font-size: clamp(16px, 4.799999988vw, 18px);
  color: #fff;
}
@media screen and (max-width: 769px) {
  #equipment .laxury-section .laxury-ja-txt {
    text-align: left;
  }
}
#equipment .fgbb-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  #equipment .fgbb-section {
    margin-bottom: 91px;
  }
}
#equipment .fgbb-section .fgbb-content-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  #equipment .fgbb-section .fgbb-content-inner {
    margin: 0 auto;
    flex-direction: row;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .fgbb-section .fgbb-content {
    width: 70%;
  }
}
#equipment .fgbb-section .fgbb-content .fgbb-ttl {
  font-size: clamp(24px, 4.799999988vw, 32px);
  background-color: #082f4b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
#equipment .fgbb-section .fgbb-content .fgbb-txts {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  #equipment .fgbb-section .fgbb-content .fgbb-txts {
    flex-direction: row;
  }
}
#equipment .fgbb-section .fgbb-content .fgbb-txts figure {
  margin-bottom: 2rem;
}
#equipment .fgbb-section .fgbb-content .fgbb-txt {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  #equipment .fgbb-section .fgbb-content .fgbb-txt {
    font-size: clamp(14px, 4.799999988vw, 16px);
    width: 95%;
  }
}
#equipment .secu_list_wrap {
  background: #f2f3f4;
  padding: 8% 0 50px;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap {
    padding: 10% 0 5%;
  }
}
#equipment .secu_list_wrap .alsok_box .tbox figure {
  max-width: 115px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .alsok_box {
    width: 100%;
  }
}
#equipment .secu_list_wrap .alsok_box .p1 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .secu_list_wrap .alsok_box .p1 {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .secu_list_wrap .alsok_box .p1 {
  line-height: 1.9230769231;
}
#equipment .secu_list_wrap .alsok_box .secu_t1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .secu_list_wrap .alsok_box .secu_t1 {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .secu_list_wrap .alsok_box .secu_t1 {
  line-height: 1.5625;
}
#equipment .secu_list_wrap .alsok_box .p1,
#equipment .secu_list_wrap .alsok_box .secu_t1 {
  color: #000003;
  letter-spacing: 0;
}
#equipment .secu_list_wrap .alsok_box .tbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#equipment .secu_list_wrap .alsok_box .tbox .secu_t2 {
  font-size: 14px;
  margin: 0;
  width: 70%;
  line-height: 1.6666666667;
}
#equipment .secu_list_wrap .alsok_box .tbox .img {
  width: 25%;
}
#equipment .secu_list_wrap .alsok_box-1 {
  width: 50%;
}
#equipment .secu_list_wrap .alsok_box-1 .alsok_map {
  margin-top: 6vw;
  padding-right: 6%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .alsok_box-1 .alsok_map {
    margin: 5vw auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .alsok_box-1 {
    width: 100%;
  }
}
#equipment .secu_list_wrap .alsok_box-2 {
  width: 46%;
}
#equipment .secu_list_wrap .alsok_box-2 .tbox .secu_t2 {
  width: 60%;
}
#equipment .secu_list_wrap .alsok_box-2 .tbox .img {
  width: 33%;
}
#equipment .secu_list_wrap .alsok_box-2 .alsok_map {
  margin-top: 15px;
  margin-left: -9%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .alsok_box-2 .alsok_map {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .alsok_box-2 {
    width: 100%;
  }
}
#equipment .secu_list_wrap .secu_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li {
    margin-bottom: 30px;
  }
}
#equipment .secu_list_wrap .secu_list_box li.--flex {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.--flex {
    flex-direction: column;
    gap: 0;
  }
}
#equipment .secu_list_wrap .secu_list_box li.--flex img {
  width: 160px;
  height: 172px;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.--flex img {
    width: 100%;
    height: 140px;
  }
}
#equipment .secu_list_wrap .secu_list_box li .tbox {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li .tbox {
    width: 100%;
  }
}
#equipment .secu_list_wrap .secu_list_box li.w32 {
  width: 32%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.w32 {
    width: 48%;
  }
}
#equipment .secu_list_wrap .secu_list_box li.w32 figure {
  width: 100%;
  margin: 0 0 clamp(8px, 1vw, 12px) 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#equipment .secu_list_wrap .secu_list_box li.w32 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#equipment .secu_list_wrap .secu_list_box li.w28 {
  width: 28.5%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.w28 {
    width: 48%;
  }
}
#equipment .secu_list_wrap .secu_list_box li.w26 {
  width: 26.7%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.w26 {
    width: 48%;
  }
}
#equipment .secu_list_wrap .secu_list_box li.w24 {
  width: 24%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.w24 {
    width: 48%;
  }
}
#equipment .secu_list_wrap .secu_list_box li.w24 img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
#equipment .secu_list_wrap .secu_list_box li.w18 {
  width: 18.5%;
}
@media screen and (max-width: 999px) {
  #equipment .secu_list_wrap .secu_list_box li.w18 {
    width: 48%;
  }
}
#equipment .secu_list_wrap .secu_list_box li .name {
  font-size: 17px;
  color: #231815;
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
@media screen and (max-width: 768px) {
  #equipment .secu_list_wrap .secu_list_box li .name {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .secu_list_wrap .secu_list_box li .txt {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #231815;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .secu_list_wrap .secu_list_box li .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
    font-size: 14px;
  }
}
#equipment .secu_list_wrap .secu_list_box li .com-note {
  margin-top: 1em;
}
#equipment .secu_list_wrap .secu_list_box:last-child {
  width: 94.4%;
  margin: 45px auto 0;
}
#equipment .secu_list_wrap .secu_list_box:last-child li {
  margin-bottom: 30px;
}
#equipment .prevention-section {
  background-color: #f2f3f4;
}
@media screen and (min-width: 769px) {
  #equipment .prevention-section .prevention-inner {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner {
    padding-bottom: 0;
  }
}
#equipment .prevention-section .prevention-inner .prevention-txts {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 999px) {
  #equipment .prevention-section .prevention-inner .prevention-txts {
    padding: 2rem 1rem;
  }
}
#equipment .prevention-section .prevention-inner .prevention-txts .prev-ttl {
  font-size: clamp(20px, 3.599999991vw, 24px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
#equipment .prevention-section .prevention-inner .prevention-txts .prev-lead {
  font-size: clamp(18px, 2.933333326vw, 20px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
#equipment .prevention-section .prevention-inner .prevention-txts .prev-desc {
  font-size: clamp(16px, 2.933333326vw, 18px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-map {
    display: flex;
    gap: 5%;
    align-items: center;
    flex-direction: column;
    margin: 7vw auto 0;
    padding-bottom: 7vw;
    max-width: 1440px;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid-wrap {
  display: block;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid-wrap {
    display: none;
  }
}
#equipment .prevention-section .prevention-inner .prev-map-fig {
  margin-bottom: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-map-fig {
    margin: 0 auto 0 0;
    max-width: 1200px;
  }
}
#equipment .prevention-section .prevention-inner .prev-map-fig img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-map-fig-1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-map-fig-2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#equipment .prevention-section .prevention-inner .prev-map-figs {
  display: none;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-map-figs {
    margin-top: -13vw;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #equipment .prevention-section .prevention-inner .prev-map-figs {
    margin-top: -16%;
    width: 75%;
  }
}
#equipment .prevention-section .prevention-inner .prev-map-figs .prev-map-fig {
  max-width: none;
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-map-figs .prev-map-fig {
    flex: 1;
    margin: 0;
  }
  #equipment .prevention-section .prevention-inner .prev-map-figs .prev-map-fig-1,
  #equipment .prevention-section .prevention-inner .prev-map-figs .prev-map-fig-2 {
    position: static;
  }
}
#equipment .prevention-section .prevention-inner .prev-figs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-figs {
    width: 93%;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid {
    padding: 0;
    flex-direction: row;
    align-items: stretch;
  }
  #equipment .prevention-section .prevention-inner .prev-grid:last-child {
    margin-bottom: 0;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-row-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-row-1 {
    flex: 1;
    height: 100%;
    align-items: stretch;
    justify-content: flex-start;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-ttl-s {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  color: #000;
  font-size: clamp(16px, 2.933333326vw, 18px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-ttl-s span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 2.933333326vw, 18px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  width: 25px;
  height: 25px;
  background-color: #5f0f0f;
  padding: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-text {
  width: 100%;
  font-size: clamp(16px, 2.933333326vw, 18px);
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-text {
    flex: 1;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-fig img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-fig {
    width: 45%;
    margin: 0 auto;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-grid-label {
  background-color: #666;
}
@media screen and (max-width: 999px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-grid-label {
    display: none;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-grid-label p {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  vertical-align: middle;
  color: #fff;
  font-size: clamp(16px, 2.933333326vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-grid-label p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    vertical-align: middle;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-row-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-row-2 {
    flex: 1;
    height: 100%;
    align-items: stretch;
    justify-content: flex-start;
  }
}
#equipment .prevention-section .prevention-inner .prev-grid .prev-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-grid .prev-card {
    flex: 1;
    height: 100%;
    align-items: stretch;
  }
}
#equipment .prevention-section .prevention-inner .prev-ttl-s-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #666;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #equipment .prevention-section .prevention-inner .prev-ttl-s-box {
    display: none;
  }
}
#equipment .prevention-section .prevention-inner .prev-ttl-s-box p {
  color: #fff;
  font-size: clamp(16px, 2.933333326vw, 18px);
  font-weight: 700;
  letter-spacing: 0.2em;
}
#equipment .sharking-section .sharking-inner {
  background-color: #203a46;
}
#equipment .sharking-section .sharking-inner figure {
  width: 100%;
}
#equipment .sharking-section .sharking-inner .shark-head {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2% 0;
}
#equipment .sharking-section .sharking-inner .shark-head .shark-head-fig {
  max-width: 1200px;
  margin: 0 auto;
}
#equipment .sharking-section .sharking-inner .shark-head .shark-img {
  width: 70%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#equipment .sharking-section .sharking-inner .shark-media {
  padding-bottom: 10rem;
}
#equipment .sharking-section .sharking-inner .shark-row {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  #equipment .sharking-section .sharking-inner .shark-row {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
  }
}
#equipment .sharking-section .sharking-inner .shark-fig {
  max-width: 1200px;
  margin: 0 auto;
}
#equipment .security_wrap .secu_t1 {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
#equipment .security_wrap .secu_t2 {
  margin-bottom: 30px;
}
#equipment .security_wrap .img_box {
  display: flex;
  gap: 20px;
}
#equipment .security_wrap .img_box .img {
  max-width: 300px;
  width: 100%;
}
#equipment .security_wrap .secu_main_wrap {
  padding: 4.6% 0 4.4%;
  width: 100%;
  position: relative;
  background: url("../img/equipment/secu_main.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_main_wrap {
    background-position: 87% center;
  }
}
#equipment .security_wrap .secu_main_wrap .cover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgb(59, 90, 111);
  background: linear-gradient(90deg, rgb(59, 90, 111) 0%, rgba(1, 37, 74, 0) 78%, rgba(255, 255, 255, 0) 100%);
}
#equipment .security_wrap .secu_main_wrap .txt_box .ttl {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .ttl {
    font-size: clamp(10px, 7.066666649vw, 43px);
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .ttl {
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.3em;
}
#equipment .security_wrap .secu_main_wrap .txt_box .lead {
  font-size: 39px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .lead {
    font-size: clamp(10px, 6.533333317vw, 39px);
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .lead {
  letter-spacing: 0.3em;
  line-height: 1.641025641;
  color: #fff;
}
#equipment .security_wrap .secu_main_wrap .txt_box .txt {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .txt {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .txt {
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin: 1.2em 0 0;
}
#equipment .security_wrap .point-wrap {
  padding: 10% 0 4%;
}
#equipment .security_wrap .point-wrap .copy-area .copy-box {
  font-weight: 700;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  column-gap: 3%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box {
    flex-wrap: wrap;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .img {
  width: 16.6%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .img {
    width: 100%;
    max-width: 166px;
    margin: 0 auto 4%;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
  font-size: clamp(10px, 2.5vw, 28px);
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
    font-size: clamp(10px, 4.533333322vw, 28px);
    text-align: center;
    width: 100%;
  }
}
#equipment .security_wrap .point-wrap .point-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 7rem auto 0;
  max-width: 988px;
}
#equipment .security_wrap .point-wrap .point-area .point-box .p1 {
  line-height: 1.1947368421;
  color: #fff;
  letter-spacing: 0;
  font-size: clamp(10px, 1.9vw, 19px);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .point-area .point-box .p1 {
    font-size: clamp(10px, 3.866666657vw, 19px);
  }
}
#equipment .security_wrap .point-wrap .point-area .point-box .p2 {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.6;
  color: #faed00;
  margin: 0.6em 0 0;
  font-size: clamp(10px, 3.1vw, 31px);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .point-area .point-box .p2 {
    font-size: clamp(10px, 5.466666653vw, 31px);
  }
}
#equipment .security_wrap .point-wrap .point-area .point-box .num {
  width: 21%;
  height: 21%;
  position: absolute;
  top: -8%;
  left: -6%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .point-wrap .point-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 0;
    width: 100%;
    margin: 9% auto 0;
  }
  #equipment .security_wrap .point-wrap .point-area .point-box {
    width: 85%;
    max-width: 300px;
    padding: 5rem 0;
    border-radius: 1.4rem;
  }
}
#equipment .security_wrap .merit-wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(20px, 2vw, 24px);
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .merit-wrap {
    padding: 0 2rem 0 4rem;
    max-width: 1600px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  #equipment .security_wrap .merit-wrap {
    padding: 0 2rem 0 21rem;
  }
}
#equipment .security_wrap .merit-wrap .left {
  width: 35%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .merit-wrap .left {
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .left .merit_box:first-child {
  margin-bottom: 10px;
}
#equipment .security_wrap .merit-wrap .left .merit_box:first-child figure {
  margin-top: 11.4%;
  width: 90%;
}
#equipment .security_wrap .merit-wrap .left .merit_box:nth-child(2) {
  margin-top: auto;
  padding-bottom: 4%;
}
#equipment .security_wrap .merit-wrap .left .merit_box:nth-child(2) figure {
  margin-top: 7%;
  width: 77%;
}
#equipment .security_wrap .merit-wrap .right {
  width: 68.3%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .merit-wrap .right {
    margin-top: 5%;
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:first-of-type {
  margin-top: 6.6%;
  width: 68%;
}
#equipment .security_wrap .merit-wrap .merit_box {
  text-align: center;
  padding: 0;
  border-radius: 1rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .merit-wrap .merit_box {
    padding: 2.6rem 1% 10%;
  }
}
#equipment .security_wrap .merit-wrap .merit_box .ttl {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .merit_box .ttl {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}
#equipment .security_wrap .merit-wrap .merit_box .ttl {
  line-height: 1.2380952381;
  color: #082f4b;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#equipment .security_wrap .merit-wrap .merit_box .desc {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .merit_box .desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .security_wrap .merit-wrap .merit_box .desc {
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  letter-spacing: -0.05em;
  margin-top: 1.1em;
}
#equipment .security_wrap .merit-wrap .merit_box .hightlight {
  background: linear-gradient(transparent 60%, #faed00 60%);
}
#equipment .security_wrap .merit-wrap .merit_box figure {
  margin-right: auto;
  margin-left: auto;
}
#equipment .security_wrap .onetime-wrap {
  padding-top: 2.7%;
  padding-bottom: 7%;
}
#equipment .security_wrap .onetime-wrap .onetime {
  background: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.2% 4.5% 1.5% 4.3%;
  border-radius: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .onetime-wrap .onetime {
    padding: 3% 4.5%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .ttl {
  font-weight: 700;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .ttl {
    font-size: clamp(10px, 4.133333323vw, 21px);
  }
}
#equipment .security_wrap .onetime-wrap .onetime .ttl {
  line-height: 1.1904761905;
  letter-spacing: 0;
}
#equipment .security_wrap .onetime-wrap .onetime .desc {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .desc {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .security_wrap .onetime-wrap .onetime .desc {
  line-height: 1.4642857143;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-top: 1em;
}
#equipment .security_wrap .onetime-wrap .onetime .txt_box {
  width: 50%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .onetime-wrap .onetime .txt_box {
    width: 100%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .img_box {
  width: 46%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .onetime-wrap .onetime .img_box {
    width: 100%;
    margin-top: 4%;
  }
}
#equipment .security_wrap .secu_list_wrap {
  background: #f2f3f4;
  padding: 8% 0 50px;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap {
    padding: 10% 0 5%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox figure {
  max-width: 115px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
  line-height: 1.9230769231;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  line-height: 1.5625;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1,
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  color: #000003;
  letter-spacing: 0;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .secu_t2 {
  font-size: 14px;
  margin: 0;
  width: 70%;
  line-height: 1.6666666667;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .img {
  width: 25%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 {
  width: 50%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
  margin-top: 6vw;
  padding-right: 6%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
    margin: 5vw auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 {
  width: 46%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .secu_t2 {
  width: 60%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .img {
  width: 33%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
  margin-top: 15px;
  margin-left: -9%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li {
    margin-bottom: 30px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
    flex-direction: column;
    gap: 0;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
  width: 160px;
  height: 172px;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
    width: 100%;
    height: 140px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
  width: 32%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 figure {
  width: 100%;
  margin: 0 0 clamp(8px, 1vw, 12px) 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
  width: 28.5%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
  width: 26.7%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
  width: 24%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
  width: 18.5%;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
  font-size: 17px;
  color: #231815;
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #231815;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .com-note {
  margin-top: 1em;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child {
  width: 94.4%;
  margin: 45px auto 0;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child li {
  margin-bottom: 30px;
}
#equipment .security_wrap .freeiD_lead {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.5428571429;
  letter-spacing: 0.04em;
  color: #0d4471;
  font-weight: 700;
  text-align: center;
}
#equipment .security_wrap .freeiD_ttl {
  color: #0d4471;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.7090909091;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1em;
}
#equipment .security_wrap .freeiD_sub {
  color: #000;
  font-size: clamp(16px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.5em;
}
#equipment .security_wrap .freeiD {
  padding: 5rem 0 11.2rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD {
    padding: 5.6% 0 0;
  }
}
#equipment .security_wrap .freeiD .merit-wrap {
  border-radius: 7px;
  background-color: #e8e9e9;
  margin-top: 6.6rem;
  padding: 1rem 3.6%;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap {
    margin-top: 6.6%;
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem 4vw;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox {
  width: 40%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox {
    width: 100%;
    padding-bottom: 0;
    order: 1;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .ttl {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox .ttl {
    font-size: clamp(18px, 4vw, 22px);
    margin-bottom: 1rem;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .desc {
  font-size: clamp(14px, 3vw, 14px);
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox .desc {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.6;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox figure {
  width: 95%;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox figure {
    width: 100%;
    margin: 1.5rem auto 0;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox {
  width: 16%;
  padding-top: 9.4%;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3vw 0;
    flex-direction: column;
    gap: 10px;
    align-self: center;
    order: 2;
    align-content: center;
    align-items: center;
  }
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox figure {
    width: 7%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox figure {
    width: 4%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(20px, 2.1vw, 20px);
  font-weight: 700;
  color: #0d4471;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  line-height: 1.3674418605;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
    width: auto;
    margin: 2vw 0 0;
    font-size: clamp(16px, 4vw, 18px);
  }
}
#equipment .security_wrap .freeiD .merit-wrap .rBox {
  width: 42%;
}
@media screen and (max-width: 767px) {
  #equipment .security_wrap .freeiD .merit-wrap .rBox {
    width: 100%;
    order: 3;
    margin-top: 2vw;
  }
  #equipment .security_wrap .freeiD .merit-wrap .rBox figure {
    width: 100%;
    text-align: center;
  }
}
#equipment .security_wrap .freeiD .merit_box {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
#equipment .security_wrap .freeiD .services {
  padding: 4% 3%;
  margin-top: 6.4rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services {
    margin-top: 6.4%;
  }
}
#equipment .security_wrap .freeiD .services_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 2.9rem;
  row-gap: 1rem;
}
#equipment .security_wrap .freeiD .services_label {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.1851851852;
  font-weight: 700;
  letter-spacing: 0;
  background: #2fb1e7;
  color: #fff;
  padding: 0.25em 0.8em;
}
#equipment .security_wrap .freeiD .services_lead {
  color: #0d4471;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.2173913043;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#equipment .security_wrap .freeiD .services_lead:not(:last-child) {
  margin: 2.5em 0 1.1em;
}
#equipment .security_wrap .freeiD .services_ttl {
  font-size: 18px;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0d4471;
}
#equipment .security_wrap .freeiD .services_desc {
  color: #222;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.8em;
}
#equipment .security_wrap .freeiD .services_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 30px);
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap {
    flex-direction: row;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(1) .services_img, #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(2) .services_img {
    width: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(1) .services_img, #equipment .security_wrap .freeiD .services_wrap:first-of-type .services_box.hor:nth-child(2) .services_img {
    max-width: clamp(250px, 70vw, 350px);
  }
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box {
    width: calc(50% - clamp(20px, 3vw, 30px) / 2);
    flex: 0 0 calc(50% - clamp(20px, 3vw, 30px) / 2);
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box {
    width: 100%;
    flex: 0 0 100%;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor {
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 2vw, 25px);
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor {
    flex-direction: row;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor {
    flex-direction: column;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img {
  flex: 0 0 auto;
}
@media screen and (min-width: 1000px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img {
    width: 45%;
    max-width: 300px;
  }
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img {
    width: 100%;
    margin: 0 auto;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_txt {
  flex: 1;
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.hor .services_txt {
    width: 100%;
    margin-top: 1.6rem;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver {
  display: flex;
  flex-direction: column;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img {
  display: flex;
  flex-direction: row;
  gap: clamp(10px, 1.5vw, 15px);
  margin-bottom: 1.6rem;
  justify-content: space-between;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img figure {
  width: calc(50% - clamp(10px, 1.5vw, 15px) / 2);
  flex: 0 0 calc(50% - clamp(10px, 1.5vw, 15px) / 2);
}
@media screen and (max-width: 999px) {
  #equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img figure {
    max-width: none;
  }
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_img figure img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
#equipment .security_wrap .freeiD .services_wrap .services_box.ver .services_txt {
  flex: 1;
}
#equipment .security_grid_wrap {
  padding: 0 2rem;
  max-width: 1400px;
  margin: 4rem auto 0;
}
@media screen and (min-width: 1000px) {
  #equipment .security_grid_wrap {
    margin: 10rem auto 0;
  }
}
#equipment .security_grid_wrap p,
#equipment .security_grid_wrap h3 {
  font-family: noto sans;
}
#equipment .security_grid_wrap .security_grid_wrap_ttl {
  margin: 0 0 5rem;
}
#equipment .security_grid_wrap .security_grid_wrap_ttl img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .security_grid_wrap .security_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_grid {
    grid-template-columns: 1fr;
  }
}
#equipment .security_grid_wrap .security_panel {
  padding: 1.5rem;
}
#equipment .security_grid_wrap .security_panel--wide {
  grid-column: span 2;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_panel--wide {
    grid-column: span 1;
  }
}
#equipment .security_grid_wrap .security_panel_ttl {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #equipment .security_grid_wrap .security_panel_ttl {
    font-size: clamp(10px, 4.533333322vw, 24px);
  }
}
#equipment .security_grid_wrap .security_panel_ttl {
  color: #202020;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_panel_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 768px) {
  #equipment .security_grid_wrap .security_panel_ttl {
    font-size: clamp(10px, 3.733333324vw, 18px);
  }
}
#equipment .security_grid_wrap .security_panel_body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_panel_body {
    grid-template-columns: 1fr;
  }
}
#equipment .security_grid_wrap .security_panel_main img,
#equipment .security_grid_wrap .security_device img,
#equipment .security_grid_wrap .security_device_figure img,
#equipment .security_grid_wrap .security_feature img,
#equipment .security_grid_wrap .security_feature_figure img,
#equipment .security_grid_wrap .security_alsok_img img {
  width: 100%;
  height: auto;
  display: block;
}
#equipment .security_grid_wrap .security_panel_sub {
  display: grid;
  gap: 1rem;
  align-content: start;
}
#equipment .security_grid_wrap .security_device_body {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 0.8rem;
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_device_body {
    grid-template-columns: 1fr;
  }
}
#equipment .security_grid_wrap .security_device_body figure,
#equipment .security_grid_wrap .security_device_figure {
  margin: 0;
}
#equipment .security_grid_wrap .security_device_ttl,
#equipment .security_grid_wrap .security_feature_ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .security_grid_wrap .security_device_ttl,
  #equipment .security_grid_wrap .security_feature_ttl {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .security_grid_wrap .security_device_ttl,
#equipment .security_grid_wrap .security_feature_ttl {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.4rem;
}
#equipment .security_grid_wrap .security_device_txt,
#equipment .security_grid_wrap .security_feature_txt,
#equipment .security_grid_wrap .security_alsok_txt p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #equipment .security_grid_wrap .security_device_txt,
  #equipment .security_grid_wrap .security_feature_txt,
  #equipment .security_grid_wrap .security_alsok_txt p {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
#equipment .security_grid_wrap .security_device_txt,
#equipment .security_grid_wrap .security_feature_txt,
#equipment .security_grid_wrap .security_alsok_txt p {
  line-height: 1.7;
  letter-spacing: 0.02em;
}
#equipment .security_grid_wrap .security_device_txt,
#equipment .security_grid_wrap .security_feature_txt {
  margin: 0 0 0.8rem;
}
#equipment .security_grid_wrap .security_feature_list {
  margin-bottom: 4rem;
  display: flex;
  gap: 1rem;
}
#equipment .security_grid_wrap .security_feature_list--entry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_feature_list--entry {
    grid-template-columns: 1fr;
  }
}
#equipment .security_grid_wrap .security_feature_list--bottom {
  display: flex;
  flex-direction: column;
}
#equipment .security_grid_wrap .security_feature {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_feature {
    grid-template-columns: 1fr;
  }
}
#equipment .security_grid_wrap .security_feature--no_img {
  grid-template-columns: 1fr;
}
#equipment .security_grid_wrap .security_feature_figure {
  margin: 0;
}
#equipment .security_grid_wrap .security_feature_img {
  margin: 0 auto;
  max-width: 500px;
}
#equipment .security_grid_wrap .security_feature--entry {
  display: flex;
  gap: 0.8rem;
}
#equipment .security_grid_wrap .security_feature--entry .security_feature_figure,
#equipment .security_grid_wrap .security_feature--entry figure {
  margin: 0;
}
#equipment .security_grid_wrap .security_feature--entry .security_feature_body {
  display: grid;
  gap: 0.8rem;
}
#equipment .security_grid_wrap .security_feature--entry .security_feature_txt {
  margin: 0;
}
#equipment .security_grid_wrap .security_feature--entry:nth-child(2) figure {
  order: 2;
}
#equipment .security_grid_wrap .security_feature--entry:nth-child(2) .security_feature_body {
  order: 1;
}
#equipment .security_grid_wrap .security_alsok {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 1.5rem;
  align-items: start;
}
@media screen and (max-width: 999px) {
  #equipment .security_grid_wrap .security_alsok {
    grid-template-columns: 1fr;
  }
}
#equipment .security_grid_wrap .security_alsok_img {
  display: grid;
  gap: 0.8rem;
}
#equipment .style_desc {
  color: #222;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1em;
}

/* ==========================================================================
   Sections
   - Common (outline/accessmap)
   - Outline
   - Access map
   ========================================================================== */
/* Scss Document */
#outline .main,
#accessmap .main {
  width: 100%;
  position: relative;
}
#outline .main .main_img,
#accessmap .main .main_img {
  width: 100%;
  overflow: hidden;
}
#outline .main .main_img img,
#accessmap .main .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#outline .main .main_img img.main_bg,
#accessmap .main .main_img img.main_bg {
  max-height: none;
}
#outline .main .main_txt,
#accessmap .main .main_txt {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #outline .main .main_txt,
  #accessmap .main .main_txt {
    font-size: 7vw;
  }
}
#outline .main .com-note,
#accessmap .main .com-note {
  color: #fff;
}
#outline .main_bg,
#accessmap .main_bg {
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 999px) {
  #outline .main_bg,
  #accessmap .main_bg {
    width: 100%;
    max-height: 400px;
  }
}
#outline .main_bg::before,
#accessmap .main_bg::before {
  display: none;
}
#outline .sec1,
#accessmap .sec1 {
  padding: 80px 0 50px;
}
@media screen and (max-width: 999px) {
  #outline .sec1,
  #accessmap .sec1 {
    padding: 60px 0 30px;
  }
}

/* outline
*******************************************/
#outline h2 {
  padding: 80px 40px 40px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#outline .outline_cont {
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  background: #fff;
  margin: 0 auto 0;
}
#outline .outline_cont h3 {
  color: #a5977b;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 22px;
}
#outline .outline_table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #a5977b;
  padding: 20px 30px;
  margin-bottom: 40px;
}
#outline .outline_table_tr {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #a5977b;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 999px) {
  #outline .outline_table_tr {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#outline .outline_table_tr-last {
  border-bottom: none;
}
#outline .outline_table_tr p:nth-of-type(1) {
  width: 240px;
  padding: 10px 20px 10px 10px;
}
@media screen and (max-width: 999px) {
  #outline .outline_table_tr p:nth-of-type(1) {
    width: 130px;
    padding: 10px 20px 10px 0;
  }
}
#outline .outline_table_tr p:nth-of-type(2) {
  width: calc(100% - 240px);
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  #outline .outline_table_tr p:nth-of-type(2) {
    width: calc(100% - 130px);
    padding: 10px 0;
  }
}

/* accessmap
*******************************************/
#accessmap .accessmap_ttl {
  font-size: clamp(28px, 4vw, 40px);
  color: #333333;
  text-align: center;
  padding: 0 5vw 40px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #accessmap .accessmap_ttl {
    font-size: clamp(24px, 5vw, 32px);
    padding: 0 5vw 30px;
  }
}
#accessmap h2 {
  padding: 80px 40px 40px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#accessmap .accessmap_cont {
  max-width: 1000px;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0 50px;
  margin-bottom: 50px;
}
#accessmap .accessmap_cont .map {
  max-width: 900px;
  margin: 0 auto 40px;
  display: block;
}
@media print {
  #accessmap .accessmap_cont .map {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
  }
  #accessmap .accessmap_cont .map img {
    margin: 0 auto !important;
    display: block !important;
  }
}
#accessmap .accessmap_btn {
  display: flex;
  max-width: 670px;
  margin: 0 auto;
}
#accessmap .accessmap_btn li {
  width: 48%;
}
#accessmap .accessmap_btn li:first-child {
  margin-right: 4%;
}
#accessmap .accessmap_btn li a {
  width: 100%;
  height: 100%;
  background: #214562;
  background-size: cover;
  display: block;
  text-align: center;
  padding: 25px 0;
  color: #fff;
}
#accessmap .accessmap_btn li a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */