@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.cmn-header__mainmenu {
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .pane-header .cmn-header {
    position: relative;
    z-index: 10000;
  }
}

.pane-main {
  margin-bottom: 0 !important;
}

.wrapper > .pane-main {
  padding-bottom: 0 !important;
}

.page {
  padding-bottom: 160px;
  background-image: url(/ec/img/usr/pg/campaign/sanriocharacter/bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* kv
  ---------------------------*/
}
@media screen and (max-width: 768px) {
  .page {
    padding-bottom: 18.2vw;
  }
}
.page p,
.page span,
.page a {
  font-family: "Zen Maru Gothic", serif;
}
.page a {
  line-height: inherit;
  width: 100%;
  display: block;
}
.page h2,
.page h3,
.page .item-btn a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .kv {
  position: relative;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .kv {
    margin: 0 auto 16.7vw;
  }
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  width: 100%;
  margin: auto;
}
.page .about {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 138px;
}
@media screen and (max-width: 768px) {
  .page .about {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 18vw;
  }
}
.page .sukenai {
  border: 10px solid #004897;
  padding-bottom: 60px;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 90px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .sukenai {
    padding-bottom: 11.7vw;
    margin-bottom: 5.9vw;
    border: 1.2vw solid #004897;
    width: 89.6vw;

  }
}
.page .sukenai::before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/sanriocharacter/sukenai_title.png);
  width: 608px;
  height: 108px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .sukenai::before {
    width: 84.2vw;
    height: 15.1vw;
    top: -7.6vw;
  }
}
.page .sukenai_mv {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_mv {
    margin-bottom: 6.3vw;
  }
}
.page .sukenai_about {
  max-width: 723px;
  width: 96%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .sukenai_about {
    max-width: 78.9vw;
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page .present {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 138px;
}
@media screen and (max-width: 768px) {
  .page .present {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 12.5vw;
  }
}
.page .vote {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .vote {
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .btn {
  width: 400px;
  margin: 36px auto 0;
  border: 4px solid #004897;
  border-radius: 16px;
  background: #fff;
  padding: 12px 0;
  color: #004897;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .btn {
    width: 65.1vw;
    margin-top: 4.2vw;
    font-size: 4.2vw;
    padding: 2.1vw 0;
    border-radius: 2.1vw;
    border: 1vw solid #004897;
  }
}
.page .btn::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/sanriocharacter/btn_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 34%;
  right: 20px;
  width: 8px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .page .btn::after {
    width: 2.1vw;
    height: 4.2vw;
    right: 3.9vw;
    top: 29%;
  }
}
@media screen and (max-width: 768px) {
  .page .vote_btn::after {
    top: 37%;
  }
}
.page .tabs {
  max-width: 1078px;
  margin: 0 auto;
}
.page .tab-titles {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .tab-titles .tab-title {
  width: 49%;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  background: #EBEBEB;
  font-size: 32px;
  color: #004897;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  border-radius: 10px 10px 0 0;
}
.page .tab-titles .tab-title.active {
  background: #DEEEFF;
}
.page .tab-content {
  padding: 20px;
  background: #DEEEFF;
}
.page .tab-content .tab-pane {
  display: none;
}
.page .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .tabs {
    max-width: 78.6vw;
    margin: 0 auto;
  }
  .page .tab-titles .tab-title {
    width: 48%;
    cursor: pointer;
    padding: 1.5vw 0;
    text-align: center;
    background: #EBEBEB;
    font-size: 5.2vw;
    color: #004897;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    border-radius: 3vw 3vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page .tab-content .tab-pane.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .tab_mv {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .page .tab_mv {
    width: 100%;
  }
}
.page .tab_itemarea {
  width: 56%;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .page .tab_itemarea {
    width: 100%;
  }
  .page .tab_text_top {
    font-size: 5.2vw;
    margin-bottom: 3vw;
    text-align: center;
  }
  .page .tab_text_bottom {
    font-size: 3.6vw;
    margin-bottom: 8vw;
  }
}
.page .tab_text_top {
  font-size: 24px;
  font-weight: 900;
  color: #004897;
  margin-bottom: 12px;
}
.page .tab_text_bottom {
  font-size: 14px;
  font-weight: bold;
  color: #004897;
  line-height: 1.5;
  margin-bottom: 32px;
}
.page .item_slider {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .item_slider {
    max-width: 30.7vw;
    width: 100%;
  }
}
.page .item_slider li {
  max-width: 118px;
  width: 100%;
  margin: 0 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item_slider li {
    max-width: 30.7vw;
    width: 100%;
  }
}
.page .item_slider li .item_name {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 6px;
  font-family: "Noto Sans", sans-serif;
}
.page .item_slider li .item_price {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}
.page .slide-arrow {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .page .slide-arrow {
    width: 9.1vw !important;
    height: 9.1vw !important;
    top: 26vw !important;
  }
}
.page .prev-arrow {
  left: -15%;
}
@media screen and (max-width: 768px) {
  .page .prev-arrow {
    left: -15vw !important;
  }
}
.page .next-arrow {
  right: -15%;
}
@media screen and (max-width: 768px) {
  .page .next-arrow {
    right: -15vw !important;
  }
}
.page .recommend_title {
  margin: 56px auto 34px;
  max-width: 360px;
}
.page .recommend_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 808px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page .recommend_title {
    margin: 12.5vw auto 7.3vw;
    max-width: 67.7%;
  }
  .page .recommend_bnr {
    flex-direction: column;
    width: 67.7%;
  }
}

.page .about_img{
  position: relative;
}

.page .about_img .about_link{
  position: absolute;
  width: 880px;
  height: 110px;
  bottom: 124px;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .about_img .about_link{
    position: absolute;
    width: 58.3vw;
    height: 14.3vw;
    bottom: 10.4vw;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
