.mediawest {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.mediawest .p-mainvis {
  position: relative;
  z-index: 10;
}

.mediawest .p-mainvis__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mediawest .p-mainvis__main {
  width: 87.2vw;
  border-radius: 0 0 10.1333333333vw 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__main {
    width: auto;
    max-height: 700px;
    border-radius: 0 0 130px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mediawest .p-mainvis__mainTtl {
  width: 69.3333333333vw;
  position: absolute;
  z-index: 10;
  bottom: 4.2666666667vw;
  left: 2.1333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__mainTtl {
    width: 74.4804655029%;
    max-width: 896px;
    bottom: 54px;
    left: 32px;
  }
}

.mediawest .p-mainvis__mainRead {
  width: 7.2vw;
  position: absolute;
  z-index: 10;
  bottom: 7.2vw;
  right: 4.5333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__mainRead {
    width: 7.6475477972%;
    max-width: 92px;
    bottom: 190px;
    right: 96px;
  }
}

.mediawest .p-mainvis__side {
  width: 12.8vw;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__side {
    width: 100px;
    max-height: 700px;
  }
}

.mediawest .p-mainvis__side .swiper-pagination {
  width: 0.4vw;
  top: 25.8666666667vw;
  left: 6vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__side .swiper-pagination {
    width: 2px;
    left: 50%;
    top: 25%;
  }
}

.mediawest .p-mainvis__side .swiper-pagination-bullet {
  display: block;
  width: 100%;
  height: 4.2666666667vw;
  margin: 0.5333333333vw 0;
  border-radius: 0.2666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__side .swiper-pagination-bullet {
    height: 32px;
    margin: 10px 0;
    border-radius: 3px;
  }
}

.mediawest .p-mainvis__copy {
  display: block;
  width: 22.6666666667vw;
  font-size: 2.6666666667vw;
  color: #fff;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 3px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 10;
  top: 46.4vw;
  left: 57.8666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-mainvis__copy {
    width: 110px;
    font-size: 12px;
    top: min(95.7142857143%, 670px);
    left: auto;
    right: 100px;
  }
}

.mediawest .p-category {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category {
    padding: 0 10px;
  }
}

.mediawest .p-category__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3333333333vw;
  width: 74.6666666667vw;
  margin: 0 auto 13.3333333333vw;
  position: relative;
  z-index: 0;
}

.mediawest .p-category__inner::before {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  z-index: 10;
  top: -100%;
  right: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__inner::before {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__inner {
    width: 100%;
    max-width: 860px;
    margin-bottom: 94px;
    gap: 10px;
  }
}

.mediawest .p-category__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1.3333333333vw solid #f0f0f0;
  border-right: 1.3333333333vw solid #f0f0f0;
  border-bottom: 1.3333333333vw solid #f0f0f0;
  border-radius: 0 0 4.2666666667vw 4.2666666667vw;
  padding: 2.6666666667vw 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__box {
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-radius: 0 0 50px 50px;
    padding: 18px 0;
    cursor: pointer;
  }
}

.mediawest .p-category__boxTop {
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__boxTop {
    margin-bottom: 20px;
  }
}

.mediawest .p-category__boxTop img {
  width: auto;
  height: 6.1333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__boxTop img {
    height: 40px;
  }
}

.mediawest .p-category__boxMdl {
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__boxMdl {
    margin-bottom: 15px;
  }
}

.mediawest .p-category__boxMdl p {
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
  color: #1492ff;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__boxMdl p {
    font-size: 1.6rem;
  }

  .mediawest .p-category__boxMdl p br {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .mediawest .p-category__boxBtm input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin: 0;
    border: 2px solid #aaaaaa;
    border-radius: 0;
    cursor: pointer;
  }
}

.mediawest .p-tags {
  width: 78.6666666667vw;
  margin: 0 auto 10.6666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-tags {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 100px;
  }
}

.mediawest .p-tags__ttl {
  width: 16vw;
  margin: 0 auto 3.4666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-tags__ttl {
    width: 96px;
    margin-bottom: 26px;
  }
}

.mediawest .p-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .mediawest .p-tags__list {
    gap: 10px;
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .mediawest .p-tags__listItem:hover span {
    background-color: #1492ff;
    border-color: #1492ff;
    color: #ffffff;
  }
}

.mediawest .p-tags__listItem span {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  border: 1px solid #b2b2b2;
  border-radius: 2.6666666667vw;
  padding: 0 2.6666666667vw;
  color: #b2b2b2;
}

@media screen and (min-width: 960px) {
  .mediawest .p-tags__listItem span {
    font-size: 1.2rem;
    border-radius: 12px;
    padding: 4px 12px;
    cursor: pointer;
  }
}

.mediawest .p-tags__listItem.active span {
  background-color: #1492ff;
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  .mediawest .p-contents {
    padding: 0 10px;
  }
}

.mediawest .p-contents__inner {
  width: 78.6666666667vw;
  margin: 0 auto 18.6666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-contents__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;
    gap: 50px 30px;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 160px;
  }

  .mediawest .p-contents__inner::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 312px;
    height: 1px;
  }
}

.mediawest .p-box {
  margin-bottom: 8vw;
}

.mediawest .p-box:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box {
    width: 100%;
    max-width: 312px;
    margin-bottom: 0;
    border: 10px solid #f0f0f0;
    border-radius: 0 78px 0 0;
    overflow: hidden;
    cursor: pointer;
  }

  .mediawest .p-box:hover .p-box__photo img {
    opacity: 0.7;
  }
}

.mediawest .p-box__inner {
  border: 2.6666666667vw solid #f0f0f0;
  border-radius: 0 21.3333333333vw 0 0;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    border-radius: 0;
  }
}

.mediawest .p-box__top {
  margin-bottom: 4vw;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__top {
    margin-bottom: 15px;
  }
}

.mediawest .p-box__photo {
  background-color: #ffffff;
}

.mediawest .p-box__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 17.0666666667vw;
  height: 16vw;
  border-radius: 0 0 6.2666666667vw 0;
  background-color: #1492ff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__category {
    width: 71px;
    height: 66px;
    border-radius: 0 0 26px 0;
  }
}

.mediawest .p-box__category span {
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.27em;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__category span {
    font-size: 1.2rem;
  }
}

.mediawest .p-box__category--1 img,
.mediawest .p-box__category--3 img {
  width: 8vw;
}

@media screen and (min-width: 960px) {

  .mediawest .p-box__category--1 img,
  .mediawest .p-box__category--3 img {
    width: 34px;
  }
}

.mediawest .p-box__category--2 img {
  width: 5.8666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__category--2 img {
    width: 24px;
  }
}

.mediawest .p-box__mdl {
  width: 66.6666666667vw;
  margin: 0 auto 5.3333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__mdl {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.mediawest .p-box__ttl {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    min-height: 50px;
  }
}

.mediawest .p-box__ttl span {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__ttl span {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
}

.mediawest .p-box__read {
  font-size: 3.3333333333vw;
  line-height: 1.56;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__read {
    font-size: 1.4rem;
  }
}

.mediawest .p-box__btm {
  width: 66.6666666667vw;
  margin: 0 auto 3.3333333333vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__btm {
    width: 100%;
    padding: 0 15px 15px;
    margin-top: auto;
    margin-bottom: 0;
  }
}

.mediawest .p-box__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__tags {
    gap: 6px;
  }
}

.mediawest .p-box__tagsItem {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  border-radius: 2.6666666667vw;
  padding: 0 2.6666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest .p-box__tagsItem {
    font-size: 1.2rem;
    border-radius: 12px;
    padding: 0 12px;
  }
}

.mediawest_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-color: rgba(217, 217, 217, 0.9);
}

@media screen and (min-width: 960px) {
  .mediawest_modal {
    width: 100%;
    height: 100%;
  }
}

.mediawest_modal .p_frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 88vw;
  height: 84vh;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  border: 2.6666666667vw solid #f0f0f0;
  border-radius: 0 21.3333333333vw 0 0;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .p_frame {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 84%;
    max-height: 1000px;
    border-width: 20px;
    border-radius: 0 160px 0 0;
  }
}

.mediawest_modal .p_frame>.p_close {
  width: 6.6666666667vw;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .p_frame>.p_close {
    width: 100%;
    max-width: 22px;
    bottom: 30px;
  }
}

.mediawest_modal .p_close {
  height: auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  background-color: #fff;
  position: absolute;
  z-index: 10;
}

.mediawest_modal .p_close:focus {
  outline: none;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .p_close {
    cursor: pointer;
  }
}

.mediawest_modal .p_inner {
  display: block;
  width: 100%;
  height: 88%;
  overflow-y: auto;
  padding: 24vw 4.6666666667vw 6.6666666667vw;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .p_inner {
    height: 93%;
    padding: 110px 30px 30px;
  }
}

.mediawest_modal .p_inner .p_close {
  width: 9.3333333333vw;
  top: 8vw;
  right: 8vw;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .p_inner .p_close {
    width: 100%;
    max-width: 44px;
    top: 60px;
    right: 40px;
  }
}

.mediawest_modal .modal__box--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 17.0666666667vw;
  height: 16vw;
  border-radius: 0 0 6.2666666667vw 0;
  background-color: #1492ff;
  position: absolute;
  z-index: 10;
  top: -24vw;
  left: -4.6666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .modal__box--label {
    width: 71px;
    height: 66px;
    border-radius: 0 0 26px 0;
    top: -110px;
    left: -30px;
  }
}

.mediawest_modal .modal__box--label span {
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.27em;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .modal__box--label span {
    font-size: 1.2rem;
  }
}

.mediawest_modal .modal__box--label--1 img,
.mediawest_modal .modal__box--label--3 img {
  width: 8vw;
}

@media screen and (min-width: 960px) {

  .mediawest_modal .modal__box--label--1 img,
  .mediawest_modal .modal__box--label--3 img {
    width: 34px;
  }
}

.mediawest_modal .modal__box--label--2 img {
  width: 5.8666666667vw;
}

@media screen and (min-width: 960px) {
  .mediawest_modal .modal__box--label--2 img {
    width: 24px;
  }
}
