:root {
  --main-color: #db132d;
}

/*! aiaioCardSystem 2015-08-11 */
/*setting*/
/*mixin*/
/* line 3, ../sass/home.scss */
#contents #slideshow {
  position: relative;
  margin-bottom: 10px;
}
/* line 6, ../sass/home.scss */
#contents #slideshow p {
  margin: 0;
}
/* line 9, ../sass/home.scss */
#contents #slideshow ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
}
/* line 14, ../sass/home.scss */
#contents #slideshow ul li {
  width: 25%;
  float: left;
}
/* line 20, ../sass/home.scss */
#contents p {
  margin: 0 10px 10px;
}
/* line 23, ../sass/home.scss */
#contents h2 {
  margin: 0 10px 10px;
}
/* line 26, ../sass/home.scss */
#contents hr {
  height: 1px;
  background: #eadbbe;
  margin: 10px 0;
}
/* line 31, ../sass/home.scss */
#contents #collection {
  margin: 0 10px 0 5px;
}
/* line 33, ../sass/home.scss */
#contents #collection li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 5px;
  margin: 0 0 5px;
  -webkit-box-shadow: 0 0 3px rgba(233, 205, 154, 0.4);
  -moz-box-shadow: 0 0 3px rgba(233, 205, 154, 0.4);
  -ms-box-shadow: 0 0 3px rgba(233, 205, 154, 0.4);
  -o-box-shadow: 0 0 3px rgba(233, 205, 154, 0.4);
  box-shadow: 0 0 3px rgba(233, 205, 154, 0.4);
}
/* line 43, ../sass/home.scss */
#contents #create_team_card {
  background: #FFF;
  border-top: #eadbbe 1px solid;
  padding: 10px 0 10px;
}
/* line 48, ../sass/home.scss */
#contents #create_team_card p strong {
  font-weight: bold;
}

/*# sourceMappingURL=home.min.css.map */

/*kawamoto*/
.kakaku {
  background: #fff;
  padding: 1rem;
  font-size: 16px;
}
.kakaku > div {
  line-height: 150%;
}
.kakaku h6 {
  border-bottom: 1px solid #000;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 0.5rem 0;
}
.kakaku p {
  font-size: 16px;
}


#section-aiaio {
  --main-color: rgb(8, 71, 148);
}

#section-calbee {
  --main-color: rgb(227, 1, 2);
}

.section-kakaku {
  margin-bottom: 4rem;
}

.section-kakaku h4 {
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
}

.header-band {
  background-color: var(--main-color);
  margin: 0 calc(50% - 50vw);
  padding: 1.25rem 0;
  text-align: center;
}

.header-band h3 {
  padding-bottom: 1.25rem;
}
.header-band h3 > span {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25em;
}

.header-band span {
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2em;
}

#contents .product-description {
  margin: 1em 10px 2em 10px;
}

#contents .price {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}

.area-btn {
  margin: 2rem 0;
  text-align: center;
}
