@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  EXTEND
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップのスタイル
=================================================================== */
/* ==========================================================
    VISUAL AREA
  ========================================================== */
.visualArea h1 {
  color: #fff;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b91100), color-stop(50%, #e31500), to(#b91100));
  background: linear-gradient(90deg, #b91100 0%, #e31500 50%, #b91100 100%);
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .visualArea h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .visualArea h1 {
    font-size: 2rem;
  }
}
.visualArea .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .visualArea .inner {
    background: #352315 url(../img/main_visual_pc.jpg) no-repeat center top/auto;
    height: 800px;
  }
}
@media screen and (min-width: 1921px) {
  .visualArea .inner {
    background-size: 90vw;
    height: 41.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .visualArea .inner {
    background-size: 114vw;
    height: 53vw;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner {
    background: #352315 url(../img/main_visual_sp.jpg) no-repeat center top/100%;
    height: 134.6vw;
  }
}
.visualArea .inner h2 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .visualArea .inner h2 {
    width: 633px;
  }
}
@media screen and (min-width: 1921px) {
  .visualArea .inner h2 {
    width: 34vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .visualArea .inner h2 {
    width: 44vw;
  }
}
@media screen and (max-width: 767px) {
  .visualArea .inner h2 {
    width: 92%;
  }
}

.content {
  background: url(../img/bg_pattern.png) repeat 0 0/auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content {
    padding: 3rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 3rem 1rem;
  }
}
.content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .content .list {
    gap: 3rem;
    width: min(100%, 74rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content .list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
  }
}
.content .list > li {
  border-radius: 1rem;
  background: #fff1da;
  padding: 1.8rem;
  -webkit-box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .content .list > li {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content .list > li {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .content .list > li {
    width: 100%;
  }
}
.content .list > li .main {
  border-radius: 1rem;
  background: #000;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.content .list > li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .content .list > li .tag {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li .tag {
    gap: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li .tag {
    font-size: 0.875rem;
  }
}
.content .list > li .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
}
.content .list > li .tag ul li {
  color: #fff;
  display: inline-block;
  border-radius: 100rem;
  padding: 0.2rem 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .content .list > li .tag ul li {
    width: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li .tag ul li {
    width: auto;
    padding: 0.2rem 1rem 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li .tag ul li {
    width: 5rem;
  }
}
.content .list > li .tag ul li.ios {
  background: #727171;
}
.content .list > li .tag ul li.android {
  background: #8fc31f;
}
.content .list > li .tag .link {
  color: #a3a3a3;
  font-weight: 700;
  background: #fff;
  border-radius: 0.5rem;
  border: 2px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li .tag .link {
    padding: 0 1rem;
  }
}
.content .list > li .tag .link:before {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/bg_arrow.svg) no-repeat center center/100%;
}
.content .list > li dl {
  text-align: left;
}
.content .list > li dl dt {
  border-bottom: dashed 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
  }
}
.content .list > li dl dt p {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .content .list > li dl dt p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li dl dt p {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li dl dt p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .content .list > li dl dt figure {
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li dl dt figure {
    width: 4.5rem;
  }
}
.content .list > li dl dt .bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.2rem;
}
@media screen and (min-width: 768px) {
  .content .list > li dl dt .bundle {
    width: 12rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li dl dt .bundle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li dl dt .bundle {
    width: 9rem;
  }
}
.content .list > li dl dd .price {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0 1rem;
}
.content .list > li dl dd .price span {
  font-size: 2.125rem;
}
.content .list > li dl dd .price em {
  color: #ca010e;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content .list > li dl dd .price em span {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li dl dd .price em span {
    font-size: 2.75rem;
  }
}
.content .list > li dl dd .price em:before {
  content: "";
  display: inline-block;
  background: url(../img/bg_arrow_red.png) no-repeat center center/100%;
  width: 1.8rem;
  aspect-ratio: 26/20;
  margin: 0 1rem;
}
.content .list > li dl dd .storeBtn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .content .list > li dl dd .storeBtn {
    gap: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li dl dd .storeBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li dl dd .storeBtn {
    gap: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .content .list > li dl dd .storeBtn li {
    height: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li dl dd .storeBtn li {
    width: 16rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content .list > li dl dd .storeBtn li {
    height: 4.4rem;
  }
}
.content .list > li dl dd .storeBtn li img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .content .list > li dl dd .storeBtn li img {
    width: 100%;
    height: auto;
  }
}
.content .list > li dl dd .androidTxt {
  display: none;
  text-align: center;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1rem;
}
.content .importantTxt {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .content .importantTxt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .content .importantTxt li {
    padding-left: 1em;
    text-indent: -1em;
  }
}