@charset "UTF-8";
/* Scss Document */
.top-View {
  padding-top: 96%;
  position: relative;
  background: url(../img/top_bg01sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .top-View {
    padding-top: 47%;
    background: url(../img/top_bg01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.top-View-content {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 11%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .top-View-content {
    width: 34%;
    max-width: inherit;
    top: 42%;
    left: 48%;
  }
}

.top-View-news {
  position: relative;
  padding: 0;
}
@media (max-width: 768px) {
  .top-View-news {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.top-View-news_inner {
  margin: 35px 0 0;
  width: 100%;
}
@media (min-width: 769px) {
  .top-View-news_inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: inherit;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .top-View-news_inner h3 {
    font-size: 2em;
  }
}
.top-View-news_inner h3, .top-View-news_inner p {
  font-family: "メイリオ";
}

/******　top-Campaign　**********/
.top-Campaign {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .top-Campaign {
    padding-top: 10px;
  }
}
.top-Campaign_select {
  padding: 10% 5% 0;
}
@media (min-width: 769px) {
  .top-Campaign_select {
    padding: 5% 5% 1%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 900px;
    margin: auto;
  }
}
.top-Campaign_select li {
  width: 46%;
  margin-bottom: 5%;
  position: relative;
}
@media (min-width: 769px) {
  .top-Campaign_select li {
    width: 29%;
    margin: 2% 2%;
  }
}
.top-Campaign_select li .icon-new:before {
  content: "";
  background: url(../img/icon-new.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 40px;
  position: absolute;
  top: -10%;
  right: 0;
}
.top-Campaign_select li.nyugaku a {
  position: relative;
}
.top-Campaign_select li.nyugaku a:before {
  content: "";
  background: url(../img/top_btn11-deco.png) no-repeat;
  background-size: contain;
  width: 39%;
  max-width: 90px;
  height: 66px;
  position: absolute;
  top: -13%;
  right: 6%;
}
.top-Campaign_select .omedeto a::before {
  content: "";
  background: url(../img/icon-omedeto.png) no-repeat;
  background-size: contain;
  width: 32%;
  max-width: 90px;
  height: 52px;
  position: absolute;
  top: -9%;
  right: 10%;
}

/******　アコーディオン　**********/
.acd-label::after {
  content: "More";
  color: #fff;
  background: #2d446a;
  padding: 5px 30px 5px 10px;
  height: 1.5em;
  position: absolute;
  right: -1.5em;
  top: 1.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.acd-check:checked + .acd-label::after {
  content: "Close";
}

.acd-check {
  display: none;
}

.acd-content {
  background: #fff;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  overflow: hidden;
}
.acd-content dl {
  border-top: dotted 2px #eaeaea;
  padding-top: 2%;
  margin-top: 2%;
}
.acd-content dl dt {
  width: 30%;
}
.acd-content dl dd {
  width: 70%;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 3% 5%;
  visibility: visible;
}

/******　top-Guide　**********/
.top-Guide {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(305deg, transparent, transparent 20px, rgb(234, 234, 234) 20px, rgb(234, 234, 234) 35px);
  background-image: repeating-linear-gradient(145deg, transparent, transparent 20px, rgb(234, 234, 234) 20px, rgb(234, 234, 234) 35px);
}
.top-Guide .title .container img {
  width: 170px;
}
@media (min-width: 769px) {
  .top-Guide .title .container img {
    width: 180px;
  }
}
.top-Guide .title, .top-Guide .container {
  line-height: inherit;
}
.top-Guide_inner {
  padding: 10% 5% 0;
}
@media (min-width: 769px) {
  .top-Guide_inner {
    padding-top: 3%;
  }
}
.top-Guide_inner li {
  background: #fff;
  margin-bottom: 6%;
  width: 100%;
}
@media (min-width: 769px) {
  .top-Guide_inner li {
    width: 48%;
    margin-bottom: 3%;
  }
}
.top-Guide_inner li img {
  width: 38%;
}
.top-Guide_inner li p {
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  width: 62%;
  line-height: 18px;
}
@media (min-width: 769px) {
  .top-Guide_inner li p {
    font-size: 16px;
  }
}
.top-Guide_inner li p span {
  letter-spacing: 0;
  font-weight: 300 !important;
}
@media (min-width: 769px) {
  .top-Guide_inner li p span {
    font-size: 14px;
  }
}
.top-Guide_inner .imgWrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 769px) {
  .top-Btn {
    margin: 50px auto;
  }
}
.top-Btn .Btn_inner {
  width: 90%;
  margin: 0 auto;
}
.top-Btn li {
  text-align: center;
}
.top-Btn li img {
  width: 100%;
  max-width: 500px;
}/*# sourceMappingURL=style.css.map */