@charset "UTF-8";

.contents-block {
  margin: 0 !important;
}

@media (width >= 768px) {
  .pane-contents {
    margin-top: 0 !important;
  }
}

.contents-block img {
  width: 100%;
  height: auto;
}

@media (width <= 767px) {
  .pc {
    display: none !important;
  }
}

@media (768px <= width <= 1024px) {
  .tabno {
    display: none !important;
  }
}

@media (1025px <= width) {
  .tabsp {
    display: none !important;
  }
}

@media (768px < width) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc768 {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .pc769 {
    display: none !important;
  }
}

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

@media screen and (min-width: 1280px) {
  .pctab1280 {
    display: none !important;
  }
}

.txt-link--ex {
  position: relative;
}

.txt-link--ex:after {
  content: "";
  display: inline-block;
  background: url(../img/ico_ex.png) no-repeat center center/100% auto;
  width: 17px;
  height: 14px;
  margin-left: 8px;
}

@media (width <= 767px) {
  .txt-link--ex:after {
    width: 13px;
    margin-left: 3px;
    height: 11px;
  }
}

.txt-link--ex:hover {
  text-decoration: underline;
}

.txt-link--arw {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  transition: ease-out 0.14s opacity;
}

@media (width <= 767px) {
  .txt-link--arw {
    font-size: 1.8rem;
  }
}

.txt-link--arw:after {
  content: "";
  display: inline-block;
  background: url(../img/ico_arw_bk.png) no-repeat center center/100% auto;
  width: 12px;
  height: 14px;
  margin-left: 6px;
}

@media (width <= 767px) {
  .txt-link--arw:after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}

.txt-link--arw:hover {
  opacity: 0.7;
}

.section {
  padding: 60px 0;
}

#shoukaicampaign_202605 {
  padding-top: 2em;
  padding-bottom: 3em;
}

#shoukaicampaign_202605 img {
  display: block;
}

#shoukaicampaign_202605 .btn-wrap {
  display: flex;
  justify-content: center;
}

#shoukaicampaign_202605 .intro {
  position: relative;
}

#shoukaicampaign_202605 .intro-ribbon {
  position: absolute;
  right: -15px;
  top: 70px;
}

@media (width <= 767px) {
  #shoukaicampaign_202605 .intro {
    overflow: hidden;
  }
  #shoukaicampaign_202605 .intro-ribbon {
    width: calc(195 * 100vw / 750);
    right: calc(-16 * 100vw / 750);
    top: calc(40 * 100vw / 750);
  }
}

#shoukaicampaign_202605 .mypage {
  position: relative;
}

#shoukaicampaign_202605 .mypage-btn {
  position: absolute;
  width: 92px;
  height: 23px;
  left: 197px;
  top: 280px;
}

@media (width <= 767px) {
  #shoukaicampaign_202605 .mypage-btn {
    width: calc(150 * 100vw / 750);
    height: calc(38 * 100vw / 750);
    left: calc(87 * 100vw / 750);
    top: calc(337 * 100vw / 750);
  }
}
