@charset "UTF-8";
/*
channel code : qhtGN7wHcQse
for store
*/
/* CSS Document */
/* -----------------------------------------------
    common
----------------------------------------------- */
#campaign_cont {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #campaign_cont {
    background-image: url(../img/bg_sp.jpg);
  }
}
@media screen and (max-width: 640px) {
  #campaign_cont h1 img {
    max-width: 90%;
  }
}
#campaign_cont img {
  max-width: 100%;
  /*width: 100%;*/
}
#campaign_cont .box-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #campaign_cont .box-flex {
    display: block;
  }
}
#campaign_cont .box-btn {
  display: flex;
  max-width: 626px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #campaign_cont .box-btn {
    /*padding-right: 40px;
    padding-left: 40px;*/
    display: block;
  }
}
#campaign_cont .button {
  width: 295px;
  height: 80px;
  margin: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #campaign_cont .button {
    width: 300px;
    height: 60px;
    margin: 0 auto 12px;
  }
}
#campaign_cont .button a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#campaign_cont .button:hover {
  opacity: 0.8;
}
#campaign_cont .button.blue {
  background: #040E35;
}
#campaign_cont .button.black {
  background: #333;
}
#campaign_cont .button.default {
  max-width: 280px;
  height: 50px;
  margin: 10px auto 0;
  font-size: 18px;
  background-color: #040E35;
  /*display: block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 10px 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px -2px #a1a1a1;
  color: #fff;*/
  /*&:hover {
      opacity: .7;
  }*/
}
#campaign_cont .button-answer a {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #040E35;
  height: 156px;
  transition: 0.3s;
  /*&:active {
      transform: translateY(5px);
      box-shadow: 0 0 0 #00826f;
  }*/
}
@media screen and (max-width: 640px) {
  #campaign_cont .button-answer a {
    height: auto;
  }
}
#campaign_cont .button-answer a:hover {
  background-color: rgba(4, 14, 53, 0.8);
}
#campaign_cont .hidden {
  display: none;
}
#campaign_cont input {
  display: none;
}

/* -----------------------------------------------
    top
----------------------------------------------- */
.sec-top {
  padding-top: 56px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec-top {
    padding-top: 28px;
  }
}
.sec-top .info {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec-top .info {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sec-top .box-title {
  position: relative;
  max-width: 606px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec-top .box-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.sec-top .box-title .img-line {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sec-top .box-title h1 {
  margin: auto;
}
.sec-top .box-img {
  position: relative;
  z-index: 10;
}
.sec-top .box-img .img-pc {
  /*max-width: 645px; */
  height: 550px;
  position: relative;
  /* top: -30px; */
  /* left: 0; */
  /* right: 0; */
  /* margin: auto;*/
}
@media screen and (max-width: 640px) {
  .sec-top .box-img .img-pc {
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .sec-top .box-img {
    margin: auto 0 50%;
  }
  .sec-top .box-img .img-circle {
    width: 75%;
  }
  .sec-top .box-img .img-girl {
    width: 43%;
    top: 76%;
    left: 7%;
  }
  .sec-top .box-img .img-boy {
    width: 40%;
    top: 88%;
    right: 13%;
  }
  .sec-top .box-img .img-pc {
    top: 0;
  }
}
.sec-top .lead {
  position: relative;
  z-index: 20;
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .sec-top .lead {
    font-size: 20px;
  }
}
.sec-top .period {
  position: relative;
  z-index: 20;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 8px;
  margin-bottom: 32px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sec-top .period {
    font-size: 18px;
  }
}

/*.img-girl.animate__headShake {
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.img-boy.animate__heartBeat {
    animation-duration: 1s;
    animation-delay: 0.75s;
}
.img-pc.animate__jello {
    animation-duration: 1s;
    animation-delay: 0.25s;
    opacity: 1;
}*/
/* -----------------------------------------------
    sec-questions
----------------------------------------------- */
@media screen and (max-width: 640px) {
  #hiddenSec1-o .contents .box-kaisetsu .img-kaisetsu.ajust img,
  #hiddenSec1-x .contents .box-kaisetsu .img-kaisetsu.ajust img {
    max-height: 120px;
  }
}

#hiddenSec2-o .contents .box-kaisetsu .img-kaisetsu,
#hiddenSec2-x .contents .box-kaisetsu .img-kaisetsu {
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  #hiddenSec2-o .contents .box-kaisetsu .img-kaisetsu,
  #hiddenSec2-x .contents .box-kaisetsu .img-kaisetsu {
    max-width: 300px;
  }
}

#hiddenSec4-o .contents .box-kaisetsu .img-kaisetsu img,
#hiddenSec4-x .contents .box-kaisetsu .img-kaisetsu img {
  max-height: 400px;
}
@media screen and (min-width: 641px) {
  #hiddenSec4-o .contents .box-kaisetsu .img-kaisetsu img,
  #hiddenSec4-x .contents .box-kaisetsu .img-kaisetsu img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  #hiddenSec4-o .contents .box-kaisetsu .img-kaisetsu img,
  #hiddenSec4-x .contents .box-kaisetsu .img-kaisetsu img {
    max-width: 300px;
  }
}

.sec-questions {
  padding-top: 116px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec-questions {
    padding-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .sec-questions h1 img {
    margin: 0 auto 30px;
    width: 250px;
  }
}
.sec-questions .contents {
  background-color: #fff;
  max-width: 976px;
  padding-bottom: 60px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents {
    margin: 0 4% 0 4%;
    padding-bottom: 40px;
  }
}
.sec-questions .contents .badge {
  min-width: 150px;
  height: 120px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .badge {
    min-width: 120px;
    height: 80px;
  }
}
.sec-questions .contents .badge p {
  font-family: roboto;
  font-weight: 300;
  color: #fff;
  font-size: 60px;
  line-height: 120px;
  margin: 0 40px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .badge p {
    font-size: 30px;
    line-height: 80px;
  }
}
.sec-questions .contents h1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.sec-questions .contents h1 .for-pc {
  width: 250px;
  margin-right: 52px;
}
.sec-questions .contents .question {
  font-size: 28px;
  margin: 0 4%;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .question {
    font-size: 20px;
  }
}
.sec-questions .contents .question .caution {
  font-size: 0.8em;
  vertical-align: top;
}
.sec-questions .contents .question .attention {
  font-size: 0.8em;
}
.sec-questions .contents .illust {
  width: 370px;
  margin: 30px auto 40px auto;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .illust {
    width: 288px;
    margin-bottom: 72px;
  }
}
.sec-questions .contents .box-answer-button {
  max-width: 872px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
.sec-questions .contents .box-answer-button li {
  width: 48%;
  position: relative;
}
.sec-questions .contents .box-answer-button li a p {
  font-size: 20px;
  color: #fff;
  margin-top: 24px;
  padding: 0 8px;
}
.sec-questions .contents .box-answer-button li:first-child::before {
  content: "A";
}
.sec-questions .contents .box-answer-button li:nth-child(2)::before {
  content: "B";
}
.sec-questions .contents .box-answer-button li:first-child::before, .sec-questions .contents .box-answer-button li:nth-child(2)::before {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  margin: auto;
  top: 18px;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-answer-button {
    display: block;
    margin: -32px auto 0 auto;
  }
  .sec-questions .contents .box-answer-button li {
    width: 82%;
    margin: 0 auto 16px auto;
  }
  .sec-questions .contents .box-answer-button li a p {
    font-size: 18px;
    padding: 16px 8px;
  }
  .sec-questions .contents .box-answer-button li:first-child::before, .sec-questions .contents .box-answer-button li:nth-child(2)::before {
    top: 5px;
  }
}
.sec-questions .contents .kekka {
  width: 398px;
  margin: 0 auto 40px;
  font-size: 30px;
  color: #040E35;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .kekka {
    width: 292px;
    margin: -10px auto 12px;
  }
}
.sec-questions .contents .kekka img {
  width: 138px;
}
.sec-questions .contents .kotae {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #040E35;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .kotae {
    font-size: 18px;
    margin: 0 4% 36px;
  }
}
.sec-questions .contents .box-kaisetsu {
  background: #ebebeb;
  padding: 40px 56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu {
    padding: 8% 6%;
  }
}
.sec-questions .contents .box-kaisetsu .box-txt {
  width: auto;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .box-txt {
    margin: auto;
    width: 100%;
  }
}
.sec-questions .contents .box-kaisetsu .box-txt .title {
  margin-bottom: 16px;
  width: 80px;
}
.sec-questions .contents .box-kaisetsu .box-table {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .box-table {
    overflow: scroll;
  }
  .sec-questions .contents .box-kaisetsu .box-table table {
    min-width: 330px;
  }
}
.sec-questions .contents .box-kaisetsu .box-table table {
  width: 100%;
  text-align: center;
}
.sec-questions .contents .box-kaisetsu .box-table table tr {
  height: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sec-questions .contents .box-kaisetsu .box-table table tr th {
  vertical-align: middle;
  background: #6E7B8C;
  color: #fff;
}
.sec-questions .contents .box-kaisetsu .box-table table tr th sup {
  color: #fff;
}
.sec-questions .contents .box-kaisetsu .box-table table tr td {
  vertical-align: middle;
  background-color: #fff;
}
.sec-questions .contents .box-kaisetsu .box-table table tr td:first-child {
  background: #8494a9;
  color: #fff;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .box-table table {
    min-width: 400px;
  }
}
.sec-questions .contents .box-kaisetsu .box-table .caption {
  text-align: left;
}
.sec-questions .contents .box-kaisetsu .lead {
  text-align: left;
  line-height: 2em;
}
.sec-questions .contents .box-kaisetsu .inner-kaisetsu {
  margin-inline: auto;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .inner-kaisetsu {
    margin: auto;
  }
}
.sec-questions .contents .box-kaisetsu .inner-kaisetsu iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.sec-questions .contents .box-kaisetsu .img-kaisetsu {
  /*height: 200px;*/
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .sec-questions .contents .box-kaisetsu .img-kaisetsu {
    /*width: 90%;*/
    height: auto;
    margin: 0 auto 20px;
  }
}
.sec-questions .contents .box-kaisetsu .img-kaisetsu.ajust img {
  max-height: 200px;
  /*@media screen and (max-width:640px){
      position: static;
  }*/
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu {
  font-size: 20px;
  text-decoration: underline;
  transition: 0.3s;
  display: inline;
  cursor: pointer;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu:hover {
  text-decoration: none;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu a {
  color: #333;
}
.sec-questions .contents .box-kaisetsu .link-kaisetsu.modal-q1-open::after,
.sec-questions .contents .box-kaisetsu .link-kaisetsu.modal-q2-open::after {
  content: none;
}

#resultIncorrect .contents {
  /*padding-left: 4%;
  padding-right: 4%;*/
}
#resultIncorrect .contents h1 .badge p {
  font-size: 40px;
  font-family: "noto-sans-jp", sans-serif;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents h1 .badge p {
    font-size: 25px;
  }
}
#resultIncorrect .contents .box-close {
  /*position: relative;
  max-width: 700px;
  margin: 100px auto 40px auto;
  padding: 90px 0;
  border-radius: 12px;*/
  display: inline-flex;
  align-items: flex-end;
  border-bottom: solid 3px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents .box-close {
    border-radius: 0;
  }
}
#resultIncorrect .contents .box-close .questionsNum {
  font-size: 30px;
  padding-bottom: 8px;
  line-height: 1.2;
}
#resultIncorrect .contents .box-close .seikaisuu {
  font-size: 50px;
  margin: -20px 0 0 0;
  line-height: 1.2;
}
#resultIncorrect .contents .box-close .seikaisuu span {
  font-size: 70px;
}
#resultIncorrect .contents .box-close .img-close {
  max-width: 350px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents .box-close .img-close {
    width: 80%;
  }
}
#resultIncorrect .contents .kekka {
  font-size: 30px;
  margin-bottom: 40px;
}
#resultIncorrect .contents .advice {
  font-size: 22px;
  margin: 0 6% 40px;
}
@media screen and (max-width: 640px) {
  #resultIncorrect .contents .advice {
    font-size: 20px;
  }
}

#resultCorrect .contents h1 .badge p {
  font-size: 40px;
  font-family: "noto-sans-jp", sans-serif;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents h1 .badge p {
    font-size: 25px;
  }
}
#resultCorrect .contents lottie-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 44%;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents lottie-player {
    height: 38%;
  }
}
#resultCorrect .contents .kekka-allcorrect {
  /*max-width: 398px;*/
  margin: 0 auto 40px;
  font-size: 30px;
  color: #040E35;
  animation-duration: 1s;
}
#resultCorrect .contents .kekka-allcorrect img {
  width: 138px;
}
#resultCorrect .contents .advice {
  font-size: 22px;
  margin: 0 6% 40px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .advice {
    font-size: 20px;
  }
}
#resultCorrect .contents .box-coupon {
  border: 1px solid #000000;
  max-width: 872px;
  margin: 0 auto 40px auto;
  padding: 50px 8px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .box-coupon {
    margin: 0 4% 40px 4%;
  }
}
#resultCorrect .contents .box-coupon .discount-comment {
  font-size: 24px;
  margin: 0 0 20px 0;
}
#resultCorrect .contents .box-coupon .coupon-lead {
  font-size: 18px;
  margin: 0 0 -10px 0;
}
#resultCorrect .contents .box-coupon .coupon-code {
  font-size: 50px;
}
#resultCorrect .contents .box-coupon .coupon-copy {
  display: inline-block;
  background: #040E35;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  transition: 0.3s;
  margin-top: 10px;
}
#resultCorrect .contents .box-coupon .coupon-copy:hover {
  opacity: 0.8;
}
#resultCorrect .contents .box-coupon .coupon-copy.copied:hover {
  opacity: 1;
}
#resultCorrect .contents .coupon-detail {
  max-width: 872px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail {
    padding: 0 4% 0 4%;
  }
}
#resultCorrect .contents .coupon-detail .coupon-gaiyou {
  font-size: 20px;
  background-color: #F1F1F1;
  margin: 0 0 20px 0;
  padding: 4px 0;
}
#resultCorrect .contents .coupon-detail .coupon-setumei {
  font-size: 16px;
  text-align: left;
  margin-bottom: 4px;
}
#resultCorrect .contents .coupon-detail .coupon-setumei.caption {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
#resultCorrect .contents .coupon-detail .coupon-pc .box-img {
  display: inline-flex;
  justify-content: center;
  max-width: 240px;
  margin: 16px 0;
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .coupon-pc .box-img {
    margin: auto;
    max-width: 40%;
  }
}
@media screen and (min-width: 641px) {
  #resultCorrect .contents .coupon-detail .coupon-pc .box-img img {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #resultCorrect .contents .coupon-detail .coupon-pc .box-img img {
    margin: 12px;
  }
}
#resultCorrect .contents .coupon-detail .coupon-pc .series {
  font-size: 36px;
}
#resultCorrect .contents .coupon-detail .coupon-pc .size {
  font-size: 18px;
  margin-bottom: 16px;
}

#pd_main-header__inner {
  z-index: 100;
}

/* -----------------------------------------------
    other
----------------------------------------------- */
/* モーダルを開いた時の外側のレイヤー */
.over-lay {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  opacity: 0.7;
  z-index: 999;
}

/* モーダルウィンドウ */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 95%;
  height: 75%;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: scroll;
  z-index: 1002;
}
@media screen and (max-width: 640px) {
  .modal {
    height: 96.75%;
  }
}
.modal .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 62px;
}
@media screen and (max-width: 640px) {
  .modal .title {
    margin-top: 22px;
  }
}
.modal .button {
  font-size: 18px;
  max-width: 300px;
  height: 62px;
}
.modal .modal-close-btn::before {
  content: url(../img/close.svg);
  position: absolute;
  display: inline-block;
  height: 42px;
  width: 42px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .modal .modal-close-btn::before {
    width: 32px;
  }
}

/* モーダルを開いたとき */
.modal.active,
.over-lay.active {
  display: block;
}

.modal-q1 .box-style {
  margin-bottom: 48px;
  position: relative;
}
.modal-q1 .box-style .style {
  font-size: 20px;
  background: #e5e5e5;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.modal-q1 .box-style .style.icon-pc::before {
  content: url(../img/q1modal_pcimg.svg);
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 62px;
  right: 20%;
  top: -12px;
}
@media screen and (max-width: 640px) {
  .modal-q1 .box-style .style.icon-pc::before {
    right: -10px;
    top: -5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style .style.icon-pc::before {
    right: 8%;
    top: -12px;
  }
}
.modal-q1 .box-style .style.icon-tab::before {
  content: url(../img/q1modal_tabimg.svg);
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 62px;
  right: 20%;
  top: -2px;
}
@media screen and (max-width: 640px) {
  .modal-q1 .box-style .style.icon-tab::before {
    right: -10px;
    top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style .style.icon-tab::before {
    right: 8%;
    top: -2px;
  }
}
.modal-q1 .box-style ul.box-flex {
  margin-bottom: 60px;
  justify-content: center !important;
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style ul.box-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.modal-q1 .box-style ul.box-flex li {
  width: 30%;
}
.modal-q1 .box-style ul.box-flex li + li {
  margin-left: 24px;
}
@media screen and (max-width: 640px) {
  .modal-q1 .box-style ul.box-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-q1 .box-style ul.box-flex li + li {
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .modal-q1 .box-style ul.box-flex li {
    width: 48%;
  }
}
.modal-q1 .box-style ul.box-flex li .caption {
  font-size: 16px;
}

.modal-q2 .box-img {
  margin-bottom: 20px;
}
.modal-q2 ul {
  font-size: 16px;
  text-align: left;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.modal-q2 ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .modal-q2 ul {
    text-align: left;
  }
}

section,
.hidden,
.modal {
  animation: appear 1.5s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .for-pc,
  .for_pc {
    display: none;
  }
  .for-sp,
  .for_sp {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .for-pc,
  .for_pc {
    display: block;
  }
  .for-sp,
  .for_sp {
    display: none;
  }
}
.my_pagetop_end {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.my_pagetop_end {
  padding: 30px 0 0;
}/*# sourceMappingURL=style.css.map */