@charset "UTF-8";

html {
  font-size: 62.5%;
}

body.b-body .b-is-pc {
  visibility: visible;
}

.l-contents a {
  -webkit-tap-highlight-color: transparent;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-contents img {
  width: 100%;
}

.pbAreaWrapper1 {
  top: 0px;
  margin-bottom: 0;
}

.hoge {
  font-size: 16px;
}

p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  letter-spacing: 0.016em;
}

p {
  letter-spacing: 0.016em;
}

.hoge {
  z-index: 20;
}

.hoge {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* layout */
.header {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.header-logo {
  display: block;
  width: 100%;
  height: 90px;
  padding: 29px 25px;
}

.header-topLink {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 164px;
}

.header-topLink .btn-cw_bcb {
  height: 90px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
}

.header-topLink .btn-cw_bcb:hover {
  opacity: 0.8;
}

.header-mv img {
  width: 100%;
}

.toTop {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 25px;
  background-color: #f1f1f1;
  border-top: 1px solid #cacaca;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6em;
  color: #101010;
}

.toTop:hover {
  text-decoration: underline;
}

.toTop img {
  display: inline-block;
  margin-right: 15px;
}

.footer {
  background-color: #44444d;
}

.footer-wrap {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  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;
  padding: 15px 0;
}

.fnav-clms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav-clm a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #99999c;
}

.fnav-clm:not(:last-child)::after {
  content: "/";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #99999c;
  display: inline-block;
  margin: 0 10px;
}

.copy {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #99999c;
}

.header-mv {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 245px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: white;
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/jutaku/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-mv span {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 5px;
}

.header-mv span small {
  font-size: 14px;
  font-size: 1.4rem;
}

.header-mv.index {
  height: 490px;
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/index/mv.jpg);
}

.header-mv.jutaku {
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/jutaku/mv.jpg);
}

.header-mv.news {
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/news/mv.jpg);
}

.header-mv.event {
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/event/mv.jpg);
}

/* button */
.btn,
.btn-cb_bgw,
.btn-cw_bcb,
.btn-more {
  position: relative;
}

.btn-more {
  font-size: 15px;
  font-size: 1.5rem;
}

.btn-more::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  margin-left: 12px;
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/common/arrow-b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-cw_bcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  font-weight: 700;
  text-align: center;
  color: white;
  padding: 20px;
  background-color: #282828;
}

.btn-cw_bcb::before {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 5%;
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/common/arrow-w.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-cb_bgw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  font-weight: 700;
  text-align: center;
  color: #282828;
  padding: 20px;
  background-color: white;
}

.btn-cb_bgw::before {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 5%;
  background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/common/arrow-b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-cards {
  width: 100%;
  display: block;
}

.l-banner {
  background-color: #dce8ea;
}

.l-contents {
  color: #242424;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.l-contents img {
  max-width: 100%;
}

.l-contents-1 {
  position: relative;
}

.l-contents-2 {
  background-color: #f4f4f4;
  position: relative;
}

.l-main {
  display: block;
  text-align: center;
}

.l-summary {
  background-color: #dce8ea;
}

.l-banner {
  background-color: #dce8ea;
}

.c-primary-heading {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.c-secondary-heading {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: bold;
  text-align: center;
}

.c-primary-heading--blue {
  color: #19b0e8;
}

.c-thirdly-heading {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #19b0e8;
}

.c-thirdly-heading--yellow {
  color: #f3a82f;
}

.c-lead-text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.c-primary-btn {
  background-image: none;
  background-color: #c03f3f;
  color: #fff;
  text-decoration: none;
  border-radius: 70px;
  display: block;
  text-align: center;
  position: relative;
}

.c-primary-btn__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-left: -40px;
  margin-left: -4rem;
}

.c-primary-btn:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background: url("/library/gohon_sp/img/icon_002.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 130px;
  right: 13rem;
  top: 50%;
  margin-top: -7px;
}

.c-primary-btn--popicon:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 20px;
}

.c-secondary-btn {
  display: inline-block;
  padding: 15px 20px;
  background-image: none;
  background-color: #19b0e8;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-align: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-secondary-btn__text {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

.c-secondary-btn:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 15px;
}

.morebtn {
  display: block;
  border: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #83838c;
  line-height: 2;
}

.morebtn::after {
  content: "続きを読む";
  border-bottom: 1px solid #83838c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -erbkit-transition: 0.2s;
  margin-top: -10px;
  margin-top: -1rem;
}

.morebtn.js-click::after {
  content: "";
  display: none;
}

.c-cards {
  position: relative;
}

.c-cards__item {
  color: #242424;
  position: relative;
  display: block;
  background-color: #f4f4f4;
  border-bottom: 1px solid #cccccc;
}

a:hover .c-card__img img {
  opacity: 1;
}

.c-card {
  text-decoration: none !important;
}

.c-card__title {
  position: relative;
  font-weight: bold;
}

.c-card__title::after {
  background: url("/library/gohon_sp/img/icon_001.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
}

.c-card__text {
  text-decoration: none;
}

.c-card__img {
  overflow: hidden;
  width: 100%;
}

.c-card__img img {
  opacity: 1;
}

.c-card__img img:hover {
  opacity: 1;
}

.c-media__heading {
  font-weight: bold;
  line-height: 1;
}

.c-media__job {
  font-weight: bold;
}

.c-media__relation {
  font-weight: bold;
  line-height: 1;
}

.c-media__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #83838c;
  line-height: 1;
}

.c-media__link:after {
  background: url("/library/img/common/icon_arrow.png");
  background-size: cover;
  vertical-align: top;
  position: relative;
  bottom: 1px;
  content: "";
  display: block;
}

.c-card__title {
  position: relative;
  font-weight: bold;
}

.c-media__description {
  position: absolute;
  font-size: 15px;
  line-height: 1;
  color: #777;
  margin-top: -20px;
  margin-top: -2rem;
}

.p-main__visual {
  text-align: center;
}

.p-main__base {
  background-color: #fff;
}

.p-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-main__subtitle img {
  margin: 0 auto;
}

.p-main__illust {
  margin: 0;
}

.p-main__title {
  position: relative;
  margin: 0;
  display: block;
}

.p-main__link {
  display: block;
}

.p-main__link img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-main__link img:hover {
  opacity: 0.6;
}

.p-main__group {
  margin: 0;
  position: relative;
}

.p-main__btn:after {
  right: 80px;
  right: 8rem;
}

.p-catalog__link {
  display: block;
  text-decoration: none;
  width: 100%;
}

.p-catalog__heading {
  text-align: center;
}

.p-catalog__inner {
  background-color: #fff;
}

.p-catalog__text {
  color: #242442;
  text-decoration: none;
}

.p-summary__body {
  background-color: #fff;
  position: relative;
}

.p-summary__group {
  position: relative;
  top: 0;
  left: 0;
}

.p-summary__box {
  position: relative;
  display: block;
}

.p-summary__heading {
  position: relative;
  text-align: center;
  display: block;
  font-weight: bold;
}

.p-summary__box-inner-1::after {
  content: "";
  display: block;
}

.p-summary__box-inner-2::after {
  content: "";
  display: block;
}

.p-summary__btn {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
}

.p-summary__btn-2 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
}

.p-summary__illust {
  position: absolute;
  bottom: 45px;
  right: 45px;
}

.p-summary__movie {
  position: relative;
  background-color: #fff;
}

.p-summary__movie-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: -35px;
}

.p-summary__description {
  display: block;
  position: relative;
  color: #c03f3f;
  letter-spacing: 0;
  font-weight: bold;
}

.p-summary__border::after {
  content: "";
  display: block;
}

.base-modal:not(.button) a:before {
  display: none !important;
}

.p-description__body {
  position: relative;
  text-align: left;
  background-color: #fff;
}

.p-description__heading {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.p-anchor {
  text-decoration: none;
  color: #242424;
  position: relative;
  border: 1px solid #d8d8d8;
  display: block;
}

.p-anchor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-anchor__body {
  position: relative;
}

.p-anchor__title {
  text-align: left;
  display: block;
  font-weight: bold;
}

.p-anchor__heading {
  text-align: left;
  display: block;
  font-weight: bold;
}

.p-anchor__text {
  background: url(/library/img/common/icon_arrow_in_page_anchor.png) no-repeat right 0 top 0px;
  background-size: contain;
  background-size: 15px;
  color: #83838c;
  font-weight: bold;
}

#profile {
  position: absolute;
  top: -30px;
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-profile__heading {
  font-weight: bold;
  line-height: 1;
}

.p-profile__job {
  font-weight: bold;
}

.p-profile__title {
  font-weight: bold;
}

.p-venue {
  position: relative;
}

.p-venue__body::after {
  content: "";
  display: block;
}

.p-venue__text {
  display: block;
}

.p-banner {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #fff;
}

.p-banner__image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
}

.p-banner__image::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background: url("/library/gohon_sp/img/icon_003.png");
  background-size: cover;
}

.p-banner:hover .p-banner__image {
  opacity: 0.7;
}

.p-banner__body {
  position: absolute;
  text-align: center;
  width: 100%;
}

.p-banner__ttl {
  position: relative;
  font-weight: bold;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gray-1 {
  background-color: #f4f4f4 !important;
}

.u-marker {
  padding: 0 0 5px;
  background-position: bottom;
  font-weight: bold;
}

.js-hide-text {
  display: none;
}

@media (min-width: 768px) {
  .b-o-moduleRowCards[data-b-row-num="4"] .b-m-boxLinkRow {
    margin-right: 16px !important;
    width: 278px !important;
  }

  .b-a-sliderNavi {
    display: none;
  }

  .l-cards {
    padding: 100px 0;
  }

  .l-banner {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }

  .l-main {
    width: 100%;
    background-image: url("/library/gohon_sp/img/main_img_003_pc.jpg");
    margin: 0 auto;
    position: relative;
    background-size: cover;
    height: 647px;
    background-position: center;
  }

  .l-summary {
    padding: 0 0 45px;
  }

  .l-banner {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }

  .c-primary-heading {
    line-height: 1.5;
    font-size: 4rem;
  }

  .c-secondary-heading {
    line-height: 1;
    font-size: 2.2rem;
  }

  .c-thirdly-heading {
    line-height: 1;
    font-size: 2.6rem;
  }

  .c-usually-text {
    line-height: 2;
    font-size: 1.5rem;
  }

  .c-lead-text {
    line-height: 2;
    font-size: 1.8rem;
  }

  .c-primary-btn {
    width: 505px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 29px 0;
  }

  .c-primary-btn:hover {
    opacity: 0.6;
  }

  .c-secondary-btn:hover {
    opacity: 0.6;
  }

  .c-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1160px;
    margin: 0 auto;
  }

  .c-cards__item {
    width: 550px;
  }

  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  .c-card__title::after {
    width: 15px;
    height: 15px;
  }

  .c-card__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .c-card__img img {
    transition: -webkit-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }

  .c-card__img img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  .c-card__body {
    padding: 30px 30px;
  }

  .c-cards__item .c-card__body {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .c-cards__item:hover .c-card__body {
    opacity: 0.6;
  }

  .c-media {
    width: 280px;
  }

  .c-media__image {
    width: 150px;
    margin-bottom: 15px;
  }

  .c-media__heading {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .c-media__job {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1.2rem;
    height: 5rem;
    margin-bottom: 15px;
  }

  .c-media__text {
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .c-media__relation {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .c-media__link {
    font-size: 1.4em;
    margin-top: 30px;
    margin-top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }

  .c-media__link:hover {
    opacity: 0.6;
  }

  .c-media__link:after {
    width: 15px;
    height: 15px;
    margin-left: 1.5rem;
  }

  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  .p-main__visual {
    margin: 0 auto;
    width: 1160px;
  }

  .p-main__body {
    margin: 0 auto;
    width: 560px;
    padding-top: 60px;
    padding-left: 75px;
    padding-right: 60px;
    padding-bottom: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
  }

  .p-main__subtitle img {
    width: 153px;
    height: 118px;
    margin-top: 45px;
  }

  .p-main__illust {
    width: 241px;
    margin-top: 30px;
  }

  .p-main__title img {
    width: 430px;
    height: 121px;
  }

  .p-main__link {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 745px;
    width: 360px;
    height: 210px;
  }

  .p-main__group {
    left: 670px;
    top: 382px;
    width: 415px;
  }

  .p-main__date {
    margin-bottom: -20px;
    z-index: 2;
    width: 415px;
    height: 91px;
    position: relative;
  }

  .p-main__btn {
    width: 415px;
    padding: 51px;
  }

  .p-catalog__link .c-primary-btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .p-catalog__link:hover .c-primary-btn {
    opacity: 0.6;
  }

  .p-catalog__heading {
    padding-top: 75px;
    margin-bottom: 30px;
  }

  .p-catalog__heading img {
    width: 180px;
    height: 33px;
    margin-bottom: 20px;
  }

  .p-catalog__inner {
    padding: 45px 45px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .p-catalog__image {
    width: 490px;
    text-align: center;
  }

  .p-catalog__image img {
    width: 376px;
  }

  .p-catalog__body {
    width: 490px;
  }

  .p-catalog__text {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }

  .p-catalog__btn {
    width: 366px;
    position: absolute;
    bottom: 45px;
  }

  .p-summary__body {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 45px;
  }

  .p-summary__group {
    width: 650px;
    margin: 0 auto 0;
  }

  .p-summary__date {
    width: 550px;
    margin: -30px auto 60px;
    position: absolute;
    left: 50%;
    margin-left: -275px;
  }

  .p-summary__box {
    width: 1010px;
    margin: 180px auto 30px;
    padding: 45px 45px;
    border: 1px solid #d8d8d8;
  }

  .p-summary__heading {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .p-summary__heading::before {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -30px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }

  .p-summary__box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 45px;
  }

  .p-summary__box-inner-1::after {
    width: 200px;
  }

  .p-summary__box-inner-2::after {
    width: 440px;
  }

  .p-summary__row {
    width: 1010px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-summary__movie {
    width: 1160px;
    margin: 0 auto 0px;
    padding: 0px 0 45px;
  }

  .movie-inner {
    width: 1110px;
  }

  .p-summary__thumbnail {
    width: 1010px;
    padding: 15px 25px;
    background-color: #f4f4f4;
    margin: 0 auto;
    overflow: visible;
  }

  .p-summary__thumbnail iframe {
    width: 960px;
    height: 560px;
    overflow: visible;
  }

  .p-summary__description {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 2;
  }

  .p-description {
    width: 1160px;
    position: relative;
    margin: 0 auto;
  }

  .p-description__body {
    width: 100%;
    margin: 0 auto;
    padding: 75px 75px 30px;
  }

  .p-description__heading {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .p-anchor {
    width: 325px;
    padding: 30px;
    margin-top: 70px;
  }

  .p-anchor:hover .p-anchor__text {
    opacity: 0.6;
  }

  .p-anchor__thumbnail {
    width: 115px;
  }

  .p-anchor__body {
    width: 120px;
  }

  .p-anchor__title {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px;
  }

  .p-anchor__heading {
    font-size: 1.8rem;
    line-height: 1;
  }

  .p-anchor__text {
    font-size: 1.2rem;
    line-height: 17px;
    padding: 0 30px 0 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .p-profile__avater {
    width: 150px;
  }

  .p-profile__body {
    width: 730px;
  }

  .p-profile__heading {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .p-profile__job {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .p-profile__text {
    line-height: 1.6;
    font-size: 1.2rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .p-profile__title {
    line-height: 1;
    font-size: 1.5rem;
    padding-right: 1rem;
  }

  .p-venue {
    width: 1010px;
    margin: 0 auto 45px;
  }

  .p-venue__text {
    line-height: 2;
    font-size: 1.5rem;
    padding-top: 10px;
  }

  .p-banner {
    width: 1160px;
    padding: 45px 0;
  }

  .p-banner__image::after {
    width: 15px;
    height: 15px;
    right: 15px;
    bottom: 15px;
  }

  .p-banner__body {
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-banner__ttl {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
  }

  .p-banner__text {
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }

  .u-flex_pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .u-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #dce8ea));
    background: linear-gradient(transparent 20%, #dce8ea 20%);
  }
}

@media screen and (max-width: 767px) {
  .hoge {
    font-size: 12px;
  }

  .u-mb0_sp {
    margin-bottom: 0px !important;
  }

  .u-mb-45_sp {
    margin-bottom: -45px !important;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    position: relative;
    z-index: 101;
    background-color: white;
  }

  .header-topLink {
    display: none;
  }

  .footer-wrap {
    display: block;
  }

  .fnav-clms {
    display: block;
  }

  .fnav-clm {
    display: inline-block;
  }

  .copy {
    margin-top: 50px;
  }

  .header-mv {
    height: 175px;
    font-size: 2.8rem;
  }

  .header-mv span {
    font-size: 1.8rem;
  }

  .header-mv span small {
    font-size: 1.2rem;
  }

  .header-mv.index {
    height: auto;
    padding-top: 78%;
    background-image: url(https://www.sekisuihouse.co.jp/minecraftcup2021/assets/img/index/mv_sp.jpg);
  }
}

@media screen and (max-width: 480px) {
  .header-logo {
    height: 60px;
    padding: 15px;
  }

  .header-logo img {
    width: 75%;
    max-width: 200px;
  }

  .header-mv {
    height: 120px;
    font-size: 2.4rem;
  }

  .header-mv span {
    font-size: 1.4rem;
  }

  .header-mv span small {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .l-cards {
    padding: 80px 0 20px;
  }

  .l-banner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .l-main {
    width: 100%;
    background-image: url("/library/gohon_sp/img/main_img_001_sp.jpg");
    margin: 0 auto;
    position: relative;
    background-size: cover;
    height: 120vw;
  }

  .l-summary {
    padding-bottom: 30px;
  }

  .l-banner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .c-primary-heading {
    line-height: 1.5;
    font-size: 3rem;
  }

  .c-secondary-heading {
    line-height: 1;
    font-size: 2rem;
  }

  .c-thirdly-heading {
    line-height: 1;
    font-size: 2rem;
  }

  .c-usually-text {
    line-height: 2;
    font-size: 1.5rem;
  }

  .c-lead-text {
    line-height: 2;
    font-size: 1.5rem;
  }

  .c-primary-btn {
    width: 90%;
    margin: 0 auto;
    padding: 32px 0;
  }

  .c-primary-btn__text {
    font-size: 1.5rem;
  }

  .c-primary-btn:after {
    right: 4rem;
  }

  .c-secondary-btn {
    text-align: center;
  }

  .c-cards {
    width: 90%;
    margin: 0 auto;
  }

  .c-cards__item {
    margin-bottom: 30px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cccccc;
  }

  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  .c-card__title::after {
    width: 15px;
    height: 15px;
  }

  .c-card__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .c-card__image {
    width: 46%;
  }

  .c-card__body {
    padding: 30px 20px 25px;
  }

  .c-media {
    width: 100%;
    padding-bottom: 30px;
  }

  .c-media__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-media__image {
    margin-bottom: 20px;
    width: 46%;
  }

  .c-media__body {
    margin-bottom: 20px;
    width: 46%;
  }

  .c-media__heading {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .c-media__job {
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .c-media__text {
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .c-media__relation {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .c-media__link {
    font-size: 1.5rem;
  }

  .c-media__link:after {
    width: 15px;
    height: 15px;
    margin-left: 1.5rem;
  }

  .c-card__title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  .p-main__base {
    position: absolute;
    width: 66.7%;
    padding-top: 30px;
    padding-left: 37px;
    padding-right: 41px;
    padding-bottom: 13px;
    margin-left: 5%;
    margin-top: 73.5%;
  }

  .p-main__body {
    position: relative;
  }

  .p-main__box {
    background-color: #fff;
    padding: 25px 35px 25px 55px;
  }

  .p-main__subtitle {
    width: 38%;
    margin-top: 15px;
  }

  .p-main__illust {
    margin-top: 0px;
    width: 61%;
  }

  .p-main__link {
    width: 90%;
    margin: 0 auto 15px;
  }

  .p-main__group {
    margin-top: 0px;
    width: 61%;
  }

  .p-main__btn:after {
    right: 4rem;
  }

  .p-catalog__heading {
    padding-top: 40px;
    margin-bottom: 25px;
  }

  .p-catalog__heading img {
    width: 120px;
    height: 22px;
    margin-bottom: 20px;
  }

  .p-catalog__inner {
    padding: 5% 5% 5%;
  }

  .p-catalog__image {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 5%;
  }

  .p-catalog__image img {
    width: 90%;
    margin: 0 auto 0 10%;
  }

  .p-catalog__body {
    margin: 0 auto;
  }

  .p-catalog__text {
    line-height: 1.6;
    font-size: 1.5rem;
  }

  .p-catalog__btn {
    width: 100%;
    margin: 15px 0 0px;
  }

  .p-summary__body {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .p-summary__date {
    margin: 0 auto 10px;
    position: relative;
    width: 90%;
    top: 0;
  }

  .p-summary__box {
    margin-top: 50px;
  }

  .p-summary__heading {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .p-summary__box-inner {
    margin: 0 auto 60px;
    position: relative;
    width: 90%;
  }

  .p-summary__box-inner-1::after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -20px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }

  .p-summary__box-inner-2::after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -20px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }

  .p-summary__row {
    padding-top: 10px;
  }

  .p-summary__movie {
    width: 90%;
    margin: 0 auto;
  }

  .p-summary__thumbnail {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0;
  }

  .p-summary__thumbnail iframe {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 90%;
    right: 5%;
  }

  .p-summary__description {
    text-align: left;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 2;
  }

  .p-summary__border::after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -50px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }

  .p-description {
    position: relative;
    display: block;
    width: 100%;
    background-color: #dce8ea;
  }

  .p-description__body {
    width: 90%;
    margin: 0 auto;
    padding: 30px 5%;
  }

  .p-description__heading {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .p-anchor {
    width: 90%;
    margin: 30px auto 0;
    padding: 20px 30px;
  }

  .p-anchor__thumbnail {
    width: 45%;
  }

  .p-anchor__body {
    width: 45%;
    padding-top: 20px;
  }

  .p-anchor__title {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
  }

  .p-anchor__heading {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 25px;
  }

  .p-anchor__text {
    font-size: 1.2rem;
    line-height: 17px;
    padding: 0 1.5rem 0 0;
  }

  .p-profile {
    width: 90%;
    margin: 110px auto 0;
  }

  .p-profile__avater {
    margin-bottom: 20px;
    width: 46%;
  }

  .p-profile__body {
    margin-bottom: 20px;
    width: 46%;
  }

  .p-profile__heading {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .p-profile__job {
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .p-profile__text {
    line-height: 1.6;
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
  }

  .p-profile__title {
    line-height: 1;
    font-size: 1.5rem;
    padding-right: 1rem;
  }

  .p-venue {
    width: 90%;
    margin: 100px auto 50px;
  }

  .p-venue__body::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: -50px;
    /*下線の上下の位置*/
    left: 50%;
    width: 75px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #d8d8d8;
    /*下線の色*/
  }

  .p-venue__text {
    line-height: 2;
    font-size: 1.2rem;
    padding-top: 10px;
    margin: 0 auto;
  }

  .p-banner {
    width: 90%;
  }

  .p-banner__image::after {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 10px;
  }

  .p-banner__body {
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }

  .p-banner__ttl {
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .p-banner__text {
    line-height: 1.6;
    font-size: 1rem;
    font-weight: bold;
  }

  .p-banner__group {
    margin: 0 auto;
    padding: 30px 0;
  }

  .p-banner__date {
    margin: 0 auto 10px;
    position: relative;
    width: 80%;
  }

  .u-flex_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .u-pt50_sp {
    padding-top: 50px !important;
  }

  .u-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #bed3d6));
    background: linear-gradient(transparent 20%, #bed3d6 20%);
  }
}

.p-column__heading {
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-column {
    width: 1010px;
    margin: 75px auto 0px;
    padding: 45px 45px;
    border: 1px solid #d8d8d8;
  }

  .p-column__body {
    display: flex;
    justify-content: space-between;
  }

  .p-colunmn__image {
    width: 280px;
  }

  .p-column__textarea {
    width: 600px;
  }

  .p-column__text {
    margin-bottom: 20px;
  }

  .p-column__btn {
    width: 270px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 17px 0;
    background-image: none;
    background-color: #c03f3f;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    text-align: center;
    position: relative;
    font-size: 15px;
  }

  .p-column__btn:hover {
    opacity: 0.6;
  }

  .p-column__btntext {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* margin-left: -40px;
    margin-left: -4rem; */
  }

  .p-column__btn:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 0;
    background: url(/library/gohon_sp/img/icon_002.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
  }
}

@media (max-width: 767px) {
  .p-column {
    width: 90%;
    margin: 50px auto 0px;
    position: relative;
  }

  .p-column::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: -50px;
    left: 50%;
    width: 75px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #d8d8d8;
  }

  .p-column__body {}

  .p-colunmn__image {
    padding-bottom: 25px;
  }

  .p-column__textarea {}

  .p-column__heading {
    padding-bottom: 20px;
  }

  .p-column__text {
    padding-bottom: 25px;

  }

  .p-column__btn {
    /* width: 270px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 17px 0;
    background-image: none;
    background-color: #c03f3f;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    text-align: center;
    position: relative;
    font-size: 15px;
  }

  .p-column__btn:hover {
    opacity: 0.6;
  }

  .p-column__btntext {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    position: relative;
    /* /* margin-left: -40px; */
    margin-left: 50px;
  }

  .p-column__btn:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 0;
    background: url(/library/gohon_sp/img/icon_002.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt0_pc {
    margin-top: 0px !important;
  }

  .u-mt30_pc {
    margin-top: 30px !important;
  }

  .u-mt50_pc {
    margin-top: 50px !important;
  }

  .u-mb30_pc {
    margin-bottom: 30px !important;
  }
}

/*# sourceMappingURL=maps/style.css.map */
