@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://use.typekit.net/mwc6bmv.css");
html {
  font-size: 62.5%;
}

/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
  --c-wh: #fff;
  --c-bk: #f4f4f4;
  --c-dcdcdc: #DCDCDC;
}

/* --------------------
		オリジナルリセットcss
-------------------- */
.container {
  width: auto !important;
}

.block-event-page {
  padding: 0 20px !important;
}
@media screen and (min-width: 1000px) {
  .block-event-page {
    width: 100% !important;
    padding: 0 !important;
  }
}

.block-event-page--header-img {
  padding-bottom: 40px;
}

.block-event-page--comment-bot {
  padding: 0 !important;
  background-color: transparent;
}

.block-footer-download {
  display: none !important;
}

.block-event-page--goods {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .block-event-page--goods {
    padding: 0;
    width: 1200px !important;
    margin: 0 auto !important;
  }
}

.block-event-page--comment {
  display: none !important;
}

.block-top-bnr-obi {
  display: none !important;
}

.block-topic-path {
  padding: 10px 10px;
}
@media screen and (min-width: 1000px) {
  .block-topic-path {
    padding: 0;
  }
}

.block-topic-path--list {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .block-topic-path--list {
    padding: 0 0 20px 20px;
  }
}

/* --------------------
		#content
-------------------- */
#content {
  position: relative;
  line-height: 1;
  color: var(--c-txt);
  font-style: normal;
  line-height: 150%;
}
#content img {
  width: 100%;
  height: auto;
}
#content a {
  transition: all 0.3s ease;
}
#content a:hover {
  opacity: 0.3;
  text-decoration: none;
}

h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

/* --------------------
		#基本
-------------------- */
#content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1000px) {
  #content {
    gap: 50px;
  }
}

.cp-heading-16 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 4.2666666667vw;
  padding: 0 10.6666666667vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cp-heading-16 {
    font-size: 16px;
  }
}

.cp-heading-text {
  font-size: 3.2vw;
  padding: 0 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .cp-heading-text {
    padding: 0;
    font-size: 12px;
    width: 900px;
    margin: 0 auto;
    text-align: center;
  }
}

#cp-pickup {
  width: 100%;
  overflow: hidden;
  padding-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #cp-pickup {
    width: 900px;
    padding: 0;
    margin: 0 auto;
  }
}
#cp-pickup .swiper-slide {
  width: 65.3333333333vw;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #cp-pickup .swiper-slide {
    width: 245px;
  }
}
#cp-pickup h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #cp-pickup h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#cp-pickup h3::before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 1px;
  background-color: var(--c-txt);
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #cp-pickup h3::before {
    width: 20px;
    margin-right: 10px;
  }
}
#cp-pickup figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  #cp-pickup figure {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
#cp-pickup figure img {
  width: 100%;
  aspect-ratio: 245/332;
  -o-object-fit: cover;
     object-fit: cover;
}
#cp-pickup figure figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #cp-pickup figure figcaption {
    margin-top: 20px;
  }
}
#cp-pickup figure figcaption h4 {
  font-size: 3.7333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  #cp-pickup figure figcaption h4 {
    font-size: 14px;
  }
}
#cp-pickup figure figcaption p, #cp-pickup figure figcaption span {
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #cp-pickup figure figcaption p, #cp-pickup figure figcaption span {
    font-size: 12px;
  }
}

.cp-profile {
  background-color: var(--c-bk);
  padding: 13.3333333333vw 10.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media screen and (min-width: 1000px) {
  .cp-profile {
    width: 625px;
    padding: 50px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.cp-profile figure {
  margin: 0 auto;
  width: 53.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .cp-profile figure {
    width: 200px;
    margin: 0;
  }
}
.cp-profile figcaption {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .cp-profile figcaption {
    width: 295px;
  }
}
.cp-profile figcaption p:first-of-type {
  margin: 0 0 1.3333333333vw;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .cp-profile figcaption p:first-of-type {
    margin: 0 0 5px;
    font-size: 10px;
  }
}
.cp-profile figcaption h3 {
  margin: 0 0 4vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .cp-profile figcaption h3 {
    margin: 0 0 15px;
    font-size: 14px;
  }
}
.cp-profile figcaption p:nth-of-type(2) {
  margin: 0 0 4vw;
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .cp-profile figcaption p:nth-of-type(2) {
    margin: 0 0 15px;
    font-size: 12px;
  }
}
.cp-profile figcaption ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .cp-profile figcaption ul {
    gap: 10px;
  }
}
.cp-profile figcaption ul li {
  display: flex;
}
.cp-profile figcaption ul li:nth-child(n+2)::before {
  content: "|";
  color: var(--c-dcdcdc);
  margin-right: 12px;
}
.cp-profile figcaption ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  font-weight: bold;
}
.cp-profile figcaption ul li figure {
  width: 2.4vw;
  margin-left: 0.8vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 1000px) {
  .cp-profile figcaption ul li figure {
    width: 9px;
    margin-left: 3px;
  }
}

#cp-main-img {
  width: 100vw;
  margin: 14px auto 0;
}
@media screen and (min-width: 1000px) {
  #cp-main-img {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .cp-heading-text {
    padding: 0;
    width: 900px;
    margin: 0 auto;
    text-align: center;
  }
}

.block-event-feature-top_comment {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff !important;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .block-event-feature-top_comment {
    padding: 0 20px !important;
    margin: 0 auto !important;
    width: 1200px;
  }
}
.block-event-feature-top_comment p {
  margin-top: 0px;
}

.block-event-page {
  padding: 0 !important;
}
@media screen and (min-width: 1000px) {
  .block-event-page {
    padding: 0 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  .block-topic-path--list {
    padding: 0 0 0 20px;
  }
}
select {
  padding: 4px 37px 4px 15px;
  background-image: url(https://www.urban-research.jp/img/usr/common/icon_sb_arw.png);
  background-position: center right 17px;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
/*# sourceMappingURL=260828_kbf_izumidalee_style.css.map */