/*
	Site Name: gekipon
	Description: layout settings
	Version: 1.0
	Author: Keita Mori
*/
/* ----------------------------------------------------------------------------
    module
---------------------------------------------------------------------------- */
body {
  background: #fdf2cb;
}
body p {
  line-height: 1.7;
}

.coution {
  margin: 0 auto 30px 0;
  padding: 60px 0;
  line-height: 1.2;
  font-size: 150%;
  font-weight: bold;
  border-bottom: 1px solid;
  background: #efefef;
  text-align: center;
}

#wrapper {
  background: #fff;
  margin: 0 auto 0 auto;
  max-width: 960px;
  width: 640px;
}
#wrapper .sns {
  margin: 20px auto;
  display: inline-block;
  min-width: 140px;
}
#wrapper .sns li {
  margin: 0 6%;
  float: left;
}
#wrapper .sns.first {
  min-width: 240px;
  margin-bottom: 0px;
}
#wrapper .sns.first li {
  margin: 0 3%;
}

#header {
  margin-bottom: 32px;
}
#header .logo {
  float: left;
}
#header .news {
  float: right;
  margin-right: 24px;
  margin-top: 64px;
}
#header .news li {
  margin-bottom: 48px;
}
#header .news li a:hover {
  opacity: 0.6;
}

.content {
  border-top: 2px solid #f5c920;
  padding-top: 24px;
  padding-bottom: 32px;
  width: 540px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.content h1 {
  font-size: 21px;
  margin-bottom: 24px;
}
.content h1.arrow {
  padding-top: 72px;
  background: url("../img/comitia111/arrow.png") 50% 16px no-repeat;
}
.content h1 span {
  font-size: 14px;
}
.content h1 a {
  display: block;
  font-weight: bold;
  background: url("../img/arrow.png") center bottom no-repeat;
  padding: 0 0 48px 0;
  margin: 24px 0;
  text-decoration: none;
  color: #5C201F;
}
.content h1 a:hover {
  text-decoration: underline;
  opacity: .8;
}
.content .description {
  margin-bottom: 16px;
}
.content .item {
  padding-bottom: 24px;
  border-bottom: 2px solid #f5c920;
  width: 480px;
  margin: 0 auto;
}
.content .item.last {
  border-bottom: none;
}
.content .item .img {
  margin: 32px 0 16px;
}
.content .item h2 {
  margin-bottom: 16px;
}
.content .item .description {
  width: 480px;
  margin: 16px auto;
  text-align: left;
}
.content .item h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.content .item h3 a {
  font-size: 14px;
}
.content .item .price {
  margin: 32px 0;
  font-size: 16px;
}
.content.textBlock h2 {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}
.content.textBlock h3 {
  text-align: left;
}
.content.textBlock ul {
  text-align: left;
  margin-bottom: 16px;
}
.content.textBlock ul li {
  list-style: disc outside;
  margin-left: 1.6em;
}
.content.textBlock .description {
  text-align: left;
  margin-bottom: 32px;
}

#intro h1 {
  font-size: 20px;
}
#intro .text {
  text-align: left;
}

.content .fadeArea {
  -webkit-transition: opacity, max-height 0.6s ease-in;
  transition: opacity, max-height 0.6s ease-in;
  overflow: hidden;
  text-align: left;
  margin: 0 48px 24px 48px;
}

.content .fadeArea p {
  margin-bottom: 0.6em;
  width: 60%;
  margin: 0 auto;
  text-align: justify;
}

.content .fadeArea .img {
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
}

.content .fadeArea .img img {
  width: 80%;
  border: 1px solid #AC3326;
}

.content .fadeArea .img.two img {
  width: 40%;
  margin: 0 4%;
}

.content .fadeArea p.quate {
  color: #AC3326;
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.content .fadeArea .btmArrow a {
  display: block;
  background: url("../img/arrow_s.png") center bottom no-repeat;
  padding: 0 0 24px 0;
  margin: 12px auto;
  text-align: center;
  text-decoration: none;
  color: #AC3326;
}

.content .fadeArea .btmArrow a:hover {
  text-decoration: underline;
  opacity: .8;
}

.content .fadeArea .info {
  margin-top: 1em;
  text-align: right;
}

.content .buyBtn a {
  display: block;
  width: 45%;
  background: #b7282d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: 12px auto;
  border-radius: 3px;
  padding: 12px;
  text-align: center;
}

.content .buyBtn a:hover {
  text-decoration: underline;
  opacity: .8;
}

.content p.note {
  text-align: center;
  font-size: 93%;
}

.content .closeBtn a {
  display: block;
  text-align: center;
  font-size: 123.1%;
  background: url("../img/close.png") center bottom no-repeat;
  padding: 0 0 48px 0;
  margin: 24px 0 48px 0;
  text-decoration: none;
  color: #5C201F;
}

.content .closeBtn a:hover {
  text-decoration: underline;
  opacity: .8;
}

#copyright {
  font-size: 123.1%;
  padding: 24px 0 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .content h1 span {
    display: block;
  }

  .content .fadeArea {
    margin-left: 0px;
    margin-right: 0px;
  }

  .content .fadeArea p {
    margin-bottom: 0.6em;
    width: 95%;
  }
}
.pagetop {
  width: 28px;
  height: 20px;
  text-align: center;
  position: fixed;
  bottom: 12px;
  right: 8px;
  z-index: 99999;
  background: #b7282d;
  border-radius: 3px;
  padding: 4px 0 3px;
}
.pagetop a {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  left: 0;
}

.mt0 {
  margin-top: 0 !important;
}
