:root {
  --base-color-wh: #ffffff;
  --base-color-wh10: rgba(255, 255, 255, .1);
  --base-color-wh60: rgba(255, 255, 255, .6);
  --base-color-l-gray: #F5F5F5;
  --base-color-m-gray: #D9D9D9;
  --base-color-d-gray: #A5A5A5;
  --base-color-cr: #FFFFEC;
  --base-color-p-sky: #F5FAFC;
  --base-color-nv: #003894;
  --base-color-nv80: rgba(0, 56, 148, .8);
  --base-color-bk: #333333;
  --text-color-bk: #333333;
  --accent-color-l-sky: #C4E7F3;
  --accent-color-sky: #8BCFF1;
  --accent-color-sky70: rgba(139, 207, 241, .7);
  --accent-color-bl: #487DE7;
  --accent-color-nikoniko-ye: #FFF100;
  --accent-color-logo-BL: #00A0E9;
  --accent-color-logo-BL80: rgba(0, 160, 233, .8);
  --accent-color-logo-BL60: rgba(0, 160, 233, .6);
  --accent-color-logo-BL40: rgba(0, 160, 233, .4);
  --accent-color-logo-BL20: rgba(0, 160, 233, .2);
  --accent-color-facebook: #1877F2;
  --accent-color-logo-GR: #6FBA2C;
  --accent-color-ye: #FDDE4D;
  --accent-color-red: #F80B0B;
  --accent-color-pk: #EF9FB1;
  --accent-color-pk70: rgba(239, 159, 177, .7);
  --accent-color-br: #CD853F;
  --accent-color-br70: rgba(205, 133, 63, .7);
  --accent-color-or: #FF8A1E;
  --accent-color-or80: rgba(255, 138, 30, .8);
  --accent-color-or60: rgba(255, 138, 30, .6);
  --accent-color-or40: rgba(255, 138, 30, .4);
  --accent-color-or20: rgba(255, 138, 30, .2);
  --accent-color-p-or: #FCE6D3;
  --accent-color-l-or: #FCC697;
  --accent-color-instagram: linear-gradient(90deg, rgba(118,56,250,1) 0%, rgba(211,0,197,1)49%, rgba(255,0,105,1)100%);
}

:root {
  --yshop-color: #E8340D;
}

.yshop {
  /*
    .realestate_head {
      background:#FBFBFD;
      .inner {
        @media only screen and (min-width: variable.$breakpoint_tablet_mini) {
          height: 502px;
          background: url(../img/realestate/realestate_head_pc.png) no-repeat left bottom / auto 100%;
        }
        .main_width {
          display: flex;
          align-items: flex-start;
          justify-content: flex-end;
          .box {
            margin-top: 30px;
            margin-bottom: 30px;
            padding: 10px 60px 26px;
            width: 60%;
            max-width: 654px;
            background: var(--base-color-cr);
            border-radius: 50px;
            display: inline-block;
            @media only screen and (max-width: variable.$breakpoint_sp) {
              padding: 16px 16px 26px 24px;
              width: 100%;
              border-radius: 24px;
            }
            h3 {
              padding-left: 15px;
              font-size: 2.4rem;
              @media only screen and (max-width: variable.$breakpoint_sp) {
                padding-top: 10px;
                font-size: 1.8rem;
              }
              &::before {
                left: -15px;
                @media only screen and (max-width: variable.$breakpoint_sp) {
                  left: -8px;
                }
              }
            }
            p {
              margin-bottom: 1em;
              font-size: 1.8rem;
              line-height: 1.5;
              @media only screen and (max-width: variable.$breakpoint_sp) {
                font-size: 1.6rem;
              }
            }
          }
        }
      }
    }
  */
}
.yshop .hero {
  height: 700px;
  background: url(../img/yshop/hero_pc.webp) no-repeat center center/cover;
}
@media only screen and (max-width: 1023px) {
  .yshop .hero {
    background: url(../img/yshop/hero_pc.webp) no-repeat left -160px top 20px/cover;
  }
}
@media only screen and (max-width: 767px) {
  .yshop .hero {
    height: 642px;
    background: url(../img/yshop/hero_sp.jpg) no-repeat center top/cover;
  }
}
.yshop .hero .main_width {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .yshop .hero .main_width {
    padding-top: 80px;
  }
}
.yshop .hero .inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .yshop .hero .inner {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .yshop .hero .inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
.yshop .hero .title h1 {
  font-size: 4rem;
  font-weight: 700;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
@media only screen and (max-width: 1023px) {
  .yshop .hero .title h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .yshop .hero .title h1 {
    font-size: 2rem;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
}
.yshop .hero .title h1 span {
  color: var(--base-color-nv);
}
.yshop .hero .title img {
  width: 200px;
  height: auto;
  background-color: var(--base-color-wh);
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .yshop .hero .title img {
    width: 171px;
  }
}
@media only screen and (max-width: 767px) {
  .yshop .hero .title img {
    width: 146px;
  }
}
.yshop .hero .copy {
  margin-top: 48px;
}
.yshop .hero .copy p {
  color: var(--base-color-bk);
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media only screen and (max-width: 1023px) {
  .yshop .hero .copy p {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .yshop .hero .copy p {
    font-size: 3.2rem;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
}
.yshop .concept {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .yshop .concept {
    padding: 40px 0;
  }
}
.yshop .concept .concept_box {
  display: flex;
  justify-content: space-between;
  gap: 24px 64px;
}
@media only screen and (max-width: 767px) {
  .yshop .concept .concept_box {
    flex-direction: column;
  }
}
.yshop .concept .concept_box figure {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .yshop .concept .concept_box figure {
    width: 100%;
  }
}
.yshop .concept .concept_box figure img {
  border-radius: 8px;
}
.yshop .concept .concept_box .txt {
  width: 536px;
}
@media only screen and (max-width: 767px) {
  .yshop .concept .concept_box .txt {
    width: 100%;
  }
}
.yshop .concept .concept_box .txt p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .yshop .concept .concept_box .txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.yshop .concept .concept_box .txt p.sttl {
  margin-bottom: 1.6rem;
  font-weight: 700;
}
.yshop .feature {
  padding: 80px 0;
  background: #FFF4F1;
}
@media only screen and (max-width: 767px) {
  .yshop .feature {
    padding: 40px 0;
  }
}
.yshop .feature .h2txt {
  color: var(--base-color-bk);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .yshop .feature .h2txt {
    font-size: 3.2rem;
    text-align: left;
  }
}
.yshop .feature .h2txt span {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .yshop .feature .h2txt span {
    font-size: 2.4rem;
  }
}
.yshop .feature .inner {
  margin-top: 3.2rem;
  padding: 85px 100px;
  background: var(--base-color-wh);
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .yshop .feature .inner {
    padding: 40px 16px;
    border-radius: 16px;
  }
}
.yshop .feature .inner .feature_item {
  margin-bottom: 4.8rem;
}
.yshop .feature .inner .feature_item.mb0 {
  margin-bottom: 0 !important;
}
.yshop .feature .inner .feature_item .txt .sttl {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A8A8A8;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .yshop .feature .inner .feature_item .txt .sttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.yshop .feature .inner .feature_item .txt .sttl span {
  color: var(--yshop-color);
}
.yshop .feature .inner .feature_item .txt p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .yshop .feature .inner .feature_item .txt p {
    font-size: 1.6rem;
  }
}
.yshop .feature .inner .feature_item .photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  width: 100%;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .yshop .feature .inner .feature_item .photo {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.yshop .feature .inner .feature_item .photo li {
  width: 100%;
  list-style: none;
}
.yshop .feature .inner .feature_item .photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.yshop h3 {
  position: relative;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  z-index: 2;
  background: none;
}
@media only screen and (max-width: 767px) {
  .yshop h3 {
    padding-top: 10px;
    font-size: 2.4rem;
  }
}
.yshop h3::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: var(--accent-color-l-sky);
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .yshop h3::before {
    width: 48px;
    height: 48px;
  }
}
.yshop h3 span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .yshop h3 span {
    font-size: 2rem;
  }
}
.yshop .h3box {
  text-align: center;
}
.yshop .overview_wrap {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .yshop .overview_wrap {
    padding: 40px 0;
  }
}
.yshop .overview_wrap h3 {
  padding: 25px 0;
  width: 100%;
  color: var(--base-color-wh);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  background: var(--yshop-color);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .yshop .overview_wrap h3 {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 2.4rem;
    width: calc(100% + 32px);
  }
}
.yshop .overview_wrap h3::before {
  content: none;
}
.yshop .overview_wrap .info_wrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .yshop .overview_wrap .info_wrap {
    margin-bottom: 40px;
    display: block;
  }
}
.yshop .overview_wrap .info_wrap .box {
  width: calc((100% - 64px) / 3);
}
@media only screen and (max-width: 767px) {
  .yshop .overview_wrap .info_wrap .box {
    margin: 0 auto 32px;
    width: calc(100% - 32px);
  }
  .yshop .overview_wrap .info_wrap .box.first {
    margin: 0 auto 64px;
  }
}
.yshop .overview_wrap .info_wrap .box .sttl {
  padding: 8px;
  color: var(--base-color-wh);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  background: var(--base-color-nv);
  text-align: center;
}
.yshop .overview_wrap .info_wrap .box figure {
  display: flex;
  align-items: center;
  height: 234px;
}
@media only screen and (max-width: 767px) {
  .yshop .overview_wrap .info_wrap .box figure {
    height: auto;
  }
}
.yshop .overview_wrap .info_wrap .box p {
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .yshop .overview_wrap .overview_box .txt {
    margin-bottom: 16px;
  }
}
.yshop .overview_wrap .overview_box .txt ul {
  margin-top: 16px;
  width: 100%;
  display: flex;
}
.yshop .overview_wrap .overview_box .txt ul li {
  margin-right: 24px;
  width: 40px;
}
.yshop .overview_wrap .overview_box .txt p {
  line-height: 1.5;
}/*# sourceMappingURL=yshop.css.map */