@charset "UTF-8";
@import url("global.css");
:root {
  --dotted: 12px;
  --divider100: 100px;
  --divider80: 80px;
}

.sec_titlearea {
  margin-bottom: 40px;
}
.sec_titlearea .icon {
  --icon_wt: 70px;
  margin-bottom: 15px;
}
.sec_titlearea .icon img {
  max-width: var(--icon_wt);
}
.sec_titlearea .sec_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.sec_titlearea .en {
  line-height: 1.4;
  font-size: 20px;
  font-family: "Barlow Condensed", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}

#toparea #topimg::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgba(31, 31, 31, 0.5);
  mix-blend-mode: multiply;
}

#intro .maintitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#intro .text {
  text-align: center;
}
#intro .text span {
  font-size: 0.8em;
  color: #D92C00;
  display: inline-block;
}

#sell {
  position: relative;
  margin-top: var(--divider100);
}
#sell .bg {
  position: absolute;
  inset: 0;
  margin: auto;
}
#sell .inner {
  --icon_wt: 95px;
  position: relative;
  color: #fff;
  padding-block: var(--divider100) var(--divider80);
  padding-left: 5vw;
}
#sell .inner::after {
  content: "";
  display: block;
  width: var(--icon_wt);
  aspect-ratio: 1/1.817158;
  background: url(../ventilation/img/character.png) center center/contain no-repeat;
  position: absolute;
  right: 6vw;
  bottom: -20px;
}
#sell .inner .main {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
#sell .inner .main span {
  display: inline-block;
  padding-inline: 0.3em;
  margin-right: 0.3em;
  color: #1F1F1F;
  background-color: #fff;
  font-size: 1.07em;
}
#sell .inner .sub {
  font-size: 18px;
  font-weight: 600;
}

#caution {
  margin-top: var(--divider100);
}
#caution .caution__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#caution .caution__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#caution .caution__list .item + .item {
  margin-top: 20px;
}
#caution .caution__list .item p {
  color: #0085B2;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
}
#caution .caution__list .item p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 133, 178, 0.2)));
  background: linear-gradient(transparent 70%, rgba(0, 133, 178, 0.2) 70%);
}
#caution .caution__list .item i {
  color: #0085B2;
  margin-right: 0.5em;
  line-height: 1;
  font-size: 42px;
}
#caution .sup {
  margin-top: 60px;
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #C8C8C8;
  text-align: center;
}

#goods {
  margin-top: var(--divider80);
  padding-block: var(--divider80);
  background-color: #eee;
}
#goods .goods__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw 2vw;
}
#goods .goods__list .item {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px 50px;
  border-radius: 3px;
}
#goods .goods__list .item .ph {
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 20px;
}
#goods .goods__list .item .goods__title {
  line-height: 1.3;
  /*height: 2lh;*/
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-bottom: 20px;
  font-size: clamp(18px, 6.7058823529px + 1.1764705882vw, 22px);
  font-weight: 600;
}
#goods .goods__list .item .goods__text {
  border: 1px solid #464343;
  color: #464343;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.5em;
  font-size: 14px;
}
#goods .goods__list .item--inquiry {
  /*background-color: transparent;*/
  padding: 30px 20px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: 1px solid rgba(0, 47, 104, 0.6);
}
#goods .goods__list .item .inquiry_title {
  margin-top: 15px;
}
#goods .goods__list .item .inquiry_title span {
  color: #002F68;
  border-bottom: 2px solid #002F68;
  font-size: clamp(20px, 11.5294117647px + 0.8823529412vw, 23px);
  font-weight: 600;
}
#goods .goods__list .item .inquiry_textarea {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 15px;
  font-size: 14px;
}
#goods .goods__list .item .inquiry_textarea span {
  display: inline-block;
  margin-right: 0.5em;
}
#goods .goods__list .item .inquiry_textarea span::before {
  content: "●";
  color: rgba(0, 47, 104, 0.3);
  margin-right: 0.2em;
}
#goods .goods__list .item .icon img {
  max-width: 90px;
}

#instagram {
  --img_ht: 90px;
  padding: 100px 0;
}
#instagram .wrapper {
  text-align: center;
}
#instagram .link p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#instagram .link p a {
  width: 300px;
  line-height: 66px;
  display: block;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  font-family: "Barlow Condensed", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 20px;
}
#instagram .link p a:hover {
  color: #fff;
  background-color: #1F1F1F;
}

#shop {
  background-color: #eee;
  position: relative;
}
#shop .textarea {
  width: 45%;
  padding: 90px 5% 90px 0;
}
#shop .textarea .pagettl {
  font-size: clamp(20px, 3.1vw, 26px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#shop .textarea .pagettl::after {
  content: none;
  position: absolute;
  bottom: -20px;
  width: 80px;
  height: 1px;
  background-color: #402D1A;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#shop .textarea .data .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#shop .textarea .data .row + .row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
#shop .textarea .data .row .th {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
#shop .textarea .data .row .td dl dt {
  font-weight: bold;
}
#shop .map {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-block: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#shop .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carouselbox .slick-slide {
  padding: 0 2.5px;
}
.carouselbox {
  /* Dots */
}
.carouselbox .slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.carouselbox .slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.carouselbox .slick-dots li {
  position: relative;
  display: inline-block;
  width: var(--dotted);
  height: var(--dotted);
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.carouselbox .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: var(--dotted);
  height: var(--dotted);
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.carouselbox .slick-dots li button:hover,
.carouselbox .slick-dots li button:focus {
  outline: none;
}
.carouselbox .slick-dots li button:hover:before,
.carouselbox .slick-dots li button:focus:before {
  /*opacity: 1;*/
  background-color: #c8c8c8;
}
.carouselbox .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: var(--dotted);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--dotted);
  height: var(--dotted);
  /*content: '•';*/
  content: "";
  display: inline-block;
  text-align: center;
  /*opacity: .25;*/
  opacity: 1;
  /*color: black;*/
  background-color: rgba(200, 200, 200, 0);
  border: 1.5px solid #C8C8C8;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.carouselbox .slick-dots li.slick-active button:before {
  /*opacity: .75;*/
  opacity: 1;
  /*color: black;*/
  background-color: #464343;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #instagram .wrapper.wide {
    padding: 0;
  }
  #sell .inner {
    --icon_wt: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  :root {
    --dotted: 12px;
    --divider100: 80px;
    --divider80: 70px;
  }
  .sec_titlearea {
    margin-bottom: 30px;
  }
  .sec_titlearea .icon {
    margin-bottom: 15px;
  }
  .sec_titlearea .sec_title {
    font-size: 24px;
  }
  .sec_titlearea .en {
    font-size: 20px;
  }
  #intro .maintitle {
    font-size: 28px;
  }
  #sell .inner {
    --icon_wt: 70px;
    padding-left: 0;
  }
  #sell .inner::after {
    right: 0;
  }
  #sell .inner .main {
    font-size: 20px;
  }
  #sell .inner .sub {
    font-size: 14px;
  }
  #caution .caution__list .item + .item {
    margin-top: 20px;
  }
  #caution .caution__list .item span {
    font-size: 20px;
  }
  #caution .caution__list .item i {
    font-size: 30px;
  }
  #goods .goods__list {
    -ms-grid-columns: 1fr 2vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw 2vw;
  }
  #goods .goods__list .item {
    padding: 30px 20px 40px;
  }
  #goods .goods__list .ph {
    max-width: 170px;
  }
  #instagram {
    padding: 80px 0;
  }
  #instagram .link p a {
    font-size: 16px;
    width: 170px;
    line-height: 60px;
  }
  #shop .textarea {
    width: 100%;
    padding: 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #shop .textarea .pagettl {
    margin-bottom: 50px;
  }
  #shop .textarea .pagettl::after {
    bottom: -10px;
  }
  #shop .map {
    position: relative;
    padding: 0;
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  :root {
    --dotted: 8px;
    --divider100: 40px;
    --divider80: 40px;
  }
  .sec_titlearea {
    margin-bottom: 20px;
  }
  .sec_titlearea .icon {
    --icon_wt: 50px;
    margin-bottom: 10px;
  }
  .sec_titlearea .sec_title {
    font-size: 20px;
  }
  .sec_titlearea .en {
    font-size: 16px;
  }
  #intro .maintitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #intro .text {
    text-align: left;
  }
  #sell .inner {
    --icon_wt: 60px;
  }
  #sell .inner .main {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #sell .inner .main br {
    display: none;
  }
  #sell .inner::after {
    right: 0;
  }
  #sell .inner .sub {
    padding-right: 75px;
    font-weight: 500;
  }
  #caution .caution__list .item p {
    line-height: 1.1;
  }
  #caution .caution__list .item + .item {
    margin-top: 20px;
  }
  #caution .caution__list .item span {
    font-size: 16px;
  }
  #caution .caution__list .item i {
    font-size: 30px;
  }
  #caution .sup {
    text-align: left;
    font-size: 0.9em;
    margin-top: 25px;
  }
  #caution .sup p br {
    display: none;
  }
  #goods .goods__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  #goods .goods__list .item {
    padding: 30px 20px;
    max-width: 240px;
    margin-inline: auto;
  }
  #goods .goods__list .item .ph {
    max-width: 160px;
  }
  #goods .goods__list .item .goods__title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #goods .goods__list .item .goods__text {
    font-size: 12px;
  }
  #goods .goods__list .item .icon img {
    max-width: 70px;
  }
  #goods .goods__list .item .inquiry_title span {
    font-size: 18px;
  }
  #goods .goods__list .item .inquiry_textarea {
    margin-top: 10px;
  }
  #instagram {
    --img_ht: 55px;
    padding: 40px 0 60px;
  }
  #instagram .link p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #instagram .link p a {
    line-height: 50px;
    width: 140px;
    font-size: 14px;
  }
  #shop .textarea {
    padding: 40px 0;
  }
  #shop .textarea .pagettl {
    margin-bottom: 40px;
  }
  #shop .textarea .data .row {
    display: block;
  }
  #shop .textarea .data .row + .row {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  #shop .textarea .data .row .th {
    width: 100%;
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    margin: 0 7px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 65px;
  }
}