/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
}

----------------------------------------------------------- */
html {
  font-style: normal;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.5;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #2B2929;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

html{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

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

p {
  font-size: 16px;
}

h2 {
  font-size: 24px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding-inline-start: 0!important;
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}

a {
  text-decoration:none!important;
  color: #444444;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#instances__exterior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 105px;
}

.single_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 105px;
}

.header__interior {
    max-width: 1120px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.header__interior h1 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
}

.header__interior h1 span {
  padding: 0;
  margin: 0;
  font-size: 12px;
  padding-left: 20px;
  font-family: "Noto Serif JP", sans-serif;
  color: #000;
}

#instances__exterior {
    gap: 40px;
    max-width: 1120px;
}

.single_content {
  gap: 40px;
  max-width: 1120px;
}

.instance {
  width: calc(100% / 3 - 27px);
}


.instance__images img {
  width: 100%;
}

footer {
  background: #12202C;
  padding: 25px 0;
}

footer h2 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  padding: 0;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", sans-serif;
}

#wing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: var(--wing-z);
    height: 100%;
    width: 46px;
    background: rgb(159,132,236);
    background: linear-gradient(135deg, rgba(159,132,236,1) 0%, rgba(255,154,150,1) 100%);
}

#wing span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #D4DEE7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.note {
  display: flex;
}

.note span {
  display: block;
  margin-left: auto;
}

#wing .wing__home {
    display: none;
}

.user_box {
  display: flex;
  gap: 60px;
  padding-bottom: 80px;
}

.user_img {
  min-width: 390px;
  max-width: 390px;
}

.user_txt h2 {
  padding-top: 20px;
  margin: 0;
  font-size: 24px;
}

.user_txt p {
  margin: 0;
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.8;
}

.user_reki {
  width: 100%;
  background: #F6F6F6;
  padding: 40px!important;
}

.user_reki li {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 3;
  border-bottom: solid 1px #CCCCCC;
  font-weight: bold;
}

.pt20 {
  padding-top: 20px;
}

.user_reki li span {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 20px;
  display: block;
  font-weight: 300!important;
}

.topback {
  margin: 0 auto;
}

.topback a {
  display: block;
  width: 220px;
  background: #12202C;
  text-align: center;
  color:#fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 0;
}

.categories {
    position: fixed;
    top: 0;
    z-index: 10;
    left: -444px;
    height: 100%;
    background: rgb(255,154,150);
    background: linear-gradient(180deg, rgba(255,154,150,0.75) 0%, rgba(159,132,236,0.75) 100%);
    padding: 51px 49px 51px 48px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single .categories {
    left: -486px;
}

.categories__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
}

.categories__header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2.2px;
    margin-left: 6px;
}

.categories__header #knockers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.categories__header #knockers .knocker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.12px;
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
}

.categories__header #knockers .selectee {
    opacity: 1;
}

.categories__header #knockers .knocker:nth-of-type(1) {
    margin-right: 10px;
}

.categories__header #knockers .knocker::before {
    content: "";
    display: block;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin: 1px 4px 0 0;
}

.categories__header #knockers .selectee::before {
    opacity: 1;
}

.categories__exterior {
    height: calc(100% - 58px);
    padding: 0 16px 0 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    --sb-track-color: rgba(0, 0, 0, 0);
    --sb-thumb-color: #fafafa;
    --sb-size: 2px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

.categories__interior {
    border-top:none;
    padding: 30px 0;
}

.categories .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    width: 373px;
    margin-bottom: 30px;
}

.categories .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--button-color);
    background: #917F81;
    height: 31px;
    border-radius: 100px;
    padding: 0 16px 2px;
    letter-spacing: 1.4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background 0.4s, -webkit-filter 0.4s;
    transition: background 0.4s, -webkit-filter 0.4s;
    transition: filter 0.4s, background 0.4s;
    transition: filter 0.4s, background 0.4s, -webkit-filter 0.4s;
}

.border_top_none {
  border-top: none!important;
}

.categories .buttons .button.selectee {
  background: rgb(47,59,86);
  background: linear-gradient(180deg, rgba(47,59,86,1) 0%, rgba(156,137,230,1) 100%);
}

.categories__interior .childCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: var(--h3-color);
}

.categories__interior .childCategory:not(:last-child) {
    margin-bottom: 19px;
}

.categories__interior a {
    color: inherit;
    text-decoration: none;
}

.categories__interior .empty {
    opacity: 0.5;
    pointer-events: none;
}

#curtain {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--curtain-bg);
    width: 100%;
    height: 100%;
    z-index: var(--curtain-z);
}

.logue__head {
  width: 220px!important;
  text-align: left!important;
}

.flex {
  display: flex!important;
}

.category_nensyu {
  display: none;
}

.user_reki .category_gakureki {
  display: none;
}

.user_reki .category_area {
  display: none;
}

.user_reki .category_holiday {
  display: none;
}

.user_txt .category_nensyu:nth-of-type(10) {
  display: block!important;
}

.user_reki .category_gakureki:nth-child(9) {
  display: block!important;
}

.user_reki .category_area:nth-child(12) {
  display: block!important;
}

.user_reki .category_holiday:nth-child(9) {
  display: block!important;
}

@media (min-width: 769px) {
  .asthenosphere_top {
    min-height: calc(100vh + 100px);
  }
}

@media (max-width: 768px) {

  #wing .wing__home {
      display: block;
  }

    .header__interior h1 span {
      display: block;
      padding-left: 0px;
      padding-top: 10px;
    }

    .instance {
        width: 100%;
    }

    #wing {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        left: 0;
        top: unset;
        bottom: 0;
        height: 46px;
        width: 100%;
        cursor: unset;
    }

    #wing span, #wing a {
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0px;
        text-align: center;
        color: #D4DEE7;
        -webkit-transform: unset;
        transform: unset;
    }

    footer {
      padding-bottom: 67px;
    }

    .user_box {
      display: block;
    }

    .user_img {
      min-width: 100%;
      max-width: 100%;
    }

    .user_box {
      padding-bottom: 20px;
    }

    .user_reki {
      padding: 20px!important;
      padding-bottom: 40px!important;
    }

    .user_reki li span {
      line-height: 1.6;
    }

    .single_content {
      padding-left: 20px;
      padding-right: 20px;
    }
}


.single_area {
  display: block;
}
.single_area.js-active {
  display: none;
}

.single_search {
  display: none;
}

.single_search.non_active {
  display: block!important;
}
