﻿@charset "UTF-8";

div.wrapper_ {
  overflow-x: hidden;
}

#app {
  line-height: 1.75;
}

#app .wrap {
  width: 1000px;
  margin: 0 auto;
}

#app .box {
  padding: 25px 0;
  font-size: 14px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

#app .box.bg {
  background: #eee;
}

#app .box .wrap {
  min-height: 325px;
  padding: 0 296px 0 143px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#app .box.bg .wrap {
  padding-left: 287px;
  padding-right: 90px;
}

#app .box h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#app .event .wrap {
  background: url(/fp/perm/Appli/img/event_img.jpg) no-repeat 0 50%;
  background-size: contain;
}

#app .shopping .wrap {
  background: url(/fp/perm/Appli/img/shopping_img.jpg) no-repeat 100% 50%;
  background-size: contain;
}

#app .search .wrap {
  background: url(/fp/perm/Appli/img/search_img.jpg) no-repeat 0 50%;
  background-size: contain;
}

#app .coupon .wrap {
  background: url(/fp/perm/Appli/img/coupon_img.png) no-repeat 100% 50%;
}

#app .other .wrap {
  background: url(/fp/perm/Appli/img/other_img.jpg) no-repeat 100% 50%;
  background-size: contain;
}

#app .dl {
  background: #e6e6e6;
  border-radius: 14px;
  padding: 26px 0 23px 0;
  margin: 0 0 10px 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

#app .dl > div:nth-of-type(1) {
  margin: 0 56px 0 0;
}

#app .dl ul {
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
}

#app .dl li:first-child {
  margin: 0 13px 0 0;
}

#app .fv {
  margin-bottom: 92px;
}

#app .fv h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 55px 0;
  color: #000;
}

#app .fv .inner {
  display: flex;
  justify-content: space-between;
}

#app .fv .inner > p {
  width: 247px;
  margin: 0 116px 0 0;
}

#app .fv .inner > div {
  flex: 1;
  font-size: 18px;
}

#app .fv h3 {
  font-size: 27px;
  font-weight: bold;
  padding: 0 0 0 94px;
  background: url(/fp/perm/Appli/img/fv_logo.png) no-repeat 0 50%;
  min-height: 80px;
  margin: 0 0 15px 0;
}

#app .fv h3 span {
  color: #c30d18;
}

#app .fv .dl {
  margin-top: 60px;
}

#app .notes {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

#app .dl-sec {
  padding: 50px 0 95px 0;
  width: 631px;
  margin: 0 auto;
}




