
@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: 374px;
    background-color: #fff;
}

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

.detail {
  	width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.detail p {
    text-align: left;
    display: inline-block;
    padding-top: 30px;
    line-height: 1.5em;
  	font-size: 1.4em;
}

.index {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background-color: #1070dc;
}

.index h3 {
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 10px;
  	font-size: 1.8em;
    color: #fff;
}

.contents {
  	width: 1000px;
  	margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}

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

.contents li {
    list-style: none;
}

#lineup {
	 width: 100%;
   margin: 0 auto;
   text-align: center;
}

#lineup p{
	 margin: 20px 0 14px 0;
   color: #000;
	 text-align: center;
   font-size: 1.5em;
   font-weight: bold;
}

#lineup a{
   text-decoration: none;
}

#buy {
   margin: 0 auto;
   text-align: center;
   width: 450px;
   height: 70px;
   margin-top: 30px;
   margin-bottom: 40px;
   border: solid 1px #e60012;
 }

#buy p {
   padding: 23px;
   text-align: center;
   font-size: 1.6em;
   color: #e60012;
   font-weight: bold;
}

#buy a{
   text-decoration: none;
}

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

#buy a:hover {
   padding: -23px;
   display: block;
   height: 70px;
   background-color: #e60012;
}

#caution {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #4a4a4a;
    border-top: dotted 1px #000;
}

#caution dl{
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    text-align: left;
    line-height: 2.1em;
    font-size: 1em;
}

/***追従するトップへ戻るボタン***/
#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;
}
