@charset "utf-8";

/* !reset and layout
---------------------------------------------------------- */
a {
  display: block;
  outline: none;
  overflow: hidden;
}
a:hover img {
  opacity: 0.8;
}
body {
  color:#333333;
  font-size: 18px;
  letter-spacing: 0.035em;
  line-height: 1.6;
  text-align: left;
}
body * {
  box-sizing: border-box;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #333333;
  margin: 0;
  padding: 0;
}
br {
  display: inherit;
}
html {
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img {
  border: 0;
  vertical-align: bottom;
}
/* wrapper
---------------------------------------------------------- */
/* about */
.about {
  background: #f8f8f8 no-repeat;
  background-position: bottom right;
  padding: 10px 0;
}
.about-text {
  font-size: 20px;
  line-height: 2.3;
  margin: 30px auto;
  max-width: 760px;
  text-align: left;
}
.button {
  color: #000;
  padding: 20px 0px;
  text-decoration: none;
  width: 100%;
  position: relative;
  font-size: 16px;
}
.button::before {
  content: "";
  border-color: transparent transparent transparent #f6b6b1;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
}
.campaign-catch {
  color: #b43a37;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
  margin-bottom: 15px;
}
.campaign-title {
  margin: 0px auto;
}
.caption {
  font-size: 26px;
  font-weight: bold;
  margin: 40px auto;
}
.detail-text {
  font-size: 18px;
  font-weight: normal;
  margin: 0px auto;
  max-width: 900px;
  text-align: left;
}
.detail-title {
  font-size: 24px;
  margin: 30px auto 10px;
  max-width: 900px;
  text-align: left;
}
.emphasis {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
/* 一番上 */
.endCamp {
  background-color: #f00;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
  padding: 35px;
  text-align: center;
}
.icon {
  display: inline-block;
  height: 50px;
  margin: 30px auto 0;
  position: relative;
  width: 50px;
}
.icon .icon-mark::after,
.icon .icon-mark::before {
  background: #b43a37;
  content: "";
  display: block;
  height: 20%;
  left: 0;
  margin: 20px auto;
  position: absolute;
  top: 0;
  width: 50px;
}
.icon .icon-mark::after {
  transform: rotate(90deg);
}
.product-name {
  font-size: 20px;
  text-align: left;
}
.present-summary {
  position: relative;
}
.lead-catch {
  font-size: 30px;
}
.lead-text {
  font-size: 20px;
  line-height: 2.3;
  margin: 30px auto;
}
.section {
  font-weight: bold;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
.section:first-child {
  margin-bottom: 60px;
}
.section-title {
  background-color: #b43a37;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
_:-ms-input-placeholder, :root .section-title {
  padding-top: 5px;
}
.short-text {
  font-size: 20px;
  left: 55%;
  position: absolute;
  top: 52.5%;
}
#wrapper {
  font-size: 100%;
  margin: 60px auto;
  max-width: 940px;
}