
@charset "utf-8";p,h1,div,dl,dt,dd,ul,li,h2,h3,h4,body{font-weight:normal;}a{text-decoration:underline;}

.main {
    width:100%;
}

.main p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#mainimg {
  	width:100%;
    position: relative;
    overflow: hidden;
    height: 350px;
    background-color: #fff;
}

#mainimg img {
    width: 1880px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -940px;
}

.index {
    width: 100%;
    margin: 0;
    text-align: center;
}

.index p {
    width: 1000px;
    padding-top: 50px;
    text-align: center;
    display: inline-block;
    line-height: 2.5em;
    font-size: 1.5em;
    font-weight: bold;
    color: #2b2c27;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

span {
	  background:linear-gradient(transparent 65%, #ffe400 65%);
}

.blue {
	  background:linear-gradient(transparent 65%, #00b7ee 65%);
}

.pink {
	  background:linear-gradient(transparent 65%, #ff00ff 65%);
}

.bblue {
	  background:linear-gradient(transparent 65%, #6060ff 65%);
}

.spec {
    width: 100%;
    margin: 0;
    text-align: center;
}

.spec p {
    width: 980px;
    padding-top: 50px;
    text-align: center;
    display: inline-block;
    line-height: 2.5em;
    font-size: 2em;
    font-weight: bold;
    color: #2b2c27;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#contents {
	width: 1000px;
	margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}

#contents h3 {
	margin: 0 auto;
  margin-top: 60px;
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #000;
}

#contents ul{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-around;
}

#contents li{
    margin-top: 30px;
    list-style: none;
}

#lineup p {
  	margin: 10px 0 10px 0;
    color: #000;
  	text-align: center;
    line-height: 1.6em;
    font-size: 1.2em;
    font-weight: bold;
}

#lineup a {
    text-decoration: none;
}

#contents h3 {
  	margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 2em;
    color: #000;
    border-bottom: solid 1px #000;
}

#buy {
    width: 250px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #e50012;
 }

#buy p {
    margin-top: 18px;
    text-align: center;
    font-size: 1.1em;
    color: #e50012;
    font-weight: bold;
}

#buy a{
    text-decoration: none;
}

#buy a:hover p {
    padding-top: 18px;
    color: #fff;
    font-weight: bold;
}

#buy a:hover {
    margin-top: -18px;
    display: block;
    height: 50px;
    background-color: #e50012;
}

.caution {
    width: 1000px;
  	margin: 0 auto;
  	text-align: center;
    padding-top: 80px;
}

.caution dl {
  	margin: 0 auto;
  	text-align: left;
}

.caution dt {
  	line-height: 2em;
    font-size: 1.2em;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #ff0054;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
